@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";.st-focusable:focus-visible,.st-btn:focus-visible,.st-input:focus-visible,.st-textarea:focus-visible,.st-select-trigger:focus-visible,.st-switch:focus-visible,.st-tab:focus-visible,.st-nav-link:focus-visible,.st-link:focus-visible,.st-icon-btn:focus-visible,.st-dialog-close:focus-visible,.st-skip-link:focus-visible,.st-radio__input:focus-visible+.st-radio__mark,.st-row-link:focus-visible{outline:var(--st-focus-ring-width) solid var(--st-focus-ring-color);outline-offset:var(--st-focus-ring-offset);border-radius:var(--st-radius-sm)}.st-focus-scroll{scroll-margin-top:var(--st-space-16)}.st-skip-link{position:absolute;left:var(--st-space-2);top:var(--st-space-2);z-index:100;transform:translateY(-150%);transition:transform var(--st-duration-fast) var(--st-ease-standard);background:var(--st-color-surface-raised);color:var(--st-color-text-primary);border:1px solid var(--st-color-border-strong);border-radius:var(--st-radius-sm);padding:var(--st-space-2) var(--st-space-4);font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);text-decoration:none}.st-skip-link:focus,.st-skip-link:focus-visible{transform:translateY(0);box-shadow:var(--st-shadow-md)}.st-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--st-space-2);min-height:var(--st-space-6);padding:var(--st-space-2) var(--st-space-4);border-radius:var(--st-radius-sm);border:1px solid transparent;font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);line-height:var(--st-leading-tight);white-space:nowrap;cursor:pointer;touch-action:manipulation;transition:background-color var(--st-duration-fast) var(--st-ease-standard),border-color var(--st-duration-fast) var(--st-ease-standard),color var(--st-duration-fast) var(--st-ease-standard),box-shadow var(--st-duration-fast) var(--st-ease-standard),opacity var(--st-duration-fast) var(--st-ease-standard)}.st-btn:disabled,.st-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;pointer-events:none}.st-btn--sm{min-height:var(--st-space-8);padding:var(--st-space-1) var(--st-space-3)}.st-btn--default{min-height:var(--st-space-10)}.st-btn--lg{min-height:44px;padding:var(--st-space-3) var(--st-space-6);font-size:var(--st-text-body-base)}.st-btn--icon{min-height:var(--st-space-10);min-width:var(--st-space-10);padding:var(--st-space-2)}.st-btn--primary{background:var(--st-btn-primary-bg);color:var(--st-btn-primary-fg);border-color:var(--st-btn-primary-bg);box-shadow:var(--st-shadow-xs)}.st-btn--primary:hover{background:var(--st-btn-primary-bg-hover);border-color:var(--st-btn-primary-bg-hover)}.st-btn--outline{background:var(--st-color-surface-raised);color:var(--st-color-text-primary);border-color:var(--st-color-border-strong);box-shadow:var(--st-shadow-xs)}.st-btn--outline:hover{background:var(--st-color-surface-sunken)}.st-btn--ghost{background:transparent;color:var(--st-color-text-primary);border-color:transparent}.st-btn--ghost:hover{background:var(--st-color-surface-sunken)}.st-btn--link{background:transparent;color:var(--st-color-text-primary);border-color:transparent;min-height:var(--st-space-6);padding:var(--st-space-1) var(--st-space-2);text-decoration:underline;text-underline-offset:3px}.st-btn--link:hover{color:var(--st-color-text-secondary)}.st-link{color:var(--st-color-text-primary);text-decoration:underline;text-underline-offset:3px;border-radius:var(--st-radius-xs)}.st-link:hover{color:var(--st-color-text-secondary)}.st-icon-btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--st-space-6);min-width:var(--st-space-6);padding:var(--st-space-1);border:1px solid transparent;border-radius:var(--st-radius-sm);background:transparent;color:var(--st-color-text-secondary);cursor:pointer;touch-action:manipulation;transition:background-color var(--st-duration-fast) var(--st-ease-standard),color var(--st-duration-fast) var(--st-ease-standard)}.st-icon-btn:hover{background:var(--st-color-surface-sunken);color:var(--st-color-text-primary)}.st-label{display:inline-block;font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);line-height:var(--st-leading-tight);color:var(--st-color-text-primary)}.st-input,.st-textarea{display:block;width:100%;min-height:var(--st-space-10);padding:var(--st-space-2) var(--st-space-3);border:1px solid var(--st-color-border-control);border-radius:var(--st-radius-md);background:var(--st-color-surface-raised);color:var(--st-color-text-primary);font-family:var(--st-font-sans);font-size:var(--st-text-body-base);line-height:var(--st-leading-normal);box-shadow:var(--st-shadow-xs);transition:border-color var(--st-duration-fast) var(--st-ease-standard),box-shadow var(--st-duration-fast) var(--st-ease-standard)}.st-input::-moz-placeholder,.st-textarea::-moz-placeholder{color:var(--st-color-text-tertiary)}.st-input::placeholder,.st-textarea::placeholder{color:var(--st-color-text-tertiary)}.st-input:focus-within,.st-input:focus,.st-textarea:focus{border-color:var(--st-color-border-strong);box-shadow:var(--st-shadow-md)}.st-input--mono{font-family:var(--st-font-mono)}.st-textarea{min-height:var(--st-space-16);resize:vertical}.st-input:disabled,.st-textarea:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 767px){.st-input,.st-textarea{font-size:max(1rem,var(--st-text-body-base))}}.st-badge{display:inline-flex;align-items:center;gap:var(--st-space-1);padding:2px var(--st-space-2);border-radius:var(--st-radius-full);border:1px solid var(--st-color-border);background:var(--st-color-surface-sunken);color:var(--st-color-text-secondary);font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);line-height:var(--st-leading-tight)}.st-radio{display:inline-flex;align-items:center;gap:var(--st-space-2);min-height:var(--st-space-8);cursor:pointer;font-family:var(--st-font-sans);font-size:var(--st-text-body-base);color:var(--st-color-text-primary)}.st-radio__input{position:absolute;opacity:0;width:1px;height:1px}.st-radio__mark{display:inline-block;width:var(--st-space-4);height:var(--st-space-4);border-radius:var(--st-radius-full);border:2px solid var(--st-color-border-control);background:var(--st-color-surface-raised);flex-shrink:0;transition:border-color var(--st-duration-fast) var(--st-ease-standard)}.st-radio__input:checked+.st-radio__mark{border-color:var(--st-color-text-primary);box-shadow:inset 0 0 0 3px var(--st-color-text-primary)}.st-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--st-color-scrim);overscroll-behavior:contain}.st-dialog-content{position:fixed;left:50%;top:50%;z-index:51;transform:translate(-50%,-50%);width:calc(100% - var(--st-space-8));max-width:30rem;max-height:calc(100dvh - var(--st-space-8));overflow:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:var(--st-space-4);padding:var(--st-space-6);background:var(--st-color-surface-raised);color:var(--st-color-text-primary);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-xl)}.st-dialog-title{font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);margin:0}.st-dialog-desc{font-family:var(--st-font-sans);font-size:var(--st-text-body-base);line-height:var(--st-leading-relaxed);color:var(--st-color-text-secondary);margin:0}.st-dialog-actions{display:flex;flex-wrap:wrap;gap:var(--st-space-3);justify-content:flex-end}.st-dialog-close{position:absolute;right:var(--st-space-3);top:var(--st-space-3)}.st-select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:var(--st-space-2);min-height:var(--st-space-10);width:100%;padding:var(--st-space-2) var(--st-space-3);border:1px solid var(--st-color-border-control);border-radius:var(--st-radius-md);background:var(--st-color-surface-raised);color:var(--st-color-text-primary);font-family:var(--st-font-sans);font-size:var(--st-text-body-base);cursor:pointer;touch-action:manipulation;transition:border-color var(--st-duration-fast) var(--st-ease-standard),box-shadow var(--st-duration-fast) var(--st-ease-standard)}.st-select-trigger:hover{border-color:var(--st-color-border-strong)}.st-select-content{z-index:60;min-width:8rem;overflow:hidden;background:var(--st-color-surface-raised);color:var(--st-color-text-primary);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-lg)}.st-select-viewport{padding:var(--st-space-1)}.st-select-item{display:flex;align-items:center;gap:var(--st-space-2);min-height:var(--st-space-8);padding:var(--st-space-1) var(--st-space-2);padding-right:var(--st-space-8);border-radius:var(--st-radius-sm);font-size:var(--st-text-body-base);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.st-select-item[data-highlighted]{background:var(--st-color-surface-sunken)}.st-select-item-indicator{position:absolute;right:var(--st-space-2);display:inline-flex}.st-switch{display:inline-flex;align-items:center;width:var(--st-space-8);height:var(--st-space-5);padding:2px;border-radius:var(--st-radius-full);border:1px solid var(--st-color-border-control);background:var(--st-color-surface-sunken);cursor:pointer;transition:background-color var(--st-duration-fast) var(--st-ease-standard)}.st-switch[data-state=checked]{background:var(--st-color-text-primary);border-color:var(--st-color-text-primary)}.st-switch__thumb{display:block;width:var(--st-space-4);height:var(--st-space-4);border-radius:var(--st-radius-full);background:var(--st-color-surface-raised);border:1px solid var(--st-color-border-control);transition:transform var(--st-duration-fast) var(--st-ease-standard)}.st-switch[data-state=checked] .st-switch__thumb{transform:translate(var(--st-space-3))}.st-tabs-list{display:inline-flex;align-items:center;gap:var(--st-space-1);padding:var(--st-space-1);border-radius:var(--st-radius-md);background:var(--st-color-surface-sunken)}.st-tab{min-height:var(--st-space-8);padding:var(--st-space-1) var(--st-space-3);border:1px solid transparent;border-radius:var(--st-radius-sm);background:transparent;color:var(--st-color-text-secondary);font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);cursor:pointer;transition:background-color var(--st-duration-fast) var(--st-ease-standard),color var(--st-duration-fast) var(--st-ease-standard)}.st-tab[data-state=active]{background:var(--st-color-surface-raised);color:var(--st-color-text-primary);box-shadow:var(--st-shadow-xs)}.st-tab-content:focus-visible{outline:var(--st-focus-ring-width) solid var(--st-focus-ring-color);outline-offset:var(--st-focus-ring-offset)}.st-scrollarea-root{position:relative;overflow:hidden}.st-scrollarea-viewport{width:100%;height:100%;border-radius:inherit}.st-scrollarea-scrollbar{display:flex;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:1px}.st-scrollarea-scrollbar[data-orientation=vertical]{width:var(--st-space-2)}.st-scrollarea-scrollbar[data-orientation=horizontal]{flex-direction:column;height:var(--st-space-2)}.st-scrollarea-thumb{flex:1;border-radius:var(--st-radius-full);background:var(--st-color-border-strong)}@media (pointer: coarse){.st-btn,.st-icon-btn,.st-select-trigger,.st-nav-link,.st-row-link,.st-tab,.st-radio,summary{min-height:44px}summary{padding-block:var(--st-space-2)}.st-btn--icon,.st-icon-btn{min-width:44px}}.st-trust-chip{display:inline-flex;align-items:center;gap:var(--st-space-2);padding:var(--st-space-1) var(--st-space-3);border-radius:var(--st-radius-full);border:1px solid transparent;font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);line-height:var(--st-leading-tight);white-space:nowrap}.st-trust-chip__dot{width:6px;height:6px;border-radius:var(--st-radius-full);flex-shrink:0;background:currentColor}.st-trust-chip--grounded{color:var(--st-trust-grounded-text);background:var(--st-trust-grounded-surface);border-color:var(--st-trust-grounded-border)}.st-trust-chip--partial{color:var(--st-trust-partial-text);background:var(--st-trust-partial-surface);border-color:var(--st-trust-partial-border)}.st-trust-chip--blocked{color:var(--st-trust-blocked-text);background:var(--st-trust-blocked-surface);border-color:var(--st-trust-blocked-border)}.st-trust-chip--neutral{color:var(--st-color-text-secondary);background:var(--st-color-surface-sunken);border-color:var(--st-color-border)}.st-skeleton{display:block;background:var(--st-color-surface-sunken);border-radius:var(--st-radius-sm);animation:st-skeleton-pulse 1.4s var(--st-ease-standard) infinite}.st-skeleton--line{height:var(--st-space-4);margin-bottom:var(--st-space-2)}.st-skeleton--title{height:var(--st-space-5);width:60%;margin-bottom:var(--st-space-2)}.st-skeleton--meta{height:var(--st-space-3);width:40%}@keyframes st-skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}.st-empty,.st-denied{display:flex;flex-direction:column;gap:var(--st-space-2);padding:var(--st-space-8) 0}.st-empty__title{font-family:var(--st-font-sans);font-size:var(--st-text-body-lg);font-weight:var(--st-weight-semibold);color:var(--st-color-text-primary);margin:0}.st-empty__body{color:var(--st-color-text-secondary);margin:0;max-width:48ch}.st-denied{align-items:flex-start;max-width:640px;margin:0 auto;padding-block:var(--st-space-16);padding-inline:var(--st-space-4)}.st-denied__title{font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);margin:var(--st-space-3) 0 0}.st-denied__body{color:var(--st-color-text-secondary);margin:0}.st-notice{display:flex;flex-direction:column;gap:var(--st-space-1);padding:var(--st-space-3) var(--st-space-4);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface-sunken);color:var(--st-color-text-primary)}.st-notice__title{font-family:var(--st-font-sans);font-size:var(--st-text-body-base);font-weight:var(--st-weight-semibold);margin:0}.st-notice__body{color:var(--st-color-text-secondary);margin:0}.st-notice__detail{margin-top:var(--st-space-2);font-family:var(--st-font-mono);font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-notice__detail summary{cursor:pointer}.st-spinner{display:inline-block;width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:var(--st-radius-full);animation:st-spin .7s linear infinite;vertical-align:-.15em}@keyframes st-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.st-skeleton,.st-spinner{animation:none}}.st-skeleton-row{list-style:none;padding:var(--st-space-3) var(--st-space-4);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface-raised)}.st-shell{min-height:100dvh;display:flex;flex-direction:column;background:var(--st-color-surface)}.st-topbar{display:flex;align-items:center;gap:var(--st-space-3);height:48px;padding-inline:var(--st-space-4);border-bottom:1px solid var(--st-color-border);background:var(--st-color-surface-raised)}.st-topbar__brand{display:inline-flex;align-items:center;gap:var(--st-space-2);font-family:var(--st-font-display);font-weight:var(--st-weight-display);color:var(--st-color-text-primary)}.st-topbar__spacer{flex:1}.st-shell__body{display:flex;flex:1;min-height:0}.st-rail{flex-shrink:0;width:264px;display:flex;flex-direction:column;gap:var(--st-space-4);padding:var(--st-space-5) var(--st-space-4);border-right:1px solid var(--st-color-border);background:var(--st-color-surface-raised)}.st-rail__brand{display:inline-flex;align-items:center;gap:var(--st-space-2);font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);color:var(--st-color-text-primary)}.st-rail__section{display:flex;flex-direction:column;gap:var(--st-space-1)}.st-rail__section-label{font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-tertiary);padding-inline:var(--st-space-2);margin:0 0 var(--st-space-1)}.st-rail__footer{margin-top:auto;display:flex;flex-direction:column;gap:var(--st-space-3);padding-top:var(--st-space-4);border-top:1px solid var(--st-color-border)}.st-identity{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-identity__prefix{font-family:var(--st-font-mono)}.st-nav-link{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-2);min-height:var(--st-space-10);padding:var(--st-space-2) var(--st-space-3);border-radius:var(--st-radius-md);color:var(--st-color-text-secondary);text-decoration:none;font-size:var(--st-text-body-base);font-weight:var(--st-weight-medium);transition:background-color var(--st-duration-fast) var(--st-ease-standard),color var(--st-duration-fast) var(--st-ease-standard)}.st-nav-link:hover{background:var(--st-color-surface-sunken);color:var(--st-color-text-primary)}.st-nav-link[aria-current=page]{background:var(--st-color-surface-sunken);color:var(--st-color-text-primary);font-weight:var(--st-weight-semibold)}.st-nav-badge{min-width:var(--st-space-5);text-align:center}.st-switcher{position:relative}.st-switcher__button{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-2);width:100%;min-height:var(--st-space-10);padding:var(--st-space-2) var(--st-space-3);border:1px solid var(--st-color-border-control);border-radius:var(--st-radius-md);background:var(--st-color-surface);color:var(--st-color-text-primary);cursor:pointer;text-align:left;font-family:var(--st-font-sans);transition:border-color var(--st-duration-fast) var(--st-ease-standard)}.st-switcher__button:hover{border-color:var(--st-color-border-strong)}.st-switcher__name{font-weight:var(--st-weight-semibold);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-switcher__status{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-switcher__menu{position:absolute;z-index:40;top:calc(100% + var(--st-space-1));left:0;right:0;max-height:320px;overflow:auto;padding:var(--st-space-1);background:var(--st-color-surface-raised);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-lg);list-style:none;margin:0}.st-switcher__menu:focus-visible{outline:none}.st-switcher__item{display:block;padding:var(--st-space-2) var(--st-space-3);border-radius:var(--st-radius-sm);color:var(--st-color-text-primary);cursor:pointer}.st-switcher__item--muted{color:var(--st-color-text-tertiary);cursor:default}.st-switcher__item--active{background:var(--st-color-surface-sunken);box-shadow:inset 0 0 0 var(--st-focus-ring-width) var(--st-focus-ring-color)}.st-switcher__item[aria-selected=true]{font-weight:var(--st-weight-semibold)}.st-switcher__retry{padding:var(--st-space-1) var(--st-space-2) var(--st-space-2)}@media (pointer: coarse){.st-switcher__item,.st-switcher__button,.st-nav-link{min-height:44px}}.st-main{flex:1;min-width:0;padding:var(--st-space-8);padding-block-start:var(--st-space-6)}@media (max-width: 767px){.st-main{padding-inline:var(--st-space-4)}}.st-content{max-width:720px}.st-content.st-split{max-width:min(1200px,100%)}.st-page-title{font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);margin:0 0 var(--st-space-2)}.st-project-header{color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm);margin:0 0 var(--st-space-6)}.st-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;background:var(--st-color-scrim)}.st-drawer__close{position:absolute;top:var(--st-space-3);right:var(--st-space-3)}.st-drawer{position:fixed;z-index:46;inset:0 auto 0 0;width:min(300px,85vw);padding:var(--st-space-5) var(--st-space-4);background:var(--st-color-surface-raised);border-right:1px solid var(--st-color-border);box-shadow:var(--st-shadow-xl);display:flex;flex-direction:column;gap:var(--st-space-4);overflow:auto;overscroll-behavior:contain}.st-rail{display:none}.st-topbar{display:flex}@media (min-width: 768px){.st-rail{display:flex}.st-topbar{display:none}}.st-welcome{min-height:100dvh;display:flex;align-items:flex-start;justify-content:center;padding-block:var(--st-space-16);padding-inline:var(--st-space-4);background:var(--st-color-surface)}.st-welcome__col{width:100%;max-width:440px;display:flex;flex-direction:column;gap:var(--st-space-5)}.st-welcome__brand{display:inline-flex;align-items:center;gap:var(--st-space-2);color:var(--st-color-text-primary);font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight)}.st-welcome__title{font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);margin:0}.st-welcome__lede{color:var(--st-color-text-secondary);margin:0}.st-welcome__form{display:flex;flex-direction:column;gap:var(--st-space-3)}.st-field{display:flex;flex-direction:column;gap:var(--st-space-2)}.st-field__row{display:flex;gap:var(--st-space-2);align-items:stretch}.st-field__row .st-input{flex:1}.st-field__head{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-2)}.st-field__error{color:var(--st-color-text-primary);font-weight:var(--st-weight-medium);font-size:var(--st-text-body-sm);margin:0}.st-welcome__connect{min-height:44px;min-width:120px;align-self:flex-start}.st-welcome__help summary{cursor:pointer;color:var(--st-color-text-primary);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold)}.st-welcome__help p{color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm);margin:var(--st-space-2) 0 0}.st-welcome__accepted{display:flex;flex-direction:column;gap:var(--st-space-2)}.st-welcome__role{color:var(--st-color-text-secondary);margin:0}.st-table-wrap{overflow-x:auto}.st-table{width:100%;border-collapse:collapse;font-size:var(--st-text-body-base)}.st-table th,.st-table td{text-align:left;padding:var(--st-space-3) var(--st-space-3);border-bottom:1px solid var(--st-color-border);vertical-align:middle}.st-table thead th{font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-tertiary);border-bottom:1px solid var(--st-color-border-strong);white-space:nowrap}.st-table--clickable tbody tr{cursor:pointer;transition:background-color var(--st-duration-fast) var(--st-ease-standard)}.st-table--clickable tbody tr:hover{background:var(--st-color-surface-sunken)}.st-table__name{font-weight:var(--st-weight-semibold);min-width:9rem}.st-table__actions{text-align:right;white-space:nowrap}.st-table__muted{color:var(--st-color-text-tertiary)}.st-table__mono{font-family:var(--st-font-mono);font-size:var(--st-text-body-sm)}.st-cell-link{color:var(--st-color-text-primary);text-decoration:none;border-radius:var(--st-radius-xs)}.st-cell-link:hover{text-decoration:underline}.st-list-actions{margin-top:var(--st-space-4)}.st-table .st-nowrap,.st-table time{white-space:nowrap}.st-keyrow__revoke-mobile{display:none}@media (max-width: 767px){.st-col-lastused,.st-col-revoke{display:none}.st-keyrow__revoke-mobile{display:block;margin-top:var(--st-space-1)}}@media (max-width: 767px){.st-table th,.st-table td{padding-inline:var(--st-space-2)}}.st-section{margin-bottom:var(--st-space-section)}.st-section__title{font-family:var(--st-font-sans);font-size:var(--st-text-body-lg);font-weight:var(--st-weight-semibold);margin:0 0 var(--st-space-2)}.st-section__lede{color:var(--st-color-text-secondary);margin:0 0 var(--st-space-4);max-width:60ch}.st-create{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--st-space-3);margin-bottom:var(--st-space-5)}.st-create .st-field{flex:1;min-width:220px}.st-reveal{display:flex;flex-direction:column;gap:var(--st-space-3);padding:var(--st-space-5);margin-bottom:var(--st-space-5);background:var(--st-color-surface-raised);border:1px solid var(--st-color-border-strong);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-md)}.st-reveal__title{font-family:var(--st-font-sans);font-size:var(--st-text-body-lg);font-weight:var(--st-weight-semibold);margin:0}.st-reveal__body{color:var(--st-color-text-secondary);margin:0}.st-reveal__row{display:flex;gap:var(--st-space-2);align-items:stretch}.st-reveal__row .st-input{flex:1}.st-invite-status-muted{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-invite-issuer-value{margin:0;min-height:var(--st-space-10);display:flex;align-items:center;font-size:var(--st-text-body-base);color:var(--st-color-text-secondary)}.st-invite-skeleton{list-style:none;padding:0;display:grid;gap:var(--st-space-2)}.st-invite-error-gap{margin-bottom:var(--st-space-4)}.st-revoked details summary{cursor:pointer;font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);padding:var(--st-space-2) 0}.st-theme-fieldset{border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-4);display:flex;flex-direction:column;gap:var(--st-space-2);max-width:360px}.st-theme-fieldset legend{font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);padding-inline:var(--st-space-2)}.st-meter-list{margin:var(--st-space-3) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--st-space-2);max-width:480px}.st-meter{display:flex;justify-content:space-between;align-items:baseline;gap:var(--st-space-3);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-2) var(--st-space-3)}.st-meter dt{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-meter dd{margin:0;font-variant-numeric:tabular-nums;font-weight:var(--st-weight-semibold)}.st-trial{margin-top:var(--st-space-3);padding:var(--st-space-3);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface-raised);max-width:480px}.st-trial .st-section__lede{margin:0}.st-trial__warnings{margin:var(--st-space-2) 0 0;padding-left:var(--st-space-4);font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-invite-capability{margin-top:var(--st-space-3)}.st-invite-capability-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--st-space-2)}.st-invite-capability-row{padding:var(--st-space-2) 0;border-bottom:1px solid var(--st-color-border)}.st-invite-capability-row:last-child{border-bottom:none}.st-invite-capability-error{display:block;margin-top:var(--st-space-1);font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-members-note{margin:0 0 var(--st-space-4);font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-cap-cell{position:relative;display:flex;align-items:center;-moz-column-gap:var(--st-space-2);column-gap:var(--st-space-2)}.st-cap-label{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);cursor:pointer}.st-cap-desc{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.st-switch:focus-visible~.st-cap-desc{position:absolute;inset:100% auto auto 0;width:-moz-max-content;width:max-content;height:auto;margin:var(--st-space-1) 0 0;padding:var(--st-space-1) var(--st-space-2);overflow:visible;clip:auto;white-space:normal;max-width:32ch;font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary);background:var(--st-color-surface-raised);border:1px solid var(--st-color-border);border-radius:var(--st-radius-sm);box-shadow:var(--st-shadow-sm);z-index:1}.st-cap-empty{color:var(--st-color-text-tertiary)}.st-cap-chips{display:flex;flex-wrap:wrap;align-items:center;gap:var(--st-space-1) var(--st-space-2)}.st-cap-undo{display:inline-flex;align-items:center}.st-member-reason td{padding-top:0;font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-member-notice td{padding-top:0}.st-member-you{display:inline-block;white-space:nowrap;margin-left:var(--st-space-2)}@media (pointer: coarse){.st-cap-cell .st-switch{position:relative}.st-cap-cell .st-switch:after{content:"";position:absolute;top:-12px;right:-6px;bottom:-12px;left:-6px}.st-cap-label{display:inline-flex;align-items:center;min-height:44px}}@media (max-width: 767px){.st-members-table thead{display:none}.st-members-table tbody tr:not(.st-member-reason):not(.st-member-notice){display:grid;grid-template-columns:1fr auto;grid-template-areas:"member role" "cap1 cap1" "cap2 cap2";-moz-column-gap:var(--st-space-3);column-gap:var(--st-space-3);row-gap:var(--st-space-2);padding:var(--st-space-3) 0}.st-members-table tbody tr:not(.st-member-reason):not(.st-member-notice) td{display:block;border-bottom:none;padding:0}.st-members-table td:nth-child(1){grid-area:member}.st-members-table td:nth-child(2){grid-area:role;justify-self:end;color:var(--st-color-text-tertiary)}.st-members-table td:nth-child(3){grid-area:cap1}.st-members-table td:nth-child(4){grid-area:cap2}.st-member-reason td,.st-member-notice td{display:block;border-bottom:1px solid var(--st-color-border);padding-bottom:var(--st-space-3)}}.st-muted{color:var(--st-color-text-tertiary)}.st-mono{font-family:var(--st-font-mono);font-size:var(--st-text-body-sm)}.st-state-text{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary);white-space:nowrap}.st-code{font-family:var(--st-font-mono);font-size:var(--st-text-body-sm);background:var(--st-color-surface-sunken);border:1px solid var(--st-color-border);border-radius:var(--st-radius-sm);padding:var(--st-space-3);overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere;margin:var(--st-space-2) 0 0}.st-key{color:var(--st-color-text-tertiary);overflow-wrap:anywhere}.st-deflist{display:grid;gap:var(--st-space-2);margin:0}.st-deflist__row{display:grid;grid-template-columns:minmax(8rem,12rem) 1fr;gap:var(--st-space-3);align-items:baseline}.st-deflist--compact .st-deflist__row{grid-template-columns:minmax(6rem,10rem) 1fr}.st-deflist__term{font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);margin:0}.st-deflist__desc{margin:0;color:var(--st-color-text-primary);overflow-wrap:anywhere}.st-deflist--mono .st-deflist__desc{font-family:var(--st-font-mono);font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}@media (max-width: 599px){.st-deflist__row{grid-template-columns:1fr;gap:var(--st-space-1)}}.st-block{margin-bottom:var(--st-space-6)}.st-block__title{font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);margin:0 0 var(--st-space-2)}.st-disclosure{display:block}.st-disclosure summary{cursor:pointer;font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);padding:var(--st-space-1) 0}.st-details-drawer{margin-top:var(--st-space-4);border-top:1px solid var(--st-color-border);padding-top:var(--st-space-3)}.st-applies-to{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);margin:var(--st-space-2) 0 0}.st-applies-to__label{font-weight:var(--st-weight-semibold);color:var(--st-color-text-tertiary)}.st-evidence{list-style:none;padding:0;margin:0;display:grid;gap:var(--st-space-4)}.st-evidence__item{display:grid;gap:var(--st-space-1)}.st-evidence__type{font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);margin:0}.st-evidence__excerpt{margin:0;padding:var(--st-space-2) var(--st-space-4);border-left:2px solid var(--st-color-border-strong);background:var(--st-color-surface-sunken);border-radius:var(--st-radius-xs);color:var(--st-color-text-primary);overflow-wrap:anywhere;white-space:pre-wrap}.st-evidence__ref{font-size:var(--st-text-body-sm);overflow-wrap:anywhere}.st-rowlist{list-style:none;padding:0;margin:var(--st-space-3) 0 0;display:grid;gap:var(--st-space-2)}.st-row{border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface-raised)}.st-row--current{border-color:var(--st-color-border-strong)}.st-row__link{display:grid;gap:var(--st-space-1);padding:var(--st-space-3) var(--st-space-4);text-decoration:none;color:inherit;border-radius:var(--st-radius-md)}.st-row__link:hover{background:var(--st-color-surface-sunken)}.st-row__top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--st-space-3)}.st-row__statement{font-size:var(--st-text-body-base);font-weight:var(--st-weight-medium);color:var(--st-color-text-primary);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.st-row__aside{flex-shrink:1;min-width:0}.st-row__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--st-space-1) var(--st-space-3);font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary);margin:0}.st-row__tag{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);border:1px solid var(--st-color-border);border-radius:var(--st-radius-full);padding:0 var(--st-space-2)}.st-filters{display:flex;flex-wrap:wrap;gap:var(--st-space-1);margin:var(--st-space-4) 0 var(--st-space-2);padding:var(--st-space-1);border-radius:var(--st-radius-md);background:var(--st-color-surface-sunken);width:-moz-fit-content;width:fit-content;max-width:100%}.st-filter{padding:var(--st-space-1) var(--st-space-3);min-height:var(--st-space-8);display:inline-flex;align-items:center;border-radius:var(--st-radius-sm);text-decoration:none;color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);transition:background-color var(--st-duration-fast) var(--st-ease-standard),color var(--st-duration-fast) var(--st-ease-standard)}.st-filter:hover{color:var(--st-color-text-primary)}.st-filter[aria-current=page]{background:var(--st-color-surface-raised);color:var(--st-color-text-primary);box-shadow:var(--st-shadow-xs)}.st-orderline{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary);margin:0 0 var(--st-space-1)}.st-split{display:grid;gap:var(--st-space-6)}@media (min-width: 1024px){.st-split--open{grid-template-columns:minmax(0,22rem) minmax(0,1fr);align-items:start}}.st-split__list{min-width:0}.st-panel{background:var(--st-color-surface-raised);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-sm);padding:var(--st-space-6);min-width:0}@media (min-width: 1024px){.st-panel{position:sticky;top:var(--st-space-4);max-height:calc(100dvh - var(--st-space-8));overflow:auto}}@media (max-width: 1023px){.st-split--open .st-split__list{display:none}}.st-backlink{display:inline-flex;align-items:center;gap:var(--st-space-1);margin-bottom:var(--st-space-4);font-size:var(--st-text-body-sm)}@media (min-width: 1024px){.st-split--open .st-backlink{display:none}}.st-detail__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--st-space-2) var(--st-space-4);margin-bottom:var(--st-space-4)}.st-detail__title{font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);margin:0;overflow-wrap:anywhere}.st-detail__title code,.st-detail__key{font-family:var(--st-font-mono);font-size:.85em}.st-detail__meta{display:flex;flex-wrap:wrap;gap:var(--st-space-1) var(--st-space-3);font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary);margin:0 0 var(--st-space-4)}.st-detail__dim,.st-detail__dim .st-statement,.st-detail__dim .st-why,.st-detail__dim .st-deflist__desc{color:var(--st-color-text-tertiary)}.st-statement-card{background:var(--st-color-surface-raised);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-4);margin-bottom:var(--st-space-6)}.st-statement{font-size:var(--st-text-body-lg);font-weight:var(--st-weight-medium);line-height:var(--st-leading-normal);color:var(--st-color-text-primary);margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.st-why{margin:var(--st-space-3) 0 0;color:var(--st-color-text-secondary);white-space:pre-wrap;overflow-wrap:anywhere}.st-compare{display:grid;gap:var(--st-space-3)}@media (min-width: 1024px){.st-compare--two{grid-template-columns:1fr 1fr}}.st-compare__col{border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-3)}.st-compare__col--current{background:var(--st-color-surface-sunken)}.st-compare__label{font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);margin:0 0 var(--st-space-1)}.st-decision{margin-top:var(--st-space-6);padding-top:var(--st-space-4);border-top:1px solid var(--st-color-border)}.st-decision__title{font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);margin:0 0 var(--st-space-3)}.st-decision__actions{display:flex;flex-wrap:wrap;gap:var(--st-space-3);align-items:center}.st-decision__reject{margin-left:auto}.st-decision__confirm{display:flex;flex-direction:column;gap:var(--st-space-2)}.st-decision__confirm-row{display:flex;flex-wrap:wrap;gap:var(--st-space-3)}.st-decision__helper{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);margin:0}.st-decision__success{margin-top:var(--st-space-4)}.st-alert{display:grid;gap:var(--st-space-2);padding:var(--st-space-3) var(--st-space-4);border:1px solid var(--st-trust-blocked-border);background:var(--st-trust-blocked-surface);border-radius:var(--st-radius-md);margin-bottom:var(--st-space-4)}.st-alert__title{font-family:var(--st-font-sans);font-size:var(--st-text-body-base);font-weight:var(--st-weight-semibold);color:var(--st-trust-blocked-text);margin:0}.st-alert__body{color:var(--st-color-text-primary);margin:0}.st-alert--partial{border-color:var(--st-trust-partial-border);background:var(--st-trust-partial-surface)}.st-alert--partial .st-alert__title{color:var(--st-trust-partial-text)}.st-editor{display:grid;gap:var(--st-space-4)}.st-editor__readonly{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-counter{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary);text-align:right}.st-evidence-editor{display:grid;gap:var(--st-space-3)}.st-evidence-editor__row{display:grid;gap:var(--st-space-2);padding:var(--st-space-3);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md)}.st-field{display:grid;gap:var(--st-space-1)}.st-field__error{color:var(--st-trust-blocked-text);font-weight:var(--st-weight-medium);font-size:var(--st-text-body-sm);margin:0}.st-search{display:flex;flex-wrap:wrap;gap:var(--st-space-2);align-items:flex-end;margin:var(--st-space-2) 0 var(--st-space-4)}.st-search .st-field{flex:1;min-width:220px}.st-lib-filters{display:flex;flex-wrap:wrap;gap:var(--st-space-3);margin-bottom:var(--st-space-4)}.st-lib-filters .st-field{min-width:180px}.st-lib-note{margin:0 0 var(--st-space-4)}.st-footer-note{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary);margin:var(--st-space-4) 0 0}.st-history{list-style:none;padding:0;margin:var(--st-space-2) 0 0;display:grid;gap:var(--st-space-2)}.st-history__item{display:flex;flex-wrap:wrap;gap:var(--st-space-1) var(--st-space-3);align-items:baseline;padding:var(--st-space-2) var(--st-space-3);border:1px solid var(--st-color-border);border-radius:var(--st-radius-sm);font-size:var(--st-text-body-sm)}.st-import__warn{border-color:var(--st-color-border-strong);background:var(--st-color-surface-sunken)}.st-preview{margin-top:var(--st-space-4)}.st-scope-radios{display:flex;flex-wrap:wrap;gap:var(--st-space-4)}@media (max-width: 767px){.st-select-trigger,select.st-select-trigger{font-size:max(1rem,var(--st-text-body-base))}}@media (pointer: coarse){.st-backlink{min-height:44px;align-items:center}}.st-draft-strips{display:grid;gap:var(--st-space-2);margin:var(--st-space-3) 0}.st-draft-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--st-space-3);padding:var(--st-space-3) var(--st-space-4);border:1px solid var(--st-color-border);background:var(--st-color-surface-raised);border-radius:var(--st-radius-md)}.st-draft-strip--blocked{border-color:var(--st-trust-blocked-border);background:var(--st-trust-blocked-surface)}.st-draft-strip__text{display:grid;gap:var(--st-space-1);min-width:0}.st-draft-strip__title{display:flex;align-items:center;gap:var(--st-space-2);margin:0;font-weight:var(--st-weight-medium);color:var(--st-color-text-primary)}.st-draft-strip--blocked .st-draft-strip__title{color:var(--st-trust-blocked-text)}.st-draft-strip__body{margin:0;font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-draft-strip__actions{display:flex;align-items:center;gap:var(--st-space-2);flex-shrink:0}.st-draft-strip__pulse{width:8px;height:8px;border-radius:var(--st-radius-full);background:var(--st-color-text-secondary);animation:st-draft-pulse 1.4s ease-in-out infinite}@keyframes st-draft-pulse{0%,to{opacity:.3}50%{opacity:1}}.st-iconbtn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0;border:none;background:transparent;color:var(--st-color-text-secondary);border-radius:var(--st-radius-sm);font-size:1.25rem;line-height:1;cursor:pointer;transition:background-color var(--st-duration-fast, .15s) ease,color var(--st-duration-fast, .15s) ease}.st-iconbtn:hover{background:var(--st-color-surface-sunken);color:var(--st-color-text-primary)}.st-grade{display:grid;gap:var(--st-space-1)}.st-grade__signals{margin:0;font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-subfilters{display:flex;flex-wrap:wrap;align-items:center;gap:var(--st-space-2);margin:0 0 var(--st-space-2)}.st-subfilters__clear{font-size:var(--st-text-body-sm)}.st-row__chips{display:inline-flex;flex-wrap:wrap;gap:var(--st-space-1);margin-left:var(--st-space-2)}@media (prefers-reduced-motion: reduce){.st-draft-strip__pulse{animation:none}}.st-detail__chips{display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--st-space-2)}.st-evidence__binding{margin:var(--st-space-1) 0 0;font-size:var(--st-text-body-sm);color:var(--st-color-text-primary)}.st-source-grid{display:grid;grid-template-columns:1fr;gap:var(--st-space-3);margin-top:var(--st-space-4)}.st-source-section__title{margin-top:var(--st-space-6);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-primary)}.st-source-section__blurb{margin-top:var(--st-space-1);font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}@media (min-width: 32rem){.st-source-grid{grid-template-columns:1fr 1fr}}.st-source-card{display:flex;flex-direction:column;gap:var(--st-space-1);text-align:left;padding:var(--st-space-4);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);background:var(--st-color-surface-raised);color:var(--st-color-text-primary);cursor:pointer;min-height:5.5rem;transition:border-color var(--st-duration-fast) var(--st-ease-standard),box-shadow var(--st-duration-fast) var(--st-ease-standard),transform var(--st-duration-fast) var(--st-ease-standard)}.st-source-card:hover:not([aria-disabled=true]){border-color:var(--st-color-border-strong);box-shadow:var(--st-shadow-sm);transform:translateY(-1px)}.st-source-card[aria-disabled=true]{cursor:not-allowed;background:var(--st-color-surface-sunken);color:var(--st-color-text-tertiary);transform:none}.st-source-card__name{font-weight:var(--st-weight-semibold);font-size:var(--st-text-body-base)}.st-source-card__blurb{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);line-height:var(--st-leading-normal)}.st-source-card[aria-disabled=true] .st-source-card__blurb{color:var(--st-color-text-tertiary)}.st-source-card__reason{margin-top:var(--st-space-1);font-size:var(--st-text-body-xs);color:var(--st-color-text-tertiary)}@media (prefers-reduced-motion: reduce){.st-source-card,.st-source-card:hover:not([aria-disabled=true]){transition:none;transform:none}}.st-source-diagnostic{display:flex;flex-direction:column;gap:var(--st-space-2);margin-top:var(--st-space-4);padding:var(--st-space-4);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);background:var(--st-color-surface-raised)}.st-source-diagnostic__title{font-weight:var(--st-weight-semibold);font-size:var(--st-text-body-base);color:var(--st-color-text-primary)}.st-source-diagnostic__body{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);line-height:var(--st-leading-relaxed)}.st-source-banner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--st-space-3);padding:var(--st-space-3) var(--st-space-4);margin-bottom:var(--st-space-4);border:1px solid var(--st-trust-grounded-border);border-radius:var(--st-radius-lg);background:var(--st-trust-grounded-surface)}.st-source-banner__text{flex:1;font-size:var(--st-text-body-sm);color:var(--st-color-text-primary);line-height:var(--st-leading-normal)}.st-secret-row{display:flex;gap:var(--st-space-2);align-items:stretch}.st-secret-row .st-input{flex:1;min-width:0}.st-checkbox-row{display:flex;align-items:center;gap:var(--st-space-2);font-size:var(--st-text-body-sm);color:var(--st-color-text-primary);cursor:pointer;min-height:2.75rem}.st-checkbox-row input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--st-btn-primary-bg);cursor:pointer}.st-source-loading{display:flex;align-items:center;gap:var(--st-space-2);margin-top:var(--st-space-4);color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm)}.st-govern-list{display:flex;flex-direction:column;gap:var(--st-space-2);margin:var(--st-space-4) 0 0;padding:0;border:0}.st-govern-option{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;-moz-column-gap:var(--st-space-3);column-gap:var(--st-space-3);row-gap:var(--st-space-1);align-items:start;padding:var(--st-space-3);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface-raised);cursor:pointer;min-height:2.75rem;transition:border-color var(--st-duration-fast) var(--st-ease-standard),box-shadow var(--st-duration-fast) var(--st-ease-standard)}.st-govern-option:hover{border-color:var(--st-color-border-strong)}.st-govern-option:focus-within{border-color:var(--st-focus-ring-color);box-shadow:0 0 0 var(--st-focus-ring-width) var(--st-focus-ring-color)}.st-govern-option input[type=checkbox]{grid-column:1;grid-row:1 / span 2;margin-top:.15rem;width:1.1rem;height:1.1rem;accent-color:var(--st-btn-primary-bg);cursor:pointer}.st-govern-option__name{grid-column:2;min-width:0;font-weight:var(--st-weight-semibold);font-size:var(--st-text-body-sm);color:var(--st-color-text-primary)}.st-govern-option__meta{grid-column:2;display:flex;flex-wrap:wrap;gap:var(--st-space-2);min-width:0;font-size:var(--st-text-body-xs);color:var(--st-color-text-secondary)}.st-govern-id{font-family:var(--st-font-mono);color:var(--st-color-text-tertiary);overflow-wrap:anywhere}.st-govern-actions{margin-top:var(--st-space-4);align-items:center}.st-govern-selected{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);font-variant-numeric:tabular-nums}.st-govern-progress{display:flex;align-items:center;gap:var(--st-space-2);margin:var(--st-space-4) 0;color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm)}.st-govern-refused{list-style:none;margin:var(--st-space-2) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--st-space-2)}.st-govern-refused__row{display:flex;flex-direction:column;gap:var(--st-space-1)}.st-govern-refused__reason{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}@media (prefers-reduced-motion: reduce){.st-govern-option{transition:none}}.st-row__body{display:grid;gap:var(--st-space-1);padding:var(--st-space-3) var(--st-space-4) 0}.st-row__actions{display:flex;align-items:center;gap:var(--st-space-3);padding:var(--st-space-2) var(--st-space-4) var(--st-space-3)}.st-data-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--st-space-4);flex-wrap:wrap}.st-lede{margin:var(--st-space-2) 0 var(--st-space-4);font-size:var(--st-text-body-base);color:var(--st-color-text-secondary);max-width:60ch}.st-orderline{margin:0 0 var(--st-space-2);font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-data-logical,.st-data-captured{display:block;font-size:var(--st-text-body-sm)}.st-data-new{display:inline-block;margin-left:var(--st-space-2)}@media (max-width: 767px){.st-data-table th:nth-child(4),.st-data-table td:nth-child(4),.st-data-table th:nth-child(6),.st-data-table td:nth-child(6),.st-data-table th:nth-child(7),.st-data-table td:nth-child(7){display:none}}.st-register-form{display:grid;gap:var(--st-space-4)}.st-register-fieldset{border:0;padding:0;margin:0;display:grid;gap:var(--st-space-4)}.st-field__label{display:block;font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);margin-bottom:var(--st-space-1)}.st-field__help{margin-top:var(--st-space-1);font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-file-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 var(--st-space-4);border:1px solid var(--st-color-border-control);border-radius:var(--st-radius-md);background:var(--st-color-surface);color:var(--st-color-text-primary);font-family:var(--st-font-sans);font-size:var(--st-text-body-base);font-weight:var(--st-weight-medium);cursor:pointer}.st-file-button:hover{background:var(--st-color-surface-sunken)}.st-file-button:has(input:focus-visible){outline:var(--st-focus-ring-width) solid var(--st-focus-ring-color);outline-offset:var(--st-focus-ring-offset)}.st-file-chosen{display:block;margin-top:var(--st-space-2);font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-upload-progress{display:grid;gap:var(--st-space-2)}.st-upload-progress__row{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-3);font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-progress{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:var(--st-space-1);border:0;border-radius:var(--st-radius-full);background:var(--st-color-surface-sunken);color:var(--st-color-text-primary)}.st-progress::-webkit-progress-bar{background:var(--st-color-surface-sunken);border-radius:var(--st-radius-full)}.st-progress::-webkit-progress-value{background:var(--st-color-text-primary);border-radius:var(--st-radius-full)}.st-progress::-moz-progress-bar{background:var(--st-color-text-primary);border-radius:var(--st-radius-full)}.st-register-done{display:grid;gap:var(--st-space-3);min-width:0}.st-register-done__body{font-size:var(--st-text-body-base);color:var(--st-color-text-secondary)}.st-register-done__open-btn{white-space:normal;min-width:0;max-width:100%;text-align:center}.st-resource-detail .st-block{margin-top:var(--st-space-6)}.st-copy{display:inline-flex;align-items:center;gap:var(--st-space-1)}.st-fingerprint{display:inline-flex;align-items:center;gap:var(--st-space-2)}.st-schema-col{font-family:var(--st-font-sans);font-weight:var(--st-weight-regular);text-align:left}.st-data-head__actions{display:flex;gap:var(--st-space-2);flex-wrap:wrap}.st-oauth-connect{max-width:60ch}.st-oauth-actions{display:flex;gap:var(--st-space-2);margin:var(--st-space-4) 0;flex-wrap:wrap}.st-oauth-notice{color:var(--st-color-text-primary);font-size:var(--st-text-body-base)}.st-oauth-hint{color:var(--st-color-text-tertiary);font-size:var(--st-text-body-sm)}.st-draft-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--st-space-3);margin:var(--st-space-4) 0;padding:var(--st-space-4);border:1px solid var(--st-color-border);background:var(--st-color-surface-raised);border-radius:var(--st-radius-md)}.st-draft-cta__text{display:grid;gap:var(--st-space-1);min-width:0;flex:1 1 16rem}.st-draft-cta__done{display:grid;gap:var(--st-space-1)}.st-def-listhead{display:flex;align-items:baseline;justify-content:space-between;gap:var(--st-space-3);flex-wrap:wrap}.st-def-editor{max-width:46rem}.st-def-fieldset{display:flex;flex-direction:column;gap:var(--st-space-5);border:0;margin:0;padding:0;min-width:0}.st-def-note,.st-def-immutable{color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm);line-height:var(--st-leading-normal)}.st-def-immutable{padding:var(--st-space-3) var(--st-space-4);background:var(--st-color-surface-sunken);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md)}.st-def-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));gap:var(--st-space-3) var(--st-space-4);align-items:start}.st-def-kv,.st-def-resource,.st-def-fields{display:flex;flex-direction:column;gap:var(--st-space-3);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-4);margin:0;min-width:0}.st-def-resource{background:var(--st-color-surface-raised);box-shadow:var(--st-shadow-xs)}.st-def-sublegend{font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-secondary);padding:0 var(--st-space-1)}.st-def-kv-row,.st-def-field-row{display:flex;gap:var(--st-space-3);align-items:end;flex-wrap:wrap}.st-def-kv-row>.st-field,.st-def-field-row>.st-field{flex:1 1 8rem;min-width:0}.st-def-resources{display:flex;flex-direction:column;gap:var(--st-space-4)}.st-def-advanced summary{font-size:var(--st-text-body-sm);font-weight:var(--st-weight-medium);color:var(--st-color-text-secondary)}.st-select-native{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:2.5rem;padding:0 var(--st-space-3);font:inherit;font-size:var(--st-text-body-base);color:var(--st-color-text-primary);background:var(--st-color-surface);border:1px solid var(--st-color-border-strong);border-radius:var(--st-radius-md);transition:border-color var(--st-duration-fast) var(--st-ease-standard),box-shadow var(--st-duration-fast) var(--st-ease-standard)}.st-select-native:focus-visible{outline:var(--st-focus-ring-width) solid var(--st-focus-ring-color);outline-offset:var(--st-focus-ring-offset)}.st-def-summary-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--st-space-3)}.st-def-summary-item{border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-3) var(--st-space-4);background:var(--st-color-surface-sunken)}.st-def-summary-name{font-weight:var(--st-weight-semibold);color:var(--st-color-text-primary)}.st-def-summary-meta{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);margin-top:var(--st-space-1)}.st-def-fieldchips{list-style:none;margin:var(--st-space-2) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:var(--st-space-1) var(--st-space-2)}.st-def-fieldchip{display:inline-flex;align-items:baseline;gap:var(--st-space-1);font-size:var(--st-text-body-xs);padding:var(--st-space-1) var(--st-space-2);border:1px solid var(--st-color-border);border-radius:var(--st-radius-sm);background:var(--st-color-surface)}.st-def-checks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--st-space-3)}.st-def-check{display:flex;gap:var(--st-space-3);align-items:baseline;flex-wrap:wrap}.st-def-check__msg{flex:1 1 12rem;min-width:0;color:var(--st-color-text-primary);font-size:var(--st-text-body-sm);line-height:var(--st-leading-normal)}@media (max-width: 480px){.st-def-listhead{align-items:stretch}}.st-def-probe-field{margin-bottom:var(--st-space-3);max-width:32rem}.st-def-probe-field .st-secret-row{display:flex;gap:var(--st-space-2);align-items:stretch}.st-def-probe-field .st-secret-row .st-input{flex:1;min-width:0}.st-def-probe-field .st-field__help{margin:0;font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-def-probe-held{display:flex;gap:var(--st-space-2);align-items:baseline;flex-wrap:wrap;margin:0 0 var(--st-space-3);font-size:var(--st-text-body-sm)}.st-run-filters{display:grid;gap:var(--st-space-2);margin-bottom:var(--st-space-4)}.st-run-filters__group{display:flex;flex-wrap:wrap;gap:var(--st-space-1)}.st-filter{display:inline-flex;align-items:center;min-height:var(--st-space-8);padding:var(--st-space-1) var(--st-space-3);border:1px solid var(--st-color-border);border-radius:var(--st-radius-full);font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary);text-decoration:none;background:var(--st-color-surface)}.st-filter:hover{background:var(--st-color-surface-sunken)}.st-filter--active{border-color:var(--st-color-border-strong);color:var(--st-color-text-primary);background:var(--st-color-surface-sunken);font-weight:var(--st-weight-semibold)}.st-run-working{display:inline-flex;align-items:center;gap:var(--st-space-2)}@media (max-width: 767px){.st-runs-table th:nth-child(4),.st-runs-table td:nth-child(4),.st-runs-table th:nth-child(6),.st-runs-table td:nth-child(6),.st-runs-table th:nth-child(7),.st-runs-table td:nth-child(7){display:none}}.st-run-detail__title-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--st-space-3)}.st-run-detail__status{display:flex;align-items:center;gap:var(--st-space-2);flex-wrap:wrap}.st-run-detail__explain{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-run-detail__trust-reasons{margin:var(--st-space-2) 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--st-space-1);font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-run-detail__actions{margin-top:var(--st-space-3)}.st-run-detail__proposed{margin-top:var(--st-space-3);margin-bottom:var(--st-space-3);font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-run-notice{display:grid;gap:var(--st-space-2);padding:var(--st-space-4);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);background:var(--st-color-surface-raised);margin-top:var(--st-space-3)}.st-run-notice__headline{margin:0;font-size:var(--st-text-body-lg);font-weight:var(--st-weight-semibold);color:var(--st-color-text-primary)}.st-detail__body{font-size:var(--st-text-body-base);color:var(--st-color-text-secondary);line-height:var(--st-leading-relaxed)}.st-result-note{margin-top:var(--st-space-3)}.st-receipt{padding:var(--st-space-4);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);background:var(--st-color-surface-raised);box-shadow:var(--st-shadow-sm)}.st-receipt__resources,.st-receipt__limitations{margin:0;padding-left:var(--st-space-4);display:grid;gap:var(--st-space-1)}.st-receipt__limitations{color:var(--st-color-text-secondary)}.st-result-table caption{text-align:left;padding-bottom:var(--st-space-2);font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-result-th{white-space:nowrap}.st-table td.st-result-num{text-align:right}.st-run-query{white-space:pre-wrap;overflow-x:auto;max-height:24rem;overflow-y:auto}.st-propose-dialog{max-width:44rem}.st-propose-dialog form{display:grid;gap:var(--st-space-4)}.st-counter{display:block}.st-receipt .st-mono,.st-receipt__resources .st-mono{overflow-wrap:normal;word-break:keep-all;white-space:nowrap}@media (pointer: coarse){.st-filter{min-height:44px}}.st-compare__changed{display:block;font-weight:var(--st-weight-semibold);border-left:2px solid var(--st-color-border-strong);padding-left:var(--st-space-2);margin-left:calc(-1 * var(--st-space-2))}.st-mi-entry-line{margin:var(--st-space-3) 0 0;font-size:var(--st-text-body-sm);line-height:var(--st-leading-relaxed);color:var(--st-color-text-secondary)}.st-mi-trigger-inline{display:inline;padding:0;min-height:0;vertical-align:baseline}.st-mi-trigger{gap:var(--st-space-2)}.st-mi-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--st-color-scrim);overscroll-behavior:contain}.st-mi-drawer{position:fixed;top:0;right:0;bottom:0;z-index:61;width:min(26rem,calc(100vw - var(--st-space-4)));max-width:100vw;display:flex;flex-direction:column;gap:var(--st-space-3);padding:var(--st-space-5);overflow-y:auto;overscroll-behavior:contain;background:var(--st-color-surface-raised);color:var(--st-color-text-primary);border-left:1px solid var(--st-color-border);box-shadow:var(--st-shadow-xl)}.st-mi-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--st-space-3)}.st-mi-title{margin:0;font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);text-wrap:balance}.st-mi-close{flex:none}.st-mi-intro{margin:0;font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);line-height:var(--st-leading-relaxed);color:var(--st-color-text-secondary);text-wrap:pretty}.st-mi-novalues{margin:0;padding:var(--st-space-2) var(--st-space-3);font-size:var(--st-text-body-sm);font-weight:var(--st-weight-semibold);color:var(--st-color-text-primary);background:var(--st-color-surface-sunken);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md)}.st-mi-body{display:flex;flex-direction:column;gap:var(--st-space-5);margin-top:var(--st-space-2)}.st-mi-loading{display:flex;flex-direction:column;gap:var(--st-space-3)}.st-mi-skeleton{height:var(--st-space-8);width:100%}.st-mi-empty{margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:var(--st-space-3);font-size:var(--st-text-body-sm);line-height:var(--st-leading-relaxed);color:var(--st-color-text-secondary)}.st-mi-section{display:flex;flex-direction:column;gap:var(--st-space-2)}.st-mi-section-sub{font-weight:var(--st-weight-regular);text-transform:none;letter-spacing:0}.st-mi-facts{margin:0;display:grid;grid-template-columns:minmax(6rem,auto) 1fr;gap:var(--st-space-1) var(--st-space-4)}.st-mi-fact{display:contents}.st-mi-fact dt{font-size:var(--st-text-body-sm);color:var(--st-color-text-tertiary)}.st-mi-fact dd{margin:0;font-size:var(--st-text-body-sm);color:var(--st-color-text-primary);word-break:break-word}.st-mi-note{margin:0;font-size:var(--st-text-body-xs);color:var(--st-color-text-tertiary)}.st-mi-num{font-variant-numeric:tabular-nums}.st-mi-num-col{text-align:right}.st-mi-tablewrap{overflow-x:auto;border:1px solid var(--st-color-border);border-radius:var(--st-radius-md)}.st-mi-table{width:100%;border-collapse:collapse;font-size:var(--st-text-body-sm)}.st-mi-table th,.st-mi-table td{padding:var(--st-space-2) var(--st-space-3);text-align:left;border-bottom:1px solid var(--st-color-border);vertical-align:top}.st-mi-table tr:last-child td{border-bottom:none}.st-mi-table thead th{font-size:var(--st-text-body-xs);font-weight:var(--st-weight-semibold);color:var(--st-color-text-tertiary);background:var(--st-color-surface-sunken)}.st-mi-table td.st-mi-num-col,.st-mi-table th.st-mi-num-col{text-align:right;font-variant-numeric:tabular-nums}.st-mi-table td.st-mi-num{text-align:right}.st-mi-muted{color:var(--st-color-text-tertiary)}.st-mi-mono{font-family:var(--st-font-mono);color:var(--st-color-text-secondary)}@media (prefers-reduced-motion: no-preference){.st-mi-overlay[data-state=open]{animation:st-mi-fade-in var(--st-duration-fast) var(--st-ease-standard)}.st-mi-drawer[data-state=open]{animation:st-mi-slide-in var(--st-duration-normal) var(--st-ease-out-expo)}}@keyframes st-mi-fade-in{0%{opacity:0}to{opacity:1}}@keyframes st-mi-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.st-roi-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--st-space-4);margin-block-end:var(--st-space-6)}.st-roi-metric-value{font-size:var(--st-text-data-lg)}.st-onboarding{max-width:720px;margin-inline:auto;padding-block:var(--st-space-8);padding-inline:var(--st-space-4);display:flex;flex-direction:column;gap:var(--st-space-5)}.st-onboarding__title{font-family:var(--st-font-display);font-size:var(--st-text-display-md);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);color:var(--st-color-text-primary);margin:0}.st-onboarding__lede{color:var(--st-color-text-secondary);line-height:var(--st-leading-relaxed);margin:0}.st-onboarding__progress{display:flex;flex-direction:column;gap:var(--st-space-2)}.st-onboarding__meter{position:relative;height:12px;border-radius:var(--st-radius-full);background:var(--st-color-surface-sunken);border:1px solid var(--st-color-border);overflow:hidden}.st-onboarding__meter-fill{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:left center;transform:scaleX(0);background:var(--st-color-border-strong);transition:transform var(--st-duration-fast) var(--st-ease-standard)}@media (prefers-reduced-motion: reduce){.st-onboarding__meter-fill{transition:none}}.st-onboarding__meter-label{font-size:var(--st-text-body-sm);color:var(--st-color-text-secondary)}.st-onboarding__project{display:flex;align-items:center;gap:var(--st-space-3);padding:var(--st-space-3) var(--st-space-4);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface-raised);color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm)}.st-onboarding__project p{margin:0}.st-onboarding__select{font:inherit;color:var(--st-color-text-primary);background:var(--st-color-surface);border:1px solid var(--st-color-border-control);border-radius:var(--st-radius-md);padding:var(--st-space-2) var(--st-space-3)}.st-onboarding__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--st-space-4)}.st-onboarding__step{border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);background:var(--st-color-surface);padding:var(--st-space-5);display:flex;flex-direction:column;gap:var(--st-space-3)}.st-onboarding__step--finished{border-color:var(--st-color-border-strong);background:var(--st-color-surface-raised)}.st-onboarding__step-head{display:flex;align-items:flex-start;gap:var(--st-space-3)}.st-onboarding__num{flex:none;width:32px;height:32px;border-radius:var(--st-radius-full);display:inline-flex;align-items:center;justify-content:center;font-weight:var(--st-weight-display);color:var(--st-color-text-primary);border:1px solid var(--st-color-border-strong);background:var(--st-color-surface-sunken)}.st-onboarding__step--finished .st-onboarding__num{border-color:transparent;background:var(--st-color-surface-sunken)}.st-onboarding__step-title{font-family:var(--st-font-display);font-size:var(--st-text-body-lg);font-weight:var(--st-weight-display);line-height:var(--st-leading-tight);color:var(--st-color-text-primary);margin:0;display:flex;align-items:baseline;gap:var(--st-space-2);flex-wrap:wrap}.st-onboarding__estimate{font-family:var(--st-font-sans);font-size:var(--st-text-body-sm);font-weight:400;color:var(--st-color-text-tertiary)}.st-onboarding__why{color:var(--st-color-text-secondary);line-height:var(--st-leading-relaxed);margin:0}.st-onboarding__placeholder{margin:0;padding:var(--st-space-3) var(--st-space-4);border:1px dashed var(--st-color-border-strong);border-radius:var(--st-radius-md);background:var(--st-color-surface-sunken);color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm);line-height:var(--st-leading-relaxed)}.st-onboarding__host{border-block-start:1px solid var(--st-color-border);padding-block-start:var(--st-space-3)}.st-onboarding__host-title{font-size:var(--st-text-body-base);font-weight:var(--st-weight-display);color:var(--st-color-text-primary);margin:0 0 var(--st-space-2)}.st-onboarding__host-list{margin:0;padding-inline-start:var(--st-space-5);display:flex;flex-direction:column;gap:var(--st-space-2);color:var(--st-color-text-secondary);font-size:var(--st-text-body-sm);line-height:var(--st-leading-relaxed)}.st-onboarding__code{font-family:var(--st-font-mono);font-size:var(--st-text-body-sm);background:var(--st-color-surface-sunken);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-3);margin-block:var(--st-space-2);overflow-x:auto;white-space:pre;color:var(--st-color-text-primary)}.st-onboarding__actions{display:flex;align-items:center;gap:var(--st-space-2);flex-wrap:wrap}:root{--st-color-neutral-0: #ffffff;--st-color-neutral-50: #faf9f7;--st-color-neutral-100: #f0eee9;--st-color-neutral-200: #e2ded5;--st-color-neutral-300: #cbc4b7;--st-color-neutral-400: #a39a8a;--st-color-neutral-500: #7d7566;--st-color-neutral-600: #57534e;--st-color-neutral-700: #433f3a;--st-color-neutral-800: #2b2825;--st-color-neutral-900: #1c1917;--st-color-neutral-950: #100e0c;--st-color-surface: var(--st-color-neutral-50);--st-color-surface-raised: var(--st-color-neutral-0);--st-color-surface-sunken: var(--st-color-neutral-100);--st-color-border: var(--st-color-neutral-200);--st-color-border-strong: var(--st-color-neutral-300);--st-color-border-control: var(--st-color-neutral-500);--st-color-text-primary: var(--st-color-neutral-900);--st-color-text-secondary: var(--st-color-neutral-600);--st-color-text-tertiary: #6b6357;--st-trust-grounded-text: #166534;--st-trust-grounded-border: #15803d;--st-trust-grounded-surface: #f0faf3;--st-trust-partial-text: #92400e;--st-trust-partial-border: #b45309;--st-trust-partial-surface: #fdf5ea;--st-trust-blocked-text: #991b1b;--st-trust-blocked-border: #dc2626;--st-trust-blocked-surface: #fbe9e9;--st-viz-1: #2563eb;--st-viz-2: #7c3aed;--st-viz-3: #0e7490;--st-viz-4: #be185d;--st-viz-5: #475569;--st-viz-gridline: var(--st-color-border);--st-viz-axis: var(--st-color-text-secondary);--st-font-display: "Fraunces", Georgia, "Iowan Old Style", "Palatino Linotype", serif;--st-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--st-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--st-text-display-xl: clamp(2.5rem, 1.8rem + 3.2vw, 4.5rem);--st-text-display-lg: clamp(2rem, 1.6rem + 1.8vw, 3rem);--st-text-display-md: clamp(1.5rem, 1.3rem + .9vw, 2rem);--st-text-body-lg: clamp(1.0625rem, 1rem + .3vw, 1.1875rem);--st-text-body-base: clamp(.9375rem, .9rem + .15vw, 1rem);--st-text-body-sm: .8125rem;--st-text-body-xs: .6875rem;--st-text-data-lg: clamp(1.5rem, 1.3rem + .9vw, 2.25rem);--st-text-data-base: .9375rem;--st-leading-display: 1.05;--st-leading-tight: 1.2;--st-leading-normal: 1.5;--st-leading-relaxed: 1.65;--st-weight-regular: 400;--st-weight-medium: 500;--st-weight-semibold: 600;--st-weight-bold: 700;--st-weight-display: 600;--st-space-0: 0px;--st-space-1: .25rem;--st-space-2: .5rem;--st-space-3: .75rem;--st-space-4: 1rem;--st-space-5: 1.25rem;--st-space-6: 1.5rem;--st-space-8: 2rem;--st-space-10: 2.5rem;--st-space-12: 3rem;--st-space-16: 4rem;--st-space-20: 5rem;--st-space-24: 6rem;--st-space-stack: clamp(1rem, .9rem + .5vw, 1.5rem);--st-space-section: clamp(3rem, 2.4rem + 3vw, 6rem);--st-duration-fast: .15s;--st-duration-normal: .3s;--st-ease-standard: cubic-bezier(.4, 0, .2, 1);--st-ease-out-expo: cubic-bezier(.16, 1, .3, 1);--st-radius-xs: 4px;--st-radius-sm: 8px;--st-radius-md: 14px;--st-radius-lg: 24px;--st-radius-xl: 36px;--st-radius-full: 999px;--st-shadow-xs: 0 1px 2px rgba(15, 15, 10, .04);--st-shadow-sm: 0 2px 6px rgba(15, 15, 10, .06), 0 1px 2px rgba(15, 15, 10, .05);--st-shadow-md: 0 8px 20px rgba(15, 15, 10, .08), 0 2px 6px rgba(15, 15, 10, .05);--st-shadow-lg: 0 20px 40px rgba(15, 15, 10, .12), 0 6px 12px rgba(15, 15, 10, .06);--st-shadow-xl: 0 32px 64px rgba(15, 15, 10, .16), 0 12px 24px rgba(15, 15, 10, .08);--st-focus-ring-color: var(--st-color-text-primary);--st-focus-ring-width: 2px;--st-focus-ring-offset: 2px;--st-btn-primary-bg: var(--st-color-neutral-900);--st-btn-primary-bg-hover: var(--st-color-neutral-950);--st-btn-primary-fg: var(--st-color-neutral-0);--st-color-scrim: rgba(16, 14, 12, .4)}.dark{--st-color-surface: #12151a;--st-color-surface-raised: #181c23;--st-color-surface-sunken: #0b0d11;--st-color-border: #262b33;--st-color-border-strong: #333a45;--st-color-border-control: #8b93a1;--st-color-text-primary: #f5f3f0;--st-color-text-secondary: #a8a29e;--st-color-text-tertiary: #908878;--st-trust-grounded-text: #4ade80;--st-trust-grounded-border: #22c55e;--st-trust-grounded-surface: #123321;--st-trust-partial-text: #fbbf24;--st-trust-partial-border: #f59e0b;--st-trust-partial-surface: #3a2a0d;--st-trust-blocked-text: #f87171;--st-trust-blocked-border: #ef4444;--st-trust-blocked-surface: #3a1414;--st-viz-1: #60a5fa;--st-viz-2: #a78bfa;--st-viz-3: #22d3ee;--st-viz-4: #f472b6;--st-viz-5: #94a3b8;--st-shadow-xs: 0 1px 2px rgba(0, 0, 0, .35);--st-shadow-sm: 0 2px 6px rgba(0, 0, 0, .45), 0 1px 2px rgba(0, 0, 0, .3);--st-shadow-md: 0 8px 20px rgba(0, 0, 0, .5), 0 2px 6px rgba(0, 0, 0, .35);--st-shadow-lg: 0 20px 40px rgba(0, 0, 0, .55), 0 6px 12px rgba(0, 0, 0, .4);--st-shadow-xl: 0 32px 64px rgba(0, 0, 0, .6), 0 12px 24px rgba(0, 0, 0, .45);--st-color-scrim: rgba(16, 14, 12, .6);--st-btn-primary-bg: var(--st-color-neutral-0);--st-btn-primary-bg-hover: var(--st-color-neutral-100);--st-btn-primary-fg: var(--st-color-neutral-950)}@media (prefers-reduced-motion: reduce){:root{--st-duration-fast: 1ms;--st-duration-normal: 1ms}}.st-font-display{font-family:var(--st-font-display)}.st-font-sans{font-family:var(--st-font-sans)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.shrink{flex-shrink:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.border{border-width:1px}.lowercase{text-transform:lowercase}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[ai\:\.\.\.\]{ai:...}html,body{margin:0;padding:0}body{background:var(--st-color-surface);color:var(--st-color-text-primary);font-family:var(--st-font-sans);font-size:var(--st-text-body-base);line-height:var(--st-leading-relaxed);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}:focus-visible{outline-color:var(--st-focus-ring-color)}.st-tabular-nums{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1}
