:root{--bg:#f7f7f5;--card:#fff;--border:#e3e2dd;--text:#222;--muted:#6b6b66;--accent:#0d9488;--accent-bg:#cdeee9;--radius:10px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}main{max-width:1000px;margin:0 auto;padding:2rem 1.25rem 4rem}.topbar h1{font-size:22px;font-weight:600;margin:0 0 2px}.topbar p{color:var(--muted);margin:0 0 1.5rem}.tabs{display:flex;gap:8px;margin-bottom:1.25rem}.tab{flex:1 1;padding:9px;border:1px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;font-size:14px}.tab.on{border:2px solid var(--accent);background:var(--accent-bg);color:var(--accent);font-weight:500}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}@media (max-width:820px){.grid{grid-template-columns:1fr}}.card,.preview{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.preview{background:#fafaf8}h3{font-size:13px;color:var(--muted);font-weight:600;margin:1.25rem 0 10px;text-transform:uppercase;letter-spacing:.03em}h3:first-child{margin-top:0}.g2{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}label{display:flex;flex-direction:column;gap:3px;font-size:14px}label.full{grid-column:1/3}label span{font-size:12px;color:var(--muted)}input{padding:8px 10px;border:1px solid var(--border);border-radius:7px;font-size:14px;font-family:inherit;width:100%}input:focus{outline:2px solid var(--accent-bg);border-color:var(--accent)}.steps{margin-top:12px;background:var(--accent-bg);color:var(--accent);border-radius:8px;padding:10px 12px;font-family:ui-monospace,monospace;font-size:12px;line-height:1.9}.linerow{display:grid;grid-template-columns:2fr .6fr .9fr .7fr auto;grid-gap:6px;gap:6px;margin-bottom:6px;align-items:center}.linerow-novat{grid-template-columns:2fr .7fr 1fr auto}.ifc-toggle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:14px;margin:0;padding:16px 0;border-top:1px solid #ececf2;cursor:pointer}.ifc-toggle-text{display:flex;flex-direction:column;gap:3px;min-width:0}.ifc-toggle-label{font-size:15px;font-weight:700;color:#1a1a2e}.ifc-toggle-hint{font-size:13px;color:#8a8aa0}.ifc-switch{-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0;width:46px;height:28px;flex-shrink:0;border-radius:999px;background:#d4d7d6;position:relative;cursor:pointer;transition:background .18s}.ifc-switch:before{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);transition:transform .18s}.ifc-switch:checked{background:#0d9488}.ifc-switch:checked:before{transform:translateX(18px)}.ifc-switch:focus-visible{outline:2px solid #0d9488;outline-offset:2px}.ifc-vatfree-hint{font-size:12.5px;color:#0a7268;margin:6px 0 0}.ifc-checkfield-head{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);cursor:pointer}.ifc-checkfield-head input{width:15px;height:15px;accent-color:#0d9488;flex-shrink:0;cursor:pointer}.ifc-checkfield.on .ifc-checkfield-head{color:#0d9488;font-weight:600}.ifc-checkfield input[type=number]:disabled{background:#f3f4f3;color:#b3b3b3;cursor:not-allowed}.ifc-note-input{margin-top:8px}.ifc-seg{display:flex;gap:6px;margin-bottom:12px}.ifc-seg button{flex:1 1;padding:9px 12px;border:1.5px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;color:#555;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.ifc-seg button.on{border-color:#0d9488;background:#cdeee9;color:#0a7268}.ifc-seg-3{flex-wrap:wrap}.ifc-seg-3 button{flex:1 1 30%;min-width:120px;padding:8px 10px;font-size:12.5px}.ifc-breakdown{margin-top:1.25rem;padding:14px 16px;background:#f4fbfa;border:1px solid #cdeee9;border-radius:10px}.ifc-breakdown-title{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0a7268;margin-bottom:8px}.ifc-breakdown-row{display:flex;justify-content:space-between;gap:12px;padding:4px 0;font-size:13px;color:#3a3a52;border-bottom:1px solid #e3efed}.ifc-breakdown-row:last-child{border-bottom:none}.ifc-breakdown-row.final{font-size:15px;color:#0a7268;padding-top:8px}.ifc-breakdown-row.final strong{font-size:15px}.linerow button{border:1px solid var(--border);border-radius:6px;padding:6px 10px}.linerow button,button.ghost{background:#fff;cursor:pointer}button.ghost{border:1px solid var(--border);border-radius:7px;padding:7px 12px;margin-top:6px}.ifc-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;font-size:14px;font-weight:600;font-family:inherit;border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap;line-height:1.2;border:none;text-decoration:none}.ifc-btn:disabled{opacity:.55;cursor:default}.ifc-btn-lg{padding:12px 28px;font-size:15px}.ifc-btn-primary{background:#0d9488;color:#fff}.ifc-btn-primary:hover:not(:disabled){background:#0a7268}.ifc-btn-secondary{background:#fff;color:#0d9488;border:1.5px solid #0d9488}.ifc-btn-secondary:hover:not(:disabled){background:#f4fbfa}.ifc-btn-ghost{background:#fff;color:#555;border:1px solid #ddd}.ifc-btn-ghost:hover:not(:disabled){background:#f8f8f8}.lookup-wrap{position:relative}.lookup-spinner{display:inline-block;width:10px;height:10px;border:2px solid #ccc;border-top-color:#0d9488;border-radius:50%;animation:lookup-spin .6s linear infinite;margin-left:6px;vertical-align:middle}@keyframes lookup-spin{to{transform:rotate(1turn)}}.lookup-dropdown{position:absolute;z-index:100;top:calc(100% + 2px);left:0;right:0;background:#fff;border:1.5px solid #cdeee9;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden;max-height:220px;overflow-y:auto}.lookup-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;background:none;border:none;padding:9px 12px;cursor:pointer;text-align:left;gap:1px}.lookup-item:hover{background:#f4fbfa}.lookup-item-name{font-size:13.5px;font-weight:600;color:#1a1a2e}.lookup-item-meta{font-size:11.5px;color:#888}.lookup-empty{padding:10px 12px;font-size:13px;color:#aaa}.lookup-flash{font-size:12px;color:#1a7a4a;padding:4px 0;animation:lookup-fade 2s ease forwards}.lookup-flash.full{grid-column:1/3}@keyframes lookup-fade{0%,70%{opacity:1}to{opacity:0}}.pvhead{display:flex;justify-content:space-between;align-items:baseline}.pvname{font-size:17px;font-weight:600}.pvnum,.pvrcpt{font-size:13px;color:var(--muted)}.pvrcpt{margin:4px 0 16px}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;font-weight:600;border-bottom:1px solid #ccc}td,th{padding:6px 0}td{border-bottom:1px solid #eee}.r{text-align:right}.linesub{font-size:11px;color:var(--muted);margin-top:2px}.sender-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:var(--accent-bg);color:var(--accent);border:none;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;cursor:pointer}.sender{margin-top:12px}.tot{margin-top:14px;border-top:1px solid #ccc;padding-top:10px}.tot div{display:flex;justify-content:space-between;padding:2px 0;color:var(--muted)}.tot .grand{color:var(--text);font-weight:600;font-size:16px;padding-top:6px}.ref{font-size:12px;color:var(--muted);margin:10px 0 14px}button.primary{width:100%;background:var(--accent);color:#fff;border:none;border-radius:8px;padding:11px;font-size:15px;font-weight:500;cursor:pointer}button.primary:disabled{opacity:.6;cursor:default}.auth-split{display:flex;min-height:100vh}.auth-form-col{flex:0 0 50%;background:#fff;display:flex;flex-direction:column;overflow-y:auto}.auth-form-inner{flex:1 1;display:flex;flex-direction:column;max-width:440px;width:100%;margin:0 auto;padding:2.5rem 2rem 2rem;position:relative}.auth-wordmark{display:inline-flex;gap:9px;margin-bottom:2.75rem;text-decoration:none;cursor:pointer;align-self:flex-start}.auth-wordmark,.brand-logo-mark{align-items:center;flex-shrink:0}.brand-logo-mark{width:30px;height:30px;background:#0d9488;color:#fff;border-radius:8px;display:flex;justify-content:center;font-size:16px;font-weight:800;letter-spacing:-.04em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.brand-logo-name{font-size:20px;font-weight:800;color:#1a1a2e;letter-spacing:-.03em}.reg-langbar{position:absolute;top:2.5rem;right:2rem;display:flex;gap:5px}.reg-langbar button{border:1.5px solid #cdeee9;background:#fff;color:#0d9488;border-radius:20px;padding:4px 11px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.reg-langbar button.on{background:#0d9488;color:#fff;border-color:#0d9488}.reg-title{font-size:28px;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 8px;color:#1a1a2e;text-align:left}.reg-sub{font-size:15px;font-weight:400;color:#6b6b8a;margin:0 0 1.75rem;text-align:left;line-height:1.5}.reg-card{background:transparent;border-radius:0;padding:0;box-shadow:none}.reg-field{display:flex;flex-direction:column;gap:5px;margin-bottom:1.1rem}.reg-field>span{font-size:13px;font-weight:600;color:#3a3a52}.reg-field input{border:1.5px solid #cdeee9;border-radius:10px;padding:11px 13px;font-size:14px;background:#fafaff;font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s}.reg-field input:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px rgba(13,148,136,.12)}.reg-field em{color:#d23b3b;font-size:13px;font-style:normal}.reg-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.pw-wrap{position:relative;width:100%}.pw-wrap input{padding-right:42px}.pw-toggle{position:absolute;top:50%;right:6px;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:8px;color:#6b6b8a;display:flex;align-items:center;border-radius:8px}.pw-toggle:hover{color:#0d9488}.reg-check{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin:.5rem 0 .25rem;font-size:14px;color:#3a3a52;line-height:1.45}.reg-check input{width:17px;height:17px;accent-color:#0d9488;flex-shrink:0;margin-top:1px}.reg-check a{color:#0d9488}.reg-checkerr{color:#d23b3b;font-size:13px;font-style:normal;display:block;margin-bottom:8px}.reg-servererr{background:#fde8e8;color:#b42424;border-radius:8px;padding:10px 12px;font-size:14px;margin:10px 0}.reg-submit{width:100%;margin-top:1.25rem;background:#0d9488;color:#fff;border:none;border-radius:11px;padding:13px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px rgba(13,148,136,.3);transition:background .15s}.reg-submit:hover{background:#0a7268}.reg-submit:disabled{opacity:.6;cursor:default}.reg-foot{text-align:center;margin-top:1.25rem;font-size:14px;color:#6b6b8a}.reg-foot a{color:#0d9488;font-weight:600}.reg-success{font-size:15px;color:#1a7a4a}.reg-done-state{display:flex;flex-direction:column;gap:18px;margin-top:1.25rem}.reg-done-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#cdeee9,#cdeee9);color:#0d9488;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px rgba(13,148,136,.08)}.reg-done-title{font-size:22px;font-weight:800;color:#1a1a2e;margin:0;line-height:1.3;letter-spacing:-.01em}.reg-done-email-box{display:flex;flex-direction:column;gap:6px;background:#f7f5ff;border:1.5px solid #cdeee9;border-radius:12px;padding:14px 16px}.reg-done-email-label{font-size:13px;color:#6b6b8a}.reg-done-email-addr{font-size:16px;font-weight:700;color:#1a1a2e;word-break:break-all;letter-spacing:-.01em}.reg-done-body{font-size:14px;color:#555;line-height:1.65;margin:0}.reg-done-note{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:#92400e;line-height:1.5;background:#fffbeb;border:1px solid #fcd34d;border-radius:10px;padding:11px 13px;margin:0}.reg-done-note-icon{flex-shrink:0;margin-top:1px;color:#d97706}.reg-submit-link{text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.setup-banner{display:flex;align-items:flex-start;gap:12px;background:#fffbeb;border:1.5px solid #fcd34d;border-radius:10px;padding:14px 16px;margin-bottom:1.25rem}.setup-banner-icon{font-size:20px;flex-shrink:0;margin-top:1px}.setup-banner strong{font-size:14.5px;color:#78350f;display:block;margin-bottom:4px}.setup-banner p{font-size:13px;color:#92400e;margin:0;line-height:1.5}.auth-footer{margin-top:auto;padding-top:2.5rem;font-size:12px;color:#bbb;text-align:center;line-height:1.7}.auth-footer a{color:#0d9488;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-brand-col{flex:0 0 50%;background:linear-gradient(145deg,#0d9488,#0a7268);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.auth-brand-inner{position:relative;z-index:1;padding:3rem 3.5rem;max-width:400px;width:100%}.auth-brand-icon{font-size:28px;color:hsla(0,0%,100%,.45);margin-bottom:1.5rem;display:block;line-height:1}.auth-brand-headline{font-size:36px;font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.035em;margin:0 0 1rem}.auth-brand-sub{font-size:16px;color:hsla(0,0%,100%,.68);line-height:1.65;margin:0}.auth-deco-shapes{position:absolute;inset:0;pointer-events:none}.auth-deco-circle{position:absolute;border-radius:50%}.auth-deco-c1{width:380px;height:380px;top:-100px;right:-100px;background:hsla(0,0%,100%,.06)}.auth-deco-c2{width:240px;height:240px;bottom:40px;left:-80px;background:hsla(0,0%,100%,.04)}.auth-deco-c3{width:110px;height:110px;bottom:220px;right:80px;background:hsla(0,0%,100%,.08)}.auth-deco-c4{width:60px;height:60px;top:40%;left:38%;background:hsla(0,0%,100%,.05)}@media (max-width:768px){.auth-split{flex-direction:column;min-height:100vh}.auth-form-col{flex:1 1}.auth-brand-col{display:none}.auth-form-inner{max-width:100%;padding:2rem 1.25rem 1.5rem}.auth-wordmark{margin-bottom:2rem}.reg-langbar{top:2rem;right:1.25rem}.reg-title{font-size:24px}.reg-row{grid-template-columns:1fr}}.terms-wrap{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.terms-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:1.25rem}.terms-logo{display:inline-flex;align-items:center;gap:9px;text-decoration:none}.terms-back{color:#0d9488;text-decoration:none;font-size:14px;font-weight:600;display:inline-block;margin-bottom:.75rem}.terms-back:hover{text-decoration:underline}.terms-langbar{display:flex;gap:6px;justify-content:flex-end}.terms-langbar button{border:1px solid #cdeee9;background:#fff;color:#0d9488;border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer}.terms-langbar button.on{background:#0d9488;color:#fff;border-color:#0d9488}.terms-wrap h1{font-size:26px;margin:1rem 0 1.25rem}.terms-wrap h2{font-size:16px;margin:1.5rem 0 .4rem}.terms-wrap li,.terms-wrap p{color:#444;line-height:1.6;margin:0 0 .5rem}.terms-wrap ul{padding-left:1.5rem;margin:0 0 .75rem}.terms-wrap a{color:#0d9488}.terms-note{background:#fff4e0;border:1px solid #f0d28a;color:#8a5a00;border-radius:8px;padding:10px 14px;font-size:14px;margin-bottom:1rem}.terms-foot{text-align:center;color:#999;font-size:13px;margin-top:2rem}.sub-status-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.sub-badge{display:inline-flex;align-items:center;font-size:12px;font-weight:700;border-radius:20px;padding:3px 10px;letter-spacing:.01em;flex-shrink:0}.sub-badge-trial{background:#f4fbfa;color:#0d9488;border:1px solid #cdeee9}.sub-badge-active{background:#e6f7ee;color:#1a7a4a;border:1px solid #a8dfc3}.sub-badge-warn{background:#fff4e0;color:#8a5a00;border:1px solid #f0d28a}.sub-badge-neutral{background:#f2f2f2;color:#666;border:1px solid #ddd}.sub-detail{font-size:13.5px;color:#555}.sub-detail strong{color:#1a1a2e;font-weight:600}.account-danger-card{border-color:#e8b0b0}.account-invoice-note{background:#f4fbfa;border:1px solid #cdeee9;color:#0a7268;border-radius:8px;padding:10px 14px;font-size:13px;line-height:1.5}.account-delete-btn{background:#b42424;color:#fff;border:none;border-radius:8px;padding:11px 20px;font-size:14px;font-weight:600;cursor:pointer;display:block}.account-delete-btn:disabled{opacity:.4;cursor:default}.account-delete-btn:not(:disabled):hover{background:#9a1f1f}.shell-wrap{display:flex;min-height:100vh;background:var(--bg)}.sidebar{width:232px;background:#fff;border-right:1px solid #ede8f5;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar,.sidebar-brand{flex-shrink:0;display:flex}.sidebar-brand{align-items:center;gap:9px;padding:1.35rem 1.1rem .9rem}.sidebar-brand-mark{width:28px;height:28px;background:#0d9488;color:#fff;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;letter-spacing:-.04em;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar-brand-name{font-size:16px;font-weight:800;color:#1a1a2e;letter-spacing:-.03em}.sidebar-beta-badge{font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#cdeee9;color:#0d9488;border-radius:5px;padding:2px 6px;margin-left:2px;flex-shrink:0}.sidebar-nav{flex:1 1;padding:.5rem .65rem;display:flex;flex-direction:column;gap:2px}.sidebar-link{display:flex;align-items:center;gap:9px;padding:9px 11px;border-radius:9px;font-size:14px;font-weight:500;color:#5a5a72;text-decoration:none;transition:background .12s,color .12s;cursor:pointer}.sidebar-link:hover{background:#f4fbfa;color:#3a3a52}.sidebar-link-active{background:#eef;color:#0d9488;font-weight:600}.sidebar-link-icon{font-size:14px;width:18px;text-align:center;flex-shrink:0;opacity:.65}.sidebar-link-active .sidebar-link-icon{opacity:1}.sidebar-link-label{flex:1 1}.sidebar-badge{background:#edeaff;color:#0d9488;font-size:11px;font-weight:700;border-radius:20px;padding:1px 7px;min-width:20px;text-align:center;flex-shrink:0}.sidebar-link-active .sidebar-badge{background:#cdeee9}.sidebar-footer{padding:.85rem 1rem 1.1rem;border-top:1px solid #f0edf9;display:flex;flex-direction:column;gap:9px;flex-shrink:0}.sidebar-lang{display:flex;gap:4px}.sidebar-lang button{border:1.5px solid #cdeee9;background:#fff;color:#0d9488;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;cursor:pointer;transition:background .12s,color .12s}.sidebar-lang button.on{background:#0d9488;color:#fff;border-color:#0d9488}.sidebar-user{padding:4px 2px 2px}.sidebar-user-name{font-size:13px;font-weight:600;color:#1a1a2e}.sidebar-user-email,.sidebar-user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:11.5px;color:#aaa;margin-top:1px}.sidebar-logout{background:none;border:1px solid #e8e6f4;border-radius:8px;padding:7px 11px;font-size:13px;color:#666;cursor:pointer;text-align:left;font-family:inherit;width:100%;transition:background .12s,border-color .12s,color .12s}.sidebar-logout:hover{background:#f4fbfa;border-color:#cdeee9;color:#0d9488}.sidebar-footer .nav-link-btn{background:none;border:none;padding:0;color:#0d9488;font-size:12.5px;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;text-decoration:none}.sidebar-footer .nav-link-btn:hover{text-decoration:underline}.sidebar-footer .nav-link-btn:disabled{opacity:.5;cursor:default;text-decoration:none}.shell-main{flex:1 1;min-width:0;overflow-y:auto}.shell-main main{max-width:1040px;margin:0 auto;padding:2rem 1.75rem 4rem}.shell-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:1.5rem}.page-title{font-size:22px;font-weight:700;color:#1a1a2e;letter-spacing:-.02em;margin:0}.sidebar-hamburger,.sidebar-overlay{display:none}@media (max-width:800px){.shell-main,.shell-wrap,.sidebar{display:block}.sidebar{position:fixed;top:0;left:0;width:272px;height:100dvh;height:100vh;z-index:200;transform:translateX(-100%);transition:transform .22s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 28px rgba(0,0,0,.13);overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar-brand{display:flex}.sidebar-nav{display:flex;flex-direction:column;flex:none}.sidebar-footer{display:flex}.sidebar.sidebar-open{transform:translateX(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:199}.sidebar-hamburger{display:flex;flex-direction:column;gap:5px;position:fixed;top:1rem;left:1rem;z-index:198;background:#fff;border:1px solid #cdeee9;border-radius:8px;padding:9px 10px;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.08)}.sidebar-hamburger span{display:block;width:18px;height:2px;background:#3a3a52;border-radius:2px}.shell-main main{padding:4.5rem 1rem 3rem;max-width:100%;overflow-x:hidden}.shell-main *{max-width:100%}.g2{grid-template-columns:1fr}.lookup-flash.full,label.full{grid-column:1}.grid{grid-template-columns:1fr}.linerow{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.linerow input:first-child{grid-column:1/-1}.shell-main table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.shell-page-header{flex-wrap:wrap;gap:8px}.page-title{font-size:18px}.settings-card{max-width:100%}.settings-save{width:100%}.sub-status-row{flex-wrap:wrap}}.nav-link{color:#0d9488;text-decoration:none;font-size:14px;font-weight:500}.nav-link:hover{text-decoration:underline}.nav-link-btn{background:none;border:none;padding:0;cursor:pointer;color:#0d9488;font-size:14px;font-weight:500;font-family:inherit}.nav-link-btn:hover{text-decoration:underline}.nav-link-btn:disabled{opacity:.5;cursor:default;text-decoration:none}.settings-sub{color:var(--muted);margin:0 0 1.25rem}.settings-locked-note{background:#f5f0ff;border:1px solid #cdeee9;border-radius:8px;padding:10px 14px;font-size:13px;color:#0d9488;margin-bottom:1.25rem}.settings-card{max-width:720px}.settings-save{width:auto;padding:12px 28px;margin-top:1.5rem}.settings-msg{margin-top:12px;font-size:14px}.settings-msg.ok{color:#1a7a4a}.settings-msg.err{color:#b42424}.action-row{display:flex;gap:10px;flex-wrap:wrap}.secondary{background:#fff;color:#0d9488;border:1px solid #0d9488;border-radius:10px;padding:12px 18px;font-size:15px;font-weight:600;cursor:pointer}.secondary:hover{background:#f4f4ff}.secondary:disabled{opacity:.6;cursor:default}.save-msg{margin-top:10px;font-size:14px}.save-msg.ok{color:#1a7a4a}.save-msg.err{color:#b42424}.invoice-form-card{margin-bottom:1rem}.ifc-live-strip{display:flex;gap:16px;flex-wrap:wrap;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border);font-size:13px;color:var(--muted)}.ifc-live-total{color:var(--text);font-weight:600}.ifc-actions{margin-top:1rem;display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.ifc-add-row{margin-top:6px;padding:6px 12px;border:1px dashed var(--border);border-radius:7px;font-size:13px;color:var(--muted)}.ifc-add-row,.ifc-remove{background:#fff;cursor:pointer}.ifc-remove{border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:15px;line-height:1;color:#b42424}.ifc-preview-step{max-width:820px}.ifc-preview-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:1.25rem}.ifc-preview-topbar-actions{display:flex;gap:10px;flex-wrap:wrap}.ifc-preview-bottombar{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-top:1.25rem}.ifc-save-ok{font-size:13px;color:#1a7a4a}.ifc-save-err{font-size:13px;color:#b42424}.ifc-input-err{border-color:#d14343!important}.ifc-field-err{color:#b42424}.ifc-field-err,.ifc-field-ok{display:block;font-size:12px;margin-top:4px}.ifc-field-ok{color:#1a7a4a}.ifc-field-hint{display:block;font-size:12px;color:var(--muted);margin-top:4px}.ifc-pdf-frame-wrap{background:#f5f4f0;border:1px solid #ddd;border-radius:8px;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ifc-pdf-frame{width:100%;height:860px;border:none;display:block}.ifc-pdf-loading{display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--muted);font-size:14px}.ifc-pdf-spinner{width:32px;height:32px;border:3px solid #ddd;border-top-color:#0d9488;border-radius:50%;animation:lookup-spin .7s linear infinite}.ifc-pdf-error{color:#b42424;font-size:14px;text-align:center;padding:2rem}@media (max-width:600px){.ifc-pdf-frame{height:560px}.ifc-pdf-frame-wrap{min-height:400px}.ifc-btn{min-height:48px;padding:12px 18px;font-size:15px;flex:1 1}.ifc-btn-lg{min-height:52px}.ifc-preview-topbar{flex-direction:column;align-items:stretch;gap:10px}.ifc-preview-topbar .ifc-btn-ghost{width:100%}.ifc-preview-topbar-actions{display:flex;gap:10px}.ifc-preview-topbar-actions .ifc-btn{flex:1 1}.ifc-preview-bottombar{flex-direction:column;align-items:stretch;gap:10px}.ifc-preview-bottombar .ifc-preview-topbar-actions{width:100%}.ifc-actions{justify-content:stretch}.ifc-actions .ifc-btn{width:100%;flex:none}}.pdfimg-wrap{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.pdfimg-page{width:100%;max-width:820px;height:auto;display:block;border:1px solid #e3e2dd;border-radius:8px;box-shadow:0 2px 16px rgba(0,0,0,.06);background:#fff}.pv-scroll{width:100%}.pv-doc{background:#fff;border:1px solid #e3e2dd;border-radius:10px;padding:40px 44px;box-shadow:0 2px 16px rgba(0,0,0,.06);font-size:13px;color:#111;max-width:820px;margin:0 auto}.pv-title{font-size:26px;font-weight:800;letter-spacing:1px;margin-bottom:22px}.pv-header{display:flex;gap:32px;margin-bottom:22px;flex-wrap:wrap}.pv-addresses{flex:1 1 240px;min-width:200px}.pv-sender-name{font-weight:700;font-size:14px;margin-bottom:3px}.pv-sender-vat{font-weight:400;font-size:13px}.pv-addr-line{font-size:13px;line-height:1.55}.pv-recip-label{font-size:11px;color:#666;margin:18px 0 3px}.pv-recip-name{font-weight:700;font-size:13px;margin-bottom:2px}.pv-recip-vat{font-weight:400;font-size:12px}.pv-meta{flex:1 1 260px;min-width:240px;align-self:flex-start}.pv-meta-row{display:flex;justify-content:space-between;gap:12px;padding:5px 0;border-bottom:1px solid #ececec;font-size:12px}.pv-meta-label{color:#666}.pv-meta-value{font-weight:600;text-align:right}.pv-table{width:100%;border-collapse:collapse;font-size:12px;margin:8px 0 6px}.pv-table th{text-align:left;padding:6px 6px 7px;border-bottom:1.5px solid #000;font-size:11px;font-weight:700;white-space:nowrap}.pv-table td{padding:9px 6px;border-bottom:1px solid #ededed;vertical-align:top}.pv-table td.r,.pv-table th.r{text-align:right}.pv-invnote{font-size:12.5px;color:#1a1a2e;margin:-6px 0 18px}.pv-desc{font-weight:600;display:block}.pv-subtext{font-size:10.5px;color:#666;display:block;margin-top:2px}.pv-note{font-size:11px;font-weight:700;display:block;margin-top:4px}.pv-totals{display:flex;flex-direction:column;align-items:flex-end;margin-top:16px;margin-bottom:24px}.pv-total-row{padding:5px 0;border-bottom:1px solid #ececec;font-size:12.5px}.pv-grand-row,.pv-total-row{display:flex;justify-content:space-between;width:280px;max-width:100%}.pv-grand-row{padding:8px 0 4px;border-top:1.5px solid #000;margin-top:3px;font-size:15px;font-weight:800}.pv-slip{display:flex;border:1px solid #000;margin-top:8px}.pv-slip-side{flex-shrink:0;width:26px;border-right:1px solid #000;display:flex;align-items:center;justify-content:center}.pv-slip-side span{writing-mode:vertical-rl;transform:rotate(180deg);font-size:9px;font-weight:700;letter-spacing:2px}.pv-slip-body{flex:1 1;min-width:0}.pv-slip-main{display:flex}.pv-slip-col{display:flex;flex-direction:column;min-width:0}.pv-slip-col-left{flex:1 1;border-right:1px solid #000;min-width:0}.pv-slip-col-right{width:230px;flex-shrink:0;min-width:0}.pv-slip-cell{padding:8px 10px;min-width:0}.pv-slip-cell,.pv-slip-cell-last{border-bottom:1px solid #000}.pv-slip-col-left .pv-slip-cell-last,.pv-slip-col-right .pv-slip-cell-last{flex:1 1}.pv-slip-label{display:block;font-size:8.5px;color:#444;margin-bottom:3px}.pv-slip-cap{font-size:9px;color:#444}.pv-slip-val{font-size:13px;font-weight:700;word-break:break-word}.pv-slip-addr{display:block;font-size:12px;font-weight:400}.pv-slip-bic{font-size:13px;font-weight:700}.pv-slip-virtual{display:flex;flex-direction:column;justify-content:flex-end}.pv-slip-code{font-size:11px;font-weight:400;word-break:break-all;line-height:1.4;letter-spacing:.2px}.pv-slip-bottom{display:flex;border-top:1px solid #000}.pv-slip-bcell{flex:1 1;padding:8px 10px;border-right:1px solid #000;min-width:0}.pv-slip-bcell-last{border-right:none}.pv-slip-ref{flex:2 1}.pv-barcode-wrap{text-align:center;margin-top:24px}.pv-barcode{width:420px;max-width:100%;height:auto;display:inline-block}.pv-branding{text-align:center;margin-top:16px;font-size:11px;color:#888}@media (max-width:640px){.pv-doc{padding:22px 16px;border-radius:8px;font-size:12px}.pv-title{font-size:22px}.pv-header{flex-direction:column;gap:16px}.pv-addresses,.pv-meta{min-width:0;width:100%}.pv-grand-row,.pv-total-row{width:100%}.pv-table thead{display:none}.pv-table,.pv-table tbody,.pv-table td,.pv-table tr{display:block;width:100%}.pv-table tr{border:1px solid #e3e2dd;border-radius:8px;padding:8px 10px;margin-bottom:10px}.pv-table td{border:none;padding:2px 0;text-align:left!important}.pv-table td.r:before{content:attr(data-label) ": ";color:#777;font-weight:600}.pv-table td:first-child{margin-bottom:4px}.pv-slip{flex-direction:column}.pv-slip-side{width:100%;border-right:none;border-bottom:1px solid #000;padding:4px 0}.pv-slip-side span{writing-mode:horizontal-tb;transform:none;letter-spacing:3px}.pv-slip-main{flex-direction:column}.pv-slip-col-left{border-right:none}.pv-slip-col-right{width:100%}.pv-slip-bottom{flex-direction:column}.pv-slip-bcell{border-right:none;border-bottom:1px solid #000}.pv-slip-bcell-last{border-bottom:none}}.ifc-modal-overlay{position:fixed;inset:0;z-index:1000;background:rgba(20,18,40,.55);display:flex;align-items:center;justify-content:center;padding:24px}.ifc-modal{background:#fff;border-radius:12px;overflow:hidden;width:100%;max-width:820px;height:90vh;display:flex;flex-direction:column;box-shadow:0 12px 48px rgba(0,0,0,.3)}.ifc-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}.ifc-modal-title{font-size:15px;font-weight:700;color:#1a1a2e}.ifc-modal-actions{display:flex;gap:8px}.ifc-modal-body{flex:1 1;background:#f5f4f0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ifc-modal-frame{width:100%;height:100%;border:none;display:block}.ifc-modal-body-html{display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px}@media (max-width:600px){.ifc-modal-body-html{padding:12px}.ifc-modal-overlay{padding:0}.ifc-modal{height:100vh;max-width:100%;border-radius:0}.ifc-modal .ifc-btn{min-height:44px}}.inv-empty{color:var(--muted);padding:1rem 0}.inv-table{width:100%;border-collapse:collapse;font-size:14px}.inv-table th{text-align:left;padding:10px 8px;border-bottom:1px solid var(--border);color:var(--muted);font-weight:600}.inv-table td{padding:12px 8px;border-bottom:.5px solid #eee}.inv-table .r{text-align:right}.inv-actions-cell{display:flex;gap:8px;justify-content:flex-end}.inv-actions-cell button{border:1px solid var(--border);background:#fff;border-radius:7px;padding:6px 12px;font-size:13px;cursor:pointer}.inv-actions-cell button:hover{background:#f3f3f1}.inv-actions-cell .danger{color:#b42424;border-color:#e8b0b0}.inv-actions-cell .danger:hover{background:#fdecec}.inv-actions-cell .danger:disabled{opacity:.35;cursor:default;background:#fff}.inv-row-void td{opacity:.55}.inv-void-amount{text-decoration:line-through}.inv-void-badge{display:inline-block;margin-left:7px;font-size:10px;font-weight:700;letter-spacing:.06em;color:#b42424;border:1px solid #e8b0b0;border-radius:4px;padding:1px 5px;vertical-align:middle;background:#fff6f6}.subscribed-banner{display:flex;align-items:center;gap:10px;background:#eaf7f0;border:1px solid #a8dfc3;color:#1a6640;border-radius:10px;padding:12px 16px;margin-bottom:1.25rem;font-size:14px;font-weight:500}.subscribed-banner-close{margin-left:auto;background:none;border:none;cursor:pointer;font-size:18px;line-height:1;color:#1a6640;padding:0 4px}.subscribed-banner-close:hover{opacity:.7}.ui-page{min-height:100vh;background:#f4fbfa;display:flex;flex-direction:column;padding:3rem 1.5rem 5rem}.ui-back,.ui-page{align-items:center}.ui-back{display:inline-flex;gap:4px;color:#0d9488;text-decoration:none;font-size:14px;font-weight:500;margin-bottom:2rem;align-self:flex-start}.ui-back:hover{text-decoration:underline}.ui-heading{font-size:clamp(24px,5vw,34px);font-weight:800;color:#1a1a2e;letter-spacing:-.03em;line-height:1.15;margin:0 0 10px;text-align:center}.ui-subheading{font-size:16px;color:#6b6b8a;line-height:1.55;margin:0 0 2.25rem;text-align:center;max-width:480px}.ui-card{background:#fff;border:1.5px solid #cdeee9;border-radius:20px;padding:2rem 1.75rem;box-shadow:0 4px 20px rgba(13,148,136,.07)}.ui-card-featured{border-color:#0d9488;box-shadow:0 6px 32px rgba(13,148,136,.18)}.ui-badge{display:inline-block;background:#0d9488;color:#fff;font-size:11.5px;font-weight:700;border-radius:20px;padding:3px 11px;letter-spacing:.03em;align-self:flex-start}.ui-btn{display:block;width:100%;padding:13px;border:none;border-radius:11px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s,opacity .15s;text-align:center;text-decoration:none}.ui-btn:disabled{opacity:.55;cursor:default}.ui-btn-primary{background:#0d9488;color:#fff;box-shadow:0 4px 14px rgba(13,148,136,.3)}.ui-btn-primary:hover:not(:disabled){background:#0a7268}.ui-btn-secondary{background:#fff;color:#0d9488;border:1.5px solid #0d9488;box-shadow:none}.ui-btn-secondary:hover:not(:disabled){background:#f4fbfa}.ui-error{background:#fde8e8;color:#b42424;border-radius:10px;padding:11px 14px;font-size:14px;margin-top:1rem}.pricing-page{max-width:680px;width:100%}.pricing-lang{display:flex;justify-content:flex-end;margin-bottom:1rem}.pricing-plans{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-top:.25rem;width:100%}@media (max-width:540px){.pricing-plans{grid-template-columns:1fr}}.plan-card{display:flex;flex-direction:column;gap:10px}.plan-name{font-size:17px;font-weight:700;color:#1a1a2e}.plan-price{font-size:22px;font-weight:800;color:#0d9488;line-height:1.2;margin:6px 0 4px;letter-spacing:-.01em}.plan-price-period{font-size:15px;font-weight:500;color:#9999b8}.pricing-vat-note{font-size:13px;color:#888;text-align:center;margin:1rem 0 0;line-height:1.5}.plan-desc{font-size:14px;color:#666;line-height:1.6;flex:1 1;margin:0}.plan-features{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:6px;flex:1 1}.plan-features li{font-size:13.5px;color:#444;display:flex;align-items:flex-start;gap:7px;line-height:1.4}.plan-features li:before{content:"✓";color:#0d9488;font-weight:700;flex-shrink:0;margin-top:1px}.plan-btn{margin-top:1.25rem}.mktg-wrap{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f4fbfa,#cdeee9)}.mktg-header{display:flex;align-items:center;gap:16px;padding:18px 40px;background:#fff;border-bottom:1px solid #cdeee9;flex-wrap:wrap}.mktg-wordmark{font-size:22px;font-weight:800;color:#0d9488;letter-spacing:-.5px;text-decoration:none;margin-right:auto}.mktg-header-links{display:flex;align-items:center;gap:16px;font-size:14px}.mktg-header-links a{color:#0d9488;text-decoration:none;font-weight:500}.mktg-header-links a:hover{text-decoration:underline}.mktg-header-cta{background:#0d9488;color:#fff!important;border-radius:8px;padding:8px 18px;font-weight:700!important;transition:background .15s}.mktg-header-cta:hover{background:#0a7268;text-decoration:none!important}.mktg-header-links .reg-langbar{position:static}.mktg-main{flex:1 1;max-width:760px;margin:0 auto;padding:60px 32px 80px;width:100%}.mktg-main--narrow{max-width:560px}.mktg-headline{font-size:clamp(26px,4vw,40px);font-weight:800;color:#1a1a2e;line-height:1.2;margin:0 0 32px}.mktg-body{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.mktg-body p{font-size:16px;line-height:1.7;color:#333;margin:0}.mktg-intro{font-size:15px;line-height:1.7;color:#444;margin:0 0 28px}.mktg-email-link{color:#0d9488;font-weight:600}.mktg-cta-btn{display:inline-block;background:#0d9488;color:#fff;font-size:16px;font-weight:700;padding:14px 32px;border-radius:10px;text-decoration:none;transition:background .15s}.mktg-cta-btn:hover{background:#0a7268}.mktg-footer{text-align:center;padding:24px 16px;font-size:13px;color:#888;line-height:1.8;border-top:1px solid #cdeee9;background:#fff}.mktg-footer a{color:#0d9488;text-decoration:none}.mktg-footer a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:18px}.contact-form textarea{width:100%;padding:10px 12px;border:1.5px solid #cdeee9;border-radius:8px;font-size:15px;font-family:inherit;resize:vertical;box-sizing:border-box;background:#fff}.contact-form textarea:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px rgba(13,148,136,.12)}.contact-success{background:#f0fdf4;border:1px solid #86efac;border-radius:10px;padding:20px 24px;font-size:15px;color:#166534;font-weight:500}@media (max-width:600px){.mktg-header{padding:12px 16px;gap:8px;flex-wrap:nowrap}.mktg-wordmark{font-size:18px;margin-right:auto}.mktg-header-links a:not(.mktg-header-cta){display:none}.mktg-header-links{gap:8px}.mktg-header-cta{padding:7px 12px;font-size:13px;white-space:nowrap}.mktg-main{padding:36px 18px 60px}}.onb-panel{background:linear-gradient(135deg,#f4fbfa,#cdeee9);border:1.5px solid #cdeee9;border-radius:14px;padding:1.25rem 1.5rem 1.4rem;margin-bottom:1.5rem}.onb-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:1.1rem}.onb-title{font-size:17px;font-weight:800;color:#1a1a2e;margin:0 0 3px}.onb-sub{font-size:13.5px;color:#6b6b8a;margin:0}.onb-dismiss{background:none;border:1px solid #cdeee9;border-radius:8px;font-size:12px;color:#0a7268;padding:5px 10px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s}.onb-dismiss:hover{background:#cdeee9}.onb-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}@media (max-width:700px){.onb-steps{grid-template-columns:1fr}}.onb-step{display:flex;gap:10px;background:#fff;border-radius:10px;padding:12px 14px;border:1px solid #cdeee9}.onb-step-done{opacity:.55}.onb-step-icon{width:32px;height:32px;border-radius:8px;background:#cdeee9;color:#0d9488;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.onb-step-done .onb-step-icon{background:#dcfce7;color:#16a34a;font-weight:700}.onb-step-body{display:flex;flex-direction:column;gap:3px}.onb-step-title{font-size:13px;font-weight:700;color:#1a1a2e}.onb-step-desc{font-size:12px;color:#666;line-height:1.5;margin:0}.onb-step-link{font-size:12px;font-weight:600;color:#0d9488;text-decoration:none;margin-top:4px}.onb-step-link:hover{text-decoration:underline}.help-sections{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.help-section{display:flex;gap:16px;background:#fff;border:1.5px solid #cdeee9;border-radius:14px;padding:1.25rem 1.4rem}.help-section-icon{width:44px;height:44px;border-radius:11px;background:linear-gradient(135deg,#cdeee9,#a7ddd5);color:#0d9488;font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.help-step-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0a7268;background:#cdeee9;border-radius:5px;padding:2px 8px;margin-bottom:6px}.help-section-title{font-size:16px;font-weight:800;color:#1a1a2e;margin:0 0 10px}.help-section-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.help-section-list li{font-size:14px;color:#444;line-height:1.6;padding-left:16px;position:relative}.help-section-list li:before{content:"→";position:absolute;left:0;color:#0d9488;font-size:12px;top:2px}.help-highlight{margin-top:12px;background:#fef9c3;border-left:3px solid #eab308;border-radius:0 8px 8px 0;padding:9px 12px;font-size:13.5px;color:#713f12;line-height:1.5}.help-section-link{display:inline-block;margin-top:12px;font-size:13.5px;font-weight:700;color:#0d9488;text-decoration:none}.help-section-link:hover{text-decoration:underline}@media (max-width:600px){.help-section{flex-direction:column;gap:10px}.help-section-icon{width:36px;height:36px;font-size:17px}}html{scroll-behavior:smooth}.lp{background:#fff;color:#1a1a2e}.lp section[id],.lp[id]{scroll-margin-top:80px}.lp-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;text-decoration:none;border:none;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.lp-btn-lg{padding:13px 26px;font-size:15px}.lp-btn-primary{background:#0d9488;color:#fff}.lp-btn-primary:hover{background:#0a7268}.lp-btn-ghost{background:transparent;color:#1a1a2e}.lp-btn-ghost:hover{color:#0d9488}.lp-btn-outline{background:#fff;color:#0d9488;border:1.5px solid #0d9488}.lp-btn-outline:hover{background:#f4fbfa}.lp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #eee}.lp-nav-inner{max-width:1100px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:20px}.lp-logo{display:inline-flex;align-items:center;gap:9px;text-decoration:none}.lp-nav-links{display:flex;align-items:center;gap:26px;margin-left:12px}.lp-nav-links a{color:#44445a;text-decoration:none;font-size:14.5px;font-weight:600}.lp-nav-links a:hover{color:#0d9488}.lp-nav-right{display:flex;align-items:center;gap:10px;margin-left:auto}.lp-langbar{display:flex;gap:4px}.lp-langbar button{border:1.5px solid #cdeee9;background:#fff;color:#0d9488;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:700;cursor:pointer}.lp-langbar button.on{background:#0d9488;color:#fff;border-color:#0d9488}.lp-burger,.lp-nav-actions-mobile{display:none}.lp-burger{flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:6px;margin-left:2px}.lp-burger span{width:22px;height:2.5px;background:#1a1a2e;border-radius:2px}.lp-hero{max-width:1100px;margin:0 auto;padding:64px 24px 56px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:48px;gap:48px;align-items:center}.lp-badge{display:inline-block;background:#cdeee9;color:#0a7268;font-size:13px;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:20px}.lp-h1{font-size:clamp(32px,5vw,50px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin:0 0 18px}.lp-teal{color:#0d9488}.lp-hero-sub{font-size:17px;line-height:1.6;color:#50506a;margin:0 0 28px;max-width:520px}.lp-hero-cta{display:flex;gap:12px;flex-wrap:wrap}.lp-hero-note{font-size:13px;color:#8a8aa0;margin:18px 0 0}.lp-hero-art{display:flex;justify-content:center}.lp-invoice{width:100%;max-width:360px;background:#fff;border:1px solid #e7e7ee;border-radius:16px;padding:22px;box-shadow:0 20px 50px rgba(13,148,136,.12);transform:rotate(1.2deg)}.lp-invoice-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.lp-invoice-title{font-size:18px;font-weight:800;letter-spacing:1px}.lp-invoice-mark{width:26px;height:26px;font-size:14px}.lp-invoice-row{display:flex;justify-content:space-between;font-size:13px;padding:6px 0}.lp-invoice-row.lp-muted{color:#8a8aa0}.lp-invoice-bar{height:1.5px;background:#1a1a2e;margin:8px 0}.lp-invoice-total{font-size:16px;font-weight:800}.lp-invoice-foot,.lp-invoice-total{display:flex;justify-content:space-between}.lp-invoice-foot{align-items:flex-end;gap:14px;margin-top:20px}.lp-invoice-meta{display:flex;flex-direction:column;gap:1px}.lp-invoice-meta-label{font-size:9px;color:#9a9ab0;margin-top:6px}.lp-invoice-meta-val{font-size:12px;font-weight:700}.lp-qr{width:70px;height:70px;flex-shrink:0;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);grid-gap:2px;gap:2px;padding:6px;border:1px solid #e7e7ee;border-radius:8px}.lp-qr span{background:#eef0f0;border-radius:1px}.lp-qr span.on{background:#0d9488}.lp-section{max-width:1100px;margin:0 auto;padding:56px 24px}.lp-section-title{font-size:clamp(24px,3.5vw,34px);font-weight:800;text-align:center;letter-spacing:-.02em;margin:0 0 10px}.lp-section-sub{text-align:center;color:#50506a;font-size:16px;margin:0 0 36px}.lp-compare-wrap{padding-top:24px;padding-bottom:24px}.lp-compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.lp-compare-col{border-radius:16px;padding:28px 26px}.lp-problem{background:#fbf3f3;border:1px solid #f1dede}.lp-solution{background:#f4fbfa;border:1px solid #cdeee9}.lp-compare-title{font-size:19px;font-weight:800;margin:0 0 18px}.lp-compare-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.lp-compare-col li{display:flex;align-items:flex-start;gap:11px;font-size:15px;line-height:1.5;color:#3a3a52}.lp-x{color:#d05b5b}.lp-check,.lp-x{font-weight:800;flex-shrink:0}.lp-check{color:#0d9488}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.lp-step{background:#fff;border:1px solid #ececf2;border-radius:16px;padding:28px 24px;position:relative}.lp-step-num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:11px;background:#cdeee9;color:#0a7268;font-size:18px;font-weight:800;margin-bottom:16px}.lp-step h3{font-size:17px;font-weight:800;margin:0 0 8px}.lp-step p{font-size:14.5px;line-height:1.6;color:#50506a;margin:0}.lp-benefits-wrap{background:#f4fbfa;max-width:none;padding-left:0;padding-right:0}.lp-benefits{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.lp-benefit{background:#fff;border:1px solid #e3eeeb;border-radius:16px;padding:26px 22px}.lp-benefit-icon{font-size:28px;display:block;margin-bottom:12px}.lp-benefit h3{font-size:16px;font-weight:800;margin:0 0 8px}.lp-benefit p{font-size:14px;line-height:1.6;color:#50506a;margin:0}.lp-quote{max-width:760px;margin:0 auto;background:linear-gradient(145deg,#0d9488,#0a7268);color:#fff;border-radius:20px;padding:40px 38px;text-align:center}.lp-quote-text{font-size:clamp(17px,2.4vw,22px);line-height:1.55;font-weight:600;margin:0 0 24px}.lp-quote-author{display:inline-flex;align-items:center;gap:12px;margin-bottom:20px}.lp-quote-mark{width:38px;height:38px;font-size:18px;background:hsla(0,0%,100%,.18)}.lp-quote-author>div{display:flex;flex-direction:column;text-align:left}.lp-quote-author strong{font-size:15px}.lp-quote-role{font-size:13px;opacity:.85}.lp-quote-badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.lp-badge-soft{background:hsla(0,0%,100%,.16);color:#fff;font-size:12.5px;font-weight:700;padding:6px 13px;border-radius:20px}.lp-faq-wrap{max-width:760px}.lp-faq{gap:12px}.lp-faq,.lp-faq-item{display:flex;flex-direction:column}.lp-faq-item{width:100%;text-align:left;background:#fff;border:1px solid #e7e7ee;border-radius:12px;padding:18px 20px;cursor:pointer;font-family:inherit;gap:10px;transition:border-color .15s}.lp-faq-item.open{border-color:#0d9488}.lp-faq-q{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:16px;font-weight:700;color:#1a1a2e}.lp-faq-icon{color:#0d9488;font-size:22px;font-weight:700;line-height:1;flex-shrink:0}.lp-faq-a{font-size:14.5px;line-height:1.65;color:#50506a}.lp-final{text-align:center;padding:64px 24px 72px;background:#f4fbfa}.lp-final h2{font-size:clamp(26px,4vw,38px);font-weight:800;letter-spacing:-.02em;margin:0 0 12px}.lp-final p{font-size:17px;color:#50506a;margin:0 0 28px}.lp-footer{max-width:1100px;margin:0 auto;padding:36px 24px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;border-top:1px solid #eee}.lp-footer-links{display:flex;gap:20px;flex-wrap:wrap}.lp-footer-links a{color:#50506a;text-decoration:none;font-size:14px;font-weight:600}.lp-footer-links a:hover{color:#0d9488}.lp-footer-copy{margin-left:auto;color:#9a9ab0;font-size:13px}@media (max-width:860px){.lp-hero{grid-template-columns:1fr;gap:36px;padding-top:40px}.lp-hero-art{order:-1}.lp-invoice{transform:none;max-width:320px}.lp-compare,.lp-steps{grid-template-columns:1fr}.lp-benefits{grid-template-columns:1fr 1fr}}@media (max-width:760px){.lp-desktop-only{display:none!important}.lp-burger{display:flex}.lp-nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;margin:0;background:#fff;border-bottom:1px solid #eee;box-shadow:0 8px 24px rgba(0,0,0,.08);max-height:0;overflow:hidden;transition:max-height .25s ease}.lp-nav-links.open{max-height:420px}.lp-nav-links a{padding:14px 24px;border-top:1px solid #f2f2f5}.lp-nav-actions-mobile{display:flex;flex-direction:column;gap:10px;padding:16px 24px}.lp-nav-actions-mobile .lp-btn{width:100%}.lp-nav-inner{position:relative}}@media (max-width:480px){.lp-benefits{grid-template-columns:1fr}.lp-footer-copy{margin-left:0;width:100%}}.rc-sub{color:var(--muted);margin:2px 0 0;font-size:14px}.rc-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;cursor:pointer;border:2px dashed #b7ddd7;border-radius:14px;background:#f4fbfa;padding:30px 20px;margin:1.25rem 0 1rem;transition:border-color .15s,background .15s}.rc-drop:hover{border-color:#0d9488;background:#eafaf7}.rc-drop.busy{opacity:.7;cursor:default}.rc-drop-icon{font-size:30px;line-height:1}.rc-drop-title{font-size:16px;font-weight:700;color:#0a7268}.rc-drop-hint{font-size:13px;color:var(--muted)}.rc-error{color:#b42424;font-size:14px;margin-bottom:12px}.rc-month{margin-top:1.75rem}.rc-month-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.rc-month-title{font-size:17px;font-weight:700;color:#1a1a2e;margin:0}.rc-month-count{font-size:14px;font-weight:500;color:var(--muted)}.rc-month-btn{white-space:nowrap}.rc-month-toggle{display:flex;align-items:center;gap:8px;background:none;border:none;padding:4px 0;cursor:pointer;font-family:inherit;text-align:left;min-width:0}.rc-chevron{display:inline-block;color:#0d9488;font-size:13px;transition:transform .15s;flex-shrink:0}.rc-chevron.open{transform:rotate(90deg)}.rc-month-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rc-selectall{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#3a3a52;cursor:pointer;white-space:nowrap}.rc-selectall input{width:16px;height:16px;accent-color:#0d9488;cursor:pointer}.rc-select{position:absolute;top:8px;left:8px;z-index:2;width:26px;height:26px;border-radius:6px;background:hsla(0,0%,100%,.9);box-shadow:0 1px 3px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;cursor:pointer}.rc-select input{width:17px;height:17px;accent-color:#0d9488;cursor:pointer;margin:0}.rc-card-sel{outline:2px solid #0d9488;outline-offset:-1px}.rc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.rc-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 4px rgba(0,0,0,.05)}.rc-thumb-link{display:block;background:#f2f2f0}.rc-thumb{width:100%;height:150px;object-fit:cover;display:block}.rc-thumb-pdf{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#f4fbfa;color:#0a7268}.rc-pdf-icon{font-size:40px;line-height:1}.rc-pdf-label{font-size:12px;font-weight:700;letter-spacing:.05em}.rc-card-body{padding:10px 10px 12px;display:flex;flex-direction:column;gap:7px}.rc-date,.rc-note{padding:6px 8px;border:1px solid var(--border);border-radius:7px;font-size:13px;font-family:inherit;width:100%}.rc-date:focus,.rc-note:focus{outline:2px solid #cdeee9;border-color:#0d9488}.rc-del{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;border:none;background:rgba(0,0,0,.55);color:#fff;font-size:17px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.rc-del:hover{background:#b42424}@media (max-width:600px){.rc-grid{grid-template-columns:1fr 1fr;gap:12px}.rc-thumb{height:120px}.rc-month-head{align-items:flex-start}.rc-month-actions{width:100%}.rc-month-actions .rc-month-btn{flex:1 1}.rc-selectall{width:100%}}.dl-sub{color:var(--muted);margin:2px 0 0;font-size:14px}.dl-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:1.25rem 0 1rem}.dl-month{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted);font-weight:600}.dl-month input{padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;background:#fff}.dl-month input:focus{outline:2px solid #cdeee9;border-color:#0d9488}.dl-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:1.5rem}.dl-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.dl-card-label{font-size:12px;color:var(--muted);font-weight:600}.dl-card-value{font-size:19px;font-weight:800;color:#1a1a2e;letter-spacing:-.01em}.dl-card-hl{background:linear-gradient(145deg,#0d9488,#0a7268);border-color:#0d9488}.dl-card-hl .dl-card-label{color:hsla(0,0%,100%,.85)}.dl-card-hl .dl-card-value{color:#fff}.dl-table-wrap{background:#fff;border:1px solid var(--border);border-radius:12px;overflow-x:auto}.dl-table{width:100%;border-collapse:collapse;font-size:14px}.dl-table th{text-align:left;font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;padding:12px 10px;border-bottom:1px solid var(--border);white-space:nowrap}.dl-table td{padding:13px 10px;border-bottom:.5px solid #f0f0ee;color:#1a1a2e}.dl-table td.dl-c-num,.dl-table th.dl-c-num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.dl-c-date{width:80px;white-space:nowrap}.dl-c-num{width:110px;min-width:76px}.dl-note-cell{color:var(--muted);max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-row{cursor:pointer;transition:background .12s}.dl-row:hover{background:#f4fbfa}.dl-row:focus-visible{outline:2px solid #0d9488;outline-offset:-2px}.dl-hint{font-size:12.5px;color:var(--muted);margin:8px 2px 0}.dl-table tfoot td{border-top:1.5px solid #000;border-bottom:none;padding:12px 10px}.dl-foot{font-weight:800;color:#1a1a2e}.dl-foot-label{font-weight:700;color:var(--muted);font-size:13px}.dl-modal{background:#fff;border-radius:16px;width:100%;max-width:460px;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 12px 48px rgba(0,0,0,.3);overflow:hidden}.dl-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--border)}.dl-modal-title{font-size:17px;font-weight:800;color:#1a1a2e;margin:0}.dl-modal-x{width:32px;height:32px;border-radius:8px;border:none;background:#f3f4f3;color:#555;font-size:15px;cursor:pointer;flex-shrink:0}.dl-modal-x:hover{background:#e8eae9}.dl-modal-body{padding:18px;overflow-y:auto;gap:14px}.dl-field,.dl-modal-body{display:flex;flex-direction:column}.dl-field{gap:5px}.dl-field>span{font-size:12.5px;font-weight:600;color:var(--muted)}.dl-field input{width:100%;padding:12px;border:1.5px solid var(--border);border-radius:10px;font-size:16px;font-family:inherit;background:#fff;color:#1a1a2e}.dl-field input::placeholder{color:#b7b7c2}.dl-field input:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px rgba(13,148,136,.12)}.dl-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.dl-modal-err{color:#b42424;font-size:13.5px}.dl-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;border-top:1px solid var(--border);background:#fafafa}.dl-modal-actions{display:flex;gap:8px;margin-left:auto}.dl-modal-del{background:none;border:1px solid #e8b0b0;color:#b42424;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.dl-modal-del:hover{background:#fdecec}.dl-modal-del:disabled{opacity:.5;cursor:default}@media (max-width:640px){.dl-cards{grid-template-columns:1fr 1fr}.dl-c-note{display:none}.dl-c-date,.dl-c-num{width:auto}.dl-c-num{min-width:72px}.dl-table td,.dl-table th{padding:12px 8px}.dl-toolbar .ifc-btn{flex:1 1}.dl-modal{max-width:100%;max-height:94vh;border-radius:16px}.dl-modal-foot{flex-wrap:wrap}.dl-modal-actions{width:100%}.dl-modal-actions .ifc-btn{flex:1 1;min-height:48px}.dl-modal-del{width:100%;min-height:44px}}.kj{max-width:900px}.kj-greet{margin-bottom:1.5rem}.kj-hello{font-size:clamp(22px,4vw,28px);font-weight:800;color:#1a1a2e;letter-spacing:-.02em;margin:0 0 4px}.kj-sub{color:var(--muted);font-size:15px;margin:0}.kj-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:1.5rem}.kj-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:4px;min-width:0}.kj-card-label{font-size:12.5px;color:var(--muted);font-weight:600}.kj-card-value{font-size:24px;font-weight:800;color:#1a1a2e;letter-spacing:-.02em}.kj-card-sub{font-size:13px;color:var(--muted);font-weight:600}.kj-card-hl{background:linear-gradient(145deg,#0d9488,#0a7268);border-color:#0d9488}.kj-card-hl .kj-card-label{color:hsla(0,0%,100%,.85)}.kj-card-hl .kj-card-value{color:#fff}.kj-nudge{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#f4fbfa;border:1px solid #cdeee9;border-radius:12px;padding:12px 16px;margin-bottom:1.5rem}.kj-nudge-text{font-size:14px;color:#0a7268;font-weight:600}.kj-nudge-cta{color:#0d9488;font-weight:700;font-size:14px;text-decoration:none;white-space:nowrap}.kj-nudge-cta:hover{text-decoration:underline}.kj-nudge-x{margin-left:auto;background:none;border:none;color:#0a7268;font-size:20px;line-height:1;cursor:pointer;padding:0 4px}.kj-panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 20px;margin-bottom:1.5rem}.kj-panel-title{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 14px}.kj-empty{color:var(--muted);font-size:14px;text-align:center;padding:24px 12px;margin:0}.kj-chart{display:flex;align-items:flex-end;gap:3px;height:160px;padding-top:6px}.kj-bar-col{flex:1 1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;min-width:0}.kj-bar{width:100%;max-width:20px;background:#0d9488;border-radius:3px 3px 0 0;transition:height .2s}.kj-bar-empty{background:#eceeec}.kj-bar-label{font-size:9px;color:#9a9ab0}.kj-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:1.5rem}.kj-actions .ifc-btn{flex:1 1;min-width:140px}.kj-recent{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.kj-recent-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:.5px solid #eee}.kj-recent-item:last-child{border-bottom:none}.kj-recent-icon{width:34px;height:34px;flex-shrink:0;border-radius:9px;background:#cdeee9;color:#0a7268;display:flex;align-items:center;justify-content:center;font-size:15px}.kj-recent-main{flex:1 1;display:flex;flex-direction:column;gap:1px;min-width:0}.kj-recent-label{font-size:14px;font-weight:600;color:#1a1a2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kj-recent-date{font-size:12px;color:var(--muted)}.kj-recent-amount{font-size:14px;font-weight:700;color:#1a1a2e;white-space:nowrap}@media (max-width:640px){.kj-cards{grid-template-columns:1fr 1fr}.kj-actions{flex-direction:column}.kj-actions .ifc-btn{width:100%;flex:none}.kj-chart{height:130px}}.adm{max-width:960px;margin:0 auto;padding:2rem 1.25rem 4rem}.adm-head{justify-content:space-between;margin-bottom:1.5rem}.adm-head,.adm-head-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.adm-title{font-size:26px;font-weight:800;color:#1a1a2e;margin:0;letter-spacing:-.02em}.adm-badge{background:#cdeee9;color:#0a7268;font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:20px;white-space:nowrap}.adm-head-right{display:flex;align-items:center;gap:12px}.adm-lang{display:flex;gap:4px}.adm-lang button{border:1.5px solid #cdeee9;background:#fff;color:#0d9488;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:700;cursor:pointer}.adm-lang button.on{background:#0d9488;color:#fff;border-color:#0d9488}.adm-back{color:#0d9488;text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap}.adm-back:hover{text-decoration:underline}.adm-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:1.75rem}.adm-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:4px}.adm-card-label{font-size:12px;color:var(--muted);font-weight:600}.adm-card-value{font-size:26px;font-weight:800;color:#1a1a2e;letter-spacing:-.02em}.adm-card-meta{font-size:12px;color:#0a7268;font-weight:600}.adm-panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px 22px;margin-bottom:1.5rem}.adm-panel-title{font-size:16px;font-weight:800;color:#1a1a2e;margin:0 0 16px}.adm-empty{color:var(--muted);font-size:14px;margin:0}.adm-chart{display:flex;align-items:flex-end;gap:6px;height:160px}.adm-bar-col{flex:1 1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;gap:4px}.adm-bar-val{font-size:11px;font-weight:700;color:#0a7268;height:14px}.adm-bar{width:100%;max-width:34px;background:#0d9488;border-radius:4px 4px 0 0;min-height:2px}.adm-bar-label{font-size:10px;color:var(--muted);white-space:nowrap}.adm-funnel{display:flex;flex-direction:column;gap:12px}.adm-funnel-row{display:grid;grid-template-columns:170px 1fr 92px;align-items:center;grid-gap:12px;gap:12px}.adm-funnel-label{font-size:13.5px;color:#3a3a52;font-weight:600}.adm-funnel-track{background:#eef2f1;border-radius:8px;height:22px;overflow:hidden}.adm-funnel-fill{height:100%;background:linear-gradient(90deg,#0d9488,#0a7268);border-radius:8px;min-width:2px;transition:width .3s}.adm-funnel-num{font-size:13px;font-weight:700;color:#1a1a2e;text-align:right}.adm-funnel-pct{color:var(--muted);font-weight:500}.adm-usage{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.adm-usage-cell{background:#f4fbfa;border:1px solid #cdeee9;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.adm-usage-val{font-size:24px;font-weight:800;color:#0a7268}.adm-usage-lbl{font-weight:600}.adm-privacy,.adm-usage-lbl{font-size:12.5px;color:var(--muted)}.adm-privacy{margin:-8px 0 14px}.adm-table-wrap{overflow-x:auto}.adm-table{width:100%;border-collapse:collapse;font-size:14px}.adm-table th{text-align:left;font-size:11.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}.adm-table td{padding:11px 10px;border-bottom:.5px solid #f0f0ee;color:#1a1a2e;white-space:nowrap}.adm-table td.r,.adm-table th.r{text-align:right}.adm-td-name{font-weight:600}.adm-tag{font-size:11.5px;font-weight:700;padding:3px 9px;border-radius:20px}.adm-tag-active{background:#cdeee9;color:#0a7268}.adm-tag-none{background:#f0f0ee;color:#8a8aa0}.adm-rev{background:#fafafa}.adm-rev-note{font-size:13.5px;color:var(--muted);margin:0 0 14px}.adm-rev-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.adm-rev-card{background:#fff;border:1px dashed #d8d8d4;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:3px;opacity:.8}.adm-rev-label{font-size:12px;color:var(--muted);font-weight:600}.adm-rev-value{font-size:22px;font-weight:800;color:#b7b7c2}.adm-rev-soon{font-size:10.5px;color:#b7b7c2;font-weight:700;text-transform:uppercase;letter-spacing:.04em}@media (max-width:720px){.adm-cards{grid-template-columns:1fr 1fr}.adm-usage{grid-template-columns:1fr}.adm-rev-cards{grid-template-columns:1fr 1fr}.adm-funnel-row{grid-template-columns:1fr;gap:4px}.adm-funnel-track{height:18px}.adm-funnel-num{text-align:left}.adm-bar-label{font-size:8.5px}}.ob-wrap{max-width:480px;margin:0 auto;padding:20px 16px 48px;display:flex;flex-direction:column;gap:16px;min-height:100dvh}.ob-progress-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px 16px 12px}.ob-progress-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.ob-cheer{font-size:16px;font-weight:700;color:var(--text)}.ob-percent{font-size:15px;font-weight:700;color:var(--accent)}.ob-bar{height:10px;background:#edecea;border-radius:999px;overflow:hidden}.ob-bar-fill{height:100%;background:linear-gradient(90deg,#0d9488,#0a7268);border-radius:999px;transition:width .45s cubic-bezier(.22,1,.36,1)}.ob-dots{display:flex;justify-content:space-between;margin-top:14px;gap:4px}.ob-dot{flex-direction:column;gap:5px;flex:1 1;min-width:0}.ob-dot,.ob-dot-circle{display:flex;align-items:center}.ob-dot-circle{width:26px;height:26px;border-radius:999px;justify-content:center;font-size:12px;font-weight:700;background:#edecea;color:var(--muted);border:2px solid transparent;transition:background .2s,color .2s,border-color .2s}.ob-dot.is-done .ob-dot-circle{background:var(--accent);color:#fff}.ob-dot.is-current .ob-dot-circle{background:var(--accent-bg);color:var(--accent);border-color:var(--accent)}.ob-dot-label{font-size:9.5px;color:var(--muted);text-align:center;line-height:1.15;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.ob-dot.is-current .ob-dot-label{color:var(--accent);font-weight:600}.ob-dot.is-done .ob-dot-label{color:var(--text)}.ob-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:22px 18px 18px;display:flex;flex-direction:column;gap:14px}.ob-title{font-size:22px;font-weight:800;color:var(--text);margin:0}.ob-sub{font-size:14px;color:var(--muted);margin:-8px 0 4px;line-height:1.4}.ob-field{display:flex;flex-direction:column;gap:6px}.ob-label{font-size:13px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ob-optional{font-weight:400;color:var(--muted);font-size:12px}.ob-input{width:100%;height:52px;padding:0 14px;font-size:16px;border:1.5px solid var(--border);border-radius:12px;background:#fff;color:var(--text);transition:border-color .15s,box-shadow .15s}.ob-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.ob-row{display:flex;gap:12px}.ob-field-sm{flex:0 0 40%}.ob-field-grow{flex:1 1}.ob-badge{font-size:11px;font-weight:600;color:var(--accent);background:var(--accent-bg);padding:2px 8px;border-radius:999px}.ob-fieldhint{font-size:12px;color:var(--muted);line-height:1.3}.ob-hint{color:var(--muted);background:var(--accent-bg);line-height:1.4}.ob-error,.ob-hint{font-size:13px;border-radius:10px;padding:10px 12px;margin:0}.ob-error{color:#b91c1c;background:#fef2f2}.ob-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.ob-btn{height:52px;border-radius:12px;font-size:16px;font-weight:700;border:none;cursor:pointer;padding:0 22px;transition:background .15s,opacity .15s}.ob-btn-primary{background:var(--accent);color:#fff}.ob-btn-primary:hover{background:var(--accent-dark,#0a7268)}.ob-btn-ghost{background:transparent;color:var(--muted);padding:0 12px}.ob-btn-ghost:hover{color:var(--text)}.ob-btn-full{width:100%}.ob-autosave{font-size:12px;color:var(--muted);text-align:center;margin-top:2px;min-height:16px;transition:opacity .2s}.ob-autosave.is-saving{opacity:.5}.ob-done{text-align:center;flex-direction:column;gap:12px;padding:12px 0}.ob-check,.ob-done{display:flex;align-items:center}.ob-check{width:72px;height:72px;border-radius:999px;background:var(--accent);color:#fff;font-size:40px;justify-content:center;margin-bottom:4px}.ob-done .ob-btn-full{margin-top:8px}