:root{--bg:#f6f7f9;--surface:#fff;--surface-soft:#eef1f4;--line:#d9dee7;--line-soft:#e8ebf0;--text:#222630;--muted:#727a89;--green:#1f7a5b;--green-soft:#e6f4ee;--red:#c94b4b;--red-soft:#fae8e8;--amber:#a06a19;--amber-soft:#f7eddc;--blue:#325f8d;--blue-soft:#e7eef7;--shadow:0 16px 40px #1f26341f;--radius:8px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);letter-spacing:0;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px}button,input{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:progress;opacity:.7}.app-shell{min-height:100vh}.auth-shell{place-items:center;padding:24px;display:grid}.auth-panel{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);width:min(420px,100%);box-shadow:var(--shadow);gap:16px;padding:22px;display:grid}.auth-panel h1{margin:0;font-size:20px;line-height:1.2}.auth-panel p{color:var(--muted);margin:4px 0 0;line-height:1.45}.auth-panel .btn{width:100%}.auth-error{border-radius:var(--radius);background:var(--red-soft);color:var(--red);border:1px solid #edb8b8;padding:10px 12px;line-height:1.4}.topbar{background:var(--surface);border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(280px,1fr) auto minmax(280px,1fr);align-items:center;gap:18px;min-height:64px;padding:0 28px;display:grid}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-mark{border-radius:var(--radius);background:var(--text);color:#fff;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:grid}.brand h1,.panel h2,.modal h2{color:var(--text);margin:0;line-height:1.2}.brand h1{font-size:18px;font-weight:750}.brand p,.panel p,.modal p{color:var(--muted);margin:3px 0 0;font-size:12px;line-height:1.35}.tabs,.modal-tabs{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius);align-items:center;gap:4px;padding:4px;display:inline-flex}.tabs button,.modal-tabs button{color:#4c5361;white-space:nowrap;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:7px;height:34px;padding:0 16px;display:inline-flex}.tabs button.active,.modal-tabs button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 5px #1f263414}.actions{justify-content:flex-end;gap:8px;display:flex}.btn,.icon-button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);height:36px;color:var(--text);white-space:nowrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.btn{padding:0 14px}.btn.compact-btn{height:30px;padding:0 10px;font-size:12px}.icon-button{width:36px;padding:0}.btn.primary{border-color:var(--text);background:var(--text);color:#fff}.icon-button.danger{color:var(--red)}.statusbar{border-bottom:1px solid var(--line-soft);min-height:38px;color:var(--muted);background:#fbfcfd;justify-content:space-between;align-items:center;gap:16px;padding:9px 28px;font-size:13px;display:flex}.statusbar strong{color:var(--text)}.disclaimerbar{border-bottom:1px solid var(--line-soft);color:var(--muted);background:#fff;padding:7px 28px;font-size:12px;line-height:1.35}.status-dot{background:var(--green);border-radius:999px;width:8px;height:8px;margin-right:7px;display:inline-block}.status-dot.bad{background:var(--red)}.error-bar,.loading-bar{border-radius:var(--radius);align-items:center;gap:8px;margin:12px 28px 0;padding:10px 12px;display:flex}.error-bar{background:var(--red-soft);color:var(--red);border:1px solid #edb8b8}.loading-bar{background:var(--blue-soft);color:var(--blue);border:1px solid #b7cbe0}.layout{grid-template-columns:minmax(760px,1fr) 360px;gap:16px;padding:18px 28px 28px;display:grid}.layout.layout-full{grid-template-columns:1fr}.single-layout{padding:18px 28px 28px}.main-column,.side-column{align-content:start;gap:14px;min-width:0;display:grid}.summary{grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;display:grid}.metric{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);min-height:74px;padding:14px}.metric span{color:var(--muted);font-size:12px;display:block}.metric b{margin-top:7px;font-size:25px;line-height:1;display:block}.metric.good b{color:var(--green)}.metric.warn b{color:var(--amber)}.metric.bad b{color:var(--red)}.panel{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden}.panel-head{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:12px 14px;display:flex}.panel h2{font-size:15px}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--line);background:var(--surface);color:#4b5260;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:12px;display:inline-flex}.chip.good{background:var(--green-soft);color:var(--green);border-color:#b7dfcf}.chip.warn{background:var(--amber-soft);color:var(--amber);border-color:#ead1a9}.chip.bad{background:var(--red-soft);color:var(--red);border-color:#edb8b8}.table-wrap{width:100%;overflow-x:auto}.missing-dividends{border-top:1px solid var(--line-soft);color:var(--muted);background:#fbfcfd;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:13px;line-height:1.4;display:flex}.missing-dividends strong{color:var(--text)}table{border-collapse:collapse;width:100%}.ideas-table{table-layout:fixed;min-width:1320px}.ideas-table th:first-child,.ideas-table td:first-child{width:140px}.ideas-table th:nth-child(2),.ideas-table td:nth-child(2){width:120px}.ideas-table th:nth-child(3),.ideas-table td:nth-child(3){width:96px}.ideas-table th:nth-child(4),.ideas-table td:nth-child(4),.ideas-table th:nth-child(5),.ideas-table td:nth-child(5),.ideas-table th:nth-child(6),.ideas-table td:nth-child(6),.ideas-table th:nth-child(7),.ideas-table td:nth-child(7),.ideas-table th:nth-child(8),.ideas-table td:nth-child(8){width:110px}.ideas-table th:nth-child(10),.ideas-table td:nth-child(10){width:92px}.reason-cell{white-space:normal;width:auto;min-width:360px;max-width:620px;line-height:1.35}th{height:38px;color:var(--muted);border-bottom:1px solid var(--line-soft);text-align:left;white-space:nowrap;background:#fbfcfd;padding:0 12px;font-size:12px;font-weight:650}td{border-bottom:1px solid var(--line-soft);vertical-align:middle;white-space:nowrap;height:52px;padding:0 12px}.ideas-table td{height:auto;min-height:52px;padding-top:10px;padding-bottom:10px}tbody tr{transition:background .12s}tbody tr:hover{background:#f8fafb}tbody tr.selected{box-shadow:inset 3px 0 0 var(--green);background:#f2f7f6}.compact td{height:38px}.manual-cell{min-width:130px}.manual-cell input{border:1px solid var(--line);border-radius:var(--radius);width:128px;height:32px;color:var(--text);background:#fbfcfd;padding:0 8px}.journal-actions{justify-content:flex-end;gap:8px;display:flex}.journal-table{min-width:1840px}.journal-table td{height:48px}.journal-cell{min-width:118px}.journal-comment{min-width:220px}.journal-cell input,.journal-comment input,.journal-select{border:1px solid var(--line);border-radius:var(--radius);width:100%;height:32px;color:var(--text);background:#fbfcfd;padding:0 8px}.journal-cell input{text-align:right;font-variant-numeric:tabular-nums}.journal-select{min-width:92px}.journal-report{border:1px solid var(--line-soft);border-radius:var(--radius);background:#fbfcfd;margin-top:14px;overflow:hidden}.journal-report-head{background:var(--surface);border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:10px 12px;display:flex}.journal-report h3{margin:0;font-size:15px;line-height:1.25}.journal-report p{color:var(--muted);margin:2px 0 0;font-size:12px}.journal-report-grid{background:var(--line-soft);grid-template-columns:repeat(4,minmax(150px,1fr));gap:1px;display:grid}.journal-report-grid div{background:#fbfcfd;flex-direction:column;justify-content:center;gap:5px;min-height:58px;padding:10px 12px;display:flex}.journal-report-grid span{color:var(--muted);font-size:12px}.journal-report-grid b{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:16px}.journal-report-grid .total{background:#f2f7f6}.num{text-align:right;font-variant-numeric:tabular-nums}.strong{font-weight:750}.muted{color:var(--muted)}.empty{color:var(--muted);padding:22px}.detail-panel{padding:16px}.detail-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.detail-head-actions{align-items:center;gap:8px;display:flex}.detail-head h2{font-size:22px}.detail-grid{border:1px solid var(--line-soft);border-radius:var(--radius);grid-template-columns:1fr 1fr;gap:0;margin:0;display:grid;overflow:hidden}.detail-grid div{border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:#fbfcfd;min-height:62px;padding:10px}.detail-grid div:nth-child(2n){border-right:0}.detail-grid div:nth-last-child(-n+2){border-bottom:0}.detail-grid dt{color:var(--muted);margin:0;font-size:12px}.detail-grid dd{margin:5px 0 0;font-size:16px;font-weight:750}.reason-list{gap:9px;margin-top:14px;display:grid}.reason-list div{color:#3e4552;grid-template-columns:18px 1fr;gap:8px;font-size:13px;line-height:1.35;display:grid}.reason-list svg{color:var(--green)}.reason-list .warning svg{color:var(--amber)}.profit-bridge,.quality-grid{border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--line-soft);gap:1px;margin-top:14px;display:grid;overflow:hidden}.profit-bridge div,.quality-grid div{background:#fbfcfd;justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:8px 10px;display:flex}.profit-bridge span,.quality-grid span{color:var(--muted);font-size:12px}.profit-bridge b,.quality-grid b{font-variant-numeric:tabular-nums;text-align:right;min-width:0}.profit-bridge b{white-space:nowrap}.quality-grid b{overflow-wrap:anywhere;white-space:normal;font-size:14px}.profit-bridge .total{background:#f2f7f6}.quality-grid{grid-template-columns:1fr 1fr}.quality-list{grid-template-columns:1fr}.quality-list div{min-height:34px}.quality-list b{overflow-wrap:normal;text-align:right;max-width:58%}.disclaimer{border-radius:var(--radius);background:var(--amber-soft);color:#72501b;border:1px solid #ead1a9;margin-top:14px;padding:10px;font-size:12px;line-height:1.4}.detail-actions{margin-top:16px;display:flex}.detail-actions .btn{flex:1}.modal-backdrop{z-index:20;background:#22263073;place-items:start center;padding:72px 24px 24px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius);width:min(840px,100%);max-height:calc(100vh - 96px);box-shadow:var(--shadow);grid-template-rows:auto auto minmax(0,1fr) auto;display:grid;overflow:hidden}.modal-head{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.modal-head h2{font-size:18px}.modal-tabs{justify-content:flex-start;margin:12px 16px 0}.modal-body{min-height:260px;padding:16px;overflow:auto}.settings-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field{gap:6px;display:grid}.field.full{grid-column:1/-1}.toggle-field{border:1px solid var(--line);border-radius:var(--radius);min-height:61px;color:var(--text);background:#fbfcfd;align-items:center;gap:12px;padding:10px 12px;font-weight:700;display:flex}.toggle-field input{width:18px;height:18px;accent-color:var(--accent)}.field span{color:#4d5564;font-size:12px;font-weight:650}.field input,.add-row input,.ticker-row input{border:1px solid var(--line);border-radius:var(--radius);width:100%;height:38px;color:var(--text);background:#fbfcfd;padding:0 10px}.number-control{grid-template-columns:1fr 36px 36px;gap:4px;display:grid}.number-control button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);height:38px;font-weight:800}.universe-settings,.csv-settings{gap:12px;display:grid}.add-row{grid-template-columns:1fr auto;gap:8px;display:grid}.ticker-list{gap:8px;display:grid}.ticker-row{grid-template-columns:90px 1fr 36px;align-items:center;gap:8px;display:grid}.hint{border-radius:var(--radius);background:var(--blue-soft);color:var(--blue);padding:12px;line-height:1.45}.modal-foot{border-top:1px solid var(--line-soft);background:#fbfcfd;justify-content:flex-end;align-items:center;gap:8px;padding:12px 16px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1180px){.topbar{grid-template-columns:1fr;justify-items:stretch;padding:14px 18px}.tabs,.actions{justify-self:start}.layout{grid-template-columns:1fr;padding:14px 18px 24px}.single-layout{padding:14px 18px 24px}.summary{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media (width<=720px){body{font-size:13px}.topbar{gap:12px;padding:12px}.brand h1{font-size:16px}.brand p{font-size:11px}.statusbar{flex-direction:column;align-items:flex-start;gap:6px;padding:9px 12px}.disclaimerbar{padding:7px 12px}.layout,.single-layout{padding:12px}.summary{grid-template-columns:1fr}.metric{min-height:64px;padding:12px}.metric b{font-size:22px}.panel-head,.detail-head{flex-direction:column;align-items:stretch}.chip-row,.detail-head-actions{justify-content:flex-start}.missing-dividends{flex-direction:column;align-items:stretch}.tabs,.modal-tabs,.actions{width:100%;overflow-x:auto}.actions .btn{flex:1}.tabs button,.modal-tabs button{flex:1 0 auto}.settings-grid,.detail-grid,.quality-grid,.journal-report-grid,.add-row,.ticker-row{grid-template-columns:1fr}.journal-report-head{flex-direction:column;align-items:flex-start}.ticker-row .icon-button{width:100%}.modal-backdrop{padding:12px}.modal{max-height:calc(100vh - 24px)}.modal-tabs{flex-wrap:wrap;margin:10px 12px 0;overflow-x:visible}.modal-tabs button{flex:calc(50% - 4px);padding:0 10px}.modal-body{padding:12px}.modal-foot{padding:10px 12px}.detail-grid div,.detail-grid div:nth-child(2n),.detail-grid div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line-soft)}.detail-grid div:last-child{border-bottom:0}.detail-panel{padding:12px}.detail-head h2{font-size:18px}}
