:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18212f;background:#f4f7fb;line-height:1.45}*{box-sizing:border-box}body{margin:0}.shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:#111827;color:#d8e0ec;padding:24px 18px;display:flex;flex-direction:column;gap:28px}.brand{display:flex;flex-direction:column;gap:2px}.brand strong{font-size:21px}.brand span{font-size:13px;opacity:.68}.sidebar nav{display:grid;gap:6px}.sidebar nav a{color:#c7d2e2;text-decoration:none;padding:10px 12px;border-radius:9px}.sidebar nav a:hover,.sidebar nav a.active{background:#243047;color:white}.logout{margin-top:auto}.logout button{width:100%;background:transparent;border:1px solid #3a465a;color:#dce5f1;padding:9px;border-radius:9px;cursor:pointer}.content{padding:32px;max-width:1500px;width:100%;margin:0 auto}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.page-head h1{margin:0;font-size:28px}.page-head p{margin:5px 0 0;color:#667085}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.card,.panel{background:white;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 18px rgba(15,23,42,.04)}.card{padding:18px;display:flex;flex-direction:column;gap:7px;min-width:0}.card span,.card small{color:#667085}.card strong{font-size:19px;overflow-wrap:anywhere}.card code{font-size:11px;overflow-wrap:anywhere}.panel{padding:22px;margin-bottom:20px}.panel h2{margin-top:0}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:9px;padding:10px 15px;background:white;color:#172033;text-decoration:none;font-weight:650;cursor:pointer}.button.primary{background:#2563eb;border-color:#2563eb;color:white}label{display:grid;gap:7px;font-weight:650;margin-bottom:16px}label small{font-weight:400;color:#667085}input,select,textarea{width:100%;padding:10px 11px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#111827;font:inherit}textarea{resize:vertical}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panels{align-items:start}.check{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:9px;font-weight:500}.check input{width:auto}.notice{padding:12px 14px;border-radius:10px;margin-bottom:18px}.notice.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.notice.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.notice.info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}.muted{color:#667085}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:700px}th,td{text-align:left;padding:11px 10px;border-bottom:1px solid #eef2f7;vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#667085}.flow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;list-style:none;padding:0;margin:0}.flow li{background:#f8fafc;border:1px solid #e2e8f0;padding:14px;border-radius:10px;font-size:13px}.rotation-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.rotation-steps div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px;display:flex;gap:10px;align-items:flex-start}.rotation-steps b{display:grid;place-items:center;min-width:25px;height:25px;background:#2563eb;color:white;border-radius:50%}.install{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef3f9}.install-card{width:min(700px,100%);background:white;border:1px solid #dbe3ee;border-radius:16px;padding:28px;box-shadow:0 18px 50px rgba(15,23,42,.09)}.install-card h1{margin-bottom:5px}.keys{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1000px){.cards{grid-template-columns:repeat(2,1fr)}.flow,.rotation-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.shell{grid-template-columns:1fr}.sidebar{position:static}.content{padding:20px}.grid2,.cards,.keys,.flow,.rotation-steps{grid-template-columns:1fr}.page-head{align-items:flex-start;flex-direction:column}}
.project-switch{font-size:12px;color:#c7d2e2;margin:0}.project-switch select{margin-top:6px;background:#1f2937;color:#fff;border-color:#3a465a}.upload-meter{height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:16px 0 8px}.upload-meter>div{height:100%;width:0;background:#2563eb;transition:width .15s ease}.content code{overflow-wrap:anywhere}.panel small{color:#667085}

/* 1.2.0 visual refresh */
body{background:radial-gradient(circle at 85% 0,#e8f0ff 0,transparent 26rem),#f4f7fb;color:#162033}.sidebar{width:100%;background:linear-gradient(180deg,#0f172a 0%,#111827 55%,#172033 100%);box-shadow:12px 0 34px rgba(15,23,42,.08);position:sticky;top:0;height:100vh;overflow:auto}.brand{padding:2px 4px 0}.brand strong{font-size:22px;letter-spacing:-.02em}.brand span{color:#a9b8ce;opacity:1}.project-switch{padding:12px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:13px}.sidebar nav a{display:flex;align-items:center;min-height:42px;padding:11px 13px;border:1px solid transparent;transition:.18s ease}.sidebar nav a:hover{transform:translateX(2px);background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.06)}.sidebar nav a.active{background:linear-gradient(135deg,#2457d6,#3577f0);box-shadow:0 8px 22px rgba(37,99,235,.28);color:#fff}.content{padding:38px 42px 56px;max-width:1620px}.page-head{margin-bottom:26px}.page-head h1{font-size:31px;letter-spacing:-.025em}.head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:7px;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 10px;border-radius:999px;background:#eef2f7;color:#475569;border:1px solid #dde5ee;font-size:12px;font-weight:800}.status-pill.good{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.button{gap:7px;min-height:40px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(15,23,42,.08)}.button.primary{background:linear-gradient(135deg,#2563eb,#3478f6);box-shadow:0 7px 16px rgba(37,99,235,.2)}.button.primary:hover{box-shadow:0 10px 24px rgba(37,99,235,.3)}.button.large{min-height:48px;padding-inline:20px}.button.danger-soft{background:#fff5f5;border-color:#fecaca;color:#b42318}.card,.panel{border-color:#e3e9f2;box-shadow:0 10px 30px rgba(15,23,42,.045)}.card{position:relative;overflow:hidden}.card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#2563eb,#67a0ff);opacity:.9}.panel{padding:24px}.panel h2{letter-spacing:-.015em}.cards{gap:18px}.cards .card strong{font-size:21px}.flow{counter-reset:step}.flow li{position:relative;padding:16px 14px 16px 44px;background:linear-gradient(180deg,#fbfdff,#f8fafc)}.flow li:before{counter-increment:step;content:counter(step);position:absolute;left:12px;top:12px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#2563eb;color:#fff;font-size:12px;font-weight:800}.notice{box-shadow:inset 4px 0 0 currentColor}.compact-head{margin-bottom:16px}.section-divider{height:1px;background:#e7edf5;margin:24px 0}.upload-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:stretch}.dropzone{position:relative;min-height:238px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:30px;border:2px dashed #aebfd6;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f6f9fd);cursor:pointer;transition:.18s ease;outline:none}.dropzone:hover,.dropzone:focus,.dropzone.is-dragging{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.drop-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#2563eb;color:#fff;font-size:28px;font-weight:800;box-shadow:0 10px 24px rgba(37,99,235,.25)}.dropzone strong{font-size:19px}.dropzone span{color:#667085}.drop-input{position:absolute;inset:0;opacity:0;cursor:pointer}.file-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:13px;background:#fff}.file-summary>div{display:flex;min-width:0;flex-direction:column;gap:3px}.file-summary strong,.file-summary span{overflow-wrap:anywhere}.file-summary>div span{font-size:13px;color:#667085}.upload-meter{height:14px;background:#e7edf5;border-radius:999px;box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.upload-meter>div{background:linear-gradient(90deg,#2563eb,#62a2ff);box-shadow:0 0 18px rgba(37,99,235,.25)}.upload-status{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#526176;font-size:13px}.upload-status strong{font-size:14px;color:#172033}.upload-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:16px}.check.compact{margin:0 0 0 auto}.upload-info{display:grid;gap:12px}.info-block{padding:18px;border:1px solid #e2e8f0;border-radius:15px;background:#f8fafc;display:flex;flex-direction:column;gap:4px}.info-block>span{font-size:12px;font-weight:750;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.info-block strong{font-size:20px}.info-block small{color:#667085}.check-list{display:grid;gap:8px}.check-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:11px 12px;border:1px solid #e4e9f1;border-radius:11px;background:#fafcff}.check-dot{width:10px;height:10px;border-radius:50%;background:#94a3b8}.check-row.ok .check-dot{background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.1)}.check-row.bad .check-dot{background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.1)}.check-row small{display:block;color:#667085}.self-update-note{padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:5px}.system-cards .card strong{font-size:17px}.file-browser-summary{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:14px;margin-bottom:18px}.file-browser-summary section{padding:15px 17px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;box-shadow:0 7px 22px rgba(15,23,42,.04);display:flex;flex-direction:column;gap:4px;min-width:0}.file-browser-summary span,.detail-grid span{font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.045em;color:#718096}.file-browser-summary strong{overflow-wrap:anywhere}.file-browser{padding:0;overflow:hidden}.file-browser-toolbar{padding:15px 18px;border-bottom:1px solid #e5eaf1;background:#f9fbfe;display:flex;align-items:center;justify-content:space-between;gap:15px}.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.breadcrumbs a{color:#2457d6;text-decoration:none;font-weight:700}.crumb-sep{color:#a3afbf}.browser-path{font-size:11px;color:#657186;text-align:right}.file-list{min-width:760px}.file-row{display:grid;grid-template-columns:minmax(260px,2fr) 150px 120px 155px 150px;gap:12px;align-items:center;padding:12px 18px;border-bottom:1px solid #eef2f7;font-size:13px}.file-row:last-child{border-bottom:0}.file-row:hover:not(.file-head){background:#f9fbff}.file-head{background:#fff;color:#667085;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800}.file-name{display:flex;align-items:center;gap:10px;min-width:0}.file-name a{color:#1d4ed8;text-decoration:none;font-weight:750}.file-name strong,.file-name a{overflow-wrap:anywhere}.file-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#eef3f9;color:#53657d;font-weight:800}.file-icon.folder{background:#fff7df;color:#b77800}.file-type-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eef2f7;color:#536173;font-size:10px;font-weight:800;letter-spacing:.035em}.file-actions{display:flex;gap:10px;align-items:center}.file-actions a{color:#2563eb;text-decoration:none;font-weight:700}.file-row.symlink{opacity:.6}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:5px;padding:46px 20px;color:#667085}.empty-state strong{font-size:16px;color:#344054}.file-detail{margin-top:18px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.detail-grid>div{padding:13px;border-radius:11px;background:#f8fafc;border:1px solid #e5eaf1;display:flex;flex-direction:column;gap:5px;min-width:0}.detail-grid .wide{grid-column:1/-1}.detail-grid code{font-size:12px}.table-wrap table tbody tr:hover{background:#f9fbff}input:focus,select:focus,textarea:focus{outline:0;border-color:#4b83ef;box-shadow:0 0 0 4px rgba(37,99,235,.09)}
@media(max-width:1100px){.upload-layout{grid-template-columns:1fr}.upload-info{grid-template-columns:repeat(3,1fr)}.file-browser-summary{grid-template-columns:repeat(2,1fr)}.file-browser{overflow:auto}.browser-path{display:none}}
@media(max-width:760px){.sidebar{position:static;height:auto}.content{padding:22px 16px 40px}.head-actions{width:100%}.head-actions .button{flex:1}.upload-info,.file-browser-summary,.detail-grid{grid-template-columns:1fr}.detail-grid .wide{grid-column:auto}.file-summary{align-items:flex-start;flex-direction:column}.upload-actions{align-items:stretch}.upload-actions .button{width:100%}.check.compact{margin-left:0}.file-browser-toolbar{align-items:flex-start;flex-direction:column}.file-list{min-width:680px}}
