@charset "UTF-8";.sidebar{width:260px;height:100vh;background:#28243d;position:fixed;left:0;top:0;display:flex;flex-direction:column;z-index:1000;box-shadow:2px 0 8px #00000026}.sidebar-header{display:flex;align-items:center;padding:1.5rem 1.25rem;gap:.75rem}.sidebar-logo{object-fit:cover;border-radius:5px;background:#fff;padding:0 8px}.sidebar-nav{flex:1;overflow-y:auto;padding:.5rem 0;padding-left:0}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.nav-section{margin-bottom:.5rem}.nav-section-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.nav-section-header:hover{background:#ffffff0d}.section-title{font-size:.75rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.section-arrow{font-size:.75rem;color:#ffffff80;transition:transform .2s;width:14px;height:14px}.section-arrow svg{width:100%;height:100%}.section-arrow.expanded{transform:rotate(180deg)}.nav-section-items{padding-left:0}.nav-item{display:flex;align-items:center;padding:.65rem 1.25rem;color:#ffffffbf;text-decoration:none;font-size:16px;transition:all .2s;position:relative;cursor:pointer;margin-right:1rem}.nav-item:hover:not(.active){color:#fff}.nav-item:hover:not(.active):before{content:"";position:absolute;left:0;top:0;bottom:0;right:1rem;background:rgba(var(--primary-color-rgb),.08);border-radius:0 50px 50px 0;z-index:-1}.nav-item.main-item{padding-left:1.25rem}.nav-item.active{color:#fff;font-weight:500;margin-right:1rem;padding-left:1.25rem;padding-right:1.25rem}.nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;right:1rem;background:linear-gradient(270deg,var(--primary-color) 0%,rgb(197,171,255) 100%);border-radius:0 50px 50px 0;z-index:-1}.nav-item.active.main-item,.nav-section-items .nav-item{padding-left:1.25rem}.nav-section-items .nav-item:hover:not(.active):before{right:1rem}.nav-section-items .nav-item.active{padding-left:1.25rem}.nav-section-items .nav-item.active:before{right:1rem}.nav-icon{font-size:1.125rem;margin-right:.75rem;width:20px;display:flex;align-items:center;justify-content:center}.nav-icon svg{width:100%;height:100%}.nav-text{flex:1;font-weight:400;display:flex;align-items:center;gap:.5rem}.nav-badge{display:inline-block;padding:.125rem .5rem;background:#ff4c51;border-radius:50px;font-size:.75rem;font-weight:500;color:#ffffffe6;text-transform:lowercase;white-space:nowrap}.nav-item.active .nav-badge{background:#ffffff40;color:#fff}.topbar{height:70px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(105,108,255,.2);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:100;transition:all .3s ease;animation:slideInUp .5s ease-out}.topbar.sticky{background:#fffffff2;box-shadow:0 2px 8px #0000001a;border-bottom-color:#696cff4d}.dark-theme .topbar{background:#1a1a1acc;border-bottom:1px solid rgba(105,108,255,.2)}.dark-theme .topbar.sticky{background:#0a0a0af2;box-shadow:0 4px 20px #00000080,0 0 20px #696cff1a;border-bottom-color:#696cff4d}.topbar-left{flex:1;max-width:500px}.search-container{position:relative;width:100%}.search-container:before{content:"⌘K";position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:#b4b7bd;font-weight:500;z-index:1;pointer-events:none}.topbar-search{width:100%;padding:.625rem 1rem .625rem 2.5rem;background:#f5f5f9;border:1px solid rgba(105,108,255,.2);border-radius:50px;font-size:.9375rem;color:var(--text-primary);outline:none;transition:all .3s ease}.topbar-search::placeholder{color:#5e587380}.topbar-search:focus{background:#fff;border-color:var(--primary-color);box-shadow:0 0 15px #696cff33}.topbar-search:hover{border-color:#696cff66}.dark-theme .topbar-search{background:#2a2a2acc;border:1px solid rgba(105,108,255,.2)}.dark-theme .topbar-search::placeholder{color:#ffffff80}.dark-theme .topbar-search:focus{background:#2a2a2a;border-color:var(--primary-color);box-shadow:0 0 15px #696cff4d}.dark-theme .topbar-search:hover{border-color:#696cff66}.topbar-right{display:flex;align-items:center;gap:.25rem;position:relative}.topbar-icon-btn{width:38px;height:38px;border-radius:8px;border:none;background:#f5f5f9cc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;font-size:1.125rem;border:1px solid rgba(105,108,255,.1)}.topbar-icon-btn:hover{background:#696cff1a;border-color:#696cff66;transform:translateY(-2px);box-shadow:0 4px 12px #696cff33}.topbar-icon-btn:active{transform:scale(.95) translateY(0)}.topbar-icon-btn[title]:hover:after{content:attr(title);position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:var(--bg-card);color:var(--text-primary);padding:.375rem .75rem;border-radius:4px;font-size:.75rem;white-space:nowrap;z-index:1000;pointer-events:none;box-shadow:0 2px 8px #0000004d,0 0 10px #696cff33;border:1px solid rgba(105,108,255,.3)}.topbar-icon-btn[title]:hover:before{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid var(--bg-card);z-index:1001;pointer-events:none}.dark-theme .topbar-icon-btn{background:#2a2a2a99;border:1px solid rgba(105,108,255,.1)}.dark-theme .topbar-icon-btn:hover{background:#696cff26;border-color:#696cff66;box-shadow:0 4px 12px #696cff33}.dark-theme .topbar-icon-btn[title]:hover:after{box-shadow:0 2px 8px #0000004d,0 0 10px #696cff33;border:1px solid rgba(105,108,255,.3)}.icon-text,.icon-sun,.icon-star,.icon-bell{font-size:1.125rem;color:var(--primary-color);width:22px;height:22px;transition:all .3s ease}.icon-text svg,.icon-sun svg,.icon-star svg,.icon-bell svg{width:100%;height:100%}.topbar-icon-btn:hover .icon-text,.topbar-icon-btn:hover .icon-sun,.topbar-icon-btn:hover .icon-star,.topbar-icon-btn:hover .icon-bell,.dark-theme .icon-text,.dark-theme .icon-sun,.dark-theme .icon-star,.dark-theme .icon-bell{color:var(--primary-color)}.dark-theme .icon-text svg,.dark-theme .icon-sun svg,.dark-theme .icon-star svg,.dark-theme .icon-bell svg{filter:drop-shadow(0 0 3px rgba(105,108,255,.3))}.dark-theme .topbar-icon-btn:hover .icon-text,.dark-theme .topbar-icon-btn:hover .icon-sun,.dark-theme .topbar-icon-btn:hover .icon-star,.dark-theme .topbar-icon-btn:hover .icon-bell{color:#7a7dff;filter:drop-shadow(0 0 6px rgba(105,108,255,.6))}.notification-btn{position:relative}.notification-badge{position:absolute;top:6px;right:6px;background:var(--casino-red);color:#fff;font-size:.625rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--casino-dark);box-shadow:0 0 10px #dc143c80;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 10px #dc143c80}50%{transform:scale(1.1);box-shadow:0 0 15px #dc143ccc}}.user-avatar-btn{margin-left:.5rem}.user-avatar{width:38px;height:38px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,var(--primary-color) 0%,#5a5de8 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;border:2px solid rgba(105,108,255,.3);box-shadow:0 2px 8px #696cff33}.user-avatar:hover{transform:scale(1.05);border-color:var(--primary-color);box-shadow:0 4px 12px #696cff4d}.dark-theme .user-avatar{background:linear-gradient(135deg,var(--primary-color) 0%,#5a5de8 100%);color:#fff;border:2px solid rgba(105,108,255,.5);box-shadow:0 0 15px #696cff4d}.dark-theme .user-avatar:hover{transform:scale(1.1) rotate(5deg);border-color:var(--primary-color);box-shadow:0 0 20px #696cff99}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar .avatar-text{color:#fff;font-weight:600;font-size:14px}.user-avatar .anticon{color:#fff;font-size:18px}.icon-wrapper{position:relative}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--bg-card);border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:1000;overflow:hidden;border:1px solid rgba(105,108,255,.2);animation:dropdownFadeIn .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dark-theme .dropdown-menu{box-shadow:0 8px 30px #00000080,0 0 20px #696cff33;border:1px solid rgba(105,108,255,.2)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:var(--primary-color);border-bottom:1px solid rgba(105,108,255,.2);background:#696cff0d}.dark-theme .dropdown-header{color:var(--primary-color);border-bottom:1px solid rgba(105,108,255,.2);background:#696cff0d}.dropdown-item{padding:.75rem 1rem;font-size:.875rem;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;position:relative}.dropdown-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:var(--casino-gold);transform:scaleY(0);transition:transform .3s ease}.dropdown-item:hover{background:#696cff1a;padding-left:1.25rem}.dropdown-item:hover:before{transform:scaleY(1);background:var(--primary-color)}.dropdown-item.active{background:#696cff26;color:var(--primary-color);font-weight:600}.dropdown-item.active .dropdown-icon{color:var(--primary-color)}.dropdown-item:not(:last-child){border-bottom:1px solid rgba(105,108,255,.1)}.dark-theme .dropdown-item:before{background:var(--primary-color)}.dark-theme .dropdown-item:hover{background:#696cff1a}.dark-theme .dropdown-item.active{background:#696cff26;color:var(--primary-color)}.dark-theme .dropdown-item.active .dropdown-icon{color:var(--primary-color)}.dark-theme .dropdown-item:not(:last-child){border-bottom:1px solid rgba(105,108,255,.1)}.dropdown-icon{width:18px;height:18px;color:var(--text-secondary);transition:all .3s ease}.dropdown-item:hover .dropdown-icon{color:var(--primary-color);transform:scale(1.1)}.dark-theme .dropdown-item:hover .dropdown-icon{color:var(--primary-color)}.user-dropdown{min-width:220px}.user-info .user-name{font-size:.9375rem;font-weight:600;color:#5e5873;margin-bottom:.25rem}.dark-theme .user-info .user-name{color:#e7eaf0}.user-info .user-email{font-size:.8125rem;color:#b4b7bd;margin-bottom:.5rem}.user-info .user-role{margin-top:.5rem}.user-info .role-badge{display:inline-block;padding:.25rem .5rem;background:linear-gradient(135deg,var(--primary-color) 0%,#5a5de8 100%);color:#fff;border-radius:6px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #696cff33;text-transform:uppercase;letter-spacing:.5px}.dark-theme .user-info .role-badge{background:linear-gradient(135deg,var(--primary-color) 0%,#5a5de8 100%);color:#fff;box-shadow:0 0 10px #696cff4d}.dropdown-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(105,108,255,.3),transparent);margin:.5rem 0}.dark-theme .dropdown-divider{background:linear-gradient(90deg,transparent,rgba(105,108,255,.3),transparent)}.layout{display:flex;min-height:100vh;background:transparent;position:relative;z-index:1}.layout-content{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}.main-content{flex:1;padding:2rem;background:transparent;position:relative;z-index:1;animation:fadeIn .6s ease-out}.page-header{animation:slideInUp .6s ease-out}.ant-card{animation:scaleIn .5s ease-out;background:var(--bg-card)!important;border:1px solid rgba(105,108,255,.1)!important;border-radius:12px!important;box-shadow:0 2px 8px #00000014!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.ant-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(105,108,255,.05),transparent);transition:left .5s}.ant-card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #0000001f!important;border-color:#696cff4d!important}.ant-card:hover:before{left:100%}.ant-card-head{background:#696cff0d!important;border-bottom:1px solid rgba(105,108,255,.1)!important}.ant-card-head-title{color:var(--primary-color)!important;font-weight:600!important}.dark-theme .ant-card{border:1px solid rgba(105,108,255,.1)!important;box-shadow:0 4px 20px #0000004d!important}.dark-theme .ant-card:before{background:linear-gradient(90deg,transparent,rgba(105,108,255,.1),transparent)}.dark-theme .ant-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #696cff33,var(--shadow-gold)!important;border-color:#696cff4d!important}.dark-theme .ant-card-head{background:#696cff1a!important;border-bottom:1px solid rgba(105,108,255,.2)!important}.dark-theme .ant-card-head-title{color:var(--primary-color)!important}.settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9998;animation:fadeIn .2s ease}.settings-panel{position:fixed;top:0;right:0;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 24px #00000026;z-index:9999;display:flex;flex-direction:column;animation:slideInRight .3s ease;overflow-y:auto}.dark-theme .settings-panel{background:#25293c}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.settings-header{padding:1.5rem;border-bottom:1px solid #e7eaf0;display:flex;justify-content:space-between;align-items:flex-start;position:sticky;top:0;background:#fff;z-index:10}.dark-theme .settings-header{background:#25293c;border-bottom-color:#ffffff1a}.settings-header-content{flex:1}.settings-header-content h3{font-size:1.125rem;font-weight:600;color:#5e5873;margin:0 0 .25rem}.dark-theme .settings-header-content h3{color:#e7eaf0}.settings-header-content p{font-size:.875rem;color:#b4b7bd;margin:0}.dark-theme .settings-header-content p{color:#fff9}.settings-header-actions{display:flex;gap:.5rem}.settings-icon-btn{width:32px;height:32px;border-radius:6px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#5e5873;transition:all .2s}.settings-icon-btn:hover{background:#f5f5f9}.dark-theme .settings-icon-btn{color:#e7eaf0}.dark-theme .settings-icon-btn:hover{background:#ffffff1a}.settings-icon-btn svg{width:18px;height:18px}.settings-content{flex:1;padding:1.5rem}.settings-section{margin-bottom:2rem}.settings-section:last-child{margin-bottom:0}.settings-section-label{margin-bottom:1rem}.section-badge{display:inline-block;padding:.375rem .75rem;background:var(--primary-color);color:#fff;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.settings-group{margin-bottom:1.5rem}.settings-group:last-child{margin-bottom:0}.settings-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#5e5873;margin-bottom:.75rem}.dark-theme .settings-label{color:#e7e3fce6}.settings-label .label-icon{width:16px;height:16px}.color-picker{display:flex;gap:.75rem;flex-wrap:wrap}.color-option{width:40px;height:40px;border-radius:8px;border:3px solid transparent;cursor:pointer;transition:all .2s;position:relative}.color-option:hover{transform:scale(1.1)}.color-option.active{border-color:var(--primary-color);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--primary-color)}.dark-theme .color-option.active{box-shadow:0 0 0 2px #25293c,0 0 0 4px var(--primary-color)}.mode-selector{display:flex;gap:.75rem}.mode-option{flex:1;padding:.75rem 1rem;border-radius:8px;border:1px solid #e7eaf0;background:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s;font-size:.875rem;color:#5e5873;font-weight:500}.dark-theme .mode-option{background:#ffffff0d;border-color:#ffffff1a;color:#e7e3fce6}.mode-option:hover{background:#f5f5f9;border-color:var(--primary-color)}.dark-theme .mode-option:hover{background:#ffffff1a}.mode-option.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 2px 8px rgba(var(--primary-color-rgb),.3)}.mode-option svg{width:18px;height:18px}.file-upload{display:flex;gap:.75rem;align-items:center}.file-upload-btn{flex:1;padding:.625rem 1rem;border-radius:8px;border:1px solid #e7eaf0;background:#fff;color:#5e5873;font-size:.875rem;cursor:pointer;text-align:center;transition:all .2s}.dark-theme .file-upload-btn{background:#ffffff0d;border-color:#ffffff1a;color:#e7e3fce6}.file-upload-btn:hover{background:#f5f5f9;border-color:var(--primary-color)}.dark-theme .file-upload-btn:hover{background:#ffffff1a}.file-remove-btn{padding:.625rem 1rem;border-radius:8px;border:1px solid #ea5455;background:transparent;color:#ea5455;font-size:.875rem;cursor:pointer;transition:all .2s}.file-remove-btn:hover{background:#ea5455;color:#fff}.file-remove-btn:disabled{opacity:.5;cursor:not-allowed}.file-upload-btn.loading{opacity:.7;cursor:wait}.settings-message{margin:1rem 1.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;animation:slideDown .3s ease}.settings-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.dark-theme .settings-message.success{background:#28c76f33;color:#28c76f;border-color:#28c76f4d}.settings-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.dark-theme .settings-message.error{background:#ea545533;color:#ea5455;border-color:#ea54554d}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.settings-button{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:var(--primary-color);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(var(--primary-color-rgb),.4);z-index:9999;transition:all .3s ease;pointer-events:auto;visibility:visible;opacity:1;margin:0;padding:0}.settings-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(var(--primary-color-rgb),.5);filter:brightness(.9)}.settings-button:active{transform:scale(.95)}.settings-button svg{width:24px;height:24px;color:#fff;flex-shrink:0}.add-transaction-page{max-width:1400px;margin:0 auto}.page-header{margin-bottom:2rem}.message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;font-weight:500}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.dark-theme .message.success{background:#28c76f33;color:#28c76f;border-color:#28c76f4d}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.dark-theme .message.error{background:#ea545533;color:#ea5455;border-color:#ea54554d}.transaction-form-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 1200px){.transaction-form-container{grid-template-columns:1fr}}.form-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d}.dark-theme .form-section{background:#25293c;box-shadow:0 2px 8px #0003}.form-section h2{font-size:1.5rem;font-weight:600;color:#5e5873;margin:0 0 1.5rem}.dark-theme .form-section h2{color:#e7eaf0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:500;color:#5e5873;margin-bottom:.5rem}.dark-theme .form-group label{color:#e7e3fce6}.form-group label .required{color:#ea5455}.form-group input,.form-group select{padding:.75rem 1rem;border:1px solid #e7eaf0;border-radius:8px;font-size:.9375rem;color:#5e5873;background:#fff;transition:all .2s}.dark-theme .form-group input,.dark-theme .form-group select{background:#ffffff0d;border-color:#ffffff1a;color:#e7eaf0}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)}.form-group input::placeholder,.form-group select::placeholder{color:#b4b7bd}.dark-theme .form-group input::placeholder,.dark-theme .form-group select::placeholder{color:#fff6}.form-group .hint{font-size:.75rem;color:#b4b7bd;margin-top:.25rem}.dark-theme .form-group .hint{color:#ffffff80}.calculated-values{background:#f5f5f9;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.dark-theme .calculated-values{background:#ffffff0d}.calculated-values h3{font-size:1rem;font-weight:600;color:#5e5873;margin:0 0 1rem}.dark-theme .calculated-values h3{color:#e7eaf0}.calculated-values .values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 768px){.calculated-values .values-grid{grid-template-columns:1fr}}.calculated-values .value-item{display:flex;flex-direction:column;gap:.5rem}.calculated-values .value-item .value-label{font-size:.75rem;font-weight:600;color:#b4b7bd;text-transform:uppercase;letter-spacing:.5px}.dark-theme .calculated-values .value-item .value-label{color:#ffffff80}.calculated-values .value-item .value-amount{font-size:1.25rem;font-weight:600;color:#5e5873}.dark-theme .calculated-values .value-item .value-amount{color:#e7eaf0}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.form-actions .save-buttons{display:flex;gap:1rem}.btn-clear,.btn-save-secondary,.btn-save-primary{padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:500;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.btn-clear:disabled,.btn-save-secondary:disabled,.btn-save-primary:disabled{opacity:.6;cursor:not-allowed}.btn-clear svg,.btn-save-secondary svg,.btn-save-primary svg{width:18px;height:18px}.btn-clear{background:#f5f5f9;color:#5e5873}.dark-theme .btn-clear{background:#ffffff1a;color:#e7eaf0}.btn-clear:hover:not(:disabled){background:#e7eaf0}.dark-theme .btn-clear:hover:not(:disabled){background:#ffffff26}.btn-save-secondary{background:#fff;color:var(--primary-color);border:1px solid var(--primary-color)}.dark-theme .btn-save-secondary{background:#ffffff0d}.btn-save-secondary:hover:not(:disabled){background:rgba(var(--primary-color-rgb),.1)}.btn-save-primary{background:var(--primary-color);color:#fff}.btn-save-primary:hover:not(:disabled){filter:brightness(.9)}.recent-transactions-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d;height:fit-content}.dark-theme .recent-transactions-section{background:#25293c;box-shadow:0 2px 8px #0003}.recent-transactions-section h2{font-size:1.5rem;font-weight:600;color:#5e5873;margin:0 0 1.5rem}.dark-theme .recent-transactions-section h2{color:#e7eaf0}.empty-state{text-align:center;padding:3rem 1rem;color:#b4b7bd}.dark-theme .empty-state{color:#ffffff80}.empty-state p{font-size:1rem;margin:0 0 .5rem}.empty-state .hint{font-size:.875rem;display:block;margin-top:.5rem}.transactions-list{display:flex;flex-direction:column;gap:1rem}.transaction-item{padding:1rem;background:#f5f5f9;border-radius:8px;border-left:3px solid var(--primary-color)}.dark-theme .transaction-item{background:#ffffff0d}.transaction-item .transaction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.transaction-item .transaction-header .transaction-date{font-size:.875rem;color:#b4b7bd}.dark-theme .transaction-item .transaction-header .transaction-date{color:#ffffff80}.transaction-item .transaction-header .transaction-type{font-size:.75rem;font-weight:600;color:var(--primary-color);background:rgba(var(--primary-color-rgb),.1);padding:.25rem .75rem;border-radius:4px}.transaction-item .transaction-details{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#5e5873}.dark-theme .transaction-item .transaction-details{color:#e7e3fce6}.transaction-item .transaction-details span{display:block}.transaction-history-page{max-width:100%;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:600;color:#5e5873;margin:0 0 .5rem}.dark-theme .page-header h1{color:#e7eaf0}.page-header p{font-size:1rem;color:#b4b7bd;margin:0}.dark-theme .page-header p{color:#fff9}.header-actions{display:flex;gap:1rem}.btn-filter-toggle{padding:.75rem 1.5rem;background:#fff;border:1px solid #e7eaf0;border-radius:8px;font-size:.9375rem;font-weight:500;color:#5e5873;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.dark-theme .btn-filter-toggle{background:#25293c;border-color:#ffffff1a;color:#e7eaf0}.btn-filter-toggle svg{width:18px;height:18px}.btn-filter-toggle:hover{background:#f5f5f9;border-color:var(--primary-color)}.dark-theme .btn-filter-toggle:hover{background:#ffffff0d}.filters-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.dark-theme .filters-section{background:#25293c;box-shadow:0 2px 8px #0003}.filters-section .filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filters-section .filters-header h3{font-size:1.125rem;font-weight:600;color:#5e5873;margin:0}.dark-theme .filters-section .filters-header h3{color:#e7eaf0}.filters-section .btn-clear-filters{padding:.5rem 1rem;background:transparent;border:1px solid #e7eaf0;border-radius:6px;font-size:.875rem;font-weight:500;color:#ea5455;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.dark-theme .filters-section .btn-clear-filters{border-color:#ea54554d;color:#ea5455}.filters-section .btn-clear-filters svg{width:16px;height:16px}.filters-section .btn-clear-filters:hover{background:#ea54551a;border-color:#ea5455}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}@media (max-width: 768px){.filters-grid{grid-template-columns:1fr}}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:500;color:#5e5873}.dark-theme .filter-group label{color:#e7e3fce6}.filter-group select,.filter-group input{padding:.75rem 1rem;border:1px solid #e7eaf0;border-radius:8px;font-size:.9375rem;color:#5e5873;background:#fff;transition:all .2s}.dark-theme .filter-group select,.dark-theme .filter-group input{background:#ffffff0d;border-color:#ffffff1a;color:#e7eaf0}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)}.filter-group .date-input-wrapper{position:relative}.filter-group .date-input-wrapper .calendar-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#b4b7bd;pointer-events:none}.dark-theme .filter-group .date-input-wrapper .calendar-icon{color:#ffffff80}.filter-group .date-input-wrapper input{padding-left:2.75rem;width:100%}.table-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.dark-theme .table-section{background:#25293c;box-shadow:0 2px 8px #0003}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e7eaf0}.dark-theme .table-header{border-color:#ffffff1a}.table-header .transaction-count{font-size:.9375rem;font-weight:500;color:#5e5873}.dark-theme .table-header .transaction-count{color:#e7eaf0}.table-header .export-buttons{display:flex;gap:.75rem}.btn-export{padding:.625rem 1.25rem;background:#fff;border:1px solid #e7eaf0;border-radius:8px;font-size:.875rem;font-weight:500;color:#5e5873;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.dark-theme .btn-export{background:#ffffff0d;border-color:#ffffff1a;color:#e7eaf0}.btn-export svg{width:16px;height:16px}.btn-export:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.table-container{overflow-x:auto}.loading-state,.empty-state{padding:4rem 2rem;text-align:center;color:#b4b7bd}.dark-theme .loading-state,.dark-theme .empty-state{color:#ffffff80}.loading-state p,.empty-state p{font-size:1rem;margin:0 0 .5rem}.loading-state span,.empty-state span{font-size:.875rem;display:block}.spinner{width:40px;height:40px;border:4px solid #e7eaf0;border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.dark-theme .spinner{border-color:#ffffff1a}.transactions-table{width:100%;border-collapse:collapse;font-size:.9375rem}.transactions-table thead tr{border-bottom:2px solid #e7eaf0}.dark-theme .transactions-table thead tr{border-color:#ffffff1a}.transactions-table thead th{padding:1rem .75rem;text-align:left;font-weight:600;color:#5e5873;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.dark-theme .transactions-table thead th{color:#e7eaf0}.transactions-table thead th.text-right{text-align:right}.transactions-table thead th.checkbox-col{width:50px;text-align:center}.transactions-table thead th input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-color)}.transactions-table tbody tr{border-bottom:1px solid #e7eaf0;transition:background-color .2s}.dark-theme .transactions-table tbody tr{border-color:#ffffff0d}.transactions-table tbody tr:hover{background:#f5f5f9}.dark-theme .transactions-table tbody tr:hover{background:#ffffff08}.transactions-table tbody tr:last-child{border-bottom:none}.transactions-table tbody td{padding:1rem .75rem;color:#5e5873}.dark-theme .transactions-table tbody td{color:#e7e3fce6}.transactions-table tbody td.text-right{text-align:right}.transactions-table tbody td.checkbox-col{text-align:center;width:50px}.transactions-table tbody td.checkbox-col input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-color)}.transactions-table tbody td.date-cell{white-space:nowrap;font-family:Courier New,monospace;font-size:.875rem}.transactions-table tbody td.customer-cell,.transactions-table tbody td.casino-cell{font-weight:500}.transactions-table tbody td.number-cell{font-family:Courier New,monospace;font-weight:500}.transactions-table tbody td.number-cell.positive{color:#28c76f}.transactions-table tbody td.number-cell.negative{color:#ea5455}.transactions-table tbody td.currency-cell{font-family:Courier New,monospace;font-weight:600}.transactions-table tbody td.currency-cell.positive{color:#28c76f}.transactions-table tbody td.currency-cell.negative{color:#ea5455}.transactions-table tbody td.ratio-cell{font-family:Courier New,monospace;color:#b4b7bd}.dark-theme .transactions-table tbody td.ratio-cell{color:#ffffff80}.transactions-table tbody td.total-cell{font-family:Courier New,monospace;font-weight:600;font-size:1rem}.type-badge{display:inline-block;padding:.25rem .75rem;background:rgba(var(--primary-color-rgb),.1);color:var(--primary-color);border-radius:6px;font-size:.8125rem;font-weight:500}.high-sc-report-page{max-width:100%;margin:0 auto;background:#f5f5f9;min-height:100vh}.dark-theme .high-sc-report-page{background:#1e1e2e}.layout{display:block}.report-settings-card{margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border-radius:12px}.dark-theme .report-settings-card{background:#25293c;border-color:#ffffff1a}.report-settings-card .ant-card-head{border-bottom:1px solid #e7eaf0}.dark-theme .report-settings-card .ant-card-head{border-color:#ffffff1a}.report-settings-card .ant-card-body{padding:1.5rem}.dark-theme .ant-input{background:#ffffff0d;border-color:#ffffff1a;color:#e7eaf0}.dark-theme .ant-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}.dark-theme .ant-statistic-title{color:#ffffffa6}.dark-theme .ant-statistic-content{color:#e7eaf0}.profitability-report-page{max-width:100%;margin:0 auto;background:#f5f5f9;min-height:100vh}.dark-theme .profitability-report-page{background:#1e1e2e}.page-header-section{margin-bottom:1.5rem}.page-header-section h2{color:#5e5873;margin-bottom:.5rem}.dark-theme .page-header-section h2{color:#e7eaf0}.report-filters-card{margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border-radius:12px}.dark-theme .report-filters-card{background:#25293c;border-color:#ffffff1a}.report-filters-card .ant-card-head{border-bottom:1px solid #e7eaf0}.dark-theme .report-filters-card .ant-card-head{border-color:#ffffff1a}.report-filters-card .ant-card-body{padding:1.5rem}.summary-stats-row{margin-bottom:1.5rem}.summary-card{box-shadow:0 2px 8px #00000014;border-radius:12px;text-align:center}.dark-theme .summary-card{background:#25293c;border-color:#ffffff1a}.summary-card .ant-card-body{padding:1.5rem}.summary-card .ant-statistic-title{font-size:14px;font-weight:500;color:#5e5873;margin-bottom:.5rem}.dark-theme .summary-card .ant-statistic-title{color:#ffffffa6}.summary-card .ant-statistic-content{font-weight:600}.profit-loss-card .ant-statistic-content,.profitable-card .ant-statistic-content,.loss-making-card .ant-statistic-content,.total-entries-card .ant-statistic-content{font-size:24px}.report-table-card{box-shadow:0 2px 8px #00000014;border-radius:12px}.dark-theme .report-table-card{background:#25293c;border-color:#ffffff1a}.report-table-card .ant-card-head{border-bottom:1px solid #e7eaf0}.dark-theme .report-table-card .ant-card-head{border-color:#ffffff1a}.dark-theme .report-table-card .ant-table{background:transparent}.report-table-card .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#5e5873;border-bottom:2px solid #e7eaf0}.dark-theme .report-table-card .ant-table .ant-table-thead>tr>th{background:#ffffff08;color:#e7eaf0;border-color:#ffffff1a}.report-table-card .ant-table .ant-table-tbody>tr{transition:all .2s}.report-table-card .ant-table .ant-table-tbody>tr:hover{background:#f5f5f9}.dark-theme .report-table-card .ant-table .ant-table-tbody>tr:hover{background:#ffffff0d}.report-table-card .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #e7eaf0}.dark-theme .report-table-card .ant-table .ant-table-tbody>tr>td{border-color:#ffffff0d;color:#e7e3fce6}.report-table-card .ant-pagination{margin-top:1.5rem}.dark-theme .report-table-card .ant-pagination .ant-pagination-item{background:#ffffff0d;border-color:#ffffff1a}.dark-theme .report-table-card .ant-pagination .ant-pagination-item a{color:#e7eaf0}.dark-theme .report-table-card .ant-pagination .ant-pagination-item:hover{border-color:var(--primary-color)}.dark-theme .report-table-card .ant-pagination .ant-pagination-item-active{background:var(--primary-color);border-color:var(--primary-color)}.dark-theme .report-table-card .ant-pagination .ant-pagination-item-active a{color:#fff}.dark-theme .ant-select-selector,.dark-theme .ant-picker{background:#ffffff0d!important;border-color:#ffffff1a!important;color:#e7eaf0!important}.dark-theme .ant-select-selector:focus,.dark-theme .ant-select-selector:hover,.dark-theme .ant-picker:focus,.dark-theme .ant-picker:hover{border-color:var(--primary-color)!important}.dark-theme .ant-select-selection-item,.dark-theme .ant-picker-input>input{color:#e7eaf0!important}.customers-page{max-width:100%;margin:0 auto;background:transparent;min-height:100vh;animation:fadeIn .6s ease-out}.customers-card{box-shadow:0 2px 8px #0000001a!important;border-radius:16px!important;border:1px solid rgba(105,108,255,.2)!important;background:var(--bg-card)!important;animation:scaleIn .5s ease-out;transition:all .3s ease}.customers-card:hover{box-shadow:0 4px 16px #00000026!important}.customers-card .ant-card-body{padding:1.5rem}.dark-theme .customers-card{box-shadow:0 4px 20px #0000004d,0 0 20px #696cff1a!important;border:1px solid rgba(105,108,255,.2)!important}.dark-theme .customers-card:hover{box-shadow:0 8px 30px #0006,0 0 30px #696cff33!important}.card-header .tabs-section .tab-active{color:var(--primary-color)!important;font-weight:600;border-bottom:2px solid var(--primary-color);border-radius:0;padding:.5rem 1rem}.dark-theme .card-header .tabs-section .tab-active{color:var(--primary-color)!important;border-bottom:2px solid var(--primary-color)}.users-page{max-width:100%;margin:0 auto;background:#f5f5f9;min-height:100vh}.dark-theme .users-page{background:#1e1e2e}.users-card{box-shadow:0 2px 8px #00000014;border-radius:12px}.dark-theme .users-card{background:#25293c;border-color:#ffffff1a}.users-card .ant-card-body{padding:1.5rem}.dark-theme .ant-table{background:transparent}.ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#5e5873;border-bottom:2px solid #e7eaf0}.dark-theme .ant-table .ant-table-thead>tr>th{background:#ffffff08;color:#e7eaf0;border-color:#ffffff1a}.ant-table .ant-table-tbody>tr{transition:all .2s}.ant-table .ant-table-tbody>tr:hover{background:#f5f5f9}.dark-theme .ant-table .ant-table-tbody>tr:hover{background:#ffffff0d}.ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #e7eaf0}.dark-theme .ant-table .ant-table-tbody>tr>td{border-color:#ffffff0d;color:#e7e3fce6}.ant-pagination{margin-top:1.5rem}.dark-theme .ant-pagination .ant-pagination-item{background:#ffffff0d;border-color:#ffffff1a}.dark-theme .ant-pagination .ant-pagination-item a{color:#e7eaf0}.dark-theme .ant-pagination .ant-pagination-item:hover{border-color:var(--primary-color)}.dark-theme .ant-pagination .ant-pagination-item-active{background:var(--primary-color);border-color:var(--primary-color)}.dark-theme .ant-pagination .ant-pagination-item-active a{color:#fff}.transaction-types-page{max-width:100%;margin:0 auto;background:#f5f5f9;min-height:100vh}.dark-theme .transaction-types-page{background:#1e1e2e}.page-header{margin-bottom:1.5rem}.page-header h2{color:#5e5873;margin-bottom:.5rem}.dark-theme .page-header h2{color:#e7eaf0}.filters-card,.types-card{box-shadow:0 2px 8px #00000014;border-radius:12px;margin-bottom:1.5rem}.dark-theme .filters-card,.dark-theme .types-card{background:#25293c;border-color:#ffffff1a}.filters-card .ant-card-body,.types-card .ant-card-body{padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e7eaf0}.dark-theme .card-header{border-color:#ffffff1a}.types-list{display:flex;flex-direction:column;gap:1rem}.type-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e7eaf0;transition:all .2s}.dark-theme .type-item{background:#ffffff08;border-color:#ffffff1a}.type-item:hover{box-shadow:0 2px 8px #0000001a;border-color:var(--primary-color)}.dark-theme .type-item:hover{box-shadow:0 2px 8px #0000004d}.type-item .type-info{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.dark-theme .ant-card{background:#25293c;border-color:#ffffff1a}.dark-theme .ant-input,.dark-theme .ant-select-selector{background:#ffffff0d!important;border-color:#ffffff1a!important;color:#e7eaf0!important}.dark-theme .ant-input:focus,.dark-theme .ant-input:hover,.dark-theme .ant-select-selector:focus,.dark-theme .ant-select-selector:hover{border-color:var(--primary-color)!important}.dark-theme .ant-select-selection-item{color:#e7eaf0!important}.dark-theme .ant-btn-primary{background:var(--primary-color);border-color:var(--primary-color)}.dark-theme .ant-btn-primary:hover{filter:brightness(1.1)}.casinos-page{max-width:100%;margin:0 auto;background:transparent;min-height:100vh;animation:fadeIn .6s ease-out}.page-header{margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(105,108,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInUp .6s ease-out}.page-header h2{color:var(--primary-color)!important;margin-bottom:.5rem}.dark-theme .page-header{background:#696cff0d;border:1px solid rgba(105,108,255,.2)}.dark-theme .page-header h2{color:var(--primary-color)!important}.casinos-card{box-shadow:0 2px 8px #0000001a!important;border-radius:16px!important;border:1px solid rgba(105,108,255,.2)!important;background:var(--bg-card)!important;animation:scaleIn .5s ease-out;transition:all .3s ease}.casinos-card:hover{box-shadow:0 4px 16px #00000026!important}.dark-theme .casinos-card{box-shadow:0 4px 20px #0000004d,0 0 20px #696cff1a!important;border:1px solid rgba(105,108,255,.2)!important}.dark-theme .casinos-card:hover{box-shadow:0 8px 30px #0006,0 0 30px #696cff33!important}.casinos-card .ant-card-body{padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(105,108,255,.2)}.dark-theme .card-header{border-bottom:1px solid rgba(105,108,255,.2)}.participation-page{max-width:1400px;margin:0 auto}.participation-page .page-header{margin-bottom:2rem}.participation-page .report-settings-card,.participation-page .stats-row{margin-bottom:1.5rem}.participation-page .missing-registrations-card .missing-registrations-list .customer-registration-card .customer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.participation-page .missing-registrations-card .missing-registrations-list .customer-registration-card .customer-header{flex-direction:column}}.participation-page .missing-registrations-card .missing-registrations-list .customer-registration-card .missing-casinos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.participation-page .missing-registrations-card .missing-registrations-list .customer-registration-card .missing-casinos-grid .casino-checkbox-item{padding:.5rem;border:1px solid #f0f0f0;border-radius:4px;transition:all .2s}.participation-page .missing-registrations-card .missing-registrations-list .customer-registration-card .missing-casinos-grid .casino-checkbox-item:hover{background-color:#fafafa;border-color:#d9d9d9}.participation-page .missing-registrations-card .missing-registrations-list .customer-registration-card .missing-casinos-grid .casino-checkbox-item :global(.ant-checkbox-wrapper){width:100%;font-size:14px}@media (max-width: 768px){.participation-page{padding:1rem}}.dashboard-page{max-width:1600px;margin:0 auto;position:relative;z-index:1}.dashboard-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(105,108,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInUp .6s ease-out}.dashboard-page .page-header h2{color:var(--primary-color)!important;margin:0!important}.dashboard-page .page-header .ant-typography-secondary{color:var(--text-secondary)!important}.dashboard-page .page-header .anticon{color:var(--primary-color);transition:all .3s ease;padding:.5rem;border-radius:8px;background:#696cff1a;cursor:pointer}.dashboard-page .page-header .anticon:hover{background:#696cff33;transform:rotate(180deg);box-shadow:0 0 15px #696cff4d}.dark-theme .dashboard-page .page-header{background:#696cff0d;border:1px solid rgba(105,108,255,.2)}.dark-theme .dashboard-page .page-header h2{color:var(--primary-color)!important}.dark-theme .dashboard-page .page-header .anticon{color:var(--primary-color);background:#696cff1a}.dark-theme .dashboard-page .page-header .anticon:hover{background:#696cff33;box-shadow:0 0 15px #696cff66}@media (max-width: 768px){.dashboard-page .page-header{flex-direction:column;align-items:flex-start;gap:1rem}}.dashboard-page .stats-row{margin-bottom:1.5rem}.dashboard-page .stat-card{border-radius:16px!important;border:1px solid rgba(105,108,255,.2)!important;box-shadow:0 2px 8px #0000001a!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;overflow:hidden;background:var(--bg-card)!important;position:relative;animation:scaleIn .5s ease-out;animation-fill-mode:both}.dashboard-page .stat-card:nth-child(1){animation-delay:.1s}.dashboard-page .stat-card:nth-child(2){animation-delay:.2s}.dashboard-page .stat-card:nth-child(3){animation-delay:.3s}.dashboard-page .stat-card:nth-child(4){animation-delay:.4s}.dashboard-page .stat-card:nth-child(5){animation-delay:.5s}.dashboard-page .stat-card:nth-child(6){animation-delay:.6s}.dashboard-page .stat-card:nth-child(7){animation-delay:.7s}.dashboard-page .stat-card:nth-child(8){animation-delay:.8s}.dashboard-page .stat-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(105,108,255,.05),transparent);transition:left .6s;z-index:1}.dashboard-page .stat-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 4px 16px #00000026!important;border-color:#696cff66!important}.dashboard-page .stat-card:hover:before{left:100%}.dashboard-page .stat-card :global(.ant-card-body){padding:1.5rem!important;position:relative;background:transparent!important;z-index:2}.dashboard-page .stat-card :global(.ant-card-body):after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),#5a5de8);z-index:1;border-radius:16px 16px 0 0}.dashboard-page .stat-card.stat-card-purple :global(.ant-card-body):after{background:linear-gradient(90deg,var(--primary-color),#5a5de8)}.dashboard-page .stat-card.stat-card-purple :global(.ant-statistic-title){color:var(--text-secondary)!important}.dashboard-page .stat-card.stat-card-purple :global(.ant-statistic-content){color:var(--primary-color)!important}.dashboard-page .stat-card.stat-card-purple :global(.anticon){color:var(--primary-color)!important}.dashboard-page .stat-card.stat-card-green :global(.ant-card-body):after{background:linear-gradient(90deg,#71dd37,#5cb82a)}.dashboard-page .stat-card.stat-card-green :global(.ant-statistic-content){color:#71dd37!important}.dashboard-page .stat-card.stat-card-green :global(.anticon){color:#71dd37!important}.dashboard-page .stat-card.stat-card-cyan :global(.ant-card-body):after,.dashboard-page .stat-card.stat-card-blue :global(.ant-card-body):after{background:linear-gradient(90deg,#03c3ec,#02a8c7)}.dashboard-page .stat-card.stat-card-cyan :global(.ant-statistic-content),.dashboard-page .stat-card.stat-card-blue :global(.ant-statistic-content){color:#03c3ec!important}.dashboard-page .stat-card.stat-card-cyan :global(.anticon),.dashboard-page .stat-card.stat-card-blue :global(.anticon){color:#03c3ec!important}.dashboard-page .stat-card.stat-card-amber :global(.ant-card-body):after,.dashboard-page .stat-card.stat-card-orange :global(.ant-card-body):after{background:linear-gradient(90deg,#ffab00,#f59e0b)}.dashboard-page .stat-card.stat-card-amber :global(.ant-statistic-content),.dashboard-page .stat-card.stat-card-orange :global(.ant-statistic-content){color:#ffab00!important;font-weight:700}.dashboard-page .stat-card.stat-card-amber :global(.anticon),.dashboard-page .stat-card.stat-card-orange :global(.anticon){color:#ffab00!important}.dashboard-page .stat-card.stat-card-red :global(.ant-card-body):after{background:linear-gradient(90deg,#ff3e1d,#ea5455)}.dashboard-page .stat-card.stat-card-red :global(.ant-statistic-content){color:#ff3e1d!important}.dashboard-page .stat-card.stat-card-red :global(.anticon){color:#ff3e1d!important}.dark-theme .dashboard-page .stat-card{border:1px solid rgba(105,108,255,.2)!important;box-shadow:0 4px 20px #0000004d,0 0 20px #696cff1a!important}.dark-theme .dashboard-page .stat-card:before{background:linear-gradient(90deg,transparent,rgba(105,108,255,.1),transparent)}.dark-theme .dashboard-page .stat-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 40px #0006,0 0 30px #696cff4d!important;border-color:#696cff80!important}.dark-theme .dashboard-page .stat-card :global(.ant-card-body):after{background:linear-gradient(90deg,var(--primary-color),#5a5de8);box-shadow:0 0 10px #696cff80}.dark-theme .dashboard-page .stat-card.stat-card-purple :global(.ant-card-body):after{background:linear-gradient(90deg,var(--primary-color),#5a5de8)}.dark-theme .dashboard-page .stat-card.stat-card-purple :global(.ant-statistic-content){color:var(--primary-color)!important}.dark-theme .dashboard-page .stat-card.stat-card-purple :global(.anticon){color:var(--primary-color)!important}.dark-theme .dashboard-page .stat-card.stat-card-green :global(.ant-card-body):after{background:linear-gradient(90deg,var(--casino-green),#00CC66)}.dark-theme .dashboard-page .stat-card.stat-card-green :global(.ant-statistic-content){color:var(--casino-green)!important;text-shadow:0 0 10px rgba(0,255,127,.3)}.dark-theme .dashboard-page .stat-card.stat-card-green :global(.anticon){color:var(--casino-green)!important;filter:drop-shadow(0 0 5px rgba(0,255,127,.5))}.dark-theme .dashboard-page .stat-card.stat-card-cyan :global(.ant-card-body):after,.dark-theme .dashboard-page .stat-card.stat-card-blue :global(.ant-card-body):after{background:linear-gradient(90deg,var(--casino-blue),#0099CC)}.dark-theme .dashboard-page .stat-card.stat-card-cyan :global(.ant-statistic-content),.dark-theme .dashboard-page .stat-card.stat-card-blue :global(.ant-statistic-content){color:var(--casino-blue)!important;text-shadow:0 0 10px rgba(0,206,209,.3)}.dark-theme .dashboard-page .stat-card.stat-card-cyan :global(.anticon),.dark-theme .dashboard-page .stat-card.stat-card-blue :global(.anticon){color:var(--casino-blue)!important;filter:drop-shadow(0 0 5px rgba(0,206,209,.5))}.dark-theme .dashboard-page .stat-card.stat-card-amber :global(.ant-card-body):after,.dark-theme .dashboard-page .stat-card.stat-card-orange :global(.ant-card-body):after{background:linear-gradient(90deg,var(--primary-color),#5a5de8)}.dark-theme .dashboard-page .stat-card.stat-card-amber :global(.ant-statistic-content),.dark-theme .dashboard-page .stat-card.stat-card-orange :global(.ant-statistic-content){color:var(--primary-color)!important;font-weight:700}.dark-theme .dashboard-page .stat-card.stat-card-amber :global(.anticon),.dark-theme .dashboard-page .stat-card.stat-card-orange :global(.anticon){color:var(--primary-color)!important}.dark-theme .dashboard-page .stat-card.stat-card-red :global(.ant-card-body):after{background:linear-gradient(90deg,var(--casino-red),var(--casino-red-dark))}.dark-theme .dashboard-page .stat-card.stat-card-red :global(.ant-statistic-content){color:var(--casino-red-light)!important;text-shadow:0 0 10px rgba(220,20,60,.3)}.dark-theme .dashboard-page .stat-card.stat-card-red :global(.anticon){color:var(--casino-red)!important;filter:drop-shadow(0 0 5px rgba(220,20,60,.5))}.dashboard-page .charts-row{margin-bottom:1.5rem}.dashboard-page .charts-row .chart-card{animation:scaleIn .6s ease-out}.dashboard-page .charts-row .chart-card :global(.ant-card-body){padding:1.5rem}.dashboard-page .charts-row .chart-card:hover{transform:translateY(-5px)}.dashboard-page .tables-row{margin-bottom:1.5rem;animation:fadeIn .8s ease-out}.recharts-wrapper .recharts-cartesian-grid-horizontal line,.recharts-wrapper .recharts-cartesian-grid-vertical line{stroke:#696cff1a}.recharts-wrapper .recharts-text{fill:var(--text-secondary)}.recharts-wrapper .recharts-legend-wrapper .recharts-legend-item-text{color:var(--text-primary)!important}@media (max-width: 768px){.dashboard-page{padding:1rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f9;padding:2rem}.dark-theme .auth-page{background:#1e1e2e}.auth-container{width:100%;max-width:450px}.auth-card{border-radius:12px;box-shadow:0 4px 12px #0000001a}.dark-theme .auth-card{background:#25293c;border-color:#ffffff1a;box-shadow:0 4px 12px #0000004d}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{margin-bottom:.5rem;color:#5e5873}.dark-theme .auth-header h2{color:#e7eaf0}.auth-form .ant-input,.auth-form .ant-input-password{border-radius:8px}.dark-theme .auth-form :global(.ant-input),.dark-theme .auth-form :global(.ant-input-password){background:#ffffff0d;border-color:#ffffff1a;color:#e7eaf0}.dark-theme .auth-form :global(.ant-input):focus,.dark-theme .auth-form :global(.ant-input):hover,.dark-theme .auth-form :global(.ant-input-password):focus,.dark-theme .auth-form :global(.ant-input-password):hover{border-color:var(--primary-color)}.dark-theme .auth-form :global(.ant-input-prefix){color:#e7eaf0a6}.forgot-password-link{float:right;color:var(--primary-color);text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.auth-footer{text-align:center;margin-top:1rem}.auth-link{color:var(--primary-color);font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}@media (max-width: 768px){.auth-page{padding:1rem}.auth-container{max-width:100%}}.profile-page{max-width:1400px;margin:0 auto}.profile-page .profile-header{margin-bottom:2rem}.profile-page .profile-header h2{margin-bottom:.5rem;color:#5e5873}.dark-theme .profile-page .profile-header h2{color:#e7eaf0}.dark-theme .profile-info-card{background:#25293c;border-color:#ffffff1a}.profile-avatar-section{text-align:center;padding:1rem 0}.profile-avatar-section .avatar-upload-wrapper{position:relative;display:inline-block;margin-bottom:1rem;cursor:pointer;transition:all .3s ease}.profile-avatar-section .avatar-upload-wrapper:hover{transform:scale(1.02)}.profile-avatar-section .avatar-upload-wrapper .profile-avatar{background:var(--primary-color);font-size:48px;font-weight:700;border:4px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #00000026;transition:all .3s ease;cursor:pointer}.dark-theme .profile-avatar-section .avatar-upload-wrapper .profile-avatar{border-color:#ffffff4d}.profile-avatar-section .avatar-upload-wrapper .profile-avatar:hover{opacity:.9;box-shadow:0 6px 16px #0003}.profile-avatar-section .avatar-upload-wrapper .avatar-upload-button{position:absolute;bottom:5px;right:5px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040;border:3px solid #fff;background:var(--primary-color)!important;z-index:10;transition:all .3s ease;cursor:pointer}.dark-theme .profile-avatar-section .avatar-upload-wrapper .avatar-upload-button{border-color:#fff;background:var(--primary-color)!important}.profile-avatar-section .avatar-upload-wrapper .avatar-upload-button:hover{transform:scale(1.15);box-shadow:0 6px 20px #696cff80;background:#5a5de8!important}.profile-avatar-section .avatar-upload-wrapper .avatar-upload-button:active{transform:scale(1.05)}.profile-avatar-section .avatar-upload-wrapper .avatar-upload-button .anticon{font-size:20px;color:#fff;z-index:11}.profile-avatar-section .avatar-upload-wrapper .avatar-upload-button .upload-spinner{position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.profile-avatar-section .avatar-upload-wrapper:hover .profile-avatar{opacity:.9}@keyframes spin{to{transform:rotate(360deg)}}.profile-avatar-section h4{color:#5e5873}.dark-theme .profile-avatar-section h4{color:#e7eaf0}.profile-stats .stat-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.dark-theme .profile-stats .stat-item{border-bottom-color:#ffffff1a}.profile-stats .stat-item:last-child{border-bottom:none}.profile-stats .stat-item :global(.ant-typography){color:#5e5873}.dark-theme .profile-stats .stat-item :global(.ant-typography){color:#e7eaf0}.dark-theme .profile-edit-card,.dark-theme .profile-password-card{background:#25293c;border-color:#ffffff1a}.dark-theme .profile-edit-card :global(.ant-card-head-title),.dark-theme .profile-password-card :global(.ant-card-head-title){color:#e7eaf0}.dark-theme .profile-edit-card :global(.ant-input),.dark-theme .profile-edit-card :global(.ant-input-password),.dark-theme .profile-password-card :global(.ant-input),.dark-theme .profile-password-card :global(.ant-input-password){background:#ffffff0d;border-color:#ffffff1a;color:#e7eaf0}.dark-theme .profile-edit-card :global(.ant-input):focus,.dark-theme .profile-edit-card :global(.ant-input):hover,.dark-theme .profile-edit-card :global(.ant-input-password):focus,.dark-theme .profile-edit-card :global(.ant-input-password):hover,.dark-theme .profile-password-card :global(.ant-input):focus,.dark-theme .profile-password-card :global(.ant-input):hover,.dark-theme .profile-password-card :global(.ant-input-password):focus,.dark-theme .profile-password-card :global(.ant-input-password):hover{border-color:var(--primary-color)}.dark-theme .profile-edit-card :global(.ant-input-prefix),.dark-theme .profile-password-card :global(.ant-input-prefix){color:#e7eaf0a6}.dark-theme .profile-edit-card :global(.ant-form-item-label>label),.dark-theme .profile-password-card :global(.ant-form-item-label>label){color:#e7eaf0}@media (max-width: 768px){.profile-page{padding:1rem}}.ant-btn{border-radius:8px!important;font-weight:500!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.ant-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.ant-btn:hover:before{width:300px;height:300px}.ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #696cff4d!important}.ant-btn:active{transform:translateY(0) scale(.98)}.dark-theme .ant-btn:hover{box-shadow:0 4px 15px #696cff4d!important}.ant-btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,#5a5de8 100%)!important;border:none!important;color:#fff!important;font-weight:600!important;box-shadow:0 4px 15px #696cff4d!important}.ant-btn-primary:hover{background:linear-gradient(135deg,#7a7dff 0%,var(--primary-color) 100%)!important;box-shadow:0 6px 20px #696cff66!important;color:#fff!important}.ant-btn-primary:active{background:linear-gradient(135deg,#5a5de8 0%,var(--primary-color) 100%)!important}.dark-theme .ant-btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,#5a5de8 100%)!important;color:#fff!important;box-shadow:0 4px 15px #696cff4d!important}.dark-theme .ant-btn-primary:hover{background:linear-gradient(135deg,#7a7dff 0%,var(--primary-color) 100%)!important;box-shadow:0 6px 20px #696cff66!important;color:#fff!important}.dark-theme .ant-btn-primary:active{background:linear-gradient(135deg,#5a5de8 0%,var(--primary-color) 100%)!important}.ant-btn-danger{background:linear-gradient(135deg,var(--casino-red) 0%,var(--casino-red-dark) 100%)!important;border:none!important;box-shadow:0 4px 15px #dc143c4d!important}.ant-btn-danger:hover{background:linear-gradient(135deg,var(--casino-red-light) 0%,var(--casino-red) 100%)!important;box-shadow:0 6px 20px #dc143c80!important}.ant-btn-default{background:var(--bg-card)!important;border:1px solid rgba(105,108,255,.3)!important;color:var(--text-primary)!important}.ant-btn-default:hover{border-color:var(--primary-color)!important;color:var(--primary-color)!important;background:#696cff1a!important}.dark-theme .ant-btn-default{border:1px solid rgba(105,108,255,.3)!important}.dark-theme .ant-btn-default:hover{border-color:var(--primary-color)!important;color:var(--primary-color)!important;background:#696cff1a!important}.ant-table{background:var(--bg-card)!important;border-radius:12px!important;overflow:hidden}.ant-table .ant-table-thead>tr>th{background:#696cff0d!important;border-bottom:2px solid rgba(105,108,255,.2)!important;color:var(--primary-color)!important;font-weight:600!important;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px}.ant-table .ant-table-tbody>tr{transition:all .3s ease}.ant-table .ant-table-tbody>tr:hover{background:#696cff0d!important;transform:scale(1.01)}.ant-table .ant-table-tbody>tr>td{border-bottom:1px solid rgba(105,108,255,.1)!important;color:var(--text-primary)!important}.ant-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#696cff1a!important}.dark-theme .ant-table .ant-table-thead>tr>th{background:#696cff1a!important;border-bottom:2px solid rgba(105,108,255,.3)!important;color:var(--primary-color)!important}.dark-theme .ant-table .ant-table-tbody>tr:hover{background:#696cff0d!important}.dark-theme .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid rgba(105,108,255,.1)!important}.dark-theme .ant-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#696cff26!important}.ant-input,.ant-input-password,.ant-select-selector{background:#fff!important;border:1px solid rgba(105,108,255,.3)!important;border-radius:8px!important;color:var(--text-primary)!important;transition:all .3s ease!important}.ant-input:hover,.ant-input-password:hover,.ant-select-selector:hover{background:#fff!important;border-color:#696cff80!important}.ant-input:focus,.ant-input.ant-input-focused,.ant-input.ant-select-focused .ant-select-selector,.ant-input-password:focus,.ant-input-password.ant-input-focused,.ant-input-password.ant-select-focused .ant-select-selector,.ant-select-selector:focus,.ant-select-selector.ant-input-focused,.ant-select-selector.ant-select-focused .ant-select-selector{background:#fff!important;border-color:var(--primary-color)!important;box-shadow:0 0 15px #696cff33!important}.dark-theme .ant-input,.dark-theme .ant-input-password,.dark-theme .ant-select-selector{background:#2a2a2a!important;border:1px solid rgba(105,108,255,.3)!important}.dark-theme .ant-input:hover,.dark-theme .ant-input-password:hover,.dark-theme .ant-select-selector:hover{background:#2a2a2a!important;border-color:#696cff80!important}.dark-theme .ant-input:focus,.dark-theme .ant-input.ant-input-focused,.dark-theme .ant-input.ant-select-focused .ant-select-selector,.dark-theme .ant-input-password:focus,.dark-theme .ant-input-password.ant-input-focused,.dark-theme .ant-input-password.ant-select-focused .ant-select-selector,.dark-theme .ant-select-selector:focus,.dark-theme .ant-select-selector.ant-input-focused,.dark-theme .ant-select-selector.ant-select-focused .ant-select-selector{background:#2a2a2a!important;border-color:var(--primary-color)!important;box-shadow:0 0 15px #696cff4d!important}.ant-input-affix-wrapper{background:#fff!important;border:1px solid rgba(105,108,255,.3)!important;border-radius:8px!important;transition:all .3s ease!important}.ant-input-affix-wrapper:hover{background:#fff!important;border-color:#696cff80!important}.ant-input-affix-wrapper.ant-input-affix-wrapper-focused{background:#fff!important;border-color:var(--primary-color)!important;box-shadow:0 0 15px #696cff33!important}.ant-input-affix-wrapper .ant-input{background:transparent!important;border:none!important;box-shadow:none!important}.ant-input-affix-wrapper .ant-input-prefix{color:var(--primary-color);margin-right:8px}.dark-theme .ant-input-affix-wrapper{background:#2a2a2a!important;border:1px solid rgba(105,108,255,.3)!important}.dark-theme .ant-input-affix-wrapper:hover{background:#2a2a2a!important;border-color:#696cff80!important}.dark-theme .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{background:#2a2a2a!important;border-color:var(--primary-color)!important;box-shadow:0 0 15px #696cff4d!important}.dark-theme .ant-input-affix-wrapper .ant-input-prefix{color:var(--primary-color)}.ant-input::placeholder{color:var(--text-muted)!important}.ant-select-dropdown{background:var(--bg-card)!important;border:1px solid rgba(105,108,255,.2)!important;box-shadow:0 4px 12px #00000026!important;z-index:1050!important}.ant-select-dropdown .ant-select-item{color:var(--text-primary)!important;transition:all .3s ease}.ant-select-dropdown .ant-select-item:hover{background:#696cff1a!important}.ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background:#696cff26!important;color:var(--primary-color)!important;font-weight:600}.dark-theme .ant-select-dropdown{border:1px solid rgba(105,108,255,.2)!important;box-shadow:0 8px 30px #00000080,0 0 20px #696cff33!important}.dark-theme .ant-select-dropdown .ant-select-item:hover{background:#696cff1a!important}.dark-theme .ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background:#696cff33!important;color:var(--primary-color)!important}.ant-tag{border-radius:6px!important;border:none!important;padding:.25rem .75rem!important;font-weight:500!important;box-shadow:0 2px 8px #0003!important;transition:all .3s ease!important}.ant-tag:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000004d!important}.ant-modal .ant-modal-content{background:var(--bg-card)!important;border:1px solid rgba(105,108,255,.2)!important;border-radius:16px!important;box-shadow:0 4px 20px #00000026!important}.ant-modal .ant-modal-header{background:#696cff0d!important;border-bottom:1px solid rgba(105,108,255,.2)!important;border-radius:16px 16px 0 0!important}.ant-modal .ant-modal-header .ant-modal-title{color:var(--primary-color)!important;font-weight:600!important}.ant-modal .ant-modal-close{color:var(--text-secondary)!important;transition:all .3s ease}.ant-modal .ant-modal-close:hover{color:var(--primary-color)!important;transform:rotate(90deg) scale(1.1)}.dark-theme .ant-modal .ant-modal-content{border:1px solid rgba(105,108,255,.2)!important;box-shadow:0 8px 40px #0009,0 0 30px #696cff33!important}.dark-theme .ant-modal .ant-modal-header{background:#696cff1a!important;border-bottom:1px solid rgba(105,108,255,.2)!important}.dark-theme .ant-modal .ant-modal-header .ant-modal-title,.dark-theme .ant-modal .ant-modal-close:hover{color:var(--primary-color)!important}.ant-typography,h1.ant-typography,h2.ant-typography,h3.ant-typography,h4.ant-typography,h5.ant-typography,h6.ant-typography{color:var(--text-primary)!important}.ant-typography-secondary{color:var(--text-secondary)!important}.ant-card .ant-card-head-title,.dark-theme .ant-card .ant-card-head-title{color:var(--primary-color)!important}.ant-statistic .ant-statistic-title{color:var(--text-secondary)!important}.ant-statistic .ant-statistic-content,.dark-theme .ant-statistic .ant-statistic-content{color:var(--primary-color)!important}.ant-pagination .ant-pagination-item{background:var(--bg-card)!important;border:1px solid rgba(105,108,255,.2)!important}.ant-pagination .ant-pagination-item a{color:var(--text-primary)!important}.ant-pagination .ant-pagination-item:hover{border-color:var(--primary-color)!important}.ant-pagination .ant-pagination-item:hover a{color:var(--primary-color)!important}.ant-pagination .ant-pagination-item.ant-pagination-item-active{background:var(--primary-color)!important;border-color:var(--primary-color)!important}.ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff!important;font-weight:600}.ant-pagination .ant-pagination-prev .ant-pagination-item-link,.ant-pagination .ant-pagination-next .ant-pagination-item-link{background:var(--bg-card)!important;border:1px solid rgba(105,108,255,.2)!important;color:var(--text-primary)!important}.ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover,.ant-pagination .ant-pagination-next .ant-pagination-item-link:hover{border-color:var(--primary-color)!important;color:var(--primary-color)!important}.ant-spin-dot-item{background-color:var(--primary-color)!important}.ant-message .ant-message-notice-content{background:var(--bg-card)!important;border:1px solid rgba(105,108,255,.3)!important;box-shadow:0 4px 20px #0006,0 0 20px #696cff33!important;border-radius:8px!important}.ant-message .ant-message-success .anticon{color:var(--casino-green)!important}.ant-message .ant-message-error .anticon{color:var(--casino-red)!important}.ant-message .ant-message-warning .anticon{color:var(--primary-color)!important}.ant-popover .ant-popover-inner{background:var(--bg-card)!important;border:1px solid rgba(105,108,255,.2)!important;box-shadow:0 8px 30px #00000080,0 0 20px #696cff33!important}.ant-popover .ant-popover-inner-content{color:var(--text-primary)!important}.ant-form-item-label>label{color:var(--text-primary)!important}.ant-form-item-explain-error{color:var(--casino-red-light)!important}.ant-empty .ant-empty-description{color:var(--text-secondary)!important}:root{--casino-gold: #FFD700;--casino-gold-dark: #FFA500;--casino-gold-light: #FFE87C;--casino-red: #DC143C;--casino-red-dark: #8B0000;--casino-red-light: #FF6B6B;--casino-black: #0A0A0A;--casino-dark: #1A1A1A;--casino-dark-secondary: #2A2A2A;--casino-purple: #6A0DAD;--casino-purple-dark: #4B0082;--casino-green: #00FF7F;--casino-blue: #00CED1;--primary-color: #696cff;--primary-color-rgb: 105, 108, 255;--secondary-color: #71dd37;--accent-color: #03c3ec;--text-primary: #5e5873;--text-secondary: rgba(94, 88, 115, .7);--text-muted: rgba(94, 88, 115, .5);--bg-primary: #f5f5f9;--bg-secondary: #ffffff;--bg-card: #ffffff;--bg-hover: rgba(105, 108, 255, .1);--shadow-gold: 0 2px 8px rgba(0, 0, 0, .1);--shadow-red: 0 2px 8px rgba(0, 0, 0, .1);--shadow-purple: 0 2px 8px rgba(0, 0, 0, .1);--glow-gold: 0 4px 12px rgba(105, 108, 255, .2);--glow-red: 0 4px 12px rgba(0, 0, 0, .1)}.dark-theme{--primary-color: #696cff;--primary-color-rgb: 105, 108, 255;--secondary-color: #71dd37;--accent-color: #03c3ec;--text-primary: #FFFFFF;--text-secondary: #111;--text-muted: rgba(255, 255, 255, .5);--bg-primary: var(--casino-black);--bg-secondary: var(--casino-dark);--bg-card: var(--casino-dark-secondary);--bg-hover: rgba(105, 108, 255, .1);--shadow-gold: 0 0 20px rgba(105, 108, 255, .3);--shadow-red: 0 0 20px rgba(220, 20, 60, .3);--shadow-purple: 0 0 20px rgba(106, 13, 173, .3);--glow-gold: 0 0 30px rgba(105, 108, 255, .5);--glow-red: 0 0 30px rgba(220, 20, 60, .5)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Public Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background:var(--bg-primary);transition:background-color .3s ease,color .3s ease;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(105,108,255,.02) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(3,195,236,.02) 0%,transparent 50%);pointer-events:none;z-index:0;opacity:.5}.dark-theme body{color:var(--text-primary);background:linear-gradient(135deg,var(--casino-black) 0%,var(--casino-dark) 50%,var(--casino-black) 100%);background-attachment:fixed}.dark-theme body:before{background:radial-gradient(circle at 20% 50%,rgba(105,108,255,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(220,20,60,.03) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(106,13,173,.03) 0%,transparent 50%);animation:backgroundPulse 20s ease-in-out infinite;opacity:1}@keyframes backgroundPulse{0%,to{opacity:1}50%{opacity:.8}}.dark-theme .ant-typography-secondary,.dark-theme .ant-typography.ant-typography-secondary,.dark-theme span.ant-typography-secondary,.dark-theme span.ant-typography.ant-typography-secondary{color:#e7eaf0a6!important}.dark-theme .ant-card-head-title,.dark-theme .ant-card .ant-card-head-title,.dark-theme .ant-card-head .ant-card-head-title,.dark-theme .ant-typography,.dark-theme h1.ant-typography,.dark-theme h2.ant-typography,.dark-theme h3.ant-typography,.dark-theme h4.ant-typography,.dark-theme h5.ant-typography,.dark-theme h6.ant-typography{color:#e7eaf0!important}.dark-theme .ant-typography strong{color:#fff!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes glow{0%,to{box-shadow:0 0 5px var(--casino-gold),0 0 10px var(--casino-gold),0 0 15px var(--casino-gold)}50%{box-shadow:0 0 10px var(--casino-gold),0 0 20px var(--casino-gold),0 0 30px var(--casino-gold)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}*{transition:all .3s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#696cff,#5a5de8);border-radius:10px;border:2px solid #f0f0f0}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7a7dff,#696cff)}.dark-theme ::-webkit-scrollbar-track{background:var(--casino-dark);border-radius:10px}.dark-theme ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-color) 0%,#5a5de8 100%);border-radius:10px;border:2px solid var(--casino-dark)}.dark-theme ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7a7dff 0%,var(--primary-color) 100%);box-shadow:var(--shadow-gold)}html.dark-theme .ant-typography-secondary,html.dark-theme .ant-typography.ant-typography-secondary,html.dark-theme span.ant-typography-secondary,html.dark-theme span.ant-typography.ant-typography-secondary,html.dark-theme .ant-typography-secondary.ant-typography,.dark-theme .ant-typography-secondary,.dark-theme .ant-typography.ant-typography-secondary,.dark-theme span.ant-typography-secondary,.dark-theme span.ant-typography.ant-typography-secondary,.dark-theme .ant-typography-secondary.ant-typography,html.dark-theme div.ant-typography-secondary,html.dark-theme p.ant-typography-secondary{color:#e7eaf0a6!important}html.dark-theme .ant-card-head-title,html.dark-theme .ant-card .ant-card-head-title,html.dark-theme .ant-card-head .ant-card-head-title,html.dark-theme .ant-card>.ant-card-head>.ant-card-head-title,html.dark-theme div.ant-card-head-title,.dark-theme .ant-card-head-title,.dark-theme .ant-card .ant-card-head-title,.dark-theme .ant-card-head .ant-card-head-title,.dark-theme .ant-card>.ant-card-head>.ant-card-head-title{color:#e7eaf0!important}.dark-theme .ant-typography,html.dark-theme .ant-typography,.dark-theme h1.ant-typography,.dark-theme h2.ant-typography,.dark-theme h3.ant-typography,.dark-theme h4.ant-typography,.dark-theme h5.ant-typography,.dark-theme h6.ant-typography,html.dark-theme h1.ant-typography,html.dark-theme h2.ant-typography,html.dark-theme h3.ant-typography,html.dark-theme h4.ant-typography,html.dark-theme h5.ant-typography,html.dark-theme h6.ant-typography{color:#e7eaf0!important}.dark-theme .ant-typography strong,html.dark-theme .ant-typography strong{color:#fff!important}.dark-theme .ant-card-head,html.dark-theme .ant-card-head{border-bottom-color:#ffffff1a!important}.dark-theme .ant-card,html.dark-theme .ant-card{background:#25293c!important;border-color:#ffffff1a!important}
