:root{font-family:Inter,"Segoe UI",Arial,sans-serif;color:#10213b;background:#eef3f9;--navy:#0d376d;--navy2:#102443;--blue:#1769df;--green:#0b815a;--red:#b42318;--line:#ccd8e6;--muted:#64748b;--card:#fff}*{box-sizing:border-box}body{margin:0;min-height:100vh;padding-bottom:env(safe-area-inset-bottom)}button,input{font:inherit}.topbar{min-height:72px;background:linear-gradient(120deg,var(--navy2),var(--navy));color:#fff;display:flex;align-items:center;gap:11px;padding:10px max(14px,env(safe-area-inset-left));position:sticky;top:0;z-index:20;box-shadow:0 3px 16px #071a342f}.brand-mark{width:45px;height:45px;border-radius:13px;background:#ffd000;color:#102443;display:grid;place-items:center;font-weight:900;font-size:13px}.brand strong,.brand small{display:block}.brand small{color:#cbd8e9;font-size:11px;margin-top:3px}.state{margin-left:auto;font-size:11px;background:#ffffff19;border:1px solid #ffffff2b;padding:7px 9px;border-radius:20px;white-space:nowrap}.state.online{background:#087e55}.state.offline{background:#a84232}main{max-width:820px;margin:auto;padding:15px}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:17px;margin-bottom:14px;box-shadow:0 8px 24px #1024430a}.auth-card{max-width:520px;margin:5vh auto}.auth-card h1,.card h2{margin:0 0 10px}.card p{color:var(--muted);line-height:1.45}.eyebrow{text-transform:uppercase;letter-spacing:.09em;color:#53708f!important;font-size:11px;font-weight:800;margin:0 0 4px!important}label{display:block;font-weight:700;margin:12px 0}input{width:100%;padding:13px;border:1px solid #b8c7da;border-radius:10px;background:#fff;color:#10213b;margin-top:6px;outline:none}input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769df1c}.check{display:flex;align-items:center;gap:9px;font-weight:600}.check input{width:19px;height:19px;margin:0}.primary,.secondary,.danger,.icon-button,.scan-button{border:0;border-radius:10px;padding:12px 15px;font-weight:800;cursor:pointer}.primary{background:var(--blue);color:#fff;width:100%}.secondary{background:#e8f0fb;color:var(--navy);margin-right:7px}.danger{background:#fff0ee;color:var(--red);margin-top:10px}.icon-button{background:var(--blue);color:#fff;font-size:25px;width:48px;height:48px;padding:0}.scan-button{background:var(--navy);color:#fff;white-space:nowrap}.message{color:var(--red)!important;font-weight:650}.pending-icon,.danger-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:24px;background:#fff4d6;color:#a26000}.danger-icon{background:#fff0ee;color:var(--red)}.welcome{display:flex;justify-content:space-between;align-items:center;margin:2px 0 12px}.welcome h1{margin:2px 0}.lease{border-left:5px solid var(--green);background:#e7f7ef;border-radius:10px;padding:11px 13px;font-weight:700;margin-bottom:12px}.lease.warning{border-color:#b36b00;background:#fff5df}.mobile-tabs{display:grid;grid-template-columns:repeat(4,1fr);position:sticky;top:72px;z-index:15;background:#eef3f9;padding:4px 0 10px;gap:6px}.mobile-tabs button{border:1px solid var(--line);border-radius:10px;background:#fff;color:#344a64;padding:10px 4px;font-size:13px;font-weight:750}.mobile-tabs button.active{background:var(--navy);border-color:var(--navy);color:#fff}.page{display:none}.page.active{display:block}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.metric-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;min-height:88px}.metric-grid span,.metric-grid b{display:block}.metric-grid span{color:var(--muted);font-size:12px;margin-bottom:8px}.metric-grid b{font-size:17px}.toolbar-card{padding:13px}.toolbar-card label{margin:0}.toolbar-card small{display:block;color:var(--muted);margin-top:9px}.search-row{display:flex;gap:8px}.search-row input{margin:0}.list{display:grid;gap:8px;margin-top:10px}.list article{border:1px solid #d8e1ec;border-radius:11px;padding:12px;background:#fff}.list article.clickable{cursor:pointer}.list b,.list small{display:block}.list small{color:var(--muted);margin-top:5px}.article-price{color:var(--green);font-weight:800}.calendar-list article{border-left:5px solid #19915f}.calendar-list time{font-weight:800;color:var(--navy);display:block;margin-bottom:5px}.hint{font-size:12px;margin-bottom:0}.details{margin:0}.details div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e2e8f0;padding:10px 0}.details dt{color:var(--muted)}.details dd{text-align:right;font-weight:700;margin:0}.overlay{position:fixed;inset:0;background:#102443a6;z-index:100;display:grid;place-items:center;padding:20px}.loading-box{background:#fff;border-radius:17px;padding:25px;max-width:480px;width:100%;text-align:center}.loading-box h2{margin:15px 0 5px}.spinner{width:46px;height:46px;border:5px solid #dbe6f4;border-top-color:var(--blue);border-radius:50%;margin:auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}dialog{border:0;border-radius:17px;max-width:620px;width:calc(100% - 24px);max-height:88vh;padding:22px;color:#10213b;box-shadow:0 18px 80px #071a3470}dialog::backdrop{background:#102443a8}.dialog-close{position:absolute;right:12px;top:10px;border:0;background:#e8eef6;color:#263c56;border-radius:50%;width:36px;height:36px;font-size:24px}.detail-head{padding-right:35px}.detail-head h2{margin:0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin-top:16px}.detail-grid div{border-top:1px solid #e0e7f0;padding:9px 0}.detail-grid span,.detail-grid b{display:block}.detail-grid span{font-size:11px;color:var(--muted);margin-bottom:3px}.ean-list{word-break:break-all}.branch-stock{margin-top:12px}.branch-stock table{width:100%;border-collapse:collapse}.branch-stock th,.branch-stock td{padding:8px;border-bottom:1px solid #e0e7f0;text-align:left}#scannerVideo{width:100%;max-height:62vh;background:#0b1220;border-radius:12px}.offline-note{color:#a26000!important;font-weight:700}[hidden]{display:none!important}@media(max-width:470px){main{padding:11px}.brand small{display:none}.metric-grid{grid-template-columns:1fr 1fr}.detail-grid{grid-template-columns:1fr}.card{padding:14px}.mobile-tabs{top:72px}.search-row{align-items:stretch}.scan-button{padding:10px}.details div{display:block}.details dd{text-align:left;margin-top:4px}}

select{font:inherit;width:100%;padding:13px;border:1px solid #b8c7da;border-radius:10px;background:#fff;color:#10213b;margin-top:6px;outline:none}select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769df1c}.account-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.account-actions .secondary,.account-actions .danger{margin:0}

.mobile-tabs{grid-template-columns:repeat(5,1fr)}.duty-plan-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:12px;align-items:end}.duty-plan-week-nav{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.duty-plan-week-nav .secondary{margin:0;padding:10px 12px}.duty-plan-week-nav strong{min-width:190px;text-align:center}.duty-plan-jump{grid-column:1/-1;display:flex;align-items:end;gap:7px;flex-wrap:wrap}.duty-plan-jump label{font-size:11px;color:var(--muted);margin:0}.duty-plan-jump input{width:72px;margin-top:3px;padding:9px}.duty-plan-jump input[type=date]{width:145px}.duty-plan-jump .secondary{margin:0;padding:10px 12px}.duty-plan-jump .message{margin:0}.duty-plan-scroll{overflow-x:auto}.duty-plan-table{width:100%;min-width:940px;border-collapse:separate;border-spacing:0}.duty-plan-table th,.duty-plan-table td{border-bottom:1px solid #dbe4ee;border-right:1px solid #e5ebf2;padding:9px;text-align:center}.duty-plan-table thead th{background:#edf3fb;color:var(--navy);position:sticky;top:0}.duty-plan-table tbody th{text-align:left;background:#f8fafc;min-width:175px}.duty-plan-table th small{display:block;color:var(--muted);font-weight:500;margin-top:3px}.duty-code{display:inline-grid;place-items:center;min-width:38px;min-height:34px;border-radius:8px;background:#e8f0fb;color:var(--navy);font-weight:850}.duty-code.vacation{background:#dcf5e8;color:#08724f}.duty-code.sick{background:#ffe5e2;color:#a12218}.duty-code.holiday{background:#eceff4;color:#526171}.duty-code.compensation{background:#fff1ce;color:#8b5a00}.duty-delta.more{color:#08724f}.duty-delta.less{color:#b42318}.duty-delta.equal{color:var(--muted)}.duty-overview-title{margin:18px 0 8px}.duty-overview{min-width:900px}.duty-legend{display:flex;flex-wrap:wrap;gap:7px 14px;color:var(--muted);font-size:12px;margin-top:12px}
@media(max-width:600px) and (orientation:portrait){.mobile-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.mobile-tabs button{font-size:11px}.duty-plan-toolbar{grid-template-columns:1fr}.duty-plan-week-nav strong{min-width:100%;order:-1}.duty-plan-jump{grid-column:1}.duty-plan-jump .message{width:100%}.duty-plan-table{min-width:0;display:block}.duty-plan-table thead{display:none}.duty-plan-table tbody,.duty-plan-table tr{display:block}.duty-plan-table tr{border:1px solid #dbe4ee;border-radius:11px;margin-bottom:10px;overflow:hidden}.duty-plan-table tbody th{display:block;border-right:0}.duty-plan-table td{display:grid;grid-template-columns:55px 1fr;align-items:center;text-align:left;border-right:0}.duty-plan-table td::before{content:attr(data-day);font-weight:750;color:var(--muted)}}
@media(orientation:landscape){main{max-width:1280px}.duty-plan-card{padding:12px}.duty-plan-table{min-width:1080px}}
.health-list{display:grid;gap:8px}.health-check{border-left:5px solid #94a3b8;background:#f8fafc;border-radius:9px;padding:11px 12px}.health-check b,.health-check small{display:block}.health-check small{color:var(--muted);margin-top:4px;line-height:1.35}.health-check.ok{border-color:var(--green);background:#e7f7ef}.health-check.ok b{color:var(--green)}.health-check.error{border-color:var(--red);background:#fff0ee}.health-check.error b{color:var(--red)}
