*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#d4a574;--primary-dark:#b8923f;--secondary-color:#1a2940;--accent-color:#ff6b35;--text-dark:#333;--text-light:#666;--bg-light:#f8f9fa;--white:#fff;--border-color:#e0e0e0;--shadow-sm:0 2px 8px #0000001a;--shadow-md:0 4px 16px #00000026;--shadow-lg:0 8px 32px #0003}html{font-size:16px;scroll-behavior:smooth}body{background-color:#fff;background-color:var(--white);color:#333;color:var(--text-dark);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}h1,h2,h3,h4,h5,h6{color:#333;color:var(--text-dark);font-weight:600;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.8rem}h4{font-size:1.4rem}h5{font-size:1.2rem}h6{font-size:1rem}p{color:#666;color:var(--text-light);margin-bottom:1rem}a{color:#d4a574;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#b8923f;color:var(--primary-dark)}.btn{border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:12px 30px;text-transform:uppercase;transition:all .3s ease}.btn-primary{background-color:#d4a574;background-color:var(--primary-color);color:#fff;color:var(--white)}.btn-primary:hover{background-color:#b8923f;background-color:var(--primary-dark);box-shadow:0 4px 16px #00000026;box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{background-color:#1a2940;background-color:var(--secondary-color);border:2px solid #1a2940;border:2px solid var(--secondary-color);color:#fff;color:var(--white)}.btn-secondary:hover{background-color:initial;transform:translateY(-2px)}.btn-secondary:hover,.section-title{color:#1a2940;color:var(--secondary-color)}.section-title{font-size:2.5rem;margin-bottom:1rem;padding-bottom:20px;position:relative;text-align:center}.section-title:after{background-color:#d4a574;background-color:var(--primary-color);border-radius:2px;content:"";display:block;height:3px;margin:15px auto 0;width:80px}.section-subtitle{color:#666;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}h4{font-size:1.2rem}.section-title{font-size:1.8rem}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8f9fa;background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#d4a574;background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#b8923f;background:var(--primary-dark)}.top-wrapper{display:flex;flex-direction:column}.logo-top{align-items:center;display:flex;gap:50px;justify-content:center;margin-bottom:10px;margin-top:10px}.logo-top img{height:100%;transition:all .4s ease;width:167px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141e32f2;box-shadow:0 4px 20px #0003;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1706px;padding:0 10px}.importantDates{color:red!important;font-size:1.3rem!important}.navbar-logo{align-items:center;display:flex;flex:1 1;gap:10px}.navbar-logo img{height:45px;transition:transform .3s ease;width:auto}.navbar-logo img:hover{transform:scale(1.1)}.navbar-logo h1{color:var(--primary-color);font-size:1.9rem;letter-spacing:1.5px;margin:0}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-link{background:#0000;border:none;border-radius:4px;color:var(--white);cursor:pointer;display:inline-block;font-family:inherit;font-size:1.2rem;font-weight:500;padding:.5rem .8rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-link:hover{color:var(--primary-color)}.nav-link:focus{border-radius:4px;outline:2px solid var(--primary-color);outline-offset:2px}.contact-link{background:linear-gradient(135deg,#d4a373,#c08a50);border-radius:25px;box-shadow:0 6px 15px #d4a5744d;color:var(--white);padding:8px 18px;transition:all .3s ease}.contact-link:hover{box-shadow:0 10px 25px #d4a57466;transform:translateY(-3px)}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background-color:var(--white);border-radius:2px;height:3px;transition:all .3s ease;width:25px}.peer-review{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#b87511;border:1px solid #fff3;border-radius:30px;box-shadow:0 4px 15px #00000040;color:#fff;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:.6rem 1.2rem;position:relative;transition:all .4s ease}.peer-review:before{animation:shineLoop 3s linear infinite;background:linear-gradient(120deg,#0000,#ffffffed,#0000);content:"";height:100%;left:-75%;position:absolute;top:0;transform:skewX(-25deg);width:50%}@keyframes shineLoop{0%{left:-75%}to{left:125%}}.peer-review:hover{background:#ffffff26;box-shadow:0 10px 25px #ffd16666;transform:translateY(-4px) scale(1.05)}@media (max-width:1191px){.hamburger{display:flex}.nav-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141e32fa;flex-direction:column;gap:0;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;top:75px;transition:max-height .4s ease;width:100%}.nav-menu.active{box-shadow:0 8px 25px #00000040;max-height:500px}.nav-link{border-radius:0;padding:1rem 2rem;text-align:center;width:100%}.nav-link:hover{background-color:#d4a57426}.navbar-logo h1{font-size:1.3rem}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}}.coming-soon-popup{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.popup-content{animation:fadeIn .3s ease;background:#fff;border-radius:8px;padding:2rem;text-align:center;width:300px}.popup-content h2{margin-bottom:1rem}.popup-content button{background:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:8px 15px}.hero{align-items:center;color:var(--white);display:flex;height:100%;justify-content:center;overflow:hidden;position:relative}.hero-video-container{height:100%;inset:0;overflow:hidden;position:absolute;width:100vw;z-index:0}.hero-video{animation:heroZoom 20s ease-in-out infinite alternate;height:100%;object-fit:cover;width:100%}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@media (max-width:768px){.hero-video{height:100%;object-fit:contain;width:100%}}zr .hero-overlay{background-color:rgba(0,0,0,.378);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{animation:fadeIn 1s ease-out;max-width:1000px;padding:2rem;position:relative;text-align:center;z-index:2}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-title{color:var(--white);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.hero-subtitle{color:var(--primary-color);font-size:2rem;font-weight:600}.hero-date{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ff000073;border-radius:18px;box-shadow:0 0 15px #f009,0 0 30px #f006,0 0 45px #f003;color:var(--white);font-size:2.3rem;font-weight:600;margin:auto auto 30px;padding:12px 20px;text-align:center;text-shadow:0 0 10px #ffffffe6,0 0 20px #f00c;transition:all .3s ease-in-out;width:400px}.hero-date:hover{box-shadow:0 0 20px #f00c,0 0 40px #f009,0 0 60px #f006}.hero-location{color:#fff;display:inline-block;font-size:1.7rem;font-weight:600;letter-spacing:.5px;margin-top:20px;padding:14px 28px;text-align:center}.hero-location .divider{color:gold;font-weight:700;margin:0 12px}.countdown{animation:slideIn 1s ease-out .3s both;margin:2rem 0}.countdown h3{color:var(--white);font-size:1.3rem;margin-bottom:1.5rem}.countdown-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:1.5rem 0}.countdown-item{backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(25px);background:#00000040;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.092),inset 0 0 15px #ffffff0d;padding:25px 15px;position:relative;text-align:center;transition:all .3s ease}.countdown-item:before{background:linear-gradient(145deg,#ffffff4d,#ffffff0d);border-radius:20px;content:"";inset:0;opacity:.3;pointer-events:none;position:absolute}.countdown-item:hover{box-shadow:0 15px 40px rgba(0,0,0,.143),0 0 20px rgba(0,0,0,.197);transform:translateY(-8px) scale(1.04)}.countdown-number{color:#ff9100;display:block;font-size:2.7rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 0 28px #945400,0 0 18px #fff4b600}.countdown-label{color:#ffffffe6;display:block;font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.hero-buttons{animation:slideIn 1s ease-out .6s both;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.hero-buttons .btn{font-size:1.1rem;min-width:200px;padding:15px 40px}@media (max-width:1024px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}}@media (max-width:768px){.hero{height:auto;min-height:100vh;padding:2rem 0}.hero-content{padding:2rem 1rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.3rem}.hero-date{font-size:1rem}.countdown-container{gap:.8rem;grid-template-columns:repeat(2,1fr)}.countdown-number{font-size:2rem}.countdown-item{padding:1rem}.hero-buttons{gap:1rem;margin-top:1.5rem}.hero-buttons .btn{font-size:.95rem;min-width:auto;padding:12px 24px}}@media (max-width:480px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1.1rem}.countdown-container{gap:.5rem;grid-template-columns:repeat(2,1fr)}.countdown-number{font-size:1.5rem}.countdown-item{padding:.8rem}.countdown-label{font-size:.75rem}.hero-buttons{flex-direction:column;gap:.8rem}.hero-buttons .btn{width:100%}}@media (max-width:1024px){.logo-top{gap:30px;padding:12px 0}.logo-top img{height:80px;width:80px}}@media (max-width:768px){.logo-top{flex-wrap:wrap;gap:20px;padding:10px 0}.logo-top img{height:65px;width:65px}}@media (max-width:480px){.logo-top{gap:15px;padding:8px 0}.logo-top img{height:55px;width:55px}}.important-dates{background-color:var(--bg-light);padding:5rem 0}.dates-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.date-card{background-color:var(--white);border-radius:8px;border-top:4px solid var(--primary-color);box-shadow:var(--shadow-sm);padding:2rem;text-align:center;transition:all .3s ease}.date-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.date-icon{color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem}.date-card h3{color:var(--secondary-color);font-size:1.2rem;margin-bottom:1rem}.date-card p{color:var(--primary-color);font-size:1.1rem;font-weight:600}@media (max-width:768px){.important-dates{padding:3rem 0}.dates-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.date-card{padding:1.5rem}}@media (max-width:480px){.dates-grid{grid-template-columns:1fr}.date-card h3{font-size:1rem}}.about-conference{background-color:var(--white);padding:5rem 0}.about-content{gap:3rem}.about-content,.about-text{display:flex;flex-direction:column}.about-text{gap:1.5rem}.about-text p{color:var(--text-light);font-size:1.05rem;line-height:1.8;text-align:justify}.highlights{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.highlight-item{background:linear-gradient(135deg,#d4a5741a,#1a29400d);border-left:4px solid var(--primary-color);border-radius:8px;padding:2rem;transition:all .3s ease}.highlight-item:hover{box-shadow:var(--shadow-md);transform:translateX(10px)}.highlight-item h4{color:var(--secondary-color);font-size:1.3rem;margin-bottom:1rem}.highlight-item p{color:var(--text-light);margin-bottom:0}@media (max-width:768px){.about-conference{padding:3rem 0}.about-text p{font-size:1rem;text-align:left}.highlights{grid-template-columns:1fr}.highlight-item{padding:1.5rem}}.about-institute{background-color:var(--white);padding:5rem 0}.institute-content{display:flex;flex-direction:column;gap:3rem}.institute-section{display:flex;flex-direction:column;gap:1.5rem}.institute-section h3{border-bottom:3px solid var(--primary-color);color:var(--secondary-color);font-size:1.8rem;padding-bottom:1rem}.institute-section p{color:var(--text-light);font-size:1.05rem;line-height:1.8;text-align:justify}.highlights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.highlight{background:linear-gradient(135deg,#d4a5741a,#1a29400d);border-left:4px solid var(--primary-color);border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease}.highlight:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.highlight h4{color:var(--secondary-color);font-size:1.3rem;margin-bottom:1rem}.highlight p{color:var(--text-light);margin-bottom:0}@media (max-width:768px){.about-institute{padding:3rem 0}.institute-section h3{font-size:1.5rem}.institute-section p{font-size:1rem;text-align:left}.highlights-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.highlight{padding:1.5rem}}@media (max-width:480px){.institute-section h3{font-size:1.3rem}.highlights-grid{grid-template-columns:1fr}.highlight{padding:1rem}.highlight h4{font-size:1.1rem}}.tracks{background-color:var(--bg-light);padding:5rem 0}.tracks-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:3rem}.track-card{background-color:var(--white);border-left:5px solid var(--primary-color);border-radius:8px;box-shadow:var(--shadow-sm);overflow:hidden;transition:all .3s ease}.track-card:hover{box-shadow:var(--shadow-md)}.track-header{align-items:flex-start;background:linear-gradient(135deg,var(--secondary-color),#1a2940cc);color:var(--white);cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:2rem;transition:all .3s ease}.track-card:hover .track-header{background:linear-gradient(135deg,var(--primary-dark),var(--secondary-color))}.track-number{color:var(--primary-color);font-size:.9rem;font-weight:700;margin:0;text-transform:uppercase}.track-title{color:var(--white);flex:1 1;font-size:1.3rem;margin:.5rem 0 0;text-align:left}.track-content{animation:fadeIn .3s ease;border-top:1px solid var(--border-color);padding:2rem}.track-description{color:var(--text-light);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.topics-title{color:var(--secondary-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.topics-list{list-style:none;padding:0}.topics-list li{border-bottom:1px solid var(--border-color);color:var(--text-light);padding:.7rem 0 .7rem 2rem;position:relative}.topics-list li:last-child{border-bottom:none}.topics-list li:before{color:var(--primary-color);content:"▸";font-size:1.2rem;left:0;position:absolute}@media (max-width:768px){.tracks{padding:3rem 0}.track-header{flex-direction:column;padding:1.5rem}.track-title{font-size:1.1rem}.expand-btn{align-self:flex-end;margin-top:-.5rem}.track-content{padding:1.5rem}}@media (max-width:480px){.tracks-container{gap:1rem}.track-header{padding:1rem}.track-number{font-size:.8rem}.track-title{font-size:1rem}.track-content{padding:1rem}.topics-list li{font-size:.95rem;padding:.6rem 0 .6rem 1.5rem}}.organizing-committee{background-color:var(--bg-light);padding:5rem 0}.committee-nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0 3rem}.tab-btn{background-color:initial;border:2px solid var(--primary-color);border-radius:4px;color:var(--primary-color);cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;text-transform:uppercase;transition:all .3s ease}.tab-btn.active,.tab-btn:hover{background-color:var(--primary-color);color:var(--white)}.committee-grid{grid-gap:2rem;animation:fadeIn .3s ease;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,320px));justify-content:center;margin-bottom:3rem}.committee-card{background-color:var(--white);border-radius:8px;border-top:4px solid #690e04;box-shadow:var(--shadow-sm);overflow:hidden;transition:all .3s ease}.category-title{color:#690e04;font-size:1.8rem;font-weight:700;letter-spacing:2px;text-align:center;text-transform:uppercase}.committee-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.committee-card .card-image img{border-radius:50%;height:117px;overflow:hidden;width:95%}.card-header{align-content:center;align-items:center;background:linear-gradient(135deg,var(--secondary-color),#1a2940cc);border-bottom:2px solid var(--primary-color);color:var(--white);display:flex;flex-direction:row-reverse;justify-content:space-between;padding:1.5rem}.card-header h3{color:var(--white);font-size:1.2rem;margin-bottom:.5rem}.role-badge{background-color:#690e04;border-radius:20px;color:var(--white);display:inline-block;font-size:.8rem;font-weight:600;padding:.4rem .8rem;text-transform:uppercase}.commit-container{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1200px;padding:0 20px}.card-body{padding:1.5rem}.designation{color:var(--secondary-color);font-size:.95rem;font-weight:600;margin-bottom:1rem}.contact-info{border-bottom:1px solid var(--border-color);margin-bottom:.8rem;padding-bottom:.8rem}.contact-info:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-info p{color:var(--text-light);font-size:.9rem;margin-bottom:0}.contact-info strong{color:var(--secondary-color)}.contact-info a{color:var(--primary-color);word-break:break-all}.contact-info a:hover{text-decoration:underline}.committee-intro{background-color:var(--white);border-radius:8px;box-shadow:var(--shadow-sm);padding:2rem;text-align:center}.committee-intro h3{color:var(--secondary-color);font-size:1.5rem;margin-bottom:1rem}.committee-intro p{color:var(--text-light);margin:0 auto;max-width:700px}@media (max-width:768px){.organizing-committee{padding:3rem 0}.committee-nav{gap:.5rem;margin:1.5rem 0 2rem}.tab-btn{font-size:.8rem;padding:8px 15px}.committee-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.card-body,.card-header{padding:1rem}.committee-intro{padding:1.5rem}.committee-intro h3{font-size:1.3rem}}@media (max-width:480px){.committee-nav{gap:.3rem}.tab-btn{font-size:.75rem;padding:6px 12px}.committee-grid{grid-template-columns:1fr}.card-header h3{font-size:1rem}.role-badge{font-size:.7rem}}.registration-fee{background-color:var(--white);padding:5rem 0}.registration-table-wrapper{border-radius:8px;box-shadow:var(--shadow-sm);margin:3rem 0;overflow-x:auto}.registration-table{background-color:var(--white);border-collapse:collapse;width:100%}.registration-table thead{background:linear-gradient(135deg,var(--secondary-color),var(--primary-dark));color:var(--white)}.registration-table th{font-size:1.05rem;font-weight:600;padding:1.5rem;text-align:left}.registration-table td{border-bottom:1px solid var(--border-color);padding:1.5rem}.registration-table tbody tr{transition:all .3s ease}.registration-table tbody tr:hover{background-color:var(--bg-light)}.registration-table tbody tr:nth-child(2n){background-color:#d4a5740d}.category-cell{color:var(--secondary-color);font-weight:600}.price-cell{color:var(--primary-color);font-size:1.1rem;font-weight:600}.registration-cta{background:linear-gradient(135deg,#d4a5741a,#1a29400d);border-radius:8px;margin-top:3rem;padding:3rem 2rem;text-align:center}.registration-cta h3{color:var(--secondary-color);font-size:1.8rem;margin-bottom:.5rem}.registration-cta p{color:var(--text-light);font-size:1.1rem;margin-bottom:1.5rem}@media (max-width:768px){.registration-fee{padding:3rem 0}.registration-table td,.registration-table th{font-size:.95rem;padding:1rem}.registration-table th{font-size:.95rem}.registration-cta{padding:2rem 1.5rem}.registration-cta h3{font-size:1.5rem}}@media (max-width:480px){.registration-table td,.registration-table th{font-size:.9rem;padding:.8rem}.registration-table{font-size:.9rem}.price-cell{font-size:1rem}.registration-cta{padding:1.5rem 1rem}.registration-cta h3{font-size:1.3rem}.registration-cta p{font-size:.95rem}}.peer-review-process{background-color:var(--bg-light);padding:5rem 0}.process-timeline{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:3rem}.process-step{background-color:var(--white);border-left:5px solid var(--primary-color);border-radius:8px;box-shadow:var(--shadow-sm);overflow:hidden;transition:all .3s ease}.process-step:hover{box-shadow:var(--shadow-md)}.step-header{align-items:center;background:linear-gradient(135deg,var(--secondary-color),#1a2940cc);color:var(--white);cursor:pointer;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.process-step:hover .step-header{background:linear-gradient(135deg,var(--primary-dark),var(--secondary-color))}.step-icon{font-size:2rem;min-width:50px;text-align:center}.step-title-wrapper{flex:1 1}.step-number{color:var(--primary-color);font-size:.85rem;font-weight:700;margin:0;text-transform:uppercase}.step-title{color:var(--white);font-size:1.3rem;margin:.5rem 0 0}.expand-btn{align-items:center;background:none;border:none;color:var(--primary-color);cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;min-width:40px;transition:all .3s ease}.expand-btn:hover{color:var(--white);transform:scale(1.2)}.step-content{animation:fadeIn .3s ease;border-top:1px solid var(--border-color);padding:2rem}.step-content p{color:var(--text-light);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.criteria-list h5,.decisions-list h5{color:var(--secondary-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.criteria-list ul{list-style:none;padding:0}.criteria-list li{border-bottom:1px solid var(--border-color);color:var(--text-light);padding:.8rem 0 .8rem 2rem;position:relative}.criteria-list li:last-child{border-bottom:none}.criteria-list li:before{color:var(--primary-color);content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.decisions-list{margin-top:1.5rem}.decision-item{background-color:#d4a5740d;border-left:3px solid var(--primary-color);border-radius:6px;margin-bottom:1rem;padding:1.5rem}.decision-item h6{color:var(--secondary-color);font-size:1.1rem;margin-bottom:.5rem}.decision-item p{color:var(--text-light);font-size:.95rem;margin-bottom:0}.process-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.info-box{background:linear-gradient(135deg,#d4a5741a,#1a29400d);border-left:4px solid var(--primary-color);border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease}.info-box:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.info-box h4{color:var(--secondary-color);font-size:1.2rem;margin-bottom:1rem}.info-box p{color:var(--text-light);margin-bottom:0}@media (max-width:768px){.peer-review-process{padding:3rem 0}.step-header{gap:1rem;padding:1.5rem}.step-icon{font-size:1.5rem}.step-title{font-size:1.1rem}.step-content{padding:1.5rem}.process-info{gap:1.5rem;grid-template-columns:1fr}.info-box{padding:1.5rem}}@media (max-width:480px){.step-header{padding:1rem}.step-icon{font-size:1.3rem;min-width:40px}.step-number{font-size:.75rem}.step-title{font-size:1rem}.expand-btn{font-size:1.3rem;min-width:35px}.step-content{padding:1rem}.step-content p{font-size:.95rem}.criteria-list li{font-size:.95rem;padding:.6rem 0 .6rem 1.5rem}.decision-item{padding:1rem}.decision-item h6{font-size:1rem}.info-box{padding:1rem}.info-box h4{font-size:1rem}}.footer{background-color:var(--secondary-color);color:var(--white);margin-top:5rem;overflow:hidden;position:relative}.footer-bg-logo{height:100%;left:0;object-fit:cover;opacity:.06;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.footer-content{border-bottom:1px solid #d4a57433;padding:3rem 0;position:relative;z-index:1}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section h3,.footer-section h4{color:var(--primary-color);font-size:1.3rem;margin-bottom:.5rem}.footer-section h3{font-size:1.5rem}.footer-section p{color:#fffc;font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section li{color:#fffc;font-size:.95rem;padding:.5rem 0}.footer-section a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--white);text-decoration:underline}.footer-tagline{color:#ffffffb3;font-style:italic}.dates-list li{border-bottom:1px solid #d4a57433;padding:.6rem 0}.dates-list li:last-child{border-bottom:none}.dates-list strong{color:var(--primary-color)}.footer-bottom{background-color:#0000004d;padding:2rem 0;position:relative;z-index:1}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.footer-bottom-content p{color:#ffffffb3;font-size:.9rem;margin-bottom:0}.footer-links{display:flex;flex-wrap:wrap;gap:2rem}.footer-links a{color:var(--primary-color);font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--white)}.footer-section-map{min-height:180px}@media (max-width:768px){.footer-content{padding:2rem 0}.footer-grid{gap:1.5rem}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:1rem}.footer-section li,.footer-section p{font-size:.9rem}.footer-bottom{padding:1.5rem 0}.footer-bottom-content{flex-direction:column;text-align:center}.footer-links{gap:1rem;justify-content:center}}.map-responsive{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.map-responsive iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}@media (min-width:992px){.footer-section-map{grid-column:span 2}}@media (max-width:480px){.footer-grid{gap:1rem}.footer-section h3{font-size:1.1rem}.footer-section h4{font-size:.95rem}.footer-section li,.footer-section p{font-size:.85rem}.footer-bottom-content p{font-size:.8rem}.footer-links a{font-size:.85rem}.footer-links{gap:.8rem}}.chatbot-container{background:#fff;border-radius:5px;bottom:0;display:flex;flex-direction:column;height:500px;justify-content:space-between;position:fixed;right:0;width:400px;z-index:2000}.chatbot-display{background-color:#afafaf;border:1px solid #ccc;border-radius:5px;height:400px;overflow-y:auto;padding:10px}.chatbot-input{display:flex}.chatbot-input input{border:1px solid #ccc;border-radius:5px;flex:1 1;padding:10px}.chatbot-input button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-left:10px;padding:10px}.chatbot-input button:hover{background-color:#0056b3}.chatbot-message{margin-bottom:10px}.chatbot-message.user{text-align:right}.chatbot-message.bot{text-align:left}.chatbot-message .message-content{border-radius:5px;display:inline-block;padding:10px}.chatbot-message.user .message-content{background-color:#007bff;color:#fff}.chatbot-message.bot .message-content{background-color:#f1f1f1;color:#000}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.timestamp{color:#555;font-size:10px;margin-top:5px;text-align:right}.typing span{animation:blink 1.4s infinite both}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.chatbot-icon{align-items:center;background:#007bff;border-radius:50%;bottom:20px;box-shadow:0 4px 10px #0000004d;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:20px;width:60px;z-index:5000}.chatbot-icon img{height:35px;width:35px}.chatbot-popup{bottom:90px;position:fixed;right:20px;z-index:1000}.chatbot-header{align-items:center;background:#4f46e5;color:#fff;display:flex;font-weight:700;justify-content:space-between;padding:10px}.close-btn{background:none}.chatbot-open-btn,.close-btn{border:none;color:#fff;cursor:pointer;font-size:16px}.chatbot-open-btn{animation:pulse 2s infinite;background:#20293c;border-radius:50px;bottom:20px;box-shadow:0 6px 15px #4f46e566;font-weight:600;padding:14px 20px;position:fixed;right:20px;transition:all .3s ease;z-index:3000}.chatbot-open-btn:hover{box-shadow:0 8px 20px #4f46e599;transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 0 0 #4f46e599;transform:scale(1)}70%{box-shadow:0 0 0 15px #4f46e500;transform:scale(1.2)}to{box-shadow:0 0 0 0 #4f46e500;transform:scale(1)}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}
/*# sourceMappingURL=main.32e5b505.css.map*/