:root{--ui-color-bg: rgba(15, 23, 42, .82);--ui-color-border: rgba(148, 163, 184, .16);--ui-color-text: #f8fafc;--ui-color-muted: #cbd5e1;--ui-color-primary: linear-gradient(135deg, #2563eb, #7c3aed)}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;border:1px solid transparent;border-radius:999px;padding:.7rem 1.1rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;cursor:pointer}.ui-button:hover{transform:translateY(-1px)}.ui-button:disabled{opacity:.6;cursor:not-allowed}.ui-button--primary{background:var(--ui-color-primary);color:var(--ui-color-text);box-shadow:0 10px 30px #2563eb40}.ui-button--secondary{border-color:var(--ui-color-border);background:#0f172a8c;color:var(--ui-color-text)}.ui-panel{border:1px solid var(--ui-color-border);border-radius:24px;background:var(--ui-color-bg);padding:1.5rem;color:var(--ui-color-text);box-shadow:0 24px 60px #08112059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ui-panel__header{margin-bottom:1rem}.ui-panel__header h2{margin:0 0 .35rem;font-size:1.25rem}.ui-panel__header p{margin:0;color:var(--ui-color-muted)}.ui-panel__body{display:grid;gap:1rem}.kline-viewer{position:relative;min-height:var(--kline-viewer-height, 720px);overflow:hidden;border-radius:20px;background:#141721}.kline-viewer__canvas{height:var(--kline-viewer-height, 720px);width:100%}.kline-viewer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0811208c;color:#e2e8f0;font-size:1rem}.kline-viewer__overlay--error{color:#fecaca}:root{color:#e5eefc;background:#081120;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,rgba(51,119,255,.22),transparent 40%),#081120}button,input,textarea,select{font:inherit}code{display:inline-flex;width:fit-content;border-radius:999px;background:#94a3b824;padding:.35rem .8rem;color:#93c5fd}#root{width:100%}.app-shell{margin:0 auto;max-width:1400px;padding:2rem 1.5rem 3rem}.hero{margin-bottom:1.5rem}.hero__eyebrow{display:inline-flex;margin-bottom:.75rem;border-radius:999px;background:#38bdf826;padding:.35rem .75rem;color:#67e8f9;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(2.5rem,6vw,4rem)}.hero p{max-width:820px;color:#cbd5e1;font-size:1.05rem}.control-bar{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}.field{display:grid;gap:.5rem}.field span,.meta-card span{color:#94a3b8;font-size:.85rem}.field select{width:100%;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#0f172ab8;padding:.8rem .9rem;color:#f8fafc}.meta-card{display:grid;gap:.35rem;min-height:58px;border:1px solid rgba(148,163,184,.16);border-radius:14px;background:#0f172a8c;padding:.8rem .9rem}.meta-card strong{color:#e2e8f0;font-size:.95rem}
