:root{--bg:#f5f5f5;--panel:#fff;--border:#e3e3e3;--accent:#000;--accent-muted:#f5f5f5;--text:#1d1d1f;--muted:#6c6c70;--shadow:0 10px 30px #0f172a14;font-family:var(--font-noto-sans-sc),var(--font-noto-sans-jp),"Hiragino Sans","PingFang SC","Microsoft YaHei","Yu Gothic","SimHei",sans-serif;color:var(--text);background:var(--bg)}*,:before,:after{box-sizing:border-box}body{background:var(--bg);min-height:100vh;margin:0}img{max-width:100%;height:auto}.site-header{background:var(--bg);box-shadow:none;padding:2rem clamp(1.25rem,5vw,3rem)}.branding{align-items:center;gap:1rem;display:flex}.header-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.branding h1{margin:0;font-size:clamp(1.75rem,3vw,2.5rem)}.branding .eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin:0;font-size:.75rem}.branding .local-name{color:var(--muted);margin:.1rem 0 0;font-size:.95rem}.logo{width:clamp(48px,10vw,72px);height:auto}.tagline{color:var(--muted);margin:.5rem 0 0}.header-actions{align-items:center;gap:1rem;margin-left:auto;display:flex}.user-nav{align-items:center;gap:1rem;display:flex}.nav-link{color:var(--text);white-space:nowrap;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{background:var(--panel);color:var(--accent)}.nav-link.logout-button{color:#dc2626;cursor:pointer;font:inherit;background:#fff;border:1px solid #dc2626;margin-left:.5rem;padding-left:1rem;padding-right:1rem;font-weight:500}.nav-link.logout-button:hover{color:#fff;background:#dc2626;border-color:#dc2626;box-shadow:0 0 0 3px #dc262633}.auth-buttons{align-items:center;gap:.75rem;display:flex}.auth-button{border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:1.1rem;font-weight:500;font:inherit;white-space:nowrap;text-align:center;background:#fff;border-radius:999px;padding:.75rem 1.75rem;text-decoration:none;transition:all .2s;display:inline-block}.auth-button:hover{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.auth-button.login-button{background:var(--accent);color:#fff;border-color:var(--accent)}.auth-button.login-button:hover{box-shadow:0 0 0 3px var(--accent-muted);background:#1a1a1a;border-color:#1a1a1a}.language-switcher,.account-dropdown{position:relative}.language-trigger{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1.1rem;transition:border .2s,box-shadow .2s;display:inline-flex}.language-trigger:hover,.language-trigger:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.language-trigger .chevron{font-size:1rem;transition:transform .2s}.language-trigger .chevron.open{transform:rotate(180deg)}.language-menu{border:1px solid var(--border);min-width:160px;box-shadow:var(--shadow);z-index:10;background:#fff;border-radius:.75rem;margin-top:.35rem;padding:.35rem;list-style:none;position:absolute;right:0}.language-menu li{margin:0}.language-menu button{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:.6rem;padding:.5rem .75rem;font-size:.9rem}.language-menu button:hover,.language-menu button:focus-visible{background:var(--accent-muted)}.language-menu button.selected{background:var(--accent);color:#fff}.account-dropdown{position:relative}.account-trigger{border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:1.1rem;font-weight:500;font:inherit;white-space:nowrap;background:#fff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:border .2s,box-shadow .2s;display:inline-flex}.account-trigger:hover,.account-trigger:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.account-trigger .chevron{font-size:.8rem;transition:transform .2s}.account-trigger .chevron.open{transform:rotate(180deg)}.account-menu{border:1px solid var(--border);min-width:220px;box-shadow:var(--shadow);z-index:10;background:#fff;border-radius:.75rem;margin-top:.35rem;padding:.35rem;list-style:none;position:absolute;right:0}.account-menu li{margin:0}.account-menu-item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.625rem .875rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:background .15s,color .15s;display:flex}.account-menu-item:hover{background:var(--accent-muted);color:var(--accent)}.account-menu-item-toggle{cursor:pointer}.account-menu-item-with-submenu{position:relative}.account-submenu{border-left:2px solid var(--border);margin:.25rem 0 0 .5rem;padding:.25rem 0 .25rem 1rem;list-style:none}.account-submenu-item{text-align:left;width:100%;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:400;text-decoration:none;transition:background .15s,color .15s;display:block}.account-submenu-item:hover{background:var(--accent-muted);color:var(--accent)}.account-submenu-item-language{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.language-select{border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:.85rem;font:inherit;background:#fff;border-radius:.375rem;padding:.25rem .5rem}.language-select:hover{border-color:var(--accent)}.language-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted);outline:none}.submenu-chevron{margin-left:.5rem;font-size:.75rem;transition:transform .2s}.submenu-chevron.open{transform:rotate(90deg)}.account-menu-divider{background:var(--border);height:1px;margin:.5rem 0;padding:0;list-style:none}.account-menu-item-logout{color:#dc2626!important}.account-menu-item-logout:hover{color:#dc2626!important;background:#dc26261a!important}.account-page{flex-direction:column;min-height:100vh;display:flex}.account-container{flex:1;width:100%;padding:2rem 0}.account-layout{align-items:flex-start;gap:0;width:100%;display:flex}.account-sidebar{background:var(--panel);flex:0 0 240px;height:100vh;padding:2rem 1.5rem;position:sticky;top:0;overflow-y:auto;box-shadow:2px 0 8px #0000000d}.account-sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.account-sidebar-item{color:var(--text);cursor:pointer;font-size:.95rem;font-weight:400;font:inherit;text-align:left;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.account-sidebar-item:hover{background:var(--accent-muted);color:var(--accent)}.account-sidebar-item.active{background:var(--accent);color:#fff;font-weight:500}.account-sidebar-item-toggle{cursor:pointer}.account-sidebar-item-toggle .sidebar-arrow{color:var(--muted);font-size:.75rem;transition:transform .2s}.account-sidebar-item-toggle.expanded .sidebar-arrow{transform:rotate(90deg)}.account-sidebar-item.active .sidebar-arrow{color:#fff}.account-sidebar-section{flex-direction:column;display:flex}.account-sidebar-submenu{flex-direction:column;gap:.25rem;margin-top:.25rem;padding-left:1rem;display:flex}.account-sidebar-subitem{color:var(--muted);border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.account-sidebar-subitem:hover{background:var(--accent-muted);color:var(--accent)}.account-sidebar-subitem.active{background:var(--accent);color:#fff;font-weight:500}.account-sidebar-divider{background:var(--border);height:1px;margin:1rem 0}.account-sidebar-item-logout{margin-top:.5rem;color:#dc2626!important}.account-sidebar-item-logout:hover{color:#dc2626!important;background:#dc26261a!important}.account-content{background:var(--panel);flex:1;width:0;min-height:100vh;padding:2rem clamp(2rem,5vw,4rem)}.account-content h1{color:var(--text);margin:0 0 2rem;font-size:2rem;font-weight:600}.book-session-container{flex:1;width:100%;padding:2rem 0}.book-session-layout{align-items:flex-start;gap:0;width:100%;display:flex}.book-session-sidebar{background:var(--panel);flex:0 0 240px;height:100vh;padding:2rem 1.5rem;position:sticky;top:0;overflow-y:auto;box-shadow:2px 0 8px #0000000d}.book-session-sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.book-session-sidebar-item{color:var(--text);cursor:pointer;font-size:.95rem;font-weight:400;font:inherit;text-align:left;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.book-session-sidebar-item:hover{background:var(--accent-muted);color:var(--accent)}.book-session-sidebar-item.active{background:var(--accent);color:#fff;font-weight:500}.book-session-content{background:var(--panel);flex-direction:column;flex:1;width:0;min-height:100vh;padding:2rem clamp(2.5rem,6vw,5rem);display:flex}.services-section,.events-section{width:100%;max-width:100%}.book-session-content h1{color:var(--text);margin:0 0 2rem;font-size:2rem;font-weight:600}.services-section,.events-section{margin-top:2rem}.services-section h2,.events-section h2{color:var(--text);margin:0 0 1.5rem;font-size:1.5rem;font-weight:500}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-items:stretch;gap:2rem;width:100%;margin-top:2rem;display:grid}.service-card{background:var(--panel);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;width:100%;height:100%;padding:0;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.service-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.service-card-header{padding:2rem 2rem 2.5rem}.service-title{color:var(--text);letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:600;line-height:1.3}.service-card-body{flex-direction:column;flex:1;gap:1.5rem;padding:2.5rem 2rem;display:flex}.service-price-section{margin-bottom:2rem;padding:1rem 0 10rem}.service-price-main{flex-direction:column;line-height:1.2;display:flex}.service-price-line-main{color:var(--text);letter-spacing:-.02em;font-size:2.5rem;font-weight:700;line-height:1}.service-price-line-sub{color:var(--muted);margin-top:1rem;font-size:1rem;font-weight:400;line-height:1.4}.service-description{color:var(--muted);flex-direction:column;flex:1;gap:.75rem;margin:0;font-size:1rem;line-height:1.7;display:flex}.service-description-subtitle{color:var(--text);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.service-description-line{margin:0;line-height:1.6}.service-features{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.service-feature-item{align-items:flex-start;gap:.75rem;display:flex}.service-feature-check{color:var(--accent);flex-shrink:0;margin-top:.1rem;font-size:1.25rem;font-weight:600;line-height:1.2}.service-feature-text{color:var(--text);flex:1;font-size:.95rem;line-height:1.5}.service-card-footer{flex-direction:column;gap:2rem;padding:2.5rem 2rem 2rem;display:flex}.service-discount{color:var(--muted);text-align:center;margin:0;font-size:.875rem}.service-cta-button{background:var(--accent);color:#fff;border:1px solid var(--accent);cursor:pointer;width:100%;font-size:1rem;font-weight:600;font:inherit;border-radius:.5rem;padding:.875rem 1.5rem;transition:all .2s}.service-cta-button:hover{background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.service-cta-button:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.events-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.event-card{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .2s;position:relative}.event-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.event-card h3{color:var(--text);margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.event-description{color:var(--muted);margin:0 0 .75rem;line-height:1.6}.event-date{color:var(--text);margin:0 0 1rem;font-size:.9rem}.free-badge{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}@media (max-width:960px){.book-session-layout{flex-direction:column}.book-session-sidebar{flex:1;height:auto;position:relative;box-shadow:0 2px 8px #0000000d}.book-session-sidebar-nav{flex-direction:row;overflow-x:auto}.book-session-sidebar-item{white-space:nowrap;flex:none}.events-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card-header{flex-direction:column;align-items:flex-start;gap:1rem}.service-price-badge{align-self:flex-start}}@media (max-width:600px){.services-grid{gap:1.25rem}.service-card-header{padding:1.5rem 1.5rem 1rem}.service-title{font-size:1.25rem}.service-card-body{padding:1.25rem 1.5rem}.service-card-footer{padding:1rem 1.5rem 1.5rem}}@media (min-width:961px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{min-width:0}}.preferences-section{margin-top:2rem}.preferences-section h2{color:var(--text);margin:0 0 1.5rem;font-size:1.5rem;font-weight:500}.preferences-form{flex-direction:column;gap:1rem;display:flex}.profile-section{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.profile-field{flex-direction:column;gap:.5rem;display:flex}.profile-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.profile-value{color:var(--text);border-bottom:1px solid var(--border);padding:.75rem 0;font-size:1.125rem}.profile-loading,.profile-error{border-radius:.5rem;margin-top:2rem;padding:1rem}.profile-loading{color:var(--text)}.profile-error{color:#c33;background:#fee;border:1px solid #fcc}.preferences-label{color:var(--text);margin-bottom:.5rem;font-size:.95rem;font-weight:500}.preferences-select{border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:1rem;font:inherit;background:#fff;border-radius:.5rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.preferences-select:hover{border-color:var(--accent)}.preferences-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted);outline:none}.preferences-select:disabled{opacity:.6;cursor:not-allowed}.preferences-confirm-button{background:var(--accent);color:#fff;cursor:pointer;font-size:1rem;font-weight:500;font:inherit;border:none;border-radius:.5rem;align-self:flex-start;margin-top:.5rem;padding:.75rem 2rem;transition:background .2s,transform .2s}.preferences-confirm-button:hover:not(:disabled){background:#1a1a1a;transform:translateY(-1px)}.preferences-confirm-button:active:not(:disabled){transform:translateY(0)}.preferences-confirm-button:disabled{opacity:.6;cursor:not-allowed;background:var(--muted)}.preferences-message{border-radius:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.9rem}.preferences-message.success{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e4d}.preferences-message.error{color:#dc2626;background:#dc26261a;border:1px solid #dc262633}.layout{gap:1.5rem;padding:clamp(1rem,5vw,3rem);display:flex}.panel{background:var(--panel);box-shadow:var(--shadow);border-radius:1rem;padding:1.5rem}.filters{flex-direction:column;flex:0 0 420px;gap:1rem;display:flex;position:relative;overflow:hidden}.filters:before{content:"";background:linear-gradient(90deg,var(--accent),var(--accent-muted));opacity:.6;border-radius:1rem 1rem 0 0;height:4px;position:absolute;top:0;left:0;right:0}.filters h2,.results h2{color:var(--text);border-bottom:2px solid var(--border);margin-top:0;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:600}form{flex-direction:column;gap:1.25rem;display:flex}form label,fieldset{color:var(--text);flex-direction:column;gap:.5rem;font-size:.95rem;display:flex}form label{font-weight:500}input,select,button{font:inherit}select,input[type=date],input[type=number],input[type=search]{border:2px solid var(--border);appearance:none;cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%236c6c70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 5l4 4 4-4'/%3E%3C/svg%3E") right 1rem center/14px no-repeat;border-radius:.75rem;padding:.75rem 2.75rem .75rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #0000000d}select:focus,input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted),0 2px 4px #0000001a;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%231b6ef3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 5l4 4 4-4'/%3E%3C/svg%3E") right 1rem center/14px no-repeat;outline:none;transform:translateY(-1px)}select:hover,input:hover{border-color:var(--accent-muted);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%231b6ef3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 5l4 4 4-4'/%3E%3C/svg%3E") right 1rem center/14px no-repeat;box-shadow:0 2px 4px #00000014}select:disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}select{font-weight:500;position:relative}select option{color:var(--text);background:#fff;min-height:2.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:400;line-height:1.5}select option[value=""]{color:var(--muted);font-style:italic}select option:checked{background:var(--accent-muted);color:var(--accent);font-weight:600}input[type=date],input[type=number],input[type=search]{cursor:text;background-image:none;padding-right:1rem}.custom-select{width:100%;position:relative}.custom-select-trigger{border:2px solid var(--border);cursor:pointer;text-align:left;width:100%;font-size:.95rem;font-weight:500;font:inherit;color:var(--text);background:linear-gradient(#fff,#fafafa);border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 2.75rem .75rem 1rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.custom-select-trigger:hover:not(.disabled){border-color:var(--accent-muted);background:#fff;box-shadow:0 2px 4px #00000014}.custom-select-trigger:focus,.custom-select-trigger.open{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted),0 2px 4px #0000001a;background:#fff;outline:none;transform:translateY(-1px)}.custom-select-trigger.disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}.custom-select-trigger .placeholder{color:var(--muted);font-style:italic}.custom-select-chevron{color:var(--muted);pointer-events:none;align-items:center;transition:transform .2s,color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.custom-select-trigger.open .custom-select-chevron{color:var(--accent);transform:translateY(-50%)rotate(180deg)}.custom-select-trigger:hover:not(.disabled) .custom-select-chevron,.custom-select-trigger.open .custom-select-chevron{color:var(--accent)}.custom-select-menu{border:2px solid var(--border);z-index:1000;background:#fff;border-radius:.75rem;max-height:300px;margin:0;padding:.5rem;list-style:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014}.custom-select-menu::-webkit-scrollbar{width:8px}.custom-select-menu::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.custom-select-menu::-webkit-scrollbar-thumb{background:var(--accent-muted);border-radius:4px}.custom-select-menu::-webkit-scrollbar-thumb:hover{background:var(--accent)}.custom-select-menu li{margin:0;padding:0}.custom-select-menu button{width:100%;color:var(--text);cursor:pointer;text-align:left;font-size:.95rem;font:inherit;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:400;transition:all .15s;display:flex}.custom-select-menu button:hover{background:var(--accent-muted);color:var(--accent)}.custom-select-menu button.selected{background:var(--accent);color:#fff;font-weight:600}.custom-select-menu button.selected:hover{color:#fff;background:#1a1a1a}.custom-select-menu button .checkmark{justify-content:center;align-items:center;width:1.25rem;font-size:1rem;font-weight:600;display:flex}.custom-select-menu button span:not(.checkmark){flex:1}.japanese-date-picker-wrapper{width:100%;position:relative}.japanese-date-trigger{border:2px solid var(--border);cursor:pointer;text-align:left;width:100%;font-size:.95rem;font-weight:500;font:inherit;color:var(--text);background:linear-gradient(#fff,#fafafa);border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 2.75rem .75rem 1rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.japanese-date-trigger:hover{border-color:var(--accent-muted);background:#fff;box-shadow:0 2px 4px #00000014}.japanese-date-trigger:focus,.japanese-date-trigger.open{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted),0 2px 4px #0000001a;background:#fff;outline:none;transform:translateY(-1px)}.japanese-date-trigger .placeholder{color:var(--muted)}.date-picker-icon{pointer-events:none;color:var(--muted);align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.japanese-date-trigger:hover .date-picker-icon,.japanese-date-trigger.open .date-picker-icon{color:var(--accent)}.japanese-date-picker-popup{border:2px solid var(--border);z-index:1000;background:#fff;border-radius:.75rem;min-width:300px;padding:1rem;position:absolute;top:calc(100% + .5rem);left:0;right:0;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014}.date-picker-header{border-bottom:2px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.date-picker-nav{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.25rem .75rem;font-size:1.5rem;font-weight:600;line-height:1;transition:all .2s;display:flex}.date-picker-nav:hover{background:var(--accent-muted);color:var(--accent)}.date-picker-month-year{color:var(--text);text-align:center;flex:1;font-size:1rem;font-weight:600}.date-picker-weekdays{grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem;display:grid}.date-picker-weekday{text-align:center;color:var(--muted);padding:.5rem 0;font-size:.85rem;font-weight:600}.date-picker-days{grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.75rem;display:grid}.date-picker-day{aspect-ratio:1;color:var(--text);cursor:pointer;font-size:.9rem;font-weight:500;font:inherit;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.date-picker-day:hover:not(.empty):not(.selected){background:var(--accent-muted);color:var(--accent)}.date-picker-day.today{background:var(--accent-muted);color:var(--accent);font-weight:600}.date-picker-day.selected{background:var(--accent);color:#fff;font-weight:600}.date-picker-day.selected:hover{background:#1a1a1a}.date-picker-day.empty{cursor:default;pointer-events:none}.date-picker-actions{border-top:2px solid var(--border);gap:.5rem;padding-top:.75rem;display:flex}.date-picker-action-btn{border:2px solid var(--border);cursor:pointer;color:var(--text);font-size:.9rem;font-weight:500;font:inherit;background:#fff;border-radius:.5rem;flex:1;padding:.5rem 1rem;transition:all .2s}.date-picker-action-btn:hover{border-color:var(--accent);background:var(--accent-muted);color:var(--accent)}fieldset{border:2px solid var(--border);background:#fafafa;border-radius:.75rem;padding:1.25rem;transition:all .2s}fieldset:hover{border-color:var(--accent-muted);background:#f5f5f5}legend{color:var(--text);text-transform:uppercase;letter-spacing:.05em;padding:0 .75rem;font-size:.9rem;font-weight:600}.chip-group{flex-wrap:wrap;gap:.75rem;display:flex}.chip-group label{border:2px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:.75rem;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.chip-group label:hover{border-color:var(--accent-muted);background:var(--accent-muted);transform:translateY(-1px)}.chip-group label:has(input:checked){border-color:var(--accent);background:var(--accent);color:#fff}.chip-group input[type=checkbox]{cursor:pointer;width:1.1rem;height:1.1rem;accent-color:var(--accent);margin:0}.input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.actions{border-top:2px solid var(--border);gap:1rem;margin-top:.5rem;padding-top:1rem;display:flex}.actions button{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:.75rem;flex:1;padding:.9rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;position:relative;overflow:hidden}.actions button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.actions button.primary{background:var(--accent-muted);color:var(--accent);border-color:var(--accent-muted)}.actions button.primary:hover{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 4px 12px #0000004d}.actions button:not(.primary):hover{border-color:var(--accent);background:var(--accent-muted)}.actions button:active{transform:translateY(0)}.actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}.results{flex-direction:column;flex:1;gap:1rem;display:flex;position:relative;overflow:hidden}.results:before{content:"";background:linear-gradient(90deg,var(--accent),var(--accent-muted));opacity:.6;border-radius:1rem 1rem 0 0;height:4px;position:absolute;top:0;left:0;right:0}.results-header{border-bottom:2px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.results-header h2{color:var(--text);border-bottom:none;margin:0;padding-bottom:0;font-size:1.5rem;font-weight:600}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.loading-spinner{border:3px solid var(--accent-muted);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.muted{color:var(--muted);margin:0}.programs{gap:2rem;display:grid}.program-card{border:2px solid var(--border);isolation:isolate;background:linear-gradient(#fff,#fafafa);border-radius:1.25rem;flex-direction:column;gap:1.25rem;padding:1.75rem 2rem;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000d}.program-card:before{content:"";background:linear-gradient(90deg,var(--accent),var(--accent-muted));opacity:.6;border-radius:1.25rem 1.25rem 0 0;height:4px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.program-card:after{content:"";background:linear-gradient(90deg,transparent,var(--border),transparent);height:1px;position:absolute;bottom:-1px;left:2rem;right:2rem}.program-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 6px 20px #00000026,0 2px 8px #0000001a}.program-card:hover:before{opacity:1}.program-card header{border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding-bottom:1rem;display:flex}.program-title{color:var(--text);margin:0;font-size:1.35rem;font-weight:600;line-height:1.3}.program-subtitle{color:var(--muted);margin:0;font-size:.9rem}.badge{background:var(--accent-muted);color:var(--accent);border-radius:999px;padding:.2rem .6rem;font-size:.8rem}dl{border:1px solid var(--border);background:#fafafa;border-radius:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem 1.5rem;margin:0;padding:1rem;display:grid}.program-card>dl{margin:0}dt{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}dd{color:var(--text);margin:0;font-size:.95rem;font-weight:500}.notes{color:var(--muted);margin:0;font-size:.9rem}.school-description{color:var(--muted);margin:.5rem 0 0;font-size:.95rem;line-height:1.6}.school-description+.school-website{margin-top:.75rem}.school-website{letter-spacing:.01em;margin:0;font-size:.95rem;line-height:1.7}.school-website a{color:var(--accent);font-weight:500;text-decoration:none;transition:color .2s}.school-website a:hover{color:#0d5bd6;text-decoration:underline}.school-address{color:var(--muted);margin:0;font-size:.9rem;font-style:normal}.programs-list{margin-top:.5rem}.programs-list h4{color:var(--text);border-bottom:1px solid var(--border);margin:0 0 1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.program-item{border:1px solid var(--border);background:#fafafa;border-radius:.75rem;margin-bottom:.75rem;padding:1rem;transition:all .2s}.program-item:last-child{margin-bottom:0}.program-item:hover{border-color:var(--accent-muted);background:#f5f5f5}.program-item strong{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.major-classification{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.major-level1{background:var(--accent-muted);color:var(--accent);border-radius:.5rem;padding:.25rem .6rem;font-weight:500}.major-level2{color:var(--muted);background:#f0f0f0;border-radius:.5rem;padding:.25rem .6rem;font-weight:500}.major-level2:before{content:"→";opacity:.6;margin-right:.25rem}.program-details{border-top:1px solid var(--border);border:none;border-top:1px solid var(--border);background:0 0;margin-top:.75rem;padding:.75rem 0 0}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:auto;display:flex}.pagination button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:.6rem;padding:.5rem 1rem}.pagination button:disabled{opacity:.5;cursor:not-allowed}#toast{background:var(--accent);color:#fff;box-shadow:var(--shadow);opacity:0;pointer-events:none;border-radius:.75rem;padding:.75rem 1rem;transition:opacity .3s,transform .3s;position:fixed;bottom:1rem;right:1rem;transform:translateY(10px)}#toast.show{opacity:1;transform:translateY(0)}.auth-page{flex-direction:column;min-height:100vh;display:flex}.auth-container{flex:1;justify-content:center;align-items:center;padding:2rem clamp(1rem,3vw,1.5rem);display:flex}.auth-card{background:var(--panel);box-shadow:var(--shadow);border-radius:1rem;width:100%;max-width:480px;margin:0;padding:1.5rem}.auth-card h2{color:var(--text);text-align:center;margin:0 0 2rem;font-size:2rem;font-weight:600}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text);font-size:.95rem;font-weight:500}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=password]{border:2px solid var(--border);font-size:.95rem;font:inherit;background:#fff;border-radius:.75rem;padding:.75rem 1rem;transition:all .2s}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted);outline:none}.form-group input:disabled{opacity:.6;cursor:not-allowed}.checkbox-wrapper{flex-direction:row;align-items:flex-start;gap:.75rem;width:100%;margin:0;padding:0;display:flex}.checkbox-wrapper input[type=checkbox]{cursor:pointer;width:1.25rem;min-width:1.25rem;max-width:1.25rem;height:1.25rem;accent-color:var(--accent);flex-grow:0;flex-shrink:0;margin:.125rem 0 0}.checkbox-label{cursor:pointer;text-align:left;flex:1;min-width:0;margin:0;padding:0;font-size:.9rem;font-weight:400;line-height:1.5;display:block}.checkbox-label a{color:var(--accent);vertical-align:baseline;line-height:inherit;margin:0;padding:0;text-decoration:none;display:inline!important}.checkbox-label a:hover{text-decoration:underline}.field-error{color:#dc2626;margin-top:-.25rem;font-size:.85rem}.error-message{color:#991b1b;background:#fee2e2;border-radius:.75rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.checking,.available,.unavailable{margin-top:-.25rem;font-size:.85rem}.checking{color:var(--muted)}.available{color:#16a34a}.unavailable{color:#dc2626}.auth-submit{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:.75rem;margin-top:.5rem;padding:.9rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.auth-submit:hover:not(:disabled){background:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-link{text-align:center;color:var(--muted);margin-top:1rem;font-size:.9rem}.auth-link a{color:var(--accent);font-weight:500;text-decoration:none}.auth-link a:hover{text-decoration:underline}@media (max-width:960px){.layout{flex-direction:column}.filters{flex:1}}@media (max-width:600px){.panel{padding:1.25rem}.branding{flex-direction:column;align-items:flex-start}.header-actions{flex-direction:column;align-items:stretch;width:100%}.auth-buttons{justify-content:stretch;width:100%}.auth-button{flex:1}.language-switcher{width:100%}.input-grid{grid-template-columns:1fr}.actions{flex-direction:column}.chip-group{flex-direction:column;align-items:flex-start}.auth-card{padding:1.5rem}.auth-card h2{font-size:1.5rem}}
