*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}.landing-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background-image:url(/assets/hero-background_2560x1440-DPZaGcQt.webp);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.landing-page:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:0}.landing-page__hero-section{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10rem 2rem 2rem;text-align:center}.landing-page__hero-title{font-family:Merriweather,serif;font-size:6.5rem;font-weight:700;color:#fff;margin:0 0 3.5rem;line-height:1;letter-spacing:-.02em}.landing-page__waitlist-form{position:relative;margin-bottom:auto;max-width:450px;width:100%}.landing-page__email-input{width:100%;padding:1.1rem 10rem 1.1rem 2rem;font-family:Inter,sans-serif;font-size:.95rem;border:none;border-radius:50px;background-color:#ffffffe6;color:#333;outline:none;transition:background-color .3s ease;box-sizing:border-box}.landing-page__email-input::placeholder{color:#888}.landing-page__email-input:focus{background-color:#fffffff2}.landing-page__waitlist-button{position:absolute;right:6px;top:50%;transform:translateY(-50%);padding:.85rem 2rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(to bottom,#0a1a23,#05141a);border:none;border-radius:50px;cursor:pointer;transition:opacity .3s ease;white-space:nowrap}.landing-page__waitlist-button:hover{opacity:.9}.landing-page__waitlist-button:active{transform:translateY(-50%) scale(.98)}.landing-page__waitlist-button:disabled{opacity:.6;cursor:not-allowed}.landing-page__email-input:disabled{opacity:.7;cursor:not-allowed}.landing-page__form-message{font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;color:#fffffff2;margin:1rem 0 1.5rem;padding:.75rem 1.5rem;background-color:#ffffff1a;border-radius:50px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-page__hero-subtitle{font-family:Inter,sans-serif;font-size:.85rem;font-weight:300;color:#ffffffe6;line-height:1.5;text-shadow:0 1px 3px rgba(0,0,0,.3);margin:0;padding-bottom:2rem;max-width:550px;text-wrap:balance}@media(max-width:1024px){.landing-page__hero-title{font-size:6rem}}@media(max-width:768px){.landing-page__hero-title{font-size:4.5rem}.landing-page__hero-section{padding-top:10rem}.landing-page__waitlist-form{max-width:90%}.landing-page__email-input{padding:1rem 9rem 1rem 1.5rem}.landing-page__hero-subtitle{font-size:.85rem}}@media(max-width:480px){.landing-page__hero-title{font-size:3rem}.landing-page__hero-section{padding-top:8rem}.landing-page__waitlist-form{max-width:95%}.landing-page__email-input{padding:.9rem 1.5rem;font-size:.9rem}.landing-page__waitlist-button{position:static;transform:none;width:100%;margin-top:.5rem}.landing-page__waitlist-button:active{transform:scale(.98)}.landing-page__hero-subtitle{font-size:.8rem}}.account-dropdown{position:relative}.account-dropdown__button{background:none;border:none;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#fff;cursor:pointer;transition:opacity .3s ease;padding:0;display:flex;align-items:center;gap:.35rem}.account-dropdown__button:hover{opacity:.8}.account-dropdown__arrow{font-size:.6rem;transition:transform .2s ease;display:inline-block}.account-dropdown__arrow--open{transform:rotate(180deg)}.account-dropdown__menu{position:absolute;top:calc(100% + 1rem);right:0;background-color:#0a1a23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:10px;border:1px solid rgba(255,255,255,.2);padding:.5rem 0;min-width:150px;box-shadow:0 8px 24px #0006;z-index:1000}.account-dropdown__item{display:block;width:100%;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#fff;text-decoration:none;background:none;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left}.account-dropdown__item:hover{background-color:#ffffff1a}.account-dropdown__login-link{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#fff;text-decoration:none;transition:opacity .3s ease;white-space:nowrap}.account-dropdown__login-link:hover{opacity:.8}@media(max-width:768px){.account-dropdown__menu{top:calc(100% + .75rem)}}.navbar{position:absolute;top:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:1.5rem;padding:.75rem 2rem;background-color:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.3)}.navbar__logo{width:20px;height:20px;flex-shrink:0}.navbar__links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;align-items:center}.navbar__links a{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#fff;text-decoration:none;transition:opacity .3s ease}.navbar__links a:hover{opacity:.8}.navbar__separator{color:#ffffff4d;font-size:.85rem;-webkit-user-select:none;user-select:none}@media(max-width:1024px){.navbar{padding:.75rem 1.5rem;gap:1.5rem}.navbar__links{gap:1.5rem}}@media(max-width:768px){.navbar{flex-wrap:nowrap;gap:1rem;padding:.5rem 1.5rem}.navbar__links{gap:1rem;font-size:.85rem}}@media(max-width:480px){.navbar__logo{width:18px;height:18px}.navbar{gap:.75rem;padding:.5rem 1rem}.navbar__links{gap:.75rem;font-size:.8rem}}.login-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background-image:url(/assets/hero-background_2560x1440-DPZaGcQt.webp);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.login-page:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:0}.login-page__section{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 2rem;min-height:100vh}.login-page__wrapper{display:flex;background-color:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;max-width:780px;width:100%;box-shadow:0 10px 40px #0000004d;border:1px solid rgba(255,255,255,.1);min-height:480px}.login-page__form-panel{flex:1;padding:2.5rem;display:flex;flex-direction:column;justify-content:center;max-width:430px}.login-page__image-panel{flex:1;background-color:#0a1a2380;display:flex;align-items:center;justify-content:center;overflow:hidden;min-width:350px}.login-page__image{width:100%;height:100%;object-fit:cover;opacity:.8}.login-page__title{font-family:Merriweather,serif;font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .4rem;letter-spacing:-.02em}.login-page__subtitle{font-family:Inter,sans-serif;font-size:.875rem;color:#fffc;margin:0 0 1.75rem}.login-page__form{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.25rem}.login-page__form-group{display:flex;flex-direction:column;gap:.5rem}.login-page__form-group label{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffe6}.login-page__input{width:100%;padding:.8rem .9rem;font-family:Inter,sans-serif;font-size:.9rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background-color:#ffffff1a;color:#fff;outline:none;transition:all .3s ease;box-sizing:border-box}.login-page__input::placeholder{color:#ffffff80}.login-page__input:focus{border-color:#fff6;background-color:#ffffff26}.login-page__input:disabled{opacity:.6;cursor:not-allowed}.login-page__button{width:100%;padding:.85rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(to bottom,#0a1a23,#05141a);border:none;border-radius:8px;cursor:pointer;transition:opacity .3s ease;margin-top:.4rem}.login-page__button:hover{opacity:.9}.login-page__button:active{transform:scale(.98)}.login-page__button:disabled{opacity:.6;cursor:not-allowed}.login-page__message{font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;color:#fffffff2;margin:0 0 1rem;padding:.75rem 1rem;background-color:#ef535033;border-radius:8px;text-align:center;border:1px solid rgba(239,83,80,.3)}.login-page__toggle-text{font-family:Inter,sans-serif;font-size:.9rem;color:#ffffffb3;text-align:center;margin:0}.login-page__toggle-button{background:none;border:none;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;transition:opacity .3s ease}.login-page__toggle-button:hover{opacity:.8}.login-page__toggle-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1024px){.login-page__wrapper{max-width:750px}.login-page__image-panel{min-width:300px}}@media(max-width:768px){.login-page__section{padding:7rem 1.5rem 1.5rem}.login-page__wrapper{flex-direction:column;max-width:500px;min-height:auto}.login-page__image-panel{display:none}.login-page__form-panel{padding:2rem;max-width:100%}.login-page__title{font-size:1.75rem}}@media(max-width:480px){.login-page__section{padding:6rem 1rem 1rem}.login-page__form-panel{padding:1.5rem}.login-page__wrapper{max-width:95%}.login-page__title{font-size:1.5rem}.login-page__input,.login-page__button{padding:.85rem;font-size:.9rem}}.dashboard-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background-image:url(/assets/hero-background_2560x1440-DPZaGcQt.webp);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.dashboard-page:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:0}.dashboard-page__section{position:relative;z-index:1;flex:1;padding:8rem 2rem 2rem;min-height:100vh}.dashboard-page__container{background-color:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.1);padding:2.5rem;max-width:1100px;width:100%;margin:0 auto;box-shadow:0 10px 40px #0000004d}.dashboard-page__header{margin-bottom:2rem;text-align:center}.dashboard-page__title{font-family:Merriweather,serif;font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.dashboard-page__subtitle{font-family:Inter,sans-serif;font-size:.95rem;color:#ffffffb3;margin:0}.dashboard-page__card{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.75rem;transition:background-color .3s ease}.dashboard-page__card:not(:last-child){margin-bottom:1.5rem}.dashboard-page__card:hover{background-color:#ffffff14}.dashboard-page__card-title{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 1.25rem;letter-spacing:-.01em}.dashboard-page__card-content{display:flex;flex-direction:column;gap:1rem}.dashboard-page__info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.dashboard-page__info-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-page__info-label{font-family:Inter,sans-serif;font-size:.9rem;color:#ffffffb3;font-weight:500}.dashboard-page__info-value{font-family:Inter,sans-serif;font-size:.9rem;color:#fff;font-weight:500}.dashboard-page__status-active{color:#4ade80}.dashboard-page__message{font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;color:#fffffff2;margin:0 0 1.5rem;padding:.85rem 1.25rem;border-radius:8px;text-align:center}.dashboard-page__message--success{background-color:#4ade8033;border:1px solid rgba(74,222,128,.3)}.dashboard-page__message--error{background-color:#ef535033;border:1px solid rgba(239,83,80,.3)}.dashboard-page__realms-list{display:flex;flex-direction:column;gap:.75rem}.dashboard-page__realm-item{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 1rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:background-color .3s ease}.dashboard-page__realm-item:hover{background-color:#ffffff14}.dashboard-page__realm-meta{display:flex;align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:.8rem;color:#ffffff80;white-space:nowrap}.dashboard-page__realm-meta-separator{color:#ffffff4d}.dashboard-page__realm-id{color:#ffffff80;font-size:.8rem}.dashboard-page__realm-content{display:flex;align-items:center;gap:1rem}.dashboard-page__realm-avatar{width:50px;height:50px;border-radius:8px;object-fit:cover;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.dashboard-page__realm-nickname{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#fff;white-space:nowrap;flex-shrink:0}.dashboard-page__realm-stats{display:flex;flex-direction:row;gap:.85rem;align-items:center;flex-wrap:nowrap;flex:1;min-width:0}.dashboard-page__realm-stat{display:flex;align-items:center;gap:.3rem;white-space:nowrap}.dashboard-page__realm-stat-icon{width:14px;height:14px;flex-shrink:0}.dashboard-page__realm-stat-icon--blue{color:#60a5fa}.dashboard-page__realm-stat-icon--cyan{color:#22d3ee}.dashboard-page__realm-stat-value{font-family:Inter,sans-serif;font-size:.8rem;color:#fffc;font-weight:500}.dashboard-page__realm-last-active{font-size:.8rem;color:#ffffff80}.dashboard-page__realm-play-button{padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#0a1a23;background:linear-gradient(to bottom,#f3f4f6,#e5e7eb);border:1px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.dashboard-page__realm-play-button:hover{background:linear-gradient(to bottom,#fff,#f3f4f6)}.dashboard-page__realm-play-button:active{transform:scale(.98)}.dashboard-page__account-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.dashboard-page__modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.dashboard-page__modal-content{background-color:#0a1a23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.2);padding:2rem;max-width:400px;width:90%;box-shadow:0 20px 60px #00000080}.dashboard-page__modal-title{font-family:Merriweather,serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1.5rem;letter-spacing:-.02em}.dashboard-page__modal-warning{font-family:Inter,sans-serif;font-size:.9rem;color:#ffffffe6;background-color:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.85rem 1rem;margin:0 0 1.5rem;line-height:1.5}.dashboard-page__delete-code-display{display:block;font-size:1.25rem;margin-bottom:.25rem}.dashboard-page__delete-code{font-family:Courier New,monospace;font-weight:700;color:#60a5fa;letter-spacing:.05em;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.dashboard-page__modal-form{display:flex;flex-direction:column;gap:1.5rem}.dashboard-page__form-group{display:flex;flex-direction:column;gap:.5rem}.dashboard-page__form-group label{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffe6}.dashboard-page__account-input{width:100%;padding:.8rem .9rem;font-family:Inter,sans-serif;font-size:.9rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background-color:#ffffff1a;color:#fff;outline:none;transition:all .3s ease;box-sizing:border-box}.dashboard-page__account-input::placeholder{color:#ffffff80}.dashboard-page__account-input:focus{border-color:#fff6;background-color:#ffffff26}.dashboard-page__account-input:disabled{opacity:.6;cursor:not-allowed}.dashboard-page__modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.dashboard-page__modal-button{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.dashboard-page__modal-button--primary{color:#0a1a23;background:linear-gradient(to bottom,#f3f4f6,#e5e7eb);border:1px solid rgba(0,0,0,.1)}.dashboard-page__modal-button--primary:hover:not(:disabled){background:linear-gradient(to bottom,#fff,#f3f4f6)}.dashboard-page__modal-button--secondary{color:#ffffffe6;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.dashboard-page__modal-button--secondary:hover:not(:disabled){background-color:#ffffff26}.dashboard-page__modal-button--danger{color:#fff;background:linear-gradient(to bottom,#ef4444,#dc2626)}.dashboard-page__modal-button--danger:hover:not(:disabled){background:linear-gradient(to bottom,#f87171,#ef4444)}.dashboard-page__modal-button:active:not(:disabled){transform:scale(.98)}.dashboard-page__modal-button:disabled{opacity:.6;cursor:not-allowed}.dashboard-page__action-button{width:100%;padding:.9rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(to bottom,#0a1a23,#05141a);border:none;border-radius:8px;cursor:pointer;transition:opacity .3s ease;text-align:center}.dashboard-page__action-button:hover{opacity:.9}.dashboard-page__action-button:active{transform:scale(.98)}.dashboard-page__action-button--danger{color:#fff;background:linear-gradient(to bottom,#ef4444,#dc2626)}.dashboard-page__action-button--danger:hover{background:linear-gradient(to bottom,#f87171,#ef4444)}.dashboard-page__empty-state{font-family:Inter,sans-serif;font-size:.9rem;color:#ffffff80;text-align:center;padding:2rem 1rem;margin:0}.dashboard-page__logout-button{background:none;border:none;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#fff;cursor:pointer;transition:opacity .3s ease;padding:0}.dashboard-page__logout-button:hover{opacity:.8}@media(max-width:1024px){.dashboard-page__section{padding-top:7rem}.dashboard-page__container{max-width:900px}}@media(max-width:768px){.dashboard-page__section{padding:7rem 1.5rem 1.5rem}.dashboard-page__container{padding:2rem}.dashboard-page__title{font-size:2rem}.dashboard-page__subtitle{font-size:.9rem}.dashboard-page__account-actions{grid-template-columns:1fr}.dashboard-page__realm-meta{font-size:.75rem}.dashboard-page__realm-content{flex-wrap:wrap;gap:.75rem}.dashboard-page__realm-avatar{width:48px;height:48px}.dashboard-page__realm-nickname{font-size:.95rem;flex:0 0 auto}.dashboard-page__realm-stats{gap:.75rem;flex-wrap:wrap;flex-basis:100%}.dashboard-page__realm-stat-icon{width:13px;height:13px}.dashboard-page__realm-stat-value{font-size:.75rem}.dashboard-page__realm-play-button{width:100%}}@media(max-width:480px){.dashboard-page__section{padding:6rem 1rem 1rem}.dashboard-page__container{padding:1.5rem}.dashboard-page__header{margin-bottom:1.5rem}.dashboard-page__title{font-size:1.75rem}.dashboard-page__subtitle{font-size:.85rem}.dashboard-page__card{padding:1.5rem}.dashboard-page__card-title{font-size:1rem}.dashboard-page__action-button{padding:.85rem 1rem;font-size:.85rem}.dashboard-page__modal-content{padding:1.5rem}.dashboard-page__modal-title{font-size:1.25rem}.dashboard-page__modal-actions{flex-direction:column-reverse}.dashboard-page__modal-button{width:100%}}.realms-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background-image:url(/assets/hero-background_2560x1440-DPZaGcQt.webp);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.realms-page:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:0}.realms-page__section{position:relative;z-index:1;flex:1;padding:8rem 2rem 2rem;min-height:100vh}.realms-page__container{background-color:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.1);padding:2.5rem;max-width:1100px;width:100%;margin:0 auto;box-shadow:0 10px 40px #0000004d}.realms-page__header{margin-bottom:2rem;text-align:center}.realms-page__title{font-family:Merriweather,serif;font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.realms-page__subtitle{font-family:Inter,sans-serif;font-size:.95rem;color:#ffffffb3;margin:0}.realms-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.realms-page__card{background:linear-gradient(to bottom,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.realms-page__card:hover{background:linear-gradient(to bottom,#ffffff14,#ffffff0a);border-color:#fff3;transform:translateY(-2px)}.realms-page__card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.1)}.realms-page__realm-name{font-family:Merriweather,serif;font-size:1.2rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.realms-page__realm-status{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;display:inline-flex;align-items:center;gap:.4rem}.realms-page__status-indicator{width:6px;height:6px;border-radius:50%;display:inline-block}.realms-page__realm-status--online .realms-page__status-indicator{background-color:#4ade80;animation:pulse-green 2s ease-in-out infinite}.realms-page__realm-status--offline .realms-page__status-indicator{background-color:#f87171}.realms-page__realm-status--upcoming .realms-page__status-indicator{background-color:#94a3b8}.realms-page__realm-status--online{color:#4ade80}.realms-page__realm-status--offline{color:#f87171}.realms-page__realm-status--upcoming{color:#94a3b8}@keyframes pulse-green{0%,to{opacity:1}50%{opacity:.4}}.realms-page__stats{display:flex;flex-direction:column;gap:.6rem}.realms-page__stat-item{display:flex;justify-content:space-between;align-items:center}.realms-page__stat-label{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3}.realms-page__stat-value{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#fff}.realms-page__join-button{padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#fff;background:linear-gradient(to bottom,#0a1a23,#05141a);border:none;border-radius:8px;cursor:pointer;transition:opacity .3s ease,transform .2s ease;white-space:nowrap;width:100%;margin-top:auto}.realms-page__join-button:hover:not(:disabled){opacity:.9}.realms-page__join-button:active:not(:disabled){transform:scale(.98)}.realms-page__join-button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:1024px){.realms-page__section{padding-top:7rem}.realms-page__container{max-width:900px}.realms-page__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media(max-width:768px){.realms-page__section{padding:7rem 1.5rem 1.5rem}.realms-page__container{padding:2rem}.realms-page__title{font-size:2rem}.realms-page__subtitle{font-size:.9rem}.realms-page__grid{grid-template-columns:1fr;gap:1.25rem}.realms-page__card{padding:1.25rem}.realms-page__realm-name{font-size:1.25rem}}@media(max-width:480px){.realms-page__section{padding:6rem 1rem 1rem}.realms-page__container{padding:1.5rem}.realms-page__header{margin-bottom:1.5rem}.realms-page__title{font-size:1.75rem}.realms-page__subtitle{font-size:.85rem}.realms-page__grid{gap:1rem}.realms-page__card{padding:1.25rem;gap:1rem}.realms-page__realm-name{font-size:1.15rem}.realms-page__realm-status{font-size:.75rem}.realms-page__stat-label,.realms-page__stat-value{font-size:.85rem}.realms-page__join-button{padding:.75rem 1.25rem;font-size:.85rem}}.character-creation-container{min-height:100vh;background:linear-gradient(to bottom,#0f172a,#1e293b);display:flex;align-items:center;justify-content:center;padding:2rem}.character-creation-container__content{width:100%;max-width:700px;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem;box-shadow:0 8px 32px #0000004d}.character-creation-container__header{margin-bottom:2.5rem}.character-creation-container__title{font-family:Merriweather,serif;font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin:0 0 .5rem}.character-creation-container__subtitle{font-family:Inter,sans-serif;font-size:1.125rem;color:#fff9;text-align:center;margin:0}.character-creation-container__form{display:flex;flex-direction:column;gap:2rem}.character-creation-container__form-section{display:flex;flex-direction:column;gap:.75rem}.character-creation-container__section-label{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.character-creation-container__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.character-creation-container__form-column{display:flex;flex-direction:column;gap:.75rem}.character-creation-container__avatar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.character-creation-container__avatar-option{aspect-ratio:1;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.character-creation-container__avatar-option:hover:not(.character-creation-container__avatar-option--disabled){background:#ffffff1a;border-color:#60a5fa80;transform:translateY(-2px)}.character-creation-container__avatar-option--selected{background:#60a5fa26;border-color:#60a5fa;box-shadow:0 0 20px #60a5fa4d}.character-creation-container__avatar-option--disabled{opacity:.3;cursor:not-allowed;filter:grayscale(100%)}.character-creation-container__avatar-option--disabled .character-creation-container__avatar-image{opacity:.5}.character-creation-container__avatar-image{width:100%;height:100%;object-fit:contain}.character-creation-container__input-wrapper{position:relative}.character-creation-container__input{font-family:Inter,sans-serif;font-size:1rem;padding:.875rem 4rem .875rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;transition:all .2s ease;width:100%}.character-creation-container__input:focus{outline:none;border-color:#60a5fa;background:#ffffff1f;box-shadow:0 0 0 3px #60a5fa1a}.character-creation-container__input::placeholder{color:#fff6}.character-creation-container__input:disabled{opacity:.5;cursor:not-allowed}.character-creation-container__char-count-inline{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-family:Inter,sans-serif;font-size:.8rem;color:#fff6;pointer-events:none}.character-creation-container__gender-options{display:flex;flex-direction:row;gap:.75rem}.character-creation-container__gender-option{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;transition:all .2s ease;height:50px}.character-creation-container__gender-option:hover{background:#ffffff14;border-color:#fff3}.character-creation-container__gender-option--active{background:#60a5fa1f;border-color:#60a5fa}.character-creation-container__gender-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#60a5fa}.character-creation-container__gender-option span{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#ffffffe6}.character-creation-container__gender-icon{font-size:1.25rem;font-weight:700}.character-creation-container__gender-icon--male{color:#60a5fa}.character-creation-container__gender-icon--female{color:#f472b6}.character-creation-container__message{font-family:Inter,sans-serif;font-size:.95rem;padding:.875rem 1rem;border-radius:8px;text-align:center}.character-creation-container__message--error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.character-creation-container__message--success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#86efac}.character-creation-container__action-buttons{display:flex;gap:1rem;margin-top:.5rem}.character-creation-container__back-button{flex:1;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;padding:1rem;background:#ffffff14;color:#ffffffe6;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s ease}.character-creation-container__back-button:hover:not(:disabled){background:#ffffff1f;transform:translateY(-1px)}.character-creation-container__back-button:disabled{opacity:.5;cursor:not-allowed}.character-creation-container__creation-button{flex:1;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;padding:1rem;background:linear-gradient(to bottom,#0a1a23,#05141a);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.character-creation-container__creation-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #60a5fa4d}.character-creation-container__creation-button:active:not(:disabled){transform:translateY(0)}.character-creation-container__creation-button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.character-creation-container__content{padding:2rem 1.5rem}.character-creation-container__title{font-size:2rem}.character-creation-container__form-row{grid-template-columns:1fr;gap:1.5rem}.character-creation-container__avatar-grid{grid-template-columns:repeat(4,1fr);gap:.75rem}.character-creation-container__avatar-option{padding:.5rem}.character-creation-container__action-buttons{flex-direction:column}}@media(max-width:480px){.character-creation-container{padding:1rem}.character-creation-container__content{padding:1.5rem 1rem}.character-creation-container__header{margin-bottom:2rem}.character-creation-container__title{font-size:1.75rem}.character-creation-container__subtitle{font-size:1rem}.character-creation-container__avatar-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.character-creation-container__avatar-option{padding:.375rem}}.game-modal-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:200;pointer-events:auto}.game-modal{width:95%;max-width:1000px;height:auto;max-height:95vh;display:flex;flex-direction:column;background:transparent;pointer-events:auto}.game-modal--compact{max-height:350px}.game-modal__header{display:flex;align-items:stretch;gap:0;height:48px;position:relative}.game-modal__tab{flex:1;background:linear-gradient(180deg,#1e3a5f,#152844);border:2px solid rgba(96,165,250,.3);border-bottom:none;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;align-items:center;justify-content:center;padding:0 1rem;box-shadow:0 -2px 8px #0003}.game-modal__title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:#60a5fa;letter-spacing:.02em}.game-modal__close{position:absolute;top:10px;right:10px;width:28px;height:28px;background:#60a5fa26;border:1px solid rgba(96,165,250,.3);border-radius:6px;color:#fffc;font-size:1.25rem;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1;padding:0}.game-modal__close:hover{background:#60a5fa40;color:#fff;border-color:#60a5fa80}.game-modal__content{flex:1;background:#1e3a5f66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(96,165,250,.3);border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;padding:1.5rem;overflow-y:auto;box-shadow:0 8px 32px #00000040;font-family:Inter,sans-serif;color:#ffffffe6}.game-modal__content::-webkit-scrollbar{width:8px}.game-modal__content::-webkit-scrollbar-track{background:#0003;border-radius:4px}.game-modal__content::-webkit-scrollbar-thumb{background:#60a5fa66;border-radius:4px}.game-modal__content::-webkit-scrollbar-thumb:hover{background:#60a5fa99}.building-modal-content{padding:0;overflow:hidden;display:flex;flex-direction:column;height:100%}.building-modal-content__in-progress{text-align:center;padding:40px 20px}.building-modal-content__info{margin-top:15px;font-size:18px}.building-modal-content__current-info{padding:15px 20px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;display:flex;justify-content:center;align-items:center;text-align:center}.building-modal-content__current-info--has-action{justify-content:space-between;text-align:left}.building-modal-content__current-info p{margin:0}.building-modal-content__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;overflow-y:auto;flex:1;min-height:0;padding:20px}.building-modal-content__grid::-webkit-scrollbar{width:8px}.building-modal-content__grid::-webkit-scrollbar-track{background:#0003;border-radius:4px}.building-modal-content__grid::-webkit-scrollbar-thumb{background:#60a5fa66;border-radius:4px}.building-modal-content__grid::-webkit-scrollbar-thumb:hover{background:#60a5fa99}.building-modal-content__card{display:flex;flex-direction:column;background:#0000004d;border:2px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;transition:all .2s ease;min-height:280px;height:fit-content}.building-modal-content__card:hover:not(.building-modal-content__card--disabled){border-color:#60a5fa80;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.building-modal-content__card--selected{border-color:#60a5facc}.building-modal-content__card--disabled{opacity:.6}.building-modal-content__card-image-container{position:relative;width:100%;aspect-ratio:1;background:#0003;overflow:hidden;padding:8px;display:flex;align-items:center;justify-content:center}.building-modal-content__card-image-container:after{content:"";position:absolute;inset:8px;pointer-events:none}.building-modal-content__card-image{width:80%;height:80%;object-fit:contain}.building-modal-content__card-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:8px}.building-modal-content__card-overlay-text{color:#f44;font-size:11px;font-weight:700;text-align:center;line-height:1.2}.building-modal-content__card-content{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1}.building-modal-content__card-title{margin:0;font-size:14px;font-weight:600;color:#fff;text-align:center;line-height:1.2}.building-modal-content__card-level{font-size:11px;color:#60a5fa;text-align:center;font-weight:500}.building-modal-content__card-costs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px;background:#0003;border-radius:4px}.building-modal-content__card-cost{display:flex;align-items:center;gap:4px;font-size:11px;color:#fff;justify-content:center}.building-modal-content__card-cost-icon{font-size:12px}.building-modal-content__card-cost--insufficient{color:#f44}.building-modal-content__card-info{display:flex;justify-content:center;font-size:11px;color:#e0e0e0}.building-modal-content__card-build-time{display:flex;align-items:center;gap:4px}.building-modal-content__card-build-button{width:100%;padding:8px;background:linear-gradient(to bottom,#60a5fa,#3b82f6);color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:auto}.building-modal-content__card-build-button:hover:not(:disabled){background:linear-gradient(to bottom,#3b82f6,#2563eb)}.building-modal-content__card-build-button:disabled{opacity:.5;cursor:not-allowed}.building-modal-content__option{padding:20px;background:#0000004d;border:2px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:all .2s ease}.building-modal-content__option:hover:not(.building-modal-content__option--disabled){background:#0006;border-color:#fff3}.building-modal-content__option--selected{background:#0006;border-color:#60a5facc}.building-modal-content__option--disabled{opacity:.5;cursor:not-allowed}.building-modal-content__option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.building-modal-content__option-name{margin:0;font-size:18px;color:#fff}.building-modal-content__insufficient{color:#f44;font-size:12px;font-weight:700}.building-modal-content__option-description{margin:0 0 15px;color:#e0e0e0;font-size:14px;line-height:1.4}.building-modal-content__costs{display:flex;gap:15px;margin-bottom:15px;padding:10px;background:#0003;border-radius:6px}.building-modal-content__cost-item{display:flex;align-items:center;gap:5px;font-size:14px;color:#fff}.building-modal-content__cost-item .building-modal-content__cost-item--insufficient{color:#f44}.building-modal-content__stats{display:flex;gap:20px;font-size:14px}.building-modal-content__stat{display:flex;gap:8px}.building-modal-content__stat-label{color:#e0e0e0}.building-modal-content__stat-value{color:#fff;font-weight:700}.building-modal-content__actions{padding:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;gap:15px;flex-shrink:0}.building-modal-content__build-button{padding:12px 40px;color:#fff;background:linear-gradient(to bottom,#0a1a23,#05141a);border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s ease}.building-modal-content__build-button:hover:not(:disabled){opacity:.9}.building-modal-content__build-button:disabled{opacity:.5;cursor:not-allowed}.building-modal-content__demolish-button{padding:12px 40px;color:#fff;background:linear-gradient(to bottom,#ef4444,#dc2626);border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.building-modal-content__demolish-button:hover:not(:disabled){background:linear-gradient(to bottom,#f87171,#ef4444)}.building-modal-content__demolish-button:disabled{opacity:.5;cursor:not-allowed}.building-modal-content__special-action-button{padding:12px 40px;color:#fff;background:linear-gradient(to bottom,#3b82f6,#2563eb);border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.building-modal-content__special-action-button:hover:not(:disabled){background:linear-gradient(to bottom,#60a5fa,#3b82f6)}.building-modal-content__special-action-button:disabled{opacity:.5;cursor:not-allowed}.building-modal-content__cannot-demolish-message{color:#fbbf24;font-size:14px;margin:0;padding:12px;text-align:center}.building-modal-content__special-action-button-header{padding:10px 24px;color:#0a1a23;background:#fff;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.building-modal-content__special-action-button-header:hover:not(:disabled){background:#ffffffe6}.building-modal-content__special-action-button-header:disabled{opacity:.5;cursor:not-allowed}.building-modal-upgrade{display:flex;flex-direction:column;height:100%;padding:20px;gap:20px}.building-modal-upgrade--with-functionality{height:100%}.building-modal-upgrade__top{display:flex;gap:20px;align-items:flex-start}.building-modal-upgrade__image-section{display:flex;gap:16px;flex:1}.building-modal-upgrade__image-container{position:relative;width:150px;height:150px;flex-shrink:0;background:#0003;border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:center}.building-modal-upgrade__image{width:100%;height:100%;object-fit:contain}.building-modal-upgrade__demolish-icon{position:absolute;bottom:8px;right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:28px;cursor:pointer;transition:all .2s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.building-modal-upgrade__demolish-icon:hover{transform:scale(1.15)}.building-modal-upgrade__info{display:flex;flex-direction:column;gap:12px;flex:1}.building-modal-upgrade__benefit{color:#60a5fa;font-size:13px;font-weight:500;font-style:italic}.building-modal-upgrade__description{color:#e0e0e0;font-size:14px;line-height:1.5}.building-modal-upgrade__costs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:10px;background:#0003;border-radius:6px}.building-modal-upgrade__cost{display:flex;align-items:center;gap:6px;font-size:13px;color:#fff}.building-modal-upgrade__cost-icon{font-size:14px}.building-modal-upgrade__cost--insufficient{color:#f44}.building-modal-upgrade__build-time{display:flex;align-items:center;gap:6px;font-size:13px;color:#e0e0e0}.building-modal-upgrade__actions{display:flex;flex-direction:column;gap:10px;min-width:140px}.building-modal-upgrade__upgrade-button{padding:12px 24px;background:linear-gradient(to bottom,#60a5fa,#3b82f6);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.building-modal-upgrade__upgrade-button:hover:not(:disabled){background:linear-gradient(to bottom,#3b82f6,#2563eb)}.building-modal-upgrade__upgrade-button:disabled{opacity:.5;cursor:not-allowed}.building-modal-upgrade__speedup-button{padding:12px 24px;background:linear-gradient(to bottom,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.building-modal-upgrade__speedup-button:hover:not(:disabled){background:linear-gradient(to bottom,#f59e0b,#d97706)}.building-modal-upgrade__speedup-button:disabled{opacity:.5;cursor:not-allowed}.building-modal-upgrade__functionality{flex:1;background:#0003;border:2px solid rgba(255,255,255,.1);border-radius:8px;padding:20px;overflow-y:auto}.building-modal-upgrade__functionality-placeholder{color:#9ca3af;text-align:center;padding:40px 20px;font-style:italic}.status-modal-content{padding:20px}.status-modal-content__section{margin-bottom:30px}.status-modal-content__section-title{font-size:18px;color:#fff;margin:0 0 15px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.status-modal-content__empty{padding:40px 20px;text-align:center;color:#e0e0e0}.status-modal-content__queue-list{display:flex;flex-direction:column;gap:15px}.status-modal-content__queue-item{background:#0000004d;border:2px solid rgba(255,255,255,.1);border-radius:8px;padding:15px;transition:all .2s ease}.status-modal-content__queue-item:hover{background:#0006;border-color:#fff3}.status-modal-content__queue-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.status-modal-content__queue-item-building{display:flex;align-items:center;gap:12px}.status-modal-content__queue-item-icon{font-size:24px}.status-modal-content__queue-item-info{display:flex;flex-direction:column;gap:4px}.status-modal-content__queue-item-name{font-size:16px;font-weight:700;color:#fff}.status-modal-content__queue-item-location{font-size:12px;color:#e0e0e0}.status-modal-content__queue-item-actions{display:flex;align-items:center;gap:12px}.status-modal-content__queue-item-timer{font-size:16px;font-weight:700;color:#60a5fa;font-family:Courier New,monospace}.status-modal-content__speed-up-button{padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#0a1a23;background:linear-gradient(to bottom,#f3f4f6,#e5e7eb);border:1px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.status-modal-content__speed-up-button:hover{background:linear-gradient(to bottom,#fff,#f3f4f6)}.status-modal-content__speed-up-button:active{transform:scale(.98)}.status-modal-content__queue-item-progress{width:100%;height:6px;background:#0000004d;border-radius:3px;overflow:hidden}.status-modal-content__queue-item-progress-bar{height:100%;background:linear-gradient(90deg,#60a5fa,#93c5fd);transition:width 1s linear;box-shadow:0 0 10px #60a5fa80}.status-modal-content__notification{padding:15px;background:#0a1a23cc;border:2px solid rgba(255,255,255,.2);border-radius:8px;text-align:center}.status-modal-content__notification-text{margin:0;color:#fff;font-weight:700;font-size:14px}.town-map-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:url(/assets/grass2-DrO_4Q3o.png) repeat;background-size:64px 64px;filter:brightness(.95) saturate(.85) hue-rotate(5deg);overflow:hidden;-webkit-user-select:none;user-select:none}.town-map-container__wrapper{display:flex;align-items:center;justify-content:center;transition:transform .1s ease-out;transform-origin:center center}.town-map-container__svg{width:95vmin;height:95vmin;pointer-events:all;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.town-map-container__label{position:absolute;top:20px;left:50%;transform:translate(-50%);background:#1e3a8ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;padding:10px 20px;border-radius:8px;font-size:16px;font-weight:700;pointer-events:none;animation:fadeIn .2s ease;border:1px solid rgba(147,197,253,.3);box-shadow:0 4px 6px #0000004d;z-index:10}.town-map-container__controls{position:fixed;top:10px;left:10px;display:flex;gap:.5rem;z-index:90}.town-map-container__zoom-indicator{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:none;color:#ffffffb3;border-radius:7px;pointer-events:none;white-space:nowrap;display:inline-flex;align-items:center;height:36px;box-sizing:border-box}.town-map-container__reset-button{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;padding:0;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:none;color:#ffffffb3;cursor:pointer;border-radius:7px;transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;box-sizing:border-box;flex-shrink:0}.town-map-container__reset-button:hover{background:#ffffff1f;color:#fff}.town-map-container__reset-button svg{display:block}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.town-map-container__building-3d{animation:buildingGrow .8s ease-out forwards;transform-origin:center bottom;transform-box:fill-box}@keyframes buildingGrow{0%{opacity:0;transform:scale(.1) translateY(50px)}50%{opacity:1;transform:scale(1.1) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}.town-map-container__building-label{-webkit-user-select:none;user-select:none}.town-map-container__plot--building{fill:#ff8c00!important;stroke:#000!important;stroke-width:2px!important;stroke-dasharray:8,4!important;animation:buildingPulse 2s ease-in-out infinite}@keyframes buildingPulse{0%,to{opacity:.8}50%{opacity:.5}}.game-screen-container{height:100vh;min-width:1024px;background:#2a4a6f;display:grid;grid-template-rows:40px 1fr 220px;grid-template-columns:1fr 320px;position:relative;overflow:auto}.game-screen-container__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.game-screen-container__loading-logo{width:120px;height:auto;animation:pulse 2s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(96,165,250,.3))}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.game-screen-container__status-bar{grid-row:1;grid-column:1 / -1;background:#0f172a;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.game-screen-container__realm-info{display:flex;align-items:center;gap:1rem;font-family:Inter,sans-serif}.game-screen-container__status-bar-nav{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif}.game-screen-container__nav-link-button{background:none;border:none;color:#fffc;font-family:Inter,sans-serif;font-size:.85rem;cursor:pointer;transition:color .2s ease;padding:.5rem}.game-screen-container__nav-link-button:hover{color:#fff}.game-screen-container__nav-separator{color:#ffffff4d;font-size:.875rem}.game-screen-container__realm-label{font-size:.875rem;font-weight:600;color:#60a5fa;text-transform:uppercase;letter-spacing:.05em}.game-screen-container__realm-time{font-size:.875rem;font-weight:500;color:#fffc;font-family:Courier New,monospace}.game-screen-container__center-canvas{grid-row:2;grid-column:1;display:flex;flex-direction:column;position:relative;overflow:hidden;min-width:0}.game-screen-container__view-tabs-panel{position:absolute;top:10px;right:10px;display:flex;gap:.5rem;z-index:10}.game-screen-container__view-tab{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;background:#60a5fa;border:none;color:#fff;cursor:pointer;border-radius:7px;transition:all .2s ease;white-space:nowrap}.game-screen-container__view-tab:hover{background:#3b82f6}.game-screen-container__view-tab--active{background:#0f172a}.game-screen-container__game-canvas{flex:1;background:#2a4a6f;display:flex;align-items:center;justify-content:center;overflow:visible;position:relative;min-height:0}.game-screen-container__canvas-placeholder{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:#ffffff4d;text-transform:uppercase;letter-spacing:.1em}.game-screen-container__right-sidebar{grid-row:2 / 4;grid-column:2;background:#0f172a;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow-y:auto}.game-screen-container__right-sidebar::-webkit-scrollbar{width:6px}.game-screen-container__right-sidebar::-webkit-scrollbar-track{background:#0003}.game-screen-container__right-sidebar::-webkit-scrollbar-thumb{background:#60a5fa4d;border-radius:3px}.game-screen-container__right-sidebar::-webkit-scrollbar-thumb:hover{background:#60a5fa80}.game-screen-container__sidebar-section{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.game-screen-container__player-info-section{display:flex;flex-direction:column;align-items:center;gap:.75rem}.game-screen-container__sidebar-avatar{width:80px;height:80px;border-radius:8px;border:2px solid rgba(96,165,250,.3)}.game-screen-container__sidebar-player-name{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#fff;text-align:center}.game-screen-container__sidebar-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%}.game-screen-container__sidebar-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-family:Inter,sans-serif;font-size:.75rem;color:#fff}.game-screen-container__sidebar-stat-icon{width:20px;height:20px;color:#60a5fa}.game-screen-container__city-selector-section{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.game-screen-container__city-slot{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.game-screen-container__city-slot:hover{background:#ffffff1a;border-color:#60a5fa80}.game-screen-container__city-slot--active{background:#60a5fa33;border-color:#60a5fa;color:#60a5fa}.game-screen-container__city-slot--empty{color:#ffffff4d}.game-screen-container__always-visible-stats{display:flex;flex-direction:column;gap:.5rem}.game-screen-container__stat-row{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.85rem;color:#fff}.game-screen-container__stat-label{font-weight:600;color:#ffffffb3;min-width:80px}.game-screen-container__stat-icon{font-size:1rem;width:1.25rem;text-align:center}.game-screen-container__stat-value{font-weight:600;flex:1}.game-screen-container__stat-percentage,.game-screen-container__stat-cost,.game-screen-container__stat-available{font-size:.75rem;color:#fff9}.game-screen-container__stat-cost{color:#ef4444}.game-screen-container__stat-separator{height:1px;background:#ffffff1a;margin:.25rem 0}.game-screen-container__tabbed-detail-section{display:flex;flex-direction:column;flex:1;min-height:0;padding:0}.game-screen-container__sidebar-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.1)}.game-screen-container__sidebar-tab{flex:1;padding:.75rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#fff9;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.game-screen-container__sidebar-tab:hover{color:#fff;background:#ffffff0d}.game-screen-container__sidebar-tab--active{color:#60a5fa;border-bottom-color:#60a5fa}.game-screen-container__sidebar-tab-content{padding:1rem;overflow-y:auto;flex:1;min-height:0}.game-screen-container__sidebar-tab-content::-webkit-scrollbar{width:6px}.game-screen-container__sidebar-tab-content::-webkit-scrollbar-track{background:#0003}.game-screen-container__sidebar-tab-content::-webkit-scrollbar-thumb{background:#60a5fa4d;border-radius:3px}.game-screen-container__sidebar-tab-content::-webkit-scrollbar-thumb:hover{background:#60a5fa80}.game-screen-container__detail-row{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-family:Inter,sans-serif;font-size:.85rem}.game-screen-container__detail-icon{font-size:1rem;width:1.25rem;text-align:center}.game-screen-container__detail-name{color:#ffffffb3;min-width:60px}.game-screen-container__detail-amount{color:#fff;font-weight:600;flex:1;text-align:right}.game-screen-container__detail-production{color:#10b981;font-size:.75rem;min-width:50px;text-align:right}.game-screen-container__bottom-panel{grid-row:3;grid-column:1;background:#0f172a;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:auto 1fr;gap:0}.game-screen-container__bottom-left-area{display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.1);min-height:0;padding:.75rem}.game-screen-container__button-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem;flex:1;min-height:0;height:100%}.game-screen-container__grid-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 1.5rem;background:#60a5fa26;border:2px solid rgba(96,165,250,.4);border-radius:8px;color:#60a5fa;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0003}.game-screen-container__grid-button:hover{background:#60a5fa40;border-color:#60a5fa99;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.game-screen-container__grid-button-icon{font-size:1.75rem;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.game-screen-container__grid-button-label{font-size:.7rem;font-weight:600;text-align:center;line-height:1.2}.game-screen-container__bottom-center-area{display:flex;min-width:0;min-height:0;overflow:hidden}.game-screen-container__chat-container{display:flex;height:100%;width:100%}.game-screen-container__chat-tabs{display:flex;flex-direction:column;background:#0003;border-right:1px solid rgba(255,255,255,.1);width:120px}.game-screen-container__chat-tab{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;padding:0 .75rem;background:transparent;border:none;border-left:3px solid transparent;color:#fff9;cursor:pointer;transition:all .2s ease;text-align:left;flex:1;display:flex;align-items:center;justify-content:space-between;position:relative}.game-screen-container__chat-unread-badge{background:#60a5fa4d;color:#60a5fa;font-size:.7rem;font-weight:700;padding:.15rem .4rem;border-radius:10px;min-width:18px;text-align:center;margin-left:.5rem;border:1px solid rgba(96,165,250,.5)}.game-screen-container__chat-tab:hover{background:#ffffff0d;color:#fff}.game-screen-container__chat-tab--world.game-screen-container__chat-tab--active{background:#ffffff1a;color:#ffffffd9;border-left-color:#ffffffd9}.game-screen-container__chat-tab--guild.game-screen-container__chat-tab--active{background:#60a5fa1a;color:#60a5fa;border-left-color:#60a5fa}.game-screen-container__chat-tab--private.game-screen-container__chat-tab--active{background:#fbbf241a;color:#fbbf24;border-left-color:#fbbf24}.game-screen-container__chat-window{flex:1;display:flex;flex-direction:column;background:#ffffff05}.game-screen-container__chat-messages{flex:1;padding:1rem;overflow-y:scroll;overflow-x:hidden;display:flex;flex-direction:column;gap:.5rem;position:relative;min-height:0}.game-screen-container__chat-messages>*:first-child{margin-top:auto}.game-screen-container__chat-messages::-webkit-scrollbar{width:6px}.game-screen-container__chat-messages::-webkit-scrollbar-track{background:#0003;border-radius:3px}.game-screen-container__chat-messages::-webkit-scrollbar-thumb{background:#60a5fa4d;border-radius:3px}.game-screen-container__chat-messages::-webkit-scrollbar-thumb:hover{background:#60a5fa80}.game-screen-container__chat-message{display:flex;gap:.5rem;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.4;align-items:baseline}.game-screen-container__chat-timestamp{color:#fff6;font-size:.75rem;font-weight:500;font-family:Courier New,monospace;flex-shrink:0}.game-screen-container__chat-username{font-weight:600;flex-shrink:0;cursor:pointer;transition:opacity .2s ease}.game-screen-container__chat-username:hover{opacity:.8}.game-screen-container__chat-username--world{color:#ffffffd9}.game-screen-container__chat-username--guild{color:#60a5fa}.game-screen-container__chat-username--private{color:#fbbf24}.game-screen-container__chat-username--system{color:#10b981;font-weight:700}.game-screen-container__chat-message--system{background:#10b9810d;padding:.25rem .5rem;margin:.25rem -.5rem;border-radius:4px;border-left:2px solid #10b981}.game-screen-container__chat-text{color:#ffffffd9;font-weight:400}.game-screen-container__chat-text--system{color:#10b981;font-weight:500}.game-screen-container__chat-to-prefix{color:#fff6;font-weight:400}.game-screen-container__chat-input-container{display:flex;padding:.75rem;gap:.5rem;border-top:1px solid rgba(255,255,255,.1)}.game-screen-container__chat-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.5rem;color:#fff;font-family:Inter,sans-serif;font-size:.85rem}.game-screen-container__chat-input:focus{outline:none;border-color:#60a5fa80}.game-screen-container__chat-send-btn{background:#60a5fa33;border:1px solid rgba(96,165,250,.4);border-radius:4px;padding:.5rem 1rem;color:#60a5fa;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.game-screen-container__chat-send-btn:hover{background:#60a5fa4d}.app{width:100%;min-height:100vh}
