.hero{position:relative;width:100%;height:100vh;margin:0;padding:0;overflow-x:hidden}.video-faded{opacity:.5}.hero-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:opacity 1s ease}.hero-content{position:relative;z-index:2;height:80%;display:flex;align-items:center;justify-content:center;text-align:center;color:#000;width:100%}.hero-content h1{font-size:3rem;margin:auto}.hero-content img{width:30%}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:150px;z-index:1;pointer-events:none}.info-section{min-width:100vw;margin:0;padding:3rem 15%;background:linear-gradient(to bottom,#fff,#fafafa);color:#000;position:relative;z-index:3}.section-title{margin-bottom:2rem;font-size:2rem;font-weight:700;color:#222;letter-spacing:-.02em}.content-row{display:flex;gap:2rem;align-items:center}.col-left{flex:1;text-align:left}.col-right{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.75rem}.second-section .col-right{text-align:right;align-items:flex-end}.info-section p{line-height:1.6;color:#333}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#000;color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px #00000026}.fade-box{position:relative;display:inline-block;padding:1rem 2rem;opacity:0;animation:fadeIn 1s ease forwards;animation-delay:4s}.fade-box img{max-width:70vw;max-height:60vh;width:auto;height:auto;display:block;margin:0 auto;object-fit:contain}.fade-box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:.5rem;z-index:-2}.fade-box:after{content:"";position:absolute;top:-15px;left:-15px;right:-15px;bottom:-15px;border-radius:1rem;filter:blur(7px);z-index:-1;pointer-events:none}.second-title{text-align:end}@keyframes fadeIn{to{opacity:1}}.authors-section{padding:4rem 1rem;text-align:center}.authors-title{font-size:2rem;font-weight:700;margin-bottom:2rem}.authors-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.author-card{display:flex;flex-direction:column;align-items:center;width:160px;padding:1rem;border-radius:.5rem;background-color:#f9f9f9;box-shadow:0 0 5px #0000000d}.author-email{font-size:.85rem;color:#06c;margin-top:.5rem;text-decoration:none;word-break:break-word}.author-email:hover{text-decoration:underline}.news-section{background:linear-gradient(135deg,#ffe8e8,#ffd5d5);padding:4rem 15%;border-top:2px solid #FFD0D0;border-bottom:2px solid #FFD0D0}.news-list{list-style:disc inside;color:#333;font-size:1rem;line-height:1.7;margin-top:1rem}.news-list li+li{margin-top:.75rem}.news-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.news-card{background-color:#fff;border-left:4px solid #e73370;padding:1.5rem 1.25rem;border-radius:12px;box-shadow:0 2px 12px #00000014;transition:all .3s ease}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-left-width:6px}.news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.news-date{font-weight:700;color:#222}.news-text{font-size:.95rem;color:#444}.news-badge{background-color:#c62828;color:#fff;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:999px;text-transform:uppercase}.news-toggle-btn{display:inline-block;padding:.5rem 1rem;background-color:#000;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .08s ease;box-shadow:0 2px 6px #00000014}.news-toggle-btn:hover{background-color:#e73370;transform:translateY(-1px)}.news-toggle-btn:focus{outline:3px solid rgba(231,51,112,.18);outline-offset:3px}@media screen and (max-width:600px){.home{overflow-x:hidden}.hero-content h1{font-size:2rem;padding:0 1rem}.hero-content img{width:80%;max-width:400px}.info-section{padding:2.5rem 5%}.section-title{font-size:1.75rem;margin-bottom:1.5rem}.content-row{flex-direction:column;gap:1.5rem}.sec-row{flex-direction:column-reverse;align-items:end}.fisrt-section{text-align:start}.first-row{align-items:start}.col-right{align-items:start;justify-content:left;width:100%}.btn{width:100%;text-align:center;padding:1rem 1.5rem;font-size:1rem}.news-grid{gap:1rem}.news-card{padding:1.25rem 1rem}}@media screen and (min-width:601px)and (max-width:1024px){.hero-content h1{font-size:2.5rem}.info-section{padding:2rem 10%;margin:0}.content-row{gap:1.5rem}}.dataset-explorer{width:100%;margin:0 auto;box-sizing:border-box}.desktop-layout{display:block}.container-layout{display:flex;flex-direction:row;width:100%;min-height:500px}.sidebar{background-color:#ffe8e8;width:200px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-around;margin-top:35px}.sidebar-button{background-color:#ffe8e8;border:none;padding:1rem;text-align:left;cursor:pointer;color:#333;font-size:1rem;font-weight:500;transition:background-color .3s ease}.sidebar-button:hover{background-color:#bbb}.sidebar-button.selected{background-color:#000;color:#fff}.main-content{display:flex;flex-direction:column;flex:1;width:auto}.filters-row{background-color:#ffe8e8;display:flex;justify-content:space-around;align-items:center;width:100%}.filter-button{background-color:#ffe8e8;border:none;padding:.5rem 1rem;cursor:pointer;color:#333;font-size:1rem;font-weight:500;transition:background-color .3s ease}.filter-button:hover{background-color:#bbb}.filter-button.selected{background-color:#000;color:#fff}.black-box{background-color:#000;width:100%;height:600px;display:flex;align-items:center;justify-content:center}.image-wrapper{width:100%;height:100%;overflow:hidden}.image-wrapper img{width:100%;height:100%;object-fit:cover}.mobile-layout{display:none;width:100%;margin:0 auto;padding:0 1rem}.mobile-selects{display:flex;flex-direction:column;gap:.5rem;background-color:#ffe8e8;padding:1rem;margin-bottom:1rem}@media screen and (max-width:600px){.desktop-layout{display:none}.mobile-layout{display:block}.image-wrapper{height:100%;min-height:400px;position:relative}.black-box{width:100%;height:500px;max-height:70vh;overflow:hidden;touch-action:pan-x pan-y pinch-zoom}.mobile-selects select{padding:.75rem;font-size:1rem;border-radius:8px;border:2px solid #ddd;background-color:#fff;width:100%}}.dataset-page{width:100%;margin:0;padding:0;overflow-x:hidden}.dataset-hero{text-align:center;padding:3rem 1rem;background-color:#fff;max-width:1200px;margin:0 auto}.dataset-hero h1{font-size:2rem;line-height:1.3;color:#333;margin-bottom:2rem}.inside-container{margin:0 auto;font-family:Arial,sans-serif;color:#333}.section-title{font-size:1.75rem;margin-bottom:1rem;font-weight:700}.table-responsive{width:100%;overflow-x:auto}table{min-width:800px;width:100%;border-collapse:collapse;margin-top:1rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014}table th,table td{border:1px solid #e0e0e0;padding:1rem .75rem;text-align:center}thead{background:linear-gradient(135deg,#ffe8e8,#ffd5d5);font-weight:600;color:#222}tbody tr{transition:background-color .2s ease}tbody tr:hover{background-color:#f9f9f9}.red-x{color:red;font-weight:700}.green-check{color:green;font-weight:700}.image-wrapper{width:100%}@media screen and (max-width:600px){.dataset-hero{padding:2.5rem 1rem}.dataset-hero h1{font-size:1.6rem;line-height:1.4;margin-bottom:1.5rem}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.btn{width:100%;padding:1rem 1.5rem;font-size:1rem}table{font-size:.9rem}table th,table td{padding:.75rem .5rem}}.framework-page{position:relative;width:100%;margin:0;padding:0;font-family:Arial,sans-serif;background:#fff}.hero-overlay{position:relative;z-index:1;width:100%;min-height:100vh;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-title{font-size:2.5rem;margin:1rem 0;color:#fff;text-shadow:2px 2px 10px rgb(0,0,0)}.hero-subtitle{font-size:1.2rem;color:#ccc;max-width:800px;margin:0 auto 2rem}.hero-overlay:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:150px;pointer-events:none;background:linear-gradient(#fff0,#fff);z-index:2}.no-pointer{pointer-events:none;position:relative;z-index:1;background:#fff}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#000;color:#fff;text-decoration:none;border-radius:8px;margin-top:1rem;transition:all .3s ease;font-weight:600;box-shadow:0 4px 12px #00000026}.clickable{pointer-events:auto}.btn:hover{background-color:#e73370;transform:translateY(-2px);box-shadow:0 6px 20px #e733704d}.pillars-section{width:100%;margin:0;padding:3rem 1rem;text-align:center;position:relative;z-index:1;box-sizing:border-box}.pillars-title{font-size:1.75rem;color:#333;text-align:end;margin:0 15% 2rem}.pillar-row{display:flex;flex-direction:row;gap:2rem;justify-content:space-between;margin-bottom:2rem;margin:0 15%}.col{display:flex;flex-direction:column;align-items:center}.pillar{background:linear-gradient(135deg,#ffe8e8,#ffd5d5);padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;width:15em;border-radius:12px;box-shadow:0 4px 12px #00000014;border:2px solid rgba(0,0,0,.05)}.pillar:hover{transform:translateY(-4px);box-shadow:0 8px 20px #e7337026;border-color:#e733704d}.pillarBot{background:#fff;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;width:15em;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:2px solid rgba(0,0,0,.05)}.pillarBot:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.pillar h3{margin:0;color:#222;font-weight:600}.pillarBot.active{background:linear-gradient(135deg,#ffe8e8,#ffd5d5);border-color:#e733704d;box-shadow:0 6px 16px #e7337026}.pillar-text{margin:0 15%;text-align:center;font-size:1rem;line-height:1.8;color:#444;background:linear-gradient(135deg,#ffe8e8,#ffd5d5);padding:2em;border-radius:12px;box-shadow:0 4px 16px #00000014;margin-top:2rem}.no-pointer .clickable{pointer-events:auto}.desktop-pillars{display:block}.mobile-pillars{display:none}.accordion-item{margin:.5rem;background:linear-gradient(135deg,#ffe8e8,#ffd5d5);border-radius:12px;padding:1.25rem;text-align:left;position:relative;box-shadow:0 2px 10px #00000014;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}.accordion-item:hover{box-shadow:0 4px 16px #0000001f}.accordion-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion-header h3{margin:0;font-size:1.1rem;color:#333}.accordion-header span{font-size:1.3rem;color:#333}.accordion-content{margin-top:.75rem;font-size:.95rem;line-height:1.5;color:#555}@media screen and (max-width:600px){.pillars-title{margin:0 5% 1.5rem;font-size:1.6rem;font-weight:700;text-align:center;line-height:1.3}.desktop-pillars{display:none}.mobile-pillars{display:block;padding:0 .5rem}.accordion-item{margin:.75rem .5rem}.accordion-header h3{font-size:1.1rem;font-weight:600}.accordion-content{font-size:.95rem;line-height:1.6;margin-top:1rem}.hero-title{font-size:2rem;line-height:1.3;padding:0 1rem}.hero-subtitle{font-size:1rem;line-height:1.5;padding:0 1rem}.hero-overlay{padding:1.5rem .5rem}.btn{padding:1rem 1.5rem;font-size:1rem}}@media screen and (min-width:601px)and (max-width:1024px){.hero-title{font-size:2rem;margin:.75rem 0}.hero-subtitle{font-size:1.1rem;max-width:95%;margin-bottom:1.75rem}.pillars-title{font-size:1.65rem;margin:0 10% 1.75rem;text-align:center}.pillar-row{margin:0 10%}.pillar,.pillarBot{width:100%;max-width:20em}.pillar-text{margin:0 10%;font-size:1rem;padding:.75em}}html,body{margin:0;padding:0;background:#fff;font-family:Arial,sans-serif}.vertical-timeline-container{position:relative;width:100%;min-height:100vh;padding:2rem 0;box-sizing:border-box}.vertical-line{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:2px;background:#333}.timeline-step{position:relative;width:100%;margin:4rem 0}.step-circle{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#333;border-radius:50%;z-index:2}.step-content{display:flex;align-items:center;justify-content:space-between;max-width:900px;width:90%;margin:0 auto;min-height:200px;position:relative}.step-content .image-block{order:1}.step-content .text-block,.step-content.alt .image-block{order:2}.step-content.alt .text-block{order:1}.text-block{flex:0 0 45%;text-align:left}.step-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#333}.step-description{margin:0;color:#555;line-height:1.5}.image-block{flex:0 0 45%;display:flex;justify-content:center}.step-image{max-width:100%;height:auto;border-radius:4px}@media screen and (max-width:600px){.vertical-timeline-container{padding:1.5rem 0}.vertical-line{display:none}.timeline-step{margin:1.5rem 0}.step-circle{display:none}.step-content{flex-direction:column;margin:0 auto;width:90%;text-align:center;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;background:linear-gradient(135deg,#fff,#f9f9f9);box-shadow:0 4px 16px #00000014}.step-content .image-block{order:1;flex:none;width:100%;margin-bottom:1.25rem;text-align:center}.step-content .image-block img{border-radius:8px;box-shadow:0 2px 8px #0000001a}.step-content .text-block{order:2;flex:none;width:100%;text-align:left;padding:0 .5rem}.step-content.alt .image-block{order:1}.step-content.alt .text-block{order:2}.step-title{font-size:1.35rem;font-weight:700;margin-bottom:1rem;color:#222}.step-description{font-size:.95rem;line-height:1.6;color:#444}}@media screen and (min-width:601px)and (max-width:1024px){.vertical-timeline-container{padding:1.5rem 0}.timeline-step{margin:3rem 0}.step-content{max-width:850px;width:95%}.text-block{flex:0 0 50%}.step-title{font-size:1.4rem}.step-description{font-size:1rem}}.title{padding:3em;margin:0 15%}.hero-content{margin-bottom:0;display:flex;flex-direction:column}.info-section-learn{padding:0 15%}.hero-content h2{font-size:2rem}.hero-content-learn h1{font-size:2.5rem;color:#000;text-shadow:none;text-align:center}.paper{margin:5em 15%}.FAQ{margin:3em 15%;font-family:Arial,sans-serif;color:#333}.FAQ h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#222;letter-spacing:-.02em}.faq-item{border-bottom:none;padding:1.5em;margin-bottom:1rem;border-radius:12px;background:linear-gradient(135deg,#fff,#f9f9f9);box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.faq-item:hover{background:linear-gradient(135deg,#ffe8e8,#ffd5d5);box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1.25rem;margin:0}.toggle{font-size:1.5rem;font-weight:700;margin-left:1rem;color:#000}.faq-answer{padding-top:.5em;font-size:1rem;line-height:1.6;color:#555}.sel{background-color:#ffc5c5}.tutorial-video{margin:3em 15%;text-align:center}.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden;margin-bottom:2em}.video-container video{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (max-width:600px){.title{margin:0 5%;padding:2em 0}.hero-content-learn h1{font-size:2rem;line-height:1.3;margin:0 1rem;padding:1rem 0}.info-section-learn{margin:0 5%;padding:0 0 1.5rem}.info-section-learn p{font-size:1rem;line-height:1.6}.tutorial-video{margin:2em 5%;padding:0}.FAQ{margin:2em 5%}.FAQ h2{font-size:1.75rem;margin-bottom:1.5rem}.faq-item{border-bottom:none;margin-bottom:1rem;padding:1.25rem}.faq-question h3{font-size:1.1rem}.faq-answer{font-size:.95rem;line-height:1.6}.paper{margin:3em 5%}.video-container{margin-bottom:2.5em}}@media screen and (min-width:601px)and (max-width:1024px){.hero-content-learn h1{font-size:2.3rem;margin:0 1.5rem}.info-section-learn{margin:0 8%;padding:0 0 1rem}.tutorial-video{margin:2.5em 8%;padding:0}.FAQ{margin:2.5em 8%}.faq-item{padding:1em}.paper{margin:3.5em 8%}}.vv-carousel{position:relative;max-width:1000px;margin:1.5rem auto}.carousel-viewport{overflow:hidden;width:100%;border-radius:8px;background:#fff}.carousel-track{display:flex;width:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.carousel-slide{min-width:100%;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.carousel-video{max-width:100%;height:auto;border-radius:6px}.carousel-iframe{width:100%;height:560px;border:none;border-radius:6px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0000008c;color:#fff;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;display:grid;place-items:center;box-shadow:0 8px 18px #0003;transition:transform .12s ease,background .12s ease,opacity .12s ease;opacity:.98}.carousel-btn.prev{left:-48px}.carousel-btn.next{right:-48px}.carousel-btn:focus{outline:3px solid rgba(255,64,129,.25)}.carousel-dots{display:flex;gap:8px;justify-content:center;margin-top:10px}.carousel-dots .dot{width:10px;height:10px;border-radius:50%;background:#ddd;border:none;cursor:pointer}.carousel-dots .dot.active{background:#e73370}@media(max-width:900px){.carousel-iframe{height:420px}}@media(max-width:900px){.carousel-iframe{height:420px}.carousel-btn{width:40px;height:40px}.carousel-btn.prev{left:8px}.carousel-btn.next{right:8px}}@media(max-width:600px){.vv-carousel{margin:1rem 0}.carousel-slide{padding:.5rem}.carousel-iframe{height:280px;border-radius:8px}.carousel-btn{width:36px;height:36px;opacity:.9}.carousel-btn.prev{left:8px}.carousel-btn.next{right:8px}.carousel-dots{margin-top:12px}.carousel-dots .dot{width:12px;height:12px}}.paper-page{padding:4rem 1rem;max-width:1000px;margin:0 auto;color:#333}.highlight-section{width:100vw;margin-left:calc(-50vw + 50%);background:linear-gradient(135deg,#ffe8e8,#ffd5d5);padding:3rem 1rem;border-bottom:2px solid #FFD0D0}.button-paper{display:flex;flex-direction:row;gap:1em}.btn-icon{height:1.5em;width:auto;margin-right:.5em;vertical-align:middle}.desktop-photo{display:block;margin:0 auto;width:100%}.mobile-photo{display:none}.section-heading{margin:8rem 0 2rem;text-align:center;font-size:2.25rem;font-weight:700;color:#222;letter-spacing:-.02em}.authors-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:960px;margin:0 auto}.author-card{display:flex;flex-direction:column;align-items:center;width:100%;max-width:220px;padding:1.25rem;border-radius:12px;background:linear-gradient(135deg,#ffe8e8,#ffd5d5);text-align:center;transition:all .3s ease;box-shadow:0 4px 16px #00000014;border:1px solid rgba(0,0,0,.06)}.author-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #0000001f;border-color:#00000014}.author-logo{height:55px;object-fit:contain;margin-bottom:.6rem}.author-fullname{font-size:1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.author-email{font-size:.85rem;color:#ff4081;margin-top:.5rem;text-decoration:underline;text-align:center}.author-email:hover{color:#333}.author-main-card{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:3rem;padding:1.5rem 2rem;border-radius:16px;background:linear-gradient(135deg,#ffe8e8,#ffd5d5);width:fit-content;max-height:150px;height:120px;margin-left:auto;margin-right:auto;box-shadow:0 8px 24px #0000001a;border:2px solid rgba(0,0,0,.08);transition:all .3s ease}.author-main-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #e7337026;border-color:#e733704d}.author-note{font-size:.75rem;color:#888;margin-top:.5rem}.author-affiliation{font-size:.85rem;color:#666;margin-top:.25rem}.author-logo-main{height:70px;object-fit:contain;border-radius:8px}.bibtex-block{background:linear-gradient(135deg,#ffe8e8,#ffd5d5);padding:1.5rem;border-radius:12px;font-size:.95rem;overflow-x:auto;margin-top:1rem;white-space:pre-wrap;font-family:Courier New,monospace;border:2px solid #FFD0D0;box-shadow:0 4px 12px #00000014}.funding{display:flex;flex-direction:row;justify-content:space-around}.funding img{width:30%}@media screen and (max-width:900px){.mobile-photo{display:block;margin:0 auto;width:100%}.desktop-photo{display:none}.button-paper{display:flex;flex-direction:column}}@media screen and (max-width:600px){.author-main-card{width:90%;max-width:100%;padding:1.25rem 1rem;flex-direction:column;height:auto;max-height:none;gap:1rem;text-align:center}.author-main-card .main-content{order:2}.author-main-card .author-logo-main{order:1;height:60px}.author-fullname{font-size:1.1rem}.author-affiliation{font-size:.9rem}.highlight-section .button-paper .btn:first-child{background-color:#e73370}.highlight-section .button-paper .btn:first-child:hover{background-color:#d02060}}.contact-wrap{max-width:860px;margin:0 auto 2rem;text-align:center}.contact-subtitle{margin:.25rem auto 1.5rem;color:#666;font-size:1rem}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:stretch}.contact-card{position:relative;display:flex;flex-direction:column;gap:.6rem;padding:1.25rem;border-radius:14px;background:radial-gradient(100% 60% at 100% 0,#fff 0,#fff 50%,#fff0 51%),#ffe8e8;box-shadow:0 6px 18px #00000014;border:1px solid rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.contact-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000001f;border-color:#0000001a}.contact-avatar{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-weight:700;letter-spacing:.3px;color:#fff;background:#d02d2f;margin:0 auto .25rem;box-shadow:0 4px 12px #ff408140}.contact-id{display:flex;flex-direction:column;align-items:center;line-height:1.2}.contact-name{font-weight:600;font-size:1.05rem;color:#333}.contact-surname{font-weight:700;font-size:1.1rem;color:#333;margin-top:-2px}.contact-affiliation{font-size:.9rem;color:#666;margin-top:.25rem}.contact-btn{margin-top:.5rem;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;padding:.6rem 1rem;border-radius:999px;text-decoration:none;font-size:.95rem;color:#fff;background:linear-gradient(135deg,#d02d2f,#333);box-shadow:0 8px 18px #ff408140;transition:transform .12s ease,box-shadow .18s ease,filter .18s ease}.contact-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #ff40814d;filter:saturate(1.04)}.contact-btn:focus-visible{outline:3px solid rgba(255,64,129,.35);outline-offset:3px}.contact-btn-icon{width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" viewBox="0 0 16 16"><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v.217L8 9 0 4.217V4zm0 1.383V12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5.383l-7.555 4.72a1 1 0 0 1-1.09 0L0 5.383z"/></svg>') center/contain no-repeat}@media(max-width:860px){.contact-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}html,body{overscroll-behavior:none;margin:0;padding:0;height:100%;width:100%}html{scroll-behavior:smooth}h1,h2,a{font-family:Josefin Sans,sans-serif;font-weight:500}.navbar{background:linear-gradient(135deg,#ffe8e8,#ffd5d5);color:#000;position:sticky;top:0;z-index:1000;padding:1em;box-shadow:0 2px 12px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-container{max-width:1280px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-size:1.5rem;font-weight:700}.nav-brand img{height:2.5rem}.nav-links{display:flex;flex-direction:row;align-items:center}.nav-links a{margin-left:1rem;text-decoration:none;font-weight:500}.nav-links a:hover{color:#ff4081}.nav-toggle{display:none;background:none;border:none;cursor:pointer;font-size:1.5rem;padding:.5rem}.nav-btn{color:#000}.nav-btn{position:relative;text-decoration:none;color:#000;padding:.5rem 0}.nav-btn.active:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:#000}.bar{display:block;width:25px;height:3px;margin:4px 0;background-color:#000;transition:.3s}.big-footer{background-color:#ffe8e8;padding:2rem 1rem;text-align:center;position:relative;z-index:2;font-family:Josefin Sans,sans-serif}.footer{display:flex;justify-content:center}.footer-note{margin-top:1em;font-size:.8em;font-family:Josefin Sans,sans-serif}.footer-container1{position:relative;margin:0;font-family:Josefin Sans,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:26%}.footer-container1 img{width:100%}.footer-container1:before{content:"";position:absolute;top:0;right:0;width:2px;height:100%;background-color:#000;margin-right:-2em}.footer-container2{margin:0 0 0 4em;font-family:Josefin Sans,sans-serif;display:flex;flex-direction:column;align-items:start}.footer-container2 img{width:auto}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#333;font-family:Josefin Sans,sans-serif}.footer-icons{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.line-footer{display:flex;justify-content:center;align-items:center;font-family:Josefin Sans,sans-serif;margin:1em 0}.line-footer img{width:2em}.partOf{font-family:Josefin Sans,sans-serif;margin-left:1em}.icon-link{color:#333;font-size:1.5rem;text-decoration:none}.icon-link:hover{color:#e73370}.footer-copy{color:#333;font-size:.9rem;font-family:Josefin Sans,sans-serif}.nav-btn-fill{display:flex;padding:.25rem .75rem;background-color:#000;color:#fff;text-decoration:none;border-radius:4px;margin-right:.5rem;transition:background-color .3s ease;margin:0;align-items:center}.nav-btn-fill img{margin-left:.5em;height:2em;padding:0;margin-bottom:0;width:auto;filter:brightness(0) invert(1)}.nav-btn-fill:hover{background-color:#e73370;color:#fff!important}.nav-btn-fill:hover img{filter:brightness(0) invert(1)}.nav-btn-fill.secondary{background-color:#ccc;color:#333}.nav-btn-fill.secondary:hover{background-color:#bbb}.back-to-top{position:fixed;right:20px;bottom:22px;width:48px;height:48px;border-radius:10px;background:linear-gradient(180deg,#333,#1a1a1a);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px #0000002e;border:none;opacity:0;transform:translateY(8px) scale(.98);transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease;z-index:1200;cursor:pointer}.back-to-top svg{display:block}.back-to-top--visible{opacity:1;transform:translateY(0) scale(1)}.back-to-top:focus{outline:3px solid rgba(255,64,129,.25);outline-offset:4px}.btn{display:flex;padding:.75rem 1.5rem;background-color:#000;color:#fff;text-decoration:none;border-radius:4px;margin-right:.5rem;transition:background-color .3s ease;margin:0;align-items:center;justify-content:center}.btn img{margin-right:.5em;height:2em;width:auto;padding:0}.btn:hover{background-color:#e73370}.btn.secondary{background-color:#ccc;color:#333}.btn.secondary:hover{background-color:#bbb}@media screen and (max-width:600px){.nav-container{flex-wrap:wrap;padding:0 1rem}.nav-toggle{display:block;text-align:right}.nav-links{width:100%;order:3;display:none;flex-direction:column;align-items:stretch;margin-top:1rem;gap:.5rem;padding:.5rem}.nav-links.open{display:flex;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-links a{margin:0;padding:.75rem 1rem;text-align:center;border-radius:8px;transition:all .2s ease}.nav-links a:active{transform:scale(.98)}.nav-btn-fill{margin-top:.5rem;justify-content:center;width:100%}.nav-btn-fill img{margin-left:.5rem}.big-footer{background-color:#ffe8e8;padding:2rem 1rem;text-align:center;position:relative;z-index:2;font-family:Josefin Sans,sans-serif}.footer{display:flex;flex-direction:column;justify-content:center}.footer-container1{position:relative;margin:0 0 1em;font-family:Josefin Sans,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;padding:0 5%;font-size:small;gap:1em}.footer-container1 img{width:60%}.footer-container1:before{content:"";position:absolute;top:100%;right:10%;width:100%;height:1px;background-color:#000;margin-top:1em}.footer-container2{margin:0;font-family:Josefin Sans,sans-serif;display:flex;flex-direction:column;align-items:center;padding:0 10%;font-size:small}.footer-container2 img{width:auto}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#333;font-family:Josefin Sans,sans-serif}.footer-icons{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.line-footer{display:flex;flex-direction:row;justify-content:center;align-items:center;font-family:Josefin Sans,sans-serif;margin:1em 0}.line-footer img{width:2em}.partOf{font-family:Josefin Sans,sans-serif;margin-left:1em;font-size:.8em}.footer-note{margin-top:.5em;font-size:.6em}}@media screen and (min-width:601px)and (max-width:1024px){.nav-container{padding:0 2rem}.nav-links a{margin-left:1rem;font-size:1rem}.nav-brand{font-size:1.5rem}.footer-container{max-width:90%}}
