@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--navy: #1a2e4a;--blue: #2563eb;--blue-hover: #1d4ed8;--blue-tint: #eff6ff;--blue-mid: #93c5fd;--bg: #f8fafc;--bg-card: #ffffff;--text: #0f172a;--text-secondary:#475569;--text-light: #94a3b8;--border: #e2e8f0;--border-mid: #cbd5e1;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.05);--shadow-lg: 0 8px 24px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.06);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--max-width: 1200px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.app-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;height:56px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.05rem;color:var(--navy);letter-spacing:-.01em;flex-shrink:0}.logo-icon{display:none}.header-search{flex:1;max-width:420px;position:relative;display:flex;align-items:center}.header-search-input{width:100%;height:34px;padding:0 2.25rem 0 .75rem;border:1px solid var(--border-mid);border-radius:var(--radius-sm);font-family:inherit;font-size:.875rem;color:var(--text);background:var(--bg);outline:none;transition:border-color .15s,box-shadow .15s}.header-search-input::placeholder{color:var(--text-light)}.header-search-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb26;background:#fff}.header-search-btn{position:absolute;right:0;top:0;height:34px;width:34px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-secondary);cursor:pointer;border-radius:0 var(--radius-sm) var(--radius-sm) 0;transition:color .15s}.header-search-btn:hover{color:var(--blue)}.header-auth{display:flex;align-items:center;gap:.25rem}.header-link{font-size:.875rem;font-weight:500;color:var(--text-secondary);padding:.375rem .75rem;border-radius:var(--radius-sm);transition:color .15s,background .15s;white-space:nowrap}.header-link:hover{color:var(--navy);background:var(--bg)}.header-link--primary{background:var(--blue);color:#fff;font-weight:600;padding:.4rem .9rem}.header-link--primary:hover{background:var(--blue-hover);color:#fff}.header-link--secondary{color:var(--blue)}.header-user{font-size:.82rem;font-weight:600;color:var(--navy);padding:.375rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm)}.header-user--link{text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s}.header-user--link:hover{background:var(--bg-hover, #f0f0f0);border-color:var(--navy)}.header-logout{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.35rem .75rem;font-size:.82rem;font-family:inherit;color:var(--text-secondary);cursor:pointer;transition:border-color .15s,color .15s}.header-logout:hover{border-color:#f43f5e;color:#f43f5e}.hero{max-width:var(--max-width);margin:0 auto;padding:5rem 2rem 4rem;position:relative;overflow:hidden}.hero-content{max-width:600px}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--navy);margin-bottom:1rem}.highlight{color:var(--blue)}.hero-subtitle{font-size:1.05rem;color:var(--text-secondary);line-height:1.7;max-width:520px}.hero-visual,.float-emoji{display:none}.categories-section{max-width:var(--max-width);margin:0 auto;padding:0 2rem 4rem}.section-title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--navy);margin-bottom:1.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.category-card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border);transition:border-color .15s,box-shadow .15s;cursor:pointer}.category-card:before{display:none}.category-card:hover{border-color:var(--blue);box-shadow:var(--shadow-sm)}.category-emoji{font-size:1.5rem;flex-shrink:0;line-height:1}.category-name{font-weight:600;font-size:.9rem;color:var(--text);flex:1}.category-arrow{font-size:.9rem;color:var(--text-light);transition:color .15s}.category-card:hover .category-arrow{color:var(--blue)}.category-card--disabled{display:flex;flex-direction:row;align-items:center;gap:.85rem;padding:1rem 1.25rem;background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border);opacity:.45;cursor:not-allowed;pointer-events:none}.category-card--disabled .category-emoji{font-size:1.5rem;line-height:1}.category-card--disabled .category-name{font-weight:600;font-size:.9rem;flex:1}.category-coming-soon{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-light);border:1px solid var(--border);border-radius:4px;padding:.1rem .45rem}.value-props{max-width:var(--max-width);margin:0 auto;padding:0 2rem 5rem}.props-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.prop-card{background:var(--bg-card);border-radius:var(--radius-md);padding:1.75rem;border:1px solid var(--border)}.prop-icon{font-size:1.25rem;margin-bottom:.75rem;color:var(--blue);line-height:1}.prop-card h3{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.prop-card p{font-size:.875rem;color:var(--text-secondary);line-height:1.65}.search-page{max-width:var(--max-width);margin:0 auto;padding:2rem}.search-header{margin-bottom:2rem}.search-title{font-size:1.5rem;font-weight:700;color:var(--navy);margin:.5rem 0 .375rem}.search-count{font-size:.9rem;color:var(--text-secondary)}.search-query-text{font-weight:600;color:var(--text)}.category-page{max-width:var(--max-width);margin:0 auto}.category-header{background:var(--navy);padding:2rem 2rem 2.5rem;color:#fff}.category-header-content{max-width:var(--max-width);margin:0 auto}.category-header-emoji{font-size:2.5rem;display:block;margin-bottom:.5rem;line-height:1}.category-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.category-header p{opacity:.7;font-size:.9rem;margin-top:.2rem}.btn-back{display:inline-flex;align-items:center;gap:.25rem;font-size:.85rem;font-weight:500;color:#ffffffbf;padding:.35rem .75rem;border-radius:var(--radius-sm);transition:background .15s,color .15s;margin-bottom:1rem}.btn-back:hover{background:#ffffff1a;color:#fff}.instructors-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;padding:2rem;max-width:var(--max-width);margin:0 auto}.no-instructors{grid-column:1 / -1;text-align:center;padding:3rem;color:var(--text-secondary);font-size:1rem}.instructor-card{display:flex;flex-direction:column;background:var(--bg-card);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);transition:border-color .15s,box-shadow .15s}.instructor-card:hover{border-color:var(--blue-mid);box-shadow:var(--shadow-md)}.instructor-card-photo{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--bg)}.instructor-card-photo img{width:100%;height:100%;object-fit:cover}.instructor-card-rating{position:absolute;top:.75rem;right:.75rem;background:#0000008c;color:#fff;padding:.25rem .6rem;border-radius:4px;font-size:.8rem;font-weight:600}.star{color:#f59e0b}.instructor-card-info{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.3rem;flex:1}.instructor-card-nickname{font-size:1.05rem;font-weight:700;color:var(--navy);letter-spacing:-.01em}.instructor-card-name{font-size:.82rem;color:var(--text-secondary)}.instructor-card-meta{display:flex;gap:1rem;font-size:.78rem;color:var(--text-light);margin-top:.2rem}.instructor-card-specialties{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.specialty-tag{font-size:.7rem;font-weight:600;background:var(--blue-tint);color:var(--blue);padding:.18rem .55rem;border-radius:4px}.instructor-card-price{margin-top:auto;padding-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border);margin-top:.75rem}.price{font-size:1.2rem;font-weight:700;color:var(--navy)}.per-hour{font-size:.8rem;color:var(--text-light)}.btn-primary{display:inline-block;padding:.65rem 1.4rem;background:var(--blue);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit;line-height:1.4}.btn-primary:hover{background:var(--blue-hover)}.btn-secondary{display:inline-block;padding:.65rem 1.25rem;background:transparent;color:var(--navy);border:1px solid var(--border-mid);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit;line-height:1.4}.btn-secondary:hover{background:var(--bg);border-color:var(--navy)}.btn-sm{padding:.4rem .85rem!important;font-size:.8rem!important}.btn-outline{padding:.45rem 1rem;font-size:.875rem;font-weight:500;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.btn-outline:hover{border-color:var(--navy);color:var(--navy)}.profile-page{max-width:740px;margin:0 auto;padding-bottom:5rem}.profile-cover{position:relative;height:220px;overflow:hidden;background:var(--navy)}.cover-img{width:100%;height:100%;object-fit:cover;opacity:.85}.btn-back-overlay{position:absolute;top:1rem;left:1rem;background:#00000059;border-radius:var(--radius-sm);color:#ffffffe6;padding:.35rem .75rem}.btn-back-overlay:hover{background:#0000008c;color:#fff}.profile-header{display:flex;gap:1.5rem;padding:0 2rem;margin-top:-2.5rem;position:relative;z-index:2;align-items:flex-end}.profile-avatar-wrapper{position:relative;flex-shrink:0}.profile-avatar{width:100px;height:100px;border-radius:50%;border:3px solid #fff;object-fit:cover;box-shadow:var(--shadow-sm)}.profile-status{position:absolute;bottom:5px;right:5px;width:14px;height:14px;border-radius:50%;border:2px solid #fff}.profile-status.online{background:#22c55e}.profile-identity{padding-bottom:.4rem}.profile-nickname{font-size:1.6rem;font-weight:700;color:var(--navy);letter-spacing:-.02em;line-height:1.2}.profile-realname{font-size:.875rem;color:var(--text-secondary);margin-top:.1rem}.profile-quick-stats{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.4rem;font-size:.82rem;color:var(--text-secondary)}.quick-stat{display:inline-flex;align-items:center;gap:.2rem}.review-count{color:var(--text-light)}.quick-stat-divider{color:var(--border)}.profile-cta{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2rem;margin:1.5rem 0 0;background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.price-display{display:flex;flex-direction:column;margin-right:auto}.price-amount{font-size:1.4rem;font-weight:700;color:var(--navy)}.price-label{font-size:.72rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em}.profile-section{padding:1.75rem 2rem;border-bottom:1px solid var(--border)}.profile-section:last-child{border-bottom:none}.section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin-bottom:.85rem}.profile-bio{font-size:.95rem;line-height:1.75;color:var(--text-secondary)}.profile-specialties{display:flex;flex-wrap:wrap;gap:.4rem}.specialty-pill{padding:.35rem .85rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:4px;font-size:.82rem;font-weight:500}.certifications-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.cert-item{display:flex;align-items:center;gap:.6rem;padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.875rem;color:var(--text-secondary)}.cert-item:last-child{border-bottom:none}.cert-icon{display:none}.demo-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.demo-media-item{border-radius:var(--radius-md);overflow:hidden;background:#000;border:1px solid var(--border)}.demo-media-item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.demo-media-item--video video{width:100%;aspect-ratio:16/9;display:block;background:#000}.demo-media-caption{padding:.5rem .75rem;font-size:.82rem;font-weight:600;color:var(--text);background:var(--bg-card)}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 2rem}.detail-item{display:flex;flex-direction:column;gap:.15rem}.detail-icon{display:none}.detail-item div{display:flex;flex-direction:column}.detail-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:.1rem}.detail-value{font-size:.875rem;font-weight:500;color:var(--text)}.profile-footer{text-align:center;padding:2.5rem 2rem 2rem;color:var(--text-light);font-size:.8rem}.error-page{text-align:center;padding:5rem 2rem}.error-page h2{margin-bottom:1rem;font-size:1.5rem;color:var(--navy)}.error-page .btn-back{color:var(--blue);font-weight:600;background:none}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem;color:var(--text)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem .85rem;font-size:.9rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;color:var(--text);transition:border-color .15s,box-shadow .15s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1f}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-section{margin-bottom:1.5rem}.form-section-title{font-size:.875rem;font-weight:600;color:var(--navy);margin-bottom:1rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.auth-error{background:#fff1f2;color:#be123c;padding:.65rem .9rem;border-radius:var(--radius-sm);font-size:.85rem;margin-bottom:1rem;border:1px solid #fecdd3}.auth-success{background:#f0fdf4;color:#15803d;padding:.65rem .9rem;border-radius:var(--radius-sm);font-size:.85rem;margin-bottom:1rem;border:1px solid #bbf7d0}.btn-auth-submit{width:100%;padding:.75rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--navy);border:none;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;transition:background .15s}.btn-auth-submit:hover{background:#253a5e}.btn-auth-submit:active{transform:scale(.99)}.auth-switch{text-align:center;margin-top:1.25rem;font-size:.875rem;color:var(--text-secondary)}.auth-switch a{color:var(--blue);font-weight:600}.auth-switch a:hover{text-decoration:underline}.auth-page{max-width:600px;margin:2.5rem auto;padding:0 1rem}.auth-card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}.auth-card--compact{max-width:420px;margin:0 auto}.auth-header{padding:2rem 2rem 1.25rem;border-bottom:1px solid var(--border)}.auth-icon{display:none}.auth-header h1{font-size:1.4rem;font-weight:700;color:var(--navy);letter-spacing:-.02em;margin-bottom:.2rem}.auth-subtitle{color:var(--text-secondary);font-size:.875rem}.auth-form{padding:1.5rem 2rem 2rem}.auth-tabs{display:flex;border-bottom:1px solid var(--border);margin:0 -2rem 1.5rem;padding:0 2rem}.auth-tab{background:none;border:none;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);cursor:pointer;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s}.auth-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.dashboard-page{max-width:740px;margin:0 auto;padding:2rem 1.5rem 5rem}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.dashboard-topbar h1{font-size:1.35rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.dashboard-actions{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard-card{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border);padding:1.75rem;margin-bottom:1.25rem}.dashboard-card-title{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.dashboard-hint{font-size:.85rem;color:var(--text-secondary);margin-bottom:.75rem}.photo-upload-group{display:flex;align-items:center;gap:1rem}.photo-preview-wrap{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid var(--border);transition:border-color .15s;flex-shrink:0}.photo-preview-wrap:hover{border-color:var(--blue)}.photo-preview-wrap img{width:100%;height:100%;object-fit:cover;display:block}.photo-preview-overlay{position:absolute;inset:0;background:#0006;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:600;gap:4px;opacity:0;transition:opacity .15s}.photo-preview-wrap:hover .photo-preview-overlay{opacity:1}.photo-preview-overlay svg{width:20px;height:20px}.photo-upload-hint{font-size:.78rem;color:var(--text-secondary)}.cover-upload-group{display:block}.cover-preview-wrap{position:relative;width:100%;aspect-ratio:2 / 1;border-radius:8px;overflow:hidden;border:2px dashed var(--border);transition:border-color .15s;margin-bottom:.4rem}.cover-preview-wrap:hover{border-color:var(--blue)}.cover-preview-wrap img{width:100%;height:100%;object-fit:cover;display:block}.cover-preview-wrap .photo-preview-overlay{border-radius:8px}.cover-preview-wrap:hover .photo-preview-overlay{opacity:1}.form-section-desc{font-size:.85rem;color:var(--text-secondary);margin:-.5rem 0 .75rem}.demo-grid{display:flex;flex-wrap:wrap;gap:.6rem}.demo-item{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;border:1px solid var(--border);flex-shrink:0}.demo-thumb{width:100%;height:100%;object-fit:cover;display:block}.demo-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;background:#0000008c;color:#fff;border:none;cursor:pointer;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.demo-add{width:100px;height:100px;border-radius:8px;border:2px dashed var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:border-color .15s,color .15s;flex-shrink:0}.demo-add:hover{border-color:var(--blue);color:var(--blue)}.demo-add svg{width:28px;height:28px}.calendar-wrapper{margin-top:.5rem}.calendar-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:.5rem}.cal-nav-btn{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.35rem .75rem;cursor:pointer;font-size:.82rem;font-family:inherit;color:var(--text-secondary);transition:background .15s,border-color .15s,color .15s;flex-shrink:0}.cal-nav-btn:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.cal-week-label{font-weight:600;font-size:.875rem;color:var(--text);text-align:center}.calendar-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.calendar-grid{display:grid;gap:2px;min-width:480px}.cal-day-header{text-align:center;font-size:.68rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;padding-bottom:.3rem;line-height:1.3}.cal-day-header.today{color:var(--blue)}.cal-day-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:.88rem;font-weight:700;color:var(--text);border-radius:50%}.cal-day-header.today .cal-day-num{background:var(--blue);color:#fff}.cal-hour-label{font-size:.62rem;color:var(--text-light);text-align:right;padding-right:.4rem;line-height:34px;white-space:nowrap}.cal-cell{border-radius:3px;transition:opacity .1s;position:relative}.cal-cell.unavailable{background:#f1f5f9}.cal-cell.available{background:#3b82f6;opacity:.7}.cal-cell.booked{background:var(--navy);opacity:.6}.cal-cell-editable{cursor:pointer}.cal-cell-editable:hover{opacity:1!important}.calendar-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.cal-legend{display:flex;flex-wrap:wrap;gap:.75rem}.cal-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-secondary)}.cal-dot{width:10px;height:10px;border-radius:2px;display:inline-block;flex-shrink:0}.cal-dot.available{background:#3b82f6}.cal-dot.booked{background:var(--navy)}.cal-dot.unavailable{background:#f1f5f9;border:1px solid var(--border)}.cal-save-btn{padding:.4rem 1.1rem;font-size:.82rem}.cal-cell.has-location{overflow:visible}.cal-loc-dot{position:absolute;top:1px;right:1px;font-size:.5rem;line-height:1;pointer-events:none}@media(max-width:640px){.calendar-footer{flex-direction:column;align-items:flex-start}}.modal-overlay{position:fixed;inset:0;background:#0f172a80;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-box{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1rem;font-weight:700;color:var(--navy)}.modal-close{background:none;border:none;font-size:1rem;color:var(--text-secondary);cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm);transition:background .15s}.modal-close:hover{background:var(--bg)}.modal-body{padding:1.4rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.1rem}.booking-section-title{font-size:.78rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.65rem}.booking-slots-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.booking-date-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.booking-date-label{font-size:.82rem;font-weight:600;color:var(--text);min-width:88px}.booking-hour-chips{display:flex;flex-wrap:wrap;gap:.35rem}.booking-chip{padding:.28rem .65rem;border:1px solid var(--border-mid);border-radius:4px;background:#fff;color:var(--text);font-size:.8rem;font-weight:500;cursor:pointer;font-family:inherit;transition:background .12s,border-color .12s,color .12s}.booking-chip:hover{background:var(--blue-tint);border-color:var(--blue);color:var(--blue)}.booking-chip.selected{background:var(--blue);border-color:var(--blue);color:#fff}.booking-loading,.booking-empty,.booking-error{font-size:.85rem;color:var(--text-secondary);padding:.4rem 0}.booking-error{color:#be123c}.booking-msg{padding:.65rem .9rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500}.booking-msg.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.booking-msg.error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.booking-submit-btn{align-self:flex-start}.booking-as-label{font-size:.85rem;color:var(--text-secondary)}.booking-request-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);flex-wrap:wrap}.booking-request-info{display:flex;flex-direction:column;gap:.15rem;font-size:.875rem}.booking-contact{color:var(--text-secondary);font-size:.8rem}.booking-datetime{color:var(--blue);font-weight:500;font-size:.82rem}.booking-request-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.booking-status-badge{padding:.2rem .6rem;border-radius:4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.booking-status-pending{background:#fefce8;color:#854d0e;border:1px solid #fde68a}.booking-status-accepted{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.booking-status-rejected{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}#bookings-list{display:flex;flex-direction:column;gap:.5rem}.btn-accept{padding:.28rem .8rem;border:1px solid #bbf7d0;border-radius:var(--radius-sm);background:#f0fdf4;color:#15803d;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s}.btn-accept:hover{background:#dcfce7}.btn-reject{padding:.28rem .8rem;border:1px solid #fecdd3;border-radius:var(--radius-sm);background:#fff1f2;color:#be123c;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s}.btn-reject:hover{background:#ffe4e6}.reviews-loading,.reviews-empty{font-size:.875rem;color:var(--text-secondary);padding:.4rem 0}.review-form-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.75rem}.review-form-title{font-size:.9rem;font-weight:700;color:var(--navy)}.star-picker{display:flex;gap:.2rem}.star-btn{background:none;border:none;font-size:1.6rem;color:var(--border);cursor:pointer;line-height:1;padding:0;transition:color .1s}.star-btn:hover,.star-btn.active{color:#f59e0b}.star-picker-label{font-size:.8rem;color:var(--text-secondary);min-height:1.2em}.review-textarea{width:100%;padding:.6rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:.875rem;color:var(--text);background:var(--bg-card);resize:vertical;transition:border-color .15s}.review-textarea:focus{outline:none;border-color:var(--blue)}.review-msg{padding:.6rem .85rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:500}.review-msg.error{background:#fff1f2;color:#be123c}.review-msg.success{background:#f0fdf4;color:#15803d}.review-submit-btn{align-self:flex-start;padding:.5rem 1.1rem}.reviews-list{display:flex;flex-direction:column;gap:0}.review-item{padding:1rem 0;border-bottom:1px solid var(--border)}.review-item:last-child{border-bottom:none}.review-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.review-meta{display:flex;align-items:center;gap:.6rem}.review-author{font-weight:600;font-size:.875rem;color:var(--text)}.review-stars{font-size:.88rem;color:#f59e0b;letter-spacing:.04em}.review-date{font-size:.75rem;color:var(--text-light)}.review-comment{font-size:.875rem;color:var(--text-secondary);line-height:1.55;margin:0}.reviews-toggle-btn{margin-top:1rem;background:none;border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius-sm);padding:.35rem .9rem;font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.reviews-toggle-btn:hover{border-color:var(--navy);color:var(--navy)}.modal-box--chat{max-height:85vh;display:flex;flex-direction:column}.modal-box--chat .modal-body{padding:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.45rem;min-height:200px;max-height:340px;background:var(--bg)}.chat-empty{font-size:.85rem;color:var(--text-light);text-align:center;padding:2rem 0}.chat-bubble-row{display:flex;flex-direction:column;gap:.15rem}.chat-bubble-row.mine{align-items:flex-end}.chat-bubble-row.theirs{align-items:flex-start}.chat-bubble{max-width:72%;padding:.5rem .85rem;border-radius:14px;font-size:.875rem;line-height:1.45;word-break:break-word;white-space:pre-wrap}.chat-bubble-row.mine .chat-bubble{background:var(--navy);color:#fff;border-bottom-right-radius:3px}.chat-bubble-row.theirs .chat-bubble{background:var(--bg-card);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:3px}.chat-time{font-size:.7rem;color:var(--text-light);padding:0 .2rem}.chat-input-row{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);background:var(--bg-card)}.chat-input{flex:1;padding:.5rem .9rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-family:inherit;background:var(--bg);color:var(--text);transition:border-color .15s}.chat-input:focus{outline:none;border-color:var(--blue)}.chat-send-btn{padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.85rem;white-space:nowrap}.msg-thread-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-radius:var(--radius-sm);cursor:pointer;transition:background .12s;border-bottom:1px solid var(--border)}.msg-thread-item:last-child{border-bottom:none}.msg-thread-item:hover{background:var(--bg);padding-left:.5rem;padding-right:.5rem}.msg-thread-item.unread .msg-thread-name{font-weight:700}.msg-thread-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.msg-thread-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.msg-thread-name{font-size:.9rem;color:var(--text);font-weight:500}.msg-thread-preview{font-size:.8rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-thread-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.msg-thread-time{font-size:.72rem;color:var(--text-light)}.msg-unread-badge{background:var(--blue);color:#fff;border-radius:3px;font-size:.7rem;font-weight:700;padding:.1rem .4rem;min-width:18px;text-align:center}.dash-thread-panel{flex-direction:column;border-top:1px solid var(--border);margin-top:.75rem}.dash-thread-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:.9rem;font-weight:600;color:var(--text)}.dash-thread-back{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem .65rem;font-size:.8rem;cursor:pointer;font-family:inherit;color:var(--text-secondary);transition:border-color .15s,color .15s}.dash-thread-back:hover{border-color:var(--navy);color:var(--navy)}.dash-thread-panel .chat-messages{max-height:280px;border-radius:var(--radius-sm);border:1px solid var(--border)}.account-settings-page{max-width:740px;margin:0 auto;padding:2rem 1.5rem 5rem}.settings-topbar{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.settings-topbar h1{font-size:1.35rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.location-picker{display:flex;flex-direction:column;gap:.4rem;margin-top:.25rem}.location-select{width:100%;padding:.6rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;font-size:.9rem;font-family:inherit;color:var(--text);outline:none;transition:border-color .15s}.location-select:focus{border-color:var(--blue)}@media(max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr)}.instructors-list{grid-template-columns:1fr;padding:1rem}.profile-header{flex-direction:column;align-items:center;text-align:center;margin-top:-2.5rem}.profile-quick-stats{justify-content:center}.profile-cta{flex-direction:column}.price-display{margin-right:0;align-items:center}.profile-cta .btn-primary,.profile-cta .btn-secondary{width:100%;text-align:center}.details-grid{grid-template-columns:1fr}.header-inner{padding:0 1rem}}@media(max-width:600px){.form-row{grid-template-columns:1fr}.auth-form{padding:1.25rem 1.25rem 2rem}.auth-header{padding:1.5rem 1.25rem 1rem}.header-auth{gap:.2rem}.header-link{font-size:.8rem;padding:.3rem .55rem}.tagline{display:none}.dashboard-topbar{flex-direction:column;align-items:flex-start}.hero{padding:3rem 1.25rem 2.5rem}}@media(max-width:480px){.categories-grid,.demo-media-grid{grid-template-columns:1fr}.instructors-list{padding:.75rem}}
