html,body{background:#0f0f12}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.45;color:#e8e6e3;background:#0f0f12;-webkit-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;min-height:100vh;min-height:100svh}a{color:#c8a96e}input,select,button,textarea{font:inherit}:focus-visible{outline:2px solid #c8a96e;outline-offset:2px;border-radius:4px}.portal-shell{--portal-padding: clamp(12px, 4vw, 24px);--portal-max-width: 720px;--tap-target: 44px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px);max-width:var(--portal-max-width);margin:0 auto;padding:var(--portal-padding);padding-top:calc(var(--portal-padding) + var(--safe-top));padding-bottom:max(var(--portal-padding),var(--safe-bottom))}.portal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.portal-header h1{font-size:clamp(18px,4vw,20px);margin:0;letter-spacing:1px}.portal-header p{margin:6px 0 0;color:#9a9690;font-size:clamp(12px,3.5vw,13px);word-break:break-all}.portal-shell button{min-height:var(--tap-target);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.portal-shell input,.portal-shell select,.portal-shell textarea{font-size:16px}.portal-shell input[type=time],.portal-shell input[type=number],.portal-shell input[type=datetime-local]{min-height:var(--tap-target)}.portal-card{padding:clamp(12px,3vw,16px);border-radius:12px;border:1px solid #2a2a32;background:#16161c;margin-bottom:16px}.portal-tabs{display:flex;gap:4px;margin-bottom:16px;padding:4px;border-radius:10px;background:#13131a;border:1px solid #2a2a32;overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#2a2a32 transparent}.portal-tabs::-webkit-scrollbar{height:4px}.portal-tabs::-webkit-scrollbar-thumb{background:#2a2a32;border-radius:2px}.portal-tab{scroll-snap-align:start}.portal-tab-picker{display:none}@media (max-width: 480px){.portal-tabs{display:none}.portal-tab-picker{display:block;margin-bottom:16px}}.portal-tab-picker-button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;background:#13131a;border:1px solid #2a2a32;border-radius:10px;color:#e8e6e3;font-size:15px;font-weight:600;cursor:pointer}.portal-tab-picker-current{color:#c8a96e}.portal-tab-picker-chevron{color:#7a7770;font-size:12px;transition:transform .16s ease}.portal-tab-picker-button[aria-expanded=true] .portal-tab-picker-chevron{transform:rotate(180deg)}.portal-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:50;display:flex;align-items:flex-end;justify-content:center;animation:portal-fade-in .16s ease-out}.portal-sheet{width:100%;max-width:480px;background:#16161c;border-top-left-radius:16px;border-top-right-radius:16px;border:1px solid #2a2a32;border-bottom:none;padding:12px 16px;padding-bottom:max(16px,var(--safe-bottom));max-height:75vh;overflow-y:auto;animation:portal-slide-up .2s cubic-bezier(.16,1,.3,1)}.portal-sheet-handle{width:36px;height:4px;background:#2a2a32;border-radius:2px;margin:0 auto 12px}.portal-sheet-title{font-size:11px;color:#7a7770;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 8px;padding:0 4px}.portal-sheet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.portal-sheet-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;background:transparent;border:none;color:#e8e6e3;font-size:15px;text-align:left;border-radius:8px;cursor:pointer}.portal-sheet-item[aria-current=true]{background:#c8a96e;color:#121218;font-weight:700}.portal-sheet-item-badge{min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#c8a96e;color:#121218;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;line-height:1}.portal-sheet-item[aria-current=true] .portal-sheet-item-badge{background:#121218;color:#c8a96e}@media (max-width: 560px){.portal-day-row{flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:8px;border-radius:8px;background:#101018;border:1px solid #1a1a22}.portal-day-row .portal-day-label{width:auto!important}.portal-day-times{flex:1 1 100%!important;width:100%}.portal-day-times input[type=time],.portal-day-times input[type=number]{flex:1 1 0!important;min-width:0!important;width:auto!important}}.portal-toast{position:sticky;bottom:max(16px,var(--safe-bottom));margin-top:16px;z-index:10;box-shadow:0 8px 24px #00000073}.login-shell{width:100%;max-width:400px;margin:clamp(32px,8vh,64px) auto;padding:clamp(16px,5vw,24px);padding-top:calc(clamp(16px,5vw,24px) + env(safe-area-inset-top,0px));padding-bottom:calc(clamp(16px,5vw,24px) + env(safe-area-inset-bottom,0px))}.login-shell input{font-size:16px;min-height:44px}.login-shell button{min-height:48px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@keyframes portal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes portal-slide-up{0%{transform:translateY(12%)}to{transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.portal-sheet-backdrop,.portal-sheet{animation:none}.portal-tabs{scroll-behavior:auto}.portal-tab-picker-chevron{transition:none}}
