:root{--bg:#f6f8fb;--card:#fff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--primary:#0f766e;--primary-dark:#115e59;--yellow:#f59e0b;--green:#16a34a;--red:#dc2626}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit}.landing{place-items:center;min-height:100vh;padding:24px;display:grid}.hero{text-align:center;max-width:760px}.app-shell{max-width:1180px;margin:0 auto;padding:18px}.mobile-shell{max-width:460px;margin:0 auto;padding:14px}.panel,.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 8px 24px #0f172a0f}.card{margin-bottom:12px}h1,h2,h3{margin:0 0 10px}p{color:var(--muted);line-height:1.5}.input,input,select,textarea{border:1px solid var(--line);background:#fff;border-radius:12px;width:100%;padding:12px;font-size:16px}label{margin:12px 0 6px;font-weight:700;display:block}.btn,button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-weight:700;text-decoration:none;display:inline-flex}.btn.primary,button.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn.primary:hover,button.primary:hover{background:var(--primary-dark)}.btn.danger{color:var(--red);border-color:#fecaca}.actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.nav{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:800px}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:10px}th{color:var(--muted);background:#f8fafc;font-size:13px}.badge{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-block}.badge.YELLOW{color:#92400e;background:#fef3c7}.badge.GREEN{color:#166534;background:#dcfce7}.badge.RED{color:#991b1b;background:#fee2e2}.kpi{font-size:28px;font-weight:800}.small{color:var(--muted);font-size:12px}.error{color:var(--red);font-weight:700}.success{color:var(--green);font-weight:700}.step-list{gap:8px;display:grid}.step-list button{justify-content:space-between}.mobile-title{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f6f8fbf0;padding:8px 0;position:sticky;top:0}.nav button.active,.nav .btn.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px #0f766e38}button.danger,.btn.danger{color:var(--red);background:#fff;border-color:#fecaca}button.danger:hover,.btn.danger:hover{background:#fee2e2}.mobile-actions{flex-wrap:wrap;gap:.6rem;margin-top:.9rem;display:flex}.mobile-actions button{padding:.75rem 1rem}.edit-box{border:1px dashed var(--line);background:#f8fafc;border-radius:14px;margin-top:12px;padding:12px}.mobile-shell h2,.mobile-shell h3{margin-bottom:8px}.mobile-shell label{margin:8px 0 4px}.compact-card b{font-size:18px}.compact-head{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:5px;display:flex}.compact-step{color:var(--muted);font-size:14px;font-weight:700}.summary-card .small,.today-card .small,.detail-card .small{margin-top:2px;line-height:1.28}.inline-edit,.quick-input{flex-wrap:nowrap;align-items:center;gap:8px;margin-top:8px;display:flex}.inline-edit input,.quick-input input{border-radius:10px;width:120px;max-width:46%;padding:8px 10px}.inline-edit button,.quick-input button{white-space:nowrap;border-radius:10px;padding:8px 12px}.mobile-shell .badge{padding:4px 9px;font-size:11px}.today-card{margin-bottom:8px;padding:10px 12px}.today-card-head,.today-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.today-card-head b,.today-head b{font-size:18px}.today-step{color:var(--muted);margin-top:3px;font-size:16px;display:block}.today-line,.today-meta{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.35}.quick-edit-row,.today-edit-row{grid-template-columns:1fr auto;align-items:center;gap:8px;margin-top:8px;display:grid}.quick-edit-row input,.today-edit-row input{padding:9px 10px;font-size:16px}.quick-edit-row button,.today-edit-row button{padding:9px 12px}.muted-line{opacity:.85}@media (max-width:520px){.mobile-shell{padding:10px}.panel,.card{border-radius:14px;padding:12px}.today-card{padding:10px 12px}.card{margin-bottom:8px}}.mobile-shell .panel{border-radius:16px;padding:14px}.mobile-shell .card{border-radius:14px;margin-bottom:8px;padding:12px;box-shadow:0 4px 14px #0f172a0b}.mobile-shell h2{margin-bottom:4px;font-size:28px}.mobile-shell h3{margin-bottom:8px;font-size:22px}.mobile-shell p{margin:4px 0;line-height:1.25}.mobile-shell .small{font-size:12px;line-height:1.25}.mobile-shell button{border-radius:11px;padding:9px 12px}.mobile-shell input{border-radius:11px;padding:10px 11px}.compact-card .compact-lines{color:var(--muted);grid-template-columns:1fr 1fr;gap:2px 10px;margin-top:6px;font-size:13px;line-height:1.25;display:grid}.compact-head,.today-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:5px;display:flex}.compact-head b,.today-head b{font-size:18px}.compact-step,.today-step{color:var(--muted);margin-left:6px;font-weight:700}.compact-meta{color:var(--muted);margin-top:2px;font-size:13px;line-height:1.25}.quick-edit-row{align-items:center;gap:8px;margin-top:8px;display:flex}.quick-edit-row input{flex:1;min-width:0}.quick-edit-row button{white-space:nowrap}.edit-box{border-radius:12px;margin-top:8px;padding:8px}@media (max-width:420px){.compact-card .compact-lines{grid-template-columns:1fr}}.compact-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:12px 0 14px;display:grid}.mini-kpi{background:#f8fbff;border:1px solid #dbe4f0;border-radius:16px;padding:12px 14px}.mini-kpi span{color:#60728a;margin-bottom:4px;font-size:13px;display:block}.mini-kpi b{color:#0f172a;font-size:24px;display:block}.mini-kpi.warning b,.text-danger{color:#dc2626;font-weight:800}.preview-details{background:#fff;border:1px dashed #dbe4f0;border-radius:14px;margin-top:12px;padding:10px 12px}.preview-details summary{cursor:pointer;font-weight:800}.card.compact{padding:14px 16px}.small-kpi{font-size:28px;line-height:1.1}.text-success{color:#16a34a;font-weight:800}button:disabled{opacity:.55;cursor:not-allowed}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.check-row{align-items:center;gap:8px;font-weight:700;display:inline-flex}.check-row input[type=checkbox]{width:20px;height:20px}.permission-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin:10px 0 12px;display:grid}.permission-box{border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px 12px}.badge.green{color:#166534;background:#dcfce7}.badge.red{color:#991b1b;background:#fee2e2}.text-success{color:#0f8a63}.note-box{border:1px dashed var(--line);background:#f8fafc;border-radius:12px;padding:10px 12px}.mobile-filter{border:1px solid var(--line);background:#f8fafc;border-radius:14px;margin:8px 0;padding:9px 10px}.mobile-filter label{margin-top:0}.mto-card p{margin:4px 0 6px}.mto-card .primary{margin-top:8px}.checkbox-row{align-items:center;gap:8px;font-weight:700;line-height:1.25;display:inline-flex}.checkbox-row input[type=checkbox]{width:18px;height:18px}.filter-bar{border:1px solid var(--line);background:#f8fafc;border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;gap:10px;padding:12px;display:grid}.filter-bar label{margin-top:0;font-size:.92rem}.filter-actions{align-items:end;min-height:54px;display:flex}.filter-actions button{width:100%}.code-block{white-space:normal;overflow-wrap:anywhere;border:1px solid var(--line);background:#f8fafc;border-radius:12px;padding:10px 12px;font-size:.95rem;display:block}.small-list{margin:8px 0 0 18px;padding:0}.small-list li{margin:6px 0}.stt-col{text-align:center;color:#475569;white-space:nowrap;width:64px;min-width:64px;font-weight:800}.table-wrap table th.stt-col,.table-wrap table td.stt-col{z-index:2;border-right:1px solid var(--line);background:#fff;position:sticky;left:0}.table-wrap table th.stt-col{z-index:3;background:#f8fafc}.ready-step-list{gap:4px;min-width:220px;display:grid}.ready-step-line{justify-content:space-between;align-items:center;gap:8px;padding:2px 0;font-size:.86rem;line-height:1.25;display:flex}.badge.mini{text-align:center;min-width:44px;padding:3px 8px;font-size:.74rem}.missing-list{flex-wrap:wrap;gap:6px;max-width:420px;display:flex}.missing-chip{color:#6b4e00;white-space:nowrap;background:#fff7db;border:1px solid #f6d58a;border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.missing-parts-cell{white-space:normal;color:#475569;min-width:240px;max-width:360px;font-size:.84rem;line-height:1.35}.missing-line{margin:2px 0;padding:2px 0}.missing-line b{color:#0f172a}.stacked-actions{flex-direction:column;align-items:stretch;gap:6px;min-width:110px;display:flex}.detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.detail-header .actions{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.detail-header select{min-width:150px}.app-shell{width:100%;max-width:none;padding:10px 16px 28px}.app-shell>.panel,.app-shell>.card,section.panel{width:100%}@media (min-width:1280px){.app-shell{padding-left:24px;padding-right:24px}}@media (min-width:1600px){.app-shell{padding-left:34px;padding-right:34px}}.table-wrap{max-width:100%}.table-wrap table{min-width:0}.mto-step-table table{min-width:1180px}.missing-parts-cell{white-space:normal;overflow-wrap:anywhere;min-width:280px;max-width:min(900px,65vw)}.missing-step-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:10px;margin-top:8px;display:grid}.missing-step-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px 12px}.missing-step-card.done{background:#f0fdf4;border-color:#bbf7d0}.missing-step-card summary{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;font-weight:800;list-style:none;display:flex}.missing-step-card summary::-webkit-details-marker{display:none}.missing-step-card summary em{color:var(--muted);margin-left:6px;font-size:12px;font-style:normal;display:inline-block}.missing-count{color:#92400e;white-space:nowrap;background:#fef3c7;border-radius:999px;padding:4px 9px;font-size:12px}.missing-done{color:#166534;white-space:nowrap;background:#dcfce7;border-radius:999px;padding:4px 9px;font-size:12px}.missing-chip-wrap{flex-wrap:wrap;gap:6px;max-height:260px;margin-top:10px;padding:2px;display:flex;overflow:auto}.missing-chip-full{color:#6b4e00;background:#fff7db;border:1px solid #f6d58a;border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:5px 9px;font-size:12px;line-height:1.1;display:inline-flex}.missing-chip-full b{color:#0f172a;overflow-wrap:anywhere}.missing-chip-full span{color:#92400e;white-space:nowrap;font-weight:800}@media (max-width:720px){.app-shell{padding:8px}.missing-step-grid{grid-template-columns:1fr}.missing-step-card{padding:9px}.missing-step-card summary{flex-direction:column;align-items:flex-start}.missing-chip-wrap{max-height:none}.missing-chip-full{border-radius:10px;justify-content:space-between;width:100%}.mto-step-table table{min-width:980px}}.dependency-warning{color:#8a5a00;background:#fff8e1;border:1px solid #f6c75f;border-radius:12px;margin-top:8px;padding:8px 10px;font-weight:700;line-height:1.35}.detail-card.saving-focus{outline-offset:2px;outline:2px solid #0f8275}.admin-topbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.app-brand{align-items:center;gap:12px;min-width:0;display:flex}.app-brand h1,.app-brand h2{margin:0;line-height:1.05}.app-brand p{margin:4px 0 0}.app-logo{border-radius:14px;flex:0 0 54px;width:54px;height:54px;box-shadow:0 8px 18px #0f766e29}.login-brand{margin-bottom:16px}.landing-brand{justify-content:center;align-items:center;margin-bottom:14px}.logout-btn{min-height:48px}.export-scope-btn{text-align:center;flex-direction:column;gap:1px;min-width:150px;padding:9px 15px;line-height:1.12}.export-scope-btn span{font-size:15px}.export-scope-btn small{color:var(--muted);font-size:11px;font-weight:700}.export-scope-btn:hover small{color:inherit}.mobile-brand{gap:9px}.mobile-brand .app-logo{border-radius:12px;flex-basis:44px;width:44px;height:44px}.mobile-brand-login{align-items:flex-start;margin-bottom:10px}.mobile-brand-login .app-logo{flex-basis:48px;width:48px;height:48px}@media (max-width:640px){.app-brand{gap:9px}.app-logo{border-radius:12px;flex-basis:44px;width:44px;height:44px}.app-brand h1{font-size:28px}.export-scope-btn{min-width:132px}}.badge.priority{color:#8a5a00;background:#fff7cc;border:1px solid #ffe08a;font-weight:800}.badge.priority-1{color:#b42318;background:#ffe7e7;border-color:#ffb4b4}.badge.priority-2{color:#9a5b00;background:#fff0cf;border-color:#ffd38a}.badge.priority-3{color:#075985;background:#eaf4ff;border-color:#b9ddff}.badge.muted{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.priority-editor{flex-wrap:wrap;align-items:center;gap:8px;min-width:150px;display:flex}.priority-editor select{min-width:120px;padding:8px 10px;font-size:14px}.ready-step-line{gap:8px}.full-missing-cell,.missing-parts-cell{white-space:normal;max-width:none}.missing-step-inline{background:#fbfdff;border:1px solid #d9e4f2;border-radius:10px;margin:3px 0 8px;padding:5px 8px}.missing-step-inline summary{cursor:pointer;color:#0f172a;font-weight:800;list-style-position:inside}.compact-tags{gap:5px;max-height:220px;margin-top:6px;padding-right:4px;overflow:auto}.missing-chip-full.done{color:#166534;background:#dcfce7;border-color:#bbf7d0}.missing-chip-full em{color:#b91c1c;margin-left:6px;font-style:normal;font-weight:900}@media (max-width:760px){.compact-tags{max-height:320px}.missing-step-inline{padding:7px}}.tick-line{border:1px solid var(--border,#dbe3ef);background:#f8fafc;border-radius:14px;align-items:center;gap:10px;margin:6px 0;padding:10px 12px;font-weight:800;display:inline-flex}.tick-line input[type=checkbox]{accent-color:#0f766e;width:22px;height:22px}.compact-tick{white-space:nowrap;margin:0;padding:6px 10px}.joint-check-grid{flex-wrap:wrap;align-items:center;gap:10px;margin:8px 0;display:flex}.mini-input{max-width:96px;padding:8px 10px}@media (max-width:640px){.joint-check-grid{gap:6px}.mini-input{max-width:84px}}.calc-details{margin-top:6px;font-size:.95rem}.calc-details summary{cursor:pointer;color:#0f766e;font-weight:700}.calc-box{color:#475569;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;margin-top:6px;padding:8px 10px;line-height:1.45}.toast-notice{z-index:9999;background:#fff;border:1px solid #dbe3ef;border-radius:18px;grid-template-columns:42px 1fr 32px;align-items:start;gap:12px;width:min(520px,100vw - 28px);padding:14px;display:grid;position:fixed;top:18px;right:18px;box-shadow:0 18px 44px #0f172a2e}.toast-notice.success{background:#f0fdf4;border-color:#86efac}.toast-notice.error{background:#fef2f2;border-color:#fecaca}.toast-notice.info{background:#eff6ff;border-color:#bfdbfe}.toast-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:24px;font-weight:900;display:flex}.toast-notice.success .toast-icon{background:#16a34a}.toast-notice.error .toast-icon{background:#dc2626}.toast-title{color:#0f172a;margin-bottom:3px;font-size:1.05rem;font-weight:900}.toast-message{color:#334155;line-height:1.35}.toast-details{color:#475569;margin:8px 0 0;padding-left:18px;line-height:1.35}.toast-close{cursor:pointer;color:#64748b;background:0 0;border:none;padding:0;font-size:26px;line-height:1}button:disabled,.btn[aria-disabled=true]{opacity:.65;cursor:not-allowed}@media (max-width:640px){.toast-notice{border-radius:14px;grid-template-columns:36px 1fr 28px;width:auto;top:10px;left:10px;right:10px}.toast-icon{width:36px;height:36px;font-size:20px}}.weld-bulk-panel{background:#f8fafc;margin-top:12px}.bulk-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.bulk-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.bulk-check{background:#fff;border:1px solid #dbe4ef;border-radius:12px;min-width:92px;padding:8px 10px}.weld-filter-bar input[list]{background-image:linear-gradient(45deg,#0000 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,#0000 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:34px}@media (max-width:768px){.bulk-header{display:block}.bulk-row>*{width:100%}.bulk-check{width:auto}}.ready-no-scroll,.ready-no-scroll .table-wrap,.full-missing-cell .compact-tags,.missing-parts-cell .compact-tags,.ready-no-scroll .compact-tags{max-height:none!important;overflow:visible!important}.missing-chip-full{white-space:normal;align-items:flex-start;line-height:1.18}.missing-chip-full b{font-size:12px;line-height:1.2}.ready-step-list{min-width:300px}@media (min-width:1100px){.missing-parts-cell{min-width:520px}}.mobile-filter-row,.mobile-bulk-actions{flex-wrap:wrap;align-items:center;gap:10px;margin:10px 0;display:flex}.mobile-filter-row select{flex:160px;min-width:160px}.mobile-bulk-actions button{flex:190px}@media (max-width:640px){.mobile-filter-row,.mobile-bulk-actions{gap:8px}.mobile-bulk-actions button{min-height:56px}}.mobile-part-compact{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin:4px 0 6px;padding:6px 10px;font-weight:700;line-height:1.35}.compact-part-line{color:#334155;overflow-wrap:anywhere;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin:4px 0 6px;padding:6px 10px;font-size:15px;font-weight:500;line-height:1.35}.compact-part-label{color:#64748b;font-size:13px;font-weight:700}.compact-part-value{color:#334155;font-size:15px;font-weight:700}.compact-part-arrow{color:#64748b;padding:0 2px;font-size:13px;font-weight:700}@media (max-width:640px){.compact-part-line{padding:6px 8px;font-size:13px}.compact-part-label{font-size:12px}.compact-part-value{font-size:13px}.compact-part-arrow{font-size:12px}}.relation-note{color:#0f766e;margin:2px 0 4px;font-weight:700}.mobile-bulk-actions .save-checked{color:#fff;background:#0f766e;border-color:#0f766e}.grid.two-col{grid-template-columns:repeat(auto-fit,minmax(420px,1fr))}.compact-table table th,.compact-table table td{padding:8px 10px;font-size:14px}@media (max-width:640px){.grid.two-col{grid-template-columns:1fr}}.manual-detail-mobile-card{margin:12px 0}.manual-detail-mobile-form{gap:8px;margin-top:10px;display:grid}.mobile-two-col{grid-template-columns:1fr 1fr;gap:8px;display:grid}.part-tick-line{margin-top:8px;margin-bottom:6px}.part-tick-line span{font-weight:800}@media (max-width:720px){.mobile-two-col{grid-template-columns:1fr 1fr}}.bulk-hint{color:#5f718a;margin:6px 0 10px;line-height:1.35}.mobile-bulk-actions .save-checked{font-weight:800}.part-tick-line,.tick-line{-webkit-user-select:none;user-select:none}
