*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--rh-lime:#cdde00;--rh-lime-hover:#b8c800;--rh-lime-muted:#cdde001f;--rh-lime-glow:#cdde0026;--rh-orange:#bc4700;--rh-teal:#14b8a6;--rh-red:#9f1239;--rh-deep:#020408;--surface-dim:#020617;--surface:#0b1221;--surface-container:#111d33;--surface-container-high:#1e293b;--surface-outline:#1e293b;--on-surface:#f8fafc;--on-surface-variant:#94a3b8;--on-surface-muted:#64748b;--color-success:#22c55e;--color-danger:#ef4444;--color-warning:#eab308;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--glass-bg:#111d3366;--glass-border:#ffffff14;--glass-border-top:#ffffff26;--glass-shadow:0 4px 30px #0000004d}html,body,#root{height:100%;overflow:hidden}body{background:var(--rh-deep);color:var(--on-surface);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}a{color:var(--rh-lime);text-decoration:none}.cosmic-bg{z-index:0;background:radial-gradient(ellipse at 50% 40%, #0f172a 0%, var(--rh-deep) 70%);position:fixed;inset:0;overflow:hidden}.cosmic-blob{filter:blur(120px);opacity:.25;border-radius:50%;animation:10s infinite blob;position:absolute}.cosmic-blob-1{background:var(--rh-lime);opacity:.08;width:500px;height:500px;top:-10%;left:10%}.cosmic-blob-2{opacity:.06;background:#3b82f6;width:400px;height:400px;animation-delay:-3s;top:-5%;right:5%}.cosmic-blob-3{opacity:.05;background:#8b5cf6;width:350px;height:350px;animation-delay:-6s;bottom:10%;left:50%}.cosmic-noise{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px;position:absolute;inset:0}.cosmic-vignette{background:radial-gradient(ellipse at center, transparent 40%, var(--rh-deep) 100%);position:absolute;inset:0}@keyframes blob{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.layout{z-index:1;flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.layout-body{flex:1;display:flex;overflow:hidden}.header{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);z-index:100;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 1.25rem;display:flex}.header-left{align-items:center;gap:0;display:flex}.header-right{align-items:center;gap:.75rem;display:flex}.user-email{color:var(--on-surface-variant);font-size:.75rem;font-weight:500}.header-logo{width:auto;height:20px;color:var(--on-surface)}.header-divider{background:var(--surface-outline);width:1px;height:20px;margin:0 .75rem}.header-title{color:var(--on-surface-variant);letter-spacing:.02em;font-size:.75rem;font-weight:500}.live-indicator{color:var(--on-surface-muted);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.375rem;margin-left:.75rem;font-size:.625rem;font-weight:700;display:inline-flex}.live-dot{background:var(--rh-lime);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #cdde0080}50%{opacity:.5;box-shadow:0 0 0 5px #cdde0000}}.env-banner{text-align:center;letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;padding:4px 0;font-size:.7rem;font-weight:600}.env-banner-dev{color:#93c5fd;background:#3b82f640;border-bottom:1px solid #3b82f64d}.env-banner-prod{color:#fca5a5;background:#ef444440;border-bottom:1px solid #ef44444d}.sidebar{border-right:1px solid var(--surface-outline);-webkit-backdrop-filter:blur(16px);background:#0b122199;flex-direction:column;flex-shrink:0;width:220px;padding:1rem 0;display:flex;overflow-y:auto}.sidebar-section{margin-bottom:1.25rem}.sidebar-section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-muted);margin-bottom:.375rem;padding:0 1.25rem;font-size:.5625rem;font-weight:700}.sidebar-item{width:100%;color:var(--on-surface-variant);text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:.625rem;padding:.5rem 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:flex}.sidebar-item:hover{color:var(--on-surface);background:#ffffff0a}.sidebar-item.active{color:var(--rh-lime);border-left-color:var(--rh-lime);background:#cdde000f}.sidebar-item svg{flex-shrink:0;width:16px;height:16px}.sidebar-footer{border-top:1px solid var(--surface-outline);margin-top:auto;padding:1rem 1.25rem}.sidebar-user-email{color:var(--on-surface-variant);word-break:break-all;margin-bottom:.625rem;font-size:.6875rem;font-weight:500}.sidebar-user-name{color:var(--on-surface);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-top-color:var(--glass-border-top);box-shadow:var(--glass-shadow)}.glass-lime{-webkit-backdrop-filter:blur(20px);box-shadow:0 0 40px var(--rh-lime-glow);background:linear-gradient(135deg,#cdde001a 0%,#111d331a 100%);border:1px solid #cdde004d}.main-content{flex-direction:column;flex:1;min-width:0;padding:1.5rem 2rem;display:flex;overflow-y:auto}.page-header{flex-shrink:0;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.page-title{letter-spacing:-.02em;font-size:1.5rem;font-weight:300}.page-subtitle{color:var(--on-surface-muted);margin-top:.25rem;font-size:.8125rem;font-weight:400}.btn{border:1px solid var(--surface-outline);border-radius:var(--radius-sm);background:var(--surface-container);color:var(--on-surface-variant);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:.375rem;padding:.375rem .75rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.btn:hover{background:var(--surface-container-high);color:var(--on-surface);border-color:#ffffff1f}.btn:disabled{opacity:.35;cursor:not-allowed}.btn-primary{background:var(--rh-lime);color:var(--rh-deep);border-color:var(--rh-lime);font-weight:700;box-shadow:0 0 20px #cdde0033}.btn-primary:hover{background:var(--rh-lime-hover);border-color:var(--rh-lime-hover);color:var(--rh-deep);box-shadow:0 0 30px #cdde004d}.btn-danger{color:#fb7185;background:#9f123926;border-color:#9f12394d}.btn-danger:hover{color:#fb7185;background:#9f123940;border-color:#9f123973}.btn-ghost{color:var(--on-surface-muted);background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--surface-container);color:var(--on-surface)}.btn-sm{padding:.25rem .5rem;font-size:.6875rem}.btn-xs{padding:.125rem .375rem;font-size:.625rem}.btn-eq{text-align:center;min-width:52px}.btn-teal{color:#2dd4bf;background:#0d948826;border-color:#0d94884d}.btn-teal:hover{color:#2dd4bf;background:#0d948840;border-color:#0d948873}.btn-warning{color:#facc15;background:#eab30826;border-color:#eab3084d}.btn-warning:hover{color:#facc15;background:#eab30840;border-color:#eab30873}.btn-success{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}.btn-success:hover{color:#4ade80;background:#22c55e40;border-color:#22c55e73}.stats-grid{flex-shrink:0;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:1.25rem;display:grid}.stat-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-md);text-align:center;color:var(--on-surface);padding:1rem;transition:all .2s}.stat-card:hover{border-color:#ffffff1f;transform:translateY(-1px)}.stat-value{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--rh-lime);font-size:1.75rem;font-weight:200;line-height:1.2}.stat-label{color:var(--on-surface-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-size:.625rem;font-weight:700}.table-wrapper{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);flex:1;min-height:0;overflow:auto}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;white-space:nowrap;border-bottom:1px solid #ffffff0a;padding:.5rem .75rem;font-size:.75rem}.table td{white-space:normal}.table th{color:var(--on-surface-muted);text-transform:uppercase;letter-spacing:.1em;z-index:10;background:#111d33;font-size:.625rem;font-weight:700;position:sticky;top:0}.table tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:#ffffff05}.table .empty{text-align:center;color:var(--on-surface-muted);padding:2rem;font-weight:500}.th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s}.th-sortable:hover{color:var(--on-surface-variant)}.sort-indicator{vertical-align:middle;color:var(--rh-lime);margin-left:.25rem;font-size:.5rem}.th-status-dot,.td-status-dot{width:1.5rem;padding-left:.5rem!important;padding-right:0!important}.status-dot{vertical-align:middle;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.table tbody tr.clickable{cursor:pointer}.table tbody tr.clickable:hover td{background:#cdde000a}.table-toolbar{flex-shrink:0;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.table-toolbar .input{width:260px}.table-toolbar-count{color:var(--on-surface-muted);font-size:.75rem}.actions{white-space:nowrap;text-align:right}.actions-inner{gap:.375rem;display:inline-flex}.actions-compact .actions-inner{gap:.25rem}.badge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;padding:.125rem .4375rem;font-size:.625rem;font-weight:700;display:inline-block}.badge-active{color:#4ade80;background:#22c55e1f}.badge-expired{color:#94a3b8;background:#64748b26}.badge-role{background:var(--rh-lime-muted);color:var(--rh-lime)}.badge-scope{color:#2dd4bf;background:#14b8a61f}.badge-group{color:#a78bfa;background:#8b5cf61f}.tile-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.app-tile{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);min-height:11rem;color:var(--on-surface);text-align:left;flex-direction:column;gap:.75rem;padding:1.25rem;transition:transform .18s,border-color .18s,background .18s;display:flex}.app-tile.clickable{cursor:pointer}.app-tile.clickable:hover{border-color:var(--rh-lime-glow);background:#111d338c;transform:translateY(-2px)}.app-tile-head{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.app-tile-icon{border-radius:var(--radius-md);background:var(--rh-lime-muted);width:2.5rem;height:2.5rem;color:var(--rh-lime);letter-spacing:.02em;text-transform:uppercase;flex-shrink:0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:700;display:flex}.app-tile-title{color:var(--on-surface);word-break:break-word;font-size:1.0625rem;font-weight:600;line-height:1.25}.app-tile-head-right{align-items:center;gap:.5rem;display:flex}.app-tile-link{border-radius:var(--radius-md);border:1px solid var(--glass-border);width:1.875rem;height:1.875rem;color:var(--on-surface-variant);cursor:pointer;background:#ffffff08;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.app-tile-link:hover{color:var(--rh-lime);border-color:var(--rh-lime-glow);background:var(--rh-lime-muted)}.app-tile-url{max-width:100%;color:var(--on-surface-variant);text-overflow:ellipsis;white-space:nowrap;margin-top:.125rem;font-size:.75rem;text-decoration:none;display:inline-block;overflow:hidden}a.app-tile-url:hover{color:var(--rh-lime);text-decoration:underline}.app-tile-url-empty{color:var(--on-surface-muted);font-style:italic}.app-tile-desc{color:var(--on-surface-variant);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.45;display:-webkit-box;overflow:hidden}.app-tile-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;display:flex}.badge-pending{color:#fbbf24;border-radius:var(--radius-sm);background:#f59e0b24;border:1px solid #f59e0b59;align-items:center;gap:.3125rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;display:inline-flex}.toast-stack{z-index:1000;flex-direction:column;gap:.5rem;max-width:min(360px,100vw - 2rem);display:flex;position:fixed;top:1rem;right:1rem}.toast{background:var(--surface-container);border:1px solid var(--glass-border);border-left:3px solid var(--rh-lime);border-radius:var(--radius-md);box-shadow:var(--glass-shadow);color:var(--on-surface);align-items:flex-start;gap:.625rem;padding:.75rem .875rem;font-size:.8125rem;line-height:1.4;animation:.22s toast-in;display:flex}.toast.toast-success{border-left-color:var(--color-success)}.toast.toast-info{border-left-color:var(--rh-lime)}.toast-dot{background:var(--color-success);border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-top:.3125rem}.toast-close{color:var(--on-surface-muted);cursor:pointer;background:0 0;border:none;padding:0 0 0 .25rem;font-size:1rem;line-height:1}.toast-close:hover{color:var(--on-surface)}@keyframes toast-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.policy-grid{flex-wrap:wrap;gap:.375rem;display:flex}.policy-badge{border-radius:var(--radius-sm);align-items:center;font-family:monospace;font-size:.6875rem;display:inline-flex;overflow:hidden}.policy-key{background:#ffffff0f;padding:.1875rem .375rem}.policy-val{padding:.1875rem .375rem;font-weight:600}.policy-allow{border:1px solid #22c55e4d}.policy-allow .policy-key{color:#86efac;background:#22c55e1a}.policy-allow .policy-val{color:#4ade80}.policy-deny{border:1px solid #ef44444d}.policy-deny .policy-key{color:#fca5a5;background:#ef44441a}.policy-deny .policy-val{color:#f87171}.policy-value{border:1px solid #60a5fa4d}.policy-value .policy-key{color:#93c5fd;background:#60a5fa1a}.policy-value .policy-val{color:#60a5fa}.input{border:1px solid var(--surface-outline);border-radius:var(--radius-sm);background:var(--surface-container);color:var(--on-surface);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:border .15s}.input:focus{border-color:var(--rh-lime);box-shadow:0 0 0 2px #cdde001a}.input::placeholder{color:var(--on-surface-muted)}.select{border:1px solid var(--surface-outline);border-radius:var(--radius-sm);background:var(--surface-container);color:var(--on-surface);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2394A3B8' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;outline:none;padding:.5rem 1.75rem .5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:border .15s}.select:focus{border-color:var(--rh-lime);box-shadow:0 0 0 2px #cdde001a}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;background:#020408b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--surface-container);border:1px solid var(--glass-border);border-top-color:var(--glass-border-top);border-radius:var(--radius-lg);width:100%;max-width:560px;margin:1rem;padding:2rem 2.5rem;box-shadow:0 24px 64px #00000080}.modal-title{letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.25rem;font-weight:300}.modal-field{margin-bottom:1rem}.modal-label{color:var(--on-surface-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.375rem;font-size:.6875rem;font-weight:700;display:block}.modal-input{width:100%}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.75rem;display:flex}.token-display{background:var(--surface-dim);border-radius:var(--radius-md);border:1px solid #cdde0033;margin-top:1rem;padding:1rem}.token-display-value{color:var(--rh-lime);word-break:break-all;margin-bottom:.75rem;font-family:Courier New,Courier,monospace;font-size:.8125rem;line-height:1.6}.token-display-actions{align-items:center;gap:.75rem;display:flex}.token-display-warning{color:#fb923c;margin-top:.75rem;font-size:.6875rem;font-weight:600}.radio-group{flex-direction:column;gap:.5rem;display:flex}.radio-label,.checkbox-label{color:var(--on-surface-variant);cursor:pointer;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.radio-label input[type=radio],.checkbox-label input[type=checkbox]{accent-color:var(--rh-lime)}.checkbox-grid{border:1px solid var(--surface-outline);border-radius:var(--radius-sm);background:#ffffff05;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.375rem;max-height:200px;margin-top:.5rem;padding:.75rem;display:grid;overflow-y:auto}.empty-state{color:var(--on-surface-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.empty-state-icon{opacity:.5;margin-bottom:.75rem;font-size:2rem}.empty-state-title{color:var(--on-surface-variant);margin-bottom:.375rem;font-size:1rem;font-weight:500}.empty-state-text{max-width:360px;font-size:.8125rem}.loading{color:var(--on-surface-muted);text-align:center;padding:2rem;font-size:.75rem;font-weight:500}.error-message{color:#fb7185;border-radius:var(--radius-sm);background:#9f12391f;border:1px solid #9f123940;margin-bottom:1rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500}.login-page{z-index:1;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.login-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-top-color:var(--glass-border-top);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:380px;margin:1rem;padding:2.5rem;box-shadow:0 24px 64px #0006}.login-logo{margin-bottom:.25rem}.login-logo svg{color:#fff;width:auto;height:24px}.login-subtitle{color:var(--on-surface-muted);margin-bottom:1.75rem;font-size:.8125rem;font-weight:400}.login-error{color:#fb7185;border-radius:var(--radius-sm);background:#9f12391f;border:1px solid #9f123940;margin-bottom:1.25rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500}.login-providers{flex-direction:column;gap:.5rem;display:flex}.provider-btn{border:1px solid var(--surface-outline);border-radius:var(--radius-md);background:var(--surface-container);width:100%;color:var(--on-surface);cursor:pointer;align-items:center;gap:.75rem;padding:.625rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.provider-btn:hover{background:var(--surface-container-high);border-color:#ffffff1f;transform:translate(2px)}.login-label{color:var(--on-surface-muted);margin-bottom:1.25rem;font-size:.8125rem;font-weight:500}.login-footer{color:var(--on-surface-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:1.5rem;font-size:.625rem;font-weight:600}.date-dual{flex-direction:column;gap:.125rem;display:flex}.date-utc{color:var(--on-surface);font-size:.75rem}.date-pst{color:var(--on-surface-muted);font-size:.625rem}.confirm-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:600;background:#02040899;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-card{background:var(--surface-container);border:1px solid var(--glass-border);border-top-color:var(--glass-border-top);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:400px;margin:1rem;padding:1.5rem 2rem;box-shadow:0 16px 48px #00000080}.confirm-title{margin-bottom:.5rem;font-size:1rem;font-weight:500}.confirm-text{color:var(--on-surface-variant);margin-bottom:1.25rem;font-size:.8125rem}.confirm-actions{justify-content:center;gap:.75rem;display:flex}*{scrollbar-color:#cdde0040 transparent;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#94a3b82e padding-box padding-box;border:2px solid #0000;border-radius:999px;transition:background .15s}::-webkit-scrollbar-thumb:hover{background:#cdde0073 padding-box padding-box}::-webkit-scrollbar-corner{background:0 0}.has-tooltip{position:relative}.cosmic-tooltip{z-index:10000;pointer-events:none;animation:.15s ease-out cosmic-tooltip-fade-in;position:fixed}.cosmic-tooltip-content{-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border-top,#ffffff26);color:var(--on-surface);white-space:normal;text-align:left;background:#111d33f5;border-radius:8px;max-width:320px;padding:6px 10px;font-size:.75rem;line-height:1.4;box-shadow:0 8px 32px #00000073,0 0 20px #cdde000a}@keyframes cosmic-tooltip-fade-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}
