body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.animated-logo{display:inline-block;position:relative}.animated-logo svg{height:100%;width:100%}defs linearGradient#logoGradient stop{animation:none!important}.logo-path{stroke:#1d1d1f;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;fill:none}.logo-l{stroke-dasharray:150;stroke-dashoffset:150;animation:drawL 2s ease-in-out infinite}@keyframes drawL{0%,to{stroke-dashoffset:150}50%{stroke-dashoffset:0}}.logo-m{stroke-dasharray:200;stroke-dashoffset:200;animation:drawM 2s ease-in-out .3s infinite}@keyframes drawM{0%,to{stroke-dashoffset:200}50%{stroke-dashoffset:0}}.orbit-dot{fill:#1d1d1f;opacity:.8;transform-origin:50px 50px}.dot-1{animation:orbit1 3s linear infinite}.dot-2{animation:orbit2 3s linear infinite}.dot-3{animation:orbit3 3s linear infinite}@keyframes orbit1{0%{transform:rotate(0deg) translateX(35px) rotate(0deg)}to{transform:rotate(1turn) translateX(35px) rotate(-1turn)}}@keyframes orbit2{0%{transform:rotate(120deg) translateX(35px) rotate(-120deg)}to{transform:rotate(480deg) translateX(35px) rotate(-480deg)}}@keyframes orbit3{0%{transform:rotate(240deg) translateX(35px) rotate(-240deg)}to{transform:rotate(600deg) translateX(35px) rotate(-600deg)}}.animated-logo{animation:logoPulse 2s ease-in-out infinite}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.dark-mode-toggle{align-items:center;background:linear-gradient(135deg,#007aff,#0051d5);border:3px solid #fff;border-radius:50%;bottom:30px;box-shadow:0 4px 20px #007aff66;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:60px;z-index:999}.dark-mode-toggle:hover{box-shadow:0 6px 30px #007aff99;transform:scale(1.1)}.dark-mode-toggle.dark{background:linear-gradient(135deg,#1d1d1f,#2d2d2f);border-color:#007aff;box-shadow:0 4px 20px #0006}.dark-mode-toggle.dark:hover{box-shadow:0 6px 30px #007aff99}.toggle-icon{font-size:28px;transition:transform .3s ease}.dark-mode-toggle:hover .toggle-icon{transform:rotate(20deg)}body.dark-mode{background:#1d1d1f;color:#f5f5f7;transition:background .3s ease,color .3s ease}body.dark-mode .navbar{background:#1d1d1ff2;border-bottom-color:#2d2d2f}body.dark-mode .hero{background:#1d1d1f}body.dark-mode .hero h1,body.dark-mode .hero p,body.dark-mode .hero-role{color:#f5f5f7}body.dark-mode .credential-item,body.dark-mode .expertise-card{background:#2d2d2f;border-color:#3d3d3f}body.dark-mode .expertise-card h4{color:#f5f5f7}body.dark-mode .tabs{background:#2d2d2f}body.dark-mode .tab{color:#86868b}body.dark-mode .tab.active{background:#007aff1a;color:#007aff}body.dark-mode .posts-section{background:#1d1d1f}body.dark-mode .post-card{background:#2d2d2f;border-color:#3d3d3f}body.dark-mode .post-card h3,body.dark-mode .post-card p{color:#f5f5f7}body.dark-mode .post-card:hover{background:#3d3d3f}body.dark-mode .modal-overlay{background:#000000d9}body.dark-mode .modal-content{background:#2d2d2f;color:#f5f5f7}body.dark-mode .modal-content h2,body.dark-mode .modal-content h3{color:#f5f5f7}body.dark-mode .contact-form{background:#1d1d1f}body.dark-mode .form-group input,body.dark-mode .form-group select,body.dark-mode .form-group textarea{background:#2d2d2f;border-color:#3d3d3f;color:#f5f5f7}body.dark-mode .form-group input::placeholder,body.dark-mode .form-group textarea::placeholder{color:#86868b}body.dark-mode .card{background:#2d2d2f;color:#f5f5f7}body.dark-mode .table{background:#2d2d2f}body.dark-mode .table td,body.dark-mode .table th{border-color:#3d3d3f;color:#f5f5f7}body.dark-mode .empty-state{background:#2d2d2f;color:#f5f5f7}body.dark-mode .sidebar,body.dark-mode .stat-card{background:#2d2d2f;border-color:#3d3d3f}body.dark-mode .sidebar-item{color:#f5f5f7}body.dark-mode .sidebar-item.active,body.dark-mode .sidebar-item:hover{background:#007aff1a}@media (max-width:768px){.dark-mode-toggle{bottom:20px;height:50px;right:20px;width:50px}.toggle-icon{font-size:24px}}.course-playlist{display:flex;gap:24px;margin:24px 0;will-change:transform}.single-video-container{margin:24px 0;width:100%}.video-player{flex:1 1;min-width:0}.playlist-video{aspect-ratio:16/9;background:#000;border:none;border-radius:12px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%}.video-info{animation:fadeIn .5s ease-out;background:#f5f5f7;border-radius:12px;margin-top:16px;padding:16px}.video-info h3{color:#1d1d1f;font-size:20px;font-weight:600;margin-bottom:8px}.video-info p{color:#6e6e73;font-size:14px;margin:4px 0}.video-description{line-height:1.5;margin-top:12px}.playlist-sidebar{background:#fff;border:1px solid #0000001a;border-radius:12px;display:flex;flex-direction:column;max-height:600px;overflow:hidden;width:360px}.playlist-sidebar h4{background:#f5f5f7;border-bottom:1px solid #0000001a;color:#1d1d1f;font-size:16px;font-weight:600;margin:0;padding:20px}.playlist-items{flex:1 1;overflow-y:auto}.playlist-item{align-items:flex-start;border-bottom:1px solid #0000000d;cursor:pointer;display:flex;gap:12px;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,background-color}.playlist-item:hover{background:#f5f5f7;transform:translateX(4px)}.playlist-item.active{background:#e8f4ff;border-left:3px solid #0071e3}.playlist-item.completed .playlist-item-number{background:#34c759;color:#fff}.playlist-item-number{align-items:center;background:#f5f5f7;border-radius:50%;color:#1d1d1f;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:center;min-width:32px;transition:all .3s ease}.playlist-item.active .playlist-item-number{background:#0071e3;color:#fff;transform:scale(1.1)}.playlist-item-content{flex:1 1;min-width:0}.playlist-item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1d1d1f;display:-webkit-box;font-size:14px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis}.playlist-item-duration{color:#86868b;font-size:12px;margin-top:4px}.playlist-item-badge{animation:pulse 2s infinite;background:#0071e3;border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-top:8px;padding:4px 10px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.course-playlist{flex-direction:column}.playlist-sidebar{max-height:400px;width:100%}}.payment-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:3000}.payment-modal{animation:slideUp .4s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:560px;overflow-y:auto;position:relative;width:100%;will-change:transform,opacity}.payment-modal .modal-close{align-items:center;background:#f5f5f7;border:none;border-radius:50%;color:#1d1d1f;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px;z-index:1}.payment-modal .modal-close:hover{background:#e8e8ed;transform:rotate(90deg)}.payment-header{border-bottom:1px solid #0000001a;padding:40px 40px 24px}.payment-header h2{color:#1d1d1f;font-size:28px;font-weight:600;margin-bottom:20px}.course-summary{background:#f5f5f7;border-radius:16px;padding:20px}.course-summary h3{color:#1d1d1f;font-size:18px;font-weight:600;margin-bottom:12px}.price-display{color:#0071e3;font-size:32px;font-weight:700}.payment-content{padding:32px 40px}.payment-info{margin-bottom:24px}.payment-info p{color:#1d1d1f;font-size:16px;font-weight:600;margin-bottom:12px}.payment-info ul{list-style:none;padding:0}.payment-info li{color:#6e6e73;font-size:14px;padding:8px 0 8px 28px;position:relative}.payment-info li:before{color:#34c759;content:"✓";font-size:16px;font-weight:700;left:0;position:absolute}.paypal-container{margin:24px 0;min-height:200px}.payment-secure{align-items:center;background:#f5f5f7;border-radius:12px;color:#6e6e73;display:flex;font-size:14px;gap:8px;justify-content:center;margin-top:20px;padding:16px}.secure-icon{font-size:18px}.payment-loading{color:#6e6e73;font-size:16px;padding:60px 40px;text-align:center}.error-message{margin:20px 40px;padding:16px}@media (max-width:640px){.payment-modal{border-radius:20px}.payment-content,.payment-header{padding:24px}.payment-header h2{font-size:24px}.price-display{font-size:28px}}.post-viewer{margin:0 auto;max-width:800px;width:100%}.post-section{margin-bottom:32px}.post-text{color:#1d1d1f;font-size:16px;line-height:1.8}.post-text h1{color:#1d1d1f;font-size:32px;font-weight:700;margin:24px 0 16px}.post-text h2{font-size:26px;margin:20px 0 12px}.post-text h2,.post-text h3{color:#1d1d1f;font-weight:600}.post-text h3{font-size:22px;margin:16px 0 10px}.post-text p{margin:12px 0}.post-text strong{color:#000;font-weight:600}.post-text em{font-style:italic}.post-text a{border-bottom:1px solid #0000;color:#007aff;text-decoration:none;transition:border-color .2s}.post-text a:hover{border-bottom-color:#007aff}.post-text ul{list-style:disc;margin:12px 0;padding-left:24px}.post-text li{margin:6px 0}.post-images{margin:24px 0}.post-images.single{max-width:100%}.post-images.single .post-image{background:#f5f5f7;border-radius:16px;padding:20px}.post-images.single .post-image img{border-radius:12px;height:auto;object-fit:contain;width:100%}.post-images.grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.post-image{align-items:center;border-radius:12px;display:flex;justify-content:center;min-height:200px;padding:12px;position:relative}.post-image img{border-radius:8px;display:block;height:auto;max-height:400px;object-fit:contain;transition:transform .3s;width:100%}.post-image:hover img{transform:scale(1.02)}.post-video{background:#000;border-radius:16px;margin:24px 0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.post-video iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.video-link{align-items:center;background:linear-gradient(135deg,#007aff,#0051d5);border-radius:16px;color:#fff;display:flex;font-size:18px;font-weight:600;height:200px;justify-content:center;text-decoration:none;transition:transform .2s}.video-link:hover{transform:translateY(-2px)}.post-code{background:#1d1d1f;border:1px solid #2d2d2f;border-radius:12px;margin:24px 0;overflow:hidden}.post-code .code-header{align-items:center;background:#2d2d2f;border-bottom:1px solid #3d3d3f;display:flex;justify-content:space-between;padding:12px 16px}.code-language{color:#007aff;font-size:13px;font-weight:600;text-transform:uppercase}.copy-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#f5f5f7;cursor:pointer;font-size:12px;padding:4px 12px;transition:all .2s}.copy-btn:hover{background:#fff3}.post-code pre{margin:0;overflow-x:auto;padding:16px}.post-code code{color:#f5f5f7;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:14px;line-height:1.6}.post-code .keyword{color:#ff7ab2;font-weight:600}.post-code .string{color:#ff8170}.post-code .number{color:#d9c97c}.post-code .comment{color:#6e7681;font-style:italic}.post-link{align-items:center;background:linear-gradient(135deg,#f5f5f7,#e5e5ea);border:1px solid #d1d1d6;border-radius:12px;color:#1d1d1f;display:flex;gap:12px;margin:16px 0;padding:16px 20px;text-decoration:none;transition:all .2s}.post-link:hover{background:linear-gradient(135deg,#007aff,#0051d5);border-color:#007aff;color:#fff;transform:translateX(4px)}.link-icon{font-size:20px}.link-title{flex:1 1;font-size:15px;font-weight:500}.link-arrow{font-size:18px;transition:transform .2s}.post-link:hover .link-arrow{transform:translateX(4px)}@media (max-width:768px){.post-text{font-size:15px}.post-text h1{font-size:26px}.post-text h2{font-size:22px}.post-text h3{font-size:18px}.post-images.grid{grid-template-columns:1fr}.post-code code{font-size:12px}.post-link{padding:12px 16px}}@media (prefers-color-scheme:dark){.post-text{color:#1d1d1f}.post-text h1,.post-text h2,.post-text h3,.post-text strong{color:#fff}.post-image,.post-link{background:#2d2d2f}.post-link{border-color:#3d3d3f;color:#f5f5f7}.post-link:hover{background:linear-gradient(135deg,#007aff,#0051d5);color:#fff}}.modal-overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .4s cubic-bezier(.4,0,.2,1);border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:1000px;will-change:transform,opacity}.modal-close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f5f7f2;font-size:24px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}.modal-close:hover{background:#e8e8edf2;transform:rotate(90deg) scale(1.1)}.modal-image{border-radius:24px 24px 0 0;max-height:400px}.modal-body h2{margin-bottom:16px}.modal-body p{font-size:17px;line-height:1.6}.modal-video{aspect-ratio:16/9;background:#000;border-radius:16px}.course-locked{padding:20px;text-align:center}.lock-icon{animation:lockPulse 2s ease-in-out infinite;font-size:64px;margin-bottom:20px}@keyframes lockPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.course-price{color:#0071e3;font-size:48px;font-weight:700;margin:20px 0}.course-preview{font-size:18px;margin:0 auto 30px;max-width:600px}.course-preview-image{box-shadow:0 4px 20px #0000001a;display:block;width:100%}.course-features,.course-preview-image{border-radius:16px;margin:30px auto;max-width:500px}.course-features{background:#f5f5f7;padding:32px;text-align:left}.course-features h3{color:#1d1d1f;font-size:20px;font-weight:600;margin-bottom:16px}.course-features ul{list-style:none;padding:0}.course-features li{align-items:center;color:#1d1d1f;display:flex;font-size:16px;gap:12px;padding:10px 0}.course-features li:before{background:#34c759;border-radius:50%;content:"";flex-shrink:0;height:6px;width:6px}.btn-large{font-size:18px;margin-top:20px;padding:18px 48px}.auth-required{background:#f5f5f7;border-radius:16px;margin-top:30px;padding:24px}.auth-required p{color:#1d1d1f;font-size:16px;margin-bottom:16px}.post-tags{margin-top:24px}.tag{border-radius:16px;font-size:13px;font-weight:500;padding:6px 14px;transition:all .3s ease}.tag:hover{background:#e8e8ed;transform:translateY(-2px)}@media (max-width:768px){.modal-content{border-radius:20px;margin:10px}.modal-body{padding:24px}.modal-body h2{font-size:28px}.course-price{font-size:36px}.lock-icon{font-size:48px}}.loader-container{align-items:center;background:#000;display:flex;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9999}.loader-content{position:relative;text-align:center;z-index:2}.loader-container .animated-logo svg path{stroke:#fff}.loader-container .animated-logo .orbit-dot{fill:#fff}.loader-text{color:#fff;font-size:32px;font-weight:600;letter-spacing:3px;margin-top:30px}.loader-text .letter{animation:letterWave 1.5s ease-in-out infinite;animation-delay:calc(var(--i)*.1s);display:inline-block}.loader-text .letter:first-child{--i:0}.loader-text .letter:nth-child(2){--i:1}.loader-text .letter:nth-child(3){--i:2}.loader-text .letter:nth-child(4){--i:3}.loader-text .letter:nth-child(5){--i:4}.loader-text .letter:nth-child(6){--i:5}.loader-text .letter:nth-child(8){--i:6}.loader-text .letter:nth-child(9){--i:7}.loader-text .letter:nth-child(10){--i:8}.loader-text .letter:nth-child(11){--i:9}.loader-text .letter:nth-child(12){--i:10}.loader-text .letter:nth-child(13){--i:11}@keyframes letterWave{0%,to{opacity:1;transform:translateY(0) scale(1)}50%{opacity:.8;transform:translateY(-15px) scale(1.1)}}.loader-tagline{animation:fadeInOut 2s ease-in-out infinite;color:#fff9;font-size:14px;letter-spacing:2px;margin-top:15px;text-transform:uppercase}@keyframes fadeInOut{0%,to{opacity:.4}50%{opacity:1}}.loader-bar{background:#fff3;border-radius:10px;height:4px;margin:30px auto 0;overflow:hidden;width:200px}.loader-progress{animation:progressBar 2s ease-in-out infinite;background:#fff;border-radius:10px;height:100%}@keyframes progressBar{0%{width:0}50%{width:100%}to{width:0}}.particles{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.particle{animation:float var(--duration) ease-in-out infinite;animation-delay:var(--delay);background:#fff6;border-radius:50%;height:4px;left:var(--x);position:absolute;top:var(--y);width:4px}@keyframes float{0%,to{opacity:0;transform:translateY(0) translateX(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh) translateX(50px)}}.post-builder{margin:20px 0;width:100%}.builder-toolbar{background:#f5f5f7;border-radius:12px;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:12px}.toolbar-btn{background:#fff;border:1px solid #d1d1d6;border-radius:8px;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s}.toolbar-btn:hover{background:#007aff;border-color:#007aff;color:#fff}.builder-sections{display:flex;flex-direction:column;gap:16px}.empty-builder{background:#f5f5f7;border:2px dashed #d1d1d6;border-radius:12px;color:#6e6e73;padding:60px 20px;text-align:center}.builder-section{background:#fff;border:2px solid #e5e5ea;border-radius:12px;overflow:hidden;transition:all .2s}.builder-section.active{border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.section-header{align-items:center;background:#f5f5f7;border-bottom:1px solid #e5e5ea;display:flex;justify-content:space-between;padding:12px 16px}.section-type{color:#1d1d1f;font-size:14px;font-weight:600}.section-actions{display:flex;gap:4px}.action-btn{background:#fff;border:1px solid #d1d1d6;border-radius:6px;cursor:pointer;font-size:12px;padding:4px 8px;transition:all .2s}.action-btn:hover{background:#e5e5ea}.action-btn.delete:hover{background:#ff3b30;border-color:#ff3b30;color:#fff}.section-content{padding:16px}.section-content input,.section-content select,.section-content textarea{border:1px solid #d1d1d6;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;padding:12px;resize:vertical;width:100%}.section-content input:focus,.section-content select:focus,.section-content textarea:focus{border-color:#007aff;box-shadow:0 0 0 3px #007aff1a;outline:none}.text-toolbar{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.text-toolbar button{background:#fff;border:1px solid #d1d1d6;border-radius:6px;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s}.text-toolbar button:hover{background:#007aff;border-color:#007aff;color:#fff}.images-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-bottom:12px}.image-item{aspect-ratio:1;border:1px solid #e5e5ea;border-radius:8px;overflow:hidden;position:relative}.image-item img{height:100%;object-fit:cover;width:100%}.remove-image{background:#ff3b30e6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px;position:absolute;right:4px;top:4px;transition:all .2s}.remove-image:hover{background:#ff3b30}.upload-zone{border:2px dashed #d1d1d6;border-radius:8px;padding:20px;text-align:center;transition:all .2s}.upload-zone:hover{background:#007aff0d;border-color:#007aff}.upload-label{color:#007aff;cursor:pointer;display:block;font-size:14px;font-weight:500}.code-header{margin-bottom:8px}.code-header select{font-size:13px;padding:6px 12px;width:auto}.code-editor{background:#1d1d1f;border-color:#1d1d1f;color:#f5f5f7;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace!important}.code-editor:focus{border-color:#007aff}@media (max-width:768px){.toolbar-btn{font-size:12px;padding:6px 12px}.images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.section-content{padding:12px}}.animated-initials-container{align-items:center;animation:initialsGradientShift 6s ease infinite,initialsPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a6f 25%,#c44569 50%,#a8385d 75%,#7f2b50);background-size:400% 400%;border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 20px #0003;color:#fff;display:flex;flex-shrink:0;font-weight:700;justify-content:center;text-transform:uppercase}@keyframes initialsGradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes initialsPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}body.dark-mode .animated-initials-container{border-color:#ffffff80;box-shadow:0 4px 20px #ff6b6b66}.user-dashboard{margin:80px auto 40px;max-width:1200px;padding:0 20px}.dashboard-header{background:linear-gradient(135deg,#007aff,#0051d5);border-radius:20px;color:#fff;padding:40px}.user-profile{align-items:center;display:flex;gap:24px}.user-info h1{font-size:32px;font-weight:700;margin:0 0 8px}.user-email{font-size:16px;margin:0;opacity:.9}.btn-logout{background:#fff3;border:2px solid #fff;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;padding:12px 24px;transition:all .3s}.btn-logout:hover{background:#fff;color:#007aff}.stats-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.stat-card{align-items:center;border-radius:16px;box-shadow:0 2px 8px #0000001a;display:flex;gap:20px;padding:30px;transition:transform .3s}.stat-card:hover{transform:translateY(-4px)}.stat-icon{font-size:48px}.stat-content h3{color:#007aff;font-size:36px;font-weight:700;margin:0 0 4px}.stat-content p{color:#6e6e73;font-size:14px;margin:0}.dashboard-section{margin-bottom:60px}.dashboard-section h2{color:#1d1d1f;font-size:28px;font-weight:700;margin-bottom:24px}.empty-state{background:#f5f5f7;border-radius:16px;padding:80px 20px}.empty-icon{font-size:80px;margin-bottom:20px}.empty-state p{color:#6e6e73;margin-bottom:24px}.courses-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.course-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .3s}.course-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-8px)}.course-image{background:#f5f5f7;height:180px;overflow:hidden;position:relative;width:100%}.course-image img{height:100%;object-fit:cover;width:100%}.course-badge{background:#34c759;border-radius:20px;color:#fff;font-size:13px;font-weight:600;padding:6px 16px;position:absolute;right:12px;top:12px}.course-badge.price{background:#007aff}.course-badge.free{background:#34c759}.course-info{flex:1 1;padding:20px}.course-info h3{color:#1d1d1f;font-size:20px;font-weight:600;margin:0 0 12px}.course-description{color:#6e6e73;font-size:14px;line-height:1.6;margin-bottom:16px}.course-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.course-videos{color:#6e6e73;font-size:14px}.course-price-paid{color:#007aff;font-weight:600}.course-tags{display:flex;flex-wrap:wrap;gap:8px}.btn-access,.btn-explore{background:#007aff;border:none;border-radius:0 0 16px 16px;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;padding:12px;transition:background .3s;width:100%}.btn-access:hover,.btn-explore:hover{background:#0051d5}.btn-explore{background:#34c759}.btn-explore:hover{background:#28a745}.purchase-history{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;overflow-x:auto;padding:24px}.history-table{border-collapse:collapse;width:100%}.history-table th{border-bottom:2px solid #e5e5ea;color:#6e6e73;font-size:14px;font-weight:600;padding:16px;text-align:left}.history-table td{border-bottom:1px solid #e5e5ea;padding:16px}.course-cell strong{color:#1d1d1f}.status-badge{border-radius:12px;font-size:12px;font-weight:600;padding:4px 12px}.status-badge.active{background:#d1f4e0;color:#28a745}.dashboard-loading{color:#6e6e73;font-size:18px;padding:100px 20px;text-align:center}@media (max-width:768px){.dashboard-header{gap:20px;text-align:center}.dashboard-header,.user-profile{flex-direction:column}.user-info h1{font-size:24px}.courses-grid,.stats-container{grid-template-columns:1fr}.history-table{font-size:14px}.history-table td,.history-table th{padding:12px 8px}}.auth-container{align-items:center;animation:gradientShift 10s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.auth-card{animation:slideUp .5s ease-out;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:480px;padding:48px;width:100%;will-change:transform,opacity}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:32px;text-align:center}.auth-header h2{color:#1d1d1f;font-size:32px;font-weight:600;margin-bottom:8px}.auth-header p{color:#6e6e73;font-size:16px}.auth-form{margin-bottom:24px}.auth-form .form-group{margin-bottom:20px}.auth-form label{color:#1d1d1f;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.auth-form input{background:#f5f5f7;border:2px solid #0000001a;border-radius:12px;color:#1d1d1f;font-family:inherit;font-size:16px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.auth-form input:focus{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea33;outline:none;transform:translateY(-2px)}.auth-form .btn{font-size:17px;font-weight:600;margin-top:8px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.auth-form .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.auth-form .btn-primary:hover:not(:disabled){box-shadow:0 8px 24px #667eea66;transform:translateY(-2px)}.auth-form .btn-primary:disabled{cursor:not-allowed;opacity:.6}.auth-footer{border-top:1px solid #0000001a;padding-top:24px;text-align:center}.auth-footer p{color:#6e6e73;font-size:14px}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s ease}.auth-footer a:hover{color:#764ba2;text-decoration:underline}.error-message{animation:shake .5s ease;background:#ffe5e5;border:1px solid #ff3b30;border-radius:12px;color:#ff3b30;font-size:14px;margin-bottom:20px;padding:12px 16px}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@media (max-width:640px){.auth-card{padding:32px 24px}.auth-header h2{font-size:28px}}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:-.022em;line-height:1.47059}.container{margin:0 auto;max-width:1200px;padding:0 22px}.navbar{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background:#fffffff2;border-bottom:1px solid #00000014;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-content{height:48px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 22px}.logo,.navbar-content{align-items:center;display:flex}.logo{color:#1d1d1f;font-size:17px;font-weight:600;gap:8px;text-decoration:none;transition:opacity .3s}.logo:hover{opacity:.7}.logo span{font-size:17px}.nav-links{align-items:center;display:flex;gap:0;list-style:none}.nav-links,.nav-links li{margin:0;padding:0}.nav-links .btn-link,.nav-links a{color:#1d1d1f;display:inline-block;font-size:14px;height:48px;line-height:48px;padding:0 16px;text-decoration:none;transition:opacity .3s;white-space:nowrap}.nav-links .btn-link:hover,.nav-links a:hover{opacity:.6}.btn-small{border-radius:980px;height:auto!important;line-height:1.4!important;margin-left:8px;padding:6px 16px!important}.user-menu-container{position:relative}.user-menu-button{align-items:center;background:#0000;border:none;color:#1d1d1f;cursor:pointer;display:flex;font-family:inherit;font-size:14px;gap:8px;height:48px;padding:0 12px;transition:opacity .3s}.user-menu-button:hover{opacity:.6}.user-avatar{align-items:center;background:#007aff;border-radius:50%;color:#fff;display:flex;font-size:13px;font-weight:600;height:28px;justify-content:center;width:28px}.user-name{font-size:14px;font-weight:400;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-dropdown{animation:dropdownSlide .2s ease;background:#fff;border:1px solid #00000014;border-radius:12px;box-shadow:0 4px 24px #0000001f;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:2000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{background:#f5f5f7;border-bottom:1px solid #00000014;padding:12px 16px}.user-email{color:#6e6e73;font-size:12px;word-break:break-all}.user-menu-item{background:#0000;border:none;color:#1d1d1f;cursor:pointer;display:block;font-family:inherit;font-size:14px;padding:12px 16px;text-align:left;text-decoration:none;transition:background .2s;width:100%}.user-menu-item:hover{background:#f5f5f7}.user-menu-item.logout-btn{border-top:1px solid #00000014;color:#ff3b30}.hero{background:#fff;padding:100px 22px 80px;text-align:center}.hero h1{color:#1d1d1f;font-size:56px;font-weight:600;letter-spacing:-.005em;line-height:1.07143;margin:24px 0 12px}.hero-role{color:#6e6e73;font-size:21px;font-weight:400;letter-spacing:.5px;line-height:1.381;margin-bottom:32px}.hero-bio{color:#6e6e73;font-size:17px;line-height:1.6;margin:0 auto 40px;max-width:800px}.credentials{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin:40px 0}.credential-item{align-items:center;background:#f5f5f7;border:1px solid #0000001a;border-radius:50px;color:#1d1d1f;display:flex;font-size:14px;font-weight:400;gap:8px;padding:12px 24px;transition:all .3s}.credential-item:hover{background:#e8e8ed;transform:translateY(-2px)}.credential-icon{font-size:20px}.expertise-section{background:#f5f5f7;border:1px solid #0000001a;border-radius:24px;margin:60px auto 0;max-width:1200px;padding:40px}.expertise-section h3{color:#1d1d1f;font-size:32px;font-weight:600;margin-bottom:32px;text-align:center}.expertise-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.expertise-card{background:#fff;border:1px solid #0000001a;border-radius:16px;padding:24px;transition:all .3s}.expertise-card:hover{background:#fff;box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.expertise-card h4{color:#1d1d1f;font-size:18px;font-weight:600;margin-bottom:12px}.expertise-card p{color:#6e6e73;font-size:14px;line-height:1.6}.tabs{background:#fff;border-bottom:1px solid #0000001a;display:flex;gap:12px;justify-content:center;padding:40px 22px}.tab{background:#f5f5f7;border:none;border-radius:980px;color:#1d1d1f;cursor:pointer;font-size:14px;font-weight:400;padding:8px 20px;transition:all .3s}.tab:hover{background:#e8e8ed}.tab.active{background:#000;color:#fff}.posts-section{background:#fff;min-height:60vh;padding:60px 0}.posts-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:40px}.post-card{background:#fff;border:1px solid #0000001a;border-radius:18px;cursor:pointer;overflow:hidden;transition:all .3s}.post-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-4px)}.post-image{background:#f5f5f7;height:200px;object-fit:cover;width:100%}.post-content{padding:24px}.post-type{background:#f5f5f7;border-radius:12px;color:#6e6e73;display:inline-block;font-size:12px;font-weight:500;margin-bottom:12px;padding:4px 12px;text-transform:uppercase}.post-title{color:#1d1d1f;font-size:24px;font-weight:600;line-height:1.2;margin-bottom:8px}.post-excerpt{color:#6e6e73;font-size:14px;line-height:1.5;margin-bottom:12px}.post-date{color:#86868b;font-size:12px}.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag{background:#f5f5f7;border-radius:12px;color:#6e6e73;font-size:12px;padding:4px 12px}.modal-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.modal-content{background:#fff;border-radius:18px;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.modal-close{align-items:center;background:#f5f5f7;border:none;border-radius:50%;color:#1d1d1f;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;position:absolute;right:20px;top:20px;width:36px;z-index:1}.modal-close:hover{background:#e8e8ed}.modal-image{height:400px;object-fit:cover;width:100%}.modal-body{padding:40px}.modal-body h2{color:#1d1d1f;font-size:40px;font-weight:600;line-height:1.1;margin-bottom:12px}.modal-body p{color:#6e6e73;margin-bottom:24px}.modal-video{border:none;border-radius:12px;height:450px;margin:24px 0;width:100%}.contact-section{background:#f5f5f7;padding:80px 22px}.contact-section h2{color:#1d1d1f;font-size:48px;font-weight:600;margin-bottom:48px;text-align:center}.contact-form{margin:0 auto;max-width:600px}.form-group{margin-bottom:24px}.form-group label{color:#1d1d1f;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #0000001a;border-radius:12px;color:#1d1d1f;font-family:inherit;font-size:17px;padding:16px;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0071e3;outline:none}.form-group textarea{min-height:150px;resize:vertical}.btn{border:none;border-radius:980px;cursor:pointer;font-family:inherit;font-size:17px;font-weight:400;padding:12px 24px;transition:all .3s}.btn-primary{background:#0071e3;color:#fff;width:100%}.btn-primary:hover{background:#0077ed}.btn-secondary{background:#f5f5f7;color:#1d1d1f}.btn-secondary:hover{background:#e8e8ed}.btn-danger{background:#ff3b30;color:#fff}.btn-danger:hover{background:#ff453a}.admin-container{display:flex;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #0000001a;height:100vh;overflow-y:auto;padding:24px;position:fixed;width:260px}.sidebar-logo{color:#1d1d1f;font-size:21px;font-weight:600;margin-bottom:32px}.sidebar-nav{list-style:none}.sidebar-item{align-items:center;border-radius:8px;color:#1d1d1f;cursor:pointer;display:flex;font-size:14px;gap:12px;margin-bottom:4px;padding:12px 16px;transition:background .2s}.sidebar-item:hover{background:#f5f5f7}.sidebar-item.active{background:#000;color:#fff}.main-content{background:#f5f5f7;flex:1 1;margin-left:260px;padding:40px}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.dashboard-header h1{color:#1d1d1f;font-size:40px;font-weight:600}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:40px}.stat-card{background:#fff;border:1px solid #0000001a;border-radius:12px;padding:24px}.stat-value{color:#1d1d1f;display:block;font-size:48px;font-weight:600;margin-bottom:8px}.stat-label{color:#6e6e73;font-size:17px}.card{background:#fff;border:1px solid #0000001a;border-radius:12px;margin-bottom:24px;padding:24px}.card h3{color:#1d1d1f}.table{border-collapse:collapse;width:100%}.table th{border-bottom:1px solid #0000001a;color:#6e6e73;font-size:14px;font-weight:600;padding:12px;text-align:left}.table td{border-bottom:1px solid #0000000d;color:#1d1d1f;font-size:14px;padding:16px 12px}.table tr:hover{background:#f5f5f7}.badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px}.badge-unread{background:#ff3b30;color:#fff}.badge-read{background:#34c759;color:#fff}.empty-state{color:#6e6e73;padding:60px 20px;text-align:center}.empty-state h3{color:#1d1d1f;font-size:24px;font-weight:600;margin-bottom:12px}@media (max-width:768px){.navbar-content{padding:0 16px}.nav-links{gap:0}.nav-links .btn-link,.nav-links a{font-size:13px;padding:0 8px}.user-name{display:none}.hero h1{font-size:40px}.posts-grid{grid-template-columns:1fr}.admin-container{flex-direction:column}.sidebar{height:auto;position:relative;width:100%}.main-content{margin-left:0}.expertise-grid{grid-template-columns:1fr}.credentials{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.9f2c5492.css.map*/