@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#18231f;background:#f3f2ed;font-synthesis:none;--ink: #18231f;--muted: #69756f;--green: #183d32;--green-2: #245445;--mint: #dcebe5;--paper: #fffefa;--line: #e2e3dc;--gold: #c99444;--danger: #a8483c;--shadow: 0 15px 45px rgba(28, 42, 36, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}h1,h2,h3,p{margin-top:0}h1,h2,h3,.wordmark{font-family:Manrope,sans-serif}svg{width:19px;height:19px;stroke-width:1.8}.splash{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:16px;background:var(--green);color:#fff}.splash .brand-mark{width:52px;height:52px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(460px,1.05fr) minmax(520px,.95fr);background:var(--paper)}.login-story{min-height:100vh;color:#fff;padding:42px 56px;display:flex;flex-direction:column;background:radial-gradient(circle at 85% 22%,rgba(106,159,137,.34),transparent 30%),radial-gradient(circle at 25% 90%,rgba(187,143,77,.12),transparent 24%),linear-gradient(145deg,#102c24,#1d4438 70%,#133128);position:relative;overflow:hidden}.login-story:after{content:"";position:absolute;width:480px;height:480px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-210px;bottom:-140px;box-shadow:0 0 0 80px #ffffff05,0 0 0 160px #ffffff03}.wordmark{display:flex;align-items:center;gap:11px;font-size:22px;font-weight:700;letter-spacing:-.5px}.brand-mark{width:42px;height:42px;display:inline-grid;place-items:center;color:#f2e5c7;border-radius:12px;background:#ffffff1c;border:1px solid rgba(255,255,255,.15)}.brand-mark.large{width:70px;height:70px;background:var(--green);color:#fff;margin-bottom:20px}.brand-mark.large svg{width:30px;height:30px}.story-copy{margin:auto 0;max-width:610px;position:relative;z-index:1}.eyebrow{display:block;text-transform:uppercase;color:#517064;font-size:11px;font-weight:700;letter-spacing:1.7px;margin-bottom:12px}.eyebrow.light{color:#bdccbf}.story-copy h1{font-size:clamp(44px,5.4vw,76px);line-height:1.02;letter-spacing:-4px;margin-bottom:28px;font-weight:600}.story-copy>p{color:#cad6d1;font-size:18px;line-height:1.7;max-width:540px}.trust-row{display:flex;align-items:center;gap:10px;margin-top:35px;color:#dce7e2;font-size:13px}.trust-row svg{color:#ddbd85}.trust-row span{width:4px;height:4px;background:#77968a;border-radius:50%;margin:0 8px}.story-foot{color:#86a096;font-size:12px;position:relative;z-index:1}.login-panel{display:grid;place-items:center;padding:50px}.login-card{width:100%;max-width:430px}.login-card h2,.gate-card h1{font-size:32px;letter-spacing:-1.4px;margin-bottom:10px}.login-card>p,.gate-card>p{color:var(--muted);line-height:1.6;margin-bottom:32px}label{display:grid;gap:8px;font-size:13px;font-weight:600;margin:18px 0}label small{color:var(--muted);font-size:11px;font-weight:400}input{width:100%;border:1px solid #d8dbd4;border-radius:9px;background:#fff;padding:13px 14px;outline:none;color:var(--ink);transition:.2s}input:focus{border-color:#5a8173;box-shadow:0 0 0 3px #36665417}.demo-note{text-align:center;margin:16px 0 0!important;font-size:12px;color:#8a918d!important}.auth-switch{width:100%;margin-top:14px;border:0;background:transparent;color:#2e6350;font-size:12px;font-weight:700}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:9px;border:1px solid transparent;padding:10px 16px;font-size:13px;font-weight:700;transition:transform .16s,background .16s}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{background:var(--green);color:#fff;box-shadow:0 6px 15px #183d3226}.button.primary:hover:not(:disabled){background:var(--green-2)}.button.secondary{color:var(--green);border-color:#cdd6d0;background:#fff}.button.pale{background:#fff;color:var(--green);margin-left:auto}.button.ghost{background:transparent;color:var(--muted);border-color:var(--line)}.button.wide{width:100%}.button.small{min-height:36px;padding:7px 11px;font-size:12px}.inline-error,.message{display:flex;align-items:center;gap:9px;color:var(--danger);border-radius:8px;padding:11px 13px;margin:14px 0;font-size:13px;background:#fff0ed}.inline-error svg,.message svg{flex:0 0 auto}.message{margin-bottom:20px}.message.success{color:#246044;background:#e9f5ee}.gate-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 50% 0%,#e0eae4,transparent 40%),#f3f2ed}.gate-card{width:100%;max-width:510px;padding:46px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.device-box{display:flex;align-items:center;gap:14px;background:#f3f5f2;padding:15px;border-radius:10px;margin:20px 0}.device-box>svg{width:27px;height:27px;color:var(--green)}.device-box div{display:grid;gap:3px}.device-box span{color:var(--muted);font-size:12px}.gate-card .button+.button{margin-top:10px}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:#f3f2ed}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#14372e;color:#fff;padding:27px 18px 20px;display:flex;flex-direction:column;z-index:10}.wordmark.compact{font-size:19px;padding:0 8px}.wordmark.compact .brand-mark{width:34px;height:34px;border-radius:9px}.company-switch{margin:29px 0 22px;padding:10px;border-radius:10px;background:#ffffff12;display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:10px}.company-switch>span{width:34px;height:34px;display:grid;place-items:center;background:#d9b77c;color:#17372e;border-radius:8px;font-weight:700}.company-switch div{display:grid;gap:3px;min-width:0}.company-switch strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.company-switch small{color:#9eb5ac;font-size:10px}.company-switch>svg{width:15px}nav{display:grid;gap:5px}nav button,.sidebar-bottom button{width:100%;display:flex;align-items:center;gap:12px;border:0;border-radius:8px;color:#a9c0b7;padding:11px 12px;background:transparent;text-align:left;font-size:13px}nav button.active,nav button:hover,.sidebar-bottom button:hover{color:#fff;background:#ffffff17}nav button svg,.sidebar-bottom svg{width:18px}nav em{margin-left:auto;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#d7ae6a;color:#17372e;font-size:10px;font-style:normal;font-weight:700}.sidebar-bottom{margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.content{grid-column:2;min-width:0}.content>header{height:74px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e1e1da;background:#ffffff94;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-mark{display:none}.header-actions{display:flex;align-items:center;gap:9px;margin-left:auto}.icon-button{width:36px;height:36px;border:1px solid #dedfd8;border-radius:9px;display:inline-grid;place-items:center;background:#fff;color:#56635d}.icon-button svg{width:17px}.icon-button.danger{color:var(--danger);background:#fff9f7}.bell{position:relative}.bell span{position:absolute;right:7px;top:6px;width:6px;height:6px;background:#d26859;border:1px solid white;border-radius:50%}.avatar{width:37px;height:37px;margin-left:5px;display:grid;place-items:center;color:#fff;background:var(--green);border-radius:50%;font-size:11px;font-weight:700}.page{max-width:1420px;margin:0 auto;padding:38px 42px 70px}.page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:29px}.page-title h1{font-size:31px;line-height:1.2;letter-spacing:-1.4px;margin-bottom:8px}.page-title p{color:var(--muted);font-size:14px;margin-bottom:0}.trial-banner{display:flex;align-items:center;gap:15px;padding:16px 18px;border-radius:12px;margin-bottom:22px;color:#fff;background:linear-gradient(100deg,#285446,#1c4035);box-shadow:0 10px 25px #183d321f}.trial-icon{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;color:#f3d59e;background:#ffffff1a}.trial-banner strong{font-size:13px}.trial-banner p{margin:3px 0 0;color:#bfcfc9;font-size:11px}.trial-banner .button svg{width:15px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.stat{min-height:135px;padding:18px;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:12px;position:relative;overflow:hidden}.stat:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#7c9d90}.stat.gold:before{background:#c69752}.stat.blue:before{background:#66869f}.stat.slate:before{background:#848a86}.stat>span{color:var(--muted);font-size:11px;font-weight:600}.stat strong{font-family:Manrope;font-size:27px;letter-spacing:-1px;margin:auto 0 4px}.stat small{color:#8b938f;font-size:10px}.two-column{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.75fr);gap:20px;margin-bottom:20px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:12px}.panel-head{min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:17px 20px;border-bottom:1px solid #e8e8e2}.panel-head h2{font-size:15px;margin-bottom:4px;letter-spacing:-.25px}.panel-head p{margin:0;color:var(--muted);font-size:11px}.text-button{border:0;background:transparent;color:var(--green);display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700}.text-button svg{width:14px}.import-list button{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto 82px 16px;align-items:center;gap:12px;padding:13px 20px;border:0;border-bottom:1px solid #ecece7;background:transparent;text-align:left;color:var(--ink)}.import-list button:last-child{border-bottom:0}.import-list button:hover{background:#f8f8f4}.file-icon{width:34px;height:34px;display:grid;place-items:center;color:#39705d;background:#e6f0eb;border-radius:8px}.file-icon svg{width:17px}.file-main{min-width:0;display:grid;gap:4px}.file-main strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-main small{color:var(--muted);font-size:9.5px}.import-list time{color:#8d948f;font-size:9px;text-align:right}.import-list button>svg{width:14px;color:#a3aaa6}.status{width:fit-content;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;padding:5px 8px;border-radius:20px;font-size:9px;font-weight:700}.status svg{width:12px;height:12px}.status.approved{color:#286448;background:#e5f2e9}.status.review{color:#8b641f;background:#faf0d9}.status.blocked{color:#a04439;background:#f9e5e2}.empty{min-height:245px;display:grid;place-content:center;justify-items:center;text-align:center;padding:25px}.empty>span{width:45px;height:45px;display:grid;place-items:center;color:#547669;background:#e8f0ec;border-radius:50%;margin-bottom:12px}.empty h3{font-size:13px;margin-bottom:6px}.empty p{color:var(--muted);font-size:10px;max-width:290px;line-height:1.5}.empty .button{margin-top:6px}.empty-small{padding:50px;text-align:center;color:var(--muted);font-size:12px}.check-list{padding:6px 0}.check-row{width:100%;display:grid;grid-template-columns:29px minmax(0,1fr) 15px;gap:10px;align-items:center;padding:12px 18px;text-align:left;border:0;background:transparent;color:var(--ink)}.check-row:hover{background:#f8f8f4}.check-row>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%}.check-row>span.done{color:#2b6c4f;background:#e6f2e9}.check-row>span.pending{color:#9a702b;background:#f8eed8}.check-row>span svg{width:13px}.check-row div{display:grid;gap:3px}.check-row strong{font-size:11px}.check-row small{color:var(--muted);font-size:9.5px}.check-row>svg{width:13px;color:#abb0ad}.notification-panel{overflow:hidden}.notice{display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:12px;align-items:start;margin:0 20px;padding:13px 0;border-bottom:1px solid #ecece7}.notice:last-child{border-bottom:0}.notice>svg{color:#b07a29}.notice.error>svg{color:var(--danger)}.notice strong{font-size:11px}.notice p{margin:3px 0 0;color:var(--muted);font-size:10px}.notice>span{color:#929995;font-size:9px}.upload-zone{padding:34px;border:1.5px dashed #b9c8c1;border-radius:12px;display:grid;place-items:center;text-align:center;background:#ffffff8c;margin-bottom:20px;cursor:pointer;transition:.2s}.upload-zone:hover{border-color:#588171;background:#f7faf8}.upload-zone>span{width:47px;height:47px;display:grid;place-items:center;color:#32624f;background:#e0ede6;border-radius:50%;margin-bottom:12px}.upload-zone h3{font-size:14px;margin-bottom:5px}.upload-zone p{margin:0;color:var(--muted);font-size:10px}.imports-panel{overflow:hidden}.settings-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;align-items:start}.form-panel{padding-bottom:21px}.form-panel>label,.form-panel>.form-row,.form-panel>.button,.form-panel>.form-message{margin-left:20px;margin-right:20px}.form-row{display:grid;grid-template-columns:2fr 1fr;gap:12px}.form-row label{margin:0}.form-message{font-size:11px;color:#2c674d;background:#ebf5ef;border-radius:7px;padding:9px}.bank-list{padding:6px 0}.bank-row{display:grid;grid-template-columns:40px minmax(0,1fr) 36px;gap:12px;align-items:center;padding:14px 20px;border-bottom:1px solid #ecece7}.bank-row:last-child{border-bottom:0}.bank-row>span{width:38px;height:38px;display:grid;place-items:center;color:#32624f;background:#e4eee9;border-radius:9px}.bank-row div{display:grid;gap:4px}.bank-row strong{font-size:12px}.bank-row small{color:var(--muted);font-size:10px}.modal-backdrop,.drawer-backdrop{position:fixed;inset:0;z-index:50;background:#0c1b1680;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:25px}.modal{width:100%;max-width:500px;border-radius:15px;background:var(--paper);padding:30px;box-shadow:0 30px 80px #0000003d;position:relative}.modal h2{font-size:24px;margin-bottom:7px}.modal>p{color:var(--muted);font-size:12px}.modal-close{position:absolute;right:18px;top:18px;border:0;background:transparent;color:var(--muted)}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.price-card{padding:25px;border:1px solid var(--line);border-radius:14px;background:var(--paper);position:relative}.price-card.featured{border:1.5px solid #376a58;box-shadow:var(--shadow)}.price-card.current{background:#f3f8f5}.popular{position:absolute;right:17px;top:17px;padding:5px 8px;color:#fff;background:var(--green);border-radius:20px;text-transform:uppercase;font-size:8px;letter-spacing:1px;font-weight:700}.price-card h2{font-size:20px;margin-bottom:7px}.price-card>p{min-height:38px;color:var(--muted);font-size:11px;line-height:1.55}.price{display:flex;align-items:center;gap:9px;margin:24px 0}.price strong{font-family:Manrope;font-size:38px;letter-spacing:-2px}.price span{color:var(--muted);font-size:9px;line-height:1.4}.price-card ul{list-style:none;padding:0;min-height:145px;margin:0 0 20px}.price-card li{display:flex;align-items:center;gap:9px;padding:7px 0;color:#495650;font-size:11px}.price-card li svg{width:14px;color:#3a725d}.billing-note,.tip{display:flex;gap:13px;padding:18px;border:1px solid #d9ddd6;background:#fff9;border-radius:11px;margin-top:18px}.billing-note>svg,.tip>svg{color:#356853}.billing-note strong,.tip strong{font-size:12px}.billing-note p,.tip p{color:var(--muted);font-size:10px;margin:4px 0 0}.device-panel{min-height:220px;padding:35px;display:flex;align-items:center;gap:30px}.device-visual{width:110px;height:110px;display:grid;place-items:center;border-radius:24px;color:#fff;background:linear-gradient(145deg,#1c493b,#102d25);box-shadow:0 15px 35px #183d3233}.device-visual svg{width:45px;height:45px}.device-detail h2{font-size:19px;margin:13px 0 6px}.device-detail>p{color:var(--muted);font-size:11px}.secure-line{display:flex;align-items:center;gap:8px;color:#386a57;font-size:10px;margin-top:22px}.secure-line svg{width:16px}.drawer-backdrop{place-items:stretch end;padding:0}.drawer{width:min(780px,100vw);height:100%;background:var(--paper);box-shadow:-20px 0 60px #0003;display:flex;flex-direction:column;animation:slide .25s ease-out}.drawer-head{padding:24px 27px;display:flex;align-items:start;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head h2{max-width:620px;margin:0;font-size:17px;overflow-wrap:anywhere}.validation-card{display:grid;grid-template-columns:auto 1fr;gap:8px 12px;margin:18px 27px 0;padding:14px;border-radius:10px;background:#f7efd9}.validation-card.approved{background:#e8f3eb}.validation-card.blocked{background:#f8e6e3}.validation-card strong{align-self:center;font-size:11px}.validation-card>span:last-child{grid-column:2;color:var(--muted);font-size:10px}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:18px 27px;border:1px solid var(--line);background:var(--line);border-radius:10px;overflow:hidden}.mini-stats div{padding:14px;display:grid;gap:4px;background:#fff}.mini-stats span{color:var(--muted);font-size:9px}.mini-stats strong{font-family:Manrope;font-size:16px}.table-wrap{overflow:auto;margin:0 27px;flex:1;border:1px solid var(--line);border-radius:10px}table{width:100%;border-collapse:collapse;font-size:10px}th{position:sticky;top:0;color:#6d7872;background:#f1f3ef;text-align:left;font-size:8px;text-transform:uppercase;letter-spacing:.7px}th,td{padding:10px 12px;border-bottom:1px solid #eaeae5}td:nth-child(3),td:nth-child(4),th:nth-child(3),th:nth-child(4){text-align:right}td strong,td small{display:block}td small{color:var(--muted);font-size:8px;margin-top:3px}.drawer>.inline-error{margin:12px 27px 0}.drawer-foot{padding:17px 27px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.drawer-foot>div{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px}.drawer-foot svg{width:16px}@keyframes slide{0%{transform:translate(35px);opacity:.5}}@media(max-width:1080px){.login-page{grid-template-columns:1fr}.login-story{min-height:380px}.story-copy{margin:70px 0}.story-copy h1{font-size:48px}.login-panel{padding:70px 30px}.stat-grid{grid-template-columns:repeat(2,1fr)}.two-column,.settings-grid,.pricing-grid{grid-template-columns:1fr}.price-card ul{min-height:0}}@media(max-width:760px){.app-shell{display:block}.sidebar{display:none}.content{min-height:100vh}.mobile-mark{display:block;font-family:Manrope;font-weight:700}.content>header{padding:0 20px}.page{padding:28px 20px 60px}.page-title{align-items:start;flex-direction:column}.trial-banner{align-items:flex-start;flex-wrap:wrap}.trial-banner .button{margin-left:55px}.stat-grid{grid-template-columns:1fr 1fr}.stat{min-height:115px}.import-list button{grid-template-columns:34px minmax(0,1fr) auto}.import-list time,.import-list button>svg{display:none}.status{grid-column:2}.login-story{display:none}.login-page{display:block}.login-panel{min-height:100vh}.device-panel{align-items:flex-start;flex-direction:column}.drawer{width:100%}}
