:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#020617;--foreground:#f8fafc}*{box-sizing:border-box}html,body{background:var(--background);min-height:100%;color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}body{overflow-x:hidden}a{color:inherit;text-decoration:none}.min-h-screen{min-height:100vh}.bg-slate-950{background-color:#020617}.text-slate-50{color:#f8fafc}.text-slate-300{color:#cbd5e1}.text-red-100{color:#fee2e2}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.max-w-5xl{max-width:64rem}.max-w-2xl{max-width:42rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mt-6{margin-top:1.5rem}.rounded-full{border-radius:9999px}.border{border-style:solid;border-width:1px}.border-red-400\/30{border-color:#f871714d}.bg-red-500\/10{background-color:#ef44441a}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.leading-7{line-height:1.75rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-semibold{font-weight:600}.tracking-tight{letter-spacing:-.025em}input,button{font:inherit}button{cursor:pointer}.login-screen,.app-screen{isolation:isolate;min-height:100vh;position:relative;overflow-x:hidden}.login-screen:before,.app-screen:before{content:"";z-index:-2;background-image:url(/images/auth-background.jpg);background-position:50%;background-size:cover;position:fixed;inset:-16vmax;transform:translate(-7%)}.login-screen:after,.app-screen:after{content:"";z-index:-1;background:linear-gradient(90deg,#02061759,#0206171f);position:fixed;inset:0}.app-screen:after{background:linear-gradient(120deg,#02061775,#0f172a57)}.login-screen{place-items:center;padding:1.5rem;display:grid}.login-preloader{z-index:10;pointer-events:none;background:#020617;place-items:center;animation:3.2s forwards preloader-exit;display:grid;position:fixed;inset:0}.preloader-logos{align-items:center;gap:2rem;animation:3.2s forwards preloader-logos;display:flex}.preloader-logos img{object-fit:contain;max-width:11rem;max-height:5rem}.preloader-line{background:#ffffff1f;width:min(22rem,70vw);height:2px;position:absolute;bottom:30%;overflow:hidden}.preloader-line:after{content:"";background:#ef4444;height:100%;animation:2.8s forwards preloader-line;display:block}.auth-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617c7;border:1px solid #ffffff1f;border-radius:1.5rem;width:min(100%,28rem);padding:1.5rem;animation:3.3s both auth-card-in;box-shadow:0 2rem 6rem #00000073}.auth-logos{grid-template-columns:1fr 1fr;align-items:center;gap:1rem;margin-bottom:1.5rem;display:grid}.auth-logo{object-fit:contain;width:100%;height:4.5rem}.auth-logo-spk{transform:scale(1.12)}.auth-field{color:#cbd5e1;gap:.45rem;margin-top:.9rem;font-size:.9rem;display:grid}.auth-field input,.password-panel input{color:#f8fafc;background:#0f172ad6;border:1px solid #94a3b852;border-radius:.85rem;outline:none;width:100%;padding:.85rem 1rem}.auth-field input:focus,.password-panel input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44442e}.password-row{gap:.5rem;display:flex}.password-row input{min-width:0}.primary-button,.secondary-button,.ghost-button{color:#f8fafc;border:0;border-radius:.85rem;padding:.8rem 1rem}.primary-button{background:var(--action-blue,#0e507ab8);width:100%;margin-top:1rem}.primary-button:disabled{cursor:wait;opacity:.65}.auth-error{color:#fecaca;font-size:.9rem}.dashboard-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617c2;border:1px solid #ffffff1a;border-radius:1.5rem;width:min(1180px,100% - 2rem);margin:1.5rem auto;padding:1.25rem;position:relative}.dashboard-header h1{margin:0;font-size:clamp(1.4rem,3vw,2.2rem)}.dashboard-header p{color:#93c5fd;margin:.35rem 0 0}.dashboard-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.password-panel{gap:.75rem;margin-top:1rem;display:grid}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;width:min(1180px,100% - 2rem);margin:0 auto 2rem;display:grid}.dashboard-widget{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#020617b8;border:1px solid #ffffff1a;border-radius:1.25rem;min-height:10rem;padding:1.25rem}.dashboard-widget h2{margin:0}.dashboard-widget p{color:#cbd5e1}.page-shell{padding:1.5rem}.back-link{color:#f8fafc;background:#020617b8;border-radius:.85rem;margin-bottom:1rem;padding:.75rem 1rem;display:inline-flex}.panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617c2;border:1px solid #ffffff1a;border-radius:1.5rem;width:min(1280px,100%);margin:0 auto;padding:1.25rem}.section-head h1{margin:0;font-size:clamp(1.6rem,3vw,2.4rem)}.section-head p{color:#cbd5e1}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid #ffffff14;padding:.85rem}th{color:#93c5fd;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem}.activity-list{gap:.75rem;display:grid}.activity-card{background:#0f172a9e;border:1px solid #ffffff14;border-radius:1rem;gap:.35rem;padding:1rem;display:grid}.activity-card span{color:#cbd5e1;font-size:.9rem}.standalone-head{width:min(1280px,100%);margin:0 auto 1rem}.panel-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617c2;border:1px solid #ffffff1a;border-radius:1.5rem;width:min(1280px,100%);margin:0 auto;padding:1.25rem}.toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.toolbar-primary{width:auto;margin-top:0}.search-wrap{flex:22rem;gap:.5rem;min-width:min(100%,24rem);display:flex}.search-wrap input,.auth-field select{color:#f8fafc;background:#0f172ad6;border:1px solid #94a3b852;border-radius:.85rem;outline:none;width:100%;padding:.85rem 1rem}.table-scroll{overflow-x:auto}.data-table{min-width:840px}.subline{color:#93c5fd;margin-top:.25rem;font-size:.85rem;display:block}.summary-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin:0 0 1rem;display:grid}.summary-card{background:#0f172a8f;border:1px solid #ffffff14;border-radius:1rem;gap:.25rem;padding:.85rem 1rem;display:grid}.summary-card span{color:#93c5fd;font-size:.82rem}.summary-card strong{color:#f8fafc;font-size:1.35rem}.empty-row{color:#cbd5e1;text-align:center;white-space:normal;padding:1.5rem!important}.workflow-hint{color:#bfdbfe;white-space:normal;background:#1e40af2e;border:1px solid #3b82f638;border-radius:.85rem;padding:.65rem .75rem;display:block}.row-actions{flex-wrap:nowrap;gap:.5rem;display:flex}.danger-button,.success-button{color:#f8fafc;border:0;border-radius:.85rem;padding:.8rem 1rem}.danger-button{background:#b91c1ce6;min-width:9.5rem}.success-button{background:#166534f2;min-width:8.5rem}.muted{color:#cbd5e1}.modal-backdrop{z-index:50;background:#020617b3;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-card{background:#020617f0;border:1px solid #ffffff1f;border-radius:1.35rem;width:min(100%,46rem);max-height:min(90vh,760px);padding:1.25rem;overflow-y:auto;box-shadow:0 2rem 7rem #00000080}.modal-card h2{margin:0 0 .5rem}.modal-actions{justify-content:flex-end;margin-top:1rem}.event-list{gap:.75rem;margin:1rem 0;display:grid}.defect-form-modal{width:min(100%,58rem);max-height:calc(100vh - 4rem);overflow-y:auto}.defect-form-modal .defect-form-grid{align-items:start}.defect-form-modal .modal-actions{z-index:2;background:linear-gradient(#050a1a00,#050a1af5 34%);margin:1rem -.4rem -.4rem;padding:.75rem .4rem .4rem;position:sticky;bottom:-1.1rem}.defect-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem;margin-top:1rem;display:grid}.defect-form-field{color:#cbd5e1;gap:.45rem;font-size:.95rem;font-weight:700;display:grid}.defect-form-field-wide{grid-column:1/-1}.defect-form-field select,.defect-form-field textarea{width:100%;min-height:3rem;font:inherit;padding:.75rem .9rem;line-height:1.35}.defect-form-field textarea{resize:vertical;min-height:94px}.wheel-pair-search-box{position:relative}.wheel-pair-search-box>input{width:100%}.wheel-pair-search-empty{color:#93a4bf;margin:.45rem 0 0;font-size:.86rem}.wheel-pair-search-results{background:#0206175c;border:1px solid #94a3b833;border-radius:.95rem;gap:.45rem;max-height:17rem;margin-top:.55rem;padding:.45rem;display:grid;overflow:auto}.wheel-pair-search-results>p{color:#cbd5e1;margin:0;padding:.7rem}.wheel-pair-search-result,.selected-wheel-pair-card{color:#f8fafc;text-align:left;background:#0f172a9e;border:1px solid #94a3b838;border-radius:.85rem;width:100%;padding:.65rem .75rem}.wheel-pair-search-result{min-height:0;box-shadow:none;white-space:normal;gap:.16rem;display:grid}.wheel-pair-search-result:hover,.wheel-pair-search-result:focus-visible{background:#0e507a6b;border-color:#22d3ee80;outline:none}.wheel-pair-search-result span,.selected-wheel-pair-card span{color:#a8bedc;font-size:.82rem}.selected-wheel-pair-card{background:#064e3b47;border-color:#2dd4bf61;gap:.18rem;margin-top:.55rem;display:grid}.defect-wheel-pair-table .data-table{min-width:64rem}.defect-wheel-pair-row{cursor:pointer}.defect-wheel-pair-row td{white-space:normal}.defect-wheel-pair-row:hover td{background:#0e507a47}.defect-detail-section-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.defect-detail-section-toggle{color:#cbd5e1;background:#0f172ab8;border:1px solid #94a3b83d;border-radius:.85rem;padding:.58rem .75rem;font-weight:750}.defect-detail-section-toggle-active{background:var(--action-green);color:#f8fafc;border-color:#2dd4bf66}.special-detail-editor{background:#0f172a61;border:1px solid #94a3b83d;border-radius:18px;padding:14px}.special-detail-editor h3{color:#e5e7eb;margin:10px 0 8px;font-size:14px}.special-detail-list{gap:8px;max-height:280px;padding-right:4px;display:grid;overflow:auto}.special-detail-row{background:#02061752;border:1px solid #94a3b82e;border-radius:12px;grid-template-columns:minmax(0,1fr) 5.25rem;align-items:center;gap:10px;padding:8px 10px;display:grid}.special-detail-row>span{color:#f8fafc;gap:2px;font-size:13px;display:grid}.special-detail-row small{color:#94a3b8;font-size:11px}.special-detail-row input[type=number]{text-align:right;min-width:0;min-height:2.15rem;padding:.32rem .45rem}.special-detail-changed{background:#7f1d1d38;border-color:#ef4444a6}.special-detail-changed>span,.special-detail-changed small{color:#fecaca}.employee-form-modal .auth-field select{min-height:2.75rem;font:inherit;appearance:auto;padding:.55rem 1rem;line-height:1.35}.modal-backdrop:has(.employee-actions-modal){place-items:start center;padding-top:4rem;padding-bottom:4rem}.employee-actions-modal{flex-direction:column;width:min(100%,46rem);height:min(74vh,50rem);max-height:calc(100vh - 8rem);display:flex;overflow:hidden}.employee-actions-modal h2,.employee-actions-modal .muted{flex:none}.employee-event-list{flex:auto;min-height:0;padding-right:.25rem;overflow-y:auto}.event-item{background:#0f172a99;border:1px solid #ffffff14;border-radius:1rem;gap:.3rem;padding:.9rem;display:grid}.event-item span{color:#cbd5e1;font-size:.85rem}.compact-select{color:#f8fafc;background:#0f172ad6;border:1px solid #94a3b852;border-radius:.85rem;padding:.8rem 1rem}.inline-form{background:#0f172a85;border:1px solid #ffffff14;border-radius:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:1rem;padding:1rem;display:grid}.production-scroll{width:100%;min-width:0;max-width:100%;position:relative;overflow-x:auto}.production-table{--production-type-col:10rem;--production-axle-col:14rem;table-layout:auto;isolation:isolate;width:max-content;min-width:1280px}.production-table th,.production-table td{white-space:normal;word-break:normal;overflow-wrap:normal;text-wrap:pretty;background:#020617db;border-right:1px solid #94a3b83d;line-height:1.25}.production-table th:first-child,.production-table td:first-child{border-left:1px solid #94a3b83d}.sticky-col,.sticky-status{z-index:2;position:sticky}.sticky-type{width:max-content;min-width:var(--production-type-col);left:0}.sticky-axle{left:var(--production-type-col);width:max-content;min-width:var(--production-axle-col)}.sticky-status{z-index:3;min-width:13rem;right:0}.status-cell{position:sticky;overflow:visible}.production-table .sticky-col,.production-table .sticky-status,.production-table .status-cell{background:#050a1afa padding-box padding-box}.production-table .sticky-col{z-index:10}.production-table .sticky-status,.production-table .status-cell{z-index:12}.production-table thead .sticky-col,.production-table thead .sticky-status{z-index:14}.production-table tbody tr:hover .sticky-col,.production-table tbody tr:hover .sticky-status,.production-table tbody tr:hover .status-cell{background:#050a1a}.status-pill{color:#f8fafc;border:1px solid #ffffff1f;border-radius:999px;width:100%;padding:.55rem .85rem;font-weight:700}.status-white{color:#f8fafc;background:#e2e8f02e}.status-red{background:#b91c1ce6}.status-orange{background:#c2410cf2}.status-green{background:#166534f2}.status-gray{background:#475569f2}.status-menu{z-index:100;background:#020617fa;border:1px solid #ffffff24;border-radius:1rem;gap:.35rem;min-width:18rem;padding:.65rem;display:grid;position:absolute;top:calc(100% + .35rem);right:.5rem;box-shadow:0 1rem 3rem #00000073}.status-menu button{text-align:left;border:0;border-radius:.75rem;padding:.65rem .8rem}.status-option-active{color:#bbf7d0;cursor:pointer;background:#22c55e2e}.status-option-disabled{color:#64748b;cursor:not-allowed;background:#94a3b814}.notification-list{gap:1rem;display:grid}.notification-card{background:#0f172a9e;border:1px solid #ffffff1a;border-radius:1.15rem;gap:.85rem;padding:1rem;display:grid}.notification-head{flex-wrap:wrap;justify-content:space-between;gap:.75rem;display:flex}.notification-head h2,.notification-head p{margin:0}.notification-head span{color:#cbd5e1}.change-list{gap:.65rem;display:grid}.change-row{border:1px solid #ffffff14;border-radius:.9rem;gap:.45rem;padding:.8rem;display:grid}.change-values{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem;display:grid}.old-value,.new-value{border-radius:.75rem;padding:.65rem .75rem}.old-value{color:#fecaca;background:#7f1d1d73;border:1px solid #f8717159}.new-value{color:#bbf7d0;background:#14532d73;border:1px solid #4ade8059}.status-menu-portal{pointer-events:auto}.status-menu-up{transform-origin:100% 100%}.production-modal{width:min(100%,58rem)}.details-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin:1rem 0;display:grid}.details-grid>div{background:#0f172a8c;border:1px solid #ffffff14;border-radius:.9rem;gap:.35rem;padding:.85rem;display:grid}.details-grid span{color:#93c5fd;font-size:.85rem}.details-grid strong{color:#f8fafc}.status-block{margin-top:1rem}.status-block h3{margin:0 0 .7rem}.status-stage-list{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.5rem;display:grid}.status-stage-list button{text-align:left;border:0;border-radius:.75rem;padding:.75rem .85rem}.modal-edit-form{margin-top:1rem}.activity-toolbar{align-items:stretch}.filter-grid{flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1rem;display:flex}.filter-chip{color:#cbd5e1;background:#0f172ab8;border:1px solid #94a3b840;border-radius:999px;padding:.6rem .9rem}.filter-chip-active{background:var(--action-green);color:#f8fafc;border-color:#2dd4bf57;box-shadow:inset 0 0 1.25rem #2dd4bf14,0 .65rem 1.5rem #0000002e}.period-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem;margin:.75rem 0 1rem;display:grid}.period-grid label{color:#cbd5e1;gap:.35rem;font-size:.85rem;display:grid}.period-grid input,.period-grid select{color:#f8fafc;background:#0f172ad6;border:1px solid #94a3b852;border-radius:.85rem;outline:none;width:100%;padding:.75rem .85rem}.activity-card-topline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.activity-card-topline span{color:#bfdbfe;background:#3b82f62e;border-radius:999px;padding:.25rem .6rem}.defect-filter-panel{background:#080d1f8f;border:1px solid #94a3b82e;border-radius:1.15rem;gap:.75rem;margin:1rem 0;padding:.85rem;display:grid}.defect-filter-head{color:#bfdbfe;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.defect-filter-head strong{letter-spacing:.18em;text-transform:uppercase;font-size:.88rem}.defect-filter-reset{min-height:2.35rem;padding:.45rem .75rem;font-size:.82rem}.defect-filter-reset:disabled{cursor:not-allowed;opacity:.42}.defect-filters{grid-template-columns:minmax(22rem,1.35fr) repeat(5,minmax(10rem,1fr));align-items:stretch;gap:.65rem;display:grid}.defect-search,.defect-filter-select{width:100%;min-width:0;min-height:2.8rem}.defect-search{font-size:.95rem}.defect-filter-select{font-size:.86rem}@media (max-width:1280px){.defect-filters{grid-template-columns:minmax(18rem,1.4fr) repeat(3,minmax(9rem,1fr))}}@media (max-width:820px){.defect-filter-head{flex-direction:column;align-items:stretch}.defect-filters{grid-template-columns:1fr}}.severity-warning{border-color:#fb923c59}.severity-critical{background:#7f1d1d47;border-color:#f8717180}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#020617;--foreground:#f8fafc;--surface:#020617bd;--surface-strong:#020617e0;--surface-soft:#0f172a9e;--border-soft:#ffffff1c;--border-strong:#94a3b84d;--accent-blue:#93c5fd;--accent-red:#ef4444;--text-muted:#cbd5e1;--shadow-panel:0 1.5rem 5rem #0000006b}html,body{background:radial-gradient(circle at 0 0,#1e293b9e,#0000 34rem),linear-gradient(135deg,#020617 0%,#071225 48%,#020617 100%)}.login-screen,.app-screen{background:0 0}.login-screen:before,.app-screen:before{filter:var(--page-background-filter);opacity:.92;transform:translate(-7%)scale(1.02)}.login-screen:after,.app-screen:after{background:0 0}.dashboard-header,.panel,.panel-card,.card-panel{border:1px solid var(--border-soft);background:var(--surface);width:min(1280px,100% - 2rem);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.5rem;margin-left:auto;margin-right:auto}.card-panel,.panel-card,.panel{padding:1.25rem}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-widget,.auth-card,.modal-card,.notification-card,.activity-card,.event-item,.summary-card,.details-grid>div,.inline-form,.change-row{border:1px solid var(--border-soft);background:var(--surface-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1rem 3rem #0000003d}.dashboard-widget{transition:transform .16s,border-color .16s,background .16s}.dashboard-widget:hover{background:#0f172abd;border-color:#93c5fd59;transform:translateY(-2px)}.primary-button,.secondary-button,.ghost-button,.danger-button,.success-button{color:#f8fafc;white-space:nowrap;border:1px solid #ffffff1a;border-radius:.85rem;justify-content:center;align-items:center;gap:.45rem;width:auto;min-width:0;margin-top:0;padding:.72rem .95rem;line-height:1.15;display:inline-flex;box-shadow:0 .75rem 1.8rem #00000038}.primary-button{background:var(--action-blue)}.secondary-button,.ghost-button{background:#0f172ad1}.danger-button{background:#b91c1ce6}.success-button{background:#166534f2}.auth-card .primary-button,.password-panel .primary-button{width:100%}.toolbar,.dashboard-actions,.modal-actions,.row-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.modal-actions{justify-content:flex-end}.row-actions{flex-wrap:nowrap}input,select,textarea,.compact-select,.search-wrap input,.auth-field select,.period-grid input,.period-grid select{border:1px solid var(--border-strong);color:#f8fafc;background:#0f172ad6;border-radius:.85rem;outline:none}input:focus,select:focus,textarea:focus,.compact-select:focus{border-color:var(--accent-red);box-shadow:0 0 0 3px #ef44442e}.table-scroll,.table-wrap{border:1px solid var(--border-soft);background:#0206177a;border-radius:1.1rem;overflow-x:auto}.data-table,.production-table{border-collapse:separate;border-spacing:0}.data-table th,.data-table td,.production-table th,.production-table td{vertical-align:middle;background:#020617ad;border-bottom:1px solid #ffffff14;padding:.85rem .9rem}.data-table th,.production-table th{z-index:4;color:var(--accent-blue);background:#0f172af0;position:sticky;top:0}.sticky-type,.sticky-axle,.sticky-status,.status-cell{box-shadow:.75rem 0 1.4rem #0000002e}.sticky-type,.sticky-axle{z-index:5}.sticky-status,.status-cell{z-index:6}.workflow-hint{color:#bfdbfe;background:#0f172a94;border-color:#93c5fd3d}.summary-card{background:linear-gradient(135deg,#0f172ab8,#020617b8)}:root{--accent-cyan:#22d3ee;--action-blue:#0e507ab8;--action-green:#064e3bb8;--reference-panel:#050a1adb;--reference-panel-soft:#0b1227c2}.page-shell{grid-auto-rows:max-content;align-content:start;gap:1rem;width:min(1440px,100% - 4rem);margin:0 auto;padding:0;display:grid}.login-screen:before,.app-screen:before{filter:var(--page-background-filter);opacity:1;background-position:50%;inset:0;transform:none}.login-screen:after,.app-screen:after{background:0 0}.dashboard-header,.panel,.panel-card,.card-panel,.page-hero{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050a1adb;border:1px solid #94a3b833;border-radius:2rem;width:100%;margin:0;box-shadow:0 1.4rem 4rem #00000057}.page-hero{min-height:0;padding:1.35rem 1.5rem}.page-back-link{color:#f8fafc;align-items:center;gap:.55rem;margin-bottom:0;font-size:1rem;font-weight:800;display:inline-flex}.page-eyebrow{letter-spacing:.42em;margin:0 0 .8rem;font-size:1rem;font-weight:800;color:#9db5d4!important}.page-description{max-width:58rem;font-size:1rem;line-height:1.65;color:#cbd5e1!important;margin:1rem 0 0!important}.section-head h1,.page-hero h1{color:#fff;letter-spacing:-.045em;margin:0;font-size:clamp(2rem,3.4vw,3.4rem);line-height:1.05}.panel-card,.card-panel,.panel{padding:1.85rem}.toolbar,.activity-toolbar{margin-bottom:1.15rem}.primary-button,.secondary-button,.ghost-button,.danger-button,.success-button,.back-link{background:var(--action-blue);color:#f8fafc;border:1px solid #60a5fa57;border-radius:1rem;justify-content:center;align-items:center;gap:.55rem;width:auto;min-height:3.35rem;padding:.8rem 1.2rem;font-weight:750;display:inline-flex;box-shadow:inset 0 0 1.25rem #0ea5e914,0 .75rem 1.8rem #0003}.toolbar-primary,.success-button{background:var(--action-green);border-color:#2dd4bf57}.secondary-button,.ghost-button{background:#0f172ab8;border-color:#94a3b840}.danger-button{background:#581c2c85;border-color:#f43f5e3d}.auth-card .primary-button{color:#04111d;background:#12bff3;border-color:#7dd3fc85;width:100%}.password-panel .primary-button{background:var(--action-blue);color:#f8fafc;width:100%}.search-wrap input,.auth-field input,.auth-field select,.password-panel input,.period-grid input,.period-grid select,.compact-select,textarea,select,input{background:#0f172a8a;border:1px solid #94a3b842;border-radius:1rem;min-height:3.35rem}.table-scroll,.table-wrap{background:#050a1aad;border:1px solid #94a3b82e;border-radius:2rem;overflow:auto}.data-table,.production-table{border-collapse:separate;border-spacing:0;min-width:100%}.data-table th,.production-table th{color:#8ea6c8;letter-spacing:.34em;background:#050a1ad1;font-weight:900}.data-table th,.data-table td,.production-table th,.production-table td{background:#050a1a94;border-bottom:1px solid #94a3b826;padding:1.25rem 1.35rem}.data-table tbody tr:hover td,.production-table tbody tr:hover td,tbody tr:hover td{background:#0f172aa3}.summary-card,.activity-card,.notification-card,.event-item,.details-grid>div,.inline-form,.change-row{background:#080d1fad;border-radius:1.55rem}@media (max-width:900px){.page-shell{width:min(100% - 1.5rem,1720px)}.page-hero,.panel-card,.card-panel,.panel{border-radius:1.45rem;padding:1.25rem}}:root{--workspace-width:1440px;--workspace-gutter:4rem;--workspace-radius:1.35rem;--workspace-panel-bg:#050a1ae0;--workspace-panel-bg-soft:#080d1fc2;--page-background-filter:brightness(.78) saturate(.9)}.app-screen{padding:2rem 0 2.5rem}.page-shell{grid-auto-rows:max-content;align-content:start;gap:1rem;width:min(1440px,100% - 4rem)}.page-shell>*{min-width:0;max-width:100%}.page-hero{border-radius:var(--workspace-radius);background:linear-gradient(90deg,#050a1af0,#050a1ad1);min-height:0;padding:1.35rem 1.5rem}.page-hero-top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.7rem;display:flex}.page-back-link{color:#dce8f8;margin-bottom:0;font-size:.88rem;font-weight:800}.page-eyebrow{letter-spacing:.42em;margin:0;font-size:.72rem;line-height:1;color:#91a7c8!important}.page-title-block{gap:.45rem;max-width:62rem;display:grid}.section-head h1,.page-hero h1{letter-spacing:-.04em;font-size:clamp(1.9rem,2.35vw,2.75rem)}.page-description{max-width:48rem;font-size:.92rem;line-height:1.45;margin:0!important}.dashboard-header,.panel,.panel-card,.card-panel,.page-hero{border-radius:var(--workspace-radius)}.panel-card,.card-panel,.panel{background:linear-gradient(90deg, var(--workspace-panel-bg), var(--workspace-panel-bg-soft));min-width:0;max-width:100%;padding:1.35rem}.workspace-panel,.panel-card,.card-panel,.panel{min-height:0}.toolbar,.activity-toolbar{align-items:stretch;gap:.65rem;margin-bottom:.9rem}.search-wrap{min-width:min(100%,22rem)}.primary-button,.secondary-button,.ghost-button,.danger-button,.success-button,.back-link{border-radius:.82rem;min-height:2.75rem;padding:.66rem .92rem;font-size:.9rem}.search-wrap input,.auth-field input,.auth-field select,.password-panel input,.period-grid input,.period-grid select,.compact-select,textarea,select,input{border-radius:.82rem;min-height:2.75rem;padding:.65rem .85rem}.summary-strip{gap:.65rem;margin-bottom:.85rem}.summary-card{border-radius:1rem;min-height:4rem;padding:.72rem .9rem}.table-scroll,.table-wrap{background:#030816b8;border-radius:1.15rem}.data-table th,.production-table th{letter-spacing:.24em;font-size:.7rem}.data-table th,.data-table td,.production-table th,.production-table td{padding:.82rem .95rem}.activity-list{gap:.7rem}.activity-card,.notification-card,.event-item{border-radius:1rem;padding:.9rem 1rem}@media (min-width:1800px){.page-shell{width:min(1440px,100% - 8rem)}}@media (max-width:900px){.app-screen{padding:.75rem 0 1.25rem}.page-shell{gap:.75rem;width:min(100% - 1rem,1440px)}.page-hero,.panel-card,.card-panel,.panel{border-radius:1rem;padding:1rem}.page-hero-top{flex-direction:column;align-items:flex-start;gap:.5rem}}.dashboard-home-screen{padding-top:2rem;display:block}.dashboard-home-screen:before{filter:var(--page-background-filter)}.dashboard-home-screen:after{background:0 0}.dashboard-home-shell{isolation:isolate;gap:1rem;width:min(1440px,100% - 4rem);margin:0 auto;display:grid;position:relative}.dashboard-home-shell:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#050a1adb,#050a1a7a);border:1px solid #94a3b824;border-radius:1.35rem;position:absolute;inset:-.75rem;box-shadow:0 1.6rem 4rem #00000047}.dashboard-home-shell .dashboard-header{border-radius:var(--workspace-radius);width:100%;box-shadow:none;background:linear-gradient(90deg,#050a1af0,#050a1ad1);margin:0;padding:1.35rem 1.5rem}.dashboard-home-shell .dashboard-header h1{letter-spacing:-.04em;font-size:clamp(1.9rem,2.35vw,2.75rem)}.dashboard-home-shell .dashboard-header p{font-size:.92rem;line-height:1.45}.dashboard-edit-toolbar{justify-content:flex-end;align-items:center;gap:.75rem;min-height:2.65rem;display:flex}.dashboard-order-message{margin:0}.dashboard-home-shell .dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;margin:0;display:grid}.dashboard-home-shell .dashboard-widget{border-radius:var(--workspace-radius);background:#080d1fad;justify-content:space-between;align-items:center;gap:1.25rem;min-height:7.2rem;padding:1.35rem;display:flex;position:relative;box-shadow:0 .9rem 2rem #0000002e}.dashboard-widget-content{display:contents}.dashboard-widget-count{color:#e0f2fe;letter-spacing:-.06em;text-align:right;flex:none;margin-left:auto;font-size:clamp(2.25rem,4.4vw,3.8rem);line-height:.95}.dashboard-home-shell .dashboard-widget-editing{cursor:grab;outline-offset:-.45rem;outline:1px dashed #7dd3fc94;animation:1.8s ease-in-out infinite dashboard-widget-wiggle}.dashboard-home-shell .dashboard-widget-editing:active{cursor:grabbing}.dashboard-push-toast{z-index:80;color:#ecfeff;background:linear-gradient(135deg,#082f49f5,#14532deb);border:1px solid #2dd4bf80;border-radius:1rem;max-width:min(24rem,100vw - 2rem);padding:.9rem 1rem;animation:5s forwards dashboard-push-glow;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 1.2rem 2.6rem #0000005c,0 0 2rem #2dd4bf3d}@keyframes dashboard-push-glow{0%{opacity:0;transform:translateY(.75rem)}10%,85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(.75rem)}}@keyframes dashboard-widget-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-.22deg)}75%{transform:rotate(.22deg)}}.dashboard-home-shell .dashboard-widget h2{font-size:1.35rem}.dashboard-home-shell .dashboard-widget p{margin-bottom:0;font-size:1rem;line-height:1.45}@media (max-width:980px){.dashboard-home-shell{width:min(100% - 1.25rem,1440px)}.dashboard-home-shell .dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.dashboard-home-shell .dashboard-grid{grid-template-columns:1fr}}.auth-card{padding:1.35rem 1.5rem 1.45rem}.auth-logos{margin-bottom:.75rem}.auth-logo{height:6.48rem}.preloader-logos img{max-height:6.48rem}.auth-field{gap:.5rem;margin-top:.65rem;font-size:1rem;font-weight:700}.auth-field input,.password-panel input{font-size:1.02rem;line-height:1.25}.password-row{width:100%;display:block;position:relative}.password-row input{width:100%;min-width:0;padding-right:3.4rem}.password-toggle{color:#e2e8f0;background:#0f172a85;border:1px solid #94a3b847;border-radius:.82rem;place-items:center;width:2.55rem;height:2.55rem;display:inline-grid;position:absolute;top:50%;right:.45rem;transform:translateY(-50%)}.password-toggle svg{fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;width:1.25rem;height:1.25rem}.password-toggle:hover,.password-toggle:focus-visible{color:#7dd3fc;border-color:#7dd3fc85;outline:none}.password-eye-slash{stroke-width:2.2px}.auth-card .primary-button{margin-top:1.05rem}@keyframes preloader-line{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes preloader-logos{0%,60%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-2rem)scale(.94)}}@keyframes preloader-exit{0%,72%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes auth-card-in{0%,66%{opacity:0;filter:blur(12px);transform:translateY(1.25rem)}to{opacity:1;filter:blur();transform:translateY(0)}}@media (min-width:640px){.sm\:text-6xl{font-size:3.75rem;line-height:1}}
