.ltt-grid{grid-template-columns:1fr 1fr;gap:12px;max-width:480px;display:grid}.ltt-main-layout{flex-direction:row;align-items:flex-start;gap:20px;margin-top:8px;display:flex}.ltt-canvas-wrap{border:1px solid var(--border);background:#0f172a;border-radius:8px;flex:0 0 58%;height:350px;overflow:hidden}.ltt-controls-pane{flex-direction:column;flex:1;gap:16px;display:flex}canvas#ltt-canvas{width:100%;height:100%;display:block}@media (width<=768px){.ltt-main-layout{flex-direction:column}.ltt-canvas-wrap{flex:none;height:240px}}.result-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;margin-top:0;overflow:hidden}.bd-row{border-bottom:1px solid color-mix(in srgb, var(--border) 45%, transparent);flex-direction:column;align-items:stretch;gap:4px;padding:10px 14px;display:flex}.bd-row:last-child{border-bottom-color:#0000}.bd-row-top{justify-content:space-between;align-items:baseline;width:100%;display:flex}.bd-row-top>span{color:var(--text-dim);font-size:.9rem;font-weight:500}.bd-row-top>strong{color:var(--text);text-align:right;white-space:nowrap;font-size:1.05rem;font-weight:700}.bd-row-formula{color:var(--text-dim);text-align:left;font-size:.85rem;line-height:1.45}.ltt-row-insight{color:var(--text-dim);margin-left:6px;font-style:italic}@media (width<=600px){.bd-row-top{flex-direction:column;align-items:flex-start;gap:2px}.bd-row-top>strong{text-align:left;white-space:normal}}
