:root{color-scheme:light;--background: #f5f7f9;--surface: #ffffff;--surface-soft: #f8fafb;--text: #18212f;--text-muted: #687386;--border: #e3e7ec;--primary: #1f6f64;--primary-dark: #18574f;--primary-soft: #e2f0ed;--danger: #b84a4a;--danger-soft: #f9e8e8;--warning: #9a6518;--warning-soft: #fff1dc;--positive: #1f7864;--shadow: 0 12px 30px rgb(24 33 47 / .06);--radius: 16px;--radius-sm: 10px;--content-width: 1200px}*{box-sizing:border-box}html{min-width:320px;background:var(--background)}body{min-width:320px;margin:0;color:var(--text);background:var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,select,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid #3b8cdd;outline-offset:3px}.skip-link{position:fixed;z-index:10;left:1rem;top:-5rem;padding:.7rem 1rem;border-radius:var(--radius-sm);background:var(--text);color:#fff;transition:top .16s ease}.skip-link:focus{top:1rem}.eyebrow{margin:0 0 .55rem;color:var(--primary);font-size:.75rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.demo-badge{display:inline-flex;align-items:center;width:max-content;padding:.36rem .65rem;border:1px solid var(--border);border-radius:999px;color:var(--text-muted);background:var(--surface);font-size:.76rem;font-weight:650;white-space:nowrap}.button{display:inline-flex;align-items:center;gap:.6rem;min-height:46px;padding:.75rem 1rem;border-radius:10px;font-weight:700;transition:transform .17s ease,background .17s ease,box-shadow .17s ease}.button--primary{color:#fff;background:var(--primary);box-shadow:0 6px 15px #1f6f642e}.button--primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.text-link{color:var(--primary);font-size:.9rem;font-weight:750}.text-link:hover{color:var(--primary-dark);text-decoration:underline}.presentation{width:min(100%,var(--content-width));margin:auto;padding:0 1.25rem 5rem}.presentation__nav{display:flex;align-items:center;justify-content:space-between;min-height:76px}.presentation__brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:750}.presentation__brand b,.brand__mark{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#fff;background:var(--primary)}.hero{max-width:780px;padding:clamp(4rem,13vw,8rem) 0 clamp(5rem,12vw,7rem)}.hero h1{max-width:760px;margin:0;letter-spacing:-.055em;font-size:clamp(2.65rem,8vw,5.6rem);line-height:.98}.hero>p:not(.eyebrow){max-width:650px;margin:1.7rem 0 2.1rem;color:var(--text-muted);font-size:clamp(1.05rem,2.4vw,1.28rem);line-height:1.55}.presentation-section{padding:clamp(3.8rem,9vw,6rem) 0;border-top:1px solid var(--border)}.presentation-section h2{max-width:750px;margin:0;letter-spacing:-.035em;font-size:clamp(1.7rem,4.5vw,3rem);line-height:1.12}.presentation-section>p:not(.eyebrow){max-width:710px;margin:1.2rem 0 0;color:var(--text-muted);font-size:1.06rem;line-height:1.65}.logic-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem;padding:0;margin:2.6rem 0 0;list-style:none}.logic-flow li{position:relative;display:flex;flex-direction:column;gap:1rem;min-height:124px;padding:1.15rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-weight:750;box-shadow:var(--shadow)}.logic-flow li:not(:last-child):after{position:absolute;top:52%;right:-.65rem;color:var(--text-muted);content:"→";z-index:1}.logic-flow span,.pillar-card>span{color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.08em}.section-intro{display:flex;align-items:end;justify-content:space-between;gap:1rem}.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.3rem}.pillar-card{padding:1.4rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.pillar-card h3{margin:1.45rem 0 .45rem;font-size:1.1rem}.pillar-card p{margin:0;color:var(--text-muted);font-size:.94rem;line-height:1.55}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:1.4rem 1rem;border-right:1px solid var(--border);background:var(--surface)}.brand{display:flex;align-items:center;gap:.7rem;padding:.45rem .55rem;border-radius:var(--radius-sm)}.brand strong,.brand small{display:block}.brand strong{font-size:.96rem}.brand small{margin-top:.1rem;color:var(--text-muted);font-size:.72rem}.sidebar__nav{display:grid;gap:.25rem;margin-top:2.6rem}.navigation-link{display:flex;align-items:center;gap:.75rem;min-height:44px;padding:.6rem .7rem;border-radius:var(--radius-sm);color:var(--text-muted);font-size:.92rem;font-weight:650;transition:background .16s ease,color .16s ease,transform .16s ease}.navigation-link:hover{color:var(--text);background:var(--surface-soft)}.navigation-link--active{color:var(--primary-dark);background:var(--primary-soft)}.navigation-link__mark{width:1rem;text-align:center;font-size:.85rem}.sidebar__note{margin-top:auto;padding:.8rem .55rem 0;border-top:1px solid var(--border);color:var(--text-muted);font-size:.73rem;line-height:1.55}.app-main{width:min(100%,1240px);padding:clamp(1.4rem,4vw,3rem);margin:0 auto}.bottom-navigation{display:none}.page-header{display:flex;flex-wrap:wrap;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.page-header h1{margin:0;letter-spacing:-.04em;font-size:clamp(2rem,4vw,2.65rem);line-height:1.05}.page-header__description{max-width:620px;margin:.55rem 0 0;color:var(--text-muted);line-height:1.5}.page-header__actions{display:flex;align-items:center;gap:.55rem}.demo-notice{display:flex;flex:0 0 100%;align-items:center;justify-content:space-between;gap:.8rem;width:100%;margin-top:-.25rem;padding:.65rem .75rem;border:1px solid #b7d7d2;border-radius:9px;color:var(--primary-dark);background:var(--primary-soft);font-size:.82rem;line-height:1.4}.demo-notice button{width:28px;height:28px;border:0;border-radius:6px;color:inherit;background:transparent;font-size:1.15rem}.demo-notice button:hover{background:#1f6f641a}.restore-button,.row-action{min-height:34px;padding:.35rem .6rem;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);background:var(--surface);font-size:.75rem;font-weight:700;transition:border-color .16s ease,color .16s ease,background .16s ease}.restore-button:hover,.row-action:hover{border-color:var(--primary);color:var(--primary-dark);background:var(--primary-soft)}.partial-note{display:flex;align-items:center;gap:.45rem;margin:1.4rem 0 1.1rem;color:var(--text-muted);font-size:.9rem}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.metric-grid--three{grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.metric-card{display:flex;flex-direction:column;gap:.45rem;min-height:143px;padding:1.15rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 2px 7px #18212f05}.metric-card--link{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.metric-card--link:hover{border-color:#cdd9d8;box-shadow:var(--shadow);transform:translateY(-2px)}.metric-card__top{display:flex;align-items:start;justify-content:space-between;gap:.5rem;color:var(--text-muted);font-size:.82rem;font-weight:650}.metric-card>span{color:var(--text-muted);font-size:.82rem;font-weight:650}.metric-card__value{margin-top:auto;font-size:clamp(1.35rem,2.4vw,1.8rem);letter-spacing:-.04em;line-height:1.1}.metric-card__value--positive,.money-positive{color:var(--positive)}.metric-card__value--danger,.money-negative{color:var(--danger)}.metric-card small{color:var(--text-muted);font-size:.76rem}.content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr);gap:1rem;margin-top:1rem}.content-grid--overview{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr)}.section-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 2px 7px #18212f05}.section-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.15rem .9rem}.section-card__header h2{margin:0;font-size:1rem;letter-spacing:-.015em}.agenda-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border)}.agenda-item{display:flex;flex-direction:column;gap:.38rem;min-height:148px;padding:1rem 1.15rem;border-right:1px solid var(--border);transition:background .16s ease}.agenda-item:last-child{border-right:0}.agenda-item:hover{background:var(--surface-soft)}.agenda-item span{color:var(--text-muted);font-size:.78rem;line-height:1.35}.agenda-item strong{margin-top:auto;font-size:1.25rem;letter-spacing:-.03em}.agenda-item small{color:var(--primary);font-size:.73rem;font-weight:700}.agenda-item--danger strong,.agenda-item--danger small{color:var(--danger)}.closing-card{padding:1.2rem;border-top:1px solid var(--border)}.closing-card>div{display:flex;justify-content:space-between;gap:.6rem;color:var(--text-muted);font-size:.8rem}.closing-card>strong{display:block;margin:1.4rem 0 .4rem;font-size:1.6rem;letter-spacing:-.04em}.closing-card p{margin:0;color:var(--text-muted);font-size:.9rem}.closing-card p b{color:var(--text)}.status-badge{display:inline-flex;align-items:center;width:max-content;padding:.28rem .55rem;border-radius:999px;font-size:.71rem;font-weight:750;white-space:nowrap}.status-badge--positive{color:var(--positive);background:var(--primary-soft)}.status-badge--warning{color:var(--warning);background:var(--warning-soft)}.status-badge--danger{color:var(--danger);background:var(--danger-soft)}.status-badge--neutral{color:var(--text-muted);background:var(--surface-soft)}.cash-hero{display:flex;justify-content:space-between;gap:2rem;padding:clamp(1.35rem,3vw,2rem);margin:1.6rem 0 1rem;border-radius:var(--radius);color:#fff;background:linear-gradient(125deg,var(--primary-dark),var(--primary))}.cash-hero .eyebrow{color:#c5e7e0}.cash-hero h2{margin:0;font-size:1rem;font-weight:550}.cash-hero strong{display:block;margin:.5rem 0;font-size:clamp(2.15rem,5vw,3rem);letter-spacing:-.055em}.cash-hero p:not(.eyebrow){max-width:520px;margin:0;color:#d3ebe6;font-size:.9rem;line-height:1.5}.cash-hero__status{display:flex;flex-direction:column;align-items:end;justify-content:start;gap:.7rem;font-size:.82rem;color:#d3ebe6}.cash-hero__status .status-badge{color:var(--primary-dark);background:#fff}.cash-hero--closed{color:var(--text);background:var(--surface);border:1px solid var(--border)}.cash-hero--closed .eyebrow{color:var(--primary)}.cash-hero--closed p:not(.eyebrow),.cash-hero--closed .cash-hero__status{color:var(--text-muted)}.cash-hero--closed .cash-hero__status .status-badge{color:var(--text-muted);background:var(--surface-soft)}.action-bar{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0}.action-bar--split{align-items:end;justify-content:space-between}.button--secondary{border:1px solid #b7d7d2;color:var(--primary-dark);background:var(--primary-soft)}.button--secondary:hover{background:#cfe7e2}.button--danger{border:1px solid transparent;color:#fff;background:var(--danger)}.button--danger:hover{background:#9d3d3d}.button--quiet{border:1px solid var(--border);color:var(--text-muted);background:var(--surface)}.button--quiet:hover{color:var(--text);background:var(--surface-soft)}.operation-form{margin:1rem 0;padding:1.25rem;border:1px solid #cddfdb;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.operation-form__header{display:flex;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.operation-form__header h2{margin:0;font-size:1.15rem;letter-spacing:-.02em}.icon-button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);background:var(--surface);font-size:1.35rem;line-height:1}.icon-button:hover{color:var(--text);background:var(--surface-soft)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.form-field{display:grid;gap:.38rem;color:var(--text-muted);font-size:.78rem;font-weight:700}.form-field--wide{grid-column:span 2}.form-field input,.form-field select{width:100%;min-height:42px;padding:.55rem .65rem;border:1px solid var(--border);border-radius:9px;color:var(--text);background:var(--surface);font-weight:500}.form-field input::placeholder{color:#9ba5b3}.form-field input:focus,.form-field select:focus{border-color:var(--primary);outline:2px solid rgb(31 111 100 / .16)}.form-actions{display:flex;justify-content:end;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.form-error{margin:0 0 1rem;padding:.7rem .8rem;border-radius:9px;color:#873737;background:var(--danger-soft);font-size:.86rem;line-height:1.45}.form-info{margin:0 0 1rem;padding:.7rem .8rem;border-radius:9px;color:var(--text-muted);background:var(--surface-soft);font-size:.86rem;line-height:1.45}.list-divider{border-top:1px solid var(--border)}.transaction-row,.commitment-row{display:flex;align-items:center;gap:1rem;min-height:75px;padding:.9rem 1.15rem;border-bottom:1px solid var(--border)}.transaction-row:last-child,.commitment-row:last-child{border-bottom:0}.transaction-row time{flex:0 0 42px;color:var(--text-muted);font-size:.78rem;font-variant-numeric:tabular-nums}.transaction-row__content,.commitment-row__content{min-width:0;flex:1}.transaction-row h3,.commitment-row h3{margin:0;font-size:.91rem;font-weight:700}.transaction-row p,.commitment-row p{margin:.22rem 0 0;overflow:hidden;color:var(--text-muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.transaction-row>strong{font-size:.91rem;font-variant-numeric:tabular-nums;white-space:nowrap}.payment-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin:0;border-top:1px solid var(--border)}.payment-summary div{padding:1rem 1.15rem;border-bottom:1px solid var(--border)}.payment-summary div:nth-child(odd){border-right:1px solid var(--border)}.payment-summary div:nth-last-child(-n+2){border-bottom:0}.payment-summary dt{color:var(--text-muted);font-size:.8rem}.payment-summary dd{margin:.35rem 0 0;font-size:1.05rem;font-weight:750;letter-spacing:-.025em}.helper-text{margin:0;padding:1rem 1.15rem;color:var(--text-muted);font-size:.8rem;line-height:1.5;background:var(--surface-soft)}.filter-bar{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:1.6rem 0 1rem}.filter-bar fieldset{margin:0;padding:0;border:0}.filter-bar legend,.select-field{color:var(--text-muted);font-size:.78rem;font-weight:700}.filter-bar legend{margin-bottom:.42rem}.segment-control{display:flex;padding:.2rem;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.segment-control button{min-height:36px;padding:.3rem .75rem;border:0;border-radius:7px;color:var(--text-muted);background:transparent;font-size:.85rem;font-weight:700;transition:color .16s ease,background .16s ease}.segment-control button.is-selected{color:var(--primary-dark);background:var(--primary-soft)}.select-field{display:grid;gap:.42rem}.select-field select{min-height:40px;min-width:158px;padding:0 .65rem;border:1px solid var(--border);border-radius:9px;color:var(--text);background:var(--surface)}.filter-bar--history{justify-content:start}.count-label{color:var(--text-muted);font-size:.78rem}.commitment-row__value{display:grid;justify-items:end;gap:.45rem;text-align:right}.commitment-row__value>strong{font-size:.95rem;white-space:nowrap}.commitment-row__value .row-action{min-height:29px}.empty-state{margin:0;padding:2rem 1.15rem;color:var(--text-muted);text-align:center}@media(max-width:960px){.metric-grid{grid-template-columns:repeat(2,1fr)}.content-grid,.content-grid--overview{grid-template-columns:1fr}.sidebar{width:210px}.app-shell{grid-template-columns:210px 1fr}.agenda-list{grid-template-columns:repeat(3,1fr)}.pillar-grid{grid-template-columns:repeat(2,1fr)}.logic-flow{grid-template-columns:repeat(5,minmax(125px,1fr));overflow-x:auto;padding-bottom:.5rem}}@media(max-width:720px){body{padding-bottom:69px}.presentation{padding:0 1rem 2rem}.hero{padding-top:4.4rem}.logic-flow{margin-top:1.8rem}.logic-flow li{min-height:106px}.section-intro{align-items:start;flex-direction:column}.app-shell{display:block}.sidebar{display:none}.app-main{padding:1.35rem 1rem}.bottom-navigation{position:fixed;z-index:5;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.15rem;padding:.45rem .35rem max(.45rem,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-navigation .navigation-link{flex-direction:column;justify-content:center;gap:.15rem;min-height:46px;padding:.25rem;font-size:.65rem}.bottom-navigation .navigation-link__mark{font-size:.78rem}.page-header{margin-bottom:.5rem}.page-header .demo-badge{margin-top:.15rem}.metric-grid,.metric-grid--three{grid-template-columns:repeat(2,1fr);gap:.65rem}.metric-card{min-height:126px;padding:.95rem}.metric-card__value{font-size:1.35rem}.agenda-list{grid-template-columns:1fr}.agenda-item{min-height:97px;border-right:0;border-bottom:1px solid var(--border)}.agenda-item:last-child{border-bottom:0}.agenda-item strong{margin-top:.2rem}.cash-hero{flex-direction:column;gap:1.2rem}.cash-hero__status{align-items:start}.filter-bar,.filter-bar--history{align-items:stretch;flex-wrap:wrap}.action-bar--split{align-items:stretch;flex-direction:column}.action-bar--split .filter-bar{margin:0}.filter-bar .select-field{flex:1;min-width:145px}.select-field select{width:100%}.commitment-row{align-items:start}.commitment-row__value{flex:0 0 auto}.form-grid{grid-template-columns:1fr}.form-field--wide{grid-column:auto}}@media(max-width:390px){.page-header{flex-direction:column}.page-header__actions{width:100%;justify-content:space-between}.metric-grid,.metric-grid--three{grid-template-columns:1fr}.metric-card{min-height:112px}.presentation__nav .demo-badge{max-width:132px;white-space:normal;text-align:right}.pillar-grid,.payment-summary{grid-template-columns:1fr}.payment-summary div,.payment-summary div:nth-child(odd){border-right:0;border-bottom:1px solid var(--border)}.payment-summary div:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
