:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--nexus-bg:#f7f7f8;--nexus-surface:#fff;--nexus-surface-muted:#f4f4f5;--nexus-surface-hover:#efeff1;--nexus-text:#18181b;--nexus-text-muted:#5f6368;--nexus-border:#e4e4e7;--nexus-border-strong:#d4d4d8;--nexus-focus:#2563eb;--nexus-info:#2563eb;--nexus-success:#16803c;--nexus-warning:#b45309;--nexus-danger:#b42318;--nexus-primary:#18181b;--nexus-primary-text:#fff;--nexus-radius-control:8px;--nexus-radius-card:10px;--nexus-radius-dialog:14px;--nexus-radius-panel:16px;--nexus-shadow-popover:0 10px 30px #00000014;--nexus-shadow-dialog:0 24px 70px #00000029;--nexus-space-1:4px;--nexus-space-2:8px;--nexus-space-3:12px;--nexus-space-4:16px;--nexus-space-5:20px;--nexus-space-6:24px;--nexus-space-7:32px;--nexus-sidebar-width:248px;--nexus-topbar-height:56px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--nexus-bg:#171717;--nexus-surface:#212121;--nexus-surface-muted:#2a2a2a;--nexus-surface-hover:#303030;--nexus-text:#f5f5f5;--nexus-text-muted:#a7a7a7;--nexus-border:#333;--nexus-border-strong:#454545;--nexus-focus:#7aa2ff;--nexus-info:#75a7ff;--nexus-success:#55c47a;--nexus-warning:#f0ad4e;--nexus-danger:#ff8a80;--nexus-primary:#f5f5f5;--nexus-primary-text:#171717;--nexus-shadow-popover:0 10px 30px #00000047;--nexus-shadow-dialog:0 24px 70px #00000061}.nexus-button{border-radius:var(--nexus-radius-control);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}.nexus-button:disabled{cursor:not-allowed;opacity:.5}.nexus-button--sm{min-height:32px;padding:5px 10px;font-size:12px}.nexus-button--md{min-height:36px;padding:7px 12px;font-size:13px}.nexus-button--primary{background:var(--nexus-primary);color:var(--nexus-primary-text)}.nexus-button--primary:hover:not(:disabled){opacity:.9}.nexus-button--secondary{border-color:var(--nexus-border);background:var(--nexus-surface);color:var(--nexus-text)}.nexus-button--secondary:hover:not(:disabled),.nexus-button--ghost:hover:not(:disabled){background:var(--nexus-surface-hover)}.nexus-button--ghost{color:var(--nexus-text-muted);background:0 0}.nexus-button--danger{border-color:color-mix(in srgb, var(--nexus-danger) 28%, var(--nexus-border));color:var(--nexus-danger);background:0 0}.nexus-button__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite nexus-spin}.nexus-icon-button{width:36px;min-width:36px;padding-inline:0}.nexus-field{gap:6px;display:grid}.nexus-field__label{font-size:12px;font-weight:600}.nexus-input{border:1px solid var(--nexus-border);border-radius:var(--nexus-radius-control);background:var(--nexus-surface);width:100%;min-height:36px;color:var(--nexus-text);padding:7px 10px;font-size:13px}.nexus-input::placeholder{color:var(--nexus-text-muted)}.nexus-input:hover{border-color:var(--nexus-border-strong)}.nexus-input--error{border-color:var(--nexus-danger)}.nexus-field__hint,.nexus-field__error{font-size:11px;line-height:14px}.nexus-field__hint{color:var(--nexus-text-muted)}.nexus-field__error{color:var(--nexus-danger)}.nexus-card{border:1px solid var(--nexus-border);border-radius:var(--nexus-radius-card);background:var(--nexus-surface);box-shadow:none;padding:16px}.nexus-card__title{color:var(--nexus-text);margin:0 0 12px;font-size:14px;font-weight:600;line-height:20px}.nexus-card__content>:first-child{margin-top:0}.nexus-card__content>:last-child{margin-bottom:0}.nexus-dialog{border:1px solid var(--nexus-border);border-radius:var(--nexus-radius-dialog);background:var(--nexus-surface);width:min(560px,100vw - 32px);color:var(--nexus-text);box-shadow:var(--nexus-shadow-dialog);padding:0}.nexus-dialog::backdrop,.nexus-drawer::backdrop{background:#00000073}.nexus-dialog__header,.nexus-dialog__footer,.nexus-drawer__header,.nexus-drawer__footer{align-items:center;gap:12px;padding:16px 20px;display:flex}.nexus-dialog__header,.nexus-drawer__header{border-bottom:1px solid var(--nexus-border);justify-content:space-between}.nexus-dialog__header h2,.nexus-drawer__header h2{margin:0;font-size:16px;font-weight:600;line-height:22px}.nexus-dialog__body,.nexus-drawer__body{padding:20px}.nexus-dialog__footer,.nexus-drawer__footer{border-top:1px solid var(--nexus-border);justify-content:flex-end}.nexus-drawer{background:var(--nexus-surface);width:min(420px,100vw - 24px);height:100dvh;max-height:none;color:var(--nexus-text);box-shadow:var(--nexus-shadow-dialog);border:0;margin:0;padding:0;position:fixed;top:0;bottom:0}.nexus-drawer--right{left:auto;right:0}.nexus-drawer--left{left:0;right:auto}.nexus-drawer__body{min-height:0;overflow:auto}.nexus-link{color:var(--nexus-text);margin-top:16px;font-weight:600;display:inline-flex}.control-group,.nexus-segmented{border:1px solid var(--nexus-border);border-radius:var(--nexus-radius-control);background:var(--nexus-surface);gap:2px;padding:2px;display:inline-flex}.nexus-segmented__item{border-radius:calc(var(--nexus-radius-control) - 2px);color:var(--nexus-text-muted);cursor:pointer;background:0 0;border:0;font-weight:600}.nexus-segmented--sm .nexus-segmented__item{min-height:28px;padding:4px 8px;font-size:12px}.nexus-segmented--md .nexus-segmented__item{min-height:32px;padding:5px 10px;font-size:13px}.nexus-segmented__item:hover:not(:disabled){background:var(--nexus-surface-hover);color:var(--nexus-text)}.nexus-segmented__item--active{background:var(--nexus-surface-hover);color:var(--nexus-text);box-shadow:inset 0 0 0 1px var(--nexus-border)}.nexus-segmented__item:disabled{cursor:not-allowed;opacity:.45}.nexus-tabs{gap:12px;display:grid}.nexus-tabs__list{border-bottom:1px solid var(--nexus-border);gap:4px;display:flex;overflow-x:auto}.nexus-tabs__tab{min-height:36px;color:var(--nexus-text-muted);cursor:pointer;background:0 0;border:0;padding:0 10px;font-size:13px;font-weight:600;position:relative}.nexus-tabs__tab:hover:not(:disabled),.nexus-tabs__tab--active{color:var(--nexus-text)}.nexus-tabs__tab--active:after{background:var(--nexus-primary);content:"";height:2px;position:absolute;bottom:-1px;left:8px;right:8px}.nexus-tabs__tab:disabled{cursor:not-allowed;opacity:.45}.nexus-tabs__panel{min-width:0}.nexus-search-select{position:relative}.nexus-search-select__list{z-index:70;border:1px solid var(--nexus-border);border-radius:var(--nexus-radius-control);background:var(--nexus-surface);max-height:240px;box-shadow:var(--nexus-shadow-dialog);padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.nexus-search-select__option{border-radius:calc(var(--nexus-radius-control) - 2px);width:100%;min-height:34px;color:var(--nexus-text);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px;display:flex}.nexus-search-select__option:hover:not(:disabled),.nexus-search-select__option--active{background:var(--nexus-surface-hover)}.nexus-search-select__option:disabled{cursor:not-allowed;opacity:.45}.nexus-dropdown{position:relative}.nexus-dropdown__trigger{border-radius:var(--nexus-radius-control);min-width:34px;min-height:34px;color:var(--nexus-text-muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0 7px;display:grid}.nexus-dropdown__trigger:hover{background:var(--nexus-surface-hover);color:var(--nexus-text)}.nexus-dropdown__panel{z-index:80;border:1px solid var(--nexus-border);background:var(--nexus-surface);min-width:228px;box-shadow:var(--nexus-shadow-dialog);border-radius:10px;padding:6px;position:absolute;bottom:calc(100% + 8px)}.nexus-dropdown__panel--start{left:0}.nexus-dropdown__panel--end{right:0}.nexus-dropdown__section-label{color:var(--nexus-text-muted);padding:6px 8px 4px;font-size:11px;font-weight:600}.nexus-dropdown__separator{background:var(--nexus-border);height:1px;margin:6px 4px}.nexus-dropdown__item{width:100%;min-height:34px;color:var(--nexus-text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:6px 8px;font-size:12px;display:flex}.nexus-dropdown__item:hover:not(:disabled),.nexus-dropdown__item--active{background:var(--nexus-surface-hover)}.nexus-dropdown__item--danger{color:var(--nexus-danger)}.nexus-dropdown__item:disabled{cursor:not-allowed;opacity:.45}.nexus-live-clock{min-width:0;color:var(--nexus-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:flex}.nexus-live-clock__flag{font-size:15px}.nexus-live-clock__time{color:var(--nexus-text);font-weight:600}.nexus-avatar{background:var(--nexus-primary);color:var(--nexus-primary-text);border-radius:50%;flex:none;place-items:center;font-weight:700;display:inline-grid;position:relative;overflow:hidden}.nexus-avatar--sm{width:28px;height:28px;font-size:10px}.nexus-avatar--md{width:36px;height:36px;font-size:12px}.nexus-avatar--lg{width:48px;height:48px;font-size:14px}.nexus-avatar__image{object-fit:cover;width:100%;height:100%}.nexus-avatar__fallback{place-items:center;width:100%;height:100%;display:grid}.nexus-tooltip{display:inline-flex;position:relative}.nexus-tooltip__content{z-index:90;border:1px solid var(--nexus-border);background:var(--nexus-text);width:max-content;max-width:240px;color:var(--nexus-bg);opacity:0;pointer-events:none;border-radius:7px;padding:5px 7px;font-size:11px;line-height:15px;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(2px)}.nexus-tooltip:hover .nexus-tooltip__content,.nexus-tooltip:focus-within .nexus-tooltip__content{opacity:1;transform:translate(-50%)translateY(0)}.nexus-pagination,.nexus-pagination__pages{align-items:center;gap:4px;display:flex}.nexus-pagination__button{min-width:32px;height:32px;color:var(--nexus-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;display:grid}.nexus-pagination__button:hover:not(:disabled),.nexus-pagination__button--active{border-color:var(--nexus-border);background:var(--nexus-surface-hover);color:var(--nexus-text)}.nexus-pagination__button:disabled{cursor:not-allowed;opacity:.35}.nexus-skeleton{background:linear-gradient(90deg, var(--nexus-surface-muted), var(--nexus-surface-hover), var(--nexus-surface-muted));background-size:200% 100%;border-radius:6px;width:100%;height:14px;animation:1.4s infinite nexus-skeleton;display:block}.nexus-skeleton--rounded{border-radius:999px}.nexus-empty-state{text-align:center;justify-items:center;gap:12px;padding:32px 20px;display:grid}.nexus-empty-state__icon{background:var(--nexus-surface-muted);width:42px;height:42px;color:var(--nexus-text-muted);border-radius:10px;place-items:center;display:grid}.nexus-empty-state__copy h3{margin:0;font-size:14px}.nexus-empty-state__copy p{max-width:440px;color:var(--nexus-text-muted);margin:5px 0 0;font-size:12px;line-height:18px}.nexus-toast-viewport{z-index:100;gap:8px;width:min(360px,100vw - 32px);display:grid;position:fixed;bottom:16px;right:16px}.nexus-toast{border:1px solid var(--nexus-border);background:var(--nexus-surface);box-shadow:var(--nexus-shadow-dialog);border-left-width:3px;border-radius:10px;align-items:flex-start;gap:12px;padding:12px;display:flex}.nexus-toast--success{border-left-color:var(--nexus-success)}.nexus-toast--warning{border-left-color:var(--nexus-warning)}.nexus-toast--danger{border-left-color:var(--nexus-danger)}.nexus-toast--info{border-left-color:var(--nexus-info)}.nexus-toast__content{flex:1;min-width:0;font-size:12px}.nexus-toast__description{color:var(--nexus-text-muted);margin-top:3px;line-height:17px}.nexus-toast__action{margin-top:8px}.nexus-data-table__wrap{border:1px solid var(--nexus-border);border-radius:10px;width:100%;overflow:auto}.nexus-data-table{border-collapse:collapse;width:100%;font-size:13px}.nexus-data-table th,.nexus-data-table td{border-bottom:1px solid var(--nexus-border);white-space:nowrap;height:46px;padding:0 12px}.nexus-data-table th{background:var(--nexus-surface-muted);color:var(--nexus-text-muted);font-size:12px;font-weight:600}.nexus-data-table tbody tr:last-child td{border-bottom:0}.nexus-data-table tbody tr:hover{background:var(--nexus-surface-hover)}.nexus-data-table__cell--start{text-align:left}.nexus-data-table__cell--center{text-align:center}.nexus-data-table__cell--end{text-align:right}.nexus-data-table__row--interactive{cursor:pointer}.nexus-data-table__empty{color:var(--nexus-text-muted);text-align:center;padding:28px 16px!important}.nexus-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fatal-error{max-width:640px;margin:20vh auto 0;padding:20px}@keyframes nexus-spin{to{transform:rotate(360deg)}}@keyframes nexus-skeleton{to{background-position:-200% 0}}@media (width<=767px){.nexus-live-clock{gap:4px;font-size:10px}.nexus-live-clock__flag{font-size:13px}.nexus-live-clock__country{max-width:76px}.nexus-live-clock__separator{opacity:.55}.nexus-dropdown__panel{min-width:210px}.nexus-toast-viewport{width:calc(100vw - 24px);bottom:12px;right:12px}}@media (prefers-reduced-motion:reduce){.nexus-button,.nexus-button__spinner,.nexus-tooltip__content,.nexus-skeleton{transition:none;animation-duration:1ms}}.app-shell{min-height:100vh}.app-shell__header{z-index:10;justify-content:space-between;align-items:center;gap:var(--nexus-space-4);min-height:68px;padding:var(--nexus-space-3) var(--nexus-space-5);border-bottom:1px solid var(--nexus-border);background:color-mix(in srgb, var(--nexus-bg) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;position:sticky;top:0}.app-shell__brand{font-size:1rem;font-weight:700}.app-shell__stage{color:var(--nexus-text-muted);margin-top:2px;font-size:.75rem}.app-shell__controls{align-items:center;gap:var(--nexus-space-3);flex-wrap:wrap;justify-content:flex-end;display:flex}.app-shell__main{width:min(1100px,100% - 32px);margin:0 auto;padding:clamp(32px,6vw,72px) 0}.foundation-page__intro{max-width:720px}.foundation-page__intro h1,.not-found-page h1{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,5vw,3.4rem)}.foundation-page__intro p,.not-found-page p{color:var(--nexus-text-muted);line-height:1.65}.foundation-page__grid{gap:var(--nexus-space-4);margin-top:var(--nexus-space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.foundation-page__grid p{font-size:1.1rem;font-weight:650}.not-found-page{max-width:640px}@media (width<=760px){.app-shell__header{flex-direction:column;align-items:flex-start}.app-shell__controls{justify-content:flex-start}.foundation-page__grid{grid-template-columns:1fr}}.nexus-shell{grid-template-columns:var(--nexus-sidebar-width) minmax(0, 1fr);background:var(--nexus-bg);min-height:100vh;display:grid}.nexus-shell__sidebar{border-right:1px solid var(--nexus-border);background:var(--nexus-surface);flex-direction:column;gap:20px;height:100vh;padding:14px 12px;display:flex;position:sticky;top:0}.nexus-shell__brand-block{align-items:center;gap:10px;padding:4px 8px;display:flex}.nexus-shell__brand-mark,.nexus-shell__avatar{background:var(--nexus-primary);color:var(--nexus-primary-text);flex:none;place-items:center;font-weight:700;display:grid}.nexus-shell__brand-mark{border-radius:9px;width:30px;height:30px}.nexus-shell__avatar{border-radius:50%;width:30px;height:30px;font-size:11px}.nexus-shell__brand{font-size:14px;font-weight:650}.nexus-shell__stage{color:var(--nexus-text-muted);margin-top:1px;font-size:11px}.nexus-shell__sidebar-close,.nexus-shell__mobile-menu{border:1px solid var(--nexus-border);background:var(--nexus-surface);width:36px;height:36px;color:var(--nexus-text);cursor:pointer;font:inherit;border-radius:8px;place-items:center;padding:0;display:none}.nexus-shell__sidebar-close{background:0 0;border-color:#0000;margin-left:auto;font-size:22px}.nexus-shell__backdrop{display:none}.nexus-shell__search-trigger{border:1px solid var(--nexus-border);background:var(--nexus-surface-muted);width:100%;min-height:36px;color:var(--nexus-text-muted);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:9px;padding:0 10px;display:flex}.nexus-shell__search-trigger span:nth-child(2){flex:1}.nexus-shell__search-trigger kbd{border:1px solid var(--nexus-border-strong);background:var(--nexus-surface);font:inherit;border-radius:5px;padding:1px 5px;font-size:11px}.nexus-shell__nav{gap:22px;display:grid;overflow:auto}.nexus-shell__nav-group{gap:4px;display:grid}.nexus-shell__nav-label{color:var(--nexus-text-muted);padding:0 10px 4px;font-size:11px;font-weight:600}.nexus-shell__nav-item{min-height:36px;color:var(--nexus-text);border-radius:8px;align-items:center;gap:10px;padding:0 10px;font-size:13px;text-decoration:none;display:flex}.nexus-shell__nav-item:hover,.nexus-shell__nav-item.active{background:var(--nexus-surface-hover)}.nexus-shell__user{border-top:1px solid var(--nexus-border);align-items:center;gap:10px;margin-top:auto;padding:8px;display:flex}.nexus-shell__user-copy{flex:1;gap:1px;min-width:0;font-size:12px;display:grid}.nexus-shell__user-copy span{color:var(--nexus-text-muted);font-size:11px}.nexus-shell__user-menu{color:var(--nexus-text-muted);cursor:pointer;background:0 0;border:0}.nexus-shell__workspace{min-width:0}.nexus-shell__topbar{z-index:10;border-bottom:1px solid var(--nexus-border);background:color-mix(in srgb, var(--nexus-bg) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;height:56px;padding:0 28px;display:flex;position:sticky;top:0}.nexus-shell__topbar-leading{align-items:center;gap:10px;min-width:0;display:flex}.nexus-shell__environment{color:var(--nexus-text-muted);font-size:12px}.nexus-shell__controls{align-items:center;gap:8px;display:flex}.nexus-shell__main{padding:24px 28px 40px}.ui-playground{gap:32px;width:100%;max-width:1600px;margin:0 auto;display:grid}.ui-playground__page-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.ui-playground__page-header h1{margin:4px 0 8px;font-size:28px;font-weight:650;line-height:34px}.ui-playground__page-header p{max-width:760px;color:var(--nexus-text-muted);margin:0;font-size:14px;line-height:20px}.ui-playground__eyebrow{letter-spacing:.08em;text-transform:uppercase;font-size:11px!important;font-weight:600!important}.ui-playground__section{gap:16px;display:grid}.ui-playground__section-copy h2{margin:0 0 4px;font-size:18px;font-weight:600;line-height:24px}.ui-playground__section-copy p{color:var(--nexus-text-muted);margin:0;font-size:13px;line-height:18px}.ui-playground__inline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ui-playground__two-column{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;display:grid}.ui-playground__form-stack{gap:16px;display:grid}.ui-playground__token-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.ui-playground__token{color:var(--nexus-text-muted);align-items:center;gap:8px;font-size:12px;display:flex}.ui-playground__swatch{border:1px solid var(--nexus-border);border-radius:8px;width:34px;height:34px}.ui-playground__swatch--background{background:var(--nexus-bg)}.ui-playground__swatch--surface{background:var(--nexus-surface)}.ui-playground__swatch--muted{background:var(--nexus-surface-muted)}.ui-playground__swatch--text{background:var(--nexus-text)}.ui-playground__swatch--border{background:var(--nexus-border)}.ui-playground__swatch--focus{background:var(--nexus-focus)}.nexus-badge{border:1px solid #0000;border-radius:999px;align-items:center;min-height:22px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.nexus-badge--neutral{border-color:var(--nexus-border);background:var(--nexus-surface-muted);color:var(--nexus-text-muted)}.nexus-badge--info{border-color:color-mix(in srgb, var(--nexus-info) 25%, transparent);background:color-mix(in srgb, var(--nexus-info) 10%, transparent);color:var(--nexus-info)}.nexus-badge--success{border-color:color-mix(in srgb, var(--nexus-success) 25%, transparent);background:color-mix(in srgb, var(--nexus-success) 10%, transparent);color:var(--nexus-success)}.nexus-badge--warning{border-color:color-mix(in srgb, var(--nexus-warning) 25%, transparent);background:color-mix(in srgb, var(--nexus-warning) 10%, transparent);color:var(--nexus-warning)}.nexus-badge--danger{border-color:color-mix(in srgb, var(--nexus-danger) 25%, transparent);background:color-mix(in srgb, var(--nexus-danger) 10%, transparent);color:var(--nexus-danger)}.ui-playground__toolbar{grid-template-columns:minmax(220px,1fr) auto auto;align-items:end;gap:8px;margin-bottom:12px;display:grid}.ui-playground__table-wrap{border:1px solid var(--nexus-border);border-radius:10px;overflow:auto}.nexus-table{border-collapse:collapse;width:100%;font-size:13px}.nexus-table th,.nexus-table td{border-bottom:1px solid var(--nexus-border);text-align:left;white-space:nowrap;height:46px;padding:0 12px}.nexus-table th{background:var(--nexus-surface-muted);color:var(--nexus-text-muted);font-size:12px;font-weight:600}.nexus-table tr:last-child td{border-bottom:0}.nexus-table tbody tr:hover{background:var(--nexus-surface-hover)}.ui-playground__state-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ui-playground__state-grid p{color:var(--nexus-text-muted);font-size:13px;line-height:18px}.ui-playground__skeleton{background:linear-gradient(90deg, var(--nexus-surface-muted), var(--nexus-surface-hover), var(--nexus-surface-muted));background-size:200% 100%;border-radius:6px;height:14px;animation:1.4s infinite nexus-skeleton}.ui-playground__skeleton+.ui-playground__skeleton{margin-top:10px}.ui-playground__skeleton--short{width:65%}@media (width>=768px) and (width<=1199px){.nexus-shell{grid-template-columns:68px minmax(0,1fr)}.nexus-shell__sidebar{padding-inline:8px}.nexus-shell__brand-block>div:nth-child(2),.nexus-shell__search-trigger span:nth-child(2),.nexus-shell__search-trigger kbd,.nexus-shell__nav-label,.nexus-shell__nav-item span:last-child,.nexus-shell__user-copy,.nexus-shell__user-menu{display:none}.nexus-shell__brand-block,.nexus-shell__nav-item,.nexus-shell__search-trigger,.nexus-shell__user{justify-content:center}.ui-playground__token-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=767px){.nexus-shell{display:block}.nexus-shell__sidebar{z-index:50;width:min(86vw,320px);max-width:100%;transition:transform .18s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:18px 0 48px #0000002e}.nexus-shell__sidebar--open{transform:translate(0)}.nexus-shell__sidebar-close,.nexus-shell__mobile-menu{display:grid}.nexus-shell__backdrop{z-index:40;cursor:default;background:#00000075;border:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.nexus-shell__topbar{gap:8px;padding:0 12px}.nexus-shell__environment{display:none}.nexus-shell__main{padding:20px 16px 32px}.ui-playground{gap:24px}.ui-playground__page-header{display:grid}.ui-playground__two-column,.ui-playground__state-grid,.ui-playground__token-grid,.ui-playground__toolbar{grid-template-columns:1fr}.nexus-dialog{border-radius:0;width:100%;max-width:none;height:100%;max-height:none}}@media (prefers-reduced-motion:reduce){.nexus-shell__sidebar,.ui-playground__skeleton{transition:none;animation:none}}.nexus-shell__desktop-collapse{display:none}@media (width>=1200px){.nexus-shell{transition:grid-template-columns .3s cubic-bezier(.22,1,.36,1)}.nexus-shell__sidebar{z-index:20;overflow:visible}.nexus-shell__desktop-collapse{z-index:4;border:1px solid var(--nexus-border);background:var(--nexus-surface);width:28px;height:28px;color:var(--nexus-text-muted);cursor:pointer;border-radius:9px;place-items:center;padding:0;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .22s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;top:22px;right:8px;box-shadow:0 3px 10px #00000012}.nexus-shell__desktop-collapse:hover{border-color:var(--nexus-border-strong);background:var(--nexus-surface-hover);color:var(--nexus-text);box-shadow:0 5px 16px #0000001a}.nexus-shell__brand-block,.nexus-shell__search-trigger,.nexus-shell__nav-item,.nexus-shell__user{transition:gap .26s cubic-bezier(.22,1,.36,1),padding .26s cubic-bezier(.22,1,.36,1)}.nexus-shell__brand-block>div:nth-child(2),.nexus-shell__search-trigger span:nth-child(2),.nexus-shell__search-trigger kbd,.nexus-shell__nav-label,.nexus-shell__nav-item span:last-child,.nexus-shell__user-copy{opacity:1;white-space:nowrap;max-width:220px;transition:max-width .26s cubic-bezier(.22,1,.36,1),opacity .15s ease-out,transform .22s cubic-bezier(.22,1,.36,1);overflow:hidden;transform:translate(0)}.nexus-user-menu{opacity:1;pointer-events:auto;max-width:40px;transition:max-width .26s cubic-bezier(.22,1,.36,1),opacity .15s ease-out,transform .22s cubic-bezier(.22,1,.36,1);overflow:visible;transform:translate(0)}.nexus-shell__nav-label{max-height:24px;transition:max-width .26s cubic-bezier(.22,1,.36,1),max-height .22s cubic-bezier(.22,1,.36,1),opacity .15s ease-out,transform .22s cubic-bezier(.22,1,.36,1),padding .22s cubic-bezier(.22,1,.36,1)}.nexus-shell--sidebar-collapsed{grid-template-columns:68px minmax(0,1fr)}.nexus-shell--sidebar-collapsed .nexus-shell__sidebar{overflow:visible}.nexus-shell--sidebar-collapsed .nexus-shell__desktop-collapse{background:var(--nexus-surface);right:-14px}.nexus-shell--sidebar-collapsed .nexus-shell__brand-block,.nexus-shell--sidebar-collapsed .nexus-shell__search-trigger,.nexus-shell--sidebar-collapsed .nexus-shell__nav-item,.nexus-shell--sidebar-collapsed .nexus-shell__user{justify-content:center;gap:0;padding-inline:0}.nexus-shell--sidebar-collapsed .nexus-shell__brand-block>div:nth-child(2),.nexus-shell--sidebar-collapsed .nexus-shell__search-trigger span:nth-child(2),.nexus-shell--sidebar-collapsed .nexus-shell__search-trigger kbd,.nexus-shell--sidebar-collapsed .nexus-shell__nav-label,.nexus-shell--sidebar-collapsed .nexus-shell__nav-item span:last-child,.nexus-shell--sidebar-collapsed .nexus-shell__user-copy{opacity:0;pointer-events:none;max-width:0;transform:translate(-7px)}.nexus-shell--sidebar-collapsed .nexus-user-menu{opacity:0;pointer-events:none;max-width:0;overflow:hidden;transform:translate(-7px)}.nexus-shell--sidebar-collapsed .nexus-shell__nav-label{max-height:0;padding-block:0}.nexus-shell--sidebar-collapsed .nexus-shell__search-trigger,.nexus-shell--sidebar-collapsed .nexus-shell__nav-item,.nexus-shell--sidebar-collapsed .nexus-shell__user{width:44px;margin-inline:auto}}@media (width>=768px) and (width<=1199px) and (hover:hover) and (pointer:fine){.nexus-shell__sidebar{z-index:30;will-change:width;width:68px;transition:width .28s cubic-bezier(.22,1,.36,1),padding .28s cubic-bezier(.22,1,.36,1),box-shadow .22s;overflow:hidden}.nexus-shell__brand-block,.nexus-shell__search-trigger,.nexus-shell__nav-item,.nexus-shell__user{transition:gap .26s cubic-bezier(.22,1,.36,1),padding .26s cubic-bezier(.22,1,.36,1)}.nexus-shell__brand-block>div:nth-child(2),.nexus-shell__search-trigger span:nth-child(2),.nexus-shell__search-trigger kbd,.nexus-shell__nav-label,.nexus-shell__nav-item span:last-child,.nexus-shell__user-copy{opacity:0;white-space:nowrap;pointer-events:none;max-width:0;transition:max-width .26s cubic-bezier(.22,1,.36,1),opacity .14s ease-out,transform .22s cubic-bezier(.22,1,.36,1);display:block;overflow:hidden;transform:translate(-7px)}.nexus-user-menu{opacity:0;pointer-events:none;max-width:0;transition:max-width .26s cubic-bezier(.22,1,.36,1),opacity .14s ease-out,transform .22s cubic-bezier(.22,1,.36,1);overflow:hidden;transform:translate(-7px)}.nexus-shell__nav-label{max-height:0;padding-block:0;transition:max-width .26s cubic-bezier(.22,1,.36,1),max-height .22s cubic-bezier(.22,1,.36,1),opacity .14s ease-out,transform .22s cubic-bezier(.22,1,.36,1),padding .22s cubic-bezier(.22,1,.36,1)}.nexus-shell__user-copy{display:grid}.nexus-shell__sidebar:hover,.nexus-shell__sidebar:focus-within{width:var(--nexus-sidebar-width);padding-inline:12px;overflow:visible;box-shadow:18px 0 48px #00000024}.nexus-shell__sidebar:hover .nexus-shell__brand-block>div:nth-child(2),.nexus-shell__sidebar:focus-within .nexus-shell__brand-block>div:nth-child(2),.nexus-shell__sidebar:hover .nexus-shell__search-trigger span:nth-child(2),.nexus-shell__sidebar:focus-within .nexus-shell__search-trigger span:nth-child(2),.nexus-shell__sidebar:hover .nexus-shell__search-trigger kbd,.nexus-shell__sidebar:focus-within .nexus-shell__search-trigger kbd,.nexus-shell__sidebar:hover .nexus-shell__nav-label,.nexus-shell__sidebar:focus-within .nexus-shell__nav-label,.nexus-shell__sidebar:hover .nexus-shell__nav-item span:last-child,.nexus-shell__sidebar:focus-within .nexus-shell__nav-item span:last-child,.nexus-shell__sidebar:hover .nexus-shell__user-copy,.nexus-shell__sidebar:focus-within .nexus-shell__user-copy{opacity:1;pointer-events:auto;max-width:220px;transition-delay:70ms;transform:translate(0)}.nexus-shell__sidebar:hover .nexus-user-menu,.nexus-shell__sidebar:focus-within .nexus-user-menu{opacity:1;pointer-events:auto;max-width:40px;transition-delay:70ms;overflow:visible;transform:translate(0)}.nexus-shell__sidebar:hover .nexus-shell__nav-label,.nexus-shell__sidebar:focus-within .nexus-shell__nav-label{max-height:24px;padding-bottom:4px}}@media (width<=767px){.nexus-shell__sidebar{transition:transform .28s cubic-bezier(.22,1,.36,1)}.nexus-shell__backdrop{animation:.22s ease-out nexus-backdrop-in}}@keyframes nexus-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.nexus-shell,.nexus-shell__sidebar,.nexus-shell__desktop-collapse,.nexus-shell__brand-block,.nexus-shell__search-trigger,.nexus-shell__nav-item,.nexus-shell__user,.nexus-shell__brand-block>div:nth-child(2),.nexus-shell__search-trigger span:nth-child(2),.nexus-shell__search-trigger kbd,.nexus-shell__nav-label,.nexus-shell__nav-item span:last-child,.nexus-shell__user-copy,.nexus-user-menu{transition:none}.nexus-shell__backdrop{animation:none}}.nexus-live-clock{min-width:0;color:var(--nexus-text-muted);font-variant-numeric:tabular-nums}.nexus-live-clock__content{white-space:nowrap;align-items:center;gap:10px;min-width:0;animation:.16s ease-out nexus-clock-swap;display:inline-flex}.nexus-live-clock__flag{flex:none;font-size:17px;line-height:1}.nexus-live-clock__location{display:contents}.nexus-live-clock__country,.nexus-live-clock__date,.nexus-live-clock__time{white-space:nowrap;flex:none;font-size:12px;line-height:18px}.nexus-live-clock__country{max-width:150px;color:var(--nexus-text-muted);text-overflow:ellipsis;overflow:hidden}.nexus-live-clock__date{color:var(--nexus-text-muted)}.nexus-live-clock__divider{display:none}.nexus-live-clock__time{min-width:62px;color:var(--nexus-text);letter-spacing:.01em;text-align:right;font-weight:650}.nexus-notifications .nexus-dropdown__trigger,.nexus-user-menu .nexus-dropdown__trigger{width:34px;min-width:34px;height:34px;min-height:34px;color:var(--nexus-text-muted);border-radius:8px;padding:0}.nexus-notifications .nexus-dropdown__trigger:hover,.nexus-notifications .nexus-dropdown__trigger[aria-expanded=true],.nexus-user-menu .nexus-dropdown__trigger:hover,.nexus-user-menu .nexus-dropdown__trigger[aria-expanded=true]{background:var(--nexus-surface-hover);color:var(--nexus-text)}.nexus-notifications__trigger-content{place-items:center;width:100%;height:100%;display:grid;position:relative}.nexus-notifications__icon{width:18px;height:18px}.nexus-notifications__badge{border:2px solid var(--nexus-bg);background:var(--nexus-danger);color:#fff;border-radius:999px;place-items:center;min-width:15px;height:15px;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:grid;position:absolute;top:4px;right:3px}.nexus-notifications .nexus-dropdown__panel{border:1px solid var(--nexus-border);background:var(--nexus-surface);width:300px;min-width:300px;box-shadow:var(--nexus-shadow-popover);border-radius:12px;padding:8px}.nexus-notifications__header{padding:8px 10px 10px;font-size:13px}.nexus-notifications__empty{color:var(--nexus-text-muted);text-align:center;justify-items:center;gap:5px;padding:24px 16px 26px;display:grid}.nexus-notifications__empty-icon{background:var(--nexus-surface-muted);width:30px;height:30px;color:var(--nexus-text);border-radius:50%;place-items:center;margin-bottom:3px;font-size:13px;font-weight:700;display:grid}.nexus-notifications__empty strong{color:var(--nexus-text);font-size:13px;font-weight:600}.nexus-notifications__empty span:last-child{max-width:220px;font-size:12px;line-height:17px}.nexus-user-menu__dots{letter-spacing:1px;font-size:16px;font-weight:700;line-height:1;transform:translateY(-1px)}.nexus-user-menu .nexus-dropdown__panel{border:1px solid var(--nexus-border);background:var(--nexus-surface);width:224px;min-width:224px;box-shadow:var(--nexus-shadow-popover);border-radius:12px;padding:8px}.nexus-user-menu .nexus-dropdown__section-label{color:var(--nexus-text-muted);padding:6px 8px 5px;font-size:11px;font-weight:600;line-height:14px}.nexus-user-menu .nexus-dropdown__separator{background:var(--nexus-border);margin:8px 4px}.nexus-user-menu .nexus-dropdown__item{min-height:36px;color:var(--nexus-text);border-radius:8px;padding:7px 9px;font-size:13px;line-height:18px}.nexus-user-menu .nexus-dropdown__item:hover:not(:disabled){background:var(--nexus-surface-hover)}.nexus-user-menu .nexus-dropdown__item--active{background:var(--nexus-surface-muted)}.nexus-user-menu .nexus-dropdown__item:disabled{color:var(--nexus-text-muted);opacity:.48}.nexus-user-menu__check{color:var(--nexus-text);font-size:14px;font-weight:700}@keyframes nexus-clock-swap{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@media (width<=767px){.nexus-live-clock__content{gap:7px}.nexus-live-clock__country{display:none}.nexus-live-clock__date,.nexus-live-clock__time{font-size:11px;line-height:16px}.nexus-live-clock__flag{font-size:15px}.nexus-live-clock__time{min-width:54px}.nexus-notifications .nexus-dropdown__panel{width:min(300px,100vw - 24px);min-width:min(300px,100vw - 24px)}.nexus-user-menu .nexus-dropdown__panel{width:min(224px,100vw - 32px);min-width:min(224px,100vw - 32px)}}@media (prefers-reduced-motion:reduce){.nexus-live-clock__content{animation:none}}.nexus-drawer{opacity:0;will-change:transform, opacity;transition:transform .24s cubic-bezier(.2,.8,.2,1),opacity .18s ease-out;transform:translate(22px)}.nexus-drawer--left{transform:translate(-22px)}.nexus-drawer[data-state=open]{opacity:1;transform:translate(0)}.nexus-drawer[data-state=closing]{opacity:0}.nexus-drawer--right[data-state=closing]{transform:translate(22px)}.nexus-drawer--left[data-state=closing]{transform:translate(-22px)}.nexus-drawer::backdrop{opacity:0;transition:opacity .2s ease-out}.nexus-drawer[data-state=open]::backdrop{opacity:1}.nexus-drawer[data-state=closing]::backdrop{opacity:0}@media (prefers-reduced-motion:reduce){.nexus-drawer,.nexus-drawer::backdrop{transition:none}}*{box-sizing:border-box}html{background:var(--nexus-bg);min-width:320px}body{background:var(--nexus-bg);min-width:320px;min-height:100vh;color:var(--nexus-text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit}:focus-visible{outline:2px solid var(--nexus-focus);outline-offset:2px}.nexus-auth-state{min-height:100vh;padding:var(--nexus-space-6);place-items:center;display:grid}.nexus-auth-state__card{width:min(100%,420px);padding:var(--nexus-space-7);border:1px solid var(--nexus-border);border-radius:var(--nexus-radius-panel);background:var(--nexus-surface);box-shadow:var(--nexus-shadow-popover)}.nexus-auth-state__card h1{margin:0 0 var(--nexus-space-3);font-size:1.25rem}.nexus-auth-state__card p{margin:0 0 var(--nexus-space-4);color:var(--nexus-text-muted)}.nexus-auth-state__technical{overflow-wrap:anywhere;font-size:.875rem}html[data-theme-transition=true] *,html[data-theme-transition=true] :before,html[data-theme-transition=true] :after{transition-property:background-color,border-color,color,box-shadow,fill,stroke;transition-duration:.22s;transition-timing-function:ease}@media (prefers-reduced-motion:reduce){html[data-theme-transition=true] *,html[data-theme-transition=true] :before,html[data-theme-transition=true] :after{transition:none}}
