*{box-sizing:border-box}:root{--bg:#f4f6f8;--panel:#fff;--text:#17212b;--muted:#657282;--border:#dde3ea;--positive:#147a3d;--negative:#b42318;--accent:#1f6feb}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}.app-header{padding:20px;background:var(--panel);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:0;z-index:10}.app-header h1{margin:0;font-size:24px}.app-header p{margin:4px 0 0;color:var(--muted)}.tabs{display:flex;gap:8px;padding:12px 16px;overflow-x:auto;background:var(--panel);border-bottom:1px solid var(--border)}.tab,button{border:0;background:var(--accent);color:white;padding:10px 14px;border-radius:10px;font-weight:650;cursor:pointer}.tab{background:#edf2f7;color:var(--text);white-space:nowrap}.tab.active{background:var(--accent);color:white}button.secondary{background:#edf2f7;color:var(--text)}main{padding:16px;max-width:1100px;margin:0 auto}.status-row{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:14px;margin:8px 0 16px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.card,.panel{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:0 1px 4px rgba(15,23,42,.04)}.symbol{font-size:22px;font-weight:800}.name{color:var(--muted);font-size:13px;margin-top:2px;line-height:1.35}.price{font-size:30px;font-weight:800;margin:16px 0 4px}.change{font-weight:750}.positive{color:var(--positive)}.negative{color:var(--negative)}.meta{margin-top:14px;color:var(--muted);font-size:13px;line-height:1.45}.view{display:none}.view.active{display:block}.form-row{display:flex;gap:10px;flex-wrap:wrap}input,select{flex:1;min-width:220px;border:1px solid var(--border);border-radius:10px;padding:11px 12px;font-size:16px;background:white}.help{color:var(--muted);line-height:1.4}.symbol-list,.search-results{list-style:none;padding:0;margin:0}.symbol-list li,.result-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.symbol-list li:last-child,.result-row:last-child{border-bottom:0}.remove{background:#fee4e2;color:var(--negative)}.add-small{padding:8px 10px}.inline-setting{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-weight:650}.empty-state{text-align:center;color:var(--muted);padding:32px;background:var(--panel);border:1px dashed var(--border);border-radius:16px}.status-box{padding:12px;border-radius:10px;background:#edf2f7;color:var(--text);font-weight:650}.hidden{display:none}footer{padding:20px;text-align:center;color:var(--muted);font-size:13px}@media(max-width:600px){.app-header{align-items:flex-start;flex-direction:column}.status-row{flex-direction:column}.price{font-size:26px}.symbol-list li,.result-row{align-items:flex-start;flex-direction:column}}