:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}body{color:#fff;background:#111;margin:0;font-family:Arial,sans-serif}.loginPage{background:radial-gradient(circle at top,#2b1a00,#111 45%);justify-content:center;align-items:center;min-height:100vh;display:flex}.loginBox{background:#1e1e1e;border-left:6px solid orange;border-radius:22px;width:340px;padding:35px;box-shadow:0 0 35px #ff8c0059}.loginBox h1{color:orange;text-align:center;margin-top:0;margin-bottom:20px;font-size:52px;line-height:1.1}.loginBox p{text-align:center;color:#aaa;margin-bottom:25px}.loginBox input,.modalBox input,.modalBox textarea{color:#fff;box-sizing:border-box;background:#2a2a2a;border:none;border-radius:12px;width:100%;margin-bottom:15px;padding:14px;font-size:16px}.modalBox textarea{resize:vertical;min-height:90px}.loginBox button,.modalActions button{color:#000;cursor:pointer;background:orange;border:none;border-radius:12px;width:100%;padding:14px;font-size:18px;font-weight:700;box-shadow:0 0 15px #ff8c0066}.app{padding:28px}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:25px;display:flex}.topbar h1{color:orange;margin:0;font-size:42px}.subtitle{color:#999;margin:8px 0 0}.topActions{align-items:center;gap:12px;display:flex}.userBox{color:orange;background:#1e1e1e;border:1px solid #ff8c0059;border-radius:12px;padding:12px 18px;font-weight:700}.logoutBtn{color:#fff;cursor:pointer;background:#2a2a2a;border:1px solid #ff8c0040;border-radius:12px;padding:12px 16px;font-weight:700}.statsGrid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px;display:grid}.statCard{background:linear-gradient(145deg,#1c1c1c,#242424);border:1px solid #ff8c002e;border-left:5px solid orange;border-radius:16px;padding:18px;box-shadow:0 0 18px #ff8c001f}.statCard strong{color:orange;font-size:34px;display:block}.statCard span{color:#aaa}.newJobBtn{color:#000;cursor:pointer;background:orange;border:none;border-radius:12px;margin:0 10px 25px 0;padding:14px 22px;font-size:17px;font-weight:700;box-shadow:0 0 15px #ff8c0059}.layout{grid-template-columns:1fr 430px;align-items:start;gap:25px;display:grid}.jobs{flex-direction:column;gap:18px;display:flex}.card{background:linear-gradient(145deg,#1c1c1c,#242424);border-left:6px solid orange;border-radius:18px;padding:24px;box-shadow:0 0 25px #ff8c0026}.card h2{margin:0 0 8px;font-size:28px}.card p{color:#999}.card span{color:#000;background:orange;border-radius:10px;padding:8px 16px;font-weight:700;display:inline-block}.assigned{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.assigned em{color:#ddd;background:#111;border:1px solid #ff8c0038;border-radius:10px;padding:6px 10px;font-size:14px;font-style:normal}.actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.actions button{color:#fff;cursor:pointer;background:#2a2a2a;border:1px solid #ff8c0059;border-radius:10px;padding:10px 14px;font-weight:700}.actions button:hover{color:#000;background:orange}.detailPanel{background:linear-gradient(145deg,#1c1c1c,#242424);border-left:6px solid orange;border-radius:18px;padding:25px;position:sticky;top:20px;box-shadow:0 0 30px #ff8c002e}.detailPanel h2,.detailPanel h3{color:orange}.detailButtons{flex-wrap:wrap;gap:10px;display:flex}.miniCard{background:#111;border:1px solid #ff8c0033;border-radius:12px;margin-bottom:12px;padding:14px}.miniCard p{color:#bbb;margin:6px 0}.smallDanger{color:#ffb3b3;cursor:pointer;background:#3a1111;border:1px solid #ff000059;border-radius:10px;margin-top:10px;padding:8px 12px;font-weight:700}.smallDanger:hover{color:#fff;background:#f33}.uploadBtn{color:#000;cursor:pointer;background:orange;border-radius:12px;margin:0 0 20px;padding:14px 20px;font-weight:700;display:inline-block;box-shadow:0 0 15px #ff8c0059}.uploadBtn input{display:none}.photoGrid{grid-template-columns:1fr;gap:14px;display:grid}.photoCard{background:#111;border:1px solid #ff8c0040;border-radius:14px;padding:12px}.photoCard img{object-fit:cover;border-radius:12px;width:100%;max-height:260px;margin-bottom:10px}.photoCard strong{color:orange}.photoCard p{color:#bbb}.modalOverlay{z-index:99;background:#000000b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modalBox{background:#1e1e1e;border-left:6px solid orange;border-radius:20px;width:520px;max-width:calc(100vw - 30px);padding:28px;box-shadow:0 0 40px #ff8c0047}.modalBox h2,.modalBox h3{color:orange}.workerList{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.workerList button{color:#fff;cursor:pointer;background:#2a2a2a;border:1px solid #ff8c0040;border-radius:10px;padding:10px 12px}.workerList .workerSelected{color:#000;background:orange;font-weight:700}.modalActions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.modalActions .cancelBtn{color:#fff;background:#333}@media (width<=950px){.layout,.statsGrid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.detailPanel{position:static}}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:22px;display:flex}.searchInput,.filterSelect{color:#fff;background:#1e1e1e;border:1px solid #ff8c0040;border-radius:12px;padding:14px;font-size:16px}.searchInput{flex:1;min-width:260px}.filterSelect{min-width:160px}.noteCard{border-left:4px solid orange}.noteCard small{color:#777}.refreshBtn,.reportBtn,.closeBtn{color:#fff;cursor:pointer;background:#2a2a2a;border:1px solid #ff8c0059;border-radius:12px;padding:12px 16px;font-weight:700}.refreshBtn:hover,.reportBtn:hover,.closeBtn:hover{color:#000;background:orange}.detailHeader{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.closeBtn{min-width:44px}.summaryRow{grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0;display:grid}.summaryRow div{text-align:center;background:#111;border:1px solid #ff8c0038;border-radius:12px;padding:12px}.summaryRow strong{color:orange;font-size:24px;display:block}.summaryRow span{color:#aaa;font-size:13px}.reportBtn{width:100%;margin-bottom:18px}@media print{body{color:#000;background:#fff}.topbar,.statsGrid,.toolbar,.jobs,.actions,.newJobBtn,.refreshBtn,.uploadBtn,.smallDanger,.closeBtn,.reportBtn,.logoutBtn{display:none!important}.app{padding:0}.layout{display:block}.detailPanel{box-shadow:none;color:#000;background:#fff;border:none}.detailPanel h2,.detailPanel h3{color:#000}.miniCard,.photoCard,.summaryRow div{color:#000;background:#fff;border:1px solid #ccc}.photoCard img{object-fit:contain;max-height:180px}}.mainLogo{object-fit:cover;border:3px solid #ff8c0066;border-radius:38px;width:170px;height:170px;margin:0 auto 22px;display:block;box-shadow:0 0 30px #ff8c0073,0 0 80px #ff8c0026}.powered{text-align:center;letter-spacing:1px;font-size:15px;color:#ffb347!important;margin-top:-6px!important;margin-bottom:22px!important}.miniLogo{object-fit:cover;border:2px solid #ff8c0066;border-radius:16px;width:52px;height:52px;box-shadow:0 0 12px #ff8c004d}.userBox{align-items:center;gap:12px;display:flex!important}.userBox strong{color:orange;font-size:16px;display:block}.roleBadge{color:#000;text-transform:uppercase;letter-spacing:1px;background:orange;border-radius:999px;margin-top:4px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-block}.loginBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card,.detailPanel,.statCard,.modalBox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar{border-bottom:1px solid #ff8c0026;padding-bottom:18px}h1{text-align:center;letter-spacing:2px!important;margin-bottom:26px!important;line-height:1.15!important}
