:root{--th-navy: #182850;--th-navy-700: #101d3a;--th-navy-300: #5e76a0;--th-primary: #FA9E1A;--th-primary-hover: #FBAE1F;--th-primary-press: #F88D17;--th-teal: #1A7597;--th-teal-2: #3483A8;--th-teal-3: #7BBCD1;--th-chart-1: #1A7597;--th-chart-2: #3483A8;--th-chart-3: #7BBCD1;--th-chart-4: #FA9E1A;--th-gold: #C8A24B;--th-gold-soft: #e2c889;--th-grad-cta: linear-gradient(100deg, #2f5fd6 0%, #1577a3 46%, #1aa6c0 76%, #f59a1e 128%);--th-grad-cta-hi: linear-gradient(100deg, #3a6cea 0%, #1a86b6 46%, #20b8d2 76%, #ffa92e 128%);--th-grad-sidebar: linear-gradient(168deg, #20407a 0%, #182f5c 38%, #111f3f 100%);--th-grad-accent: linear-gradient(120deg, #1aa6c0, #2f5fd6 60%, #f59a1e);--th-grad-text: linear-gradient(100deg, #9bd4e6 0%, #ffffff 45%, #ffc06a 100%);--th-ink: #1a2230;--th-muted: #5b6675;--th-faint: #8a94a3;--th-line: #e3e7ee;--th-bg: #F5F8FA;--th-surface: #ffffff;--th-surface-2: #eef2f7;--th-ok: #2f8f4e;--th-warn: #c98a1e;--th-risk: #c0492f;--th-info: #1A7597;--th-radius: 10px;--th-radius-sm: 7px;--th-shadow: 0 1px 2px rgba(11,37,69,.06), 0 4px 16px rgba(11,37,69,.06);--th-shadow-lg: 0 8px 30px rgba(11,37,69,.14);--th-sidebar-w: 248px;--th-topbar-h: 58px;--th-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--th-font);color:var(--th-ink);background:var(--th-bg);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.45}a{color:var(--th-info);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.th-app{display:grid;grid-template-columns:var(--th-sidebar-w) 1fr;min-height:100vh}.th-sidebar{background:var(--th-grad-sidebar);color:#cdd6e4;display:flex;flex-direction:column;top:0;height:100vh;border-right:1px solid rgba(255,255,255,.06);position:sticky}.th-sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(420px 240px at 0% 0%,rgba(26,166,192,.18),transparent 70%)}.th-sidebar>*{position:relative}.th-brand{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:14px 18px 13px;border-bottom:1px solid rgba(255,255,255,.08)}.th-brand-logo-img{width:134px;height:auto;display:block;filter:brightness(0) invert(1)}.th-brand-sub{width:134px;text-align:center;font-size:11px;letter-spacing:.3em;font-weight:700;background:var(--th-grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.th-nav{padding:12px 10px;overflow-y:auto;flex:1}.th-nav-section{margin:14px 8px 6px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#6f7e95}.th-nav-link{display:flex;align-items:center;gap:11px;padding:8px 12px;margin:2px 0;border-radius:var(--th-radius-sm);color:#c2cce0;font-weight:500;cursor:pointer;text-decoration:none;position:relative}.th-nav-link:hover{background:#ffffff0f;color:#fff;text-decoration:none}.th-nav-link.is-active{background:linear-gradient(90deg,#2f5fd647,#1aa6c01f);color:#fff;box-shadow:inset 0 0 0 1px #ffffff0f}.th-nav-link.is-active:before{content:"";position:absolute;left:-10px;top:6px;bottom:6px;width:3px;border-radius:0 3px 3px 0;background:var(--th-grad-accent);box-shadow:0 0 12px #f59a1e8c}.th-nav-link svg{width:18px;height:18px;flex:0 0 auto}.th-nav-phase{margin-left:auto;font-size:9px;color:#8a96ac;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:1px 6px}.th-sidebar-foot{padding:10px;border-top:1px solid rgba(255,255,255,.08)}.th-main{display:flex;flex-direction:column;min-width:0}.th-topbar{height:var(--th-topbar-h);background:var(--th-surface);border-bottom:1px solid var(--th-line);display:flex;align-items:center;gap:14px;padding:0 20px;position:sticky;top:0;z-index:20}.th-topbar-title{font-weight:600;color:var(--th-navy)}.th-topbar-spacer{flex:1}.th-content{padding:22px 24px 60px;max-width:1280px;width:100%}.th-demo-banner{background:repeating-linear-gradient(45deg,#fff7e6,#fff7e6 14px,#fdf0d4 14px,#fdf0d4 28px);border-bottom:1px solid var(--th-gold);color:#7a5b14;font-size:12px;padding:6px 20px;display:flex;gap:8px;align-items:center}.th-pagehead{margin-bottom:20px;display:flex;align-items:flex-start;gap:16px}.th-pagehead-main{min-width:0;flex:1}.th-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--th-eyebrow, var(--th-teal))}.th-eyebrow:before{content:"";width:22px;height:3px;border-radius:3px;background:var(--th-grad-accent)}.th-pagehead h1{margin:8px 0 2px;font-size:22px;color:var(--th-navy);font-weight:700}.th-pagehead-sub{color:var(--th-muted);margin:0}.th-pagehead-actions{display:flex;gap:8px;align-items:center;flex:0 0 auto}.th-card{background:var(--th-surface);border:1px solid var(--th-line);border-radius:var(--th-radius);box-shadow:var(--th-shadow);padding:18px}.th-card-pad-0{padding:0}.th-grid{display:grid;gap:16px}.th-grid-2{grid-template-columns:repeat(2,1fr)}.th-grid-3{grid-template-columns:repeat(3,1fr)}.th-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1080px){.th-grid-4,.th-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.th-grid-2,.th-grid-3,.th-grid-4{grid-template-columns:1fr}}.th-mobile-only{display:none!important}.th-burger{padding:6px 8px}.th-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b254573;z-index:40}@media(max-width:720px){.th-app{grid-template-columns:1fr}.th-mobile-only{display:inline-flex!important}.th-sidebar{position:fixed;top:0;left:0;z-index:50;width:248px;height:100vh;transform:translate(-100%);transition:transform .22s ease}.th-sidebar.is-open{transform:translate(0);box-shadow:var(--th-shadow-lg)}}.th-stat-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--th-faint);font-weight:600}.th-stat-value{font-size:26px;font-weight:700;color:var(--th-navy);margin-top:4px}.th-stat-sub{color:var(--th-muted);font-size:12px;margin-top:2px}.th-btn{display:inline-flex;align-items:center;gap:7px;justify-content:center;border:1px solid var(--th-line);background:var(--th-surface);color:var(--th-ink);padding:8px 14px;border-radius:var(--th-radius-sm);font-weight:600;font-size:13px;cursor:pointer;transition:background .12s,border-color .12s,transform .05s}.th-btn:hover{background:var(--th-surface-2)}.th-btn:active{transform:translateY(1px)}.th-btn svg{width:16px;height:16px}.th-btn-primary{background:var(--th-grad-cta);border:none;color:#fff;box-shadow:0 4px 14px #2f5fd647}.th-btn-primary:hover{background:var(--th-grad-cta-hi)}.th-btn-primary:active{filter:brightness(.95);transform:translateY(1px)}.th-btn-gold{background:var(--th-primary);border-color:var(--th-primary);color:var(--th-navy)}.th-btn-gold:hover{background:var(--th-primary-hover);border-color:var(--th-primary-hover)}.th-btn-gold:active{background:var(--th-primary-press);border-color:var(--th-primary-press)}.th-btn-teal{background:var(--th-teal);border-color:var(--th-teal);color:#fff}.th-btn-teal:hover{background:var(--th-teal-2);border-color:var(--th-teal-2)}.th-btn-ghost{background:transparent;border-color:transparent}.th-btn-ghost:hover{background:var(--th-surface-2)}.th-btn:disabled{opacity:.55;cursor:not-allowed}.th-btn.is-on{background:var(--th-surface-2);color:var(--th-teal);border-color:var(--th-teal)}.th-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:2px 9px;border-radius:20px;background:var(--th-surface-2);color:var(--th-muted);border:1px solid var(--th-line)}.th-badge-ok{background:#e9f6ee;color:var(--th-ok);border-color:#c7e7d2}.th-badge-warn{background:#fbf2dd;color:var(--th-warn);border-color:#f0dcad}.th-badge-risk{background:#fae9e4;color:var(--th-risk);border-color:#f1c9bd}.th-badge-info{background:#e8f0f8;color:var(--th-info);border-color:#c8dbf0}.th-badge-navy{background:var(--th-navy);color:#fff;border-color:var(--th-navy)}.th-table{width:100%;border-collapse:collapse;font-size:13px}.th-table th{text-align:left;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--th-faint);font-weight:600;padding:10px 14px;border-bottom:1px solid var(--th-line)}.th-table td{padding:11px 14px;border-bottom:1px solid var(--th-line)}.th-table tr:last-child td{border-bottom:none}.th-table tbody tr:hover{background:var(--th-surface-2)}.th-login{min-height:100vh;display:grid;place-items:center;padding:24px;position:relative;overflow:hidden;background:radial-gradient(1000px 560px at 50% -8%,#1d3c72,#0d1830 52%,#070d1c)}.th-login:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;top:-120px;left:8%;background:radial-gradient(circle,rgba(26,166,192,.35),transparent 62%);filter:blur(20px)}.th-login:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;bottom:-140px;right:6%;background:radial-gradient(circle,rgba(245,154,30,.22),transparent 64%);filter:blur(24px)}.th-login-card{position:relative;z-index:1;width:100%;max-width:420px;padding:34px 32px;background:#121c349e;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.09);border-radius:20px;box-shadow:0 30px 80px #0000008c,inset 0 1px #ffffff0f;color:#e7edf6}.th-login-brand{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:14px}.th-login-logo-img{width:162px;height:auto;display:block;filter:brightness(0) invert(1)}.th-login-sub{width:162px;text-align:center;font-size:12px;letter-spacing:.32em;font-weight:700;background:var(--th-grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.th-login h1{margin:18px 0 2px;color:#fff;font-size:22px}.th-login p.sub{color:#e7edf699;margin:0 0 22px}.th-login .th-field label{color:#e7edf6a6;letter-spacing:.04em}.th-login .th-input{background:#f4f7fcf2;border:1px solid rgba(255,255,255,.14);color:#1a2230;padding:11px 12px;border-radius:9px}.th-login .th-input:focus{box-shadow:0 0 0 3px #2f5fd659;border-color:#3a6cea}.th-login .th-btn-primary{width:100%;padding:12px;font-size:14px;border-radius:10px;box-shadow:0 8px 24px #2f5fd666}.th-input-wrap{position:relative}.th-input-wrap>svg:first-child{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8a94a3;pointer-events:none}.th-input-wrap .th-input{padding-left:38px}.th-input-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#8a94a3;cursor:pointer;padding:2px}.th-login-foot{text-align:center;margin-top:26px;font-size:11px;letter-spacing:.06em;color:#e7edf666}.th-field{margin-bottom:14px}.th-field label{display:block;font-size:12px;font-weight:600;color:var(--th-muted);margin-bottom:5px}.th-input{width:100%;padding:10px 12px;border:1px solid var(--th-line);border-radius:var(--th-radius-sm);font-size:14px;font-family:inherit;background:var(--th-surface);color:var(--th-ink)}.th-input:focus{outline:none;border-color:var(--th-teal);box-shadow:0 0 0 3px #1a759726}.th-login-error{background:#fae9e4;color:var(--th-risk);border:1px solid #f1c9bd;padding:9px 12px;border-radius:var(--th-radius-sm);font-size:13px;margin-bottom:14px}.th-demo-list{display:flex;flex-direction:column;gap:8px;margin-top:6px}.th-demo-user{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:10px 12px;border:1px solid var(--th-line);border-radius:var(--th-radius-sm);background:var(--th-surface);cursor:pointer}.th-login .th-demo-user{border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.th-login .th-demo-user:hover{border-color:#3a6cea;background:#ffffff17}.th-login .th-demo-user .meta .nm{color:#fff}.th-login .th-demo-user .meta .rl{color:#e7edf68c}.th-demo-user:hover{border-color:var(--th-teal);background:var(--th-surface-2)}.th-avatar{width:34px;height:34px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;font-weight:700;font-size:13px;color:#fff;background:linear-gradient(135deg,#2f5fd6,#1577a3 55%,#1aa6c0)}.th-demo-user .meta{min-width:0}.th-demo-user .meta .nm{font-weight:600;color:var(--th-ink)}.th-demo-user .meta .rl{font-size:12px;color:var(--th-muted)}.th-placeholder{text-align:center;padding:50px 24px;color:var(--th-muted)}.th-placeholder .ic{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;margin:0 auto 14px;background:var(--th-surface-2);color:var(--th-navy)}.th-placeholder h2{color:var(--th-navy);margin:0 0 6px}.th-placeholder code{background:var(--th-surface-2);padding:1px 6px;border-radius:5px}.th-row{display:flex;align-items:center;gap:10px}.th-spread{display:flex;align-items:center;justify-content:space-between;gap:12px}.th-mt-0{margin-top:0}.th-mb-0{margin-bottom:0}.th-muted{color:var(--th-muted)}.th-stack{display:flex;flex-direction:column;gap:16px}.th-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b254573;z-index:100;display:grid;place-items:start center;padding:30px 16px;overflow-y:auto}.th-modal{background:var(--th-surface);border-radius:12px;box-shadow:var(--th-shadow-lg);width:100%;max-width:760px;margin:auto}.th-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--th-line)}.th-modal-head strong{color:var(--th-navy)}.th-modal-body{padding:18px}.th-modal-foot{display:flex;gap:8px;justify-content:flex-end;padding:14px 18px;border-top:1px solid var(--th-line)}.th-tabs{display:flex;gap:4px;border-bottom:1px solid var(--th-line);margin-bottom:18px;flex-wrap:wrap}.th-tab{padding:9px 14px;border:none;background:none;cursor:pointer;font-weight:600;font-size:13px;color:var(--th-muted);border-bottom:2px solid transparent}.th-tab:hover{color:var(--th-navy)}.th-tab.is-active{color:var(--th-navy);border-bottom-color:var(--th-teal)}.th-tab .th-badge{margin-left:6px}.th-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.th-dot-ok{background:var(--th-ok)}.th-dot-warn{background:var(--th-warn)}.th-dot-risk{background:var(--th-risk)}.th-dot-info{background:var(--th-info)}.th-dot-muted{background:var(--th-faint)}.th-num{text-align:right;font-variant-numeric:tabular-nums}.th-import-drop{text-align:center;padding:26px 16px}.th-import-drop label.th-btn{display:inline-flex}.th-status-sel{border:1px solid var(--th-line);border-radius:20px;font-size:12px;font-weight:600;padding:3px 22px 3px 9px;cursor:pointer;background:var(--th-surface-2);color:var(--th-muted);font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 11px) 50%,calc(100% - 7px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.th-status-sel.st-paid{background-color:#e9f6ee;color:var(--th-ok);border-color:#c7e7d2}.th-status-sel.st-overdue{background-color:#fae9e4;color:var(--th-risk);border-color:#f1c9bd}.th-status-sel.st-sent{background-color:var(--th-navy);color:#fff;border-color:var(--th-navy)}.th-status-sel.st-review{background-color:#e8f0f8;color:var(--th-info);border-color:#c8dbf0}.th-table tr.is-sel>td{background:#eef4fb}.th-bars{display:flex;align-items:flex-end;gap:4px;height:120px;padding-top:8px}.th-bars .col{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;min-width:0}.th-bars .bar{width:70%;max-width:26px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#1aa6c0,#1577a3);min-height:2px}.th-bars .bl{font-size:9px;color:var(--th-faint);white-space:nowrap}.th-section-title{color:var(--th-navy);font-weight:700;margin:0 0 12px}.th-invoice{display:flex;flex-direction:column;min-height:920px;padding:36px 38px;color:#111;font-size:13px}.th-inv-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:3px solid var(--th-navy);padding-bottom:16px}.th-inv-logo-img{width:184px;height:auto;display:block}.th-inv-org{color:#555;font-size:12px;margin-top:10px;line-height:1.5}.th-inv-spacer{flex:1 1 auto;min-height:28px}.th-inv-meta{text-align:right}.th-inv-meta h1{margin:0 0 8px;color:var(--th-primary);letter-spacing:.1em;font-size:22px}.th-inv-meta table{margin-left:auto;border-collapse:collapse;font-size:12px}.th-inv-meta td{padding:2px 0}.th-inv-meta td:first-child{color:#777;padding-right:14px;text-align:right}.th-inv-billto{margin:20px 0}.th-inv-billto .lbl{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#999}.th-inv-billto .nm{font-weight:700;font-size:15px;color:var(--th-navy)}.th-inv-lines{width:100%;border-collapse:collapse;margin-top:10px}.th-inv-lines th{background:var(--th-navy);color:#fff;text-align:left;padding:8px 10px;font-size:11px;letter-spacing:.04em}.th-inv-lines th.num,.th-inv-lines td.num{text-align:right;font-variant-numeric:tabular-nums}.th-inv-lines td{padding:9px 10px;border-bottom:1px solid #e5e5e5;vertical-align:top}.th-inv-li-title{font-weight:700;color:var(--th-navy)}.th-inv-li-details{margin:5px 0 0;padding-left:16px;list-style:disc}.th-inv-li-details li{font-size:11.5px;color:#555;line-height:1.5;padding:1px 0}.th-mt-12{margin-top:12px}.th-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:1080px){.th-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.th-stat-grid{grid-template-columns:1fr}.th-quota-split{grid-template-columns:1fr!important}}.th-quota .th-meter{margin-top:10px}.th-meter{height:12px;background:var(--th-surface-2);border-radius:999px;overflow:hidden}.th-meter-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--th-gold, #FA9E1A),#FBAE1F);transition:width .35s ease}.th-quota-split{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:14px}.th-table-wrap{overflow-x:auto}.th-icon-btn{background:none;border:1px solid var(--th-line);border-radius:7px;padding:5px;color:var(--th-muted);cursor:pointer;display:inline-grid;place-items:center}.th-icon-btn:hover{color:var(--th-navy);border-color:var(--th-teal);background:var(--th-surface-2)}.th-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.th-form-grid .th-field{margin-bottom:0}.th-field>span{display:block;font-size:12px;font-weight:600;color:var(--th-muted);margin-bottom:5px}.th-col-2{grid-column:1 / -1}.th-input-sm{padding:6px 8px!important;font-size:13px}.th-input-readonly{background:var(--th-surface-2);color:var(--th-navy);display:flex;align-items:center;font-weight:600}@media(max-width:560px){.th-form-grid{grid-template-columns:1fr}}.th-doc-p{font-size:13px;line-height:1.6;color:#333;margin:16px 0}.th-doc-terms{font-size:12px;line-height:1.6;color:#444;margin-top:14px;padding:12px 14px;background:#f6f8fa;border-radius:8px}.th-doc-sign{display:flex;gap:48px;margin-top:8px}.th-doc-sigcol{flex:1}.th-doc-sigline{border-bottom:1.5px solid var(--th-navy);height:36px;margin-bottom:6px}.th-doc-sigcol>div:last-child{font-size:12px;color:#555}.th-regal-tag{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:18px;background:var(--th-surface);border:1px solid var(--th-line);border-left:3px solid #C0392B;border-radius:var(--th-radius);text-decoration:none;color:var(--th-navy);box-shadow:var(--th-shadow);transition:border-color .15s,transform .15s}.th-regal-tag:hover{border-color:#c0392b;transform:translateY(-1px)}.th-regal-tag-ic{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#c0392b1a;color:#c0392b;flex-shrink:0}.th-btn-sm{padding:5px 10px;font-size:12px}.th-btn-lg{padding:12px 22px;font-size:15px;font-weight:700}.th-upload-btn{display:inline-flex;align-items:center;gap:6px;cursor:pointer;justify-content:center}.th-spin{animation:th-spin 1s linear infinite}@keyframes th-spin{to{transform:rotate(360deg)}}.th-inv-totals{margin:12px 0 0 auto;border-collapse:collapse;min-width:240px}.th-inv-totals td{padding:5px 10px}.th-inv-totals td.num{text-align:right;font-variant-numeric:tabular-nums}.th-inv-totals tr.grand td{border-top:2px solid var(--th-navy);font-weight:800;color:var(--th-navy);font-size:15px}.th-inv-foot{margin-top:26px;border-top:1px solid #e5e5e5;padding-top:12px;display:flex;justify-content:space-between;font-size:12px}@media print{.th-modal-overlay{position:static;background:none;padding:0;overflow:visible}.th-modal{box-shadow:none;max-width:none}.th-modal-head,.th-modal-foot{display:none!important}.th-modal-body{padding:0}.th-invoice{min-height:9.6in;padding:.1in .15in}}.th-chip{border:1px solid var(--th-line);background:var(--th-surface);color:var(--th-muted);padding:4px 11px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer}.th-chip:hover{border-color:var(--th-teal);color:var(--th-teal)}.th-chip.is-active{background:var(--th-teal);border-color:var(--th-teal);color:#fff}.th-pb-card{padding:0;overflow:hidden;text-align:left;cursor:pointer;border:1px solid var(--th-line);background:var(--th-surface);display:flex;flex-direction:column}.th-pb-card:hover{box-shadow:var(--th-shadow-lg)}.th-pb-thumb{aspect-ratio:4 / 3;overflow:hidden;background:var(--th-surface-2);border-bottom:1px solid var(--th-line)}.th-pb-thumb img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.th-pb-meta{padding:12px 14px}.th-pb-meta strong{color:var(--th-navy);display:block;margin:6px 0 2px}.th-pb-meta p{margin:0;font-size:12px}.th-doc-ic{width:40px;height:40px;border-radius:9px;background:var(--th-surface-2);color:var(--th-teal);display:grid;place-items:center;flex:0 0 auto}.th-insp-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.th-insp-thumb{position:relative;aspect-ratio:16 / 9;background:#000;overflow:hidden;display:grid;place-items:center}.th-insp-thumb img{width:100%;height:100%;object-fit:cover;display:block}.th-insp-play{position:absolute;width:44px;height:44px;border-radius:50%;background:#0000008c;display:grid;place-items:center;pointer-events:none}.th-insp-plat{position:absolute;top:8px;left:8px;color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px;letter-spacing:.04em}.th-insp-tile{background:var(--th-navy)}.th-insp-tilelabel{color:#fff;font-weight:800;letter-spacing:.1em;font-size:15px}.th-insp-body{padding:12px 14px;display:flex;flex-direction:column;gap:7px}.th-insp-body strong{color:var(--th-navy)}.th-insp-body p{margin:0;font-size:12px}.th-insp-foot{border-top:1px solid var(--th-line);padding-top:8px;font-size:12px}.th-intel{display:grid;grid-template-columns:280px 1fr;gap:16px;align-items:start}@media(max-width:860px){.th-intel{grid-template-columns:1fr}}.th-intel-list{display:flex;flex-direction:column;gap:8px}.th-intel-item{text-align:left;background:var(--th-surface);border:1px solid var(--th-line);border-radius:var(--th-radius-sm);padding:11px 13px;cursor:pointer}.th-intel-item:hover{border-color:var(--th-teal)}.th-intel-item.is-active{border-color:var(--th-teal);box-shadow:0 0 0 2px #1a75971f}.th-intel-item strong{color:var(--th-navy);font-size:13px}.th-intel-detail{display:flex;flex-direction:column;gap:14px;min-width:0}.th-intel-signals{max-height:320px;overflow-y:auto}.th-intel-sig{padding:10px 16px;border-top:1px solid var(--th-line)}.th-intel-sig p{font-size:13px;white-space:pre-wrap;word-break:break-word;color:var(--th-ink)}.th-sig-who{font-weight:600;color:var(--th-teal);font-size:12px}.th-collab{border-top:1px solid var(--th-line);margin-top:14px;padding-top:14px}.th-collab-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.th-collab-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.th-label-chip{color:#fff;font-size:11px;font-weight:700;padding:2px 9px;border-radius:4px;letter-spacing:.02em}.th-label-dot{width:12px;height:12px;border-radius:3px;display:inline-block}.th-mini-btn{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--th-muted);background:var(--th-surface-2);border:1px solid var(--th-line);border-radius:6px;padding:3px 9px;cursor:pointer}.th-mini-btn:hover{color:var(--th-teal);border-color:var(--th-teal)}.th-pop-wrap{position:relative}.th-pop{position:absolute;z-index:30;top:100%;left:0;margin-top:4px;background:var(--th-surface);border:1px solid var(--th-line);border-radius:8px;box-shadow:var(--th-shadow-lg);padding:6px;min-width:160px;max-height:240px;overflow-y:auto}.th-pop-row{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:6px 8px;border:none;background:none;border-radius:6px;cursor:pointer;font-size:13px}.th-pop-row:hover{background:var(--th-surface-2)}.th-prog{display:flex;align-items:center;gap:8px;margin-bottom:8px}.th-prog-bar{flex:1;height:7px;background:var(--th-surface-2);border-radius:4px;overflow:hidden}.th-prog-bar span{display:block;height:100%;background:linear-gradient(90deg,#1aa6c0,#2f8f4e);border-radius:4px;transition:width .2s}.th-prog-pct{font-size:12px;font-weight:700;color:var(--th-muted);min-width:38px;text-align:right}.th-check{margin-bottom:10px}.th-check-title{font-size:12px;font-weight:700;color:var(--th-navy);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;display:flex;align-items:center;gap:6px}.th-check-item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:5px 4px;border:none;background:none;cursor:pointer;font-size:13px;border-radius:5px}.th-check-item:hover{background:var(--th-surface-2)}.th-check-item .done{color:var(--th-faint);text-decoration:line-through}.th-check-add{display:flex;gap:6px;margin-top:4px}.th-check-add .th-input{padding:5px 9px;font-size:13px}.th-collab-comments{margin-top:14px}.th-comment-row{display:flex;gap:10px;padding:8px 0;align-items:flex-start}.th-comment-row.th-reply{padding:6px 0 0}.th-comment-body{margin:2px 0 0;font-size:13px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.th-comment-add{display:flex;gap:8px;margin-top:8px}.th-link-btn{display:inline-flex;align-items:center;gap:3px;background:none;border:none;color:var(--th-muted);font-size:11px;font-weight:600;cursor:pointer;padding:1px 3px}.th-link-btn:hover{color:var(--th-teal)}.th-react{background:var(--th-surface-2);border:1px solid var(--th-line);border-radius:20px;font-size:12px;padding:1px 7px;cursor:pointer}.th-react.mine{background:#e8f0f8;border-color:var(--th-teal)}.th-react:hover{border-color:var(--th-teal)}.th-collab-attach{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;align-items:center}.th-attach{display:inline-flex;align-items:center;gap:4px;background:var(--th-surface-2);border:1px solid var(--th-line);border-radius:6px;padding:2px 4px 2px 8px;font-size:12px}.th-attach a{display:inline-flex;align-items:center;gap:4px;color:var(--th-ink)}.th-check-row{display:flex;align-items:center;gap:8px}.th-check-toggle{display:flex;align-items:center;gap:8px;flex:1;min-width:0;text-align:left;border:none;background:none;cursor:pointer;font-size:13px}.th-check-toggle .done{color:var(--th-faint);text-decoration:line-through}.th-item-del{opacity:0}.th-check-row:hover .th-item-del{opacity:1}.th-activity{background:var(--th-surface-2);border-radius:8px;padding:8px 12px;margin:6px 0;max-height:150px;overflow-y:auto}.th-act-row{font-size:12px;padding:2px 0}.th-shoot{display:flex;align-items:center;gap:14px;cursor:pointer}.th-shoot:hover{box-shadow:var(--th-shadow-lg)}.th-shoot-date{width:52px;flex:0 0 auto;text-align:center;background:var(--th-navy);color:#fff;border-radius:var(--th-radius-sm);padding:6px 0}.th-shoot-date .d{font-size:20px;font-weight:800;line-height:1}.th-shoot-date .m{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--th-primary)}.th-callsheet{padding:34px 36px;color:#111;font-size:13px;display:flex;flex-direction:column;min-height:920px}.th-cs-head{display:flex;align-items:center;gap:18px;border-bottom:3px solid var(--th-navy);padding-bottom:14px}.th-cs-logo{width:150px;height:auto}.th-cs-meta{flex:1}.th-cs-kicker{font-size:11px;letter-spacing:.2em;color:var(--th-primary);font-weight:700}.th-cs-meta h1{margin:2px 0;color:var(--th-navy);font-size:22px}.th-cs-sub{color:#555;font-weight:600}.th-cs-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}.th-cs-bar .lbl{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#999}.th-cs-bar>div{background:var(--th-surface-2);border-radius:6px;padding:8px 10px;font-weight:600}.th-cs-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.th-callsheet h2{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--th-teal);border-bottom:1px solid #e5e5e5;padding-bottom:4px;margin:16px 0 8px}.th-cs-list{margin:0;padding-left:18px}.th-cs-notes{margin:0;line-height:1.5}.th-cs-table{width:100%;border-collapse:collapse}.th-cs-table th{text-align:left;font-size:10px;text-transform:uppercase;color:#999;padding:4px 6px;border-bottom:1px solid #e5e5e5}.th-cs-table td{padding:6px;border-bottom:1px solid #f0f0f0}.th-cs-gear{display:flex;flex-wrap:wrap;gap:6px}.th-cs-pill{background:var(--th-navy);color:#fff;font-size:11px;padding:3px 9px;border-radius:20px}.th-cs-spacer{flex:1 1 auto;min-height:24px}.th-cs-foot{border-top:1px solid #e5e5e5;padding-top:12px;display:flex;justify-content:space-between;font-size:12px}@media print{.th-callsheet{min-height:9.6in;padding:.1in .15in}}.th-kanban{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:12px;overflow-x:auto;padding-bottom:8px;align-items:start}.th-kcol{background:var(--th-surface-2);border-radius:var(--th-radius);border:1px solid var(--th-line);min-width:210px}.th-kcol-head{padding:9px 12px;border-top:3px solid var(--th-line);border-radius:var(--th-radius) var(--th-radius) 0 0;background:var(--th-surface)}.th-kcol-head strong{color:var(--th-navy);font-size:13px}.th-kcol-body{padding:9px;display:flex;flex-direction:column;gap:8px;min-height:56px}.th-kcard{text-align:left;background:var(--th-surface);border:1px solid var(--th-line);border-radius:var(--th-radius-sm);padding:10px 11px;cursor:pointer}.th-kcard:hover{border-color:var(--th-teal);box-shadow:var(--th-shadow)}.th-kcard>strong{color:var(--th-navy);font-size:13px;display:block}.th-kcard-name{font-size:12px;margin:2px 0 9px}.th-kval{font-weight:700;color:var(--th-teal);font-size:13px}.th-kempty{color:var(--th-faint);text-align:center;font-size:12px;padding:6px}.th-content-wide{max-width:none}.th-kanban-tall{min-height:calc(100vh - 230px);align-items:stretch;grid-auto-columns:minmax(272px,1fr)}.th-kanban-tall .th-kcol{display:flex;flex-direction:column;max-height:calc(100vh - 230px)}.th-kanban-tall .th-kcol-body{flex:1 1 auto;overflow-y:auto}.th-comm{display:flex;gap:12px;padding:12px 16px;border-top:1px solid var(--th-line)}.th-comm:first-child{border-top:none}.th-comm-ic{width:30px;height:30px;flex:0 0 auto;border-radius:8px;background:var(--th-surface-2);color:var(--th-teal);display:grid;place-items:center}.th-spark{display:flex;align-items:flex-end;gap:3px;height:34px;width:72px}.th-spark span{flex:1;min-height:3px;border-radius:2px 2px 0 0;opacity:.85}.th-report{padding:36px 38px;color:#111;font-size:13px;display:flex;flex-direction:column;min-height:920px}.th-rp-head{display:flex;align-items:center;gap:18px;border-bottom:3px solid var(--th-navy);padding-bottom:14px}.th-rp-logo{width:150px;height:auto}.th-rp-kicker{font-size:11px;letter-spacing:.18em;color:var(--th-teal);font-weight:700}.th-rp-head h1{margin:2px 0;color:var(--th-navy);font-size:24px}.th-rp-sub{color:#555;font-weight:600}.th-rp-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.th-rp-metric{background:var(--th-surface-2);border-radius:8px;padding:14px;text-align:center}.th-rp-metric .v{font-size:24px;font-weight:800;color:var(--th-navy)}.th-rp-metric .l{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-top:2px}.th-rp-metric .s{font-size:12px;color:var(--th-teal);font-weight:600}.th-report h2{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--th-teal);border-bottom:1px solid #e5e5e5;padding-bottom:4px;margin:18px 0 8px}.th-rp-top{font-weight:600;color:var(--th-navy);margin:0}.th-rp-narrative{line-height:1.6;margin:0}.th-rp-spacer{flex:1 1 auto;min-height:24px}.th-rp-foot{border-top:1px solid #e5e5e5;padding-top:12px;display:flex;justify-content:space-between;font-size:12px}@media print{.th-report{min-height:9.6in;padding:.1in .15in}}@media print{.th-sidebar,.th-topbar,.th-demo-banner,.th-no-print{display:none!important}.th-app{display:block}.th-content{padding:0;max-width:none}}@page{size:letter;margin:.6in}.print-wrap{background:#fff;color:#000}
