*{box-sizing:border-box}body{color:#1a1d23;background:#f4f5f7;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button{font-family:inherit}.centered-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.card{background:#fff;border:1px solid #e2e4e9;border-radius:10px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 2px #00000008}.login-card{flex-direction:column;gap:.9rem;width:100%;max-width:360px;display:flex}.login-card h1{margin:0;font-size:1.3rem}.subtitle{color:#6b7280;margin:0 0 .5rem;font-size:.9rem}label{color:#374151;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;display:flex}input,select{border:1px solid #d1d5db;border-radius:6px;padding:.5rem .6rem;font-family:inherit;font-size:.95rem}button{color:#fff;cursor:pointer;background:#1a1d23;border:1px solid #1a1d23;border-radius:6px;padding:.55rem 1rem;font-weight:600}button:disabled{opacity:.5;cursor:default}.link-button{color:#374151;background:0 0;border:none;padding:0;font-weight:500;text-decoration:underline}.error-banner{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;padding:.5rem .7rem;font-size:.85rem}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{background:#fff;border-bottom:1px solid #e2e4e9;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.app-header-left,.app-header-right{align-items:center;gap:.9rem;display:flex}.app-title{font-weight:700}.company-switcher{min-width:200px}.current-user{color:#6b7280;font-size:.9rem}.app-body{flex:1;display:flex}.app-nav{background:#fff;border-right:1px solid #e2e4e9;flex-direction:column;width:230px;padding:1rem 0;display:flex}.app-nav a{color:#374151;padding:.6rem 1.25rem;font-size:.9rem;text-decoration:none}.app-nav a.active{background:#f0f1f4;border-right:3px solid #1a1d23;font-weight:600}.app-content{flex:1;max-width:900px;padding:1.75rem 2rem}.empty-state,.access-denied{text-align:center;color:#374151;background:#fff;border:1px dashed #d1d5db;border-radius:10px;padding:2rem}.muted{color:#6b7280;font-size:.9rem}.pill-list{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.pill{color:#3730a3;background:#eef2ff;border-radius:999px;padding:.25rem .6rem;font-family:monospace;font-size:.8rem}.module-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.module-card{border:1px solid #e2e4e9;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.module-card-header{justify-content:space-between;align-items:center;display:flex}.status-badge{text-transform:uppercase;border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.status-active,.status-trial,.status-grace{color:#166534;background:#dcfce7}.status-suspended,.status-expired,.status-cancelled,.status-pending,.status-none{color:#991b1b;background:#fee2e2}.ping-result{margin:0;font-family:monospace;font-size:.8rem}.server-time{color:#9ca3af;font-size:.75rem}.company-select-label{margin-bottom:1rem;display:inline-flex}.entitlement-table{border-collapse:collapse;background:#fff;width:100%}.entitlement-table th,.entitlement-table td{text-align:left;border-bottom:1px solid #eee;padding:.6rem .8rem;font-size:.9rem}.sub-nav{border-bottom:1px solid #e2e4e9;gap:1.25rem;margin-bottom:1.25rem;padding-bottom:.5rem;display:flex}.sub-nav a{color:#6b7280;padding-bottom:.5rem;font-size:.9rem;font-weight:600;text-decoration:none}.sub-nav a.active{color:#1a1d23;border-bottom:2px solid #1a1d23}.toolbar{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.voucher-form-header{gap:1.5rem;margin-bottom:1rem;display:flex}.voucher-totals{gap:1.5rem;margin:1rem 0;font-size:.9rem;font-weight:600;display:flex}.balance-ok{color:#166534}.balance-bad{color:#991b1b}.card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.amount{margin:.25rem 0;font-size:1.4rem;font-weight:700}.badge{color:#3730a3;background:#eef2ff;border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-danger{color:#991b1b;background:#fef2f2}.badge-ok{color:#166534;background:#ecfdf5}.mobile-shell{color:#f8fafc;background:#0f172a;flex-direction:column;min-height:100vh;display:flex}.mobile-header{background:#1e293b;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;display:flex}.mobile-header button{color:#f8fafc;background:0 0;border:1px solid #475569;border-radius:6px;padding:.3rem .7rem}.mobile-body{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex}.mobile-scan-input{color:#f8fafc;background:#1e293b;border:2px solid #475569;border-radius:12px;width:100%;padding:1rem;font-size:1.3rem}.mobile-big-button{color:#fff;background:#2563eb;border:none;border-radius:14px;width:100%;padding:1.4rem;font-size:1.2rem;font-weight:700}.mobile-action-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.mobile-action-button{color:#f8fafc;background:#1e293b;border:2px solid #334155;border-radius:14px;padding:1.3rem .5rem;font-size:1.05rem;font-weight:700}.mobile-action-button:active{background:#334155}.mobile-field{flex-direction:column;gap:.35rem;font-size:.95rem;display:flex}.mobile-field input,.mobile-field select{color:#f8fafc;background:#1e293b;border:2px solid #475569;border-radius:10px;padding:.8rem;font-size:1.1rem}.mobile-item-banner{background:#1e293b;border:2px solid #334155;border-radius:12px;padding:1rem}.mobile-toast-error{background:#7f1d1d;border-radius:10px;padding:.8rem 1rem;font-size:.95rem}.mobile-toast-ok{background:#14532d;border-radius:10px;padding:.8rem 1rem;font-size:.95rem}.mobile-back-link{color:#93c5fd;text-align:left;background:0 0;border:none;padding:0;font-size:1rem}
