:root{--bg:#f3f6fb;--surface:#fff;--surface-2:#f7f9fc;--surface-3:#edf2f8;--text:#142037;--muted:#75839b;--line:#e6ebf2;--primary:#1769f5;--primary-2:#4c8cff;--green:#0fba8a;--red:#eb4d62;--amber:#ee9e24;--purple:#7b61e8;--shadow:0 16px 50px rgba(29,48,82,.08);--radius:22px;--sidebar:266px;color-scheme:light}:root[data-theme=dark]{--bg:#07101e;--surface:#0e1929;--surface-2:#111f31;--surface-3:#17263a;--text:#edf4ff;--muted:#91a2ba;--line:#213249;--primary:#4284ff;--primary-2:#6ba0ff;--green:#28d5a5;--red:#ff6a7e;--amber:#f6ad3f;--purple:#9b86ff;--shadow:0 18px 60px rgba(0,0,0,.28);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Tahoma,Segoe UI,Arial,sans-serif;font-size:14px;line-height:1.8}button,input,textarea,select{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}button:disabled{opacity:.55;cursor:not-allowed}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;min-height:43px;padding:8px 12px;outline:0;transition:.2s}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:color-mix(in srgb,var(--primary) 60%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}label{display:block;font-size:11px;font-weight:700;margin:0 0 6px;color:var(--text)}label b{color:var(--red);margin-right:3px}.block{display:block}.app-shell{min-height:100vh}.sidebar{position:fixed;right:0;inset-block:0;width:var(--sidebar);background:var(--surface);border-left:1px solid var(--line);z-index:80;display:flex;flex-direction:column;padding:18px 12px 12px;overflow:hidden}.brand{height:58px;display:flex;align-items:center;gap:11px;padding:0 7px;flex:0 0 auto}.brand-mark,.mobile-brand span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#1769f5,#22cbaa);color:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 28px #1769f538}.brand>span:nth-child(2){display:flex;flex-direction:column;line-height:1.45}.brand b{font-size:15px}.brand small{font-size:10px;color:var(--muted)}.side-close{display:none;margin-right:auto;border:0;background:none;color:var(--muted)}.side-scroll{margin-top:15px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--line) transparent;padding:0 2px 18px;min-height:0;flex:1}.side-scroll>a,.nav-group summary{min-height:43px;display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:12px;color:var(--muted);font-size:12.5px;font-weight:700;transition:.18s}.side-scroll>a:hover,.nav-group summary:hover{background:var(--surface-2);color:var(--text)}.side-scroll>a.active{background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 13%,transparent),transparent);color:var(--primary);box-shadow:inset -3px 0 var(--primary)}.nav-section{font-size:9px;color:color-mix(in srgb,var(--muted) 72%,transparent);font-weight:800;padding:17px 11px 5px}.nav-group{margin:2px 0}.nav-group summary{list-style:none;cursor:pointer}.nav-group summary::-webkit-details-marker{display:none}.nav-group summary svg:last-child{margin-right:auto;transition:.18s}.nav-group[open] summary svg:last-child{transform:rotate(180deg)}.service-dot{width:19px;height:19px;border-radius:7px;background:var(--surface-3);display:inline-block}.service-dot.instagram{background:linear-gradient(145deg,#7f3bf0,#ec486b 52%,#f1a33b)}.service-dot.website{background:linear-gradient(145deg,#1769f5,#22cbaa)}.sub-nav{margin:2px 19px 7px 0;border-right:1px solid var(--line);padding:2px 13px 3px 0;display:flex;flex-direction:column}.sub-nav a,.sub-nav .soon{font-size:11.5px;font-weight:600;color:var(--muted);padding:7px 9px;border-radius:8px}.sub-nav a:hover,.sub-nav a.active{color:var(--primary);background:color-mix(in srgb,var(--primary) 7%,transparent)}.soon{opacity:.65}.side-user{border-top:1px solid var(--line);padding:13px 5px 0;display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;flex:0 0 auto}.avatar,.top-avatar{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#dce8ff,#ccf7ee);color:#1769f5;font-weight:900}:root[data-theme=dark] .avatar,:root[data-theme=dark] .top-avatar{background:#18304c;color:#a9caff}.side-user>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.side-user b{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-user small{font-size:9.5px;color:var(--muted)}.side-user button{border:0;background:transparent;color:var(--muted);padding:7px}.app-main{margin-right:var(--sidebar);min-height:100vh}.topbar{height:76px;position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 86%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--line) 78%,transparent);display:flex;align-items:center;justify-content:space-between;padding:0 30px}.topbar-title{display:flex;align-items:center;gap:11px}.topbar-title h1{font-size:17px;margin:0;line-height:1.5}.topbar-title p{font-size:9.5px;color:var(--muted);margin:0}.top-actions{display:flex;gap:7px;align-items:center}.icon-btn{width:40px;height:40px;border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:12px;display:inline-grid;place-items:center;padding:0}.icon-btn:hover{color:var(--primary);border-color:color-mix(in srgb,var(--primary) 35%,var(--line))}.icon-btn.mobile{display:none}.top-avatar{width:40px;height:40px;margin-right:3px}.content{padding:24px 28px 105px;max-width:1560px;margin:0 auto}.bottom-nav,.scrim{display:none}.btn{min-height:40px;border:1px solid transparent;border-radius:12px;padding:8px 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:800;font-size:11.5px;white-space:nowrap}.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 9px 22px color-mix(in srgb,var(--primary) 18%,transparent)}.btn.ghost{background:var(--surface);border-color:var(--line);color:var(--text)}.btn.success{background:color-mix(in srgb,var(--green) 13%,var(--surface));border-color:color-mix(in srgb,var(--green) 25%,var(--line));color:var(--green)}.btn.large{min-height:50px;padding:11px 21px;border-radius:14px}.btn.small{min-height:32px;padding:5px 10px;font-size:10px;border-radius:9px}.btn.full{width:100%}.link-btn{border:0;background:none;color:var(--primary);font-size:11px;font-weight:700;margin-top:10px}.eyebrow{font-size:10px;color:var(--primary);font-weight:900;letter-spacing:.05em}.welcome{background:linear-gradient(120deg,var(--surface),color-mix(in srgb,var(--primary) 8%,var(--surface)));border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius);padding:24px 27px;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.welcome:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;left:-120px;top:-150px;background:color-mix(in srgb,var(--primary) 11%,transparent)}.welcome>div,.welcome>a{position:relative;z-index:1}.welcome h2{font-size:21px;margin:2px 0}.welcome p{margin:0;color:var(--muted);font-size:11px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:15px 0}.kpi{background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:16px;display:flex;gap:12px;align-items:center}.kpi>span{width:44px;height:44px;border-radius:13px;background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary);display:grid;place-items:center}.kpi.warn>span{background:color-mix(in srgb,var(--amber) 12%,var(--surface));color:var(--amber)}.kpi div{display:flex;flex-direction:column}.kpi small{font-size:9px;color:var(--muted)}.kpi strong{font-size:23px;line-height:1.2}.content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:15px}.span-2{grid-column:span 2}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:19px;box-shadow:0 10px 35px #1d305209;min-width:0}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:15px}.panel-head>div{display:flex;flex-wrap:wrap;align-items:center;gap:4px 9px}.panel-head h3{margin:0;font-size:14px}.panel-head p{width:100%;margin:0;color:var(--muted);font-size:9.5px}.panel-head>a{display:flex;gap:5px;align-items:center;color:var(--primary);font-size:10px}.project-list{display:flex;flex-direction:column}.project-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:11px;padding:11px 2px;border-bottom:1px solid var(--line)}.project-row:last-child{border:0}.project-row>span:nth-child(2){display:flex;flex-direction:column}.project-row b{font-size:11.5px}.project-row small{font-size:9px;color:var(--muted)}.service-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#1769f5,#22cbaa);color:#fff;font-size:9px;font-weight:900;box-shadow:0 8px 22px #1769f524}.service-icon.instagram{background:linear-gradient(145deg,#7f3bf0,#ec486b 52%,#f1a33b)}.service-icon.website{background:linear-gradient(145deg,#1769f5,#22cbaa)}.service-icon.large{width:59px;height:59px;border-radius:18px;font-size:12px}.status{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 8px;font-size:8.5px;font-weight:800;white-space:nowrap;background:var(--surface-3);color:var(--muted)}.status i{width:5px;height:5px;border-radius:50%;background:currentColor}.status.active,.status.done,.status.approved,.status.published,.status.won{background:color-mix(in srgb,var(--green) 12%,transparent);color:var(--green)}.status.todo,.status.draft,.status.queued,.status.new{background:color-mix(in srgb,var(--muted) 10%,transparent);color:var(--muted)}.status.in_progress,.status.scheduled,.status.contacted,.status.proposal{background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary)}.status.review,.status.pending,.status.qualified{background:color-mix(in srgb,var(--amber) 12%,transparent);color:var(--amber)}.status.paused,.status.rejected,.status.cancelled,.status.lost,.status.closed{background:color-mix(in srgb,var(--red) 10%,transparent);color:var(--red)}.task-mini,.workflow-list{display:flex;flex-direction:column}.task-mini article,.workflow-list article{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid var(--line)}.task-mini article:last-child,.workflow-list article:last-child{border:0}.task-mini article>div,.workflow-list article>div{display:flex;flex:1;min-width:0;flex-direction:column}.task-mini b,.workflow-list b{font-size:10.5px}.task-mini small,.workflow-list small{font-size:8.5px;color:var(--muted)}.priority-dot{width:7px;height:7px;border-radius:50%;background:var(--muted)}.priority-dot.high,.priority-dot.urgent{background:var(--red)}.empty{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--muted);text-align:center}.empty.compact{min-height:120px}.empty b{font-size:11px;color:var(--text)}.empty p{font-size:9px;margin:0}.page-actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;gap:13px}.page-actions h2{margin:0;font-size:18px}.page-actions p{margin:0;color:var(--muted);font-size:10px}.back-title{display:flex;align-items:center;gap:11px}.toolbar{display:flex;gap:8px;align-items:center;justify-content:space-between;margin-bottom:14px}.search-box{position:relative;max-width:440px;flex:1}.search-box svg{position:absolute;right:12px;top:13px;color:var(--muted)}.search-box input{padding-right:39px}.cards-list{display:flex;flex-direction:column}.cards-list article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:12px 2px;border-bottom:1px solid var(--line)}.cards-list article:last-child{border:0}.cards-list article>div{display:flex;flex-direction:column}.cards-list b{font-size:11px}.cards-list small{font-size:9px;color:var(--muted)}.metric{display:flex;flex-direction:column;align-items:center;min-width:45px}.metric b{font-size:15px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th{font-size:9px;text-align:right;color:var(--muted);font-weight:600;padding:9px 10px;border-bottom:1px solid var(--line)}td{font-size:10.5px;padding:11px 10px;border-bottom:1px solid var(--line)}td b{font-size:10.5px}td small{font-size:8.5px;color:var(--muted)}tbody tr:last-child td{border:0}.project-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.project-card{border:1px solid var(--line);background:var(--surface-2);border-radius:17px;padding:15px;transition:.2s}.project-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--primary) 25%,var(--line));box-shadow:0 12px 30px #1d305212}.project-card-head,.project-card-foot{display:flex;align-items:center;justify-content:space-between}.project-card h3{margin:11px 0 0;font-size:13px}.project-card>p{margin:1px 0 12px;color:var(--muted);font-size:9px}.project-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid var(--line);padding:9px 0}.project-meta span{display:flex;flex-direction:column}.project-meta small{font-size:8px;color:var(--muted)}.project-meta b{font-size:9.5px}.project-card-foot{border-top:1px solid var(--line);padding-top:10px;font-size:9px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.full-span{grid-column:1/-1}.form-error{background:color-mix(in srgb,var(--red) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--red) 25%,var(--line));color:var(--red);padding:10px 13px;border-radius:12px;margin-bottom:13px;font-size:10px}.modal-actions{display:flex;justify-content:flex-end;margin-top:6px}.step-no{width:27px;height:27px;border-radius:9px;background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary);display:grid;place-items:center;font-size:11px;font-weight:900}.wizard-help{background:linear-gradient(160deg,color-mix(in srgb,var(--primary) 8%,var(--surface)),var(--surface))}.wizard-help>svg{color:var(--primary)}.wizard-help h3{font-size:14px;margin:8px 0 4px}.wizard-help p{font-size:10px;color:var(--muted)}.wizard-help ul{list-style:none;padding:0;margin:15px 0 0;display:flex;flex-direction:column;gap:8px;font-size:9px}.wizard-help li{display:flex;align-items:center;gap:6px}.wizard-help li svg{color:var(--green)}.module-builder{margin-top:15px}.service-pill{border-radius:999px;background:var(--surface-3);color:var(--muted);font-size:9px;padding:5px 9px}.module-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.module-list>article{border:1px solid var(--line);background:var(--surface-2);border-radius:15px;padding:13px;transition:.2s}.module-list>article.enabled{border-color:color-mix(in srgb,var(--primary) 22%,var(--line));background:color-mix(in srgb,var(--primary) 3%,var(--surface))}.module-top{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center}.module-top>div{display:flex;flex-direction:column}.module-top b{font-size:10.5px}.module-top small{font-size:8.5px;color:var(--muted)}.module-code{font-size:8px;color:var(--muted);direction:ltr}.switch input{display:none}.switch span{width:35px;height:20px;border-radius:20px;background:var(--line);display:block;position:relative;transition:.2s}.switch span:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;top:3px;right:3px;box-shadow:0 2px 5px #0002;transition:.2s}.switch input:checked+span{background:var(--primary)}.switch input:checked+span:after{right:18px}.module-body{border-top:1px solid var(--line);margin-top:11px;padding-top:11px;display:grid;grid-template-columns:1fr 1.5fr;gap:11px}.targets-inline>label{margin-bottom:4px}.targets-inline>div{display:flex;gap:5px;flex-wrap:wrap}.targets-inline span{border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:5px 7px;display:grid;grid-template-columns:auto 55px auto;gap:4px;align-items:center}.targets-inline small{font-size:8px}.targets-inline input{min-height:29px;height:29px;padding:3px 5px;border-radius:7px}.targets-inline em{font-size:7.5px;color:var(--muted);font-style:normal}.sticky-save{position:fixed;z-index:45;bottom:17px;left:28px;right:calc(var(--sidebar) + 28px);background:color-mix(in srgb,var(--surface) 91%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--line);box-shadow:0 18px 55px #192b4929;border-radius:18px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.sticky-save>div{display:flex;flex-direction:column}.sticky-save b{font-size:10px}.sticky-save small{font-size:8.5px;color:var(--muted)}.date-field{position:relative}.date-input{width:100%;min-height:43px;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:8px 11px;display:flex;gap:8px;align-items:center;text-align:right}.date-input svg{color:var(--primary)}.date-input span{font-size:10.5px}.date-popover{position:absolute;z-index:120;top:calc(100% + 5px);right:0;width:300px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:15px;padding:11px}.date-head{display:flex;justify-content:space-between;align-items:center}.date-head button{width:30px;height:30px;border:0;background:var(--surface-2);color:var(--text);border-radius:8px;display:grid;place-items:center}.date-head strong{font-size:10.5px}.date-week,.date-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.date-week{margin-top:8px}.date-week span{font-size:8px;color:var(--muted);text-align:center}.date-grid{margin-top:4px}.date-grid button,.date-grid i{aspect-ratio:1;border:0;background:transparent;border-radius:8px;color:var(--text);font-size:9px;display:grid;place-items:center}.date-grid button:hover{background:var(--surface-2)}.date-grid button.active{background:var(--primary);color:#fff}.date-grid button:disabled{opacity:.25}.project-hero{border:1px solid var(--line);background:linear-gradient(120deg,var(--surface),color-mix(in srgb,var(--primary) 5%,var(--surface)));border-radius:var(--radius);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.project-hero-main{display:flex;align-items:center;gap:11px}.project-hero-main h2{font-size:17px;margin:0}.project-hero-main p{font-size:9.5px;margin:0;color:var(--muted)}.project-hero-meta{display:flex;gap:22px;align-items:center}.project-hero-meta>span{display:flex;flex-direction:column}.project-hero-meta small{font-size:8px;color:var(--muted)}.project-hero-meta b{font-size:9.5px}.tabs{display:flex;gap:4px;overflow:auto;margin:12px 0;padding:4px;background:var(--surface);border:1px solid var(--line);border-radius:14px}.tabs button{border:0;background:transparent;color:var(--muted);padding:8px 13px;border-radius:10px;white-space:nowrap;font-size:10px;font-weight:800}.tabs button.active{background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary)}.module-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.module-summary article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;background:var(--surface-2);border:1px solid var(--line);border-radius:13px;padding:10px}.module-symbol{width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary);display:grid;place-items:center;font-weight:900}.module-summary article>div{display:flex;flex-direction:column}.module-summary b{font-size:10px}.module-summary small{font-size:8px;color:var(--muted)}.cycle-card{text-align:center;border:1px dashed var(--line);border-radius:15px;padding:16px;background:var(--surface-2)}.cycle-card>span{width:43px;height:43px;border-radius:13px;background:color-mix(in srgb,var(--primary) 11%,var(--surface));color:var(--primary);display:grid;place-items:center;margin:auto}.cycle-card h3{font-size:13px;margin:8px 0 0}.cycle-card p{font-size:9px;color:var(--muted);margin:1px 0 12px}.cycle-card>div{display:flex;flex-direction:column;margin-bottom:10px}.cycle-card>div b{font-size:18px}.cycle-card>div small{font-size:8px;color:var(--muted)}.task-table{display:flex;flex-direction:column}.task-table article{display:grid;grid-template-columns:4px 1fr auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.priority-bar,.priority-rail{width:4px;border-radius:5px;background:var(--muted);align-self:stretch}.priority-bar.high,.priority-bar.urgent,.priority-rail.high,.priority-rail.urgent{background:var(--red)}.priority-bar.normal,.priority-rail.normal{background:var(--primary)}.task-table article>div{display:flex;flex-direction:column}.task-table b{font-size:10.5px}.task-table small,.task-table article>span:nth-child(3){font-size:8.5px;color:var(--muted)}.target-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.target-grid article{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:12px;position:relative}.target-grid article>div:first-child{display:flex;align-items:center;gap:8px}.target-grid article>div:first-child>span{width:31px;height:31px;border-radius:9px;background:color-mix(in srgb,var(--primary) 9%,var(--surface));color:var(--primary);display:grid;place-items:center}.target-grid article>div:first-child>div{display:flex;flex-direction:column}.target-grid b{font-size:9.5px}.target-grid small{font-size:7.8px;color:var(--muted)}.target-grid strong{display:block;font-size:18px;margin:10px 0 5px}.target-grid strong small{font-weight:500}.progress{height:6px;border-radius:8px;background:var(--line);overflow:hidden}.progress i{height:100%;display:block;background:linear-gradient(90deg,var(--primary),var(--green));border-radius:8px}.target-grid em{font-size:7.5px;font-style:normal;color:var(--muted);position:absolute;left:12px;bottom:10px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.team-grid article{border:1px solid var(--line);background:var(--surface-2);padding:10px;border-radius:13px;display:flex;align-items:center;gap:9px}.team-grid article>div{display:flex;flex-direction:column}.team-grid b{font-size:10px}.team-grid small{font-size:8px;color:var(--muted)}.workbox-list{display:flex;flex-direction:column}.workbox-list>article{display:grid;grid-template-columns:4px 1fr auto;gap:12px;padding:13px 2px;border-bottom:1px solid var(--line)}.workbox-list>article:last-child{border:0}.workbox-main{min-width:0}.task-title{display:flex;align-items:center;gap:8px}.task-title b{font-size:11px}.workbox-main p{margin:3px 0;color:var(--muted);font-size:9px}.task-meta{display:flex;gap:12px;flex-wrap:wrap}.task-meta span{font-size:8px;color:var(--muted)}.task-actions{display:flex;align-items:center}.hint{font-size:8px;color:var(--amber)}.filter-group{display:flex;gap:7px;align-items:center}.filter-group select{min-width:160px}.segmented{display:flex;border:1px solid var(--line);background:var(--surface);padding:3px;border-radius:11px}.segmented button{border:0;background:none;color:var(--muted);min-height:32px;border-radius:8px;padding:5px 10px;display:flex;align-items:center;gap:5px;font-size:9px}.segmented button.active{background:var(--surface-3);color:var(--primary);font-weight:800}.calendar-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(260px,.8fr);gap:15px}.calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.calendar-head>div{text-align:center}.calendar-head h3{font-size:14px;margin:0}.calendar-head small{font-size:8px;color:var(--muted)}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-weekdays span{text-align:center;font-size:8px;color:var(--muted);padding:4px}.calendar-grid>button,.calendar-grid>i{min-height:103px;border-radius:12px}.calendar-grid>button{border:1px solid var(--line);background:var(--surface-2);color:var(--text);text-align:right;padding:7px;overflow:hidden}.calendar-grid>button:hover{border-color:color-mix(in srgb,var(--primary) 25%,var(--line))}.calendar-grid>button.active{box-shadow:inset 0 0 0 2px var(--primary)}.calendar-grid>button.today>b{background:var(--primary);color:#fff;width:24px;height:24px;border-radius:8px;display:grid;place-items:center}.calendar-grid button>b{font-size:9px}.calendar-grid button>div{display:flex;flex-direction:column;gap:3px;margin-top:6px}.event-dot{display:block;border-radius:5px;background:color-mix(in srgb,var(--primary) 9%,var(--surface));color:var(--primary);font-size:6.7px;padding:2px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-dot.shooting{background:color-mix(in srgb,var(--purple) 10%,var(--surface));color:var(--purple)}.event-dot.editing{background:color-mix(in srgb,var(--amber) 10%,var(--surface));color:var(--amber)}.event-dot.publishing{background:color-mix(in srgb,var(--green) 10%,var(--surface));color:var(--green)}.calendar-grid button small{font-size:6.5px;color:var(--muted)}.agenda-list{display:flex;flex-direction:column}.agenda-list article{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:start;padding:10px 0;border-bottom:1px solid var(--line)}.agenda-icon{width:8px;height:8px;border-radius:50%;background:var(--primary);margin-top:8px}.agenda-list article>div{display:flex;flex-direction:column}.agenda-list b{font-size:9.5px}.agenda-list small,.agenda-list em{font-size:7.5px;color:var(--muted);font-style:normal}.support-layout{display:grid;grid-template-columns:340px 1fr;gap:15px}.ticket-list{padding:8px;display:flex;flex-direction:column;gap:4px}.ticket-list>button{border:0;background:transparent;color:var(--text);text-align:right;border-radius:12px;padding:10px;display:flex;justify-content:space-between;align-items:center}.ticket-list>button:hover,.ticket-list>button.active{background:var(--surface-2)}.ticket-list>button>div{display:flex;flex-direction:column}.ticket-list b{font-size:10px}.ticket-list small{font-size:8px;color:var(--muted)}.conversation{min-height:560px;display:flex;flex-direction:column}.conversation-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px}.conversation-head h3{font-size:13px;margin:0}.conversation-head small{font-size:8px;color:var(--muted)}.messages{flex:1;padding:12px 0;overflow:auto;max-height:520px}.messages article{max-width:75%;background:var(--surface-2);border:1px solid var(--line);border-radius:14px;padding:9px 11px;margin-bottom:7px}.messages b{font-size:8.5px;color:var(--primary)}.messages p{font-size:10px;margin:2px 0}.messages small{font-size:7px;color:var(--muted)}.message-form{display:grid;grid-template-columns:1fr auto;gap:7px;border-top:1px solid var(--line);padding-top:10px}.message-form button{width:47px}.modal-layer{position:fixed;inset:0;z-index:150;background:#07101e88;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:18px}.modal-card{width:min(620px,100%);max-height:calc(100vh - 36px);overflow:auto;background:var(--surface);border:1px solid var(--line);box-shadow:0 30px 90px #0004;border-radius:20px}.modal-card.lg{width:min(820px,100%)}.modal-head{position:sticky;top:0;z-index:3;background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line)}.modal-head h3{font-size:13px;margin:0}.modal-body{padding:16px}.modal-body>form>label{margin-top:10px}.loading{height:50vh;display:flex;align-items:center;justify-content:center;gap:5px}.loading span{width:8px;height:8px;border-radius:50%;background:var(--primary);animation:pulse .8s infinite alternate}.loading span:nth-child(2){animation-delay:.2s}.loading span:nth-child(3){animation-delay:.4s}@keyframes pulse{to{opacity:.25;transform:translateY(-5px)}}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr;background:var(--surface)}.auth-art{position:relative;overflow:hidden;padding:65px 8vw;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 20% 10%,#4b8dff 0,transparent 28%),linear-gradient(145deg,#071833,#0e3a70 60%,#0e756e)}.auth-art:after{content:"";position:absolute;width:480px;height:480px;border:1px solid #ffffff18;border-radius:50%;left:-100px;bottom:-190px;box-shadow:0 0 0 80px #ffffff05,0 0 0 160px #ffffff04}.auth-logo{width:49px;height:49px;border-radius:16px;background:#fff;color:#1769f5;display:grid;place-items:center;font-size:14px;font-weight:900}.auth-art h1{font-size:38px;line-height:1.5;margin:8px 0}.auth-art p{max-width:560px;color:#d8e5f5;font-size:12px}.auth-feature{z-index:1;display:flex;gap:10px;align-items:center;max-width:430px;background:#ffffff0d;border:1px solid #ffffff18;padding:12px 14px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-feature span{display:flex;flex-direction:column}.auth-feature b{font-size:10px}.auth-feature small{font-size:8px;color:#cddbee}.auth-panel{display:grid;place-items:center;padding:28px;background:var(--bg)}.auth-card{width:min(430px,100%);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:25px;padding:29px}.mobile-brand{display:none;align-items:center;gap:8px}.mobile-brand span{width:36px;height:36px;border-radius:11px}.mobile-brand b{font-size:13px}.auth-copy{margin:5px 0 22px}.auth-copy h2{font-size:20px;margin:3px 0}.auth-copy p{font-size:9.5px;color:var(--muted);margin:0}.auth-card form{display:flex;flex-direction:column;gap:7px}.input-icon{position:relative}.input-icon svg{position:absolute;right:12px;top:13px;color:var(--muted)}.input-icon input{padding-right:39px}.auth-card .btn{margin-top:8px}.auth-card .form-grid{gap:9px}.auth-card .form-grid>div{display:flex;flex-direction:column;gap:2px}@media(max-width:1180px){.project-cards,.target-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.calendar-layout{grid-template-columns:1fr}.day-agenda{min-height:auto}.support-layout{grid-template-columns:300px 1fr}}@media(max-width:920px){:root{--sidebar:270px}.sidebar{transform:translate(105%);transition:.25s}.sidebar.open{transform:translate(0);box-shadow:-20px 0 60px #0003}.side-close{display:block}.app-main{margin-right:0}.icon-btn.mobile{display:inline-grid}.scrim{display:block;position:fixed;inset:0;border:0;background:#07101e77;z-index:70}.topbar{padding:0 16px}.content{padding:18px 16px 90px}.sticky-save{right:16px;left:16px;bottom:75px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr 1fr}.span-2,.wizard-help{grid-column:span 2}.module-list{grid-template-columns:1fr}.project-hero{align-items:flex-start;flex-direction:column}.project-hero-meta{width:100%;justify-content:space-between}.bottom-nav{position:fixed;z-index:60;display:grid;grid-template-columns:repeat(4,1fr);bottom:0;left:0;right:0;background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);padding:5px max(8px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom))}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--muted);font-size:7.5px;padding:4px;border-radius:9px}.bottom-nav a.active{color:var(--primary);background:color-mix(in srgb,var(--primary) 7%,transparent)}.auth-page{grid-template-columns:1fr}.auth-art{display:none}.mobile-brand{display:flex}.auth-card{margin:auto}}@media(max-width:620px){body{font-size:13px}.content{padding:12px 11px 86px}.topbar{height:66px;padding:0 11px}.topbar-title h1{font-size:14px}.topbar-title p,.top-actions .icon-btn:first-child,.top-avatar{display:none}.welcome{padding:18px;border-radius:18px;align-items:flex-start;gap:12px}.welcome h2{font-size:16px}.welcome p{font-size:9px}.welcome .btn{font-size:0;padding:8px;width:40px}.welcome .btn svg{margin:0}.kpi-grid{gap:7px;margin:9px 0}.kpi{padding:11px 9px;border-radius:14px;gap:8px}.kpi>span{width:35px;height:35px;border-radius:10px}.kpi small{font-size:7.5px}.kpi strong{font-size:17px}.content-grid{grid-template-columns:1fr;gap:9px}.span-2,.wizard-help{grid-column:auto}.panel{padding:13px;border-radius:17px}.page-actions{align-items:flex-end}.page-actions h2{font-size:15px}.page-actions p{font-size:8px}.page-actions>.btn{font-size:0;width:41px;padding:0}.project-row{grid-template-columns:auto 1fr auto}.project-row>.status{display:none}.project-row>svg{display:none}.project-cards,.form-grid{grid-template-columns:1fr}.full-span{grid-column:auto}.module-body{grid-template-columns:1fr}.targets-inline span{grid-template-columns:1fr 55px auto}.sticky-save>div{display:none}.sticky-save{padding:7px}.sticky-save .btn{width:100%}.project-hero{padding:13px}.project-hero-main{align-items:flex-start}.project-hero-main>.icon-btn{width:34px;height:34px}.service-icon.large{width:48px;height:48px;border-radius:14px}.project-hero-main h2{font-size:14px}.project-hero-meta{gap:8px;flex-wrap:wrap}.project-hero-meta>span{min-width:28%}.tabs{margin:8px -2px}.module-summary,.target-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr}.task-table article{grid-template-columns:4px 1fr auto}.task-table article>span:nth-child(3){display:none}.workbox-list>article{grid-template-columns:4px 1fr}.task-actions{grid-column:2}.filter-group{width:100%;overflow:auto}.filter-group select{min-width:145px}.segmented button span{display:none}.calendar-panel{padding:9px}.calendar-weekdays span{font-size:6.5px}.calendar-grid{gap:2px}.calendar-grid>button,.calendar-grid>i{min-height:70px;border-radius:8px;padding:4px}.calendar-grid button>div{margin-top:2px}.event-dot{font-size:0;width:6px;height:6px;border-radius:50%;padding:0;display:inline-block;margin-left:2px}.calendar-grid button small{font-size:5.5px}.support-layout{grid-template-columns:1fr}.conversation{min-height:480px}.ticket-list{max-height:260px;overflow:auto}.auth-panel{padding:12px}.auth-card{padding:20px 16px;border-radius:20px}.auth-copy h2{font-size:17px}.date-popover{position:fixed;inset:auto 12px 85px;width:auto}.modal-layer{padding:8px}.modal-card{border-radius:18px}.messages article{max-width:90%}}.week-view{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.week-view>button{min-height:260px;border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:13px;padding:10px;text-align:right;display:flex;flex-direction:column;gap:5px}.week-view>button:hover{border-color:color-mix(in srgb,var(--primary) 30%,var(--line))}.week-view small{font-size:8px;color:var(--muted)}.week-view b{font-size:20px}.week-view em{font-size:7px;font-style:normal;color:var(--primary)}.week-view span{font-size:7.5px;background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.day-view{min-height:390px;display:grid;grid-template-columns:150px 1fr;gap:20px;align-items:start}.day-number{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;padding:25px;text-align:center;display:flex;flex-direction:column}.day-number strong{font-size:54px;line-height:1.1;color:var(--primary)}.day-number span{font-size:10px;color:var(--muted)}.day-view>div:last-child{display:flex;flex-direction:column;gap:7px}.day-view article{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:10px;display:grid;grid-template-columns:1fr auto;gap:3px}.day-view article b{font-size:10px}.day-view article small{font-size:8px;color:var(--muted);grid-row:2}.day-view>div:last-child>p{font-size:10px;color:var(--muted)}@media(max-width:720px){.week-view{grid-template-columns:1fr}.week-view>button{min-height:90px}.day-view{grid-template-columns:1fr}.day-number{padding:14px}.day-number strong{font-size:38px}}.role-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:3px}.role-tags span{font-size:7px;padding:2px 6px;border-radius:10px;background:var(--surface-3);color:var(--muted)}.role-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.role-picker label{display:flex;align-items:center;gap:7px;border:1px solid var(--line);background:var(--surface-2);padding:8px;border-radius:10px;margin:0}.role-picker input{width:16px;min-height:16px}.role-picker span{font-size:9px}@media(max-width:560px){.role-picker{grid-template-columns:1fr}}.report-list{display:flex;flex-direction:column}.report-list article{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 2px;border-bottom:1px solid var(--line)}.report-list article:last-child{border:0}.report-list article>div{display:flex;flex-direction:column}.report-list b{font-size:10.5px}.report-list small{font-size:8px;color:var(--muted)}.report-list p{font-size:9px;color:var(--muted);margin:4px 0 0}.access-layout{display:grid;grid-template-columns:300px 1fr;gap:15px}.role-list{padding:8px;display:flex;flex-direction:column;gap:4px}.role-list>button{border:0;background:transparent;color:var(--text);border-radius:12px;padding:9px;display:flex;align-items:center;gap:9px;text-align:right}.role-list>button:hover,.role-list>button.active{background:var(--surface-2)}.role-list>button>span{width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--primary) 9%,var(--surface));color:var(--primary);display:grid;place-items:center}.role-list>button>div{display:flex;flex-direction:column}.role-list b{font-size:9.5px}.role-list small{font-size:7.5px;color:var(--muted);line-height:1.5}.permission-group{border-top:1px solid var(--line);padding:12px 0}.permission-group:first-of-type{border-top:0}.permission-group h4{font-size:10px;margin:0 0 8px}.permission-group>div{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.permission-group label{display:flex;gap:7px;align-items:center;border:1px solid var(--line);background:var(--surface-2);border-radius:10px;padding:7px;margin:0}.permission-group input{width:15px;min-height:15px}.permission-group label>span{display:flex;flex-direction:column}.permission-group b{font-size:8.5px}.permission-group small{font-size:6.5px;color:var(--muted);direction:ltr;text-align:right}@media(max-width:900px){.access-layout{grid-template-columns:1fr}.role-list{max-height:250px;overflow:auto}.permission-group>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.permission-group>div{grid-template-columns:1fr}}:root{--sidebar:248px}body{line-height:1.7}.sidebar{padding:20px 14px 12px;overflow:hidden}.sidebar-head{flex:0 0 auto}.side-scroll{margin-top:22px;overflow-y:auto!important;overflow-x:hidden!important;min-height:0;flex:1;padding-bottom:22px;scrollbar-width:thin;overscroll-behavior:contain}.side-scroll>a,.nav-group summary,.side-nav .sub-nav a,.sub-nav a,.sub-nav .soon{font-size:12px!important;font-weight:650!important;line-height:1.55!important}.side-scroll>a,.nav-group summary{min-height:44px;padding:10px 12px}.side-nav .sub-nav a,.sub-nav a,.sub-nav .soon{padding:8px 10px!important;min-height:35px!important}.nav-divider,.nav-section{font-size:9.5px!important}.topbar{height:78px;padding:0 32px}.topbar-title h1{font-size:18px}.topbar-title p{font-size:10px}.content{padding:25px 30px 100px;max-width:1540px}.panel{padding:20px}.panel-head h3{font-size:15px}.panel-head p{font-size:11px}.btn{font-size:12px}.btn.small{font-size:11px}.status.badge{font-size:9.5px;padding:4px 9px}.status.internal_review,.status.customer_review,.status.review,.status.pending{background:color-mix(in srgb,var(--amber) 13%,transparent);color:var(--amber)}.status.revision,.status.rejected,.status.cancelled,.status.blocked{background:color-mix(in srgb,var(--red) 12%,transparent);color:var(--red)}.status.confirmed,.status.accepted,.status.answered,.status.available{background:color-mix(in srgb,var(--green) 12%,transparent);color:var(--green)}.customer-row{width:100%;border:0;background:transparent;color:inherit;text-align:right;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;padding:11px 2px;border-bottom:1px solid var(--line)}.customer-row:last-child{border-bottom:0}.customer-row:hover{background:var(--surface-2);border-radius:12px;padding-right:9px;padding-left:9px}.customer-row>div{display:flex;flex-direction:column}.customer-row small{font-size:10px;color:var(--muted)}.customer-detail>h3{font-size:14px;margin:20px 0 8px}.scenario-bank-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.scenario-bank-grid article{align-items:flex-start;min-height:210px;flex-direction:column}.scenario-bank-grid article>div{width:100%}.scenario-bank-grid p{font-size:10.5px;color:var(--muted);white-space:pre-line;line-height:1.9}.scenario-bank-grid .btn{margin-top:auto}.audit-action{display:inline-flex;align-items:center;gap:5px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;direction:ltr}.notice-box{border:1px solid color-mix(in srgb,var(--primary) 25%,var(--line));background:color-mix(in srgb,var(--primary) 7%,var(--surface));border-radius:12px;padding:11px 13px;color:var(--primary);font-weight:700}.workflow-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.request-item .workflow-actions{padding:0 51px 10px 0}@media(max-width:1100px){:root{--sidebar:220px}.scenario-bank-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){:root{--sidebar:260px}.topbar{height:66px;padding:0 16px}.content{padding:16px 16px 90px}.sidebar{padding:17px 12px 10px}.side-scroll{margin-top:14px}.side-scroll>a,.nav-group summary,.side-nav .sub-nav a,.sub-nav a,.sub-nav .soon{font-size:12px!important}.scenario-bank-grid{grid-template-columns:1fr}}@media(max-width:560px){.content{padding-right:12px;padding-left:12px}.topbar-title h1{font-size:14px}.panel{padding:15px}.request-item .workflow-actions{padding-right:0}.customer-row{grid-template-columns:auto 1fr auto}.scenario-bank-grid article{min-height:auto}}.permission-effect-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:55vh;overflow:auto;padding:2px}.permission-effect-grid>label{border:1px solid var(--line);background:var(--surface-2);border-radius:11px;padding:9px}.permission-effect-grid small{display:block;color:var(--muted);font-size:8px;direction:ltr}.permission-effect-grid select{margin-top:5px}@media(max-width:620px){.permission-effect-grid{grid-template-columns:1fr}}.btn.danger{background:color-mix(in srgb,var(--red) 11%,var(--surface));border-color:color-mix(in srgb,var(--red) 24%,var(--line));color:var(--red)}.form-hint{border:1px dashed color-mix(in srgb,var(--primary) 25%,var(--line));background:color-mix(in srgb,var(--primary) 5%,var(--surface));color:var(--muted);border-radius:12px;padding:10px 12px;font-size:10px;line-height:1.9}.customer-field-settings{margin-top:16px}.custom-field-builder{display:flex;flex-direction:column;gap:9px;margin-bottom:14px}.custom-field-row{display:grid;grid-template-columns:35px minmax(170px,1fr) 150px minmax(170px,1fr);gap:9px;align-items:end;padding:13px;background:var(--surface-2);border:1px solid var(--line);border-radius:15px}.custom-field-row>.full-span{grid-column:2/-1}.custom-field-index{width:31px;height:31px;border-radius:10px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;color:var(--primary);font-size:10px;font-weight:900;align-self:center}.toggle-line{display:flex!important;align-items:center;gap:7px;min-height:34px;padding:5px 8px;background:var(--surface);border:1px solid var(--line);border-radius:10px}.toggle-line input,.profile-check input{width:17px!important;min-height:17px!important;margin:0}.profile-check{display:flex!important;align-items:center;gap:8px;padding:10px 12px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px}.profile-gate{z-index:250}.modal-body{overflow:auto;overscroll-behavior:contain}@media(max-width:900px){.custom-field-row{grid-template-columns:35px 1fr 1fr}.custom-field-row>.full-span{grid-column:2/-1}}@media(max-width:620px){.custom-field-row{grid-template-columns:31px 1fr;padding:10px}.custom-field-row>div,.custom-field-row>.full-span,.custom-field-row>.btn,.custom-field-row>.toggle-line{grid-column:2}.custom-field-index{grid-row:1/3}}.project-submit-box{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-color:color-mix(in srgb,var(--primary) 22%,var(--line));background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 5%,var(--surface)),var(--surface))}.project-submit-box>div{display:flex;flex-direction:column;gap:2px}.project-submit-box b{font-size:13px}.project-submit-box small{font-size:10px;color:var(--muted)}.project-submit-box .btn{min-width:230px}.cache-settings{margin-top:16px}.cache-settings-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.cache-settings-row>div{display:flex;flex-direction:column;gap:2px}.cache-settings-row small{font-size:10px;color:var(--muted);max-width:720px}.cache-settings-row .btn{white-space:nowrap}@media(max-width:620px){.project-submit-box,.cache-settings-row{flex-direction:column;align-items:stretch}.project-submit-box .btn,.cache-settings-row .btn{width:100%;min-width:0}}.submit-error{display:block!important;color:var(--red)!important;font-weight:800;margin-top:5px}.public-app-landing{min-height:100vh;background:#f7f9fc;color:#11203a;overflow:hidden}.app-landing-head{height:78px;max-width:1180px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.app-landing-brand{display:flex;align-items:center;gap:11px}.app-logo{width:43px;height:43px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#1677ff,#04bfa3);color:#fff;font-weight:900;box-shadow:0 12px 30px #1677ff38}.app-landing-brand>span:last-child{display:flex;flex-direction:column}.app-landing-brand b{font-size:14px}.app-landing-brand small{font-size:8px;color:#8b97a8}.app-login-pill{display:flex;align-items:center;gap:12px;min-height:42px;padding:7px 14px;border:1px solid #dce3ed;background:#fff;border-radius:14px;font-size:11px;font-weight:800;box-shadow:0 8px 26px #1f314e0d}.app-login-pill b{width:26px;height:26px;border-radius:9px;background:#edf4ff;color:#1677ff;display:grid;place-items:center}.app-landing-hero{max-width:1180px;margin:auto;padding:55px 24px 78px;display:grid;grid-template-columns:1.02fr .98fr;gap:55px;align-items:center}.app-landing-copy{position:relative;z-index:2}.app-eyebrow{display:inline-flex;padding:6px 11px;border-radius:999px;background:#edf4ff;color:#1677ff;font-size:9px;font-weight:900}.app-landing-copy h1{font-size:52px;line-height:1.45;margin:16px 0 12px;letter-spacing:-1.7px}.app-landing-copy h1 em{font-style:normal;color:#1677ff}.app-landing-copy>p{font-size:13px;color:#6f7e92;max-width:560px;line-height:2.1}.app-hero-actions{display:flex;gap:9px;margin-top:25px}.app-cta{min-height:48px;padding:9px 18px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-size:11px;font-weight:900}.app-cta.primary{color:#fff;background:linear-gradient(135deg,#1677ff,#2463ed);box-shadow:0 14px 35px #1677ff38}.app-cta.soft{background:#fff;border:1px solid #dfe6ef;color:#263750}.app-proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px;color:#7b889a;font-size:9px}.app-proof i{font-style:normal;width:18px;height:18px;border-radius:6px;background:#e7f9f3;color:#0da981;display:inline-grid;place-items:center;margin-left:4px}.app-device-stage{min-height:590px;display:grid;place-items:center;position:relative}.app-device{width:330px;min-height:625px;background:#fff;border:9px solid #15233a;border-radius:48px;padding:14px 16px 17px;box-shadow:0 42px 90px #1427473b;position:relative;z-index:2;overflow:hidden}.app-device-status{height:23px;display:flex;align-items:center;justify-content:space-between;font-size:7px;font-weight:800;color:#29364a}.app-device-notch{width:76px;height:20px;border-radius:20px;background:#15233a;position:absolute;top:4px;left:50%;transform:translate(-50%)}.app-device-head{display:flex;align-items:center;justify-content:space-between;margin:13px 0 12px}.app-device-head>div{display:flex;flex-direction:column}.app-device-head small{font-size:8px;color:#8692a2}.app-device-head b{font-size:11px}.app-device-avatar{width:39px;height:39px;border-radius:14px;background:#eef4ff;color:#1677ff;display:grid;place-items:center;font-weight:900}.app-balance-card{background:linear-gradient(145deg,#0d6cf0,#2857df 68%,#17b5a1);border-radius:24px;padding:17px;color:#fff;box-shadow:0 18px 34px #1677ff33}.app-balance-card>span{font-size:8px;opacity:.75}.app-balance-card>strong{display:block;font-size:29px;line-height:1.25;margin:5px 0 14px}.app-balance-card strong small{font-size:9px;font-weight:600}.app-balance-card>div{border-top:1px solid rgba(255,255,255,.18);padding-top:10px;display:flex;align-items:center;justify-content:space-between}.app-balance-card>div span{font-size:7px;opacity:.7}.app-balance-card>div b{font-size:8px}.app-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:16px 0}.app-shortcuts a{display:flex;align-items:center;gap:5px;flex-direction:column;font-size:7px;color:#5e6b7f}.app-shortcuts i{font-style:normal;width:42px;height:42px;border-radius:14px;background:#f1f5fb;color:#1677ff;display:grid;place-items:center;font-size:15px;font-weight:900}.app-shortcuts a:nth-child(2) i{background:#ebfaf5;color:#0eaf83}.app-shortcuts a:nth-child(3) i{background:#fff4e9;color:#f3942c}.app-shortcuts a:nth-child(4) i{background:#f5efff;color:#8c58df}.app-section-title{display:flex;justify-content:space-between;align-items:center;margin:13px 0 6px}.app-section-title b{font-size:9px}.app-section-title span{font-size:7px;color:#1677ff}.app-activity-list{display:flex;flex-direction:column}.app-activity-list>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid #edf1f5}.app-activity-list i,.app-service-grid i{width:39px;height:39px;border-radius:14px;display:grid;place-items:center;font-style:normal;font-size:8px;font-weight:900}.app-activity-list .ig,.app-service-grid .ig{background:linear-gradient(145deg,#f3e8ff,#fff0f2);color:#9b42c8}.app-activity-list .web,.app-service-grid .web{background:#eaf6ff;color:#1775bd}.app-activity-list .support{background:#edf9f4;color:#14a67d}.app-activity-list p{margin:0;display:flex;flex-direction:column}.app-activity-list p b{font-size:8px}.app-activity-list p small{font-size:6.5px;color:#8490a0}.app-activity-list time{font-size:6px;color:#9aa4b1}.app-device-nav{position:absolute;bottom:0;right:0;left:0;height:64px;background:#fffffff7;border-top:1px solid #edf1f5;display:grid;grid-template-columns:repeat(4,1fr);padding:6px 15px 4px}.app-device-nav span{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;color:#9aa5b5}.app-device-nav small{font-size:6px}.app-device-nav .active{color:#1677ff}.device-glow{position:absolute;border-radius:50%;filter:blur(1px)}.device-glow.one{width:360px;height:360px;background:#1677ff17;top:30px;right:10px}.device-glow.two{width:220px;height:220px;background:#0dc0a017;bottom:0;left:10px}.app-services{max-width:1120px;margin:0 auto 70px;padding:28px 24px;display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;align-items:center}.app-section-intro>span{font-size:9px;font-weight:900;color:#1677ff}.app-section-intro h2{font-size:28px;margin:5px 0}.app-section-intro p{font-size:10px;color:#7b899b;max-width:420px}.app-service-grid{display:flex;flex-direction:column;background:#fff;border:1px solid #e3e9f1;border-radius:24px;padding:4px 18px;box-shadow:0 18px 50px #1e304f0f}.app-service-grid article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:15px 0;border-bottom:1px solid #edf1f5}.app-service-grid article:last-child{border:0}.app-service-grid .seo{background:#fff5e7;color:#e99b20}.app-service-grid article>div{display:flex;flex-direction:column}.app-service-grid b{font-size:11px}.app-service-grid span{font-size:8px;color:#8290a2}.app-service-grid em{font-style:normal;color:#a5afbc}.app-final-cta{max-width:1120px;margin:0 auto 60px;padding:24px 28px;border-radius:25px;background:#12233d;color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:17px;align-items:center}.app-final-cta small{font-size:8px;color:#9facbd}.app-final-cta h2{font-size:18px;margin:2px 0}.app-landing-footer{max-width:1120px;margin:auto;padding:22px 24px 35px;border-top:1px solid #e1e7ef;display:grid;grid-template-columns:auto 1fr auto;gap:14px;color:#8693a4;font-size:8px}.app-landing-footer b{color:#19283f}.app-landing-footer small{text-align:left}.customer-app.app-mode{min-height:100dvh;background:#f3f6fb;color:#142037;padding-bottom:90px}.customer-appbar{position:sticky;top:0;z-index:50;height:72px;background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #e8edf4;display:flex;align-items:center;justify-content:space-between;padding:0 max(16px,calc((100vw - 760px)/2));box-shadow:0 5px 28px #1f325109}.customer-greeting{display:flex;align-items:center;gap:10px}.customer-mini-avatar{width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,#1677ff,#4e8cf5);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 9px 22px #1677ff2e}.customer-greeting>div{display:flex;flex-direction:column}.customer-greeting small{font-size:8px;color:#8491a3}.customer-greeting b{font-size:12px}.customer-app-actions{display:flex;align-items:center;gap:7px}.customer-action{position:relative;width:38px;height:38px;border:1px solid #e1e7ef;background:#fff;border-radius:13px;display:grid;place-items:center;color:#607087;font-size:15px}.customer-action.has-dot i{position:absolute;top:-4px;left:-4px;min-width:17px;height:17px;padding:0 3px;border-radius:9px;background:#ef5368;color:#fff;font-style:normal;font-size:7px;display:grid;place-items:center;border:2px solid #fff}.customer-app-content{max-width:760px;margin:auto;padding:17px 15px 110px}.app-home-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f70f4,#245be5 72%,#16b79f);color:#fff;border-radius:28px;padding:22px;min-height:174px;box-shadow:0 18px 44px #1677ff33}.app-home-card:before,.app-home-card:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}.app-home-card:before{width:250px;height:250px;left:-95px;top:-165px}.app-home-card:after{width:180px;height:180px;right:-85px;bottom:-110px}.app-home-card-top,.app-home-card-bottom{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between}.app-home-card-top>div{display:flex;flex-direction:column}.app-home-card-top small{font-size:9px;opacity:.74}.app-home-card-top strong{font-size:32px;line-height:1.3}.app-home-card-top strong i{font-style:normal;font-size:9px;font-weight:600}.app-home-logo{width:49px;height:49px;border:1px solid rgba(255,255,255,.24);background:#ffffff1c;border-radius:17px;display:grid;place-items:center;font-weight:900;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-home-card-bottom{position:absolute;right:22px;left:22px;bottom:18px;border-top:1px solid rgba(255,255,255,.18);padding-top:10px;align-items:center}.app-home-card-bottom span{font-size:8px;opacity:.68}.app-home-card-bottom b{font-size:9px}.customer-quick-area,.customer-feed{margin-top:17px}.customer-section-title{display:flex;align-items:center;justify-content:space-between;padding:0 3px 9px}.customer-section-title>div{display:flex;flex-direction:column}.customer-section-title b{font-size:12px}.customer-section-title small{font-size:8px;color:#8895a6}.customer-section-title>a{font-size:8px;color:#1677ff}.customer-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.customer-quick-grid a{position:relative;background:#fff;border:1px solid #e5eaf1;border-radius:19px;min-height:88px;padding:11px 7px;display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column;box-shadow:0 7px 24px #1e304e06}.customer-quick-grid i{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;font-style:normal;font-size:15px;font-weight:900}.q-blue{background:#edf4ff;color:#1677ff}.q-green{background:#eaf9f4;color:#0cac7f}.q-orange{background:#fff4e6;color:#f19a2b}.q-purple{background:#f4eeff;color:#8c55de}.customer-quick-grid span{font-size:8px;font-weight:800}.customer-quick-grid em{position:absolute;top:7px;left:8px;min-width:17px;height:17px;border-radius:9px;background:#ef5368;color:#fff;display:grid;place-items:center;font-style:normal;font-size:7px}.customer-feed{background:#fff;border:1px solid #e5eaf1;border-radius:24px;padding:15px 15px 5px;box-shadow:0 8px 30px #1f325109}.customer-chat-list{display:flex;flex-direction:column}.customer-chat-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid #edf1f5}.customer-chat-row:last-child{border-bottom:0}.customer-chat-icon{width:44px;height:44px;border-radius:16px;background:#edf4ff;color:#1677ff;display:grid;place-items:center;font-style:normal;font-weight:900;font-size:9px}.customer-chat-icon.instagram{background:linear-gradient(145deg,#f3e8ff,#fff0f2);color:#9943c4}.customer-chat-icon.website{background:#e8f7ff;color:#1478b7}.customer-chat-row>div{display:flex;flex-direction:column;min-width:0}.customer-chat-row b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-chat-row small{font-size:7.5px;color:#8390a2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-chat-row>span{display:flex;align-items:flex-end;gap:2px;flex-direction:column}.customer-chat-row .status{font-size:7px;padding:2px 6px}.customer-chat-row em{font-style:normal;color:#a3adbb;font-size:17px}.customer-support-banner{margin-top:14px;border-radius:22px;background:linear-gradient(135deg,#11243f,#183c65);color:#fff;padding:15px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.customer-support-banner>i{width:39px;height:39px;border-radius:14px;background:#ffffff1a;display:grid;place-items:center;font-style:normal;font-weight:900}.customer-support-banner>div{display:flex;flex-direction:column}.customer-support-banner b{font-size:10px}.customer-support-banner span{font-size:7px;color:#9eb0c7}.customer-support-banner a{font-size:8px;color:#81b5ff}.customer-app-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:70;width:min(100%,760px);height:72px;background:#fffffff7;border:1px solid #e4e9f0;border-bottom:0;border-radius:24px 24px 0 0;box-shadow:0 -10px 34px #1f325114;display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom)}.customer-app-nav a{display:flex;align-items:center;justify-content:center;gap:3px;flex-direction:column;color:#8a96a7;font-size:8px;position:relative}.customer-app-nav .rt-icon{font-size:19px;line-height:1}.customer-app-nav a.active{color:#1677ff}.customer-app-nav a.active:before{content:"";position:absolute;top:5px;width:30px;height:3px;border-radius:4px;background:#1677ff}.customer-app.app-mode .customer-card{border-radius:22px;border-color:#e5eaf1;box-shadow:0 8px 30px #1f325108}.customer-app.app-mode .customer-page-title{padding:3px 2px}.customer-app.app-mode .customer-page-title h2{font-size:18px}.customer-app.app-mode .customer-project-grid{gap:0}.customer-app.app-mode .customer-project-card{border-radius:0;border-bottom:1px solid #edf1f5}.customer-app.app-mode .customer-profile-card{border-radius:24px}.customer-app.app-mode .customer-help-card{border-radius:22px}@media(min-width:780px){.customer-app.app-mode{background:#edf2f8}.customer-app-content{padding-top:24px}.customer-app-content:before{content:"";position:fixed;z-index:-1;top:0;left:50%;transform:translate(-50%);width:760px;height:100%;background:#f5f7fb;box-shadow:0 0 0 1px #dce3edbf,0 0 80px #1f325112}.customer-appbar{padding-right:calc((100vw - 730px)/2);padding-left:calc((100vw - 730px)/2)}}@media(max-width:900px){.app-landing-hero{grid-template-columns:1fr;gap:22px;padding-top:36px}.app-device-stage{min-height:560px}.app-services{grid-template-columns:1fr;gap:20px}.app-landing-copy{text-align:center}.app-landing-copy>p{margin-left:auto;margin-right:auto}.app-hero-actions,.app-proof{justify-content:center}}@media(max-width:620px){.app-landing-head{height:66px;padding:0 14px}.app-landing-brand small{display:none}.app-landing-brand .app-logo{width:38px;height:38px;border-radius:13px}.app-login-pill{min-height:38px;padding:6px 10px}.app-landing-hero{padding:30px 14px 48px}.app-landing-copy h1{font-size:34px;letter-spacing:-.8px;margin-top:12px}.app-landing-copy>p{font-size:11px}.app-hero-actions{flex-direction:column}.app-cta{width:100%}.app-proof{flex-direction:column;align-items:center;gap:7px}.app-device-stage{min-height:555px;margin-top:8px}.app-device{width:300px;min-height:565px;border-width:7px;border-radius:42px;padding:11px 13px}.app-balance-card{padding:15px}.app-balance-card>strong{font-size:25px;margin-bottom:10px}.app-shortcuts i{width:38px;height:38px}.app-device-nav{height:59px}.app-services{padding:20px 14px;margin-bottom:35px}.app-section-intro{text-align:center}.app-section-intro h2{font-size:22px}.app-final-cta{margin:0 14px 35px;padding:21px;grid-template-columns:auto 1fr}.app-final-cta .app-cta{grid-column:1/-1}.app-final-cta h2{font-size:14px}.app-landing-footer{margin:0 14px;padding:18px 0 28px}.customer-appbar{height:64px;padding:0 12px}.customer-app-content{padding:13px 11px 92px}.app-home-card{border-radius:23px;min-height:158px;padding:18px}.app-home-card-top strong{font-size:28px}.app-home-card-bottom{right:18px;left:18px}.customer-quick-grid{gap:6px}.customer-quick-grid a{min-height:82px;border-radius:17px}.customer-feed{border-radius:21px;padding:13px 13px 4px}.customer-support-banner{grid-template-columns:auto 1fr}.customer-support-banner>a{grid-column:2}.customer-app-nav{height:68px;border-radius:22px 22px 0 0}.customer-greeting b{font-size:11px}}.production-contract-card{margin-top:18px;border-color:color-mix(in srgb,var(--primary) 24%,var(--line));background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 5%,var(--surface)),var(--surface))}.production-contract-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.production-contract-grid label{display:flex;flex-direction:column;gap:7px;border:1px solid var(--line);background:var(--surface);padding:15px;border-radius:16px}.production-contract-grid label>span{font-size:12px;font-weight:900}.production-contract-grid input{font-size:22px;font-weight:900;color:var(--primary)}.production-contract-grid small{font-size:9px;color:var(--muted);line-height:1.8}.quota-example{margin-top:12px;padding:12px 14px;border-radius:13px;background:color-mix(in srgb,var(--primary) 7%,var(--surface));color:var(--muted);font-size:10px;line-height:2}.quota-example b{color:var(--text)}.production-hero{background:radial-gradient(circle at 8% 0,color-mix(in srgb,var(--primary) 11%,transparent),transparent 38%),var(--surface)}.month-dashboard{margin:18px 0}.section-title-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:11px}.section-title-row>div{display:flex;flex-direction:column}.section-title-row span{font-size:9px;color:var(--primary);font-weight:900}.section-title-row h3{font-size:18px;margin:1px 0}.section-title-row>small{font-size:9px;color:var(--muted)}.month-card-grid{display:grid;gap:10px}.month-card{border:1px solid var(--line);background:var(--surface);border-radius:19px;overflow:hidden;box-shadow:0 9px 30px color-mix(in srgb,var(--shadow) 30%,transparent)}.month-card>summary{list-style:none;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;cursor:pointer}.month-card>summary::-webkit-details-marker{display:none}.month-card>summary>div{display:flex;flex-direction:column}.month-card>summary b{font-size:13px}.month-card>summary small{font-size:9px;color:var(--muted)}.month-index{width:38px;height:38px;border-radius:13px;background:linear-gradient(145deg,var(--primary),#6c4df5);color:#fff;display:grid;place-items:center;font-weight:900}.week-card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:9px;padding:0 12px 12px}.week-card-list article{position:relative;border:1px solid var(--line);background:var(--surface-2);border-radius:16px;padding:12px;display:grid;grid-template-columns:1fr auto;gap:10px}.week-card-list article.complete{border-color:color-mix(in srgb,var(--green) 32%,var(--line));background:color-mix(in srgb,var(--green) 5%,var(--surface))}.week-card-head{display:flex;flex-direction:column}.week-card-head span{font-size:11px;font-weight:900}.week-card-head small{font-size:8px;color:var(--muted)}.quota-ring{--quota:0%;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle,var(--surface) 59%,transparent 61%),conic-gradient(var(--primary) var(--quota),var(--line) 0)}.quota-ring strong{font-size:13px;line-height:1}.quota-ring small{font-size:7px;color:var(--muted)}.week-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.week-metrics span{display:flex;flex-direction:column;background:var(--surface);padding:7px;border-radius:9px}.week-metrics b{font-size:10px}.week-metrics small{font-size:7px;color:var(--muted)}.week-card-list .btn{grid-column:1/-1}.workflow-tabs-v25{position:sticky;top:80px;z-index:20;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:7px;border:1px solid var(--line);border-radius:15px;margin-bottom:13px;overflow:auto;flex-wrap:nowrap}.workflow-tabs-v25 button{white-space:nowrap}.production-panel{min-height:260px}.scenario-card-list{display:flex;flex-direction:column;gap:9px}.scenario-card-list>article{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:start;padding:14px;border:1px solid var(--line);background:var(--surface-2);border-radius:16px}.scenario-number{width:38px;height:38px;border-radius:12px;background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary);font-size:10px;font-weight:900;display:grid;place-items:center}.scenario-copy{min-width:0}.scenario-copy>div:first-child{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.scenario-copy b{font-size:12px}.scenario-copy>div:first-child span{font-size:8px;color:var(--muted)}.scenario-copy p{white-space:pre-line;font-size:10px;line-height:2;color:var(--text);margin:7px 0;max-height:150px;overflow:auto}.scenario-copy a,.pipeline-list a{font-size:9px;color:var(--primary)}.revision-note{display:flex!important;align-items:center;gap:5px;padding:8px 10px;border-radius:10px;background:color-mix(in srgb,var(--red) 7%,var(--surface));color:var(--red);font-size:9px}.scenario-meta{display:flex!important;gap:6px!important;align-items:center!important;flex-wrap:wrap;margin-top:7px}.scenario-meta>span:not(.status){display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:4px 8px;font-size:8px;color:var(--muted)}.workflow-actions.vertical{flex-direction:column;align-items:stretch;min-width:150px}.shooting-session-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px}.shooting-session-grid>article{border:1px solid var(--line);background:var(--surface-2);border-radius:17px;padding:14px;display:flex;flex-direction:column;gap:11px}.shooting-date{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;align-items:center}.shooting-date svg{grid-row:1/3;color:var(--primary)}.shooting-date b{font-size:11px}.shooting-date small{font-size:8px;color:var(--muted)}.shooting-scenarios{display:flex;gap:5px;flex-wrap:wrap}.shooting-scenarios>b{width:100%;font-size:9px}.shooting-scenarios span{font-size:8px;padding:5px 7px;border-radius:8px;background:var(--surface);border:1px solid var(--line)}.pipeline-list{display:flex;flex-direction:column}.pipeline-list>article{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;padding:12px 4px;border-bottom:1px solid var(--line)}.pipeline-list>article:last-child{border:0}.pipeline-list>article>div{display:flex;flex-direction:column}.pipeline-list b{font-size:11px}.pipeline-list small{font-size:8px;color:var(--muted)}.pipeline-icon{width:40px;height:40px;border-radius:13px;background:color-mix(in srgb,var(--primary) 9%,var(--surface));color:var(--primary);display:grid;place-items:center}.pipeline-icon.publish{background:color-mix(in srgb,var(--green) 9%,var(--surface));color:var(--green)}.story-week-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:9px}.story-week-grid article{padding:13px;border:1px solid var(--line);background:var(--surface-2);border-radius:15px;display:flex;flex-direction:column}.story-week-grid article.complete{border-color:color-mix(in srgb,var(--green) 35%,var(--line))}.story-week-grid span{font-size:9px;color:var(--muted)}.story-week-grid strong{font-size:22px}.story-week-grid strong small{font-size:11px;color:var(--muted)}.story-week-grid p{font-size:8px;color:var(--muted);margin:2px 0}.scenario-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:290px;overflow:auto}.scenario-check-grid>label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:10px}.scenario-check-grid>label.selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 6%,var(--surface))}.scenario-check-grid input{width:17px;min-height:17px}.scenario-check-grid span{display:flex;flex-direction:column}.scenario-check-grid b{font-size:10px}.scenario-check-grid small{font-size:8px;color:var(--muted)}.customer-project-head{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-bottom:13px}.customer-project-head h2{font-size:18px;margin:0}.customer-project-head p,.customer-project-head small{font-size:8px;color:#8592a3}.customer-approval-panel .scenario-card-list>article{grid-template-columns:1fr auto}.success-box{background:color-mix(in srgb,var(--green) 9%,var(--surface));border:1px solid color-mix(in srgb,var(--green) 25%,var(--line));color:var(--green);border-radius:12px;padding:10px;margin-bottom:12px}@media(max-width:900px){.production-contract-grid{grid-template-columns:1fr}.week-card-list{grid-template-columns:1fr 1fr}.scenario-card-list>article{grid-template-columns:auto 1fr}.scenario-card-list>article>.workflow-actions{grid-column:1/-1;flex-direction:row;min-width:0}.pipeline-list>article{grid-template-columns:auto 1fr auto}.pipeline-list>article>.btn{grid-column:2/-1}.scenario-check-grid{grid-template-columns:1fr}}@media(max-width:620px){.production-hero .project-hero-meta{grid-template-columns:1fr 1fr}.section-title-row{align-items:start;flex-direction:column}.week-card-list{grid-template-columns:1fr}.workflow-tabs-v25{top:66px}.scenario-card-list>article{grid-template-columns:1fr}.scenario-number{display:none}.week-metrics{grid-template-columns:1fr 1fr}.scenario-card-list>article>.workflow-actions{grid-column:auto}.shooting-session-grid{grid-template-columns:1fr}.pipeline-list>article{grid-template-columns:auto 1fr}.pipeline-list>article>.status,.pipeline-list>article>.btn{grid-column:2}.customer-approval-panel .scenario-card-list>article{grid-template-columns:1fr}}html,body,#app{width:100%;max-width:100%;min-height:100%;overflow-x:hidden}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{overscroll-behavior-y:none}button,a,input,select,textarea{touch-action:manipulation}.version-chip,.secure-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid color-mix(in srgb,var(--primary) 20%,var(--line));background:color-mix(in srgb,var(--primary) 7%,var(--surface));color:var(--primary);padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900}.nav-badge,.nav-with-count>em{margin-right:auto;min-width:20px;height:20px;border-radius:10px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:9px;font-style:normal;padding:0 5px}.service-dot.website-services{background:linear-gradient(145deg,#7c55f0,#25b8d0)}.project-create-v4{max-width:1240px;margin:auto}.create-section{margin-bottom:15px}.section-kicker{display:flex;align-items:flex-start;gap:11px;margin-bottom:17px}.section-kicker>span{width:34px;height:34px;flex:0 0 34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,var(--primary),#715cf5);color:#fff;font-weight:900}.section-kicker h3{font-size:16px;margin:0}.section-kicker p{font-size:10px;color:var(--muted);margin:0}.project-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.project-type-grid>button{min-height:104px;border:1px solid var(--line);border-radius:18px;background:var(--surface-2);color:var(--text);display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;text-align:right;padding:15px}.project-type-grid>button.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 6%,var(--surface));box-shadow:0 10px 30px color-mix(in srgb,var(--primary) 12%,transparent)}.project-type-grid i{width:45px;height:45px;border-radius:15px;display:grid;place-items:center;background:var(--surface);color:var(--primary);font-style:normal}.project-type-grid span{display:flex;flex-direction:column}.project-type-grid b{font-size:13px}.project-type-grid small{font-size:9px;color:var(--muted);line-height:1.8}.project-type-grid em{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-style:normal}.create-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.owner-flow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.owner-flow-grid>article{border:1px solid var(--line);border-radius:17px;padding:13px;background:var(--surface-2)}.owner-flow-grid>article.customer-owned{border-color:color-mix(in srgb,var(--amber) 35%,var(--line));background:color-mix(in srgb,var(--amber) 5%,var(--surface))}.owner-flow-grid header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.owner-flow-grid header span{font-size:13px;font-weight:900}.owner-flow-grid header b{font-size:9px;border-radius:999px;padding:3px 8px;background:var(--surface);color:var(--primary)}.owner-flow-grid p{font-size:9px;color:var(--muted);line-height:2;margin:10px 0 0}.owner-switch{display:grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid var(--line);background:var(--surface);border-radius:12px;margin-bottom:10px}.owner-switch button{border:0;background:transparent;color:var(--muted);border-radius:9px;min-height:38px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:800}.owner-switch button.active{background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary)}.service-option-list{display:flex;flex-direction:column;gap:9px}.service-option-list>article{border:1px solid var(--line);border-radius:18px;background:var(--surface-2);overflow:hidden}.service-option-list>article.enabled{border-color:color-mix(in srgb,var(--primary) 28%,var(--line));background:color-mix(in srgb,var(--primary) 3%,var(--surface))}.service-option-head{display:grid;grid-template-columns:auto auto 1fr auto;gap:11px;align-items:center;padding:14px}.service-option-head>i{width:39px;height:39px;border-radius:13px;background:var(--surface);color:var(--primary);display:grid;place-items:center;font-style:normal}.service-option-head>div{display:flex;flex-direction:column}.service-option-head b{font-size:12px}.service-option-head small{font-size:9px;color:var(--muted)}.enabled-badge{font-size:9px;font-weight:900;color:var(--green);background:color-mix(in srgb,var(--green) 10%,var(--surface));padding:4px 8px;border-radius:999px}.service-option-body{border-top:1px solid var(--line);padding:14px}.service-config-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.support-toggle{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:8px;display:grid;grid-template-columns:auto 1fr;gap:6px;align-items:center;margin:0}.support-toggle>input:first-child{width:18px;min-height:18px}.support-toggle>input:last-child{grid-column:1/-1}.field-preview{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px;border-top:1px dashed var(--line);padding-top:12px}.field-preview>b{width:100%;font-size:10px}.field-preview>span{display:flex;flex-direction:column;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:6px 9px;font-size:9px;font-weight:800}.field-preview small{font-size:7px;color:var(--muted)}.stage-overrides{margin-top:12px;border:1px solid var(--line);background:var(--surface);border-radius:13px;overflow:hidden}.stage-overrides>summary,.designer-add>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:7px;padding:10px 12px;color:var(--primary);font-size:10px;font-weight:900}.stage-overrides summary::-webkit-details-marker,.designer-add summary::-webkit-details-marker{display:none}.stage-overrides summary svg:last-child{margin-right:auto}.stage-overrides>div{border-top:1px solid var(--line);padding:8px}.stage-overrides article{display:grid;grid-template-columns:1fr 220px 220px;align-items:end;gap:8px;padding:8px;border-bottom:1px solid var(--line)}.stage-overrides article:last-child{border:0}.stage-overrides article>span{display:flex;flex-direction:column;align-self:center}.stage-overrides b{font-size:10px}.stage-overrides small{font-size:8px;color:var(--muted)}.sticky-submit{position:sticky;bottom:12px;z-index:25;box-shadow:0 18px 55px #1124412e}.service-designer-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:14px}.service-tree{padding:8px;align-self:start;position:sticky;top:92px}.service-tree section{margin-bottom:6px}.service-tree button{width:100%;border:0;background:transparent;color:var(--text);display:flex;align-items:center;gap:9px;text-align:right;padding:9px;border-radius:11px}.service-tree button.active{background:color-mix(in srgb,var(--primary) 9%,var(--surface));color:var(--primary)}.service-tree button>span{display:flex;flex-direction:column}.service-tree b{font-size:10px}.service-tree small{font-size:8px;color:var(--muted)}.tree-line{width:14px!important;height:1px;background:var(--line);margin-right:8px}.service-editor{display:flex;flex-direction:column;gap:12px}.service-summary>div:first-child{display:flex;align-items:center;gap:11px}.service-summary>div:first-child>i{width:52px;height:52px;border-radius:17px;background:linear-gradient(145deg,var(--primary),#6e59ef);color:#fff;display:grid;place-items:center;font-style:normal}.service-summary>div:first-child>span{display:flex;flex-direction:column}.service-summary h3{font-size:17px;margin:0}.service-summary p,.service-summary small{font-size:9px;color:var(--muted);margin:0}.service-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.service-stat-row>span{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:8px;text-align:center;display:flex;flex-direction:column}.service-stat-row b{font-size:18px}.service-quick-settings{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.schema-list{display:flex;flex-direction:column}.schema-list article{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:10px 2px;border-bottom:1px solid var(--line)}.schema-list article>i{width:35px;height:35px;border-radius:11px;background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary);display:grid;place-items:center;font-style:normal}.schema-list article>span{display:flex;flex-direction:column}.schema-list b{font-size:10px}.schema-list small{font-size:8px;color:var(--muted)}.mini-toggle input{display:none}.mini-toggle em{display:block;width:34px;height:20px;border-radius:20px;background:var(--line);position:relative}.mini-toggle em:after{content:"";position:absolute;width:14px;height:14px;right:3px;top:3px;border-radius:50%;background:#fff;transition:.2s}.mini-toggle input:checked+em{background:var(--green)}.mini-toggle input:checked+em:after{right:17px}.designer-add{margin-top:12px;border:1px dashed color-mix(in srgb,var(--primary) 28%,var(--line));border-radius:13px;background:color-mix(in srgb,var(--primary) 3%,var(--surface))}.designer-add>form{padding:12px;border-top:1px dashed var(--line)}.stage-designer-list{display:flex;flex-direction:column;gap:8px}.stage-designer-list>article{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:10px}.stage-title{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center}.stage-title>i{width:31px;height:31px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:900}.stage-title>span{display:flex;flex-direction:column}.stage-title b{font-size:10px}.stage-title small{font-size:8px;color:var(--muted)}.template-chips{display:flex;flex-wrap:wrap;gap:5px;padding:8px 39px 0 0}.template-chips>span{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:5px 8px;font-size:8px;font-weight:800}.template-chips small{font-size:7px;color:var(--muted)}.new-service-panel{margin-top:14px}.new-service-panel>div{display:flex;gap:9px;align-items:center;margin-bottom:12px}.new-service-panel h3{margin:0;font-size:13px}.new-service-panel p{margin:0;font-size:9px;color:var(--muted)}.new-service-panel form{display:grid;grid-template-columns:1.5fr 1fr 1fr 100px auto;gap:8px}.service-project-hero{border-radius:24px;background:linear-gradient(135deg,#102743,#1769f5 70%,#18af98);color:#fff;padding:20px;display:grid;grid-template-columns:auto auto 1fr auto;gap:12px;align-items:center;box-shadow:0 18px 45px #1769f52e}.service-project-hero>.icon-btn{background:#ffffff12;border-color:#ffffff30;color:#fff}.service-project-hero>i{width:51px;height:51px;border-radius:17px;background:#ffffff15;display:grid;place-items:center;font-style:normal}.service-project-hero>div h2{margin:0;font-size:19px}.service-project-hero>div p,.service-project-hero>div small{margin:0;font-size:9px;color:#d5e5ff}.service-project-hero>span{min-width:74px;text-align:center;border-right:1px solid #ffffff25;display:flex;flex-direction:column}.service-project-hero>span b{font-size:25px}.service-project-hero>span small{font-size:8px;color:#d5e5ff}.mobile-tabbar{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;background:var(--surface);border:1px solid var(--line);padding:5px;border-radius:15px;margin:12px 0;position:sticky;top:80px;z-index:20}.mobile-tabbar button{border:0;background:transparent;color:var(--muted);min-height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:900}.mobile-tabbar button.active{background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary)}.mobile-tabbar em{min-width:18px;height:18px;border-radius:9px;background:var(--red);color:#fff;font-size:8px;font-style:normal;display:grid;place-items:center}.service-timeline-list,.service-input-list{display:flex;flex-direction:column;gap:11px}.service-runtime-card>header{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.service-runtime-card>header>i{width:42px;height:42px;border-radius:14px;background:color-mix(in srgb,var(--primary) 9%,var(--surface));color:var(--primary);display:grid;place-items:center;font-style:normal}.service-runtime-card h3{font-size:13px;margin:0}.service-runtime-card header p{font-size:9px;color:var(--muted);margin:0}.runtime-dates{display:flex;align-items:center;gap:9px;margin:13px 0;padding:10px;border-radius:13px;background:var(--surface-2);border:1px solid var(--line)}.runtime-dates>span{display:flex;flex-direction:column;min-width:100px}.runtime-dates small{font-size:8px;color:var(--muted)}.runtime-dates b{font-size:10px}.runtime-dates>span:last-child{margin-right:auto;border-radius:10px;padding:5px 9px}.runtime-dates .waiting{background:color-mix(in srgb,var(--amber) 10%,var(--surface));color:var(--amber)}.runtime-dates .done{background:color-mix(in srgb,var(--green) 10%,var(--surface));color:var(--green)}.runtime-timeline{display:flex;flex-direction:column}.runtime-timeline article{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:62px}.runtime-timeline article:not(:last-child):before{content:"";position:absolute;right:16px;top:43px;height:38px;border-right:2px solid var(--line)}.timeline-node{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--surface-3);border:2px solid var(--line);font-size:10px;font-weight:900;z-index:1}.runtime-timeline article.completed .timeline-node{background:var(--green);border-color:var(--green);color:#fff}.runtime-timeline article.active .timeline-node{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 10%,transparent)}.runtime-timeline article>span{display:flex;flex-direction:column}.runtime-timeline b{font-size:10.5px}.runtime-timeline small{font-size:8px;color:var(--muted)}.dynamic-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dynamic-field-card{border:1px solid var(--line);background:var(--surface-2);border-radius:15px;padding:11px;display:flex;flex-direction:column;gap:8px}.dynamic-field-card.blocking{border-color:color-mix(in srgb,var(--amber) 30%,var(--line))}.field-card-head{display:flex;justify-content:space-between;align-items:center}.field-card-head>span{display:flex;flex-direction:column}.field-card-head b{font-size:10px}.field-card-head small{font-size:8px;color:var(--muted)}.field-card-head>i{width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-style:normal}.drop-field{min-height:82px;border:1px dashed color-mix(in srgb,var(--primary) 35%,var(--line));background:var(--surface);border-radius:13px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:var(--primary);margin:0;cursor:pointer}.drop-field span{font-size:9px;color:var(--muted);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drop-field input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.field-hint{font-size:8px;color:var(--primary);margin:0}.runtime-task-list{display:flex;flex-direction:column}.runtime-task-list>article{display:grid;grid-template-columns:auto 1fr auto auto;gap:9px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.task-state{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:var(--surface-3);color:var(--muted)}.task-state.in_progress{color:var(--primary);background:color-mix(in srgb,var(--primary) 9%,var(--surface))}.runtime-task-list article>div{display:flex;flex-direction:column}.runtime-task-list b{font-size:10.5px}.runtime-task-list small{font-size:8px;color:var(--muted)}.runtime-task-list p{font-size:8.5px;color:var(--muted);margin:2px 0}.task-composer{margin-top:12px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2);padding:11px;display:flex;flex-direction:column;gap:8px}.task-composer header{display:flex;justify-content:space-between}.task-composer header button{border:0;background:none;font-size:20px;color:var(--muted)}.support-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.support-service-grid>article{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.support-service-grid>article>i{width:47px;height:47px;border-radius:16px;background:var(--surface-3);color:var(--muted);display:grid;place-items:center;font-style:normal}.support-service-grid>article>i.active{background:color-mix(in srgb,var(--green) 10%,var(--surface));color:var(--green)}.support-service-grid h3{font-size:12px;margin:0}.support-service-grid p{font-size:9px;color:var(--muted);margin:0}.customer-task-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.customer-task-cards article{border:1px solid var(--line);background:var(--surface-2);border-radius:13px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.customer-task-cards article>div{display:flex;flex-direction:column}.customer-task-cards b{font-size:10px}.customer-task-cards small{font-size:8px;color:var(--muted)}.count-badge{min-width:28px;height:28px;border-radius:14px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.customer-scenario-create{margin:11px 0}.customer-scenario-create form{display:flex;flex-direction:column;gap:8px}.messenger-shell{height:calc(100dvh - 170px);min-height:600px;border:1px solid var(--line);border-radius:22px;background:var(--surface);overflow:hidden;display:grid;grid-template-columns:330px 1fr;box-shadow:var(--shadow)}.chat-sidebar{border-left:1px solid var(--line);display:flex;flex-direction:column;overflow:auto}.chat-sidebar-head{height:58px;flex:0 0 58px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.chat-sidebar-head span{min-width:23px;height:23px;border-radius:12px;background:var(--surface-3);display:grid;place-items:center;font-size:9px}.chat-sidebar>button{border:0;background:transparent;color:var(--text);display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;text-align:right;padding:11px;border-bottom:1px solid var(--line)}.chat-sidebar>button.active{background:color-mix(in srgb,var(--primary) 7%,var(--surface))}.chat-sidebar>button>i{width:41px;height:41px;border-radius:50%;background:color-mix(in srgb,var(--green) 10%,var(--surface));color:var(--green);display:grid;place-items:center;font-style:normal}.chat-sidebar>button>i.consultation{background:color-mix(in srgb,var(--purple) 10%,var(--surface));color:var(--purple)}.chat-sidebar>button>span{min-width:0;display:flex;flex-direction:column}.chat-sidebar b{font-size:10px}.chat-sidebar small{font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar em{font-size:7px;color:var(--muted);font-style:normal}.chat-room{min-width:0;display:flex;flex-direction:column;background:linear-gradient(color-mix(in srgb,var(--surface-2) 90%,transparent),color-mix(in srgb,var(--surface-2) 90%,transparent)),radial-gradient(circle at 20% 20%,var(--line) 1px,transparent 1px);background-size:auto,22px 22px}.chat-room-head{height:58px;flex:0 0 58px;background:color-mix(in srgb,var(--surface) 95%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:9px;padding:0 14px}.chat-room-head>i{width:39px;height:39px;border-radius:50%;background:linear-gradient(145deg,var(--primary),#6556e9);color:#fff;display:grid;place-items:center;font-style:normal}.chat-room-head>div{display:flex;flex-direction:column}.chat-room-head b{font-size:11px}.chat-room-head small{font-size:8px;color:var(--muted)}.chat-messages{flex:1;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:5px}.chat-messages article{display:flex}.chat-messages article.team{justify-content:flex-end}.chat-messages article>div{max-width:min(72%,620px);background:var(--surface);border:1px solid var(--line);border-radius:16px 16px 5px;padding:8px 10px;box-shadow:0 4px 15px #10223a0d}.chat-messages article.team>div{background:color-mix(in srgb,var(--primary) 9%,var(--surface));border-radius:16px 16px 16px 5px}.chat-messages b{font-size:8px;color:var(--primary)}.chat-messages p{font-size:10.5px;white-space:pre-wrap;margin:2px 0}.chat-messages small{font-size:7px;color:var(--muted)}.chat-messages img,.chat-messages video{display:block;max-width:320px;width:100%;border-radius:11px;margin:5px 0}.chat-messages audio{max-width:280px;margin:5px 0}.chat-messages blockquote{margin:6px 0 0;border-right:3px solid var(--primary);padding:5px 8px;background:var(--surface-2);font-size:9px;border-radius:6px}.chat-messages blockquote span{display:block;color:var(--primary);font-size:7px}.file-message,.media-code{display:flex;align-items:center;gap:6px;color:var(--primary);font-size:9px;margin:5px 0}.chat-composer{min-height:64px;background:var(--surface);border-top:1px solid var(--line);display:grid;grid-template-columns:auto auto 1fr auto;gap:6px;align-items:end;padding:8px}.chat-composer>label,.chat-composer>button{width:42px;height:42px;border:0;background:var(--surface-2);color:var(--muted);border-radius:50%;display:grid;place-items:center;margin:0}.chat-composer>label input{position:absolute;opacity:0;width:1px;height:1px}.chat-composer>button.recording{background:color-mix(in srgb,var(--red) 12%,var(--surface));color:var(--red);animation:pulseRecord .9s infinite alternate}.chat-composer>button.send{background:var(--primary);color:#fff}.chat-composer>div{min-width:0;position:relative}.chat-composer textarea{min-height:42px;max-height:120px;resize:none;border-radius:20px;padding:9px 13px}.composer-file{position:absolute;right:10px;bottom:46px;background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:4px 7px;display:flex;align-items:center;gap:4px;font-size:8px}.composer-file button{border:0;background:none;color:var(--red)}.new-chat-card{margin:auto;width:min(430px,calc(100% - 24px));background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px;text-align:center;display:flex;flex-direction:column;gap:9px}.new-chat-card>i{width:58px;height:58px;border-radius:19px;background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary);display:grid;place-items:center;margin:auto;font-style:normal}.new-chat-card h3{margin:0}.new-chat-card p{font-size:9px;color:var(--muted)}@keyframes pulseRecord{to{transform:scale(.92)}}.bulk-action-bar{display:flex;align-items:center;gap:7px;padding:9px;border-radius:13px;background:color-mix(in srgb,var(--primary) 7%,var(--surface));border:1px solid color-mix(in srgb,var(--primary) 20%,var(--line));margin-bottom:10px}.bulk-action-bar>span{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:900}.bulk-action-bar select,.bulk-action-bar input{width:190px;min-height:36px}.workbox-list>article.selected{background:color-mix(in srgb,var(--primary) 5%,var(--surface));border-radius:12px}.task-select{align-self:center;margin:0}.task-select input{width:18px;min-height:18px}.workbox-list>article:has(.task-select){grid-template-columns:auto 4px 1fr auto}.customer-task-pill{height:38px;border:1px solid #e1e7ef;background:#fff;border-radius:12px;padding:3px 8px;display:flex;align-items:center;gap:5px}.customer-task-pill b{width:24px;height:24px;border-radius:8px;background:#fff0f2;color:#e83d58;display:grid;place-items:center;font-size:10px}.customer-task-pill span{font-size:8px;color:#607087}@media(max-width:1050px){.service-config-grid{grid-template-columns:repeat(2,1fr)}.stage-overrides article{grid-template-columns:1fr 1fr}.stage-overrides article>.date-field{grid-column:2}.support-service-grid{grid-template-columns:1fr}.service-designer-layout{grid-template-columns:240px 1fr}.new-service-panel form{grid-template-columns:1fr 1fr}.new-service-panel form .btn{grid-column:1/-1}.messenger-shell{grid-template-columns:285px 1fr}}@media(max-width:720px){:root{--radius:19px}body{font-size:14px}input,select,textarea{font-size:16px!important;min-height:48px!important;border-radius:13px!important}input[type=checkbox],input[type=radio]{min-height:20px!important;width:20px!important}.btn{min-height:44px;font-size:12px}.btn.small{min-height:38px;font-size:11px}.icon-btn{min-width:42px;min-height:42px}.content{padding:12px 10px calc(86px + env(safe-area-inset-bottom));width:100%;overflow-x:hidden}.topbar{padding-top:env(safe-area-inset-top);height:calc(64px + env(safe-area-inset-top))}.bottom-nav{grid-template-columns:repeat(5,1fr)!important;padding-bottom:calc(5px + env(safe-area-inset-bottom));min-height:calc(64px + env(safe-area-inset-bottom))}.bottom-nav a,.customer-app-nav a{min-width:0;font-size:9px!important;position:relative}.nav-with-count>em{position:absolute;top:0;left:calc(50% - 20px);min-width:17px;height:17px;font-size:7px}.panel{padding:13px;border-radius:19px}.panel-head h3{font-size:15px}.panel-head p{font-size:10px}.page-actions{align-items:flex-start}.page-actions h2{font-size:18px}.page-actions p{font-size:10px}.page-actions>.version-chip,.page-actions>.secure-chip{display:none}.form-error{font-size:11px}.customer-appbar{padding-top:env(safe-area-inset-top);height:calc(64px + env(safe-area-inset-top))}.customer-app-content{padding:12px 10px calc(88px + env(safe-area-inset-bottom))}.customer-app-nav{height:calc(68px + env(safe-area-inset-bottom))}.customer-greeting small{font-size:10px}.customer-greeting b{font-size:13px}.customer-app-actions{gap:5px}.project-type-grid,.owner-flow-grid,.create-form-grid,.production-contract-grid{grid-template-columns:1fr}.project-type-grid>button{min-height:88px}.project-type-grid small{font-size:10px}.section-kicker h3{font-size:16px}.section-kicker p{font-size:10px}.service-option-head{grid-template-columns:auto auto 1fr}.service-option-head>.enabled-badge{display:none}.service-config-grid{grid-template-columns:1fr}.stage-overrides article{grid-template-columns:1fr;padding:10px 5px}.stage-overrides article>.date-field{grid-column:auto}.sticky-submit{position:relative;bottom:auto}.sticky-submit>div{display:flex}.project-submit-box .btn{width:100%}.field-preview>span{width:100%}.service-designer-layout{grid-template-columns:1fr}.service-tree{position:relative;top:0;display:flex;overflow:auto;gap:6px}.service-tree .panel-head{display:none}.service-tree section{display:flex;flex:0 0 auto}.service-tree button{width:auto;min-width:150px;border:1px solid var(--line)}.service-tree button:not(.root){min-width:130px}.tree-line{display:none}.service-stat-row,.service-quick-settings{grid-template-columns:1fr 1fr}.service-quick-settings label:last-child{grid-column:1/-1}.new-service-panel form{grid-template-columns:1fr}.new-service-panel form .btn{grid-column:auto}.designer-add .form-grid{grid-template-columns:1fr}.template-chips{padding-right:0}.service-project-hero{border-radius:20px;padding:14px;grid-template-columns:auto 1fr auto}.service-project-hero>.icon-btn{display:none}.service-project-hero>i{width:44px;height:44px}.service-project-hero>div h2{font-size:16px}.service-project-hero>div p{font-size:8px}.service-project-hero>span{min-width:52px}.service-project-hero>span b{font-size:20px}.mobile-tabbar{top:calc(64px + env(safe-area-inset-top));margin:8px -4px;border-radius:14px}.mobile-tabbar button{font-size:9px;gap:3px;flex-direction:column}.runtime-dates{display:grid;grid-template-columns:1fr auto 1fr}.runtime-dates>span:last-child{grid-column:1/-1;margin:0}.runtime-timeline article{grid-template-columns:auto 1fr}.runtime-timeline article>.btn{grid-column:2;width:100%}.dynamic-field-grid{grid-template-columns:1fr}.runtime-task-list>article{grid-template-columns:auto 1fr}.runtime-task-list>article>.status,.runtime-task-list>article>.btn{grid-column:2;width:100%}.support-service-grid>article{grid-template-columns:auto 1fr}.support-service-grid>article>.btn{grid-column:1/-1}.customer-task-cards{grid-template-columns:1fr}.messenger-page .page-actions{display:none}.messenger-shell{height:calc(100dvh - 145px - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:480px;border-radius:18px;grid-template-columns:1fr}.chat-sidebar{max-height:150px;border-left:0;border-bottom:1px solid var(--line);display:block;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.chat-sidebar-head{display:none}.chat-sidebar>button{display:inline-grid;width:230px;min-height:72px;vertical-align:top;border-bottom:0;border-left:1px solid var(--line);white-space:normal}.chat-room-head{height:52px;flex-basis:52px}.chat-messages{padding:9px}.chat-messages article>div{max-width:88%}.chat-messages p{font-size:13px}.chat-composer{grid-template-columns:auto auto 1fr auto;padding:6px}.chat-composer>label,.chat-composer>button{width:40px;height:40px}.chat-composer textarea{font-size:16px!important;min-height:42px!important}.new-chat-card{padding:15px}.bulk-action-bar{align-items:stretch;flex-direction:column}.bulk-action-bar select,.bulk-action-bar input{width:100%}.workbox-list>article:has(.task-select){grid-template-columns:auto 4px 1fr}.workbox-list>article:has(.task-select) .task-actions{grid-column:3}.customer-project-head h2{font-size:17px}.modal-layer{padding:6px;padding-top:calc(6px + env(safe-area-inset-top));padding-bottom:calc(6px + env(safe-area-inset-bottom))}.modal-card{max-height:calc(100dvh - 12px - env(safe-area-inset-top) - env(safe-area-inset-bottom));border-radius:20px}.date-popover{bottom:calc(76px + env(safe-area-inset-bottom))}}@media(max-width:380px){.customer-task-pill span{display:none}.customer-task-pill{padding:3px}.top-actions{gap:3px}.topbar-title h1{font-size:13px}.bottom-nav a span,.customer-app-nav a span{font-size:8px}.mobile-tabbar button svg{width:15px}.service-project-hero>span{display:none}.service-project-hero{grid-template-columns:auto 1fr}.chat-composer>label{display:none}.chat-composer{grid-template-columns:auto 1fr auto}}.bot-bridge-settings{margin-top:16px}.bot-secret-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bot-secret-grid label{display:grid;gap:6px;font-size:12px;font-weight:700}.bot-secret-grid input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}@media(max-width:720px){.bot-secret-grid{grid-template-columns:1fr}}.service-task-builder{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;padding:12px;margin-bottom:14px;display:grid;gap:10px}.service-task-context{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.service-task-context label{display:grid;gap:5px;font-size:10px;font-weight:800}.task-mode{max-width:520px;margin:0}.batch-task-input{display:grid;grid-template-columns:1fr 240px;gap:8px;align-items:end}.individual-task-list{display:grid;gap:7px}.individual-task-list>div{display:grid;grid-template-columns:1fr 240px auto;gap:7px;align-items:end}@media(max-width:720px){.service-task-context,.batch-task-input,.individual-task-list>div{grid-template-columns:1fr}.individual-task-list>div>.icon-btn{width:100%;border-radius:12px}}.project-card-v401{display:flex;flex-direction:column;cursor:pointer;outline:none;min-height:360px}.project-card-v401:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 22%,transparent);border-color:var(--primary)}.project-card-v401>p{margin:2px 0 12px;color:var(--muted);font-size:9px}.project-card-v401 .project-meta{flex:1}.project-card-v401 .project-meta span:nth-child(3),.project-card-v401 .project-meta span:nth-child(4){grid-column:1/-1}.project-progress{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center;margin:7px 0 11px}.project-progress>div,.month-progress>div{height:7px;background:var(--surface-3);border-radius:999px;overflow:hidden}.project-progress>div span,.month-progress>div span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--green))}.project-progress small{font-size:8.5px;color:var(--muted)}.project-card-actions{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:5px;border-top:1px solid var(--line);padding-top:10px}.project-card-actions button{border:1px solid var(--line);background:var(--surface);color:var(--text);min-height:34px;border-radius:9px;font:inherit;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:4px}.project-card-actions button:hover{color:var(--primary);border-color:color-mix(in srgb,var(--primary) 35%,var(--line))}.project-card-actions>span{display:grid;place-items:center;color:var(--primary)}.customer-detail-actions{display:flex;justify-content:flex-end;margin-bottom:13px}.customer-check{min-height:44px;border:1px solid var(--line);border-radius:12px;padding:9px 12px;display:flex;align-items:center;gap:9px}.customer-check input{width:18px;min-height:18px}.customer-check span{font-size:11px}.form-warning{background:color-mix(in srgb,var(--amber) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--amber) 28%,var(--line));color:var(--amber);padding:10px 13px;border-radius:12px;margin-bottom:13px;font-size:10px}.load-failure{max-width:620px;margin:8vh auto;text-align:center}.load-failure h3{margin:0}.load-failure p{color:var(--muted)}.load-failure>div{display:flex;gap:8px;justify-content:center}.project-hero-actions,.service-project-actions{display:flex;gap:6px;align-items:center;margin-right:auto}.service-project-hero .service-project-actions+span{margin-right:4px}.report-actions{display:flex;gap:7px}.report-cover{display:grid;grid-template-columns:1fr auto;gap:17px;align-items:start;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--primary) 7%,var(--surface)))}.report-cover h1{margin:4px 0;font-size:24px}.report-cover p{margin:0;color:var(--muted)}.report-head-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:9px;border-top:1px solid var(--line);padding-top:14px}.report-head-metrics span,.month-report-metrics span{display:flex;flex-direction:column;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 75%,transparent);padding:10px 12px;border-radius:12px}.report-head-metrics small,.month-report-metrics small{font-size:8.5px;color:var(--muted)}.report-head-metrics b{font-size:10.5px}.monthly-timeline{margin-top:17px}.timeline-month{display:grid;grid-template-columns:43px 1fr;gap:10px}.timeline-rail{display:flex;flex-direction:column;align-items:center}.timeline-rail i{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:var(--surface-3);border:1px solid var(--line);font-style:normal;font-weight:900;color:var(--muted)}.timeline-month.active .timeline-rail i{background:var(--primary);color:#fff;border-color:var(--primary)}.timeline-rail span{width:2px;min-height:35px;flex:1;background:var(--line)}.timeline-month:last-child .timeline-rail span{display:none}.timeline-month-card{margin-bottom:13px}.timeline-month-card>header{display:flex;justify-content:space-between;gap:10px}.timeline-month-card header h3{margin:1px 0}.timeline-month-card header p,.timeline-month-card header small{margin:0;color:var(--muted);font-size:9px}.month-progress{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin:15px 0}.month-report-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.month-report-metrics b{font-size:15px}.report-week-list{margin-top:12px;border-top:1px solid var(--line)}.report-week-list>div{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.report-week-list>div>span{display:flex;flex-direction:column}.report-week-list small{font-size:8px;color:var(--muted)}.report-week-list em{font-size:8.5px;font-style:normal;color:var(--muted)}.service-stage-report{margin-top:13px}.service-stage-report h4{font-size:11px}.service-stage-report>span{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid var(--line)}@media(max-width:760px){.project-cards-v401{grid-template-columns:1fr}.project-card-v401{min-height:0}.project-card-actions{position:relative;grid-template-columns:repeat(3,1fr)}.project-card-actions>span{display:none}.report-page-actions{align-items:stretch}.report-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.report-actions .btn{white-space:normal}.report-head-metrics,.month-report-metrics{grid-template-columns:1fr 1fr}.report-week-list>div{grid-template-columns:1fr 1fr}.report-week-list>div>span{grid-column:1/-1}.timeline-month{grid-template-columns:32px 1fr;gap:6px}.timeline-rail i{width:30px;height:30px}.project-hero-actions,.service-project-actions{width:100%;margin:8px 0 0;order:5}.service-project-hero{flex-wrap:wrap}.service-project-hero .service-project-actions+span{margin-right:auto}.customer-edit-form{grid-template-columns:1fr}}@media print{.sidebar,.topbar,.bottom-nav,.report-page-actions,.project-report-page>.form-warning{display:none!important}.app-main{margin:0!important}.content{padding:0!important;max-width:none}.project-report-page{color:#111;background:#fff}.panel{box-shadow:none;border-color:#bbb;break-inside:avoid}.timeline-month-card{break-inside:avoid}.timeline-rail span{background:#bbb}.report-cover{background:#fff}.monthly-timeline{margin-top:10px}}html,body,#app{height:auto!important;min-height:100%;overflow-y:auto!important;overscroll-behavior-y:auto!important}.app-shell,.app-main,.customer-app.app-mode,.customer-app-content{height:auto!important;min-height:100vh;overflow:visible!important}body{touch-action:pan-y pinch-zoom}.modal-body{overscroll-behavior:contain}.project-cards-v401{margin-top:22px;gap:18px}.project-card-v401{position:relative;min-height:330px;padding:20px;border-radius:23px;background:linear-gradient(155deg,var(--surface),color-mix(in srgb,var(--primary) 3%,var(--surface)));box-shadow:0 16px 42px #162a4812;overflow:hidden}.project-card-v401:before{content:"";position:absolute;right:0;left:0;top:0;height:4px;background:linear-gradient(90deg,var(--primary),#7657e8,#18b89d)}.project-card-v401 h3{font-size:16px;margin-top:16px}.project-card-v401 .service-icon{width:48px;height:48px;border-radius:16px}.project-card-v401 .project-meta{padding:13px 0;gap:12px}.project-card-v401 .project-meta b{font-size:10.5px}.project-card-actions{gap:8px}.project-card-actions button{min-height:39px;border-radius:11px}.scenario-quota-slots{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;margin-top:5px}.scenario-quota-slots button{border:1px dashed color-mix(in srgb,var(--primary) 35%,var(--line));background:color-mix(in srgb,var(--primary) 4%,var(--surface));color:var(--text);border-radius:14px;min-height:92px;padding:10px;text-align:right;display:grid;grid-template-columns:auto 1fr;gap:3px 8px;align-items:center}.scenario-quota-slots button>span{grid-row:1/3;width:29px;height:29px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.scenario-quota-slots button>b{font-size:10.5px}.scenario-quota-slots button>small{font-size:8px;color:var(--muted)}.scenario-quota-slots button.filled{border-style:solid;border-color:color-mix(in srgb,var(--green) 35%,var(--line));background:color-mix(in srgb,var(--green) 6%,var(--surface))}.scenario-quota-slots button.filled>span{background:var(--green)}.week-extra-scenario{grid-column:1/-1;width:100%;margin-top:2px}.scenario-clickable{cursor:pointer;transition:.18s}.scenario-clickable:hover{border-color:color-mix(in srgb,var(--primary) 40%,var(--line));transform:translateY(-1px);box-shadow:0 10px 28px #1769f512}.scenario-detail>header{display:grid;grid-template-columns:1fr auto;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.scenario-detail>header span{font-size:9px;color:var(--primary);font-weight:900}.scenario-detail h3{font-size:20px;margin:2px 0}.scenario-detail>header p{font-size:9px;color:var(--muted);margin:0}.scenario-full-text{margin:13px 0;border:1px solid var(--line);border-radius:13px;background:var(--surface-2);overflow:hidden}.scenario-full-text summary{cursor:pointer;list-style:none;padding:11px 13px;display:flex;align-items:center;gap:7px;color:var(--primary);font-size:10px;font-weight:900}.scenario-full-text p{white-space:pre-wrap;margin:0;padding:12px 15px;border-top:1px solid var(--line);font-size:11px;line-height:2.1}.scenario-step-timeline{padding:8px 0}.scenario-step-timeline article{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:70px}.scenario-step-timeline article:not(:last-child):after{content:"";position:absolute;right:19px;top:48px;height:44px;border-right:2px solid var(--line)}.scenario-step-timeline article>i{width:40px;height:40px;border:2px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:900;z-index:1}.scenario-step-timeline article.completed>i{background:var(--green);border-color:var(--green);color:#fff}.scenario-step-timeline article.active>i{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 0 0 6px color-mix(in srgb,var(--primary) 10%,transparent)}.scenario-step-timeline article>span{display:flex;flex-direction:column}.scenario-step-timeline b{font-size:11px}.scenario-step-timeline small,.scenario-step-timeline time{font-size:8.5px;color:var(--muted)}.customer-projects-page{padding-top:20px}.customer-projects-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;padding:0 4px}.customer-projects-title span{font-size:9px;font-weight:900;color:#1677ff}.customer-projects-title h1{font-size:26px;margin:1px 0}.customer-projects-title p{font-size:10px;color:#75849a;margin:0}.customer-projects-title>b{font-size:11px;background:#fff;border:1px solid #dfe6ef;border-radius:999px;padding:7px 12px}.customer-project-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.customer-project-card-grid>article{background:#fff;border:1px solid #dde5ef;border-radius:25px;padding:18px;cursor:pointer;box-shadow:0 16px 42px #172a4811;transition:.2s;min-width:0}.customer-project-card-grid>article:hover{transform:translateY(-3px);box-shadow:0 21px 52px #172a481c;border-color:#b9d2f8}.customer-project-card-cover{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start}.customer-project-card-cover>i{width:52px;height:52px;border-radius:17px;background:linear-gradient(145deg,#1677ff,#12b49b);color:#fff;display:grid;place-items:center;font-style:normal;font-weight:900}.customer-project-card-cover>i.instagram{background:linear-gradient(145deg,#813bea,#e94970 58%,#ef9d35)}.customer-project-card-cover>div{min-width:0}.customer-project-card-cover small{font-size:8px;color:#7d8ba0}.customer-project-card-cover h2{font-size:16px;margin:1px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-project-card-cover p{display:flex;align-items:center;gap:5px;font-size:8.5px;color:#7d8ba0;margin:2px 0}.customer-project-alert,.customer-project-clear{margin:15px 0 12px;border-radius:13px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;font-size:9px}.customer-project-alert{background:#fff2f3;color:#d93751;border:1px solid #ffdadd}.customer-project-alert span{font-size:8px;font-weight:800}.customer-project-clear{background:#eef9f5;color:#118967;border:1px solid #d4f0e6;grid-template-columns:auto 1fr}.customer-month-progress{border-top:1px solid #edf1f6;padding-top:11px}.customer-month-progress>header{display:flex;justify-content:space-between;margin-bottom:8px}.customer-month-progress>header span{font-size:9px;font-weight:900}.customer-month-progress>header small{font-size:8px;color:#8290a3}.customer-month-progress>div{display:flex;gap:7px;overflow-x:auto;padding-bottom:3px}.customer-month-progress>div>span{flex:0 0 105px;border:1px solid #e2e8f0;border-radius:12px;padding:7px;background:#f8fafc;display:grid;grid-template-columns:1fr auto;gap:5px}.customer-month-progress>div>span.active{border-color:#9fc3fb;background:#f0f6ff}.customer-month-progress span small{font-size:7.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-month-progress span b{font-size:9px;color:#1677ff}.customer-month-progress span i{grid-column:1/-1;height:4px;background:#e5eaf1;border-radius:4px;overflow:hidden}.customer-month-progress span em{display:block;height:100%;background:linear-gradient(90deg,#1677ff,#16b59c)}.customer-month-progress>p{font-size:8px;color:#8290a3}.customer-project-card-grid footer{display:grid;grid-template-columns:1fr 1.35fr;gap:7px;margin-top:14px}.customer-project-card-grid footer button{min-height:40px;border:1px solid #dfe6ef;background:#fff;border-radius:11px;color:#43546a;font:inherit;font-size:9px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:6px}.customer-project-card-grid footer button.primary{background:#1677ff;border-color:#1677ff;color:#fff}.customer-project-empty{background:#fff;border:1px solid #e1e7ef;border-radius:22px;padding:40px;text-align:center;color:#7e8ba0}.customer-project-head-v402{background:linear-gradient(135deg,#102542,#1769f5);color:#fff;border-radius:22px;padding:17px;margin-bottom:13px}.customer-project-head-v402 p,.customer-project-head-v402 small{color:#d6e5ff}.customer-project-head-v402 .customer-action,.customer-project-head-v402 .btn{background:#ffffff14;border-color:#ffffff32;color:#fff}.customer-project-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;background:#fff;border:1px solid #e0e7ef;border-radius:16px;padding:6px;margin-bottom:13px;position:sticky;top:84px;z-index:25}.customer-project-tabs button{position:relative;min-width:0;min-height:47px;border:0;border-radius:11px;background:transparent;color:#718096;display:flex;align-items:center;justify-content:center;gap:5px;font:inherit;font-size:9px;font-weight:900}.customer-project-tabs button.active{background:#edf4ff;color:#1677ff}.customer-project-tabs em{min-width:19px;height:19px;padding:0 4px;border-radius:10px;background:#ed4b64;color:#fff;font-style:normal;font-size:7px;display:grid;place-items:center}.customer-workbox-section{margin-bottom:13px}.customer-workbox-section.urgent{border-color:#ffd7dc}.customer-section-rows{display:flex;flex-direction:column}.customer-action-row,.customer-history-row,.customer-production-row,.customer-story-row{width:100%;border:0;border-bottom:1px solid #e9eef4;background:transparent;color:#142037;padding:12px 3px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;text-align:right}.customer-action-row:last-child,.customer-history-row:last-child,.customer-production-row:last-child,.customer-story-row:last-child{border-bottom:0}.customer-action-row>svg{color:#e7405a}.customer-action-row>span,.customer-history-row>span,.customer-production-row>div{display:flex;flex-direction:column;min-width:0}.customer-action-row b,.customer-history-row b,.customer-production-row b,.customer-story-row b{font-size:10.5px}.customer-action-row small,.customer-history-row small,.customer-production-row small,.customer-story-row small{font-size:8px;color:#7f8da0}.customer-action-row em{font-style:normal;font-size:8px;font-weight:900;color:#1677ff}.customer-production-row>i{width:42px;height:42px;border-radius:14px;background:#f0f4f8;color:#6d7d92;display:grid;place-items:center;font-style:normal}.customer-production-row.future>i{background:#edf4ff;color:#1677ff}.customer-production-row p{font-size:8px;color:#65758a;margin:2px 0}.customer-production-row a{font-size:8px;color:#1677ff}.customer-story-row{grid-template-columns:1fr auto}.customer-story-row>div{display:flex;flex-direction:column}.customer-story-row>span{font-size:8px;color:#1677ff;background:#edf4ff;border-radius:999px;padding:4px 8px}.customer-scenario-create{border:1px dashed #afd0fb;border-radius:14px;background:#f6f9ff;margin-bottom:12px}.customer-scenario-create summary{list-style:none;cursor:pointer;padding:11px;color:#1677ff;font-size:10px;font-weight:900;display:flex;align-items:center;gap:6px}.customer-scenario-create form{border-top:1px solid #dce9fb;padding:11px}.customer-scenario-list{display:flex;flex-direction:column;gap:8px}.customer-scenario-list>article{cursor:pointer;border:1px solid #e0e7ef;background:#f8fafc;border-radius:14px;padding:11px;display:grid;grid-template-columns:1fr auto;gap:8px}.customer-scenario-list>article.pending{border-color:#ffcbd3;background:#fff7f8}.customer-scenario-list>article>div:first-child{display:flex;flex-direction:column}.customer-scenario-list b{font-size:11px}.customer-scenario-list small,.customer-scenario-list span{font-size:8px;color:#7d8b9e}.customer-review-actions{grid-column:1/-1;display:flex;gap:6px}.customer-review-actions .btn{flex:1}@media(min-width:1000px){.customer-app.app-mode{padding-bottom:30px;background:#eef3f8}.customer-app-content{max-width:1280px;padding:38px 28px 70px 240px}.customer-app-content:before{width:1280px!important;background:#f6f8fb!important}.customer-appbar{height:78px;padding-right:max(26px,calc((100vw - 1225px)/2));padding-left:max(26px,calc((100vw - 1225px)/2))}.customer-app-nav{top:108px;right:max(22px,calc((100vw - 1225px)/2));bottom:auto;left:auto;transform:none;width:195px;height:auto;grid-template-columns:1fr;padding:10px;border-radius:22px;border:1px solid #dfe6ef}.customer-app-nav a{min-height:58px;flex-direction:row;justify-content:flex-start;padding:0 15px;gap:10px;font-size:10px}.customer-app-nav a.active{background:#edf4ff;border-radius:13px}.customer-app-nav a.active:before{right:3px;top:50%;transform:translateY(-50%);width:3px;height:27px}.customer-greeting small{font-size:10px}.customer-greeting b{font-size:14px}.customer-mini-avatar{width:45px;height:45px}.customer-project-workspace{max-width:1000px}.customer-workbox-section .panel-head h3{font-size:16px}}@media(max-width:760px){.customer-projects-page{padding-top:5px}.customer-projects-title h1{font-size:20px}.customer-projects-title p{font-size:9px}.customer-project-card-grid{grid-template-columns:1fr;gap:11px}.customer-project-card-grid>article{border-radius:20px;padding:14px}.customer-project-card-grid footer{grid-template-columns:1fr}.customer-project-tabs{grid-template-columns:repeat(3,1fr);top:70px}.scenario-step-timeline article{grid-template-columns:auto 1fr}.scenario-step-timeline time{grid-column:2}.scenario-quota-slots{grid-template-columns:1fr 1fr}.project-cards-v401{margin-top:14px}.customer-project-head-v402{border-radius:18px;padding:13px}.customer-project-head-v402>.btn{grid-column:2/4;width:100%}}@media(max-width:430px){.scenario-quota-slots{grid-template-columns:1fr}.customer-project-card-cover{grid-template-columns:auto 1fr}.customer-project-card-cover>.status{grid-column:2}.customer-project-alert{grid-template-columns:auto 1fr}.customer-project-alert>span{grid-column:2}.customer-project-tabs button{flex-direction:column}.customer-project-tabs{gap:3px}.customer-project-tabs button{font-size:8px}}.story-week-grid>article>span{display:flex;flex-direction:column}.story-week-grid>article>span small{font-size:7.5px;color:var(--muted);font-weight:500}.closed-periods{margin-top:14px;border-top:1px solid var(--line);padding-top:12px}.closed-periods>summary{list-style:none;cursor:pointer;color:var(--muted);font-size:10px;font-weight:900;padding:8px 2px}.closed-periods>summary::-webkit-details-marker{display:none}.closed-weeks{grid-column:1/-1;border-top:1px dashed var(--line);margin:4px 12px 12px;padding-top:10px}.closed-weeks>h4{margin:0 0 9px;color:var(--muted);font-size:10px}.week-card-list article.closed{opacity:.78;background:color-mix(in srgb,var(--surface-2) 75%,var(--line))}.scenario-quota-slots button:disabled{cursor:not-allowed;opacity:.65}.approval-route-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.approval-route-grid label{display:flex;flex-direction:column;gap:7px}.approval-route-grid label>span{font-size:10px;font-weight:900}.report-period-title{margin:18px 43px 5px 0;color:var(--muted);font-size:10px;font-weight:900}.report-closed-months{margin-top:20px}.report-closed-weeks{margin:13px 0 0;padding-top:11px}.scenario-report-pipeline{margin-top:15px;border-top:1px solid var(--line);padding-top:10px}.scenario-report-pipeline h4{font-size:10px;margin:0 0 7px}.scenario-report-pipeline>div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid var(--line)}.scenario-report-pipeline>div>span{display:flex;flex-direction:column}.scenario-report-pipeline b{font-size:10px}.scenario-report-pipeline small,.scenario-report-pipeline em{font-size:8px;color:var(--muted);font-style:normal}.pipeline-list .workflow-actions{display:flex;gap:6px;flex-wrap:wrap}.pipeline-list .revision-note{display:block;margin-top:5px;font-size:8px;font-style:normal}.customer-production-row>.customer-review-actions{grid-column:1/-1;display:flex;gap:6px}.customer-production-row>.customer-review-actions .btn{flex:1}@media(max-width:760px){.approval-route-grid{grid-template-columns:1fr}.scenario-report-pipeline>div{grid-template-columns:1fr auto}.scenario-report-pipeline>div>.status{grid-column:1/-1;justify-self:start}.closed-weeks{margin-inline:8px}.report-period-title{margin-right:32px}}.scenario-destination{border:1px solid color-mix(in srgb,var(--primary) 25%,var(--line));background:color-mix(in srgb,var(--primary) 5%,var(--surface));border-radius:14px;padding:11px;display:grid;gap:7px}.scenario-destination>span{font-size:8px;color:var(--muted)}.scenario-destination>b{font-size:11px;color:var(--primary)}.field-help{display:block;margin-top:5px;color:var(--muted);font-size:8px}.scenario-voice-box{border:1px dashed var(--line);border-radius:14px;padding:11px}.scenario-voice-box>div{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.scenario-voice-box>div>span{font-size:8px;color:var(--muted)}.scenario-save-status{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);padding-top:9px}.scenario-save-status>span{font-size:8px;color:var(--muted)}.scenario-voice-player{display:grid;grid-template-columns:auto auto minmax(180px,1fr);align-items:center;gap:9px;margin:12px 0;padding:11px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.scenario-voice-player>span{font-size:9px;font-weight:800}.scenario-voice-player audio{width:100%;height:38px}.scenario-publish-time{margin:13px 0;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--amber) 25%,var(--line));background:color-mix(in srgb,var(--amber) 7%,var(--surface));border-radius:13px;padding:11px}.scenario-publish-time svg{color:var(--amber)}.scenario-publish-time span{font-size:9px;font-weight:800}.scenario-publish-time b{text-align:left;font-size:10px}.scenario-modal-review{display:grid;grid-template-columns:1fr 1fr;gap:9px;border-top:1px solid var(--line);padding-top:12px}.scenario-modal-review>textarea,.scenario-modal-review>div{grid-column:1/-1}.scenario-modal-review>div{display:flex;gap:7px}.scenario-modal-review>div .btn{flex:1}.suggestion-note{display:flex;align-items:center;gap:9px;border:1px solid color-mix(in srgb,var(--primary) 25%,var(--line));background:color-mix(in srgb,var(--primary) 5%,var(--surface));border-radius:13px;padding:10px}.suggestion-note>svg{color:var(--primary)}.suggestion-note>span{display:flex;flex-direction:column}.suggestion-note b{font-size:10px}.suggestion-note small{font-size:8px;color:var(--muted)}.customer-proposal-button{width:100%;border:1px dashed #a9cafa;background:#f3f7ff;color:#1769f5;border-radius:15px;padding:12px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;text-align:right;margin-bottom:8px}.customer-proposal-button>span{display:flex;flex-direction:column}.customer-proposal-button b{font-size:10px}.customer-proposal-button small{font-size:8px;color:#73849b}.written-report-panel{margin-top:18px}.written-report-panel>div:last-child{display:grid;gap:8px}.written-report-panel article{display:grid;grid-template-columns:minmax(130px,.7fr) 1.6fr auto auto;align-items:center;gap:10px;border:1px solid var(--line);background:var(--surface-2);border-radius:13px;padding:10px}.written-report-panel article>span{display:flex;flex-direction:column}.written-report-panel article b{font-size:10px}.written-report-panel article small,.written-report-panel article p{font-size:8px;color:var(--muted);margin:0}@media(min-width:1000px){.customer-app-content{max-width:1440px!important;padding:38px 240px 70px 32px!important}.customer-app-content:before{width:1440px!important}.customer-project-workspace{max-width:none!important}.customer-projects-page{max-width:1160px}.customer-project-card-grid{grid-template-columns:repeat(2,minmax(360px,1fr))}.customer-project-head-v402{padding:24px 27px;min-height:112px}.customer-project-head-v402 h2{font-size:22px}.customer-project-tabs{top:91px;padding:8px}.customer-workbox-section,.customer-approval-panel{padding:21px 24px}.customer-section-rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.customer-section-rows>.empty-state{grid-column:1/-1}.customer-action-row,.customer-history-row,.customer-production-row,.customer-story-row{border:1px solid #e3e9f1;border-radius:14px;background:#fff;padding:13px}.customer-scenario-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-scenario-list>article{min-height:108px}}@media(max-width:760px){html,body,#app{max-width:100%;overflow-x:hidden!important}input,select,textarea,button{font-size:16px}.btn,.tabs button,.customer-project-tabs button{font-size:10px}.modal{width:calc(100vw - 16px)!important;max-width:none!important}.modal-body{max-height:calc(100dvh - 115px);overflow-y:auto;-webkit-overflow-scrolling:touch}.scenario-modal-review{grid-template-columns:1fr}.scenario-modal-review>div{flex-direction:column}.scenario-voice-player{grid-template-columns:auto 1fr}.scenario-voice-player audio{grid-column:1/-1}.written-report-panel article{grid-template-columns:1fr auto}.written-report-panel article>p{grid-column:1/-1}.customer-section-rows,.customer-action-row,.customer-history-row,.customer-production-row,.customer-story-row{min-width:0}.customer-project-tabs{overflow-x:auto;overscroll-behavior-x:contain}.workflow-form{min-width:0}.scenario-voice-box>div>.btn{flex:1;min-width:130px}}
