:root{--navy:#071d33;--navy2:#0e335a;--blue:#2563eb;--sky:#eaf2ff;--green:#12b76a;--orange:#f79009;--red:#d92d20;--text:#102033;--muted:#667085;--line:#e6edf5;--bg:#f4f7fb;--card:#fff}*{box-sizing:border-box}body{margin:0;font-family:"Segoe UI",Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text);direction:rtl}.layout{display:flex;min-height:100vh}.sidebar{width:292px;background:linear-gradient(180deg,#071d33,#0d3158);color:#fff;padding:26px 20px;position:fixed;right:0;top:0;bottom:0;box-shadow:-12px 0 40px rgba(7,29,51,.14)}.brandWrap{display:flex;gap:12px;align-items:center;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:20px;margin-bottom:18px}.logoMark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#fff,#dbeafe);color:#0b2a4a;display:flex;align-items:center;justify-content:center;font-weight:900}.brand{font-weight:900;font-size:21px;letter-spacing:.2px}.muted{color:var(--muted)}.sidebar .muted{color:#b8c7d9}.nav a{display:flex;align-items:center;gap:9px;color:#e9f1fb;text-decoration:none;padding:13px 15px;border-radius:16px;margin:7px 0;font-weight:700}.nav a:hover,.nav a.active{background:rgba(37,99,235,.95);box-shadow:0 10px 24px rgba(37,99,235,.22)}.main{margin-right:292px;padding:30px;width:calc(100% - 292px)}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.top h1{font-size:30px;margin:0 0 8px}.crumb{font-size:13px;color:#8090a6;margin-bottom:6px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 36px rgba(16,32,51,.06);margin-bottom:18px}.hero{background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid #dbe7f5;border-radius:28px;padding:26px;margin-bottom:18px;display:flex;justify-content:space-between;gap:20px;align-items:center}.hero h2{margin:0 0 8px;font-size:25px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat{background:#fff;border-radius:22px;padding:22px;border:1px solid var(--line);box-shadow:0 8px 24px rgba(16,32,51,.04)}.stat b{font-size:28px;display:block;margin-top:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;background:var(--blue);color:#fff;padding:12px 18px;border-radius:14px;text-decoration:none;cursor:pointer;font-weight:800}.btn.secondary{background:#eef4ff;color:#1d4ed8}.btn.success{background:#039855}.btn.danger{background:var(--red)}.btn.ghost{background:#fff;color:#18324d;border:1px solid #d7e0ec}input,select,textarea{width:100%;padding:13px;border:1px solid #d6e0ec;border-radius:14px;background:#fff;margin-top:7px;font-family:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.08)}textarea{min-height:96px;resize:vertical}label{font-weight:800;font-size:13px;color:#25364a}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.form-row.two{grid-template-columns:repeat(2,1fr)}table{width:100%;border-collapse:separate;border-spacing:0}th,td{padding:15px;border-bottom:1px solid #edf1f7;text-align:right}th{color:#667085;font-size:13px;background:#f8fafc}.badge{display:inline-flex;align-items:center;gap:4px;padding:7px 11px;border-radius:999px;background:#edf4ff;color:#175cd3;font-size:12px;font-weight:800}.badge.ok{background:#ecfdf3;color:#027a48}.badge.warn{background:#fffaeb;color:#b54708}.badge.red{background:#fef3f2;color:#b42318}.badge.gray{background:#f2f4f7;color:#475467}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top right,#1d4ed8 0,#0d3158 25%,#071d33 66%);padding:22px}.login .box{width:460px;background:#fff;border-radius:30px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.22)}.loginBrand{text-align:center;margin-bottom:24px}.loginLogo{width:70px;height:70px;margin:0 auto 14px;border-radius:24px;background:linear-gradient(135deg,#071d33,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:22px}.company{font-size:15px;color:#37506e;font-weight:800}.items{border:1px dashed #cbd5e1;border-radius:18px;padding:16px;background:#fbfdff}.small{font-size:12px;color:#667085}.hidden-price{filter:blur(5px);user-select:none}.timeline{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.step{padding:11px 13px;background:#eef3fb;border-radius:999px;font-weight:800;color:#365574}.step.done{background:#ecfdf3;color:#027a48}.step.active{background:#fff7ed;color:#b54708}.notice{padding:13px 15px;border-radius:16px;background:#eff8ff;color:#175cd3;border:1px solid #b2ddff;margin-bottom:16px}.roleLine{display:flex;gap:10px;align-items:center}.userBubble{width:42px;height:42px;border-radius:14px;background:#eaf2ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:900}.sectionTitle{font-size:20px;margin:0 0 16px}.actionsBar{display:flex;gap:10px;flex-wrap:wrap}.empty{padding:30px;text-align:center;color:#667085;background:#fbfdff;border-radius:18px;border:1px dashed #cbd5e1}@media(max-width:1000px){.sidebar{position:static;width:100%;height:auto}.layout{display:block}.main{margin:0;width:100%;padding:18px}.grid,.grid2,.grid3,.form-row,.form-row.two{grid-template-columns:1fr}.hero{display:block}}
.adminBox{border-color:#fedf89;background:linear-gradient(135deg,#fff,#fffbeb)}
.quickSizes{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.chip{border:1px solid #d6e0ec;background:#fff;color:#17324d;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.chip:hover{background:#eef4ff;color:#1d4ed8}.photoGrid{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.photoGrid img{width:120px;height:95px;object-fit:cover;border-radius:14px;border:1px solid #d6e0ec}.reportBox{background:#f8fafc;border:1px solid #e6edf5;border-radius:18px;padding:16px}.signatureBox{border:1px dashed #98a2b3;border-radius:16px;height:110px;display:flex;align-items:center;justify-content:center;background:#fff;color:#667085;font-weight:800}
.publicPage{background:linear-gradient(180deg,#f3f7fb,#fff);min-height:100vh}.publicWrap{max-width:1050px;margin:0 auto;padding:28px}.publicHeader{display:flex;gap:16px;align-items:center;background:linear-gradient(135deg,#071d33,#0d3158);color:#fff;border-radius:28px;padding:24px;margin-bottom:18px}.publicHeader h1{margin:0 0 6px}.publicHeader p{margin:0;color:#d9e8fa}.legalCard{border:1px solid #b2ddff;background:linear-gradient(135deg,#fff,#eff8ff)}.checkLine{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid #d6e0ec;border-radius:16px;padding:14px;margin:16px 0}.checkLine input{width:auto;margin-top:2px}.redNotice{background:#fef3f2;color:#b42318;border-color:#fecdca}.copyLine{display:flex;gap:8px;align-items:center}
