.ws-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;flex-shrink:0;line-height:1}.ws-icon--sm{width:24px;height:24px}.ws-icon--sm .ws-icon__symbol{font-size:14px;color:#fff}.ws-icon--sm .ws-icon__emoji{font-size:.75rem}.ws-icon--sm .ws-icon__letter{font-size:.6875rem;font-weight:600;color:#fff}.ws-icon--md{width:36px;height:36px}.ws-icon--md .ws-icon__symbol{font-size:20px;color:#fff}.ws-icon--md .ws-icon__emoji{font-size:1.125rem}.ws-icon--md .ws-icon__letter{font-size:.875rem;font-weight:600;color:#fff}.ws-icon--lg{width:44px;height:44px}.ws-icon--lg .ws-icon__symbol{font-size:24px;color:#fff}.ws-icon--lg .ws-icon__emoji{font-size:1.375rem}.ws-icon--lg .ws-icon__letter{font-size:1.125rem;font-weight:600;color:#fff}.ws-icon--emoji{background-color:var(--md-sys-color-primary-container)}.ws-icon--letter{background-color:var(--md-sys-color-primary)}.mode-toggle{display:flex;align-items:center;border-radius:999px;background-color:var(--md-sys-color-surface-container-low);padding:3px;gap:2px;flex-shrink:0}.mode-toggle__btn{border:none;background:transparent;padding:7px 18px;border-radius:999px;font-size:.8125rem;font-weight:500;color:var(--md-sys-color-on-surface-variant);cursor:pointer;transition:background-color var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),color var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),box-shadow var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard);line-height:1}.mode-toggle__btn:hover{background-color:var(--md-sys-color-surface-container)}.mode-toggle__btn--active{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);box-shadow:none;cursor:default}.mode-toggle__btn--active:hover{background-color:var(--md-sys-color-primary-container)}.top-app-bar{display:grid;grid-template-columns:72px 1fr 340px;grid-template-rows:56px;grid-auto-rows:0;align-items:center;height:56px;padding:0;background-color:var(--md-sys-color-surface);box-shadow:none;border-bottom:none;z-index:10;transition:grid-template-columns var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}@media(min-width:900px){:root[data-rail-pinned] .top-app-bar{grid-template-columns:256px 1fr 340px}}.top-app-bar__left{grid-column:1 / 3;grid-row:1;justify-self:start;display:flex;align-items:center;gap:16px;min-width:0;padding-left:20px}.top-app-bar__mode-slot{grid-column:2 / 3;grid-row:1;justify-self:end;display:flex;align-items:center;padding-right:8px}.top-app-bar__brand{display:flex;align-items:center;flex-shrink:0}.top-app-bar__brand-name{font-size:1.25rem;font-weight:500;color:var(--md-sys-color-on-surface);letter-spacing:-.02em;line-height:1}.top-app-bar__brand-accent{color:var(--md-sys-color-primary);margin-left:1px}.top-app-bar__breadcrumb{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background-color:transparent;flex-shrink:0;transition:background-color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.top-app-bar__breadcrumb:hover{background-color:var(--md-sys-color-surface-container)}.top-app-bar__breadcrumb-icon{font-size:.5rem;color:var(--md-sys-color-primary);opacity:.7}.top-app-bar__breadcrumb-text{font-size:.8125rem;font-weight:500;color:var(--md-sys-color-on-surface-variant);line-height:1}.top-app-bar__profile{grid-column:3 / 4;grid-row:1;justify-self:end;display:flex;align-items:center;gap:10px;flex-shrink:0;position:relative;padding-right:20px}.top-app-bar__display-name{font-size:.8125rem;font-weight:500;color:var(--md-sys-color-on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;line-height:1.15}.top-app-bar__avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background-color:var(--md-sys-color-primary-container);border:none;flex-shrink:0;cursor:pointer;overflow:hidden;transition:box-shadow var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.top-app-bar__avatar:hover{box-shadow:var(--md-sys-elevation-2)}.top-app-bar__avatar-img{width:100%;height:100%;object-fit:cover;border-radius:999px}.top-app-bar__avatar-initials{font-size:.8125rem;font-weight:500;color:var(--md-sys-color-on-primary-container)}.top-app-bar__profile-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background-color:var(--md-sys-color-surface-container);border-radius:12px;box-shadow:var(--md-sys-elevation-3);overflow:hidden;z-index:100;animation:profile-menu-enter var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}@keyframes profile-menu-enter{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.top-app-bar__profile-menu-header{display:flex;flex-direction:column;gap:2px;padding:16px 20px 12px}.top-app-bar__profile-menu-name{font-size:.875rem;font-weight:500;color:var(--md-sys-color-on-surface)}.top-app-bar__profile-menu-email{font-size:.75rem;color:var(--md-sys-color-on-surface-variant)}.top-app-bar__profile-menu-divider{height:1px;background-color:var(--md-sys-color-outline-variant);opacity:.5;margin:0 12px}.top-app-bar__profile-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 20px;border:none;background:transparent;color:var(--md-sys-color-on-surface);font-size:.875rem;font-weight:400;cursor:pointer;transition:background-color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.top-app-bar__profile-menu-item:hover{background-color:var(--md-sys-color-surface-container-high)}.top-app-bar__menu-item-label{display:inline-flex;align-items:center;gap:6px}.top-app-bar__sparkle-icon{color:var(--md-sys-color-primary);opacity:.7}.ai-settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#0006;animation:ai-settings-overlay-in .15s ease}@keyframes ai-settings-overlay-in{0%{opacity:0}to{opacity:1}}.ai-settings{width:100%;max-width:480px;max-height:85vh;display:flex;flex-direction:column;background-color:var(--md-sys-color-surface-container-low);border-radius:16px;box-shadow:var(--md-sys-elevation-3);animation:ai-settings-slide-in .2s var(--md-sys-motion-easing-standard)}@keyframes ai-settings-slide-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ai-settings__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px;flex-shrink:0}.ai-settings__title{font-size:1.25rem;font-weight:500;color:var(--md-sys-color-on-surface);margin:0}.ai-settings__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:999px;color:var(--md-sys-color-on-surface-variant);cursor:pointer;transition:background-color .15s ease}.ai-settings__close:hover{background-color:var(--md-sys-color-surface-container-high)}.ai-settings__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:var(--md-sys-color-on-surface-variant);font-size:.875rem}.ai-settings__spinner{width:28px;height:28px;border:3px solid var(--md-sys-color-surface-container-highest);border-top-color:var(--md-sys-color-primary);border-radius:999px;animation:ai-settings-spin .7s linear infinite}@keyframes ai-settings-spin{to{transform:rotate(360deg)}}.ai-settings__body{flex:1;overflow-y:auto;padding:8px 24px 16px;display:flex;flex-direction:column;gap:18px}.ai-settings__field{display:flex;flex-direction:column;gap:6px}.ai-settings__label{font-size:.8125rem;font-weight:500;color:var(--md-sys-color-on-surface-variant)}.ai-settings__input{width:100%;padding:10px 14px;font-size:.875rem;color:var(--md-sys-color-on-surface);background-color:var(--md-sys-color-surface-container);border:1.5px solid var(--md-sys-color-outline-variant);border-radius:8px;outline:none;transition:border-color .15s ease;box-sizing:border-box;font-family:inherit}.ai-settings__input:focus{border-color:var(--md-sys-color-primary)}.ai-settings__input--custom{margin-top:4px}.ai-settings__textarea{width:100%;padding:10px 14px;font-size:.875rem;color:var(--md-sys-color-on-surface);background-color:var(--md-sys-color-surface-container);border:1.5px solid var(--md-sys-color-outline-variant);border-radius:8px;outline:none;transition:border-color .15s ease;box-sizing:border-box;font-family:inherit;resize:vertical;min-height:72px}.ai-settings__textarea:focus{border-color:var(--md-sys-color-primary)}.ai-settings__hint{font-size:.75rem;color:var(--md-sys-color-on-surface-variant);opacity:.7;margin:0}.ai-settings__pills{display:flex;flex-wrap:wrap;gap:8px}.ai-settings__pill{padding:8px 18px;border:1px solid var(--md-sys-color-outline-variant);border-radius:999px;background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);font-size:.8125rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;font-family:inherit;white-space:nowrap}.ai-settings__pill:hover{background-color:color-mix(in srgb,var(--md-sys-color-primary-container) 82%,var(--md-sys-color-primary));border-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary-container);box-shadow:var(--md-sys-elevation-1)}.ai-settings__pill--active{background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-color:var(--md-sys-color-primary);box-shadow:var(--md-sys-elevation-1)}.ai-settings__pill--active:hover{background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.ai-settings__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 20px;flex-shrink:0;border-top:1px solid var(--md-sys-color-outline-variant)}.ai-settings__btn{padding:10px 24px;font-size:.875rem;font-weight:500;border:none;border-radius:999px;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease;font-family:inherit}.ai-settings__btn:disabled{opacity:.6;cursor:not-allowed}.ai-settings__btn--cancel{background-color:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface)}.ai-settings__btn--cancel:hover:not(:disabled){background-color:var(--md-sys-color-surface-container-highest)}.ai-settings__btn--save{background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.ai-settings__btn--save:hover:not(:disabled){box-shadow:var(--md-sys-elevation-1)}@media(max-width:1179px){.top-app-bar{grid-template-columns:72px 1fr auto}:root[data-rail-pinned] .top-app-bar{grid-template-columns:256px 1fr auto}.top-app-bar__profile{padding-left:12px}}@media(max-width:899px){.top-app-bar{grid-template-columns:0 1fr auto}:root[data-rail-pinned] .top-app-bar{grid-template-columns:0 1fr auto}.top-app-bar__display-name{display:none}}.settings-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;background-color:#0006;animation:settings-modal-overlay-in .15s ease}@keyframes settings-modal-overlay-in{0%{opacity:0}to{opacity:1}}.settings-modal{width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;background-color:var(--md-sys-color-surface-container-low);border-radius:16px;box-shadow:var(--md-sys-elevation-3);outline:none;animation:settings-modal-slide-in .2s var(--md-sys-motion-easing-standard)}@keyframes settings-modal-slide-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.settings-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px;flex-shrink:0}.settings-modal__title{font-size:1.25rem;font-weight:500;color:var(--md-sys-color-on-surface);margin:0}.settings-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:999px;color:var(--md-sys-color-on-surface-variant);cursor:pointer;transition:background-color .15s ease}.settings-modal__close:hover{background-color:var(--md-sys-color-surface-container-high)}.settings-modal__close:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.settings-modal__body{flex:1;overflow-y:auto;padding:8px 24px 24px;display:flex;flex-direction:column;gap:24px}.settings-section{display:flex;flex-direction:column;gap:16px}.settings-section__title{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--md-sys-color-on-surface-variant);margin:0}.settings-section__row{display:flex;align-items:center;justify-content:space-between;gap:16px}.settings-section__row-text{display:flex;flex-direction:column;gap:2px}.settings-section__row-label{font-size:.9375rem;font-weight:500;color:var(--md-sys-color-on-surface)}.settings-section__row-hint{font-size:.8125rem;color:var(--md-sys-color-on-surface-variant)}.settings-section__subhead{display:flex;flex-direction:column;gap:2px;margin-top:4px}.settings-mode-toggle{display:inline-flex;background-color:var(--md-sys-color-surface-container-high);border-radius:999px;padding:3px;gap:2px}.settings-mode-toggle__btn{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;color:var(--md-sys-color-on-surface-variant);font-size:.8125rem;font-weight:500;font-family:inherit;padding:7px 14px;border-radius:999px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.settings-mode-toggle__btn .material-symbols-outlined{font-size:18px}.settings-mode-toggle__btn--active{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.settings-mode-toggle__btn:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.style-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.style-tile{position:relative;display:flex;flex-direction:column;gap:8px;padding:8px;background-color:var(--md-sys-color-surface-container);border:2px solid transparent;border-radius:14px;cursor:pointer;text-align:left;font-family:inherit;transition:border-color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard),box-shadow var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard),transform var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.style-tile:hover{box-shadow:var(--md-sys-elevation-2);transform:translateY(-1px)}.style-tile:focus-visible{outline:none;border-color:var(--md-sys-color-primary);box-shadow:var(--md-sys-elevation-2)}.style-tile--selected{border-color:var(--md-sys-color-primary);box-shadow:var(--md-sys-elevation-1)}.style-tile__preview{border-radius:9px;overflow:hidden;box-shadow:var(--md-sys-elevation-1)}.style-tile__mock{display:flex;flex-direction:column;height:96px;background-color:var(--md-sys-color-surface)}.style-tile__mock-topbar{display:flex;align-items:center;justify-content:space-between;height:18px;padding:0 8px;background-color:var(--md-sys-color-surface);border-bottom:1px solid var(--md-sys-color-outline-variant)}.style-tile__mock-brand{width:26px;height:5px;border-radius:999px;background-color:var(--md-sys-color-primary)}.style-tile__mock-avatar{width:8px;height:8px;border-radius:999px;background-color:var(--md-sys-color-secondary)}.style-tile__mock-body{display:flex;flex:1;min-height:0}.style-tile__mock-rail{display:flex;flex-direction:column;align-items:center;gap:7px;width:18px;padding-top:8px;background-color:var(--md-sys-color-surface)}.style-tile__mock-rail-dot{width:7px;height:7px;border-radius:999px;background-color:var(--md-sys-color-surface-container-highest)}.style-tile__mock-rail-dot--active{background-color:var(--md-sys-color-primary-container);box-shadow:0 0 0 2px var(--md-sys-color-primary-container)}.style-tile__mock-card{flex:1;margin:6px 6px 6px 2px;padding:7px;display:flex;flex-direction:column;gap:5px;background-color:var(--md-sys-color-surface-container);border-radius:6px}.style-tile__mock-chip{width:30px;height:7px;border-radius:999px;background-color:var(--md-sys-color-primary-container)}.style-tile__mock-line{height:4px;border-radius:999px;background-color:var(--md-sys-color-outline-variant)}.style-tile__mock-line--long{width:90%}.style-tile__mock-line--short{width:60%}.style-tile__mock-btn{margin-top:2px;width:40px;height:10px;border-radius:999px;background-color:var(--md-sys-color-primary)}.style-tile__meta{display:flex;align-items:baseline;justify-content:space-between;gap:6px;padding:0 2px}.style-tile__name{font-size:.8125rem;font-weight:600;color:var(--md-sys-color-on-surface)}.style-tile__vibe{font-size:.6875rem;font-weight:500;color:var(--md-sys-color-on-surface-variant)}.style-tile__check{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:var(--md-sys-elevation-1);animation:style-tile-check-in .15s var(--md-sys-motion-easing-standard)}.style-tile__check .material-symbols-outlined{font-size:15px;font-weight:700}@keyframes style-tile-check-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.settings-modal-overlay,.settings-modal,.style-tile,.style-tile__check{animation:none;transition:none}.style-tile:hover{transform:none}}@media(max-width:520px){.style-grid{grid-template-columns:repeat(2,1fr)}.settings-section__row{flex-direction:column;align-items:flex-start}}:root{--left-rail-collapsed: 72px;--left-rail-expanded: 256px}.left-rail{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:0;left:0;bottom:0;width:var(--left-rail-collapsed);padding:4px 0 0;background-color:var(--md-sys-color-surface);border-radius:0;box-shadow:none;border-right:none;overflow-x:hidden;z-index:20}.left-rail.left-rail{transition:width var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),box-shadow var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),background-color var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),border-radius var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}.left-rail--expanded{width:var(--left-rail-expanded)}.left-rail--expanded:not(.left-rail--pinned){background-color:var(--md-sys-color-surface-container-low);box-shadow:var(--md-sys-elevation-2, 0 2px 6px rgba(0, 0, 0, .15));border-top-right-radius:16px;border-bottom-right-radius:16px}.left-rail__pin-row{display:flex;justify-content:flex-start;padding:0 8px 4px}.left-rail__pin-btn{display:flex;align-items:center;gap:12px;height:40px;width:56px;padding:0;border:none;background:transparent;border-radius:999px;color:var(--md-sys-color-on-surface-variant);cursor:pointer;overflow:hidden;transition:width var(--md-sys-motion-duration-medium, .18s) var(--md-sys-motion-easing-standard),background-color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard),color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.left-rail__pin-icon{display:flex;align-items:center;justify-content:center;width:56px;flex:0 0 56px;font-size:20px}.left-rail__pin-btn:hover{background-color:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface)}.left-rail--pinned .left-rail__pin-btn{color:var(--md-sys-color-primary)}.left-rail--expanded .left-rail__pin-row{justify-content:stretch}.left-rail--expanded .left-rail__pin-btn{width:100%}.left-rail__section{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:100%;padding:0 8px;min-height:0;overflow-y:auto;overflow-x:hidden}.left-rail__section--bottom{padding-bottom:16px;overflow:visible;flex-shrink:0}.left-rail__workspace-chips{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:100%}.left-rail__chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:60px;border:none;background:transparent;border-radius:12px;color:var(--md-sys-color-on-surface-variant);cursor:pointer;position:relative;opacity:.6;transition:color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard),opacity var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard),background-color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.left-rail__chip-icon{display:flex;align-items:center;justify-content:center;width:56px;flex:0 0 56px;height:40px;border-radius:999px;transform:scale(.92);transition:background-color var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),transform var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}.left-rail__chip:hover{opacity:.85}.left-rail__chip:hover .left-rail__chip-icon{background-color:color-mix(in srgb,var(--md-sys-color-surface-container-high) 60%,transparent)}.left-rail__chip--active{opacity:1;color:var(--md-sys-color-on-surface);background-color:color-mix(in srgb,var(--md-sys-color-primary) 8%,transparent)}.left-rail__chip--active .left-rail__chip-icon{background-color:transparent;transform:scale(1)}.left-rail__chip--active:hover .left-rail__chip-icon{background-color:transparent}.left-rail__chip--active:before{content:"";position:absolute;left:0;top:50%;width:3px;height:24px;background-color:var(--md-sys-color-primary);border-radius:0 999px 999px 0;transform:translateY(-50%);transform-origin:left center;animation:leftrail-accent-in var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard) both}@keyframes leftrail-accent-in{0%{opacity:0;height:0}to{opacity:1;height:24px}}.left-rail__chip--add{border:none;opacity:.7;height:auto;min-height:56px;margin-top:8px;padding-top:12px;border-top:1px solid color-mix(in srgb,var(--md-sys-color-outline-variant) 30%,transparent);border-top-left-radius:0;border-top-right-radius:0}.left-rail__chip--add:hover{opacity:1}.left-rail__chip--add .left-rail__chip-icon{width:44px;flex-basis:44px;height:44px;border-radius:999px;border:1.5px dashed var(--md-sys-color-outline-variant);transform:none}.left-rail__chip--add:hover .left-rail__chip-icon{background-color:var(--md-sys-color-surface-container);border-color:var(--md-sys-color-outline)}.left-rail__chip--empty{border:none;color:var(--md-sys-color-primary);opacity:1}.left-rail__chip--empty .left-rail__chip-icon{border:1.5px dashed var(--md-sys-color-primary);border-radius:999px;width:44px;flex-basis:44px;height:44px;transform:none}.left-rail__chip--empty:hover .left-rail__chip-icon{background-color:var(--md-sys-color-primary-container)}.left-rail__chip--empty:hover{color:var(--md-sys-color-on-primary-container);opacity:1}.left-rail__chip--loading{pointer-events:none;opacity:1}.left-rail__chip-spinner{width:16px;height:16px;border:2px solid var(--md-sys-color-outline-variant);border-top-color:var(--md-sys-color-primary);border-radius:50%;animation:leftrail-spin .6s linear infinite}@keyframes leftrail-spin{to{transform:rotate(360deg)}}.left-rail__chip-label{font-size:.6875rem;font-weight:500;letter-spacing:.01em;line-height:1;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.left-rail__chip--add .left-rail__chip-label{opacity:0;max-width:0;overflow:hidden}.left-rail--expanded .left-rail__chip,.left-rail--expanded .left-rail__mode-btn{flex-direction:row;justify-content:flex-start;gap:12px;height:48px;border-radius:999px;padding-right:16px;opacity:1}.left-rail--expanded .left-rail__chip-icon{transform:none}.left-rail--expanded .left-rail__chip--active:before{display:none}.left-rail--expanded .left-rail__chip:hover,.left-rail--expanded .left-rail__mode-btn:hover{background-color:var(--md-sys-color-surface-container-high)}.left-rail--expanded .left-rail__chip--active{background-color:var(--md-sys-color-primary-container)}.left-rail--expanded .left-rail__chip--add{border-top:none;padding-top:0;min-height:0;position:relative}.left-rail--expanded .left-rail__chip--add:before{content:"";position:absolute;left:8px;right:8px;top:-8px;height:1px;background-color:color-mix(in srgb,var(--md-sys-color-outline-variant) 30%,transparent);pointer-events:none;animation:none}.left-rail--expanded .left-rail__chip:hover .left-rail__chip-icon,.left-rail--expanded .left-rail__chip--active .left-rail__chip-icon,.left-rail--expanded .left-rail__chip--active:hover .left-rail__chip-icon,.left-rail--expanded .left-rail__mode-btn:hover .left-rail__mode-icon,.left-rail--expanded .left-rail__mode-btn--active .left-rail__mode-icon{background-color:transparent}.left-rail--expanded .left-rail__chip-label{font-size:.875rem;font-weight:500;letter-spacing:.01em;line-height:1.2;max-width:none;white-space:normal;overflow:visible;text-overflow:clip;text-align:left;animation:leftrail-label-in var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard) both}.left-rail--expanded .left-rail__chip--add .left-rail__chip-label{opacity:1;max-width:none;overflow:visible;animation:leftrail-label-in var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard) both}@keyframes leftrail-label-in{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.left-rail__divider{width:32px;height:1px;background-color:var(--md-sys-color-outline-variant);opacity:.3;margin:8px 0;border-radius:1px}.left-rail__mode-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:52px;border:none;background:transparent;border-radius:0;color:var(--md-sys-color-on-surface-variant);cursor:pointer;position:relative;transition:color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.left-rail__mode-icon{display:flex;align-items:center;justify-content:center;width:56px;flex:0 0 56px;height:28px;border-radius:999px;transition:background-color var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}.left-rail__mode-btn:hover .left-rail__mode-icon{background-color:var(--md-sys-color-surface-container-high)}.left-rail__mode-btn--active .left-rail__mode-icon{background-color:var(--md-sys-color-primary-container)}.left-rail__mode-btn--active{color:var(--md-sys-color-on-primary-container)}.left-rail__mode-btn--active:hover .left-rail__mode-icon{background-color:var(--md-sys-color-primary-container)}.left-rail__mode-label{font-size:.875rem;font-weight:500;white-space:nowrap;opacity:0;max-width:0;overflow:hidden}.left-rail--expanded .left-rail__mode-label{font-size:.875rem;font-weight:500;white-space:nowrap;opacity:1;max-width:160px;overflow:visible;animation:leftrail-label-in var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard) both}.left-rail__row-label{font-size:.875rem;font-weight:500;white-space:nowrap;opacity:0;max-width:0;overflow:hidden;transform:translate(-6px);transition:opacity var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),max-width var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),transform var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}.left-rail--expanded .left-rail__row-label{opacity:1;max-width:160px;transform:translate(0)}.left-rail__grow{flex:1}@media(prefers-reduced-motion:reduce){.left-rail.left-rail,.left-rail__row-label,.left-rail__pin-btn,.left-rail__chip,.left-rail__chip-icon,.left-rail__mode-icon{transition:none}.left-rail--expanded .left-rail__chip-label,.left-rail--expanded .left-rail__chip--add .left-rail__chip-label,.left-rail--expanded .left-rail__mode-label,.left-rail__chip--active:before{animation:none}}:root,[data-theme=light]{--md-sys-color-primary: #2559bd;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #dce4f0;--md-sys-color-on-primary-container: #001946;--md-sys-color-secondary: #006b5f;--md-sys-color-on-secondary: #ffffff;--md-sys-color-secondary-container: #74f8e4;--md-sys-color-on-secondary-container: #00201c;--md-sys-color-tertiary: #735572;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #fdd7fa;--md-sys-color-on-tertiary-container: #2a122c;--md-sys-color-error: #ba1a1a;--md-sys-color-on-error: #ffffff;--md-sys-color-error-container: #ffdad6;--md-sys-color-on-error-container: #410002;--md-sys-color-background: #faf9f7;--md-sys-color-on-background: #1c1b1a;--md-sys-color-surface: #faf9f7;--md-sys-color-on-surface: #1c1b1a;--md-sys-color-surface-variant: #e0dfdc;--md-sys-color-on-surface-variant: #464542;--md-sys-color-outline: #767572;--md-sys-color-outline-variant: #c6c5c2;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #313130;--md-sys-color-inverse-on-surface: #f3f2ef;--md-sys-color-inverse-primary: #b1c5ff}[data-theme=dark]{--md-sys-color-primary: #b1c5ff;--md-sys-color-on-primary: #002c70;--md-sys-color-primary-container: #00419e;--md-sys-color-on-primary-container: #dae2ff;--md-sys-color-secondary: #54dbc8;--md-sys-color-on-secondary: #003731;--md-sys-color-secondary-container: #005048;--md-sys-color-on-secondary-container: #74f8e4;--md-sys-color-tertiary: #e0bbdd;--md-sys-color-on-tertiary: #412742;--md-sys-color-tertiary-container: #593d59;--md-sys-color-on-tertiary-container: #fdd7fa;--md-sys-color-error: #ffb4ab;--md-sys-color-on-error: #690005;--md-sys-color-error-container: #93000a;--md-sys-color-on-error-container: #ffb4ab;--md-sys-color-background: #1b1b1f;--md-sys-color-on-background: #e4e2e6;--md-sys-color-surface: #1b1b1f;--md-sys-color-on-surface: #e4e2e6;--md-sys-color-surface-variant: #44464f;--md-sys-color-on-surface-variant: #c5c6d0;--md-sys-color-outline: #8f9099;--md-sys-color-outline-variant: #44464f;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #e4e2e6;--md-sys-color-inverse-on-surface: #303034;--md-sys-color-inverse-primary: #2559bd}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--md-sys-color-primary: #b1c5ff;--md-sys-color-on-primary: #002c70;--md-sys-color-primary-container: #00419e;--md-sys-color-on-primary-container: #dae2ff;--md-sys-color-secondary: #54dbc8;--md-sys-color-on-secondary: #003731;--md-sys-color-secondary-container: #005048;--md-sys-color-on-secondary-container: #74f8e4;--md-sys-color-tertiary: #e0bbdd;--md-sys-color-on-tertiary: #412742;--md-sys-color-tertiary-container: #593d59;--md-sys-color-on-tertiary-container: #fdd7fa;--md-sys-color-error: #ffb4ab;--md-sys-color-on-error: #690005;--md-sys-color-error-container: #93000a;--md-sys-color-on-error-container: #ffb4ab;--md-sys-color-background: #1b1b1f;--md-sys-color-on-background: #e4e2e6;--md-sys-color-surface: #1b1b1f;--md-sys-color-on-surface: #e4e2e6;--md-sys-color-surface-variant: #44464f;--md-sys-color-on-surface-variant: #c5c6d0;--md-sys-color-outline: #8f9099;--md-sys-color-outline-variant: #44464f;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #e4e2e6;--md-sys-color-inverse-on-surface: #303034;--md-sys-color-inverse-primary: #2559bd}}:root{--md-ref-palette-primary0: #000000;--md-ref-palette-primary5: #000f30;--md-ref-palette-primary10: #001946;--md-ref-palette-primary15: #00225b;--md-ref-palette-primary20: #002c70;--md-ref-palette-primary25: #003687;--md-ref-palette-primary30: #00419e;--md-ref-palette-primary35: #0f4db0;--md-ref-palette-primary40: #2559bd;--md-ref-palette-primary50: #4473d8;--md-ref-palette-primary60: #608df4;--md-ref-palette-primary70: #87a9ff;--md-ref-palette-primary80: #b1c5ff;--md-ref-palette-primary90: #dae2ff;--md-ref-palette-primary95: #eef0ff;--md-ref-palette-primary98: #faf8ff;--md-ref-palette-primary99: #fefbff;--md-ref-palette-primary100: #ffffff;--md-ref-palette-secondary0: #000000;--md-ref-palette-secondary5: #001411;--md-ref-palette-secondary10: #00201c;--md-ref-palette-secondary15: #002c26;--md-ref-palette-secondary20: #003731;--md-ref-palette-secondary25: #00443c;--md-ref-palette-secondary30: #005048;--md-ref-palette-secondary35: #005d53;--md-ref-palette-secondary40: #006b5f;--md-ref-palette-secondary50: #008678;--md-ref-palette-secondary60: #00a392;--md-ref-palette-secondary70: #2dbfad;--md-ref-palette-secondary80: #54dbc8;--md-ref-palette-secondary90: #74f8e4;--md-ref-palette-secondary95: #b4fff1;--md-ref-palette-secondary98: #e5fff8;--md-ref-palette-secondary99: #f2fffb;--md-ref-palette-secondary100: #ffffff;--md-ref-palette-tertiary0: #000000;--md-ref-palette-tertiary5: #1e0821;--md-ref-palette-tertiary10: #2a122c;--md-ref-palette-tertiary15: #361d37;--md-ref-palette-tertiary20: #412742;--md-ref-palette-tertiary25: #4d324d;--md-ref-palette-tertiary30: #593d59;--md-ref-palette-tertiary35: #664965;--md-ref-palette-tertiary40: #735572;--md-ref-palette-tertiary50: #8d6d8b;--md-ref-palette-tertiary60: #a886a6;--md-ref-palette-tertiary70: #c4a0c1;--md-ref-palette-tertiary80: #e0bbdd;--md-ref-palette-tertiary90: #fdd7fa;--md-ref-palette-tertiary95: #ffebfa;--md-ref-palette-tertiary98: #fff7fa;--md-ref-palette-tertiary99: #fffbff;--md-ref-palette-tertiary100: #ffffff;--md-ref-palette-neutral0: #000000;--md-ref-palette-neutral5: #101114;--md-ref-palette-neutral10: #1b1b1f;--md-ref-palette-neutral15: #252629;--md-ref-palette-neutral20: #303034;--md-ref-palette-neutral25: #3b3b3f;--md-ref-palette-neutral30: #46464a;--md-ref-palette-neutral35: #525256;--md-ref-palette-neutral40: #5e5e62;--md-ref-palette-neutral50: #77777a;--md-ref-palette-neutral60: #919094;--md-ref-palette-neutral70: #acabaf;--md-ref-palette-neutral80: #c7c6ca;--md-ref-palette-neutral90: #e4e2e6;--md-ref-palette-neutral95: #f2f0f4;--md-ref-palette-neutral98: #fbf8fd;--md-ref-palette-neutral99: #fefbff;--md-ref-palette-neutral100: #ffffff;--md-ref-palette-neutral-variant0: #000000;--md-ref-palette-neutral-variant5: #0e1118;--md-ref-palette-neutral-variant10: #191b23;--md-ref-palette-neutral-variant15: #23262d;--md-ref-palette-neutral-variant20: #2e3038;--md-ref-palette-neutral-variant25: #393b43;--md-ref-palette-neutral-variant30: #44464f;--md-ref-palette-neutral-variant35: #50525a;--md-ref-palette-neutral-variant40: #5c5e67;--md-ref-palette-neutral-variant50: #757780;--md-ref-palette-neutral-variant60: #8f9099;--md-ref-palette-neutral-variant70: #a9abb4;--md-ref-palette-neutral-variant80: #c5c6d0;--md-ref-palette-neutral-variant90: #e1e2ec;--md-ref-palette-neutral-variant95: #f0f0fa;--md-ref-palette-neutral-variant98: #faf8ff;--md-ref-palette-neutral-variant99: #fefbff;--md-ref-palette-neutral-variant100: #ffffff;--md-ref-palette-error0: #000000;--md-ref-palette-error5: #2d0001;--md-ref-palette-error10: #410002;--md-ref-palette-error15: #540003;--md-ref-palette-error20: #690005;--md-ref-palette-error25: #7e0007;--md-ref-palette-error30: #93000a;--md-ref-palette-error35: #a80710;--md-ref-palette-error40: #ba1a1a;--md-ref-palette-error50: #de3730;--md-ref-palette-error60: #ff5449;--md-ref-palette-error70: #ff897d;--md-ref-palette-error80: #ffb4ab;--md-ref-palette-error90: #ffdad6;--md-ref-palette-error95: #ffedea;--md-ref-palette-error98: #fff8f7;--md-ref-palette-error99: #fffbff;--md-ref-palette-error100: #ffffff}[data-style=ember][data-style=ember]{--md-sys-color-primary: #97410f;--md-sys-color-on-primary: #fffaf1;--md-sys-color-primary-container: #fcdbcc;--md-sys-color-on-primary-container: #2b150a;--md-sys-color-secondary: #7d5615;--md-sys-color-on-secondary: #fffef2;--md-sys-color-secondary-container: #efe0cd;--md-sys-color-on-secondary-container: #24190b;--md-sys-color-tertiary: #8b4748;--md-sys-color-on-tertiary: #fffbfa;--md-sys-color-tertiary-container: #f6dbda;--md-sys-color-on-tertiary-container: #281616;--md-sys-color-error: #a1322c;--md-sys-color-on-error: #fff8f5;--md-sys-color-error-container: #ffd7d1;--md-sys-color-on-error-container: #2e120f;--md-sys-color-background: #faf9f8;--md-sys-color-on-background: #1d1b1a;--md-sys-color-surface: #faf9f8;--md-sys-color-on-surface: #1d1b1a;--md-sys-color-surface-variant: #e6e1de;--md-sys-color-on-surface-variant: #4e453e;--md-sys-color-outline: #82746b;--md-sys-color-outline-variant: #cdc5bf;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #33302d;--md-sys-color-inverse-on-surface: #f2f0ef;--md-sys-color-inverse-primary: #f2b79d;--md-sys-color-surface-container-lowest: #fffffe;--md-sys-color-surface-container-low: #f5f3f2;--md-sys-color-surface-container: #efedec;--md-sys-color-surface-container-high: #eae8e6;--md-sys-color-surface-container-highest: #e4e2e0;--md-sys-color-surface-bright: #faf9f8;--md-sys-color-surface-dim: #dcd9d7}[data-style=ember][data-theme=dark]{--md-sys-color-primary: #f2b79d;--md-sys-color-on-primary: #4f2108;--md-sys-color-primary-container: #742f07;--md-sys-color-on-primary-container: #fcdbcc;--md-sys-color-secondary: #dcc29f;--md-sys-color-on-secondary: #412c0b;--md-sys-color-secondary-container: #5f400c;--md-sys-color-on-secondary-container: #efe0cd;--md-sys-color-tertiary: #e9b9b8;--md-sys-color-on-tertiary: #492424;--md-sys-color-tertiary-container: #6a3435;--md-sys-color-on-tertiary-container: #f6dbda;--md-sys-color-error: #fbb1a7;--md-sys-color-on-error: #551916;--md-sys-color-error-container: #7c231f;--md-sys-color-on-error-container: #ffd7d1;--md-sys-color-background: #1f1d1c;--md-sys-color-on-background: #e4e2e0;--md-sys-color-surface: #1f1d1c;--md-sys-color-on-surface: #e4e2e0;--md-sys-color-surface-variant: #4e453e;--md-sys-color-on-surface-variant: #cdc5bf;--md-sys-color-outline: #9b8e85;--md-sys-color-outline-variant: #4e453e;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #e4e2e0;--md-sys-color-inverse-on-surface: #33302d;--md-sys-color-inverse-primary: #97410f;--md-sys-color-surface-container-lowest: #161514;--md-sys-color-surface-container-low: #232120;--md-sys-color-surface-container: #282523;--md-sys-color-surface-container-high: #312d2b;--md-sys-color-surface-container-highest: #3d3835;--md-sys-color-surface-bright: #413d3a;--md-sys-color-surface-dim: #191716}@media(prefers-color-scheme:dark){[data-style=ember]:not([data-theme=light]){--md-sys-color-primary: #f2b79d;--md-sys-color-on-primary: #4f2108;--md-sys-color-primary-container: #742f07;--md-sys-color-on-primary-container: #fcdbcc;--md-sys-color-secondary: #dcc29f;--md-sys-color-on-secondary: #412c0b;--md-sys-color-secondary-container: #5f400c;--md-sys-color-on-secondary-container: #efe0cd;--md-sys-color-tertiary: #e9b9b8;--md-sys-color-on-tertiary: #492424;--md-sys-color-tertiary-container: #6a3435;--md-sys-color-on-tertiary-container: #f6dbda;--md-sys-color-error: #fbb1a7;--md-sys-color-on-error: #551916;--md-sys-color-error-container: #7c231f;--md-sys-color-on-error-container: #ffd7d1;--md-sys-color-background: #1f1d1c;--md-sys-color-on-background: #e4e2e0;--md-sys-color-surface: #1f1d1c;--md-sys-color-on-surface: #e4e2e0;--md-sys-color-surface-variant: #4e453e;--md-sys-color-on-surface-variant: #cdc5bf;--md-sys-color-outline: #9b8e85;--md-sys-color-outline-variant: #4e453e;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #e4e2e0;--md-sys-color-inverse-on-surface: #33302d;--md-sys-color-inverse-primary: #97410f;--md-sys-color-surface-container-lowest: #161514;--md-sys-color-surface-container-low: #232120;--md-sys-color-surface-container: #282523;--md-sys-color-surface-container-high: #312d2b;--md-sys-color-surface-container-highest: #3d3835;--md-sys-color-surface-bright: #413d3a;--md-sys-color-surface-dim: #191716}}[data-style=verdant][data-style=verdant]{--md-sys-color-primary: #2c6e3e;--md-sys-color-on-primary: #f6fff8;--md-sys-color-primary-container: #d4e9d7;--md-sys-color-on-primary-container: #102013;--md-sys-color-secondary: #54662f;--md-sys-color-on-secondary: #fcfff6;--md-sys-color-secondary-container: #dee6d3;--md-sys-color-on-secondary-container: #191e10;--md-sys-color-tertiary: #1a6b6f;--md-sys-color-on-tertiary: #f5ffff;--md-sys-color-tertiary-container: #d1e8e9;--md-sys-color-on-tertiary-container: #0d1f20;--md-sys-color-error: #a1322c;--md-sys-color-on-error: #fff8f5;--md-sys-color-error-container: #ffd7d1;--md-sys-color-on-error-container: #2e120f;--md-sys-color-background: #f9f9f9;--md-sys-color-on-background: #1b1c1b;--md-sys-color-surface: #f9f9f9;--md-sys-color-on-surface: #1b1c1b;--md-sys-color-surface-variant: #e1e3e0;--md-sys-color-on-surface-variant: #434942;--md-sys-color-outline: #727a70;--md-sys-color-outline-variant: #c3c8c2;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #2f312f;--md-sys-color-inverse-on-surface: #f0f1f0;--md-sys-color-inverse-primary: #abd2b2;--md-sys-color-surface-container-lowest: #fffffe;--md-sys-color-surface-container-low: #f3f4f3;--md-sys-color-surface-container: #edeeed;--md-sys-color-surface-container-high: #e7e8e7;--md-sys-color-surface-container-highest: #e2e3e1;--md-sys-color-surface-bright: #f9f9f9;--md-sys-color-surface-dim: #d9dad9}[data-style=verdant][data-theme=dark]{--md-sys-color-primary: #abd2b2;--md-sys-color-on-primary: #16391f;--md-sys-color-primary-container: #1f532d;--md-sys-color-on-primary-container: #d4e9d7;--md-sys-color-secondary: #bfcdaa;--md-sys-color-on-secondary: #2b3517;--md-sys-color-secondary-container: #3e4d21;--md-sys-color-on-secondary-container: #dee6d3;--md-sys-color-tertiary: #a5d0d2;--md-sys-color-on-tertiary: #0e3739;--md-sys-color-tertiary-container: #105154;--md-sys-color-on-tertiary-container: #d1e8e9;--md-sys-color-error: #fbb1a7;--md-sys-color-on-error: #551916;--md-sys-color-error-container: #7c231f;--md-sys-color-on-error-container: #ffd7d1;--md-sys-color-background: #1d1e1d;--md-sys-color-on-background: #e2e3e1;--md-sys-color-surface: #1d1e1d;--md-sys-color-on-surface: #e2e3e1;--md-sys-color-surface-variant: #434942;--md-sys-color-on-surface-variant: #c3c8c2;--md-sys-color-outline: #8c938a;--md-sys-color-outline-variant: #434942;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #e2e3e1;--md-sys-color-inverse-on-surface: #2f312f;--md-sys-color-inverse-primary: #2c6e3e;--md-sys-color-surface-container-lowest: #151615;--md-sys-color-surface-container-low: #212221;--md-sys-color-surface-container: #252625;--md-sys-color-surface-container-high: #2d2f2d;--md-sys-color-surface-container-highest: #383a37;--md-sys-color-surface-bright: #3c3e3c;--md-sys-color-surface-dim: #171817}@media(prefers-color-scheme:dark){[data-style=verdant]:not([data-theme=light]){--md-sys-color-primary: #abd2b2;--md-sys-color-on-primary: #16391f;--md-sys-color-primary-container: #1f532d;--md-sys-color-on-primary-container: #d4e9d7;--md-sys-color-secondary: #bfcdaa;--md-sys-color-on-secondary: #2b3517;--md-sys-color-secondary-container: #3e4d21;--md-sys-color-on-secondary-container: #dee6d3;--md-sys-color-tertiary: #a5d0d2;--md-sys-color-on-tertiary: #0e3739;--md-sys-color-tertiary-container: #105154;--md-sys-color-on-tertiary-container: #d1e8e9;--md-sys-color-error: #fbb1a7;--md-sys-color-on-error: #551916;--md-sys-color-error-container: #7c231f;--md-sys-color-on-error-container: #ffd7d1;--md-sys-color-background: #1d1e1d;--md-sys-color-on-background: #e2e3e1;--md-sys-color-surface: #1d1e1d;--md-sys-color-on-surface: #e2e3e1;--md-sys-color-surface-variant: #434942;--md-sys-color-on-surface-variant: #c3c8c2;--md-sys-color-outline: #8c938a;--md-sys-color-outline-variant: #434942;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #e2e3e1;--md-sys-color-inverse-on-surface: #2f312f;--md-sys-color-inverse-primary: #2c6e3e;--md-sys-color-surface-container-lowest: #151615;--md-sys-color-surface-container-low: #212221;--md-sys-color-surface-container: #252625;--md-sys-color-surface-container-high: #2d2f2d;--md-sys-color-surface-container-highest: #383a37;--md-sys-color-surface-bright: #3c3e3c;--md-sys-color-surface-dim: #171817}}[data-style=graphite][data-style=graphite]{--md-sys-color-primary: #526071;--md-sys-color-on-primary: #fcffff;--md-sys-color-primary-container: #dee3ea;--md-sys-color-on-primary-container: #181c20;--md-sys-color-secondary: #565f6c;--md-sys-color-on-secondary: #fdffff;--md-sys-color-secondary-container: #dfe3e8;--md-sys-color-on-secondary-container: #191c1f;--md-sys-color-tertiary: #49636f;--md-sys-color-on-tertiary: #faffff;--md-sys-color-tertiary-container: #dbe4e9;--md-sys-color-on-tertiary-container: #161d20;--md-sys-color-error: #a1322c;--md-sys-color-on-error: #fff8f5;--md-sys-color-error-container: #ffd7d1;--md-sys-color-on-error-container: #2e120f;--md-sys-color-background: #f9f9fa;--md-sys-color-on-background: #1b1c1c;--md-sys-color-surface: #f9f9fa;--md-sys-color-on-surface: #1b1c1c;--md-sys-color-surface-variant: #e1e3e4;--md-sys-color-on-surface-variant: #44474b;--md-sys-color-outline: #73787d;--md-sys-color-outline-variant: #c4c7ca;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #2f3031;--md-sys-color-inverse-on-surface: #f0f1f1;--md-sys-color-inverse-primary: #bec7d3;--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-surface-container-low: #f3f4f4;--md-sys-color-surface-container: #edeeee;--md-sys-color-surface-container-high: #e8e8e9;--md-sys-color-surface-container-highest: #e2e2e3;--md-sys-color-surface-bright: #f9f9fa;--md-sys-color-surface-dim: #d9dadb}[data-style=graphite][data-theme=dark]{--md-sys-color-primary: #bec7d3;--md-sys-color-on-primary: #2a313a;--md-sys-color-primary-container: #3d4855;--md-sys-color-on-primary-container: #dee3ea;--md-sys-color-secondary: #c1c7d0;--md-sys-color-on-secondary: #2c3138;--md-sys-color-secondary-container: #404751;--md-sys-color-on-secondary-container: #dfe3e8;--md-sys-color-tertiary: #b9cad2;--md-sys-color-on-tertiary: #25333a;--md-sys-color-tertiary-container: #364a54;--md-sys-color-on-tertiary-container: #dbe4e9;--md-sys-color-error: #fbb1a7;--md-sys-color-on-error: #551916;--md-sys-color-error-container: #7c231f;--md-sys-color-on-error-container: #ffd7d1;--md-sys-color-background: #1d1e1e;--md-sys-color-on-background: #e2e2e3;--md-sys-color-surface: #1d1e1e;--md-sys-color-on-surface: #e2e2e3;--md-sys-color-surface-variant: #44474b;--md-sys-color-on-surface-variant: #c4c7ca;--md-sys-color-outline: #8d9196;--md-sys-color-outline-variant: #44474b;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #e2e2e3;--md-sys-color-inverse-on-surface: #2f3031;--md-sys-color-inverse-primary: #526071;--md-sys-color-surface-container-lowest: #151616;--md-sys-color-surface-container-low: #212222;--md-sys-color-surface-container: #252627;--md-sys-color-surface-container-high: #2d2e2f;--md-sys-color-surface-container-highest: #38393a;--md-sys-color-surface-bright: #3d3e3f;--md-sys-color-surface-dim: #171818}@media(prefers-color-scheme:dark){[data-style=graphite]:not([data-theme=light]){--md-sys-color-primary: #bec7d3;--md-sys-color-on-primary: #2a313a;--md-sys-color-primary-container: #3d4855;--md-sys-color-on-primary-container: #dee3ea;--md-sys-color-secondary: #c1c7d0;--md-sys-color-on-secondary: #2c3138;--md-sys-color-secondary-container: #404751;--md-sys-color-on-secondary-container: #dfe3e8;--md-sys-color-tertiary: #b9cad2;--md-sys-color-on-tertiary: #25333a;--md-sys-color-tertiary-container: #364a54;--md-sys-color-on-tertiary-container: #dbe4e9;--md-sys-color-error: #fbb1a7;--md-sys-color-on-error: #551916;--md-sys-color-error-container: #7c231f;--md-sys-color-on-error-container: #ffd7d1;--md-sys-color-background: #1d1e1e;--md-sys-color-on-background: #e2e2e3;--md-sys-color-surface: #1d1e1e;--md-sys-color-on-surface: #e2e2e3;--md-sys-color-surface-variant: #44474b;--md-sys-color-on-surface-variant: #c4c7ca;--md-sys-color-outline: #8d9196;--md-sys-color-outline-variant: #44474b;--md-sys-color-shadow: #000000;--md-sys-color-scrim: #000000;--md-sys-color-inverse-surface: #e2e2e3;--md-sys-color-inverse-on-surface: #2f3031;--md-sys-color-inverse-primary: #526071;--md-sys-color-surface-container-lowest: #151616;--md-sys-color-surface-container-low: #212222;--md-sys-color-surface-container: #252627;--md-sys-color-surface-container-high: #2d2e2f;--md-sys-color-surface-container-highest: #38393a;--md-sys-color-surface-bright: #3d3e3f;--md-sys-color-surface-dim: #171818}}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased}:root,[data-theme=light]{--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-surface-container-low: #f7f6f3;--md-sys-color-surface-container: #f0efec;--md-sys-color-surface-container-high: #eae9e6;--md-sys-color-surface-container-highest: #e3e2df;--md-sys-color-surface-bright: #faf9f7;--md-sys-color-surface-dim: #dcdbd8}[data-theme=dark]{--md-sys-color-surface-container-lowest: #0f0f13;--md-sys-color-surface-container-low: #1e1e22;--md-sys-color-surface-container: #232327;--md-sys-color-surface-container-high: #2c2c30;--md-sys-color-surface-container-highest: #37373b;--md-sys-color-surface-bright: #3b3b3f;--md-sys-color-surface-dim: #1b1b1f}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--md-sys-color-surface-container-lowest: #0f0f13;--md-sys-color-surface-container-low: #1e1e22;--md-sys-color-surface-container: #232327;--md-sys-color-surface-container-high: #2c2c30;--md-sys-color-surface-container-highest: #37373b;--md-sys-color-surface-bright: #3b3b3f;--md-sys-color-surface-dim: #1b1b1f}}:root{--md-sys-elevation-0: none;--md-sys-elevation-1: 0 1px 3px 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .08);--md-sys-elevation-2: 0 2px 6px 2px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .08);--md-sys-elevation-3: 0 4px 8px 3px rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .08);--md-sys-elevation-hover: 0 6px 12px 4px rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .1);--md-sys-motion-duration-short: .15s;--md-sys-motion-duration-medium: .2s;--md-sys-motion-easing-standard: cubic-bezier(.2, 0, 0, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Roboto,Segoe UI,system-ui,-apple-system,sans-serif;background-color:var(--md-sys-color-surface);color:var(--md-sys-color-on-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}html[data-theme] *,html[data-theme] *:before,html[data-theme] *:after{transition:background-color var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),color var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),border-color var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),box-shadow var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}.display-large{font-size:3.5625rem;line-height:4rem;font-weight:400;letter-spacing:-.015625rem}.display-medium{font-size:2.8125rem;line-height:3.25rem;font-weight:400}.display-small{font-size:2.25rem;line-height:2.75rem;font-weight:400}.headline-large{font-size:2rem;line-height:2.5rem;font-weight:500}.headline-medium{font-size:1.75rem;line-height:2.25rem;font-weight:500}.headline-small{font-size:1.5rem;line-height:2rem;font-weight:500}.title-large{font-size:1.375rem;line-height:1.75rem;font-weight:500}.title-medium{font-size:1rem;line-height:1.5rem;font-weight:500;letter-spacing:.009375rem}.title-small{font-size:.875rem;line-height:1.25rem;font-weight:500;letter-spacing:.00625rem}.body-large{font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.03125rem}.body-medium{font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.015625rem}.body-small{font-size:.75rem;line-height:1rem;font-weight:400;letter-spacing:.025rem}.label-large{font-size:.875rem;line-height:1.25rem;font-weight:500;letter-spacing:.00625rem}.label-medium{font-size:.75rem;line-height:1rem;font-weight:500;letter-spacing:.03125rem}.label-small{font-size:.6875rem;line-height:1rem;font-weight:500;letter-spacing:.03125rem}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:var(--md-sys-color-surface)}.app-loading__spinner{width:36px;height:36px;border-radius:999px;border:3px solid var(--md-sys-color-surface-container-high);border-top-color:var(--md-sys-color-primary);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--md-sys-color-outline-variant);border-radius:3px}.app-shell{display:grid;grid-template-rows:auto 1fr;grid-template-columns:72px 1fr 340px;grid-template-areas:"topbar   topbar   topbar" "leftrail center   rightrail";height:100vh;width:100vw;overflow:hidden;background-color:var(--md-sys-color-surface);gap:0}.app-shell__topbar{grid-area:topbar}.app-shell__leftrail{grid-area:leftrail;padding:0;position:relative}.app-shell.app-shell{transition:grid-template-columns var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}@media(min-width:1180px){:root[data-rail-pinned] .app-shell{grid-template-columns:256px 1fr 340px}:root[data-rail-pinned] .app-shell:has(.app-shell__center--full){grid-template-columns:256px 1fr}}@media(min-width:900px)and (max-width:1179px){:root[data-rail-pinned] .app-shell{grid-template-columns:256px 1fr}}.app-shell__center{grid-area:center;overflow-y:auto;overflow-x:hidden;padding:8px}.app-shell__rightrail{grid-area:rightrail;overflow-y:auto;padding:8px 8px 8px 0}.app-shell:has(.app-shell__center--full){grid-template-columns:72px 1fr;grid-template-areas:"topbar   topbar" "leftrail center"}.app-shell__center--full{padding-right:8px}@media(max-width:1179px){.app-shell{grid-template-columns:72px 1fr;grid-template-areas:"topbar   topbar" "leftrail center"}.app-shell__rightrail{display:none}.app-shell__center{padding-right:8px}}@media(max-width:899px){.app-shell{grid-template-columns:1fr;grid-template-areas:"topbar" "center"}.app-shell__leftrail{display:none}.app-shell__center{padding:8px}}
