body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.trading-app{background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px}.header-content,.logo-section{align-items:center;display:flex}.logo-section{gap:2rem}.logo{color:#1e293b;font-size:1.5rem;font-weight:700}.tagline{color:#3b82f6;font-size:.875rem;font-weight:500;margin-left:1rem}.nav-links{display:flex;gap:1.5rem}.nav-link{border-radius:6px;color:#64748b;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.nav-link.active{background-color:#3b82f6;color:#fff}.nav-link:hover:not(.active){background-color:#f1f5f9}.update-signals-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.update-signals-btn:hover{background:#2563eb}.main-content{margin:0 auto;max-width:1200px;padding:2rem}.signals-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.signals-title{color:#1e293b;font-size:2rem;font-weight:600}.signals-count{color:#64748b;font-size:.875rem}.signals-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.signal-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:transform .2s,box-shadow .2s}.signal-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.signal-header{justify-content:space-between;margin-bottom:.75rem}.signal-header,.signal-info{align-items:center;display:flex}.signal-info{gap:.75rem}.signal-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:700;height:40px;justify-content:center;width:40px}.signal-icon-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.signal-name{color:#1e293b;font-size:1.125rem;font-weight:600}.signal-symbol{color:#64748b;font-size:.875rem}.signal-type{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.signal-type[data-type=green]{background:#dcfce7;color:#166534}.signal-type[data-type=blue]{background:#dbeafe;color:#1d4ed8}.signal-type[data-type=orange]{background:#fed7aa;color:#c2410c}.signal-type[data-type=purple]{background:#e9d5ff;color:#7c3aed}.signal-date{color:#64748b;font-size:.75rem;margin-bottom:1rem}.price-section{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.price-group{display:flex;flex-direction:column;gap:.25rem}.price-label{color:#64748b;font-size:.875rem}.price-value{color:#1e293b;font-size:1.25rem;font-weight:600}.price-change{color:#059669;font-size:.875rem;font-weight:500}.target-section{margin-bottom:1rem}.target-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.target-label{color:#1e293b}.target-label,.target-potential{font-size:.875rem;font-weight:500}.target-potential{color:#059669}.progress-bar{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3b82f6,#06b6d4);height:100%;transition:width .3s ease}.metrics-section{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.metric{display:flex;flex-direction:column;gap:.25rem}.metric-label{color:#64748b;font-size:.875rem}.metric-value{color:#1e293b;font-weight:500}.signal-strength{align-items:center;background:#f1f5f9;border:1px solid #0000;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem;transition:all .2s}.signal-strength[data-type=green]{background:#dcfce7;border-color:#22c55e}.signal-strength[data-type=green] .strength-label,.signal-strength[data-type=green] .strength-value{color:#166534;font-weight:600}.signal-strength[data-type=blue]{background:#dbeafe;border-color:#3b82f6}.signal-strength[data-type=blue] .strength-label,.signal-strength[data-type=blue] .strength-value{color:#1d4ed8;font-weight:600}.signal-strength[data-type=orange]{background:#fed7aa;border-color:#f97316}.signal-strength[data-type=orange] .strength-label,.signal-strength[data-type=orange] .strength-value{color:#c2410c;font-weight:600}.signal-strength[data-type=purple]{background:#e9d5ff;border-color:#8b5cf6}.signal-strength[data-type=purple] .strength-label,.signal-strength[data-type=purple] .strength-value{color:#7c3aed;font-weight:600}.seo-content{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.seo-container{margin:0 auto;max-width:1200px;padding:0 2rem}.seo-title{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.seo-text{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:2rem}.seo-text p{color:#64748b;font-size:1rem;line-height:1.6}.seo-text strong{color:#3b82f6;font-weight:600}.keywords-cloud{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2rem}.keywords-cloud span{background:#3b82f6;border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:transform .2s}.keywords-cloud span:hover{transform:scale(1.05)}.strength-label{color:#64748b;font-size:.875rem}.strength-value{color:#1e293b;font-weight:500}.signal-description{background:#fafbfc;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.description-icon{flex-shrink:0;font-size:1.25rem}.description-text strong{color:#1e293b;display:block;font-size:.875rem;margin-bottom:.5rem}.description-text p{color:#64748b;font-size:.875rem;line-height:1.5}.signal-actions{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.execute-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-weight:600;margin-right:1rem;padding:.75rem 1.5rem;transition:all .2s}.execute-btn[data-type=green]{background:#22c55e;color:#fff}.execute-btn[data-type=blue]{background:#3b82f6;color:#fff}.execute-btn[data-type=orange]{background:#f97316;color:#fff}.execute-btn[data-type=purple]{background:#8b5cf6;color:#fff}.execute-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.action-icons{display:flex;gap:.5rem}.icon-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.icon-btn:hover{background:#f8fafc;border-color:#cbd5e1}.pagination{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.page-info{color:#64748b;font-size:.875rem}.pagination-controls{display:flex;gap:.5rem}.page-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;font-size:.875rem;height:36px;justify-content:center;transition:all .2s;width:36px}.page-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.page-btn:hover:not(.active){background:#f8fafc;border-color:#cbd5e1}.dashboard-view{animation:fadeIn .5s ease-in;max-width:1400px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.header-left{flex:1 1}.dashboard-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-subtitle{color:#64748b;font-size:1.125rem;font-weight:400}.header-actions{align-items:center;display:flex;gap:1rem}.refresh-btn,.time-range-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.refresh-btn:hover,.time-range-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.dashboard-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;display:flex;gap:1rem;padding:2rem;transition:all .3s ease}.stat-card:hover{box-shadow:0 10px 25px -3px #0000001a;transform:translateY(-4px)}.stat-card.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;color:#fff}.stat-card.primary .stat-change,.stat-card.primary .stat-title{color:#ffffffe6}.stat-card.primary .stat-value{color:#fff}.stat-icon{align-items:center;background:#f1f5f9;border-radius:12px;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.stat-card.primary .stat-icon{background:#fff3}.stat-badge,.stat-info,.stat-period,.stat-trend{background:#f1f5f9;border-radius:6px;color:#64748b;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.stat-badge{animation:pulse 2s infinite;background:#22c55e;color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.stat-content{flex:1 1}.stat-title{color:#64748b;font-size:.875rem;font-weight:500;letter-spacing:.025em;margin-bottom:.75rem;text-transform:uppercase}.stat-value{color:#1e293b;font-size:2rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-change{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.25rem}.stat-change.positive{color:#059669}.stat-change.negative{color:#dc2626}.mini-chart{border-radius:2px;height:4px;margin-top:1rem;width:100%}.mini-chart.positive{background:linear-gradient(90deg,#22c55e,#16a34a)}.signal-breakdown{display:flex;gap:.75rem;margin-top:.75rem}.signal-item{border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.signal-item.buy{background:#dcfce7;color:#166534}.signal-item.hold{background:#fef3c7;color:#92400e}.signal-item.sell{background:#fee2e2;color:#991b1b}.progress-ring{height:60px;margin-top:1rem;position:relative;width:60px}.progress-circle{border-radius:50%;height:100%;position:relative;width:100%}.progress-text{color:#1e293b;font-size:.75rem;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.hourly-bars{align-items:end;display:flex;gap:2px;height:24px;margin-top:1rem}.bar{background:#22c55e;border-radius:2px;transition:height .3s ease;width:4px}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.dashboard-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.dashboard-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-title{color:#1e293b;font-size:1.25rem;font-weight:600}.section-action{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:500;transition:color .2s}.section-action:hover{color:#2563eb}.chart-controls{display:flex;gap:.5rem}.chart-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.chart-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.chart-btn:hover:not(.active){background:#f8fafc}.chart-container{height:300px;position:relative}.chart-placeholder{background:#f8fafc;border-radius:12px;height:100%;padding:1rem;position:relative}.performance-chart{height:calc(100% - 60px);width:100%}.chart-stats{bottom:1rem;display:flex;justify-content:space-between;left:1rem;position:absolute;right:1rem}.chart-stat{display:flex;flex-direction:column;gap:.25rem}.chart-stat .stat-label{color:#64748b;font-size:.75rem}.chart-stat .stat-value{font-size:1rem;font-weight:600}.chart-stat .stat-value.positive{color:#059669}.portfolio-summary{margin-bottom:0}.summary-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.summary-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.summary-label{color:#64748b;font-size:.875rem;font-weight:500}.summary-value{color:#1e293b;font-size:1.25rem;font-weight:600}.summary-value.positive{color:#059669}.tools-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tool-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;text-align:left;transition:all .2s}.tool-card:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.tool-icon{align-items:center;background:#f1f5f9;border-radius:12px;display:flex;flex-shrink:0;font-size:2rem;height:50px;justify-content:center;width:50px}.tool-content{flex:1 1}.tool-title{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.tool-description{color:#64748b;font-size:.875rem;margin:0}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .2s}.news-item:hover{background:#f1f5f9;border-color:#cbd5e1}.news-icon{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-shrink:0;font-size:1.5rem;height:48px;justify-content:center;width:48px}.news-content{flex:1 1}.news-title{color:#1e293b;font-size:.875rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.news-summary{color:#64748b;font-size:.8rem;line-height:1.4;margin-bottom:.75rem}.news-meta{align-items:center;display:flex;gap:1rem}.news-source{color:#3b82f6;font-size:.75rem;font-weight:500}.news-time{color:#94a3b8;font-size:.75rem}.notifications-list{display:flex;flex-direction:column;gap:1rem}.notification-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;padding:1.5rem}.notification-icon{align-items:center;background:#fff;border-radius:12px;display:flex;flex-shrink:0;font-size:1.5rem;height:48px;justify-content:center;width:48px}.notification-content{flex:1 1}.notification-title{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.notification-message{color:#64748b;font-size:.875rem;line-height:1.4;margin-bottom:.5rem}.notification-time{color:#94a3b8;font-size:.75rem}.telegram-section{background:linear-gradient(135deg,#08c,#06a);border:none;color:#fff}.telegram-section .section-title{color:#fff;margin-bottom:1.5rem}.telegram-content{width:100%}.telegram-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:2rem}.telegram-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}.telegram-icon{align-items:center;background:#fff3;border-radius:20px;display:flex;flex-shrink:0;font-size:3rem;height:80px;justify-content:center;width:80px}.telegram-info{flex:1 1}.telegram-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.telegram-subtitle{color:#fffc;font-size:1rem;margin:0}.telegram-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.feature-item{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;gap:.75rem;padding:1rem}.feature-icon,.feature-item{align-items:center;display:flex}.feature-icon{background:#fff3;border-radius:8px;flex-shrink:0;font-size:1.25rem;height:32px;justify-content:center;width:32px}.feature-text{color:#fff;font-size:.875rem;font-weight:500}.telegram-actions{display:flex;gap:1rem;margin-bottom:2rem}.telegram-btn{align-items:center;border:2px solid #0000;border-radius:12px;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.telegram-btn.primary{background:#fff;color:#08c}.telegram-btn.primary:hover{background:#f8fafc;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.telegram-btn.secondary{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.telegram-btn.secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.btn-icon{font-size:1.125rem}.telegram-stats{border-top:1px solid #fff3;display:flex;justify-content:space-around;padding-top:1.5rem}.stat-item{align-items:center;display:flex;flex-direction:column;gap:.5rem}.stat-number{color:#fff;font-size:1.5rem;font-weight:700}.stat-label{color:#fffc;font-size:.875rem;font-weight:500}.market-list{display:flex;flex-direction:column;gap:1rem}.market-item{align-items:center;background:#f8fafc;border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s}.market-item:hover{background:#f1f5f9;transform:translateX(4px)}.market-info{gap:.75rem}.market-icon,.market-info{align-items:center;display:flex}.market-icon{border-radius:50%;color:#fff;font-size:1.125rem;font-weight:700;height:40px;justify-content:center;width:40px}.market-icon.btc{background:#f7931a}.market-icon.eth{background:#627eea}.market-icon.sol{background:#9945ff}.market-icon.ada{background:#0033ad}.market-details{display:flex;flex-direction:column;gap:.25rem}.market-name{color:#1e293b;font-size:.875rem;font-weight:600}.market-symbol{color:#64748b;font-size:.75rem}.market-price{align-items:end;display:flex;flex-direction:column;gap:.25rem}.market-price .price{color:#1e293b;font-size:.875rem;font-weight:600}.market-price .change{border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.market-price .change.positive{background:#dcfce7;color:#166534}.market-price .change.negative{background:#fee2e2;color:#991b1b}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .2s}.activity-item:hover{background:#f1f5f9}.activity-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:1.125rem;height:40px;justify-content:center;width:40px}.activity-icon.buy{background:#dcfce7}.activity-icon.sell{background:#fee2e2}.activity-icon.alert{background:#fef3c7}.activity-icon.trade{background:#e0e7ff}.activity-content{flex:1 1}.activity-main{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.activity-action{color:#1e293b;font-size:.875rem;font-weight:600}.activity-details,.activity-time{color:#64748b;font-size:.75rem}.activity-amount{font-size:.875rem;font-weight:600}.activity-amount.positive{color:#059669}.activity-amount.negative{color:#dc2626}.action-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.action-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;text-align:left;transition:all .3s ease}.action-card:hover{border-color:#cbd5e1;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.action-card.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;color:#fff}.action-card.primary:hover{transform:translateY(-2px) scale(1.02)}.action-icon{align-items:center;background:#f1f5f9;border-radius:12px;display:flex;flex-shrink:0;font-size:1.5rem;height:48px;justify-content:center;width:48px}.action-card.primary .action-icon{background:#fff3}.action-content{flex:1 1}.action-title{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.action-card.primary .action-title{color:#fff}.action-subtitle{color:#64748b;font-size:.75rem}.action-card.primary .action-subtitle{color:#fffc}.action-arrow{color:#64748b;font-size:1.25rem;transition:transform .2s}.action-card:hover .action-arrow{transform:translateX(4px)}.action-card.primary .action-arrow{color:#fff}.alerts-list{display:flex;flex-direction:column;gap:1rem}.alert-item{align-items:center;border:1px solid;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .2s}.alert-item.warning{background:#fffbeb;border-color:#f59e0b}.alert-item.info{background:#eff6ff;border-color:#3b82f6}.alert-item.success{background:#f0fdf4;border-color:#22c55e}.alert-icon{flex-shrink:0;font-size:1.25rem}.alert-content{flex:1 1}.alert-title{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.alert-message{color:#64748b;font-size:.75rem}.alert-dismiss{background:none;border:none;border-radius:50%;color:#64748b;cursor:pointer;font-size:1rem;height:24px;transition:all .2s;width:24px}.alert-dismiss:hover{background:#0000001a}@media (max-width:1024px){.dashboard-row{grid-template-columns:1fr}}@media (max-width:768px){.signals-grid{grid-template-columns:1fr}.app-header,.main-content{padding:1rem}.header-content{flex-direction:column;gap:1rem}.dashboard-stats,.metrics-section,.price-section,.tools-grid{grid-template-columns:1fr}.summary-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.header-actions{flex-direction:column;width:100%}.refresh-btn,.time-range-btn{width:100%}.dashboard-title{font-size:2rem}.dashboard-section,.stat-card{padding:1.5rem}.chart-container{height:250px}.signal-breakdown{flex-direction:column;gap:.5rem}.progress-ring{height:50px;width:50px}}@media (max-width:480px){.dashboard-stats{gap:1rem;grid-template-columns:1fr}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.dashboard-section{padding:1rem}.section-title{font-size:1.125rem}.activity-item,.market-item{padding:.75rem}.action-card{flex-direction:column;gap:.75rem;padding:1rem;text-align:center}.action-arrow{display:none}}.footer-disclaimer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:2rem}.footer-disclaimer .disclaimer-content{align-items:flex-start;display:flex;gap:1rem;padding:1.5rem}.footer-disclaimer .disclaimer-icon{align-items:center;background:#fbbf2433;border:1px solid #fbbf244d;border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.footer-disclaimer .disclaimer-text{flex:1 1}.footer-disclaimer .disclaimer-title{color:#fbbf24;font-size:1rem;font-weight:600;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.footer-disclaimer .disclaimer-message{color:#fffc;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.app-footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;margin-top:2rem}.footer-content{margin:0 auto;max-width:1200px;padding:3rem 2rem 1.5rem}.footer-main{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{gap:.75rem;margin-bottom:1rem}.footer-logo,.logo-icon{align-items:center;display:flex}.logo-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;font-size:2rem;height:60px;justify-content:center;width:60px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.footer-tagline{color:#fffc;font-size:1.125rem;line-height:1.6;margin:0;max-width:350px}.footer-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{color:#fbbf24;font-size:1.125rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-link{border-radius:4px;color:#fffc;cursor:pointer;font-size:.875rem;padding:.25rem 0;transition:color .2s;transition:all .2s}.footer-link:hover{color:#fbbf24;padding-left:.5rem}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:1.5rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.copyright{color:#fff9;font-size:.875rem;margin:0}.footer-legal{align-items:center;display:flex;gap:1rem}.legal-link{color:#fff9;cursor:pointer;font-size:.875rem;transition:color .2s}.legal-link:hover{color:#fbbf24}.legal-divider{color:#ffffff4d;font-size:.875rem}@media (max-width:768px){.footer-main{gap:2rem;grid-template-columns:1fr}.footer-sections{gap:1.5rem;grid-template-columns:1fr}.footer-disclaimer .disclaimer-content{flex-direction:column;padding:1rem;text-align:center}.footer-disclaimer .disclaimer-icon{align-self:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-legal{justify-content:center}}
/*# sourceMappingURL=main.bd09cf98.css.map*/