@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Source+Sans+3:wght@400;600;700&display=swap";:root{--page-bg:#f4efe6;--page-bg-deep:#e9e0d2;--ink-900:#182625;--ink-700:#254e49;--ink-600:#4e625f;--ink-500:#6e7f7c;--leaf-700:#446f56;--amber-700:#9d6c1f;--brick-700:#9e463f;--heading-font:"Space Grotesk", "Segoe UI", sans-serif;--body-font:"Source Sans 3", "Segoe UI", sans-serif;font-family:var(--body-font);color:var(--ink-900);background:radial-gradient(circle at top left, #c2a67a38, transparent 24%), radial-gradient(circle at bottom right, #7ca48b38, transparent 30%), linear-gradient(180deg, var(--page-bg), var(--page-bg-deep));font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}a,button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%}#root{min-height:100vh}h1,h2,h3{font-family:var(--heading-font);letter-spacing:-.03em;color:var(--ink-900)}h1{margin:0;font-size:clamp(2.5rem,4vw,4.8rem);line-height:.98}h2{font-size:clamp(1.25rem,2vw,1.8rem);line-height:1.04}p{margin:0}.app-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f4ece0;border-bottom:1px solid #18262514;position:sticky;top:0}.shell-inner{width:95%;margin:0 auto}.site-header .shell-inner{justify-content:space-between;align-items:center;gap:24px;min-height:78px;display:flex}.shell-inner--header{align-items:center}.brand{color:var(--ink-900);align-items:baseline;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{font-family:var(--heading-font);letter-spacing:.42em;text-transform:uppercase;font-size:.88rem}.brand-text{color:var(--ink-500);font-size:.96rem}.site-nav{background:#ffffffb8;border:1px solid #18262514;border-radius:999px;align-items:center;gap:10px;padding:6px;display:inline-flex;box-shadow:0 14px 40px #122c2a14}.header-actions{flex:1;justify-content:flex-end;align-items:center;gap:18px;display:flex}.header-actions--minimal{justify-content:flex-end}.header-meta{align-items:center;gap:14px;display:flex}.header-admin-link{color:var(--ink-700);font-size:.94rem;text-decoration:none}.header-admin-link:hover{color:var(--ink-900)}.nav-link{color:var(--ink-500);border-radius:999px;padding:10px 16px;text-decoration:none;transition:color .18s,background .18s,transform .18s}.nav-link:hover,.nav-link.active{color:var(--ink-900);background:#254e491a;transform:translateY(-1px)}.header-note{color:var(--ink-500);font-size:.88rem}.session-bar{align-items:center;gap:12px;display:inline-flex}.app-main{flex:1;width:95%;margin:0 auto;padding:30px 0 72px}.page-stack{flex-direction:column;gap:26px;display:flex}.login-layout{grid-template-columns:minmax(0,1.1fr) minmax(320px,.8fr);gap:22px;display:grid}.hero-surface{background:radial-gradient(circle at 100% 0,#b5d6b77a,#0000 28%),radial-gradient(circle at 0,#d8b48038,#0000 36%),linear-gradient(135deg,#ffffffeb,#f7f1e7fa);border:1px solid #18262514;border-radius:32px;grid-template-columns:1.45fr .9fr;gap:22px;padding:28px;animation:.62s both fade-up;display:grid;box-shadow:0 28px 70px #122c2a1a}.hero-surface--landing{padding-block:38px}.hero-surface--landing-simple{grid-template-columns:1fr;align-items:center;padding:24px 28px}.hero-surface--landing-simple .hero-copy{gap:8px}.hero-surface--landing-simple .hero-copy h1{max-width:none;margin:0}.hero-surface--compact{grid-template-columns:1fr auto;align-items:center;padding:22px 28px}.hero-surface--freebie{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:center;gap:18px;padding:24px 26px}.hero-surface--freebie .hero-copy{gap:8px}.hero-surface--freebie .hero-copy h1{max-width:12ch;margin:0}.hero-surface--freebie .hero-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-surface--freebie .hero-panel-card{border-radius:20px;padding:14px 16px}.hero-surface--freebie .hero-panel-card span{margin-bottom:6px}.hero-surface--freebie .hero-panel-card strong{font-size:1rem}.hero-copy{flex-direction:column;gap:14px;display:flex}.eyebrow{font-family:var(--heading-font);letter-spacing:.22em;text-transform:uppercase;color:var(--ink-500);margin:0;font-size:.82rem}.lead{max-width:58ch;color:var(--ink-600)}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.hero-surface--compact .hero-copy{gap:0}.hero-surface--compact .hero-copy h1{margin:0}.hero-surface--compact .hero-actions{margin-top:0}.primary-action,.secondary-action,.inline-link{border-radius:999px;justify-content:center;align-items:center;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.action-button{font:inherit;cursor:pointer;border:0}.file-trigger{position:relative;overflow:visible}.file-trigger-input{opacity:0;cursor:pointer;position:absolute;inset:0}.file-picker-input-hidden{display:none}.primary-action,.secondary-action{min-height:48px;padding:0 20px}.hero-surface--compact .primary-action,.hero-surface--compact .secondary-action{min-height:40px;padding:0 16px;font-size:.95rem}.primary-action{background:var(--ink-900);color:#fff;box-shadow:0 14px 28px #13232238}.secondary-action{color:var(--ink-900);background:#ffffffc2;border:1px solid #1826251a}.inline-link{color:var(--leaf-700);font-weight:600}.primary-action:hover,.secondary-action:hover,.inline-link:hover,.module-card:hover,.product-card:hover{transform:translateY(-2px)}.primary-action:disabled,.secondary-action:disabled,.action-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.hero-panel{align-content:start;gap:14px;display:grid}.hero-panel--accounts{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-panel-card{background:#ffffffb8;border:1px solid #18262514;border-radius:24px;padding:18px 20px;box-shadow:inset 0 1px #ffffffb3}.hero-panel-card span{color:var(--ink-500);margin-bottom:8px;font-size:.9rem;display:block}.hero-panel-card strong{color:var(--ink-900);font-size:1.08rem;display:block}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.module-grid--admin{grid-template-columns:repeat(2,minmax(0,1fr))}.module-card{min-height:250px;color:inherit;background:linear-gradient(#fffffff0,#f4ede0eb);border:1px solid #18262514;border-radius:28px;flex-direction:column;gap:12px;padding:24px;text-decoration:none;animation:.64s both fade-up;display:flex;box-shadow:0 22px 45px #122c2a14}.module-card h2,.product-card h2,.metric-card strong,.chart-card h2,.detail-panel h2,.table-headline h2,.empty-state h2{margin:0}.card-kicker{color:var(--ink-500);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-family:var(--heading-font);margin:0}.card-foot{color:var(--ink-500);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.hero-panel--home{grid-template-columns:1fr;gap:12px}.home-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;display:grid}.home-card{min-height:220px;color:var(--ink-900);border:1px solid #18262514;border-radius:30px;flex-direction:column;gap:16px;padding:24px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 50px #122c2a14}.home-card--wide{grid-area:span 2/span 7;min-height:320px}.home-card--tall{grid-area:span 2/span 5;min-height:320px}.home-card--standard{grid-column:span 6}.home-card--soft{background:radial-gradient(circle at 84% 20%,#bcd2ffe6,#0000 22%),linear-gradient(160deg,#f5f8fffa,#e8effff5)}.home-card--ink{color:#fff;background:radial-gradient(circle at 18% 18%,#ffffff42,#0000 14%),linear-gradient(155deg,#1c283dfa,#3a71ffe6)}.home-card--ink .card-kicker,.home-card--ink .card-foot,.home-card--ink .home-card-body p{color:#ffffffc7}.home-card--blue{background:radial-gradient(circle at 72% 16%,#ffffff8c,#0000 18%),linear-gradient(150deg,#e2f0fffa,#cce4fff5)}.home-card--leaf{background:radial-gradient(circle at 78% 18%,#dcf3e1e6,#0000 18%),linear-gradient(150deg,#f4f9f2fa,#e7f3e9f5)}.home-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.module-menu-trigger{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;padding:0;display:flex}.home-card--menu .module-menu-trigger{gap:16px}.landing-card--menu .module-menu-trigger{gap:14px}.module-submenu{gap:10px;margin-top:auto;display:grid}.module-submenu-link{color:var(--ink-900);background:#ffffffd1;border:1px solid #18262514;border-radius:20px;gap:4px;padding:14px 16px;text-decoration:none;display:grid}.module-submenu-link strong{font-size:.98rem}.module-submenu-link span{color:var(--ink-600);font-size:.9rem;line-height:1.5}.module-submenu-link:hover{box-shadow:0 12px 28px #122c2a14}.module-badge{min-height:30px;color:var(--ink-700);white-space:nowrap;background:#ffffffc7;border:1px solid #18262514;border-radius:999px;align-items:center;padding:0 12px;font-size:.86rem;display:inline-flex}.module-badge--locked{color:#a85a44;background:#fff1ebdb}.home-card-art{background:#ffffff8f;border:1px solid #ffffff73;border-radius:24px;place-items:center;min-height:142px;display:grid;position:relative}.home-card--ink .home-card-art{background:#ffffff1a;border-color:#ffffff1f}.home-card-orb,.home-card-pill{border-radius:999px;position:absolute}.home-card-orb--large{background:#ffffff75;width:118px;height:118px;top:16px;right:22px}.home-card-orb--small{background:#254e491f;width:72px;height:72px;bottom:18px;left:20px}.home-card-pill{background:#ffffffb8;width:62%;height:66%;box-shadow:0 18px 36px #122c2a14}.home-card--ink .home-card-pill{background:#ffffffe6}.home-card-body{flex-direction:column;gap:10px;display:flex}.home-card-body p{color:var(--ink-600);margin:0;line-height:1.65}.landing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.landing-card{min-height:188px;color:var(--ink-900);border:1px solid #18262514;border-radius:28px;flex-direction:column;gap:14px;padding:20px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 20px 44px #122c2a14}.landing-card:hover{transform:translateY(-2px)}.landing-card--public,.landing-card--inventory,.landing-card--budget,.landing-card--expert{background:radial-gradient(circle at 100% 0,#badbc124,#0000 24%),radial-gradient(circle at 0,#d8b4801f,#0000 30%),linear-gradient(135deg,#fffffff5,#f7f1e7f0)}.landing-card--public{box-shadow:inset 0 0 0 1px #5c857514,0 20px 44px #122c2a14}.landing-card--inventory{box-shadow:inset 0 0 0 1px #61715c14,0 20px 44px #122c2a14}.landing-card--budget{box-shadow:inset 0 0 0 1px #60809514,0 20px 44px #122c2a14}.landing-card--expert{box-shadow:inset 0 0 0 1px #997e4f14,0 20px 44px #122c2a14}.landing-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.landing-badge{min-height:24px;color:var(--ink-700);white-space:nowrap;background:#ffffffc7;border:1px solid #18262514;border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;display:inline-flex}.landing-badge--locked{color:#9a6534;background:#f8eee1eb}.landing-card-body{flex-direction:column;gap:10px;display:flex}.landing-card-body h2{margin:0}.landing-card-body p{color:var(--ink-600);margin:0;line-height:1.6}.landing-summary-item{border-radius:22px;padding:16px 18px}.landing-summary-item p{color:var(--ink-600);margin:6px 0 0;line-height:1.55}.landing-card .card-foot{margin-top:auto;font-size:.92rem}.znight-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.znight-picker-row{align-items:center;gap:10px;display:flex}.znight-file-hint{color:var(--ink-500);margin:0;font-size:.9rem}.znight-file-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.znight-file-list li{background:#ffffffe0;border:1px solid #18262514;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:0 14px;display:flex}.znight-file-list li span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink-700);overflow:hidden}.znight-file-list li strong{color:var(--ink-500);white-space:nowrap;font-size:.84rem}.znight-saved-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.znight-saved-list li{justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:0 4px;display:flex}.znight-saved-meta{flex:auto;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.znight-saved-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink-700);flex:auto;overflow:hidden}.znight-saved-meta small{color:var(--ink-500);white-space:nowrap}.znight-saved-actions{flex-wrap:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.znight-status-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:.84rem;display:inline-flex}.znight-status-badge--success{color:#2f7a48;background:#e7f8edf5;border:1px solid #4899632e}.znight-status-badge--partial{color:#9a6b11;background:#fff6dafa;border:1px solid #cca23f2e}.znight-rule-shell{align-content:start}.znight-rule-shell>.znight-file-hint:not(.znight-file-hint--primary){display:none}.znight-rule-list{color:var(--ink-600);gap:10px;margin:0;padding-left:18px;line-height:1.6;display:grid}.znight-preview-panel{background:#ffffffd1;border:1px solid #18262514;border-radius:22px;gap:14px;margin-top:14px;padding:16px;display:grid}.znight-preview-panel--danger{background:#fff5f5eb;border-color:#bd5a5a2e}.znight-preview-panel__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.znight-preview-panel__head strong{color:var(--ink-900);font-size:1rem}.znight-preview-panel__head span{color:var(--ink-500);white-space:nowrap;font-size:.88rem}.znight-preview-grid{gap:12px;display:grid}.znight-preview-card{background:#faf8f2e6;border:1px solid #18262514;border-radius:18px;gap:10px;padding:14px 16px;display:grid}.znight-preview-card--danger{background:#fff5f5f5;border-color:#bd5a5a2e}.znight-preview-card__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.znight-preview-card__head strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink-900);overflow:hidden}.znight-preview-card__head span{color:var(--ink-500);white-space:nowrap;font-size:.84rem}.znight-preview-chip-row{flex-wrap:wrap;gap:8px;display:flex}.znight-preview-chip{min-height:30px;color:var(--ink-700);background:#ebf3eff5;border-radius:999px;align-items:center;padding:0 10px;font-size:.82rem;display:inline-flex}.znight-preview-chip--muted{color:var(--ink-500);background:#f3efe7f5}.znight-preview-summary{gap:6px;display:grid}.znight-preview-summary p{color:var(--ink-600);margin:0;font-size:.9rem}.znight-preview-issue-list{color:var(--ink-600);gap:8px;margin:0;padding-left:18px;display:grid}.znight-preview-issue-list--danger{color:#9c3c3c}.znight-note-panel{gap:16px;display:grid}.znight-note-list{color:var(--ink-700);gap:10px;margin:0;padding-left:18px;line-height:1.6;display:grid}.data-table--znight th,.data-table--znight td{vertical-align:top}.data-table--znight td:nth-child(7),.data-table--znight th:nth-child(7){text-align:right;white-space:nowrap}.data-table--znight td:nth-child(8),.data-table--znight th:nth-child(8),.data-table--znight td:nth-child(9),.data-table--znight th:nth-child(9){min-width:220px}.header-actions--minimal .secondary-action{min-height:38px;padding:0 14px;font-size:.92rem}.toolbar-panel{background:#ffffffc7;border:1px solid #18262514;border-radius:26px;gap:18px;padding:20px 22px;display:grid;box-shadow:0 18px 36px #122c2a0f}.toolbar-panel--table{grid-template-columns:220px 220px minmax(260px,1fr)}.admin-toolbar{grid-template-columns:minmax(280px,1fr) 260px;align-items:end}.search-shell,.field-shell{color:var(--ink-500);gap:8px;font-size:.92rem;display:grid}.filter-block{gap:10px;display:grid}.filter-label{color:var(--ink-500);font-size:.92rem}.search-input,.select-input,.text-input,.textarea-input,.file-input{min-height:50px;color:var(--ink-900);font:inherit;background:#ffffffe6;border:1px solid #18262524;border-radius:18px;outline:none;padding:0 16px;transition:border-color .18s,box-shadow .18s}.search-input:focus,.select-input:focus,.text-input:focus,.textarea-input:focus,.file-input:focus{border-color:#254e4975;box-shadow:0 0 0 4px #254e491f}.select-input--table{background:#faf8f3f5;border-radius:14px;min-width:136px;min-height:38px;padding:0 12px}.text-input{min-height:50px;padding-block:0}.textarea-input{resize:vertical;min-height:132px;padding-block:14px}.text-input--compact{min-height:96px}.file-input{padding-block:12px}.pill-group{flex-wrap:wrap;gap:10px;display:flex}.pill-button{min-height:42px;color:var(--ink-700);font:inherit;cursor:pointer;background:#254e4914;border:0;border-radius:999px;padding:0 16px;transition:transform .18s,background .18s,color .18s}.pill-button.active,.pill-button:hover{background:var(--ink-900);color:#fff}.inventory-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.product-card{color:inherit;background:#ffffffdb;border:1px solid #18262514;border-radius:28px;flex-direction:column;text-decoration:none;animation:.56s both fade-up;display:flex;overflow:hidden;box-shadow:0 22px 48px #122c2a14}.product-image-shell{aspect-ratio:1/1.04;background:#f6f4ee;overflow:hidden}.product-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .28s}.product-card:hover .product-image,.thumbnail-button:hover img,.thumbnail-button.active img{transform:scale(1.04)}.product-copy{flex-direction:column;gap:10px;padding:16px 16px 18px;display:flex}.category-chip{min-height:28px;color:var(--ink-700);background:#18262514;border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;padding:0 10px;font-size:.8rem;font-weight:700;display:inline-flex}.product-chip-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.product-copy p{min-height:44px;color:var(--ink-500)}.product-warning-note{min-height:auto;color:var(--ink-700);margin-top:-4px;font-size:.9rem;font-weight:600}.page-stack--freebie-directory .toolbar-panel .filter-block+.filter-block,.page-stack--freebie-directory .product-warning-note,.page-stack--freebie-directory .coverage-pill,.page-stack--freebie-directory .warning-pill,.page-stack--freebie-directory .inventory-trend-meta{display:none}.product-foot{justify-content:space-between;align-items:center;gap:10px;display:flex}.pill-stack{flex-direction:column;align-items:flex-end;gap:8px;display:inline-flex}.stock-emphasis{color:var(--ink-900);align-items:baseline;gap:6px;display:inline-flex}.stock-emphasis__label,.stock-emphasis__unit{font-size:.96rem;font-weight:700}.stock-emphasis__value{letter-spacing:-.03em;font-size:1.52rem;font-weight:800;line-height:1}.status-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:.88rem;font-weight:700;display:inline-flex}.status-pill--ok{color:var(--leaf-700);background:#55915f24}.status-pill--warn{color:var(--amber-700);background:#c2872c24}.status-pill--danger{color:var(--brick-700);background:#b3524824}.status-pill--muted{color:var(--ink-500);background:#1826251a}.status-pill--neutral{color:var(--ink-600);background:#1826250f}.breadcrumbs{color:var(--ink-500);align-items:center;gap:10px;display:flex}.breadcrumbs a{color:var(--leaf-700);text-decoration:none}.detail-layout{grid-template-columns:1.25fr .85fr;gap:22px;display:grid}.admin-layout{grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);gap:22px;display:grid}.admin-layout--accounts{grid-template-columns:minmax(0,1.35fr) minmax(360px,.82fr)}.admin-layout--whitelist{grid-template-columns:minmax(0,1fr) minmax(360px,470px)}.gallery-panel,.detail-panel,.metric-card,.chart-card,.table-shell,.empty-state{background:#ffffffd9;border:1px solid #18262514;border-radius:30px;box-shadow:0 22px 54px #122c2a14}.gallery-panel,.detail-panel,.table-shell,.empty-state{padding:24px}.gallery-main-shell{background:linear-gradient(160deg,#faf7f0fa,#efe8dafa);border-radius:26px;justify-content:center;align-items:center;min-height:520px;padding:24px;display:flex;overflow:hidden}.gallery-main{aspect-ratio:4/3.5;object-fit:contain;width:100%;height:100%;max-height:620px;display:block}.thumbnail-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.thumbnail-button{cursor:pointer;background:#f4ede0b8;border:1px solid #18262514;border-radius:20px;padding:0;overflow:hidden}.thumbnail-button.active{outline:2px solid #254e4973}.thumbnail-button img{aspect-ratio:1;object-fit:contain;width:100%;height:100%;transition:transform .22s;display:block}.detail-panel{flex-direction:column;gap:18px;display:flex}.detail-panel--whitelist{max-width:470px}.detail-panel--sticky{align-self:start;position:sticky;top:108px}.detail-meta,.detail-stock{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.detail-meta{color:var(--ink-500)}.detail-stock strong{font-size:1.1rem}.stock-emphasis--detail .stock-emphasis__label,.stock-emphasis--detail .stock-emphasis__unit{font-size:1rem}.stock-emphasis--detail .stock-emphasis__value{font-size:2rem}.detail-card{background:#f5f1e9eb;border:1px solid #1826250f;border-radius:22px;padding:18px 18px 20px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-grid--full{grid-column:1/-1}.toggle-row{color:var(--ink-600);align-items:center;gap:10px;display:inline-flex}.toggle-row input,.permission-option input{width:18px;height:18px;accent-color:var(--ink-900);margin:0}.feedback-note,.notice-banner{color:var(--ink-700);background:#f5f1e9eb;border:1px solid #18262514;border-radius:22px;padding:16px 18px}.field-tip{color:var(--ink-500);margin:-4px 0 0;font-size:.9rem}.toolbar-summary{background:#f5f1e9eb;border:1px solid #1826250f;border-radius:20px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.toolbar-summary span{color:var(--ink-500)}.action-cell{flex-wrap:wrap;gap:8px;display:flex}.action-cell--nowrap{white-space:nowrap;flex-wrap:nowrap;gap:6px}.table-action{min-height:34px;color:var(--ink-900);white-space:nowrap;background:#f5f1e9eb;border:1px solid #1826251f;border-radius:999px;flex:none;padding:0 10px}.table-action--danger{color:var(--brick-700);background:#fff2f0eb;border-color:#9e463f2e}.detail-list{color:var(--ink-600);margin:12px 0 0;padding-left:18px}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;display:grid}.metric-card{flex-direction:column;gap:10px;padding:18px 18px 20px;animation:.62s both fade-up;display:flex}.metric-card span{color:var(--ink-500)}.metric-card strong{color:var(--ink-900);font-size:1.44rem}.metric-card--warn{background:#fff8eceb}.metric-card--danger{background:#fff2f0eb}.chart-grid,.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.chart-grid.znight-metric-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.chart-grid.znight-metric-grid .metric-card{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;min-height:0;padding:14px 16px}.chart-grid.znight-metric-grid .metric-card span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.chart-grid.znight-metric-grid .metric-card strong{white-space:nowrap;font-size:1.18rem}.chart-card{flex-direction:column;gap:18px;padding:22px;animation:.66s both fade-up;display:flex}.chart-card--wide{grid-column:span 2}.card-header{justify-content:space-between;align-items:start;gap:14px;display:flex}.bar-list,.risk-list,.callout-list,.step-list,.status-stack{flex-direction:column;gap:14px;display:flex}.bar-row,.risk-item,.callout-item,.step-item{justify-content:space-between;align-items:center;gap:16px;display:flex}.risk-item--inventory{align-items:flex-start}.risk-badges{flex-direction:column;align-items:flex-end;gap:8px;display:inline-flex}.bar-row{flex-direction:column;align-items:stretch}.bar-labels,.bar-meta,.status-stack-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.bar-track,.stack-bar{background:#18262514;border-radius:999px;height:14px;overflow:hidden}.bar-fill,.stack-fill{border-radius:inherit;background:var(--ink-700);height:100%;display:block}.bar-fill--ok,.stack-fill--ok{background:linear-gradient(90deg,#4f8761,#7fbb89)}.bar-fill--warn,.stack-fill--warn{background:linear-gradient(90deg,#c18636,#e0b160)}.bar-fill--danger,.stack-fill--danger{background:linear-gradient(90deg,#ba5b52,#df9183)}.risk-item,.callout-item,.step-item,.preview-card{background:#f5f1e9eb;border:1px solid #1826250f;border-radius:22px;padding:16px 18px}.risk-item p,.callout-item p,.publish-note{color:var(--ink-600);margin:6px 0 0}.risk-item-side{align-items:center;gap:10px;display:flex}.table-shell{padding:22px}.table-shell--whitelist{min-width:0}.table-headline{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.table-actions{flex:none;max-width:100%}.table-headline span{color:var(--ink-500)}.table-headline-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.table-scroll{overflow:auto visible}.admin-toolbar__filters{grid-column:1/-1}.data-table{border-collapse:collapse;width:100%;min-width:880px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #18262514;padding:16px 14px}.data-table thead th{color:var(--ink-500);white-space:nowrap;font-weight:600}.data-table tbody tr:hover{background:#f5f1e9b8}.data-table--whitelist{min-width:1460px}.data-table--whitelist th,.data-table--whitelist td{white-space:nowrap}.data-table--whitelist td{vertical-align:middle}.data-table--accounts{min-width:980px}.data-table--accounts td{vertical-align:middle}.data-table--logs{min-width:980px}.data-table--logs td{vertical-align:top}.data-table--whitelist th:last-child,.data-table--whitelist td:last-child{padding-right:18px}.account-identity{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.account-permission-cell{max-width:280px;color:var(--ink-600)}.permission-checklist{gap:12px;display:grid}.permission-option{background:#f5f1e9eb;border:1px solid #1826250f;border-radius:20px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:12px;padding:14px 16px;display:grid}.permission-option strong{display:block}.permission-option p{color:var(--ink-600);margin:6px 0 0}.chip-grid,.preview-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;display:grid}.preview-grid--stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.asset-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.asset-card{background:#ffffffdb;border:1px solid #18262514;border-radius:28px;flex-direction:column;gap:16px;padding:20px;display:flex;box-shadow:0 22px 48px #122c2a14}.asset-card--product{min-height:100%}.asset-image-shell{aspect-ratio:1;background:linear-gradient(160deg,#faf7f0fa,#efe8dafa);border-radius:22px;justify-content:center;align-items:center;padding:18px;display:flex;overflow:hidden}.asset-image{object-fit:contain;width:100%;height:100%;display:block}.asset-copy{flex-direction:column;gap:6px;display:flex}.asset-copy-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.asset-copy-head span{color:var(--ink-500);font-size:.92rem}.asset-copy p{color:var(--ink-500)}.asset-meta{flex-wrap:wrap;gap:10px;display:flex}.asset-thumbnail-row{gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.asset-thumbnail-button{cursor:pointer;background:#f5f1e9eb;border:1px solid #1826251a;border-radius:18px;width:72px;min-width:72px;height:72px;padding:6px;transition:border-color .18s,transform .18s,box-shadow .18s}.asset-thumbnail-button.active{border-color:#1826256b;transform:translateY(-2px);box-shadow:0 12px 24px #122c2a1f}.asset-thumbnail-button img{object-fit:contain;width:100%;height:100%;display:block}.asset-actions{margin-top:auto}.field-chip{background:#f5f1e9eb;border:1px solid #1826250f;border-radius:18px;align-items:center;min-height:48px;padding:0 16px;display:inline-flex}.preview-card{flex-direction:column;gap:10px;display:flex}.preview-card span{color:var(--ink-500)}.preview-card strong{color:var(--ink-900);font-size:1.26rem}.publish-note{font-size:1rem}.budget-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.budget-toolbar{grid-template-columns:minmax(280px,1.2fr) repeat(2,minmax(200px,.7fr));align-items:end;padding:16px 18px}.budget-toolbar .hero-panel-card{border-radius:20px;padding:14px 16px}.budget-toolbar .hero-panel-card span{margin-bottom:6px}.budget-toolbar .hero-panel-card strong{font-size:1rem}.budget-toolbar--board{grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(180px,.7fr)) repeat(2,minmax(150px,.55fr))}.budget-board-nav{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.budget-issue-panel{background:#fff5f5f0;border-color:#bd5a5a2e;gap:14px}.budget-issue-panel__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.budget-issue-panel__head strong{color:#8e3030}.budget-issue-panel__head span{color:var(--ink-600);font-size:.92rem}.budget-issue-list{gap:10px;display:grid}.budget-issue-card{background:#ffffffd1;border:1px solid #bd5a5a24;border-radius:18px;gap:4px;padding:14px 16px;display:grid}.budget-issue-card strong{color:var(--ink-900)}.budget-issue-card span,.budget-issue-card p{color:var(--ink-600);margin:0}.budget-board-row{cursor:pointer}.budget-board-row--active{background:#e4efecb8}.hero-inline-note{color:var(--ink-600);margin:10px 0 0}.data-table--budget-board-region th:first-child,.data-table--budget-board-region td:first-child,.data-table--budget-board-detail th:first-child,.data-table--budget-board-detail td:first-child,.data-table--budget-board-structure th:first-child,.data-table--budget-board-structure td:first-child{min-width:160px}.data-table--budget-board-detail th:nth-child(4),.data-table--budget-board-detail td:nth-child(4),.data-table--budget-board-detail th:nth-child(7),.data-table--budget-board-detail td:nth-child(7),.data-table--budget-board-structure th:nth-child(2),.data-table--budget-board-structure td:nth-child(2),.data-table--budget-board-structure th:nth-child(3),.data-table--budget-board-structure td:nth-child(3){min-width:180px}.budget-filter-grid{grid-template-columns:repeat(3,minmax(220px,1fr));align-items:end}.budget-dimension-strip{grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;margin-bottom:14px;display:grid}.budget-dimension-strip article{background:#ffffffbd;border:1px solid #18262514;border-radius:8px;min-width:0;padding:.72rem .78rem}.budget-dimension-strip span{color:var(--ink-500);margin-bottom:.25rem;font-size:.78rem;display:block}.budget-dimension-strip strong{color:var(--ink-900);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;line-height:1.2;display:block;overflow:hidden}.budget-dataset-grid,.budget-import-status-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.budget-import-status-card{gap:8px;padding:18px 20px}.budget-import-status-card h2{margin:0;font-size:1.02rem}.budget-import-status-card p{color:var(--ink-600);word-break:break-word;margin:0;line-height:1.5}.budget-import-status-card--ready{background:#f6fcf7eb;border-color:#558b6529}.budget-dataset-card{text-align:left;cursor:pointer;border:0;width:100%;transition:transform .18s,box-shadow .18s,background .18s}.budget-dataset-card--active,.table-action--active{background:var(--ink-900);color:#fff;border-color:#0000;box-shadow:0 16px 32px #122c2a2e}.budget-dataset-card--active p,.table-action--active{color:#fff}.budget-table-scroll{overflow:visible}.budget-table-scroll .data-table thead th{z-index:6;background:#f8f4ecfa;position:sticky;top:86px;box-shadow:inset 0 -1px #18262514}.budget-annual-overview{background:linear-gradient(135deg,#fffffff5,#f0fcfbdb),radial-gradient(circle at 8% 18%,#3acec424,#0000 34%);border:1px solid #2fa3a529;border-radius:18px;grid-template-columns:minmax(240px,.36fr) minmax(520px,1fr);align-items:center;gap:26px;padding:22px 26px;display:grid;box-shadow:0 18px 42px #173a3e1a,inset 0 0 0 1px #ffffff8a}.budget-annual-overview__copy{gap:5px;min-width:0;display:grid}.budget-annual-overview__copy h2{color:#123835;letter-spacing:0;margin:0;font-size:clamp(1.2rem,1.6vw,1.55rem)}.budget-annual-overview__copy span{color:#1238359e;font-size:.9rem}.budget-period-shell{min-width:220px}.budget-tabs--under-title{margin-top:-10px}.budget-range-selector{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.budget-range-selector .field-shell{min-width:118px;margin:0}.budget-range-selector .select-input{min-height:36px;padding-block:.45rem}.budget-range-selector__quick{flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:1px;display:flex}.budget-range-selector__quick .table-action{min-height:36px;padding:0 12px}.budget-period-button-row{flex-wrap:nowrap;justify-content:flex-end;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.budget-period-button{min-height:36px;color:var(--ink-600);font:inherit;cursor:pointer;background:#ffffffc7;border:1px solid #1826251f;border-radius:999px;padding:0 12px;font-size:.9rem;transition:border-color .16s,background-color .16s,color .16s,transform .16s}.budget-period-button:hover{color:var(--ink-900);border-color:#254e4938}.budget-period-button.is-active{color:var(--leaf-700);background:#254e491f;border-color:#254e496b;font-weight:700}.budget-cell-stack{flex-direction:column;align-items:flex-start;gap:8px;display:inline-flex}.budget-col-fee{width:180px;max-width:180px}.table-cell--truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table-empty-cell{color:var(--ink-500);text-align:center!important}.data-table--budget-overview{min-width:1120px}.data-table--budget-overview th:first-child,.data-table--budget-overview td:first-child{white-space:nowrap;width:260px}.data-table--budget-overview th:nth-child(2),.data-table--budget-overview td:nth-child(2){white-space:nowrap;width:180px}.data-table--budget-overview th:nth-child(3),.data-table--budget-overview td:nth-child(3){white-space:nowrap;text-overflow:ellipsis;width:260px;max-width:260px;overflow:hidden}.data-table--budget-overview th:nth-child(4),.data-table--budget-overview td:nth-child(4){text-align:left;min-width:420px}.data-table--budget-finance{min-width:1120px}.data-table--budget-finance th,.data-table--budget-finance td{padding-top:12px;padding-bottom:12px}.data-table--budget-finance th:first-child,.data-table--budget-finance td:first-child{white-space:nowrap;width:220px}.data-table--budget-finance th:nth-child(2),.data-table--budget-finance td:nth-child(2){white-space:nowrap;width:180px}.data-table--budget-finance th:nth-child(3),.data-table--budget-finance td:nth-child(3),.data-table--budget-finance th:nth-child(4),.data-table--budget-finance td:nth-child(4),.data-table--budget-finance th:nth-child(5),.data-table--budget-finance td:nth-child(5),.data-table--budget-finance th:nth-child(6),.data-table--budget-finance td:nth-child(6),.data-table--budget-finance th:nth-child(7),.data-table--budget-finance td:nth-child(7),.data-table--budget-finance th:nth-child(8),.data-table--budget-finance td:nth-child(8){text-align:right}.data-table--budget-finance th:first-child,.data-table--budget-finance th:nth-child(2),.data-table--budget-finance th:nth-child(3),.data-table--budget-finance th:nth-child(4),.data-table--budget-finance th:nth-child(5){background:#f9f4eaf5}.data-table--budget-finance th:nth-child(n+6){background:#eef6f2f5}.data-table--budget-finance th:nth-child(5),.data-table--budget-finance td:nth-child(5){padding-right:24px}.data-table--budget-finance th:nth-child(6),.data-table--budget-finance td:nth-child(6){background-image:linear-gradient(90deg,#0000 28px,#1826251f 28px 29px,#0000 29px);background-repeat:no-repeat;padding-left:46px}.data-table--budget-finance th:nth-child(8),.data-table--budget-finance td:nth-child(8){width:180px}.data-table--budget-finance td:nth-child(8) .budget-overview-line__status{justify-content:flex-end;align-items:flex-end}.data-table--budget-usage{min-width:1400px}.data-table--budget-usage th:first-child,.data-table--budget-usage td:first-child{white-space:nowrap;width:220px}.data-table--budget-usage th:nth-child(2),.data-table--budget-usage td:nth-child(2){width:220px}.data-table--budget-usage th:nth-child(3),.data-table--budget-usage td:nth-child(3){width:170px}.data-table--budget-usage th:nth-child(4),.data-table--budget-usage td:nth-child(4),.data-table--budget-usage th:nth-child(5),.data-table--budget-usage td:nth-child(5){width:128px}.data-table--budget-usage th:nth-child(6),.data-table--budget-usage td:nth-child(6){width:112px}.data-table--budget-usage th:nth-child(7),.data-table--budget-usage td:nth-child(7){width:340px;max-width:340px}.data-table--budget-usage th:nth-child(8),.data-table--budget-usage td:nth-child(8),.data-table--budget-usage th:nth-child(9),.data-table--budget-usage td:nth-child(9),.data-table--budget-usage th:nth-child(10),.data-table--budget-usage td:nth-child(10){text-align:right}.data-table--budget-promo{min-width:1160px}.data-table--budget-promo--business th:first-child,.data-table--budget-promo--business td:first-child{width:160px}.data-table--budget-promo--business th:nth-child(2),.data-table--budget-promo--business td:nth-child(2){width:180px}.data-table--budget-promo--business th:nth-child(3),.data-table--budget-promo--business td:nth-child(3){width:130px}.data-table--budget-promo--business th:nth-child(4),.data-table--budget-promo--business td:nth-child(4){white-space:nowrap;width:120px}.data-table--budget-promo--business th:nth-child(5),.data-table--budget-promo--business td:nth-child(5){width:260px}.data-table--budget-promo--business th:nth-child(6),.data-table--budget-promo--business td:nth-child(6){width:220px}.data-table--budget-promo--business th:nth-child(7),.data-table--budget-promo--business td:nth-child(7),.data-table--budget-promo--business th:nth-child(8),.data-table--budget-promo--business td:nth-child(8),.data-table--budget-promo--business th:nth-child(9),.data-table--budget-promo--business td:nth-child(9),.data-table--budget-promo--finance th:nth-child(6),.data-table--budget-promo--finance td:nth-child(6),.data-table--budget-promo--finance th:nth-child(7),.data-table--budget-promo--finance td:nth-child(7),.data-table--budget-promo--finance th:nth-child(8),.data-table--budget-promo--finance td:nth-child(8){text-align:right}.data-table--budget-promo--finance th:first-child,.data-table--budget-promo--finance td:first-child{width:180px}.data-table--budget-promo--finance th:nth-child(2),.data-table--budget-promo--finance td:nth-child(2){width:220px}.data-table--budget-promo--finance th:nth-child(3),.data-table--budget-promo--finance td:nth-child(3){white-space:nowrap;width:120px}.data-table--budget-promo--finance th:nth-child(4),.data-table--budget-promo--finance td:nth-child(4){width:300px}.data-table--budget-promo--finance th:nth-child(5),.data-table--budget-promo--finance td:nth-child(5){width:220px}.budget-table-actions{justify-items:end;gap:10px;display:grid}.promo-view-switch{flex-wrap:wrap;gap:8px;display:flex}.promo-region-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:16px;display:grid}.promo-region-card{background:#ffffffc7;border:1px solid #18262514;border-radius:22px;gap:8px;padding:14px 16px;display:grid}.promo-region-card strong{color:var(--ink-900);font-size:1.12rem}.promo-region-card__meta{color:var(--ink-500);justify-content:space-between;gap:12px;font-size:.84rem;display:flex}.promo-table-group td{background:#f5f1e9b8}.promo-table-group--project td{background:#f5f1e9eb;font-weight:700}.promo-table-group--content td{background:#ecf3ffb8}.promo-table-group--department td{background:#ecf7f2b8}.promo-table-group__note{color:var(--ink-500);font-size:.84rem}.promo-table-subtotal td{background:#fff5ddd1;font-weight:700}.promo-table-grand-total td{background:#ffea7fd1;font-weight:800}.data-table--budget-import{min-width:980px}.sales-toolbar-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.sales-bar-list,.sales-region-groups{gap:12px;display:grid}.sales-other-products{gap:12px;margin-top:12px;display:grid}.sales-collapse-button{width:100%;min-height:42px;color:var(--ink-700);text-align:left;background:#f5f1e9db;border:1px solid #18262514;border-radius:14px;align-items:center;gap:10px;padding:0 14px;font-weight:700;display:inline-flex}.sales-collapse-button span{width:22px;height:22px;color:var(--ink-900);background:#18262514;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.sales-bar-list--secondary{border-left:3px solid #18262514;padding-left:12px}.sales-progress-legend{color:var(--ink-600);flex-wrap:wrap;gap:10px;margin:0 0 14px;font-size:.9rem;display:flex}.sales-progress-legend span{background:#1826250f;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;display:inline-flex}.sales-bar-row{background:#ffffffe6;border:1px solid #18262514;border-radius:18px;grid-template-columns:minmax(220px,.9fr) minmax(280px,1.35fr) minmax(190px,.72fr);align-items:center;gap:16px;padding:18px 16px;display:grid}.sales-bar-row--prominent{background:#eef7f2f2;border-color:#254e4933;box-shadow:0 12px 30px #122c2a0f}.sales-bar-row--compact{padding:16px 14px}.sales-bar-copy,.sales-bar-stats{gap:4px;min-width:0;display:grid}.sales-bar-copy strong,.sales-bar-stats strong{color:var(--ink-900)}.sales-bar-copy span,.sales-bar-stats span{color:var(--ink-500);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.sales-bar-stats{text-align:right;justify-items:end}.sales-bar-track{background:#18262514;border-radius:999px;height:12px;position:relative;overflow:visible}.sales-bar-fill{border-radius:inherit;height:100%;position:absolute;inset:0 auto 0 0}.sales-bar-marker{background:#18262585;border-radius:999px;width:2px;margin-left:-1px;position:absolute;top:-2px;bottom:-2px}.sales-bar-marker-label{color:var(--ink-500);white-space:nowrap;font-size:.72rem;line-height:1;position:absolute;top:14px;transform:translate(-50%)}.sales-bar-row--ok .sales-bar-fill,.sales-mini-progress--ok span{background:linear-gradient(90deg,#55915fc7,#55915ff2)}.sales-bar-row--warn .sales-bar-fill,.sales-mini-progress--warn span{background:linear-gradient(90deg,#c2872cc2,#c2872cf0)}.sales-bar-row--danger .sales-bar-fill,.sales-mini-progress--danger span{background:linear-gradient(90deg,#b35248c2,#b35248f0)}.sales-bar-row--muted .sales-bar-fill,.sales-mini-progress--muted span,.sales-mini-progress--neutral span{background:#18262542}.sales-rank-layout{gap:8px;display:grid}.data-table--sales-rank{min-width:900px}.data-table--sales-rank tbody tr{cursor:pointer}.sales-mini-progress{background:#18262514;border-radius:999px;width:160px;height:8px;position:relative;overflow:hidden}.sales-mini-progress span{border-radius:inherit;position:absolute;inset:0 auto 0 0}.sales-detail-toolbar{box-shadow:none;grid-template-columns:minmax(260px,1.4fr) repeat(4,minmax(160px,.66fr));align-items:end;margin-bottom:16px}.data-table--sales-detail{min-width:1240px}.data-table--sales-detail th:nth-child(4),.data-table--sales-detail td:nth-child(4),.data-table--sales-detail th:nth-child(5),.data-table--sales-detail td:nth-child(5){min-width:240px}.data-table--sales-detail th:nth-child(n+6),.data-table--sales-detail td:nth-child(n+6){text-align:right;white-space:nowrap}.sales-note-panel,.sales-import-notes{color:var(--ink-600);gap:8px;font-size:.92rem}.sales-import-notes{background:#f5f1e9c2;border:1px solid #1826250f;border-radius:18px;margin:14px 0;padding:14px 16px;display:grid}.sales-tech-shell{color:#e7f7f0;background:radial-gradient(circle at 6% 0,#5be4c42e,#0000 32%),radial-gradient(circle at 92% 12%,#daee6c24,#0000 30%),linear-gradient(135deg,#101615 0%,#181d1a 48%,#231f19 100%);border-radius:26px;gap:18px;min-height:calc(100vh - 150px);margin:-10px auto 0;padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 60px #0e141247}.sales-tech-shell:before{content:"";pointer-events:none;background-image:linear-gradient(#81f6d70e 1px,#0000 1px),linear-gradient(90deg,#81f6d70e 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000b8,#0000 78%);mask-image:linear-gradient(#000000b8,#0000 78%)}.sales-tech-shell>*{z-index:1;position:relative}.sales-tech-header{grid-template-columns:minmax(360px,1.2fr) minmax(420px,.9fr);align-items:stretch;gap:18px;display:grid}.sales-tech-title,.sales-tech-panel,.sales-tech-alert,.sales-tech-empty{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a1110b8;border:1px solid #84f0d429;box-shadow:inset 0 1px #ffffff0f,0 16px 38px #00000029}.sales-tech-title{border-radius:20px;align-content:center;gap:12px;min-height:188px;padding:26px;display:grid}.sales-tech-mode{justify-content:space-between;align-items:center;gap:14px;display:flex}.sales-tech-mode span{color:#8af0d1;letter-spacing:.08em;font-size:.76rem;font-weight:800}.sales-tech-mode a,.sales-tech-empty a{color:#d9fff5;background:#84f0d414;border:1px solid #84f0d447;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-size:.86rem;font-weight:800;text-decoration:none;display:inline-flex}.sales-tech-title h1{color:#f5fff9;letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1}.sales-tech-title p{color:#e7f7f0b8;max-width:760px;margin:0;line-height:1.7}.sales-tech-date-grid,.sales-tech-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.sales-tech-metric{background:linear-gradient(#15201dd1,#0c1211d1);border:1px solid #84f0d424;border-radius:18px;align-content:center;gap:8px;min-height:122px;padding:18px;display:grid}.sales-tech-metric span{color:#e7f7f099;font-size:.78rem;font-weight:800}.sales-tech-metric strong{color:#f6fff9;overflow-wrap:anywhere;font-size:clamp(1.28rem,2.4vw,2.1rem);line-height:1.08}.sales-tech-date-grid .sales-tech-metric strong{overflow-wrap:normal;white-space:nowrap;font-size:clamp(1rem,1.24vw,1.35rem)}.sales-tech-metric em{color:#e7f7f0ad;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-style:normal;overflow:hidden}.sales-tech-layout{grid-template-columns:1fr;gap:18px;display:grid}.sales-tech-panel,.sales-tech-alert,.sales-tech-empty{border-radius:20px;padding:20px}.sales-tech-panel-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.sales-tech-panel-head--wrap{flex-wrap:wrap}.sales-tech-panel-head p{color:#8af0d1;margin:0 0 4px;font-size:.76rem;font-weight:900}.sales-tech-panel-head h2,.sales-tech-empty h2{color:#f5fff9;letter-spacing:0;margin:0;font-size:1.15rem}.sales-tech-legend{flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:700px;display:flex}.sales-tech-legend span{color:#e7f7f0b8;background:#84f0d40f;border:1px solid #84f0d421;border-radius:999px;min-height:28px;padding:0 10px;font-size:.78rem;line-height:28px}.sales-tech-bars,.sales-tech-region-grid,.sales-tech-rank-list{gap:4px;display:grid}.sales-tech-bar{background:linear-gradient(90deg,#ffffff0b,#ffffff05);border:1px solid #84f0d41f;border-radius:16px;grid-template-columns:minmax(170px,.82fr) minmax(280px,1.38fr) minmax(190px,.7fr);align-items:center;gap:12px;min-height:56px;padding:6px 10px;display:grid}.sales-tech-bar--prominent{background:linear-gradient(90deg,#2b4e4470,#ffffff09);border-color:#8af0d152;min-height:108px}.sales-tech-bar--compact{min-height:50px;padding:5px 9px}.sales-tech-bar-name,.sales-tech-bar-data{gap:3px;min-width:0;display:grid}.sales-tech-bar-name strong,.sales-tech-bar-data strong{color:#f7fff9}.sales-tech-bar-name span,.sales-tech-bar-data span,.sales-tech-bar-data em,.sales-tech-bar-meta{color:#e7f7f09e;font-size:.8rem;font-style:normal}.sales-tech-bar-visual{gap:0;min-width:0;display:grid}.sales-tech-progress-row{grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;min-width:0;display:grid}.sales-tech-track{background:#ffffff1a;border-radius:8px;height:30px;margin:10px 0;position:relative;box-shadow:inset 0 0 0 1px #ffffff0a}.sales-tech-fill{border-radius:inherit;background:linear-gradient(90deg,#59dbc4,#d7f56d);justify-content:flex-end;align-items:center;min-width:0;display:flex;position:absolute;inset:0 auto 0 0;overflow:hidden;box-shadow:0 0 18px #59dbc438}.sales-tech-marker{background:#030706;border-radius:999px;width:3px;margin-left:-1.5px;position:absolute;top:-8px;bottom:-8px;box-shadow:0 0 0 1px #ffffff8f,0 0 12px #ffffff2e}.sales-tech-marker-value{color:#10201f99;text-align:center;white-space:nowrap;max-width:160px;font-size:1rem;font-weight:800;line-height:1;position:absolute;top:40px;transform:translate(-50%)}.sales-tech-fill-value,.sales-tech-no-plan-value,.sales-tech-plan-value{color:#10201f9e;white-space:nowrap;font-size:.92rem;font-weight:800;line-height:1}.sales-tech-fill-value{color:#fffffff0;text-overflow:ellipsis;text-shadow:0 1px 2px #081c2247;max-width:calc(100% - 12px);margin:0 7px;overflow:hidden}.sales-tech-no-plan-value{color:#10201fad;text-overflow:ellipsis;max-width:calc(100% - 20px);position:absolute;top:50%;left:10px;overflow:hidden;transform:translateY(-50%)}.sales-tech-plan-value{color:#09141cb8;text-shadow:0 1px #ffffff6b;justify-self:end}.sales-tech-bar-meta{justify-content:space-between;gap:12px;display:flex}.sales-tech-bar-data{text-align:right;align-self:center;justify-items:end}.sales-tech-bar-data strong{font-size:1.22rem}.sales-tech-bar--muted .sales-tech-fill,.sales-tech-bar--neutral .sales-tech-fill{box-shadow:none;background:linear-gradient(90deg,#6f7c77,#9ca9a4)}.sales-tech-secondary{gap:12px;margin-top:12px;display:grid}.sales-tech-secondary>button{color:#e7f7f0;text-align:left;background:#84f0d40f;border:1px solid #84f0d42e;border-radius:14px;min-height:42px;padding:0 14px;font-weight:800}.sales-tech-secondary>button span{color:#8af0d1;width:46px;display:inline-flex}.sales-tech-bars--secondary{border-left:2px solid #84f0d438;padding-left:12px}.sales-tech-tabs,.sales-tech-control-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sales-tech-control-row{justify-content:flex-end}.sales-tech-tabs button{color:#e7f7f0b8;background:#ffffff09;border:1px solid #84f0d424;border-radius:999px;min-height:34px;padding:0 12px;font-weight:800}.sales-tech-tabs button.active{color:#071311;background:#8af0d1;border-color:#0000}.sales-tech-rank-list button{color:#e7f7f0;text-align:left;background:#ffffff0a;border:1px solid #84f0d41f;border-radius:14px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:10px;display:grid}.sales-tech-rank-list button span{color:#8af0d1;font-weight:900}.sales-tech-rank-list button strong{color:#f7fff9;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sales-tech-rank-list button em{color:#e7f7f0b3;font-style:normal;font-weight:800}.sales-tech-rank-list .sales-mini-progress{background:#273a481f;border-radius:7px;grid-column:2/-1;width:100%;height:22px;box-shadow:inset 0 1px 2px #1f303f1f,inset 0 0 0 1px #ffffff80}.sales-tech-rank-list .sales-mini-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--sales-liquid-blue), var(--sales-liquid-cyan), var(--sales-liquid-green));box-shadow:0 0 12px #007aff24}.sales-tech-region-grid{max-height:none;padding-right:4px;overflow:visible}.sales-tech-filters{grid-template-columns:minmax(260px,1.4fr) repeat(4,minmax(150px,.7fr));gap:12px;margin-bottom:14px;display:grid}.sales-tech-upload-panel{gap:12px;display:grid}.sales-tech-upload-form{grid-template-columns:minmax(180px,.55fr) minmax(300px,1fr) auto;align-items:end;gap:12px;display:grid}.sales-tech-filters label{color:#e7f7f0ad;gap:6px;font-size:.8rem;font-weight:800;display:grid}.sales-tech-upload-form label{color:var(--sales-liquid-muted);gap:6px;font-size:.8rem;font-weight:800;display:grid}.sales-tech-filters input,.sales-tech-filters select,.sales-tech-upload-form input{color:#f6fff9;background:#ffffff0e;border:1px solid #84f0d429;border-radius:12px;outline:0;width:100%;min-height:42px;padding:0 12px}.sales-tech-upload-form input[type=file]{padding:9px 12px}.sales-tech-upload-actions{flex-wrap:wrap;gap:8px;display:flex}.sales-tech-upload-actions button{color:#fff;background:linear-gradient(145deg,#007afff5,#26c6dad1);border:1px solid #ffffff9e;border-radius:999px;min-height:42px;padding:0 16px;font-weight:900;box-shadow:inset 0 1px #ffffff61,0 10px 24px #007aff29}.sales-tech-upload-actions button:disabled{cursor:not-allowed;color:#10201f6b;background:#ffffff5c;box-shadow:inset 0 1px #ffffff9e}.sales-tech-upload-feedback{color:var(--sales-liquid-muted);margin:0;font-size:.9rem;font-weight:800}.sales-tech-upload-preview{flex-wrap:wrap;gap:8px;display:flex}.sales-tech-upload-preview span{min-height:32px;color:var(--sales-liquid-muted);background:#ffffff57;border:1px solid #ffffff9e;border-radius:999px;align-items:center;gap:6px;padding:0 11px;font-size:.82rem;display:inline-flex}.sales-tech-upload-preview strong{color:var(--sales-liquid-text)}.sales-tech-filters option{color:#14201d}.sales-tech-count{color:#8af0d1;font-size:.9rem;font-weight:900}.sales-tech-table-scroll{border:1px solid #84f0d41f;border-radius:16px;overflow:auto}.sales-tech-table{border-collapse:collapse;width:100%;min-width:1220px}.sales-tech-table th,.sales-tech-table td{color:#e7f7f0c2;text-align:left;vertical-align:top;border-bottom:1px solid #84f0d41a;padding:12px 13px;font-size:.86rem}.sales-tech-table th{z-index:1;color:#8af0d1;background:#0c1211f5;font-size:.76rem;font-weight:900;position:sticky;top:0}.sales-tech-table td:nth-child(n+6){text-align:right;white-space:nowrap}.sales-tech-table td span{color:#071311;background:#8af0d1;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:.78rem;font-weight:900;display:inline-flex}.sales-tech-alert,.sales-tech-empty{color:#e7f7f0bd}.sales-tech-empty{gap:12px;display:grid}.sales-tech-shell{--sales-liquid-text:#10201f;--sales-liquid-muted:#10201f9e;--sales-liquid-soft:#ffffff75;--sales-liquid-border:#ffffff9e;--sales-liquid-shadow:#23364829;--sales-liquid-blue:#007aff;--sales-liquid-cyan:#26c6da;--sales-liquid-green:#34c759;--sales-liquid-orange:#ff9f0a;--sales-liquid-red:#ff453a;color:var(--sales-liquid-text);background:linear-gradient(115deg,#f5fafff5 0%,#e1f1ffe0 34%,#e8f8f3e6 67%,#fff9edf0 100%),linear-gradient(#ffffffb3,#e9f2ffa8);box-shadow:0 28px 70px #2b415c38}.sales-tech-shell:before{background-image:linear-gradient(#ffffff5c 1px,#0000 1px),linear-gradient(90deg,#ffffff5c 1px,#0000 1px);background-size:30px 30px;-webkit-mask-image:linear-gradient(#00000080,#0000 72%);mask-image:linear-gradient(#00000080,#0000 72%)}.sales-tech-shell:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(130deg,#ffffff6b,#0000 22% 70%,#ffffff42);border-radius:25px;position:absolute;inset:1px}.sales-tech-title,.sales-tech-panel,.sales-tech-alert,.sales-tech-empty,.sales-tech-metric{border:1px solid var(--sales-liquid-border);box-shadow:inset 0 1px 0 #ffffffd1, inset 0 -1px 0 #ffffff3d, 0 18px 42px var(--sales-liquid-shadow);-webkit-backdrop-filter:blur(24px)saturate(1.45);backdrop-filter:blur(24px)saturate(1.45);background:linear-gradient(145deg,#ffffffad,#ffffff47),#ffffff38}.sales-tech-title{background:linear-gradient(150deg,#ffffffb8,#f5fbff57),#fff3}.sales-tech-mode span,.sales-tech-panel-head p,.sales-tech-count,.sales-tech-rank-list button span,.sales-tech-secondary>button span{color:var(--sales-liquid-blue)}.sales-tech-mode a,.sales-tech-empty a{color:#063a68;background:linear-gradient(145deg,#ffffffd1,#ffffff47),#007aff14;border-color:#ffffffbd;box-shadow:inset 0 1px #ffffffe0,0 10px 24px #007aff1f}.sales-tech-title h1,.sales-tech-panel-head h2,.sales-tech-empty h2,.sales-tech-metric strong,.sales-tech-bar-name strong,.sales-tech-bar-data strong,.sales-tech-rank-list button strong{color:var(--sales-liquid-text)}.sales-tech-title p,.sales-tech-metric span,.sales-tech-metric em,.sales-tech-bar-name span,.sales-tech-bar-data span,.sales-tech-bar-data em,.sales-tech-bar-meta,.sales-tech-alert,.sales-tech-empty,.sales-tech-rank-list button em,.sales-tech-table th,.sales-tech-table td,.sales-tech-filters label{color:var(--sales-liquid-muted)}.sales-tech-metric--ok{background:linear-gradient(145deg,#edfff4c7,#ffffff47),#ffffff38;border-color:#34c75952}.sales-tech-metric--warn{border-color:#ff9f0a59}.sales-tech-metric--danger{border-color:#ff453a59}.sales-tech-legend span,.sales-tech-tabs button,.sales-tech-secondary>button,.sales-tech-bar,.sales-tech-rank-list button,.sales-tech-filters input,.sales-tech-filters select,.sales-tech-upload-form input,.sales-tech-table-scroll{color:var(--sales-liquid-muted);-webkit-backdrop-filter:blur(18px)saturate(1.35);backdrop-filter:blur(18px)saturate(1.35);background:linear-gradient(145deg,#ffffff94,#fff3),#ffffff2e;border-color:#ffffff9e;box-shadow:inset 0 1px #ffffffb8}.sales-tech-bar--prominent{background:linear-gradient(145deg,#edf7ffb8,#ffffff3d),#fff3;border-color:#007aff57}.sales-tech-track,.sales-tech-rank-list .sales-mini-progress{background:#273a481f;box-shadow:inset 0 1px 2px #1f303f1f,inset 0 0 0 1px #ffffff80}.sales-tech-fill{background:linear-gradient(90deg, var(--sales-liquid-blue), var(--sales-liquid-cyan), var(--sales-liquid-green));box-shadow:0 0 18px #007aff2e,0 0 22px #26c6da2e}.sales-tech-marker{background:#09141cdb;box-shadow:0 0 0 1px #ffffffdb,0 6px 16px #09141c2e}.sales-tech-bar--warn .sales-tech-fill{background:linear-gradient(90deg, var(--sales-liquid-orange), #ffd60a)}.sales-tech-bar--danger .sales-tech-fill{background:linear-gradient(90deg, var(--sales-liquid-red), var(--sales-liquid-orange))}.sales-tech-bar--muted .sales-tech-fill,.sales-tech-bar--neutral .sales-tech-fill{background:linear-gradient(90deg,#8e9aa8,#c7d0d9)}.sales-tech-tabs button.active{color:#fff;background:linear-gradient(145deg,#007afff5,#26c6dad1);border-color:#ffffff9e;box-shadow:inset 0 1px #ffffff61,0 10px 24px #007aff38}.sales-tech-rank-list button:hover,.sales-tech-tabs button:hover,.sales-tech-secondary>button:hover,.sales-tech-mode a:hover{transform:translateY(-1px)}.sales-tech-filters input,.sales-tech-filters select,.sales-tech-upload-form input{color:var(--sales-liquid-text);outline:0}.sales-tech-filters input::placeholder{color:#10201f66}.sales-tech-table-scroll{background:#fff3}.sales-tech-table th{color:#10201fb3;-webkit-backdrop-filter:blur(18px)saturate(1.35);backdrop-filter:blur(18px)saturate(1.35);background:#f8fcffdb}.sales-tech-table th,.sales-tech-table td{border-bottom-color:#10201f14}.sales-tech-table td span{color:#fff;background:linear-gradient(145deg,#007afff5,#26c6dad6)}.data-table--budget-promo td,.data-table--budget-overview td,.data-table--budget-finance td,.data-table--budget-usage td,.data-table--budget-import td{vertical-align:middle}.group-cell{background:#f5f1e9b8;font-weight:700}.budget-overview-project-button{color:var(--ink-900);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-weight:700;display:inline-flex}.budget-overview-project-button__icon{width:26px;height:26px;color:var(--ink-700);background:#18262514;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex}.budget-overview-project-button.is-open .budget-overview-project-button__icon{color:var(--leaf-700);background:#254e4924}.budget-overview-summary{color:var(--ink-700);white-space:nowrap;flex-direction:column;gap:4px;font-weight:600;display:inline-flex}.budget-overview-summary small{color:var(--ink-500);font-size:.82rem}.data-table--budget-finance .budget-overview-summary{gap:2px}.budget-overview-total-row td{background:#f5f1e9eb;font-weight:700}.budget-finance-total-row td{border-top:2px solid #1826251f}.budget-overview-total-row td:first-child{color:var(--ink-900)}.budget-variance-value{color:var(--ink-900);font-weight:700}.budget-variance-value--negative{color:var(--brick-700)}.budget-overview-detail-row td{background:#faf7f0eb}.budget-overview-detail-cell{padding:0!important}.budget-overview-detail-shell{gap:12px;padding:16px 18px 18px;display:grid}.data-table--budget-finance .budget-overview-detail-shell{gap:10px;padding:12px 16px 14px}.budget-overview-detail-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.budget-overview-detail-head span{color:var(--ink-500)}.budget-overview-content-list,.budget-overview-subtree,.budget-overview-person-list{gap:10px;display:grid}.data-table--budget-finance .budget-overview-content-list,.data-table--budget-finance .budget-overview-subtree,.data-table--budget-finance .budget-overview-person-list{gap:8px}.budget-overview-content-list{padding-left:12px}.budget-overview-subtree{padding-left:18px}.budget-overview-person-list{padding-left:22px}.budget-overview-line-group{gap:8px;display:grid}.budget-overview-line{background:#ffffffe0;border:1px solid #18262514;border-radius:18px;grid-template-columns:minmax(280px,1.45fr) minmax(180px,.95fr) repeat(4,minmax(120px,.62fr)) minmax(92px,.5fr);align-items:stretch;gap:12px;padding:12px 14px;display:grid}.budget-overview-line--with-progress{grid-template-columns:minmax(250px,1.35fr) minmax(160px,.82fr) minmax(420px,2fr)}.data-table--budget-finance .budget-overview-line{border-radius:16px;padding:10px 12px}.budget-overview-line--content{background:#f3f7fcf5;border-left:4px solid #5878a857;box-shadow:inset 0 0 0 1px #5878a80d}.budget-overview-line--off-plan{background:linear-gradient(90deg,#b352481a,#fff0 46%),#fffaf7fa;border-left-color:#b3524885;box-shadow:inset 0 0 0 1px #b3524814}.budget-overview-line--off-plan .budget-overview-line__toggle{color:var(--brick-700)}.budget-overview-line--fee{background:#f5f2fbfa;border-left:4px solid #7e68b842;margin-left:18px;box-shadow:inset 0 0 0 1px #7e68b80d}.budget-overview-line--department{background:#f0f7f2fa;border-left:4px solid #55915f47;margin-left:28px;box-shadow:inset 0 0 0 1px #55915f0d}.budget-overview-line--person{background:#fcf8f1fa;border-left:4px solid #c2872c33;grid-template-columns:minmax(170px,1fr) minmax(120px,.65fr) minmax(200px,1fr) minmax(130px,.7fr) repeat(3,minmax(120px,.62fr));margin-left:60px;box-shadow:inset 0 0 0 1px #c2872c0a}.budget-person-detail-shell{background:#fffdf9f5;border:1px solid #c2872c24;border-radius:16px;margin-left:86px;padding:12px;box-shadow:inset 0 0 0 1px #ffffff8a}.budget-overview-line__toggle{min-width:0;color:var(--ink-900);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-weight:700;display:inline-flex}.budget-overview-line__icon{width:24px;height:24px;color:var(--ink-700);background:#18262514;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.budget-overview-line__toggle.is-open .budget-overview-line__icon{color:var(--leaf-700);background:#254e4924}.budget-overview-line__meta,.budget-overview-line__person-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--ink-600);align-items:center;display:flex;overflow:hidden}.budget-overview-line__person-name{color:var(--ink-900);font-weight:700}.budget-overview-line__metric{text-align:right;align-content:center;justify-items:end;gap:4px;display:grid}.budget-overview-line__metric span{color:var(--ink-500);font-size:.84rem}.budget-overview-line__metric strong,.budget-value{color:var(--ink-900)}.budget-value--zero{color:#18262570}.budget-value--negative{color:var(--brick-700)}.budget-remaining--ok{color:var(--leaf-700)}.budget-remaining--danger{color:var(--brick-700)}.budget-remaining--neutral{color:var(--ink-700)}.budget-overview-line__status{justify-content:flex-end;align-items:center;display:flex}.budget-overview-line__status--stacked{flex-direction:column;grid-column:span 2;justify-content:center;align-items:flex-end;gap:6px}.budget-overview-line__status--compact{grid-column:auto}.budget-overview-line__status-rate{color:var(--ink-900);font-weight:700;line-height:1}.budget-annual-progress{box-sizing:border-box;align-content:center;width:100%;min-width:0;display:grid}.budget-annual-progress--compact{gap:0}.budget-annual-progress__capacity{white-space:nowrap;align-items:baseline;gap:7px;width:100%;min-width:0;display:flex}.budget-annual-progress__capacity strong{color:#123835;font-variant-numeric:tabular-nums;font-size:.96rem}.budget-annual-progress__capacity span{color:#12383585;font-size:.8rem}.budget-annual-progress--compact .budget-annual-progress__capacity strong{font-size:.88rem}.budget-annual-progress--compact .budget-annual-progress__capacity span{font-size:.76rem}.budget-annual-progress__track-shell{min-width:0;padding-bottom:24px}.budget-annual-progress__track{background:linear-gradient(90deg,#128a9624,#4eccbc1a),#0d202414;border-radius:999px;width:100%;height:30px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #49b2b52e,inset 0 1px 3px #0d20241f}.budget-annual-progress__track:after{content:"";pointer-events:none;mix-blend-mode:screen;z-index:2;background:repeating-linear-gradient(90deg,#ffffff2e 0 1px,#0000 1px 16px);position:absolute;inset:0}.budget-annual-progress__track-row{grid-template-columns:minmax(360px,1fr) minmax(160px,.3fr);align-items:center;gap:14px;display:grid}.budget-annual-progress__side{align-content:center;justify-items:start;gap:5px;min-width:0;display:grid}.budget-annual-progress__side .status-pill{min-height:22px;padding:0 8px;font-size:.72rem;font-weight:700}.budget-annual-progress__fill{border-radius:inherit;z-index:1;min-width:0;position:absolute;inset:0 auto 0 0;overflow:hidden;box-shadow:0 0 16px #2dc5be52}.budget-annual-progress__used-label{color:#0f2426;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px #ffffff47;z-index:3;max-width:calc(100% - 14px);font-size:.88rem;font-weight:800;line-height:1;position:absolute;top:50%;right:8px;overflow:hidden;transform:translateY(-50%)}.budget-annual-progress__used-label--outside{background:#ffffffe0;border-radius:999px;max-width:150px;padding:.28rem .48rem;right:auto;transform:translate(8px,-50%);box-shadow:0 8px 18px #14484c21,inset 0 0 0 1px #34b0b529}.budget-annual-progress--ok .budget-annual-progress__fill{background:linear-gradient(90deg,#1b8f9b,#38d5c4 58%,#a6fff0)}.budget-annual-progress--warn .budget-annual-progress__fill{background:linear-gradient(90deg,#b7862e,#f2c45b 58%,#fff0a3);box-shadow:0 0 16px #f2c45b4d}.budget-annual-progress--danger .budget-annual-progress__fill{background:linear-gradient(90deg,#b9575d,#ef7d79 58%,#ffd1ca);box-shadow:0 0 16px #ef7d7952}.budget-annual-progress--neutral .budget-annual-progress__fill{background:linear-gradient(90deg,#4e778261,#689ba69e);box-shadow:0 0 14px #689ba633}.budget-annual-progress__marker{z-index:4;background:#0e444899;border-radius:999px;width:3px;margin-left:-1.5px;position:absolute;top:-3px;bottom:-3px;box-shadow:0 0 0 2px #ffffff80,0 0 10px #2dc5be57}.budget-annual-progress__marker-label{color:#0f2426;white-space:nowrap;font-variant-numeric:tabular-nums;z-index:5;text-shadow:0 1px #ffffffb3;font-size:.82rem;font-weight:800;line-height:1;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%)}.budget-annual-progress__meta{color:#12383594;flex-wrap:wrap;align-items:center;gap:7px;width:100%;font-size:.78rem;line-height:1.2;display:flex}.budget-annual-progress--compact .budget-annual-progress__meta{gap:6px;font-size:.74rem}.budget-annual-progress__meta strong{background:#ebfaf9db;border-radius:999px;padding:.16rem .46rem;font-weight:700;box-shadow:inset 0 0 0 1px #34b0b521}.budget-annual-progress--ok .budget-annual-progress__meta strong{color:var(--leaf-700)}.budget-annual-progress--warn .budget-annual-progress__meta strong{color:var(--amber-700)}.budget-annual-progress--danger .budget-annual-progress__meta strong{color:var(--brick-700)}.data-table--budget-finance .status-pill{padding:.3rem .68rem;font-size:.74rem}.budget-overview-empty{color:var(--ink-500);background:#ffffffd1;border-radius:18px;padding:14px 16px}.budget-usage-detail-shell{gap:10px;padding:10px 14px 12px;display:grid}.budget-usage-preview{align-items:center;gap:8px;min-width:0;display:flex}.budget-usage-preview__text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.budget-usage-preview__count{color:var(--ink-600);background:#254e4914;border-radius:999px;flex:none;padding:2px 8px;font-size:.75rem;font-weight:700}.budget-usage-detail-list{gap:6px;display:grid}.budget-usage-detail-list__head,.budget-usage-detail-list__row{grid-template-columns:112px minmax(0,1.7fr) minmax(180px,.95fr) 110px;align-items:center;gap:10px;display:grid}.budget-usage-detail-list__head{color:var(--ink-500);padding:0 4px;font-size:.82rem}.budget-usage-detail-list__row{background:#ffffffdb;border:1px solid #1826250f;border-radius:12px;padding:9px 11px}.budget-usage-detail-list__row span{min-width:0;color:var(--ink-700)}.budget-usage-detail-list__row span:nth-child(2),.budget-usage-detail-list__row span:nth-child(3){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.budget-usage-detail-list__row strong{text-align:right;color:var(--ink-900)}.variance-summary-grid{margin-bottom:18px}.variance-summary-grid--compact .metric-card{padding:16px 18px}.variance-summary-grid--compact .metric-card strong{font-size:1.6rem}.variance-list-shell{gap:14px;display:grid}.variance-table-head,.variance-row{grid-template-columns:minmax(220px,1.15fr) minmax(260px,1.35fr) minmax(120px,.72fr) minmax(120px,.72fr) minmax(130px,.82fr) minmax(110px,.6fr) minmax(180px,.92fr);align-items:center;gap:14px;display:grid}.variance-table-head{color:var(--ink-500);padding:0 16px 10px;font-size:.88rem;font-weight:700}.variance-table-head>span:first-child{padding-left:34px}.variance-table-head>span:nth-child(3),.variance-table-head>span:nth-child(4),.variance-table-head>span:nth-child(5),.variance-table-head>span:nth-child(6),.variance-table-head>span:nth-child(7){text-align:right}.variance-row-list{gap:10px;display:grid}.variance-row{text-align:left;width:100%;color:var(--ink-900);cursor:pointer;background:#ffffffeb;border:1px solid #18262514;border-radius:18px;padding:14px 16px}.variance-row.is-open{border-color:#254e492e;box-shadow:0 16px 36px #1826250f}.variance-row__primary,.variance-row__status{align-items:center;gap:10px;min-width:0;display:flex}.variance-row__status{flex-wrap:wrap;justify-content:flex-end}.variance-row__icon{width:24px;height:24px;color:var(--ink-700);background:#18262514;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.variance-row__title,.variance-row__source{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.variance-row__metric{text-align:right;font-variant-numeric:tabular-nums}.variance-detail-shell{gap:14px;padding:0 16px 14px 54px;display:grid}.variance-detail-grid{grid-template-columns:minmax(260px,.95fr) minmax(420px,1.4fr) minmax(240px,.88fr);align-items:stretch;gap:14px;display:grid}.variance-edit-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);align-items:start;gap:14px;display:grid}.variance-edit-side{align-content:start;gap:12px;display:grid}.variance-card{gap:16px}.variance-card__header{justify-content:space-between;gap:14px;display:flex}.variance-metrics{flex-wrap:wrap;gap:10px;display:flex}.variance-card__hint-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.variance-card__hint{background:#fcf9f2e0;border:1px solid #1826250f;border-radius:16px;align-content:start;gap:4px;padding:12px 14px;display:grid}.variance-card__hint--wide{min-width:0}.variance-card__hint span{color:var(--ink-500);font-size:.82rem}.variance-card__hint strong{color:var(--ink-900);line-height:1.5}.variance-card__subline{color:var(--ink-600);font-size:.84rem}.variance-contributor-list{gap:8px;display:grid}.variance-contributor-row{border-top:1px solid #1826250f;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding:8px 0;display:grid}.variance-contributor-row:first-child{border-top:0;padding-top:2px}.variance-contributor-copy{gap:4px;min-width:0;display:grid}.variance-contributor-reason{color:var(--ink-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.84rem;display:-webkit-box;overflow:hidden}.variance-contributor-metric{text-align:right;justify-items:end;gap:2px;min-width:92px;display:grid}.variance-contributor-metric strong{font-variant-numeric:tabular-nums}.variance-contributor-label{color:var(--ink-500);letter-spacing:.04em;font-size:.74rem}.variance-contributor-metric span{color:var(--ink-500);white-space:nowrap;font-size:.82rem}.variance-save-actions{margin-top:0}.variance-save-actions .primary-action{width:100%}.variance-edit-grid .field-shell{height:100%}.variance-edit-grid .textarea-input{min-height:148px}.empty-state{text-align:center;padding:48px 28px}.site-footer{background:#f9f5eed1;border-top:1px solid #18262514}.footer-inner{color:var(--ink-500);justify-content:space-between;gap:16px;padding:18px 0 28px;font-size:.92rem;display:flex}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=1280px){.sales-tech-header,.sales-tech-layout{grid-template-columns:1fr}.sales-tech-date-grid,.sales-tech-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-tech-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.sales-tech-upload-form{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.variance-card__hint-grid{grid-template-columns:1fr}.variance-table-head,.variance-row{grid-template-columns:minmax(180px,1.1fr) minmax(220px,1.15fr) repeat(4,minmax(100px,.7fr)) minmax(170px,.88fr)}.variance-detail-grid{grid-template-columns:1fr}}@media (width<=1024px){.sales-tech-bar{grid-template-columns:1fr}.sales-tech-bar-data{text-align:left;justify-items:start}.sales-tech-legend{justify-content:flex-start}.sales-tech-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-tech-upload-form{grid-template-columns:1fr}.budget-table-scroll{overflow:auto visible}.budget-table-scroll .data-table thead th{position:static}.budget-annual-overview{grid-template-columns:1fr}.variance-table-head{display:none}.variance-row{grid-template-columns:1fr}.variance-row__status{justify-content:flex-start}.site-header .shell-inner,.footer-inner{flex-direction:column;align-items:flex-start}.header-actions,.header-meta,.login-layout{grid-template-columns:1fr;width:100%}.hero-surface,.admin-layout,.detail-layout,.chart-grid,.workflow-grid{grid-template-columns:1fr}.chart-card--wide{grid-column:auto}.module-grid,.module-grid--admin,.landing-grid,.home-grid,.toolbar-panel--table,.znight-toolbar,.budget-tabs,.budget-toolbar,.budget-filter-grid,.admin-toolbar,.inventory-grid,.asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-surface--freebie{gap:14px}.hero-panel--accounts{grid-template-columns:1fr}.home-card--wide,.home-card--tall,.home-card--standard{grid-area:auto/span 4;min-height:260px}}@media (width<=768px){.sales-tech-shell{border-radius:18px;padding:14px}.sales-tech-date-grid,.sales-tech-kpis,.sales-tech-filters{grid-template-columns:1fr}.sales-tech-title{min-height:0;padding:20px}.sales-tech-mode,.sales-tech-panel-head,.sales-tech-control-row,.sales-tech-bar-meta{flex-direction:column;align-items:flex-start}.shell-inner,.app-main{width:95%}.site-nav{flex-wrap:wrap}.header-actions,.header-meta,.session-bar{flex-direction:column;align-items:flex-start}.toolbar-panel--table,.znight-toolbar,.budget-tabs,.budget-toolbar,.budget-filter-grid,.admin-toolbar,.inventory-grid,.module-grid,.module-grid--admin,.landing-grid,.home-grid,.asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-surface,.gallery-panel,.detail-panel,.table-shell,.chart-card,.metric-card{padding:20px}.hero-surface--landing,.hero-surface--compact{grid-template-columns:1fr}.hero-surface--freebie .hero-copy h1{max-width:none}.hero-surface--freebie .hero-panel{grid-template-columns:1fr}.detail-panel--sticky{position:static}.home-card--wide,.home-card--tall,.home-card--standard{grid-column:span 1;min-height:240px}}@media (width<=560px){.app-main{width:95%;padding-top:18px}.site-header .shell-inner{width:95%}.inventory-grid,.module-grid,.module-grid--admin,.landing-grid,.home-grid,.asset-grid,.metric-grid,.toolbar-panel--table,.znight-toolbar,.budget-tabs,.budget-toolbar,.admin-toolbar,.form-grid{grid-template-columns:1fr}.hero-actions,.product-foot,.footer-inner,.bar-labels,.bar-meta,.table-headline{flex-direction:column;align-items:flex-start}.home-card{padding:20px}.landing-card{min-height:0;padding:20px}}
