/* Minimal Tailwind utility compatibility for the few legacy modal classes used by index.html. */
.w-full{width:100%}
.max-w-\[420px\]{max-width:420px}
.max-h-\[80vh\]{max-height:80vh}
.max-h-\[85vh\]{max-height:85vh}
.overflow-y-auto{overflow-y:auto}
.overflow-hidden{overflow:hidden}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.flex-1{flex:1 1 0%}
.flex-shrink-0{flex-shrink:0}
.flex-wrap{flex-wrap:wrap}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.gap-0\.5{gap:.125rem}
.gap-1{gap:.25rem}
.gap-1\.5{gap:.375rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.p-1{padding:.25rem}
.p-1\.5{padding:.375rem}
.p-2{padding:.5rem}
.p-2\.5{padding:.625rem}
.p-3{padding:.75rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.px-1{padding-left:.25rem;padding-right:.25rem}
.px-1\.5{padding-left:.375rem;padding-right:.375rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.m-0{margin:0}
.mt-0\.5{margin-top:.125rem}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-3{margin-top:.75rem}
.mt-4{margin-top:1rem}
.mb-1{margin-bottom:.25rem}
.mb-1\.5{margin-bottom:.375rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mt-6{margin-top:1.5rem}
.ml-2{margin-left:.5rem}
.mr-2{margin-right:.5rem}
.rounded{border-radius:.25rem}
.rounded-lg{border-radius:.5rem}
.rounded-full{border-radius:9999px}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.border{border-width:1px;border-style:solid;border-color:#e5e7eb}
.border-0{border-width:0}
.border-gray-200{border-color:#e5e7eb}
.border-slate-200{border-color:#e2e8f0}
.border-green-200{border-color:#bbf7d0}
.border-emerald-200{border-color:#a7f3d0}
.border-red-200{border-color:#fecaca}
.border-orange-200{border-color:#fed7aa}
.border-amber-200{border-color:#fde68a}
.border-yellow-200{border-color:#fef08a}
.border-blue-200{border-color:#bfdbfe}
.border-cyan-200{border-color:#a5f3fc}
.border-indigo-200{border-color:#c7d2fe}
.border-violet-200{border-color:#ddd6fe}
.border-purple-200{border-color:#e9d5ff}
.border-pink-200{border-color:#fbcfe8}
.border-rose-200{border-color:#fecdd3}
.border-teal-200{border-color:#99f6e4}
.bg-white{background-color:#fff}
.bg-white\/70{background-color:rgba(255,255,255,.7)}
.bg-white.bg-opacity-60{background-color:rgba(255,255,255,.6)}
.bg-white.bg-opacity-70{background-color:rgba(255,255,255,.7)}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-50{background-color:#f9fafb}
.bg-slate-50{background-color:#f8fafc}
.bg-slate-500{background-color:#64748b}
.bg-slate-600{background-color:#475569}
.bg-slate-800{background-color:#1e293b}
.bg-green-50{background-color:#f0fdf4}
.bg-green-100{background-color:#dcfce7}
.bg-green-200{background-color:#bbf7d0}
.bg-green-300{background-color:#86efac}
.bg-green-400{background-color:#4ade80}
.bg-green-500{background-color:#22c55e}
.bg-green-600{background-color:#16a34a}
.bg-emerald-50{background-color:#ecfdf5}
.bg-emerald-500{background-color:#10b981}
.bg-emerald-600{background-color:#059669}
.bg-red-50{background-color:#fef2f2}
.bg-red-100{background-color:#fee2e2}
.bg-red-500{background-color:#ef4444}
.bg-red-600{background-color:#dc2626}
.bg-orange-50{background-color:#fff7ed}
.bg-orange-500{background-color:#f97316}
.bg-orange-600{background-color:#ea580c}
.bg-amber-50{background-color:#fffbeb}
.bg-amber-500{background-color:#f59e0b}
.bg-amber-600{background-color:#d97706}
.bg-amber-700{background-color:#b45309}
.bg-yellow-50{background-color:#fefce8}
.bg-yellow-100{background-color:#fef9c3}
.bg-yellow-200{background-color:#fef08a}
.bg-yellow-300{background-color:#fde047}
.bg-yellow-400{background-color:#facc15}
.bg-yellow-500{background-color:#eab308}
.bg-yellow-600{background-color:#ca8a04}
.bg-blue-50{background-color:#eff6ff}
.bg-blue-500{background-color:#3b82f6}
.bg-blue-600{background-color:#2563eb}
.bg-blue-700{background-color:#1d4ed8}
.bg-cyan-50{background-color:#ecfeff}
.bg-cyan-500{background-color:#06b6d4}
.bg-indigo-50{background-color:#eef2ff}
.bg-indigo-100{background-color:#e0e7ff}
.bg-indigo-500{background-color:#6366f1}
.bg-indigo-600{background-color:#4f46e5}
.bg-violet-50{background-color:#f5f3ff}
.bg-violet-500{background-color:#8b5cf6}
.bg-purple-50{background-color:#faf5ff}
.bg-purple-100{background-color:#f3e8ff}
.bg-purple-500{background-color:#a855f7}
.bg-purple-600{background-color:#9333ea}
.bg-pink-50{background-color:#fdf2f8}
.bg-pink-500{background-color:#ec4899}
.bg-rose-50{background-color:#fff1f2}
.bg-rose-500{background-color:#f43f5e}
.bg-teal-50{background-color:#f0fdfa}
.bg-teal-100{background-color:#ccfbf1}
.bg-teal-500{background-color:#14b8a6}
.text-white{color:#fff}
.text-black{color:#000}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}
.text-slate-400{color:#94a3b8}
.text-slate-500{color:#64748b}
.text-slate-600{color:#475569}
.text-slate-700{color:#334155}
.text-slate-800{color:#1e293b}
.text-green-500{color:#22c55e}
.text-green-600{color:#16a34a}
.text-green-700{color:#15803d}
.text-emerald-600{color:#059669}
.text-emerald-700{color:#047857}
.text-red-400{color:#f87171}
.text-red-500{color:#ef4444}
.text-red-600{color:#dc2626}
.text-red-700{color:#b91c1c}
.text-orange-500{color:#f97316}
.text-orange-600{color:#ea580c}
.text-orange-700{color:#c2410c}
.text-amber-500{color:#f59e0b}
.text-amber-600{color:#d97706}
.text-amber-700{color:#b45309}
.text-yellow-600{color:#ca8a04}
.text-yellow-700{color:#a16207}
.text-blue-500{color:#3b82f6}
.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}
.text-cyan-700{color:#0e7490}
.text-indigo-400{color:#818cf8}
.text-indigo-500{color:#6366f1}
.text-indigo-600{color:#4f46e5}
.text-indigo-700{color:#4338ca}
.text-indigo-800{color:#3730a3}
.text-violet-500{color:#8b5cf6}
.text-violet-700{color:#6d28d9}
.text-purple-500{color:#a855f7}
.text-purple-600{color:#9333ea}
.text-purple-700{color:#7e22ce}
.text-pink-500{color:#ec4899}
.text-pink-700{color:#be185d}
.text-rose-500{color:#f43f5e}
.text-rose-700{color:#be123c}
.text-teal-500{color:#14b8a6}
.text-teal-700{color:#0f766e}
.text-\[9px\]{font-size:9px}
.text-\[10px\]{font-size:10px}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.min-w-0{min-width:0}
.max-w-full{max-width:100%}
.w-auto{width:auto}
.h-auto{height:auto}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.font-medium{font-weight:500}
.font-bold{font-weight:700}
.whitespace-nowrap{white-space:nowrap}
.space-y-1>*+*{margin-top:.25rem}
.space-y-2>*+*{margin-top:.5rem}
.max-h-36{max-height:9rem}
.max-h-40{max-height:10rem}
.max-h-60{max-height:15rem}
.opacity-50{opacity:.5}
.cursor-pointer{cursor:pointer}
.list-none{list-style:none}
.min-h-\[44px\]{min-height:44px}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.08)}
.hover\:shadow-sm:hover{box-shadow:0 1px 3px rgba(0,0,0,.12)}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-red-100:hover{background-color:#fee2e2}
.hover\:bg-indigo-600:hover{background-color:#4f46e5}
.hover\:bg-green-600:hover{background-color:#16a34a}
.hover\:bg-purple-50:hover{background-color:#faf5ff}
.hover\:bg-blue-50:hover{background-color:#eff6ff}
.hover\:bg-opacity-100:hover{background-color:#fff}
.transition{transition:all .15s ease}
.transition-colors{transition:background-color .15s ease,border-color .15s ease,color .15s ease}
.last\:mb-0:last-child{margin-bottom:0}
.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sticky{position:sticky}
.top-0{top:0}
.z-10{z-index:10}
.backdrop-blur{backdrop-filter:blur(8px)}
.bg-gradient-to-r,.bg-gradient-to-br{background-image:none}
.from-green-50,.to-emerald-50{background-color:#ecfdf5}
.from-red-50,.to-orange-50{background-color:#fff7ed}
.from-yellow-50,.to-amber-50{background-color:#fffbeb}
.from-blue-50,.to-indigo-50{background-color:#eff6ff}
.from-cyan-50,.to-blue-50{background-color:#ecfeff}
.from-indigo-50,.to-violet-50{background-color:#eef2ff}
.from-slate-50,.to-gray-50{background-color:#f8fafc}
.from-purple-50,.to-violet-50{background-color:#faf5ff}
.from-purple-100{background-color:#f3e8ff;--tw-gradient-from:#f3e8ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.to-blue-100{background-color:#dbeafe;--tw-gradient-to:#dbeafe var(--tw-gradient-to-position)}
.tt2k-company-route-surface button.bg-green-300.text-green-800{color:#14532d!important}
.tt2k-company-route-surface button.bg-green-400.text-white{color:#052e16!important}
.tt2k-crypto-panel{overflow-x:hidden}
.tt2k-crypto-panel .grid,.tt2k-crypto-panel .flex>div{min-width:0}
@media(max-width:360px){
  .tt2k-crypto-panel{padding:1rem}
  .tt2k-crypto-panel .grid-cols-3{grid-template-columns:1fr}
}
@media(min-width:640px){
  .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
}
