html,body,#app{background:var(--bg);height:100%;margin:0;padding:0}body{overflow:hidden}:root{--bg:#0d0f16;--bg-secondary:#141720;--bg-tertiary:#1a1d2e;--text:#94a3b8;--text-h:#e2e8f0;--border:#1e2235;--accent:#3b82f6;--accent-bg:#3b82f61a;--accent-border:#3b82f666;--up:#10b981;--down:#ef4444;--shadow:#00000080 0 10px 15px -3px, #0000004d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}.field{flex-direction:column;gap:.35rem;display:flex}.field label{text-transform:uppercase;letter-spacing:.08em;color:var(--text);font-size:.72rem;font-weight:500}input,select,textarea{background:var(--bg);border:1px solid var(--border);color:var(--text-h);font-size:.875rem;font-family:var(--sans);box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:.375rem;outline:none;width:100%;padding:.5rem .75rem;transition:border-color .15s,box-shadow .15s}input:hover,select:hover,textarea:hover{border-color:#2e3452}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}input::placeholder,textarea::placeholder{color:var(--text);opacity:.45}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--sans);letter-spacing:.03em;border:none;border-radius:.375rem;width:100%;padding:.6rem 1.25rem;transition:opacity .15s,transform .1s}.btn-primary:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-ghost{color:var(--text);border:1px solid var(--border);cursor:pointer;font-size:.8rem;font-weight:500;font-family:var(--sans);letter-spacing:.03em;background:0 0;border-radius:.375rem;padding:.45rem 1rem;transition:color .15s,border-color .15s}.btn-ghost:hover:not(:disabled){color:var(--text-h);border-color:#2e3452}.btn-ghost:disabled{opacity:.4;cursor:not-allowed}.header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);z-index:100;background:#0d0f16d9;flex-shrink:0;justify-content:space-between;align-items:center;height:3.5rem;padding:0 2rem;display:flex;position:sticky;top:0}.logo{color:var(--accent);letter-spacing:-.03em;font-size:1.2rem;font-weight:700;font-family:var(--heading)}.header-nav{align-items:center;gap:.65rem;display:flex}.header-nav .btn-primary{width:auto;padding:.45rem 1rem;font-size:.8rem}.header-nav .btn-ghost{font-size:.8rem}.landing{flex-direction:column;height:100%;display:flex;overflow:hidden auto}.hero{box-sizing:border-box;background-image:radial-gradient(var(--border) 1px, transparent 1px);background-size:28px 28px;justify-content:center;align-items:center;min-height:calc(100vh - 3.5rem);padding:4rem 2rem;display:flex;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 40%,#3b82f612 0%,#0000 70%);position:absolute;inset:0}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1100px;display:grid;position:relative}.hero-text{flex-direction:column;align-items:flex-start;display:flex}.hero-badge{background:var(--accent-bg);border:1px solid var(--accent-border);color:var(--accent);letter-spacing:.04em;border-radius:99px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.3rem .85rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-.03em;color:var(--text-h);font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.15;font-family:var(--heading);margin:0 0 1.25rem}.hero-title .accent{color:var(--accent)}.hero-subtitle{color:var(--text);max-width:480px;margin:0 0 2.25rem;font-size:1rem;line-height:1.65}.hero-actions{align-items:center;gap:.75rem;display:flex}.hero-actions .btn-primary{width:auto;padding:.7rem 1.5rem;font-size:.9rem}.hero-actions .btn-ghost{padding:.7rem 1.5rem;font-size:.9rem}.hero-visual{justify-content:center;display:flex}.chart-mock{background:var(--bg-secondary);border:1px solid var(--border);width:100%;max-width:440px;height:240px;box-shadow:var(--shadow);box-sizing:border-box;border-radius:.75rem;align-items:flex-end;gap:5px;padding:1.25rem;display:flex}.candle-bar{border-radius:2px 2px 0 0;flex:1;transition:opacity .2s}.candle-bar:hover{opacity:1!important}.candle-bar.up{background:var(--up)}.candle-bar.down{background:var(--down)}.features{box-sizing:border-box;width:100%;max-width:1100px;margin:0 auto;padding:6rem 2rem}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:600}.section-title{letter-spacing:-.025em;color:var(--text-h);font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700;font-family:var(--heading);margin:0 0 1rem}.section-subtitle{color:var(--text);max-width:520px;margin:0 0 3.5rem;font-size:1rem;line-height:1.65}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.feature-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:.75rem;padding:1.75rem;transition:border-color .2s}.feature-card:hover{border-color:var(--accent-border)}.feature-num{letter-spacing:.1em;color:var(--accent);font-size:.72rem;font-weight:600;font-family:var(--mono);margin-bottom:.85rem;display:block}.feature-card h3{color:var(--text-h);font-size:1rem;font-weight:600;font-family:var(--heading);letter-spacing:-.01em;margin:0 0 .6rem}.feature-card p{color:var(--text);margin:0;font-size:.875rem;line-height:1.65}.cta-section{border-top:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 50% 100%,#3b82f614 0%,#0000 70%);position:absolute;inset:0}.cta-section h2{letter-spacing:-.025em;color:var(--text-h);font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700;font-family:var(--heading);z-index:1;margin:0 0 1rem;position:relative}.cta-section p{color:var(--text);z-index:1;margin:0 0 2rem;font-size:1rem;position:relative}.cta-section .btn-primary{z-index:1;width:auto;padding:.75rem 2rem;font-size:.95rem;position:relative}.footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding:1.5rem 2rem;display:flex}.footer-logo{color:var(--accent);letter-spacing:-.03em;font-size:1rem;font-weight:700;font-family:var(--heading)}.footer span:last-child{color:var(--text);opacity:.6;font-size:.8rem}@media (width<=768px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-subtitle{max-width:100%}.hero-actions{justify-content:center}.hero-visual{display:none}.features-grid{grid-template-columns:1fr}}.auth-page{flex-direction:column;height:100%;display:flex}.auth-content{box-sizing:border-box;flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.auth-card{background:var(--bg-secondary);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow);border-radius:.75rem;overflow:hidden}.auth-header{text-align:center;border-bottom:1px solid var(--border);padding:1.5rem 2rem}.auth-subtitle{color:var(--text);margin:0;font-size:.875rem}.auth-body{padding:1.75rem 2rem}.auth-body form{flex-direction:column;gap:1.1rem;display:flex}.form-error{color:var(--down);background:#ef444414;border:1px solid #ef444440;border-radius:.375rem;align-items:center;gap:.5rem;padding:.65rem .75rem;font-size:.825rem;line-height:1.4;display:flex}.auth-footer{text-align:center;border-top:1px solid var(--border);padding:1rem 2rem 1.5rem}.auth-footer p{color:var(--text);margin:0;font-size:.875rem}.link-btn{color:var(--accent);cursor:pointer;font-size:.875rem;font-family:var(--sans);background:0 0;border:none;padding:0;font-weight:500;transition:opacity .15s}.link-btn:hover{opacity:.75;text-decoration:underline}.chart-wrapper{border-radius:.5rem;flex:1;width:100%;position:relative;overflow:hidden}.overlay{color:var(--text);letter-spacing:.05em;z-index:10;background:#141720bf;border-radius:.5rem;justify-content:center;align-items:center;font-size:.875rem;display:flex;position:absolute;inset:0}.form{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1rem;display:flex}.submit-field{margin-top:auto;padding-top:.5rem}.submit{background:var(--accent);color:#fff;cursor:pointer;width:100%;font-size:.875rem;font-weight:600;font-family:var(--sans);letter-spacing:.03em;border:none;border-radius:.375rem;padding:.6rem 1.25rem;transition:opacity .15s,transform .1s}.submit:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.submit:active:not(:disabled){transform:translateY(0)}.submit:disabled{opacity:.45;cursor:not-allowed}.app{flex-direction:column;height:100%;display:flex;overflow:hidden}.workspace{box-sizing:border-box;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;overflow:hidden}.card{background:var(--bg-secondary);border:1px solid var(--border);width:100%;max-width:1200px;height:100%;max-height:680px;box-shadow:var(--shadow);border-radius:.75rem;display:flex;overflow:hidden}.chart-area{flex-direction:column;flex:1;padding:1rem;display:flex;overflow:hidden}.error{color:var(--down);flex-shrink:0;margin:0 0 .5rem;font-size:.875rem}.sidebar{border-left:1px solid var(--border);background:var(--bg-tertiary);flex-direction:column;flex-shrink:0;width:260px;display:flex;overflow-y:auto}.sidebar-header{border-bottom:1px solid var(--border);flex-shrink:0;padding:.85rem 1rem}.sidebar-symbol{color:var(--text-h);letter-spacing:.04em;font-size:1rem;font-weight:600;font-family:var(--heading)}.splash.svelte-1n46o8q{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.splash-logo.svelte-1n46o8q{color:var(--accent);letter-spacing:-.03em;font-size:1.6rem;font-weight:700;font-family:var(--heading);animation:1.5s ease-in-out infinite svelte-1n46o8q-pulse}@keyframes svelte-1n46o8q-pulse{0%,to{opacity:1}50%{opacity:.4}}
