:root{--bg: #07111d;--bg-header: #081421;--bg-sidebar: #091522;--bg-panel: #0c1827;--bg-panel-light: #111f32;--bg-hover: #16263b;--border: #22344a;--border-light: #29405a;--text: #edf3fb;--text-secondary: #9aaabd;--text-muted: #64758a;--blue: #1478e8;--blue-light: #168cff;--green: #16c784;--green-bright: #20d77c;--red: #f04455;--header-height: 72px;--sidebar-width: 76px;--watchlist-width: 342px;--order-width: 300px;--radius: 7px}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{width:100%;height:100vh;overflow:hidden;background:var(--bg)}.app-body{display:flex;width:100%;height:calc(100vh - var(--header-height));min-height:0;overflow:hidden}.app-content{flex:1;width:0;min-width:0;height:100%;padding:8px;overflow:hidden}.dashboard{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;gap:8px;overflow:hidden}.dashboard-main{display:grid;grid-template-columns:minmax(180px,var(--watchlist-width)) minmax(350px,1fr) minmax(260px,var(--order-width));gap:8px;flex:1;min-height:0;overflow:hidden}.dashboard-bottom{flex-shrink:0;min-height:0;max-height:32%}@media(max-width:1400px){.app-content{padding:6px}.dashboard{gap:6px}.dashboard-main{grid-template-columns:minmax(160px,210px) minmax(320px,1fr) minmax(230px,280px);gap:6px}}@media(max-width:1150px){body{overflow-y:auto}.app{height:auto;min-height:100vh;overflow:visible}.app-body{height:auto;min-height:calc(100vh - var(--header-height));overflow:visible}.app-content{width:100%;height:auto;overflow:visible}.dashboard{height:auto;overflow:visible}.dashboard-main{grid-template-columns:minmax(180px,.8fr) minmax(350px,1.6fr);gap:8px;overflow:visible}.dashboard-bottom{max-height:none}}@media(max-width:900px){.app-content{padding:6px}.dashboard-main{grid-template-columns:1fr;overflow:visible}}@media(max-width:768px){html,body,#root{width:100%;height:auto;min-height:100%}body{overflow-x:hidden;overflow-y:auto}.app{width:100%;height:auto;min-height:100vh;overflow:visible}.app-body{display:block;width:100%;height:auto;overflow:visible}.app-content{width:100%;height:auto;padding:5px;overflow:visible}.dashboard{width:100%;height:auto;overflow:visible;gap:6px}.dashboard-main{display:flex;flex-direction:column;width:100%;overflow:visible;gap:6px}.dashboard-bottom{width:100%;max-height:none}}.app-content .admin-control-center{display:flex!important;width:100%!important;min-width:0!important;min-height:100%!important;height:auto!important;overflow:visible!important}.app-content .admin-control-center>section{display:block!important;flex:1 1 0!important;min-width:0!important;width:auto!important}*{scrollbar-width:thin;scrollbar-color:#31445c #091522}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:#091522}::-webkit-scrollbar-thumb{background:#31445c;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#405872}.header{height:var(--header-height);display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;padding:0 20px;gap:28px;background:#0d1c2c;border-bottom:1px solid #243a52;position:relative;z-index:10}.header-logo{width:auto;min-width:0;height:100%;display:flex;align-items:center;padding-left:10px;gap:0;overflow:visible;flex-shrink:0}.header-logo-image{display:block;width:187px;height:auto;max-width:100%;max-height:60px;object-fit:contain;object-position:left center;flex-shrink:0;filter:brightness(1.08) saturate(1.08)}.account-summary{padding:0 18px;display:flex;align-items:center;justify-content:center;gap:64px;min-width:0;justify-self:center}.account-metric{display:flex;flex-direction:column;gap:3px;white-space:nowrap}.metric-label{color:var(--text-secondary);font-size:10px}.metric-value{color:#fff;font-size:14px;font-weight:700}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:0;justify-self:end;flex-shrink:0}.deposit-button,.withdraw-button{height:37px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;flex-shrink:0;border-radius:7px;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.button-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:currentColor;font-size:16px;font-weight:600;line-height:1}.deposit-button{color:#fff;background:linear-gradient(180deg,#168cff,#0d6fd4);border:1px solid #168cff;box-shadow:0 4px 12px #1478e82e}.deposit-button:hover{background:linear-gradient(180deg,#2497ff,#1179e0);transform:translateY(-1px)}.withdraw-button{color:#dce6f2;background:#111f31;border:1px solid #31455e;margin-right:0}.withdraw-button:hover{background:#17283d;border-color:#405a77;color:#fff;transform:translateY(-1px)}.icon-button,.profile-button{width:38px;height:38px;border:0;background:transparent;color:var(--text-secondary);font-size:19px}.icon-button:hover{color:#fff}.profile-button{width:40px;min-width:40px;height:40px;flex:0 0 40px;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:1px solid #31455e;border-radius:8px;background:#111f31;color:#dce6f2;cursor:pointer;overflow:visible;box-sizing:border-box;transition:background .18s ease,border-color .18s ease,color .18s ease}.profile-button:hover{background:#17283d;border-color:#405a77;color:#fff}.profile-icon{width:22px;height:22px;display:block;flex-shrink:0}.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);height:100%;display:flex;flex-direction:column;background:var(--bg-sidebar);border-right:1px solid var(--border)}.sidebar-logo{height:62px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border)}.logo-mark{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:linear-gradient(145deg,#087be9,#10c8c8);color:#fff;font-size:18px;font-weight:800}.sidebar-navigation{display:flex;flex-direction:column}.sidebar-item{width:100%;min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:8px 3px;border:0;border-left:3px solid transparent;background:transparent;color:var(--text-secondary);font-size:10px}.sidebar-item:hover{background:var(--bg-hover);color:#fff}.sidebar-item.active{background:var(--bg-hover);border-left-color:transparent;color:#fff}.sidebar-icon{font-size:20px}.sidebar-bottom{margin-top:auto;padding-bottom:5px}.watchlist{position:relative;min-width:0;min-height:0;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius)}.watchlist-search{height:48px;min-height:48px;margin:12px;display:flex;align-items:center;gap:8px;padding:0 12px;background:#0d1b2c;border:1px solid var(--border-light);border-radius:6px;color:var(--text-muted)}.watchlist-search .search-icon{flex-shrink:0;margin-right:1px;color:var(--text-muted);font-size:17px;line-height:1}.watchlist-search input{width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.watchlist-search input::placeholder{color:#62758b}.market-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:5px;padding:0 12px 10px;overflow:visible;scrollbar-width:none}.market-categories::-webkit-scrollbar{display:none}.market-categories .category{height:34px;min-width:0;padding:0 8px;border:1px solid var(--border);border-radius:5px;background:#0b1828;color:#91a4b9;font-size:11px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.market-categories .category:hover{background:#122338;color:#fff;border-color:#31506f}.market-categories .category.active{background:#123b68;color:#fff;border-color:#168cff;box-shadow:inset 0 0 0 1px #168cff26}.watchlist-header{display:grid;grid-template-columns:minmax(0,1fr) 90px 90px;align-items:center;min-height:34px;padding:0 12px;border-bottom:1px solid var(--border);color:#60758d;font-size:10px;font-weight:600;letter-spacing:.04em}.watchlist-header span:nth-child(2),.watchlist-header span:nth-child(3){text-align:right}.market-list{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto}.market-list::-webkit-scrollbar{width:5px}.market-list::-webkit-scrollbar-track{background:transparent}.market-list::-webkit-scrollbar-thumb{background:#29415b;border-radius:10px}.market-row{display:grid;grid-template-columns:58px minmax(0,1fr) 90px 90px;align-items:center;min-height:54px;padding:0 12px 0 10px;border-bottom:1px solid rgba(34,52,74,.65);background:transparent;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.market-row:hover{background:#102136}.market-row.selected{background:#123253;box-shadow:inset 2px 0 #168cff}.market-flag{display:flex;align-items:center;justify-content:flex-start;width:100%;color:#fff;font-size:17px;line-height:1;white-space:nowrap}.market-identity{min-width:0;display:flex;align-items:center}.market-name{min-width:0;display:flex;flex-direction:column;gap:1px}.market-name strong{overflow:hidden;color:#f0f5fb;font-size:12px;font-weight:700;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.market-name small{overflow:hidden;margin-top:2px;color:#637b94;font-size:9px;line-height:13px;white-space:nowrap;text-overflow:ellipsis}.market-price{display:flex;flex-direction:column;min-width:0;text-align:right}.market-price strong{overflow:hidden;color:#eef4fb;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:600;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.market-price small{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:2px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:8px;line-height:12px;white-space:nowrap}.market-price .live-price{color:#16c784}.market-price .last-price{color:#71849a}.market-price .spread-value{color:#607991}.market-price .closed-price{color:#71849a}.market-price .closed-status{display:flex;align-items:center;justify-content:flex-end;gap:5px;color:#e05a63;font-size:8px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.closed-dot{display:inline-block;width:7px;height:7px;flex-shrink:0;border-radius:50%;background:#f04455;box-shadow:0 0 6px #f044558c}.no-markets{padding:24px 14px;color:#8295aa;font-size:12px}.watchlist-status{position:absolute;right:8px;bottom:7px;display:flex;align-items:center;gap:5px;padding:3px 7px;border-radius:4px;background:#07111df0;color:#647b93;font-size:8px;pointer-events:none}.connection-dot{width:6px;height:6px;border-radius:50%;background:#596b7d}.connection-dot.connected{background:#16c784;box-shadow:0 0 6px #16c78480}.trading-chart{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#071522;border:1px solid var(--border);border-radius:var(--radius)}.chart-toolbar{height:53px;flex-shrink:0;display:flex;align-items:center;gap:5px;padding:0 11px;border-bottom:1px solid var(--border);background:#0a1725}.chart-symbol{min-width:128px;display:flex;align-items:center;gap:6px;color:#fff;font-size:13px}.chart-arrow{color:var(--text-muted)}.timeframes{display:flex;align-items:center;gap:1px}.timeframes button,.chart-tool{height:33px;padding:0 9px;border:0;border-radius:5px;background:transparent;color:var(--text-secondary);font-size:10px}.timeframes button:hover,.chart-tool:hover{background:var(--bg-hover);color:#fff}.timeframes button.active{background:#173a63;color:#fff}.chart-tool{margin-left:3px}.chart-info{height:35px;flex-shrink:0;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--text-secondary);font-size:9px}.chart-info strong{color:#fff}.chart-area{position:relative;flex:1;min-height:0;overflow:hidden;background:#081725}.chart-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(63,88,114,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(63,88,114,.15) 1px,transparent 1px);background-size:70px 55px}.candles{position:absolute;top:15px;right:62px;bottom:15px;left:15px;display:flex;align-items:stretch;justify-content:space-between}.candle-column{position:relative;width:7px;height:100%}.wick{position:absolute;left:3px;width:1px}.candle-body{position:absolute;left:0;width:7px;min-height:3px}.bullish{background:#13c9a0}.bearish{background:#f04455}.price-axis{position:absolute;top:10px;right:7px;bottom:10px;display:flex;flex-direction:column;justify-content:space-between;color:var(--text-secondary);font-size:9px}.price-axis .current-price{padding:3px 6px;border-radius:2px;color:#fff;background:var(--red)}.chart-current-line{position:absolute;left:0;right:55px;top:52%;border-top:1px dashed rgba(240,68,85,.8)}.chart-current-line span{position:absolute;right:-55px;top:-9px;padding:3px 5px;background:var(--red);color:#fff;font-size:9px}.chart-watermark{position:absolute;left:14px;bottom:13px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid #52677f;border-radius:50%;background:#03070b;color:#fff;font-size:17px;font-weight:800}.chart-dates{height:25px;flex-shrink:0;display:flex;align-items:center;justify-content:space-around;padding-right:55px;color:var(--text-secondary);font-size:9px}.order-panel{min-width:0;height:fit-content;align-self:start;padding:14px 14px 17px;overflow:hidden;box-sizing:border-box;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius)}.order-header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid var(--border)}.order-symbol-title{color:#fff;font-size:14px;font-weight:800}.order-symbol-name{margin-top:2px;color:var(--text-muted);font-size:9px}.favorite-button{border:0;background:transparent;color:#f5bc25;font-size:17px;line-height:1;padding:0;cursor:pointer}.order-side-buttons{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.buy-button,.sell-button{height:36px;border-radius:6px;font-size:11px;font-weight:800;cursor:pointer}.buy-button{border:1px solid var(--green);background:var(--green);color:#fff}.buy-button:hover{filter:brightness(1.08)}.sell-button{border:1px solid var(--red);background:#f0445514;color:#fff}.sell-button:hover{background:#f0445529}.order-field{margin-top:16px;margin-bottom:9px}.order-field label{display:block;margin-bottom:5px;color:var(--text-secondary);font-size:10px}.number-input{height:36px;display:flex;overflow:hidden;border:1px solid var(--border-light);border-radius:6px;background:#101e30}.number-input input{flex:1;min-width:0;padding:0 9px;border:0;outline:0;background:transparent;color:#fff;font-size:12px}.number-input input:focus{background:#13243a}.number-buttons{display:flex}.number-buttons button{width:32px;border:0;border-left:1px solid var(--border);background:#16253a;color:var(--text-secondary);font-size:12px;cursor:pointer}.number-buttons button:hover{background:var(--bg-hover);color:#fff}.field-hint{display:block;margin-top:3px;color:var(--text-muted);font-size:9px;line-height:1.3}.order-options{display:flex;align-items:center;justify-content:space-between;margin:5px 0 10px}.order-options label{display:flex;align-items:center;gap:4px;color:var(--text-secondary);font-size:9px;cursor:pointer}.order-options input{width:13px;height:13px;margin:0;accent-color:var(--blue)}.execute-buy{width:100%;min-height:48px;margin-top:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;border-radius:7px;background:linear-gradient(180deg,#19ca72,#10b862);color:#fff;box-shadow:0 8px 25px #16c7841f;cursor:pointer}.execute-buy:hover{filter:brightness(1.08)}.execute-buy strong{font-size:13px;line-height:1.2}.execute-buy span{font-size:10px;line-height:1.2}.positions-panel{height:205px;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius)}.positions-tabs{height:47px;flex-shrink:0;display:flex;align-items:flex-end;padding-left:10px;border-bottom:1px solid var(--border)}.positions-tab{height:38px;padding:0 18px;border:0;border-radius:6px 6px 0 0;background:transparent;color:#fff;font-size:10px;font-weight:600}.positions-tab:hover{color:#fff;background:var(--bg-hover)}.positions-tab.active{background:#15375f;color:#fff}.positions-table-header{height:40px;flex-shrink:0;display:grid;grid-template-columns:.5fr 1fr .8fr .8fr 1.1fr 1.15fr .7fr .7fr .85fr .75fr .9fr .9fr;align-items:center;padding:0 12px;border-bottom:1px solid var(--border);color:var(--text-muted);font-size:9px;overflow-x:auto}.empty-positions{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--text-muted)}.empty-positions strong{color:var(--text-secondary);font-size:12px}.empty-positions span{font-size:9px}.empty-icon{color:#52677f;font-size:31px}.sidebar-clock{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;margin:2px 0 9px}.sidebar-clock-time{color:#718197;font-size:9px;font-weight:600;line-height:1;letter-spacing:.2px}.sidebar-clock-zone{color:#596a80;font-size:7px;font-weight:500;line-height:1}.dark-mode-toggle{position:relative;width:40px;height:22px;margin:0 auto 7px;padding:0;border:0;border-radius:999px;background:#6b7280;display:flex;align-items:center;cursor:pointer;transition:background .18s ease}.dark-mode-knob{width:18px;height:18px;margin-left:2px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#4b5563;font-size:11px;line-height:1;box-shadow:0 1px 3px #00000040;transition:transform .18s ease,color .18s ease}.dark-mode-toggle.active{background:#34445a}.dark-mode-toggle.active .dark-mode-knob{transform:translate(18px);color:#172235}@media(max-width:1400px){:root{--watchlist-width: 300px;--order-width: 285px}.account-summary{padding:0 18px;gap:25px}.header-logo{width:auto}.header-logo-image{width:157px;max-height:50px}}@media(max-width:1150px){:root{--watchlist-width: 270px;--order-width: 270px}.account-summary{padding:0 18px;gap:16px}.metric-label{font-size:9px}.metric-value{font-size:12px}.header-logo{width:auto}.header-logo-image{width:147px;max-height:46px}.deposit-button,.withdraw-button{padding:0 12px}.order-panel{height:fit-content;align-self:start;padding:12px 12px 15px}}@media(max-width:950px){.account-summary{padding:0 18px;display:none}.dashboard-main{grid-template-columns:250px minmax(350px,1fr)}.order-panel{display:none}.header-logo{width:160px}.header-logo-image{width:142px;max-height:44px}}@media(max-width:700px){:root{--sidebar-width: 64px}.header{padding:0 8px;gap:8px}.header-logo{width:135px;min-width:100px}.header-logo-image{width:127px;max-width:100%;max-height:40px}.header-actions{margin-left:auto;gap:7px}.withdraw-button{display:none}.dashboard-main{grid-template-columns:1fr;overflow-y:auto}.watchlist{height:280px;flex-shrink:0}.trading-chart{height:500px;flex-shrink:0}.positions-panel{height:220px}}@media(max-width:480px){.sidebar{width:58px;min-width:58px}.sidebar-item{min-height:72px;font-size:9px}.sidebar-icon{font-size:18px}.app-content{padding:4px}.watchlist-tabs{overflow-x:auto}.watchlist-tab{padding:0 9px}.chart-toolbar{overflow-x:auto}.timeframes{flex-shrink:0}.positions-table-header{overflow-x:auto}.order-panel{height:fit-content;align-self:start;padding:10px 10px 13px}.header{gap:5px}.header-logo{width:105px;min-width:75px}.header-logo-image{width:100px;max-width:100%;max-height:34px}.header-actions{gap:5px}.language-button{width:52px;padding:0 5px}.language-code{display:none}.deposit-button{width:40px;padding:0;font-size:0}.deposit-button .button-icon{font-size:16px}}.profile-wrapper{position:relative;flex-shrink:0}.profile-button.active{background:#17283d;border-color:#405a77;color:#fff}.profile-menu{position:absolute;top:calc(100% + 8px);right:0;width:225px;background:#0d1728;border:1px solid #2b3d55;border-radius:2px;box-shadow:0 12px 30px #00000059,0 4px 10px #0003;overflow:hidden;z-index:9999}.profile-menu-item{width:100%;height:45px;display:flex;align-items:center;gap:13px;padding:0 18px;border:0;border-bottom:1px solid #2b3d55;background:transparent;color:#cbd5e3;font-size:14px;font-weight:400;text-align:left;transition:background .15s ease,color .15s ease}.profile-menu-item:last-child{border-bottom:0}.profile-menu-item:hover{background:#16243a;color:#fff}.menu-icon{width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#9aaabd}.profile-menu-item:hover .menu-icon{color:#dce6f2}.menu-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.logout-item{color:#cbd5e3}.language-selector{position:relative;flex-shrink:0}.language-button{width:64px;height:40px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 8px;border:1px solid #31455e;border-radius:7px;background:#111f31;color:#dce6f2;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.language-button:hover,.language-button.active{background:#17283d;border-color:#405a77;color:#fff}.language-flag{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:16px;line-height:1}.language-code{font-size:11px;font-weight:700;line-height:1}.language-arrow{display:inline-flex;align-items:center;justify-content:center;color:#7f91a7;font-size:10px;line-height:1}.language-menu{position:absolute;top:calc(100% + 8px);right:0;width:175px;padding:4px;background:#0d1728;border:1px solid #2b3d55;border-radius:4px;box-shadow:0 12px 30px #00000059,0 4px 10px #0003;overflow:hidden;z-index:9999}.language-option{width:100%;height:38px;display:flex;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:3px;background:transparent;color:#cbd5e3;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.language-option:hover,.language-option.selected{background:#16243a;color:#fff}.language-option-flag{width:21px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.language-option-code{width:25px;color:#dce6f2;font-size:11px;font-weight:700}.language-option-name{color:#8999ad;font-size:11px;white-space:nowrap}.language-option:hover .language-option-name,.language-option.selected .language-option-name{color:#cbd5e3}html:not(.dark-mode){--bg: #f4f7fb;--bg-header: #ffffff;--bg-sidebar: #f8fafc;--bg-panel: #ffffff;--bg-panel-light: #f3f6fa;--bg-hover: #e9eff7;--border: #d7e0ea;--border-light: #c5d1df;--text: #172235;--text-secondary: #53657a;--text-muted: #718197;--blue: #1478e8;--blue-light: #168cff;--green: #16b879;--green-bright: #18c978;--red: #e43f50}html:not(.dark-mode) body{background:var(--bg);color:var(--text)}html:not(.dark-mode) .app,html:not(.dark-mode) .app-content{background:var(--bg)}html:not(.dark-mode) .header{background:#fff;border-bottom-color:var(--border)}html:not(.dark-mode) .header-logo-title,html:not(.dark-mode) .metric-value,html:not(.dark-mode) .chart-symbol,html:not(.dark-mode) .chart-info strong,html:not(.dark-mode) .order-symbol-title,html:not(.dark-mode) .market-name strong,html:not(.dark-mode) .watchlist-tab,html:not(.dark-mode) .positions-tab,html:not(.dark-mode) .number-input input{color:#172235}html:not(.dark-mode) .header-logo-subtitle,html:not(.dark-mode) .metric-label,html:not(.dark-mode) .order-symbol-name,html:not(.dark-mode) .order-field label,html:not(.dark-mode) .watchlist-search,html:not(.dark-mode) .watchlist-header,html:not(.dark-mode) .market-item,html:not(.dark-mode) .field-hint,html:not(.dark-mode) .positions-table-header,html:not(.dark-mode) .empty-positions,html:not(.dark-mode) .chart-info,html:not(.dark-mode) .chart-tool,html:not(.dark-mode) .timeframes button{color:#617188}html:not(.dark-mode) .profile-button,html:not(.dark-mode) .language-button,html:not(.dark-mode) .withdraw-button{background:#f4f7fb;border-color:#cbd6e3;color:#34455a}html:not(.dark-mode) .profile-button:hover,html:not(.dark-mode) .language-button:hover,html:not(.dark-mode) .language-button.active,html:not(.dark-mode) .withdraw-button:hover{background:#e9eff7;border-color:#aebdce;color:#172235}html:not(.dark-mode) .sidebar{background:#f8fafc;border-right-color:var(--border)}html:not(.dark-mode) .sidebar-logo{border-bottom-color:var(--border)}html:not(.dark-mode) .sidebar-item{color:#66778c}html:not(.dark-mode) .sidebar-item:hover,html:not(.dark-mode) .sidebar-item.active{background:#e7eef7;color:#172235}html:not(.dark-mode) .sidebar-clock-time{color:#617188}html:not(.dark-mode) .sidebar-clock-zone{color:#7a899b}html:not(.dark-mode) .watchlist{background:#fff;border-color:var(--border)}html:not(.dark-mode) .watchlist-search{background:#f5f8fc;border-color:var(--border-light)}html:not(.dark-mode) .watchlist-search input{color:#172235}html:not(.dark-mode) .watchlist-search input::placeholder{color:#8795a7}html:not(.dark-mode) .market-categories .category{background:#f5f8fc;border-color:#d3dde8;color:#617188}html:not(.dark-mode) .market-categories .category:hover{background:#e9eff7;border-color:#aebdce;color:#172235}html:not(.dark-mode) .market-categories .category.active{background:#dce9f8;border-color:#168cff;color:#172235}html:not(.dark-mode) .watchlist-header{color:#718197;border-bottom-color:var(--border)}html:not(.dark-mode) .market-row{border-bottom-color:#e2e8f0}html:not(.dark-mode) .market-row:hover{background:#f3f7fb}html:not(.dark-mode) .market-row.selected{background:#e8f1fb;box-shadow:inset 2px 0 #168cff}html:not(.dark-mode) .market-flag{color:#172235}html:not(.dark-mode) .market-name strong{color:#172235}html:not(.dark-mode) .market-name small{color:#8492a4}html:not(.dark-mode) .market-price strong{color:#172235}html:not(.dark-mode) .market-price .live-price{color:#16a96f}html:not(.dark-mode) .market-price .last-price{color:#718197}html:not(.dark-mode) .market-price .closed-price{color:#718197}html:not(.dark-mode) .market-price .spread-value{color:#718197}html:not(.dark-mode) .market-price .closed-status{color:#c24e59}html:not(.dark-mode) .watchlist-status{background:#fffffff0;color:#718197}html:not(.dark-mode) .trading-chart{background:#fff;border-color:var(--border)}html:not(.dark-mode) .chart-toolbar{background:#f7f9fc;border-bottom-color:var(--border)}html:not(.dark-mode) .chart-info{background:#fff;border-bottom-color:var(--border)}html:not(.dark-mode) .chart-area{background:#fff}html:not(.dark-mode) .chart-grid{background-image:linear-gradient(rgba(72,93,117,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(72,93,117,.12) 1px,transparent 1px)}html:not(.dark-mode) .price-axis{color:#617188}html:not(.dark-mode) .chart-dates{color:#617188;background:#fff}html:not(.dark-mode) .chart-watermark{background:#fff;color:#172235;border-color:#9eacbc}html:not(.dark-mode) .timeframes button:hover,html:not(.dark-mode) .chart-tool:hover{background:#e7eef7;color:#172235}html:not(.dark-mode) .timeframes button.active{background:#dce9f8;color:#172235}html:not(.dark-mode) .order-panel{background:#fff;border-color:var(--border)}html:not(.dark-mode) .favorite-button{color:#d99c00}html:not(.dark-mode) .number-input{background:#f5f8fc;border-color:#cbd6e3}html:not(.dark-mode) .number-input input:focus{background:#edf3fa}html:not(.dark-mode) .number-buttons button{background:#e9eff6;border-left-color:#cbd6e3;color:#617188}html:not(.dark-mode) .number-buttons button:hover{background:#dce6f1;color:#172235}html:not(.dark-mode) .positions-panel{background:#fff;border-color:var(--border)}html:not(.dark-mode) .positions-tab:hover{color:#172235;background:#eef3f8}html:not(.dark-mode) .positions-tab.active{background:#dce9f8;color:#172235}html:not(.dark-mode) .empty-positions strong{color:#43556b}html:not(.dark-mode) .empty-icon{color:#8190a2}html:not(.dark-mode) .profile-menu,html:not(.dark-mode) .language-menu{background:#fff;border-color:#d0dae5;box-shadow:0 12px 30px #192a3e24,0 4px 10px #192a3e14}html:not(.dark-mode) .profile-menu-item,html:not(.dark-mode) .language-option{color:#43556b;border-bottom-color:#e0e6ed}html:not(.dark-mode) .profile-menu-item:hover,html:not(.dark-mode) .language-option:hover,html:not(.dark-mode) .language-option.selected{background:#eef3f8;color:#172235}html:not(.dark-mode) .menu-icon,html:not(.dark-mode) .language-arrow{color:#718197}html:not(.dark-mode) .profile-menu-item:hover .menu-icon{color:#43556b}html:not(.dark-mode) .language-option-name{color:#718197}html:not(.dark-mode) .dark-mode-toggle{background:#cbd5e1}html:not(.dark-mode) .dark-mode-knob{color:#4b5563}.market-name strong,.market-name small{display:block;max-width:100%}@media(max-width:950px){.dashboard-main{grid-template-columns:minmax(230px,.9fr) minmax(0,1.6fr)}.order-panel{display:block;grid-column:1 / -1;width:100%;height:auto}.market-row{grid-template-columns:48px minmax(110px,1fr) 78px 78px}.market-name strong{font-size:12px}.market-name small{font-size:10px}}@media(max-width:700px){.dashboard-main{grid-template-columns:1fr;gap:10px}.watchlist{height:auto;min-height:330px;width:100%}.market-list{min-height:260px}.market-row{grid-template-columns:42px minmax(130px,1fr) minmax(62px,auto) minmax(62px,auto);min-height:58px;padding:0 8px}.market-identity,.market-name{min-width:0}.market-name strong{font-size:12px;line-height:16px;text-overflow:clip}.market-name small{font-size:10px;line-height:14px;text-overflow:ellipsis}.market-price strong{font-size:11px}.order-panel{display:block!important;grid-column:auto;width:100%;min-height:0;padding:12px}}@media(max-width:480px){.market-row{grid-template-columns:38px minmax(118px,1fr) 58px 58px}.market-flag{font-size:15px}.market-name strong{font-size:11px}.market-name small{font-size:9px}.market-price strong{font-size:10px}}@media(min-width:1025px){.header-actions .language-selector{margin-left:14px}}.tv-chart{display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important}.tv-chart .tv-chart-toolbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.tv-chart .timeframes{display:flex;flex-wrap:wrap;gap:4px}.tv-chart .chart-tool.active{background:#45a8f5;color:#fff;border-color:#45a8f5}.tv-chart-frame{position:relative;flex:1 1 auto;width:100%;min-height:380px;height:100%}.tv-chart-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;border:0;display:block}@media(min-width:1025px){.tv-chart-frame{min-height:420px}}@media(min-width:769px)and (max-width:1024px){.tv-chart-frame{min-height:340px}}@media(max-width:768px){.tv-chart{height:auto!important;min-height:0!important}.tv-chart-frame{min-height:46vh;height:46vh}.tv-chart .tv-chart-toolbar{padding:6px 8px;overflow-x:auto}.tv-chart .chart-tool{font-size:11px;padding:4px 8px}}@media(max-width:480px){.tv-chart-frame{min-height:42vh;height:42vh}}html:not(.dark-mode) .language-code,html:not(.dark-mode) .language-option-code{color:#000;font-weight:800}html:not(.dark-mode) .language-option-name,html:not(.dark-mode) .language-option:hover .language-option-name,html:not(.dark-mode) .language-option.selected .language-option-name{color:#000;font-weight:700}.metric-value.positive,html:not(.dark-mode) .metric-value.positive{color:#22c55e}.metric-value.negative,html:not(.dark-mode) .metric-value.negative{color:#ef4444}img,canvas,svg,video{max-width:100%}.admin-control-center table,.positions-panel table,.app-content table{width:100%}@media(min-width:1025px){.header-actions{margin-right:15px}}@media(max-width:1024px){.admin-control-center{display:block!important;height:auto!important;min-height:100vh!important;overflow:visible!important}.admin-sidebar{width:100%!important;min-width:0!important;height:auto!important;flex-direction:row!important;justify-content:space-around;flex-wrap:wrap!important;align-items:center!important;overflow-x:auto!important}.admin-control-center>section{width:100%!important;height:auto!important;overflow-x:auto!important}.admin-control-center [style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:900px){.header{height:auto!important;min-height:var(--header-height);flex-wrap:wrap;row-gap:6px;padding:8px 10px;gap:10px}.header-actions{flex-wrap:wrap;row-gap:6px}.account-summary{display:flex!important;flex:1 1 100%;justify-content:center;gap:28px;overflow-x:auto}.trading-chart,.chart-area{min-height:320px}.positions-panel,.order-panel,.watchlist{width:100%!important;max-width:none!important;min-width:0!important}.positions-table-header,.positions-tabs{overflow-x:auto}}@media(max-width:768px){html,body{max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}.app,.app-body,.app-content{max-width:100%;overflow-x:hidden}.app-content{padding:8px 8px calc(74px + env(safe-area-inset-bottom))!important}.header{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;height:auto!important;min-height:0!important;padding:calc(6px + env(safe-area-inset-top)) 10px 6px!important;gap:6px 8px}.header-logo{grid-row:1;grid-column:1;width:auto!important;min-width:0!important;height:auto!important;padding-left:0}.header-logo-image{width:auto;max-height:32px}.header-actions{grid-row:1;grid-column:2;justify-content:flex-end;gap:6px;flex-wrap:nowrap}.account-summary{display:flex!important;grid-row:2;grid-column:1 / -1;justify-content:center;gap:22px;padding-bottom:2px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.account-summary::-webkit-scrollbar{display:none}.account-metric{flex:0 0 auto;gap:1px}.metric-label{font-size:9px}.metric-value{font-size:13px}.deposit-button{display:none!important}.withdraw-button{height:34px;padding:0 10px}.withdraw-button span:not(.button-icon){display:none}.sidebar{position:fixed;bottom:0;left:0;right:0;z-index:60;width:100%!important;min-width:0!important;height:auto!important;flex-direction:row!important;justify-content:space-around;align-items:stretch;padding-bottom:env(safe-area-inset-bottom);background:var(--bg-sidebar);border-right:none;border-top:1px solid var(--border);box-shadow:0 -6px 18px #00000059;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sidebar::-webkit-scrollbar{display:none}.sidebar-logo{display:none!important}.sidebar-navigation,.sidebar-bottom{display:flex!important;flex-direction:row!important;justify-content:space-around;align-items:stretch;margin-top:0!important;padding:0!important;gap:6px}.sidebar-item{width:auto!important;min-width:68px;min-height:58px!important;flex:0 0 auto;gap:3px!important;padding:8px 10px!important;border-left:0!important;border-top:2px solid transparent;font-size:9px!important;line-height:1.15;white-space:nowrap}.sidebar-item.active{border-top-color:var(--accent, #087be9)}.sidebar-icon{font-size:17px!important}.sidebar-icon svg{width:18px;height:18px}.sidebar-clock,.sidebar-bottom .dark-mode-toggle{display:none!important}.dashboard,.dashboard-main,.dashboard-bottom{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%;height:auto!important;max-height:none!important;gap:8px;overflow:visible!important}.watchlist,.trading-chart,.order-panel,.positions-panel{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important}.positions-panel{margin-top:-10px!important}.positions-panel{min-height:260px!important}.watchlist{max-height:58vh;overflow:hidden}.market-list{max-height:46vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.watchlist-search input{font-size:14px}.market-categories,.watchlist-tabs,.positions-tabs,.chart-toolbar{flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.market-categories::-webkit-scrollbar,.watchlist-tabs::-webkit-scrollbar,.positions-tabs::-webkit-scrollbar,.chart-toolbar::-webkit-scrollbar{display:none}.market-categories{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));padding:6px 8px 8px!important;overflow:visible}.market-categories .category,.watchlist-tabs button,.positions-tabs button{flex:0 0 auto}.market-categories .category{width:100%}.market-row{grid-template-columns:50px minmax(0,1fr) 68px 68px!important;column-gap:6px;padding:0 8px!important}.watchlist-header{grid-template-columns:minmax(0,1fr) 72px 72px!important;padding:0 8px!important}.market-row{min-height:54px}.trading-chart{min-height:0}.chart-toolbar{height:auto;min-height:46px;padding:4px 8px;gap:4px}.chart-symbol{min-width:74px;max-width:150px;flex:0 0 auto;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeframes{flex:0 0 auto}.timeframes button,.chart-tool{flex:0 0 auto;height:30px;padding:0 8px}.chart-info{height:auto;min-height:30px;flex-wrap:wrap;row-gap:2px;padding:4px 8px}.chart-symbol svg,.chart-symbol img{width:16px;height:auto}.trading-chart{height:auto!important;min-height:0!important}.chart-area{flex:0 0 320px!important;height:320px!important;min-height:320px!important}.watchlist-status{position:static!important;align-self:flex-start;margin:6px 8px 8px;font-size:9px!important}.order-panel{overflow:visible}input,select,textarea{font-size:16px!important}button{touch-action:manipulation}.app-content [style*=grid-template-columns]:not(.market-row):not(.watchlist-header):not(.position-row):not(.positions-table-header){grid-template-columns:minmax(0,1fr)!important}.app-content [style*="width: 4"],.app-content [style*="width: 5"],.app-content [style*="width: 6"],.app-content [style*="min-width: 4"],.app-content [style*="min-width: 5"],.app-content [style*="min-width: 6"]{width:100%!important;min-width:0!important;max-width:100%!important}.positions-panel,.app-content .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.app-content table{min-width:640px}.auth-card,.login-card,.register-card{width:100%!important;max-width:100%!important;padding:18px!important;margin:0 auto!important;border-radius:14px!important}.auth-page,.login-page,.register-page{padding:16px!important;padding-bottom:calc(24px + env(safe-area-inset-bottom))!important;overflow-y:auto}.dashboard-main,.app-body>main{padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}.admin-sidebar{gap:4px!important;padding:6px!important}.admin-sidebar button{flex:0 0 auto;font-size:11px!important}.admin-control-center table{min-width:720px}}@media(max-width:380px){.header-logo-image{max-height:28px}.account-summary{gap:11px}.metric-value{font-size:12px}.sidebar-item{min-width:60px;padding:6px!important}.market-row{grid-template-columns:46px minmax(0,1fr) 60px 60px!important;column-gap:4px}.watchlist-header{grid-template-columns:minmax(0,1fr) 62px 62px!important}.chart-area{flex:0 0 280px!important;height:280px!important;min-height:280px!important}}@media(max-width:900px)and (orientation:landscape){.chart-area{flex:0 0 62vh!important;height:62vh!important;min-height:220px}}@media(max-width:768px){.positions-table-header{display:none!important}.position-row{min-width:0!important;height:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 14px!important;padding:12px 14px!important;font-size:13px!important;margin:8px 10px!important;border:1px solid var(--border)!important;border-radius:10px!important;background:#ffffff08!important}.position-row>span{display:flex!important;flex-direction:column!important;gap:3px!important;min-width:0!important;position:static!important;left:auto!important;overflow:hidden!important;text-overflow:ellipsis!important}.position-row>span:before{content:attr(data-label);font-size:10px;font-weight:400;color:var(--text-muted);white-space:nowrap}.position-row>span:nth-child(1),.position-row>span:nth-child(2){grid-column:span 1}.position-row button{position:static!important;left:auto!important;font-size:12px!important;padding:8px 14px!important;width:100%}}@media(max-width:768px){.sidebar{overflow-x:hidden!important;justify-content:space-between!important;padding:0 4px calc(10px + env(safe-area-inset-bottom))!important}.sidebar-navigation{flex:4 1 0!important;justify-content:space-between!important;gap:0!important}.sidebar-bottom{flex:2 1 0!important;justify-content:space-between!important;gap:0!important}.sidebar-item{flex:1 1 0!important;min-width:0!important;max-width:none!important;padding:8px 2px!important;font-size:9.5px!important;white-space:normal!important;text-align:center}.dashboard{padding-bottom:calc(88px + env(safe-area-inset-bottom))!important}}@media(max-width:768px){.login-page,.register-page{min-height:100dvh!important;height:100dvh!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important;align-items:stretch!important;justify-content:flex-start!important}.login-container{min-height:100dvh!important;max-width:100%!important;border-radius:0!important;border:none!important}.login-brand{padding:18px 20px 14px!important}.login-logo-container{margin-bottom:10px!important}.login-logo{max-height:75px!important;width:auto!important}.login-brand h1{font-size:21px!important;margin:0 0 6px!important;line-height:1.25!important}.login-brand p{font-size:13px!important;line-height:1.45!important;margin:0!important}.login-features{display:none!important}.login-form-side{padding:18px 20px 24px!important}.login-form h2{font-size:20px!important;margin-bottom:4px!important}.login-subtitle{font-size:13px!important;margin-bottom:14px!important}.login-field{margin-bottom:12px!important}.login-language{top:10px!important;right:10px!important}.register-container{width:100%!important;max-width:100%!important;min-height:100dvh!important;margin:0!important;padding:16px 18px 24px!important;border-radius:0!important;border:none!important}.register-logo{margin-bottom:8px!important}.register-logo-image{max-height:40px!important;width:auto!important}.register-header h1,.register-header h2{font-size:20px!important;margin:0 0 4px!important}.register-header p{font-size:13px!important;margin-bottom:12px!important}.register-field{margin-bottom:10px!important}}@media(max-width:768px)and (max-height:740px){.login-brand{padding:12px 18px 10px!important}.login-brand h1{font-size:18px!important}.login-brand p{display:none!important}.login-form-side{padding:12px 18px 18px!important}.register-container{padding:12px 16px 18px!important}}@media(max-width:768px){.login-features{display:grid!important;grid-template-columns:1fr 1fr;gap:8px 12px;margin-top:14px!important}.login-feature{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important}.login-feature-icon{width:20px!important;height:20px!important;min-width:20px!important;font-size:11px!important}.login-feature span,.login-feature p,.login-feature div:last-child{font-size:11.5px!important;line-height:1.3!important}}@media(max-width:360px),(max-height:700px){.login-features{grid-template-columns:1fr;gap:5px;margin-top:10px!important}}@media(min-width:769px)and (max-width:1400px){.market-row{grid-template-columns:32px minmax(0,1fr) 64px 64px!important;column-gap:4px;padding:0 6px!important}.watchlist-header{grid-template-columns:minmax(0,1fr) 64px 64px!important;padding:0 6px 0 44px!important}.market-flag{font-size:12px!important;overflow:hidden;min-width:0!important;gap:2px!important}.market-name strong{font-size:12px!important}.market-name small{font-size:10px!important}.market-price strong{font-size:11px!important}.market-price{text-align:right}}@media(max-width:850px){html,body{height:auto!important;min-height:100%!important;overflow-y:auto!important}.login-page,.register-page{height:auto!important;min-height:100dvh!important;overflow-y:visible!important;padding-bottom:calc(28px + env(safe-area-inset-bottom))!important}.login-container,.register-container{height:auto!important;min-height:0!important;overflow:visible!important}.login-form-side{padding-bottom:calc(28px + env(safe-area-inset-bottom))!important}.login-register{margin-top:16px!important;display:block!important;visibility:visible!important;padding-bottom:calc(10px + env(safe-area-inset-bottom))!important;font-size:13.5px!important;line-height:1.5!important}.login-register button{display:inline!important;font-size:13.5px!important}}.admin-control-center{--adm-bg: #1b212c;--adm-bg-2: #202836;--adm-panel: #242c3a;--adm-panel-2: #2a3342;--adm-line: rgba(160, 174, 192, .16);--adm-line-soft: rgba(160, 174, 192, .1);--adm-text: #e7ecf3;--adm-text-soft: #a9b4c4;--adm-text-dim: #7d8899;--adm-accent: #718096;--adm-accent-strong: #a0aec0;--adm-pos: #4ade80;--adm-neg: #f87171;--adm-warn: #fbbf24;--adm-info: #93b4dd;--adm-radius: 14px;--adm-shadow: 0 18px 40px -24px rgba(0, 0, 0, .75);background:radial-gradient(1200px 600px at 78% -10%,rgba(160,174,192,.08),transparent 60%),linear-gradient(180deg,var(--adm-bg-2) 0%,var(--adm-bg) 100%)!important;color:var(--adm-text)!important;-webkit-font-smoothing:antialiased;letter-spacing:.1px}.admin-control-center div,.admin-control-center section,.admin-control-center header,.admin-control-center footer,.admin-control-center form,.admin-control-center table,.admin-control-center thead,.admin-control-center tbody,.admin-control-center tr,.admin-control-center th,.admin-control-center td,.admin-control-center ul,.admin-control-center li,.admin-control-center p,.admin-control-center span,.admin-control-center h1,.admin-control-center h2,.admin-control-center h3,.admin-control-center h4,.admin-control-center label{background-color:transparent!important;background-image:none!important;color:var(--adm-text)!important;border-color:var(--adm-line)!important}.admin-control-center .admin-sidebar,.admin-sidebar{background:linear-gradient(180deg,#232b39,#1c232f)!important;border-right:1px solid var(--adm-line)!important;box-shadow:24px 0 48px -40px #000000e6!important}.admin-sidebar>div:first-child{border-bottom:1px solid var(--adm-line)!important}.admin-sidebar h2{color:#f2f5f9!important;letter-spacing:3px!important;font-weight:600!important;font-size:17px!important;text-transform:uppercase}.admin-sidebar button{border-radius:10px!important;color:var(--adm-text-soft)!important;border:1px solid transparent!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease!important}.admin-sidebar button:hover{background-color:#a0aec01a!important;color:#fff!important;transform:translate(2px)}.admin-sidebar button[style*="rgb(37, 99, 235)"],.admin-sidebar button[style*="rgb(27, 38, 56)"],.admin-sidebar button[style*="rgb(141, 176, 221)"]{background-color:#a0aec029!important;color:#fff!important;border-color:#a0aec047!important;box-shadow:inset 3px 0 0 var(--adm-accent-strong)!important}.admin-sidebar div[style*=letter-spacing],.admin-sidebar span[style*=letter-spacing]{color:var(--adm-text-dim)!important;font-size:10.5px!important;letter-spacing:1.6px!important;text-transform:uppercase}.admin-control-center>section,.admin-control-center>div:last-child>section,.app-content .admin-control-center>section{background-color:transparent!important}.admin-control-center section>div,.admin-control-center form,.admin-control-center section>form{border-radius:var(--adm-radius)!important}.admin-control-center [style*="rgb(255, 255, 255)"],.admin-control-center [style*="rgb(238, 242, 247)"],.admin-control-center [style*="rgb(233, 238, 245)"],.admin-control-center [style*="rgb(248, 250, 252)"],.admin-control-center [style*="rgb(241, 245, 249)"]{background-color:var(--adm-panel)!important;border:1px solid var(--adm-line)!important;border-radius:var(--adm-radius)!important;box-shadow:var(--adm-shadow)!important;-webkit-backdrop-filter:saturate(115%);backdrop-filter:saturate(115%)}.admin-control-center h1{font-size:22px!important;font-weight:650!important;letter-spacing:.2px!important}.admin-control-center h2{font-weight:620!important}.admin-control-center h3,.admin-control-center h4{color:#f0f4f9!important;font-weight:600!important}.admin-control-center p,.admin-control-center small{color:var(--adm-text-soft)!important;line-height:1.6!important}.admin-control-center table{border-collapse:separate!important;border-spacing:0!important;width:100%;overflow:hidden;border-radius:12px!important}.admin-control-center thead th{background-color:#a0aec017!important;color:var(--adm-text-dim)!important;font-size:11px!important;font-weight:600!important;letter-spacing:1.1px!important;text-transform:uppercase;padding:12px 14px!important;border-bottom:1px solid var(--adm-line)!important;position:sticky;top:0;z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-control-center tbody td{padding:12px 14px!important;font-size:13.5px!important;border-bottom:1px solid var(--adm-line-soft)!important;color:var(--adm-text)!important}.admin-control-center tbody tr{transition:background-color .16s ease}.admin-control-center tbody tr:hover td{background-color:#a0aec012!important}.admin-control-center tbody tr:last-child td{border-bottom:none!important}.admin-control-center button{border-radius:10px!important;font-weight:600!important;letter-spacing:.2px!important;cursor:pointer;transition:filter .18s ease,background-color .18s ease,border-color .18s ease,transform .12s ease,box-shadow .18s ease!important}.admin-control-center button:hover{filter:brightness(1.08)}.admin-control-center button:active{transform:translateY(1px)}.admin-control-center section button,.admin-control-center form button,.admin-control-center td button{background-color:#a0aec01f!important;border:1px solid var(--adm-line)!important;color:var(--adm-text)!important}.admin-control-center section button:hover,.admin-control-center form button:hover,.admin-control-center td button:hover{background-color:#a0aec033!important;border-color:#a0aec052!important}.admin-control-center button[style*="rgb(37, 99, 235)"],.admin-control-center button[style*="rgb(22, 163, 74)"]{background:linear-gradient(180deg,#6f7c8f,#55616f)!important;border:1px solid rgba(226,232,240,.22)!important;color:#fff!important;box-shadow:0 10px 22px -14px #000000e6!important}.admin-control-center button[style*="rgb(233, 30, 99)"],.admin-control-center button[style*="rgb(225, 29, 72)"],.admin-control-center button[style*="rgb(185, 28, 28)"]{background:linear-gradient(180deg,#8a4550,#6f3640)!important;border:1px solid rgba(248,113,113,.3)!important;color:#ffe9ec!important}.admin-control-center input,.admin-control-center select,.admin-control-center textarea{background-color:#0d111780!important;border:1px solid var(--adm-line)!important;border-radius:10px!important;color:var(--adm-text)!important;padding:9px 12px!important;font-size:13.5px!important;outline:none!important;transition:border-color .18s ease,box-shadow .18s ease!important}.admin-control-center input::placeholder,.admin-control-center textarea::placeholder{color:var(--adm-text-dim)!important}.admin-control-center input:focus,.admin-control-center select:focus,.admin-control-center textarea:focus{border-color:#a0aec08c!important;box-shadow:0 0 0 3px #a0aec024!important}.admin-control-center select option{background-color:#242c3a;color:var(--adm-text)}.admin-control-center [style*="rgb(220, 252, 231)"]{background-color:#4ade8024!important;color:var(--adm-pos)!important;border:1px solid rgba(74,222,128,.28)!important;border-radius:999px!important;box-shadow:none!important}.admin-control-center [style*="rgb(254, 226, 226)"],.admin-control-center [style*="rgb(255, 241, 242)"]{background-color:#f8717124!important;color:var(--adm-neg)!important;border:1px solid rgba(248,113,113,.28)!important;border-radius:999px!important;box-shadow:none!important}.admin-control-center [style*="rgb(254, 243, 199)"],.admin-control-center [style*="rgb(255, 247, 237)"]{background-color:#fbbf2424!important;color:var(--adm-warn)!important;border:1px solid rgba(251,191,36,.28)!important;border-radius:999px!important;box-shadow:none!important}.admin-control-center [style*="rgb(239, 246, 255)"]{background-color:#93b4dd21!important;color:var(--adm-info)!important;border:1px solid rgba(147,180,221,.26)!important;border-radius:999px!important;box-shadow:none!important}.admin-control-center [style*="color: rgb(22, 163, 74)"],.admin-control-center [style*="color: rgb(5, 150, 105)"]{color:var(--adm-pos)!important}.admin-control-center [style*="color: rgb(225, 29, 72)"],.admin-control-center [style*="color: rgb(233, 30, 99)"],.admin-control-center [style*="color: rgb(185, 28, 28)"],.admin-control-center [style*="color: rgb(220, 38, 38)"]{color:var(--adm-neg)!important}.admin-control-center [style*="color: rgb(245, 158, 11)"]{color:var(--adm-warn)!important}.admin-control-center [style*="color: rgb(100, 116, 139)"],.admin-control-center [style*="color: rgb(148, 163, 184)"]{color:var(--adm-text-soft)!important}.admin-control-center [style*="border-radius: 999px"][style*="rgb(233, 30, 99)"],.admin-control-center [style*="border-radius: 50%"][style*="rgb(233, 30, 99)"]{background:linear-gradient(180deg,#f4566d,#d63652)!important;color:#fff!important;border:none!important;box-shadow:0 0 0 3px #d6365238!important}.admin-control-center *::-webkit-scrollbar{width:9px;height:9px}.admin-control-center *::-webkit-scrollbar-track{background:transparent}.admin-control-center *::-webkit-scrollbar-thumb{background:#a0aec03d;border-radius:999px}.admin-control-center *::-webkit-scrollbar-thumb:hover{background:#a0aec061}.admin-control-center svg{color:currentColor;opacity:.95}.admin-control-center [style*="position: fixed"]{border-radius:12px!important}html,body,#root{margin:0;padding:0}*{box-sizing:border-box}
