@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap");:root{--brand:#2323b6;--text:#000;--text-muted:rgba(0,0,0,.6);--text-placeholder:rgba(0,0,0,.3);--field-bg:#f3f5f7;--shadow:0 10px 30px rgba(35,35,182,.08)}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--text);font-family:Poppins,Noto Sans Georgian,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.login-page{position:relative;min-height:100vh;padding:32px 24px 48px;overflow:hidden}.back-button,.login-page{display:flex;justify-content:center}.back-button{position:absolute;top:48px;left:40px;z-index:10;align-items:center;width:40px;height:40px;border:1.5px solid #e0e0e0;border-radius:50%;background:#fff;cursor:pointer;transition:background .2s,border-color .2s}.back-button:hover{background:#f5f5f5;border-color:#ccc}.back-button svg{color:#333}.logo{position:absolute;top:48px;left:40px;width:132px;height:auto}.auth-header{display:flex;align-items:center;justify-content:space-between;padding:16px 40px 0;position:absolute;top:0;left:0;right:0;z-index:10}.auth-header .back-button{position:static;flex-shrink:0}.auth-header .logo{position:static;width:120px;height:auto;top:auto;left:auto}.auth-header-spacer{width:40px;flex-shrink:0}.orb{position:absolute;top:-195px;right:-223px;width:502px;height:502px;pointer-events:none;opacity:1}.login-panel{width:min(444px,92vw);padding-top:58px;text-align:center}.role-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 16px;margin-bottom:18px;border-radius:999px;background:rgba(35,35,182,.12);color:var(--brand);font-size:13px;font-weight:600}.title{margin:0 0 48px;font-size:24px;font-weight:600;line-height:1.2}.role-page{position:relative;min-height:100vh;padding:48px 40px 80px;overflow:hidden;display:flex;justify-content:center}.role-panel{width:min(760px,92vw);padding-top:140px;text-align:center}.role-title{margin:0 0 32px;font-size:18px;font-weight:600;line-height:1.3}.role-cards{align-items:stretch;gap:36px;margin-bottom:46px;flex-wrap:wrap}.role-card,.role-cards{display:flex;justify-content:center}.role-card{width:200px;height:220px;border:2px solid var(--brand);border-radius:16px;background:#fff;align-items:center;padding:28px 20px 24px;position:relative;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease;font-family:Poppins,Noto Sans Georgian,sans-serif;color:var(--text)}.role-card:hover{transform:translateY(-2px)}.role-card.is-selected,.role-card:hover{box-shadow:var(--shadow)}.role-card:focus-visible{outline:2px solid rgba(35,35,182,.4);outline-offset:4px}.role-card-radio{position:absolute;top:16px;right:16px;width:20px;height:20px;border-radius:50%;border:2px solid #9d9d9d;background:#fff;transition:border-color .2s ease,background .2s ease}.role-card.is-selected .role-card-radio{border-color:var(--brand);background:var(--brand);box-shadow:inset 0 0 0 4px #fff}.role-card-body{flex-direction:column;gap:18px;font-size:16px;font-weight:600}.role-card-body,.role-icon{display:flex;align-items:center}.role-icon{width:96px;height:96px;justify-content:center}.role-card-label{font-size:18px;font-weight:600;color:var(--brand)}.role-panel .primary-button{width:min(360px,92vw)}.role-rings{position:absolute;bottom:-170px;left:-180px;width:360px;height:360px;border-radius:50%;border:30px solid rgba(35,35,182,.1);opacity:.8;pointer-events:none}.role-rings:after{content:"";position:absolute;inset:54px;border-radius:50%;border:26px solid rgba(35,35,182,.1)}.title-accent{color:var(--brand)}.login-form{gap:30px;align-items:stretch}.field,.login-form{display:flex;flex-direction:column}.field{gap:16px;text-align:left}.label{font-size:16px;font-weight:600;color:var(--text-muted)}.input-wrapper{height:46px;border-radius:8px;background:var(--field-bg);border:2px solid transparent;display:flex;align-items:center;gap:12px;padding:0 18px;transition:border-color .2s ease,box-shadow .2s ease}.input-wrapper.is-active{border-color:var(--brand)}.input-wrapper:focus-within{border-color:var(--brand);box-shadow:0 0 0 2px rgba(35,35,182,.08)}.input-wrapper input{border:none;outline:none;background:transparent;flex:1 1;font-size:15px;color:var(--text-muted);font-family:Poppins,Noto Sans Georgian,sans-serif}.input-wrapper input::placeholder{color:var(--text-placeholder)}.icon{width:24px;height:24px}.icon-right{width:26px;height:26px}.password-toggle-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;padding:0;border:0;background:transparent;cursor:pointer;color:rgba(0,0,0,.45);transition:color .2s ease}.password-toggle-btn:hover{color:rgba(0,0,0,.7)}.password-toggle-btn svg{width:20px;height:20px}.row{display:flex;justify-content:space-between;gap:20px;font-size:15px;color:var(--text-muted)}.remember,.row{align-items:center}.remember{position:relative;display:inline-flex;gap:8px;cursor:pointer}.remember input{position:absolute;opacity:0}.checkbox{width:20px;height:20px;border-radius:5px;border:2px solid var(--brand);display:inline-flex;align-items:center;justify-content:center}.remember input:checked+.checkbox:after{content:"";width:10px;height:10px;background:var(--brand);border-radius:2px}.link{font-weight:600;color:var(--brand)}.primary-button{width:min(420px,100%);align-self:center;height:42px;border-radius:24px;border:none;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .15s ease,background .2s ease;font-family:Poppins,Noto Sans Georgian,sans-serif;font-size:16px;font-weight:700}.primary-button:hover{background:#1f1faa;transform:translateY(-1px)}.primary-button:active{transform:translateY(0)}.primary-button.is-disabled,.primary-button:disabled{background:#d9d9d9;cursor:not-allowed;transform:none}.primary-button.is-disabled:hover,.primary-button:disabled:hover{background:#d9d9d9}.button-icon{width:18px;height:18px;opacity:.7}.register{margin-top:180px;display:inline-flex;gap:6px;font-size:16px;align-items:center}.register-text{font-weight:500}.register-link{font-weight:700;color:var(--brand)}.student-register-page{position:relative;min-height:100vh;padding:48px 40px 80px;overflow:hidden;display:flex;justify-content:center}.student-register-panel{width:min(444px,92vw);padding-top:58px}.student-register-title{text-align:center;margin-bottom:32px}.student-register-form{display:flex;flex-direction:column;gap:22px}.student-field{display:flex;flex-direction:column;gap:12px}.student-input-wrap{height:46px;border-radius:8px;background:var(--field-bg);border:2px solid transparent;display:flex;align-items:center;gap:12px;padding:0 16px}.student-input-wrap.is-error{border-color:#ee4a7d}.student-field-icon{width:20px;height:20px;color:#1f1f1f;flex:none}.student-input-wrap input{flex:1 1;border:0;outline:0;background:transparent;color:#272727;font-size:15px;font-family:Poppins,Noto Sans Georgian,sans-serif}.student-input-wrap input::placeholder{color:#a0a0a0}.student-terms{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:#5b5b5b}.student-terms input{position:absolute;opacity:0}.student-terms-check{width:18px;height:18px;border-radius:4px;border:2px solid var(--brand);flex:none}.student-terms input:checked+.student-terms-check:after{content:"";display:block;width:8px;height:8px;margin:3px;border-radius:2px;background:var(--brand)}.student-terms a{color:var(--brand);font-weight:600}.student-register-submit{width:100%}.student-register-login{margin-top:90px;text-align:center;color:#3d3d3d;font-size:16px}.student-register-login a{margin-left:6px;color:var(--brand);font-weight:700}.teacher-register-page{position:relative;min-height:100vh;background:#fff;padding:36px 24px 48px;display:flex;justify-content:center}.teacher-register-panel{width:min(460px,92vw)}.teacher-register-title{margin:0 0 22px;text-align:center;font-size:26px;font-weight:700;line-height:1.14}.teacher-avatar-wrap{width:160px;height:160px;margin:0 auto 28px;position:relative}.teacher-avatar-main{width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.teacher-avatar-main img{width:100%;height:100%;object-fit:cover}.teacher-avatar-camera{position:absolute;right:0;bottom:8px;width:42px;height:42px;border-radius:50%;border:none;background:var(--brand);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.teacher-avatar-camera img{width:20px;height:20px}.teacher-register-form{display:flex;flex-direction:column;gap:24px}.teacher-field{display:flex;flex-direction:column;gap:10px}.teacher-field-label{font-size:15px;font-weight:500;color:#505050}.teacher-field-input{height:46px;border-radius:8px;background:#e3e5e8;display:flex;align-items:center;gap:12px;padding:0 16px;border:2px solid transparent;transition:border-color .2s ease,box-shadow .2s ease}.teacher-field-input:focus-within{border-color:rgba(35,35,182,.7);box-shadow:0 0 0 2px rgba(35,35,182,.08)}.teacher-field-input input{flex:1 1;border:0;outline:0;background:transparent;color:#323232;font-size:15px;font-family:Poppins,Noto Sans Georgian,sans-serif}.teacher-field-input input::placeholder{color:#8e8e8e}.teacher-field-image{width:18px;height:18px;object-fit:contain}.teacher-pricing-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.teacher-register-submit{width:100%;margin-top:6px}.teacher-register-login{margin:26px 0 0;text-align:center;font-size:16px;color:#505050}.teacher-register-login a{margin-left:6px;font-weight:700;color:var(--brand)}.teacher-pill-group{display:flex;gap:10px}.teacher-pill{flex:1 1;height:42px;border-radius:22px;border:2px solid #e3e5e8;background:#e3e5e8;color:#505050;font-size:14px;font-weight:500;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:all .2s ease}.teacher-pill:hover{border-color:rgba(35,35,182,.3)}.teacher-pill--active{background:var(--brand);border-color:var(--brand);color:#fff}.city-step-page{position:relative;min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:30px 18px}.city-step-panel{width:min(560px,96vw);border-radius:32px;background:#f0f0f1;padding:32px 22px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.city-step-fields{display:flex;flex-direction:column;gap:18px}.city-step-field{height:72px;border:none;border-radius:36px;background:#cbcbcd;color:#fff;font-size:24px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer}.city-step-field.is-disabled,.city-step-field:disabled{opacity:.9;cursor:not-allowed}.city-step-submit{margin:42px auto 0;width:min(310px,82%);height:72px;border:none;border-radius:36px;background:var(--brand);color:#fff;font-size:24px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.city-step-submit.is-disabled,.city-step-submit:disabled{background:#cbcbcd;cursor:not-allowed}.city-step-submit-arrow{font-size:26px;line-height:1}.city-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.68);display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.city-code-modal,.city-list-modal{width:min(780px,96vw);border-radius:28px;background:#f0f0f1;position:relative;padding:24px 28px 26px}.city-list-scroll{max-height:min(78vh,900px);overflow-y:auto;padding-right:6px;display:flex;flex-direction:column;gap:16px}.city-list-item{height:70px;border:none;border-radius:35px;background:var(--brand);color:#fff;font-size:26px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer}.city-modal-close{position:absolute;top:16px;right:18px;border:none;background:transparent;width:34px;height:34px;color:#111;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.city-modal-close svg{width:30px;height:30px}.city-code-modal{width:min(560px,96vw);padding:36px 36px 44px}.city-code-icon{width:130px;height:120px;margin:0 auto 26px}.city-code-icon svg{width:100%;height:100%}.city-code-title{margin:0 0 18px;text-align:center;font-size:22px;line-height:1.2}.city-code-grid{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:34px}.city-code-input{width:56px;height:70px;border-radius:14px;border:2px solid #222;background:transparent;text-align:center;font-size:28px;font-weight:600;outline:none;font-family:Poppins,Noto Sans Georgian,sans-serif}.city-code-input:focus{border-color:var(--brand)}.city-code-separator{font-size:34px;line-height:1;font-weight:600;margin:0 5px}.city-code-error{color:#e53e3e;font-size:15px;text-align:center;margin:0 0 8px}.city-code-confirm{width:100%;height:78px;border-radius:39px;font-size:24px}.teacher-doc-page{position:relative;min-height:100vh;background:#fff;padding:46px 18px 70px;display:flex;justify-content:center}.teacher-doc-panel{width:min(860px,96vw)}.teacher-mode-switch{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:26px}.teacher-mode-button{min-width:150px;height:42px;border:2px solid #d4d4d6;border-radius:27px;background:#fff;color:#3f3f45;font-size:18px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.teacher-mode-button.is-active{border-color:var(--brand);background:#2323b6;color:#fff}.teacher-doc-section{margin-top:18px}.teacher-doc-heading{margin:0 0 18px;text-align:center;font-size:22px;font-weight:700;line-height:1.12}.teacher-doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:26px;gap:26px}.teacher-doc-grid-wide{margin-top:26px}.teacher-doc-card-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}.teacher-doc-card-wrap.is-wide{width:100%}.teacher-doc-card{width:100%;min-height:244px;border:0;border-radius:34px;padding:26px 24px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#111;cursor:pointer}.teacher-doc-card.is-wide{min-height:316px}.teacher-doc-card.tone-amber{background:#f7c266}.teacher-doc-card.tone-sand{background:#d6d0b3}.teacher-doc-card.tone-blue{background:#7b9eec}.teacher-doc-card-icon{width:96px;height:96px;border-radius:50%;background:hsla(0,0%,100%,.92);display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.teacher-doc-card-icon img{width:44px;height:44px;object-fit:contain}.teacher-doc-card strong{display:block;margin:0;font-size:26px;font-weight:700;line-height:1.12}.teacher-doc-card p{margin:10px 0 0;color:rgba(0,0,0,.5);font-size:19px;line-height:1.22}.teacher-doc-file{margin-top:10px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(0,0,0,.62);font-size:18px;line-height:1.2}.teacher-doc-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.teacher-doc-status{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:none}.teacher-doc-status.is-success{background:#2ba26f;color:#fff}.teacher-doc-status.is-error{background:#d20303;color:#fff}.teacher-doc-status.is-loading{color:#3566df}.teacher-doc-status svg{width:24px;height:24px}.teacher-doc-spinner{width:30px;height:30px;border-radius:50%;border-color:currentcolor currentcolor transparent transparent;border-style:solid;border-width:3px;animation:teacher-doc-spin .9s linear infinite}.teacher-doc-divider{width:34px;height:34px;margin:22px auto 20px;border-radius:50%;border-color:#3566df #3566df transparent transparent;border-style:solid;border-width:3px;animation:teacher-doc-spin .95s linear infinite}.teacher-doc-submit{margin:32px auto 0;width:min(520px,92%);height:88px;border:0;border-radius:44px;background:#b8b8bb;color:hsla(0,0%,100%,.86);font-size:15px;font-weight:500;font-family:Poppins,Noto Sans Georgian,sans-serif;display:flex;align-items:center;justify-content:center;gap:12px;cursor:not-allowed}.teacher-doc-submit.is-enabled{background:var(--brand);color:#fff;cursor:pointer}.teacher-doc-submit-arrow{font-size:16px;line-height:1}@keyframes teacher-doc-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contract-page{position:relative;min-height:100vh;background:#fff;padding:56px 24px 70px;display:flex;justify-content:center}.contract-panel{width:min(980px,94vw)}.contract-title{margin:0 0 24px;text-align:center;font-size:30px;font-weight:700;line-height:1.1;display:flex;flex-direction:column;gap:4px}.contract-text{color:#111;font-size:16px;line-height:1.55}.contract-text p{margin:0 0 10px}.contract-section{margin-top:16px}.contract-section h2{margin:0 0 10px;font-size:22px;font-weight:700}.contract-accept{margin-top:22px;display:inline-flex;align-items:flex-start;gap:10px;font-size:16px;color:#303030;cursor:pointer}.contract-accept input{position:absolute;opacity:0}.contract-check{width:20px;height:20px;border-radius:5px;border:2px solid var(--brand);display:inline-flex;align-items:center;justify-content:center;flex:none;margin-top:2px}.contract-accept input:checked+.contract-check:after{content:"";width:10px;height:10px;border-radius:2px;background:var(--brand)}.contract-actions{margin-top:34px;display:flex;justify-content:center;gap:24px}.contract-button{width:min(420px,100%);max-width:420px;height:72px;border:0;border-radius:36px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-family:Poppins,Noto Sans Georgian,sans-serif;font-size:28px;font-weight:700;cursor:pointer}.contract-button-reject{background:#d20303}.contract-button-confirm{background:var(--brand)}.contract-button-confirm.is-disabled,.contract-button-confirm:disabled{background:#a8a8b6;cursor:not-allowed}.flow-bypass{margin:18px auto 0;border:0;background:transparent;color:#6a6a6a;font-size:14px;font-weight:600;text-decoration:underline;cursor:pointer;display:block;text-align:center}.teacher-dashboard-page{min-height:100vh;background:#fff}.teacher-dashboard-topbar{height:64px;background:#fff;display:grid;grid-template-columns:190px minmax(200px,1fr) auto;align-items:center;grid-gap:30px;gap:30px;padding:0 28px}.teacher-dashboard-logo img{width:120px;height:auto}.teacher-dashboard-search{height:40px;border-radius:8px;background:#fff;border:1px solid #d8d8d8;box-shadow:0 2px 8px rgba(0,0,0,.12);display:flex;align-items:center;padding:0 12px 0 14px;gap:10px}.teacher-dashboard-search input{flex:1 1;border:0;outline:0;background:transparent;font-size:15px;color:#2f2f2f;font-family:Poppins,Noto Sans Georgian,sans-serif}.teacher-dashboard-search input::placeholder{color:#939393}.teacher-dashboard-search svg{width:20px;height:20px;color:var(--brand)}.teacher-dashboard-actions{display:flex;align-items:center;gap:18px}.teacher-dashboard-action-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:600}.teacher-dashboard-action-link svg{width:24px;height:24px}.teacher-dashboard-action-link span{font-size:14px;font-weight:500;height:auto}.teacher-dashboard-nav{height:48px;background:var(--brand);display:flex;align-items:center;justify-content:center;gap:30px;padding:0 20px;position:relative;z-index:3}.teacher-dashboard-nav-item{height:48px;color:#f5f7ff;display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;border-bottom:3px solid transparent}.teacher-dashboard-nav-item svg{width:18px;height:18px}.teacher-dashboard-nav-item.is-active{border-bottom-color:#fff}.teacher-profile-block{width:min(480px,calc(100vw - 48px));margin:24px auto 0;text-align:center}.teacher-profile-avatar{width:120px;height:120px;border-radius:50%;border:3px solid var(--brand);background:#fff;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;overflow:hidden}.teacher-profile-avatar img{width:100%;height:100%;object-fit:cover}.teacher-profile-block h1{margin:0;font-size:18px;line-height:1.3}.teacher-dashboard-stars{margin-top:8px;display:inline-flex;align-items:center;gap:10px}.teacher-dashboard-stars span{color:#efc325;font-size:16px;letter-spacing:3px}.teacher-dashboard-stars strong{font-size:18px;color:#111}.teacher-profile-edit{margin-top:12px;width:180px;height:38px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;border:0;border-radius:26px;background:var(--brand);color:#fff;font-size:18px;line-height:1.1;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;text-decoration:none;white-space:nowrap;cursor:pointer}.teacher-profile-greeting{margin:22px 0 0;font-size:20px;font-weight:600}.teacher-profile-question{margin:8px 0 0;font-size:16px;color:#6e6e6e}.teacher-profile-actions{margin-top:20px;display:flex;justify-content:center;gap:24px}.teacher-profile-actions button{width:150px;height:42px;border:0;border-radius:18px;background:#c6c6c8;color:#fff;font-size:18px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer}.teacher-profile-actions button.is-on{background:#09ab23}.teacher-sections{width:min(1120px,92vw);margin:72px auto 0;display:flex;flex-direction:column;gap:92px}.teacher-revenue-section{width:100%}.teacher-revenue-head span{color:#202020;font-size:20px;font-weight:500}.teacher-revenue-head h2{margin:6px 0 0;font-size:26px;line-height:1}.teacher-revenue-head h2 small{font-size:28px}.teacher-revenue-head h2 em{font-style:normal;color:#08b735;font-size:18px;font-weight:700}.teacher-range-tabs{margin-top:34px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.teacher-range-tab{height:42px;border:0;border-radius:24px;background:#c6c6c8;color:#181818;font-size:16px;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer}.teacher-range-tab.is-active{background:var(--brand);color:#fff}.teacher-revenue-subtitle{margin:34px 0 14px;font-size:20px}.teacher-chart-wrap{width:100%;height:220px}.teacher-chart{width:100%;height:100%}.teacher-history-head{margin-top:14px;display:flex;align-items:center;justify-content:space-between}.teacher-history-head h3{margin:0;font-size:22px}.teacher-history-head button{width:150px;height:42px;border:0;border-radius:23px;background:var(--brand);color:#fff;font-size:16px;font-weight:600;cursor:pointer;font-family:Poppins,Noto Sans Georgian,sans-serif}.teacher-history-row{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.teacher-history-card{border-radius:10px;background:#e8e8e9;padding:0;display:grid;grid-template-columns:112px 1fr auto;align-items:center;min-height:96px;overflow:hidden}.teacher-history-icon{height:100%;display:flex;align-items:center;justify-content:center}.teacher-history-icon.is-green{background:#7ddd8f}.teacher-history-icon.is-blue{background:#82d2ef}.teacher-history-icon img{width:54px;height:54px;object-fit:contain}.teacher-history-text{padding:0 12px}.teacher-history-text h4{margin:0;font-size:16px}.teacher-history-text p{margin:4px 0 0;font-size:14px;color:#7f7f7f}.teacher-history-price{margin-right:14px;min-width:70px;height:32px;border-radius:18px;color:#fff;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.teacher-history-price.is-green{background:#09bb2d}.teacher-history-price.is-blue{background:#1773e2}.teacher-history-page{background:#fff}.teacher-history-screen{width:min(780px,calc(100vw - 48px));margin:24px auto 40px}.teacher-history-screen-head h1{margin:0;font-size:20px;line-height:1.2}.teacher-history-screen-head p{margin:4px 0 0;color:#6e6e6e;font-size:13px}.teacher-history-screen-filters{margin-top:16px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:8px;gap:8px}.teacher-history-screen-filter{height:34px;border:0;border-radius:999px;background:#e8e9eb;color:#333;font-size:13px;font-size:16px;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer}.teacher-history-screen-filter.is-active{background:var(--brand);color:#fff}.teacher-history-screen-list{margin-top:20px;display:flex;flex-direction:column;gap:20px}.teacher-history-screen-group h2{margin:0 0 10px;font-size:15px;font-weight:600}.teacher-history-screen-grid{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.teacher-history-screen-card{border-radius:10px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.06);min-height:64px;display:grid;grid-template-columns:64px 1fr auto;align-items:center;overflow:hidden}.teacher-history-screen-icon{height:100%;display:flex;align-items:center;justify-content:center}.teacher-history-screen-icon.is-field{background:#7ddd8f}.teacher-history-screen-icon.is-city{background:#82d2ef}.teacher-history-screen-icon img{width:32px;height:32px;object-fit:contain}.teacher-history-screen-copy{padding:0 12px}.teacher-history-screen-copy h3{margin:0;font-size:14px}.teacher-history-screen-copy p{margin:2px 0 0;font-size:12px;color:#5f5f5f}.teacher-history-screen-copy span{margin-top:2px;display:block;font-size:11px;color:#868686}.teacher-history-screen-meta{margin-right:12px;text-align:right}.teacher-history-screen-meta strong{display:block;color:#121212;font-size:15px;line-height:1}.teacher-history-screen-meta small{margin-top:4px;display:inline-flex;align-items:center;justify-content:center;height:22px;font-size:11px;border-radius:15px;background:#2a32bf;color:#fff;padding:0 12px;font-size:13px;font-weight:600}.teacher-settings-page{background:#fff}.teacher-settings-content{width:min(780px,calc(100vw - 48px));margin:24px auto 40px}.teacher-settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:34px;gap:34px}.teacher-settings-title{margin:0 0 12px;color:#2a2a2a;font-size:17px;font-weight:600}.teacher-settings-list{display:flex;flex-direction:column;gap:16px}.teacher-settings-item{min-height:82px;border:0;border-radius:16px;background:#d7d7da;padding:18px 24px;text-align:left;color:#1e1e1e;font-size:17px;line-height:1.2;font-family:Poppins,Noto Sans Georgian,sans-serif;display:flex;align-items:center}.teacher-settings-item-switch{justify-content:space-between}.teacher-settings-switch{width:62px;height:34px;border-radius:999px;background:#b8b8bc;border:0;position:relative;cursor:pointer;transition:background .2s ease}.teacher-settings-switch:after{content:"";width:26px;height:26px;border-radius:50%;background:#fff;position:absolute;top:4px;left:4px;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:transform .2s ease}.teacher-settings-switch.is-on{background:var(--brand)}.teacher-settings-switch.is-on:after{transform:translateX(28px)}.teacher-settings-actions{margin-top:64px;display:flex;justify-content:center}.teacher-settings-logout{width:min(440px,100%);height:72px;border-radius:999px;border:0;background:var(--brand);color:#fff;font-size:20px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;display:inline-flex;align-items:center;justify-content:center}.teacher-payments-page{background:#fff}.teacher-payments-content{width:min(520px,calc(100vw - 48px));margin:24px auto 40px}.teacher-payments-title{margin:0 0 4px;color:#2a2a2a;font-size:20px;font-weight:600}.teacher-payments-subtitle{margin:0 0 24px;color:#666;font-size:14px}.teacher-payments-message{padding:12px;border-radius:8px;margin-bottom:16px;text-align:center;font-size:14px}.teacher-payments-error{background:#fee2e2;color:#dc2626}.teacher-payments-success{background:#dcfce7;color:#16a34a}.teacher-payments-form{display:flex;flex-direction:column;gap:16px}.teacher-payments-field{display:flex;flex-direction:column;gap:6px}.teacher-payments-field span{font-size:13px;color:#666;font-weight:500}.teacher-payments-field input,.teacher-payments-field select{height:48px;border-radius:12px;border:none;background:#e5e6e9;padding:0 16px;font-size:15px;font-family:Poppins,Noto Sans Georgian,sans-serif;color:#1e1e1e;outline:none}.teacher-payments-field input:focus,.teacher-payments-field select:focus{box-shadow:0 0 0 2px var(--brand,#2323b6)}.teacher-payments-submit{margin-top:8px;height:48px;border-radius:999px;border:none;background:var(--brand,#2323b6);color:#fff;font-size:16px;font-weight:600;cursor:pointer;font-family:Poppins,Noto Sans Georgian,sans-serif}.teacher-payments-submit:disabled{opacity:.6;cursor:not-allowed}.teacher-terms-page{background:#fff}.teacher-terms-content{width:min(1120px,92vw);margin:56px auto 90px}.teacher-terms-hero{margin-bottom:34px}.teacher-terms-hero h1{margin:0 0 10px;color:#151515;font-size:28px;line-height:1.2}.teacher-terms-hero p{margin:0;color:#5f5f5f;font-size:15px;line-height:1.55}.teacher-terms-section{margin:0 0 30px}.teacher-terms-section:last-child{margin-bottom:0}.teacher-terms-section h2{margin:0 0 12px;color:var(--brand);font-size:20px;line-height:1.3}.teacher-terms-section p{margin:0;color:#1f1f1f;font-size:15px;line-height:1.62}.teacher-terms-section p+p{margin-top:8px}.teacher-terms-contact p+p{margin-top:4px}.teacher-profile-page{background:#fff}.teacher-profile-page-content{width:min(1120px,92vw);margin:52px auto 90px}.teacher-profile-page-head{text-align:center}.teacher-profile-page-avatar{width:218px;height:218px;border-radius:50%;border:6px solid var(--brand);margin:0 auto 18px;overflow:hidden;background:#c6cbe0}.teacher-profile-page-avatar img{width:100%;height:100%;object-fit:cover}.teacher-profile-page-head h1{margin:0;color:#111;font-size:30px}.teacher-profile-page-head p{margin:6px 0 0;color:#6a6a6a;font-size:15px}.teacher-profile-page-rating{margin-top:10px;display:inline-flex;align-items:center;gap:10px}.teacher-profile-page-rating span{color:#efc325;font-size:16px;letter-spacing:3px}.teacher-profile-page-rating strong{font-size:18px}.teacher-profile-page-edit{margin:18px auto 0;width:220px;height:46px;border-radius:999px;background:var(--brand);color:#fff;font-size:17px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.teacher-profile-page-grid{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.teacher-profile-page-card{border-radius:14px;background:#e7e7e9;padding:20px 22px}.teacher-profile-page-card h2{margin:0 0 14px;font-size:19px}.teacher-profile-page-card ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.teacher-profile-page-card li{display:flex;align-items:center;justify-content:space-between;gap:12px}.teacher-profile-page-card li span{color:#7a7a7a;font-size:14px}.teacher-profile-page-card li strong{color:#181818;font-size:15px}.teacher-profile-page-status{display:flex;gap:12px;margin-bottom:14px}.teacher-profile-page-status button{height:42px;border-radius:12px;border:0;padding:0 18px;background:#c6c6c8;color:#fff;font-size:15px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif}.teacher-profile-page-status button.is-on{background:#09ab23}.teacher-profile-page-card p{margin:0;color:#656565;font-size:14px}.teacher-profile-page-history{margin-top:34px}.teacher-profile-page-history-head{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.teacher-profile-page-history-head h2{margin:0;font-size:21px}.teacher-profile-page-history-head a{width:136px;height:40px;border-radius:999px;background:var(--brand);color:#fff;font-size:15px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.teacher-profile-edit-v2-page{min-height:100vh;background:#f1f1f2;padding:56px 24px 84px}.teacher-profile-edit-v2-panel{width:min(900px,100%);margin:0 auto}.teacher-profile-edit-v2-avatar-wrap{display:flex;justify-content:center}.teacher-profile-edit-v2-avatar-ring{width:230px;height:230px;border-radius:50%;border:6px solid var(--brand);overflow:hidden;background:#c5cade}.teacher-profile-edit-v2-avatar{width:100%;height:100%;object-fit:cover}.teacher-profile-edit-v2-panel h1{margin:26px 0 0;text-align:center;font-size:30px;line-height:1.2;color:#111}.teacher-profile-edit-v2-rating{margin:8px 0 0;display:flex;align-items:center;justify-content:center;gap:8px;color:#1b1b1b}.teacher-profile-edit-v2-rating span{font-size:16px;color:#272727}.teacher-profile-edit-v2-rating strong{font-size:20px;color:#efc325;letter-spacing:3px}.teacher-profile-edit-v2-rating em{font-style:normal;font-size:16px}.teacher-profile-edit-v2-form{margin:36px auto 0;width:min(900px,100%);display:grid;grid-template-columns:1fr 1fr;grid-gap:28px 36px;gap:28px 36px}.teacher-profile-edit-v2-field{display:flex;flex-direction:column;gap:10px}.teacher-profile-edit-v2-field span{font-size:15px;font-weight:600;color:#171717;display:inline-flex;align-items:center;gap:6px}.teacher-profile-edit-v2-field span img{width:19px;height:19px;object-fit:contain}.teacher-profile-edit-v2-field span i{font-style:normal;font-size:32px;line-height:.8;color:var(--brand)}.teacher-profile-edit-v2-field input{height:78px;border:0;border-radius:12px;background:#e5e6e9;padding:0 20px;color:#111;font-size:17px;font-weight:500;font-family:Poppins,Noto Sans Georgian,sans-serif}.teacher-profile-edit-v2-field input:focus{outline:2px solid rgba(35,35,182,.2)}.teacher-profile-edit-v2-submit{margin:72px auto 0;width:min(350px,100%);height:66px;border:0;border-radius:999px;background:var(--brand);color:#fff;font-size:20px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;display:block;cursor:pointer}.recovery-page{position:relative;min-height:100vh;padding:60px 40px 80px;overflow:hidden;display:flex;justify-content:center}.recovery-panel{width:min(900px,92vw);text-align:center}.recovery-panel .title{margin-bottom:18px}.recovery-panel .primary-button{width:min(370px,100%)}.reset-password-input-wrap{display:flex;align-items:center;gap:8px;width:100%;padding:14px 16px;font-size:16px;border-radius:12px;border:1.5px solid #ddd;box-sizing:border-box;transition:border-color .2s ease}.reset-password-input-wrap:focus-within{border-color:rgba(35,35,182,.7)}.reset-password-input-wrap input{flex:1 1;border:0;outline:0;background:transparent;font-size:16px;font-family:Poppins,Noto Sans Georgian,sans-serif;min-width:0}.reset-password-input-wrap input::placeholder{color:#a0a0a0}.recovery-subtitle{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:var(--text);margin-bottom:42px}.subtitle-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;line-height:1.25}.subtitle-icon{width:24px;height:24px;transform:rotate(32deg)}.recovery-options{display:flex;justify-content:center;gap:32px;margin-bottom:36px;flex-wrap:wrap}.option-card{width:370px;min-height:132px;border-radius:15px;border:2px solid #d9d9d9;background:var(--field-bg);display:flex;align-items:center;gap:24px;padding:20px 26px;text-align:left;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.option-card.is-selected{border-color:var(--brand)}.option-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.option-icon{width:132px;height:132px;border-radius:15px;background:#fff;display:inline-flex;align-items:center;justify-content:center}.option-icon img{max-width:72px;max-height:72px}.option-text{display:flex;flex-direction:column;gap:4px;font-size:20px;line-height:1.4;font-weight:500}.option-title{font-weight:700;color:var(--brand)}.verify-page{position:relative;min-height:100vh;display:flex;justify-content:center;padding:70px 24px 90px}.verify-panel{width:min(420px,92vw);text-align:center}.verify-illustration{width:200px;margin:0 auto 30px}.verify-title{margin:0 0 18px;font-size:22px;font-weight:600}.verify-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:6px;border-radius:50%;background:var(--brand);color:#fff;font-size:11px}.verify-subtitle{margin:0 0 28px;font-size:16px;color:var(--text);line-height:1.5}.otp-grid{display:flex;justify-content:center;gap:18px;margin-bottom:22px}.otp-input{width:44px;height:44px;border-radius:10px;border:1.5px solid #bfbfbf;background:#fff;text-align:center;font-size:18px;outline:none;font-family:Poppins,Noto Sans Georgian,sans-serif}.otp-input:focus{border-color:var(--brand);box-shadow:0 0 0 2px rgba(35,35,182,.15)}.secondary-button{border:none;background:#cfcfcf;color:#fff;font-weight:600;font-size:14px;padding:12px 28px;border-radius:22px;cursor:pointer;margin-bottom:26px;font-family:Poppins,Noto Sans Georgian,sans-serif}.verify-panel .primary-button{width:min(280px,100%)}.student-home-page{min-height:100vh;background:#fff;overflow-x:hidden}.student-home-topbar{height:64px;background:#fff;display:grid;grid-template-columns:190px minmax(200px,1fr) auto;align-items:center;grid-gap:30px;gap:30px;padding:0 28px}.student-home-logo img{width:120px;height:auto}.search-bar-input{height:40px;border-radius:8px;background:#fff;border:1px solid #d8d8d8;box-shadow:0 2px 8px rgba(0,0,0,.12);display:flex;align-items:center;padding:0 12px 0 14px;gap:10px}.search-bar-input input{flex:1 1;border:0;outline:0;background:transparent;font-size:14px;color:#2f2f2f;font-family:Poppins,Noto Sans Georgian,sans-serif}.search-bar-input input::placeholder{color:#939393}.search-bar-input svg{width:20px;height:20px;color:var(--brand)}.student-home-actions{display:flex;align-items:center;gap:18px}.student-home-action-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:600}.student-home-action-link svg{width:24px;height:24px}.student-home-action-link span{font-size:14px;font-weight:500}.student-home-menu{height:48px;background:var(--brand);display:flex;align-items:center;justify-content:center;gap:30px;padding:0 20px;position:relative;z-index:3}.student-home-menu-item{height:48px;color:#f5f7ff;display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;border-bottom:3px solid transparent}.student-home-menu-item svg{width:18px;height:18px}.student-home-menu-item.is-active{border-bottom-color:#fff}.student-home-hero{margin-top:-10px;overflow:clip;line-height:0;background:#1b22ca;position:relative;z-index:1}.student-home-hero img{width:100%;height:auto;display:block}.student-home-categories{position:relative;padding:28px 20px 16px}.student-home-categories-title{text-align:center;margin:0 0 18px;font-size:28px;font-weight:600}.student-home-categories-title span{color:var(--brand)}.student-home-categories-mark{width:24px;height:24px;margin-left:6px;display:inline-flex;object-fit:contain;vertical-align:middle}.student-home-category-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.student-home-category-card{border:2px solid var(--brand);border-radius:10px;background:#f3f3f4;padding:12px 14px;display:grid;grid-template-columns:80px 1fr;align-items:center;grid-gap:12px;gap:12px}.category-icon-image{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 6px 5px rgba(0,0,0,.25))}.student-home-category-content h3{margin:0 0 4px;font-size:17px;line-height:1.15;font-weight:600;color:#1a1a1a}.student-home-category-content h3 span{color:var(--brand)}.student-home-category-content p{margin:0 0 10px;color:#9d9d9d;font-size:14px;line-height:1.25}.student-home-category-content button,.student-home-category-link{width:170px;height:40px;border:0;border-radius:8px;font-size:14px;font-weight:500;font-family:Poppins,Noto Sans Georgian,sans-serif;display:inline-flex}.student-home-category-content button,.student-home-category-link,.student-home-chat{background:var(--brand);color:#fff;cursor:pointer;align-items:center;justify-content:center}.student-home-chat{position:fixed;right:30px;bottom:34px;width:58px;height:58px;border-radius:50%;border:0;display:flex;box-shadow:0 8px 18px rgba(0,0,0,.2);z-index:10}.student-home-chat svg{width:24px;height:24px}.student-home-chat img{width:28px;height:28px;object-fit:contain}.student-plans-page{background:#fff}.student-plans-content{width:min(780px,calc(100vw - 48px));margin:24px auto 40px}.student-plans-days{display:flex;justify-content:center;gap:8px;margin-bottom:28px}.student-plans-day{width:64px;height:64px;border:2px solid transparent;border-radius:12px;background:#e8e9eb;color:#333;cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-family:Poppins,Noto Sans Georgian,sans-serif;transition:all .15s}.student-plans-day:hover{border-color:var(--brand)}.student-plans-day span{font-size:11px;line-height:1.2;font-weight:500;color:#888}.student-plans-day strong{font-size:18px;line-height:1.2;font-weight:600}.student-plans-day.is-active{background:var(--brand);color:#fff;border-color:var(--brand)}.student-plans-day.is-active span{color:hsla(0,0%,100%,.8)}.student-plans-timeline{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.student-plans-row{margin-bottom:12px}.student-plans-row:last-child{margin-bottom:0}.student-plans-time{margin:0 0 4px;color:#666;font-size:15px;font-weight:500}.student-plans-dash{border-top:1px dashed #ccc;margin-bottom:8px}.student-plans-slot{height:60px;border-radius:10px;background:#e8e9eb;display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 10px;position:relative}.student-plans-slot:before{content:"";width:4px;height:20px;border-radius:999px;background:#bbb;flex:none}.student-plans-slot.is-booked.is-field{background:#dcf5e2;color:#118b32}.student-plans-slot.is-booked.is-city{background:#d4ecf5;color:#1d67de}.student-plans-slot.is-booked:before{background:currentColor}.student-plans-slot-copy{flex:1 1;margin-left:8px}.student-plans-slot-title{margin:0 0 1px;font-size:13px;line-height:1.2;font-weight:600}.student-plans-slot-range{margin:0;font-size:12px;line-height:1.2;font-weight:400;opacity:.7}.student-plans-slot-icon{width:22px;height:22px;color:currentColor;flex:none}.student-plans-slot-icon svg{width:100%;height:100%}.student-plans-slot-empty-mark{width:1px;height:1px}.teacher-plans-page{background:#fff}.teacher-plans-content{width:min(780px,calc(100vw - 48px));margin:24px auto 40px}.teacher-plans-content .student-plans-days{gap:8px;margin-bottom:28px}.student-settings-page{background:#fff}.student-settings-content{width:min(780px,calc(100vw - 48px));margin:24px auto 40px}.student-settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:start}.student-settings-title{margin:0 0 16px;color:#8f8f8f;font-size:22px;font-weight:400;line-height:1.15}.student-settings-list{display:flex;flex-direction:column;gap:16px}.student-settings-item{min-height:76px;border-radius:14px;background:#eceef1;border:0;display:flex;align-items:center;justify-content:flex-start;padding:0 28px;color:#171717;font-size:17px;font-weight:400;line-height:1.2;font-family:Poppins,Noto Sans Georgian,sans-serif}.student-settings-item-switch{justify-content:space-between}.student-settings-switch{width:58px;height:32px;border-radius:999px;background:#b8b8bc;border:0;position:relative;cursor:pointer;transition:background .2s ease}.student-settings-switch:after{content:"";width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;top:5px;left:5px;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:transform .2s ease}.student-settings-switch.is-on{background:var(--brand)}.student-settings-switch.is-on:after{transform:translateX(26px)}.student-settings-actions{margin-top:120px;width:100%;display:grid;place-items:center}.student-settings-logout{width:min(410px,100%);height:66px;border-radius:999px;border:0;background:var(--brand);color:#fff;font-size:20px;font-weight:600;line-height:1.1;font-family:Poppins,Noto Sans Georgian,sans-serif;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center;padding:0 24px;cursor:pointer}.student-payments-page{background:#fff}.sp-content{width:min(560px,calc(100vw - 48px));margin:32px auto 56px}.sp-title{font-size:24px;font-weight:700;color:#111;margin:0 0 6px}.sp-subtitle{font-size:14px;color:#888;margin:0 0 28px}.sp-empty,.sp-loading{color:#aaa;font-size:15px;padding:16px 0}.sp-card-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.sp-card-row{justify-content:space-between;height:68px;border-radius:16px;border:2px solid #e5e7eb;padding:0 18px;background:#fafafa}.sp-card-info,.sp-card-row{display:flex;align-items:center}.sp-card-info{gap:12px}.sp-card-label{font-size:15px;font-weight:500;color:#222}.sp-card-remove{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:0;background:transparent;color:#c0392b;cursor:pointer;transition:background .15s}.sp-card-remove:hover{background:#fef2f2}.sp-card-brand{width:34px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:none}.sp-card-brand-mc{position:relative}.sp-card-brand-mc i{width:14px;height:14px;border-radius:50%;position:absolute}.sp-card-brand-mc i:first-child{left:6px;background:#f85a36}.sp-card-brand-mc i:last-child{left:14px;background:#f7b01f}.sp-card-brand-visa{color:#1f3ea8;font-size:20px;font-weight:700}.sp-add-btn{display:inline-flex;align-items:center;gap:8px;height:52px;padding:0 22px;border-radius:999px;border:2px dashed var(--brand);background:transparent;color:var(--brand);font-size:15px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:background .15s;margin-top:4px}.sp-add-btn:hover{background:#f5f6ff}.sp-add-form{border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin-top:8px;background:#fafafa}.sp-add-form-title{font-size:16px;font-weight:600;color:#111;margin:0 0 16px}.sp-add-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.sp-add-form-input{width:100%;height:48px;border-radius:10px;border:1px solid #d8d8d8;padding:0 14px;font-size:15px;font-family:Poppins,Noto Sans Georgian,sans-serif;color:#222;background:#fff;margin-bottom:12px;box-sizing:border-box;outline:none;transition:border-color .15s}.sp-add-form-input:focus{border-color:var(--brand)}.sp-add-form-actions{display:flex;gap:12px;margin-top:4px}.sp-btn{height:48px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;border:0;transition:opacity .15s}.sp-btn-primary{background:var(--brand);color:#fff}.sp-btn-primary.is-disabled{opacity:.4;cursor:not-allowed}.sp-btn-ghost{background:#eceef1;color:#333}.sp-btn-ghost:hover{background:#e0e2e6}.student-class-mode-page{position:relative;min-height:100vh;background:#fff;display:flex;justify-content:center;padding:70px 24px 80px}.student-class-mode-panel{width:min(920px,100%);text-align:center}.student-class-mode-title{margin:0 0 40px;font-size:28px;line-height:1.14;font-weight:700}.student-class-mode-title span{color:var(--brand)}.student-class-mode-subtitle{margin:0 0 22px;text-align:left;font-size:22px;font-weight:600;line-height:1.2}.student-class-mode-subtitle span{color:var(--brand)}.student-class-mode-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:34px;gap:34px;margin-bottom:52px}.student-class-mode-card{min-height:348px;border-radius:10px;border:2px solid #c4c4c4;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;color:var(--brand);transition:border-color .2s ease,box-shadow .2s ease}.student-class-mode-card strong{font-size:28px;line-height:1.05;font-weight:600}.student-class-mode-card.is-selected{border-color:var(--brand);box-shadow:0 0 0 1px rgba(35,35,182,.18)}.student-class-mode-icon{width:170px;height:170px;display:inline-flex;align-items:center;justify-content:center}.student-class-mode-icon svg{width:100%;height:100%}.student-class-mode-location-label{margin:0 0 20px;font-size:24px;font-weight:600;line-height:1.2}.student-class-mode-location-label span{color:var(--brand)}.student-class-mode-input-wrap{width:min(640px,100%);height:68px;margin:0 auto;border-radius:12px;background:#eceef1;display:flex;align-items:center;padding:0 22px}.student-class-mode-input-wrap input{width:100%;border:0;outline:0;background:transparent;color:#1e1e1e;font-size:24px;font-family:Poppins,Noto Sans Georgian,sans-serif}.student-class-mode-input-wrap input::placeholder{color:#b0b0b0}.student-class-mode-select{width:100%;border:0;outline:0;background:transparent;color:#b0b0b0;font-size:24px;font-family:Poppins,Noto Sans Georgian,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.student-class-mode-select.is-selected{color:#1e1e1e}.student-class-mode-submit{margin-top:42px;width:min(520px,100%);height:64px;border-radius:999px;border:0;background:var(--brand);color:#fff;font-size:20px;font-weight:500;line-height:1;font-family:Poppins,Noto Sans Georgian,sans-serif;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.student-class-mode-submit.is-disabled,.student-class-mode-submit:disabled{background:#b8b8c9;cursor:not-allowed}.student-teacher-list-page{position:relative;min-height:100vh;background:#fff;padding:68px 24px 88px;display:flex;justify-content:center}.student-teacher-list-panel{width:min(920px,100%)}.student-teacher-list-title{margin:0 0 34px;text-align:center;color:#121212;font-size:22px;line-height:1.2;font-weight:600}.student-teacher-list-title span{color:var(--brand)}.student-teacher-list-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px 18px;gap:26px 18px}.student-teacher-card{border:2px solid var(--brand);border-radius:16px;background:#f3f3f4;padding:12px 12px 14px}.student-teacher-card-image{width:100%;height:218px;border-radius:12px;object-fit:cover;background:#dde2ea}.student-teacher-card-avatar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.student-teacher-card-avatar svg{width:140px;height:140px}.student-teacher-card-body h2{margin:12px 0 8px;color:#111;font-size:18px;line-height:1.15;font-weight:600}.student-teacher-card-rating{margin:0;display:inline-flex;align-items:center;gap:8px}.student-teacher-card-rating span{color:#e8b600;font-size:20px;line-height:1;letter-spacing:.5px}.student-teacher-card-rating strong{color:#1a1a1a;font-size:28px;line-height:1;font-weight:500}.student-teacher-card-meta{margin-top:8px;display:flex;align-items:center;gap:16px}.student-teacher-card-meta p{margin:0;display:inline-flex;align-items:center;gap:6px;color:#898989;font-size:17px;line-height:1;font-weight:500}.student-teacher-card-meta p svg{width:16px;height:16px;color:var(--brand);flex:none}.student-teacher-card-button{margin-left:auto;width:144px;height:42px;border-radius:11px;background:var(--brand);color:#fff;font-size:16px;font-weight:500;display:inline-flex;align-items:center;justify-content:center}.student-teacher-list-empty{margin-top:48px;text-align:center}.student-teacher-list-empty p{margin:0 0 12px;color:#303030;font-size:18px}.student-teacher-list-empty a{color:var(--brand);font-size:18px;font-weight:600}.student-booking-page{position:relative;min-height:100vh;background:#fff;padding:48px 24px 86px;display:flex;justify-content:center}.student-booking-panel{width:min(980px,100%)}.student-booking-head{display:flex;flex-direction:column;align-items:center}.student-booking-avatar-ring{width:248px;height:248px;border-radius:50%;border:7px solid var(--brand);overflow:hidden;background:#dfe3eb}.student-booking-avatar{width:100%;height:100%;object-fit:cover}.student-booking-car-avatar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:50%}.student-booking-car-avatar svg{width:160px;height:160px}.student-booking-head h1{margin:14px 0 6px;color:#111;font-size:28px;line-height:1.1;font-weight:600;text-align:center}.student-booking-rating{margin:0;color:#1b1b1b;font-size:18px;line-height:1.2;display:inline-flex;align-items:center;gap:8px}.student-booking-rating span{color:#e7b500;letter-spacing:.5px}.student-booking-grid{margin-top:44px;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px}.student-booking-column{display:flex;flex-direction:column;gap:22px}.student-booking-field{display:flex;flex-direction:column;gap:10px}.student-booking-field-label{margin:0;font-size:16px;line-height:1.2;font-weight:600;color:#181818;display:inline-flex;align-items:center;gap:6px}.student-booking-field-label img,.student-booking-field-label svg{width:20px;height:20px;color:var(--brand)}.student-booking-field-box{min-height:64px;border-radius:12px;background:#eceef1;display:flex;align-items:center;padding:0 20px;color:#7f7f7f;font-size:16px;line-height:1.35;font-weight:500}.student-booking-field-box.is-multiline{min-height:80px;padding-block:12px;align-items:flex-start}.student-booking-footer{margin-top:38px;display:flex;justify-content:center}.student-booking-submit{width:min(362px,100%);height:66px;border-radius:999px;background:var(--brand);color:#fff;font-size:20px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.student-booking-schedule-panel{width:min(1000px,100%)}.student-booking-schedule-title{margin:0 0 22px;text-align:center;font-size:24px;line-height:1.15;font-weight:600}.student-booking-schedule-title span{color:var(--brand)}.student-booking-schedule-days{display:flex;justify-content:space-between;gap:14px;margin-bottom:38px}.student-booking-schedule-day{position:relative;width:106px;height:106px;border:0;border-radius:14px;background:#8a8a8a;color:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer}.student-booking-schedule-day span{font-size:15px}.student-booking-schedule-day strong{margin-top:4px;font-size:32px;line-height:1}.student-booking-schedule-day.is-active{background:var(--brand)}.student-booking-schedule-day.has-selections{outline:2.5px solid var(--brand);outline-offset:-2.5px}.student-booking-schedule-day.has-selections.is-active{outline:none}.student-booking-schedule-day-badge{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;border-radius:11px;background:#e53e3e;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px;line-height:1}.student-booking-schedule-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.student-booking-schedule-toolbar p{margin:0;font-size:24px;font-weight:600;color:#171717}.student-booking-schedule-confirm{width:264px;height:58px;border-radius:12px;border:0;background:var(--brand);color:#fff;font-size:20px;font-weight:600;cursor:pointer;font-family:Poppins,Noto Sans Georgian,sans-serif}.student-booking-schedule-confirm.is-disabled,.student-booking-schedule-confirm:disabled{background:#b8b8c9;cursor:not-allowed}.student-booking-schedule-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:76px;gap:76px}.student-booking-schedule-column{min-width:0}.student-booking-schedule-row{margin-bottom:22px}.student-booking-schedule-row p{margin:0 0 8px;font-size:32px;color:#5f5f5f}.student-booking-schedule-dash{border-top:2px dashed #9a9a9a;margin-bottom:10px}.student-booking-schedule-slot{width:100%;height:78px;border:0;border-radius:14px;display:flex;align-items:center;gap:12px;padding:0 18px;font-family:Poppins,Noto Sans Georgian,sans-serif}.student-booking-schedule-slot-mark{width:6px;height:28px;border-radius:999px;background:#ffffffaa;flex:none}.student-booking-schedule-slot.is-available{background:#4ec95d;color:#fff;cursor:pointer}.student-booking-schedule-slot.is-available span:last-child{font-size:28px;font-weight:600}.student-booking-schedule-slot.is-busy{background:#d1d2d4;color:#8f8f8f}.student-booking-schedule-slot.is-busy .student-booking-schedule-slot-mark{background:#a2a5a7}.student-booking-schedule-slot.is-busy span:last-child{font-size:28px;font-weight:600}.student-booking-schedule-slot.is-available.is-selected{box-shadow:inset 0 0 0 3px #1ea13c}.student-payment-page{position:relative;min-height:100vh;background:#fff;padding:66px 24px 82px;display:flex;justify-content:center}.student-payment-panel{width:min(560px,100%)}.student-payment-panel h1{margin:0 0 20px;text-align:center;font-size:26px;line-height:1.1;font-weight:600}.student-payment-cards{display:flex;flex-direction:column;gap:12px}.student-payment-card{height:68px;border-radius:23px;border:2px solid var(--brand);background:transparent;color:#111;display:flex;align-items:center;justify-content:space-between;padding:0 24px;font-size:18px;font-weight:500;cursor:pointer;transition:background .2s ease}.student-payment-card.is-selected{background:#f9f9ff}.student-payment-card-left{display:inline-flex;align-items:center;gap:10px}.student-payment-brand{width:34px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:none}.student-payment-brand-mc{position:relative}.student-payment-brand-mc i{width:14px;height:14px;border-radius:50%;position:absolute}.student-payment-brand-mc i:first-child{left:6px;background:#f85a36}.student-payment-brand-mc i:last-child{left:14px;background:#f7b01f}.student-payment-brand-visa{color:#1f3ea8;font-size:20px;font-weight:700}.student-payment-check{color:#17c846;font-size:32px;line-height:1}.student-payment-card-add{justify-content:center}.student-payment-alt{width:100%;height:62px;border-radius:33px;margin-top:16px;font-size:18px;font-weight:500;cursor:pointer}.student-payment-alt span{font-weight:700}.student-payment-gpay{border:1px solid #9d9d9d;background:#f5f5f5;color:#3a3a3a}.student-payment-gpay span{color:#4285f4}.student-payment-applepay{border:1px solid #000;background:#000;color:#fff}.student-payment-submit{width:min(300px,100%);height:62px;border-radius:33px;border:0;background:var(--brand);color:#fff;font-size:20px;font-weight:600;margin:34px auto 0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:Poppins,Noto Sans Georgian,sans-serif}.student-payment-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;z-index:40;padding:18px}.student-payment-modal{width:min(440px,100%);border-radius:14px;background:#f3f3f4;padding:20px 32px 30px;position:relative}.student-payment-modal-close{position:absolute;top:12px;right:12px;border:0;background:transparent;font-size:42px;line-height:1;cursor:pointer}.student-payment-modal h2{margin:0 0 14px;font-size:24px;line-height:1.08;font-weight:700}.student-payment-modal h2 span{color:var(--brand)}.student-payment-modal input{width:100%;height:56px;border-radius:10px;border:0;background:#eceef1;margin-bottom:12px;padding:0 16px;font-size:18px;font-family:Poppins,Noto Sans Georgian,sans-serif;outline:0}.student-payment-modal-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.student-payment-modal-remember{margin-top:2px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:16px;color:#2a2a2a}.student-payment-modal-remember input{position:absolute;opacity:0}.student-payment-modal-remember i{width:20px;height:20px;border:2px solid var(--brand);border-radius:5px}.student-payment-modal-remember input:checked+i{background:var(--brand)}.student-payment-modal-submit{width:100%;height:66px;border-radius:16px;border:0;background:var(--brand);color:#fff;font-size:23px;font-weight:600;cursor:pointer;margin-top:16px;font-family:Poppins,Noto Sans Georgian,sans-serif}.student-payment-modal-submit.is-disabled,.student-payment-modal-submit:disabled{background:#b8b8c9;cursor:not-allowed}.student-payment-problem{width:min(638px,100%);border-radius:24px;background:#f3f3f4;padding:24px 42px 30px;position:relative;max-height:calc(100vh - 36px);overflow:auto}.student-payment-problem-illus{display:flex;justify-content:center}.student-payment-problem-illus svg{width:168px;height:auto}.student-payment-problem-illus img{width:180px;height:auto}.student-payment-problem h2{margin:10px 0 12px;font-size:28px;line-height:1.08;font-weight:700}.student-payment-problem h2 span{color:var(--brand)}.student-payment-problem-copy{margin:0;font-size:20px;line-height:1.35}.student-payment-problem-meta{margin:20px 0 0;color:#878787;font-size:20px;line-height:1.3}.student-payment-problem-amount{margin-top:14px!important;font-size:26px!important;font-weight:600;display:flex;justify-content:space-between;align-items:baseline}.student-payment-problem-amount span{color:var(--brand)}.student-payment-summary{margin-bottom:16px;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff}.student-payment-summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;color:var(--text)}.student-payment-summary-row span:first-child{color:#666}.student-payment-summary-total{font-weight:700;font-size:18px;padding:14px 16px}.student-payment-summary-total span:last-child{color:var(--brand)}.student-payment-breakdown{margin-top:16px;display:flex;flex-direction:column;gap:0;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff}.student-payment-breakdown-row{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;font-size:17px;font-weight:500;color:var(--text)}.student-payment-breakdown-fee{color:#878787;font-size:15px;font-weight:400}.student-payment-breakdown-divider{height:1px;background:#e0e0e0;margin:0 20px}.student-payment-breakdown-total{font-size:20px;font-weight:700;padding:16px 20px}.student-payment-breakdown-total span:last-child{color:var(--brand)}.student-payment-problem-action{margin-top:22px;width:100%;height:62px;border-radius:33px;border:0;background:var(--brand);color:#fff;font-size:22px;font-weight:600;cursor:pointer;font-family:Poppins,Noto Sans Georgian,sans-serif}.student-payment-problem .student-payment-modal-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#0f0f0f;z-index:2}.student-payment-result-page{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px}.student-payment-result-icon-wrap{width:330px;height:330px}.student-payment-result-icon,.student-payment-result-icon-wrap{border-radius:50%;display:flex;align-items:center;justify-content:center}.student-payment-result-icon{width:132px;height:132px;color:#fff;font-size:72px}.student-payment-result-page.is-success .student-payment-result-icon-wrap{background:#d3e4de}.student-payment-result-page.is-success .student-payment-result-icon{background:#27ab71}.student-payment-result-page.is-fail .student-payment-result-icon-wrap{background:#eadde1}.student-payment-result-page.is-fail .student-payment-result-icon{background:#d00409}.student-payment-result-page p{margin:0;font-size:48px;line-height:1.2;font-weight:600;text-align:center}.payment-success-page{min-height:100vh;background:linear-gradient(180deg,#f0f4f8,#e2e8f0);display:flex;align-items:center;justify-content:center;overflow:hidden}.success-content{text-align:center;width:100%;max-width:600px;padding:2rem}.success-checkmark{animation:fadeInScale .5s ease-out}.success-checkmark .check-icon{width:120px;height:120px;margin:0 auto 24px;animation:checkPop .6s ease-out}.success-checkmark p{font-size:28px;font-weight:600;color:#1a1a2e;margin:0}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes checkPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.car-animation-container{position:relative;height:200px;animation:fadeIn .5s ease-out}.road{position:absolute;bottom:40px;left:-50%;right:-50%;height:60px;background:#374151;border-radius:4px}.road-lines{position:absolute;top:50%;left:0;right:0;height:4px;transform:translateY(-50%);display:flex;justify-content:space-around;overflow:hidden}.road-lines span{width:60px;height:4px;background:#fbbf24;border-radius:2px;animation:roadLineMove .5s linear infinite}@keyframes roadLineMove{0%{transform:translateX(0)}to{transform:translateX(-100px)}}.car-wrapper{position:absolute;bottom:55px;left:50%;transform:translateX(-50%);transition:all 1s ease-in-out}.car-icon{width:150px;height:75px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.car-driving{animation:carBounce .3s ease-in-out infinite}@keyframes carBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-3px)}}.car-exit{animation:carDriveOff 1s ease-in forwards}@keyframes carDriveOff{0%{left:50%;transform:translateX(-50%) translateY(0);opacity:1}to{left:120%;transform:translateX(0) translateY(0);opacity:0}}.driving-text{position:absolute;bottom:-20px;left:0;right:0;font-size:20px;font-weight:600;color:#1a1a2e;margin:0}.stage-exit .road-lines span{animation-duration:.2s}.stage-exit{animation:pageFadeOut .5s ease-in .8s forwards}@keyframes pageFadeOut{0%{opacity:1}to{opacity:0}}.student-history-page{background:#fff}.student-history-content{width:min(780px,calc(100vw - 48px));margin:24px auto 40px}.student-history-grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:16px;column-gap:16px;grid-row-gap:16px;row-gap:16px}.student-history-item{display:grid;grid-template-columns:56px 1fr 24px;align-items:center;grid-gap:10px;gap:10px;padding:12px;background:#fff;border-radius:10px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.student-history-avatar-wrap{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#dfe3eb}.student-history-avatar{width:100%;height:100%;object-fit:cover}.student-history-copy{min-width:0}.student-history-headline{display:flex;align-items:center;justify-content:space-between;gap:14px}.student-history-headline h3{margin:0;color:#111;font-size:14px;font-weight:600;line-height:1.2}.student-history-headline p{margin:0;color:#666;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.student-history-meta{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:14px}.student-history-city{margin:0;color:#878787;font-size:17px;font-weight:500;line-height:1.2;display:inline-flex;align-items:center;gap:8px}.student-history-city svg{width:18px;height:18px;color:var(--brand)}.student-history-time{margin:0;color:#7f7f7f;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.student-history-type{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.student-history-type img{width:100%;height:100%;object-fit:contain}.student-profile-page{background:#fff}.student-profile-content{width:min(1140px,calc(100vw - 120px));margin:54px auto 84px}.student-profile-head{display:flex;flex-direction:column;align-items:center}.student-profile-avatar-ring{width:286px;height:286px;border-radius:50%;border:8px solid var(--brand);overflow:hidden;background:#dfe3eb}.student-profile-avatar{width:100%;height:100%;object-fit:cover}.student-profile-head h1{margin:24px 0 8px;color:#111;font-size:45px;line-height:1.1;font-weight:600}.student-profile-rating{margin:0;color:#1e1e1e;font-size:18px;line-height:1.2;font-weight:500;display:inline-flex;align-items:center;gap:8px}.student-profile-rating span{color:#e7b500;letter-spacing:1px}.student-profile-rating strong{font-weight:500}.student-profile-grid{margin-top:54px;display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px}.student-profile-column{display:flex;flex-direction:column;gap:30px}.student-profile-field{display:flex;flex-direction:column;gap:10px}.student-profile-field-label{margin:0;color:#161616;font-size:16px;line-height:1.2;font-weight:600;display:inline-flex;align-items:center;gap:8px}.student-profile-field-label img,.student-profile-field-label svg{width:20px;height:20px;color:var(--brand);flex:none}.student-profile-field-box{min-height:66px;border-radius:12px;background:#eceef1;color:#181818;font-size:18px;font-weight:600;line-height:1.2;display:flex;align-items:center;padding:0 26px}.student-profile-footer{margin-top:56px;display:flex;justify-content:center}.student-profile-submit{width:min(380px,100%);height:66px;border-radius:999px;border:0;background:var(--brand);color:#fff;font-size:22px;font-weight:600;line-height:1.1;font-family:Poppins,Noto Sans Georgian,sans-serif;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.student-profile-v2-page{background:#fff}.student-profile-v2-content{width:min(1140px,calc(100vw - 80px));margin:54px auto 88px}.student-profile-v2-head{display:flex;flex-direction:column;align-items:center;text-align:center}.student-profile-v2-avatar-ring{width:292px;height:292px;border-radius:50%;border:8px solid var(--brand);overflow:hidden;background:#dfe3eb}.student-profile-v2-avatar{width:100%;height:100%;object-fit:cover}.student-profile-v2-head h1{margin:24px 0 8px;color:#111;font-size:30px;line-height:1.1;font-weight:600}.student-profile-v2-head p{margin:0;color:#232323;font-size:22px;line-height:1.2;font-weight:500}.student-profile-v2-edit{margin-top:20px;width:282px;height:66px;border-radius:999px;background:var(--brand);color:#fff;font-size:20px;line-height:1.1;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.student-profile-v2-history{margin-top:84px}.student-profile-v2-history-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:24px;gap:24px;margin-bottom:28px}.student-profile-v2-history-head h2{margin:0;color:#101010;font-size:28px;line-height:1.1;font-weight:600}.student-profile-v2-history-head h2 span{color:var(--brand)}.student-profile-v2-history-head a{width:190px;height:58px;border-radius:999px;background:var(--brand);color:#fff;font-size:22px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;flex:none}.student-profile-v2-history-grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:38px;column-gap:38px;grid-row-gap:40px;row-gap:40px}.student-profile-v2-history-item{display:grid;grid-template-columns:140px minmax(0,1fr) 34px;align-items:center;grid-gap:16px;gap:16px;min-width:0}.student-profile-v2-history-avatar-wrap{width:140px;height:140px;border-radius:12px;overflow:hidden;background:#dfe3eb}.student-profile-v2-history-avatar{width:100%;height:100%;object-fit:cover}.student-profile-v2-history-copy{min-width:0}.student-profile-v2-history-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.student-profile-v2-history-top h3{margin:0;color:#171717;font-size:20px;line-height:1.1;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-profile-v2-history-top p{margin:0;color:#181818;font-size:20px;line-height:1;font-weight:600;white-space:nowrap}.student-profile-v2-history-meta{margin-top:16px;display:flex;align-items:center;gap:22px}.student-profile-v2-history-meta p{margin:0;color:#848484;font-size:16px;line-height:1;font-weight:500;display:inline-flex;align-items:center;gap:8px}.student-profile-v2-history-meta p svg{width:18px;height:18px;color:var(--brand)}.student-profile-v2-history-meta span{color:#787878;font-size:16px;line-height:1;font-weight:500;white-space:nowrap}.student-profile-v2-history-type{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.student-profile-v2-history-type img{width:100%;height:100%;object-fit:contain}.student-profile-edit-page{min-height:100vh;background:#fff;padding:52px 24px 78px;display:flex;justify-content:center}.student-profile-edit-panel{width:min(448px,100%)}.student-profile-edit-panel h1{margin:0;color:#111;text-align:center;font-size:48px;line-height:1.1;font-weight:600}.student-profile-edit-avatar-wrap{margin-top:28px;display:flex;justify-content:center;position:relative}.student-profile-edit-avatar-ring{width:276px;height:276px;border-radius:50%;border:7px solid var(--brand);overflow:hidden;background:#dfe3eb}.student-profile-edit-avatar{width:100%;height:100%;object-fit:cover}.student-profile-edit-camera{position:absolute;right:74px;bottom:8px;width:54px;height:54px;border-radius:50%;border:0;background:#d9d9d9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.student-profile-edit-camera img{width:26px;height:26px}.student-profile-edit-form{margin-top:36px;display:flex;flex-direction:column;gap:22px}.student-profile-edit-field{display:flex;flex-direction:column;gap:8px}.student-profile-edit-field span{color:#6c6c6c;font-size:16px;line-height:1.2;font-weight:500}.student-profile-edit-field input{width:100%;height:60px;border:0;border-radius:12px;background:#eceef1;color:#1b1b1b;font-size:32px;line-height:1;font-weight:500;padding:0 18px;font-family:Poppins,Noto Sans Georgian,sans-serif;outline:none}.student-profile-edit-field input::placeholder{color:#9a9a9a}.student-profile-edit-password{height:60px;border-radius:12px;background:#eceef1;display:flex;align-items:center;padding:0 14px;gap:10px}.student-profile-edit-key{width:22px;height:22px;opacity:.7}.student-profile-edit-password input{flex:1 1;min-width:0;height:auto;padding:0;border-radius:0;background:transparent;font-size:29px}.student-profile-edit-eye.password-toggle-btn{width:28px;height:28px}.student-profile-edit-eye.password-toggle-btn svg{width:22px;height:22px;opacity:.65}.student-profile-edit-submit{margin-top:18px;width:100%;height:70px;border:0;border-radius:999px;background:var(--brand);color:#fff;font-size:39px;line-height:1;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer}.student-terms-page{background:#fff}.student-terms-content{width:min(1120px,calc(100vw - 120px));margin:54px auto 84px}.student-terms-section{margin:0 0 56px}.student-terms-section:last-child{margin-bottom:0}.student-terms-section h2{margin:0 0 16px;color:var(--brand);font-size:40px;line-height:1.14}.student-terms-section p{margin:0;color:#1f1f1f;font-size:25px;line-height:1.54}.student-terms-section p+p{margin-top:10px}.student-terms-contact{margin-bottom:10px}.student-terms-confirm-title{margin-top:6px}.burger-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.burger-line{display:block;width:22px;height:2px;background:var(--brand);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.burger-btn .burger-line.is-open:first-child{transform:rotate(45deg) translate(5px,5px)}.burger-btn .burger-line.is-open:nth-child(2){opacity:0}.burger-btn .burger-line.is-open:last-child{transform:rotate(-45deg) translate(5px,-5px)}.burger-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:99}.burger-drawer{position:fixed;top:0;right:-300px;width:280px;height:100vh;background:#fff;z-index:100;transition:right .3s ease;overflow-y:auto;box-shadow:-4px 0 20px rgba(0,0,0,.1)}.burger-drawer.is-open{right:0}.burger-drawer-header{padding:20px 20px 16px;border-bottom:1px solid #eee}.burger-drawer-logo{width:100px;height:auto}.burger-drawer-content{padding:12px 8px 32px}.burger-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:15px;font-weight:500;color:var(--text);border-radius:8px;text-decoration:none;transition:background .15s}.burger-menu-item:hover{background:rgba(35,35,182,.04)}.burger-menu-item.is-active{background:rgba(35,35,182,.08);color:var(--brand)}.burger-menu-item svg{width:20px;height:20px;flex-shrink:0}.burger-divider{height:1px;background:#e5e5e5;margin:12px 16px}.burger-action-item{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:14px;color:var(--text-muted);text-decoration:none;border-radius:8px;transition:background .15s}.burger-action-item:hover{background:rgba(0,0,0,.03)}.burger-action-item svg{width:18px;height:18px;flex-shrink:0}.mobile-notification-bell{display:none}@media (max-width:768px){.burger-btn{display:flex}.mobile-notification-bell{display:flex;align-items:center}.desktop-only{display:none!important}.student-home-topbar,.teacher-dashboard-topbar{display:grid;grid-template-columns:48px 1fr 48px;grid-template-rows:auto auto;padding:12px;grid-gap:10px;gap:10px;height:auto;overflow:visible}.student-home-topbar .burger-btn,.teacher-dashboard-topbar .burger-btn{grid-column:1;grid-row:1;justify-self:start;align-self:center}.student-home-topbar .burger-drawer,.student-home-topbar .burger-overlay,.teacher-dashboard-topbar .burger-drawer,.teacher-dashboard-topbar .burger-overlay{position:fixed;grid-column:1/-1;grid-row:1/-1}.student-home-logo,.teacher-dashboard-logo{grid-column:2;grid-row:1;justify-self:center;align-self:center}.student-home-topbar .mobile-notification-bell,.teacher-dashboard-topbar .mobile-notification-bell{grid-column:3;grid-row:1;justify-self:end;align-self:center}.student-home-topbar .search-bar-wrapper,.teacher-dashboard-topbar .search-bar-wrapper{grid-column:1/-1;grid-row:2}.search-bar-input{height:38px;border-radius:20px;box-shadow:0 1px 4px rgba(0,0,0,.08)}.search-bar-input input{font-size:13px}.burger-overlay{display:block}}@media (min-width:769px) and (max-width:900px){.student-home-topbar,.teacher-dashboard-topbar{grid-template-columns:150px minmax(220px,1fr) auto;padding:0 18px;gap:14px}}@media (max-width:900px){.auth-header{padding:12px 16px 0}.auth-header .logo{width:100px}.login-page,.role-page{padding:40px 24px 72px}.logo{top:32px;left:24px;width:120px}.orb{width:380px;height:380px;top:-140px;right:-180px}.register{margin-top:120px}.role-panel{padding-top:110px}.role-cards{gap:24px}.role-card{width:220px;height:248px}.recovery-page{padding:48px 24px 72px}.student-register-page{padding:40px 24px 72px}.teacher-register-title{font-size:34px}.teacher-dashboard-logo img{width:120px}.teacher-dashboard-actions{gap:18px}.teacher-dashboard-action-link span{font-size:16px}.teacher-dashboard-nav{justify-content:flex-start;overflow-x:auto}.teacher-dashboard-nav-item{font-size:14px;white-space:nowrap}.teacher-dashboard-nav-item svg{width:22px;height:22px}.teacher-profile-block h1{font-size:30px}.teacher-dashboard-stars span{font-size:15px}.teacher-dashboard-stars strong{font-size:16px}.teacher-sections{margin-top:60px;gap:72px}.teacher-revenue-head span{font-size:18px}.teacher-revenue-head h2{font-size:34px}.teacher-revenue-head h2 small{font-size:24px}.teacher-revenue-head h2 em{font-size:16px}.teacher-range-tab{font-size:15px;height:42px}.teacher-revenue-subtitle{font-size:18px}.teacher-history-head h3{font-size:20px}.teacher-history-text h4{font-size:18px}.teacher-history-text p{font-size:16px}.teacher-history-price{min-width:62px;height:32px;font-size:16px}.city-step-field{font-size:22px}.city-step-submit{height:68px;font-size:22px}.city-list-item,.city-step-submit-arrow{font-size:24px}.city-code-title{font-size:28px}.teacher-doc-heading{font-size:30px}.teacher-doc-card strong{font-size:24px}.teacher-doc-card p{font-size:17px}.teacher-mode-button{min-width:150px;height:50px;font-size:17px}.teacher-doc-submit{height:76px;font-size:14px}.teacher-doc-submit-arrow{font-size:16px}.contract-title{font-size:26px}.contract-section h2{font-size:30px}.contract-button{height:66px;font-size:24px}.option-card{width:min(370px,92vw)}.verify-page{padding:60px 24px 80px}.student-home-logo img{width:120px}.student-home-action-link{gap:7px}.student-home-action-link span{font-size:16px}.student-home-menu{justify-content:flex-start;overflow-x:auto}.student-home-menu-item{font-size:14px;white-space:nowrap}.student-home-categories-title{font-size:24px}.student-home-categories-mark{width:20px;height:20px}.student-home-category-grid{grid-template-columns:1fr;max-width:700px}.category-icon-image{width:98px;height:98px}.student-home-category-content h3{font-size:24px}.student-home-category-content p{font-size:16px}.student-home-category-content button,.student-home-category-link{width:180px;height:52px;font-size:16px}.student-plans-content{width:min(700px,calc(100vw - 32px));margin-top:20px}.teacher-plans-content{width:min(900px,calc(100vw - 40px));margin-top:76px}.student-plans-days{justify-content:flex-start;overflow-x:auto;padding-bottom:4px;margin-bottom:20px}.teacher-plans-content .student-plans-days{gap:6px;margin-bottom:20px}.student-plans-day{width:56px;height:56px;flex:none}.student-plans-day span{font-size:10px}.student-plans-day strong{font-size:16px}.student-plans-timeline{grid-template-columns:1fr;gap:16px}.student-plans-time{font-size:14px}.student-plans-slot{height:54px}.student-plans-slot-title{font-size:12px}.student-plans-slot-range{font-size:11px}.student-settings-content{width:min(700px,calc(100vw - 32px));margin-top:20px}.student-settings-grid{grid-template-columns:1fr;gap:40px}.student-settings-title{font-size:20px;margin-bottom:18px}.student-settings-item{height:70px;font-size:16px;padding:0 24px;border-radius:14px}.student-settings-switch{width:52px;height:30px}.student-settings-switch:after{width:20px;height:20px}.student-settings-switch.is-on:after{transform:translateX(22px)}.student-settings-actions{margin-top:96px}.student-settings-logout{height:64px;font-size:18px}.student-history-content{width:min(700px,calc(100vw - 32px));margin-top:20px}.student-history-grid{grid-template-columns:1fr;row-gap:10px}.student-history-item{grid-template-columns:48px 1fr 22px;gap:8px}.student-history-avatar-wrap{width:48px;height:48px}.student-history-headline h3{font-size:17px}.student-history-headline p{font-size:15px}.student-history-meta{margin-top:16px}.student-history-city,.student-history-time{font-size:15px}.student-history-type{width:30px;height:30px}.student-class-mode-page{padding-top:48px}.student-class-mode-panel{width:min(860px,100%)}.student-class-mode-title{margin-bottom:46px;font-size:40px}.student-class-mode-subtitle{font-size:20px}.student-class-mode-grid{gap:22px;margin-bottom:38px}.student-class-mode-card{min-height:300px;gap:20px}.student-class-mode-icon{width:136px;height:136px}.student-class-mode-card strong{font-size:36px}.student-class-mode-location-label{font-size:20px}.student-class-mode-input-wrap{height:62px}.student-class-mode-input-wrap input,.student-class-mode-select{font-size:20px}.student-class-mode-submit{margin-top:32px;height:60px;font-size:18px}.student-teacher-list-page{padding-top:46px}.student-teacher-list-panel{width:min(860px,100%)}.student-teacher-list-grid{grid-template-columns:1fr;gap:18px}.student-teacher-card-image{height:200px}.student-teacher-card-body h2{font-size:17px}.student-teacher-card-rating span{font-size:18px}.student-teacher-card-rating strong{font-size:22px}.student-teacher-card-meta p{font-size:15px}.student-booking-page{padding:44px 20px 66px}.student-booking-head h1{font-size:42px}.student-booking-grid{margin-top:34px;gap:24px;grid-template-columns:1fr}.student-booking-submit{width:min(340px,100%);height:62px;font-size:18px}.student-booking-schedule-title{font-size:34px}.student-booking-schedule-days{gap:10px;margin-bottom:30px}.student-booking-schedule-day{width:86px;height:86px;border-radius:11px}.student-booking-schedule-day strong{font-size:26px}.student-booking-schedule-toolbar{margin-bottom:24px}.student-booking-schedule-toolbar p{font-size:30px}.student-booking-schedule-confirm{width:198px;height:54px;font-size:18px}.student-booking-schedule-grid{grid-template-columns:1fr;gap:4px}.student-booking-schedule-row p{font-size:24px}.student-booking-schedule-slot{height:64px}.student-booking-schedule-slot.is-available span:last-child,.student-booking-schedule-slot.is-busy span:last-child{font-size:22px}.student-payment-page{padding:56px 20px 64px}.student-payment-panel h1{font-size:34px;margin-bottom:24px}.student-payment-card{height:62px;font-size:16px;padding:0 18px}.student-payment-brand-visa{font-size:18px}.student-payment-alt{height:58px;font-size:16px}.student-payment-submit{height:58px;font-size:18px}.student-payment-modal{padding:18px 24px 24px}.student-payment-modal h2{font-size:30px}.student-payment-problem{width:min(560px,100%);padding:18px 26px 24px}.student-payment-problem-illus svg{width:132px}.student-payment-problem-illus img{width:142px}.student-payment-problem h2{margin-top:4px;font-size:40px}.student-payment-problem-copy,.student-payment-problem-meta{font-size:17px}.student-payment-problem-amount{font-size:34px!important}.student-payment-problem-action{height:56px;font-size:18px}.student-payment-result-icon-wrap{width:270px;height:270px}.student-payment-result-icon{width:110px;height:110px;font-size:58px}.student-payment-result-page p{font-size:34px}.student-profile-content{width:min(940px,calc(100vw - 40px));margin-top:42px}.student-profile-avatar-ring{width:224px;height:224px;border-width:6px}.student-profile-head h1{font-size:34px;margin-top:18px}.student-profile-rating{font-size:16px}.student-profile-grid{margin-top:42px;grid-template-columns:1fr;gap:26px}.student-profile-column{gap:18px}.student-profile-field-box{min-height:60px;font-size:17px}.student-profile-footer{margin-top:38px}.student-profile-submit{height:60px;font-size:20px}.student-profile-v2-content{width:min(940px,calc(100vw - 40px));margin-top:44px}.student-profile-v2-avatar-ring{width:230px;height:230px;border-width:6px}.student-profile-v2-head h1{font-size:34px}.student-profile-v2-head p{font-size:25px}.student-profile-v2-edit{width:200px;height:56px;font-size:24px}.student-profile-v2-history{margin-top:56px}.student-profile-v2-history-head{margin-bottom:20px}.student-profile-v2-history-head h2{font-size:28px}.student-profile-v2-history-head a{width:142px;height:46px;font-size:18px}.student-profile-v2-history-grid{grid-template-columns:1fr;row-gap:24px}.student-profile-v2-history-item{grid-template-columns:112px 1fr 30px;gap:12px}.student-profile-v2-history-type{width:30px;height:30px}.student-profile-v2-history-avatar-wrap{width:112px;height:112px}.student-profile-v2-history-top h3,.student-profile-v2-history-top p{font-size:17px}.student-profile-v2-history-meta{margin-top:12px;gap:12px}.student-profile-v2-history-meta p,.student-profile-v2-history-meta span{font-size:15px}.student-profile-v2-history-meta p svg{width:17px;height:17px}.student-profile-edit-page{padding-top:44px}.student-profile-edit-panel{width:min(420px,100%)}.student-profile-edit-panel h1{font-size:38px}.student-profile-edit-avatar-ring{width:224px;height:224px;border-width:6px}.student-profile-edit-camera{right:56px;width:48px;height:48px}.student-profile-edit-camera img{width:22px;height:22px}.student-profile-edit-form{margin-top:28px;gap:16px}.student-profile-edit-field span{font-size:14px}.student-profile-edit-field input,.student-profile-edit-password{height:56px}.student-profile-edit-field input{font-size:26px}.student-profile-edit-password input{font-size:24px}.student-profile-edit-submit{height:62px;font-size:30px}.student-terms-content{width:min(940px,calc(100vw - 40px));margin-top:48px}.student-terms-section{margin-bottom:46px}.student-terms-section h2{font-size:32px;margin-bottom:12px}.student-terms-section p{font-size:20px;line-height:1.48}.teacher-history-screen-head h1{font-size:28px}.teacher-history-screen-head p{font-size:15px}.teacher-history-screen-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.teacher-history-screen-filter{font-size:15px;height:40px}.teacher-history-screen-group h2{font-size:18px}.teacher-history-screen-card{grid-template-columns:96px 1fr auto;min-height:90px}.teacher-history-screen-icon img{width:44px;height:44px}.teacher-history-screen-copy h3{font-size:16px}.teacher-history-screen-copy p{font-size:14px}.teacher-history-screen-copy span{font-size:12px}.teacher-history-screen-meta strong{font-size:20px}.teacher-history-screen-meta small{font-size:12px;height:26px}.teacher-settings-title{font-size:20px}.teacher-settings-grid{grid-template-columns:1fr}.teacher-settings-item{min-height:74px;font-size:16px}.teacher-settings-actions{margin-top:48px}.teacher-settings-logout{width:min(380px,100%);height:62px;font-size:18px}.teacher-profile-page-head h1{font-size:26px}.teacher-profile-page-grid{grid-template-columns:1fr}.teacher-profile-page-card h2{font-size:18px}.teacher-profile-page-history-head h2{font-size:19px}.teacher-profile-edit-v2-avatar-ring{width:210px;height:210px}.teacher-profile-edit-v2-panel h1{font-size:28px}.teacher-profile-edit-v2-rating strong{font-size:18px}.teacher-profile-edit-v2-form{gap:22px}.teacher-profile-edit-v2-field input{height:70px;font-size:16px}.teacher-terms-content{width:min(940px,calc(100vw - 40px));margin-top:42px}.teacher-terms-hero h1{font-size:24px}.teacher-terms-hero p{font-size:14px}.teacher-terms-section h2{font-size:18px}.teacher-terms-section p{font-size:14px}}@media (max-width:640px){.login-page,.role-page{padding:32px 20px 64px}.login-panel{padding-top:40px}.role-panel{padding-top:90px}.role-cards{gap:20px}.role-card{width:min(320px,100%);height:auto}.role-rings{display:none}.row{flex-direction:column;align-items:flex-start;gap:12px}.orb{display:none}.recovery-subtitle{flex-direction:column;align-items:flex-start}.student-register-page{padding:32px 20px 64px}.student-register-panel{padding-top:40px}.student-register-login{margin-top:66px}.teacher-register-page{padding:40px 20px 60px}.teacher-register-title{font-size:30px;margin-bottom:24px}.teacher-dashboard-topbar{padding:12px;gap:8px}.teacher-dashboard-search{width:100%}.teacher-dashboard-action-link span{font-size:14px}.teacher-dashboard-nav{justify-content:flex-start;overflow-x:auto;padding:0 12px}.teacher-profile-block{margin-top:36px}.teacher-profile-avatar{width:190px;height:190px;border-width:4px}.teacher-profile-block h1{font-size:26px}.teacher-profile-edit{width:220px;height:46px;font-size:16px}.teacher-profile-greeting{font-size:18px}.teacher-profile-question{font-size:15px}.teacher-profile-actions{gap:12px}.teacher-profile-actions button{width:150px;height:52px;font-size:17px}.teacher-sections{margin-top:48px;gap:54px}.teacher-revenue-head span{font-size:16px}.teacher-revenue-head h2{font-size:30px}.teacher-revenue-head h2 small{font-size:20px}.teacher-revenue-head h2 em{font-size:15px}.teacher-range-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.teacher-range-tab{font-size:14px;height:38px}.teacher-revenue-subtitle{margin-top:24px;font-size:17px}.teacher-chart-wrap{height:180px}.teacher-history-head h3{font-size:18px}.teacher-history-head button{width:130px;height:38px;font-size:14px}.teacher-history-row{grid-template-columns:1fr}.teacher-history-screen{margin-top:38px;margin-bottom:64px}.teacher-history-screen-head h1{font-size:24px}.teacher-history-screen-head p{font-size:14px}.teacher-history-screen-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.teacher-history-screen-filter{font-size:14px;height:36px}.teacher-history-screen-list{margin-top:24px;gap:22px}.teacher-history-screen-group h2{margin-bottom:12px;font-size:17px}.teacher-history-screen-card{grid-template-columns:1fr}.teacher-history-screen-icon{height:76px}.teacher-history-screen-copy{padding:12px 14px 6px}.teacher-history-screen-copy h3{font-size:16px}.teacher-history-screen-copy p{font-size:14px}.teacher-history-screen-copy span{font-size:12px}.teacher-history-screen-meta{margin:0;padding:0 14px 12px;display:flex;align-items:center;justify-content:space-between;text-align:left}.teacher-history-screen-meta strong{font-size:18px}.teacher-settings-content{margin-top:36px;margin-bottom:62px}.teacher-settings-title{font-size:18px;margin-bottom:12px}.teacher-settings-list{gap:12px}.teacher-settings-item{min-height:58px;padding:12px 14px;font-size:14px;border-radius:12px}.teacher-settings-switch{width:52px;height:30px}.teacher-settings-switch:after{width:22px;height:22px}.teacher-settings-switch.is-on:after{transform:translateX(22px)}.teacher-settings-actions{margin-top:34px}.teacher-settings-logout{width:min(320px,100%);height:52px;font-size:16px}.teacher-payments-content{width:calc(100vw - 32px);margin:16px auto 32px}.teacher-payments-title{font-size:18px}.teacher-profile-page-content{margin-top:34px;margin-bottom:62px}.teacher-profile-page-avatar{width:170px;height:170px;border-width:4px}.teacher-profile-page-head h1{font-size:22px}.teacher-profile-page-head p,.teacher-profile-page-rating span{font-size:14px}.teacher-profile-page-rating strong{font-size:16px}.teacher-profile-page-edit{width:190px;height:42px;font-size:15px}.teacher-profile-page-grid{margin-top:24px;gap:12px}.teacher-profile-page-card{padding:16px 14px}.teacher-profile-page-card h2{font-size:16px;margin-bottom:10px}.teacher-profile-page-card li span{font-size:13px}.teacher-profile-page-card li strong{font-size:14px}.teacher-profile-page-status button{height:38px;font-size:14px;padding:0 14px}.teacher-profile-page-card p{font-size:13px}.teacher-profile-page-history{margin-top:24px}.teacher-profile-page-history-head{margin-bottom:10px}.teacher-profile-page-history-head h2{font-size:17px}.teacher-profile-page-history-head a{width:124px;height:36px;font-size:13px}.teacher-profile-edit-v2-page{padding:40px 18px 64px}.teacher-profile-edit-v2-avatar-ring{width:180px;height:180px;border-width:4px}.teacher-profile-edit-v2-panel h1{margin-top:18px;font-size:22px}.teacher-profile-edit-v2-rating span{font-size:14px}.teacher-profile-edit-v2-rating strong{font-size:15px;letter-spacing:2px}.teacher-profile-edit-v2-rating em{font-size:14px}.teacher-profile-edit-v2-form{margin-top:26px;grid-template-columns:1fr;gap:14px}.teacher-profile-edit-v2-field input{height:60px;padding:0 14px;font-size:15px}.teacher-profile-edit-v2-submit{margin-top:40px;width:min(300px,100%);height:56px;font-size:18px}.teacher-terms-content{width:calc(100vw - 28px);margin-top:30px;margin-bottom:62px}.teacher-terms-hero{margin-bottom:24px}.teacher-terms-hero h1{font-size:20px}.teacher-terms-hero p{font-size:13px}.teacher-terms-section{margin-bottom:22px}.teacher-terms-section h2{font-size:16px}.teacher-terms-section p{font-size:13px;line-height:1.56}.student-terms-content{width:min(740px,calc(100vw - 32px));margin-top:36px}.student-terms-section{margin-bottom:38px}.student-terms-section h2{font-size:27px;margin-bottom:10px}.student-terms-section p{font-size:17px;line-height:1.45}.teacher-pricing-grid{grid-template-columns:1fr;gap:20px}.city-step-panel{padding:24px 14px 22px;border-radius:24px}.city-step-field,.city-step-submit{height:60px;font-size:20px}.city-step-submit{margin-top:26px}.city-step-submit-arrow{font-size:22px}.city-code-modal,.city-list-modal{border-radius:24px;padding:20px 18px 18px}.city-list-item{height:56px;font-size:20px}.city-code-modal{padding:26px 16px 28px}.city-code-title{font-size:24px;margin-bottom:18px}.city-code-icon{width:96px;height:90px;margin-bottom:20px}.city-code-grid{gap:6px;margin-bottom:20px}.city-code-input{width:38px;height:50px;border-radius:10px;font-size:22px}.city-code-separator{font-size:30px;margin:0 2px}.city-code-confirm{height:56px;font-size:22px}.teacher-doc-page{padding:36px 14px 56px}.teacher-mode-switch{margin-bottom:18px;gap:8px}.teacher-mode-button{min-width:120px;height:42px;font-size:17px;border-radius:21px}.teacher-doc-heading{margin-bottom:18px;font-size:24px}.teacher-doc-grid{gap:14px}.teacher-doc-grid-wide{margin-top:14px}.teacher-doc-card{min-height:158px;border-radius:22px;padding:16px 12px 14px}.teacher-doc-card.is-wide{min-height:192px}.teacher-doc-card-icon{width:62px;height:62px;margin-bottom:10px}.teacher-doc-card-icon img{width:28px;height:28px}.teacher-doc-card strong{font-size:20px}.teacher-doc-card p{margin-top:6px;font-size:16px}.teacher-doc-file{margin-top:7px;font-size:13px}.teacher-doc-status{width:30px;height:30px}.teacher-doc-status svg{width:18px;height:18px}.teacher-doc-divider,.teacher-doc-spinner{width:24px;height:24px}.teacher-doc-divider{margin:18px auto 14px;border-width:2px}.teacher-doc-submit{width:min(400px,94%);height:56px;font-size:13px}.teacher-doc-submit-arrow{font-size:15px}.contract-page{padding:40px 18px 56px}.contract-title{font-size:24px;margin-bottom:18px}.contract-section h2{font-size:26px}.contract-text{font-size:15px}.contract-actions{flex-direction:column;align-items:stretch;gap:14px}.contract-button{width:100%;max-width:none;height:58px;font-size:22px}.recovery-options{gap:20px}.option-card{width:100%}.verify-illustration{width:170px}.otp-grid{gap:14px}.student-home-topbar{padding:12px;gap:8px}.search-bar-input{width:100%}.student-plans-content{width:calc(100vw - 24px);margin-top:16px;margin-bottom:32px}.teacher-plans-content{margin-top:44px}.student-plans-days{margin-bottom:16px}.teacher-plans-content .student-plans-days{gap:6px}.student-plans-time{font-size:13px}.student-plans-dash{margin-bottom:6px}.student-plans-slot{height:50px;padding-right:10px}.student-plans-slot-title{font-size:12px}.student-plans-slot-range{font-size:11px}.student-settings-content{width:calc(100vw - 28px);margin-top:34px;margin-bottom:64px}.student-settings-grid{gap:30px}.student-settings-title{font-size:18px}.student-settings-item{height:62px;font-size:14px;padding:0 16px}.student-settings-switch{width:46px;height:26px}.student-settings-switch:after{width:18px;height:18px;top:4px;left:4px}.student-settings-switch.is-on:after{transform:translateX(20px)}.student-settings-actions{margin-top:56px}.student-settings-logout{height:50px;font-size:16px}.student-history-content{width:calc(100vw - 28px);margin-top:30px;margin-bottom:52px}.student-history-item{grid-template-columns:94px 1fr 26px;gap:10px}.student-history-avatar-wrap{width:94px;height:94px}.student-history-headline{gap:8px}.student-history-headline h3{font-size:15px}.student-history-headline p{font-size:13px}.student-history-meta{margin-top:12px}.student-history-city,.student-history-time{font-size:13px}.student-history-city svg{width:16px;height:16px}.student-history-type{width:26px;height:26px}.student-class-mode-page{padding:30px 14px 54px}.student-class-mode-title{margin-bottom:30px;font-size:30px}.student-class-mode-subtitle{margin-bottom:14px;font-size:17px}.student-class-mode-grid{grid-template-columns:1fr;gap:14px;margin-bottom:26px}.student-class-mode-card{min-height:220px;gap:12px}.student-class-mode-icon{width:98px;height:98px}.student-class-mode-card strong{font-size:28px}.student-class-mode-location-label{margin-bottom:12px;font-size:16px}.student-class-mode-input-wrap{height:54px;padding:0 14px;border-radius:10px}.student-class-mode-input-wrap input,.student-class-mode-select{font-size:16px}.student-class-mode-submit{margin-top:22px;height:52px;font-size:16px;gap:8px}.student-teacher-list-page{padding:26px 14px 52px}.student-teacher-list-title{margin-bottom:20px;font-size:18px}.student-teacher-card{border-radius:12px;padding:10px 10px 12px}.student-teacher-card-image{height:158px;border-radius:10px}.student-teacher-card-body h2{margin-top:10px;font-size:16px}.student-teacher-card-rating{gap:6px}.student-teacher-card-rating span{font-size:16px}.student-teacher-card-rating strong{font-size:18px}.student-teacher-card-meta{margin-top:8px;gap:10px;flex-wrap:wrap}.student-teacher-card-meta p{font-size:13px}.student-teacher-card-meta p svg{width:14px;height:14px}.student-teacher-card-button{margin-left:0;width:122px;height:36px;font-size:14px}.student-booking-page{padding:34px 14px 54px}.student-booking-avatar-ring{width:190px;height:190px;border-width:5px}.student-booking-head h1{margin-top:14px;font-size:32px}.student-booking-rating{font-size:15px;gap:6px}.student-booking-grid{margin-top:26px;gap:16px}.student-booking-column{gap:16px}.student-booking-field-label{font-size:14px}.student-booking-field-label img,.student-booking-field-label svg{width:17px;height:17px}.student-booking-field-box{min-height:54px;border-radius:10px;padding:0 14px;font-size:14px}.student-booking-field-box.is-multiline{min-height:68px;padding-block:10px}.student-booking-footer{margin-top:28px}.student-booking-submit{height:54px;font-size:17px}.student-booking-schedule-title{margin-bottom:22px;font-size:24px}.student-booking-schedule-days{overflow-x:auto;padding-bottom:2px;margin-bottom:20px}.student-booking-schedule-day{width:72px;height:72px;min-width:72px}.student-booking-schedule-day span{font-size:13px}.student-booking-schedule-day strong{font-size:20px}.student-booking-schedule-toolbar{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.student-booking-schedule-toolbar p{font-size:22px}.student-booking-schedule-confirm{width:100%;height:52px;font-size:17px}.student-booking-schedule-row{margin-bottom:14px}.student-booking-schedule-row p{font-size:19px;margin-bottom:6px}.student-booking-schedule-dash{margin-bottom:8px}.student-booking-schedule-slot{height:54px;border-radius:12px;gap:8px;padding:0 12px}.student-booking-schedule-slot-mark{width:5px;height:20px}.student-booking-schedule-slot.is-available span:last-child,.student-booking-schedule-slot.is-busy span:last-child{font-size:16px}.student-payment-page{padding:36px 14px 52px}.student-payment-panel h1{margin-bottom:16px;font-size:28px}.student-payment-cards{gap:10px}.student-payment-card{height:56px;border-radius:18px;font-size:14px;padding:0 14px}.student-payment-card-left{gap:8px}.student-payment-brand{width:28px;height:18px}.student-payment-brand-mc i{width:12px;height:12px}.student-payment-brand-mc i:first-child{left:4px}.student-payment-brand-mc i:last-child{left:12px}.student-payment-brand-visa{font-size:16px}.student-payment-check{font-size:24px}.student-payment-alt{height:52px;margin-top:12px;font-size:15px}.student-payment-submit{margin-top:22px;height:52px;font-size:17px}.student-payment-modal{border-radius:12px;padding:16px 14px 18px}.student-payment-modal-close{top:6px;right:8px;font-size:34px}.student-payment-modal h2{margin-bottom:12px;font-size:24px}.student-payment-modal input{height:50px;margin-bottom:8px;padding:0 12px;font-size:15px}.student-payment-modal-row{gap:8px}.student-payment-modal-remember{font-size:14px}.student-payment-modal-submit{height:54px;margin-top:12px;font-size:18px}.student-payment-problem{border-radius:16px;padding:16px 14px 18px}.student-payment-problem-illus svg{width:110px}.student-payment-problem-illus img{width:114px}.student-payment-problem h2{margin:8px 0 10px;font-size:30px}.student-payment-problem-copy{font-size:15px}.student-payment-problem-meta{margin-top:12px;font-size:15px}.student-payment-problem-amount{margin-top:8px!important;font-size:24px!important}.student-payment-problem-action{margin-top:14px;height:50px;font-size:17px}.student-payment-result-page{gap:24px;padding:0 16px}.student-payment-result-icon-wrap{width:208px;height:208px}.student-payment-result-icon{width:86px;height:86px;font-size:48px}.student-payment-result-page p{font-size:25px}.student-profile-content{width:calc(100vw - 28px);margin-top:30px;margin-bottom:56px}.student-profile-avatar-ring{width:170px;height:170px;border-width:5px}.student-profile-head h1{margin:14px 0 6px;font-size:26px;text-align:center}.student-profile-rating{font-size:14px;gap:6px}.student-profile-grid{margin-top:28px}.student-profile-field{gap:8px}.student-profile-field-label{font-size:14px;gap:6px}.student-profile-field-label img,.student-profile-field-label svg{width:16px;height:16px}.student-profile-field-box{min-height:54px;font-size:15px;padding:0 16px}.student-profile-submit{height:52px;font-size:17px}.student-profile-v2-content{width:calc(100vw - 28px);margin-top:30px;margin-bottom:56px}.student-profile-v2-avatar-ring{width:170px;height:170px;border-width:5px}.student-profile-v2-head h1{margin:14px 0 6px;font-size:27px}.student-profile-v2-head p{font-size:20px}.student-profile-v2-edit{margin-top:14px;width:168px;height:48px;font-size:20px}.student-profile-v2-history{margin-top:38px}.student-profile-v2-history-head{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px}.student-profile-v2-history-head h2{font-size:22px}.student-profile-v2-history-head a{width:132px;height:40px;font-size:16px}.student-profile-v2-history-item{grid-template-columns:94px 1fr 26px;gap:10px}.student-profile-v2-history-type{width:26px;height:26px}.student-profile-v2-history-avatar-wrap{width:94px;height:94px}.student-profile-v2-history-top h3,.student-profile-v2-history-top p{font-size:15px}.student-profile-v2-history-meta{margin-top:10px;gap:10px}.student-profile-v2-history-meta p,.student-profile-v2-history-meta span{font-size:13px}.student-profile-v2-history-meta p svg{width:15px;height:15px}.student-profile-edit-page{padding:30px 14px 52px}.student-profile-edit-panel h1{font-size:30px}.student-profile-edit-avatar-wrap{margin-top:18px}.student-profile-edit-avatar-ring{width:170px;height:170px;border-width:5px}.student-profile-edit-camera{right:64px;width:40px;height:40px}.student-profile-edit-camera img{width:18px;height:18px}.student-profile-edit-form{margin-top:22px;gap:12px}.student-profile-edit-field input,.student-profile-edit-password{height:52px;border-radius:10px}.student-profile-edit-field input{font-size:19px;padding:0 14px}.student-profile-edit-password{padding:0 10px}.student-profile-edit-key{width:18px;height:18px}.student-profile-edit-password input{font-size:18px}.student-profile-edit-eye.password-toggle-btn{width:22px;height:22px}.student-profile-edit-submit{margin-top:14px;height:54px;font-size:23px}.student-home-categories{padding:30px 14px 18px}.student-home-categories-title{font-size:28px}.student-home-category-card{grid-template-columns:1fr;justify-items:center;text-align:center;padding:18px 14px}.student-home-category-content h3{font-size:22px}.student-home-category-content p{font-size:15px}.student-home-category-content button,.student-home-category-link{width:170px;height:46px;font-size:15px}}@media (max-width:420px){.title{font-size:22px}.input-wrapper{padding:0 14px}.option-text{font-size:18px}.verify-title{font-size:20px}.student-register-title{margin-bottom:24px}.teacher-register-title{font-size:27px}.teacher-profile-actions{flex-direction:column;align-items:center}.teacher-profile-actions button{width:min(220px,90vw)}.teacher-range-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-revenue-head span{font-size:15px}.teacher-revenue-head h2{font-size:26px}.teacher-revenue-head h2 em{display:inline-block;margin-top:6px;font-size:14px}.teacher-chart-wrap{height:160px}.teacher-history-card{grid-template-columns:92px 1fr auto;min-height:86px}.teacher-history-icon img{width:42px;height:42px}.teacher-history-text h4{font-size:14px}.teacher-history-text p{font-size:13px}.teacher-history-price{min-width:56px;height:30px;font-size:13px}.teacher-profile-page-rating{gap:8px}.teacher-profile-page-rating span{font-size:13px;letter-spacing:2px}.teacher-profile-page-rating strong{font-size:15px}.teacher-profile-page-status{flex-direction:column}.teacher-profile-page-status button{width:100%}.teacher-profile-edit-v2-avatar-ring{width:160px;height:160px}.teacher-profile-edit-v2-panel h1{font-size:20px}.teacher-profile-edit-v2-rating{gap:6px}.teacher-profile-edit-v2-rating em,.teacher-profile-edit-v2-rating span{font-size:13px}.teacher-profile-edit-v2-rating strong{font-size:14px;letter-spacing:1px}.teacher-profile-edit-v2-field span{font-size:14px}.teacher-profile-edit-v2-field input{height:54px;font-size:14px}.teacher-profile-edit-v2-submit{height:50px;font-size:16px}.city-step-page{padding:18px 10px}.city-list-item,.city-step-field,.city-step-submit{font-size:18px}.city-code-title{font-size:20px}.city-code-input{width:34px;height:46px;font-size:20px}.teacher-doc-page{padding:26px 10px 44px}.teacher-mode-switch{gap:6px}.teacher-mode-button{min-width:96px;height:38px;font-size:14px}.teacher-doc-heading{font-size:20px}.teacher-doc-grid{grid-template-columns:1fr}.teacher-doc-card{min-height:142px}.teacher-doc-card strong{font-size:18px}.teacher-doc-card p{font-size:14px}.teacher-doc-submit{height:52px;font-size:12px}.teacher-doc-submit-arrow{font-size:14px}.contract-section h2,.contract-title{font-size:22px}}.chat-support-button{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:var(--brand);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(35,35,182,.4);z-index:1000;transition:transform .2s,box-shadow .2s}.chat-support-button:hover{transform:scale(1.05);box-shadow:0 6px 24px rgba(35,35,182,.5)}.chat-support-button svg{width:28px;height:28px}.chat-support-window{position:fixed;bottom:24px;right:24px;width:380px;height:520px;background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.15);z-index:1001;display:flex;flex-direction:column;overflow:hidden;animation:chatSlideIn .3s ease-out}@keyframes chatSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-support-header{background:var(--brand);color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}.chat-support-header-info{display:flex;align-items:center;gap:12px}.chat-support-avatar{width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.chat-support-header h3{margin:0;font-size:16px;font-weight:600}.chat-support-header p{margin:2px 0 0;font-size:12px;opacity:.85}.chat-support-close{background:hsla(0,0%,100%,.15);border:none;width:36px;height:36px;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-support-close:hover{background:hsla(0,0%,100%,.25)}.chat-support-close svg{width:18px;height:18px}.chat-support-messages{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8f9fa}.chat-support-message{max-width:80%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;position:relative}.chat-support-message.is-bot{background:#fff;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.chat-support-message.is-user{background:var(--brand);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-support-message p{margin:0}.chat-support-time{display:block;font-size:10px;opacity:.6;margin-top:4px}.chat-support-message.is-typing{padding:16px 20px}.chat-support-typing{display:flex;gap:4px}.chat-support-typing span{width:8px;height:8px;border-radius:50%;background:#bbb;animation:typingBounce 1.4s ease-in-out infinite}.chat-support-typing span:first-child{animation-delay:0s}.chat-support-typing span:nth-child(2){animation-delay:.2s}.chat-support-typing span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-support-quick-actions{padding:8px 16px;display:flex;flex-wrap:wrap;gap:8px;background:#f8f9fa;border-top:1px solid #eee}.chat-support-quick-actions button{background:#fff;border:1px solid #ddd;padding:8px 14px;border-radius:20px;font-size:12px;cursor:pointer;transition:all .2s;color:#333}.chat-support-quick-actions button:hover{background:var(--brand);border-color:var(--brand);color:#fff}.chat-support-input{padding:12px 16px;display:flex;gap:10px;background:#fff;border-top:1px solid #eee}.chat-support-input input{flex:1 1;border:1px solid #ddd;border-radius:24px;padding:12px 18px;font-size:14px;outline:none;transition:border-color .2s}.chat-support-input input:focus{border-color:var(--brand)}.chat-support-input button{width:44px;height:44px;border-radius:50%;background:var(--brand);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.chat-support-input button:disabled{opacity:.5;cursor:not-allowed}.chat-support-input button svg{width:20px;height:20px}@media (max-width:480px){.chat-support-window{width:calc(100vw - 32px);height:calc(100vh - 120px);bottom:16px;right:16px}.chat-support-button{bottom:16px;right:16px;width:54px;height:54px}}.search-bar-wrapper{position:relative}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);z-index:100;max-height:400px;overflow-y:auto;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-dropdown-empty,.search-dropdown-loading{padding:20px;text-align:center;color:#666;font-size:14px}.search-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:none;cursor:pointer;text-align:left;transition:background .15s}.search-dropdown-item:hover{background:#f5f5f5}.search-dropdown-item:first-child{border-radius:12px 12px 0 0}.search-dropdown-item:last-child{border-radius:0 0 12px 12px}.search-dropdown-item:only-child{border-radius:12px}.search-dropdown-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#e0e7ff;display:flex;align-items:center;justify-content:center}.search-dropdown-avatar img{width:100%;height:100%;object-fit:cover}.search-dropdown-icon{width:44px;height:44px;border-radius:50%;background:#e0e7ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand)}.search-dropdown-icon svg{width:20px;height:20px}.search-dropdown-info{display:flex;flex-direction:column;gap:2px;min-width:0}.search-dropdown-name{font-weight:500;color:#111;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-dropdown-meta{font-size:12px;color:#666;display:flex;align-items:center;gap:4px}.search-dropdown-meta svg{flex-shrink:0}.student-booking-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.student-booking-modal{background:#fff;border-radius:20px;padding:28px;max-width:420px;width:100%;position:relative;animation:modalSlide .25s ease-out}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.student-booking-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;font-size:16px;color:#666;transition:background .15s,color .15s}.student-booking-modal-close:hover{background:#e0e0e0;color:#111}.student-booking-modal-close:disabled{opacity:.5;cursor:not-allowed}.student-booking-modal h2{font-size:22px;font-weight:600;color:#111;margin:0 0 20px}.student-booking-modal-details{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:20px}.student-booking-modal-details p{margin:6px 0;font-size:14px;color:#333}.student-booking-modal-details p strong{color:#111}.student-booking-modal-actions{display:flex;gap:12px}.student-booking-modal-btn{flex:1 1;padding:14px 20px;border:none;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s,transform .1s}.student-booking-modal-btn:hover{transform:translateY(-1px)}.student-booking-modal-btn:active{transform:translateY(0)}.student-booking-modal-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.student-booking-modal-btn-reschedule{background:#e0e7ff;color:var(--brand)}.student-booking-modal-btn-reschedule:hover{background:#c7d2fe}.student-booking-modal-btn-cancel{background:#fee2e2;color:#dc2626}.student-booking-modal-btn-cancel:hover{background:#fecaca}.student-booking-modal-btn-confirm{background:var(--brand);color:#fff}.student-booking-modal-btn-confirm:hover{background:#1a1a8f}.student-booking-modal-warning{margin-top:16px;padding:12px;background:#fef3c7;border-radius:8px;font-size:13px;color:#92400e;line-height:1.4}.student-booking-modal-reschedule h3{font-size:16px;font-weight:500;color:#111;margin:0 0 16px}.student-booking-modal-reschedule input[type=date]{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;margin-bottom:16px;transition:border-color .15s}.student-booking-modal-reschedule input[type=date]:focus{outline:none;border-color:var(--brand)}.student-booking-modal-times{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.student-booking-modal-time{padding:10px 16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:14px;cursor:pointer;transition:border-color .15s,background .15s}.student-booking-modal-time:hover{border-color:var(--brand)}.student-booking-modal-time.is-selected{background:var(--brand);border-color:var(--brand);color:#fff}.student-plans-hint{text-align:center;font-size:13px;color:#666;margin-top:16px}.student-plans-slot-teacher{font-size:11px;color:hsla(0,0%,100%,.8);margin-top:2px}.teacher-availability-page{padding:0}.ta-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;max-width:900px;margin:24px auto 0;padding:0 24px 24px}.ta-date-section,.ta-time-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 16px rgba(0,0,0,.06);border:1px solid #e5e7eb}.ta-section-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px;color:var(--brand)}.ta-section-title{font-size:18px;font-weight:600;color:#111;margin:0}.ta-section-subtitle{font-size:13px;color:#888;margin:2px 0 0}.ta-week-nav{justify-content:space-between;margin-bottom:16px}.ta-week-nav,.ta-week-nav-btn{display:flex;align-items:center}.ta-week-nav-btn{width:36px;height:36px;justify-content:center;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;color:#333;transition:all .15s}.ta-week-nav-btn:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.ta-week-nav-btn:disabled{opacity:.3;cursor:not-allowed}.ta-week-label{font-size:15px;font-weight:600;color:#111}.ta-day-headers{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:6px;gap:6px;margin-bottom:8px}.ta-day-header{text-align:center;font-size:11px;font-weight:600;color:#999;text-transform:uppercase}.ta-date-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:6px;gap:6px;margin-bottom:16px}.ta-date-btn{position:relative;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid transparent;border-radius:12px;background:#f8f9fa;cursor:pointer;transition:all .15s}.ta-date-btn:hover:not(:disabled){border-color:var(--brand);background:#f0f2ff}.ta-date-btn.is-selected{border-color:var(--brand);background:var(--brand)}.ta-date-btn.is-selected .ta-date-num{color:#fff}.ta-date-btn.is-today{background:#e0e7ff}.ta-date-btn.is-today.is-selected{background:var(--brand)}.ta-date-btn.is-past{opacity:.35;cursor:not-allowed}.ta-date-num{font-size:16px;font-weight:600;color:#333}.ta-date-today-dot{width:5px;height:5px;border-radius:50%;background:var(--brand);position:absolute;bottom:6px}.ta-date-btn.is-selected .ta-date-today-dot{background:#fff}.ta-selected-date-display{text-align:center;font-size:14px;font-weight:500;color:var(--brand);padding:10px;background:#f0f2ff;border-radius:10px}.ta-legend{display:flex;gap:16px;margin-bottom:16px;padding:10px 14px;background:#f8f9fa;border-radius:10px}.ta-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}.ta-legend-dot{width:10px;height:10px;border-radius:50%}.ta-legend-available{background:#22c55e}.ta-legend-booked{background:#ef4444}.ta-time-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-bottom:20px}.ta-time-slot{display:flex;flex-direction:column;align-items:center;gap:2px;padding:14px 12px;border:2px solid #e5e7eb;border-radius:12px;background:#f8f9fa;cursor:pointer;transition:all .15s;text-align:center}.ta-time-slot:hover:not(:disabled){border-color:var(--brand)}.ta-time-label{font-size:16px;font-weight:600;color:#333}.ta-time-status{font-size:11px;color:#999}.ta-time-slot.is-available{background:#dcfce7;border-color:#86efac}.ta-time-slot.is-available .ta-time-label{color:#166534}.ta-time-slot.is-available .ta-time-status{color:#15803d}.ta-time-slot.is-booked{background:#fee2e2;border-color:#fecaca;cursor:not-allowed}.ta-time-slot.is-booked .ta-time-label{color:#991b1b}.ta-time-slot.is-booked .ta-time-status{color:#b91c1c}.ta-loading{text-align:center;padding:40px 20px;color:#888;font-size:14px}.ta-unavailable-notice{text-align:center;padding:30px 20px}.ta-unavailable-icon{width:48px;height:48px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-size:20px;font-weight:700;border-radius:50%}.ta-unavailable-notice p{color:#dc2626;margin:0 0 16px;font-size:14px}.ta-actions{display:flex;gap:10px}.ta-btn{flex:1 1;padding:14px 16px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.ta-btn:disabled{opacity:.5;cursor:not-allowed}.ta-btn-primary{background:var(--brand);color:#fff}.ta-btn-primary:hover:not(:disabled){background:#1a1a8f}.ta-btn-danger{background:#fee2e2;color:#dc2626}.ta-btn-danger:hover:not(:disabled){background:#fecaca}.teacher-booking-actions{display:flex;gap:8px;margin-top:8px}.teacher-booking-btn{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s}.teacher-booking-btn-complete{background:#dcfce7;color:#166534}.teacher-booking-btn-complete:hover{background:#bbf7d0}.teacher-booking-btn-noshow{background:#fee2e2;color:#991b1b}.teacher-booking-btn-noshow:hover{background:#fecaca}.teacher-booking-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){.student-booking-modal{padding:20px}.student-booking-modal h2{font-size:18px}.student-booking-modal-actions{flex-direction:column}.ta-container{grid-template-columns:1fr}.ta-time-grid{grid-template-columns:repeat(2,1fr)}}.pending-page{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:48px 24px;overflow:hidden}.pending-card{width:min(480px,92vw);background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:48px 36px;text-align:center;z-index:1}.pending-icon{margin-bottom:24px}.pending-title{font-size:22px;font-weight:700;margin:0 0 16px;color:var(--text)}.pending-message{font-size:15px;line-height:1.6;color:var(--text-muted);margin:0 0 28px}.pending-status{display:inline-flex;align-items:center;gap:10px;padding:10px 24px;border-radius:999px;background:rgba(35,35,182,.08);color:var(--brand);font-size:14px;font-weight:600;margin-bottom:28px}.pending-status-dot{width:10px;height:10px;border-radius:50%;background:var(--brand);animation:pending-pulse 1.5s ease-in-out infinite}@keyframes pending-pulse{0%,to{opacity:1}50%{opacity:.3}}.pending-signout{display:inline-block;padding:12px 32px;border:1px solid #ddd;border-radius:12px;background:none;color:var(--text-muted);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,color .2s;font-family:inherit}.pending-signout:hover{background:#f5f5f5;color:var(--text)}.admin-payments-page{min-height:100vh;background:#f5f6fa;padding:0 0 60px}.admin-payments-container{max-width:800px;margin:0 auto;padding:24px 20px}.admin-payments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.admin-payments-header h1{font-size:24px;font-weight:700;color:#111;margin:0}.admin-logout-btn{padding:8px 20px;border:1px solid #ddd;border-radius:10px;background:#fff;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.admin-logout-btn:hover{background:#f5f5f5;color:#333}.admin-summary-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:20px}.admin-summary-card{border-radius:14px;padding:18px;text-align:center}.admin-summary-unpaid{background:#fef2f2}.admin-summary-paid{background:#f0fdf4}.admin-summary-teachers{background:#eff6ff}.admin-summary-amount{font-size:28px;font-weight:700;margin:0}.admin-summary-unpaid .admin-summary-amount{color:#dc2626}.admin-summary-paid .admin-summary-amount{color:#16a34a}.admin-summary-teachers .admin-summary-amount{color:#2563eb}.admin-summary-label{font-size:12px;color:#666;margin:4px 0 0}.admin-pay-all-btn{width:100%;padding:16px;border:none;border-radius:14px;background:#dc2626;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s;margin-bottom:20px}.admin-pay-all-btn:hover:not(:disabled){background:#b91c1c}.admin-pay-all-btn:disabled{opacity:.6;cursor:not-allowed}.admin-message{padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:16px}.admin-message-error{background:#fef2f2;color:#dc2626}.admin-message-success{background:#f0fdf4;color:#16a34a}.admin-teacher-card{background:#fff;border-radius:14px;padding:16px;margin-bottom:12px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.admin-teacher-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.admin-teacher-info{flex:1 1;min-width:0}.admin-teacher-name{font-size:16px;font-weight:600;color:#111;margin:0 0 4px}.admin-teacher-details{font-size:13px;color:#666;margin:0;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.admin-bank-badge{background:#e0e7ff;color:#3730a3;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:500}.admin-no-bank{color:#dc2626;font-size:12px;font-weight:500}.admin-teacher-amounts{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.admin-amount-unpaid{font-size:20px;font-weight:700;color:#dc2626}.admin-amount-paid{font-size:12px;color:#16a34a;font-weight:500}.admin-bookings-list{margin:12px 0;padding:12px;background:#f9fafb;border-radius:10px;display:flex;flex-direction:column;gap:6px}.admin-booking-row{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;font-size:13px;gap:8px}.admin-booking-student{font-weight:500;color:#333;flex:1 1;min-width:0}.admin-booking-date{color:#888;flex-shrink:0}.admin-booking-amount{font-weight:600;color:#111;flex-shrink:0}.admin-pay-btn{width:100%;margin-top:12px;padding:12px;border:none;border-radius:10px;background:var(--brand,#2323b6);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.admin-pay-btn:hover:not(:disabled){background:#1a1a8f}.admin-pay-btn:disabled{opacity:.6;cursor:not-allowed}.admin-all-paid-label{text-align:center;margin:12px 0 0;font-size:13px;color:#16a34a;font-weight:500}@media (max-width:600px){.admin-payments-container{padding:16px 14px}.admin-payments-header h1{font-size:20px}.admin-summary-cards{grid-template-columns:1fr;gap:8px}.admin-summary-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.admin-summary-amount{font-size:22px}.admin-summary-label{margin:0}.admin-teacher-header{flex-direction:column}.admin-teacher-amounts{flex-direction:row;align-items:center;gap:12px}}.careers-nav-link{position:absolute;top:48px;right:40px;z-index:10;display:inline-flex;align-items:center;height:38px;padding:0 20px;border-radius:999px;border:1.5px solid var(--brand);background:transparent;color:var(--brand);font-size:14px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;text-decoration:none;transition:background .18s,color .18s;cursor:pointer}.careers-nav-link:hover{background:var(--brand);color:#fff}.careers-page{min-height:100vh;background:#fff}.careers-header{justify-content:space-between;padding:20px 40px;border-bottom:1px solid #f0f0f0}.careers-back,.careers-header{display:flex;align-items:center}.careers-back{justify-content:center;width:40px;height:40px;border-radius:50%;border:1.5px solid #e0e0e0;color:#333;text-decoration:none;transition:background .15s,border-color .15s;flex-shrink:0}.careers-back:hover{background:#f5f5f5;border-color:#ccc}.careers-logo{width:110px;height:auto}.careers-hero{text-align:center;padding:60px 24px 40px;background:radial-gradient(ellipse at 50% 0,rgba(35,35,182,.06) 0,transparent 70%)}.careers-hero-badge{display:inline-flex;align-items:center;height:28px;padding:0 14px;border-radius:999px;background:rgba(35,35,182,.1);color:var(--brand);font-size:13px;font-weight:600;margin-bottom:18px}.careers-hero-title{margin:0 0 14px;font-size:clamp(22px,5vw,36px);font-weight:700;line-height:1.2}.careers-hero-sub{margin:0;font-size:15px;color:var(--text-muted);max-width:460px;margin-inline:auto}.careers-list-section{max-width:800px;margin:0 auto;padding:32px 20px 80px}.careers-grid{display:flex;flex-direction:column;gap:16px}.vacancy-card{background:#fff;border:1.5px solid #e8e8f0;border-radius:16px;padding:22px 24px 20px;box-shadow:0 2px 12px rgba(35,35,182,.05);transition:box-shadow .2s,border-color .2s}.vacancy-card:hover{box-shadow:0 6px 24px rgba(35,35,182,.1);border-color:rgba(35,35,182,.25)}.vacancy-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.vacancy-card-title{margin:0;font-size:17px;font-weight:700;color:#111;line-height:1.3}.vacancy-active-badge{flex-shrink:0;display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;background:#dcfce7;color:#16a34a;font-size:11px;font-weight:600}.vacancy-card-desc{margin:0 0 14px;font-size:13px;color:#666;line-height:1.55}.vacancy-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.vacancy-tag{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:600}.vacancy-tag--city{background:#eff6ff;color:#2563eb}.vacancy-tag--gear{background:#fef3c7;color:#d97706}.vacancy-tag--lesson{background:#f0fdf4;color:#16a34a}.vacancy-apply-btn{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 22px;border:none;border-radius:999px;background:var(--brand);color:#fff;font-size:14px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:background .18s,transform .15s}.vacancy-apply-btn:hover{background:#1f1faa;transform:translateY(-1px)}.vacancy-apply-btn:active{transform:translateY(0)}.careers-empty{text-align:center;padding:60px 20px}.careers-empty-icon{margin-bottom:20px}.careers-empty-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#333}.careers-empty-sub{margin:0;font-size:14px;color:#999}.admin-nav-links{display:flex;align-items:center;gap:4px}.admin-nav-link{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;color:#555;text-decoration:none;transition:background .15s,color .15s;cursor:pointer;background:transparent;border:none;font-family:Poppins,Noto Sans Georgian,sans-serif}.admin-nav-link:hover{background:#f0f0f0;color:#111}.admin-nav-link--active{background:rgba(35,35,182,.1);color:var(--brand);font-weight:600}.admin-filter-tabs{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}.admin-filter-tab{height:34px;padding:0 16px;border:1px solid #e0e0e0;border-radius:999px;background:#fff;color:#555;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s;font-family:Poppins,Noto Sans Georgian,sans-serif}.admin-filter-tab:hover{background:#f5f5f5}.admin-filter-tab--active{background:var(--brand);color:#fff;border-color:var(--brand)}.admin-teacher-avatar{width:44px;height:44px;border-radius:50%;background:rgba(35,35,182,.1);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--brand)}.admin-teacher-avatar img{width:100%;height:100%;object-fit:cover}.admin-teacher-expanded{margin-top:12px;padding:12px;background:#f9fafb;border-radius:10px}.admin-expanded-grid{display:flex;flex-direction:column;gap:6px}.admin-expanded-row{display:flex;align-items:center;gap:12px;font-size:13px}.admin-expanded-label{color:#888;min-width:140px;flex-shrink:0}.admin-expanded-value{color:#111;font-weight:500}.admin-referral-value{color:var(--brand);font-weight:700}.admin-teacher-action-row{display:flex;gap:10px;margin-top:14px}.admin-approve-btn,.admin-reject-btn{flex:1 1;height:38px;border:none;border-radius:10px;font-size:14px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:background .15s}.admin-approve-btn{background:#16a34a;color:#fff}.admin-approve-btn:hover:not(:disabled){background:#15803d}.admin-reject-btn{background:#fef2f2;color:#dc2626}.admin-reject-btn:hover:not(:disabled){background:#fee2e2}.admin-approve-btn:disabled,.admin-reject-btn:disabled{opacity:.6;cursor:not-allowed}.admin-add-vacancy-btn{height:38px;padding:0 18px;border:none;border-radius:10px;background:var(--brand);color:#fff;font-size:14px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:background .15s}.admin-add-vacancy-btn:hover{background:#1a1a8f}.admin-vacancy-card--inactive{opacity:.6}.admin-vacancy-closed-badge{display:inline-flex;align-items:center;height:18px;padding:0 8px;border-radius:999px;background:#fef2f2;color:#dc2626;font-size:10px;font-weight:600;margin-left:8px;vertical-align:middle}.admin-vacancy-actions{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.admin-vacancy-btn{height:34px;padding:0 16px;border:none;border-radius:8px;font-size:13px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:background .15s}.admin-vacancy-btn--edit{background:#eff6ff;color:#2563eb}.admin-vacancy-btn--edit:hover{background:#dbeafe}.admin-vacancy-btn--close{background:#fef3c7;color:#d97706}.admin-vacancy-btn--close:hover{background:#fde68a}.admin-vacancy-btn--open{background:#f0fdf4;color:#16a34a}.admin-vacancy-btn--open:hover{background:#dcfce7}.admin-vacancy-btn--delete{background:#fef2f2;color:#dc2626}.admin-vacancy-btn--delete:hover{background:#fee2e2}.admin-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.admin-modal{background:#fff;border-radius:16px;width:min(560px,100%);max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2)}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f0f0f0}.admin-modal-header h2{margin:0;font-size:18px;font-weight:700}.admin-modal-close{width:32px;height:32px;border:none;border-radius:50%;background:#f5f5f5;color:#555;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.admin-modal-close:hover{background:#e8e8e8}.admin-vacancy-form{padding:20px 24px 24px;display:flex;flex-direction:column;gap:16px}.admin-form-field{display:flex;flex-direction:column;gap:6px}.admin-form-field label{font-size:13px;font-weight:600;color:#555}.admin-form-field input,.admin-form-field select,.admin-form-field textarea{height:40px;padding:0 12px;border:1.5px solid #e0e0e0;border-radius:8px;background:#f9fafb;font-size:14px;color:#111;font-family:Poppins,Noto Sans Georgian,sans-serif;outline:none;transition:border-color .15s}.admin-form-field textarea{height:auto;padding:10px 12px;resize:vertical}.admin-form-field input:focus,.admin-form-field select:focus,.admin-form-field textarea:focus{border-color:var(--brand)}.admin-form-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.admin-form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.admin-form-cancel{height:38px;padding:0 18px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#555;font-size:14px;font-weight:500;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:background .15s}.admin-form-cancel:hover{background:#f5f5f5}.admin-form-submit{height:38px;padding:0 22px;border:none;border-radius:8px;background:var(--brand);color:#fff;font-size:14px;font-weight:600;font-family:Poppins,Noto Sans Georgian,sans-serif;cursor:pointer;transition:background .15s}.admin-form-submit:hover:not(:disabled){background:#1a1a8f}.admin-form-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width:600px){.careers-header{padding:16px 20px}.careers-hero{padding:40px 16px 28px}.careers-list-section{padding:20px 16px 60px}.careers-nav-link{top:20px;right:20px;font-size:13px;height:34px;padding:0 14px}.admin-form-row{grid-template-columns:1fr}.admin-teacher-action-row,.admin-vacancy-actions{flex-direction:column}.admin-vacancy-btn{width:100%;justify-content:center}.admin-nav-links{gap:2px}.admin-nav-link{padding:5px 10px;font-size:12px}}