.nav{width:100%;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;text-decoration:none}.nav-logo-img{height:70px;width:auto;object-fit:contain}.nav-overlay{display:none}.nav-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.nav-toggle-icon{width:25px;height:3px;background-color:#1a1a1a;transition:all .3s ease;border-radius:2px}.nav-toggle-icon.open:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.nav-toggle-icon.open:nth-child(2){opacity:0;transform:translate(-10px)}.nav-toggle-icon.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#1a1a1a;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#6366f1}.nav-membership-btn{background-color:#ec4899;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.nav-membership-btn:hover{background-color:#db2777}@media (max-width: 768px){.nav{padding:1rem}.nav-container{position:relative}.nav-toggle{display:flex;position:relative;z-index:1001}.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-2px 0 8px #0000001a;transition:right .3s ease;z-index:1000;overflow-y:auto}.nav-menu.active{right:0}.nav-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.nav-link{font-size:1rem;width:100%;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.nav-membership-btn{width:100%;padding:.75rem 1rem;font-size:.9rem;margin-top:1rem}.nav-logo-img{height:50px}}.footer{background-color:#fff;color:#1a1a1a;padding:3rem 2rem 1.5rem;margin-top:4rem;border-top:1px solid #e5e7eb}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 1.5fr;gap:4rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.footer-description{color:#6b7280;line-height:1.6;margin:0;max-width:400px}.footer-contact-info{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.footer-contact-item{color:#1a1a1a;font-size:.9375rem;line-height:1.5}.footer-contact-label{font-weight:700;color:#1a1a1a}.footer-contact-item a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.footer-contact-item a:hover{color:#4a00c8;text-decoration:underline}.footer-right-section{display:flex;flex-direction:column;gap:2rem}.footer-links-section,.footer-links-group{display:flex;flex-direction:column;gap:1rem}.footer-links-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;gap:1.5rem;flex-wrap:nowrap}.footer-links li a{color:#6b7280;text-decoration:none;font-size:.9375rem;transition:color .3s ease}.footer-links li a:hover{color:#1a1a1a}.footer-newsletter{display:flex;flex-direction:column;gap:1rem}.footer-newsletter-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.footer-newsletter-form{display:flex;flex-direction:column;gap:.75rem}.footer-newsletter-input{padding:.75rem;border:none;border-bottom:1px solid #d1d5db;font-size:.9375rem;font-family:inherit;background:transparent;outline:none;transition:border-color .3s ease}.footer-newsletter-input:focus{border-bottom-color:#4a00c8}.footer-newsletter-input::placeholder{color:#9ca3af}.footer-newsletter-btn{background-color:red;color:#fff;border:none;padding:.75rem 2rem;border-radius:0;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%}.footer-newsletter-btn:hover:not(:disabled){background-color:#c00;transform:translateY(-2px)}.footer-newsletter-btn:disabled{opacity:.6;cursor:not-allowed}.footer-newsletter-message{padding:.75rem;border-radius:4px;font-size:.875rem;font-weight:500;margin-bottom:.5rem;animation:slideInDown .3s ease-out}.footer-newsletter-success{background-color:#f0fdf4;color:#166534;border:1px solid #22c55e}.footer-newsletter-error{background-color:#fef2f2;color:#991b1b;border:1px solid #ef4444}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer-bottom{padding-top:1.5rem;text-align:center}.footer-copyright{color:#9ca3af;font-size:.875rem;margin:0}.footer-admin-link{color:#9ca3af;text-decoration:none;font-size:.75rem;margin-left:.5rem;transition:color .3s ease}.footer-admin-link:hover{color:#6b7280;text-decoration:underline}@media (max-width: 768px){.footer{padding:2rem 1.5rem 1rem}.footer-main{grid-template-columns:1fr;gap:2.5rem}.footer-right-section{gap:1.5rem}.footer-brand-name{font-size:1.25rem}}.floating-social-panel{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:1000;background-color:#1a1a1a;padding:.75rem .375rem;border-radius:6px 0 0 6px;box-shadow:-2px 0 8px #0000001a}.social-panel-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.social-icon{color:#fff;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .3s ease;cursor:pointer}.social-icon:hover{color:#4a00c8;transform:scale(1.1)}.social-icon svg{width:16px;height:16px}@media (max-width: 768px){.floating-social-panel{display:none}}.home{width:100%;min-height:calc(100vh - 200px);display:flex;flex-direction:column}.hero-section{width:100%;padding:4rem 2rem;background:#6b34ca;position:relative;overflow:hidden;flex:1;min-height:calc(100vh - 200px)}.hero-section:before{content:"";position:absolute;bottom:-100px;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(254,243,199,.6) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-left{display:flex;flex-direction:column;gap:2rem}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.hero-description{font-size:1.125rem;color:#fff;line-height:1.7;margin:0;opacity:.95}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-btn-primary{background-color:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease,border-color .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-decoration:none;display:inline-block}.hero-btn-primary:hover{background-color:#ffffff4d;border-color:#ffffffb3;transform:translateY(-2px)}.hero-btn-secondary{background-color:red;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .3s ease,transform .2s ease;text-decoration:none}.hero-btn-secondary:hover{background-color:#c00;transform:translateY(-2px)}.play-icon{font-size:.875rem;color:#fff}.hero-right{display:flex;justify-content:center;align-items:center}.hero-image{width:100%;max-width:300px;height:auto;object-fit:cover;border-radius:50%;aspect-ratio:1 / 1}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-right{order:-1}}@media (max-width: 768px){.hero-section{padding:3rem 1.5rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-btn-primary,.hero-btn-secondary{width:100%;justify-content:center}}.courses{width:100%;min-height:calc(100vh - 200px)}.courses-hero{background:linear-gradient(135deg,#6b34ca,#4a00c8);padding:4rem 2rem;text-align:center}.courses-hero-content{max-width:800px;margin:0 auto}.courses-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1rem}.courses-subtitle{font-size:1.25rem;color:#fff;opacity:.9;margin:0}.courses-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(600px,1fr));gap:2rem}.course-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;overflow:hidden;height:200px}.course-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.course-card-left{width:35%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:200px;flex-shrink:0}.course-image{width:100%;height:100%;object-fit:cover;min-height:200px}.course-image-placeholder{width:100%;height:100%;background-color:#9ca3af;min-height:200px}.course-card-right{width:65%;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:200px}.course-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3}.course-description{color:#4a5568;line-height:1.5;margin:0 0 1rem;flex-grow:1;font-size:.875rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;max-height:5.25rem}.course-btn{background-color:gold;color:#1e3a8a;border:none;padding:.175rem .75rem;border-radius:8px;font-weight:600;font-size:.8125rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease;display:flex;align-items:center;gap:.375rem;width:fit-content;margin-top:auto;flex-shrink:0}.course-btn:hover{background-color:#ffc700;transform:translateY(-2px)}.course-btn{text-decoration:none}.courses-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.courses-loading p{font-size:1.125rem;color:#6b7280;margin:0}.spinner{border:4px solid #f3f4f6;border-top:4px solid #4A00C8;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.courses-error,.courses-empty{text-align:center;padding:4rem 2rem;font-size:1.125rem;color:#6b7280}.courses-error{color:#ef4444}.btn-arrow{font-size:1.25rem;color:#1e3a8a}@media (max-width: 768px){.courses-hero{padding:3rem 1.5rem}.courses-title{font-size:2rem}.courses-subtitle{font-size:1rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.courses-container{padding:2rem 1rem}.course-card{flex-direction:column;height:auto;min-height:auto}.course-card-left{width:100%;height:200px;min-height:200px;flex-shrink:0}.course-image,.course-image-placeholder{min-height:200px}.course-card-right{width:100%;padding:1.5rem;min-height:auto;display:flex;flex-direction:column;justify-content:space-between}.course-title{font-size:1.125rem;margin-bottom:.5rem}.course-description{font-size:.875rem;margin-bottom:1rem;-webkit-line-clamp:3;line-clamp:3;max-height:3.9375rem}.course-btn{width:100%;justify-content:center;padding:.5rem 1rem;font-size:.875rem}.pagination{flex-wrap:wrap;gap:.5rem}.pagination-btn{padding:.5rem 1rem;font-size:.875rem}.pagination-number{padding:.5rem .75rem;min-width:35px;font-size:.875rem}}.offline-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:400px}.offline-empty-image{width:200px;height:200px;object-fit:contain;margin-bottom:2rem;opacity:.8}.offline-empty-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.offline-empty-message{font-size:1rem;color:#6b7280;margin:0 0 1.5rem;max-width:400px}.offline-retry-btn{background:#4a00c8;color:#fff;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:.5rem}.offline-retry-btn:hover{background:#3a00a0;transform:translateY(-2px)}.offline-retry-btn:active{transform:translateY(0)}@media (max-width: 768px){.offline-empty-state{padding:3rem 1.5rem;min-height:300px}.offline-empty-image{width:150px;height:150px;margin-bottom:1.5rem}.offline-empty-title{font-size:1.25rem}.offline-empty-message{font-size:.9375rem}}.blog{width:100%;min-height:calc(100vh - 200px)}.blog-hero{background:linear-gradient(135deg,#6b34ca,#4a00c8);padding:4rem 2rem;text-align:center}.blog-hero-content{max-width:800px;margin:0 auto}.blog-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1rem}.blog-subtitle{font-size:1.25rem;color:#fff;opacity:.9;margin:0}.blog-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(600px,1fr));gap:2rem}.blog-card{background:#fff;border-radius:0;box-shadow:none;border:none;border-bottom:1px solid #000000;display:flex;overflow:hidden;height:200px}.blog-card-left{width:35%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:200px;flex-shrink:0}.blog-image{width:100%;height:100%;object-fit:cover;min-height:200px}.blog-image-placeholder{width:100%;height:100%;background-color:#9ca3af;min-height:200px}.blog-card-right{width:65%;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.blog-card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3}.blog-card-excerpt{color:#4a5568;line-height:1.5;margin:0 0 1rem;flex-grow:1;font-size:.9375rem}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.blog-card-meta{display:flex;flex-direction:column;gap:.25rem}.blog-author{color:#1a1a1a;font-weight:600;font-size:.875rem}.blog-date{color:#6b7280;font-size:.75rem}.blog-read-btn{background-color:gold;color:#1e3a8a;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.blog-read-btn:hover{background-color:#ffc700;transform:translateY(-2px)}.blog-loading{text-align:center;padding:4rem 2rem}.blog-loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4A00C8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.blog-loading p{color:#666;font-size:1.125rem}.blog-error{text-align:center;padding:4rem 2rem;color:#c33}.blog-error p{margin-bottom:1rem;font-size:1.125rem}.blog-empty{text-align:center;padding:4rem 2rem;color:#666;font-size:1.125rem}@media (max-width: 768px){.blog-title{font-size:2rem}.blog-subtitle{font-size:1rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-container{padding:2rem 1rem}.blog-card{flex-direction:column;height:auto;min-height:200px}.blog-card-left{width:100%;min-height:200px}.blog-image-placeholder{min-height:200px}.blog-card-right{width:100%}.pagination{flex-wrap:wrap;gap:.5rem}.pagination-btn{padding:.5rem 1rem;font-size:.875rem}.pagination-number{padding:.5rem .75rem;min-width:35px;font-size:.875rem}}.doc-editor{max-width:820px;margin:24px auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.doc-toolbar{display:flex;gap:8px;padding:10px;border-bottom:1px solid #e5e7eb}.doc-toolbar button{padding:6px 10px;border-radius:6px;border:none;background:#f3f4f6;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;color:#374151}.doc-toolbar button:hover{background:#e5e7eb}.doc-toolbar button.is-active{background:#4a00c8;color:#fff}.doc-toolbar button svg{display:block}.doc-toolbar .color-picker-wrapper{display:flex;align-items:center}.doc-toolbar .color-picker{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;padding:0;background:#f3f4f6}.doc-toolbar .color-picker::-webkit-color-swatch-wrapper{padding:0}.doc-toolbar .color-picker::-webkit-color-swatch{border:none;border-radius:4px}.toolbar-divider{width:1px;height:24px;background:#e5e7eb;margin:0 4px}.doc-content table{border-collapse:collapse;margin:1.5rem 0;table-layout:fixed;width:100%;overflow:hidden}.doc-content table td,.doc-content table th{min-width:1em;border:1px solid #d1d5db;padding:8px 12px;vertical-align:top;box-sizing:border-box;position:relative}.doc-content table th{font-weight:600;text-align:left;background-color:#f9fafb}.doc-content table .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#4a00c81a;pointer-events:none}.doc-content table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#4a00c8;pointer-events:none}.doc-content{padding:28px;min-height:420px;font-size:16px;line-height:1.75}.doc-content img{max-width:100%;border-radius:8px;margin:12px 0;cursor:pointer;position:relative;display:block;transition:box-shadow .2s}.doc-content img:hover{box-shadow:0 0 0 2px #4a00c833}.doc-content img:after{content:"";position:absolute;bottom:2px;right:2px;width:16px;height:16px;background:#4a00c8;border:2px solid #ffffff;border-radius:3px;cursor:nwse-resize;opacity:0;transition:opacity .2s;pointer-events:none}.doc-content img:hover:after{opacity:1}.doc-content img{position:relative}.form-group .doc-editor{max-width:100%;margin:0;border:1px solid #d1d5db;border-radius:4px;transition:border-color .3s ease}.doc-editor.drag-over{opacity:.7;border-color:#4a00c8!important;background-color:#f0f9ff}.doc-editor-readonly{border:none;box-shadow:none;background:transparent}.doc-editor-readonly .doc-content{padding:0;min-height:auto}.doc-editor-readonly .doc-content .ProseMirror{outline:none;min-height:auto}.doc-editor-readonly .doc-content img{max-width:100%;height:auto}.blog-post{width:100%;min-height:calc(100vh - 200px);padding:2rem}.blog-post-container{max-width:1000px;margin:0 auto}.back-btn{background:none!important;border:none!important;color:#000!important;padding:.5rem;cursor:pointer;margin-bottom:2rem;transition:opacity .2s ease;display:inline-flex;align-items:center;justify-content:center}.back-btn:hover{opacity:.7}.back-btn svg,.back-btn svg *{display:block;stroke:#000!important;stroke-width:3!important;color:#000!important;fill:none!important}.back-btn svg path{stroke:#000!important;fill:none!important}.blog-post-content{background:#fff;padding:3rem;border:1px solid #000000;border-radius:0;box-shadow:none}.blog-post-thumbnail{width:100%;margin-bottom:2rem;border-radius:8px;overflow:hidden}.blog-post-thumbnail img{width:100%;height:auto;max-height:500px;object-fit:cover;display:block}.blog-post-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-post-tag{background-color:#4a00c8;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.blog-post-loading{text-align:center;padding:4rem 2rem}.blog-post-loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4A00C8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.blog-post-loading p{color:#666;font-size:1.125rem}.blog-post-error{text-align:center;padding:4rem 2rem}.blog-post-error h1{color:#1a1a1a;margin-bottom:1rem}.blog-post-error p{color:#666;margin-bottom:1.5rem}.blog-post-description{font-size:1.25rem;color:#666;font-style:italic;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.blog-post-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.2}.blog-post-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.blog-post-author-section{display:flex;align-items:center;gap:.5rem}.blog-post-author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.blog-post-author{color:#1a1a1a;font-weight:600;font-size:.9375rem}.blog-post-date{color:#6b7280;font-size:.9375rem}.blog-post-body{color:#4a5568;line-height:1.8;font-size:1.125rem}.blog-post-body h2{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin:2rem 0 1rem}.blog-post-body p{margin:1rem 0}.blog-post-body ul{margin:1rem 0;padding-left:2rem}.blog-post-body li{margin:.5rem 0}.blog-post-body code{background-color:#f3f4f6;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e83e8c}.blog-post-body pre{background-color:#1a1a1a;color:#f8f8f2;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.blog-post-body pre code{background-color:transparent;padding:0;color:inherit;font-size:.9rem}.blog-post-body blockquote{border-left:4px solid #4A00C8;padding-left:1.5rem;margin:1.5rem 0;color:#6b7280;font-style:italic}.blog-post-body a{color:#4a00c8;text-decoration:underline;transition:color .3s ease}.blog-post-body a:hover{color:#3a00a0}.blog-post-body img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.blog-post-body h1,.blog-post-body h3,.blog-post-body h4,.blog-post-body h5,.blog-post-body h6{color:#1a1a1a;font-weight:700;margin:2rem 0 1rem}.blog-post-body h1{font-size:2rem}.blog-post-body h3{font-size:1.5rem}.blog-post-body h4{font-size:1.25rem}.blog-post-body table{width:100%;border-collapse:collapse;margin:1.5rem 0}.blog-post-body table th,.blog-post-body table td{border:1px solid #e5e7eb;padding:.75rem;text-align:left}.blog-post-body table th{background-color:#f9fafb;font-weight:600}.blog-post-author-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center}.view-more-articles-btn{background-color:#4a00c8;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;display:block;white-space:nowrap;line-height:1.4;margin:0 auto;width:fit-content}.view-more-articles-btn:hover{background-color:#3a00a0}@media (max-width: 768px){.blog-post{padding:1rem}.blog-post-content{padding:2rem 1.5rem}.blog-post-title{font-size:2rem}.blog-post-body{font-size:1rem}.blog-post-body h2{font-size:1.5rem}.back-btn{padding:.5rem}.view-more-articles-btn{padding:.4rem 1rem;font-size:.8125rem;border-radius:5px;width:100%;text-align:center}}.user-blog{width:100%;min-height:calc(100vh - 200px)}.user-profile-section{background-color:#f5f5f5;padding:0;width:100%}.user-profile-container{width:100%}.user-profile-header{background-color:#fff;border-radius:0;overflow:hidden;box-shadow:0 2px 4px #0000001a;margin:0;width:100%}.user-profile-cover{height:120px;background:linear-gradient(135deg,#6b34ca,#4a00c8);position:relative}.user-profile-content{padding:0 2rem 1.5rem;margin-top:-50px;position:relative;max-width:1200px;margin-left:auto;margin-right:auto}.user-profile-main{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}.user-profile-avatar{flex-shrink:0}.user-avatar-image{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid #ffffff;box-shadow:0 2px 8px #00000026;flex-shrink:0}.user-avatar-image img{width:100%;height:100%;object-fit:cover;display:block}.user-avatar-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#6b34ca,#4a00c8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700;border:3px solid #ffffff;box-shadow:0 2px 8px #00000026;flex-shrink:0}.user-profile-details{flex:1;padding-top:50px}.user-profile-name-section{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.user-profile-name{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0}.user-verified-icon{width:22px;height:22px;border-radius:50%;background-color:#0a66c2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.user-profile-username{font-size:1rem;color:#666;margin:0 0 .5rem}.user-profile-occupation{font-size:.9375rem;color:#1a1a1a;font-weight:500;margin:0 0 .75rem}.user-profile-bio{font-size:.9375rem;color:#4a5568;line-height:1.6;margin:0 0 .75rem}.user-profile-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.user-role-badge{background-color:#e3f2fd;color:#1976d2;padding:.375rem .75rem;border-radius:16px;font-size:.8125rem;font-weight:600;text-transform:capitalize}.user-joined-date,.user-post-count{color:#666;font-size:.875rem}.user-blog-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.user-blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(600px,1fr));gap:2rem}.user-blog-card{background:#fff;border-radius:0;box-shadow:none;border:none;border-bottom:1px solid #000000;display:flex;overflow:hidden;height:200px}.user-blog-card-left{width:35%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:200px;flex-shrink:0}.user-blog-image{width:100%;height:100%;object-fit:cover;min-height:200px}.user-blog-image-placeholder{width:100%;height:100%;background-color:#9ca3af;min-height:200px}.user-blog-card-right{width:65%;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.user-blog-card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3}.user-blog-card-excerpt{color:#4a5568;line-height:1.5;margin:0 0 1rem;flex-grow:1;font-size:.9375rem}.user-blog-card-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.user-blog-card-date{color:#6b7280;font-size:.75rem}.user-blog-read-btn{background-color:gold;color:#1e3a8a;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.user-blog-read-btn:hover{background-color:#ffc700;transform:translateY(-2px)}.user-blog-loading{text-align:center;padding:4rem 2rem}.user-blog-loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4A00C8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.user-blog-loading p{color:#666;font-size:1.125rem}.user-blog-error{text-align:center;padding:4rem 2rem}.user-blog-error h1{color:#1a1a1a;margin-bottom:1rem}.user-blog-error p{color:#666;margin-bottom:1.5rem}.user-blog-empty{text-align:center;padding:4rem 2rem;color:#666;font-size:1.125rem}.back-btn{background-color:#4a00c8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.back-btn:hover{background-color:#3a00a0}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:2rem 0}.pagination-btn{background-color:#4a00c8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.pagination-btn:hover:not(:disabled){background-color:#3a00a0;transform:translateY(-2px)}.pagination-btn:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}.pagination-numbers{display:flex;gap:.5rem}.pagination-number{background-color:#fff;color:#4a00c8;border:2px solid #4A00C8;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:40px}.pagination-number:hover{background-color:#f3f4f6;transform:translateY(-2px)}.pagination-number.active{background-color:#4a00c8;color:#fff;border-color:#4a00c8}@media (max-width: 768px){.user-profile-header{margin:0}.user-profile-cover{height:100px}.user-profile-content{padding:0 1rem 1rem;margin-top:-40px}.user-profile-main{flex-direction:column;align-items:center;text-align:center;gap:.75rem;margin-bottom:.75rem}.user-avatar-image{width:80px;height:80px;border-width:2px}.user-avatar-placeholder{width:80px;height:80px;font-size:1.5rem;border-width:2px}.user-profile-details{padding-top:0;width:100%}.user-profile-name-section{justify-content:center}.user-profile-name{font-size:1.75rem}.user-profile-username{font-size:1rem;text-align:center}.user-profile-meta{justify-content:center}.user-blog-grid{grid-template-columns:1fr;gap:1.5rem}.user-blog-container{padding:2rem 1rem}.user-blog-card{flex-direction:column;height:auto;min-height:200px}.user-blog-card-left{width:100%;min-height:200px}.user-blog-image-placeholder{min-height:200px}.user-blog-card-right{width:100%}.pagination{flex-wrap:wrap;gap:.5rem}.pagination-btn{padding:.5rem 1rem;font-size:.875rem}.pagination-number{padding:.5rem .75rem;min-width:35px;font-size:.875rem}}.contact{width:100%;min-height:calc(100vh - 200px)}.contact-hero{background:linear-gradient(135deg,#6b34ca,#4a00c8);padding:4rem 2rem;text-align:center}.contact-hero-content{max-width:800px;margin:0 auto}.contact-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1rem}.contact-subtitle{font-size:1.25rem;color:#fff;opacity:.9;margin:0}.contact-container{max-width:600px;margin:0 auto;padding:4rem 2rem;display:flex;justify-content:center;align-items:center}.contact-form-wrapper{background:#fff;padding:2rem;border:1px solid #000000;width:100%}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group textarea{resize:vertical;min-height:120px}.contact-submit-btn{background-color:#4a00c8;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%}.contact-submit-btn:hover:not(:disabled){background-color:#3a00a0;transform:translateY(-2px)}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-success-message{background-color:#f0fdf4;border:2px solid #22c55e;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:center;animation:slideInDown .5s ease-out}.success-checkmark{width:80px;height:80px;margin:0 auto 1rem;position:relative}.checkmark-svg{width:100%;height:100%;animation:scaleIn .5s ease-out}.checkmark-circle{stroke:#22c55e;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{stroke:#22c55e;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .6s forwards}.success-text{color:#166534;font-size:1.125rem;font-weight:600;margin:0}.contact-error-message{background-color:#fef2f2;border:2px solid #ef4444;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center;animation:slideInDown .5s ease-out}.error-text{color:#991b1b;font-size:1rem;font-weight:500;margin:0}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes stroke{to{stroke-dashoffset:0}}@media (max-width: 768px){.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-container{padding:2rem 1rem}.contact-form-wrapper,.contact-success-message{padding:1.5rem}.success-checkmark{width:60px;height:60px}.success-text{font-size:1rem}}.team{width:100%;min-height:calc(100vh - 200px)}.team-hero{background:linear-gradient(135deg,#6b34ca,#4a00c8);padding:4rem 2rem;text-align:center}.team-hero-content{max-width:800px;margin:0 auto}.team-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1rem}.team-subtitle{font-size:1.25rem;color:#fff;opacity:.9;margin:0}.team-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem;justify-items:center}.team-card{background:#fff;border-radius:0;box-shadow:0 4px 6px #0000001a;overflow:hidden;max-width:320px;width:100%}.team-card-image-wrapper{width:100%;height:300px;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:2rem}.team-card-image{width:200px;height:200px;object-fit:cover;border-radius:50%;aspect-ratio:1 / 1}.team-image-placeholder{width:200px;height:200px;border-radius:50%;background-color:#9ca3af}.team-card-content{padding:2rem;display:flex;flex-direction:column;gap:1rem}.team-card-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.team-card-role{font-size:1rem;font-weight:600;color:#4a00c8;margin:0}.team-card-bio{color:#4a5568;line-height:1.6;margin:0;flex-grow:1}.team-card-links{display:flex;gap:1rem;margin-top:.5rem}.team-link{color:#4a00c8;text-decoration:none;font-weight:600;font-size:.9375rem;transition:color .3s ease}.team-link:hover{color:#3a00a0;text-decoration:underline}@media (max-width: 768px){.team-title{font-size:2rem}.team-subtitle{font-size:1rem}.team-grid{grid-template-columns:1fr;gap:2rem}.team-container{padding:2rem 1rem}.team-card{max-width:100%}.team-card-image-wrapper{height:250px}}.team-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.team-loading p{font-size:1.125rem;color:#6b7280;margin:0}.team-error,.team-empty{text-align:center;padding:4rem 2rem;font-size:1.125rem;color:#6b7280}.team-error{color:#ef4444}.offline-notice{position:fixed;bottom:2rem;right:2rem;background:#dc3545;border:1px solid #c82333;border-radius:8px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;color:#fff;font-size:.875rem;font-weight:400;box-shadow:0 4px 12px #dc35454d;z-index:1000;animation:slideInUp .3s ease-out;max-width:280px}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.offline-icon{width:8px;height:8px;border-radius:50%;background:#fff;flex-shrink:0;display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.offline-notice{bottom:1rem;right:1rem;left:1rem;max-width:none}}.alternate-nav{width:100%;padding:1rem 2rem;background-color:transparent;position:fixed;top:0;left:0;right:0;z-index:1000}.alternate-nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:flex-end;align-items:center}.alternate-nav-back{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:2rem;line-height:1;transition:color .3s ease}.alternate-nav-back:hover{color:#4a00c8}.back-icon{font-weight:700;display:inline-block}.register{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;overflow-y:auto}.register-container{max-width:400px;width:100%;padding:1rem .75rem;display:flex;flex-direction:column;gap:.75rem}.register-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.25rem}.register-logo{height:60px;width:auto;object-fit:contain}.register-header-text{font-size:.875rem;color:#666;margin:0;text-align:center}.register-success-content{text-align:center;background:#fff;padding:1.5rem 1.25rem;border:1px solid #000000;border-radius:6px}.register-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.register-subtitle{font-size:.875rem;color:#666;margin:0 0 1rem}.register-form-wrapper{background:#fff;padding:.875rem;border:1px solid #000000;border-radius:6px;box-sizing:border-box;overflow:hidden}.register-form{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.register-error{background-color:#fee;color:#c33;padding:.5rem;border-radius:4px;border:1px solid #fcc;font-size:.8125rem}.register-submit-btn{background-color:#4a00c8;color:#fff;border:none;padding:.5625rem 1.25rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:.125rem;line-height:1.2;height:2.175rem}.register-submit-btn:hover:not(:disabled){background-color:#3a00a0;transform:translateY(-2px)}.register-submit-btn:disabled{opacity:.6;cursor:not-allowed}.register-btn{background-color:#fff;color:#4a00c8;border:2px solid #4A00C8;padding:.625rem 1.25rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,color .3s ease;margin-top:.5rem}.register-btn:hover{background-color:#4a00c8;color:#fff}.register-login-link{text-align:center;margin-top:.5rem;color:#666;font-size:.75rem}.register-login-link a{color:#4a00c8;text-decoration:none;font-weight:600}.register-login-link a:hover{text-decoration:underline}@media (max-width: 768px){.register-title{font-size:2rem}.register-subtitle{font-size:1rem}.register-container{padding:2rem 1rem}.register-form-wrapper{padding:1.5rem}.form-row{grid-template-columns:1fr}}.login{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.login.admin-login{background-color:#000}.login-container{max-width:340px;width:100%;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.login-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.25rem}.login-logo{height:60px;width:auto;object-fit:contain}.login-header-text{font-size:.875rem;color:#666;margin:0;text-align:center}.login.admin-login .login-header-text{color:#fff;font-weight:700}.login-form-wrapper{background:#fff;padding:1.25rem;border:1px solid #000000;border-radius:6px}.login-form{display:flex;flex-direction:column;gap:.75rem}.form-group{display:flex;flex-direction:column;gap:.25rem;min-width:0}.form-group label{font-weight:600;color:#1a1a1a;font-size:.8125rem}.form-group input{padding:.5625rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;font-family:inherit;transition:border-color .3s ease;width:100%;box-sizing:border-box;line-height:1.2;height:2.175rem}.login-error{background-color:#fee;color:#c33;padding:.5rem;border-radius:4px;border:1px solid #fcc;font-size:.8125rem}.login-forgot-password{text-align:right;margin-top:-.25rem}.login-forgot-password a{color:#4a00c8;text-decoration:none;font-size:.75rem}.login-forgot-password a:hover{text-decoration:underline}.login-submit-btn{background-color:#4a00c8;color:#fff;border:none;padding:.5625rem 1.25rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:.125rem;line-height:1.2;height:2.175rem}.login-submit-btn:hover:not(:disabled){background-color:#3a00a0;transform:translateY(-2px)}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-register-link{text-align:center;margin-top:.75rem;color:#666;font-size:.8125rem}.login-register-link a{color:#4a00c8;text-decoration:none;font-weight:600}.login-register-link a:hover{text-decoration:underline}@media (max-width: 768px){.login-title{font-size:2rem}.login-subtitle{font-size:1rem}.login-container{padding:2rem 1rem}.login-form-wrapper{padding:1.5rem}}.admin-login-warning-banner{position:fixed;bottom:0;left:0;right:0;background-color:#dc2626;color:#fff;padding:1rem;text-align:center;z-index:1000;border-top:2px solid #991b1b}.admin-login-warning-banner p{margin:0;font-size:.875rem;font-weight:600}.admin-login-warning-link{color:#fff;text-decoration:underline;font-weight:700;margin-left:.5rem;transition:opacity .3s ease}.admin-login-warning-link:hover{opacity:.8}.verification{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.verification-container{max-width:600px;width:100%;padding:2rem}.verification-content{background:#fff;padding:3rem 2rem;border:1px solid #000000;border-radius:8px;text-align:center}.verification-status{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.verification-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4A00C8;border-radius:50%;animation:spin 1s linear infinite}.verification-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700}.verification-status.success .verification-icon{background-color:#d4edda;color:#155724}.verification-status.error .verification-icon{background-color:#f8d7da;color:#721c24}.verification-status h2{font-size:2rem;margin:0;color:#1a1a1a}.verification-status p{font-size:1.125rem;color:#666;margin:0}.verification-btn{background-color:#4a00c8;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:1rem}.verification-btn:hover{background-color:#3a00a0;transform:translateY(-2px)}@media (max-width: 768px){.verification-title{font-size:2rem}.verification-container{padding:2rem 1rem}.verification-content{padding:2rem 1.5rem}.verification-status h2{font-size:1.5rem}}.reset-password{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.reset-password-container{max-width:500px;width:100%;padding:2rem}.reset-password-success-content{text-align:center;background:#fff;padding:3rem 2rem;border:1px solid #000000;border-radius:8px}.reset-password-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}.reset-password-subtitle{font-size:1.125rem;color:#666;margin:0 0 2rem}.reset-password-form-wrapper{background:#fff;padding:2rem;border:1px solid #000000;border-radius:8px}.reset-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input:focus{outline:none;border-color:#4a00c8}.reset-password-error{background-color:#fee;color:#c33;padding:.75rem;border-radius:4px;border:1px solid #fcc}.reset-password-submit-btn{background-color:#4a00c8;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:.5rem}.reset-password-submit-btn:hover:not(:disabled){background-color:#3a00a0;transform:translateY(-2px)}.reset-password-submit-btn:disabled{opacity:.6;cursor:not-allowed}.reset-password-btn{background-color:#fff;color:#4a00c8;border:2px solid #4A00C8;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,color .3s ease;margin-top:1rem}.reset-password-btn:hover{background-color:#4a00c8;color:#fff}.reset-password-login-link{text-align:center;margin-top:1rem;color:#666}.reset-password-login-link a{color:#4a00c8;text-decoration:none;font-weight:600}.reset-password-login-link a:hover{text-decoration:underline}@media (max-width: 768px){.reset-password-title{font-size:2rem}.reset-password-subtitle{font-size:1rem}.reset-password-container{padding:2rem 1rem}.reset-password-form-wrapper{padding:1.5rem}}.newsletter-verify{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.newsletter-verify-container{width:100%;max-width:600px}.newsletter-verify-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 4px 6px #0000001a}.newsletter-verify-status{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.newsletter-verify-spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top-color:#4a00c8;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.newsletter-verify-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;animation:scaleIn .5s ease-out}.newsletter-verify-status.success .newsletter-verify-icon{background-color:#f0fdf4;color:#22c55e;border:3px solid #22c55e}.newsletter-verify-status.error .newsletter-verify-icon{background-color:#fef2f2;color:#ef4444;border:3px solid #ef4444}.newsletter-verify-status h2{margin:0;font-size:1.75rem;font-weight:600;color:#1a1a1a}.newsletter-verify-status.success h2{color:#166534}.newsletter-verify-status.error h2{color:#991b1b}.newsletter-verify-status p{margin:0;font-size:1rem;color:#6b7280;line-height:1.6}.newsletter-verify-status.success p{color:#166534}.newsletter-verify-status.error p{color:#991b1b}.newsletter-verify-btn{background-color:#4a00c8;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:1rem}.newsletter-verify-btn:hover{background-color:#3a00a0;transform:translateY(-2px)}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width: 768px){.newsletter-verify{padding:1rem}.newsletter-verify-content{padding:2rem 1.5rem}.newsletter-verify-status h2{font-size:1.5rem}.newsletter-verify-icon{width:60px;height:60px;font-size:2rem}}.manage-content{width:100%;display:flex;flex-direction:column;gap:2rem}.manage-content-section{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.manage-content-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0;cursor:pointer;transition:background-color .2s ease}.manage-content-section-header:hover{background-color:#f9f9f9;margin:-.5rem -.5rem 1rem;padding:.5rem;border-radius:4px}.manage-content-section-title{display:flex;align-items:center;gap:1rem}.manage-content-section-title h2{font-size:2rem;color:#1a1a1a;margin:0}.collapse-icon{font-size:1rem;color:#666;transition:transform .3s ease}.manage-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.manage-content-header h2{font-size:2rem;color:#1a1a1a;margin:0}.manage-content-btn{background-color:#4a00c8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.manage-content-btn:hover{background-color:#3a00a0}.manage-content-error{background-color:#fee;color:#c33;padding:1rem;border-radius:6px;border:1px solid #fcc;margin-bottom:1.5rem}.manage-content-form-wrapper{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin-bottom:2rem}.manage-content-form{display:flex;flex-direction:column;gap:1.5rem}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.form-header h3{margin:0;font-size:1.5rem;color:#1a1a1a}.form-close-btn{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .3s ease}.form-close-btn:hover{background-color:#f5f5f5}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4a00c8}.form-group textarea{resize:vertical}.description-char-count{font-size:.875rem;color:#666;margin-top:.25rem;text-align:right}.description-char-count.error{color:#c33;font-weight:600}.form-error-message{color:#c33;font-size:.875rem;margin-top:.25rem;padding:.5rem;background-color:#fee;border:1px solid #fcc;border-radius:4px}.form-group input[type=file]{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9375rem;cursor:pointer}.thumbnail-preview{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.thumbnail-preview img{max-width:300px;max-height:200px;object-fit:contain;border:1px solid #d1d5db;border-radius:4px;padding:.5rem;background-color:#f9f9f9}.thumbnail-remove-btn{background-color:#c33;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;align-self:flex-start}.thumbnail-remove-btn:hover{background-color:#a00}.form-group .quill{background-color:#fff}.form-group .ql-container{min-height:300px;font-size:1rem}.form-group .ql-editor{min-height:300px}.form-group .ql-toolbar{border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #d1d5db;border-bottom:none}.form-group .ql-container{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border:1px solid #d1d5db;border-top:none}.form-group .ql-toolbar.ql-snow,.form-group .ql-container.ql-snow{border-color:#d1d5db}.form-group .ql-toolbar.ql-snow:focus-within,.form-group .ql-container.ql-snow:focus-within{border-color:#4a00c8}.form-group .w-md-editor{border:1px solid #d1d5db;border-radius:4px}.form-group .w-md-editor:focus-within{border-color:#4a00c8}.form-group .doc-editor{max-width:100%;margin:0;border:1px solid #d1d5db;border-radius:4px;transition:border-color .3s ease;width:100%}.form-group .doc-editor:focus-within{border-color:#4a00c8;outline:none}.form-group .doc-toolbar{border-bottom:1px solid #d1d5db;border-top-left-radius:4px;border-top-right-radius:4px;background:#fff}.form-group .doc-content{padding:.75rem;min-height:300px;font-size:1rem;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.form-group .doc-content .ProseMirror{outline:none!important;min-height:300px;border:none!important;box-shadow:none!important}.form-group .doc-content .ProseMirror:focus{outline:none!important;border:none!important;box-shadow:none!important}.form-group .doc-content>div{border:none!important;outline:none!important}.form-group .doc-content .ProseMirror p.is-editor-empty:first-child:before{color:#9ca3af;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.markdown-hint{margin-top:.5rem;padding:.5rem;background-color:#f0f9ff;border-left:3px solid #4A00C8;border-radius:4px}.markdown-hint small{color:#1e40af;font-size:.875rem}.tag-input-wrapper{display:flex;gap:.5rem}.tag-input-wrapper input{flex:1}.tag-add-btn{background-color:#4a00c8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.tag-add-btn:hover{background-color:#3a00a0}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag-item{background-color:#f0f0f0;padding:.5rem .75rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.tag-remove-btn{background:none;border:none;color:#666;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:background-color .3s ease}.tag-remove-btn:hover{background-color:#e0e0e0}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.manage-content-list{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem}.posts-table{overflow-x:auto}.posts-table table{width:100%;border-collapse:collapse}.posts-table th{background-color:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0}.posts-table td{padding:1rem;border-bottom:1px solid #e0e0e0;color:#666;vertical-align:middle}.posts-table td:last-child{white-space:nowrap;text-align:right;width:1%}.posts-table tr:hover{background-color:#f9f9f9}.edit-btn{background-color:#4a00c8;color:#fff}.edit-btn:hover{background-color:#3a00a0}.delete-btn{background-color:#c33;color:#fff}.delete-btn:hover{background-color:#a00}.posts-cards{display:none}.post-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d}.post-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.post-card-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0;flex:1;min-width:200px}.post-card-date{font-size:.875rem;color:#666;white-space:nowrap}.post-card-meta{margin-bottom:.75rem}.post-card-creator{font-size:.875rem;color:#666;font-weight:500}.post-card-description{color:#666;font-size:.9375rem;line-height:1.5;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.post-card-actions .action-btn{flex:1;min-width:80px}.course-url-link{color:#4a00c8;text-decoration:none;font-weight:500;transition:color .3s ease}.course-url-link:hover{color:#3a00a0;text-decoration:underline}@media (max-width: 768px){.manage-content-section{padding:1rem}.manage-content-section-header{padding:.75rem;margin-bottom:1rem}.manage-content-section-title h2{font-size:1.5rem}.manage-content-header{flex-direction:column;align-items:flex-start;gap:1rem}.posts-table{display:none}.posts-cards{display:block}.manage-content-list{padding:1rem}.manage-content-form-wrapper{padding:1.5rem}.action-btn,.manage-content-btn{padding:.5rem 1rem;font-size:.875rem}.pagination{flex-wrap:wrap;gap:.75rem;padding:1.5rem 0;margin-top:1.5rem}.pagination button{padding:.75rem 1.25rem;font-size:.9375rem;min-width:100px}.pagination span{font-size:.9375rem;width:100%;text-align:center;order:-1}}.analytics{width:100%}.analytics-header{margin-bottom:2rem}.analytics-header h2{font-size:2rem;color:#1a1a1a;margin:0 0 .5rem}.analytics-header p{font-size:1.125rem;color:#666;margin:0}.analytics-content{width:100%}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.stat-icon.total-users{background-color:#e3f2fd;color:#1976d2}.stat-icon.active-users{background-color:#e8f5e9;color:#388e3c}.stat-icon.inactive-users{background-color:#fff3e0;color:#f57c00}.stat-icon.verified-users{background-color:#f3e5f5;color:#7b1fa2}.stat-info{flex:1}.stat-label{font-size:.9375rem;color:#666;margin:0 0 .5rem;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0}.analytics-loading{text-align:center;padding:4rem 2rem}.analytics-loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4A00C8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.analytics-loading p{color:#666;font-size:1.125rem}.analytics-error{text-align:center;padding:4rem 2rem;color:#c33}.analytics-error p{margin-bottom:1rem;font-size:1.125rem}.retry-btn{background-color:#4a00c8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.retry-btn:hover{background-color:#3a00a0}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem}.stat-icon{width:50px;height:50px;font-size:1.5rem}.stat-value{font-size:1.75rem}.analytics-header h2{font-size:1.5rem}}.manage-users{width:100%}.manage-users-header{margin-bottom:2rem}.manage-users-header h2{font-size:2rem;color:#1a1a1a;margin:0}.manage-users-error{background-color:#fee;color:#c33;padding:1rem;border-radius:6px;border:1px solid #fcc;margin-bottom:1.5rem}.search-section{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.search-form{width:100%}.search-inputs{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.search-input{flex:1;min-width:200px;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem}.search-input:focus{outline:none;border-color:#4a00c8}.search-btn,.clear-search-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.search-btn{background-color:#4a00c8;color:#fff}.search-btn:hover{background-color:#3a00a0}.clear-search-btn{background-color:#f5f5f5;color:#1a1a1a;border:1px solid #d1d5db}.clear-search-btn:hover{background-color:#e0e0e0}.users-list{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem}.loading,.empty-state{text-align:center;padding:3rem;color:#666}.users-table{overflow-x:auto}.users-table table{width:100%;border-collapse:collapse}.users-table th{background-color:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0;white-space:nowrap}.users-table td{padding:1rem;border-bottom:1px solid #e0e0e0;color:#666;vertical-align:middle}.users-table td:last-child{white-space:nowrap;width:1%}.users-table tr:hover{background-color:#f9f9f9}.role-badge{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;text-transform:capitalize}.role-badge.admin{background-color:#e3f2fd;color:#1976d2}.role-badge.member{background-color:#f3e5f5;color:#7b1fa2}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.status-badge.active{background-color:#e8f5e9;color:#388e3c}.status-badge.inactive{background-color:#ffebee;color:#c62828}.verified-badge{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.verified-badge.verified{background-color:#e8f5e9;color:#388e3c}.verified-badge.unverified{background-color:#fff3e0;color:#f57c00}.action-btn{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;margin-right:.5rem;transition:background-color .3s ease;white-space:nowrap;display:inline-block}.action-btn:last-child{margin-right:0}.block-btn{background-color:#ff9800;color:#fff}.block-btn:hover{background-color:#f57c00}.unblock-btn{background-color:#4caf50;color:#fff}.unblock-btn:hover{background-color:#388e3c}.password-btn{background-color:#4a00c8;color:#fff}.password-btn:hover{background-color:#3a00a0}.users-cards{display:none}.user-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d}.user-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.user-card-email{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.user-card-name{font-size:.9375rem;color:#666;margin:0}.user-card-badges{display:flex;gap:.5rem;flex-wrap:wrap}.user-card-info{margin-bottom:1rem}.user-info-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0f0f0;font-size:.9375rem}.user-info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#666}.user-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.user-card-actions .action-btn{flex:1;min-width:120px}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.pagination button{padding:.5rem 1rem;border:1px solid #d1d5db;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.pagination button:hover:not(:disabled){background-color:#f5f5f5}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination span{color:#666;font-weight:600}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;border-radius:8px;padding:2rem;max-width:500px;width:100%;box-shadow:0 4px 12px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{margin:0;font-size:1.5rem;color:#1a1a1a}.modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .3s ease}.modal-close:hover{background-color:#f5f5f5}.password-form{display:flex;flex-direction:column;gap:1.5rem}.password-form .form-group{display:flex;flex-direction:column;gap:.5rem}.password-form label{font-weight:600;color:#1a1a1a;font-size:.9375rem}.password-form input{padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.password-form input:focus{outline:none;border-color:#4a00c8}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-btn{background-color:#f5f5f5;color:#1a1a1a;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.cancel-btn:hover{background-color:#e0e0e0}@media (max-width: 768px){.users-table{display:none}.users-cards{display:block}.search-inputs{flex-direction:column}.search-input,.search-btn,.clear-search-btn{width:100%}.user-card-actions{flex-direction:column}.user-card-actions .action-btn{width:100%}.pagination{flex-wrap:wrap;gap:.75rem;padding:1.5rem 0;margin-top:1.5rem}.pagination button{padding:.75rem 1.25rem;font-size:.9375rem;min-width:100px}.pagination span{font-size:.9375rem;width:100%;text-align:center;order:-1}.modal-content{padding:1.5rem}}.profile{width:100%}.profile-header{margin-bottom:2rem}.profile-header h2{font-size:2rem;color:#1a1a1a;margin:0 0 .5rem}.profile-header p{font-size:1.125rem;color:#666;margin:0}.profile-error{background-color:#fee;color:#c33;padding:1rem;border-radius:6px;border:1px solid #fcc;margin-bottom:1.5rem}.profile-success{background-color:#efe;color:#3c3;padding:1rem;border-radius:6px;border:1px solid #cfc;margin-bottom:1.5rem}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-section{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.profile-section h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3{margin:0}.toggle-btn{background-color:#f5f5f5;color:#1a1a1a;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.toggle-btn:hover{background-color:#e0e0e0}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1a1a1a;font-size:.9375rem}.form-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#4a00c8;box-shadow:0 0 0 3px #4a00c81a}.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .3s ease}.form-group textarea:focus{outline:none;border-color:#4a00c8;box-shadow:0 0 0 3px #4a00c81a}.thumbnail-upload-section{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%}.thumbnail-preview-container{position:relative}.thumbnail-preview-large{width:150px;height:150px;border-radius:50%;overflow:hidden;border:3px solid #e0e0e0;position:relative;cursor:pointer;transition:border-color .3s ease}.thumbnail-preview-large:hover{border-color:#4a00c8}.thumbnail-preview-large img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity .3s ease;border-radius:50%}.thumbnail-preview-large:hover .thumbnail-overlay{opacity:1}.thumbnail-placeholder{width:150px;height:150px;border-radius:50%;border:3px dashed #d1d5db;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;transition:border-color .3s ease,background-color .3s ease;cursor:pointer}.thumbnail-placeholder:hover{border-color:#4a00c8;background-color:#f5f5f5}.thumbnail-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;color:#fff;font-size:.875rem;font-weight:600;text-align:center;padding:.5rem}.thumbnail-placeholder .thumbnail-upload-label{color:#666}.upload-icon{font-size:1.5rem}.thumbnail-input-hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden;z-index:-1}.thumbnail-remove-btn{background-color:#ffffffe6;color:#c33;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.thumbnail-remove-btn:hover{background-color:#fff}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:.5rem}.submit-btn{background-color:#4a00c8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#3a00a0}.profile-loading{text-align:center;padding:4rem 2rem}.profile-loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4A00C8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-loading p{color:#666;font-size:1.125rem}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.profile-section{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.thumbnail-preview-large{width:120px;height:120px}}.dashboard{width:100%;min-height:calc(100vh - 200px);background-color:#f5f5f5}.dashboard-container{display:flex;min-height:calc(100vh - 200px)}.dashboard-sidebar{width:250px;background-color:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;position:fixed;left:0;top:0;height:100vh;z-index:1000;transition:transform .3s ease,width .3s ease}.dashboard-sidebar.collapsed{transform:translate(-100%)}@media (min-width: 969px){.dashboard-sidebar.collapsed{transform:translate(0);width:0;overflow:hidden}}.dashboard-sidebar-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.dashboard-sidebar-header h2{margin:0;font-size:1.5rem;color:#1a1a1a}.dashboard-menu-toggle{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.dashboard-menu-toggle .dashboard-toggle-icon{width:25px;height:3px;background-color:#1a1a1a;transition:all .3s ease;border-radius:2px}.dashboard-menu-toggle .dashboard-toggle-icon.open:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.dashboard-menu-toggle .dashboard-toggle-icon.open:nth-child(2){opacity:0;transform:translate(-10px)}.dashboard-menu-toggle .dashboard-toggle-icon.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.dashboard-main-toggle{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;position:fixed;top:1rem;left:1rem;z-index:1001;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a}@media (min-width: 969px){.dashboard-main-toggle{display:none}.dashboard-sidebar:not(.collapsed)~.dashboard-main .dashboard-main-toggle{display:none}.dashboard-sidebar.collapsed~.dashboard-main .dashboard-main-toggle{display:flex}}.dashboard-toggle-icon{width:25px;height:3px;background-color:#1a1a1a;transition:all .3s ease;border-radius:2px}.dashboard-toggle-icon.open:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.dashboard-toggle-icon.open:nth-child(2){opacity:0;transform:translate(-10px)}.dashboard-toggle-icon.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.dashboard-overlay{display:none}.dashboard-nav{display:flex;flex-direction:column;padding:1rem 0;flex:1}.dashboard-nav-link{padding:1rem 1.5rem;color:#1a1a1a;text-decoration:none;font-size:1rem;transition:background-color .3s ease,color .3s ease;border:none;background:none;text-align:left;cursor:pointer;font-family:inherit}.dashboard-nav-link:hover{background-color:#f5f5f5;color:#4a00c8}.dashboard-nav-link.active{background-color:#4a00c8;color:#fff}.dashboard-nav-link.logout{margin-top:auto;color:#c33}.dashboard-nav-link.logout:hover{background-color:#fee;color:#a00}.dashboard-main{flex:1;margin-left:250px;padding:2rem;transition:margin-left .3s ease}.dashboard-sidebar.collapsed~.dashboard-main{margin-left:0}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;color:#1a1a1a;margin:0 0 .5rem}.dashboard-header p{font-size:1.125rem;color:#666;margin:0}.dashboard-content{background-color:#f5f5f5;border-radius:8px;padding:2rem;border:1px solid #e0e0e0}.dashboard-home{width:100%}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.dashboard-card{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.admin-card-users:hover,.admin-card-courses:hover,.admin-card-journal:hover{transform:none}.admin-card-users{background-color:#f9f9f9;color:#1a1a1a;cursor:pointer;border:1px solid #e0e0e0}.admin-card-users h3{color:#1a1a1a}.admin-card-users p{color:#666}.admin-card-users:hover{background-color:#4a00c8;color:#fff;box-shadow:0 4px 12px #0000001a}.admin-card-users:hover h3,.admin-card-users:hover p{color:#fff}.admin-card-courses{background-color:#f9f9f9;color:#1a1a1a;cursor:pointer;border:1px solid #e0e0e0}.admin-card-courses h3{color:#1a1a1a}.admin-card-courses p{color:#666}.admin-card-courses:hover{background-color:#4a00c8;color:#fff;box-shadow:0 4px 12px #0000001a}.admin-card-courses:hover h3,.admin-card-courses:hover p{color:#fff}.admin-card-journal{background-color:#f9f9f9;color:#1a1a1a;cursor:pointer;border:1px solid #e0e0e0}.admin-card-journal h3{color:#1a1a1a}.admin-card-journal p{color:#666}.admin-card-journal:hover{background-color:#4a00c8;color:#fff;box-shadow:0 4px 12px #0000001a}.admin-card-journal:hover h3,.admin-card-journal:hover p{color:#fff}.user-card-profile{background-color:#f9f9f9;color:#1a1a1a;cursor:pointer;border:1px solid #e0e0e0}.user-card-profile h3{color:#1a1a1a}.user-card-profile p{color:#666}.user-card-profile:hover{background-color:#4a00c8;color:#fff;box-shadow:0 4px 12px #0000001a}.user-card-profile:hover h3,.user-card-profile:hover p{color:#fff}.user-card-journal{background-color:#f9f9f9;color:#1a1a1a;cursor:pointer;border:1px solid #e0e0e0}.user-card-journal h3{color:#1a1a1a}.user-card-journal p{color:#666}.user-card-journal:hover{background-color:#4a00c8;color:#fff;box-shadow:0 4px 12px #0000001a}.user-card-journal:hover h3,.user-card-journal:hover p{color:#fff}.user-card-profile:hover,.user-card-journal:hover{transform:none}.dashboard-card h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 1rem}.dashboard-card p{color:#666;margin:0 0 1.5rem}.dashboard-card-btn{background-color:#4a00c8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.dashboard-card-btn:hover{background-color:#3a00a0}@media (max-width: 968px){.dashboard-sidebar{transform:translate(-100%);transition:transform .3s ease}.dashboard-sidebar.open{transform:translate(0)}.dashboard-menu-toggle{display:none}.dashboard-main-toggle{display:flex}.dashboard-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999}.dashboard-main{margin-left:0;padding:4rem 1rem 1rem}.dashboard-sidebar-header{position:relative}}@media (max-width: 768px){.dashboard-header h1{font-size:1.5rem}.dashboard-cards{grid-template-columns:1fr}.dashboard-content{padding:1.5rem}}.not-found{width:100%;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.not-found-container{max-width:800px;width:100%;margin:0 auto}.not-found-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.not-found-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0}.not-found-image-container{width:100%;max-width:500px;margin:0 auto}.not-found-image{width:100%;height:auto;object-fit:contain;display:block}.not-found-button{background-color:#4a00c8;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.not-found-button:hover{background-color:#3a00a0;transform:translateY(-2px);box-shadow:0 4px 12px #4a00c84d}.not-found-button:active{transform:translateY(0)}@media (max-width: 768px){.not-found{padding:1rem;min-height:calc(100vh - 150px)}.not-found-title{font-size:2rem}.not-found-image-container{max-width:100%}.not-found-button{padding:.875rem 2rem;font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1a1a1a}.App{min-height:100vh;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
