@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";.fmx-header{z-index:1000;color:#fff;background:#12345b;border-top:1px solid #ffffff14;font-family:DM Sans,sans-serif;position:fixed;top:0;left:0;right:0}.fmx-header,.fmx-header *{box-sizing:border-box}.fmx-header-row{justify-content:space-between;align-items:center;gap:50px;min-height:92px;display:flex}.fmx-brand{min-width:max-content;color:inherit;align-items:center;gap:13px;text-decoration:none;display:inline-flex}.fmx-logo-mark{color:#12345b;letter-spacing:.04em;background:#fff;border-radius:10px;place-items:center;width:52px;height:52px;font-family:Manrope,sans-serif;font-size:15px;font-weight:800;display:grid}.fmx-brand-copy{flex-direction:column;gap:3px;display:flex}.fmx-brand-copy strong{color:#fff;font-family:Manrope,sans-serif;font-size:20px;font-weight:700;line-height:1.1}.fmx-brand-copy span{color:#ffffffb8;letter-spacing:.18em;font-family:DM Sans,sans-serif;font-size:10px;font-weight:700;line-height:1}.fmx-nav{justify-content:flex-end;align-items:center;gap:38px;display:flex}.fmx-nav a{color:#ffffffd1;padding:10px 0;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.fmx-nav a:after{content:"";transform-origin:100%;background:#fff;height:1px;transition:transform .2s;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.fmx-nav a:hover{color:#fff}.fmx-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.fmx-nav a.active{color:#fff}.fmx-nav a.active:after{transform-origin:0;transform:scaleX(1)}.fmx-menu-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:none}.fmx-menu-button span{background:#fff;border-radius:2px;width:19px;height:2px;transition:transform .2s,opacity .2s;display:block}.fmx-mobile-nav{display:none}@media (width<=1199px){.fmx-header-row{gap:32px;min-height:88px}.fmx-nav{gap:28px}}@media (width<=980px){.fmx-header-row{gap:24px;min-height:84px}.fmx-nav{gap:20px}.fmx-nav a{font-size:13px}}@media (width<=700px){.fmx-header-row{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;min-height:70px;padding:9px 0}.fmx-nav{display:none}.fmx-brand{align-self:center;gap:10px}.fmx-logo-mark{border-radius:8px;width:42px;height:42px;font-size:13px}.fmx-brand-copy strong{font-size:17px}.fmx-brand-copy span{display:none}.fmx-menu-button{flex:0 0 42px;display:flex}.fmx-mobile-nav{opacity:0;border-top:1px solid #ffffff1a;flex-direction:column;width:100%;max-height:0;padding:6px 0 12px;transition:max-height .25s,opacity .2s;display:flex;overflow:hidden}.fmx-mobile-nav.open{opacity:1;max-height:330px}.fmx-mobile-nav a{color:#ffffffc7;border-bottom:1px solid #ffffff12;padding:13px 4px;font-size:14px;font-weight:600;text-decoration:none;display:block}.fmx-mobile-nav a:last-child{border-bottom:none}.fmx-mobile-nav a.active{color:#fff}}@media (width<=430px){.fmx-header-row{min-height:64px;padding-top:8px;padding-bottom:8px}.fmx-logo-mark{width:40px;height:40px;font-size:12px}.fmx-brand-copy strong{font-size:16px}.fmx-menu-button{flex-basis:40px;width:40px;height:40px}.fmx-mobile-nav a{padding:12px 3px;font-size:13.5px}}@media (width<=360px){.fmx-header-row{min-height:62px}.fmx-logo-mark{width:38px;height:38px}.fmx-brand-copy strong{font-size:15px}.fmx-menu-button{flex-basis:38px;width:38px;height:38px}.fmx-mobile-nav a{font-size:13px}}.fmx-footer{color:#ffffff9e;background:var(--navy);border-top:1px solid #ffffff14}.fmx-footer .fmx-wrap{width:min(1100px,100% - 40px);margin:0 auto}.fmx-footer-col>strong{color:var(--white);margin-bottom:5px;font-size:13px;font-weight:700}.fmx-footer-col a{color:#ffffff94;font-size:13px;text-decoration:none;transition:color .18s,transform .18s}.fmx-footer-brand .fmx-brand{opacity:.98;align-items:center;text-decoration:none;display:inline-flex}.fmx-footer-brand .fmx-brand-copy strong{color:var(--white)}.fmx-footer-brand .fmx-brand-copy span{color:#ffffff8c}@media (width<=760px){.fmx-footer .fmx-wrap{width:min(100% - 28px,1100px)}.fmx-footer-top{grid-template-columns:1fr 1fr;gap:35px 25px;padding:45px 0 35px}.fmx-footer-brand{grid-column:1/-1}.fmx-footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media (width<=500px){.fmx-footer-top{grid-template-columns:1fr;gap:30px;padding:40px 0 30px}.fmx-footer-brand{grid-column:auto}.fmx-footer-bottom{padding:16px 0 22px}}:root{--navy:#12345b;--navy-deep:#0c2948;--white:#fff;--paper:#f7f9fc;--ink:#132238;--muted:#5e6d7e;--line:#dfe6ee;--accent-soft:#eaf2f9;--green:#2f8f5b}html,body,#root{width:100%;min-width:0;margin:0}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3{margin:0;font-family:Manrope,sans-serif}.fmx-page{width:100%;min-height:100vh;margin:0;padding-top:92px}.fmx-wrap{width:min(100% - 72px,1240px);margin:0 auto}section[id]{scroll-margin-top:112px}.fmx-section-heading{text-align:center;max-width:900px;margin:0 auto}.fmx-section-heading h2{letter-spacing:-.035em;margin-top:13px;font-size:clamp(30px,4vw,45px);line-height:1.12}.fmx-section-heading p{max-width:650px;color:var(--muted);margin:15px auto 0;font-size:15px;line-height:1.7}.fmx-on-dark h2{color:var(--white)}.fmx-on-dark p{color:#ffffffab}.fmx-eyebrow{color:var(--navy);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:700;display:inline-flex}.fmx-eyebrow.on-dark{color:#ffffffc2}.fmx-eyebrow-dot{background:currentColor;border-radius:50%;flex:none;width:6px;height:6px}.fmx-primary-btn{min-height:48px;color:var(--white);background:var(--navy);border:1px solid var(--navy);border-radius:7px;justify-content:center;align-items:center;gap:9px;padding:0 21px;font-size:14px;font-weight:700;transition:transform .18s,background .18s;display:inline-flex}.fmx-primary-btn:hover{background:var(--navy-deep);transform:translateY(-2px)}.fmx-primary-btn.light{color:var(--navy);background:var(--white);border-color:var(--white)}.fmx-primary-btn.light:hover{background:#edf3f8}.fmx-text-btn{min-height:44px;color:var(--navy);border-bottom:1px solid #12345b4d;align-items:center;font-size:14px;font-weight:600;display:inline-flex}.fmx-text-btn:hover{border-color:var(--navy)}.fmx-outline-btn{min-height:46px;color:var(--white);border:1px solid #ffffff57;border-radius:7px;justify-content:center;align-items:center;padding:0 18px;font-size:13.5px;font-weight:700;transition:background .18s,border-color .18s;display:inline-flex}.fmx-outline-btn:hover{background:#ffffff14;border-color:#ffffffa6}.fmx-hero{background:var(--white)}.fmx-hero-inner{grid-template-columns:minmax(0,1fr);gap:42px;padding:86px 0 94px;display:grid}.fmx-hero-copy{text-align:center;max-width:1080px;margin:0 auto}.fmx-hero-kicker{color:var(--green);letter-spacing:.14em;text-transform:uppercase;justify-content:center;align-items:center;margin-bottom:15px;font-size:13px;font-weight:800;display:inline-flex}.fmx-hero h1{max-width:1400px;color:var(--navy-deep);letter-spacing:-.035em;white-space:nowrap;margin:0 auto;font-size:clamp(34px,4.2vw,54px);font-weight:600;line-height:1.1}.fmx-hero h1 span{color:var(--navy)}.fmx-hero-copy>p{max-width:680px;color:var(--muted);margin:22px auto 0;font-size:16px;line-height:1.7}.fmx-hero-actions{justify-content:center;align-items:center;gap:25px;margin-top:30px;display:flex}.fmx-hero-image-wrap{background:var(--paper);border-radius:18px;width:min(100%,1060px);margin:0 auto;overflow:hidden}.fmx-hero-image{object-fit:cover;object-position:center;width:100%;height:min(55vw,520px);min-height:300px;display:block}.fmx-programs{color:var(--white);background:var(--navy);padding:104px 0 112px}.fmx-program-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:48px;display:grid}.fmx-program-card{min-height:0;color:var(--ink);background:var(--white);border:1px solid var(--white);border-radius:14px;flex-direction:column;padding:28px 30px 26px;transition:transform .18s,background .18s,box-shadow .18s;display:flex}.fmx-program-card:hover{background:#f4f7fa;border-color:#f4f7fa;transform:translateY(-3px);box-shadow:0 14px 30px #0000001f}.fmx-program-card-top{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.fmx-program-icon{width:42px;height:42px;color:var(--navy);background:var(--accent-soft);border-radius:10px;place-items:center;display:grid}.fmx-program-arrow{width:30px;height:30px;color:var(--navy);border:1px solid #12345b47;border-radius:50%;place-items:center;display:grid}.fmx-program-card h3{color:var(--ink);font-size:20px;line-height:1.25}.fmx-program-card p{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.65}.fmx-journey{color:var(--ink);background:var(--white);padding:108px 0 116px}.fmx-journey .fmx-section-heading h2{color:var(--ink)}.fmx-journey-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px;display:grid}.fmx-journey-step{min-height:0;color:var(--white);background:var(--navy);border:1px solid var(--navy);border-radius:14px;padding:28px;transition:transform .18s,box-shadow .18s}.fmx-journey-step:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000001f}.fmx-step-number{color:#ffffff8c;letter-spacing:.08em;font-size:11px;font-weight:700}.fmx-step-icon{width:42px;height:42px;color:var(--navy);background:var(--accent-soft);border-radius:8px;place-items:center;margin-top:16px;display:grid}.fmx-journey-step h3{color:var(--white);margin-top:19px;font-size:18px;line-height:1.3}.fmx-journey-step p{color:#ffffffb3;max-width:240px;margin:9px 0 0;font-size:13.5px;line-height:1.65}.fmx-difference{color:var(--white);background:var(--navy);padding:108px 0 112px}.fmx-reasons{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:48px;display:grid}.fmx-reason{min-height:0;color:var(--ink);background:var(--white);border:1px solid var(--white);border-radius:14px;grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:16px;padding:22px 24px;transition:transform .18s,background .18s,box-shadow .18s;display:grid}.fmx-reason:hover{background:#f4f7fa;transform:translateY(-3px);box-shadow:0 14px 30px #0000001f}.fmx-reason>span:first-child{color:#7b8da2;font-size:11px;font-weight:700}.fmx-reason h3{color:var(--ink);font-size:17px}.fmx-reason p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.55}.fmx-check{width:28px;height:28px;color:var(--navy);background:var(--accent-soft);border-radius:50%;place-items:center;display:grid}.fmx-modes{color:var(--ink);background:var(--white);padding:108px 0 116px}.fmx-modes .fmx-section-heading h2{color:var(--ink)}.fmx-mode-grid{grid-template-columns:1fr;gap:18px;margin-top:48px;display:grid}.fmx-mode{min-height:126px;color:var(--white);background:var(--navy);border:1px solid var(--navy);border-radius:14px;grid-template-columns:52px 55px minmax(180px,.9fr) minmax(180px,auto) minmax(260px,1.2fr);align-items:center;gap:22px;padding:24px 30px;transition:transform .18s,box-shadow .18s;display:grid}.fmx-mode:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000001f}.fmx-mode-icon{width:42px;height:42px;color:var(--navy);background:var(--accent-soft);border-radius:8px;place-items:center;display:grid}.fmx-mode-number{color:#ffffff80;letter-spacing:.08em;font-size:11px;font-weight:700}.fmx-mode h3{color:var(--white);margin:0;font-size:19px;line-height:1.3}.fmx-mode-tags{flex-wrap:wrap;justify-content:flex-start;gap:6px;display:flex}.fmx-mode-tags span{color:#ffffffc7;letter-spacing:.05em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;min-height:30px;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.fmx-mode p{color:#ffffffb3;width:100%;max-width:320px;margin:0;font-size:13.5px;line-height:1.6}.fmx-tutor-section{background:var(--navy);padding:0}.fmx-tutor-panel{width:100%;color:var(--white);background:var(--navy)}.fmx-tutor-panel-inner{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:center;gap:50px;padding-top:70px;padding-bottom:70px;display:grid}.fmx-tutor-panel h2{max-width:650px;color:var(--white);letter-spacing:-.035em;margin-top:13px;font-size:clamp(30px,3.8vw,46px);line-height:1.08}.fmx-tutor-panel p{color:#ffffffb8;max-width:650px;margin:14px 0 0;font-size:15px;line-height:1.65}.fmx-tutor-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.fmx-contact{background:var(--white);padding:108px 0 112px}.fmx-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:48px;display:grid}.fmx-contact-card{min-height:118px;color:var(--white);background:var(--navy);border:1px solid var(--navy);border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:26px 28px;display:flex}.fmx-contact-card>div{min-width:0}.fmx-contact-label{color:#ffffff9e;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:700;display:block}.fmx-contact-card strong{color:var(--white);overflow-wrap:anywhere;font-family:Manrope,sans-serif;font-size:17px;line-height:1.4;display:block}.fmx-copy-btn{width:auto;min-width:34px;height:34px;color:var(--navy);background:var(--white);border:1px solid var(--white);cursor:pointer;border-radius:7px;flex:none;place-items:center;padding:0 10px;transition:transform .18s,background .18s;display:grid}.fmx-copied-text{white-space:nowrap;font-size:11px;font-weight:700}.fmx-copy-btn:hover{background:#edf3f8;transform:translateY(-1px)}.fmx-footer{color:#ffffff9e;background:var(--navy);border-top:1px solid #ffffff14;width:100%}.fmx-footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:64px 0 50px;display:grid}.fmx-footer-brand{align-items:flex-start;display:flex}.fmx-footer-brand .fmx-brand{opacity:.98;align-items:center;gap:11px;display:inline-flex}.fmx-footer-brand .fmx-logo-mark{width:42px;height:42px;color:var(--navy);background:var(--white);letter-spacing:.02em;border-radius:9px;flex:0 0 42px;justify-content:center;align-items:center;font-family:Manrope,sans-serif;font-size:14px;font-weight:800;display:inline-flex}.fmx-footer-brand .fmx-brand-copy{flex-direction:column;display:flex}.fmx-footer-brand .fmx-brand-copy strong{color:var(--white);font-family:Manrope,sans-serif;font-size:16px;font-weight:700;line-height:1.2}.fmx-footer-brand .fmx-brand-copy span{color:#ffffff8c;margin-top:4px;font-size:11px}.fmx-footer-col{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.fmx-footer-col>strong{color:var(--white);margin-bottom:5px;font-family:Manrope,sans-serif;font-size:13px;font-weight:700}.fmx-footer-col a{color:#ffffff94;font-size:13px;line-height:1.5;transition:color .18s,transform .18s}.fmx-footer-col a:hover{color:var(--white);transform:translate(2px)}.fmx-footer-bottom{color:#ffffff61;letter-spacing:.04em;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:20px;padding:18px 0 24px;font-size:11px;display:flex}.fmx-footer-bottom span{display:block}@media (width>=1440px){.fmx-wrap{width:min(100% - 96px,1320px)}.fmx-hero h1{font-size:clamp(58px,5vw,76px)}.fmx-hero-image{height:540px}}@media (width<=1199px){.fmx-wrap{width:min(100% - 56px,1120px)}.fmx-hero-inner{padding-top:78px;padding-bottom:86px}.fmx-hero h1{font-size:clamp(46px,6vw,68px)}.fmx-hero-image{height:min(50vw,500px)}.fmx-tutor-panel-inner{gap:34px}.fmx-mode{grid-template-columns:52px 50px minmax(160px,.8fr) minmax(160px,auto) minmax(220px,1fr);gap:18px;padding:24px 26px}}@media (width<=980px){.fmx-page{padding-top:84px}section[id]{scroll-margin-top:104px}.fmx-wrap{width:min(100% - 44px,820px)}.fmx-hero-inner{padding-top:68px;padding-bottom:78px}.fmx-hero h1{font-size:clamp(40px,7vw,60px)}.fmx-hero-copy>p{max-width:620px}.fmx-hero-image{height:440px}.fmx-program-grid{gap:16px}.fmx-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.fmx-tutor-panel-inner{grid-template-columns:1fr;gap:28px;padding-top:48px;padding-bottom:48px}.fmx-tutor-actions{justify-content:flex-start}.fmx-mode{grid-template-columns:52px 50px minmax(140px,1fr) minmax(140px,1fr);gap:18px}.fmx-mode p{max-width:none}.fmx-footer-top{grid-template-columns:1.5fr 1fr 1fr;gap:32px}}@media (width<=700px){.fmx-page{padding-top:118px}section[id]{scroll-margin-top:130px}.fmx-wrap{width:calc(100% - 30px)}.fmx-hero-inner{gap:32px;padding:54px 0 66px}.fmx-hero h1{white-space:normal;font-size:clamp(36px,10vw,52px)}.fmx-hero-copy>p{margin-top:18px;font-size:14.5px}.fmx-hero-actions{flex-direction:column;gap:14px;margin-top:24px}.fmx-hero-actions .fmx-primary-btn,.fmx-hero-actions .fmx-text-btn{justify-content:center;width:100%}.fmx-hero-image{border-radius:14px;height:330px;min-height:0}.fmx-programs,.fmx-journey,.fmx-difference,.fmx-modes,.fmx-contact{padding-top:76px;padding-bottom:80px}.fmx-section-heading h2{font-size:clamp(29px,8vw,38px)}.fmx-program-grid,.fmx-journey-grid,.fmx-mode-grid{grid-template-columns:1fr;gap:14px;margin-top:36px}.fmx-program-card{padding:23px}.fmx-journey-step{padding:25px}.fmx-reasons{grid-template-columns:1fr;gap:14px;margin-top:36px}.fmx-reason{grid-template-columns:34px minmax(0,1fr) 28px;gap:10px;padding:16px}.fmx-reason h3{font-size:16px}.fmx-reason p{font-size:12.5px}.fmx-mode{grid-template-columns:52px 1fr;align-items:start;gap:0 16px;min-height:0;padding:24px;display:grid}.fmx-mode-icon{grid-row:1/3}.fmx-mode-number{text-align:left;width:auto;margin:0}.fmx-mode h3{text-align:left;width:auto;margin-top:6px}.fmx-mode-tags{grid-column:1/-1;justify-content:flex-start;margin-top:18px}.fmx-mode p{text-align:left;grid-column:1/-1;max-width:100%;margin-top:12px}.fmx-tutor-panel-inner{padding-top:36px;padding-bottom:36px}.fmx-tutor-panel h2{font-size:clamp(29px,8vw,40px)}.fmx-tutor-actions{flex-direction:column;align-items:stretch}.fmx-primary-btn,.fmx-outline-btn{width:100%}.fmx-contact-grid{grid-template-columns:1fr;gap:14px;margin-top:36px}.fmx-contact-card{min-height:0;padding:22px}.fmx-footer-top{grid-template-columns:1fr 1fr;gap:32px 22px;padding-top:48px;padding-bottom:38px}.fmx-footer-brand{grid-column:1/-1}.fmx-footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;padding-top:17px;padding-bottom:22px}}@media (width<=430px){.fmx-page{padding-top:142px}section[id]{scroll-margin-top:154px}.fmx-wrap{width:calc(100% - 24px)}.fmx-hero-inner{padding-top:46px;padding-bottom:58px}.fmx-hero h1{font-size:35px}.fmx-hero-image{border-radius:12px;height:260px}.fmx-program-card,.fmx-mode,.fmx-journey-step{padding:22px}.fmx-mode{grid-template-columns:48px 1fr;gap:0 14px}.fmx-mode-icon{width:42px;height:42px}.fmx-tutor-panel-inner{padding-top:30px;padding-bottom:30px}.fmx-footer-top{grid-template-columns:1fr;gap:28px}.fmx-footer-brand{grid-column:auto}.fmx-footer-col{gap:9px}}@media (width<=360px){.fmx-page{padding-top:156px}section[id]{scroll-margin-top:168px}.fmx-hero h1{font-size:32px}.fmx-hero-image{height:230px}.fmx-footer-top{padding-top:40px;padding-bottom:32px}}.login-page{color:#1e293b;background:radial-gradient(circle at 15% 20%,#6366f114,#0000 28%),radial-gradient(circle at 85% 80%,#a855f714,#0000 28%),#f8fafc;justify-content:center;align-items:center;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.login-decoration{pointer-events:none;position:absolute;inset:0;overflow:hidden}.balloon{border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;font-size:31px;animation:6s ease-in-out infinite floatingBalloon;display:flex;position:absolute;box-shadow:0 15px 35px #0f172a14}.balloon span{display:block}.balloon-blue{background:#dbeafee6;top:10%;left:8%;transform:rotate(-8deg)}.balloon-yellow{background:#fef9c3e6;animation-delay:1.5s;top:68%;right:8%;transform:rotate(8deg)}.balloon-purple{background:#ede9fee6;animation-delay:3s;top:18%;right:11%;transform:rotate(5deg)}@keyframes floatingBalloon{0%,to{transform:translateY(0)rotate(-4deg)}50%{transform:translateY(-10px)rotate(4deg)}}.floating-shape{opacity:.35;border-radius:50%;position:absolute}.shape-one{background:#dbeafe;width:160px;height:160px;bottom:10%;left:-80px}.shape-two{background:#ede9fe;width:110px;height:110px;top:42%;right:2%}.shape-three{background:#fef3c7;width:65px;height:65px;top:75%;left:14%}.education-doodle{opacity:.28;color:#6366f1;font-size:28px;font-weight:700;animation:5s ease-in-out infinite doodleFloat;position:absolute}.doodle-one{top:13%;left:23%}.doodle-two{animation-delay:1.5s;bottom:16%;right:24%}.doodle-three{animation-delay:2.5s;bottom:25%;left:10%}@keyframes doodleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.login-main{z-index:2;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:30px 20px;display:flex;position:relative}.login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border:1px solid #e2e8f0e6;border-radius:18px;width:100%;max-width:430px;padding:38px 38px 25px;box-shadow:0 25px 60px #0f172a1a,0 5px 15px #0f172a0a}.login-brand{text-align:center;margin-bottom:27px}.login-brand-mark{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:13px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 11px;font-size:16px;font-weight:800;display:flex;box-shadow:0 8px 20px #4f46e538}.login-brand-name{color:#1e293b;font-size:18px;font-weight:700}.login-brand-tagline{letter-spacing:1.1px;color:#94a3b8;margin-top:4px;font-size:11px;font-weight:500}.login-heading{text-align:center;margin-bottom:26px}.login-eyebrow{letter-spacing:1.8px;color:#6366f1;margin-bottom:8px;font-size:10px;font-weight:700}.login-heading h1{letter-spacing:-.5px;color:#172033;margin:0;font-size:27px;font-weight:750;line-height:1.2}.login-heading p{color:#64748b;max-width:330px;margin:9px auto 0;font-size:13px;line-height:1.55}.login-form{width:100%}.login-field{margin-bottom:18px}.login-field label{color:#374151;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.login-input-container{width:100%;position:relative}.input-icon{z-index:1;color:#94a3b8;pointer-events:none;justify-content:center;align-items:center;width:20px;font-size:15px;font-weight:600;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.password-icon{letter-spacing:-1px;font-size:12px}.login-input{box-sizing:border-box;color:#1e293b;background:#fff;border:1px solid #dbe1ea;border-radius:8px;outline:none;width:100%;height:46px;padding:0 14px 0 42px;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.login-input::placeholder{color:#a8b1bf}.login-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.login-input:disabled{color:#64748b;cursor:not-allowed;background:#f8fafc}.password-input{padding-right:65px}.otp-input{letter-spacing:4px;font-weight:650}.password-toggle{color:#6366f1;cursor:pointer;background:0 0;border:none;padding:5px 4px;font-size:11px;font-weight:650;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.password-toggle:hover{color:#4338ca}.login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:7px;margin:0 0 15px;padding:10px 12px;font-size:12px;line-height:1.45}.login-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;margin:0 0 15px;padding:10px 12px;font-size:12px;line-height:1.45}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;height:46px;font-size:13px;font-weight:650;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 8px 18px #4f46e52e}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 11px 23px #4f46e53b}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.65;cursor:not-allowed}.login-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite loginSpinner}@keyframes loginSpinner{to{transform:rotate(360deg)}}.otp-switch-button{color:#6366f1;cursor:pointer;background:0 0;border:none;width:100%;margin-top:13px;padding:8px 0;font-size:12px;font-weight:600;transition:color .2s}.otp-switch-button:hover{color:#4338ca;text-decoration:underline}.otp-information{background:#f8fafc;border:1px solid #e5e7eb;border-radius:7px;margin-top:2px;margin-bottom:15px;padding:10px 12px}.otp-info-line{color:#64748b;align-items:center;gap:8px;margin:4px 0;font-size:11.5px;line-height:1.4;display:flex}.otp-info-icon{color:#4f46e5;justify-content:center;align-items:center;width:17px;font-size:13px;font-weight:700;display:inline-flex}.otp-info-line strong{color:#374151;font-weight:650}.otp-attempts{color:#b45309;text-align:center;border-top:1px solid #e5e7eb;margin-top:8px;padding-top:8px;font-size:11.5px;font-weight:650}.otp-attempts-danger{color:#b91c1c}.resend-otp{color:#6b7280;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;margin-top:13px;font-size:11.5px;line-height:1.5;display:flex}.resend-timer{color:#6b7280;font-weight:500}.resend-timer strong{color:#4f46e5;font-weight:650}.resend-button{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-size:11.5px;font-weight:650}.resend-button:hover{color:#4338ca;text-decoration:underline}.resend-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{color:#94a3b8;border-top:1px solid #eef2f7;justify-content:center;align-items:center;gap:8px;margin-top:28px;padding-top:18px;font-size:10px;font-weight:500;display:flex}.secure-text{color:#64748b}.footer-divider{color:#cbd5e1}.login-bottom-text{text-align:center;color:#b0b8c5;margin-top:8px;font-size:9.5px}@media (width<=600px){.login-main{padding:20px 15px}.login-card{border-radius:15px;max-width:100%;padding:30px 25px 22px}.balloon{width:58px;height:58px;font-size:23px}.balloon-blue{top:8%;left:2%}.balloon-purple{top:13%;right:3%}.balloon-yellow{top:auto;bottom:8%;right:3%}.login-heading h1{font-size:25px}.login-heading p{font-size:12px}}@media (width<=380px){.login-main{padding:15px 10px}.login-card{padding:25px 18px 20px}.login-brand-name{font-size:16px}.login-heading h1{font-size:23px}.login-heading p{font-size:11.5px}.login-input,.login-button{height:44px}}html,body,#root{min-height:100%;margin:0;padding:0}html{scroll-behavior:smooth}body{overflow-x:hidden}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.parent-registration-page{color:#172033;background:#f5f7fb;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.registration-header{z-index:50;-webkit-backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e8eaf0;width:100%;height:auto;min-height:76px;margin:0!important;padding:0!important;position:relative!important;inset:auto!important}.registration-header-inner{justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100% - 40px);min-height:76px;margin:0 auto;display:flex}.registration-brand{align-items:center;gap:12px;min-width:0;display:flex}.registration-brand-mark{color:#fff;letter-spacing:.04em;background:#111827;border-radius:13px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-family:Manrope,sans-serif;font-size:14px;font-weight:800;display:flex}.registration-brand-text{flex-direction:column;gap:2px;min-width:0;display:flex}.registration-brand-text strong{color:#111827;white-space:nowrap;font-family:Manrope,sans-serif;font-size:15px;font-weight:800}.registration-brand-text span{color:#8a91a3;white-space:nowrap;font-size:11px;font-weight:500}.back-home-button{color:#4b5563;cursor:pointer;background:0 0;border:0;flex:none;padding:10px 0;font-size:14px;font-weight:600;transition:color .2s,transform .2s}.back-home-button:hover{color:#111827;transform:translate(-2px)}.registration-main{flex:1;width:min(1100px,100% - 40px);margin:0 auto!important;padding:135px 0 80px!important;position:relative!important;inset:auto!important;transform:none!important}.registration-heading{text-align:center;max-width:700px;margin:0 auto 40px!important;padding:0!important;position:relative!important;inset:auto!important;transform:none!important}.registration-eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.5px;background:#dbeafe;border-radius:999px;margin-bottom:14px;padding:7px 13px;font-size:12px;font-weight:800;display:inline-block}.registration-heading h3{color:#111827;letter-spacing:-1.5px;text-align:center;font-family:Manrope,sans-serif;font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.1;margin:0!important;padding:0!important;position:relative!important;top:auto!important;transform:none!important}.registration-heading p{color:#64748b;letter-spacing:0;text-align:center;max-width:600px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.7;margin:18px auto 0!important;padding:0!important}.registration-form{width:100%;min-width:0;margin:0!important;padding:0!important;position:relative!important;top:auto!important;transform:none!important}.form-section{background:#fff;border:1px solid #e7e9ef;border-radius:18px;width:100%;min-width:0;margin:0 0 28px;padding:32px;box-shadow:0 8px 30px #11182709;position:relative!important;top:auto!important;transform:none!important}.form-section-heading{align-items:flex-start;gap:15px;margin:0 0 28px;padding:0;display:flex}.form-section-heading>span{color:#2563eb;background:#dbeafe;border-radius:11px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Manrope,sans-serif;font-size:12px;font-weight:800;display:flex}.form-section-heading h2{color:#111827;margin:1px 0 4px;font-family:Manrope,sans-serif;font-size:21px;font-weight:800;line-height:1.3}.form-section-heading p{color:#8a91a3;margin:0;font-size:13px;line-height:1.5}.form-grid,.student-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:100%;min-width:0;display:grid}.student-fields-grid{gap:20px}.form-field{flex-direction:column;gap:8px;width:100%;min-width:0;display:flex}.form-field-full{grid-column:1/-1}.form-field label{color:#374151;font-size:13px;font-weight:700}.form-field label span{color:#ef4444}.form-field small{color:#9ca3af;margin-top:-1px;font-size:11px;line-height:1.4}.form-field input,.form-field select,.form-field textarea{color:#172033;background:#fff;border:1px solid #dfe3ea;border-radius:11px;outline:none;width:100%;min-width:0;transition:border-color .2s,box-shadow .2s,background .2s}.form-field input,.form-field select{height:48px;padding:0 14px;font-size:14px}.form-field textarea{resize:vertical;min-height:120px;padding:13px 14px;font-size:14px;line-height:1.6}.form-field input::placeholder,.form-field textarea::placeholder{color:#a7adba}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb17}.form-field select{cursor:pointer}.input-error{background:snow!important;border-color:#ef4444!important}.input-error:focus{border-color:#ef4444!important;box-shadow:0 0 0 4px #ef444414!important}.field-error{color:#dc2626;margin:0;font-size:11px;line-height:1.4}.students-list{flex-direction:column;gap:20px;width:100%;min-width:0;display:flex}.student-card{min-width:0;box-shadow:none;background:#fbfcff;border:1px solid #e2e5ed;border-radius:16px;padding:25px;overflow:hidden;width:100%!important;max-width:none!important;display:block!important}.student-card-header{justify-content:space-between;align-items:center;gap:15px;width:100%;min-width:0;margin:0 0 25px;padding:0;display:flex}.student-title{align-items:center;gap:12px;min-width:0;display:flex}.student-number{color:#fff;background:#111827;border-radius:11px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-family:Manrope,sans-serif;font-size:11px;font-weight:800;display:flex}.student-title h3{color:#1f2937;margin:0 0 3px;font-family:Manrope,sans-serif;font-size:16px;font-weight:800}.student-title p{color:#9ca3af;margin:0;font-size:12px}.student-fields-grid .form-field,.student-fields-grid input,.student-fields-grid select{width:100%;min-width:0}.remove-student-button{color:#e11d48;cursor:pointer;background:#fff1f2;border:0;border-radius:9px;flex:none;padding:8px 12px;font-size:12px;font-weight:700;transition:background .2s,color .2s}.remove-student-button:hover{color:#be123c;background:#ffe4e6}.add-student-button{color:#2563eb;cursor:pointer;background:#fff;border:1px dashed #b9bfce;border-radius:11px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:50px;margin-top:20px;font-size:13px;font-weight:700;transition:border-color .2s,background .2s,transform .2s;display:flex}.add-student-button span{font-size:19px;line-height:1}.add-student-button:hover{background:#eff6ff;border-color:#60a5fa;transform:translateY(-1px)}.registration-error{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:12px;align-items:flex-start;gap:12px;width:100%;margin:0 0 25px;padding:15px 17px;font-size:13px;line-height:1.5;display:flex}.registration-error>span{color:#fff;background:#dc2626;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:flex}.registration-submit-area{justify-content:space-between;align-items:center;gap:25px;width:100%;padding:8px 2px;display:flex}.submit-note{flex-direction:column;gap:4px;display:flex}.submit-note strong{color:#1f2937;font-family:Manrope,sans-serif;font-size:14px;font-weight:800}.submit-note span{color:#8a91a3;font-size:12px}.registration-submit-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:11px;justify-content:center;align-items:center;gap:12px;min-width:220px;min-height:52px;padding:0 22px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 8px 20px #1118271f}.registration-submit-button span{font-size:18px}.registration-submit-button:hover:not(:disabled){background:#1f2937;transform:translateY(-2px);box-shadow:0 12px 25px #11182729}.registration-submit-button:disabled{opacity:.65;cursor:not-allowed}.submit-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite submit-spin}@keyframes submit-spin{to{transform:rotate(360deg)}}.success-dialog-overlay{-webkit-backdrop-filter:blur(7px);background:#0f172a94;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out success-overlay-in;z-index:999999!important;width:100vw!important;height:100vh!important;display:flex!important;position:fixed!important;inset:0!important}.success-dialog{z-index:1000000;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;width:460px;max-width:calc(100vw - 40px);min-height:400px;padding:42px 38px;animation:.25s ease-out success-dialog-in;display:flex;position:relative;box-shadow:0 30px 80px #0f172a47,0 10px 30px #0f172a1f}.success-dialog-icon{color:#059669;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:22px;font-size:32px;font-weight:800;line-height:1;display:flex}.success-dialog h2{color:#111827;letter-spacing:-.025em;max-width:380px;margin:0;font-family:Manrope,sans-serif;font-size:27px;font-weight:800;line-height:1.3}.success-dialog>p{color:#6b7280;max-width:370px;margin:16px auto 0;font-size:15px;line-height:1.7}.success-reference{color:#6b7280;justify-content:center;align-items:center;gap:7px;margin-top:18px;font-size:13px;display:flex}.success-reference span{color:#8a91a3;font-size:12px;font-weight:500}.success-reference strong{color:#111827;letter-spacing:.02em;font-family:Manrope,sans-serif;font-size:13px;font-weight:800}.success-dialog-home-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:11px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:250px;min-height:50px;margin-top:28px;padding:0 24px;font-size:14px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px #1118271f}.success-dialog-home-button:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 10px 24px #1118272e}.success-dialog-home-button span{font-size:17px;line-height:1}@keyframes success-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes success-dialog-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=850px){.registration-main{padding-top:125px!important}.registration-heading{margin-bottom:40px!important}.registration-heading h3{font-size:clamp(32px,5vw,48px)}.registration-heading p{font-size:16px}.form-section{padding:25px}}@media (width<=700px){.registration-header{height:auto;min-height:68px;position:relative!important}.registration-header-inner{width:calc(100% - 28px);min-height:68px}.registration-brand-mark{border-radius:11px;flex-basis:40px;width:40px;height:40px}.registration-brand-text strong{font-size:13px}.registration-brand-text span{display:none}.back-home-button{font-size:12px}.registration-main{width:calc(100% - 28px);margin:0 auto!important;padding:125px 0 55px!important}.registration-heading{width:100%;margin:0 auto 32px!important;padding:0!important}.registration-eyebrow{margin-bottom:12px;padding:6px 11px;font-size:10px}.registration-heading h3{letter-spacing:-1px;font-size:clamp(31px,8vw,42px);line-height:1.12;margin:0!important}.registration-heading p{max-width:100%;font-size:14px;line-height:1.55;margin:16px auto 0!important}.form-grid,.student-fields-grid{grid-template-columns:1fr!important}.form-field-full{grid-column:auto}.form-section{border-radius:16px;margin-bottom:20px;padding:20px}.form-section-heading{margin-bottom:23px}.form-section-heading h2{font-size:18px}.student-card{padding:19px}.student-card-header{align-items:flex-start}.student-title h3{font-size:15px}.remove-student-button{padding:7px 9px}.registration-submit-area{flex-direction:column;align-items:stretch;gap:17px}.registration-submit-button{width:100%}.success-dialog-overlay{padding:18px}.success-dialog{border-radius:20px;width:100%;max-width:380px;min-height:360px;padding:34px 24px}.success-dialog-icon{width:62px;height:62px;margin-bottom:18px;font-size:28px}.success-dialog h2{font-size:25px}.success-dialog>p{font-size:14px}.success-reference{flex-wrap:wrap;font-size:12px}.success-dialog-home-button{width:100%;max-width:none;margin-top:25px}}@media (width<=420px){.registration-brand-text{display:none}.registration-header-inner{justify-content:space-between}.registration-main{padding-top:160px!important}.registration-heading{margin-bottom:28px!important}.registration-heading h3{font-size:28px;line-height:1.15}.registration-heading p{font-size:13px}.form-section{padding:17px}.student-card{padding:16px}.student-card-header{gap:8px}.student-title{gap:9px}.student-number{flex-basis:34px;width:34px;height:34px}.remove-student-button{font-size:11px}.success-dialog{border-radius:18px;width:100%;min-height:340px;padding:30px 18px}.success-dialog h2{font-size:23px}.success-dialog>p{font-size:13px}.success-dialog-icon{width:58px;height:58px;font-size:25px}.success-reference{font-size:11px}.success-dialog-home-button{font-size:13px}}.registration-main>.registration-heading{margin-top:0!important;position:relative!important;top:auto!important;transform:none!important}.registration-main>.registration-heading h3{position:relative!important;top:auto!important;transform:none!important}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.success-dialog-overlay,.success-dialog,.submit-spinner{animation:none}.back-home-button,.add-student-button,.registration-submit-button,.success-dialog-home-button,.remove-student-button{transition:none}}.tutor-registration-page{color:#172033;background:#f5f7fb;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tutor-registration-container{width:min(1100px,100% - 40px);margin:0 auto}.tutor-registration-main{padding:135px 0 80px}.tutor-registration-heading{text-align:center;max-width:700px;margin:0 auto 40px}.tutor-registration-badge{color:#2563eb;text-transform:uppercase;letter-spacing:.5px;background:#dbeafe;border-radius:999px;margin-bottom:14px;padding:7px 13px;font-size:12px;font-weight:800;display:inline-block}.tutor-registration-heading h1{color:#111827;letter-spacing:-1.5px;margin:0;font-size:clamp(32px,5vw,48px);line-height:1.1}.tutor-registration-heading p{color:#64748b;max-width:600px;margin:18px auto 0;font-size:16px;line-height:1.7}.tutor-registration-form{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 15px 40px #0f172a0f}.tutor-form-section{border-bottom:1px solid #e8edf3;padding:35px}.tutor-form-section:last-of-type{border-bottom:none}.tutor-section-title{align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.tutor-section-number{color:#fff;background:#2563eb;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:flex}.tutor-section-title h2{color:#172033;margin:0;font-size:21px}.tutor-section-title p{color:#718096;margin:5px 0 0;font-size:13px}.tutor-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.tutor-full-width{grid-column:1/-1}.tutor-form-group{flex-direction:column;gap:8px;display:flex}.tutor-form-group label{color:#334155;font-size:13px;font-weight:700}.tutor-form-group input,.tutor-form-group select,.tutor-form-group textarea{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d8e0ea;border-radius:9px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.tutor-form-group input,.tutor-form-group select{min-height:46px}.tutor-form-group textarea{resize:vertical;line-height:1.6}.tutor-form-group input::placeholder,.tutor-form-group textarea::placeholder{color:#a0aec0}.tutor-form-group input:focus,.tutor-form-group select:focus,.tutor-form-group textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb1a}.tutor-input-error{background:snow!important;border-color:#dc2626!important}.tutor-input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.tutor-form-group small{color:#8492a6;font-size:11px;line-height:1.5}.field-error{margin-top:2px;font-weight:600;line-height:1.4;display:block;color:#dc2626!important;font-size:12px!important}.tutor-form-group .field-error{color:#dc2626!important}.field-success{margin-top:2px;font-weight:600;line-height:1.4;display:block;color:#16a34a!important;font-size:12px!important}.tutor-input-prefix,.tutor-input-suffix{align-items:center;display:flex;position:relative}.tutor-input-prefix span,.tutor-input-suffix span{color:#64748b;pointer-events:none;font-size:13px;font-weight:700;position:absolute}.tutor-input-prefix span{left:14px}.tutor-input-suffix span{right:14px}.tutor-input-prefix input{padding-left:31px}.tutor-input-suffix input{padding-right:55px}.tutor-mode-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.tutor-mode-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #dbe3ec;border-radius:13px;flex-direction:column;align-items:center;padding:24px 18px;transition:border-color .2s,background .2s,transform .2s;display:flex;position:relative}.tutor-mode-card:hover{border-color:#93c5fd;transform:translateY(-2px)}.tutor-mode-card.selected{background:#eff6ff;border-color:#2563eb}.tutor-mode-card input{opacity:0;pointer-events:none;position:absolute}.mode-icon{background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:12px;font-size:21px;display:flex}.tutor-mode-card.selected .mode-icon{background:#dbeafe}.tutor-mode-card strong{color:#172033;font-size:15px}.tutor-mode-card small{color:#718096;margin-top:6px;font-size:12px;line-height:1.5}.tutor-success-message,.tutor-error-message{border-radius:10px;margin:25px 35px 0;padding:17px 18px}.tutor-success-message{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.tutor-error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.tutor-success-message strong,.tutor-error-message strong{font-size:14px;display:block}.tutor-success-message p,.tutor-error-message p{margin:5px 0 0;font-size:13px;line-height:1.5}.tutor-form-submit{text-align:center;background:#f8fafc;padding:30px 35px}.tutor-form-submit p{color:#718096;max-width:600px;margin:0 auto 20px;font-size:12px;line-height:1.6}.tutor-submit-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;min-width:240px;padding:14px 25px;font-family:inherit;font-size:14px;font-weight:800;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 7px 18px #2563eb33}.tutor-submit-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 22px #2563eb40}.tutor-submit-button:disabled{opacity:.65;cursor:not-allowed}.tutor-success-overlay{z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.tutor-success-dialog{box-sizing:border-box;text-align:center;background:#fff;border-radius:16px;width:min(500px,100%);padding:40px 35px;box-shadow:0 20px 50px #0f172a33}.tutor-success-icon{color:#16a34a;background:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 20px;font-size:28px;font-weight:700;display:flex}.tutor-success-dialog h2{color:#172033;margin:0 0 14px;font-size:22px;font-weight:700;line-height:1.3}.tutor-success-dialog p{color:#64748b;max-width:420px;margin:0 auto 28px;font-size:14px;line-height:1.7}.tutor-success-home-btn{color:#fff;background:#172033;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 24px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .18s,transform .18s;display:inline-flex}.tutor-success-home-btn:hover{opacity:.92;transform:translateY(-1px)}@media (width<=760px){.tutor-registration-container{width:min(100% - 28px,1100px)}.tutor-registration-main{padding:125px 0 55px}.tutor-registration-heading h1{font-size:34px}.tutor-form-section{padding:25px 20px}.tutor-form-grid{grid-template-columns:1fr}.tutor-full-width{grid-column:auto}.tutor-mode-options{grid-template-columns:1fr}.tutor-form-submit{padding:25px 20px}.tutor-success-message,.tutor-error-message{margin-left:20px;margin-right:20px}.tutor-success-dialog{padding:35px 25px}}@media (width<=500px){.tutor-registration-main{padding-top:160px}.tutor-registration-heading{margin-bottom:28px}.tutor-registration-heading h1{letter-spacing:-.8px;font-size:29px}.tutor-registration-heading p{font-size:14px}.tutor-form-section{padding:22px 16px}.tutor-section-title{gap:11px}.tutor-section-number{border-radius:9px;width:36px;height:36px;font-size:11px}.tutor-section-title h2{font-size:18px}.tutor-section-title p{font-size:12px}.tutor-submit-button{width:100%;min-width:0}.field-error{font-size:11px!important}.tutor-success-overlay{padding:16px}.tutor-success-dialog{padding:30px 20px}.tutor-success-dialog h2{font-size:20px}.tutor-success-dialog p{font-size:13px}.tutor-success-home-btn{width:100%}}.admin-login-page{box-sizing:border-box;background:radial-gradient(circle at 0 0,#1e40af1f,#0000 35%),radial-gradient(circle at 100% 100%,#0f172a14,#0000 35%),#f4f7fb;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;display:flex}.admin-login-card{box-sizing:border-box;background:#fff;border:1px solid #e5eaf0;border-radius:18px;width:100%;max-width:440px;padding:42px;box-shadow:0 20px 45px #0f172a14,0 4px 12px #0f172a0a}.admin-login-header{text-align:center;margin-bottom:34px}.admin-login-icon{color:#fff;letter-spacing:1px;background:#0f172a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:18px;font-weight:800;display:flex;box-shadow:0 8px 20px #0f172a2e}.admin-login-header h1{color:#0f172a;margin:0;font-size:30px;font-weight:750;line-height:1.2}.admin-login-header p{color:#64748b;margin:10px 0 0;font-size:14px;line-height:1.6}.admin-login-card form{flex-direction:column;gap:20px;display:flex}.admin-login-field{flex-direction:column;gap:8px;display:flex}.admin-login-field label{color:#334155;font-size:14px;font-weight:650}.admin-login-field input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #d7dee8;border-radius:10px;outline:none;width:100%;padding:13px 14px;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.admin-login-field input::placeholder{color:#94a3b8}.admin-login-field input:hover{border-color:#b8c2d1}.admin-login-field input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.admin-login-field input:disabled{cursor:not-allowed;background:#f8fafc}.admin-password-wrapper{width:100%;position:relative}.admin-password-wrapper input{width:100%;padding-right:70px}.admin-password-toggle{color:#2563eb;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:48px;padding:5px 6px;font-size:13px;font-weight:700;transition:color .2s,background .2s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.admin-password-toggle:hover{color:#1d4ed8;background:#2563eb0f}.admin-password-toggle:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.admin-password-toggle:disabled{opacity:.5;cursor:not-allowed}.admin-login-error{color:#b91c1c;box-sizing:border-box;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;width:100%;padding:12px 14px;font-size:13px;line-height:1.5}.admin-login-button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:10px;width:100%;margin-top:4px;padding:14px 18px;font-size:15px;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s}.admin-login-button:hover:not(:disabled){background:#1e293b;transform:translateY(-1px);box-shadow:0 8px 18px #0f172a2e}.admin-login-button:active:not(:disabled){transform:translateY(0)}.admin-login-button:disabled{opacity:.65;cursor:not-allowed}@media (width<=520px){.admin-login-page{padding:24px 16px}.admin-login-card{border-radius:16px;padding:30px 24px}.admin-login-header h1{font-size:26px}.admin-login-icon{width:58px;height:58px}.admin-password-toggle{right:8px}}.about-page{color:#173b63;box-sizing:border-box;background:#fff;width:100%;min-height:100vh;margin:0;padding:0;font-family:Times New Roman,Times,serif}.about-page *,.about-page :before,.about-page :after{box-sizing:border-box}.about-main{background:#fff;width:100%;margin:0;padding:92px 0 0}.about-section{width:100%;margin:0;padding:0}.about-wrap{width:min(1500px,100% - 80px);margin:0 auto;padding:55px 0 70px}.about-heading{text-align:center;width:100%;margin:0 0 42px;padding:0}.about-eyebrow{letter-spacing:5px;text-transform:uppercase;color:#173b63;margin:0 0 28px;padding:0;font-size:17px;font-weight:700;line-height:1.2;display:block}.about-heading h1{color:#173b63;margin:0;padding:0;font-size:clamp(48px,6vw,82px);font-weight:700;line-height:.98}.about-questions{flex-direction:column;gap:16px;width:100%;margin:0;padding:0;display:flex}.about-question{background:#fff;border:2px solid;border-radius:18px;width:100%;margin:0;padding:0;overflow:hidden}.about-question-1{border-color:#173b63}.about-question-2{border-color:#2d6a4f}.about-question-3{border-color:#6c4ab6}.about-question-4{border-color:#b05a3c}.about-question-5{border-color:#2878a8}.about-question-6{border-color:#8a5a44}.about-question-7{border-color:#b27a1f}.about-question-8{border-color:#4b6584}.about-question-9{border-color:#7a4e8a}.about-question-button{text-align:left;cursor:pointer;appearance:none;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:20px;width:100%;margin:0;padding:24px 28px;font-family:Times New Roman,Times,serif;display:flex}.about-question-button:hover{background:#173b6309}.about-question-button:focus-visible{outline-offset:-4px;outline:3px solid #173b6333}.about-question-title{text-align:left;color:#173b63;flex:1;min-width:0;margin:0;padding:0;font-family:Times New Roman,Times,serif;font-size:25px;font-weight:700;line-height:1.35}.about-plus{background:#eef4f9;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;margin:0;font-family:Arial,sans-serif;font-size:27px;font-weight:400;line-height:1;display:flex}.about-question-1 .about-plus{color:#173b63}.about-question-2 .about-plus{color:#2d6a4f}.about-question-3 .about-plus{color:#6c4ab6}.about-question-4 .about-plus{color:#b05a3c}.about-question-5 .about-plus{color:#2878a8}.about-question-6 .about-plus{color:#8a5a44}.about-question-7 .about-plus{color:#b27a1f}.about-question-8 .about-plus{color:#4b6584}.about-question-9 .about-plus{color:#7a4e8a}.about-answer{border-top:1px solid #173b631f;width:100%;margin:0;padding:0 34px 28px}.about-answer ul{text-align:left;width:100%;margin:0;padding:22px 0 0 28px}.about-answer li{color:#536b86;text-align:left;margin:0 0 13px;padding-left:7px;font-family:Times New Roman,Times,serif;font-size:19px;line-height:1.6}.about-answer li:last-child{margin-bottom:0}.founder-note{color:#fff;text-align:center;background:#173b63;border-radius:22px;width:100%;margin:65px 0 0;padding:48px 55px}.founder-note-label{letter-spacing:4px;text-transform:uppercase;color:#fff;margin:0 0 24px;padding:0;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700;line-height:1.3}.founder-note p{color:#fff;max-width:1100px;margin:0 auto;padding:0;font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1.75}.founder-signature{color:#fff;border-top:1px solid #ffffff40;margin:32px 0 0;padding:24px 0 0;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:700}.founder-signature span{color:#dce8f3;margin:7px 0 0;padding:0;font-size:17px;font-weight:400;display:block}.about-home-action{justify-content:center;width:100%;margin:40px 0 0;padding:0;display:flex}.about-home-button{color:#fff;cursor:pointer;background:#173b63;border:2px solid #173b63;border-radius:8px;justify-content:center;align-items:center;padding:13px 24px;font-family:Times New Roman,Times,serif;font-size:17px;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.about-home-button:hover{color:#173b63;background:#fff}@media (width<=900px){.about-main{padding-top:92px}.about-wrap{width:calc(100% - 36px);padding:42px 0 55px}.about-heading{margin-bottom:32px}.about-eyebrow{letter-spacing:3px;font-size:14px}.about-heading h1{font-size:clamp(42px,10vw,64px)}.about-question-button{padding:20px}.about-question-title{font-size:21px}.about-plus{width:38px;height:38px;font-size:24px}.about-answer{padding:0 22px 24px}.about-answer ul{padding-left:25px}.about-answer li{font-size:18px}.founder-note{padding:38px 28px}.founder-note p{font-size:18px}}@media (width<=600px){.about-main{padding-top:92px}.about-wrap{width:calc(100% - 24px);padding:32px 0 45px}.about-eyebrow{letter-spacing:2.5px;margin-bottom:20px;font-size:12px}.about-heading h1{font-size:43px}.about-questions{gap:12px}.about-question{border-radius:14px}.about-question-button{gap:12px;padding:17px 16px}.about-question-title{font-size:18px;line-height:1.4}.about-plus{width:34px;height:34px;font-size:22px}.about-answer{padding:0 16px 20px}.about-answer ul{padding-left:23px}.about-answer li{padding-left:4px;font-size:16px;line-height:1.55}.founder-note{border-radius:16px;margin-top:45px;padding:30px 20px}.founder-note-label{letter-spacing:3px;font-size:14px}.founder-note p{font-size:17px;line-height:1.65}.founder-signature{font-size:21px}.about-home-button{width:100%}}.fmx-footer{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pending-tutors-page{color:#172033;box-sizing:border-box;background:#f6f8fb;width:100%;min-height:100vh;padding:42px 48px 64px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pending-tutors-header{justify-content:space-between;align-items:flex-end;gap:30px;max-width:1380px;margin:0 auto 30px;display:flex}.header-content{min-width:0}.header-eyebrow{letter-spacing:.16em;color:#64748b;margin-bottom:9px;font-size:11px;font-weight:700;display:inline-block}.pending-tutors-header h1{letter-spacing:-.025em;color:#172033;margin:0;font-size:34px;font-weight:750;line-height:1.15}.pending-tutors-header p{color:#68758a;max-width:680px;margin:9px 0 0;font-size:14px;line-height:1.6}.pending-tutors-count{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;min-width:96px;padding:15px 20px;box-shadow:0 4px 14px #0f172a0a}.pending-tutors-count strong{color:#1e293b;font-size:27px;font-weight:750;line-height:1;display:block}.pending-tutors-count span{color:#718096;text-transform:uppercase;letter-spacing:.08em;margin-top:6px;font-size:11px;font-weight:650;display:block}.pending-tutors-error{background:#fff7f7;border:1px solid #fecaca;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;max-width:1380px;margin:0 auto 22px;padding:16px 18px;display:flex}.pending-tutors-error strong{color:#991b1b;font-size:13px}.pending-tutors-error p{color:#b91c1c;margin:4px 0 0;font-size:13px}.pending-tutors-error button{color:#991b1b;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:8px;flex-shrink:0;padding:9px 15px;font-size:12px;font-weight:700}.pending-tutors-error button:hover{background:#fef2f2}.pending-tutor-list{flex-direction:column;gap:12px;max-width:1380px;margin:0 auto;display:flex}.pending-tutor-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 4px #0f172a06,0 8px 24px #0f172a09}.pending-tutor-card:hover{border-color:#d4dce7;box-shadow:0 3px 6px #0f172a09,0 12px 30px #0f172a0d}.pending-tutor-card-expanded{border-color:#cbd5e1}.pending-tutor-row{grid-template-columns:minmax(360px,1.65fr) minmax(390px,1.5fr) auto;align-items:center;gap:28px;min-height:104px;padding:18px 22px;display:grid}.tutor-left{align-items:center;gap:14px;min-width:0;display:flex}.tutor-number{color:#94a3b8;letter-spacing:.04em;flex-shrink:0;width:28px;font-size:12px;font-weight:700}.tutor-avatar{color:#334155;background:#eef2f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:16px;font-weight:750;display:flex}.tutor-name-line{align-items:center;gap:10px;min-width:0;display:flex}.tutor-name-line h2{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:16px;font-weight:700;line-height:1.35;overflow:hidden}.pending-status{color:#64748b;text-transform:uppercase;letter-spacing:.06em;background:#f1f5f9;border-radius:5px;flex-shrink:0;padding:4px 8px;font-size:10px;font-weight:700;line-height:1}.tutor-summary{color:#7b8799;align-items:center;gap:15px;min-width:0;margin-top:6px;font-size:12px;display:flex}.tutor-summary span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tutor-summary span+span{padding-left:15px;position:relative}.tutor-summary span+span:before{content:"";background:#cbd5e1;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.tutor-quick-details{grid-template-columns:minmax(110px,1fr) minmax(90px,.75fr) minmax(120px,1fr);gap:22px;display:grid}.quick-detail{min-width:0}.quick-detail span{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px;font-size:10px;font-weight:700;line-height:1.2;display:block}.quick-detail strong{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;line-height:1.4;display:block;overflow:hidden}.view-tutor-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dce3eb;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:116px;height:38px;padding:0 12px;font-size:12px;font-weight:700;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.view-tutor-button:hover{color:#172033;background:#f8fafc;border-color:#cbd5e1}.view-arrow{font-size:14px;line-height:1;transition:transform .2s;display:inline-block}.view-arrow-open{transform:rotate(180deg)}.tutor-expanded-content{background:#fbfcfe;border-top:1px solid #e8edf3;padding:28px 30px 30px}.tutor-detail-section{border-bottom:1px solid #e7ebf0;margin-bottom:27px;padding:0 0 27px}.section-number{color:#64748b;background:#eef2f6;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:750;display:flex}.detail-field{background:#fff;border:1px solid #e7ebf0;border-radius:8px;min-width:0;padding:13px 15px}.detail-field-wide{grid-column:span 2}.detail-field span{color:#8a95a5;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.detail-field strong{overflow-wrap:anywhere;color:#344155;font-size:12px;font-weight:650;line-height:1.45;display:block}.availability-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.availability-item{background:#fff;border:1px solid #e4e9ef;border-radius:9px;padding:15px 16px}.availability-item span{color:#8a95a5;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;font-size:10px;font-weight:700;display:block}.availability-item strong{color:#334155;font-size:13px;font-weight:700}.expected-fee-card{background:#fff;border:1px solid #e3e8ee;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:27px;padding:18px 20px;display:flex}.expected-fee-card span{color:#667386;font-size:11px;font-weight:700;display:block}.expected-fee-card p{color:#99a2af;margin:4px 0 0;font-size:11px}.expected-fee-card>strong{color:#263449;flex-shrink:0;font-size:21px;font-weight:750}.tutor-introduction{border-bottom:1px solid #e7ebf0;margin-bottom:27px;padding-bottom:27px}.introduction-text{color:#566274;background:#fff;border:1px solid #e5eaf0;border-radius:9px;padding:16px 18px;font-size:12px;line-height:1.7}.tutor-review-footer{background:#fff;border:1px solid #e2e7ed;border-radius:11px;justify-content:space-between;align-items:center;gap:28px;padding:20px;display:flex}.review-message{min-width:0}.review-message strong{color:#2c394d;font-size:13px;font-weight:750;display:block}.review-message p{color:#8792a1;max-width:620px;margin:5px 0 0;font-size:11px;line-height:1.5}.tutor-action-buttons{flex-shrink:0;align-items:center;gap:9px;display:flex}.tutor-action-buttons button{cursor:pointer;border-radius:7px;height:39px;padding:0 17px;font-size:12px;font-weight:700;transition:opacity .18s,transform .18s}.tutor-action-buttons button:hover:not(:disabled){transform:translateY(-1px)}.tutor-action-buttons button:disabled{cursor:not-allowed;opacity:.55}.tutor-reject-button{color:#9a4b4b;background:#fff;border:1px solid #e2caca}.tutor-reject-button:hover:not(:disabled){background:#fff8f8}.tutor-approve-button{color:#fff;background:#25364b;border:1px solid #25364b}.tutor-approve-button:hover:not(:disabled){background:#1d2b3d}.pending-tutors-empty{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;max-width:1380px;min-height:300px;margin:0 auto;padding:55px 30px;display:flex}.empty-check{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:17px;font-size:21px;font-weight:700;display:flex}.pending-tutors-empty h2{color:#334155;margin:0;font-size:18px;font-weight:750}.pending-tutors-empty p{color:#8792a1;max-width:460px;margin:8px 0 0;font-size:13px;line-height:1.6}.pending-tutors-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;display:flex}.loading-spinner{border:3px solid #e2e8f0;border-top-color:#64748b;border-radius:50%;width:32px;height:32px;margin-bottom:18px;animation:.8s linear infinite tutorSpinner}.pending-tutors-loading h2{color:#334155;margin:0;font-size:17px;font-weight:700}.pending-tutors-loading p{color:#8a95a5;margin:7px 0 0;font-size:12px}@keyframes tutorSpinner{to{transform:rotate(360deg)}}@media (width<=1150px){.pending-tutors-page{padding:34px 28px 50px}.pending-tutor-row{grid-template-columns:minmax(300px,1.4fr) minmax(300px,1fr) auto;gap:20px}.tutor-quick-details{gap:14px}.quick-detail:nth-child(3){display:none}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-field-wide{grid-column:span 1}}@media (width<=820px){.pending-tutors-page{padding:26px 16px 40px}.pending-tutors-header{align-items:flex-start}.pending-tutors-header h1{font-size:28px}.pending-tutors-count{min-width:76px;padding:12px 14px}.pending-tutor-row{grid-template-columns:1fr;gap:17px;padding:18px}.tutor-quick-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-left:42px}.quick-detail:nth-child(3){display:block}.view-tutor-button{width:calc(100% - 42px);margin-left:42px}.tutor-expanded-content{padding:23px 18px}.availability-grid{grid-template-columns:1fr}.tutor-review-footer{flex-direction:column;align-items:stretch}.tutor-action-buttons{width:100%}.tutor-action-buttons button{flex:1}}@media (width<=560px){.pending-tutors-header{flex-direction:column;gap:18px}.pending-tutors-count{align-self:flex-start}.tutor-left{align-items:flex-start}.tutor-number{display:none}.tutor-name-line{flex-wrap:wrap}.tutor-summary{flex-direction:column;align-items:flex-start;gap:3px}.tutor-summary span+span{padding-left:0}.tutor-summary span+span:before{display:none}.tutor-quick-details{padding-left:0}.view-tutor-button{width:100%;margin-left:0}.detail-grid{grid-template-columns:1fr}.detail-field-wide{grid-column:span 1}.expected-fee-card{flex-direction:column;align-items:flex-start}.tutor-action-buttons{flex-direction:column}.tutor-action-buttons button{width:100%}}.approved-page{box-sizing:border-box;color:#172033;background:#f6f8fb;width:100%;min-height:100vh;padding:38px 46px 64px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.approved-header{justify-content:space-between;align-items:flex-start;gap:28px;width:100%;max-width:1240px;margin:0 auto 28px;display:flex}.approved-header-content{min-width:0}.approved-eyebrow{color:#66738b;letter-spacing:.17em;margin-bottom:8px;font-size:10px;font-weight:800;line-height:1;display:block}.approved-header h1{color:#101828;letter-spacing:-.035em;margin:0;font-size:32px;font-weight:760;line-height:1.2}.approved-header p{color:#718096;max-width:650px;margin:9px 0 0;font-size:13px;line-height:1.6}.approved-count-card{background:#fff;border:1px solid #dfe5ee;border-radius:14px;flex:none;align-items:center;gap:12px;min-width:138px;padding:13px 17px;display:flex;box-shadow:0 5px 18px #192a460b}.count-icon{color:#4f5fd5;background:#eef2ff;border-radius:10px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.approved-count-card strong{color:#162033;font-size:23px;font-weight:760;line-height:1;display:block}.approved-count-card span{color:#8994a7;letter-spacing:.12em;margin-top:5px;font-size:8px;font-weight:800;line-height:1;display:block}.approved-list{flex-direction:column;gap:14px;width:100%;max-width:1240px;margin:0 auto;display:flex}.approved-tutor-card{background:#fff;border:1px solid #dfe5ed;border-radius:14px;transition:border-color .16s,box-shadow .16s;overflow:hidden;box-shadow:0 4px 16px #192a4609}.approved-tutor-card:hover{border-color:#d3dbe7;box-shadow:0 8px 24px #192a460e}.approved-tutor-card.is-expanded{border-color:#cdd6e6;box-shadow:0 10px 28px #192a4611}.approved-tutor-summary{justify-content:space-between;align-items:center;gap:28px;min-height:96px;padding:17px 20px;display:flex}.summary-left{align-items:center;gap:14px;min-width:0;display:flex}.tutor-avatar{color:#4d5ed3;background:#eef2ff;border-radius:12px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:17px;font-weight:800;display:flex}.tutor-primary{min-width:0}.tutor-name-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.tutor-name-row h2{color:#172033;letter-spacing:-.015em;margin:0;font-size:17px;font-weight:750;line-height:1.3}.available-status{color:#19754a;letter-spacing:.07em;text-transform:uppercase;background:#effaf4;border:1px solid #b9e7cf;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:8px;font-weight:800;line-height:1;display:inline-flex}.tutor-subtitle{color:#78859a;flex-wrap:wrap;align-items:center;gap:7px;margin-top:7px;font-size:11px;display:flex}.tutor-subtitle span{align-items:center;gap:5px;display:inline-flex}.tutor-subtitle svg{color:#6978d8}.summary-separator{color:#c3cad5}.summary-right{flex:none;align-items:center;gap:24px;display:flex}.summary-stat{min-width:105px}.summary-stat span{color:#8c97a9;letter-spacing:.1em;margin-bottom:5px;font-size:8px;font-weight:800;line-height:1.2;display:block}.summary-stat strong{color:#29354a;text-transform:capitalize;font-size:12px;font-weight:700;display:block}.details-button{color:#263248;cursor:pointer;background:#fff;border:1px solid #d9e0ea;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-width:124px;height:38px;padding:0 13px;font-family:inherit;font-size:10px;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.details-button svg{transition:transform .16s}.details-button-open{color:#4c5ecb;background:#f3f5ff;border-color:#cbd3f5}.details-button-open svg{transform:rotate(180deg)}.detail-section{border-bottom:1px solid #dfe5ed;padding:25px 0 27px}.detail-section:last-of-type{border-bottom:none}.section-heading{margin-bottom:17px;padding-left:2px}.section-heading h3{color:#182337;letter-spacing:-.012em;margin:0;font-size:15px;font-weight:750;line-height:1.3}.detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.detail-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-card{background:#fff;border:1px solid #e0e5ec;border-radius:10px;align-items:center;gap:10px;min-width:0;min-height:68px;padding:12px 13px;display:flex}.detail-icon{color:#5a6bd4;background:#f0f3ff;border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.detail-card>div:last-child{min-width:0}.detail-card span{color:#8a95a7;letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:8px;font-weight:800;line-height:1.2;display:block}.detail-card strong{overflow-wrap:anywhere;color:#1c283d;font-size:11px;font-weight:700;line-height:1.45;display:block}.profile-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px;display:grid}.profile-panel{background:#fff;border:1px solid #e0e5ec;border-radius:10px;padding:14px}.panel-title{color:#6f7c91;letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:11px;font-size:8px;font-weight:800;line-height:1.2;display:flex}.panel-title svg{color:#5a6bd4}.tag-list{flex-wrap:wrap;gap:6px;display:flex}.data-tag{color:#354158;background:#f8fafc;border:1px solid #dbe1e9;border-radius:7px;padding:6px 9px;font-size:9px;font-weight:650;line-height:1}.muted{color:#99a3b2;font-size:9px}.travel-panel{margin-top:10px}.pay-section{background:#f5faf7;border:1px solid #cfe5da;border-radius:11px;align-items:center;gap:12px;margin-top:24px;padding:15px 17px;display:flex}.pay-icon{color:#238153;background:#e4f5eb;border-radius:9px;flex:0 0 37px;justify-content:center;align-items:center;width:37px;height:37px;display:flex}.pay-content{flex:1;min-width:0}.pay-content span{color:#708b7d;letter-spacing:.08em;margin-bottom:4px;font-size:8px;font-weight:800;line-height:1.2;display:block}.pay-content strong{color:#176440;font-size:16px;font-weight:760;line-height:1.2;display:block}.pay-period{color:#327b5b;background:#e4f5eb;border-radius:7px;padding:6px 9px;font-size:8px;font-weight:750}.introduction-box{background:#fff;border:1px solid #dfe5ec;border-radius:11px;align-items:flex-start;gap:11px;margin-top:12px;padding:15px 16px;display:flex}.introduction-icon{color:#5a6bd4;background:#f0f3ff;border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.introduction-box h3{color:#27334a;margin:1px 0 5px;font-size:12px;font-weight:750;line-height:1.3}.introduction-box p{color:#6f7c90;margin:0;font-size:10px;line-height:1.7}.approved-empty{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #dfe5ed;border-radius:14px;width:100%;max-width:1240px;margin:35px auto;padding:58px 24px}.empty-icon{color:#5264d1;background:#eef2ff;border-radius:13px;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 14px;display:flex}.approved-empty h2{color:#1d293d;margin:0;font-size:17px;font-weight:750;line-height:1.3}.approved-empty p{color:#8994a6;max-width:420px;margin:8px auto 0;font-size:11px;line-height:1.6}.approved-loading{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #dfe5ed;border-radius:14px;width:100%;max-width:1240px;margin:35px auto;padding:55px 20px}.approved-loading strong{color:#27344a;font-size:13px;display:block}.approved-loading span{color:#8b96a8;margin-top:5px;font-size:10px;display:block}.approved-error{box-sizing:border-box;background:snow;border:1px solid #edd4d4;border-radius:13px;align-items:flex-start;gap:13px;width:100%;max-width:1240px;margin:35px auto;padding:22px;display:flex}.error-icon{color:#c94b4b;background:#ffeded;border-radius:9px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:800;display:flex}.approved-error h2{color:#6e2828;margin:0;font-size:13px}.approved-error p{color:#8e5b5b;margin:6px 0 13px;font-size:10px;line-height:1.5}.approved-error button{color:#9d4141;cursor:pointer;background:#fff;border:1px solid #e1b8b8;border-radius:8px;height:34px;padding:0 13px;font-family:inherit;font-size:10px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1050px){.approved-page{padding:32px 25px 55px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-right{gap:15px}.summary-stat{display:none}}@media (width<=760px){.approved-page{padding:24px 15px 45px}.approved-header{flex-direction:column;gap:17px}.approved-header h1{font-size:28px}.approved-count-card{align-self:flex-start}.approved-tutor-summary{flex-direction:column;align-items:flex-start;gap:17px;padding:17px}.summary-left{width:100%}.summary-right{justify-content:flex-end;width:100%}.details-button{width:100%}.approved-details{padding-left:16px;padding-right:16px}.detail-grid,.detail-grid.two-column,.profile-panels{grid-template-columns:1fr}}@media (width<=480px){.approved-page{padding-left:12px;padding-right:12px}.approved-header h1{font-size:25px}.approved-count-card{min-width:125px}.tutor-avatar{flex-basis:44px;width:44px;height:44px}.tutor-name-row h2{font-size:15px}.tutor-subtitle{flex-direction:column;align-items:flex-start;gap:5px}.summary-separator{display:none!important}.summary-right{display:block}.details-button{width:100%}.approved-details{padding-left:13px;padding-right:13px}.detail-section{padding-top:22px;padding-bottom:23px}.detail-card{min-height:63px}.pay-section{align-items:flex-start}.pay-period{display:none}.introduction-box{padding:14px}}.pending-page{color:#172033;box-sizing:border-box;background:#f6f7fb;min-height:100vh;padding:42px 28px 60px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.pending-container{width:min(1440px,100%);min-width:0;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:30px;display:flex}.page-heading{min-width:0}.eyebrow{color:#6f658f;letter-spacing:.16em;margin:0 0 7px;font-size:12px;font-weight:800;line-height:1.2}.page-heading h1{color:#121a2a;letter-spacing:-.035em;margin:0;font-size:clamp(30px,3vw,42px);font-weight:760;line-height:1.08}.page-heading p{color:#758097;margin:10px 0 0;font-size:14px;line-height:1.6}.pending-counter{background:#fff;border:1px solid #e5e8f0;border-radius:16px;flex:none;align-items:center;gap:13px;min-width:138px;padding:14px 18px;display:flex;box-shadow:0 8px 25px #19233c0d}.counter-icon{color:#6654e8;background:#f0edff;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.counter-content{flex-direction:column;gap:2px;display:flex}.counter-content strong{color:#20293b;font-size:23px;font-weight:750;line-height:1}.counter-content span{color:#8991a4;letter-spacing:.1em;font-size:9px;font-weight:800}.error-banner{background:#fff8f8;border:1px solid #ffd9d9;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:15px 18px;display:flex}.error-banner>div{flex-direction:column;gap:3px;min-width:0;display:flex}.error-banner strong{color:#9d3131;font-size:13px}.error-banner span{color:#a65a5a;font-size:12px}.error-banner button{color:#a13a3a;cursor:pointer;background:0 0;border:0;flex:none;font-size:12px;font-weight:700}.tuition-list{flex-direction:column;gap:14px;min-width:0;display:flex}.tuition-card{box-sizing:border-box;background:#fff;border:1px solid #e2e6ee;border-radius:16px;width:100%;min-width:0;max-width:100%;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 30px #1e2a460b}.tuition-card:hover{border-color:#d7dbea;box-shadow:0 12px 34px #1e2a4612}.tuition-card.is-expanded{border-color:#d9d4fa;box-shadow:0 14px 40px #372d7813}.tuition-summary-row{box-sizing:border-box;grid-template-columns:60px minmax(180px,1.4fr) minmax(150px,1fr) minmax(180px,1.1fr) auto auto;align-items:center;gap:22px;width:100%;min-width:0;min-height:108px;padding:18px 22px;display:grid}.row-number{justify-content:center;align-items:center;display:flex;position:relative}.row-number span{color:#6654e8;background:#f0edff;border-radius:12px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:grid}.row-number i{background:#f2a928;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-4px;right:5px}.summary-column{min-width:0}.column-label{color:#8b93a5;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:800;line-height:1.2;display:block}.reference-value{align-items:center;gap:7px;min-width:0;display:flex}.reference-value strong{color:#5d4ae5;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:800;overflow:hidden}.copy-button{color:#7769db;cursor:pointer;background:#f5f3ff;border:0;border-radius:7px;flex:none;place-items:center;width:26px;height:26px;padding:0;transition:background .15s;display:grid}.copy-button:hover{background:#ece9ff}.parent-value{align-items:center;gap:9px;min-width:0;display:flex}.parent-avatar{color:#5e687d;background:#f2f4f8;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:grid}.parent-value strong{color:#20293a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.submitted-value{flex-direction:column;gap:4px;display:flex}.submitted-date,.submitted-time{align-items:center;gap:6px;display:flex}.submitted-date{color:#273247}.submitted-date svg{color:#6b59e8}.submitted-date strong{font-size:13px;font-weight:700}.submitted-time{color:#7b8498}.submitted-time svg{color:#969db0}.submitted-time span{letter-spacing:.01em;font-size:11px;font-weight:600}.summary-status{justify-content:center;align-items:center;display:flex}.status-badge{color:#3974e6;letter-spacing:.08em;background:#eef5ff;border-radius:999px;justify-content:center;align-items:center;min-width:72px;height:32px;padding:0 13px;font-size:9px;font-weight:800;display:inline-flex}.summary-action{justify-content:flex-end;display:flex}.view-details-button{color:#354056;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dce1ea;border-radius:9px;align-items:center;gap:8px;height:38px;padding:0 14px;font-size:11px;font-weight:650;transition:background .15s,border-color .15s;display:inline-flex}.view-details-button:hover{background:#fafaff;border-color:#c9c4f0}.chevron{transition:transform .2s;display:flex}.chevron.rotated{transform:rotate(180deg)}.expanded-content{box-sizing:border-box;background:#fbfcfe;border-top:1px solid #e9ecf2;width:100%;min-width:0;animation:.2s ease-out expandIn}@keyframes expandIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.details-layout{border-bottom:1px solid #e8ebf1;flex-direction:column;width:100%;min-width:0;display:flex}.details-section{box-sizing:border-box;width:100%;min-width:0;padding:32px 34px}.students-section{border-top:1px solid #e8ebf1;border-left:0}.section-heading{align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.section-number{color:#6755e8;background:#f0edff;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;min-width:0;display:grid}.detail-card{box-sizing:border-box;background:#fff;border:1px solid #e5e9f0;border-radius:11px;align-items:center;min-width:0;min-height:82px;padding:17px 19px;transition:border-color .15s,box-shadow .15s;display:flex}.detail-card:hover{border-color:#dddff0;box-shadow:0 5px 16px #232d4609}.detail-content{flex-direction:column;gap:7px;width:100%;min-width:0;display:flex}.detail-content span{color:#9299aa;letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}.detail-content strong{overflow-wrap:anywhere;color:#283247;min-width:0;font-size:13px;font-weight:700;line-height:1.4}.notes-card{box-sizing:border-box;background:#fff;border:1px solid #e5e9f0;border-radius:11px;width:100%;min-width:0;margin-top:14px;padding:18px 19px}.notes-card>div{min-width:0}.notes-card span{color:#9299aa;letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px;font-size:8px;font-weight:800;display:block}.notes-card p{color:#414b5f;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.6}.student-list{flex-direction:column;gap:16px;width:100%;min-width:0;display:flex}.student-card{box-sizing:border-box;background:#fff;border:1px solid #e4e8ef;border-radius:12px;width:100%;min-width:0;padding:22px;transition:border-color .15s,box-shadow .15s}.student-card:hover{border-color:#dcdfea;box-shadow:0 5px 18px #232d4609}.student-top span{color:#9299aa;letter-spacing:.09em;margin-bottom:4px;font-size:8px;font-weight:800;display:block}.student-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 28px;width:100%;min-width:0;display:grid}.student-field{min-width:0}.student-field span{color:#9299aa;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:8px;font-weight:800;display:block}.student-field strong{overflow-wrap:anywhere;color:#2d374b;min-width:0;font-size:13px;font-weight:700;line-height:1.45;display:block}.subjects-field{grid-column:1/-1;padding-top:2px}.no-students{color:#8b94a6;text-align:center;border:1px dashed #d8dde7;border-radius:10px;padding:30px 18px;font-size:11px}.parent-details-section{box-sizing:border-box;border-bottom:1px solid #e8ebf1;width:100%;min-width:0;padding:32px 34px}.parent-details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;min-width:0;display:grid}.parent-detail{box-sizing:border-box;background:#fff;border:1px solid #e5e9f0;border-radius:11px;min-width:0;padding:18px 19px}.parent-detail span{color:#9299aa;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}.parent-detail strong{overflow-wrap:anywhere;color:#293347;min-width:0;font-size:13px;font-weight:700;line-height:1.45;display:block}.action-bar{box-sizing:border-box;background:#fff;justify-content:space-between;align-items:center;gap:30px;width:100%;min-width:0;padding:24px 34px;display:flex}.action-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.action-copy strong{color:#252e40;font-size:14px;font-weight:750}.action-copy span{color:#8a93a5;font-size:11px;line-height:1.5}.action-buttons{flex:none;align-items:center;gap:10px;display:flex}.reject-button,.approve-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-width:154px;height:44px;padding:0 18px;font-size:11px;font-weight:750;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.approve-button{color:#fff;background:#20ae70;border:1px solid #27a86b;box-shadow:0 5px 13px #20ae7029}.approve-button:hover:not(:disabled){background:#1d9f67;box-shadow:0 7px 17px #20ae7033}.reject-button:active:not(:disabled),.approve-button:active:not(:disabled){transform:translateY(1px)}.reject-button:disabled,.approve-button:disabled{opacity:.55;cursor:not-allowed}.empty-card{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #e2e6ee;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:40px;display:flex;box-shadow:0 8px 30px #1e2a460a}.empty-icon{color:#20a86c;background:#eef9f3;border-radius:16px;place-items:center;width:58px;height:58px;margin-bottom:17px;display:grid}.empty-card h2{color:#263044;margin:0 0 7px;font-size:18px;font-weight:750}.empty-card p{color:#8992a4;max-width:420px;margin:0;font-size:12px;line-height:1.6}.loading-card{color:#7e8799;background:#fff;border:1px solid #e2e6ee;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:280px;font-size:12px;display:flex}@media (width<=1100px){.tuition-summary-row{grid-template-columns:55px minmax(150px,1.2fr) minmax(130px,1fr) minmax(150px,1fr) auto;gap:15px}.summary-status{display:none}.details-grid,.student-grid,.parent-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.pending-page{padding:24px 14px 40px}.page-header{flex-direction:column;gap:18px}.pending-counter{box-sizing:border-box;width:100%}.tuition-summary-row{grid-template-columns:46px minmax(0,1fr);gap:15px;padding:18px}.row-number{align-self:flex-start}.reference-column,.parent-column,.submitted-column{grid-column:2}.summary-status{grid-column:2;justify-content:flex-start;display:flex}.summary-action{grid-column:2;justify-content:flex-start}.details-section,.parent-details-section{padding:26px 20px}.details-grid,.student-grid{grid-template-columns:1fr}.subjects-field{grid-column:auto}.parent-details-grid{grid-template-columns:1fr}.action-bar{flex-direction:column;align-items:stretch;padding:22px 20px}.action-buttons{width:100%}.reject-button,.approve-button{flex:1;min-width:0}}@media (width<=480px){.page-heading h1{font-size:29px}.details-section,.parent-details-section{padding:22px 17px}.student-card{padding:18px}.student-grid{gap:17px}.action-bar{padding:18px 17px}.action-buttons{flex-direction:column}.reject-button,.approve-button{width:100%}}.approved-tuitions-page{box-sizing:border-box;color:#172033;background:#f7f8fc;width:100%;min-height:100%;padding:34px 34px 50px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.approved-page-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:28px;display:flex}.approved-header-copy{min-width:0}.approved-eyebrow{color:#6873a5;letter-spacing:2px;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.approved-header-copy h1{color:#111827;letter-spacing:-.8px;margin:0;font-size:34px;font-weight:750;line-height:1.15}.approved-header-copy p{color:#71809c;margin:10px 0 0;font-size:14px;line-height:1.6}.approved-count-card{background:#fff;border:1px solid #e4e7f0;border-radius:17px;align-items:center;gap:12px;min-width:132px;padding:12px 16px;display:flex;box-shadow:0 8px 25px #212b4d0f}.approved-count-icon{color:#5d55ee;background:#f0efff;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.approved-count-card div:last-child{flex-direction:column;align-items:flex-start;display:flex}.approved-count-card strong{color:#172033;font-size:23px;font-weight:800;line-height:1}.approved-count-card span{color:#8993ad;letter-spacing:1px;margin-top:5px;font-size:9px;font-weight:800}.approved-tuition-list{flex-direction:column;gap:18px;display:flex}.approved-tuition-card{background:#fff;border:1px solid #dfe3ec;border-radius:17px;transition:box-shadow .2s,border-color .2s;overflow:hidden;box-shadow:0 5px 22px #232d500b}.approved-tuition-card:hover{border-color:#d4d7e7;box-shadow:0 10px 32px #232d5012}.approved-tuition-card.is-expanded{border-color:#d8d8f4}.approved-summary{box-sizing:border-box;grid-template-columns:54px minmax(180px,1.25fr) minmax(130px,.9fr) minmax(130px,.9fr) minmax(125px,.8fr) auto 132px;align-items:center;gap:0;min-height:116px;padding:20px 22px;display:grid}.summary-number{color:#5b54ed;background:#f0efff;border:1px solid #e1dfff;border-radius:13px;place-items:center;width:42px;height:42px;display:grid;position:relative}.summary-number span{font-size:12px;font-weight:800}.summary-number i{background:#f2a91b;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:-4px;right:-3px}.summary-reference,.summary-item,.summary-status{border-left:1px solid #e2e5ed;flex-direction:column;justify-content:center;min-height:62px;padding:0 22px;display:flex}.summary-reference{border-left:0}.summary-label{color:#7d88a3;letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;line-height:1}.summary-reference strong{color:#5549ed;letter-spacing:.2px;white-space:nowrap;font-size:16px;font-weight:800}.summary-item strong{color:#172033;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.summary-students small{color:#8a94ac;white-space:nowrap;margin-top:4px;font-size:10px}.summary-fee strong{font-size:15px}.summary-status{white-space:nowrap;color:#2f9d63;text-transform:uppercase;flex-direction:row;align-items:center;gap:7px;font-size:11px;font-weight:800}.summary-status>span{color:#27a25f;background:#edfbf3;border:1px solid #d3f3df;border-radius:50%;place-items:center;width:27px;height:27px;display:grid}.details-toggle{color:#34405a;cursor:pointer;background:#fff;border:1px solid #dbe0eb;border-radius:10px;justify-content:space-between;align-items:center;gap:9px;height:38px;padding:0 13px 0 16px;font-family:inherit;font-size:11px;font-weight:750;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.details-toggle:hover{color:#5549ed;background:#fafaff;border-color:#c9c7f6}.details-toggle svg{transition:transform .2s}.approved-tuition-card.is-expanded .details-toggle svg{transform:rotate(180deg)}.approved-details{background:linear-gradient(#fbfbfd 0%,#fff 100%);border-top:1px solid #e5e7ee;padding:28px 30px 32px}.approved-section{min-width:0}.approved-section+.approved-section{margin-top:0}.approved-section-heading{align-items:flex-start;gap:10px;min-height:54px;margin-bottom:18px;display:flex}.section-number,.section-icon{border-radius:10px;flex:none;place-items:center;display:grid}.section-number{color:#5b54ed;background:#efefff;width:34px;height:34px;font-size:10px;font-weight:850}.section-icon{color:#6258ee;background:#f6f5ff;border:1px solid #e7e5ff;width:34px;height:34px}.section-heading-copy{min-width:0;padding-top:1px}.section-heading-copy h2{color:#172033;margin:0;font-size:14px;font-weight:800;line-height:1.35}.section-heading-copy p{color:#8792ab;margin:4px 0 0;font-size:11px;line-height:1.5}.students-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.approved-student-card{background:#fff;border:1px solid #e0e4ed;border-radius:14px;min-width:0;padding:18px;box-shadow:0 4px 15px #1e284606}.student-top{align-items:center;gap:12px;display:flex}.student-avatar{color:#5b54ed;background:#f0efff;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:grid}.student-index{color:#8490aa;letter-spacing:.7px;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.student-top h3{color:#172033;margin:0;font-size:15px;font-weight:800}.student-divider{background:#eceef3;height:1px;margin:16px 0 14px}.student-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.approved-info-box{box-sizing:border-box;background:#fff;border:1px solid #e2e6ee;border-radius:11px;align-items:center;gap:10px;min-width:0;min-height:66px;padding:12px;display:flex}.info-box-icon{color:#6058ed;background:#f1f0ff;border-radius:9px;flex:0 0 31px;place-items:center;width:31px;height:31px;display:grid}.info-box-content{flex-direction:column;min-width:0;display:flex}.detail-label{color:#8a94aa;letter-spacing:.7px;text-transform:uppercase;margin-bottom:5px;font-size:8px;font-weight:800;line-height:1.2;display:block}.info-box-content strong{color:#172033;word-break:break-word;font-size:12px;font-weight:700;line-height:1.35;display:block}.student-subjects{border-top:1px solid #eceef3;margin-top:12px;padding-top:13px}.subject-tags{flex-wrap:wrap;gap:6px;display:flex}.subject-tags span{color:#4e4a9b;background:#f5f4ff;border:1px solid #e6e4ff;border-radius:7px;padding:6px 9px;font-size:10px;font-weight:750}.subject-tags em{color:#8c96aa;font-size:10px;font-style:normal}.details-two-column{border-top:1px solid #e5e7ee;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);gap:28px;margin-top:30px;padding-top:28px;display:grid}.details-two-column>.approved-section{min-width:0}.details-two-column>.approved-section+.approved-section{border-left:1px solid #e5e7ee;padding-left:28px}.detail-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.details-two-column .approved-section:first-child .detail-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.details-two-column .approved-section:first-child .approved-info-box:last-child{grid-column:span 2}.approved-info-box.highlighted{background:#fafaff;border-color:#d9d7ff}.approved-info-box.highlighted .info-box-icon{color:#5b54ed;background:#eeedff}.approved-info-box.highlighted .info-box-content strong{color:#5147df}.details-bottom-grid{border-top:1px solid #e5e7ee;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;margin-top:30px;padding-top:28px;display:grid}.location-card,.notes-card{box-sizing:border-box;background:#fff;border:1px solid #e0e4ed;border-radius:12px;align-items:center;gap:12px;min-height:74px;padding:14px;display:flex}.location-icon{color:#5e56eb;background:#f0efff;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.location-card div:last-child{min-width:0}.location-card span{color:#8a94aa;letter-spacing:.6px;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.location-card strong{color:#172033;word-break:break-word;font-size:12px;line-height:1.4;display:block}.notes-card{color:#4e5a72;font-size:12px;line-height:1.7}.no-data{color:#8791a7;background:#fff;border:1px dashed #d9deea;border-radius:12px;padding:20px;font-size:12px}.approved-loading-card{text-align:center;background:#fff;border:1px solid #e1e5ee;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:40px;display:flex}.approved-loading-spinner{border:3px solid #e8e7ff;border-top-color:#5c54ed;border-radius:50%;width:30px;height:30px;margin-bottom:17px;animation:.8s linear infinite approved-spin}.approved-loading-card h2{color:#172033;margin:0;font-size:15px}.approved-loading-card p{color:#8791a8;margin:7px 0 0;font-size:12px}@keyframes approved-spin{to{transform:rotate(360deg)}}.approved-error-card{background:#fff;border:1px solid #f0d9d9;border-radius:15px;align-items:center;gap:15px;padding:22px;display:flex}.approved-error-icon{color:#d45252;background:#fff1f1;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.approved-error-card h2{color:#282b35;margin:0;font-size:14px}.approved-error-card p{color:#8b7580;margin:4px 0 0;font-size:12px}.approved-retry-button{color:#3b4356;cursor:pointer;background:#fff;border:1px solid #d7dbe5;border-radius:9px;height:38px;margin-left:auto;padding:0 16px;font-family:inherit;font-size:11px;font-weight:750}.approved-empty-card{text-align:center;background:#fff;border:1px solid #e1e5ee;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;padding:70px 25px;display:flex}.approved-empty-icon{color:#5d55ec;background:#efefff;border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:17px;display:grid}.approved-empty-card h2{color:#172033;margin:0;font-size:17px}.approved-empty-card p{color:#8791a8;max-width:420px;margin:8px 0 0;font-size:12px;line-height:1.6}.capitalize{text-transform:capitalize}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=1200px){.approved-summary{grid-template-columns:48px minmax(160px,1.2fr) minmax(110px,.9fr) minmax(110px,.9fr) minmax(110px,.8fr) auto}.details-toggle{grid-column:2/-1;justify-self:start;margin-top:14px}.summary-status{border-left:1px solid #e2e5ed}}@media (width<=900px){.approved-tuitions-page{padding:25px 20px 40px}.approved-page-header{align-items:flex-start}.approved-summary{grid-template-columns:50px minmax(170px,1fr) minmax(140px,1fr);row-gap:15px}.summary-reference{border-left:0}.summary-item{border-left:1px solid #e2e5ed}.summary-students,.summary-fee,.summary-status{border-top:1px solid #e5e7ee;padding-top:14px}.summary-status{border-left:1px solid #e2e5ed}.details-toggle{grid-column:2/-1}.details-two-column{grid-template-columns:1fr}.details-two-column>.approved-section+.approved-section{border-top:1px solid #e5e7ee;border-left:0;padding-top:28px;padding-left:0}.details-bottom-grid{grid-template-columns:1fr}}@media (width<=650px){.approved-tuitions-page{padding:20px 13px 30px}.approved-page-header{flex-direction:column;gap:18px}.approved-header-copy h1{font-size:28px}.approved-count-card{align-self:flex-start}.approved-summary{grid-template-columns:48px minmax(0,1fr);padding:18px}.summary-reference,.summary-item,.summary-status{border-left:0;min-height:0;padding:10px 0}.summary-reference{border-left:0}.summary-item,.summary-students,.summary-fee,.summary-status{border-top:1px solid #edf0f5;grid-column:2}.summary-status{justify-content:flex-start}.details-toggle{grid-column:2;width:100%;margin-top:7px}.approved-details{padding:22px 17px 25px}.students-grid{grid-template-columns:1fr}.student-info-grid{grid-template-columns:1fr 1fr}.detail-cards-grid,.details-two-column .approved-section:first-child .detail-cards-grid{grid-template-columns:1fr}.details-two-column .approved-section:first-child .approved-info-box:last-child{grid-column:auto}.details-bottom-grid{gap:20px;margin-top:22px;padding-top:22px}.approved-section-heading{margin-bottom:14px}.approved-error-card{flex-wrap:wrap;align-items:flex-start}.approved-retry-button{margin-left:57px}}@media (width<=430px){.student-info-grid{grid-template-columns:1fr}.approved-info-box{min-height:62px}.summary-reference strong{white-space:normal;word-break:break-word;font-size:14px}}.applications-page{color:#111827;max-width:1500px;margin:0 auto;padding:28px 32px 40px}.applications-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.applications-header h1{color:#111827;margin:0;font-size:28px;font-weight:700;line-height:1.25}.applications-header p{color:#6b7280;margin:7px 0 0;font-size:14px;line-height:1.5}.applications-summary{gap:12px;display:flex}.summary-card{text-align:center;background:#fff;border:1px solid #dbe2ea;border-left:3px solid #4f46e5;border-radius:8px;min-width:145px;padding:14px 18px;box-shadow:0 2px 6px #0f172a0a}.summary-card:nth-child(2){border-left-color:#7c3aed}.summary-label{color:#6b7280;text-transform:uppercase;letter-spacing:.02em;margin-bottom:6px;font-size:11px;font-weight:600;line-height:1.3;display:block}.summary-card strong{color:#111827;font-size:22px;line-height:1.2;display:block}.tuition-list{flex-direction:column;gap:20px;display:flex}.tuition-application-card{background:#fff;border:2px solid #cbd5e1;border-left:5px solid #4f46e5;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px #0f172a0d}.tuition-card-header{background:#f8fafc;border-bottom:2px solid #dbe3ef;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.tuition-reference{color:#111827;font-size:16px;font-weight:700;line-height:1.3}.tuition-title{color:#64748b;margin-top:4px;font-size:12px;line-height:1.4}.application-count{color:#4338ca;white-space:nowrap;background:#fff;border:1px solid #c7d2fe;border-radius:8px;padding:8px 13px;font-size:12px;font-weight:600;box-shadow:0 2px 5px #4f46e514}.tuition-detail{text-align:center;border-right:1px solid #edf1f5;min-width:0;padding:18px 16px}.tuition-detail:last-child{border-right:none}.detail-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px;font-size:10px;font-weight:700;line-height:1.3;display:block}.detail-value{color:#111827;word-break:break-word;font-size:13px;font-weight:600;line-height:1.4;display:block}.detail-value.amount{color:#047857}.tutors-section{background:#fff;border-top:3px solid #8b5cf6;padding:20px 22px 22px}.section-heading{justify-content:space-between;align-items:flex-start;margin-bottom:13px;display:flex}.section-heading h3{color:#111827;margin:0;font-size:14px;font-weight:700;line-height:1.4}.section-heading p{color:#64748b;margin:3px 0 0;font-size:11px;line-height:1.4}.tutors-table-wrapper{background:#fff;border:1px solid #d8dee8;border-radius:8px;width:100%;overflow-x:auto}.tutors-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:650px}.tutors-table th{color:#64748b;text-align:center;text-transform:uppercase;letter-spacing:.03em;background:#f8fafc;border-bottom:1px solid #dbe2ea;padding:11px 14px;font-size:10px;font-weight:700;line-height:1.3}.tutors-table td{color:#374151;text-align:center;vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 14px;font-size:11px;font-weight:500;line-height:1.4}.tutors-table tbody tr:last-child td{border-bottom:none}.tutors-table tbody tr:hover{background:#fafbfc}.application-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:10px;font-weight:700;line-height:1.2;display:inline-flex}.status-pending{color:#92400e;background:#fef3c7}.status-demo-requested{color:#1d4ed8;background:#dbeafe}.status-demo-approved{color:#166534;background:#dcfce7}.status-assigned{color:#065f46;background:#d1fae5}.status-rejected{color:#991b1b;background:#fee2e2}.status-default{color:#374151;background:#f3f4f6}.applications-loading{text-align:center;color:#6b7280;padding:80px 20px;font-size:14px}.applications-empty{text-align:center;background:#fff;border:2px solid #dbe2ea;border-radius:12px;padding:70px 20px}.empty-icon{margin-bottom:10px;font-size:34px}.applications-empty h2{color:#111827;margin:0;font-size:18px;font-weight:700}.applications-empty p{color:#6b7280;margin:7px 0 0;font-size:13px}.applications-error{text-align:center;background:#fef2f2;border:2px solid #fecaca;border-radius:12px;padding:40px}.applications-error p{color:#b91c1c;margin:0 0 15px;font-size:14px}.retry-button:hover{opacity:.9}@media (width<=900px){.applications-header{flex-direction:column}.applications-summary{width:100%}.summary-card{flex:1}.tuition-details{grid-template-columns:repeat(2,minmax(0,1fr))}.tuition-detail:nth-child(2){border-right:none}.tuition-detail:nth-child(-n+2){border-bottom:1px solid #edf1f5}}@media (width<=600px){.applications-page{padding:20px 14px 30px}.applications-header h1{font-size:23px}.applications-summary{flex-direction:column}.summary-card{width:100%}.tuition-card-header{padding:15px}.tuition-details{grid-template-columns:1fr}.tuition-detail{border-bottom:1px solid #edf1f5;border-right:none}.tuition-detail:last-child{border-bottom:none}.tutors-section{padding:16px}.application-count{font-size:11px}}.assigned-page{box-sizing:border-box;color:#111827;background:#f7f8fc;width:100%;min-height:100%;padding:34px 38px 60px}.assigned-eyebrow{color:#6254e8;letter-spacing:.14em;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.assigned-header h1{color:#111827;letter-spacing:-.035em;margin:0;font-size:32px;font-weight:750;line-height:1.15}.assigned-header p{color:#718096;margin:9px 0 0;font-size:14px;line-height:1.6}.assignment-count{text-align:right;background:#fff;border:1px solid #e4e7ef;border-radius:12px;min-width:150px;padding:15px 20px;box-shadow:0 3px 12px #1f293709}.assignment-count strong{color:#17153b;font-size:24px;font-weight:750;line-height:1;display:block}.assignment-count span{color:#7b8498;margin-top:5px;font-size:11px;font-weight:700;display:block}.assignment-list{background:#fff;border:1px solid #e1e5ee;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 5px 20px #1f29370b}.assignment-columns{background:#fafbfe;border-bottom:1px solid #e7eaf1;grid-template-columns:minmax(190px,1.35fr) minmax(170px,1.15fr) minmax(150px,1fr) minmax(120px,.8fr) minmax(130px,.9fr) 105px 105px;align-items:center;min-height:52px;padding:0 20px;display:grid}.assignment-columns span{color:#8a93a6;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:800}.assignment-item{border-bottom:1px solid #e8ebf1}.assignment-item:last-child{border-bottom:0}.assignment-row{grid-template-columns:minmax(190px,1.35fr) minmax(170px,1.15fr) minmax(150px,1fr) minmax(120px,.8fr) minmax(130px,.9fr) 105px 105px;align-items:stretch;min-height:92px;padding:0 20px;transition:background .15s;display:grid}.assignment-item:hover .assignment-row{background:#fcfcff}.assignment-item.is-open .assignment-row{background:#fafaff}.assignment-cell{border-right:1px solid #edf0f5;flex-direction:column;justify-content:center;min-width:0;padding:16px 15px;display:flex}.assignment-cell:first-child{padding-left:0}.assignment-cell:last-child{border-right:0;padding-right:0}.cell-label{color:#98a0b1;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;line-height:1;display:block}.primary-value{color:#182033;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;line-height:1.35;display:block;overflow:hidden}.reference-wrap{align-items:center;gap:12px;display:flex}.reference-number{color:#5a50e6;background:#f3f2ff;border:1px solid #dedcff;border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:inline-flex}.reference-id{color:#5147dc;letter-spacing:.01em;font-size:12px;font-weight:750;display:block}.fee-value{color:#151c2d;font-size:14px;font-weight:800}.status-cell{border-right:1px solid #edf0f5}.assigned-badge{color:#25834b;letter-spacing:.04em;text-transform:uppercase;background:#effbf4;border:1px solid #bce8cd;border-radius:999px;justify-content:center;align-items:center;gap:7px;width:fit-content;padding:7px 10px;font-size:9px;font-weight:800;display:inline-flex}.action-cell{text-align:right;justify-content:flex-end;align-items:center;display:flex}.details-button{color:#424b5d;letter-spacing:.02em;cursor:pointer;background:#fff;border:1px solid #dfe3ec;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-width:91px;min-height:34px;padding:7px 11px;font-family:inherit;font-size:10px;font-weight:800;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.details-button:hover{color:#5147dc;background:#f7f6ff;border-color:#cfcaff}.chevron{font-size:15px;line-height:1;transition:transform .2s;display:inline-block}.chevron.rotate{transform:rotate(180deg)}.assignment-details{box-sizing:border-box;background:#f8f9fc;border-top:1px solid #e7eaf1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;width:100%;margin:0;padding:28px 36px;display:grid}.detail-section{border-right:1px solid #e5e8ef;min-width:0;padding:0 30px}.detail-section:first-child{padding-left:0}.detail-section:last-child{border-right:0;padding-right:0}.detail-section-heading{align-items:flex-start;gap:11px;margin-bottom:18px;display:flex}.detail-number{color:#5a50e6;background:#eeecff;border-radius:7px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:9px;font-weight:800;display:inline-flex}.detail-section-heading h3{color:#202637;margin:1px 0 3px;font-size:15px;font-weight:750}.detail-section-heading p{color:#8a93a6;margin:0;font-size:11px;line-height:1.45}.detail-content{box-sizing:border-box;background:#fff;border:1px solid #e4e7ef;border-radius:10px;flex-direction:column;width:100%;display:flex;overflow:hidden}.detail-field{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:25px;min-width:0;min-height:58px;padding:13px 16px;display:flex}.detail-field:last-child{border-bottom:0}.detail-field span{color:#9199aa;letter-spacing:.07em;text-transform:uppercase;flex:none;font-size:9px;font-weight:800}.detail-field strong{color:#252c3d;text-align:right;overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0;font-size:13px;font-weight:700}.detail-fee{color:#4f46d9!important}.mobile-label{display:none}.assigned-loading{color:#737d90;background:#fff;border:1px solid #e2e6ee;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:13px;min-height:260px;font-size:13px;display:flex}@keyframes assigned-spin{to{transform:rotate(360deg)}}.assigned-error{background:snow;border:1px solid #f0d5d5;border-radius:14px;align-items:center;gap:15px;padding:22px;display:flex}.error-mark{color:#c63c3c;background:#fff0f0;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;font-weight:800;display:flex}.assigned-error h2{color:#242938;margin:0 0 4px;font-size:14px}.assigned-error button{color:#5147dc;cursor:pointer;background:#fff;border:1px solid #dedce8;border-radius:8px;height:35px;margin-left:auto;padding:0 14px;font-family:inherit;font-size:11px;font-weight:750}.empty-symbol{color:#b1b7c4;margin-bottom:12px;font-size:28px}.assigned-empty h2{color:#252b3a;margin:0 0 7px;font-size:17px}.assigned-empty p{color:#81899a;max-width:430px;margin:0 auto;font-size:12px;line-height:1.6}@media (width<=1100px){.assigned-page{padding:28px 24px 50px}.assignment-columns,.assignment-row{grid-template-columns:minmax(160px,1.25fr) minmax(150px,1fr) minmax(135px,1fr) 105px 125px 95px 95px}.assignment-cell{padding-left:10px;padding-right:10px}.assignment-columns,.assignment-row{padding-left:12px;padding-right:12px}.assignment-details{grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:24px}.detail-section{padding:0 20px}.detail-section:first-child{padding-left:0}.detail-section:last-child{padding-right:0}}@media (width<=760px){.assigned-page{padding:22px 15px 40px}.assigned-header{flex-direction:column;align-items:flex-start;gap:18px}.assigned-header h1{font-size:27px}.assignment-count{box-sizing:border-box;text-align:left;width:100%}.assignment-columns{display:none}.assignment-list{box-shadow:none;background:0 0;border:0;overflow:visible}.assignment-item{box-sizing:border-box;border-bottom:1px solid #e8ebf1;width:100%}.assignment-row{grid-template-columns:1fr 1fr;gap:0;padding:6px 14px 8px;display:grid}.assignment-cell{border-bottom:1px solid #edf0f4;border-right:0;min-height:72px;padding:13px 10px}.assignment-cell:nth-child(odd){border-right:1px solid #edf0f4}.assignment-cell:nth-last-child(-n+2){border-bottom:0}.assignment-cell:first-child{padding-left:10px}.reference-wrap{gap:9px}.reference-number{flex-basis:30px;width:30px;height:30px}.mobile-label{color:#929aaa;letter-spacing:.07em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.cell-label{display:none}.primary-value,.reference-id{white-space:normal}.status-cell{justify-content:flex-start;align-items:center;display:flex}.action-cell{text-align:left;justify-content:flex-start;align-items:center;display:flex}.details-button{min-width:100px}.assignment-details{background:#fafbfe;grid-template-columns:1fr;gap:24px;padding:22px 15px;display:grid}.detail-section{border-bottom:1px solid #e5e8ef;border-right:0;padding:0 0 24px}.detail-section:first-child{padding-left:0}.detail-section:last-child{border-bottom:0;padding-bottom:0;padding-right:0}.detail-field{gap:15px;min-height:52px}.assigned-error{flex-wrap:wrap;align-items:flex-start}.assigned-error button{width:100%;margin-left:53px}}.assigned-page .assignment-details{box-sizing:border-box;background:#f8f9fc;border-top:1px solid #e7eaf1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;width:100%;max-width:none;margin:0;padding:28px 36px;display:grid}.assigned-page .detail-section{box-sizing:border-box;border-right:1px solid #e5e8ef;width:100%;min-width:0;max-width:none;padding:0 30px}.assigned-page .detail-section:first-child{padding-left:0}.assigned-page .detail-section:last-child{border-right:0;padding-right:0}.assigned-page .detail-section-heading{box-sizing:border-box;align-items:flex-start;gap:11px;width:100%;min-width:0;margin-bottom:18px;display:flex}.assigned-page .detail-content{box-sizing:border-box;background:#fff;border:1px solid #e4e7ef;border-radius:10px;flex-direction:column;width:100%;min-width:0;max-width:none;display:flex;overflow:hidden}.assigned-page .detail-field{box-sizing:border-box;border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:24px;width:100%;min-width:0;min-height:58px;padding:13px 16px;display:flex}.assigned-page .detail-field:last-child{border-bottom:0}.assigned-page .detail-field span{white-space:nowrap;color:#9199aa;letter-spacing:.07em;text-transform:uppercase;flex:none;font-size:9px;font-weight:800}.assigned-page .detail-field strong{color:#252c3d;text-align:right;overflow-wrap:anywhere;word-break:break-word;flex:auto;min-width:0;max-width:100%;font-size:13px;font-weight:700;display:block}@media (width<=1100px){.assigned-page .assignment-details{grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:24px}.assigned-page .detail-section{padding:0 20px}.assigned-page .detail-section:first-child{padding-left:0}.assigned-page .detail-section:last-child{padding-right:0}}@media (width<=760px){.assigned-page .assignment-details{grid-template-columns:1fr;gap:24px;width:100%;padding:22px 15px}.assigned-page .detail-section{border-bottom:1px solid #e5e8ef;border-right:0;width:100%;padding:0 0 24px}.assigned-page .detail-section:first-child{padding-left:0}.assigned-page .detail-section:last-child{border-bottom:0;padding-bottom:0;padding-right:0}.assigned-page .detail-field{gap:15px}.assigned-page .detail-field strong{text-align:right}}*{box-sizing:border-box}.assigned-page{color:#172033;background:#f5f7fb;min-height:100vh;padding:42px 48px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.assigned-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:32px;display:flex}.assigned-eyebrow{color:#2563eb;letter-spacing:1.4px;margin:0 0 8px;font-size:10px;font-weight:800}.assigned-header h1{letter-spacing:-.6px;margin:0;font-size:32px;font-weight:750;line-height:1.2}.assigned-subtitle{color:#6b7280;margin:9px 0 0;font-size:14px}.assignment-count{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:110px;padding:13px 18px}.assignment-count strong{color:#172033;font-size:22px;display:block}.assignment-count span{color:#8a94a6;text-transform:uppercase;letter-spacing:.6px;margin-top:2px;font-size:11px;font-weight:700;display:block}.assigned-loading{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;display:flex}.assigned-loading p{color:#6b7280;margin:16px 0 0;font-size:13px}.assigned-spinner{border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite assignedSpin}@keyframes assignedSpin{to{transform:rotate(360deg)}}.assigned-error{background:#fff7f7;border:1px solid #fecaca;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:18px 20px;display:flex}.assigned-error strong{color:#991b1b;font-size:14px}.assigned-error p{color:#b91c1c;margin:5px 0 0;font-size:12px}.assigned-error button{color:#fff;cursor:pointer;background:#172033;border:0;border-radius:8px;padding:9px 15px;font-size:12px;font-weight:700}.assigned-empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:70px 30px}.assigned-empty-icon{background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 18px;font-size:25px;display:flex}.assigned-empty h2{margin:0;font-size:20px}.assigned-empty p{color:#7b8494;max-width:500px;margin:8px auto 0;font-size:13px}.assignment-list{flex-direction:column;gap:14px;display:flex}.assignment-card{background:#fff;border:1px solid #e5e7eb;border-radius:15px;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 3px 12px #0f172a09}.assignment-card:hover{border-color:#d5dce8}.assignment-card-open{border-color:#bfdbfe;box-shadow:0 8px 25px #2563eb12}.assignment-summary{color:#172033;text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:minmax(190px,.8fr) minmax(420px,2fr) auto;align-items:center;gap:24px;width:100%;min-height:92px;padding:18px 20px;display:grid}.assignment-summary:hover{background:#fbfcfe}.summary-main{align-items:center;gap:13px;display:flex}.tuition-icon{background:#eff6ff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;font-size:19px;display:flex}.summary-label{color:#8a94a6;text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.summary-main h2{margin:0;font-size:15px;font-weight:750}.summary-details{grid-template-columns:repeat(4,minmax(100px,1fr));gap:20px;display:grid}.summary-item{min-width:0}.summary-item span{color:#9aa3b2;text-transform:uppercase;letter-spacing:.4px;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.summary-item strong{color:#374151;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;display:block;overflow:hidden}.summary-status{align-items:center;gap:13px;display:flex}.assigned-badge{color:#047857;background:#ecfdf5;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:750}.dropdown-arrow{color:#9ca3af;font-size:11px;transition:transform .2s}.dropdown-arrow-open{color:#2563eb;transform:rotate(180deg)}.assignment-details{background:#fbfcfe;border-top:1px solid #edf0f4;padding:0 24px 25px}.info-section{padding-top:25px}.info-section+.info-section{border-top:1px solid #e9edf3;margin-top:10px;padding-top:25px}.info-section-heading{align-items:flex-start;gap:12px;margin-bottom:17px;display:flex}.info-number{color:#2563eb;background:#eff6ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:flex}.info-section-heading h3{margin:1px 0 3px;font-size:15px}.info-section-heading p{color:#8a94a6;margin:0;font-size:11px}.info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.info-item{background:#fff;border:1px solid #e7eaf0;border-radius:10px;padding:14px}.info-item span{color:#8a94a6;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.info-item strong{color:#273247;font-size:12px;font-weight:650;line-height:1.4;display:block}.person-card{background:#fff;border:1px solid #e7eaf0;border-radius:12px;align-items:center;gap:15px;padding:17px;display:flex}.person-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:15px;font-weight:800;display:flex}.parent-avatar{color:#2563eb;background:#eff6ff}.tutor-avatar{color:#15803d;background:#f0fdf4}.person-main{flex:1;min-width:0}.person-main h4{margin:0 0 12px;font-size:14px}.person-contact-grid{grid-template-columns:repeat(4,minmax(120px,1fr));gap:20px;display:grid}.person-contact-grid span{color:#9aa3b2;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.person-contact-grid strong{color:#374151;overflow-wrap:anywhere;font-size:12px;font-weight:600;display:block}.student-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.student-card{background:#fff;border:1px solid #e7eaf0;border-radius:12px;padding:17px}.student-card-top{align-items:center;gap:11px;margin-bottom:15px;display:flex}.student-avatar{color:#374151;background:#f1f3f7;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex}.student-card-top span{color:#9aa3b2;margin-bottom:2px;font-size:10px;display:block}.student-card-top h4{margin:0;font-size:13px}.student-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.student-info>div{background:#f8fafc;border-radius:8px;padding:10px}.student-info span{color:#9aa3b2;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.student-info strong{color:#374151;font-size:11px;line-height:1.4;display:block}.student-subjects{grid-column:1/-1}.no-students{color:#8a94a6;text-align:center;background:#fff;border:1px dashed #d6dce5;border-radius:10px;padding:18px;font-size:12px}.assignment-meta{color:#8a94a6;border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;gap:8px;margin-top:23px;padding-top:15px;font-size:10px;display:flex}.assignment-meta strong{color:#4b5563;font-weight:650}@media (width<=1100px){.assigned-page{padding:32px}.assignment-summary{grid-template-columns:1fr auto}.summary-details{grid-area:2/1/auto/-1}.summary-status{grid-area:1/2}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.person-contact-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media (width<=700px){.assigned-page{padding:24px 16px}.assigned-header{flex-direction:column;margin-bottom:24px}.assigned-header h1{font-size:27px}.assignment-count{width:100%}.assignment-summary{padding:17px;display:block}.summary-main{margin-bottom:15px}.summary-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-bottom:15px;display:grid}.summary-status{justify-content:space-between}.assignment-details{padding:0 16px 20px}.info-grid{grid-template-columns:1fr}.person-card{align-items:flex-start}.person-contact-grid{grid-template-columns:1fr;gap:12px}.student-grid,.student-info{grid-template-columns:1fr}.student-subjects{grid-column:auto}.assigned-error{flex-direction:column;align-items:flex-start}}.demo-applications-page{color:#172033;box-sizing:border-box;background:#f5f7fb;min-height:100vh;padding:28px 30px 48px}.demo-applications-page *,.demo-applications-page :before,.demo-applications-page :after{box-sizing:border-box}.demo-page-shell{width:min(1180px,100%);margin:0 auto}.demo-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.demo-eyebrow,.demo-section-label{color:#4f46e5;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800;line-height:1.2;display:block}.demo-page-header h1{color:#111827;margin:5px 0 0;font-size:28px;font-weight:750;line-height:1.2}.demo-page-header p{color:#64748b;margin:7px 0 0;font-size:12px;line-height:1.5}.demo-header-actions{flex-shrink:0;align-items:stretch;gap:10px;display:flex}.demo-summary-card{background:#fff;border:1px solid #dbe3ef;border-top:3px solid #4f46e5;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:126px;min-height:72px;padding:12px 14px;display:flex;box-shadow:0 2px 8px #0f172a0a}.demo-summary-card.purple{border-top-color:#7c3aed}.demo-summary-card span{color:#64748b;text-align:center;letter-spacing:.03em;font-size:9px;font-weight:700;line-height:1.2}.demo-summary-card strong{color:#111827;font-size:21px;line-height:1}.demo-refresh{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;align-self:center;height:38px;padding:0 13px;font-size:11px;font-weight:700}.demo-refresh:hover{background:#f8fafc;border-color:#94a3b8}.demo-error{color:#b91c1c;background:#fff7f7;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:12px 14px;font-size:12px;display:flex}.demo-error button{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fca5a5;border-radius:6px;flex-shrink:0;padding:7px 11px;font-size:11px;font-weight:700}.demo-loading,.demo-empty{text-align:center;color:#64748b;background:#fff;border:1px solid #dbe3ef;border-radius:12px;padding:70px 20px}.demo-empty h2{color:#172033;margin:0;font-size:18px}.demo-empty p{margin:7px 0 0;font-size:12px}.demo-tuition-list{flex-direction:column;gap:18px;display:flex}.demo-tuition-card{background:#fff;border:2px solid #cbd5e1;border-left:5px solid #4f46e5;border-radius:12px;overflow:hidden;box-shadow:0 3px 12px #0f172a0b}.demo-row{width:100%}.demo-row-tuition{border-bottom:1px solid #e2e8f0;padding:18px 20px 20px}.tuition-topline{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.tuition-topline h2{color:#111827;margin:5px 0 6px;font-size:18px;font-weight:750;line-height:1.2}.tuition-status{color:#475569;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;align-items:center;padding:4px 9px;font-size:10px;font-weight:700;display:inline-flex}.status-assigned{color:#b45309;background:#fff7ed;border-color:#fed7aa}.status-available{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.status-pending{color:#a16207;background:#fffbeb;border-color:#fde68a}.status-default{color:#475569;background:#f8fafc;border-color:#cbd5e1}.tuition-count-box{background:#fff;border:1px solid #d7e0ee;border-top:3px solid #4f46e5;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:112px;min-width:112px;height:68px;display:flex}.tuition-count-box strong{color:#111827;font-size:20px;line-height:1}.tuition-count-box span{color:#64748b;font-size:10px;font-weight:700}.table-scroll{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.summary-table,.details-table,.notes-table,.tutor-summary-table{border-collapse:separate;border-spacing:0;table-layout:fixed;border:1px solid #dbe3ed;border-radius:8px;width:100%;overflow:hidden}.summary-table th,.details-table th,.tutor-summary-table th{color:#64748b;text-align:center;text-transform:uppercase;letter-spacing:.035em;background:#f8fafc;border-bottom:1px solid #dbe3ed;padding:10px 12px;font-size:9px;font-weight:800;line-height:1.25}.summary-table td,.details-table td,.tutor-summary-table td{color:#334155;text-align:center;vertical-align:middle;word-break:break-word;background:#fff;border-bottom:1px solid #edf1f5;padding:12px;font-size:11px;font-weight:600;line-height:1.4}.summary-table tr:last-child td,.details-table tr:last-child td,.tutor-summary-table tr:last-child td{border-bottom:none}.summary-table th:not(:last-child),.summary-table td:not(:last-child),.details-table th:not(:last-child),.details-table td:not(:last-child),.tutor-summary-table th:not(:last-child),.tutor-summary-table td:not(:last-child){border-right:1px solid #edf1f5}.summary-table tbody tr:hover td,.details-table tbody tr:hover td,.tutor-summary-table tbody tr:hover td{background:#fcfdff}.amount-cell{color:#047857!important;font-weight:750!important}.demo-row-details{border-bottom:3px solid #dbe3ef}.view-details-button,.profile-toggle{color:#2563eb;text-align:left;cursor:pointer;background:#f8fafc;border:0;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:13px 20px;font-size:12px;font-weight:750;display:flex}.view-details-button:hover,.profile-toggle:hover{background:#f1f5f9}.details-arrow{color:#64748b;font-size:15px;line-height:1}.tuition-details-panel,.tutor-details-panel{background:#fff;border-top:1px solid #e2e8f0;padding:16px 20px 18px}.details-panel-title{color:#334155;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:11px;font-weight:800}.subsection-block{margin-top:14px}.subsection-title{color:#475569;margin-bottom:8px;font-size:11px;font-weight:750}.notes-table-wrap{width:100%;margin-top:14px;overflow-x:auto}.notes-table{min-width:100%}.notes-table th{color:#64748b;text-align:left;text-transform:uppercase;letter-spacing:.035em;vertical-align:top;background:#f8fafc;border-right:1px solid #e2e8f0;width:25%;padding:11px 12px;font-size:9px;font-weight:800;line-height:1.3}.notes-table td{color:#334155;text-align:left;vertical-align:top;background:#fff;padding:11px 12px;font-size:11px;font-weight:500;line-height:1.5}.demo-row-tutors{border-top:3px solid #8b5cf6;padding:18px 20px 20px}.tutor-row-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.tutor-row-heading h3{color:#111827;margin:4px 0 0;font-size:14px;font-weight:750;line-height:1.3}.tutor-heading-count{color:#6d28d9;background:#faf5ff;border:1px solid #ddd6fe;border-radius:6px;justify-content:center;align-items:center;min-width:30px;height:26px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.tutor-application-list{flex-direction:column;gap:10px;display:flex}.demo-tutor-card{background:#fff;border:1px solid #dbe3ed;border-radius:8px;overflow:hidden}.tutor-summary-table th:last-child,.tutor-summary-table td:last-child{width:210px}.action-buttons{justify-content:center;align-items:center;gap:7px;display:flex}.reject-button,.approve-button{cursor:pointer;border-radius:6px;min-width:84px;height:31px;padding:0 10px;font-size:10px;font-weight:750}.reject-button{color:#dc2626;background:#fff;border:1px solid #fca5a5}.reject-button:hover:not(:disabled){background:#fef2f2}.approve-button{color:#fff;background:#16a34a;border:1px solid #16a34a}.approve-button:hover:not(:disabled){background:#15803d}.reject-button:disabled,.approve-button:disabled{cursor:not-allowed;opacity:.55}.profile-toggle{background:#fafbfc;border-top:1px solid #e2e8f0;padding:11px 14px;font-size:11px}.profile-toggle:hover{background:#f5f7fa}.detail-table-gap{margin-top:10px}@media (width<=900px){.demo-page-header{flex-direction:column}.demo-header-actions{width:100%}.demo-summary-card{flex:1;width:auto}.demo-refresh{flex-shrink:0}}@media (width<=650px){.demo-applications-page{padding:18px 12px 32px}.demo-page-header h1{font-size:23px}.demo-header-actions{grid-template-columns:1fr 1fr;display:grid}.demo-refresh{grid-column:1/-1;width:100%}.demo-row-tuition,.demo-row-tutors{padding-left:14px;padding-right:14px}.tuition-topline{align-items:flex-start}.tuition-count-box{width:92px;min-width:92px}.view-details-button,.profile-toggle,.tuition-details-panel,.tutor-details-panel{padding-left:14px;padding-right:14px}.summary-table,.details-table,.tutor-summary-table{min-width:680px}.students-table{min-width:700px}.notes-table{min-width:600px}.tutor-summary-table th:last-child,.tutor-summary-table td:last-child{width:190px}}.scheduled-page{color:#172033;box-sizing:border-box;background:#f5f7fb;min-height:100vh;padding:32px 28px 50px}.scheduled-page *,.scheduled-page :before,.scheduled-page :after{box-sizing:border-box}.scheduled-header{justify-content:space-between;align-items:flex-end;gap:24px;width:min(1180px,100%);margin:0 auto 24px;display:flex}.scheduled-breadcrumb{color:#7a8799;margin-bottom:7px;font-size:10px;font-weight:600}.scheduled-breadcrumb span{color:#b1bac7;margin:0 5px}.scheduled-header h1{color:#172033;margin:0;font-size:27px;font-weight:750;line-height:1.2}.scheduled-header p{color:#718096;margin:6px 0 0;font-size:12px}.approved-count-card{background:#fff;border:1px solid #d8e1ee;border-top:3px solid #4f46e5;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:145px;min-height:96px;display:flex;box-shadow:0 4px 14px #14233c0d}.approved-count-card span{color:#718096;text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:800}.approved-count-card strong{color:#172033;margin-top:6px;font-size:24px;line-height:1}.approved-count-card small{color:#8793a5;margin-top:5px;font-size:9px;font-weight:600}.scheduled-loading{color:#718096;flex-direction:column;justify-content:center;align-items:center;min-height:300px;font-size:13px;display:flex}.scheduled-spinner{border:3px solid #dfe6f1;border-top-color:#4f46e5;border-radius:50%;width:30px;height:30px;margin-bottom:12px;animation:.8s linear infinite scheduled-spin}@keyframes scheduled-spin{to{transform:rotate(360deg)}}.scheduled-error{text-align:center;background:#fff;border:1px solid #efcaca;border-top:3px solid #dc5b5b;border-radius:12px;width:min(600px,100%);margin:70px auto;padding:28px}.scheduled-error h2{color:#a33d3d;margin:0;font-size:17px}.scheduled-error p{color:#718096;margin:8px 0 18px;font-size:12px}.retry-button{color:#fff;cursor:pointer;background:#315fe8;border:0;border-radius:7px;padding:9px 17px;font-size:12px;font-weight:700}.scheduled-empty{text-align:center;background:#fff;border:2px solid #dce3ed;border-radius:12px;width:min(1180px,100%);margin:30px auto;padding:60px 20px}.scheduled-empty h2{color:#172033;margin:0;font-size:18px}.scheduled-empty p{color:#718096;margin:7px 0 0;font-size:12px}.scheduled-list{flex-direction:column;gap:20px;width:min(1180px,100%);margin:0 auto;display:flex}.scheduled-card{background:#fff;border:2px solid #d4ddea;border-left:5px solid #4f46e5;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #14233c0b}.tuition-card-top{background:#f8faff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:15px 22px;display:flex}.tuition-reference-block{flex-direction:column;gap:4px;display:flex}.tuition-reference-block span{color:#315fe8;letter-spacing:.08em;font-size:9px;font-weight:850}.tuition-reference-block strong{color:#172033;font-size:16px;font-weight:800}.tuition-count{color:#172033;background:#fff;border:1px solid #d4ddec;border-top:3px solid #4f46e5;border-radius:8px;flex-direction:column;align-items:center;min-width:88px;padding:9px 12px;font-size:17px;font-weight:800;display:flex}.tuition-count small{color:#78869a;text-transform:uppercase;margin-top:3px;font-size:8px;font-weight:700}.tuition-table-wrapper{width:100%;overflow-x:auto}.tuition-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:700px}.tuition-table th{color:#78869a;text-align:center;text-transform:uppercase;letter-spacing:.04em;background:#fbfcfe;border-bottom:1px solid #e0e6ef;padding:10px 14px;font-size:9px;font-weight:800}.tuition-table td{color:#34435c;text-align:center;vertical-align:middle;overflow-wrap:anywhere;border-bottom:1px solid #edf1f5;padding:13px 14px;font-size:11px;font-weight:650;line-height:1.4}.tuition-table td.amount{color:#087957;font-weight:800}.approved-tutors-section{border-top:3px solid #8b5cf6}.section-heading{background:#fff;padding:14px 22px 11px}.section-heading span{color:#6d4bd8;letter-spacing:.08em;font-size:8px;font-weight:850}.section-heading h2{color:#172033;margin:3px 0 0;font-size:14px;font-weight:750}.tutor-table-wrapper{border-top:1px solid #e1e7ef;width:100%;overflow-x:auto}.tutor-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:760px}.tutor-table th{color:#718096;text-align:center;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #dfe5ee;padding:10px 12px;font-size:9px;font-weight:800}.tutor-table td{color:#35445c;text-align:center;vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px;font-size:11px;font-weight:600;line-height:1.4}.tutor-table tbody tr:last-child td{border-bottom:none}.tutor-table tbody tr:hover{background:#fafbfe}.tutor-name{color:#172033!important;font-weight:800!important}.schedule-button{color:#fff;cursor:pointer;white-space:nowrap;background:#315fe8;border:1px solid #315fe8;border-radius:7px;padding:8px 13px;font-size:10px;font-weight:750;line-height:1.2;transition:background .15s,border-color .15s}.schedule-button:hover{background:#254fc9;border-color:#254fc9}.schedule-button:active{transform:translateY(1px)}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a94;justify-content:center;align-items:flex-start;padding:50px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.schedule-modal{background:#fff;border:1px solid #d9e1ec;border-top:4px solid #4f46e5;border-radius:13px;width:min(460px,100%);padding:25px;position:relative;box-shadow:0 20px 55px #0f172a33}.modal-close{color:#657389;cursor:pointer;background:#f3f5f8;border:0;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex;position:absolute;top:12px;right:13px}.modal-close:hover{background:#e9edf3}.modal-kicker{color:#315fe8;letter-spacing:.08em;font-size:9px;font-weight:850}.schedule-modal h2{color:#172033;margin:5px 0 4px;font-size:21px}.modal-subtitle{color:#718096;margin:0 0 20px;font-size:11px}.schedule-field{margin-bottom:17px}.schedule-field label{color:#34435c;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.tutor-display{color:#172033;background:#f8faff;border:1px solid #d2dce9;border-radius:8px;align-items:center;min-height:44px;padding:0 12px;font-size:13px;font-weight:750;display:flex}.schedule-field input{color:#172033;background:#fff;border:1px solid #cfd8e6;border-radius:8px;outline:none;width:100%;height:44px;padding:0 12px;font-family:inherit;font-size:13px}.schedule-field input::placeholder{color:#a2acbb}.schedule-field input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.schedule-field input:disabled{cursor:not-allowed;background:#f6f7f9}.schedule-time-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.schedule-error{color:#b23c3c;background:#fff5f5;border:1px solid #efcaca;border-radius:7px;margin-top:5px;padding:10px 12px;font-size:11px;font-weight:600;line-height:1.4}.modal-actions{border-top:1px solid #e8ecf2;justify-content:flex-end;gap:9px;margin-top:22px;padding-top:17px;display:flex}.cancel-button,.confirm-schedule-button{cursor:pointer;border-radius:7px;min-width:105px;height:40px;padding:0 14px;font-size:11px;font-weight:750}.cancel-button{color:#56657b;background:#fff;border:1px solid #d2dbe7}.cancel-button:hover{background:#f7f9fc}.confirm-schedule-button{color:#fff;background:#315fe8;border:1px solid #315fe8}.confirm-schedule-button:hover{background:#254fc9;border-color:#254fc9}.cancel-button:disabled,.confirm-schedule-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=850px){.scheduled-header{flex-direction:column;align-items:stretch}.approved-count-card{width:150px}}@media (width<=600px){.scheduled-page{padding:22px 13px 35px}.scheduled-header h1{font-size:23px}.tuition-card-top{padding:14px 15px}.section-heading{padding-left:15px;padding-right:15px}.approved-count-card{width:100%;min-height:78px}.schedule-modal{padding:21px}.schedule-time-row{grid-template-columns:1fr;gap:0}.modal-actions{flex-direction:column-reverse}.cancel-button,.confirm-schedule-button{width:100%}}.completed-page{box-sizing:border-box;color:#1e293b;background:#f8fafc;width:100%;min-height:100%;padding:28px 30px 40px}.completed-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.completed-header-left{min-width:0}.completed-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:8px;font-size:11px;font-weight:600;display:flex}.completed-breadcrumb span{color:#94a3b8}.completed-header h1{color:#172033;margin:0;font-size:25px;font-weight:700;line-height:1.3}.completed-header p{color:#64748b;margin:7px 0 0;font-size:13px;line-height:1.5}.completed-count-card{text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:9px;min-width:145px;padding:15px 20px;box-shadow:0 2px 6px #0f172a0a}.completed-count-card span{letter-spacing:.04em;color:#64748b;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.completed-count-card strong{color:#2563eb;font-size:25px;line-height:1.1;display:block}.completed-loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:55vh;display:flex}.completed-loading p{margin:0;font-size:13px}.completed-spinner{border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite completed-spin}@keyframes completed-spin{to{transform:rotate(360deg)}}.completed-error{text-align:center;background:#fff;border:1px solid #fecaca;border-radius:10px;max-width:500px;margin:70px auto;padding:28px}.completed-error h2{color:#991b1b;margin:0 0 8px;font-size:18px}.completed-error p{color:#64748b;margin:0 0 18px;font-size:13px;line-height:1.5}.retry-button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:7px;min-height:36px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:600}.completed-empty{text-align:center;background:#fff;border:1px solid #dbe3ef;border-radius:10px;max-width:600px;margin:70px auto;padding:45px 30px}.completed-empty-icon{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin:0 auto 14px;font-size:21px;font-weight:700;display:flex}.completed-empty h2{color:#1e293b;margin:0 0 7px;font-size:18px}.completed-empty p{color:#64748b;margin:0;font-size:13px}.completed-list{flex-direction:column;gap:22px;display:flex}.completed-card{background:#fff;border:2px solid #2563eb;border-radius:9px;overflow:hidden;box-shadow:0 2px 7px #0f172a0a}.completed-card-header{background:#f8fbff;border-bottom:1px solid #dbe3ef;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.completed-kicker{letter-spacing:.08em;color:#2563eb;margin-bottom:4px;font-size:8px;font-weight:700;display:block}.completed-card-header h2{color:#172033;margin:0;font-size:15px;font-weight:700;line-height:1.3}.completed-demo-count{text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:6px;min-width:72px;padding:7px 10px}.completed-demo-count strong{color:#1e293b;margin-bottom:2px;font-size:15px;display:block}.completed-demo-count span{text-transform:uppercase;color:#64748b;font-size:7px;font-weight:700;display:block}.completed-tuition-table-wrapper{width:100%;overflow-x:auto}.completed-tuition-table{border-collapse:collapse;table-layout:fixed;width:100%}.completed-tuition-table th,.completed-tuition-table td{text-align:center;border-bottom:1px solid #e2e8f0;padding:9px 14px;font-size:10px}.completed-tuition-table th{text-transform:uppercase;color:#64748b;background:#f8fafc;font-size:8px;font-weight:700}.completed-tuition-table td{color:#334155}.completed-tuition-table th:first-child,.completed-tuition-table td:first-child{width:25%}.completed-tuition-table th:nth-child(2),.completed-tuition-table td:nth-child(2){width:20%}.completed-tuition-table th:nth-child(3),.completed-tuition-table td:nth-child(3){width:30%}.completed-tuition-table th:nth-child(4),.completed-tuition-table td:nth-child(4){width:25%}.strong-cell{color:#1e293b!important;font-weight:600!important}.amount-cell{font-weight:600;color:#059669!important}.completed-demos-section{border-top:2px solid #7c3aed}.completed-section-heading{background:#fcfaff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.completed-section-heading span{letter-spacing:.07em;color:#7c3aed;margin-bottom:3px;font-size:8px;font-weight:700;display:block}.completed-section-heading h3{color:#1e293b;margin:0;font-size:13px;font-weight:700}.completed-table-wrapper{width:100%;overflow-x:auto}.completed-table{border-collapse:collapse;table-layout:fixed;width:100%}.completed-table th,.completed-table td{text-align:center;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:9px 10px;font-size:10px}.completed-table th{text-transform:uppercase;color:#64748b;background:#f8fafc;font-size:8px;font-weight:700}.completed-table td{color:#334155}.completed-table th:first-child,.completed-table td:first-child,.completed-table th:nth-child(2),.completed-table td:nth-child(2){width:17%}.completed-table th:nth-child(3),.completed-table td:nth-child(3){width:14%}.completed-table th:nth-child(4),.completed-table td:nth-child(4){width:15%}.completed-table th:nth-child(5),.completed-table td:nth-child(5){width:14%}.completed-table th:nth-child(6),.completed-table td:nth-child(6){width:23%}.completed-table tbody tr:last-child td{border-bottom:none}.demo-decision-actions{justify-content:center;align-items:center;gap:6px;display:flex}.assign-tutor-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:5px;min-width:82px;padding:5px 9px;font-family:inherit;font-size:10px;font-weight:600;transition:background .15s,border-color .15s}.assign-tutor-button:hover{background:#eff6ff;border-color:#1d4ed8}.assign-tutor-button:disabled{opacity:.5;cursor:not-allowed}.reject-demo-button{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #dc2626;border-radius:5px;min-width:58px;padding:5px 9px;font-family:inherit;font-size:10px;font-weight:600;transition:background .15s,border-color .15s}.reject-demo-button:hover{background:#fef2f2;border-color:#b91c1c}.reject-demo-button:disabled{opacity:.5;cursor:not-allowed}@media (width<=900px){.completed-page{padding:22px 18px 35px}.completed-header{flex-direction:column}.completed-count-card{align-self:flex-start}}@media (width<=650px){.completed-page{padding:18px 12px 30px}.completed-header h1{font-size:22px}.completed-card-header{padding:12px 13px}.completed-tuition-table th,.completed-tuition-table td,.completed-table th,.completed-table td{padding:8px 7px}.completed-table{min-width:700px}.completed-tuition-table{min-width:600px}}.tutor-dashboard{color:#172033;background:#f4f7fb;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.tutor-brand{letter-spacing:-.4px;font-size:21px;font-weight:800}.tutor-subtitle{color:#b9c7ef;font-size:12px;font-weight:500}.tutor-header-right{align-items:center;gap:20px;display:flex}.tutor-user-info{align-items:center;gap:11px;display:flex}.tutor-avatar{color:#1d4ed8;background:#fff;border:3px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex}.tutor-user-details{flex-direction:column;gap:3px;display:flex}.tutor-user-details strong{color:#fff;font-size:14px}.tutor-user-details span{color:#b9c7ef;align-items:center;gap:6px;font-size:11px;display:flex}.active-dot{background:#34d399;border-radius:50%;width:7px;height:7px;display:inline-block}.logout-button:hover{background:#ffffff29;border-color:#ffffff4d;transform:translateY(-1px)}.tutor-navigation{z-index:20;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0}.tutor-nav-item{color:#64748b;cursor:pointer;background:0 0;border:none;padding:18px 16px;font-size:13px;font-weight:650;transition:color .2s,background .2s;position:relative}.tutor-nav-item:hover{color:#1d4ed8;background:#f8fafc}.tutor-nav-item.active{color:#1d4ed8}.tutor-nav-item.active:after{content:"";background:#2563eb;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:14px;right:14px}.tutor-main{padding-top:42px;padding-bottom:70px}.tutor-welcome{margin-bottom:30px}.tutor-eyebrow{color:#2563eb;letter-spacing:.11em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:800;display:inline-block}.tutor-welcome h1{color:#111827;letter-spacing:-1.1px;margin:0;font-size:clamp(28px,4vw,38px);font-weight:800;line-height:1.15}.tutor-welcome p{color:#64748b;max-width:650px;margin:10px 0 0;font-size:14px;line-height:1.7}.tutor-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:46px;display:grid}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;min-height:142px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0f172a0a}.summary-card:before{content:"";background:#2563eb;width:4px;position:absolute;top:0;bottom:0;left:0}.summary-card:nth-child(2):before{background:#7c3aed}.summary-card:nth-child(3):before{background:#059669}.summary-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 25px #0f172a14}.summary-card span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700;display:block}.summary-card strong{color:#111827;margin-top:12px;font-size:32px;font-weight:800;line-height:1;display:block}.summary-card small{color:#94a3b8;margin-top:11px;font-size:12px;display:block}.summary-card.clickable{cursor:pointer}.tutor-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.tutor-section-header h2{color:#111827;letter-spacing:-.5px;margin:0;font-size:25px;font-weight:800}.tutor-section-header p{color:#64748b;margin:7px 0 0;font-size:13px}.tuition-count{text-align:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:11px;min-width:96px;padding:12px 15px}.tuition-count strong{color:#1d4ed8;font-size:21px;line-height:1;display:block}.tuition-count span{color:#64748b;text-transform:uppercase;margin-top:5px;font-size:10px;font-weight:700;display:block}.tuition-grid{grid-template-columns:1fr;gap:20px;width:100%;display:grid}.tuition-card{background:#fff;border:1px solid #dbe3ee;border-radius:16px;padding:24px;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;overflow:hidden;box-shadow:0 5px 18px #0f172a0d}.tuition-card:before{content:"";background:#2563eb;width:5px;position:absolute;top:0;bottom:0;left:0}.tuition-card:nth-child(3n+2):before{background:#7c3aed}.tuition-card:nth-child(3n+3):before{background:#059669}.tuition-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 14px 32px #0f172a17}.tuition-card-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:15px;padding-bottom:18px;display:flex}.field-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.reference-id{color:#1e293b;letter-spacing:.02em;font-size:14px;font-weight:800}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:29px;padding:0 11px;font-size:11px;font-weight:750;display:inline-flex}.available-status{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.demo-status{color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe}.tuition-student{padding:20px 0 18px}.tuition-student h3{color:#111827;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:800;line-height:1.35}.location{color:#64748b;align-items:center;gap:7px;margin-top:9px;font-size:13px;display:flex}.location span:first-child{background:#fff7ed;border-radius:7px;justify-content:center;align-items:center;width:25px;height:25px;font-size:13px;display:inline-flex}.tuition-details{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.detail-box{background:#f8fafc;border:1px solid #e5eaf1;border-radius:10px;min-height:76px;padding:13px 14px}.detail-box:first-child{background:#eff6ff;border-color:#bfdbfe}.detail-box:nth-child(2){background:#f5f3ff;border-color:#ddd6fe}.detail-box:nth-child(3){background:#ecfdf5;border-color:#a7f3d0}.detail-box:nth-child(4){background:#fff7ed;border-color:#fed7aa}.detail-box span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:750;display:block}.detail-box strong{color:#172033;margin-top:8px;font-size:15px;font-weight:800;display:block}.tuition-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.tuition-meta>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 15px}.tuition-meta>div:first-child{background:#f0f9ff;border-color:#bae6fd}.tuition-meta>div:last-child{background:#fdf4ff;border-color:#f5d0fe}.tuition-meta span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px;font-weight:750;display:block}.tuition-meta strong{color:#1e293b;font-size:13px;font-weight:750}.requirements-section{flex-direction:column;gap:10px;margin-top:4px;margin-bottom:18px;display:flex}.requirement-row{background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;padding:14px 16px;display:flex}.requirement-row span{color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800}.requirement-row strong{color:#312e81;font-size:14px;font-weight:800}.additional-requirement{box-sizing:border-box;background:#fffbeb;border:1px solid #fbbf24;border-radius:10px;width:100%;padding:15px 17px}.additional-requirement span{color:#b45309;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;font-size:10px;font-weight:850;display:block}.additional-requirement p{color:#78350f;margin:0;font-size:13px;line-height:1.55}.tuition-actions{border-top:1px solid #edf2f7;justify-content:flex-end;align-items:center;gap:10px;padding-top:18px;display:flex}.primary-action,.secondary-action{cursor:pointer;border-radius:9px;min-height:40px;padding:0 17px;font-size:12px;font-weight:750;transition:transform .18s,box-shadow .18s,background .18s}.primary-action{color:#fff;background:#2563eb;border:1px solid #1d4ed8;box-shadow:0 4px 10px #2563eb2e}.primary-action:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 7px 15px #2563eb40}.secondary-action:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.action-status{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;margin-right:auto;padding:8px 11px;font-size:11px;font-weight:700}.dashboard-state{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:40px;display:flex;box-shadow:0 4px 15px #0f172a0a}.dashboard-state h3{color:#1e293b;margin:15px 0 6px;font-size:18px}.dashboard-state p{color:#64748b;max-width:480px;margin:0;font-size:13px;line-height:1.6}.empty-icon{background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;font-size:25px;display:flex}@keyframes tutor-spin{to{transform:rotate(360deg)}}.retry-button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:8px;min-height:39px;margin-top:16px;padding:0 16px;font-size:12px;font-weight:700}@media (width<=900px){.tutor-summary-grid,.tuition-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.tutor-container{width:min(100% - 28px,1180px)}.tutor-header-inner{min-height:70px}.tutor-brand{font-size:17px}.tutor-subtitle{font-size:10px}.tutor-user-details{display:none}.tutor-header-right{gap:10px}.tutor-navigation-inner{scrollbar-width:none;overflow-x:auto}.tutor-navigation-inner::-webkit-scrollbar{display:none}.tutor-nav-item{flex-shrink:0;padding:17px 13px;font-size:12px}.tutor-main{padding-top:30px}.tutor-summary-grid{grid-template-columns:1fr}.tutor-section-header{flex-direction:column;align-items:flex-start}.tuition-count{align-self:flex-start}.tuition-card{padding:18px}.tuition-card-header{flex-direction:column;align-items:flex-start}.tuition-details{grid-template-columns:1fr 1fr}.tuition-meta{grid-template-columns:1fr}.tuition-actions{flex-direction:column;align-items:stretch}.action-status{text-align:center;margin-right:0}.primary-action,.secondary-action{width:100%}}@media (width<=430px){.tutor-welcome h1{font-size:27px}.tuition-details{grid-template-columns:1fr}.requirement-row{flex-direction:column;align-items:flex-start;gap:6px}}.applications-page-header{justify-content:space-between;align-items:flex-end;gap:30px;padding:42px 0 30px;display:flex}.applications-page-header>div:first-child{min-width:0}.applications-page-header h1{color:#16233e;letter-spacing:-.8px;margin:8px 0 0;font-size:32px;font-weight:800;line-height:1.2}.applications-page-header p{color:#718096;max-width:520px;margin:11px 0 0;font-size:14px;font-weight:400;line-height:1.6}.application-count{background:#fff;border:1px solid #dbe4f1;border-radius:14px;flex-direction:column;flex:none;justify-content:center;align-items:center;width:118px;min-height:86px;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #1e355a0d,0 1px 3px #1e355a08}.application-count:before{content:"";background:#4f6df5;width:100%;height:3px;position:absolute;top:0;left:0}.application-count strong{color:#3158d8;letter-spacing:-.5px;font-size:28px;font-weight:800;line-height:1}.application-count span{color:#7b879c;letter-spacing:.7px;text-transform:uppercase;margin-top:7px;font-size:9px;font-weight:800;line-height:1}.applications-list{flex-direction:column;gap:20px;padding-bottom:55px;display:flex}.application-card{background:#fff;border:1px solid #dce5f0;border-radius:16px;padding:23px 24px;transition:border-color .2s,box-shadow .2s;position:relative;box-shadow:0 6px 20px #1b31530b,0 1px 3px #1b315306}.application-card:hover{border-color:#c9d7eb;box-shadow:0 10px 28px #1b315313,0 2px 5px #1b315308}.application-card-top{border-bottom:1px solid #e8edf4;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:17px;display:flex}.application-status{letter-spacing:.15px;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;min-height:28px;padding:6px 12px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.application-status.pending{color:#977218;background:#fff8e8;border:1px solid #f0dfa9}.application-status.approved{color:#287342;background:#edf9f1;border:1px solid #c8e8d3}.application-status.scheduled{color:#2b67a8;background:#edf6ff;border:1px solid #c9def4}.application-status.assigned{color:#4a55b7;background:#eef1ff;border:1px solid #d2d9fb}.application-status.rejected{color:#a33d3d;background:#fff0f0;border:1px solid #edcccc}.application-status.closed{color:#697386;background:#f2f4f7;border:1px solid #dce1e8}.application-result{border-radius:10px;margin-top:17px;padding:14px 16px;font-size:12px}.application-result strong{margin:0;font-size:11px;font-weight:800;line-height:1.4;display:block}.application-result p{margin:5px 0 0;font-size:12px;line-height:1.5}.assigned-result{color:#276d40;background:#eefaf3;border:1px solid #cbe8d6}.closed-result{color:#687386;background:#f7f8fa;border:1px solid #e0e4ea}.application-rejection{box-sizing:border-box;background:#fff6f6;border:1px solid #edcccc;border-left:4px solid #c94a4a;border-radius:9px;margin-top:15px;padding:14px 16px}.application-rejection span{color:#a33d3d;letter-spacing:.6px;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;line-height:1.3;display:block}.application-rejection strong{color:#5e3030;font-size:11px;font-weight:600;line-height:1.5;display:block}.application-closure{box-sizing:border-box;background:#fafbfc;border:1px solid #e2e6ec;border-radius:9px;margin-top:15px;padding:14px 16px}.application-closure span{color:#7d899b;letter-spacing:.6px;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;line-height:1.3;display:block}.application-closure strong{color:#4f5e73;font-size:11px;font-weight:600;line-height:1.5;display:block}.application-decision{box-sizing:border-box;background:#f7f9ff;border:1px solid #dce5fa;border-left:4px solid #4f6df5;border-radius:9px;margin-top:15px;padding:14px 16px}.application-decision span{color:#667899;letter-spacing:.6px;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;line-height:1.3;display:block}.application-decision strong{color:#30476f;font-size:11px;font-weight:650;line-height:1.5;display:block}.application-main{padding:22px 0 20px}.application-main h2{color:#182640;letter-spacing:-.15px;margin:0;font-size:18px;font-weight:750;line-height:1.45}.application-location{color:#6e7c91;align-items:center;margin-top:10px;font-size:12px;line-height:1.5;display:flex}.application-details{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.application-details>div{text-align:center;box-sizing:border-box;background:#f8faff;border:1px solid #e1e8f2;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:72px;padding:10px;display:flex}.application-details span{color:#8490a3;letter-spacing:.55px;text-transform:uppercase;margin:0;font-size:9px;font-weight:800;line-height:1.3;display:block}.application-details strong{color:#1d2c47;margin-top:7px;font-size:12px;font-weight:750;line-height:1.4;display:block}.application-meta{border-top:1px solid #e5eaf2;border-bottom:1px solid #e5eaf2;grid-template-columns:repeat(3,1fr);margin-top:17px;padding:18px 0;display:grid}.application-meta>div{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:48px;padding:4px 18px;display:flex;position:relative}.application-meta>div:not(:last-child):after{content:"";background:#dfe5ee;width:1px;height:calc(100% - 8px);position:absolute;top:4px;right:0}.application-meta span{color:#8490a3;letter-spacing:.55px;text-transform:uppercase;margin:0;font-size:9px;font-weight:800;line-height:1.3;display:block}.application-meta strong{color:#1d2c47;white-space:normal;margin-top:7px;font-size:12px;font-weight:750;line-height:1.4;display:block}.demo-information{box-sizing:border-box;background:#f5f8ff;border:1px solid #d5e2fa;border-left:4px solid #4f6df5;border-radius:11px;margin-top:17px;padding:18px 20px}.demo-heading{color:#285bc7;letter-spacing:.5px;text-transform:uppercase;text-align:center;margin:0 0 18px;font-size:11px;font-weight:800;line-height:1}.demo-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.demo-grid>div{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:48px;padding:4px 12px;display:flex}.demo-grid span{color:#8490a3;letter-spacing:.55px;text-transform:uppercase;margin:0;font-size:9px;font-weight:800;line-height:1.3;display:block}.demo-grid strong{color:#1d2c47;white-space:nowrap;margin-top:7px;font-size:12px;font-weight:750;line-height:1.4;display:block}.application-actions{border-top:1px solid #edf1f5;justify-content:flex-end;align-items:center;min-height:38px;margin-top:17px;padding-top:16px;display:flex}.application-actions button{cursor:pointer;border-radius:8px;min-height:38px;padding:9px 17px;font-family:inherit;font-size:11px;font-weight:800;line-height:1.2;transition:background .2s,border-color .2s,box-shadow .2s}.application-actions .primary-action{color:#fff;background:#315edb;border:1px solid #315edb;box-shadow:0 4px 10px #315edb24}.application-actions .primary-action:hover{background:#264fca;border-color:#264fca;box-shadow:0 5px 14px #315edb38}.application-actions .secondary-action{color:#3158b8;background:#fff;border:1px solid #cbd7e7}.application-actions .secondary-action:hover{background:#f4f7fc;border-color:#aebed8}.application-closed-label{color:#7b8799;text-align:right;font-size:11px;font-weight:700;line-height:1.4}@keyframes application-spin{to{transform:rotate(360deg)}}@media (width<=850px){.tutor-container{width:min(100% - 30px,1180px)}.application-details{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.applications-page-header{align-items:flex-start;gap:18px;padding:30px 0 24px}.applications-page-header h1{letter-spacing:-.5px;font-size:27px}.applications-page-header p{font-size:13px}.application-count{width:92px;min-height:72px}.application-count strong{font-size:24px}.application-card{border-radius:13px;padding:18px}.application-card-top{gap:14px}.application-main h2{font-size:17px}.application-details{grid-template-columns:repeat(2,1fr);gap:8px}.application-details>div{min-height:65px}.application-meta{grid-template-columns:1fr;gap:14px;padding:16px 0}.application-meta>div{min-height:42px;padding:3px 0}.application-meta>div:not(:last-child):after{display:none}.demo-grid{grid-template-columns:1fr;gap:13px}.demo-grid>div{min-height:42px}.demo-information{padding:16px}.application-rejection,.application-closure,.application-decision{padding:13px 14px}.application-rejection strong,.application-closure strong,.application-decision strong{line-height:1.55}.application-actions{justify-content:stretch}.application-actions button{width:100%}.application-closed-label{text-align:center;width:100%}}@media (width<=430px){.tutor-container{width:calc(100% - 24px)}.applications-page-header{flex-direction:column;width:100%}.application-count{align-self:flex-start}.application-card-top{flex-direction:column;align-items:flex-start}.application-status{align-self:flex-start}.application-details{grid-template-columns:1fr 1fr}.demo-grid strong{white-space:normal}.application-rejection strong,.application-closure strong,.application-decision strong{font-size:11px}}.tutor-dashboard{color:#17233d;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.assignments-page-header{justify-content:space-between;align-items:flex-end;gap:30px;padding:42px 0 30px;display:flex}.assignments-page-header>div:first-child{min-width:0}.assignments-page-header h1{color:#16233e;letter-spacing:-.8px;margin:8px 0 0;font-size:32px;font-weight:800;line-height:1.2}.assignments-page-header p{color:#718096;max-width:520px;margin:11px 0 0;font-size:14px;font-weight:400;line-height:1.6}.assignment-count{background:#fff;border:1px solid #dbe5df;border-radius:14px;flex-direction:column;flex:none;justify-content:center;align-items:center;width:118px;min-height:86px;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #1e352d0d,0 1px 3px #1e352d08}.assignment-count:before{content:"";background:#36a269;width:100%;height:3px;position:absolute;top:0;left:0}.assignment-count strong{color:#287342;letter-spacing:-.5px;font-size:28px;font-weight:800;line-height:1}.assignment-count span{color:#718276;letter-spacing:.7px;text-transform:uppercase;margin-top:7px;font-size:9px;font-weight:800;line-height:1}.assignments-list{flex-direction:column;gap:20px;padding-bottom:55px;display:flex}.assignment-card{background:#fff;border:1px solid #dce5e0;border-radius:16px;padding:23px 24px;transition:border-color .2s,box-shadow .2s;position:relative;box-shadow:0 6px 20px #1b372b0b,0 1px 3px #1b372b06}.assignment-card:hover{border-color:#c5d9ce;box-shadow:0 10px 28px #1b372b13,0 2px 5px #1b372b08}.assignment-card-top{border-bottom:1px solid #e7eee9;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:17px;display:flex}.reference-label{color:#8a968e;letter-spacing:.7px;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;line-height:1;display:block}.reference-id{color:#2f7a4a;letter-spacing:.2px;font-size:13px;font-weight:750;line-height:1.3;display:block}.assignment-status{color:#287342;letter-spacing:.15px;background:#edf9f1;border:1px solid #c8e8d3;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;min-height:28px;padding:6px 13px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.assignment-main{padding:22px 0 20px}.assignment-main h2{color:#182640;letter-spacing:-.15px;margin:0;font-size:18px;font-weight:750;line-height:1.45}.assignment-location{color:#6e7c91;align-items:center;margin-top:10px;font-size:12px;line-height:1.5;display:flex}.assignment-details{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.assignment-details>div{text-align:center;box-sizing:border-box;background:#f7faf8;border:1px solid #dfe9e3;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:72px;padding:10px;display:flex}.assignment-details span{color:#829087;letter-spacing:.55px;text-transform:uppercase;margin:0;font-size:9px;font-weight:800;line-height:1.3;display:block}.assignment-details strong{color:#1d2c47;margin-top:7px;font-size:12px;font-weight:750;line-height:1.4;display:block}.assignment-schedule{border-top:1px solid #e4ebe6;border-bottom:1px solid #e4ebe6;grid-template-columns:repeat(2,1fr);margin-top:17px;padding:18px 0;display:grid}.assignment-schedule>div{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:48px;padding:4px 18px;display:flex;position:relative}.assignment-schedule>div:first-child:after{content:"";background:#dfe7e2;width:1px;height:calc(100% - 6px);position:absolute;top:3px;right:0}.assignment-schedule span{color:#829087;letter-spacing:.55px;text-transform:uppercase;margin:0;font-size:9px;font-weight:800;line-height:1.3;display:block}.assignment-schedule strong{color:#1d2c47;margin-top:7px;font-size:12px;font-weight:750;line-height:1.4;display:block}.assignment-actions{border-top:1px solid #edf2ee;justify-content:flex-end;align-items:center;min-height:38px;margin-top:17px;padding-top:16px;display:flex}.assignment-actions .primary-action{color:#fff;cursor:pointer;background:#2f7d4b;border:1px solid #2f7d4b;border-radius:8px;min-height:38px;padding:9px 17px;font-family:inherit;font-size:11px;font-weight:800;line-height:1.2;transition:background .2s,border-color .2s,box-shadow .2s;box-shadow:0 4px 10px #2f7d4b24}.assignment-actions .primary-action:hover{background:#276b40;border-color:#276b40;box-shadow:0 5px 14px #2f7d4b38}.dashboard-state{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #dfe7e2;border-radius:14px;padding:50px 25px;box-shadow:0 5px 18px #1930540a}.dashboard-state h3{color:#1b2943;margin:14px 0 6px;font-size:17px;font-weight:750;line-height:1.4}.dashboard-state p{color:#718096;margin:0;font-size:13px;line-height:1.6}.empty-icon{margin-bottom:5px;font-size:30px;line-height:1}.error-state{background:snow;border-color:#ebd2d2}@keyframes assignment-spin{to{transform:rotate(360deg)}}.retry-button{color:#fff;cursor:pointer;background:#2f7d4b;border:1px solid #2f7d4b;border-radius:8px;margin-top:16px;padding:9px 17px;font-family:inherit;font-size:11px;font-weight:800;line-height:1.2}@media (width<=850px){.tutor-container{width:min(100% - 30px,1180px)}.assignment-details{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.assignments-page-header{align-items:flex-start;gap:18px;padding:30px 0 24px}.assignments-page-header h1{letter-spacing:-.5px;font-size:27px}.assignments-page-header p{font-size:13px}.assignment-count{width:92px;min-height:72px}.assignment-count strong{font-size:24px}.assignment-card{border-radius:13px;padding:18px}.assignment-card-top{gap:14px}.assignment-main h2{font-size:17px}.assignment-details{grid-template-columns:repeat(2,1fr);gap:8px}.assignment-details>div{min-height:65px}.assignment-schedule{grid-template-columns:1fr;gap:14px;padding:16px 0}.assignment-schedule>div{min-height:42px;padding:3px 0}.assignment-schedule>div:first-child:after{display:none}.assignment-actions{justify-content:stretch}.assignment-actions .primary-action{width:100%}}@media (width<=430px){.tutor-container{width:calc(100% - 24px)}.assignments-page-header{flex-direction:column;width:100%}.assignment-count{align-self:flex-start}.assignment-card-top{flex-direction:column;align-items:flex-start}.assignment-status{align-self:flex-start}.assignment-details{grid-template-columns:1fr 1fr}}.tutor-dashboard{color:#17233d;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#f4f7fb;min-height:100vh;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.tutor-header{color:#fff;background:#172554;border-bottom:1px solid #243563}.tutor-header-inner{justify-content:space-between;align-items:center;gap:25px;min-height:76px;display:flex}.tutor-brand-area{flex-direction:column;gap:4px;display:flex}.tutor-brand{color:#fff;letter-spacing:-.2px;font-size:18px;font-weight:800;line-height:1.2}.tutor-subtitle{color:#b8c5e4;letter-spacing:.3px;font-size:11px;font-weight:600;line-height:1.2}.tutor-header-actions{align-items:center;gap:18px;display:flex}.tutor-account-status{color:#d8e5ff;align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.status-dot{background:#55c878;border-radius:50%;width:7px;height:7px}.logout-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #6275a5;border-radius:7px;padding:8px 14px;font-family:inherit;font-size:11px;font-weight:700;transition:background .2s,border-color .2s}.tutor-navigation{background:#fff;border-bottom:1px solid #dfe5ef}.tutor-navigation-inner{align-items:center;gap:4px;min-height:50px;display:flex}.tutor-nav-item{color:#68758b;cursor:pointer;background:0 0;border:0;height:50px;padding:0 16px;font-family:inherit;font-size:11px;font-weight:700;position:relative}.tutor-nav-item:after{content:"";background:0 0;height:2px;position:absolute;bottom:0;left:16px;right:16px}.tutor-nav-item:hover,.tutor-nav-item.active{color:#315fd6}.tutor-nav-item.active:after{background:#315fd6}.profile-page-header{justify-content:space-between;align-items:center;gap:30px;padding:42px 0 30px;display:flex}.profile-page-header h1{color:#14233f;letter-spacing:-.8px;margin:9px 0 0;font-size:32px;font-weight:800;line-height:1.2}.profile-page-header p{color:#6e7b90;margin:11px 0 0;font-size:14px;line-height:1.6}.tutor-eyebrow{color:#315fd6;letter-spacing:.7px;text-transform:uppercase;background:#eef3ff;border:1px solid #d6e1ff;border-radius:6px;align-items:center;padding:5px 9px;font-size:9px;font-weight:800;line-height:1;display:inline-flex}.profile-view-badge{box-sizing:border-box;background:#f8fafc;border:1px solid #dce4ee;border-radius:11px;flex-shrink:0;align-items:center;gap:11px;min-width:190px;padding:12px 15px;display:flex}.profile-view-icon{color:#2f8750;background:#eaf8ef;border:1px solid #cce8d5;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;font-size:12px;font-weight:900;display:flex}.profile-view-badge strong{color:#26354d;font-size:11px;font-weight:800;line-height:1.3;display:block}.profile-view-badge small{color:#7b8798;margin-top:3px;font-size:9px;line-height:1.3;display:block}.profile-sections{flex-direction:column;gap:20px;padding-bottom:55px;display:flex}.profile-card{background:#fff;border:1px solid #dce4ee;border-radius:15px;position:relative;overflow:hidden;box-shadow:0 5px 18px #1b31550b,0 1px 3px #1b315506}.profile-card:before{content:"";width:4px;height:100%;position:absolute;top:0;left:0}.personal-card:before{background:#4d72e8}.teaching-card:before{background:#8b63d9}.travel-card:before{background:#3a9a69}.profile-card-header{border-bottom:1px solid #e6ebf2;padding:23px 25px 19px}.profile-card-header h2{color:#192741;letter-spacing:-.2px;margin:8px 0 0;font-size:18px;font-weight:800;line-height:1.3}.profile-card-header p{color:#7a879a;margin:6px 0 0;font-size:11px;line-height:1.5}.profile-section-label{letter-spacing:.65px;text-transform:uppercase;border-radius:5px;padding:5px 8px;font-size:8px;font-weight:800;line-height:1;display:inline-flex}.personal-label{color:#315fd6;background:#eef3ff;border:1px solid #d8e2ff}.teaching-label{color:#704bb4;background:#f4efff;border:1px solid #e3d8fa}.travel-label{color:#2d8050;background:#edf9f2;border:1px solid #d2ebdc}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;padding:23px 25px 25px;display:grid}.profile-field{min-width:0}.profile-field-full{grid-column:1/-1}.profile-field>label:first-child{color:#5e6c81;letter-spacing:.35px;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800;line-height:1.3;display:block}.profile-readonly{color:#26354d;box-sizing:border-box;overflow-wrap:anywhere;background:#f7f9fc;border:1px solid #dce4ee;border-radius:8px;align-items:center;width:100%;min-height:43px;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.45;display:flex}.profile-readonly-textarea{white-space:pre-wrap;align-items:flex-start;min-height:100px}.profile-readonly-with-unit{box-sizing:border-box;background:#f7f9fc;border:1px solid #dce4ee;border-radius:8px;align-items:center;gap:5px;width:100%;min-height:43px;padding:10px 12px;display:flex}.profile-readonly-with-unit strong{color:#26354d;font-size:12px;font-weight:750;line-height:1.4}.profile-readonly-with-unit span{color:#748196;font-size:11px;font-weight:700}.profile-field small{color:#8792a4;margin-top:6px;font-size:9px;line-height:1.4;display:block}.vehicle-status{box-sizing:border-box;background:#f7f9fc;border:1px solid #dce4ee;border-radius:8px;align-items:center;gap:9px;min-height:43px;padding:10px 12px;display:flex}.vehicle-status strong{color:#26354d;font-size:12px;font-weight:750}.vehicle-indicator{border-radius:50%;width:8px;height:8px}.vehicle-indicator.available{background:#35a568}.vehicle-indicator.unavailable{background:#9aa5b5}.profile-message{border-radius:10px;margin-bottom:20px;padding:15px 17px;font-size:12px;line-height:1.5}.profile-message strong{margin-bottom:4px;font-size:12px;display:block}.profile-message p{color:inherit;margin:0;font-size:11px}.profile-error{color:#a34242;background:#fff7f7;border:1px solid #ebd0d0}.retry-button{color:#fff;cursor:pointer;background:#315fd6;border:1px solid #315fd6;border-radius:7px;margin-top:12px;padding:8px 14px;font-family:inherit;font-size:10px;font-weight:800}.retry-button:hover{background:#274fae;border-color:#274fae}.dashboard-state{text-align:center;background:#fff;border:1px solid #dce4ee;border-radius:14px;margin-top:45px;padding:50px 25px;box-shadow:0 5px 18px #1b31550a}.dashboard-state p{color:#718096;margin:14px 0 0;font-size:13px}.loading-spinner{border:3px solid #e0e6ef;border-top-color:#315fd6;border-radius:50%;width:30px;height:30px;margin:0 auto;animation:.8s linear infinite profile-spin}@keyframes profile-spin{to{transform:rotate(360deg)}}@media (width<=800px){.tutor-container{width:min(100% - 30px,1180px)}.profile-page-header{align-items:flex-start}.profile-grid{gap:16px}}@media (width<=650px){.tutor-header-inner{min-height:70px}.tutor-header-actions{gap:8px}.tutor-account-status{display:none}.tutor-navigation-inner{scrollbar-width:none;width:calc(100% - 20px);margin:0 auto;overflow-x:auto}.tutor-navigation-inner::-webkit-scrollbar{display:none}.tutor-nav-item{flex-shrink:0;padding:0 12px}.tutor-nav-item:after{left:12px;right:12px}.profile-page-header{flex-direction:column;gap:18px;padding:30px 0 24px}.profile-page-header h1{font-size:27px}.profile-page-header p{font-size:13px}.profile-view-badge{width:100%}.profile-grid{grid-template-columns:1fr;gap:16px;padding:20px}.profile-field-full{grid-column:auto}.profile-card-header{padding:20px}.profile-card-header h2{font-size:17px}.profile-sections{gap:16px}}@media (width<=430px){.tutor-container{width:calc(100% - 24px)}.tutor-brand{font-size:16px}.tutor-subtitle{font-size:10px}.logout-button{padding:7px 10px}.profile-page-header h1{font-size:25px}.profile-card{border-radius:12px}.profile-card-header,.profile-grid{padding:18px}.profile-readonly,.profile-readonly-with-unit,.vehicle-status{min-height:42px}}.tutor-dashboard{color:#111827;background:#f5f7fb;min-height:100vh}.tutor-header{z-index:20;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.tutor-container{width:min(1100px,100% - 40px);margin:0 auto}.tutor-header-inner{justify-content:space-between;align-items:center;min-height:76px;display:flex}.tutor-brand{color:#111827;letter-spacing:-.3px;font-size:21px;font-weight:800}.tutor-subtitle{color:#64748b;margin-top:3px;font-size:13px}.logout-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #dbe1ea;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s}.logout-button:hover{background:#f8fafc;border-color:#cbd5e1}main.tutor-container{padding-top:34px;padding-bottom:60px}.primary-action,.secondary-action,.retry-button{cursor:pointer;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s}.primary-action{color:#fff;background:#2563eb;border:1px solid #2563eb}.primary-action:hover{background:#1d4ed8;border-color:#1d4ed8}.secondary-action{color:#1f2937;background:#fff;border:1px solid #d7dee8}.secondary-action:hover{background:#f8fafc;border-color:#cbd5e1}.retry-button{color:#fff;background:#2563eb;border:1px solid #2563eb;margin-top:12px}.retry-button:hover{background:#1d4ed8}.tutor-welcome{background:#fff;border:1px solid #e1e7ef;border-radius:14px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:24px;padding:28px 30px;display:flex;box-shadow:0 2px 8px #0f172a0a}.tutor-eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.tutor-welcome h1{color:#111827;letter-spacing:-.6px;margin:0;font-size:30px;line-height:1.2}.tutor-welcome p{color:#64748b;margin:9px 0 0;font-size:14px;line-height:1.6}.tuition-count{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:120px;padding:15px 20px;display:flex}.tuition-count strong{color:#2563eb;text-transform:capitalize;font-size:15px}.tuition-count span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:11px;font-weight:600}.tuition-card{background:#fff;border:1px solid #dce3ec;border-radius:14px;padding:28px;box-shadow:0 4px 14px #0f172a0d}.tuition-card-top{border-bottom:1px solid #e8edf3;justify-content:space-between;align-items:center;padding-bottom:22px;display:flex}.reference-label{color:#64748b;text-transform:uppercase;letter-spacing:.07em;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.reference-id{color:#111827;font-size:16px;font-weight:700;display:block}.status-badge{color:#2563eb;text-transform:capitalize;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;padding:7px 13px;font-size:12px;font-weight:700;display:inline-flex}.tuition-main{border-bottom:1px solid #e8edf3;padding:25px 0}.tuition-main h2{color:#111827;margin:0 0 20px;font-size:19px;font-weight:700}.tuition-main>div{background:#f8fafc;border:1px solid #edf1f5;border-radius:10px;padding:18px}.tuition-main>div strong{color:#111827;margin-bottom:10px;font-size:16px;display:block}.tuition-main>div p{color:#475569;margin:6px 0;font-size:14px;line-height:1.5}.tuition-details{border-bottom:1px solid #e8edf3;grid-template-columns:repeat(4,1fr);gap:14px;padding:24px 0;display:grid}.detail-item{text-align:center;background:#f8fafc;border:1px solid #edf1f5;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:78px;padding:14px;display:flex}.detail-item span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;font-size:10px;font-weight:700}.detail-item strong{color:#111827;font-size:15px}.schedule-row{border-bottom:1px solid #e8edf3;grid-template-columns:repeat(3,1fr);gap:20px;padding:24px 0;display:grid}.schedule-row>div{text-align:center}.schedule-row span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.schedule-row strong{color:#111827;font-size:14px;line-height:1.5;display:block}.requirements-section{border-bottom:1px solid #e8edf3;grid-template-columns:1fr 2fr;gap:20px;padding:24px 0;display:grid}.requirement-item{background:#f8fafc;border:1px solid #edf1f5;border-radius:10px;padding:18px}.requirement-item>span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.requirement-item>strong{color:#111827;font-size:14px;line-height:1.6;display:block}.additional-notes-text{white-space:pre-wrap;word-break:break-word;font-weight:500!important}.tuition-card-actions{justify-content:space-between;align-items:center;padding-top:24px;display:flex}.tuition-card-actions button{min-width:100px}.dashboard-state{text-align:center;background:#fff;border:1px solid #e1e7ef;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.dashboard-state p{color:#64748b;margin-top:12px;font-size:14px}.error-state{border-color:#fecaca}.error-state h3{color:#b91c1c;margin:0;font-size:20px}.error-state p{max-width:500px;line-height:1.6}.loading-spinner{border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite tutor-spin}@media (width<=900px){.tuition-details{grid-template-columns:repeat(2,1fr)}.requirements-section{grid-template-columns:1fr 1fr}}@media (width<=650px){.tutor-container{width:min(100% - 24px,1100px)}.tutor-header-inner{min-height:68px}.tutor-brand{font-size:17px}.tutor-subtitle{font-size:12px}.logout-button{padding:8px 12px;font-size:12px}main.tutor-container{padding-top:20px}.tutor-welcome{flex-direction:column;align-items:flex-start;padding:22px}.tutor-welcome h1{font-size:24px}.tuition-count{width:100%}.tuition-card{padding:20px}.tuition-card-top{align-items:flex-start;gap:15px}.tuition-details{grid-template-columns:1fr}.schedule-row{grid-template-columns:1fr;gap:18px}.schedule-row>div{text-align:left}.requirements-section{grid-template-columns:1fr}.tuition-card-actions{flex-direction:column-reverse;gap:10px}.tuition-card-actions button{width:100%}}@media (width<=400px){.tutor-welcome{padding:18px}.tuition-card{padding:16px}.tuition-card-top{flex-direction:column}.status-badge{align-self:flex-start}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable;width:100%;margin:0;padding:0;overflow-y:scroll}body{background:var(--bg);width:100%;min-width:0;margin:0;padding:0}#root{text-align:center;box-sizing:border-box;border:0;flex-direction:column;width:100%;min-width:0;max-width:none;min-height:100svh;margin:0;padding:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}@media (width<=1024px){:root{font-size:16px}h1{margin:20px 0;font-size:36px}h2{font-size:20px}}
