*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.app{min-height:100vh;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);padding:0}.header{background:#0f0c29cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #8a2be24d;padding:2rem 0;position:sticky;top:0;z-index:100;border-bottom:2px solid rgba(186,85,211,.3)}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.logo-section h1{font-size:2.5rem;background:linear-gradient(135deg,#e879f9,#a855f7,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;font-weight:700;text-shadow:0 0 30px rgba(168,85,247,.5)}.logo-section p{color:#d8b4fe;font-size:.95rem}.search-section{flex:1;max-width:500px}.search-input{width:100%;padding:1rem 1.5rem;border:2px solid rgba(168,85,247,.3);border-radius:50px;font-size:1rem;transition:all .3s ease;background:#581c8733;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-input::placeholder{color:#c4b5fd}.search-input:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 4px #a855f733,0 0 20px #a855f74d;background:#581c874d}.controls{max-width:1400px;margin:2rem auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.filter-group{display:flex;align-items:center;gap:1rem}.filter-group label{color:#e9d5ff;font-weight:600}.filter-group select{padding:.75rem 1.25rem;border:2px solid rgba(168,85,247,.3);border-radius:8px;background:#581c8733;color:#fff;font-size:.95rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-group select:hover{background:#581c874d;border-color:#a855f780}.filter-group select:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}.view-toggle{display:flex;gap:.5rem}.view-toggle button{padding:.75rem 1.5rem;border:2px solid rgba(168,85,247,.3);border-radius:8px;background:#581c8733;color:#e9d5ff;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.view-toggle button:hover{background:#581c874d;border-color:#a855f780;transform:translateY(-2px)}.view-toggle button.active{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;border-color:transparent;box-shadow:0 4px 20px #a855f780,0 0 30px #a855f74d}.crypto-container{max-width:1400px;margin:0 auto;padding:2rem}.crypto-container.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.crypto-container.list{display:grid;grid-template-columns:1fr;gap:1rem}.crypto-card{background:#581c8726;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px #8a2be24d;border:2px solid rgba(168,85,247,.2);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.crypto-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.8),transparent);opacity:0;transition:opacity .3s ease}.crypto-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #8a2be280,0 0 40px #a855f74d;border-color:#a855f799;background:#581c8740}.crypto-card:hover:before{opacity:1}.crypto-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.crypto-info{display:flex;align-items:center;gap:1rem}.crypto-info img{width:50px;height:50px;border-radius:50%;border:2px solid rgba(168,85,247,.4);box-shadow:0 0 20px #a855f74d}.crypto-info h3{font-size:1.25rem;color:#f3e8ff;margin-bottom:.25rem;font-weight:600}.crypto-info .symbol{color:#d8b4fe;font-size:.85rem;font-weight:600}.crypto-info .rank{display:inline-block;background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;margin-top:.25rem;box-shadow:0 4px 15px #a855f766}.crypto-price{margin:1.5rem 0}.crypto-price .price{font-size:1.75rem;font-weight:700;color:#faf5ff;margin-bottom:.5rem;text-shadow:0 0 10px rgba(168,85,247,.3)}.crypto-price .change{font-size:1.1rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;display:inline-block}.crypto-price .change.positive{background:#22c55e33;color:#4ade80;border:2px solid rgba(34,197,94,.4);box-shadow:0 0 20px #22c55e33}.crypto-price .change.negative{background:#ef444433;color:#f87171;border:2px solid rgba(239,68,68,.4);box-shadow:0 0 20px #ef444433}.crypto-stats{display:flex;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:2px solid rgba(168,85,247,.2)}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#d8b4fe;font-weight:600;text-transform:uppercase}.stat-value{font-size:.95rem;color:#f3e8ff;font-weight:700}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#e9d5ff;gap:1rem}.spinner{width:50px;height:50px;border:4px solid rgba(168,85,247,.3);border-top:4px solid #a855f7;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 0 30px #a855f780}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{font-size:1.1rem;font-weight:500}.no-results{text-align:center;padding:4rem 2rem;color:#e9d5ff;font-size:1.2rem}.footer{background:#0f0c2999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;text-align:center;margin-top:3rem;border-top:2px solid rgba(168,85,247,.2)}.footer p{color:#d8b4fe;font-weight:500}.back-button{padding:.75rem 1.5rem;background:#581c8733;border:2px solid rgba(168,85,247,.3);border-radius:8px;color:#e9d5ff;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.back-button:hover{background:#581c874d;border-color:#a855f780;transform:translateY(-2px);box-shadow:0 4px 15px #a855f74d}.coin-detail{max-width:1400px;margin:0 auto;padding:2rem}.coin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.coin-title{display:flex;align-items:center;gap:1.5rem}.coin-title img{width:64px;height:64px;border-radius:50%;border:3px solid rgba(168,85,247,.4);box-shadow:0 0 30px #a855f766}.coin-title h1{font-size:2rem;color:#f3e8ff;margin-bottom:.5rem;text-shadow:0 0 20px rgba(168,85,247,.3)}.coin-title .symbol{color:#d8b4fe;font-size:1rem;font-weight:600}.coin-header .rank{display:inline-block;background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:700;box-shadow:0 4px 20px #a855f780}.coin-price-section{background:#581c8726;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;margin-bottom:2rem;border:2px solid rgba(168,85,247,.2);box-shadow:0 8px 32px #8a2be24d}.current-price{margin-bottom:1.5rem}.current-price h2{font-size:3rem;color:#faf5ff;margin-bottom:.5rem;text-shadow:0 0 20px rgba(168,85,247,.3)}.change-badge{padding:.75rem 1.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;display:inline-block}.change-badge.positive{background:#22c55e33;color:#4ade80;border:2px solid rgba(34,197,94,.4);box-shadow:0 0 20px #22c55e33}.change-badge.negative{background:#ef444433;color:#f87171;border:2px solid rgba(239,68,68,.4);box-shadow:0 0 20px #ef444433}.price-ranges{display:flex;gap:2rem;flex-wrap:wrap}.price-range{display:flex;flex-direction:column;gap:.5rem}.range-label{font-size:.85rem;color:#d8b4fe;font-weight:600}.range-value{font-size:1.2rem;color:#f3e8ff;font-weight:700}.chart-section{background:#581c8726;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;margin-bottom:2rem;border:2px solid rgba(168,85,247,.2);box-shadow:0 8px 32px #8a2be24d}.chart-section h3{color:#f3e8ff;margin-bottom:2rem;font-size:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#581c8726;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(168,85,247,.2);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 20px #8a2be233;transition:all .3s ease}.stat-card:hover{border-color:#a855f766;box-shadow:0 8px 30px #8a2be266;transform:translateY(-4px)}.stat-card .stat-label{font-size:.85rem;color:#d8b4fe;font-weight:600;text-transform:uppercase}.stat-card .stat-value{font-size:1.5rem;color:#f3e8ff;font-weight:700}@media(max-width:768px){.header-content{flex-direction:column;text-align:center}.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}}option{background-color:#1a0f2e;color:#e9d5ff}
