*{box-sizing:border-box;margin:0;padding:0}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0}.app{background:#010203;min-height:100vh;padding:0}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;border-bottom:1px solid #ffffff1a;padding:2rem 0;position:sticky;top:0;box-shadow:0 8px 32px #0006}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.logo-section h1{background:linear-gradient(135deg,#7dd3fc 0%,#add8e6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.logo-section p{color:#a0a0b0;font-size:.95rem}.search-section{flex:1;max-width:500px}.search-input{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:50px;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.search-input::placeholder{color:#6b6b7a}.search-input:focus{background:#ffffff14;border-color:#7dd3fc;outline:none;box-shadow:0 0 0 3px #7dd3fc33}.controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1400px;margin:2rem auto;padding:0 2rem;display:flex}.filter-group{align-items:center;gap:1rem;display:flex}.filter-group label{color:#e0e0e0;font-size:.95rem;font-weight:600}.sort-select{color:#e5f6ff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e3a8a4d;border:1px solid #7dd3fc4d;border-radius:12px;min-width:180px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .3s}.sort-select option{color:#e5f6ff;background:#1e2855;padding:.75rem}.sort-select option:hover{color:#7dd3fc;background:#2a3a6b}.sort-select:hover{background:#1e3a8a80;border-color:#7dd3fc99;box-shadow:0 0 15px #7dd3fc1a}.sort-select:focus{background:#1e3a8a99;border-color:#7dd3fc;outline:none;box-shadow:0 0 0 3px #7dd3fc33}.view-toggle{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;gap:.5rem;padding:.5rem;display:flex}.view-btn{color:#a0a0b0;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.view-btn:hover{color:#7dd3fc;background:#7dd3fc1a}.view-btn.active{color:#7dd3fc;background:linear-gradient(135deg,#7dd3fc4d 0%,#add8e633 100%);border:1px solid #7dd3fc66;box-shadow:0 4px 15px #7dd3fc33}.crypto-container{max-width:1400px;margin:0 auto;padding:2rem}.crypto-container.grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.crypto-container.list{grid-template-columns:1fr;gap:1rem;display:grid}.crypto-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.crypto-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#7dd3fc80,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.crypto-card:hover{background:#ffffff0d;border-color:#7dd3fc4d;transform:translateY(-8px);box-shadow:0 16px 48px #7dd3fc33}.crypto-card:hover:before{opacity:1}.crypto-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.crypto-info{align-items:center;gap:1rem;display:flex}.crypto-info img{border:2px solid #7dd3fc4d;border-radius:50%;width:50px;height:50px}.crypto-info h3{color:#e0e0e0;margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.crypto-info .symbol{color:#9ca3af;font-size:.85rem;font-weight:600}.crypto-info .rank{color:#7dd3fc;background:linear-gradient(135deg,#7dd3fc33 0%,#add8e626 100%);border:1px solid #7dd3fc4d;border-radius:20px;margin-top:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.crypto-price{margin:1.5rem 0}.crypto-price .price{color:#fff;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.crypto-price .change{border-radius:8px;padding:.5rem 1rem;font-size:1.1rem;font-weight:600;display:inline-block}.crypto-price .change.positive{color:#2ed573;background:#2ed57326;border:1px solid #2ed5734d}.crypto-price .change.negative{color:#ff4757;background:#ff475726;border:1px solid #ff47574d}.crypto-stats{border-top:1px solid #ffffff1a;justify-content:space-between;gap:1rem;padding-top:1rem;display:flex}.stat{flex-direction:column;gap:.25rem;display:flex}.stat-label{color:#9ca3af;text-transform:uppercase;font-size:.75rem;font-weight:600}.stat-value{color:#e0e0e0;font-size:.95rem;font-weight:700}.pagination-container{max-width:1400px;margin:3rem auto;padding:0 2rem}.pagination{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e3a8a33;border:1px solid #7dd3fc33;border-radius:16px;justify-content:center;align-items:center;gap:2rem;padding:1.5rem 2rem;display:flex}.pagination-btn{color:#7dd3fc;cursor:pointer;background:#7dd3fc1a;border:1px solid #7dd3fc4d;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.pagination-btn:hover:not(:disabled){background:#7dd3fc33;border-color:#7dd3fc99;transform:translateY(-2px);box-shadow:0 0 15px #7dd3fc33}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;background:#7dd3fc0d;border-color:#7dd3fc1a}.pagination-info{flex-direction:column;align-items:center;gap:.5rem;min-width:200px;display:flex}.page-number{color:#e5f6ff;font-size:1rem;font-weight:600}.page-number strong{color:#7dd3fc;font-weight:700}.items-info{color:#a0a0b0;font-size:.85rem;font-weight:500}.loading{color:#e0e0e0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;padding:4rem 2rem;display:flex}.spinner{border:4px solid #7dd3fc33;border-top-color:#7dd3fc;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{font-size:1.1rem;font-weight:500}.no-results{text-align:center;color:#a0a0b0;padding:4rem 2rem;font-size:1.1rem}.footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#14142866;border-top:1px solid #ffffff1a;margin-top:3rem;padding:2rem}.footer p{color:#9ca3af;font-weight:500}.back-button{color:#7dd3fc;cursor:pointer;background:#7dd3fc1a;border:1px solid #7dd3fc4d;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.back-button:hover{background:#7dd3fc33;border-color:#7dd3fc99;transform:translate(-4px);box-shadow:0 0 15px #7dd3fc33}.coin-detail{max-width:1400px;margin:0 auto;padding:2rem}.coin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.coin-title{align-items:center;gap:1.5rem;display:flex}.coin-image{border:2px solid #7dd3fc4d;border-radius:50%;width:64px;height:64px}.coin-info-text h1{color:#e0e0e0;margin-bottom:.5rem;font-size:2rem}.coin-info-text .symbol{color:#9ca3af;font-size:1rem;font-weight:600}.rank-badge{color:#7dd3fc;background:linear-gradient(135deg,#7dd3fc4d 0%,#add8e633 100%);border:1px solid #7dd3fc66;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #7dd3fc26}.coin-price-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:2rem;padding:2rem}.current-price{margin-bottom:1.5rem}.current-price h2{color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:700}.change-badge{border-radius:10px;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600;display:inline-block}.change-badge.positive{color:#2ed573;background:#2ed57326;border:1px solid #2ed5734d}.change-badge.negative{color:#ff4757;background:#ff475726;border:1px solid #ff47574d}.price-ranges{flex-wrap:wrap;gap:2rem;display:flex}.price-range{flex-direction:column;gap:.5rem;display:flex}.range-label{color:#9ca3af;text-transform:uppercase;font-size:.85rem;font-weight:600}.range-value{color:#e5f6ff;font-size:1.2rem;font-weight:700}.chart-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:2rem;padding:2rem}.chart-section h3{color:#e5f6ff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.price-chart-container{justify-content:center;width:100%;display:flex}.price-chart-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e3a8a26 0%,#3b82f60d 100%);border:1px solid #7dd3fc33;border-radius:20px;width:100%;max-width:800px;padding:24px;transition:all .3s;box-shadow:0 0 30px #7dd3fc1a,inset 0 0 30px #7dd3fc0d}.price-chart-wrapper:hover{border-color:#7dd3fc66;box-shadow:0 0 40px #7dd3fc26,inset 0 0 30px #7dd3fc14}.price-chart-svg{cursor:crosshair;-webkit-user-select:none;user-select:none;touch-action:none;width:100%;height:auto;display:block}.chart-info{border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:1.5rem;margin-top:16px;padding-top:16px;display:flex}.info-item{flex-direction:column;gap:.25rem;display:flex}.info-label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:500}.info-value{color:#7dd3fc;font-size:1.125rem;font-weight:700}.info-divider{color:#fff3;font-size:1.5rem;line-height:1}.no-chart-data{text-align:center;color:#fff9;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:2rem 1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#1e3a8a26 0%,#3b82f60d 100%);border:1px solid #7dd3fc33;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .3s;display:flex}.stat-card:hover{border-color:#7dd3fc66;box-shadow:0 0 20px #7dd3fc1a}.stat-card .stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.stat-card .stat-value{color:#7dd3fc;font-size:1.5rem;font-weight:700}@media (width<=768px){.header-content{text-align:center;flex-direction:column}.search-section{width:100%;max-width:100%}.logo-section h1{font-size:2rem}.controls,.filter-group{flex-direction:column;align-items:stretch}.sort-select{width:100%}.view-toggle{justify-content:center}.crypto-container.grid{grid-template-columns:1fr}.coin-header{flex-direction:column;align-items:flex-start}.coin-title h1{font-size:1.5rem}.current-price h2{font-size:2rem}.stats-grid{grid-template-columns:1fr}.pagination{flex-direction:column;gap:1rem}.pagination-btn{justify-content:center;width:100%}.pagination-info{width:100%;min-width:auto}}@media (width<=480px){.header{padding:1rem 0}.header-content{flex-direction:column;padding:0 1rem}.logo-section h1{margin-bottom:.25rem;font-size:1.5rem}.logo-section p{font-size:.85rem}.controls{margin:1rem auto;padding:0 1rem}.sort-select{width:100%;min-width:auto}.view-toggle{justify-content:space-evenly;width:100%}.crypto-container,.coin-detail{padding:1rem}.coin-price-section{padding:1.5rem}.chart-section{padding:1rem}.price-chart-wrapper{padding:12px}.price-chart-svg{height:200px}.chart-info{border-top:none;flex-direction:column;gap:.75rem;padding-top:0}.info-item{background:#7dd3fc0d;border-radius:8px;flex-direction:row;justify-content:space-between;width:100%;padding:8px;display:flex}.info-divider{display:none}.stats-grid{gap:1rem}.stat-card{padding:1rem}.pagination-container{padding:0 1rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.grid-lines{transition:opacity .3s}.price-chart-wrapper:hover .grid-lines{opacity:.1}rect[stroke="rgba(125, 211, 252, 0.5)"]{animation:.2s ease-out tooltipAppear}@keyframes tooltipAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
