/* Generated utility stylesheet for trader.bankcoin.loan — no Tailwind CDN */
:root { color-scheme: dark; }
html,body,#root { min-height:100%; }
body { background:#0b0f19; color:#f3f4f6; font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; margin:0; }
::-webkit-scrollbar { width:6px; height:6px; }
::-webkit-scrollbar-track { background:#111827; }
::-webkit-scrollbar-thumb { background:#374151; border-radius:3px; }
.font-sans { font-family: inherit; }
.font-mono { font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; }


.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}
.grid{display:grid}.hidden{display:none}.block{display:block}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}
.inset-0{inset:0}.top-0{top:0}.z-40{z-index:40}.z-50{z-index:50}
.items-center{align-items:center}.items-start{align-items:flex-start}.items-baseline{align-items:baseline}
.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-visible{overflow:visible}
.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.max-w-3xl{max-width:48rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}
.mx-auto{margin-left:auto;margin-right:auto}.shrink-0{flex-shrink:0}
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
.uppercase{text-transform:uppercase}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-0.025em}.tracking-wide{letter-spacing:0.025em}.tracking-wider{letter-spacing:0.05em}
.whitespace-pre-wrap{white-space:pre-wrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.border{border-width:1px;border-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-b-2{border-bottom-width:2px;border-bottom-style:solid}
.divide-y > :not([hidden]) ~ :not([hidden]){border-top-width:1px;border-top-style:solid}
.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-br-none{border-bottom-right-radius:0}.rounded-bl-none{border-bottom-left-radius:0}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.25)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.4)}
.backdrop-blur{backdrop-filter:blur(8px)}
.transition{transition:color .15s,background-color .15s,border-color .15s,box-shadow .15s}
.animate-spin{animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.cursor-pointer{cursor:pointer}
.pb-12{padding-bottom:3rem}

.accent-amber-500{accent-color:#f59e0b}
.accent-cyan-500{accent-color:#06b6d4}
.bg-amber-500{background-color:#f59e0b}
.bg-amber-950{background-color:#451a03}
.bg-amber-950\/60{background-color:rgba(69,26,3,0.6)}
.bg-amber-950\/80{background-color:rgba(69,26,3,0.8)}
.bg-cyan-400{background-color:#22d3ee}
.bg-cyan-500{background-color:#06b6d4}
.bg-cyan-600{background-color:#0891b2}
.bg-cyan-950{background-color:#083344}
.bg-emerald-500{background-color:#10b981}
.bg-emerald-600{background-color:#059669}
.bg-emerald-950{background-color:#022c22}
.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-g1),var(--tw-g2))}
.bg-purple-950{background-color:#3b0764}
.bg-rose-950{background-color:#4c0519}
.bg-slate-500{background-color:#64748b}
.bg-slate-800{background-color:#1e293b}
.bg-slate-900{background-color:#0f172a}
.bg-slate-900\/60{background-color:rgba(15,23,42,0.6)}
.bg-slate-900\/80{background-color:rgba(15,23,42,0.8)}
.bg-slate-950{background-color:#020617}
.bg-slate-950\/80{background-color:rgba(2,6,23,0.8)}
.bg-violet-500{background-color:#8b5cf6}
.bg-violet-950{background-color:#2e1065}
.border-amber-700\/80{border-color:rgba(180,83,9,0.8)}
.border-amber-800{border-color:#92400e}
.border-amber-800\/60{border-color:rgba(146,64,14,0.6)}
.border-amber-800\/80{border-color:rgba(146,64,14,0.8)}
.border-cyan-800{border-color:#155e75}
.border-emerald-800{border-color:#065f46}
.border-purple-700{border-color:#7e22ce}
.border-rose-800{border-color:#9f1239}
.border-slate-700{border-color:#334155}
.border-slate-800{border-color:#1e293b}
.border-slate-800\/80{border-color:rgba(30,41,59,0.8)}
.border-violet-800{border-color:#5b21b6}
.divide-slate-800\/60{--tw-divide:rgba(30,41,59,0.6)}
.focus\:border-cyan-500:focus{border-color:#06b6d4}
.focus\:outline-none:focus{outline:none}
.font-bold{font-weight:700}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-semibold{font-weight:600}
.from-cyan-600{--tw-g1:#0891b2}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.h-12{height:3rem}
.h-2{height:0.5rem}
.h-2\.5{height:0.625rem}
.h-3\.5{height:0.875rem}
.h-4{height:1rem}
.h-6{height:1.5rem}
.h-\[600px\]{height:600px}

.bg-amber-400
.bg-amber-400:hover{}
.hover\:bg-amber-400:hover{background-color:#fbbf24}

.bg-amber-900
.bg-amber-900:hover{}
.hover\:bg-amber-900:hover{background-color:#78350f}

.bg-cyan-500
.bg-cyan-500:hover{}
.hover\:bg-cyan-500:hover{background-color:#06b6d4}

.bg-cyan-900
.bg-cyan-900:hover{}
.hover\:bg-cyan-900:hover{background-color:#164e63}

.bg-emerald-500
.bg-emerald-500:hover{}
.hover\:bg-emerald-500:hover{background-color:#10b981}

.bg-emerald-900
.bg-emerald-900:hover{}
.hover\:bg-emerald-900:hover{background-color:#064e3b}

.bg-rose-900
.bg-rose-900:hover{}
.hover\:bg-rose-900:hover{background-color:#881337}

.bg-rose-950
.bg-rose-950:hover{}
.hover\:bg-rose-950:hover{background-color:#4c0519}

.bg-slate-700
.bg-slate-700:hover{}
.hover\:bg-slate-700:hover{background-color:#334155}

.bg-slate-800\/40
.bg-slate-800\/40:hover{}
.hover\:bg-slate-800\/40:hover{background-color:rgba(30,41,59,0.4)}

.bg-violet-900
.bg-violet-900:hover{}
.hover\:bg-violet-900:hover{background-color:#4c1d95}
.hover\:border-cyan-500:hover{border-color:#06b6d4}
.hover\:text-cyan-300:hover{color:#67e8f9}
.hover\:text-rose-300:hover{color:#fda4af}
.hover\:underline:hover{text-decoration:underline}
.max-h-\[500px\]{max-height:500px}
.mb-1{margin-bottom:0.25rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.ml-1{margin-left:0.25rem}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-2{margin-top:0.5rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.p-1\.5{padding:0.375rem}
.p-2\.5{padding:0.625rem}
.p-3{padding:0.75rem}
.p-3\.5{padding:0.875rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.pb-12{padding-bottom:3rem}
.pb-3{padding-bottom:0.75rem}
.pr-1{padding-right:0.25rem}
.pr-2{padding-right:0.5rem}
.pt-2{padding-top:0.5rem}
.pt-3{padding-top:0.75rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.space-x-0\.5{}
.space-x-1{}
.space-x-1\.5{}
.space-x-2{}
.space-x-3{}
.space-x-4{}
.space-x-6{}
.text-2xl{font-size:1.5rem;line-height:1.25}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.text-amber-200{color:#fde68a}
.text-amber-300{color:#fcd34d}
.text-amber-300\/80{color:rgba(252,211,77,0.8)}
.text-amber-400{color:#fbbf24}
.text-base{font-size:1rem;line-height:1.25}
.text-cyan-300{color:#67e8f9}
.text-cyan-400{color:#22d3ee}
.text-emerald-300{color:#6ee7b7}
.text-emerald-400{color:#34d399}
.text-lg{font-size:1.125rem;line-height:1.25}
.text-purple-300{color:#d8b4fe}
.text-rose-300{color:#fda4af}
.text-rose-400{color:#fb7185}
.text-slate-100{color:#f1f5f9}
.text-slate-200{color:#e2e8f0}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-slate-500{color:#64748b}
.text-slate-950{color:#020617}
.text-sm{font-size:0.875rem;line-height:1.25}
.text-violet-300{color:#c4b5fd}
.text-violet-400{color:#a78bfa}
.text-white{color:#fff}
.text-xl{font-size:1.25rem;line-height:1.25}
.text-xs{font-size:0.75rem;line-height:1.25}
.to-indigo-600{--tw-g2:#4f46e5}
.w-12{width:3rem}
.w-2\.5{width:0.625rem}
.w-3\.5{width:0.875rem}
.w-4{width:1rem}
.w-6{width:1.5rem}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){margin-left:0.125rem}
.space-x-1 > :not([hidden]) ~ :not([hidden]){margin-left:0.25rem}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){margin-left:0.375rem}
.space-x-2 > :not([hidden]) ~ :not([hidden]){margin-left:0.5rem}
.space-x-3 > :not([hidden]) ~ :not([hidden]){margin-left:0.75rem}
.space-x-4 > :not([hidden]) ~ :not([hidden]){margin-left:1rem}
.space-x-6 > :not([hidden]) ~ :not([hidden]){margin-left:1.5rem}
.space-y-1 > :not([hidden]) ~ :not([hidden]){margin-top:0.25rem}
.space-y-3 > :not([hidden]) ~ :not([hidden]){margin-top:0.75rem}
.space-y-4 > :not([hidden]) ~ :not([hidden]){margin-top:1rem}
.space-y-6 > :not([hidden]) ~ :not([hidden]){margin-top:1.5rem}
@media(min-width:1024px){
.lg\:col-span-2{grid-column: span 2 / span 2}
}
.divide-slate-800\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgba(30,41,59,.6);}
@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:inline{display:inline}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}}
@media(min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}}

.w-10{width:2.5rem}.h-10{height:2.5rem}.h-48{height:12rem}
.py-0\.2{padding-top:0.05rem;padding-bottom:0.05rem}
