:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--charcoal:#171717;--near-black:#080808;--bg:#0b0d12;--bg-radial-1:#7195a63d;--bg-radial-2:#f28c571f;--bg-radial-3:#ffffff0b;--card:#202124f0;--card-2:#191a1c;--card-3:#191a1c;--line:#ffffff24;--line-strong:#ffffff3d;--text:#f7f4ec;--muted:#aeb4bf;--muted-2:#7f8794;--accent:#f28c57;--accent-2:#7195a6;--danger:#ff7676;--success:#70d88f;--input-bg:#e4e4df;--input-text:#1d222b;--input-muted:#6c7280;--radius:16px;--radius-sm:10px;--shadow:0 16px 40px #00000047;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{min-height:100%}body{min-height:100%;color:var(--text);background:radial-gradient(circle at 12% 0%, var(--bg-radial-2), transparent 28%), linear-gradient(145deg, var(--charcoal) 0%, #111 48%, var(--near-black) 100%);margin:0}button,input,select,textarea{font:inherit}button{border-radius:var(--radius-sm);background:var(--accent);color:#111;cursor:pointer;border:0;padding:.65rem .9rem;font-weight:800}button:hover{filter:brightness(1.06)}button:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{border-radius:var(--radius-sm);background:var(--input-bg);width:100%;color:var(--input-text);border:1px solid #ffffff38;padding:.68rem .75rem;box-shadow:inset 0 1px #ffffff80}input::placeholder,textarea::placeholder{color:var(--input-muted)}input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}textarea{resize:vertical;min-height:92px}select{appearance:none}label{color:var(--muted);gap:6px;font-size:.82rem;font-weight:700;display:grid}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.025em}.app-shell{min-height:100vh;padding:24px}.page-grid{grid-template-columns:repeat(12,1fr);gap:16px;width:min(1540px,100%);margin:0 auto;display:grid}.full-span{grid-column:1/-1}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:18px}.nested-card{background:var(--card-3);border:1px solid var(--line);border-radius:14px;margin-top:14px;padding:14px}.app-header{z-index:40;align-items:center;gap:22px;padding:16px 18px;transition:transform .2s,opacity .2s,padding .16s;display:flex;position:sticky;top:0}.app-header-brand{flex-direction:column;flex:none;justify-content:center;align-items:center;gap:6px;display:flex}.app-header-logo{width:auto;height:34px;transition:height .16s;display:block}.app-header-product{color:#848585;align-items:center;gap:6px;font-size:.82rem;font-weight:800;display:inline-flex}.app-header-product-icon{flex:none;width:16px;height:16px}.app-header-metrics{flex-wrap:wrap;flex:auto;align-items:stretch;gap:24px;display:flex}.app-header-total,.app-header-metric{flex-direction:column;gap:2px;display:flex}.app-header-total strong{font-size:1.5rem;font-weight:900;line-height:1.1}.app-header-metric strong{font-size:1.05rem;font-weight:900;line-height:1.1}.app-header-sub{color:var(--muted);font-size:.76rem}.app-header-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.app-header-actions button{align-items:center;gap:6px;display:inline-flex}.app-header--condensed{padding-top:10px;padding-bottom:10px}.app-header--condensed .app-header-logo{height:26px}.app-header--condensed .app-header-total strong{font-size:1.2rem}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin:0 0 .35rem;font-size:.72rem;font-weight:900}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.section-heading.compact{margin-bottom:10px}.button-row,.card-footer-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ghost{color:var(--text);border:1px solid var(--line);background:#ffffff14}.ghost:hover{background:#ffffff1f}.danger{color:var(--danger)}.form-grid{gap:12px;display:grid}.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.project-setup-grid{grid-template-columns:1fr 2fr;align-items:stretch;gap:12px 16px;display:grid}.project-setup-fields{grid-area:1/1;align-content:start;gap:12px;display:grid}.project-setup-grid .production-notes-field{grid-area:1/2;grid-template-rows:auto 1fr}.project-setup-grid .production-notes-field textarea{height:100%}.save-meta{color:var(--muted);grid-area:2/1;align-self:end;margin:0;font-size:.78rem}.project-setup-actions{grid-area:2/2;align-self:end}@media (width<=900px){.project-setup-grid{grid-template-columns:1fr}.project-setup-fields,.project-setup-grid .production-notes-field,.save-meta,.project-setup-actions{grid-area:auto/1}}.metric-card{background:var(--card-2);border:1px solid var(--line);border-radius:14px;padding:14px;position:relative}.metric-warning-icon{color:var(--danger);pointer-events:none;font-size:1.35rem;line-height:1;position:absolute;top:10px;right:12px}.metric-warning-modal{line-height:1;position:absolute;top:8px;right:10px}.active-tier{color:var(--accent);font-weight:800}.tone-total{color:var(--accent)}.tone-good{color:#46c98a}.tone-ok{color:#e6c14a}.tone-warn{color:#f0922f}.tone-bad{color:var(--danger)}.metric-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:900}.metric-value{margin:.35rem 0;font-size:1.45rem;font-weight:900}.metric-helper,.helper-text{color:var(--muted);font-size:.82rem}.summary-row,.pricing-row,.margin-row{gap:12px;display:grid}.summary-row,.pricing-row{grid-template-columns:repeat(6,minmax(0,1fr))}.margin-row{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.mts-pricing-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (width<=1100px){.mts-pricing-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.mts-pricing-row{grid-template-columns:1fr}}.pricing-breakdown{gap:16px;display:grid}.metric-label .info-modal{margin-left:6px}.metric-card .compact-label{margin-top:10px}.input-prefix{display:block;position:relative}.input-prefix-symbol{color:var(--muted);pointer-events:none;font-weight:700;position:absolute;top:50%;left:.62rem;transform:translateY(-50%)}.input-prefix input.has-prefix{padding-left:1.45rem}.field-note{text-align:center;color:var(--muted);margin:8px 0 0;font-size:.76rem}.metric-card .ghost{white-space:nowrap;padding:.3rem .7rem;font-size:.72rem;font-weight:700}.metric-card>.ghost{width:fit-content;max-width:100%;margin:10px auto 0;display:block}.discount-controls{flex-direction:column;align-items:center;gap:8px;margin-top:12px;display:flex}.discount-fields{grid-template-columns:1fr 2fr;gap:6px;width:100%;display:grid}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:.86rem}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.65rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}.environment-card{grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;display:flex}.environment-copy{gap:4px;display:grid}.environment-copy strong{font-size:1rem}.environment-copy span{color:var(--muted);font-size:.84rem}.environment-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.environment-link,.environment-disabled{border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);background:#ffffff0b;padding:.62rem .9rem;font-weight:800;text-decoration:none}.environment-link:hover{border-color:var(--line-strong);background:#ffffff14}.environment-link.active{border-color:var(--accent);color:#111;background:var(--accent)}.environment-disabled{color:var(--muted-2)}.visually-hidden{opacity:0;pointer-events:none;position:absolute}@media (width<=1100px){.summary-row,.pricing-row{grid-template-columns:repeat(3,minmax(0,1fr))}.four-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.app-shell{padding:14px}.section-heading,.environment-card{display:block}.environment-actions{justify-content:stretch;margin-top:14px}.environment-link,.environment-disabled{text-align:center;flex:120px}.four-col,.summary-row,.pricing-row,.margin-row{grid-template-columns:1fr}.button-row,.card-footer-actions{justify-content:stretch}.button-row button,.card-footer-actions button{width:100%}}@media print{.environment-card{display:none}body{color:#111;background:#fff}}.film-setup-row{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(360px,1.65fr) minmax(430px,1.6fr);align-items:end;gap:14px;margin-top:20px;display:grid}.film-setup-field{min-width:0}.film-base-widths-field{grid-template-columns:minmax(180px,1fr) minmax(180px,.78fr);align-items:end;gap:14px;min-width:0;display:grid}.available-widths-field{color:var(--muted);align-content:end;gap:6px;min-width:0;font-size:.82rem;font-weight:700;display:grid}.available-widths-field .readonly-input{color:#f5e5e2;width:100%;box-shadow:none;background:#2b2d30;border-color:#44474a;padding:.68rem .75rem;font-size:.82rem}.film-actions-field{grid-template-columns:auto auto auto;align-items:end;gap:12px;min-width:0;display:grid}.film-actions-field>.switch-control--field{justify-self:start}.film-actions-field button{white-space:nowrap;color:#111;min-height:48px}@media (width<=1240px){.film-setup-row{grid-template-columns:repeat(2,minmax(0,1fr))}.film-base-widths-field,.film-actions-field{grid-column:1/-1}}@media (width<=820px){.film-setup-row,.film-base-widths-field,.film-actions-field{grid-template-columns:1fr}.film-actions-field button{width:100%}}.line-card{padding:18px}.polished-table-wrap,.nested-card>.table-wrap{border:1px solid var(--line);background:#ffffff06;border-radius:14px;overflow:hidden}.polished-table,.nested-card>.table-wrap>table{border-collapse:separate;border-spacing:0;min-width:900px}.polished-table thead th,.nested-card>.table-wrap>table thead th{border-bottom:1px solid var(--line-strong);color:var(--muted);background:#ffffff12;padding:.78rem .72rem}.polished-table thead th:first-child,.nested-card>.table-wrap>table thead th:first-child{border-top-left-radius:13px}.polished-table thead th:last-child,.nested-card>.table-wrap>table thead th:last-child{border-top-right-radius:13px}.polished-table tbody td,.nested-card>.table-wrap>table tbody td{background:#ffffff05;border-bottom:1px solid #ffffff18;padding:.72rem}.polished-table tbody tr:last-child td,.nested-card>.table-wrap>table tbody tr:last-child td{border-bottom:0}.polished-table tbody tr:hover td,.nested-card>.table-wrap>table tbody tr:hover td{background:#ffffff0a}.line-entry-table input,.nested-card>.table-wrap>table input{min-height:46px}.center-cell,.polished-table th.center-cell,.polished-table td.center-cell,.nested-card>.table-wrap>table th.center-cell,.nested-card>.table-wrap>table td.center-cell{text-align:center;vertical-align:middle}.polished-table th.center-cell,.nested-card>.table-wrap>table th.center-cell{white-space:nowrap}.polished-table td.center-cell,.nested-card>.table-wrap>table td.center-cell{width:150px}.polished-table td.center-cell>*,.nested-card>.table-wrap>table td.center-cell>*{margin-left:auto;margin-right:auto}.table-header-help{justify-content:center;align-items:center;gap:8px;display:inline-flex}.icon-cell{text-align:center;vertical-align:middle;width:74px}.delete-icon-button,.icon-button.danger{border:1px solid var(--line);width:42px;height:38px;color:var(--text);background:#ffffff0e;border-radius:10px;place-items:center;padding:0;display:inline-grid}.icon-button.danger{font-size:0}.icon-button.danger:before{content:"";background:currentColor;width:17px;height:17px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M6 6l1 15h10l1-15'/%3E%3Cpath d='M10 11v6M14 11v6'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M6 6l1 15h10l1-15'/%3E%3Cpath d='M10 11v6M14 11v6'/%3E%3C/svg%3E") 50%/contain no-repeat}.delete-icon-button:hover,.icon-button.danger:hover{color:var(--danger);filter:none;background:#ff76761f;border-color:#ff7676b8}.line-table-actions,.card-footer-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.line-card button,.line-table-actions button,.card-footer-actions button{color:var(--text)}.switch-control{cursor:pointer;place-items:center;width:58px;height:34px;margin:0 auto;padding:0;display:grid;position:relative}.switch-control input{appearance:none;z-index:2;opacity:0;pointer-events:auto;cursor:pointer;border:0;width:58px;height:34px;min-height:34px;margin:0;padding:0;position:absolute;inset:0}.switch-track{background:#a0a0a0a8;border:0;border-radius:999px;width:52px;height:20px;transition:background .16s;display:block;position:relative}.nested-card>.table-wrap>table input[type=checkbox]{appearance:none;cursor:pointer;width:52px;height:20px;min-height:20px;box-shadow:none;background:#a0a0a0a8;border:0;border-radius:999px;margin-left:auto;margin-right:auto;padding:0;display:block;position:relative}.nested-card>.table-wrap>table input[type=checkbox]:before{content:"";background:#f4f4f0;border-radius:999px;width:30px;height:30px;transition:transform .16s,background .16s;position:absolute;top:50%;left:-1px;transform:translateY(-50%);box-shadow:0 4px 10px #00000057}.nested-card>.table-wrap>table input[type=checkbox]:checked{background:#f28c577a}.nested-card>.table-wrap>table input[type=checkbox]:checked:before{background:var(--accent);transform:translate(24px,-50%)}.panel-entry-table{table-layout:fixed}.panel-entry-table .col-std{width:14.5%}.panel-entry-table .col-bleed{width:7.25%}.panel-entry-table .col-nesting{width:17.4%}.panel-entry-table .col-delete{width:10.1%}.bleed-header{flex-direction:column;align-items:center;gap:4px;display:inline-flex}.bleed-adjust{gap:4px;display:inline-flex}.bleed-step{border:1px solid var(--line);width:22px;height:18px;color:var(--text);background:#ffffff0f;border-radius:6px;place-items:center;padding:0;display:inline-grid}.bleed-step:hover{border-color:var(--accent);filter:none;background:#f28c5724}.polished-table td.center-cell,.nested-card>.table-wrap>table td.center-cell{text-align:center;vertical-align:middle;line-height:normal}.polished-table td.center-cell>.switch-control,.nested-card>.table-wrap>table td.center-cell>.switch-control,.switch-control{vertical-align:middle;cursor:pointer;justify-content:center;align-items:center;width:58px;height:34px;margin:0 auto;padding:0;line-height:0;display:inline-flex;position:relative}.switch-control input{appearance:none;z-index:2;opacity:0;pointer-events:auto;cursor:pointer;width:100%;height:100%;min-height:0;box-shadow:none;border:0;margin:0;padding:0;position:absolute;inset:0}.switch-track{background:#a0a0a0a8;border:0;border-radius:999px;flex:none;width:52px;height:20px;line-height:0;transition:background .16s;display:block;position:relative}.switch-thumb{background:#f4f4f0;border-radius:999px;width:30px;height:30px;transition:transform .16s,background .16s;position:absolute;top:50%;left:-1px;transform:translateY(-50%);box-shadow:0 4px 10px #00000057}.switch-control input:checked+.switch-track{background:#f28c577a}.switch-control input:checked+.switch-track .switch-thumb{background:var(--accent);transform:translate(24px,-50%)}.switch-control input:focus-visible+.switch-track{outline:2px solid var(--accent);outline-offset:7px}.switch-control.switch-control--field{width:auto;height:auto;min-height:0;color:var(--muted);grid-template-rows:auto calc(1.36rem + 1.2em + 2px);align-content:start;gap:6px;margin:0;font-size:.82rem;font-weight:700;line-height:1.2;display:grid}.switch-control--field .switch-control-label{color:var(--muted);font-size:.82rem;font-weight:700;line-height:1.2;display:block}.switch-control--field .switch-track{grid-row:2;align-self:center}.nested-card>.table-wrap>table td.center-cell input[type=checkbox]:not(.switch-control input){vertical-align:middle;margin:0 auto;display:inline-block}.info-modal{justify-content:center;align-items:center;display:inline-flex}.info-modal-trigger{width:20px;height:20px;color:var(--muted);text-transform:none;letter-spacing:0;background:#ffffff0f;border:1px solid #ffffff61;border-radius:999px;place-items:center;padding:0;font-size:.76rem;font-weight:900;line-height:1;display:inline-grid}.info-modal-trigger:hover{border-color:var(--accent);color:var(--text);filter:none;background:#f28c5724}.info-modal-trigger.info-modal-trigger--warning{width:auto;height:auto;color:var(--danger);background:0 0;border:0;border-radius:0;font-size:1.3rem}.info-modal-trigger.info-modal-trigger--warning:hover{color:var(--danger);filter:brightness(1.15);background:0 0;border:0}.info-modal-layer{z-index:1000;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.info-modal-backdrop{cursor:pointer;filter:none;background:#000000ad;border:0;border-radius:0;width:100%;height:100%;padding:0;position:fixed;inset:0}.info-modal-panel{z-index:1001;border:1px solid var(--line-strong);width:min(620px,100vw - 32px);max-height:calc(100vh - 48px);color:var(--text);text-align:left;text-transform:none;letter-spacing:normal;background:#202124;border-radius:20px;gap:18px;padding:1.25rem;display:grid;position:relative;overflow:auto;box-shadow:0 28px 90px #0000009e}.info-modal-panel,.info-modal-panel *{white-space:normal}.info-modal-panel h2{letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:1.35rem;line-height:1.12}.info-modal-body{gap:.85rem;display:grid}.info-modal-body p{color:#d7d7d3;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700;line-height:1.55}.info-modal-close{justify-self:end;margin-top:4px}
