@import url('/src/stage9-3.css');
@import url('/src/stage9-5.css');
.production-badge{border-color:rgba(104,211,145,.28)!important;background:rgba(104,211,145,.08)!important;color:#a9efc3!important}.production-panel{display:grid;gap:12px;margin:14px 0 16px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));box-shadow:0 16px 40px rgba(0,0,0,.12)}.production-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.production-header>div{display:grid;gap:3px}.production-header span{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.production-header strong{font-size:12px;color:#edf7f0}.production-dot{width:9px;height:9px;border-radius:50%;background:#6f7b8c;box-shadow:0 0 0 4px rgba(111,123,140,.08)}.production-dot[data-state="ready"]{background:#68d391;box-shadow:0 0 0 4px rgba(104,211,145,.1),0 0 18px rgba(104,211,145,.22)}.production-dot[data-state="warning"]{background:#e9c46a;box-shadow:0 0 0 4px rgba(233,196,106,.1)}.production-dot[data-state="error"]{background:#ef6b73;box-shadow:0 0 0 4px rgba(239,107,115,.1)}.production-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.production-stats>div{display:grid;gap:4px;padding:9px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:rgba(255,255,255,.018)}.production-stats span{font-size:8px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.production-stats strong{font-size:14px;color:#eef2f7}.production-message{font-size:10px;line-height:1.55;color:#aab4c4;padding:9px 10px;border-left:2px solid rgba(104,211,145,.28);background:rgba(255,255,255,.015);border-radius:0 8px 8px 0}.production-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.production-action{min-width:0;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);color:#d9e1ec;padding:9px 8px;border-radius:10px;font-size:9px;letter-spacing:.03em;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.production-action:hover{transform:translateY(-1px);background:rgba(255,255,255,.06)}.production-action.primary{grid-column:1/-1;border-color:rgba(104,211,145,.26);background:rgba(104,211,145,.08);color:#b9f0cc}.production-action:focus-visible{outline:2px solid rgba(104,211,145,.65);outline-offset:2px}.production-action:disabled{opacity:.45;cursor:not-allowed;transform:none}@media(max-width:980px){.production-actions{grid-template-columns:1fr}.production-action.primary{grid-column:auto}}@media(max-width:720px){.topbar-actions{gap:6px}.production-stats{grid-template-columns:1fr 1fr 1fr}.right-panel{overscroll-behavior:contain}.production-panel{padding:11px}.production-action{min-height:40px}}@media(prefers-reduced-motion:reduce){.production-action{transition:none}.production-action:hover{transform:none}}
