*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;background:#f8fafc;color:#1e293b;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit}input,select,textarea{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;padding:2rem;max-width:1100px;margin:0 auto;width:100%}.nav{background:#1e293b;color:#f8fafc;padding:0 2rem;height:56px;display:flex;align-items:center;gap:2rem;position:sticky;top:0;z-index:100}.nav-brand{font-weight:700;font-size:16px;letter-spacing:-.02em;white-space:nowrap}.nav-links{display:flex;gap:.25rem;flex:1}.nav-link{padding:.375rem .75rem;border-radius:6px;color:#94a3b8;font-size:14px;transition:background .1s,color .1s}.nav-link:hover,.nav-link.active{background:#ffffff1a;color:#f8fafc}.nav-user{display:flex;align-items:center;gap:.75rem;margin-left:auto}.nav-email{color:#94a3b8;font-size:13px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem}.card+.card{margin-top:1rem}.btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:6px;font-size:14px;font-weight:500;border:1px solid transparent;transition:background .1s,opacity .1s;white-space:nowrap}.btn:disabled{opacity:.5;pointer-events:none}.btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#fff;color:#374151;border-color:#d1d5db}.btn-secondary:hover{background:#f9fafb}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn-danger:hover{background:#dc2626}.btn-ghost{background:transparent;color:#64748b;border-color:transparent}.btn-ghost:hover{background:#f1f5f9;color:#1e293b}.btn-sm{padding:.25rem .625rem;font-size:13px}.form-group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.form-label{font-size:13px;font-weight:500;color:#374151}.form-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#1e293b;outline:none;transition:border-color .1s;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.badge{display:inline-block;padding:.125rem .5rem;border-radius:99px;font-size:12px;font-weight:500}.badge-active{background:#dcfce7;color:#15803d}.badge-revoked{background:#fee2e2;color:#dc2626}.badge-expired{background:#fef9c3;color:#a16207}.badge-admin{background:#ede9fe;color:#7c3aed}.badge-issuer{background:#dbeafe;color:#1d4ed8}.badge-viewer{background:#f1f5f9;color:#475569}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}thead th{text-align:left;padding:.625rem 1rem;border-bottom:2px solid #e2e8f0;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}tbody td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:#f8fafc}.tabs{display:flex;gap:.25rem;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.tab{padding:.625rem 1.25rem;font-size:14px;font-weight:500;color:#64748b;border-radius:6px 6px 0 0;border:none;background:transparent;cursor:pointer;position:relative;transition:color .1s}.tab:hover{color:#1e293b}.tab.active{color:#3b82f6}.tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#3b82f6}.alert{padding:.75rem 1rem;border-radius:6px;font-size:14px;margin-bottom:1rem}.alert-error{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.alert-success{background:#dcfce7;color:#15803d;border:1px solid #86efac}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.page-title{font-size:20px;font-weight:700;color:#1e293b}.section-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:1rem}.text-muted{color:#64748b}.text-sm{font-size:13px}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.login-card{width:100%;max-width:380px;padding:2.5rem}.login-title{font-size:22px;font-weight:700;margin-bottom:.25rem}.login-sub{color:#64748b;font-size:14px;margin-bottom:2rem}.company-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.spinner{display:inline-block;width:20px;height:20px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-wrap{display:flex;justify-content:center;align-items:center;padding:3rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200}.modal{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-title{font-size:18px;font-weight:700;margin-bottom:1.5rem}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:13px;color:#64748b;margin-bottom:1rem}.breadcrumb a{color:#3b82f6}.breadcrumb-sep{color:#d1d5db}.pagination{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-top:1.5rem}
