:root{--tm-bg:#f4f6f9;--tm-surface:#fff;--tm-surface-muted:#eef1f6;--tm-text:#475569;--tm-text-strong:#0f172a;--tm-border:#e2e8f0;--tm-primary:#2563eb;--tm-primary-hover:#1d4ed8;--tm-primary-muted:#2563eb1f;--tm-accent:#0d9488;--tm-accent-muted:#0d94881f;--tm-danger:#dc2626;--tm-radius-sm:8px;--tm-radius-md:12px;--tm-radius-lg:16px;--tm-shadow-sm:0 1px 2px #0f172a0f;--tm-shadow-md:0 4px 16px #0f172a14;--tm-shadow-lg:0 12px 40px #0f172a1f;--tm-font:"Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--tm-max-width:1120px;--tm-nav-height:64px;--tm-space-1:.25rem;--tm-space-2:.5rem;--tm-space-3:.75rem;--tm-space-4:1rem;--tm-space-5:1.25rem;--tm-space-6:1.5rem;--tm-space-8:2rem;--tm-space-10:2.5rem;--tm-space-12:3rem;--tm-shell-pad-y:1.75rem;--tm-shell-pad-y-bottom:2.5rem;--tm-shell-pad-x:1.25rem;--tm-shell-pad-x-sm:1rem;--tm-page-bottom:2rem;--tm-page-bottom-loose:2.5rem;--tm-page-header-margin:1.75rem;--tm-section-gap:2.5rem;--tm-section-head-gap:1.25rem;--tm-stack-gap:1.25rem;--tm-grid-gap:1.25rem;--tm-prose-width:42rem;--tm-text-page-title:clamp(1.5rem, 2.5vw, 2rem);--tm-text-section:1.25rem;--tm-text-panel-title:1.125rem;--tm-text-lede:1rem;--tm-text-body:.9375rem;--tm-text-small:.875rem;--tm-elev-card:var(--tm-shadow-md);--tm-elev-muted:var(--tm-shadow-sm)}@media (prefers-color-scheme:dark){:root{--tm-bg:#0f1117;--tm-surface:#181b24;--tm-surface-muted:#22262f;--tm-text:#94a3b8;--tm-text-strong:#f1f5f9;--tm-border:#2d3341;--tm-primary:#60a5fa;--tm-primary-hover:#93c5fd;--tm-primary-muted:#60a5fa26;--tm-accent:#2dd4bf;--tm-accent-muted:#2dd4bf1f;--tm-shadow-sm:0 1px 2px #0003;--tm-shadow-md:0 4px 16px #00000059;--tm-shadow-lg:0 12px 40px #00000073;--tm-elev-card:var(--tm-shadow-md);--tm-elev-muted:var(--tm-shadow-sm)}}.tm-surface-panel{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-elev-muted)}.tm-surface-panel--padded{padding:var(--tm-space-8) var(--tm-space-6)}@media (width>=640px){.tm-surface-panel--padded{padding:var(--tm-space-10) var(--tm-space-8)}}*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{font-family:var(--tm-font);color:var(--tm-text);background:var(--tm-bg);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}#root{flex-direction:column;min-height:100dvh;display:flex}a{color:var(--tm-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{color:var(--tm-text-strong);margin:0;font-weight:600;line-height:1.25}p{margin:0}.tm-notif-bell{flex-shrink:0;position:relative}.tm-notif-bell__trigger{border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);background:var(--tm-surface);width:2.25rem;height:2.25rem;color:var(--tm-text-strong);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s,color .15s;display:inline-flex;position:relative}.tm-notif-bell__trigger:hover{background:var(--tm-surface-muted);border-color:color-mix(in srgb, var(--tm-primary) 28%, var(--tm-border));color:var(--tm-primary)}.tm-notif-bell__trigger:focus-visible{outline:2px solid var(--tm-primary);outline-offset:2px}.tm-notif-bell__trigger--open{background:var(--tm-primary-muted);border-color:color-mix(in srgb, var(--tm-primary) 35%, var(--tm-border));color:var(--tm-primary)}.tm-notif-bell__svg{display:block}.tm-notif-bell__badge{text-align:center;color:#fff;background:var(--tm-primary);min-width:1.1rem;height:1.1rem;box-shadow:0 0 0 2px var(--tm-surface);border-radius:999px;padding:0 .28rem;font-size:.625rem;font-weight:700;line-height:1.1rem;position:absolute;top:-.2rem;right:-.2rem}.tm-notif-panel{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);width:min(22rem,100vw - 2rem);max-height:min(24rem,70dvh);box-shadow:var(--tm-shadow-sm);z-index:60;flex-direction:column;display:flex;position:absolute;top:calc(100% + .45rem);right:0;overflow:hidden}.tm-notif-panel__head{border-bottom:1px solid var(--tm-border);background:color-mix(in srgb, var(--tm-surface-muted) 65%, var(--tm-surface));justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .85rem;display:flex}.tm-notif-panel__title{text-transform:uppercase;letter-spacing:.04em;color:var(--tm-text-strong);margin:0;font-size:.8125rem;font-weight:700}.tm-notif-panel__actions{flex-shrink:0}.tm-notif-panel__linkish{color:var(--tm-primary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.2rem .25rem;font-family:inherit;font-size:.75rem;font-weight:600;text-decoration:underline}.tm-notif-panel__linkish:hover:not(:disabled){color:var(--tm-primary-hover,var(--tm-primary))}.tm-notif-panel__linkish:disabled{opacity:.45;cursor:not-allowed;text-decoration:none}.tm-notif-panel__state{color:var(--tm-text);text-align:center;margin:0;padding:1rem .85rem;font-size:.875rem}.tm-notif-panel__state--error{text-align:left}.tm-notif-panel__retry{border-radius:var(--tm-radius-sm);border:1px solid var(--tm-border);background:var(--tm-surface);cursor:pointer;margin-top:.5rem;padding:.35rem .65rem;font-family:inherit;font-size:.8125rem;font-weight:600}.tm-notif-panel__retry:hover{background:var(--tm-surface-muted)}.tm-notif-panel__list{flex:1;min-height:0;margin:0;padding:.35rem 0;list-style:none;overflow-y:auto}.tm-notif-item{text-align:left;border:none;border-bottom:1px solid color-mix(in srgb, var(--tm-border) 80%, transparent);cursor:pointer;background:0 0;flex-direction:column;align-items:stretch;gap:.2rem;width:100%;padding:.65rem .85rem;font-family:inherit;transition:background .12s;display:flex}.tm-notif-item:last-child{border-bottom:none}.tm-notif-item:hover{background:var(--tm-surface-muted)}.tm-notif-item--unread{background:color-mix(in srgb, var(--tm-primary-muted) 55%, var(--tm-surface))}.tm-notif-item--unread:hover{background:color-mix(in srgb, var(--tm-primary-muted) 75%, var(--tm-surface-muted))}.tm-notif-item__title{color:var(--tm-text-strong);font-size:.875rem;font-weight:600;line-height:1.3}.tm-notif-item__msg{color:var(--tm-text);font-size:.8125rem;line-height:1.4}.tm-notif-item__time{color:var(--tm-text);opacity:.75;font-size:.6875rem;font-weight:500}.matchademy-logo{flex-shrink:0;align-items:center;gap:.72rem;display:inline-flex}.matchademy-logo--icon{justify-content:center;align-items:center;display:inline-flex}.matchademy-mark{flex-shrink:0;display:block}.matchademy-logo__wordmark{font-family:var(--tm-font);letter-spacing:-.035em;align-items:baseline;font-size:1.0625rem;font-weight:700;line-height:1.05;display:inline-flex}.matchademy-logo__word{color:var(--tm-text-strong)}.matchademy-logo__word--muted{color:color-mix(in srgb, var(--tm-text-strong) 70%, var(--tm-text) 30%);font-weight:600}.tm-nav__brand--logo:hover .matchademy-logo__word{color:var(--tm-primary)}.tm-nav__brand--logo:hover .matchademy-logo__word--muted{color:color-mix(in srgb, var(--tm-primary) 78%, var(--tm-text) 22%)}.tm-auth__brand--logo:hover .matchademy-logo__word{color:var(--tm-primary)}.tm-auth__brand--logo:hover .matchademy-logo__word--muted{color:color-mix(in srgb, var(--tm-primary) 78%, var(--tm-text) 22%)}.tm-nav{z-index:50;min-height:var(--tm-nav-height);background:color-mix(in srgb, var(--tm-surface) 92%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--tm-border);position:sticky;top:0}.tm-nav__inner{max-width:var(--tm-max-width);min-height:var(--tm-nav-height);flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin:0 auto;padding:0 1.25rem;display:flex}@media (width>=768px){.tm-nav__inner{flex-wrap:nowrap;column-gap:1.25rem;padding-inline:1.35rem}}.tm-nav__brand{color:var(--tm-text-strong);letter-spacing:-.02em;flex-shrink:0;font-size:1.125rem;font-weight:700;text-decoration:none}.tm-nav__brand--logo{align-items:center;min-height:2.5rem;display:inline-flex}.tm-nav__brand--logo .matchademy-mark{width:38px;height:38px}.tm-nav__brand--logo .matchademy-logo{gap:.72rem}.tm-nav__brand--logo .matchademy-logo__wordmark{font-size:1.0625rem;line-height:1.05}.tm-nav__brand:hover{color:var(--tm-primary);text-decoration:none}.tm-nav__menu-btn{color:var(--tm-text-strong);background:var(--tm-surface-muted);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);cursor:pointer;align-items:center;gap:.35rem;margin-left:auto;padding:.45rem .65rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.tm-nav__menu-btn:hover{background:color-mix(in srgb, var(--tm-primary-muted) 55%, var(--tm-surface-muted));border-color:color-mix(in srgb, var(--tm-primary) 28%, var(--tm-border))}.tm-nav__menu-btn[aria-expanded=true]{color:var(--tm-primary);border-color:color-mix(in srgb, var(--tm-primary) 35%, var(--tm-border));background:var(--tm-primary-muted)}.tm-nav__menu-icon{font-size:1.1rem;line-height:1}@media (width>=768px){.tm-nav__menu-btn{display:none}}.tm-nav__links{flex:1;align-items:center;gap:.25rem;min-width:0;margin-left:0;display:none}@media (width>=768px){.tm-nav__links{display:flex}}.tm-nav__link{border-radius:var(--tm-radius-sm);color:var(--tm-text);white-space:nowrap;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s}.tm-nav__link:hover{background:var(--tm-surface-muted);color:var(--tm-text-strong);text-decoration:none}.tm-nav__link--active{color:var(--tm-primary);background:var(--tm-primary-muted);box-shadow:inset 0 -2px 0 var(--tm-primary);font-weight:600}.tm-nav__link--with-msg-badge{padding-right:1.4rem;position:relative}.tm-nav__msg-badge{text-align:center;color:#fff;background:var(--tm-primary);pointer-events:none;border-radius:999px;min-width:1.1rem;height:1.1rem;padding:0 .28rem;font-size:.65rem;font-weight:700;line-height:1.1rem;position:absolute;top:.12rem;right:.15rem}.tm-nav__mobile{border-top:1px solid var(--tm-border);background:color-mix(in srgb, var(--tm-surface) 96%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;display:none}.tm-nav__mobile.tm-nav__mobile--open{display:block}@media (width>=768px){.tm-nav__mobile{display:none!important}}.tm-nav__mobile-inner{max-width:var(--tm-max-width);flex-direction:column;gap:.2rem;margin:0 auto;padding:.65rem 1.25rem 1rem;display:flex}.tm-nav__mobile-inner .tm-nav__link{padding:.65rem .75rem}.tm-nav__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.65rem;margin-left:auto;display:flex}@media (width<=767px){.tm-nav__actions{border-top:1px solid #0000;width:100%;margin-left:0;padding-bottom:.5rem}.tm-nav__inner{padding-bottom:.35rem}}.tm-nav__user{color:var(--tm-text-strong);text-overflow:ellipsis;white-space:nowrap;max-width:9rem;font-size:.8125rem;font-weight:600;overflow:hidden}@media (width<=767px){.tm-nav__user{display:none}}.tm-nav__mobile-auth{border-top:1px solid var(--tm-border);flex-direction:column;gap:.35rem;margin-top:.75rem;padding-top:.75rem;display:flex}.tm-nav__mobile-user{color:var(--tm-text-strong);margin:0;font-size:.875rem;font-weight:600}.tm-nav__mobile-role{text-transform:uppercase;letter-spacing:.04em;color:var(--tm-primary);margin:0;font-size:.75rem;font-weight:600}.tm-nav__signout--block{align-self:flex-start;margin-top:.25rem}.tm-nav__role-wrap{align-items:center;gap:.35rem;display:flex}.tm-nav__role-label{text-transform:uppercase;letter-spacing:.04em;color:var(--tm-text);white-space:nowrap;font-size:.6875rem;font-weight:600}.tm-nav__role-select{color:var(--tm-text-strong);border-radius:var(--tm-radius-sm);border:1px solid var(--tm-border);background:var(--tm-surface);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-position:right .4rem center;background-repeat:no-repeat;max-width:7.5rem;padding:.35rem 1.75rem .35rem .5rem;font-family:inherit;font-size:.8125rem;font-weight:500}.tm-nav__role-select:hover{border-color:color-mix(in srgb, var(--tm-primary) 35%, var(--tm-border))}.tm-nav__role-select:focus{outline:2px solid var(--tm-primary);outline-offset:1px}.tm-nav__badge{text-transform:uppercase;letter-spacing:.04em;color:var(--tm-primary);background:var(--tm-primary-muted);border:1px solid color-mix(in srgb, var(--tm-primary) 22%, var(--tm-border));white-space:nowrap;border-radius:999px;padding:.25rem .5rem;font-size:.6875rem;font-weight:700}.tm-nav__signout{color:var(--tm-text-strong);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);cursor:pointer;background:0 0;padding:.4rem .65rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s}.tm-nav__signout:hover{background:var(--tm-surface-muted);border-color:var(--tm-text)}.tm-nav__action-link{color:var(--tm-text-strong);border-radius:var(--tm-radius-sm);padding:.5rem .65rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.tm-nav__action-link:hover{background:var(--tm-surface-muted);text-decoration:none}.tm-nav__action-link--active{color:var(--tm-primary);font-weight:600}.tm-nav__cta{color:#fff;background:var(--tm-primary);border-radius:var(--tm-radius-sm);box-shadow:var(--tm-shadow-sm);padding:.5rem .85rem;font-size:.875rem;font-weight:600;text-decoration:none}.tm-nav__cta:hover{background:var(--tm-primary-hover);text-decoration:none}.tm-footer{border-top:1px solid var(--tm-border);background:var(--tm-surface);margin-top:auto;padding:1.5rem 1.25rem}.tm-footer__inner{max-width:var(--tm-max-width);flex-direction:column;align-items:flex-start;gap:1rem;margin:0 auto;display:flex}@media (width>=640px){.tm-footer__inner{flex-direction:row;justify-content:space-between;align-items:center}}.tm-footer__copy{color:var(--tm-text);margin:0;font-size:.875rem}.tm-footer__nav{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.tm-footer__nav a{color:var(--tm-text)}.tm-footer__nav a:hover{color:var(--tm-primary)}.tm-footer__sep{color:var(--tm-border);-webkit-user-select:none;user-select:none}.tm-shell{flex-direction:column;min-height:100dvh;display:flex}.tm-shell__main{padding:var(--tm-shell-pad-y) 0 var(--tm-shell-pad-y-bottom);flex:1}@media (width>=640px){.tm-shell__main{padding:var(--tm-space-8) 0 var(--tm-shell-pad-y-bottom)}}.tm-shell__content{max-width:var(--tm-max-width);padding:0 var(--tm-shell-pad-x-sm);width:100%;margin:0 auto}@media (width>=480px){.tm-shell__content{padding:0 var(--tm-shell-pad-x)}}.tm-auth{background:var(--tm-bg);flex-direction:column;min-height:100dvh;display:flex}.tm-auth__bar{padding:var(--tm-space-4) var(--tm-shell-pad-x-sm);border-bottom:1px solid var(--tm-border);background:var(--tm-surface);justify-content:space-between;align-items:center;display:flex}@media (width>=480px){.tm-auth__bar{padding-inline:var(--tm-shell-pad-x)}}.tm-auth__brand{color:var(--tm-text-strong);letter-spacing:-.02em;font-size:1.125rem;font-weight:700;text-decoration:none}.tm-auth__brand--logo{align-items:center;display:inline-flex}.tm-auth__brand--logo .matchademy-mark{width:38px;height:38px}.tm-auth__brand--logo .matchademy-logo{gap:.72rem}.tm-auth__brand--logo .matchademy-logo__wordmark{line-height:1.05}.tm-auth__brand:hover{color:var(--tm-primary);text-decoration:none}.tm-auth__hint{color:var(--tm-text);font-size:.875rem;text-decoration:none}.tm-auth__hint:hover{color:var(--tm-primary);text-decoration:underline}.tm-auth__body{padding:var(--tm-space-8) var(--tm-shell-pad-x-sm) var(--tm-space-12);flex:1;justify-content:center;align-items:center;display:flex}@media (width>=480px){.tm-auth__body{padding-inline:var(--tm-shell-pad-x)}}.tm-auth-boot{flex:1;justify-content:center;align-items:center;min-height:40vh;padding:2rem;display:flex}.tm-auth-boot__inner{color:var(--tm-text);flex-direction:column;align-items:center;gap:.75rem;display:flex}.tm-auth-boot__dot{border:2px solid var(--tm-border);border-top-color:var(--tm-primary);border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite tm-auth-boot-spin}.tm-auth-boot__text{margin:0;font-size:.9375rem}@keyframes tm-auth-boot-spin{to{transform:rotate(360deg)}}.tm-section{margin-bottom:var(--tm-section-gap)}.tm-section__header{margin-bottom:var(--tm-section-head-gap);text-align:left}.tm-section__title{font-size:var(--tm-text-section);letter-spacing:-.02em;margin-bottom:var(--tm-space-2);font-weight:700}.tm-section__subtitle{font-size:var(--tm-text-body);color:var(--tm-text);max-width:var(--tm-prose-width);line-height:1.55}.tm-section__body{text-align:left}.tm-section--center .tm-section__header{text-align:center;max-width:var(--tm-prose-width);margin-inline:auto}.tm-section--center .tm-section__subtitle{margin-inline:auto}.tm-section--center .tm-section__body{text-align:center}.tm-btn{justify-content:center;align-items:center;gap:var(--tm-space-2);font-family:inherit;font-size:var(--tm-text-body);border-radius:var(--tm-radius-sm);cursor:pointer;border:none;padding:.65rem 1.25rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s,border-color .15s;display:inline-flex}.tm-btn:disabled{opacity:.55;cursor:not-allowed}.tm-btn:focus-visible{outline:2px solid var(--tm-primary);outline-offset:2px}.tm-btn--primary{background:var(--tm-primary);color:#fff;box-shadow:var(--tm-elev-muted)}.tm-btn--primary:hover:not(:disabled){background:var(--tm-primary-hover)}.tm-btn--secondary{background:var(--tm-surface);color:var(--tm-text-strong);border:1px solid var(--tm-border);box-shadow:var(--tm-elev-muted)}.tm-btn--secondary:hover:not(:disabled){background:var(--tm-surface-muted)}.tm-btn--ghost{color:var(--tm-primary);background:0 0}.tm-btn--ghost:hover:not(:disabled){background:var(--tm-primary-muted)}.tm-btn--block{width:100%}.tutor-card{--tutor-card-avatar-size:7.75rem;--tutor-card-avatar-ring:1px;--tutor-card-avatar-overlap:.32;background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-elev-card);text-align:left;flex-direction:column;transition:box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.tutor-card:hover{box-shadow:var(--tm-shadow-lg);border-color:color-mix(in srgb, var(--tm-primary) 22%, var(--tm-border))}.tutor-card__hero{z-index:0;position:relative}.tutor-card__media{isolation:isolate;aspect-ratio:16/9;background:radial-gradient(ellipse 82% 56% at 50% -20%, color-mix(in srgb, var(--tm-primary) 24%, transparent) 0%, transparent 48%), linear-gradient(172deg, #121a28 0%, color-mix(in srgb, var(--tm-primary) 14%, #0e1522) 42%, color-mix(in srgb, var(--tm-primary) 8%, #0a0f18) 100%);min-height:6.5rem;position:relative}.tutor-card__media:after{content:"";pointer-events:none;background:linear-gradient(to bottom, transparent 0%, transparent 48%, color-mix(in srgb, var(--tm-surface) 22%, transparent) 78%, color-mix(in srgb, var(--tm-surface) 88%, transparent) 92%, var(--tm-surface) 100%);position:absolute;inset:0}.tutor-card__avatar{z-index:2;width:var(--tutor-card-avatar-size);height:var(--tutor-card-avatar-size);transform:translate(-50%, calc(var(--tutor-card-avatar-overlap) * 100%));background:linear-gradient(145deg, var(--tm-primary-muted) 0%, var(--tm-accent-muted) 100%);border:var(--tutor-card-avatar-ring) solid color-mix(in srgb, var(--tm-surface) 92%, var(--tm-border));box-shadow:0 0 0 1px color-mix(in srgb, var(--tm-surface) 55%, transparent), 0 1px 4px #0000002e;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:50%;overflow:hidden}.tutor-card__avatar-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.tutor-card__initials{color:var(--tm-primary);letter-spacing:.04em;-webkit-user-select:none;user-select:none;font-size:2.125rem;font-weight:700}.tutor-card__body{z-index:1;padding:1.25rem;padding-top:calc(var(--tutor-card-avatar-size) * var(--tutor-card-avatar-overlap) + .9rem);flex-direction:column;flex:1;gap:.35rem;display:flex;position:relative}.tutor-card__name{color:var(--tm-text-strong);margin:0;font-size:1.0625rem;font-weight:600;line-height:1.3}.tutor-card__subject{text-transform:uppercase;letter-spacing:.04em;color:var(--tm-accent);margin:0;font-size:.8125rem;font-weight:600}.tutor-card__badges{flex-wrap:wrap;gap:.35rem;margin:.4rem 0 0;padding:0;list-style:none;display:flex}.tutor-card__badge{letter-spacing:.02em;border:1px solid color-mix(in srgb, var(--tm-border) 75%, transparent);color:color-mix(in srgb, var(--tm-text) 90%, transparent);background:color-mix(in srgb, var(--tm-primary) 6%, var(--tm-surface));border-radius:999px;padding:.2rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.25}.tutor-card__meta{color:var(--tm-text);flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.875rem;display:flex}.tutor-card__rating{color:var(--tm-text-strong);align-items:center;gap:.2rem;font-weight:600;display:inline-flex}.tutor-card__star{color:#f59e0b;font-size:.95rem;line-height:1}.tutor-card__sep{color:var(--tm-border);-webkit-user-select:none;user-select:none}.tutor-card__location{min-width:0}.tutor-card__price{color:var(--tm-text-strong);margin:.35rem 0 0;font-size:.9375rem;font-weight:600}.tutor-card__intro{color:var(--tm-text);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:.5rem 0 0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.tutor-card__cta{justify-content:center;width:100%;margin-top:1rem}.tutor-card__cta:hover{text-decoration:none}.trust-pillar{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-shadow-sm);text-align:left;padding:1.5rem}.trust-pillar__icon{border-radius:var(--tm-radius-sm);background:var(--tm-primary-muted);width:2.75rem;height:2.75rem;color:var(--tm-primary);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.trust-pillar__icon svg{flex-shrink:0;width:1.35rem;height:1.35rem}.trust-pillar__title{color:var(--tm-text-strong);margin:0 0 .5rem;font-size:1.0625rem;font-weight:600;line-height:1.3}.trust-pillar__text{color:var(--tm-text);margin:0;font-size:.9375rem;line-height:1.55}.home-page{padding-bottom:var(--tm-page-bottom-loose)}.home-page--authed .home-section.home-featured,.home-page--authed .home-section.home-recommended,.home-page--authed .home-section.home-recent{margin-bottom:2.75rem}@media (width>=768px){.home-page--authed .home-section.home-featured,.home-page--authed .home-section.home-recommended,.home-page--authed .home-section.home-recent{margin-bottom:3rem}}.home-authed-browse{margin-bottom:2.5rem}.home-authed-browse__inner{text-align:center;background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);max-width:28rem;box-shadow:var(--tm-shadow-md);margin:0 auto;padding:1.75rem 1.5rem 2rem}.home-authed-browse__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.home-authed-browse__text{color:var(--tm-text);margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55}.home-authed-browse__cta,.home-authed-browse__cta:hover{text-decoration:none}.home-hero--loading .home-hero__content{align-items:center;min-height:8rem;display:flex}.home-hero__loading{font-size:var(--tm-text-body);color:var(--tm-text);margin:0}.home-hero__quick{flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin-top:1.35rem;display:flex}.home-hero__quick-pill{min-height:2.5rem;color:var(--tm-text-strong);background:color-mix(in srgb, var(--tm-surface) 88%, transparent);border:1px solid var(--tm-border);border-radius:999px;align-items:center;padding:.45rem .9rem;font-size:.8125rem;font-weight:600;line-height:1.25;text-decoration:none;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.home-hero__quick-pill:hover{border-color:color-mix(in srgb, var(--tm-primary) 35%, var(--tm-border));background:var(--tm-surface);text-decoration:none}.home-recommended-empty{justify-content:center;padding:.35rem 0 0;display:flex}.home-recommended-empty__cta,.home-recommended-empty__cta:hover{text-decoration:none}.home-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-hero{text-align:left;margin:0 calc(-1 * var(--tm-shell-pad-x-sm)) 2.5rem;padding:1.35rem 0 2.75rem;padding-left:var(--tm-shell-pad-x-sm);padding-right:var(--tm-shell-pad-x-sm);border-radius:0 0 var(--tm-radius-lg) var(--tm-radius-lg);background:linear-gradient(165deg, color-mix(in srgb, var(--tm-primary-muted) 85%, transparent) 0%, transparent 55%), var(--tm-bg);border-bottom:1px solid var(--tm-border)}@media (width>=480px){.home-hero{margin-left:calc(-1 * var(--tm-shell-pad-x));margin-right:calc(-1 * var(--tm-shell-pad-x));padding-left:var(--tm-shell-pad-x);padding-right:var(--tm-shell-pad-x)}}@media (width>=768px){.home-hero{margin-bottom:2.5rem;padding-top:2.25rem;padding-bottom:3.25rem}}.home-hero__content{max-width:var(--tm-prose-width);padding-top:.2rem}.home-hero__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--tm-accent);margin:0 0 .5rem;font-size:.8125rem;font-weight:700}.home-hero__slogan{letter-spacing:.02em;color:color-mix(in srgb, var(--tm-text-strong) 92%, var(--tm-accent));margin:0 0 1.25rem;font-size:.9375rem;font-weight:600}.home-hero__title{letter-spacing:-.03em;max-width:20ch;color:var(--tm-text-strong);margin:0 0 1.2rem;font-size:clamp(2rem,4.5vw,2.75rem);line-height:1.14}.home-hero__text{color:var(--tm-text);max-width:36rem;margin:0 0 1.75rem;font-size:1.0625rem;line-height:1.65}.home-hero__search{flex-direction:column;gap:.75rem;margin-bottom:0;display:flex}@media (width>=520px){.home-hero__search{flex-direction:row;align-items:stretch;gap:.85rem;max-width:32rem}}.home-hero__search-input{min-width:0;color:var(--tm-text-strong);background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);box-shadow:var(--tm-elev-muted);flex:1;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.home-hero__search-input::placeholder{color:var(--tm-text);opacity:.75}.home-hero__search-input:hover{border-color:color-mix(in srgb, var(--tm-text) 25%, var(--tm-border))}.home-hero__search-input:focus{border-color:var(--tm-primary);box-shadow:0 0 0 3px var(--tm-primary-muted);outline:none}.home-hero__search-submit{flex-shrink:0;padding-left:1.35rem;padding-right:1.35rem}@media (width>=520px){.home-hero__search-submit{width:auto}}.home-hero__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.35rem;margin-bottom:0;display:flex}.home-hero__cta-primary,.home-hero__cta-secondary{text-align:center}.home-hero__note{color:var(--tm-text);margin:1.15rem 0 0;font-size:.9375rem}.home-hero__inline{font-weight:600;text-decoration:none}.home-hero__inline:hover{text-decoration:underline}.home-trust{margin-bottom:2.25rem}.home-trust__inner{text-align:center;width:100%;margin:0 auto}.home-trust__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.375rem,2.5vw,1.625rem)}.home-trust__lede{color:var(--tm-text);max-width:36rem;margin:0 auto 2rem;font-size:1rem;line-height:1.55}.home-trust__grid{text-align:left;gap:1rem;display:grid}@media (width>=720px){.home-trust__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.home-section.home-featured,.home-section.home-recent{margin-bottom:2.5rem}.home-section.home-recommended{background:linear-gradient(165deg, color-mix(in srgb, var(--tm-primary-muted) 55%, transparent) 0%, transparent 65%), var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-shadow-md);padding:1.75rem 1.25rem 2rem}@media (width>=640px){.home-section.home-recommended{padding-left:1.75rem;padding-right:1.75rem}}.home-recommended__loading{color:var(--tm-text);text-align:center;margin:.35rem 0 0;font-size:1.0625rem;line-height:1.55}.home-featured__grid{text-align:start;gap:1.25rem;margin-top:.25rem;display:grid}@media (width>=640px){.home-featured__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.home-featured__grid{grid-template-columns:repeat(3,1fr)}}.home-featured__footer{justify-content:center;margin-top:1.35rem;display:flex}.home-featured__browse,.home-featured__browse:hover{text-decoration:none}.home-featured__state{font-size:var(--tm-text-body);color:var(--tm-text);text-align:center;margin:0}.home-featured__state--error{color:var(--tm-danger)}.home-featured__grid--recent{max-width:72rem;margin-left:auto;margin-right:auto}.home-how{margin-bottom:2.5rem}.home-how__inner{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-shadow-md);text-align:center;padding:1.75rem 1.5rem 2rem}@media (width>=640px){.home-how__inner{padding:2rem 2rem 2.25rem}}.home-how__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .35rem;font-size:clamp(1.375rem,2.5vw,1.625rem)}.home-how__subtitle{color:var(--tm-text);max-width:28rem;margin:0 auto 1.75rem;font-size:.9375rem;line-height:1.5}.home-how__steps{text-align:left;gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=800px){.home-how__steps{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.home-how__step{align-items:flex-start;gap:1rem;margin:0;display:flex}.home-how__step-num{background:var(--tm-primary-muted);width:2.25rem;height:2.25rem;color:var(--tm-primary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:700;line-height:1;display:flex}.home-how__step-body{min-width:0}.home-how__step-title{color:var(--tm-text-strong);margin:0 0 .35rem;font-size:1.0625rem;font-weight:600}.home-how__step-text{color:var(--tm-text);margin:0;font-size:.9375rem;line-height:1.55}.home-final{margin-top:.5rem}.home-final__card{background:linear-gradient(135deg, color-mix(in srgb, var(--tm-primary-muted) 70%, var(--tm-surface)) 0%, var(--tm-surface) 50%);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-shadow-md);text-align:center;max-width:36rem;margin:0 auto;padding:2rem 1.5rem}@media (width>=640px){.home-final__card{padding:2.25rem 2rem}}.home-final__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.35rem,2.5vw,1.6rem)}.home-final__text{color:var(--tm-text);margin:0 0 1.5rem;font-size:1rem;line-height:1.55}.home-final__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.home-final__actions a,.home-final__actions a:hover{text-decoration:none}.tm-card{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-elev-card)}.tm-card--padded{padding:var(--tm-space-6)}@media (width>=640px){.tm-card--padded{padding:var(--tm-space-8)}}.tm-input-wrap{text-align:left;flex-direction:column;gap:.35rem;display:flex}.tm-input-label{color:var(--tm-text-strong);font-size:.875rem;font-weight:600}.tm-input{width:100%;color:var(--tm-text-strong);background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);padding:.7rem .9rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.tm-input::placeholder{color:var(--tm-text);opacity:.7}.tm-input:hover:not(:disabled){border-color:var(--tm-text);opacity:.9}.tm-input:focus{border-color:var(--tm-primary);box-shadow:0 0 0 3px var(--tm-primary-muted);outline:none}.tm-input--error{border-color:var(--tm-danger)}.tm-input--error:focus{box-shadow:0 0 0 3px #dc262633}.tm-input-error{color:var(--tm-danger);font-size:.8125rem}.login-page{align-items:start;gap:2rem;width:100%;max-width:920px;display:grid}@media (width>=900px){.login-page{grid-template-columns:1fr minmax(340px,400px);gap:3rem}}.login-page__intro{text-align:left}.login-page__headline{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem)}.login-page__lede{color:var(--tm-text);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.6}.login-page__trust{color:var(--tm-text);margin:0;padding-left:1.25rem;font-size:.9375rem;line-height:1.7}.login-page__trust li::marker{color:var(--tm-accent)}.login-page__card{width:100%;max-width:440px;margin-inline:auto}.login-page__card-top{text-align:left;margin-bottom:1.5rem}.login-page__form-title{margin-bottom:.25rem;font-size:1.25rem}.login-page__form-sub{color:var(--tm-text);margin:0;font-size:.875rem}.login-page__form{flex-direction:column;gap:1.1rem;display:flex}.login-page__alert{color:var(--tm-danger);border-radius:var(--tm-radius-sm);text-align:left;background:#dc262614;border:1px solid #dc262640;margin:0 0 1rem;padding:.75rem .9rem;font-size:.875rem;line-height:1.45}.login-page__alert-list{margin:.5rem 0 0;padding-left:1.1rem}.login-page__alert-list li{margin-top:.25rem}.login-page__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:-.15rem;display:flex}.login-page__remember{color:var(--tm-text-strong);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.login-page__remember input{width:1rem;height:1rem;accent-color:var(--tm-primary);border-radius:4px}.login-page__forgot{font-size:.875rem;font-weight:500;text-decoration:none}.login-page__forgot:hover{text-decoration:underline}.login-page__footer{border-top:1px solid var(--tm-border);color:var(--tm-text);text-align:center;margin-top:1.5rem;padding-top:1.25rem;font-size:.9375rem}.login-page__inline-link{font-weight:600;text-decoration:none}.login-page__inline-link:hover{text-decoration:underline}.login-page__guest{color:var(--tm-text);text-align:center;margin:.85rem 0 0;font-size:.875rem}.register-page{text-align:left;width:100%;max-width:440px}.register-page__head{margin-bottom:1.5rem}.register-page__title{margin-bottom:.35rem;font-size:clamp(1.5rem,3vw,1.75rem)}.register-page__desc{color:var(--tm-text);margin:0;font-size:.9375rem;line-height:1.55}.register-page__form{flex-direction:column;gap:1.1rem;display:flex}.register-page__alert{color:var(--tm-danger);border-radius:var(--tm-radius-sm);background:#dc262614;border:1px solid #dc262640;margin:0 0 1rem;padding:.75rem .9rem;font-size:.875rem;line-height:1.45}.register-page__alert-list{margin:.5rem 0 0;padding-left:1.1rem}.register-page__alert-list li{margin-top:.25rem}.register-page__field{flex-direction:column;gap:.35rem;display:flex}.register-page__label{color:var(--tm-text-strong);font-size:.875rem;font-weight:600}.register-page__select{width:100%;color:var(--tm-text-strong);background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);padding:.65rem .75rem;font-family:inherit;font-size:1rem}.register-page__select:focus{outline:2px solid var(--tm-primary-muted);outline-offset:1px;border-color:var(--tm-primary)}.register-page__select:disabled{opacity:.65;cursor:not-allowed}.register-page__footer{color:var(--tm-text);text-align:center;margin:1rem 0 0;font-size:.9375rem}.register-page__link{color:var(--tm-primary);font-weight:600;text-decoration:none}.register-page__link:hover{text-decoration:underline}.register-page__browse{text-align:center;margin:.85rem 0 0;font-size:.875rem}.register-page__browse-link{color:var(--tm-primary);font-weight:600;text-decoration:none}.register-page__browse-link:hover{text-decoration:underline}.role-page{width:100%;max-width:720px}.role-page__header{text-align:left;margin-bottom:1.5rem}.role-page__title{margin-bottom:.35rem;font-size:clamp(1.5rem,3vw,1.75rem)}.role-page__sub{color:var(--tm-text);margin:0;font-size:.9375rem}.role-page__grid{gap:1rem;display:grid}@media (width>=560px){.role-page__grid{grid-template-columns:1fr 1fr}}.role-card{text-align:left;flex-direction:column;align-items:flex-start;gap:.5rem;min-height:180px;display:flex}.role-card__title{font-size:1.125rem}.role-card__text{color:var(--tm-text);flex:1;margin:0;font-size:.9375rem;line-height:1.5}.role-card__link{margin-top:.5rem;font-size:.9375rem;font-weight:600;text-decoration:none}.role-card__link:hover{text-decoration:underline}.role-page__footer{text-align:center;margin:1.5rem 0 0;font-size:.875rem}.role-page__footer-link{color:var(--tm-primary);font-weight:600;text-decoration:none}.role-page__footer-link:hover{text-decoration:underline}.student-dash{max-width:var(--tm-max-width);padding:0 var(--tm-shell-pad-x-sm) var(--tm-page-bottom-loose);text-align:left;margin:0 auto}@media (width>=640px){.student-dash{padding-left:var(--tm-shell-pad-x);padding-right:var(--tm-shell-pad-x)}}.student-dash__breadcrumb{margin-bottom:var(--tm-space-4);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.875rem;display:flex}.student-dash__crumb{color:var(--tm-text);font-weight:500;text-decoration:none}.student-dash__crumb:hover{color:var(--tm-primary);text-decoration:underline}.student-dash__crumb-sep{color:var(--tm-border);-webkit-user-select:none;user-select:none}.student-dash__crumb-current{color:var(--tm-text-strong);font-weight:600}.student-dash__hero{gap:var(--tm-space-5);padding:var(--tm-space-5) var(--tm-space-5);margin-bottom:var(--tm-section-gap);border:1px solid color-mix(in srgb, var(--tm-border) 85%, #ffffff0d);background:linear-gradient(135deg, color-mix(in srgb, var(--tm-surface) 88%, var(--tm-primary-muted)) 0%, var(--tm-surface) 45%, color-mix(in srgb, var(--tm-surface) 92%, var(--tm-accent-muted)) 100%);box-shadow:var(--tm-shadow-md);border-radius:20px;flex-direction:column;display:flex}@media (width>=768px){.student-dash__hero{justify-content:space-between;align-items:flex-start;gap:var(--tm-space-6);flex-direction:row}}.student-dash__title{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-page-title);letter-spacing:-.03em;color:var(--tm-text-strong);font-weight:800;line-height:1.15}.student-dash__subtitle{margin:0 0 var(--tm-space-3);font-size:var(--tm-text-lede);color:var(--tm-text);max-width:36rem;line-height:1.55}.student-dash__greeting{font-size:var(--tm-text-body);color:var(--tm-text-strong);margin:0;font-weight:600}.student-dash__greeting-emoji{font-style:normal}.student-dash__hero-actions{gap:var(--tm-space-3);flex-direction:column;flex-shrink:0;width:100%;display:flex}@media (width>=768px){.student-dash__hero-actions{align-items:stretch;width:auto;min-width:12rem}}.student-dash__hero-btn{white-space:nowrap;justify-content:center;text-decoration:none}.student-dash__hero-btn:hover{text-decoration:none}.student-dash__section{margin-bottom:var(--tm-section-gap)}.student-dash__section--recent{margin-bottom:var(--tm-space-6)}.student-dash__section-title{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-section);color:var(--tm-text-strong);letter-spacing:-.02em;font-weight:700}.student-dash__section-lede{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-body);color:var(--tm-text);max-width:var(--tm-prose-width);line-height:1.55}.student-dash__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.student-dash__stats{gap:var(--tm-space-3);grid-template-columns:1fr;display:grid}@media (width>=640px){.student-dash__stats{grid-template-columns:repeat(3,1fr)}}.student-dash__stat-card{padding:var(--tm-space-4) var(--tm-space-5);border:1px solid color-mix(in srgb, var(--tm-border) 80%, #ffffff0d);background:var(--tm-surface);box-shadow:var(--tm-shadow-sm);border-radius:18px;transition:transform .2s,box-shadow .2s,border-color .2s}.student-dash__stat-card:hover{box-shadow:var(--tm-shadow-lg);border-color:color-mix(in srgb, var(--tm-primary) 22%, var(--tm-border));transform:translateY(-2px)}.student-dash__stat-label{margin:0 0 var(--tm-space-2);text-transform:uppercase;letter-spacing:.06em;color:var(--tm-text);font-size:.6875rem;font-weight:700}.student-dash__stat-value{margin:0 0 var(--tm-space-1);letter-spacing:-.03em;color:var(--tm-text-strong);font-size:clamp(1.75rem,4vw,2.15rem);font-weight:800;line-height:1.1}.student-dash__stat-skel{opacity:.45}.student-dash__stat-desc{color:var(--tm-text);margin:0;font-size:.8125rem;line-height:1.4}.student-dash__actions{gap:var(--tm-space-3);grid-template-columns:1fr;display:grid}@media (width>=560px){.student-dash__actions{grid-template-columns:repeat(2,1fr)}}.student-dash__action-card{gap:var(--tm-space-2);padding:var(--tm-space-5) var(--tm-space-5);border:1px solid color-mix(in srgb, var(--tm-border) 80%, #ffffff0d);background:linear-gradient(165deg, color-mix(in srgb, var(--tm-surface) 94%, var(--tm-primary-muted)) 0%, var(--tm-surface) 100%);min-height:7.5rem;box-shadow:var(--tm-shadow-sm);color:inherit;border-radius:18px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.student-dash__action-card:hover{box-shadow:var(--tm-shadow-lg);border-color:color-mix(in srgb, var(--tm-accent) 28%, var(--tm-border));text-decoration:none;transform:translateY(-3px)scale(1.01)}.student-dash__action-title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0;padding-right:1.5rem;font-size:1.0625rem;font-weight:700}.student-dash__action-desc{font-size:var(--tm-text-small);color:var(--tm-text);flex:1;margin:0;line-height:1.5}.student-dash__action-arrow{top:var(--tm-space-5);right:var(--tm-space-4);color:var(--tm-primary);opacity:.85;font-size:1.125rem;font-weight:600;transition:transform .2s;position:absolute}.student-dash__action-card:hover .student-dash__action-arrow{transform:translate(4px)}.student-dash__recent-grid{gap:var(--tm-grid-gap);grid-template-columns:1fr;display:grid}@media (width>=640px){.student-dash__recent-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.student-dash__recent-grid{grid-template-columns:repeat(3,1fr)}}.student-dash__recent-empty{font-size:var(--tm-text-body);color:var(--tm-text);padding:var(--tm-space-4);border-radius:var(--tm-radius-md);border:1px dashed var(--tm-border);background:var(--tm-surface-muted);max-width:var(--tm-prose-width);margin:0}.student-dash__recent-empty--loading{opacity:.95;border-style:solid;font-style:italic}.student-dash__footer{margin:var(--tm-space-8) 0 0;padding-top:var(--tm-space-4);border-top:1px solid var(--tm-border);font-size:var(--tm-text-small)}.student-dash__home-link{color:var(--tm-text);font-weight:500;text-decoration:none}.student-dash__home-link:hover{color:var(--tm-primary);text-decoration:underline}.tm-page-header{margin-bottom:var(--tm-page-header-margin);text-align:left}.tm-page-header__title{font-size:var(--tm-text-page-title);letter-spacing:-.02em;margin-bottom:var(--tm-space-2);font-weight:700}.tm-page-header__desc{font-size:var(--tm-text-body);color:var(--tm-text);max-width:var(--tm-prose-width);line-height:1.55}.tutor-filters{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-elev-card);padding:var(--tm-space-5) var(--tm-space-5) 1.35rem;margin-bottom:var(--tm-space-6)}@media (width>=640px){.tutor-filters{padding:var(--tm-space-6)}}.tutor-filters__grid{gap:var(--tm-space-4) var(--tm-space-5);align-items:end;display:grid}@media (width>=900px){.tutor-filters__grid{grid-template-columns:1fr 1fr .85fr minmax(20rem,2.35fr) auto}}@media (width>=640px) and (width<=899px){.tutor-filters__grid{grid-template-columns:1fr 1fr}.tutor-filters__field--price-range,.tutor-filters__actions{grid-column:1/-1}}.tutor-filters__field{flex-direction:column;gap:.35rem;min-width:0;display:flex}.tutor-filters__label{color:var(--tm-text-strong);font-size:.8125rem;font-weight:600}.tutor-filters__label--static{margin:0}.tutor-filters__sublabel{color:var(--tm-text);margin-bottom:.3rem;font-size:.75rem;font-weight:600;display:block}.tutor-filters__field--price-range{min-width:0}.tutor-filters__price-range{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:.65rem .85rem;display:grid}@media (width<=420px){.tutor-filters__price-range{grid-template-columns:1fr}}.tutor-filters__price-field{min-width:0}.tutor-filters__price-control{background:var(--tm-bg);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);width:100%;min-width:0;box-shadow:var(--tm-shadow-sm);align-items:center;gap:.2rem;transition:border-color .15s,box-shadow .15s;display:flex}.tutor-filters__price-control:hover{border-color:color-mix(in srgb, var(--tm-text) 22%, var(--tm-border))}.tutor-filters__price-control:focus-within{border-color:var(--tm-primary);box-shadow:0 0 0 3px var(--tm-primary-muted)}.tutor-filters__price-prefix{color:var(--tm-text-strong);pointer-events:none;flex:none;padding-left:.7rem;font-size:.9375rem;font-weight:600;line-height:1}.tutor-filters__price-suffix{color:var(--tm-text);opacity:.9;pointer-events:none;white-space:nowrap;flex:none;padding-right:.7rem;font-size:.8125rem;font-weight:500;line-height:1}.tutor-filters__input,.tutor-filters__select{width:100%;color:var(--tm-text-strong);background:var(--tm-bg);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);box-shadow:var(--tm-shadow-sm);padding:.65rem .85rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.tutor-filters__input::placeholder{color:var(--tm-text);opacity:.75}.tutor-filters__input:hover,.tutor-filters__select:hover{border-color:color-mix(in srgb, var(--tm-text) 22%, var(--tm-border))}.tutor-filters__input:focus,.tutor-filters__select:focus{border-color:var(--tm-primary);box-shadow:0 0 0 3px var(--tm-primary-muted);outline:none}.tutor-filters__price-control .tutor-filters__price-input{width:auto;min-width:0;max-width:100%;box-shadow:none;text-align:left;background:0 0;border:none;border-radius:0;flex:1;margin:0;padding:.65rem .15rem}.tutor-filters__price-control .tutor-filters__price-input:focus{box-shadow:none;border:none;outline:none}.tutor-filters__price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tutor-filters__price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tutor-filters__price-input[type=number]{appearance:textfield}.tutor-filters__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .65rem center;background-repeat:no-repeat;padding-right:2.25rem}@media (prefers-color-scheme:dark){.tutor-filters__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}}.tutor-filters__actions{justify-content:flex-start;align-items:flex-end;display:flex}@media (width>=900px){.tutor-filters__actions{justify-content:flex-end;padding-bottom:.05rem}}.tutor-filters__clear.tm-btn{white-space:nowrap;padding-inline:1rem}.tutor-filters__clear:hover{text-decoration:none}.tutor-listing{padding-bottom:var(--tm-page-bottom)}.tutor-listing__breadcrumb{text-align:left;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.tutor-listing__crumb{color:var(--tm-text);font-weight:500;text-decoration:none}.tutor-listing__crumb:hover{color:var(--tm-primary);text-decoration:underline}.tutor-listing__crumb-sep{color:var(--tm-border);-webkit-user-select:none;user-select:none}.tutor-listing__crumb-current{color:var(--tm-text-strong);font-weight:600}.tutor-listing__summary{font-size:var(--tm-text-body);color:var(--tm-text-strong);margin:0 0 var(--tm-section-head-gap);text-align:left;font-weight:600}.tutor-listing__state{margin-bottom:var(--tm-space-6);padding:var(--tm-space-6);text-align:left;border-radius:var(--tm-radius-lg);border:1px solid var(--tm-border);background:var(--tm-surface);box-shadow:var(--tm-elev-muted)}.tutor-listing__state--error{border-color:color-mix(in srgb, var(--tm-danger) 35%, var(--tm-border));background:color-mix(in srgb, var(--tm-danger) 6%, var(--tm-surface))}.tutor-listing__state--loading{color:var(--tm-text)}.tutor-listing__state-text{margin:0 0 var(--tm-space-3);font-size:var(--tm-text-body);color:var(--tm-text-strong);line-height:1.55}.tutor-listing__state--error .tutor-listing__state-text{font-weight:600}.tutor-listing__state-hint{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-small);color:var(--tm-text);line-height:1.5}.tutor-listing__state-hint code{background:var(--tm-surface-muted);border-radius:4px;padding:.1em .35em;font-size:.8125em}.tutor-listing__grid{gap:var(--tm-grid-gap);grid-template-columns:1fr;display:grid}@media (width>=640px){.tutor-listing__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.tutor-listing__grid{grid-template-columns:repeat(3,1fr)}}.tutor-listing__empty{padding:var(--tm-space-4) 0 var(--tm-space-8);justify-content:center;display:flex}.tutor-listing__empty-card{text-align:center;width:100%;max-width:28rem}.tutor-listing__empty-title{font-size:var(--tm-text-section);letter-spacing:-.02em;margin:0 0 var(--tm-space-2);color:var(--tm-text-strong);font-weight:700}.tutor-listing__empty-text{font-size:var(--tm-text-body);color:var(--tm-text);margin:0 auto var(--tm-section-head-gap);max-width:var(--tm-prose-width);line-height:1.55}.tutor-listing__empty .tm-btn:hover{text-decoration:none}.tutor-listing__empty-extra{margin:var(--tm-space-4) 0 0;font-size:var(--tm-text-small)}.tutor-listing__empty-link{color:var(--tm-primary);font-weight:600;text-decoration:none}.tutor-listing__empty-link:hover{text-decoration:underline}.tutor-hero{border-bottom:1px solid var(--tm-border);align-items:start;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;display:grid}@media (width>=720px){.tutor-hero{grid-template-columns:140px 1fr;gap:2rem}}.tutor-hero__avatar{border-radius:var(--tm-radius-lg);background:linear-gradient(145deg, var(--tm-primary-muted) 0%, var(--tm-accent-muted) 100%);border:1px solid var(--tm-border);width:120px;height:120px;box-shadow:var(--tm-shadow-md);justify-content:center;align-items:center;margin:0 auto;display:flex;overflow:hidden}.tutor-hero__avatar-img{object-fit:cover;width:100%;height:100%;display:block}@media (width>=720px){.tutor-hero__avatar{width:140px;height:140px;margin:0}}.tutor-hero__initials{color:var(--tm-primary);letter-spacing:.04em;-webkit-user-select:none;user-select:none;font-size:2.25rem;font-weight:700}.tutor-hero__main{text-align:center;min-width:0}@media (width>=720px){.tutor-hero__main{text-align:left}}.tutor-hero__badge{color:var(--tm-accent);background:var(--tm-accent-muted);border-radius:999px;align-items:center;gap:.35rem;margin:0 0 .75rem;padding:.35rem .65rem;font-size:.8125rem;font-weight:600;display:inline-flex}.tutor-hero__badge-icon{background:var(--tm-surface);width:1.125rem;height:1.125rem;color:var(--tm-accent);border-radius:999px;justify-content:center;align-items:center;font-size:.65rem;display:inline-flex}.tutor-hero__name{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .35rem;font-size:clamp(1.65rem,3vw,2.125rem);font-weight:700;line-height:1.15}.tutor-hero__subject{color:var(--tm-text);margin:0 0 1rem;font-size:1rem;font-weight:600}.tutor-hero__meta{color:var(--tm-text);flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .5rem;margin-bottom:1.25rem;font-size:.9375rem;display:flex}@media (width>=720px){.tutor-hero__meta{justify-content:flex-start}}.tutor-hero__rating{color:var(--tm-text-strong);font-weight:600}.tutor-hero__star{color:#f59e0b;margin-right:.15rem}.tutor-hero__rating-label{color:var(--tm-text);font-weight:500}.tutor-hero__dot{color:var(--tm-border);-webkit-user-select:none;user-select:none}.tutor-hero__price{color:var(--tm-text-strong);font-weight:700}.tutor-hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width>=720px){.tutor-hero__actions{justify-content:flex-start}}.tutor-hero__btn{justify-content:center;min-width:10rem;text-decoration:none}.tutor-hero__btn:hover{text-decoration:none}.tutor-about{margin-bottom:2rem}.tutor-about__heading{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.tutor-about__card.tm-card{text-align:left}.tutor-about__bio{color:var(--tm-text);margin:0;font-size:1rem;line-height:1.65}.tutor-about__style{border-top:1px solid var(--tm-border);margin-top:1.25rem;padding-top:1.25rem}.tutor-about__subheading{text-transform:uppercase;letter-spacing:.06em;color:var(--tm-text-strong);margin:0 0 .5rem;font-size:.8125rem;font-weight:700}.tutor-about__style-text{color:var(--tm-text);margin:0;font-size:.9375rem;line-height:1.55}.tutor-details-block{margin-bottom:2rem}.tutor-details-block__heading{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.tutor-details-block__card.tm-card{text-align:left}.tutor-details-block__list{flex-direction:column;gap:0;margin:0;display:flex}.tutor-details-block__row{border-bottom:1px solid var(--tm-border);gap:.25rem 1.25rem;padding:.85rem 0;display:grid}@media (width>=560px){.tutor-details-block__row{grid-template-columns:11rem 1fr;align-items:baseline}}.tutor-details-block__row:first-child{padding-top:0}.tutor-details-block__row:last-child{border-bottom:none;padding-bottom:0}.tutor-details-block__dt{color:var(--tm-text);margin:0;font-size:.8125rem;font-weight:600}.tutor-details-block__dd{color:var(--tm-text-strong);margin:0;font-size:.9375rem;font-weight:500;line-height:1.45}.tutor-reviews{margin-bottom:2rem}.tutor-reviews__head{margin-bottom:.75rem}.tutor-reviews__heading{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.25rem;font-weight:600}.tutor-reviews__sub{color:var(--tm-text);max-width:40rem;margin:0;font-size:.875rem;line-height:1.5}.tutor-reviews__card.tm-card{text-align:left}.tutor-reviews__empty{font-size:var(--tm-text-body);color:var(--tm-text);margin:0;line-height:1.55}.tutor-reviews__empty--muted{color:var(--tm-text);font-size:.9375rem}.tutor-reviews__loading{font-size:var(--tm-text-body);color:var(--tm-text);margin:0;line-height:1.55}.tutor-reviews__list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.tutor-reviews__item{border-bottom:1px solid var(--tm-border);padding:1.1rem 0}.tutor-reviews__item:first-child{padding-top:0}.tutor-reviews__item:last-child{border-bottom:none;padding-bottom:0}.tutor-reviews__item-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.45rem;display:flex}.tutor-reviews__author{color:var(--tm-text-strong);font-size:.9375rem;font-weight:600}.tutor-reviews__stars{gap:.08rem;font-size:.9rem;line-height:1;display:inline-flex}.tutor-reviews__star{color:var(--tm-border)}.tutor-reviews__star.is-on{color:#f59e0b}.tutor-reviews__comment{color:var(--tm-text);margin:0;font-size:.9375rem;line-height:1.55}.tutor-trust{margin-bottom:2rem}.tutor-trust__head{margin-bottom:.75rem}.tutor-trust__heading{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.25rem;font-weight:600}.tutor-trust__sub{color:var(--tm-text);max-width:40rem;margin:0;font-size:.875rem;line-height:1.5}.tutor-trust__card.tm-card{text-align:left}.tutor-trust__empty{font-size:var(--tm-text-body);color:var(--tm-text);margin:0;line-height:1.55}.tutor-trust__grid{flex-direction:column;gap:1.25rem;display:flex}.tutor-trust__metric{flex-direction:column;gap:.25rem;display:flex}.tutor-trust__metric--wide{max-width:32rem}.tutor-trust__metric-label{color:var(--tm-text);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:600}.tutor-trust__metric-value{color:var(--tm-text-strong);font-size:1.5rem;font-weight:700;line-height:1.2}.tutor-trust__metric-value--text{font-size:1rem;font-weight:600;line-height:1.45}.tutor-trust__metric-hint{color:var(--tm-text);font-size:.875rem}.tutor-trust__out-of{color:var(--tm-text);font-size:.85em;font-weight:500}.tutor-trust__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tutor-trust__breakdown{flex-direction:column;gap:.5rem;display:flex}.tutor-trust__breakdown-title{color:var(--tm-text);font-size:.8125rem;font-weight:600}.tutor-trust__bars{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.tutor-trust__bar-row{grid-template-columns:2rem 1fr 1.75rem;align-items:center;gap:.5rem;font-size:.875rem;display:grid}.tutor-trust__bar-label{color:var(--tm-text);font-variant-numeric:tabular-nums}.tutor-trust__bar-track{background:var(--tm-surface-muted);border-radius:3px;height:6px;display:block;overflow:hidden}.tutor-trust__bar-fill{background:color-mix(in srgb, var(--tm-primary) 78%, var(--tm-surface-muted));border-radius:3px;min-width:0;height:100%;transition:width .2s;display:block}.tutor-trust__bar-count{text-align:right;font-variant-numeric:tabular-nums;color:var(--tm-text-strong)}.tutor-avail{margin-bottom:2rem}.tutor-avail__heading{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.tutor-avail__card.tm-card{text-align:left}.tutor-avail__summary{color:var(--tm-text-strong);margin:0 0 1rem;font-size:.9375rem;font-weight:500;line-height:1.55}.tutor-avail__slots{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tutor-avail__slot{color:var(--tm-text);background:var(--tm-surface-muted);border-radius:var(--tm-radius-sm);border:1px solid var(--tm-border);padding:.55rem .75rem;font-size:.9375rem}.tutor-avail__note{color:var(--tm-text);margin:1rem 0 0;font-size:.8125rem;line-height:1.45}.tutor-missing{text-align:left;max-width:28rem}.tutor-missing__eyebrow{font-size:var(--tm-text-small);text-transform:uppercase;letter-spacing:.06em;color:var(--tm-primary);margin:0 0 var(--tm-space-2);font-weight:700}.tutor-missing__title{font-size:var(--tm-text-page-title);color:var(--tm-text-strong);margin:0 0 var(--tm-space-3);letter-spacing:-.02em;font-weight:700;line-height:1.2}.tutor-missing__text{font-size:var(--tm-text-body);color:var(--tm-text);margin:0 0 var(--tm-space-6);max-width:var(--tm-prose-width);line-height:1.55}.tutor-missing__actions{gap:var(--tm-space-3);flex-wrap:wrap;display:flex}.tutor-missing__actions a,.tutor-missing__actions a:hover{text-decoration:none}.tm-textarea{resize:vertical;min-height:5rem;padding-top:.7rem;padding-bottom:.7rem;line-height:1.5}.booking-cal{width:100%}.booking-cal__nav{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.booking-cal__title{color:var(--tm-text-strong);letter-spacing:-.02em;font-size:.9375rem;font-weight:600}.booking-cal__nav-btn{border-radius:var(--tm-radius-sm);border:1px solid var(--tm-border);background:var(--tm-surface-muted);width:2.25rem;height:2.25rem;color:var(--tm-text-strong);cursor:pointer;justify-content:center;align-items:center;font-size:1.15rem;line-height:1;transition:background .15s,border-color .15s;display:inline-flex}.booking-cal__nav-btn:hover{background:color-mix(in srgb, var(--tm-primary-muted) 45%, var(--tm-surface-muted));border-color:color-mix(in srgb, var(--tm-primary) 25%, var(--tm-border))}.booking-cal__weekdays{grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.35rem;display:grid}.booking-cal__weekday{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--tm-text);opacity:.65;font-size:.6875rem;font-weight:600}.booking-cal__grid{grid-template-columns:repeat(7,1fr);gap:.35rem;display:grid}.booking-cal__cell{aspect-ratio:1;border-radius:var(--tm-radius-sm);background:var(--tm-surface-muted);max-height:2.75rem;color:var(--tm-text-strong);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.booking-cal__cell:hover:not(:disabled){border-color:color-mix(in srgb, var(--tm-primary) 35%, var(--tm-border));background:color-mix(in srgb, var(--tm-primary-muted) 40%, var(--tm-surface-muted))}.booking-cal__cell--today:not(.booking-cal__cell--selected){border-color:color-mix(in srgb, var(--tm-primary) 45%, var(--tm-border))}.booking-cal__cell--selected{background:var(--tm-primary);color:#fff;border-color:var(--tm-primary)}.booking-cal__cell--disabled{opacity:.35;cursor:not-allowed;background:0 0}.booking-cal__cell--empty{pointer-events:none}.time-slot-grid{flex-wrap:wrap;gap:.5rem;display:flex}.time-slot-grid__btn{min-width:4.5rem;color:var(--tm-text-strong);background:var(--tm-surface-muted);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);cursor:pointer;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.time-slot-grid__btn:hover:not(:disabled){border-color:color-mix(in srgb, var(--tm-primary) 35%, var(--tm-border));background:color-mix(in srgb, var(--tm-primary-muted) 35%, var(--tm-surface-muted))}.time-slot-grid__btn--active{background:var(--tm-primary);color:#fff;border-color:var(--tm-primary)}.time-slot-grid__btn:disabled{opacity:.55;cursor:not-allowed}.time-slot-grid__empty{color:var(--tm-text);opacity:.9;margin:0;font-size:.875rem}.appt-req-modal{z-index:200;padding:var(--tm-space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.appt-req-modal__backdrop{cursor:pointer;background:#0f172a73;border:none;margin:0;padding:0;position:absolute;inset:0}.appt-req-modal__backdrop:disabled{cursor:not-allowed;opacity:.85}.appt-req-modal__dialog{z-index:1;width:100%;max-width:28rem;max-height:min(92dvh,40rem);position:relative;overflow-y:auto}.appt-req-modal__dialog--wide{max-width:min(100%,26.5rem)}@media (width>=520px){.appt-req-modal__dialog--wide{max-width:32rem}}.appt-req-modal__card.tm-card{text-align:left;box-shadow:var(--tm-shadow-lg)}.appt-req-modal__title{margin:0 0 var(--tm-space-2);color:var(--tm-text-strong);font-size:1.2rem;font-weight:600}.appt-req-modal__sub{margin:0 0 var(--tm-space-4);color:var(--tm-text);font-size:.9375rem;line-height:1.5}.appt-req-modal__form{gap:var(--tm-space-3);flex-direction:column;display:flex}.appt-req-modal__field{flex-direction:column;gap:.35rem;display:flex}.appt-req-modal__label{color:var(--tm-text-strong);font-size:.875rem;font-weight:600}.appt-req-modal__static{color:var(--tm-text-strong);margin:0;font-size:1rem;font-weight:600}.appt-req-modal__row{gap:var(--tm-space-3);grid-template-columns:1fr 1fr;display:grid}@media (width<=480px){.appt-req-modal__row{grid-template-columns:1fr}}.appt-req-modal__select{width:100%;color:var(--tm-text-strong);background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);padding:.65rem .75rem;font-family:inherit;font-size:1rem}.appt-req-modal__select:focus{outline:2px solid var(--tm-primary-muted);outline-offset:1px;border-color:var(--tm-primary)}.appt-req-modal__select:disabled{opacity:.65;cursor:not-allowed}.appt-req-modal__error{color:var(--tm-danger);margin:0;font-size:.875rem;line-height:1.45}.appt-req-modal__actions{gap:var(--tm-space-3);margin-top:var(--tm-space-2);flex-wrap:wrap;justify-content:flex-end;display:flex}.appt-req-modal__success-text{margin:0 0 var(--tm-space-4);color:var(--tm-text);font-size:.9375rem;line-height:1.55}.appt-req-modal__link-btn{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.appt-req-modal__link-btn:hover{text-decoration:none}.appt-req-modal__steps{margin:0 0 var(--tm-space-4);color:var(--tm-text);opacity:.85;flex-wrap:wrap;align-items:center;gap:.15rem .35rem;padding:0;font-size:.8125rem;font-weight:600;list-style:none;display:flex}.appt-req-modal__step--active{color:var(--tm-primary);opacity:1}.appt-req-modal__steps-sep{opacity:.45;font-weight:500}.appt-req-modal__hint{margin:0 0 var(--tm-space-2);color:var(--tm-text);opacity:.85;font-size:.875rem}.appt-req-modal__panel{margin-bottom:var(--tm-space-2)}.appt-req-modal__panel-title{margin:0 0 var(--tm-space-3);color:var(--tm-text-strong);font-size:.875rem;font-weight:600}.appt-req-modal__picked-date{margin:0 0 var(--tm-space-3);color:var(--tm-text-strong);font-size:.9375rem;font-weight:600}.appt-req-modal__panel-actions{gap:var(--tm-space-3);margin-top:var(--tm-space-4);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.appt-req-modal__summary{padding:var(--tm-space-3);border-radius:var(--tm-radius-sm);background:var(--tm-surface-muted);border:1px solid var(--tm-border);margin-bottom:var(--tm-space-3)}.appt-req-modal__summary-label{text-transform:uppercase;letter-spacing:.05em;color:var(--tm-text);opacity:.75;margin-bottom:.35rem;font-size:.6875rem;font-weight:700;display:block}.appt-req-modal__summary-value{color:var(--tm-text-strong);margin:0;font-size:1rem;font-weight:600;line-height:1.4}.tutor-detail{padding-bottom:var(--tm-page-bottom)}.tutor-detail--state{padding:var(--tm-space-8) 0;text-align:left}.tutor-detail--state-error{padding:var(--tm-space-6);border-radius:var(--tm-radius-lg);border:1px solid color-mix(in srgb, var(--tm-danger) 35%, var(--tm-border));background:color-mix(in srgb, var(--tm-danger) 6%, var(--tm-surface))}.tutor-detail__state-text{margin:0 0 var(--tm-space-3);font-size:var(--tm-text-body);color:var(--tm-text-strong);font-weight:600;line-height:1.55}.tutor-detail__state-hint{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-small);color:var(--tm-text);line-height:1.5}.tutor-detail__state-hint code{background:var(--tm-surface-muted);border-radius:4px;padding:.1em .35em;font-size:.8125em}.tutor-detail__state-actions{gap:var(--tm-space-3);flex-wrap:wrap;display:flex}.tutor-detail__state-actions .tm-btn,.tutor-detail__state-actions .tm-btn:hover{text-decoration:none}.tutor-detail__breadcrumb{align-items:center;gap:var(--tm-space-2);font-size:var(--tm-text-small);margin-bottom:var(--tm-section-head-gap);flex-wrap:wrap;display:flex}.tutor-detail__crumb{color:var(--tm-text);font-weight:500;text-decoration:none}.tutor-detail__crumb:hover{color:var(--tm-primary);text-decoration:underline}.tutor-detail__crumb-sep{color:var(--tm-border);-webkit-user-select:none;user-select:none}.tutor-detail__crumb-current{color:var(--tm-text-strong);font-weight:600}.tutor-detail__sections{flex-direction:column;gap:2rem;display:flex}.tutor-detail__sections .tutor-about,.tutor-detail__sections .tutor-details-block,.tutor-detail__sections .tutor-reviews,.tutor-detail__sections .tutor-avail,.tutor-detail__sections>:last-child{margin-bottom:0}.tutor-detail-related{margin-top:var(--tm-section-gap);padding-top:var(--tm-space-8);border-top:1px solid var(--tm-border)}.tutor-detail-related__title{font-size:var(--tm-text-section);color:var(--tm-text-strong);margin:0 0 var(--tm-space-2);letter-spacing:-.02em;font-weight:700}.tutor-detail-related__sub{font-size:var(--tm-text-body);color:var(--tm-text);margin:0 0 var(--tm-section-head-gap);max-width:var(--tm-prose-width);line-height:1.55}.tutor-detail-related__grid{gap:var(--tm-grid-gap);grid-template-columns:1fr;display:grid}@media (width>=640px){.tutor-detail-related__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.tutor-detail-related__grid{grid-template-columns:repeat(3,1fr)}}.msg-avatar-wrap{flex-shrink:0;width:fit-content;position:relative}.msg-avatar-wrap--sm .msg-avatar{width:2.25rem;height:2.25rem}.msg-avatar-wrap--sm .msg-avatar__text{font-size:.6875rem}.msg-avatar-wrap--md .msg-avatar{width:2.75rem;height:2.75rem}.msg-avatar-wrap--md .msg-avatar__text{font-size:.8125rem}.msg-avatar-wrap--lg .msg-avatar{width:3.25rem;height:3.25rem}.msg-avatar-wrap--lg .msg-avatar__text{font-size:.9375rem}.msg-avatar{aspect-ratio:1;color:var(--tm-primary);background:linear-gradient(145deg, var(--tm-primary-muted) 0%, var(--tm-accent-muted) 100%);border:1px solid var(--tm-border);box-shadow:var(--tm-shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.msg-avatar__img{object-fit:cover;width:100%;height:100%;display:block}.msg-avatar__text{letter-spacing:.02em;-webkit-user-select:none;user-select:none;line-height:1}.msg-sidebar{background:var(--tm-surface);border-bottom:1px solid var(--tm-border);flex-direction:column;min-height:0;display:flex}@media (width>=768px){.msg-sidebar{border-bottom:none;border-right:1px solid var(--tm-border);flex-shrink:0;width:300px}}.msg-sidebar__head{flex-shrink:0;padding:1rem 1rem .75rem}.msg-sidebar__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:700}.msg-sidebar__sub{color:var(--tm-text);margin:.2rem 0 0;font-size:.8125rem}.msg-sidebar__empty{color:var(--tm-text);text-align:left;margin:0;padding:.75rem 1rem 1rem;font-size:.8125rem;line-height:1.45}.msg-sidebar__list{flex:1;min-height:0;margin:0;padding:0 .5rem .5rem;list-style:none;overflow-y:auto}@media (width<=767px){.msg-sidebar__list{max-height:280px}}.msg-row{border-radius:var(--tm-radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;gap:.75rem;width:100%;margin-bottom:.25rem;padding:.75rem .65rem;font-family:inherit;transition:background .2s,box-shadow .2s,transform .15s;display:flex}.msg-row:hover{background:var(--tm-surface-muted)}.msg-row:active{transform:scale(.995)}.msg-row--active{background:var(--tm-primary-muted);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--tm-primary) 35%, transparent)}.msg-row__meta{color:var(--tm-text);opacity:.9;margin:.1rem 0 .15rem;font-size:.6875rem;font-weight:600}.msg-row__body{flex:1;min-width:0}.msg-row__top{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.2rem;display:flex}.msg-row__name{color:var(--tm-text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.msg-row__time{color:var(--tm-text);flex-shrink:0;font-size:.6875rem;font-weight:500}.msg-row__bottom{align-items:center;gap:.4rem;display:flex}.msg-row__preview{color:var(--tm-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:.8125rem;line-height:1.35;display:-webkit-box;overflow:hidden}.msg-row__badge{background:var(--tm-primary);color:#fff;min-width:1.25rem;height:1.25rem;box-shadow:0 0 0 2px var(--tm-surface);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .35rem;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.msg-bubble-wrap{width:100%;display:flex}.msg-bubble-wrap--recv{justify-content:flex-start}.msg-bubble-wrap--sent{justify-content:flex-end}.msg-bubble{border-radius:var(--tm-radius-md);max-width:min(100%,22rem);box-shadow:var(--tm-shadow-sm);padding:.65rem .85rem}.msg-bubble--recv{background:var(--tm-surface-muted);border:1px solid var(--tm-border);border-bottom-left-radius:4px}.msg-bubble--sent{background:var(--tm-primary-muted);border:1px solid color-mix(in srgb, var(--tm-primary) 28%, var(--tm-border));border-bottom-right-radius:4px}.msg-bubble__text{color:var(--tm-text-strong);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.9375rem;line-height:1.5}.msg-bubble__meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem .5rem;margin-top:.35rem;display:flex}.msg-bubble__time{color:var(--tm-text);opacity:.85;margin:0;font-size:.6875rem;font-weight:500;display:block}.msg-bubble--recv .msg-bubble__meta{justify-content:flex-start}.msg-bubble__seen{letter-spacing:.02em;text-transform:uppercase;color:var(--tm-text);opacity:.55;font-size:.625rem;font-weight:600}.msg-composer-wrap{border-top:1px solid var(--tm-border);background:var(--tm-surface);flex-shrink:0}.msg-composer__cooldown{color:var(--tm-text);opacity:.9;margin:0;padding:.5rem 1.25rem 0;font-size:.75rem}.msg-composer{flex-shrink:0;align-items:flex-end;gap:.65rem;padding:.75rem 1.25rem 1rem;display:flex}.msg-composer__sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.msg-composer__input{resize:vertical;min-height:2.75rem;max-height:8rem;color:var(--tm-text-strong);background:var(--tm-bg);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);box-shadow:var(--tm-shadow-sm);flex:1;padding:.65rem .85rem;font-family:inherit;font-size:.9375rem;line-height:1.45;transition:border-color .15s,box-shadow .15s}.msg-composer__input::placeholder{color:var(--tm-text);opacity:.75}.msg-composer__input:focus{border-color:var(--tm-primary);box-shadow:0 0 0 3px var(--tm-primary-muted);outline:none}.msg-composer__input:disabled{opacity:.6;cursor:not-allowed}.msg-composer__send{flex-shrink:0;align-self:flex-end;padding-inline:1.15rem}.msg-composer__send:disabled{opacity:.45;cursor:not-allowed}.msg-composer__send:hover:not(:disabled){text-decoration:none}.msg-chat{background:var(--tm-bg);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.msg-chat__header{border-bottom:1px solid var(--tm-border);background:var(--tm-surface);box-shadow:var(--tm-shadow-sm);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.msg-chat__header-main{align-items:center;gap:.85rem;min-width:0;display:flex}.msg-chat__header-text{min-width:0}.msg-chat__header-title-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.msg-chat__header-name{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.2}.msg-chat__chip{text-transform:uppercase;letter-spacing:.04em;background:var(--tm-surface-muted);color:var(--tm-text);border:1px solid var(--tm-border);border-radius:4px;padding:.2rem .45rem;font-size:.6875rem;font-weight:700}.msg-chat__header-subject{color:var(--tm-text);margin:.15rem 0 0;font-size:.8125rem;line-height:1.35}.msg-chat__presence{color:var(--tm-text);opacity:.92;margin:.35rem 0 0;font-size:.75rem;font-weight:500}.msg-chat__profile-link{white-space:nowrap;font-size:.875rem;font-weight:600;text-decoration:none}.msg-chat__profile-link:hover{text-decoration:underline}.msg-chat__thread{flex-direction:column;flex:1;gap:.75rem;min-height:200px;padding:1.25rem;display:flex;overflow-y:auto}.msg-chat__thread-end{flex-shrink:0;height:1px}.msg-chat__typing{color:var(--tm-text);opacity:.78;align-items:center;gap:.45rem;margin:0;padding:.15rem 0 0;font-size:.8125rem;font-style:italic;display:flex}.msg-chat__typing-dots{align-items:center;gap:.2rem;display:inline-flex}.msg-chat__typing-dots span{background:color-mix(in srgb, var(--tm-primary) 65%, var(--tm-text));opacity:.55;border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite msg-chat-typing-dot}.msg-chat__typing-dots span:nth-child(2){animation-delay:.15s}.msg-chat__typing-dots span:nth-child(3){animation-delay:.3s}@keyframes msg-chat-typing-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:.95;transform:translateY(-2px)}}@media (width>=768px){.msg-chat__thread{min-height:320px}}.msg-chat__thread-loading,.msg-chat__thread-error{color:var(--tm-text);margin:0;font-size:.9375rem}.msg-chat__thread-error{color:var(--tm-danger);border-bottom:1px solid var(--tm-border);background:#dc26260f;padding:.75rem 1.25rem}.msg-chat__send-error{color:var(--tm-danger);flex-shrink:0;margin:0;padding:.5rem 1.25rem;font-size:.875rem}.msg-empty{text-align:center;padding:var(--tm-space-8) var(--tm-space-6);background:var(--tm-surface-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:240px;display:flex}@media (width>=768px){.msg-empty{min-height:360px;padding:var(--tm-space-10) var(--tm-space-8)}}.msg-empty__mark{width:3rem;height:3rem;margin-bottom:var(--tm-space-3);background:var(--tm-primary-muted);border:1px solid var(--tm-border);border-radius:999px}.msg-empty__title{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-panel-title);letter-spacing:-.02em;color:var(--tm-text-strong);font-weight:700}.msg-empty__text{max-width:22rem;font-size:var(--tm-text-body);color:var(--tm-text);margin:0;line-height:1.55}.msg-empty__actions{gap:var(--tm-space-3);margin-top:var(--tm-section-head-gap);flex-wrap:wrap;justify-content:center;display:flex}.msg-empty__actions .tm-btn,.msg-empty__actions .tm-btn:hover{text-decoration:none}.messaging-page{padding-bottom:var(--tm-page-bottom)}.messaging-page__intro{margin-bottom:var(--tm-space-1);position:relative}.messaging-page__admin-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--tm-text);background:var(--tm-surface-muted);border:1px solid var(--tm-border);border-radius:6px;align-items:center;margin-top:.5rem;padding:.25rem .55rem;font-size:.6875rem;font-weight:700;display:inline-flex}.messaging-page__solo-empty{border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);background:var(--tm-surface);box-shadow:var(--tm-elev-card);overflow:hidden}.messaging-shell{border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);background:var(--tm-surface);box-shadow:var(--tm-elev-card);flex-direction:column;min-height:min(72vh,640px);display:flex;overflow:hidden}@media (width>=768px){.messaging-shell{flex-direction:row;align-items:stretch;min-height:560px}}.messaging-shell__main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.messaging-page__related{margin-top:var(--tm-space-6);padding-top:var(--tm-section-head-gap);border-top:1px solid var(--tm-border);font-size:var(--tm-text-small);text-align:left;align-items:center;gap:var(--tm-space-2) var(--tm-space-3);flex-wrap:wrap;display:flex}.messaging-page__related-link{color:var(--tm-primary);font-weight:600;text-decoration:none}.messaging-page__related-link:hover{text-decoration:underline}.messaging-page__list-banner{align-items:center;gap:var(--tm-space-3);margin-bottom:var(--tm-space-4);padding:var(--tm-space-3) var(--tm-space-3);font-size:var(--tm-text-small);color:var(--tm-danger);border-radius:var(--tm-radius-sm);text-align:left;background:#dc262614;border:1px solid #dc262638;flex-wrap:wrap;line-height:1.45;display:flex}.messaging-page__list-retry{font-size:.8125rem}.messaging-page__tutor-notice{margin:0 0 var(--tm-space-4);padding:var(--tm-space-3) var(--tm-space-3);font-size:var(--tm-text-small);color:var(--tm-text);background:var(--tm-surface-muted);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);text-align:left;line-height:1.45}.messaging-page__pick-hint{margin:0 0 var(--tm-space-3);color:var(--tm-text);text-align:center;font-size:.9375rem}.messaging-page__related-sep{color:var(--tm-text);-webkit-user-select:none;user-select:none}.appt-timeline{border-top:1px solid color-mix(in srgb, var(--tm-border) 85%, transparent);margin-top:.85rem;padding-top:.75rem}.appt-timeline__list{justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0;list-style:none;display:flex}.appt-timeline__segment{flex:1 1 0;align-items:flex-start;min-width:0;display:flex}.appt-timeline__segment:last-child{flex:none}.appt-timeline[data-steps="2"] .appt-timeline__segment,.appt-timeline[data-steps="2"] .appt-timeline__segment:last-child{flex:1 1 0}.appt-timeline__cap{flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;max-width:5.75rem;display:flex}.appt-timeline__node{background:color-mix(in srgb, var(--tm-text) 18%, var(--tm-border));border:1px solid color-mix(in srgb, var(--tm-text) 25%, var(--tm-border));border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;transition:background .15s,border-color .15s,box-shadow .15s}.appt-timeline__segment--inactive .appt-timeline__node{opacity:.55}.appt-timeline__segment--done .appt-timeline__node{background:color-mix(in srgb, var(--tm-accent) 75%, var(--tm-text-strong));border-color:color-mix(in srgb, var(--tm-accent) 45%, var(--tm-border));opacity:1}.appt-timeline__segment--current .appt-timeline__node{background:var(--tm-primary);border-color:color-mix(in srgb, var(--tm-primary) 55%, var(--tm-border));width:.55rem;height:.55rem;box-shadow:0 0 0 2px color-mix(in srgb, var(--tm-primary) 28%, transparent), 0 0 0 1px color-mix(in srgb, var(--tm-bg) 100%, transparent);opacity:1}.appt-timeline__segment--terminal.appt-timeline__segment--tone-danger .appt-timeline__node{background:color-mix(in srgb, #f87171 88%, var(--tm-bg));border-color:color-mix(in srgb, #f87171 50%, var(--tm-border))}.appt-timeline__segment--terminal.appt-timeline__segment--tone-muted .appt-timeline__node{background:color-mix(in srgb, var(--tm-text) 38%, var(--tm-bg));border-color:color-mix(in srgb, var(--tm-text) 28%, var(--tm-border))}.appt-timeline__label{letter-spacing:.02em;text-transform:uppercase;color:var(--tm-text);opacity:.82;text-align:center;font-size:.6875rem;font-weight:600;line-height:1.2}.appt-timeline__segment--current .appt-timeline__label{color:var(--tm-text-strong);opacity:1}.appt-timeline__segment--done .appt-timeline__label{opacity:.88}.appt-timeline__segment--inactive .appt-timeline__label{opacity:.5}.appt-timeline__segment--terminal.appt-timeline__segment--tone-danger .appt-timeline__label{color:color-mix(in srgb, #fca5a5 92%, var(--tm-text-strong));opacity:1}.appt-timeline__segment--terminal.appt-timeline__segment--tone-muted .appt-timeline__label{opacity:.92}.appt-timeline__connector{opacity:.55;border-radius:1px;flex:auto;align-self:flex-start;min-width:.4rem;height:2px;margin:.2rem .25rem 0}.appt-timeline__connector--strong{background:linear-gradient(90deg, color-mix(in srgb, var(--tm-accent) 50%, var(--tm-border)), color-mix(in srgb, var(--tm-primary) 35%, var(--tm-border)));opacity:.75}.appt-timeline__connector--weak{background:color-mix(in srgb, var(--tm-text) 14%, var(--tm-border));opacity:.5}.appt-timeline[data-steps="2"] .appt-timeline__cap{max-width:7rem}@media (width<=420px){.appt-timeline__label{font-size:.625rem}.appt-timeline__cap{max-width:4.75rem}}.appt-card{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-lg);box-shadow:var(--tm-shadow-md);text-align:left;transition:box-shadow .2s,border-color .2s;overflow:hidden}.appt-card--upcoming{border-left:4px solid var(--tm-primary)}.appt-card--pending{border-left:4px solid #d97706}.appt-card--completed{border-left:4px solid var(--tm-accent)}.appt-card--expired{border-left:4px solid var(--tm-border);opacity:.95}@media (prefers-color-scheme:dark){.appt-card--pending{border-left-color:#fbbf24}}.appt-card--highlight{border-color:color-mix(in srgb, var(--tm-primary) 45%, var(--tm-border));box-shadow:0 0 0 1px color-mix(in srgb, var(--tm-primary) 25%, transparent), var(--tm-shadow-lg)}.appt-card__main{gap:1rem;padding:1.25rem;display:flex}.appt-card__avatar{aspect-ratio:1;width:3rem;max-width:3rem;height:3rem;max-height:3rem;color:var(--tm-primary);background:linear-gradient(145deg, var(--tm-primary-muted) 0%, var(--tm-accent-muted) 100%);border:1px solid var(--tm-border);box-shadow:var(--tm-shadow-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;font-size:.875rem;font-weight:700;display:flex;position:relative;overflow:hidden}.appt-card__avatar-img{object-fit:cover;object-position:center;width:100%;max-width:100%;height:100%;max-height:100%;display:block;position:absolute;inset:0}.appt-card__body{flex:1;min-width:0}.appt-card__row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem .75rem;margin-bottom:.25rem;display:flex}.appt-card__name{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.25}.appt-card__status{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:6px;padding:.25rem .5rem;font-size:.6875rem;font-weight:700}.appt-card__status--upcoming{background:var(--tm-primary-muted);color:var(--tm-primary)}.appt-card__status--pending{color:#b45309;background:#d977062e}.appt-card__status--completed{background:var(--tm-accent-muted);color:var(--tm-accent)}.appt-card__status--expired{background:var(--tm-surface-muted);color:var(--tm-text);border:1px solid var(--tm-border)}@media (prefers-color-scheme:dark){.appt-card__status--pending{color:#fcd34d;background:#fbbf2426}}.appt-card__subject{color:var(--tm-text);margin:0 0 .5rem;font-size:.875rem;font-weight:600}.appt-card__meta{color:var(--tm-text);flex-wrap:wrap;align-items:center;gap:.25rem;font-size:.8125rem;line-height:1.45;display:flex}.appt-card__meta-sep{color:var(--tm-border);-webkit-user-select:none;user-select:none}.appt-card__note{color:var(--tm-text);background:var(--tm-surface-muted);border-radius:var(--tm-radius-sm);border:1px solid var(--tm-border);margin:.65rem 0 0;padding:.5rem .65rem;font-size:.8125rem;line-height:1.45}.appt-card__footer{padding:0 1.25rem 1.25rem}.appt-card__actions{border-top:1px solid var(--tm-border);flex-wrap:wrap;gap:.65rem;margin-top:.25rem;padding-top:.75rem;display:flex}.appt-card__actions--pending{justify-content:space-between;align-items:center}.appt-card__actions--tutor-pending{flex-direction:column;align-items:stretch;gap:.65rem}.appt-card__actions--tutor-pending .appt-card__waiting{flex:none;min-width:0}.appt-card__pending-btns{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.appt-card__waiting{color:var(--tm-text);flex:1;align-items:center;gap:.45rem;min-width:12rem;margin:0;font-size:.8125rem;display:flex}.appt-card__waiting-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem;animation:1.5s ease-in-out infinite appt-pulse}@media (prefers-color-scheme:dark){.appt-card__waiting-dot{background:#fbbf24}}@keyframes appt-pulse{0%,to{opacity:1}50%{opacity:.35}}.appt-card__reviewed-note{min-height:2.25rem;color:var(--tm-accent);background:var(--tm-accent-muted);border:1px solid color-mix(in srgb, var(--tm-accent) 28%, var(--tm-border));border-radius:var(--tm-radius-sm);align-items:center;padding:0 .65rem;font-size:.875rem;font-weight:600;display:inline-flex}.appt-card__btn,.appt-card__btn:hover:not(:disabled){text-decoration:none}.appt-card__actions--expired{flex-direction:column;align-items:stretch;gap:.5rem}.appt-card__expired-copy{color:var(--tm-text);margin:0;font-size:.8125rem;line-height:1.45}.appt-card__expired-student-hint{color:var(--tm-text);opacity:.9;font-size:.8125rem}.appt-card__actions--completed,.appt-card__actions--upcoming{align-items:center}.appt-card__actions--student-upcoming{justify-content:space-between;align-items:center}.appt-card__student-upcoming-links{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:12rem;display:flex}.appt-review-modal{z-index:200;padding:var(--tm-space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.appt-review-modal__backdrop{cursor:pointer;background:#0f172a73;border:none;margin:0;padding:0;position:absolute;inset:0}.appt-review-modal__dialog{z-index:1;width:100%;max-width:26rem;max-height:min(90dvh,32rem);position:relative;overflow-y:auto}.appt-review-modal__card.tm-card{text-align:left;box-shadow:var(--tm-shadow-lg)}.appt-review-modal__title{margin:0 0 var(--tm-space-2);color:var(--tm-text-strong);font-size:1.2rem;font-weight:600}.appt-review-modal__sub{margin:0 0 var(--tm-space-4);color:var(--tm-text);font-size:.9375rem;line-height:1.5}.appt-review-modal__form{gap:var(--tm-space-4);flex-direction:column;display:flex}.appt-review-modal__field{flex-direction:column;gap:.35rem;display:flex}.appt-review-modal__label{color:var(--tm-text-strong);font-size:.875rem;font-weight:600}.appt-review-modal__select{width:100%;color:var(--tm-text-strong);background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);padding:.65rem .75rem;font-family:inherit;font-size:1rem}.appt-review-modal__select:focus{outline:2px solid var(--tm-primary-muted);outline-offset:1px;border-color:var(--tm-primary)}.appt-review-modal__select:disabled{opacity:.65;cursor:not-allowed}.appt-review-modal__error{color:var(--tm-danger);margin:0;font-size:.875rem;line-height:1.45}.appt-review-modal__actions{gap:var(--tm-space-3);margin-top:var(--tm-space-1);flex-wrap:wrap;justify-content:flex-end;display:flex}.tutor-sf-modal{z-index:200;padding:var(--tm-space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tutor-sf-modal__backdrop{cursor:pointer;background:#0f172a73;border:none;margin:0;padding:0;position:absolute;inset:0}.tutor-sf-modal__backdrop:disabled{cursor:not-allowed;opacity:.85}.tutor-sf-modal__dialog{z-index:1;width:100%;max-width:26rem;max-height:min(90dvh,36rem);position:relative;overflow-y:auto}.tutor-sf-modal__card.tm-card{text-align:left;box-shadow:var(--tm-shadow-lg)}.tutor-sf-modal__title{margin:0 0 var(--tm-space-2);color:var(--tm-text-strong);font-size:1.2rem;font-weight:600}.tutor-sf-modal__sub{margin:0 0 var(--tm-space-4);color:var(--tm-text);font-size:.9375rem;line-height:1.5}.tutor-sf-modal__form{gap:var(--tm-space-4);flex-direction:column;display:flex}.tutor-sf-modal__field{flex-direction:column;gap:.35rem;display:flex}.tutor-sf-modal__label{color:var(--tm-text-strong);font-size:.8125rem;font-weight:700}.tutor-sf-modal__select{font-family:inherit;font-size:var(--tm-text-body);border-radius:var(--tm-radius-sm);border:1px solid var(--tm-border);background:var(--tm-surface);color:var(--tm-text-strong);max-width:100%;padding:.55rem .65rem}.tutor-sf-modal__select:focus{outline:2px solid var(--tm-primary);outline-offset:1px}.tutor-sf-modal__error{color:var(--tm-danger);margin:0;font-size:.875rem}.tutor-sf-modal__actions{gap:var(--tm-space-3);flex-wrap:wrap;justify-content:flex-end;display:flex}.appt-section{margin-bottom:var(--tm-section-gap)}.appt-section:last-child{margin-bottom:0}.appt-section__head{margin-bottom:var(--tm-section-head-gap);text-align:left}.appt-section__title{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-section);color:var(--tm-text-strong);letter-spacing:-.02em;font-weight:700}.appt-section__desc{font-size:var(--tm-text-body);color:var(--tm-text);max-width:var(--tm-prose-width);margin:0;line-height:1.55}.appt-section__grid{gap:var(--tm-space-4);grid-template-columns:1fr;display:grid}@media (width>=720px){.appt-section__grid{grid-template-columns:repeat(2,1fr)}}.appt-section__empty-wrap{margin-top:.25rem}.appt-empty-card.tm-card{text-align:left;background:var(--tm-surface-muted);box-shadow:var(--tm-elev-muted);border-style:dashed}.appt-empty-card__title{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-panel-title);letter-spacing:-.02em;color:var(--tm-text-strong);font-weight:700}.appt-empty-card__body{font-size:var(--tm-text-small);color:var(--tm-text);max-width:var(--tm-prose-width);margin:0;line-height:1.55}.appt-empty-card__action{margin-top:var(--tm-space-4)}.appt-empty-card__action .tm-btn,.appt-empty-card__action .tm-btn:hover{text-decoration:none}.appointments-page{padding-bottom:var(--tm-page-bottom)}.appointments-page__loading{margin:0 0 var(--tm-page-header-margin);padding:var(--tm-space-3) var(--tm-space-3);font-size:var(--tm-text-small);color:var(--tm-text);text-align:left}.appointments-page__alert{margin:0 0 var(--tm-page-header-margin);padding:var(--tm-space-3) var(--tm-space-3);color:var(--tm-danger);border-radius:var(--tm-radius-sm);text-align:left;background:#dc262614;border:1px solid #dc262640;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.45;display:flex}.appointments-page__alert-dismiss{color:var(--tm-danger);border-radius:var(--tm-radius-sm);cursor:pointer;background:0 0;border:1px solid #dc262659;flex-shrink:0;padding:.25rem .5rem;font-size:.8125rem;font-weight:600}.appointments-page__alert-dismiss:hover{background:#dc26261a}.appointments-page__action-alert{scroll-margin-top:calc(var(--tm-nav-height) + var(--tm-space-3));outline:none}.appointments-page__context{margin:calc(var(--tm-space-1) * -1) 0 var(--tm-page-header-margin);padding:var(--tm-space-3) var(--tm-space-3);font-size:var(--tm-text-small);color:var(--tm-text);background:var(--tm-primary-muted);border:1px solid color-mix(in srgb, var(--tm-primary) 22%, var(--tm-border));border-radius:var(--tm-radius-sm);text-align:left;line-height:1.45}.appointments-page__context strong{color:var(--tm-text-strong);font-weight:700}.appointments-page__flash{margin:calc(var(--tm-space-1) * -1) 0 var(--tm-page-header-margin);padding:var(--tm-space-3) var(--tm-space-3);font-size:var(--tm-text-small);text-align:left;border-radius:var(--tm-radius-sm);line-height:1.45}.appointments-page__flash--success{color:var(--tm-text-strong);background:var(--tm-accent-muted);border:1px solid color-mix(in srgb, var(--tm-accent) 35%, var(--tm-border))}.appointments-page__flash--neutral{color:var(--tm-text);background:var(--tm-surface-muted);border:1px solid var(--tm-border)}.appointments-page__related{margin-top:var(--tm-space-8);padding-top:var(--tm-space-6);border-top:1px solid var(--tm-border);font-size:var(--tm-text-small);text-align:left;align-items:center;gap:var(--tm-space-2) var(--tm-space-3);flex-wrap:wrap;display:flex}.appointments-page__related-link{color:var(--tm-primary);font-weight:600;text-decoration:none}.appointments-page__related-link:hover{text-decoration:underline}.appointments-page__related-sep{color:var(--tm-text);-webkit-user-select:none;user-select:none}.sp-overview.tm-card{text-align:left}.sp-overview__layout{align-items:center;gap:var(--tm-stack-gap);flex-direction:column;display:flex}@media (width>=640px){.sp-overview__layout{flex-direction:row;align-items:flex-start}}.sp-overview__avatar{letter-spacing:.03em;width:5.5rem;height:5.5rem;color:var(--tm-primary);background:linear-gradient(145deg, var(--tm-primary-muted) 0%, var(--tm-accent-muted) 100%);border:1px solid var(--tm-border);box-shadow:var(--tm-elev-card);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex;overflow:hidden}.sp-overview__avatar--photo{background:var(--tm-surface-muted);padding:0}.sp-overview__avatar-img{object-fit:cover;width:100%;height:100%;display:block}.sp-overview__body{flex:1;width:100%;min-width:0}.sp-overview__name{color:var(--tm-text-strong);letter-spacing:-.02em;text-align:center;margin:0 0 1rem;font-size:1.5rem;font-weight:800}@media (width>=640px){.sp-overview__name{text-align:left}}.sp-overview__meta{flex-direction:column;gap:.5rem;margin:0 0 1.15rem;display:flex}.sp-overview__row{gap:var(--tm-space-3);font-size:var(--tm-text-body);grid-template-columns:5.5rem 1fr;align-items:baseline;display:grid}@media (width<=400px){.sp-overview__row{grid-template-columns:1fr;gap:.15rem}}.sp-overview__row dt{color:var(--tm-text);margin:0;font-size:.8125rem;font-weight:700}.sp-overview__row dd{color:var(--tm-text-strong);word-break:break-word;margin:0}.sp-overview__link{color:var(--tm-primary);font-weight:600;text-decoration:none}.sp-overview__link:hover{text-decoration:underline}.sp-overview__goal{background:var(--tm-surface-muted);border-radius:var(--tm-radius-md);border:1px solid var(--tm-border);padding:.85rem 1rem}.sp-overview__goal-title{text-transform:uppercase;letter-spacing:.06em;color:var(--tm-text-strong);margin:0 0 .35rem;font-size:.75rem;font-weight:700}.sp-overview__goal-text{font-size:var(--tm-text-body);color:var(--tm-text);margin:0;line-height:1.55}.sp-trust{margin-bottom:1rem}.sp-trust__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.05rem;font-weight:600}.sp-trust__empty{font-size:var(--tm-text-small);color:var(--tm-text);margin:0;line-height:1.5}.sp-trust__stats{gap:.65rem;margin:0;display:grid}.sp-trust__row{font-size:var(--tm-text-body);justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.sp-trust__row dt{color:var(--tm-text);margin:0;font-weight:500}.sp-trust__row dd{font-variant-numeric:tabular-nums;color:var(--tm-text-strong);margin:0;font-weight:700}.sp-interests.tm-card{text-align:left}.sp-interests__title{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-section);color:var(--tm-text-strong);letter-spacing:-.02em;font-weight:700}.sp-interests__sub{margin:0 0 var(--tm-space-5);font-size:var(--tm-text-body);color:var(--tm-text);max-width:var(--tm-prose-width);line-height:1.55}.sp-interests__block{margin-bottom:var(--tm-space-5);padding-bottom:var(--tm-space-5);border-bottom:1px solid var(--tm-border)}.sp-interests__block--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.sp-interests__label{text-transform:uppercase;letter-spacing:.06em;color:var(--tm-text-strong);margin:0 0 .5rem;font-size:.75rem;font-weight:700}.sp-interests__chips{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.sp-chip{color:var(--tm-primary);background:var(--tm-primary-muted);border:1px solid color-mix(in srgb, var(--tm-primary) 28%, var(--tm-border));border-radius:999px;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;display:inline-block}.sp-interests__value{color:var(--tm-text-strong);margin:0;font-size:.9375rem;font-weight:500;line-height:1.45}.sp-interests__value--placeholder{color:var(--tm-text);font-weight:400}.sp-activity{text-align:left}.sp-activity__heading{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-section);color:var(--tm-text-strong);letter-spacing:-.02em;font-weight:700}.sp-activity__sub{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-body);color:var(--tm-text);max-width:var(--tm-prose-width);line-height:1.55}.sp-activity__grid{gap:var(--tm-space-3);grid-template-columns:1fr;display:grid}@media (width>=560px){.sp-activity__grid{grid-template-columns:repeat(2,1fr)}}.sp-activity__card.tm-card{text-align:left;transition:box-shadow .2s,border-color .2s}.sp-activity__card.tm-card:hover{box-shadow:var(--tm-shadow-lg)}.sp-activity__value{color:var(--tm-text-strong);letter-spacing:-.03em;margin:0 0 .25rem;font-size:1.65rem;font-weight:800;line-height:1.1}.sp-activity__label{color:var(--tm-text-strong);margin:0 0 .2rem;font-size:.8125rem;font-weight:600;line-height:1.3}.sp-activity__hint{color:var(--tm-text);margin:0;font-size:.6875rem}.sp-recent{text-align:left}.sp-recent__heading{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-section);color:var(--tm-text-strong);letter-spacing:-.02em;font-weight:700}.sp-recent__sub{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-body);color:var(--tm-text);max-width:var(--tm-prose-width);line-height:1.55}.sp-recent__empty{font-size:var(--tm-text-body);color:var(--tm-text);padding:var(--tm-space-3);background:var(--tm-surface-muted);border-radius:var(--tm-radius-sm);border:1px dashed var(--tm-border);max-width:var(--tm-prose-width);margin:0}.sp-recent__empty--muted{border-style:solid;font-style:italic}.sp-recent__grid{gap:var(--tm-space-4);grid-template-columns:1fr;display:grid}@media (width>=640px){.sp-recent__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.sp-recent__grid{grid-template-columns:repeat(3,1fr)}}.sp-actions{text-align:left;padding:var(--tm-section-head-gap) 0 0;border-top:1px solid var(--tm-border);margin-top:var(--tm-space-1)}.sp-actions__title{margin:0 0 var(--tm-space-3);font-size:var(--tm-text-section);color:var(--tm-text-strong);letter-spacing:-.02em;font-weight:700}.sp-actions__row{gap:var(--tm-space-3);flex-wrap:wrap;align-items:center;display:flex}.sp-actions__link{justify-content:center;min-width:8.5rem;text-decoration:none}.sp-actions__link:hover{text-decoration:none}.sp-actions__hint{margin:var(--tm-space-3) 0 0;color:var(--tm-text);font-size:.75rem}.sp-tf{text-align:left}.sp-tf__heading{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-section);color:var(--tm-text-strong);letter-spacing:-.02em;font-weight:700}.sp-tf__sub{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-body);color:var(--tm-text);max-width:var(--tm-prose-width);line-height:1.55}.sp-tf__error{margin:0 0 var(--tm-space-3);font-size:var(--tm-text-small);color:var(--tm-danger)}.sp-tf__loading{font-size:var(--tm-text-body);color:var(--tm-text);margin:0}.sp-tf__empty-card.tm-card{text-align:left}.sp-tf__empty{font-size:var(--tm-text-body);color:var(--tm-text);margin:0;line-height:1.55}.sp-tf__list{gap:var(--tm-space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sp-tf__item-card.tm-card{text-align:left}.sp-tf__item-head{justify-content:space-between;align-items:baseline;gap:var(--tm-space-2) var(--tm-space-4);margin-bottom:var(--tm-space-2);flex-wrap:wrap;display:flex}.sp-tf__item-who{flex-direction:column;gap:.2rem;min-width:0;display:flex}.sp-tf__tutor-link{color:var(--tm-primary);font-weight:700;text-decoration:none}.sp-tf__tutor-link:hover{text-decoration:underline}.sp-tf__tutor-name{color:var(--tm-text-strong);font-weight:700}.sp-tf__subject{font-size:var(--tm-text-small);color:var(--tm-text)}.sp-tf__date{font-size:var(--tm-text-small);color:var(--tm-text);flex-shrink:0}.sp-tf__stars{margin:0 0 var(--tm-space-2);letter-spacing:.06em;color:var(--tm-border);font-size:1.1rem;line-height:1}.sp-tf__star{color:var(--tm-border)}.sp-tf__star--on{color:color-mix(in srgb, var(--tm-accent) 85%, var(--tm-text-strong))}.sp-tf__no-rating{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-small);color:var(--tm-text)}.sp-tf__note{font-size:var(--tm-text-body);color:var(--tm-text-strong);white-space:pre-wrap;margin:0;line-height:1.55}.sp-tf__note--empty{color:var(--tm-text);font-style:italic}.sp-tf__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.student-profile-page{padding-bottom:var(--tm-page-bottom-loose)}.student-profile-page__breadcrumb{margin-bottom:var(--tm-space-2);text-align:left}.student-profile-page__breadcrumb-link{font-size:var(--tm-text-small);color:var(--tm-text);font-weight:600;text-decoration:none}.student-profile-page__breadcrumb-link:hover{color:var(--tm-primary);text-decoration:underline}.student-profile-page__banner{margin:0 0 var(--tm-section-head-gap);padding:var(--tm-space-3) var(--tm-space-3);font-size:var(--tm-text-small);color:var(--tm-text-strong);background:var(--tm-primary-muted);border:1px solid color-mix(in srgb, var(--tm-primary) 22%, var(--tm-border));border-radius:var(--tm-radius-sm);text-align:left;line-height:1.45}.student-profile-page__layout{margin-top:var(--tm-space-1)}.student-profile-page__main{gap:var(--tm-stack-gap);flex-direction:column;max-width:52rem;display:flex}.student-profile-page__profile-feed{gap:var(--tm-stack-gap);flex-direction:column;display:flex}.student-profile-page__loading{font-size:var(--tm-text-body);color:var(--tm-text);margin:0}.student-profile-page__banner--error{background:color-mix(in srgb, var(--tm-danger) 12%, var(--tm-surface));border-color:color-mix(in srgb, var(--tm-danger) 35%, var(--tm-border));color:var(--tm-text-strong)}.student-profile-page__edit-card.tm-card{text-align:left}.student-profile-page__edit-title{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-section);color:var(--tm-text-strong);font-weight:700}.student-profile-page__edit-lede{margin:0 0 var(--tm-space-5);font-size:var(--tm-text-body);color:var(--tm-text);line-height:1.55}.student-profile-page__photo-block{margin-bottom:var(--tm-space-5);padding-bottom:var(--tm-space-5);border-bottom:1px solid var(--tm-border)}.student-profile-page__photo-title{margin:0 0 var(--tm-space-3);text-transform:uppercase;letter-spacing:.05em;color:var(--tm-text-strong);font-size:.8125rem;font-weight:700}.student-profile-page__photo-row{gap:var(--tm-space-3);flex-wrap:wrap;align-items:center;display:flex}.student-profile-page__file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.student-profile-page__photo-hint{margin:var(--tm-space-3) 0 0;font-size:var(--tm-text-small);color:var(--tm-text-strong)}.student-profile-page__photo-hint--error{color:var(--tm-danger)}.student-profile-page__form{gap:var(--tm-space-4);flex-direction:column;display:flex}.student-profile-page__field{flex-direction:column;gap:.35rem;display:flex}.student-profile-page__field label{color:var(--tm-text-strong);font-size:.8125rem;font-weight:700}.student-profile-page__field-hint{color:var(--tm-text);font-size:.75rem}.student-profile-page__input,.student-profile-page__textarea{font-family:inherit;font-size:var(--tm-text-body);border-radius:var(--tm-radius-sm);border:1px solid var(--tm-border);background:var(--tm-surface);color:var(--tm-text-strong);box-sizing:border-box;width:100%;padding:.55rem .65rem}.student-profile-page__input:focus,.student-profile-page__textarea:focus{outline:2px solid var(--tm-primary);outline-offset:1px;border-color:color-mix(in srgb, var(--tm-primary) 40%, var(--tm-border))}.student-profile-page__input--readonly{background:var(--tm-surface-muted);color:var(--tm-text);cursor:not-allowed}.student-profile-page__textarea{resize:vertical;min-height:5rem;line-height:1.5}.student-profile-page__form-actions{margin-top:var(--tm-space-2);gap:var(--tm-space-3);flex-wrap:wrap;display:flex}.td-stats{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=520px){.td-stats{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.td-stats{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.td-stats{grid-template-columns:repeat(5,1fr)}}.td-stats__card.tm-card{text-align:left;flex-direction:column;gap:.25rem;transition:box-shadow .2s,border-color .2s;display:flex}.td-stats__card.tm-card:hover{box-shadow:var(--tm-shadow-lg);border-color:color-mix(in srgb, var(--tm-primary) 18%, var(--tm-border))}.td-stats__label{color:var(--tm-text);margin:0;font-size:.8125rem;font-weight:600;line-height:1.35}.td-stats__value{color:var(--tm-text-strong);letter-spacing:-.03em;margin:0;font-size:1.75rem;font-weight:800;line-height:1.15}.td-stats__value--rating{align-items:center;gap:.25rem;display:flex}.td-stats__star{color:#f59e0b;font-size:1.5rem;line-height:1}.td-stats__hint{color:var(--tm-text);opacity:.9;margin:0;font-size:.75rem}.td-insight{gap:var(--tm-space-3);margin-bottom:var(--tm-page-header-margin);grid-template-columns:1fr;display:grid}@media (width>=720px){.td-insight{grid-template-columns:repeat(2,minmax(0,1fr))}}.td-insight__card.tm-card{text-align:left;border:1px solid color-mix(in srgb, var(--tm-border) 85%, #ffffff0a);background:linear-gradient(160deg, color-mix(in srgb, var(--tm-surface) 92%, var(--tm-primary-muted)) 0%, var(--tm-surface) 100%);border-radius:18px;height:100%}.td-insight__label{margin:0 0 var(--tm-space-3);text-transform:uppercase;letter-spacing:.06em;color:var(--tm-text);font-size:.6875rem;font-weight:700}.td-insight__meter-wrap{align-items:center;gap:var(--tm-space-3);margin-bottom:var(--tm-space-3);display:flex}.td-insight__meter{background:var(--tm-surface-muted);border:1px solid var(--tm-border);border-radius:999px;flex:1;height:.5rem;overflow:hidden}.td-insight__meter-fill{border-radius:inherit;background:linear-gradient(90deg, var(--tm-accent), var(--tm-primary));height:100%;transition:width .35s}.td-insight__meter-value{color:var(--tm-text-strong);letter-spacing:-.02em;text-align:right;min-width:3rem;font-size:1.25rem;font-weight:800}.td-insight__hint{font-size:var(--tm-text-small);color:var(--tm-text);margin:0;line-height:1.5}.td-insight__inline-link{color:var(--tm-primary);font-weight:600;text-decoration:none}.td-insight__inline-link:hover{text-decoration:underline}.td-insight__next-title{margin:0 0 var(--tm-space-1);color:var(--tm-text-strong);font-size:1.0625rem;font-weight:700}.td-insight__next-meta{margin:0 0 var(--tm-space-3);font-size:var(--tm-text-small);color:var(--tm-text);line-height:1.45}.td-insight__next-empty{font-size:var(--tm-text-small);color:var(--tm-text);margin:0;line-height:1.5}.td-insight__link{font-size:var(--tm-text-small);color:var(--tm-primary);font-weight:600;text-decoration:none}.td-insight__link:hover{text-decoration:underline}.td-schedule.tm-card{text-align:left}.td-schedule__head{border-bottom:1px solid var(--tm-border);margin-bottom:1.1rem;padding-bottom:1rem}.td-schedule__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.td-schedule__sub{color:var(--tm-text);margin:0;font-size:.875rem}.td-schedule__empty{color:var(--tm-text);margin:0;font-size:.9375rem;line-height:1.55}.td-schedule__cards{gap:var(--tm-space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.td-schedule__item{margin:0}.td-pending.tm-card{text-align:left}.td-pending__head{border-bottom:1px solid var(--tm-border);margin-bottom:1rem;padding-bottom:1rem}.td-pending__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.td-pending__sub{color:var(--tm-text);margin:0;font-size:.875rem}.td-pending__list{gap:var(--tm-space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.td-pending__item{margin:0}.td-pending__extra{gap:var(--tm-space-3);margin-top:var(--tm-space-3);padding-top:var(--tm-space-3);border-top:1px solid color-mix(in srgb, var(--tm-border) 85%, transparent);flex-wrap:wrap;display:flex}.td-pending__link{font-size:var(--tm-text-small);color:var(--tm-primary);font-weight:600;text-decoration:none}.td-pending__link:hover{text-decoration:underline}.td-feedback.tm-card{text-align:left}.td-feedback__head{margin-bottom:1rem}.td-feedback__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.td-feedback__sub{color:var(--tm-text);margin:0;font-size:.875rem}.td-feedback__avg{background:var(--tm-primary-muted);border-radius:var(--tm-radius-md);border:1px solid color-mix(in srgb, var(--tm-primary) 22%, var(--tm-border));flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;margin-bottom:1.15rem;padding:.85rem 1rem;display:flex}.td-feedback__avg-value{color:var(--tm-text-strong);letter-spacing:-.02em;align-items:center;gap:.2rem;font-size:1.5rem;font-weight:800;display:inline-flex}.td-feedback__star{color:#f59e0b;font-size:1.35rem;line-height:1}.td-feedback__avg-meta{color:var(--tm-text);font-size:.8125rem;font-weight:500}.td-feedback__list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.td-feedback__item{border-bottom:1px solid var(--tm-border);padding:.9rem 0}.td-feedback__item:first-child{padding-top:0}.td-feedback__item:last-child{border-bottom:none;padding-bottom:0}.td-feedback__item-top{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.td-feedback__who{color:var(--tm-text-strong);font-size:.8125rem;font-weight:700}.td-feedback__rating{gap:.05rem;font-size:.75rem;line-height:1;display:inline-flex}.td-feedback__dot{color:var(--tm-border)}.td-feedback__dot.is-on{color:#f59e0b}.td-feedback__snippet{color:var(--tm-text);margin:0;font-size:.875rem;line-height:1.5}.td-feedback__state{color:var(--tm-text);margin:0 0 1rem;font-size:.875rem;font-style:italic}.td-feedback__empty{color:var(--tm-text);padding:var(--tm-space-4);border-radius:var(--tm-radius-md);border:1px dashed var(--tm-border);background:var(--tm-surface-muted);margin:0;font-size:.9375rem;line-height:1.55}.td-feedback__meta{flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin-bottom:.35rem;display:flex}.td-feedback__date{color:var(--tm-text);font-size:.75rem;font-weight:600}.td-feedback__subject{color:var(--tm-accent);background:var(--tm-accent-muted);border-radius:4px;padding:.1rem .4rem;font-size:.75rem;font-weight:600}.td-actions.tm-card{text-align:left}.td-actions__title{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-section);color:var(--tm-text-strong);letter-spacing:-.02em;font-weight:700}.td-actions__grid{gap:var(--tm-space-3);flex-wrap:wrap;display:flex}.td-actions__link{justify-content:center;min-width:9.5rem;text-decoration:none}.td-actions__link:hover{text-decoration:none}.td-actions__link--with-badge{padding-right:2.25rem;position:relative}.td-actions__badge{background:var(--tm-accent-muted);min-width:1.35rem;height:1.35rem;color:var(--tm-accent);border:1px solid color-mix(in srgb, var(--tm-accent) 35%, transparent);border-radius:999px;justify-content:center;align-items:center;padding:0 .35rem;font-size:.6875rem;font-weight:800;display:inline-flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.td-avail.tm-card{text-align:left}.td-avail__head{margin-bottom:1rem}.td-avail__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.125rem;font-weight:700}.td-avail__sub{color:var(--tm-text);margin:0;font-size:.875rem;line-height:1.5}.td-avail__slots{flex-direction:column;gap:.45rem;margin:0 0 1.1rem;padding:0;list-style:none;display:flex}.td-avail__slot{color:var(--tm-text-strong);background:var(--tm-surface-muted);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);padding:.5rem .65rem;font-size:.875rem;font-weight:500}.td-avail__btn{width:fit-content;text-decoration:none}.td-avail__btn:hover{text-decoration:none}.td-avail__empty{font-size:var(--tm-text-small);color:var(--tm-text);padding:var(--tm-space-3);border-radius:var(--tm-radius-md);border:1px dashed var(--tm-border);background:var(--tm-surface-muted);margin:0 0 1.1rem;line-height:1.55}.tutor-dashboard{padding-bottom:var(--tm-page-bottom)}.tutor-dashboard__loading{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-body);color:var(--tm-text)}.tutor-dashboard__alert{align-items:center;gap:var(--tm-space-3);margin-bottom:var(--tm-space-4);padding:var(--tm-space-3) var(--tm-space-4);border-radius:var(--tm-radius-md);border:1px solid var(--tm-border);background:var(--tm-surface-muted);font-size:var(--tm-text-small);color:var(--tm-text-strong);flex-wrap:wrap;display:flex}.tutor-dashboard__alert--error{border-color:color-mix(in srgb, var(--tm-danger) 35%, var(--tm-border));background:color-mix(in srgb, var(--tm-danger) 8%, var(--tm-surface))}.tutor-dashboard__alert-dismiss{color:var(--tm-primary);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.25rem .5rem;font-size:.8125rem;font-weight:600;text-decoration:underline}.tutor-dashboard__setup{max-width:36rem;margin-bottom:var(--tm-space-6);text-align:left}.tutor-dashboard__setup-title{margin:0 0 var(--tm-space-2);font-size:var(--tm-text-section);color:var(--tm-text-strong);font-weight:700}.tutor-dashboard__setup-body{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-body);color:var(--tm-text);line-height:1.55}.tutor-dashboard__grid{gap:var(--tm-grid-gap);margin-top:var(--tm-page-header-margin);align-items:start;display:grid}@media (width>=960px){.tutor-dashboard__grid{gap:var(--tm-space-6);grid-template-columns:minmax(0,1fr) minmax(280px,320px)}}.tutor-dashboard__col{gap:var(--tm-stack-gap);flex-direction:column;min-width:0;display:flex}.tutor-dashboard__col--main,.tutor-dashboard__col--side{gap:var(--tm-stack-gap)}.tutor-dashboard__related{margin-top:var(--tm-space-8);padding-top:var(--tm-space-6);border-top:1px solid var(--tm-border);font-size:var(--tm-text-small);text-align:left;align-items:center;gap:var(--tm-space-2) var(--tm-space-3);flex-wrap:wrap;display:flex}.tutor-dashboard__related-link{color:var(--tm-primary);font-weight:600;text-decoration:none}.tutor-dashboard__related-link:hover{text-decoration:underline}.tutor-dashboard__related-sep{color:var(--tm-text);-webkit-user-select:none;user-select:none}.tpe-photo.tm-card{text-align:left}.tpe-photo__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.125rem;font-weight:700}.tpe-photo__sub{color:var(--tm-text);max-width:36rem;margin:0 0 1.1rem;font-size:.875rem;line-height:1.5}.tpe-photo__row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.tpe-photo__avatar{width:5rem;height:5rem;color:var(--tm-primary);letter-spacing:.03em;background:linear-gradient(145deg, var(--tm-primary-muted) 0%, var(--tm-accent-muted) 100%);border:1px solid var(--tm-border);box-shadow:var(--tm-shadow-md);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.35rem;font-weight:800;display:flex;overflow:hidden}.tpe-photo__avatar-img{object-fit:cover;width:100%;height:100%;display:block}.tpe-photo__file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tpe-photo__actions{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex;position:relative}.tpe-photo__feedback{margin:.85rem 0 0;font-size:.875rem;line-height:1.45}.tpe-photo__feedback--success{color:var(--tm-accent,#059669)}.tpe-photo__feedback--error{color:var(--tm-danger,#b91c1c)}.tm-select-wrap .tm-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.25rem}@media (prefers-color-scheme:dark){.tm-select-wrap .tm-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}}.tpe-details.tm-card{text-align:left}.tpe-details__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.125rem;font-weight:700}.tpe-details__sub{color:var(--tm-text);margin:0 0 1.25rem;font-size:.875rem;line-height:1.5}.tpe-details__grid{grid-template-columns:1fr;gap:1.1rem;display:grid}@media (width>=640px){.tpe-details__grid{grid-template-columns:repeat(2,1fr)}.tpe-details__full{grid-column:1/-1}}.tpe-details__rate-wrap{min-width:0}.tpe-details__rate-preview{color:var(--tm-text);margin:.35rem 0 0;font-size:.8125rem;line-height:1.4}.tpe-avail.tm-card{text-align:left}.tpe-avail__title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.125rem;font-weight:700}.tpe-avail__sub{color:var(--tm-text);max-width:40rem;margin:0 0 1.25rem;font-size:.875rem;line-height:1.5}.tpe-avail__fieldset{border:none;margin:0 0 1.35rem;padding:0}.tpe-avail__fieldset:last-of-type{margin-bottom:0}.tpe-avail__legend{color:var(--tm-text-strong);margin:0 0 .65rem;padding:0;font-size:.8125rem;font-weight:700}.tpe-avail__days{flex-wrap:wrap;gap:.5rem;display:flex}.tpe-day{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.tpe-day__input{opacity:0;width:0;height:0;position:absolute}.tpe-day__label{min-width:2.75rem;color:var(--tm-text);background:var(--tm-bg);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);justify-content:center;align-items:center;padding:.45rem .55rem;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.tpe-day:hover .tpe-day__label{border-color:color-mix(in srgb, var(--tm-text) 20%, var(--tm-border))}.tpe-day--on .tpe-day__label{background:var(--tm-primary-muted);border-color:color-mix(in srgb, var(--tm-primary) 40%, var(--tm-border));color:var(--tm-primary)}.tpe-day__input:focus-visible+.tpe-day__label{outline:2px solid var(--tm-primary);outline-offset:2px}.tpe-avail__chips{flex-wrap:wrap;gap:.5rem;display:flex}.tpe-chip{color:var(--tm-text);background:var(--tm-bg);border:1px solid var(--tm-border);cursor:pointer;border-radius:999px;padding:.5rem .85rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.tpe-chip:hover{border-color:color-mix(in srgb, var(--tm-text) 18%, var(--tm-border))}.tpe-chip--on{background:var(--tm-accent-muted);border-color:color-mix(in srgb, var(--tm-accent) 45%, var(--tm-border));color:var(--tm-text-strong)}.tpe-chip:focus-visible{outline:2px solid var(--tm-primary);outline-offset:2px}.tpe-avail__slot-dur{background:var(--tm-bg);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);margin-bottom:1.25rem;padding:.85rem 1rem}.tpe-avail__slot-dur-label{color:var(--tm-text-strong);margin-bottom:.3rem;font-size:.8125rem;font-weight:700;display:block}.tpe-avail__slot-select{width:100%;max-width:12rem;color:var(--tm-text-strong);background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);padding:.5rem .65rem;font-family:inherit;font-size:.875rem}.tpe-avail__slot-hint{color:var(--tm-text);margin:.45rem 0 0;font-size:.75rem;line-height:1.45}.tpe-avail__days-list{flex-direction:column;gap:.85rem;display:flex}.tpe-avail-day{background:var(--tm-bg);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);padding:.85rem 1rem}.tpe-avail-day__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.tpe-avail-day__toggle{cursor:pointer;color:var(--tm-text-strong);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.tpe-avail-day__checkbox{width:1rem;height:1rem;accent-color:var(--tm-primary)}.tpe-avail-day__name{font-size:.9375rem}.tpe-avail-day__off{color:var(--tm-text);opacity:.85;font-size:.8125rem}.tpe-avail-day__add-range{padding:.35rem .65rem;font-size:.8125rem}.tpe-avail-day__ranges{border-left:2px solid var(--tm-primary-muted);flex-direction:column;gap:.5rem;padding:.35rem 0 0 1.25rem;display:flex}.tpe-avail-day__empty{color:var(--tm-text);margin:0;font-size:.8125rem;font-style:italic}.tpe-avail-day__errors{color:var(--tm-danger,#f87171);margin:.25rem 0 0;padding-left:1.1rem;font-size:.75rem}.tpe-avail-range__inputs{flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;display:flex}.tpe-avail-range__lbl{flex-direction:column;gap:.2rem;display:flex}.tpe-avail-range__lbl-t{text-transform:uppercase;letter-spacing:.04em;color:var(--tm-text);font-size:.6875rem;font-weight:600}.tpe-avail-range__time{color:var(--tm-text-strong);background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius-sm);padding:.4rem .5rem;font-family:inherit;font-size:.875rem}.tpe-avail-range__sep{color:var(--tm-text);opacity:.7;padding-bottom:.35rem}.tpe-avail-range__remove{margin-left:auto;padding:.35rem .5rem;font-size:.75rem}@media (width<=520px){.tpe-avail-range__remove{width:100%;margin-left:0}}.tpe-actions{margin-top:.25rem}.tpe-actions__notice{color:var(--tm-text-strong);background:var(--tm-accent-muted);border:1px solid color-mix(in srgb, var(--tm-accent) 35%, var(--tm-border));border-radius:var(--tm-radius-sm);text-align:left;margin:0 0 1rem;padding:.65rem .85rem;font-size:.875rem;line-height:1.45}.tpe-actions__notice--success{color:var(--tm-text-strong);background:color-mix(in srgb, var(--tm-accent-muted) 70%, var(--tm-surface-muted));border-color:color-mix(in srgb, var(--tm-accent) 28%, var(--tm-border))}.tpe-actions__notice--error{color:var(--tm-danger);background:#dc262614;border-color:#dc262640}.tpe-actions__row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.tpe-actions__cancel,.tpe-actions__cancel:hover{text-decoration:none}.tpe-actions__hint{color:var(--tm-text);text-align:left;margin:.85rem 0 0;font-size:.75rem}.tutor-profile-edit{padding-bottom:var(--tm-page-bottom-loose)}.tutor-profile-edit__breadcrumb{margin-bottom:var(--tm-space-2);text-align:left}.tutor-profile-edit__breadcrumb-link{font-size:var(--tm-text-small);color:var(--tm-text);font-weight:600;text-decoration:none}.tutor-profile-edit__breadcrumb-link:hover{color:var(--tm-primary);text-decoration:underline}.tutor-profile-edit__form{margin:0}.tutor-profile-edit__stack{gap:var(--tm-stack-gap);max-width:44rem;margin-top:var(--tm-space-1);flex-direction:column;display:flex}.tutor-profile-edit__loading{margin:0 0 var(--tm-space-4);font-size:var(--tm-text-small);color:var(--tm-text);text-align:left}.tutor-profile-edit__alert{margin:0 0 var(--tm-space-4);padding:var(--tm-space-3) var(--tm-space-3);color:var(--tm-danger);border-radius:var(--tm-radius-sm);text-align:left;background:#dc262614;border:1px solid #dc262640;font-size:.875rem;line-height:1.45}.tutor-profile-edit__alert-text{margin:0 0 var(--tm-space-3)}.tutor-profile-edit__retry{font-size:.875rem}.tutor-profile-edit__fieldset{border:none;min-width:0;margin:0;padding:0}.not-found{text-align:left;max-width:28rem}.not-found__code{font-size:var(--tm-text-small);color:var(--tm-primary);letter-spacing:.06em;margin-bottom:var(--tm-space-2);font-weight:700}.not-found__title{letter-spacing:-.02em;margin-bottom:var(--tm-space-2);font-size:clamp(1.35rem,2.2vw,1.625rem);font-weight:700}.not-found__text{color:var(--tm-text);font-size:var(--tm-text-body);margin-bottom:var(--tm-space-5);max-width:var(--tm-prose-width);line-height:1.55}.not-found__actions{gap:var(--tm-space-3);margin-bottom:var(--tm-space-5);flex-wrap:wrap;display:flex}.not-found__actions .tm-btn,.not-found__actions .tm-btn:hover{text-decoration:none}.not-found__more{font-size:var(--tm-text-small);color:var(--tm-text);margin:0}.not-found__inline{color:var(--tm-primary);font-weight:600;text-decoration:none}.not-found__inline:hover{text-decoration:underline}.public-student-profile{max-width:58rem;margin:0 auto;padding:0 1rem 2rem}.public-student-profile__breadcrumb{margin:0 0 .75rem}.public-student-profile__breadcrumb-link{color:var(--tm-accent);font-size:.875rem;font-weight:600;text-decoration:none}.public-student-profile__breadcrumb-link:hover{text-decoration:underline}.public-student-profile__status{color:var(--tm-text);margin:0}.public-student-profile__alert{border-radius:var(--tm-radius-md,8px);border:1px solid var(--tm-border);background:var(--tm-surface-muted);color:var(--tm-text-strong);padding:.85rem 1rem}.public-student-profile__layout{grid-template-columns:1fr;align-items:start;gap:1rem 1.5rem;margin-top:1rem;display:grid}@media (width>=960px){.public-student-profile__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.public-student-profile__hero-card{grid-column:1/-1}.public-student-profile__section--learning{grid-column:1}.public-student-profile__section--feedback{grid-column:2}}.public-student-profile__hero-card{border-radius:var(--tm-radius-lg,12px);border:1px solid var(--tm-border);background:linear-gradient(135deg, color-mix(in srgb, var(--tm-surface) 92%, var(--tm-primary-muted)) 0%, var(--tm-surface) 48%, color-mix(in srgb, var(--tm-surface) 94%, var(--tm-accent-muted)) 100%);box-shadow:var(--tm-shadow-sm);padding:1.25rem 1.35rem;position:relative;overflow:hidden}.public-student-profile__hero-card:before{content:"";background:linear-gradient(180deg, var(--tm-accent) 0%, var(--tm-primary) 100%);opacity:.85;border-radius:var(--tm-radius-lg,12px) 0 0 var(--tm-radius-lg,12px);width:3px;position:absolute;top:0;bottom:0;left:0}.public-student-profile__hero-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}@media (width>=640px){.public-student-profile__hero-inner{text-align:left;flex-direction:row;align-items:flex-start;gap:1.25rem}}.public-student-profile__avatar{background:linear-gradient(145deg, var(--tm-primary-muted) 0%, var(--tm-accent-muted) 100%);border:2px solid color-mix(in srgb, var(--tm-surface) 82%, var(--tm-border));width:5.25rem;height:5.25rem;box-shadow:var(--tm-shadow-md);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.public-student-profile__avatar-img{object-fit:cover;width:100%;height:100%;display:block}.public-student-profile__avatar-initials{color:var(--tm-primary);letter-spacing:.03em;font-size:1.5rem;font-weight:800}.public-student-profile__hero-main{flex-direction:column;flex:1;gap:.85rem;width:100%;min-width:0;display:flex}@media (width>=720px){.public-student-profile__hero-main{flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem 1.5rem}}.public-student-profile__hero-text{flex-direction:column;flex:1;align-items:center;gap:.35rem;min-width:min(100%,14rem);display:flex}@media (width>=640px){.public-student-profile__hero-text{align-items:flex-start}}.public-student-profile__name{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0;font-size:clamp(1.2rem,2.2vw,1.45rem);font-weight:700;line-height:1.2}.public-student-profile__location{color:var(--tm-text);flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.35rem .5rem;margin:0;font-size:.875rem;line-height:1.4;display:flex}@media (width>=640px){.public-student-profile__location{justify-content:flex-start}}.public-student-profile__location-label{text-transform:uppercase;letter-spacing:.06em;color:var(--tm-text);opacity:.75;font-size:.6875rem;font-weight:700}.public-student-profile__location-value{color:var(--tm-text-strong);font-weight:600}.public-student-profile__summary{color:var(--tm-text);border-radius:var(--tm-radius-sm,6px);background:color-mix(in srgb, var(--tm-surface-muted) 65%, transparent);border:1px solid color-mix(in srgb, var(--tm-border) 55%, transparent);max-width:40rem;margin:.15rem 0 0;padding:.35rem .55rem;font-size:.8125rem;line-height:1.45}.public-student-profile__hero-aside{flex-direction:column;flex-shrink:0;align-items:center;gap:.65rem;display:flex}@media (width>=640px){.public-student-profile__hero-aside{align-items:flex-start}}@media (width>=720px){.public-student-profile__hero-aside{text-align:right;align-items:flex-end}}.public-student-profile__trust-empty{max-width:16rem;color:var(--tm-text);margin:0;font-size:.875rem;line-height:1.45}.public-student-profile__stats{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin:0;padding:0;list-style:none;display:flex}@media (width>=640px){.public-student-profile__stats{justify-content:flex-start}}@media (width>=720px){.public-student-profile__stats{justify-content:flex-end}}.public-student-profile__stat{border-radius:var(--tm-radius-sm,6px);background:color-mix(in srgb, var(--tm-surface-muted) 80%, transparent);border:1px solid color-mix(in srgb, var(--tm-border) 45%, transparent);flex-direction:column;align-items:center;min-width:4.25rem;margin:0;padding:.4rem .65rem;display:flex}@media (width>=720px){.public-student-profile__stat{align-items:flex-end}}.public-student-profile__stat dt{text-transform:uppercase;letter-spacing:.05em;color:var(--tm-text);margin:0 0 .1rem;font-size:.625rem;font-weight:700}.public-student-profile__stat dd{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:800;line-height:1.1}.public-student-profile__cta{white-space:nowrap;margin:0;text-decoration:none}.public-student-profile__cta:hover{text-decoration:none}.public-student-profile__section.tm-card{text-align:left}.public-student-profile__section-head{border-bottom:1px solid color-mix(in srgb, var(--tm-border) 70%, transparent);margin-bottom:.65rem;padding-bottom:.5rem}.public-student-profile__section-head--inline{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem .75rem;display:flex}.public-student-profile__section-title{color:var(--tm-text-strong);letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:700}.public-student-profile__section-head--inline .public-student-profile__section-title{margin:0}.public-student-profile__feedback-count{color:var(--tm-accent);background:var(--tm-accent-muted);border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.public-student-profile__section--feedback{margin:0}.public-student-profile__learning-grid{grid-template-columns:1fr;gap:.65rem 1rem;display:grid}@media (width>=520px){.public-student-profile__learning-grid{grid-template-columns:1fr 1fr}.public-student-profile__learning-item--span{grid-column:1/-1}}.public-student-profile__learning-item{border-radius:var(--tm-radius-sm,6px);background:color-mix(in srgb, var(--tm-surface-muted) 55%, transparent);border:1px solid color-mix(in srgb, var(--tm-border) 40%, transparent);padding:.5rem .6rem}.public-student-profile__field-label{text-transform:uppercase;letter-spacing:.05em;color:var(--tm-text);opacity:.85;margin:0 0 .2rem;font-size:.625rem;font-weight:700;display:block}.public-student-profile__field-value{color:var(--tm-text-strong);margin:0;font-size:.875rem;line-height:1.45}.public-student-profile__muted{color:var(--tm-text);opacity:.75}.public-student-profile__tags{flex-wrap:wrap;gap:.25rem .4rem;margin:0;padding:0;list-style:none;display:flex}.public-student-profile__tags li{background:var(--tm-accent-muted);color:var(--tm-accent);border-radius:999px;padding:.15rem .45rem;font-size:.75rem;font-weight:600;display:inline-block}.public-student-profile__empty{color:var(--tm-text);margin:0;font-size:.875rem;line-height:1.45}.public-student-profile__feedback-list{scrollbar-gutter:stable;flex-direction:column;gap:.5rem;max-height:min(70vh,36rem);margin:0;padding:0 .15rem 0 0;list-style:none;display:flex;overflow-y:auto}.public-student-profile__feedback-card{text-align:left;border-radius:var(--tm-radius-md,8px);border:1px solid color-mix(in srgb, var(--tm-border) 75%, transparent);background:var(--tm-surface);box-shadow:0 1px 0 color-mix(in srgb, var(--tm-border) 35%, transparent);padding:.55rem .7rem}.public-student-profile__feedback-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.25rem .75rem;display:flex}.public-student-profile__feedback-identity{flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;min-width:0;display:flex}.public-student-profile__tutor-link{color:var(--tm-primary);font-size:.875rem;font-weight:700;text-decoration:none}.public-student-profile__tutor-link:hover{text-decoration:underline}.public-student-profile__tutor-name{color:var(--tm-text-strong);font-size:.875rem;font-weight:700}.public-student-profile__feedback-subject{color:var(--tm-accent);background:color-mix(in srgb, var(--tm-accent-muted) 70%, transparent);border-radius:4px;padding:.1rem .4rem;font-size:.75rem;font-weight:600}.public-student-profile__feedback-date{color:var(--tm-text);opacity:.9;flex-shrink:0;font-size:.6875rem;font-weight:600}.public-student-profile__feedback-mid{margin:.2rem 0 .15rem}.public-student-profile__stars{letter-spacing:.04em;color:var(--tm-border);margin:0;font-size:.85rem;line-height:1}.public-student-profile__star{color:var(--tm-border)}.public-student-profile__star--on{color:color-mix(in srgb, var(--tm-accent) 85%, var(--tm-text-strong))}.public-student-profile__no-rating{color:var(--tm-text);opacity:.8;font-size:.6875rem;font-weight:600}.public-student-profile__feedback-note{color:var(--tm-text-strong);white-space:pre-wrap;margin:0;font-size:.8125rem;line-height:1.4}.public-student-profile__feedback-note--empty{color:var(--tm-text);opacity:.85;font-style:italic}.public-student-profile__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.legal-page{width:100%;max-width:46rem;margin:0 auto;padding-bottom:1rem}.legal-page__shell{border-radius:var(--tm-radius-lg);box-shadow:var(--tm-shadow-md)}.legal-page__head{border-bottom:1px solid var(--tm-border);margin-bottom:2rem;padding-bottom:1.5rem}.legal-page__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--tm-accent);margin:0 0 .5rem;font-size:.75rem;font-weight:700}.legal-page__title{letter-spacing:-.03em;color:var(--tm-text-strong);margin:0 0 .5rem;font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:700;line-height:1.15}.legal-page__meta{color:color-mix(in srgb, var(--tm-text) 88%, transparent);margin:0 0 1rem;font-size:.8125rem}.legal-page__lead{color:var(--tm-text);max-width:40rem;margin:0;font-size:1rem;line-height:1.65}.legal-page__body{flex-direction:column;gap:1rem;display:flex}@media (width>=640px){.legal-page__body{gap:1.125rem}}.legal-page__section{border-radius:var(--tm-radius-md);border:1px solid var(--tm-border);background:color-mix(in srgb, var(--tm-surface) 96%, var(--tm-bg));padding:1.25rem 1.2rem}@media (width>=480px){.legal-page__section{padding:1.35rem 1.4rem}}.legal-page__section h2{color:var(--tm-text-strong);letter-spacing:-.015em;margin:0 0 .75rem;font-size:1rem;font-weight:600;line-height:1.35}.legal-page__section p{color:var(--tm-text);margin:0 0 .65rem;font-size:.9375rem;line-height:1.65}.legal-page__section p:last-child{margin-bottom:0}.legal-page__section ul{color:var(--tm-text);margin:.25rem 0 0;padding-left:1.2rem;font-size:.9375rem;line-height:1.62}.legal-page__section li{margin-bottom:.4rem}.legal-page__section li:last-child{margin-bottom:0}.legal-page__contact{color:var(--tm-text);margin:0;font-size:.9375rem;line-height:1.65}.legal-page__contact a{color:var(--tm-accent);word-break:break-word;font-weight:600;text-decoration:none}.legal-page__contact a:hover{text-decoration:underline}
