:root{--bg: #08080d;--violet: #7c3aed;--fuchsia: #d6409f;--coral: #ff6b3d;--glass-bg: rgba(255, 255, 255, .04);--glass-border: rgba(255, 255, 255, .08);--text: #e4e4e7;--text-muted: rgba(255, 255, 255, .55);--text-dim: rgba(255, 255, 255, .35);--hairline: rgba(255, 255, 255, .06);color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}.aurora{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.aurora:before,.aurora:after,.aurora .aurora-mid{content:"";position:absolute;width:60vw;height:60vw;border-radius:50%;filter:blur(120px);opacity:.35}.aurora:before{top:-20%;left:-10%;background:radial-gradient(circle,var(--violet) 0%,transparent 70%)}.aurora:after{bottom:-20%;right:-10%;background:radial-gradient(circle,var(--coral) 0%,transparent 70%)}.aurora .aurora-mid{top:30%;right:-5%;background:radial-gradient(circle,var(--fuchsia) 0%,transparent 70%);opacity:.25}.page{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh}.container{max-width:1120px;margin:0 auto;padding:0 2rem;width:100%}.hairline{height:1px;background:var(--hairline);border:none}h1,h2,h3{font-family:Bricolage Grotesque,sans-serif;font-weight:600;letter-spacing:-.03em;line-height:1.15}.mono{font-family:IBM Plex Mono,monospace}.gradient-text{background:linear-gradient(135deg,var(--violet),var(--fuchsia),var(--coral));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.btn-gradient{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;border:none;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:#fff;cursor:pointer;background:linear-gradient(135deg,var(--violet),var(--fuchsia),var(--coral));transition:opacity .2s,transform .15s}.btn-gradient:hover{opacity:.9;transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;border:1px solid var(--glass-border);background:transparent;color:var(--text-muted);font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;cursor:pointer;transition:color .2s,border-color .2s}.btn-ghost:hover{color:var(--text);border-color:#ffffff26}.chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:6px;font-size:.6875rem;font-weight:500;letter-spacing:.02em;border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--text-muted);font-family:IBM Plex Mono,monospace}.chip-accent{border-color:#7c3aed4d;color:var(--violet);background:#7c3aed14}.alpha-chip{padding:.15rem .5rem;border-radius:4px;font-size:.5625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--fuchsia);border:1px solid rgba(214,64,159,.3);background:#d6409f14}.header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--hairline);background:#08080dcc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header-inner{display:flex;align-items:center;height:56px;gap:2rem}.logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:inherit;flex-shrink:0}.logo-icon{width:28px;height:28px}.logo-wordmark{font-family:Bricolage Grotesque,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:-.02em}.logo-wordmark .git{color:#fff}.logo-wordmark .vouch{background:linear-gradient(135deg,var(--violet),var(--fuchsia),var(--coral));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:.25rem;flex:1}.nav-link{padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s,background .2s;cursor:pointer;background:none;border:none;font-family:inherit}.nav-link:hover,.nav-link.active{color:var(--text);background:#ffffff0a}.header-actions{display:flex;align-items:center;gap:.75rem}.hero{padding:6rem 0 4rem;text-align:center;position:relative}.hero-orbital{width:200px;height:200px;margin:0 auto 2.5rem;position:relative}.hero-orbital svg{width:100%;height:100%}.orbital-ring{fill:none;stroke-width:1;opacity:.6}.orbital-ring-1{stroke:url(#grad1)}.orbital-ring-2{stroke:url(#grad2)}.orbital-ring-3{stroke:url(#grad3)}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-slow-rev{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.orbital-g-1{animation:spin-slow 20s linear infinite;transform-origin:center}.orbital-g-2{animation:spin-slow-rev 28s linear infinite;transform-origin:center}.orbital-g-3{animation:spin-slow 35s linear infinite;transform-origin:center}.hero-tagline{font-family:Bricolage Grotesque,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.25rem}.hero-sub{font-size:1.0625rem;color:var(--text-muted);max-width:480px;margin:0 auto 2.5rem;line-height:1.6}.search-bar{max-width:520px;margin:0 auto 2rem;position:relative}.search-bar input{width:100%;padding:.875rem 3rem .875rem 1.125rem;border-radius:10px;border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text);font-family:IBM Plex Mono,monospace;font-size:.8125rem;outline:none;transition:border-color .2s}.search-bar input::placeholder{color:var(--text-dim)}.search-bar input:focus{border-color:#7c3aed66}.search-bar .search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--text-dim);pointer-events:none}.stat-chips{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.trust-section{padding:4rem 0}.section-title{font-size:1.75rem;text-align:center;margin-bottom:.75rem}.section-sub{text-align:center;color:var(--text-muted);font-size:.9375rem;margin-bottom:3rem}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.trust-card{padding:1.75rem}.trust-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.25rem}.trust-card-icon.violet{background:#7c3aed1f;color:var(--violet)}.trust-card-icon.fuchsia{background:#d6409f1f;color:var(--fuchsia)}.trust-card-icon.coral{background:#ff6b3d1f;color:var(--coral)}.trust-card h3{font-size:1.125rem;margin-bottom:.5rem;font-weight:600}.trust-card p{color:var(--text-muted);font-size:.875rem;line-height:1.65}.vouches-section{padding:4rem 0}.vouch-list{display:flex;flex-direction:column;gap:.75rem}.vouch-card{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1.5rem;padding:1rem 1.25rem}.vouch-card .vouch-parties{display:flex;flex-direction:column;gap:.25rem;min-width:0}.vouch-card .vouch-from,.vouch-card .vouch-to{font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vouch-card .vouch-from span,.vouch-card .vouch-to span{color:var(--text)}.vouch-card .vouch-reason{font-size:.8125rem;color:var(--text-muted);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vouch-card .vouch-weight{font-family:IBM Plex Mono,monospace;font-size:.875rem;font-weight:600;white-space:nowrap}.footer{margin-top:auto;padding:3rem 0;border-top:1px solid var(--hairline)}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:1rem}.footer-tagline{font-size:.8125rem;color:var(--text-dim)}.footer-links{display:flex;gap:1.5rem}.footer-link{font-size:.8125rem;color:var(--text-dim);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--text-muted)}.dossier{padding:2rem 0 4rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-dim);margin-bottom:2rem}.breadcrumb a{color:var(--text-muted);text-decoration:none;cursor:pointer;background:none;border:none;font:inherit}.breadcrumb a:hover{color:var(--text)}.breadcrumb .sep{color:var(--text-dim)}.dossier-grid{display:grid;grid-template-columns:200px 1fr 240px;gap:1.5rem;margin-bottom:2rem}.seal-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.seal-svg{width:120px;height:120px}.seal-svg circle{fill:none;stroke-width:1.5}.seal-tier{font-family:Bricolage Grotesque,sans-serif;font-size:1rem;font-weight:600}.info-card{padding:1.5rem}.did-display{font-family:IBM Plex Mono,monospace;font-size:.8125rem;color:var(--text-muted);word-break:break-all;margin-bottom:1rem;line-height:1.7}.capability-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.ai-summary{font-size:.875rem;color:var(--text-muted);line-height:1.65}.stats-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.score-big{font-family:Bricolage Grotesque,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-.04em;line-height:1;margin-bottom:.25rem}.tier-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.stat-row{display:flex;justify-content:space-between;width:100%;padding:.5rem 0;border-top:1px solid var(--hairline);font-size:.8125rem}.stat-row .label{color:var(--text-dim)}.stat-row .value{font-weight:500;font-family:IBM Plex Mono,monospace}.scores-section{margin-bottom:2rem}.scores-section h3{font-size:1rem;margin-bottom:1rem}.score-bar-row{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.score-bar-label{width:100px;font-size:.8125rem;color:var(--text-muted);flex-shrink:0}.score-bar-track{flex:1;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.score-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--violet),var(--fuchsia));transition:width .8s ease-out}.score-bar-value{width:36px;text-align:right;font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-muted);flex-shrink:0}.repo-section{margin-bottom:2rem}.repo-section h3{font-size:1rem;margin-bottom:1rem}.repo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.repo-card{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.repo-name{font-family:IBM Plex Mono,monospace;font-size:.8125rem;font-weight:500}.repo-lang{font-size:.6875rem;color:var(--text-dim)}.gate-section{padding:4rem 0;max-width:640px;margin:0 auto}.gate-section h1{font-size:2.25rem;text-align:center;margin-bottom:.75rem}.gate-sub{text-align:center;color:var(--text-muted);font-size:.9375rem;margin-bottom:2.5rem}.gate-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.gate-input{padding:.875rem 1.125rem;border-radius:10px;border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--text);font-family:IBM Plex Mono,monospace;font-size:.8125rem;outline:none;width:100%;transition:border-color .2s}.gate-input:focus{border-color:#7c3aed66}.gate-input::placeholder{color:var(--text-dim)}.threshold-section{display:flex;flex-direction:column;gap:.75rem}.threshold-label{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--text-muted)}.threshold-label .val{font-family:IBM Plex Mono,monospace;color:var(--text);font-weight:600}.threshold-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#ffffff14;border-radius:2px;outline:none}.threshold-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--violet),var(--fuchsia));cursor:pointer}.preset-chips{display:flex;gap:.5rem}.preset-chip{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-family:IBM Plex Mono,monospace;border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--text-muted);cursor:pointer;transition:all .2s}.preset-chip:hover,.preset-chip.active{border-color:#7c3aed66;color:var(--text);background:#7c3aed14}.gate-result{padding:2rem;text-align:center}.gate-verdict{font-family:Bricolage Grotesque,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.gate-verdict.allow{background:linear-gradient(135deg,#22c55e,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gate-verdict.deny{color:var(--text-dim)}.gate-result-meta{font-size:.875rem;color:var(--text-muted);margin-bottom:.25rem}.code-block{margin-top:2rem;padding:1.25rem;border-radius:10px;background:#0006;border:1px solid var(--hairline);overflow-x:auto}.code-block code{font-family:IBM Plex Mono,monospace;font-size:.8125rem;color:var(--text-muted);line-height:1.7;white-space:pre}.code-block .kw{color:var(--violet)}.code-block .fn{color:var(--fuchsia)}.code-block .str{color:#22c55e}.code-block .num{color:var(--coral)}.code-block .op{color:var(--text)}.state-msg{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.875rem}.spinner{width:24px;height:24px;border:2px solid var(--glass-border);border-top-color:var(--violet);border-radius:50%;animation:spin-slow .8s linear infinite;margin:0 auto 1rem}@media(max-width:768px){.trust-grid,.dossier-grid{grid-template-columns:1fr}.hero-tagline{font-size:2.25rem}.nav{display:none}.footer-inner{flex-direction:column;gap:1rem;text-align:center}.vouch-card{grid-template-columns:1fr;gap:.5rem}}
