.button-module__2NABzW__button{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--touch-target);min-width:var(--touch-target);padding:0 var(--space-5);border-radius:var(--radius-full);font-family:inherit;font-size:var(--text-sm);letter-spacing:.01em;color:var(--fg);cursor:pointer;transition:transform var(--duration-fast) var(--ease-spring), box-shadow var(--duration-base) var(--ease-out), background-color var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out);background:0 0;border:1px solid #0000;font-weight:500;display:inline-flex}.button-module__2NABzW__button:active{transform:scale(.97)}.button-module__2NABzW__button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button-module__2NABzW__primary{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:var(--on-accent);box-shadow:var(--shadow-1);font-weight:700}.button-module__2NABzW__primary:hover:not(:disabled){box-shadow:var(--shadow-1), var(--glow-accent)}.button-module__2NABzW__ghost{border-color:var(--border-strong);color:var(--fg)}.button-module__2NABzW__ghost:hover:not(:disabled){border-color:var(--accent);background:var(--accent-soft)}.button-module__2NABzW__danger{border-color:var(--border-strong);color:var(--danger)}.button-module__2NABzW__danger:hover:not(:disabled){border-color:var(--danger);background:var(--danger-soft)}
.surface-module__FzCo1a__surface{background:var(--bg-elevated);background-image:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1), var(--glass-highlight)}.surface-module__FzCo1a__level2{background:var(--bg-raised);background-image:var(--glass-bg);border-color:var(--border-strong);box-shadow:var(--shadow-2), var(--glass-highlight)}.surface-module__FzCo1a__level3{background:var(--bg-raised);background-image:var(--glass-bg);border-color:var(--border-strong);box-shadow:var(--shadow-3), var(--glass-highlight)}.surface-module__FzCo1a__padded{padding:var(--space-5)}
.inspection-module__xVAwhG__surface{z-index:10;visibility:hidden;transition:transform var(--duration-slow) var(--ease-out), visibility 0s linear var(--duration-slow);flex-direction:column;display:flex;position:fixed}.inspection-module__xVAwhG__surface[data-open=true]{visibility:visible;transition:transform var(--duration-slow) var(--ease-out)}.inspection-module__xVAwhG__header{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);display:flex}.inspection-module__xVAwhG__title{font-size:var(--text-base);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}.inspection-module__xVAwhG__close{min-width:var(--touch-target);min-height:var(--touch-target);border-radius:var(--radius-full);color:var(--fg-muted);font-size:var(--text-lg);cursor:pointer;transition:color var(--duration-fast) var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.inspection-module__xVAwhG__close:hover{color:var(--fg)}.inspection-module__xVAwhG__body{padding:var(--space-5);overscroll-behavior:contain;overflow-y:auto}@media (max-width:879px){.inspection-module__xVAwhG__surface{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:72dvh;padding-bottom:env(safe-area-inset-bottom);inset:auto 0 0;transform:translateY(100%)}.inspection-module__xVAwhG__surface[data-open=true]{transform:translateY(0)}.inspection-module__xVAwhG__handle{width:40px;height:4px;margin:var(--space-3) auto 0;border-radius:var(--radius-full);background:var(--border-strong)}}@media (min-width:880px){.inspection-module__xVAwhG__surface{top:var(--space-4);right:var(--space-4);bottom:var(--space-4);width:min(380px,40vw);transform:translateX(calc(100% + var(--space-6)))}.inspection-module__xVAwhG__surface[data-open=true]{transform:translate(0)}.inspection-module__xVAwhG__handle{display:none}}
.states-module__EIowOq__state{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-7) var(--space-5);text-align:center;flex-direction:column;display:flex}.states-module__EIowOq__title{font-size:var(--text-lg);letter-spacing:var(--tracking-tight);color:var(--fg);margin:0;font-weight:700}.states-module__EIowOq__detail{max-width:26rem;font-size:var(--text-sm);color:var(--fg-muted);margin:0}.states-module__EIowOq__glyph{color:var(--fg-subtle)}.states-module__EIowOq__errorGlyph{color:var(--danger)}.states-module__EIowOq__orbits{gap:var(--space-2);display:flex}.states-module__EIowOq__orbit{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent), var(--accent-2));width:10px;height:10px;animation:states-module__EIowOq__orbit-pulse 1.2s var(--ease-spring) infinite}.states-module__EIowOq__orbit:nth-child(2){animation-delay:.15s}.states-module__EIowOq__orbit:nth-child(3){animation-delay:.3s}@keyframes states-module__EIowOq__orbit-pulse{0%,to{opacity:.45;transform:translateY(0)scale(1)}35%{opacity:1;transform:translateY(-6px)scale(1.15)}}.states-module__EIowOq__loadingLabel{font-size:var(--text-sm);color:var(--fg-muted)}.states-module__EIowOq__retry{margin-top:var(--space-2)}
.graph-module__e_ulBa__root{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.graph-module__e_ulBa__viewport{overscroll-behavior:contain;touch-action:pan-x pan-y;flex:1;position:relative;overflow:auto}.graph-module__e_ulBa__viewport:focus-visible{outline:var(--focus-ring);outline-offset:-2px;border-radius:var(--radius)}.graph-module__e_ulBa__canvas{min-width:100%;position:relative}.graph-module__e_ulBa__edges{pointer-events:none;display:block;position:absolute;left:0}.graph-module__e_ulBa__row{align-items:center;gap:var(--space-2);padding-right:var(--space-3);cursor:pointer;white-space:nowrap;display:flex;position:absolute;left:0;right:0}.graph-module__e_ulBa__row:hover{background:var(--accent-soft)}.graph-module__e_ulBa__row[aria-selected=true]{background:var(--accent-soft);box-shadow:inset 2px 0 0 var(--accent)}.graph-module__e_ulBa__message{text-overflow:ellipsis;min-width:0;font-size:var(--text-sm);flex:auto;overflow:hidden}.graph-module__e_ulBa__meta{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-subtle);flex-shrink:0}@media (max-width:699px){.graph-module__e_ulBa__byline{display:none}}.graph-module__e_ulBa__refs{gap:var(--space-1);max-width:45%;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.graph-module__e_ulBa__badge{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:9rem;padding:0 var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--accent-strong);background:var(--bg-raised);flex-shrink:1;overflow:hidden}.graph-module__e_ulBa__badge[data-ref-type=tag]{color:var(--fg-muted);border-style:dashed}.graph-module__e_ulBa__badge[data-branch-role]{font-weight:700}.graph-module__e_ulBa__badge[data-ref-type=merged]{opacity:.85;background:0 0;border-style:dashed;font-style:italic}.graph-module__e_ulBa__pinned{z-index:3;pointer-events:none;height:0;position:sticky;top:0;overflow:visible}.graph-module__e_ulBa__pinnedBadge{text-overflow:ellipsis;white-space:nowrap;max-width:9rem;padding:0 var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius-full);background:var(--bg-raised);box-shadow:var(--shadow-1);font-size:var(--text-xs);pointer-events:auto;cursor:pointer;position:absolute;overflow:hidden}.graph-module__e_ulBa__pinnedBadge[data-source=merge]{border-style:dashed;font-style:italic}.graph-module__e_ulBa__zoomControls{right:var(--space-3);bottom:var(--space-3);z-index:2;gap:var(--space-1);padding:var(--space-1);border:1px solid var(--border);border-radius:var(--radius-full);background:var(--bg-raised);box-shadow:var(--shadow-2);display:flex;position:absolute}.graph-module__e_ulBa__zoomButton{min-width:var(--touch-target);min-height:var(--touch-target);border-radius:var(--radius-full);color:var(--fg-muted);font:inherit;font-size:var(--text-lg);cursor:pointer;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);background:0 0;border:none}.graph-module__e_ulBa__zoomButton:hover{background:var(--accent-soft);color:var(--fg)}.graph-module__e_ulBa__zoomReadout{font-family:var(--font-mono);font-size:var(--text-xs)}
.url-form-module__hEgdra__form{gap:var(--space-2);width:100%;max-width:30rem;margin-top:var(--space-4);text-align:left;flex-direction:column;display:flex}.url-form-module__hEgdra__label{font-size:var(--text-sm);color:var(--fg-muted)}.url-form-module__hEgdra__controls{gap:var(--space-2);display:flex}.url-form-module__hEgdra__input{min-width:0;min-height:var(--touch-target);padding:0 var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg-elevated);color:var(--fg);font:inherit;font-size:var(--text-base);transition:border-color var(--duration-fast) var(--ease-out);flex:1}.url-form-module__hEgdra__input::placeholder{color:var(--fg-subtle)}.url-form-module__hEgdra__input:focus-visible{outline:var(--focus-ring);outline-offset:0;border-color:var(--accent)}.url-form-module__hEgdra__input[aria-invalid=true]{border-color:var(--danger)}.url-form-module__hEgdra__error{font-size:var(--text-sm);color:var(--danger);margin:0}@media (max-width:419px){.url-form-module__hEgdra__controls{flex-direction:column}}
.styleguide-module__ZmYO6G__page{gap:var(--space-6);flex-direction:column;width:100%;max-width:56rem;margin:0 auto;display:flex}.styleguide-module__ZmYO6G__section{gap:var(--space-4);flex-direction:column;display:flex}.styleguide-module__ZmYO6G__sectionTitle{font-size:var(--text-xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}.styleguide-module__ZmYO6G__row{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.styleguide-module__ZmYO6G__swatches{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));display:grid}.styleguide-module__ZmYO6G__swatch{gap:var(--space-1);font-size:var(--text-xs);color:var(--fg-muted);flex-direction:column;display:flex}.styleguide-module__ZmYO6G__swatchChip{border-radius:var(--radius-sm);border:1px solid var(--border);height:3rem}.styleguide-module__ZmYO6G__typeSample{margin:0}
.repo-module__WUmwyG__screen{gap:var(--space-3);flex-direction:column;flex:1;min-height:0;display:flex}.repo-module__WUmwyG__header{align-items:baseline;gap:var(--space-2) var(--space-4);flex-wrap:wrap;display:flex}.repo-module__WUmwyG__repoName{font-size:var(--text-xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:900}.repo-module__WUmwyG__repoSlash{color:var(--fg-subtle);padding:0 .15em;font-weight:400}.repo-module__WUmwyG__status{font-size:var(--text-sm);color:var(--fg-muted);margin:0}.repo-module__WUmwyG__details{gap:var(--space-2) var(--space-4);font-size:var(--text-sm);grid-template-columns:auto 1fr;margin:0;display:grid}.repo-module__WUmwyG__details dt{color:var(--fg-subtle)}.repo-module__WUmwyG__details dd{overflow-wrap:anywhere;margin:0}.repo-module__WUmwyG__mono{font-family:var(--font-mono);font-size:var(--text-xs)}
