.error-boundary{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.error-container{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:3rem;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.2)}.error-icon{margin-bottom:2rem;color:#fbbf24;display:-ms-flexbox;display:flex;justify-content:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.error-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.error-message{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.error-actions{display:-ms-flexbox;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.retry-btn,.home-btn{display:-ms-flexbox;display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;min-width:140px;justify-content:center}.retry-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px rgba(16,185,129,.3)}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(16,185,129,.4)}.home-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px rgba(59,130,246,.3)}.home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(59,130,246,.4)}.error-details{margin-top:2rem;text-align:left;background:rgba(0,0,0,.2);border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.1)}.error-details summary{cursor:pointer;font-weight:600;padding:.5rem;margin-bottom:1rem;border-radius:8px;background:rgba(255,255,255,.1)}.error-details summary:hover{background:rgba(255,255,255,.15)}.error-stack{max-height:300px;overflow-y:auto}.error-stack h3{color:#fbbf24;font-size:1rem;margin:1rem 0 .5rem}.error-stack h3:first-child{margin-top:0}.error-stack pre{background:rgba(0,0,0,.3);padding:1rem;border-radius:8px;font-size:.8rem;line-height:1.4;white-space:pre-wrap;word-break:break-word;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.error-suggestions{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;max-width:500px;width:100%;margin-top:2rem}.error-suggestions h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#fff}.error-suggestions ul{list-style:none;padding:0;margin:0}.error-suggestions li{border-bottom:1px solid rgba(255,255,255,.1);position:relative;padding:.5rem 0 .5rem 1.5rem}.error-suggestions li:last-child{border-bottom:none}.error-suggestions li:before{content:"→";position:absolute;left:0;color:#10b981;font-weight:600}@media (max-width: 768px){.error-boundary{padding:1rem}.error-container{padding:2rem}.error-content h1{font-size:2rem}.error-actions{flex-direction:column;align-items:center}.retry-btn,.home-btn{width:100%;max-width:280px}.error-suggestions{padding:1.5rem;margin-top:1.5rem}}@media (max-width: 480px){.error-content h1{font-size:1.5rem}.error-message{font-size:1rem}.error-container{padding:1.5rem}.error-icon{margin-bottom:1.5rem}.error-stack{max-height:200px}}@media (max-width: 768px){*{box-sizing:border-box!important}html,body{overflow-x:hidden!important;width:100%!important;max-width:100%!important}.referrals-page,.dashboard-page,.main-page-content{min-height:100vh!important;padding:0 16px 100px!important;overflow-x:hidden!important;position:relative!important;width:100%!important;max-width:100%!important}.page-container{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;position:relative!important;z-index:1!important}.hero-header{background:linear-gradient(135deg,rgba(26,26,46,.95),rgba(22,33,62,.95))!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:0 0 20px 20px!important;padding:24px 16px!important;margin:0 -16px 24px!important;text-align:center!important;position:relative!important;overflow:hidden!important}.hero-header:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(45deg,rgba(0,212,255,.1),rgba(123,44,191,.1))!important;z-index:-1!important}.hero-icon-badge{margin:0 auto 16px!important;width:60px!important;height:60px!important;background:linear-gradient(45deg,#00d4ff,#7b2cbf)!important;border-radius:50%!important;display:-ms-flexbox!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important}.hero-title{font-size:28px!important;font-weight:700!important;color:#fff!important;margin:0 0 12px!important;line-height:1.2!important}.hero-subtitle{font-size:16px!important;color:rgba(255,255,255,.8)!important;margin:0 0 24px!important;line-height:1.5!important}.hero-navigation{position:absolute!important;top:16px!important;right:16px!important;z-index:10!important}.dashboard-nav-btn{background:rgba(0,212,255,.2)!important;border:1px solid rgba(0,212,255,.4)!important;border-radius:8px!important;padding:8px 12px!important;color:#00d4ff!important;font-size:12px!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important}.dashboard-nav-btn:hover{background:rgba(0,212,255,.3)!important;transform:translateY(-1px)!important}.hero-stats{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:16px!important;gap:16px!important;margin-top:20px!important}.hero-stat{background:rgba(255,255,255,.1)!important;border-radius:12px!important;padding:16px!important;text-align:center!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.stat-number{display:block!important;font-size:24px!important;font-weight:700!important;color:#00d4ff!important;margin-bottom:4px!important}.stat-text{font-size:12px!important;color:rgba(255,255,255,.7)!important;text-transform:uppercase!important;letter-spacing:.5px!important}.wallet-section{margin-bottom:24px!important}.wallet-card{background:rgba(255,255,255,.05)!important;border:1px solid rgba(0,212,255,.2)!important;border-radius:16px!important;padding:20px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;text-align:center!important}.connected-info{display:-ms-flexbox!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:12px!important}.user-details{display:-ms-flexbox!important;display:flex!important;align-items:center!important;gap:12px!important;flex:1!important;min-width:0!important}.user-avatar{width:48px!important;height:48px!important;background:linear-gradient(45deg,#00d4ff,#7b2cbf)!important;border-radius:50%!important;display:-ms-flexbox!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;color:#fff!important;font-weight:700!important;flex-shrink:0!important}.user-info h3{font-size:16px!important;font-weight:600!important;color:#fff!important;margin:0 0 4px!important}.user-info p{font-size:14px!important;color:rgba(255,255,255,.7)!important;margin:0!important;font-family:Courier New,monospace!important}.disconnect-btn{background:rgba(255,107,53,.2)!important;border:1px solid rgba(255,107,53,.4)!important;border-radius:8px!important;padding:8px 16px!important;color:#ff6b35!important;font-size:14px!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important;white-space:nowrap!important}.disconnect-btn:hover{background:rgba(255,107,53,.3)!important;transform:translateY(-1px)!important}.market-data-section{margin-bottom:24px!important}.market-grid{display:grid!important;grid-template-columns:1fr!important;grid-gap:16px!important;gap:16px!important}.portfolio-value,.earnings-display,.market-summary-card{background:rgba(255,255,255,.05)!important;border:1px solid rgba(0,212,255,.2)!important;border-radius:12px!important;padding:16px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.stats-dashboard{display:grid!important;grid-template-columns:1fr!important;grid-gap:16px!important;gap:16px!important;margin-bottom:24px!important}.stat-card.enhanced-stat{background:rgba(255,255,255,.05)!important;border:1px solid rgba(0,212,255,.2)!important;border-radius:16px!important;padding:20px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;transition:all .3s ease!important;position:relative!important;overflow:hidden!important}.stat-card.enhanced-stat:hover{transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(0,212,255,.2)!important;border-color:rgba(0,212,255,.4)!important}.stat-header{display:-ms-flexbox!important;display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:16px!important}.stat-icon{width:40px!important;height:40px!important;background:linear-gradient(45deg,#00d4ff,#7b2cbf)!important;border-radius:12px!important;display:-ms-flexbox!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important}.stat-trend{background:rgba(46,204,113,.2)!important;border:1px solid rgba(46,204,113,.4)!important;border-radius:20px!important;padding:4px 8px!important;font-size:12px!important;color:#2ecc71!important;font-weight:600!important}.stat-content{text-align:left!important}.stat-value{font-size:32px!important;font-weight:700!important;color:#fff!important;margin:8px 0!important;line-height:1!important}.stat-value.earnings-value{color:#00d4ff!important}.stat-label{font-size:14px!important;color:rgba(255,255,255,.7)!important;font-weight:500!important;margin-bottom:8px!important}.stat-change{font-size:12px!important;color:#2ecc71!important;font-weight:600!important;margin-bottom:12px!important}.stat-progress{width:100%!important;height:6px!important;background:rgba(255,255,255,.1)!important;border-radius:3px!important;overflow:hidden!important}.progress-bar{height:100%!important;background:-webkit-gradient(linear,left top,right top,from(#00d4ff),to(#7b2cbf))!important;background:linear-gradient(90deg,#00d4ff,#7b2cbf)!important;border-radius:3px!important;transition:width .3s ease!important}.progress-bar.earnings-progress{background:-webkit-gradient(linear,left top,right top,from(#00d4ff),to(#00a8cc))!important;background:linear-gradient(90deg,#00d4ff,#00a8cc)!important}.glass-card{background:rgba(255,255,255,.05)!important;border:1px solid rgba(0,212,255,.2)!important;border-radius:16px!important;padding:20px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;margin-bottom:16px!important;transition:all .3s ease!important}.glass-card:hover{background:rgba(255,255,255,.08)!important;border-color:rgba(0,212,255,.3)!important;transform:translateY(-1px)!important;box-shadow:0 4px 20px rgba(0,212,255,.1)!important}.mobile-bottom-nav{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9999!important;background:rgba(26,26,46,.98)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-top:1px solid rgba(0,212,255,.3)!important;padding:12px 0 calc(12px + env(safe-area-inset-bottom))!important;display:-ms-flexbox!important;display:flex!important;justify-content:space-around!important;align-items:center!important;box-shadow:0 -5px 20px rgba(0,0,0,.3)!important}.bottom-nav-item{display:-ms-flexbox!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:none!important;border:none!important;color:rgba(255,255,255,.6)!important;cursor:pointer!important;padding:8px 4px!important;border-radius:8px!important;transition:all .2s ease!important;min-width:60px!important;font-size:10px!important;font-weight:600!important;text-align:center!important}.bottom-nav-item.active{color:#00d4ff!important;background:rgba(0,212,255,.15)!important;transform:translateY(-2px)!important}.bottom-nav-item:not(:disabled):active{transform:scale(.95)!important}.bottom-nav-icon{font-size:20px!important;margin-bottom:4px!important;transition:all .2s ease!important}.bottom-nav-label{font-weight:600!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.5px!important}.scrollable-content{max-height:calc(100vh - 120px)!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important}.mobile-menu-toggle{position:fixed!important;top:20px!important;right:20px!important;z-index:9998!important;background:rgba(26,26,46,.9)!important;border:1px solid rgba(0,212,255,.3)!important;border-radius:12px!important;padding:12px!important;color:#00d4ff!important;font-size:18px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;cursor:pointer!important;transition:all .3s ease!important;min-height:48px!important;min-width:48px!important;display:-ms-flexbox!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 15px rgba(0,212,255,.2)!important}.mobile-menu-toggle:hover{background:#1a1a2e!important;border-color:rgba(0,212,255,.5)!important;transform:scale(1.05)!important;box-shadow:0 6px 20px rgba(0,212,255,.3)!important}@supports (padding-bottom: env(safe-area-inset-bottom)){.mobile-bottom-nav{padding-bottom:calc(12px + env(safe-area-inset-bottom))!important}.referrals-page,.dashboard-page,.main-page-content{padding-bottom:calc(100px + env(safe-area-inset-bottom))!important}}@media (orientation: landscape) and (max-height: 500px){.hero-header{padding:16px!important;margin-bottom:16px!important}.hero-title{font-size:24px!important}.hero-subtitle{font-size:14px!important}.mobile-bottom-nav{padding:8px 0 calc(8px + env(safe-area-inset-bottom))!important}.bottom-nav-item{padding:6px 4px!important;font-size:9px!important}.bottom-nav-icon{font-size:18px!important}}}@media (max-width: 375px){.hero-header{padding:20px 12px!important;margin:0 -12px 20px!important}.hero-title{font-size:24px!important}.hero-subtitle{font-size:14px!important}.referrals-page,.dashboard-page,.main-page-content{padding-left:12px!important;padding-right:12px!important}.bottom-nav-item{min-width:50px!important;font-size:9px!important}.bottom-nav-icon{font-size:18px!important}.stat-value{font-size:28px!important}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}@media (prefers-contrast: high){.glass-card,.stat-card,.wallet-card{background:rgba(0,0,0,.8)!important;border:2px solid #ffffff!important}.bottom-nav-item.active{background:#00d4ff!important;color:#000!important}}@media (max-width: 768px){.mobile-menu-toggle{position:fixed!important;top:16px!important;right:16px!important;z-index:10001!important;background:rgba(26,26,46,.95)!important;border:2px solid rgba(0,212,255,.4)!important;border-radius:12px!important;padding:12px!important;color:#00d4ff!important;font-size:20px!important;cursor:pointer!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;box-shadow:0 4px 20px rgba(0,212,255,.3)!important;width:48px!important;height:48px!important;display:-ms-flexbox!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important}.mobile-nav{z-index:10000!important;background:rgba(26,26,46,.98)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-left:2px solid rgba(0,212,255,.3)!important;box-shadow:-10px 0 40px rgba(0,0,0,.5)!important}.mobile-nav-overlay{z-index:9999!important;background:rgba(0,0,0,.7)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.mobile-bottom-nav{z-index:9998!important;background:rgba(26,26,46,.98)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-top:2px solid rgba(0,212,255,.3)!important;box-shadow:0 -8px 25px rgba(0,0,0,.4)!important}.user-profile,.profile-header,.connected-info{position:relative!important;z-index:1!important;margin-top:60px!important}.referrals-page,.dashboard-page,.page-content{padding-top:70px!important;padding-bottom:100px!important;margin-top:0!important;position:relative!important;z-index:1!important}.hero-header{margin-top:0!important;padding-top:70px!important;position:relative!important;z-index:2!important}.wallet-section,.stats-dashboard{position:relative!important;z-index:2!important;margin-top:20px!important}.page-container{padding-bottom:120px!important}.floating-action,.fab,.floating-button{bottom:120px!important;z-index:9000!important}.modal,.popup,.tooltip,.dropdown{z-index:11000!important}.user-address,.wallet-address{font-family:Monaco,Consolas,Courier New,monospace!important;font-size:13px!important;word-break:break-all!important;overflow-wrap:break-word!important}.bottom-nav-item,.mobile-nav-link,.mobile-menu-toggle{min-height:44px!important;min-width:44px!important;touch-action:manipulation!important}html{scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important}body{overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}input,textarea,select{font-size:16px!important;max-width:100%!important}.viewport-fix{width:100vw!important;max-width:100%!important;overflow-x:hidden!important}@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))){.mobile-nav,.mobile-bottom-nav,.mobile-menu-toggle{background:rgba(26,26,46,.95)!important}}@supports (-webkit-touch-callout: none){.mobile-bottom-nav{padding-bottom:calc(12px + env(safe-area-inset-bottom,20px))!important}.page-container{padding-bottom:calc(120px + env(safe-area-inset-bottom,20px))!important}}@media (orientation: landscape) and (max-height: 500px){.mobile-menu-toggle{top:10px!important;right:10px!important;width:40px!important;height:40px!important;font-size:16px!important}.hero-header,.referrals-page,.dashboard-page{padding-top:50px!important}}}@media (max-width: 768px) and (min-aspect-ratio: 2/1){.hero-stats{grid-template-columns:repeat(4,1fr)!important}.stats-dashboard{grid-template-columns:repeat(2,1fr)!important}}@supports (padding-top: env(safe-area-inset-top)){@media (max-width: 768px){.mobile-menu-toggle{top:calc(16px + env(safe-area-inset-top))!important}.hero-header,.referrals-page,.dashboard-page{padding-top:calc(70px + env(safe-area-inset-top))!important}}}:root{--cyber-blue: #00D4FF;--royal-purple: #7B2CBF;--energy-orange: #FF6B35;--deep-space: #1A1A2E;--midnight-blue: #16213E;--silver-mist: #B8C5D1;--success-green: #00FF88;--alert-red: #FF4757;--premium-gold: #FFD700;--pure-white: #FFFFFF;--charcoal-gray: #2D3748;--true-black: #0A0A0A;--primary-gradient: linear-gradient(135deg, var(--cyber-blue) 0%, var(--royal-purple) 50%, var(--energy-orange) 100%);--dark-gradient: linear-gradient(135deg, var(--deep-space) 0%, var(--midnight-blue) 100%);--glass-gradient: linear-gradient(135deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,.05) 100%);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .2);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .3);--shadow-glow: 0 0 30px rgba(0, 212, 255, .3);--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--z-base: 0;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070}html{font-size:16px;scroll-behavior:smooth}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--silver-mist);background:var(--deep-space);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.unified-page{min-height:100vh;display:-ms-flexbox;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.unified-page-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--deep-space);overflow:hidden}.unified-animated-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(0,212,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(123,44,191,.1) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(255,107,53,.1) 0%,transparent 50%);animation:floatingGradient 20s ease infinite}@keyframes floatingGradient{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-20px,-20px) scale(1.1)}66%{transform:translate(20px,-10px) scale(.9)}}.unified-gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(26,26,46,0)),to(rgba(26,26,46,.8)));background:linear-gradient(180deg,rgba(26,26,46,0),rgba(26,26,46,.8));pointer-events:none}.unified-page-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:var(--space-xl);position:relative;z-index:1}.unified-page-header{margin-bottom:var(--space-2xl);text-align:center;position:relative}.unified-page-title{font-size:var(--text-4xl);font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:2px;line-height:1.2;animation:titleGlow 3s ease-in-out infinite}@keyframes titleGlow{0%,to{filter:brightness(1) drop-shadow(0 0 20px rgba(0,212,255,.5))}50%{filter:brightness(1.2) drop-shadow(0 0 30px rgba(123,44,191,.6))}}.unified-page-subtitle{font-size:var(--text-lg);color:var(--silver-mist);opacity:.9;max-width:600px;margin:0 auto}.unified-breadcrumbs{display:-ms-flexbox;display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);font-size:var(--text-sm);color:var(--silver-mist);opacity:.8}.unified-breadcrumbs a{color:var(--cyber-blue);text-decoration:none;transition:all var(--duration-fast)}.unified-breadcrumbs a:hover{color:var(--energy-orange);text-decoration:underline}.unified-breadcrumbs .separator{color:var(--charcoal-gray)}.unified-card{background:rgba(22,33,62,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:var(--space-xl);position:relative;overflow:hidden;transition:all var(--duration-normal)}.unified-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--glass-gradient);opacity:0;transition:opacity var(--duration-normal)}.unified-card:hover{transform:translateY(-2px);border-color:rgba(0,212,255,.3);box-shadow:var(--shadow-glow)}.unified-card:hover:before{opacity:1}.unified-card-header{display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg)}.unified-card-title{font-size:var(--text-xl);font-weight:700;color:var(--pure-white);display:-ms-flexbox;display:flex;align-items:center;gap:var(--space-sm)}.unified-card-icon{font-size:var(--text-2xl);color:var(--cyber-blue)}.unified-card-content{position:relative;z-index:1}.unified-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:var(--space-xl);gap:var(--space-xl);margin-bottom:var(--space-2xl)}.unified-stat-card{background:rgba(22,33,62,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:var(--space-lg);position:relative;overflow:hidden;transition:all var(--duration-normal)}.unified-stat-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,212,255,.1) 0%,transparent 70%);transform:rotate(45deg);transition:all var(--duration-slow);opacity:0}.unified-stat-card:hover{transform:translateY(-4px);border-color:rgba(0,212,255,.3);box-shadow:0 10px 30px rgba(0,212,255,.2)}.unified-stat-card:hover:after{opacity:1}.unified-stat-header{display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-md)}.unified-stat-label{font-size:var(--text-sm);color:var(--silver-mist);text-transform:uppercase;letter-spacing:1px;opacity:.8}.unified-stat-icon{font-size:var(--text-xl);color:var(--cyber-blue);opacity:.8}.unified-stat-value{font-size:var(--text-3xl);font-weight:800;color:var(--pure-white);line-height:1;margin-bottom:var(--space-sm)}.unified-stat-change{display:-ms-flexbox;display:flex;align-items:center;gap:var(--space-xs);font-size:var(--text-sm)}.unified-stat-change.positive{color:var(--success-green)}.unified-stat-change.negative{color:var(--alert-red)}.unified-btn{display:-ms-inline-flexbox;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);font-size:var(--text-base);font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all var(--duration-normal);text-decoration:none;position:relative;overflow:hidden}.unified-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width var(--duration-slow),height var(--duration-slow)}.unified-btn:hover:before{width:300px;height:300px}.unified-btn-primary{background:var(--primary-gradient);color:var(--pure-white);box-shadow:0 4px 15px rgba(0,212,255,.3)}.unified-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,212,255,.4)}.unified-btn-secondary{background:rgba(255,255,255,.1);color:var(--cyber-blue);border:1px solid var(--cyber-blue);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.unified-btn-secondary:hover{background:rgba(0,212,255,.1);border-color:var(--energy-orange);color:var(--energy-orange)}.unified-btn-success{background:var(--success-green);color:var(--deep-space)}.unified-btn-danger{background:var(--alert-red);color:var(--pure-white)}.unified-btn-icon{font-size:var(--text-lg)}.unified-form-group{margin-bottom:var(--space-lg)}.unified-form-label{display:block;font-size:var(--text-sm);font-weight:600;color:var(--silver-mist);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:1px}.unified-form-input{width:100%;padding:var(--space-md);font-size:var(--text-base);color:var(--pure-white);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);transition:all var(--duration-normal)}.unified-form-input:focus{outline:none;border-color:var(--cyber-blue);background:rgba(255,255,255,.08);box-shadow:0 0 0 3px rgba(0,212,255,.1)}.unified-form-input::placeholder{color:rgba(184,197,209,.5)}.unified-table-container{background:rgba(22,33,62,.4);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.1)}.unified-table{width:100%;border-collapse:collapse}.unified-table thead{background:rgba(123,44,191,.1);border-bottom:1px solid rgba(255,255,255,.1)}.unified-table th{padding:var(--space-md) var(--space-lg);text-align:left;font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--silver-mist)}.unified-table td{padding:var(--space-md) var(--space-lg);color:var(--pure-white);border-bottom:1px solid rgba(255,255,255,.05)}.unified-table tr:hover td{background:rgba(0,212,255,.05)}.unified-loading{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-3xl);color:var(--silver-mist)}.unified-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--cyber-blue);border-radius:50%;margin-bottom:var(--space-lg)}.unified-loading-text{font-size:var(--text-lg);opacity:.8}.unified-empty-state{text-align:center;padding:var(--space-3xl);color:var(--silver-mist)}.unified-empty-icon{font-size:5rem;color:var(--charcoal-gray);margin-bottom:var(--space-lg);opacity:.5}.unified-empty-title{font-size:var(--text-2xl);font-weight:700;color:var(--pure-white);margin-bottom:var(--space-md)}.unified-empty-message{font-size:var(--text-base);opacity:.8;margin-bottom:var(--space-xl)}.unified-alert{padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);border:1px solid;display:-ms-flexbox;display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.unified-alert-success{background:rgba(0,255,136,.1);border-color:var(--success-green);color:var(--success-green)}.unified-alert-error{background:rgba(255,71,87,.1);border-color:var(--alert-red);color:var(--alert-red)}.unified-alert-warning{background:rgba(255,215,0,.1);border-color:var(--premium-gold);color:var(--premium-gold)}.unified-alert-info{background:rgba(0,212,255,.1);border-color:var(--cyber-blue);color:var(--cyber-blue)}.unified-badge{display:-ms-inline-flexbox;display:inline-flex;align-items:center;padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);font-weight:600;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px}.unified-badge-primary{background:rgba(0,212,255,.2);color:var(--cyber-blue);border:1px solid var(--cyber-blue)}.unified-badge-success{background:rgba(0,255,136,.2);color:var(--success-green);border:1px solid var(--success-green)}.unified-badge-warning{background:rgba(255,215,0,.2);color:var(--premium-gold);border:1px solid var(--premium-gold)}.unified-badge-danger{background:rgba(255,71,87,.2);color:var(--alert-red);border:1px solid var(--alert-red)}.unified-progress{width:100%;height:8px;background:rgba(255,255,255,.1);border-radius:var(--radius-full);overflow:hidden;position:relative}.unified-progress-bar{height:100%;background:var(--primary-gradient);border-radius:var(--radius-full);transition:width var(--duration-slow) ease;position:relative;overflow:hidden}.unified-progress-bar:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.3)),to(transparent));background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.unified-tooltip{position:relative;display:inline-block;cursor:help}.unified-tooltip-content{position:absolute;bottom:125%;left:50%;transform:translate(-50%);padding:var(--space-sm) var(--space-md);background:var(--deep-space);color:var(--silver-mist);font-size:var(--text-sm);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1);white-space:nowrap;opacity:0;visibility:hidden;transition:all var(--duration-fast);z-index:var(--z-tooltip)}.unified-tooltip:hover .unified-tooltip-content{opacity:1;visibility:visible}@media (max-width: 1024px){.unified-page-content{padding:var(--space-lg)}.unified-page-title{font-size:var(--text-3xl)}.unified-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-lg)}}@media (max-width: 768px){.unified-page-content{padding:var(--space-md)}.unified-page-title{font-size:var(--text-2xl)}.unified-page-subtitle{font-size:var(--text-base)}.unified-stats-grid{grid-template-columns:1fr;gap:var(--space-md)}.unified-card{padding:var(--space-lg);width:100%;min-width:100%}.unified-table-container{overflow-x:auto}.unified-btn{width:100%;justify-content:center}.unified-grid{display:grid;grid-template-columns:1fr!important}.unified-tabs{flex-wrap:wrap;justify-content:center}.unified-tab{margin-bottom:var(--space-md)}}.unified-fade-in{animation:fadeIn var(--duration-normal) ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.unified-slide-up{animation:slideUp var(--duration-normal) ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.unified-scale-in{animation:scaleIn var(--duration-normal) ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.unified-text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.unified-glass{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.unified-glow{box-shadow:var(--shadow-glow)}.unified-center{display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.unified-between{display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between}.unified-gap-sm{gap:var(--space-sm)}.unified-gap-md{gap:var(--space-md)}.unified-gap-lg{gap:var(--space-lg)}.unified-gap-xl{gap:var(--space-xl)}.unified-mt-sm{margin-top:var(--space-sm)}.unified-mt-md{margin-top:var(--space-md)}.unified-mt-lg{margin-top:var(--space-lg)}.unified-mt-xl{margin-top:var(--space-xl)}.unified-mb-sm{margin-bottom:var(--space-sm)}.unified-mb-md{margin-bottom:var(--space-md)}.unified-mb-lg{margin-bottom:var(--space-lg)}.unified-mb-xl{margin-bottom:var(--space-xl)}.unified-income-header{display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-2xl);flex-wrap:wrap;gap:var(--space-lg)}.unified-income-title{display:-ms-flexbox;display:flex;align-items:center;gap:var(--space-md)}.unified-income-icon{font-size:var(--text-3xl);color:var(--cyber-blue)}.unified-income-actions{display:-ms-flexbox;display:flex;gap:var(--space-md);flex-wrap:wrap}.unified-chart-container{background:rgba(22,33,62,.4);border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid rgba(255,255,255,.1);min-height:300px;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.unified-activity-feed{background:rgba(22,33,62,.4);border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid rgba(255,255,255,.1)}.unified-activity-item{display:-ms-flexbox;display:flex;align-items:flex-start;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid rgba(255,255,255,.05)}.unified-activity-item:last-child{border-bottom:none}.unified-activity-icon{width:40px;height:40px;border-radius:var(--radius-full);background:rgba(0,212,255,.1);display:-ms-flexbox;display:flex;align-items:center;justify-content:center;color:var(--cyber-blue);flex-shrink:0}.unified-activity-content{flex:1}.unified-activity-title{font-size:var(--text-sm);font-weight:600;color:var(--pure-white);margin-bottom:var(--space-xs)}.unified-activity-time{font-size:var(--text-xs);color:var(--silver-mist);opacity:.7}@media print{.unified-page-background,.unified-animated-bg,.unified-gradient-overlay{display:none}.unified-page-content{background:var(--deep-space);color:#fff}.unified-card,.unified-stat-card{border:1px solid #ccc;box-shadow:none}}.unified-flex{display:-ms-flexbox;display:flex;flex-wrap:wrap}.unified-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.price-ticker{background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);padding:8px 0;overflow:hidden;position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.ticker-container{display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px}.ticker-scroll{display:-ms-flexbox;display:flex;align-items:center;gap:40px;flex:1;overflow:hidden;white-space:nowrap;animation:scroll-ticker 30s linear infinite}@keyframes scroll-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{display:-ms-flexbox;display:flex;align-items:center;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;flex-shrink:0}.coin-info{display:-ms-flexbox;display:flex;align-items:center;gap:12px}.coin-symbol{font-weight:700;color:#fbbf24;font-size:.9rem;min-width:40px}.coin-price{font-weight:600;color:#e0e7ff;font-size:.9rem;font-family:Monaco,Courier New,monospace}.coin-change{font-size:.8rem;font-weight:600;padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace}.coin-change.positive{color:#10b981;background:rgba(16,185,129,.1)}.coin-change.negative{color:#ef4444;background:rgba(239,68,68,.1)}.ticker-controls{display:-ms-flexbox;display:flex;align-items:center;gap:12px;flex-shrink:0}.refresh-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:4px 8px;color:#cbd5e1;cursor:pointer;transition:all .3s ease;font-size:.9rem}.price-ticker.loading,.price-ticker.error{justify-content:center;text-align:center}.loading-text{color:#fbbf24;font-size:.9rem;animation:pulse 2s infinite}.error-text{color:#ef4444;font-size:.9rem}@media (max-width: 768px){.ticker-container{padding:0 16px}.ticker-scroll{gap:24px}.coin-info{gap:8px}.coin-symbol,.coin-price{font-size:.8rem}.coin-change{font-size:.7rem;padding:1px 4px}.last-updated{display:none}}@media (max-width: 480px){.ticker-scroll{gap:16px;animation-duration:20s}.coin-symbol{min-width:35px}.ticker-controls{gap:8px}}.price-ticker:hover .ticker-scroll{animation-play-state:paused}.price-ticker.compact{padding:4px 0;background:rgba(0,0,0,.6)}.price-ticker.compact .ticker-container{padding:0 16px}.price-ticker.compact .coin-symbol,.price-ticker.compact .coin-price,.price-ticker.compact .coin-change{font-size:.8rem}.price-ticker.compact .ticker-scroll{gap:24px;animation-duration:25s}.coin-header{display:-ms-flexbox;display:flex;align-items:center;gap:6px}.security-indicator{width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.security-indicator:hover{transform:scale(1.2)}.confidence-score{font-size:.7rem;color:#64748b;font-style:italic}.security-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:4px 8px;color:#cbd5e1;cursor:pointer;transition:all .3s ease;font-size:.9rem;position:relative}.security-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(251,191,36,.5);color:#fbbf24}.security-btn.has-alerts{border-color:#ef4444;color:#ef4444}.alert-count{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;font-size:.6rem;padding:2px 5px;min-width:16px;text-align:center}.security-panel{position:absolute;top:100%;right:0;background:rgba(0,0,0,.95);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:16px;min-width:300px;max-width:400px;z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.3)}.security-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.security-header h4{margin:0;color:#fbbf24;font-size:1rem}.close-btn{background:none;border:none;color:#cbd5e1;font-size:1.2rem;cursor:pointer;padding:0;line-height:1}.close-btn:hover{color:#ef4444}.validation-status{margin-bottom:16px}.status-item{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem}.status-item span:first-child{color:#cbd5e1}.status-item span:last-child{font-weight:600}.status-item .enabled{color:#10b981}.status-item .disabled{color:#ef4444}.status-item .normal{color:#10b981}.status-item .tripped{color:#ef4444}.security-alerts{margin-top:16px}.alerts-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.alerts-header h5{margin:0;color:#ef4444;font-size:.9rem}.clear-alerts-btn{background:none;border:1px solid rgba(255,255,255,.2);color:#cbd5e1;padding:2px 6px;border-radius:4px;font-size:.7rem;cursor:pointer;transition:all .3s ease}.clear-alerts-btn:hover{background:rgba(255,255,255,.1);border-color:#fbbf24;color:#fbbf24}.alerts-list{max-height:200px;overflow-y:auto}.alert-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:8px;margin-bottom:6px;font-size:.8rem}.alert-item.critical{border-color:#ef4444;background:rgba(239,68,68,.1)}.alert-item.high{border-color:#f59e0b;background:rgba(245,158,11,.1)}.alert-item.medium{border-color:#fbbf24;background:rgba(251,191,36,.1)}.alert-item.low{border-color:#64748b;background:rgba(100,116,139,.1)}.alert-type{font-weight:600;color:#fbbf24;margin-bottom:4px}.alert-time{font-size:.7rem;color:#64748b;margin-bottom:4px}.alert-data{display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:8px;font-size:.7rem;color:#cbd5e1}.alert-data span{background:rgba(255,255,255,.1);padding:2px 4px;border-radius:3px}@media (max-width: 768px){.security-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);right:auto;min-width:280px;max-width:320px}}.portfolio-value{background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.portfolio-value:hover{box-shadow:0 8px 24px rgba(0,0,0,.2);background:rgba(255,255,255,.12)}.portfolio-header{margin-bottom:16px}.portfolio-title{display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.title-text{font-size:.9rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.refresh-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:4px 6px;color:#cbd5e1;cursor:pointer;transition:all .3s ease;font-size:.8rem}.total-value{font-size:2rem;font-weight:700;color:#fbbf24;font-family:Monaco,Courier New,monospace;text-shadow:0 2px 4px rgba(0,0,0,.2)}.portfolio-details{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;margin-bottom:16px}.asset-row{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.asset-row:last-child{border-bottom:none}.asset-info{display:-ms-flexbox;display:flex;flex-direction:column;gap:2px}.asset-symbol{font-weight:700;color:#e0e7ff;font-size:.9rem}.asset-balance{font-size:.8rem;color:#94a3b8;font-family:Monaco,Courier New,monospace}.asset-value{display:-ms-flexbox;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.current-price{font-size:.7rem;color:#64748b;font-family:Monaco,Courier New,monospace}.asset-usd-value{font-weight:600;color:#10b981;font-size:.9rem;font-family:Monaco,Courier New,monospace}.portfolio-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:12px;text-align:center}.portfolio-value.loading,.portfolio-value.error{text-align:center}.loading-indicator,.error-indicator{margin-right:8px}.earnings-display{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;gap:4px}.primary-amount{font-size:1.5rem;font-weight:700;color:#fbbf24;font-family:Monaco,Courier New,monospace}.secondary-amount{font-size:.9rem;color:#94a3b8}.usd-equivalent{font-family:Monaco,Courier New,monospace;color:#10b981}.loading-text{color:#64748b;font-style:italic}.portfolio-value.compact{padding:12px}.portfolio-value.compact .total-value{font-size:1.5rem}.portfolio-value.compact .title-text{font-size:.8rem}.portfolio-value.dashboard-card{background:linear-gradient(135deg,rgba(251,191,36,.1),rgba(245,158,11,.1));border:1px solid rgba(251,191,36,.2)}.portfolio-value.dashboard-card:hover{background:linear-gradient(135deg,rgba(251,191,36,.15),rgba(245,158,11,.15));border-color:rgba(251,191,36,.3)}@media (max-width: 768px){.portfolio-value{padding:16px}.total-value{font-size:1.8rem}.asset-row{flex-direction:column;align-items:flex-start;gap:8px}.asset-value{align-items:flex-start;width:100%}.primary-amount{font-size:1.3rem}}@media (max-width: 480px){.portfolio-value{padding:12px}.total-value{font-size:1.5rem}.portfolio-title{flex-direction:column;align-items:flex-start;gap:8px}.primary-amount{font-size:1.2rem}}.market-data-widget{background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:24px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.market-data-widget:hover{box-shadow:0 12px 32px rgba(0,0,0,.2);background:rgba(255,255,255,.12)}.widget-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.widget-header h3{margin:0;font-size:1.3rem;font-weight:700;color:#fbbf24}.header-controls{display:-ms-flexbox;display:flex;align-items:center;gap:12px}.market-sentiment{display:-ms-flexbox;display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:12px;background:rgba(255,255,255,.05)}.sentiment-indicator{font-size:1rem}.sentiment-text{font-size:.8rem;font-weight:600;color:#e0e7ff}.sentiment-indicator.bullish+.sentiment-text{color:#10b981}.sentiment-indicator.bearish+.sentiment-text{color:#ef4444}.refresh-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:6px 8px;color:#cbd5e1;cursor:pointer;transition:all .3s ease;font-size:.9rem}.refresh-btn:hover:not(:disabled){background:rgba(255,255,255,.2);border-color:rgba(251,191,36,.5);color:#fbbf24}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.market-metrics{margin-bottom:20px}.market-summary{margin-bottom:16px;padding:12px;background:rgba(0,0,0,.2);border-radius:12px}.summary-item{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center}.summary-label{font-size:.9rem;color:#94a3b8;font-weight:500}.summary-value{font-size:1.1rem;font-weight:700;font-family:Monaco,Courier New,monospace}.summary-value.positive{color:#10b981}.summary-value.negative{color:#ef4444}.crypto-list{display:-ms-flexbox;display:flex;flex-direction:column;gap:12px}.crypto-item{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;padding:12px;background:rgba(255,255,255,.05);border-radius:12px;transition:all .3s ease}.crypto-item:hover{background:rgba(255,255,255,.08);transform:translate(2px)}.crypto-info{flex:1}.crypto-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.crypto-symbol{font-weight:700;color:#fbbf24;font-size:.95rem}.crypto-price{font-weight:600;color:#e0e7ff;font-family:Monaco,Courier New,monospace;font-size:.9rem}.crypto-details{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;gap:12px}.price-change{font-size:.8rem;font-weight:600;padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace}.price-change.positive{color:#10b981;background:rgba(16,185,129,.1)}.price-change.negative{color:#ef4444;background:rgba(239,68,68,.1)}.volume{font-size:.7rem;color:#64748b;font-family:Monaco,Courier New,monospace}.crypto-visual{width:60px;margin-left:12px}.price-bar{width:100%;height:3px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden}.price-fill{height:100%;border-radius:2px;transition:width .5s ease}.price-fill.positive{background:-webkit-gradient(linear,left top,right top,from(#10b981),to(#059669));background:linear-gradient(90deg,#10b981,#059669)}.price-fill.negative{background:-webkit-gradient(linear,left top,right top,from(#ef4444),to(#dc2626));background:linear-gradient(90deg,#ef4444,#dc2626)}.widget-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:12px;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center}.platform-highlight{display:-ms-flexbox;display:flex;align-items:center}.highlight-text{font-size:.8rem;color:#fbbf24;font-weight:600}.last-updated{font-size:.7rem;color:#64748b;font-family:Monaco,Courier New,monospace}.market-data-widget.compact{padding:16px}.market-data-widget.compact .widget-header h3{font-size:1.1rem}.market-data-widget.compact .crypto-item{padding:8px}.market-data-widget.compact .crypto-visual,.market-data-widget.compact .volume{display:none}.market-data-widget.loading,.market-data-widget.error{text-align:center}.loading-content,.error-content{padding:40px 20px;color:#94a3b8}.loading-indicator{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.market-summary-card{background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.market-summary-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.card-content{display:-ms-flexbox;display:flex;align-items:center;gap:12px}.card-icon{font-size:2rem}.card-info{flex:1}.card-title{font-size:.9rem;color:#94a3b8;font-weight:500;margin-bottom:4px}.card-value{font-size:1.5rem;font-weight:700;font-family:Monaco,Courier New,monospace}.card-value.positive{color:#10b981}.card-value.negative{color:#ef4444}.card-indicator{font-size:1.5rem}.market-summary-card.loading .card-content{justify-content:center;color:#94a3b8}@media (max-width: 768px){.market-data-widget{padding:16px}.widget-header{flex-direction:column;align-items:flex-start;gap:12px}.header-controls{width:100%;justify-content:space-between}.crypto-visual{display:none}.widget-footer{flex-direction:column;gap:8px;text-align:center}}@media (max-width: 480px){.crypto-header{flex-direction:column;align-items:flex-start;gap:4px}.crypto-details{justify-content:flex-start}.volume{display:none}}.root-referral-info{background:linear-gradient(135deg,rgba(0,212,255,.15),rgba(123,44,191,.15));border:1px solid rgba(0,212,255,.3);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.root-info-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.root-info-header h4{margin:0;color:#00d4ff;font-size:1.1rem;font-weight:600}.root-badge{background:linear-gradient(135deg,gold,orange);color:#1a1a2e;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.root-details{display:-ms-flexbox;display:flex;flex-direction:column;gap:.75rem}.root-item{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.root-label{color:#b8c5d1;font-size:.9rem;font-weight:500}.root-value{color:#fff;font-family:Monaco,Menlo,monospace;font-size:.85rem;font-weight:600;text-align:right;word-break:break-all;max-width:60%}.root-code{background:linear-gradient(135deg,#00d4ff,#7b2cbf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1rem;font-weight:700;letter-spacing:1px}@media (max-width: 768px){.root-item{flex-direction:column;text-align:center;gap:.5rem}.root-value{max-width:100%;text-align:center}.root-info-header{flex-direction:column;gap:.5rem;text-align:center}}.referrals-page{min-height:100vh;min-height:100dvh;height:auto;background:linear-gradient(135deg,#1a1a2e,#16213e 30%,#0f1419 70%,#0a0a0a);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:0 0 2rem;overflow-x:hidden;overflow-y:visible;position:relative;color:#fff;width:100%;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;scroll-behavior:smooth}.referrals-background{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(0,212,255,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(123,44,191,.06) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,107,53,.04) 0%,transparent 40%);pointer-events:none;z-index:0}@keyframes backgroundPulse{0%,to{opacity:.8}50%{opacity:1}}@keyframes particles{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(15px,-15px) rotate(180deg)}}@media (prefers-reduced-motion: reduce){.referrals-page:after,.glass-card:before,.spinner{animation:none}.stat-card:hover,.performance-stat:hover,.action-btn:hover,.disconnect-btn:hover{transform:none}}.page-container{position:relative;z-index:1;max-width:1400px;width:100%;margin:0 auto;padding:1rem 1rem 3rem;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;min-height:auto;flex:none}@media (min-width: 768px){.page-container{padding:1.5rem}}@media (min-width: 1024px){.page-container{padding:2rem}}.hero-header{text-align:center;margin-bottom:2rem;position:relative;padding:2rem 1rem;width:100%;background:rgba(26,26,46,.3);border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,212,255,.1)}.hero-icon-badge{display:-ms-inline-flexbox;display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#00d4ff,#7b2cbf);border-radius:50%;margin-bottom:1rem;box-shadow:0 8px 32px rgba(0,212,255,.3)}.hero-icon{font-size:2.5rem;color:#fff}@keyframes heroIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin:0 0 1rem;background:linear-gradient(135deg,#00d4ff,#7b2cbf,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;line-height:1.2;text-shadow:0 0 30px rgba(0,212,255,.3)}.hero-stats{display:-ms-flexbox;display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.hero-stat{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;padding:1rem;background:rgba(0,212,255,.1);border-radius:16px;border:1px solid rgba(0,212,255,.2);min-width:120px}.hero-stat .stat-number{font-size:1.5rem;font-weight:700;color:#00d4ff;margin-bottom:.25rem}.hero-stat .stat-text{font-size:.85rem;color:#b8c5d1;text-transform:uppercase;letter-spacing:1px}@keyframes titleGlow{0%{filter:brightness(1) drop-shadow(0 0 10px rgba(0,212,255,.3))}to{filter:brightness(1.1) drop-shadow(0 0 20px rgba(0,212,255,.5))}}.hero-subtitle{font-size:clamp(.9rem,2.5vw,1.1rem);color:#b8c5d1;font-weight:400;max-width:90%;margin:0 auto;line-height:1.5;padding:0 1rem}@media (min-width: 768px){.hero-header{margin-bottom:2.5rem;padding:1.5rem 0}.hero-subtitle{max-width:600px;padding:0}}@media (min-width: 1024px){.hero-header{margin-bottom:3rem}}.glass-card{background:rgba(26,26,46,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,212,255,.1);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.3),inset 0 1px rgba(0,212,255,.1);position:relative;overflow:hidden}@media (min-width: 768px){.glass-card{border-radius:20px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}}@media (min-width: 1024px){.glass-card{border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(#00D4FF),to(transparent));background:linear-gradient(90deg,transparent,#00D4FF,transparent)}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.wallet-section{margin-bottom:1.5rem;width:100%}.wallet-card{padding:1.5rem;text-align:center}@media (min-width: 768px){.wallet-section{margin-bottom:2rem}.wallet-card{padding:2rem}}.connected-info{display:-ms-flexbox;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:rgba(0,212,255,.08);border:1px solid rgba(0,212,255,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 768px){.connected-info{flex-direction:row;align-items:center;justify-content:space-between;border-radius:16px}}.user-details{display:-ms-flexbox;display:flex;align-items:center;gap:1rem;flex:1}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#00d4ff,#7b2cbf);display:-ms-flexbox;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff}@media (min-width: 768px){.user-avatar{width:48px;height:48px;font-size:1.5rem}}.user-info h3{margin:0;color:#fff;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600}.user-info p{margin:0;color:#b8c5d1;font-size:clamp(.8rem,2vw,.9rem);font-family:Courier New,monospace;word-break:break-all}.disconnect-btn{background:linear-gradient(135deg,#ff4757,#ff3838);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(255,71,87,.3);width:100%;touch-action:manipulation}@media (min-width: 768px){.disconnect-btn{width:auto;padding:.75rem 1.5rem;border-radius:12px;font-size:.9rem}}.disconnect-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,71,87,.4)}.stats-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem;width:100%;padding:0 .5rem}.enhanced-stat{background:linear-gradient(135deg,rgba(26,26,46,.9),rgba(22,33,62,.8));border:1px solid rgba(0,212,255,.15);position:relative;overflow:hidden}.enhanced-stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:-webkit-gradient(linear,left top,right top,from(#00D4FF),color-stop(#7B2CBF),to(#FF6B35));background:linear-gradient(90deg,#00d4ff,#7b2cbf,#ff6b35);opacity:.8}.stat-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.stat-trend{color:#0f8;font-size:1.2rem;font-weight:700}.stat-content{margin-bottom:1rem}.stat-progress{height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden;margin-top:1rem}.progress-bar{height:100%;background:-webkit-gradient(linear,left top,right top,from(#00D4FF),to(#7B2CBF));background:linear-gradient(90deg,#00d4ff,#7b2cbf);border-radius:2px;transition:width .8s ease-in-out}@keyframes progressGlow{0%,to{box-shadow:0 0 5px rgba(0,212,255,.3)}50%{box-shadow:0 0 15px rgba(0,212,255,.6)}}.earnings-card{background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(26,26,46,.9));border-color:rgba(0,212,255,.3)}.earnings-value{background:linear-gradient(135deg,#00d4ff,#0f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.earnings-progress{background:-webkit-gradient(linear,left top,right top,from(#00D4FF),to(#00FF88));background:linear-gradient(90deg,#00d4ff,#0f8)}.referrals-icon{background:linear-gradient(135deg,#00d4ff,#09c)}.team-icon{background:linear-gradient(135deg,#7b2cbf,#5a1e9a)}.active-icon{background:linear-gradient(135deg,#ff6b35,#ff4757)}.earnings-icon{background:linear-gradient(135deg,#0f8,#00cc70)}@media (min-width: 640px){.stats-dashboard{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.stats-dashboard{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}}.stat-card{padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (min-width: 768px){.stat-card{padding:1.75rem}}@media (min-width: 1024px){.stat-card{padding:2rem}}.stat-card:after{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:linear-gradient(135deg,rgba(0,212,255,.1),transparent);border-radius:50%;transform:translate(25px,-25px)}@media (min-width: 1024px){.stat-card:after{width:100px;height:100px;transform:translate(30px,-30px)}}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.3),inset 0 1px rgba(0,212,255,.2)}@media (min-width: 1024px){.stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.4),inset 0 1px rgba(0,212,255,.2)}}.stat-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#00d4ff,#7b2cbf);display:-ms-flexbox;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.75rem;box-shadow:0 4px 12px rgba(0,212,255,.3)}@media (min-width: 768px){.stat-icon{width:56px;height:56px;border-radius:14px;font-size:1.4rem;margin-bottom:1rem}}@media (min-width: 1024px){.stat-icon{width:60px;height:60px;border-radius:16px;font-size:1.5rem;box-shadow:0 8px 16px rgba(0,212,255,.3)}}.stat-value{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:.5rem;line-height:1}.stat-label{font-size:clamp(.75rem,2vw,.9rem);color:#b8c5d1;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.stat-label{letter-spacing:1px}}.stat-change{font-size:clamp(.7rem,1.8vw,.8rem);margin-top:.5rem;padding:.25rem .6rem;border-radius:12px;font-weight:600;display:inline-block}.stat-change.positive{background:rgba(0,255,136,.15);color:#0f8;border:1px solid rgba(0,255,136,.2)}.stat-change.negative{background:rgba(255,71,87,.15);color:#ff4757;border:1px solid rgba(255,71,87,.2)}@media (min-width: 768px){.stat-change{padding:.25rem .75rem;border-radius:16px}}@media (min-width: 1024px){.stat-change{border-radius:20px}}.referral-manager{margin-bottom:1.5rem;width:100%}.referral-card{padding:1.5rem}@media (min-width: 768px){.referral-manager{margin-bottom:2rem}.referral-card{padding:2rem}}.enhanced-referral{background:linear-gradient(135deg,rgba(26,26,46,.95),rgba(22,33,62,.9));border:2px solid rgba(0,212,255,.2);position:relative;overflow:hidden}.enhanced-referral:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:-webkit-gradient(linear,left top,right top,from(#00D4FF),color-stop(#7B2CBF),color-stop(#FF6B35),to(#00D4FF));background:linear-gradient(90deg,#00d4ff,#7b2cbf,#ff6b35,#00d4ff);background-size:300% 100%}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.referral-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.referral-header h3{margin:0;color:#fff;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;display:-ms-flexbox;display:flex;align-items:center;gap:.75rem}.referral-status{display:-ms-flexbox;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(0,255,136,.1);border:1px solid rgba(0,255,136,.3);border-radius:20px}.status-indicator{width:8px;height:8px;border-radius:50%;background:#0f8}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{color:#0f8;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.referral-card h3{margin:0 0 1.5rem;gap:.75rem;flex-wrap:nowrap}}.referral-types{display:-ms-flexbox;display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.type-btn{padding:.65rem 1.25rem;border:1px solid rgba(0,212,255,.2);background:rgba(26,26,46,.6);color:#b8c5d1;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;min-width:120px;text-align:center;touch-action:manipulation}.type-btn.active{background:linear-gradient(135deg,#00d4ff,#7b2cbf);border-color:#00d4ff;color:#fff;box-shadow:0 2px 8px rgba(0,212,255,.3)}@media (min-width: 768px){.referral-types{gap:1rem;margin-bottom:1.5rem}.type-btn{padding:.75rem 1.5rem;border-radius:12px;font-size:.9rem;flex:none;min-width:auto}.type-btn.active{box-shadow:0 4px 12px rgba(0,212,255,.3)}}.referral-input-group{display:-ms-flexbox;display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.referral-input-group{flex-direction:row;gap:1rem}}.referral-input{flex:1;padding:.85rem 1rem;background:rgba(26,26,46,.8);border:1px solid rgba(0,212,255,.2);border-radius:8px;color:#fff;font-size:.9rem;transition:all .3s ease;min-height:44px}@media (min-width: 768px){.referral-input{padding:1rem 1.25rem;border-radius:12px;font-size:1rem;border-width:2px}}.referral-input:focus{outline:none;border-color:#00d4ff;background:rgba(26,26,46,.9);box-shadow:0 0 0 2px rgba(0,212,255,.2)}@media (min-width: 768px){.referral-input:focus{box-shadow:0 0 0 4px rgba(0,212,255,.1)}}.referral-input::placeholder{color:#b8c5d1;opacity:.7}.action-btn{padding:.85rem 1.25rem;background:linear-gradient(135deg,#0f8,#00cc70);border:none;border-radius:8px;font-size:.85rem;font-weight:600;color:#0a0a0a;cursor:pointer;transition:all .3s ease;min-height:44px;touch-action:manipulation;flex-shrink:0}@media (min-width: 768px){.action-btn{padding:1rem 1.5rem;border-radius:12px;font-size:.9rem}}.action-btn:hover{background:linear-gradient(135deg,#00e67a,#00b85f);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,255,136,.3)}.action-btn.share{background:linear-gradient(135deg,#00d4ff,#09c);color:#fff}.action-btn.share:hover{background:linear-gradient(135deg,#00c4ef,#08b);box-shadow:0 4px 12px rgba(0,212,255,.3)}.referral-performance-section{margin-bottom:1.5rem;padding:0;width:100%}.performance-card{padding:1.5rem;border-radius:16px;background:rgba(26,26,46,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,212,255,.1);box-shadow:0 8px 24px rgba(0,0,0,.3)}@media (min-width: 768px){.referral-performance-section{margin-bottom:2rem}.performance-card{padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}}@media (min-width: 1024px){.referral-performance-section{margin-bottom:2.5rem}.performance-card{padding:2.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px rgba(0,0,0,.3)}}.performance-card h3{margin:0 0 1.25rem;color:#fff;font-size:clamp(1.25rem,3.5vw,1.8rem);font-weight:700;text-align:center;background:linear-gradient(135deg,#00d4ff,#7b2cbf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}@media (min-width: 768px){.performance-card h3{margin:0 0 1.75rem}}@media (min-width: 1024px){.performance-card h3{margin:0 0 2rem}}.performance-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.performance-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.performance-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}}.performance-stat{display:-ms-flexbox;display:flex;align-items:center;padding:1rem;background:rgba(26,26,46,.6);border-radius:12px;border:1px solid rgba(0,212,255,.1);transition:all .3s ease}@media (min-width: 768px){.performance-stat{padding:1.25rem;border-radius:15px}}.performance-stat:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2);background:rgba(0,212,255,.05);border-color:rgba(0,212,255,.2)}@media (min-width: 1024px){.performance-stat:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.2)}}.performance-stat .stat-icon{font-size:1.5rem;margin-right:1rem;width:40px;height:40px;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00d4ff,#7b2cbf);border-radius:8px;color:#fff;flex-shrink:0}@media (min-width: 768px){.performance-stat .stat-icon{font-size:1.75rem;width:45px;height:45px;border-radius:10px}}@media (min-width: 1024px){.performance-stat .stat-icon{font-size:2rem;width:50px;height:50px;border-radius:12px}}.performance-stat .stat-info{display:-ms-flexbox;display:flex;flex-direction:column}.performance-stat .stat-value{font-size:clamp(1.25rem,3vw,1.8rem);font-weight:700;color:#fff;line-height:1.2}.performance-stat .stat-label{font-size:clamp(.75rem,2vw,.9rem);color:#b8c5d1;margin-top:.25rem;line-height:1.3}.performance-actions{display:-ms-flexbox;display:flex;flex-direction:column;gap:.75rem;justify-content:center}.performance-actions .action-btn{padding:.85rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;min-height:44px;touch-action:manipulation}@media (min-width: 640px){.performance-actions{flex-direction:row;flex-wrap:wrap;gap:1rem}}@media (min-width: 1024px){.performance-actions{gap:1.25rem}.performance-actions .action-btn{padding:1rem 2rem;border-radius:12px;font-size:1rem}}.performance-actions .action-btn.primary{background:linear-gradient(135deg,#00d4ff,#7b2cbf);color:#fff;box-shadow:0 4px 12px rgba(0,212,255,.4);border:1px solid rgba(0,212,255,.3);font-weight:700}.performance-actions .action-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,212,255,.4);background:linear-gradient(135deg,#00c4ef,#6a1faf)}.performance-actions .action-btn.secondary{background:rgba(26,26,46,.8);color:#fff;border:1px solid rgba(0,212,255,.2)}.performance-actions .action-btn.secondary:hover{background:rgba(0,212,255,.1);border-color:rgba(0,212,255,.4);transform:translateY(-1px)}@media (min-width: 1024px){.performance-actions .action-btn.primary:hover,.performance-actions .action-btn.secondary:hover{transform:translateY(-2px)}}.analytics-section{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin:2rem 0 3rem;width:100%;position:relative;z-index:3;min-height:auto}.enhanced-analytics{background:linear-gradient(135deg,rgba(26,26,46,.95),rgba(22,33,62,.9));border:1px solid rgba(0,212,255,.15);position:relative;overflow:hidden}.enhanced-analytics:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:-webkit-gradient(linear,left top,right top,from(#00D4FF),to(#7B2CBF));background:linear-gradient(90deg,#00d4ff,#7b2cbf);opacity:.8}.analytics-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.analytics-filter{display:-ms-flexbox;display:flex;align-items:center}.filter-select{background:rgba(26,26,46,.8);border:1px solid rgba(0,212,255,.3);border-radius:8px;color:#fff;padding:.5rem 1rem;font-size:.85rem;cursor:pointer}.growth-indicator{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.growth-indicator.positive{background:rgba(0,255,136,.15);color:#0f8;border:1px solid rgba(0,255,136,.3)}.chart-placeholder{position:relative;height:140px;width:100%;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1rem 0;padding:1rem}.chart-bars{display:-ms-flexbox;display:flex;align-items:end;gap:8px;height:80px}.chart-bar{width:20px;background:-webkit-gradient(linear,left bottom,left top,from(#00D4FF),to(#7B2CBF));background:linear-gradient(to top,#00d4ff,#7b2cbf);border-radius:2px 2px 0 0;animation:barGrow 1.5s ease-out}@keyframes barGrow{0%{height:0}to{height:var(--height, 50%)}}.growth-svg{width:100%;height:80px}.chart-label{position:absolute;bottom:10px;left:50%;transform:translate(-50%);color:#b8c5d1;font-size:.85rem;font-weight:500;text-align:center}.analytics-summary{display:-ms-flexbox;display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(0,212,255,.1)}.summary-item{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;gap:.25rem}.summary-label{color:#b8c5d1;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.summary-value{color:#00d4ff;font-size:1rem;font-weight:700}.analytics-card{padding:1.5rem}@media (min-width: 768px){.analytics-section{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.analytics-card{padding:2rem}}.analytics-card h4{margin:0 0 1rem;color:#fff;font-size:clamp(1.1rem,2.5vw,1.25rem);font-weight:600;display:-ms-flexbox;display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){.analytics-card h4{margin:0 0 1.5rem}}.analytics-chart{height:200px;background:linear-gradient(135deg,rgba(26,26,46,.8),rgba(0,212,255,.08));border-radius:12px;border:1px solid rgba(0,212,255,.3);display:-ms-flexbox;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;text-align:center;padding:1rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:visible}@media (min-width: 768px){.analytics-chart{height:180px;border-radius:12px;font-size:1rem}}@media (min-width: 1024px){.analytics-chart{height:200px}}.loading-spinner{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;color:#b8c5d1;gap:1rem}.spinner{width:32px;height:32px;border:2px solid rgba(0,212,255,.1);border-top:2px solid #00D4FF;border-radius:50%}@media (min-width: 768px){.loading-spinner{padding:2rem}.spinner{width:40px;height:40px;border-width:3px}}.message{padding:.75rem 1rem;border-radius:8px;margin:.75rem 0;font-weight:500;font-size:.85rem;display:-ms-flexbox;display:flex;align-items:center;gap:.5rem}.message.success{background:rgba(0,255,136,.15);border:1px solid rgba(0,255,136,.4);color:#0f8;font-weight:600;box-shadow:0 2px 8px rgba(0,255,136,.2);animation:fadeInSuccess .3s ease-in-out}@keyframes fadeInSuccess{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message.error{background:rgba(255,71,87,.1);border:1px solid rgba(255,71,87,.3);color:#ff4757}@media (min-width: 768px){.message{padding:1rem 1.5rem;border-radius:12px;margin:1rem 0;font-size:.9rem;gap:.75rem}}.referral-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:start}.enhanced-qr{background:linear-gradient(135deg,rgba(26,26,46,.8),rgba(0,212,255,.05));border:2px solid rgba(0,212,255,.2);position:relative}.qr-header{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.qr-actions{display:-ms-flexbox;display:flex;gap:.5rem}.qr-action-btn{width:32px;height:32px;background:rgba(0,212,255,.1);border:1px solid rgba(0,212,255,.3);border-radius:8px;color:#00d4ff;cursor:pointer;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:all .3s ease;touch-action:manipulation}.qr-action-btn:hover{background:rgba(0,212,255,.2);transform:scale(1.05)}.qr-code-wrapper{position:relative;display:-ms-flexbox;display:flex;justify-content:center;margin:1rem 0}.qr-scan-indicator{position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:200px;border:2px solid rgba(0,212,255,.3);border-radius:16px;pointer-events:none}.scan-line{position:absolute;top:0;left:0;right:0;height:2px;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(#00D4FF),to(transparent));background:linear-gradient(90deg,transparent,#00D4FF,transparent)}@keyframes scanAnimation{0%{transform:translateY(0);opacity:1}50%{opacity:.5}to{transform:translateY(200px);opacity:1}}.qr-code-placeholder{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,rgba(26,26,46,.9),rgba(0,212,255,.05));border:2px dashed rgba(0,212,255,.3);border-radius:12px}.qr-placeholder-content{text-align:center;padding:1rem}.qr-placeholder-text{color:#b8c5d1;font-size:.9rem;margin:.5rem 0}.retry-qr-btn{background:linear-gradient(135deg,#00d4ff,#7b2cbf);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .3s ease;touch-action:manipulation}.retry-qr-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,212,255,.3)}@media (min-width: 1024px){.referral-content{grid-template-columns:2fr 1fr;gap:3rem}.analytics-section{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.stats-dashboard{grid-template-columns:repeat(4,1fr)}.hero-stats{gap:3rem}.page-container{padding-bottom:4rem}.analytics-chart{height:250px}}.referral-link-section{display:-ms-flexbox;display:flex;flex-direction:column;gap:1rem}.qr-code-section{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;padding:1.25rem;background:rgba(26,26,46,.6);border:1px solid rgba(0,212,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (min-width: 768px){.qr-code-section{padding:1.5rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.qr-code-section h4{margin:0 0 1rem;color:#fff;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;text-align:center}.qr-code-container{width:140px;height:140px;background:linear-gradient(135deg,rgba(26,26,46,.9),rgba(22,33,62,.8));border-radius:8px;padding:.5rem;margin:1rem 0;box-shadow:0 4px 12px rgba(0,0,0,.2);border:2px solid rgba(0,212,255,.3)}@media (min-width: 768px){.qr-code-container{width:160px;height:160px;padding:.75rem}}@media (min-width: 1024px){.qr-code-container{width:180px;height:180px}}.qr-code-image{width:100%;height:100%;object-fit:contain;border-radius:4px}.qr-code-placeholder{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#b8c5d1;text-align:center;background:rgba(26,26,46,.6);border:1px solid rgba(0,212,255,.2);border-radius:4px}.qr-placeholder-icon{font-size:3rem;margin-bottom:.5rem}.qr-code-placeholder p{margin:0;font-size:.8rem;font-weight:600;color:#b8c5d1;line-height:1.3}.qr-code-description{margin:0;color:#b8c5d1;font-size:clamp(.8rem,2vw,.9rem);text-align:center;line-height:1.4;padding:0 .5rem}@media (max-width: 480px){.page-container{padding:.75rem}.type-btn,.action-btn,.disconnect-btn{min-height:48px;padding:.75rem}.stat-card,.referral-card,.analytics-card{padding:1rem}}@media (pointer: coarse){.type-btn,.action-btn,.disconnect-btn{min-height:48px;min-width:48px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.qr-code-image{image-rendering:-webkit-optimize-contrast}}:root{--cyber-blue: #00D4FF;--royal-purple: #7B2CBF;--energy-orange: #FF6B35;--deep-space: #1A1A2E;--midnight-blue: #16213E;--true-black: #0A0A0A;--dark-slate: #0F1419;--pure-white: #FFFFFF;--silver-mist: #B8C5D1;--charcoal-gray: #2D3748;--success-green: #00FF88;--alert-red: #FF4757;--warning-yellow: #FFD700;--info-blue: #00D4FF;--gradient-primary: linear-gradient(135deg, var(--cyber-blue) 0%, var(--royal-purple) 100%);--gradient-secondary: linear-gradient(135deg, var(--royal-purple) 0%, var(--energy-orange) 100%);--gradient-success: linear-gradient(135deg, var(--success-green) 0%, var(--cyber-blue) 100%);--gradient-dark: linear-gradient(135deg, var(--deep-space) 0%, var(--midnight-blue) 50%, var(--true-black) 100%);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .2);--shadow-xl: 0 12px 24px rgba(0, 0, 0, .25);--shadow-glow: 0 0 20px rgba(0, 212, 255, .3);--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--z-background: 0;--z-base: 1;--z-card: 2;--z-header: 10;--z-overlay: 100;--z-modal: 1000;--z-toast: 1100}@supports (height: 100dvh){.referrals-page{min-height:100dvh;height:auto}}.referrals-page{padding-bottom:env(safe-area-inset-bottom,2rem)}.analytics-section{transform:translateZ(0);position:relative;z-index:10}@media (max-width: 480px){.page-container{padding:.5rem .5rem 4rem}.hero-header{padding:1.5rem .75rem;margin-bottom:1.5rem}.hero-icon-badge{width:60px;height:60px}.hero-icon{font-size:2rem}.stats-dashboard{grid-template-columns:1fr;gap:1rem}.enhanced-stat{min-height:120px}.referral-card,.analytics-card{padding:1rem;margin-bottom:1rem}.qr-code-container{width:120px;height:120px}.analytics-section{margin-bottom:4rem}.analytics-chart{height:180px}}@media (hover: none) and (pointer: coarse){.type-btn,.action-btn,.qr-action-btn,.retry-qr-btn{min-height:48px;min-width:48px}.enhanced-stat:active{transform:scale(.98)}.action-btn:active{transform:scale(.95)}}@media (prefers-contrast: high){.glass-card{border-width:2px;border-color:rgba(0,212,255,.6)}.enhanced-stat,.enhanced-referral,.enhanced-analytics{border-width:2px}.hero-title{text-shadow:2px 2px 4px rgba(0,0,0,.8)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-icon-badge,.status-indicator,.scan-line,.progress-bar{animation:none!important}}@media print{.referrals-page{background:#fff!important;color:#000!important}.referrals-background,.glass-card:before,.enhanced-stat:before{display:none!important}}.App.fullscreen-app .referrals-page{position:relative;width:100%;height:auto;min-height:100vh;min-height:100dvh;overflow-y:visible;overflow-x:hidden;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;padding-bottom:3rem}.App.fullscreen-app .page-container{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:1rem 1rem 3rem;flex:none;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;z-index:1;min-height:auto}@media (min-width: 768px){.App.fullscreen-app .page-container{padding:1.5rem}}@media (min-width: 1024px){.App.fullscreen-app .page-container{padding:2rem}}.page-container{position:relative;z-index:1}.glass-card{position:relative;z-index:2}.enhanced-stat,.enhanced-referral,.enhanced-analytics{contain:layout style paint;will-change:transform}.loading-spinner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:rgba(26,26,46,.9);padding:2rem;border-radius:16px;border:1px solid rgba(0,212,255,.3)}.referrals-page{scroll-behavior:smooth;contain:none}.referral-manager,.referral-performance-section,.analytics-section{margin-bottom:2rem;position:relative;z-index:2}.analytics-section:last-child{margin-bottom:4rem}.analytics-card{position:relative;z-index:3;margin-bottom:1rem;min-height:300px}.type-btn:focus,.action-btn:focus,.qr-action-btn:focus,.retry-qr-btn:focus,.filter-select:focus{outline:2px solid #00D4FF;outline-offset:2px}.hero-subtitle,.stat-label,.qr-code-description,.summary-label{text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (hover: hover) and (pointer: fine){.enhanced-stat:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 35px rgba(0,212,255,.2)}.enhanced-referral:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,212,255,.15)}.enhanced-analytics:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}}:root{--mobile-space-xs: .25rem;--mobile-space-sm: .5rem;--mobile-space-md: .75rem;--mobile-space-lg: 1rem;--mobile-space-xl: 1.5rem;--mobile-space-2xl: 2rem;--mobile-space-3xl: 3rem;--text-xs: clamp(.75rem, 2vw, .875rem);--text-sm: clamp(.875rem, 2.5vw, 1rem);--text-base: clamp(1rem, 3vw, 1.125rem);--text-lg: clamp(1.125rem, 3.5vw, 1.25rem);--text-xl: clamp(1.25rem, 4vw, 1.5rem);--text-2xl: clamp(1.5rem, 5vw, 2rem);--text-3xl: clamp(2rem, 6vw, 2.5rem);--text-4xl: clamp(2.5rem, 7vw, 3rem);--touch-target-min: 44px;--touch-target-comfort: 48px;--touch-target-large: 56px;--container-mobile: 100%;--container-tablet: 768px;--container-desktop: 1200px;--container-wide: 1440px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--z-toast: 1080;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out;--color-primary: #00d4ff;--color-primary-dark: #0099cc;--color-secondary: #7b2cbf;--color-accent: #ff6b35;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--gradient-primary: linear-gradient(135deg, #00d4ff 0%, #7b2cbf 100%);--gradient-secondary: linear-gradient(135deg, #7b2cbf 0%, #ff6b35 100%);--gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%)}*{box-sizing:border-box;margin:0;padding:0}*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:var(--text-base);line-height:1.6;color:#fff;background:var(--gradient-dark);min-height:100vh;min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeSpeed}img{max-width:100%;height:auto;display:block}input,textarea,select,button{font-size:16px;font-family:inherit;border:0;background:transparent;color:inherit}button,[role=button],[type=button],[type=submit],[type=reset]{cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none;min-height:var(--touch-target-min);min-width:var(--touch-target-min)}a{color:var(--color-primary);text-decoration:none;touch-action:manipulation;min-height:var(--touch-target-min);display:-ms-inline-flexbox;display:inline-flex;align-items:center}.container{width:100%;margin:0 auto;padding:0 var(--mobile-space-lg)}.container-fluid{width:100%;padding:0 var(--mobile-space-md)}.grid{display:grid;grid-gap:var(--mobile-space-md);gap:var(--mobile-space-md)}.grid-1,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.flex{display:-ms-flexbox;display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.gap-xs{gap:var(--mobile-space-xs)}.gap-sm{gap:var(--mobile-space-sm)}.gap-md{gap:var(--mobile-space-md)}.gap-lg{gap:var(--mobile-space-lg)}.gap-xl{gap:var(--mobile-space-xl)}.p-xs{padding:var(--mobile-space-xs)}.p-sm{padding:var(--mobile-space-sm)}.p-md{padding:var(--mobile-space-md)}.p-lg{padding:var(--mobile-space-lg)}.p-xl{padding:var(--mobile-space-xl)}.m-xs{margin:var(--mobile-space-xs)}.m-sm{margin:var(--mobile-space-sm)}.m-md{margin:var(--mobile-space-md)}.m-lg{margin:var(--mobile-space-lg)}.m-xl{margin:var(--mobile-space-xl)}.card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:var(--mobile-space-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:transform var(--transition-fast);touch-action:manipulation}.card:hover,.card:focus-within{transform:translateY(-2px);border-color:var(--color-primary)}.btn{display:-ms-inline-flexbox;display:inline-flex;align-items:center;justify-content:center;gap:var(--mobile-space-sm);padding:var(--mobile-space-md) var(--mobile-space-lg);min-height:var(--touch-target-min);border-radius:var(--radius-md);font-size:var(--text-base);font-weight:600;text-align:center;transition:all var(--transition-fast);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-primary);color:#fff;border:2px solid transparent}.btn-primary:hover,.btn-primary:focus{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,212,255,.3)}.btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:2px solid var(--color-primary)}.btn-large{padding:var(--mobile-space-lg) var(--mobile-space-xl);min-height:var(--touch-target-large);font-size:var(--text-lg)}.form-control{width:100%;padding:var(--mobile-space-md) var(--mobile-space-lg);min-height:var(--touch-target-min);background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:var(--radius-md);color:#fff;font-size:16px;transition:all var(--transition-fast)}.form-control:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(0,212,255,.1)}.form-control::placeholder{color:rgba(255,255,255,.5)}.heading-1{font-size:var(--text-4xl);font-weight:800;line-height:1.2}.heading-2{font-size:var(--text-3xl);font-weight:700;line-height:1.3}.heading-3{font-size:var(--text-2xl);font-weight:600;line-height:1.4}.heading-4{font-size:var(--text-xl);font-weight:600;line-height:1.4}.heading-5{font-size:var(--text-lg);font-weight:500;line-height:1.5}.heading-6{font-size:var(--text-base);font-weight:500;line-height:1.5}.text-small{font-size:var(--text-sm)}.text-large{font-size:var(--text-lg)}.mobile-only{display:block}.desktop-only,.tablet-only{display:none}.mobile-center{text-align:center}.mobile-hide{display:none!important}.mobile-show{display:block!important}.scroll-smooth{scroll-behavior:smooth}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto;-webkit-overflow-scrolling:touch}@media (min-width: 768px){:root{--mobile-space-lg: 1.25rem;--mobile-space-xl: 2rem;--mobile-space-2xl: 2.5rem;--mobile-space-3xl: 4rem}.container{max-width:var(--container-tablet);padding:0 var(--mobile-space-xl)}.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.tablet-only{display:block}.mobile-only{display:none}.tablet-grid{display:grid}.tablet-flex{display:-ms-flexbox;display:flex}.tablet-hide{display:none!important}.tablet-show{display:block!important}}@media (min-width: 1024px){:root{--mobile-space-lg: 1.5rem;--mobile-space-xl: 2.5rem;--mobile-space-2xl: 3rem;--mobile-space-3xl: 5rem}.container{max-width:var(--container-desktop);padding:0 var(--mobile-space-2xl)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.desktop-only{display:block}.mobile-only,.tablet-only{display:none}.desktop-grid{display:grid}.desktop-flex{display:-ms-flexbox;display:flex}.desktop-hide{display:none!important}.desktop-show{display:block!important}.btn:hover{transform:translateY(-3px)}.card:hover{transform:translateY(-5px)}}@media (min-width: 1440px){.container{max-width:var(--container-wide)}.grid-6{grid-template-columns:repeat(6,1fr)}.grid-8{grid-template-columns:repeat(8,1fr)}.grid-12{grid-template-columns:repeat(12,1fr)}}@media (max-width: 374px){:root{--mobile-space-md: .5rem;--mobile-space-lg: .75rem;--mobile-space-xl: 1rem}.container,.container-fluid{padding:0 var(--mobile-space-md)}.btn{padding:var(--mobile-space-sm) var(--mobile-space-md);font-size:var(--text-sm)}.card{padding:var(--mobile-space-md)}}@media (orientation: landscape) and (max-height: 480px){.mobile-landscape-optimize{height:100vh;overflow-y:auto}.mobile-landscape-compact{padding:var(--mobile-space-sm)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){:root{--color-primary: #00ffff;--color-secondary: #ff00ff;--color-accent: #ffff00}.card{border-width:2px;border-color:rgba(255,255,255,.3)}}@media (hover: none) and (pointer: coarse){.btn:hover,.card:hover{transform:none}.btn{min-height:var(--touch-target-comfort);padding:var(--mobile-space-lg)}}.mobile-debug{position:fixed;top:0;right:0;background:rgba(255,0,0,.8);color:#fff;padding:var(--mobile-space-sm);font-size:var(--text-xs);z-index:9999;pointer-events:none}.mobile-debug:after{content:"Mobile: " attr(data-breakpoint)}@media (min-width: 768px){.mobile-debug:after{content:"Tablet: " attr(data-breakpoint)}}@media (min-width: 1024px){.mobile-debug:after{content:"Desktop: " attr(data-breakpoint)}}
