:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background:#0a0a0e}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0;padding:0}html,body{min-height:100vh}body{min-width:320px;min-height:100vh}.home-page{min-height:calc(100vh - 72px);width:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 24px;box-sizing:border-box;background-size:cover;background-position:center;background-repeat:no-repeat}.home-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.home-content h1{margin:0 0 12px;font-size:2.5rem;font-weight:700}.home-content p{margin:0 0 28px;color:#ffffffb3;font-size:1rem}.start-button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:220px;padding:14px 28px;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff;background:#ffffff1f;font:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.start-button:hover{background:#fff3;border-color:#ffffff40;transform:translateY(-1px)}.start-button-title{font-size:1rem;font-weight:700}.top-bar{position:fixed;top:0;left:0;right:0;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;background:#0a0a0ee0;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.top-bar-left{display:flex;align-items:center;min-width:0;height:100%}.logo-button{display:flex;align-items:center;height:100%;padding:0 24px 0 4px;border:0;background:transparent;cursor:pointer}.discordiny-logo{display:block;max-width:180px;max-height:52px;width:auto;height:auto}.main-navigation{display:flex;align-items:center;gap:4px;height:100%}.main-navigation>button,.topbar-dropdown>button{height:40px;padding:0 14px;border:0;border-radius:8px;color:#ffffffbf;background:transparent;font:inherit;font-size:.95rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease}.main-navigation>button:hover,.topbar-dropdown>button:hover{color:#fff;background:#ffffff14}.topbar-dropdown{position:relative;display:flex;align-items:center;height:100%}.topbar-dropdown-trigger{display:flex;align-items:center;justify-content:center;gap:7px}.topbar-dropdown-arrow{display:inline-block;font-size:.55rem;opacity:.55;transition:transform .15s ease,opacity .15s ease}.topbar-dropdown-trigger:hover .topbar-dropdown-arrow{opacity:1}.topbar-dropdown-arrow.open{transform:rotate(180deg)}.topbar-dropdown-menu{position:absolute;top:calc(100% - 8px);left:50%;transform:translate(-50%);min-width:170px;display:flex;flex-direction:column;padding:6px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0f0f14f7;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:300}.topbar-dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;width:100%;height:10px}.topbar-dropdown-menu button{width:100%;padding:10px 12px;border:0;border-radius:7px;color:#ffffffd9;background:transparent;font:inherit;font-size:.88rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.topbar-dropdown-menu button:hover{color:#fff;background:#ffffff14}.account-button{display:flex;align-items:center;gap:10px;flex-shrink:0;height:44px;padding:0 14px 0 8px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;background:#ffffff0f;font:inherit;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.account-button:hover{background:#ffffff1a;border-color:#fff3}.account-button img{width:28px;height:28px;object-fit:contain;border-radius:50%}.account-button span{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-navigation{display:none}@media(max-width:767px){.top-bar{padding:0 14px}.top-bar-left{flex:1}.main-navigation{display:none}.mobile-navigation{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:center}.mobile-navigation-button{display:flex;align-items:center;justify-content:center;gap:7px;min-width:100px;height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;background:#ffffff14;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer}.mobile-navigation-arrow{font-size:.65rem;transition:transform .15s ease}.mobile-navigation-arrow.open{transform:rotate(180deg)}.mobile-navigation-menu{position:absolute;top:48px;left:50%;transform:translate(-50%);min-width:200px;max-height:calc(100vh - 90px);overflow-y:auto;display:flex;flex-direction:column;padding:6px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0f0f14f5;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:200}.mobile-navigation-menu>button{width:100%;padding:11px 14px;border:0;border-radius:7px;color:#fff;background:transparent;font:inherit;font-size:.9rem;text-align:left;cursor:pointer}.mobile-navigation-menu>button:hover{background:#ffffff1a}.mobile-navigation-menu .mobile-submenu-trigger{display:flex;align-items:center;justify-content:space-between}.mobile-submenu-arrow{display:inline-block;font-size:.55rem;opacity:.55;transition:transform .15s ease}.mobile-submenu-arrow.open{transform:rotate(180deg)}.mobile-submenu{display:flex;flex-direction:column;margin:0 4px 4px;padding:3px 0 3px 8px;border-left:1px solid rgba(255,255,255,.1)}.mobile-submenu button{width:100%;padding:9px 12px;border:0;border-radius:6px;color:#ffffffa6;background:transparent;font:inherit;font-size:.84rem;text-align:left;cursor:pointer}.mobile-submenu button:hover{color:#fff;background:#ffffff14}.account-button span{display:none}.account-button img{width:38px;height:38px}}.account-container{position:relative;display:flex;align-items:center}.account-menu{position:absolute;top:calc(100% + 10px);right:0;width:220px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0f0f14f7;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:300}.account-menu-user{display:flex;align-items:center;gap:10px;padding:8px}.account-menu-user img{width:38px;height:38px;border-radius:50%;object-fit:cover}.account-menu-user div{min-width:0;display:flex;flex-direction:column;gap:2px}.account-menu-user strong{color:#fff;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-user span{color:#ffffff80;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-divider{height:1px;margin:6px 0;background:#ffffff14}.account-menu-logout,.account-menu-profile{width:100%;padding:10px;border:0;border-radius:7px;color:#ffffffd9;background:transparent;font:inherit;font-size:.85rem;text-align:left;cursor:pointer}.account-menu-profile:hover,.account-menu-logout:hover{background:#ffffff14}.profile-screen{min-height:100vh;background:#070a10}.profile-page{min-height:100vh;padding:92px 18px 32px;background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;transition:background-image .35s ease;box-sizing:border-box}.profile-page-static{background:#070a10}.profile-container{width:min(1050px,100%);margin:0 auto;overflow:visible}.profile-loading,.profile-error{width:min(650px,100%);margin:30px auto;padding:22px;text-align:center;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#05080fcc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.profile-error{color:#ff7676}.travel-error{margin-top:10px;padding:9px 12px;border:1px solid rgba(255,70,70,.25);border-radius:8px;background:#6e0f0f66;color:#f99;font-size:12px}.profile-block{position:relative;margin-top:12px;padding:16px 18px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#05080fb8;box-shadow:0 8px 24px #0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box}.profile-block-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.profile-block-header h2{margin:0;font-size:16px;font-weight:700}.profile-block-header p{margin:3px 0 0;font-size:11px;opacity:.5}.profile-label{display:block;margin-bottom:3px;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.5}.profile-header{position:relative;z-index:20;overflow:visible;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#05080fb3;box-shadow:0 10px 30px #00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box}.profile-identity{display:flex;align-items:center;gap:14px;min-width:0}.profile-avatar{width:64px;height:64px;flex:0 0 64px;border:2px solid rgba(255,255,255,.12);border-radius:50%;object-fit:cover}.profile-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#ffffff14;font-size:24px;font-weight:700}.profile-name-section{min-width:0}.profile-name-section h1{margin:0;font-size:23px;line-height:1.05;font-weight:800}.profile-title{margin-top:5px;font-size:11px;opacity:.7}.profile-title span{opacity:.5}.profile-destination{position:relative;display:flex;align-items:flex-end;gap:9px;margin-top:9px;overflow:visible}.destination-current{min-width:100px}.destination-current strong{display:block;font-size:13px;line-height:1.2}.travel-control{position:relative;z-index:100;overflow:visible}.travel-button{display:flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:6px 10px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:#ffffff14;color:inherit;font-family:inherit;font-size:9px;font-weight:800;letter-spacing:.1em;cursor:pointer;transition:background .12s ease,border-color .12s ease}.travel-button:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.travel-button:disabled{opacity:.45;cursor:wait}.travel-arrow{display:inline-block;font-size:6px;opacity:.55;transition:transform .15s ease}.travel-arrow.open{transform:rotate(180deg)}.travel-dropdown{position:absolute;z-index:9999;top:calc(100% + 7px);left:0;width:215px;padding:5px;max-height:340px;overflow-y:auto;overflow-x:hidden;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:#07090efa;box-shadow:0 18px 50px #000000a6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);font-family:inherit;box-sizing:border-box}.travel-dropdown-title{padding:7px 9px 8px;border-bottom:1px solid rgba(255,255,255,.08);font-family:inherit;font-size:8px;font-weight:800;letter-spacing:.13em;opacity:.42}.travel-destination{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;border:0;border-bottom:1px solid rgba(255,255,255,.04);border-radius:4px;background:transparent;color:inherit;font-family:inherit;font-size:11px;font-weight:500;line-height:1.2;text-align:left;cursor:pointer;box-sizing:border-box;transition:background .1s ease,padding-left .1s ease}.travel-destination:last-child{border-bottom:0}.travel-destination:hover{padding-left:12px;background:#ffffff12}.travel-destination-active{background:#ffffff17;font-weight:700}.destination-active-label{flex-shrink:0;font-family:inherit;font-size:7px;font-weight:800;letter-spacing:.09em;opacity:.45}.travel-destination-siva{color:#f77;background:linear-gradient(90deg,#87000c75,#4100072e)}.travel-destination-siva:hover{color:#f99;background:linear-gradient(90deg,#b4001094,#50000945)}.travel-destination-siva.travel-destination-active{background:linear-gradient(90deg,#c30012a6,#55000952)}.travel-dropdown::-webkit-scrollbar{width:5px}.travel-dropdown::-webkit-scrollbar-track{background:transparent}.travel-dropdown::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.profile-weapons{min-width:105px;padding:10px 13px;border-radius:9px;background:#ffffff0b;text-align:right}.profile-weapons strong{display:block;font-size:17px}.profile-weapons-label{justify-content:flex-end}.weapon-icon-frame{width:28px;height:28px;flex:0 0 28px;display:flex;align-items:center;justify-content:center;overflow:hidden}.weapon-profile-icon{display:block;width:48px;height:48px;max-width:none;object-fit:contain}.currency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.currency-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-radius:8px;background:#ffffff09}.currency-card-label{display:flex;align-items:center;gap:9px}.currency-icon{width:26px;height:26px;flex-shrink:0;object-fit:contain}.currency-name{font-size:11px;opacity:.68}.currency-card strong{font-size:14px}.profile-block-title-with-icon{display:flex;align-items:center;gap:13px}.profile-feature-icon{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center}.profile-feature-icon img{display:block;width:100%;height:100%;object-fit:contain}.profile-stat-label{display:flex;align-items:center;gap:7px}.profile-stat-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain}.level-number{text-align:right}.level-number span{display:block;margin-bottom:2px;font-size:8px;text-transform:uppercase;letter-spacing:.08em;opacity:.5}.level-number strong{font-size:20px}.level-number small{font-size:10px;font-weight:500;opacity:.45}.xp-section{padding:12px 14px;border-radius:8px;background:#ffffff09}.xp-header,.xp-footer{display:flex;justify-content:space-between;gap:12px;font-size:10px}.xp-header{align-items:center;margin-bottom:7px}.xp-header span:first-child{font-weight:600}.xp-header>span:last-child,.xp-footer{opacity:.55}.xp-bar{width:100%;height:7px;overflow:hidden;border-radius:999px;background:#ffffff14}.xp-bar-fill{height:100%;border-radius:inherit;background:currentColor;transition:width .4s ease}.xp-footer{margin-top:6px}.level-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:9px}.level-stat{padding:10px 12px;border-radius:8px;background:#ffffff09}.level-stat span{display:block;margin-bottom:3px;font-size:9px;opacity:.5}.level-stat strong{font-size:14px}.total-power{text-align:right}.total-power span{display:block;margin-bottom:2px;font-size:8px;text-transform:uppercase;letter-spacing:.08em;opacity:.5}.total-power strong{font-size:22px;line-height:1}.power-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.power-card{min-height:60px;padding:11px 12px;border-radius:8px;background:#ffffff09}.power-card span{display:block;margin-bottom:7px;font-size:9px;line-height:1.2;opacity:.52}.power-card strong{font-size:17px}@media(max-width:800px){.profile-page{padding-top:86px}.profile-header{align-items:flex-start}.power-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.profile-page{padding:80px 12px 24px;background-attachment:scroll}.profile-header{align-items:flex-start;flex-direction:column;padding:14px}.profile-block{padding:14px}.profile-avatar{width:54px;height:54px;flex-basis:54px}.profile-name-section h1{font-size:20px}.profile-weapons{width:100%;box-sizing:border-box;text-align:left}.profile-weapons-label{justify-content:flex-start}.travel-dropdown{width:205px}.currency-grid,.level-stats,.power-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-feature-icon{width:42px;height:42px;flex-basis:42px}}@media(min-width:801px){.profile-container{width:min(1120px,100%)}.profile-header{padding:21px 24px;gap:22px}.profile-avatar{width:72px;height:72px;flex-basis:72px}.profile-identity{gap:17px}.profile-name-section h1{font-size:26px}.profile-title{margin-top:6px;font-size:12px}.profile-destination{margin-top:11px}.destination-current strong{font-size:14px}.profile-label{font-size:10px}.travel-button{min-height:32px;padding:7px 12px;font-size:10px}.profile-weapons{min-width:120px;padding:12px 15px}.profile-weapons strong{font-size:19px}.weapon-icon-frame{width:30px;height:30px;flex-basis:30px}.weapon-profile-icon{width:58px;height:58px}.profile-block{margin-top:14px;padding:19px 21px}.profile-block-header{margin-bottom:14px}.profile-block-header h2{font-size:18px}.profile-block-header p{font-size:12px}.profile-feature-icon{width:58px;height:58px;flex-basis:58px}.profile-block-title-with-icon{gap:16px}.currency-grid{gap:11px}.currency-card{padding:13px 15px}.currency-card-label{gap:10px}.currency-icon{width:30px;height:30px}.currency-name{font-size:12px}.currency-card strong{font-size:16px}.profile-stat-icon{width:22px;height:22px}.profile-stat-label{gap:8px}.level-number span{font-size:9px}.level-number strong{font-size:23px}.level-number small{font-size:11px}.xp-section{padding:14px 16px}.xp-header,.xp-footer{font-size:11px}.xp-bar{height:8px}.level-stats{gap:11px;margin-top:11px}.level-stat{padding:12px 14px}.level-stat span{font-size:10px}.level-stat strong{font-size:16px}.total-power span{font-size:9px}.total-power strong{font-size:25px}.power-grid{gap:11px}.power-card{min-height:68px;padding:13px 14px}.power-card span{margin-bottom:8px;font-size:10px}.power-card strong{font-size:19px}.travel-dropdown{width:235px}.travel-dropdown-title{padding:8px 10px 9px;font-size:9px}.travel-destination{padding:9px 10px;font-size:12px}.travel-destination:hover{padding-left:13px}.destination-active-label{font-size:8px}}.account-page{min-height:calc(100vh - 72px);width:100%;box-sizing:border-box;padding:110px 24px 40px;display:flex;justify-content:center;align-items:flex-start;background-size:cover;background-position:center;background-repeat:no-repeat}.account-card{width:100%;max-width:760px;padding:32px;box-sizing:border-box;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0f0f14c7;box-shadow:0 15px 40px #00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.account-header{display:flex;align-items:center;gap:22px}.account-avatar{width:96px;height:96px;flex-shrink:0;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.15)}.account-identity h1{margin:0;color:#fff;font-size:2rem;font-weight:700}.account-identity p{margin:5px 0 0;color:#ffffff80;font-size:.95rem}.account-divider{width:100%;height:1px;margin:28px 0;background:#ffffff14}.account-information{display:flex;flex-direction:column;gap:16px}.account-information-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border-radius:9px;background:#ffffff0d}.account-information-text{display:flex;flex-direction:column;gap:6px}.account-information-text span{color:#ffffff73;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.account-information-text strong{color:#fff;font-size:.95rem;font-weight:500}.account-link-button{flex-shrink:0;padding:9px 18px;border:1px solid rgba(255,255,255,.15);border-radius:7px;color:#fff;background:#ffffff14;font:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.account-link-button:hover{background:#ffffff24}.account-loading{color:#fff9;font-size:.95rem}@media(max-width:767px){.account-page{padding:100px 14px 30px}.account-card{padding:22px}.account-header{gap:16px}.account-avatar{width:72px;height:72px}.account-identity h1{font-size:1.5rem}.account-information-item{align-items:flex-start;flex-direction:column}.account-link-button{width:100%}}.activities-page{min-height:100vh;padding:32px}.activities-header{margin-bottom:32px}.activities-header h1{margin:0 0 8px}.activities-header p{margin:0;opacity:.7}.activities-category{margin-bottom:40px}.activities-category h2{margin-bottom:16px}.activities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.activity-card{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0a;transition:transform .15s ease,border-color .15s ease,background .15s ease}.activity-card:hover{transform:translateY(-2px);border-color:#ffffff40;background:#ffffff12}.activity-card h3{margin:0 0 12px}.activity-card p{margin:6px 0;opacity:.75;font-size:14px}.activities-loading,.activities-error,.activities-empty{padding:32px;text-align:center;opacity:.75}@media(max-width:600px){.activities-page{padding:20px}.activities-grid{grid-template-columns:1fr}}
