@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";html,body,#root{min-height:100%}body{margin:0}:root{color:#0f1222;font-synthesis:none;text-rendering:optimizelegibility;--ink:#0f1222;--muted:#5b6472;--bg:#fff;--bg-soft:#f6f7f9;--border:#e3e6eb;--border-strong:#c7ccd4;--accent:#3652cc;--accent-dark:#28409e;--accent-soft:#edf0fc;--success:#147a52;--success-soft:#e7f5ee;--warning:#a5690f;--warning-soft:#faf1e2;--neutral-soft:#eef0f2;--sans:"Inter", sans-serif;--mono:"JetBrains Mono", monospace;--max:1200px;--radius:10px;background:#fff;font-family:Inter,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-width:320px;margin:0}body,button,input{font-family:var(--sans)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}h1,h2,h3{letter-spacing:-.02em;font-weight:700}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app{min-height:100vh;overflow-x:hidden}main{width:min(calc(100% - 48px), var(--max));margin:0 auto}.badge{background:var(--bg-soft);border:1px solid var(--border);width:max-content;color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.status-pill{border-radius:999px;align-items:center;gap:6px;width:max-content;padding:4px 10px;font-size:12.5px;font-weight:500;display:inline-flex}.status-pill i{background:currentColor;border-radius:50%;width:6px;height:6px}.status-available{background:var(--success-soft);color:var(--success)}.status-development{background:var(--warning-soft);color:var(--warning)}.status-planned{background:var(--neutral-soft);color:var(--muted)}.section{padding:88px 0}.section-head{max-width:560px;margin:0 0 48px}.section-head h2{margin:0 0 12px;font-size:clamp(28px,3.4vw,38px);line-height:1.15}.section-head p{color:var(--muted);margin:0;font-size:16px;line-height:1.6}.icon-tile{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:8px;place-items:center;margin-bottom:18px;display:grid}.icon-tile svg{width:20px;height:20px}.plain-link{width:max-content;color:var(--accent);align-items:center;font-size:14.5px;font-weight:600;display:inline-flex}.plain-link:hover{color:var(--accent-dark)}.site-header{z-index:20;-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--border);background:#fffffff0;width:100%;position:sticky;top:0}.site-header-inner{width:min(calc(100% - 48px), var(--max));justify-content:space-between;align-items:center;gap:32px;min-height:68px;margin:0 auto;display:flex}.brand{flex-shrink:0;align-items:center;gap:9px;width:max-content;font-size:16px;font-weight:700;display:inline-flex}.brand-mark{background:var(--ink);color:#fff;border-radius:6px;place-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:grid}.site-nav{align-items:center;gap:26px;margin-left:auto;font-size:14px;display:flex}.site-nav a{color:var(--muted);font-weight:500;transition:color .14s}.site-nav a:hover{color:var(--ink)}.header-actions{align-items:center;gap:8px;margin-left:8px;display:flex}.header-auth{box-sizing:border-box;border:1px solid var(--border);width:72px;height:36px;color:var(--ink);letter-spacing:0;text-align:center;white-space:nowrap;background:#f1f0ec;border-radius:6px;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:14px;font-weight:600;line-height:36px;text-decoration:none;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.header-auth:hover{color:var(--ink);background:#e9e7e1;border-color:#d3d0c8}.button{background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .14s,border-color .14s,transform .14s;display:inline-flex}.button:hover{background:var(--accent);border-color:var(--accent)}.hero{padding:76px 0 0}.hero-grid{grid-template-columns:minmax(0,1fr) 440px;align-items:center;gap:56px;padding-bottom:96px;display:grid}.hero-copy h1{margin:18px 0 20px;font-size:clamp(38px,5vw,58px);line-height:1.08}.hero-copy>p{max-width:460px;color:var(--muted);margin:0 0 30px;font-size:17px;line-height:1.6}.hero-actions{align-items:center;gap:14px;display:flex}.code-window{background:#0d1117;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px -20px #0f122259}.code-window-bar{border-bottom:1px solid #262b36;align-items:center;gap:6px;padding:12px 14px;display:flex}.code-window-bar span{background:#3a4150;border-radius:50%;width:9px;height:9px}.code-window-title{color:#8b93a3;font-family:var(--mono);margin-left:8px;font-size:12px}.code-window pre{color:#e6e8ee;font-family:var(--mono);margin:0;padding:22px;font-size:13px;line-height:1.75;overflow-x:auto}.code-window .tok-kw{color:#ff8fb8}.code-window .tok-type{color:#7ee0c3}.code-window .tok-fn{color:#8ab4ff}.hero-compact{padding-top:60px}.hero-compact .hero-grid{padding-bottom:72px}.section-tight{padding:48px 0}.section-head-row{justify-content:space-between;align-items:baseline;margin-bottom:20px;display:flex}.section-head-row h2{margin:0;font-size:22px}.library-list{border-top:1px solid var(--border);margin-top:12px}.library-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:16px 4px;transition:background .12s;display:flex}.library-row:hover{background:var(--bg-soft)}.library-row-name{flex-direction:column;gap:3px;display:flex}.library-row-name strong{font-size:15px}.library-row-name span{color:var(--muted);font-size:13.5px}.changelog-list{flex-direction:column;display:flex}.changelog-row{border-bottom:1px solid var(--border);grid-template-columns:110px 1fr;gap:18px;padding:14px 4px;font-size:14.5px;display:grid}.changelog-row:first-child{border-top:1px solid var(--border)}.changelog-when{color:var(--muted);font-size:13px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:36px;display:grid}.feature-card h3{margin:0 0 8px;font-size:17px}.feature-card p{color:var(--muted);margin:0;font-size:14.5px;line-height:1.6}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.product-card{border:1px solid var(--border);border-radius:var(--radius);border-top:3px solid var(--border-strong);background:#fff;flex-direction:column;gap:14px;padding:26px;transition:border-color .14s,box-shadow .14s,transform .14s;display:flex}.product-card[data-status=Available]{border-top-color:var(--success)}.product-card[data-status=In\ development]{border-top-color:var(--warning)}.product-card[data-status=Planned]{border-top-color:var(--border-strong)}.product-card:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 16px 32px -22px #0f122247}.product-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.product-card h3{margin:0 0 4px;font-size:19px}.product-card-category{color:var(--muted);margin:0;font-size:13px}.product-card p.product-description{color:var(--muted);flex:1;margin:0;font-size:14px;line-height:1.6}.product-card-foot{border-top:1px solid var(--border);color:var(--accent);justify-content:space-between;align-items:center;padding-top:6px;font-size:14px;font-weight:600;display:flex}.dark-band{background:var(--ink);color:#f2f3f6;width:100vw;padding:90px max(24px, calc((100vw - var(--max)) / 2));margin-left:calc(50% - 50vw)}.dark-band-inner{max-width:var(--max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:48px;margin:0 auto;display:flex}.dark-band h2{max-width:560px;margin:0 0 10px;font-size:clamp(26px,3.2vw,38px)}.dark-band p{color:#b7bbc8;max-width:480px;margin:0;font-size:15.5px;line-height:1.6}.dark-band .button{color:var(--ink);background:#fff;border-color:#fff}.dark-band .button:hover{background:var(--accent);border-color:var(--accent);color:#fff}.site-footer{border-top:1px solid var(--border);padding:64px 0 32px}.footer-inner{width:min(calc(100% - 48px), var(--max));margin:0 auto}.footer-top{border-bottom:1px solid var(--border);grid-template-columns:1.4fr repeat(3,1fr);gap:40px;padding-bottom:48px;display:grid}.footer-about p{max-width:300px;color:var(--muted);margin:14px 0 0;font-size:14px;line-height:1.65}.footer-col h4{margin:0 0 16px;font-size:13.5px;font-weight:600}.footer-col{flex-direction:column;gap:11px;display:flex}.footer-col a{color:var(--muted);font-size:14px}.footer-col a:hover{color:var(--ink)}.footer-bottom{color:var(--muted);justify-content:space-between;padding-top:24px;font-size:13px;display:flex}.page-intro{padding:64px 0 56px}.page-intro h1{margin:16px 0 14px;font-size:clamp(32px,4.4vw,48px);line-height:1.1}.page-intro>p{max-width:580px;color:var(--muted);margin:0;font-size:16.5px;line-height:1.6}.fact-strip{gap:0;margin:28px 0 0;display:flex}.fact-strip span{color:var(--muted);border-left:1px solid var(--border);padding:0 22px;font-size:14px}.fact-strip span:first-child{border-left:0;padding-left:0}.product-hero{padding:56px 0 0}.product-hero-main h1{margin:16px 0 14px;font-size:clamp(38px,5.2vw,56px);line-height:1.08}.product-hero-main>p{max-width:600px;color:var(--muted);margin:0;font-size:17px;line-height:1.6}.product-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:26px;display:flex}.package-chip{background:var(--bg-soft);border:1px solid var(--border);font-family:var(--mono);overflow-wrap:anywhere;border-radius:7px;padding:10px 14px;font-size:13px}.development-state{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);margin-top:8px;padding:22px}.development-state strong{margin-bottom:8px;font-size:17px;display:block}.development-state p{max-width:560px;color:var(--muted);margin:0;font-size:14.5px;line-height:1.6}.product-next{border-top:1px solid var(--border);justify-content:space-between;margin-top:40px;padding:40px 0 88px;display:flex}.architecture-flow{max-width:900px}.architecture-layer{border-top:1px solid var(--border);grid-template-columns:44px 1fr 230px;align-items:start;gap:24px;padding:28px 0;display:grid}.architecture-layer:last-child{border-bottom:1px solid var(--border)}.architecture-number{color:var(--accent);font-family:var(--mono);padding-top:4px;font-size:13px}.architecture-layer h3{margin:0;font-size:22px}.architecture-layer ul{color:var(--muted);grid-template-columns:1fr 1fr;gap:6px 16px;margin:4px 0 0;padding:0;font-size:13.5px;list-style:none;display:grid}.developer-layout{grid-template-columns:220px minmax(0,1fr);gap:56px;display:grid}.developer-toc{color:var(--muted);flex-direction:column;gap:10px;padding-top:6px;font-size:14.5px;display:flex}.developer-main{flex-direction:column;gap:22px;display:flex}.developer-main h2{margin:0 0 8px;font-size:24px}.developer-main>p{color:var(--muted);margin:0;line-height:1.6}.contract-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.contract-item{background:var(--bg-soft);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:6px;padding:16px 18px;font-size:14px;font-weight:500;display:flex}.contract-item strong{color:var(--ink);font-size:14px;font-weight:600}.contract-item span{color:var(--muted);font-size:13px;font-weight:400;line-height:1.5}.security-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.auth-page{background:var(--bg);grid-template-columns:minmax(0,1fr) 480px;min-height:100vh;display:grid}.auth-aside{background:var(--bg-soft);border-right:1px solid var(--border);flex-direction:column;justify-content:center;padding:64px clamp(40px,7vw,96px);display:flex}.auth-aside-content{max-width:540px;margin-top:72px}.auth-aside h1{letter-spacing:-.035em;max-width:540px;margin:22px 0 18px;font-size:clamp(34px,4vw,52px);line-height:1.08}.auth-aside p{max-width:500px;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.auth-panel{background:var(--bg);flex-direction:column;justify-content:center;padding:64px 56px;display:flex}.auth-heading{width:100%;max-width:368px;margin:0 auto 30px}.auth-heading h2{letter-spacing:-.025em;margin:0 0 8px;font-size:30px;line-height:1.15}.auth-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.auth-form{flex-direction:column;gap:18px;width:100%;max-width:368px;margin:0 auto;display:flex}.auth-form label{color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:600;line-height:1.4;display:flex}.auth-form input{box-sizing:border-box;border:1px solid var(--border);width:100%;min-height:44px;color:var(--ink);font:inherit;background:#fff;border-radius:6px;outline:none;padding:0 13px;font-size:14px;font-weight:400;transition:border-color .14s,box-shadow .14s,background .14s}.auth-form input:hover{border-color:#c9c6be}.auth-form input:focus{border-color:#8f8b82;box-shadow:0 0 0 3px #504c4414}.auth-form input::placeholder{color:#99958d}.auth-field-error{color:#713f36;font-size:12px;font-weight:400;line-height:1.5}.auth-form input[aria-invalid=true]{border-color:#b7796d}.auth-form input[aria-invalid=true]:focus{border-color:#9f6257;box-shadow:0 0 0 3px #9f62571a}.auth-form .button{border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;border-radius:6px;width:100%;min-height:44px;margin-top:4px;font-size:14px;font-weight:600;transition:background .14s,border-color .14s,opacity .14s}.auth-form .button:hover{background:#292824;border-color:#292824}.auth-form .button:disabled{cursor:default;opacity:.55}.auth-error{box-sizing:border-box;color:#713f36;background:#f8f1ef;border:1px solid #d8c7c2;border-radius:6px;width:100%;max-width:368px;margin:0 auto 18px;padding:11px 13px;font-size:13px;line-height:1.5}.auth-switch{width:100%;max-width:368px;color:var(--muted);text-align:center;margin:22px auto 0;font-size:13px;line-height:1.5}.auth-switch a{color:var(--ink);font-weight:600;text-decoration:none}.auth-switch a:hover{text-decoration:underline}@media (width<=900px){.auth-page{grid-template-columns:1fr}.auth-aside{border-right:0;border-bottom:1px solid var(--border);min-height:auto;padding:48px 32px}.auth-aside-content{margin-top:56px}.auth-aside h1{max-width:640px}.auth-panel{padding:56px 32px 72px}}@media (width<=520px){.auth-aside{padding:40px 20px}.auth-aside-content{margin-top:44px}.auth-aside h1{font-size:34px}.auth-panel{padding:44px 20px 56px}}.dashboard-page{background:var(--ink);color:#e9e7e0;grid-template-columns:232px minmax(0,1fr);min-height:100vh;display:grid}.dashboard-sidebar{border-right:1px solid #262b36;flex-direction:column;padding:22px;display:flex}.dashboard-sidebar .brand{color:#fff}.dashboard-sidebar .brand-mark{background:var(--accent)}.workspace-switcher{color:#8b93a3;border-bottom:1px solid #262b36;flex-direction:column;gap:4px;margin:46px 0 18px;padding-bottom:16px;font-size:13px;display:flex}.workspace-switcher strong{color:#fff;font-size:14px;font-weight:600}.dashboard-sidebar nav{flex-direction:column;gap:2px;display:flex}.dashboard-sidebar nav a{color:#9aa1ae;text-align:left;background:0 0;border:0;border-radius:6px;padding:9px 10px;font-size:14px}.dashboard-sidebar nav a:hover{color:#fff}.dashboard-sidebar nav a.dashboard-nav-active{color:#fff;background:#1b2029}.dashboard-sidebar-bottom{flex-direction:column;gap:10px;margin-top:auto;font-size:13px;display:flex}.dashboard-sidebar-bottom a{color:#8b93a3}.dashboard-sidebar-bottom a:hover{color:#fff}.dashboard-content{background:var(--bg);min-width:0;color:var(--ink)}.dashboard-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:96px;padding:0 40px;display:flex}.dashboard-topbar h1{margin:0;font-size:22px}.dashboard-live{color:var(--muted);align-items:center;gap:7px;font-size:13px;display:inline-flex}.dashboard-live i{background:var(--success);border-radius:50%;width:6px;height:6px;display:inline-block}.dashboard-overview{padding:56px 40px}.dashboard-welcome h2{margin:0 0 12px;font-size:clamp(28px,3.6vw,38px)}.dashboard-welcome p{max-width:520px;color:var(--muted);margin:0;line-height:1.6}.dashboard-empty{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:24px;margin-top:48px;padding:22px 24px;display:flex}.dashboard-empty strong{margin-bottom:4px;font-size:15px;display:block}.dashboard-empty p{color:var(--muted);margin:0;font-size:13.5px}.dashboard-placeholder{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);margin:56px 40px;padding:40px}.dashboard-placeholder h2{margin:0 0 10px;font-size:26px}.dashboard-placeholder p{max-width:500px;color:var(--muted);line-height:1.6}.repository-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;padding:32px 40px 24px;display:flex}.repository-header>div{min-width:0}.repository-breadcrumb{color:var(--muted);margin:0 0 8px;font-size:13px}.repository-header h2{margin:0;font-size:24px;font-weight:600;line-height:1.25}.repository-navigation{border-bottom:1px solid var(--border);align-items:center;gap:4px;padding:0 40px;display:flex;overflow-x:auto}.repository-navigation a{min-height:48px;color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;padding:0 12px;font-size:13.5px;font-weight:500;text-decoration:none;display:inline-flex}.repository-navigation a:hover{color:var(--ink)}.repository-navigation a.repository-navigation-active{color:var(--ink);border-bottom-color:var(--accent)}.repository-content{padding:28px 40px 56px}.repository-toolbar{align-items:center;gap:16px;margin-bottom:16px;display:flex}.repository-toolbar>span{color:var(--muted);font-size:13px}.repository-toolbar .button{flex-shrink:0}.repository-toolbar .button:last-child{margin-left:auto}.repository-files{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.repository-file{border-bottom:1px solid var(--border);grid-template-columns:minmax(180px,1fr) minmax(220px,1.5fr);align-items:center;gap:24px;min-height:48px;padding:0 16px;font-size:13.5px;display:grid}.repository-file:last-child{border-bottom:0}.repository-file:hover{background:var(--bg-soft)}.repository-file-name{min-width:0;color:var(--ink);font-weight:500}.repository-file>span:last-child{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.repository-readme{border:1px solid var(--border);border-radius:var(--radius);background:#fff;margin-top:24px;padding:28px 32px}.repository-readme h3{border-bottom:1px solid var(--border);margin:0 0 20px;padding-bottom:16px;font-size:15px;font-weight:600}.repository-readme p{max-width:760px;color:var(--ink);margin:0;font-size:14px;line-height:1.7}.repository-list{border:1px solid var(--border);border-radius:var(--radius);background:#fff;margin-top:28px;overflow:hidden}.repository-list>a{color:inherit;text-decoration:none;display:block}.repository-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:28px;padding:18px 20px;display:flex}.repository-list>a:last-child .repository-row{border-bottom:0}.repository-row:hover{background:var(--bg-soft)}.repository-row h3{margin:0 0 5px;font-size:15px;font-weight:600}.repository-row p{color:var(--muted);margin:0;font-size:13px}.repository-meta{color:var(--muted);flex-shrink:0;align-items:center;gap:18px;font-size:12.5px;display:flex}.repository-meta span:first-child{color:var(--ink);font-weight:500}@media (width<=800px){.repository-header{padding:26px 22px 20px}.repository-navigation{padding:0 22px}.repository-content{padding:24px 22px 44px}.repository-toolbar{flex-wrap:wrap}.repository-toolbar .button:last-child{margin-left:0}.repository-file{grid-template-columns:1fr;gap:4px;padding:12px 14px}.repository-row{flex-direction:column;align-items:flex-start;gap:14px}.repository-meta{flex-wrap:wrap;gap:10px 16px}}.key-generate-form{gap:12px;max-width:480px;margin-top:32px;display:flex}.key-generate-form input{border:1px solid var(--border-strong);color:var(--ink);background:#fff;border-radius:7px;outline:none;flex:1;padding:11px 13px}.key-generate-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.key-reveal{background:var(--accent-soft);border-radius:var(--radius);border:1px solid #c9d3f7;margin-top:24px;padding:18px 20px}.key-reveal strong{color:var(--accent-dark);margin-bottom:10px;font-size:14.5px;display:block}.key-reveal-value{align-items:center;gap:12px;display:flex}.key-reveal-value code{font-family:var(--mono);white-space:nowrap;background:#fff;border:1px solid #c9d3f7;border-radius:6px;flex:1;padding:10px 12px;font-size:13px;overflow-x:auto}.key-reveal-value .button{white-space:nowrap;gap:6px}.key-reveal-value .button svg{width:14px;height:14px}.key-reveal p{color:var(--accent-dark);margin:10px 0 0;font-size:13px}.key-table{margin-top:28px}.key-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr 130px 70px;align-items:center;gap:16px;padding:13px 4px;font-size:14px;display:grid}.key-row-head{color:var(--muted);border-top:1px solid var(--border);font-size:12.5px;font-weight:600}.key-row code{font-family:var(--mono);color:var(--muted);font-size:12.5px}.key-revoke{color:#b3261e;background:0 0;border:0;justify-self:end;padding:0;font-size:13.5px}.key-revoke:hover{color:#8c1d17}.not-found{flex-direction:column;justify-content:center;align-items:flex-start;min-height:60vh;display:flex}.not-found h1{max-width:700px;margin:12px 0 14px;font-size:clamp(32px,4.6vw,52px);line-height:1.1}.not-found p{color:var(--muted);margin-bottom:22px}@media (width<=1050px){.hero-grid{grid-template-columns:1fr}.feature-grid,.security-grid,.contract-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.auth-page{grid-template-columns:1fr 380px}.developer-layout{grid-template-columns:1fr;gap:30px}}@media (width<=800px){main,.site-header-inner,.footer-inner{width:min(calc(100% - 32px), var(--max))}.site-nav{display:none}.header-actions{gap:10px}.section{padding:60px 0}.feature-grid,.security-grid,.contract-grid,.footer-top{grid-template-columns:1fr;gap:28px}.architecture-layer{grid-template-columns:34px 1fr;gap:12px}.architecture-layer ul{grid-column:2}.auth-page{grid-template-columns:1fr;min-height:auto}.auth-aside{border-right:0;border-bottom:1px solid var(--border);padding:46px 24px}.auth-panel{padding:46px 24px 64px}.dashboard-page{grid-template-columns:1fr}.dashboard-sidebar{border-bottom:1px solid #262b36;border-right:0}.dashboard-sidebar nav{grid-template-columns:repeat(2,1fr);gap:2px 12px;display:grid}.dashboard-topbar{min-height:84px;padding:0 22px}.dashboard-overview{padding:44px 22px}.dashboard-placeholder{margin:44px 22px}.dark-band{padding:64px 24px}.dark-band-inner{flex-direction:column;align-items:flex-start;gap:24px}.key-row{grid-template-columns:1fr 1fr;row-gap:4px}.key-row-head{display:none}.changelog-row{grid-template-columns:1fr;gap:4px}.key-generate-form{flex-direction:column;max-width:none}}@media (width<=520px){.footer-bottom{flex-direction:column;gap:8px}.dashboard-sidebar nav{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important}}.repository-create-page{width:min(100%,920px)}.repository-create-header{margin-bottom:30px}.repository-back-link{color:var(--muted);margin-bottom:18px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.repository-back-link:hover{color:var(--ink)}.repository-create-heading h2{color:var(--ink);letter-spacing:-.02em;margin:0 0 7px;font-size:25px;font-weight:650;line-height:1.2}.repository-create-heading p{max-width:680px;color:var(--muted);margin:0;font-size:14px;line-height:1.6}.repository-create-form{border:1px solid var(--border);background:#fff;border-radius:9px;overflow:hidden}.repository-create-section{padding:34px 38px 38px}.repository-create-section+.repository-create-section{border-top:1px solid var(--border)}.repository-create-section-header{margin-bottom:30px}.repository-section-label{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:10.5px;font-weight:650;display:block}.repository-create-section-header h3{color:var(--ink);margin:0 0 5px;font-size:17px;font-weight:650;line-height:1.4}.repository-create-section-header p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.repository-create-fields{gap:26px;display:grid}.form-field{flex-direction:column;gap:8px;display:flex}.form-field>label,.visibility-fieldset>legend{color:var(--ink);font-size:13px;font-weight:600}.required{color:var(--muted);margin-left:3px}.form-help{color:var(--muted);font-size:12.5px;line-height:1.55}.repository-owner-card{box-sizing:border-box;border:1px solid var(--border-strong);background:var(--bg-soft);border-radius:7px;align-items:center;gap:13px;min-height:64px;padding:11px 14px;display:flex}.repository-owner-avatar{border:1px solid var(--border-strong);width:38px;height:38px;color:var(--ink);background:#fff;border-radius:7px;flex:0 0 38px;justify-content:center;align-items:center;font-size:14px;font-weight:650;display:flex}.repository-owner-details{flex-direction:column;gap:2px;min-width:0;display:flex}.repository-owner-details strong{color:var(--ink);font-size:14px;font-weight:650}.repository-owner-details span{color:var(--muted);font-size:12px}.repository-development-badge{border:1px solid var(--border);color:var(--muted);font-family:var(--mono);white-space:nowrap;background:#fff;border-radius:5px;margin-left:auto;padding:4px 7px;font-size:10px}.repository-name-input{box-sizing:border-box;border:1px solid var(--border-strong);background:#fff;border-radius:6px;align-items:stretch;height:44px;transition:border-color .14s,box-shadow .14s;display:flex;overflow:hidden}.repository-name-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.repository-name-input>span{color:var(--muted);background:var(--bg-soft);font-family:var(--mono);white-space:nowrap;align-items:center;padding:0 0 0 12px;font-size:13px;display:flex}.repository-name-input input{box-sizing:border-box;min-width:0;height:100%;color:var(--ink);font:inherit;font-family:var(--mono);background:0 0;border:0;outline:0;flex:1;padding:0 12px;font-size:13px}.repository-name-input input::placeholder{color:#92969d}.form-field textarea{box-sizing:border-box;border:1px solid var(--border-strong);width:100%;min-height:100px;color:var(--ink);font:inherit;resize:vertical;background:#fff;border-radius:6px;outline:none;padding:11px 12px;font-size:14px;line-height:1.55;transition:border-color .14s,box-shadow .14s}.form-field textarea::placeholder{color:#92969d}.form-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.form-label-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.form-label-row>span{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.visibility-fieldset{border:0;margin:0;padding:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.visibility-options{gap:10px;display:grid}.visibility-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:7px;align-items:flex-start;gap:14px;padding:18px 20px;transition:border-color .14s,background .14s,box-shadow .14s;display:flex;position:relative}.visibility-card:hover{border-color:var(--border-strong);background:var(--bg-soft)}.visibility-card.is-selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.visibility-card input{opacity:0;width:1px;height:1px;position:absolute}.visibility-indicator{box-sizing:border-box;border:1px solid var(--border-strong);background:#fff;border-radius:50%;flex:0 0 17px;width:17px;height:17px;margin-top:1px}.visibility-card.is-selected .visibility-indicator{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 4px #fff}.visibility-card-content{flex-direction:column;gap:5px;display:flex}.visibility-card-content strong{color:var(--ink);font-size:14px;font-weight:650}.visibility-card-content span{color:var(--muted);font-size:13px;line-height:1.55}.repository-form-error{color:#9b2c25;background:#fff7f6;border:1px solid #e2b8b5;border-radius:6px;margin:24px 38px;padding:12px 14px;font-size:13px;line-height:1.5}.repository-create-actions{border-top:1px solid var(--border);background:var(--bg-soft);justify-content:flex-end;align-items:center;gap:10px;padding:18px 38px;display:flex}.repository-create-actions .button{min-width:120px}.repository-create-actions .button:disabled{cursor:wait;opacity:.55}@media (width<=800px){.repository-create-page{width:100%}.repository-create-section{padding:28px 24px 30px}.repository-development-badge{display:none}.repository-form-error{margin-left:24px;margin-right:24px}.repository-create-actions{padding-left:24px;padding-right:24px}}@media (width<=520px){.repository-create-heading h2{font-size:22px}.repository-create-section{padding:24px 18px 26px}.repository-owner-card{align-items:flex-start}.repository-create-actions{flex-direction:column-reverse;align-items:stretch}.repository-create-actions .button{width:100%}.repository-form-error{margin-left:18px;margin-right:18px}}.workspace-menu{margin:18px 0;position:relative}.workspace-menu summary,.dashboard-nav-group summary{list-style:none}.workspace-menu summary::-webkit-details-marker{display:none}.dashboard-nav-group summary::-webkit-details-marker{display:none}.workspace-menu-trigger{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:7px;justify-content:space-between;align-items:center;width:100%;padding:9px 10px;transition:background .14s,border-color .14s;display:flex}.workspace-menu-trigger:hover,.workspace-menu[open] .workspace-menu-trigger{border-color:var(--border);background:var(--bg-soft)}.workspace-menu-copy{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.workspace-menu-copy>span{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:600}.workspace-menu-copy strong{color:var(--ink);font-size:13px;font-weight:650}.workspace-menu-chevron,.dashboard-nav-chevron{color:var(--muted);font-size:11px;transition:transform .14s}.workspace-menu[open] .workspace-menu-chevron,.dashboard-nav-group[open] .dashboard-nav-chevron{transform:rotate(180deg)}.workspace-menu-panel{z-index:20;border:1px solid var(--border);background:#fff;border-radius:8px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 12px 30px #14161a14,0 2px 6px #14161a0a}.workspace-menu-heading{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;padding:7px 9px 6px;font-size:9px;font-weight:650}.workspace-menu-option{border-radius:6px;align-items:center;gap:9px;padding:9px;display:flex}.workspace-menu-option.is-selected{background:var(--bg-soft)}.workspace-menu-avatar{border:1px solid var(--border-strong);width:27px;height:27px;color:var(--ink);background:#fff;border-radius:6px;flex:0 0 27px;justify-content:center;align-items:center;font-size:11px;font-weight:650;display:flex}.workspace-menu-option-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.workspace-menu-option-copy strong{color:var(--ink);font-size:12px;font-weight:650}.workspace-menu-option-copy span{color:var(--muted);font-size:10px}.workspace-menu-check{color:var(--accent);margin-left:auto;font-size:12px}.workspace-menu-footer{border-top:1px solid var(--border);color:var(--muted);margin-top:4px;padding:9px;font-size:10px;line-height:1.45}.dashboard-navigation{flex-direction:column;gap:2px;display:flex}.dashboard-navigation>a,.dashboard-nav-group-trigger{box-sizing:border-box;min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;padding:0 10px;font-size:13px;font-weight:500;text-decoration:none;transition:color .14s,background .14s,border-color .14s;display:flex}.dashboard-navigation>a:hover,.dashboard-nav-group-trigger:hover{color:var(--ink);background:var(--bg-soft)}.dashboard-navigation>a.dashboard-nav-active,.dashboard-nav-group.is-active>.dashboard-nav-group-trigger{color:var(--ink);border-color:var(--border);background:var(--bg-soft);font-weight:600}.dashboard-nav-submenu{border-left:1px solid var(--border);flex-direction:column;gap:1px;margin:2px 0 4px 10px;padding-left:10px;display:flex}.dashboard-nav-submenu a{min-height:30px;color:var(--muted);border-radius:5px;align-items:center;padding:0 9px;font-size:12px;font-weight:500;text-decoration:none;transition:color .14s,background .14s;display:flex}.dashboard-nav-submenu a:hover{color:var(--ink);background:var(--bg-soft)}.dashboard-nav-submenu a.is-current{color:var(--ink);background:var(--bg-soft);font-weight:600}@media (width<=800px){.workspace-menu-panel{margin-top:5px;position:static}}.cc-dashboard{background:var(--bg);grid-template-columns:256px minmax(0,1fr);min-height:100vh;display:grid}.cc-dashboard-sidebar{z-index:50;box-sizing:border-box;color:#d8dbe0;background:#111318;border-right:1px solid #292d34;flex-direction:column;width:256px;padding:14px 12px;transition:width .16s,padding .16s,border-color .16s,background .16s;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.cc-dashboard-sidebar-header{justify-content:space-between;align-items:center;min-height:38px;padding:0 4px;display:flex}.cc-dashboard-brand{min-width:0}.cc-sidebar-toggle{box-sizing:border-box;color:#858b98;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:15px;line-height:1;transition:background .12s,border-color .12s,color .12s;display:flex}.cc-sidebar-toggle:hover{color:#f4f4f1;background:#1b1e24;border-color:#30343d}.cc-workspace{margin:22px 4px 20px;position:relative}.cc-workspace-trigger{box-sizing:border-box;color:#f1f2ef;cursor:pointer;background:#171a1f;border:1px solid #2a2e36;border-radius:7px;align-items:center;width:100%;min-height:44px;padding:6px 8px;transition:background .12s,border-color .12s;display:flex}.cc-workspace-trigger:hover,.cc-workspace-trigger.is-open{background:#1c2026;border-color:#3a3f48}.cc-workspace-trigger:after{content:"⌄";color:#737a86;margin-left:auto;padding-right:4px;font-size:13px}.cc-workspace-avatar{box-sizing:border-box;color:#fff;background:#252931;border:1px solid #3b414c;border-radius:5px;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:650;display:flex}.cc-workspace-popover{z-index:100;box-sizing:border-box;background:#181b21;border:1px solid #30343d;border-radius:8px;width:100%;padding:6px;position:absolute;top:49px;left:0;box-shadow:0 18px 40px #00000052,0 3px 8px #0000002e}.cc-workspace-label{color:#747b88;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;padding:7px 8px 6px;font-size:9px;font-weight:650}.cc-workspace-option{box-sizing:border-box;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#20242b;border:0;border-radius:6px;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:8px;display:grid}.cc-workspace-option:hover{background:#252a32}.cc-workspace-option-avatar{box-sizing:border-box;color:#fff;background:#181b21;border:1px solid #3a3f49;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:650;display:flex}.cc-workspace-option-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.cc-workspace-option-copy strong{color:#f3f3f1;font-size:12px;font-weight:600}.cc-workspace-option-copy span{color:#858b98;font-size:10px}.cc-workspace-check{color:var(--accent);text-align:center;font-size:12px}.cc-workspace-divider{background:#2b2f37;height:1px;margin:6px 0}.cc-workspace-action{box-sizing:border-box;color:#747b88;width:100%;min-height:31px;font:inherit;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;padding:0 8px;font-size:11px;display:flex}.cc-workspace-action:disabled{cursor:default}.cc-dashboard-navigation{flex-direction:column;gap:1px;margin:0;display:flex}.cc-dashboard-link,.cc-dashboard-group-header{box-sizing:border-box;color:#989faa;border-radius:6px;align-items:center;width:100%;min-height:37px;padding:0 11px;font-size:13px;font-weight:500;line-height:1;text-decoration:none;transition:background .12s,color .12s;display:flex}.cc-dashboard-link:hover,.cc-dashboard-group-header:hover{color:#e6e7e4;background:#191c22}.cc-dashboard-link.is-active{color:#f5f5f2;background:#22262d;font-weight:600}.cc-dashboard-group{margin:1px 0}.cc-dashboard-group.is-active .cc-dashboard-group-header{color:#f1f1ee}.cc-dashboard-group-header{justify-content:space-between}.cc-dashboard-group-chevron{color:#6f7682;font-size:12px}.cc-dashboard-submenu{border-left:1px solid #2c3037;flex-direction:column;gap:1px;margin:2px 0 6px 11px;padding:2px 0 2px 11px;display:flex}.cc-dashboard-submenu a{color:#777e8b;border-radius:5px;align-items:center;min-height:32px;padding:0 9px;font-size:12px;font-weight:450;text-decoration:none;transition:background .12s,color .12s;display:flex}.cc-dashboard-submenu a:hover{color:#dfe1df;background:#191c22}.cc-dashboard-submenu a.is-current{color:#f0f1ee;background:#1e2228;font-weight:550}.cc-dashboard-footer{flex-direction:column;gap:1px;margin-top:auto;padding-top:28px;display:flex}.cc-dashboard-footer-link{color:#747b87;border-radius:6px;align-items:center;min-height:35px;padding:0 11px;font-size:12px;text-decoration:none;transition:background .12s,color .12s;display:flex}.cc-dashboard-footer-link:hover{color:#dfe1df;background:#191c22}.cc-dashboard-content{box-sizing:border-box;background:var(--bg);min-width:0;min-height:100vh;color:var(--ink);grid-column:2;padding:48px 52px 72px}.cc-dashboard.is-sidebar-closed{grid-template-columns:0 minmax(0,1fr)}.cc-dashboard.is-sidebar-closed .cc-dashboard-sidebar{background:0 0;border-right:0;width:0;padding:0;overflow:visible}.cc-dashboard.is-sidebar-closed .cc-dashboard-sidebar-header{z-index:60;width:32px;min-height:32px;padding:0;position:fixed;top:14px;left:14px}.cc-dashboard.is-sidebar-closed .cc-sidebar-toggle{color:#6f7682;background:0 0;border:0;border-radius:6px;width:32px;height:32px}.cc-dashboard.is-sidebar-closed .cc-sidebar-toggle:hover{color:#202329;background:#e7e5de;border:0}.cc-dashboard.is-sidebar-closed .cc-dashboard-content{grid-column:1/-1}.cc-dashboard.is-sidebar-open .cc-dashboard-sidebar{width:256px}@media (width<=900px){.cc-dashboard{grid-template-columns:232px minmax(0,1fr)}.cc-dashboard-sidebar,.cc-dashboard.is-sidebar-open .cc-dashboard-sidebar{width:232px}.cc-dashboard.is-sidebar-closed{grid-template-columns:0 minmax(0,1fr)}.cc-dashboard-content{padding:40px 32px 60px}}@media (width<=700px){.cc-dashboard{display:block}.cc-dashboard-sidebar{border-bottom:0;border-right:1px solid #292d34;width:232px}.cc-dashboard.is-sidebar-open .cc-dashboard-sidebar{width:232px}.cc-dashboard.is-sidebar-closed .cc-dashboard-sidebar{border-right:0;width:0}.cc-dashboard.is-sidebar-closed .cc-dashboard-sidebar-header{top:12px;left:12px}.cc-dashboard-content{min-height:100vh;padding:32px 22px 50px}}@media (width<=480px){.cc-dashboard-content{padding:28px 16px 44px}}.cc-repository-create{width:min(100%,860px);margin:0 auto}.cc-repository-header{margin-bottom:28px}.cc-repository-header h1{color:var(--ink);letter-spacing:-.025em;margin:0 0 7px;font-size:26px;font-weight:650;line-height:1.2}.cc-repository-header p{color:var(--muted);margin:0;font-size:13.5px;line-height:1.55}.cc-repository-form{border:1px solid var(--border);background:#fff;border-radius:8px;overflow:hidden}.cc-repository-section{padding:30px 34px 34px}.cc-repository-section+.cc-repository-section{border-top:1px solid var(--border)}.cc-repository-section-header{margin-bottom:24px}.cc-repository-eyebrow{color:var(--muted);font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px;font-size:9.5px;font-weight:650;line-height:1;display:block}.cc-repository-section-header h2{color:var(--ink);margin:0 0 5px;font-size:17px;font-weight:650;line-height:1.35}.cc-repository-section-header p{max-width:620px;color:var(--muted);margin:0;font-size:12.5px;line-height:1.55}.cc-repository-owner{box-sizing:border-box;border:1px solid var(--border);background:var(--bg-soft);border-radius:6px;align-items:center;gap:10px;min-height:52px;margin-bottom:24px;padding:8px 10px;display:flex}.cc-repository-owner-avatar{box-sizing:border-box;border:1px solid var(--border-strong);width:32px;height:32px;color:var(--ink);background:#fff;border-radius:5px;flex:0 0 32px;justify-content:center;align-items:center;font-size:11px;font-weight:650;display:flex}.cc-repository-owner-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.cc-repository-owner-copy strong{color:var(--ink);font-size:12.5px;font-weight:650}.cc-repository-owner-copy span{color:var(--muted);font-size:10.5px}.cc-repository-fields{gap:22px;display:grid}.cc-repository-field{flex-direction:column;gap:7px;display:flex}.cc-repository-field>label,.cc-repository-field-header label{color:var(--ink);font-size:12.5px;font-weight:600}.cc-required{color:var(--muted);margin-left:3px}.cc-repository-name{box-sizing:border-box;border:1px solid var(--border-strong);background:#fff;border-radius:6px;align-items:stretch;height:40px;transition:border-color .14s,box-shadow .14s;display:flex;overflow:hidden}.cc-repository-name:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.cc-repository-name>span{border-right:1px solid var(--border);background:var(--bg-soft);color:var(--muted);font-family:var(--mono);white-space:nowrap;align-items:center;padding:0 10px;font-size:11.5px;display:flex}.cc-repository-name input{box-sizing:border-box;min-width:0;height:100%;color:var(--ink);font-family:var(--mono);background:0 0;border:0;outline:0;flex:1;padding:0 10px;font-size:12px}.cc-repository-name input::placeholder{color:#969aa1}.cc-repository-help{color:var(--muted);font-size:11px;line-height:1.45}.cc-repository-field-header{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.cc-repository-field-header>span{color:var(--muted);font-variant-numeric:tabular-nums;font-size:10.5px}.cc-repository-field textarea{box-sizing:border-box;border:1px solid var(--border-strong);width:100%;min-height:92px;color:var(--ink);font:inherit;resize:vertical;background:#fff;border-radius:6px;outline:0;padding:10px;font-size:12.5px;line-height:1.55;transition:border-color .14s,box-shadow .14s}.cc-repository-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.cc-repository-field textarea::placeholder{color:#969aa1}.cc-repository-configuration{border:1px solid var(--border);background:#fff;border-radius:7px;overflow:hidden}.cc-repository-toggle,.cc-repository-select-field{box-sizing:border-box;justify-content:space-between;align-items:center;gap:28px;min-height:66px;padding:14px 16px;display:flex;position:relative}.cc-repository-toggle+.cc-repository-select-field,.cc-repository-select-field+.cc-repository-select-field{border-top:1px solid var(--border)}.cc-repository-toggle:hover,.cc-repository-select-field:hover{background:var(--bg-soft)}.cc-repository-toggle{cursor:pointer}.cc-repository-toggle-copy,.cc-repository-select-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.cc-repository-toggle-copy strong,.cc-repository-select-copy label{color:var(--ink);font-size:12.5px;font-weight:600}.cc-repository-toggle-copy span,.cc-repository-select-copy span{color:var(--muted);font-size:11.5px;line-height:1.45}.cc-repository-toggle input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.cc-repository-toggle-control{box-sizing:border-box;border:1px solid var(--border-strong);background:#e5e2da;border-radius:999px;flex:0 0 36px;width:36px;height:20px;transition:background .12s,border-color .12s;position:relative}.cc-repository-toggle-control:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .12s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000029}.cc-repository-toggle input:checked+.cc-repository-toggle-control{border-color:var(--accent);background:var(--accent)}.cc-repository-toggle input:checked+.cc-repository-toggle-control:after{transform:translate(16px)}.cc-repository-toggle input:focus-visible+.cc-repository-toggle-control{outline:2px solid var(--accent);outline-offset:2px}.cc-repository-select-field select{box-sizing:border-box;border:1px solid var(--border-strong);width:180px;min-height:36px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border-radius:6px;outline:0;flex:0 0 180px;padding:0 30px 0 10px;font-size:11.5px}.cc-repository-select-field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.cc-visibility-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.cc-visibility-option{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:6px;align-items:flex-start;gap:10px;min-width:0;padding:14px;transition:border-color .12s,background .12s;display:flex;position:relative}.cc-visibility-option:hover{border-color:var(--border-strong);background:var(--bg-soft)}.cc-visibility-option.is-selected{border-color:var(--accent);background:var(--accent-soft)}.cc-visibility-option input{opacity:0;width:1px;height:1px;position:absolute}.cc-radio{box-sizing:border-box;border:1px solid var(--border-strong);background:#fff;border-radius:50%;flex:0 0 15px;width:15px;height:15px;margin-top:1px}.cc-visibility-option.is-selected .cc-radio{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 3px #fff}.cc-visibility-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.cc-visibility-copy strong{color:var(--ink);font-size:12.5px;font-weight:650}.cc-visibility-copy span{color:var(--muted);font-size:11.5px;line-height:1.45}.cc-repository-error{color:#972e27;background:#fff7f6;border:1px solid #dfb6b2;border-radius:6px;margin:18px 34px;padding:10px 12px;font-size:11.5px;line-height:1.5}.cc-repository-actions{border-top:1px solid var(--border);background:var(--bg-soft);justify-content:flex-end;align-items:center;gap:8px;padding:14px 34px;display:flex}.cc-repository-cancel,.cc-repository-submit{box-sizing:border-box;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-height:35px;padding:0 13px;font-size:11.5px;font-weight:600;text-decoration:none;display:inline-flex}.cc-repository-cancel{border:1px solid var(--border);color:var(--ink);background:#fff}.cc-repository-cancel:hover{border-color:var(--border-strong);background:var(--bg)}.cc-repository-submit{border:1px solid var(--accent);background:var(--accent);color:#fff;min-width:126px}.cc-repository-submit:hover:not(:disabled){filter:brightness(.94)}.cc-repository-submit:disabled{cursor:wait;opacity:.55}.cc-repository-cancel:focus-visible,.cc-repository-submit:focus-visible,.cc-repository-name input:focus-visible,.cc-repository-field textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cc-visibility-option:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:2px}@media (width<=700px){.cc-repository-create{width:100%}.cc-repository-header{margin-bottom:24px}.cc-repository-header h1{font-size:23px}.cc-repository-section{padding:26px 24px 28px}.cc-repository-actions{padding:14px 24px}.cc-repository-error{margin-left:24px;margin-right:24px}}@media (width<=600px){.cc-repository-select-field{flex-direction:column;align-items:flex-start;gap:10px}.cc-repository-select-field select{flex-basis:auto;width:100%}.cc-visibility-options{grid-template-columns:1fr}}@media (width<=480px){.cc-repository-section{padding:22px 18px 24px}.cc-repository-header h1{font-size:21px}.cc-repository-actions{flex-direction:column-reverse;align-items:stretch;padding-left:18px;padding-right:18px}.cc-repository-cancel,.cc-repository-submit{width:100%}.cc-repository-error{margin-left:18px;margin-right:18px}}
