@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Gilroy;src:url(/assets/Gilroy-Regular--XWkSks4.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/Gilroy-Medium-Bj0QIHHD.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/Gilroy-Bold-BqmZFQ_k.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Aeonik Pro;src:url(/assets/Aeonik%20Pro%20Regular-qfFX0SP4.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Aeonik Pro;src:url(/assets/Aeonik%20Pro%20Medium-DxYv0xHS.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Aeonik Pro;src:url(/assets/Aeonik%20Pro%20Bold-C-jGEinx.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Aeonik Pro;src:url(/assets/Aeonik%20Pro%20Light--GXbSeT2.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}html,body,#root{background-color:#f2f4f7!important;margin:0!important;padding:0!important;width:100%;height:100%}html{font-family:Aeonik Pro,system-ui,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@layer base;@layer components{.btn-primary{@apply px-6 py-3 bg-blue-600 text-white font-semibold rounded-lg hover:bg-blue-700 transition-colors shadow-md;}.card{@apply bg-white rounded-2xl shadow-xl p-8 border border-gray-200;}}.steamfuel-admin *{box-sizing:border-box;margin:0;padding:0}.steamfuel-admin{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;min-height:100vh;padding:0}.steamfuel-container{max-width:1400px;margin:0 auto;padding:32px 24px}.steamfuel-header{margin-bottom:32px}.steamfuel-header h2{font-size:2rem;font-weight:600;color:#1e293b;margin-bottom:8px;font-family:Aeonik Pro,sans-serif}.steamfuel-header p{font-size:1rem;color:#64748b;font-weight:400;font-family:Roboto,sans-serif}.steamfuel-tabs{display:flex;gap:0;margin-bottom:32px;border-bottom:2px solid #e2e8f0;padding-bottom:0}.steamfuel-tab{padding:16px 24px;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;margin-bottom:-2px;font-family:Roboto,sans-serif;display:flex;align-items:center}.steamfuel-tab:hover{color:#2563eb;background-color:#f8fafc}.steamfuel-tab-active{color:#2563eb;border-bottom-color:#2563eb;background-color:transparent;font-weight:600}.steamfuel-tab-content{margin-top:0}.steamfuel-status-panel{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:32px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.steamfuel-status{padding:10px 16px;border-radius:8px;font-weight:500;font-size:.95rem;font-family:Roboto,sans-serif;display:flex;align-items:center}.steamfuel-status-connected{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.steamfuel-status-disconnected{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.steamfuel-btn{border:none;padding:12px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-size:.95rem;font-family:Roboto,sans-serif;display:inline-flex;align-items:center;gap:6px}.steamfuel-btn-primary{background-color:#2563eb;color:#fff}.steamfuel-btn-primary:hover{background-color:#1d4ed8;box-shadow:0 4px 6px -1px #2563eb4d}.steamfuel-btn-danger{background-color:#ef4444;color:#fff}.steamfuel-btn-danger:hover{background-color:#dc2626;box-shadow:0 4px 6px -1px #ef44444d}.steamfuel-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.steamfuel-stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;transition:box-shadow .2s}.steamfuel-stat-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.steamfuel-stat-label{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:12px;font-family:Roboto,sans-serif}.steamfuel-stat-value{font-size:2rem;font-weight:600;line-height:1.2;font-family:Aeonik Pro,sans-serif;color:#1e293b}.steamfuel-stat-value-total{color:#059669}.steamfuel-stat-value-domains{color:#7c3aed}.steamfuel-stat-subtext{font-size:.875rem;color:#94a3b8;margin-top:8px;font-family:Roboto,sans-serif}.steamfuel-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;margin-bottom:32px}.steamfuel-table-header{padding:24px;border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.steamfuel-table-header h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:4px;font-family:Aeonik Pro,sans-serif}.steamfuel-table-header p{color:#64748b;font-size:.95rem;font-family:Roboto,sans-serif}.steamfuel-table{width:100%;border-collapse:collapse}.steamfuel-table thead{background-color:#f8fafc}.steamfuel-table th{text-align:left;padding:16px 24px;font-weight:600;color:#475569;font-size:.875rem;text-transform:none;letter-spacing:0;border-bottom:1px solid #e2e8f0;font-family:Roboto,sans-serif}.steamfuel-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s}.steamfuel-table tbody tr:hover{background-color:#f8fafc}.steamfuel-table tbody tr:last-child{border-bottom:none}.steamfuel-table td{padding:18px 24px;vertical-align:top;font-family:Roboto,sans-serif}.steamfuel-time{font-family:Monaco,Consolas,monospace;font-size:.875rem;color:#475569;font-weight:500}.steamfuel-ip{font-family:Monaco,Consolas,monospace;font-size:.85rem;background-color:#f1f5f9;padding:4px 8px;border-radius:6px;color:#334155;font-weight:500}.steamfuel-amount{font-weight:600;font-size:1.1rem;font-family:Roboto,sans-serif}.steamfuel-amount-small{color:#475569}.steamfuel-amount-medium{color:#2563eb}.steamfuel-amount-large{color:#059669}.steamfuel-source{color:#334155;font-weight:500;font-family:Roboto,sans-serif}.steamfuel-url{font-size:.85rem;color:#64748b;margin-top:4px;display:block;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,sans-serif}.steamfuel-id{font-family:Monaco,Consolas,monospace;font-size:.8rem;color:#94a3b8}.steamfuel-empty-state{padding:80px 20px;text-align:center}.steamfuel-empty-icon{margin-bottom:16px}.steamfuel-empty-title{font-size:1.25rem;color:#64748b;margin-bottom:8px;font-weight:600;font-family:Aeonik Pro,sans-serif}.steamfuel-empty-desc{color:#94a3b8;max-width:500px;margin:0 auto;line-height:1.5;font-family:Roboto,sans-serif}.steamfuel-table-footer{padding:16px 24px;border-top:1px solid #e2e8f0;background-color:#f8fafc;color:#64748b;font-size:.875rem;display:flex;justify-content:space-between;align-items:center;font-family:Roboto,sans-serif}.steamfuel-info-panel{background:#f0f9ff;border-radius:16px;padding:32px;border:1px solid #bae6fd;margin-top:32px}.steamfuel-info-panel h3{font-size:1.5rem;color:#1e40af;margin-bottom:24px;font-weight:600;font-family:Aeonik Pro,sans-serif;display:flex;align-items:center}.steamfuel-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.steamfuel-info-item h4{color:#1e40af;font-weight:600;margin-bottom:8px;font-family:Aeonik Pro,sans-serif;font-size:1.125rem}.steamfuel-info-item p{color:#1e40af;font-size:.95rem;line-height:1.6;font-family:Roboto,sans-serif}@media(max-width:768px){.steamfuel-admin{padding:0}.steamfuel-container{padding:20px 16px}.steamfuel-header h2{font-size:1.75rem}.steamfuel-stats{grid-template-columns:1fr}.steamfuel-table-container{overflow-x:auto}.steamfuel-table{min-width:800px}.steamfuel-info-grid{grid-template-columns:1fr}.steamfuel-status-panel{flex-direction:column;align-items:stretch}.steamfuel-btn{width:100%;justify-content:center}}.settings-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:20px;font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,sans-serif}.settings-container{max-width:1200px;margin:0 auto}.settings-header{margin-bottom:30px;text-align:center}.settings-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:8px}.settings-header p{font-size:1.1rem;color:#64748b}.settings-status{padding:12px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.settings-status.success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.settings-status.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.settings-status.warning{background-color:#fef3c7;color:#92400e;border:1px solid #fde68a}.settings-loading,.settings-error{text-align:center;padding:40px;font-size:1.2rem;color:#64748b}.settings-sections{display:flex;flex-direction:column;gap:30px}.settings-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e2e8f0}.settings-section h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.settings-field{display:flex;flex-direction:column;gap:8px}.settings-field label{font-size:.95rem;font-weight:600;color:#374151}.settings-input,.settings-textarea{padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.settings-input:focus,.settings-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.settings-textarea{font-family:Monaco,Consolas,Courier New,monospace;font-size:.9rem;line-height:1.5;resize:vertical}.settings-hint{font-size:.85rem;color:#64748b;margin-top:4px}.settings-actions{display:flex;gap:12px;justify-content:center;padding:20px 0;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e2e8f0}.settings-save-button,.settings-reload-button{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.settings-save-button{background-color:#3b82f6;color:#fff}.settings-save-button:hover:not(:disabled){background-color:#2563eb}.settings-save-button:disabled{opacity:.6;cursor:not-allowed}.settings-reload-button{background-color:#64748b;color:#fff}.settings-reload-button:hover:not(:disabled){background-color:#475569}.settings-reload-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.settings-page{padding:15px}.settings-header h1{font-size:2rem}.settings-grid{grid-template-columns:1fr}.settings-actions{flex-direction:column}.settings-save-button,.settings-reload-button{width:100%}}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-C-Na7LuN.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-ogcF-5fV.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-SemiBold-CjJ12acT.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-DMEK_1R0.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold")}.admin-board{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f2f4f7;min-height:100vh;padding:0;margin:0;box-sizing:border-box;position:relative}.admin-top-nav{position:fixed;top:0;left:0;right:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px;z-index:1000;pointer-events:none}.admin-burger-icon{position:absolute;top:30px;left:30px;width:22px;height:22px;cursor:pointer;pointer-events:auto;z-index:1001}.admin-top-nav-right{position:absolute;top:25px;right:30px;display:flex;align-items:center;gap:28px;pointer-events:auto;z-index:1001}.admin-night-icon{width:22px;height:22px;cursor:pointer;transition:opacity .2s ease}.admin-night-icon:hover{opacity:.7}.admin-logo{height:26px;width:auto;cursor:pointer}.admin-board *{box-sizing:border-box;margin:0;padding:0}.admin-board-container{width:1210px;max-width:1210px;margin:0 auto;padding:96.95px 0 40px;position:relative;box-sizing:border-box;overflow-x:visible}.admin-top-section{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease;max-height:1000px;overflow:visible;position:relative;z-index:1}.admin-top-section.collapsed{opacity:0;transform:translateY(-20px);max-height:0;pointer-events:none}.admin-divider{position:relative;width:100vw;max-width:100vw;margin:12px 0 0;margin-left:calc((100% - 100vw)/2);height:1px;background:#dddee6;z-index:999;box-sizing:border-box;overflow:visible}.admin-divider.collapsed{margin-top:0;margin-bottom:0}.admin-hide-toggle{position:absolute;top:-22px;left:60px;width:44px;height:44px;border:none;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:rotate(0);transition:transform .2s ease,opacity .2s ease,left .3s ease;box-shadow:none;z-index:1001;pointer-events:auto}.admin-hide-toggle img{width:44px;height:44px}.admin-hide-toggle.collapsed{transform:rotate(180deg)}.admin-hide-toggle:hover{opacity:.7}.admin-table-controls{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;margin-top:20px}.admin-table-controls-left{display:flex;align-items:center;gap:8px}.admin-table-controls-right{display:flex;align-items:center;gap:16px}.admin-board-header{position:relative;margin-bottom:32px}.admin-board-header-top{margin-bottom:2px}.admin-board-source-label{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1;color:#616a86;opacity:.4}.admin-board-header-main{display:flex;flex-direction:column;gap:2px}.admin-board-header-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.admin-board-header-title-group{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.admin-board-title{font-family:Inter,sans-serif;font-weight:500;font-size:32px;line-height:1.2102272510528564em;letter-spacing:-.2px;color:#2b2f33;margin:0;white-space:nowrap}.admin-board-source-url{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.2102272851126534em;color:#707a8a;text-decoration:none;transition:opacity .2s ease;cursor:pointer}.admin-board-source-url:hover{opacity:.7}.admin-board-date{font-family:Inter,sans-serif;font-weight:500;font-size:32px;line-height:1.2102272510528564em;letter-spacing:-.64px;color:#b1b7c1;white-space:nowrap}.admin-calendar-wrapper{position:relative;display:inline-block;cursor:pointer}.admin-date-picker-input{position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none;width:46.84px;height:46.84px;border:none;padding:0;margin:0;cursor:pointer;z-index:10}.admin-board-calendar-icon{width:46.84px;height:46.84px;flex-shrink:0;cursor:pointer;transition:opacity .2s ease;position:relative;z-index:1;pointer-events:auto}.admin-board-calendar-icon:hover{opacity:.7}.admin-board-stats{display:grid;grid-template-columns:1fr 157.18px 1fr 157.18px 1fr;gap:10px;margin-bottom:32px;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease;max-height:1000px;overflow:visible;position:relative;z-index:0}.admin-board-stats.collapsed{opacity:0;transform:translateY(-20px);max-height:0;margin-bottom:0;pointer-events:none}.admin-stat-card{background:#fff3;border:1px solid #DDDEE8;border-radius:10px;padding:13.6px 18.02px;display:flex;flex-direction:column;justify-content:space-between;min-height:99px}.admin-stat-card-small{min-width:157.18px;max-width:157.18px}.admin-stat-label{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.1428571428571428em;color:#707a8a;margin-bottom:8px;letter-spacing:0}.admin-stat-value{font-family:Inter,sans-serif;font-weight:600;font-size:26px;line-height:1.2102272327129657em;letter-spacing:-.52px;color:#000}.admin-header-controls{display:flex;align-items:center;gap:12px;margin-left:auto;align-self:flex-end;margin-bottom:4px;position:relative;z-index:99998}.admin-server-selector{position:relative;min-width:159.37px;z-index:99999}.admin-server-select-trigger{position:relative;display:flex;align-items:center;gap:8px;background:#fff;border-radius:10px;padding:14.4px 16px;box-shadow:0 4px 4px #25252808;transition:opacity .2s ease;cursor:pointer}.admin-server-select-trigger:hover{opacity:.7}.admin-server-indicator{width:12.86px;height:12.86px;border-radius:50%;flex-shrink:0;transition:background-color .3s ease}.admin-server-indicator-connected{background:#6bb185;animation:serverIndicatorBlink 2s ease-in-out infinite}.admin-server-indicator-disconnected{background:#e48c89;animation:serverIndicatorBlinkFast 1s ease-in-out infinite}@keyframes serverIndicatorBlink{0%,to{opacity:1}50%{opacity:.6}}@keyframes serverIndicatorBlinkFast{0%,to{opacity:1}50%{opacity:.4}}.admin-server-select-value{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.2102272851126534em;color:#707a8a;flex:1;min-width:0;text-align:left}.admin-selector-arrow{position:absolute;right:16px;width:12.66px;height:6.37px;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.admin-selector-arrow.admin-selector-arrow-up{transform:rotate(180deg);opacity:.5}.admin-server-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:100%;min-width:163.44px;max-width:163.44px;background:#fff;border-radius:10px;box-shadow:0 23px 24px #3b385e21;overflow:hidden;z-index:99999;padding:0}.admin-server-dropdown-option{padding:0 16px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;min-height:33.55px;height:33.55px;box-sizing:border-box}.admin-server-dropdown-option:hover{background-color:#f5f9ff80}.admin-server-dropdown-option.admin-server-option-selected{background-color:#f5f9ff}.admin-server-dropdown-option span{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.2102272851126534em;color:#707a8a;white-space:nowrap}.admin-server-dropdown-option span.admin-server-option-active{color:#26354d}.admin-widget-settings-btn{background:#fff;border-radius:10px;border:none;padding:14.4px 18px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.2102272851126534em;color:#707a8a;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 4px 4px #25252808;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.admin-widget-settings-btn:hover{opacity:.7}.admin-widget-settings-btn-active{background:#fff;color:#707a8a}.admin-widget-settings-btn-active:hover{opacity:.9}.admin-widget-settings-btn-small{padding:14.4px 14px}.admin-widget-icon{height:14px}.admin-session-types{display:flex;gap:24px;margin:32px 0;align-items:flex-start;justify-content:flex-start;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease;max-height:1000px;overflow:visible;position:relative;z-index:0}.admin-session-types.collapsed{opacity:0;transform:translateY(-20px);max-height:0;margin:0;pointer-events:none}.admin-session-pair{display:flex;gap:0}.admin-session-type-btn{display:flex;align-items:flex-start;gap:9px;padding:18px 14px;border:none;background:#ffffff59;border:1.8px dashed rgba(55,58,119,.24);cursor:pointer;position:relative;min-width:200px;height:75px;transition:background-color .3s ease,border-color .3s ease}.admin-session-type-left{border-radius:8px 0 0 8px;border-right:none}.admin-session-type-right{border-radius:0 8px 8px 0;border-left:1.8px dashed rgba(55,58,119,.24)}.admin-session-pair:hover .admin-session-type-left:not(.active){border-right:none}.admin-session-pair:hover .admin-session-type-right:not(.active){border-left:none}.admin-session-type-single{border-radius:8px;margin-left:auto}.admin-session-type-btn.active,.admin-session-type-btn.active:hover{background:#fff;box-shadow:0 4px 22px #30335324;border:none}.admin-session-type-btn.active.admin-session-type-left{border-radius:8px 0 0 8px}.admin-session-type-btn.active.admin-session-type-right{border-radius:0 8px 8px 0;border-left:none}.admin-session-type-btn.active.admin-session-type-single{border-radius:8px}.admin-session-type-btn:hover:not(.active){background:#fff9}.admin-session-type-btn:hover:not(.active).admin-session-type-left{border-radius:8px 0 0 8px}.admin-session-type-btn:hover:not(.active).admin-session-type-right{border-radius:0 8px 8px 0}.admin-session-type-btn:hover:not(.active).admin-session-type-single{border-radius:8px}.admin-session-type-icon{width:26px;height:26px;margin-left:0;margin-top:5px;opacity:.4;transition:opacity .3s ease;flex-shrink:0}.admin-session-type-btn.active .admin-session-type-icon,.admin-session-type-btn:hover:not(.active) .admin-session-type-icon{opacity:1}.admin-session-type-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-top:0}.admin-session-type-label{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1em;letter-spacing:-.36px;color:#707a8a;opacity:.4;text-align:left;transition:color .3s ease,opacity .3s ease;white-space:pre-line}.admin-session-type-btn.active .admin-session-type-label,.admin-session-type-btn:hover:not(.active) .admin-session-type-label{color:#2b2f33;opacity:1}.admin-session-type-bottom-right{position:absolute;right:16px;bottom:18px;display:flex;align-items:flex-end;gap:4px}.admin-session-type-delete-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;pointer-events:auto;margin-bottom:-3px}.admin-session-type-delete-btn:hover{opacity:.7}.admin-session-type-delete{width:11.86px;height:14.09px;opacity:1;display:block}.admin-session-type-value{font-family:Inter,sans-serif;font-weight:600;font-size:23px;line-height:1.2102272727272727em;letter-spacing:-1.1px;color:#707a8a;opacity:.45;text-align:right;margin-bottom:-8px;margin-right:-4px;transition:color .3s ease,opacity .3s ease,letter-spacing .3s ease}.admin-session-type-btn.active .admin-session-type-value,.admin-session-type-btn:hover:not(.active) .admin-session-type-value{color:#2b2f33;opacity:1}.admin-session-type-value-highlighted{animation:countHighlight 3s ease-in-out;color:#2a8d50!important;opacity:1!important}@keyframes countHighlight{0%{color:#707a8a;opacity:.45;transform:scale(1)}20%{color:#2a8d50;opacity:1;transform:scale(1.1)}40%{color:#2a8d50;opacity:1;transform:scale(1.05)}60%{color:#2a8d50;opacity:1;transform:scale(1.1)}80%{color:#2a8d50;opacity:.9;transform:scale(1.02)}to{color:#707a8a;opacity:.45;transform:scale(1)}}.admin-table-container{position:relative;box-shadow:0 4.596479892730713px 4.596479892730713px #25252808;padding:0 18.29px 18.29px;margin-top:0;width:100%;max-width:1210px;margin-left:auto;margin-right:auto;box-sizing:border-box}.admin-table-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:16px;padding-bottom:16px}.admin-table-refresh{cursor:pointer;width:23.55px;height:23.55px;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.admin-table-refresh:hover img{opacity:.4}.admin-table-refresh img{width:100%;height:100%;object-fit:contain;transition:opacity .2s ease}.admin-refresh-rotating{animation:rotate360 .5s ease-in-out}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-col-time{min-width:80px}.admin-col-who{min-width:150px}.admin-col-session-link{min-width:140px}.admin-col-divider{width:1px;min-width:1px;max-width:1px}.admin-col-amount-receive{min-width:120px}.admin-col-steam-id{min-width:100px}.admin-col-telegram-id{min-width:120px}.admin-col-amount-to-pay{min-width:140px}.admin-col-session-time{min-width:80px}.admin-col-status{min-width:200px}.admin-col-delete{width:40px;min-width:40px;max-width:40px}.admin-table thead{display:table-header-group}.admin-table tbody{display:table-row-group}.admin-table td{padding:18.29px 0;white-space:nowrap}.admin-table td:first-child{padding-left:0}.admin-table td:last-child{padding-right:0}.admin-table-headers .admin-table-time-header{min-width:80px}.admin-table-headers .admin-table-who-header{min-width:150px}.admin-table-headers .admin-table-session-link-header{min-width:140px}.admin-table-headers .admin-table-divider-header{width:1px;min-width:1px;max-width:1px;padding:0}.admin-table-headers .admin-table-amount-receive-header{min-width:120px}.admin-table-headers .admin-table-steam-id-header{min-width:100px}.admin-table-headers .admin-table-telegram-id-header{min-width:120px}.admin-table-headers .admin-table-amount-to-pay-header{min-width:140px}.admin-table-headers .admin-table-session-time-header{min-width:80px}.admin-table-headers .admin-table-status-header{min-width:200px}.admin-table-headers .admin-table-delete-header{width:40px;min-width:40px;max-width:40px}.admin-table-time{min-width:80px;white-space:normal}.admin-table-who{min-width:150px;white-space:normal}.admin-table-session-link{min-width:140px;white-space:normal}.admin-table-divider{width:1px;min-width:1px;max-width:1px;padding:0}.admin-table-amount-receive{min-width:120px;white-space:normal}.admin-table-steam-id{min-width:100px;white-space:normal}.admin-table-telegram-id{min-width:120px;white-space:normal}.admin-table-amount-to-pay{min-width:140px;white-space:normal}.admin-table-session-time{min-width:80px;white-space:normal}.admin-table-status{min-width:200px;white-space:normal}.admin-table-delete{width:40px;min-width:40px;max-width:40px;padding:0}.admin-table-headers .admin-table-header{font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:1.1em;color:#616a86;text-align:left;display:flex;align-items:flex-start;gap:4px}.admin-column-label{font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:1.1em;color:#616a86}.admin-sort-icon{width:22px;height:18px;opacity:.6;flex-shrink:0;margin-bottom:-5px}.admin-table-headers .admin-table-divider-header{padding:0;width:1px;min-width:1px;max-width:1px;position:relative;display:flex;align-items:center;justify-content:center}.admin-vert-line-header{width:1px;height:20px;background:#dddee6}.admin-table-row{background-color:transparent}.admin-table-row:last-child{border-bottom:none}.admin-table-cell{font-family:Inter,sans-serif;vertical-align:top;text-align:left}.admin-time-date{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1;color:#b8bdce;margin:0;padding:0}.admin-time-hour{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1;color:#616a86;margin:-4px 0 0;padding:0}.admin-emoji-text{font-size:25px;line-height:1;z-index:1}.admin-who-name{font-family:Inter,sans-serif;font-weight:600;font-size:13px;line-height:1.2102272071040907em;color:#616a86;background:#f2f3f9;padding:6px 10px 7px 24px;margin-left:-24px;position:relative;z-index:1}.admin-who-container{transition:opacity .2s ease}.admin-who-container:hover{opacity:.7!important}.admin-who-container>div:first-child{position:relative;z-index:10!important}.admin-table-session-link-new{position:relative;padding:0!important}.admin-session-link-container{display:flex;align-items:center;justify-content:flex-start;width:100%;position:relative;padding:0 20px 0 0;box-sizing:border-box}.admin-session-id{font-family:Inter,sans-serif;font-weight:500;font-size:12.5px;line-height:1.2102272071040907em;color:#616a86;text-decoration:underline;cursor:pointer;transition:color .2s ease,text-decoration .2s ease;text-align:left;display:inline-block;flex:0 0 auto;margin-right:auto;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.admin-session-id:hover{color:#4a90e2;text-decoration:underline}.admin-session-id:visited{color:#616a86}.admin-copy-icon{width:19px;height:19px;cursor:pointer;opacity:.6;flex-shrink:0;margin-left:0;margin-right:16px;vertical-align:middle;display:inline-block;align-self:center}.admin-table-divider{padding:0;width:1px;position:relative;vertical-align:middle}.admin-vert-line{width:1px;height:100%;background:#dddee6;position:absolute;left:0;top:0;bottom:0}.admin-steam-id-text{font-family:Inter,sans-serif;font-weight:500;font-size:12.5px;line-height:1.2102272071040907em;color:#707a8a;text-decoration:none;cursor:pointer;transition:color .2s ease;white-space:normal;word-wrap:break-word;word-break:break-word;display:inline-block;max-width:100%}.admin-steam-id-text:hover{color:#000!important}.admin-table-telegram-id{position:relative}.admin-telegram-checked{position:absolute;top:-6px;right:-8px;width:11.88px;height:12.28px;z-index:1}.admin-telegram-id-text{font-family:Inter,sans-serif;font-weight:500;font-size:12.5px;line-height:1.2102272071040907em;color:#707a8a;position:relative;text-decoration:none;cursor:pointer;transition:color .2s ease;white-space:normal;word-wrap:break-word;word-break:break-word;display:inline-block;max-width:100%}.admin-telegram-id-text:hover{color:#000!important}.admin-table-amount-to-pay{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.admin-bank-name{font-family:Inter,sans-serif;font-weight:500;font-size:12.5px;line-height:1.2102272071040907em;color:#707a8a;white-space:normal;word-break:break-word}.admin-amount-value{font-family:Inter,sans-serif;font-weight:600;font-size:18px;margin-left:0;line-height:1.2102272344143383em;letter-spacing:-.2px;color:#000}.admin-table-session-time{align-items:flex-start;gap:4px}.admin-session-time-value{display:block;font-family:Inter,sans-serif;font-weight:500;font-size:15px;line-height:1.2;letter-spacing:-.321753px;color:#b7c0cf;margin:0;padding:0;height:auto}.admin-session-time-value.admin-session-time-threshold{color:#e48c89!important;font-weight:600!important}.admin-session-time-second{margin-top:-.15em}.admin-table-status{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.admin-status-text{display:block;text-align:left;margin:0!important;padding:0!important}.admin-status-main{font-family:Inter,sans-serif;font-weight:600;font-size:13.78943920135498px;line-height:1.16666665514004em;color:#bec1cd;margin:0!important;padding:0!important;display:block;text-align:left;overflow:hidden;word-wrap:break-word}.admin-status-sub{font-family:Inter,sans-serif;font-weight:600;font-size:13.78943920135498px;line-height:1.16666665514004em;color:#707a8a;margin:0!important;padding:0 0 8px!important;display:block;text-align:left;overflow:hidden;word-wrap:break-word}.admin-status-progress{width:100%;margin:0!important;padding:0!important;text-align:left;display:block}.admin-progress-bar{width:100%;height:7px;background:#e4e7f0;border-radius:4px;overflow:hidden;position:relative;margin:0;padding:0}.admin-progress-fill{height:100%;position:absolute;top:0;left:0;transition:width .3s}.admin-progress-green{background:#acce7d;width:100%;z-index:1}.admin-progress-orange{background:#f6cb9a;z-index:2}.admin-progress-fill{transition:width .5s ease-in-out,background-color .5s ease-in-out}.admin-progress-fill.progress-16,.admin-progress-fill[class*=progress-16]{background-color:#b49f9c!important}.admin-progress-fill.progress-32,.admin-progress-fill[class*=progress-32]{background-color:#daa88d!important}.admin-progress-fill.progress-50,.admin-progress-fill[class*=progress-50]{background-color:#dacb8d!important}.admin-progress-fill.progress-66,.admin-progress-fill[class*=progress-66]{background-color:#c5db86!important}.admin-progress-fill.progress-78,.admin-progress-fill[class*=progress-78]{background-color:#b8e086!important}.admin-progress-fill.progress-100,.admin-progress-fill[class*=progress-100]{background-color:#addfb0!important}@keyframes statusBlink{0%,to{opacity:1}50%{opacity:.5}}.admin-status-blink,.admin-status-container-blink,.admin-status-container-blink .admin-status-main,.admin-status-container-blink .admin-status-sub{animation:statusBlink 1.5s ease-in-out infinite}.admin-status-clickable:hover{opacity:.8}@keyframes flyToArchive{0%{transform:translate(0) scale(1);opacity:1;position:relative;left:0}50%{transform:translate(150px) scale(.95);opacity:.9;position:relative;left:0}to{transform:translate(500px) scale(.7);opacity:0;position:relative;left:0}}@keyframes intenseBlink{0%,to{opacity:1}50%{opacity:.7}}.admin-row-fly-to-archive{animation:flyToArchive .8s ease-in forwards}.admin-row-closing td,.admin-row-closing td *{animation:inherit}.admin-table-delete{text-align:center;vertical-align:middle;padding:18.29px 0}.admin-delete-icon{width:12px;height:12px;cursor:pointer;opacity:.5;transition:opacity .2s ease}.admin-delete-icon:hover{opacity:1}.admin-table-amount-receive{justify-content:flex-start}.admin-amount-receive .admin-amount-value{color:#000}.admin-table-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;margin-top:16px;border-top:1px solid #DDDEE6}.admin-table-footer-left{font-family:Roboto,sans-serif;font-weight:700;font-size:12px;line-height:1.171875em;color:#616a86}.admin-last-update{font-family:Roboto,sans-serif;font-weight:400;font-size:12px;line-height:1.171875em;color:#616a86}.admin-last-update strong{font-weight:700}.admin-table-footer-right{display:flex;align-items:center;gap:12px}.admin-records-shown{font-family:Roboto,sans-serif;font-weight:400;font-size:12px;line-height:1.171875em;color:#707a8a;text-align:right}.admin-pagination{display:flex;align-items:center;gap:5px}.admin-page-btn{width:25px;height:25px;border-radius:200px;border:1px solid #BBC3CF;background:transparent;font-family:Roboto,sans-serif;font-weight:500;font-size:12px;line-height:1.171875em;color:#707a8a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border .2s ease}.admin-page-btn:hover:not(.admin-page-active){background:#ffffff80;border:none}.admin-page-btn.admin-page-active{background:#fff;border:none;color:#616a86;font-weight:700}.admin-records-per-page{display:flex;align-items:center;gap:8px;margin-left:12px}.admin-records-input{width:40px;height:30px;padding:0;background:#fff;border-radius:4px;border:1px solid transparent;font-family:Roboto,sans-serif;font-weight:500;font-size:13px;color:#2b2f33;text-align:center;outline:none;transition:border-color .2s ease;-moz-appearance:textfield}.admin-records-input::-webkit-outer-spin-button,.admin-records-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.admin-records-input:focus{border-color:#bbc3cf}.admin-records-label{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.2102272510528564em;color:#616a86}.admin-table-empty{padding:40px;text-align:center;color:#707a8a;font-family:Inter,sans-serif}.admin-table-wrapper-new{margin-top:40px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.admin-table-container-new{overflow:hidden;width:100%;max-width:100%;box-sizing:border-box;position:relative;border-radius:7px;padding:0 2px}.admin-table-new{width:100%;max-width:100%;border-collapse:separate;border-spacing:2px 0;background:transparent;table-layout:fixed;box-sizing:border-box}.admin-table-header-only,.admin-table-pinned,.admin-table-unpinned{table-layout:fixed;width:100%}.vertline{width:.5%;text-align:center}.vertline>div{justify-content:center;padding-left:8px;padding-right:8px}.admin-table-new thead .vertline>div{padding:8px}.admin-vertline-icon{width:2px;height:23px;display:block;margin:0 auto;opacity:1}.admin-table-time-new,.admin-col-time-new{width:7%}.admin-table-who-new,.admin-col-who-new{width:13%}.admin-table-session-time-new,.admin-col-session-time-new{width:5%}.admin-table-session-link-new,.admin-col-session-link-new{width:130px;min-width:130px;max-width:130px}.admin-table-amount-receive-new,.admin-col-amount-receive-new{width:9.5%}.admin-table-steam-id-new,.admin-col-steam-id-new,.admin-table-telegram-id-new,.admin-col-telegram-id-new{width:8.5%}.admin-table-bank-new,.admin-col-bank-new{width:7%}.admin-table-amount-to-pay-new,.admin-col-amount-to-pay-new{width:10%}.admin-table-status-new,.admin-col-status-new{width:calc(12.5% + 5px);padding-right:8px!important}.admin-table-delete-new,.admin-col-delete-new{width:2%;min-width:60px}.admin-table-new thead{background:transparent}.admin-table-container-new:after{content:"";position:absolute;inset:0;background:transparent;pointer-events:none;z-index:0}.admin-table-container-new:before{content:"";position:absolute;inset:0 -2px;background:#fff;z-index:-1;pointer-events:none;border-radius:10px}.admin-table-container-new.has-blinking:before{animation:rowBlink 1s ease-in-out .5s infinite}.admin-table-new thead{position:relative;z-index:2}.admin-table-new tbody.admin-table-tbody-wrapper{position:relative;z-index:1}.admin-table-new tbody.admin-table-tbody-wrapper:before{content:"";position:absolute;inset:0;background:#fff;border-radius:10px;box-shadow:0 4px 22px #30335324;z-index:0;pointer-events:none}.admin-table-container-new.has-blinking,.admin-table-pinned-container.has-blinking,.admin-table-unpinned-container.has-blinking,.admin-table-pinned.has-blinking,.admin-table-unpinned.has-blinking{background:#fff;animation:rowBlink 1s ease-in-out .5s infinite}.admin-table-new tbody.admin-table-tbody-wrapper td{position:relative;z-index:2;box-sizing:border-box;overflow:hidden}.admin-table-new tbody.admin-table-tbody-wrapper td.admin-table-delete-new{overflow:visible}.admin-table-new tbody.admin-table-tbody-wrapper tr{position:relative;max-height:80px!important;height:80px!important;overflow:visible;line-height:1.2;box-sizing:border-box}.admin-table-new tbody.admin-table-tbody-wrapper tr:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1.5px;background:#eef0f4;z-index:5}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-new:not(:last-child):after{background-color:#eef0f4!important;z-index:7!important}.admin-table-new tbody.admin-table-tbody-wrapper tr:last-child{border-bottom:none!important}.admin-table-new tbody.admin-table-tbody-wrapper tr:first-child td:first-child{border-top-left-radius:7px}.admin-table-new tbody.admin-table-tbody-wrapper tr:first-child td:last-child{border-top-right-radius:7px}.admin-table-new tbody.admin-table-tbody-wrapper tr:last-child td:first-child{border-bottom-left-radius:7px}.admin-table-new tbody.admin-table-tbody-wrapper tr:last-child td:last-child{border-bottom-right-radius:7px}.admin-table-new td,.admin-table-new th{padding:0;text-align:left}.admin-table-new td{vertical-align:middle;max-height:80px!important;height:80px!important}.admin-table-new th{vertical-align:top}.admin-table-new td>div,.admin-table-new th>div{display:flex;align-items:center;padding:4px 0;box-sizing:border-box;height:100%}.admin-table-new thead th>div{align-items:flex-start!important;padding:0 0 20px!important;margin-top:0!important;margin-bottom:0!important;vertical-align:top;line-height:1.1em}.admin-table-new thead th.admin-table-steam-id-new>div,.admin-table-new thead th.admin-table-telegram-id-new>div,.admin-table-new thead th.admin-table-status-new>div{padding-top:0!important;padding-bottom:20px!important;align-items:flex-start!important}.admin-table-new thead th.admin-table-telegram-id-new>div{margin-left:-9px!important}.admin-table-new thead th.admin-table-steam-id-new>div{margin-left:-7px!important}.admin-table-new td.admin-table-status-new{padding-right:12px!important;padding-left:8px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table-new td.admin-table-status-new>div{display:block;padding:0!important;margin:0!important;height:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-table-new td.admin-table-delete-new{padding:8px!important;min-width:60px;width:6%!important;overflow:visible!important}.admin-table-time-new>div{display:inline;padding:0;margin-left:0}.admin-table-session-time-new{padding:0!important}.admin-table-session-time-new>div,.admin-table-session-time-new>span{display:inline;padding:0;margin:0}.admin-table-new td.admin-table-time-new>.admin-time-date,.admin-table-new td.admin-table-time-new>.admin-time-hour{display:inline!important;padding-left:22px}.admin-table-new tbody td.admin-table-bank-new>div{padding-left:0!important;padding-right:0!important}.admin-table-new thead th>div{padding:0 0 20px;box-sizing:border-box;min-height:auto;align-items:flex-start!important}.admin-table-new thead th{font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:1.1em;color:#616a86;text-align:left;vertical-align:top;padding-top:0!important;padding-bottom:20px}.admin-table-new thead th>div{align-items:flex-start!important;flex-wrap:wrap;padding-top:0!important;padding-bottom:20px}.admin-table-new thead th .admin-column-label{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.1em;margin-left:0;margin-top:0!important;padding-top:0!important;color:#616a86;display:inline-block;vertical-align:top}.admin-table-new thead th.admin-table-time-new>div,.admin-table-new thead th.admin-table-who-new>div{padding:0 0 20px 8px!important}.admin-table-new thead th.admin-table-amount-receive-new>div{padding:0 0 20px 3px!important}.admin-table-new thead th.admin-table-session-time-new>div{padding:0 0 20px 8px!important}.admin-table-new thead th.admin-table-session-link-new>div{padding:0 0 20px 3px!important}.admin-table-new thead th.admin-table-amount-to-pay-new>div{padding:0 0 20px 12px!important;justify-content:flex-start!important}.admin-table-new thead th .admin-sort-icon{flex-shrink:0;margin-left:0;margin-top:0;padding-top:0;vertical-align:top;align-self:flex-start}.admin-sort-button .admin-sort-icon{align-self:flex-start;margin-top:0}.admin-table-time-new{min-width:100px;white-space:normal}.admin-table-who-new{min-width:180px;white-space:normal;overflow:hidden;text-overflow:ellipsis}.admin-table-session-link-new{white-space:nowrap;overflow:visible;text-overflow:ellipsis;position:relative;padding-left:3px!important}.admin-session-link-vertline{position:absolute;right:0;top:50%;transform:translateY(-50%);height:24px;width:2.5px;display:block;flex-shrink:0;pointer-events:none}.admin-table-amount-receive-new{min-width:120px;white-space:normal;padding-left:10px!important}.admin-table-bank-new{min-width:100px;white-space:normal;position:relative}.admin-table-new tbody td.admin-table-bank-new>div{align-items:center;justify-content:flex-start;padding:18.29px 0 18.29px 14px!important;margin-left:0;margin-right:0}.admin-table-new thead th.admin-table-bank-new>div{display:flex!important;padding:0 0 20px 4px!important;align-items:flex-start!important;justify-content:flex-start!important;margin:0!important;height:auto!important}.admin-bank-vertline-left{position:absolute;left:0;top:50%;transform:translateY(-50%);height:24px;width:2.5px;display:block;flex-shrink:0;pointer-events:none}.admin-table-amount-to-pay-new{min-width:120px;white-space:normal;position:relative}.admin-table-new td.admin-table-amount-to-pay-new>div{align-items:center;justify-content:center;padding-right:10px!important;min-width:10px}.admin-amount-to-pay-vertline-right{position:absolute;right:0;top:50%;transform:translateY(-50%);height:24px;width:2.5px;display:block;flex-shrink:0;pointer-events:none;margin-right:5px}.admin-table-steam-id-new{min-width:100px;white-space:normal;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.admin-table-steam-id-new a{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;display:inline-block;max-width:100%}.admin-table-new td.admin-table-steam-id-new{padding-right:15px!important}.admin-table-telegram-id-new{min-width:120px;white-space:normal;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.admin-table-telegram-id-new a{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;display:inline-block;max-width:100%}.admin-table-new td.admin-table-telegram-id-new{padding-right:15px!important}.admin-table-session-time-new{min-width:80px;white-space:normal;line-height:1;padding:0!important}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-threshold{background-color:#fff!important;transition:background-color .3s ease;position:relative;z-index:5!important}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-threshold td{background-color:#FFFFF!important;position:relative;z-index:6!important}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-removing{animation:rowDissolve .5s ease-out forwards;opacity:1;transform:translateY(0);position:relative;z-index:10!important;pointer-events:none}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-removing td{transition:opacity .5s ease-out,transform .5s ease-out}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-closing{animation:intenseBlink .5s ease-in-out 10,flyToArchive 2s ease-in forwards 5s!important;opacity:1;transform:translate(0);position:relative;z-index:10!important;pointer-events:none;border:none!important;box-shadow:none!important;background-color:transparent!important}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-closing td,.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-closing th{border:none!important;border-collapse:collapse!important}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-closing .divider,.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-closing img[alt=divider]{display:none!important}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-closing td{transition:none}@keyframes rowDissolve{0%{opacity:1;transform:translateY(0) scale(1);max-height:200px}50%{opacity:.5;transform:translateY(-10px) scale(.98)}to{opacity:0;transform:translateY(-30px) scale(.95);max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}}@keyframes rowMoveDissolve{0%{opacity:1;transform:translate(0) scale(1);max-height:200px}50%{opacity:.6;transform:translate(30px) scale(.98)}to{opacity:0;transform:translate(100px) scale(.95);max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}}@keyframes rowSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes rowBlink{0%,to{background-color:#fff}50%{background-color:#f4f8ff}}@keyframes rowBlinkBorders{0%,to{background-color:#fff}50%{background-color:#f4f8ff}}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-new{animation:rowSlideIn .5s ease-out;position:relative;z-index:5!important}@keyframes nameBlink{0%,to{opacity:1;color:inherit}50%{opacity:.5;color:#3b82f6}}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-new .admin-who-name{animation:nameBlink 1s ease-in-out .5s infinite}.admin-table-wrapper-new{background:#f2f4f7}.admin-table-pinned-container.has-blinking,.admin-table-unpinned-container.has-blinking{background:#fff;animation:rowBlink 1s ease-in-out .5s infinite}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-new:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1.5px;background-color:#eef0f4;z-index:7!important;pointer-events:none;animation:rowBlinkBorders 1s ease-in-out .5s infinite}.admin-sort-button{display:flex;align-items:flex-start!important;gap:4px;background:none;border:none;padding:0!important;margin:0;cursor:pointer;transition:opacity .2s ease;vertical-align:top}.admin-sort-button:hover{opacity:.7}.admin-table-new tbody.admin-table-tbody-wrapper{transition:all .5s ease-out}.admin-table-new tbody.admin-table-tbody-wrapper tr{transition:transform .5s ease-out,opacity .5s ease-out}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-burned{opacity:.8}.admin-table-new td.admin-table-session-time-new>div{padding:0!important;margin:0!important;display:block!important;height:auto!important;line-height:1!important}.admin-table-new td.admin-table-session-time-new{padding:0 0 0 8px!important;line-height:1!important}.admin-table-status-new{min-width:250px;white-space:normal;padding:0 0 0 10px!important;overflow:hidden;word-wrap:break-word}.admin-table-status-new>div{display:block;width:100%;margin:0!important;padding:0!important;box-sizing:border-box}.admin-table-status-new .admin-status-text{width:100%;margin:0!important;padding:0!important;box-sizing:border-box;overflow:hidden;line-height:1.16666665514004em}.admin-table-status-new .admin-status-text+.admin-status-progress{margin-top:0!important;padding-top:0!important}.admin-table-status-new .admin-status-progress{width:90%!important;max-width:90%!important;min-width:90%!important;margin:0!important;padding:0!important;box-sizing:border-box;overflow:visible;display:block}.admin-table-status-new .admin-progress-bar{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box}.admin-table-delete-new{width:40px;min-width:40px;max-width:40px;text-align:center;padding-left:4px!important;padding-right:0!important}.admin-table-delete-new>div{justify-content:center}@media(max-width:2034px){.admin-board-container{padding:96.95px 40px 0}.admin-widget-settings-btn{right:40px}}.admin-table-container-new{overflow:hidden;border-radius:7px}.admin-table-new{border-spacing:0}.admin-table-new tbody.admin-table-tbody-wrapper{overflow:visible}.admin-table-new td,.admin-table-new th{overflow:visible!important}.admin-table-new tbody.admin-table-tbody-wrapper tr:first-child td:first-child,.admin-table-new tbody.admin-table-tbody-wrapper tr:first-child td:last-child,.admin-table-new tbody.admin-table-tbody-wrapper tr:last-child td:first-child,.admin-table-new tbody.admin-table-tbody-wrapper tr:last-child td:last-child{overflow:visible;position:relative;z-index:3}.admin-table-new tbody.admin-table-tbody-wrapper{-webkit-mask-image:-webkit-radial-gradient(white,black)}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-banned{background-color:#fff3f3!important;position:relative;box-shadow:-2px 0 #fff3f3,2px 0 #fff3f3!important;margin-left:-2px;margin-right:-2px}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-banned td{background-color:#fff3f3!important;position:relative;z-index:6!important;border:none!important}.admin-table-new tbody.admin-table-tbody-wrapper tr.admin-row-banned:not(:last-child):after{content:""!important;position:absolute;bottom:0;left:-2px;right:-2px;height:1.5px;background-color:#eef0f4!important;z-index:7!important}.admin-add-session-container{position:fixed;bottom:16px;left:16px;display:flex;align-items:center;gap:6px;z-index:1000}.admin-nav-status-btn{width:28px;height:28px;padding:0;background-color:#fff;color:#000;border:1px solid #DDDEE6;border-radius:4px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;box-shadow:0 1px 3px #0000001a}.admin-nav-status-btn:hover{background-color:#f9fafb;border-color:#b7c0cf}.admin-nav-status-btn:active{background-color:#f3f4f6;border-color:#9ca3af}.admin-session-duration-input{width:60px;padding:6px 8px;background-color:#fff;color:#000;border:1px solid #DDDEE6;border-radius:4px;font-size:11px;text-align:center;transition:border-color .2s ease}.admin-session-duration-input:focus{outline:none;border-color:#3b82f6}.admin-add-session-btn{padding:6px 12px;background-color:#fff;color:#000;border:1px solid #DDDEE6;border-radius:4px;font-size:11px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;box-shadow:0 1px 3px #0000001a}.admin-add-session-btn:hover{background-color:#f9fafb;border-color:#b7c0cf}.admin-add-session-btn:active{background-color:#f3f4f6;border-color:#9ca3af}.admin-clear-db-btn{padding:6px 12px;background-color:#fff;color:#dc2626;border:1px solid #DDDEE6;border-radius:4px;font-size:11px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;box-shadow:0 1px 3px #0000001a;margin-left:4px}.admin-clear-db-btn:hover:not(:disabled){background-color:#fef2f2;border-color:#fca5a5;color:#b91c1c}.admin-clear-db-btn:active:not(:disabled){background-color:#fee2e2;border-color:#f87171;color:#991b1b}.admin-clear-db-btn:disabled{opacity:.5;cursor:not-allowed}.admin-table-header-container{margin-bottom:0;overflow:visible}.admin-table-header-only{margin-bottom:0;border-collapse:separate;border-spacing:2px 0}.admin-table-header-only thead{background:transparent}.admin-table-header-only thead tr th{padding:12px 8px}.admin-table-pinned-container{margin-top:0;margin-bottom:0;position:relative}.admin-table-pinned,.admin-table-unpinned{border-collapse:separate;border-spacing:2px 0}.admin-table-gap{width:100%;flex-shrink:0;display:block}.admin-table-pinned tbody.admin-table-tbody-pinned tr.admin-table-row-first td:first-child{border-top-left-radius:10px}.admin-table-pinned tbody.admin-table-tbody-pinned tr.admin-table-row-first td:last-child{border-top-right-radius:10px}.admin-table-pinned tbody.admin-table-tbody-pinned tr.admin-table-row-last td:first-child{border-bottom-left-radius:10px}.admin-table-pinned tbody.admin-table-tbody-pinned tr.admin-table-row-last td:last-child{border-bottom-right-radius:10px}.admin-table-pinned-container:after{content:"";position:absolute;inset:0;background:#fff;border-radius:10px;box-shadow:0 4px 22px #30335324;z-index:0;pointer-events:none}.admin-table-unpinned-container{margin-top:0}.admin-table-cell.admin-table-delete-new,.admin-table-new td.admin-table-delete-new{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:8px!important;min-width:60px;box-sizing:border-box;overflow:visible!important;white-space:normal!important;text-overflow:clip!important;vertical-align:middle}.admin-table-new th.admin-table-delete-new{display:flex;align-items:center;justify-content:center;padding:12px 8px!important;overflow:visible!important;white-space:normal!important;min-width:60px}.admin-table-delete-new>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px}.admin-delete-icon{width:12px;height:12px;cursor:pointer;flex-shrink:0;display:block}.admin-pin-icon{width:17px;height:17px;cursor:pointer;transition:opacity .2s ease;flex-shrink:0;display:block}.admin-pin-icon:hover{opacity:.7}.admin-table-new thead th.admin-table-delete-new{padding:0 8px 20px!important;vertical-align:top;min-height:auto}.admin-table-new thead th.admin-table-delete-new>div{padding-top:0!important;padding-bottom:20px!important;align-items:flex-start!important}.edit-name-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10001;animation:fadeIn .2s ease-in-out}.edit-name-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:500px;animation:slideUp .3s ease-out}.edit-name-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.edit-name-modal-title{font-family:Aeonik Pro,sans-serif;font-size:20px;font-weight:600;color:#1e293b;margin:0}.edit-name-modal-close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.edit-name-modal-close:hover{background-color:#f3f4f6;color:#1e293b}.edit-name-modal-close:disabled{opacity:.5;cursor:not-allowed}.edit-name-modal-content{padding:24px}.edit-name-modal-label{display:block;font-family:Aeonik Pro,sans-serif;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.edit-name-modal-input{width:100%;padding:12px 16px;font-family:Aeonik Pro,sans-serif;font-size:16px;font-weight:400;color:#1e293b;border:2px solid #e5e7eb;border-radius:8px;outline:none;transition:border-color .2s;box-sizing:border-box}.edit-name-modal-input:focus{border-color:#3b82f6}.edit-name-modal-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.edit-name-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb}.edit-name-modal-cancel,.edit-name-modal-save{padding:10px 20px;font-family:Aeonik Pro,sans-serif;font-size:14px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.edit-name-modal-cancel{background-color:#f3f4f6;color:#374151}.edit-name-modal-cancel:hover:not(:disabled){background-color:#e5e7eb}.edit-name-modal-save{background-color:#3b82f6;color:#fff}.edit-name-modal-save:hover:not(:disabled){background-color:#2563eb}.edit-name-modal-cancel:disabled,.edit-name-modal-save:disabled{opacity:.5;cursor:not-allowed}@media(min-width:300px)and (max-width:500px){.admin-top-stats{display:none!important}.admin-board-container{padding:8px!important;margin:0!important;max-width:100vw!important;overflow-x:hidden!important}.admin-board-header{flex-direction:column!important;gap:4px!important;padding:8px!important}.admin-header-left{flex-direction:column!important;align-items:flex-start!important;gap:2px!important}.admin-header-left h1{font-size:16px!important;line-height:1.2!important;margin:0!important;padding:0!important}.admin-date-picker{width:auto!important;font-size:12px!important;padding:2px 4px!important;display:flex!important;align-items:center!important;gap:4px!important;margin:0!important}.admin-date-picker img{width:12px!important;height:12px!important}.admin-widget-settings-btn{width:auto!important;min-width:32px!important;height:32px!important;padding:4px!important;font-size:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.admin-widget-settings-btn span,.admin-widget-settings-btn .admin-settings-text,.admin-widget-settings-btn .text{display:none!important}.admin-widget-settings-btn img{width:20px!important;height:20px!important}.admin-source-selector{min-width:auto!important;width:auto!important;font-size:12px!important;padding:4px 8px!important}.admin-source-dropdown{min-width:120px!important;width:120px!important;font-size:12px!important;padding:4px 8px!important}.admin-source-dropdown .admin-dropdown-arrow{width:12px!important;height:12px!important}.admin-source-dropdown.active,.admin-source-dropdown:focus{min-width:150px!important;width:auto!important}.admin-top-stats{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important;margin-top:6px!important}.admin-stat-card{padding:6px 4px!important;min-height:60px!important}.admin-stat-value{font-size:14px!important}.admin-stat-label{font-size:10px!important}.admin-session-types{flex-direction:column!important;gap:6px!important;margin-bottom:12px!important}.admin-session-type-btn{flex:1 1 48%!important;padding:6px 4px!important;font-size:10px!important;justify-content:space-between!important;min-height:30px!important}.admin-table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;margin:0 -8px!important;padding:0 8px!important;max-width:100vw!important}.admin-table-new{min-width:600px!important;font-size:11px!important;table-layout:fixed!important}.admin-table-new td,.admin-table-new th{padding:4px 2px!important;height:auto!important;min-height:40px!important;font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.admin-table-time-new,.admin-table-who-new{width:80px!important}.admin-table-session-link-new{width:70px!important}.admin-table-amount-receive-new,.admin-table-amount-to-pay-new{width:60px!important}.admin-table-status-new{width:100px!important}.admin-table-delete-new{width:40px!important}.admin-table-steam-id-new,.admin-table-telegram-id-new,.admin-table-bank-new{display:none!important}.admin-table-new td>div,.admin-table-new th>div{padding:2px 0!important;font-size:10px!important;line-height:1.2!important}.admin-table-actions{flex-direction:column!important;gap:6px!important;margin-top:12px!important}.admin-add-session-btn,.admin-table-refresh,.admin-clear-db-btn{width:100%!important;padding:8px!important;font-size:12px!important;min-height:36px!important}.admin-table-footer{flex-direction:column!important;gap:8px!important;padding:12px!important}.admin-table-footer-left{width:100%!important;font-size:11px!important}.admin-table-footer-right{width:100%!important;justify-content:center!important}.admin-page-btn{min-width:28px!important;height:28px!important;font-size:11px!important;padding:0!important}.admin-sidebar{width:100%!important;height:100vh!important;border-radius:0!important}.admin-sidebar-content,.admin-sidebar-header,.admin-sidebar-user-details{padding:12px!important}.admin-sidebar-actions-top{margin-bottom:12px!important;padding-bottom:12px!important}.admin-sidebar-ban-btn,.admin-sidebar-close-btn{padding:8px 12px!important;font-size:12px!important;min-height:36px!important}.admin-hide-toggle{display:none!important}.admin-table-new img{max-width:16px!important;max-height:16px!important}*{box-sizing:border-box!important}}.admin-sidebar-overlay{position:fixed;inset:0;background-color:#0000004d;z-index:1000;cursor:pointer}.admin-sidebar{position:fixed;top:0;right:0;bottom:0;width:400px;background-color:#fff;box-shadow:0 4px 22px #30335324;z-index:1001;overflow-y:auto;display:flex;flex-direction:column}.admin-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #E2E8F0;position:relative}.admin-sidebar-back{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s ease;margin-right:auto}.admin-sidebar-back:hover{opacity:1}.admin-sidebar-back img{width:14px;height:10px}.admin-sidebar-title{font-family:Inter,sans-serif;font-weight:600;font-size:18px;color:#1e293b;margin:0;flex:1;text-align:center}.admin-sidebar-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s ease}.admin-sidebar-close:hover{opacity:1}.admin-sidebar-close img{width:10px;height:10px}.admin-sidebar-content{padding:24px;flex:1}.admin-sidebar-user-info{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #E2E8F0}.admin-sidebar-user-details{display:flex;flex-direction:column;gap:8px;flex:1}.admin-sidebar-user-name{font-family:Inter,sans-serif;font-weight:600;font-size:20px;color:#1e293b}.admin-sidebar-user-account{font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#707a8a;text-decoration:none;transition:color .2s ease;display:flex;align-items:center;gap:4px}.admin-sidebar-user-account:hover{color:#000}.admin-sidebar-user-steam{color:#1b2838}.admin-sidebar-user-steam:hover{color:#66c0f4}.admin-sidebar-user-telegram{color:#08c}.admin-sidebar-user-telegram:hover{color:#229ed9}.admin-sidebar-section{margin-bottom:24px}.admin-sidebar-label{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.admin-sidebar-value{font-family:Inter,sans-serif;font-weight:500;font-size:16px;color:#1e293b;word-break:break-all}.admin-sidebar-fingerprint{display:flex;flex-direction:column;gap:8px}.admin-sidebar-fingerprint-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #F1F5F9}.admin-sidebar-fingerprint-item:last-child{border-bottom:none}.admin-sidebar-fingerprint-key{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#64748b}.admin-sidebar-fingerprint-value{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#1e293b;text-align:right;word-break:break-all;max-width:60%}.admin-sidebar-history{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto}.admin-sidebar-history-item{display:flex;flex-direction:column;gap:4px;padding:12px;background-color:#f8fafc;border-radius:6px}.admin-sidebar-history-time{font-family:Inter,sans-serif;font-weight:500;font-size:12px;color:#64748b}.admin-sidebar-history-action{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#1e293b}.admin-sidebar-history-amount{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#616a86}.admin-sidebar-history-status{font-family:Inter,sans-serif;font-weight:500;font-size:12px;padding:4px 8px;border-radius:4px;display:inline-block;width:fit-content}.admin-sidebar-history-status-успешно{background-color:#edffd3;color:#2c7322}.admin-sidebar-history-status-отменено{background-color:#f6cb9a;color:#1e293b}.admin-sidebar-history-status-в-процессе{background-color:#e2e8f0;color:#1e293b}.admin-sidebar-history-status-progress-16{background-color:#b49f9c;color:#fff}.admin-sidebar-history-status-progress-32{background-color:#daa88d;color:#fff}.admin-sidebar-history-status-progress-50{background-color:#dacb8d;color:#fff}.admin-sidebar-history-status-progress-78{background-color:#c5db86;color:#fff}.admin-sidebar-history-status-progress-100{background-color:#addfb0;color:#fff}.admin-sidebar-history-empty{font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#94a3b8;text-align:center;padding:24px}.admin-sidebar-actions{margin-top:32px;padding-top:24px;border-top:1px solid #E2E8F0}.admin-sidebar-actions-top{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #E2E8F0}.admin-sidebar-ban-btn,.admin-sidebar-confirm-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;background-color:#000;border:1px solid #E2E8F0;border-radius:10px;cursor:pointer;font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#fff;transition:all .2s ease}.admin-sidebar-ban-btn:hover,.admin-sidebar-confirm-btn:hover{background-color:#333}.admin-sidebar-confirm-btn-primary{background-color:#2563eb!important;border-color:#2563eb!important}.admin-sidebar-confirm-btn-primary:hover{background-color:#1d4ed8!important}.admin-sidebar-confirm-btn-success{background-color:#16a34a!important;border-color:#16a34a!important}.admin-sidebar-confirm-btn-success:hover{background-color:#15803d!important}.admin-sidebar-unban-btn{background-color:#6c757d!important}.admin-sidebar-unban-btn:hover{background-color:#5a6268!important}.admin-sidebar-ban-icon{width:16px;height:16px}.admin-widget-settings-form{background:#fff;padding:32px;overflow-x:hidden;box-sizing:border-box;min-height:100%}.admin-widget-settings-status{padding:12px 16px;border-radius:8px;margin-bottom:24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.admin-widget-settings-status-success{background-color:#d1fae5;color:#065f46;border:1px solid #A7F3D0}.admin-widget-settings-status-error{background-color:#fee2e2;color:#991b1b;border:1px solid #FECACA}.admin-widget-settings-status-warning{background-color:#fef3c7;color:#92400e;border:1px solid #FDE68A}.admin-widget-settings-tabs{display:flex;gap:0;margin-bottom:32px;border-bottom:2px solid #E2E8F0;background:#fff;border-radius:8px 8px 0 0;padding:0 32px}.admin-widget-settings-tab{padding:16px 24px;background:transparent;border:none;border-bottom:3px solid transparent;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#707a8a;cursor:pointer;transition:all .2s;margin-bottom:-2px;position:relative}.admin-widget-settings-tab:hover{color:#373a77;background-color:#f8f9fa}.admin-widget-settings-tab-active{color:#373a77;border-bottom-color:#373a77;font-weight:600}.admin-widget-settings-sections{display:flex;flex-direction:column;gap:32px}.admin-widget-settings-section{display:flex;flex-direction:column;gap:16px}.admin-widget-settings-section-title{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1.2;color:#2b2f33;margin:0;padding-bottom:12px;border-bottom:1px solid #EEF0F4}.admin-widget-settings-field{display:flex;flex-direction:column;gap:8px}.admin-widget-settings-label{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#2b2f33}.admin-widget-settings-input,.admin-widget-settings-textarea,.admin-widget-settings-select{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#2b2f33;background:#fff;border:1px solid #DDDEE8;border-radius:8px;padding:12px 16px;outline:none;transition:border-color .2s;box-sizing:border-box;width:100%}.admin-widget-settings-input:focus,.admin-widget-settings-textarea:focus,.admin-widget-settings-select:focus{border-color:#707a8a;box-shadow:0 0 0 3px #707a8a1a}.admin-widget-settings-textarea{resize:vertical;min-height:120px;font-family:Monaco,Consolas,Courier New,monospace}.admin-widget-settings-hint{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.4;color:#707a8a;margin:4px 0 0}.admin-widget-settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.admin-widget-settings-color-input{width:50px;height:40px;border:1px solid #DDDEE8;border-radius:8px;cursor:pointer;padding:0;outline:none}.admin-widget-settings-color-input::-webkit-color-swatch-wrapper{padding:0}.admin-widget-settings-color-input::-webkit-color-swatch{border:none;border-radius:7px}.admin-widget-settings-file-input{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#2b2f33;cursor:pointer}.admin-widget-settings-code-preview{background:#1e1e1e;border-radius:8px;padding:16px;margin-bottom:16px;overflow-x:auto;max-height:300px;overflow-y:auto}.admin-widget-settings-code{margin:0;font-family:Monaco,Consolas,Courier New,monospace;font-size:13px;line-height:1.6;color:#d4d4d4;white-space:pre;word-wrap:normal}.admin-widget-settings-code code{color:#d4d4d4}.admin-widget-settings-code code .keyword{color:#569cd6}.admin-widget-settings-code code .string{color:#ce9178}.admin-widget-settings-code code .number{color:#b5cea8}.admin-widget-settings-code code .comment{color:#6a9955}.admin-widget-settings-actions{display:flex;gap:12px;margin-top:32px;padding-top:32px;border-top:1px solid #EEF0F4}.admin-widget-settings-save-button,.admin-widget-settings-reload-button{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.5;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.admin-widget-settings-save-button{background:#373a77;color:#fff}.admin-widget-settings-save-button:hover:not(:disabled){background:#2b2e5f}.admin-widget-settings-save-button:disabled{opacity:.6;cursor:not-allowed}.admin-widget-settings-reload-button{background:#fff;color:#373a77;border:1px solid #DDDEE8}.admin-widget-settings-reload-button:hover:not(:disabled){background:#f8f9fa;border-color:#707a8a}.admin-widget-settings-reload-button:disabled{opacity:.6;cursor:not-allowed}.admin-widget-settings-loading,.admin-widget-settings-error{padding:24px;text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#707a8a}.admin-widget-settings-error{color:#991b1b}@media(max-width:768px){.admin-widget-settings-form{padding:24px}.admin-widget-settings-grid{grid-template-columns:1fr}.admin-widget-settings-tabs{padding:0 16px}}.payment-form-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative;font-family:Aeonik Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#383838}.payment-form-background{width:100%;min-height:100vh;background-color:#383838;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;position:relative}.payment-form-background-processing{gap:20px;justify-content:center;align-items:center;padding:20px 20px 60px}.session-timeout-timer-top{position:fixed;top:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:10px 20px;background:#383838f2;border-radius:8px;border:1px solid rgba(255,255,255,.1);z-index:100}.session-timeout-icon{font-size:14px}.session-timeout-text{font-family:Aeonik Pro,sans-serif;font-size:14px;font-weight:400;color:#ffffffb3}.session-timeout-text span{font-weight:500;color:#fff}.back-to-shop-button{display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;color:#ffffff80;font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:13px;line-height:1.15;cursor:pointer;transition:opacity .3s ease;margin-bottom:20px;width:100%;opacity:1}.back-to-shop-button:hover{opacity:.5}.back-button-icon{width:18.63px;height:18.63px;transition:opacity .3s ease}.back-to-shop-button:hover .back-button-icon{opacity:.5}.back-to-shop-button-processing{position:relative;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;color:#ffffff80;font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:13px;line-height:1.15;cursor:pointer;transition:opacity .3s ease;text-align:center;width:100%;padding:0}.back-to-shop-button-processing:hover{opacity:.5}.back-to-shop-button-processing .back-button-icon{width:18.63px;height:18.63px;transition:opacity .3s ease}.back-to-shop-button-processing:hover .back-button-icon{opacity:.5}.back-to-shop-button-processing-bottom{display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;color:#ffffff80;font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:13px;line-height:1.15;cursor:pointer;transition:opacity .3s ease;text-align:center;padding:0;margin-top:20px;width:100%}.back-to-shop-button-processing-bottom:hover{opacity:.5}.back-to-shop-button-processing-bottom .back-button-icon{width:18.63px;height:18.63px;transition:opacity .3s ease}.back-to-shop-button-processing-bottom:hover .back-button-icon{opacity:.5}.payment-card{background-color:#262626;border-radius:16px;padding:30px 40px 40px;max-width:483px;width:100%;box-shadow:0 22px 19px -10px #00000038;position:relative;display:flex;flex-direction:column;min-height:0;margin:0 auto}.payment-title{text-align:center;margin-bottom:30px;margin-top:20px}.payment-title h1{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:32px;line-height:1.15;color:#fff;margin:0 0 10px}.payment-amount{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:32px;line-height:1.15;color:#626262;margin:-5px 0 -15px}.bank-selection-container{display:flex;flex-direction:column;align-items:center;gap:0}.bank-selection-wrapper{background-color:#151515;border-radius:15px;padding-top:20px;padding-bottom:20px;width:440px;display:flex;flex-direction:column;align-items:center;gap:20px}.bank-selection-text{font-family:Aeonik Pro,sans-serif;font-weight:200;font-size:15px;line-height:1.25;color:#fff;text-align:center;margin:0}.bank-buttons-container{display:flex;gap:10px;width:calc(100% - 40px);max-width:433px}.bank-button{flex:1;background-color:#262626;border:none;border-radius:12px;padding:14px 20px;min-height:45px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:color .3s ease;font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:14px;line-height:1;color:#fff6;position:relative;overflow:hidden}.bank-button:before{content:"";position:absolute;inset:0;border-radius:12px;opacity:0;transition:opacity 1s ease;z-index:0}.bank-button span{display:flex;align-items:center;line-height:1;position:relative;z-index:1}.bank-button img{position:relative;z-index:1}.bank-button:hover{color:#fff}.bank-button-sber:before{background:linear-gradient(to right,#22622f,#43a655)}.bank-button-sber:hover:before{opacity:1;transition:opacity .6s ease}.bank-button-sber:hover{transition:color .3s ease}.bank-button-other:before{background:linear-gradient(to right,#6e4dff,#422e99)}.bank-button-other:hover:before{opacity:1;transition:opacity .6s ease}.bank-button-other:hover{transition:color .3s ease}.bank-button.active{color:#fffc;background-color:#333}.bank-logo{width:21.55px;height:21.83px;opacity:.4}.bank-button:hover .bank-logo{opacity:.6}.bank-button.active .bank-logo{opacity:.8}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:60px 20px;min-height:200px}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#44b182;border-radius:50%}.loading-container p{font-family:Aeonik Pro,sans-serif;font-weight:400;font-size:15px;color:#fff9;margin:0}.payment-details-container{display:flex;flex-direction:column;align-items:center;gap:30px;padding:20px 0}.qr-code-wrapper{background-color:#151515;border-radius:15px;padding:20px;display:flex;align-items:center;justify-content:center}.qr-code{width:200px;height:200px}.payment-info{width:100%;background-color:#151515;border-radius:15px;padding:20px;display:flex;flex-direction:column;gap:15px}.payment-info-item{display:flex;flex-direction:column;gap:5px}.info-label{font-family:Aeonik Pro,sans-serif;font-weight:400;font-size:13px;color:#ffffff80}.info-value{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:16px;color:#fff;word-break:break-all}.change-bank-button{background-color:#262626;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 24px;font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:14px;color:#fff9;cursor:pointer;transition:all .3s ease}.change-bank-button:hover{background-color:#2d2d2d;color:#fffc;border-color:#fff3}@media(max-width:640px){.payment-card{padding:30px 20px;margin:20px}.payment-title h1,.payment-amount{font-size:24px}.bank-buttons-container{flex-direction:column}.bank-button{width:100%}.qr-code{width:180px;height:180px}}.payment-details-state{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;flex:1;min-height:0;position:relative}.payment-details-header{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:20px;margin-top:20px;position:relative}.payment-details-title{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:32px;line-height:1.15;color:#fff;text-align:center;margin:0;flex:1}.info-button{background:transparent;border:none;cursor:pointer;padding:0;position:absolute;left:0;display:flex;align-items:center;justify-content:center}.info-button img{width:38px;height:38px}.bank-selection-state-wrapper{background-color:#151515;border-radius:15px;padding:20px;width:440px;margin-bottom:20px;box-shadow:0 22px 19px -10px #0000000f;box-sizing:border-box}.bank-buttons-state-container{display:flex;gap:10px;width:100%}.bank-button-state{flex:1;background-color:#262626;border:none;border-radius:12px;padding:14px 20px;min-height:45px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:color .3s ease,background .3s ease;font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:14px;line-height:1;color:#fff6;position:relative;overflow:hidden}.bank-button-state:before{content:"";position:absolute;inset:0;border-radius:12px;opacity:0;transition:opacity 1s ease;z-index:0}.bank-button-state span{display:flex;align-items:center;line-height:1;position:relative;z-index:1}.bank-button-state img{position:relative;z-index:1}.bank-button-state:hover{color:#fff}.bank-button-state-inactive{opacity:.4}.bank-button-state-inactive:hover{opacity:.6}.bank-button-state-active{color:#fff}.bank-button-state.bank-button-state-active.bank-button-sber{background:linear-gradient(to right,#22622f,#43a655)!important;background-color:transparent!important}.bank-button-state.bank-button-state-active.bank-button-other{background:linear-gradient(to right,#6e4dff,#422e99)!important;background-color:transparent!important}.bank-button-state-sber:before{background:linear-gradient(to right,#22622f,#43a655)}.bank-button-state-sber.bank-button-state-active:before,.bank-button-state-active.bank-button-state-sber:before{opacity:1!important}.bank-button-state-sber:hover:before{opacity:1;transition:opacity .6s ease}.bank-button-state-other:before{background:linear-gradient(to right,#6e4dff,#422e99)}.bank-button-state-other.bank-button-state-active:before,.bank-button-state-active.bank-button-state-other:before{opacity:1!important}.bank-button-state-other:hover:before{opacity:1;transition:opacity .6s ease}.bank-logo-state{width:22px;height:22px}.qr-code-large-wrapper{background-color:#151515;border-radius:0 0 16px 16px;padding:20px 20px 40px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:calc(100% + 80px);margin:0 -40px -40px;flex:1 1 auto;min-height:0;box-sizing:border-box;max-width:calc(100% + 80px);gap:15px}.qr-code-large{width:440px;height:440px}.payment-amounts-info{display:flex;align-items:flex-end;justify-content:center;gap:20px;margin-bottom:20px;position:relative;flex-wrap:nowrap}.amount-arrow-mobile,.amount-values-column,.amount-labels-column{display:none}.amount-section{display:flex;flex-direction:column;align-items:center;gap:4px}.amount-label{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:14px;line-height:1.15;color:#fff}.amount-value{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:32px;line-height:1.15}.amount-to-pay{color:#6fcf6f}.amount-to-receive{color:#fff6}.amount-arrow{display:flex;align-items:center;align-self:flex-start;margin:8px 0 0}.amount-arrow img{width:32px;height:8px}.commission-info{font-family:Aeonik Pro,sans-serif;font-weight:400;font-size:14px;line-height:1.15;color:#ffa6a6;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:0;align-self:flex-end}.commission-amount{font-weight:700}.payment-details-text-wrapper{display:block;padding:0 20px;position:relative;z-index:1;max-width:440px;margin:0 auto 20px}.payment-details-text{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:14px;line-height:1.14;text-align:center;white-space:pre-line;margin:0;width:100%}.payment-details-download-button{position:absolute;right:-80px;top:0;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:flex-start;justify-content:center;transition:opacity .3s ease;z-index:2}.payment-details-download-button:hover{opacity:.7}.payment-details-download-button img{width:48px;height:48px;display:block}.payment-details-text-wrapper .payment-details-text .payment-details-text-regular{display:block}.payment-details-text-wrapper .payment-details-text .payment-details-text-first-regular{margin-top:20px;display:block}.payment-details-text-bold{color:#747474;font-weight:700}.payment-details-text-regular{color:#fff;font-weight:400}.payment-confirmed-button{background-color:#fff;border:none;border-radius:14px;padding:18px;width:440px;font-family:Aeonik Pro,sans-serif;font-weight:700;font-size:16px;line-height:1.15;color:#000;cursor:pointer;transition:all .3s ease;margin:0;position:relative;z-index:1}.payment-confirmed-button:hover{background-color:#ffffffb3}.support-button{background:transparent;border:none;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Aeonik Pro,sans-serif;font-weight:700;font-size:13px;line-height:1.15;color:#ffffff80;cursor:pointer;transition:opacity .3s ease;margin-top:20px;width:100%}.support-button:hover{color:#fff}.support-icon{width:19px;height:20px;opacity:.4}.support-button:hover .support-icon{opacity:1}@media(max-width:640px){.qr-code-large{width:280px;height:280px}.payment-amounts-info{flex-direction:column;gap:15px}.commission-info{position:static;text-align:center;margin-top:10px}.amount-arrow{transform:rotate(90deg);margin:10px 0}}.payment-processing-card{display:flex;flex-direction:column;overflow:hidden;position:relative;margin:0 auto}.payment-processing-state-wrapper{display:flex;flex-direction:column;flex:1;min-height:0;position:relative;margin-top:0;padding-top:0}.payment-processing-header{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-bottom:20px;margin-top:20px;position:relative;padding:0;text-align:center}.payment-processing-title{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:32px;line-height:1.15;text-align:center;color:#fff;margin:0 auto;width:100%;max-width:100%;padding:0 40px;box-sizing:border-box}.payment-processing-dark-wrapper{background-color:#151515;border-radius:0 0 16px 16px;padding:30px 40px 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:calc(100% + 80px);margin:0 -40px -40px;flex:1 1 auto;min-height:520px;box-sizing:border-box;max-width:calc(100% + 80px)}.payment-processing-content{display:flex;flex-direction:column;align-items:center;width:100%;gap:10px;min-height:450px;position:relative}.transaction-info{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:12px;margin-bottom:0}.transaction-label{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:14px;line-height:1.43;text-align:center;color:#8f8f8f;margin:0}.transaction-id{font-family:Aeonik Pro,sans-serif;font-weight:700;font-size:14px;line-height:1.43;text-align:center;color:#fff;margin:0}.timer-content-wrapper{position:relative;width:100%;min-height:248px;display:flex;align-items:center;justify-content:center;margin:20px 0}.timer-container{position:absolute;top:0;left:50%;transform:translate(-50%);width:248px;height:248px;display:flex;align-items:center;justify-content:center}.timer-circle{width:100%;height:100%}.progress-circle{transform:rotate(-90deg);transform-origin:center;will-change:stroke-dashoffset,stroke}.timer-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:56px;line-height:1.15;text-align:center;text-transform:uppercase;color:#fff;pointer-events:none}.check-balance-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:20px;line-height:1.15;text-align:center;text-transform:uppercase;color:#fff;white-space:pre-line;pointer-events:none}.admin-status-text{font-size:18px;line-height:1.3;color:#fff;text-shadow:none;animation:none}.admin-status-text.success{color:#fff;text-shadow:none;animation:none}.payment-processing-description{font-family:Aeonik Pro,sans-serif;font-size:14px;line-height:1.57;text-align:center;margin:0;white-space:pre-line}.payment-processing-description-gray{color:#8f8f8f;font-weight:400}.payment-processing-description-white{color:#fff;font-weight:600}.payment-processing-description-close{margin-top:10px;margin-bottom:0}.content-transition-wrapper{position:relative;width:100%;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.timer-content-block,.new-content-wrapper{position:absolute;top:0;left:0;right:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.support-button-processing{background-color:#262626;border:none;border-radius:14px;padding:18px 78px;display:flex;align-items:center;gap:8px;font-family:Aeonik Pro,sans-serif;font-weight:700;font-size:16px;line-height:1.15;color:#828282;cursor:pointer;transition:all .3s ease;margin-top:10px}.support-button-processing:hover{background-color:#2f2f2f;color:#fff}.support-button-processing .support-icon{width:19px;height:20px;opacity:.4;transition:opacity .3s ease}.support-button-processing:hover .support-icon{opacity:1}.timer-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;gap:0;margin-bottom:0}.check-balance-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;gap:10px;margin-bottom:0}.check-balance-circle{position:absolute;top:0;left:50%;transform:translate(-50%);width:248px;height:248px;display:flex;align-items:center;justify-content:center}.check-balance-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:20px;line-height:1.15;text-align:center;text-transform:uppercase;color:#fff;white-space:pre-line}.support-button-processing-dashed{background-color:transparent;border:1px dashed #4FC3F7;border-radius:14px;padding:18px 40px;display:flex;align-items:center;gap:8px;font-family:Aeonik Pro,sans-serif;font-weight:700;font-size:16px;line-height:1.15;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:10px}.support-button-processing-dashed:hover{background-color:#4fc3f733;border-color:#4fc3f7;color:#fff}.support-button-processing-dashed .support-icon{width:19px;height:20px;opacity:1;transition:opacity .3s ease}.support-button-processing-dashed:hover .support-icon{opacity:1}@media(max-width:640px){.payment-processing-title{font-size:24px;margin-top:20px;margin-bottom:15px}.timer-container{width:150px;height:150px}.timer-text{font-size:36px}.payment-processing-dark-wrapper{padding:30px 20px}.support-button-processing{padding:16px 40px;font-size:14px}}.info-popup-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.info-popup-content{background-color:#262626;border-radius:16px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;padding:40px;box-shadow:0 22px 19px -10px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.info-popup-close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff9;font-size:32px;line-height:1;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;padding:0}.info-popup-close:hover{color:#fff;background-color:#ffffff1a}.info-popup-body{display:flex;flex-direction:column;gap:30px}.info-popup-title{font-family:Aeonik Pro,sans-serif;font-weight:500;font-size:32px;line-height:1.15;color:#fff;margin:0;text-align:center}.info-popup-steps{display:flex;flex-direction:column;gap:24px}.info-popup-step{display:flex;gap:20px;align-items:flex-start}.info-popup-step-number{width:40px;height:40px;min-width:40px;background-color:#151515;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Aeonik Pro,sans-serif;font-weight:700;font-size:18px;line-height:1;color:#fff;flex-shrink:0;margin-top:-4px}.info-popup-step-text{flex:1;display:flex;flex-direction:column;gap:8px}.info-popup-step-text strong{font-family:Aeonik Pro,sans-serif;font-weight:700;font-size:16px;line-height:1.25;color:#fff;margin:0}.info-popup-step-text p{font-family:Aeonik Pro,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#ffffffb3;margin:0}.info-popup-step-text .info-popup-note{margin-top:12px;padding:12px;background-color:#ffffff0d;border-radius:8px;border-left:3px solid rgba(255,255,255,.3)}.info-popup-step-text .info-popup-note strong{color:#fff;font-weight:700}.info-popup-image{width:100%;max-width:300px;height:200px;object-fit:contain;object-position:center;border-radius:8px;margin-top:12px;display:block}@media(max-width:640px){.info-popup-content{padding:30px 20px;width:95%}.info-popup-title{font-size:24px}.info-popup-step{gap:15px}.info-popup-step-number{width:36px;height:36px;min-width:36px;font-size:16px}.info-popup-step-text strong{font-size:15px}.info-popup-step-text p{font-size:13px}}@media(min-width:300px)and (max-width:500px){.payment-form-background{padding:0 15px}.payment-form-background-processing{padding:10px 10px 40px}.payment-card{max-width:100%!important;padding:25px 0 0!important}.payment-title{margin-bottom:20px;margin-top:0}.payment-title h1{font-size:28px;line-height:1.2;margin-bottom:8px;margin-top:12px}.payment-amount{font-size:28px;margin-bottom:-15px;margin-top:-5px}.payment-purpose-text{font-size:13px;margin:10px 0 -5px;line-height:1.3}.bank-selection-wrapper{max-width:calc(100% - 30px)!important;padding:20px 0 16px!important;gap:22px;margin-bottom:36px!important;width:100%!important}.bank-selection-text{font-size:14px;line-height:1.3}.bank-buttons-container{width:calc(100% - 30px)!important;max-width:100%!important;gap:10px;flex-direction:row!important;display:flex!important}.bank-button{padding:14px 16px;min-height:48px;font-size:13px;flex:1}.back-to-shop-button{margin-bottom:-5px;margin-top:17px;font-weight:400;font-size:12px}.back-button-icon{width:14px;height:14px;margin-top:-4px}.payment-details-state{width:100%!important}.payment-details-header{padding:0 20px!important;margin-bottom:16px!important;position:relative}.payment-details-title{font-size:28px;line-height:1.2;margin-top:0}.info-button{width:22px;height:22px;left:34px;top:-29px}.info-button img{width:32px;height:32px}.bank-selection-state-wrapper{width:calc(100% - 20px)!important;max-width:100%!important;padding:16px!important;margin-bottom:16px!important}.bank-buttons-state-container{gap:8px}.bank-button-state{padding:12px 16px;min-height:4px;font-size:14px}.amount-section-desktop,.amount-arrow-desktop,.commission-info-desktop{display:none!important}.payment-amounts-info{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;padding:0 13px!important;margin-bottom:16px;margin-left:auto;margin-right:auto;gap:6px;flex-direction:row!important;align-items:flex-start;justify-content:flex-start;box-sizing:border-box}.amount-arrow-mobile{display:flex!important;align-items:center;justify-content:center;padding-top:15px;flex-shrink:0;align-self:stretch;padding-bottom:0;height:100%}.arrow-mobile-icon{height:55px;width:auto;object-fit:contain}.amount-values-column{display:flex!important;flex-direction:column;align-items:flex-start;gap:8px;flex-shrink:0;min-width:fit-content;max-width:fit-content}.amount-values-column .amount-value{font-size:36px;line-height:1;font-weight:00;margin:0;padding-right:0;white-space:nowrap}.amount-values-column .amount-value.amount-to-receive{margin-top:4px}.amount-labels-column{display:flex!important;flex-direction:column;align-items:flex-end;gap:2px;padding-top:0;text-align:right;flex:1 1 auto;min-width:0;max-width:100%}.amount-labels-column .amount-label{font-size:14px;line-height:2;font-weight:200;margin:0;color:#fff;text-align:right;white-space:nowrap}.commission-info-mobile{font-family:Aeonik Pro,sans-serif;font-weight:200;font-size:12px;line-height:1.2;color:#ffa6a6;margin:0;text-align:right;white-space:normal;word-wrap:break-word;max-width:100%;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.commission-info-mobile .commission-amount{font-weight:600;font-size:12px;display:block;margin-top:0;line-height:1.2}.commission-info{font-size:14px;line-height:1;margin-top:8px}.commission-amount{font-size:14px}.qr-code-large-wrapper{width:100%!important;margin:0!important;max-width:100%!important;padding:20px 26px 45px!important;gap:12px;border-radius:0 0 16px 16px!important}.qr-code-large{width:85%!important;max-width:100%!important;height:auto!important;aspect-ratio:1}.payment-details-text-wrapper{padding:0 20px}.payment-details-text{max-width:100%;padding:0;font-size:13px;line-height:1.4}.payment-details-text-bold{font-size:13px}.payment-details-download-button{right:-46px;width:80px;height:80px}.payment-details-download-button img{width:36px;height:36px}.support-button{width:100%;max-width:100%;font-weight:400;padding:14px 20px;font-size:13px;margin-top:-8px;margin-bottom:6px}.payment-confirmed-button{padding:16px 0!important;width:100%!important;margin-top:-6px!important;font-size:16px!important;max-width:100%!important}.payment-processing-card{padding:0;height:650px}.payment-processing-header{padding:0;margin-bottom:20px}.payment-processing-title{font-size:28px;line-height:1.2;margin-bottom:5px;margin-top:-10px}.transaction-info{margin-top:8px}.transaction-label{font-size:14px;font-weight:400}.transaction-id{font-size:14px}.payment-processing-dark-wrapper{padding-top:10px;padding-bottom:0}.payment-processing-content{min-height:360px;gap:36px}.timer-content-wrapper{margin-bottom:0}.timer-container{width:220px;height:220px}svg.timer-circle{width:220px;height:220px}.timer-text{font-size:45px;line-height:1}.check-balance-text{font-size:20px;line-height:1.3}.timer-content-block,.new-content-wrapper{padding:0;margin-top:-25px}.timer-content-description{font-size:13px;line-height:1.5;margin-bottom:12px}.timer-content-description .first-line,.timer-content-description .second-line{font-size:13px}.support-button-processing{padding:20px 50px;font-size:14px;margin-top:12px}.support-button-processing-dashed{padding:20px;font-size:14px;font-weight:400;margin-top:0}.content-transition-wrapper{min-height:120px}.back-to-shop-button-processing-bottom{margin-top:6px;font-size:13px;font-weight:400}}@media(min-width:500px)and (max-width:767px){.payment-form-background{padding:0 10px}.payment-form-background-processing{padding:10px 10px 40px}.payment-card{max-width:100%!important;padding:25px 0 0!important}.payment-title{margin-bottom:20px;margin-top:0}.payment-title h1{font-size:28px;line-height:1.2;margin-bottom:8px;margin-top:12px}.payment-amount{font-size:28px;margin-bottom:-15px;margin-top:-5px}.payment-purpose-text{font-size:13px;margin:10px 0 -5px;line-height:1.3}.bank-selection-wrapper{max-width:100%!important;padding:20px 0 16px!important;gap:22px;margin-bottom:36px!important;width:100%!important}.bank-selection-text{font-size:14px;line-height:1.3}.bank-buttons-container{width:calc(100% - 30px)!important;max-width:100%!important;gap:10px;flex-direction:row!important;display:flex!important}.bank-button{padding:14px 16px;min-height:48px;font-size:13px;flex:1}.back-to-shop-button{margin-bottom:0;margin-top:10px;font-weight:300;font-size:13px}.back-button-icon{width:16px;height:16px;margin-top:-4px}.payment-details-state{width:100%!important}.payment-details-header{padding:0 20px!important;margin-bottom:16px!important;position:relative}.payment-details-title{font-size:28px;line-height:1.2;margin-top:0}.info-button{width:32px;height:32px;left:50px;top:12px}.info-button img{width:42px;height:42px}.bank-selection-state-wrapper{width:calc(100% - 20px)!important;max-width:100%!important;padding:16px!important;margin-bottom:16px!important}.bank-buttons-state-container{gap:8px}.bank-button-state{padding:12px 16px;min-height:4px;font-size:14px}.amount-section-desktop,.amount-arrow-desktop,.commission-info-desktop{display:none!important}.payment-amounts-info{max-width:100%;padding:0;margin-bottom:16px;gap:16px;flex-direction:row!important;align-items:flex-start;justify-content:center}.amount-arrow-mobile{display:flex!important;align-items:center;justify-content:center;padding-top:12px}.arrow-mobile-icon{height:73px}.amount-values-column{display:flex!important;flex-direction:column;align-items:flex-start;gap:12px}.amount-values-column .amount-value{font-size:40px;line-height:1.1;font-weight:500;margin:0;padding-right:40px}.amount-labels-column{display:flex!important;flex-direction:column;align-items:flex-end;gap:4px;padding-top:0;text-align:right}.amount-labels-column .amount-label{font-size:14px;line-height:2;font-weight:200;margin:0;color:#fff;text-align:right}.commission-info-mobile{font-family:Aeonik Pro,sans-serif;font-weight:200;font-size:14px;line-height:1.1;color:#ffa6a6;margin:0;text-align:right;white-space:pre-line}.commission-info-mobile .commission-amount{font-weight:500;font-size:14px;display:block}.commission-info{font-size:14px;line-height:1;margin-top:8px}.commission-amount{font-size:14px}.qr-code-large-wrapper{width:100%!important;margin:0!important;max-width:100%!important;padding:26px 26px 45px!important;gap:12px;border-radius:0 0 16px 16px!important}.qr-code-large{width:75%!important;max-width:100%!important;height:auto!important;aspect-ratio:1}.payment-details-text-wrapper{padding:0 20px}.payment-details-text{max-width:100%;padding:0;font-size:16px;line-height:1.5}.payment-details-text-bold{font-size:16px}.payment-details-download-button{right:-78px;width:90px;height:90px}.payment-details-download-button img{width:50px;height:50px}.support-button{width:100%;max-width:100%;font-weight:400;padding:14px 20px;font-size:13px;margin-top:-8px;margin-bottom:6px}.payment-confirmed-button{padding:16px 0!important;width:100%!important;font-size:16px!important;max-width:100%!important}.payment-processing-card{padding:0}.payment-processing-header{padding:0;margin-bottom:20px}.payment-processing-title{font-size:28px;line-height:1.2;margin-bottom:12px;margin-top:10}.transaction-info{margin-top:8px}.transaction-label{font-size:14px;font-weight:400}.transaction-id{font-size:14px}.payment-processing-dark-wrapper{padding-top:10px;padding-bottom:0}.payment-processing-content{min-height:360px;gap:36px}.timer-content-wrapper{margin-bottom:0}.timer-container{width:260px;height:260px}svg.timer-circle{width:260px;height:260px}.timer-text{font-size:60px;line-height:1}.check-balance-text{font-size:23px;line-height:1.3}.timer-content-block,.new-content-wrapper{padding:0}.timer-content-description{font-size:13px;line-height:1.5;margin-bottom:12px}.timer-content-description .first-line,.timer-content-description .second-line{font-size:13px}.support-button-processing{padding:20px 100px;font-size:14px;margin-top:12px}.support-button-processing-dashed{padding:20px 50px;font-size:14px;font-weight:400;margin-top:0}.content-transition-wrapper{min-height:120px}.back-to-shop-button-processing-bottom{margin-top:6px;font-size:13px;font-weight:400}}.test-form-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.test-form-wrapper{background:#fff;border-radius:16px;padding:40px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d}.test-form-title{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 10px;text-align:center}.test-form-subtitle{font-size:14px;color:#718096;margin:0 0 30px;text-align:center;line-height:1.5}.test-form{display:flex;flex-direction:column;gap:20px}.test-form-field{display:flex;flex-direction:column;gap:8px}.test-form-label{font-size:14px;font-weight:600;color:#2d3748}.test-form-input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s;font-family:inherit}.test-form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.test-form-input::placeholder{color:#a0aec0}.test-form-error{padding:12px 16px;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px}.test-form-button{padding:14px 24px;background-color:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:10px}.test-form-button:hover:not(:disabled){background-color:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.test-form-button:disabled{opacity:.6;cursor:not-allowed}.test-form-info{margin-top:30px;padding:20px;background-color:#f7fafc;border-radius:8px;font-size:13px;color:#4a5568;line-height:1.6}.test-form-info p{margin:8px 0}.test-form-info p:first-child{margin-top:0}.test-form-info p:last-child{margin-bottom:0}.processing-page{min-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative}.processing-content{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.processing-text-container{display:flex;align-items:center;justify-content:center}.processing-text{font-size:48px;font-weight:700;color:#fff;background-color:#000;padding:20px 40px;border-radius:8px;margin:0;text-transform:lowercase;letter-spacing:2px}.processing-promo-button{position:absolute;top:20px;right:20px;padding:12px 24px;background-color:#000;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;text-transform:lowercase;letter-spacing:1px}.processing-promo-button:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.processing-promo-button:active{transform:translateY(0)}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-C-Na7LuN.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-ogcF-5fV.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-SemiBold-CjJ12acT.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-DMEK_1R0.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg-primary: #0C1015;--bg-gradient-start: #0C1015;--bg-gradient-end: #0C1015;--text-primary: #ffffff;--text-secondary: #a8b3cf;--text-muted: rgba(168, 179, 207, .5);--button-border: rgba(255, 255, 255, .2);--button-hover: rgba(255, 255, 255, .1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 48px;--spacing-xxl: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--radius-full: 999px}.landing-page-wrapper{font-family:var(--font-family);background-color:#0c1015;background-image:radial-gradient(circle at 50% 0%,#14326466,#0c101500 60%);background-repeat:no-repeat;background-size:100% 500px;color:var(--text-primary);min-height:100vh;overflow-x:hidden}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative;padding:var(--spacing-sm)}.header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-sm) 0;position:relative;z-index:10}.logo{display:flex;align-items:center}.logo-mobile{display:block;height:40px}.logo-desktop{display:none}.login-btn{padding:10px 24px;border:1px solid var(--button-border);border-radius:var(--radius-full);color:var(--text-primary);font-size:14px;font-weight:500;background:transparent;transition:all .3s ease}.login-btn:hover{background:var(--button-hover);border-color:#ffffff4d}.main-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:0}.canvas-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;opacity:0;transition:opacity .5s ease;z-index:0}.canvas-full{display:none}.hero{text-align:center;max-width:100%;position:relative;z-index:5}.hero-subtitle{font-size:14px;font-weight:400;color:var(--text-secondary);margin-bottom:var(--spacing-sm);letter-spacing:.02em}.hero-title{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:var(--spacing-xs);letter-spacing:-.02em}.hero-business{font-size:14px;font-weight:400;color:var(--text-secondary);margin-bottom:var(--spacing-lg)}.payment-methods{display:flex;justify-content:center;align-items:center;margin-bottom:var(--spacing-xl)}.payment-icons{max-width:240px;height:auto}.tagline{font-size:20px;font-weight:800;color:var(--text-muted);line-height:1.5;letter-spacing:-.02em}.footer{text-align:center;padding:var(--spacing-md) 0;position:relative;z-index:10}.footer-email{font-size:12px;font-weight:400;color:var(--text-secondary);margin-bottom:var(--spacing-xs)}.footer-copyright{font-size:12px;font-weight:400;color:var(--text-secondary)}@media(min-width:300px)and (max-width:500px){.container{padding:var(--spacing-sm)}.hero-subtitle{font-size:15px;margin-bottom:18px}.hero-title{font-size:42px;margin-bottom:12px}.hero-business{font-size:15px;margin-bottom:var(--spacing-xl)}.payment-icons{max-width:260px}.tagline{font-size:24px}.footer-email,.footer-copyright{font-size:13px}}@media(min-width:501px){.container{padding:var(--spacing-lg) var(--spacing-xxl)}.header{padding:var(--spacing-md) 0}.logo-mobile{display:none}.logo-desktop{display:block;height:32px}.login-btn{padding:12px 32px;font-size:15px}.canvas-bg{opacity:1;z-index:0}.canvas-full{display:block;position:absolute;bottom:0;left:0;width:100%;height:auto;min-height:100%;object-fit:cover;object-position:bottom}body{background-image:none}.hero{max-width:800px;margin:0 auto}.hero-subtitle{font-size:18px;margin-bottom:var(--spacing-md)}.hero-title{font-size:56px;margin-bottom:var(--spacing-sm);letter-spacing:-.03em}.hero-business{font-size:18px;margin-bottom:var(--spacing-xl)}.payment-methods{margin-bottom:var(--spacing-xxl)}.payment-icons{max-width:320px}.tagline{font-size:34px;color:#a8b3cf66}.footer{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-lg) 0}.footer-email{margin-bottom:0;font-size:12px}.footer-copyright{font-size:12px}}.footer-email:hover{opacity:.6}.rotating-text{display:inline-block;position:relative;transition:opacity .8s ease}.rotating-text:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-primary);animation:rotateText 6s infinite}@keyframes rotateText{0%,33.33%{transform:translateY(0);opacity:1}33.34%,66.66%{transform:translateY(-100%);opacity:0}66.67%,to{transform:translateY(-200%);opacity:0}}.rotating-text:after{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero>*{animation:fadeIn .6s ease-out backwards}.hero-subtitle{animation-delay:.1s}.hero-title{animation-delay:.2s}.hero-business{animation-delay:.3s}.payment-methods{animation-delay:.4s}.tagline{animation-delay:.5s}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-C-Na7LuN.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-ogcF-5fV.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-SemiBold-CjJ12acT.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-DMEK_1R0.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg-primary: #0C1015;--text-primary: #ffffff;--text-secondary: #a8b3cf;--text-muted: rgba(168, 179, 207, .5);--card-bg: rgba(22, 27, 34, .6);--card-border: rgba(255, 255, 255, .08);--input-bg: rgba(12, 16, 21, .8);--input-border: rgba(255, 255, 255, .1);--input-focus: rgba(255, 255, 255, .2);--btn-primary-bg: #E1E4E8;--btn-primary-text: #0C1015;--btn-primary-hover: #ffffff;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--radius-sm: 8px;--radius-md: 12px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.login-page-wrapper{font-family:var(--font-family);background-color:#0c1015;background-image:radial-gradient(circle at 50% 0%,#14326440,#0c101500 60%);background-repeat:no-repeat;background-size:100% 500px;color:var(--text-primary);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:var(--spacing-sm)}body{margin:0;padding:0}a{text-decoration:none;color:inherit;transition:color .2s}a:hover{color:var(--text-primary)}.auth-container{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg);animation:fadeIn .6s ease-out}.logo-link{display:block;transition:transform .2s ease}.logo-link:hover{transform:scale(1.02)}.auth-logo{height:32px;width:auto}.auth-card{width:100%;background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);padding:var(--spacing-lg);box-shadow:0 4px 24px #0003}.auth-title{font-size:24px;font-weight:600;text-align:center;margin-bottom:var(--spacing-xs);color:var(--text-primary)}.auth-subtitle{font-size:14px;color:var(--text-secondary);text-align:center;margin-bottom:var(--spacing-lg)}.auth-form{display:flex;flex-direction:column;gap:var(--spacing-md)}.form-group{display:flex;flex-direction:column;gap:var(--spacing-xs)}.form-label{font-size:13px;font-weight:500;color:var(--text-secondary)}.form-input{width:100%;padding:10px 12px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--radius-sm);color:var(--text-primary);font-family:inherit;font-size:14px;transition:all .2s ease;outline:none}.form-input:focus{border-color:var(--input-focus);box-shadow:0 0 0 2px #ffffff0d}.form-input::placeholder{color:var(--text-muted)}.form-footer{display:flex;justify-content:flex-end;margin-top:-8px}.forgot-password{font-size:12px;color:var(--text-secondary)}.forgot-password:hover{color:var(--text-primary);text-decoration:underline}.submit-btn{width:100%;padding:12px;background:var(--text-primary);color:var(--bg-primary);border:none;border-radius:var(--radius-sm);font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;margin-top:var(--spacing-xs);margin-bottom:var(--spacing-sm)}.submit-btn:hover{background:#fff;box-shadow:0 0 12px #ffffff1a;transform:translateY(-1px)}.submit-btn:active{transform:translateY(0)}.auth-footer{margin-top:var(--spacing-lg);text-align:center;font-size:13px;color:var(--text-secondary)}.register-link{color:var(--text-primary);font-weight:500;margin-left:4px}.register-link:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
