.trading-container{display:flex;gap:20px;padding:24px;color:#e2e2e2;font-family:Inter,system-ui,-apple-system,sans-serif;min-height:calc(100vh - 80px);flex-wrap:wrap}.trading-panel{background:var(--card);border-radius:12px;padding:24px;flex:1;border:1px solid var(--border);box-shadow:0 4px 24px #00000080;display:flex;flex-direction:column}.panel-title{font-size:1.2rem;font-weight:600;margin-bottom:24px;color:#fff}.quotes-table,.balances-table{width:100%;border-collapse:collapse}.quotes-table th,.balances-table th{text-align:left;font-size:.75rem;color:var(--muted);padding-bottom:12px;font-weight:600;letter-spacing:.05em;border-bottom:1px solid var(--border)}.quotes-table td,.balances-table td{padding:16px 0;font-size:.95rem;font-weight:500}.symbol-cell{color:#fff}.highlighted{padding:4px 8px;border-radius:4px;background:#ff4d4d1a;color:#ff4d4d;text-align:center;display:inline-block;min-width:80px}.highlighted.green{background:#00e6761a;color:#00e676}.tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:24px;gap:24px}.tab{background:none;border:none;color:var(--muted);padding:12px 0;cursor:pointer;font-size:1rem;font-weight:500;position:relative;transition:color .2s}.tab:hover{color:#fff}.tab.active{color:var(--accent)}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#fff}.trade-inputs{display:flex;flex-direction:column;gap:20px}.input-row{display:flex;gap:16px}.custom-dropdown-container{position:relative;width:130px}.custom-dropdown{background:var(--input);border:1px solid var(--border);border-radius:8px;padding:12px 16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#fff}.dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:var(--input);border:1px solid var(--border);border-radius:8px;z-index:100;box-shadow:0 12px 40px #0009;overflow:hidden}.dropdown-menu div{padding:12px 16px;cursor:pointer;transition:background-color .2s}.dropdown-menu div:hover{background-color:#321d5c}.instrument-select{flex:1}.instrument-select select{width:100%;background:var(--input);border:1px solid var(--border);border-radius:8px;padding:12px 16px;color:#fff;font-size:1rem;appearance:none;cursor:pointer}.input-field-group{display:flex;flex-direction:column;gap:8px}.amount-label-row{display:flex;justify-content:space-between;align-items:center}.amount-label-row label{font-size:.85rem;color:var(--muted);font-weight:500}.price-info-row{font-size:.85rem;color:var(--accent);background:#ffffff08;padding:8px 12px;border-radius:6px;text-align:center;border:1px dashed rgba(255,255,255,.1)}.amount-input-container{display:flex;background:var(--input);border:1px solid var(--border);border-radius:8px;overflow:hidden}.asset-label,.currency-label{padding:12px 16px;background-color:#ffffff0f;color:var(--muted);font-size:1rem;min-width:60px;text-align:center;display:flex;align-items:center;justify-content:center}.amount-input{flex:1;background:none;border:none;color:#fff;padding:12px 16px;font-size:1.1rem;text-align:right;width:50px}.amount-input:focus{outline:none}.price-section label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:8px}.price-display{display:flex;background:var(--input);border:1px solid var(--border);border-radius:8px;padding:14px 16px;align-items:center}.price-display input{background:none;border:none;color:#fff;font-size:1.1rem;flex:1}.price-display input:focus{outline:none}.price-display span{color:var(--muted);font-size:.9rem;font-weight:600}.commission-section{padding:8px 0}.commission-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--muted)}.commission-value{color:#fff;font-weight:500}.total-preview{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(255,255,255,.1);color:#fff!important;font-weight:600;font-size:1rem!important}.total-value{color:#00e676;font-size:1.1rem}.trade-button{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#0b1220;border:none;border-radius:12px;padding:18px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:12px;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 30px #16dbbe33;text-transform:uppercase;letter-spacing:.05em}.trade-button:hover{transform:translateY(-2px);box-shadow:0 16px 40px #16dbbe4d;filter:brightness(1.05)}.trade-button:active{transform:translateY(0)}.trade-error-notice{background:#ff4d4d1a;border:1px solid rgba(255,77,77,.2);border-radius:8px;padding:12px;color:#ff4d4d;font-size:.85rem;display:flex;align-items:flex-start;gap:10px;line-height:1.4;margin-bottom:12px;animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.rfq-actions{display:flex;flex-direction:column;gap:12px;margin-top:20px}.active-rfq-container{display:flex;flex-direction:column;gap:12px;background:#16dbbe0d;border:1px solid rgba(22,219,190,.2);border-radius:12px;padding:16px;animation:slideInRfq .3s ease-out}@keyframes slideInRfq{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.rfq-price-display{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px dashed rgba(22,219,190,.2)}.rfq-label{color:var(--muted);font-size:.9rem}.rfq-value{color:var(--accent);font-weight:700;font-size:1.2rem}.confirm-btn{margin-top:0!important}.cancel-rfq-btn{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.9rem;padding:8px;text-decoration:underline;transition:color .2s}.cancel-rfq-btn:hover{color:#ff4d4d}.status-text{text-align:center;font-size:.85rem;color:var(--muted);margin-top:16px;line-height:1.4}.chevron{transition:transform .2s}.chevron.open{transform:rotate(180deg)}@media(max-width:1024px){.trading-container{flex-direction:column}}.live-indicator-pulse{display:inline-block;width:8px;height:8px;background-color:#00e676;border-radius:50%;margin-left:8px;box-shadow:0 0 #00e67666;animation:pulse 2s infinite;vertical-align:middle}@keyframes pulse{0%{box-shadow:0 0 #00e676b3}70%{box-shadow:0 0 0 10px #00e67600}to{box-shadow:0 0 #00e67600}}.no-data{text-align:center;padding:40px!important;color:var(--muted);font-size:.9rem;font-style:italic;background:#ffffff05}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.confirm-modal{background:var(--card);width:100%;max-width:420px;border-radius:16px;border:1px solid var(--border);box-shadow:0 24px 64px #000c;overflow:hidden;animation:modalEnter .3s ease-out}@keyframes modalEnter{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.close-btn{background:none;border:none;font-size:1.5rem;color:var(--muted);cursor:pointer;padding:0;line-height:1}.close-btn:hover{color:#fff}.modal-body{padding:24px;display:flex;flex-direction:column;gap:16px}.confirm-row{display:flex;justify-content:space-between;font-size:1rem}.confirm-row .label{color:var(--muted)}.confirm-row .value{color:#fff;font-weight:500}.total-row{margin-top:8px;padding-top:16px;border-top:1px solid var(--border)}.highlighted-value{font-size:1.1rem;font-weight:700;color:#fff}.modal-footer{padding:24px;display:flex;gap:12px;background:#ffffff05}.modal-btn{flex:1;padding:14px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-btn.primary{background:#7b61ff;color:#fff;border:none;box-shadow:0 4px 12px #7b61ff4d}.modal-btn.primary:hover{background:#6a4dff;transform:translateY(-1px)}.modal-btn.secondary{background:none;border:1px solid var(--border);color:#fff}.modal-btn.secondary:hover{background:#ffffff0d}.history-panel{grid-column:1 / -1;margin-top:24px}.history-filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.filter-input{background:#ffffff0d;border:1px solid var(--border);border-radius:6px;padding:8px 12px;color:#fff;font-size:.85rem;outline:none}.filter-input.search{flex:1;min-width:200px}.history-table th{text-align:left;padding:12px;color:var(--muted);font-size:.75rem;text-transform:uppercase;border-bottom:1px solid var(--border)}.history-table td{padding:16px 12px;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.02)}.status-badge{padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:700}.status-badge.filled{background:#00e6761a;color:#00e676}.order-id-cell{font-family:monospace;color:var(--muted);font-size:.8rem}.withdrawal-panel{max-width:380px;min-width:280px;border-top:2px solid rgba(124,58,237,.5)}.rfq-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}:root{--bg: #111827;--card: #1f2937;--input: #111827;--border: #334155;--text: #e5e7eb;--muted: #9ca3af;--accent: #16dbbe;--accent-strong: #12b89f}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#0b1220,#0f172a 30%,#0b1220)}.app-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border);background:#111827bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:.75rem;font-weight:700;letter-spacing:.03em}.brand-text{font-size:1.25rem;color:var(--text)}.brand-mark{height:40px;width:40px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:var(--text);font-weight:700;font-size:1rem}.nav-links{display:flex;gap:1rem;align-items:center;font-weight:500}.nav-link{padding:.65rem .9rem;border-radius:10px;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,color .2s ease;color:var(--muted)}.nav-link.active{color:var(--text);border-color:var(--accent);background:#16dbbe1f}.header-right{display:flex;align-items:center;gap:2rem}.portfolio-value{color:var(--text);font-size:.95rem;font-weight:500}.portfolio-amount{font-weight:700;color:var(--accent)}.user-menu-container{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;color:var(--text);cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s ease}.user-menu-trigger:hover{background:#ffffff0d}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-strong));display:flex;align-items:center;justify-content:center;color:var(--text);font-weight:600;font-size:.9rem}.user-name{font-weight:500;font-size:.95rem}.menu-icon{color:var(--muted);transition:transform .2s ease}.user-menu-trigger:hover .menu-icon{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.5rem;min-width:150px;box-shadow:0 8px 24px #0000004d;z-index:1000}.user-menu-item{width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--text);text-align:left;cursor:pointer;border-radius:6px;font-size:.9rem;transition:background .2s ease}.user-menu-item:hover{background:#ffffff0d}.primary-button{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#0b1220;border:none;border-radius:12px;padding:.75rem 1rem;font-weight:700;cursor:pointer;box-shadow:0 16px 50px #16dbbe2e}.hero{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center;margin-top:2rem}.hero-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:1.75rem;box-shadow:0 18px 40px #00000040}.section-title{font-size:2.25rem;margin:0 0 .75rem}.section-subtitle{color:var(--muted);line-height:1.6}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem}.card{background:#ffffff05;border:1px solid var(--border);border-radius:14px;padding:1.25rem;display:grid;gap:.35rem}.card h3{margin:0;font-size:1.1rem}.card p{margin:0;color:var(--muted);line-height:1.5}.section{margin-top:2.5rem;background:#ffffff05;border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:0 12px 30px #0003}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.badge{border-radius:999px;padding:.35rem .75rem;background:#ffffff0d;border:1px solid var(--border);color:var(--muted);font-weight:600}.footer{padding:1.25rem 1.5rem 2rem;border-top:1px solid var(--border);color:var(--muted);text-align:center}.form-shell{margin-top:2rem;display:flex;justify-content:center}.form-card{width:100%;max-width:720px;background:#ffffff05;border:1px solid var(--border);border-radius:16px;padding:1.75rem;box-shadow:0 18px 40px #00000040}.form-grid{display:grid;gap:1rem;margin-top:1rem}.input-group{display:grid;gap:.5rem}.input-label{color:var(--muted);font-size:.95rem}.input{width:100%;padding:.75rem .85rem;border-radius:12px;border:1px solid var(--border);background:var(--input);color:var(--text);font-size:1rem}.input:read-only{opacity:.8}.muted{color:var(--muted)}.small{font-size:.9rem}.alert{border:1px solid #ef4444;background:#ef444414;color:#fecdd3;padding:.85rem;border-radius:12px;margin:.5rem 0 1rem}.validation-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.25rem;align-items:flex-start}.helper-list{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.helper-list li{color:var(--muted);display:flex;align-items:center;gap:.5rem}.helper-list li:before{content:"";height:10px;width:10px;border-radius:999px;background:var(--border);display:inline-block}.helper-list li.valid{color:#bbf7d0}.helper-list li.valid:before{background:linear-gradient(135deg,var(--accent),var(--accent-strong))}.form-actions{display:grid;gap:.5rem;align-content:start}.secondary-button{background:transparent;border:1px solid var(--border);color:var(--text);border-radius:10px;padding:.45rem .85rem;cursor:pointer}.button-group{border-radius:12px;padding:.75rem 1rem;font-weight:700}.user-chip{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);padding:.45rem .75rem;border-radius:12px;background:#ffffff0a}.terms-viewer{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#0b1220;min-height:360px}.terms-frame{width:100%;height:520px;border:none;background:#0b1220}.table-wrapper{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;margin-top:.5rem}.data-table th,.data-table td{text-align:left;padding:.75rem .65rem;border-bottom:1px solid var(--border);font-size:.95rem}.data-table th{color:var(--muted);font-weight:600}.data-table tr:hover{background:#ffffff08}.mono{font-family:JetBrains Mono,SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem}.treasury-container{width:100%;display:flex;flex-direction:column;gap:0}.sub-navigation{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:2rem;padding:0}.sub-nav-link{padding:1rem 1.5rem;color:var(--muted);font-weight:500;font-size:.95rem;border-bottom:2px solid transparent;transition:all .2s ease;text-decoration:none;position:relative}.sub-nav-link:hover{color:var(--text);background:#ffffff05}.sub-nav-link.active{color:var(--text);border-bottom-color:var(--accent)}.treasury-content{width:100%}.my-history-page{width:100%;display:flex;flex-direction:column;gap:1.5rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.page-title{font-size:1.75rem;font-weight:700;margin:0;color:var(--text)}.action-buttons{display:flex;gap:1rem}.action-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:none}.action-button.primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:var(--text);box-shadow:0 4px 12px #16dbbe4d}.action-button.primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #16dbbe66}.filters-section{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.filters-row{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:150px}.filter-group.search-group{flex:1;min-width:200px}.filter-label{color:var(--muted);font-size:.85rem;font-weight:500}.filter-input,.filter-select{padding:.65rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--input);color:var(--text);font-size:.9rem;transition:border-color .2s ease}.filter-input:focus,.filter-select:focus{outline:none;border-color:var(--accent)}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.85rem;color:var(--muted);pointer-events:none}.search-input{width:100%;padding:.65rem .85rem .65rem 2.5rem;border-radius:8px;border:1px solid var(--border);background:var(--input);color:var(--text);font-size:.9rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:var(--accent)}.filter-actions{display:flex;gap:.5rem;margin-left:auto}.icon-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer;transition:all .2s ease}.icon-button:hover{background:#ffffff0d;border-color:var(--accent);color:var(--text)}.table-container{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.history-table{width:100%;border-collapse:collapse}.history-table thead{background:#ffffff05}.history-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.history-table td{padding:1rem 1.5rem;border-bottom:1px solid var(--border);color:var(--text);font-size:.95rem}.history-table tbody tr:hover{background:#ffffff05}.history-table tbody tr:last-child td{border-bottom:none}.status-badge{display:inline-block;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600}.status-badge.filled{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.status-badge.rejected{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.page-placeholder{padding:3rem;text-align:center}.page-placeholder h1{font-size:2rem;margin-bottom:1rem;color:var(--text)}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;margin-top:1.5rem}.account-panel h3{margin-top:0}.details-grid.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.35rem}.checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.35rem;margin-top:.25rem}.checklist-item{display:flex;align-items:center;gap:.5rem}.checklist-item span[aria-hidden=true]{color:var(--accent)}.overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;width:min(500px,95vw);max-height:90vh;overflow-y:auto;box-shadow:0 20px 80px #00000059}.kyc-modal h2{color:var(--bg)}.inline{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.inline h3{margin:0}.ghost{background:transparent;border:none;color:var(--text);cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s ease;font-size:1.5rem;line-height:1}.ghost:hover{background:#ffffff0d}.ghost:disabled{opacity:.5;cursor:not-allowed}.form.stack{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.5rem}.field span{color:var(--muted);font-size:.9rem;font-weight:500}.field input,.field select,.field textarea{padding:.75rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--input);color:var(--text);font-size:1rem;font-family:inherit}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent)}.field textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.actions-inline{display:inline-flex;gap:.6rem;align-items:center}@media(max-width:720px){.validation-grid{grid-template-columns:1fr}.filters-row{flex-direction:column}.filter-group{width:100%}.filter-actions{margin-left:0;width:100%;justify-content:flex-end}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.action-buttons{width:100%;flex-direction:column}.action-button{width:100%}}
