@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.login-container{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden;background:#0a0e27}.login-container:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);z-index:0}.login-visual{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px;z-index:1;overflow:hidden}.login-visual:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(14,165,233,.15) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}.login-visual:after{content:"";position:absolute;bottom:-30%;left:-30%;width:150%;height:150%;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 70%);animation:pulse 10s ease-in-out infinite reverse}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.visual-content{position:relative;z-index:2;text-align:center;max-width:500px}.logo-large{height:80px;width:auto;margin-bottom:40px;filter:drop-shadow(0 8px 24px rgba(14,165,233,.4));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.brand-title{font-size:48px;font-weight:800;background:linear-gradient(135deg,#0ea5e9,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;letter-spacing:-1px;line-height:1.2}.brand-subtitle{font-size:20px;color:#94a3b8;font-weight:400;line-height:1.6;margin-bottom:60px}.trading-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:60px}.stat-item{text-align:left;padding:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.stat-item:hover{background:#ffffff0d;border-color:#0ea5e94d;transform:translateY(-4px)}.stat-value{font-size:32px;font-weight:700;background:linear-gradient(135deg,#0ea5e9,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.stat-label{font-size:14px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.login-form-section{position:relative;display:flex;align-items:center;justify-content:center;padding:60px;background:#fff;z-index:1}.login-card{width:100%;max-width:440px;animation:slideIn .6s cubic-bezier(.16,1,.3,1)}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.logo-container{text-align:center;margin-bottom:48px}.logo{height:56px;width:auto;opacity:0}.form-section h2{font-size:36px;font-weight:700;color:#0f172a;margin:0 0 12px;letter-spacing:-1px}.form-subtitle{color:#64748b;font-size:16px;margin:0 0 40px;font-weight:400;line-height:1.6}.input-wrapper{margin-bottom:24px;position:relative}.input-wrapper input{width:100%;padding:16px 20px;font-size:16px;font-weight:400;color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;outline:none}.input-wrapper input:focus{background:#fff;border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91a;transform:translateY(-2px)}.input-wrapper input::placeholder{color:#94a3b8;font-weight:400}.btn-primary{width:100%;padding:18px 24px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#0ea5e9,#3b82f6);border:none;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;box-shadow:0 4px 14px #0ea5e966;margin-top:8px;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0ea5e980;background:linear-gradient(135deg,#0284c7,#2563eb)}.btn-primary:active{transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-footer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;font-size:15px;color:#64748b}.link-button{background:none;border:none;color:#0ea5e9;cursor:pointer;font-size:15px;font-weight:600;padding:0;transition:all .2s ease;font-family:Inter,sans-serif}.link-button:hover{color:#0284c7;text-decoration:underline}.forgot-password{text-align:right;width:100%;display:block;margin-top:8px;margin-bottom:24px;font-size:15px}.error-message{background:#fef2f2;border:2px solid #fecaca;color:#dc2626;padding:14px 18px;border-radius:12px;font-size:14px;margin-bottom:24px;text-align:center;font-weight:500;animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.chart-decoration{position:absolute;width:300px;height:200px;opacity:.06;pointer-events:none;z-index:0}.chart-1{top:15%;right:10%;background:url("data:image/svg+xml,%3Csvg width='300' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 180 L60 120 L100 140 L140 80 L180 100 L220 60 L260 80 L280 40' stroke='%230ea5e9' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='60' cy='120' r='4' fill='%230ea5e9'/%3E%3Ccircle cx='140' cy='80' r='4' fill='%230ea5e9'/%3E%3Ccircle cx='220' cy='60' r='4' fill='%230ea5e9'/%3E%3C/svg%3E") no-repeat;animation:floatSlow 12s ease-in-out infinite}.chart-2{bottom:20%;left:15%;background:url("data:image/svg+xml,%3Csvg width='250' height='180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 150 L70 100 L110 130 L150 70 L190 90 L230 50' stroke='%238b5cf6' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='70' cy='100' r='4' fill='%238b5cf6'/%3E%3Ccircle cx='150' cy='70' r='4' fill='%238b5cf6'/%3E%3C/svg%3E") no-repeat;animation:floatSlow 15s ease-in-out infinite reverse}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}.btn-primary:disabled:after{content:"";display:inline-block;width:16px;height:16px;margin-left:10px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:968px){.login-container{grid-template-columns:1fr}.login-container:before{width:100%;height:40%}.login-visual{padding:40px 30px;min-height:300px}.brand-title{font-size:36px}.brand-subtitle{font-size:18px;margin-bottom:40px}.trading-stats{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}.stat-item{padding:20px}.stat-value{font-size:24px}.login-form-section{padding:40px 30px;min-height:calc(100vh - 300px)}.chart-decoration{display:none}}.name-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.select-wrapper{margin-bottom:24px;position:relative}.select-field{width:100%;padding:16px 50px 16px 20px;font-size:16px;font-weight:400;color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center}.select-field:focus{background:#fff;border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91a;transform:translateY(-2px)}.select-field:hover{border-color:#cbd5e0}.checkbox-wrapper{margin-bottom:24px}.checkbox-label{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#475569;cursor:pointer;line-height:1.6}.checkbox-label input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#0ea5e9;border:2px solid #e2e8f0;border-radius:4px}.checkbox-label input[type=checkbox]:checked{background-color:#0ea5e9;border-color:#0ea5e9}.terms-link{color:#0ea5e9;text-decoration:none;font-weight:600;transition:all .2s ease}.terms-link:hover{color:#0284c7;text-decoration:underline}.age-warning-message{background:#fef3c7;border:2px solid #fbbf24;color:#92400e;padding:14px 18px;border-radius:12px;font-size:14px;margin-bottom:24px;text-align:center;font-weight:500;animation:shake .4s ease}@media(max-width:640px){.login-visual{padding:30px 20px;min-height:250px}.brand-title{font-size:28px}.brand-subtitle{font-size:16px;margin-bottom:30px}.trading-stats{gap:12px;margin-top:30px}.stat-item{padding:16px}.stat-value{font-size:20px}.stat-label{font-size:12px}.login-form-section{padding:30px 20px}.form-section h2{font-size:28px}.form-subtitle{font-size:15px;margin-bottom:32px}.btn-primary{padding:16px 20px;font-size:15px}.name-row{grid-template-columns:1fr;gap:0}}.input-wrapper{margin-bottom:20px}.input-field{width:100%;padding:14px 16px;font-size:15px;border:2px solid #e2e8f0;border-radius:10px;background-color:#f7fafc;color:#1a202c;transition:all .2s;box-sizing:border-box;font-family:inherit}.input-field:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.input-field::placeholder{color:#a0aec0}.input-field:hover{border-color:#cbd5e0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.home-container{min-height:100vh;background-color:#fff}.home-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 2.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-left{display:flex;gap:1.5rem;align-items:center;flex:1}.index-item{display:flex;flex-direction:column;gap:.375rem}.index-box{padding:.5rem .875rem;background:linear-gradient(135deg,#fff,#fafbfc);border:1px solid #e2e8f0;border-radius:8px;transition:all .3s ease;box-shadow:0 1px 2px #0000000a;min-width:130px}.index-box:hover{background:linear-gradient(135deg,#fafbfc,#f1f5f9);border-color:#cbd5e1;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.index-name{font-size:.625rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem}.index-details{display:flex;align-items:center;gap:.5rem}.index-value{font-size:1rem;font-weight:700;color:#1e293b}.index-change{font-size:.6875rem;font-weight:600;padding:.1875rem .5rem;border-radius:4px;background-color:#16a34a1a}.index-change.positive{color:#16a34a;background-color:#16a34a1f}.index-change.negative{color:#dc2626;background-color:#dc26261f}.positive{color:#16a34a}.negative{color:#dc2626}.header-center{display:flex;align-items:center;justify-content:center;flex:1;max-width:200px}.header-logo{height:36px;width:auto;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));transition:transform .2s ease}.header-logo:hover{transform:scale(1.05)}.header-right{display:flex;gap:.5rem;align-items:center;flex:1;justify-content:flex-end}.nav-item{background:none;border:none;font-size:.9375rem;font-weight:500;color:#64748b;cursor:pointer;padding:.625rem 1rem;transition:all .2s ease;position:relative;border-radius:6px}.nav-item:hover{color:#334155;background-color:#f1f5f9}.nav-item.active{color:#ff6b35;background-color:#fff5f2;font-weight:600}.nav-item.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:24px;height:3px;background-color:#ff6b35;border-radius:3px 3px 0 0}.logout-btn:hover{color:#991b1b!important;background-color:#fee2e2!important}.profile-avatar-btn{margin-left:.5rem}.profile-avatar-btn:hover{transform:scale(1.05);box-shadow:0 2px 8px #ff6b3533}.profile-avatar-btn.active{box-shadow:0 2px 12px #ff6b354d}.profile-avatar-btn.active:after{display:none}.home-body{display:flex;height:calc(100vh - 80px);overflow:hidden}.watchlist-sidebar{width:400px;background-color:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;overflow:hidden}.watchlist-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e5e5;text-align:center}.watchlist-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#333}.watchlist-tabs{display:flex;border-bottom:1px solid #e5e5e5;padding:0 1rem}.watchlist-tab{flex:1;padding:.75rem 1rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.watchlist-tab:hover{color:#334155;background-color:#f8fafc}.watchlist-tab.active{color:#ff6b35;border-bottom-color:#ff6b35;font-weight:600}.watchlist-search{position:relative;padding:1rem;border-bottom:1px solid #e5e5e5}.search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);pointer-events:none}.watchlist-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.875rem;outline:none;transition:border-color .2s ease}.watchlist-search-input:focus{border-color:#ff6b35}.watchlist-search-input::placeholder{color:#999}.watchlist-items{flex:1;overflow-y:auto;padding:.5rem 0}.watchlist-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.watchlist-item:hover{background-color:#f9f9f9}.watchlist-item-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.watchlist-item-name{font-size:.875rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watchlist-item-volume{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#999;flex-shrink:0}.watchlist-item-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.watchlist-item-actions{display:flex;gap:.25rem;opacity:0;transition:opacity .2s ease}.watchlist-item:hover .watchlist-item-actions{opacity:1}.action-btn{width:24px;height:24px;border:none;border-radius:2px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.up-btn{background-color:#dcfce7;color:#16a34a}.up-btn:hover{background-color:#16a34a;color:#fff}.down-btn{background-color:#fee2e2;color:#dc2626}.down-btn:hover{background-color:#dc2626;color:#fff}.watchlist-item-indicator{font-size:1rem;font-weight:700;min-width:20px;text-align:center}.watchlist-item-indicator.positive{color:#16a34a}.watchlist-item-indicator.negative{color:#dc2626}.watchlist-item-indicator.neutral{color:#999}.watchlist-item-change{font-size:.875rem;font-weight:500;white-space:nowrap}.watchlist-item-change.positive{color:#16a34a}.watchlist-item-change.negative{color:#dc2626}.watchlist-item-change.neutral{color:#999}.watchlist-item-value{font-size:.875rem;font-weight:600;min-width:80px;text-align:right}.watchlist-item-value.positive{color:#16a34a}.watchlist-item-value.negative{color:#dc2626}.watchlist-item-value.neutral{color:#333}.watchlist-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid #e5e5e5}.pagination-numbers{display:flex;gap:.5rem}.pagination-number{background:none;border:none;font-size:.875rem;font-weight:500;color:#999;cursor:pointer;padding:.5rem .75rem;border-radius:4px;transition:all .2s ease}.pagination-number:hover{background-color:#f5f5f5;color:#666}.pagination-number.active{color:#ff6b35;background-color:#fff5f2}.home-content{flex:1;padding:1rem;overflow-y:auto;display:flex;justify-content:flex-start;align-items:flex-start;background-color:#fafafa}.portfolio-summary{width:100%;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-top:.5rem}.portfolio-tabs{display:flex;border-bottom:1px solid #e5e5e5;padding:0 1.5rem}.portfolio-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;color:#999;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:.9375rem;font-weight:500}.portfolio-tab:hover{color:#666}.portfolio-tab.active{color:#ff6b35;border-bottom-color:#ff6b35}.portfolio-section{padding:2rem 1.5rem;border-bottom:1px solid #e5e5e5}.portfolio-header{margin-bottom:1.5rem}.portfolio-header h3{font-size:1rem;font-weight:600;color:#333;margin:0}.portfolio-stats{display:flex;align-items:center;gap:2rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.875rem;color:#999;font-weight:400}.stat-value{font-size:1rem;color:#333;font-weight:600}.stat-value.large{font-size:2rem;font-weight:700;color:#333}.stat-value.green{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#10b981}.stat-value.negative{background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#dc2626}.stat-change{font-size:.875rem;font-weight:500;margin-left:.5rem}.stat-change.negative{background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#dc2626}.stat-divider{width:1px;height:40px;background-color:#e5e5e5}.commodity-section{display:flex;justify-content:space-between;align-items:center}.commodity-empty{display:flex;align-items:center;gap:1.5rem}.commodity-text{display:flex;flex-direction:column;gap:1rem}.commodity-main{font-size:.9375rem;color:#999;margin:0}.commodity-btn{background-color:#2563eb;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;width:fit-content}.commodity-btn:hover{background-color:#1d4ed8}.commodity-stat{flex-shrink:0}.holdings-section{padding:2rem 1.5rem}.holdings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.holdings-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#333}.holdings-gift{display:flex;align-items:center}.gift-icon{width:100px;height:auto}.holdings-stats{display:flex;align-items:flex-start;gap:3rem;margin-bottom:2rem;padding:1.5rem;background-color:#fafafa;border-radius:6px}.holdings-stat-item{display:flex;flex-direction:column;gap:.5rem}.holdings-divider{width:1px;height:60px;background-color:#e5e5e5}.holdings-progress{margin-bottom:2rem}.progress-bar{width:100%;height:32px;background-color:#e5e5e5;border-radius:4px;overflow:hidden;margin-bottom:1rem;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb,#a855f7);transition:width .3s ease}.progress-legend{display:flex;align-items:center;gap:2rem;font-size:.875rem;color:#666}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-dot.current{background-color:#3b82f6}.legend-dot.investment{background-color:#2563eb}.legend-dot.pnl{background-color:#a855f7}.holdings-footer{padding-top:1.5rem;border-top:1px solid #e5e5e5}.holdings-promo{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#fff7ed;border-radius:6px}.holdings-promo span{font-size:.9375rem;color:#333;font-weight:500}.promo-btn{background-color:#ff6b35;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.promo-btn:hover{background-color:#ff5722}.order-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.order-modal{background-color:#fff;border-radius:8px;width:90%;max-width:500px;max-height:95vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}.order-modal-header{background-color:#16a34a;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;border-radius:8px 8px 0 0}.order-modal-header.down-order{background-color:#dc2626}.order-modal-title{display:flex;flex-direction:column;gap:.5rem}.up-text,.down-text{color:#fff;font-size:1.125rem;font-weight:600}.stock-info{display:flex;gap:1rem;font-size:.875rem}.stock-exchange{color:#ffffffe6;font-weight:500}.stock-price{color:#fffffff2;font-weight:600;font-size:1rem}.modal-close{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.modal-close:hover{background-color:#ffffff1a}.modal-close svg path{stroke:#fff}.order-modal-body{padding:0;flex:1;overflow-y:auto;min-height:0}.order-tabs{display:flex;border-bottom:1px solid #e5e5e5;padding:0 1rem;gap:.5rem}.order-tab{padding:.75rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.order-tab:hover{color:#333}.order-tab.active{color:#2563eb;border-bottom-color:#2563eb}.order-form{padding:1rem 1.5rem}.order-row{margin-bottom:.875rem;display:flex;gap:.75rem}.order-field{flex:1;display:flex;flex-direction:column;gap:.375rem}.order-field label{font-size:.8125rem;color:#666;font-weight:500}.order-field input[type=number]{padding:.5rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.875rem;outline:none;transition:border-color .2s ease}.order-field input[type=number]:focus{border-color:#2563eb}.radio-group{display:flex;gap:1.5rem;align-items:center}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#333}.radio-label input[type=radio]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.radio-tag{font-size:.75rem;color:#999;background-color:#f5f5f5;padding:.125rem .5rem;border-radius:3px}.more-options{background:none;border:none;color:#2563eb;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;display:flex;align-items:center;gap:.25rem}.more-options:hover{text-decoration:underline}.checkbox-field{flex-direction:row;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#333}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.percentage{font-size:.75rem;color:#999}.order-info{margin-bottom:.75rem}.learn-more{color:#2563eb;font-size:.875rem;text-decoration:none}.learn-more:hover{text-decoration:underline}.order-margin{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background-color:#f9f9f9;border-radius:4px;font-size:.8125rem}.order-margin span:first-child{color:#666}.margin-value{font-weight:600;color:#333;margin-left:auto}.info-icon{background:none;border:none;color:#999;cursor:pointer;padding:0;font-size:1.25rem;line-height:1}.order-modal-footer{display:flex;gap:.75rem;padding:.875rem 1.5rem;border-top:1px solid #e5e5e5}.order-submit-btn{flex:1;padding:.625rem 1.25rem;border:none;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;color:#fff}.order-submit-btn.up{background-color:#16a34a}.order-submit-btn.up:hover{background-color:#15803d}.order-submit-btn.down{background-color:#dc2626}.order-submit-btn.down:hover{background-color:#b91c1c}.order-cancel-btn{flex:1;padding:.625rem 1.25rem;border:1px solid #e5e5e5;background-color:#fff;border-radius:4px;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.order-cancel-btn:hover{background-color:#f9f9f9;border-color:#d1d5db}@media screen and (max-width:768px){*{-webkit-tap-highlight-color:rgba(0,0,0,.1)}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden;position:relative}.home-container{min-height:100vh;min-height:-webkit-fill-available;width:100%;overflow-x:hidden}.home-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.75rem 1rem;gap:.5rem;height:auto;min-height:60px;position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 2px 4px #0000000d}.header-left{flex:1;display:flex;gap:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-right:3rem;min-width:0}.header-left::-webkit-scrollbar{display:none}.index-box{min-width:110px;flex-shrink:0;padding:.5rem .75rem}.index-name{font-size:.625rem;line-height:1.2}.index-value{font-size:.875rem;line-height:1.3}.index-change{font-size:.6875rem;padding:.1875rem .375rem;line-height:1.2}.header-center{order:0;flex:0 0 auto;max-width:120px;margin:0;position:absolute;left:50%;transform:translate(-50%)}.header-logo{height:28px;width:auto}.header-right{display:none}.home-body{flex-direction:column;height:auto;min-height:calc(100vh - 60px);overflow:visible;margin-top:60px}.watchlist-sidebar{width:100%;max-height:45vh;min-height:280px;border-right:none;border-bottom:1px solid #e5e5e5;display:flex;flex-direction:column;background:#fff}.watchlist-header{padding:1rem;flex-shrink:0}.watchlist-header h2{font-size:1rem}.watchlist-search{padding:.75rem;flex-shrink:0}.watchlist-search-input{font-size:16px;padding:.875rem 1rem .875rem 2.75rem}.watchlist-items{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.watchlist-item{padding:.875rem .75rem;min-height:56px;display:flex;align-items:center}.watchlist-item-name{font-size:.9375rem;font-weight:500}.watchlist-item-value{font-size:.9375rem;min-width:75px;text-align:right}.watchlist-item-change{font-size:.8125rem;min-width:55px;text-align:right}.action-btn{width:40px;height:40px;min-width:44px;min-height:44px;font-size:1.125rem;border-radius:8px;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.watchlist-pagination{padding:.75rem;flex-shrink:0}.pagination-number{min-width:44px;min-height:44px;padding:.625rem .875rem}.home-content{width:100%;padding:.5rem;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.portfolio-summary{box-shadow:0 1px 3px #0000001a;background:#fff;margin-top:0;border-radius:12px;overflow:hidden}.portfolio-header{padding:1rem!important}.portfolio-header h3{font-size:1.125rem}.portfolio-stats,.holdings-stats{flex-direction:column;gap:1rem;align-items:stretch;padding:1rem!important;background:#fafafa;border-radius:8px;margin:.5rem}.stat-item{width:100%;padding:.75rem;background:#fff;border-radius:8px;border:1px solid #e5e5e5}.stat-label{font-size:.8125rem;margin-bottom:.5rem;color:#64748b;font-weight:500}.stat-value{font-size:1.25rem;font-weight:600;color:#1e293b}.stat-value.large{font-size:1.875rem;line-height:1.2;font-weight:700}.stat-divider,.holdings-divider{display:none}.portfolio-section,.holdings-section{padding:1rem .75rem}.holdings-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0}.holdings-title{font-size:1rem}.holdings-gift{display:none}.holdings-stats{padding:1rem!important;gap:1rem}.progress-legend{flex-wrap:wrap;gap:.75rem;font-size:.8125rem}.legend-item{gap:.375rem}.legend-dot{width:10px;height:10px}.portfolio-section table,table{display:block;width:100%;font-size:.875rem}.portfolio-section table thead,table thead{display:none}.portfolio-section table tbody,table tbody{display:block;width:100%}.portfolio-section table tr,table tr{display:block;margin-bottom:.75rem;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1rem;box-shadow:0 2px 4px #00000014}.portfolio-section table td,table td{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border:none;text-align:left!important;font-size:.875rem;min-height:40px}.portfolio-section table td:first-child{font-weight:600;font-size:.9375rem;color:#1e293b;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0;margin-bottom:.5rem}.portfolio-section table td:not(:first-child):before{content:attr(data-label);font-weight:500;color:#64748b;font-size:.8125rem;margin-right:auto;flex-shrink:0}.order-modal-overlay{padding:0;align-items:flex-end;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.order-modal{width:100%;max-width:100%;height:92vh;max-height:92vh;border-radius:20px 20px 0 0;margin:0;display:flex;flex-direction:column;box-shadow:0 -4px 20px #00000026}.order-modal-header{border-radius:20px 20px 0 0;padding:1.25rem 1rem;flex-shrink:0;position:relative}.order-modal-title{font-size:1.125rem;line-height:1.4}.stock-info{font-size:.8125rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}.order-modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}.order-tabs{padding:.75rem 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.order-tab{padding:.625rem .875rem;font-size:.8125rem;white-space:nowrap;min-height:44px}.order-form{padding:1.25rem 1rem}.order-row{flex-direction:column;gap:1rem;margin-bottom:1.25rem}.order-field{width:100%}.order-field input[type=number],.order-field input[type=text]{font-size:16px;padding:.875rem 1rem;min-height:48px;width:100%;border-radius:10px;border:1.5px solid #e5e5e5;background:#fff;transition:border-color .2s ease}.order-field input[type=number]:focus,.order-field input[type=text]:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.order-field label{font-size:.875rem;margin-bottom:.5rem;display:block}.radio-group{flex-direction:column;gap:.75rem}.radio-label{padding:.875rem 1rem;min-height:48px;border:1.5px solid #e5e5e5;border-radius:10px;background:#fff;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}.radio-label:active{background:#f8fafc;border-color:#cbd5e1}.radio-label input[type=radio]:checked+span{color:#2563eb;font-weight:600}.checkbox-label{padding:.875rem;min-height:48px;border-radius:8px;transition:background .2s ease}.checkbox-label:active{background:#f8fafc}.order-margin{padding:1rem;font-size:.875rem;margin-top:1rem;border-radius:10px;border:1px solid #e5e5e5;background:#fafafa}.order-modal-footer{padding:1rem 1.25rem;flex-shrink:0;border-top:1px solid #e5e5e5;background:#fff;display:flex;gap:.75rem;box-shadow:0 -2px 8px #0000000d}.order-submit-btn,.order-cancel-btn{min-height:52px;font-size:1rem;font-weight:600;border-radius:12px;padding:.875rem 1.5rem;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.order-submit-btn:active{transform:scale(.98)}.order-cancel-btn:active{transform:scale(.98);background:#f1f5f9}div[style*=grid-template-columns]{grid-template-columns:1fr!important;gap:1.25rem!important}}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s ease}.mobile-menu-btn:active{background-color:#f1f5f9}@media screen and (max-width:768px){.mobile-menu-btn{display:flex;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);z-index:1001;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000001a}.header-right-overlay{display:none;position:fixed;inset:0;z-index:1000}.header-right-overlay.open{display:block}.header-right{display:none;position:fixed;top:0;right:0;bottom:0;width:280px;background:#fff;box-shadow:-4px 0 20px #0003;z-index:1001;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0;margin:0}.header-right.open{display:flex;flex-direction:column;padding:0;margin:0;animation:slideInRight .3s ease;align-items:stretch;justify-content:flex-start}.header-right.open .nav-item:first-child{margin-top:0;padding-top:1.5rem;border-top:none}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.nav-item{width:100%;text-align:left;padding:1rem 1.25rem;border-radius:0;min-height:52px;justify-content:flex-start;border-bottom:1px solid #f0f0f0;border-top:none;font-size:.9375rem;touch-action:manipulation;margin:0}.nav-item:active{background-color:#f8fafc;transform:scale(.98)}.nav-item.active{background-color:#fff5f2;color:#ff6b35;font-weight:600}.nav-item.active:after{left:0;transform:none;width:4px;height:100%;top:0;border-radius:0;background-color:#ff6b35}.profile-avatar-btn{width:100%;text-align:left;padding:1rem 1.25rem;border-radius:0;min-height:52px;justify-content:flex-start;border-top:none;font-size:.9375rem;touch-action:manipulation;margin:0;border:none;border-bottom:1px solid #f0f0f0}.profile-avatar-btn.active:after{left:0;transform:none;width:4px;height:100%;top:0;border-radius:0;background-color:#ff6b35}}.stat-value.negative{background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#dc2626!important}.stat-change.positive{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#10b981}.watchlist-item-qty{font-size:.75rem;color:#2563eb;background-color:#eff6ff;padding:.125rem .375rem;border-radius:4px;font-weight:500;margin-left:.5rem}@media screen and (max-width:768px){button,.action-btn,.pagination-number{min-width:44px;min-height:44px;touch-action:manipulation}button{-webkit-user-select:none;user-select:none}.watchlist-items::-webkit-scrollbar,.order-modal-body::-webkit-scrollbar{width:4px}.watchlist-items::-webkit-scrollbar-thumb,.order-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.holdings-stat-item{width:100%;padding:.75rem 0}.progress-bar{height:24px}input[type=number],input[type=text]{-webkit-appearance:none;appearance:none;border-radius:8px}.modal-close{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.portfolio-section table td:first-child{font-weight:600;font-size:.9375rem;color:#1e293b;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0;margin-bottom:.5rem}.portfolio-section table td:nth-child(n+6){font-size:.8125rem}.portfolio-section table td:last-child{padding-top:.75rem;border-top:1px solid #f0f0f0;margin-top:.5rem}.portfolio-section table td:last-child .action-btn{width:44px;height:44px;font-size:1.125rem}}body.modal-open,body.menu-open{overflow:hidden;position:fixed;width:100%}.header-center{position:relative;order:0}.watchlist-pagination{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.portfolio-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.75rem 1rem}.portfolio-tabs::-webkit-scrollbar{display:none}.portfolio-tab{white-space:nowrap;flex-shrink:0}.portfolio-summary .portfolio-section table{font-size:.875rem}.blog-modal,.wallet-modal{width:95%;max-width:95%;max-height:90vh;margin:2.5vh auto;border-radius:16px}.blog-modal-body,.wallet-modal-body{padding:1rem;font-size:.9375rem;line-height:1.6}button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.1)}input:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}*{-webkit-overflow-scrolling:touch}p,span,div{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width:480px){.home-header{padding:.625rem .75rem}.index-box{min-width:100px;padding:.5rem .75rem}.index-value{font-size:.875rem}.watchlist-item{padding:.875rem .5rem}.home-content{padding:.5rem}.portfolio-section{padding:.75rem .5rem}.stat-value.large{font-size:1.5rem}.order-modal{height:100vh;max-height:100vh;border-radius:0}.order-modal-header{border-radius:0}.order-modal-overlay{padding:0}.header-right{width:260px}.mobile-menu-btn{right:.5rem}}.learn-modal-overlay{position:fixed;inset:0;background:#0f172abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.learn-modal{background:#fff;border-radius:24px;width:100%;max-width:960px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080;animation:slideUp .4s cubic-bezier(.16,1,.3,1);overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.learn-modal-header{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);padding:32px 40px;display:flex;justify-content:space-between;align-items:flex-start;position:relative;overflow:hidden}.learn-modal-header:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(14,165,233,.2) 0%,transparent 70%);animation:pulse 6s ease-in-out infinite}.learn-modal-header:after{content:"";position:absolute;bottom:-30%;left:-30%;width:150%;height:150%;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite reverse}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.learn-modal-header-content{flex:1;position:relative;z-index:1}.learn-modal-badge{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.learn-badge-level,.learn-badge-duration{padding:6px 14px;border-radius:20px;font-size:.8125rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(14,165,233,.3)}.learn-badge-level{background:linear-gradient(135deg,#0ea5e933,#3b82f626);color:#0ea5e9;border-color:#0ea5e966}.learn-badge-duration{background:#94a3b826;color:#cbd5e1;border-color:#94a3b84d}.learn-modal-title{font-size:2.25rem;font-weight:800;background:linear-gradient(135deg,#0ea5e9,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#0ea5e9;line-height:1.2;letter-spacing:-.5px;margin:0}.learn-modal-close{background:#0ea5e926;border:1px solid rgba(14,165,233,.3);border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#0ea5e9;position:relative;z-index:1;flex-shrink:0;margin-left:20px}.learn-modal-close:hover{background:#0ea5e940;transform:rotate(90deg);border-color:#0ea5e980;color:#0284c7}.learn-modal-body{flex:1;overflow-y:auto;padding:0;background:#fff}.learn-modal-body::-webkit-scrollbar{width:8px}.learn-modal-body::-webkit-scrollbar-track{background:#f8fafc}.learn-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.learn-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.learn-modal-content{padding:48px 40px;max-width:840px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.learn-content-h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#0f172a;margin-top:2.5rem;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-1px}.learn-content-h1:first-child{margin-top:0}.learn-content-h2{font-size:2rem;font-weight:700;color:#1e293b;margin-top:2rem;margin-bottom:1rem;line-height:1.3;letter-spacing:-.5px;border-left:4px solid #0ea5e9;padding-left:1rem}.learn-content-h3{font-size:1.5rem;font-weight:600;color:#334155;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.4}.learn-content-p{font-size:1.125rem;line-height:1.9;color:#475569;margin-bottom:1.5rem;font-weight:400;letter-spacing:-.01em}.learn-content-strong{color:#0ea5e9;font-weight:600}.learn-content-li{font-size:1.125rem;line-height:1.8;color:#475569;margin-bottom:.75rem;padding-left:1.75rem;font-weight:400;position:relative;list-style:none}.learn-content-li:before{content:"";position:absolute;left:.5rem;top:.75em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#3b82f6);box-shadow:0 0 0 3px #0ea5e91a}.learn-modal-footer{padding:24px 40px;border-top:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);display:flex;justify-content:center}.learn-modal-close-btn{padding:14px 32px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0ea5e9,#3b82f6);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;box-shadow:0 4px 12px #0ea5e94d;letter-spacing:.3px}.learn-modal-close-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0ea5e966;background:linear-gradient(135deg,#0284c7,#2563eb)}.learn-modal-close-btn:active{transform:translateY(0)}@media(max-width:968px){.learn-modal{max-width:95%;max-height:95vh;border-radius:20px}.learn-modal-header{padding:24px 28px}.learn-modal-title{font-size:1.75rem}.learn-modal-content{padding:32px 28px}.learn-content-h1{font-size:2rem}.learn-content-h2{font-size:1.75rem}.learn-content-h3{font-size:1.375rem}.learn-content-p,.learn-content-li{font-size:1rem}.learn-modal-footer{padding:20px 28px}}@media(max-width:640px){.learn-modal-overlay{padding:10px}.learn-modal{max-width:100%;max-height:100vh;border-radius:16px 16px 0 0}.learn-modal-header{padding:20px 24px}.learn-modal-title{font-size:1.5rem}.learn-modal-badge{gap:8px;margin-bottom:12px}.learn-badge-level,.learn-badge-duration{font-size:.75rem;padding:5px 12px}.learn-modal-close{width:36px;height:36px;margin-left:12px}.learn-modal-content{padding:24px 20px}.learn-content-h1{font-size:1.75rem;margin-top:2rem;margin-bottom:1.25rem}.learn-content-h2{font-size:1.5rem;margin-top:1.75rem;margin-bottom:.875rem}.learn-content-h3{font-size:1.25rem;margin-top:1.25rem;margin-bottom:.625rem}.learn-content-p,.learn-content-li{font-size:.9375rem;line-height:1.75;margin-bottom:1.25rem}.learn-modal-footer{padding:16px 20px}.learn-modal-close-btn{padding:12px 28px;font-size:.9375rem;width:100%}}.profile-container{padding:2rem;max-width:800px;margin:0 auto}.profile-header{margin-bottom:2rem}.profile-header h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.profile-subtitle{color:#64748b;font-size:.9375rem}.profile-content{display:flex;flex-direction:column;gap:1.5rem}.profile-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#f7931e);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.profile-avatar span{font-size:2rem;font-weight:700;color:#fff}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.profile-message{padding:.875rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.profile-message.error{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.profile-message.success{background-color:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-field label{font-weight:600;color:#334155;font-size:.875rem}.profile-field input{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease}.profile-field input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.profile-field input.disabled{background-color:#f8fafc;color:#64748b;cursor:not-allowed}.field-hint{font-size:.75rem;color:#94a3b8;margin-top:-.25rem}.profile-actions{margin-top:.5rem}.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.danger-card{border:1px solid #fecaca;background:#fef2f2}.danger-card h3{font-size:1.25rem;font-weight:700;color:#991b1b;margin-bottom:.5rem}.danger-description{color:#7f1d1d;font-size:.875rem;margin-bottom:1.5rem}.btn-danger{background:#dc2626;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-danger:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.profile-loading{text-align:center;padding:3rem;color:#64748b}.support-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px)}.faqs-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.faqs-section h4{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.faqs-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s ease}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.faq-question{width:100%;padding:1rem 1.25rem;background:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;font-weight:600;color:#334155;transition:all .2s ease}.faq-question:hover{background:#f8fafc}.faq-toggle{font-size:1.5rem;font-weight:300;color:#64748b;min-width:24px;text-align:center}.faq-answer{padding:0 1.25rem 1rem;color:#64748b;font-size:.875rem;line-height:1.6;background:#f8fafc;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.tickets-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.tickets-section h4{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.tickets-list{display:flex;flex-direction:column;gap:1rem}.ticket-item{padding:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.ticket-item:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.ticket-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.ticket-header h5{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-open{background:#fef3c7;color:#92400e}.status-progress{background:#dbeafe;color:#1e40af}.status-resolved{background:#d1fae5;color:#065f46}.status-closed{background:#e5e7eb;color:#374151}.ticket-description{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:.75rem}.ticket-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.75rem;color:#94a3b8}.ticket-meta span{display:flex;align-items:center}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#f1f5f9;color:#1e293b}.ticket-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.profile-field textarea{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:all .2s ease;min-height:120px}.profile-field textarea:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.profile-field select{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .2s ease}.profile-field select:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}@media screen and (max-width:768px){.profile-container{padding:1rem}.profile-card{padding:1.5rem}.support-actions{flex-direction:column}.btn-secondary{width:100%;justify-content:center}.modal-content{margin:1rem}.ticket-header{flex-direction:column;align-items:flex-start}}
