.loading-screen{z-index:999999;background:#0b1220;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.loading-screen:before{content:"";filter:blur(90px);background:radial-gradient(circle,#ff3ea5 0%,#0000 70%);border-radius:50%;width:450px;height:450px;animation:3s infinite pulse;position:absolute}.loading-logo{color:#ff3ea5;letter-spacing:2px;z-index:2;font-size:52px;font-weight:800}.loading-subtitle{color:#9db2ce;letter-spacing:4px;text-transform:uppercase;z-index:2;margin-top:8px;font-size:14px}.loading-spinner{z-index:2;border:5px solid #ffffff14;border-top-color:#ff3ea5;border-radius:50%;width:70px;height:70px;margin-top:45px;animation:1s linear infinite spin}.loading-progress{background:#1c2940;border-radius:20px;width:260px;height:6px;margin-top:30px;overflow:hidden}.loading-progress span{background:linear-gradient(90deg,#ff3ea5,#7b61ff);width:40%;height:100%;animation:1.8s infinite loadingBar;display:block}.loading-text{color:#9db2ce;letter-spacing:1px;margin-top:18px;font-size:13px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loadingBar{0%{width:0}50%{width:80%}to{width:100%}}@keyframes pulse{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:.8;transform:scale(1.2)}}.property-panel{background:#1c2333;border-radius:14px;flex-direction:column;gap:14px;width:320px;padding:20px;display:flex}.property-panel h3{color:#fff;margin:0}.property-group{flex-direction:column;gap:6px;display:flex}.property-group label{color:#8fa3c8;font-size:13px}.property-group input{color:#fff;background:#111827;border:1px solid #2d3c56;border-radius:8px;padding:10px}.crop-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.crop-grid input{color:#fff;background:#111827;border:1px solid #2d3c56;border-radius:8px;padding:10px}.property-save{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-top:10px;padding:12px;font-weight:700}.property-save:hover{background:#1d4ed8}.property-empty{color:#9ca3af;text-align:center;padding:40px 0}.workflow-builder{background:#1b2235;border:1px solid #ffffff0f;border-radius:14px;margin-top:18px;padding:18px}.workflow-builder h3{color:#fff;margin:0 0 16px;font-size:18px;font-weight:700}.workflow-list{flex-direction:column;gap:12px;display:flex}.step-card{background:#2a3247;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:12px;padding:12px;transition:all .25s;display:flex}.step-card:hover{border-color:#ff4fa3;transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.step-drag{color:#8b96b8;cursor:grab;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.step-drag:active{cursor:grabbing}.step-number{color:#fff;background:#ff4fa3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.step-icon{color:#ff4fa3;background:#20283d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.step-body{flex:1;min-width:0}.step-title{color:#fff;text-transform:uppercase;margin-bottom:3px;font-size:15px;font-weight:700}.step-config{color:#98a5c8;word-break:break-all;font-size:13px}.step-actions{gap:8px;margin-left:auto;display:flex}.icon-btn{color:#fff;cursor:pointer;background:#20283d;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.icon-btn:hover{transform:scale(1.08)}.icon-btn.edit:hover{background:#2196f3}.icon-btn.delete:hover{background:#ff4fa3}.workflow-actions{gap:10px;margin-top:18px;display:flex}.add-step{color:#fff;cursor:pointer;background:#ff4fa3;border:none;border-radius:10px;flex:1;height:44px;font-size:14px;font-weight:700;transition:all .25s}.add-step:hover{background:#ff2f8e;transform:translateY(-2px)}.save-workflow{color:#fff;cursor:pointer;background:#18b66f;border:none;border-radius:10px;flex:1;height:44px;font-size:14px;font-weight:700;transition:all .25s}.save-workflow:hover{background:#11985c;transform:translateY(-2px)}.dialog-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog{background:#1d2333;border-radius:14px;width:420px;padding:20px}.dialog h3{color:#fff;margin-bottom:18px}.dialog label{color:#b9c1dc;margin:12px 0 6px;font-size:13px;display:block}.dialog input,.dialog select{color:#fff;background:#2b3348;border:none;border-radius:8px;width:100%;height:42px;padding:0 12px}.dialog-buttons{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.dialog-buttons button{cursor:pointer;border:none;border-radius:8px;height:40px;padding:0 18px}.capture-studio{flex-direction:column;gap:20px;padding-bottom:30px;display:flex}.studio-card{background:#1d2333;border-radius:14px;padding:20px;box-shadow:0 8px 20px #00000040}.studio-card h3{color:#fff;margin:0 0 15px;font-size:18px}.studio-toolbar{background:#1d2333;border-radius:14px;padding:20px;box-shadow:0 8px 20px #00000040}.studio-toolbar h2{color:#fff;margin:0}.studio-toolbar p{color:#98a4c3;margin-top:6px}.studio-card select,.studio-card input{color:#fff;background:#111827;border:none;border-radius:10px;outline:none;width:100%;margin-top:8px;padding:10px 14px}.crop-wrapper{width:100%}.crop-container{background:#0f172a;border-radius:14px;width:100%;height:650px;position:relative;overflow:hidden}.crop-empty{color:#94a3b8;justify-content:center;align-items:center;height:650px;font-size:18px;display:flex}.zoom-box{margin-top:20px}.zoom-box label{color:#fff;margin-bottom:10px;display:block}.zoom-box input{width:100%}.preview-empty{color:#94a3b8;background:#111827;border-radius:12px;justify-content:center;align-items:center;height:280px;display:flex}.preview-image{border:1px solid #30384d;border-radius:12px;width:100%;display:block}.studio-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.studio-actions button{cursor:pointer;border:none;border-radius:10px;padding:12px 22px;font-weight:600;transition:all .2s}.studio-actions button:hover{transform:translateY(-2px)}.studio-actions button:first-child{color:#fff;background:#2563eb}.studio-actions button:nth-child(2){color:#fff;background:#374151}.studio-actions button:nth-child(3){color:#fff;background:#16a34a}@media (width<=900px){.crop-container,.crop-empty{height:500px}}@media (width<=600px){.crop-container,.crop-empty{height:350px}.studio-actions{flex-direction:column}.studio-actions button{width:100%}}.studio-workspace{grid-template-columns:260px 1fr 330px;align-items:start;gap:20px;display:grid}.studio-left,.studio-center,.studio-right{flex-direction:column;gap:20px;display:flex}.scraper-studio{box-sizing:border-box;color:#e9eef7;width:100%;max-width:1800px;margin:0 auto;padding:28px}.studio-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.studio-heading{align-items:center;gap:15px;display:flex}.studio-icon{background:linear-gradient(135deg,#243b64,#17243c);border:1px solid #344d77;border-radius:14px;place-items:center;width:52px;height:52px;font-size:25px;display:grid;box-shadow:0 10px 30px #00000040}.studio-heading h1{letter-spacing:-.4px;margin:0;font-size:26px;font-weight:800}.studio-heading p{color:#8f9db4;margin:5px 0 0;font-size:13px}.studio-status{color:#9caac0;background:#111a2b;border:1px solid #2d3c55;border-radius:12px;align-items:center;gap:7px;padding:11px 16px;font-size:12px;font-weight:700;display:flex}.status-number{color:#65d49a;font-size:18px}.status-divider{color:#52627c}.status-label{color:#77869e;margin-left:3px}.studio-control-card{background:#111a2a;border:1px solid #26364f;border-radius:16px;grid-template-columns:minmax(210px,1fr) minmax(300px,2fr) 170px 170px;align-items:end;gap:15px;margin-bottom:15px;padding:20px;display:grid;box-shadow:0 15px 40px #0000002e}.control-group{min-width:0}.control-group label,.mapping-control label,.dom-field label{color:#8d9bb1;letter-spacing:.65px;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.control-group select,.control-group input,.mapping-control select{box-sizing:border-box;color:#edf2fa;background:#0d1524;border:1px solid #30415c;border-radius:10px;outline:none;width:100%;height:44px;padding:0 13px;font-size:13px}.control-group select:focus,.control-group input:focus,.mapping-control select:focus{border-color:#527db9;box-shadow:0 0 0 3px #527db91f}.control-group input:disabled,.control-group select:disabled{opacity:.55;cursor:not-allowed}.test-button,.save-main-button,.map-button{color:#fff;letter-spacing:.55px;cursor:pointer;border:0;border-radius:10px;height:44px;padding:0 18px;font-size:11px;font-weight:900;transition:all .18s}.test-button{background:#285d9e;border:1px solid #3975bd}.save-main-button{background:#247d59;border:1px solid #359d72}.map-button{background:#315c94;border:1px solid #477bb9}.test-button:hover,.save-main-button:hover,.map-button:hover{filter:brightness(1.08);transform:translateY(-1px)}.test-button:disabled,.save-main-button:disabled,.map-button:disabled{opacity:.42;cursor:not-allowed;transform:none}.button-spinner{vertical-align:-2px;border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:13px;height:13px;margin-right:8px;animation:.7s linear infinite studioSpin;display:inline-block}@keyframes studioSpin{to{transform:rotate(360deg)}}.studio-market-info{background:#111a2a;border:1px solid #26364f;border-radius:13px;align-items:center;gap:18px;min-height:58px;margin-bottom:15px;padding:0 18px;display:flex}.market-info-main{align-items:center;gap:9px;min-width:150px;display:flex}.market-info-dot{background:#55d391;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #55d391a6}.market-info-main strong{font-size:14px}.market-info-url{text-overflow:ellipsis;white-space:nowrap;color:#7889a4;flex:1;min-width:0;font-size:12px;overflow:hidden}.market-info-id{color:#65758e;font-size:11px;font-weight:700}.studio-message{box-sizing:border-box;border-radius:10px;align-items:center;gap:10px;min-height:44px;margin-bottom:15px;padding:10px 14px;font-size:12px;font-weight:700;display:flex}.studio-message.success{color:#9ae6bc;background:#2d91601f;border:1px solid #41b07747}.studio-message.error{color:#ffaaa9;background:#be40401f;border:1px solid #e0545447}.studio-message.info{color:#9dc6f6;background:#3d70b41f;border:1px solid #5089d247}.studio-message>span{background:#ffffff12;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;display:grid}.studio-body{grid-template-columns:minmax(0,1.35fr) minmax(380px,.9fr);align-items:start;gap:16px;display:grid}.studio-panel{background:#111a2a;border:1px solid #26364f;border-radius:16px;min-width:0;overflow:hidden;box-shadow:0 15px 40px #00000029}.studio-preview{grid-column:1}.studio-mapping{grid-column:2}.studio-info{grid-column:1/-1}.panel-title{box-sizing:border-box;background:#141e30;border-bottom:1px solid #26364f;justify-content:space-between;align-items:center;gap:15px;min-height:66px;padding:14px 18px;display:flex}.panel-title>div{min-width:0}.panel-title strong{font-size:14px;font-weight:800;display:block}.panel-title span:not(.panel-badge):not(.complete-badge){color:#77869e;margin-top:4px;font-size:11px;display:block}.panel-badge,.complete-badge{color:#91b7e9;letter-spacing:.6px;background:#1b2b45;border:1px solid #314966;border-radius:7px;flex:none;padding:7px 10px;font-weight:900;font-size:9px!important}.complete-badge{color:#7ce0a6;background:#37946021;border-color:#46ab6f47}.preview-wrapper{box-sizing:border-box;background:#080e18;width:100%;min-height:430px;max-height:700px;padding:14px;position:relative;overflow:auto}.preview-wrapper img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border-radius:7px;width:100%;min-width:700px;height:auto;display:block;box-shadow:0 8px 30px #00000059}.highlight-box{pointer-events:none;box-sizing:border-box;z-index:10;background:#41d1921a;border:2px solid #55d7a0;position:absolute;box-shadow:0 0 0 1px #0006,0 0 20px #41d19240}.highlight-box span{color:#08140e;letter-spacing:.5px;background:#55d7a0;border-radius:5px;padding:5px 7px;font-size:8px;font-weight:900;position:absolute;top:-24px;left:-2px}.mapping-selector{background:#10192a;border-bottom:1px solid #26364f;grid-template-columns:1fr 1fr;gap:12px;padding:16px;display:grid}.mapping-control{min-width:0}.mapping-control:last-child{grid-column:1/-1}.mapping-control select{height:40px}.mapping-selector .map-button{grid-column:1/-1}.mapping-list{flex-direction:column;gap:9px;max-height:620px;padding:14px;display:flex;overflow-y:auto}.mapping-card{cursor:pointer;background:#0e1727;border:1px solid #293a54;border-radius:11px;padding:13px;transition:all .16s;position:relative}.mapping-card:hover{background:#111c2e;border-color:#405879}.mapping-card.selected{border-color:#4c7db8;box-shadow:inset 0 0 0 1px #4c7db82e}.mapping-card.mapped{border-left:3px solid #4fcf91}.mapping-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.mapping-field-name{align-items:center;gap:9px;display:flex}.field-index{color:#8fb6e8;background:#1b2a42;border-radius:7px;place-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:grid}.mapping-field-name strong{font-size:12px}.mapped-badge,.unmapped-badge{letter-spacing:.4px;border-radius:6px;padding:5px 7px;font-size:8px;font-weight:900}.mapped-badge{color:#70dfa3;background:#37a4671f;border:1px solid #41ac6d40}.unmapped-badge{color:#77869d;background:#182234;border:1px solid #29384f}.mapping-selector-text{text-overflow:ellipsis;white-space:nowrap;color:#8da0bb;background:#0a111e;border-radius:6px;margin-top:10px;padding:8px 9px;font-family:Consolas,monospace;font-size:10px;overflow:hidden}.mapping-meta{color:#667993;gap:7px;margin-top:8px;font-size:9px;display:flex}.mapping-empty{color:#62738b;margin-top:9px;font-size:10px;line-height:1.5}.remove-mapping{color:#ed9395;cursor:pointer;background:#aa3a4114;border:1px solid #59343a;border-radius:6px;margin-top:10px;padding:6px 8px;font-size:8px;font-weight:900}.remove-mapping:hover{background:#aa3a412b}.selected-element{grid-template-columns:repeat(3,1fr);gap:13px;padding:18px;display:grid}.dom-field{min-width:0}.dom-field:nth-child(4),.dom-field:nth-child(5){grid-column:span 3}.dom-field input,.dom-field textarea{box-sizing:border-box;color:#cbd6e6;background:#0c1422;border:1px solid #293a53;border-radius:8px;outline:none;width:100%;font-size:11px}.dom-field input{height:39px;padding:0 10px}.dom-field textarea{resize:vertical;min-height:70px;padding:9px 10px;font-family:Consolas,monospace;line-height:1.5}.no-element{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:170px;padding:25px;display:flex}.no-element-icon{background:#18253a;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:12px;font-size:22px;display:grid}.no-element p{color:#b5c2d5;margin:0;font-size:13px;font-weight:700}.no-element span{color:#66768f;margin-top:6px;font-size:11px}.studio-empty{box-sizing:border-box;text-align:center;background:#111a2a;border:1px solid #26364f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:40px;display:flex}.studio-empty-icon{background:#192840;border:1px solid #304765;border-radius:22px;place-items:center;width:75px;height:75px;margin-bottom:18px;font-size:33px;display:grid}.studio-empty h2{margin:0;font-size:20px}.studio-empty p{color:#74849c;max-width:520px;margin:10px 0 0;font-size:12px;line-height:1.7}.scraper-studio ::-webkit-scrollbar{width:7px;height:7px}.scraper-studio ::-webkit-scrollbar-track{background:#0a111d}.scraper-studio ::-webkit-scrollbar-thumb{background:#30415b;border-radius:10px}.scraper-studio ::-webkit-scrollbar-thumb:hover{background:#405675}@media (width<=1200px){.studio-control-card{grid-template-columns:1fr 1fr}.studio-body{grid-template-columns:1fr}.studio-preview,.studio-mapping,.studio-info{grid-column:1}.preview-wrapper{max-height:600px}}@media (width<=760px){.scraper-studio{padding:15px}.studio-header{flex-direction:column;align-items:flex-start}.studio-heading h1{font-size:21px}.studio-status{justify-content:center;align-self:stretch}.studio-control-card{grid-template-columns:1fr;padding:15px}.studio-market-info{flex-direction:column;align-items:flex-start;gap:8px;padding:14px}.market-info-url{width:100%}.mapping-selector{grid-template-columns:1fr}.mapping-control:last-child,.mapping-selector .map-button{grid-column:auto}.selected-element{grid-template-columns:1fr}.dom-field:nth-child(4),.dom-field:nth-child(5){grid-column:auto}.preview-wrapper{min-height:300px;padding:8px}.preview-wrapper img{min-width:650px}.panel-title{padding:13px}}@media (width<=480px){.studio-heading{gap:10px}.studio-icon{width:44px;height:44px;font-size:20px}.studio-heading h1{font-size:18px}.studio-heading p{font-size:11px}.test-button,.save-main-button{width:100%}.studio-empty{min-height:350px;padding:25px}}.captions-page{width:100%}.caption-actions{align-items:center;gap:12px;display:flex}.caption-actions input{box-sizing:border-box;color:#fff;background:#0f172a;border:1px solid #334155;border-radius:10px;outline:none;width:240px;height:42px;padding:0 14px}.caption-actions input:focus{border-color:#ec4899}.btn-add-caption{color:#fff;cursor:pointer;background:#ec4899;border:none;border-radius:10px;height:42px;padding:0 18px;font-weight:700;transition:all .2s}.btn-add-caption:hover{background:#db2777;transform:translateY(-1px)}.caption-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px;margin-top:25px;display:grid}.caption-card{background:#111827;border:1px solid #24324a;border-radius:18px;padding:20px;transition:all .2s;box-shadow:0 12px 30px #00000026}.caption-card:hover{border-color:#334155;transform:translateY(-2px)}.caption-card-header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.caption-card-header h3{color:#fff;margin:0;font-size:17px}.caption-card-header p{color:#64748b;margin:6px 0 0;font-size:12px}.caption-status{white-space:nowrap;border-radius:20px;padding:5px 9px;font-size:10px;font-weight:700}.caption-status.active{color:#4ade80;background:#22c55e1f}.caption-status.inactive{color:#f87171;background:#ef44441f}.caption-preview{background:#0f172a;border:1px solid #1e293b;border-radius:12px;margin-top:18px;padding:15px}.caption-preview-label{color:#64748b;letter-spacing:.8px;margin-bottom:10px;font-size:10px;font-weight:700}.caption-preview pre{white-space:pre-wrap;word-break:break-word;color:#cbd5e1;min-height:120px;max-height:220px;margin:0;font-family:inherit;font-size:13px;line-height:1.55;overflow-y:auto}.caption-card-actions{gap:10px;margin-top:16px;display:flex}.caption-card-actions button{cursor:pointer;border:none;border-radius:9px;flex:1;height:38px;font-weight:600;transition:all .2s}.caption-edit-btn{color:#fff;background:#2563eb}.caption-edit-btn:hover{background:#1d4ed8}.caption-delete-btn{color:#f87171;background:#3f1d27}.caption-delete-btn:hover{background:#571f2d}.caption-empty{text-align:center;background:#111827;border:1px dashed #334155;border-radius:18px;margin-top:25px;padding:70px 20px}.caption-empty-icon{margin-bottom:15px;font-size:40px}.caption-empty h3{color:#e2e8f0;margin:0}.caption-empty p{color:#64748b;margin-top:8px}.caption-modal{box-sizing:border-box;color:#fff;background:#1e293b;border-radius:20px;width:min(560px,94vw);max-height:90vh;padding:28px;overflow-y:auto;box-shadow:0 25px 60px #00000073}.modal-header h2{color:#fff;margin:0;font-size:24px}.modal-close{color:#94a3b8;cursor:pointer;background:#0f172a;border:none;border-radius:10px;width:36px;height:36px;font-size:24px}.form-group input,.form-group textarea{box-sizing:border-box;color:#fff;background:#0f172a;border:1px solid #334155;border-radius:11px;outline:none;width:100%;font-size:14px}.form-group input{height:46px;padding:0 14px}.form-group input:focus,.form-group textarea:focus{border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}.caption-variables{background:#0f172a;border:1px solid #1e293b;border-radius:12px;margin-bottom:20px;padding:14px}.caption-variables-title{color:#94a3b8;margin-bottom:10px;font-size:12px;font-weight:600}.caption-variable-list{flex-wrap:wrap;gap:7px;display:flex}.caption-variable-list code{color:#60a5fa;background:#1e293b;border-radius:6px;padding:5px 8px;font-size:11px}.form-switch{background:#0f172a;border:1px solid #1e293b;border-radius:12px;margin-bottom:20px;padding:14px 16px}.form-switch label{color:#e2e8f0;cursor:pointer;align-items:center;gap:10px;font-size:13px;display:flex}.form-switch input{accent-color:#ec4899;width:18px;height:18px}.modal-actions button{cursor:pointer;border:none;border-radius:11px;min-width:110px;height:44px;padding:0 18px;font-weight:600}.btn-save:hover{background:#db2777}@media (width<=700px){.caption-actions{flex-direction:column;align-items:stretch;width:100%}.caption-actions input,.btn-add-caption{width:100%}.caption-grid{grid-template-columns:1fr}.caption-modal{width:100%;max-height:92vh;padding:22px}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.caption-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);background:#020712d1;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.caption-modal{background:#182338;border:1px solid #293852;border-radius:18px;flex-direction:column;width:min(720px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0000008c}.caption-modal-header{background:#1c2940;border-bottom:1px solid #293852;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px;display:flex}.caption-modal-kicker{letter-spacing:1.4px;color:#f34aa5;margin-bottom:5px;font-size:10px;font-weight:800}.caption-modal-header h2{color:#fff;margin:0 0 6px;font-size:22px;font-weight:800}.caption-modal-header p{color:#8fa2bf;margin:0;font-size:12px}.caption-modal-close{color:#9fb0c9;cursor:pointer;background:#0f1a2d;border:0;border-radius:10px;flex:0 0 36px;width:36px;height:36px;font-size:22px;line-height:1;transition:all .2s}.caption-modal-close:hover{color:#fff;background:#f34aa5}.caption-modal-close:disabled{opacity:.5;cursor:not-allowed}.caption-modal-body{padding:24px 26px;overflow-y:auto}.caption-modal-body::-webkit-scrollbar{width:6px}.caption-modal-body::-webkit-scrollbar-track{background:0 0}.caption-modal-body::-webkit-scrollbar-thumb{background:#34445e;border-radius:20px}.caption-form-group{margin-bottom:20px}.caption-form-group label{color:#dbe5f4;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.caption-form-group label span{color:#ff4d83;margin-left:4px}.caption-form-group input,.caption-form-group textarea{box-sizing:border-box;color:#fff;background:#0e192c;border:1px solid #30415c;border-radius:10px;outline:none;width:100%;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.caption-form-group input{height:44px;padding:0 13px}.caption-form-group textarea{resize:vertical;min-height:220px;padding:14px;font-family:Consolas,Courier New,monospace;line-height:1.6}.caption-form-group input::placeholder,.caption-form-group textarea::placeholder{color:#536783}.caption-form-group input:focus,.caption-form-group textarea:focus{border-color:#f34aa5;box-shadow:0 0 0 3px #f34aa51a}.caption-label-row{justify-content:space-between;align-items:center;display:flex}.caption-label-row label{margin-bottom:8px}.caption-char-count{color:#687d9b;margin-bottom:8px;font-size:10px}.caption-variables{flex-wrap:wrap;gap:7px;margin-bottom:9px;display:flex}.caption-variable{color:#9eb1cd;cursor:pointer;background:#111e32;border:1px solid #354966;border-radius:8px;padding:7px 10px;font-size:10px;font-weight:700;transition:all .18s}.caption-variable:hover{color:#ff68b7;background:#f34aa51a;border-color:#f34aa5}.caption-variable:disabled{opacity:.5;cursor:not-allowed}.caption-help{color:#667b98;margin-top:7px;font-size:10px}.caption-preview-box{background:#0d1728;border:1px solid #2d405b;border-radius:12px;margin-bottom:20px;overflow:hidden}.caption-preview-header{background:#121f34;border-bottom:1px solid #263751;justify-content:space-between;align-items:center;padding:10px 13px;display:flex}.caption-preview-header span{color:#f34aa5;letter-spacing:1px;font-size:10px;font-weight:800}.caption-preview-header small{color:#647a98;font-size:10px}.caption-preview{white-space:pre-wrap;word-break:break-word;color:#dce6f5;min-height:100px;max-height:230px;margin:0;padding:15px;font-family:Consolas,Courier New,monospace;font-size:12px;line-height:1.6;overflow-y:auto}.caption-status-box{background:#111e32;border:1px solid #2d405b;border-radius:11px;margin-bottom:22px;padding:13px 15px}.caption-status-box label{cursor:pointer;align-items:center;gap:12px;display:flex}.caption-status-box input{accent-color:#f34aa5;cursor:pointer;width:17px;height:17px;margin:0}.caption-status-box span{flex-direction:column;gap:3px;display:flex}.caption-status-box strong{color:#e8eff9;font-size:12px}.caption-status-box small{color:#7186a2;font-size:10px}.caption-modal-actions{justify-content:flex-end;gap:10px;padding-top:5px;display:flex}.caption-btn-cancel,.caption-btn-save{cursor:pointer;border:0;border-radius:9px;min-width:120px;height:42px;padding:0 18px;font-family:inherit;font-size:12px;font-weight:800;transition:all .2s}.caption-btn-cancel{color:#d3ddec;background:#34435a}.caption-btn-cancel:hover{background:#43546e}.caption-btn-save{color:#fff;background:#f34aa5;box-shadow:0 8px 20px #f34aa52e}.caption-btn-save:hover{background:#ff5bb1;transform:translateY(-1px)}.caption-btn-cancel:disabled,.caption-btn-save:disabled{opacity:.55;cursor:not-allowed;transform:none}@media (width<=700px){.caption-modal-overlay{align-items:center;padding:12px}.caption-modal{border-radius:15px;width:100%;max-height:calc(100vh - 24px)}.caption-modal-header{padding:18px}.caption-modal-header h2{font-size:18px}.caption-modal-body{padding:18px}.caption-form-group textarea{min-height:190px}.caption-modal-actions{background:#182338;padding:12px 0 0;position:sticky;bottom:0}.caption-btn-cancel,.caption-btn-save{flex:1;min-width:0}}.market-routing-page{width:100%}.market-routing-page .page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.market-routing-page .page-header h1{margin:0;font-size:28px;font-weight:700}.market-routing-page .page-header p{color:#8fa3c7;margin:7px 0 0;font-size:14px}.routing-search{align-items:center;display:flex}.routing-search input{color:#fff;background:#101a2e;border:1px solid #263653;border-radius:10px;outline:none;width:260px;height:42px;padding:0 15px}.routing-search input::placeholder{color:#6f82a7}.routing-search input:focus{border-color:#ef3fa0}.routing-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:20px;display:grid}.routing-card{background:#1d293b;border:1px solid #293850;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000026}.routing-card-header{border-bottom:1px solid #2a3952;padding:20px 20px 16px}.routing-market-label{letter-spacing:1px;color:#ef3fa0;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.routing-card-header h2{color:#fff;text-transform:uppercase;margin:0;font-size:20px;font-weight:700}.routing-card-header small{color:#8195b8;margin-top:5px;font-size:12px;display:block}.routing-channels{flex-direction:column;gap:10px;padding:18px 20px;display:flex}.routing-channel{cursor:pointer;background:#111c31;border:1px solid #2b3a53;border-radius:10px;align-items:center;gap:12px;padding:13px;transition:border-color .2s,background .2s,transform .2s;display:flex;position:relative}.routing-channel:hover{border-color:#ef3fa0;transform:translateY(-1px)}.routing-channel.active{background:#ef3fa014;border-color:#ef3fa0}.routing-channel input{opacity:0;pointer-events:none;position:absolute}.routing-check{color:#0000;border:2px solid #465673;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.routing-channel.active .routing-check{color:#fff;background:#ef3fa0;border-color:#ef3fa0}.routing-channel-info{flex-direction:column;gap:3px;min-width:0;display:flex}.routing-channel-info strong{color:#fff;font-size:14px}.routing-channel-info small{color:#7388ad;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.routing-channel.disabled{opacity:.45;cursor:not-allowed}.routing-channel.disabled:hover{border-color:#2b3a53;transform:none}.routing-card-footer{background:#182438;border-top:1px solid #2a3952;justify-content:space-between;align-items:center;gap:15px;padding:15px 20px;display:flex}.routing-card-footer span{color:#7f94b7;font-size:12px}.routing-save{color:#fff;cursor:pointer;background:#ef3fa0;border:none;border-radius:8px;min-width:90px;height:38px;padding:0 16px;font-size:12px;font-weight:700;transition:opacity .2s,transform .2s}.routing-save:hover{opacity:.9;transform:translateY(-1px)}.routing-save:disabled{opacity:.5;cursor:not-allowed;transform:none}.routing-loading{text-align:center;color:#8da1c4;padding:50px;font-size:14px}.routing-empty{text-align:center;color:#7d91b4;border:1px dashed #33435f;border-radius:14px;padding:60px 20px}@media (width<=768px){.market-routing-page .page-header{flex-direction:column;align-items:stretch}.routing-search input{width:100%}.routing-grid{grid-template-columns:1fr}}@media (width<=480px){.market-routing-page .page-header h1{font-size:23px}.routing-card-header{padding:16px}.routing-channels{padding:14px 16px}.routing-card-footer{padding:13px 16px}}.telegram-bots-page{width:100%}.telegram-bots-page .page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.telegram-bots-page .page-header h1{margin:5px 0 0;font-size:28px}.telegram-bots-page .page-header p{color:#8da1c5;margin:7px 0 0;font-size:14px}.page-eyebrow{color:#ef3fa0;letter-spacing:1px;font-size:10px;font-weight:800}.telegram-bot-page-actions{align-items:center;gap:12px;display:flex}.telegram-bot-page-actions input{color:#fff;background:#101a2d;border:1px solid #293852;border-radius:10px;outline:none;width:230px;height:42px;padding:0 14px}.telegram-bot-page-actions input:focus{border-color:#ef3fa0}.telegram-bot-page-actions input::placeholder{color:#7084a7}.telegram-bot-add-btn{color:#fff;cursor:pointer;background:#ef3fa0;border:none;border-radius:10px;height:42px;padding:0 18px;font-weight:700}.telegram-bot-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:20px;display:grid}.telegram-bot-card{background:#1d293b;border:1px solid #2a3952;border-radius:16px;padding:20px;transition:transform .2s,border-color .2s}.telegram-bot-card:hover{border-color:#ef3fa0;transform:translateY(-2px)}.telegram-bot-card.disabled{opacity:.55}.telegram-bot-card-top{align-items:center;gap:12px;display:flex}.telegram-bot-icon{color:#ef3fa0;background:#ef3fa01f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.telegram-bot-title{flex:1;min-width:0}.telegram-bot-title h3{color:#fff;margin:0;font-size:15px}.telegram-bot-title span{color:#7d91b4;font-size:11px}.telegram-bot-status{border-radius:20px;align-items:center;gap:5px;padding:6px 9px;font-size:9px;font-weight:800;display:inline-flex}.telegram-bot-status.active{color:#24d477;background:#17c96424}.telegram-bot-status.disabled{color:#ff6969;background:#ff50501f}.telegram-bot-info{border-top:1px solid #2a3952;justify-content:space-between;align-items:center;margin-top:18px;padding-top:14px;display:flex}.telegram-bot-info span{color:#7890b6;font-size:11px}.telegram-bot-info strong{color:#e8eef8;font-size:12px}.telegram-bot-actions{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:20px;display:grid}.telegram-bot-actions button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:38px;font-size:11px;font-weight:700;display:flex}.telegram-bot-btn-toggle{color:#8da4c9;background:#17243a}.telegram-bot-btn-toggle.on{color:#24d477}.telegram-bot-btn-edit{color:#fff;background:#f0a400}.telegram-bot-btn-delete{color:#fff;background:#f04444}.telegram-bot-empty{text-align:center;color:#8094b7;border:1px dashed #33445f;border-radius:16px;padding:70px 20px}.telegram-bot-empty svg{color:#ef3fa0;font-size:35px}.telegram-bot-empty h3{color:#fff;margin:12px 0 5px}.telegram-bot-empty p{margin:0;font-size:13px}.telegram-bot-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#030710c7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.telegram-bot-modal{background:#1d293b;border:1px solid #30405b;border-radius:18px;width:min(520px,100%);max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 25px 80px #00000073}.telegram-bot-modal-header{justify-content:space-between;gap:20px;margin-bottom:24px;display:flex}.modal-eyebrow{color:#ef3fa0;letter-spacing:1px;font-size:9px;font-weight:800}.telegram-bot-modal-header h2{color:#fff;margin:5px 0;font-size:23px}.telegram-bot-modal-header p{color:#8398bb;margin:0;font-size:12px}.telegram-bot-modal-close{color:#a9bad5;cursor:pointer;background:#101b30;border:none;border-radius:9px;width:36px;height:36px;font-size:20px}.telegram-bot-form-group{margin-bottom:20px}.telegram-bot-form-group label{color:#dce6f5;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.telegram-bot-form-group input{box-sizing:border-box;color:#fff;background:#101a2e;border:1px solid #2d3c57;border-radius:9px;outline:none;width:100%;height:44px;padding:0 13px}.telegram-bot-form-group input:focus{border-color:#ef3fa0}.telegram-bot-form-group small{color:#7186aa;margin-top:7px;font-size:10px;display:block}.telegram-token-input{gap:8px;display:flex}.telegram-token-input input{flex:1}.telegram-token-input button{color:#a9bbd8;cursor:pointer;background:#24334d;border:none;border-radius:9px;width:65px}.telegram-bot-switch{cursor:pointer;background:#111c31;border-radius:10px;align-items:center;gap:11px;padding:13px;display:flex}.telegram-bot-switch input{display:none}.telegram-bot-switch-ui{background:#3a4a64;border-radius:20px;flex-shrink:0;width:38px;height:21px;position:relative}.telegram-bot-switch-ui:after{content:"";background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;position:absolute;top:3px;left:3px}.telegram-bot-switch input:checked+.telegram-bot-switch-ui{background:#ef3fa0}.telegram-bot-switch input:checked+.telegram-bot-switch-ui:after{left:20px}.telegram-bot-switch strong{color:#fff;font-size:12px;display:block}.telegram-bot-switch small{color:#7186aa;margin-top:2px;font-size:10px;display:block}.telegram-bot-modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.telegram-bot-modal-actions button{cursor:pointer;border:none;border-radius:9px;height:40px;padding:0 18px;font-size:11px;font-weight:700}.telegram-bot-btn-cancel{color:#fff;background:#43536d}.telegram-bot-btn-save{color:#fff;background:#ef3fa0}.telegram-bot-modal-actions button:disabled{opacity:.5;cursor:not-allowed}@media (width<=700px){.telegram-bots-page .page-header{flex-direction:column;align-items:stretch}.telegram-bot-page-actions{flex-direction:column}.telegram-bot-page-actions input{box-sizing:border-box;width:100%}.telegram-bot-add-btn{width:100%}.telegram-bot-grid{grid-template-columns:1fr}}.logs-page{color:#f4f7ff;width:100%;min-height:100%}.logs-page .page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.logs-page .page-header h1{color:#fff;margin:0;font-size:28px;font-weight:700}.logs-page .page-header p{color:#8f9bb5;margin:6px 0 0;font-size:13px}.btn-refresh-logs{color:#dce5f7;cursor:pointer;background:#172238;border:1px solid #293750;border-radius:9px;min-width:110px;height:40px;padding:0 16px;font-size:13px;font-weight:600;transition:background .2s,border-color .2s,transform .2s}.btn-refresh-logs:hover{background:#202f49;border-color:#ff3f9f}.btn-refresh-logs:active{transform:scale(.97)}.btn-refresh-logs:disabled{opacity:.6;cursor:not-allowed}.logs-toolbar{background:#111b2e;border:1px solid #25334b;border-radius:12px;align-items:center;gap:8px;margin-bottom:18px;padding:8px;display:flex}.logs-toolbar button{color:#8794ad;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 15px;font-size:12px;font-weight:600;transition:background .2s,color .2s}.logs-toolbar button:hover{color:#fff;background:#1b2940}.logs-toolbar button.active{color:#fff;background:#ec3c94;box-shadow:0 4px 14px #ec3c942e}.logs-count{color:#8290aa;margin-left:auto;padding:7px 12px;font-size:12px}.logs-error{color:#ff7188;background:#2a1720;border:1px solid #5d2935;border-radius:10px;margin-bottom:16px;padding:14px 16px;font-size:13px}.logs-loading{color:#8290aa;background:#111b2e;border:1px solid #24334c;border-radius:14px;justify-content:center;align-items:center;min-height:180px;font-size:13px;display:flex}.logs-empty{text-align:center;background:#111b2e;border:1px dashed #30405a;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:30px;display:flex}.logs-empty-icon{background:#19253a;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:14px;font-size:25px;display:flex}.logs-empty h3{color:#e8edf7;margin:0 0 7px;font-size:16px}.logs-empty p{color:#75839d;max-width:420px;margin:0;font-size:12px;line-height:1.6}.logs-list{flex-direction:column;gap:10px;display:flex}.log-card{background:#141f32;border:1px solid #26364f;border-radius:13px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:15px;padding:16px 18px;transition:border-color .2s,background .2s,transform .2s;display:grid;position:relative;overflow:hidden}.log-card:hover{background:#18253a;border-color:#354765;transform:translateY(-1px)}.log-icon{background:#1d2940;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.log-success{border-left:3px solid #19c875}.log-success .log-icon{background:#19c8751a}.log-failed{border-left:3px solid #ff5269}.log-failed .log-icon{background:#ff52691a}.log-skipped{border-left:3px solid #ffb02e}.log-skipped .log-icon{background:#ffb02e1a}.log-system{border-left:3px solid #7d8cff}.log-system .log-icon{background:#7d8cff1a}.log-content{min-width:0}.log-top{align-items:center;gap:10px;margin-bottom:7px;display:flex}.log-top strong{color:#fff;text-transform:uppercase;font-size:14px;font-weight:700}.log-status{color:#9eabc2;text-transform:uppercase;background:#202c42;border-radius:999px;align-items:center;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex}.log-success .log-status{color:#32d98b;background:#19c8751f}.log-failed .log-status{color:#ff6d81;background:#ff52691f}.log-skipped .log-status{color:#ffbd48;background:#ffb02e1f}.log-system .log-status{color:#9ba6ff;background:#7d8cff1f}.log-result{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.log-result span{color:#dce4f4;text-align:center;background:#0e1728;border:1px solid #25344d;border-radius:6px;min-width:44px;padding:4px 8px;font-size:11px;font-weight:700}.log-message{color:#9ba8bd;word-break:break-word;font-size:12px;line-height:1.5}.log-meta{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.log-meta span{color:#71809b;background:#101a2c;border:1px solid #202e45;border-radius:6px;align-items:center;padding:5px 8px;font-size:10px;display:inline-flex}.log-success .log-meta span:first-child{color:#7fae99}.log-failed .log-meta span{color:#c98690}.log-skipped .log-meta span{color:#c5a36c}.log-time{text-align:right;color:#66748d;white-space:nowrap;min-width:125px;font-size:11px}@media (width<=900px){.logs-page .page-header{align-items:flex-start}.logs-toolbar{flex-wrap:wrap}.logs-count{text-align:right;width:100%;margin-left:0;padding:5px 7px}.log-card{grid-template-columns:42px minmax(0,1fr)}.log-time{text-align:left;grid-column:2;min-width:0;margin-top:2px}}@media (width<=600px){.logs-page .page-header{flex-direction:column;gap:12px}.logs-page .page-header h1{font-size:23px}.btn-refresh-logs{width:100%}.logs-toolbar{gap:5px;padding:6px}.logs-toolbar button{flex:1;padding:8px 7px;font-size:10px}.logs-count{font-size:10px}.log-card{grid-template-columns:38px minmax(0,1fr);gap:11px;padding:13px}.log-icon{width:34px;height:34px;font-size:15px}.log-top{flex-wrap:wrap;gap:6px}.log-top strong{font-size:12px}.log-result span{min-width:38px;font-size:10px}.log-message{font-size:11px}.log-meta span{font-size:9px}.log-time{font-size:10px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#f8fafc;background:#0f172a;width:100%;height:100%;margin:0;padding:0;font-family:Inter,Segoe UI,Arial,sans-serif;overflow:hidden auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#111827}::-webkit-scrollbar-thumb{background:#ec4899;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#f472b6}h1{font-size:32px;font-weight:700}h2{font-size:24px;font-weight:700}h3{font-size:18px;font-weight:600}p{color:#cbd5e1;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .25s}button:hover{transform:translateY(-2px)}input,select,textarea{color:#fff;background:#1e293b;border:none;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-size:14px}input::placeholder,textarea::placeholder{color:#94a3b8}.card{background:#1e293b;border-radius:18px;padding:20px;box-shadow:0 8px 20px #0000002e}.grid{gap:20px;display:grid}.flex{display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.success{color:#22c55e}.warning{color:#f59e0b}.danger{color:#ef4444}.primary{color:#ec4899}.fade-in{animation:.4s fade}@keyframes fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.layout{background:#0f172a;min-height:100vh;display:flex}.sidebar{flex-shrink:0;width:260px;height:100vh;position:sticky;top:0;left:0;overflow-y:auto}.main-content{flex-direction:column;width:calc(100% - 260px);min-height:100vh;margin-left:260px;display:flex}.page-content{flex:1;padding:25px;overflow:hidden auto}.page-content::-webkit-scrollbar{width:8px}.page-content::-webkit-scrollbar-thumb{background:#ec4899;border-radius:20px}.admin-layout{background:#0f172a;min-height:100vh;display:flex}.admin-main{flex-direction:column;flex:1;display:flex}.admin-content{flex:1;padding:24px;overflow:auto}.sidebar{z-index:1000;width:260px;height:100vh;position:fixed;top:0;left:0;overflow-y:auto}.logo{padding:28px}.logo h1{color:#ec4899;font-size:30px}.logo span{color:#94a3b8;font-size:12px}.sidebar nav{flex-direction:column;gap:8px;padding:18px;display:flex}.sidebar nav a{color:#cbd5e1;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;transition:all .25s;display:flex}.sidebar nav a:hover{color:#fff;background:#1e293b}.sidebar nav a.active{color:#fff;background:#ec4899}.sidebar svg{font-size:18px}.menu-section{margin-top:28px}.menu-title{color:#64748b;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;padding:0 22px;font-size:11px;font-weight:700}.sidebar nav{flex-direction:column;gap:8px;display:flex}.sidebar nav a{align-items:center;gap:12px;display:flex}.navbar{z-index:999;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-sizing:border-box;background:#0f172a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 30px;display:flex;position:sticky;top:0}.navbar-right{align-items:center;gap:18px;display:flex}.status{color:#22c55e;background:#22c55e20;border-radius:30px;padding:8px 14px;font-weight:600}.avatar{color:#fff;background:#ec4899;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.user-info{flex-direction:column;align-items:flex-end;display:flex}.user-info strong{color:#fff;font-size:14px}.user-info small{color:#94a3b8;font-size:12px}.logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:8px 14px}.logout-btn:hover{background:#dc2626}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:25px;margin-bottom:28px;display:grid}.stats-card{background:#1e293b;border-radius:18px;padding:22px;transition:all .3s;box-shadow:0 10px 25px #00000026}.stats-card:hover{transform:translateY(-5px)}.stats-top{align-items:center;gap:16px;display:flex}.stats-icon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.stats-info span{color:#94a3b8;font-size:14px}.stats-info h2{margin-top:6px;font-size:30px}.stats-bottom{margin-top:20px}.up{color:#22c55e;align-items:center;gap:6px;display:flex}.down{color:#ef4444;align-items:center;gap:6px;display:flex}.dashboard-page{color:#e5e7eb;box-sizing:border-box;width:100%;min-height:100%}.dashboard-error{color:#fca5a5;background:#ef444414;border:1px solid #ef444438;border-radius:12px;margin-bottom:18px;padding:12px 16px;font-size:13px}.dashboard-loading{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:400px;display:flex}.loading-spinner{border:3px solid #ec3f9326;border-top-color:#ec3f93;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite dashboardSpin}@keyframes dashboardSpin{to{transform:rotate(360deg)}}.dashboard-hero{background:radial-gradient(circle at 85% 10%,#ec3f9317,#0000 30%),linear-gradient(135deg,#111a2d 0%,#0f1728 100%);border:1px solid #202c43;border-radius:18px;margin-bottom:20px;padding:24px;position:relative;overflow:hidden;box-shadow:0 12px 35px #0000002e}.hero-header{justify-content:space-between;align-items:flex-start;gap:25px;display:flex}.hero-title{min-width:0}.hero-badge{color:#f472b6;letter-spacing:1px;background:#ec3f931a;border:1px solid #ec3f9333;border-radius:7px;align-items:center;margin-bottom:9px;padding:5px 9px;font-size:9px;font-weight:800;display:inline-flex}.hero-title h1{color:#f8fafc;margin:0;font-size:25px;font-weight:750;line-height:1.2}.hero-title p{color:#71809b;margin:7px 0 0;font-size:12px}.hero-clock{text-align:right;background:#080f1c73;border:1px solid #202c43;border-radius:12px;flex-shrink:0;min-width:150px;padding:12px 15px}.hero-clock small{color:#71809b;margin-bottom:4px;font-size:10px;display:block}.hero-clock h2{color:#f8fafc;letter-spacing:1px;margin:0;font-size:21px;font-weight:700}.hero-status{border-top:1px solid #ffffff0d;flex-wrap:wrap;align-items:center;gap:8px;margin-top:20px;padding-top:18px;display:flex}.status-item{color:#71809b;background:#080f1c66;border:1px solid #202c43;border-radius:9px;align-items:center;gap:7px;padding:7px 10px;font-size:11px;display:inline-flex}.hero-stats{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px;display:grid}.hero-stat{background:#111a2da6;border:1px solid #202c43;border-radius:12px;padding:15px;position:relative}.hero-stat h2{color:#f8fafc;margin:0;font-size:23px;font-weight:750}.dashboard-panel{background:#111a2d;border:1px solid #202c43;border-radius:16px;padding:18px;transition:border-color .2s,transform .2s;overflow:hidden;box-shadow:0 10px 28px #00000024}.dashboard-panel:hover{border-color:#2b3a54}.panel-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.panel-header h3{color:#f1f5f9;margin:0;font-size:14px;font-weight:700}.panel-header span{color:#64748b;font-size:10px}.dashboard-content{grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr);gap:18px;margin-top:18px;display:grid}.dashboard-left,.dashboard-right{flex-direction:column;gap:18px;display:flex}.stats-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.stat-card{background:#111a2d;border:1px solid #202c43;border-radius:14px;padding:17px;transition:all .2s;position:relative;overflow:hidden}.stat-card:hover{border-color:#33435e;transform:translateY(-2px)}.stat-card h3{color:#71809b;margin:0;font-size:10px;font-weight:600}.stat-card strong{color:#f8fafc;margin-top:7px;font-size:24px;font-weight:750;display:block}.stat-card small{color:#64748b;margin-top:4px;font-size:10px;display:block}.activity-list{flex-direction:column;gap:0;display:flex}.activity-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:15px;padding:12px 0;display:flex}.activity-item:last-child{border-bottom:none}.activity-item strong{color:#dce3ef;font-size:12px}.activity-item small{color:#64748b;font-size:10px}.activity-item span{border-radius:999px;flex-shrink:0;padding:5px 8px;font-size:9px;font-weight:700}.market-health{flex-direction:column;display:flex}.market-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:15px;padding:12px 0;display:flex}.market-item:last-child{border-bottom:none}.market-item strong{color:#dce3ef;font-size:12px}.market-item small{color:#64748b;margin-top:4px;font-size:10px;display:inline-block}.market-empty{color:#64748b;text-align:center;padding:25px 10px;font-size:12px}.status-list{flex-direction:column;gap:8px;display:flex}.status-row span{color:#71809b;font-size:11px}.status-row strong{color:#dce3ef;font-size:11px}.green{color:#4ade80!important;background:#22c55e1f!important}.yellow{color:#facc15!important;background:#eab3081f!important}.red{color:#f87171!important;background:#ef44441f!important}.activity-log{margin-top:18px}.activity-log .dashboard-panel{width:100%}.activity-log-list{flex-direction:column;display:flex}.activity-log-item{border-bottom:1px solid #ffffff0d;grid-template-columns:8px 1fr auto;align-items:center;gap:11px;padding:11px 0;display:grid}.activity-log-item:last-child{border-bottom:none}.activity-log-dot{background:#ec3f93;border-radius:50%;width:7px;height:7px}.activity-log-item strong{color:#cbd5e1;font-size:11px}.activity-log-item small{color:#64748b;font-size:9px}.dashboard-empty{text-align:center;color:#64748b;padding:25px;font-size:12px}@media (width<=1100px){.hero-stats,.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-content{grid-template-columns:1fr}}@media (width<=700px){.dashboard-hero{border-radius:14px;padding:17px}.hero-header{flex-direction:column;gap:14px}.hero-title h1{font-size:20px}.hero-title p{font-size:10px;line-height:1.5}.hero-clock{box-sizing:border-box;text-align:left;width:100%}.hero-clock h2{font-size:18px}.hero-status{gap:6px}.status-item{box-sizing:border-box;flex:1;justify-content:center;min-width:calc(50% - 6px)}.hero-stats,.stats-grid{grid-template-columns:1fr 1fr;gap:8px}.hero-stat{padding:12px}.hero-stat h2{font-size:19px}.dashboard-content{gap:12px;margin-top:12px}.dashboard-left,.dashboard-right{gap:12px}.dashboard-panel{border-radius:13px;padding:14px}}@media (width<=420px){.hero-title h1{font-size:18px}.hero-stats,.stats-grid{grid-template-columns:1fr 1fr}.hero-stat h2{font-size:17px}.hero-stat span{font-size:9px}.panel-header h3{font-size:13px}.activity-item,.market-item{align-items:flex-start}}@media (width<=700px){.dashboard-page>.dashboard-panel:last-child{margin-top:14px!important}.dashboard-page>.dashboard-panel:last-child li{min-height:32px;font-size:11px}}.activity-log-section{width:100%;margin-top:20px}.activity-log-section .dashboard-panel{box-sizing:border-box;width:100%}.activity-log-list{flex-direction:column;width:100%;display:flex}.activity-log-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:15px;min-height:48px;padding:8px 2px;display:flex}.activity-log-row:last-child{border-bottom:none}.activity-log-main{align-items:center;gap:10px;min-width:0;display:flex}.activity-log-main>div{flex-direction:column;min-width:0;display:flex}.activity-log-dot{background:#ec3f93;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 8px #ec3f9373}.activity-log-main strong{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.activity-log-main small{color:#64748b;margin-top:3px;font-size:9px}.activity-log-status{text-align:center;border-radius:999px;flex-shrink:0;min-width:68px;padding:5px 9px;font-size:9px;font-weight:800}.activity-updated{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e2e}.activity-waiting{color:#facc15;background:#eab3081a;border:1px solid #eab3082e}.activity-delayed{color:#f87171;background:#ef44441a;border:1px solid #ef44442e}.activity-error{color:#fb7185;background:#ef444424;border:1px solid #ef444438}.activity-log-empty{text-align:center;color:#64748b;padding:25px 10px;font-size:11px}@media (width<=700px){.activity-log-section{margin-top:14px}.activity-log-row{gap:8px;min-height:44px}.activity-log-main strong{font-size:11px}.activity-log-status{min-width:58px;padding:4px 7px;font-size:8px}}.status-card{flex-direction:column;gap:8px;display:flex}.status-row{background:#0c1425;border:1px solid #1c2840;border-radius:11px;justify-content:space-between;align-items:center;gap:15px;padding:12px;display:flex}.status-label{align-items:center;gap:10px;min-width:0;display:flex}.status-icon{background:#ec3f9314;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.status-label>div{flex-direction:column;gap:3px;display:flex}.status-label strong{color:#dce3ef;font-size:11px}.status-label small{color:#64748b;font-size:9px}.status-card .status-chip{flex-shrink:0}@media (width<=700px){.status-row{padding:10px}.status-icon{width:29px;height:29px;font-size:12px}}.recent-activity-list{flex-direction:column;display:flex}.recent-activity-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:15px;padding:12px 2px;display:flex}.recent-activity-item:last-child{border-bottom:none}.recent-activity-info{min-width:0}.recent-activity-title{align-items:center;gap:8px;display:flex}.recent-activity-title strong{color:#dce3ef;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.recent-activity-icon{flex-shrink:0;font-size:9px}.recent-activity-info small{color:#64748b;margin-top:4px;margin-left:17px;font-size:9px;display:block}.recent-activity-status{text-align:center;border-radius:999px;flex-shrink:0;min-width:62px;padding:5px 8px;font-size:9px;font-weight:800}@media (width<=700px){.recent-activity-item{gap:8px;padding:10px 0}.recent-activity-title strong{font-size:11px}.recent-activity-status{min-width:55px;font-size:8px}}@media (width<=992px){.dashboard-bottom{grid-template-columns:1fr}}@media (width<=1100px){.dashboard-content{grid-template-columns:1fr}}.channel-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px;display:grid}.channel-card{background:#1f2937;border:1px solid #ffffff0d;border-radius:16px;padding:20px;transition:all .25s}.channel-card:hover{border-color:#ec4899;transform:translateY(-3px)}.channel-header h3{margin:0;font-size:18px}.channel-header small{color:#94a3b8;align-items:center;gap:6px;display:flex}.channel-body{gap:14px;margin-bottom:20px;display:grid}.channel-body p{color:#cbd5e1;margin:0}.channel-footer{gap:10px;display:flex}.channel-footer button{cursor:pointer;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.btn-test{color:#fff;background:#3b82f6}.btn-edit{color:#fff;background:#f59e0b}.btn-delete{color:#fff;background:#ef4444}.empty-state{text-align:center;color:#94a3b8;background:#1f2937;border-radius:16px;padding:60px}.channel-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.channel-header p{color:#94a3b8;margin-top:6px}.channel-actions{gap:12px;display:flex}.channel-actions input{color:#fff;background:#111827;border:none;border-radius:12px;width:260px;padding:12px 16px}.btn-add-channel{color:#fff;cursor:pointer;background:#ec4899;border:none;border-radius:12px;padding:12px 20px;font-weight:700}.channel-top{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.status-badge{color:#fff;background:#16a34a;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:flex}.channel-info{gap:18px;margin-bottom:24px;display:grid}.channel-info span{color:#94a3b8;font-size:12px;display:block}.channel-info strong{color:#fff;font-size:15px}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#1f2937;border:1px solid #ffffff14;border-radius:18px;width:500px;padding:28px;box-shadow:0 25px 60px #00000059}.modal h2{margin:0 0 24px}.modal input{color:#fff;box-sizing:border-box;background:#111827;border:none;border-radius:12px;outline:none;width:100%;margin-bottom:16px;padding:14px 16px}.btn-save{color:#fff;cursor:pointer;background:#ec4899;border:none;border-radius:10px;padding:12px 20px}.btn-cancel{color:#fff;cursor:pointer;background:#374151;border:none;border-radius:10px;padding:12px 20px}.channel-modal{color:#fff;background:#1e293b;border-radius:20px;width:min(560px,94vw);max-height:90vh;padding:28px;overflow-y:auto;box-shadow:0 25px 60px #00000073}.modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;display:flex}.modal-header h2{color:#fff;margin:0;font-size:24px;font-weight:700}.modal-header p{color:#94a3b8;margin:7px 0 0;font-size:13px}.modal-close{color:#94a3b8;cursor:pointer;background:#0f172a;border:0;border-radius:10px;width:36px;height:36px;font-size:24px;line-height:1;transition:all .2s}.modal-close:hover{color:#fff;background:#334155}.form-group{margin-bottom:20px}.form-group label{color:#e2e8f0;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;color:#fff;background:#0f172a;border:1px solid #334155;border-radius:11px;outline:none;width:100%;font-size:14px;transition:all .2s}.form-group input,.form-group select{height:46px;padding:0 14px}.form-group textarea{resize:vertical;min-height:130px;padding:13px 14px;font-family:inherit;line-height:1.5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.form-group select{cursor:pointer}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-hint{color:#64748b;margin-top:7px;font-size:12px;line-height:1.5;display:block}.form-hint.error{color:#f87171}.form-hint code{color:#60a5fa;background:#0f172a;border-radius:5px;padding:2px 5px;font-size:11px}.form-switch{background:#0f172a;border:1px solid #1e293b;border-radius:12px;margin-top:8px;margin-bottom:25px;padding:14px 16px}.form-switch label{cursor:pointer;color:#e2e8f0;align-items:center;gap:11px;font-size:14px;font-weight:600;display:flex}.form-switch input{accent-color:#22c55e;cursor:pointer;width:18px;height:18px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.modal-actions button{cursor:pointer;border:0;border-radius:11px;min-width:110px;height:44px;padding:0 18px;font-size:14px;font-weight:600;transition:all .2s}.modal-actions button:disabled{opacity:.55;cursor:not-allowed}.btn-cancel{color:#e2e8f0;background:#334155}.btn-cancel:hover:not(:disabled){background:#475569}.btn-save{color:#fff;background:#2563eb}.btn-save:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#020617b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}@media (width<=600px){.modal-overlay{align-items:flex-end;padding:10px}.channel-modal{border-radius:18px 18px 12px 12px;width:100%;max-height:92vh;padding:22px}.modal-header h2{font-size:21px}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.market-page{color:#fff;box-sizing:border-box;width:100%;padding:30px 34px 40px}.market-header{justify-content:space-between;align-items:center;gap:25px;margin-bottom:28px;display:flex}.market-title-row{align-items:center;gap:16px;display:flex}.market-title-icon{background:#ff4fa31f;border:1px solid #ff4fa359;border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;font-size:25px;display:flex}.market-header h1{color:#fff;margin:0;font-size:30px;font-weight:800;line-height:1.2}.market-header p{color:#91a4c4;margin:7px 0 0;font-size:13px}.market-header-actions{align-items:center;gap:12px;display:flex}.market-refresh-btn,.market-add-btn{color:#fff;cursor:pointer;border:none;border-radius:11px;min-width:115px;height:46px;padding:0 20px;font-size:12px;font-weight:700;transition:all .2s}.market-refresh-btn{background:#2563eb}.market-refresh-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.market-add-btn{background:#ec3f98}.market-add-btn:hover{background:#ff2c91;transform:translateY(-1px)}.market-refresh-btn:disabled{opacity:.55;cursor:not-allowed}.market-kpi{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.market-card{box-sizing:border-box;background:#1c2639;border:1px solid #ffffff12;border-radius:15px;align-items:center;gap:16px;min-height:112px;padding:20px;transition:all .2s;display:flex}.market-card:hover{border-color:#ff4fa359;transform:translateY(-2px)}.market-card-icon{background:#10192a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.market-card-icon.blue{color:#60a5fa}.market-card-icon.green{color:#34d399}.market-card-icon.red{color:#fb7185}.market-card-icon.pink{color:#ff4fa3}.market-card small{color:#8fa3c7;letter-spacing:.7px;margin-bottom:7px;font-size:10px;font-weight:700;display:block}.market-card h2{color:#fff;margin:0;font-size:29px;font-weight:800;line-height:1}.market-form-wrapper{margin-bottom:24px}.market-form{background:#1c2639;border:1px solid #ffffff12;border-radius:15px;padding:25px}.market-form h3{color:#fff;margin:0 0 22px;font-size:19px}.market-form input:not([type=checkbox]){box-sizing:border-box;color:#fff;background:#10192a;border:1px solid #33415c;border-radius:10px;outline:none;width:100%;height:48px;margin-bottom:14px;padding:0 15px;font-size:13px}.market-form input:not([type=checkbox]):focus{border-color:#ff4fa3;box-shadow:0 0 0 3px #ff4fa314}.market-form label{color:#d7dfed;align-items:center;gap:10px;margin-bottom:12px;font-size:13px;display:flex}.market-form input[type=checkbox]{accent-color:#ff4fa3;width:18px;height:18px;margin:0}.market-form button{color:#fff;cursor:pointer;background:#ec3f98;border:none;border-radius:9px;min-height:42px;padding:0 20px;font-size:12px;font-weight:700}.market-table{box-sizing:border-box;background:#1c2639;border:1px solid #ffffff12;border-radius:16px;width:100%;overflow:visible}.table-header{box-sizing:border-box;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:20px;min-height:78px;padding:16px 20px;display:flex}.table-header h2{color:#fff;margin:0;font-size:19px;font-weight:750}.table-header small{color:#8fa3c7;margin-top:6px;font-size:11px;display:block}.market-search-wrapper{align-items:center;width:300px;display:flex;position:relative}.market-search-wrapper>span{z-index:2;color:#7f91ad;font-size:14px;position:absolute;left:14px}.market-search{box-sizing:border-box;color:#fff;background:#10192a;border:1px solid #35425c;border-radius:10px;outline:none;width:100%;height:44px;padding:0 40px 0 38px;font-size:12px}.market-search::placeholder{color:#71819d}.market-search:focus{border-color:#ff4fa3}.market-search-clear{color:#fff;cursor:pointer;width:25px;height:25px;font-size:17px;position:absolute;right:9px;background:#29364d!important;border:none!important;border-radius:6px!important;margin:0!important;padding:0!important}.market-table-scroll{width:100%;overflow:auto visible}.market-table table{border-collapse:collapse;table-layout:auto;width:100%;min-width:1180px}.market-table th{color:#8fa9d0;text-align:left;white-space:nowrap;letter-spacing:.45px;background:#162033;border-bottom:1px solid #ffffff14;height:48px;padding:0 14px;font-size:10px;font-weight:800}.market-table td{color:#fff;white-space:nowrap;vertical-align:middle;border-bottom:1px solid #ffffff0e;height:72px;padding:10px 14px;font-size:12px}.market-table tbody tr{transition:all .15s}.market-name{flex-direction:column;gap:5px;display:flex}.market-name small{color:#647895;font-size:9px}.market-time{color:#d5deed;font-family:Consolas,monospace;font-size:11px;font-weight:600}.result-badges{align-items:center;gap:5px;display:flex}.badge-result{box-sizing:border-box;color:#e7edf7;background:#10192a;border:1px solid #34435e;border-radius:7px;justify-content:center;align-items:center;min-width:42px;height:29px;padding:0 6px;font-family:Consolas,monospace;font-size:9px;font-weight:800;display:flex}.updated-box{flex-direction:column;gap:4px;display:flex}.status-online,.status-offline{box-sizing:border-box;border-radius:7px;justify-content:center;align-items:center;min-width:78px;height:29px;padding:0 10px;font-size:9px;font-weight:800;display:inline-flex}.status-online{color:#34d399;background:#10b98117;border:1px solid #10b98147}.status-offline{color:#8290a7;background:#64748b14;border:1px solid #64748b2e}.feature-on,.feature-off{box-sizing:border-box;border-radius:7px;justify-content:center;align-items:center;min-width:55px;height:29px;padding:0 9px;font-size:9px;font-weight:800;display:inline-flex}.feature-on{color:#34d399;background:#10b98117}.feature-off{color:#71809a;background:#64748b14}.post-mode{box-sizing:border-box;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-width:90px;height:32px;padding:0 12px;font-size:9px;font-weight:800;transition:all .2s;display:inline-flex}.post-mode:hover{transform:translateY(-1px)}.post-mode.auto{color:#fff;background:#3b82f6}.post-mode.manual{color:#fff;background:#f59e0b}.post-mode.off{color:#fff;background:#ef4444}.action-menu{display:inline-block;position:relative}.action-menu-btn{color:#fff;cursor:pointer;background:#347ff0;border:none;border-radius:9px;justify-content:center;align-items:center;width:39px;height:39px;font-size:21px;line-height:1;display:flex}.action-menu-btn:hover{background:#2563d0}.action-dropdown{z-index:99999;background:#1c2639;border:1px solid #3a4862;border-radius:11px;width:205px;position:absolute;top:45px;right:0;overflow:hidden;box-shadow:0 15px 35px #00000080}.action-dropdown button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;min-height:45px;margin:0;padding:0 15px;font-size:12px;display:flex}.action-dropdown button:hover{background:#29364d}.action-dropdown hr{border:none;border-top:1px solid #344159;margin:0}.action-dropdown .danger{color:#ff7070}.market-empty{text-align:center;height:240px;vertical-align:middle!important}.market-empty>div{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.market-empty>div>span{opacity:.65;font-size:35px}.market-empty strong{color:#dce5f2;font-size:14px}.market-empty small{color:#71829e;font-size:11px}.market-table-footer{color:#71839e;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;min-height:48px;padding:0 20px;font-size:10px;display:flex}.market-table-footer b{color:#d5deed}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background:#000000ad;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.manual-modal{box-sizing:border-box;background:#182337;border:1px solid #ffffff14;border-radius:18px;width:720px;max-width:95%;max-height:90vh;padding:28px;overflow-y:auto}.manual-modal h2{color:#fff;margin:0 0 8px;font-size:21px}.manual-modal p{color:#9bacc7;margin-bottom:22px;font-size:13px}.manual-modal hr{border:none;border-top:1px solid #ffffff14;margin:22px 0}.manual-modal input[type=text],.manual-modal input:not([type]),.manual-modal textarea,.manual-modal input[type=file]{box-sizing:border-box;color:#fff;background:#10192a;border:1px solid #35425c;border-radius:10px;outline:none;width:100%;margin-top:8px;margin-bottom:15px;padding:13px}.manual-modal input{height:47px}.banner-options{align-items:center;gap:25px;margin:15px 0;display:flex}.banner-option{color:#d6deec;cursor:pointer;align-items:center;gap:8px;display:flex}.banner-option input{accent-color:#ff4fa3;width:17px;height:17px}.caption-box{box-sizing:border-box;resize:vertical;color:#fff;background:#111b2d;border:1px solid #394760;border-radius:10px;outline:none;width:100%;min-height:190px;padding:14px;font-size:13px;line-height:1.7}.caption-box:focus{border-color:#ff4fa3;box-shadow:0 0 0 3px #ff4fa31f}.banner-preview{border-radius:12px;width:100%;margin-top:15px}.modal-footer{justify-content:flex-end;gap:10px;margin-top:25px;display:flex}.btn-cancel,.btn-save,.btn-post{color:#fff;cursor:pointer;border:none;border-radius:9px;min-height:43px;padding:0 22px;font-size:12px;font-weight:700}.btn-cancel{background:#475569}.btn-save{background:#ff4fa3}.btn-post{background:#10b981}.publish-loading{color:#fff;text-align:center;background:#1d273a;border:1px solid #3b82f6;border-radius:10px;margin-bottom:16px;padding:13px 17px;font-size:13px;font-weight:650;animation:1.2s infinite pulsePublish}@keyframes pulsePublish{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (width>=1500px){.market-page{padding:34px 40px 45px}.market-header h1{font-size:32px}.market-card{min-height:120px}.market-card h2{font-size:31px}.market-table td{height:76px;font-size:12px}}@media (width<=1100px){.market-page{padding:24px}.market-kpi{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.market-page{padding:18px 14px 30px}.market-header{flex-direction:column;align-items:stretch}.market-header-actions{width:100%}.market-refresh-btn,.market-add-btn{flex:1}.market-header h1{font-size:24px}.market-header p{font-size:11px}.market-kpi{grid-template-columns:repeat(2,1fr);gap:10px}.market-card{min-height:95px;padding:14px}.market-card-icon{width:40px;height:40px}.market-card h2{font-size:24px}.table-header{flex-direction:column;align-items:stretch}.market-search-wrapper{width:100%}.market-table table{min-width:1180px}}@media (width<=450px){.market-page{padding:14px 10px}.market-kpi{grid-template-columns:1fr}.market-header h1{font-size:21px}.market-title-icon{width:45px;height:45px}}.market-form{box-sizing:border-box;background:#1c2639;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:26px}.market-form-header{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;padding-bottom:22px;display:flex}.market-form-kicker{color:#ff4fa3;letter-spacing:1px;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.market-form-header h3{color:#fff;margin:0;font-size:21px;font-weight:800}.market-form-header p{color:#8092ae;margin:6px 0 0;font-size:11px}.market-form-close{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;color:#9aabc5!important;background:#111a2b!important;border:1px solid #34425c!important;border-radius:9px!important;margin:0!important;padding:0!important;font-size:14px!important}.market-form-close:hover{color:#fff!important;background:#29364d!important}.market-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.market-field{min-width:0}.market-field-full{grid-column:1/-1}.market-field label{color:#dbe5f2;margin-bottom:8px;font-size:11px;font-weight:750;display:block}.market-field label span{color:#ff4fa3;margin-left:4px}.market-field input:not([type=checkbox]){box-sizing:border-box;color:#fff;background:#10192a;border:1px solid #35425d;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;font-size:12px;transition:all .2s;margin:0!important}.market-field input:not([type=checkbox]):focus{border-color:#ff4fa3;box-shadow:0 0 0 3px #ff4fa314}.market-field input::placeholder{color:#62738f}.market-field>small{color:#667995;margin-top:7px;font-size:9px;display:block}.market-toggle-card{box-sizing:border-box;cursor:pointer;background:#10192a;border:1px solid #35425d;border-radius:10px;align-items:center;gap:11px;min-height:48px;padding:8px 12px;transition:all .2s;display:flex}.market-toggle-card.active{background:#10b9810f;border-color:#10b98159}.market-toggle-icon{color:#8999b2;background:#29364d;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:flex}.market-toggle-card.active .market-toggle-icon{color:#34d399;background:#10b98126}.market-toggle-card strong{color:#dce5f2;font-size:10px;display:block}.market-toggle-card small{color:#687995;margin-top:3px;font-size:8px;display:block}.market-feature-section{border-top:1px solid #ffffff12;margin-top:25px;padding-top:23px}.market-feature-title{margin-bottom:14px}.market-feature-title strong{color:#e7edf7;font-size:13px;display:block}.market-feature-title small{color:#71829e;margin-top:4px;font-size:9px;display:block}.market-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.market-feature-card{box-sizing:border-box;cursor:pointer;background:#10192a;border:1px solid #35425d;border-radius:11px;align-items:center;gap:12px;min-height:76px;padding:13px 15px;transition:all .2s;display:flex;position:relative}.market-feature-card:hover{border-color:#52627d}.market-feature-card.enabled{background:#ff4fa309;border-color:#ff4fa359}.market-feature-card input{opacity:0;pointer-events:none;position:absolute}.market-feature-icon{background:#1d2940;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:17px;display:flex}.market-feature-card strong{color:#e8eef7;font-size:11px;display:block}.market-feature-card small{color:#6f819d;max-width:210px;margin-top:4px;font-size:8px;line-height:1.4;display:block}.market-feature-status{color:#7e8da5;background:#273349;border-radius:6px;margin-left:auto;padding:5px 9px;font-size:8px;font-weight:800}.market-feature-card.enabled .market-feature-status{color:#34d399;background:#10b9811f}.market-form-footer{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;padding-top:20px;display:flex}.market-form-info{color:#71829d;align-items:center;gap:7px;font-size:9px;display:flex}.market-form-info span{color:#34d399;font-size:10px}.market-form-actions{align-items:center;gap:10px;display:flex}.market-form-cancel,.market-form-save{cursor:pointer;min-height:42px;border-radius:9px!important;margin:0!important;padding:0 18px!important;font-size:11px!important;font-weight:750!important}.market-form-cancel{color:#c3cedd!important;background:#29364d!important;border:1px solid #3b4a64!important}.market-form-cancel:hover{background:#35445e!important}.market-form-save{min-width:145px;color:#fff!important;background:#ec3f98!important;border:none!important}.market-form-save:hover{background:#ff2c91!important}.market-form-cancel:disabled,.market-form-save:disabled{opacity:.55;cursor:not-allowed}@media (width<=750px){.market-form{padding:18px}.market-form-grid{grid-template-columns:1fr}.market-field-full{grid-column:auto}.market-feature-grid{grid-template-columns:1fr}.market-form-footer{flex-direction:column;align-items:stretch}.market-form-actions{width:100%}.market-form-cancel,.market-form-save{flex:1}}.market-table th{letter-spacing:.5px!important;color:#9db1d3!important;height:56px!important;padding:0 16px!important;font-size:12px!important;font-weight:800!important}.market-table td{color:#e7edf7!important;height:82px!important;padding:12px 16px!important;font-size:13px!important}.market-name b{color:#fff!important;font-size:14px!important;font-weight:800!important}.market-time{color:#dce6f5!important;font-size:13px!important;font-weight:700!important}.result-badges{gap:6px!important}.badge-result{min-width:46px!important;height:32px!important;padding:0 7px!important;font-size:10px!important;font-weight:800!important}.updated-box div{color:#dbe5f2!important;font-size:11px!important}.updated-box small{color:#8092ae!important;font-size:10px!important}.status-online,.status-offline{min-width:86px!important;height:32px!important;padding:0 11px!important;font-size:10px!important;font-weight:800!important}.feature-on,.feature-off{min-width:60px!important;height:32px!important;padding:0 10px!important;font-size:10px!important;font-weight:800!important}.post-mode{min-width:96px!important;height:34px!important;padding:0 13px!important;font-size:10px!important;font-weight:800!important}.action-menu-btn{width:42px!important;height:42px!important;font-size:22px!important}.market-search{height:46px!important;font-size:13px!important}.table-header h2{font-size:20px!important}.table-header small,.market-table-footer{font-size:11px!important}@media (width>=1400px){.market-table th{font-size:12px!important}.market-table td{height:84px!important;font-size:13px!important}.market-name b{font-size:14px!important}.market-time{font-size:13px!important}.badge-result{min-width:48px!important;height:34px!important;font-size:10px!important}.status-online,.status-offline,.feature-on,.feature-off{font-size:10px!important}}@media (width<=700px){.market-table th{font-size:11px!important}.market-table td{height:72px!important;font-size:12px!important}.market-name b{font-size:13px!important}}.market-table{background:#182338;border:1px solid #2a3850;border-radius:14px;width:100%;overflow:visible!important}.market-table .table-header{background:#1b263b;border-bottom:1px solid #2c3950;justify-content:space-between;align-items:center;min-height:82px;padding:18px 22px;display:flex}.market-table .table-header h2{color:#f7f9fd;margin:0;font-weight:800;font-size:20px!important}.market-table .table-header small{color:#8193b2;margin-top:6px;font-size:11px!important}.market-search-wrapper{width:285px;position:relative}.market-search{box-sizing:border-box;outline:none;width:100%;color:#fff!important;background:#10192a!important;border:1px solid #34435d!important;border-radius:9px!important;height:43px!important;padding:0 15px 0 39px!important;font-size:12px!important}.market-search:focus{box-shadow:0 0 0 3px #4387ff14;border-color:#4387ff!important}.market-search-wrapper>span{color:#6f84a5;left:14px}.market-table-scroll{scrollbar-width:thin;width:100%;overflow:auto visible!important}.market-table table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:1120px}.market-table th:first-child,.market-table td:first-child{width:17%}.market-table th:nth-child(2),.market-table td:nth-child(2){width:9%}.market-table th:nth-child(3),.market-table td:nth-child(3){width:16%}.market-table th:nth-child(4),.market-table td:nth-child(4){width:13%}.market-table th:nth-child(5),.market-table td:nth-child(5){width:12%}.market-table th:nth-child(6),.market-table td:nth-child(6),.market-table th:nth-child(7),.market-table td:nth-child(7){width:9%}.market-table th:nth-child(8),.market-table td:nth-child(8){width:10%}.market-table th:nth-child(9),.market-table td:nth-child(9){width:5%}.market-table thead th{color:#7f96ba;letter-spacing:.55px;text-align:left;white-space:nowrap;background:#151f32;border-bottom:1px solid #2b3950;height:48px;padding:0 14px;font-size:10px!important;font-weight:800!important}.market-table tbody tr{background:#182338;height:67px;transition:background .15s,transform .15s}.market-table tbody tr:hover{background:#202d44}.market-table tbody td{box-sizing:border-box;color:#dce5f2;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #29374d;height:67px!important;padding:9px 14px!important;font-size:12px!important}.market-table tbody tr:last-child td{border-bottom:none}.market-table .market-name{align-items:center;min-width:0;display:flex}.market-table .market-name b{text-overflow:ellipsis;color:#fff;letter-spacing:.15px;font-weight:800;display:block;overflow:hidden;font-size:13px!important}.market-table .market-time{color:#dbe5f4;font-family:Consolas,monospace;font-weight:700;font-size:11px!important}.market-table .result-badges{align-items:center;gap:5px;display:flex}.market-table .badge-result{box-sizing:border-box;color:#e7edf7;letter-spacing:-.2px;background:#0f192a;border:1px solid #33435e;border-radius:6px;justify-content:center;align-items:center;width:39px;min-width:39px;font-family:Consolas,monospace;font-weight:800;display:flex;height:29px!important;padding:0!important;font-size:9px!important}.market-table .badge-result:hover{border-color:#4d6a91}.market-table .updated-box{flex-direction:column;gap:3px;display:flex}.market-table .updated-box div{color:#d7e0ee;font-weight:600;font-size:10px!important}.market-table .updated-box small{color:#7185a5;font-size:8px!important}.market-table .status-online,.market-table .status-offline{box-sizing:border-box;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;min-width:72px;font-weight:800;display:inline-flex;height:28px!important;padding:0 9px!important;font-size:8px!important}.market-table .status-online{color:#35d99b;background:#10b98117;border:1px solid #10b9814d}.market-table .status-offline{color:#7c8ba4;background:#64748b14;border:1px solid #64748b33}.market-table .feature-on,.market-table .feature-off{border-radius:6px;justify-content:center;align-items:center;min-width:48px;font-weight:800;display:inline-flex;height:28px!important;padding:0 8px!important;font-size:8px!important}.market-table .feature-on{color:#39dba0;background:#10b98114}.market-table .feature-off{color:#71809a;background:#202b40}.market-table .post-mode{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;min-width:78px;font-weight:800;transition:all .15s;display:inline-flex;height:30px!important;padding:0 10px!important;font-size:8px!important}.market-table .post-mode:hover{filter:brightness(1.08);transform:translateY(-1px)}.market-table .post-mode.auto{color:#fff;background:#3b82f6}.market-table .post-mode.manual{color:#aab9ce;background:#34445d;border:1px solid #44546d}.market-table .post-mode.off{color:#fff;background:#ef4444}.market-table .action-menu{justify-content:center;display:inline-flex;position:relative}.market-table .action-menu-btn{color:#fff;cursor:pointer;background:#347ff0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex;width:36px!important;height:36px!important;padding:0!important;font-size:19px!important}.market-table .action-menu-btn:hover{background:#256bd3;transform:translateY(-1px)}.market-table .action-dropdown{box-sizing:border-box;z-index:999999;background:#182338;border:1px solid #3a4962;border-radius:10px;width:180px;padding:5px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 18px 45px #0000008c}.market-table .action-dropdown button{color:#dce5f2;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;width:100%;min-height:38px;padding:0 11px;display:flex;font-size:10px!important}.market-table .action-dropdown button:hover{color:#fff;background:#26344b}.market-table .action-dropdown .danger{color:#ff6d78}.market-table .action-dropdown hr{border:none;border-top:1px solid #344157;margin:5px 0}.market-table .market-table-footer{box-sizing:border-box;color:#7185a5;background:#172135;border-top:1px solid #29374d;min-height:44px;padding:0 17px;font-size:9px!important}.market-table .market-table-footer b{color:#cdd9e9}.market-table .market-empty{text-align:center;vertical-align:middle!important;height:180px!important}@media (width<=1200px){.market-table table{min-width:1080px}.market-table tbody td{padding-left:11px!important;padding-right:11px!important}}@media (width<=700px){.market-table .table-header{flex-direction:column;align-items:stretch}.market-search-wrapper{width:100%}.market-table table{min-width:1080px}}.market-modal-overlay{box-sizing:border-box;-webkit-backdrop-filter:blur(7px);z-index:999999;background:#040914b8;justify-content:center;align-items:center;width:100vw;height:100vh;padding:25px;display:flex;position:fixed;inset:0}.market-modal{background:#1b263b;border:1px solid #35445d;border-radius:17px;flex-direction:column;width:min(760px,100%);max-height:calc(100vh - 50px);animation:.18s ease-out marketModalIn;display:flex;overflow:hidden;box-shadow:0 30px 80px #0009}@keyframes marketModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.market-modal-header{box-sizing:border-box;background:#1d293e;border-bottom:1px solid #303e55;justify-content:space-between;align-items:flex-start;gap:20px;min-height:88px;padding:21px 24px;display:flex}.market-modal-kicker{color:#ff4fa3;letter-spacing:1px;margin-bottom:6px;font-size:9px;font-weight:900;display:block}.market-modal-header h2{color:#fff;margin:0;font-size:22px;font-weight:850}.market-modal-header p{color:#7f91ae;margin:5px 0 0;font-size:10px}.market-modal-close{color:#9bacbf;cursor:pointer;background:#111b2d;border:1px solid #3a4962;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:37px;height:37px;padding:0;font-size:21px;line-height:1;transition:all .15s;display:flex}.market-modal-close:hover{color:#fff;background:#29364d}.market-modal-body{scrollbar-width:thin;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;padding:23px 24px;display:grid;overflow-y:auto}.market-modal-field{min-width:0}.market-modal-field.full{grid-column:1/-1}.market-modal-field label{color:#dce5f2;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.market-modal-field label span{color:#ff4fa3;margin-left:3px}.market-modal-field input{box-sizing:border-box;color:#fff;background:#101a2b;border:1px solid #35445d;border-radius:9px;outline:none;width:100%;height:45px;padding:0 13px;font-size:11px;transition:all .15s}.market-modal-field input:focus{border-color:#4285f4;box-shadow:0 0 0 3px #4285f414}.market-modal-field input::placeholder{color:#62748f}.market-modal-field>small{color:#687b99;margin-top:5px;font-size:8px;display:block}.market-status-toggle{box-sizing:border-box;color:#fff;text-align:left;cursor:pointer;background:#101a2b;border:1px solid #35445d;border-radius:9px;align-items:center;gap:10px;width:100%;height:45px;padding:5px 10px;display:flex}.market-status-toggle.active{background:#10b98112;border-color:#10b98159}.market-status-dot{color:#8595ad;background:#29364d;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:29px;height:29px;font-size:12px;font-weight:900;display:flex}.market-status-toggle.active .market-status-dot{color:#34d399;background:#10b98126}.market-status-toggle strong{color:#e4ebf5;font-size:9px;display:block}.market-status-toggle small{color:#687a96;margin-top:2px;font-size:7px;display:block}.market-modal-section{border-top:1px solid #2c3a51;grid-column:1/-1;padding-top:19px}.market-modal-section-title{margin-bottom:12px}.market-modal-section-title strong{color:#e6edf7;font-size:11px;display:block}.market-modal-section-title small{color:#71839f;margin-top:3px;font-size:8px;display:block}.market-modal-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.market-modal-feature{box-sizing:border-box;cursor:pointer;background:#101a2b;border:1px solid #35445d;border-radius:10px;align-items:center;gap:10px;min-height:65px;padding:10px 12px;transition:all .15s;display:flex;position:relative}.market-modal-feature:hover{border-color:#50627e}.market-modal-feature.enabled{background:#ff4fa309;border-color:#ff4fa361}.market-modal-feature input{opacity:0;pointer-events:none;position:absolute}.market-feature-symbol{background:#202d44;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:15px;display:flex}.market-feature-content{min-width:0}.market-feature-content strong{color:#e5edf7;font-size:10px;display:block}.market-feature-content small{color:#6d809d;margin-top:3px;font-size:7px;display:block}.market-feature-badge{color:#7e8fa8;background:#253249;border-radius:5px;margin-left:auto;padding:5px 8px;font-size:7px;font-weight:900}.market-modal-feature.enabled .market-feature-badge{color:#35d99b;background:#10b9811f}.market-modal-footer{box-sizing:border-box;background:#172236;border-top:1px solid #303e55;justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:13px 24px;display:flex}.market-modal-hint{color:#71839f;font-size:8px}.market-modal-hint:first-letter{color:#34d399}.market-modal-actions{align-items:center;gap:9px;display:flex}.market-modal-cancel,.market-modal-save{cursor:pointer;border-radius:8px;min-height:39px;padding:0 16px;font-size:10px;font-weight:800}.market-modal-cancel{color:#c6d1df;background:#29364d;border:1px solid #40506a}.market-modal-cancel:hover{background:#35445d}.market-modal-save{color:#fff;background:#ec3f98;border:1px solid #ec3f98}.market-modal-save:hover{background:#ff2d91}.market-modal-cancel:disabled,.market-modal-save:disabled,.market-modal-close:disabled{opacity:.5;cursor:not-allowed}.market-floating-menu{box-sizing:border-box;z-index:999998;background:#182338;border:1px solid #3b4b66;border-radius:10px;width:185px;padding:5px;animation:.12s ease-out marketMenuIn;position:fixed;box-shadow:0 18px 45px #0000008c}@keyframes marketMenuIn{0%{opacity:0;transform:translateY(4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.market-floating-menu button{color:#dce5f2;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;width:100%;min-height:37px;padding:0 10px;font-size:10px;display:flex}.market-floating-menu button:hover{color:#fff;background:#27364d}.market-floating-menu button.danger{color:#ff707b}.market-floating-menu button.danger:hover{color:#ff858d;background:#ef44441a}.market-floating-divider{background:#34435a;height:1px;margin:4px 2px}@media (width<=700px){.market-modal-overlay{padding:12px}.market-modal{border-radius:14px;max-height:calc(100vh - 24px)}.market-modal-header{padding:17px}.market-modal-header h2{font-size:18px}.market-modal-body{grid-template-columns:1fr;gap:15px;padding:18px}.market-modal-field.full{grid-column:auto}.market-modal-features{grid-template-columns:1fr}.market-modal-footer{flex-direction:column;align-items:stretch;padding:12px 17px}.market-modal-actions{width:100%}.market-modal-cancel,.market-modal-save{flex:1}}.market-table .table-header h2{font-size:20px!important}.market-table .table-header small{font-size:12px!important}.market-table thead th,.market-table th{letter-spacing:.45px!important;height:54px!important;padding:0 16px!important;font-size:12px!important;font-weight:800!important}.market-table tbody td,.market-table td{color:#e7edf7!important;height:76px!important;padding:11px 16px!important;font-size:13px!important}.market-table .market-name b{font-size:14px!important;font-weight:800!important}.market-table .market-name small{font-size:10px!important}.market-table .market-time{font-size:13px!important;font-weight:700!important}.market-table .result-badges{gap:6px!important}.market-table .badge-result{width:44px!important;min-width:44px!important;height:32px!important;padding:0!important;font-size:10px!important;font-weight:800!important}.market-table .updated-box{gap:4px!important}.market-table .updated-box div{font-size:11px!important;font-weight:600!important}.market-table .updated-box small{font-size:10px!important}.market-table .status-online,.market-table .status-offline{min-width:82px!important;height:31px!important;padding:0 10px!important;font-size:10px!important;font-weight:800!important}.market-table .feature-on,.market-table .feature-off{min-width:56px!important;height:31px!important;padding:0 10px!important;font-size:10px!important;font-weight:800!important}.market-table .post-mode{min-width:90px!important;height:33px!important;padding:0 12px!important;font-size:10px!important;font-weight:800!important}.market-table .action-menu-btn{width:40px!important;height:40px!important;font-size:21px!important}.market-table .market-table-footer{min-height:50px!important;padding:0 20px!important;font-size:11px!important}@media (width>=1400px){.market-table thead th{font-size:12px!important}.market-table tbody td{height:78px!important;font-size:13px!important}.market-table .market-name b{font-size:14px!important}.market-table .market-time{font-size:13px!important}.market-table .badge-result{width:46px!important;min-width:46px!important;height:33px!important;font-size:10px!important}.market-table .status-online,.market-table .status-offline,.market-table .feature-on,.market-table .feature-off,.market-table .post-mode{font-size:10px!important}}@media (width<=700px){.market-table thead th{font-size:11px!important}.market-table tbody td{height:74px!important;padding:10px 14px!important;font-size:12px!important}.market-table .market-name b{font-size:13px!important}.market-table .market-time{font-size:12px!important}.market-table .badge-result{width:43px!important;min-width:43px!important;height:31px!important;font-size:10px!important}}.login-page{background:#0b1220;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#182235;border-radius:18px;width:420px;padding:40px;box-shadow:0 15px 40px #00000059}.login-card h1{color:#ff4da6;text-align:center;margin:0;font-size:42px}.login-card h2{text-align:center;color:#fff;margin-top:8px}.login-card p{text-align:center;color:#8aa1c7;margin-bottom:30px}.login-card input{color:#fff;background:#101827;border:1px solid #32425d;border-radius:10px;width:100%;margin-bottom:16px;padding:14px;font-size:15px}.login-card input:focus{border-color:#ff4da6;outline:none}.login-card button{color:#fff;cursor:pointer;background:#ff4da6;border:none;border-radius:10px;width:100%;padding:14px;font-weight:700;transition:all .2s}.login-card button:hover{background:#ff2d93;transform:translateY(-2px)}.login-card small{text-align:center;color:#7b8ca8;margin-top:20px;display:block}.dashboard-hero{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b,#312e81);border-radius:24px;margin-bottom:25px;padding:35px;box-shadow:0 20px 60px #00000040}.hero-header{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.hero-badge{letter-spacing:1px;background:#4338ca;border-radius:30px;margin-bottom:15px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.hero-title h1{margin:0;font-size:34px;font-weight:700}.hero-title p{color:#cbd5e1;margin-top:8px}.hero-clock{text-align:right}.hero-clock small{color:#cbd5e1;display:block}.hero-clock h2{margin-top:8px;font-size:36px;font-weight:700}.hero-status{flex-wrap:wrap;gap:15px;margin-bottom:35px;display:flex}.status-item{background:#ffffff14;border-radius:14px;align-items:center;gap:10px;padding:10px 18px;display:flex}.hero-stats{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.hero-stat{text-align:center;background:#ffffff0f;border-radius:18px;padding:22px;transition:all .3s}.hero-stat:hover{background:#ffffff1f;transform:translateY(-5px)}.hero-stat svg{color:#60a5fa;margin-bottom:15px;font-size:28px}.hero-stat h2{margin:0;font-size:32px}.hero-stat span{color:#cbd5e1;margin-top:8px;font-size:14px;display:block}@media (width<=992px){.hero-header{flex-direction:column;gap:20px}.hero-clock{text-align:left}.hero-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dashboard-hero{padding:20px}.hero-title h1{font-size:26px}.hero-clock h2{font-size:28px}.hero-status{grid-template-columns:repeat(2,1fr);display:grid}.hero-stats{grid-template-columns:1fr}}.automation-page{flex-direction:column;gap:24px;display:flex}.automation-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #00000014}.automation-card h2{margin-bottom:8px}.automation-card p{color:#64748b;margin-bottom:24px}.auto-setting-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.auto-setting-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.auto-setting-item h4{margin-bottom:6px}.auto-setting-item small{color:#64748b}@media (width<=768px){.auto-setting-grid{grid-template-columns:1fr}}.settings-list{flex-direction:column;display:flex}.settings-item{cursor:pointer;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:22px;transition:all .25s;display:flex}.settings-item:hover{background:#ffffff08}.settings-left{align-items:center;gap:18px;display:flex}.settings-icon{color:#fff;background:#ec4899;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;display:flex}.settings-item h4{margin:0}.settings-item small{color:#94a3b8}.monitor-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.monitor-header h1{margin:0;font-size:28px;font-weight:700}.monitor-header p{color:#8f9bb3;margin:6px 0 0;font-size:14px}.btn-test-all{color:#fff;cursor:pointer;background:#ec3f93;border:none;border-radius:10px;outline:none;padding:11px 18px;font-size:13px;font-weight:700;transition:all .2s}.btn-test-all:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn-test-all:disabled{opacity:.6;cursor:not-allowed;transform:none}.monitor-summary{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px;display:grid}.monitor-summary-card{box-sizing:border-box;background:#111a2d;border:1px solid #202c43;border-radius:14px;justify-content:space-between;align-items:center;min-height:70px;padding:17px 18px;display:flex}.monitor-summary-card span{color:#9ca8bd;font-size:13px}.monitor-summary-card strong{color:#fff;font-size:25px}.monitor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.monitor-card{box-sizing:border-box;background:#111a2d;border:1px solid #202c43;border-radius:16px;padding:20px;transition:transform .2s,border-color .2s,box-shadow .2s}.monitor-card:hover{border-color:#34425d;transform:translateY(-2px);box-shadow:0 10px 30px #0000002e}.monitor-card.updated{border-color:#22c55e59}.monitor-card.waiting{border-color:#eab3084d}.monitor-card.delayed{border-color:#ef444473}.monitor-card.error{border-color:#f59e0b73}.monitor-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.monitor-card-header h2{color:#fff;margin:0;font-size:18px;font-weight:700}.market-name{color:#71809b;margin-top:4px;font-size:11px;display:block}.status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 9px;font-size:11px;font-weight:700;display:inline-flex}.status.updated{color:#4ade80;background:#22c55e1f}.status.waiting{color:#facc15;background:#eab3081f}.status.delayed{color:#f87171;background:#ef44441f}.status.error{color:#fbbf24;background:#f59e0b1f}.monitor-result{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:18px;display:grid}.monitor-result>div{text-align:center;background:#0c1425;border:1px solid #1c2840;border-radius:10px;padding:12px 8px}.monitor-result span{color:#697892;margin-bottom:5px;font-size:10px;font-weight:600;display:block}.monitor-result strong{color:#fff;letter-spacing:1px;font-size:21px;display:block}.monitor-info{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.monitor-info>div{justify-content:space-between;align-items:center;gap:15px;display:flex}.monitor-info span{color:#71809b;font-size:12px}.monitor-info strong{color:#dce3ef;text-align:right;font-size:12px}.delay-info{background:#ef444414;border-radius:8px;padding:9px 11px}.delay-info span,.delay-info strong{color:#f87171!important}.monitor-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444440;border-radius:10px;margin-bottom:18px;padding:12px 15px;font-size:13px}.market-error{color:#fbbf24;background:#f59e0b14;border-radius:8px;margin-bottom:14px;padding:9px 11px;font-size:11px}.btn-test{color:#dce3ef;cursor:pointer;background:#172238;border:1px solid #293750;border-radius:9px;outline:none;width:100%;padding:10px 14px;font-size:12px;font-weight:700;transition:all .2s}.btn-test:hover{background:#202e47;border-color:#3b4b68}.btn-test:disabled{opacity:.55;cursor:not-allowed}.monitor-empty{text-align:center;color:#71809b;background:#111a2d;border:1px dashed #293750;border-radius:14px;padding:50px 20px}@media (width<=1100px){.monitor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.monitor-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.monitor-header{flex-direction:column;align-items:flex-start}.btn-test-all{width:100%}.monitor-summary{grid-template-columns:repeat(2,1fr);gap:10px}.monitor-grid{grid-template-columns:1fr;gap:12px}.monitor-card{padding:16px}.monitor-card-header h2{font-size:16px}.monitor-result strong{font-size:18px}}@media (width<=420px){.monitor-summary{grid-template-columns:1fr 1fr}.monitor-summary-card{padding:13px}.monitor-summary-card strong{font-size:21px}.monitor-info strong{text-overflow:ellipsis;white-space:nowrap;max-width:55%;overflow:hidden}}.monitor-actions{gap:8px;width:100%;margin-top:4px;grid-template-columns:1fr 1fr!important;display:grid!important}.monitor-actions .btn-test,.monitor-actions .btn-visit{box-sizing:border-box;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;min-width:0;min-height:38px;padding:9px 8px;font-size:11px;font-weight:700;text-decoration:none;display:flex;width:100%!important}.monitor-actions .btn-test{color:#dce3ef;background:#172238;border:1px solid #293750}.monitor-actions .btn-test:hover{background:#202e47;border-color:#3b4b68}.monitor-actions .btn-visit{color:#f472b6;background:#ec3f931a;border:1px solid #ec3f9359}.monitor-actions .btn-visit:hover{color:#fff;background:#ec3f932e;border-color:#ec3f93}@media (width<=420px){.monitor-actions{grid-template-columns:1fr!important}}.results-page{color:#e5e7eb;width:100%;max-width:100%}.results-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.results-header-left{flex-direction:column;display:flex}.results-badge{color:#f472b6;letter-spacing:.8px;background:#ec3f931a;border-radius:7px;align-items:center;gap:7px;width:fit-content;margin-bottom:8px;padding:5px 9px;font-size:9px;font-weight:800;display:inline-flex}.results-header h1{color:#f8fafc;margin:0;font-size:28px;font-weight:700;line-height:1.2}.results-header p{color:#71809b;margin:7px 0 0;font-size:12px}.results-refresh{color:#fff;cursor:pointer;background:#ec3f93;border:1px solid #ffffff0d;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-width:105px;padding:10px 15px;font-size:10px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.results-refresh:hover{background:#db2777;transform:translateY(-1px);box-shadow:0 7px 20px #ec3f932e}.results-refresh:active{transform:translateY(0)}.results-refresh:disabled{opacity:.55;cursor:not-allowed;transform:none}.results-toolbar{background:#111a2d;border:1px solid #202c43;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;padding:12px;display:flex}.results-filter{color:#71809b;align-items:center;gap:9px;font-size:11px;display:flex}.results-filter svg{color:#ec3f93}.results-filter select{color:#dce3ef;cursor:pointer;background:#0c1425;border:1px solid #26344c;border-radius:8px;outline:none;min-width:210px;padding:9px 12px;font-family:inherit;font-size:11px}.results-filter select:hover{border-color:#394a66}.results-filter select:focus{border-color:#ec3f93;box-shadow:0 0 0 2px #ec3f9314}.results-count{color:#64748b;font-size:10px;font-weight:500}.results-count strong{color:#cbd5e1}.results-error{color:#fca5a5;background:#ef444412;border:1px solid #ef444440;border-radius:10px;align-items:center;margin-bottom:18px;padding:12px 15px;font-size:11px;display:flex}.result-day{margin-bottom:24px}.result-day-header{justify-content:space-between;align-items:center;margin-bottom:9px;padding:0 4px;display:flex}.result-day-header-left{align-items:center;gap:8px;display:flex}.result-day-header-left svg{color:#ec3f93;font-size:12px}.result-day-header strong{color:#e2e8f0;font-size:13px;font-weight:700}.result-day-header>span{color:#64748b;font-size:9px}.result-list{flex-direction:column;gap:7px;display:flex}.result-card{background:#111a2d;border:1px solid #202c43;border-radius:12px;grid-template-columns:175px minmax(300px,1fr) 140px;align-items:center;gap:18px;padding:13px 15px;transition:border-color .2s,background .2s,transform .2s;display:grid}.result-card:hover{background:#131e33;border-color:#33435e;transform:translateY(-1px)}.result-market{flex-direction:column;gap:4px;min-width:0;display:flex}.result-market strong{color:#f1f5f9;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.result-market small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.result-numbers{grid-template-columns:repeat(3,minmax(70px,1fr));gap:7px;display:grid}.result-numbers>div{background:#0c1425;border:1px solid #1e2a40;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:49px;padding:7px 10px;transition:border-color .2s,background .2s;display:flex}.result-card:hover .result-numbers>div{border-color:#2a3953}.result-numbers span{color:#64748b;letter-spacing:.4px;margin-bottom:3px;font-size:8px;font-weight:600}.result-numbers strong{color:#f8fafc;letter-spacing:1px;font-size:15px;font-weight:800}.result-meta{color:#64748b;text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;font-size:9px;display:flex}.result-meta span{white-space:nowrap}.result-meta .draw-number{color:#94a3b8;font-weight:600}.result-meta .result-time{color:#64748b}.result-status{letter-spacing:.3px;border-radius:20px;align-items:center;gap:5px;width:fit-content;padding:4px 7px;font-size:8px;font-weight:700;display:inline-flex}.result-status.online{color:#4ade80;background:#22c55e1a}.result-status.manual{color:#fbbf24;background:#f59e0b1a}.result-status.error{color:#f87171;background:#ef44441a}.results-empty{color:#64748b;text-align:center;background:#111a2d;border:1px solid #202c43;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:250px;padding:30px;display:flex}.results-empty-icon{background:#0c1425;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:5px;font-size:23px;display:flex}.results-empty strong{color:#cbd5e1;font-size:13px}.results-empty span{color:#64748b;font-size:10px}.results-loading{color:#71809b;justify-content:center;align-items:center;gap:10px;min-height:350px;font-size:12px;display:flex}.spin{animation:.8s linear infinite resultSpin}@keyframes resultSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1000px){.result-card{grid-template-columns:145px minmax(250px,1fr) 110px;gap:12px}.result-numbers strong{font-size:14px}}@media (width<=750px){.results-header{flex-direction:column;align-items:flex-start}.results-refresh{width:100%}.results-toolbar{flex-direction:column;align-items:stretch}.results-filter{width:100%}.results-filter select{flex:1;min-width:0}.results-count{text-align:right}.result-card{grid-template-columns:1fr;gap:12px;padding:12px}.result-market{flex-direction:row;justify-content:space-between;align-items:center}.result-numbers{grid-template-columns:repeat(3,1fr)}.result-meta{text-align:left;flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (width<=450px){.results-header h1{font-size:23px}.results-header p,.result-day-header strong{font-size:11px}.result-numbers{gap:5px}.result-numbers>div{min-height:45px;padding:6px 4px}.result-numbers strong{font-size:13px}.result-numbers span{font-size:7px}}.results-toolbar-actions{align-items:center;gap:7px;display:flex}.results-toolbar-actions>button{color:#94a3b8;cursor:pointer;background:#0c1425;border:1px solid #26344c;border-radius:7px;padding:7px 10px;font-size:9px;font-weight:600;transition:all .2s}.results-toolbar-actions>button:hover{color:#f472b6;background:#ec3f930f;border-color:#ec3f93}.results-markets{flex-direction:column;gap:8px;display:flex}.result-market-group{background:#111a2d;border:1px solid #202c43;border-radius:12px;transition:border-color .2s,background .2s;overflow:hidden}.result-market-group:hover{border-color:#2b3b56}.result-market-group.open{background:#121c30;border-color:#ec3f9347}.result-market-toggle{width:100%;min-height:62px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:11px 15px;display:flex}.result-market-info{align-items:center;gap:11px;min-width:0;display:flex}.result-market-icon{color:#f472b6;background:#ec3f9314;border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;display:flex}.result-market-info>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.result-market-info strong{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.result-market-info small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.result-market-summary{flex-shrink:0;align-items:center;gap:13px;display:flex}.result-market-summary span{color:#64748b;font-size:9px}.result-chevron{color:#64748b;font-size:10px;transition:transform .25s,color .2s}.result-market-group.open .result-chevron{color:#ec3f93;transform:rotate(180deg)}.result-market-content{border-top:1px solid #202c43;padding:0 10px 10px;animation:.18s resultDropdown}@keyframes resultDropdown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.result-history-item{border-bottom:1px solid #ffffff09;grid-template-columns:180px minmax(260px,1fr) 130px;align-items:center;gap:15px;padding:11px 7px;display:grid}.result-history-item:last-child{border-bottom:none}.result-history-date{align-items:center;gap:9px;display:flex}.result-history-date>svg{color:#ec3f93;flex-shrink:0;font-size:11px}.result-history-date>div{flex-direction:column;gap:3px;min-width:0;display:flex}.result-history-date strong{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600;overflow:hidden}.result-history-date span{color:#64748b;font-size:9px}.result-history-numbers{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.result-history-numbers>div{background:#0c1425;border:1px solid #1e2a40;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;padding:7px 9px;display:flex}.result-history-numbers span{color:#64748b;font-size:8px;font-weight:600}.result-history-numbers strong{color:#f8fafc;letter-spacing:.8px;font-size:13px;font-weight:800}.result-history-meta{color:#64748b;text-align:right;flex-direction:column;align-items:flex-end;gap:5px;font-size:9px;display:flex}.result-history-meta>span:first-child{color:#94a3b8;font-weight:600}@media (width<=800px){.results-toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.result-history-item{grid-template-columns:1fr;gap:9px;padding:12px 7px}.result-history-meta{text-align:left;flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (width<=600px){.results-toolbar-actions{justify-content:space-between;width:100%}.results-toolbar-actions>button{flex:1}.results-toolbar-actions .results-count{text-align:right;width:100%;margin-top:2px}.result-market-toggle{min-height:58px;padding:10px 12px}.result-market-icon{flex-basis:31px;width:31px;height:31px}.result-market-info strong{font-size:11px}.result-market-summary span{display:none}.result-history-numbers{gap:5px}.result-history-numbers>div{flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:7px 4px}.result-history-numbers strong{font-size:12px}}
