:root{--bg:#f5f7fb;--panel:#fff;--text:#0f2345;--muted:#667793;--line:#e4e9f2;--blue:#1769f4;--blue2:#0753d7;--green:#19a35b;--amber:#f59e0b;--red:#e5484d;--shadow:0 12px 32px rgba(26,50,91,.08);--radius:20px}*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}body{margin:0;background:var(--bg);min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background:#07172d;color:#fff;padding:24px 18px;display:flex;flex-direction:column;z-index:20}.brand,.auth-brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#1670ff,#0a4cca);display:grid;place-items:center;color:white;font-weight:800;font-size:22px;box-shadow:0 8px 22px rgba(23,105,244,.3)}.brand strong,.auth-brand strong{display:block;letter-spacing:.04em}.brand span,.auth-brand span{display:block;color:#9db0cd;font-size:12px;margin-top:3px}.side-nav{display:flex;flex-direction:column;gap:6px;margin-top:34px}.side-nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;color:#adc0dc;font-weight:600;font-size:14px}.side-nav a svg,.bottom-nav svg,.bell svg,.btn svg,.icon-link svg,.notification-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.side-nav a.active{background:linear-gradient(135deg,#1769f4,#0b52d6);color:#fff;box-shadow:0 8px 24px rgba(23,105,244,.25)}.side-nav em{margin-left:auto;background:#e5484d;color:#fff;border-radius:999px;padding:2px 7px;font-style:normal;font-size:11px}.sidebar-user{margin-top:auto;display:flex;align-items:center;gap:10px;padding:14px 8px 0;border-top:1px solid rgba(255,255,255,.1)}.sidebar-user strong{display:block;font-size:13px}.sidebar-user span{display:block;color:#8ca1bf;font-size:11px}.icon-link{margin-left:auto;color:#a7b8d1}.avatar{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#dfeaff;color:#1357c8;font-weight:800}.avatar.small{width:34px;height:34px;border-radius:12px}.main{margin-left:260px;min-width:0;width:calc(100% - 260px)}.topbar{height:84px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:15}.topbar h1{font-size:22px;margin:2px 0 0}.eyebrow{font-size:10px;letter-spacing:.13em;color:#6e85a6;font-weight:800}.top-actions,.mini-user{display:flex;align-items:center;gap:12px}.mini-user span{font-size:13px;font-weight:600}.bell{position:relative;width:40px;height:40px;border:1px solid var(--line);border-radius:13px;display:grid;place-items:center;color:#536985;background:#fff}.bell b{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;border-radius:999px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;font-size:10px}.content{padding:30px 34px 96px;max-width:1500px;margin:auto}.hero-row,.section-head,.order-card-top,.order-meta,.order-title-line,.notification-top,.action-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.hero-row{margin-bottom:24px}.hero-row h2,.section-head h2,.panel h2{margin:0}.hero-row p,.panel-head p,.section-head p{color:var(--muted);margin:6px 0 0}.btn{border:0;border-radius:12px;padding:11px 16px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 8px 22px rgba(23,105,244,.2)}.btn-light{background:#fff;border:1px solid var(--line);color:var(--text)}.btn-ghost{background:transparent;color:#5b6d89}.btn-danger{background:#fff0f1;color:#c9343a;border:1px solid #ffd2d5}.btn-small{padding:8px 11px;font-size:12px}.btn.full,.full{width:100%}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:28px}.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.stat-card span{display:block;color:var(--muted);font-size:13px}.stat-card strong{display:block;font-size:30px;margin-top:10px}.stat-card.warning strong{color:var(--amber)}.stat-card.success strong{color:var(--green)}.section-head{margin:22px 0 12px}.section-head>a{color:var(--blue);font-size:13px;font-weight:700}.stage-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:9px;margin-bottom:26px}.stage-mini{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px 10px;text-align:center;box-shadow:0 6px 18px rgba(26,50,91,.04)}.stage-mini strong{display:block;color:var(--blue);font-size:22px}.stage-mini span{display:block;color:#667793;font-size:11px;margin-top:5px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}.order-list{display:flex;flex-direction:column;gap:10px}.grid-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.order-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:12px;display:flex;gap:13px;box-shadow:0 7px 22px rgba(26,50,91,.04);transition:.2s}.order-card:hover{transform:translateY(-1px);border-color:#c8d8f5;box-shadow:var(--shadow)}.order-thumb{width:78px;height:78px;flex:0 0 78px;border-radius:13px;overflow:hidden;background:#eef3fb}.order-thumb img,.order-image-large img,.photo-grid img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#edf4ff,#dce9ff);color:#1769f4;font-weight:800}.image-placeholder.large{font-size:34px}.order-card-body{min-width:0;flex:1}.order-card-top strong{color:var(--blue);font-size:13px}.order-card h3{font-size:15px;margin:8px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card p{margin:0;color:var(--muted);font-size:12px}.order-meta{font-size:11px;color:#6a7d97;margin-top:9px}.days{font-weight:700}.days.danger,.text-danger{color:var(--red)}.days.warning,.text-warning{color:#d98500}.days.success,.text-success{color:var(--green)}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:700;white-space:nowrap}.badge-primary{background:#eaf2ff;color:#1458ca}.badge-warning{background:#fff6db;color:#a76700}.badge-success{background:#e8f8ef;color:#147843}.badge-danger{background:#ffedef;color:#bd363c}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);margin-bottom:20px}.panel-head{margin-bottom:18px}.narrow{max-width:920px;margin:auto}.form-grid{display:grid;gap:16px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid label,.auth-form label{display:flex;flex-direction:column;gap:7px}.form-grid label>span,.auth-form label>span{font-size:12px;font-weight:700;color:#425672}.form-grid input,.form-grid select,.form-grid textarea,.auth-form input,.filter-bar input,.filter-bar select{width:100%;border:1px solid #dbe2ed;background:#fff;border-radius:12px;padding:12px 13px;color:var(--text);outline:none}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.auth-form input:focus{border-color:#7dabff;box-shadow:0 0 0 3px rgba(23,105,244,.09)}.form-grid small{color:#8090a8;font-size:11px}.full-span{grid-column:1/-1}.form-note{background:#eff5ff;border:1px solid #d9e7ff;color:#37567d;padding:12px 14px;border-radius:12px;font-size:12px}.form-divider{position:relative;text-align:center;margin:8px 0}.form-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--line)}.form-divider span{position:relative;background:#fff;padding:0 10px;color:#7e8ca0;font-size:11px;font-weight:700}.filter-bar{display:grid;grid-template-columns:minmax(240px,1fr) 230px auto auto;gap:10px;margin-bottom:20px}.order-detail-head{margin-bottom:18px}.back-link{display:inline-block;color:#5f7390;font-size:13px;margin-bottom:12px}.order-main-card{display:grid;grid-template-columns:220px 1fr;gap:22px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)}.order-image-large{height:210px;border-radius:17px;overflow:hidden;background:#edf2fa}.order-main-info{padding:4px 4px 4px 0}.order-title-line h2{margin:4px 0 5px}.order-title-line p{margin:0;color:var(--muted)}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.info-grid div{background:#f8faff;border:1px solid #edf1f6;border-radius:12px;padding:11px}.info-grid span{display:block;color:#7c8da6;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.info-grid strong{display:block;font-size:12px;margin-top:5px}.notes-box{margin-top:14px;background:#fffaf0;border:1px solid #ffedc7;padding:12px;border-radius:12px}.notes-box span{font-size:10px;font-weight:800;color:#95620d;text-transform:uppercase}.notes-box p{margin:6px 0 0;font-size:12px}.progress-flow{display:flex;align-items:flex-start;overflow-x:auto;padding:6px 0 2px;gap:0}.progress-step{min-width:105px;position:relative;text-align:center;color:#9aa8bb;font-size:10px}.progress-step:after{content:"";position:absolute;top:15px;left:64%;width:72%;height:2px;background:#e1e6ef}.progress-step:last-child:after{display:none}.progress-step .dot{width:31px;height:31px;border-radius:50%;border:2px solid #d7deea;background:#fff;display:grid;place-items:center;margin:0 auto 7px;font-weight:800;position:relative;z-index:2}.progress-step.done{color:#19864c}.progress-step.done .dot{background:#e9f8ef;border-color:#42ba78}.progress-step.done:after{background:#77d09c}.progress-step.current{color:#1769f4;font-weight:800}.progress-step.current .dot{border-color:#1769f4;box-shadow:0 0 0 5px #eaf2ff}.order-columns{align-items:start}.action-panel p{color:var(--muted);font-size:13px;line-height:1.6}.waiting-box,.closed-box,.alert-card{padding:16px;border-radius:14px;background:#f4f7fb;border:1px solid #e2e8f1;color:#536884;font-size:13px}.closed-box{background:#eaf8f0;border-color:#caeed9;color:#18784a;display:flex;justify-content:space-between}.alert-card.danger{background:#fff3f3;border-color:#ffdada;color:#984247;margin-bottom:18px}.hidden-form{display:none;margin-top:15px}.hidden-form.show{display:grid;gap:12px}.mt{margin-top:10px}.upload-box{border:1.5px dashed #cfd9e7;border-radius:14px;padding:15px;margin-bottom:14px;background:#fafcff}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.photo-grid a{height:110px;border-radius:12px;overflow:hidden;position:relative}.photo-grid span{position:absolute;left:5px;right:5px;bottom:5px;background:rgba(6,23,45,.76);color:#fff;border-radius:7px;padding:4px 6px;font-size:9px}.timeline{position:relative;padding-left:5px}.timeline-item{display:grid;grid-template-columns:18px 1fr;gap:10px;position:relative;padding-bottom:18px}.timeline-item:before{content:"";position:absolute;left:7px;top:14px;bottom:-3px;width:1px;background:#dfe5ef}.timeline-item:last-child:before{display:none}.timeline-dot{width:15px;height:15px;border-radius:50%;background:#fff;border:3px solid #1769f4;z-index:1;margin-top:2px}.timeline-item strong{font-size:12px}.timeline-item p{font-size:10px;color:#8492a7;margin:4px 0}.timeline-item span{font-size:11px;color:#697c98}.count-pill{min-width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:#eaf2ff;color:#1657c6;font-weight:800}.notification-list{display:flex;flex-direction:column;gap:9px}.notification-card{display:grid;grid-template-columns:42px 1fr;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:13px}.notification-icon{width:42px;height:42px;border-radius:13px;background:#edf4ff;color:#1769f4;display:grid;place-items:center}.notification-top strong{font-size:13px}.notification-top span{font-size:10px;color:#8b98aa}.notification-card p{font-size:12px;color:#5d708c;margin:5px 0}.notification-card em{font-size:10px;color:#1769f4;font-style:normal}.admin-cols{grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr)}.checkline{flex-direction:row!important;align-items:center!important}.checkline input{width:auto!important}.staff-list{display:flex;flex-direction:column;gap:10px}.staff-card{border:1px solid var(--line);border-radius:15px;padding:13px}.staff-title{display:flex;align-items:center;gap:10px}.staff-title>div:nth-child(2){flex:1}.staff-title strong{display:block;font-size:13px}.staff-title span{color:#7b8ca5;font-size:11px}.staff-badges{display:flex;gap:5px}.access-row,.password-row{display:flex;align-items:center;gap:10px;margin-top:11px;padding-top:10px;border-top:1px solid #eef1f5}.password-row input{flex:1;border:1px solid #dbe2ed;border-radius:10px;padding:8px}.profile-title{margin-bottom:20px}.large-avatar{width:62px;height:62px;font-size:22px}.empty{padding:24px;border:1px dashed #d5deeb;border-radius:15px;color:#8190a5;text-align:center;background:#fbfcfe;font-size:13px}.flash{padding:12px 14px;border-radius:12px;margin-bottom:14px;font-size:13px}.flash.success{background:#e9f8ef;color:#147843;border:1px solid #ccefdc}.flash.error{background:#fff0f1;color:#b6363d;border:1px solid #ffd4d7}.auth-body{background:radial-gradient(circle at top,#eef5ff,#f7f9fc 42%,#eef2f7);min-height:100vh;display:grid;place-items:center;padding:24px}.auth-wrap,.setup-wrap{width:min(440px,100%)}.setup-wrap{width:min(660px,100%)}.auth-brand{justify-content:center;margin-bottom:20px}.auth-brand span{color:#7889a2}.auth-card{background:#fff;border:1px solid #e4e9f2;border-radius:24px;padding:30px;box-shadow:0 25px 65px rgba(26,50,91,.12);text-align:center}.setup-card{text-align:left}.auth-card h1{margin:9px 0 6px;font-size:27px}.auth-card>p{margin:0 0 20px;color:#7788a2}.login-icon{width:58px;height:58px;border-radius:20px;background:#eaf2ff;color:#1769f4;display:grid;place-items:center;margin:auto;font-weight:800;font-size:25px}.auth-form{display:grid;gap:14px;text-align:left;margin-top:20px}.private-note{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);font-size:11px;color:#8492a7}.success-circle{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#e9f8ef;color:#16814b;font-weight:800;margin:auto}.helper{margin-top:18px!important;font-size:12px}.confirm-modal{position:fixed;inset:0;background:rgba(5,17,34,.58);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.confirm-modal.open{display:flex}.confirm-card{width:min(410px,100%);background:#fff;border-radius:22px;padding:26px;text-align:center;box-shadow:0 30px 90px rgba(3,15,34,.3)}.confirm-icon{width:56px;height:56px;border-radius:50%;border:3px solid #f59e0b;color:#d98500;display:grid;place-items:center;margin:0 auto 15px;font-size:28px;font-weight:700}.confirm-card h3{font-size:20px;margin:0}.confirm-card p{color:#6c7d96;line-height:1.55;font-size:13px}.confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.bottom-nav{display:none}
@media(max-width:1050px){.stage-strip{grid-template-columns:repeat(4,1fr)}.two-col,.admin-cols{grid-template-columns:1fr}.grid-cards{grid-template-columns:1fr}.info-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{padding-bottom:72px}.sidebar{display:none}.main{margin-left:0;width:100%}.topbar{height:70px;padding:0 16px}.topbar .eyebrow{display:none}.topbar h1{font-size:18px}.mini-user span{display:none}.content{padding:18px 14px 24px}.hero-row{align-items:flex-start;gap:12px}.hero-row h2{font-size:20px}.hero-row p{font-size:12px}.hero-row .btn{padding:10px 12px;font-size:12px}.stat-grid{grid-template-columns:repeat(2,1fr);gap:9px}.stat-card{padding:14px}.stat-card strong{font-size:25px}.stage-strip{grid-template-columns:repeat(4,1fr);gap:7px}.stage-mini{padding:10px 6px}.stage-mini strong{font-size:18px}.stage-mini span{font-size:9px}.two-col{grid-template-columns:1fr;gap:10px}.grid-cards{grid-template-columns:1fr}.order-card{padding:10px}.order-thumb{width:68px;height:68px;flex-basis:68px}.order-card h3{font-size:14px}.order-card-top{align-items:flex-start}.badge{font-size:9px;padding:4px 7px}.filter-bar{grid-template-columns:1fr 1fr}.filter-bar input{grid-column:1/-1}.order-main-card{grid-template-columns:95px 1fr;gap:12px;padding:12px}.order-image-large{height:105px}.order-main-info{padding:0}.order-title-line{align-items:flex-start}.order-title-line h2{font-size:17px}.order-title-line>.badge{display:none}.info-grid{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:12px}.info-grid div{padding:9px}.notes-box{grid-column:1/-1}.panel{padding:15px;border-radius:17px}.progress-step{min-width:82px}.progress-step:after{left:67%;width:65%}.order-columns{gap:0}.photo-grid{grid-template-columns:repeat(3,1fr)}.photo-grid a{height:88px}.form-grid.two{grid-template-columns:1fr}.full-span{grid-column:auto}.action-row{align-items:stretch;flex-direction:column}.action-row form,.action-row .btn{width:100%}.staff-badges{flex-wrap:wrap}.access-row{flex-wrap:wrap}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;height:68px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-top:1px solid #e1e7f0;z-index:30;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#71839d;font-size:9px;gap:3px;position:relative}.bottom-nav a.active{color:#1769f4;font-weight:800}.bottom-nav svg{width:20px;height:20px}.bottom-nav b{position:absolute;top:7px;right:calc(50% - 20px);background:#ef4444;color:#fff;border-radius:99px;font-size:8px;min-width:15px;height:15px;display:grid;place-items:center}.auth-body{padding:16px}.auth-card{padding:24px 20px}.auth-card h1{font-size:24px}.setup-card{padding:22px 17px}}
