:root{--bg:#fafbfc;--surface:#ffffff;--surface-soft:#ebf4ff;--text:#111827;--muted:#4b5563;--muted-2:#6b7280;--line:#e5e7eb;--input-line:#d1d5db;--primary:#2b6cb0;--primary-2:#3182ce;--primary-soft:#dbeafe;--red:#cf2329;--dark:#111827;--dark-2:#1f2937;--warning-bg:#fffbeb;--warning-line:#fde68a;--danger:#b42318;--radius:12px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1{margin-bottom:24px;font-size:48px;font-weight:700;line-height:60px}h2{font-size:36px;line-height:40px}h2,h3{margin-bottom:8px;font-weight:700}h3{font-size:20px;line-height:28px}.site-shell{min-height:100vh}.topbar{min-height:98px;border-bottom:1px solid var(--line);background:#fff}.topbar,.topbar-inner{display:flex;align-items:center}.topbar-inner{width:min(1440px,100%);justify-content:space-between;gap:32px;margin:0 auto;padding:16px 48px}.brand img{display:block;width:161px;height:65px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:32px;color:#374151;font-size:16px;line-height:24px;text-transform:uppercase}.nav-links .active{color:var(--primary);font-weight:800}.topbar-actions{display:flex;align-items:center;gap:16px}.signin-link{color:#374151;font-size:16px;font-weight:500}.button{position:relative;display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--radius);background:linear-gradient(90deg,var(--primary),var(--primary-2));box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1);color:#fff;font-weight:600;line-height:24px;padding:14px 32px}.button.red{min-height:44px;border-radius:8px;background:var(--red);box-shadow:none;padding:10px 24px}.button.secondary{border:1px solid var(--line);background:#fff;box-shadow:none;color:#374151}.button.ghost{background:transparent;box-shadow:none;color:var(--primary)}.button.small{min-height:40px;padding:8px 16px}.icon-button{position:relative;display:grid;width:40px;height:40px;place-items:center;border:0;background:transparent;color:var(--text);cursor:pointer;padding:0}.notification-dropdown-wrapper{position:relative}.notify-badge{position:absolute;top:0;right:0;display:grid;min-width:18px;height:18px;place-items:center;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:1;padding:0 4px}.notification-dropdown{position:absolute;top:calc(100% + 8px);right:-40px;z-index:100;width:380px;max-height:480px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 20px 40px rgb(15 23 42/.12);overflow:hidden}.notification-dropdown-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:16px 20px}.notification-dropdown-header h3{margin:0;font-size:16px;font-weight:700}.notification-mark-all{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--primary);cursor:pointer;font-size:13px;font-weight:600}.notification-mark-all:disabled{opacity:.5}.notification-dropdown-list{max-height:420px;overflow-y:auto}.notification-item{display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #f3f4f6;padding:14px 20px;transition:background .15s}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#eff6ff}.notification-item.unread:hover{background:#dbeafe}.notification-icon{display:grid;width:32px;height:32px;flex-shrink:0;place-items:center;border-radius:8px;background:var(--surface-soft);color:var(--primary);margin-top:2px}.notification-content{flex:1 1;min-width:0}.notification-content strong{display:block;font-size:13px;font-weight:700;line-height:1.3}.notification-content p{margin:2px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.notification-content small{color:var(--muted-2);font-size:11px}.notification-unread-dot{width:8px;height:8px;flex-shrink:0;border-radius:999px;background:var(--primary);margin-top:6px}.notification-read-check{flex-shrink:0;color:#9ca3af;margin-top:4px}.notification-empty{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted);padding:40px 20px}.notification-empty p{margin:0;font-size:14px}.avatar-fallback{display:grid;place-items:center;border:2px solid var(--line);border-radius:999px}.avatar-fallback,.course-thumb-empty{background:var(--surface-soft);color:var(--primary)}.course-thumb-empty{width:100%;height:180px;border-radius:12px}.account-dropdown{display:flex;align-items:center;gap:28px}.account-menu-wrapper{display:flex;flex-direction:column;align-items:flex-start;z-index:1}.account-menu{display:flex;align-items:center;gap:16px}.account-info{display:flex;flex-direction:column;margin-left:0;min-width:154px}.account-info small,.account-info strong{display:flex;flex-direction:column;justify-content:center;white-space:nowrap}.account-info strong{color:var(--text);font-weight:600;font-size:16px;line-height:24px}.account-info small{color:var(--muted-2);font-size:16px;line-height:24px;font-weight:400}.account-menu .chevron{margin-left:8px;color:#9ca3af;width:20px;height:20px}.account-submenu{position:absolute;top:calc(100% + 12px);right:0;display:none;min-width:220px;border-radius:8px;background:#f8fcfc;box-shadow:0 20px 40px rgb(15 23 42/.12);padding:16px 24px}.account-menu-wrapper{position:relative}.account-menu-wrapper:focus-within .account-submenu,.account-menu-wrapper:hover .account-submenu{display:grid}.account-submenu a,.account-submenu button{width:100%;border:0;border-bottom:1px solid #dbe8f0;background:transparent;color:var(--text);cursor:pointer;font:inherit;font-size:18px;font-weight:800;line-height:24px;padding:14px 0;text-align:left}.account-submenu form:last-child button{border-bottom:0}.avatar{font-weight:700}.avatar,.avatar-img{border:2px solid var(--line)}.avatar-img{display:block;width:40px;height:40px;border-radius:999px;object-fit:cover}.account-menu .avatar,.account-menu .avatar-img{width:56px;height:56px;border:4px solid #e5e7eb}.content{width:100%}.container{width:min(1344px,calc(100% - 96px));margin:0 auto}.hero{overflow:hidden;background:linear-gradient(90deg,rgb(43 108 176/.9),rgb(49 130 206/.9)),url(/figma-assets/red-blood-cells.png);background-position:50%;background-size:cover;color:#fff}.hero-grid{display:grid;min-height:600px;grid-template-columns:minmax(0,1fr) 480px;grid-gap:72px;gap:72px;align-items:center;padding:96px 0}.hero .lead,.lead{max-width:900px;color:#dbeafe;font-size:24px;font-weight:400;line-height:32.5px}.actions,.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.hero-card{border-radius:24px;background:rgb(255 255 255/.1);padding:48px;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-card img{width:114px;height:127px}.section{padding:80px 0}.section.white{background:#fff}.section.blue{background:linear-gradient(90deg,var(--primary),var(--primary-2));color:#fff}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.section-head.compact{margin-bottom:24px}.muted,.section-head p{color:var(--muted);font-size:16px;line-height:24px}.eyebrow{margin-bottom:8px;color:var(--primary);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:24px}.category-card{min-height:292px;border:0;border-radius:16px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;padding:48px 32px}.category-card .icon-tile{display:grid;width:64px;height:64px;margin-bottom:16px;place-items:center;border-radius:16px;background:rgb(255 255 255/.2)}.category-card p{color:#dbeafe;line-height:24px}.category-meta{display:flex;align-items:center;justify-content:space-between;margin-top:28px;color:#dbeafe;font-size:14px}.categories-hero{display:flex;min-height:520px;align-items:center;justify-content:center;background-image:linear-gradient(160.145deg,#ebf4ff,#ffffff)}.categories-hero-inner{width:min(1440px,100%);padding:0 48px}.categories-hero-copy{max-width:768px}.categories-hero-copy h1{margin-bottom:24px;color:#192c55}.categories-hero-copy p{margin-bottom:0;color:var(--dark-2);font-size:24px;font-weight:400;line-height:32.5px}.categories-featured{background:#fff;padding:80px 48px}.categories-featured-inner{display:grid;width:min(1344px,100%);grid-gap:48px;gap:48px;margin:0 auto}.categories-featured-head{display:flex;align-items:center;justify-content:space-between}.categories-featured-head h2{margin-bottom:8px;color:var(--text)}.categories-featured-head p{margin-bottom:0;color:var(--muted);font-size:18px;line-height:28px}.featured-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.featured-category-card{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:16px;border:1px solid var(--line);border-radius:16px;background:#f9feff;padding:48px 32px;transition:border-color .2s ease,transform .2s ease}.featured-category-card:hover{border-color:rgb(43 108 176/.35);transform:translateY(-2px)}.featured-category-icon{display:grid;width:64px;height:64px;place-items:center;border-radius:12px}.featured-category-icon.blue{background:rgb(43 108 176/.1)}.featured-category-icon.red{background:rgb(239 68 68/.1)}.featured-category-icon.purple{background:rgb(168 85 247/.1)}.featured-category-icon img{display:block;width:30px;height:30px;object-fit:contain;mix-blend-mode:multiply}.featured-category-copy{display:grid;min-height:80px;grid-gap:8px;gap:8px}.featured-category-copy h3{margin:0;color:#192c55;font-size:20px;line-height:24px}.featured-category-copy p{width:252px;max-width:100%;margin:0;color:#192c55;font-size:16px;line-height:24px}.featured-category-count{color:#192c55;font-size:14px;line-height:20px}.category-breadcrumb{display:flex;height:52px;align-items:center;gap:8px;padding:16px 72px;color:#6b7280;font-size:14px;line-height:20px}.category-breadcrumb a:first-child{color:var(--primary)}.category-detail-hero{display:flex;min-height:300px;align-items:center;background-image:linear-gradient(90deg,#ebf4ff,#ffffff)}.category-detail-hero-inner{display:flex;width:min(1344px,calc(100% - 96px));align-items:center;gap:32px;margin:0 auto}.category-hero-icon{display:grid;width:96px;height:96px;flex:0 0 auto;place-items:center;border-radius:24px;background:rgb(43 108 176/.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.category-hero-icon img{display:block;width:48px;height:48px;object-fit:contain}.category-detail-hero h1{margin:0 0 12px;color:#192c55}.category-detail-hero p{margin:0 0 12px;color:var(--muted);font-size:18px;line-height:28px}.category-course-meta span,.category-detail-hero span{display:inline-flex;align-items:center;gap:8px}.category-detail-hero span{color:var(--primary);font-size:16px;line-height:24px}.category-toolbar{border-bottom:1px solid var(--line);background:#fff}.category-toolbar-inner{width:min(1296px,calc(100% - 144px));justify-content:space-between;gap:24px;margin:0 auto;padding:24px 0}.category-filter-row,.category-toolbar-inner,.category-view-row{display:flex;align-items:center}.category-filter-row{gap:24px}.category-filter-row span,.category-view-row span{color:var(--muted);font-size:16px;line-height:24px}.category-filter-row button{min-height:40px;border:1px solid transparent;border-radius:8px;background:transparent;color:#4b5563;padding:8px 20px}.category-filter-row button.active{border-color:var(--primary);background:var(--primary);color:#fff}.category-view-row{gap:12px}.category-view-row button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted)}.category-view-row button.active{background:var(--surface-soft);color:var(--primary)}.category-results{background:var(--bg);padding:48px 24px}.category-results-inner{display:grid;width:min(1296px,100%);grid-gap:40px;gap:40px;margin:0 auto}.category-access-card,.category-empty{border:1px solid var(--line);border-radius:16px;background:#fff;padding:32px}.category-access-card h3,.category-empty h2{margin:14px 0 8px}.category-course-list{display:grid;grid-gap:32px;gap:32px}.category-course-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.category-course-main{display:grid;grid-template-columns:minmax(0,1fr) 352px;grid-gap:32px;gap:32px;padding:32px}.category-course-copy{display:grid;align-content:start;grid-gap:12px;gap:12px}.category-course-badge{width:-moz-fit-content;width:fit-content;border-radius:999px;background:var(--surface-soft);color:var(--primary);font-size:14px;font-weight:600;line-height:20px;padding:4px 12px}.category-course-copy h2{margin:0;color:var(--text);font-size:24px;line-height:32px}.category-course-copy p{margin:0;color:var(--muted);font-size:18px;line-height:29.25px}.category-course-meta{display:flex;flex-wrap:wrap;gap:24px;padding-top:4px;color:var(--muted-2);font-size:14px;line-height:20px}.category-course-media{position:relative;overflow:hidden;width:320px;height:192px;justify-self:end;border-radius:12px;background:linear-gradient(149deg,#dbeafe,#eff6ff)}.category-course-media>img{display:block;width:100%;height:100%;object-fit:cover}.category-course-media:after{position:absolute;inset:0;content:"";background:rgb(0 0 0/.4)}.category-play{z-index:1;color:var(--primary)}.category-video-pill{position:absolute;top:12px;left:12px;z-index:1;border-radius:8px;background:rgb(0 0 0/.7);color:#fff;font-size:14px;font-weight:500;line-height:20px;padding:4px 12px}.category-course-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 32px;border-top:1px solid #f3f4f6;padding:25px 0 32px}.category-instructor{display:flex;align-items:center;gap:12px;min-width:0}.category-instructor img{display:block;width:48px;height:48px;flex:0 0 auto;border-radius:999px;object-fit:cover}.category-instructor small,.category-instructor strong{display:block}.category-instructor strong{color:var(--text);font-size:16px;line-height:24px}.category-instructor small{color:var(--muted-2);font-size:14px;line-height:20px}.category-watch-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:12px;background:var(--primary);color:#fff;font-size:16px;font-weight:600;line-height:24px;padding:12px 32px}.category-watch-button.disabled{opacity:.6}.category-pagination{display:flex;align-items:center;justify-content:center;gap:8px}.category-pagination .disabled-page,.category-pagination a{display:grid;min-width:40px;height:40px;place-items:center;border-radius:8px;color:var(--muted);font-size:16px}.category-pagination a.active{background:var(--primary);color:#fff}.category-pagination span{color:#9ca3af;padding:0 8px}.category-pagination .disabled-page{opacity:.45;padding:0}.course-card{overflow:hidden;min-height:487px;padding:0}.course-thumb{position:relative;height:224px;background:#111827}.course-thumb img{width:100%;height:100%;object-fit:cover}.course-thumb:after{position:absolute;inset:0;content:"";background:rgb(0 0 0/.2)}.play-bubble{position:absolute;top:50%;left:50%;display:grid;width:64px;height:64px;place-items:center;background:rgb(255 255 255/.9);color:var(--primary);transform:translate(-50%,-50%)}.duration-pill,.play-bubble{z-index:1;border-radius:999px}.duration-pill{position:absolute;right:12px;bottom:12px;background:rgb(17 24 39/.8);color:#fff;font-size:14px;line-height:20px;padding:4px 12px}.course-body{padding:24px}.course-body h3{min-height:56px}.badge{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;border-radius:999px;background:var(--surface-soft);color:var(--primary);font-size:12px;font-weight:600;line-height:16px;padding:4px 12px}.course-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;border-top:1px solid var(--line);padding-top:16px;color:var(--muted-2);font-size:14px}.course-foot span{display:inline-flex;align-items:center;gap:6px}.dashboard-course-card .course-body{display:flex;min-height:276px;flex-direction:column}.dashboard-course-card .course-body p{display:-webkit-box;min-height:48px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-course-action{width:-moz-fit-content;width:fit-content;margin-top:18px}.course-thumb-empty{position:relative;z-index:1;display:grid;height:100%;place-items:center;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:rgb(255 255 255/.9)}.stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:32px;gap:32px;text-align:center}.stat-icon{display:grid;width:80px;height:80px;place-items:center;margin:0 auto 16px;border-radius:16px;background:var(--surface-soft);color:var(--primary)}.metric,.stat-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:24px}.metric strong,.stat-card strong,.stats-row strong{display:block;color:var(--text);font-size:36px;font-weight:700;line-height:40px}.dashboard-strip{background:#fff;border-bottom:1px solid var(--line)}.recent-learning{margin-top:48px}.recent-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center}.recent-card h3,.recent-card p{margin-bottom:0}.auth-page{display:flex;min-height:1120px;justify-content:center;padding:66px 16px}.auth-page.signup{min-height:auto;padding:122px 16px}.auth-stack{display:flex;width:min(448px,100%);flex-direction:column;gap:32px}.auth-stack.wide{width:min(672px,100%)}.auth-card{overflow:hidden;border:1px solid #f3f4f6;border-radius:24px;background:#fff;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}.auth-card.large-shadow{box-shadow:0 25px 50px -12px rgb(0 0 0/.25)}.auth-banner{background:linear-gradient(90deg,var(--primary),var(--primary-2));color:#fff;padding:40px}.auth-content{padding:40px}.auth-content h1{margin-bottom:8px;font-size:24px;line-height:32px}.form{display:grid;grid-gap:24px;gap:24px}.field{display:grid;grid-gap:8px;gap:8px}.field label{color:#374151;font-size:14px;font-weight:600;line-height:20px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--input-line);border-radius:12px;background:#fff;color:var(--text);font-size:16px;padding:15px 17px}.field.with-icon{position:relative}.field.with-icon input{padding-left:49px}.field-icon{position:absolute;bottom:16px;left:16px;color:#9ca3af}.field textarea{min-height:104px;resize:vertical}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.profile-page{display:grid;grid-gap:32px;gap:32px;background:#fafbfc;padding:32px 48px 64px}.profile-heading{width:min(100%,1344px);margin:0 auto}.profile-heading h1{margin-bottom:8px;color:var(--text);font-size:36px;line-height:40px}.profile-heading p{margin:0;color:var(--muted);font-size:18px;line-height:28px}.profile-layout{display:grid;grid-template-columns:427px minmax(0,1fr);grid-gap:32px;gap:32px;width:min(100%,1344px);margin:0 auto;align-items:start}.profile-card,.profile-summary-card{border:1px solid var(--line);border-radius:16px;background:#fff}.profile-summary-card{display:grid;justify-items:center;padding:32px;text-align:center}.profile-avatar-wrap{position:relative;width:128px;height:128px;margin-bottom:16px}.profile-avatar-wrap>img{display:block;width:128px;height:128px;border:4px solid #dbeafe;border-radius:999px;object-fit:cover}.profile-avatar-wrap input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-avatar-button{position:absolute;right:8px;bottom:8px;display:grid;width:40px;height:40px;place-items:center;border:4px solid #fff;border-radius:999px;background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 8px 18px rgb(15 23 42/.16)}.profile-avatar-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.profile-summary-card h2{margin:0 0 4px;color:var(--text);font-size:24px;line-height:32px}.profile-summary-card>p{margin:0 0 8px;color:var(--muted);font-size:16px;line-height:24px}.profile-role-pill{display:inline-flex;align-items:center;gap:8px;margin:0 0 32px;border-radius:999px;font-size:14px;font-weight:700;line-height:20px;padding:10px 16px;text-transform:capitalize}.profile-role-pill.approved{background:#dcfce7;color:#16a34a}.profile-role-pill.pending{background:#fef3c7;color:#b45309}.profile-role-pill.rejected{background:#fee2e2;color:#b42318}.profile-stat-list{display:grid;width:100%}.profile-stat-list div{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #f3f4f6;padding:14px 0}.profile-stat-list span{color:var(--muted);font-size:16px;line-height:24px}.profile-stat-list strong{color:var(--text);font-size:16px;line-height:24px}.profile-main-stack{display:grid;grid-gap:32px;gap:32px;min-width:0}.profile-card{display:grid;grid-gap:24px;gap:24px;padding:32px}.profile-card-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.profile-card h2{margin:0;color:var(--text);font-size:24px;line-height:32px}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.profile-card .field input,.profile-card .field textarea{border-radius:8px;border-color:var(--input-line);font-size:16px;line-height:24px;padding:13px 16px}.profile-card .field input[readonly]{background:#efefef;color:var(--muted);opacity:.76}.profile-card .field textarea{min-height:122px}.profile-verification-card{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid;border-radius:8px;padding:16px}.profile-verification-card>span{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border-radius:8px}.profile-info-note h3,.profile-verification-card h3{margin:0;font-size:16px;line-height:24px}.profile-info-note p,.profile-verification-card p{margin:0;font-size:14px;line-height:21px}.profile-verification-card strong{border-radius:999px;font-size:12px;line-height:16px;padding:4px 12px;text-transform:capitalize}.profile-verification-card.approved{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.profile-verification-card.approved h3{color:#166534}.profile-verification-card.approved strong,.profile-verification-card.approved>span{background:#dcfce7}.profile-verification-card.pending{border-color:#fde68a;background:#fffbeb;color:#b45309}.profile-verification-card.pending strong,.profile-verification-card.pending>span{background:#fef3c7}.profile-verification-card.rejected{border-color:#fecaca;background:#fff1f2;color:#b42318}.profile-verification-card.rejected strong,.profile-verification-card.rejected>span{background:#fee2e2}.profile-info-note{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;padding:24px 16px 16px}.profile-info-note h3{color:#1e40af}.profile-admin-note{margin-top:10px!important;border-radius:8px;background:rgb(255 255 255/.68);padding:10px 12px}.profile-videos-page{display:grid;grid-gap:32px;gap:32px;background:#fafbfc;padding:80px 48px 72px}.profile-videos-dashboard,.profile-videos-hero,.profile-videos-recent{width:min(100%,1344px);margin:0 auto}.profile-videos-hero{display:flex;min-height:166px;align-items:center;justify-content:space-between;gap:32px;border-radius:0 20px 20px 0;background:linear-gradient(135deg,#2f74b8,#328ed8);color:#fff;padding:36px 48px}.profile-videos-hero h1{margin:0 0 12px;color:#fff;font-size:36px;font-weight:800;line-height:44px}.profile-videos-hero p{margin:0;color:rgb(255 255 255/.76);font-size:20px;line-height:30px}.profile-videos-hero-stats{display:flex;align-items:center;gap:56px;text-align:center}.profile-videos-hero-stats strong{display:block;color:#fff;font-size:36px;font-weight:800;line-height:44px}.profile-videos-hero-stats span{display:block;color:rgb(255 255 255/.62);font-size:18px;line-height:26px}.profile-videos-dashboard{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,427px);grid-gap:32px;gap:32px;align-items:start}.profile-videos-content{display:grid;min-width:0;grid-gap:24px;gap:24px}.profile-videos-title{margin:0;color:var(--text);font-size:28px;font-weight:800;line-height:36px}.profile-videos-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.profile-videos-actions,.profile-videos-recent,.profile-videos-stat-card{border:1px solid var(--line);border-radius:16px;background:#fff}.profile-videos-stat-card{display:grid;min-height:162px;align-content:center;grid-gap:8px;gap:8px;padding:24px}.profile-videos-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:10px}.profile-videos-icon img{display:block;object-fit:contain}.profile-videos-icon.green{background:#d1fae5;color:#16a34a}.profile-videos-icon.blue{background:#dbeafe;color:var(--primary)}.profile-videos-icon.purple{background:#f3e8ff;color:#9333ea}.profile-videos-stat-card strong{justify-self:end;margin-top:-44px;color:var(--text);font-size:28px;font-weight:800;line-height:36px}.profile-videos-actions h2,.profile-videos-stat-card h3{margin:0;color:#111827;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:800;line-height:24px}.profile-videos-stat-card h3{font-weight:600}.profile-videos-section-head h2{margin:0;color:var(--text);font-size:28px;font-weight:800;line-height:36px}.profile-videos-section-head p,.profile-videos-stat-card p{margin:0;color:var(--muted);font-size:16px;line-height:24px}.profile-videos-actions{display:grid;grid-gap:16px;gap:16px;padding:28px 24px 24px}.profile-videos-action{display:inline-flex;min-height:56px;align-items:center;justify-content:center;gap:10px;border-radius:10px;font-size:16px;font-weight:800;line-height:24px}.profile-videos-action.primary{background:var(--primary);color:#fff}.profile-videos-action.soft{background:#e9f4ff;color:var(--primary)}.profile-videos-action.neutral{background:#f3f4f6;color:#374151}.profile-videos-recent{display:grid;grid-gap:20px;gap:20px;border:0;background:transparent;padding:0}.profile-videos-section-head{display:flex;align-items:center;justify-content:space-between;gap:24px}.profile-videos-section-head a{color:var(--primary);font-size:16px;font-weight:800}.profile-videos-list{display:grid;grid-gap:16px;gap:16px}.profile-videos-item{display:grid;grid-template-columns:96px minmax(0,1fr) 136px;grid-gap:16px;gap:16px;align-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;padding:30px 24px}.profile-videos-thumb{position:relative;overflow:hidden;border-radius:8px;background:var(--surface-soft);aspect-ratio:3/2}.profile-videos-thumb img{width:100%;height:100%;object-fit:cover}.profile-videos-thumb span{position:absolute;inset:0;display:grid;place-items:center;background:rgb(15 23 42/.18);color:#fff}.profile-videos-item-topline{display:flex;align-items:center;gap:12px;margin-bottom:6px}.profile-videos-item-topline span{display:inline-flex;border-radius:999px;background:#eaf3ff;color:var(--primary);font-size:12px;font-weight:800;line-height:18px;padding:2px 8px}.profile-videos-item-topline small{color:var(--muted);font-size:14px;line-height:20px}.profile-videos-item h3{margin:0 0 4px;color:var(--text);font-size:18px;line-height:26px}.profile-videos-item p{margin:0;color:var(--muted);font-size:14px;line-height:21px}.profile-videos-progress{overflow:hidden;width:80px;height:8px;border-radius:999px;background:#e5e7eb}.profile-videos-progress span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.profile-videos-item-meta{display:flex;align-items:center;justify-content:flex-end;gap:16px}.profile-videos-item-meta strong{color:#4b5563;font-size:14px;font-weight:500;line-height:20px}.profile-videos-empty{display:grid;justify-items:center;grid-gap:12px;gap:12px;color:var(--muted);padding:48px 24px;text-align:center}.profile-videos-empty h2{color:var(--text)}.check-row{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#374151;font-size:14px;line-height:20px}.check-row label,.notice{display:flex;gap:8px}.notice{border:1px solid var(--warning-line);border-radius:16px;background:#fff;padding:17px 25px 25px}.notice.yellow{border-radius:12px;background:var(--warning-bg);padding:25px}.notice h3{margin-bottom:4px;font-size:16px;line-height:24px}.notice p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:20px}.step-list{display:grid;grid-gap:16px;gap:16px}.step{display:flex;align-items:center;gap:16px}.step-num{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:999px;background:var(--primary);color:#fff;font-size:14px;font-weight:600}.site-footer{background:var(--dark);color:#f9feff;width:100%}.footer-main{display:flex;justify-content:center;gap:48px;width:min(1440px,100%);margin:0 auto;padding:64px 48px 32px}.footer-brand{display:flex;flex-direction:column;gap:12px;flex:1 1;min-width:300px}.footer-logo{width:300px;max-width:100%;height:auto}.footer-desc p{margin:0;color:#f9feff;font-size:16px;line-height:26px}.footer-connect,.footer-links{display:flex;flex-direction:column;gap:24px;flex:1 1}.footer-connect h3,.footer-links h3{margin:0;color:#f9feff;font-size:18px;font-weight:400;line-height:28px}.footer-links a{color:#f9feff;font-size:16px;line-height:24px}.social-row{display:flex;gap:16px}.social-row a{display:grid;width:40px;height:40px;place-items:center;border-radius:8px;background:var(--dark-2);color:#f9feff;transition:background .2s}.footer-bottom,.social-row a:hover{background:var(--primary)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--dark-2);padding:17px 48px 16px;color:#f9feff;font-size:14px;line-height:20px}.footer-bottom p{margin:0}.footer-legal{display:flex;gap:24px}.footer-legal a{color:#f9feff;font-size:14px}.video-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:24px;gap:24px}.video-frame{overflow:hidden;aspect-ratio:16/9;border-radius:16px;background:#0b1512}.video-frame iframe{width:100%;height:100%;border:0}.comment{padding:16px 0}.comment,.watch-breadcrumb{border-bottom:1px solid var(--line)}.watch-breadcrumb{display:flex;min-height:52px;align-items:center;gap:8px;background:#fff;color:var(--muted);font-size:14px;line-height:20px;padding:16px 72px}.watch-breadcrumb a{color:var(--primary)}.watch-breadcrumb span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-page{background:#f8fafc;padding:48px}.watch-layout{display:grid;grid-template-columns:minmax(0,885px) minmax(340px,427px);grid-gap:32px;gap:32px;width:min(100%,1344px);margin:0 auto;align-items:start}.watch-main{display:grid;grid-gap:24px;gap:24px;min-width:0}.watch-player-panel{overflow:hidden;border-radius:16px;background:#0b1512;box-shadow:0 1px 2px rgb(15 23 42/.04)}.video-frame.watch-player-frame{height:520px;aspect-ratio:auto;border-radius:16px}.watch-locked-player{display:grid;min-height:520px;place-items:center;padding:40px;color:#fff;text-align:center}.watch-locked-player h1{margin:16px 0 8px;font-size:30px;line-height:36px}.watch-locked-player p{margin:0;color:rgb(255 255 255/.78)}.watch-comments-card,.watch-detail-card,.watch-playlist-card{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 1px 2px rgb(15 23 42/.03)}.watch-detail-card{display:grid;grid-gap:24px;gap:24px;padding:32px}.watch-detail-topline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--muted);font-size:14px;line-height:20px}.watch-chip,.watch-role-pill{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border-radius:999px;background:var(--surface-soft);color:var(--primary);font-size:14px;font-weight:700;line-height:20px;padding:6px 14px}.watch-dot{width:4px;height:4px;border-radius:999px;background:#9ca3af}.watch-detail-content{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px}.watch-detail-content h1{margin-bottom:16px;color:#111827;font-size:30px;line-height:36px}.watch-detail-content p{max-width:720px;margin:0;color:var(--muted);font-size:16px;line-height:26px}.watch-actions{display:flex;gap:var(--space-2)}.watch-actions button{width:42px;height:42px;border-radius:var(--radius-lg);border:1px solid var(--border-color);background:white;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative}.watch-actions button:hover{background:var(--primary-light)}.watch-actions button.active,.watch-actions button:hover{border-color:var(--primary-color);color:var(--primary-color)}.watch-actions button.liked{color:#ef4444}.watch-actions button.liked:hover{background:#fef2f2;border-color:#fca5a5}.like-count{position:absolute;top:-6px;right:-6px;background:var(--primary-color);color:white;font-size:10px;font-weight:600;padding:2px 5px;border-radius:10px;min-width:16px;text-align:center}.watch-actions button.liked .like-count{background:#ef4444}.playlist-head-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-1)}.completion-badge{background:var(--primary-light);padding:4px 10px;border-radius:var(--radius-full);font-size:12px}.completion-badge,.watch-comment-tools button.active{color:var(--primary-color);font-weight:600}.reply-form{margin-top:var(--space-3);margin-left:48px;padding:var(--space-3);background:var(--bg-secondary);border-radius:var(--radius-md)}.watch-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #f3f4f6;padding-top:24px}.watch-instructor{display:flex;align-items:center;gap:12px;min-width:0}.watch-comment-form img,.watch-comment-row>img,.watch-instructor img,.watch-reply>img{display:block;width:48px;height:48px;flex:0 0 auto;border-radius:999px;object-fit:cover}.watch-instructor small,.watch-instructor strong{display:block}.watch-instructor strong{color:var(--text);font-size:16px;line-height:24px}.watch-instructor small{color:var(--muted-2);font-size:14px;line-height:20px}.watch-video-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px;color:var(--muted);font-size:14px;line-height:20px}.watch-video-meta span{display:inline-flex;align-items:center;gap:6px}.watch-comments-card{display:grid;grid-gap:24px;gap:24px;padding:32px}.watch-comments-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.watch-comments-head h2,.watch-playlist-head h2{margin:0;font-size:24px;line-height:32px}.watch-comments-head button{border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);padding:10px 14px}.watch-comment-form{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:16px;gap:16px;border-bottom:1px solid #f3f4f6;padding-bottom:24px}.watch-comment-form textarea{width:100%;min-height:112px;resize:vertical;border:1px solid var(--input-line);border-radius:12px;color:var(--text);padding:16px}.watch-comment-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}.watch-primary-button,.watch-text-button{border:0;border-radius:10px;font-weight:700;padding:10px 18px}.watch-text-button{background:transparent;color:var(--muted)}.watch-primary-button{background:var(--primary);color:#fff}.watch-comment-locked{display:flex;align-items:center;gap:10px;border-radius:12px;background:var(--surface-soft);color:var(--primary);padding:16px}.watch-comment-list{display:grid;grid-gap:24px;gap:24px}.watch-comment{display:grid;grid-gap:16px;gap:16px;border-bottom:1px solid #f3f4f6;padding-bottom:24px}.watch-comment:last-child{border-bottom:0;padding-bottom:0}.watch-comment-row,.watch-reply{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:16px;gap:16px}.watch-comment-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;color:var(--muted-2);font-size:14px;line-height:20px}.watch-comment-meta strong{color:var(--text);font-size:16px;line-height:24px}.watch-comment p,.watch-empty-comments p,.watch-empty-playlist,.watch-playlist-head p,.watch-reply p{margin:0;color:var(--muted);line-height:24px}.watch-comment-tools{display:flex;gap:18px;margin-top:12px}.watch-comment-tools button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--muted);padding:0}.watch-reply{margin-left:64px;border-radius:12px;background:#f9fafb;padding:16px}.watch-reply.instructor{background:#eff6ff}.watch-role-pill{font-size:12px;line-height:16px;padding:4px 10px}.watch-empty-comments{display:grid;place-items:center;border:1px dashed var(--line);border-radius:12px;color:var(--muted);padding:40px 24px;text-align:center}.watch-empty-comments h3{margin:12px 0 6px}.watch-playlist-card{position:-webkit-sticky;position:sticky;top:24px;overflow:hidden}.watch-playlist-head{border-bottom:1px solid var(--line);padding:24px}.watch-playlist-head p{margin-top:4px}.watch-playlist-list{display:grid;grid-gap:4px;gap:4px;padding:12px}.watch-playlist-item{display:grid;grid-template-columns:112px minmax(0,1fr);grid-gap:14px;gap:14px;border-radius:12px;padding:12px}.watch-playlist-item.active{background:var(--surface-soft)}.watch-playlist-thumb{position:relative;overflow:hidden;height:80px;border-radius:10px;background:#111827}.watch-playlist-thumb img{display:block;width:100%;height:100%;object-fit:cover}.watch-playlist-thumb:after{position:absolute;inset:0;content:"";background:rgb(0 0 0/.12)}.watch-playlist-thumb span{position:absolute;right:6px;bottom:6px;z-index:1;border-radius:6px;background:rgb(17 24 39/.82);color:#fff;font-size:12px;line-height:16px;padding:3px 6px}.watch-playlist-copy{display:grid;align-content:start;grid-gap:6px;gap:6px;min-width:0}.watch-playlist-copy>div{display:flex;align-items:center;gap:6px;color:var(--primary)}.watch-playlist-copy small{color:var(--muted-2);font-size:12px;line-height:16px}.watch-playlist-copy strong{display:-webkit-box;overflow:hidden;color:var(--text);font-size:15px;line-height:20px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.watch-playlist-copy p{margin:0;color:var(--muted-2);font-size:13px;line-height:18px}.watch-progress-track{overflow:hidden;height:4px;border-radius:999px;background:#dbeafe}.watch-progress-track span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.watch-empty-playlist{padding:16px 12px 20px}.error{padding:12px;border-radius:8px;background:#fff2f0;color:var(--danger)}.button:disabled{cursor:not-allowed;opacity:.65}.admin-screen{display:grid;grid-gap:36px;gap:36px;padding:0 0 54px}.admin-hero{display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-hero h1{margin-bottom:8px;font-size:30px;line-height:36px}.admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.admin-stat-card{display:grid;min-height:158px;align-content:start;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:24px}.admin-stat-card strong{margin-top:12px;font-size:24px;line-height:32px}.admin-stat-card span:last-child{color:var(--muted);font-size:14px;line-height:20px}.stat-icon-small{display:grid;width:40px;height:40px;place-items:center;border-radius:8px}.stat-icon-small.blue{background:#dbeafe;color:#2563eb}.stat-icon-small.purple{background:#f3e8ff;color:#9333ea}.stat-icon-small.green{background:#dcfce7;color:#16a34a}.stat-icon-small.amber{background:#fef3c7;color:#d97706}.admin-panel,.admin-panel-grid{display:grid;grid-gap:24px;gap:24px}.admin-tabs{display:flex;flex-wrap:wrap;gap:28px;border-bottom:1px solid var(--line);background:#fff;padding:0 0 14px}.admin-tabs a{color:#374151;font-size:16px;font-weight:500;line-height:24px}.admin-tabs a.active{color:var(--primary);font-weight:800}.admin-panel{border:1px solid var(--line);border-radius:12px;background:#fff;padding:24px}.admin-panel .card{border-radius:12px;box-shadow:none}.admin-panel-head{display:grid;grid-gap:4px;gap:4px}.admin-panel-head.split{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.admin-panel-head h2{margin:0;font-size:20px;line-height:28px}.content-workspace{display:grid;grid-gap:24px;gap:24px}.content-overview{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#ffffff,#f8fafc);padding:28px}.content-overview h2{margin:4px 0 8px;color:var(--text);font-size:24px;line-height:32px}.content-kicker,.content-section-label{color:var(--primary);font-size:12px;font-weight:800;line-height:16px;text-transform:uppercase}.content-metrics{display:grid;grid-template-columns:repeat(4,minmax(92px,1fr));grid-gap:10px;gap:10px;min-width:min(520px,100%)}.content-metrics span{display:grid;grid-gap:2px;gap:2px;border:1px solid #dbeafe;border-radius:12px;background:#fff;color:var(--muted);font-size:12px;line-height:16px;padding:14px}.content-metrics strong{color:var(--text);font-size:22px;line-height:28px}.content-primary-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);grid-gap:24px;gap:24px;align-items:start}.content-upload-panel{border-radius:16px;padding:28px}.content-form-card,.content-setup-stack{display:grid;grid-gap:16px;gap:16px}.content-form-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:22px}.content-form-card.compact{gap:14px;padding:20px}.content-form-head{display:grid;grid-gap:4px;gap:4px}.content-form-head h3{margin:0;font-size:18px;line-height:26px}.content-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.content-form-card textarea{min-height:96px}.content-form-card.compact textarea{min-height:76px}.content-form-card .button{width:100%}.content-form-card summary{cursor:pointer;color:var(--primary);font-weight:800}.content-library-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);grid-gap:24px;gap:24px;align-items:start}.content-library-grid .admin-panel,.doctor-management-panel{border-radius:16px}.doctor-management-counts{display:flex;flex-wrap:wrap;gap:10px}.doctor-management-counts span{display:grid;min-width:112px;grid-gap:2px;gap:2px;border:1px solid #dbeafe;border-radius:12px;background:#f8fafc;color:var(--muted);font-size:12px;line-height:16px;padding:12px}.doctor-management-counts strong{color:var(--text);font-size:20px;line-height:26px}.doctor-management-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:24px;gap:24px}.doctor-management-grid h3{margin-bottom:12px}.doctor-list{display:grid;grid-gap:10px;gap:10px}.doctor-list.compact{max-height:520px;overflow:auto;padding-right:4px}.doctor-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px}.doctor-row.instructor{grid-template-columns:auto minmax(0,1fr)}.doctor-row img{display:block;width:48px;height:48px;border-radius:999px;object-fit:cover}.doctor-row strong{display:block;overflow:hidden;color:var(--text);font-size:15px;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.doctor-row p{margin:2px 0 0;color:var(--muted);font-size:13px;line-height:18px}.doctor-row span{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:6px;border-radius:999px;background:var(--surface-soft);color:var(--primary);font-size:12px;font-weight:700;line-height:16px;padding:4px 10px;text-transform:capitalize}.doctor-empty{border:1px dashed var(--line);border-radius:12px;background:#f8fafc;padding:20px}.doctor-empty h4{margin:0 0 4px;font-size:16px;line-height:24px}.analytics-workspace{display:grid;grid-gap:24px;gap:24px}.analytics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.analytics-grid.secondary{gap:16px}.analytics-card{display:grid;min-height:180px;align-content:start;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:22px}.analytics-card.compact{min-height:142px}.analytics-card strong{margin-top:8px;color:var(--text);font-size:32px;line-height:40px}.analytics-card p{margin:0;color:#374151;font-weight:700;line-height:22px}.analytics-card small{color:var(--muted-2);font-size:13px;line-height:18px}.recent-videos-panel .admin-video-row{grid-template-columns:auto minmax(0,1fr) auto}.courses-panel .admin-video-row{grid-template-columns:auto minmax(220px,1fr) minmax(320px,460px) auto}.admin-upload-card{display:grid;grid-gap:20px;gap:20px}.upload-dropzone{display:grid;min-height:272px;place-items:center;grid-gap:12px;gap:12px;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc;padding:40px;text-align:center}.upload-dropzone strong{font-size:16px;line-height:24px}.upload-dropzone p{margin:0;color:var(--muted);font-size:14px;line-height:20px}.upload-dropzone small{color:var(--muted-2);font-size:12px;line-height:16px}.upload-icon{display:grid;width:56px;height:56px;place-items:center;border-radius:999px;background:#fff;color:var(--primary)}.form-row.compact{gap:20px}.admin-upload-card .field input,.admin-upload-card .field select,.admin-upload-card .field textarea{border-radius:8px;font-size:14px;padding:12px 17px}.admin-upload-card .field input[readonly]{background:#f9fafb;color:var(--muted);cursor:default}.field-hint{display:block;margin-top:6px;color:var(--muted-2);font-size:12px;line-height:16px}.upload-options{display:flex;flex-wrap:wrap;gap:24px}.upload-options label{display:flex;align-items:center;gap:8px;color:#374151;font-size:14px;line-height:20px}.upload-status{display:grid;grid-gap:10px;gap:10px;border-radius:8px;background:#f3f4f6;color:#374151;padding:12px}.upload-status>div{display:flex;align-items:center;gap:8px}.upload-status.done{background:#ecfdf5;color:#047857}.upload-status.error{background:#fff2f0;color:var(--danger)}.upload-status progress{width:100%;accent-color:var(--primary)}.admin-upload-actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--line);padding-top:20px}.admin-video-list{display:grid;grid-gap:12px;gap:12px}.admin-video-row{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(260px,420px) auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;padding:16px}.admin-video-row h3{margin:0 0 4px;font-size:16px;line-height:24px}.admin-video-row p{margin:0}.admin-row-actions{flex-wrap:wrap;justify-content:flex-end}.admin-cover-form,.admin-row-actions{display:flex;gap:8px}.admin-cover-form input{min-width:0;flex:1 1}.legacy-video-form{margin-top:20px}.admin-panel summary{cursor:pointer;color:var(--primary);font-weight:700}.table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--line);border-radius:12px}.table td,.table th{border-bottom:1px solid var(--line);padding:16px;text-align:left;vertical-align:top}.table th{background:#f9fafb;color:#374151;font-size:14px}.table tr:last-child td{border-bottom:0}.spin{animation:spin 1s linear infinite}@media (max-width:1000px){.topbar-inner{padding:16px 24px}.account-menu,.nav-links{display:none}.container{width:min(100% - 40px,1344px)}.admin-stats,.featured-category-grid,.footer-main,.grid,.grid.two,.hero-grid,.stats-row,.video-shell{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:64px 0}h1{font-size:40px;line-height:48px}.categories-hero{min-height:auto}.categories-featured,.categories-hero-inner{padding:64px 24px}.category-breadcrumb{padding:16px 24px}.admin-panel-head.split,.content-overview{align-items:flex-start;flex-direction:column}.analytics-grid,.content-library-grid,.content-metrics,.content-primary-grid,.doctor-management-grid{grid-template-columns:1fr;width:100%}.content-form-grid{grid-template-columns:1fr}.profile-page{padding:32px 24px 56px}.profile-videos-page{padding:40px 24px 56px}.profile-videos-hero{align-items:flex-start;flex-direction:column;border-radius:16px;padding:32px}.profile-videos-dashboard,.profile-videos-stats{grid-template-columns:1fr}.profile-videos-hero-stats{width:100%;justify-content:flex-start}.profile-form-grid,.profile-layout{grid-template-columns:1fr}.profile-card,.profile-summary-card{padding:24px}.watch-breadcrumb{padding:16px 24px}.watch-page{padding:32px 20px}.watch-layout{grid-template-columns:1fr}.video-frame.watch-player-frame{height:auto;aspect-ratio:16/9}.watch-locked-player{min-height:340px}.watch-comments-card,.watch-detail-card{padding:24px}.watch-detail-content,.watch-detail-footer{grid-template-columns:1fr;align-items:flex-start}.watch-actions,.watch-detail-footer{flex-direction:row}.watch-video-meta{justify-content:flex-start}.watch-playlist-card{position:static}.category-detail-hero-inner,.category-toolbar-inner{width:calc(100% - 48px)}.category-course-foot,.category-detail-hero-inner,.category-toolbar-inner{align-items:flex-start;flex-direction:column}.category-filter-row,.category-toolbar-inner,.category-view-row{flex-wrap:wrap}.category-course-main{grid-template-columns:1fr}.category-course-media{width:100%;justify-self:stretch}.categories-hero-copy p{font-size:20px;line-height:30px}.form-row{grid-template-columns:1fr}.footer-bottom{gap:12px}.admin-hero,.admin-upload-actions,.admin-video-row,.footer-bottom,.recent-card{align-items:flex-start;flex-direction:column}.admin-video-row,.recent-card{display:flex}.admin-cover-form{width:100%}.upload-dropzone{padding:28px 16px}}@media (max-width:640px){.profile-page,.profile-videos-page{padding:24px 16px 48px}.profile-heading h1{font-size:30px;line-height:36px}.profile-videos-hero h1{font-size:30px;line-height:38px}.profile-videos-hero p{font-size:16px;line-height:24px}.profile-videos-hero-stats{gap:28px}.profile-videos-actions,.profile-videos-stat-card{padding:24px}.profile-videos-item{grid-template-columns:1fr}.profile-videos-item-meta{justify-content:flex-start}.profile-card-head,.profile-verification-card{align-items:flex-start;flex-direction:column}.profile-card-head .button{width:100%}.profile-verification-card strong{align-self:flex-start}.watch-comment-actions,.watch-comments-head,.watch-detail-footer{align-items:flex-start;flex-direction:column}.watch-comment-form,.watch-comment-row,.watch-playlist-item,.watch-reply{grid-template-columns:1fr}.watch-reply{margin-left:0}.watch-playlist-thumb{height:auto;aspect-ratio:16/9}.all-categories-grid{grid-template-columns:1fr}.auth-page{min-height:auto}.auth-page,.auth-page.signup{padding:32px 16px}.auth-banner,.auth-content{padding:24px}.auth-content h1{font-size:20px;line-height:28px}.category-results-inner{padding:0 16px}}@media (min-width:641px) and (max-width:1000px){.all-categories-grid,.stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid var(--line);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.avatar{display:grid;width:40px;height:40px;place-items:center;border-radius:999px;background:var(--surface-soft);color:var(--primary);flex:0 0 auto}.categories-all{padding:48px 0 64px}.all-categories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.all-category-card{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:20px;transition:border-color .15s,box-shadow .15s}.all-category-card:hover{border-color:var(--primary);box-shadow:0 4px 12px rgb(0 0 0/.06)}.all-category-icon{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border-radius:12px;background:var(--surface-soft);color:var(--primary)}.all-category-icon img{width:28px;height:28px;object-fit:contain}.all-category-card strong{display:block;color:var(--text);font-size:15px;line-height:22px}.all-category-card small{display:block;color:var(--muted-2);font-size:13px;line-height:18px;margin-top:2px}.home-hero{display:flex;min-height:520px;align-items:center;justify-content:center;background-image:linear-gradient(160.145deg,#f9feff,#ebf4ff);padding:80px 24px}.home-hero-inner{width:min(1344px,100%);margin:0 auto}.home-hero-copy{max-width:800px}.home-hero-copy h1{margin-bottom:24px;color:#192c55;font-size:56px;line-height:1.1;letter-spacing:-.02em}.home-hero-copy p{margin-bottom:40px;color:var(--muted);font-size:20px;line-height:30px}.home-search{display:flex;align-items:center;background:#fff;border-radius:12px;padding:8px;box-shadow:0 4px 20px rgba(0,0,0,.05);max-width:600px}.home-search .search-icon{margin:0 16px;color:var(--muted-2)}.home-search input{flex:1 1;border:none;outline:none;font-size:16px;color:var(--text);background:transparent}.home-search button{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:16px}.video-grid-vertical{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.video-card-vertical{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--line);transition:transform .2s,box-shadow .2s}.video-card-vertical:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.05)}.video-card-media{position:relative;aspect-ratio:16/9;background:var(--surface-soft)}.video-card-media img{width:100%;height:100%;object-fit:cover}.video-duration{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.75);color:#fff;font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}.video-card-body{padding:24px;display:flex;flex-direction:column;flex:1 1}.video-card-meta-top{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:12px;font-weight:500}.video-category-pill{color:var(--primary);background:var(--primary-soft);padding:4px 8px;border-radius:4px}.video-date{color:var(--muted-2)}.video-card-body h3{font-size:20px;line-height:28px;margin-bottom:8px;color:#192c55}.video-card-body p{color:var(--muted);font-size:14px;line-height:22px;margin-bottom:24px;flex:1 1}.video-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px;color:var(--muted-2);font-size:13px}.video-stats{gap:16px}.video-stats,.video-stats span{display:flex;align-items:center}.video-stats span{gap:6px}.instructor-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.instructor-avatar-fallback{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--muted);color:var(--muted-2)}.cta-benefits{list-style:none;padding:0;margin:32px 0;display:flex;flex-direction:column;gap:16px}.cta-benefits li{display:flex;align-items:center;gap:12px;color:#fff;font-size:16px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;text-align:center}.stat-item{flex-direction:column;gap:12px}.stat-icon-wrapper,.stat-item{display:flex;align-items:center}.stat-icon-wrapper{width:64px;height:64px;background:var(--surface-soft);color:var(--primary);border-radius:16px;justify-content:center;margin-bottom:8px}.stat-item strong{font-size:40px;line-height:48px;color:var(--text)}.stat-item p{margin:0;color:var(--muted);font-weight:500}.abstract-doctor{width:320px;height:320px;background:rgba(255,255,255,.1);border-radius:32px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4)}.license-preview-cell,.license-thumb-container{display:flex;flex-direction:column;gap:8px}.license-thumb-container{max-width:120px}.license-thumb{border-radius:4px;border:1px solid var(--line);object-fit:cover;background:var(--bg)}.license-actions{display:flex;flex-direction:column;gap:4px}.license-actions .button{width:100%;font-size:11px;padding:4px 8px;min-height:28px}.videos-hero{padding:64px 0 80px;background:linear-gradient(180deg,#F8FAFC,#EFF6FF);text-align:center}.videos-hero-inner{width:min(1200px,calc(100% - 48px));margin:0 auto}.videos-hero h1{margin-bottom:16px;color:#1E293B;font-size:48px;font-weight:800;letter-spacing:-.02em}.videos-hero p{max-width:600px;margin:0 auto 40px;color:#64748B;font-size:20px;line-height:1.6}.videos-search-container{position:relative;max-width:640px;margin:0 auto}.videos-search-input{width:100%;height:64px;padding:0 24px 0 64px;border:1px solid #e2e8f0;border-radius:16px;background:#FFFFFF;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);color:#1E293B;font-size:18px;transition:all .2s ease}.videos-search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.videos-search-icon{position:absolute;top:50%;left:24px;color:#94A3B8;transform:translateY(-50%)}.videos-filter-bar{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.videos-filter-inner{display:flex;height:72px;width:min(1200px,calc(100% - 48px));margin:0 auto;align-items:center;justify-content:space-between}.filter-group{display:flex;gap:12px;align-items:center}.filter-label{color:#64748B;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.filter-select{height:40px;padding:0 32px 0 16px;border:1px solid #e2e8f0;border-radius:8px;background:#FFFFFF;color:#475569;font-size:14px;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.video-grid-container{padding:48px 0 80px;background:#FFFFFF}.video-grid-inner{width:min(1200px,calc(100% - 48px));margin:0 auto}.video-grid-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.video-grid-header h2{margin:0;color:#1E293B;font-size:24px;font-weight:700}.video-count{color:#64748B;font-size:16px}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:32px;gap:32px}.video-card-v2{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0;border-radius:20px;background:#FFFFFF;transition:all .3s cubic-bezier(.4,0,.2,1)}.video-card-v2:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:var(--primary-light,#DBEAFE)}.video-card-thumb{position:relative;aspect-ratio:16/9;overflow:hidden}.video-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.video-card-v2:hover .video-card-thumb img{transform:scale(1.05)}.video-play-overlay{display:none}.play-icon-v2{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#FFFFFF;border-radius:50%;color:var(--primary);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.video-duration-v2{position:absolute;top:12px;left:12px;padding:4px 8px;background:rgba(15,23,42,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:6px;color:#FFFFFF;font-size:12px;font-weight:600;z-index:2}.video-card-content{display:flex;flex-direction:column;flex:1 1;padding:24px}.video-card-badges{display:flex;gap:8px;margin-bottom:16px}.badge-v2{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.025em}.video-tag-v2{position:absolute;top:12px;right:12px;padding:4px 12px;border-radius:8px;font-size:12px;font-weight:600;color:#FFFFFF;z-index:2}.video-tag-v2.new{background:var(--primary);box-shadow:0 4px 6px -1px rgba(37,99,235,.4)}.video-tag-v2.popular{background:#F97316;box-shadow:0 4px 6px -1px rgba(249,115,22,.4)}.video-stats-v2{gap:16px;margin-bottom:20px}.video-stats-v2 .stat-item{gap:6px;font-size:13px}.video-stats-v2 .stat-item svg{color:#94A3B8}.badge-v2.cardiology,.badge-v2.category{background:#EFF6FF;color:#2563EB}.badge-v2.surgery{background:#FDF2F8;color:#DB2777}.badge-v2.pediatrics{background:#ECFEFF;color:#0891B2}.badge-v2.neurology{background:#FAF5FF;color:#9333EA}.badge-v2.emergency{background:#FEFCE8;color:#CA8A04}.badge-v2.dermatology{background:#FDF2F8;color:#DB2777}.badge-v2.difficulty{background:#F8FAFC;color:#475569}.badge-v2.beginner{background:#EFF6FF;color:#2563EB}.badge-v2.advanced,.badge-v2.intermediate{background:#FFF7ED;color:#EA580C}.badge-v2.expert{background:#F5F3FF;color:#7C3AED}.badge-v2.critical{background:#FEF2F2;color:#DC2626}.video-card-v2 h3{margin:0 0 10px;color:#1E293B;font-size:18px;font-weight:700;line-height:1.4}.video-card-v2 h3,.video-card-v2 p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card-v2 p{margin:0 0 20px;color:#64748B;font-size:14px;line-height:1.5}@media (max-width:768px){.videos-hero h1{font-size:36px}.videos-filter-inner{flex-direction:column;height:auto;padding:16px 0;gap:16px}.video-grid{grid-template-columns:1fr}}.watch-detail-card-v2{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 1px 2px rgb(15 23 42/.03);padding:32px;display:flex;flex-direction:column;gap:24px}.watch-detail-header-v2{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.watch-detail-info-v2{flex:1 1}.watch-detail-topline-v2{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:var(--muted);font-size:14px}.watch-chip-v2{display:inline-flex;align-items:center;border-radius:999px;background:#EFF6FF;color:#2563EB;font-size:14px;font-weight:600;padding:4px 12px}.watch-dot-v2{width:4px;height:4px;border-radius:50%;background:#CBD5E1}.watch-detail-info-v2 h1{margin:0 0 12px;color:#0F172A;font-size:28px;font-weight:700;line-height:1.3}.watch-detail-info-v2 p{margin:0;color:#475569;font-size:16px;line-height:1.6}.watch-detail-actions-v2{flex-shrink:0}.video-actions-v2{display:flex;flex-direction:column;gap:8px;background:#FFFFFF;border:1px solid #e2e8f0;border-radius:12px;padding:8px;box-shadow:0 4px 6px -1px rgb(0 0 0/.05)}.video-actions-v2 .action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:transparent;border:none;color:#64748B;cursor:pointer;transition:all .2s ease}.video-actions-v2 .action-btn:hover{background:#F1F5F9;color:#0F172A}.video-actions-v2 .action-btn.active{background:#EFF6FF}.watch-instructor-meta-v2{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #e2e8f0}.instructor-info-v2{display:flex;align-items:center;gap:12px}.instructor-info-v2 .avatar-img{border-radius:50%;object-fit:cover}.instructor-text-v2{display:flex;flex-direction:column}.instructor-text-v2 strong{color:#0F172A;font-size:15px;font-weight:600}.instructor-text-v2 small{color:#64748B;font-size:14px}.video-stats-v2{display:flex;align-items:center;gap:24px}.video-stats-v2 .stat-item{display:flex;align-items:center;color:#64748B;font-size:14px;font-weight:500}