:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0a0a0a 0%,#1a0a2e 50%,#0a0a0a 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{text-align:center;background:#0a0a0ae6;border-bottom:1px solid #667eea33;padding:.9rem 2rem;box-shadow:0 1px 3px #667eea4d}.header-logo{object-fit:contain;mix-blend-mode:lighten;filter:brightness(1.1)contrast(1.2);width:200px;height:60px}.header-content{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;max-width:1200px;margin:0 auto;display:flex}.language-toggle{color:#fff;cursor:pointer;background:#667eea1a;border:1px solid #667eea80;border-radius:6px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.language-toggle:hover{background:#667eea4d;border-color:#667eea;box-shadow:0 0 10px #667eea80}.app-header h1{color:#fff;margin-bottom:0;font-size:1.5rem}.app-header p{color:#ffffffb3;font-size:.9rem;font-weight:700}.app-main{flex:.4;justify-content:center;align-items:flex-start;padding:9rem 1rem;display:flex}.app-footer{color:#fff;text-align:center;background:#0003;flex-direction:column;align-items:center;gap:.25rem;padding:.25rem;display:flex}.payment-form-container,.payment-status-container{background:#14141ee6;border:1px solid #667eea4d;border-radius:12px;width:100%;max-width:500px;margin:0;padding:2.5rem;box-shadow:0 0 20px #667eea4d}.exchange-rate-display{background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.exchange-rate-display .rate-info{align-items:center;gap:.5rem;display:flex}.exchange-rate-display .exchange-name{color:#10b981;background:#10b98133;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:700}.exchange-rate-display .rate-label{color:#9ca3af;font-weight:500}.exchange-rate-display .rate-right{align-items:center;gap:1rem;display:flex}.exchange-rate-display .rate-value{color:#10b981;font-size:1.1rem;font-weight:700}.exchange-rate-display .live-indicator{align-items:center;gap:.5rem;font-size:.75rem;display:flex}.exchange-rate-display .live-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 8px #10b98199}.exchange-rate-display .live-text{color:#10b981;text-transform:uppercase;font-weight:600}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.form-header,.status-header{color:#667eea;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.logo-image{object-fit:contain;width:48px;height:48px}.form-header h2,.status-header h2{color:#fff;font-size:1.8rem}.site-name-display{color:#fffc;justify-content:center;align-items:center;gap:.5rem;margin-top:0;margin-bottom:1.5rem;font-size:.9rem;display:flex}.site-name-label{color:#667eeacc;font-weight:500}.site-name-value{color:#10b981;font-weight:600}.payment-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;width:100%;display:flex}.payment-form .form-row{grid-template-columns:48% 48%!important;justify-content:space-between!important;gap:4%!important;width:100%!important;display:grid!important}.quick-amount-buttons{grid-template-columns:repeat(6,1fr);gap:.5rem;width:100%;margin-top:.5rem;display:grid}.quick-amount-buttons button{color:#667eea;cursor:pointer;background:#667eea1a;border:1px solid #667eea4d;border-radius:6px;width:100%;padding:.6rem .5rem;font-size:.85rem;font-weight:500;transition:all .2s}.quick-amount-buttons button:first-child,.quick-amount-buttons button:nth-child(2),.quick-amount-buttons button:nth-child(3){grid-column:span 2}.quick-amount-buttons button:nth-last-child(2),.quick-amount-buttons button:last-child{grid-column:span 3}.quick-amount-buttons button:hover{background:#667eea33;border-color:#667eea80;transform:translateY(-1px)}.quick-amount-buttons button:active{transform:translateY(0)}.form-group label{color:#fff;font-size:.95rem;font-weight:600}.form-group:has(input[name=destinationWalletAddress]){display:none}.form-group input,.form-group select{color:#fff;background:#0000004d;border:1px solid #667eea4d;border-radius:4px;padding:.75rem;font-size:1rem;transition:all .2s}.form-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-group input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-group input[type=number]{appearance:textfield;text-align:right}.form-group input#fiatAmount{text-align:right}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper input{width:100%;padding-right:2.5rem}.input-wrapper .clear-btn{color:#fff9;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.input-wrapper .clear-btn:hover{color:#fff;background:#fff3}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none;box-shadow:0 0 10px #667eea4d}.form-group small{color:#fff9;font-size:.85rem}.mono{font-family:Courier New,monospace;font-size:.9rem}.submit-button,.payment-link-btn,.refresh-btn,.reset-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.submit-button{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);box-shadow:0 0 20px #667eea99}.submit-button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#c33;background:#fee;border-left:4px solid #c33;border-radius:8px;padding:1rem}.status-details{background:#0000004d;border:1px solid #667eea33;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.detail-row{border-bottom:1px solid #667eea33;justify-content:space-between;padding:.75rem 0;display:flex}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#ffffffb3;text-align:left;font-weight:600}.detail-row .value{color:#fff;text-align:center;justify-content:center;align-items:center;gap:.5rem;display:flex}.copy-btn{cursor:pointer;color:#667eea;background:0 0;border:none;align-items:center;padding:.25rem;transition:color .3s;display:flex}.copy-btn:hover{color:#764ba2}.status-icon{animation:.5s fadeIn}.status-icon.pending,.status-icon.matched,.status-icon.confirmed{color:#f59e0b}.status-icon.completed{color:#10b981}.status-icon.expired,.status-icon.cancelled{color:#ef4444}.action-buttons{flex-direction:column;gap:1rem;display:flex}.payment-link-btn{color:#fff;background:#10b981;text-decoration:none}.payment-link-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 5px 20px #10b98166}.refresh-btn{color:#fff;background:#667eea}.refresh-btn:hover:not(:disabled){background:#5568d3}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.manual-complete-btn{color:#22c55e;cursor:pointer;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.manual-complete-btn:hover{background:#22c55e33;transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}.reset-btn{color:#fff;background:#6b7280}.reset-btn:hover{background:#4b5563}.spinning{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.app-header{padding:.6rem 1rem}.app-header h1{font-size:1.2rem}.app-main{padding:1.25rem 1rem}.payment-form-container,.payment-status-container{border-radius:16px;max-width:100%;padding:1.5rem 1.25rem}.payment-form{gap:.75rem}.form-row{grid-template-columns:1fr!important;gap:.75rem!important}.quick-amount-buttons{grid-template-columns:repeat(3,1fr)}.quick-amount-buttons button:first-child,.quick-amount-buttons button:nth-child(2),.quick-amount-buttons button:nth-child(3),.quick-amount-buttons button:nth-last-child(2),.quick-amount-buttons button:last-child{grid-column:span 1}.detail-row{flex-direction:column;gap:.5rem}.app-footer{padding:.25rem}}.language-toggle-admin{color:#667eea;cursor:pointer;z-index:1000;background:#667eea1a;border:1px solid #667eea4d;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:all .3s;position:fixed;top:1.5rem;right:1.5rem}.language-toggle-admin:hover{background:#667eea33;transform:translateY(-2px)}.admin-login-container .language-toggle-admin{position:absolute}.admin-login-container{background:linear-gradient(135deg,#0a0a0a 0%,#1a0a2e 50%,#0f0f23 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.login-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#141428cc 0%,#0a0a1ee6 100%);border:1px solid #667eea4d;border-radius:16px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 8px 32px #667eea40,0 0 0 1px #667eea1a}.login-header{text-align:center;color:#fff;margin-bottom:2rem}.login-icon-wrapper{color:#a78bfa;background:linear-gradient(135deg,#667eea33 0%,#8b5cf633 100%);border:1px solid #667eea4d;border-radius:16px;margin-bottom:1.25rem;padding:1.25rem;display:inline-flex;box-shadow:0 4px 15px #667eea33}.login-header h1{background:linear-gradient(135deg,#fff 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.login-subtitle{color:#ffffff80;font-size:.9rem;font-weight:400}.login-form-group{margin-bottom:1.25rem}.login-form-group label{color:#fffc;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:flex}.login-form-group label svg{color:#667eea}.login-input{color:#fff;box-sizing:border-box;background:#14142399;border:1px solid #667eea4d;border-radius:10px;width:100%;padding:.875rem 1rem;font-size:.95rem;transition:all .3s}.login-input::placeholder{color:#fff6}.login-input:hover{border-color:#667eea80}.login-input:focus{background:#1e1e32cc;border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.login-error-message{color:#f87171;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.error-icon{background:#ef444433;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}.login-submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #8b5cf64d}.login-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.login-submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.admin-container{color:#fff;background:linear-gradient(135deg,#0a0a0a 0%,#1a0a2e 100%);min-height:100vh;padding:2rem}.admin-header{border-bottom:1px solid #667eea33;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.site-admin-header .header-left,.site-admin-header .header-right{flex:1;align-items:center;display:flex}.site-admin-header .header-left{justify-content:flex-start}.site-admin-header .header-right{justify-content:flex-end}.header-center-site{flex:2;justify-content:center;align-items:center;display:flex}.dashboard-header .header-left,.dashboard-header .header-right{flex:1;align-items:center;display:flex}.dashboard-header .header-left{justify-content:flex-start}.dashboard-header .header-right{justify-content:flex-end;gap:.75rem}.header-center-dashboard{flex:2;justify-content:center;align-items:center;padding-left:0;display:flex}.dashboard-title-wrapper{align-items:center;gap:.75rem;display:flex}.icon-buttons{flex-direction:row;gap:.5rem;display:flex}.icon-btn{cursor:pointer;color:#667eea;background:#667eea1a;border:1px solid #667eea4d;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.icon-btn:hover{background:#667eea33;border-color:#667eea80}.icon-btn.active{color:#22c55e;background:#22c55e26;border-color:#22c55e66}.icon-btn.logout{color:#f87171;background:#ef44441a;border-color:#ef44444d}.icon-btn.logout:hover{background:#ef444433;border-color:#ef444480}.lang-icon{font-size:.75rem;font-weight:700}.vertical-buttons{flex-direction:column;gap:.5rem;display:flex}.action-btn{cursor:pointer;color:#667eea;background:#667eea1a;border:1px solid #667eea4d;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-width:120px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.action-btn:hover{background:#667eea33;border-color:#667eea80}.action-btn.active{color:#22c55e;background:#22c55e26;border-color:#22c55e66}.action-btn.logout{color:#f87171;background:#ef44441a;border-color:#ef44444d}.action-btn.logout:hover{background:#ef444433;border-color:#ef444480}.auto-refresh-btn.compact,.logout-btn.compact{gap:.4rem;padding:.4rem .75rem;font-size:.8rem}.btn-text-short{font-size:.8rem}.header-right{align-items:center;gap:1rem;display:flex}.auto-refresh-btn{color:#667eea;cursor:pointer;background:#667eea1a;border:1px solid #667eea4d;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.auto-refresh-btn:hover{background:#667eea33}.auto-refresh-btn.active{color:#22c55e;background:#22c55e1a;border-color:#22c55e4d}.auto-refresh-btn.active:hover{background:#22c55e33}.header-left{align-items:center;gap:1rem;display:flex}.header-left .language-toggle-admin{margin-left:1rem;position:static}.back-btn{color:#667eea;cursor:pointer;background:#667eea1a;border:1px solid #667eea4d;border-radius:6px;align-items:center;padding:.5rem;text-decoration:none;transition:all .3s;display:flex}.back-btn:hover{background:#667eea33}.logout-btn{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .3s;display:flex}.logout-btn:hover{background:#ef444433}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #8b5cf64d}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.stat-card{background:#0000004d;border:1px solid #667eea33;border-radius:12px;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;display:flex}.stat-icon{color:#667eea;background:#667eea1a;border-radius:12px;padding:1rem}.stat-icon.pending{color:#fbbf24;background:#fbbf241a}.stat-icon.completed{color:#22c55e;background:#22c55e1a}.stat-icon.settled{color:#3b82f6;background:#3b82f61a}.stat-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.stat-content h3{color:#ffffffb3;margin-bottom:.5rem;font-size:.875rem}.stat-value{color:#fff;font-size:1.5rem;font-weight:700}.stat-sub-value{color:#fff9;margin-top:.25rem;font-size:.9rem;font-weight:500}.chart-section{background:#0000004d;border:1px solid #667eea4d;border-radius:16px;margin-top:2rem;padding:1.5rem;box-shadow:0 4px 30px #667eea33}.chart-header{border-bottom:1px solid #667eea33;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.chart-icon-wrapper{color:#10b981;background:linear-gradient(135deg,#10b98133 0%,#22c55e33 100%);border:1px solid #10b9814d;border-radius:10px;justify-content:center;align-items:center;padding:.625rem;display:flex;box-shadow:0 4px 15px #10b98133}.chart-header h2{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.chart-container{background:#14141e80;border:1px solid #ffffff0d;border-radius:12px;padding:1rem}.no-data{color:#ffffff80;justify-content:center;align-items:center;height:300px;font-size:1rem;display:flex}.admin-nav{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}.nav-card{color:#fff;background:#0000004d;border:1px solid #667eea33;border-radius:12px;flex-direction:row;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.nav-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 24px #667eea33}.nav-card .nav-icon-wrapper{background:#667eea33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.nav-card .nav-icon-wrapper svg{color:#667eea;width:28px;height:28px}.nav-card .nav-text{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.nav-card .nav-title{color:#fff;font-size:1.1rem;font-weight:600}.nav-card .nav-desc{color:#fff9;font-size:.85rem}.nav-card .nav-icon-wrapper.purple{background:#8b5cf633}.nav-card .nav-icon-wrapper.purple svg{color:#8b5cf6}.nav-card .nav-icon-wrapper.pink{background:#ec489933}.nav-card .nav-icon-wrapper.pink svg{color:#ec4899}.table-container{-webkit-overflow-scrolling:touch;background:#0000004d;border:1px solid #667eea33;border-radius:12px;overflow-x:auto;box-shadow:0 4px 20px #0000004d}.data-table{border-collapse:separate;border-spacing:0;width:100%;min-width:900px;font-size:.95rem}.data-table thead{background:linear-gradient(135deg,#667eea26 0%,#764ba226 100%)}.data-table th{text-align:center;white-space:nowrap;color:#fffffff2;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #667eea4d;padding:1rem 1.25rem;font-size:.9rem;font-weight:600}.data-table th:first-child{text-align:left;padding-left:1.5rem}.data-table th:last-child{text-align:right;padding-right:1.5rem}.data-table td{vertical-align:middle;text-align:center;white-space:nowrap;border-bottom:1px solid #667eea1a;padding:1rem 1.25rem}.data-table td:first-child{text-align:left;padding-left:1.5rem}.data-table td:last-child{text-align:right;padding-right:1.5rem}.data-table tbody tr{transition:background-color .2s}.data-table tbody tr:hover{background:#667eea14}.data-table tbody tr:nth-child(2n){background:#667eea05}.data-table tbody tr:nth-child(2n):hover{background:#667eea14}.site-header-info{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.site-header-info h1{margin:0;line-height:1.2}.site-code-sub{color:#ffffff80;font-size:.9rem;font-weight:400}.site-title-center{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.site-title-center h1{margin:0;font-size:3rem;line-height:1.2}.site-title-center .site-code-sub{color:#ffffff80;font-size:1.2rem}.site-stats-section{margin-top:2.5rem}.site-stats-section .section-header{margin-bottom:1.5rem}.site-stats-section .section-header h2{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.site-stats-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.site-stat-card{background:#0000004d;border:1px solid #667eea33;border-radius:12px;padding:1.5rem;transition:all .3s}.site-stat-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 24px #667eea33}.site-stat-header{border-bottom:1px solid #667eea33;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.site-name,.site-code{color:#fff;font-size:1.1rem;font-weight:600}.site-code-small{color:#ffffff80;margin:0 0 .5rem;font-size:.8rem}.site-rank{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.site-stat-body{flex-direction:column;gap:.5rem;display:flex}.site-amount-krw{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.site-amount-usdt{color:#ffffffb3;margin:0;font-size:1rem}.site-count{color:#ffffff80;margin-top:.5rem;font-size:.875rem}.stats-grid.two-columns{grid-template-columns:repeat(2,1fr)}.stats-grid.two-columns.large .stat-card{padding:2rem}.stats-grid.two-columns.large .stat-value{font-size:2rem}.stats-grid.three-columns{grid-template-columns:repeat(3,1fr)}.stats-grid.four-columns{grid-template-columns:repeat(4,1fr)}@media (width<=1200px){.stats-grid.four-columns{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.stats-grid.three-columns,.stats-grid.four-columns,.stats-grid.two-columns{grid-template-columns:1fr 1fr}.admin-container{padding:1rem}.admin-header{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.admin-header h1{font-size:1.1rem}.header-left{gap:.5rem}.dashboard-header,.site-admin-header{flex-direction:column;align-items:flex-start;gap:.75rem}.dashboard-header .header-right,.site-admin-header .header-right,.header-center-dashboard,.header-center-site{justify-content:flex-start;width:100%}.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.data-table{min-width:600px;font-size:.8rem}.data-table th,.data-table td{white-space:nowrap;padding:.6rem .5rem}.actions{flex-wrap:nowrap;gap:.25rem}.toggle-btn{padding:.4rem .6rem;font-size:.75rem}.inline-form .form-row{grid-template-columns:1fr;gap:.75rem}.form-card{margin-bottom:1rem;padding:1rem}.add-btn{padding:.5rem .75rem;font-size:.85rem}.stat-card{padding:1rem}.icon-buttons{gap:.35rem}.vertical-buttons{flex-flow:wrap}.action-btn{min-width:unset;padding:.4rem .75rem;font-size:.75rem}.filter-section{padding:1rem}.filter-grid{grid-template-columns:1fr;gap:.75rem}}.stat-card.highlight{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border:1px solid #667eea4d}.settlement-icon-pink{background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);box-shadow:0 4px 15px #ec48994d}.data-table code{color:#ffffffe6;background:#667eea1a;border:1px solid #667eea33;border-radius:6px;padding:.35rem .6rem;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.85rem}.data-table td span{font-weight:500}.usdt-secondary{color:#ffffff80;font-size:.85em;font-weight:400}.status-badge{text-transform:uppercase;letter-spacing:.5px;border:1px solid #0000;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.status-badge.active{color:#22c55e;background:#22c55e26;border-color:#22c55e4d}.status-badge.inactive{color:#f87171;background:#ef444426;border-color:#ef44444d}.status-badge.pending{color:#fbbf24;background:#fbbf2426;border-color:#fbbf244d}.status-badge.matched,.status-badge.confirmed{color:#3b82f6;background:#3b82f626;border-color:#3b82f64d}.status-badge.completed{color:#22c55e;background:#22c55e26;border-color:#22c55e4d}.status-badge.expired,.status-badge.cancelled{color:#f87171;background:#ef444426;border-color:#ef44444d}.type-badge{text-transform:uppercase;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.type-badge.manual{color:#667eea;background:#667eea1a}.type-badge.auto{color:#22c55e;background:#22c55e1a}.actions{gap:.5rem;display:flex}.toggle-btn,.delete-btn{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s}.toggle-btn{color:#a78bfa;background:linear-gradient(135deg,#6366f126 0%,#8b5cf626 100%);border:1px solid #8b5cf666}.delete-btn{color:#fb7185;background:linear-gradient(135deg,#ef444426 0%,#f43f5e26 100%);border:1px solid #f43f5e66;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:.5rem;display:flex}.inline-form{flex-direction:column;gap:1rem;display:flex}.inline-form .form-row{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1rem;display:grid}.inline-form .form-row input,.inline-form .form-row select{color:#fff;box-sizing:border-box;background:#14142399;border:1px solid #667eea66;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:.95rem;transition:all .3s}.inline-form .form-row input::placeholder{color:#fff6}.inline-form .form-row input:focus,.inline-form .form-row select:focus{background:#1e1e32cc;border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.inline-form .form-row button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.inline-form .form-row .submit-button{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);box-shadow:0 4px 15px #8b5cf64d}.inline-form .form-row .submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.inline-form .form-row .cancel-btn{color:#fb7185;background:#ef444426;border:1px solid #ef444466;font-weight:500}.inline-form .form-row .cancel-btn:hover{background:#ef444440;transform:translateY(-2px)}.inline-form .subdomain-row input{max-width:33%}.form-card{background:linear-gradient(145deg,#0006 0%,#14142880 100%);border:1px solid #667eea40;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 20px #0000004d}.form-card h3{color:#fffffff2;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.filter-bar{background:#0000004d;border:1px solid #667eea33;border-radius:12px;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.filter-group{flex:1}.filter-group label{color:#ffffffb3;margin-bottom:.5rem;font-size:.875rem;display:block}.filter-group select{color:#fff;background:#0000004d;border:1px solid #667eea4d;border-radius:6px;width:100%;padding:.75rem}.filter-btn,.clear-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;display:flex}.filter-btn{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.clear-btn{color:#f87171;background:#ef44441a;border:1px solid #ef44444d}.settlement-actions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.action-group{background:#0000004d;border:1px solid #667eea33;border-radius:12px;padding:1.5rem}.action-group h3{margin-bottom:1rem}.settlement-options{gap:1rem;display:flex}.settlement-options select{color:#fff;background:#0000004d;border:1px solid #667eea4d;border-radius:6px;flex:1;padding:.75rem}.settle-btn,.auto-settle-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;display:flex}.settle-btn{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.auto-settle-btn{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);justify-content:center;width:100%}.settle-btn:hover,.auto-settle-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.section{margin-bottom:2rem}.section h2{color:#ffffffe6;margin-bottom:1rem}.empty-state{text-align:center;color:#ffffff80;padding:3rem}.loading{color:#fff;background:linear-gradient(135deg,#0a0a0a 0%,#1a0a2e 100%);justify-content:center;align-items:center;min-height:100vh;font-size:1.5rem;display:flex}.settlement-icon{color:#a78bfa;background:linear-gradient(135deg,#667eea33 0%,#8b5cf633 100%);border-radius:12px;padding:1rem}.settlement-icon-purple{color:#c084fc;background:linear-gradient(135deg,#8b5cf633 0%,#a855f733 100%);border-radius:12px;padding:1rem}.settlement-icon-green{color:#22c55e;background:linear-gradient(135deg,#22c55e33 0%,#10b98133 100%);border-radius:12px;padding:1rem}.nav-icon-wrapper{color:#a78bfa;background:linear-gradient(135deg,#667eea33 0%,#8b5cf633 100%);border:1px solid #667eea4d;border-radius:12px;margin-bottom:1rem;padding:1rem;display:inline-flex;box-shadow:0 4px 15px #667eea33}.nav-icon-wrapper.purple{color:#c084fc;background:linear-gradient(135deg,#8b5cf633 0%,#a855f733 100%);border-color:#8b5cf64d}.nav-icon-wrapper.pink{color:#f472b6;background:linear-gradient(135deg,#ec489933 0%,#f472b633 100%);border-color:#ec48994d}.dashboard-icon-wrapper{color:#a78bfa;background:linear-gradient(135deg,#667eea33 0%,#8b5cf633 100%);border:1px solid #667eea4d;border-radius:10px;justify-content:center;align-items:center;padding:.625rem;display:flex;box-shadow:0 4px 15px #667eea33}.settlements-filter-grid{flex-flow:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width<=1024px){.settlements-filter-grid{grid-template-columns:1fr;gap:1rem}.settlements-filter-group.date-full-width{grid-column:1}}.settlements-filter-group label{color:#fffc;text-align:center;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.settlements-select-wrapper{position:relative}.settlements-select{color:#fff;cursor:pointer;appearance:none;background:#14142399 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667eea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 1rem center no-repeat;border:1px solid #667eea66;border-radius:8px;width:100%;padding:.875rem 2.5rem .875rem 1rem;font-size:.95rem;transition:all .3s}.settlements-select:hover{border-color:#667eea99}.settlements-select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.settlements-select option{color:#fff;background:#1a1a2e;padding:.5rem}.settlements-date-range{justify-content:center;align-items:center;gap:.75rem;display:flex}.settlements-date-input-wrapper{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.settlements-date-input-wrapper .date-icon{color:#fff;pointer-events:none;position:absolute;left:.75rem}.settlements-date-input{text-align:center;color:#fff;cursor:pointer;background:#14142399;border:1px solid #667eea66;border-radius:8px;width:100%;padding:.875rem 1rem .875rem 2.5rem;font-size:.95rem;transition:all .3s}.settlements-date-input:hover{border-color:#667eea99}.settlements-date-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.settlements-date-input::-webkit-calendar-picker-indicator{filter:brightness(0)invert();opacity:.6;cursor:pointer;transition:opacity .3s}.settlements-date-input::-webkit-calendar-picker-indicator:hover{opacity:1}.settlements-date-separator{color:#667eeacc;font-size:1rem;font-weight:600}.settlements-filter-actions{justify-content:center;gap:.75rem;display:flex}.settlements-filter-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #8b5cf64d}.settlements-filter-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.settlements-reset-btn{color:#fb7185;cursor:pointer;background:#ef444426;border:1px solid #ef444466;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.settlements-reset-btn:hover{background:#ef444440;transform:translateY(-2px)}.site-code-form{flex-direction:column;gap:1.25rem;display:flex}.site-code-form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field-full{grid-column:1/-1}.form-field label{color:#ffffffb3;letter-spacing:.3px;font-size:.85rem;font-weight:600}.label-hint{color:#fff6;font-size:.78rem;font-weight:400}.form-field input{color:#fff;box-sizing:border-box;background:#0a0a1e99;border:1px solid #667eea4d;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.form-field input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.form-field input::placeholder{color:#ffffff4d}.input-disabled{opacity:.5;cursor:not-allowed;background:#0006!important}.form-actions{border-top:1px solid #667eea26;justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);border:none;border-radius:8px;min-width:100px;padding:.75rem 2rem;font-size:.9rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #8b5cf64d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.cancel-btn{color:#fb7185;cursor:pointer;background:#ef44441a;border:1px solid #ef444459;border-radius:8px;min-width:80px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.cancel-btn:hover{background:#ef444433;transform:translateY(-2px)}.actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.edit-btn{color:#60a5fa;cursor:pointer;white-space:nowrap;background:#3b82f626;border:1px solid #3b82f666;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .75rem;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.edit-btn:hover{background:#3b82f640;transform:translateY(-1px)}.toggle-btn{color:#fb7185;cursor:pointer;white-space:nowrap;background:#ef44441a;border:1px solid #ef444459;border-radius:6px;align-items:center;padding:.4rem .75rem;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.toggle-btn:hover{background:#ef444433;transform:translateY(-1px)}.toggle-btn.activate{color:#4ade80;background:#22c55e1a;border-color:#22c55e59}.toggle-btn.activate:hover{background:#22c55e33}.delete-btn{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef444466;border-radius:6px;justify-content:center;align-items:center;padding:.4rem .6rem;transition:all .2s;display:inline-flex}.delete-btn:hover{background:#ef44444d;transform:translateY(-1px)}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.3rem .75rem;font-size:.78rem;font-weight:700;display:inline-block}.status-badge.active{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.status-badge.inactive{color:#fb7185;background:#ef444426;border:1px solid #ef44444d}.mono{color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-family:Courier New,monospace;font-size:.78rem;display:inline-block;overflow:hidden}@media (width<=768px){.site-code-form-grid{grid-template-columns:1fr}.form-field-full{grid-column:1}.form-actions{flex-direction:column}.form-actions button{width:100%}.actions{flex-wrap:wrap;gap:.3rem}}.wallet-section{padding:.25rem 0}.wallet-section-header{align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.wallet-section-header h3{color:#374151;align-items:center;gap:.4rem;margin:0;font-size:.95rem;font-weight:600;display:flex}.wallet-msg{border-radius:4px;padding:.2rem .6rem;font-size:.82rem;font-weight:500}.wallet-msg.success{color:#065f46;background:#d1fae5}.wallet-msg.error{color:#991b1b;background:#fee2e2}.wallet-display-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.wallet-address-display{color:#1f2937;word-break:break-all;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;flex:1;min-width:0;padding:.45rem .75rem;font-family:Courier New,monospace;font-size:.85rem}.wallet-edit-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.wallet-input{color:#1f2937;background:#fff;border:1.5px solid #6366f1;border-radius:6px;outline:none;flex:1;min-width:200px;padding:.45rem .75rem;font-family:Courier New,monospace;font-size:.85rem}.wallet-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #6366f126}.wallet-edit-btn{color:#374151;cursor:pointer;white-space:nowrap;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.82rem;font-weight:500;transition:all .15s;display:inline-flex}.wallet-edit-btn:hover{background:#e5e7eb;border-color:#9ca3af}.wallet-save-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#4f46e5;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:background .15s;display:inline-flex}.wallet-save-btn:hover:not(:disabled){background:#4338ca}.wallet-save-btn:disabled{opacity:.6;cursor:not-allowed}.wallet-cancel-btn{color:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.82rem;font-weight:500;transition:all .15s;display:inline-flex}.wallet-cancel-btn:hover{color:#374151;background:#f9fafb}@media (width<=640px){.wallet-edit-row,.wallet-display-row{flex-direction:column;align-items:stretch}.wallet-input{min-width:0}}.admin-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e3299;border:1px solid #667eea4d;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.admin-card-header{color:#a5b4fc;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:flex}.admin-card-header svg{color:#818cf8}.wallet-display-box{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.wallet-code{color:#c7d2fe;word-break:break-all;background:#0f0f1ecc;border:1px solid #667eea4d;border-radius:8px;flex:1;min-width:0;padding:.75rem 1rem;font-family:Courier New,monospace;font-size:.9rem}.wallet-edit-box{flex-direction:column;gap:.75rem;display:flex}.wallet-dark-input{color:#fff;background:#0f0f1ecc;border:1.5px solid #667eea80;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:Courier New,monospace;font-size:.9rem;transition:all .3s}.wallet-dark-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf833}.wallet-dark-input::placeholder{color:#a5b4fc80}.wallet-actions{gap:.6rem;display:flex}.wallet-toast{border-radius:4px;margin-left:auto;padding:.25rem .6rem;font-size:.8rem;font-weight:500}.wallet-toast.success{color:#4ade80;background:#22c55e33}.wallet-toast.error{color:#f87171;background:#ef444433}.btn-edit{color:#a5b4fc;cursor:pointer;white-space:nowrap;background:#667eea26;border:1px solid #667eea66;border-radius:8px;align-items:center;gap:.35rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-edit:hover{color:#c7d2fe;background:#667eea40}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#94a3b8;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:.35rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-secondary:hover{color:#cbd5e1;background:#ffffff1f}.filter-header{color:#a5b4fc;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:flex}.filter-header svg{color:#818cf8}.filter-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.date-range-box{flex:1;align-items:center;gap:.6rem;min-width:280px;display:flex}.date-input-dark{flex:1;align-items:center;display:flex;position:relative}.date-input-dark .input-icon{color:#fff;pointer-events:none;position:absolute;left:.75rem}.date-input-dark input{color:#fff;cursor:pointer;background:#0f0f1ecc;border:1px solid #667eea66;border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.9rem;transition:all .3s}.date-input-dark input:hover{border-color:#667eea99}.date-input-dark input:focus{border-color:#818cf8;outline:none;box-shadow:0 0 0 3px #818cf826}.date-input-dark input::-webkit-calendar-picker-indicator{filter:brightness(0)invert();opacity:.6;cursor:pointer}.date-tilde{color:#818cf8;font-size:1rem;font-weight:600}.filter-btn-group{gap:.6rem;display:flex}.btn-filter-apply{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #8b5cf64d}.btn-filter-apply:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.btn-filter-reset{color:#fb7185;cursor:pointer;background:#ef44441f;border:1px solid #ef444459;border-radius:8px;align-items:center;gap:.4rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-filter-reset:hover{background:#ef444433;transform:translateY(-2px)}@media (width<=768px){.filter-row{flex-direction:column;align-items:stretch}.date-range-box{width:100%;min-width:0}.filter-btn-group{width:100%}.filter-btn-group button{flex:1;justify-content:center}}.table-header-actions{justify-content:flex-end;align-items:center;margin-bottom:1rem;display:flex}.items-per-page-selector{align-items:center;gap:.5rem;display:flex}.items-per-page-selector label{color:#e0e7ff;font-size:.875rem}.items-per-page-selector select{color:#fff;cursor:pointer;background:#141423cc;border:1px solid #667eea66;border-radius:8px;outline:none;padding:.5rem 1rem;font-size:.875rem}.items-per-page-selector select:hover{border-color:#667eea99}.items-per-page-selector select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.pagination{border-top:1px solid #667eea33;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.pagination-btn{color:#e0e7ff;cursor:pointer;background:#667eea1a;border:1px solid #667eea4d;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .3s}.pagination-btn:hover:not(:disabled){background:#667eea33;border-color:#667eea80}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-info{color:#e0e7ff;font-size:.875rem}@media (width<=480px){.admin-card{padding:1rem}.wallet-display-box{flex-direction:column;align-items:stretch}.wallet-code{width:100%}.btn-edit{justify-content:center;width:100%}.date-range-box{flex-direction:column}.date-tilde{transform:rotate(90deg)}}
