*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:#0f0b15}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:800;margin:0;letter-spacing:-.02em}p{margin:0 0 1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container{max-width:1100px;margin-inline:auto;padding-inline:1rem}.section{padding-block:2rem}.container{max-width:100%}.app{display:grid;grid-template-columns:260px 1fr;grid-template-rows:64px 1fr;grid-template-areas:"sidebar topbar" "sidebar content";min-height:100vh;background:#0f0b15;transition:all .3s ease}.sidebar{grid-area:sidebar;position:sticky;top:0;height:100vh;padding:1.5rem 1rem;background:#1a1625fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#9ca3af;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar__brand{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.25rem;padding-bottom:2rem;color:#fff;letter-spacing:-.02em}.sidebar__brand span{background:linear-gradient(to right,#fff,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;color:#9ca3af;text-decoration:none;font-weight:500;transition:all .2s ease}.sidebar__link:hover{background:#ffffff0d;color:#fff;transform:translate(4px)}.sidebar__link.is-active{background:linear-gradient(90deg,rgba(109,40,217,.2) 0%,transparent 100%);color:#fff;border-left:3px solid #6d28d9;padding-left:calc(1rem - 3px)}.topbar{grid-area:topbar;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:#0f0b15cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);z-index:900;position:sticky;top:0}.topbar__left{display:flex;align-items:center;gap:1rem;flex:1}.sidebar-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:6px}.sidebar-toggle:hover{background:#ffffff0d}.topbar__search{flex:1;max-width:400px}.topbar__search .form-control{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;transition:all .2s ease}.topbar__search .form-control:focus{background:#ffffff14;border-color:#6d28d9}.content{grid-area:content;padding:2rem;background:#0f0b15;max-width:1400px;width:100%;margin:0 auto}.sidebar-overlay{display:none;position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:950}@media(max-width:960px){.app{grid-template-columns:1fr;grid-template-areas:"topbar" "content"}.sidebar{position:fixed;left:0;transform:translate(-100%)}.sidebar.is-open{transform:translate(0)}.sidebar-toggle{display:block}.content{padding:1rem}.sidebar-overlay{display:block;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-open .sidebar-overlay{opacity:1;pointer-events:auto}}.dashboard-sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.dashboard-sections-grid{grid-template-columns:1fr;gap:1rem}}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:hidden{display:none!important}}.header{height:70px;background:linear-gradient(90deg,#4c1d95,#581c87);color:#fff;display:flex;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 10px 15px -3px #00000080,0 4px 6px -2px #0000004d}.header__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.header__brand{text-decoration:none;display:flex;align-items:center;gap:.75rem;transition:transform .2s ease}.header__brand:hover{transform:translateY(-1px)}.header__brand .logo-container{width:38px;height:38px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:4px;box-shadow:0 4px 12px #0003;position:relative;overflow:hidden}.header__brand .logo-container:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(6,182,212,.1),transparent)}.header__brand .logo-container img{height:100%;width:auto;-o-object-fit:contain;object-fit:contain;position:relative;z-index:1}.header__brand .brand-name{display:flex;flex-direction:column;line-height:1}.header__brand .brand-name .brand-base{font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:-.02em;text-transform:uppercase}.header__brand .brand-name .brand-highlight{font-size:.75rem;font-weight:900;color:#06b6d4;letter-spacing:.2em;margin-top:2px;text-shadow:0 0 10px rgba(6,182,212,.3)}.header__search{flex:1;max-width:400px;margin:0 1rem;position:relative;display:none}@media(min-width:768px){.header__search{display:block}}.header__search input{width:100%;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:9999px;padding:.5rem 2.5rem .5rem 1rem;color:#fff;font-size:.9rem;outline:none;transition:all .2s}.header__search input::-moz-placeholder{color:#fff6}.header__search input::placeholder{color:#fff6}.header__search input:focus{background:#00000080;border-color:#06b6d4}.header__search .search-icon{position:absolute;right:.25rem;top:50%;transform:translateY(-50%);background:#06b6d4;color:#000;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header__actions{display:flex;align-items:center;gap:.75rem}.header__btn{padding:.25rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .1s}.header__btn--login{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.header__btn--login:hover{background:#ffffff1a}.header__btn--signup{background:#10b981;color:#fff;border:none}.header__btn--signup:hover{filter:brightness(1.1)}.header__btn:active{transform:scale(.97)}.header .currency-selector{position:relative}.header .currency-selector .currency-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;cursor:pointer;transition:all .2s ease;color:#fff}.header .currency-selector .currency-trigger:hover,.header .currency-selector .currency-trigger.is-active{background:#ffffff14;border-color:#fff3}.header .currency-selector .currency-trigger .currency-flag{font-size:1.2rem}.header .currency-selector .currency-trigger .currency-code{font-size:.8rem;font-weight:800;letter-spacing:.05em}.header .currency-selector .currency-trigger .chevron-icon{opacity:.5;transition:transform .2s}.header .currency-selector .currency-trigger.is-active .chevron-icon{transform:rotate(180deg);opacity:1;color:#06b6d4}.header .currency-selector .currency-menu{position:absolute;top:calc(100% + 12px);right:0;width:250px;background:#0f0b15f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:.5rem;z-index:1000;box-shadow:0 20px 50px #00000080;animation:slideInUp .2s ease}.header .currency-selector .currency-menu__header{font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:.5rem}.header .currency-selector .currency-menu__grid{max-height:400px;overflow-y:auto;padding-right:4px}.header .currency-selector .currency-menu__grid::-webkit-scrollbar{width:4px}.header .currency-selector .currency-menu__grid::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.header .currency-selector .currency-menu .currency-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .2s;position:relative}.header .currency-selector .currency-menu .currency-item:hover{background:#ffffff0d}.header .currency-selector .currency-menu .currency-item.is-selected{background:#06b6d41a}.header .currency-selector .currency-menu .currency-item.is-selected .item-code{color:#06b6d4}.header .currency-selector .currency-menu .currency-item .item-flag{font-size:1.25rem}.header .currency-selector .currency-menu .currency-item .item-info{display:flex;flex-direction:column}.header .currency-selector .currency-menu .currency-item .item-info .item-code{font-size:.85rem;font-weight:800;line-height:1.1}.header .currency-selector .currency-menu .currency-item .item-info .item-name{font-size:.7rem;opacity:.5;font-weight:500}.header .currency-selector .currency-menu .currency-item .check-mark{margin-left:auto;color:#06b6d4;font-weight:900;font-size:.8rem}.header .user-selector{position:relative}.header .user-selector .user-menu{position:absolute;top:calc(100% + 12px);right:0;width:220px;background:#0f0b15f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:.5rem;z-index:1000;box-shadow:0 20px 50px #00000080;animation:slideInUp .2s ease}.header .user-selector .user-menu__header{font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:.5rem}.header .user-selector .user-menu .user-menu__item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .2s;color:#fff;text-decoration:none;width:100%;border:none;background:transparent;text-align:left}.header .user-selector .user-menu .user-menu__item:hover{background:#ffffff0d}.header .user-selector .user-menu .user-menu__item .item-icon{opacity:.6;display:flex;align-items:center}.header .user-selector .user-menu .user-menu__item .item-name{font-size:.85rem;font-weight:600}.header .user-selector .user-menu .user-menu__item--logout{color:#ef4444;margin-top:.25rem;border-top:1px solid rgba(255,255,255,.05);border-radius:0 0 12px 12px}.header .user-selector .user-menu .user-menu__item--logout:hover{background:#ef44441a}@media(max-width:768px){.header__desktop-only{display:none!important}}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}@media(max-width:768px){.header__hamburger{display:flex}}.header__hamburger span{display:block;width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header__hamburger span.is-active:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.header__hamburger span.is-active:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger span.is-active:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}.mobile-menu-backdrop{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fadeIn .3s ease}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:350px;background:linear-gradient(135deg,#0f0b15fa,#1a1625fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.1);z-index:1000;overflow-y:auto;animation:slideInRight .3s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 50px #00000080}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.mobile-menu__header h3{margin:0;font-size:1.2rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.05em}.mobile-menu__header .close-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s}.mobile-menu__header .close-btn:hover{background:#ffffff1a;border-color:#fff3}.mobile-menu__content{padding:1rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu__user{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px}.mobile-menu__user .user-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid #6d28d9}.mobile-menu__user .user-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-menu__user .user-info{flex:1}.mobile-menu__user .user-info .user-email{font-size:.9rem;font-weight:600;color:#fff;display:block}.mobile-menu__login{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#6d28d9,#06b6d4);border-radius:20px;color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;transition:transform .2s}.mobile-menu__login:active{transform:scale(.98)}.mobile-menu__login svg{flex-shrink:0}.mobile-menu__section h4{margin:0 0 .75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#fff6}.mobile-menu__section .currency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.mobile-menu__section .currency-grid .currency-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;cursor:pointer;transition:all .2s;color:#fff}.mobile-menu__section .currency-grid .currency-btn:hover{background:#ffffff14;border-color:#ffffff26}.mobile-menu__section .currency-grid .currency-btn.is-active{background:#06b6d426;border-color:#06b6d4}.mobile-menu__section .currency-grid .currency-btn.is-active .code{color:#06b6d4}.mobile-menu__section .currency-grid .currency-btn .flag{font-size:1.5rem}.mobile-menu__section .currency-grid .currency-btn .code{font-size:.75rem;font-weight:800;letter-spacing:.05em}.mobile-menu__item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s;cursor:pointer;width:100%;text-align:left}.mobile-menu__item:hover{background:#ffffff14;border-color:#ffffff26}.mobile-menu__item:active{transform:scale(.98)}.mobile-menu__item svg{flex-shrink:0;opacity:.7}.mobile-menu__item--logout{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.mobile-menu__item--logout:hover{background:#ef444433;border-color:#ef444466}@media(max-width:768px){.header{height:60px}.header__container{padding:0 .75rem}.header__brand .logo-container{width:32px;height:32px}.header__brand .brand-name .brand-base{font-size:.95rem}.header__brand .brand-name .brand-highlight{font-size:.65rem}.header__actions{gap:.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer{border-top:1px solid rgba(255,255,255,.05);background:#0a0a0fcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer__main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer__brand-col p{opacity:.6;line-height:1.7;font-size:.95rem;max-width:350px}.footer__nav-list{list-style:none;padding:0;opacity:.6;line-height:2.2}.footer__nav-list a{color:inherit;text-decoration:none;transition:opacity .2s ease}.footer__nav-list a:hover{opacity:1;color:#06b6d4}.footer__bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;color:#fff6;font-size:.85rem}.footer__powered a{color:#06b6d4;font-weight:700;text-decoration:none;transition:transform .2s ease;display:inline-block}.footer__powered a:hover{transform:scale(1.05)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;border:1px solid transparent;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;white-space:nowrap}.btn--primary{background:#6d28d9;color:#fff;box-shadow:0 4px 15px #6d28d966}.btn--primary:hover{background:#7c3edd;transform:translateY(-2px);box-shadow:0 8px 25px #6d28d980}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:#06b6d4;color:#000;box-shadow:0 4px 15px #06b6d466}.btn--secondary:hover{background:#15d7f8;transform:translateY(-2px);box-shadow:0 8px 25px #06b6d480}.btn--outline{background:transparent;border:1px solid rgba(255,255,255,.1);color:#fff}.btn--outline:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-2px)}.btn--icon{width:40px;height:40px;padding:0;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);color:#fff}.btn--icon:hover{background:#ffffff14;border-color:#ffffff1a;transform:translateY(-1px)}.btn--sm{padding:.5rem 1rem;font-size:.8rem}.btn-group{display:flex;gap:.5rem}.card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.card.shadow{box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.card:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 25px 30px -5px #0006}.card__title{padding:1.25rem 1.5rem;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:#06b6d4;border-bottom:1px solid rgba(255,255,255,.05);background:#ffffff05}.card__body{padding:1.5rem;color:#fff}.stat-card-content{display:flex;align-items:center;gap:1.25rem}.stat-card-content .stat-icon{font-size:2rem;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff0d;box-shadow:inset 0 2px 4px #ffffff0d}.stat-card-content .stat-details .stat-label{font-size:.75rem;text-transform:uppercase;color:#9ca3af;letter-spacing:.05em;margin-bottom:2px}.stat-card-content .stat-details .stat-value{font-size:1.75rem;font-weight:800;color:#fff;line-height:1}.image-card{width:90px;height:60px;border-radius:6px;overflow:hidden;background:#0003;border:1px solid rgba(255,255,255,.1);transition:all .2s ease;cursor:pointer}.image-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-card:hover{transform:scale(1.5);z-index:20;box-shadow:0 10px 30px #00000080}.table-container{overflow-x:auto;border-radius:20px;background:#1a162566;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px -12px #00000080;margin-bottom:1.5rem}.table{width:100%;border-collapse:separate;border-spacing:0;color:#fff;font-size:.95rem}.table thead th{text-align:left;padding:1.25rem 1.5rem;background:#ffffff0d;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;color:#06b6d4;border-bottom:1px solid rgba(255,255,255,.1)}.table thead th:first-child{border-top-left-radius:20px}.table thead th:last-child{border-top-right-radius:20px}.table tbody tr{transition:background .3s ease,transform .2s ease}.table tbody tr.is-expanded{background:#6d28d914!important}.table tbody tr:not(.table-expanded-row):hover{background:#ffffff08}.table tbody td{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table tbody td.col--id{font-family:JetBrains Mono,monospace;color:#06b6d4;font-weight:500;opacity:.8}.table-img-wrapper{width:54px;height:54px;border-radius:12px;padding:3px;background:linear-gradient(135deg,#6d28d9,#06b6d4);box-shadow:0 10px 15px -3px #0000004d}.table-img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:#0f0b15}.col--actions .btn-group{display:flex;gap:.5rem;justify-content:flex-end}.col--actions .btn--icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:1px solid rgba(255,255,255,.05)}.col--actions .btn--icon:hover{background:#ffffff1a!important;transform:translateY(-2px)}.table-expanded-row{background:transparent!important}.table-expanded-row td{padding:0!important;border-bottom:none!important}.table-expanded-row .expanded-content{background:#0000004d;margin:.5rem 1rem 1.5rem 3rem;border-radius:20px;border:1px solid rgba(109,40,217,.4);box-shadow:inset 0 2px 20px #0009;padding:1.5rem;animation:expandIn .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.table-expanded-row .expanded-content:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(to bottom,#6d28d9,#06b6d4)}.table-expanded-row .expanded-content h4{margin-top:0;margin-bottom:1rem;color:#fff;font-weight:700}.table-expanded-row .expanded-content .table-container{background:#ffffff03;border-color:#ffffff08;margin-bottom:0;box-shadow:none}@keyframes expandIn{0%{opacity:0;transform:translateY(-20px) scaleY(.9)}to{opacity:1;transform:translateY(0) scaleY(1)}}@media(max-width:768px){.table{font-size:.825rem}.table th,.table td{padding:.75rem 1rem}.table .hide-on-mobile{display:none!important}.expanded-content{margin-left:1rem;padding:1rem}}@media(max-width:1024px){.hide-on-tablet{display:none!important}.col--actions .btn-group{gap:.25rem!important}.col--actions .btn-group .btn{width:32px!important;height:32px!important}.col--actions .btn-group .btn svg{width:14px;height:14px}}@media(max-width:768px){.col--actions{min-width:80px;padding-right:.5rem!important}}.form{display:flex;flex-direction:column;gap:1.5rem}.form__row{display:flex;flex-direction:column;gap:.5rem}.form__label{font-weight:700;color:#06b6d4;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;padding-left:.25rem}.form-control{display:block;width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-control::-moz-placeholder{color:#ffffff4d}.form-control::placeholder{color:#ffffff4d}.form-control:focus{outline:none;background:#ffffff14;border-color:#6d28d9;box-shadow:0 0 20px #6d28d933,inset 0 0 10px #ffffff05;transform:translateY(-1px)}.form-control:disabled{opacity:.5;cursor:not-allowed}.form__actions{display:flex;gap:1rem;margin-top:1rem}.form__actions .btn{min-width:120px}input[type=checkbox],input[type=radio]{accent-color:#06b6d4}select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%239ca3af' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}select.form-control option{background-color:#1a1625;color:#fff}.badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:600;border-radius:6px;border:1px solid transparent}.badge--success{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.badge--warning{background:#fffbeb;color:#92400e;border-color:#fde68a}.badge--danger{background:#fef2f2;color:#991b1b;border-color:#fecaca}.badge--info{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.modal{position:fixed;inset:0;z-index:50}.modal__backdrop{position:absolute;inset:0;background:#02061773;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal__panel{position:absolute;inset:0;margin:auto;width:min(560px,100% - 32px);max-height:calc(100vh - 64px);background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #00000026;display:grid;grid-template-rows:auto 1fr auto}.modal__header{padding:16px 20px;border-bottom:1px solid #e5e7eb}.modal__title{margin:0;font-size:1rem;font-weight:700}.modal__body{padding:16px 20px;overflow-y:auto;max-height:calc(100vh - 200px)}.modal__footer{padding:12px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:8px}.modal__close{position:absolute;top:8px;right:8px}@media(prefers-color-scheme:dark){.modal__panel{background:#0e131a;color:#e5e7eb;border-color:#1f2937}.modal__header{border-bottom-color:#1f2937}.modal__footer{border-top-color:#1f2937}}.games-grid-minimal{padding:1rem 0 3rem;display:flex;flex-wrap:wrap;justify-content:center;gap:40px;width:100%}@media(max-width:600px){.games-grid-minimal{gap:20px}}.games-grid-minimal .product-card{width:240px;flex-grow:0;flex-shrink:0}@media(max-width:1200px){.games-grid-minimal .product-card{width:200px}}@media(max-width:600px){.games-grid-minimal .product-card{width:155px}}.product-card{display:block;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);height:100%;color:inherit;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.05);background:#ffffff05}.product-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px #00000080;border-color:#06b6d44d}.product-card:hover .product-card__mask img{transform:scale(1.1)}.product-card:hover .product-card__mask:after{opacity:1}.product-card:hover .product-card__overlay{transform:translateY(0)}.product-card:hover .product-card__price{transform:translateY(-4px);box-shadow:0 8px 20px #06b6d466}.product-card__badge{position:absolute;top:10px;left:10px;z-index:20;padding:4px 10px;background:linear-gradient(135deg,#fbbf24,#ef4444);color:#fff;font-size:.6rem;font-weight:900;border-radius:4px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 12px #0000004d}.product-card__mask{position:relative;width:100%;aspect-ratio:160/220;background:#1a1625;overflow:hidden}.product-card__mask img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.product-card__mask:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.4) 40%,transparent 80%);opacity:.8;transition:opacity .3s ease}.product-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;transform:translateY(4px);transition:transform .4s ease}.product-card__overlay .item-label{font-size:.6rem;font-weight:700;color:#06b6d4;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px}.product-card__overlay .item-title{font-size:.85rem;font-weight:850;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-shadow:0 2px 4px rgba(0,0,0,.5)}.product-card__price{margin-top:10px;display:inline-block;padding:5px 14px;background:#06b6d4;color:#000;font-weight:950;font-size:.85rem;border-radius:6px;transition:all .3s ease;text-transform:uppercase}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#ffffff1a;border-color:#06b6d4}.pagination-btn.active{background:#6d28d9;border-color:#6d28d9}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.game-page-grid-single{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem;max-width:1000px;margin-left:auto;margin-right:auto;width:100%}@media(max-width:768px){.game-page-grid-single{gap:1rem;margin-top:.5rem}}.game-header-info{display:flex;gap:1.5rem;margin-bottom:2rem}.game-header-info .game-logo-img{width:140px;height:140px;border-radius:20px;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 30px #6d28d94d;display:block}@media(max-width:768px){.game-header-info .game-logo-img{width:100px;height:100px;margin:0 auto 1rem}}.game-header-info .game-title{font-size:2.5rem;margin:0 0 .5rem;background:linear-gradient(to right,#fff,#a78bfa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.game-header-info .game-title{font-size:1.8rem;text-align:center}}.game-header-info .game-desc{color:#9ca3af;font-size:1rem;max-width:600px;line-height:1.6}@media(max-width:768px){.game-header-info .game-desc{font-size:.9rem;text-align:center}}@media(max-width:768px){.game-header-info{flex-direction:column;align-items:center;gap:1rem}}.section-title{font-size:1.1rem;text-transform:uppercase;color:#06b6d4;margin-bottom:1rem;letter-spacing:.05em}.section-title-offer{margin-top:2.5rem;margin-bottom:1.5rem;font-size:1.3rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.section-title-offer{font-size:1.1rem;margin-top:1.5rem;margin-bottom:1rem}}.offers-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}@media(min-width:960px){.offers-grid{display:grid;grid-template-columns:1fr 1fr}}.offer-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:#1f293766;border:1px solid rgba(255,255,255,.05);border-radius:10px;cursor:pointer;transition:all .2s ease;text-decoration:none}@media(max-width:768px){.offer-item{padding:.5rem 1rem;gap:.75rem}}.offer-item:hover{background:#ffffff12;border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.offer-item:hover .offer-item__img{transform:scale(1.08)}.offer-item.is-selected{border:2px solid #06b6d4;background:#06b6d40d;box-shadow:inset 0 0 10px #06b6d41a}.offer-item__img{width:100px;height:100px;background:linear-gradient(135deg,#06b6d41a,#8b5cf61a);border-radius:8px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:4px;transition:transform .3s ease}@media(max-width:768px){.offer-item__img{width:85px;height:85px}}.offer-item__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}.offer-item__info{flex:1}.offer-item__info .item-name{font-size:1.1rem;font-weight:850;color:#fff;letter-spacing:-.02em;line-height:1.2}@media(max-width:768px){.offer-item__info .item-name{font-size:.95rem}}.offer-item__prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.offer-item__prices .price-old{font-size:.8rem;color:#ffffff4d;text-decoration:line-through;font-weight:500}@media(max-width:768px){.offer-item__prices .price-old{font-size:.7rem}}.offer-item__prices .price-new{font-size:1.25rem;font-weight:900;color:#fff;text-shadow:0 0 15px rgba(6,182,212,.3);white-space:nowrap}@media(max-width:768px){.offer-item__prices .price-new{font-size:1.05rem}}.checkout-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.checkout-modal-content{background:#0f0f0f;border:1px solid rgba(255,255,255,.08);border-radius:28px;width:100%;max-width:500px;padding:30px;position:relative;box-shadow:0 40px 80px #0009;max-height:90vh;overflow-y:auto;scrollbar-width:none}@media(max-width:768px){.checkout-modal-content{padding:20px;border-radius:24px}}.checkout-modal-content::-webkit-scrollbar{display:none}@media(max-width:768px){.checkout-floating-bar{width:100%!important;max-width:100%!important;border-radius:0!important;bottom:0!important;left:0!important;transform:none!important;padding:12px 20px!important}}@media(max-width:768px){.game-detail.container{padding-bottom:120px}}.swal-high-z-index{z-index:3000!important}.checkout-box{background:#ffffff05;border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.05)}.checkout-box__title{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#fff}.payment-options{display:flex;flex-direction:column;gap:.5rem}.payment-option{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#0003;border-radius:6px;cursor:pointer;border:1px solid transparent;transition:all .2s}.payment-option:hover{background:#0000004d}.payment-option input:checked+.payment-content{color:#06b6d4}.payment-option input{margin-top:4px;accent-color:#06b6d4}.payment-option .payment-content{flex:1;display:flex;flex-direction:column;gap:2px;font-size:.95rem;font-weight:700;color:#fff}@media(max-width:768px){.payment-option .payment-content{font-size:.85rem}}.payment-option .payment-content small{font-size:.75rem;color:#9ca3af;font-weight:500}.payment-option .payment-content img{margin-top:4px;max-width:80px;-o-object-fit:contain;object-fit:contain}.coupon-input-wrapper{display:flex;align-items:center;background:#0003;border-radius:9999px;padding:2px;border:1px solid rgba(255,255,255,.1)}.coupon-input-wrapper .coupon-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.coupon-input-wrapper .coupon-input{background:transparent;border:none;color:#fff;font-size:.9rem;flex:1;padding:8px}.coupon-input-wrapper .coupon-input:focus{outline:none}.checkout-input{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:9999px;padding:10px 16px;color:#fff;font-size:.9rem}.checkout-input:focus{outline:none;border-color:#06b6d4}.btn-confirm-order{width:100%;padding:14px;background:#06b6d4;color:#000;font-weight:700;font-size:1rem;border:none;border-radius:9999px;cursor:pointer;transition:transform .1s,filter .2s;margin-top:.5rem}.btn-confirm-order:hover{filter:brightness(1.1)}.btn-confirm-order:active{transform:scale(.98)}.checkout-total-price{font-weight:900;font-size:1.6rem;color:#06b6d4;display:block;line-height:1}@media(max-width:768px){.checkout-total-price{font-size:1.3rem}}.hero{background:radial-gradient(60% 120% at 50% 0%,#ec489926,#3b82f614 30%,#11182700 70%),linear-gradient(180deg,#0b1220,#0b122000 40%);padding:24px 0 32px}.hero__carousel{position:relative}.hero__slide{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.hero__img{height:clamp(180px,32vw,320px);background:url(https://images.unsplash.com/photo-1535223289827-42f1e9919769?q=80&w=1600&auto=format&fit=crop) center/cover no-repeat;filter:saturate(110%)}.hero__caption{position:absolute;inset:auto 0 0;padding:18px 20px;color:#fff;background:linear-gradient(180deg,#0000,#0000008c 70%)}.hero__caption h2{margin:0 0 4px;font-size:clamp(18px,2.4vw,28px);font-weight:800}.hero__caption p{margin:0;opacity:.9;font-weight:600}.promo-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}@media(max-width:1200px){.promo-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:960px){.promo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.promo-grid{grid-template-columns:1fr}}.promo-card{display:grid;grid-template-rows:140px auto;border:1px solid #ebe5ea;border-radius:12px;background:#490505;overflow:hidden}.promo-card__media{background:url(https://images.unsplash.com/photo-1542751371-adc38448a05e?q=80&w=1600&auto=format&fit=crop) center/cover no-repeat}.promo-card__body{padding:10px 12px;display:grid;gap:6px}.promo-card__title{font-weight:700;font-size:.95rem}.promo-card__meta{display:flex;align-items:center;justify-content:space-between}.promo-card__price{font-weight:800;color:#16a34a}@media(prefers-color-scheme:dark){.promo-card{background:#0e131a;border-color:#1f2937}}.section{padding-block:40px 60px}.section__header{text-align:center;margin-bottom:50px}.section__title{font-size:2.5rem;font-weight:900;margin:0;line-height:1.2}.section__subtitle{opacity:.6;margin-top:15px;font-size:1.15rem;max-width:600px;margin-left:auto;margin-right:auto}.featured-offers-section{padding:2rem 0}.featured-offers-section .section__header{margin-bottom:1.5rem}.featured-offers-section .section__header .section__title{font-size:1.5rem;font-weight:800;color:var(--color-primary);text-transform:uppercase;letter-spacing:1px}.featured-swiper{padding-bottom:2.5rem!important}.featured-swiper .swiper-wrapper{transition-timing-function:linear!important}.featured-swiper .swiper-pagination-bullet{background:#fff3;opacity:1}.featured-swiper .swiper-pagination-bullet-active{background:var(--color-primary);width:24px;border-radius:4px}.loading-screen{position:fixed;inset:0;background:#0f0b15;z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column}.loading-screen__content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-screen__content .loading-logo{width:120px;height:auto;filter:drop-shadow(0 0 30px rgba(109,40,217,.4));animation:logoPulse 2s infinite ease-in-out}.loading-screen__content p{font-weight:800;text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;color:#06b6d4;margin-top:.5rem;animation:pulse 1.5s infinite}.loading-bar{width:200px;height:4px;background:#ffffff0d;border-radius:9999px;overflow:hidden;position:relative}.loading-bar__progress{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#6d28d9,#06b6d4,transparent);animation:loadingProgress 2s infinite ease-in-out}@keyframes loadingProgress{0%{left:-100%}to{left:100%}}@keyframes logoPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 20px rgba(109,40,217,.4))}50%{transform:scale(1.1);filter:drop-shadow(0 0 40px rgba(6,182,212,.6))}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.benefits{padding:100px 0;background:radial-gradient(circle at bottom center,rgba(6,182,212,.05),transparent)}.benefits__header{text-align:center;margin-bottom:60px}.benefits__header .section__subtitle{opacity:.6;margin-top:15px;font-size:1.15rem;max-width:600px;margin-left:auto;margin-right:auto}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.benefits .benefit-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:50px 40px;border-radius:20px;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.benefits .benefit-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(6,182,212,.1),transparent);opacity:0;transition:opacity .4s ease}.benefits .benefit-card:hover{transform:translateY(-12px);background:#ffffff0a;border-color:#06b6d466;box-shadow:0 30px 60px #0006}.benefits .benefit-card:hover:before{opacity:1}.benefits .benefit-card:hover .benefit-card__icon{transform:scale(1.2) rotate(5deg)}.benefits .benefit-card__icon{font-size:3.5rem;margin-bottom:25px;display:inline-block;transition:transform .4s ease}.benefits .benefit-card__title{font-size:1.5rem;font-weight:900;margin-bottom:15px;color:#fff;position:relative;z-index:1}.benefits .benefit-card__desc{font-size:1rem;line-height:1.7;opacity:.5;position:relative;z-index:1}.grid{display:grid;gap:1rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:960px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #00000080,0 4px 6px -2px #0000004d}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.p-4{padding:1rem}.p-8{padding:2rem}.text-center{text-align:center}.opacity-30{opacity:.3}.opacity-50{opacity:.5}:root{color-scheme:dark;--games-cols: 6;--color-primary: #6d28d9;--color-secondary: #06b6d4;--color-bg-dark: #0f0b15}body{background:linear-gradient(180deg,#2e1065,#0f0b15 40%);background-attachment:fixed;color:#fff;animation:pageFadeIn .8s ease-out}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}a,button,input,select,.card,.badge,.sidebar__link{transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.card{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--outline{color:#fff;border-color:#fff3}.btn--outline:hover{background:#ffffff1a;border-color:#fff}#root>div:nth-child(2)>main{flex:0!important;padding:0!important}
