*,::after,::before{box-sizing:border-box}.contact-wrapper{position:fixed;inset:0;width:100%;min-height:100vh;min-height:100dvh;display:flex;justify-content:center;padding:1rem;box-sizing:border-box;overflow-y:auto;z-index:1}.contact-content{text-align:center;max-width:600px;width:100%;margin:auto;padding:2rem;border-radius:16px;transition:background-color .25s,color .25s;display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-section{display:flex;flex-direction:column;align-items:center;gap:1rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contact-header{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1.5rem}.contact-title{font-size:clamp(3rem, 5vw, 4rem);font-weight:500;letter-spacing:-.5px;color:var(--text-color);margin-bottom:.4rem;display:inline-block;white-space:nowrap;position:relative;overflow:visible}.marker-underline{position:absolute;bottom:4px;left:-4%;width:108%;height:28px;pointer-events:none;overflow:visible;mix-blend-mode:normal;z-index:0}body.dark-theme .marker-underline .marker-path{stroke:#252525}body.dark-theme .marker-underline .marker-path-shadow{stroke:#353535}.title-text{position:relative;z-index:1;user-select:none}.marker-path{stroke-dasharray:480;stroke-dashoffset:480;animation:4.5s ease-in-out infinite drawMarkerPath}.marker-path-shadow{stroke-dasharray:480;stroke-dashoffset:480;animation:4.5s ease-in-out 70ms infinite drawMarkerPath}@keyframes drawMarkerPath{0%,100%,93%{stroke-dashoffset:480;opacity:0}8%{opacity:1}20%,78%{stroke-dashoffset:0;opacity:1}}.contact-subtitle{font-size:1.1rem;color:var(--text-muted);font-weight:400;margin-bottom:0;display:inline-block}.contact-subtitle .missions-open{color:#22c55e!important;font-weight:600;display:inline-block;text-shadow:0 0 10px rgba(34,197,94,.3);animation:2s ease-in-out infinite alternate glowGreen}.contact-subtitle .missions-closed{color:#ef4444!important;font-weight:600;display:inline-block;text-shadow:0 0 10px rgba(239,68,68,.3);animation:2s ease-in-out infinite alternate glowRed}@keyframes glowGreen{0%,100%{text-shadow:0 0 6px rgba(34,197,94,.4);transform:scale(1);filter:brightness(1.05);opacity:1}25%{text-shadow:0 0 8px rgba(34,197,94,.5);transform:scale(1.02);filter:brightness(1.08);opacity:1}50%{text-shadow:0 0 10px rgba(34,197,94,.6);transform:scale(1.04);filter:brightness(1.12);opacity:1}75%{text-shadow:0 0 12px rgba(34,197,94,.5);transform:scale(1.02);filter:brightness(1.08);opacity:1}}@keyframes glowRed{0%,100%{text-shadow:0 0 6px rgba(239,68,68,.4);transform:scale(1);filter:brightness(1.05);opacity:1}25%{text-shadow:0 0 8px rgba(239,68,68,.5);transform:scale(1.02);filter:brightness(1.08);opacity:1}50%{text-shadow:0 0 10px rgba(239,68,68,.6);transform:scale(1.04);filter:brightness(1.12);opacity:1}75%{text-shadow:0 0 12px rgba(239,68,68,.5);transform:scale(1.02);filter:brightness(1.08);opacity:1}}.character-illustration{margin:1rem 0;display:flex;justify-content:center}.character-illustration img{max-width:200px;height:auto;border-radius:16px;transition:transform .3s}.character-illustration img:hover{transform:scale(1.05)}.stats-container{display:flex;justify-content:center;align-items:flex-start;gap:3rem;margin:1rem 0;flex-wrap:wrap;width:100%}.stat-item{text-align:center;flex:1;min-width:90px;max-width:130px;margin-bottom:0}.stat-number-wrapper{font-size:2rem;font-weight:400;color:var(--text-color);margin-bottom:0;display:flex;align-items:baseline;justify-content:center}.stat-suffix{font-size:1.5rem;color:var(--text-muted);margin-left:4px}.stat-label{font-size:.85rem;color:var(--text-muted);letter-spacing:.05em;font-weight:400;white-space:nowrap}.cta-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.5rem}.cta-open{display:none;flex-direction:column;align-items:center;gap:.5rem}.commissions-closed-message{display:block;max-width:34rem;margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.6}.commissions-open .cta-open{display:flex}.commissions-open .commissions-closed-message{display:none}.cta-hint{font-size:.78rem;color:var(--text-muted);opacity:.55;letter-spacing:.04em;animation:1.8s ease-in-out infinite hintBounce;margin:0}@keyframes hintBounce{0%,100%{transform:translateY(0);opacity:.55}50%{transform:translateY(5px);opacity:.85}}.cta-sub{font-size:.72rem;color:var(--text-muted);opacity:.35;letter-spacing:.04em;margin:0}.cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem 0;height:auto;border:none;border-radius:0;background:0 0;color:var(--text-color);font-size:1.15rem;font-weight:500;text-decoration:none;cursor:pointer;user-select:none;-webkit-font-smoothing:antialiased;outline:0;transition:border-color .2s,gap .2s}.btn-text{position:relative;display:inline-block}.btn-text::after{content:'';position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:var(--text-color);transform-origin:left center;transform:scaleX(.2);opacity:.4;transition:transform .4s cubic-bezier(.19, 1, .22, 1),opacity .4s;will-change:transform,opacity}.cta-btn:hover .btn-text::after{transform:scaleX(1);opacity:1}.btn-arrow{display:inline-block;transition:transform .25s;opacity:.6}.cta-btn:hover{animation:none;gap:.8rem}.cta-btn:hover .btn-arrow{transform:translateX(4px);opacity:1}.stagger-1,.stagger-2,.stagger-3,.stagger-4{opacity:0;transform:translateY(20px);transition:opacity .3s,transform .3s}.stagger-4{transition-delay:0ms}.stagger-3{transition-delay:50ms}.stagger-2{transition-delay:0.10s}.stagger-1{transition-delay:0.15s}body.contact-loaded .stagger-1,body.contact-loaded .stagger-2,body.contact-loaded .stagger-3,body.contact-loaded .stagger-4{opacity:1;transform:translateY(0);transition:opacity .8s,transform .8s}@media (max-width:768px){.contact-wrapper{padding:1rem}.stats-container{gap:2rem}.stat-item{min-width:80px}.stat-number-wrapper{font-size:1.5rem}.start-button{padding:.8rem 2rem;font-size:1rem}}@media (max-height:520px) and (min-width:641px){.contact-wrapper{padding:.5rem 1rem}.contact-content{max-width:560px;gap:.15rem;padding:.35rem}.contact-header{gap:.1rem;margin-bottom:.1rem}.contact-title{font-size:clamp(1.65rem, 4vw, 2rem);margin-bottom:.1rem}.contact-subtitle{font-size:.78rem}.character-illustration{margin:.1rem 0}.character-illustration img{max-width:64px}.stats-container{gap:1.25rem;margin:.1rem 0}.stat-number-wrapper{font-size:1.05rem}.stat-suffix{font-size:.85rem}.stat-label{font-size:.65rem}.commissions-closed-message{max-width:30rem;font-size:.72rem;line-height:1.35}}@media (prefers-reduced-motion:reduce){.stagger-1,.stagger-2,.stagger-3,.stagger-4{transition:none!important;opacity:1!important;transform:none!important}}@media (max-width:375px){.contact-wrapper{padding:.75rem}.contact-title{font-size:2.4rem}.contact-subtitle{font-size:.95rem}.character-illustration img{max-width:160px}.stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;justify-items:center}.stat-item{min-width:unset;max-width:unset;text-align:center;display:flex;flex-direction:column;align-items:center}.stat-item:last-child{grid-column:1/-1;justify-self:center}}@media (min-width:376px) and (max-width:390px){.contact-title{font-size:2.65rem}.contact-subtitle{font-size:.98rem}.stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;justify-items:center}.stat-item{min-width:unset;max-width:unset;text-align:center;display:flex;flex-direction:column;align-items:center}.stat-item:last-child{grid-column:1/-1;justify-self:center}}@media (min-width:391px) and (max-width:414px){.contact-title{font-size:2.85rem}.contact-subtitle{font-size:1rem}.stat-item:last-child{grid-column:1/-1;justify-self:center}.stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;justify-items:center}.stat-item{min-width:unset;max-width:unset;text-align:center;display:flex;flex-direction:column;align-items:center}}@media (min-width:415px) and (max-width:430px){.contact-title{font-size:2.85rem}.contact-subtitle{font-size:1.02rem}.stat-item:last-child{grid-column:1/-1;justify-self:center}.stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;justify-items:center}.stat-item{min-width:unset;max-width:unset;text-align:center;display:flex;flex-direction:column;align-items:center}}@media (min-width:391px) and (max-width:412px){.contact-title{font-size:2.75rem}.stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;justify-items:center}.stat-item{min-width:unset;max-width:unset;text-align:center;display:flex;flex-direction:column;align-items:center}.stat-item:last-child{grid-column:1/-1;justify-self:center}}.contact-content{transform:none}@media (min-width:1024px) and (max-width:1366px){.contact-content{max-width:720px;padding:2.65rem;gap:1.1rem}.contact-title{font-size:clamp(3.4rem, 4.8vw, 4.5rem)}.contact-subtitle{font-size:1.15rem}.character-illustration img{max-width:220px}.stats-container{gap:3.25rem;margin:1.1rem 0}.stat-number-wrapper{font-size:2.1rem}.stat-suffix{font-size:1.55rem}.stat-label{font-size:.92rem}.commissions-closed-message{font-size:1rem}}@media (min-width:768px) and (max-width:1023px){.contact-content{max-width:680px;padding:2.5rem;gap:1.1rem}.contact-title{font-size:clamp(3.15rem, 5.4vw, 4rem)}.contact-subtitle{font-size:1.08rem}.character-illustration img{max-width:210px}.stats-container{gap:3rem;margin:1rem 0}.stat-number-wrapper{font-size:2rem}.stat-suffix{font-size:1.45rem}.stat-label{font-size:.88rem}}@media (min-width:880px) and (max-width:960px){.contact-content{max-width:700px;padding:3rem;gap:1.25rem}.contact-title{font-size:clamp(3.45rem, 5.4vw, 4.2rem)}.contact-subtitle{font-size:1.12rem}.character-illustration img{max-width:220px}.stats-container{gap:3.25rem;margin:1.25rem 0}.stat-number-wrapper{font-size:2.1rem}.stat-suffix{font-size:1.55rem}.stat-label{font-size:.9rem}}@media (min-width:531px) and (max-width:540px){.contact-wrapper{padding:1rem}.contact-content{max-width:480px;padding:1.5rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:.95rem}.character-illustration img{max-width:140px}.stat-number-wrapper{font-size:1.4rem}}@media (min-width:1024px) and (max-width:1024px) and (max-height:600px){.contact-wrapper{padding:.75rem 1rem}.contact-content{max-width:560px;gap:.6rem;padding:1.25rem}.contact-title{font-size:2.8rem}.contact-header{margin-bottom:.75rem}.character-illustration img{max-width:140px}.stats-container{margin:.5rem 0;gap:2rem}.stat-number-wrapper{font-size:1.5rem}}@media (min-width:1280px) and (max-width:1280px) and (max-height:800px){.contact-wrapper{padding:1rem}.contact-content{max-width:580px;padding:1.75rem}.contact-title{font-size:3rem}}