*{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:#add8e6;-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 #ffffff1a;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:#add8e6;outline:none;box-shadow:0 0 0 3px #add8e633}.controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;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-weight:600}.filter-group select{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1.25rem;font-size:.95rem;transition:all .3s}.filter-group select:hover{background:#ffffff14}.filter-group select:focus{border-color:#add8e6;outline:none;box-shadow:0 0 0 3px #add8e633}.view-toggle{gap:.5rem;display:flex}.view-toggle button{color:#e0e0e0;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.view-toggle button:hover{background:#ffffff1a;border-color:#fff3}.view-toggle button.active{color:#010203;background:#add8e6;border-color:#0000;box-shadow:0 4px 15px #add8e64d}.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,#add8e680,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.crypto-card:hover{background:#ffffff0d;border-color:#add8e64d;transform:translateY(-8px);box-shadow:0 16px 48px #00000080}.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 #ffffff1a;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:#010203;background:#add8e6;border-radius:20px;margin-top:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #add8e64d}.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}.loading{color:#e0e0e0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.spinner{border:4px solid #add8e633;border-top-color:#add8e6;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:#e0e0e0;padding:4rem 2rem;font-size:1.2rem}.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:#e0e0e0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.back-button:hover{background:#ffffff1a;border-color:#fff3}.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-title img{border:2px solid #add8e64d;border-radius:50%;width:64px;height:64px}.coin-title h1{color:#e0e0e0;margin-bottom:.5rem;font-size:2rem}.coin-title .symbol{color:#9ca3af;font-size:1rem;font-weight:600}.coin-header .rank{color:#010203;background:#add8e6;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #add8e64d}.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}.change-badge{border-radius:8px;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;font-size:.85rem;font-weight:600}.range-value{color:#e0e0e0;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:#e0e0e0;margin-bottom:2rem;font-size:1.5rem}.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:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.stat-card .stat-label{color:#9ca3af;text-transform:uppercase;font-size:.85rem;font-weight:600}.stat-card .stat-value{color:#e0e0e0;font-size:1.5rem;font-weight:700}@media (width<=768px){.header-content{text-align:center;flex-direction:column}.search-section{max-width:100%}.logo-section h1{font-size:2rem}.controls,.filter-group{flex-direction:column;align-items:stretch}.filter-group 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}}
