:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.api-playground{color:#1a1a1a;background:#fff;min-height:100vh}.playground-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2.5rem;display:flex}.playground-header h2{margin:0 0 .5rem;font-size:2rem}.playground-header p{opacity:.9;margin:0}.api-info{gap:1rem;display:flex}.api-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.api-badge code{background:#0003;border-radius:4px;padding:.25rem .5rem;font-family:Monaco,Courier New,monospace;font-size:.875rem}.playground-layout{grid-template-columns:300px 1fr;min-height:calc(100vh - 150px);display:grid}.endpoints-sidebar{background:#f8f9fa;border-right:1px solid #e0e0e0;padding:1.5rem;overflow-y:auto}.endpoints-sidebar h3{color:#333;margin:0 0 1rem;font-size:1.1rem}.endpoint-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:.5rem;padding:.875rem;transition:all .2s;display:flex}.endpoint-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.endpoint-item.active{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-color:#667eea}.method-tag{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;width:fit-content;padding:.25rem .625rem;font-size:.75rem;font-weight:700;display:inline-block}.method-tag.method-get{color:#155724;background:#d4edda}.method-tag.method-post{color:#004085;background:#cce5ff}.method-tag.method-put{color:#856404;background:#fff3cd}.method-tag.method-delete{color:#721c24;background:#f8d7da}.endpoint-title{color:#333;font-size:.875rem;font-weight:500}.playground-content{max-width:1200px;padding:2rem;overflow-y:auto}.endpoint-details{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.endpoint-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.method-badge{text-transform:uppercase;border-radius:6px;padding:.375rem .875rem;font-size:.875rem;font-weight:700}.endpoint-path{color:#667eea;font-family:Monaco,Courier New,monospace;font-size:1rem;font-weight:600}.endpoint-description{color:#555;margin:0;line-height:1.6}.params-section,.body-section,.example-section,.code-examples{margin-bottom:2rem}.params-section h3,.body-section h3,.example-section h3,.code-examples h3{color:#333;margin:0 0 1rem;font-size:1.2rem}.params-grid{gap:1rem;display:grid}.param-field{flex-direction:column;gap:.5rem;display:flex}.param-field label{color:#333;align-items:center;gap:.5rem;font-weight:500;display:flex}.required{color:#dc3545;font-weight:700}.param-type{color:#666;background:#e9ecef;border-radius:4px;padding:.125rem .5rem;font-size:.75rem}.param-field input{border:1px solid #ddd;border-radius:6px;padding:.75rem;font-size:.95rem;transition:border-color .2s}.param-field input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.code-editor{resize:vertical;background:#f8f9fa;border:1px solid #ddd;border-radius:6px;width:100%;padding:1rem;font-family:Monaco,Courier New,monospace;font-size:.875rem;line-height:1.6}.code-editor:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.action-section{background:#f8f9fa;border-radius:8px;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.try-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #667eea4d}.try-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.try-button:disabled{opacity:.6;cursor:not-allowed}.request-url{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.url-label{color:#666;font-size:.875rem;font-weight:600}.request-url code{word-break:break-all;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.5rem .75rem;font-size:.875rem}.response-section{border:1px solid #ddd;border-radius:8px;margin-bottom:2rem;overflow:hidden}.response-header{background:#f8f9fa;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.response-header h3{margin:0}.status-badge{border-radius:6px;padding:.375rem .875rem;font-size:.875rem;font-weight:700}.status-badge.status-success{color:#155724;background:#d4edda}.status-badge.status-error{color:#721c24;background:#f8d7da}.response-body,.example-response,.code-block{color:#abb2bf;background:#282c34;margin:0;padding:1.5rem;font-family:Monaco,Courier New,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.example-response{color:#333;background:#f8f9fa;border:1px solid #ddd;border-radius:8px}.code-examples{flex-direction:column;gap:1.5rem;display:flex}.code-example{border:1px solid #ddd;border-radius:8px;overflow:hidden}.example-header{color:#333;background:#f8f9fa;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:.875rem 1.5rem;font-weight:600;display:flex}.copy-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.375rem .875rem;font-size:.875rem;transition:all .2s}.copy-btn:hover{color:#fff;background:#667eea;border-color:#667eea}@media (max-width:1024px){.playground-layout{grid-template-columns:1fr}.endpoints-sidebar{border-bottom:1px solid #e0e0e0;border-right:none}}@media (max-width:768px){.playground-header{padding:1.5rem}.playground-content{padding:1rem}.endpoint-header{flex-direction:column;align-items:flex-start}}.api-statistics{color:#1a1a1a;background:#fff;min-height:100vh}.stats-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2.5rem;display:flex}.stats-header h2{margin:0 0 .5rem;font-size:2rem}.stats-header p{opacity:.9;margin:0}.time-range-selector{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:8px;gap:.5rem;padding:.375rem;display:flex}.time-range-selector button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.625rem 1.25rem;font-weight:500;transition:all .2s}.time-range-selector button:hover{background:#fff3}.time-range-selector button.active{color:#667eea;background:#fff}.overview-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}.stat-card{background:#fff;border:2px solid #0000;border-radius:12px;align-items:center;gap:1.5rem;padding:1.75rem;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-card.primary{border-color:#667eea}.stat-card.success{border-color:#28a745}.stat-card.warning{border-color:#ffc107}.stat-card.error{border-color:#dc3545}.stat-icon{background:#f8f9fa;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.stat-content{flex:1}.stat-value{color:#1a1a1a;margin-bottom:.25rem;font-size:2rem;font-weight:700}.stat-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.stats-layout{grid-template-columns:1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem 2rem;display:grid}.stats-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.stats-section.full-width{grid-column:1/-1}.stats-section h3{color:#333;margin:0 0 1.5rem;font-size:1.3rem}.endpoints-table{overflow-x:auto}.endpoints-table table{border-collapse:collapse;width:100%}.endpoints-table th{text-align:left;color:#555;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;border-bottom:2px solid #e0e0e0;padding:.875rem;font-size:.875rem;font-weight:600}.endpoints-table td{vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:1rem .875rem}.endpoints-table tbody tr:hover{background:#f8f9fa}.endpoint-cell code{color:#667eea;background:#f0f2ff;border-radius:4px;padding:.375rem .625rem;font-family:Monaco,Courier New,monospace;font-size:.875rem}.method-badge{text-transform:uppercase;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.method-badge.method-get{color:#155724;background:#d4edda}.method-badge.method-post{color:#004085;background:#cce5ff}.method-badge.method-put{color:#856404;background:#fff3cd}.method-badge.method-delete{color:#721c24;background:#f8d7da}.number-cell{color:#333;text-align:right;font-weight:600}.progress-cell{align-items:center;gap:.75rem;display:flex}.progress-bar{background:#e9ecef;border-radius:4px;flex:1;height:8px;overflow:hidden}.progress-fill{border-radius:4px;height:100%;transition:width .3s}.progress-text{color:#555;text-align:right;min-width:45px;font-size:.875rem;font-weight:600}.time-badge{border-radius:4px;padding:.25rem .625rem;font-size:.875rem;font-weight:600}.time-badge.fast{color:#155724;background:#d4edda}.time-badge.medium{color:#856404;background:#fff3cd}.time-ago{color:#999;font-size:.875rem}.methods-chart{flex-direction:column;gap:1.25rem;display:flex}.method-bar{flex-direction:column;gap:.5rem;display:flex}.method-bar-header{justify-content:space-between;align-items:center;display:flex}.method-count{color:#333;font-weight:600}.method-bar-track{background:#f0f0f0;border-radius:6px;height:32px;position:relative;overflow:hidden}.method-bar-fill{border-radius:6px;height:100%;transition:width .5s}.method-bar-fill.method-get{background:linear-gradient(90deg,#28a745 0%,#20c997 100%)}.method-bar-fill.method-post{background:linear-gradient(90deg,#007bff 0%,#0056b3 100%)}.method-bar-fill.method-put{background:linear-gradient(90deg,#ffc107 0%,#ff9800 100%)}.method-bar-fill.method-delete{background:linear-gradient(90deg,#dc3545 0%,#c82333 100%)}.method-percentage{color:#666;font-size:.875rem;font-weight:500}.hourly-chart{justify-content:space-between;align-items:flex-end;gap:4px;height:300px;padding:1rem 0;display:flex}.hour-bar{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.hour-bar-fill{cursor:pointer;background:linear-gradient(#667eea 0%,#764ba2 100%);border-radius:4px 4px 0 0;width:100%;min-height:4px;transition:all .3s}.hour-bar-fill:hover{background:linear-gradient(#5568d3 0%,#653d8b 100%);transform:scaleY(1.05)}.hour-label{color:#666;writing-mode:horizontal-tb;transform-origin:50%;white-space:nowrap;margin-top:.5rem;font-size:.75rem;transform:rotate(-45deg)}.loading-container,.error-container{color:#666;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.spinner{border:4px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.stats-layout{grid-template-columns:1fr}}@media (max-width:768px){.stats-header{padding:1.5rem}.overview-grid{grid-template-columns:1fr;padding:1rem}.stats-layout{padding:0 1rem 1rem}.endpoints-table{font-size:.875rem}.hourly-chart{height:200px}.hour-label{font-size:.625rem}}.ume-page{background:#fff;min-height:100vh}.ume-nav{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);gap:0;padding:0;display:flex;box-shadow:0 2px 8px #0000001a}.nav-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-bottom:4px solid #0000;flex:1;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s}.nav-btn:hover{color:#fff;background:#ffffff1a}.nav-btn.active{color:#fff;background:#ffffff26;border-bottom-color:#fff}.account-dashboard{max-width:1200px;margin:0 auto;padding:20px}.notification{cursor:pointer;border-radius:8px;margin-bottom:16px;padding:12px 20px;animation:.3s ease-out slideIn}.notification.error{color:#c62828;background-color:#ffebee;border:1px solid #ef9a9a}.notification.success{color:#2e7d32;background-color:#e8f5e9;border:1px solid #a5d6a7}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-header h2{color:#333;margin:0;font-size:1.8rem}.btn{cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-weight:500;transition:all .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-primary{color:#fff;background-color:#1976d2}.btn-success{color:#fff;background-color:#4caf50}.btn-warning{color:#fff;background-color:#ff9800}.create-account-form{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin-bottom:24px;padding:24px}.create-account-form h3{margin-top:0;margin-bottom:16px}.form-row{gap:16px;margin-bottom:16px;display:flex}.form-row label{flex-direction:column;flex:1;gap:6px;display:flex}.form-row input,.form-row select{border:none;border-radius:6px;padding:10px;font-size:1rem}.dashboard-content{grid-template-columns:1fr 2fr;gap:24px;display:grid}@media (max-width:900px){.dashboard-content{grid-template-columns:1fr}}.account-list h3{color:#333;margin-top:0;margin-bottom:16px}.no-accounts{color:#666;font-style:italic}.accounts-grid{flex-direction:column;gap:12px;display:flex}.account-card{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:16px;transition:all .2s}.account-card:hover{border-color:#1976d2;transform:translate(4px)}.account-card.selected{background-color:#e3f2fd;border-color:#1976d2}.account-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.account-type{color:#666;text-transform:uppercase;font-size:.8rem;font-weight:600}.account-status{color:#fff;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:500}.account-number{color:#333;margin-bottom:8px;font-family:Courier New,monospace;font-size:.9rem}.account-balance{color:#1976d2;font-size:1.2rem;font-weight:700}.account-details h3{color:#333;margin-top:0;margin-bottom:16px}.details-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 20px #00000014}.details-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.account-type-large{color:#333;margin-right:12px;font-size:1.4rem;font-weight:600}.status-badge{color:#fff;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:500}.account-actions{gap:8px;display:flex}.details-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px;display:grid}.detail-item{flex-direction:column;gap:4px;display:flex}.detail-item .label{color:#666;text-transform:uppercase;font-size:.8rem}.detail-item .value{color:#333;font-size:1rem;font-weight:500}.detail-item.highlight .value{color:#1976d2;font-size:1.2rem;font-weight:700}.operations-section{border-top:1px solid #e0e0e0;padding-top:20px}.operations-section h4{color:#333;margin-top:0;margin-bottom:16px}.operation-form{background:#f5f5f5;border-radius:10px;padding:16px}.operation-form h5{color:#333;margin-top:0;margin-bottom:12px}.operation-form input{box-sizing:border-box;border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:10px;padding:10px;font-size:1rem}.operation-form input:focus{border-color:#1976d2;outline:none;box-shadow:0 0 0 2px #1976d233}.operation-form .btn{width:100%}.loading-spinner{text-align:center;color:#666;padding:40px;font-size:1.2rem}.team-page{min-height:100vh;padding:2rem}.team-header{text-align:center;margin-bottom:3rem}.team-header h1{color:#ef4444;margin-bottom:.5rem;font-size:3rem}.team-header p{color:#888;font-size:1.2rem}.team-content{max-width:800px;margin:0 auto}.welcome-card{background:#1a1a1a;border:1px solid #333;border-radius:8px;margin-bottom:2rem;padding:2rem}.welcome-card h2{color:#fff;margin-top:0}.info-section{background:#242424;border-radius:8px;padding:2rem}.info-section h3{margin-top:0}.info-section ul{line-height:1.8}.info-section code{background:#1a1a1a;border-radius:4px;padding:.2rem .5rem;font-size:.9em}.notification-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:20px;right:20px}.notification{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:all;border:1px solid;border-radius:8px;align-items:center;gap:12px;min-width:300px;max-width:500px;padding:14px 20px;animation:.3s cubic-bezier(.34,1.56,.64,1) slideInRight;display:flex;box-shadow:0 8px 32px #0003}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(400px)}}.notification.notification-success{color:#10b981;background:linear-gradient(135deg,#10b9811a,#10b9810d);border-color:#10b9814d}.notification.notification-error{color:#ef4444;background:linear-gradient(135deg,#ef44441a,#ef44440d);border-color:#ef44444d}.notification.notification-warning{color:#f59e0b;background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border-color:#f59e0b4d}.notification.notification-info{color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border-color:#3b82f64d}.notification-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;font-weight:700;display:flex}.notification-message{flex:1;font-size:14px;font-weight:500}.notification-close{color:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:20px;transition:transform .2s;display:flex}.notification-close:hover{transform:scale(1.2)}@media (max-width:640px){.notification-container{top:10px;left:10px;right:10px}.notification{min-width:auto;max-width:100%}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-line{background:linear-gradient(90deg,#ffffff0d 0%,#ffffff26 50%,#ffffff0d 100%) 0 0/1000px 100%;border-radius:4px;height:12px;margin-bottom:8px;animation:2s infinite shimmer}.skeleton-line-short{width:60%}.skeleton-line-shorter{width:40%}.skeleton-line-medium{width:75%}.skeleton-line-longer{width:90%}.skeleton-line-long{width:100%;height:24px;margin-bottom:16px}.skeleton-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:10px;padding:12px}.skeleton-card-details{background:#ffffff08;border-radius:12px;padding:20px}.skeleton-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px;display:grid}.skeleton-card-stat{background:#ffffff05;border-radius:8px;padding:12px}.skeleton-table{flex-direction:column;gap:12px;display:flex}.skeleton-row{background:#ffffff08;border-radius:8px;grid-template-columns:1fr 2fr 1fr 1.5fr;gap:12px;padding:12px;display:grid}@media (max-width:768px){.skeleton-row{grid-template-columns:1fr 1.5fr}}.skeleton-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.skeleton-stat-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:16px}.statement-container{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.statement-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.statement-header h3{color:#e2e8f0;margin:0;font-size:1.25rem}.statement-refresh{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .3s;display:flex}.statement-refresh:hover{color:#00d4ff;background:#ffffff1a;border-color:#00d4ff4d}.statement-info{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:grid}.info-item{flex-direction:column;gap:.5rem;display:flex}.info-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.info-value{color:#e2e8f0;font-size:.95rem;font-weight:500}.info-value.urgent{color:#ef4444}.days-warning{color:#f59e0b;font-weight:600}.statement-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.summary-card{background:linear-gradient(135deg,#00d4ff1a,#7c3aed1a);border:1px solid #00d4ff33;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.summary-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.summary-value{color:#e2e8f0;font-size:1.25rem;font-weight:700}.summary-value.balance-highlight{color:#ef4444}.summary-value.available{color:#10b981}.summary-value.minimum{color:#f59e0b}.statement-transactions{margin-bottom:1.5rem}.statement-transactions h4{color:#e2e8f0;margin:0 0 1rem;font-size:1rem}.transactions-list{background:#0003;border-radius:12px;overflow:hidden}.no-transactions{text-align:center;color:#94a3b8;padding:2rem}.transaction-items{max-height:300px;overflow-y:auto}.transaction-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem;transition:background-color .2s;display:flex}.transaction-item:last-child{border-bottom:none}.transaction-item:hover{background:#ffffff08}.transaction-info{flex-direction:column;flex:1;gap:.25rem;display:flex}.transaction-desc{color:#e2e8f0;font-size:.95rem;font-weight:500}.transaction-date{color:#64748b;font-size:.8rem}.transaction-amount{text-align:right;min-width:120px;font-size:1rem;font-weight:700}.statement-actions{gap:1rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s}.action-btn.primary{color:#fff;background:linear-gradient(135deg,#00d4ff,#7c3aed)}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00d4ff4d}.action-btn.secondary{color:#00d4ff;background:0 0;border:1px solid #00d4ff4d}.action-btn.secondary:hover{background:#00d4ff1a;border-color:#00d4ff99}.statement-error,.statement-empty{text-align:center;color:#94a3b8;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:2rem}@media (max-width:768px){.statement-container{padding:1rem}.statement-summary{grid-template-columns:repeat(2,1fr)}.statement-actions{flex-direction:column}}.statistics-dashboard{background:linear-gradient(135deg,#1a1a2e80,#16213e80);border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.statistics-dashboard h2{color:#e2e8f0;background:linear-gradient(135deg,#00d4ff,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 2rem;font-size:1.5rem}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.metric-card{background:linear-gradient(135deg,#00d4ff0d,#7c3aed0d);border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.metric-card:hover{background:linear-gradient(135deg,#00d4ff1a,#7c3aed1a);border-color:#00d4ff4d;transform:translateY(-2px);box-shadow:0 8px 24px #00d4ff26}.metric-icon{flex-shrink:0;font-size:2rem}.metric-content{flex-direction:column;gap:.25rem;display:flex}.metric-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.metric-value{color:#e2e8f0;font-size:1.5rem;font-weight:700}.charts-container{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.chart-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.chart-card h3{color:#e2e8f0;margin:0 0 1rem;font-size:1.1rem}.category-breakdown{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:2rem;padding:2rem}.category-breakdown h3{color:#e2e8f0;margin:0 0 1.5rem;font-size:1.1rem}.category-list{flex-direction:column;gap:1rem;display:flex}.category-item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.category-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.category-name{color:#e2e8f0;font-size:.95rem;font-weight:500}.category-bar{background:#ffffff0d;border-radius:3px;height:6px;overflow:hidden}.category-fill{border-radius:3px;height:100%;transition:width .3s}.category-amount{color:#00d4ff;text-align:right;min-width:120px;font-size:.95rem;font-weight:700}.card-status-overview{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.card-status-overview h3{color:#e2e8f0;margin:0 0 1rem;font-size:1.1rem}.status-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.status-card{background:#ffffff0d;border:2px solid;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.status-card.active{background:linear-gradient(135deg,#10b9811a,#10b9810d);border-color:#10b9814d}.status-card.blocked{background:linear-gradient(135deg,#ef44441a,#ef44440d);border-color:#ef44444d}.status-count{color:#e2e8f0;font-size:2rem;font-weight:700}.status-card.active .status-count{color:#10b981}.status-card.blocked .status-count{color:#ef4444}.status-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}@media (max-width:1024px){.charts-container{grid-template-columns:1fr}}@media (max-width:768px){.statistics-dashboard{padding:1rem}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.metric-card{padding:1rem}.metric-icon{font-size:1.5rem}.metric-value{font-size:1.25rem}}.dashboard-container-refactored{grid-template-columns:300px 1fr;gap:2rem;min-height:100%;padding:2rem;display:grid}@media (max-width:1024px){.dashboard-container-refactored{grid-template-columns:1fr;gap:1.5rem}}.dashboard-sidebar{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;height:fit-content;max-height:600px;padding:1.5rem;overflow-y:auto}.btn-small{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00d4ff,#7c3aed);border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:700;transition:all .3s;display:flex}.btn-small:hover{transform:scale(1.1);box-shadow:0 4px 12px #00d4ff4d}.card-list{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.card-item{cursor:pointer;text-align:left;color:inherit;background:linear-gradient(135deg,#00d4ff0d,#7c3aed0d);border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.card-item:hover{background:linear-gradient(135deg,#00d4ff26,#7c3aed26);border-color:#00d4ff4d}.card-item.active{background:linear-gradient(135deg,#00d4ff33,#7c3aed33);border-color:#00d4ff80;box-shadow:0 4px 16px #00d4ff33}.card-item.status-blocked{opacity:.6}.card-item-number{color:#00d4ff;background:#ffffff1a;border-radius:8px;flex-shrink:0;padding:.5rem .75rem;font-size:.9rem;font-weight:700}.card-item-info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.card-item-name{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.card-item-balance{color:#94a3b8;font-size:.8rem}.card-item-status-badge{text-transform:uppercase;color:#94a3b8;background:#ffffff1a;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.create-card-form{background:linear-gradient(135deg,#00d4ff1a,#7c3aed1a);border:1px solid #00d4ff33;border-radius:12px;margin-top:1rem;padding:1.5rem}.create-card-form h4{color:#e2e8f0;margin:0 0 1rem;font-size:.95rem}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.form-group label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.form-group input,.form-group select{color:#e2e8f0;background:#0f172a80;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem;font-size:.9rem;transition:all .3s}.form-group input:focus,.form-group select:focus{background:#0f172ab3;border-color:#00d4ff80;outline:none;box-shadow:0 0 0 3px #00d4ff1a}.form-group input.input-error,.form-group select.input-error{border-color:#ef444480}.error-message{color:#ef4444;font-size:.75rem;font-weight:500}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00d4ff,#7c3aed);border:none;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00d4ff4d}.btn-danger{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ef44444d}.btn-success{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-success:hover{transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}.btn-secondary{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.btn-secondary:hover{color:#00d4ff;background:#00d4ff1a;border-color:#00d4ff4d}.dashboard-main{background:#ffffff05;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden}.tab-navigation{background:#ffffff0d;border-bottom:1px solid #ffffff1a;gap:0;padding:0;display:flex}.tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:1.5rem;font-weight:600;transition:all .3s;position:relative}.tab-btn:hover{color:#e2e8f0;background:#ffffff0d}.tab-btn.active{color:#00d4ff;background:#00d4ff0d;border-bottom-color:#00d4ff}.tab-content{padding:2rem}.card-details{flex-direction:column;gap:2rem;display:flex}.card-details-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.card-details-header h2{color:#e2e8f0;margin:0;font-size:1.5rem}.card-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.stat-box{background:linear-gradient(135deg,#00d4ff1a,#7c3aed1a);border:1px solid #00d4ff33;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.stat-value{color:#e2e8f0;font-size:1.75rem;font-weight:700}.stat-value.balance-highlight{color:#ef4444}.stat-value.available{color:#10b981}.operations-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.operation-form{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.operation-form h3{color:#e2e8f0;margin:0 0 1rem;font-size:1rem}.transactions-section{flex-direction:column;gap:1rem;display:flex}.transactions-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.transactions-header h3{color:#e2e8f0;margin:0;font-size:1rem}.transaction-stats-badges{flex-wrap:wrap;gap:1rem;display:flex}.badge{color:#00d4ff;background:#00d4ff1a;border:1px solid #00d4ff33;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.transaction-filters{flex-wrap:wrap;gap:1rem;display:flex}.filter-input,.filter-select{color:#e2e8f0;background:#0f172a80;border:1px solid #ffffff1a;border-radius:8px;flex:1;min-width:150px;padding:.75rem;font-size:.9rem}.filter-input:focus,.filter-select:focus{background:#0f172ab3;border-color:#00d4ff80;outline:none}.transaction-table{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden}.table-header{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#ffffff0d;border-bottom:1px solid #ffffff1a;grid-template-columns:1fr 2fr 1fr 1.5fr;gap:1rem;padding:1rem;font-size:.85rem;font-weight:700;display:grid}.table-row{border-bottom:1px solid #ffffff0d;grid-template-columns:1fr 2fr 1fr 1.5fr;align-items:center;gap:1rem;padding:1rem;transition:background-color .2s;display:grid}.table-row:hover{background:#ffffff08}.table-row:last-child{border-bottom:none}.table-col{color:#e2e8f0;font-size:.95rem}.table-col.date{color:#94a3b8;font-size:.9rem}.table-col.amount{text-align:right;font-weight:700}.table-col.amount.payment{color:#10b981}.table-col.amount.charge{color:#ef4444}.badge-type{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.badge-type.charge{color:#ef4444;background:#ef444433;border:1px solid #ef44444d}.badge-type.payment{color:#10b981;background:#10b98133;border:1px solid #10b9814d}.badge-type.interest{color:#f59e0b;background:#f59e0b33;border:1px solid #f59e0b4d}.empty-state{text-align:center;color:#94a3b8;padding:3rem 2rem}@media (max-width:768px){.dashboard-container-refactored{grid-template-columns:1fr;padding:1rem}.dashboard-sidebar{order:2;max-height:none}.dashboard-main{order:1}.tab-navigation{grid-template-columns:repeat(3,1fr);display:grid}.tab-btn{padding:1rem;font-size:.85rem}.tab-content{padding:1.5rem}.card-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.operations-grid{grid-template-columns:1fr}.table-header,.table-row{grid-template-columns:1fr 1fr;gap:.75rem}.table-col.type{display:none}.transaction-filters{flex-direction:column}.filter-input,.filter-select{width:100%;min-width:auto}}.playground-container{grid-template-columns:300px 1fr;gap:2rem;min-height:100%;display:grid}@media (max-width:1200px){.playground-container{grid-template-columns:250px 1fr;gap:1.5rem}}@media (max-width:768px){.playground-container{grid-template-columns:1fr;gap:1rem}}.playground-sidebar{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;height:fit-content;max-height:800px;padding:1.5rem;position:sticky;top:20px;overflow-y:auto}.sidebar-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.sidebar-header h3{color:#e2e8f0;margin:0;font-size:1rem}.endpoint-count{color:#fff;background:linear-gradient(135deg,#00d4ff,#7c3aed);border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:700}.search-box{margin-bottom:1rem}.search-box input{color:#e2e8f0;background:#0f172a80;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.75rem;font-size:.9rem}.search-box input:focus{background:#0f172ab3;border-color:#00d4ff80;outline:none;box-shadow:0 0 0 3px #00d4ff1a}.endpoints-list{flex-direction:column;gap:.5rem;display:flex}.endpoint-item{cursor:pointer;text-align:left;color:#94a3b8;background:0 0;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;transition:all .3s;display:flex}.endpoint-item:hover{background:#ffffff0d;border-color:#00d4ff33}.endpoint-item.selected{color:#e2e8f0;background:linear-gradient(135deg,#00d4ff1a,#7c3aed1a);border-color:#00d4ff4d}.endpoint-method{text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.endpoint-title{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.playground-main{grid-template-columns:1fr 1fr;gap:2rem;min-height:100vh;display:grid}@media (max-width:1200px){.playground-main{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.playground-main{gap:1rem}}.request-section,.response-section{background:#ffffff05;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}@media (max-width:768px){.request-section,.response-section{padding:1.5rem}}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.section-header h2{color:#e2e8f0;margin:0;font-size:1.25rem}.header-badge{color:#00d4ff;white-space:nowrap;background:#00d4ff1a;border:1px solid #00d4ff33;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.endpoint-info{flex-direction:column;gap:1rem;display:flex}.endpoint-description{color:#94a3b8;margin:0;font-size:.95rem}.url-builder{align-items:stretch;gap:.75rem;display:flex}.url-display{background:#0f172a80;border:1px solid #ffffff1a;border-radius:8px;flex:1;align-items:center;gap:.75rem;padding:1rem;display:flex;overflow-x:auto}.url-display code{color:#00d4ff;white-space:nowrap;font-family:Courier New,monospace;font-size:.9rem}.method-badge{text-transform:uppercase;border-radius:6px;flex-shrink:0;padding:.5rem 1rem;font-size:.8rem;font-weight:700}.method-badge.get{color:#3b82f6;background:#3b82f633}.method-badge.post{color:#22c55e;background:#22c55e33}.copy-btn,.format-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s}.copy-btn:hover,.format-btn:hover{color:#00d4ff;background:#ffffff26;border-color:#00d4ff4d}.params-section{flex-direction:column;gap:1rem;display:flex}.params-section h4{color:#e2e8f0;margin:0;font-size:.95rem;font-weight:600}.params-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#94a3b8;align-items:baseline;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.required-star{color:#ef4444}.param-type{color:#64748b;font-size:.8rem;font-weight:400}.form-group input{color:#e2e8f0;background:#0f172a80;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem;font-size:.9rem;transition:all .3s}.form-group input:focus{background:#0f172ab3;border-color:#00d4ff80;outline:none;box-shadow:0 0 0 3px #00d4ff1a}.body-section{flex-direction:column;gap:1rem;display:flex}.body-section h4{color:#e2e8f0;margin:0;font-size:.95rem;font-weight:600}.body-editor{color:#e2e8f0;resize:vertical;background:#0f172a80;border:1px solid #ffffff1a;border-radius:8px;min-height:200px;padding:1rem;font-family:Courier New,monospace;font-size:.9rem;transition:all .3s}.body-editor:focus{background:#0f172ab3;border-color:#00d4ff80;outline:none;box-shadow:0 0 0 3px #00d4ff1a}.try-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00d4ff,#7c3aed);border:none;border-radius:8px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.try-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #00d4ff4d}.response-content{flex-direction:column;gap:1rem;display:flex}.response-toolbar{gap:.75rem;display:flex}.response-body{color:#00d4ff;background:#0f172acc;border:1px solid #ffffff1a;border-radius:8px;margin:0;padding:1rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.5;overflow-x:auto}.example-badge{color:#fb923c;text-transform:uppercase;letter-spacing:.05em;background:#fb923c33;border:1px solid #fb923c4d;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.response-status{text-transform:uppercase;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.response-status.success{color:#10b981;background:#10b98133;border:1px solid #10b9814d}.response-status.error{color:#ef4444;background:#ef444433;border:1px solid #ef44444d}.response-time{background:#ffffff1a;border-radius:4px;margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem}.empty-response{color:#64748b;justify-content:center;align-items:center;min-height:300px;font-size:1rem;display:flex}.playground-sidebar::-webkit-scrollbar{width:8px;height:8px}.response-body::-webkit-scrollbar{width:8px;height:8px}.playground-sidebar::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.response-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.playground-sidebar::-webkit-scrollbar-thumb{background:#00d4ff4d;border-radius:4px}.response-body::-webkit-scrollbar-thumb{background:#00d4ff4d;border-radius:4px}.playground-sidebar::-webkit-scrollbar-thumb:hover{background:#00d4ff80}.response-body::-webkit-scrollbar-thumb:hover{background:#00d4ff80}@media (max-width:768px){.playground-sidebar{max-height:none;position:static}.url-builder{flex-direction:column}.params-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}}.creditcard-page{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1a1a2e 50%,#16213e 100%);min-height:100vh;padding:2rem;position:relative;overflow-x:hidden}.creditcard-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#00d4ff1a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:6s ease-in-out infinite float;position:fixed;top:-50%;right:-10%}.creditcard-page:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite reverse float;position:fixed;bottom:-20%;left:-5%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.creditcard-header{text-align:center;z-index:1;margin-bottom:2rem;animation:.6s ease-out slideDownFade;position:relative}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.creditcard-header h1{background:linear-gradient(135deg,#00d4ff,#7c3aed,#00d4ff) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;animation:3s infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.creditcard-header p{color:#94a3b8;letter-spacing:.5px;font-size:1.1rem;font-weight:400}.creditcard-nav{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.creditcard-nav .nav-btn{color:#94a3b8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:2px solid #fff3;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.creditcard-nav .nav-btn:before{content:"";z-index:-1;background:linear-gradient(135deg,#00d4ff33,#7c3aed33);width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.creditcard-nav .nav-btn:hover{color:#00d4ff;border-color:#00d4ff80;transform:translateY(-2px);box-shadow:0 8px 24px #00d4ff33}.creditcard-nav .nav-btn:hover:before{left:0}.creditcard-nav .nav-btn.active{color:#fff;background:linear-gradient(135deg,#00d4ff,#7c3aed);border-color:#0000;transform:translateY(-4px);box-shadow:0 12px 32px #00d4ff4d}.creditcard-content{z-index:1;max-width:1400px;margin:0 auto;position:relative}.dashboard-container{grid-template-columns:1fr 2fr;gap:2rem;display:grid}@media (max-width:1024px){.dashboard-container{grid-template-columns:1fr}}.card-list-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.card-list-section h2{color:#e2e8f0;margin-bottom:1rem;font-size:1.25rem}.card-list{flex-direction:column;gap:1rem;max-height:600px;display:flex;overflow-y:auto}.credit-card-item{cursor:pointer;background:linear-gradient(135deg,#1e3a5f 0%,#0f172a 100%);border:2px solid #0000;border-radius:12px;padding:1.25rem;transition:all .3s}.credit-card-item:hover{border-color:#00d4ff;transform:translateY(-2px)}.credit-card-item.selected{border-color:#7c3aed;box-shadow:0 0 20px #7c3aed4d}.credit-card-item.blocked{opacity:.7;background:linear-gradient(135deg,#374151 0%,#1f2937 100%)}.card-number{letter-spacing:2px;color:#e2e8f0;margin-bottom:.75rem;font-family:Courier New,monospace;font-size:1.1rem}.card-holder{color:#94a3b8;margin-bottom:.5rem;font-size:.9rem}.card-status{border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.card-status.active{color:#10b981;background:#10b98133}.card-status.blocked{color:#ef4444;background:#ef444433}.card-balance{justify-content:space-between;margin-top:.75rem;font-size:.85rem;display:flex}.card-balance span:first-child{color:#94a3b8}.card-balance span:last-child{color:#00d4ff;font-weight:600}.card-details-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.no-card-selected{color:#64748b;flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex}.no-card-selected span{margin-bottom:1rem;font-size:4rem}.card-details-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.card-info h2{color:#e2e8f0;margin-bottom:.5rem}.card-info .card-number-display{letter-spacing:3px;color:#00d4ff;font-family:Courier New,monospace;font-size:1.5rem}.card-actions{gap:.5rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;transition:all .3s}.action-btn.block{color:#ef4444;background:#ef444433}.action-btn.block:hover{color:#fff;background:#ef4444}.action-btn.activate{color:#10b981;background:#10b98133}.action-btn.activate:hover{color:#fff;background:#10b981}.action-btn.interest{color:#f59e0b;background:#f59e0b33}.action-btn.interest:hover{color:#fff;background:#f59e0b}.card-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.card-stats{grid-template-columns:repeat(2,1fr)}}.stat-card{text-align:center;background:#0000004d;border-radius:12px;padding:1.25rem}.stat-card .label{color:#94a3b8;margin-bottom:.5rem;font-size:.8rem}.stat-card .value{font-size:1.5rem;font-weight:700}.stat-card .value.limit{color:#00d4ff}.stat-card .value.balance{color:#f59e0b}.stat-card .value.available{color:#10b981}.stat-card .value.minimum{color:#ef4444}.transaction-forms{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.transaction-forms{grid-template-columns:1fr}}.transaction-form{background:#0000004d;border-radius:12px;padding:1.5rem}.transaction-form h3{color:#e2e8f0;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{color:#94a3b8;margin-bottom:.5rem;font-size:.85rem;display:block}.form-group input{color:#fff;background:#0000004d;border:1px solid #334155;border-radius:8px;width:100%;padding:.75rem;font-size:1rem}.form-group input:focus{border-color:#00d4ff;outline:none}.submit-btn{cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn.charge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.submit-btn.pay{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.transactions-section h3{color:#e2e8f0;margin-bottom:1rem}.transactions-list{max-height:300px;overflow-y:auto}.transaction-item{background:#0003;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:1rem;display:flex}.transaction-info{align-items:center;gap:1rem;display:flex}.transaction-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.transaction-icon.charge{background:#ef444433}.transaction-icon.payment{background:#10b98133}.transaction-icon.interest{background:#f59e0b33}.transaction-details .description{color:#e2e8f0;font-size:.95rem}.transaction-details .date{color:#64748b;font-size:.8rem}.transaction-amount{font-size:1.1rem;font-weight:600}.transaction-amount.charge{color:#ef4444}.transaction-amount.payment{color:#10b981}.transaction-amount.interest{color:#f59e0b}.create-card-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-top:2rem;padding:1.5rem}.create-card-section h2{color:#e2e8f0;margin-bottom:1.5rem}.create-card-form{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.create-card-form .submit-btn{background:linear-gradient(135deg,#7c3aed,#5b21b6);grid-column:1/-1;justify-self:center;max-width:300px}.loading{color:#94a3b8;justify-content:center;align-items:center;padding:2rem;display:flex}.loading:after{content:"";border:3px solid #334155;border-top-color:#00d4ff;border-radius:50%;width:24px;height:24px;margin-left:.5rem;animation:1s linear infinite spin}.error-message{color:#ef4444;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;margin-bottom:1rem;padding:1rem}.success-message{color:#10b981;background:#10b9811a;border:1px solid #10b981;border-radius:8px;margin-bottom:1rem;padding:1rem}.playground-container{grid-template-columns:300px 1fr;gap:2rem;display:grid}@media (max-width:900px){.playground-container{grid-template-columns:1fr}}.endpoints-list{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;max-height:700px;padding:1rem;overflow-y:auto}.endpoint-item{cursor:pointer;border-radius:8px;margin-bottom:.5rem;padding:.75rem;transition:all .2s}.endpoint-item:hover{background:#ffffff1a}.endpoint-item.selected{background:#7c3aed33;border-left:3px solid #7c3aed}.endpoint-method{border-radius:4px;margin-right:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.endpoint-method.get{color:#10b981;background:#10b98133}.endpoint-method.post{color:#3b82f6;background:#3b82f633}.endpoint-title{color:#e2e8f0;font-size:.85rem}.request-panel{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.request-panel h3{color:#e2e8f0;margin-bottom:1rem}.request-url{word-break:break-all;background:#0000004d;border-radius:8px;margin-bottom:1rem;padding:1rem;font-family:Courier New,monospace}.params-section,.body-section{margin-bottom:1.5rem}.params-section h4,.body-section h4{color:#94a3b8;margin-bottom:.75rem;font-size:.9rem}.body-editor{color:#e2e8f0;resize:vertical;background:#0000004d;border:1px solid #334155;border-radius:8px;width:100%;min-height:200px;padding:1rem;font-family:Courier New,monospace;font-size:.9rem}.try-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#5b21b6);border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.try-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #7c3aed66}.try-btn:disabled{opacity:.5;cursor:not-allowed}.response-section{margin-top:1.5rem}.response-section h4{color:#94a3b8;margin-bottom:.75rem}.response-status{border-radius:4px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.response-status.success{color:#10b981;background:#10b98133}.response-status.error{color:#ef4444;background:#ef444433}.response-body{white-space:pre-wrap;background:#0006;border-radius:8px;max-height:400px;padding:1rem;font-family:Courier New,monospace;font-size:.85rem;overflow:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}#root{text-align:center;max-width:1280px;margin:0 auto;padding:2rem}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}
