body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.login-container{background-color:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 6px #0000001a}.login-form h2{text-align:center;color:#333;margin-bottom:1.5rem}.form-group label{color:#555;margin-bottom:.5rem;font-weight:500;display:block}.form-group input{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.form-group input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}.btn{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .2s;display:inline-block}.btn:hover{background-color:#0056b3}.btn-block{width:100%;display:block}.btn-danger{background-color:#dc3545}.btn-danger:hover{background-color:#c82333}.btn-success{background-color:#28a745}.btn-success:hover{background-color:#218838}.alert{border:1px solid #0000;border-radius:4px;margin-bottom:1rem;padding:.75rem 1.25rem}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.dashboard{min-height:100vh;display:flex}.sidebar{color:#fff;background-color:#343a40;width:250px;padding:1rem}.sidebar ul{padding:0;list-style:none}.sidebar li{margin-bottom:.5rem}.sidebar a{color:#fff;border-radius:4px;padding:.5rem;text-decoration:none;transition:background-color .2s;display:block}.sidebar a:hover,.sidebar a.active{background-color:#495057}.main-content{background-color:#f5f5f5;flex:1;padding:2rem}.header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.table-container{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}table{border-collapse:collapse;width:100%}table th,table td{text-align:left;border-bottom:1px solid #ddd;padding:.75rem}table th{background-color:#f8f9fa;font-weight:600}table tr:hover{background-color:#f8f9fa}.modal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-title{margin:0}.close{cursor:pointer;color:#888;background:0 0;border:none;font-size:1.5rem}.close:hover{color:#333}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.form-group select{background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.form-actions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.badge{text-transform:uppercase;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.badge-success{color:#155724;background-color:#d4edda}.badge-danger{color:#721c24;background-color:#f8d7da}.badge-warning{color:#856404;background-color:#fff3cd}.badge-info{color:#0c5460;background-color:#d1ecf1}.pagination{justify-content:center;margin-top:1.5rem;display:flex}.pagination button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;margin:0 .25rem;padding:.5rem .75rem}.pagination button.active{color:#fff;background-color:#007bff;border-color:#007bff}.pagination button:hover:not(.active){background-color:#f8f9fa}.pagination button:disabled{opacity:.5;cursor:not-allowed}@media (width<=1200px){.login-form{max-width:380px}.modal-content{max-width:450px}}@media (width<=992px){.main-content{padding:1.5rem}.table-container{padding:1rem}.header{flex-direction:column;align-items:stretch;gap:1rem}.table-container>div:first-child{flex-direction:column;align-items:stretch}}@media (width<=768px){body{font-size:14px}.main-content{padding:1rem}.table-container{border-radius:0;padding:.75rem}.login-form,.modal-content{border-radius:8px;margin:1rem;padding:1.5rem}.form-row{flex-direction:column;gap:0}.header{margin-bottom:1rem;padding-bottom:.75rem}table{font-size:.8rem}table th,table td{padding:.5rem .4rem}.btn{padding:.5rem 1rem;font-size:.8rem}.badge{padding:.2rem .4rem;font-size:.7rem}}@media (width<=576px){body{font-size:13px}.main-content{padding:.5rem}.table-container{padding:.5rem;overflow-x:auto}table{min-width:600px;font-size:.75rem}table th,table td{padding:.4rem .3rem}.login-form{padding:1rem}.modal-content{border-radius:0;padding:1rem}.modal-header{text-align:center;flex-direction:column;gap:.5rem}.form-actions{flex-direction:column;gap:.5rem}.form-actions .btn{width:100%}.pagination{flex-wrap:wrap;gap:.25rem}.pagination button{padding:.4rem .6rem;font-size:.75rem}}@media (width<=400px){body{font-size:12px}.login-form{margin:.5rem;padding:.75rem}.modal-content{margin:.25rem;padding:.75rem}.table-container{padding:.25rem}table{min-width:500px;font-size:.7rem}table th,table td{padding:.3rem .2rem}.btn{padding:.4rem .8rem;font-size:.75rem}.badge{padding:.15rem .3rem;font-size:.6rem}.form-group label{font-size:.85rem}.form-group input,.form-group select{padding:.5rem;font-size:.85rem}}@media (hover:none) and (pointer:coarse){.btn{min-width:44px;min-height:44px}.form-group input,.form-group select{min-height:44px}.pagination button{min-width:44px;min-height:44px}table tr:hover{background-color:#0000}.btn:hover{background-color:inherit}}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){.badge,.btn{-webkit-font-smoothing:antialiased}}@media (height<=500px) and (orientation:landscape){.modal-content{max-height:90vh;overflow-y:auto}.login-form{max-height:90vh;margin:.5rem auto;overflow-y:auto}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@media print{.navbar,.sidebar,.btn,.modal,.pagination,.form-actions{display:none!important}.main-content{margin-top:0!important;padding:0!important}.table-container{box-shadow:none!important;border:none!important}table{border:1px solid #000!important}table th,table td,.badge{color:#000!important;border:1px solid #000!important}}.main-content{max-width:100%;margin:0;padding:1rem;overflow-x:hidden}@media (width<=768px){.navbar{flex-wrap:wrap;padding:.75rem 1rem!important}.navbar .nav-menu{gap:1rem!important}.navbar .nav-menu li{font-size:.8rem!important}.dropdown-menu{min-width:120px!important}}.login-container{width:100%!important;max-width:100%!important;margin:0!important;padding:1.5rem!important}@media (width<=480px){.login-container{padding:1rem!important}.login-container h2{font-size:1.5rem!important}.login-container .form-group{margin-bottom:1rem!important}.login-container input,.login-container select{padding:.75rem!important;font-size:.9rem!important}.login-container button{padding:.875rem!important;font-size:.9rem!important}}.table-container{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:800px}@media (width<=1024px){table{font-size:.85rem}th,td{padding:.5rem!important}}@media (width<=768px){table{min-width:600px;font-size:.75rem}th,td{padding:.4rem!important}.table-container h2{font-size:1.25rem!important}}@media (width<=480px){table{min-width:500px;font-size:.7rem}th,td{padding:.3rem!important}.badge{padding:.2rem .4rem!important;font-size:.6rem!important}.btn{padding:.3rem .6rem!important;font-size:.7rem!important}}.table-container .btn{margin:.2rem}@media (width<=768px){.table-container .btn{margin:.1rem;padding:.4rem .6rem;font-size:.8rem}}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:1rem 0;display:flex}@media (width<=480px){.pagination{gap:.25rem}.pagination button{margin:.1rem;padding:.4rem .6rem;font-size:.8rem}}.modal{padding:1rem!important}.modal-content{border-radius:0!important;width:100%!important;max-width:100%!important;max-height:100vh!important;margin:0!important;overflow-y:auto!important}@media (width>=768px){.modal-content{border-radius:8px!important;width:90%!important;max-width:90%!important;max-height:90vh!important;margin:0 auto!important}}@media (width>=1024px){.modal-content{width:600px!important;max-width:600px!important;margin:5vh auto!important}}.modal-header{flex-wrap:wrap!important;padding:1rem!important}@media (width<=480px){.modal-header{padding:.75rem!important}.modal-title{flex:1;font-size:1.25rem!important}.close{padding:.5rem!important;font-size:1.25rem!important}}.form-group{margin-bottom:1.25rem}.form-group label{margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.form-control{box-sizing:border-box;border:1px solid #ccc;border-radius:4px;width:100%;padding:8px;font-size:.9rem}@media (width<=768px){.form-group{margin-bottom:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group select{padding:.6rem;font-size:.9rem}}.form-actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.sph-page{padding-bottom:2rem}.sph-panel{min-width:0}.sph-request-row:last-child{border-bottom:none!important}@media (width<=1024px){.sph-content-grid{grid-template-columns:1fr!important}.sph-detail-panel{order:-1}}@media (width<=768px){.sph-page{padding:0 0 1.5rem}.sph-header{align-items:stretch!important}.sph-header>*,.sph-header button{width:100%}.sph-status-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem!important;display:grid!important}.sph-status-pills button{justify-content:center;width:100%}.sph-summary-grid,.sph-filter-grid,.sph-content-grid,.sph-detail-grid{grid-template-columns:1fr!important}.sph-filter-grid,.sph-panel{border-radius:14px!important}.sph-request-list{max-height:none!important}.sph-request-row-inner{flex-direction:column}.sph-row-actions{width:100%;justify-content:flex-start!important}.sph-row-actions button{flex:140px;min-height:40px}.sph-version-history button{flex:120px}.sph-modal-backdrop{align-items:flex-end!important;padding:.5rem!important}.sph-modal-content{border-radius:18px 18px 0 0!important;width:100%!important;max-height:92vh!important;padding:1rem!important}.sph-modal-header,.sph-modal-actions{flex-direction:column;align-items:stretch!important}.sph-modal-actions button,.sph-modal-header button{width:100%}}@media (width<=480px){.sph-status-pills{grid-template-columns:1fr}.sph-summary-grid button{padding:.9rem!important}.sph-summary-grid button div:nth-child(2){font-size:1.3rem!important}.sph-filter-grid,.sph-request-row{padding:.85rem!important}.sph-row-actions button{flex-basis:100%}.form-actions{gap:.5rem}.form-actions button{flex:1;min-width:120px}}.alert{border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}@media (width<=480px){.alert{padding:.6rem .75rem;font-size:.85rem}}.badge{white-space:nowrap;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}@media (width<=768px){.badge{padding:.2rem .4rem;font-size:.7rem}}.table-container>div:first-child{flex-direction:column;align-items:stretch;gap:1rem}@media (width>=768px){.table-container>div:first-child{flex-direction:row;align-items:center}}.profile-section{padding:1rem}@media (width<=768px){.profile-section h2{font-size:1.5rem!important}.profile-section table{font-size:.85rem!important}}@media (width<=480px){.profile-section table{font-size:.8rem!important}.profile-section th,.profile-section td{padding:.5rem!important}}.alert-success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.alert-danger{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}@media (width<=480px){.table-container td:last-child{flex-direction:column;align-items:stretch;gap:.25rem;display:flex}.table-container td:last-child .btn{width:100%;margin:0;padding:.5rem;font-size:.7rem}}@media (width<=320px){.navbar{flex-direction:column;gap:1rem}.navbar .nav-menu{flex-direction:column;width:100%;gap:.5rem!important}.dropdown-menu{border-radius:8px 8px 0 0;position:fixed;inset:auto 0 0}}@media (width<=768px) and (orientation:landscape){.modal-content{max-height:95vh!important}.navbar{padding:.5rem 1rem!important}}@media (hover:none) and (pointer:coarse){.btn{min-width:44px;min-height:44px}.form-group input,.form-group select{min-height:44px}.nav-menu li>div{align-items:center;min-height:44px;display:flex}}@media print{.navbar,.btn,.modal,.pagination{display:none!important}.main-content{margin-top:0!important;padding:0!important}table,th,td{border:1px solid #000!important}}.spare-parts-table-desktop{width:100%;display:block}.spare-parts-cards-mobile{display:none!important}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (width<=767px){.spare-parts-table-desktop{display:none!important}.spare-parts-cards-mobile{display:block!important}.dashboard-grid{grid-template-columns:1fr}}.mobile-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;padding:1rem;box-shadow:0 2px 4px #0000000d}.mobile-card-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.mobile-card-title{color:#333;font-size:1rem;font-weight:600}.mobile-card-row{justify-content:space-between;margin-bottom:.4rem;display:flex}.mobile-card-label{color:#666;font-size:.85rem;font-weight:500}.mobile-card-value{color:#333;text-align:right;word-wrap:break-word;max-width:60%;font-size:.9rem}.mobile-card-actions{border-top:1px solid #f0f0f0;justify-content:flex-end;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.navbar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.nav-menu{gap:2rem!important}.nav-menu li,.nav-menu li a,.nav-menu li button{position:relative}.nav-menu li a:after,.nav-menu li button:after{content:"";background-color:#007bff;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav-menu li a:hover:after{width:100%}.nav-dropdown{-webkit-user-select:none;user-select:none}.nav-dropdown>div{transition:all .3s}.nav-dropdown:hover>div{color:#007bff!important}.dropdown-menu{opacity:0;transition:all .3s;animation:.3s forwards slideDown;transform:translateY(-10px)}.dropdown-menu li{margin:0}.dropdown-menu li a,.dropdown-menu li button{border-radius:0;margin:0}@media (width<=768px){.navbar{padding:1rem}.desktop-menu{display:none!important}.mobile-menu-btn{display:block!important}.nav-menu{font-size:.8rem;gap:1rem!important}.nav-menu li a,.nav-menu li button{font-size:.8rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.mobile-menu-overlay{animation:.3s ease-out slideIn}.qr-manager{--ink:#1f2937;--muted:#6b7280;--line:#e5e7eb;--cream:#f9fafb;--teal:#17a2b8;--orange:#28a745;width:min(1480px,100%);color:var(--ink);margin:0 auto;padding:0}.qr-hero{border:1px solid var(--line);color:var(--ink);background:linear-gradient(135deg,#fff7ed 0%,#fff 58%);border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 8px 24px #0f172a0f}.qr-hero h1{color:#1f2937;margin:0;font-size:1.6rem}.qr-hero-stat{text-align:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;min-width:150px;padding:.7rem 1rem}.qr-hero-stat strong,.qr-hero-stat span,.qr-hero-stat small{display:block}.qr-hero-stat strong{color:#b45309;font-size:1.4rem}.qr-hero-stat span{color:#7c2d12;font-weight:700}.qr-hero-stat small{color:#9a3412;margin-top:.2rem}.qr-tabs{border:1px solid var(--line);background:#fff;border-radius:10px;gap:.4rem;width:fit-content;margin:1rem 0;padding:.35rem;display:flex;box-shadow:0 4px 12px #0f172a0a}.qr-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:.65rem 1rem;font-weight:700}.qr-tabs button.active{color:#fff;background:#007bff}.qr-panel{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:1rem;padding:1rem;box-shadow:0 8px 24px #0f172a0f}.qr-section-title,.qr-list-header,.qr-action-bar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.qr-section-title h2{margin:0;font-size:1.15rem}.qr-section-title p{color:var(--muted);margin:.25rem 0 0;font-size:.9rem}.qr-message{border-radius:12px;margin:0 0 1rem;padding:.9rem 1rem;font-weight:700}.qr-message.error{color:#9b2c2c;background:#fff0ed;border:1px solid #fac9c1}.qr-message.success{color:#176b55;background:#eaf8f1;border:1px solid #b9e5d0}.qr-filters{grid-template-columns:repeat(4,minmax(160px,1fr));gap:.8rem;margin-top:1.1rem;display:grid}.qr-filters label,.qr-paste-box label{gap:.38rem;display:grid}.qr-filters label span,.qr-paste-box label span{color:var(--muted);font-size:.78rem;font-weight:800}.qr-filters .wide{grid-column:span 2}.qr-filters input,.qr-filters select,.qr-paste-box textarea{width:100%;color:var(--ink);font:inherit;box-sizing:border-box;background:#fbfdfe;border:1px solid #cbd7df;border-radius:10px;padding:.72rem .78rem}.qr-filters input:focus,.qr-filters select:focus,.qr-paste-box textarea:focus{border-color:#007bff;outline:3px solid #007bff1f}.qr-filter-actions{align-items:end;gap:.5rem;display:flex}.qr-paste-box{background:var(--cream);border-radius:14px;grid-template-columns:1fr auto;align-items:end;gap:.8rem;margin-top:1rem;padding:1rem;display:grid}.qr-paste-box textarea{resize:vertical;background:#fff;min-height:76px}.qr-button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;padding:.65rem .9rem;font-weight:700}.qr-button:disabled{opacity:.45;cursor:not-allowed}.qr-button.primary{color:#fff;background:#007bff}.qr-button.secondary{background:var(--teal);color:#fff}.qr-button.accent{background:var(--orange);color:#fff}.qr-button.ghost{color:var(--ink);background:#fff;border-color:#cbd7df}.qr-list-header{color:var(--muted);margin-bottom:.8rem;font-size:.86rem}.qr-select-all{color:var(--ink);align-items:center;gap:.45rem;font-weight:800;display:flex}.qr-desktop-table{overflow-x:auto}.qr-desktop-table table{min-width:900px}.qr-desktop-table th{color:#4b5563;text-align:left;text-transform:uppercase;letter-spacing:.04em;background:#f8f9fa;padding:.75rem;font-size:.76rem}.qr-desktop-table td{vertical-align:middle;border-bottom:1px solid #e7edf1;padding:.75rem}.qr-desktop-table tr.selected td{background:#eff6ff}.qr-desktop-table td small,.qr-asset-card small{color:var(--muted);margin-top:.18rem;display:block}.qr-status{border-radius:99px;width:fit-content;padding:.3rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.qr-status.not_created,.qr-status.prepared{color:#5f6e7a;background:#edf1f4}.qr-status.active{color:#176985;background:#e6f5fb}.qr-status.printed{color:#995d06;background:#fff2db}.qr-status.attached{color:#176b48;background:#e5f6ed}.qr-mobile-cards{display:none}.qr-empty{color:var(--muted);text-align:center;border:1px dashed #cbd7df;border-radius:14px;padding:2.5rem 1rem}.qr-pagination{color:var(--muted);justify-content:center;align-items:center;gap:.8rem;margin-top:1rem;font-size:.85rem;display:flex}.qr-action-bar{z-index:20;background:#fffffff5;border:1px solid #d1d5db;border-radius:12px;margin:1rem 0;padding:1rem;position:sticky;bottom:1rem;box-shadow:0 8px 24px #0f172a1f}.qr-action-bar div{gap:.2rem;display:grid}.qr-action-bar span{color:var(--muted);font-size:.82rem}.qr-history-grid{grid-template-columns:repeat(3,minmax(260px,1fr));gap:1rem;margin-top:1.1rem;display:grid}.qr-history-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:1rem}.qr-history-top,.qr-history-actions{justify-content:space-between;gap:.5rem;display:flex}.qr-action-type{color:#fff;background:#007bff;border-radius:6px;padding:.3rem .55rem;font-size:.72rem;font-weight:800}.qr-action-type.reprint{background:var(--teal)}.qr-history-card h3{margin:.9rem 0;font-size:1rem}.qr-history-card dl{gap:.45rem;margin:0 0 1rem;display:grid}.qr-history-card dl div{border-bottom:1px dashed #d9e2e8;justify-content:space-between;gap:1rem;padding-bottom:.35rem;display:flex}.qr-history-card dt{color:var(--muted)}.qr-history-card dd{text-align:right;margin:0;font-weight:700}@media (width<=980px){.qr-filters{grid-template-columns:repeat(2,minmax(150px,1fr))}.qr-history-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}}@media (width<=700px){.dashboard-main{padding:.65rem!important}.qr-manager{padding:0}.qr-hero{border-radius:14px;flex-direction:column;align-items:stretch;padding:.9rem}.qr-hero h1{font-size:1.35rem}.qr-hero-stat{text-align:left;grid-template-columns:auto 1fr;align-items:center;gap:0 .35rem;padding:.75rem .9rem;display:grid}.qr-hero-stat strong{font-size:1.45rem}.qr-hero-stat small{grid-column:1/-1}.qr-tabs{width:100%;overflow-x:auto}.qr-tabs button{flex:1;padding:.7rem .6rem;font-size:.8rem}.qr-panel{border-radius:14px;padding:.9rem}.qr-section-title{flex-direction:column;align-items:stretch}.qr-section-title>.qr-button{width:100%}.qr-filters{grid-template-columns:1fr}.qr-filters .wide{grid-column:auto}.qr-filter-actions{align-items:stretch}.qr-filter-actions .qr-button{flex:1}.qr-paste-box{grid-template-columns:1fr}.qr-desktop-table{display:none}.qr-mobile-cards{gap:.65rem;display:grid}.qr-asset-card{border:1px solid var(--line);width:100%;color:var(--ink);text-align:left;background:#fff;border-radius:14px;gap:.55rem;padding:.9rem .9rem .9rem 2.6rem;display:grid;position:relative}.qr-asset-card.selected{background:#eff6ff;border-color:#007bff;box-shadow:0 0 0 2px #007bff14}.qr-card-check{position:absolute;top:1rem;left:.85rem}.qr-list-header{align-items:flex-start}.qr-action-bar{flex-direction:column;align-items:stretch;bottom:.5rem}.qr-action-bar .qr-button{width:100%}.qr-history-grid{grid-template-columns:1fr}.qr-pagination{justify-content:space-between}.qr-pagination .qr-button{padding:.6rem}}.system-health-page{--health-ink:#182229;--health-muted:#66727a;--health-line:#dce3e6;--health-paper:#fff;--health-green:#16734a;--health-amber:#b96b11;--health-red:#b6372f;max-width:1240px;color:var(--health-ink);margin:0 auto;font-family:Avenir Next,Trebuchet MS,sans-serif}.system-health-hero{background:linear-gradient(118deg,#fffffff5 0 58%,#e4eeebdb),repeating-linear-gradient(45deg,#0000 0 13px,#1822290a 13px 14px);border:1px solid #cfdadd;border-radius:22px;justify-content:space-between;gap:2rem;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #1b2f3714}.system-health-hero:after{content:"";border:34px solid #16734a24;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-125px;right:-70px}.system-health-hero.warning:after{border-color:#b96b1129}.system-health-hero.critical:after{border-color:#b6372f29}.system-health-eyebrow{color:var(--health-green);letter-spacing:.16em;margin-bottom:.55rem;font-size:.72rem;font-weight:800;display:block}.system-health-hero h1{letter-spacing:-.04em;margin:0;font-size:clamp(1.7rem,4vw,2.65rem);line-height:1.08}.system-health-hero p{color:var(--health-muted);margin:.7rem 0 0;font-size:1rem}.system-health-hero-actions{z-index:1;flex-direction:column;justify-content:space-between;align-items:flex-end;min-width:180px;display:flex;position:relative}.system-health-hero-actions button{color:#fff;font:inherit;cursor:pointer;background:#20323a;border:1px solid #20323a;border-radius:10px;padding:.72rem 1rem;font-weight:700}.system-health-hero-actions button:disabled{cursor:wait;opacity:.65}.system-health-status{white-space:nowrap;border-radius:999px;align-items:center;width:fit-content;padding:.35rem .65rem;font-size:.76rem;font-weight:800;display:inline-flex}.system-health-status.healthy{color:#12633f;background:#dff4e9}.system-health-status.warning{color:#91520a;background:#fff0d5}.system-health-status.critical{color:#a52b25;background:#fde5e2}.system-health-status.unknown{color:#57636a;background:#e9eef0}.system-health-check-time{color:var(--health-muted);margin:1.15rem 0;font-size:.86rem}.system-health-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.system-health-card{border:1px solid var(--health-line);background:var(--health-paper);border-top:4px solid #859299;border-radius:16px;min-width:0;padding:1.25rem;box-shadow:0 8px 26px #1f30380e}.system-health-card.healthy{border-top-color:var(--health-green)}.system-health-card.warning{border-top-color:var(--health-amber)}.system-health-card.critical{border-top-color:var(--health-red)}.system-health-card-heading,.system-health-card-identity{align-items:flex-start;display:flex}.system-health-card-heading{justify-content:space-between;gap:1rem;margin-bottom:1rem}.system-health-card-identity{gap:.75rem;min-width:0}.system-health-code{color:#25433d;letter-spacing:.04em;background:#edf2f1;border-radius:10px;flex:0 0 42px;place-items:center;height:42px;font-family:Courier New,monospace;font-size:.7rem;font-weight:900;display:grid}.system-health-card h2{margin:0;font-size:1rem}.system-health-card p{color:var(--health-muted);margin:.25rem 0 0;font-size:.8rem}.system-health-details{border-top:1px solid #edf1f2;gap:.55rem;padding-top:.85rem;display:grid}.system-health-detail{justify-content:space-between;gap:1rem;font-size:.86rem;display:flex}.system-health-detail span{color:var(--health-muted)}.system-health-detail strong{text-align:right;overflow-wrap:anywhere;max-width:62%}.system-health-meter{background:#e9edef;border-radius:999px;height:8px;margin-bottom:.3rem;overflow:hidden}.system-health-meter span{border-radius:inherit;background:linear-gradient(90deg,#278d61,#e4a038 76%,#c74338);height:100%;display:block}.system-health-note,.system-health-error,.system-health-loading{border-radius:12px;margin-top:1rem;padding:1rem 1.1rem;font-size:.88rem}.system-health-note{color:#50615d;background:#f7faf9;border:1px solid #d8e2df}.system-health-error{color:#972d27;background:#fff1ef;border:1px solid #efb7b2}.system-health-loading{min-height:180px;color:var(--health-muted);background:#fff;place-items:center;display:grid}@media (width<=720px){.system-health-hero{border-radius:16px;flex-direction:column;padding:1.35rem}.system-health-hero-actions{flex-direction:row;align-items:center;width:100%;min-width:0}.system-health-grid{grid-template-columns:1fr}.system-health-card{padding:1rem}.system-health-card-heading,.system-health-card-identity{align-items:center}.system-health-card-heading>.system-health-status{align-self:flex-start}}@media (width<=430px){.system-health-card-heading{align-items:flex-start}.system-health-code{flex-basis:36px;height:36px}.system-health-detail{font-size:.82rem}.system-health-status{font-size:.7rem}}
