:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#102a43;background:radial-gradient(circle at top right,rgba(56,189,248,.18),transparent 36%),linear-gradient(180deg,#f8fbff,#eef4f8);line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}#app{min-height:100vh}.app-shell{width:min(1100px,calc(100% - 32px));margin:0 auto;padding:24px 0 48px}.app-shell--minimal{width:100%;padding:0}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px}.topbar h1,.panel h2{margin:0}.topnav{display:flex;gap:16px;padding-top:8px}.content{display:grid;gap:24px}.content--login{gap:0}.panel{background:#ffffffe0;border:1px solid rgba(148,163,184,.28);border-radius:20px;padding:24px;box-shadow:0 20px 60px #0f172a14}.bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:60;border-top:1px solid rgba(216,224,232,.95);background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-nav__inner{display:flex;align-items:center;justify-content:space-around;width:min(100%,720px);margin:0 auto;padding:6px 8px calc(6px + env(safe-area-inset-bottom))}.bottom-nav__item{flex:1;min-height:64px;border:0;background:transparent;color:#64748b;display:grid;justify-items:center;align-content:center;gap:4px;font-size:.78rem;font-weight:700;cursor:pointer}.bottom-nav__item--active{color:#f57c00}.bottom-nav__icon{width:22px;height:22px}.form-panel{max-width:520px}.form-grid{display:grid;gap:16px;margin-top:20px}.form-grid label{display:grid;gap:8px;font-weight:600}.form-grid input{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:12px;background:#fff}.form-grid button{border:0;border-radius:12px;padding:12px 16px;background:#0f766e;color:#fff;cursor:pointer}.form-grid button:disabled{opacity:.7;cursor:wait}.eyebrow{margin:0 0 8px;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0f766e}.lede{margin:12px 0 0;max-width:60ch}.error-text{color:#b91c1c}.success-text{color:#047857}.login-screen{min-height:100vh;display:grid;grid-template-rows:minmax(320px,52vh) auto;background:#032846}.login-hero{display:grid;place-items:center;gap:24px;padding:48px 24px 36px;text-align:center;color:#fff}.brand-mark{width:80px;height:80px;display:grid;place-items:center;border-radius:20px;background:#f57c00;color:#fff;box-shadow:0 14px 32px #f57c004d}.brand-mark svg{width:40px;height:40px}.login-brand{display:grid;gap:8px}.login-brand h1{margin:0;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1}.login-brand p{margin:0;color:#e2e8f0b8;font-size:1.1rem}.login-card{position:relative;margin-top:-4px;padding:32px 24px 28px;border-radius:28px 28px 0 0;background:#f8fafc;box-shadow:0 -8px 24px #0216291f}.login-copy{display:grid;gap:10px;margin-bottom:28px}.login-copy h2{margin:0;color:#0f172a;font-size:clamp(1.8rem,3vw,2.3rem);font-weight:800}.login-copy p{margin:0;color:#64748b;font-size:1.05rem;max-width:28ch}.login-form{display:grid;gap:24px}.login-field{display:grid;gap:10px}.login-label{color:#0f172a;font-size:1rem;font-weight:700}.login-field input{width:100%;min-height:60px;padding:0 18px;border:1px solid #d8dee6;border-radius:16px;background:#fff;color:#475569;font-size:1.1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.login-field input::placeholder{color:#94a3b8}.login-field input:focus{border-color:#f57c00;box-shadow:0 0 0 4px #f57c0024}.login-password-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:-10px}.login-link{border:0;padding:0;background:transparent;color:#f57c00;font-size:.98rem;font-weight:700;cursor:pointer}.login-link:focus-visible,.password-toggle:focus-visible,.login-submit:focus-visible{outline:3px solid rgba(245,124,0,.22);outline-offset:2px}.login-field--password{position:relative}.login-field--password input{padding-right:60px}.password-toggle{position:absolute;right:16px;bottom:13px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:#64748b;cursor:pointer}.password-toggle svg{width:22px;height:22px}.login-submit{min-height:60px;border:0;border-radius:16px;background:#f57c00;color:#fff;font-size:1.35rem;font-weight:800;cursor:pointer;box-shadow:0 12px 24px #f57c0038}.login-submit:disabled{opacity:.72;cursor:wait;box-shadow:none}.login-card .error-text,.login-card .success-text{margin:18px 0 0}.home-screen{min-height:100vh;background:#eef2f6}.home-header,.home-toolbar{background:#032846;color:#fff}.home-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 14px}.home-profile{display:flex;align-items:center;gap:14px}.home-brand-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:#f57c00;color:#fff;box-shadow:0 10px 24px #f57c0047}.home-brand-icon svg{width:26px;height:26px}.home-kicker{margin:0 0 2px;font-size:.9rem;font-weight:700;letter-spacing:.06em;color:#e2e8f0c2}.home-profile h1{margin:0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800}.home-logout{border:0;background:transparent;color:#ffffffe0;font-size:1rem;font-weight:700;cursor:pointer}.home-toolbar{padding:0 20px 22px}.home-search{width:100%;min-height:56px;display:flex;align-items:center;gap:12px;padding:0 16px;border-radius:16px;background:#315679ad;color:#e2e8f0ad}.home-search svg{width:22px;height:22px;flex:0 0 auto}.home-search input{width:100%;border:0;background:transparent;color:#fff;font-size:1.2rem;outline:none}.home-search input::placeholder{color:#e2e8f080}.home-filters{display:flex;gap:10px;margin-top:18px;overflow-x:auto;padding-bottom:4px}.filter-pill{border:0;border-radius:999px;min-height:42px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;background:#2a4a69eb;color:#ffffffe0;font-size:1rem;font-weight:700;white-space:nowrap;cursor:pointer}.filter-pill span{min-width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#ffffff1f;font-size:.86rem}.filter-pill--active{background:#f57c00;color:#fff}.project-feed{display:grid;gap:18px;padding:18px 14px 28px}.project-state-card{display:grid;justify-items:center;gap:14px;text-align:center;padding:36px 24px;border-radius:24px;background:#fff;border:1px solid #d8e0e8;box-shadow:0 12px 26px #0f172a14}.project-state-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:#e7eef5;color:#64748b}.project-state-icon svg{width:34px;height:34px}.project-state-icon--error{background:#fee2e2;color:#b91c1c;font-size:2rem;font-weight:900}.project-state-card__title{margin:0;color:#0f172a;font-size:1.4rem;font-weight:800}.project-state-card__text{margin:0;max-width:34ch;color:#64748b;font-size:1rem}.add-project-button{min-height:52px;border:0;border-radius:16px;padding:0 20px;background:#f57c00;color:#fff;font-size:1rem;font-weight:800;cursor:pointer;box-shadow:0 10px 22px #f57c0033}.add-project-button--full{width:100%;min-height:64px;font-size:1.15rem}.project-card{display:grid;gap:18px;padding:22px 20px;border-radius:24px;background:#fff;border:1px solid #d8e0e8;box-shadow:0 12px 26px #0f172a14}.project-card--interactive{width:100%;border:1px solid #d8e0e8;text-align:left;cursor:pointer}.project-card__head,.project-card__budget,.project-card__amounts,.project-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.project-card__head{align-items:flex-start}.project-card h2{margin:0;color:#0f172a;font-size:clamp(1.35rem,2.8vw,2rem);font-weight:800}.project-card__location{margin:8px 0 0;color:#64748b;font-size:1.02rem}.project-status{padding:6px 12px;border-radius:999px;font-size:.95rem;font-weight:800;white-space:nowrap}.project-status--active{background:#2f9e44;color:#fff}.project-status--dark{background:#032846;color:#fff}.project-status--muted{background:#e2e8f0;color:#64748b}.project-label{color:#64748b;font-size:1.02rem;font-weight:700;letter-spacing:.08em}.project-card__budget strong{color:#0f172a;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:900}.project-progress{width:100%;height:14px;overflow:hidden;border-radius:999px;background:#dbe3ea}.project-progress__fill{height:100%;border-radius:999px}.project-progress__fill--accent{background:#f57c00}.project-progress__fill--dark{background:#032846}.project-card__amounts{color:#64748b;font-size:.98rem;border-bottom:1px solid #d8e0e8;padding-bottom:14px}.project-card__footer{color:#0f172a;font-size:1rem;font-weight:700}.project-card__timeline{display:flex;align-items:center;gap:10px}.timeline-dots{display:flex;gap:4px}.timeline-dot{width:8px;height:8px;border-radius:999px;background:#d9e2ea}.timeline-dot--filled{background:#f57c00}.timeline-dot--dark.timeline-dot--filled{background:#032846}.timeline-extra,.project-card__date{color:#64748b;font-weight:500}.project-detail-screen{min-height:100vh;background:#eef2f6}.project-detail-header{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;padding:18px 20px;background:#032846;color:#fff}.project-detail-body{max-width:960px;margin:0 auto;padding:18px 14px 110px}.project-detail-dashboard{display:grid;gap:18px}.dashboard-card{display:grid;gap:18px;padding:24px;border-radius:28px;background:#fff;border:1px solid #d8e0e8;box-shadow:0 12px 26px #0f172a14}.dashboard-card--budget{gap:22px}.dashboard-budget-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dashboard-label{display:inline-block;margin-bottom:8px;color:#64748b;font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-amount{display:block;color:#0f172a;font-size:clamp(1.9rem,4vw,3rem);font-weight:900}.dashboard-progress-block{display:grid;gap:10px}.project-progress--large{height:16px}.project-progress--with-text{position:relative}.project-progress__text{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#032846;font-size:.85rem;font-weight:900}.dashboard-split-values{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#64748b;font-size:.95rem}.dashboard-meta-row{display:flex;flex-wrap:wrap;gap:10px}.dashboard-chip{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:12px;background:#eef3f7;color:#475569;font-size:.92rem;font-weight:700}.dashboard-chip svg{width:16px;height:16px;color:#f57c00}.dashboard-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-action{min-height:92px;border-radius:20px;border:1px solid transparent;display:grid;justify-items:center;align-content:center;gap:8px;cursor:pointer;font-size:1rem;font-weight:800}.dashboard-action svg{width:22px;height:22px}.dashboard-action--primary{background:#f57c00;color:#fff;box-shadow:0 12px 24px #f57c0038}.dashboard-action--secondary{background:#fff;color:#032846;border-color:#03284624}.dashboard-card__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-card__head h2{margin:0;color:#64748b;font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-link{border:0;padding:0;background:transparent;color:#f57c00;font-size:.9rem;font-weight:800;cursor:pointer}.dashboard-empty-copy{color:#64748b;font-size:.98rem}.category-list{display:grid;gap:18px}.category-item{display:grid;gap:10px}.category-item__head,.category-item__meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.category-item__head{color:#0f172a;font-size:.98rem;font-weight:800}.category-item__meta{color:#64748b;font-size:.88rem}.category-progress{height:12px}.expense-list{display:grid;gap:2px}.expense-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}.expense-row+.expense-row{border-top:1px solid #eef3f7}.expense-row__copy{display:grid;gap:4px}.expense-row__title{color:#0f172a;font-size:.98rem;font-weight:700}.expense-row__meta{color:#64748b;font-size:.84rem}.expense-row__amount{color:#0f172a;font-size:.96rem;font-weight:800}.project-detail-header__copy h1{margin:0;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800}.project-detail-header__copy p{margin:6px 0 0;color:#e2e8f0b8}.project-create-screen,.expense-create-screen{min-height:100vh;background:#eef2f6}.project-create-header{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:16px;padding:16px 18px;background:#032846;color:#fff}.project-create-header__copy h1{margin:0;font-size:clamp(1.45rem,3vw,2rem);font-weight:800}.project-create-icon-button{width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:14px;background:transparent;color:#fff;cursor:pointer}.project-create-icon-button--ghost{color:#f57c00}.project-create-icon-button svg{width:24px;height:24px}.project-create-form{display:grid;gap:18px;padding:18px 14px 28px}.expense-create-body{max-width:760px;margin:0 auto;padding:18px 14px 110px}.expense-create-intro{display:grid;gap:6px;margin-bottom:18px}.expense-create-intro h2{margin:0;color:#0f172a;font-size:clamp(1.45rem,2.6vw,1.9rem);font-weight:800}.expense-create-intro p{margin:0;color:#64748b;font-size:1rem}.expense-create-form{display:grid;gap:18px}.expense-create-header__spacer{width:48px;height:48px}.project-form-card{display:grid;gap:22px;padding:20px;border-radius:24px;background:#fff;border:1px solid #d8e0e8;box-shadow:0 12px 26px #0f172a14}.project-form-card__title{display:flex;align-items:center;gap:12px}.project-form-card__title h2{margin:0;color:#0f172a;font-size:clamp(1.25rem,2.5vw,1.7rem);font-weight:800}.project-form-card__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:#eef3f7;color:#032846}.project-form-card__icon--soft{background:#fff1e7;color:#f57c00}.project-form-card__icon--success{background:#e9f7ec;color:#16a34a}.project-form-card__icon svg{width:22px;height:22px}.project-form-grid{display:grid;gap:18px}.project-form-row{display:grid;gap:14px}.project-form-field{display:grid;gap:10px}.project-form-field span{color:#64748b;font-size:.98rem;font-weight:800;letter-spacing:.06em}.project-form-field input,.project-form-field textarea,.project-form-combo select,.expense-create-select{width:100%;border:1px solid #d8dee6;border-radius:16px;background:#f8fafc;color:#475569;outline:none}.project-form-field input,.project-form-combo select,.expense-create-select{min-height:58px;padding:0 16px;font-size:1.05rem}.project-form-field textarea{resize:vertical;min-height:120px;padding:16px;font-size:1.05rem;font-family:inherit}.project-form-field input:focus,.project-form-field textarea:focus,.project-form-combo select:focus,.expense-create-select:focus{border-color:#f57c00;box-shadow:0 0 0 4px #f57c0024}.expense-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.expense-upload-option{min-height:140px;display:grid;justify-items:center;align-content:center;gap:10px;border:2px dashed #d8dee6;border-radius:20px;background:#f8fafc;color:#64748b;cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.expense-upload-option:hover,.expense-upload-option:focus-visible{border-color:#f57c00;color:#f57c00;outline:none}.expense-upload-option svg{width:28px;height:28px}.expense-upload-option span{font-size:1rem;font-weight:700}.expense-receipt-preview{position:relative}.expense-receipt-preview__canvas{min-height:180px;display:grid;place-items:center;border-radius:20px;background:#eef3f7;color:#94a3b8}.expense-receipt-preview__canvas svg{width:54px;height:54px}.expense-receipt-preview__remove{position:absolute;top:12px;right:12px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;background:#032846e6;color:#fff;cursor:pointer}.expense-receipt-preview__remove svg{width:18px;height:18px}.project-form-combo{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:10px}.project-form-note{margin:0;color:#64748b;font-size:.98rem;line-height:1.6}.project-form-feedback{margin:0;padding:0 8px}.project-create-submit{min-height:64px;border:0;border-radius:16px;background:#f57c00;color:#fff;font-size:1.15rem;font-weight:800;cursor:pointer;box-shadow:0 12px 24px #f57c0038}.project-create-submit:disabled{opacity:.72;cursor:wait;box-shadow:none}.admin-screen{min-height:100vh;background:#eef2f6}.admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;background:#032846;color:#fff}.admin-header h1{margin:0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.admin-subtitle{margin:8px 0 0;color:#e2e8f0b8;max-width:44ch}.admin-content{max-width:760px;margin:0 auto;padding:20px 14px 28px}@media(max-width:768px){.topbar{flex-direction:column}.topnav{flex-wrap:wrap}.login-hero{min-height:320px;padding-top:36px}.login-card{padding:28px 20px 24px}.login-password-head{align-items:flex-start;flex-direction:column;gap:6px}.project-card__head,.project-card__budget,.project-card__amounts,.project-card__footer{align-items:flex-start;flex-direction:column}.admin-header{flex-direction:column}.project-detail-header{grid-template-columns:48px 1fr}.project-form-combo{grid-template-columns:1fr}}@media(min-width:900px){.login-screen{grid-template-columns:1fr minmax(420px,520px);grid-template-rows:1fr;min-height:100vh}.login-hero{padding:48px}.login-card{min-height:100vh;margin-top:0;border-radius:32px 0 0 32px;display:flex;flex-direction:column;justify-content:center;padding:48px}.project-feed{grid-template-columns:repeat(2,minmax(0,1fr));padding:24px}.project-feed>.add-project-button--full{grid-column:1 / -1}.project-create-form{max-width:980px;margin:0 auto;padding:24px}.expense-create-body{padding:24px 24px 110px}.admin-content,.project-detail-body{padding:24px}.project-form-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
