:root{color-scheme:dark;--app-primary: #4a8fd1;--app-on-primary: #071c2d;--app-primary-container: #173a57;--app-on-primary-container: #d0e8ff;--app-background: #0b1220;--app-surface: #111927;--app-surface-container-low: #151f2e;--app-surface-container: #1a2534;--app-surface-container-high: #223042;--app-surface-variant: #2a394b;--app-on-surface: #e7edf5;--app-on-surface-variant: #b7c4d3;--app-outline: #718096;--app-error: #ffb4ab;--app-warning: #ffd08a;--app-shadow-1: 0 2px 5px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .28);--app-shadow-2: 0 8px 24px rgba(0, 0, 0, .24), 0 2px 6px rgba(0, 0, 0, .2);--app-radius-sm: 12px;--app-radius-md: 16px;--app-radius-lg: 20px;--app-nav-height: 72px;font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--app-background);color:var(--app-on-surface)}*{box-sizing:border-box}html,body{min-height:100%;margin:0;overflow-x:hidden;background:var(--app-background)}body{color:var(--app-on-surface)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}[x-cloak],[hidden]{display:none!important}.app-mode-shell{position:relative;isolation:isolate;min-height:100dvh;overflow-x:clip;padding-bottom:calc(var(--app-nav-height) + env(safe-area-inset-bottom,0px))}.app-mode-header{position:sticky;top:0;z-index:30;min-height:calc(60px + env(safe-area-inset-top,0px));padding:calc(8px + env(safe-area-inset-top,0px)) 18px 8px;display:flex;align-items:center;gap:12px;background:var(--app-surface);border-bottom:1px solid var(--app-surface-container-high)}.app-mode-header__logo{width:34px;height:34px;flex:0 0 auto}.app-mode-header__copy{min-width:0;flex:1}.app-mode-header__eyebrow{color:var(--app-on-surface-variant);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.app-mode-header__title{margin:1px 0 0;overflow:hidden;font-size:18px;font-weight:800;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.app-mode-header__status{color:var(--app-accent, #9ec5ff);font-size:10px;font-weight:800;letter-spacing:.04em;line-height:1.1;text-transform:uppercase}.app-global-alerts{padding:0 16px;display:grid;gap:8px}.app-global-alerts>.app-alert:first-child{margin-top:10px}.app-alert{padding:12px 14px;border-radius:var(--app-radius-sm);background:var(--app-primary-container);color:var(--app-on-primary-container);box-shadow:var(--app-shadow-1)}.app-alert--warning{background:#483719;color:var(--app-warning)}.app-alert__title{margin-bottom:2px;font-weight:800}.app-offline-banner{padding:9px 16px;background:#473617;color:var(--app-warning);font-size:13px;font-weight:700;text-align:center}.app-mode-content{position:relative;z-index:1;width:min(100%,760px);margin:0 auto;overflow-x:clip;padding:10px 16px 24px;view-transition-name:app-content}.app-mode-content[aria-busy=true]{pointer-events:none;opacity:.72}.app-noscript{position:fixed;z-index:100;inset:0;padding:24px;display:grid;place-items:center;background:var(--app-background);color:var(--app-on-surface);text-align:center}.app-page-heading{margin:0 0 4px;font-size:clamp(28px,8vw,36px);font-weight:900;letter-spacing:-.03em}.app-page-subtitle{margin:0 0 20px;color:var(--app-on-surface-variant);font-size:15px;line-height:1.45}.app-section-title{margin:24px 0 10px;font-size:16px;font-weight:800}.app-card{padding:18px;border:0;border-radius:var(--app-radius-lg);background:var(--app-surface-container);box-shadow:var(--app-shadow-1)}.app-card+.app-card{margin-top:12px}.app-card--high{background:var(--app-surface-container-high);box-shadow:var(--app-shadow-2)}.app-card__title{margin:0;font-size:18px;font-weight:850}.app-card__meta{margin-top:4px;color:var(--app-on-surface-variant);font-size:13px}.app-card__action{margin-top:16px}.app-loading-card{display:flex;align-items:center;gap:14px}.app-spinner{width:28px;height:28px;flex:0 0 auto;border:3px solid var(--app-surface-variant);border-top-color:var(--app-primary);border-radius:50%;animation:app-spin .8s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}.app-primary-card{display:flex;align-items:center;justify-content:space-between;gap:14px;text-decoration:none}.app-button{min-height:44px;padding:10px 17px;border:0;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--app-primary);color:#061827;font-weight:800;text-decoration:none;cursor:pointer}.app-button:disabled{opacity:.45;cursor:not-allowed}.app-button--tonal{background:var(--app-primary-container);color:var(--app-on-primary-container)}.app-button--surface{background:var(--app-surface-container-high);color:var(--app-on-surface)}.app-button--danger{background:#542721;color:var(--app-error)}.app-icon-button{width:44px;height:44px;padding:0;border:0;border-radius:50%;display:inline-grid;place-items:center;background:var(--app-surface-container-high);color:var(--app-on-surface);cursor:pointer}.app-icon-button.is-favorite{background:var(--app-primary-container);color:var(--app-primary)}.app-icon-button.is-favorite svg{fill:currentColor}.app-button svg,.app-icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.app-segmented{padding:4px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px;border-radius:24px;background:var(--app-surface-container-low)}.app-segmented button{min-height:40px;padding:8px 12px;border:0;border-radius:20px;background:transparent;color:var(--app-on-surface-variant);font-weight:800;cursor:pointer}.app-segmented button.is-active{background:var(--app-primary-container);color:var(--app-on-primary-container)}.app-segmented--three{grid-template-columns:repeat(3,minmax(0,1fr))}.app-segmented--three button{min-width:0;padding-inline:6px;font-size:12px}.app-field{width:100%;min-height:52px;padding:13px 16px;border:1px solid var(--app-outline);border-radius:var(--app-radius-md);outline:none;background:var(--app-surface-container-low);color:var(--app-on-surface);font-size:16px}.app-field:focus{border-color:var(--app-primary);box-shadow:0 0 0 2px var(--app-primary-container)}.app-search{position:relative}.app-search__state{padding:12px 4px 0;color:var(--app-on-surface-variant);font-size:13px}.app-list{display:grid;gap:8px}.app-list-item{width:100%;min-width:0;min-height:58px;padding:13px 15px;border:0;border-radius:var(--app-radius-md);display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--app-surface-container);color:var(--app-on-surface);text-align:left;text-decoration:none;cursor:pointer}.app-list-item__body{min-width:0;flex:1}.app-list-item__title{display:block;min-width:0;overflow-wrap:anywhere;word-break:break-word;font-weight:700;line-height:1.3}.app-list-item__meta{min-width:0;margin-top:6px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:var(--app-on-surface-variant);font-size:12px;overflow-wrap:anywhere;word-break:break-word}.app-list-item__arrow{color:var(--app-primary);font-size:22px}.app-list--spaced,.app-search-results{margin-top:16px}.app-chip-row{display:flex;flex-wrap:wrap;gap:8px}.app-chip{min-height:38px;padding:7px 13px;border:0;border-radius:19px;background:var(--app-surface-container-high);color:var(--app-on-surface);cursor:pointer}.app-type-badge,.app-entity-type{width:max-content;max-width:100%;padding:4px 8px;border-radius:9px;display:inline-flex;background:var(--app-primary-container);color:var(--app-on-primary-container);font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.app-entity-icon{width:38px;height:38px;flex:0 0 38px;border-radius:13px;display:grid;place-items:center;background:var(--app-surface-container-high);color:var(--app-primary)}.app-entity-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.app-search__field-wrap{position:relative;min-width:0;transition:opacity .18s ease,transform .18s ease}.app-search__field-wrap>svg{position:absolute;z-index:2;left:16px;top:16px;width:20px;height:20px;fill:none;stroke:var(--app-on-surface-variant);stroke-width:1.8;pointer-events:none}.app-search__field{padding-left:46px}.app-search__field::placeholder{opacity:.82;transition:opacity .18s ease,transform .18s ease}.app-search__field-wrap.is-placeholder-changing .app-search__field::placeholder{opacity:0;transform:translateY(4px)}.app-search__hint{padding:8px 4px 0;color:var(--app-on-surface-variant);font-size:12px;line-height:1.4}.app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-grid-card{min-height:104px;padding:16px;border-radius:var(--app-radius-lg);display:flex;flex-direction:column;justify-content:space-between;background:var(--app-surface-container);text-decoration:none;box-shadow:var(--app-shadow-1)}.app-grid-card svg{width:24px;height:24px;fill:none;stroke:var(--app-primary);stroke-width:1.8}.app-grid-card strong{font-size:15px}.app-grid-card svg path,.app-grid-card svg circle{vector-effect:non-scaling-stroke}.app-bottom-nav{position:fixed;z-index:120;inset:auto 0 0;height:calc(var(--app-nav-height) + env(safe-area-inset-bottom,0px));padding:6px 5px env(safe-area-inset-bottom,0px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));visibility:visible;opacity:1;background:var(--app-surface);border-top:1px solid var(--app-surface-container-high);box-shadow:0 -3px 16px #0000003d;view-transition-name:app-tabbar}.app-bottom-nav__item{min-width:0;padding:5px 2px;border:0;border-radius:var(--app-radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:transparent;color:var(--app-on-surface-variant);font-size:10px;font-weight:750;text-decoration:none;cursor:pointer}.app-bottom-nav__icon{width:34px;height:28px;border-radius:16px;display:grid;place-items:center}.app-bottom-nav__item.is-active{color:var(--app-on-surface)}.app-bottom-nav__item.is-active .app-bottom-nav__icon{background:var(--app-primary-container);color:var(--app-on-primary-container)}.app-bottom-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.app-date-strip{width:100%;margin:6px 0 8px;padding:0;display:grid;grid-template-columns:repeat(var(--app-date-count, 6),minmax(0,1fr));gap:6px;overflow:visible;touch-action:pan-y}.app-date-strip::-webkit-scrollbar{display:none}.app-date-chip{min-width:0;padding:4px 2px;border:0;border-radius:14px;display:grid;gap:0;background:var(--app-surface-container);color:var(--app-on-surface-variant);text-align:center;cursor:pointer}.app-date-chip__day{font-size:11px;font-weight:650;text-transform:uppercase}.app-date-chip__date{font-size:clamp(18px,6vw,23px);font-weight:600;line-height:1.1}.app-date-chip.is-today{box-shadow:inset 0 0 0 1px var(--app-primary)}.app-date-chip.is-active{background:var(--app-primary);color:var(--app-on-primary)}.app-schedule-list{display:grid;gap:12px;touch-action:pan-y}.app-lesson{position:relative;overflow:hidden;padding:16px;border-radius:var(--app-radius-lg);background:var(--app-surface-container);box-shadow:var(--app-shadow-1)}.app-lesson--current{background:var(--app-primary-container);box-shadow:inset 0 0 0 2px var(--app-primary),var(--app-shadow-2)}.app-lesson--next{box-shadow:inset 4px 0 0 var(--app-primary),var(--app-shadow-1)}.app-lesson__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.app-lesson__time-row{display:flex;align-items:center;gap:7px}.app-lesson__time{font-size:25px;font-weight:650;letter-spacing:-.025em;line-height:1}.app-time-edit{width:30px;height:30px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:var(--app-surface-container-high);color:var(--app-on-surface);cursor:pointer}.app-time-edit svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-lesson__number{margin-top:4px;color:var(--app-on-surface-variant);font-size:12px;font-weight:700}.app-lesson__badge{padding:5px 9px;border-radius:12px;background:var(--app-primary);color:var(--app-on-primary);font-size:11px;font-weight:900;text-transform:uppercase}.app-lesson__badge--muted{background:var(--app-surface-variant);color:var(--app-on-surface)}.app-lesson__item+.app-lesson__item{margin-top:14px;padding-top:14px;border-top:1px solid var(--app-surface-variant)}.app-lesson__heading{margin:15px 0 9px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.app-lesson__title{min-width:0;margin:0;overflow-wrap:anywhere;font-size:17px;font-weight:700;line-height:1.3}.app-lesson__kind{width:max-content;padding:5px 9px;border:1px solid color-mix(in srgb,var(--app-primary) 55%,transparent);border-radius:9px;display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;background:color-mix(in srgb,var(--app-primary) 20%,var(--app-surface-container-high));color:var(--app-primary);font-size:11px;font-weight:800;line-height:1.1;white-space:nowrap}.app-lesson__kind svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-lesson__details{margin-top:11px;display:grid;gap:8px;color:var(--app-on-surface-variant);font-size:13px}.app-lesson__detail{min-width:0;display:flex;align-items:flex-start;gap:8px;overflow-wrap:anywhere}.app-lesson__detail svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:var(--app-primary);stroke-width:1.7}.app-room-badge{width:max-content;max-width:100%;margin-top:13px;padding:8px 11px;border:1px solid var(--app-outline);border-radius:12px;display:flex;align-items:center;gap:7px;background:var(--app-surface-container-high);color:var(--app-on-surface);font-size:12px}.app-room-badge svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:var(--app-on-surface-variant);stroke-width:1.8}.app-room-badge strong{overflow-wrap:anywhere;font-size:14px}.app-lesson__frequency{margin-top:9px;color:var(--app-on-surface-variant);font-size:11px}.app-lesson__progress{position:absolute;inset:auto 12px 7px;height:2px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--app-primary) 18%,var(--app-surface-variant))}.app-lesson__progress span{display:block;height:100%;border-radius:inherit;background:color-mix(in srgb,var(--app-primary) 78%,white);transition:width 1s linear}.app-empty{padding:34px 20px;border-radius:var(--app-radius-lg);background:var(--app-surface-container-low);color:var(--app-on-surface-variant);text-align:center}.app-empty svg{width:56px;height:56px;margin-bottom:10px;fill:none;stroke:var(--app-primary);stroke-width:1.4}.app-empty--spaced{margin-top:18px}.app-empty__action{margin-top:16px}.app-week-table{position:relative;width:100%;overflow:hidden;border-radius:var(--app-radius-lg);background:var(--app-surface-container-low);touch-action:pan-y;user-select:none;-webkit-user-select:none}.app-table-zoom-content{width:max-content;min-width:100%;transform-origin:0 0;will-change:transform}.app-week-table table{width:680px;min-width:680px;border-collapse:collapse;color:var(--app-on-surface);font-size:12px}.app-week-table th,.app-week-table td{padding:10px;border:1px solid var(--app-surface-variant);vertical-align:top}.app-week-table th{background:var(--app-surface-container-high)}.app-table-item{margin-bottom:7px;padding:8px;border-radius:10px;background:var(--app-surface-container)}.app-table-item:last-child{margin-bottom:0}.app-table-item__title{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px}.app-table-kind{width:max-content;padding:2px 5px;border:1px solid currentColor;border-radius:6px;display:inline-flex;flex:0 0 auto;font-size:10px;font-weight:800;line-height:1.1;white-space:nowrap}.app-table-kind--primary{background:color-mix(in srgb,var(--app-primary) 16%,transparent);color:var(--app-primary)}.app-table-kind--info{background:color-mix(in srgb,#38bdf8 16%,transparent);color:#38bdf8}.app-table-kind--warning{background:color-mix(in srgb,#f59e0b 16%,transparent);color:#f59e0b}.app-table-kind--secondary{background:var(--app-surface-variant);color:var(--app-on-surface-variant)}.app-week-table small{color:var(--app-on-surface-variant);font-weight:600;white-space:nowrap}.app-table-room{width:max-content;margin:5px 0;padding:2px 6px;border-radius:6px;display:block;background:var(--app-surface-container-high);color:var(--app-on-surface);font-weight:700}.app-table-time{width:max-content;margin-top:5px;padding:3px 6px;border-radius:7px;display:block;background:var(--app-primary-container);color:var(--app-on-primary-container);font-weight:800}.app-table-toolbar{margin:16px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.app-table-toolbar>div:first-child{min-width:0;display:grid;gap:2px}.app-table-toolbar span{color:var(--app-on-surface-variant);font-size:11px}.app-table-zoom-toolbar{margin:0 0 8px;display:flex;justify-content:flex-end}.app-table-zoom-controls{display:grid;grid-template-columns:40px 64px 40px;overflow:hidden;border:1px solid var(--app-outline);border-radius:10px;background:var(--app-surface-container)}.app-table-zoom-controls button{min-height:34px;padding:4px 8px;border:0;border-right:1px solid var(--app-outline);background:transparent;color:var(--app-on-surface);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.app-table-zoom-controls button:last-child{border-right:0}.app-table-zoom-controls button:disabled{color:var(--app-on-surface-variant);cursor:default;opacity:.45}.app-week-nav{margin:6px 0 0;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:7px}.app-week-nav__button,.app-week-nav__label{border:0;background:var(--app-surface-container);color:var(--app-on-surface);cursor:pointer}.app-week-nav__button{width:40px;height:40px;border-radius:50%;font-size:23px}.app-week-nav__label{min-width:0;padding:2px 9px;border-radius:14px;display:grid;gap:1px;text-align:center}.app-week-nav__label strong{overflow-wrap:anywhere;font-size:14px;line-height:1.2}.app-week-nav__label span{color:var(--app-on-surface-variant);font-size:11px;line-height:1.2}.app-view-switch{margin-bottom:0;padding:3px}.app-view-switch button{min-height:38px;padding-block:6px}.app-settings-row{padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--app-surface-variant)}.app-settings-row:last-child{border-bottom:0}.app-settings-row__copy{min-width:0}.app-settings-row__title{font-weight:800}.app-settings-row__meta{margin-top:3px;color:var(--app-on-surface-variant);font-size:12px}.app-switch{padding:3px;display:inline-flex;border-radius:18px;background:var(--app-surface-container-low)}.app-switch button{min-height:34px;padding:6px 10px;border:0;border-radius:16px;background:transparent;color:var(--app-on-surface-variant);font-weight:800;cursor:pointer}.app-switch button.is-active{background:var(--app-primary-container);color:var(--app-on-primary-container)}.app-button--compact{min-height:38px;padding:8px 13px}.app-card--settings-list{margin-top:10px}.app-notice{margin-bottom:10px;padding:13px 14px;border-radius:var(--app-radius-md);background:#3e321c;color:var(--app-warning);font-size:12px;line-height:1.45}.app-notice--info{background:var(--app-primary-container);color:var(--app-on-primary-container)}.app-back-link{width:max-content;margin-bottom:14px;display:inline-flex;color:var(--app-primary);font-size:13px;font-weight:700;text-decoration:none}.app-back-link--compact{margin-bottom:8px}.app-menu-heading{margin:22px 4px 8px;color:var(--app-on-surface-variant);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.app-menu-card{overflow:hidden;border-radius:var(--app-radius-lg);background:var(--app-surface-container);box-shadow:var(--app-shadow-1)}.app-menu-item{width:100%;min-width:0;min-height:68px;padding:11px 14px;border:0;display:flex;align-items:center;gap:12px;background:transparent;color:inherit;font:inherit;text-align:left;text-decoration:none;cursor:pointer}.app-menu-item+.app-menu-item{border-top:1px solid var(--app-surface-variant)}.app-menu-item__icon{width:42px;height:42px;flex:0 0 42px;border-radius:14px;display:grid;place-items:center;background:var(--app-primary-container);color:var(--app-primary)}.app-menu-item__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.app-menu-item__copy{min-width:0;flex:1;display:grid;gap:3px}.app-menu-item__copy strong,.app-menu-item__copy small{overflow-wrap:anywhere}.app-menu-item__copy strong{font-size:14px}.app-menu-item__copy small{color:var(--app-on-surface-variant);font-size:11px}.app-feature-hero{padding:28px 20px;border-radius:var(--app-radius-lg);background:var(--app-surface-container);text-align:center;box-shadow:var(--app-shadow-1)}.app-feature-hero>svg{width:68px;height:68px;fill:none;stroke:var(--app-primary);stroke-width:1.5}.app-feature-hero h2{margin:12px 0 7px;font-size:19px}.app-feature-hero p{margin:0 auto 20px;max-width:420px;color:var(--app-on-surface-variant);line-height:1.5}.app-changelog{display:grid;gap:12px}.app-changelog .app-card+.app-card{margin-top:0}.app-changelog__header{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.app-changelog__header h2{margin:0;font-size:17px}.app-changelog__header time{color:var(--app-on-surface-variant);font-size:11px}.app-changelog__body{margin-top:13px}.app-changelog__body>:last-child{margin-bottom:0}.app-changelog__body h1,.app-changelog__body h2,.app-changelog__body h3,.app-changelog__body h4{margin:16px 0 7px;font-size:16px}.app-changelog__body ol{padding-left:20px;color:var(--app-on-surface-variant);line-height:1.55}.app-changelog__body pre{overflow-x:auto;padding:10px;border-radius:10px;background:var(--app-surface-container)}.app-changelog__body code{overflow-wrap:anywhere}.app-changelog ul{margin:13px 0 0;padding-left:19px;color:var(--app-on-surface-variant);line-height:1.5}.app-changelog li+li{margin-top:7px}.app-prose h2{margin:22px 0 8px;font-size:17px}.app-prose h2:first-child{margin-top:0}.app-prose p{color:var(--app-on-surface-variant);line-height:1.55}.app-prose ul{margin:0;padding-left:20px;color:var(--app-on-surface-variant);line-height:1.55}.app-prose li+li{margin-top:7px}.app-prose a{color:var(--app-primary);overflow-wrap:anywhere}.app-native-form{display:grid;gap:13px}.app-form-section{min-width:0;margin:0;padding:0;border:0}.app-form-section legend,.app-form-label{margin-bottom:7px;display:block;color:var(--app-on-surface-variant);font-size:12px;font-weight:800}.app-form-submit{width:100%;margin-top:3px}.app-form-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.app-picker-list{max-height:340px;overflow-y:auto;display:grid;gap:7px;overscroll-behavior:contain}.app-picker-option{min-width:0;min-height:48px;padding:10px 13px;border:1px solid transparent;border-radius:var(--app-radius-sm);display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--app-surface-container);color:var(--app-on-surface);text-align:left;cursor:pointer}.app-picker-option span:first-child{min-width:0;overflow-wrap:anywhere}.app-picker-option__mark{opacity:0;color:var(--app-primary);font-weight:900}.app-picker-option.is-selected{border-color:var(--app-primary);background:var(--app-primary-container)}.app-picker-option.is-selected .app-picker-option__mark{opacity:1}.app-empty--compact{padding:18px 14px;font-size:13px}.app-export-selection{padding:12px 14px;border-radius:var(--app-radius-sm);display:grid;gap:3px;background:var(--app-surface-container-high)}.app-export-selection span{color:var(--app-on-surface-variant);font-size:11px}.app-export-selection strong{overflow-wrap:anywhere}.app-export-stepper{margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;list-style:none}.app-export-stepper li{min-width:0;display:grid;justify-items:center;gap:4px;color:var(--app-on-surface-variant);font-size:10px}.app-export-stepper li>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--app-surface-container-high);font-size:11px;font-weight:900}.app-export-stepper li.is-active>span,.app-export-stepper li.is-complete>span{background:var(--app-primary-container);color:var(--app-primary)}.app-export-step{display:grid;gap:12px}.app-export-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.app-export-types button{min-height:52px;padding:9px;border:1px solid transparent;border-radius:var(--app-radius-sm);background:var(--app-surface-container);color:var(--app-on-surface);font-weight:800}.app-export-types button.is-active{border-color:var(--app-primary);background:var(--app-primary-container);color:var(--app-primary)}.app-export-chips{max-height:100px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:6px}.app-export-chips button{max-width:100%;padding:6px 8px 6px 10px;border:0;border-radius:999px;display:inline-flex;align-items:center;gap:5px;background:var(--app-primary-container);color:var(--app-on-primary-container)}.app-export-chips button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-picker-option small{margin-top:2px;display:block;color:var(--app-on-surface-variant);font-size:10px}.app-export-style{padding:11px;border:1px solid var(--app-surface-variant);border-radius:var(--app-radius-sm);display:flex;align-items:flex-start;gap:9px;background:var(--app-surface-container)}.app-export-style+.app-export-style{margin-top:8px}.app-export-style.is-active{border-color:var(--app-primary);background:var(--app-primary-container)}.app-export-style span{display:grid;gap:3px}.app-export-style small{color:var(--app-on-surface-variant)}.app-export-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.app-export-actions>:only-child{grid-column:1 / -1}.app-result-summary{margin:12px 0;display:flex;flex-wrap:wrap;gap:7px}.app-result-summary span{padding:5px 9px;border-radius:999px;background:var(--app-surface-container-high);color:var(--app-on-surface-variant);font-size:11px}.app-free-results{display:grid;gap:12px}.app-free-results .app-card+.app-card{margin-top:0}.app-free-pair__header{margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.app-free-pair__header>div{display:grid;gap:2px}.app-free-pair__header strong{font-size:17px}.app-free-pair__header span{color:var(--app-on-surface-variant);font-size:11px}.app-room-group+.app-room-group{margin-top:15px;padding-top:15px;border-top:1px solid var(--app-surface-variant)}.app-room-group h2{margin:0 0 8px;color:var(--app-on-surface-variant);font-size:12px}.app-room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.app-room-grid a{min-width:0;min-height:38px;padding:7px 4px;border-radius:11px;display:grid;place-items:center;background:var(--app-surface-container-high);color:var(--app-on-surface);font-size:12px;font-weight:750;text-align:center;text-decoration:none;overflow-wrap:anywhere}.app-muted{margin:0;color:var(--app-on-surface-variant);font-size:13px}.app-status-grid{margin-bottom:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.app-status-card{min-width:0;min-height:96px;padding:14px;border-radius:var(--app-radius-md);display:flex;flex-direction:column;justify-content:space-between;gap:12px;background:var(--app-surface-container)}.app-status-card span{color:var(--app-on-surface-variant);font-size:11px;line-height:1.3}.app-status-card strong{overflow-wrap:anywhere;font-size:14px;line-height:1.3}.app-contact-card{margin-top:12px;display:grid;gap:9px}.app-contact-card h2,.app-contact-card p{margin-bottom:0}.app-contact-card small{color:var(--app-on-surface-variant)}.app-sheet-backdrop{position:fixed;z-index:180;inset:0;padding:20px 12px calc(12px + env(safe-area-inset-bottom,0px));display:flex;align-items:flex-end;justify-content:center;background:#030810b8}.app-bottom-sheet{width:min(100%,520px);max-height:calc(100dvh - 40px);overflow-y:auto;padding:10px 18px 18px;border-radius:28px 28px 20px 20px;background:var(--app-surface-container);box-shadow:var(--app-shadow-2)}.app-bottom-sheet__handle{width:38px;height:4px;margin:0 auto 17px;border-radius:999px;background:var(--app-outline)}.app-bottom-sheet h2{margin:0 0 7px;font-size:21px}.app-bottom-sheet p{margin:0 0 17px;color:var(--app-on-surface-variant);line-height:1.45;overflow-wrap:anywhere}.app-bottom-sheet__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.app-bottom-sheet__cancel{width:100%;margin-top:10px}.app-sheet-icon{width:48px;height:48px;margin-bottom:13px;border-radius:16px;display:grid;place-items:center;background:var(--app-primary-container);color:var(--app-primary)}.app-sheet-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-offline-sheet{text-align:center}.app-offline-sheet .app-sheet-icon{margin-inline:auto;color:var(--app-warning)}.app-offline-sheet .app-button{width:100%}.app-choice-list{display:grid;gap:8px}.app-choice-list button{min-height:52px;padding:11px 14px;border:1px solid transparent;border-radius:var(--app-radius-md);display:flex;align-items:center;justify-content:space-between;background:var(--app-surface-container-high);color:var(--app-on-surface);font-weight:800;cursor:pointer}.app-choice-list button.is-active{border-color:var(--app-primary);background:var(--app-primary-container);color:var(--app-on-primary-container)}.app-choice-list__mark{opacity:0;color:var(--app-primary)}.app-choice-list button.is-active .app-choice-list__mark{opacity:1}.app-feedback{margin-top:22px;padding:15px;border:1px solid var(--app-surface-variant);border-radius:var(--app-radius-lg);background:var(--app-surface-container-low)}.app-feedback h2{margin:0 0 4px;font-size:16px}.app-feedback>p{margin:0;color:var(--app-on-surface-variant);font-size:12px;line-height:1.4}.app-feedback__choices{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.app-feedback__choices button{min-width:0;min-height:68px;padding:8px 5px;border:1px solid transparent;border-radius:14px;display:grid;place-items:center;align-content:center;gap:3px;background:var(--app-surface-container-high);color:var(--app-on-surface);cursor:pointer}.app-feedback__choices button.is-active{border-color:var(--app-primary);background:var(--app-primary-container);color:var(--app-on-primary-container)}.app-feedback__choices button span:first-child{font-size:21px}.app-feedback__choices button span:last-child{font-size:10px;font-weight:800;line-height:1.15}.app-feedback form{margin-top:12px}.app-feedback__comment{min-height:88px;resize:vertical}.app-feedback form .app-button{margin-top:9px}.app-feedback__status{margin-top:9px;color:var(--app-on-primary-container);font-size:12px}.app-onboarding{position:fixed;z-index:80;inset:0;overflow:auto;padding:calc(28px + env(safe-area-inset-top,0px)) 20px calc(28px + env(safe-area-inset-bottom,0px));display:grid;place-items:center;background:var(--app-background)}.app-onboarding__body{width:min(100%,440px)}.app-onboarding__logo{width:72px;height:72px;margin-bottom:24px}.app-onboarding h1{margin:0 0 10px;font-size:34px;line-height:1.08}.app-onboarding p{margin:0 0 24px;color:var(--app-on-surface-variant);line-height:1.5}.app-onboarding__roles{display:grid;gap:10px}.app-text-button{margin:16px auto 0;padding:8px;border:0;display:block;background:transparent;color:var(--app-primary);font-weight:800;cursor:pointer}.app-text-button--back{margin:0 0 18px}@keyframes app-content-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}::view-transition-group(app-content){z-index:1;overflow:clip}::view-transition-group(app-tabbar){z-index:120}::view-transition-old(app-content){animation:.1s ease both fade-out}::view-transition-new(app-content){animation:.18s ease both app-content-in}::view-transition-old(app-tabbar),::view-transition-new(app-tabbar){animation:none}@keyframes fade-out{to{opacity:0}}@media(min-width:700px){.app-bottom-nav{left:50%;right:auto;width:560px;transform:translate(-50%);border-radius:20px 20px 0 0}.app-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:520px){.app-settings-row{align-items:flex-start;flex-wrap:wrap}.app-settings-row .app-switch{max-width:100%}.app-table-toolbar{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
