:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{margin:0;padding:0;width:100%;min-height:100vh}html{font-size:16px;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img{max-width:100%;height:auto}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 992px) and (max-width: 1199px){.container{max-width:960px}}@media (min-width: 768px) and (max-width: 991px){.container{max-width:720px}html{font-size:15px}}@media (min-width: 576px) and (max-width: 767px){.container{max-width:540px}html{font-size:14px}}@media (max-width: 575px){.container{max-width:100%;padding-right:10px;padding-left:10px;overflow-x:hidden}html{font-size:13px;overflow-x:hidden}body{overflow-x:hidden;width:100%}}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}@media (min-width: 992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}}@media (min-width: 1200px){.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col{position:relative;width:100%;padding-right:15px;padding-left:15px}.text-center-xs{text-align:center}@media (min-width: 576px){.text-center-xs{text-align:left}}::-webkit-scrollbar{width:0px;background:transparent}::-webkit-scrollbar-thumb{background:transparent}html{scrollbar-width:none;-ms-overflow-style:none}body{margin:0;padding:0;overflow-x:hidden;width:100%;scrollbar-width:none;-ms-overflow-style:none}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{width:0px;background:transparent}:root{--transition-speed: .3s}:root,.dark-theme{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--bg-tertiary: #404040;--text-primary: #ffffff;--text-secondary: #d1d5db;--text-tertiary: #9ca3af;--accent-color: #00ffff;--accent-hover: #00cccc;--border-color: #404040;--header-bg: #1a1a1a;--header-border: #2d2d2d;--input-bg: #2d2d2d;--card-bg: #2d2d2d;--shadow-color: rgba(0, 0, 0, .3);--header-dropdown-bg: rgba(4, 28, 51, .95);--header-dropdown-border: rgba(255, 255, 255, .1);--header-dropdown-text: #ffffff;--header-dropdown-hover: rgba(0, 255, 255, .1)}.light-theme{--bg-primary: #ffffff;--bg-secondary: #f3f4f6;--bg-tertiary: #e5e7eb;--text-primary: #111827;--text-secondary: #374151;--text-tertiary: #6b7280;--accent-color: #00ffff;--accent-hover: #00cccc;--border-color: #d1d5db;--header-bg: #ffffff;--header-border: #e5e7eb;--input-bg: #f3f4f6;--card-bg: #ffffff;--shadow-color: rgba(0, 0, 0, .1);--header-dropdown-bg: rgba(255, 255, 255, .95);--header-dropdown-border: rgba(0, 0, 0, .1);--header-dropdown-text: #2d3748;--header-dropdown-hover: rgba(0, 255, 255, .1)}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color var(--transition-speed),color var(--transition-speed)}.nodejs-header{background-color:var(--header-bg);border-bottom:1px solid var(--header-border);transition:background-color var(--transition-speed),border-color var(--transition-speed)}.logo-text{color:var(--text-primary)}.search-input{background-color:var(--input-bg);border:1px solid var(--border-color);color:var(--text-primary)}.search-input::placeholder{color:var(--text-tertiary)}.search-shortcut{color:var(--text-tertiary)}.theme-toggle,.language-toggle,.mobile-menu-btn,.github-link{color:var(--text-secondary)}.theme-toggle:hover,.language-toggle:hover,.mobile-menu-btn:hover,.github-link:hover{background-color:var(--bg-secondary);color:var(--text-primary)}.hero-section{background-color:var(--bg-primary)}.hero-title{color:var(--text-primary)}.hero-description{color:var(--text-secondary)}.btn-secondary{color:var(--text-secondary);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--bg-secondary);border-color:var(--accent-color);color:var(--text-primary)}.version-note{color:var(--text-tertiary)}.card,.content-box{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:0 4px 6px var(--shadow-color)}.user-profile{position:relative;display:inline-block}.profile-button{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);cursor:pointer;padding:.5rem 1rem;border-radius:50px;transition:all .3s ease;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:100001}.profile-button:hover{background:#fff3;transform:translateY(-2px)}.profile-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.3)}.profile-name{font-weight:500;font-size:.9rem;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}.dropdown-arrow{color:#fffc}.profile-dropdown{position:absolute;top:100%;right:0;background:#041c33f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 25px #0000004d;min-width:280px;z-index:1000;margin-top:.5rem;overflow:hidden}.dropdown-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#0003}.dropdown-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.dropdown-user-info{flex:1;min-width:0}.dropdown-name{font-weight:600;font-size:1rem;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-email{font-size:.875rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile .admin-badge,.profile-dropdown .admin-badge,.dropdown-user-info .admin-badge{display:none!important}.dropdown-divider{height:1px;background:var(--border-color);margin:0}.dropdown-menu{padding:.5rem 0}.dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.8rem;color:#fff;transition:background-color .2s ease}.dropdown-item:hover{background:#00ffff1a}.dropdown-item svg{color:var(--text-secondary);flex-shrink:0}.logout-item{color:#ef4444}.logout-item:hover{background:#fef2f2}.logout-item svg{color:#ef4444}.beta-tag{background:#80736b;color:#fff;font-size:.65rem;font-weight:500;padding:.15rem .4rem;border-radius:3px;margin-left:auto}.light-theme .profile-dropdown{background:#fffffff2;border:1px solid rgba(0,0,0,.1)}.light-theme .dropdown-header{background:#0000000d}.light-theme .dropdown-item{color:#2d3748}.light-theme .dropdown-item:hover{background:#00ffff1a}.light-theme .dropdown-name{color:#2d3748}.light-theme .dropdown-email{color:#718096}.dark-theme .profile-avatar,.dark-theme .dropdown-avatar{border-color:#374151}.dark-theme .logout-item:hover{background:#1f1f1f}@media (max-width: 768px){.profile-name{display:none}.profile-dropdown{min-width:200px;right:50%;transform:translate(50%)}}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;z-index:1001;display:flex;justify-content:flex-end}.mobile-menu{width:80%;max-width:300px;height:100%;background-color:transparent;padding:2rem 1.5rem;overflow-y:auto;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.close-menu-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;position:absolute;top:1rem;right:1.5rem}.mobile-nav{display:flex;flex-direction:column;margin-top:2rem}.mobile-nav a{color:#fff;text-decoration:none;font-size:1.2rem;padding:1rem 0;border-bottom:1px solid #2d2d2d}.mobile-nav a:last-child{border-bottom:none}.mobile-user-profile{margin-top:2rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #2d2d2d}.mobile-user-profile .user-profile .profile-dropdown{position:relative;margin-top:0;box-shadow:0 10px 25px #00000026;border:1px solid var(--border-color);background:var(--bg-primary)}.header{background:linear-gradient(to bottom right,#041c33,#020f1a);border-bottom:1px solid #2d2d2d;transition:background-color .3s ease;position:sticky;top:0;z-index:1000;width:100%;height:80px}.header-container{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:100%;max-width:1200px;margin:0 auto;position:relative}.logo{flex:0 0 auto}.logo a{display:flex;align-items:center;text-decoration:none}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-image{width:50px;height:50px;max-width:100%;cursor:pointer;margin:0;transition:transform .2s ease-in-out}.logo-image:hover{transform:scale(1.05)}.logo-text{font-size:1.5rem;font-weight:700;letter-spacing:1px;background:linear-gradient(45deg,#0ff,#08f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:none}.light-theme .logo-text{background:linear-gradient(45deg,#0ff,#08f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.logo-text{font-size:1.2rem}.logo-image{width:40px;height:40px}.logo-container{gap:.5rem}}.header-menu{display:flex;align-items:center;justify-content:flex-end;flex:1;margin-right:1rem}.features-dropdown{position:relative}.features-dropdown-btn{background:transparent;border:none;color:#fff;font-size:1rem;font-weight:500;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.features-dropdown-btn:hover{color:#0ff}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.features-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#041c33f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 10px 25px #0000004d;min-width:160px;z-index:1000;margin-top:.5rem;overflow:hidden}.features-dropdown-menu a{display:block;color:#fff;text-decoration:none;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.features-dropdown-menu a:hover{background:#00ffff1a;color:#0ff}.light-theme .features-dropdown-menu{background:#fffffff2;border:1px solid rgba(0,0,0,.1)}.light-theme .features-dropdown-menu a{color:#2d3748;border-bottom:1px solid rgba(0,0,0,.1)}.light-theme .features-dropdown-menu a:hover{background:#00ffff1a;color:#0cc}.header-auth{display:flex;align-items:center;flex:0 0 auto}.login-btn{background:linear-gradient(45deg,#0ff,#0080ff);color:#fff;padding:.4rem .8rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:.85rem}.login-btn:hover{background:linear-gradient(45deg,#0ff,#06c);transform:translateY(-1px);color:#fff}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1000}.mobile-menu-toggle span{display:block;height:3px;width:100%;background-color:#0ff;border-radius:3px;transition:all .3s ease}@media (max-width: 768px){.header-container{padding:0 1rem}.header-menu,.header-auth{display:none}.mobile-menu-toggle{display:flex}.logo-image{width:auto;height:50px}}.hero-section{position:relative;background:linear-gradient(to bottom right,#020f1a,#01181a,#041c33);padding:4rem 0 6rem;min-height:60vh;display:flex;align-items:center;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:conic-gradient(from 0deg at 50% 50%,#0ff,#08f,#60f,#041c33,#020f1a);border-radius:50%;opacity:.4;filter:blur(40px);z-index:0;animation:rotate 20s linear infinite}.hero-section:after{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background-image:url(/iCyberpathX/images/cyberimagelock.png);background-size:cover;background-repeat:no-repeat;background-position:center right;opacity:.4;z-index:1;mix-blend-mode:overlay;filter:blur(1px) brightness(.8) contrast(1.1);mask:radial-gradient(ellipse at center right,black 30%,transparent 80%);-webkit-mask:radial-gradient(ellipse at center right,black 30%,transparent 80%)}.hero-section .animated-ring{position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;border:3px solid transparent;border-top:3px solid rgba(0,255,255,.6);border-right:3px solid rgba(0,136,255,.4);border-radius:50%;z-index:1;animation:ringRotate 8s linear infinite}.hero-section .animated-ring:before{content:"";position:absolute;top:-20px;left:-20px;width:calc(100% + 40px);height:calc(100% + 40px);border:2px solid transparent;border-bottom:2px solid rgba(0,255,255,.3);border-left:2px solid rgba(0,136,255,.2);border-radius:50%;animation:ringRotate 12s linear infinite reverse}.hero-section .animated-ring:after{content:"";position:absolute;top:20px;left:20px;width:calc(100% - 40px);height:calc(100% - 40px);border:1px solid transparent;border-top:1px solid rgba(0,255,255,.5);border-right:1px solid rgba(0,136,255,.3);border-radius:50%;animation:ringRotate 6s linear infinite}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.hero-top-section{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:2rem}@media (max-width: 768px){.hero-top-section{flex-direction:column;align-items:center;gap:1rem}}.jsconf-badge{display:inline-flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.5rem 1rem;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.jsconf-badge:hover{background:#fff3;transform:translateY(-2px)}.jsconf-link{color:#fff;font-size:.9rem;font-weight:500}.jsconf-link:hover{text-decoration:none}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.025em;background:linear-gradient(5deg,#55f3f3,#f4f6f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.hero-description{font-size:1.125rem;color:#d1d5db;line-height:1.6;margin-bottom:2.5rem;max-width:500px;margin:0 auto;text-align:center}.hero-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.btn-primary{background-color:#0ff;color:#000;border:none;padding:.875rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background-color:#0cc}.btn-secondary{background-color:transparent;color:#d1d5db;border:1px solid #404040;padding:.875rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background-color:#2d2d2d;border-color:#0ff;color:#fff}.version-note{color:#9ca3af;font-size:.875rem;margin-left:.5rem}@media (max-width: 768px){.hero-section{padding:2rem 0 4rem;overflow-x:hidden}.hero-container{padding:0 1rem;overflow-x:hidden}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:stretch;overflow-x:hidden}.btn-primary,.btn-secondary{text-align:center}.version-note{margin-left:0;margin-top:.5rem;text-align:center}.hero-top-section{flex-direction:column;align-items:center;gap:1rem}.hero-profile{order:-1}.subscription-input-container{max-width:calc(100vw - 2rem);overflow-x:hidden}}.email-subscription{margin:2rem 0}.subscription-form{display:flex;justify-content:center;width:100%}.subscription-input-container{display:flex;align-items:center;background-color:#ffffff1a;border:1px solid rgba(0,255,255,.3);border-radius:30px;padding:.5rem;max-width:400px;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.subscription-input{flex:1;background:transparent;border:none;color:#fff;padding:.75rem 1rem;font-size:1rem;outline:none}.subscription-input::placeholder{color:#ffffffb3}.subscribe-btn{background-color:#0ff;color:#000;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.subscribe-btn:hover{background-color:#0cc}@media (max-width: 768px){.subscription-input-container{max-width:100%;margin:0 1rem}.subscription-input{padding:.6rem .8rem;font-size:.9rem}.subscribe-btn{padding:.6rem 1.2rem;font-size:.9rem}}.code-editor-section{background-color:#0f0f0f;padding:4rem 0}.code-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.code-tabs{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem}.tab{background-color:#2d2d2d;color:#9ca3af;border:none;padding:.75rem 1rem;border-radius:6px 6px 0 0;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;border-bottom:2px solid transparent}.tab:hover{background-color:#404040;color:#d1d5db}.tab.active{background-color:#1a1a1a;color:#0ff;border-bottom-color:#0ff}.code-content{background-color:#1a1a1a;border-radius:0 6px 6px;overflow:hidden;border:1px solid #2d2d2d}.code-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#2d2d2d;border-bottom:1px solid #404040}.language-label{color:#d1d5db;font-size:.875rem;font-weight:500}.copy-button{background-color:transparent;color:#9ca3af;border:1px solid #404040;padding:.5rem .75rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.copy-button:hover{background-color:#404040;color:#d1d5db;border-color:#0ff}.copy-icon{font-size:.75rem}.code-block{padding:1.5rem;overflow-x:auto}.code-block pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6}.code-block code{color:#d1d5db;background:none;padding:0;border-radius:0;font-family:inherit;white-space:pre}.code-block .comment{color:#6b7280;font-style:italic}.code-block .keyword{color:#f59e0b}.code-block .string{color:#10b981}.code-block .number{color:#3b82f6}.code-block .function{color:#8b5cf6}.code-footer{padding:1rem 1.5rem;background-color:#2d2d2d;border-top:1px solid #404040}.code-footer p{margin:0;color:#9ca3af;font-size:.875rem;text-align:center}.learning-link{color:#68a063;text-decoration:none;font-weight:500}.learning-link:hover{text-decoration:underline}@media (max-width: 768px){.code-container{padding:0 1rem}.code-tabs{gap:.25rem}.tab{padding:.5rem .75rem;font-size:.75rem}.code-header{padding:.75rem 1rem;flex-direction:column;gap:.5rem;align-items:stretch}.copy-button{justify-content:center}.code-block{padding:1rem}.code-block pre{font-size:.75rem}.code-footer{padding:.75rem 1rem}}.core-values-section{background:linear-gradient(to bottom,#041c33,#020f1a);padding:5rem 0;position:relative;overflow:hidden}.core-values-section:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(0,255,255,.1) 0%,rgba(0,136,255,.05) 50%,transparent 70%);filter:blur(50px);z-index:0}.core-values-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.section-title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:3rem;background:linear-gradient(90deg,#0ff,#08f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#ffffff08;border:1px solid rgba(0,255,255,.1);border-radius:12px;padding:1.75rem;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;display:flex;flex-direction:column}.value-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003;border-color:#00ffff4d}.card-icon{font-size:3rem;margin-bottom:1.5rem;color:transparent;background:linear-gradient(135deg,#0ff,#08f);-webkit-background-clip:text;background-clip:text;text-shadow:none;position:relative;display:inline-block}.card-icon i{background:linear-gradient(135deg,#0ff,#08f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.card-description{color:#d1d5db;line-height:1.5;margin-bottom:1.25rem;font-size:.95rem;flex-grow:1}.card-link{display:inline-flex;align-items:center;color:#0ff;font-weight:500;text-decoration:none;transition:color .2s ease}.card-link:hover{color:#08f}.arrow-icon{margin-left:.5rem;transition:transform .2s ease}.card-link:hover .arrow-icon{transform:translate(5px)}@media (max-width: 768px){.values-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.card-icon{font-size:2.5rem}}.nodejs-footer{background-color:#1a1a1a;border-top:1px solid #2d2d2d;padding:1.5rem 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{color:#0ff}.footer-links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-links a:hover{color:#0ff}.footer-right{display:flex;align-items:center;gap:2rem}.copyright{color:#9ca3af;font-size:.875rem}.social-links{display:flex;align-items:center;gap:1rem}.social-link{color:#9ca3af;padding:.5rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.social-link:hover{color:#d1d5db;background-color:#2d2d2d}.social-link svg{width:18px;height:18px}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:center;padding:0 1rem}.footer-links{justify-content:center;gap:1rem}.footer-links a{font-size:.75rem}.footer-right{flex-direction:column;gap:1rem}.social-links{gap:.75rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#0f0f0f;color:#fff;line-height:1.6;margin:0;padding:0}.nodejs-home{min-height:100vh;background-color:#0f0f0f;width:100%;margin:0;padding:0}.auth-container{min-height:100vh;background:#0a0a1a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.auth-logo a{display:inline-block;text-decoration:none}.auth-logo-container{display:flex;align-items:center;gap:.75rem;justify-content:center;margin-bottom:2rem}.auth-logo-image{width:60px;height:60px;max-width:100%;cursor:pointer;margin:0;transition:transform .2s ease-in-out}.auth-logo-image:hover{transform:scale(1.05)}.auth-logo-text{font-size:1.8rem;font-weight:700;letter-spacing:1px;background:linear-gradient(45deg,#0ff,#08f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:none}@media (max-width: 768px){.auth-logo-text{font-size:1.4rem}.auth-logo-image{width:50px;height:50px}.auth-logo-container{gap:.5rem}}.auth-title{font-size:2rem;font-weight:600;margin-bottom:2.5rem;line-height:1.3}.auth-form{width:100%;max-width:450px;margin-bottom:2rem}.email-input-container{display:flex;align-items:center;background-color:#1a1a2e;border-radius:30px;padding:.5rem 1rem;margin-bottom:1.5rem;border:1px solid #333}.email-icon{margin-right:.5rem;font-size:1.2rem}.email-input-container input{flex:1;background:transparent;border:none;color:#fff;padding:.75rem 0;font-size:1rem}.email-input-container input:focus{outline:none}.submit-arrow{background:#2563eb;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.submit-arrow:hover{background:#1d4ed8}.separator{display:flex;align-items:center;margin:1.5rem 0}.separator:before,.separator:after{content:"";flex:1;border-bottom:1px solid #444}.separator span{padding:0 1rem;color:#888;font-size:.9rem}.google-auth-btn{width:100%;background:#fff;color:#333;border:1px solid #ddd;padding:1rem;border-radius:8px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:500;transition:all .2s ease}.google-auth-btn:hover{background:#f8f9fa;box-shadow:0 2px 4px #0000001a}.google-auth-btn:disabled{opacity:.6;cursor:not-allowed}.facebook-auth-btn{width:100%;background:#1877f2;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:500;transition:all .2s ease}.facebook-auth-btn:hover{background:#166fe5;box-shadow:0 2px 4px #0000001a}.facebook-auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-icon{flex-shrink:0}.benefits-section{max-width:450px;margin-top:2rem;text-align:left}.benefits-section h2{font-size:1.5rem;margin-bottom:1rem;text-align:center}.benefits-list{list-style:none;padding:0}.benefits-list li{display:flex;align-items:center;margin-bottom:1rem;gap:1rem}.benefit-icon{font-size:1.5rem}.benefit-text{font-size:1rem;color:#ccc}.terms-footer{max-width:450px;font-size:.8rem;color:#888;margin-top:2rem;line-height:1.5}.terms-footer a{color:#2563eb;text-decoration:none}.terms-footer a:hover{text-decoration:underline}@media (max-width: 480px){.auth-title{font-size:1.5rem}.auth-form{max-width:100%}.email-input-container{padding:.4rem .8rem}.submit-arrow{width:36px;height:36px}}.page-banner{background:linear-gradient(to bottom right,#041c33,#020f1a);color:#fff;padding:4rem 2rem 3rem;position:relative}.banner-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;text-align:center;position:relative}.banner-text{flex:1}.banner-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.banner-text p{font-size:1.25rem;opacity:.9;margin-bottom:1.5rem}.article-banner,.courses-banner,.sponsor-banner,.contributor-banner{background:linear-gradient(to bottom right,#041c33,#020f1a)}@media (max-width: 768px){.page-banner{padding:3rem 1rem 2rem}.banner-content{padding:0 1rem}.banner-text h1{font-size:2rem}.banner-text p{font-size:1rem}}@media (max-width: 480px){.banner-text h1{font-size:1.75rem}}.desktop-only{display:block}@media (max-width: 768px){.desktop-only{display:none}.banner-content{flex-direction:column}.banner-auth{display:none}}.courses-page{background-color:#020f1a;color:#fff;min-height:100vh}.courses-hero{background:linear-gradient(to bottom right,#041c33,#020f1a);position:relative;padding:3rem 0;overflow:hidden}.courses-hero:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(0,255,255,.15),transparent 60%);z-index:0}.courses-hero-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1;text-align:center}.courses-hero h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(90deg,#0ff,#08f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.courses-hero p{font-size:1.2rem;max-width:700px;margin:0 auto;color:#d1d5db}.courses-container{max-width:1400px;margin:0 auto;padding:2.5rem 1.5rem;display:flex;gap:1.5rem}.courses-sidebar{width:220px;flex-shrink:0}.courses-sidebar h3{font-size:1.2rem;margin-bottom:1.5rem;color:#0ff}.career-paths-list{list-style:none;padding:0}.career-paths-list li{padding:.8rem 1rem;margin-bottom:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;background-color:#ffffff0d}.career-paths-list li:hover{background-color:#00ffff1a}.career-paths-list li.active{background-color:#0ff3;border-left:3px solid #00ffff}.courses-main{flex-grow:1}.courses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.courses-header h2{font-size:1.6rem;color:#fff}.search-container{display:flex;position:relative}.search-container input{padding:.7rem 3rem .7rem 1rem;border-radius:8px;border:1px solid rgba(0,255,255,.3);background-color:#ffffff0d;color:#fff;width:280px;font-size:.85rem}.search-container input:focus{outline:none;border-color:#0ff}.search-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#0ff;cursor:pointer}.courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.course-card{background:#ffffff08;border:1px solid rgba(0,255,255,.1);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:#fff;display:flex;flex-direction:column;max-width:100%}.course-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003;border-color:#00ffff4d}.ai-pattern-container{position:relative;width:70%;height:70%;display:flex;justify-content:center;align-items:center;z-index:2}.ai-pattern{width:100%;height:100%;filter:drop-shadow(0 0 8px rgba(0,255,255,.2))}.course-level-indicator{position:absolute;bottom:12px;display:flex;gap:4px;z-index:3}.level-dot{width:7px;height:7px;border-radius:50%;display:inline-block;box-shadow:0 0 5px #ffffff4d}@keyframes pulse-element{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes pulse-stroke{0%{stroke-opacity:.2}50%{stroke-opacity:.6}to{stroke-opacity:.2}}.pulse-element{animation:pulse-element 3s infinite ease-in-out}.pulse-stroke{animation:pulse-stroke 3s infinite ease-in-out}.course-icon-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#041c33cc,#020f1ae6);box-shadow:inset 0 0 30px #00000080}.course-icon-container:before{content:"";position:absolute;width:150%;height:150%;background:radial-gradient(circle,rgba(0,255,255,.05) 0%,rgba(0,136,255,.02) 50%,transparent 70%);top:-25%;left:-25%;animation:pulse 3s infinite ease-in-out}.course-icon-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#020f1a33;z-index:1}@keyframes pulse{0%{transform:scale(.8);opacity:.2}50%{transform:scale(1.2);opacity:.3}to{transform:scale(.8);opacity:.2}}.course-icon{font-size:3rem;z-index:2;text-shadow:0 0 10px rgba(0,0,0,.5);animation:float 3s infinite ease-in-out;filter:drop-shadow(0 0 8px rgba(255,255,255,.3))}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.course-level-indicator{position:absolute;bottom:12px;display:flex;gap:4px;z-index:2}.level-dot{width:7px;height:7px;background-color:#fffc;border-radius:50%;display:inline-block;box-shadow:0 0 5px #ffffff4d}.course-image{position:relative;height:160px;overflow:hidden;border-radius:12px 12px 0 0;background-color:#020f1a}.course-level{position:absolute;top:8px;right:8px;background:#0009;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .7rem;border-radius:20px;z-index:3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.course-content{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.course-content h3{font-size:1.1rem;margin-bottom:.6rem;line-height:1.3}.course-content p{color:#d1d5db;font-size:.85rem;line-height:1.4;margin-bottom:1.25rem;flex-grow:1}.course-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#a3a8b8}.course-meta span{display:flex;align-items:center}.course-meta i{margin-right:.5rem;color:#0ff}.no-courses{grid-column:1 / -1;text-align:center;padding:3rem;background:#ffffff08;border-radius:12px}.pagination-btn{display:flex;align-items:center;gap:8px;background:#ffffff0d;border:1px solid rgba(0,255,255,.3);color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.pagination-number{background:#ffffff0d;border:1px solid rgba(0,255,255,.3);color:#fff;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.9rem;min-width:40px}.pagination-number:hover{background:#00ffff1a;border-color:#0ff}.pagination-number.active{background:#0ff;color:#000;border-color:#0ff}.courses-info{text-align:center;color:#d1d5db;font-size:.9rem;margin-top:1rem}@media (max-width: 1200px){.courses-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.courses-grid{grid-template-columns:1fr}.pagination{flex-wrap:wrap;gap:5px}.pagination-btn{padding:8px 12px;font-size:.8rem}.pagination-number{padding:6px 10px;font-size:.8rem;min-width:35px}}.article-page{min-height:100vh;background:var(--bg-primary)!important;color:var(--text-primary)!important;transition:background-color var(--transition-speed),color var(--transition-speed)}.article-hero{background:linear-gradient(to bottom right,#041c33,#020f1a);padding:50px 0;text-align:center}.article-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#0ff}.article-hero-content p{font-size:1.2rem;color:#b0b0b0;max-width:600px;margin:0 auto}.article-container{display:flex;max-width:1200px;margin:0 auto;padding:40px 20px;gap:40px;background-color:var(--bg-primary);transition:background-color var(--transition-speed)}.article-sidebar{flex:0 0 250px;background:var(--card-bg);padding:30px;border-radius:12px;height:fit-content;border:1px solid var(--border-color);transition:background-color var(--transition-speed),border-color var(--transition-speed)}.article-sidebar h3{color:var(--accent-color);margin-bottom:20px;font-size:1.2rem}.theme-toggle-container{margin-bottom:1.5rem}.category-list{list-style:none;padding:0}.category-list li{padding:12px 16px;margin-bottom:8px;border-radius:8px;cursor:pointer;transition:all .3s ease;color:var(--text-secondary);border-bottom:1px solid var(--border-color);transition:color var(--transition-speed),border-color var(--transition-speed)}.category-list li:hover{background:#00ffff1a;color:var(--accent-color)}.category-list li.active{background:#0ff3;color:var(--accent-color);font-weight:600}.article-main{flex:1;background-color:var(--bg-primary);transition:background-color var(--transition-speed)}.article-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}.header-controls{display:flex;align-items:center;gap:15px}.article-header h2{color:var(--text-primary);font-size:2rem;margin:0;transition:color var(--transition-speed)}.search-container{display:flex;align-items:center;background:var(--card-bg);border-radius:25px;padding:5px;border:1px solid var(--border-color);transition:background-color var(--transition-speed),border-color var(--transition-speed)}.search-container input{background:transparent;border:none;padding:12px 20px;color:var(--text-primary);font-size:1rem;width:300px;outline:none;transition:color var(--transition-speed)}.search-container input::placeholder{color:var(--text-tertiary)}.search-button{background:#0ff;border:none;padding:12px 16px;border-radius:20px;color:#000;cursor:pointer;transition:all .3s ease}.search-button:hover{background:#0cc}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{background:var(--card-bg);border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease,background-color var(--transition-speed),border-color var(--transition-speed)}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.article-image-container{position:relative;height:160px;overflow:hidden}.article-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image{transform:scale(1.05)}.article-date{color:var(--text-tertiary);font-size:.8rem;margin-bottom:16px;font-weight:500;transition:color var(--transition-speed)}.like-button{position:absolute;top:16px;right:16px;background:transparent;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#6b7280;z-index:10;font-size:1.2rem}.like-button:hover{transform:scale(1.1)}.like-button.liked{color:#ef4444}.article-content{padding:20px}.article-title{color:var(--text-primary);font-size:1.1rem;font-weight:700;margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--transition-speed)}.article-description{color:var(--text-secondary);font-size:.85rem;line-height:1.5;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--transition-speed)}.article-footer{display:flex;justify-content:space-between;align-items:center}.author-info{display:flex;align-items:center}.author-name{color:var(--text-secondary);font-weight:600;font-size:.85rem;transition:color var(--transition-speed)}.article-actions{display:flex;align-items:center;gap:12px}.share-button{background:transparent;border:none;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-tertiary);font-size:1rem}.share-button:hover{color:var(--accent-color);transform:scale(1.1)}.read-more-btn{background:#0ff;color:#000;padding:8px 16px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.read-more-btn:hover{background:#0cc;transform:translateY(-1px)}.no-articles{text-align:center;padding:60px 20px;color:var(--text-secondary);transition:color var(--transition-speed)}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin:40px 0 20px;padding:20px 0}.pagination-btn{display:flex;align-items:center;gap:8px;background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);padding:10px 16px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.pagination-btn:hover:not(:disabled){background:#0ff;color:#000;border-color:#0ff}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{display:flex;gap:5px}.pagination-number{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);padding:10px 14px;border-radius:8px;cursor:pointer;transition:all .3s ease,background-color var(--transition-speed),border-color var(--transition-speed),color var(--transition-speed);font-size:.9rem;min-width:40px}.pagination-number:hover{background:var(--bg-tertiary)}.pagination-number.active{background:var(--accent-color);color:#000;border-color:var(--accent-color)}.articles-info{text-align:center;color:var(--text-secondary);font-size:.9rem;margin-bottom:20px;transition:color var(--transition-speed)}@media (max-width: 1200px){.article-container{max-width:960px;gap:30px}.articles-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 992px){.article-hero{padding:60px 0}.article-hero-content h1{font-size:2.5rem}.article-container{gap:25px;padding:30px 15px}.articles-grid{grid-template-columns:repeat(2,1fr);gap:18px}.article-sidebar{flex:0 0 220px;padding:25px}}@media (max-width: 768px){.article-hero{padding:40px 0}.article-hero-content h1{font-size:2rem}.article-hero-content p{font-size:1rem;padding:0 20px}.article-container{flex-direction:column;padding:20px 15px;gap:20px}.article-sidebar{flex:none;padding:20px}.article-header{flex-direction:column;align-items:stretch;gap:15px}.header-controls{justify-content:space-between;width:100%}.search-container{flex:1}.article-header h2{font-size:1.5rem}.search-container,.search-container input{width:100%}.articles-grid{grid-template-columns:repeat(2,1fr);gap:15px}.article-image-container{height:140px}.article-content{padding:16px}.article-title{font-size:1rem}.article-description{font-size:.8rem}}@media (max-width: 576px){.article-hero{padding:30px 0}.article-hero-content h1{font-size:1.8rem}.article-hero-content p{font-size:.9rem}.article-container{padding:15px 10px}.article-sidebar{padding:15px}.category-list li{padding:8px 12px;font-size:.9rem}.articles-grid{grid-template-columns:1fr;gap:12px}.article-image-container{height:120px}.article-content{padding:14px}.article-title{font-size:.95rem;margin-bottom:8px}.article-description,.article-date{font-size:.75rem;margin-bottom:12px}.author-name{font-size:.8rem}.like-button{width:28px;height:28px;font-size:1rem}.share-button{width:26px;height:26px;font-size:.75rem}}@media (max-width: 480px){.article-hero-content h1{font-size:1.6rem}.article-container{padding:10px 8px}.article-content{padding:12px}.article-title{font-size:.9rem}.article-description,.article-date{font-size:.7rem}}@media (max-width: 768px){.pagination{flex-direction:column;gap:15px}.pagination-numbers{order:-1}.pagination-btn{padding:8px 12px;font-size:.8rem}.pagination-number{padding:8px 10px;font-size:.8rem;min-width:35px}}@media (max-width: 480px){.pagination-numbers{flex-wrap:wrap;justify-content:center}}.theme-toggle-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.8rem;font-weight:500;white-space:nowrap}.theme-toggle-btn:hover{background:var(--bg-tertiary);border-color:var(--accent-color);transform:translateY(-1px)}.theme-icon{font-size:.9rem}@media (max-width: 768px){.theme-toggle-btn{padding:.35rem .7rem;font-size:.75rem}.theme-icon{font-size:.8rem}}.contributor-page{min-height:100vh}.contributor-hero{background:linear-gradient(to bottom right,#041c33,#020f1a);color:#fff;padding:40px 0;text-align:center}.contributor-hero h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(45deg,#0ff,#0080ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contributor-hero p{font-size:1.2rem;opacity:.9;color:#fff}.contributor-content{padding:80px 0;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color var(--transition-speed),color var(--transition-speed)}.section-header{margin-bottom:2rem}.section-header h2{color:var(--accent-color);font-size:2rem;margin:0}.theme-toggle-container{margin-bottom:1rem}@media (max-width: 768px){.section-header{margin-bottom:1.5rem}}.contributor-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1200px;margin:0 auto}.contributor-info{padding:0;background:none;border:none;border-radius:0}.contributor-info h2{color:var(--accent-color);margin-bottom:2rem;font-size:2rem}.contributor-info ul{list-style:none;padding:0}.contributor-info li{padding:1rem 0;font-size:1.1rem;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.form-guidelines{margin-top:2rem}.form-guidelines h3{color:var(--accent-color);margin-bottom:1rem;font-size:1.5rem}.form-guidelines ul{list-style:none;padding:0}.form-guidelines li{padding:.5rem 0;font-size:1rem;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.submission-form{background:var(--card-bg);border:1px solid var(--border-color);transition:background-color var(--transition-speed),border-color var(--transition-speed);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.submission-form h2{color:#119595;margin-bottom:2rem;font-size:1.8rem}.submission-form label{color:#6b7280;font-weight:500;margin-bottom:.5rem;display:block}.submission-form input,.submission-form select,.submission-form textarea{width:100%;padding:1rem;margin-bottom:1.5rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem}.submission-form input:focus,.submission-form select:focus,.submission-form textarea:focus{outline:none;border-color:#0ff;box-shadow:0 0 0 2px #00ffff1a}.submission-form textarea{resize:vertical;min-height:200px}.image-upload-section{margin-bottom:1.5rem}.image-upload-label{display:block;margin-bottom:.5rem;color:#6b7280;font-weight:500}.image-upload-input{width:100%;padding:.75rem;border:2px dashed var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:border-color .3s ease}.image-upload-input:focus{outline:none;border-color:#0ff}.image-preview{margin-top:1rem;text-align:center}.image-preview img{max-width:200px;max-height:150px;border-radius:8px;object-fit:cover;border:2px solid var(--border-color)}.submit-btn{background:linear-gradient(45deg,#0ff,#0080ff);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00ffff4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn:disabled:hover{transform:none;box-shadow:none}.content-textarea{width:100%;padding:1rem;margin-bottom:.5rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;resize:vertical;min-height:300px}.content-textarea:focus{outline:none;border-color:#0ff;box-shadow:0 0 0 2px #00ffff1a}.formatting-help{margin-bottom:1rem}.formatting-help small{color:var(--text-secondary);font-size:.875rem}.label-with-count{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.char-count{color:#6b7280;font-size:.875rem;margin:0}.form-group textarea{min-height:80px;resize:vertical}.markdown-editor-container{display:none}.form-group input,.form-group textarea,.form-group select{background-color:var(--input-bg)!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important}@media (max-width: 768px){.contributor-grid{grid-template-columns:1fr;gap:2rem}.contributor-hero h1{font-size:2rem}.submission-form{padding:1.5rem}}.auto-save-status{margin-bottom:1rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;border-left:4px solid var(--accent-color)}.save-indicator{padding:8px 12px;border-radius:6px;font-size:.9rem;margin-bottom:8px;display:flex;align-items:center;gap:8px}.save-indicator.saving{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.save-indicator.saved{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.save-indicator.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.last-saved{font-size:.8rem;color:var(--text-secondary);font-style:italic}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.draft-controls{display:flex;gap:1rem}.save-draft-btn,.clear-draft-btn{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.save-draft-btn{background:#667eea;color:#fff}.save-draft-btn:hover{background:#5a6fd8}.clear-draft-btn{background:#dc3545;color:#fff}.clear-draft-btn:hover{background:#c82333}.save-draft-btn:disabled{background:#6c757d;cursor:not-allowed}.sponsor-page{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}.sponsor-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:6rem 2rem 4rem;text-align:center}.sponsor-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.sponsor-hero-content p{font-size:1.25rem;opacity:.9}.sponsor-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.sponsor-intro{text-align:center;margin-bottom:4rem}.sponsor-intro h2{font-size:2.5rem;margin-bottom:3rem;color:var(--text-primary)}.intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.intro-card{background:var(--bg-secondary);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a}.intro-card i{font-size:3rem;color:#3b82f6;margin-bottom:1rem}.intro-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.sponsorship-tiers{margin-bottom:4rem}.sponsorship-tiers h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.tier-card{background:var(--bg-secondary);border:none;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.tier-card:hover{transform:translateY(-5px)}.tier-card:nth-child(1){background:#faf5ff}.tier-card:nth-child(1) h3{color:#a855f7}.tier-card:nth-child(2){background:#fffbeb}.tier-card:nth-child(2) h3{color:#d97706}.tier-card:nth-child(3){background:#f8fafc}.tier-card:nth-child(3) h3{color:#64748b}.dark-theme .tier-card:nth-child(1),.dark-theme .tier-card:nth-child(2),.dark-theme .tier-card:nth-child(3){background:var(--bg-secondary)}.dark-theme .tier-card:nth-child(1) h3{color:#a855f7}.dark-theme .tier-card:nth-child(2) h3{color:#d97706}.dark-theme .tier-card:nth-child(3) h3{color:#64748b}.dark-theme .tier-card .tier-price,.dark-theme .tier-card .tier-benefits li{color:#9ca3af}.tier-card h3{font-size:1.5rem;color:#3b82f6;margin-bottom:1rem}.tier-price{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.tier-benefits{list-style:none;padding:0}.tier-benefits li{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.tier-benefits li:last-child{border-bottom:none}.sponsor-form-section{background:var(--bg-secondary);padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.sponsor-form-section h2{font-size:2rem;text-align:center;margin-bottom:1rem;color:var(--text-primary)}.sponsor-form-section p{text-align:center;margin-bottom:2rem;color:var(--text-secondary)}.sponsor-form{max-width:800px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.submit-btn{width:100%;background:#3b82f6;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background:#2563eb}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.sponsor-hero-content h1{font-size:2rem}.form-row,.intro-grid,.tiers-grid{grid-template-columns:1fr}}.learning-approach-page{min-height:100vh;background:var(--bg-primary)}.learning-approach-container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.intro-section{text-align:center;margin-bottom:4rem}.intro-section h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;background:linear-gradient(45deg,#0ff,#0080ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.intro-section p{font-size:1.1rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.6}.certifications-section{margin-top:3rem}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.certification-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.certification-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(45deg,#0ff,#0080ff)}.certification-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00ffff1a;border-color:var(--accent-color)}.cert-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cert-provider{font-size:.9rem;color:var(--accent-color);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cert-badge{background:linear-gradient(45deg,#0ff,#0080ff);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700}.cert-title{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.cert-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.cert-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-color);text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.95rem}.cert-link:hover{color:#0ff;transform:translate(5px)}.arrow-icon{transition:transform .3s ease}.cert-link:hover .arrow-icon{transform:translate(3px)}.cisco-section{margin-top:4rem}.cisco-header{text-align:center;margin-bottom:3rem}.cisco-header h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;background:linear-gradient(45deg,#0ff,#0080ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cisco-subtitle{font-size:1.1rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.cisco-description{font-size:1rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.6}.cisco-courses h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:2rem;text-align:center}.cisco-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.cisco-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.cisco-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(45deg,#0ff,#0080ff)}.cisco-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00ffff1a;border-color:var(--accent-color)}.cisco-course-title{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.cisco-course-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.cisco-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-color);text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.95rem}.cisco-link:hover{color:#0ff;transform:translate(5px)}.cisco-link:hover .arrow-icon{transform:translate(3px)}.why-matters{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2rem;margin-top:2rem}.why-matters h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:1.5rem;background:linear-gradient(45deg,#0ff,#0080ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.benefits-list{list-style:none;padding:0;margin-bottom:1.5rem}.benefits-list li{color:var(--text-secondary);margin-bottom:.8rem;padding-left:1.5rem;position:relative;line-height:1.6}.benefits-list li:before{content:"✓";position:absolute;left:0;color:var(--accent-color);font-weight:700}.closing-text{color:var(--text-secondary);line-height:1.6;font-size:1rem}@media (max-width: 768px){.learning-approach-container{padding:2rem 1rem}.intro-section h2{font-size:2rem}.certifications-grid{grid-template-columns:1fr;gap:1.5rem}.certification-card{padding:1.5rem}}.admin-dashboard{margin:0 auto;padding:20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.loading-container,.access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center}.denied-icon{font-size:4rem;margin-bottom:1rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#03114f,#074f75);color:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 8px 32px #0000001a}.header-content h1{margin:0;font-size:2.5rem;font-weight:700}.header-content p{margin:.5rem 0 0;opacity:.9;font-size:1.1rem}.admin-badge{display:flex;align-items:center;background:#fff3;padding:.75rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-icon{margin-right:.5rem;font-size:1.2rem}.dashboard-tabs{display:flex;background:#fff;border-radius:12px;padding:.5rem;margin-bottom:2rem;box-shadow:0 4px 16px #0000001a;overflow-x:auto}.tab-button{flex:1;padding:1rem 1.5rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;white-space:nowrap;color:#2d3748}.tab-content{min-height:500px}.stats-section{margin-bottom:3rem}.stats-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:#2d3748}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.stat-icon{font-size:3rem;margin-right:1.5rem;opacity:.8}.stat-content h3{margin:0 0 .5rem;color:#4a5568;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-number{margin:0;font-size:2.5rem;font-weight:700;color:#2d3748;line-height:1}.stat-label{font-size:.8rem;color:#718096;margin-top:.25rem}.traffic-section{margin-bottom:3rem}.traffic-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:#2d3748}.traffic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.traffic-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 12px #0000000f;display:flex;align-items:center;transition:transform .3s ease}.traffic-card:hover{transform:translateY(-2px)}.traffic-icon{font-size:2rem;margin-right:1rem}.traffic-content h3{margin:0 0 .25rem;font-size:.85rem;color:#4a5568;font-weight:600}.traffic-number{margin:0;font-size:1.8rem;font-weight:700;color:#2d3748}.pending-articles-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f7fafc}.section-header h2{margin:0;font-size:1.8rem;color:#2d3748}.pending-count{background:linear-gradient(135deg,#03114f,#074f75);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.empty-icon{font-size:4rem;margin-bottom:1rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.article-preview-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;transition:all .3s ease}.article-preview-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.article-header{margin-bottom:1rem}.article-title{margin:0 0 .75rem;font-size:1.2rem;font-weight:700;color:#2d3748;line-height:1.3}.article-preview{margin-bottom:1.5rem}.excerpt{margin:0 0 1rem;color:#4a5568;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-tags{display:flex;gap:.75rem;font-size:.8rem}.category-tag,.read-time{background:#e2e8f0;padding:.25rem .75rem;border-radius:12px;color:#4a5568;font-weight:500}.article-actions{display:flex;justify-content:center}.review-btn{background:#c5c6c8;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.review-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #88898c66}.user-management-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.user-management-section h2{margin:0 0 2rem;font-size:1.8rem;color:#2d3748}.admin-assignment-card{background:linear-gradient(135deg,#03114f,#074f75);color:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem}.admin-assignment-card h3{margin:0 0 1rem;font-size:1.3rem}.admin-form{display:flex;gap:1rem;align-items:center}.admin-email-input{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:1rem;background:#ffffffe6}.assign-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.assign-btn:hover{background:#ffffff4d;border-color:#ffffff80}.user-activity-card{background:#f8f9fa;border-radius:12px;padding:1.5rem}.user-activity-card h3{margin:0 0 1.5rem;color:#2d3748;font-size:1.3rem}.user-table-container{overflow-x:auto;border-radius:8px;box-shadow:0 2px 8px #0000000f}.user-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.user-table th,.user-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0;color:#2d3748}.user-table th{background:#f7fafc;font-weight:600;color:#4a5568;font-size:.9rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:32px;height:32px;border-radius:50%;background:#f7fafc;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#2d3748}.role-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.role-badge.admin{background:#fed7d7;color:#c53030}.role-badge.editor{background:#fef5e7;color:#d69e2e}.role-badge.user{background:#e6fffa;color:#319795}.status-badge.active{background:#c6f6d5;color:#22543d}.status-badge.inactive{background:#fed7d7;color:#c53030}.user-actions{display:flex;gap:.5rem;align-items:center}.role-select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;background:#fff;color:#2d3748}.status-toggle{padding:.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease}.status-toggle.activate{background:#c6f6d5}.status-toggle.deactivate{background:#fed7d7}.audit-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.audit-section h2{margin:0 0 1.5rem;font-size:1.8rem;color:#2d3748}@media (max-width: 768px){.admin-dashboard{padding:1rem}.dashboard-header{flex-direction:column;text-align:center;gap:1rem}.header-content h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}.traffic-grid{grid-template-columns:repeat(2,1fr)}.articles-grid{grid-template-columns:1fr}.admin-form{flex-direction:column}.user-table-container{font-size:.8rem}.user-actions{flex-direction:column;gap:.25rem}}.current-admins-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.current-admins-card h3{margin:0 0 1.5rem;color:#2d3748;font-size:1.3rem}.no-admins{color:#718096;font-style:italic;text-align:center;padding:1rem}.admin-users-list{display:flex;flex-direction:column;gap:.75rem}.admin-user-item{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:1rem;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease}.admin-user-item:hover{box-shadow:0 2px 8px #0000001a}.admin-user-info{display:flex;align-items:center;gap:.75rem}.admin-user-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff}.admin-user-details{display:flex;flex-direction:column;gap:.25rem}.admin-user-name{font-weight:600;color:#2d3748;font-size:.95rem}.admin-user-email{color:#718096;font-size:.85rem}.remove-admin-btn{background:#fed7d7;color:#c53030;border:1px solid #feb2b2;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.remove-admin-btn:hover{background:#feb2b2;border-color:#fc8181;transform:translateY(-1px)}.remove-admin-btn.disabled{background:#f7fafc;color:#a0aec0;border:1px solid #e2e8f0;cursor:not-allowed;opacity:.6}.remove-admin-btn.disabled:hover{background:#f7fafc;border-color:#e2e8f0;transform:none;box-shadow:none}.protected-badge{background:linear-gradient(135deg,#007ea7,#00a8e8);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;margin-left:.5rem;display:inline-block}.protected-admin-notice{display:flex;align-items:center;padding:.5rem 1rem;background:#00a8e81a;border:1px solid #00a8e8;border-radius:6px}.protected-text{color:#003459;font-weight:600;font-size:.85rem}.user-activity-card .pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin:20px 0;padding:20px 0}.user-activity-card .pagination-btn{display:flex;align-items:center;gap:8px;background:#9ca3af;border:none;color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600}.user-activity-card .pagination-btn:hover:not(:disabled){background:#6b7280}.user-activity-card .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.user-activity-card .pagination-numbers{display:flex;gap:5px}.user-activity-card .pagination-number{background:#fff;border:1px solid #e2e8f0;color:#2d3748;padding:10px 14px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;min-width:40px;font-weight:600}.user-activity-card .pagination-number:hover{background:#f8f9fa;border-color:#cbd5e0}.user-activity-card .pagination-number.active{background:#0ff;color:#000;border-color:#0ff}.article-review{margin:0 auto;padding:20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center}.error-icon{font-size:4rem;margin-bottom:1rem}.back-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;margin-top:1rem;transition:all .3s ease}.back-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.review-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.back-button{background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:flex;align-items:center;gap:.5rem}.back-button:hover{background:#edf2f7;border-color:#cbd5e0}.review-title h1{margin:0;font-size:2rem;color:#2d3748}.review-title p{margin:.5rem 0 0;color:#718096;font-size:1rem}.review-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.article-preview{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.article-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f7fafc}.article-title{margin:0 0 1.5rem;font-size:2.2rem;font-weight:700;color:#2d3748;line-height:1.3}.article-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.meta-item{display:flex;flex-direction:column;gap:.25rem}.meta-label{font-size:.8rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.meta-value{font-size:1rem;color:#2d3748;font-weight:500}.article-excerpt{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px}.article-excerpt h3{margin:0 0 1rem;color:#2d3748;font-size:1.2rem}.article-excerpt p{margin:0;color:#4a5568;line-height:1.6;font-size:1.1rem}.article-tags{margin-bottom:2rem}.article-tags h3{margin:0 0 1rem;color:#2d3748;font-size:1.2rem}.tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.article-content{margin-bottom:2rem}.article-content h3{margin:0 0 1.5rem;color:#2d3748;font-size:1.2rem}.content-preview{background:#f8f9fa;padding:2rem;border-radius:12px;max-height:600px;overflow-y:auto;border:1px solid #e2e8f0;line-height:1.7;color:#4a5568}.content-preview h1,.content-preview h2,.content-preview h3{color:#2d3748;margin-top:1.5rem;margin-bottom:1rem}.content-preview p{margin-bottom:1rem}.content-preview ul,.content-preview ol{margin-bottom:1rem;padding-left:2rem}.content-preview code{background:#edf2f7;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.content-preview pre{background:#2d3748;color:#e2e8f0;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.review-actions{position:sticky;top:2rem}.actions-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.actions-card h3{margin:0 0 1.5rem;color:#2d3748;font-size:1.3rem}.feedback-section{margin-bottom:2rem}.feedback-section label{display:block;margin-bottom:.75rem;font-weight:600;color:#4a5568;font-size:.9rem}.feedback-section textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;line-height:1.5;resize:vertical;transition:border-color .3s ease;font-family:inherit}.feedback-section textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.action-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.approve-button,.reject-button{padding:1rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.approve-button{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.approve-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #48bb7866}.reject-button{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff}.reject-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #f5656566}.approve-button:disabled,.reject-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.review-guidelines{background:#f7fafc;padding:1.5rem;border-radius:8px}.review-guidelines h4{margin:0 0 1rem;color:#2d3748;font-size:1rem}.review-guidelines ul{margin:0;padding-left:1.5rem;color:#4a5568}.review-guidelines li{margin-bottom:.5rem;line-height:1.4;font-size:.9rem}@media (max-width: 1024px){.review-container{grid-template-columns:1fr;gap:1.5rem}.review-actions{position:static}}@media (max-width: 768px){.article-review{padding:1rem}.review-header{flex-direction:column;align-items:flex-start;gap:1rem}.article-preview,.actions-card{padding:1.5rem}.article-title{font-size:1.8rem}.article-meta{grid-template-columns:1fr}.content-preview{padding:1rem;max-height:400px}}.article-detail-page{min-height:100vh;background:var(--bg-primary);color:var(--text-primary);transition:background-color var(--transition-speed),color var(--transition-speed)}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.loading-container p,.error-container p{font-size:1.2rem;color:var(--text-secondary);margin-top:1rem}.article-detail-container{max-width:1000px;margin:0 auto;padding:40px 20px}.article-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.back-button{background:var(--accent-color);color:var(--bg-primary);border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.back-button:hover{background:var(--accent-hover);transform:translateY(-2px)}.article-detail-content{background:var(--card-bg);border-radius:16px;padding:40px;border:1px solid var(--border-color);transition:background-color var(--transition-speed),border-color var(--transition-speed)}.article-meta{margin-bottom:2rem}.article-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.article-info{display:flex;flex-wrap:wrap;gap:1rem;color:var(--text-secondary);font-size:.9rem}.article-info span{padding:6px 12px;background:var(--bg-secondary);border-radius:6px;border:1px solid var(--border-color)}.author{color:var(--accent-color)!important;font-weight:600}.article-image-container{margin:2rem 0;border-radius:12px;overflow:hidden}.article-featured-image{width:100%;height:400px;object-fit:cover;border-radius:12px}.article-body{margin:2rem 0}.article-content{font-size:1.1rem;line-height:1.8;color:var(--text-primary)}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{color:var(--accent-color);margin:2rem 0 1rem;font-weight:600}.article-content p{margin-bottom:1.5rem}.article-content ul,.article-content ol{margin:1rem 0;padding-left:2rem}.article-content li{margin-bottom:.5rem}.article-content blockquote{border-left:4px solid var(--accent-color);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--bg-secondary);border-radius:0 8px 8px 0;font-style:italic}.article-content code{background:var(--bg-secondary);padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.article-content pre{background:var(--bg-secondary);padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.article-content pre code{background:none;padding:0}.article-tags{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.article-tags h4{color:var(--accent-color);margin-bottom:1rem;font-size:1.1rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:var(--accent-color);color:var(--bg-primary);padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:500}@media (max-width: 768px){.article-detail-container{padding:20px 15px}.article-detail-header{flex-direction:column;align-items:stretch;gap:1rem}.article-detail-content{padding:24px}.article-title{font-size:2rem}.article-info{flex-direction:column;gap:.5rem}.article-featured-image{height:250px}.article-content{font-size:1rem}}@media (max-width: 576px){.article-detail-container{padding:15px 10px}.article-detail-content{padding:20px}.article-title{font-size:1.8rem}.back-button{padding:10px 20px;font-size:.9rem}.article-featured-image{height:200px}.article-content{font-size:.95rem;line-height:1.6}}.profile-settings{margin:0 auto;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.profile-header{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014}.profile-info{display:flex;align-items:center;gap:2rem}.profile-avatar-large{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #e5e7eb}.profile-details h1{margin:0 0 .5rem;font-size:2rem;color:#2d3748}.profile-details p{margin:0 0 1rem;color:#718096;font-size:1.1rem}.profile-stats{display:flex;gap:2rem}.profile-stats span{background:#f7fafc;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;color:#4a5568}.profile-tabs{display:flex;background:#fff;border-radius:12px;padding:.5rem;margin-bottom:2rem;box-shadow:0 4px 16px #0000001a;overflow-x:auto}.tab-button{flex:1;padding:1rem 1.5rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;white-space:nowrap;color:#2d3748;display:flex;align-items:center;gap:.5rem;justify-content:center}.tab-button svg{width:16px;height:16px}.tab-button:nth-child(1) svg{color:#3b82f6}.tab-button:nth-child(2) svg{color:#10b981}.tab-button:nth-child(3) svg{color:#f59e0b}.tab-button:nth-child(4) svg{color:#ef4444}.tab-button:hover{background:#f8f9fa}.tab-button.active{background:linear-gradient(135deg,#03114f,#074f75);color:#fff;box-shadow:0 4px 12px #667eea66}.tab-content{min-height:400px}.overview-tab .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-4px)}.stat-icon{color:#4299e1;margin-bottom:.5rem}.stat-icon svg{width:24px;height:24px}.stat-card:nth-child(1) .stat-icon svg{color:#10b981}.stat-card:nth-child(2) .stat-icon svg{color:#f59e0b}.stat-card:nth-child(3) .stat-icon svg{color:#ef4444}.stat-card:nth-child(4) .stat-icon svg{color:#3b82f6}.stat-content h3{margin:0 0 .5rem;color:#4a5568;font-size:.9rem;font-weight:600}.stat-number{margin:0;font-size:2.5rem;font-weight:700;color:#2d3748}.articles-list{display:flex;flex-direction:column;gap:1.5rem}.article-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 16px #00000014;transition:transform .3s ease}.article-card:hover{transform:translateY(-2px)}.article-card.published{border-left:4px solid #10b981}.article-card.pending{border-left:4px solid #f59e0b}.article-card.rejected{border-left:4px solid #ef4444}.article-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.article-header h3{margin:0;font-size:1.3rem;color:#2d3748;flex:1}.article-engagement{display:flex;gap:1rem;font-size:.9rem;color:#718096}.article-engagement span{display:flex;align-items:center;gap:.25rem;color:#718096}.article-engagement svg{width:16px;height:16px}.article-engagement span:nth-child(1) svg{color:#ef4444}.article-engagement span:nth-child(2) svg{color:#3b82f6}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.rejected{background:#fee2e2;color:#991b1b}.article-excerpt{color:#4a5568;line-height:1.6;margin-bottom:1rem}.article-meta{display:flex;gap:1rem;font-size:.85rem;color:#718096}.article-meta span{display:flex;align-items:center;gap:.25rem;color:#718096}.article-meta svg{width:16px;height:16px}.article-meta span:nth-child(1) svg{color:#6b7280}.article-meta span:nth-child(2) svg{color:#8b5cf6}.feedback-section{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin:1rem 0}.feedback-section h4{margin:0 0 .5rem;color:#991b1b;font-size:.9rem}.feedback-section p{margin:0;color:#7f1d1d;font-size:.9rem;line-height:1.5}.empty-state{text-align:center;padding:4rem 2rem;color:#718096}.empty-icon{color:#a0aec0;margin-bottom:1rem}.empty-icon svg{width:48px;height:48px}.empty-state .empty-icon svg{color:#10b981}.empty-state h3{margin:0 0 .5rem;color:#4a5568}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center}.loading-spinner{font-size:3rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tab-button.active svg{color:#fff!important}@media (max-width: 768px){.profile-settings{padding:1rem}.profile-info{flex-direction:column;text-align:center;gap:1rem}.profile-stats{justify-content:center;flex-wrap:wrap;gap:1rem}.article-header{flex-direction:column;gap:.5rem}.article-engagement{align-self:flex-start}}.legal-page{min-height:100vh;background:#0a0a0a;color:#fff}.legal-container{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:250px 1fr;gap:3rem;min-height:calc(100vh - 200px)}.legal-sidebar{position:sticky;top:2rem;height:fit-content;background:#1a1a1a;border-radius:12px;padding:1.5rem;border:1px solid #333}.legal-sidebar h3{color:#667eea;margin-bottom:1rem;font-size:1.1rem}.legal-nav{display:flex;flex-direction:column;gap:.5rem}.nav-link{color:#ccc;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:all .2s ease;border-left:3px solid transparent}.nav-link:hover{background:#2a2a2a;color:#667eea;border-left-color:#667eea}.legal-content{background:#1a1a1a;border-radius:12px;padding:2rem;border:1px solid #333}.legal-section{margin-bottom:4rem;scroll-margin-top:2rem}.legal-section:last-child{margin-bottom:0}.legal-section h1{color:#667eea;font-size:2.5rem;margin-bottom:.5rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.legal-section h2{color:#fff;font-size:1.5rem;margin:2rem 0 1rem;border-left:4px solid #667eea;padding-left:1rem}.legal-section h3{color:#ccc;font-size:1.2rem;margin:1.5rem 0 .75rem}.last-updated{color:#888;font-style:italic;margin-bottom:2rem;padding:.5rem 1rem;background:#2a2a2a;border-radius:6px;border-left:3px solid #667eea}.legal-section p{line-height:1.6;margin-bottom:1rem;color:#ccc}.legal-section ul,.legal-section ol{margin:1rem 0;padding-left:1.5rem}.legal-section li{margin-bottom:.5rem;color:#ccc;line-height:1.5}.legal-section a{color:#667eea;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.legal-section a:hover{border-bottom-color:#667eea}.support-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#2a2a2a;border-radius:8px;overflow:hidden}.support-table th,.support-table td{padding:1rem;text-align:left;border-bottom:1px solid #444}.support-table th{background:#333;color:#667eea;font-weight:600}.support-table td{color:#ccc}.support-table tr:last-child td{border-bottom:none}@media (max-width: 768px){.legal-container{grid-template-columns:1fr;gap:1.5rem;padding:1rem}.legal-sidebar{position:static;order:2}.legal-nav{flex-direction:row;flex-wrap:wrap;gap:.25rem}.nav-link{padding:.5rem .75rem;font-size:.9rem;border-left:none;border-bottom:2px solid transparent}.nav-link:hover{border-left:none;border-bottom-color:#667eea}.legal-section h1{font-size:2rem}.legal-section h2{font-size:1.3rem}.support-table{font-size:.9rem}.support-table th,.support-table td{padding:.75rem .5rem}}@media (max-width: 480px){.legal-content{padding:1.5rem}.legal-section h1{font-size:1.75rem}.legal-section h2{font-size:1.2rem}.support-table{font-size:.8rem}}
