.main-nav{align-items:center;display:flex;gap:2.5rem}.nav-item{align-items:center;background:none;border:none;color:var(--theme-nav-item-color);cursor:pointer;display:inline-flex;font-family:inherit;font-size:1.1rem;font-weight:500;padding-bottom:8px;position:relative;text-decoration:none;transition:color .3s ease-in-out}.nav-item span:not(.arrow-indicator){display:inline-block;transition:transform .3s ease}.nav-item:after{background-color:var(--theme-nav-item-active-underline);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transform-origin:center;transition:transform .4s cubic-bezier(.19,1,.22,1);width:100%}.nav-item.active,.nav-item:hover{color:var(--theme-nav-item-hover-color)}.nav-item.active span:not(.arrow-indicator),.nav-item:hover span:not(.arrow-indicator){transform:translateY(-3px)}.nav-item.active:after,.nav-item:hover:after{transform:translateX(-50%) scaleX(1)}.nav-item-dropdown-container{position:relative}.dropdown-toggle .arrow-indicator{display:inline-block;font-size:.75em;line-height:1;margin-left:.6em;transition:transform .3s ease-in-out}.nav-item-dropdown-container:hover .dropdown-toggle .arrow-indicator{transform:rotate(180deg)}.dropdown-menu{background-color:var(--theme-dropdown-bg);border:1px solid var(--theme-dropdown-border);border-radius:8px;box-shadow:0 8px 25px #00000073;left:0;list-style:none;margin:0;min-width:220px;opacity:0;padding:.6rem 0;pointer-events:none;position:absolute;top:100%;transform:translateY(10px) scaleY(.95) scaleX(.98);transform-origin:top center;transition:opacity .28s cubic-bezier(.4,0,.2,1),visibility 0s linear .28s,transform .28s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:1000}.nav-item-dropdown-container:hover .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0) scaleY(1) scaleX(1);transition-delay:0s,0s,0s;visibility:visible}.dropdown-menu .dropdown-item{color:var(--theme-dropdown-item-text);cursor:pointer;display:block;font-size:.95rem;font-weight:400;overflow:hidden;padding:.8rem 1.5rem;position:relative;text-decoration:none;transition:background-color .25s ease-out,color .25s ease-out,transform .2s ease-out;white-space:nowrap}.dropdown-menu li:not(:last-child) .dropdown-item:after{background-color:var(--theme-dropdown-border);bottom:0;content:"";height:1px;left:1.5rem;position:absolute;right:1.5rem}.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:hover{background-color:var(--theme-dropdown-item-hover-bg);color:var(--theme-dropdown-item-hover-text);transform:translateX(4px)}.dropdown-menu .dropdown-item span{transform:none!important}@media (max-width:768px){.main-nav{gap:1.5rem}.nav-item{font-size:1rem;padding-bottom:6px}.nav-item:after{height:1.5px}.nav-item.active span:not(.arrow-indicator),.nav-item:hover span:not(.arrow-indicator){transform:translateY(-2px)}.dropdown-menu{box-shadow:0 6px 20px #00000059;min-width:200px;transform:translateY(8px) scaleY(.95) scaleX(.98)}.dropdown-menu .dropdown-item{font-size:.9rem;padding:.7rem 1.2rem}.dropdown-menu li:not(:last-child) .dropdown-item:after{left:1.2rem;right:1.2rem}.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:hover{transform:translateX(3px)}}@media (max-width:480px){.main-nav{flex-wrap:wrap;gap:1rem;justify-content:center;order:2;width:100%}.nav-item{font-size:.95rem}.dropdown-menu{box-shadow:0 5px 15px #0000004d;min-width:180px;transform:translateY(6px) scaleY(.95) scaleX(.98)}.dropdown-menu .dropdown-item{font-size:.85rem;padding:.6rem 1rem}.dropdown-menu li:not(:last-child) .dropdown-item:after{left:1rem;right:1rem}}.media-links{gap:1rem}.media-links,.media-links a{align-items:center;display:flex}.media-links a{background-color:var(--theme-media-link-bg);border-radius:50%;box-shadow:0 2px 5px #0003;color:var(--theme-media-link-icon);cursor:pointer;height:36px;justify-content:center;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease-in-out;width:36px}.media-links a:hover{background-color:var(--theme-media-link-hover-bg);box-shadow:0 0 15px var(--theme-highlight-red);transform:scale(1.1)}.media-links a:hover img{filter:var(--theme-media-link-hover-icon-filter)}.media-links a img{height:20px;transition:filter .2s ease-in-out;width:20px}.media-links a.media-link-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.media-links a.media-link-disabled:hover{background-color:var(--theme-media-link-bg);box-shadow:0 2px 5px #0003;transform:none}.media-links a.media-link-disabled:hover img{filter:none}@media (max-width:768px){.media-links{gap:.75rem}.media-links a{height:32px;width:32px}.media-links a img{height:18px;width:18px}}@media (max-width:480px){.media-links{order:1}}.site-footer{background-color:var(--theme-footer-bg);border-top:1px solid var(--theme-border-gold-faint);color:var(--theme-footer-text);font-size:.8rem;margin-top:auto;padding:2rem 3rem}.footer-top-row{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:space-between;margin-bottom:1.2rem}.footer-links{display:flex;flex-wrap:wrap;gap:1.2rem}.footer-links a{color:var(--theme-footer-link-color);font-size:.8rem;font-weight:500;transition:color .2s ease-in-out}.footer-links a:hover{color:var(--theme-footer-link-hover-color);text-decoration:underline;text-decoration-color:var(--theme-highlight-gold)}.back-to-top{align-items:center;background-color:var(--theme-footer-button-bg);border:1px solid var(--theme-border-gold-faint);border-radius:18px;color:var(--theme-footer-button-text);cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:500;gap:.3rem;padding:.4rem .9rem;transition:all .2s ease-in-out}.back-to-top .arrow-up-icon{font-size:1em;line-height:1}.back-to-top:hover{background-color:var(--theme-footer-button-hover-bg);border-color:var(--theme-border-gold);box-shadow:0 0 8px #f1c40f26;color:var(--theme-footer-button-hover-text)}.footer-divider{background-color:var(--theme-footer-divider-color);border:none;height:1px;margin:0 0 1.2rem}.footer-bottom-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:space-between}.footer-copyright{flex-basis:70%;line-height:1.45;max-width:70%}.footer-copyright p{margin-bottom:.4rem}.footer-trademarks{color:var(--theme-text-secondary);font-size:.7rem;opacity:.75}.language-selector-container{flex-shrink:0;position:relative}.language-selector-toggle{align-items:center;background-color:var(--theme-footer-button-bg);border:1px solid var(--theme-border-gold-faint);border-radius:5px;color:var(--theme-footer-button-text);cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:500;gap:.4rem;justify-content:space-between;min-width:110px;padding:.4rem .9rem;transition:all .2s ease-in-out}.language-selector-toggle:hover{background-color:var(--theme-footer-button-hover-bg);border-color:var(--theme-border-gold);color:var(--theme-footer-button-hover-text)}.language-selector-toggle .arrow-down-icon{font-size:.75em;transition:transform .2s ease}.language-selector-toggle .arrow-down-icon.open{transform:rotate(180deg)}.language-dropdown{background-color:var(--theme-footer-lang-dropdown-bg);border:1px solid var(--theme-footer-lang-dropdown-border);border-radius:5px;bottom:calc(100% + 4px);box-shadow:0 -3px 12px #00000040;list-style:none;margin:0;min-width:140px;padding:.4rem 0;position:absolute;right:0;z-index:1010}.language-dropdown li{color:var(--theme-text-primary);cursor:pointer;font-size:.8rem;padding:.5rem .9rem;transition:background-color .2s ease,color .2s ease}.language-dropdown li:hover{background-color:var(--theme-footer-lang-dropdown-item-hover-bg);color:var(--theme-text-titles)}.language-dropdown .lang-dropdown-info{color:var(--theme-text-secondary);cursor:default;font-size:.75rem;font-style:italic;text-align:center}.language-dropdown .lang-dropdown-info:hover{background-color:initial;color:var(--theme-text-secondary)}@media (max-width:768px){.site-footer{font-size:.78rem;padding:1.8rem 1.5rem}.footer-top-row{gap:1.2rem}.footer-links{gap:.8rem}}@media (max-width:480px){.site-footer{padding:1.2rem 1rem}.footer-links a{font-size:.72rem}.footer-trademarks{font-size:.68rem}}.cookie-modal-backdrop{align-items:center;animation:fadeIn .3s forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000d9;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.cookie-modal-content{animation:fadeInScaleUp .4s cubic-bezier(.19,1,.22,1) .1s forwards;background:#1c1c1c;border:1px solid var(--theme-border-gold-faint);border-radius:8px;box-shadow:0 5px 25px #00000080;color:var(--theme-text-secondary);font-size:.9rem;max-width:550px;opacity:0;transform:scale(.95);width:90%}.cookie-modal-header{align-items:center;border-bottom:1px solid var(--theme-border-gold-faint);display:flex;justify-content:space-between;padding:1rem 1.5rem}.cookie-modal-header h2{color:var(--theme-text-primary);font-size:1.2rem;margin:0}.cookie-modal-close-btn{background:none;border:none;color:var(--theme-text-secondary);cursor:pointer;font-size:1.8rem;line-height:1;transition:color .2s,transform .2s}.cookie-modal-close-btn:hover{color:var(--theme-highlight-red)}.cookie-modal-body{line-height:1.6;padding:1.5rem}.cookie-modal-body p{margin-bottom:1rem}.cookie-modal-body a{color:var(--theme-highlight-gold);font-weight:500;text-decoration:underline}.cookie-option{align-items:center;background-color:#0a080799;border-radius:5px;display:flex;justify-content:space-between;margin-top:1rem;padding:.8rem 1rem}.cookie-option-label{color:var(--theme-text-primary);font-weight:500}.cookie-option-status{color:var(--theme-highlight-gold);font-size:.8rem;font-weight:700}.cookie-modal-footer{border-top:1px solid var(--theme-border-gold-faint);display:flex;gap:.8rem;justify-content:flex-end;padding:1rem 1.5rem}.cookie-btn-primary,.cookie-btn-secondary{border:1px solid var(--theme-border-gold);border-radius:5px;cursor:pointer;font-weight:700;padding:.6rem 1.5rem;transition:all .2s}.cookie-btn-primary{background-color:var(--theme-highlight-gold);color:#100e0c}.cookie-btn-primary:hover{background-color:#f4d03f;border-color:#f4d03f}.cookie-btn-secondary{background-color:initial;color:var(--theme-text-primary)}.cookie-btn-secondary:hover{background-color:#cfb5821a}.switch{display:inline-block;height:24px;position:relative;width:44px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#333;border:1px solid var(--theme-border-gold-faint);bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:var(--theme-text-secondary);bottom:3px;content:"";height:16px;left:3px;width:16px}input:checked+.slider{background-color:var(--theme-highlight-red)}input:checked+.slider:before{background-color:#fff;transform:translateX(20px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.news-teaser-section{align-items:center;background-color:#0a0807d9;border-bottom:1px solid #cfb58233;border-bottom:1px solid var(--theme-border-gold-faint,#cfb58233);border-top:1px solid #cfb58233;border-top:1px solid var(--theme-border-gold-faint,#cfb58233);display:flex;flex-direction:column;padding:4rem 2rem;position:relative;width:100%;z-index:4}.news-list-container{margin-bottom:2.5rem;max-width:900px;width:100%}.news-item{align-items:center;border-bottom:1px solid #cfb58233;border-bottom:1px solid var(--theme-border-gold-faint,#cfb58233);color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);display:flex;padding:1rem 1.5rem;position:relative;text-decoration:none;transition:background-color .2s ease-in-out,transform .2s ease-in-out}.news-item:first-child{border-top:1px solid #cfb58233;border-top:1px solid var(--theme-border-gold-faint,#cfb58233)}.news-item:hover{background-color:#ffffff0d;transform:translateX(5px)}.news-item:hover .news-item-content .news-item-title{color:gold;color:var(--theme-text-titles,gold)}.news-item:hover .news-item-arrow-icon{border-color:gold;border-color:var(--theme-text-titles,gold);opacity:1}.news-item .news-item-date{color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);font-size:.9rem;margin-right:1.5rem;min-width:90px}.news-item .news-item-content{flex-grow:1}.news-item .news-item-content .news-item-title{color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);font-size:1rem;font-weight:500;margin:0;transition:color .2s ease-in-out}.news-item .news-item-category{clip-path:polygon(0 0,100% 0,calc(100% - 10px) 100%,0 100%);color:#fff;font-size:.75rem;font-weight:600;margin-left:1rem;min-width:80px;padding:.3em 1.2em .3em .8em;position:relative;text-align:center;white-space:nowrap}.news-item .news-item-category.updates{background-color:#324a7d}.news-item .news-item-category.info{background-color:#3c8a5a}.news-item .news-item-category.events{background-color:#9c5147}.news-item .news-item-category:after{background:linear-gradient(270deg,#ffffff26,#0000);bottom:0;clip-path:inherit;content:"";position:absolute;right:0;top:0;width:30%}.news-item .news-item-arrow-container{align-items:center;display:flex;justify-content:center;margin-left:1rem}.news-item .news-item-arrow-icon{border:solid #e0c9a6;border-bottom:2px solid var(--theme-text-primary,#e0c9a6);border-left:0 solid var(--theme-text-primary,#e0c9a6);border-right:2px solid var(--theme-text-primary,#e0c9a6);border-top:0 solid var(--theme-text-primary,#e0c9a6);display:inline-block;opacity:.7;padding:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transition:border-color .2s ease-in-out,opacity .2s ease-in-out}.btn-see-news{align-items:center;background-color:#da3e2e;border:2px solid #cd3121;border-radius:0;box-shadow:0 4px 10px #cd312166;clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);color:#fff;cursor:pointer;display:inline-flex;font-family:Georgia,serif;font-weight:700;justify-content:center;letter-spacing:1px;padding:.8rem 2.5rem;text-decoration:none;text-transform:uppercase;transition:all .25s ease-in-out}.btn-see-news:hover{background-color:#e74c3c;background-color:var(--theme-highlight-red,#e74c3c);border-color:#da3e2e;box-shadow:0 6px 15px #e74c3c80;transform:translateY(-2px) scale(1.02)}@media (max-width:768px){.news-teaser-section{padding:2.5rem 1rem}.news-list-container{max-width:100%}.news-item{flex-wrap:wrap;padding:.7rem .8rem}.news-item .news-item-date{flex-basis:100%;margin-bottom:.3rem;min-width:70px}.news-item .news-item-content{flex-basis:calc(100% - 100px);margin-bottom:.3rem}.news-item .news-item-category{flex-shrink:0;margin-left:0;margin-right:.5rem;order:3}.news-item .news-item-arrow-container{order:4}.btn-see-news{font-size:.9rem;padding:.7rem 2rem}}@media (max-width:480px){.news-teaser-section{padding:2rem .8rem}.news-item .news-item-content{flex-basis:calc(100% - 90px)}.news-item .news-item-category{clip-path:polygon(0 0,100% 0,calc(100% - 8px) 100%,0 100%);font-size:.65rem;padding:.2em .8em .2em .5em}.news-item .news-item-arrow-icon{border-width:0 1.5px 1.5px 0;padding:2.5px}.btn-see-news{clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);font-size:.85rem}}.showcase-teaser-section{align-items:center;display:flex;flex-direction:column;padding:4rem 2rem;position:relative;width:100%;z-index:3}.teaser-panels-container{align-items:stretch;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;max-width:1200px;width:100%}.teaser-panel{background-color:#14100e99;border:1px solid #cfb58266;border:1px solid var(--theme-border-gold,#cfb58266);border-radius:10px;box-shadow:0 5px 15px #0000004d;clip-path:polygon(20% 0,100% 0,80% 100%,0 100%);color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);display:flex;filter:brightness(.95);flex:1 1 300px;flex-direction:column;height:450px;max-width:380px;min-width:280px;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease-out,box-shadow .3s ease-out,border .3s ease-out,filter .3s ease-out}.teaser-panel .panel-image-container{height:100%;overflow:hidden;position:relative;width:100%}.teaser-panel .panel-image-container .panel-image{filter:grayscale(.6) brightness(.7);height:100%;object-fit:cover;transition:transform .4s ease,filter .3s ease-out;width:100%}.teaser-panel .panel-image-container .panel-image-overlay{background:linear-gradient(0deg,#050403d9 0,#0000 60%);bottom:0;left:0;opacity:1;position:absolute;right:0;top:0;transition:opacity .3s ease}.teaser-panel .panel-title-bar{background-color:#0a0807d9;border-top:1px solid #cfb58266;border-top:1px solid var(--panel-accent-color,var(--theme-border-gold,#cfb58266));bottom:0;left:0;padding:1rem 1.5rem;position:absolute;text-align:center;width:100%;z-index:2}.teaser-panel .panel-title-bar h3{color:gold;color:var(--theme-text-titles,gold);font-family:EternalFont,sans-serif;font-size:1.5rem;margin:0;text-shadow:0 0 5px #00000080;transition:color .3s ease-out,text-shadow .3s ease-out}.teaser-panel .panel-glitch-overlay{background:var(--panel-accent-color);bottom:0;clip-path:inherit;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease-out}.teaser-panel:hover{border:2px solid var(--panel-accent-color);box-shadow:0 8px 20px #00000059;filter:drop-shadow(0 0 20px var(--panel-accent-color)) brightness(1.1);transform:translateY(-8px) scale(1.02)}.teaser-panel:hover .panel-image-container .panel-image{filter:grayscale(0) brightness(1);transform:scale(1.05)}.teaser-panel:hover .panel-image-container .panel-image-overlay{opacity:.15}.teaser-panel:hover .panel-title-bar{border-top-color:var(--panel-accent-color)}.teaser-panel:hover .panel-title-bar h3{color:var(--panel-accent-color);text-shadow:0 0 8px var(--panel-accent-color)}.teaser-panel:hover .panel-glitch-overlay{opacity:.05}@media (max-width:992px){.showcase-teaser-section{padding:3rem 1.5rem}.teaser-panels-container{gap:1rem}.teaser-panel{clip-path:polygon(15% 0,100% 0,85% 100%,0 100%);height:400px}}@media (max-width:768px){.showcase-teaser-section{padding:2.5rem 1rem}.teaser-panels-container{align-items:center;flex-direction:column}.teaser-panel{clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);height:350px;max-width:400px;width:90%}.teaser-panel .panel-title-bar h3{font-size:1.3rem}}@media (max-width:480px){.showcase-teaser-section{padding:2rem .8rem}.teaser-panel{clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);height:300px}.teaser-panel .panel-title-bar h3{font-size:1.2rem}}:root{--theme-bg-gradient:linear-gradient(135deg,#100e0c,#050403);--theme-text-primary:#e0c9a6;--theme-text-secondary:#a89a85;--theme-text-titles:gold;--theme-text-accent-red:#c0392b;--theme-border-gold:#cfb58266;--theme-border-gold-faint:#cfb58233;--theme-highlight-red:#e74c3c;--theme-highlight-gold:#f1c40f;--theme-nav-item-color:#c7b8a1;--theme-nav-item-hover-color:gold;--theme-nav-item-active-underline:#f1c40f;--theme-dropdown-bg:#1a1612;--theme-dropdown-border:#cfb58240;--theme-dropdown-item-text:#f8f9fa;--theme-dropdown-item-hover-bg:#2c251d;--theme-dropdown-item-hover-text:gold;--theme-media-link-bg:#f1c40f;--theme-media-link-icon:#4a3b24;--theme-media-link-hover-shadow:#f1c40fb3;--theme-media-link-hover-bg:var(--theme-highlight-red);--theme-media-link-hover-icon-filter:brightness(0) invert(1);--theme-footer-bg:#0c0a09;--theme-footer-text:var(--theme-text-secondary);--theme-footer-link-color:var(--theme-text-primary);--theme-footer-link-hover-color:var(--theme-text-titles);--theme-footer-divider-color:var(--theme-border-gold-faint);--theme-footer-button-bg:#0000;--theme-footer-button-text:var(--theme-text-primary);--theme-footer-button-hover-bg:#f1c40f1a;--theme-footer-button-hover-text:var(--theme-highlight-gold);--theme-footer-lang-dropdown-bg:#1f1b16;--theme-footer-lang-dropdown-border:var(--theme-border-gold);--theme-footer-lang-dropdown-item-hover-bg:#3a3025}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#100e0c,#050403);background:var(--theme-bg-gradient);color:#e0c9a6;color:var(--theme-text-primary);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}@font-face{font-family:EternalFont;font-style:normal;font-weight:400;src:url(/static/media/Eternal.5b0a51fa154d847244a2.ttf) format("truetype")}.home-page.page-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative}.home-header{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#050403cc;border-bottom:1px solid var(--theme-border-gold);box-shadow:0 2px 8px #00000080;display:flex;justify-content:space-between;padding:1.5rem 3rem;position:sticky;top:0;width:100%;z-index:1000}.home-content-wrapper{display:flex;flex:1 1;flex-direction:column;width:100%}.section-title{margin-bottom:2.5rem;padding-bottom:.6rem;text-align:center}.section-title:after{border-radius:1.5px}.home-main-content{align-items:center;display:flex;min-height:calc(80vh - 70px);padding:3rem 3.5rem;position:relative;z-index:5}.content-left{color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);flex-basis:55%;max-width:700px;z-index:5}.content-left h1{color:gold;color:var(--theme-text-titles,gold);font-family:EternalFont,Georgia,serif;font-size:4rem;font-weight:400;letter-spacing:1.5px;margin-bottom:1.2rem;text-shadow:0 0 15px #f1c40f4d,0 0 20px #f1c40f33}.content-left p{font-size:1.05rem;line-height:1.65;margin-bottom:2rem;max-width:90%}.content-left p,.content-left p.game-pitch{color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6)}.content-left p.game-pitch{font-family:Georgia,serif;font-size:1.1rem}.content-left p.game-pitch strong{color:gold;color:var(--theme-text-titles,gold);font-weight:600}.content-right{flex-basis:45%;height:100%;position:relative}.action-buttons{flex-direction:column;max-width:450px}.action-buttons,.button-row-top{display:flex;gap:.9rem;width:100%}.btn{align-items:center;border:2px solid #0000;border-radius:30px;box-shadow:0 3px 8px #0000004d;cursor:pointer;display:inline-flex;flex:0 1 auto;font-size:.95rem;font-weight:600;justify-content:center;letter-spacing:.5px;padding:.8rem 1.7rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .25s ease-in-out}.btn:hover{box-shadow:0 5px 12px #0006;transform:translateY(-2px)}.btn-primary{background-color:#e74c3c;background-color:var(--theme-highlight-red,#e74c3c);border-color:#e74c3c;border-color:var(--theme-highlight-red,#e74c3c);color:#fff;flex-grow:1;min-width:0}.btn-primary:hover{background-color:#cf392a;border-color:#cf392a;box-shadow:0 6px 15px #cf392a66}.btn-secondary{background-color:initial;border-color:#f1c40f;border-color:var(--theme-highlight-gold,#f1c40f);color:#f1c40f;color:var(--theme-highlight-gold,#f1c40f);flex-grow:1;min-width:0}.btn-secondary:hover{background-color:#f1c40f26;border-color:#f4d03f;box-shadow:0 6px 15px #f1c40f33;color:#f4d03f}.btn-tertiary{background-color:initial;border-color:#cfb58266;border-color:var(--theme-border-gold,#cfb58266);color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);flex-grow:0;width:100%}.btn-tertiary:hover{background-color:#e0c9a61a;border-color:#e0c9a6;border-color:var(--theme-text-primary,#e0c9a6);box-shadow:0 6px 15px #e0c9a626;color:gold;color:var(--theme-text-titles,gold)}.btn.btn-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}@media (max-width:992px){.home-header{padding:1.2rem 2rem}.section-title{font-size:2.4rem;margin-bottom:2rem}.home-main-content{min-height:calc(70vh - 60px);padding:2rem}.content-left h1{font-size:3.5rem}}@media (max-width:768px){.home-header{padding:.8rem 2rem}.section-title{font-size:2rem;margin-bottom:1.5rem}.home-main-content{min-height:auto;padding:1.5rem}.content-left h1{font-size:2.8rem}.content-left p{font-size:.95rem}.content-left p.game-pitch{font-size:1rem}.btn{font-size:.9rem;padding:.7rem 1.4rem}}@media (max-width:480px){.home-header{padding:.7rem 1.5rem}.section-title{font-size:1.8rem}.home-main-content{padding:1rem}.content-left h1{font-size:2.2rem}.content-left p{font-size:.85rem;margin-bottom:1.5rem}.content-left p.game-pitch{font-size:.9rem}.action-buttons{max-width:100%}.action-buttons .button-row-top{flex-direction:column;gap:.5rem}}:root{--text-color-primary-story:#e0c9a6;--border-color-gold-story:#cfb58266;--highlight-gold-story:#f1c40f}.story-box{background-color:#0a0807bf;border:1px solid #cfb58266;border:1px solid var(--border-color-gold-story);border-radius:10px;box-shadow:0 0 30px #c19d0c33,inset 0 0 15px #a9890a1a;height:380px;max-width:750px;overflow:hidden;padding:2rem;position:relative;width:100%}.story-box:after,.story-box:before{content:"";height:50px;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.story-box:before{background:linear-gradient(180deg,#0a0807 10%,#0a080700);top:0}.story-box:after{background:linear-gradient(0deg,#0a0807 10%,#0a080700);bottom:0}.story-text-scroller{height:100%;overflow-y:scroll;scroll-behavior:auto;scrollbar-width:none;transition:opacity .5s ease-in-out}.story-text-scroller::-webkit-scrollbar{display:none}.story-text-scroller p{color:#e0c9a6;color:var(--text-color-primary-story);font-size:1.1rem;line-height:1.9;margin-bottom:1.8em;text-align:center;text-shadow:0 0 3px #0009}.story-text-scroller p:last-child{margin-bottom:0}@media (max-width:992px){.story-box{height:330px;padding:1.5rem}.story-text-scroller p{font-size:1rem;line-height:1.8;margin-bottom:1.6em}}@media (max-width:768px){.story-text-scroller p{font-size:.9rem;line-height:1.7;margin-bottom:1.5em}}@media (max-width:480px){.story-box{height:auto;max-height:320px;min-height:280px;padding:1rem}.story-box:after,.story-box:before{height:30px}.story-text-scroller p{font-size:.85rem;line-height:1.6;margin-bottom:1.4em}}:root{--dark-bg-arrow-button:#0f0c0ad9}.features-section-container{align-items:center;display:flex;flex-direction:column;width:100%}.features-slideshow-wrapper{align-items:center;display:flex;justify-content:center;max-width:1070px;position:relative;width:100%}.features-slideshow-box{border:1px solid #cfb58266;border:1px solid var(--border-color-gold);border-radius:10px;box-shadow:0 10px 30px #0006;flex-shrink:0;height:520px;max-width:950px;overflow:hidden;position:relative;width:100%}.feature-progress-container{background-color:#0000004d;bottom:0;height:3px;left:0;position:absolute;width:100%;z-index:3}.feature-progress-bar{animation-fill-mode:forwards;animation-name:featureProgressBarFill;animation-timing-function:linear;background:linear-gradient(90deg,#e74c3c,#f1c40f);background:linear-gradient(90deg,var(--highlight-red),var(--highlight-gold));border-radius:2px;box-shadow:0 0 4px #f1c40f4d,0 0 6px #e74c3c33;height:100%;width:0}@keyframes featureProgressBarFill{0%{width:0}to{width:100%}}.feature-slide{align-items:flex-end;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transform:scale(1.05);transition:opacity .9s ease-in-out,transform .9s ease-in-out;width:100%}.feature-slide.active{opacity:1;transform:scale(1);z-index:1}.feature-slide .feature-image{border-radius:10px;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.feature-slide .feature-info{background:linear-gradient(0deg,#050403 30%,#05040300);border-bottom-left-radius:10px;border-bottom-right-radius:10px;color:#e0c9a6;color:var(--text-color-primary);padding:3rem 2rem calc(2rem + 3px);text-align:center;width:100%;z-index:2}.feature-slide .feature-info h3{color:gold;color:var(--text-color-titles);font-family:EternalFont,sans-serif;font-size:2.2rem;margin-bottom:.75rem;text-shadow:0 0 6px #0009}.feature-slide .feature-info p{font-size:1rem;line-height:1.6;margin:0 auto;max-width:70%}.feature-dots-container-external{margin-top:1.5rem;max-width:600px;width:100%}.feature-dots,.feature-dots-container-external{display:flex;justify-content:center}.feature-dots .dot{background-color:#e0c9a64d;border:1px solid #e0c9a633;border-radius:50%;cursor:pointer;height:12px;margin:0 5px;transition:all .3s ease;width:12px}.feature-dots .dot:hover{background-color:#e0c9a699;transform:scale(1.1)}.feature-dots .dot.active{background-color:#e74c3c;background-color:var(--highlight-red);border-color:#d0443680;box-shadow:0 0 8px #e74c3c,0 0 12px #e74c3c;box-shadow:0 0 8px var(--highlight-red),0 0 12px var(--highlight-red);transform:scale(1.2)}.feature-arrow{background-color:#0f0c0ad9;background-color:var(--dark-bg-arrow-button);border:2px solid #cfb58266;border:2px solid var(--border-color-gold);cursor:pointer;flex-shrink:0;height:40px;margin:0 20px;position:relative;transform:rotate(45deg);transition:all .3s ease;width:40px;z-index:5}.feature-arrow:before{border-color:#e74c3c;border-color:var(--highlight-red);border-style:solid;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);transition:border-color .3s ease;width:10px}.feature-arrow.left:before{border-width:3px 0 0 3px}.feature-arrow.right:before{border-width:0 3px 3px 0}.feature-arrow:hover{box-shadow:0 0 8px #f1c40fb3}.feature-arrow:hover,.feature-arrow:hover:before{border-color:#f1c40f;border-color:var(--highlight-gold)}.feature-arrow:active{box-shadow:0 0 6px #f1c40f80;transform:rotate(45deg) scale(.95)}@media (max-width:1070px){.features-slideshow-wrapper{max-width:100%;padding:0 10px}.feature-arrow{margin:0 10px}}@media (max-width:992px){.features-slideshow-box{height:430px}.feature-slide .feature-info{padding:1.8rem 1.2rem calc(1.2rem + 3px)}.feature-slide .feature-info h3{font-size:1.7rem}.feature-slide .feature-info p{font-size:.85rem;max-width:85%}.feature-arrow{height:36px;width:36px}.feature-arrow:before{border-width:2.5px 0 0 2.5px;height:8px;width:8px}.feature-arrow.right:before{border-width:0 2.5px 2.5px 0}}@media (max-width:768px){.features-slideshow-box{height:380px}.feature-slide .feature-info h3{font-size:1.5rem}.feature-slide .feature-info p{font-size:.8rem;max-width:90%}.feature-slide .feature-info{padding-bottom:calc(1.2rem + 3px)}.feature-progress-container{height:3px}.features-slideshow-wrapper{padding:0 5px}.feature-arrow{height:32px;margin:0 5px;width:32px}.feature-arrow:before{border-width:2px 0 0 2px;height:7px;width:7px}.feature-arrow.right:before{border-width:0 2px 2px 0}.feature-dots-container-external{margin-top:1rem}}@media (max-width:480px){.features-slideshow-box{border-radius:6px;height:320px}.feature-slide .feature-info{padding:1.2rem .8rem calc(.8rem + 3px)}.feature-slide .feature-info h3{font-size:1.3rem}.feature-slide .feature-info p{font-size:.75rem}.feature-arrow{height:30px;margin:0 3px;width:30px}.feature-arrow:before{height:6px;width:6px}.feature-dots .dot{height:9px;margin:0 3px;width:9px}}:root{--text-color-primary:#e0c9a6;--text-color-titles:gold;--border-color-gold:#cfb58266;--highlight-red:#e74c3c;--highlight-gold:#f1c40f}.characters-content-wrapper{align-items:center;display:flex;flex-direction:column;gap:2rem;width:100%}.character-display{align-items:center;background-color:#0f0c0a80;border:1px solid #cfb58266;border:1px solid var(--border-color-gold);border-radius:10px;box-shadow:0 0 40px -10px #f1c40f4d,inset 0 0 20px #0000004d;box-shadow:0 0 40px -10px var(--character-accent-color,#f1c40f4d),inset 0 0 20px #0000004d;display:flex;justify-content:center;margin-bottom:1rem;max-width:1100px;min-height:480px;padding:2rem;position:relative;transition:opacity .3s ease-in-out;width:100%}.character-display.fading{opacity:0}.character-image-card{align-items:center;background-color:#00000040;border:2px solid #cfb58266;border:2px solid var(--border-color-gold);border-radius:8px;box-shadow:inset 0 0 10px #00000080;display:flex;flex-shrink:0;justify-content:center;margin-right:3rem;max-height:450px;max-width:38%;overflow:hidden;padding:1rem;position:relative}.character-display .character-main-image{filter:drop-shadow(3px 3px 15px rgba(0,0,0,.7));max-height:100%;max-width:100%;object-fit:contain}.character-display .character-info{color:#e0c9a6;color:var(--text-color-primary);max-width:55%}.character-display .character-info h3{color:gold;color:var(--text-color-titles);font-family:EternalFont,sans-serif;font-size:2.6rem;margin-bottom:.5rem;text-shadow:0 0 6px #0000;text-shadow:0 0 6px var(--character-accent-color,#0000)}.character-title-wrapper{display:table;margin-bottom:1rem;padding-bottom:10px;position:relative}.character-display .character-info h4{color:#f1c40f;color:var(--character-accent-color,var(--highlight-gold));font-size:1.25rem;font-weight:500;margin-bottom:0}.character-display .character-info p{font-size:1rem;line-height:1.7}.character-cycle-progress-bar{animation-fill-mode:forwards;animation-name:characterProgressBarFill;animation-timing-function:linear;background-color:#f1c40f;background-color:var(--character-accent-color,var(--highlight-gold));border-radius:2px;bottom:0;box-shadow:0 0 8px #f1c40f;box-shadow:0 0 8px var(--character-accent-color,var(--highlight-gold));height:2.5px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;width:100%}@keyframes characterProgressBarFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.character-thumbnails{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:900px;width:100%}.thumbnail-item{align-items:center;background-color:#19140fcc;border:2px solid #cfb58266;border:2px solid var(--border-color-gold);border-radius:8px;box-shadow:0 1px 5px #0006;cursor:pointer;display:flex;flex-direction:column;height:130px;overflow:hidden;transition:all .3s ease;width:100px}.thumbnail-item img{height:100px;object-fit:cover;transition:transform .3s ease;width:100%}.thumbnail-item span{background-color:#0f0c0ae6;color:#e0c9a6;color:var(--text-color-primary);font-size:.8rem;font-weight:500;padding:.3rem 0;text-align:center;width:100%}.thumbnail-item:hover{border-color:#e74c3c;border-color:var(--highlight-red);box-shadow:0 6px 15px #0000004d,0 0 10px #e74c3c;box-shadow:0 6px 15px #0000004d,0 0 10px var(--highlight-red);transform:translateY(-5px) scale(1.05)}.thumbnail-item:hover img{transform:scale(1.1)}.thumbnail-item.active{background-color:#281e14e6;border-color:#f1c40f;border-color:var(--highlight-gold);box-shadow:0 0 20px #f1c40f,0 0 25px #e74c3c,inset 0 0 8px #f1c40f4d;box-shadow:0 0 20px var(--highlight-gold),0 0 25px var(--highlight-red),inset 0 0 8px #f1c40f4d}.thumbnail-item.active span{color:gold;color:var(--text-color-titles);font-weight:700;text-shadow:0 0 4px #e74c3c;text-shadow:0 0 4px var(--highlight-red)}.view-all-chars-btn{background-color:initial;border:none;border-radius:5px;bottom:1.5rem;color:var(--theme-text-primary);font-size:1rem;font-weight:700;letter-spacing:.5px;padding:.6rem 1.2rem;position:absolute;right:1.5rem;text-decoration:none;transition:all .3s ease;z-index:10}.view-all-chars-btn:hover{color:var(--theme-highlight-gold);text-shadow:0 0 8px var(--theme-highlight-gold);transform:translateY(-2px)}@media (max-width:992px){.characters-content-wrapper{gap:1.5rem}.character-display{flex-direction:column;min-height:auto;padding-bottom:5rem;text-align:center}.character-image-card{margin-bottom:1.5rem;margin-right:0;max-width:60%}.character-display .character-info{max-width:90%}.character-title-wrapper{margin-left:auto;margin-right:auto}.view-all-chars-btn{bottom:1rem;left:50%;transform:translateX(-50%)}.view-all-chars-btn:hover{transform:translateX(-50%) translateY(-2px)}}@media (max-width:768px){.character-image-card{max-height:320px;max-width:65%}.character-display .character-info h3{font-size:2rem}.character-display .character-info h4{font-size:1.05rem}.character-display .character-info p{font-size:.85rem}.character-thumbnails .thumbnail-item{height:100px;width:75px}.character-thumbnails .thumbnail-item img{height:70px}.character-thumbnails .thumbnail-item span{font-size:.65rem}}@media (max-width:480px){.characters-content-wrapper{gap:1rem}.character-display{padding:1rem 1rem 4.5rem}.character-image-card{max-height:280px;max-width:75%}.character-display .character-info h3{font-size:1.6rem}.character-thumbnails{gap:.4rem}.character-thumbnails .thumbnail-item{height:90px;width:65px}.character-thumbnails .thumbnail-item img{height:60px}}.showcase-page{background:linear-gradient(135deg,#100e0c,#050403);color:#e0c9a6;position:relative}.showcase-header{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#050403cc;border-bottom:1px solid var(--theme-border-gold);box-shadow:0 2px 8px #00000080;display:flex;justify-content:space-between;padding:1.5rem 3rem;position:sticky;top:0;width:100%;z-index:1000}.showcase-content{padding-top:90px}.showcase-content,.showcase-section{align-items:center;display:flex;flex-direction:column;width:100%}.showcase-section{justify-content:center;min-height:100vh;padding:5rem 4rem 3rem;position:relative}.showcase-section.story-section{background:linear-gradient(#0a0807cc,#050403e6),url(/static/media/story_background.ceb9beea9da431abd94a.jpg) no-repeat 50%;background-attachment:fixed;background-size:cover}.showcase-section.characters-section{background:linear-gradient(#0a0807cc,#050403e6),url(/static/media/characters_background.4b1fc55812fadbb40c9a.jpg) no-repeat 50%;background-attachment:fixed;background-size:cover}.showcase-section.features-section{background:linear-gradient(#0a0807cc,#050403e6),url(/static/media/features_background.fc78b9961ddadc552968.jpg) no-repeat 50%;background-attachment:fixed;background-size:cover}.section-title-container{margin-bottom:3rem}.section-title{font-size:3.2rem;letter-spacing:1.5px;text-shadow:0 0 12px #f1c40f66,0 0 18px #f1c40f4d}.section-title:after{box-shadow:0 0 10px #f1c40f,0 0 15px #f1c40f;height:3px;width:100px}.showcase-side-nav{align-items:center;display:flex;left:35px;padding:10px 0;position:fixed;top:50%;transform:translateY(-50%);z-index:900}.showcase-side-nav ul{list-style:none;margin:0 0 0 13.4px;padding:0;position:relative}.side-nav-line{background-color:#fff3;height:200px;position:relative;width:2px}.side-nav-line:after,.side-nav-line:before{background-color:#fff3;border-radius:50%;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:6px}.side-nav-line:before{top:-5px}.side-nav-line:after{bottom:-5px}.side-nav-item{margin-bottom:35px;position:relative}.side-nav-item:last-child{margin-bottom:0}.side-nav-item .side-nav-link{align-items:center;color:#ffffff80;display:flex;padding:5px 0;position:relative;text-decoration:none;transition:color .3s ease}.side-nav-item .side-nav-indicator{background-color:#fff3;height:2px;left:-22px;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease,width .3s ease,box-shadow .3s ease;width:15px}.side-nav-item .side-nav-text{font-size:.9rem;font-weight:500;letter-spacing:.5px;padding-left:5px;white-space:nowrap}.side-nav-item.active .side-nav-link{color:#fff}.side-nav-item.active .side-nav-indicator{background-color:gold;box-shadow:0 0 8px gold,0 0 12px #ffd700b3;left:-27px;width:25px}.side-nav-item.active .side-nav-text{text-shadow:0 0 5px #ffd700b3}.side-nav-item:hover:not(.active) .side-nav-link{color:#e6e6e6}.side-nav-item:hover:not(.active) .side-nav-indicator{background-color:#997a00}@media (max-width:1200px){.showcase-side-nav{left:15px}}@media (max-width:992px){.showcase-header{padding:1.2rem 2rem}.showcase-content{padding-top:80px}.showcase-section{background-attachment:scroll;padding:4rem 2rem 2rem}.section-title{font-size:2.6rem}.showcase-side-nav ul{margin-left:10px}.showcase-side-nav .side-nav-item{margin-bottom:30px}.showcase-side-nav .side-nav-indicator{left:-17px;width:12px}.showcase-side-nav .side-nav-item.active .side-nav-indicator{left:-25px;width:20px}.showcase-side-nav .side-nav-text{font-size:.8rem}}@media (max-width:768px){.showcase-header{padding:.8rem 2rem}.section-title{font-size:2rem}.section-title:after{height:2.5px;width:50px}.showcase-side-nav{display:none}}@media (max-width:480px){.showcase-header{padding:.7rem 1.5rem}.showcase-section{min-height:auto;padding:2.5rem 1rem 1.2rem}.section-title{font-size:1.6rem}.section-title:after{width:40px}}.about-us-page{background:linear-gradient(135deg,#100e0c,#050403);color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6)}.about-us-header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#050403cc;border-bottom:1px solid var(--theme-border-gold);box-shadow:0 2px 8px #00000080;justify-content:space-between;padding:1.5rem 3rem;position:sticky;top:0;z-index:1000}.about-us-content,.about-us-header{align-items:center;display:flex;width:100%}.about-us-content{flex-direction:column;padding-bottom:4rem;padding-top:120px}.about-section{background-color:#0a080799;border:1px solid #cfb58266;border:1px solid var(--theme-border-gold,#cfb58266);border-radius:10px;box-shadow:0 5px 20px #0003;margin-bottom:3rem;max-width:960px;padding:3rem 2rem;width:100%}.about-section:last-child{margin-bottom:0}.section-title-container{margin-bottom:2.5rem;text-align:center}.section-title{color:gold;color:var(--theme-text-titles,gold);font-family:EternalFont,Georgia,serif;font-size:2.8rem;letter-spacing:1px;padding-bottom:.75rem;position:relative;text-shadow:0 0 10px #f1c40f4d,0 0 15px #f1c40f33;text-transform:uppercase}.section-title:after{background:linear-gradient(90deg,#0000,#f1c40f,#c0392b,#f1c40f,#0000);background:linear-gradient(90deg,#0000,var(--theme-highlight-gold,#f1c40f),var(--theme-text-accent-red,#c0392b),var(--theme-highlight-gold,#f1c40f),#0000);border-radius:2px;bottom:0;box-shadow:0 0 8px #f1c40f,0 0 12px #f1c40f;box-shadow:0 0 8px var(--theme-highlight-gold,#f1c40f),0 0 12px var(--theme-highlight-gold,#f1c40f);content:"";height:2.5px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.company-description p{color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);font-size:1.05rem;line-height:1.7;margin-bottom:1.5em;text-align:justify}.company-description p:last-child{margin-bottom:0}.recruitment-content{display:flex;flex-direction:column;gap:1.5rem}.recruitment-intro{color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);font-size:1.1rem;line-height:1.6;margin-bottom:1rem;text-align:center}.available-teams-title{color:gold;color:var(--theme-text-titles,gold);font-family:EternalFont,sans-serif;font-size:1.6rem;margin-bottom:.5rem;text-align:center;text-shadow:0 0 5px #f1c40f33}.teams-list{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:center;list-style:none;margin-bottom:1.5rem;padding:0}.teams-list .team-item{background-color:#cfb58226;border:1px solid #cfb58266;border:1px solid var(--theme-border-gold,#cfb58266);border-radius:20px;color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease-in-out}.teams-list .team-item:hover{background-color:#f1c40f33;border-color:#f1c40f;border-color:var(--theme-highlight-gold,#f1c40f);color:gold;color:var(--theme-text-titles,gold);transform:translateY(-2px)}.recruitment-how-to{border-top:1px solid #cfb58266;border-top:1px solid var(--theme-border-gold,#cfb58266);padding-top:1rem;text-align:center}.recruitment-how-to h4{color:gold;color:var(--theme-text-titles,gold);font-size:1.25rem;margin-bottom:.75rem}.recruitment-how-to p{color:#a89a85;color:var(--theme-text-secondary,#a89a85);font-size:1rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px}.btn.btn-discord{align-items:center;background-color:#5865f2;border-color:#5865f2;border-radius:30px;box-shadow:0 3px 8px #0000004d;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;justify-content:center;letter-spacing:.5px;padding:.8rem 1.7rem;text-align:center;text-transform:uppercase;transition:all .25s ease-in-out}.btn.btn-discord:hover{background-color:#4553e8;border-color:#4553e8;box-shadow:0 5px 12px #0006;transform:translateY(-2px)}@media (max-width:992px){.about-us-header{padding:1.2rem 2rem}.about-us-content{padding-top:100px}.about-section{padding:2.5rem 1.5rem}.section-title{font-size:2.4rem}}@media (max-width:768px){.about-us-header{padding:.8rem 2rem}.about-us-content{padding-top:90px}.section-title{font-size:2rem}.section-title:after{width:60px}.company-description p{font-size:1rem;text-align:left}.recruitment-intro{font-size:1rem}.available-teams-title{font-size:1.4rem}.teams-list .team-item{font-size:.85rem;padding:.4rem .8rem}.recruitment-how-to h4{font-size:1.15rem}.btn.btn-discord{font-size:.9rem;padding:.7rem 1.4rem}}@media (max-width:480px){.about-us-header{padding:.7rem 1.5rem}.about-section{margin-bottom:2rem;padding:2rem 1rem}.section-title{font-size:1.7rem}.section-title:after{width:50px}}.news-page{background-color:#080808;display:flex;flex-direction:column;min-height:100vh}.news-header-sticky{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#050403cc;border-bottom:1px solid var(--theme-border-gold);box-shadow:0 2px 8px #00000080;justify-content:space-between;padding:1.5rem 3rem;position:sticky;top:0;z-index:1000}.news-header-sticky,.news-main-content{align-items:center;display:flex;width:100%}.news-main-content{flex:1 1;flex-direction:column;padding-bottom:3rem}.news-title-banner{background-color:#100e0c;border-bottom:1px solid #cfb58233;border-bottom:1px solid var(--theme-border-gold-faint,#cfb58233);margin-bottom:2.5rem;padding:2.5rem 0 2rem;position:relative;text-align:center;width:100%}.news-title-banner-overlay{background-color:#05040326;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.news-page-title{color:gold;color:var(--theme-text-titles,gold);font-family:EternalFont,Georgia,serif;font-size:3.5rem;letter-spacing:1.5px;position:relative;text-shadow:0 1px 5px #00000080;text-transform:uppercase;z-index:2}.news-list-full-container{max-width:900px;padding:0 1rem;width:100%}.news-list-item-full{align-items:stretch;background-color:#14121199;border-bottom:1px solid #cfb58233;border-bottom:1px solid var(--theme-border-gold-faint,#cfb58233);color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);display:flex;padding:1.2rem 1.5rem;text-decoration:none;transition:background-color .25s ease-in-out}.news-list-item-full:first-child{border-top:1px solid #cfb58233;border-top:1px solid var(--theme-border-gold-faint,#cfb58233)}.news-list-item-full:hover{background-color:#ffffff0d}.news-list-item-full:hover .news-item-title-full{color:gold;color:var(--theme-text-titles,gold)}.news-list-item-full:hover .news-item-arrow-icon-full{border-color:gold;border-color:var(--theme-text-titles,gold);opacity:1}.news-list-item-full .news-item-date-full{color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);flex-shrink:0;font-size:.9rem;margin-right:1.5rem;min-width:90px;padding-top:.15em}.news-list-item-full .news-item-text-content{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.news-list-item-full .news-item-title-full{color:#e0c9a6;color:var(--theme-text-primary,#e0c9a6);font-size:1.1rem;font-weight:600;margin:0 0 .3rem;transition:color .2s ease-in-out}.news-list-item-full .news-item-summary{color:#a89a85;color:var(--theme-text-secondary,#a89a85);font-size:.85rem;line-height:1.5}.news-list-item-full .news-item-category-full{align-self:center;clip-path:polygon(0 0,100% 0,calc(100% - 10px) 100%,0 100%);color:#fff;flex-shrink:0;font-size:.75rem;font-weight:600;margin-left:1rem;min-width:90px;padding:.4em 1.3em .4em .9em;position:relative;text-align:center;white-space:nowrap}.news-list-item-full .news-item-category-full.updates{background-color:#324a7d}.news-list-item-full .news-item-category-full.info{background-color:#3c8a5a}.news-list-item-full .news-item-category-full.events{background-color:#9c5147}.news-list-item-full .news-item-category-full:after{background:linear-gradient(270deg,#ffffff2e,#0000);bottom:0;clip-path:inherit;content:"";position:absolute;right:0;top:0;width:40%}.news-list-item-full .news-item-arrow-container-full{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-left:1.2rem}.news-list-item-full .news-item-arrow-icon-full{border:solid #e0c9a6;border-bottom:2.5px solid var(--theme-text-primary,#e0c9a6);border-left:0 solid var(--theme-text-primary,#e0c9a6);border-right:2.5px solid var(--theme-text-primary,#e0c9a6);border-top:0 solid var(--theme-text-primary,#e0c9a6);display:inline-block;opacity:.6;padding:4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transition:border-color .2s ease-in-out,opacity .2s ease-in-out}.btn-load-more{align-items:center;background-color:initial;border:2px solid gold;border:2px solid var(--theme-text-titles,gold);border-radius:25px;color:gold;color:var(--theme-text-titles,gold);cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;margin-top:2.5rem;padding:.7rem 2rem;text-decoration:none;transition:all .25s ease-in-out}.btn-load-more:hover{background-color:#ffd70026;border-color:#ffe333;color:#ffe333}@media (max-width:992px){.news-header-sticky{padding:1.2rem 2rem}}@media (max-width:768px){.news-header-sticky{padding:.8rem 2rem}.news-title-banner{margin-bottom:2rem;padding:2rem 0 1.5rem}.news-page-title{font-size:2.5rem}.news-list-item-full{flex-wrap:wrap;padding:1rem}.news-list-item-full .news-item-date-full{flex-basis:100%;margin-bottom:.5rem;text-align:left}.news-list-item-full .news-item-text-content{flex-basis:calc(100% - 110px);order:2}.news-list-item-full .news-item-category-full{margin-left:.8rem;margin-right:.5rem;order:3;padding:.3em 1em .3em .7em}.news-list-item-full .news-item-arrow-container-full{margin-left:.8rem;order:4}.news-item-title-full{font-size:1rem}.news-item-summary{font-size:.8rem}}@media (max-width:480px){.news-header-sticky{padding:.7rem 1.5rem}.news-title-banner{padding:1.5rem 0 1rem}.news-page-title{font-size:2rem}.news-list-item-full{padding:.8rem}.news-list-item-full .news-item-text-content{flex-basis:100%;margin-bottom:.5rem}.news-list-item-full .news-item-arrow-container-full,.news-list-item-full .news-item-category-full{margin-top:.5rem}}.grid-card-container{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;transition:transform .2s ease-out}.grid-card-container:hover .grid-card-border{box-shadow:0 8px 25px #00000080,0 0 15px var(--char-accent-color);transform:translateY(-5px)}.grid-card-border{border:2px solid var(--theme-border-gold-faint);border-radius:8px;padding:2px;transition:transform .2s ease-out,box-shadow .3s ease-out,border-color .3s ease-out;width:100%}.grid-card-container:hover .grid-card-border{border-color:var(--char-accent-color)}.grid-card-inner{align-items:center;aspect-ratio:3/4;background-color:#100e0c;border-radius:6px;display:flex;justify-content:center;overflow:hidden;position:relative}.grid-card-image{height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.grid-card-container:hover .grid-card-image{transform:scale(1.05)}.grid-card-unknown{align-items:center;background:radial-gradient(circle,#cfb5821a 0,#100e0c00 70%);display:flex;height:100%;justify-content:center;width:100%}.unknown-char-icon{color:var(--theme-border-gold);font-family:Georgia,serif;font-size:4rem;font-weight:700;text-shadow:0 0 15px var(--theme-border-gold)}.grid-card-corner{background-color:#100e0c;border-left:2px solid var(--theme-border-gold);border-top:2px solid var(--theme-border-gold);bottom:-1px;clip-path:polygon(100% 0,0 100%,100% 100%);height:35px;position:absolute;right:-1px;width:35px}.grid-card-name{color:var(--theme-text-primary);font-size:.9rem;font-weight:500;text-align:center}.modal-backdrop{align-items:center;animation:fadeIn .3s forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000d9;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:2000}@keyframes fadeIn{to{opacity:1}}.modal-content{animation:fadeInScaleUp .4s cubic-bezier(.19,1,.22,1) .1s forwards;background:var(--theme-bg-gradient);border:1px solid var(--theme-border-gold);border-radius:12px;box-shadow:0 10px 40px #00000080;color:var(--theme-text-primary);display:flex;height:90vh;max-height:700px;max-width:1200px;opacity:0;position:relative;transform:scale(.95);width:90%}@keyframes fadeInScaleUp{to{opacity:1;transform:scale(1)}}.modal-backdrop.closing{animation:fadeOut .3s forwards}@keyframes fadeOut{to{opacity:0}}.modal-backdrop.closing .modal-content{animation:fadeOutScaleDown .3s cubic-bezier(.7,0,.81,0) forwards}@keyframes fadeOutScaleDown{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.modal-close-btn{background:none;border:none;color:var(--theme-text-secondary);cursor:pointer;font-size:2.5rem;line-height:1;position:absolute;right:1.5rem;top:1rem;transition:color .2s,transform .2s;z-index:10}.modal-close-btn:hover{color:var(--theme-highlight-red);transform:scale(1.1)}.modal-left{align-items:center;border-right:1px solid var(--theme-border-gold-faint);display:flex;flex-basis:45%;justify-content:center;overflow:hidden;padding:2rem}.modal-char-image{filter:drop-shadow(0 0 20px rgba(0,0,0,.5));max-height:100%;max-width:100%;object-fit:contain;position:relative;z-index:2}.modal-char-appearance{align-items:center;color:var(--theme-text-secondary);display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;position:relative;text-align:center;z-index:2}.modal-char-appearance p{font-size:1.1rem;font-style:italic;line-height:1.7;max-width:80%}.modal-right{flex-basis:55%;min-height:0;overflow-x:hidden;overflow-y:auto;padding:2.5rem 3rem;position:relative;scrollbar-color:var(--theme-border-gold) #0000;scrollbar-width:thin}.modal-right::-webkit-scrollbar{width:6px}.modal-right::-webkit-scrollbar-thumb{background-color:var(--theme-border-gold);border-radius:3px}.modal-right-content-wrapper{position:relative;z-index:1}.modal-title-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.25rem}.modal-char-name{align-items:center;color:var(--theme-text-titles);display:flex;flex-shrink:0;font-family:EternalFont,sans-serif;font-size:2.8rem;gap:.75rem;margin:0}.gender-icon{font-family:sans-serif;font-size:2rem;font-weight:700}.gender-icon.male{color:#89cff0;text-shadow:0 0 5px #89cff0}.gender-icon.female{color:#f4c2c2;text-shadow:0 0 5px #f4c2c2}.modal-char-title{color:var(--theme-highlight-gold);font-size:1.3rem;font-weight:500;margin-bottom:1.5rem;margin-top:0}.modal-char-tier{border:1px solid #ffffff1a;border-radius:5px;box-shadow:inset 0 0 8px #0000004d;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:1px;padding:.4rem 1rem;text-shadow:1px 1px 2px #00000080;text-transform:uppercase;white-space:nowrap}.modal-divider{background:var(--theme-border-gold-faint);height:1px;margin-bottom:1.5rem}.modal-char-details{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.modal-char-details p{margin:.3rem 0}.modal-char-details strong{color:var(--theme-text-primary);margin-right:.5em}.blurred-text{display:inline-block;filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.modal-char-story{border-left:3px solid var(--theme-border-gold-faint);color:var(--theme-text-secondary);font-size:.9rem;line-height:1.7;margin-bottom:2rem;padding-left:1rem}.modal-stats-section{transition:filter .3s ease}.modal-section-title{color:var(--theme-text-titles);font-size:1.1rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem}.modal-stats-grid{grid-gap:.8rem 1.5rem;display:grid;gap:.8rem 1.5rem;grid-template-columns:repeat(2,1fr)}.stat-item{align-items:center;display:flex;gap:1rem}.stat-name{flex-basis:90px;flex-shrink:0;font-weight:500}.stat-bar-container{display:flex;flex-grow:1;gap:3px}.stat-bar-segment{background-color:#ffffff1a;border:1px solid #ffffff26;border-radius:2px;flex-grow:1;height:10px;transition:background-color .3s}.stat-bar-segment.filled{background-color:var(--theme-highlight-gold);border-color:var(--theme-text-titles);box-shadow:0 0 5px var(--theme-highlight-gold)}.stat-bar-unknown{align-items:center;background-color:#0000004d;border:1px dashed var(--theme-border-gold-faint);border-radius:2px;color:var(--theme-text-secondary);display:flex;flex-grow:1;font-size:.9rem;font-weight:700;height:12px;justify-content:center}@media (max-width:992px){.modal-content{flex-direction:column;height:95vh;max-height:90%}.modal-left{border-bottom:1px solid var(--theme-border-gold-faint);border-right:none;flex-basis:40%;padding:1rem}.modal-right{flex-basis:60%;padding:1.5rem 2rem}.modal-char-name{font-size:2.2rem}.modal-char-title{font-size:1.1rem}.modal-stats-grid{grid-template-columns:1fr}}@media (max-width:480px){.modal-content{width:95%}.modal-right{padding:1rem 1.2rem}.modal-char-name{font-size:1.8rem}.stat-item{align-items:flex-start;flex-direction:column;gap:.3rem}.stat-bar-container,.stat-bar-unknown{width:100%}}.shadow-dot{animation:fall-diag 15s linear infinite;animation-delay:calc(var(--i)*-.7s);background-color:#1a0f29;border-radius:50%;box-shadow:0 0 8px 2px #9c27b0,0 0 12px 4px #9c27b080;position:absolute;top:-10px}@keyframes fall-diag{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(150px,110vh)}}.shadow-dot:first-child{animation-duration:15s;height:5px;left:10%;width:5px}.shadow-dot:nth-child(2){animation-duration:12s;height:3px;left:80%;width:3px}.shadow-dot:nth-child(3){animation-duration:18s;height:6px;left:30%;width:6px}.shadow-dot:nth-child(4){animation-duration:14s;height:4px;left:95%;width:4px}.shadow-dot:nth-child(5){animation-duration:16s;height:5px;left:50%;width:5px}.shadow-dot:nth-child(6){animation-duration:11s;height:3px;left:20%;width:3px}.shadow-dot:nth-child(7){animation-duration:19s;height:6px;left:65%;width:6px}.shadow-dot:nth-child(8){animation-duration:13s;height:4px;left:40%;width:4px}.shadow-dot:nth-child(9){animation-duration:17s;height:5px;left:75%;width:5px}.shadow-dot:nth-child(10){animation-duration:15s;height:3px;left:5%;width:3px}.shadow-dot:nth-child(11){animation-duration:12s;height:4px;left:15%;width:4px}.shadow-dot:nth-child(12){animation-duration:18s;height:6px;left:85%;width:6px}.shadow-dot:nth-child(13){animation-duration:14s;height:5px;left:25%;width:5px}.shadow-dot:nth-child(14){animation-duration:16s;height:3px;left:70%;width:3px}.shadow-dot:nth-child(15){animation-duration:11s;height:4px;left:55%;width:4px}.shadow-dot:nth-child(16){animation-duration:19s;height:6px;left:45%;width:6px}.shadow-dot:nth-child(17){animation-duration:13s;height:5px;left:60%;width:5px}.shadow-dot:nth-child(18){animation-duration:17s;height:3px;left:90%;width:3px}.shadow-dot:nth-child(19){animation-duration:15s;height:4px;left:35%;width:4px}.shadow-dot:nth-child(20){animation-duration:12s;height:6px;left:78%;width:6px}.effect-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.rain-drop{animation:rain-fall 1s linear infinite;animation-delay:calc(var(--i)*.05s);background:linear-gradient(180deg,#add8e600,#add8e666);bottom:100%;height:60px;position:absolute;width:2px}@keyframes rain-fall{to{transform:translateY(110vh)}}.rain-drop:first-child{animation-duration:.8s;left:10%}.rain-drop:nth-child(2){animation-duration:.9s;left:20%}.rain-drop:nth-child(3){animation-duration:.7s;left:30%}.rain-drop:nth-child(4){animation-duration:1s;left:40%}.rain-drop:nth-child(5){animation-duration:.85s;left:50%}.rain-drop:nth-child(6){animation-duration:.95s;left:60%}.rain-drop:nth-child(7){animation-duration:.75s;left:70%}.rain-drop:nth-child(8){animation-duration:1.1s;left:80%}.rain-drop:nth-child(9){animation-duration:.82s;left:90%}.rain-drop:nth-child(10){animation-duration:.92s;left:5%}.rain-drop:nth-child(11){animation-duration:.78s;left:15%}.rain-drop:nth-child(12){animation-duration:1.05s;left:25%}.rain-drop:nth-child(13){animation-duration:.88s;left:35%}.rain-drop:nth-child(14){animation-duration:.98s;left:45%}.rain-drop:nth-child(15){animation-duration:.72s;left:55%}.rain-drop:nth-child(16){animation-duration:1.12s;left:65%}.rain-drop:nth-child(17){animation-duration:.84s;left:75%}.rain-drop:nth-child(18){animation-duration:.94s;left:85%}.rain-drop:nth-child(19){animation-duration:.76s;left:95%}.rain-drop:nth-child(20){animation-duration:1.08s;left:2%}.rain-drop:nth-child(21){animation-duration:.86s;left:12%}.rain-drop:nth-child(22){animation-duration:.96s;left:22%}.rain-drop:nth-child(23){animation-duration:.74s;left:32%}.rain-drop:nth-child(24){animation-duration:1.14s;left:42%}.rain-drop:nth-child(25){animation-duration:.81s;left:52%}.rain-drop:nth-child(26){animation-duration:.91s;left:62%}.rain-drop:nth-child(27){animation-duration:.71s;left:72%}.rain-drop:nth-child(28){animation-duration:1.01s;left:82%}.rain-drop:nth-child(29){animation-duration:.89s;left:92%}.rain-drop:nth-child(30){animation-duration:.99s;left:98%}.character-list-page{background:var(--theme-bg-gradient);color:var(--theme-text-primary);display:flex;flex-direction:column;min-height:100vh}.character-list-header{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#050403cc;border-bottom:1px solid var(--theme-border-gold);box-shadow:0 2px 8px #00000080;display:flex;justify-content:space-between;padding:1.5rem 3rem;position:sticky;top:0;width:100%;z-index:1000}.character-list-content{flex-grow:1;margin:0 auto;max-width:1400px;padding:3rem 2rem;width:100%}.character-list-title-container{margin-bottom:3rem;text-align:center}.character-list-title{color:var(--theme-text-titles);font-family:EternalFont,Georgia,serif;font-size:3rem;letter-spacing:1.5px;margin-bottom:.75rem;text-shadow:0 0 12px var(--theme-highlight-gold);text-transform:uppercase}.title-divider{background:linear-gradient(90deg,#0000,var(--theme-highlight-gold),var(--theme-highlight-red),var(--theme-highlight-gold),#0000);border-radius:2px;height:3px;margin:0 auto;width:80px}.character-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));justify-content:center}@media (max-width:992px){.character-list-header{padding:1.2rem 2rem}}@media (max-width:768px){.character-list-header{padding:.8rem 2rem}.character-list-content{padding:2rem 1rem}.character-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.character-list-title{font-size:2.2rem}}@media (max-width:480px){.character-list-header{padding:.7rem 1.5rem}.character-grid{gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.legal-header{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#050403cc;border-bottom:1px solid var(--theme-border-gold);box-shadow:0 2px 8px #00000080;display:flex;justify-content:space-between;padding:1.5rem 3rem;position:sticky;top:0;width:100%;z-index:1000}.legal-content{color:var(--theme-text-secondary);flex-grow:1;margin:0 auto;max-width:900px;padding:3rem 2rem;width:100%}.legal-content h1{color:var(--theme-text-titles);font-family:EternalFont,Georgia,serif;font-size:2.5rem;margin-bottom:.5rem}.legal-content .last-updated{border-bottom:1px solid var(--theme-border-gold-faint);color:var(--theme-text-secondary);font-size:.9rem;margin-bottom:2rem;padding-bottom:1rem}.legal-content h2{border-left:3px solid var(--theme-highlight-gold);color:var(--theme-text-primary);font-size:1.5rem;margin-bottom:1rem;margin-top:2rem;padding-left:.75rem}.legal-content li,.legal-content p{font-size:.95rem;line-height:1.7;margin-bottom:1rem}.legal-content ul{list-style:disc;padding-left:2rem}.legal-content a{color:var(--theme-highlight-gold);text-decoration:underline;transition:color .2s}.legal-content a:hover{color:var(--theme-highlight-red)}@media (max-width:992px){.legal-header{padding:1.2rem 2rem}}@media (max-width:768px){.legal-header{padding:.8rem 2rem}}@media (max-width:480px){.legal-header{padding:.7rem 1.5rem}}.not-found-page{align-items:center;background:var(--theme-bg-gradient);color:var(--theme-text-primary);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative;text-align:center}.not-found-page:before{background-image:radial-gradient(circle at center,#ffffff08 1px,#0000 0);background-size:20px 20px;content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.not-found-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1}.not-found-title{color:var(--theme-text-titles);font-family:Georgia,Times New Roman,serif;font-size:10rem;font-weight:700;line-height:1;margin:0;text-shadow:0 0 10px var(--theme-highlight-gold),0 0 20px var(--theme-highlight-gold),0 0 40px #f1c40f80,0 0 80px #cfb5824d}.not-found-message{align-items:center;color:var(--theme-text-secondary);display:flex;font-size:1.25rem;justify-content:center;line-height:1.6;margin-bottom:1rem;max-width:40ch;min-height:80px;transition:opacity 1s ease-in-out}.not-found-message.fade-in{opacity:1}.not-found-message.fade-out{opacity:0}.not-found-page .btn{min-width:200px}@media (max-width:768px){.not-found-title{font-size:8rem}.not-found-message{font-size:1.1rem;min-height:70px}}@media (max-width:480px){.not-found-title{font-size:6rem}.not-found-message{font-size:1rem;min-height:60px}}.auth-callback-page{align-items:center;background:var(--theme-bg-gradient);color:var(--theme-text-primary);display:flex;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.auth-callback-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;max-width:600px}.callback-title{color:var(--theme-text-titles);font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;margin:0}.callback-title.error{color:var(--theme-highlight-red)}.callback-title.success{color:#4caf50}.callback-message{color:var(--theme-text-secondary);font-size:1.1rem;line-height:1.6}.spinner{animation:spin 1s linear infinite;border:5px solid var(--theme-border-gold-faint);border-radius:50%;border-top-color:var(--theme-highlight-gold);height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.cookie-banner-container{animation:slideInUp .5s cubic-bezier(.19,1,.22,1);background-color:#1c1c1c;border:1px solid var(--theme-border-gold-faint);border-radius:8px;bottom:1rem;box-shadow:0 5px 25px #00000080;left:1rem;max-width:550px;padding:1.5rem;position:fixed;width:calc(100% - 2rem);z-index:3000}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.cookie-banner-content{display:flex;flex-direction:column;gap:1.5rem}.cookie-banner-text{color:var(--theme-text-secondary);font-size:.85rem;line-height:1.6}.cookie-banner-text p{margin:0 0 1rem}.cookie-banner-text a{color:var(--theme-highlight-gold);font-weight:500;text-decoration:underline}.cookie-settings-link{align-items:center;background:none;border:none;color:var(--theme-text-primary);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;gap:.4rem;padding:0}.cookie-settings-link:hover{color:var(--theme-highlight-gold)}.cookie-settings-link .settings-icon{font-size:1rem}.cookie-banner-actions{display:flex;gap:.8rem}.cookie-banner-actions .cookie-btn-primary,.cookie-banner-actions .cookie-btn-secondary{border:1px solid var(--theme-border-gold);border-radius:5px;cursor:pointer;flex-grow:1;font-weight:700;padding:.7rem 1rem;transition:all .2s}.cookie-banner-actions .cookie-btn-primary{background-color:var(--theme-highlight-gold);color:#100e0c}.cookie-banner-actions .cookie-btn-primary:hover{background-color:#f4d03f;border-color:#f4d03f}.cookie-banner-actions .cookie-btn-secondary{background-color:initial;color:var(--theme-text-primary)}.cookie-banner-actions .cookie-btn-secondary:hover{background-color:#cfb5821a}@media (min-width:500px){.cookie-banner-content{align-items:center;flex-direction:row}.cookie-banner-text{flex-grow:1}.cookie-banner-actions{flex-shrink:0}}
/*# sourceMappingURL=main.7a0705d3.css.map*/