:root{--ink:#14211d;--muted:#66736f;--line:#dce4e0;--canvas:#f3f6f4;--panel:#fff;--green:#176b4d;--green-soft:#e8f4ee;--red:#b42318;--red-soft:#fef0ee;--amber:#9a5b13;--amber-soft:#fff6e8;--blue:#315f9e;--blue-soft:#edf3fb}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.sidebar{color:#fff;z-index:5;background:#10251d;flex-direction:column;width:248px;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;display:flex}.brand-mark{color:#10251d;background:#dff461;border-radius:11px;place-items:center;width:38px;height:38px;font-size:20px;font-weight:900;display:grid}.brand div{flex-direction:column;display:flex}.brand strong{font-size:16px}.brand small{color:#aac0b7;font-size:12px}.sidebar nav{gap:6px;margin-top:36px;display:grid}.nav-link{color:#c7d7d1;border-radius:9px;padding:11px 12px;font-weight:650}.nav-link:hover,.nav-link.active{color:#fff;background:#214236}.sidebar-user{border-top:1px solid #315047;align-items:center;gap:10px;margin-top:auto;padding:15px 0;display:flex}.sidebar-user div{flex-direction:column;min-width:0;display:flex}.sidebar-user strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.sidebar-user small{color:#a9bdb6;text-transform:capitalize;font-size:11px}.avatar{color:#10251d;background:#dff461;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.main-area{margin-left:248px;padding:28px 34px 64px}.topbar{justify-content:space-between;align-items:flex-end;max-width:1440px;margin:0 auto 24px;display:flex}.topbar h1{letter-spacing:-.03em;margin:3px 0 0;font-size:30px}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.14em;margin:0;font-size:11px;font-weight:850}.header-actions{gap:8px;display:flex}.button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 13px;font-weight:750;display:inline-flex}.button:hover{border-color:#aebdb6}.button.primary{background:var(--green);border-color:var(--green);color:#fff}.button.danger{color:var(--red);background:#fff;border-color:#efc4bf}.button.ghost{color:#fff;background:0 0;border-color:#38574e}.button.small{padding:6px 9px;font-size:12px}.button.full{width:100%}.button:disabled{opacity:.55;cursor:not-allowed}.card,.table-card,.stat-card,.summary-card,.queue-card{background:var(--panel);border:1px solid var(--line);border-radius:12px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:12px;max-width:1440px;margin:0 auto 16px;display:grid}.stat-card{padding:18px}.stat-card strong{font-size:28px;display:block}.stat-card span{color:var(--muted);font-size:13px}.stat-card.danger strong{color:var(--red)}.stat-card.success strong{color:var(--green)}.toolbar{gap:10px;max-width:1440px;margin:0 auto 14px;padding:12px;display:flex}.toolbar input{flex:1}.toolbar select{width:190px}.table-card{max-width:1440px;margin:auto;overflow:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:15px 16px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;background:#f9fbfa;font-size:11px}td{font-size:14px}td small{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.45;display:block}.strong-link{color:var(--green);font-weight:850}.progress{background:#e5ebe8;border-radius:99px;min-width:110px;height:7px;overflow:hidden}.progress span{border-radius:inherit;background:var(--green);height:100%;display:block}.status{color:#59645f;text-transform:uppercase;letter-spacing:.04em;background:#edf1ef;border-radius:999px;align-items:center;padding:4px 8px;font-size:10px;font-weight:850;display:inline-flex}.status.active,.status.in_progress,.status.submitted{background:var(--blue-soft);color:var(--blue)}.status.live,.status.completed,.status.approved{background:var(--green-soft);color:var(--green)}.status.blocked,.status.rejected,.status.qa_failed{background:var(--red-soft);color:var(--red)}.status.pending{background:var(--amber-soft);color:var(--amber)}.status.locked{color:#8a9490;background:#f0f2f1}.empty-cell{text-align:center;color:var(--muted);padding:50px}.alert,.notice{border-radius:9px;max-width:1440px;margin:0 auto 14px;padding:12px 14px}.alert.error,.inline-error{background:var(--red-soft);color:var(--red);border:1px solid #f4c9c4}.notice{background:var(--blue-soft);color:#294f80}.sticky-alert{z-index:6;position:sticky;top:10px}.modal-backdrop{z-index:20;background:#06140e94;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:min(720px,100%);max-height:92vh;padding:22px;overflow:auto}.modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-head h2,.card h2{margin:3px 0 16px;font-size:20px}.icon-button{cursor:pointer;background:#eef2f0;border:0;border-radius:50%;width:34px;height:34px;font-size:22px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-stack{gap:14px;display:grid}.form-grid label,.form-stack label{color:#40504a;gap:6px;font-size:12px;font-weight:750;display:grid}.span-2{grid-column:span 2}.modal-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd9d4;border-radius:8px;outline:none;padding:10px 11px}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #176b4d1a}textarea{resize:vertical;min-height:86px}.check{grid-template-columns:auto 1fr;align-items:center;display:flex!important}.check input{width:auto}.login-page,.center-page{background:radial-gradient(circle at 15% 15%,#dff4e8,#0000 34%),#10251d;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border-radius:18px;width:min(480px,100%);padding:34px;box-shadow:0 30px 90px #0000004d}.login-brand{margin-bottom:32px}.login-brand small{color:var(--muted)}.login-card h1{letter-spacing:-.04em;margin:10px 0;font-size:32px;line-height:1.1}.muted{color:var(--muted);line-height:1.6}.spinner{border:4px solid #ffffff30;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.card-grid{grid-template-columns:repeat(3,1fr);gap:13px;max-width:1440px;margin:auto;display:grid}.queue-card{justify-content:space-between;padding:18px;display:flex}.queue-card h2{margin:12px 0 5px;font-size:17px}.queue-card p{color:var(--muted);margin:0;font-size:13px}.queue-count{background:var(--amber-soft);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:55px;height:55px;display:flex}.queue-count strong{color:var(--amber);font-size:20px}.queue-count span{color:var(--muted);font-size:10px}.deployment-hero{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto 14px;padding:20px;display:flex}.deployment-hero h2{margin:10px 0 4px}.deployment-hero p{color:var(--muted);margin:0;font-size:13px}.meta-row{color:var(--muted);align-items:center;gap:10px;font-size:12px;display:flex}.hero-progress{text-align:right;width:220px}.hero-progress strong{font-size:24px}.summary-grid{grid-template-columns:repeat(4,1fr);gap:10px;max-width:1440px;margin:0 auto 14px;display:grid}.summary-card{flex-direction:column;gap:5px;padding:15px;display:flex}.summary-card>span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.summary-card strong{font-size:15px}.summary-card small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.tabs{border-bottom:1px solid var(--line);gap:4px;max-width:1440px;margin:0 auto 14px;display:flex;overflow:auto}.tabs button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 14px;font-weight:750}.tabs button.active{color:var(--green);border-color:var(--green)}.milestone-list{gap:12px;max-width:1100px;margin:auto;display:grid}.milestone{padding:0;overflow:hidden}.milestone>header{border-bottom:1px solid var(--line);background:#f9fbfa;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.milestone>header h2{margin:0;font-size:16px}.milestone>header span{color:var(--muted);font-size:12px}.task-row{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;gap:12px;padding:15px 18px;display:grid}.task-row:last-child{border-bottom:0}.task-row.completed{background:#fbfdfc}.task-row.locked{opacity:.64}.task-order{width:32px;height:32px;color:var(--muted);background:#edf2ef;border-radius:8px;place-items:center;font-size:11px;font-weight:850;display:grid}.task-heading{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.task-main>p{color:var(--muted);text-transform:capitalize;margin:5px 0;font-size:11px}.task-main>small{color:var(--muted);margin-top:5px;display:block}.task-controls{flex-wrap:wrap;align-items:center;gap:7px;margin-top:10px;display:flex}.task-controls input{flex:1;min-width:180px;padding:7px 9px}.task-controls select,.assignment{width:auto;padding:7px 9px}.assignment{margin-top:9px}.inline-error{border-radius:7px;padding:8px;font-size:12px}.two-column{grid-template-columns:1fr 1fr;gap:14px;max-width:1440px;margin:auto;display:grid}.two-column>.card{padding:20px}.document-list,.asset-list,.communication-list{gap:9px;display:grid}.document-row{border:1px solid var(--line);border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:11px;display:flex}.document-row>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.document-row>div:last-child{gap:5px;display:flex}.document-row a{color:var(--green);font-weight:800}.document-row small{color:var(--muted);font-size:11px}.communication-list article{border:1px solid var(--line);border-radius:9px;padding:13px}.communication-list article>div{justify-content:space-between;display:flex}.communication-list article>strong{margin-top:9px;display:block}.communication-list p{color:var(--muted);font-size:13px}.communication-list small{color:var(--muted);font-size:10px}.timeline{max-width:900px;margin:auto;padding:22px}.timeline-item{grid-template-columns:18px 1fr;gap:10px;padding-bottom:20px;display:grid;position:relative}.timeline-item:before{content:"";background:var(--line);width:2px;position:absolute;top:13px;bottom:0;left:6px}.timeline-item:last-child:before{display:none}.timeline-dot{background:var(--green);z-index:1;border-radius:50%;width:14px;height:14px;margin-top:3px}.timeline-item p{color:var(--muted);margin:4px 0;font-size:13px}.timeline-item small{color:var(--muted);font-size:10px}.mini-timeline{border-top:1px solid var(--line);gap:10px;margin-top:18px;padding-top:16px;display:grid}.mini-timeline div{flex-direction:column;display:flex}.mini-timeline span,.mini-timeline small{color:var(--muted);font-size:11px}.center-panel{text-align:center;color:var(--muted);padding:80px}@media (max-width:960px){.sidebar{width:auto;position:static}.app-shell{display:block}.sidebar nav{margin:18px 0;display:flex}.sidebar-user,.sidebar>.button{display:none}.main-area{margin-left:0;padding:20px}.stats-grid,.summary-grid{grid-template-columns:repeat(2,1fr)}.two-column{grid-template-columns:1fr}.card-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.topbar{align-items:flex-start;gap:16px}.stats-grid,.summary-grid,.card-grid,.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.deployment-hero{align-items:flex-start}.hero-progress{width:110px}.task-controls{align-items:stretch}.task-controls>*{width:100%!important}.table-card{border-radius:0;margin-inline:-20px}}
:root{--ink:#111827;--muted:#64748b;--line:#dbeafe;--canvas:#f6f8fc;--panel:#fffffff5;--green:#2563eb;--green-soft:#eff6ff;--blue:#1d4ed8;--blue-soft:#eff6ff;--amber:#a16207;--amber-soft:#fffbeb}html,body{color:var(--ink);background:linear-gradient(135deg,#f8fafc 0%,#eff6ff 52%,#f8fafc 100%);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body:before{content:"";pointer-events:none;background:radial-gradient(circle at 88% 5%,#2563eb14,#0000 28%),radial-gradient(circle at 12% 92%,#facc1514,#0000 30%);position:fixed;inset:0}.app-shell{position:relative}.sidebar{color:#1f2937;background:#fff;border-right:1px solid #dbeafe;width:224px;padding:22px 14px;box-shadow:10px 0 35px #2563eb12}.brand{border-bottom:1px solid #eff6ff;justify-content:space-between;min-height:58px;padding:0 8px 12px}.brand-logo{object-fit:cover;object-position:center;width:132px;height:48px}.workspace-badge{color:#92400e;letter-spacing:.08em;text-transform:uppercase;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:800}.sidebar nav{gap:7px;margin-top:24px}.nav-link{color:#4b5563;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:650;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.nav-link:hover{color:#1d4ed8;background:#eff6ff;transform:translate(2px)}.nav-link.active{color:#1e40af;background:#eff6ff;border-color:#bfdbfe;box-shadow:0 4px 12px #2563eb14}.nav-icon{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.nav-link.active .nav-icon{color:#1d4ed8;background:#fff;border-color:#bfdbfe}.nav-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.sidebar-user{border-top-color:#dbeafe}.sidebar-user strong{color:#1f2937}.sidebar-user small{color:#64748b}.avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#4338ca);box-shadow:0 6px 16px #2563eb38}.button.ghost{color:#475569;background:#fff;border-color:#dbeafe}.button.ghost:hover{color:#b42318;background:#fef2f2;border-color:#fecaca}.main-area{margin-left:224px;padding:30px 32px 64px}.topbar{align-items:center;margin-bottom:26px}.topbar h1{color:#111827;font-size:31px;font-weight:800}.eyebrow{color:#1d4ed8;letter-spacing:.1em;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;width:fit-content;padding:5px 9px;display:inline-flex}.button{color:#334155;border-color:#dbeafe;border-radius:10px;transition:all .2s;box-shadow:0 1px 2px #0f172a0a}.button:hover{background:#f8fbff;border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 5px 14px #2563eb17}.button.primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;box-shadow:0 7px 18px #2563eb33}.button.primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)}.card,.table-card,.stat-card,.summary-card,.queue-card{background:var(--panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:#dbeafe;border-radius:16px;box-shadow:0 8px 24px #2563eb0f}.stat-card{min-height:112px;padding:20px;position:relative;overflow:hidden}.stat-card:after{content:"";background:#2563eb12;border-radius:50%;width:90px;height:90px;position:absolute;top:-30px;right:-28px}.stat-card strong{z-index:1;color:#0f172a;font-size:30px;position:relative}.stat-card span{z-index:1;color:#64748b;font-weight:600;position:relative}.toolbar{padding:13px}.table-card{box-shadow:0 10px 28px #2563eb0f}th{color:#64748b;background:#f8fbff;border-bottom-color:#dbeafe}td{border-bottom-color:#e8eef7}tbody tr{transition:background .18s}tbody tr:hover{background:#f8fbff}.strong-link{color:#1d4ed8}.progress{background:#e2e8f0}.progress span{background:linear-gradient(90deg,#2563eb,#3b82f6)}.tabs button.active{color:#1d4ed8;border-color:#2563eb}.timeline-dot{background:#2563eb;box-shadow:0 0 0 4px #dbeafe}.milestone>header{background:#f8fbff}.task-order{color:#1d4ed8;background:#eff6ff}input,select,textarea{border-color:#cbd5e1;border-radius:10px}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a94}.modal{border:1px solid #dbeafe;border-radius:18px;box-shadow:0 30px 80px #0f172a3d}.icon-button{color:#475569;background:#f1f5f9}.login-page{background:radial-gradient(circle at 15% 18%,#facc1538,#0000 28%),radial-gradient(circle at 85% 80%,#2563eb4d,#0000 34%),linear-gradient(145deg,#020617,#0f172a 58%,#111827);position:relative;overflow:hidden}.login-page:before{content:"";opacity:.18;background-image:radial-gradient(#ffffff3d 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.login-card{border:1px solid #ffffffb3;border-radius:22px;width:min(500px,100%);padding:38px;position:relative;box-shadow:0 30px 100px #00000073,0 0 0 1px #2563eb14}.login-brand{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;margin:-8px 0 28px;padding-bottom:18px;display:flex}.login-brand img{background:#0f172a;border-radius:12px;width:178px;height:auto;padding:10px 12px}.login-brand span{color:#1d4ed8;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:800}.login-card h1{color:#0f172a;font-weight:850}@media (max-width:960px){.sidebar{border-bottom:1px solid #dbeafe;border-right:0;padding:12px 16px 10px;box-shadow:0 8px 25px #2563eb0f}.brand{min-height:48px;padding-bottom:8px}.brand-logo{width:112px;height:40px}.workspace-badge{margin-left:auto}.sidebar nav{gap:7px;margin:10px 0 0;display:flex;overflow-x:auto}.nav-link{flex:none;padding:6px 9px}.nav-icon{flex-basis:30px;width:30px;height:30px}.main-area{margin-left:0;padding:22px 20px 80px}}@media (max-width:640px){.topbar{flex-direction:column}.header-actions{flex-wrap:wrap;width:100%}.header-actions .button{flex:1}.toolbar{flex-direction:column}.toolbar select{width:100%}.table-card{border-radius:14px;margin-inline:0}.login-card{padding:28px 22px}.login-brand{flex-direction:column;align-items:flex-start}}
