:root{--profile-bg-color:#fff;--profile-text-color:#1a1a1a;--profile-sidebar-bg:#f8f9fa;--profile-border-color:#e1e5e9;--profile-hover-bg:#e9ecef;--profile-main-bg:#fff;--profile-text-secondary:#6c757d;--profile-primary-color:#c69c6d;--profile-card-bg:#fff;--profile-shadow:#0000001a;--profile-danger-color:#dc3545;--profile-danger-bg:#f8d7da;--profile-active-text:#fff}.dark-mode{--profile-bg-color:#0d0d0d;--profile-text-color:#f5f5f5;--profile-sidebar-bg:#111;--profile-border-color:#2a2a2a;--profile-hover-bg:#1e1e1e;--profile-main-bg:#0d0d0d;--profile-text-secondary:#999;--profile-primary-color:#c69c6d;--profile-card-bg:#111;--profile-shadow:#bfa16a1a;--profile-danger-color:#ff6b6b;--profile-danger-bg:#2d1618;--profile-active-text:#1a1a1a}body:has(.profile-page){background-color:var(--profile-bg-color)!important}html:has(.profile-page){background-color:var(--profile-bg-color)!important}.profile-page{background-color:var(--profile-bg-color);min-height:100vh;color:var(--profile-text-color);padding-top:100px;transition:all .3s;display:flex}.profile-loading{background-color:var(--profile-bg-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:400px;display:flex}.profile-loading p{color:var(--profile-text-secondary);margin:0;font-size:1.1rem}.luxury-loading-spinner{background:radial-gradient(circle 4px,var(--profile-primary-color)100%,transparent 0),radial-gradient(circle 4px,var(--profile-primary-color)100%,transparent 0),radial-gradient(circle 4px,var(--profile-primary-color)100%,transparent 0);background-position:0 0,15px 0,30px 0;background-repeat:no-repeat;background-size:10px 10px;width:40px;height:10px;animation:1.5s linear infinite normalDots;display:inline-block}@keyframes normalDots{0%{opacity:1}33%{opacity:.3}66%{opacity:.3}to{opacity:1}}.profile-sidebar{background-color:var(--profile-sidebar-bg);border-right:1px solid var(--profile-border-color);flex-shrink:0;width:280px;padding:2rem 0;transition:all .3s}.profile-sidebar-header{border-bottom:1px solid var(--profile-border-color);margin-bottom:1.5rem;padding:0 2rem 1.5rem}.profile-sidebar-header h3{color:var(--profile-text-color);background:var(--gold-gradient,linear-gradient(135deg,#c69c6d 0%,#bfa16a 50%,#a68b5b 100%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:600}.profile-sidebar-menu{padding:0 1rem}.profile-sidebar-item{cursor:pointer;color:var(--profile-text-color);border-radius:12px;align-items:center;margin-bottom:.5rem;padding:1rem;transition:all .2s;display:flex;position:relative}.profile-sidebar-item:hover{background-color:var(--profile-hover-bg);transform:translate(4px)}.profile-sidebar-item.active{background:var(--gold-gradient,linear-gradient(135deg,#c69c6d 0%,#bfa16a 50%,#a68b5b 100%));color:var(--profile-active-text);box-shadow:0 4px 15px var(--profile-shadow)}.profile-sidebar-item.active .profile-sidebar-icon,.profile-sidebar-item.active .profile-sidebar-label{color:var(--profile-active-text)}.profile-sidebar-item.danger{color:var(--profile-danger-color)}.profile-sidebar-item.danger:hover{background-color:var(--profile-danger-bg);color:var(--profile-danger-color)}.profile-sidebar-icon{justify-content:center;align-items:center;width:20px;height:20px;margin-right:1rem;transition:all .2s;display:flex}.profile-sidebar-icon svg{stroke:currentColor;width:16px;height:16px;transition:all .2s}.profile-sidebar-label{font-size:1rem;font-weight:500;transition:all .2s}.profile-main{background-color:var(--profile-main-bg);flex:1;justify-content:center;align-items:flex-start;min-height:100%;padding:2rem;transition:all .3s;display:flex}.profile-content{background-color:var(--profile-main-bg);width:100%;max-width:1000px;min-height:100%;margin:0 auto}.profile-content h2{color:var(--profile-text-color);background:var(--gold-gradient,linear-gradient(135deg,#c69c6d 0%,#bfa16a 50%,#a68b5b 100%));-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:2rem;font-weight:600}.profile-content p{color:var(--profile-text-secondary);text-align:center;font-size:1.1rem;line-height:1.6}.luxury-dashboard-title{color:var(--profile-text-color);background:var(--gold-gradient,linear-gradient(135deg,#c69c6d 0%,#bfa16a 50%,#a68b5b 100%));-webkit-text-fill-color:transparent;text-align:left;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2rem;font-weight:600}.luxury-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;min-height:200px;margin-bottom:2rem;display:grid}.profile-content .portfolio-container:after{content:"";background-color:var(--profile-main-bg);height:calc(100vh - 450px);min-height:200px;display:block}.profile-content .portfolio-container{background:var(--profile-main-bg);width:100%;min-height:calc(100vh - 350px);padding:1.5rem 0}.luxury-stat-card{background:var(--profile-card-bg);border:1px solid var(--profile-border-color);box-shadow:0 4px 20px var(--profile-shadow);border-radius:16px;height:fit-content;max-height:150px;padding:1.5rem 1rem;transition:all .3s;position:relative;overflow:hidden}.luxury-stat-card:before{content:"";background:var(--gold-gradient,linear-gradient(135deg,#c69c6d 0%,#bfa16a 50%,#a68b5b 100%));height:3px;position:absolute;top:0;left:0;right:0}.luxury-stat-card:hover{box-shadow:0 8px 30px var(--profile-shadow);border-color:var(--profile-primary-color);transform:translateY(-4px)}.luxury-stat-content{text-align:center}.luxury-stat-value{background:var(--gold-gradient,linear-gradient(135deg,#c69c6d 0%,#bfa16a 50%,#a68b5b 100%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:700;display:block}.luxury-stat-label{color:var(--profile-text-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.9rem;font-weight:500}.luxury-stat-trend{background-color:var(--profile-hover-bg);border-radius:16px;min-width:50px;padding:.2rem .4rem;font-size:.8rem;font-weight:600;display:inline-block}.profile-content .luxury-form-container,.profile-content .luxury-dashboard-content{background:var(--profile-card-bg);border:1px solid var(--profile-border-color);box-shadow:0 4px 20px var(--profile-shadow);border-radius:16px;width:100%;max-width:900px;margin:0 auto;padding:2rem;transition:all .3s}.profile-content .luxury-form-container:hover,.profile-content .luxury-dashboard-content:hover{box-shadow:0 8px 30px var(--profile-shadow)}.profile-content .luxury-form-container>*,.profile-content .luxury-dashboard-content>*{text-align:center}.profile-content .luxury-form-container .luxury-form-row,.profile-content .luxury-form-container .luxury-form-section{text-align:left}@media (max-width:768px){.profile-page{flex-direction:column;padding-top:80px}.profile-sidebar{border-right:none;border-bottom:1px solid var(--profile-border-color);width:100%;padding:1rem 0}.profile-content .tab-content{text-align:center;padding:2rem 1rem}.profile-sidebar-menu{scrollbar-width:thin;scrollbar-color:var(--profile-primary-color)var(--profile-border-color);gap:.5rem;padding:0 1rem;display:flex;overflow-x:auto}.profile-sidebar-menu::-webkit-scrollbar{height:4px}.profile-sidebar-menu::-webkit-scrollbar-track{background:var(--profile-border-color);border-radius:2px}.profile-sidebar-menu::-webkit-scrollbar-thumb{background:var(--profile-primary-color);border-radius:2px}.profile-sidebar-item{white-space:nowrap;flex-shrink:0;min-width:fit-content;margin-bottom:0}.profile-sidebar-item:hover{transform:translateY(-2px)}.profile-main{padding:1rem}.luxury-stats-grid{grid-template-columns:1fr;gap:1rem}.luxury-dashboard-title{margin-bottom:1.5rem;font-size:1.5rem}}@media (max-width:480px){.profile-sidebar-header{padding:0 1rem 1rem}.profile-sidebar-header h3{font-size:1.25rem}.profile-main{padding:.75rem}.luxury-stat-card{padding:1.5rem 1rem}.luxury-stat-value{font-size:2rem}}
