.hero-visual-v2 .floating-card > div:not(.mini-date) {
  display: flex;
  flex-direction: column;
  min-width: 145px;
}

/* Secure membership experience */
.auth-section-v2{padding:54px 0 90px;background:radial-gradient(circle at 8% 15%,rgba(241,133,105,.12),transparent 28%),linear-gradient(180deg,#f7fbfa 0%,#fff 100%)}
.auth-shell-v2{display:grid;grid-template-columns:minmax(330px,.82fr) minmax(540px,1.18fr);max-width:1120px;padding:0;overflow:hidden;border:1px solid #dce9e6;border-radius:28px;background:#fff;box-shadow:0 26px 80px rgba(20,66,61,.13)}
.auth-story{position:relative;display:flex;min-height:720px;flex-direction:column;padding:42px;color:#fff;background:linear-gradient(155deg,rgba(5,78,73,.97),rgba(8,116,108,.93)),url('/assets/img/instructor-studio.webp') center/cover}
.auth-story:after{position:absolute;right:-70px;bottom:-90px;width:250px;height:250px;border:45px solid rgba(255,255,255,.08);border-radius:50%;content:''}
.auth-logo{display:flex;align-items:center;gap:12px;color:#fff;font-size:20px;text-decoration:none}.auth-logo img{width:46px;height:46px;filter:drop-shadow(0 5px 14px rgba(0,0,0,.16))}
.auth-story-copy{position:relative;z-index:1;margin:auto 0}.auth-story .eyebrow{color:#bce9e4}.auth-story h1{max-width:420px;margin:12px 0 18px;color:#fff;font-size:clamp(34px,4vw,52px);line-height:1.08}.auth-story p{max-width:420px;color:#d8efec;font-size:17px;line-height:1.7}
.auth-benefits{display:grid;gap:13px;margin:28px 0 0;padding:0;list-style:none}.auth-benefits li{display:flex;align-items:center;gap:10px}.auth-benefits span{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;color:#075f58;background:#bce9e4;font-weight:800}
.auth-quote{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px;padding-top:25px;border-top:1px solid rgba(255,255,255,.2)}.auth-quote small{color:#bce9e4}
.auth-form-panel{padding:48px 58px}.auth-heading{margin-bottom:28px}.auth-heading h2{margin:7px 0 8px;font-size:clamp(28px,3.2vw,40px)}.auth-heading p{margin:0;color:#647773;line-height:1.55}
.auth-form-v2{display:grid;gap:18px}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.auth-field{display:grid;gap:7px;color:#263b38;font-size:14px;font-weight:700}.auth-field input,.auth-field textarea,.auth-field select{width:100%;min-height:49px;padding:12px 14px;border:1px solid #cbdad7;border-radius:12px;outline:0;background:#fff;color:#18322e;font:inherit;font-weight:500;transition:.2s}.auth-field textarea{resize:vertical}.auth-field input:focus,.auth-field textarea:focus,.auth-field select:focus{border-color:#08746c;box-shadow:0 0 0 3px rgba(8,116,108,.12)}.auth-field select:disabled,.stack-form select:disabled{cursor:not-allowed;background:#f1f5f4;color:#82918f}
.phone-input,.password-wrap{display:flex;align-items:center;border:1px solid #cbdad7;border-radius:11px;overflow:hidden;background:#fff}.phone-input:focus-within,.password-wrap:focus-within{border-color:#08746c;box-shadow:0 0 0 3px rgba(8,116,108,.12)}.phone-input b{padding:0 0 0 14px;color:#08746c}.phone-input input,.password-wrap input{border:0;box-shadow:none!important}.password-wrap button{align-self:stretch;padding:0 14px;border:0;background:#eff8f6;color:#08746c;font-weight:750;cursor:pointer}
.field-help{color:#71817e;font-size:12px;font-weight:500}.auth-field [data-error-for]{min-height:0;color:#b42318;font-size:12px;font-weight:650}.auth-field.has-error input,.auth-field.has-error textarea,.auth-field.has-error .phone-input,.auth-field.has-error .password-wrap{border-color:#d92d20;background:#fff8f7}
.captcha-row{display:grid;grid-template-columns:150px auto 1fr;align-items:center;gap:10px}.captcha-row img{border:1px solid #d4e3e0;border-radius:9px;background:#f6faf9}.captcha-refresh{height:42px;padding:0 12px;border:1px solid #cbdad7;border-radius:9px;background:#fff;color:#08746c;font-weight:750;cursor:pointer}.captcha-row input{text-transform:uppercase;letter-spacing:4px;text-align:center}
.role-choice{margin:2px 0;padding:0;border:0}.role-choice legend{margin-bottom:9px;color:#263b38;font-size:14px;font-weight:750}.role-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.role-choice-grid label{cursor:pointer}.role-choice-grid input{position:absolute;opacity:0}.role-choice-grid span{display:grid;gap:4px;min-height:80px;padding:14px;border:1px solid #cbdad7;border-radius:12px}.role-choice-grid small{color:#657a76;line-height:1.4}.role-choice-grid input:checked+span{border-color:#08746c;background:#eef9f7;box-shadow:0 0 0 2px rgba(8,116,108,.1)}
.privacy-note{display:flex;gap:10px;padding:12px 14px;border-radius:11px;background:#eef8f6;color:#3f5d58}.privacy-note p{margin:0;font-size:12px;line-height:1.55}.auth-submit{min-height:52px;font-size:16px}.auth-submit:disabled{cursor:not-allowed;opacity:.65}.auth-switch{text-align:center;color:#637773}.auth-switch a{color:#08746c;font-weight:800}.form-errors{padding:14px 16px;border:1px solid #f5b9b2;border-radius:11px;background:#fff5f3;color:#912018}.form-errors p{margin:5px 0 0;font-size:13px}
@media(max-width:900px){.auth-shell-v2{grid-template-columns:1fr;max-width:680px}.auth-story{min-height:390px}.auth-story-copy{margin:55px 0}.auth-quote{display:none}}
@media(max-width:620px){.auth-section-v2{padding:20px 12px 55px}.auth-shell-v2{border-radius:19px}.auth-story{min-height:320px;padding:28px}.auth-story h1{font-size:35px}.auth-benefits{display:none}.auth-form-panel{padding:32px 22px}.auth-grid,.role-choice-grid{grid-template-columns:1fr}.captcha-row{grid-template-columns:150px 1fr}.captcha-row input{grid-column:1/-1}.auth-heading h2{font-size:30px}}

@media (max-width: 620px) {
  .hero-visual-v2 .floating-card > div:not(.mini-date) {
    min-width: 0;
  }
}

/* Unified geometry, stacked branding and mobile drawer */
:root{--radius:12px}
.brand{gap:8px}.brand .brand-mark{width:36px;height:36px}.brand-words{display:flex;min-width:max-content;flex-direction:column;justify-content:center;line-height:.92}.brand-words>span,.brand-words>b{display:block;font-size:13px;font-weight:700;letter-spacing:-.25px}.brand-words>b{color:var(--teal);font-weight:850}.brand-light .brand-words>b{color:#fff}
.auth-shell-v2,.auth-story,.cookie,.category-card,.trainer-card,.audience-card,.value-grid article,.process-visual,.dashboard-mock,.benefit-row article,.use-case-grid article,.content-card,.booking-card,.auth-card,.filter-bar,.hero-search,.floating-card,.success-card,.editorial-stamp,.form-errors,.privacy-note,.role-choice-grid span{border-radius:12px!important}
.auth-field input,.auth-field textarea,.phone-input,.password-wrap,.captcha-row img,.captcha-refresh,.mobile-nav-links a,.mobile-nav-actions .button,.mobile-nav-close{border-radius:12px}
.auth-section-v2{padding:42px 0 72px}
.auth-shell-v2.auth-register{display:grid;grid-template-columns:1fr;max-width:920px}
.auth-register .auth-story{display:grid;grid-template-columns:1.45fr .55fr;grid-template-rows:auto 1fr;gap:18px 44px;min-height:245px;padding:30px 40px;background:linear-gradient(110deg,rgba(5,78,73,.97),rgba(8,116,108,.9)),url('/assets/img/instructor-studio.webp') center 38%/cover}
.auth-register .auth-logo{grid-column:1/-1}.auth-register .auth-story-copy{align-self:center;margin:0}.auth-register .auth-story h1{max-width:620px;margin:7px 0 10px;font-size:35px}.auth-register .auth-story p{max-width:650px;margin:0;font-size:15px}.auth-register .auth-benefits{display:none}.auth-register .auth-quote{align-self:end;padding:18px 0 3px}.auth-register .auth-form-panel{padding:42px 58px 48px}
.auth-logo{gap:9px}.auth-logo img{width:38px;height:38px}.auth-logo .brand-words>span,.auth-logo .brand-words>b{font-size:14px}.auth-benefits span{border-radius:8px}
.mobile-nav-backdrop{display:none}
@media(max-width:950px){body.menu-open{overflow:hidden}.menu-toggle{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:0}.menu-toggle:after{content:'☰';font-size:22px}.mobile-nav{display:flex;position:fixed;z-index:151;top:0;right:0;bottom:0;width:min(420px,100%);padding:22px;flex-direction:column;gap:24px;overflow-y:auto;background:#fff;box-shadow:-18px 0 60px rgba(14,51,47,.16);transform:translateX(105%);transition:transform .26s ease}.mobile-nav.open{display:flex;position:fixed;inset:0 0 0 auto;padding:22px;gap:24px;border:0;transform:translateX(0)}.mobile-nav-backdrop:not([hidden]){display:block;position:fixed;z-index:150;inset:0;border:0;background:rgba(4,31,29,.42)}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}.mobile-nav-close{display:grid;width:45px;height:45px;place-items:center;border:2px solid var(--ink);background:#fff;color:var(--ink);font-size:32px;line-height:1}.mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav-actions .button{min-height:50px;padding:12px}.mobile-nav-links{display:grid;gap:11px}.mobile-nav-links a{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;min-height:66px;padding:12px 17px;border:1px solid #e0e8e6;background:#fff;box-shadow:0 8px 24px rgba(16,62,58,.055)}.mobile-menu-icon{display:grid;width:34px;height:34px;place-items:center;color:#687a77;font-size:21px}.mobile-nav-links b{font-size:16px}.mobile-nav-links i{color:#08746c;font-style:normal;font-size:20px;font-weight:800}}
@media(max-width:620px){.brand .brand-mark{width:33px;height:33px}.brand-words>span,.brand-words>b{font-size:12px}.auth-section-v2{padding:18px 12px 48px}.auth-shell-v2{border-radius:12px}.auth-form-panel{padding:30px 21px}.auth-login .auth-form-panel{order:1}.auth-login .auth-story{order:2;min-height:285px;padding:27px}.auth-login .auth-story-copy{margin:32px 0 0}.auth-login .auth-story h1{font-size:33px}.auth-login .auth-benefits,.auth-login .auth-quote{display:none}.auth-register .auth-story{display:block;min-height:225px;padding:25px;background-position:center}.auth-register .auth-logo{margin-bottom:28px}.auth-register .auth-story h1{font-size:29px}.auth-register .auth-story p{font-size:14px}.auth-register .auth-quote{display:none}.auth-register .auth-form-panel{padding:30px 21px}.auth-switch span{display:block}.auth-switch a{display:block;width:max-content;max-width:100%;margin:5px auto 0;white-space:nowrap}.mobile-nav{width:100%;padding:18px 20px}.mobile-nav.open{padding:18px 20px}.mobile-nav-actions .button{font-size:13px}.cookie{border-radius:12px!important}}

/* Mobile-safe authentication layout */
@media(max-width:620px){
  .auth-section-v2{padding:12px 12px 42px}
  .auth-shell-v2.container{width:100%;max-width:none;margin:0}
  .auth-shell-v2,.auth-story,.auth-form-panel,.auth-form-v2,.auth-grid,.auth-field,.role-choice-grid,.captcha-row,.phone-input,.password-wrap{min-width:0;max-width:100%}
  .auth-story,.auth-form-panel{width:100%}
  .auth-form-panel,.auth-register .auth-form-panel{padding:28px 18px 32px}
  .auth-heading{margin-bottom:22px}
  .auth-heading h2{font-size:clamp(25px,8vw,30px);line-height:1.15}
  .auth-heading p{font-size:13px}
  .auth-login .auth-story{min-height:220px;padding:22px}
  .auth-login .auth-story-copy{margin:24px 0 0}
  .auth-login .auth-story h1{font-size:28px}
  .auth-register .auth-story{min-height:190px;padding:22px}
  .auth-register .auth-logo{margin-bottom:20px}
  .auth-register .auth-story h1{font-size:26px}
  .auth-register .auth-story p{font-size:13px;line-height:1.55}
  .auth-grid,.role-choice-grid{grid-template-columns:minmax(0,1fr)}
  .auth-field input,.auth-field textarea{min-width:0}
  .phone-input input,.password-wrap input{min-width:0;flex:1}
  .password-wrap button{flex:0 0 auto;padding:0 12px}
  .captcha-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
  .captcha-row img,.captcha-refresh{box-sizing:border-box;width:100%;min-width:0!important;max-width:100%;height:50px}
  .captcha-row input{grid-column:1/-1}
  .role-choice-grid span{min-height:auto}
  .privacy-note{align-items:flex-start}
  .contract-inline-consent>span:last-child{min-width:0}
  .contract-text-link{white-space:normal}
  .auth-switch{margin:22px 0 0;font-size:13px}
}
@media(max-width:360px){.auth-section-v2{padding-inline:8px}.auth-form-panel,.auth-register .auth-form-panel{padding-inline:15px}.auth-story,.auth-login .auth-story,.auth-register .auth-story{padding-inline:18px}.captcha-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}

@media(max-width:950px){.mobile-nav{transform:none;clip-path:inset(0 0 0 100%);opacity:0;visibility:hidden;pointer-events:none;transition:clip-path .26s ease,opacity .2s ease,visibility .26s}.mobile-nav.open{transform:none;clip-path:inset(0);opacity:1;visibility:visible;pointer-events:auto}}

/* Read-to-accept 3D contracts */
body.contract-open{overflow:hidden}
.auth-field input::placeholder,.auth-field textarea::placeholder,.stack-form input::placeholder,.stack-form textarea::placeholder,.filter-bar input::placeholder{color:#93a5a2;font-weight:450;opacity:1}
.contract-consents{display:grid;gap:8px}.contract-consent-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.contract-consent{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;min-height:76px;padding:12px;border:1px solid #cbdad7;border-radius:12px;background:#fff;text-align:left;transition:.2s}.contract-consent:hover{border-color:#08746c;background:#f5fbf9}.contract-consent-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#edf7f5;color:#08746c;font-size:17px;font-weight:800}.contract-consent>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:2px}.contract-consent b{font-size:13px}.contract-consent small{color:#6d807d;font-size:10px;line-height:1.35}.contract-consent i{color:#08746c;font-style:normal;font-size:18px;font-weight:850}.contract-consent.is-accepted{border-color:#7ebbb1;background:#eef9f6}.contract-consent.is-accepted .contract-consent-icon:before{content:'✓';position:absolute}.contract-consent.is-accepted .contract-consent-icon{position:relative;color:transparent;background:#d7efe9}.contract-consent.is-accepted small{color:#08746c;font-weight:700}.contract-error{color:#b42318;font-size:12px;font-weight:700}.contract-consents.has-error .contract-consent{border-color:#d92d20;background:#fff8f7}
.contract-overlay{position:fixed;z-index:300;inset:0;display:grid;place-items:center;padding:22px;background:rgba(5,35,32,.72);opacity:0;backdrop-filter:blur(7px);transition:opacity .25s}.contract-overlay.is-visible{opacity:1}.contract-scene{width:min(780px,100%);height:min(720px,calc(100vh - 44px));perspective:1800px}.contract-card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transform:rotateY(0);transition:transform .72s cubic-bezier(.2,.75,.2,1)}.contract-card.is-flipped{transform:rotateY(180deg)}.contract-face{position:absolute;inset:0;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:12px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.3);backface-visibility:hidden}.contract-front{display:grid;place-items:center;align-content:center;gap:10px;color:#fff;background:linear-gradient(140deg,#075f58,#0a8177)}.contract-front:after{position:absolute;width:260px;height:260px;border:55px solid rgba(255,255,255,.06);border-radius:50%;content:''}.contract-front img{position:relative;z-index:1;width:72px;height:72px}.contract-front span,.contract-front b{position:relative;z-index:1}.contract-front span{color:#b8e3dc;font-size:12px;letter-spacing:2px;text-transform:uppercase}.contract-front b{font-size:25px}.contract-back{display:grid;grid-template-rows:auto minmax(0,1fr) auto;transform:rotateY(180deg)}.contract-back>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 25px 18px;border-bottom:1px solid var(--line)}.contract-back .eyebrow{margin:0 0 4px}.contract-back h2{margin:0;font-size:25px}.contract-back header button{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid #cbdad7;border-radius:12px;background:#fff;color:#18322e;font-size:26px}.contract-scroll{overflow-y:auto;padding:24px 28px;outline:0;scrollbar-color:#7ebbb1 #edf4f2;scrollbar-width:thin}.contract-document h3{margin:23px 0 7px;color:#153c39;font-size:16px}.contract-document h3:first-child{margin-top:0}.contract-document p{margin:0;color:#526b67;font-size:13px;line-height:1.75}.contract-end{margin-top:28px;padding:15px;border:1px dashed #82bdb4;border-radius:12px;background:#eff9f7;color:#08746c;text-align:center;font-size:13px;font-weight:800}.contract-back>footer{min-height:107px;padding:17px 25px 20px;border-top:1px solid var(--line);background:#fbfdfc}.contract-progress{height:5px;overflow:hidden;border-radius:5px;background:#e2ecea}.contract-progress span{display:block;width:0;height:100%;border-radius:5px;background:linear-gradient(90deg,#08746c,#f1785f);transition:width .12s}.contract-back footer p{margin:11px 0 0;color:#6a7d79;font-size:12px;text-align:center}.contract-back footer .button{width:100%;margin-top:11px}.contract-back footer .button[hidden]{display:none}
@media(max-width:620px){.contract-consent-grid{grid-template-columns:1fr}.contract-overlay{padding:10px}.contract-scene{height:calc(100vh - 20px)}.contract-back>header{padding:17px 18px 14px}.contract-back h2{font-size:20px}.contract-scroll{padding:20px 18px}.contract-back>footer{padding:14px 18px 17px}.contract-document p{font-size:12px;line-height:1.68}}

.contract-overlay[hidden]{display:none}.contract-consent.is-accepted .contract-consent-icon:before{color:#08746c}

/* Keep legal consent visually inline; links still launch the 3D reader */
.contract-inline-consent{display:flex;align-items:flex-start;gap:9px;color:#405a56;font-size:13px;line-height:1.55}.contract-checkmark{display:grid;width:18px;height:18px;flex:0 0 18px;place-items:center;margin-top:2px;border:1px solid #aebfbc;border-radius:5px;background:#fff;color:#fff;font-size:12px;font-weight:900}.contract-inline-consent.is-accepted .contract-checkmark{border-color:#08746c;background:#08746c}.contract-text-link{display:inline;padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:#08746c;font:inherit;font-weight:750;line-height:inherit;cursor:pointer}.contract-text-link:hover{color:#056158}.contract-text-link.is-accepted{color:#08746c}.contract-text-link.is-accepted:after{margin-left:3px;color:#268c72;content:'✓';font-size:10px;vertical-align:top}.contract-consents.has-error .contract-inline-consent{color:#a83023}.contract-consents.has-error .contract-checkmark{border-color:#d92d20}
@media(max-width:950px){.mobile-nav-links a{grid-template-columns:36px 1fr}.mobile-nav-links i{display:none}}

/* Participant dashboard and reliable consent controls */
.mobile-header-logout{display:none}
.participant-dashboard-layout{grid-template-columns:230px minmax(0,1fr);gap:38px}
.participant-panel-nav{gap:7px;padding:10px;border:1px solid #dce8e5;border-radius:12px;background:#fff;box-shadow:0 14px 38px rgba(16,62,58,.07)}
.participant-panel-nav a{display:flex;align-items:center;gap:11px;min-height:48px;padding:11px 13px;border-radius:12px;color:#425b57;font-size:14px;font-weight:700;transition:background .18s ease,color .18s ease,transform .18s ease}
.participant-panel-nav a:hover{transform:translateX(2px)}
.participant-panel-nav a.active{background:var(--teal);color:#fff}
.participant-panel-nav svg,.mobile-header-logout svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.participant-panel-nav .panel-nav-logout{margin-top:5px;border-top:1px solid var(--line);border-radius:0 0 12px 12px;color:#a34737}
.participant-section-heading{align-items:center;margin-bottom:24px}
.participant-section-heading .eyebrow{margin-bottom:5px}
.participant-section-heading .participant-find-button{color:#fff!important;white-space:nowrap;box-shadow:0 9px 22px rgba(8,116,108,.18)}
.participant-find-button>span{font-size:18px;line-height:1}
.participant-empty{padding:64px 26px;border:1px solid #e1ebe8;background:linear-gradient(145deg,#f4faf8,#fbf7f1)}
.participant-empty-icon{display:grid!important;width:56px;height:56px;margin:0 auto 15px;place-items:center;border-radius:50%;background:#dff2ed;color:var(--teal);font-size:26px!important}
.cookie{z-index:190;transition:opacity .18s ease,transform .18s ease;pointer-events:auto}
.cookie[hidden]{display:none!important}
.cookie [data-cookie-choice]{position:relative;z-index:2;pointer-events:auto;touch-action:manipulation}
.cookie.is-closing{opacity:0;transform:translate(-50%,10px);pointer-events:none}

@media(max-width:950px){
  .nav-actions{gap:8px}
  .desktop-logout{display:none!important}
  .mobile-header-logout{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 12px;border:1px solid #cbdad7;border-radius:12px;background:#fff;color:#31504c;font-size:13px;font-weight:750}
  .mobile-nav-actions.is-authenticated{grid-template-columns:1fr}
}

@media(max-width:760px){
  body:has(.participant-panel-nav){padding-bottom:78px}
  .participant-hero{padding:44px 0 36px}
  .participant-hero h1{font-size:34px}
  .participant-hero p{font-size:15px}
  .participant-dashboard{padding:30px 0 50px}
  .participant-dashboard-layout{display:block}
  .participant-panel-nav{position:fixed;z-index:145;left:0;right:0;bottom:0;top:auto;display:grid;grid-template-columns:1fr 1fr;gap:6px;width:100%;padding:8px 12px calc(8px + env(safe-area-inset-bottom));border:0;border-top:1px solid #d8e5e2;border-radius:0;background:rgba(255,255,255,.97);box-shadow:0 -12px 35px rgba(15,53,49,.12);backdrop-filter:blur(14px);overflow:visible}
  .participant-panel-nav a{display:flex;flex-direction:column;justify-content:center;gap:3px;min-height:55px;padding:6px 10px;border-radius:12px;font-size:11px;text-align:center}
  .participant-panel-nav a:hover{transform:none}
  .participant-panel-nav a.active{background:#e1f3ef;color:var(--teal)}
  .participant-panel-nav svg{width:22px;height:22px;flex-basis:22px}
  .participant-panel-nav .panel-nav-logout{display:none}
  .participant-section-heading{gap:12px}
  .participant-section-heading h2{font-size:27px;letter-spacing:-1.2px}
  .participant-section-heading .participant-find-button{min-height:44px;padding:10px 13px;font-size:12px}
  .participant-empty{padding:45px 20px}
  .participant-empty .button{width:100%}
  .appointment-card{padding:15px;gap:13px}
  .appointment-main{min-width:calc(100% - 76px)}
  .cookie{bottom:86px;width:calc(100% - 24px);max-height:calc(100vh - 110px)}
}

@media(max-width:380px){
  .mobile-header-logout{padding:0 9px;font-size:12px}
  .mobile-header-logout svg{width:19px;height:19px;flex-basis:19px}
  .participant-section-heading{align-items:flex-start;flex-direction:column}
  .participant-section-heading .participant-find-button{width:100%}
}

/* Clear selection and balanced CAPTCHA controls */
.captcha-refresh{width:150px;height:50px;min-height:50px}
.role-choice-grid span{position:relative;padding-right:46px;transition:border-color .2s,background-color .2s,box-shadow .2s}
.role-choice-grid input:checked+span:after{position:absolute;top:11px;right:11px;display:grid;width:24px;height:24px;place-items:center;border-radius:8px;background:#08746c;color:#fff;content:'✓';font-size:13px;font-weight:900;box-shadow:0 5px 12px rgba(8,116,108,.22)}

.footer-grid a.brand{display:flex;align-items:center;width:max-content}.image-chip,.hero-kicker{border-radius:12px}

.brand-words{height:36px;justify-content:space-between;line-height:1}.brand-words>span,.brand-words>b{font-size:16px;line-height:1}.auth-logo .brand-words{height:38px}.auth-logo .brand-words>span,.auth-logo .brand-words>b{font-size:16px}
@media(max-width:620px){.brand-words{height:33px}.brand-words>span,.brand-words>b{font-size:14px}.auth-logo .brand-words{height:38px}.auth-logo .brand-words>span,.auth-logo .brand-words>b{font-size:16px}}

/* Keep all four numeric proof items balanced in the mobile 2x2 grid */
@media(max-width:620px){.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-grid>div{min-width:0;height:82px;padding:15px 10px}.proof-grid>div:first-child{padding-left:10px}}

/* Bigenda footer, adapted from Idea's desktop grid + mobile tabs */
.how-showcase .step-list li>span{color:#fff}
.et-footer{margin-top:auto;padding:58px 0 0;background:linear-gradient(145deg,#082e2b,#0b3b37);color:#d7e7e4}.et-footer-desktop{display:block}.et-footer-mobile{display:none}.et-footer-grid{display:grid;grid-template-columns:1.55fr 1fr 1.25fr 1.2fr;gap:38px;padding-bottom:38px}.et-footer-brand p{max-width:330px;margin:20px 0 0;color:#9fbab5;font-size:13px;line-height:1.7}.et-footer .footer-badge{color:#83aaa4}.et-footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.et-footer-col h3,.et-footer-panel h3{position:relative;margin:0 0 10px;padding-bottom:11px;color:#fff;font-size:15px;letter-spacing:.4px;text-transform:none}.et-footer-col h3:after,.et-footer-panel h3:after{position:absolute;bottom:0;left:0;width:38px;height:2px;border-radius:2px;background:#2db3a6;content:''}.et-footer-col a,.et-footer-col p{margin:0;color:#a8c0bc;font-size:13px;line-height:1.65;transition:.2s}.et-footer-col a:hover{padding-left:4px;color:#fff}.et-footer-contact{margin-top:7px!important;padding:9px 13px!important;border:1px solid rgba(120,203,192,.35);border-radius:12px;color:#d7eeea!important}.et-footer-contact:hover{border-color:#67c9bb;background:rgba(255,255,255,.06)}.et-footer .footer-bottom{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:20px 0;border-top:1px solid rgba(255,255,255,.11);color:#7fa09b;text-align:center;font-size:12px}
@keyframes footerPanelIn{from{opacity:0;transform:translateY(-9px)}to{opacity:1;transform:translateY(0)}}
@keyframes footerHintBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}
@media(max-width:768px){.et-footer{padding-top:0}.et-footer-desktop{display:none}.et-footer-mobile{display:block;padding:25px 20px 20px}.et-footer-mobile-intro{margin-bottom:18px;color:#9fbab5;text-align:center;font-size:12px}.et-footer-mobile-intro .et-footer-finger{display:inline-block;margin-left:5px;color:#fff;font-family:Arial,sans-serif;font-size:24px;font-weight:400;line-height:1;vertical-align:-4px;animation:footerHintBounce 1.5s infinite}.et-footer-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.et-footer-tabs button{display:flex;min-height:82px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:10px 5px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.07);color:#d8e7e4;transition:.2s}.et-footer-tabs button i{color:#9bc6bf;font-style:normal;font-size:30px;line-height:1}.et-footer-tabs button span{font-size:12px;font-weight:700}.et-footer-tab-label{display:inline-flex;align-items:center;justify-content:center;gap:4px}.et-footer-tab-label b{display:inline-block;color:#7bd3c6;font-size:19px;line-height:.7;transition:transform .22s ease}.et-footer-tabs button.active .et-footer-tab-label b{color:#08746c;transform:rotate(90deg)}.et-footer-tabs button.active{border-color:#fff;background:#fff;color:#08746c;box-shadow:0 10px 25px rgba(0,0,0,.16)}.et-footer-tabs button.active i{color:#08746c}.et-footer-panel[hidden]{display:none}.et-footer-panel{margin-top:14px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.055)}.et-footer-panel.show{animation:footerPanelIn .28s ease both}.et-footer-panel h3{font-size:13px;letter-spacing:1px;text-transform:uppercase}.et-footer-panel a,.et-footer-panel p{display:block;margin:0;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.09);color:#c2d5d1;font-size:13px}.et-footer-panel a:last-child{border-bottom:0}.et-footer-panel-contact{text-align:center}.et-footer-panel-contact h3:after{left:50%;transform:translateX(-50%)}.et-footer-panel-contact .button{margin-top:13px;padding:12px;border:0;background:#08746c;color:#fff}.et-footer .footer-bottom{width:calc(100% - 40px);padding:18px 0;font-size:11px;line-height:1.6}}
.et-footer-tabs .et-footer-contact-icon{display:grid;width:30px;height:30px;place-items:center}.et-footer-tabs .et-footer-contact-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}

/* Complete panel management surfaces */
.panel-section-title{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.panel-section-title h2{margin:0}.management-list{display:grid;gap:12px}.management-card,.management-row{padding:16px;border:1px solid #dce8e5;border-radius:12px;background:#fff}.management-card{display:grid;gap:12px}.management-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.management-row>div{display:grid;gap:4px}.management-row span{color:var(--muted);font-size:13px}.management-actions{display:flex;flex-wrap:wrap;gap:8px}.management-create{margin-top:16px;padding:14px 16px;border:1px dashed #b8d2cd;border-radius:12px;background:#f8fbfa}.management-create summary{cursor:pointer;color:var(--teal);font-weight:800}.management-create form{margin-top:16px}.availability-list span{position:relative;padding-right:35px}.availability-list span form{position:absolute;top:5px;right:5px}.availability-list span form button{display:grid;width:24px;height:24px;place-items:center;border:0;border-radius:8px;background:#fbe8e4;color:#b74b3e;cursor:pointer}.notification-list{display:grid;gap:10px}.notification-item{padding:14px 16px;border-left:4px solid var(--teal);border-radius:12px;background:#edf8f5}.notification-item.is-read{border-left-color:#b9cac7;background:#f5f7f7}.notification-item p{margin:5px 0;color:var(--text)}.notification-item small{color:var(--muted)}.appointment-button-stack{display:grid;width:min(100%,275px);gap:9px;margin-top:14px}.appointment-button-stack form{margin:0}.appointment-button-stack .button,.appointment-button-stack form,.appointment-button-stack form button{width:100%}.meeting-button{margin:0}.appointment-cancel-button{border:1px solid #e2aaa1;background:#fff;color:#b64a3a}.appointment-cancel-button:hover{border-color:#b64a3a;background:#fff2ef;color:#9f382c}.admin-panel-nav{position:static;display:flex;flex-wrap:wrap;width:100%;margin:24px 0}.admin-panel-nav a{flex:1;min-width:150px;text-align:center}.admin-appointment-row form{margin:0}.participant-notifications{margin-top:26px}
@media(max-width:760px){.panel-section-title,.management-row{align-items:flex-start;flex-direction:column}.management-row form,.management-row .inline-form,.admin-appointment-row form{width:100%}.management-row select,.management-row .button{width:100%}.management-card .field-row{grid-template-columns:1fr}.panel-nav:not(.participant-panel-nav):not(.instructor-panel-nav){display:flex;max-width:100%;overflow-x:auto;position:static;width:100%;padding:8px}.panel-nav:not(.participant-panel-nav):not(.instructor-panel-nav) a{min-width:max-content}.admin-panel-nav{display:grid;grid-template-columns:1fr 1fr;overflow:visible}.admin-panel-nav a{min-width:0}.inline-form{align-items:stretch}.inline-form label{width:100%}.participant-notifications{margin-bottom:20px}}

/* Consistent Turkish lira presentation */
.input-with-currency{position:relative;display:block}.input-with-currency input{padding-right:48px!important}.input-with-currency>b{position:absolute;top:50%;right:13px;transform:translateY(-50%);color:var(--teal);font-size:19px;line-height:1;pointer-events:none}.value-icon-currency{font-size:25px!important;font-weight:800}

/* Header notification center */
.notification-center{position:relative;flex:0 0 auto}.notification-bell{position:relative;display:grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid #cbdad7;border-radius:12px;background:#fff;color:#31504c;transition:.18s}.notification-bell:hover,.notification-bell[aria-expanded="true"]{border-color:#8abdb5;background:#edf8f5;color:var(--teal)}.notification-bell svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notification-badge{position:absolute;top:-7px;right:-7px;display:grid;min-width:21px;height:21px;place-items:center;padding:0 5px;border:2px solid #fff;border-radius:999px;background:var(--teal);color:#fff;font-size:10px;font-weight:900;line-height:1}.notification-dropdown[hidden],.appointment-tab-panel[hidden]{display:none!important}.notification-dropdown{position:absolute;z-index:210;top:calc(100% + 12px);right:0;width:min(380px,calc(100vw - 24px));overflow:hidden;border:1px solid #dce8e5;border-radius:12px;background:#fff;box-shadow:0 22px 65px rgba(12,52,48,.2)}.notification-dropdown:before{position:absolute;top:-7px;right:16px;width:12px;height:12px;border-top:1px solid #dce8e5;border-left:1px solid #dce8e5;background:#fff;content:'';transform:rotate(45deg)}.notification-dropdown-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 19px 14px;border-bottom:1px solid #e6eeec}.notification-dropdown-head small{display:block;color:var(--teal);font-size:9px;font-weight:900;letter-spacing:1.4px}.notification-dropdown-head h3{margin:2px 0 0;font-size:18px;line-height:1.2}.notification-dropdown-head>span{padding:5px 9px;border-radius:999px;background:var(--teal);color:#fff;font-size:11px;font-weight:800}.notification-dropdown-list{max-height:390px;overflow-y:auto}.notification-dropdown-item{display:grid;grid-template-columns:9px 1fr;gap:11px;padding:15px 18px;border-bottom:1px solid #edf2f1;background:#f3faf8}.notification-dropdown-item>i{width:8px;height:8px;margin-top:6px;border-radius:50%;background:var(--teal)}.notification-dropdown-item b{display:block;font-size:13px}.notification-dropdown-item p{margin:3px 0;color:#48615d;font-size:12px;line-height:1.45}.notification-dropdown-item small{color:#7b908c;font-size:10px}.notification-dropdown-item.is-read{background:#fff}.notification-dropdown-item.is-read>i{background:#c8d4d2}.notification-dropdown-empty{display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#6f8682;text-align:center}.notification-dropdown-empty>span{display:grid;width:42px;height:42px;place-items:center;margin-bottom:10px;border-radius:50%;background:#e1f3ef;color:var(--teal);font-weight:900}.notification-dropdown-empty b{color:#31504c;font-size:14px}.notification-dropdown-empty small{margin-top:3px}.notification-dropdown-footer{display:block;padding:13px;border-top:1px solid #e6eeec;color:var(--teal);text-align:center;font-size:12px;font-weight:800}.notification-dropdown-footer:hover{background:#f2f9f7}.notification-dropdown form{display:none}

/* Participant upcoming and appointment history tabs */
.appointment-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 18px;padding:6px;border:1px solid #dce8e5;border-radius:12px;background:#f5f8f7}.appointment-tabs button{display:flex;min-height:45px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:transparent;color:#58706c;font-size:13px;font-weight:800;transition:.18s}.appointment-tabs button>span{display:grid;min-width:22px;height:22px;place-items:center;padding:0 6px;border-radius:999px;background:#e2ebe9;color:#526864;font-size:10px}.appointment-tabs button.active{background:#fff;color:var(--teal);box-shadow:0 5px 16px rgba(18,64,59,.1)}.appointment-tabs button.active>span{background:var(--teal);color:#fff}.appointment-group-empty{padding:46px 24px}.appointment-tab-panel{min-height:160px}
@media(max-width:620px){.notification-dropdown{position:fixed;top:76px;right:12px;left:12px;width:auto;max-height:calc(100vh - 90px)}.notification-dropdown:before{display:none}.notification-dropdown-list{max-height:calc(100vh - 230px)}.notification-dropdown-head{padding:16px}.notification-dropdown-item{padding:14px 15px}.appointment-tabs{position:sticky;z-index:15;top:75px;background:rgba(245,248,247,.96);backdrop-filter:blur(10px)}.appointment-tabs button{font-size:12px}}

/* Account profile and security center */
.account-hero{padding:46px 0;background:linear-gradient(120deg,#edf8f5,#fff8f1)}.account-hero-inner{display:flex;align-items:center;gap:22px}.account-avatar{display:grid;width:82px;height:82px;flex:0 0 82px;place-items:center;border-radius:22px;background:var(--teal);color:#fff;font:800 25px var(--display);box-shadow:0 13px 30px rgba(8,116,108,.22)}.account-hero .eyebrow{margin-bottom:5px}.account-hero h1{margin:0 0 4px!important;font-size:36px!important}.account-hero p{margin:0;font-size:15px}.account-section{padding-top:52px;background:#f8faf9}.account-layout{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start;gap:30px}.account-sidebar{position:sticky;top:100px;overflow:hidden;border:1px solid #dce8e5;border-radius:12px;background:#fff;box-shadow:0 14px 38px rgba(16,62,58,.07)}.account-summary{display:grid;gap:5px;padding:20px;border-bottom:1px solid #e3ecea}.account-summary>b{overflow:hidden;text-overflow:ellipsis;font-size:13px}.account-role{width:max-content;padding:4px 8px;border-radius:999px;background:#e4f4f0;color:var(--teal);font-size:10px;font-weight:850}.account-verification{color:#a26e14;font-size:10px;font-weight:750}.account-verification.is-verified{color:#26745c}.account-sidebar nav{display:grid;padding:8px}.account-sidebar nav a{padding:11px 12px;border-radius:9px;color:#49625e;font-size:13px;font-weight:750}.account-sidebar nav a:hover,.account-sidebar nav a.active{background:#edf8f5;color:var(--teal)}.account-back{display:block;padding:14px 20px;border-top:1px solid #e3ecea;color:var(--teal);font-size:12px;font-weight:800}.account-content{display:grid;gap:20px}.account-card{scroll-margin-top:98px;padding:27px}.account-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:23px;padding-bottom:17px;border-bottom:1px solid #e4ecea}.account-card-head .eyebrow{margin-bottom:5px}.account-card-head h2{margin:0}.account-card-head>span{padding:5px 9px;border-radius:999px;background:#f0f5f4;color:#657d79;font-size:10px;font-weight:800}.account-form{gap:18px}.account-form label{color:#29423e}.account-form label>small{display:block;margin-top:6px;color:#718581;font-size:11px;font-weight:500}.account-form input,.account-form textarea{min-height:48px}.account-form textarea{resize:vertical}.account-form .phone-input,.account-form .password-wrap{margin-top:5px}.account-form .phone-input input,.account-form .password-wrap input{min-width:0;flex:1;margin:0}.account-form-actions{display:flex;justify-content:flex-end;padding-top:4px}.account-form-actions .button{min-width:190px}.account-password-form{max-width:760px}.password-requirements{display:flex;flex-wrap:wrap;gap:8px}.password-requirements span{padding:7px 9px;border-radius:8px;background:#edf8f5;color:#36766b;font-size:10px;font-weight:700}.account-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.account-meta-grid>div{display:grid;gap:4px;padding:15px;border:1px solid #e0eae8;border-radius:12px;background:#f8fbfa}.account-meta-grid small{color:#738783;font-size:10px}.account-meta-grid b{font-size:13px}.account-meta-card{margin-bottom:20px}
@media(max-width:950px){.header-profile-link{display:none}.account-layout{grid-template-columns:200px minmax(0,1fr)}.account-meta-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.participant-panel-nav{grid-template-columns:repeat(3,1fr)}.account-section{padding:30px 0 95px}.account-layout{display:block}.account-sidebar{position:static;margin-bottom:18px}.account-summary{padding:17px}.account-sidebar nav{grid-template-columns:repeat(3,1fr);gap:5px;overflow-x:auto}.account-sidebar nav a{display:flex;min-width:105px;align-items:center;justify-content:center;padding:10px 7px;text-align:center;font-size:11px}.account-back{display:none}.account-card{padding:21px 17px}.account-card-head{align-items:flex-start}.account-card-head>span{display:none}.account-form .field-row{grid-template-columns:1fr}.account-form-actions .button{width:100%}.account-meta-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.account-hero{padding:32px 0}.account-hero-inner{gap:15px}.account-avatar{width:62px;height:62px;flex-basis:62px;border-radius:18px;font-size:19px}.account-hero h1{font-size:27px!important}.account-hero p{font-size:12px}.account-meta-grid{grid-template-columns:1fr}.account-sidebar nav{grid-template-columns:1fr 1fr 1fr}.account-card-head h2{font-size:20px}.password-requirements{display:grid;grid-template-columns:1fr}}

/* Align value-card numbering with icons on mobile */
@media(max-width:620px){.platform-values .value-grid article>span{display:flex;height:48px;align-items:center;top:26px;line-height:1}}

/* Shared action-button icon system */
.button-action-icon{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button-small .button-action-icon{width:15px;height:15px;flex-basis:15px}.button-full .button-action-icon{margin-right:2px}button.text-link,button.text-success,button.text-danger{display:inline-flex;align-items:center;gap:6px}button.text-link .button-action-icon,button.text-success .button-action-icon,button.text-danger .button-action-icon{width:14px;height:14px;flex-basis:14px}.appointment-tabs button .button-action-icon{width:17px;height:17px;flex-basis:17px}.review-demo button{display:inline-flex;align-items:center;justify-content:center;gap:7px}

/* Instant T.C. identity validation */
[data-tc].is-invalid{border-color:#d92d20!important;background:#fff8f7!important;box-shadow:0 0 0 3px rgba(217,45,32,.08)!important}[data-tc].is-valid{border-color:#2c9275!important;background:#f8fffc!important}.field-validation-message[data-error-for="tc_no"],.account-form .field-validation-message[data-error-for="tc_no"]{display:block;min-height:17px;margin-top:5px;color:#b42318;font-size:11px;font-weight:700}.auth-field [data-error-for="tc_no"]{min-height:17px}

/* Premium discover-all action on the homepage */
.discover-all-button{display:inline-flex;min-height:52px;align-items:center;gap:10px;padding:7px 13px 7px 8px;border:1px solid #b9d7d2;border-radius:12px;background:linear-gradient(135deg,#fff 0%,#edf8f5 100%);color:var(--teal);font-size:13px;font-weight:850;white-space:nowrap;box-shadow:0 9px 24px rgba(8,116,108,.09);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.discover-all-button:hover{border-color:#74b5aa;background:#fff;box-shadow:0 13px 30px rgba(8,116,108,.15);transform:translateY(-2px)}.discover-all-icon{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:9px;background:var(--teal);color:#fff;box-shadow:0 6px 14px rgba(8,116,108,.2)}.discover-all-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.discover-all-arrow{width:16px;height:16px;margin-left:2px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.discover-all-button:hover .discover-all-arrow{transform:translateX(3px)}
@media(max-width:620px){.discover-section .section-heading-wide,.trainers-showcase .section-heading{align-items:stretch;flex-direction:column;gap:20px}.discover-all-button{width:100%;justify-content:flex-start}.discover-all-arrow{margin-left:auto}}

/* Cleaner participant dashboard and horizontal appointment dates */
.participant-dashboard{padding-top:58px}.participant-appointment-card{display:block;padding:0;overflow:hidden}.appointment-date-row{display:flex;min-height:70px;align-items:center;gap:12px;padding:13px 17px;border-bottom:1px solid #dce9e6;background:linear-gradient(100deg,#edf8f5,#f9fcfb)}.appointment-date-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:10px;background:var(--teal);color:#fff}.appointment-date-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.appointment-date-copy{display:flex;min-width:0;flex:1;flex-direction:column}.appointment-date-copy small{color:#68807c;font-size:9px;font-weight:850;letter-spacing:1.1px}.appointment-date-copy b{color:#173c38;font-size:14px}.appointment-date-row time{padding:7px 10px;border:1px solid #bcd8d3;border-radius:9px;background:#fff;color:var(--teal);font-size:12px;font-weight:850;white-space:nowrap}.participant-appointment-card .appointment-main{padding:17px}.participant-appointment-card .status{margin-bottom:2px}
@media(max-width:760px){.participant-dashboard{padding-top:28px}.appointment-date-row{min-height:64px;padding:11px 13px}.appointment-date-icon{width:34px;height:34px;flex-basis:34px}.appointment-date-copy small{font-size:8px}.appointment-date-copy b{font-size:13px}.appointment-date-row time{padding:6px 8px;font-size:11px}.participant-appointment-card .appointment-main{padding:15px}}

/* Profile forms without the duplicate account hero and summary */
.account-section{padding-top:58px}.account-layout-clean{display:block;max-width:940px}.account-layout-clean .account-content{width:100%}.account-layout-clean .account-password-form{max-width:none}
@media(max-width:760px){.account-section{padding-top:28px}.account-layout-clean{max-width:none}}

/* Managed city and district catalog */
.location-counts{display:flex;gap:7px}.location-counts span{padding:6px 10px;border-radius:999px;background:#e5f4f1;color:var(--teal);font-size:11px;font-weight:850}.location-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.location-admin-column{min-width:0;overflow:hidden;border:1px solid #dce8e5;border-radius:12px;background:#f8fbfa}.location-column-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 16px;border-bottom:1px solid #dce8e5;background:#fff}.location-column-head h3{margin:0;font-size:16px}.location-column-head details{position:relative}.location-column-head summary{color:var(--teal);font-size:12px;font-weight:850;cursor:pointer}.location-quick-form{position:absolute;z-index:10;top:32px;right:0;display:flex;width:310px;gap:7px;padding:12px;border:1px solid #cddedb;border-radius:12px;background:#fff;box-shadow:0 16px 40px rgba(15,53,49,.16)}.location-quick-form input{min-width:0;flex:1;padding:9px 10px;border:1px solid #cbdad7;border-radius:9px}.location-admin-list{max-height:520px;overflow-y:auto}.location-admin-row{display:grid;grid-template-columns:minmax(105px,.8fr) minmax(120px,1fr) auto;align-items:center;gap:9px;padding:10px 12px;border-bottom:1px solid #e3ecea;background:#fff}.location-admin-row:last-child{border-bottom:0}.location-admin-row.is-selected{background:#edf8f5}.location-admin-row>a{display:flex;min-width:0;flex-direction:column}.location-admin-row>a b{overflow:hidden;text-overflow:ellipsis;font-size:12px}.location-admin-row>a small{color:#718783;font-size:9px}.location-admin-row>input{min-width:0;padding:8px 9px;border:1px solid #ccdcd9;border-radius:9px;background:#fff;font-size:12px}.location-admin-row>div{display:flex;gap:6px}.location-admin-row button{padding:4px;border:0;background:transparent;font-size:10px}.district-list .location-admin-row{grid-template-columns:minmax(140px,1fr) auto}.location-admin .panel-section-title p{margin:4px 0 0;color:var(--muted);font-size:12px}
@media(max-width:860px){.location-admin-grid{grid-template-columns:1fr}.location-admin-list{max-height:430px}}
@media(max-width:520px){.location-admin-row{grid-template-columns:1fr auto}.location-admin-row>a{grid-column:1/-1}.location-admin-row>input{width:100%}.location-quick-form{position:fixed;top:50%;right:16px;left:16px;width:auto;transform:translateY(-50%)}.location-counts{flex-direction:column}}

/* Shared 3D logout confirmation for every panel */
body.logout-confirm-open{overflow:hidden}.logout-confirm-overlay[hidden]{display:none}.logout-confirm-overlay{position:fixed;z-index:360;inset:0;display:grid;place-items:center;padding:20px;background:rgba(5,35,32,.7);opacity:0;backdrop-filter:blur(7px);transition:opacity .24s ease}.logout-confirm-overlay.is-visible{opacity:1}.logout-confirm-scene{width:min(450px,100%);perspective:1400px}.logout-confirm-card{display:flex;min-height:360px;flex-direction:column;align-items:center;justify-content:center;padding:38px;border:1px solid rgba(255,255,255,.55);border-radius:12px;background:linear-gradient(145deg,#fff,#f3faf8);text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.28);outline:0;opacity:0;transform:rotateY(-88deg) scale(.92);transform-style:preserve-3d;transition:transform .46s cubic-bezier(.2,.8,.2,1),opacity .22s}.logout-confirm-card.is-flipped{opacity:1;transform:rotateY(0) scale(1)}.logout-confirm-icon{display:grid;width:66px;height:66px;place-items:center;margin-bottom:20px;border-radius:18px;background:var(--teal);color:#fff;box-shadow:0 13px 28px rgba(8,116,108,.24)}.logout-confirm-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.logout-confirm-card .eyebrow{margin-bottom:8px}.logout-confirm-card h2{margin:0;color:#173c38;font:780 27px/1.18 var(--display);letter-spacing:-.8px}.logout-confirm-card p{max-width:330px;margin:12px 0 25px;color:var(--muted);font-size:13px}.logout-confirm-actions{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:9px}.logout-confirm-actions .button{min-height:49px;padding:12px 14px;font-size:12px}.logout-confirm-actions .button-ghost{box-shadow:none}
@media(max-width:480px){.logout-confirm-overlay{padding:14px}.logout-confirm-card{min-height:335px;padding:30px 20px}.logout-confirm-card h2{font-size:24px}.logout-confirm-actions{grid-template-columns:1fr}.logout-confirm-actions .button{width:100%}}

/* Instructor panel aligned with the participant dashboard */
.instructor-dashboard{padding-top:58px;background:#f8faf9}.instructor-dashboard-layout{grid-template-columns:230px minmax(0,1fr);gap:38px}.instructor-panel-nav{gap:7px;padding:10px;border:1px solid #dce8e5;border-radius:12px;background:#fff;box-shadow:0 14px 38px rgba(16,62,58,.07)}.instructor-panel-nav a{display:flex;align-items:center;gap:11px;min-height:48px;padding:11px 13px;border-radius:12px;color:#425b57;font-size:14px;font-weight:700;transition:background .18s ease,color .18s ease,transform .18s ease}.instructor-panel-nav a:hover{transform:translateX(2px)}.instructor-panel-nav a.active{background:var(--teal);color:#fff}.instructor-panel-nav svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.instructor-panel-nav .panel-nav-logout{margin-top:5px;border-top:1px solid var(--line);border-radius:0 0 12px 12px;color:#a34737}.instructor-section-heading{align-items:center;margin-bottom:24px}.instructor-section-heading .eyebrow{margin-bottom:5px}.instructor-section-heading h2{margin:0}.instructor-section-heading p{margin:5px 0 0;color:var(--muted);font-size:13px}.instructor-section-heading .button{white-space:nowrap}.instructor-dashboard .panel-section{margin-bottom:22px}.instructor-dashboard .content-card{box-shadow:0 8px 28px rgba(16,62,58,.045)}.instructor-dashboard .appointment-card{background:#fff}.instructor-profile-section{min-height:calc(100vh - 82px);background:#f8faf9}.instructor-profile-card .account-card-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.instructor-profile-card .account-card-head>.status{font-size:10px}.instructor-profile-form{max-width:none}.instructor-mode-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}.instructor-mode-choices .check{min-height:76px;padding:14px;border:1px solid #d2e1de;border-radius:12px;background:#f8fbfa}.instructor-mode-choices .check span{display:flex;flex-direction:column}.instructor-mode-choices .check small{color:var(--muted);font-size:10px}.instructor-profile-actions{gap:9px}.instructor-profile-actions .button{min-width:175px}
@media(max-width:760px){body:has(.instructor-panel-nav){padding-bottom:82px}.instructor-dashboard{padding:28px 0 42px}.instructor-dashboard-layout{display:block}.instructor-panel-nav{position:fixed;z-index:145;left:0;right:0;bottom:0;top:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;width:100%;padding:8px 8px calc(8px + env(safe-area-inset-bottom));border:0;border-top:1px solid #d8e5e2;border-radius:0;background:rgba(255,255,255,.97);box-shadow:0 -12px 35px rgba(15,53,49,.12);backdrop-filter:blur(14px);overflow:visible}.instructor-panel-nav a{display:flex;min-width:0;min-height:57px;flex-direction:column;justify-content:center;gap:3px;padding:6px 3px;border-radius:12px;font-size:10px;text-align:center}.instructor-panel-nav a:hover{transform:none}.instructor-panel-nav a.active{background:#e1f3ef;color:var(--teal)}.instructor-panel-nav svg{width:22px;height:22px;flex-basis:22px}.instructor-panel-nav .instructor-nav-secondary{display:none}.instructor-section-heading{align-items:stretch;flex-direction:column;gap:14px}.instructor-section-heading h2{font-size:28px;letter-spacing:-1.2px}.instructor-section-heading .button{width:100%}.instructor-dashboard .panel-section{scroll-margin-top:90px}.instructor-dashboard .content-card{padding:20px 16px}.instructor-dashboard .appointment-card{align-items:flex-start;flex-wrap:wrap;padding:14px;gap:12px}.instructor-dashboard .date-badge{width:56px;flex:0 0 56px}.instructor-dashboard .appointment-main{min-width:calc(100% - 68px)}.instructor-dashboard .appointment-actions{width:100%;padding-left:68px}.instructor-dashboard .appointment-actions form{display:flex;flex-wrap:wrap;gap:12px}.instructor-dashboard .inline-form{grid-template-columns:1fr;width:100%}.instructor-dashboard .inline-form>*{width:100%}.instructor-dashboard .check-row{flex-direction:column;gap:10px}.instructor-dashboard .management-card{padding:14px}.instructor-profile-section{padding:28px 0 94px}.instructor-mode-choices{grid-template-columns:1fr}.instructor-profile-actions{align-items:stretch;flex-direction:column-reverse}.instructor-profile-actions .button{width:100%}}
@media(max-width:380px){.instructor-panel-nav a{font-size:9px}.instructor-dashboard .appointment-actions{padding-left:0}.instructor-dashboard .date-badge{width:50px;flex-basis:50px}.instructor-dashboard .appointment-main{min-width:calc(100% - 62px)}}
.instructor-account-link{width:max-content;max-width:100%;color:var(--teal);font-size:12px;font-weight:800;border-bottom:1px solid #a9cec8}
