*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.navbar{background:rgba(15,23,42,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1);padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav-content{max-width:1200px;margin:0 auto;justify-content:space-between}.nav-brand,.nav-content{display:flex;align-items:center}.nav-brand{grid-gap:1rem;gap:1rem}.brand-icon{font-size:2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);padding:.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.brand-text h1{font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-subtitle{margin-top:.25rem}.brand-subtitle,.nav-status{font-size:.875rem;color:#94a3b8}.nav-status{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem}.status-indicator{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-indicator,.status-indicator.online{background:#10b981}.status-server{background:rgba(59,130,246,.1);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;color:#60a5fa}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.main-content{flex:1 1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.market-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.overview-card{background:rgba(30,41,59,.8);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.overview-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2);border-color:rgba(59,130,246,.3)}.overview-card h3{font-size:.875rem;font-weight:500;color:#94a3b8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.overview-value{font-size:2rem;font-weight:700;color:#f8fafc}.overview-value.positive{color:#10b981}.overview-value.negative{color:#ef4444}.sentiment-bullish{color:#10b981}.sentiment-bearish{color:#ef4444}.market-table-container{background:rgba(30,41,59,.8);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;margin-bottom:2rem}.table-header{padding:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center}.table-header h2{font-size:1.25rem;font-weight:600;color:#f8fafc}.table-controls{grid-gap:1rem;gap:1rem}.refresh-btn,.table-controls{display:flex;align-items:center}.refresh-btn{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;grid-gap:.5rem;gap:.5rem;transition:all .2s ease}.refresh-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(59,130,246,.3)}.update-time{font-size:.875rem;color:#94a3b8}.table-wrapper{overflow-x:auto}.market-table{width:100%;border-collapse:collapse}.market-table thead{background:rgba(15,23,42,.9)}.market-table th{padding:1rem 1.5rem;text-align:left;font-size:.875rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid hsla(0,0%,100%,.1)}.market-row{border-bottom:1px solid hsla(0,0%,100%,.05);transition:background-color .2s ease}.market-row:hover{background:rgba(59,130,246,.1)}.market-table td{padding:1rem 1.5rem}.symbol-cell{grid-gap:1rem;gap:1rem}.symbol-cell,.symbol-icon{display:flex;align-items:center}.symbol-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;font-weight:700;color:#fff;font-size:1.25rem}.symbol-info{display:flex;flex-direction:column}.symbol-name{font-weight:600;color:#f8fafc}.symbol-code{font-size:.875rem;color:#94a3b8}.price-cell{font-size:1.125rem;font-weight:600;color:#f8fafc}.change-cell{font-size:1rem;font-weight:500}.change-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.change-badge.positive{background:rgba(16,185,129,.1);color:#10b981}.change-badge.negative{background:rgba(239,68,68,.1);color:#ef4444}.volume-cell{color:#cbd5e1;font-weight:500}.trend-indicator{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;display:inline-block}.trend-indicator.up{background:rgba(16,185,129,.1);color:#10b981}.trend-indicator.down{background:rgba(239,68,68,.1);color:#ef4444}.market-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.highlight-section{background:rgba(30,41,59,.8);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem}.highlight-section h3{font-size:1rem;font-weight:600;color:#f8fafc;margin-bottom:1rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.highlight-list{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.highlight-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:8px;transition:all .2s ease}.highlight-item.gain{background:rgba(16,185,129,.05)}.highlight-item.loss{background:rgba(239,68,68,.05)}.highlight-item:hover{background:hsla(0,0%,100%,.05)}.highlight-symbol{font-weight:600;color:#f8fafc}.highlight-change{font-weight:600;font-size:.875rem}.highlight-change.positive{color:#10b981}.highlight-change.negative{color:#ef4444}.highlight-price{font-size:.875rem;color:#cbd5e1}.status-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.status-card{background:rgba(30,41,59,.8);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem}.status-card h3{font-size:1rem;font-weight:600;color:#f8fafc;margin-bottom:1rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.link-item,.status-item{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.link-item:last-child,.status-item:last-child{border-bottom:none}.status-icon{font-size:1.25rem}.status-item.completed .status-icon{color:#10b981}.status-item.in-progress .status-icon{color:#f59e0b;animation:spin 2s linear infinite}.status-item.pending .status-icon{color:#94a3b8}.link-item a{color:#60a5fa;text-decoration:none;transition:color .2s ease}.link-item a:hover{color:#3b82f6;text-decoration:underline}.link-icon{color:#94a3b8}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;grid-gap:1rem;gap:1rem}.spinner{width:50px;height:50px;border:4px solid rgba(59,130,246,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.app-loading p{color:#94a3b8;font-size:1.125rem}.error-message{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:1.5rem;text-align:center;color:#ef4444}.error-message button{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;margin-top:1rem;cursor:pointer;transition:background-color .2s ease}.error-message button:hover{background:#dc2626}.footer{background:rgba(15,23,42,.95);border-top:1px solid hsla(0,0%,100%,.1);padding:1.5rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer p{color:#94a3b8;font-size:.875rem;margin-bottom:.5rem}.footer-info{font-size:.75rem}.footer-status{color:#10b981;margin-left:.5rem}@media (max-width:768px){.navbar{padding:1rem}.nav-content{flex-direction:column;grid-gap:1rem;gap:1rem;text-align:center}.main-content{padding:1rem}.market-overview{grid-template-columns:repeat(2,1fr)}.table-header{flex-direction:column;grid-gap:1rem;gap:1rem;text-align:center}.market-highlights,.status-info{grid-template-columns:1fr}}@media (max-width:480px){.market-overview{grid-template-columns:1fr}.market-table td,.market-table th{padding:.75rem}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-crypto-green:#10b981;--color-crypto-red:#ef4444;--color-crypto-blue:#3b82f6;--color-background:#0f172a;--color-surface:#1e293b;--color-text-primary:#f1f5f9;--color-text-secondary:#94a3b8}body{@apply bg-gray-900 text-gray-100 antialiased;font-feature-settings:"rlig" 1,"calt" 1}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{@apply bg-gray-800}::-webkit-scrollbar-thumb{@apply bg-gray-600 rounded-full}::-webkit-scrollbar-thumb:hover{@apply bg-gray-500}}@layer components{.card{@apply bg-gray-800/50 backdrop-blur-sm rounded-xl border border-gray-700 p-6 shadow-elevated}.card-hover{@apply transition-all duration-200 hover:bg-gray-800/70 hover:border-gray-600 hover:shadow-lg}.btn-primary{@apply px-4 py-2 bg-crypto-blue text-white rounded-lg font-medium 
           hover:bg-blue-600 transition-colors duration-200 
           disabled:opacity-50 disabled:cursor-not-allowed}.btn-secondary{@apply px-4 py-2 bg-gray-700 text-gray-200 rounded-lg font-medium
           hover:bg-gray-600 transition-colors duration-200
           disabled:opacity-50 disabled:cursor-not-allowed}.btn-success{@apply px-4 py-2 bg-crypto-green text-white rounded-lg font-medium
           hover:bg-green-600 transition-colors duration-200}.btn-danger{@apply px-4 py-2 bg-crypto-red text-white rounded-lg font-medium
           hover:bg-red-600 transition-colors duration-200}.input{@apply px-3 py-2 bg-gray-800 border border-gray-700 rounded-lg
           text-gray-100 placeholder-gray-500
           focus:outline-none focus:ring-2 focus:ring-crypto-blue focus:border-transparent
           disabled:opacity-50 disabled:cursor-not-allowed}.table-container{@apply overflow-x-auto rounded-lg border border-gray-700}.table{@apply min-w-full divide-y divide-gray-700}.table-header{@apply bg-gray-800/50}.table-header-cell{@apply px-6 py-3 text-left text-xs font-medium text-gray-400 uppercase tracking-wider}.table-row{@apply hover:bg-gray-800/30 transition-colors duration-150}.table-cell{@apply px-6 py-4 whitespace-nowrap text-sm text-gray-300}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium}.badge-success{@apply bg-green-900/30 text-green-400}.badge-danger{@apply bg-red-900/30 text-red-400}.badge-warning{@apply bg-yellow-900/30 text-yellow-400}.badge-info{@apply bg-blue-900/30 text-blue-400}.chart-container{@apply bg-gradient-to-br from-gray-900 to-gray-800 rounded-xl p-4
           border border-gray-700 shadow-chart}.loading-pulse{@apply animate-pulse bg-gray-700 rounded}.price-up{@apply text-crypto-green}.price-down{@apply text-crypto-red}.price-change{@apply inline-flex items-center px-2 py-1 rounded-md text-sm font-medium}.price-change-up{@apply bg-green-900/20 text-green-400}.price-change-down{@apply bg-red-900/20 text-red-400}}@layer utilities{.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.text-gradient{@apply bg-clip-text text-transparent bg-gradient-to-r from-crypto-blue to-crypto-indigo}.glass{@apply backdrop-blur-md bg-white/5 border border-white/10}.grid-pattern{background-image:linear-gradient(hsla(0,0%,100%,.05) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:20px 20px}.no-spinner::-webkit-inner-spin-button,.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinner{-moz-appearance:textfield}}.tradingview-widget-tooltip{@apply !bg-gray-800 !border-gray-700 !text-gray-200}select{@apply bg-gray-800 border-gray-700 text-gray-100 rounded-lg;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239CA3AF'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}:focus-visible{@apply outline-none ring-2 ring-crypto-blue ring-offset-2 ring-offset-gray-900}[disabled]{@apply opacity-50 cursor-not-allowed}
/*# sourceMappingURL=main.ba851319.chunk.css.map */