@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--primary-50:#F4FAF3;--primary-100:#E8F4E5;--primary-200:#C5DFC1;--primary-300:#B5D4AC;--primary-400:#A7C8A1;--primary-500:#96BC8E;--primary-600:#8BB583;--primary-700:#739A6C;--primary-800:#5C7D56;--primary-900:#3F5A3A;--accent-400:#B5B0F9;--accent-500:#8E86F5;--accent-600:#7A72D4;--gradient-primary:linear-gradient(135deg,#8BB583,#739A6C 45%,#5C7D56);--gradient-light:linear-gradient(135deg,#F4FAF3,#E8F4E5);--gradient-card:linear-gradient(135deg,#ffffff,#f7faf6);--gradient-sidebar:linear-gradient(180deg,#3F5A3A,#5C7D56 45%,#739A6C);--gradient-button:linear-gradient(135deg,#96BC8E,#739A6C);--gradient-success:linear-gradient(135deg,#34C77B,#2BA66A);--gradient-warning:linear-gradient(135deg,#F5B731,#D97706);--gradient-danger:linear-gradient(135deg,#EF4444,#DC2626);--gradient-purple:linear-gradient(135deg,#8E86F5,#7A72D4);--bg-primary:#F2F3F7;--bg-default:#F2F3F7;--bg-secondary:#FFFFFF;--bg-card:#FFFFFF;--text-primary:#2E3152;--text-secondary:#5A5E78;--text-tertiary:#8E92AE;--border-color:#DDDFE8;--border-light:#ECEDF2;--shadow-sm:0 2px 8px rgba(46,49,82,0.06);--shadow-md:0 4px 16px rgba(46,49,82,0.08);--shadow-lg:0 8px 32px rgba(46,49,82,0.12);--shadow-xl:0 12px 48px rgba(46,49,82,0.16);--shadow-card:0 4px 20px rgba(46,49,82,0.07);--shadow-card-hover:0 8px 32px rgba(46,49,82,0.14);--radius-sm:12px;--radius-md:16px;--radius-lg:20px;--radius-xl:24px;--radius-2xl:28px;--radius-full:9999px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--sidebar-width:280px;--sidebar-collapsed:80px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}#root{min-height:100vh}.route-loading{min-height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-secondary);padding:32px 16px}.route-loading p{margin:0;font-size:.9rem;font-weight:600;color:var(--text-secondary)}.route-loading-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--border-light,#e2e8f0);border-top-color:var(--primary-500,#7aa872);animation:route-spin .7s linear infinite}@keyframes route-spin{to{transform:rotate(1turn)}}*{scrollbar-width:thin;scrollbar-color:var(--primary-300) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--primary-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-400)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .4s ease-out forwards}.animate-scale-in{animation:scaleIn .3s ease-out forwards}.app-layout{display:flex;min-height:100vh}.main-content{flex:1 1;margin-left:var(--sidebar-width);padding:var(--space-xl);min-height:100vh;transition:margin-left .3s ease}.app-layout.sidebar-collapsed .main-content{margin-left:var(--sidebar-collapsed)}.page-header{margin-bottom:var(--space-lg);animation:fadeIn .5s ease-out}.page-header h1{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:4px;line-height:1.3}.page-header p{font-size:.95rem;color:var(--text-secondary);font-weight:400}.page-header-icon{width:42px;height:42px;background:var(--gradient-primary);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-header-icon svg{color:white}.page-header-text{min-width:0}.card{background:var(--bg-card);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.card-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:12px}.stat-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:12px 14px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);display:flex;align-items:center;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-width:0}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;opacity:0;transition:opacity .3s ease}.stat-card:hover:before{opacity:1}.stat-card:first-child:before{background:var(--gradient-primary)}.stat-card:nth-child(2):before{background:var(--gradient-success)}.stat-card:nth-child(3):before{background:var(--gradient-purple)}.stat-card:nth-child(4):before{background:var(--gradient-warning)}.stat-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.blue{background:var(--gradient-primary)}.stat-icon.green{background:var(--gradient-success)}.stat-icon.purple{background:var(--gradient-purple)}.stat-icon.orange{background:var(--gradient-warning)}.stat-icon svg{color:white}.stat-info{flex:1 1}.stat-label{font-size:.75rem;color:var(--text-secondary);font-weight:500;margin-bottom:2px}.stat-value{font-size:1.3rem;font-weight:700;color:var(--text-primary);line-height:1.2}.stat-change{font-size:.72rem;font-weight:600;margin-top:2px;display:flex;align-items:center;gap:4px}.stat-change.positive{color:#34C77B}.stat-change.negative{color:#EF4444}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:10px 20px;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--gradient-button);color:white;box-shadow:0 4px 12px rgba(115,154,108,.35)}.btn-primary:hover{box-shadow:0 6px 20px rgba(92,125,86,.42);transform:translateY(-2px)}.btn-secondary{background:var(--primary-50);color:var(--primary-600);border:1px solid var(--primary-200)}.btn-secondary:hover{background:var(--primary-100);transform:translateY(-1px)}.btn-danger{background:var(--gradient-danger);color:white;box-shadow:0 4px 12px rgba(239,68,68,.3)}.btn-danger:hover{box-shadow:0 6px 20px rgba(239,68,68,.4);transform:translateY(-2px)}.btn-sm{padding:6px 14px;font-size:.82rem}.btn-icon{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.form-group{margin-bottom:var(--space-md)}.form-label{display:block;font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:6px}.form-input{width:100%;padding:12px 16px;border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:.9rem;font-family:Inter,sans-serif;color:var(--text-primary);background:var(--bg-secondary);transition:all .3s ease;outline:none}.form-input:focus{border-color:var(--primary-400);box-shadow:0 0 0 4px rgba(167,200,161,.35)}.form-input::placeholder{color:var(--text-tertiary)}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235A5E78' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;letter-spacing:.02em}.badge-active{background:#D1FAE5;color:#065F46}.badge-expired{background:#FEE2E2;color:#991B1B}.badge-pending{background:#FEF3C7;color:#92400E}.badge-suspended{background:#E8E7F8;color:#4338CA}.badge-inactive{background:#F1F5F9;color:#475569}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(46,49,82,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;justify-content:center;z-index:1000;padding:var(--space-md);animation:fadeIn .2s ease-out}.modal,.modal-overlay{display:flex;overflow:hidden}.modal{background:var(--bg-card);border-radius:var(--radius-xl);padding:var(--space-xl);width:90%;max-width:560px;max-height:min(90vh,100%);flex-direction:column;box-shadow:var(--shadow-xl);animation:scaleIn .3s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg);flex-shrink:0}.modal-header h2{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.modal-body{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px;margin-right:-4px;scrollbar-width:thin;scrollbar-color:var(--primary-300) transparent}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:var(--primary-300);border-radius:var(--radius-full)}.modal-body::-webkit-scrollbar-thumb:hover{background:var(--primary-400)}.modal-close{width:36px;height:36px;border:none;background:var(--bg-primary);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s;flex-shrink:0}.modal-close:hover{background:#FEE2E2;color:#EF4444}.modal-actions{display:flex;gap:var(--space-sm);justify-content:flex-end;margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--border-light)}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:10px;gap:10px}.colleges-page{display:flex;flex-direction:column;gap:16px}.colleges-page .colleges-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.colleges-page .colleges-title-text h1{font-size:1.75rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin:0 0 4px}.colleges-page .colleges-title-text p{margin:0;font-size:.92rem;color:var(--text-tertiary)}.colleges-page .colleges-add-btn{flex-shrink:0;background:var(--primary-800);box-shadow:0 4px 14px rgba(63,90,58,.28)}.colleges-page .colleges-add-btn:hover{background:var(--primary-900);box-shadow:0 6px 18px rgba(63,90,58,.35)}.colleges-page .colleges-toolbar{display:flex;align-items:center}.colleges-page .colleges-search{max-width:480px;width:100%}.colleges-page .colleges-search input{border-radius:999px;background:var(--bg-secondary);border-color:var(--border-light)}.colleges-page .colleges-list-card,.colleges-page .content-grid.colleges-cards-grid{display:block;grid-template-columns:unset;gap:unset;margin:0;background:var(--bg-card);border-radius:20px;border:1px solid var(--border-light);box-shadow:var(--shadow-card);overflow:hidden;padding:0}.colleges-page .colleges-list-card.empty-state{padding:40px 24px}.colleges-page .colleges-table-scroll{width:100%;overflow-x:auto}.colleges-page .colleges-table{width:100%;border-collapse:collapse;min-width:720px}.colleges-page .colleges-table thead tr{background:#EEF2F7}.colleges-page .colleges-table th{padding:14px 20px;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8B93A7;white-space:nowrap;border-bottom:1px solid var(--border-light)}.colleges-page .colleges-table td:last-child,.colleges-page .colleges-table th:last-child{text-align:right;padding-right:24px}.colleges-page .colleges-table tbody tr{background:#fff;transition:background .15s ease}.colleges-page .colleges-table tbody tr:not(:last-child) td{border-bottom:1px solid var(--border-light)}.colleges-page .colleges-table tbody tr:hover{background:#FAFBFC}.colleges-page .colleges-table td{padding:16px 20px;vertical-align:middle;font-size:.9rem;color:var(--text-primary)}.colleges-page .colleges-table-college{display:flex;align-items:center;gap:12px;min-width:0}.colleges-page .colleges-table-avatar{width:40px;height:40px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#E8EEF6;color:#5A6A85;overflow:hidden}.colleges-page .colleges-table-avatar img{width:100%;height:100%;object-fit:cover}.colleges-page .colleges-table-name{font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.colleges-page .colleges-table-email{color:var(--text-secondary);font-size:.88rem;white-space:nowrap}.colleges-page .colleges-table-count{font-weight:600;color:var(--text-primary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.colleges-page .colleges-table .badge{padding:5px 12px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.colleges-page .colleges-table-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px}.colleges-page .colleges-action-btn{width:34px;height:34px;border:none;background:transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.colleges-page .colleges-action-edit{color:#94A3B8}.colleges-page .colleges-action-edit:hover{background:#F1F5F9;color:#64748B}.colleges-page .colleges-action-delete{color:#F87171}.colleges-page .colleges-action-delete:hover{background:#FEF2F2;color:#EF4444}.colleges-page .empty-state{padding:28px 18px}.colleges-page .empty-state p{margin-bottom:14px}@media (max-width:640px){.colleges-page .colleges-title-row{flex-direction:column;align-items:stretch}.colleges-page .colleges-add-btn{width:100%;justify-content:center}.colleges-page .colleges-search{max-width:none}.colleges-page .colleges-table{min-width:640px}}.students-page .page-header{margin-bottom:12px}.students-page .section-header{margin-bottom:12px;gap:12px}.students-page .content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.students-page .item-card{border-radius:var(--radius-lg);padding:12px;display:flex;flex-direction:column;gap:10px;min-height:0}.students-page .student-card-top{display:flex;align-items:center;gap:10px;min-height:44px}.students-page .item-card-avatar{width:42px;height:42px;border-radius:12px;flex-shrink:0}.students-page .student-card-info{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:3px}.students-page .student-card-info h3{font-size:.94rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.students-page .student-card-email{display:flex;align-items:center;gap:5px;font-size:.78rem;color:var(--text-secondary);line-height:1.2;min-width:0;margin:0}.students-page .student-card-email span,.students-page .student-card-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.students-page .student-card-sub{display:flex;align-items:center;gap:4px;font-size:.72rem;color:var(--text-tertiary);line-height:1.2;min-width:0;margin:0}.students-page .student-card-dot{opacity:.6}.students-page .item-card-actions{display:flex;gap:6px;margin-left:auto;flex-shrink:0;align-self:center}.students-page .item-card-actions .btn-icon{width:32px;height:32px;border-radius:10px}.students-page .student-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:0;padding-top:10px;border-top:1px solid var(--border-light)}.students-page .student-card-footer .badge{padding:3px 10px;font-size:.72rem}.students-page .student-card-course{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:600;color:var(--text-secondary);min-width:0}.students-page .student-card-course span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.students-page .empty-state{padding:28px 18px}.students-page .empty-state p{margin-bottom:14px}@media (max-width:1100px){.students-page .content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.students-page .content-grid{grid-template-columns:1fr}}.doctors-page{display:flex;flex-direction:column;gap:16px}.doctors-page .doctors-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.doctors-page .doctors-title-text h1{font-size:1.75rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin:0 0 4px}.doctors-page .doctors-title-text p{margin:0;font-size:.92rem;color:var(--text-tertiary)}.doctors-page .doctors-add-btn{flex-shrink:0;background:var(--primary-800);box-shadow:0 4px 14px rgba(63,90,58,.28)}.doctors-page .doctors-add-btn:hover{background:var(--primary-900);box-shadow:0 6px 18px rgba(63,90,58,.35)}.doctors-page .doctors-toolbar{display:flex;align-items:center}.doctors-page .doctors-search{width:100%;max-width:none}.doctors-page .doctors-search input{border-radius:12px;background:#fff;border-color:var(--border-light)}.doctors-page .doctors-main-layout{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;align-items:start}.doctors-page.has-schedule-panel .doctors-main-layout{grid-template-columns:minmax(0,1fr) minmax(320px,420px)}.doctors-page .doctors-list-column{min-width:0}.doctors-page .content-grid.doctors-cards-grid,.doctors-page .doctors-list-card{display:block;grid-template-columns:unset;gap:unset;margin:0;background:var(--bg-card);border-radius:20px;border:1px solid var(--border-light);box-shadow:var(--shadow-card);overflow:hidden;padding:0}.doctors-page .doctors-list-card.empty-state{padding:40px 24px}.doctors-page .doctors-table-scroll{width:100%;overflow-x:auto}.doctors-page .doctors-table{width:100%;border-collapse:collapse;min-width:780px}.doctors-page .doctors-table thead tr{background:#EEF2F7}.doctors-page .doctors-table th{padding:14px 20px;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8B93A7;white-space:nowrap;border-bottom:1px solid var(--border-light)}.doctors-page .doctors-table td:last-child,.doctors-page .doctors-table th:last-child{text-align:right;padding-right:24px}.doctors-page .doctors-table tbody tr{background:#fff;transition:background .15s ease;cursor:pointer;position:relative}.doctors-page .doctors-table tbody tr:not(:last-child) td{border-bottom:1px solid var(--border-light)}.doctors-page .doctors-table tbody tr:hover{background:#FAFBFC}.doctors-page .doctors-table tbody tr.is-selected{background:#F4F7F3}.doctors-page .doctors-table tbody tr.is-selected td:first-child:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary-700)}.doctors-page .doctors-table td{padding:16px 20px;vertical-align:middle;font-size:.9rem;color:var(--text-primary)}.doctors-page .doctors-table-doctor{display:flex;align-items:center;gap:12px;min-width:0}.doctors-page .doctors-table-avatar{width:40px;height:40px;border-radius:999px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-500),var(--primary-800));color:#fff;font-size:.72rem;font-weight:700;overflow:hidden}.doctors-page .doctors-table-avatar img{width:100%;height:100%;object-fit:cover}.doctors-page .doctors-table-name{font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doctors-page .doctors-table-role{color:var(--text-secondary);font-size:.88rem;text-transform:lowercase}.doctors-page .doctors-availability-cell{display:inline-flex;align-items:center;gap:10px;min-width:0}.doctors-page .doctors-availability-dot{width:8px;height:8px;border-radius:999px;background:var(--primary-700);flex-shrink:0}.doctors-page .doctors-availability-label{font-size:.88rem;font-weight:500;color:var(--text-primary);white-space:nowrap}.doctors-page .doctors-sparkline{flex-shrink:0;display:block}.doctors-page .doctors-table .badge{padding:5px 12px;font-size:.7rem;font-weight:700;text-transform:capitalize;letter-spacing:.02em}.doctors-page .doctors-table-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px}.doctors-page .doctors-action-btn{width:34px;height:34px;border:none;background:transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.doctors-page .doctors-action-edit{color:#94A3B8}.doctors-page .doctors-action-edit:hover{background:#F1F5F9;color:#64748B}.doctors-page .doctors-action-delete{color:#F87171}.doctors-page .doctors-action-delete:hover{background:#FEF2F2;color:#EF4444}.doctors-page .doctors-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px 18px;border-top:1px solid var(--border-light);background:#fff}.doctors-page .doctors-page-btn{width:34px;height:34px;border:1px solid transparent;background:transparent;border-radius:8px;color:#94A3B8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.doctors-page .doctors-page-btn:hover:not(:disabled){background:#F8FAFC;color:#64748B}.doctors-page .doctors-page-btn:disabled{opacity:.35;cursor:not-allowed}.doctors-page .doctors-page-number{min-width:34px;height:34px;padding:0 10px;border-radius:8px;border:1.5px solid var(--primary-700);color:var(--primary-800);font-weight:700;font-size:.88rem;display:inline-flex;align-items:center;justify-content:center}.doctors-page .doctors-schedule-panel{background:var(--bg-card);border-radius:20px;border:1px solid var(--border-light);box-shadow:var(--shadow-card);display:flex;flex-direction:column;min-height:520px;max-height:calc(100vh - 180px);overflow:hidden}.doctors-page .doctors-schedule-header{padding:18px 20px 12px;border-bottom:1px solid var(--border-light)}.doctors-page .doctors-schedule-header h3{margin:0 0 4px;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.doctors-page .doctors-schedule-header p{margin:0;font-size:.82rem;color:var(--text-tertiary)}.doctors-page .doctors-schedule-scroll{flex:1 1;overflow:auto;padding:12px 14px}.doctors-page .doctors-schedule-grid{min-width:420px}.doctors-page .doctors-schedule-row{display:grid;grid-template-columns:56px repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px;margin-bottom:4px;min-height:36px}.doctors-page .doctors-schedule-head-row{min-height:auto;margin-bottom:8px}.doctors-page .doctors-schedule-corner{min-height:1px}.doctors-page .doctors-schedule-day-head{text-align:center;font-size:.72rem;font-weight:700;color:#8B93A7;padding:4px 2px}.doctors-page .doctors-schedule-time{font-size:.68rem;font-weight:600;color:#94A3B8;display:flex;align-items:flex-start;justify-content:flex-end;padding-right:6px;padding-top:2px}.doctors-page .doctors-schedule-cell{min-height:36px;border-radius:6px;background:#F8FAFC;border:1px solid transparent}.doctors-page .doctors-schedule-cell.has-event{background:transparent;border:none;padding:0}.doctors-page .doctors-schedule-event{height:100%;min-height:36px;border-radius:6px;background:var(--primary-700);color:#fff;font-size:.62rem;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.02em}.doctors-page .doctors-schedule-footer{padding:12px 16px 16px;display:flex;justify-content:flex-end;border-top:1px solid var(--border-light)}.doctors-page .doctors-schedule-close{background:#4B5563;color:#fff;border:none;border-radius:10px;padding:10px 18px;font-weight:600}.doctors-page .doctors-schedule-close:hover{background:#374151}.doctors-page .empty-state{padding:28px 18px}.doctors-page .empty-state p{margin-bottom:14px}@media (max-width:1100px){.doctors-page.has-schedule-panel .doctors-main-layout{grid-template-columns:1fr}.doctors-page .doctors-schedule-panel{max-height:560px}}@media (max-width:640px){.doctors-page .doctors-title-row{flex-direction:column;align-items:stretch}.doctors-page .doctors-add-btn{width:100%;justify-content:center}.doctors-page .doctors-table{min-width:680px}}.analytics-page .page-header{margin-bottom:12px}.analytics-page .charts-grid{gap:10px;margin-bottom:10px}.analytics-page .charts-grid .chart-container{margin-bottom:0}.analytics-page .chart-container{padding:14px 16px}.analytics-page .chart-container .card-header{margin-bottom:10px}.subscription-page .dashboard-header-inner{display:flex;align-items:center;gap:12px}.subscription-page .sub-records-back-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:10px;background:#fff;color:var(--text-secondary);cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.subscription-page .sub-records-back-btn:hover{background:#F8F9FC;color:var(--text-primary);border-color:var(--primary-300)}.subscription-page .page-header{margin-bottom:12px}.subscription-stack{display:flex;flex-direction:column;gap:16px}.subscription-page .card{padding:14px 16px}.subscription-page .card .card-header{margin-bottom:10px}.sub-records-card,.subscription-page .sub-records-card{padding:0!important;overflow:hidden;border-radius:16px}.sub-records-card:hover,.subscription-page .sub-records-card:hover{transform:none}.sub-records-header,.subscription-page .sub-records-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px 16px}.sub-records-title,.subscription-page .sub-records-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.sub-records-filter-btn,.subscription-page .sub-records-filter-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--border-color);background:#fff;color:var(--text-secondary);cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease,color .15s ease}.sub-records-filter-btn:hover,.subscription-page .sub-records-filter-btn:hover{background:#F8F9FC;border-color:var(--primary-300);color:var(--text-primary)}.sub-records-empty,.subscription-page .sub-records-empty{margin:0;padding:28px 22px 32px;color:var(--text-secondary);font-size:.92rem}.sub-records-scroll,.subscription-page .sub-records-scroll{width:100%;overflow-x:auto}.sub-records-table,.subscription-page .sub-records-table{width:100%;border-collapse:collapse;min-width:780px}.sub-records-table thead tr,.subscription-page .sub-records-table thead tr{background:#F3F5F9}.sub-records-table th,.subscription-page .sub-records-table th{padding:12px 20px;text-align:left;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#8B93A7;white-space:nowrap;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.sub-records-table td:nth-child(5),.sub-records-table td:nth-child(6),.sub-records-table th:nth-child(5),.sub-records-table th:nth-child(6),.subscription-page .sub-records-table td:nth-child(5),.subscription-page .sub-records-table td:nth-child(6),.subscription-page .sub-records-table th:nth-child(5),.subscription-page .sub-records-table th:nth-child(6){text-align:center}.sub-records-table tbody tr,.subscription-page .sub-records-table tbody tr{background:#fff;transition:background .15s ease}.sub-records-table tbody tr:not(:last-child) td,.subscription-page .sub-records-table tbody tr:not(:last-child) td{border-bottom:1px solid var(--border-light)}.sub-records-table tbody tr:hover,.subscription-page .sub-records-table tbody tr:hover{background:#FAFBFC}.sub-records-table td,.subscription-page .sub-records-table td{padding:16px 20px;vertical-align:middle;font-size:.9rem;color:var(--text-primary)}.sub-records-institution,.subscription-page .sub-records-institution{display:flex;align-items:center;gap:12px;min-width:0}.sub-records-institution-btn,.subscription-page .sub-records-institution-btn{width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.sub-records-institution-btn:hover .sub-records-institution-name,.subscription-page .sub-records-institution-btn:hover .sub-records-institution-name{color:var(--primary-800);text-decoration:underline;text-underline-offset:3px}.sub-records-institution-icon,.subscription-page .sub-records-institution-icon{width:36px;height:36px;border-radius:8px;background:#F1F3F7;color:#5A6278;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sub-records-institution-name,.subscription-page .sub-records-institution-name{font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.sub-records-trx,.subscription-page .sub-records-trx{color:#8B93A7;font-size:.88rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.sub-records-period,.subscription-page .sub-records-period{color:var(--text-primary);white-space:nowrap}.sub-records-amount,.subscription-page .sub-records-amount{font-weight:700;color:var(--text-primary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.sub-records-status,.subscription-page .sub-records-status{display:inline-flex;align-items:center;justify-content:center;padding:5px 14px;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.sub-records-status--completed,.subscription-page .sub-records-status--completed{background:#D1FAE5;color:#065F46}.sub-records-status--pending,.subscription-page .sub-records-status--pending{background:#FEF3C7;color:#92400E}.sub-records-status--failed,.subscription-page .sub-records-status--failed{background:#FEE2E2;color:#991B1B}.sub-records-action-btn,.subscription-page .sub-records-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#8B93A7;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.sub-records-action-btn:hover,.subscription-page .sub-records-action-btn:hover{background:#F1F3F7;color:var(--text-primary)}.sub-records-footer,.subscription-page .sub-records-footer{display:flex;align-items:center;justify-content:center;padding:14px 20px;background:#F4F6F9;border-top:1px solid var(--border-light)}.sub-records-view-all,.subscription-page .sub-records-view-all{border:none;background:transparent;padding:0;font-size:.92rem;font-weight:700;color:#3D4659;cursor:pointer;transition:color .15s ease}.sub-records-view-all:hover,.subscription-page .sub-records-view-all:hover{color:var(--primary-800)}.renew-sub-page{width:100%;color:#172238}.renew-sub-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.renew-sub-topbar h1{margin:0;color:#142033;font-size:clamp(1.35rem,2.5vw,1.75rem);line-height:1.2;font-weight:700;letter-spacing:-.025em}.renew-sub-topbar p{margin:6px 0 0;color:#687386;font-size:.88rem}.renew-sub-export{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 18px;border:1px solid #c9dbf0;border-radius:8px;background:#E6F0FC;color:#203049;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .15s ease}.renew-sub-export:hover{background:#D9E9FA;transform:translateY(-1px)}.renew-sub-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(250px,1fr);grid-gap:24px;gap:24px;align-items:stretch}.renew-sub-card{display:flex;flex-direction:column;min-width:0;padding:30px;border:1px solid #e9edf2;border-radius:14px;background:#FFFFFF;box-shadow:0 7px 24px rgba(28,42,63,.06)}.renew-sub-card-title{display:flex;align-items:center;gap:10px;margin-bottom:28px;color:#244D43}.renew-sub-card-title h2{margin:0;color:#162134;font-size:1.05rem;font-weight:600}.renew-sub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:30px;column-gap:30px;grid-row-gap:24px;row-gap:24px}.renew-sub-field{display:flex;flex-direction:column;min-width:0;margin:0;padding:0;border:0}.renew-sub-field legend,.renew-sub-field>span{margin-bottom:9px;padding:0;color:#27334A;font-size:.76rem;font-weight:600}.renew-sub-field input,.renew-sub-field select{width:100%;height:52px;padding:0 16px;border:1px solid transparent;border-radius:8px;outline:none;background-color:#F1F4F8;color:#243148;font:inherit;font-size:.83rem;transition:border-color .15s ease,box-shadow .15s ease}.renew-sub-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23687386' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center}.renew-sub-field input:focus,.renew-sub-field select:focus{border-color:#315F52;box-shadow:0 0 0 3px rgba(49,95,82,.1)}.renew-sub-periods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.renew-sub-periods button{height:52px;border:1px solid #d8dee5;border-radius:8px;background:#FFFFFF;color:#27334A;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.renew-sub-periods button:hover{border-color:#315F52}.renew-sub-periods button.active{border-color:#315F52;background:#315F52;color:#FFFFFF}.renew-sub-payments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.renew-sub-payments button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:8px 12px;border:1px solid #d8dee5;border-radius:8px;background:#FFFFFF;color:#27334A;font-size:.77rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.renew-sub-payments button.active,.renew-sub-payments button:hover{border-color:#315F52;background:#FBFDFC}.renew-sub-radio{width:15px;height:15px;flex:0 0 auto;border:1.5px solid #9aa4b2;border-radius:50%;background:#FFFFFF}.renew-sub-payments button.active .renew-sub-radio{border:4px solid #315f52}.renew-sub-actions{display:flex;align-items:center;justify-content:flex-end;gap:30px;margin-top:32px;padding-top:22px;border-top:1px solid #e9edf2}.renew-sub-cancel{background:transparent;color:#253249}.renew-sub-cancel,.renew-sub-complete{border:0;font-size:.78rem;font-weight:600;cursor:pointer}.renew-sub-complete{min-width:220px;height:44px;padding:0 22px;border-radius:8px;background:#315F52;color:#FFFFFF;transition:background .15s ease,transform .15s ease}.renew-sub-complete:hover:not(:disabled){background:#244C41;transform:translateY(-1px)}.renew-sub-complete:disabled{cursor:not-allowed;opacity:.6}.renew-sub-aside{display:grid;grid-template-rows:1fr 1.05fr;grid-gap:24px;gap:24px}.renew-sub-active{position:relative;min-height:166px;padding:26px;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,#315F52,#285246);color:#FFFFFF;box-shadow:0 8px 20px rgba(31,74,62,.15)}.renew-sub-active>span{position:relative;z-index:1;display:block;font-size:.7rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.renew-sub-active>strong{position:relative;z-index:1;display:block;margin-top:7px;font-size:2.6rem;line-height:1;letter-spacing:-.04em}.renew-sub-active>small{position:relative;z-index:1;display:flex;align-items:center;gap:5px;margin-top:25px;font-size:.7rem}.renew-sub-watermark{position:absolute;right:-18px;bottom:-24px;color:rgba(255,255,255,.12);transform:rotate(-8deg)}.renew-sub-health{min-height:176px;padding:26px;border:1px solid #e9edf2;border-radius:12px;background:#FFFFFF;box-shadow:0 7px 24px rgba(28,42,63,.06)}.renew-sub-health h2{margin:0 0 23px;color:#172238;font-size:1.05rem;font-weight:600}.renew-sub-health-item+.renew-sub-health-item{margin-top:18px}.renew-sub-health-item>div:first-child{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px;color:#263249;font-size:.7rem;font-weight:600}.renew-sub-track{width:100%;height:6px;overflow:hidden;border-radius:99px;background:#E5ECF7}.renew-sub-track i{display:block;height:100%;border-radius:inherit}.renew-sub-track i.success{background:#315F52}.renew-sub-track i.late{min-width:12px;background:#F4BE0B}@media (max-width:980px){.renew-sub-layout{grid-template-columns:1fr}.renew-sub-aside{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}}@media (max-width:680px){.renew-sub-topbar{align-items:stretch;flex-direction:column}.renew-sub-export{align-self:flex-start}.renew-sub-card{padding:20px}.renew-sub-aside,.renew-sub-grid{grid-template-columns:1fr}.renew-sub-actions{gap:18px}.renew-sub-complete{min-width:0;flex:1 1}}@media (max-width:768px){.sub-records-header,.subscription-page .sub-records-header{padding:16px 16px 14px}.sub-records-table td,.sub-records-table th,.subscription-page .sub-records-table td,.subscription-page .sub-records-table th{padding:14px}.sub-records-institution-name,.subscription-page .sub-records-institution-name{max-width:160px}}.banner-page{--banner-gap:16px;width:100%;min-width:0}.banner-page .page-header{margin-bottom:var(--banner-gap)}.banner-page .banner-topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--banner-gap);flex-wrap:wrap}.banner-page .banner-search{flex:1 1 220px;min-width:0;max-width:100%}.banner-page .banner-top-actions{display:inline-flex;align-items:center;gap:var(--banner-gap);flex:1 1 auto;justify-content:flex-end;flex-wrap:wrap}.banner-page .banner-title-row h1{font-size:clamp(1.35rem,2.5vw,1.7rem);line-height:1.2;margin-bottom:2px}.banner-page .banner-title-row p{color:var(--text-secondary);margin-bottom:var(--banner-gap);font-size:clamp(.85rem,1.8vw,.95rem);line-height:1.45}.banner-page .banner-stats-grid,.banner-page .section-header{margin-bottom:var(--banner-gap);gap:var(--banner-gap)}.banner-page .banner-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.banner-page .banner-filter-row{background:#fff;border:1px solid var(--border-light);border-radius:12px;padding:10px;flex-wrap:wrap;align-items:center}.banner-page .banner-tabs{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;flex:1 1 auto;min-width:0}.banner-page .banner-tab{border:none;border-radius:999px;padding:7px 12px;font-size:.8rem;color:var(--text-secondary);font-weight:600;cursor:pointer;background:transparent;white-space:nowrap}.banner-page .banner-tab.active{background:#EAF6EA;color:#3F7C3A}.banner-page .banner-sort-wrap{display:inline-flex;align-items:center;gap:8px;flex:0 1 auto;min-width:0}.banner-page .banner-sort-wrap label{font-size:.8rem;color:var(--text-secondary);white-space:nowrap}.banner-page .banner-sort{min-width:0;width:min(150px,100%);padding:8px 32px 8px 10px;border-width:1px;font-size:.8rem}.banner-page .banner-list{display:flex;flex-direction:column;gap:var(--banner-gap)}.banner-page .banner-row{--banner-thumb-w:160px;--banner-thumb-h:84px;--banner-ctr-w:64px;--banner-actions-w:122px;display:grid;grid-template-columns:var(--banner-thumb-w) minmax(0,1fr) var(--banner-ctr-w) var(--banner-actions-w);align-items:center;grid-column-gap:24px;column-gap:24px;grid-row-gap:12px;row-gap:12px;padding:18px 20px;border-radius:14px;border:1px solid #e8eaed;background:#ffffff;box-shadow:0 1px 3px rgba(15,23,42,.04);min-width:0;width:100%;overflow:visible}.banner-page .banner-row.item-card{padding:18px 20px}.banner-page .banner-row.item-card:hover{transform:none;box-shadow:0 2px 8px rgba(15,23,42,.06)}.banner-page .banner-row.item-card:after{display:none}.banner-page .banner-row.is-draft{opacity:.92}.banner-page .banner-row.is-draft .banner-campaign-label,.banner-page .banner-row.is-draft .banner-card-title,.banner-page .banner-row.is-draft .banner-created-text,.banner-page .banner-row.is-draft .banner-ctr-value,.banner-page .banner-row.is-draft .banner-meta-line{color:#9ca3af}.banner-page .banner-card-thumb{width:var(--banner-thumb-w);height:var(--banner-thumb-h);border-radius:10px;overflow:hidden;flex-shrink:0;background:#f3f4f6;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;position:relative;grid-column:1}.banner-page .banner-card-thumb.is-draft img{filter:grayscale(1);opacity:.7}.banner-page .banner-draft-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background:rgba(31,41,55,.42);color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;pointer-events:none}.banner-page .banner-image-pill{position:absolute;top:8px;left:8px;z-index:3;padding:3px 10px;border-radius:999px;background:#2d4a3e;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.04em;line-height:1.2}.banner-page .banner-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.banner-page .banner-card-info{min-width:0;width:100%;display:flex;flex-direction:column;gap:6px;grid-column:2}.banner-page .banner-card-top{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;min-width:0}.banner-page .banner-campaign-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#2d4a3e;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-page .banner-top-sep{color:#c4c9d4;font-size:.65rem;line-height:1;flex-shrink:0}.banner-page .banner-created-text{font-size:.75rem;font-weight:400;color:#9ca3af;line-height:1.2;white-space:nowrap;flex-shrink:0}.banner-page .banner-card-title{font-size:1.05rem;font-weight:600;color:#1f2937;margin:0;line-height:1.35;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-page .banner-meta-line{display:flex;align-items:center;flex-wrap:nowrap;gap:6px;margin:0;font-size:.8125rem;font-weight:400;color:#6b7280;line-height:1.3;min-width:0;overflow:hidden}.banner-page .banner-meta-line span{white-space:nowrap}.banner-page .banner-meta-line svg{width:13px;height:13px;flex-shrink:0;color:#9ca3af}.banner-page .banner-meta-sep{color:#d1d5db;margin:0;font-size:.7rem;flex-shrink:0}.banner-page .banner-ctr-col{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;width:var(--banner-ctr-w);grid-column:3;justify-self:end}.banner-page .banner-ctr-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;line-height:1}.banner-page .banner-ctr-value{font-size:.9375rem;font-weight:700;color:#1f2937;line-height:1.2;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.banner-page .banner-card-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;width:var(--banner-actions-w);grid-column:4;justify-self:end}.banner-page .banner-toggle{width:46px;height:26px;border-radius:999px;border:none;padding:3px;cursor:pointer;display:inline-flex;align-items:center;transition:background .2s ease;flex-shrink:0}.banner-page .banner-toggle.is-on{background:#3b82f6;justify-content:flex-end}.banner-page .banner-toggle.is-off{background:#e2e8f0;justify-content:flex-start}.banner-page .banner-toggle-knob{width:20px;height:20px;border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#3b82f6;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .2s ease}.banner-page .banner-toggle.is-off .banner-toggle-knob{background:#fff;color:transparent}.banner-page .banner-icon-btn{width:32px;height:32px;border:none;background:transparent;color:#6b7280;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0;transition:color .15s ease,background .15s ease}.banner-page .banner-icon-btn:hover{color:#374151;background:#f3f4f6}.banner-page .banner-form-preview{margin-top:10px}.banner-page .banner-form-preview img{width:100%;max-height:180px;border-radius:12px;object-fit:contain;background:var(--bg-secondary);display:block}.banner-page .banner-form-hint{margin:8px 0 0;font-size:.85rem;color:var(--text-secondary)}.banner-page .banner-mini-label{font-size:.7rem;text-transform:uppercase;color:#2d4a3e;font-weight:700;letter-spacing:.04em;margin:0}.banner-page .empty-state{padding:28px 18px}.banner-page .empty-state p{margin-bottom:14px}@media (max-width:1100px){.banner-page .banner-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-page .banner-stats-grid .stat-card:last-child{grid-column:1/-1}.banner-page .banner-filter-row{align-items:stretch}.banner-page .banner-sort-wrap{width:100%;justify-content:space-between}.banner-page .banner-sort{flex:1 1;max-width:220px}}@media (max-width:900px){.banner-page .banner-top-actions{width:100%;justify-content:flex-start}.banner-page .banner-row{--banner-thumb-w:140px;--banner-thumb-h:76px;--banner-ctr-w:56px;--banner-actions-w:118px;grid-template-columns:var(--banner-thumb-w) minmax(0,1fr) var(--banner-ctr-w) var(--banner-actions-w);column-gap:16px}}@media (max-width:640px){.banner-page{--banner-gap:10px}.banner-page .banner-topbar{flex-direction:column;align-items:stretch}.banner-page .banner-search{flex:1 1 auto;width:100%}.banner-page .banner-top-actions{flex-direction:column;width:100%}.banner-page .banner-top-actions .btn{width:100%;justify-content:center}.banner-page .banner-stats-grid{grid-template-columns:1fr}.banner-page .banner-stats-grid .stat-card:last-child{grid-column:auto}.banner-page .banner-filter-row{flex-direction:column;align-items:stretch;gap:10px}.banner-page .banner-tabs{width:100%;justify-content:flex-start}.banner-page .banner-tab{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px);text-align:center;padding:8px 10px}.banner-page .banner-sort-wrap{width:100%}.banner-page .banner-sort{flex:1 1;max-width:none;width:100%}.banner-page .banner-row{--banner-thumb-w:100%;--banner-thumb-h:clamp(120px,38vw,160px);grid-template-columns:1fr 1fr;grid-template-areas:"thumb thumb" "info info" "ctr actions";column-gap:12px;row-gap:12px}.banner-page .banner-card-thumb{grid-area:thumb;width:100%;height:var(--banner-thumb-h)}.banner-page .banner-card-info{grid-area:info}.banner-page .banner-card-title,.banner-page .banner-card-top,.banner-page .banner-meta-line{white-space:normal;flex-wrap:wrap}.banner-page .banner-card-title{white-space:normal;overflow:visible;text-overflow:unset}.banner-page .banner-ctr-col{grid-area:ctr;width:auto;align-items:flex-start;justify-self:start}.banner-page .banner-card-actions{grid-area:actions;width:auto;justify-self:end}}@media (max-width:400px){.banner-page .banner-tab{flex:1 1 100%}}.sos-settings-page .page-header{margin-bottom:12px}.sos-settings-page .info-banner{padding:12px 14px;margin-bottom:10px;gap:10px}.sos-settings-actions{display:flex;justify-content:flex-end;margin-bottom:10px}.sos-settings-section{margin-bottom:10px}.sos-settings-section:last-child{margin-bottom:0}.sos-settings-section-title{display:flex;align-items:center;gap:8px;margin-bottom:10px}.sos-settings-page .sos-card{border-radius:var(--radius-lg);padding:12px 14px;gap:10px}.sos-settings-page .sos-card-icon{width:40px;height:40px;border-radius:10px}.item-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.item-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gradient-primary);opacity:0;transition:opacity .3s ease}.item-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.item-card:hover:after{opacity:1}.item-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.item-card-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-card-actions{display:flex;gap:6px}.item-card-body h3{font-size:.98rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.item-card-body p{font-size:.8rem;color:var(--text-secondary);margin-bottom:2px}.item-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid var(--border-light)}.search-bar{position:relative;max-width:360px}.search-bar input{width:100%;padding:10px 16px 10px 42px;border:2px solid var(--border-color);border-radius:var(--radius-full);font-size:.9rem;font-family:Inter,sans-serif;color:var(--text-primary);background:var(--bg-secondary);transition:all .3s ease;outline:none}.search-bar input:focus{border-color:var(--primary-400);box-shadow:0 0 0 4px rgba(167,200,161,.35)}.search-bar svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-tertiary)}.section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:12px}.empty-state{text-align:center;padding:var(--space-2xl) var(--space-lg);color:var(--text-secondary)}.empty-state svg{color:var(--primary-300);margin-bottom:var(--space-md)}.empty-state h3{font-size:1.1rem;font-weight:600;margin-bottom:var(--space-sm);color:var(--text-primary)}.empty-state p{font-size:.9rem;margin-bottom:var(--space-lg)}.chart-container{background:var(--bg-card);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:var(--shadow-card);border:1px solid var(--border-light)}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.confirm-content{text-align:center;padding:var(--space-md) 0}.confirm-content .confirm-icon{width:64px;height:64px;border-radius:var(--radius-full);background:#FEE2E2;display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-md);color:#EF4444}.confirm-content h3{font-size:1.1rem;font-weight:600;margin-bottom:var(--space-sm)}.confirm-content p{color:var(--text-secondary);font-size:.9rem}.sos-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:var(--space-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-light);display:flex;align-items:center;gap:var(--space-md);transition:all .3s ease}.sos-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.sos-card-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sos-card-info{flex:1 1}.sos-card-info h4{font-size:.95rem;font-weight:600;color:var(--text-primary)}.sos-card-info p{font-size:.85rem;color:var(--text-secondary)}.sos-card-actions{display:flex;gap:6px}.dashboard-main-grid,.dashboard-split-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:12px;align-items:stretch}.dashboard-main-grid>.card,.dashboard-main-grid>.chart-container,.dashboard-split-grid>.card,.dashboard-split-grid>.chart-container{height:100%;min-height:320px;display:flex;flex-direction:column;box-sizing:border-box}.dashboard-panel-body{flex:1 1;display:flex;flex-direction:column;min-height:220px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.info-banner{background:linear-gradient(135deg,#F4FAF3,#EEEDFE);border-radius:var(--radius-lg);padding:24px 28px;margin-bottom:32px;display:flex;align-items:center;gap:16px;border:1px solid var(--primary-200)}.dashboard-header-inner{display:flex;align-items:flex-start;gap:12px}.card-subtitle{font-size:.82rem;color:var(--text-secondary);margin-top:2px}.dashboard-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap}.dashboard-chip.positive{background:#D1FAE5;color:#065F46}.stat-value-sm{font-size:1.15rem;text-transform:capitalize}.dashboard-empty-panel{flex:1 1;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:24px 16px;color:var(--text-secondary);background:#F8FAFC;border-radius:var(--radius-md);border:1px dashed var(--border-light)}.dashboard-empty-panel svg{color:var(--primary-400);margin-bottom:4px}.dashboard-empty-panel p{margin:0;font-size:.92rem;font-weight:600;color:var(--text-primary)}.dashboard-empty-panel span{font-size:.78rem;max-width:240px;line-height:1.4}.plan-usage-body{align-items:center;justify-content:center;gap:18px}.plan-usage-ring{position:relative;width:150px;height:150px;flex-shrink:0}.plan-usage-ring,.plan-usage-ring-inner{border-radius:50%;display:flex;align-items:center;justify-content:center}.plan-usage-ring-inner{width:122px;height:122px;background:white;flex-direction:column;box-shadow:inset 0 0 0 1px var(--border-light)}.plan-usage-pct{font-size:1.45rem;font-weight:700;color:var(--text-primary);line-height:1.1}.plan-usage-label{font-size:.78rem;color:var(--text-secondary);margin-top:2px}.plan-usage-meta{width:100%;display:flex;flex-direction:column;gap:8px}.plan-usage-meta-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#F8FAFC;border-radius:12px;font-size:.84rem;color:var(--text-secondary)}.plan-usage-meta-row svg{color:var(--primary-500);flex-shrink:0}.plan-usage-meta-row strong{color:var(--text-primary);font-weight:600}.admin-dashboard-page .page-header,.college-dashboard-page .page-header,.doctor-appointments-page .page-header,.doctor-dashboard-page .page-header,.doctor-patients-page .page-header,.doctor-profile-page .page-header,.student-appointments-page .page-header,.student-crisis-page .page-header,.student-dashboard-page .page-header,.student-doctors-page .page-header,.student-exercises-page .page-header,.student-profile-page .page-header{margin-bottom:12px}.admin-dashboard-page .card:hover,.admin-dashboard-page .stat-card:hover{transform:none;box-shadow:var(--shadow-card)}.admin-dashboard-page .stat-card:hover:before{opacity:0}.doctor-tab-switch{display:inline-flex;gap:4px;padding:4px;border-radius:12px;background:var(--bg-secondary,#F1F5F9);border:1px solid var(--border-light,#e2e8f0)}.doctor-tab-btn{border:none;background:transparent;padding:8px 14px;border-radius:10px;font-size:.85rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.doctor-tab-btn.active{background:var(--gradient-primary,linear-gradient(135deg,#96BC8E,#7AA872));color:#fff;box-shadow:0 4px 12px rgba(122,168,114,.25)}.doctor-tab-btn:hover:not(.active){color:var(--text-primary);background:rgba(255,255,255,.6)}.dashboard-insight-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px}.dashboard-insight-row.light{background:var(--gradient-light)}.dashboard-insight-row.green{background:#F0FDF4}.dashboard-insight-row.amber{background:#FEF3C7}.dashboard-insight-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-insight-label{font-size:.78rem;color:var(--text-secondary);font-weight:500}.dashboard-insight-value{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.dashboard-list-row{display:flex;align-items:center;gap:12px;padding:12px;background:#F8FAFC;border-radius:12px;transition:all .2s}.dashboard-list-avatar{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:.78rem;flex-shrink:0}.dashboard-list-avatar.primary{background:var(--gradient-primary)}.dashboard-list-avatar.purple{background:var(--gradient-purple)}.dashboard-list-info{flex:1 1;min-width:0}.dashboard-list-title{font-weight:600;font-size:.88rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-list-meta{font-size:.75rem;color:var(--text-secondary)}.dashboard-link{font-size:.85rem;color:var(--primary-500);text-decoration:none;font-weight:600}.dashboard-link:hover{text-decoration:underline}@media (max-width:1024px){.main-content{margin-left:0;padding:76px var(--space-md) var(--space-md) var(--space-md)}.charts-grid,.dashboard-main-grid,.dashboard-split-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid{grid-template-columns:1fr}.colleges-page .colleges-cards-grid,.colleges-page .content-grid{display:block;grid-template-columns:unset}.banner-page .content-grid,.student-action-grid,.student-doctors-page .content-grid,.student-exercises-page .content-grid,.students-page .content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.form-row,.stats-grid,.stats-grid-3,.student-action-grid,.student-doctors-page .content-grid,.student-exercises-page .content-grid{grid-template-columns:1fr}.info-banner{flex-direction:column;text-align:center;padding:20px}.dashboard-header-inner{flex-direction:column;align-items:flex-start}.section-header{flex-direction:column;align-items:stretch}.search-bar{max-width:100%}}.toast{position:fixed;bottom:24px;right:24px;padding:14px 24px;border-radius:var(--radius-lg);color:white;font-size:.9rem;font-weight:500;box-shadow:var(--shadow-lg);z-index:2000;animation:slideInRight .3s ease-out}.toast-success{background:var(--gradient-success)}.toast-error{background:var(--gradient-danger)}.toast-info{background:var(--gradient-primary)}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}@keyframes revealUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes revealLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes revealRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes spinSlow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes blobMove{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}}.scroll-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.scroll-reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.scroll-reveal-left.revealed{opacity:1;transform:translateX(0)}.scroll-reveal-right{opacity:0;transform:translateX(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.scroll-reveal-right.revealed{opacity:1;transform:translateX(0)}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:all .4s cubic-bezier(.4,0,.2,1)}.landing-nav.scrolled{background:rgba(255,255,255,.82);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(221,223,232,.5);box-shadow:0 4px 30px rgba(46,49,82,.06);padding:10px 0}.landing-nav-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.landing-nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.landing-nav-logo img{width:40px;height:40px;object-fit:contain}.landing-nav-logo span{font-size:1.35rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.landing-nav-links{display:flex;align-items:center;gap:36px;list-style:none}.landing-nav-links a{font-size:.9rem;font-weight:500;color:var(--text-secondary);text-decoration:none;position:relative;transition:color .3s ease;padding:4px 0}.landing-nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--gradient-button);border-radius:2px;transition:width .3s ease}.landing-nav-links a:hover{color:var(--primary-700)}.landing-nav-links a:hover:after{width:100%}.landing-nav-cta{display:flex;align-items:center;gap:12px}.landing-nav-cta .btn{font-size:.88rem;padding:10px 22px}.landing-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--text-primary)}.landing-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:32px;animation:fadeIn .3s ease}.landing-mobile-menu.open{display:flex}.landing-mobile-menu a{font-size:1.2rem;font-weight:600;color:var(--text-primary);text-decoration:none;transition:color .3s}.landing-mobile-menu a:hover{color:var(--primary-600)}.landing-mobile-close{position:absolute;top:20px;right:24px;background:none;border:none;cursor:pointer;color:var(--text-primary)}.landing-hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:120px 0 80px;background:linear-gradient(180deg,#F4FAF3 0,var(--bg-primary) 60%,#EEEDFE 100%)}.landing-hero:before{top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(142,134,245,.08) 0,transparent 70%);animation:blobMove 15s ease-in-out infinite}.landing-hero:after,.landing-hero:before{content:"";position:absolute;pointer-events:none}.landing-hero:after{bottom:-100px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(167,200,161,.12) 0,transparent 70%);animation:blobMove 18s ease-in-out infinite reverse}.landing-hero-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:1}.landing-hero-content{animation:revealLeft .9s cubic-bezier(.16,1,.3,1) forwards}.landing-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:rgba(142,134,245,.1);border:1px solid rgba(142,134,245,.2);border-radius:var(--radius-full);font-size:.82rem;font-weight:600;color:var(--accent-600);margin-bottom:24px}.landing-hero-badge svg{animation:pulse 2s infinite}.landing-hero h1{font-size:3.5rem;font-weight:800;line-height:1.12;color:var(--text-primary);margin-bottom:20px;letter-spacing:-.03em}.landing-hero h1 .gradient-text{background:linear-gradient(135deg,var(--primary-600) 0,var(--accent-500) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-subtitle{font-size:1.15rem;color:var(--text-secondary);line-height:1.7;margin-bottom:36px;max-width:500px}.landing-hero-ctas{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.landing-hero-ctas .btn{padding:14px 28px;font-size:.95rem}.btn-outline{background:transparent;color:var(--text-primary);border:2px solid var(--border-color)}.btn-outline:hover{border-color:var(--primary-400);background:var(--primary-50);transform:translateY(-2px)}.landing-hero-stats{display:flex;gap:40px;margin-top:48px;padding-top:32px;border-top:1px solid var(--border-light)}.landing-hero-stats .hero-stat{text-align:left}.landing-hero-stats .hero-stat-value{font-size:1.75rem;font-weight:800;color:var(--text-primary);line-height:1.2}.landing-hero-stats .hero-stat-label{font-size:.82rem;color:var(--text-tertiary);font-weight:500;margin-top:2px}.landing-hero-visual{display:flex;align-items:center;justify-content:center;position:relative;animation:revealRight .9s cubic-bezier(.16,1,.3,1) .2s both}.landing-hero-img-wrapper{position:relative;width:100%;max-width:480px}.landing-hero-img-wrapper img{width:100%;height:auto;animation:gentleFloat 6s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(46,49,82,.1))}.landing-hero-decoration{position:absolute;border-radius:50%;pointer-events:none}.landing-hero-decoration.dec-1{width:80px;height:80px;background:rgba(142,134,245,.15);top:-20px;right:-10px;animation:gentleFloat 5s ease-in-out 1s infinite}.landing-hero-decoration.dec-2{width:50px;height:50px;background:rgba(139,181,131,.2);bottom:20px;left:-20px;animation:gentleFloat 4s ease-in-out .5s infinite}.landing-hero-decoration.dec-3{width:30px;height:30px;background:rgba(245,183,49,.15);top:40%;right:-30px;animation:gentleFloat 6s ease-in-out 2s infinite}.landing-section{padding:100px 0;position:relative}.landing-section-inner{max-width:1200px;margin:0 auto;padding:0 32px}.landing-section-header{text-align:center;max-width:640px;margin:0 auto 60px}.landing-section-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--primary-50);border:1px solid var(--primary-200);border-radius:var(--radius-full);font-size:.8rem;font-weight:600;color:var(--primary-700);margin-bottom:16px;text-transform:uppercase;letter-spacing:.06em}.landing-section-header h2{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:16px;letter-spacing:-.02em;line-height:1.2}.landing-section-header p{font-size:1.05rem;color:var(--text-secondary);line-height:1.7}.landing-trusted{padding:40px 0 0;text-align:center}.landing-trusted-inner{max-width:1200px;margin:0 auto;padding:0 32px}.landing-trusted p{font-size:.85rem;font-weight:500;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.landing-trusted-logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap;opacity:.5}.landing-trusted-logo{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:var(--text-tertiary)}.landing-trusted-logo .logo-icon{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.landing-feature-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:36px 28px;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.landing-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-primary);opacity:0;transition:opacity .4s ease}.landing-feature-card:nth-child(2):before{background:var(--gradient-purple)}.landing-feature-card:nth-child(3):before{background:var(--gradient-success)}.landing-feature-card:nth-child(4):before{background:var(--gradient-warning)}.landing-feature-card:nth-child(5):before{background:var(--gradient-danger)}.landing-feature-card:nth-child(6):before{background:linear-gradient(135deg,#8E86F5,#34C77B)}.landing-feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.landing-feature-card:hover:before{opacity:1}.landing-feature-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.landing-feature-icon.green{background:linear-gradient(135deg,#E8F4E5,#C5DFC1);color:var(--primary-700)}.landing-feature-icon.purple{background:linear-gradient(135deg,#EEEDFE,#D5D3FD);color:var(--accent-600)}.landing-feature-icon.teal{background:linear-gradient(135deg,#D1FAE5,#A7F3D0);color:#065F46}.landing-feature-icon.amber{background:linear-gradient(135deg,#FEF3C7,#FDE68A);color:#92400E}.landing-feature-icon.rose{background:linear-gradient(135deg,#FFE4E6,#FECDD3);color:#9F1239}.landing-feature-icon.blue{background:linear-gradient(135deg,#DBEAFE,#BFDBFE);color:#1E40AF}.landing-feature-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.landing-feature-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.65}.landing-how-it-works{background:linear-gradient(180deg,var(--bg-primary) 0,#F4FAF3 50%,var(--bg-primary) 100%)}.landing-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;position:relative}.landing-steps:before{content:"";position:absolute;top:44px;left:15%;right:15%;height:2px;background:linear-gradient(90deg,var(--primary-200),var(--accent-400),var(--primary-200));opacity:.5}.landing-step-card{text-align:center;position:relative;z-index:1;padding:0 16px}.landing-step-number{width:88px;height:88px;margin:0 auto 24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;position:relative}.landing-step-number:before{content:"";position:absolute;inset:-4px;border-radius:50%;padding:3px;background:var(--gradient-button);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.landing-step-number.step-1{background:var(--primary-50);color:var(--primary-700)}.landing-step-number.step-2{background:#EEEDFE;color:var(--accent-600)}.landing-step-number.step-3{background:#D1FAE5;color:#065F46}.landing-step-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:10px}.landing-step-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.65;max-width:280px;margin:0 auto}.landing-institutions{background:linear-gradient(135deg,var(--primary-900) 0,#2E3152 50%,#1A1C2E 100%);color:white;position:relative;overflow:hidden}.landing-institutions:before{top:-100px;right:-100px;background:radial-gradient(circle,rgba(142,134,245,.15) 0,transparent 70%)}.landing-institutions:after,.landing-institutions:before{content:"";position:absolute;width:400px;height:400px;pointer-events:none}.landing-institutions:after{bottom:-100px;left:-100px;background:radial-gradient(circle,rgba(139,181,131,.1) 0,transparent 70%)}.landing-institutions .landing-section-header h2{color:white}.landing-institutions .landing-section-header p{color:rgba(255,255,255,.7)}.landing-institutions .landing-section-tag{background:rgba(142,134,245,.15);border-color:rgba(142,134,245,.3);color:var(--accent-400)}.landing-institutions-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.landing-institutions-content h3{font-size:1.6rem;font-weight:700;margin-bottom:16px;color:white}.landing-institutions-content p{font-size:1rem;color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:32px}.landing-inst-features{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}.landing-inst-feature{display:flex;align-items:flex-start;gap:14px}.landing-inst-feature-icon{width:40px;height:40px;border-radius:var(--radius-sm);background:rgba(139,181,131,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary-300)}.landing-inst-feature-text h4{font-size:.95rem;font-weight:600;color:white;margin-bottom:2px}.landing-inst-feature-text p{font-size:.85rem;color:rgba(255,255,255,.6);margin-bottom:0}.landing-inst-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.landing-inst-stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:28px 24px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.landing-inst-stat:hover{background:rgba(255,255,255,.1);transform:translateY(-4px)}.landing-inst-stat-value{font-size:2.2rem;font-weight:800;color:white;line-height:1.2;margin-bottom:4px}.landing-inst-stat-value .accent{color:var(--primary-300)}.landing-inst-stat-label{font-size:.82rem;color:rgba(255,255,255,.5);font-weight:500}.landing-testimonials{background:linear-gradient(180deg,var(--bg-primary) 0,#EEEDFE 50%,var(--bg-primary) 100%)}.landing-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.landing-testimonial-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:32px 28px;border:1px solid var(--border-light);box-shadow:var(--shadow-card);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.landing-testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.landing-testimonial-stars{display:flex;gap:4px;margin-bottom:16px;color:#F5B731}.landing-testimonial-text{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:24px;font-style:italic}.landing-testimonial-author{display:flex;align-items:center;gap:14px}.landing-testimonial-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:white;flex-shrink:0}.landing-testimonial-avatar.av-1{background:var(--gradient-primary)}.landing-testimonial-avatar.av-2{background:var(--gradient-purple)}.landing-testimonial-avatar.av-3{background:var(--gradient-success)}.landing-testimonial-info h4{font-size:.9rem;font-weight:600;color:var(--text-primary)}.landing-testimonial-info p{font-size:.8rem;color:var(--text-tertiary)}.landing-cta{padding:100px 0}.landing-cta-inner{max-width:1200px;margin:0 auto;padding:0 32px}.landing-cta-card{background:linear-gradient(135deg,var(--primary-700) 0,var(--primary-900) 40%,#2E3152 100%);border-radius:var(--radius-2xl);padding:72px 60px;text-align:center;position:relative;overflow:hidden}.landing-cta-card:before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(142,134,245,.2) 0,transparent 70%);pointer-events:none}.landing-cta-card:after{content:"";position:absolute;bottom:-60px;left:-60px;width:250px;height:250px;background:radial-gradient(circle,rgba(139,181,131,.15) 0,transparent 70%);pointer-events:none}.landing-cta-card h2{font-size:2.5rem;font-weight:800;color:white;margin-bottom:16px;letter-spacing:-.02em;position:relative;z-index:1}.landing-cta-card p{font-size:1.1rem;color:rgba(255,255,255,.75);margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative;z-index:1}.landing-cta-buttons{display:flex;gap:16px;justify-content:center;position:relative;z-index:1;flex-wrap:wrap}.btn-white{background:white;color:var(--primary-800);font-weight:700;box-shadow:0 4px 16px rgba(0,0,0,.1)}.btn-white:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.btn-ghost{background:transparent;color:white;border:2px solid rgba(255,255,255,.3)}.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.landing-footer{background:#1A1C2E;color:white;padding:72px 0 32px}.landing-footer-inner{max-width:1200px;margin:0 auto;padding:0 32px}.landing-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.landing-footer-brand{max-width:300px}.landing-footer-brand .footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.landing-footer-brand .footer-logo img{width:36px;height:36px;object-fit:contain}.landing-footer-brand .footer-logo span{font-size:1.2rem;font-weight:700;color:white}.landing-footer-brand p{font-size:.88rem;color:rgba(255,255,255,.5);line-height:1.7;margin-bottom:20px}.landing-footer-social{display:flex;gap:12px}.landing-footer-social a{width:36px;height:36px;border-radius:var(--radius-sm);background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);transition:all .3s ease;text-decoration:none}.landing-footer-social a:hover{background:var(--primary-600);color:white;transform:translateY(-2px)}.landing-footer-col h4{font-size:.88rem;font-weight:700;color:white;margin-bottom:20px;text-transform:uppercase;letter-spacing:.06em}.landing-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.landing-footer-col ul a{font-size:.88rem;color:rgba(255,255,255,.5);text-decoration:none;transition:color .3s}.landing-footer-col ul a:hover{color:var(--primary-300)}.landing-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.landing-footer-bottom p{font-size:.82rem;color:rgba(255,255,255,.35)}.landing-footer-bottom-links{display:flex;gap:24px}.landing-footer-bottom-links a{font-size:.82rem;color:rgba(255,255,255,.35);text-decoration:none;transition:color .3s}.landing-footer-bottom-links a:hover{color:var(--primary-300)}.policy-page{min-height:100vh;padding-top:100px;padding-bottom:80px;background:var(--bg-primary)}.policy-page-inner{max-width:820px;margin:0 auto;padding:0 32px}.policy-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:56px 48px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);animation:fadeIn .6s ease-out}.policy-card h1{font-size:2.2rem;font-weight:800;color:var(--text-primary);margin-bottom:8px;letter-spacing:-.02em}.policy-meta{font-size:.88rem;color:var(--text-tertiary);margin-bottom:36px;padding-bottom:24px;border-bottom:1px solid var(--border-light)}.policy-card h2{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-top:36px;margin-bottom:14px}.policy-card h3{font-size:1.05rem;font-weight:600;color:var(--text-primary);margin-top:24px;margin-bottom:10px}.policy-card p{font-size:.92rem;color:var(--text-secondary);line-height:1.75;margin-bottom:12px}.policy-card ul{padding-left:24px;margin-bottom:16px}.policy-card ul li{font-size:.92rem;color:var(--text-secondary);line-height:1.75;margin-bottom:6px}.policy-card .policy-contact{background:var(--primary-50);border:1px solid var(--primary-200);border-radius:var(--radius-md);padding:20px 24px;margin-top:24px}.policy-card .policy-contact p{margin-bottom:4px;color:var(--text-primary);font-weight:500}.policy-back-link{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--primary-600);text-decoration:none;margin-bottom:28px;transition:all .3s}.policy-back-link:hover{color:var(--primary-800);gap:12px}@media (max-width:1024px){.landing-hero h1{font-size:2.8rem}.landing-hero-inner{grid-template-columns:1fr;gap:40px;text-align:center}.landing-hero-subtitle{margin:0 auto 36px}.landing-hero-ctas,.landing-hero-stats{justify-content:center}.landing-hero-visual{order:-1}.landing-hero-img-wrapper{max-width:360px}.landing-features-grid{grid-template-columns:repeat(2,1fr)}.landing-steps{grid-template-columns:1fr;gap:48px}.landing-steps:before{display:none}.landing-institutions-grid{grid-template-columns:1fr;gap:48px}.landing-testimonials-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.landing-footer-grid{grid-template-columns:1fr 1fr;gap:36px}.landing-cta-card{padding:48px 32px}.landing-cta-card h2{font-size:2rem}}@media (max-width:640px){.landing-nav-cta,.landing-nav-links{display:none}.landing-mobile-toggle{display:block}.landing-hero{padding:100px 0 60px;min-height:auto}.landing-hero h1{font-size:2.2rem}.landing-hero-stats{flex-direction:column;gap:16px;align-items:center}.landing-hero-stats .hero-stat{text-align:center}.landing-features-grid{grid-template-columns:1fr}.landing-section{padding:64px 0}.landing-section-header h2{font-size:1.8rem}.landing-footer-grid,.landing-inst-stats{grid-template-columns:1fr}.landing-footer-grid{gap:32px}.landing-footer-bottom{flex-direction:column;text-align:center}.landing-cta-card{padding:40px 24px}.landing-cta-card h2{font-size:1.6rem}.policy-card{padding:32px 24px}.policy-card h1{font-size:1.6rem}}.student-dashboard-page .page-header{margin-bottom:10px}.student-dashboard-page .stats-grid{gap:10px;margin-bottom:10px}.student-dashboard-page .dashboard-split-grid{gap:10px;margin-bottom:0}.student-dashboard-page .dashboard-panel-body,.student-dashboard-page .dashboard-split-grid>.card{min-height:0}.student-dashboard-page .dashboard-empty-panel{min-height:120px;padding:16px 12px}.student-dashboard-page .card-header{margin-bottom:8px}.stats-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.student-sos-banner{display:flex;align-items:center;gap:12px;padding:10px 14px;margin-bottom:10px;border-radius:var(--radius-lg);text-decoration:none;background:linear-gradient(135deg,#FEF2F2,#FFF7ED 55%,#FFFBEB);border:1px solid #fecaca;box-shadow:var(--shadow-card);transition:all .25s ease}.student-sos-banner:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover);border-color:#F87171}.student-sos-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#F87171,#EF4444);color:#fff;box-shadow:0 4px 10px rgba(239,68,68,.25)}.student-sos-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.student-sos-text strong{font-size:.95rem;color:#991B1B;font-weight:700}.student-sos-text span{font-size:.8rem;color:#B45309;line-height:1.35}.student-sos-cta{padding:8px 12px;border-radius:999px;background:#fff;color:#B91C1C;font-size:.78rem;border:1px solid #fecaca;white-space:nowrap;flex-shrink:0}.student-section-label,.student-sos-cta{display:inline-flex;align-items:center;gap:6px;font-weight:700}.student-section-label{margin-bottom:8px;font-size:.82rem;color:var(--text-secondary);letter-spacing:.01em}.student-section-label svg{color:var(--primary-500)}.student-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:10px}.student-action-card{display:flex;align-items:center;gap:10px;padding:12px;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow-card);text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);min-width:0;position:relative;overflow:hidden}.student-action-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;opacity:.9}.student-action-card.tone-primary:before{background:var(--gradient-primary)}.student-action-card.tone-purple:before{background:var(--gradient-purple)}.student-action-card.tone-green:before{background:var(--gradient-success)}.student-action-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover)}.student-action-icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.student-action-card.tone-primary .student-action-icon{background:var(--gradient-primary);box-shadow:0 6px 14px rgba(122,168,114,.28)}.student-action-card.tone-purple .student-action-icon{background:var(--gradient-purple);box-shadow:0 6px 14px rgba(139,92,246,.25)}.student-action-card.tone-green .student-action-icon{background:var(--gradient-success);box-shadow:0 6px 14px rgba(52,199,123,.25)}.student-action-body{flex:1 1;min-width:0}.student-action-body h3{margin:0;font-size:.95rem;font-weight:700;color:var(--text-primary);line-height:1.25}.student-action-body p{margin:3px 0 0;font-size:.78rem;color:var(--text-secondary);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-action-arrow{color:var(--text-tertiary);flex-shrink:0;transition:transform .2s ease,color .2s ease}.student-action-card:hover .student-action-arrow{color:var(--primary-500);transform:translateX(3px)}.student-doctors-page .page-header,.student-exercises-page .page-header{margin-bottom:8px}.student-doctors-page .page-header h1,.student-exercises-page .page-header h1{font-size:1.35rem;margin-bottom:2px}.student-doctors-page .page-header p,.student-exercises-page .page-header p{font-size:.85rem}.student-doctors-page .toolbar{margin-bottom:10px!important;gap:8px!important}.student-doctors-page .content-grid,.student-exercises-page .content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:start}.student-doctors-page .item-card,.student-exercises-page .item-card{border-radius:var(--radius-lg);padding:10px 12px;display:flex;flex-direction:column;gap:8px;min-height:0;height:auto}.student-doctors-page .card,.student-exercises-page .card{padding:10px 12px}.student-doctors-page .dashboard-empty-panel,.student-exercises-page .dashboard-empty-panel{flex:0 0 auto;min-height:0;height:auto;padding:18px 12px;gap:4px}.student-doctors-page .student-doctors-status{max-width:100%}.student-doctor-card-top{display:flex;align-items:center;gap:10px;min-width:0}.student-doctor-avatar{width:40px;height:40px;border-radius:12px;object-fit:cover;flex-shrink:0}.student-doctor-avatar.fallback{display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:.82rem;box-shadow:0 3px 8px rgba(122,168,114,.22)}.student-doctor-info{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:2px}.student-doctor-info h3{margin:0;font-size:.9rem;font-weight:700;color:var(--text-primary);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-doctor-meta{font-size:.72rem;font-weight:600;color:var(--primary-600);width:-moz-fit-content;width:fit-content;max-width:100%;padding:1px 7px;border-radius:999px;background:var(--gradient-light)}.student-doctor-meta,.student-doctor-phone{display:inline-flex;align-items:center;gap:4px}.student-doctor-phone{font-size:.74rem;color:var(--text-secondary);line-height:1.2}.student-doctor-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:0}.student-doctor-actions .btn{padding:7px 12px;font-size:.8rem}.student-exercise-card-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;flex-shrink:0;box-shadow:0 4px 10px rgba(122,168,114,.22)}.student-exercise-card-top{display:flex;align-items:center;gap:10px}.student-exercise-card-top h3{margin:0;font-size:.98rem;font-weight:700;color:var(--text-primary);line-height:1.3}.student-exercise-card-body{margin:0;color:var(--text-secondary);font-size:.86rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.student-exercise-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}@media (max-width:640px){.student-sos-banner{flex-wrap:wrap}.student-sos-cta{width:100%;justify-content:center}}.student-profile-page .page-header{align-items:flex-start;gap:12px;flex-wrap:wrap}.student-profile-hero,.student-profile-page .page-header{display:flex;justify-content:space-between;margin-bottom:12px}.student-profile-hero{align-items:center;gap:16px;padding:16px 18px;background:linear-gradient(135deg,rgba(150,188,142,.12),rgba(238,237,254,.55) 55%,#fff);border:1px solid var(--border-light)}.student-profile-hero-main{display:flex;align-items:center;gap:14px;min-width:0;flex:1 1}.student-profile-avatar{width:72px;height:72px;border-radius:18px;object-fit:cover;flex-shrink:0;box-shadow:0 8px 18px rgba(122,168,114,.22)}.student-profile-avatar.fallback{display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-size:1.35rem;font-weight:700}.student-profile-hero-text{min-width:0}.student-profile-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.student-profile-hero-text h2{margin:0;font-size:1.35rem;font-weight:700;color:var(--text-primary);line-height:1.25}.student-profile-hero-text p{margin:4px 0 0;font-size:.86rem;color:var(--text-secondary)}.student-profile-hero-meta{display:flex;gap:10px;flex-shrink:0}.student-profile-hero-meta>div{min-width:110px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.85);border:1px solid var(--border-light);display:flex;flex-direction:column;gap:2px}.student-profile-hero-meta span{font-size:.72rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em}.student-profile-hero-meta strong{font-size:.95rem;color:var(--text-primary)}.student-profile-hero-meta strong.is-active{color:#065F46}.student-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.student-profile-personal-card{grid-column:1/-1}.student-profile-section{display:grid;grid-gap:8px;gap:8px}.student-profile-section-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.student-profile-info-row{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:12px;background:#F8FAFC;border:1px solid var(--border-light);min-width:0}.student-profile-info-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--gradient-light);color:var(--primary-600)}.student-profile-info-text{min-width:0;display:flex;flex-direction:column;gap:2px}.student-profile-info-label{font-size:.72rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.02em}.student-profile-info-value{font-size:.9rem;font-weight:600;color:var(--text-primary);line-height:1.35;word-break:break-word}.student-profile-edit-form{display:flex;flex-direction:column;gap:4px}.student-profile-edit-avatar-row{display:flex;align-items:center;gap:14px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}.student-profile-edit-avatar{width:64px;height:64px;border-radius:16px;object-fit:cover;flex-shrink:0}.student-profile-edit-avatar.fallback{display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:1.1rem}.student-profile-edit-hint{margin:6px 0 0;font-size:.78rem;color:var(--text-tertiary)}@media (max-width:1024px){.student-profile-section-3{grid-template-columns:1fr}}@media (max-width:768px){.student-profile-grid{grid-template-columns:1fr}.student-profile-hero{flex-direction:column;align-items:stretch}.student-profile-hero-meta{width:100%}.student-profile-hero-meta>div{flex:1 1}}@media (max-width:640px){.student-profile-page .page-header .btn{width:100%;justify-content:center}.student-profile-hero-main{flex-direction:column;align-items:flex-start}}