#root,body,html{background:linear-gradient(135deg,#f3f4f6,#6b7280);color:#23272f;font-family:Inter,Arial,sans-serif;min-height:100vh;overflow-x:hidden;scroll-behavior:smooth}.App,body{background:#0000}.App{display:flex;flex-direction:column;min-height:100vh}.fade-in-page{animation:fadeInPage 1s cubic-bezier(.4,0,.2,1)}@keyframes fadeInPage{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#d1d5dbd9;border-radius:20px;box-shadow:0 8px 32px #00000014}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6b7280,#d1d5db);-webkit-background-clip:text;background-clip:text}.animated-link,a{color:#4b5563;position:relative;text-decoration:none;transition:color .2s}.animated-link:after,a:after{background:linear-gradient(90deg,#6b7280,#d1d5db);border-radius:2px;bottom:-2px;content:"";display:block;height:2px;left:0;position:absolute;transition:width .3s;width:0}.animated-link:hover,a:hover{color:#111827}.animated-link:hover:after,a:hover:after{width:100%}::-webkit-scrollbar{background:#f3f4f6;width:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d1d5db,#6b7280);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#6b7280,#9ca3af)}::selection{background:#d1d5db;color:#23272f}.animated-btn{background:linear-gradient(135deg,#6b7280,#d1d5db);border:none;border-radius:12px;box-shadow:0 4px 16px #6b72801a;color:#23272f;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:.75rem 2rem;position:relative;transition:transform .2s,box-shadow .2s,background .3s}.animated-btn:hover{background:linear-gradient(135deg,#d1d5db,#6b7280);box-shadow:0 8px 32px #6b72801a;transform:translateY(-2px) scale(1.03)}.animated-card{box-shadow:0 2px 8px #0000000f;transition:box-shadow .3s,transform .3s}.animated-card:hover{box-shadow:0 8px 32px #6b72801a;transform:translateY(-4px) scale(1.02)}@media (max-width:768px){.App{padding-bottom:60px}}body{background:#d3d3d3;color:#1a202c;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;margin:0;min-height:100vh;padding:0}button:focus,input:focus{box-shadow:0 0 0 2px #5a67d8;outline:none}button{cursor:pointer;transition:background-color .2s ease-in-out}h1,h2,h3,h4,h5,h6{color:#2d3748;font-weight:800;margin:0}ul{list-style:none;margin:0;padding:0}li{-webkit-user-select:none;user-select:none}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#e2e8f0}::-webkit-scrollbar-thumb{background:#a0aec0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#718096}.container{margin-left:auto;margin-right:auto;max-width:72rem;padding-left:1rem;padding-right:1rem}img{display:block;height:auto;max-width:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#779f9f}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wallet-connect{animation:slideInUp .6s ease-out;background:#18181bf2;border:1px solid #27272a;border-radius:16px;box-shadow:0 8px 32px #00000040;color:#f3f4f6;padding:2rem}.wallet-connected{animation:fadeInScale .5s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.connection-status{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.status-indicator{animation:pulse 2s infinite;border-radius:50%;height:12px;width:12px}.status-indicator.connected{background:#10b981;box-shadow:0 0 0 0 #10b981b3}.status-text{color:#10b981;font-size:1.1rem;font-weight:600}.account-info{display:flex;flex-direction:column;gap:.5rem}.account-label{color:#a1a1aa;font-size:.9rem;font-weight:500}.account-address{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#818cf8);-webkit-background-clip:text;background-clip:text;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;font-weight:600;word-break:break-all}.wallet-disconnected{align-items:center;display:flex;justify-content:center;min-height:120px}.connect-button{align-items:center;background:linear-gradient(135deg,#818cf8,#f472b6);border:none;border-radius:12px;box-shadow:0 4px 12px #818cf84d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.connect-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.connect-button:hover:before{left:100%}.connect-button:hover{box-shadow:0 8px 20px #818cf866;transform:translateY(-2px)}.connect-button:active{transform:translateY(0)}.connect-button:disabled{cursor:not-allowed;opacity:.8}.button-icon{animation:bounce 2s infinite;font-size:1.2rem}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.error-message{align-items:center;animation:shake .5s ease-in-out;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#f87171;display:flex;font-size:.9rem;gap:.5rem;margin-top:1rem;padding:1rem}.error-icon{font-size:1.1rem}@media (max-width:768px){.wallet-connect{padding:1.5rem}.connect-button{font-size:.9rem;padding:.875rem 1.5rem}.account-address{font-size:.8rem}}.token-list-container{animation:slideInUp .8s ease-out;background:#d1d5dbf2;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 30px #00000014;color:#23272f;padding:2rem}.token-list-header{margin-bottom:2rem}.token-list-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6b7280,#d1d5db);-webkit-background-clip:text;background-clip:text;color:#23272f;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.token-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.search-container{flex:1 1;min-width:250px}.token-search{background:#f3f4f6;border:2px solid #e5e7eb;border-radius:12px;color:#23272f;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.token-search:focus{background:#e5e7eb;border-color:#6b7280;box-shadow:0 0 0 3px #6b728014;outline:none}.sort-controls{display:flex;gap:.5rem}.sort-select{background:#f3f4f6;border:2px solid #e5e7eb;border-radius:12px;color:#23272f;cursor:pointer;font-size:.9rem;padding:.875rem 1rem;transition:all .3s ease}.sort-select:focus{background:#e5e7eb;border-color:#6b7280;box-shadow:0 0 0 3px #6b728014;outline:none}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:3rem}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#6b7280;height:40px;width:40px}.loading-text{color:#6b7280;font-size:1rem}.error-container{align-items:center;animation:shake .5s ease-in-out;background:#e5e7eb80;border:1px solid #e5e7eb;border-radius:12px;color:#b91c1c;display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem}.error-icon{font-size:1.2rem}.error-text{font-weight:500}.empty-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:1rem;padding:3rem}.empty-icon{font-size:3rem;opacity:.5}.empty-text{font-size:1.1rem;text-align:center}.token-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.token-card{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #0000000f;color:#23272f;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.token-card:before{background:linear-gradient(135deg,#6b72800d,#d1d5db0d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.token-card:hover:before{opacity:1}.token-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-4px)}.token-header{justify-content:space-between;margin-bottom:1rem}.token-header,.token-info{align-items:center;display:flex}.token-info{gap:.75rem}.token-icon{animation:bounce 2s infinite;font-size:1.5rem}.token-symbol{color:#23272f;font-size:1.25rem;font-weight:700}.save-button{background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;font-size:1.25rem;padding:.25rem;transition:all .3s ease}.save-button:hover{color:#b91c1c;transform:scale(1.1)}.save-button.saved{animation:pulse 2s infinite;color:#b91c1c}.token-balance,.token-value{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.balance-amount,.value-amount{color:#23272f;font-size:1.5rem;font-weight:700}.value-amount{color:#4b5563}.balance-label,.value-label{color:#6b7280;font-size:.875rem;font-weight:500}.chart-modal{align-items:center;animation:fadeIn .3s ease-out;background:#6b72804d;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.chart-content{animation:slideInUp .3s ease-out;background:#e5e7eb;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 20px 40px #0000001a;color:#23272f;max-height:80vh;max-width:800px;overflow-y:auto;padding:2rem;width:90%}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.chart-header h3{color:#23272f;font-size:1.5rem;font-weight:700}.close-button{background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .3s ease}.close-button:hover{background:#f3f4f6;color:#23272f}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width:768px){.token-list-container{padding:1.5rem}.token-controls{align-items:stretch;flex-direction:column}.search-container{min-width:auto}.sort-controls{justify-content:center}.token-grid{gap:1rem;grid-template-columns:1fr}.token-card{padding:1.25rem}.chart-content{padding:1.5rem;width:95%}}.fade-in-up{animation:fadeInUp 1s ease forwards}.wallet-card{transition:transform .3s ease}.wallet-card:hover{transform:scale(1.05)}button{transition:background-color .3s ease,color .3s ease}button:focus,button:hover{background-color:#4c51bf;color:#fff;outline:none}.token-row{transition:background-color .3s ease}.token-row:hover{background-color:#ebf4ff}.chart-section{animation:fadeInUp 1s ease forwards;animation-delay:.5s;animation-fill-mode:forwards;opacity:0;transform:translateY(20px)}input,select{border:1px solid #cbd5e0;border-radius:.375rem;padding:.5rem;transition:border-color .3s ease,box-shadow .3s ease}input:focus,select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea80;outline:none}.message-error{background-color:#fed7d7;color:#e53e3e}.message-error,.message-success{border-radius:.375rem;margin-bottom:1rem;padding:.5rem 1rem}.message-success{background-color:#c6f6d5;color:#38a169}.table{border-collapse:collapse;color:#2d3748;font-size:1rem;margin-bottom:1rem;width:100%}.table td,.table th{border:1px solid #e2e8f0;padding:.75rem 1rem;text-align:left}.table th{background-color:#f7fafc;font-weight:600}.table tbody tr:hover{background-color:#ebf4ff}@media (max-width:640px){.table,.table tbody,.table td,.table th,.table thead,.table tr{display:block}.table thead tr{left:-9999px;position:absolute;top:-9999px}.table tr{border:1px solid #e2e8f0;border-radius:.375rem;margin-bottom:1rem;padding:.5rem}.table td{border:none;border-bottom:1px solid #e2e8f0;padding-left:50%;position:relative;text-align:right}.table td:before{content:attr(data-label);font-weight:600;left:1rem;padding-right:1rem;position:absolute;text-align:left;top:.75rem;white-space:nowrap;width:45%}}.wallet-app{background:linear-gradient(135deg,#f3f4f6,#6b7280);color:#23272f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem}.wallet-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d1d5dbf2;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 20px 40px #00000014;color:#23272f;margin:0 auto;max-width:1200px;padding:3rem}.wallet-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6b7280,#d1d5db);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:2rem;text-align:center}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.wallet-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.wallet-tab{align-items:center;background:#e5e7eb;border:none;border-radius:12px;box-shadow:0 2px 4px #0000000a;color:#23272f;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.wallet-tab:hover{background:#d1d5db;box-shadow:0 8px 16px #00000014;transform:translateY(-2px)}.wallet-tab.active{background:linear-gradient(135deg,#6b7280,#d1d5db);box-shadow:0 8px 20px #6b72801a;color:#23272f;transform:translateY(-2px)}.tab-icon{animation:bounce 2s infinite;font-size:1.2rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.wallet-content{animation:fadeIn .8s ease-out .4s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.token-section{animation:slideInUp .8s ease-out .6s both;margin-top:2rem}@media (max-width:768px){.wallet-app{padding:1rem}.wallet-container{padding:2rem 1.5rem}.wallet-title{font-size:2rem}.wallet-tabs{align-items:center;flex-direction:column}.wallet-tab{justify-content:center;max-width:300px;width:100%}}.wallet-container:before{background:linear-gradient(135deg,#d1d5db33,#d1d5db1a);border-radius:20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.wallet-container:hover{transform:translateY(-5px);transition:transform .3s ease}.monitor-panel-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:2rem 0}.monitor-card{animation:fadeInUp .7s cubic-bezier(.4,0,.2,1);background:#d1d5dbd9;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;min-width:0;padding:1.5rem 1.2rem;transition:box-shadow .2s,transform .2s}.monitor-card:hover{box-shadow:0 8px 32px #6b72801f;transform:translateY(-4px) scale(1.01)}.monitor-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.7rem}.monitor-title{color:#23272f;font-size:1.1rem;font-weight:700;letter-spacing:.01em}.monitor-indicator{border-radius:50%;box-shadow:0 0 8px #00000014;display:inline-block;height:12px;margin-left:.5rem;width:12px}.monitor-info{color:#4b5563;font-size:1rem;margin-bottom:.2rem}.monitor-timestamp{color:#9ca3af;font-size:.85rem;margin-top:.5rem}@media (max-width:768px){.monitor-panel-grid{gap:1rem;grid-template-columns:1fr}.monitor-card{padding:1rem .7rem}}.header-root{animation:fadeInDownHeader .8s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d1d5dbd9;border-bottom:2px solid;border-image:linear-gradient(90deg,#6b7280,#d1d5db) 1;box-shadow:0 4px 24px #0000000f;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}@keyframes fadeInDownHeader{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.2rem 2rem}.header-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6b7280,#d1d5db);-webkit-background-clip:text;background-clip:text;cursor:pointer;font-size:2rem;font-weight:800;letter-spacing:.03em;text-shadow:0 2px 8px #6b72801a;transition:text-shadow .2s}.header-logo:hover{text-shadow:0 4px 16px #9ca3af2e}.header-nav{display:flex;gap:2rem}.header-link{color:#23272f;font-size:1.05rem;font-weight:600;position:relative;text-decoration:none;transition:color .2s}.header-link:after{background:linear-gradient(90deg,#6b7280,#d1d5db);border-radius:2px;bottom:-2px;content:"";display:block;height:2px;left:0;position:absolute;transition:width .3s;width:0}.header-link:hover{color:#6b7280}.header-link:hover:after{width:100%}@media (max-width:768px){.header-content{flex-direction:column;gap:.75rem;padding:1rem}.header-logo{font-size:1.3rem}.header-nav{gap:1rem}}.popular-root{background:none;color:#23272f;font-family:Inter,Arial,sans-serif;min-height:100vh}.popular-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6b7280,#d1d5db);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:2rem;text-align:center}.popular-label{color:#4b5563;display:block;font-size:1.1rem;margin-bottom:1rem;text-align:center}.popular-select{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#23272f;font-size:1rem;margin-left:.5rem;padding:.5rem 1rem}.popular-coins-section{background:#d1d5dbf2;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;padding:2rem}.popular-coins-title{color:#23272f;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.popular-coins-list{list-style:none;margin:0;padding:0}.popular-coin-item{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#23272f;cursor:pointer;font-size:1.05rem;margin-bottom:.5rem;padding:.75rem 1rem;transition:background .2s,color .2s}.popular-coin-item.selected,.popular-coin-item:hover{background:#e5e7eb;color:#23272f}.popular-chart-section{background:#d1d5dbf2;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #00000014;margin-top:2rem;padding:2rem}@media (max-width:768px){.popular-chart-section,.popular-coins-section{padding:1rem}.popular-title{font-size:1.3rem}}.homepage-root{background:linear-gradient(135deg,#f3f4f6,#6b7280);color:#23272f;font-family:Inter,Arial,sans-serif;line-height:1.6;min-height:100vh}.homepage-hero{align-items:center;background-position:50%;background-size:cover;border-radius:0 0 32px 32px;box-shadow:0 8px 32px #0000001a;display:flex;height:320px;justify-content:center;margin-bottom:2rem;position:relative;transition:background-image .5s ease-in-out,opacity 1s ease-in-out}.homepage-overlay{background:#d1d5dbb3;border-radius:0 0 32px 32px;color:#23272f;padding:48px 24px;text-align:center;width:100%}.homepage-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#23272f,#6b7280);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:12px;text-shadow:0 2px 8px #6b72801a}.homepage-subtitle{color:#6b7280;font-size:1.2rem;margin:0 auto;max-width:640px}.fade-in{opacity:1}.fade-in,.fade-out{transition:opacity 1s}.fade-out{opacity:0}.homepage-stats-section{margin:40px auto;max-width:960px;padding:0 20px}.homepage-section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#23272f,#6b7280);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 8px #6b72801a}.homepage-stats-grid{display:flex;flex-wrap:wrap;gap:20px}.homepage-stat-box{animation:fadeInUp .5s forwards;background:#d1d5dbf2;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #00000014;flex:1 1 200px;margin-bottom:1rem;min-width:200px;opacity:0;padding:20px 16px;text-align:center;transform:translateY(10px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.homepage-section{margin:40px auto;max-width:960px;padding:0 20px}.homepage-table{background:#d1d5dbf2;border:1px solid #e5e7eb;border-collapse:collapse;border-radius:16px;box-shadow:0 2px 8px #00000014;color:#23272f;overflow:hidden;width:100%}.homepage-table td,.homepage-table th{border-bottom:1px solid #e5e7eb;padding:14px 12px;text-align:left}.homepage-table th{background:#f3f4f6;color:#23272f;font-size:1rem;font-weight:700}.homepage-table-row{animation:fadeInUp .5s forwards;cursor:pointer;opacity:0;transform:translateY(10px);transition:background .2s,color .2s}.homepage-table-row:hover{background:#e5e7eb}.homepage-info-section{background:#d1d5dbf2;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #00000014;margin:40px auto 2rem;max-width:800px;padding:24px}.homepage-info-text{color:#4b5563;font-size:1.1rem;line-height:1.7;margin-bottom:12px}.homepage-info-list{color:#6b7280;font-size:1.1rem;line-height:1.7;list-style:disc inside;padding-left:20px}@media (max-width:768px){.homepage-hero,.homepage-overlay{border-radius:0 0 16px 16px;padding:32px 10px}.homepage-title{font-size:1.5rem}.homepage-info-section,.homepage-section,.homepage-stats-section{padding:0 8px}.homepage-stats-grid{flex-direction:column;gap:12px}.homepage-stat-box{min-width:120px;padding:14px 8px}.homepage-table td,.homepage-table th{font-size:.95rem;padding:8px 6px}}.about-root{align-items:center;background:none;color:#23272f;display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;min-height:100vh;padding:2rem 0 3rem}.about-section{background:#d1d5dbf2;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #00000014;margin:0 auto 2rem;max-width:800px;padding:2rem 1.5rem;width:100%}.about-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6b7280,#d1d5db);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:1.5rem;text-align:center}.about-text{color:#4b5563;margin-bottom:1rem}.about-list,.about-text{font-size:1.1rem;line-height:1.7}.about-list{color:#6b7280;list-style:disc inside;padding-left:20px}@media (max-width:768px){.about-section{padding:1rem .5rem}.about-title{font-size:1.3rem}}.footer-root{background:linear-gradient(90deg,#18181b,#23272f);border-top:1px solid #27272a;box-shadow:0 -2px 16px #00000026;padding:0;position:relative;width:100%;z-index:10}.footer-content{align-items:center;animation:fadeInUpFooter .8s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#18181bd9;border-radius:0 0 20px 20px;color:#f3f4f6;display:flex;flex-direction:row;font-family:Inter,Arial,sans-serif;font-size:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.5rem 2rem}@keyframes fadeInUpFooter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-copyright{color:#a1a1aa;letter-spacing:.02em}.footer-link{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(90deg,#818cf8,#f472b6);-webkit-background-clip:text;background-clip:text;color:#818cf8;display:flex;font-size:1.05rem;font-weight:600;gap:.5rem;text-decoration:none;text-shadow:0 2px 8px #818cf826;transition:color .2s,text-shadow .2s}.footer-link:hover{-webkit-text-fill-color:unset;color:#f472b6;text-shadow:0 4px 16px #f472b640}.footer-github-icon{animation:githubPulse 2s infinite;font-size:1.2rem}@keyframes githubPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@media (max-width:768px){.footer-content{border-radius:0 0 12px 12px;flex-direction:column;font-size:.95rem;gap:.75rem;padding:1.2rem 1rem}}.predictions-root{align-items:center;background:none;display:flex;flex-direction:column;min-height:100vh;padding:2rem 0 3rem}.predictions-section{margin:0 auto;max-width:900px;padding:0 1rem;width:100%}.predictions-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6b7280,#d1d5db);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800;letter-spacing:.01em;margin-bottom:2rem;text-align:center}.predictions-card{animation:fadeInUp .7s cubic-bezier(.4,0,.2,1);background:#d1d5dbd9;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #0000000f;margin:0 auto 2rem;max-width:700px;padding:2rem 1.5rem}.predictions-disclaimer{background:#d1d5db80;border-radius:8px;color:#9ca3af;font-size:1rem;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:700px;padding:.75rem 1rem;text-align:center}@media (max-width:768px){.predictions-section{padding:0 .5rem}.predictions-title{font-size:1.3rem}.predictions-card{padding:1rem .5rem}.predictions-disclaimer{font-size:.95rem;padding:.5rem}}
/*# sourceMappingURL=main.9fc16bb4.css.map*/