:root{--cada-blue:#4badd1;--cada-blue-dark:#3a9ec4;--cada-navy:#1c2b4a;--color-primary:#1c2b4a;--color-accent:#4badd1;--color-accent-hover:#3a9ec4;--color-bg:#fff;--color-surface:#f2f6fa;--color-surface-2:#e8eff6;--color-border:#d4e1ec;--color-text:#1c2b4a;--color-text-muted:#6b7d92;--color-error:#dc2626;--color-error-bg:#fef2f2;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-card:0 2px 10px #1c2b4a14;--shadow-fab:0 4px 20px #4badd166;--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--color-bg:#0e1824;--color-surface:#172030;--color-surface-2:#1f2c40;--color-border:#4badd126;--color-text:#e2eaf2;--color-text-muted:#7a94aa;--color-error-bg:#dc26261f;--shadow-card:0 2px 10px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;font-size:16px;transition:background .25s,color .25s}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:active:not(:disabled){transform:scale(.97)}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover:not(:disabled){background:var(--color-accent-hover)}.btn--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.theme-switch{cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:.375rem;display:inline-flex}.theme-switch__input{opacity:0;width:0;height:0;position:absolute}.theme-switch__track{background:var(--color-surface-2);border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .25s;position:relative}.theme-switch__input:checked+.theme-switch__track{background:var(--cada-blue)}.theme-switch__thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000040}.theme-switch__input:checked+.theme-switch__track .theme-switch__thumb{transform:translate(18px)}.theme-switch__icon{font-size:.875rem;line-height:1}.language-switch{-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.language-switch__trigger{min-height:28px;color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.3rem;padding:.15rem .35rem;font-size:.8125rem;display:inline-flex}.language-switch__trigger:hover{color:var(--color-text)}.language-switch__trigger:focus-visible{outline:2px solid var(--cada-blue);outline-offset:2px}.language-switch__flag{font-size:1rem;line-height:1}.language-switch__code{letter-spacing:.02em;font-weight:600}.language-switch__caret{opacity:.65;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-left:.1rem;transition:transform .15s}.language-switch__caret--open{transform:rotate(180deg)}.language-switch__panel{z-index:60;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:10.5rem;margin:0;padding:.25rem;list-style:none;animation:.12s ease-out language-switch-in;position:absolute;top:calc(100% + .35rem);right:0;box-shadow:0 8px 24px #1c2b4a29}.language-switch__panel--up{top:auto;bottom:calc(100% + .35rem)}.language-switch__panel--left{left:0;right:auto}@keyframes language-switch-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.language-switch__option{border-radius:calc(var(--radius-md) - 2px);width:100%;min-height:40px;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.875rem;display:flex}.language-switch__option:hover{background:var(--color-surface)}.language-switch__option:focus-visible{outline:2px solid var(--cada-blue);outline-offset:-2px}.language-switch__option--current{background:var(--color-surface-2);font-weight:600}.language-switch__option-code{letter-spacing:.02em;min-width:1.5rem;font-weight:600}.language-switch__option-name{color:var(--color-text-muted)}.language-switch__option--current .language-switch__option-name{color:var(--color-text)}.login-view__toolbar{justify-content:flex-end;padding:.75rem 1rem 0;display:flex}.login-view{background:var(--color-bg);flex-direction:column;min-height:100%;display:flex}.login-view__hero{background:var(--color-surface);padding:calc(3rem + env(safe-area-inset-top)) 2rem 2.5rem;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-view__hero:after{content:"";background:var(--color-bg);border-radius:50% 50% 0 0/100% 100% 0 0;height:40px;transition:background .25s;position:absolute;bottom:-20px;left:0;right:0}.login-view__logo{object-fit:contain;border-radius:var(--radius-md);z-index:1;width:100%;max-width:300px;position:relative}.login-view__body{flex-direction:column;flex:1;align-items:center;padding:2.5rem 1.5rem 2rem;display:flex}.login-view__subtitle{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem;font-weight:500}.login-view__form{flex-direction:column;gap:1rem;width:100%;max-width:400px;display:flex}.login-view__loading{color:var(--color-text-muted);margin-top:1rem}.login-view__submit{width:100%;margin-top:.25rem}.student-selector{flex-direction:column;gap:.5rem;display:flex}.student-selector__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;font-weight:600}.student-selector__select{border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);width:100%;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}select.student-selector__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234BADD1' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.student-selector__select:focus{border-color:var(--cada-blue);outline:none;box-shadow:0 0 0 3px #4badd12e}.dashboard-view{flex-direction:column;min-height:100%;display:flex}.dashboard-view__header{padding:calc(.75rem + env(safe-area-inset-top)) 1.25rem .75rem;border-bottom:1px solid var(--color-border);background:var(--color-bg);z-index:10;align-items:center;gap:.75rem;transition:background .25s,border-color .25s;display:flex;position:sticky;top:0}.dashboard-view__logo{object-fit:contain;border-radius:4px;flex-shrink:0;width:auto;height:30px}.dashboard-view__spacer{flex:1}.dashboard-view__student{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:.8rem;overflow:hidden}.dashboard-view__logout{color:var(--color-accent);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.875rem;font-weight:600}.dashboard-view__version{color:var(--color-text-muted);opacity:.55;letter-spacing:.02em;flex-shrink:0;align-self:flex-end;margin-bottom:2px;font-size:.6rem}.receipt-gallery{grid-template-columns:repeat(3,1fr);gap:2px;padding:2px;display:grid}.receipt-card{background:var(--color-surface);cursor:pointer;aspect-ratio:1;border:none;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.receipt-card__thumb{flex:1;width:100%;overflow:hidden}.receipt-card__thumb-img{object-fit:cover;width:100%;height:100%}.receipt-card__thumb-placeholder{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;font-weight:700;display:flex}.receipt-card__thumb-placeholder--pdf{background:#e05d6f}.receipt-card__thumb-placeholder--txt{background:var(--cada-blue)}.receipt-card__thumb-placeholder--unknown{background:#888}.receipt-card__footer{color:#fff;text-align:center;background:#0000008c;flex-direction:column;padding:.25rem .375rem;display:flex;position:absolute;bottom:0;left:0;right:0}.receipt-card__date{color:#fff;font-size:.65rem}.receipt-card__description{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;font-size:.6rem;overflow:hidden}.fab{background:var(--color-accent);color:#fff;cursor:pointer;width:3.5rem;height:3.5rem;box-shadow:var(--shadow-fab);z-index:50;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;line-height:1;transition:background .2s,transform .1s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.fab:active{transform:scale(.92)}.receipt-expanded{z-index:100;background:#000000f2;flex-direction:column;align-items:center;display:flex;position:fixed;inset:0}.receipt-expanded__close{color:#fff;cursor:pointer;z-index:10;background:#ffffff26;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.receipt-expanded__content{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;padding:4rem 1rem 1rem;display:flex}.receipt-expanded__image{object-fit:contain;max-width:100%;max-height:100%}.receipt-expanded__iframe{border:none;width:100%;height:100%}.receipt-expanded__fallback{text-align:center;color:#fff;flex-direction:column;gap:1rem;display:flex}.receipt-expanded__details{width:100%;max-width:32rem;padding:.875rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid #ffffff1f;flex-direction:column;flex-shrink:0;gap:.5rem;margin:0;display:flex}.receipt-expanded__detail{align-items:baseline;gap:.75rem;display:flex}.receipt-expanded__detail-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:7rem;font-size:.75rem;font-weight:600}.receipt-expanded__detail-value{color:#ffffffeb;overflow-wrap:anywhere;margin:0;font-size:.9375rem}.receipt-preview-view{flex-direction:column;min-height:100%;display:flex}.receipt-preview-view__header{border-bottom:1px solid var(--color-border);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.receipt-preview-view__back{cursor:pointer;color:var(--color-text);background:0 0;border:none;font-size:1.25rem}.receipt-preview-view__title{font-size:1.125rem;font-weight:700}.receipt-preview-view__file-input{display:none}.receipt-preview-view__preview{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:auto}.receipt-preview-view__actions{border-top:1px solid var(--color-border);gap:1rem;padding:1rem 1.25rem;display:flex}.receipt-preview-view__actions .btn{flex:1}.receipt-preview-view__loading{text-align:center;color:var(--color-text-muted);padding:2rem}.file-preview__image{object-fit:contain;border-radius:var(--radius-md);max-width:100%;max-height:60vh}.file-preview__pdf{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;height:60vh}.file-preview__txt{white-space:pre-wrap;background:var(--color-surface);border-radius:var(--radius-md);width:100%;max-height:60vh;padding:1rem;font-family:monospace;font-size:.875rem;overflow:auto}.file-preview__fallback,.file-preview__unsupported{text-align:center;color:var(--color-text-muted);padding:2rem}.file-preview__filename{color:var(--color-text);font-weight:600}.upload-progress{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.upload-progress__label{color:var(--color-text-muted);font-size:1rem}.upload-progress__bar{border-radius:3px;width:200px;height:6px}.upload-progress__indeterminate{background:var(--color-border);border-radius:3px;width:200px;height:6px;position:relative;overflow:hidden}.upload-progress__indeterminate:after{content:"";background:var(--color-accent);border-radius:3px;width:50%;height:100%;animation:1.4s ease-in-out infinite indeterminate;position:absolute;top:0;left:-50%}@keyframes indeterminate{0%{left:-50%}to{left:100%}}.dialog-overlay{z-index:200;background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.dialog{background:var(--color-bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0;flex-direction:column;gap:1rem;width:100%;padding:1.5rem;display:flex}.dialog__title{font-size:1.125rem;font-weight:700}.dialog__body{color:var(--color-text-muted)}.dialog__actions{gap:.75rem;display:flex}.dialog__btn{border-radius:var(--radius-md);cursor:pointer;border:none;flex:1;padding:.75rem;font-weight:600}.dialog__btn--secondary{background:var(--color-surface);color:var(--color-text)}.dialog__btn--danger{background:var(--color-error);color:#fff}.skeleton-grid{grid-template-columns:repeat(3,1fr);gap:2px;padding:2px;display:grid}.skeleton-card{aspect-ratio:1;background:var(--color-surface);overflow:hidden}.skeleton-card__thumb{background:linear-gradient(90deg, var(--color-surface) 25%, var(--color-surface-2) 50%, var(--color-surface) 75%);background-size:200%;width:100%;height:85%;animation:1.4s infinite shimmer}.skeleton-card__date{background:var(--color-surface-2);height:15%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1.5rem;display:flex}.empty-state__message{color:var(--color-text);text-align:center;font-size:1rem;font-weight:600}.empty-state__hint{color:var(--color-text-muted);text-align:center;font-size:.875rem}.error-message{background:var(--color-error-bg);border:1px solid var(--color-error);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;margin:.75rem 1.25rem;padding:.875rem 1rem;display:flex}.error-message__text{color:var(--color-error);font-size:.875rem}.error-message__retry{color:var(--color-error);cursor:pointer;background:0 0;border:none;align-self:flex-start;font-size:.875rem;font-weight:600;text-decoration:underline}.share-receiver-view{min-height:100vh;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.app-shell{flex-direction:column;min-height:100%;display:flex}.app-shell__topbar{padding:calc(.75rem + env(safe-area-inset-top)) 1rem .75rem;border-bottom:1px solid var(--color-border);background:var(--color-bg);z-index:30;align-items:center;gap:.75rem;transition:background .25s,border-color .25s;display:flex;position:sticky;top:0}.app-shell__burger{color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin-left:-.5rem;font-size:1.5rem;line-height:1;display:flex}.app-shell__logo{object-fit:contain;border-radius:4px;flex-shrink:0;width:auto;height:28px}.app-shell__title{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:1.0625rem;font-weight:700;overflow:hidden}.app-shell__backdrop{z-index:40;background:#00000073;position:fixed;inset:0}.app-shell__nav{background:var(--color-surface);border-right:1px solid var(--color-border);width:268px;max-width:82vw;padding:calc(1rem + env(safe-area-inset-top)) 0 calc(1rem + env(safe-area-inset-bottom));z-index:50;flex-direction:column;transition:transform .22s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.app-shell__nav--open{transform:translate(0);box-shadow:4px 0 24px #0000002e}.app-shell__brand{align-items:baseline;gap:.5rem;padding:0 1.25rem 1.25rem;display:flex}.app-shell__brand-logo{object-fit:contain;border-radius:6px;width:auto;height:34px}.app-shell__version{color:var(--color-text-muted);opacity:.6;letter-spacing:.02em;font-size:.6rem}.app-shell__links{flex-direction:column;flex:1;gap:.125rem;padding:0 .75rem;list-style:none;display:flex}.app-shell__link{border-radius:var(--radius-md);color:var(--color-text);align-items:center;gap:.75rem;padding:.8rem .75rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.app-shell__link:hover{background:var(--color-surface-2)}.app-shell__link--active{background:var(--color-accent);color:#fff}.app-shell__link-icon{font-size:1.0625rem;line-height:1}.app-shell__footer{border-top:1px solid var(--color-border);flex-direction:column;gap:.625rem;margin:0 .75rem;padding:1rem 1.25rem 0;display:flex}.app-shell__person{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.app-shell__controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.app-shell__signout{color:var(--color-accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:.25rem 0;font-size:.875rem;font-weight:600}.app-shell__content{flex-direction:column;flex:1;min-width:0;display:flex}.app-shell__content-header{justify-content:space-between;align-items:center;gap:1rem;padding-right:1.5rem;display:flex}.app-shell__content-title{padding:1.5rem 1.5rem .5rem;font-size:1.375rem;font-weight:700}.notification-bell{flex-shrink:0;display:inline-flex;position:relative}.notification-bell__button{width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.notification-bell__button:hover{background:var(--color-surface)}.notification-bell__button:focus-visible{outline:2px solid var(--cada-blue);outline-offset:2px}.notification-bell__button:disabled{opacity:.5;cursor:default}.notification-bell__button--on{color:#e8a93c}.notification-bell__icon{display:block}.notification-bell__slash-bg{stroke:var(--color-bg);stroke-width:4px}.notification-bell__slash{stroke:currentColor}.notification-bell__tooltip{z-index:70;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;pointer-events:none;width:max-content;max-width:min(16rem,100vw - 2rem);padding:.55rem .75rem;font-size:.8125rem;line-height:1.35;animation:.16s ease-out notification-bell-in;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #1c2b4a3d}.notification-bell__tooltip:before{content:"";background:var(--color-primary);width:8px;height:8px;position:absolute;top:-4px;right:12px;transform:rotate(45deg)}@keyframes notification-bell-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.notification-bell__tooltip{animation:none}}@media (width>=900px){.app-shell--desktop{flex-direction:row}.app-shell--desktop .app-shell__nav{height:100vh;box-shadow:none;flex-shrink:0;max-width:none;position:sticky;transform:none}.app-shell--desktop .app-shell__content{max-width:1100px}}.schedule__loading,.schedule__lead,.schedule__week-label{color:var(--color-text-muted);padding:.75rem 1.5rem;font-size:.9375rem}.schedule__week-label{text-transform:uppercase;letter-spacing:.05em;padding-bottom:.25rem;font-size:.75rem;font-weight:700}.schedule__back{color:var(--color-accent);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.75rem 1.5rem .25rem;font-size:.9375rem;font-weight:600}.schedule__day-heading{padding:1rem 1.5rem .5rem;font-size:1.0625rem;font-weight:700}.schedule__today{color:var(--color-accent);font-weight:600}.activity-list{flex-direction:column;gap:.75rem;padding:.5rem 1.5rem 6rem;list-style:none;display:flex}.activity-card{text-align:left;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:1.125rem 1.25rem;transition:border-color .15s,transform .1s;display:flex}.activity-card:hover{border-color:var(--color-accent)}.activity-card:active{transform:scale(.99)}.activity-card__name{color:var(--color-text);font-size:1.0625rem;font-weight:700}.activity-card__capacity{color:var(--color-accent);font-size:.8125rem;font-weight:600}.activity-card__description{color:var(--color-text-muted);font-size:.875rem}.day-strip{scrollbar-width:none;gap:.5rem;padding:0 1.5rem .5rem;list-style:none;display:flex;overflow-x:auto}.day-strip::-webkit-scrollbar{display:none}.day-strip__day{border-radius:var(--radius-md);border:1.5px solid var(--color-border);background:var(--color-bg);min-width:48px;color:var(--color-text);cursor:pointer;flex-direction:column;align-items:center;gap:.125rem;padding:.5rem .375rem;transition:background .15s,border-color .15s,color .15s;display:flex}.day-strip__day:disabled{opacity:.35;cursor:default}.day-strip__day--today{border-color:var(--color-accent)}.day-strip__day--selected{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.day-strip__weekday{text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:700}.day-strip__number{font-size:1.0625rem;font-weight:700}.block-list{flex-direction:column;gap:.5rem;padding:.25rem 1.5rem 6rem;list-style:none;display:flex}.block-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.75rem;width:100%;padding:1rem 1.125rem;transition:border-color .15s;display:flex}.block-card:hover{border-color:var(--color-accent)}.block-card__time{color:var(--color-text);text-align:left;flex:1;font-size:1rem;font-weight:700}.block-card__chevron{color:var(--color-text-muted);font-size:1.25rem}.block-card__muted{color:var(--color-text-muted);font-size:.8125rem}.block-card__badge{white-space:nowrap;border-radius:999px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.block-card__badge--free{background:var(--color-surface-2);color:var(--color-accent)}.block-card__badge--full{background:var(--color-surface-2);color:var(--color-text-muted)}.block-card__badge--mine{background:var(--color-accent);color:#fff}.block-card__badge--waiting{color:#3a2e00;background:#f5c243}.block-card__badge--off{background:var(--color-error-bg);color:var(--color-error)}.slot-header{padding:.5rem 1.5rem .25rem}.slot-header__time{font-size:1.375rem;font-weight:700}.slot-header__date{color:var(--color-text-muted);font-size:.875rem}.slot-header__cancelled{background:var(--color-error-bg);color:var(--color-error);border-radius:var(--radius-md);margin:.75rem 1.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.slot-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;padding:1rem 1.5rem 6rem;list-style:none;display:grid}.slot{border-radius:var(--radius-md);border:1.5px solid var(--color-border);background:var(--color-bg);cursor:pointer;text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:.1875rem;width:100%;min-height:92px;padding:.875rem 1rem;transition:border-color .15s,transform .1s;display:flex}.slot:disabled{cursor:default}.slot:not(:disabled):hover{border-color:var(--color-accent)}.slot:not(:disabled):active{transform:scale(.98)}.slot__number{color:var(--color-text);font-size:.9375rem;font-weight:700}.slot__state{font-size:.8125rem;font-weight:600}.slot__names{color:var(--color-text-muted);font-size:.75rem}.slot--free{border-color:var(--color-accent)}.slot--free .slot__state{color:var(--color-accent)}.slot--shared{background:var(--color-surface-2);border-color:var(--color-accent)}.slot--shared .slot__state{color:var(--color-accent)}.slot--taken{background:var(--color-surface);opacity:.72}.slot--taken .slot__state{color:var(--color-text-muted)}.slot--full{background:var(--color-surface);opacity:.5}.slot--full .slot__state{color:var(--color-text-muted)}.slot--mine{background:var(--color-accent);border-color:var(--color-accent)}.slot--mine .slot__number,.slot--mine .slot__state,.slot--mine .slot__names{color:#fff}.my-booking{flex-direction:column;gap:1rem;padding:1rem 1.5rem 6rem;display:flex}.my-booking__lead{font-size:1rem;font-weight:600}.my-booking__cancel{align-self:flex-start}.my-booking__locked{color:var(--color-text-muted);font-size:.875rem}.share-toggle{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:.375rem;padding:1rem 1.125rem;display:flex}.share-toggle__row{cursor:pointer;align-items:center;gap:.625rem;display:flex}.share-toggle__row input{width:1.125rem;height:1.125rem;accent-color:var(--color-accent)}.share-toggle__label{font-weight:600}.share-toggle__hint{color:var(--color-text-muted);font-size:.8125rem;line-height:1.45}.waitlist-cta{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;align-items:flex-start;gap:.75rem;margin:.5rem 1.5rem 6rem;padding:1.125rem;display:flex}.waitlist-cta__lead{font-size:.9375rem;font-weight:600}.waitlist-field{flex-direction:column;gap:.375rem;display:flex}.waitlist-field__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:700}.waitlist-field__hint{color:var(--color-text-muted);font-size:.8125rem;line-height:1.45}.my-list{flex-direction:column;gap:.625rem;padding:.5rem 1.5rem 6rem;list-style:none;display:flex}.my-list__heading{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:1rem 1.5rem 0;font-size:.75rem;font-weight:700}.my-list__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:1rem;padding:1rem 1.125rem;display:flex}.my-list__item--waiting{border-left:3px solid #f5c243}.my-list__main{flex-direction:column;flex:1;gap:.1875rem;min-width:0;display:flex}.my-list__activity{font-size:1rem;font-weight:700}.my-list__when{color:var(--color-text);font-size:.875rem}.my-list__slot{color:var(--color-text-muted);font-size:.8125rem}.my-list__actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.25rem;display:flex}.my-list__link{color:var(--color-accent);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.25rem 0;font-size:.8125rem;font-weight:600}.my-list__link--danger{color:var(--color-error)}.my-list__link:disabled{opacity:.5;cursor:not-allowed}.dashboard-view__header{padding-top:calc(.75rem + env(safe-area-inset-top))}.receipt-preview-view__header{padding-top:calc(1rem + env(safe-area-inset-top))}.login-view__hero{padding-top:calc(3rem + env(safe-area-inset-top))}.fab{bottom:calc(1.5rem + env(safe-area-inset-bottom));right:calc(1.5rem + env(safe-area-inset-right))}.receipt-preview-view__actions{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.receipt-expanded__close{top:calc(1rem + env(safe-area-inset-top));right:calc(1rem + env(safe-area-inset-right))}.receipt-expanded__content{padding:calc(4rem + env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom))}.dialog{padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}.push-optin{border-top:1px solid var(--color-border);margin-top:.75rem;padding-top:.75rem}.push-optin__btn{width:100%;font:inherit;color:var(--color-accent);border:1px solid var(--color-accent);border-radius:var(--radius-md);cursor:pointer;background:0 0;padding:.6rem .75rem;font-size:.9rem;font-weight:600;transition:background-color .15s,color .15s}.push-optin__btn:hover:not(:disabled){background:var(--color-accent);color:#fff}.push-optin__btn:disabled{opacity:.6;cursor:default}.push-note{color:var(--color-text-muted);margin:.5rem 0 0;font-size:.8rem;line-height:1.4}.push-note--on{color:var(--color-accent)}.app-shell__push{width:100%;font:inherit;color:var(--color-text-muted);text-align:left;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.4rem .5rem;font-size:.8rem;display:flex}.app-shell__push:hover:not(:disabled){background:var(--color-surface-2)}.app-shell__push:disabled{opacity:.6;cursor:default}.app-shell__push--muted{cursor:default}.app-shell__push-dot{background:var(--color-text-muted);opacity:.45;border-radius:50%;flex:0 0 8px;width:8px;height:8px}.app-shell__push-dot--on{background:var(--color-accent);opacity:1}.home__lead{color:var(--color-text-muted);margin:0;padding:.75rem 1.5rem 1.25rem;font-size:.9375rem}.home__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;max-width:880px;margin:0;padding:0 1.5rem 2rem;list-style:none;display:grid}.home-card{width:100%;height:100%;font:inherit;text-align:left;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);cursor:pointer;flex-direction:column;align-items:flex-start;gap:.375rem;padding:1.25rem;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.home-card:hover{border-color:var(--color-accent);transform:translateY(-2px)}.home-card:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-color:var(--color-accent)}.home-card:active{transform:translateY(0)}.home-card__icon{font-size:1.75rem;line-height:1}.home-card__name{font-size:1.0625rem;font-weight:700}.home-card__description{color:var(--color-text-muted);font-size:.875rem;line-height:1.4}@media (prefers-reduced-motion:reduce){.home-card{transition:border-color .15s}.home-card:hover,.home-card:active{transform:none}}.registration{background:var(--color-bg);flex-direction:column;min-height:100%;padding-bottom:3rem;display:flex}.registration__toolbar{justify-content:flex-end;align-items:center;padding:.75rem 1rem .5rem;display:flex}.registration__hero{justify-content:center;padding:1rem 2rem .5rem;display:flex}.registration__logo{object-fit:contain;border-radius:var(--radius-md);width:100%;max-width:180px}.registration__title{color:var(--color-text);text-align:center;margin:.5rem 0 .25rem;font-size:1.5rem;font-weight:700}.registration__lead{color:var(--color-text-muted);text-align:center;max-width:420px;margin:0 auto 1.5rem;padding:0 1.5rem;font-size:.9375rem}.registration__form{flex-direction:column;gap:1.5rem;width:100%;max-width:440px;margin:0 auto;padding:0 1.5rem;display:flex}.registration__group{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);opacity:1;flex-direction:column;gap:.375rem;min-width:0;padding:1.25rem 1rem 1.5rem;display:flex}.registration__legend{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;padding:0 .375rem;font-size:.8125rem;font-weight:700;display:flex}.registration__required-tag{letter-spacing:.04em;color:#fff;background:var(--color-accent);text-transform:uppercase;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:700}.registration__label{color:var(--color-text-muted);margin-top:.75rem;font-size:.8125rem;font-weight:600}.registration__input{border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);box-sizing:border-box;width:100%;min-width:0;padding:.8125rem 1rem;font-size:1rem}.registration__input:focus-visible{outline:2px solid var(--cada-blue,var(--color-accent));outline-offset:1px;border-color:var(--color-accent)}.registration__input--invalid{border-color:var(--color-error);background:var(--color-error-bg)}.registration__field-error{color:var(--color-error);margin:.25rem 0 0;font-size:.8125rem}.registration__hint{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.8125rem}.registration__terms{flex-direction:column;gap:.25rem;display:flex}.registration__checkbox{color:var(--color-text);cursor:pointer;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.4;display:flex}.registration__checkbox input{width:1.25rem;height:1.25rem;accent-color:var(--color-accent);flex-shrink:0;margin-top:.125rem}.registration__submit{border-radius:var(--radius-md);background:var(--color-accent);color:#fff;cursor:pointer;border:none;width:100%;padding:.9375rem 1rem;font-size:1rem;font-weight:600}.registration__submit:hover:not(:disabled){background:var(--color-accent-hover)}.registration__submit:disabled{opacity:.6;cursor:not-allowed}.registration__footer,.login-view__footer{text-align:center;color:var(--color-text-muted);margin-top:1.5rem;font-size:.9375rem}.registration__link,.login-view__link{font:inherit;color:var(--color-accent);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.login-view__toolbar{align-items:center;gap:.75rem;padding:.75rem 1rem .5rem}.login-view__admin{min-height:28px;color:var(--color-text-muted);flex-shrink:0;align-items:center;padding:.15rem .25rem;font-size:.8125rem;text-decoration:none;display:inline-flex}.login-view__admin:hover{color:var(--color-accent);text-decoration:underline}.login-view__admin:focus-visible{outline:2px solid var(--cada-blue);outline-offset:2px;border-radius:6px}.receipt-preview-view__description{flex-direction:column;gap:.375rem;padding:0 1rem .75rem;display:flex}.receipt-preview-view__label{color:var(--color-text-muted);font-size:.8125rem;font-weight:600}.receipt-preview-view__input{border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);box-sizing:border-box;width:100%;padding:.75rem .875rem;font-size:1rem}.receipt-preview-view__input:focus-visible{outline:2px solid var(--cada-blue,var(--color-accent));outline-offset:1px;border-color:var(--color-accent)}
