@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";
:root{--font-heading:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--bg:#f8fafc;--bg-surface:#fff;--bg-subtle:#f1f5f9;--bg-hover:#f8fafc;--brand:#10b981;--brand-dark:#059669;--brand-light:#ecfdf5;--brand-mid:#a7f3d0;--text-main:#0f172a;--text-sub:#334155;--text-muted:#64748b;--text-light:#94a3b8;--border-light:#e2e8f0;--border-sub:#f1f5f9;--border-strong:#cbd5e1;--exp:#0f172a;--exp-dark:#0f172a;--exp-bg:#fff;--exp-border:#e2e8f0;--shadow-xs:0 1px 2px 0 #0f172a0a;--shadow-sm:0 1px 3px 0 #0f172a0d, 0 1px 2px -1px #0f172a08;--shadow-md:0 4px 12px -2px #0f172a14, 0 2px 4px -2px #0f172a0a;--r-xs:3px;--r-sm:4px;--r:6px;--r-md:8px;--r-lg:10px;--r-full:9999px;--sidebar-w:240px;--header-h:64px;--bn-h:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:15px;background:var(--bg)!important}body{font-family:var(--font-body);color:var(--text-main);min-height:100vh;line-height:1.5;background-color:var(--bg)!important}:focus-visible{outline-offset:2px;outline:3px solid #10b98152}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--r-full);background:#cbd5e1}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.layout{background:var(--bg);min-height:100vh;display:flex}.layout-main{margin-left:var(--sidebar-w);background:var(--bg);flex-direction:column;flex:1;min-height:100vh;display:flex}.page-body{background:var(--bg);flex:1;width:100%;max-width:1200px;margin:0 auto;padding:36px 44px 48px}main.page-body:has(.notes-editor-full){background:#fff!important;max-width:100%!important;margin:0!important;padding:0!important}.notes-editor-full{width:100%;min-height:calc(100vh - var(--header-h));height:calc(100vh - var(--header-h));box-sizing:border-box;background:#fff;flex-direction:column;display:flex}.notes-editor-header{border-bottom:1px solid var(--border-light);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:58px;padding:0 28px;display:flex}.notes-editor-toolbar{border-bottom:1px solid var(--border-light);background:#f8fafc;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;padding:8px 28px;display:flex}.notes-editor-scroll-area{background:#fff;flex-direction:column;flex:1;display:flex;overflow-y:auto}.notes-editor-canvas{flex-direction:column;flex:1;width:100%;max-width:960px;margin:0 auto;padding:36px 32px 120px;display:flex}.notes-editor-content{width:100%;min-height:500px;color:var(--text-main);background:0 0;outline:none;flex:1;font-size:15px;line-height:1.75}@media (max-width:768px){.sidebar{display:none!important}.layout-main{padding-bottom:calc(var(--bn-h) + 16px);margin-left:0}.bottom-nav{display:flex!important}.page-body{padding:20px 16px}.top-header{padding:0 16px}.notes-editor-full{min-height:calc(100vh - var(--header-h) - var(--bn-h));height:calc(100vh - var(--header-h) - var(--bn-h))}.notes-editor-header{padding:0 16px}.notes-editor-toolbar{padding:8px 16px}.notes-editor-canvas{padding:20px 16px 80px}}.sidebar{width:var(--sidebar-w);background:var(--bg-surface);border-right:1px solid var(--border-light);z-index:200;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.sb-logo{height:var(--header-h);border-bottom:1px solid var(--border-light);box-sizing:border-box;align-items:center;gap:12px;padding:0 20px;display:flex}.sb-logo-mark{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);border-radius:var(--r-sm);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 8px #10b98133}.sb-logo-name{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.3px;font-size:15px;font-weight:800;line-height:1.2}.sb-logo-tag{color:var(--text-muted);font-size:10.5px;line-height:1.2}.sb-nav{flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex}.sb-link{border-radius:var(--r-sm);color:var(--text-sub);align-items:center;gap:12px;padding:9px 12px;font-size:13.5px;font-weight:500;transition:all .15s;display:flex}.sb-link svg{opacity:.7;transition:opacity .15s}.sb-link:hover{background:var(--bg-subtle);color:var(--text-main)}.sb-link:hover svg{opacity:1}.sb-link.active{background:var(--brand-light);color:var(--brand-dark);font-weight:600}.sb-link.active svg{opacity:1;color:var(--brand-dark)}.sb-footer{border-top:1px solid var(--border-sub);padding:16px 12px}.sb-badge{background:var(--brand-light);border:1px solid var(--brand-mid);border-radius:var(--r-sm);align-items:flex-start;gap:10px;padding:12px;display:flex}.sb-badge-icon{color:var(--brand-dark);flex-shrink:0;margin-top:2px}.sb-badge-title{color:var(--brand-dark);font-size:12px;font-weight:700}.sb-badge-sub{color:var(--text-sub);margin-top:2px;font-size:11px;line-height:1.4}.top-header{height:var(--header-h);background:var(--bg-surface);border-bottom:1px solid var(--border-light);z-index:100;box-sizing:border-box;justify-content:space-between;align-items:center;padding:0 40px;display:flex;position:sticky;top:0}.header-brand-title{font-family:var(--font-heading);color:var(--text-main);font-size:15px;font-weight:700}.h-spacer{flex:1}.h-actions{align-items:center;gap:12px;display:flex}.bottom-nav{height:var(--bn-h);background:var(--bg-surface);border-top:1px solid var(--border-light);z-index:150;justify-content:space-around;align-items:center;padding:0 8px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000a}.bn-item{color:var(--text-muted);flex-direction:column;align-items:center;gap:3px;font-size:11px;font-weight:500;display:flex}.bn-item.on{color:var(--brand-dark);font-weight:600}.bn-ico{width:20px;height:20px}.pg-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.pg-greeting{color:var(--text-muted);margin-bottom:4px;font-size:13px}.pg-title{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.4px;font-size:24px;font-weight:800}.pg-sub{color:var(--text-muted);margin-top:2px;font-size:13.5px}.pg-actions{align-items:center;gap:10px;display:flex}.card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-md);box-shadow:var(--shadow-sm);transition:box-shadow .15s,border-color .15s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong)}.card-header{border-bottom:1px solid var(--border-sub);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.card-title{font-family:var(--font-heading);color:var(--text-main);font-size:14.5px;font-weight:700}.card-body{padding:20px}.empty,.empty-state{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:56px 28px;display:flex}.empty.compact,.empty-state.compact{padding:32px 18px}.empty-ico,.empty-state-icon{background:linear-gradient(135deg, var(--brand-light) 0%, #f0fdf4 100%);border:1px solid var(--brand-mid);width:56px;height:56px;color:var(--brand-dark);border-radius:16px;justify-content:center;align-items:center;margin-bottom:16px;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s;display:flex;box-shadow:0 4px 14px #10b9811f}.empty:hover .empty-ico,.empty-state:hover .empty-state-icon{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 20px #10b9812e}.empty.compact .empty-ico,.empty-state.compact .empty-state-icon{border-radius:12px;width:44px;height:44px;margin-bottom:12px;box-shadow:0 2px 8px #10b98114}.empty-title,.empty-state-title{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.2px;margin-bottom:6px;font-size:15.5px;font-weight:700;line-height:1.35}.empty.compact .empty-title,.empty-state.compact .empty-state-title{margin-bottom:4px;font-size:14px}.empty-desc,.empty-state-desc{color:var(--text-muted);max-width:380px;margin:0 auto;font-size:13px;line-height:1.55}.empty.compact .empty-desc,.empty-state.compact .empty-state-desc{max-width:300px;font-size:12px;line-height:1.45}.empty-action,.empty-state-action{justify-content:center;align-items:center;gap:10px;margin-top:18px;display:flex}.empty.compact .empty-action,.empty-state.compact .empty-state-action{margin-top:14px}.g2{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.g3{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (max-width:900px){.g3,.g2{grid-template-columns:1fr}}.stat-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-md);box-shadow:var(--shadow-sm);align-items:center;gap:16px;padding:20px 22px;transition:box-shadow .15s,border-color .15s;display:flex}.stat-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong)}.stat-icon{border-radius:var(--r-sm);background:var(--brand-light);border:1px solid var(--brand-mid);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stat-content{flex:1;min-width:0}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px;font-size:11px;font-weight:700}.stat-value{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.5px;font-size:24px;font-weight:800;line-height:1.25}.stat-meta{align-items:center;gap:6px;margin-top:4px;font-size:11.5px;display:flex}.delta{border-radius:var(--r-xs);align-items:center;gap:3px;padding:2px 6px;font-size:11px;font-weight:700;display:inline-flex}.delta-up{color:#15803d;background:#dcfce7}.delta-dn{color:var(--text-sub);background:#f1f5f9}.btn{border-radius:var(--r-sm);white-space:nowrap;align-items:center;gap:8px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}.btn-sm{border-radius:var(--r-sm);padding:7px 12px;font-size:12.5px}.btn-primary{background:var(--brand-dark);color:#fff;box-shadow:0 2px 6px #10b98133}.btn-primary:hover{background:#047857}.btn-outline{background:var(--bg-surface);border:1px solid var(--border-strong);color:var(--text-main)}.btn-outline:hover{background:var(--bg-subtle);border-color:var(--text-sub)}.btn-danger{background:var(--bg-subtle);border:1px solid var(--border-light);color:var(--text-main)}.btn-danger:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca}.btn:disabled{opacity:.6;cursor:not-allowed}.ibtn{border-radius:var(--r-sm);width:32px;height:32px;color:var(--text-muted);justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.ibtn:hover{background:var(--bg-subtle);color:var(--text-main)}.fg{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.fg-label{color:var(--text-main);font-size:13px;font-weight:600}.fg-req{color:#dc2626}.fg-err{color:#dc2626;margin-top:2px;font-size:12px}.fg-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.fi,.fta,.fs{border-radius:var(--r-sm);border:1px solid var(--border-strong);background:var(--bg-surface);width:100%;color:var(--text-main);outline:none;padding:9px 12px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.fi:focus,.fta:focus,.fs:focus{border-color:var(--brand);box-shadow:0 0 0 3px #10b9811f}.amount-wrap{align-items:center;display:flex;position:relative}.amount-sym{font-family:var(--font-heading);color:var(--text-sub);font-size:18px;font-weight:700;position:absolute;left:12px}.amount-fi{font-family:var(--font-heading);padding-left:34px;font-size:20px;font-weight:700}.search-box{align-items:center;display:flex;position:relative}.search-ico{color:var(--text-light);pointer-events:none;position:absolute;left:12px}.search-input{border-radius:var(--r-sm);padding-left:36px;font-size:13px}.cat-grid-sel{grid-template-columns:repeat(4,1fr);gap:8px;max-height:180px;padding:4px;display:grid;overflow-y:auto}@media (max-width:600px){.cat-grid-sel{grid-template-columns:repeat(2,1fr)}}.cat-item-btn{border-radius:var(--r-sm);border:1px solid var(--border-light);background:var(--bg-surface);align-items:center;gap:8px;padding:8px 10px;transition:all .12s;display:flex}.cat-item-btn.on{border-width:1.5px}.cat-item-ico{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.cat-item-name{color:var(--text-sub);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.swatches{flex-wrap:wrap;gap:8px;display:flex}.swatch{border-radius:var(--r-full);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .1s;display:flex}.swatch:hover{transform:scale(1.1)}.swatch.on{border-color:var(--text-main)}.modal-bg{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:300;background:#0f172a66;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-box{background:var(--bg-surface);border-radius:var(--r-md);width:100%;max-width:480px;box-shadow:var(--shadow-md);animation:.15s ease-out modalIn;overflow:hidden}@keyframes modalIn{0%{opacity:0;transform:scale(.97)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-head{border-bottom:1px solid var(--border-sub);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.modal-title{font-family:var(--font-heading);color:var(--text-main);font-size:16px;font-weight:700}.modal-sub{color:var(--text-muted);margin-top:2px;font-size:12px}.modal-body{max-height:75vh;padding:20px 22px;overflow-y:auto}.modal-foot{border-top:1px solid var(--border-sub);background:var(--bg-subtle);justify-content:flex-end;gap:10px;padding:14px 22px;display:flex}.dropdown-menu{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-sm);box-shadow:var(--shadow-md);z-index:250;flex-direction:column;gap:2px;min-width:140px;padding:6px;display:flex;position:fixed}.dropdown-item{border-radius:var(--r-xs);color:var(--text-sub);text-align:left;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:13px;font-weight:500;display:flex}.dropdown-item:hover{background:var(--bg-subtle);color:var(--text-main)}.dropdown-item.danger{color:#dc2626}.dropdown-item.danger:hover{background:#fee2e2}.entry-table-head{background:var(--bg-subtle);border-bottom:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;grid-template-columns:85px 1fr 150px 110px 40px;align-items:center;padding:12px 20px;font-size:11px;font-weight:700;display:grid}.entry-group-head{border-bottom:1px solid var(--border-sub);background:#fafafa;grid-template-columns:85px 1fr 150px 110px 40px;align-items:center;padding:10px 20px;display:grid}.entry-group-label{color:var(--text-sub);font-size:12.5px;font-weight:700}.entry-group-count{color:var(--text-light);font-size:12px;font-weight:500}.entry-group-net{color:var(--text-main);font-size:13px;font-weight:700}.entry-row{border-bottom:1px solid var(--border-sub);grid-template-columns:85px 1fr 150px 110px 40px;align-items:center;padding:13px 20px;transition:background .1s;display:grid}.entry-row:hover{background:var(--bg-subtle)}.entry-time{color:var(--text-light);font-size:12px;font-weight:500}.entry-main{align-items:center;gap:12px;min-width:0;display:flex}.entry-ico{border-radius:var(--r-sm);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.entry-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.entry-note{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.cat-pill{border-radius:var(--r-full);align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.entry-amount-col{text-align:right}.entry-amount{font-family:var(--font-heading);color:var(--text-main);font-size:14px;font-weight:700}@media (max-width:640px){.entry-table-head{display:none}.entry-row{grid-template-columns:1fr auto 32px;gap:10px;padding:12px 16px}.entry-time,.cat-pill{display:none}}.ct-head{background:var(--bg-subtle);border-bottom:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;grid-template-columns:40px 1fr 100px 140px 80px;padding:12px 20px;font-size:11px;font-weight:700;display:grid}.ct-row{border-bottom:1px solid var(--border-sub);grid-template-columns:40px 1fr 100px 140px 80px;align-items:center;padding:13px 20px;display:grid}.a-tabs{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-sm);gap:4px;margin-bottom:20px;padding:4px;display:flex}.a-tab{text-align:center;border-radius:var(--r-sm);color:var(--text-muted);flex:1;padding:8px;font-size:13px;font-weight:600;transition:all .15s}.a-tab.on{background:var(--brand-light);color:var(--brand-dark)}.prog{background:var(--bg-subtle);border-radius:var(--r-full);height:6px;overflow:hidden}.prog-fill{border-radius:var(--r-full);height:100%;transition:width .3s}.s-section{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-md);box-shadow:var(--shadow-sm);margin-bottom:18px;padding:20px}.s-section-title{font-family:var(--font-heading);color:var(--text-main);margin-bottom:14px;font-size:14.5px;font-weight:700}.s-row{border-bottom:1px solid var(--border-sub);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.s-row:last-child{border-bottom:none}.s-label{color:var(--text-main);font-size:13.5px;font-weight:600}.s-sub{color:var(--text-muted);font-size:12px}.ob-wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.ob-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-md);width:100%;max-width:440px;box-shadow:var(--shadow-md);padding:32px}.ob-dots{justify-content:center;gap:6px;margin-bottom:24px;display:flex}.ob-dot{border-radius:var(--r-full);background:var(--border-strong);width:8px;height:8px;transition:all .2s}.ob-dot.on{background:var(--brand-dark);width:24px}.curr-list{border:1px solid var(--border-light);border-radius:var(--r-sm);flex-direction:column;gap:4px;max-height:240px;margin-bottom:16px;padding:4px;display:flex;overflow-y:auto}.curr-item{border-radius:var(--r-sm);cursor:pointer;align-items:center;gap:10px;padding:9px 12px;font-size:13px;display:flex}.curr-item:hover{background:var(--bg-subtle)}.curr-item.on{background:var(--brand-light);font-weight:600}.curr-code{color:var(--text-main);width:44px;font-weight:700}.curr-sym{color:var(--brand-dark);width:24px;font-weight:700}.curr-name{color:var(--text-sub);flex:1}.sidebar{background:#fffffff0;border-right-color:#e2e8f0e6}.sb-logo{padding:0 22px}.sb-logo-mark{border-radius:11px;box-shadow:0 8px 18px #05966933}.sb-logo-name{font-size:16px}.sb-logo-tag{font-size:10px}.sb-nav{padding:22px 12px}.sb-link{border-radius:9px;padding:10px 12px}.sb-link.active{background:linear-gradient(90deg,#ecfdf5,#f0fdf4)}.sb-footer{padding:18px 14px}.sb-badge{border-radius:12px}.top-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;padding:0 44px}.header-brand-mark{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-dark));border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.header-brand-info{align-items:center;gap:10px;display:flex}.workspace-status{color:var(--text-muted);border-left:1px solid var(--border-light);align-items:center;gap:8px;margin-left:16px;padding-left:16px;font-size:12.5px;font-weight:600;display:flex}.h-actions{color:var(--text-muted);border:1px solid var(--border-light);border-radius:var(--r-full);background:#f8fafccc;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:600;display:flex}.status-dot{background:var(--brand);width:7px;height:7px;box-shadow:0 0 0 3px var(--brand-light);border-radius:50%}.pg-header{margin-bottom:28px}.pg-title{font-size:28px}.pg-sub{max-width:620px;margin-top:5px}.card{border-radius:8px;transition:box-shadow .2s,border-color .2s,transform .2s}.card:hover{transform:translateY(-1px)}.btn{border-radius:6px;transition:all .18s}.btn-primary{background:linear-gradient(135deg, var(--brand), var(--brand-dark));box-shadow:0 5px 12px #05966933}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 7px 16px #05966940}.btn-outline{border-color:var(--border-light)}.fi,.fta,.fs{border-radius:6px}.dashboard{max-width:1140px;margin:0 auto}.dashboard-hero{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.dashboard-eyebrow{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:7px;font-size:13px;font-weight:600;display:flex}.dashboard-eyebrow:before{content:"";background:var(--brand);border-radius:50%;width:8px;height:8px}.dashboard-title{font:800 30px/1.15 var(--font-heading);letter-spacing:-.8px}.dashboard-period{color:var(--text-muted);margin-top:7px;font-size:13px}.dashboard-tabs{border:1px solid var(--border-light);background:#ffffffd9;border-radius:8px;gap:5px;width:max-content;max-width:100%;margin-bottom:24px;padding:5px;display:flex;overflow-x:auto}.dashboard-tabs .btn{box-shadow:none;border:0}.dashboard-tabs .btn-outline{background:0 0}.dashboard-tabs .btn-primary{box-shadow:0 3px 9px #0596692e}.dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.dashboard-summary-card{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:132px;padding:18px 20px;transition:all .2s;display:flex}.dashboard-summary-card:hover{border-color:var(--brand-mid);box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard-summary-card.active-summary-card{border-color:var(--brand-dark);box-shadow:0 0 0 2px var(--brand-light), var(--shadow-md);background:#fafdfb}.dashboard-summary-card>div:first-child{justify-content:space-between;align-items:center;display:flex}.summary-label{letter-spacing:.65px;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:750}.summary-icon{border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.summary-value{font:800 28px/1.1 var(--font-heading);letter-spacing:-.7px;color:var(--text-main);margin:8px 0 1px}.summary-meta{color:var(--text-muted);font-size:12px;font-weight:550}.dashboard-panel{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;padding:22px}.dashboard-panel h3{font:750 16px/1.35 var(--font-heading);color:var(--text-main)}.dashboard-panel-subtitle{color:var(--text-muted);margin-top:3px;font-size:12px}.dashboard-split{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px;display:grid}.quick-capture{border:1px solid var(--brand-mid);background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:8px;padding:18px}@media (max-width:900px){.dashboard-summary,.dashboard-split{grid-template-columns:1fr}}@media (max-width:768px){.page-body{padding:24px 16px 28px}.top-header{padding:0 16px}.header-brand-info,.header-brand-mark{display:flex}.workspace-status{display:none}.h-actions{padding:6px 9px;font-size:11px}.dashboard-hero{flex-direction:column;align-items:flex-start}.dashboard-title{font-size:27px}.dashboard-tabs{width:100%}}.calendar-page-layout{flex-direction:column;gap:20px;max-width:1280px;margin:0 auto;display:flex}.calendar-top-bar{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-md);box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.cal-title-area{align-items:center;gap:14px;display:flex}.cal-icon-wrapper{background:#6366f11a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.cal-page-heading{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.5px;margin:0;font-size:24px;font-weight:800}.cal-page-sub{color:var(--text-muted);margin:2px 0 0;font-size:12.5px}.cal-controls-group{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.view-mode-toggle{background:var(--bg-subtle);border-radius:var(--r-sm);border:1px solid var(--border-sub);padding:3px;display:flex}.mode-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:12.5px;font-weight:600;transition:all .15s}.mode-btn.active{background:var(--bg-surface);color:var(--brand-dark);box-shadow:var(--shadow-xs)}.month-nav-btn-group{align-items:center;gap:4px;display:flex}.icon-btn-secondary{border:1px solid var(--border-light);background:var(--bg-surface);width:34px;height:34px;color:var(--text-sub);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.icon-btn-secondary:hover{background:var(--bg-subtle);color:var(--text-main)}.today-btn{border-radius:8px;padding:6px 14px;font-size:12.5px;font-weight:600}.notif-badge{border-radius:var(--r-full);cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.notif-badge.granted{color:#059669;background:#10b9811a;border:1px solid #10b98133}.notif-badge.request{color:#6366f1;background:#6366f11a;border:1px solid #6366f133}.notif-badge.request:hover{background:#6366f12e}.calendar-content-container{grid-template-columns:1fr;gap:20px;transition:all .2s;display:grid}.calendar-content-container.drawer-active{grid-template-columns:1fr 380px}@media (max-width:1024px){.calendar-content-container.drawer-active{grid-template-columns:1fr}}.calendar-grid-container{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-md);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.cal-weekdays-header{background:var(--bg-subtle);border-bottom:1px solid var(--border-light);text-align:center;grid-template-columns:repeat(7,1fr);display:grid}.weekday-col-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:10px;font-size:11.5px;font-weight:700}.cal-days-grid{background:var(--border-sub);grid-template-columns:repeat(7,1fr);grid-auto-rows:minmax(105px,1fr);gap:1px;display:grid}.cal-days-grid.week-view{grid-auto-rows:minmax(280px,1fr)}.cal-day-cell{background:var(--bg-surface);cursor:pointer;flex-direction:column;min-height:105px;padding:8px;transition:background .12s;display:flex;position:relative}.cal-day-cell:hover{background:#f8fafce6}.cal-day-cell.out-month{opacity:.55;background:#f8fafc66}.cal-day-cell.is-today{background:#f0fdf4}.cal-day-cell.is-selected{background:#f4f4fe;box-shadow:inset 0 0 0 2px #6366f1}.day-cell-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.day-number-badge{color:var(--text-sub);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;display:flex}.day-number-badge.today-badge{background:var(--brand);color:#fff;box-shadow:0 2px 6px #10b9814d}.quick-add-cell-btn{width:20px;height:20px;color:var(--text-light);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.cal-day-cell:hover .quick-add-cell-btn{opacity:1;background:var(--bg-subtle);color:var(--text-main)}.quick-add-cell-btn:hover{color:#fff!important;background:#6366f1!important}.day-cell-activities{flex-direction:column;flex:1;gap:4px;display:flex;overflow:hidden}.act-chip{white-space:nowrap;text-overflow:ellipsis;border-radius:4px;align-items:center;gap:4px;padding:3px 6px;font-size:11px;font-weight:600;display:flex;overflow:hidden}.act-chip .chip-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reminder-chip{color:#4f46e5;background:#6366f11f}.expense-chip{color:#dc2626;background:#ef44441a}.task-chip{color:#2563eb;background:#3b82f61a}.task-chip.done{color:#059669;background:#10b9811a;text-decoration:line-through}.cell-active-indicator{background:#6366f1;height:3px;position:absolute;bottom:0;left:0;right:0}.day-drawer-panel{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--r-md);box-shadow:var(--shadow-md);flex-direction:column;display:flex;overflow:hidden}.day-drawer-header{border-bottom:1px solid var(--border-light);background:var(--bg-subtle);justify-content:space-between;align-items:flex-start;padding:18px 20px;display:flex}.day-drawer-badge{text-transform:uppercase;letter-spacing:.6px;color:#6366f1;font-size:10.5px;font-weight:800}.day-drawer-title{font-family:var(--font-heading);color:var(--text-main);margin:3px 0 0;font-size:17px;font-weight:750}.day-drawer-body{flex-direction:column;gap:20px;max-height:calc(100vh - 220px);padding:18px 20px;display:flex;overflow-y:auto}.day-stats-banner{background:var(--bg-subtle);border-radius:var(--r-sm);border:1px solid var(--border-sub);grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;display:grid}.day-stat-card{text-align:center;flex-direction:column;align-items:center;display:flex}.stat-label{color:var(--text-muted);font-size:10.5px;font-weight:600}.stat-val{color:var(--text-main);font-size:14px;font-weight:800}.day-quick-actions{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.quick-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 8px;font-size:11.5px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.reminder-quick{color:#4f46e5;background:#6366f11a;border-color:#6366f133}.reminder-quick:hover{background:#6366f12e}.expense-quick{color:#dc2626;background:#ef444414;border-color:#ef444433}.expense-quick:hover{background:#ef444426}.task-quick{color:#2563eb;background:#3b82f614;border-color:#3b82f633}.task-quick:hover{background:#3b82f626}.drawer-section{flex-direction:column;gap:10px;display:flex}.section-title-row{justify-content:space-between;align-items:center;display:flex}.sec-title{color:var(--text-main);align-items:center;gap:7px;font-size:13.5px;font-weight:700;display:flex}.section-empty{color:var(--text-muted);background:var(--bg-subtle);border:1px dashed var(--border-light);border-radius:6px;padding:10px 12px;font-size:12px;font-style:italic}.items-list{flex-direction:column;gap:8px;display:flex}.activity-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:all .12s;display:flex}.activity-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-xs)}.activity-card.completed{opacity:.65}.toggle-check{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.item-details{flex:1;min-width:0}.item-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.item-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.item-name.line-through{color:var(--text-muted);text-decoration:line-through}.item-meta{align-items:center;gap:8px;margin-top:3px;display:flex}.time-tag{color:var(--text-muted);align-items:center;gap:3px;font-size:11px;font-weight:500;display:flex}.item-desc{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.prio-pill{text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.prio-low{color:#059669;background:#10b9811f}.prio-medium{color:#d97706;background:#f59e0b1f}.prio-high{color:#dc2626;background:#ef44441f}.expense-amt{font-family:var(--font-heading);color:#ef4444;font-size:13.5px;font-weight:750}.cat-badge-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.cat-tag-pill{background:var(--bg-subtle);color:var(--text-sub);border-radius:4px;padding:1px 6px;font-size:10.5px;font-weight:500}.delete-item-btn{opacity:.5;cursor:pointer}.activity-card:hover .delete-item-btn{opacity:1}.delete-item-btn:hover{color:#ef4444!important}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-card{background:var(--bg-surface);border-radius:var(--r-md);border:1px solid var(--border-light);width:100%;box-shadow:var(--shadow-md);animation:.18s ease-out modalIn;overflow:hidden}.modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.icon-btn-ghost{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.icon-btn-ghost:hover{background:var(--bg-subtle);color:var(--text-main)}.modal-body{flex-direction:column;gap:14px;padding:20px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--text-sub);font-size:12px;font-weight:600}.form-input{border:1px solid var(--border-light);background:var(--bg-surface);color:var(--text-main);border-radius:8px;outline:none;padding:9px 12px;font-size:13.5px;transition:border-color .15s}.form-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.modal-actions{justify-content:flex-end;gap:10px;display:flex}.btn-secondary{border:1px solid var(--border-light);background:var(--bg-surface);color:var(--text-main);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.btn-secondary:hover{background:var(--bg-subtle)}.lp-body{color:var(--text-main);min-height:100vh;font-family:var(--font-body);background:#f8fafc;overflow-x:hidden}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid #e2e8f0cc;align-items:center;height:68px;display:flex;position:sticky;top:0}.lp-nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.lp-logo{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.lp-logo-icon{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 4px 14px #10b98147}.lp-logo-text{font-family:var(--font-heading);letter-spacing:-.5px;color:#0f172a;font-size:20px;font-weight:800}.lp-nav-links{align-items:center;gap:28px;display:flex}.lp-nav-link{color:#475569;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.lp-nav-link:hover{color:#0f172a}.lp-nav-btn{color:#fff;background:#0f172a;border-radius:8px;align-items:center;gap:8px;padding:9px 18px;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #0f172a1f}.lp-nav-btn:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a2e}.lp-hero{text-align:center;max-width:1080px;margin:0 auto;padding:80px 24px 60px}.lp-badge-pill{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:12.5px;font-weight:600;display:inline-flex;box-shadow:0 1px 3px #10b98114}.lp-hero-title{font-family:var(--font-heading);color:#0f172a;letter-spacing:-1.2px;margin-bottom:20px;font-size:clamp(34px,5.5vw,56px);font-weight:800;line-height:1.15}.lp-gradient-text{background:linear-gradient(135deg,#10b981 0%,#059669 50%,#047857 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.lp-hero-sub{color:#475569;max-width:740px;margin:0 auto 36px;font-size:clamp(16px,2.2vw,19px);line-height:1.6}.lp-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.lp-btn-primary{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:10px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 10px 25px -5px #10b98166}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px -4px #10b9817a}.lp-btn-outline{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #0f172a0a}.lp-btn-outline:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.lp-trust-row{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;max-width:860px;margin:0 auto;padding:18px 24px;display:flex;box-shadow:0 4px 14px #0f172a0a}.lp-trust-item{color:#334155;align-items:center;gap:10px;font-size:13.5px;font-weight:600;display:flex}.lp-trust-icon{color:#10b981}.lp-preview-container{max-width:1120px;margin:40px auto 80px;padding:0 24px}.lp-mockup-window{background:#fff;border:1px solid #cbd5e1;border-radius:16px;overflow:hidden;box-shadow:0 25px 60px -15px #0f172a1f,0 0 0 1px #0f172a0a}.lp-mockup-bar{background:#f1f5f9;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.lp-mockup-dots{gap:7px;display:flex}.lp-mockup-dot{border-radius:50%;width:10px;height:10px}.lp-mockup-dot.red{background:#f87171}.lp-mockup-dot.yellow{background:#fbbf24}.lp-mockup-dot.green{background:#34d399}.lp-mockup-title{color:#64748b;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.lp-mockup-content{background:#f8fafc;padding:28px}.lp-mockup-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.lp-mockup-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 2px 6px #0f172a08}.lp-mockup-card-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.lp-mockup-tag{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:700}.lp-section{max-width:1160px;margin:0 auto;padding:70px 24px}.lp-section-header{text-align:center;max-width:680px;margin:0 auto 50px}.lp-section-tag{color:#059669;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:12px;font-weight:700}.lp-section-title{font-family:var(--font-heading);color:#0f172a;letter-spacing:-.8px;margin-bottom:14px;font-size:clamp(26px,3.6vw,38px);font-weight:800}.lp-section-desc{color:#64748b;font-size:15.5px;line-height:1.6}.lp-features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.lp-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:28px 24px;transition:all .25s;display:flex;box-shadow:0 2px 8px #0f172a0a}.lp-feature-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 28px -6px #0f172a17}.lp-feature-icon-box{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.lp-feature-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:10px;font-size:18px;font-weight:700}.lp-feature-text{color:#64748b;flex-grow:1;margin-bottom:18px;font-size:14px;line-height:1.6}.lp-feature-points{border-top:1px solid #f1f5f9;flex-direction:column;gap:8px;margin:0;padding:16px 0 0;list-style:none;display:flex}.lp-feature-point{color:#334155;align-items:center;gap:8px;font-size:13px;display:flex}.lp-comparison-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;margin-top:40px;display:grid}.lp-comp-card{border-radius:16px;padding:32px}.lp-comp-cloud{background:#fff;border:1px solid #e2e8f0}.lp-comp-local{background:linear-gradient(#f0fdf4 0%,#fff 100%);border:2px solid #86efac;position:relative;box-shadow:0 12px 30px -8px #10b9812e}.lp-comp-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#059669;border-radius:9999px;padding:4px 12px;font-size:11.5px;font-weight:700;position:absolute;top:-13px;right:28px}.lp-comp-header{margin-bottom:24px}.lp-comp-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:6px;font-size:20px;font-weight:800}.lp-comp-sub{color:#64748b;font-size:13.5px}.lp-comp-list{flex-direction:column;gap:14px;list-style:none;display:flex}.lp-comp-item{align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.lp-faq-container{flex-direction:column;gap:14px;max-width:780px;margin:0 auto;display:flex}.lp-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:border-color .2s;overflow:hidden}.lp-faq-item:hover{border-color:#cbd5e1}.lp-faq-question{text-align:left;width:100%;font-family:var(--font-heading);color:#0f172a;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:20px 24px;font-size:16px;font-weight:700;display:flex}.lp-faq-answer{color:#475569;padding:0 24px 20px;font-size:14.5px;line-height:1.6}.lp-cta-box{text-align:center;color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:20px;margin-top:40px;padding:60px 40px;position:relative;overflow:hidden;box-shadow:0 20px 50px -10px #0f172a4d}.lp-cta-title{font-family:var(--font-heading);letter-spacing:-.8px;margin-bottom:16px;font-size:clamp(28px,4vw,42px);font-weight:800}.lp-cta-desc{color:#94a3b8;max-width:600px;margin:0 auto 32px;font-size:16px;line-height:1.6}.lp-footer{background:#fff;border-top:1px solid #e2e8f0;margin-top:80px;padding:40px 24px 30px}.lp-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}.lp-footer-left{align-items:center;gap:12px;display:flex}.lp-footer-text{color:#64748b;font-size:13px}.lp-footer-links{align-items:center;gap:20px;display:flex}.lp-footer-link{color:#64748b;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.lp-footer-link:hover{color:#0f172a}@media (max-width:768px){.lp-nav-links{display:none}.lp-hero{padding:50px 16px 40px}.lp-trust-row{flex-direction:column;align-items:flex-start;gap:16px}.lp-mockup-content{padding:16px}.lp-cta-box{padding:40px 20px}}input[type=date],input[type=time]{color:var(--text-main);border:1px solid var(--border-light);cursor:pointer;background-color:#fff;border-radius:6px;padding:8px 12px;font-family:inherit;font-size:13.5px;font-weight:500;transition:all .15s}input[type=date]:hover,input[type=time]:hover{border-color:var(--border-strong);background-color:#f8fafc}input[type=date]:focus,input[type=time]:focus{border-color:var(--brand);background-color:#fff;outline:none;box-shadow:0 0 0 3px #10b98126}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(30%)sepia(20%)saturate(1000%)hue-rotate(110deg);padding:2px;transition:opacity .15s,transform .15s}input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(30%)sepia(20%)saturate(1000%)hue-rotate(110deg);padding:2px;transition:opacity .15s,transform .15s}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;transform:scale(1.1)}input[type=time]::-webkit-calendar-picker-indicator:hover{opacity:1;transform:scale(1.1)}.fs,select.form-input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:14px;padding-right:32px!important}.fs:focus,select.form-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #10b98126}
