.table-container{float:left;font-size:13px;margin:0 10px 80px;max-height:500px;overflow:scroll;padding:0;position:relative;width:31%}tr>:first-child{background:#bed0d3;color:#000;left:0;position:sticky}thead th{background:#138686;color:#fff;font-size:14px;position:sticky;top:0;z-index:2}thead th:first-child{left:0;z-index:3}tfoot{position:-webkit-sticky}tfoot,tfoot td{bottom:0;z-index:2}tfoot td{background:#704a43;height:50px;position:sticky}tfoot td:first-child{z-index:3}tbody{height:50px;overflow:scroll}.row{display:flex;margin:auto;padding:10px 30px}.column{flex:1 1;padding:0 10px;position:relative}.column:after{bottom:0;content:"";cursor:col-resize;position:absolute;right:0;top:0;width:5px}.row:last-child .column:after{content:none}.row:after{background-color:#ccc;content:"";cursor:row-resize;display:block;height:5px;margin-top:10px}.row:last-child:after{content:none}tr:nth-child(2n){background-color:#f2f2f2}:root{--primary-blue:#1e40af;--secondary-blue:#3b82f6;--accent-blue:#60a5fa;--light-blue:#dbeafe;--dark-blue:#1e3a8a;--navy-blue:#0f172a;--text-primary:#1f2937;--text-secondary:#4b5563;--text-light:#6b7280;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-dark:#0f172a;--border-light:#e2e8f0;--border-blue:#3b82f6;--success-green:#10b981;--warning-orange:#f59e0b;--error-red:#ef4444;--glass-bg:#ffffff1a;--glass-border:#fff3;--shadow-light:0 4px 6px -1px #0000001a;--shadow-medium:0 10px 15px -3px #0000001a;--shadow-heavy:0 25px 50px -12px #00000040}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#f8fafc,#dbeafe);background:linear-gradient(135deg,var(--bg-secondary) 0,var(--light-blue) 100%);color:#1f2937;color:var(--text-primary);font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.App{background:linear-gradient(135deg,#f8fafc,#dbeafe 50%,#bfdbfe);min-height:100vh;position:relative}.glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;background:var(--glass-bg);border:1px solid #fff3;border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-medium);transition:all .3s ease}.glass-card:hover{border-color:#60a5fa;border-color:var(--accent-blue);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-heavy);transform:translateY(-5px)}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));-webkit-background-clip:text;background-clip:text;font-weight:700}.glass-text{color:#1f2937;color:var(--text-primary);font-weight:500;text-shadow:0 1px 2px #0000001a}.neon-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s ease}.neon-button.primary{background:linear-gradient(135deg,#1e40af,#3b82f6);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));box-shadow:0 0 20px #3b82f64d;color:#fff}.neon-button.primary:hover{background:linear-gradient(135deg,#3b82f6,#60a5fa);background:linear-gradient(135deg,var(--secondary-blue),var(--accent-blue));box-shadow:0 0 30px #3b82f680;transform:translateY(-2px)}.neon-button.secondary{background:#0000;border:2px solid #1e40af;border:2px solid var(--primary-blue);box-shadow:0 0 20px #3b82f633;color:#1e40af;color:var(--primary-blue)}.neon-button.secondary:hover{background:#1e40af;background:var(--primary-blue);box-shadow:0 0 30px #3b82f666;color:#fff}.animated-input{margin-bottom:16px;position:relative}.animated-input input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:12px;color:#1f2937;color:var(--text-primary);font-size:16px;padding:16px 20px;transition:all .3s ease;width:100%}.animated-input input:focus{background:#fffffff2;border-color:#1e40af;border-color:var(--primary-blue);box-shadow:0 0 20px #3b82f633;outline:none}.animated-input input::placeholder{color:#6b7280;color:var(--text-light);transition:all .3s ease}.animated-input input:focus::placeholder{opacity:.7;transform:translateX(10px)}.animated-card{animation:fadeInUp .8s ease-out;transition:all .3s ease}.animated-card:hover{transform:translateY(-8px) scale(1.02)}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-top:4px solid #1e40af;border:4px solid var(--border-light);border-radius:50%;border-top-color:var(--primary-blue);height:40px;width:40px}.typing-animation{animation:typing 3.5s steps(40),blink-caret .75s step-end infinite;border-right:3px solid #1e40af;border-right:3px solid var(--primary-blue);overflow:hidden;white-space:nowrap}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:#1e40af;border-color:var(--primary-blue)}}.fade-in{animation:fadeIn 1s ease-in}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-5px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc;background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#3b82f6;background:var(--secondary-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1e40af;background:var(--primary-blue)}::selection{background:#60a5fa;background:var(--accent-blue);color:#fff}:focus{outline:2px solid #1e40af;outline:2px solid var(--primary-blue);outline-offset:2px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.p-4{padding:1rem}.p-8{padding:2rem}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.search-section{margin:2rem auto;max-width:800px;padding:2rem;text-align:center}.search-section h1{color:#1f2937;color:var(--text-primary);font-size:2.5rem;margin-bottom:1rem}.search-section p{color:#4b5563;color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.search-form{margin-bottom:1.5rem}.input-group{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.search-tip{color:#6b7280;color:var(--text-light);font-size:.9rem;font-style:italic;margin-top:1rem}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (max-width:768px){.input-group{align-items:stretch;flex-direction:column}.search-section{margin:1rem;padding:1.5rem}.search-section h1{font-size:2rem}.neon-button{justify-content:center;width:100%}}.matrix-bg{background:linear-gradient(135deg,#0f172a,#1e3a8a);background:linear-gradient(135deg,var(--navy-blue) 0,var(--dark-blue) 100%);height:100%;left:0;opacity:.05;position:fixed;top:0;width:100%;z-index:-1}.floating{animation:float 6s ease-in-out infinite}.bg-gradient-primary{background:linear-gradient(135deg,#1e40af,#3b82f6);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue))}.bg-gradient-secondary{background:linear-gradient(135deg,#3b82f6,#60a5fa);background:linear-gradient(135deg,var(--secondary-blue),var(--accent-blue))}.bg-gradient-light{background:linear-gradient(135deg,#dbeafe,#fff);background:linear-gradient(135deg,var(--light-blue),#fff)}.border-gradient{border:2px solid;border-image:linear-gradient(135deg,#1e40af,#3b82f6) 1;border-image:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue)) 1}.text-primary{color:#1f2937;color:var(--text-primary)}.text-secondary{color:#4b5563;color:var(--text-secondary)}.text-light{color:#6b7280;color:var(--text-light)}.text-blue{color:#1e40af;color:var(--primary-blue)}.text-white{color:#fff}.bg-white{background:#fff;background:var(--bg-primary)}.bg-light{background:#f8fafc;background:var(--bg-secondary)}.bg-blue{background:#1e40af;background:var(--primary-blue)}.bg-dark{background:#0f172a;background:var(--bg-dark)}.hero-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#dbeafe 50%,#bfdbfe);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem 0;position:relative}.hero-bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.floating-shape{animation:float 8s ease-in-out infinite;background:linear-gradient(135deg,#3b82f61a,#60a5fa1a);border-radius:50%;position:absolute}.floating-shape:first-child{animation-delay:0s;height:100px;left:10%;top:20%;width:100px}.floating-shape:nth-child(2){animation-delay:2s;height:150px;right:15%;top:60%;width:150px}.floating-shape:nth-child(3){animation-delay:4s;bottom:20%;height:80px;left:20%;width:80px}.floating-shape:nth-child(4){animation-delay:6s;height:120px;right:30%;top:30%;width:120px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(180deg)}}.hero-content{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;text-align:center;z-index:2}.hero-badge{animation:fadeInUp .8s ease-out .2s both;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50px;box-shadow:0 4px 15px #3b82f64d;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1.5rem}.hero-title{animation:fadeInUp .8s ease-out .4s both;color:#1f2937;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title .typing-cursor{animation:blink 1s infinite;background:#1e40af;display:inline-block;height:1.2em;margin-left:4px;vertical-align:text-bottom;width:3px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{animation:fadeInUp .8s ease-out .6s both;color:#4b5563;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-stats{animation:fadeInUp .8s ease-out .8s both;display:flex;gap:3rem;justify-content:center;margin-bottom:3rem}.stat-item{text-align:center}.stat-number{color:#1e40af;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.hero-actions{animation:fadeInUp .8s ease-out 1s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.scroll-indicator{animation:fadeInUp .8s ease-out 1.2s both;left:50%;margin-top:5px;position:absolute;transform:translateX(-50%)}.scroll-arrow{animation:bounce 2s infinite;border:2px solid #1e40af;border-left:none;border-top:none;height:30px;margin-top:5px;transform:rotate(45deg);width:30px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}.data-cube{animation:fadeInUp .8s ease-out 1.4s both;height:200px;perspective:1000px;position:absolute;right:10%;top:50%;transform:translateY(-50%);width:200px}.cube{animation:rotate 20s linear infinite;height:100%;position:relative;transform-style:preserve-3d;width:100%}.cube-face{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f61a,#60a5fa1a);border:2px solid #3b82f64d;color:#1e40af;display:flex;font-size:1.5rem;font-weight:700;height:200px;justify-content:center;position:absolute;width:200px}.cube-face.front{transform:rotateY(0deg) translateZ(100px)}.cube-face.back{transform:rotateY(180deg) translateZ(100px)}.cube-face.right{transform:rotateY(90deg) translateZ(100px)}.cube-face.left{transform:rotateY(-90deg) translateZ(100px)}.cube-face.top{transform:rotateX(90deg) translateZ(100px)}.cube-face.bottom{transform:rotateX(-90deg) translateZ(100px)}@keyframes rotate{0%{transform:rotateX(0deg) rotateY(0deg)}to{transform:rotateX(1turn) rotateY(1turn)}}.data-particle{animation:particleFloat 4s ease-in-out infinite;background:#3b82f6;border-radius:50%;height:4px;position:absolute;width:4px}.data-particle:first-child{animation-delay:0s;left:20%;top:20%}.data-particle:nth-child(2){animation-delay:1s;right:30%;top:60%}.data-particle:nth-child(3){animation-delay:2s;bottom:30%;left:40%}.data-particle:nth-child(4){animation-delay:3s;right:20%;top:40%}@keyframes particleFloat{0%,to{opacity:.7;transform:translateY(0) scale(1)}50%{opacity:1;transform:translateY(-20px) scale(1.2)}}@media (max-width:768px){.hero-section{min-height:80vh;padding:1rem 0}.hero-content{padding:0 1rem}.hero-stats{flex-direction:column;gap:1.5rem}.hero-actions{align-items:center;flex-direction:column}.data-cube,.floating-shape{display:none}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.stat-number{font-size:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-description,.hero-title,.stat-label,.stat-number{text-shadow:0 1px 2px #0000001a}.hero-badge{text-shadow:0 1px 2px #0003}.cube-face{text-shadow:0 1px 2px #0000001a}.navigation-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #e5e7eb;left:0;position:fixed;right:0;top:0;transition:all .2s ease;z-index:1000}.navigation-header.scrolled{background:#fff;box-shadow:0 1px 3px #0000001a}.nav-container{height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#1e40af;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .2s ease}.nav-logo:hover{color:#1d4ed8}.nav-menu{gap:2rem;list-style:none;margin:0;padding:0}.nav-menu,.nav-menu a{align-items:center;display:flex}.nav-menu a{border-radius:6px;color:#374151;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;position:relative;text-decoration:none;transition:all .2s ease}.nav-menu a:hover{background:#f3f4f6;color:#1e40af}.nav-menu a.active{background:#eff6ff;color:#1e40af;font-weight:600}.new-feature-link{color:#374151!important;font-weight:500;position:relative}.new-feature-link:hover{background:#274cbb!important}.new-tag{background:#dc2626;border-radius:8px;color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.5px;padding:.15rem .4rem;text-transform:uppercase;white-space:nowrap}.mobile-menu-toggle{background:none;border:none;border-radius:6px;cursor:pointer;display:none;flex-direction:column;gap:3px;padding:.5rem;transition:background .2s ease}.mobile-menu-toggle:hover{background:#f3f4f6}.mobile-menu-toggle span{background:#374151;border-radius:1px;height:2px;transition:all .2s ease;width:20px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:1024px){.nav-menu{gap:1.5rem}.nav-menu a{font-size:.85rem;padding:.4rem .6rem}}@media (max-width:768px){.nav-container{padding:0 1rem}.nav-menu{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px #0000001a;display:none;flex-direction:column;gap:0;left:0;padding:.5rem 0;position:absolute;right:0;top:100%}.nav-menu.active{display:flex}.nav-menu a{border:1px solid #0000;border-radius:0;justify-content:flex-start;margin-bottom:0;padding:.75rem 1.5rem;text-align:left;transition:all .2s ease;width:100%}.nav-menu a:hover{background:#f9fafb;border-color:#e5e7eb}.mobile-menu-toggle{display:flex}.nav-logo{font-size:1.1rem}.new-tag{font-size:.6rem;padding:.1rem .3rem}}@media (max-width:480px){.nav-container{height:56px}.nav-logo{font-size:1rem}.nav-menu a{font-size:.8rem;padding:.75rem 1.2rem}.new-tag{font-size:.55rem;padding:.1rem .25rem}}.mobile-menu-toggle:focus,.nav-menu a:focus{outline:2px solid #1e40af;outline-offset:2px}.mobile-menu-toggle,.nav-menu a,.navigation-header{transition:all .2s ease}.text-section{background:linear-gradient(135deg,#f8fafc,#e6f3ff);font-family:Poppins,sans-serif;margin:0 auto 60px;overflow:hidden;padding:80px 20px;position:relative}.text-section:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8,#1e40af);content:"";height:4px;left:0;position:absolute;right:0;top:0}.text-container{grid-gap:120px;align-items:center;display:grid;gap:120px;grid-template-columns:3fr 1fr;justify-items:center;margin:0 auto;max-width:1600px}.text-content{justify-self:end;padding-left:40px;width:100%}.text-header{margin-bottom:30px}.main-title{color:#1e40af;font-size:1.8rem;font-weight:800;line-height:1.2;margin-bottom:15px;text-shadow:0 2px 4px #0000001a}.text-body{margin-bottom:30px}.citation-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f61a,#1e40af1a);border:1px solid #3b82f633;border-radius:16px;margin-bottom:25px;padding:20px}.citation-text{color:#1e40af;font-size:.9rem;font-style:italic;font-weight:500;line-height:1.5;margin:0}.content-paragraphs{display:flex;flex-direction:column;gap:15px}.main-text{color:#374151;font-size:.95rem;letter-spacing:.2px;line-height:1.6;margin:0;text-align:justify}.conclusion-text{background:#fffc;border:1px solid #3b82f626;border-radius:16px;box-shadow:0 4px 20px #3b82f61a;color:#1e40af;font-size:1rem;font-weight:600;line-height:1.6;margin:0;padding:20px;text-align:center}.text-visual{align-items:center;display:flex;justify-content:center;justify-self:start;width:100%}.gif-container{max-width:450px;position:sticky;top:100px;width:100%}.main-gif{height:auto;width:100%}@media (max-width:1200px){.text-container{gap:100px;max-width:1200px}.text-content{max-width:550px}.content-paragraphs{gap:18px}}@media (max-width:1024px){.text-container{gap:80px}.main-title{font-size:1.6rem}.gif-container{max-width:400px}.content-paragraphs{gap:17px}.main-text{font-size:.9rem;line-height:1.55}}@media (max-width:768px){.text-section{margin-bottom:50px;padding:60px 20px}.text-container{align-items:center;gap:50px;grid-template-columns:1fr;justify-items:center}.text-content{justify-self:center;max-width:100%;text-align:center}.main-title{font-size:1.5rem;margin-bottom:15px}.text-body,.text-header{margin-bottom:25px}.citation-box{margin-bottom:20px;padding:18px}.content-paragraphs{gap:16px}.main-text{font-size:.88rem;line-height:1.55;text-align:left}.conclusion-text{font-size:.95rem;padding:18px}.text-visual{justify-self:center;order:-1}.gif-container{max-width:400px;position:static}}@media (max-width:480px){.text-section{margin-bottom:40px;padding:40px 15px}.main-title{font-size:1.4rem}.citation-box{margin-bottom:18px;padding:16px}.citation-text{font-size:.85rem}.content-paragraphs{gap:15px}.main-text{font-size:.83rem;line-height:1.5}.conclusion-text{font-size:.9rem;padding:16px}.gif-container{max-width:350px}}.privacy-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Poppins,sans-serif;line-height:1.6;margin:0 auto;max-width:900px;padding:2rem}.privacy-header{border-bottom:2px solid #e0e7ef;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.privacy-header h1{color:#1a3c5e;font-size:2.5rem;margin-bottom:.5rem}.privacy-header p{color:#666;font-size:1.1rem;font-style:italic}.privacy-content{color:#333}.policy-section{margin-bottom:2.5rem}.policy-section h2{border-bottom:2px solid #e0e7ef;color:#2b5d87;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.policy-section h3{color:#3a6ea5;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.policy-section p{font-size:1rem;margin-bottom:1rem;text-align:justify}.policy-section ul{list-style-type:disc;margin-bottom:1rem;margin-left:2rem}.policy-section li{font-size:1rem;margin-bottom:.5rem}.policy-section strong{color:#2b5d87;font-weight:600}@media (max-width:768px){.privacy-container{margin:1rem;padding:1rem}.privacy-header h1{font-size:2rem}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.2rem}.policy-section ul{margin-left:1.5rem}}@media (max-width:480px){.privacy-container{margin:.5rem;padding:.8rem}.privacy-header h1{font-size:1.8rem}.policy-section h2{font-size:1.3rem}.policy-section h3{font-size:1.1rem}.policy-section li,.policy-section p{font-size:.95rem}}.terms-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Poppins,sans-serif;line-height:1.6;margin:0 auto;max-width:900px;padding:2rem}.terms-header{border-bottom:2px solid #e0e7ef;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.terms-header h1{color:#1a3c5e;font-size:2.5rem;margin-bottom:.5rem}.terms-header p{color:#666;font-size:1.1rem;font-style:italic}.terms-content{color:#333}.terms-section{margin-bottom:2.5rem}.terms-section h2{border-bottom:2px solid #e0e7ef;color:#2b5d87;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.terms-section p{font-size:1rem;margin-bottom:1rem;text-align:justify}.terms-section ul{list-style-type:disc;margin-bottom:1rem;margin-left:2rem}.terms-section li{font-size:1rem;margin-bottom:.5rem}.terms-section strong{color:#2b5d87;font-weight:600}.contact-info{background-color:#f8f9fa;border-left:4px solid #2b5d87;border-radius:6px;margin-top:1rem;padding:1.5rem}.contact-info p{margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}@media (max-width:768px){.terms-container{margin:1rem;padding:1rem}.terms-header h1{font-size:2rem}.terms-section h2{font-size:1.5rem}.terms-section ul{margin-left:1.5rem}}@media (max-width:480px){.terms-container{margin:.5rem;padding:.8rem}.terms-header h1{font-size:1.8rem}.terms-section h2{font-size:1.3rem}.terms-section li,.terms-section p{font-size:.95rem}}.faq-section{background:linear-gradient(135deg,#f0f8ff,#e6f3ff);border:1px solid #3b82f61a;border-radius:20px;box-shadow:0 8px 30px #3b82f626;margin:0 auto 60px;max-width:800px;overflow:hidden;padding:40px 2rem;position:relative}.faq-section:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8,#1e40af);content:"";height:4px;left:0;position:absolute;right:0;top:0}.faq-section h2{color:#1e40af;font-size:2.5rem;font-weight:700;margin-bottom:40px;position:relative;text-align:center;text-shadow:0 2px 4px #0000001a}.faq-section h2:after{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px;bottom:-12px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.faq-list{display:flex;flex-direction:column;gap:16px;padding:15px 0}.faq-item{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #3b82f60f;border-radius:12px;box-shadow:0 4px 15px #3b82f614;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item:hover{box-shadow:0 6px 20px #3b82f61f;transform:translateY(-2px)}.faq-question{align-items:center;background:linear-gradient(145deg,#fff,#f8fafc);color:#1e40af;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:20px 25px;position:relative;transition:all .3s ease}.faq-question:hover{background:linear-gradient(145deg,#f8fafc,#f1f5f9);color:#1d4ed8}.faq-question span:first-child{flex:1 1;line-height:1.4;text-align:left}.faq-toggle{align-items:center;background:#3b82f61a;border-radius:50%;color:#3b82f6;display:flex;flex-shrink:0;font-size:1.6rem;font-weight:300;height:28px;justify-content:center;transition:all .3s ease;width:28px}.faq-toggle.open{background:#3b82f633;color:#1d4ed8;transform:rotate(45deg)}.faq-answer{animation:slideDown .3s ease-out;background:#fff;border-top:1px solid #3b82f614;color:#4b5563;font-size:1rem;font-weight:400;line-height:1.6;padding:0 25px 20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.faq-section{border-radius:16px;margin-bottom:50px;padding:30px 1.5rem;width:95%}.faq-section h2{font-size:2rem;margin-bottom:30px}.faq-list{gap:14px;padding:10px 0}.faq-question{font-size:1rem;padding:18px 20px}.faq-answer{font-size:.95rem;padding:0 20px 18px}.faq-toggle{font-size:1.4rem;height:26px;width:26px}}@media (max-width:480px){.faq-section{margin-bottom:40px;padding:25px 1rem;width:98%}.faq-section h2{font-size:1.8rem;margin-bottom:25px}.faq-list{gap:12px}.faq-question{font-size:.95rem;padding:16px 18px}.faq-answer{font-size:.9rem;padding:0 18px 16px}.faq-toggle{font-size:1.3rem;height:24px;width:24px}}.use-cases-section{background:linear-gradient(135deg,#f0f8ff,#e6f3ff);border:1px solid #3b82f61a;border-radius:20px;box-shadow:0 8px 32px #3b82f626;font-family:Poppins,sans-serif;margin:0 auto 60px;max-width:1200px;overflow:hidden;padding:40px 20px;position:relative;text-align:center;width:95%}.use-cases-section:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8,#1e40af);content:"";height:4px;left:0;position:absolute;right:0;top:0}.section-title{color:#1e40af;font-size:2.5rem;font-weight:700;margin-bottom:40px;position:relative;text-shadow:0 2px 4px #0000001a}.section-title:after{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px;bottom:-12px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.use-cases-container{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;padding:20px 0}.use-case-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #3b82f614;border-radius:16px;box-shadow:0 6px 20px #3b82f61a;max-width:350px;overflow:hidden;padding:25px 20px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.use-case-card:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.use-case-card:hover{box-shadow:0 15px 35px #3b82f626;transform:translateY(-8px)}.use-case-card:hover:before{transform:scaleX(1)}.use-case-icon{display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:3rem;margin-bottom:18px;transition:transform .3s ease}.use-case-card:hover .use-case-icon{transform:scale(1.05)}.use-case-title{color:#1e40af;font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:12px}.use-case-description{color:#4b5563;font-size:.95rem;font-weight:400;line-height:1.5}@media (max-width:768px){.use-cases-section{border-radius:16px;margin-bottom:50px;padding:30px 15px;width:98%}.section-title{font-size:2rem;margin-bottom:30px}.use-cases-container{gap:20px;grid-template-columns:1fr;padding:15px 0}.use-case-card{border-radius:12px;max-width:100%;padding:20px 15px}.use-case-icon{font-size:2.5rem;margin-bottom:15px}.use-case-title{font-size:1.2rem;margin-bottom:10px}.use-case-description{font-size:.9rem}}@media (max-width:480px){.use-cases-section{margin-bottom:40px;padding:25px 10px}.section-title{font-size:1.8rem;margin-bottom:25px}.use-case-card{padding:18px 12px}.use-case-icon{font-size:2.2rem}.use-case-title{font-size:1.1rem}.use-case-description{font-size:.85rem}}.example-section{background:linear-gradient(135deg,#f8fafc,#e6f3ff);font-family:Poppins,sans-serif;padding:60px 0}.example-container{margin:0 auto;max-width:1200px;padding:0 20px}.example-header{margin-bottom:60px;text-align:center}.example-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0b4b97,#3b82f6);-webkit-background-clip:text;background-clip:text;color:#0b4b97;font-size:3rem;font-weight:700;margin-bottom:20px}.example-subtitle{color:#4b5563;font-size:1.1rem;font-weight:400;line-height:1.7;margin:0 auto;max-width:800px}.example-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #3b82f61a;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;gap:60px;margin-bottom:80px;padding:40px;transition:all .3s ease}.example-item:hover{border-color:#3b82f633;box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.example-item.reverse{flex-direction:row-reverse}.example-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.example-image-wrapper{border:4px solid #fff;border-radius:16px;box-shadow:0 8px 25px #00000026;height:350px;max-width:500px;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.example-image{border-radius:12px;height:100%;object-fit:cover;transition:all .3s ease;width:100%}.example-image.hover{box-shadow:0 12px 35px #00000040;transform:scale(1.05)}.example-content{flex:1.2 1;padding:20px 0}.example-item-title{color:#1f2937;font-size:1.8rem;font-weight:600;line-height:1.3;margin-bottom:20px}.example-description{color:#4b5563;font-size:1rem;font-weight:400;line-height:1.7;margin-bottom:20px}.example-list{margin:20px 0;padding-left:20px}.example-list li{color:#4b5563;font-size:1rem;font-weight:400;line-height:1.6;margin-bottom:12px}.example-list li b{color:#1f2937;font-weight:600}@media (max-width:1024px){.example-container{max-width:1000px;padding:0 30px}.example-item{gap:40px;padding:30px}.example-title{font-size:2.5rem}.example-item-title{font-size:1.6rem}}@media (max-width:768px){.example-section{padding:40px 0}.example-container{padding:0 20px}.example-header{margin-bottom:40px}.example-title{font-size:2rem;margin-bottom:15px}.example-subtitle{font-size:1rem;line-height:1.6}.example-item{gap:30px;margin-bottom:50px;padding:25px;text-align:center}.example-item,.example-item.reverse{flex-direction:column}.example-visual{order:1}.example-content{flex:1 1;order:2;padding:0}.example-image-wrapper{height:250px;max-width:100%}.example-item-title{font-size:1.4rem;margin-bottom:15px}.example-description{font-size:.95rem;margin-bottom:15px}.example-list li{font-size:.95rem;margin-bottom:10px}}@media (max-width:480px){.example-section{padding:30px 0}.example-container{padding:0 15px}.example-header{margin-bottom:30px}.example-title{font-size:1.8rem}.example-subtitle{font-size:.95rem}.example-item{margin-bottom:40px;padding:20px}.example-image-wrapper{height:200px}.example-item-title{font-size:1.3rem}.example-description,.example-list li{font-size:.9rem}}@media (min-width:769px){.example-item:hover .example-image-wrapper{transform:translateY(-5px)}.example-image:hover{transform:scale(1.02)}}.example-image,.example-image-wrapper,.example-item{transition:all .3s cubic-bezier(.4,0,.2,1)}.example-item:focus-within{outline:2px solid #3b82f6;outline-offset:2px}.example-image{animation:fadeIn .5s ease-in forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.story-container{color:#333;font-family:Poppins,sans-serif;line-height:1.7;margin:0 auto;max-width:900px;padding:0 30px}.story-content{display:flex;flex-direction:column;gap:24px}.story-title{color:#0b4b97;font-size:2.5rem;font-weight:700;margin-bottom:10px;position:relative}.story-title:after{background-color:#0b4b97;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:60px}.story-paragraph{font-size:1.1rem;margin:0}.highlighted-text{color:#0b4b97;font-weight:700}.feature-box{background-color:#f8f9fa;border-left:4px solid #0b4b97;border-radius:4px;margin:10px 0;padding:20px 24px}.feature-text{font-size:1.1rem;margin:0}.conclusion{color:#1e293b;font-size:1.2rem;font-weight:500;margin-top:10px}@media (max-width:768px){.story-container{padding:30px 15px}.story-title{font-size:2rem}.feature-text,.story-paragraph{font-size:1rem}}.blog-container{font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:40px 20px}.blog-header{margin-bottom:50px;text-align:center}.blog-header h1{color:#0b4b97;font-size:2.5rem;font-weight:700;margin-bottom:20px}.blog-header p{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.blog-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:50px}.blog-post{background:#fff;border:1px solid #3b82f60f;border-radius:16px;box-shadow:0 6px 20px #00000014;padding:25px;transition:all .3s ease}.blog-post:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-6px)}.post-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.post-category{background:linear-gradient(135deg,#0b4b97,#6bcb77);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:6px 12px}.post-date{color:#888;font-size:.9rem}.post-title{color:#333;font-size:1.3rem;font-weight:600;line-height:1.4;margin-bottom:12px}.post-excerpt{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:18px}.post-meta{margin-bottom:20px}.read-time{align-items:center;color:#888;display:flex;font-size:.9rem;gap:5px}.post-content{color:#444;line-height:1.6}.post-content h2{color:#0b4b97;font-size:1.3rem;font-weight:600;margin:20px 0 12px}.post-content h3{color:#333;font-size:1.1rem;font-weight:600;margin:18px 0 10px}.post-content h4{color:#444;font-size:1rem;font-weight:600;margin:15px 0 8px}.post-content p{margin-bottom:12px}.post-content ol,.post-content ul{margin:12px 0;padding-left:20px}.post-content li{margin-bottom:6px}.post-content strong{color:#0b4b97;font-weight:600}.blog-newsletter{background:linear-gradient(135deg,#0b4b97,#6bcb77);border-radius:16px;color:#fff;margin-top:50px;padding:35px;text-align:center}.blog-newsletter h3{font-size:1.6rem;font-weight:600;margin-bottom:12px}.blog-newsletter p{font-size:1rem;margin-bottom:25px;opacity:.9}.newsletter-form{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0 auto;max-width:450px}.newsletter-form input{border:none;border-radius:8px;flex:1 1;font-size:.95rem;min-width:200px;outline:none;padding:12px 18px}.newsletter-form button{background:#fff;border:none;border-radius:8px;color:#0b4b97;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 25px;transition:transform .2s ease}.newsletter-form button:hover{transform:translateY(-2px)}@media (max-width:768px){.blog-container{padding:30px 15px}.blog-header{margin-bottom:40px}.blog-header h1{font-size:2rem}.blog-header p{font-size:1rem}.blog-grid{gap:25px;grid-template-columns:1fr;margin-bottom:40px}.blog-post{border-radius:12px;padding:20px}.post-title{font-size:1.2rem}.blog-newsletter{margin-top:40px;padding:25px 20px}.newsletter-form{align-items:center;flex-direction:column}.newsletter-form input{min-width:180px;width:100%}}@media (max-width:480px){.blog-container{padding:25px 10px}.blog-header h1{font-size:1.8rem}.blog-post{padding:18px}.post-header{align-items:flex-start;flex-direction:column;gap:8px}.blog-newsletter{padding:20px 15px}.newsletter-form input{min-width:160px}}.about-container{font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:40px 20px}.about-header{margin-bottom:60px;text-align:center}.about-header h1{color:#0b4b97;font-size:3rem;font-weight:700;margin-bottom:20px}.about-header p{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.mission-section{background:linear-gradient(135deg,#0b4b97,#6bcb77);border-radius:12px;color:#fff;margin-bottom:60px;padding:50px;text-align:center}.mission-content h2{font-size:2rem;font-weight:600;margin-bottom:25px}.mission-content p{font-size:1.1rem;line-height:1.7;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:800px}.mission-content strong{color:gold;font-weight:700}.team-section{margin-bottom:60px}.team-section h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:40px;text-align:center}.team-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.team-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:30px;text-align:center;transition:transform .3s ease}.team-card:hover{transform:translateY(-5px)}.member-avatar{margin-bottom:20px}.avatar-emoji{display:block;font-size:4rem}.team-card h3{color:#0b4b97;font-size:1.5rem;font-weight:600;margin-bottom:10px}.member-role{color:#666;font-size:1.1rem;font-weight:500;margin-bottom:15px}.member-bio{color:#666;line-height:1.6;margin-bottom:20px}.member-expertise h4{color:#333;font-weight:600;margin-bottom:10px}.expertise-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.expertise-tag{background:linear-gradient(135deg,#0b4b97,#6bcb77);border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;padding:6px 12px}.values-section{margin-bottom:60px}.values-section h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:40px;text-align:center}.values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:30px;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:20px}.value-card h3{color:#0b4b97;font-size:1.3rem;font-weight:600;margin-bottom:15px}.value-card p{color:#666;line-height:1.6}.technology-section{margin-bottom:60px}.technology-section h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:40px;text-align:center}.tech-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:40px}.tech-stack h3{color:#0b4b97;font-size:1.5rem;font-weight:600;margin-bottom:30px;text-align:center}.tech-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tech-item{background:#f8f9fa;border-left:4px solid #0b4b97;border-radius:8px;padding:25px}.tech-item h4{color:#0b4b97;font-size:1.2rem;font-weight:600;margin-bottom:15px}.tech-item ul{list-style:none;padding:0}.tech-item li{border-bottom:1px solid #e9ecef;color:#666;padding:5px 0}.tech-item li:last-child{border-bottom:none}.milestones-section{margin-bottom:60px}.milestones-section h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:40px;text-align:center}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:linear-gradient(135deg,#0b4b97,#6bcb77);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{align-items:center;display:flex;margin-bottom:40px;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{background:linear-gradient(135deg,#0b4b97,#6bcb77);border-radius:20px;color:#fff;font-weight:600;min-width:80px;padding:10px 20px;text-align:center;z-index:1}.timeline-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;flex:1 1;margin:0 30px;padding:25px}.timeline-content h3{color:#0b4b97;font-size:1.2rem;font-weight:600;margin-bottom:10px}.timeline-content p{color:#666;line-height:1.6}.research-section{margin-bottom:60px}.research-section h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:30px;text-align:center}.research-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:40px}.research-content p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:30px}.research-areas h3{color:#0b4b97;font-size:1.3rem;font-weight:600;margin-bottom:20px}.research-areas ul{list-style:none;padding:0}.research-areas li{border-bottom:1px solid #e9ecef;color:#666;padding:8px 0 8px 25px;position:relative}.research-areas li:before{content:"🔬";left:0;position:absolute;top:8px}.research-areas li:last-child{border-bottom:none}.contact-section{margin-bottom:60px}.contact-section h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:30px;text-align:center}.contact-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:40px;text-align:center}.contact-content p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.contact-methods{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.contact-method{background:#f8f9fa;border-left:4px solid #0b4b97;border-radius:8px;padding:20px}.contact-method h3{color:#0b4b97;font-size:1.1rem;font-weight:600;margin-bottom:10px}.contact-method p{color:#666;font-size:.9rem;margin:0}@media (max-width:768px){.about-container{padding:20px 15px}.about-header h1{font-size:2.5rem}.about-header p{font-size:1rem}.mission-section{padding:30px 20px}.mission-content h2{font-size:1.8rem}.team-grid{gap:30px;grid-template-columns:1fr}.tech-grid,.values-grid{gap:25px;grid-template-columns:1fr}.timeline:before{left:20px}.timeline-item{flex-direction:row!important}.timeline-content{margin-left:50px;margin-right:0}.contact-methods{gap:20px;grid-template-columns:1fr}}@media (max-width:480px){.about-header h1{font-size:2rem}.mission-content h2{font-size:1.5rem}.team-card,.value-card{padding:20px}.contact-content,.research-content,.tech-content{padding:25px}}.comment-exporter{font-family:Ubuntu,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.exporter-header{margin-bottom:40px;text-align:center}.exporter-header h1{color:#0b4b97;font-size:2.5rem;margin-bottom:10px}.exporter-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.exporter-form{margin-bottom:30px}.url-input-group{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.input-wrapper{flex:1 1;min-width:300px;position:relative}.input-icon{color:#666;left:15px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.url-input{border:2px solid #e0e0e0;border-radius:8px;font-size:16px;padding:15px 15px 15px 45px;transition:border-color .3s ease;width:100%}.url-input:focus{border-color:#0b4b97;box-shadow:0 0 0 3px #0b4b971a;outline:none}.platform-badge{border-radius:20px;color:#fff;font-size:14px;font-weight:600;padding:8px 16px;white-space:nowrap}.export-button{align-items:center;background:linear-gradient(135deg,#0b4b97,#6bcb77);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;max-width:300px;padding:15px 30px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.export-button:hover:not(:disabled){box-shadow:0 8px 25px #0b4b974d;transform:translateY(-2px)}.export-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.message{align-items:center;border-radius:8px;display:flex;font-weight:500;gap:10px;margin-bottom:20px;padding:15px 20px}.message.error{background-color:#fee;border:1px solid #fcc;color:#c33}.message.success{background-color:#efe;border:1px solid #cfc;color:#3c3}.comments-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:30px;padding:25px}.comments-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px}.comments-header h3{color:#0b4b97;font-size:1.3rem;margin:0}.download-button{align-items:center;background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 20px;transition:background-color .2s ease}.download-button:hover{background:#218838}.comments-list{max-height:400px;overflow-y:auto}.comment-item{border-bottom:1px solid #f0f0f0;display:flex;gap:15px;padding:15px;transition:background-color .2s ease}.comment-item:hover{background-color:#f8f9fa}.comment-item:last-child{border-bottom:none}.comment-index{align-items:center;background:#0b4b97;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:30px;justify-content:center;width:30px}.comment-text{color:#333;flex:1 1;line-height:1.6}.more-comments{background:#f8f9fa;border-radius:8px;color:#666;font-style:italic;margin-top:15px;padding:20px;text-align:center}.supported-platforms{margin-bottom:30px}.supported-platforms h3{color:#0b4b97;margin-bottom:20px;text-align:center}.platforms-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:800px}.platform-card{align-items:center;background:#fff;border:2px solid;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.platform-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}.platform-icon{font-size:2rem}.platform-name{color:#333;font-weight:600}.usage-instructions{background:#f8f9fa;border-radius:12px;padding:25px}.usage-instructions h3{color:#0b4b97;margin-bottom:15px}.usage-instructions ol{margin-bottom:20px;padding-left:20px}.usage-instructions li{color:#333;line-height:1.6;margin-bottom:8px}.note{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404;font-size:14px;padding:15px}@media (max-width:768px){.comment-exporter{padding:15px}.exporter-header h1{font-size:2rem}.url-input-group{align-items:stretch;flex-direction:column}.input-wrapper{min-width:auto}.export-button{max-width:100%}.comments-header{align-items:stretch;flex-direction:column}.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width:480px){.exporter-header h1{font-size:1.8rem}.url-input{font-size:14px;padding:12px 12px 12px 40px}.export-button{font-size:14px;padding:12px 20px}.platforms-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=main.2b497ab4.css.map*/