.crypto-detail-page{max-width:1400px;margin:0 auto}.crypto-header{margin-bottom:30px}.crypto-header h1{font-size:32px;color:#0ea5e9;margin-bottom:10px}.crypto-description{color:#6b7280;font-size:16px;line-height:1.6}.chart-container{background:#fff;padding:30px;border-radius:16px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.chart-header h2{font-size:24px;color:#0ea5e9}.time-filters{display:flex;gap:10px}.time-select{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;outline:none;transition:border-color .2s}.time-select:hover{border-color:#0ea5e9}.current-price-info{display:flex;justify-content:flex-end;gap:30px;margin-bottom:20px;font-size:14px;font-weight:600}.price-change{padding:6px 12px;border-radius:6px}.price-change.positive{background:#dcfce7;color:#16a34a}.price-change.negative{background:#fee2e2;color:#dc2626}.current-price{color:#1f2937}.stats-section{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.stats-column{background:#fff;padding:30px;border-radius:16px;box-shadow:0 2px 8px #0000000d}.stats-column h3{font-size:22px;color:#1f2937;margin-bottom:15px}.stats-description{color:#6b7280;font-size:14px;line-height:1.6;margin-bottom:25px}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid #f3f4f6}.stat-row:last-child{border-bottom:none}.stat-label{display:flex;align-items:center;gap:10px;color:#4b5563;font-size:15px}.stat-icon{font-size:18px}.stat-value{font-weight:700;color:#1f2937;font-size:16px}.description-section{background:#fff;padding:30px;border-radius:16px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px}.description-section h3{font-size:22px;color:#0ea5e9;margin-bottom:15px}.description-text{color:#4b5563;line-height:1.8;font-size:15px}.description-text a{color:#0ea5e9;text-decoration:none}.description-text a:hover{text-decoration:underline}.links-section{background:#fff;padding:30px;border-radius:16px;box-shadow:0 2px 8px #0000000d}.links-section h3{font-size:22px;color:#0ea5e9;margin-bottom:20px}.links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.link-item{display:flex;align-items:center;gap:10px;padding:15px 20px;background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;color:#1f2937;font-weight:500;transition:all .3s ease}.link-item:hover{border-color:#0ea5e9;transform:translateY(-2px);box-shadow:0 4px 8px #0ea5e91a}@media (max-width: 768px){.stats-section{grid-template-columns:1fr}.chart-header{flex-direction:column;gap:15px;align-items:flex-start}.current-price-info{flex-direction:column;gap:10px;align-items:flex-start}.links-grid{grid-template-columns:1fr}}*{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:#f5f5f5}.app{display:flex;height:100vh}.sidebar{width:280px;background:linear-gradient(180deg,#0f1419,#1a2332);padding:30px 0;color:#fff;position:fixed;height:100vh;overflow-y:auto}.logo{display:flex;align-items:center;gap:15px;padding:0 30px 30px;margin-bottom:20px}.logo-icon{background:linear-gradient(135deg,#667eea,#764ba2);padding:10px;border-radius:12px;display:flex;align-items:center;justify-content:center}.logo h1{font-size:24px;font-weight:700}.nav-menu{display:flex;flex-direction:column;gap:5px;padding:0 15px}.nav-item{display:flex;align-items:center;gap:15px;padding:15px;color:#9ca3af;text-decoration:none;border-radius:10px;transition:all .3s ease;font-weight:500}.nav-item:hover,.nav-item.active{background:#667eea1a;color:#667eea}.main-content{margin-left:280px;flex:1;padding:40px;overflow-y:auto;background:#f5f5f5}.search-container{position:relative;margin-bottom:30px}.search-box{display:flex;align-items:center;gap:12px;background:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 2px 8px #0000000d;max-width:500px}.search-box input{flex:1;border:none;outline:none;font-size:15px}.search-results{position:absolute;top:60px;left:0;right:0;max-width:500px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;z-index:1000;overflow:hidden}.search-result-item{display:flex;align-items:center;gap:12px;padding:15px 20px;cursor:pointer;transition:background .2s}.search-result-item:hover{background:#f9fafb}.search-result-item img{width:32px;height:32px;border-radius:50%}.search-result-name{font-weight:600;color:#1f2937}.search-result-symbol{font-size:13px;color:#6b7280;text-transform:uppercase}.global-stats{background:#fff;padding:30px;border-radius:16px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px}.global-stats h2{font-size:28px;margin-bottom:25px;color:#1f2937}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.stat-item{display:flex;flex-direction:column;gap:8px}.stat-label{color:#6b7280;font-size:14px}.stat-value{font-size:24px;font-weight:700;color:#1f2937}.top-cryptos{background:#fff;padding:30px;border-radius:16px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px}.top-cryptos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.top-cryptos-header h2{font-size:28px;color:#1f2937}.show-more-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s}.show-more-btn:hover{transform:translateY(-2px)}.crypto-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.crypto-card{background:linear-gradient(135deg,#f9fafb,#fff);padding:25px;border-radius:16px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.crypto-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #667eea26;border-color:#667eea}.crypto-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.crypto-info{display:flex;align-items:center;gap:12px}.crypto-rank{font-weight:700;color:#6b7280;font-size:16px}.crypto-name{font-weight:600;color:#1f2937;font-size:16px}.crypto-icon{width:40px;height:40px;border-radius:50%;padding:8px;display:flex;align-items:center;justify-content:center}.crypto-details{display:flex;flex-direction:column;gap:10px}.crypto-detail-row{display:flex;justify-content:space-between;font-size:14px}.detail-label{color:#6b7280}.detail-value{font-weight:600;color:#1f2937}.change-positive{color:#10b981}.change-negative{color:#ef4444}.loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:#6b7280}@media (max-width: 1024px){.sidebar{width:240px}.main-content{margin-left:240px}}@media (max-width: 768px){.sidebar{width:100%;height:auto;position:relative}.main-content{margin-left:0;padding:20px}.crypto-grid{grid-template-columns:1fr}}
