@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}body{margin:0}body.scanner-modal-open{overflow:hidden;position:fixed;width:100%;left:0;right:0}.scanner-page .history-panel{padding:10px;gap:10px}.scanner-page .stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.scanner-page .stat-card{background:#111;border:1px solid #1e1e1e;border-radius:8px;padding:8px;text-align:center}.scanner-page .ok-card{border-color:#0f83}.scanner-page .stat-num{font-size:18px;font-weight:700;color:#fff}.scanner-page .stat-lbl{font-size:9px;color:#555;text-transform:uppercase}.scanner-page .list-box{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:10px;overflow:hidden}.scanner-page .list-head{padding:10px 12px;border-bottom:1px solid #1a1a1a;background:#0d0d0d}.scanner-page .list-head h3{margin:0;font-size:13px;color:#fff}.scanner-page .scroll-list{padding:8px}.scanner-page .list-item{background:#0e0e0e;border:1px solid #1a1a1a;border-radius:8px;padding:10px;margin-bottom:8px}.scanner-page .item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.scanner-page .item-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.scanner-page .idx{font-family:monospace;font-size:10px;color:#444;font-weight:700}.scanner-page .mode-tag{font-size:9px;padding:2px 6px;background:#1a1a1a;border:1px solid #2d2d2d;border-radius:4px;color:#888;font-weight:700}.scanner-page .tag-clean{background:#222;color:#ccc}.scanner-page .valid-tag{font-size:9px;padding:2px 6px;border-radius:4px;font-weight:700;background:#ff44441f;color:#ff6b6b;border:1px solid rgba(255,68,68,.25)}.scanner-page .valid-tag.ok{background:#00ff881a;color:#0f8;border-color:#00ff8840}.scanner-page .del-btn{background:none;border:none;color:#333;cursor:pointer;font-size:13px;transition:color .15s;flex-shrink:0}.scanner-page .del-btn:hover{color:#f44}.scanner-page .fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.scanner-page .f-box{background:#141414;padding:7px 10px;border-radius:6px;border:1px solid #1e1e1e}.scanner-page .f-box label{font-size:8px;color:#777;text-transform:uppercase;display:block;margin-bottom:2px}.scanner-page .f-box .val{font-size:11px;color:#eee;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scanner-page .f-box .val.empty{color:#444;font-style:italic}.scanner-page .span2{grid-column:span 2}.scanner-page .no-data{padding:30px;text-align:center;color:#333}.scanner-page .pagination-row{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 12px;border-top:1px solid #1a1a1a}.scanner-page .page-btn{background:#111;border:1px solid #2a2a2a;color:#888;border-radius:6px;padding:5px 14px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s}.scanner-page .page-btn:hover:not(:disabled){border-color:#0f8;color:#0f8}.scanner-page .page-btn:disabled{opacity:.3;cursor:not-allowed}.scanner-page .page-info{font-size:12px;color:#555}.scanner-page .page-loader{position:fixed;inset:0;z-index:9999;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-family:Inter,-apple-system,sans-serif}.scanner-page .page-loader-text{font-size:13px;color:#555}.scanner-page .loading-dots{display:flex;gap:6px}.scanner-page .loading-dots span{width:6px;height:6px;background:#0f8;border-radius:50%;animation:sp-dot-bounce 1.2s ease-in-out infinite;opacity:.3}.scanner-page .loading-dots span:nth-child(2){animation-delay:.2s}.scanner-page .loading-dots span:nth-child(3){animation-delay:.4s}.scanner-page .emp-list{display:flex;flex-direction:column;gap:4px;padding:4px}.scanner-page .emp-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .15s;border:1px solid transparent}.scanner-page .emp-item:hover{background:#111;border-color:#222}.scanner-page .emp-current{background:#0c1a12;border-color:#0f83!important;cursor:default}.scanner-page .emp-avatar{width:36px;height:36px;border-radius:50%;background:#222;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.scanner-page .emp-info{flex:1;min-width:0}.scanner-page .emp-name{font-size:13px;font-weight:600;color:#fff}.scanner-page .emp-current-badge{font-size:9px;color:#0f8;text-transform:uppercase;margin-top:2px}@keyframes sp-dot-bounce{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@media (max-width:400px){.scanner-page .stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){app-scanner-page{height:100dvh!important;overflow:hidden!important;display:block!important}.scanner-page{height:100dvh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.scanner-page .page-hero{flex:0 0 auto!important}.scanner-page .page-body,.scanner-page .scanner-card-shell{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.scanner-page .tabs-bar{flex:0 0 auto!important}.scanner-page .main,.scanner-page .panel{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.scanner-page .mode-row{flex:0 0 auto!important}.scanner-page .zebra-wrapper{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.scanner-page .device-header-row{flex:0 0 auto!important}.scanner-page .zebra-scan-card{position:relative!important;flex:0 0 auto!important;height:auto!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;padding:clamp(16px,4vh,22px) 16px!important;gap:clamp(10px,2.5vh,18px)!important;margin:0 12px clamp(8px,2.2vh,16px)!important}.scanner-page .zbr-title{font-size:clamp(18px,3.5vh,22px)!important;font-weight:800!important;margin-top:2px!important}.scanner-page .zbr-icon{padding:0!important}.scanner-page .zbr-icon svg{height:clamp(50px,8.5vh,60px)!important;width:auto!important}.scanner-page .zbr-sub{font-size:clamp(14px,2.5vh,16px)!important;max-width:280px!important;margin:0 auto!important}.scanner-page .zbr-ready{font-size:clamp(13px,2.5vh,15px)!important}.scanner-page .history-panel{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;display:flex!important;flex-direction:column!important}.scanner-page .history-panel .stats-row{flex:0 0 auto!important}.scanner-page .history-panel .list-box{flex:0 0 auto!important;overflow:visible!important;display:flex!important;flex-direction:column!important}.scanner-page .history-panel .scroll-list{flex:0 0 auto!important;overflow:visible!important}.scanner-page .modal-overlay{display:flex!important;align-items:center!important;justify-content:center!important;padding:8px!important;overflow-y:hidden!important}.scanner-page .modal-card{max-height:calc(100dvh - 16px)!important;height:auto!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.scanner-page .modal-head{flex-shrink:0!important;padding:clamp(8px,1.8vh,12px) 14px!important}.scanner-page .modal-head h3{font-size:clamp(12px,2.2vh,14px)!important}.scanner-page .modal-body{flex:1 1 auto!important;overflow-y:auto!important;padding:clamp(8px,2vh,12px)!important}.scanner-page .modal-foot{flex-shrink:0!important;padding:clamp(6px,1.5vh,10px) 12px!important}.scanner-page .popup-grid{gap:clamp(4px,1.2vh,8px)!important}.scanner-page .popup-grid .form-group label{font-size:clamp(7px,1.4vh,9px)!important}.scanner-page .popup-grid .edit-input{padding:clamp(4px,1.2vh,10px) 8px!important;font-size:clamp(13px,2.2vh,16px)!important}.scanner-page .valid-strip{margin-top:clamp(4px,1.2vh,10px)!important;padding:clamp(4px,1vh,8px)!important;font-size:clamp(9px,1.8vh,11px)!important}.scanner-page .btn-primary,.scanner-page .btn-secondary{padding:clamp(6px,1.5vh,10px) 12px!important;font-size:clamp(11px,1.8vh,13px)!important}}@media (max-width: 767px) and (max-height: 550px){.scanner-page .zbr-icon{display:block!important}.scanner-page .zbr-icon svg{height:clamp(50px,7vh,50px)!important;width:auto!important}.scanner-page .zebra-scan-card{gap:clamp(10px,2vh,14px)!important;padding:clamp(12px,3vh,18px) 16px!important}.scanner-page .clock-card-hero{padding:8px 12px 6px!important;margin:4px 12px!important}.scanner-page .clock-card-time{font-size:24px!important}.scanner-page .clock-card-date{font-size:13px!important}.scanner-page .clock-card-tz{display:none!important}.scanner-page .mode-row{padding:8px 12px!important}.scanner-page .mode-btn{padding:8px 10px!important;min-height:40px!important;font-size:14px!important}}.scanner-page .zebra-scan-card{position:relative!important}.scanner-page .zbr-help-toggle-btn{position:absolute!important;top:10px!important;right:10px!important;width:24px!important;height:24px!important;border-radius:50%!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#a0aec0!important;font-size:14px!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0!important;transition:all .2s ease!important;z-index:10!important}.scanner-page .zbr-help-toggle-btn:hover{background:#fff3!important;color:#fff!important;border-color:#fff6!important}.scanner-page .zbr-card-main-content{display:flex!important;flex-direction:column!important;align-items:center!important;gap:inherit!important;width:100%!important;transition:filter .25s ease,opacity .25s ease!important}.scanner-page .zbr-blurred{filter:blur(5px)!important;opacity:.25!important;pointer-events:none!important}.scanner-page .zbr-help-overlay{position:absolute!important;inset:0!important;background:#00000073!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:20!important;transition:opacity .2s ease!important}.scanner-page .zbr-help-content-card{position:relative!important;width:85%!important;max-width:250px!important;background:#1e293bf5!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:12px!important;padding:18px 16px 14px!important;box-shadow:0 8px 32px #0000005e!important;text-align:left!important;animation:scaleInHelp .2s cubic-bezier(.16,1,.3,1)!important}@keyframes scaleInHelp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.scanner-page .zbr-help-close{position:absolute!important;top:8px!important;right:8px!important;background:transparent!important;border:none!important;color:#a0aec0!important;font-size:14px!important;cursor:pointer!important;padding:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:color .15s ease!important}.scanner-page .zbr-help-close:hover{color:#fff!important}.scanner-page .zbr-help-body{display:flex!important;flex-direction:column!important;gap:6px!important}.scanner-page .zbr-help-question{font-size:14px!important;font-weight:700!important;color:#0f8!important;margin-bottom:2px!important;display:block!important}.scanner-page .zbr-help-answer{font-size:12px!important;color:#cbd5e0!important;line-height:1.5!important;margin:0!important}.scanner-page .zbr-manual-test-zone{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;margin-top:10px!important;padding:0 4px!important;flex:0 0 auto!important;transition:filter .25s ease,opacity .25s ease!important}.scanner-page .zbr-manual-input{flex:1!important;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:6px!important;padding:6px 10px!important;color:#fff!important;font-size:12px!important;outline:none!important;transition:all .2s ease!important}.scanner-page .zbr-manual-input:focus{border-color:#0f8!important;background:#ffffff14!important;box-shadow:0 0 0 2px #0f83!important}.scanner-page .zbr-manual-submit-btn{background:#0f8!important;color:#1a202c!important;font-size:12px!important;font-weight:700!important;border:none!important;border-radius:6px!important;padding:6px 14px!important;cursor:pointer!important;transition:all .15s ease!important}.scanner-page .zbr-manual-submit-btn:hover{background:#00e077!important;transform:translateY(-1px)!important}.scanner-page .zbr-manual-submit-btn:active{transform:translateY(0)!important}
