:root{--atx-navy:#16324f;--atx-navy-2:#24485d;--atx-teal:#2e9e8f;--atx-gold:#d4a72c;--atx-bg:#f4f6f8;--atx-surface:#fff;--atx-text:#18212b;--atx-muted:#6b7280;--atx-border:#dfe4e8;--atx-danger:#c94c4c;--atx-success:#2e9e8f;--atx-shadow:0 15px 45px rgba(22,50,79,.09);--atx-sidebar:248px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--atx-bg);color:var(--atx-text);font:14px/1.55 Inter,system-ui,sans-serif;overflow-x:hidden;transition:background .25s,color .25s}body.atx-dark{--atx-bg:#111923;--atx-surface:#192431;--atx-text:#edf2f6;--atx-muted:#a9b3be;--atx-border:#2d3b49;--atx-shadow:0 18px 50px rgba(0,0,0,.25)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.atx-skip{position:fixed;top:-60px;left:12px;z-index:9999;padding:9px 15px;background:var(--atx-navy);color:#fff;border-radius:8px}.atx-skip:focus{top:12px}.atx-navbar{height:70px;position:fixed;inset:0 0 auto 0;z-index:100;display:grid;grid-template-columns:var(--atx-sidebar) 1fr auto;align-items:center;background:color-mix(in srgb,var(--atx-surface) 94%,transparent);border-bottom:1px solid var(--atx-border);backdrop-filter:blur(14px);box-shadow:0 4px 18px rgba(22,50,79,.04)}.atx-brand{height:70px;padding:0 22px;display:flex;align-items:center;gap:10px;border-right:1px solid var(--atx-border)}.atx-logo{width:39px;height:39px;object-fit:contain}.atx-brand strong{font:800 18px Manrope;color:var(--atx-navy);letter-spacing:-.04em}.atx-dark .atx-brand strong{color:#fff}.atx-top-links{display:flex;justify-content:center;gap:6px}.atx-top-link{padding:9px 12px;border-radius:9px;color:var(--atx-muted);font-weight:700;font-size:12px}.atx-top-link:hover,.atx-top-link.atx-active{color:var(--atx-teal);background:color-mix(in srgb,var(--atx-teal) 9%,transparent)}.atx-nav-actions{display:flex;align-items:center;gap:8px;padding-right:22px}.atx-icon-button{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--atx-border);border-radius:10px;background:var(--atx-surface);color:var(--atx-text)}.atx-menu-button{display:none}.atx-profile-wrap{position:relative}.atx-profile-button{height:42px;display:flex;align-items:center;gap:9px;border:1px solid var(--atx-border);border-radius:11px;background:var(--atx-surface);padding:4px 11px 4px 5px;color:var(--atx-text)}.atx-avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:var(--atx-navy);color:#fff;font-size:11px;font-weight:800}.atx-dropdown{display:none;position:absolute;right:0;top:50px;width:210px;padding:9px;background:var(--atx-surface);border:1px solid var(--atx-border);border-radius:12px;box-shadow:var(--atx-shadow)}.atx-dropdown.atx-open{display:block;animation:atxDrop .2s}.atx-dropdown strong,.atx-dropdown small{display:block;padding:5px 9px}.atx-dropdown small{color:var(--atx-muted);border-bottom:1px solid var(--atx-border);margin-bottom:5px}.atx-dropdown a,.atx-dropdown button{display:block;width:100%;padding:9px;border:0;border-radius:8px;background:transparent;text-align:left;color:var(--atx-text)}.atx-dropdown a:hover,.atx-dropdown button:hover{background:var(--atx-bg)}.atx-notifications{width:300px}.atx-notifications p{margin:0;padding:10px;border-bottom:1px solid var(--atx-border);font-size:12px}.atx-notifications p:last-child{border:0}.atx-shell{padding-top:70px;min-height:100vh}.atx-sidebar{position:fixed;top:70px;bottom:0;left:0;width:var(--atx-sidebar);z-index:80;padding:20px 13px;background:var(--atx-surface);border-right:1px solid var(--atx-border);overflow-y:auto;transition:transform .25s}.atx-sidebar-group{margin-bottom:18px}.atx-sidebar-title{display:block;padding:0 12px 7px;color:var(--atx-muted);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.atx-sidebar-item{position:relative;display:flex;align-items:center;gap:11px;padding:10px 12px;margin:2px 0;border-radius:9px;color:var(--atx-muted);font-size:12px;font-weight:650;transition:.2s}.atx-sidebar-item i{width:20px;font-style:normal;text-align:center}.atx-sidebar-item:hover{color:var(--atx-text);background:var(--atx-bg);transform:translateX(2px)}.atx-sidebar-item.atx-active{color:var(--atx-navy);background:color-mix(in srgb,var(--atx-teal) 12%,var(--atx-surface));font-weight:800}.atx-dark .atx-sidebar-item.atx-active{color:#7bd0c5}.atx-sidebar-item.atx-active:before{content:"";position:absolute;left:0;width:3px;height:22px;border-radius:4px;background:var(--atx-teal)}.atx-logout{width:100%;border:0;background:transparent;text-align:left}.atx-main{margin-left:var(--atx-sidebar);min-width:0;padding:30px}.atx-page{max-width:1320px;margin:auto;animation:atxPage .35s ease}.atx-page-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.atx-page-head h1{font:800 clamp(25px,3vw,35px) Manrope;margin:0;letter-spacing:-.04em}.atx-page-head p{color:var(--atx-muted);margin:5px 0 0}.atx-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;background:var(--atx-navy);color:#fff;padding:11px 16px;font-weight:800;transition:.2s}.atx-button:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(22,50,79,.2)}.atx-button-secondary{background:var(--atx-teal)}.atx-button-ghost{background:var(--atx-surface);color:var(--atx-text);border:1px solid var(--atx-border);box-shadow:none}.atx-button-danger{background:var(--atx-danger)}.atx-date-card{display:flex;align-items:end;gap:10px;padding:12px;background:var(--atx-surface);border:1px solid var(--atx-border);border-radius:13px}.atx-date-card label{display:grid;gap:4px;color:var(--atx-muted);font-size:9px;font-weight:800;text-transform:uppercase}.atx-input{width:100%;padding:11px 12px;border:1px solid var(--atx-border);border-radius:9px;background:var(--atx-surface);color:var(--atx-text);outline:0}.atx-input:focus{border-color:var(--atx-teal);box-shadow:0 0 0 3px rgba(46,158,143,.12)}.atx-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.atx-summary{position:relative;overflow:hidden;padding:21px;background:var(--atx-surface);border:1px solid var(--atx-border);border-radius:16px;box-shadow:0 7px 25px rgba(22,50,79,.04);transition:.25s}.atx-summary:hover{transform:translateY(-4px);box-shadow:var(--atx-shadow)}.atx-summary:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--atx-accent)}.atx-summary-top{display:flex;justify-content:space-between;color:var(--atx-muted);font-size:11px;font-weight:700}.atx-summary-icon{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--atx-accent) 12%,transparent);color:var(--atx-accent);font-size:18px}.atx-summary strong{display:block;font:800 27px Manrope;margin:17px 0}.atx-summary-foot{display:flex;justify-content:space-between;color:var(--atx-muted);font-size:10px}.atx-summary-foot b{color:var(--atx-accent)}.atx-grid{display:grid;gap:16px;margin-top:16px}.atx-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.atx-panel{min-width:0;padding:22px;background:var(--atx-surface);border:1px solid var(--atx-border);border-radius:16px;box-shadow:0 7px 25px rgba(22,50,79,.035)}.atx-panel-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.atx-panel h2{font:800 16px Manrope;margin:0}.atx-panel-sub{color:var(--atx-muted);font-size:10px}.atx-table-wrap{overflow:auto;border:1px solid var(--atx-border);border-radius:11px}.atx-table{width:100%;border-collapse:collapse;min-width:580px}.atx-table th{position:sticky;top:0;padding:11px 13px;background:var(--atx-bg);color:var(--atx-muted);font-size:9px;text-align:left;text-transform:uppercase;letter-spacing:.08em}.atx-table td{padding:12px 13px;border-top:1px solid var(--atx-border);font-size:12px}.atx-table tbody tr:nth-child(even){background:color-mix(in srgb,var(--atx-bg) 55%,transparent)}.atx-table tbody tr:hover{background:color-mix(in srgb,var(--atx-teal) 7%,transparent)}.atx-money{font-weight:800}.atx-status{display:inline-flex;padding:4px 8px;border-radius:99px;background:rgba(46,158,143,.11);color:var(--atx-success);font-size:9px;font-weight:800}.atx-status.atx-pending{background:rgba(212,167,44,.13);color:#9a7411}.atx-status.atx-overdue{background:rgba(201,76,76,.12);color:var(--atx-danger)}.atx-table-action{border:0;background:transparent;color:var(--atx-teal);font-size:11px;font-weight:700}.atx-table-action.atx-delete{color:var(--atx-danger)}.atx-empty{text-align:center;padding:38px;color:var(--atx-muted)}.atx-empty i{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 10px;border-radius:50%;background:var(--atx-bg);font-style:normal}.atx-empty strong{display:block;color:var(--atx-text);margin-bottom:4px}.atx-cash-chart{width:100%;height:230px}.atx-chart-grid line{stroke:var(--atx-border)}.atx-chart-income{fill:none;stroke:var(--atx-teal);stroke-width:3;stroke-dasharray:900;animation:atxDraw 1.4s}.atx-chart-expense{fill:none;stroke:var(--atx-danger);stroke-width:3;stroke-dasharray:900;animation:atxDraw 1.6s}.atx-chart-area{fill:rgba(46,158,143,.08)}.atx-chart-legend{display:flex;gap:16px;color:var(--atx-muted);font-size:10px}.atx-chart-legend i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px;background:var(--atx-teal)}.atx-chart-legend span:nth-child(2) i{background:var(--atx-danger)}.atx-donut-layout{display:flex;align-items:center;justify-content:center;gap:28px;min-height:220px}.atx-donut{width:145px;height:145px;border-radius:50%;background:conic-gradient(var(--atx-teal) 0 38%,var(--atx-navy-2) 38% 66%,var(--atx-gold) 66% 86%,#91a2ad 86%);position:relative;animation:atxSpin .8s ease}.atx-donut:after{content:"";position:absolute;inset:30px;border-radius:50%;background:var(--atx-surface)}.atx-donut-expense{background:conic-gradient(var(--atx-danger) 0 30%,var(--atx-gold) 30% 52%,#6e8592 52% 72%,var(--atx-navy-2) 72% 90%,#aab5bb 90%)}.atx-legend{display:grid;gap:8px;color:var(--atx-muted);font-size:10px}.atx-legend span:before{content:"";display:inline-block;width:8px;height:8px;border-radius:2px;background:var(--atx-teal);margin-right:7px}.atx-toolbar{display:flex;justify-content:space-between;gap:12px;margin-bottom:16px}.atx-filters{display:flex;gap:8px;flex-wrap:wrap}.atx-filters .atx-input{width:auto;min-width:160px}.atx-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:14px;color:var(--atx-muted);font-size:11px}.atx-report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.atx-report{overflow:hidden;padding:0}.atx-report img{width:100%;height:135px;object-fit:cover}.atx-report-body{padding:19px}.atx-report-icon{color:var(--atx-teal);font-size:19px}.atx-report h3{margin:9px 0 5px}.atx-report p{min-height:42px;color:var(--atx-muted);font-size:11px}.atx-settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.atx-field{display:grid;gap:6px;margin-bottom:14px}.atx-field label,.atx-field>span{font-size:10px;color:var(--atx-muted);font-weight:800}.atx-modal-layer{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;visibility:hidden;opacity:0;background:rgba(12,24,35,.55);backdrop-filter:blur(5px);transition:.2s}.atx-modal-layer.atx-open{visibility:visible;opacity:1}.atx-modal{width:min(530px,calc(100% - 28px));max-height:90vh;overflow:auto;padding:27px;background:var(--atx-surface);border:1px solid var(--atx-border);border-radius:17px;box-shadow:0 25px 70px rgba(0,0,0,.25);transform:scale(.96) translateY(8px);transition:.2s}.atx-open .atx-modal{transform:none}.atx-modal-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px}.atx-modal-head h2{margin:0}.atx-modal-close{border:0;background:transparent;color:var(--atx-muted);font-size:22px}.atx-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.atx-span-2{grid-column:span 2}.atx-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.atx-login{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#fff}.atx-login-brand{position:relative;overflow:hidden;padding:38px clamp(38px,6vw,90px);display:flex;flex-direction:column;color:#fff;background:linear-gradient(145deg,#102b45,#285363)}.atx-login-brand:after{content:"";position:absolute;inset:0;background-image:radial-gradient(#ffffff18 1px,transparent 1px);background-size:25px 25px;mask-image:linear-gradient(135deg,#000,transparent 72%)}.atx-login-logo{position:relative;z-index:2;display:flex;align-items:center;gap:11px}.atx-login-logo img{width:45px;height:45px;object-fit:contain}.atx-login-logo strong{font:800 20px Manrope}.atx-login-story{position:relative;z-index:2;margin:auto 0;max-width:600px;animation:atxLoginLeft .6s ease}.atx-login-story h1{font:800 clamp(40px,4.5vw,60px)/1.05 Manrope;letter-spacing:-.05em;margin:17px 0}.atx-login-story>p{max-width:520px;color:#c4d4dc;line-height:1.75}.atx-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:30px 0}.atx-feature-list span{padding:13px;border:1px solid #ffffff20;border-radius:10px;background:#ffffff0b;font-size:11px}.atx-feature-list span:before{content:"✓";color:#66d4c6;margin-right:8px}.atx-login-image{position:absolute;inset:auto -8% -20% auto;width:55%;opacity:.12;filter:grayscale(1)}.atx-login-copyright{position:relative;z-index:2;color:#8fa8b5;font-size:10px}.atx-login-form-panel{display:grid;place-items:center;padding:35px clamp(28px,6vw,90px);background:radial-gradient(circle at 100% 0,#edf4f2,transparent 35%),#fff}.atx-login-card{width:min(450px,100%);animation:atxLoginRight .55s ease}.atx-login-card img{width:46px;height:46px;object-fit:contain;margin-bottom:24px}.atx-login-card h2{font:800 33px Manrope;margin:8px 0;color:#18212b}.atx-login-card>p{color:#6b7280;margin:0 0 27px}.atx-login-card .atx-input{background:#fff;color:#18212b;border-color:#dfe4e8}.atx-login-card .atx-field>span{color:#52606d}.atx-password{position:relative}.atx-password .atx-input{padding-right:48px}.atx-password button{position:absolute;right:7px;top:5px;width:36px;height:36px;border:0;background:transparent}.atx-login-options{display:flex;justify-content:space-between;margin:5px 0 20px;color:#6b7280;font-size:11px}.atx-login-options a{color:var(--atx-teal)}.atx-login-error{min-height:18px;color:var(--atx-danger);font-size:11px}.atx-login-switch{text-align:center;color:#6b7280;font-size:12px}.atx-login-switch a{color:var(--atx-teal);font-weight:800}.atx-toast{position:fixed;right:20px;bottom:20px;z-index:2000;max-width:360px;padding:13px 17px;border-left:4px solid var(--atx-success);border-radius:10px;background:#16212b;color:#fff;box-shadow:var(--atx-shadow);opacity:0;transform:translateY(80px);transition:.25s}.atx-toast.atx-show{opacity:1;transform:none}.atx-toast.atx-error{border-color:var(--atx-danger)}.atx-reveal{opacity:0;transform:translateY(18px);transition:.55s}.atx-reveal.atx-visible{opacity:1;transform:none}.atx-footer{margin-left:var(--atx-sidebar);padding:18px 30px;border-top:1px solid var(--atx-border);color:var(--atx-muted);text-align:center;font-size:10px;background:var(--atx-surface)}@keyframes atxPage{from{opacity:0;transform:translateY(8px)}}@keyframes atxDrop{from{opacity:0;transform:translateY(-6px)}}@keyframes atxDraw{from{stroke-dashoffset:900}to{stroke-dashoffset:0}}@keyframes atxSpin{from{transform:rotate(-80deg);opacity:0}}@keyframes atxLoginLeft{from{opacity:0;transform:translateX(-25px)}}@keyframes atxLoginRight{from{opacity:0;transform:translateX(25px)}}
@media(max-width:1100px){.atx-summary-grid{grid-template-columns:repeat(2,1fr)}.atx-report-grid{grid-template-columns:repeat(2,1fr)}.atx-top-links{display:none}.atx-navbar{grid-template-columns:var(--atx-sidebar) 1fr}.atx-nav-actions{justify-self:end}}
@media(max-width:860px){:root{--atx-sidebar:230px}.atx-menu-button{display:grid}.atx-navbar{display:flex}.atx-brand{border:0}.atx-nav-actions{margin-left:auto}.atx-sidebar{transform:translateX(-100%)}.atx-sidebar.atx-open{transform:none;box-shadow:var(--atx-shadow)}.atx-main,.atx-footer{margin-left:0}.atx-grid-2{grid-template-columns:1fr}.atx-login{grid-template-columns:1fr}.atx-login-brand{display:none}.atx-login-form-panel{min-height:100vh}.atx-settings-grid{grid-template-columns:1fr}}
@media(max-width:600px){.atx-main{padding:20px 14px}.atx-navbar{height:64px}.atx-brand{height:64px;padding-left:14px}.atx-brand strong{font-size:16px}.atx-logo{width:35px;height:35px}.atx-nav-actions{padding-right:12px}.atx-profile-button>span{display:none}.atx-summary-grid,.atx-report-grid{grid-template-columns:1fr}.atx-page-head,.atx-toolbar{align-items:flex-start;flex-direction:column}.atx-date-card{width:100%;display:grid;grid-template-columns:1fr 1fr}.atx-date-card .atx-button{grid-column:span 2}.atx-filters{width:100%}.atx-filters .atx-input{width:100%}.atx-form-grid{grid-template-columns:1fr}.atx-span-2{grid-column:auto}.atx-donut-layout{flex-direction:column}.atx-footer{padding:16px}.atx-login-form-panel{place-items:start center;padding:28px 20px}.atx-login-card h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.atx-reveal{opacity:1;transform:none}}

/* Public AccountTrax website */
.atx-public-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.atx-public-navbar{position:fixed;inset:0 0 auto;z-index:200;background:color-mix(in srgb,var(--atx-surface) 94%,transparent);border-bottom:1px solid var(--atx-border);backdrop-filter:blur(15px)}.atx-public-navbar>.atx-public-container{height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:35px}.atx-public-brand{display:inline-flex;align-items:center;gap:9px;width:max-content}.atx-public-brand img{width:41px;height:41px;object-fit:contain}.atx-public-brand strong{font:800 19px Manrope;letter-spacing:-.04em;color:var(--atx-navy)}.atx-dark .atx-public-brand strong{color:var(--atx-text)}.atx-public-links{display:flex;justify-content:center;gap:5px}.atx-public-links a{padding:9px 12px;border-radius:8px;color:var(--atx-muted);font-size:12px;font-weight:700}.atx-public-links a:hover{color:var(--atx-teal);background:color-mix(in srgb,var(--atx-teal) 8%,transparent)}.atx-public-actions{display:flex;align-items:center;gap:9px}.atx-public-login{padding:9px 14px;color:var(--atx-navy);font-weight:800}.atx-dark .atx-public-login{color:var(--atx-text)}.atx-public-start{padding:10px 15px}.atx-public-menu{display:none}.atx-public-mobile{display:none}.atx-website{padding-top:74px}.atx-public-hero{position:relative;overflow:hidden;padding:92px 0 80px;background:radial-gradient(circle at 80% 28%,rgba(46,158,143,.13),transparent 32%),linear-gradient(145deg,var(--atx-surface),var(--atx-bg))}.atx-public-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--atx-border) 1px,transparent 1px),linear-gradient(90deg,var(--atx-border) 1px,transparent 1px);background-size:48px 48px;opacity:.22;mask-image:linear-gradient(to bottom,#000,transparent 80%)}.atx-public-hero-grid{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:70px}.atx-public-hero-copy{animation:atxLoginLeft .65s ease}.atx-public-kicker,.atx-public-heading>span,.atx-public-cta span{color:var(--atx-teal);font-size:10px;font-weight:800;letter-spacing:.15em}.atx-public-hero h1{font:800 clamp(48px,5.6vw,75px)/1.02 Manrope;letter-spacing:-.065em;margin:18px 0 24px}.atx-public-hero h1 em{color:var(--atx-teal);font-style:normal}.atx-public-hero-copy>p{max-width:620px;color:var(--atx-muted);font-size:16px;line-height:1.75}.atx-public-hero-actions{display:flex;gap:10px;margin:29px 0}.atx-public-proof{display:flex;gap:18px;flex-wrap:wrap;color:var(--atx-muted);font-size:10px}.atx-public-proof b{color:var(--atx-teal)}.atx-public-visual{position:relative;animation:atxLoginRight .65s ease}.atx-public-visual>img{width:100%;height:510px;object-fit:cover;border-radius:25px;border:1px solid var(--atx-border);box-shadow:0 30px 80px rgba(22,50,79,.18)}.atx-public-visual:after{content:"";position:absolute;inset:17px;border:1px solid rgba(255,255,255,.55);border-radius:17px;pointer-events:none}.atx-public-float{position:absolute;z-index:2;padding:14px 16px;border:1px solid rgba(255,255,255,.5);border-radius:13px;background:rgba(255,255,255,.93);color:#18212b;box-shadow:0 17px 45px rgba(22,50,79,.2);backdrop-filter:blur(10px)}.atx-public-float small,.atx-public-float span{display:block;color:#6b7280;font-size:8px;font-weight:800}.atx-public-float strong,.atx-public-float b{font:800 20px Manrope}.atx-public-float em{display:block;color:var(--atx-teal);font-size:9px;font-style:normal}.atx-public-float-income{left:-35px;top:55px}.atx-public-float-balance{right:-20px;bottom:45px;min-width:180px}.atx-public-float-balance i{display:block;width:75%;height:4px;margin-top:10px;border-radius:5px;background:linear-gradient(90deg,var(--atx-teal),var(--atx-gold))}.atx-public-metrics{border-block:1px solid var(--atx-border);background:var(--atx-surface)}.atx-public-metrics>.atx-public-container{display:grid;grid-template-columns:repeat(4,1fr)}.atx-public-metrics div{padding:23px;text-align:center;border-right:1px solid var(--atx-border)}.atx-public-metrics div:last-child{border:0}.atx-public-metrics strong,.atx-public-metrics span{display:block}.atx-public-metrics strong{font:800 13px Manrope}.atx-public-metrics span{color:var(--atx-muted);font-size:9px}.atx-public-section{padding:95px 0}.atx-public-section-soft{background:var(--atx-surface)}.atx-public-heading{max-width:720px;margin:0 auto 42px;text-align:center}.atx-public-heading h2,.atx-public-split h2,.atx-public-security h2,.atx-public-cta h2{font:800 clamp(31px,4vw,46px)/1.12 Manrope;letter-spacing:-.045em;margin:12px 0}.atx-public-heading p,.atx-public-split p,.atx-public-security p,.atx-public-cta p{color:var(--atx-muted)}.atx-public-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.atx-public-feature{padding:24px;border:1px solid var(--atx-border);border-radius:16px;background:var(--atx-surface);transition:.25s}.atx-public-feature:hover{transform:translateY(-6px);border-color:rgba(46,158,143,.5);box-shadow:var(--atx-shadow)}.atx-public-feature>div{display:flex;justify-content:space-between}.atx-public-feature i{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:rgba(46,158,143,.1);color:var(--atx-teal);font-size:20px;font-style:normal}.atx-public-feature>div span{color:var(--atx-border);font-weight:800}.atx-public-feature h3{font:800 17px Manrope;margin:20px 0 7px}.atx-public-feature p{min-height:44px;color:var(--atx-muted);font-size:11px}.atx-public-feature a{color:var(--atx-teal);font-size:11px;font-weight:800}.atx-public-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:75px}.atx-public-split>img{width:100%;height:465px;object-fit:cover;border-radius:23px;box-shadow:var(--atx-shadow)}.atx-public-split-reverse>div{order:-1}.atx-public-steps{display:grid;gap:10px;margin-top:27px}.atx-public-steps>div{display:grid;grid-template-columns:35px 1fr;gap:13px;padding:14px;border-bottom:1px solid var(--atx-border)}.atx-public-steps>div>b{color:var(--atx-teal);font-size:10px}.atx-public-steps span{display:grid}.atx-public-steps small{color:var(--atx-muted);margin-top:3px}.atx-public-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0}.atx-public-checks span{padding:11px;border-bottom:1px solid var(--atx-border);font-size:11px}.atx-public-checks span:before{content:"✓";color:var(--atx-teal);margin-right:7px}.atx-public-security{padding:72px 0;background:var(--atx-navy);color:#fff}.atx-public-security>.atx-public-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.atx-public-security p{color:#b9cad5}.atx-public-security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.atx-public-security-grid span{display:grid;place-items:center;gap:9px;padding:23px 10px;border:1px solid #ffffff1f;border-radius:12px;background:#ffffff0a;text-align:center}.atx-public-security-grid i{color:#68cfc2;font-size:22px;font-style:normal}.atx-public-security-grid b{font-size:10px}.atx-public-cta{padding:65px 0;background:linear-gradient(120deg,#d9eee9,#eef3f3)}.atx-dark .atx-public-cta{background:linear-gradient(120deg,#1c3d3d,#1b2c37)}.atx-public-cta>.atx-public-container{display:flex;justify-content:space-between;align-items:center;gap:30px}.atx-public-cta h2{margin-bottom:5px}.atx-public-cta p{margin:0}.atx-public-footer{padding:55px 0 20px;background:#0d1e2e;color:#fff}.atx-public-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}.atx-public-footer .atx-public-brand strong{color:#fff}.atx-public-footer p,.atx-public-footer a{display:block;color:#91a7b8;font-size:10px;margin:9px 0}.atx-public-footer b{display:block;margin-bottom:13px;font-size:11px}.atx-public-copy{margin-top:38px;padding-top:18px;border-top:1px solid #ffffff14;color:#7890a2;text-align:center;font-size:9px}.atx-login-back{display:block;width:max-content;margin-bottom:30px;color:#6b7280;font-size:11px}.atx-login-back:hover{color:var(--atx-teal)}
@media(max-width:940px){.atx-public-links,.atx-public-start{display:none}.atx-public-menu{display:grid}.atx-public-navbar>.atx-public-container{display:flex}.atx-public-actions{margin-left:auto}.atx-public-mobile{position:absolute;top:74px;left:16px;right:16px;display:grid;padding:12px;border:1px solid var(--atx-border);border-radius:13px;background:var(--atx-surface);box-shadow:var(--atx-shadow);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s}.atx-public-mobile.atx-open{opacity:1;visibility:visible;transform:none}.atx-public-mobile a{padding:10px;border-radius:8px}.atx-public-hero-grid,.atx-public-split,.atx-public-security>.atx-public-container{grid-template-columns:1fr}.atx-public-hero-copy{text-align:center}.atx-public-hero-copy>p{margin-inline:auto}.atx-public-hero-actions,.atx-public-proof{justify-content:center}.atx-public-visual{max-width:690px;margin:auto}.atx-public-feature-grid{grid-template-columns:repeat(2,1fr)}.atx-public-split-reverse>div{order:0}.atx-public-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.atx-public-container{width:min(100% - 28px,1180px)}.atx-public-navbar>.atx-public-container{height:66px}.atx-public-brand img{width:36px;height:36px}.atx-public-brand strong{font-size:17px}.atx-public-actions{gap:5px}.atx-public-login{display:none}.atx-website{padding-top:66px}.atx-public-mobile{top:66px}.atx-public-hero{padding:60px 0}.atx-public-hero h1{font-size:43px}.atx-public-hero-actions{flex-direction:column}.atx-public-visual>img{height:360px}.atx-public-float-income{left:7px;top:18px}.atx-public-float-balance{right:7px;bottom:20px}.atx-public-metrics>.atx-public-container{grid-template-columns:1fr 1fr}.atx-public-metrics div:nth-child(2){border-right:0}.atx-public-metrics div:nth-child(-n+2){border-bottom:1px solid var(--atx-border)}.atx-public-section{padding:65px 0}.atx-public-feature-grid{grid-template-columns:1fr}.atx-public-split>img{height:350px}.atx-public-checks,.atx-public-security-grid{grid-template-columns:1fr}.atx-public-cta>.atx-public-container{align-items:flex-start;flex-direction:column}.atx-public-footer-grid{grid-template-columns:1fr 1fr}.atx-public-footer-grid>div:first-child{grid-column:1/-1}}

/* Refined public cards and vector icon system */
#atx-features,#atx-workflow,#atx-insights,#atx-security{scroll-margin-top:74px}
.atx-public-feature-grid{gap:18px}.atx-public-feature{position:relative;overflow:hidden;padding:27px;border-radius:19px;box-shadow:0 8px 25px rgba(22,50,79,.04);isolation:isolate}.atx-public-feature:before{content:"";position:absolute;z-index:-1;right:-58px;top:-62px;width:140px;height:140px;border-radius:50%;background:color-mix(in srgb,var(--atx-teal) 7%,transparent);transition:transform .45s ease}.atx-public-feature:hover:before{transform:scale(1.4)}.atx-public-feature:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(22,50,79,.11)}.atx-public-feature i{width:51px;height:51px;border-radius:14px;background:linear-gradient(145deg,rgba(46,158,143,.14),rgba(46,158,143,.05));box-shadow:inset 0 0 0 1px rgba(46,158,143,.08);transition:.35s cubic-bezier(.2,.8,.2,1)}.atx-public-feature i svg{width:25px;height:25px}.atx-public-feature:hover i{transform:translateY(-3px) rotate(5deg);background:var(--atx-teal);color:#fff;box-shadow:0 10px 23px rgba(46,158,143,.25)}.atx-public-feature>div span{font-size:11px;letter-spacing:.13em}.atx-public-feature h3{font-size:18px;margin-top:23px}.atx-public-feature p{font-size:12px;line-height:1.6}.atx-public-feature a{display:inline-flex;align-items:center;margin-top:7px;padding-top:13px;border-top:1px solid var(--atx-border);width:100%}.atx-public-security-grid i{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#ffffff10}.atx-public-security-grid i svg{width:23px;height:23px}.atx-public-metrics div{position:relative;transition:background .2s}.atx-public-metrics div:hover{background:color-mix(in srgb,var(--atx-teal) 6%,var(--atx-surface))}.atx-public-metrics strong{font-size:14px}.atx-public-metrics span{margin-top:3px}.atx-public-steps>div{border:1px solid transparent;border-bottom-color:var(--atx-border);border-radius:10px;transition:.2s}.atx-public-steps>div:hover{border-color:var(--atx-border);background:var(--atx-bg);transform:translateX(4px)}
