*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{max-width:100%;box-sizing:border-box}img,video,iframe,object,embed{max-width:100%;height:auto}pre,code{overflow-x:auto;word-wrap:break-word}table{width:100%;max-width:100%;overflow-x:auto;display:block;white-space:nowrap}@media (max-width: 768px){table{font-size:.875rem}}html{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}html,body,#root{width:100%;max-width:100vw;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}body{font-family:Poppins,SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f9fafb;overflow-x:hidden;position:relative;font-weight:400;letter-spacing:-.01em}body>*{max-width:100vw;box-sizing:border-box}@media (max-width: 768px){body{margin:0;padding:0;width:100vw;max-width:100vw;overflow-x:hidden}}.container{max-width:min(1200px,100vw);margin:0 auto;padding:0 1rem;box-sizing:border-box;width:100%}@media (max-width: 768px){.container{padding:0 .75rem;max-width:100vw}}@media (max-width: 480px){.container{padding:0 .5rem}}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;margin-bottom:.5rem;letter-spacing:-.02em;color:#1f2937}h1{font-size:2.25rem;font-weight:700;letter-spacing:-.025em}h2{font-size:1.875rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}h5{font-size:1.125rem;font-weight:600}h6{font-size:1rem;font-weight:600}p{margin-bottom:1rem;line-height:1.6;font-weight:400;color:#374151}strong,b{font-weight:600}em,i{font-style:italic}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .3s ease;text-align:center;letter-spacing:-.01em}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:transparent;border:2px solid #3b82f6;color:#3b82f6}.btn-secondary:hover{background-color:#3b82f6;color:#fff}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:box-shadow .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a}.card-content{padding:1rem}.grid{display:grid;gap:1.5rem}.grid-3x5{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,1fr)}@media (max-width: 768px){.grid-3x5{grid-template-columns:1fr;grid-template-rows:auto}}.flex{display:flex}.flex-center{align-items:center;justify-content:center}.flex-between{justify-content:space-between;align-items:center}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.gap-4{gap:1rem}.mt-4{margin-top:.75rem}.mb-4{margin-bottom:.75rem}.py-8{padding:1.5rem 0}.px-4{padding:0 .75rem}.p-6{padding:1rem}.text-center{text-align:center}.text-gray-600{color:#6b7280}.text-white{color:#fff}.bg-white{background-color:#fff}.bg-blue-600{background-color:#3b82f6}.bg-gradient-blue{background:linear-gradient(to bottom,#dbeafe,#fff)}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-full{border-radius:50%}.shadow{box-shadow:0 4px 6px -1px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.transition{transition:all .3s ease}.loading{opacity:.5;pointer-events:none}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.prose{max-width:75ch}.prose h1{font-size:1.8rem;font-weight:700;margin-top:0;margin-bottom:.5rem;line-height:1.2}.prose h2{font-size:1.4rem;font-weight:600;margin-top:1rem;margin-bottom:.4rem;line-height:1.2}.prose h3{font-size:1.2rem;font-weight:600;margin-top:.8rem;margin-bottom:.3rem;line-height:1.2}.prose p{margin-bottom:.6rem;line-height:1.4}.prose strong{font-weight:600}.prose em{font-style:italic}.prose code{background:#f3f4f6;padding:.1rem .2rem;border-radius:.25rem;font-size:.85em}.prose pre{background:#1f2937;color:#f9fafb;padding:.8rem;border-radius:.5rem;overflow-x:auto;margin:.8rem 0}.prose pre code{background:transparent;padding:0}.prose blockquote{border-left:4px solid #e5e7eb;padding-left:.8rem;font-style:italic;margin:.8rem 0;color:#6b7280}.prose ul,.prose ol{margin:.5rem 0;padding-left:1.2rem}.prose li{margin:.2rem 0}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in-right{animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.search-bar{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e5e5}.search-input-container{margin-bottom:16px}.search-field{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:16px;width:20px;height:20px;color:#666;z-index:1}.search-icon.clickable{cursor:pointer;transition:color .2s ease}.search-icon.clickable:hover{color:#007bff}.search-input{width:100%;padding:16px 16px 16px 48px;border:2px solid #e5e5e5;border-radius:8px;font-size:16px;line-height:1.4;background:#fafafa;transition:all .2s ease;outline:none}.search-input:focus{border-color:#007bff;background:#fff;box-shadow:0 0 0 3px #007bff1a}.search-input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.clear-input-btn{position:absolute;right:12px;width:24px;height:24px;border:none;background:none;color:#666;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.clear-input-btn:hover{background:#f0f0f0;color:#333}.clear-input-btn svg{width:16px;height:16px}.search-filters{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-label{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.filter-select{padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;background:#fafafa;transition:all .2s ease;outline:none;cursor:pointer}.filter-select:focus{border-color:#007bff;background:#fff;box-shadow:0 0 0 3px #007bff1a}.filter-select:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.search-actions{display:flex;gap:12px;align-items:center}.search-indicator{display:flex;align-items:center;gap:8px;color:#007bff;font-size:14px;font-weight:500}.search-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.search-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.search-btn:active{transform:translateY(0)}.search-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.search-btn-icon{width:16px;height:16px}.clear-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8f9fa;color:#666;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}.clear-btn:hover:not(:disabled){background:#e9ecef;border-color:#ccc;color:#333}.clear-btn:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.clear-btn-icon{width:14px;height:14px}.active-filters{margin-top:16px;padding-top:16px;border-top:1px solid #e5e5e5;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.active-filters:before{content:"Active filters:";font-size:12px;color:#666;font-weight:600;margin-right:8px}.filter-chip{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#007bff;color:#fff;border-radius:20px;font-size:12px;font-weight:500}.chip-icon{width:12px;height:12px;opacity:.8}.chip-remove{background:none;border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer;padding:0;margin-left:4px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.chip-remove:hover{background:#fff3}.loading-spinner.small{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mobile-search-bar{padding:0;margin:0;background:transparent;box-shadow:none;border:none}.mobile-search-actions{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.mobile-search-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;justify-content:center;min-width:80px}.mobile-search-btn:hover:not(:disabled){background:#0056b3}.mobile-search-btn:disabled{background:#ccc;cursor:not-allowed}.mobile-collapse-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;justify-content:center;min-width:80px}.mobile-collapse-btn:hover{background:#545b62}.mobile-clear-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;justify-content:center;min-width:80px}.mobile-clear-btn:hover:not(:disabled){background:#c82333}.mobile-clear-btn:disabled{background:#ccc;cursor:not-allowed}.search-btn-icon,.collapse-btn-icon{width:14px;height:14px}.mobile-search-indicator{display:flex;align-items:center;justify-content:center;gap:8px;color:#007bff;font-size:14px;font-weight:500;margin-top:12px}@media (max-width: 768px){.search-bar:not(.mobile-search-bar){padding:16px;margin-bottom:16px}.search-filters{grid-template-columns:1fr;gap:12px}.search-actions{flex-direction:column;align-items:stretch}.search-btn,.clear-btn{justify-content:center}.active-filters{margin-top:12px;padding-top:12px}.active-filters:before{width:100%;margin-bottom:8px}}.nav-search-input{width:100%;max-width:400px}.nav-search-field{position:relative;display:flex;align-items:center}.nav-search-icon{position:absolute;left:12px;width:16px;height:16px;color:#666;z-index:1}.nav-search-field-input{width:100%;padding:8px 36px;border:1px solid rgba(255,255,255,.3);border-radius:20px;font-size:14px;line-height:1.4;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;outline:none;color:#333}.nav-search-field-input::-moz-placeholder{color:#666}.nav-search-field-input::placeholder{color:#666}.nav-search-field-input:focus{background:#fff;border-color:#fffc;box-shadow:0 0 0 2px #fff3}.nav-search-field-input:disabled{opacity:.6;cursor:not-allowed}.nav-search-clear{position:absolute;right:8px;width:20px;height:20px;border:none;background:none;color:#666;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.nav-search-clear:hover{background:#0000001a;color:#333}.nav-search-clear svg{width:12px;height:12px}.nav-search-loading{position:absolute;right:32px;display:flex;align-items:center;justify-content:center}.nav-loading-spinner{width:14px;height:14px;border:2px solid transparent;border-top:2px solid #666;border-radius:50%;animation:nav-spin 1s linear infinite}@keyframes nav-spin{to{transform:rotate(360deg)}}@media (max-width: 1200px){.nav-search-input{max-width:300px}.nav-search-field-input{padding:6px 32px;font-size:13px}}.header{background-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;transform:translateY(0);transition:transform .3s ease-in-out}.header-visible{transform:translateY(0)}.header-hidden{transform:translateY(-100%)}@media (max-width: 768px){.header{margin:0;padding:0;position:fixed;top:0;left:0;right:0;z-index:1000}}.header-content{display:flex;justify-content:space-between;align-items:center;height:4rem;gap:1rem;width:100%}@media (max-width: 768px){.header-content{gap:.5rem;padding:0}}.brand{display:flex;align-items:center}.brand-link{display:flex;align-items:center;text-decoration:none}.brand-title{color:#fff;font-size:1.25rem;font-weight:700}.desktop-nav{display:flex;justify-content:center;align-items:center;flex:1}@media (max-width: 768px){.desktop-nav{display:flex;justify-content:center;align-items:center;flex:1}}@media (min-width: 768px){.desktop-nav{display:flex;justify-content:center;align-items:center;flex:1}}.nav-link{padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;color:#bfdbfe;text-decoration:none;transition:all .3s ease;white-space:nowrap}@media (max-width: 768px){.nav-link{padding:.25rem .5rem;font-size:.8rem}}.nav-link:hover,.nav-link.active{background-color:#1e40af;color:#fff}.nav-icon-link{padding:0!important;border-radius:0!important;background-color:transparent!important;box-shadow:none!important;border:none!important;transition:none!important}.nav-icon-link:hover,.nav-icon-link.active{background-color:transparent!important;box-shadow:none!important;transform:none!important}.nav-icon{height:40px;width:48px;display:block;transition:opacity .2s ease}.nav-icon-mobile{height:28px;width:28px}.nav-icon-link:hover .nav-icon{opacity:.8}.desktop-search{max-width:300px;min-width:250px;display:none}@media (min-width: 1024px){.desktop-search{display:block}}.header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width: 640px){.header-right{gap:.5rem;max-width:-moz-fit-content;max-width:fit-content}}.mobile-search-toggle{display:flex!important;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#ffffff1a;color:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease}@media (min-width: 1024px){.mobile-search-toggle{display:none!important}}.mobile-search-toggle:hover{background:#fff3}.mobile-search-toggle.active{background:#fff3;transform:rotate(0)}.mobile-search-icon{width:20px;height:20px}.auth-section{display:flex;align-items:center;gap:1rem}.mobile-nav{display:none}@media (max-width: 480px){.mobile-nav{display:none}}@media (min-width: 768px){.mobile-nav{display:none}}.mobile-nav-content{padding:.5rem .5rem .75rem;display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{display:block;padding:.5rem .75rem;border-radius:6px;font-size:1rem;font-weight:500;color:#bfdbfe;text-decoration:none;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{background-color:#1e40af;color:#fff}.mobile-nav-link.nav-icon-link{padding:0!important;border-radius:0!important;background-color:transparent!important;box-shadow:none!important;border:none!important}.mobile-nav-link.nav-icon-link:hover,.mobile-nav-link.nav-icon-link.active{background-color:transparent!important;box-shadow:none!important}.mobile-search-dropdown{position:relative;background:#3b82f6;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);max-height:0;overflow:hidden;transition:all .3s ease-in-out;z-index:50;box-shadow:0 2px 8px #0000001a;width:100%}@media (max-width: 768px){.mobile-search-dropdown{margin:0;left:0;right:0}}@media (min-width: 1024px){.mobile-search-dropdown{display:none}}.mobile-search-dropdown.open{max-height:420px;box-shadow:0 4px 12px #00000026}.mobile-search-content{padding:1rem;opacity:0;transform:translateY(-10px);transition:all .3s ease-in-out .1s}.mobile-search-dropdown.open .mobile-search-content{opacity:1;transform:translateY(0)}.mobile-search-content .search-bar{background:#fff;border-radius:12px;padding:20px;margin:0;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.2)}.header-container{position:relative;max-width:1280px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.header-container{max-width:100%;margin:0;padding:0 1rem;width:100%}}@media (min-width: 640px) and (max-width: 768px){.header-container{padding:0 1rem}}@media (min-width: 769px) and (max-width: 1023px){.header-container{padding:0 1.5rem}}@media (min-width: 1024px){.header-container{padding:0 2rem}}.desktop-search .search-bar,.mobile-search-content .search-bar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.desktop-search .search-input,.mobile-search-content .search-input,.desktop-search .filter-select,.mobile-search-content .filter-select{background:#ffffffe6}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#3b82f6,#8b5cf6,#06d6a0,transparent)}.footer-container{max-width:1280px;margin:0 auto;padding:4rem 1rem 2rem;position:relative}@media (min-width: 640px){.footer-container{padding:4rem 1.5rem 2rem}}@media (min-width: 1024px){.footer-container{padding:5rem 2rem 2rem}}.footer-about-section{margin-bottom:3rem}.footer-about-content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 1024px){.footer-about-content{grid-template-columns:2fr 1fr;gap:4rem}}.footer-text-content{order:2}@media (min-width: 1024px){.footer-text-content{order:1}}.footer-main-title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#06d6a0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(59,130,246,.3)}.footer-poem{margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border-left:4px solid #3b82f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.poem-line{font-style:italic;color:#e5e7eb;margin-bottom:.5rem;font-size:1rem;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.footer-mission h3{color:#60a5fa;font-size:1.25rem;font-weight:600;margin-bottom:1rem;font-family:Poppins,sans-serif}.footer-mission p{color:#d1d5db;line-height:1.6;font-size:1rem}.footer-image-content{order:1;display:flex;justify-content:center}@media (min-width: 1024px){.footer-image-content{order:2;justify-content:flex-end}}.footer-image-wrapper{text-align:center;position:relative}.footer-about-image{width:250px;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #0006;border:3px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.footer-about-image:hover{transform:translateY(-5px);box-shadow:0 25px 50px #3b82f64d}.image-caption{margin-top:1rem;text-align:center}.image-caption p{color:#60a5fa;font-weight:600;margin-bottom:.25rem;font-family:Poppins,sans-serif}.image-caption span{color:#9ca3af;font-size:.9rem;font-style:italic}.footer-info-section{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;margin-bottom:2rem}.footer-info-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-info-grid{grid-template-columns:1fr 1fr;gap:3rem}}.footer-feature-highlight h4,.footer-tech-stack h4{color:#60a5fa;font-size:1.125rem;font-weight:600;margin-bottom:1rem;font-family:Poppins,sans-serif}.footer-features-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-features-list li{color:#d1d5db;font-size:.95rem;padding-left:.5rem}.footer-tech-stack p{color:#d1d5db;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:2rem;text-align:center}.footer-copyright{color:#9ca3af;font-size:.875rem;font-style:italic}@media (max-width: 768px){.footer-main-title{font-size:2rem;text-align:center}.footer-about-image{width:200px;height:240px}.footer-poem{padding:1rem}.poem-line{font-size:.9rem}.footer-text-content{text-align:center}}@media (max-width: 480px){.footer-main-title{font-size:1.75rem}.footer-about-image{width:180px;height:220px}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background:#3b82f6;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f64d;z-index:998;transform:translateY(0);transition:all .3s ease-in-out}.scroll-to-top:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.scroll-to-top:active{transform:translateY(0)}.scroll-to-top-visible{opacity:1;transform:translateY(0)}.scroll-to-top-hidden{opacity:0;transform:translateY(100px);pointer-events:none}.scroll-to-top-icon{width:1.25rem;height:1.25rem;transition:transform .2s ease}.scroll-to-top:hover .scroll-to-top-icon{transform:translateY(-1px)}@media (max-width: 768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:2.75rem;height:2.75rem}.scroll-to-top-icon{width:1.125rem;height:1.125rem}}@media (max-width: 480px){.scroll-to-top{bottom:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem}.scroll-to-top-icon{width:1rem;height:1rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.scroll-to-top-visible{animation:slideInUp .3s ease-out}.scroll-to-top:before{content:"";position:absolute;inset:0;border-radius:50%;background:#3b82f633;transform:scale(0);transition:transform .3s ease}.scroll-to-top:hover:before{transform:scale(1.2)}.scroll-to-top:focus{outline:2px solid #93c5fd;outline-offset:2px}.scroll-to-top:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){.scroll-to-top{transition:opacity .2s ease}.scroll-to-top-visible{animation:none}.scroll-to-top:hover{transform:none}}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb;width:100%;overflow-x:hidden}@media (max-width: 768px){.layout{margin:0;padding:0;width:100%}}.main-content{flex:1;width:100%;margin-top:4rem}@media (max-width: 768px){.main-content{margin-top:4rem;padding:0;width:100%}}.google-auth{display:flex;align-items:center}.google-auth.icon-only{justify-content:center}.google-auth.icon-only.small{width:32px;height:32px}.google-auth.icon-only.medium{width:40px;height:40px}.google-auth.icon-only.large{width:48px;height:48px}.desktop-login{display:none}@media (min-width: 640px){.desktop-login{display:block}}.mobile-login{display:block;width:100%;max-width:280px}@media (min-width: 640px){.mobile-login{display:none}}.user-menu{position:relative}.user-menu.small{max-width:32px;position:relative}.user-menu.small .user-menu-button{padding:.375rem;gap:0;min-width:32px;max-width:32px;height:32px;justify-content:center;border-radius:50%;position:relative}.user-menu.small .user-avatar{width:1.5rem;height:1.5rem}.user-menu-button{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:background-color .3s ease;max-width:-moz-fit-content;max-width:fit-content}@media (max-width: 640px){.user-menu:not(.small) .user-menu-button{padding:.375rem;gap:.25rem;min-width:44px;max-width:60px;height:44px;justify-content:center;border-radius:22px}}.user-menu-button:hover{background-color:#f9fafb}.user-menu-button:disabled{opacity:.5;cursor:not-allowed}.user-avatar{width:2rem;height:2rem;border-radius:50%;flex-shrink:0}@media (max-width: 640px){.user-avatar{width:1.75rem;height:1.75rem}}.user-info{display:none;text-align:left}@media (min-width: 640px){.user-info{display:block}}.user-name{font-weight:500;font-size:.875rem;color:#1f2937}.user-email{font-size:.75rem;color:#6b7280}.logout-icon{color:#ef4444;flex-shrink:0;transition:all .2s ease}.user-menu-button:hover .logout-icon{color:#dc2626;transform:scale(1.1)}.user-menu.small .logout-icon{position:absolute;top:-2px;right:-2px;background:#fff;border-radius:50%;padding:2px;box-shadow:0 1px 3px #0003}@media (max-width: 640px){.user-menu:not(.small) .logout-icon{display:none}}.hero-image-container{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;transition:opacity .1s ease-out}.hero-image-container.hero-fixed{position:fixed;top:0;left:0;right:0;z-index:0;width:100vw}.hero-image-container.hero-three-stage{transform-origin:top center;will-change:height,opacity}.hero-image-container.hero-three-stage .hero-image{transition:none;transform:none!important;will-change:auto}.hero-image-picture{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{position:absolute;top:0;left:0;width:100%;height:120%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;will-change:transform;transition:transform .1s ease-out}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0006,#0003,#0006);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:800px;padding:2rem;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;text-shadow:0 4px 8px rgba(0,0,0,.3);letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;font-weight:400;margin-bottom:2rem;line-height:1.5;text-shadow:0 2px 4px rgba(0,0,0,.3);opacity:.95}@media (max-width: 1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.125rem}.hero-content{padding:1.5rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem;margin-bottom:.75rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-content{padding:1rem;max-width:90%}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-content{padding:.75rem}}.hero-image-container.hero-full-height{height:100vh;min-height:600px}.hero-image-container.hero-medium{height:50vh;min-height:300px}.hero-image-container.hero-small{height:40vh;min-height:250px}.hero-content>*{animation:heroContentFadeIn 1s ease-out}@keyframes heroContentFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-image-container{contain:layout style paint}.hero-image{backface-visibility:hidden;perspective:1000px}@media (prefers-reduced-motion: reduce){.hero-image{transform:none!important;transition:none}.hero-content>*{animation:none}.hero-image-container{transition:none}}@media print{.hero-image-container{height:auto;min-height:auto;background:#fff;color:#000}.hero-image,.hero-overlay{display:none}.hero-content{color:#000;text-shadow:none;position:static}}.homepage{min-height:100vh;position:relative}.hero-spacer{height:100vh;position:relative;z-index:1}.hero-content-section{position:relative;z-index:10;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 0;background:#fff}.hero-content-wrapper{text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.text-vs-video-intro{margin-bottom:3rem}.era-statement{position:relative;padding:2rem 0}.hero-main-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.1)}.video-emphasis{color:#ef4444;background:linear-gradient(135deg,#ef4444,#dc2626);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;position:relative;animation:pulse-glow 2s ease-in-out infinite alternate}.divider-vs{font-size:3rem;font-weight:900;color:#6b7280;margin:1.5rem 0;text-shadow:0 4px 8px rgba(0,0,0,.1);position:relative}.divider-vs:before,.divider-vs:after{content:"";position:absolute;top:50%;width:100px;height:2px;background:linear-gradient(90deg,transparent,#6b7280,transparent)}.divider-vs:before{right:110%}.divider-vs:after{left:110%}.text-statement{font-size:2.8rem;font-weight:700;color:#1f2937;margin-bottom:0;line-height:1.2}.text-emphasis{color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#1d4ed8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;position:relative;animation:text-shine 3s ease-in-out infinite}@keyframes pulse-glow{0%{filter:drop-shadow(0 0 5px rgba(239,68,68,.5))}to{filter:drop-shadow(0 0 15px rgba(239,68,68,.8))}}@keyframes text-shine{0%,to{filter:drop-shadow(0 0 5px rgba(59,130,246,.5))}50%{filter:drop-shadow(0 0 20px rgba(59,130,246,.8))}}.brand-introduction{margin-bottom:3rem;padding:2rem 0;border-top:1px solid rgba(107,114,128,.2);border-bottom:1px solid rgba(107,114,128,.2)}.brand-reveal{font-size:2rem;font-weight:600;color:#374151;margin-bottom:1rem}.brand-name{color:orchid;font-weight:800;font-size:2.2rem;text-shadow:0 2px 4px rgba(218,112,214,.3)}.hero-main-subtitle{font-size:1.3rem;color:#6b7280;margin-bottom:0;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.btn-icon{width:20px;height:20px;margin-right:8px}@media (max-width: 768px){.text-vs-video-intro{margin-bottom:2rem}.hero-main-title{font-size:2rem}.text-statement{font-size:2.2rem}.divider-vs{font-size:2.5rem;margin:1rem 0}.divider-vs:before,.divider-vs:after{width:60px}.brand-reveal{font-size:1.6rem}.brand-name{font-size:1.8rem}.hero-content-wrapper{padding:2rem 1.5rem;margin:0 1rem}.hero-main-subtitle{font-size:1.125rem}}@media (max-width: 480px){.hero-content-wrapper{padding:1.5rem 1rem;margin:0 .5rem}.hero-main-title{font-size:1.8rem}.text-statement,.divider-vs{font-size:2rem}.brand-reveal{font-size:1.4rem}.brand-name{font-size:1.6rem}.hero-main-subtitle{font-size:1rem}}.hero-actions{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-top:2rem}@media (min-width: 640px){.hero-actions{flex-direction:row;justify-content:center;gap:2rem}}.hero-btn{display:inline-block;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;text-align:center;min-width:160px;box-shadow:0 4px 12px #0000001a}.hero-btn-primary{background:#3b82f6;color:#fff}.hero-btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f64d}.hero-auth-wrapper{display:flex;justify-content:center}.hero-welcome-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;margin-top:2rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.hero-user-info{display:flex;align-items:center;gap:1rem;text-align:left}.hero-user-avatar{width:60px;height:60px;border-radius:50%;border:3px solid rgba(255,255,255,.8);box-shadow:0 4px 12px #0000001a}.hero-welcome-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;text-shadow:none}.hero-welcome-subtitle{font-size:1rem;color:#6b7280;margin:0;text-shadow:none}@media (max-width: 640px){.hero-welcome-card{padding:1.5rem}.hero-user-info{flex-direction:column;text-align:center;gap:1rem}.hero-user-avatar{width:50px;height:50px}.hero-welcome-title{font-size:1.25rem}.hero-welcome-subtitle{font-size:.9rem}}.hero-section{background:linear-gradient(to bottom,#dbeafe,#fff);padding:5rem 0}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;line-height:1.1}@media (max-width: 768px){.hero-title{font-size:2rem}}.hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:2rem}@media (min-width: 640px){.hero-buttons{flex-direction:row;justify-content:center}}.auth-wrapper{display:flex;justify-content:center}.welcome-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;max-width:400px;margin:0 auto}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:3rem;height:3rem;border-radius:50%}.welcome-title{font-weight:600;color:#1f2937;margin-bottom:.25rem}.welcome-subtitle{color:#6b7280;font-size:.875rem}.features-section{padding:4rem 0;background:#fff}.features-header{text-align:center;margin-bottom:3rem}.features-header h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.features-header p{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.125rem}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;padding:2rem 1.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid rgba(229,231,235,.5);position:relative;overflow:hidden}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06d6a0);opacity:0;transition:opacity .3s ease}.feature-card:hover:before{opacity:1}.feature-icon{width:3.5rem;height:3.5rem;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.bg-blue-100{background-color:#dbeafe}.bg-green-100{background-color:#dcfce7}.bg-purple-100{background-color:#f3e8ff}.bg-yellow-100{background-color:#fef3c7}.bg-red-100{background-color:#fee2e2}.bg-indigo-100{background-color:#e0e7ff}.icon{width:1.5rem;height:1.5rem}.text-blue-600{color:#3b82f6}.text-green-600{color:#059669}.text-purple-600{color:#9333ea}.text-yellow-600{color:#d97706}.text-red-600{color:#dc2626}.text-indigo-600{color:#4f46e5}.feature-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.feature-card p{color:#6b7280;line-height:1.6}.cta-section{background-color:#3b82f6;color:#fff;padding:4rem 0}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.cta-content p{color:#bfdbfe;font-size:1.125rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 640px){.cta-buttons{flex-direction:row;justify-content:center}}.btn-secondary.cta-secondary{background-color:transparent;border:2px solid white;color:#fff}.btn-secondary.cta-secondary:hover{background-color:#fff;color:#3b82f6}.article-list-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;background:transparent;position:relative}.article-list-header{text-align:center;margin-bottom:3rem}.article-list-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.article-list-header p{color:#6b7280;font-size:1.125rem}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,minmax(350px,auto));gap:1.5rem;margin-bottom:3rem;padding:0;background:transparent;position:relative;isolation:isolate}@media (max-width: 1024px){.articles-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}}@media (max-width: 768px){.articles-grid{grid-template-columns:1fr;grid-template-rows:auto}}.article-list-container .articles-grid .article-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%;margin:0;padding:0;border:none;position:relative;z-index:1}.article-list-container .article-card:before,.article-list-container .article-card:after{display:none!important;content:none!important}.article-list-container .articles-grid .article-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;z-index:2}.article-image-link{display:block;text-decoration:none;color:inherit}.article-image{height:150px;overflow:hidden;background-color:#f3f4f6;cursor:pointer}.article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image img,.article-image-link:hover .article-image img{transform:scale(1.05)}.article-list-container .article-content{padding:1.25rem;flex:1;display:flex;flex-direction:column;background:transparent;border:none;box-shadow:none;position:relative;z-index:auto}.article-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;line-height:1.4}.article-link{color:inherit;text-decoration:none;transition:color .3s ease}.article-link:hover{color:#3b82f6}.article-meta{display:flex;align-items:center;font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.article-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.category-tag{background-color:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px}.article-excerpt{color:#6b7280;font-size:.875rem;line-height:1.6;flex:1;margin-bottom:1rem}.article-excerpt p{margin:0}.article-excerpt h1,.article-excerpt h2,.article-excerpt h3,.article-excerpt h4,.article-excerpt h5,.article-excerpt h6{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 .5rem;line-height:1.4}.article-excerpt strong{font-weight:600;color:#374151}.article-excerpt em{font-style:italic}.article-excerpt code{background:#f3f4f6;color:#dc2626;padding:.125rem .25rem;border-radius:3px;font-family:monospace;font-size:.8rem}.article-excerpt ul,.article-excerpt ol{margin:.25rem 0;padding-left:1.25rem}.article-excerpt li{margin:.125rem 0;font-size:.875rem}.article-list-container .read-more-link{color:#3b82f6;font-weight:600;font-size:.875rem;text-decoration:none;transition:color .3s ease;margin-top:auto;display:block;background:none;border:none;box-shadow:none;position:relative;z-index:auto}.article-list-container .read-more-link:hover{color:#1e40af}.loading-skeleton{background:#f8f9fa;pointer-events:none}.article-image-placeholder{height:150px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeleton-title{height:1.5rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:.75rem;width:80%}.skeleton-meta{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:.75rem;width:60%}.skeleton-text{height:.875rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:.5rem;width:100%}.skeleton-text.short{width:70%}.error-container{text-align:center;padding:3rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;max-width:500px;margin:0 auto}.empty-state{text-align:center;padding:4rem 1rem;color:#6b7280;font-size:1.125rem}.load-more-trigger{padding:2rem 0;display:flex;justify-content:center;align-items:center;min-height:100px}.load-more-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#6b7280;font-size:.875rem}.loading-spinner{width:32px;height:32px;border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.search-results-summary{padding:2rem 0;text-align:center;color:#6b7280;font-size:.875rem;border-top:1px solid #e5e7eb;margin-top:2rem}.search-results-summary p{margin:0;font-style:italic}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:2rem 0 0;background:transparent}.pagination-btn{padding:.75rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{color:#6b7280;font-weight:500;padding:.75rem 1rem}.results-count{font-size:12px;color:#666;margin-left:8px;font-weight:400}@media (max-width: 640px){.article-list-container{padding:1rem .75rem 0}.article-list-header h1{font-size:2rem}.articles-grid{gap:1rem;margin-bottom:1.5rem}.article-card{margin-bottom:0;margin-top:0}.load-more-trigger{padding:1.5rem 0;min-height:80px}.load-more-loading{gap:.75rem}.loading-spinner{width:28px;height:28px}.pagination{flex-direction:column;gap:.5rem;margin-top:1rem;padding:1rem 0 0}.pagination-btn{width:100%;max-width:200px}}.comment-form{display:flex;flex-direction:column;gap:1rem}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.error-icon{width:1rem;height:1rem;flex-shrink:0}.form-content{display:flex;gap:1rem;align-items:flex-start}.form-avatar{width:2.5rem;height:2.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb;flex-shrink:0;margin-top:.25rem}.form-input-container{flex:1;display:flex;flex-direction:column;gap:.75rem}.form-textarea{width:100%;min-height:4rem;padding:1rem;border:2px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.875rem;line-height:1.5;resize:vertical;transition:all .2s ease;background:#fff}.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.form-textarea.reply{min-height:3rem}.form-textarea::-moz-placeholder{color:#9ca3af}.form-textarea::placeholder{color:#9ca3af}.form-footer{display:flex;justify-content:space-between;align-items:center}.char-counter{font-size:.75rem;color:#6b7280;font-weight:500}.char-counter.warning{color:#f59e0b}.char-counter.error{color:#dc2626}.form-meta{display:flex;align-items:center;gap:1rem}.guidelines-toggle{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.75rem;cursor:pointer;transition:all .2s ease}.guidelines-toggle:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.form-actions{display:flex;gap:.5rem;align-items:center}.form-btn{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.form-btn:disabled{cursor:not-allowed;opacity:.5}.cancel-btn{background:transparent;border:1px solid #d1d5db;color:#6b7280}.cancel-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#374151}.submit-btn{background:#3b82f6;border:1px solid #3b82f6;color:#fff;position:relative}.submit-btn:hover:not(:disabled){background:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.submit-btn:active{transform:translateY(0)}.submit-btn.loading{color:transparent}.loading-spinner-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.btn-icon{width:1rem;height:1rem}.form-guidelines{font-size:.75rem;color:#6b7280;padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #3b82f6;margin-top:.5rem}.guidelines-title{font-weight:600;margin-bottom:.5rem;color:#374151}.guidelines-list{list-style:none;display:flex;flex-direction:column;gap:.25rem}.guideline-item{display:flex;align-items:center;gap:.5rem}.guideline-icon{width:.75rem;height:.75rem;color:#10b981;flex-shrink:0}@media (max-width: 640px){.form-content{gap:.75rem}.form-avatar{width:2rem;height:2rem}.form-textarea{min-height:3.5rem;padding:.75rem}.form-textarea.reply{min-height:2.5rem}.form-footer{flex-direction:column;align-items:stretch;gap:.75rem}.form-actions{width:100%;justify-content:flex-end}.form-btn{padding:.75rem 1rem}}.comment-item{position:relative;transition:all .2s ease}.comment-item.reply{margin-left:2rem;border-left:3px solid #e5e7eb;padding-left:1.5rem}.comment-item.reply.depth-1{border-left-color:#3b82f6}.comment-item.reply.depth-2{border-left-color:#10b981}.comment-item.reply.depth-3{border-left-color:#f59e0b}.comment-item.reply.depth-4{border-left-color:#ef4444}.comment-item.reply.depth-5{border-left-color:#8b5cf6}.comment-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease;position:relative}.comment-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}.comment-card.highlighted{border-color:#3b82f6;background:#f0f9ff}.comment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.comment-avatar{width:2.5rem;height:2.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb;transition:border-color .2s ease}.comment-card:hover .comment-avatar{border-color:#3b82f6}.comment-author-info{flex:1}.comment-author-name{font-weight:600;color:#1f2937;font-size:.875rem;margin-bottom:.25rem}.comment-timestamp{color:#6b7280;font-size:.75rem;display:flex;align-items:center;gap:.25rem}.time-icon{width:.875rem;height:.875rem}.comment-content{margin-bottom:1.25rem;line-height:1.6}.comment-text{color:#374151;font-size:.875rem;white-space:pre-wrap;word-break:break-word}.comment-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.voting-container{display:flex;align-items:center;background:#f8fafc;border-radius:8px;padding:.25rem;gap:.25rem;border:1px solid #e2e8f0}.vote-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;color:#6b7280}.vote-btn:hover:not(:disabled){background:#e2e8f0;transform:translateY(-1px)}.vote-btn:disabled{cursor:not-allowed;opacity:.5}.vote-btn.upvote.active{background:#dcfce7;color:#16a34a;border-color:#16a34a}.vote-btn.downvote.active{background:#fef2f2;color:#dc2626;border-color:#dc2626}.vote-icon{width:1rem;height:1rem;transition:transform .2s ease}.vote-btn:hover:not(:disabled) .vote-icon{transform:scale(1.1)}.vote-count{font-weight:600;min-width:1.5rem;text-align:center}.net-score{display:flex;align-items:center;font-weight:600;font-size:.875rem;padding:.375rem .75rem;border-radius:6px}.net-score.positive{background:#dcfce7;color:#16a34a}.net-score.negative{background:#fef2f2;color:#dc2626}.net-score.neutral{background:#f3f4f6;color:#6b7280}.reply-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#3b82f6;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.reply-btn:hover{background:#f0f9ff;border-color:#3b82f6;transform:translateY(-1px)}.reply-icon{width:.875rem;height:.875rem}.replies-count{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.75rem;font-weight:500}.replies-icon{width:.875rem;height:.875rem}.reply-form-container{margin-top:1.25rem;padding:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.replies-section{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.replies-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.replies-toggle:hover{background:#f9fafb;border-color:#9ca3af}.toggle-icon{width:.875rem;height:.875rem;transition:transform .2s ease}.replies-toggle.expanded .toggle-icon{transform:rotate(90deg)}.vote-display{display:flex;align-items:center;gap:1rem}.vote-info{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.75rem}.vote-info-icon{width:.875rem;height:.875rem}@media (max-width: 640px){.comment-item.reply{margin-left:1rem;padding-left:1rem}.comment-card{padding:1rem}.comment-actions{flex-direction:column;align-items:flex-start;gap:.75rem}.voting-container{width:100%;justify-content:center}.reply-form-container{padding:1rem}}.comments-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;margin:2rem 0}.comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.comments-header-left{display:flex;flex-direction:column;gap:.5rem}.comments-header-right{display:flex;align-items:center;gap:1rem}.comments-user-auth{display:flex;align-items:center}@media (max-width: 640px){.comments-section{padding:1rem;margin:1rem 0}.comments-header{flex-direction:column;align-items:flex-start;gap:1rem}.comments-header-right{width:100%;justify-content:space-between}.comments-sort{display:flex;flex-wrap:wrap;gap:.5rem}.sort-btn{padding:.375rem .75rem;font-size:.75rem}}.comments-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.comments-count{color:#6b7280;font-size:.875rem;font-weight:500;background:#f3f4f6;padding:.5rem 1rem;border-radius:20px}.comments-sort{display:flex;gap:.5rem}.sort-btn{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#6b7280;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease}.sort-btn:hover{background:#f9fafb;border-color:#9ca3af}.sort-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.comments-loading{display:flex;justify-content:center;align-items:center;height:8rem}.loading-spinner{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.comments-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.error-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.login-prompt{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0ea5e9;color:#0c4a6e;padding:1.5rem;border-radius:12px;margin-bottom:2rem;text-align:center}.login-prompt-title{font-weight:600;margin-bottom:.5rem}.login-prompt-text{color:#075985;font-size:.875rem;margin-bottom:1.5rem}.comment-auth{display:flex;justify-content:center;align-items:center}.comment-form-section{margin-bottom:2.5rem;padding:1.5rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comments-empty{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-icon{width:4rem;height:4rem;margin:0 auto 1rem;color:#d1d5db}.empty-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.empty-text{font-size:.875rem}@media (max-width: 768px){.comments-section{padding:1.5rem;margin:1rem 0}.comments-header{flex-direction:column;gap:1rem;align-items:flex-start}.comments-sort{width:100%;justify-content:center}.comment-form-section{padding:1rem}}.article-image-pinner{contain:layout style paint}.article-image-relative{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:0}.article-image-fixed{position:fixed;top:0;left:0;right:0;z-index:5;transform-origin:top center;will-change:height,opacity}.pinned-article-image{backface-visibility:hidden;perspective:1000px}@media (prefers-reduced-motion: reduce){.pinned-article-image{transform:none!important;transition:none}.article-image-pinner{transition:none}}@media print{.article-image-pinner{position:static!important;height:auto!important;min-height:auto!important;opacity:1!important;transform:none!important}.article-image-overlay{display:none}.pinned-article-image{position:static!important;height:auto!important;width:100%!important}}.simple-subtitle-viewer{margin:1.5rem 0;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 4px 6px #0000000d;overflow:hidden}.simple-subtitle-viewer.loading{padding:2rem;text-align:center;background:#f8fafc}.subtitle-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;gap:1rem}.download-btn-header{background:#fff3;border:none;color:#fff;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.download-btn-header:hover{background:#ffffff4d;transform:translateY(-1px)}.subtitle-title{display:flex;flex-direction:column;gap:.25rem;flex:1;text-align:center}.subtitle-title h3{margin:0;font-size:1.25rem;font-weight:600}.subtitle-count{font-size:.875rem;opacity:.9;font-weight:400}.collapse-btn{background:#fff3;border:none;color:#fff;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.collapse-btn:hover{background:#ffffff4d}.subtitle-search{padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.search-input-container{position:relative;display:flex;align-items:center;margin-bottom:1rem}.search-icon{position:absolute;left:.75rem;color:#6b7280;z-index:1}.search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.clear-search-nav-btn{background:#ef4444!important}.clear-search-nav-btn:hover:not(:disabled){background:#dc2626!important}.no-results{color:#ef4444;font-style:italic}.search-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;background:#f1f5f9;border-radius:6px;border:1px solid #e2e8f0}.search-counter{font-size:.875rem;color:#475569;font-weight:500;flex-shrink:0}.search-nav-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.search-nav-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.search-nav-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.search-nav-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.subtitle-content{max-height:600px;overflow-y:auto;padding:0}.subtitle-entry{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.subtitle-entry:last-child{border-bottom:none}.subtitle-entry:hover{background:#f8fafc}.subtitle-entry.search-match{background:#fef3c7;border-left:4px solid #f59e0b}.subtitle-entry.search-match:hover{background:#fde68a}.subtitle-entry.current-result{background:#dbeafe;border-left:4px solid #3b82f6;box-shadow:0 4px 12px #3b82f633}.subtitle-entry.current-result:hover{background:#bfdbfe}.subtitle-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.subtitle-sequence{font-size:.875rem;font-weight:700;color:#3b82f6;background:#eff6ff;padding:.25rem .5rem;border-radius:4px;min-width:3rem;text-align:center}.subtitle-timing{display:flex;align-items:center;gap:.5rem;font-family:Courier New,monospace;font-size:.8rem;color:#6b7280}.subtitle-time{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-weight:500}.subtitle-arrow{color:#9ca3af;font-weight:700}.subtitle-duration{color:#059669;font-weight:500;font-size:.75rem}.subtitle-text{font-size:1rem;line-height:1.6;color:#1f2937;white-space:pre-wrap;word-wrap:break-word}.subtitle-text mark{background:#fef08a;color:#92400e;padding:.125rem .25rem;border-radius:3px;font-weight:600}.no-results{padding:2rem;text-align:center;color:#6b7280}.no-results p{margin:0;font-style:italic}@media (max-width: 768px){.subtitle-header{padding:.875rem 1rem}.subtitle-title h3{font-size:1.125rem}.subtitle-count{font-size:.8rem}.subtitle-search,.subtitle-entry{padding:.875rem 1rem}.subtitle-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.subtitle-timing{flex-wrap:wrap;gap:.25rem;font-size:.75rem}.subtitle-time{padding:.125rem .375rem;font-size:.7rem}.subtitle-text{font-size:.9rem}.search-navigation{flex-direction:column;gap:.75rem;padding:.625rem}.search-nav-buttons{gap:.375rem;justify-content:center}.search-nav-btn{padding:.375rem .625rem;font-size:.8rem;flex:1;min-width:80px}.btn-text{display:none}.search-counter{text-align:center}}@media (max-width: 480px){.subtitle-header,.subtitle-search,.subtitle-entry{padding:.75rem}.subtitle-content{max-height:500px}.subtitle-timing,.subtitle-duration{font-size:.7rem}.search-nav-btn{padding:.5rem .375rem;font-size:.75rem;min-width:60px}.search-navigation{padding:.5rem}}.subtitle-content{scroll-behavior:smooth}.subtitle-content::-webkit-scrollbar{width:8px}.subtitle-content::-webkit-scrollbar-track{background:#f1f5f9}.subtitle-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.subtitle-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.article-footer-info{margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px #0000000d}.footer-info-content{max-width:100%;display:flex;flex-direction:column;gap:2rem}.footer-section-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1rem;border-bottom:2px solid #3b82f6;padding-bottom:.5rem;display:inline-block}.youtube-link-section{display:flex;flex-direction:column}.youtube-link{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;box-shadow:0 4px 12px #dc26264d;max-width:-moz-fit-content;max-width:fit-content}.youtube-link:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-2px);box-shadow:0 6px 16px #dc262666;color:#fff;text-decoration:none}.description-section{display:flex;flex-direction:column}.article-description{font-size:1rem;line-height:1.6;color:#475569;margin:0;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #3b82f6;box-shadow:0 2px 4px #0000000d}.subtitle-section{display:flex;flex-direction:column}.subtitle-language-options{display:flex;flex-direction:column;gap:1rem}.subtitle-options-title{font-size:1rem;font-weight:500;color:#374151;margin:0}.subtitle-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.subtitle-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #8b5cf64d;font-size:.9rem}.subtitle-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 6px 16px #8b5cf666}.subtitle-loading{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;border:1px solid #f59e0b;max-width:-moz-fit-content;max-width:fit-content}.loading-icon{color:#d97706;animation:spin 2s linear infinite}.loading-text{display:flex;flex-direction:column;gap:.25rem}.loading-text p{margin:0;color:#92400e;font-weight:500}.loading-subtext{font-size:.875rem;opacity:.8}.subtitle-viewer-container{display:flex;flex-direction:column;gap:1rem}.close-subtitle-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ef44444d;max-width:-moz-fit-content;max-width:fit-content;align-self:flex-end;font-size:.9rem}.close-subtitle-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}@media (max-width: 768px){.article-footer-info{margin:1.5rem 0;padding:1.5rem}.footer-info-content{gap:1.5rem}.footer-section-title{font-size:1.125rem}.youtube-link,.download-trigger-btn{padding:.75rem 1.25rem;font-size:.9rem}.subtitle-buttons{flex-direction:column}.subtitle-btn{justify-content:center;padding:.625rem 1rem;font-size:.875rem}.close-subtitle-btn{align-self:stretch;text-align:center}.article-description{font-size:.9rem;padding:.875rem}}@media (max-width: 480px){.article-footer-info{padding:1rem}.footer-section-title{font-size:1rem}.youtube-link,.download-trigger-btn{padding:.625rem 1rem;font-size:.875rem}}.recommended-articles{padding:3rem 0;background:#fff;position:relative}.recommended-articles.recommended-footer{background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.recommended-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.recommended-container{padding:0 1.5rem}}@media (min-width: 1024px){.recommended-container{padding:0 2rem}}.recommended-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2.5rem;text-align:center;position:relative}.recommended-footer .recommended-title{color:#fff;font-size:1.75rem;margin-bottom:2rem}.recommended-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px}.recommended-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.recommended-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.recommended-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.recommended-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;position:relative;cursor:pointer;border:2px solid transparent}.recommended-footer .recommended-card{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.recommended-card.high-relevance{border-color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f633}.recommended-card.high-relevance:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);z-index:1}.recommended-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #00000026;border-color:#3b82f6}.recommended-footer .recommended-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #3b82f64d;background:#ffffff1f}.card-image-container{position:relative;width:100%;height:200px;overflow:hidden;background:#f3f4f6}.card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.recommended-card:hover .card-image{transform:scale(1.05)}.card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af}.placeholder-icon{width:3rem;height:3rem}.relevance-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:6px;border-radius:8px;box-shadow:0 2px 4px #0003;z-index:2}.relevance-icon{width:16px;height:16px}.card-content{padding:1.5rem;position:relative}.recommended-footer .card-content{color:#fff}.card-title{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;line-height:1.4;transition:color .3s ease}.recommended-footer .card-title{color:#fff}.recommended-card:hover .card-title{color:#3b82f6}.recommended-footer .recommended-card:hover .card-title{color:#60a5fa}.card-description{color:#6b7280;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.recommended-footer .card-description{color:#d1d5db}.card-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#9ca3af;margin-bottom:.75rem}.recommended-footer .card-meta{color:#9ca3af}.meta-separator{color:#d1d5db}.card-author{font-weight:500}.card-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.matching-tag{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:6px;border:1px solid #93c5fd}.recommended-footer .matching-tag{background:#3b82f633;color:#60a5fa;border-color:#3b82f64d}.card-hover-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1rem;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem}.recommended-card:hover .card-hover-overlay{transform:translateY(0)}.read-more-text{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.arrow-icon{width:18px;height:18px;transition:transform .3s ease}.recommended-card:hover .arrow-icon{transform:translate(4px)}.recommended-card.loading{pointer-events:none}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeleton-title{height:20px;margin-bottom:.75rem;border-radius:4px}.skeleton-text{height:16px;margin-bottom:.5rem;border-radius:4px;width:80%}.skeleton-meta{height:14px;border-radius:4px;width:60%}@media (max-width: 640px){.recommended-articles{padding:2rem 0}.recommended-title{font-size:1.75rem;margin-bottom:1.5rem}.card-image-container{height:160px}.card-content{padding:1rem}.card-title{font-size:1rem}}.recommended-card:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media print{.recommended-articles{display:none}}.srt-play-pause-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #3b82f666;min-width:100px;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.srt-play-pause-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.srt-play-pause-btn:hover:before{left:100%}.srt-play-pause-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f680}.srt-play-pause-btn:active{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.srt-play-pause-btn:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;transform:none;box-shadow:0 2px 6px #9ca3af4d}.srt-play-pause-btn:disabled:hover{background:linear-gradient(135deg,#9ca3af,#6b7280);transform:none;box-shadow:0 2px 6px #9ca3af4d}.srt-play-pause-btn:disabled:before{display:none}.srt-control-icon{font-size:1rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.srt-progress-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:visible;margin-bottom:0;cursor:pointer;transition:height .2s ease;position:relative}.srt-progress-bar:hover{height:6px}.srt-progress-bar:after{content:"";position:absolute;top:50%;left:var(--progress-percentage, 0%);transform:translate(-50%,-50%);width:8px;height:8px;background:#3b82f6;border:2px solid white;border-radius:50%;box-shadow:0 2px 4px #0003;opacity:0;transition:all .2s ease;z-index:2}.srt-progress-bar:hover:after{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.srt-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:2px;transition:width .3s ease;box-shadow:0 1px 3px #3b82f666}.srt-action-btn{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.srt-action-btn:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.srt-action-btn:active{transform:translateY(0)}.srt-reset-btn{background:#ef444426;border-color:#ef44444d}.srt-reset-btn:hover{background:#ef444440;border-color:#ef444480}.srt-search-btn{background:#10b98126;border-color:#10b9814d}.srt-search-btn:hover{background:#10b98140;border-color:#10b98180}.srt-search-btn.active{background:#10b9814d;border-color:#10b98199;box-shadow:0 0 0 2px #10b98133}.srt-fullscreen-btn{background:#8b5cf626;border-color:#8b5cf64d}.srt-fullscreen-btn:hover{background:#8b5cf640;border-color:#8b5cf680}.srt-speed-control{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.srt-speed-control label{font-size:.75rem;font-weight:500;color:#fffc;margin:0}.srt-speed-select{background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.3rem .6rem;border-radius:6px;font-size:.8rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;min-width:60px;text-align:center}.srt-speed-select:focus{outline:none;border-color:#fff6;box-shadow:0 0 0 2px #ffffff1a}.srt-manual-indicator{background:#f59e0b33;color:#fbbf24;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600;border:1px solid rgba(245,158,11,.3);display:flex;align-items:center;gap:.3rem}.srt-progress-info{font-size:.85rem;font-weight:600;color:#ffffffe6;background:#ffffff1a;padding:.4rem .8rem;border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);font-variant-numeric:tabular-nums}.srt-scrolling-viewport{height:300px;overflow-y:auto;overflow-x:hidden;position:relative;background:linear-gradient(to bottom,#f8fafc,#fff);border-radius:0 0 8px 8px;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc;overscroll-behavior:contain}.srt-scrolling-viewport::-webkit-scrollbar{width:8px}.srt-scrolling-viewport::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.srt-scrolling-viewport::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.srt-scrolling-viewport::-webkit-scrollbar-thumb:hover{background:#a0aec0}.srt-scrolling-content{padding:1.5rem}.srt-scrolling-line{display:flex;align-items:flex-start;margin-bottom:1.5rem;padding:1rem;border-radius:8px;background:#ffffffe6;border:1px solid #e5e7eb;opacity:.6;transition:all .4s ease;box-shadow:0 2px 8px #0000000d;position:relative;cursor:pointer}.srt-line-highlight{position:absolute;left:0;top:0;width:4px;height:100%;background:transparent;border-radius:0 4px 4px 0;transition:all .3s ease}.srt-line-content{flex:1;padding-left:1rem}.srt-scrolling-line.current .srt-line-highlight{background:linear-gradient(to bottom,#3b82f6,#6366f1);box-shadow:0 2px 8px #3b82f666;width:6px}.srt-scrolling-line.completed{opacity:.8;background:#10b9810d;border-color:#10b98133}.srt-scrolling-line.completed .srt-line-highlight{background:#10b981;width:3px}.srt-scrolling-line:hover{opacity:1;transform:translate(2px)}.srt-scrolling-line.current:hover{transform:translate(6px)}.srt-scrolling-line.current .srt-scrolling-text{color:#111827;font-weight:600}.srt-viewer{margin:1.5rem 0}.srt-viewer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.srt-viewer-loading p{margin:0;color:#6b7280;font-size:.875rem}.srt-viewer-error{padding:1.5rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:12px;text-align:center}.srt-viewer-error p{margin:0 0 1rem;color:#dc2626;font-weight:500}.retry-button{background:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background-color .2s ease}.retry-button:hover{background:#b91c1c}.srt-scrolling-line{cursor:pointer;transition:all .3s ease}.srt-scrolling-line:hover{background:#3b82f614!important;transform:translate(4px)}.srt-scrolling-line.active:hover{background:#3b82f61a!important}.srt-scrolling-line.completed:hover{background:#10b9811a!important}.mobile-only{display:none}.desktop-only{display:block}.srt-fullscreen-overlay{position:fixed;inset:0;background:#fff;z-index:999999;display:flex;flex-direction:column;overflow:hidden;touch-action:none;overscroll-behavior:contain;isolation:isolate;min-width:100vw;min-height:100vh;max-width:100vw;max-height:100vh}.srt-fullscreen-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #0000001a}.srt-fullscreen-info{display:flex;align-items:center;gap:1rem}.srt-simple-controls{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}.srt-simple-controls .srt-progress-info{flex:1;text-align:center}.srt-scroll-hint{font-size:.85rem;opacity:.8;font-weight:400}.srt-fullscreen-title{margin:0;font-size:1.25rem;font-weight:600}.srt-exit-fullscreen{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.srt-exit-fullscreen:hover{background:#ffffff4d;transform:translateY(-1px)}.srt-fullscreen-content{flex:1;overflow:hidden;padding:0;position:relative}.srt-scrolling-container.fullscreen{height:100%;margin:0;border-radius:0;background:linear-gradient(to bottom,#f8fafc,#fff);position:relative}.srt-scrolling-viewport.fullscreen-viewport{height:calc(100vh - 200px);border-radius:0;touch-action:pan-y;overscroll-behavior:contain}.srt-fullscreen-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px #667eea4d}.srt-fullscreen-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #667eea66}@media (max-width: 768px){.mobile-only{display:inline-block}.desktop-only{display:none}.srt-viewer{margin:1rem 0}.srt-viewer-loading,.srt-viewer-error{padding:1rem}.loading-spinner{width:32px;height:32px}.srt-scrolling-header{padding:1rem}.srt-scrolling-controls{flex-wrap:wrap;gap:.5rem}.srt-speed-control{flex-direction:column;align-items:center;gap:.25rem}.srt-speed-control label{font-size:.75rem;margin:0}.srt-speed-select{padding:.25rem .5rem;font-size:.8rem;min-width:auto}.srt-play-pause-btn,.srt-search-btn{padding:.4rem .8rem!important;font-size:.8rem!important;white-space:nowrap}.srt-fullscreen-btn{padding:.4rem .8rem;font-size:.8rem;white-space:nowrap}.srt-fullscreen-header{padding:1rem;flex-direction:column;gap:.5rem}.srt-fullscreen-title{font-size:1.1rem}.srt-fullscreen-info{gap:.5rem}.srt-scroll-hint{font-size:.75rem}.srt-scrolling-viewport.fullscreen-viewport{height:calc(100vh - 180px)}}@media (max-width: 414px){.srt-scrolling-header{padding:.75rem}.srt-scrolling-controls{gap:.4rem}.srt-play-pause-btn,.srt-search-btn,.srt-fullscreen-btn{padding:.3rem .6rem!important;font-size:.75rem!important}.srt-speed-control label{font-size:.7rem}.srt-speed-select{font-size:.75rem;padding:.2rem .4rem}.srt-progress-info{font-size:.75rem}}.srt-scrolling-container{max-width:100%;margin:1.5rem 0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 15px #0000001a}.srt-scrolling-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500;box-shadow:0 4px 15px #0000001a;border-bottom:1px solid rgba(255,255,255,.1)}.srt-scrolling-controls{display:flex;align-items:center;gap:1rem;flex:1;flex-wrap:wrap}.srt-scrolling-controls button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.srt-scrolling-controls button:hover{background:#ffffff4d;transform:translateY(-1px)}.srt-speed-control{display:flex;align-items:center;gap:.5rem;margin:0 .5rem}.srt-speed-select{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.25rem .5rem;border-radius:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.srt-progress-info{font-size:.875rem;font-weight:600}.srt-scrolling-viewport{height:300px;overflow:hidden;position:relative;background:linear-gradient(to bottom,#f8fafc,#fff)}.srt-scrolling-content{padding:1.5rem;transition:transform .8s ease-out}.srt-scrolling-line{margin-bottom:1.5rem;padding:1rem 1.25rem;border-radius:8px;background:#ffffffe6;border:1px solid #e5e7eb;opacity:.3;transform:translateY(20px);transition:all .6s ease;box-shadow:0 2px 8px #0000000d}.srt-scrolling-line.active{opacity:1;transform:translateY(0);background:#3b82f60d;border-color:#3b82f64d;box-shadow:0 4px 15px #3b82f626}.srt-scrolling-line.completed{opacity:.7;background:#10b9810d;border-color:#10b98133}.srt-scrolling-line.current{opacity:1;background:#3b82f614;border-color:#3b82f64d;box-shadow:0 4px 15px #3b82f626;transform:translate(4px)}.srt-scrolling-text{line-height:1.6;color:#1f2937;font-size:.95rem;font-weight:500}.srt-scrolling-line.active .srt-scrolling-text,.srt-scrolling-line.current .srt-scrolling-text{color:#111827;font-weight:600}.srt-scrolling-timestamp{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;font-weight:500;color:#6b7280;font-family:SF Mono,Monaco,Cascadia Code,monospace}.srt-scrolling-timestamp .srt-separator{color:#3b82f6;font-weight:600}.srt-interactive-viewer{max-width:100%;margin:2rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.srt-section-wrapper{margin:1.5rem 0;border-left:3px solid #e5e7eb;padding-left:1rem;position:relative}.srt-section-wrapper:before{content:"🎬";position:absolute;left:-.7rem;top:-.2rem;background:#fff;padding:.2rem;font-size:.8rem}.srt-horizontal-container{max-width:100%;margin:0}.srt-horizontal-line{display:flex;align-items:flex-start;margin-bottom:.5rem;padding:.5rem 0;border-radius:6px;position:relative;transition:background-color .2s ease}.srt-horizontal-line:hover{background-color:#3b82f60d}.srt-highlight{flex-shrink:0;width:8px;height:8px;margin-right:1rem;margin-top:.5rem;cursor:pointer;position:relative}.srt-dot{width:8px;height:8px;background:#6b7280;border-radius:50%;transition:all .3s ease;box-shadow:0 1px 3px #0003}.srt-highlight:hover .srt-dot{background:#3b82f6;transform:scale(1.3);box-shadow:0 2px 8px #3b82f666}.srt-highlight.active .srt-dot{background:#10b981;transform:scale(1.2);box-shadow:0 2px 8px #10b98166}.srt-content-text{flex:1;line-height:1.5;color:#374151;font-size:.95rem;padding-right:1rem}.srt-timestamp-popup{position:absolute;left:2rem;top:0;background:#111827f2;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;font-family:SF Mono,Monaco,Cascadia Code,monospace;box-shadow:0 4px 12px #0000004d;z-index:1000;white-space:nowrap;animation:fadeInUp .2s ease-out}.srt-timestamp-popup:before{content:"";position:absolute;left:-4px;top:50%;margin-top:-4px;width:0;height:0;border:4px solid transparent;border-right-color:#111827f2}.srt-timestamp-popup .srt-separator{margin:0 .5rem;color:#6366f1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.srt-interactive-container{position:relative;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.srt-timeline-container{position:sticky;top:5rem;z-index:20;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(0,0,0,.05)}.srt-timeline-track{position:relative;height:8px;background:#e5e7eb;border-radius:4px;margin-bottom:1rem;cursor:pointer;overflow:visible}.srt-timeline-progress{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:4px;transition:width .3s ease-out;box-shadow:0 2px 8px #3b82f64d}.srt-timeline-dot{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#6b7280;border:2px solid #ffffff;border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000026;z-index:1}.srt-timeline-dot:hover{transform:translate(-50%,-50%) scale(1.3);background:#4f46e5;box-shadow:0 4px 12px #4f46e566}.srt-timeline-dot.passed{background:#10b981;box-shadow:0 2px 8px #10b9814d}.srt-timeline-dot.current{background:#f59e0b;transform:translate(-50%,-50%) scale(1.4);box-shadow:0 4px 16px #f59e0b80;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1.4);opacity:1}50%{transform:translate(-50%,-50%) scale(1.6);opacity:.8}}.srt-timeline-info{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280;font-weight:500}.srt-current-time{color:#3b82f6;font-weight:600;font-variant-numeric:tabular-nums}.srt-total-time{color:#9ca3af;font-variant-numeric:tabular-nums}.srt-content-container{position:relative}.srt-content-section{margin-bottom:2rem;padding:1.5rem;border-radius:12px;background:#f9fafbcc;border:1px solid rgba(229,231,235,.5);transition:all .4s ease;opacity:.6;transform:translateY(10px)}.srt-content-section.active{opacity:1;transform:translateY(0);background:#fffffff2;border-color:#3b82f64d;box-shadow:0 8px 25px #3b82f626}.srt-timestamp-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;background:#3b82f61a;border-radius:8px;font-size:.875rem;font-weight:500;color:#3b82f6;font-variant-numeric:tabular-nums}.srt-time{background:#3b82f626;padding:.25rem .5rem;border-radius:4px;font-family:SF Mono,Monaco,Cascadia Code,monospace}.srt-separator{color:#6366f1;font-weight:600}.srt-text{line-height:1.7;color:#1f2937;font-size:1rem}.srt-text p{margin:0;margin-bottom:.5rem}.srt-text p:last-child{margin-bottom:0}.srt-text em{font-style:italic;color:#4f46e5}.srt-text strong{font-weight:600;color:#1f2937}.srt-timestamp-tooltip{position:absolute;z-index:1000;background:#111827f2;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;pointer-events:none;white-space:nowrap;transform:translate(-50%);font-variant-numeric:tabular-nums;font-family:SF Mono,Monaco,Cascadia Code,monospace;box-shadow:0 4px 12px #0000004d;animation:tooltipFadeIn .2s ease-out}.srt-timestamp-tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-4px;width:0;height:0;border:4px solid transparent;border-top-color:#111827f2}.srt-timestamp-tooltip.fade-out{animation:tooltipFadeOut .3s ease-in forwards}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes tooltipFadeOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-5px)}}@media (max-width: 768px){.srt-interactive-container{padding:1rem;border-radius:12px}.srt-timeline-container{padding:1rem;top:4rem}.srt-timeline-dot{width:10px;height:10px}.srt-timeline-dot.current{transform:translate(-50%,-50%) scale(1.2)}.srt-content-section{padding:1rem;margin-bottom:1.5rem}.srt-timestamp-info{flex-direction:column;align-items:flex-start;gap:.25rem}.srt-text{font-size:.95rem}}@media (max-width: 480px){.srt-interactive-container{margin:1rem 0;padding:.75rem}.srt-timeline-container{padding:.75rem}.srt-timeline-info{font-size:.8rem}.srt-timestamp-info{font-size:.8rem;padding:.5rem .75rem}}@media print{.srt-interactive-viewer{-moz-column-break-inside:avoid;break-inside:avoid}.srt-timeline-container{position:static;box-shadow:none;border:1px solid #e5e7eb}.srt-content-section{opacity:1!important;transform:none!important;-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}.srt-timestamp-tooltip{display:none}}.markdown-content{line-height:1.4;color:#374151;font-size:.9rem;max-width:100%;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word}.content-type-indicator{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;box-shadow:0 4px 15px #667eea4d;font-weight:500;font-size:.95rem}.srt-indicator{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 15px #f5576c4d}.indicator-icon{font-size:1.25rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.indicator-text{flex:1;font-weight:600}.indicator-duration{background:#fff3;padding:.25rem .5rem;border-radius:6px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.markdown-content p{margin-bottom:.5rem;line-height:1.3}.markdown-content p:last-child{margin-bottom:0}.markdown-heading{position:relative;margin-top:1rem;margin-bottom:.3rem;font-weight:700;line-height:1.2;color:#111827}.markdown-heading:first-child{margin-top:0}.markdown-heading+.markdown-heading{margin-top:.75rem}.markdown-h3+.markdown-h3{margin-top:.5rem}.markdown-h1{font-size:1.8rem;border-bottom:3px solid #3b82f6;padding-bottom:.4rem}.markdown-h2{font-size:1.4rem;border-bottom:2px solid #e5e7eb;padding-bottom:.3rem}.markdown-h3{font-size:1.2rem;margin-left:0!important;padding-left:0!important;text-align:left;margin-bottom:.2rem;line-height:1.1}.markdown-h4{font-size:1.1rem}.markdown-h5{font-size:1.05rem}.markdown-h6{font-size:1rem;font-weight:600}.markdown-heading-anchor{position:absolute;left:-1.5rem;opacity:0;color:#3b82f6;text-decoration:none;font-weight:400;transition:opacity .2s ease}.markdown-heading:hover .markdown-heading-anchor{opacity:1}.markdown-link{color:#3b82f6;text-decoration:underline;text-decoration-color:#93c5fd;text-underline-offset:2px;transition:all .2s ease}.markdown-link:hover{color:#1d4ed8;text-decoration-color:#3b82f6}.markdown-link:visited{color:#7c3aed}.markdown-content strong,.markdown-content b{font-weight:700;color:#111827}.markdown-content em,.markdown-content i{font-style:italic}.markdown-content code{background:#f3f4f6;color:#dc2626;padding:.125rem .375rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;font-weight:500;word-break:break-all;overflow-wrap:break-word}.markdown-code-block{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.25rem 0;border:1px solid #374151;max-width:100%;box-sizing:border-box}.markdown-code-block code{background:transparent;color:inherit;padding:0;font-size:.875rem;line-height:1.5}.markdown-list{margin:.1rem 0;padding-left:1.25rem}.markdown-h3+.markdown-list,.markdown-h3+p+.markdown-list,.markdown-h3+*+.markdown-list{margin-left:2rem;padding-left:1rem;margin-top:.1rem;line-height:1.25}.markdown-content .markdown-h3~.markdown-list{margin-left:2rem!important;padding-left:1rem!important;line-height:1.25!important;margin-top:.1rem!important}.markdown-content .markdown-h3~.markdown-list:not(.markdown-h1~.markdown-list):not(.markdown-h2~.markdown-list):not(.markdown-h4~.markdown-list):not(.markdown-h5~.markdown-list):not(.markdown-h6~.markdown-list){margin-left:1rem!important;padding-left:.5rem!important}.markdown-unordered-list{list-style-type:disc;list-style-position:outside}.markdown-ordered-list{list-style-type:decimal;list-style-position:outside}.markdown-list li{margin-bottom:.05rem;line-height:1.3;padding-left:.25rem}.markdown-content .markdown-h3~.markdown-list li{line-height:1.2!important;margin-bottom:.03rem!important}.markdown-content .markdown-h3+.markdown-list li:first-child{margin-top:-.05rem!important;line-height:1.15!important}.markdown-list li:last-child{margin-bottom:0}.markdown-list .markdown-list{margin:.25rem 0;padding-left:1rem}.markdown-list .markdown-unordered-list{list-style-type:circle}.markdown-list .markdown-list .markdown-unordered-list{list-style-type:square}.markdown-blockquote{border-left:4px solid #3b82f6;background:#f8fafc;margin:1.25rem 0;padding:.875rem 1.25rem;font-style:italic;color:#4b5563;border-radius:0 8px 8px 0}.markdown-blockquote p{margin-bottom:.5rem}.markdown-blockquote p:last-child{margin-bottom:0}.markdown-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.markdown-content thead{background:#f9fafb}.markdown-content th,.markdown-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.markdown-content th{font-weight:600;color:#374151}.markdown-content tr:last-child td{border-bottom:none}.markdown-content tr:hover{background:#f9fafb}.markdown-content hr{border:none;height:2px;background:linear-gradient(to right,#e5e7eb,#d1d5db,#e5e7eb);margin:2rem 0;border-radius:2px}.markdown-content img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:1.5rem 0;display:block}.markdown-error{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;padding:1rem;border-radius:8px;font-family:monospace;white-space:pre-wrap;margin:1rem 0}@media (max-width: 768px){.markdown-content{font-size:.9rem;padding:0;margin:0}.markdown-h1{font-size:1.6rem;margin-left:0;padding-left:0}.markdown-h2{font-size:1.3rem;margin-left:0;padding-left:0}.markdown-h3{font-size:1.2rem;margin-left:0!important;padding-left:0!important}.markdown-code-block{padding:.75rem;font-size:.8rem;margin:.75rem 0;overflow-x:auto;max-width:calc(100vw - 2rem)}.markdown-list{padding-left:1.2rem;margin-left:0}.markdown-content .markdown-h3~.markdown-list{margin-left:1rem!important;padding-left:.8rem!important;line-height:1.2!important;margin-top:.05rem!important}.markdown-content .markdown-h3~.markdown-list li{line-height:1.15!important;margin-bottom:.02rem!important}.markdown-h3{line-height:1.05!important}.markdown-blockquote{padding:.5rem .75rem;margin:.75rem 0}.markdown-content table{font-size:.8rem}.markdown-content th,.markdown-content td{padding:.4rem .5rem}}.article-detail-container{max-width:900px;margin:0 auto;padding:1rem;position:relative;z-index:10;margin-top:calc(60vh + 2rem);background:#f9fafb}.article-image-spacer{position:relative;z-index:1;height:0}@media (max-width: 768px){.article-detail-container{max-width:100%;margin-top:calc(50vh + 2rem);margin-left:0;margin-right:0;padding:.25rem;width:100%;box-sizing:border-box}.article-image-spacer{height:50vh!important;min-height:300px!important}}.article-nav{margin-bottom:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:.75rem}.back-link{color:#3b82f6;font-weight:500;text-decoration:none;transition:color .3s ease;display:inline-flex;align-items:center;gap:.5rem}.back-link:hover{color:#1e40af}.article-header{margin-bottom:1.25rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.article-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.2}@media (max-width: 768px){.article-title{font-size:1.7rem}}.article-meta{display:flex;align-items:center;color:#6b7280;font-size:.875rem;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.meta-separator{margin:0 .5rem}@media (max-width: 640px){.article-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.meta-separator{display:none}}.categories-container,.tags-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.category-tag{background-color:#dbeafe;color:#1e40af;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:9999px}.tag-item{background-color:#f3f4f6;color:#374151;font-size:.875rem;padding:.5rem 1rem;border-radius:9999px}.article-image-container{margin-bottom:1.5rem}.article-image{width:100%;height:16rem;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a}@media (min-width: 768px){.article-image{height:24rem}}.article-content{margin-bottom:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.article-text{font-size:1rem;line-height:1.5;color:#374151;white-space:pre-wrap;word-break:break-word}.article-footer{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.footer-content{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.footer-content{flex-direction:row;align-items:center;justify-content:space-between}}.article-id{font-size:.875rem;color:#6b7280}.read-more-btn{background-color:#3b82f6;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;text-align:center;font-weight:500;transition:background-color .3s ease}.read-more-btn:hover{background-color:#2563eb}.loading-container{max-width:1024px;margin:0 auto;padding:2rem 1rem}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px}.skeleton-title{height:2rem;width:75%;margin-bottom:1rem}.skeleton-meta{height:1rem;width:50%;margin-bottom:1.5rem}.skeleton-image{height:16rem;width:100%;margin-bottom:1.5rem}.skeleton-content{display:flex;flex-direction:column;gap:.75rem}.skeleton-line{height:1rem;border-radius:4px}.skeleton-line:nth-child(1){width:100%}.skeleton-line:nth-child(2){width:95%}.skeleton-line:nth-child(3){width:90%}.skeleton-line:nth-child(4){width:85%}.skeleton-line:nth-child(5){width:92%}.skeleton-line:nth-child(6){width:88%}.skeleton-line:nth-child(7){width:75%}.skeleton-line:nth-child(8){width:60%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.error-container{max-width:1024px;margin:0 auto;padding:2rem 1rem}.error-card{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:2rem;text-align:center}.error-message{color:#dc2626;font-size:1.125rem;margin-bottom:1.5rem}.error-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.error-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.error-btn-primary{background-color:#dc2626;color:#fff}.error-btn-primary:hover{background-color:#b91c1c}.error-btn-secondary{background-color:#6b7280;color:#fff}.error-btn-secondary:hover{background-color:#4b5563}#root{max-width:none;margin:0;padding:0;width:100%;min-height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
