@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--sidebar-bg: #1a1f36;--sidebar-text: #a0aec0;--sidebar-active: #ffffff;--sidebar-hover: #e2e8f0;--sidebar-width: 280px;--accent: #4f6ef7;--accent-light: #ebf0ff;--bg: #f7f8fc;--card-bg: #ffffff;--text: #1a202c;--text-secondary: #4a5568;--border: #e2e8f0;--success: #48bb78;--warning: #ed8936;--danger: #e53e3e;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);font-size:14px;line-height:1.6}h1{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}h2{font-size:1.4rem;font-weight:600;margin-bottom:.5rem}h3{font-size:1.1rem;font-weight:600;margin-bottom:.4rem}p{margin-bottom:.75rem;color:var(--text-secondary)}ul,ol{margin-bottom:.75rem;padding-left:1.5rem}li{margin-bottom:.35rem;color:var(--text-secondary)}table{width:100%;border-collapse:collapse;font-size:.82rem}th{background:var(--bg);font-weight:600;text-align:left;padding:.6rem .75rem;border-bottom:2px solid var(--border);color:var(--text);white-space:nowrap}td{padding:.5rem .75rem;border-bottom:1px solid var(--border);color:var(--text-secondary);vertical-align:top}tr:hover td{background:var(--accent-light)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem;box-shadow:var(--shadow)}.arch-layers{display:flex;flex-direction:column;gap:.5rem;margin:.75rem 0}.arch-layer{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius);background:var(--card-bg);border-left:4px solid var(--accent);box-shadow:var(--shadow)}.arch-layer--1{border-left-color:#4f6ef7}.arch-layer--2{border-left-color:#48bb78}.arch-layer--3{border-left-color:#ed8936}.arch-layer--4{border-left-color:#9f7aea}.arch-layer-icon{font-size:1.3rem;flex-shrink:0;width:2rem;text-align:center}.arch-layer strong{display:block;font-size:.85rem;color:var(--text)}.arch-layer span{font-size:.78rem;color:var(--text-secondary)}.components-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.65rem;margin-top:.75rem}.component-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem;box-shadow:var(--shadow)}.component-card-title{font-weight:600;font-size:.82rem;color:var(--text);margin-bottom:.3rem}.component-card-desc{font-size:.75rem;color:var(--text-secondary);line-height:1.4}.conclusion-features{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.conclusion-feature{display:flex;align-items:center;gap:.75rem;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem 1rem;box-shadow:var(--shadow)}.conclusion-feature-icon{font-size:1.2rem;flex-shrink:0}.conclusion-feature-text{font-size:.85rem;color:var(--text);font-weight:500}@media (max-width: 600px){.components-grid{grid-template-columns:1fr}}.app-layout{display:flex;min-height:100vh}.main-content{flex:1;margin-left:var(--sidebar-width);padding:2rem 2.5rem;max-width:calc(100% - var(--sidebar-width))}.header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border)}.header-badge{display:inline-block;background:var(--accent);color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:3px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.75rem}.header h1{font-size:1.6rem;line-height:1.3;margin-bottom:.4rem}.header-subtitle{color:var(--text-secondary);font-size:.9rem}.header-version{margin-top:.4rem;font-size:.8rem;color:var(--text-secondary);opacity:.7}.burger-btn{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:var(--sidebar-bg);color:#fff;border:none;border-radius:var(--radius);padding:.5rem .7rem;font-size:1.2rem;cursor:pointer;line-height:1}.docs-topnav{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.docs-topnav-link{padding:.4rem .85rem;border-radius:20px;font-size:.8rem;font-weight:500;text-decoration:none;color:var(--text-secondary);background:var(--bg);border:1px solid var(--border);transition:all .15s}.docs-topnav-link:hover{border-color:var(--accent);color:var(--accent)}.docs-topnav-link.active{background:var(--accent);color:#fff;border-color:var(--accent)}.docs-topnav-app{margin-left:auto;padding:.4rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;text-decoration:none;color:#fff;background:var(--accent);transition:background .15s}.docs-topnav-app:hover{background:#3d5bd9}@media (max-width: 900px){.main-content{margin-left:0;max-width:100%;padding:3.5rem 1.25rem 1rem}.burger-btn{display:block}}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;background:var(--sidebar-bg);display:flex;flex-direction:column;overflow-y:auto;z-index:1000}.sidebar-logo{display:flex;align-items:center;gap:.75rem;padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo-icon{width:36px;height:36px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem;flex-shrink:0}.sidebar-logo-name{color:#fff;font-weight:700;font-size:1rem;line-height:1.2}.sidebar-logo-sub{color:var(--sidebar-text);font-size:.7rem}.sidebar-nav{flex:1;padding:.75rem;display:flex;flex-direction:column;gap:2px}.sidebar-link{display:flex;align-items:center;gap:.6rem;padding:.5rem .65rem;border:none;background:transparent;color:var(--sidebar-text);font-size:.8rem;cursor:pointer;border-radius:6px;text-align:left;transition:all .15s;font-family:inherit;width:100%}.sidebar-link:hover{background:#ffffff0f;color:var(--sidebar-hover)}.sidebar-link--active{background:#4f6ef726;color:var(--sidebar-active)}.sidebar-link-num{font-size:.7rem;font-weight:600;min-width:1.6rem;text-align:center;opacity:.5}.sidebar-link--active .sidebar-link-num{opacity:1;color:var(--accent)}.sidebar-link-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);color:var(--sidebar-text);font-size:.7rem;opacity:.6}@media (max-width: 900px){.sidebar{transform:translate(-100%);transition:transform .25s ease}.sidebar--open{transform:translate(0)}}.deps-block{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.deps-toggle{width:100%;display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:.85rem;color:var(--text);text-align:left}.deps-toggle:hover{background:var(--bg)}.deps-toggle-arrow{font-size:.65rem;color:var(--text-secondary);flex-shrink:0}.deps-toggle-title{font-weight:600;flex:1}.deps-toggle-count{font-size:.75rem;color:var(--text-secondary);flex-shrink:0}.deps-badges{display:flex;gap:.35rem;flex-shrink:0}.badge{font-size:.65rem;font-weight:600;padding:.15rem .45rem;border-radius:3px}.badge--green{background:#f0fff4;color:#276749}.badge--yellow{background:#fffaf0;color:#9c4221}.badge--red{background:#fff5f5;color:#9b2c2c}.deps-content{border-top:1px solid var(--border);padding:.75rem 1rem}.deps-filter{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;font-size:.8rem;font-family:inherit;margin-bottom:.75rem;outline:none;transition:border-color .15s}.deps-filter:focus{border-color:var(--accent)}.deps-table-wrap{overflow-x:auto}.lib-name{font-size:.78rem;background:var(--bg);padding:.1rem .35rem;border-radius:3px;word-break:break-all}.version-tag{font-size:.75rem;font-weight:500;color:var(--accent);white-space:nowrap}.license-tag{font-size:.7rem;font-weight:600;padding:.1rem .4rem;border-radius:3px;white-space:nowrap}.license-tag--green{background:#f0fff4;color:#276749}.license-tag--yellow{background:#fffaf0;color:#9c4221}.license-tag--red{background:#fff5f5;color:#9b2c2c}.deps-note{margin-top:.5rem;font-size:.75rem;font-style:italic;opacity:.7}.info-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:inline-block;min-width:280px;margin-bottom:1rem}.info-card-row{display:flex;padding:.5rem 1rem;border-bottom:1px solid var(--border);font-size:.82rem}.info-card-row:last-child{border-bottom:none}.info-card-label{font-weight:600;color:var(--text);min-width:180px;flex-shrink:0}.info-card-value{color:var(--text-secondary)}.pspay{min-height:100vh;background:#f0f2f5;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.pspay-header{background:#1a1f36;color:#fff;padding:0 1.5rem;height:56px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.pspay-header-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff}.pspay-header-logo-icon{background:#4f6ef7;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.pspay-header-logo-text{font-weight:600;font-size:1rem}.pspay-header-nav{display:flex;align-items:center;gap:.6rem}.pspay-header-avatar{width:30px;height:30px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:#fff;flex-shrink:0}.pspay-header-user{font-size:.82rem;opacity:.8}.pspay-header-btn{background:#ffffff1a;border:none;color:#fff;padding:.4rem .75rem;border-radius:6px;font-size:.78rem;cursor:pointer;font-family:inherit;transition:background .15s}.pspay-header-btn:hover{background:#fff3}.pspay-content{max-width:680px;margin:0 auto;padding:1.5rem 1rem}.pspay-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 4px #0000000f;margin-bottom:.75rem}.pspay-card h2{font-size:1.15rem;margin-bottom:1rem;color:#1a202c}.pspay-card h3{font-size:.95rem;margin-bottom:.6rem;color:#1a202c}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.78rem;font-weight:500;color:#718096;margin-bottom:.35rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .15s;background:#fafbfc}.form-group input:focus,.form-group select:focus{border-color:#4f6ef7;background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s;gap:.4rem}.btn-primary{background:#4f6ef7;color:#fff;width:100%}.btn-primary:hover{background:#3d5bd9}.btn-primary:disabled{background:#cbd5e0;cursor:not-allowed}.btn-outline{background:transparent;color:#4f6ef7;border:1.5px solid #e2e8f0}.btn-outline:hover{background:#f7fafc;border-color:#4f6ef7}.btn-sm{padding:.45rem .85rem;font-size:.8rem;border-radius:8px}.btn-ghost{background:none;border:none;color:#718096;padding:.4rem .6rem;font-size:.82rem;cursor:pointer;font-family:inherit}.btn-ghost:hover{color:#4f6ef7}.error-msg{background:#fff5f5;color:#c53030;padding:.65rem .85rem;border-radius:10px;font-size:.82rem;margin-bottom:.75rem;border:1px solid #fed7d7}.stepper{display:flex;align-items:flex-start;justify-content:center;margin-bottom:1.5rem;padding:0 .5rem}.stepper-item{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.stepper-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:2px solid #e2e8f0;color:#a0aec0;background:#fff;position:relative;z-index:1;transition:all .2s}.stepper-item--active .stepper-circle{background:#4f6ef7;border-color:#4f6ef7;color:#fff}.stepper-item--completed .stepper-circle{background:#48bb78;border-color:#48bb78;color:#fff}.stepper-label{font-size:.68rem;color:#a0aec0;margin-top:.4rem;text-align:center;font-weight:500}.stepper-item--active .stepper-label{color:#4f6ef7;font-weight:600}.stepper-item--completed .stepper-label{color:#48bb78}.stepper-line{position:absolute;top:16px;left:calc(50% + 16px);right:calc(-50% + 16px);height:2px;background:#e2e8f0;z-index:0}.stepper-item--completed .stepper-line{background:#48bb78}@keyframes stepEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-content{animation:stepEnter .25s ease}.direction-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.direction-chip{padding:.45rem .85rem;border:1.5px solid #e2e8f0;border-radius:20px;font-size:.78rem;font-weight:500;cursor:pointer;background:#fff;color:#4a5568;transition:all .15s;font-family:inherit;white-space:nowrap}.direction-chip:hover{border-color:#4f6ef7;color:#4f6ef7}.direction-chip--selected{background:#4f6ef7;border-color:#4f6ef7;color:#fff}.amount-hero{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #0000000f;margin-bottom:1rem}.amount-row{display:flex;align-items:center;padding:1.25rem 1rem}.amount-row-label{font-size:.75rem;color:#718096;font-weight:500;min-width:100px}.amount-row-input{flex:1;border:none;outline:none;font-size:1.8rem;font-weight:700;color:#1a202c;background:transparent;font-family:inherit;text-align:right;-moz-appearance:textfield}.amount-row-input::-webkit-outer-spin-button,.amount-row-input::-webkit-inner-spin-button{-webkit-appearance:none}.amount-row-currency{font-size:.85rem;font-weight:600;color:#718096;margin-left:.5rem;min-width:35px}.amount-divider{display:flex;align-items:center;padding:0 1rem;background:#f7fafc;height:36px;font-size:.75rem;color:#718096;gap:.5rem}.amount-divider-rate{font-weight:600;color:#4a5568}.amount-receive{display:flex;align-items:center;padding:1.25rem 1rem;background:#f7fafc}.amount-receive-value{flex:1;font-size:1.8rem;font-weight:700;color:#2b6cb0;text-align:right}.amount-fee-line{padding:.6rem 1rem;font-size:.78rem;color:#718096;background:#f7fafc;border-top:1px solid #edf2f7;display:flex;justify-content:space-between}.amount-fee-value{font-weight:600;color:#4a5568}.summary-bar{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;background:#f7fafc;border-radius:10px;margin-bottom:1rem;font-size:.82rem}.summary-bar-amount{font-weight:700;color:#1a202c}.summary-bar-direction{color:#718096}.review-hero{text-align:center;padding:1.25rem 0;margin-bottom:1rem}.review-hero-amount{font-size:1.6rem;font-weight:700;color:#1a202c}.review-hero-receive{font-size:1rem;color:#2b6cb0;font-weight:600;margin-top:.3rem}.review-hero-arrow{color:#a0aec0;margin:.3rem 0;font-size:1.2rem}.review-section{border-top:1px solid #edf2f7;padding:.85rem 0}.review-section-title{font-size:.72rem;font-weight:600;color:#a0aec0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.review-row{display:flex;justify-content:space-between;padding:.25rem 0;font-size:.85rem}.review-row-label{color:#718096}.review-row-value{font-weight:500;color:#1a202c}.status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:20px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-CREATED{background:#edf2f7;color:#4a5568}.status-PROCESSING{background:#fefcbf;color:#975a16}.status-COMPLETED{background:#c6f6d5;color:#276749}.status-FAILED{background:#fed7d7;color:#9b2c2c}.timeline{position:relative;padding-left:28px;margin:1rem 0}.timeline-item{position:relative;padding-bottom:1.25rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:-22px;top:14px;width:2px;height:100%;background:#e2e8f0}.timeline-item:last-child:before{display:none}.timeline-item--completed:before{background:#48bb78}.timeline-dot{position:absolute;left:-28px;top:2px;width:14px;height:14px;border-radius:50%;border:2px solid #e2e8f0;background:#fff}.timeline-item--completed .timeline-dot{background:#48bb78;border-color:#48bb78}.timeline-item--active .timeline-dot{background:#4f6ef7;border-color:#4f6ef7;animation:timelinePulse 1.5s ease infinite}.timeline-item--failed .timeline-dot{background:#fc8181;border-color:#fc8181}@keyframes timelinePulse{0%,to{box-shadow:0 0 #4f6ef766}50%{box-shadow:0 0 0 6px #4f6ef700}}.timeline-label{font-size:.85rem;font-weight:500;color:#1a202c}.timeline-item--pending .timeline-label{color:#a0aec0}.timeline-date{font-size:.75rem;color:#a0aec0;margin-top:.15rem}.quick-action{background:linear-gradient(135deg,#4f6ef7,#3d5bd9);color:#fff;border-radius:14px;padding:1rem 1.25rem;margin-bottom:1rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:transform .15s;text-decoration:none}.quick-action:hover{transform:translateY(-1px)}.quick-action-text{font-weight:600;font-size:.95rem}.quick-action-sub{font-size:.78rem;opacity:.8;margin-top:.15rem}.quick-action-arrow{font-size:1.4rem;opacity:.8}.transfer-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 0;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:background .1s}.transfer-item:last-child{border-bottom:none}.transfer-item:hover{background:#fafbfc;margin:0 -1rem;padding:.85rem 1rem;border-radius:10px}.transfer-item-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.transfer-item-icon--COMPLETED{background:#f0fff4;color:#48bb78}.transfer-item-icon--PROCESSING{background:ivory;color:#d69e2e}.transfer-item-icon--CREATED{background:#edf2f7;color:#a0aec0}.transfer-item-icon--FAILED{background:#fff5f5;color:#fc8181}.transfer-item-info{flex:1;min-width:0}.transfer-item-dir{font-weight:600;font-size:.88rem;color:#1a202c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transfer-item-date{font-size:.72rem;color:#a0aec0;margin-top:.1rem}.transfer-item-amounts{text-align:right;flex-shrink:0}.transfer-item-send{font-weight:700;font-size:.9rem;color:#1a202c}.transfer-item-receive{font-size:.75rem;color:#48bb78;margin-top:.1rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 0}.skeleton-circle{width:40px;height:40px;border-radius:50%}.skeleton-lines{flex:1}.skeleton-line{height:12px;border-radius:6px;margin-bottom:.4rem}.skeleton-line:last-child{margin-bottom:0;width:60%}.done-icon{width:72px;height:72px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2rem}.done-icon--success{background:#f0fff4;color:#48bb78;animation:doneAppear .4s ease}.done-icon--processing{background:ivory;color:#d69e2e;animation:doneSpin 2s linear infinite}.done-icon--failed{background:#fff5f5;color:#fc8181;animation:doneAppear .4s ease}@keyframes doneAppear{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes doneSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1a1f36,#2d3561);padding:1rem}.login-card{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:400px;box-shadow:0 24px 64px #0000004d}.login-card h1{text-align:center;margin-bottom:.3rem;font-size:1.4rem}.login-card>p{text-align:center;color:#718096;font-size:.85rem;margin-bottom:1.5rem}.login-logo{text-align:center;margin-bottom:.75rem;animation:loginLogoEnter .5s ease}@keyframes loginLogoEnter{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.login-tabs{display:flex;margin-bottom:1.25rem;background:#f0f2f5;border-radius:10px;padding:3px}.login-tab{flex:1;padding:.5rem;border:none;background:none;font-size:.85rem;font-weight:500;color:#718096;cursor:pointer;font-family:inherit;border-radius:8px;transition:all .2s}.login-tab.active{color:#1a202c;background:#fff;box-shadow:0 1px 3px #0000001a;font-weight:600}.login-demo{margin-top:1rem;background:#ebf8ff;border-radius:10px;padding:.65rem .85rem;font-size:.78rem;color:#2b6cb0;text-align:center;border:1px solid #bee3f8}.detail-hero{text-align:center;padding:1.5rem 0 1rem}.detail-hero-amount{font-size:1.5rem;font-weight:700;color:#1a202c}.detail-hero-arrow{color:#a0aec0;margin:.2rem 0}.detail-hero-receive{font-size:1.2rem;font-weight:600;color:#2b6cb0}.back-link{display:inline-flex;align-items:center;gap:.3rem;color:#718096;text-decoration:none;font-size:.85rem;font-weight:500;margin-bottom:1rem;cursor:pointer;background:none;border:none;font-family:inherit;padding:0}.back-link:hover{color:#4f6ef7}.info-rows{border-top:1px solid #f0f0f0}.info-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f5f5f5;font-size:.85rem}.info-row:last-child{border-bottom:none}.info-row-label{color:#718096}.info-row-value{font-weight:500;color:#1a202c;text-align:right}.parties-divider{text-align:center;padding:.5rem 0;color:#a0aec0;font-size:1.2rem}.empty-state{text-align:center;padding:3rem 1rem;color:#a0aec0}.empty-state-icon{width:56px;height:56px;border-radius:50%;background:#edf2f7;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.empty-state p{color:#a0aec0;margin-bottom:1rem}.calc-result{background:#f7fafc;border-radius:10px;padding:.85rem;margin:.75rem 0}.calc-row{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.85rem}.calc-row-label{color:#718096}.calc-row-value{font-weight:600;color:#1a202c}.calc-row-total{border-top:2px solid #e2e8f0;margin-top:.4rem;padding-top:.4rem}.direction-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.direction-card{border:2px solid #e2e8f0;border-radius:10px;padding:.75rem;cursor:pointer;transition:all .15s;text-align:center}.direction-card:hover,.direction-card.selected{border-color:#4f6ef7;background:#ebf0ff}.direction-card-name{font-size:.85rem;font-weight:500}.direction-card-pair{font-size:.72rem;color:#718096;margin-top:.2rem}@media (max-width: 600px){.stepper-label{font-size:.6rem}.stepper-circle{width:28px;height:28px;font-size:.72rem}.amount-row-input,.amount-receive-value{font-size:1.4rem}.pspay-content{padding:1rem .75rem}}.admin{min-height:100vh;background:#f0f2f5}.admin-header{background:#1a1f36;color:#fff;padding:0 1.5rem;height:52px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;gap:1rem}.admin-header-left{display:flex;align-items:center;gap:1.5rem}.admin-header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-weight:600;font-size:.9rem;flex-shrink:0}.admin-header-logo-icon{background:#e53e3e;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem}.admin-nav{display:flex;gap:.25rem}.admin-nav-link{padding:.35rem .7rem;border-radius:6px;text-decoration:none;color:#a0aec0;font-size:.8rem;font-weight:500;transition:all .15s}.admin-nav-link:hover{color:#fff;background:#ffffff0f}.admin-nav-link.active{color:#fff;background:#ffffff1f}.admin-header-right{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.admin-header-user{font-size:.78rem;color:#a0aec0}.admin-header-btn{background:#ffffff14;border:none;color:#a0aec0;padding:.3rem .6rem;border-radius:5px;font-size:.75rem;cursor:pointer;font-family:inherit}.admin-header-btn:hover{background:#ffffff26;color:#fff}.admin-content{max-width:1100px;margin:0 auto;padding:1.5rem}.admin-page-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.admin-card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.admin-stat-card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #0000000f;text-align:center}.admin-stat-value{font-size:1.8rem;font-weight:700;color:#1a202c;line-height:1.2}.admin-stat-label{font-size:.78rem;color:#718096;margin-top:.3rem}.admin-status-bars{margin-top:.75rem}.admin-status-bar-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.admin-status-bar-row .status-badge{min-width:90px;text-align:center}.admin-status-bar-track{flex:1;height:8px;background:#edf2f7;border-radius:4px;overflow:hidden}.admin-status-bar-fill{height:100%;border-radius:4px;transition:width .3s}.status-bar-CREATED{background:#a0aec0}.status-bar-PROCESSING{background:#ecc94b}.status-bar-COMPLETED{background:#48bb78}.status-bar-FAILED{background:#fc8181}.admin-status-bar-count{min-width:30px;text-align:right;font-size:.82rem;font-weight:600;color:#4a5568}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.82rem}.admin-table th{background:#f7fafc;font-weight:600;text-align:left;padding:.6rem .75rem;border-bottom:2px solid #e2e8f0;color:#4a5568;white-space:nowrap;font-size:.75rem;text-transform:uppercase;letter-spacing:.3px}.admin-table td{padding:.55rem .75rem;border-bottom:1px solid #f0f0f0;color:#4a5568;vertical-align:middle}.admin-table tbody tr:hover td{background:#fafbfc}@media (max-width: 768px){.admin-header{flex-wrap:wrap;height:auto;padding:.5rem 1rem}.admin-header-left{flex-wrap:wrap;gap:.5rem}.admin-content{padding:1rem}.admin-stats-grid{grid-template-columns:1fr 1fr}}
