body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{background:radial-gradient(circle at center,#1a1a1a 0,#000 100%);color:#fff;font-family:sans-serif;min-height:100vh}.menu-button{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:clamp(35px,8vw,40px);justify-content:space-around;padding:clamp(6px,1.5vw,8px);position:fixed;right:clamp(1rem,4vw,2rem);top:clamp(1rem,4vw,2rem);transition:transform .3s ease;width:clamp(35px,8vw,40px);z-index:1001}.menu-button:hover{transform:scale(1.1)}.menu-button span{background:#fff;border-radius:2px;height:2px;transition:all .3s ease;width:100%}.menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-left:1px solid #ffffff1a;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;padding:2rem;position:fixed;right:-300px;top:0;transition:right .3s ease;width:300px;z-index:1000}.menu.open{right:0}.menu a{border-left:3px solid #0000;border-radius:4px;color:#fff;font-family:Rajdhani,sans-serif;font-size:1.5rem;padding:1rem;text-decoration:none;transition:all .3s ease}.menu a:hover{background:#ffffff1a;border-left-color:#fff;color:#fff;padding-left:1.5rem}.menu-overlay{animation:fadeIn .3s ease;background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tagline{animation:fadeIn 1s ease-out .5s forwards;color:#ffffffe6;font-family:Rajdhani,sans-serif;font-size:clamp(1rem,3vw,1.5rem);font-weight:300;letter-spacing:clamp(.15em,.5vw,.3em);margin-top:clamp(-1rem,-3vw,-2rem);opacity:0;padding:0 1rem;text-align:center;text-transform:uppercase}.tagline:after,.tagline:before{background:#ffffff80;content:"";display:inline-block;height:1px;margin:0 clamp(.5rem,2vw,1rem);vertical-align:middle;width:clamp(20px,5vw,40px)}.hero-section{flex-direction:column;gap:clamp(1rem,3vw,2rem);min-height:100vh;padding:clamp(1rem,4vw,2rem) clamp(1rem,4vw,2rem) clamp(2rem,4vw,4rem)}.hero-section,.title-container{align-items:center;display:flex;justify-content:center}.title-container{margin-top:clamp(1rem,3vw,2rem);max-width:1400px;min-height:clamp(250px,40vw,500px);position:relative;width:100%}.hero-logo{height:clamp(300px,40vw,600px);margin:0 clamp(2rem,8vw,6rem);max-width:100%;object-fit:contain}@keyframes revealShape{0%{opacity:0;transform:translate(15vw,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes revealSplit{0%{opacity:0;transform:translate(-15vw,-50%)}to{opacity:1;transform:translateY(-50%)}}@media (max-width:768px){@keyframes revealShape{0%{opacity:0;transform:translate(12vw,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes revealSplit{0%{opacity:0;transform:translate(-12vw,-50%)}to{opacity:1;transform:translateY(-50%)}}}.title-shape{animation:revealShape 1s ease-out forwards;left:clamp(8%,18vw,23%);top:45%}.title-shape,.title-split{color:#fff;font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,6vw,4.5rem);font-weight:700;letter-spacing:clamp(.2em,.8vw,.5em);opacity:0;position:absolute;text-shadow:0 2px 4px #0000004d;transform:translateY(-50%);white-space:nowrap;z-index:0}.title-split{animation:revealSplit 1s ease-out .2s forwards;right:clamp(8%,18vw,23%);top:55%}.animated-letter{display:inline-block}.main-content{margin:0 auto;max-width:1200px;padding:3rem 2rem}.search-container{margin-bottom:clamp(2rem,6vw,4rem);max-width:800px;padding:0 clamp(1rem,4vw,2rem);width:100%}.search-form{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;gap:.5rem;padding:.5rem;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.search-form:focus-within,.search-form:hover{background:#ffffff14;border-color:#fff;box-shadow:0 0 20px #ffffff1a}.input-group{align-items:center;display:flex;flex:1 1;gap:.5rem}.search-input{background:#0000;border:none;color:#fff;font-family:Rajdhani,sans-serif;font-size:1rem;outline:none;padding:.5rem;transition:all .3s ease;width:100%}.search-input::placeholder{color:#fff6;transition:all .3s ease}.search-form:hover .search-input::placeholder{color:#fff9}.tag-input{width:80px}.separator{color:#fff9;font-size:1.2rem;font-weight:400;transition:all .3s ease}.search-form:hover .separator{color:#fffc}.region-select{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Rajdhani,sans-serif;font-size:.9rem;margin:0 .5rem;outline:none;padding:.5rem;transition:all .3s ease;width:auto}.search-form:hover .region-select{background:#ffffff14}.region-select:focus{background:#ffffff1a}.region-select option{background:#000;color:#fff}.search-button{background:#fff;border:none;border-radius:6px;color:#000;cursor:pointer;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:500;min-width:100px;overflow:hidden;padding:.5rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-button:hover:not(:disabled){background:#fff;box-shadow:0 0 15px #fff3}.search-button:active:not(:disabled){transform:scale(.98)}.search-button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.search-form{flex-direction:column;gap:1rem;padding:1rem}.input-group{justify-content:center;width:100%}.search-input{font-size:clamp(.9rem,4vw,1rem);padding:clamp(.4rem,2vw,.5rem)}.tag-input{width:clamp(60px,15vw,80px)}.region-select{margin:0;padding:clamp(.4rem,2vw,.5rem)}.region-select,.search-button{font-size:clamp(.8rem,3.5vw,.9rem);max-width:200px;width:100%}.search-button{padding:clamp(.6rem,3vw,.8rem) clamp(1rem,4vw,1.5rem)}}@media (max-width:480px){.search-form{padding:clamp(.8rem,4vw,1.2rem)}.input-group{flex-direction:column;gap:.5rem;width:100%}.search-input,.tag-input{text-align:center;width:100%}.separator{display:none}}@media (max-width:768px){.particle{height:4px;width:4px}.particle:first-child{--tx:30px;--ty:-20px}.particle:nth-child(2){--tx:-28px;--ty:-19px}.particle:nth-child(3){--tx:35px;--ty:20px}.particle:nth-child(4){--tx:-33px;--ty:19px}.particle:nth-child(5){--tx:25px;--ty:-23px}.particle:nth-child(6){--tx:-35px;--ty:-15px}.particle:nth-child(7){--tx:28px;--ty:22px}.particle:nth-child(8){--tx:-30px;--ty:23px}.particle:nth-child(9){--tx:38px;--ty:-18px}.particle:nth-child(10){--tx:-34px;--ty:17px}.particle:nth-child(11){--tx:31px;--ty:-17px}.particle:nth-child(12){--tx:-29px;--ty:24px}.particle:nth-child(13){--tx:40px;--ty:-22px}.particle:nth-child(14){--tx:-31px;--ty:20px}.particle:nth-child(15){--tx:26px;--ty:-23px}.particle:nth-child(16){--tx:43px;--ty:-25px}.particle:nth-child(17){--tx:-39px;--ty:-24px}.particle:nth-child(18){--tx:36px;--ty:25px}.particle:nth-child(19){--tx:-43px;--ty:22px}.particle:nth-child(20){--tx:33px;--ty:-18px}}@media (max-width:480px){.particle{height:3px;width:3px}.particle:first-child{--tx:20px;--ty:-15px}.particle:nth-child(2){--tx:-18px;--ty:-14px}.particle:nth-child(3){--tx:22px;--ty:15px}.particle:nth-child(4){--tx:-20px;--ty:14px}.particle:nth-child(5){--tx:16px;--ty:-17px}.particle:nth-child(6){--tx:-22px;--ty:-12px}.particle:nth-child(7){--tx:18px;--ty:16px}.particle:nth-child(8){--tx:-19px;--ty:17px}.particle:nth-child(9){--tx:24px;--ty:-13px}.particle:nth-child(10){--tx:-21px;--ty:13px}.particle:nth-child(11){--tx:19px;--ty:-12px}.particle:nth-child(12){--tx:-17px;--ty:18px}.particle:nth-child(13){--tx:25px;--ty:-16px}.particle:nth-child(14){--tx:-18px;--ty:15px}.particle:nth-child(15){--tx:15px;--ty:-17px}}@media (max-width:320px){.particle:nth-child(n+16){display:none}}.error-message{background:#dc354533;border:1px solid #dc354580;color:#ff6b7d;margin-top:1rem;padding:1rem;text-align:center}.results-container{animation:fadeInUp .6s ease}.player-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:2rem;justify-content:center;margin-bottom:2rem;padding:2rem;text-align:center}.profile-icon{flex-shrink:0}.profile-icon-img{border:3px solid #8b6f47;border-radius:50%;height:80px;object-fit:cover;width:80px}.player-info h2{color:#8b6f47;font-size:2rem;margin-bottom:.5rem}.player-info p{color:#fffc;font-size:1.2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;transition:transform .3s ease}.stat-card h3{color:#8b6f47;margin-bottom:1.5rem;text-align:center}.rank-info{background:#0003;border-radius:8px;margin-bottom:1rem;padding:1rem}.rank-queue{color:#ffffffb3;font-size:.9rem;margin-bottom:.5rem;text-transform:capitalize}.rank-tier{color:#7b8471;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.rank-lp{font-size:1.1rem;margin-bottom:.5rem}.rank-wr{color:#fffc;font-size:.95rem}.mastery-champions,.mastery-total,.matches-count{background:#0003;border-radius:8px;font-size:1.1rem;margin-bottom:1rem;padding:1rem;text-align:center}.mastery-total{color:#8b6f47;font-weight:600}.champion-info{align-items:center;color:#a8b892;display:flex;gap:.75rem}.champion-icon{border:2px solid #8b6f47;border-radius:6px;height:32px;object-fit:cover;width:32px}.kda{color:#ffffffe6;font-family:Courier New,monospace}.game-mode{color:#fff9;font-size:.8rem}.hero-logo{height:600px;margin:0 6rem;position:relative;width:auto;z-index:1}.hero-logo-wrapper{display:inline-block;position:relative}.particle{animation:float 3s ease-in-out infinite;background:radial-gradient(circle,#ffffffe6 0,#0000 70%);border-radius:50%;box-shadow:0 0 15px #fffc,0 0 30px #fff6;height:6px;pointer-events:none;position:absolute;width:6px;z-index:10}@keyframes float{0%,to{opacity:0;transform:translate(0) scale(1)}10%{opacity:1}50%{opacity:.8;transform:translate(var(--tx),var(--ty)) scale(1.5)}90%{opacity:1}}.particle:first-child{--tx:60px;--ty:-40px;animation-delay:0s;animation-duration:3s;left:45%;top:38%}.particle:nth-child(2){--tx:-55px;--ty:-38px;animation-delay:.2s;animation-duration:3.2s;left:55%;top:39%}.particle:nth-child(3){--tx:70px;--ty:40px;animation-delay:.4s;animation-duration:2.8s;left:42%;top:61%}.particle:nth-child(4){--tx:-65px;--ty:38px;animation-delay:.6s;animation-duration:3.1s;left:58%;top:60%}.particle:nth-child(5){--tx:50px;--ty:-45px;animation-delay:.8s;animation-duration:2.9s;left:50%;top:35%}.particle:nth-child(6){--tx:-70px;--ty:-30px;animation-delay:1s;animation-duration:3.3s;left:48%;top:63%}.particle:nth-child(7){--tx:55px;--ty:43px;animation-delay:1.2s;animation-duration:2.7s;left:52%;top:40%}.particle:nth-child(8){--tx:-60px;--ty:45px;animation-delay:1.4s;animation-duration:3.4s;left:46%;top:59%}.particle:nth-child(9){--tx:75px;--ty:-35px;animation-delay:1.6s;animation-duration:2.6s;left:53%;top:43%}.particle:nth-child(10){--tx:-68px;--ty:34px;animation-delay:1.8s;animation-duration:3.5s;left:47%;top:58%}.particle:nth-child(11){--tx:62px;--ty:-33px;animation-delay:2s;animation-duration:3s;left:51%;top:41%}.particle:nth-child(12){--tx:-58px;--ty:48px;animation-delay:2.2s;animation-duration:2.8s;left:44%;top:62%}.particle:nth-child(13){--tx:80px;--ty:-43px;animation-delay:2.4s;animation-duration:3.2s;left:49%;top:44%}.particle:nth-child(14){--tx:-62px;--ty:39px;animation-delay:2.6s;animation-duration:2.9s;left:51%;top:56%}.particle:nth-child(15){--tx:52px;--ty:-46px;animation-delay:2.8s;animation-duration:3.1s;left:50%;top:49%}.particle:nth-child(16){--tx:85px;--ty:-50px;animation-delay:.3s;animation-duration:2.7s;left:38%;top:34%}.particle:nth-child(17){--tx:-78px;--ty:-48px;animation-delay:.5s;animation-duration:3.3s;left:62%;top:36%}.particle:nth-child(18){--tx:72px;--ty:50px;animation-delay:.7s;animation-duration:2.6s;left:40%;top:64%}.particle:nth-child(19){--tx:-85px;--ty:44px;animation-delay:.9s;animation-duration:3.4s;left:60%;top:63%}.particle:nth-child(20){--tx:65px;--ty:-36px;animation-delay:1.1s;animation-duration:3s;left:47%;top:45%}.particle:nth-child(21){--tx:90px;--ty:-53px;animation-delay:.1s;animation-duration:2.8s;left:35%;top:33%}.particle:nth-child(22){--tx:-82px;--ty:-49px;animation-delay:.4s;animation-duration:3.2s;left:65%;top:35%}.particle:nth-child(23){--tx:78px;--ty:53px;animation-delay:.6s;animation-duration:2.9s;left:37%;top:65%}.particle:nth-child(24){--tx:-90px;--ty:46px;animation-delay:.8s;animation-duration:3.1s;left:63%;top:64%}.particle:nth-child(25){--tx:58px;--ty:-44px;animation-delay:1s;animation-duration:2.7s;left:50%;top:38%}.particle:nth-child(26){--tx:-72px;--ty:41px;animation-delay:1.2s;animation-duration:3.3s;left:48%;top:62%}.particle:nth-child(27){--ty:-34px;top:46%}.particle:nth-child(28){--ty:36px;top:54%}.particle:nth-child(29){--ty:-55px;top:31%}.particle:nth-child(30){--ty:-51px;top:34%}.particle:nth-child(31){--ty:55px;top:66%}.particle:nth-child(32){--ty:49px;top:65%}.particle:nth-child(33){--ty:-39px;top:43%}.particle:nth-child(34){--ty:35px;top:57%}.particle:nth-child(35){--ty:-43px}.particle:nth-child(36){--ty:33px;top:51%}.particle:nth-child(37){--ty:-48px;top:47%}.particle:nth-child(38){--ty:43px;top:53%}.particle:nth-child(39){--ty:-37px;top:49%}.particle:nth-child(40){--ty:42px;top:52%}.particle:nth-child(27){--tx:55px;--ty:-68px;animation-delay:1.4s;animation-duration:2.6s;left:49%;top:42%}.particle:nth-child(28){--tx:-68px;--ty:72px;animation-delay:1.6s;animation-duration:3.4s;left:52%;top:58%}.particle:nth-child(29){--tx:95px;--ty:-110px;animation-delay:.2s;animation-duration:3s;left:33%;top:12%}.particle:nth-child(30){--tx:-88px;--ty:-102px;animation-delay:.5s;animation-duration:2.8s;left:67%;top:17%}.particle:nth-child(31){--tx:82px;--ty:110px;animation-delay:.7s;animation-duration:3.2s;left:36%;top:82%}.particle:nth-child(32){--tx:-95px;--ty:98px;animation-delay:.9s;animation-duration:2.9s;left:64%;top:79%}.particle:nth-child(33){--tx:60px;--ty:-78px;animation-delay:1.3s;animation-duration:3.1s;left:50%;top:36%}.particle:nth-child(34){--tx:-65px;--ty:70px;animation-delay:1.5s;animation-duration:2.7s;left:50%;top:64%}.particle:nth-child(35){--tx:53px;--ty:-85px;animation-delay:1.7s;animation-duration:3.3s;left:48%;top:50%}.particle:nth-child(36){--tx:-75px;--ty:65px;animation-delay:1.9s;animation-duration:2.6s;left:52%;top:52%}.particle:nth-child(37){--tx:68px;--ty:-95px;animation-delay:2.1s;animation-duration:3.4s;left:46%;top:44%}.particle:nth-child(38){--tx:-80px;--ty:86px;animation-delay:2.3s;animation-duration:3s;left:54%;top:56%}.particle:nth-child(39){--tx:63px;--ty:-73px;animation-delay:2.5s;animation-duration:2.8s;left:49%;top:48%}.particle:nth-child(40){--tx:-70px;--ty:83px;animation-delay:2.7s;animation-duration:3.2s;left:51%;top:53%}.hero-section.loading-page{justify-content:center;padding:2rem}.loading-container{color:#fff;font-family:Rajdhani,sans-serif;gap:3rem;justify-content:center;margin:0 auto;max-width:800px;padding:2rem;text-align:center}.loading-container,.loading-profile{align-items:center;display:flex;flex-direction:column}.loading-profile{gap:2rem}.loading-profile-icon{background:#ffffff0d;border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 0 30px #ffffff1a;height:120px;width:120px}.loading-indicator{align-items:center;color:#ffffffe6;display:flex;flex-direction:column;font-family:Rajdhani,sans-serif;font-size:1.2rem;font-weight:300;gap:1rem;letter-spacing:.1em}.loading-spinner{border-top-color:#fff9}.progress-container{display:flex;flex-direction:column;gap:1rem;margin:1rem 0;width:400px}.progress-bar{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:3px;height:6px;overflow:hidden;width:100%}.progress-fill{background:#fffc;border-radius:3px;box-shadow:0 0 10px #ffffff4d;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.progress-text{color:#ffffffb3;font-size:.9rem;letter-spacing:.1em}.current-step,.progress-text{font-family:Rajdhani,sans-serif;font-weight:300;text-align:center}.current-step{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#ffffffe6;font-size:1rem;letter-spacing:.05em;padding:1.5rem 3rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.current-step,.game-stats{max-width:600px;width:100%}.game-stats{background:#1a1a1a;border:1px solid #333;border-radius:12px;margin:1rem 0;padding:1.5rem}.game-stats h4{color:#fff;font-size:1.2rem;margin-bottom:1rem;text-align:center}.stats-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-item{align-items:center;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:1rem;transition:all .3s ease}.stat-item:hover{transform:translateY(-2px)}.stat-item.ranked{background:linear-gradient(135deg,gold,#ffa000);color:#000}.stat-item.normal{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff}.stat-item.other{background:linear-gradient(135deg,#9e9e9e,#bdbdbd);color:#000}.stat-item.valid{background:linear-gradient(135deg,#2196f3,#42a5f5);color:#fff}.stat-icon{font-size:1.5rem}.stat-label{font-size:.9rem;font-weight:600;text-align:center}.stat-value{font-size:1.2rem;font-weight:700}.loading-status-list{display:flex;flex-direction:column;gap:.8rem;max-height:300px;max-width:600px;overflow-y:auto;width:100%}.loading-status-item{animation:fadeInUp .5s ease forwards;background:#181818;border-left:4px solid #fff;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-container{color:#fff;display:flex;flex-direction:column;font-family:Rajdhani,sans-serif;gap:3rem;margin:0 auto;max-width:1000px;padding:2rem}.results-header{align-items:center;background:#181818;border:1px solid #333;border-radius:15px;display:flex;gap:2rem;padding:2rem}.player-name{color:#fff;font-family:Bebas Neue,sans-serif;font-size:2rem;margin-bottom:.5rem}.player-level{color:#ccc;font-family:inherit;font-size:1.1rem;margin:0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.stat-card{background:#181818;border:1px solid #333;border-radius:15px;font-family:inherit;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 10px 30px #ffffff14;transform:translateY(-5px)}.stat-card h3{color:#fff;font-family:Bebas Neue,sans-serif;font-size:1.5rem;margin-bottom:.5rem}.stats-subtitle{color:#ccc;font-family:inherit;font-size:.9rem;margin-bottom:1.5rem}.avg-kda{background:#222;border-radius:10px;color:#fff;font-family:inherit;font-size:1.3rem;font-weight:700;padding:1rem;text-align:center}.players-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.player-item{align-items:center;background:#222;border-radius:8px;display:flex;font-family:inherit;gap:.8rem;min-height:60px;padding:.8rem;transition:background .3s ease}.player-item:hover{background:#333}.champion-name{color:#fff;font-family:inherit;font-size:.9rem}.mode-stats{display:flex;flex-direction:column;gap:.8rem}.win-rate{background:#2a2a2a;border-radius:8px;color:#fff;font-family:inherit;font-size:1.1rem;padding:.5rem;text-align:center}.player-info-item{display:flex;flex-direction:column;gap:.2rem}.player-name-small{color:#fff;font-family:inherit;font-size:.9rem;font-weight:500}.champion-name-small{color:#aaa;font-family:inherit;font-size:.8rem}.personality-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;grid-column:span 1;padding:1.5rem;transition:all .3s ease}.personality-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.personality-card h3{border-bottom:1px solid #ffffff1a;color:#fff;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.archetype-card{grid-column:span 2}.archetype-content{text-align:center}.archetype-name{color:#fff;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem;text-shadow:0 0 10px #ffffff4d}.archetype-similarity{color:#90ee90;font-size:clamp(1rem,2.5vw,1.3rem);font-weight:600;margin-bottom:1rem}.archetype-description{color:#ccc;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.5;margin-bottom:1rem}.archetype-champions{background:#ffffff1a;border-left:3px solid #90ee90;border-radius:8px;color:#fff;font-size:clamp(.8rem,1.8vw,1rem);padding:clamp(.5rem,2vw,.75rem)}.archetype-champions strong{color:#90ee90}.traits-card{grid-column:span 2}.traits-content{display:flex;flex-direction:column;gap:1rem}.trait-bar{align-items:center;display:flex;gap:1rem}.trait-label{color:#fff;font-weight:600;min-width:140px}.trait-progress{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;flex:1 1;height:20px;overflow:hidden}.traits-display{display:flex;flex-direction:column;gap:1.5rem;max-width:500px;width:100%}.trait-item{align-items:center;display:flex;gap:1rem;width:100%}.trait-name{color:#fff;font-size:1rem;font-weight:600;min-width:140px}.trait-bar{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;flex:1 1;height:20px;overflow:hidden;position:relative}.trait-fill{animation:gradientShift 3s ease infinite;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#ffeaa7);background-size:500% 100%;border-radius:10px;height:100%;transition:width 1s ease}.trait-score{color:#90ee90;font-size:1rem;font-weight:700;min-width:80px;text-align:right}.welcome-title{color:#fff;font-family:Bebas Neue,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.welcome-name{color:#90ee90;font-size:2rem;font-weight:600;margin-bottom:2rem}.welcome-subtitle{color:#fffc;font-size:1.2rem;line-height:1.5}.archetype-display{gap:clamp(1rem,3vw,1.5rem);max-width:90%;width:100%}.archetype-display,.gameplay-content{align-items:center;display:flex;flex-direction:column;text-align:center}.gameplay-content{gap:clamp(1rem,4vw,2rem)}.big-number{color:#fff;font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,8vw,4rem);font-weight:700}.big-label{color:#fffc;font-size:clamp(1rem,2.5vw,1.4rem);margin-top:-1rem}.modes-content{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.mode-item{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;justify-content:space-between;padding:1rem}.mode-name{color:#fff;font-size:clamp(1rem,2.5vw,1.3rem);font-weight:600}.mode-winrate{color:#90ee90;font-size:clamp(.9rem,2vw,1.1rem)}.kda-display{align-items:center;display:flex;flex-direction:column;gap:.5rem}.kda-value{color:#fff;font-family:Bebas Neue,sans-serif;font-size:3rem;font-weight:700}.kda-label{color:#fffc;font-size:clamp(.8rem,2vw,1rem)}.winrate-display{align-items:center;display:flex;flex-direction:column;gap:.2rem}.winrate-number{color:#90ee90;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700}.winrate-label{color:#fffc;font-size:clamp(.8rem,2vw,1rem)}.role-label{color:#fffc;font-family:Rajdhani,sans-serif;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400}.role-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4ecdc4,#45b7d1);background-clip:text;-webkit-background-clip:text;color:#fff;letter-spacing:1px;text-transform:uppercase}.insight-value,.role-name{font-family:Bebas Neue,sans-serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.insight-value{color:#90ee90;line-height:1}.insight-label{color:#ffffffb3;font-size:clamp(.85rem,2vw,1rem);font-weight:500;line-height:1.2;text-align:center}.matchmaking-card .wrapped-card-content{word-wrap:break-word;align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(.75rem,2vw,1.5rem);justify-content:center;max-height:100%;max-width:100%;overflow-wrap:break-word;overflow-x:hidden;overflow-y:auto;padding:clamp(1rem,3vw,2rem)}.matchmaking-card.has-results .wrapped-card-content{justify-content:flex-start}.matchmaking-header{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;justify-content:center;margin-bottom:clamp(1rem,2.5vw,1.5rem);width:100%}.reset-button{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.reset-button:hover{background:#fff3;transform:translateY(-2px)}.matchmaking-search{text-align:center}.search-description{color:#fffc;font-size:clamp(.9rem,2vw,1.1rem);margin-bottom:clamp(.75rem,2vw,1.5rem)}.matchmaking-region-selector{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.matchmaking-region-selector label{color:#fffc;font-size:1rem;font-weight:500}.matchmaking-region-select{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-family:Rajdhani,sans-serif;font-size:1rem;padding:.5rem;transition:all .3s ease}.matchmaking-region-select:hover{background:#ffffff26;border-color:#fff6}.matchmaking-region-select:focus{border-color:#fff;box-shadow:0 0 10px #fff3;outline:none}.matchmaking-region-select option{background:#1a1a1a;color:#fff}.matchmaking-search-form{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;gap:.5rem;margin:0 auto 1rem;max-width:700px;padding:.5rem;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.matchmaking-search-form:focus-within,.matchmaking-search-form:hover{background:#ffffff14;border-color:#fff;box-shadow:0 0 20px #ffffff1a}.matchmaking-input-group{align-items:center;display:flex;flex:1 1;gap:.5rem;min-width:0}.matchmaking-search-input{background:#0000;border:none;color:#fff;flex:1 1;font-family:Rajdhani,sans-serif;font-size:1rem;min-width:150px;outline:none;padding:.5rem;transition:all .3s ease}.matchmaking-search-input::placeholder{color:#fff6;transition:all .3s ease}.matchmaking-search-form:hover .matchmaking-search-input::placeholder{color:#fff9}.matchmaking-tag-input{flex-shrink:0;width:100px}.matchmaking-separator{color:#fff9;font-size:1.2rem;font-weight:400;transition:all .3s ease}.matchmaking-search-form:hover .matchmaking-separator{color:#fffc}.matchmaking-region-select-inline{background:#0000;border:none;color:#fff;cursor:pointer;flex-shrink:0;font-family:Rajdhani,sans-serif;font-size:1rem;min-width:100px;outline:none;padding:.5rem;transition:all .3s ease;width:auto}.matchmaking-search-form:hover .matchmaking-region-select-inline{background:#ffffff14;border-radius:4px}.matchmaking-region-select-inline:focus{background:#ffffff1a;border-radius:4px}.matchmaking-region-select-inline option{background:#000;color:#fff}.matchmaking-search-button{background:#fff;border:none;border-radius:6px;color:#000;cursor:pointer;flex-shrink:0;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:500;min-width:100px;padding:.5rem 1.5rem;transition:all .3s ease;white-space:nowrap}.matchmaking-search-button:hover:not(:disabled){background:#ffffffe6;transform:translateY(-1px)}.matchmaking-search-button:disabled{background:#ffffff4d;cursor:not-allowed;transform:none}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#ef4444;margin:1rem 0;padding:.75rem}.loading-message{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;margin:2rem 0}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.matchmaking-tips{margin-top:2rem;text-align:left}.matchmaking-tips h4{color:#f59e0b;margin-bottom:1rem}.matchmaking-tips ul{list-style:none;padding:0}.matchmaking-tips li{color:#fffc;margin-bottom:.5rem;padding-left:1rem}.compatibility-result{word-wrap:break-word;box-sizing:border-box;max-width:100%;overflow-wrap:break-word;overflow-x:hidden;text-align:center}.players-comparison{align-items:center;box-sizing:border-box;display:flex;flex-shrink:0;gap:clamp(.5rem,2vw,1rem);justify-content:space-between;margin-bottom:clamp(1rem,3vw,2rem);max-width:100%}.player-info{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;max-width:33%;min-width:0}.player-avatar{border:3px solid #fff3;border-radius:50%;height:clamp(60px,8vw,80px);width:clamp(60px,8vw,80px)}.player-details{text-align:center}.player-details,.player-name{word-wrap:break-word;max-width:100%;overflow-wrap:break-word}.player-name{font-size:1.2rem;font-weight:700}.player-tag{color:#ffffffb3;font-size:.9rem}.player-archetype,.player-tag{word-wrap:break-word;max-width:100%;overflow-wrap:break-word}.player-archetype{border-radius:12px;font-size:.8rem;margin-top:.25rem;padding:.25rem .75rem}.compatibility-score-container{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem}.compatibility-score{background:linear-gradient(135deg,currentColor,currentColor);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,6vw,3rem);font-weight:700}.compatibility-level{color:#ffffffe6;font-size:1.1rem;font-weight:600}.compatibility-hearts{display:flex;gap:.25rem;margin-top:.5rem}.heart{font-size:1.5rem;opacity:.3;transition:all .3s ease}.heart.filled{animation:heartbeat .5s ease-in-out;opacity:1}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.compatibility-details{box-sizing:border-box;flex:1 1;margin:0 auto;overflow-x:hidden;overflow-y:auto;padding-right:.5rem;text-align:left;width:100%}.compatibility-details,.compatibility-details>div{word-wrap:break-word;max-width:100%;overflow-wrap:break-word}.compatibility-details>div{margin-bottom:clamp(.75rem,2vw,1.5rem)}.compatibility-details h4{color:#f59e0b;margin-bottom:clamp(.5rem,1.5vw,.75rem)}.compatibility-details h4,.recommendation p{word-wrap:break-word;font-size:clamp(.9rem,2vw,1.1rem);overflow-wrap:break-word}.recommendation p{background:#ffffff0d;border-left:4px solid #3b82f6;border-radius:8px;box-sizing:border-box;color:#ffffffe6;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;max-width:100%;padding:clamp(.75rem,2vw,1rem)}.challenges ul,.strengths ul{box-sizing:border-box;list-style:none;max-width:100%;padding:0}.challenges li,.strengths li{word-wrap:break-word;background:#ffffff0d;border-radius:6px;box-sizing:border-box;font-size:clamp(.85rem,1.8vw,1rem);-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin-bottom:clamp(.25rem,1vw,.5rem);max-width:100%;overflow-wrap:break-word;padding:clamp(.4rem,1.5vw,.75rem)}.strengths li{border-left:3px solid #22c55e}.challenges li{border-left:3px solid #f59e0b}@media (max-width:768px){.matchmaking-card .wrapped-card-content{gap:1rem;justify-content:flex-start;padding:1rem}.players-comparison{flex-direction:column;gap:1.5rem;margin-bottom:1rem}.matchmaking-search-form{align-items:stretch;flex-direction:column;gap:1rem}.matchmaking-input-group{justify-content:center}.compatibility-score{font-size:2.5rem}.player-avatar{height:60px;width:60px}.title-container{margin-top:clamp(.5rem,2vw,1rem);min-height:clamp(200px,45vw,300px)}.hero-logo{height:clamp(250px,50vw,400px);margin:0 clamp(1rem,6vw,3rem)}.title-shape{left:clamp(5%,15vw,18%)}.title-shape,.title-split{font-size:clamp(1.5rem,8vw,3rem);letter-spacing:clamp(.1em,1vw,.4em)}.title-split{right:clamp(5%,15vw,18%)}.tagline{font-size:clamp(.8rem,4vw,1.2rem);letter-spacing:clamp(.1em,.7vw,.25em);margin-top:clamp(-.5rem,-2vw,-1rem)}.hero-section{gap:clamp(.75rem,2vw,1.5rem);padding:clamp(.5rem,3vw,1.5rem) clamp(.5rem,3vw,1.5rem) clamp(1.5rem,3vw,2.5rem)}}@media (max-width:480px){.title-container{min-height:clamp(200px,70vw,300px)}.hero-logo{height:clamp(200px,60vw,300px);margin:0 clamp(.5rem,4vw,2rem)}.title-shape,.title-split{font-size:clamp(1.2rem,9vw,2.5rem);letter-spacing:clamp(.05em,1.2vw,.3em)}.title-shape{left:clamp(3%,11vw,13%)}.title-split{right:clamp(3%,11vw,13%)}.tagline{font-size:clamp(.7rem,5vw,1rem)}.tagline:after,.tagline:before{margin:0 clamp(.3rem,1.5vw,.7rem);width:clamp(15px,4vw,25px)}}@media (max-width:768px){.search-form{flex-direction:column;gap:1rem;padding:1rem}.input-group{justify-content:center;width:100%}.search-input{font-size:clamp(.9rem,4vw,1rem);padding:clamp(.4rem,2vw,.5rem)}.tag-input{width:clamp(60px,15vw,80px)}}.share-button{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;box-shadow:0 4px 20px #0000004d;color:#fff;cursor:pointer;display:flex;font-family:Rajdhani,sans-serif;font-size:clamp(1rem,2vw,1.2rem);height:clamp(40px,6vw,50px);justify-content:center;position:absolute;right:clamp(.8rem,2vw,1.5rem);top:clamp(.8rem,2vw,1.5rem);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;width:clamp(40px,6vw,50px);z-index:15}.share-button:hover{background:#ffffff40;border-color:#ffffff80;box-shadow:0 8px 40px #ffffff26;transform:scale(1.1)}.share-button:active{background:#ffffff4d;transform:scale(.95)}.share-button svg{height:clamp(16px,3vw,20px);transition:transform .2s ease;width:clamp(16px,3vw,20px)}.share-button:hover svg{transform:rotate(15deg)}@media (max-width:1400px){.wrapped-container{max-width:1000px;padding:0 1.5rem}}@media (max-width:1024px){.wrapped-container{max-width:800px;padding:0 1.5rem}}@media (max-width:768px){.wrapped-container{height:600px;max-width:95%;padding:0 1rem}.welcome-title{font-size:2rem}.welcome-name{font-size:1.5rem}.archetype-name{font-size:2rem}.big-number{font-size:3rem}.kda-value{font-size:2rem}.winrate-number{font-size:2.5rem}}@media (max-width:480px){.wrapped-container{height:500px;max-width:98%;padding:0 .5rem}.wrapped-card-content{padding:2rem 1.5rem}.archetype-name,.welcome-title{font-size:1.75rem}.role-name{font-size:2rem}.players-grid{grid-template-columns:1fr}}.results-wrapped{align-items:center;justify-content:center;min-height:100vh;overflow:hidden;padding:1rem;width:100vw}.wrapped-container{display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 2rem);max-width:100%;position:relative;width:100%}.progress-indicators{bottom:10px;display:flex;gap:.5rem;justify-content:center;left:50%;padding:.5rem 0;position:absolute;transform:translateX(-50%);z-index:20}.progress-dot{background:#ffffff4d;border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.progress-dot.active{background:#fff;transform:scale(1.2)}.progress-dot.completed{background:#ffffffb3}.card-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-sizing:border-box;cursor:grab;flex:1 1;height:100%;margin:0 80px;max-width:100%;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.card-container:active{cursor:grabbing}.main-content-area{align-items:center;display:flex;flex:1 1;gap:0;height:100%;position:relative;width:100%}.card-slider{transition:transform .4s cubic-bezier(.4,0,.2,1)}.card-slide,.card-slider{box-sizing:border-box;display:flex;height:100%;max-width:100%;width:100%}.card-slide{align-items:center;flex-shrink:0;justify-content:center;min-width:100%}.wrapped-card{font-family:Rajdhani,sans-serif}.wrapped-card,.wrapped-card-content{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;max-width:100%;width:100%}.wrapped-card-content{flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:clamp(1rem,4vw,3rem);text-align:center}.card-title{color:#fff;font-family:Bebas Neue,sans-serif;font-size:clamp(1.2rem,3vw,2rem);font-weight:500;letter-spacing:.1em;margin-bottom:clamp(1rem,3vh,2rem)}.nav-button{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;box-shadow:0 4px 20px #0000004d;color:#fff;cursor:pointer;display:flex;font-family:Rajdhani,sans-serif;font-size:clamp(1rem,2vw,1.5rem);font-weight:700;height:clamp(50px,5vw,70px);justify-content:center;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;width:clamp(50px,5vw,70px);z-index:10}.nav-button.prev{left:10px}.nav-button.next{right:10px}.nav-button:hover{background:#ffffff40;border-color:#ffffff80;box-shadow:0 8px 40px #ffffff26;opacity:1;transform:translateY(-50%) scale(1.05)}.nav-button:active{background:#ffffff4d;transform:translateY(-50%) scale(.95)}.nav-button:disabled{cursor:not-allowed;pointer-events:none}.nav-button:disabled,.nav-button:disabled:hover{background:#ffffff0d;border-color:#ffffff1a;opacity:.2}.nav-button:disabled:hover{box-shadow:0 4px 20px #0000004d;transform:none}@media (max-width:768px){.nav-button{display:none}.card-container{-webkit-touch-callout:none;margin:0 20px;touch-action:pan-x;user-select:none;-webkit-user-select:none}.card-slider{transition:transform .3s cubic-bezier(.25,.46,.45,.94);will-change:transform}.card-container:active{transform:scale(.99);transition:transform .1s ease}.wrapped-card{-webkit-touch-callout:none;touch-action:pan-x;-webkit-user-select:none;user-select:none}.progress-indicators{gap:8px;padding:1rem 0}.progress-dot{height:8px;width:8px}}@media (max-width:360px){.results-wrapped{padding:.1rem}.wrapped-container{height:calc(100vh - .2rem)}.card-container{border-radius:10px;margin:0 30px}.wrapped-card-content{padding:clamp(.5rem,3vw,1rem)}.nav-button.prev{left:2px}.nav-button.next{right:2px}.players-grid{grid-template-columns:repeat(2,1fr)}.gameplay-insights{grid-template-columns:1fr}}@media (min-height:900px){.wrapped-container{height:calc(100vh - 4rem)}.results-wrapped{padding:2rem}}@media (min-width:1400px){.card-container{margin:0 100px}.nav-button.prev{left:20px}.nav-button.next{right:20px}}@media (max-height:500px) and (orientation:landscape){.results-wrapped{padding:.25rem}.wrapped-container{gap:.5rem;height:calc(100vh - .5rem)}.progress-indicators{bottom:5px;padding:.25rem 0}.wrapped-card-content{padding:clamp(.5rem,2vw,1rem)}.gameplay-insights,.players-grid{grid-template-columns:repeat(3,1fr)}}.digital-twin-card{box-sizing:border-box;max-width:100%;min-width:0;overflow:hidden;width:100%}.digital-twin-card .wrapped-card-content{align-items:center;justify-content:center;max-width:100%;min-width:0;overflow-x:hidden;overflow-y:auto;padding:clamp(1.5rem,3vw,2.5rem);width:100%}.digital-twin-header{align-items:center;border-bottom:1px solid #ffffff1a;box-sizing:border-box;display:flex;gap:clamp(.8rem,2vw,1.2rem);margin-bottom:clamp(1rem,3vh,1.5rem);max-width:600px;padding-bottom:.8rem;width:100%}.twin-profile-icon{border:3px solid #90ee9080;border-radius:50%;box-shadow:0 0 15px #90ee904d;flex-shrink:0;height:clamp(50px,8vw,70px);width:clamp(50px,8vw,70px)}.twin-info{display:flex;flex-direction:column;gap:.3rem}.twin-title{color:#fff;font-family:Bebas Neue,sans-serif;font-size:clamp(1.1rem,3vw,1.4rem);font-weight:700;letter-spacing:.05em;margin:0}.twin-status{align-items:center;color:#ffffffb3;display:flex;font-size:clamp(.8rem,1.8vw,.9rem);gap:.5rem}.status-indicator{animation:pulse 2s ease-in-out infinite;background:#90ee90;border-radius:50%;box-shadow:0 0 8px #90ee9099;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.chat-container{background:#0003;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;height:clamp(300px,50vh,400px);max-width:1000px;overflow:hidden}.chat-container,.chat-messages{box-sizing:border-box;display:flex;width:100%}.chat-messages{flex:1 1;flex-direction:column;gap:clamp(.6rem,1.5vw,.8rem);max-width:100%;min-width:0;overflow-x:hidden;overflow-y:auto;padding:clamp(.8rem,2vw,1rem);scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.message{word-wrap:break-word;align-items:flex-end;animation:fadeInUp .3s ease;box-sizing:border-box;display:flex;gap:.5rem;max-width:60%;min-width:0;overflow-wrap:break-word;width:auto}.user-message{align-self:flex-end;flex-direction:row-reverse;max-width:60%}.ai-message{align-self:flex-start;max-width:60%}.message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:clamp(28px,4vw,32px);justify-content:center;overflow:hidden;width:clamp(28px,4vw,32px)}.message-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.user-avatar{background:#ffffff1a;border:1px solid #fff3;font-size:clamp(.8rem,2vw,1rem)}.message-avatar{position:relative}.claude-indicator{align-items:center;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:1px solid #ffffff4d;border-radius:50%;bottom:-2px;box-shadow:0 2px 4px #0003;display:flex;font-size:8px;height:14px;justify-content:center;position:absolute;right:-2px;width:14px}.message-content{word-wrap:break-word;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:.3rem;max-width:100%;min-width:0;overflow:hidden;overflow-wrap:break-word;padding:clamp(.6rem,1.5vw,.8rem)}.user-message .message-content{background:#90ee9033;border-color:#90ee904d}.message-content p{word-wrap:break-word;color:#fff;font-size:clamp(.8rem,1.8vw,.9rem);-webkit-hyphens:auto;hyphens:auto;line-height:1.4;margin:0;max-width:100%;overflow-wrap:break-word}.message-time{align-self:flex-end;color:#ffffff80;font-size:clamp(.6rem,1.4vw,.7rem)}.typing-message .message-content{background:#ffffff0d;padding:.8rem}.typing-indicator{align-items:center;display:flex;gap:.3rem}.typing-indicator span{animation:typingDot 1.5s ease-in-out infinite;background:#fff9;border-radius:50%;height:6px;width:6px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-input-container{align-items:center;background:#ffffff0d;border-top:1px solid #ffffff1a;display:flex;gap:.5rem;padding:clamp(.6rem,1.5vw,.8rem);width:100%}.chat-input,.chat-input-container{box-sizing:border-box;max-width:100%;min-width:0}.chat-input{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;flex:1 1;font-family:inherit;font-size:clamp(.8rem,1.8vw,.9rem);outline:none;padding:clamp(.5rem,1.2vw,.6rem) clamp(.8rem,2vw,1rem);transition:all .3s ease}.chat-input::placeholder{color:#ffffff80}.chat-input:focus{border-color:#90ee9080;box-shadow:0 0 10px #90ee9033}.chat-input:disabled{cursor:not-allowed;opacity:.6}.send-button{align-items:center;background:linear-gradient(135deg,#90ee90cc,#90ee9099);border:none;border-radius:50%;box-shadow:0 2px 10px #90ee904d;color:#fff;cursor:pointer;display:flex;font-size:clamp(.9rem,2vw,1.1rem);height:clamp(35px,6vw,40px);justify-content:center;transition:all .3s ease;width:clamp(35px,6vw,40px)}.send-button:hover:not(:disabled){background:linear-gradient(135deg,#90ee90,#90ee90cc);box-shadow:0 4px 15px #90ee9066;transform:scale(1.05)}.send-button:active:not(:disabled){transform:scale(.95)}.send-button:disabled{background:#ffffff1a;box-shadow:none;cursor:not-allowed;opacity:.4}@media (max-width:768px){.chat-container{height:clamp(250px,45vh,350px)}.digital-twin-header{flex-direction:column;gap:.8rem;text-align:center}.message{max-width:90%}.matchmaking-search-form{align-items:stretch;flex-direction:column;gap:1rem;max-width:90%}.matchmaking-input-group{flex-direction:column;gap:.75rem;justify-content:center}.matchmaking-search-input{min-width:200px;text-align:center}.matchmaking-tag-input{text-align:center;width:120px}.matchmaking-region-select-inline{min-width:120px;text-align:center}}@media (max-width:480px){.chat-container{height:clamp(200px,40vh,300px)}.message{max-width:95%}.chat-input-container{padding:.5rem}}.share-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.share-modal{animation:slideUp .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff1a,#ffffff0d);border:1px solid #fff3;border-radius:20px;max-height:80vh;max-width:450px;overflow-y:auto;padding:2rem;position:relative;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.share-modal h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.share-modal h3,.share-subtitle{font-family:Rajdhani,sans-serif;text-align:center}.share-subtitle{color:#ffffffb3;font-size:.9rem;margin-bottom:1.5rem}.share-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:2rem}.share-option{align-items:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;overflow:hidden;padding:1.5rem 1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.share-option:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.share-option:hover:before{left:100%}.share-option:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 8px 25px #0000004d;transform:translateY(-2px) scale(1.02)}.share-option:active{transform:translateY(0) scale(.98)}.share-option-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:2rem;line-height:1}.share-option-label{color:#fff;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:500;opacity:.9;text-align:center;transition:opacity .3s ease}.share-option:hover .share-option-label{opacity:1}.share-option:first-child:hover{background:linear-gradient(135deg,#e1306c33,#e1306c1a);border-color:#e1306c66}.share-option:nth-child(2):hover{background:linear-gradient(135deg,#1da1f233,#1da1f21a);border-color:#1da1f266}.share-option:nth-child(3):hover{background:linear-gradient(135deg,#1877f233,#1877f21a);border-color:#1877f266}.share-option:nth-child(4):hover{background:linear-gradient(135deg,#10b98133,#10b9811a);border-color:#10b98166}.share-option:nth-child(5):hover{background:linear-gradient(135deg,#a855f733,#a855f71a);border-color:#a855f766}.share-modal-close{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.share-modal-close:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.share-modal-close:active{transform:translateY(0)}@media (max-width:768px){.share-modal{max-width:95%;padding:1.5rem}.share-options{gap:.75rem;grid-template-columns:repeat(2,1fr)}.share-option{padding:1.25rem .75rem}.share-option-icon{font-size:1.75rem}.share-option-label{font-size:.85rem}}@media (max-width:480px){.share-modal{padding:1rem}.share-modal h3{font-size:1.3rem;margin-bottom:1rem}.share-options{gap:.5rem;grid-template-columns:1fr;margin-bottom:1.5rem}.share-option{flex-direction:row;gap:1rem;justify-content:flex-start;padding:1rem}.share-option-icon{font-size:1.5rem}.share-option-label{flex:1 1;text-align:left}.matchmaking-search-form{max-width:95%;padding:.75rem}.matchmaking-input-group{gap:1rem}.matchmaking-region-select-inline,.matchmaking-search-input,.matchmaking-tag-input{font-size:.9rem;padding:.75rem}.matchmaking-search-button{font-size:.9rem;padding:.75rem 1rem}}.share-option.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fffc;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.how-it-works-page{padding:2rem 2rem 4rem}.how-it-works-container{margin:0 auto;max-width:1400px;width:100%}.how-it-works-header{margin-bottom:4rem;margin-top:2rem;text-align:center}.how-it-works-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:Bebas Neue,sans-serif;font-size:4rem;letter-spacing:.3em;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.how-it-works-subtitle{color:#ffffffb3;font-family:Rajdhani,sans-serif;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.steps-container{grid-gap:2rem;display:grid;gap:2rem;margin-bottom:4rem}.step-card{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:2rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.step-card:before{background:linear-gradient(135deg,#ffffff0d,#0000);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.step-card:hover{background:#ffffff0d;border-color:#ffffff4d;box-shadow:0 8px 32px #0000004d;transform:translateY(-4px)}.step-card:hover:before{opacity:1}.step-number{color:#ffffff1a;font-family:Bebas Neue,sans-serif;font-size:5rem;font-weight:700;line-height:1;min-width:120px;text-align:center;transition:all .3s ease}.step-card:hover .step-number{color:#fff3;transform:scale(1.1)}.step-content{flex:1 1}.step-title{color:#fff;font-size:2rem;font-weight:600;margin-bottom:1rem}.step-description,.step-title{font-family:Rajdhani,sans-serif}.step-description{color:#ffffffb3;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.step-details{display:flex;flex-wrap:wrap;gap:1rem}.detail-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#ffffffe6;display:flex;font-family:Rajdhani,sans-serif;font-size:.95rem;gap:.5rem;padding:.75rem 1.25rem;transition:all .3s ease}.detail-item:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.detail-icon{font-size:1.2rem}.technical-section{margin-bottom:4rem}.technical-title{color:#fff;font-family:Bebas Neue,sans-serif;font-size:2.5rem;letter-spacing:.2em;margin-bottom:2.5rem;text-align:center}.technical-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.technical-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.technical-card:hover{background:#ffffff0d;border-color:#fff3;box-shadow:0 4px 24px #0003;transform:translateY(-4px)}.technical-icon{font-size:3rem;margin-bottom:1rem}.technical-card h4{color:#fff;font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.technical-card p{color:#ffffffb3;font-family:Rajdhani,sans-serif;font-size:.95rem;line-height:1.6}.metrics-section{margin-bottom:4rem}.metrics-title{color:#fff;font-family:Bebas Neue,sans-serif;font-size:2.5rem;letter-spacing:.2em;margin-bottom:2.5rem;text-align:center}.metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.metric-item{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .3s ease}.metric-item:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.metric-label{color:#fff;font-size:1.2rem;font-weight:600}.metric-label,.metric-value{font-family:Rajdhani,sans-serif}.metric-value{color:#ffffffb3;font-size:.95rem;line-height:1.5}.how-it-works-cta{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;margin-top:2rem;padding:3rem 2rem;text-align:center}.how-it-works-cta h2{color:#fff;font-family:Bebas Neue,sans-serif;font-size:2.5rem;letter-spacing:.2em;margin-bottom:2rem}.cta-button{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;display:inline-block;font-family:Rajdhani,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.1em;padding:1rem 3rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#fff3;border-color:#ffffff80;box-shadow:0 4px 24px #ffffff1a;transform:translateY(-2px)}@media (max-width:768px){.how-it-works-title{font-size:2.5rem;letter-spacing:.2em}.how-it-works-subtitle{font-size:1rem}.step-card{flex-direction:column;padding:1.5rem}.step-number{font-size:3rem;min-width:auto;text-align:left}.step-title{font-size:1.5rem}.step-description{font-size:1rem}.how-it-works-cta h2,.metrics-title,.technical-title{font-size:2rem}.metrics-grid,.technical-grid{grid-template-columns:1fr}.cta-button{font-size:1rem;padding:.875rem 2rem}}
/*# sourceMappingURL=main.bc47c968.css.map*/