:root{--ink:#17302e;--muted:#667673;--green-950:#0d2e2b;--green-900:#123b38;--green-800:#195049;--green-700:#2f766d;--green-100:#dfeeea;--green-50:#edf5f2;--paper:#f5f1e9;--surface:#fffdf9;--line:#e4e2da;--amber:#d59a3a;--amber-soft:#f7e9ce;--red:#b94f43;--red-soft:#f8e3df;--blue-soft:#e4edf3;--shadow:0 18px 50px #142f2c17;--shadow-small:0 6px 20px #142f2c12}*{box-sizing:border-box}html{background:var(--paper);min-height:100%}body{min-height:100%;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #2f766d40}.loading-page,.fatal-page{place-items:center;min-height:100vh;padding:24px;display:grid}.loading-page{color:var(--green-800);align-content:center;gap:12px;font-weight:700}.fatal-card{background:var(--surface);border:1px solid var(--line);max-width:520px;box-shadow:var(--shadow);border-radius:28px;padding:40px}.fatal-card h1{margin:14px 0 8px;font-size:clamp(28px,5vw,42px)}.fatal-card p{line-height:1.65}.muted{color:var(--muted)}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-size:20px;font-weight:850;display:flex}.brand-light{color:#fff}.brand-mark{color:#fff;background:var(--green-700);border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:inset 0 0 0 1px #ffffff26}.eyebrow{color:var(--green-700);letter-spacing:.13em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:850;line-height:1.2}.eyebrow-light{color:#aad6cc}.auth-page{grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:radial-gradient(circle at 90% 10%, #d59a3a42, transparent 30%), radial-gradient(circle at 20% 80%, #2f766d8c, transparent 32%), var(--green-950);flex-direction:column;justify-content:space-between;min-height:100vh;padding:clamp(32px,5vw,72px);display:flex;position:relative;overflow:hidden}.auth-story:after{content:"€";color:#ffffff06;font-family:Georgia,serif;font-size:360px;line-height:.7;position:absolute;bottom:30px;right:-50px;transform:rotate(-8deg)}.auth-copy{z-index:1;max-width:590px;position:relative}.auth-copy h1{letter-spacing:-.045em;margin:0 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,76px);font-weight:500;line-height:1.02}.auth-copy>p:last-child{color:#c5d8d4;max-width:520px;font-size:18px;line-height:1.65}.auth-proof{z-index:1;color:#d7e5e2;flex-wrap:wrap;gap:14px 28px;font-size:14px;display:flex;position:relative}.auth-proof div{align-items:center;gap:8px;display:flex}.auth-proof svg{color:#e5b660}.auth-form-wrap{background:var(--paper);place-items:center;min-height:100vh;padding:40px;display:grid}.auth-form{background:var(--surface);width:min(440px,100%);box-shadow:var(--shadow);border:1px solid #123b3817;border-radius:28px;padding:42px}.auth-icon{width:50px;height:50px;color:var(--green-800);background:var(--green-100);border-radius:16px;place-items:center;margin-bottom:24px;display:grid}.auth-form h2{letter-spacing:-.03em;margin:0;font-family:Georgia,serif;font-size:34px;font-weight:500}.form-intro{color:var(--muted);margin:12px 0 26px;line-height:1.55}.auth-help{text-align:center;color:#899591;margin:18px 0 0;font-size:12px;line-height:1.5}label{color:#29423f;gap:8px;font-size:13px;font-weight:750;display:grid}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #d7ddd9;border-radius:11px;padding:12px 13px;transition:border .15s,box-shadow .15s}input:hover,textarea:hover,select:hover{border-color:#b8c7c2}input:focus,textarea:focus,select:focus{border-color:var(--green-700);outline:none;box-shadow:0 0 0 3px #2f766d1a}input:disabled,textarea:disabled,select:disabled{color:#7b8784;cursor:not-allowed;background:#f2f2ef}textarea{resize:vertical}label+label{margin-top:17px}.optional{color:#87918f;font-weight:500}.field-help{color:var(--muted);font-weight:500;line-height:1.5}.form-stack{gap:18px;display:grid}.form-stack label+label{margin-top:0}.form-grid-two{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-error{color:#913e34;background:var(--red-soft);border:1px solid #efc4bd;border-radius:10px;padding:11px 13px;font-size:13px;font-weight:650}.button{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 15px;font-size:13px;font-weight:800;transition:transform .15s,background .15s,border .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button-primary{color:#fff;background:var(--green-800);box-shadow:0 5px 16px #123b3826}.button-primary:hover:not(:disabled){background:var(--green-950)}.button-secondary{color:var(--green-800);background:#fff;border-color:#d6dedb}.button-secondary:hover:not(:disabled){background:var(--green-50);border-color:#afc2bd}.button-light{color:var(--green-950);background:#fff}.button-ghost-light{color:#fff;background:#ffffff12;border-color:#ffffff42}.button-full{width:100%;margin-top:8px}.button-small{min-height:34px;padding:7px 11px;font-size:12px}.button-quiet{color:var(--muted);border-color:var(--line);background:0 0}.button-danger{color:var(--red);background:#fff;border-color:#e7bdb7}.button-danger:hover:not(:disabled){border-color:var(--red);background:var(--red-soft)}.icon-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:inline-grid}.icon-button:hover{color:var(--green-700);background:var(--green-50)}.icon-button.accent{color:#fff;border-color:var(--green-800);background:var(--green-800)}.text-button{color:var(--green-700);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:5px;font-size:12px;font-weight:800;display:inline-flex}.app-shell{min-height:100vh}.sidebar{z-index:30;color:#dbe9e6;background:linear-gradient(180deg, var(--green-950), #102f2d 70%, #0c2927);flex-direction:column;width:244px;padding:26px 18px 18px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-top{justify-content:space-between;align-items:center;padding:0 7px 24px;display:flex}.sidebar-close{color:#fff;background:0 0;border:0;display:none}.club-badge{background:#ffffff0d;border:1px solid #ffffff14;border-radius:15px;align-items:center;gap:10px;margin:4px 0 24px;padding:12px;display:flex}.club-avatar,.user-avatar{width:34px;height:34px;color:var(--green-950);background:#d9a957;border-radius:11px;flex:none;place-items:center;font-weight:900;display:grid}.club-badge div,.user-tile span:nth-child(2){gap:2px;min-width:0;display:grid}.club-badge small,.user-tile small{color:#92aca7;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.club-badge strong,.user-tile strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.side-nav{gap:5px;display:grid}.side-nav button{color:#afc4c0;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;width:100%;padding:11px 12px;font-size:13px;font-weight:700;display:flex}.side-nav button:hover{color:#fff;background:#ffffff0e}.side-nav button.active{color:#fff;background:#ffffff1a;box-shadow:inset 3px 0 #dfa94b}.user-tile{text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff17;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;margin-top:auto;padding:17px 4px 2px;display:grid}.user-tile svg{color:#809c97}.main-area{min-height:100vh;margin-left:244px}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f1e9e6;border-bottom:1px solid #17302e14;align-items:center;gap:16px;min-height:92px;padding:18px clamp(24px,4vw,54px);display:flex}.topbar h1{letter-spacing:-.03em;margin:0;font-family:Georgia,serif;font-size:27px;font-weight:500}.topbar p{color:var(--muted);margin:4px 0 0;font-size:12px}.topbar-user{border:1px solid var(--line);color:var(--muted);background:#ffffff8c;border-radius:999px;margin-left:auto;padding:7px 11px;font-size:11px;font-weight:750}.mobile-menu,.mobile-nav,.mobile-scrim{display:none}.content-area{width:min(1440px,100%);margin:0 auto;padding:28px clamp(24px,4vw,54px) 60px}.section-stack{gap:20px;display:grid}.panel{background:var(--surface);box-shadow:var(--shadow-small);border:1px solid #17302e17;border-radius:18px}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.panel-heading h2{margin:0;font-family:Georgia,serif;font-size:21px;font-weight:500}.hero-balance{color:#fff;background:radial-gradient(circle at 75% 10%, #d9a95738, transparent 26%), linear-gradient(125deg, var(--green-950), var(--green-800));border-radius:24px;justify-content:space-between;align-items:center;gap:30px;min-height:190px;padding:34px 38px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0d2e2b2e}.hero-balance>div:first-child{z-index:2;display:grid;position:relative}.hero-balance strong{letter-spacing:-.04em;font-family:Georgia,serif;font-size:clamp(40px,5vw,62px);font-weight:500;line-height:1}.hero-balance span{color:#b9d0cb;margin-top:8px;font-size:12px}.balance-actions{z-index:2;flex-wrap:wrap;gap:10px;display:flex;position:relative}.coin{border:1px solid #ffffff1a;border-radius:50%;position:absolute}.coin-one{width:160px;height:160px;bottom:-75px;right:-40px}.coin-two{width:70px;height:70px;top:-28px;right:31%}.stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.stat-card{background:var(--surface);min-height:92px;box-shadow:var(--shadow-small);border:1px solid #17302e14;border-radius:16px;align-items:center;gap:13px;padding:18px;display:flex}.stat-icon{border-radius:13px;flex:none;place-items:center;width:42px;height:42px;display:grid}.stat-icon svg{width:20px}.stat-icon.income{color:var(--green-700);background:var(--green-100)}.stat-icon.expense{color:var(--red);background:var(--red-soft)}.stat-icon.open{color:#9b6a1d;background:var(--amber-soft)}.stat-icon.members{color:#486d85;background:var(--blue-soft)}.stat-card p{color:var(--muted);margin:0 0 4px;font-size:11px}.stat-card strong{font-family:Georgia,serif;font-size:21px;font-weight:500}.dashboard-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.meeting-spotlight{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:14px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;width:calc(100% - 32px);margin:16px;padding:15px;display:grid}.meeting-spotlight:hover{background:var(--green-50);border-color:#b7cbc6}.status-dot{background:var(--green-700);width:9px;height:9px;box-shadow:0 0 0 5px var(--green-100);border-radius:50%}.status-dot.draft{background:var(--amber);box-shadow:0 0 0 5px var(--amber-soft)}.meeting-spotlight div:nth-child(2){gap:4px;display:grid}.meeting-spotlight div:nth-child(2) span{color:var(--muted);font-size:11px}.meeting-count{text-align:right;display:grid}.meeting-count strong{font-family:Georgia,serif;font-size:22px}.meeting-count span{color:var(--muted);font-size:10px}.open-hint,.trust-strip{color:#7a5a22;align-items:center;gap:9px;font-size:12px;display:flex}.open-hint{background:var(--amber-soft);border-radius:10px;margin:0 16px 16px;padding:11px 13px}.trust-strip{color:var(--muted);justify-content:center}.compact-ledger{padding:7px 16px 11px}.compact-row{border-bottom:1px solid #eeede8;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:10px 0;display:grid}.compact-row:last-child{border-bottom:0}.compact-row>div{gap:3px;min-width:0;display:grid}.compact-row>div strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.compact-row>div span{color:var(--muted);font-size:10px}.compact-row>strong{font-size:12px}.entry-glyph{border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.entry-glyph svg{width:17px}.entry-glyph.income{color:var(--green-700);background:var(--green-100)}.entry-glyph.expense{color:var(--red);background:var(--red-soft)}.positive{color:var(--green-700)}.negative{color:var(--red)}.empty-small{min-height:100px;color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.empty-action{width:calc(100% - 32px);min-height:130px;color:var(--green-800);background:var(--green-50);cursor:pointer;border:1px dashed #bdcbc7;border-radius:14px;place-items:center;gap:7px;margin:16px;display:grid}.empty-action span{color:var(--muted);font-size:11px}.section-actions,.ledger-summary-bar{justify-content:space-between;align-items:center;gap:18px;display:flex}.context-summary{align-items:center;gap:12px;display:flex}.summary-icon{width:46px;height:46px;color:var(--green-700);background:var(--green-100);border-radius:14px;place-items:center;display:grid}.summary-icon svg{width:21px}.context-summary div{gap:3px;display:grid}.context-summary span:last-child{color:var(--muted);font-size:11px}.large-empty{text-align:center;background:#ffffff75;border:1px dashed #bdc8c5;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:410px;padding:50px 20px;display:flex}.large-empty>span{width:62px;height:62px;color:var(--green-700);background:var(--green-100);border-radius:20px;place-items:center;display:grid}.large-empty h2{margin:18px 0 8px;font-family:Georgia,serif;font-size:28px;font-weight:500}.large-empty p{max-width:450px;color:var(--muted);margin:0 0 22px;line-height:1.6}.large-empty.compact{background:0 0;border:0;grid-column:1/-1;min-height:250px}.large-empty.compact h2{font-size:22px}.meeting-list{overflow:hidden}.meeting-list-head,.meeting-list-row{grid-template-columns:minmax(280px,1fr) 110px 135px 28px;align-items:center;gap:18px;padding:12px 20px;display:grid}.meeting-list-head{color:#81908c;border-bottom:1px solid var(--line);letter-spacing:.09em;text-transform:uppercase;background:#faf9f5;font-size:10px;font-weight:800}.meeting-list-row{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ebeae4;width:100%}.meeting-list-row:last-child{border-bottom:0}.meeting-list-row:hover{background:var(--green-50)}.meeting-title-cell{align-items:center;gap:13px;min-width:0;display:flex}.date-box{width:44px;height:48px;color:var(--green-800);background:var(--green-100);border-radius:11px;flex:none;align-content:center;place-items:center;line-height:1;display:grid}.date-box.draft{color:#8a5e1b;background:var(--amber-soft)}.date-box strong{font-family:Georgia,serif;font-size:20px}.date-box small{text-transform:uppercase;margin-top:4px;font-size:8px;font-weight:800}.meeting-title-cell>span:last-child{gap:4px;min-width:0;display:grid}.meeting-title-cell>span:last-child strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.meeting-title-cell>span:last-child small,.meeting-progress span,.meeting-progress small{color:var(--muted);font-size:10px}.meeting-progress{display:grid}.meeting-progress strong{font-family:Georgia,serif;font-size:20px}.meeting-progress small{color:#a67526}.status-pill{border-radius:999px;width:fit-content;padding:6px 9px;font-size:9px;font-weight:850}.status-pill.draft{color:#865c1d;background:var(--amber-soft)}.status-pill.closed{color:var(--green-700);background:var(--green-100)}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#091f1d9e;place-items:center;padding:20px;animation:.15s ease-out fadeIn;display:grid;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}}.modal-card{background:var(--surface);border:1px solid #fff6;border-radius:22px;width:min(520px,100%);max-height:calc(100vh - 40px);padding:24px;overflow:auto;box-shadow:0 30px 90px #00000042}.modal-wide{width:min(920px,100%)}.modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.modal-header h2{letter-spacing:-.025em;margin:0;font-family:Georgia,serif;font-size:26px;font-weight:500}.modal-actions{justify-content:flex-end;gap:9px;padding-top:4px;display:flex}.info-box,.warning-box{border-radius:10px;align-items:flex-start;gap:10px;padding:11px 12px;font-size:12px;line-height:1.5;display:flex}.info-box{color:#345651;background:var(--green-50)}.warning-box{color:#805c24;background:var(--amber-soft)}.info-box svg,.warning-box svg{flex:none;margin-top:1px}.meeting-summary-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px;display:grid}.meeting-summary-grid>div{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;column-gap:10px;padding:13px;display:grid}.meeting-summary-grid .summary-symbol{grid-row:1/3}.meeting-summary-grid p{color:var(--muted);margin:0;font-size:10px}.meeting-summary-grid strong{font-family:Georgia,serif;font-size:22px;font-weight:500}.meeting-summary-grid small{color:var(--muted);grid-column:2;font-size:9px}.summary-symbol{border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.summary-symbol.paid{color:var(--green-700);background:var(--green-100)}.summary-symbol.open{color:#94661e;background:var(--amber-soft)}.summary-symbol.people{color:#486d85;background:var(--blue-soft)}.meeting-toolbar,.ledger-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.search-box{background:#fff;border:1px solid #d7ddd9;border-radius:10px;align-items:center;gap:8px;min-width:230px;padding:0 11px;display:flex}.search-box svg{color:#899590;flex:none}.search-box input{box-shadow:none;border:0;padding:10px 0}.legend{color:var(--muted);gap:14px;font-size:10px;display:flex}.legend span{align-items:center;gap:5px;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px}.legend-dot.open{background:var(--amber)}.legend-dot.paid{background:var(--green-700)}.member-check-list{gap:7px;max-height:45vh;padding-right:4px;display:grid;overflow:auto}.member-check-row{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;min-height:58px;padding:8px 9px;display:grid}.member-check-row.status-paid{background:#f3f9f7;border-color:#bad7d0}.member-check-row.status-open{background:#fdf9f0;border-color:#ead2a8}.member-initial{width:35px;height:35px;color:var(--green-800);background:var(--green-100);border-radius:10px;place-items:center;font-weight:850;display:grid}.member-check-row>strong{font-size:13px}.member-status-actions{gap:6px;display:flex}.member-status-actions button{border:1px solid var(--line);min-height:34px;color:var(--muted);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:5px;padding:7px 9px;font-size:10px;font-weight:800;display:inline-flex}.member-status-actions button.selected.open{color:#815817;background:var(--amber-soft);border-color:#e0bc7b}.member-status-actions button.selected.paid{color:#fff;border-color:var(--green-700);background:var(--green-700)}.meeting-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:16px;padding-top:16px;display:flex}.meeting-footer>div{gap:3px;display:grid}.meeting-footer>div span{color:var(--muted);font-size:10px}.meeting-footer-actions{align-items:center;gap:8px;display:flex}.closed-banner{color:var(--green-800);background:var(--green-100);border-radius:11px;gap:10px;margin-bottom:13px;padding:12px 13px;display:flex}.closed-banner div{gap:2px;display:grid}.closed-banner span{font-size:10px}.closed-obligation-list{gap:7px;display:grid}.closed-obligation-row{border:1px solid var(--line);border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;min-height:55px;padding:8px 10px;display:grid}.closed-obligation-row>div{gap:3px;display:grid}.closed-obligation-row>div span{color:var(--muted);font-size:10px}.ledger-summary-bar>div:first-child{display:grid}.ledger-summary-bar>div:first-child span{color:var(--muted);font-size:11px}.ledger-summary-bar>div:first-child strong{font-family:Georgia,serif;font-size:30px;font-weight:500}.ledger-summary-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.ledger-panel{overflow:hidden}.ledger-panel .ledger-toolbar,.members-panel .ledger-toolbar{border-bottom:1px solid var(--line);background:#faf9f5;margin:0;padding:15px 18px}.filter-tabs{color:var(--muted);align-items:center;gap:3px;display:flex}.filter-tabs>svg{margin-right:4px}.filter-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:800}.filter-tabs button.active{color:var(--green-800);background:var(--green-100)}.ledger-head,.ledger-row{grid-template-columns:minmax(260px,1fr) 110px 120px 110px 34px;align-items:center;gap:16px;padding:11px 18px;display:grid}.ledger-head{color:#81908c;border-bottom:1px solid var(--line);letter-spacing:.09em;text-transform:uppercase;font-size:9px;font-weight:850}.ledger-row{border-bottom:1px solid #edebe5;min-height:62px;font-size:11px}.ledger-row:last-child{border-bottom:0}.ledger-row.is-reversal{background:#fbf7f2}.ledger-main{align-items:center;gap:10px;min-width:0;display:flex}.ledger-main>div{gap:3px;min-width:0;display:grid}.ledger-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ledger-main span,.ledger-row>span{color:var(--muted)}.ledger-error{margin:12px 18px}.direction-switch{background:#f0f0eb;border-radius:12px;grid-template-columns:1fr 1fr;gap:8px;padding:4px;display:grid}.direction-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:10px;font-size:12px;font-weight:800;display:flex}.direction-switch button.active{background:#fff;box-shadow:0 2px 8px #00000012}.direction-switch button.active.income{color:var(--green-700)}.direction-switch button.active.expense{color:var(--red)}.money-input{position:relative}.money-input input{padding-right:38px}.money-input>span{color:var(--muted);font-weight:700;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.checkbox-label{cursor:pointer;align-items:center;gap:8px;font-size:11px;display:flex}.checkbox-label input{width:16px}.member-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:16px;display:grid}.member-card{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;align-items:center;gap:3px 11px;min-width:0;padding:13px;display:grid}.member-card.inactive{opacity:.64;background:#f4f3ef}.large-avatar{width:42px;height:42px;color:var(--green-800);background:var(--green-100);border-radius:13px;grid-row:1/3;place-items:center;font-family:Georgia,serif;font-size:19px;display:grid}.member-card>div{gap:3px;min-width:0;display:grid}.member-card>div strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.member-card>div span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.member-card .icon-button{grid-area:1/3/3}.member-state{border-radius:999px;align-items:center;gap:4px;width:fit-content;padding:4px 7px;font-size:9px;font-weight:800;display:inline-flex}.member-state.active{color:var(--green-700);background:var(--green-100)}.member-state.inactive{color:var(--muted);background:#e5e5df}.toggle-row{justify-content:space-between;align-items:center;gap:20px;padding:12px 0;display:flex}.toggle-row>span{gap:4px;display:grid}.toggle-row small{max-width:410px;color:var(--muted);font-weight:500;line-height:1.45}.toggle-row input{width:42px;height:24px;accent-color:var(--green-700)}.settings-grid{grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);align-items:start;gap:18px;display:grid}.settings-main{padding-bottom:20px}.settings-main>.form-stack,.settings-main>.subheading,.settings-main>.settings-divider,.settings-main>.form-error,.settings-main>.settings-save{margin-left:22px;margin-right:22px}.settings-main>.form-stack{padding-top:20px}.heading-icon{width:38px;height:38px;color:var(--green-700);background:var(--green-100);border-radius:11px;place-items:center;display:grid}.heading-icon.small{flex:none;width:34px;height:34px}.heading-icon svg{width:18px}.fixed-fields{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.fixed-fields div{background:#f2f2ed;border-radius:10px;gap:4px;padding:11px;display:grid}.fixed-fields span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.fixed-fields strong{font-size:11px}.settings-divider{background:var(--line);height:1px;margin-top:22px;margin-bottom:19px}.subheading{align-items:flex-start;gap:11px;display:flex}.subheading h3{margin:0 0 4px;font-family:Georgia,serif;font-size:18px;font-weight:500}.subheading p{color:var(--muted);margin:0;font-size:10px}.settings-save{justify-content:flex-end;margin-top:18px;display:flex}.settings-side{gap:18px;display:grid}.panel-body-row{justify-content:space-between;align-items:center;gap:16px;padding:15px;display:flex}.panel-body-row>div{gap:4px;display:grid}.panel-body-row strong{font-size:11px}.panel-body-row span{color:var(--muted);font-size:9px;line-height:1.45}.user-list{padding:7px 15px 13px}.managed-user{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 0;display:grid}.managed-user:last-child{border-bottom:0}.managed-user.inactive{opacity:.55}.managed-user>div{gap:2px;min-width:0;display:grid}.managed-user>div strong,.managed-user>div small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.managed-user>div strong{font-size:11px}.managed-user>div small{color:var(--muted);font-size:9px}.managed-user select{width:108px;padding:6px;font-size:9px}.state-toggle{color:var(--muted);cursor:pointer;background:#e7e7e1;border:0;border-radius:999px;grid-column:3;padding:4px 7px;font-size:8px;font-weight:800}.state-toggle.active{color:var(--green-700);background:var(--green-100)}.role-badge{color:var(--green-700);background:var(--green-100);border-radius:999px;padding:5px 7px;font-size:8px;font-weight:800}.audit-list{padding:9px 17px 16px}.audit-list>div{align-items:flex-start;gap:9px;padding:8px 0;display:flex}.audit-dot{background:var(--green-700);width:7px;height:7px;box-shadow:0 0 0 4px var(--green-100);border-radius:50%;flex:none;margin-top:5px}.audit-list div div{gap:2px;min-width:0;display:grid}.audit-list strong{font-size:10px}.audit-list small{color:var(--muted);font-size:8px}.busy-bar{z-index:200;background:linear-gradient(90deg,#0000,#e1aa4c,#0000) 0 0/45% 100%;height:3px;animation:1s linear infinite busy;position:fixed;top:0;left:244px;right:0}@keyframes busy{0%{background-position:-60% 0}to{background-position:160% 0}}.toast{z-index:220;color:#fff;background:var(--green-950);border-radius:12px;max-width:360px;padding:12px 16px;font-size:12px;font-weight:750;animation:.2s ease-out toastIn;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 40px #00000038}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}}@media (max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.member-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}}@media (max-width:760px){.auth-page{background:var(--green-950);grid-template-columns:1fr}.auth-story{min-height:auto;padding:30px 24px 38px}.auth-copy{margin-top:65px}.auth-copy h1{font-size:42px}.auth-copy>p:last-child{font-size:15px}.auth-proof{display:none}.auth-form-wrap{background:var(--green-950);min-height:auto;padding:0 14px 30px}.auth-form{border-radius:22px;padding:28px 22px}.sidebar{width:min(290px,86vw);transition:transform .2s ease-out;transform:translate(-105%);box-shadow:20px 0 60px #0000003d}.sidebar.sidebar-open{transform:translate(0)}.sidebar-close{display:block}.mobile-scrim{z-index:25;background:#0417157a;border:0;display:block;position:fixed;inset:0}.main-area{margin-left:0;padding-bottom:72px}.topbar{min-height:74px;padding:13px 16px}.topbar h1{font-size:22px}.topbar p,.topbar-user{display:none}.mobile-menu{border:1px solid var(--line);background:var(--surface);border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.mobile-nav{z-index:22;height:68px;padding:5px 8px calc(5px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf9f5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0}.mobile-nav button{color:#80908c;background:0 0;border:0;align-content:center;place-items:center;gap:3px;font-size:8px;font-weight:750;display:grid}.mobile-nav button.active{color:var(--green-800)}.content-area{padding:18px 14px 35px}.hero-balance{min-height:225px;padding:26px 23px;display:grid}.hero-balance strong{font-size:45px}.balance-actions{align-self:end}.stat-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{min-height:88px;padding:13px}.stat-card .stat-icon{width:36px;height:36px}.stat-card strong{font-size:17px}.section-actions,.ledger-summary-bar{align-items:flex-start}.ledger-summary-bar{display:grid}.ledger-summary-actions{justify-content:flex-start}.meeting-list-head{display:none}.meeting-list-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:13px}.meeting-list-row .meeting-progress,.meeting-list-row>svg{display:none}.status-pill{justify-self:end}.modal-backdrop{align-items:end;padding:0}.modal-card{width:100%;max-height:94vh;padding:20px 16px calc(20px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0}.meeting-summary-grid{gap:6px}.meeting-summary-grid>div{flex-direction:column;align-items:flex-start;gap:3px;padding:9px;display:flex}.meeting-summary-grid .summary-symbol{width:29px;height:29px}.meeting-summary-grid small{grid-column:auto}.meeting-toolbar{flex-direction:column;align-items:stretch}.search-box{min-width:0}.legend{justify-content:flex-end}.member-check-list{max-height:46vh}.member-check-row{grid-template-columns:auto 1fr}.member-status-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.member-status-actions button{justify-content:center;min-height:38px}.meeting-footer{flex-direction:column;align-items:stretch}.meeting-footer-actions{flex-direction:column-reverse}.meeting-footer .button{width:100%}.closed-obligation-row{grid-template-columns:auto 1fr}.closed-obligation-row .button{grid-column:1/-1;width:100%}.ledger-panel .ledger-toolbar,.members-panel .ledger-toolbar{flex-direction:column;align-items:stretch}.filter-tabs{overflow-x:auto}.ledger-head{display:none}.ledger-row{grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;padding:13px}.ledger-row>span:nth-child(2){grid-column:1;padding-left:44px}.ledger-row>span:nth-child(3){display:none}.ledger-row>strong{grid-area:1/2}.ledger-row>div:last-child{grid-column:2}.member-grid{grid-template-columns:1fr;padding:11px}.settings-main>.form-stack,.settings-main>.subheading,.settings-main>.settings-divider,.settings-main>.form-error,.settings-main>.settings-save{margin-left:15px;margin-right:15px}.panel-heading{padding:17px 15px}.fixed-fields,.form-grid-two{grid-template-columns:1fr}.toast{bottom:82px;left:14px;right:14px}.busy-bar{left:0}}@media (max-width:430px){.stat-grid{grid-template-columns:1fr}.stat-card{min-height:74px}.meeting-spotlight{grid-template-columns:auto 1fr auto}.meeting-count,.section-actions .context-summary{display:none}.section-actions{justify-content:flex-end}.form-grid-two{grid-template-columns:1fr}}@media print{.sidebar,.topbar,.mobile-nav,.ledger-summary-actions,.ledger-toolbar,.icon-button,.toast{display:none!important}.main-area{margin:0}.content-area{width:100%;padding:0}body{background:#fff}.panel{box-shadow:none;border:0}.ledger-head,.ledger-row{grid-template-columns:minmax(260px,1fr) 100px 100px}.ledger-head span:nth-child(3),.ledger-row>span:nth-child(3),.ledger-head span:last-child,.ledger-row>div:last-child{display:none}.ledger-row{break-inside:avoid}}
