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}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f1419,#1a202c);border-bottom:1px solid #2d3748;box-shadow:0 4px 20px #0000004d;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem;position:relative}.header-container,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.75rem;text-decoration:none;transition:all .3s ease}.logo:hover{color:#00d4ff;transform:translateY(-2px)}.logo-icon{filter:drop-shadow(0 2px 4px rgba(0,212,255,.3));font-size:2rem}.nav,.nav-links{align-items:center;display:flex;gap:2rem}.nav-link{border-radius:6px;color:#d1d5db;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:#00d4ff1a;color:#00d4ff;transform:translateY(-1px)}.nav-link:before{background:linear-gradient(90deg,#00d4ff,#5865f2);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link:hover:before{width:80%}.user-menu{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #374151;border-radius:12px;display:flex;gap:1.5rem;padding:.75rem 1.5rem}.user-info{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.user-name{color:#fff;font-size:.95rem;font-weight:600}.user-balance{color:#10b981;font-family:JetBrains Mono,Fira Code,monospace;font-size:1.1rem;font-weight:700;text-shadow:0 1px 2px #10b9814d}.kyc-alert{animation:pulse 2s infinite;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;padding:.4rem .8rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.kyc-link{color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-decoration:none;text-transform:uppercase}.kyc-link:hover{color:#fef3c7}.logout-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:8px;box-shadow:0 2px 8px #dc26264d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.logout-btn:hover{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #dc262666;transform:translateY(-1px)}.logout-btn:active{transform:translateY(0)}.auth-links{align-items:center;display:flex;gap:1rem}.btn{font-size:.95rem}.btn-primary{background:linear-gradient(135deg,#5865f2,#4338ca);box-shadow:0 2px 8px #5865f24d}.btn-primary:hover{background:linear-gradient(135deg,#6366f1,#5865f2);box-shadow:0 4px 16px #5865f266}.mobile-menu-btn{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px}.hamburger{background:#d1d5db;border-radius:2px;height:3px;transition:all .3s ease;width:100%}.mobile-menu-btn:hover .hamburger{background:#00d4ff}@media (max-width:768px){.header-container{padding:1rem}.mobile-menu-btn{display:flex}.nav{background:linear-gradient(135deg,#0f1419,#1a202c);border-top:1px solid #2d3748;box-shadow:0 4px 20px #0000004d;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100vh);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-links{align-items:stretch;flex-direction:column;gap:1rem;padding:2rem}.nav-link{background:#1f293780;border:1px solid #374151;border-radius:8px;padding:1rem;text-align:center}.user-menu{flex-direction:column;gap:1rem;margin-top:1rem;padding:1.5rem}.user-info,.user-menu{align-items:center}.auth-links{flex-direction:column;gap:1rem;width:100%}.btn{text-align:center;width:100%}.logo-text{font-size:1.25rem}}@media (max-width:480px){.header-container{padding:.75rem}.logo-text{font-size:1.1rem}.logo-icon{font-size:1.5rem}.user-balance{font-size:1rem}}@media (prefers-reduced-motion:reduce){.btn,.kyc-alert,.logo,.nav,.nav-link{animation:none;transition:none}}.btn:focus,.logout-btn:focus,.mobile-menu-btn:focus,.nav-link:focus{outline:2px solid #00d4ff;outline-offset:2px}@media (prefers-contrast:high){.header{background:#000;border-bottom-color:#fff}.nav-link,.user-name{color:#fff}.user-balance{color:#0f0}}.footer{background:linear-gradient(135deg,#0a0f14,#1a202c 50%,#2d3748);border-top:1px solid #2d3748;color:#e2e8f0;margin-top:auto;overflow:hidden;position:relative}.footer:before{background:linear-gradient(90deg,#00d4ff,#5865f2,#10b981,#f59e0b);content:"";height:2px;left:0;opacity:.8;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-container:first-child{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:2fr repeat(4,1fr);padding:3rem 2rem 2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.logo-icon{animation:gentle-pulse 3s ease-in-out infinite;filter:drop-shadow(0 2px 8px rgba(0,212,255,.4));font-size:2.5rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#5865f2);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.5px}.footer-description{color:#94a3b8;font-size:.95rem;line-height:1.7;margin:0;max-width:280px}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.5px;margin:0 0 1rem;padding-bottom:.5rem;position:relative;text-transform:uppercase}.footer-section h4:after{background:linear-gradient(90deg,#00d4ff,#5865f2);border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links a,.footer-links li{position:relative}.footer-links a{color:#cbd5e1;display:inline-block;font-size:.9rem;font-weight:500;padding:.25rem 0;text-decoration:none;transition:all .3s ease}.footer-links a:before{background:#00d4ff;border-radius:50%;content:"";height:4px;left:-1rem;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:4px}.footer-links a:hover{color:#00d4ff;transform:translateX(.5rem)}.footer-links a:hover:before{left:-.75rem;opacity:1}.footer-bottom{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1419cc;border-top:1px solid #374151}.footer-bottom-content{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;padding:2rem 0}.footer-bottom p{color:#9ca3af;font-size:.9rem;font-weight:500;margin:0}.footer-disclaimers{max-width:600px;text-align:right}.footer-disclaimers small{background:#3741514d;border:1px solid #374151;border-left:4px solid #f59e0b;border-radius:8px;color:#6b7280;display:block;font-size:.8rem;line-height:1.6;padding:1rem;position:relative}.footer-disclaimers small:before{content:"⚠️";font-size:.9rem;left:.75rem;position:absolute;top:.75rem}.footer-disclaimers small{padding-left:2.5rem}@media (max-width:1024px){.footer-container:first-child{gap:2rem;grid-template-columns:1fr 1fr 1fr}.footer-section:first-child{grid-column:1/-1;margin-bottom:1rem}}@media (max-width:768px){.footer-container:first-child{gap:1.5rem;grid-template-columns:1fr 1fr;padding:2rem}.footer-section:first-child{grid-column:1/-1;text-align:center}.footer-description{max-width:none;text-align:center}.footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-disclaimers{max-width:none;text-align:center}.footer-disclaimers small{text-align:left}}@media (max-width:480px){.footer-container:first-child{gap:2rem;grid-template-columns:1fr;padding:1.5rem 1rem}.footer-container{padding:0 1rem}.logo-text{font-size:1.5rem}.logo-icon{font-size:2rem}.footer-section h4{font-size:1rem}.footer-disclaimers small{font-size:.75rem;padding:.75rem .75rem .75rem 2rem}.footer-disclaimers small:before{font-size:.8rem;left:.5rem;top:.5rem}}@media (prefers-reduced-motion:reduce){.footer-links a,.footer-links a:before,.logo-icon{animation:none;transition:none}.footer-links a:hover{transform:none}}.footer-links a:focus{border-radius:4px;outline:2px solid #00d4ff;outline-offset:2px}@media (prefers-contrast:high){.footer{background:#000;border-top-color:#fff}.footer-description,.footer-links a,.footer-section h4{color:#fff}.footer-disclaimers small{background:#000;border-color:#fff;color:#fff}}@media print{.footer{background:#fff!important;color:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.footer-disclaimers{page-break-inside:avoid}}.auth-container:before{animation:subtle-float 20s ease-in-out infinite;background-image:radial-gradient(circle at 20% 80%,#00d4ff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#5865f21a 0,#0000 50%),radial-gradient(circle at 40% 40%,#10b9810d 0,#0000 50%)}@keyframes subtle-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(.5deg)}}.auth-card{box-shadow:0 20px 60px #00000080,0 8px 32px #0000004d,inset 0 1px 0 #ffffff1a;max-width:450px}.auth-card:before{background:linear-gradient(90deg,#00d4ff,#5865f2,#10b981)}.auth-card h2{background:linear-gradient(135deg,#fff,#cbd5e1);font-size:2rem}.auth-card h2:after{background:linear-gradient(90deg,#00d4ff,#5865f2);width:60px}.form-group input:focus{border-color:#00d4ff;box-shadow:0 0 0 4px #00d4ff1a,0 0 20px #00d4ff33}.form-group input:valid{border-color:#10b981}.btn{margin-top:1rem}.btn-primary:disabled{position:relative}.btn-primary:disabled:after{height:16px;right:1rem;width:16px}.form-group input[type=password]:focus:after{content:"🔒";opacity:.7;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.form-group input[type=email]:valid:after{color:#10b981;content:"✓";font-weight:700;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}@media (max-width:768px){.auth-container{padding:1rem}.auth-card{max-width:100%;padding:2.5rem 2rem}.auth-card h2{font-size:1.75rem}.form-group input{font-size:.95rem;padding:.875rem 1rem}.btn{font-size:.95rem;padding:.875rem 1.5rem}}@media (max-width:480px){.auth-container{padding:.5rem}.auth-card{border-radius:16px;padding:2rem 1.5rem}.auth-card h2{font-size:1.5rem;margin-bottom:1.5rem}.form-group input{padding:.75rem}.btn{padding:.75rem 1.25rem}}@media (prefers-reduced-motion:reduce){.auth-container:before,.auth-link a,.btn,.btn:before,.error-message,.form-group input{animation:none;transition:none}.btn:hover,.form-group input:focus{transform:none}}@media (prefers-contrast:high){.auth-container{background:#000}.auth-card,.form-group input{background:#000;border-color:#fff}.form-group input{color:#fff}.form-group input:focus{border-color:#0ff}.error-message{background:#000;border-color:red;color:#f66}}@media print{.auth-container{background:#fff!important;color:#000!important}.auth-card{background:#fff!important;border:1px solid #000!important;box-shadow:none!important}}.auth-container:before{animation:gentle-drift 25s ease-in-out infinite;background-image:radial-gradient(circle at 15% 85%,#10b9811a 0,#0000 50%),radial-gradient(circle at 85% 15%,#5865f21a 0,#0000 50%),radial-gradient(circle at 50% 50%,#00d4ff0d 0,#0000 50%)}@keyframes gentle-drift{0%,to{transform:translateY(0) rotate(0deg) scale(1)}33%{transform:translateY(-15px) rotate(1deg) scale(1.02)}66%{transform:translateY(10px) rotate(-.5deg) scale(.98)}}.auth-card{box-shadow:0 25px 70px #0009,0 10px 40px #0006,inset 0 1px 0 #ffffff1a;max-width:480px}.auth-card:before{background:linear-gradient(90deg,#10b981,#00d4ff,#5865f2)}.auth-card h2{background:linear-gradient(135deg,#fff,#10b981);font-size:2.2rem;margin:0 0 2rem}.auth-card h2:after{background:linear-gradient(90deg,#10b981,#00d4ff);width:80px}form{gap:1.25rem}.form-group label{font-size:.95rem}.form-group input{font-size:1rem;font-weight:500;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input::placeholder{color:#6b7280;font-weight:400}.form-group input:focus{box-shadow:0 0 0 4px #10b9811a,0 0 20px #10b98133;transform:translateY(-1px)}.form-group input[name=password]:focus+.password-strength,.form-group input[name=password]:not(:placeholder-shown)+.password-strength{display:block}.password-strength{background:#37415180;border-left:3px solid #f59e0b;border-radius:8px;display:none;margin-top:.5rem;padding:.75rem}.password-strength.weak{border-left-color:#ef4444}.password-strength.medium{border-left-color:#f59e0b}.password-strength.strong{border-left-color:#10b981}.strength-bar{background:#374151;border-radius:2px;height:4px;margin-bottom:.5rem;overflow:hidden;width:100%}.strength-fill{border-radius:2px;height:100%;transition:all .3s ease}.strength-fill.weak{background:linear-gradient(90deg,#ef4444,#f87171);width:33%}.strength-fill.medium{background:linear-gradient(90deg,#f59e0b,#fbbf24);width:66%}.strength-fill.strong{background:linear-gradient(90deg,#10b981,#34d399);width:100%}.form-group input[name=confirmPassword]:not(:placeholder-shown){position:relative}.form-group input[name=confirmPassword]:valid:not(:placeholder-shown):after{color:#10b981;content:"✓";font-size:1.2rem;font-weight:700;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.form-group input[name=confirmPassword]:invalid:not(:placeholder-shown):after{color:#ef4444;content:"✗";font-size:1.2rem;font-weight:700;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.btn-primary{box-shadow:0 8px 32px #10b98166}.btn-primary:hover{box-shadow:0 12px 40px #10b98180}.btn-primary:active{box-shadow:0 6px 20px #10b98166}.btn-primary:disabled:after{border:2px solid #6b7280;height:18px;width:18px}.auth-link{color:#9ca3af;font-size:.95rem;font-weight:500;margin-top:2rem;text-align:center}.auth-link a{color:#00d4ff;font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}.auth-link a:before{background:linear-gradient(90deg,#00d4ff,#5865f2);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.auth-link a:hover{color:#5865f2;transform:translateY(-1px)}.auth-link a:hover:before{width:100%}.terms-notice{background:#5865f21a;border:1px solid #5865f233;border-radius:8px;color:#cbd5e1;font-size:.85rem;line-height:1.5;margin-top:1.5rem;padding:1rem;text-align:center}.terms-notice a{color:#5865f2;font-weight:600;text-decoration:none}.terms-notice a:hover{text-decoration:underline}.security-badge{align-items:center;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;color:#10b981;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:1rem;padding:.75rem}.security-badge:before{content:"🔒";font-size:1rem}@media (max-width:768px){.auth-container{padding:1rem}.auth-card{max-width:100%;padding:2.5rem 2rem}.auth-card h2{font-size:2rem}.form-group input{font-size:.95rem;padding:.875rem 1rem}.btn{font-size:.95rem;padding:1rem 1.5rem}form{gap:1rem}}@media (max-width:480px){.auth-container{padding:.5rem}.auth-card{border-radius:16px;padding:2rem 1.5rem}.auth-card h2{font-size:1.75rem;margin-bottom:1.5rem}.form-group input{padding:.75rem}.btn{padding:.875rem 1.25rem}}@media (prefers-reduced-motion:reduce){.auth-container:before,.auth-link a,.btn,.btn:before,.error-message,.form-group input,.strength-fill{animation:none;transition:none}.btn:hover,.form-group input:focus{transform:none}}.auth-link a:focus,.btn:focus{outline:3px solid #00d4ff;outline-offset:2px}@media (prefers-contrast:high){.auth-container{background:#000}.auth-card,.form-group input{background:#000;border-color:#fff}.form-group input{color:#fff}.form-group input:focus{border-color:#0ff}.form-group input:valid{border-color:#0f0}.form-group input:invalid{border-color:red}.error-message{background:#000;border-color:red;color:#f66}}.auth-container{align-items:center;background:linear-gradient(135deg,#0a0f14,#1a202c 50%,#2d3748);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.auth-container:before{animation:compliance-glow 30s ease-in-out infinite;background-image:radial-gradient(circle at 25% 75%,#f59e0b14 0,#0000 50%),radial-gradient(circle at 75% 25%,#10b98114 0,#0000 50%),radial-gradient(circle at 50% 50%,#5865f20d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes compliance-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:24px;box-shadow:0 30px 80px #000000b3,0 12px 48px #00000080,inset 0 1px 0 #ffffff1a;max-width:520px;padding:3rem 2.5rem;position:relative;width:100%;z-index:1}.auth-card:before{background:linear-gradient(90deg,#f59e0b,#10b981,#5865f2);border-radius:24px 24px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.auth-card h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f59e0b);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.3rem;font-weight:800;margin:0 0 1rem;position:relative;text-align:center}.auth-card h2:after{background:linear-gradient(90deg,#f59e0b,#10b981);border-radius:2px;bottom:-.5rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:90px}.kyc-info{color:#9ca3af;font-size:1rem;font-weight:500;line-height:1.6;margin-bottom:2rem;text-align:center}.error-message{animation:shake .5s ease-in-out;box-shadow:0 4px 12px #dc262633;margin-bottom:1.5rem;position:relative}.error-message:before{content:"⚠️";font-size:1rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.error-message{padding-left:3rem}.success-message{animation:success-pulse 1s ease-in-out;background:linear-gradient(135deg,#10b9811a,#10b9810d);border:1px solid #10b981;border-radius:12px;box-shadow:0 4px 12px #10b98133;color:#34d399;font-weight:600;margin-bottom:1.5rem;padding:1rem 1.5rem;position:relative;text-align:center}.success-message:before{content:"✅";font-size:1rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.success-message{padding-left:3rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@keyframes success-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}form{display:flex;flex-direction:column;gap:1.5rem}.form-group{position:relative}.form-group label{align-items:center;display:flex;font-weight:700;gap:.5rem;letter-spacing:.5px;text-transform:uppercase}.form-group label:before{content:"📋";font-size:.9rem}.form-group label[for=idDocument]:before{content:"📎"}.form-group input[type=email],.form-group input[type=text]{background:#0f1419cc;border:2px solid #374151;border-radius:12px;color:#fff;font-family:JetBrains Mono,Fira Code,monospace;font-size:1.1rem;font-weight:600;letter-spacing:2px;padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input[type=email]::placeholder,.form-group input[type=text]::placeholder{color:#6b7280;font-weight:400;letter-spacing:1px}.form-group input[type=email]:focus,.form-group input[type=text]:focus{background:#0f1419;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b1a,0 0 20px #f59e0b33;outline:none;transform:translateY(-2px)}.form-group input[type=file]{background:#0f1419cc;border:2px dashed #374151;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.form-group input[type=file]:hover{background:#10b9810d;border-color:#10b981}.form-group input[type=file]:focus{border-color:#10b981;box-shadow:0 0 0 4px #10b9811a,0 0 20px #10b98133;outline:none}.form-group input[type=file]::-webkit-file-upload-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-right:1rem;padding:.75rem 1.5rem;-webkit-transition:all .3s ease;transition:all .3s ease}.form-group input[type=file]::file-selector-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-right:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.form-group input[type=file]::-webkit-file-upload-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.form-group input[type=file]::file-selector-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.form-group small{font-size:.9rem;margin-top:.25rem}.form-group input:valid:not(:placeholder-shown){background:#10b9810d;border-color:#10b981}.form-group input:invalid:not(:placeholder-shown){background:#ef44440d;border-color:#ef4444}.file-preview{background:#10b9811a;border:1px solid #10b9814d;border-radius:12px;margin-top:.5rem;padding:1rem 1.5rem;position:relative}.file-preview:before{content:"📄";font-size:1.2rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.file-preview p{color:#10b981;font-size:.95rem;font-weight:600;margin:0;padding-left:2rem}.btn{font-size:1.1rem;letter-spacing:1px;margin-top:1.5rem;padding:1.25rem 2rem}.btn:before{transition:all .5s ease}.btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 8px 32px #f59e0b66}.btn-primary:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 12px 40px #f59e0b80;transform:translateY(-3px)}.btn-primary:active{box-shadow:0 6px 20px #f59e0b66}.btn-primary:disabled{background:linear-gradient(135deg,#374151,#4b5563);color:#9ca3af}.btn-primary:disabled:before{display:none}.btn-primary:disabled:after{animation:spin 1s linear infinite;border:3px solid #6b7280;border-radius:50%;border-top-color:#9ca3af;content:"";height:20px;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:20px}.kyc-note{background:#5865f21a;border:1px solid #5865f24d;border-left:4px solid #5865f2;border-radius:12px;margin-top:2rem;padding:1.5rem;position:relative}.kyc-note:before{content:"📋";font-size:1.2rem;left:1rem;position:absolute;top:1.5rem}.kyc-note p{color:#cbd5e1;font-size:.95rem;font-weight:500;line-height:1.6;margin:0;padding-left:2.5rem}.kyc-note strong{color:#5865f2;font-weight:700}.security-notice{align-items:center;background:#10b9811a;border:1px solid #10b98133;border-radius:12px;color:#10b981;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:1.5rem;padding:1rem}.security-notice:before{content:"🔐";font-size:1.2rem}@media (max-width:768px){.auth-container{padding:1rem}.auth-card{max-width:100%;padding:2.5rem 2rem}.auth-card h2{font-size:2rem}.kyc-info{font-size:.95rem}.form-group input[type=email],.form-group input[type=text]{font-size:1rem;padding:1rem 1.25rem}.form-group input[type=file]{padding:1.25rem}.btn{font-size:1rem;padding:1rem 1.5rem}}@media (max-width:480px){.auth-container{padding:.5rem}.auth-card{border-radius:16px;padding:2rem 1.5rem}.auth-card h2{font-size:1.75rem;margin-bottom:.75rem}.kyc-info{font-size:.9rem;margin-bottom:1.5rem}.form-group input[type=email],.form-group input[type=text]{font-size:.95rem;padding:.875rem 1rem}.btn{font-size:.95rem;padding:.875rem 1.25rem}.kyc-note,.security-notice{padding:1rem}}@media (prefers-reduced-motion:reduce){.auth-container:before,.btn,.btn:before,.error-message,.form-group input,.success-message{animation:none;transition:none}.btn:hover,.form-group input:focus{transform:none}}.btn:focus{outline:3px solid #f59e0b}@media (prefers-contrast:high){.auth-container{background:#000}.auth-card,.form-group input{background:#000;border-color:#fff}.form-group input{color:#fff}.form-group input:focus{border-color:#ff0}.error-message{background:#000;border-color:red;color:#f66}.success-message{background:#000;border-color:#0f0;color:#6f6}}.product-card{background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:16px;box-shadow:0 4px 6px #0000004d,0 1px 3px #0003;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:before{background:linear-gradient(90deg,#00d4ff,#5865f2,#10b981);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover{border-color:#5865f2;box-shadow:0 10px 25px #0006,0 6px 10px #5865f233;transform:translateY(-4px)}.product-card:hover:before{opacity:1}.product-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}.product-category{background:#00d4ff26;border:1px solid #00d4ff4d;color:#00d4ff;font-weight:600}.product-category,.risk-badge{padding:.4rem .8rem}.product-info{margin-bottom:1.5rem}.product-name{font-size:1.25rem}.product-symbol{font-size:.9rem;font-weight:500}.product-price{border-radius:8px;padding:.75rem}.amount{font-size:1.5rem}.key-metric{border-radius:8px;padding:.75rem}.product-description{line-height:1.5}.product-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{min-width:120px;padding:.75rem 1.25rem}.btn-outline:hover{box-shadow:0 4px 8px #0003;transform:translateY(-1px)}.btn-primary{box-shadow:0 2px 8px #10b9814d}.btn-primary:hover{box-shadow:0 6px 16px #10b98166}.btn-primary:active{box-shadow:0 3px 10px #10b98166;transform:translateY(-1px)}@media (max-width:768px){.product-card{padding:1.25rem}.product-header{align-items:flex-start;flex-direction:column;gap:.5rem}.product-name{font-size:1.1rem}.amount{font-size:1.3rem}.product-actions{flex-direction:column}.btn{min-width:auto}}@media (max-width:480px){.product-card{padding:1rem}.product-name{font-size:1rem}.amount{font-size:1.2rem}.key-metric{align-items:flex-start;flex-direction:column;gap:.25rem}}.product-card.loading{opacity:.7;pointer-events:none}.product-card.loading:after{animation:loading-shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes loading-shimmer{0%{left:-100%}to{left:100%}}@media (prefers-reduced-motion:reduce){.btn,.product-card,.product-card:before{animation:none;transition:none}.product-card:hover{transform:none}}.btn:focus{outline:2px solid #00d4ff;outline-offset:2px}@media (prefers-contrast:high){.product-card{background:#000;border-color:#fff}.product-name{color:#fff}.product-description{color:#ccc}.btn-outline{border-color:#fff;color:#fff}}.products-container{background-color:#0f1419;color:#e6e8eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem}.products-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.products-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#5865f2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.products-header p{color:#9ca3af;font-size:1.1rem;font-weight:400;margin:0 auto;max-width:600px}.filter-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.filter-section label{color:#d1d5db;font-size:1rem;font-weight:500}.category-filter{background-color:#1f2937;border:2px solid #374151;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;min-width:180px;padding:.75rem 1rem;transition:all .3s ease}.category-filter:hover{background-color:#252d3d;border-color:#5865f2}.category-filter:focus{border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff1a;outline:none}.category-filter option{background-color:#1f2937;color:#fff;padding:.5rem}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:2rem}.loading{background-color:#0f1419;min-height:50vh}.loading:after{border:2px solid #374151;height:20px;margin-left:10px;width:20px}.error-message{background-color:#1f1b2e;border-radius:8px;font-weight:500;max-width:500px;padding:1rem 1.5rem}.no-products{background-color:#1a202c;border:2px dashed #374151;border-radius:12px;grid-column:1/-1;margin-top:2rem;padding:3rem;text-align:center}.no-products p{color:#9ca3af;font-size:1.1rem;margin:0}@media (max-width:768px){.products-container{padding:1rem}.products-header h1{font-size:2rem}.products-header p{font-size:1rem}.filter-section{align-items:flex-start;flex-direction:column;gap:.5rem}.category-filter{width:100%}.products-grid{gap:1rem;grid-template-columns:1fr}}@media (max-width:480px){.products-container{padding:.5rem}.products-header{margin-bottom:2rem;padding:1rem 0}.products-header h1{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){.loading:after{animation:none}.category-filter{transition:none}}@media (prefers-contrast:high){.products-container{background-color:#000;color:#fff}.category-filter{background-color:#000;border-color:#fff}.error-message{background-color:#000;border-color:red;color:#ff6b6b}}.product-detail-container{background-color:#0f1419;color:#e6e8eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem}.product-detail{display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:1200px}.loading{border-radius:16px;font-size:1.2rem}.loading:after{border:3px solid #374151;height:24px;margin-left:15px;width:24px}.error-message{border:1px solid #dc2626;border-radius:12px}.product-header-detail{align-items:flex-start;background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:20px;box-shadow:0 8px 32px #0000004d;display:flex;gap:2rem;justify-content:space-between;overflow:hidden;padding:2.5rem;position:relative}.product-header-detail:before{background:linear-gradient(90deg,#00d4ff,#5865f2,#10b981);content:"";height:4px;left:0;position:absolute;right:0;top:0}.product-info-main h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;margin:0 0 .5rem}.product-symbol-large{color:#9ca3af;font-family:JetBrains Mono,Fira Code,monospace;font-size:1.2rem;font-weight:600;letter-spacing:2px;margin:0 0 1rem;text-transform:uppercase}.product-category-badge{background:linear-gradient(135deg,#00d4ff,#0ea5e9);border-radius:25px;box-shadow:0 4px 12px #00d4ff4d;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:1px;padding:.6rem 1.2rem;text-transform:uppercase}.product-price-main{background:#10b9811a;border:2px solid #10b98133;border-radius:16px;min-width:200px;padding:2rem;text-align:right}.current-price{align-items:baseline;display:flex;gap:.25rem;justify-content:flex-end;margin-bottom:.5rem}.current-price .currency{color:#10b981;font-size:1.5rem;font-weight:700}.current-price .amount{color:#10b981;font-family:JetBrains Mono,Fira Code,monospace;font-size:2.5rem;font-weight:900;text-shadow:0 2px 4px #10b9814d}.per-unit{color:#6b7280;font-size:1rem;font-weight:500;margin:0}.product-details-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr}.chart-section,.product-info-section{background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:16px;box-shadow:0 4px 20px #0003;padding:2rem}.chart-section h3,.product-info-section h3{border-bottom:2px solid #5865f24d;color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;position:relative}.chart-section h3:after,.product-info-section h3:after{background:linear-gradient(90deg,#5865f2,#00d4ff);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:50px}.info-grid{gap:1.5rem}.info-grid,.info-item{display:flex;flex-direction:column}.info-item{gap:.5rem}.info-item label{color:#9ca3af;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-item p,.info-item span{color:#fff;font-size:1.1rem;font-weight:500}.risk-level{border-radius:20px;display:inline-block;font-weight:700;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.risk-level.low{background:#22c55e33;border:1px solid #22c55e4d;color:#22c55e}.risk-level.medium{background:#f59e0b33;border:1px solid #f59e0b4d;color:#f59e0b}.risk-level.high{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.description p{color:#cbd5e1;line-height:1.7;margin:0}.chart-container{border-radius:12px;height:300px;padding:1rem}.investment-section{background:linear-gradient(145deg,#1e293b,#334155);border:1px solid #475569;border-radius:16px;box-shadow:0 8px 32px #0000004d;padding:2.5rem}.investment-section h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 2rem;padding-bottom:1rem;position:relative;text-align:center}.investment-section h3:after{background:linear-gradient(90deg,#10b981,#059669);border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.investment-form{gap:2rem}.form-group,.investment-form{display:flex;flex-direction:column}.form-group{gap:.75rem}.form-group label{color:#e2e8f0;font-size:1rem;font-weight:600}.form-group input{background:#0f1419cc;border:2px solid #374151;border-radius:12px;color:#fff;font-family:JetBrains Mono,Fira Code,monospace;font-size:1.1rem;font-weight:600;padding:1rem 1.25rem;transition:all .3s ease}.form-group input:focus{background:#0f1419;border-color:#10b981;box-shadow:0 0 0 4px #10b9811a;outline:none}.form-group small{color:#9ca3af;font-size:.85rem;font-style:italic}.investment-summary{background:#0f141999;border:1px solid #374151;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.investment-summary p{align-items:center;display:flex;font-size:1rem;justify-content:space-between;margin:0}.investment-summary strong{color:#e2e8f0;font-weight:600}.product-actions-detail{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:12px;font-size:1rem;font-weight:700;min-width:180px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:#ffffff1a;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:0}.btn:hover:before{height:300px;width:300px}.btn-primary{box-shadow:0 4px 16px #10b98166}.btn-primary:hover{box-shadow:0 8px 25px #10b98180}.btn-primary:disabled{background:#374151;box-shadow:none;color:#6b7280;cursor:not-allowed;transform:none}.btn-outline{border:2px solid #00d4ff;color:#00d4ff}.btn-outline:hover{background:#00d4ff1a;box-shadow:0 8px 25px #00d4ff4d}.btn-secondary{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;box-shadow:0 4px 16px #f59e0b66;color:#fff}.btn-secondary:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 8px 25px #f59e0b80;transform:translateY(-2px)}.auth-prompt{background:#5865f21a;border:2px dashed #5865f2;border-radius:16px;padding:2rem;text-align:center;width:100%}.auth-prompt p{color:#cbd5e1;font-size:1.1rem;margin:0 0 1.5rem}@media (max-width:1024px){.product-details-grid{grid-template-columns:1fr}.chart-container{height:250px}}@media (max-width:768px){.product-detail-container{padding:1rem}.product-header-detail{flex-direction:column;padding:2rem;text-align:center}.current-price .amount,.product-info-main h1{font-size:2rem}.product-price-main{min-width:auto;text-align:center;width:100%}.product-actions-detail{flex-direction:column}.btn{min-width:auto}.investment-section{padding:2rem 1.5rem}.chart-container{height:200px}}@media (max-width:480px){.product-detail-container{padding:.5rem}.product-info-main h1{font-size:1.5rem}.product-symbol-large{font-size:1rem}.current-price .amount{font-size:1.5rem}.chart-section,.investment-section,.product-info-section{padding:1.5rem}.investment-summary{padding:1rem}.investment-summary p{align-items:flex-start;flex-direction:column;gap:.25rem}}@media (prefers-reduced-motion:reduce){.btn,.btn:before,.form-group input,.loading:after{animation:none;transition:none}.btn-primary:hover,.btn:hover{transform:none}}.btn:focus,.form-group input:focus{outline:3px solid #00d4ff;outline-offset:2px}@media (prefers-contrast:high){.product-detail-container{background:#000;color:#fff}.chart-section,.form-group input,.investment-section,.product-header-detail,.product-info-section{background:#000;border-color:#fff}}.dashboard-container{background-color:#0f1419;color:#e6e8eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem}.loading:after{border-top-color:#00d4ff}.dashboard-header{margin-bottom:2rem;padding:2rem 0;text-align:center}.dashboard-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#5865f2,#10b981);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin:0 0 .5rem;text-shadow:0 4px 8px #0000004d}.dashboard-header p{color:#9ca3af;font-size:1.3rem;font-weight:500;margin:0}.kyc-warning{align-items:center;animation:gentle-bounce 3s ease-in-out infinite;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:16px;box-shadow:0 4px 20px #f59e0b4d;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.kyc-warning p{font-size:1.1rem;font-weight:600;margin:0}.dashboard-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.stat-card{background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:20px;box-shadow:0 8px 32px #0000004d;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:before{background:linear-gradient(90deg,#00d4ff,#5865f2);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.stat-card:hover{border-color:#5865f2;box-shadow:0 12px 40px #0006;transform:translateY(-5px)}.stat-card:hover:before{opacity:1}.stat-value{color:#fff;font-family:JetBrains Mono,Fira Code,monospace;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.stat-label{color:#9ca3af;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.dashboard-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.dashboard-section{background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:20px;box-shadow:0 8px 32px #0000004d;padding:2rem}.dashboard-section:nth-child(3),.dashboard-section:nth-child(4){grid-column:1/-1}.dashboard-section h3{border-bottom:2px solid #5865f24d;color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem;position:relative}.dashboard-section h3:after{background:linear-gradient(90deg,#5865f2,#00d4ff);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.chart-container{align-items:center;background:#0f141980;border:1px solid #374151;border-radius:16px;display:flex;height:350px;justify-content:center;padding:1.5rem}.empty-state{background:#37415133;border-radius:16px;color:#9ca3af;padding:3rem 2rem}.empty-state p{font-weight:500;margin:0 0 1.5rem}.holdings-table{background:#0f141980;border:1px solid #374151;border-radius:12px;overflow-x:auto}.holdings-table table{border-collapse:collapse;font-size:.95rem;width:100%}.holdings-table th{background:#5865f21a;border-bottom:2px solid #374151;color:#e2e8f0;font-size:.85rem;font-weight:700;letter-spacing:.5px;padding:1rem .75rem;text-align:left;text-transform:uppercase}.holdings-table td{border-bottom:1px solid #374151;color:#cbd5e1;padding:1rem .75rem}.holdings-table tbody tr:hover{background:#5865f20d}.product-cell{display:flex;flex-direction:column;gap:.25rem}.product-cell strong{color:#fff;font-weight:600}.product-cell small{color:#9ca3af;font-family:JetBrains Mono,Fira Code,monospace;letter-spacing:.5px;text-transform:uppercase}.positive{color:#22c55e;font-weight:600}.negative{color:#ef4444;font-weight:600}.transactions-list{display:flex;flex-direction:column;gap:1rem}.transaction-item{grid-gap:1rem;align-items:center;background:#0f141980;border:1px solid #374151;border-radius:12px;display:grid;gap:1rem;grid-template-columns:1fr auto auto;padding:1.5rem;transition:all .3s ease}.transaction-item:hover{background:#5865f20d;border-color:#5865f2}.transaction-info{display:flex;flex-direction:column;gap:.25rem}.transaction-info strong{color:#fff;font-weight:600}.transaction-type{background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.2rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.transaction-item.buy{background:#22c55e26;border-left:4px solid #22c55e}.transaction-item.sell{background:#ef444426;border-left:4px solid #ef4444}.transaction-details{color:#cbd5e1;display:flex;flex-direction:column;gap:.25rem;text-align:right}.transaction-amount{color:#10b981}.transaction-date{color:#9ca3af;font-size:.9rem;text-align:right}.view-all-link{border:2px dashed #00d4ff;border-radius:8px;color:#00d4ff;font-weight:600;margin-top:.5rem;padding:1rem;text-align:center;text-decoration:none;transition:all .3s ease}.view-all-link:hover{background:#00d4ff1a;transform:translateY(-1px)}.btn{border-radius:8px;padding:.75rem 1.5rem}@media (max-width:1200px){.dashboard-content{grid-template-columns:1fr}.dashboard-section:nth-child(3),.dashboard-section:nth-child(4){grid-column:1}}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header h1{font-size:2.5rem}.dashboard-header p{font-size:1.1rem}.dashboard-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-card{padding:1.5rem}.stat-value{font-size:2rem}.kyc-warning{flex-direction:column;gap:1rem;text-align:center}.chart-container{height:250px;padding:1rem}.dashboard-section{padding:1.5rem}.holdings-table{font-size:.85rem}.holdings-table td,.holdings-table th{padding:.75rem .5rem}.transaction-item{gap:.75rem;grid-template-columns:1fr;text-align:center}.transaction-date,.transaction-details{text-align:center}}@media (max-width:480px){.dashboard-container{padding:.5rem}.dashboard-header h1{font-size:2rem}.dashboard-stats{grid-template-columns:1fr}.stat-value{font-size:1.8rem}.chart-container{height:200px}.dashboard-section{padding:1rem}.holdings-table{font-size:.8rem}.holdings-table td,.holdings-table th{padding:.5rem .25rem}}@media (prefers-reduced-motion:reduce){.btn,.kyc-warning,.loading:after,.stat-card,.transaction-item,.view-all-link{animation:none;transition:none}.btn:hover,.stat-card:hover{transform:none}}.btn:focus,.view-all-link:focus{outline:3px solid #00d4ff;outline-offset:2px}@media (prefers-contrast:high){.dashboard-container{background:#000;color:#fff}.dashboard-section,.stat-card,.transaction-item{background:#000;border-color:#fff}.positive{color:#0f0}.negative{color:red}}.transactions-container{background-color:#0f1419;color:#e6e8eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem}.loading:after{border-top-color:#10b981}.transactions-header{margin-bottom:3rem;padding:2rem 0}.transactions-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#00d4ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin:0 0 2rem;text-align:center}.transaction-summary{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.summary-item{align-items:center;background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:16px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.summary-item:before{background:linear-gradient(90deg,#10b981,#00d4ff);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.summary-item:hover{box-shadow:0 12px 40px #0006;transform:translateY(-3px)}.summary-item:hover:before{opacity:1}.summary-label{color:#9ca3af;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.summary-value{color:#fff;font-family:JetBrains Mono,Fira Code,monospace;font-size:2rem;font-weight:900;text-shadow:0 2px 4px #0000004d}.summary-value.positive{color:#10b981}.summary-value.negative{color:#ef4444}.transactions-controls{align-items:center;background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:16px;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1.5rem}.filter-group,.sort-group{align-items:center;display:flex;gap:1rem}.filter-group label,.sort-group label{color:#e2e8f0;font-size:.95rem;font-weight:600;white-space:nowrap}.filter-group select,.sort-group select{background:#0f1419cc;border:2px solid #374151;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;min-width:180px;padding:.75rem 1rem;transition:all .3s ease}.filter-group select:hover,.sort-group select:hover{background:#10b9810d;border-color:#10b981}.filter-group select:focus,.sort-group select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.filter-group select option,.sort-group select option{background:#1a202c;color:#fff;padding:.5rem}.transactions-table-container{background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:16px;box-shadow:0 8px 32px #0000004d;overflow:hidden}.transactions-table{border-collapse:collapse;font-size:.95rem;width:100%}.transactions-table thead{background:#10b9811a;border-bottom:2px solid #374151}.transactions-table th{color:#e2e8f0;font-size:.85rem;font-weight:700;letter-spacing:.5px;padding:1.25rem 1rem;position:relative;text-align:left;text-transform:uppercase}.transactions-table th:after{background:linear-gradient(90deg,#0000,#10b981,#0000);bottom:0;content:"";height:1px;left:1rem;position:absolute;right:1rem}.transactions-table td{border-bottom:1px solid #374151;color:#cbd5e1;padding:1rem;vertical-align:top}.transactions-table tbody tr{transition:all .3s ease}.transactions-table tbody tr:hover{background:#10b9810d}.transaction-date{color:#fff;font-family:JetBrains Mono,Fira Code,monospace;font-weight:600}.transaction-date small{color:#9ca3af;display:block;font-size:.8rem;margin-top:.25rem}.product-info{min-width:200px}.product-name{font-weight:600;margin-bottom:.25rem}.product-symbol{font-size:.85rem;letter-spacing:.5px}.transaction-amount{font-family:JetBrains Mono,Fira Code,monospace;font-size:1rem;font-weight:700}.status-badge{border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.4rem .8rem;text-transform:uppercase}.status-badge.completed{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.status-badge.pending{background:#f59e0b33;border:1px solid #f59e0b4d;color:#f59e0b}.status-badge.failed{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.empty-state{border-radius:20px}.empty-icon{animation:gentle-pulse 3s ease-in-out infinite}@keyframes gentle-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.btn{padding:1rem 2rem}.btn-primary{box-shadow:0 4px 16px #10b9814d}@media (max-width:1200px){.transactions-table-container{overflow-x:auto}.transactions-table{min-width:900px}}@media (max-width:768px){.transactions-container{padding:1rem}.transactions-header h1{font-size:2.5rem}.transaction-summary{gap:1rem;grid-template-columns:1fr}.summary-item{padding:1.5rem}.summary-value{font-size:1.75rem}.transactions-controls{align-items:stretch;flex-direction:column;gap:1rem;padding:1.25rem}.filter-group,.sort-group{align-items:stretch;flex-direction:column;gap:.5rem}.filter-group select,.sort-group select{min-width:auto}.transactions-table{font-size:.85rem}.transactions-table td,.transactions-table th{padding:.75rem .5rem}.empty-state{padding:3rem 1.5rem}}@media (max-width:480px){.transactions-container{padding:.5rem}.transactions-header h1{font-size:2rem}.summary-item{padding:1rem}.summary-value{font-size:1.5rem}.transactions-controls{padding:1rem}.transactions-table{font-size:.8rem}.empty-state{padding:2rem 1rem}.empty-icon{font-size:3rem}}@media (prefers-reduced-motion:reduce){.btn,.empty-icon,.loading:after,.summary-item,.transactions-table tbody tr{animation:none;transition:none}.btn:hover,.summary-item:hover{transform:none}}.btn:focus,.filter-group select:focus,.sort-group select:focus{outline:3px solid #00d4ff;outline-offset:2px}@media (prefers-contrast:high){.transactions-container{background:#000;color:#fff}.empty-state,.summary-item,.transactions-controls,.transactions-table-container{background:#000;border-color:#fff}.product-name,.transaction-date,.transactions-table th{color:#fff}.summary-value.positive{color:#0f0}.summary-value.negative{color:red}}.watchlist-container{background-color:#0f1419;color:#e6e8eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem}.loading{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);border-radius:20px;color:#9ca3af;display:flex;font-size:1.3rem;justify-content:center;margin:2rem auto;max-width:600px;min-height:60vh;position:relative}.loading:after{animation:spin 1s linear infinite;border:4px solid #374151;border-radius:50%;border-top-color:#5865f2;content:"";height:30px;margin-left:20px;width:30px}.error-message{background:linear-gradient(135deg,#1f1b2e,#2d1b2e);border:2px solid #dc2626;border-radius:16px;box-shadow:0 8px 32px #dc262633;color:#fca5a5;font-size:1.1rem;font-weight:600;margin:2rem auto;max-width:600px;padding:2rem;text-align:center}.watchlist-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.watchlist-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5865f2,#00d4ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin:0 0 .5rem;position:relative}.watchlist-header h1:after{content:"👁️";filter:drop-shadow(0 2px 8px rgba(88,101,242,.4));font-size:2rem;position:absolute;right:-60px;top:0}.watchlist-header p{color:#9ca3af;font-size:1.2rem;font-weight:500;margin:0}.watchlist-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:3rem}.watchlist-card{background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:20px;box-shadow:0 8px 32px #0000004d;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.watchlist-card:before{background:linear-gradient(90deg,#5865f2,#00d4ff,#10b981);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.watchlist-card:hover{border-color:#5865f2;box-shadow:0 12px 40px #0006;transform:translateY(-5px)}.watchlist-card:hover:before{opacity:1}.watchlist-card-header{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:1.25rem;position:relative}.product-category{background:#5865f226;border:1px solid #5865f24d;border-radius:20px;color:#5865f2;font-size:.8rem}.product-category,.risk-badge{font-weight:700;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.risk-badge{border-radius:20px;box-shadow:0 2px 4px #0003;color:#fff;font-size:.75rem;text-shadow:0 1px 2px #0000004d}.remove-btn{align-items:center;background:#ef444433;border:1px solid #ef44444d;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:32px;justify-content:center;position:absolute;right:0;top:0;transition:all .3s ease;width:32px}.remove-btn:hover{background:#ef44444d;box-shadow:0 4px 12px #ef44444d;transform:scale(1.1)}.watchlist-content{margin-bottom:1.5rem}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1.3rem;font-weight:700;line-height:1.3;margin:0 0 .5rem;overflow:hidden}.product-symbol{color:#9ca3af;font-family:JetBrains Mono,Fira Code,monospace;font-size:.95rem;font-weight:600;letter-spacing:1px;margin:0 0 1rem;text-transform:uppercase}.product-price{align-items:baseline;background:#10b9811a;border:1px solid #10b98133;border-radius:12px;display:flex;gap:.25rem;margin-bottom:1rem;padding:1rem}.currency{color:#10b981;font-size:1.1rem;font-weight:600}.amount{color:#10b981;font-family:JetBrains Mono,Fira Code,monospace;font-size:1.6rem;font-weight:800;text-shadow:0 1px 2px #10b9814d}.unit{color:#6b7280;font-size:.85rem;font-weight:500;margin-left:auto}.key-metric{align-items:center;background:#5865f21a;border:1px solid #5865f233;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.metric-name{color:#d1d5db;font-size:.9rem;font-weight:500}.metric-value{color:#5865f2;font-family:JetBrains Mono,Fira Code,monospace;font-size:1.1rem;font-weight:700}.product-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#9ca3af;display:-webkit-box;font-size:.9rem;line-height:1.6;margin:0;overflow:hidden}.watchlist-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;flex:1 1;font-size:.9rem;font-weight:600;justify-content:center;letter-spacing:.5px;min-width:130px;padding:.875rem 1.25rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-outline{background:#0000;border:2px solid #374151;color:#d1d5db}.btn-outline:hover{background:#3741514d;border-color:#6b7280;box-shadow:0 4px 12px #0003;color:#fff;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);border:2px solid #0000;box-shadow:0 4px 12px #10b9814d;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.empty-state{background:linear-gradient(145deg,#1a202c,#2d3748);border:2px dashed #374151;border-radius:24px;margin:2rem auto;max-width:600px;padding:4rem 2rem;text-align:center}.empty-icon{animation:gentle-float 3s ease-in-out infinite;font-size:4rem;margin-bottom:1.5rem;opacity:.7}@keyframes gentle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.empty-state h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.empty-state p{color:#9ca3af;font-size:1.1rem;line-height:1.6;margin:0 0 2rem}.watchlist-info{background:linear-gradient(145deg,#1a202c,#2d3748);border:1px solid #374151;border-radius:20px;box-shadow:0 8px 32px #0000004d;margin-top:3rem;padding:2.5rem}.watchlist-info h3{border-bottom:2px solid #5865f24d;color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;position:relative}.watchlist-info h3:after{background:linear-gradient(90deg,#5865f2,#00d4ff);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.watchlist-info ul{grid-gap:1rem;display:grid;gap:1rem;list-style:none;margin:0;padding:0}.watchlist-info li{color:#cbd5e1;font-size:1rem;line-height:1.6;padding-left:2rem;position:relative}.watchlist-info li:before{color:#10b981;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute;top:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.watchlist-container{padding:1rem}.watchlist-header h1{font-size:2.5rem}.watchlist-header h1:after{font-size:1.5rem;right:-45px}.watchlist-header p{font-size:1rem}.watchlist-grid{gap:1.5rem;grid-template-columns:1fr}.watchlist-card{padding:1.25rem}.watchlist-card-header{align-items:flex-start;flex-direction:column}.remove-btn{align-self:flex-end;margin-top:-2rem;position:static}.watchlist-actions{flex-direction:column}.btn{min-width:auto}.empty-state{padding:3rem 1.5rem}.watchlist-info{padding:2rem}}@media (max-width:480px){.watchlist-container{padding:.5rem}.watchlist-header h1{font-size:2rem}.watchlist-header h1:after{font-size:1.25rem;right:-35px}.watchlist-card{padding:1rem}.product-name{font-size:1.1rem}.amount{font-size:1.4rem}.empty-state{padding:2rem 1rem}.empty-icon{font-size:3rem}.watchlist-info{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.btn,.empty-icon,.loading:after,.remove-btn,.watchlist-card{animation:none;transition:none}.btn:hover,.watchlist-card:hover{transform:none}}.btn:focus,.remove-btn:focus{outline:3px solid #00d4ff;outline-offset:2px}@media (prefers-contrast:high){.watchlist-container{background:#000;color:#fff}.empty-state,.watchlist-card,.watchlist-info{background:#000;border-color:#fff}.product-name{color:#fff}.btn-outline{border-color:#fff;color:#fff}}body{background-color:#0f1419}
/*# sourceMappingURL=main.323cb7e7.css.map*/