:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#0f0c29;color:#fff;font-family:Segoe UI,system-ui,sans-serif;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:100vw;overflow-x:hidden}.app:before{content:none}.login-box,.dashboard{background:#141232eb;border:1px solid rgba(0,180,255,.3);border-radius:1.2rem;padding:clamp(2.5rem,8vw,5rem);width:100%;max-width:95vw;margin:0 auto;box-shadow:0 1rem 3rem #0009,0 0 2rem #00b4ff26;text-align:center;transition:all .4s ease}@media(min-width:1200px){.login-box,.dashboard{max-width:90vw;padding:6rem 10rem;border-radius:2rem}}@media(min-width:1024px)and (max-width:1199px){.login-box,.dashboard{max-width:92vw;padding:5rem 8rem}}@media(min-width:768px)and (max-width:1023px){.login-box,.dashboard{max-width:94vw;padding:4rem 6rem}}@media(max-width:767px){.login-box,.dashboard{padding:2.5rem 2rem;border-radius:1rem;max-width:96vw}}h1{color:#00b4ff;text-shadow:0 0 1.5rem rgba(0,180,255,.8);font-size:clamp(2.5rem,10vw,5rem);margin-bottom:.6rem;font-weight:700}.subtitle{font-size:clamp(1.1rem,4vw,1.4rem);opacity:.9;margin-bottom:1.8rem;color:#a0d0ff}form{display:flex;flex-direction:column;gap:1.4rem}.input-wrapper{position:relative}input{width:100%;padding:clamp(1.1rem,4vw,1.3rem) clamp(1.2rem,4vw,1.5rem);font-size:clamp(1rem,3.5vw,1.15rem);border-radius:.8rem;border:1px solid rgba(0,180,255,.5);background:#0a0a1eb3;color:#fff;transition:all .3s}input:focus{outline:none;border-color:#00b4ff;box-shadow:0 0 1.5rem #00b4ff80}input::placeholder{color:#ffffff80}.input-icon{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);color:#00b4ff;font-size:1.4rem;pointer-events:none}button{width:100%;padding:clamp(1.1rem,4vw,1.3rem);font-size:clamp(1.05rem,3.5vw,1.2rem);border-radius:.8rem;border:none;background:linear-gradient(90deg,#00b4ff,#06f);color:#fff;font-weight:600;cursor:pointer;transition:all .3s}button:hover{transform:translateY(-3px);box-shadow:0 1rem 3rem #00b4ff80}.error{color:#ff6b6b;font-weight:500;margin-bottom:1.2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:0 1.5rem;position:relative}.user-controls{display:flex;align-items:center;gap:1rem}.logout-btn{background:linear-gradient(90deg,#ff4757,#ff6b81);color:#fff;border:none;padding:.8rem 1.2rem;font-size:.9rem;font-weight:600;border-radius:.6rem;cursor:pointer;transition:all .3s;white-space:nowrap;min-width:50px}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 .5rem 1.5rem #ff475780}.user-avatar-btn{display:flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;padding:.4rem;border-radius:50%;transition:all .3s}.user-avatar-btn:hover{background:#00b4ff26}.avatar-circle{width:3.2rem;height:3.2rem;border-radius:50%;background:linear-gradient(135deg,#00d4ff,#7b00ff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;box-shadow:0 0 1.5rem #00d4ff80;border:3px solid rgba(255,255,255,.3)}.dropdown-arrow{color:#00b4ff;font-size:.8rem}.dropdown-menu{position:absolute;top:4rem;right:0;background:#141232f2;border:1px solid rgba(0,180,255,.4);border-radius:.8rem;min-width:160px;box-shadow:0 1rem 3rem #0009;z-index:1000;overflow:hidden;animation:dropdownFade .2s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{padding:.8rem 1.2rem;color:#e0e0ff;cursor:pointer;transition:all .2s;text-align:left}.dropdown-item:hover{background:#00b4ff33;color:#00d4ff}.mall-preview{margin:3rem 0}.preview-box{height:clamp(20rem,60vh,35rem);background:#000;border-radius:1.2rem;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#00b4ff;border:2px dashed #00b4ff;box-shadow:0 0 3rem #00b4ff4d;padding:2rem;text-align:center}.note{font-size:1rem;opacity:.8;margin-top:1.5rem}footer{margin-top:4rem;font-size:.95rem;opacity:.7;text-align:center}.avatar-stepper{margin:3rem 0;padding:2rem;background:#00000080;border-radius:1.2rem;border:1px solid rgba(0,180,255,.3);text-align:center}.progress-bar{height:12px;background:#ffffff1a;border-radius:6px;margin-bottom:1.5rem;position:relative;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#00b4ff,#7b00ff);transition:width .4s ease}.progress-text{position:absolute;top:-2rem;right:0;font-size:.9rem;color:#00b4ff}.step-content{margin:2rem 0}.step-icon{font-size:5rem;margin-bottom:1rem;color:#00b4ff;text-shadow:0 0 1.5rem rgba(0,180,255,.6)}.step-controls{display:flex;justify-content:center;gap:1.5rem}.step-controls button{padding:.8rem 2rem;background:linear-gradient(90deg,#00b4ff,#06f);border:none;border-radius:.6rem;color:#fff;cursor:pointer}.step-controls button:disabled{opacity:.4;cursor:not-allowed}.avatar-stepper{margin:3rem 0;padding:2.5rem;background:#00000080;border-radius:1.5rem;border:1px solid rgba(0,180,255,.3);text-align:center;box-shadow:0 0 2rem #00b4ff33}.progress-bar{height:.8rem;background:#ffffff1a;border-radius:1rem;margin-bottom:2rem;position:relative;overflow:hidden;transition:all .4s ease}.progress-fill{height:100%;background:linear-gradient(90deg,#00b4ff,#7b00ff);transition:width .5s ease-in-out}.progress-text{position:absolute;top:-1.5rem;right:0;font-size:.95rem;color:#00b4ff;opacity:.9}.step-content{margin:2.5rem 0}.step-icon{font-size:6rem;margin-bottom:1.5rem;color:#00b4ff;text-shadow:0 0 2rem rgba(0,180,255,.6);animation:iconPulse 2s infinite alternate}@keyframes iconPulse{0%{transform:scale(1);opacity:.9}to{transform:scale(1.05);opacity:1}}.step-controls{display:flex;justify-content:center;gap:2rem}.step-controls button{padding:1rem 3rem;background:linear-gradient(90deg,#00b4ff,#06f);border:none;border-radius:.8rem;color:#fff;cursor:pointer;font-weight:600;transition:all .3s}.step-controls button:disabled{opacity:.5;cursor:not-allowed}.step-controls button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 1rem 3rem #00b4ff80}.confidence-circle{margin:2rem auto;width:8rem;height:8rem;position:relative}.circle-outer{width:100%;height:100%;border-radius:50%;background:conic-gradient(#00b4ff 0% 92%,#ff4757 92% 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 0 2rem #00b4ff99;animation:circleSpin 2s infinite linear}.circle-inner{width:80%;height:80%;border-radius:50%;background:#0f0c29;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#00b4ff}.confidence-text{margin-top:1rem;font-size:1rem;color:#b0b0ff}@keyframes circleSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.elly-chat{position:fixed;bottom:2rem;right:2rem;z-index:1000}.elly-bubble-closed{background:linear-gradient(135deg,#00b4ff,#7b00ff);color:#fff;border:none;border-radius:50%;width:4rem;height:4rem;font-size:1.5rem;cursor:pointer;box-shadow:0 .5rem 2rem #00b4ff80;transition:all .3s}.elly-bubble-closed:hover{transform:scale(1.1)}.elly-bubble-open{background:#141232eb;border:1px solid rgba(0,180,255,.4);border-radius:1.2rem;width:22rem;box-shadow:0 1rem 3rem #0009,0 0 2rem #00b4ff4d;overflow:hidden;animation:bubblePop .4s ease-out}@keyframes bubblePop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.elly-header{display:flex;align-items:center;padding:1rem 1.5rem;background:linear-gradient(90deg,#00b4ff,#7b00ff);color:#fff}.elly-icon{font-size:2rem;margin-right:1rem;text-shadow:0 0 1rem rgba(255,255,255,.8)}.elly-header h4{flex:1;margin:0}.elly-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.elly-message{padding:1.5rem;font-size:1.1rem}.elly-message p{margin:0}.elly-chat input{width:100%;padding:1rem;border:none;border-top:1px solid rgba(0,180,255,.3);background:#0a0a1eb3;color:#fff;font-size:1rem}.elly-chat input:focus{outline:none;background:#0a0a1ee6}.category-section{margin:4rem 0;text-align:center}.category-section h3{color:#00b4ff;margin-bottom:2rem;font-size:1.8rem;text-shadow:0 0 1rem rgba(0,180,255,.5)}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-bottom:4rem}.category-tile{background:#1e143cb3;border:1px solid var(--tile-color, #00b4ff);border-radius:1rem;padding:1.5rem;transition:all .3s;cursor:pointer}.category-tile:hover{transform:translateY(-8px);box-shadow:0 1rem 3rem #00b4ff66;border-color:var(--tile-color)}.tile-icon{font-size:3.5rem;margin-bottom:1rem;color:var(--tile-color)}.recommendations{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:1rem;scrollbar-width:thin}.rec-tile{flex:0 0 180px;background:#141232d9;border-radius:1rem;padding:1.2rem;text-align:center;border:1px solid rgba(0,180,255,.3);transition:all .3s}.rec-tile:hover{transform:scale(1.05);box-shadow:0 0 2rem #00b4ff66}.rec-icon{font-size:4rem;margin-bottom:.8rem;color:#00b4ff}.rec-tile p{margin:.5rem 0;font-weight:600}.rec-tile span{color:#00ff9d;font-weight:700}.three-canvas{width:100%;height:400px;border-radius:1.2rem;overflow:hidden;border:2px dashed #00b4ff;box-shadow:0 0 3rem #00b4ff4d}.mall-3d-canvas{width:100%;height:60vh;border-radius:1.2rem;overflow:hidden;border:2px dashed #00b4ff;box-shadow:0 0 3rem #00b4ff4d;background:#000}.loading{height:100%;display:flex;align-items:center;justify-content:center;color:#00b4ff;font-size:1.2rem;background:#000;border-radius:1.2rem}.store-products{margin:3rem 0;padding:2rem;background:#1e143cb3;border-radius:1.5rem;border:1px solid rgba(0,180,255,.3);text-align:center}.store-products h2{color:#00b4ff;margin-bottom:1.5rem;font-size:2rem;text-shadow:0 0 1rem rgba(0,180,255,.5)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem}.product-tile{background:#0a0a1ecc;border:1px solid rgba(0,180,255,.3);border-radius:1rem;padding:1.5rem;transition:all .3s;cursor:pointer}.product-tile:hover{transform:translateY(-8px);box-shadow:0 1rem 3rem #00b4ff66;border-color:#00b4ff}.product-icon{font-size:4rem;margin-bottom:1rem;color:#00ff9d}.product-tile p{margin:.5rem 0;font-weight:600}.product-tile span{color:#00ff9d;font-weight:700;display:block;margin-bottom:1rem}.buy-btn{background:linear-gradient(90deg,#00ff9d,#00b4ff);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:.6rem;cursor:pointer;font-weight:600;transition:all .3s}.buy-btn:hover{transform:scale(1.05);box-shadow:0 0 1.5rem #00ff9d80}.back-to-mall{background:linear-gradient(90deg,#7b00ff,#00b4ff);color:#fff;border:none;padding:1rem 2rem;border-radius:.8rem;cursor:pointer;font-weight:600;margin-top:2rem;transition:all .3s}.back-to-mall:hover{transform:translateY(-3px);box-shadow:0 1rem 3rem #00b4ff80}.ai-brain-diagram{margin:4rem 0;padding:2rem;background:#00000080;border-radius:1.5rem;border:1px solid rgba(0,180,255,.3);text-align:center}.ai-brain-diagram h3{color:#00b4ff;margin-bottom:2rem;font-size:2rem;text-shadow:0 0 1rem rgba(0,180,255,.5)}.brain-layout{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.input-box,.output-box,.engine-box{background:#1e143cb3;border:1px solid #00b4ff;border-radius:1rem;padding:1.5rem;width:30%;min-width:250px}.engine-box{text-align:center}.brain-icon{font-size:6rem;color:#00b4ff;text-shadow:0 0 2rem rgba(0,180,255,.6);animation:pulseNode 4s infinite alternate}@keyframes pulseNode{0%{transform:scale(1)}to{transform:scale(1.05)}}.market-circles{margin:4rem 0;text-align:center}.market-circles h3{color:#00b4ff;margin-bottom:2rem;font-size:2rem;text-shadow:0 0 1rem rgba(0,180,255,.5)}.circles-container{position:relative;width:400px;height:400px;margin:0 auto}.circle{position:absolute;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700}.tam{width:300px;height:300px;background:conic-gradient(#00b4ff 0% 100%);box-shadow:0 0 2rem #00b4ff99}.sam{width:200px;height:200px;background:conic-gradient(#7b00ff 0% 100%);box-shadow:0 0 2rem #7b00ff99}.som{width:100px;height:100px;background:conic-gradient(#00ff9d 0% 100%);box-shadow:0 0 2rem #00ff9d99}.wedge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;padding:1rem;border-radius:1rem;border:1px solid #ff4757;color:#ff4757;font-weight:700}.revenue-flow{margin:4rem 0;padding:2rem;background:#00000080;border-radius:1.5rem;border:1px solid rgba(0,180,255,.3)}.revenue-flow h3{color:#00b4ff;margin-bottom:2rem;font-size:2rem;text-align:center}.flow-diagram{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.flow-node{background:#1e143ccc;border:1px solid #00b4ff;border-radius:1rem;padding:1rem 1.5rem;color:#fff;font-weight:700;text-align:center;min-width:180px}.flow-arrow{font-size:2rem;color:#00b4ff}.rollout-timeline{margin:4rem 0;padding:2rem;background:#00000080;border-radius:1.5rem;border:1px solid rgba(0,180,255,.3)}.rollout-timeline h3{color:#00b4ff;margin-bottom:2rem;font-size:2rem;text-align:center}.timeline-bar{display:flex;justify-content:space-between;gap:1rem;background:#1e143cb3;border-radius:1rem;padding:1.5rem}.phase{background:linear-gradient(90deg,#00b4ff,#7b00ff);color:#fff;padding:1rem;border-radius:.8rem;text-align:center;flex:1;font-weight:700}
