.crm-page{--crm-surface: var(--surface, #fff);color:var(--ink)}.crm-en{font-size:.55em;color:var(--orange);vertical-align:middle}.crm-connection-strip{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid var(--border);border-radius:12px;margin-bottom:20px;background:var(--surface)}.crm-connection-strip>span{flex:1;font-size:12px}.crm-connection-strip>svg{color:var(--orange);flex-shrink:0}.crm-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:20px 0}.crm-stats>div{padding:17px 20px;background:var(--surface);border:1px solid var(--border);border-radius:14px;display:flex;justify-content:space-between;align-items:center;gap:8px}.crm-stats span{font-size:12px;color:var(--muted)}.crm-stats strong{font-size:28px;font-variant-numeric:tabular-nums}.crm-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.crm-tabs button{border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--muted);padding:10px 14px;display:flex;align-items:center;gap:7px;font-size:12px}.crm-tabs button.active{color:var(--orange);border-color:var(--orange)}.crm-filters{display:flex;gap:12px;margin:18px 0}.crm-filters input{flex:1;min-width:0}.crm-page input:not([type=checkbox]),.crm-page select,.crm-page textarea{width:100%;padding:10px 12px;color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:9px;min-width:0}.crm-filters select{width:auto;max-width:45%}.crm-page textarea{resize:vertical}.crm-page label{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;font-size:12px}.crm-page label>span{color:var(--muted)}.crm-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.crm-column{min-width:0;padding:12px;background:color-mix(in srgb,var(--surface) 55%,transparent);border:1px solid var(--border);border-radius:14px;min-height:215px}.crm-column>header{display:flex;justify-content:space-between;align-items:center;padding:4px 4px 15px;gap:8px}.crm-column h2{font-size:13px;margin:0}.crm-column>header>span{border-radius:6px;padding:3px 8px;font-size:12px;background:var(--surface)}.crm-stage-won>header{color:var(--green)}.crm-stage-accepted>header{color:var(--orange)}.crm-card{width:100%;display:block;text-align:right;color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:16px;margin-bottom:10px;transition:border-color .18s;overflow-wrap:anywhere}.crm-card:hover{border-color:var(--orange)}.crm-card h3{font-size:14px;line-height:1.8;margin:12px 0 4px}.crm-card p{margin:5px 0;font-size:12px;line-height:1.8}.crm-card-top{display:flex;align-items:center;justify-content:space-between;gap:7px}.crm-card-top span{color:var(--orange);font-size:10px}.crm-card-top small,.crm-phone{color:var(--muted);font-size:10px}.crm-card .crm-card-desc{color:var(--muted);max-height:66px;overflow:hidden}.crm-card-next{display:flex;align-items:flex-start;gap:6px;border-top:1px solid var(--border);padding-top:11px;margin-top:12px;font-size:11px}.crm-card-next svg{flex-shrink:0}.crm-card footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:13px;font-size:10px;color:var(--muted)}.crm-empty-column{color:var(--muted);font-size:12px;padding:35px 8px;text-align:center}.crm-human{display:flex;align-items:center;gap:6px;color:var(--orange);font-size:11px;margin:12px 0}.crm-form-panel,.crm-panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px;margin-bottom:18px;min-width:0}.crm-panel h2,.crm-form-panel h2{margin:0 0 18px;font-size:16px}.crm-panel h3{font-size:13px}.crm-panel p,.crm-panel li{line-height:1.9;font-size:12px}.crm-panel small{display:block;font-size:11px;line-height:1.8;color:var(--muted);margin:10px 0}.crm-panel code{overflow-wrap:anywhere;font-size:11px}.crm-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.crm-error{color:var(--red)!important;font-size:12px;line-height:1.8}.crm-notice{padding:12px 16px;border:1px solid var(--border);border-inline-start:3px solid var(--orange);border-radius:8px;font-size:12px}.crm-human-banner{display:flex;align-items:center;gap:10px;color:var(--orange);background:var(--surface);padding:16px;border:1px solid var(--orange);border-radius:12px;margin:16px 0;font-size:13px}.crm-stage-badge{color:var(--orange);background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:9px 14px;font-size:12px}.crm-detail-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:20px}.crm-detail-side{min-width:0}.crm-timeline{list-style:none;margin:25px 0 0;padding:0}.crm-timeline li{padding:0 18px 22px 0;border-right:2px solid var(--border);position:relative;overflow-wrap:anywhere}.crm-timeline li:before{content:"";position:absolute;right:-5px;top:5px;width:8px;height:8px;background:var(--orange);border-radius:50%}.crm-timeline li>div{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.crm-timeline strong{font-size:11px}.crm-timeline time{color:var(--muted);font-size:10px}.crm-timeline p{white-space:pre-wrap}.crm-quote-link{display:flex;width:100%;text-align:right;flex-direction:column;gap:7px;border:1px solid var(--border);border-radius:9px;color:var(--ink);background:transparent;padding:12px;margin:12px 0;font-size:11px}.crm-acceptance{color:var(--green)}.crm-outbox{padding:15px 0;border-bottom:1px solid var(--border);overflow-wrap:anywhere}.crm-outbox strong{font-size:11px}.crm-outbox p{white-space:pre-wrap}.crm-settings-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,1fr);gap:20px}.crm-check{flex-direction:row!important;align-items:flex-start}.crm-check input{margin-top:4px}.crm-checklist>div{padding:12px 0;border-bottom:1px solid var(--border)}.crm-checklist dt{font-size:11px;color:var(--muted)}.crm-checklist dd{margin:6px 0;font-size:12px}.crm-code{display:block;padding:12px 0}.crm-simulator{max-width:700px}.crm-simulator>svg{color:var(--orange);margin-bottom:15px}@media(min-width:1600px){.crm-board{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1100px){.crm-board{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-detail-layout,.crm-settings-layout{grid-template-columns:1fr}.crm-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.crm-board{grid-template-columns:1fr}.crm-panel{padding:16px}.crm-connection-strip{flex-wrap:wrap}.crm-connection-strip .button{width:100%}.crm-tabs button{flex-grow:1;justify-content:center}.crm-filters{flex-direction:column}.crm-filters select{max-width:100%;width:100%}.crm-stats{gap:8px}.crm-stats>div{padding:12px}.crm-stats strong{font-size:22px}.crm-page .page-header{flex-wrap:wrap}.crm-page input,.crm-page textarea,.crm-page select{font-size:16px}}@media(prefers-reduced-motion:reduce){.crm-card{transition:none}}.auth-page{width:100%;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;position:relative;isolation:isolate;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));color:#f2f5fb;background:#060b14}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-5;background:radial-gradient(circle at 50% 43%,#121b2b26,#03070dfa 63%),linear-gradient(145deg,#080e19,#03070d)}.auth-dot-field{position:absolute;top:-15%;right:-15%;bottom:-15%;left:-15%;z-index:-4;opacity:.38;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.4) 1px,transparent 1.6px);background-size:22px 22px;-webkit-mask-image:radial-gradient(ellipse at center,#000 0 24%,rgba(0,0,0,.75) 47%,transparent 76%);mask-image:radial-gradient(ellipse at center,#000 0 24%,rgba(0,0,0,.75) 47%,transparent 76%);animation:auth-dot-drift 18s linear infinite}.auth-dot-field:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0 20%,rgba(6,11,20,.3) 49%,#060b14 82%)}.auth-glow{position:absolute;z-index:-3;border-radius:50%;pointer-events:none;filter:blur(70px)}.auth-glow-orange{width:min(44vw,600px);aspect-ratio:1;top:-22%;right:-9%;background:#ff82002e}.auth-glow-blue{width:min(52vw,720px);aspect-ratio:1;bottom:-38%;left:-12%;background:#3c5e9729}.auth-brand-pill{width:100%;max-width:620px;min-width:0;min-height:56px;z-index:2;justify-self:center;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:8px 10px 8px 16px;border:1px solid rgba(155,170,196,.2);border-radius:99px;background:#1018269e;box-shadow:inset 0 1px #ffffff09,0 18px 54px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-brand-pill>img{width:88px;height:36px;object-fit:contain}.auth-brand-pill>span{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent)}.auth-brand-pill>div{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:99px;color:#cbd5e5;background:#ffffff0b;font-size:11px;white-space:nowrap}.auth-brand-pill svg{color:#ff982f}.auth-stage{width:100%;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;overflow-x:clip;overflow-y:auto;overscroll-behavior:contain;padding:clamp(14px,2.8vh,30px) 0 clamp(10px,2vh,20px)}.auth-card{width:100%;max-width:470px;min-width:0;min-height:max-content;position:relative;overflow:hidden;padding:clamp(25px,4vw,38px);border:1px solid rgba(155,170,196,.22);border-radius:26px;background:linear-gradient(145deg,#172132d1,#0b121ec7);box-shadow:0 30px 90px #00000061,inset 0 1px #ffffff0b;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:auth-card-enter .55s cubic-bezier(.22,1,.36,1) both}.auth-card:before{content:"";position:absolute;width:180px;height:180px;top:-120px;left:-90px;border-radius:50%;border:30px solid rgba(255,130,0,.12);pointer-events:none}.auth-card>img{display:block;width:132px;max-height:55px;object-fit:contain;object-position:right center;margin:0 0 27px auto}.auth-eyebrow{display:block;color:#ff9a32;font-size:11px;font-weight:850;letter-spacing:.08em}.auth-card h1{margin:10px 0 8px;color:#fff;font-size:clamp(29px,6vw,40px);line-height:1.22;letter-spacing:-.025em}.auth-card p{margin:0 0 22px;color:#aeb9cc;font-size:14px;line-height:1.8}.auth-card form{display:grid;gap:14px}.auth-card label{display:grid;gap:8px;color:#d9e0ec;font-size:12px;font-weight:750}.auth-card input{width:100%;min-height:50px;padding:0 15px;border:1px solid #36445d;border-radius:14px;outline:none;color:#f7f9fc;background:#050b15a8;font:inherit;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-card input:focus{border-color:#ff8a18;background:#070e1be0;box-shadow:0 0 0 3px #ff8a1824}.auth-card form>button,.auth-secondary{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:14px;color:#0b111d;background:linear-gradient(135deg,#ffa13f,#ff7810);box-shadow:0 12px 30px #ff820033;font:inherit;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.auth-card form>button:hover{transform:translateY(-1px);box-shadow:0 16px 34px #ff820045}.auth-card button:disabled{cursor:not-allowed;opacity:.52;transform:none}.auth-card>small{display:block;margin-top:16px;color:#7f8ca3;font-size:11px;line-height:1.7;text-align:center}.auth-passkey{width:100%;min-height:62px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;margin:22px 0 0;padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:16px;color:#fff;background:#ffffff0e;text-align:right;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.auth-passkey:hover{border-color:#ff9a327a;background:#ff820017;transform:translateY(-1px)}.auth-passkey>svg:first-child{color:#ff9a32}.auth-passkey>svg:last-child{color:#7f8ca3}.auth-passkey span{min-width:0;display:flex;flex-direction:column;gap:4px}.auth-passkey strong{font-size:13px}.auth-passkey small{color:#8f9bb0;font-size:10px;direction:ltr;text-align:right}.auth-device-note{margin:8px 0 0!important;color:#c99a67!important}.auth-divider{display:flex;align-items:center;gap:12px;margin:19px 0;color:#6f7d92;font-size:10px}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#ffffff17}.auth-error,.auth-notice{display:flex;align-items:flex-start;gap:8px;margin:17px 0;padding:12px 14px;border-radius:12px;font-size:12px;line-height:1.6}.auth-error{border:1px solid rgba(248,113,113,.28);color:#fecaca;background:#7f1d1d33}.auth-notice{border:1px solid rgba(74,222,128,.24);color:#bbf7d0;background:#14532d33}.auth-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:18px;border-radius:15px;color:#ff9a32;background:#ff82001f}.auth-icon.success{color:#72dfb7;background:#16835d24}.auth-secondary{width:100%;color:#fff;border:1px solid #3b4860;background:#202c40;box-shadow:none}.auth-link{display:block;margin:14px auto 0;padding:6px;border:0;color:#bdc8db;background:transparent;font:inherit;font-size:12px;cursor:pointer}.auth-link:hover{color:#ff9a32}.auth-code-form{margin-top:15px;padding:15px;border:1px solid rgba(255,138,24,.22);border-radius:17px;background:#ff8a180e}.auth-code-form input{text-align:center;letter-spacing:.38em;font-size:21px;font-weight:900}.auth-loading{text-align:center}.auth-loading>img{margin-inline:auto}.auth-spinner{width:34px;height:34px;display:block;margin:6px auto 18px;border:3px solid rgba(255,255,255,.12);border-top-color:#ff8212;border-radius:50%;animation:auth-spin .8s linear infinite}.auth-footer{width:100%;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;color:#67758a;font-size:10px}.auth-footer span{color:#ff9228;font-size:9px;font-weight:900;letter-spacing:.12em}.install-app-card.install-app-card-auth{width:100%;max-width:470px;flex:0 0 auto;margin:0;padding:13px 15px;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;color:#f2f5fb;border-color:#ff820038;border-radius:17px;background:#101826b3;box-shadow:0 16px 42px #0003;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.install-app-card-auth .install-app-icon{width:42px;height:42px;border-radius:12px}.install-app-card-auth .install-app-copy strong{color:#fff;font-size:12px}.install-app-card-auth .install-app-copy small{color:#8f9bb0;font-size:9px}.install-app-card-auth .install-app-action{min-height:40px;padding-inline:13px;font-size:11px}.install-app-card-auth .install-app-guide{max-width:150px;padding:8px 10px}.passkey-settings{margin:0 0 18px;padding:22px;border:1px solid rgba(255,130,0,.22);border-radius:16px;background:linear-gradient(140deg,#ff820013,#141a26eb 48%)}.passkey-settings>header{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:14px}.passkey-settings-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;color:var(--orange);background:#ff820021}.passkey-settings h2{margin:0;color:var(--ink);font-size:16px}.passkey-settings header p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.passkey-message{display:flex;align-items:center;gap:8px;margin-top:15px;padding:11px 13px;border-radius:10px;font-size:11px}.passkey-message.warning{color:#f4c273;background:#b66a001f}.passkey-message.error{color:#ffadb5;background:#c43d491f}.passkey-message.success{color:#72dfb7;background:#16835d1f}.passkey-list{display:grid;gap:9px;margin-top:16px}.passkey-list article{display:grid;grid-template-columns:38px 1fr 36px;align-items:center;gap:10px;padding:11px;border:1px solid var(--border);border-radius:11px;background:#ffffff06}.passkey-list article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:#b8c4d7;background:#202b3d}.passkey-list article>div{min-width:0;display:flex;flex-direction:column;gap:4px}.passkey-list strong{color:var(--ink);font-size:12px;overflow-wrap:anywhere}.passkey-list small{color:var(--muted);font-size:9px;line-height:1.6}.passkey-list article>button{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(196,61,73,.25);border-radius:9px;color:#ff929d;background:#c43d491a}.passkey-empty{margin:0;padding:14px;color:var(--muted);border:1px dashed var(--border);border-radius:10px;font-size:11px;text-align:center}.auth-password-checks{display:grid;grid-template-columns:1fr 1fr;gap:7px 10px;margin:-2px 0 2px;padding:0;list-style:none}.auth-password-checks li{position:relative;padding-right:17px;color:#78859a;font-size:9px}.auth-password-checks li:before{content:"";position:absolute;top:3px;right:0;width:8px;height:8px;border:1px solid #526078;border-radius:50%}.auth-password-checks li[data-ok=true]{color:#72dfb7}.auth-password-checks li[data-ok=true]:before{border-color:#36c893;background:#36c893;box-shadow:inset 0 0 0 2px #14231f}html[data-theme=light] .auth-page{color:#20293a;background:#edf1f6}html[data-theme=light] .auth-page:before{background:radial-gradient(circle at 50% 43%,#ffffffb3,#e7ecf3fa 68%),linear-gradient(145deg,#f8fafc,#e9edf3)}html[data-theme=light] .auth-dot-field{opacity:.3;background-image:radial-gradient(circle,rgba(40,51,74,.32) 1px,transparent 1.6px)}html[data-theme=light] .auth-dot-field:after{background:radial-gradient(circle at center,transparent 0 20%,rgba(241,244,248,.2) 49%,#edf1f6 84%)}html[data-theme=light] .auth-brand-pill{border-color:#4e5b702e;background:#ffffffb8;box-shadow:0 18px 50px #2d394d1a}html[data-theme=light] .auth-brand-pill>img,html[data-theme=light] .auth-card>img{filter:brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(1168%) hue-rotate(182deg) brightness(91%) contrast(92%)}html[data-theme=light] .auth-brand-pill>div{color:#3b4658;background:#28334a0f}html[data-theme=light] .auth-card{border-color:#63708538;background:linear-gradient(145deg,#fffffff2,#f5f7faeb);box-shadow:0 30px 80px #2d394d26,inset 0 1px #fffc}html[data-theme=light] .auth-card h1{color:#20293a}html[data-theme=light] .auth-card p{color:#687386}html[data-theme=light] .auth-card label{color:#354054}html[data-theme=light] .auth-card input{color:#20293a;border-color:#cfd5df;background:#fff}html[data-theme=light] .auth-notice{color:#855100;border-color:#b66a003d;background:#fff6dc}html[data-theme=light] .auth-error{color:#9f2834;border-color:#c43d493d;background:#fff0f1}html[data-theme=light] .auth-passkey{color:#20293a;border-color:#d7dce4;background:#28334a09}html[data-theme=light] .auth-passkey:hover{background:#ff820014}html[data-theme=light] .auth-secondary{color:#fff;background:#28334a}html[data-theme=light] .auth-link{color:#4e5a6d}html[data-theme=light] .auth-footer{color:#687386}@keyframes auth-spin{to{transform:rotate(360deg)}}@keyframes auth-dot-drift{to{transform:translate3d(22px,22px,0)}}@keyframes auth-card-enter{0%{opacity:0;transform:translateY(26px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:650px){.auth-page{padding-inline:14px}.auth-brand-pill{min-height:50px;grid-template-columns:auto 1fr auto;gap:10px;padding:6px 8px 6px 10px}.auth-brand-pill>img{width:72px;height:31px}.auth-brand-pill>div{padding:7px 9px;font-size:9px}.auth-stage{gap:14px;padding:18px 0 10px}.auth-card{padding:24px 19px;border-radius:21px}.auth-card>img{width:112px;margin-bottom:23px}.auth-card h1{font-size:30px}.auth-card p{font-size:13px}.auth-glow-orange{width:90vw;top:-15%;right:-45%}.auth-glow-blue{width:110vw;bottom:-25%;left:-55%}.auth-footer{flex-direction:column;gap:2px}.install-app-card-auth{grid-template-columns:40px minmax(0,1fr)}.install-app-card-auth .install-app-action,.install-app-card-auth .install-app-guide{grid-column:1 / -1;width:100%;max-width:none}.passkey-settings{padding:16px}.passkey-settings>header{grid-template-columns:44px 1fr;align-items:start}.passkey-settings-icon{width:44px;height:44px}.passkey-settings header .button{grid-column:1 / -1;width:100%}}@media(max-height:820px){.auth-page{padding-top:max(10px,env(safe-area-inset-top));padding-bottom:max(8px,env(safe-area-inset-bottom))}.auth-brand-pill{min-height:48px}.auth-stage{justify-content:flex-start;gap:10px;padding:10px 0 6px}.auth-card{padding-block:20px}.auth-card>img{width:108px;max-height:42px;margin-bottom:14px}.auth-card h1{margin-block:7px 5px;font-size:31px}.auth-card p{margin-bottom:14px;font-size:12px}.auth-passkey{min-height:54px;margin-top:14px}.auth-divider{margin-block:12px}.auth-card form{gap:10px}.auth-card input,.auth-card form>button{min-height:46px}.auth-link{margin-top:9px}.auth-card>small{margin-top:10px}}@media(prefers-reduced-motion:reduce){.auth-spinner{animation-duration:1.8s}.auth-dot-field,.auth-card{animation:none}}.project-expense-panel{border-color:#ff82003d}.project-expense-panel .section-heading{flex-wrap:wrap}.project-expense-panel .section-heading h2{font-size:21px}.project-expense-panel .section-heading p{font-size:13px}.project-expense-private{display:flex;align-items:flex-start;gap:8px;margin-bottom:18px;color:#c4cedd;font-size:12px;line-height:1.7}.project-expense-private svg{flex-shrink:0;margin-top:2px;color:var(--orange)}.project-budget-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:16px;border-radius:13px;border:1px solid var(--border);background:#ffffff06}.project-budget-form label>span{font-size:13px}.project-budget-form input{font-size:16px}.project-budget-form button{min-height:48px}.project-budget-form p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:12px;line-height:1.7}.project-budget-saved{grid-column:1 / -1;color:#72dfb7;font-size:13px}.project-budget-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0}.project-budget-metrics>div{display:flex;flex-direction:column;gap:8px;min-width:0;padding:16px;border:1px solid var(--border);border-radius:13px;background:linear-gradient(135deg,#3c495e52,#141d29bf)}.project-budget-metrics small{color:#b2bece;font-size:13px}.project-budget-metrics strong{color:#fff;font-size:20px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.project-budget-metrics [data-metric=pending] strong{color:#ffc073}.project-budget-metrics [data-metric=remaining] strong{color:#72dfb7}.project-budget-metrics .over-budget strong{color:#ff9fa5}.project-budget-status{display:flex;align-items:flex-start;gap:9px;padding:13px;border:1px solid rgba(94,123,155,.3);border-radius:11px;background:#4b637e1a}.project-budget-status svg{flex-shrink:0;color:#a8c9ec}.project-budget-status strong{display:block;color:#e5ebf5;font-size:13px;line-height:1.8}.project-budget-status small{display:block;margin-top:5px;color:#a0adbf;font-size:12px;line-height:1.8}.project-budget-status.over-budget{border-color:#eb5a6461;background:#c43d491a}.project-budget-status.over-budget strong,.project-budget-status.over-budget svg{color:#ffabb0}.project-expense-notice{padding:12px;color:#8ce2bd;border:1px solid rgba(64,174,133,.2);border-radius:10px;background:#16835d1a;font-size:13px;line-height:1.8}.project-expense-categories{margin-top:16px;border:1px solid var(--border);border-radius:11px;padding:12px}.project-expense-categories summary{color:#ccd6e5;cursor:pointer;font-size:13px;font-weight:700}.project-expense-categories dl{margin:10px 0 0}.project-expense-categories dl>div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}.project-expense-categories dd{margin:0;text-align:left}.project-expense-categories dd small{display:block;margin-top:4px;color:var(--muted)}.project-expense-records{display:grid;gap:12px;margin-top:18px}.project-expense-records>article{min-width:0;padding:15px;border:1px solid var(--border);border-radius:13px;background:#121a2794}.project-expense-record-head,.project-expense-record-foot{display:flex;justify-content:space-between;align-items:center;gap:12px}.project-expense-record-head strong{color:#e8edf5;font-size:15px}.project-expense-record-head .amount{color:#ffc073;font-size:17px;direction:ltr;font-weight:800}.project-expense-records article p{color:#b5c1d1;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.8}.project-expense-record-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px 14px;font-size:12px;color:#a7b3c4}.project-expense-record-meta time{direction:ltr}.project-expense-record-foot{flex-wrap:wrap;margin-top:12px;padding-top:10px;border-top:1px solid var(--border)}.project-expense-record-foot small{color:#8d9aaf;font-size:12px;overflow-wrap:anywhere}.project-expense-record-foot .button{font-size:12px}@media(max-width:650px){.project-budget-form{grid-template-columns:1fr}.project-budget-metrics>div{padding:12px}.project-budget-metrics strong{font-size:16px}.project-expense-record-head{flex-wrap:wrap}.project-expense-panel .section-heading>.button{width:100%}}@media print{.project-expense-panel{display:none!important}}html[data-theme=light] .project-expense-private{color:var(--muted)}html[data-theme=light] .project-budget-form{background:#f8f9fb}html[data-theme=light] .project-budget-metrics>div{background:linear-gradient(135deg,#f5f7fa,#fff)}html[data-theme=light] .project-budget-metrics small{color:var(--muted)}html[data-theme=light] .project-budget-metrics strong{color:var(--ink)}html[data-theme=light] .project-budget-metrics [data-metric=pending] strong{color:#9a5900}html[data-theme=light] .project-budget-metrics [data-metric=remaining] strong{color:#126847}html[data-theme=light] .project-budget-status strong,html[data-theme=light] .project-expense-record-head strong{color:var(--ink)}html[data-theme=light] .project-budget-status small,html[data-theme=light] .project-expense-records article p,html[data-theme=light] .project-expense-record-meta,html[data-theme=light] .project-expense-record-foot small{color:var(--muted)}html[data-theme=light] .project-expense-categories summary{color:#3f4c61}html[data-theme=light] .project-expense-records>article{background:#fff}.project-collection-panel{border-color:#50b48f4d}.project-collection-panel .section-heading{flex-wrap:wrap}.project-collection-panel .section-heading h2{font-size:21px}.project-collection-panel .section-heading p{font-size:13px}.project-closure-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.project-closure-cards>article:only-child{grid-column:1 / -1}.project-closure-cards>article{min-width:0;padding:16px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(140deg,#37455b4d,#131c2a99)}.project-closure-cards>article.done{border-color:#4cbf8e59;background:linear-gradient(140deg,#206f543d,#131c2a99)}.project-closure-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,130,0,.25);background:#ff820014;color:var(--orange);margin-bottom:12px}.done .project-closure-icon{border-color:#4cbf8e4d;background:#4cbf8e1a;color:#8ee1be}.project-closure-cards h3{margin:0 0 8px;font-size:15px;color:#b7c4d4}.project-closure-cards strong{font-size:18px;line-height:1.6;color:#eef3fb}.project-closure-cards p{margin:8px 0 0;font-size:13px;color:#acb8ca;line-height:1.8}.project-closure-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.project-closure-actions .button{font-size:13px}.project-closure-result{margin-top:14px}.project-collection-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.project-collection-metrics>div{display:flex;flex-direction:column;gap:9px;padding:14px;min-width:0;border-radius:12px;border:1px solid var(--border);background:#455a7321}.project-collection-metrics small,.project-collection-metrics span{color:#aab8ca;font-size:12px}.project-collection-metrics strong{font-size:19px;color:#e9f2fc;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.project-collection-metrics>div:nth-child(2) strong{color:#8ee1be}.project-collection-metrics .button{min-height:30px;padding:4px 0;font-size:12px;justify-content:flex-start}.project-collection-progress{margin-top:18px}.project-collection-progress>div{display:flex;justify-content:space-between;margin-bottom:9px;color:#c8d5e7;font-size:13px}.project-collection-progress progress{display:block;width:100%;height:9px;border:0;border-radius:9px;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#263344;accent-color:#63c69c}.project-collection-progress progress::-webkit-progress-bar{background:#263344;border-radius:9px}.project-collection-progress progress::-webkit-progress-value{background:linear-gradient(90deg,#338d6b,#8ee1be);border-radius:9px}.project-collection-progress progress::-moz-progress-bar{background:#63c69c}.project-collection-alert{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:12px;background:#ff820014;border:1px solid rgba(255,130,0,.24);border-radius:11px;font-size:13px;line-height:1.8;color:#f1c285}.project-collection-alert svg{flex-shrink:0;margin-top:3px}.project-revenue-ledger{margin-top:20px;padding-top:15px;border-top:1px solid var(--border)}.project-revenue-ledger>summary{color:#d4deec;cursor:pointer;font-size:15px;font-weight:700}.project-revenue-ledger>summary span{margin-inline-start:6px;color:#8ee1be}.project-collection-panel .project-expense-record-head .amount{color:#8ee1be}#project-execution-log{scroll-margin-top:100px}@media(max-width:650px){.project-closure-cards,.project-collection-metrics{grid-template-columns:1fr}.project-collection-panel .section-heading>.button{width:100%}}@media print{.project-collection-panel{display:none!important}}html[data-theme=light] .project-closure-cards>article{background:linear-gradient(140deg,#f5f7fa,#fff)}html[data-theme=light] .project-closure-cards>article.done{background:linear-gradient(140deg,#edf8f3,#fff)}html[data-theme=light] .project-closure-cards h3,html[data-theme=light] .project-collection-metrics small,html[data-theme=light] .project-collection-metrics span{color:var(--muted)}html[data-theme=light] .project-closure-cards strong,html[data-theme=light] .project-collection-metrics strong,html[data-theme=light] .project-collection-progress>div,html[data-theme=light] .project-revenue-ledger>summary{color:var(--ink)}html[data-theme=light] .project-closure-cards p{color:#566276}html[data-theme=light] .project-collection-metrics>div{background:#f7f9fb}html[data-theme=light] .project-collection-alert{color:#80500a;background:#fff8ef}.client-directory-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}.client-directory-stats>div{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:14px;border:1px solid var(--border);background:linear-gradient(140deg,#3d4c6359,#141c28bf)}.client-directory-stats strong{font-size:27px;color:#edf3fc}.client-directory-stats span{font-size:13px;color:#b5c2d3}.client-directory-stats>div:nth-child(3) strong{color:#8ee1be}.client-directory-stats>div:nth-child(4) strong{color:#f8c589}.client-directory-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.client-directory-tabs button{padding:10px 22px;border:1px solid var(--border);border-radius:11px;background:#25304366;color:#b6c3d5;font-size:14px;font-weight:700}.client-directory-tabs button.active{background:#ff820026;border-color:#ff820080;color:#ffc180}.client-directory .toolbar{flex-wrap:wrap;gap:12px}.client-directory .search-field{flex:1;min-width:min(100%,320px)}.client-directory .toolbar select{min-height:46px;border:1px solid var(--border);border-radius:11px;padding:10px 14px;background:#182131;color:#e0e8f4;font-size:14px}.client-directory .client-table{min-width:700px}.client-directory .client-table td{vertical-align:middle;padding:17px 12px}.client-directory .client-table td:first-child{min-width:220px;max-width:290px}.client-directory .client-table td strong{font-size:15px;white-space:normal}.client-directory .client-table td small{font-size:12px;line-height:1.7;max-width:260px;white-space:normal}.client-directory .client-table td .badge{margin-top:7px;margin-inline-end:5px}.client-directory .client-open-button{white-space:nowrap;font-size:13px}.client-directory-note,.client-duplicate-hint{padding:15px;border:1px solid rgba(255,130,0,.25);border-radius:12px;color:#f3c68e;background:#ff82000f;margin-bottom:16px;font-size:13px;line-height:1.8}.client-directory-note{display:flex;gap:10px;align-items:center}.client-directory-note p{margin:0}.client-directory-note svg{flex-shrink:0}.client-duplicate-hint{display:grid;gap:6px;margin:0}.client-source-card{margin-bottom:20px}.client-source-card summary{cursor:pointer;color:#b9cbe1;font-size:14px}.client-source-record{display:grid;gap:5px;padding:12px 0;border-bottom:1px solid var(--border);font-size:13px;line-height:1.8}.client-source-record span,.client-source-record p{color:#aab8ca;margin:0}.project-closure-cards p{overflow-wrap:anywhere;white-space:pre-wrap}@media(max-width:760px){.client-directory-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}html[data-theme=light] .client-directory-stats>div{background:#fff;box-shadow:0 10px 26px #2a364a12}html[data-theme=light] .client-directory-stats strong{color:var(--ink)}html[data-theme=light] .client-directory-stats span{color:var(--muted)}html[data-theme=light] .client-directory-tabs button{color:#4d596c;background:#fff}html[data-theme=light] .client-directory-tabs button.active{color:#9d4f00;background:#fff4e8}html[data-theme=light] .client-directory .toolbar select{color:var(--ink);background:#fff}html[data-theme=light] .client-directory-note,html[data-theme=light] .client-duplicate-hint{color:#80500a;background:#fff8ef}html[data-theme=light] .client-source-card summary{color:#3d4b60}html[data-theme=light] .client-source-record span,html[data-theme=light] .client-source-record p{color:var(--muted)}.recurring-clients{list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:12px;padding:0;margin:0}.recurring-clients>li{min-width:0}.recurring-client{border:1px solid var(--border);border-radius:14px;background:linear-gradient(145deg,#7e97bf14,#7e97bf06);overflow:hidden}.recurring-client summary{display:flex;flex-direction:column;gap:12px;padding:16px;cursor:pointer;list-style:none}.recurring-client summary::-webkit-details-marker{display:none}.recurring-client summary:hover{background:var(--navy-soft)}.recurring-client summary:focus-visible{outline:2px solid var(--orange);outline-offset:-3px;border-radius:13px}.recurring-client-heading{display:flex;align-items:center;justify-content:space-between;color:var(--muted)}.recurring-client-rank{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;font-size:14px;font-weight:800;background:var(--navy-soft);color:var(--ink)}.recurring-clients>li:first-child .recurring-client{border-color:#ff8a1866;background:linear-gradient(145deg,#ff8a1817,#7e97bf06)}.recurring-clients>li:first-child .recurring-client-rank{color:var(--orange-deep);background:var(--orange-soft)}.recurring-client-name{min-height:3.2em;color:var(--ink);font-size:15px;line-height:1.6;overflow-wrap:anywhere}.recurring-client-count{color:var(--muted);font-size:13px}.recurring-client-count b{color:var(--ink);font-size:25px;line-height:1;font-variant-numeric:tabular-nums;margin-inline-end:4px}.recurring-client-bar{height:6px;display:block;border-radius:99px;overflow:hidden;background:var(--navy-soft)}.recurring-client-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--orange),var(--orange-deep))}.recurring-client-toggle{display:flex;align-items:center;justify-content:space-between;gap:6px;color:var(--muted);font-size:12px}.recurring-client[open] .recurring-client-toggle svg{transform:rotate(180deg)}.recurring-client-projects{display:grid;gap:7px;padding:12px;border-top:1px solid var(--border)}.recurring-client-projects button{display:grid;gap:6px;width:100%;padding:10px;text-align:start;border:1px solid transparent;border-radius:9px;color:var(--ink);background:var(--navy-soft)}.recurring-client-projects button:hover{border-color:var(--orange)}.recurring-client-projects button:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.recurring-client-projects strong{font-size:13px;line-height:1.7;overflow-wrap:anywhere}.recurring-client-projects span{display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:12px;color:var(--muted)}@media(prefers-reduced-motion:no-preference){.recurring-client,.recurring-client summary,.recurring-client-toggle svg{transition:background-color .2s ease,border-color .2s ease,transform .2s ease}}@media(max-width:1200px){.recurring-clients{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.recurring-clients{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:440px){.recurring-clients{grid-template-columns:minmax(0,1fr)}.recurring-client-name{min-height:0}}.project-commercial-panel{padding:22px;margin-bottom:20px;background:linear-gradient(140deg,#ff8b1a13,#232b39b3);border:1px solid rgba(255,150,50,.24);border-radius:20px}.commercial-heading,.commercial-quote,.commercial-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}.commercial-heading h2{margin:6px 0;font-size:23px}.project-commercial-panel p,.project-commercial-panel small{color:var(--muted,#b8c1d1);line-height:1.8}.commercial-steps{display:flex;gap:8px;flex-wrap:wrap;list-style:none;padding:0;margin:20px 0;counter-reset:commercial}.commercial-steps li{counter-increment:commercial;background:#78879b1f;padding:10px 13px;border-radius:10px;font-size:14px}.commercial-steps li:before{content:counter(commercial) " · ";color:#ffae57}.commercial-steps [aria-current]{border:1px solid #ff8a16;color:#ffbd79}.commercial-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.commercial-metrics>div{display:grid;gap:7px;padding:14px;background:#141b27a6;border:1px solid #344052;border-radius:12px}.commercial-metrics strong{font-size:21px}.commercial-quote{padding:16px 0;border-block:1px solid #344052}.commercial-actions{margin:20px 0;align-items:end}.commercial-actions label{display:grid;gap:8px;flex:1 1 260px}.commercial-actions select{width:100%}.commercial-budget summary{cursor:pointer;font-size:17px;font-weight:700}.commercial-table-scroll{overflow:auto;max-width:100%}.commercial-budget table{min-width:680px;width:100%;font-size:14px}.commercial-budget th,.commercial-budget td{padding:12px;text-align:right;white-space:normal}.commercial-budget td small{display:block}.commercial-breakdown{display:grid;gap:4px}.commercial-breakdown>div{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid #303b4c}.commercial-breakdown dd{margin:0;white-space:nowrap}.project-approval-group{padding:20px;border:1px solid #364156;border-radius:18px;background:#1c243273}.project-approval-group.approved{border-color:#31c39459}.project-approval-heading{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-bottom:15px}.project-approval-heading h2{margin:0 0 6px}.project-approval-heading p{margin:0;color:var(--muted,#b8c1d1)}.project-card-approval{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0;font-size:13px}.quote-project-link{border:1px solid #465065;padding:16px;border-radius:12px;display:grid;gap:12px}.quote-project-link label{display:grid;gap:8px}.quote-project-link p{margin:0;color:var(--muted,#b8c1d1)}.quote-item-internal{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid #303c50;padding-top:10px}.quote-item-internal label{display:grid;gap:6px}.quote-item-internal label>span{font-size:13px;color:#bcc7d8}@media(max-width:650px){.commercial-metrics,.quote-item-internal{grid-template-columns:1fr}.project-commercial-panel,.project-approval-group{padding:14px}.commercial-actions>*{width:100%}.commercial-heading h2{font-size:20px}.commercial-breakdown>div{flex-wrap:wrap}}html[data-theme=light] .project-commercial-panel{background:linear-gradient(140deg,#fff7ee,#fff 58%)}html[data-theme=light] .commercial-steps li{color:#465267;background:#eef1f5}html[data-theme=light] .commercial-steps [aria-current]{color:#9d4f00;background:#fff2e4}html[data-theme=light] .commercial-metrics>div,html[data-theme=light] .project-approval-group{color:var(--ink);background:#fff;border-color:var(--border)}html[data-theme=light] .commercial-quote,html[data-theme=light] .commercial-breakdown>div,html[data-theme=light] .quote-item-internal{border-color:var(--border)}html[data-theme=light] .quote-project-link{border-color:var(--border);background:#fff}html[data-theme=light] .quote-item-internal label>span{color:#4f5b6e}.project-navigation{position:sticky;top:74px;scroll-margin-top:74px;z-index:25;display:flex;gap:6px;padding:8px;margin:0 0 24px;background:#141b27f2;border:1px solid #354052;border-radius:15px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 8px 24px #00000021;overflow-x:auto}.project-navigation button{flex:1 0 auto;display:flex;justify-content:center;align-items:center;gap:9px;padding:13px 15px;border:0;border-radius:10px;background:transparent;color:#b7c2d3;font:inherit;font-size:15px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .18s,color .18s}.project-navigation button:hover{background:#8e9baf1f;color:#fff}.project-navigation button[aria-current=page]{background:#ff8b1a26;color:#ffb566;box-shadow:inset 0 0 0 1px #ff8b1a47}.project-navigation button:focus-visible{outline:2px solid #ffb566;outline-offset:-2px}.project-inner-page{min-width:0;scroll-margin-top:158px}.project-inner-page[hidden]{display:none!important}.project-inner-page:not([hidden]){animation:project-page-enter .2s ease-out}.project-inner-page:focus{outline:none}.project-inner-page>.panel,.project-inner-page>.section-card{margin-bottom:0}.project-summary{padding:4px 0}.project-summary .definition-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:36px}.project-summary .definition-list>div{min-width:0;align-items:start}.project-summary .definition-list dd{overflow-wrap:anywhere}.project-summary-description{line-height:1.9;margin:24px 0;color:#c0cad8;white-space:pre-wrap}.project-summary-next{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 0;border-block:1px solid #354052}.project-summary-next strong{font-size:18px}.project-summary-next p{margin:7px 0 0;color:#aebacf;line-height:1.8}.project-summary-settings{margin-top:24px}.project-summary-settings summary{cursor:pointer;font-size:16px;color:#c8d3e3;padding:10px 0}.project-summary-settings .workflow-mode-field{margin:12px 0 0}.project-inner-page .commercial-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.project-page-link{margin-bottom:18px;display:flex;justify-content:space-between;gap:16px;align-items:center;color:#b7c2d3}.project-page-link p{margin:0;line-height:1.7}@keyframes project-page-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.project-inner-page .commercial-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.project-navigation button{font-size:14px;padding:12px}}@media(max-width:650px){.project-navigation{top:66px;margin-bottom:18px}.project-navigation button{flex:0 0 auto}.project-summary .definition-list{grid-template-columns:1fr}.project-summary-next,.project-page-link{align-items:stretch;flex-direction:column;gap:12px}.project-inner-page{scroll-margin-top:145px}}@media(prefers-reduced-motion:reduce){.project-inner-page:not([hidden]){animation:none}.project-navigation button{transition:none}}html[data-theme=light] .project-navigation{background:#fffffff2;border-color:var(--border);box-shadow:0 8px 24px #2a364a14}html[data-theme=light] .project-navigation button{color:#4f5b6e}html[data-theme=light] .project-navigation button:hover{color:var(--ink);background:#eef1f5}html[data-theme=light] .project-navigation button[aria-current=page]{color:#9d4f00;background:#fff2e4}html[data-theme=light] .project-summary-description,html[data-theme=light] .project-summary-next p,html[data-theme=light] .project-page-link{color:var(--muted)}html[data-theme=light] .project-summary-next{border-color:var(--border)}html[data-theme=light] .project-summary-settings summary{color:#3f4c61}
