:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--brand:#1e3a5f;--brand-dark:#162d4a;--brand-light:#2a4f7c;--brand-muted:#4a7aaa;--brand-bg:#f4f6f9;--brand-border:#d0dcea;--brand-border-strong:#b6c6da;--brand-chip:#e8f0f8;--brand-ring:rgba(30,58,95,.14);--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--up:#dc2626;--down:#2563eb;--jpy:#7c3aed;--jpy-bg:#f5f3ff;--foreign:#0d9488;--foreign-bg:#f0fdfa;--amber:#d97706;--amber-bg:#fffbeb}*{box-sizing:border-box}body{margin:0;background:var(--brand-bg);color:var(--text-primary)}.container{max-width:100%;margin:0 auto;padding:12px 16px 88px;min-height:100vh}.caption{color:#475569;margin-top:2px;margin-bottom:0}.headerBar{background:#ffffffcc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #dbe2ec;border-radius:14px;padding:10px 14px;position:-webkit-sticky;position:sticky;top:10px;z-index:6}.headerBar h1{margin:0;font-size:18px}.toolbar{display:flex;justify-content:flex-end}textarea{resize:vertical}input,textarea{width:100%;padding:12px 14px;border:1px solid #d5deea;border-radius:14px;font-size:15px;background:#f8fafc}textarea:disabled{background:#eef2f7;color:#64748b;cursor:not-allowed}button{width:auto;min-width:92px;border:0;border-radius:8px;padding:10px 14px;background:var(--brand);color:#fff;cursor:pointer}button:disabled{background:#94a3b8;cursor:not-allowed}.marketRefreshButton,.newsViewRefreshButton,.stockSearchButton{background:var(--brand);border-radius:8px}.marketRefreshButton:hover:not(:disabled),.newsViewRefreshButton:hover:not(:disabled),.stockSearchButton:hover:not(:disabled){background:var(--brand-light)}.card{background:#fff;border:.5px solid var(--brand-border);border-radius:8px;padding:16px}.authCard{max-width:460px;margin:80px auto 0}.authCard h1{margin:0 0 8px}.authProductName{margin:0 0 6px;color:#475569;font-size:13px;letter-spacing:.02em}.authForm{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.rememberMeRow{display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:14px}.rememberMeRow input[type=checkbox]{width:16px;height:16px;padding:0}.sessionCheck{margin-top:8px;font-style:italic;color:#94a3b8;font-size:12px;text-align:center}.authStepLabel{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.08em;color:#64748b;text-transform:uppercase}.authField{display:flex;flex-direction:column;gap:4px}.authFieldLabel{font-size:12px;font-weight:600;color:#475569}.authFieldOptional{font-weight:400;color:#94a3b8;font-size:11px}.authDivider{display:flex;align-items:center;gap:10px;margin:16px 0 12px;color:#94a3b8;font-size:12px}.authDivider:after,.authDivider:before{content:"";flex:1 1;height:1px;background:#e2e8f0}.btnRegister{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--brand-border,#dbe4ee);background:#fff;color:var(--brand,#1e3a5f);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,transform .15s}.btnRegister:hover{background:#f5f9fd;transform:translateY(-1px)}.btnPrimary{padding:10px 12px;border-radius:8px;border:none;background:var(--brand,#1e3a5f);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.authAltRow{margin:14px 0 0;font-size:13px;color:#64748b;text-align:center}.authAltLink{background:none;border:none;padding:0;color:var(--brand,#1e3a5f);font-weight:600;cursor:pointer;text-decoration:underline;font-size:13px;font-family:inherit}.authAltLink:hover{opacity:.8}.authNote{margin-top:10px;font-size:11px;color:#cbd5e1;text-align:center;font-style:italic}.chatCard{background:#fff;border:.5px solid var(--brand-border);border-radius:8px;padding:14px;min-height:58vh}.chatLog{display:grid;grid-gap:12px;gap:12px}.lineRow{display:flex;flex-direction:column}.lineRow.user{align-items:flex-end}.lineRow.assistant{align-items:flex-start}.lineBubble{max-width:min(78%,640px);padding:11px 14px;line-height:1.65}.lineBubble.user{background:var(--brand);color:#fff;border-radius:18px 18px 4px 18px}.lineBubble.assistant{background:#f1f5f9;color:var(--text-primary);border-radius:4px 18px 18px 18px}.answerDisclaimer{margin:0 0 8px;padding:5px 9px;background:var(--brand-chip);color:var(--brand-muted);border-left:2px solid var(--brand-muted);border-radius:0;font-size:10.5px;line-height:1.55}.typoNotice{margin:0 0 6px;font-size:11px;color:#64748b;font-style:italic}.answerMain{word-break:break-word;font-size:13.5px;line-height:1.8;letter-spacing:.01em}.answerMain a{color:#1d4ed8}.inlineCode{background:#e2e8f0;color:#0f172a;border-radius:4px;padding:1px 6px;font-size:.92em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.chatInputWrap{bottom:0;margin-top:12px;flex-direction:column;gap:8px}.chatInputWrap,.chatJumpToBottom{position:-webkit-sticky;position:sticky;display:flex}.chatJumpToBottom{bottom:96px;z-index:6;justify-content:center;margin-top:8px;pointer-events:none}.chatJumpToBottomButton{pointer-events:auto;padding:6px 14px;border:.5px solid var(--brand-border);border-radius:999px;background:#fff;color:var(--text-secondary);font-size:12px;font-weight:500;box-shadow:0 2px 8px rgba(15,23,42,.12);cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.chatJumpToBottomButton:hover{background:#f8fafc;box-shadow:0 4px 12px rgba(15,23,42,.16)}.chatBusyNotice{align-self:center;padding:4px 12px;border-radius:999px;background:rgba(15,23,42,.06);color:var(--text-secondary);font-size:12px;font-weight:500}.chatInputSuggestions{display:flex;flex-wrap:wrap;gap:6px}.chatInputChip{height:28px;min-width:0;padding:0 12px;border:.5px solid var(--brand-border);border-radius:999px;background:#fff;color:var(--text-secondary);font-size:12px;font-weight:400;transition:background .15s ease}.chatInputChip:hover{background:var(--brand-chip)}.chatInputChip:disabled{background:#fff;opacity:.5;cursor:not-allowed}.chatInputBox{background:#fff;border:.5px solid var(--brand-border-strong);border-radius:16px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s ease,box-shadow .15s ease}.chatInputBox,.chatInputBox--focused{box-shadow:0 1px 8px rgba(30,58,95,.08)}.chatInputBox--focused{border-color:var(--brand)}.chatInputTextarea{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;border:none;border-radius:0;background:transparent;padding:0;margin:0;font-size:14px;line-height:1.5;color:var(--text-primary);resize:none;min-height:40px;max-height:200px;overflow-y:auto;box-shadow:none}.chatInputTextarea:focus{outline:none}.chatInputToolbar{align-items:center}.chatInputToolbar,.chatInputTools{display:flex;gap:6px}.chatInputToolBtn{display:inline-flex;align-items:center;gap:4px;height:32px;min-width:0;padding:0 10px;border:.5px solid var(--brand-border);border-radius:8px;background:#fff;color:var(--text-secondary);font-size:12px;font-weight:400;transition:background .15s ease}.chatInputToolBtn--active,.chatInputToolBtn:hover{background:var(--brand-chip)}.chatInputToolBtn--active{border-color:var(--brand);color:var(--brand)}.chatInputSymbolAnchor{position:relative}.chatInputSymbolPopover{position:absolute;bottom:calc(100% + 8px);left:0;width:260px;background:#fff;border:.5px solid var(--brand-border-strong);border-radius:12px;box-shadow:0 8px 24px rgba(30,58,95,.16);padding:8px;z-index:20}.chatInputSymbolSearchBox{width:100%;min-width:0;border:.5px solid var(--brand-border);border-radius:8px;padding:6px 10px;font-size:13px;color:var(--text-primary);background:var(--brand-bg)}.chatInputSymbolSearchBox:focus{outline:none;border-color:var(--brand)}.chatInputSymbolResults{margin-top:6px;max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.chatInputSymbolStatus{padding:10px 8px;font-size:12px;color:var(--text-muted);text-align:center}.chatInputSymbolResultItem{display:flex;align-items:baseline;gap:8px;min-width:0;width:100%;padding:7px 8px;border:none;border-radius:6px;background:transparent;text-align:left;font-size:13px}.chatInputSymbolResultItem:hover{background:var(--brand-chip)}.chatInputSymbolResultCode{flex:0 0 auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--brand);font-weight:500}.chatInputSymbolResultName{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary)}.chatInputActions{margin-left:auto;display:flex;align-items:center;gap:8px}.chatInputHint{font-size:11px;color:var(--text-muted);white-space:nowrap}.chatInputSend{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:0;padding:0;border-radius:10px;background:var(--brand);color:#fff;flex-shrink:0}.chatInputSend:hover:not(:disabled){background:var(--brand-light)}.chatInputSend:disabled{background:var(--brand);opacity:.35;cursor:not-allowed}.chatInputSend--cancel{background:#b91c1c}.chatInputSend--cancel:hover{background:#991b1b}.chatInputSend--cancel .dottedSpinner{border-color:#fff hsla(0,0%,100%,.45) hsla(0,0%,100%,.45)}.dottedSpinner{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:2px dashed #cbd5e1;border-top-color:#334155;animation:dottedSpinnerRotate .85s linear infinite}.dottedSpinner--sm{width:16px;height:16px;border-width:2px}@keyframes dottedSpinnerRotate{to{transform:rotate(1turn)}}.sessionSwitchingIndicator{display:flex;align-items:center;justify-content:center;min-height:200px}.sourceChip{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;background:var(--brand-chip);border:1px solid var(--brand-border);color:var(--text-secondary);font-size:11px;font-weight:500;line-height:1.4;text-decoration:none}.mentionBar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:12px 0 6px;padding:6px 10px 6px 8px;background:#eef4ff;border:1px solid #c9dbf7;border-radius:999px;font-size:12px;color:#1e3a5f}.mentionBarBadge{gap:6px;min-width:0;flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mentionBarBadge,.mentionBarIcon{display:inline-flex;align-items:center}.mentionBarIcon{justify-content:center;width:20px;height:20px;border-radius:999px;background:var(--brand,#1e3a5f);color:#fff;font-weight:700;font-size:11px}.mentionBarLabel{font-weight:700;color:var(--brand,#1e3a5f)}.mentionBarNote{color:#64748b}.mentionBarClose{background:transparent;border:none;color:#64748b;font-size:16px;line-height:1;cursor:pointer;padding:2px 6px;border-radius:4px}.mentionBarClose:hover{background:#dbe4ee;color:#1e3a5f}.mentionChip{gap:4px;padding:2px 8px 2px 4px;margin-right:6px;border-radius:999px;background:hsla(0,0%,100%,.18);border:1px solid hsla(0,0%,100%,.28);font-size:11px;line-height:1.4;vertical-align:middle}.mentionChip,.mentionChipIcon{display:inline-flex;align-items:center;color:inherit;font-weight:700}.mentionChipIcon{justify-content:center;width:16px;height:16px;border-radius:999px;background:hsla(0,0%,100%,.28);font-size:10px}.sourceChip:hover{color:var(--brand);border-color:var(--brand-muted)}.sourceChipRow{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.sourcesDetails{margin-top:6px}.sourcesSummary{display:inline-flex;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;cursor:pointer;font-size:11px;font-weight:500;color:#64748b;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sourcesSummary::-webkit-details-marker{display:none}.sourcesSummary:before{content:"▸";font-size:9px;transition:transform .15s ease}.sourcesDetails[open] .sourcesSummary:before{transform:rotate(90deg)}.sourcesSummary:hover{color:var(--brand)}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.45}}.skeletonBlock{background:#e2e8f0;border-radius:4px;animation:skeletonPulse 1.4s ease-in-out infinite}.skeletonCard{padding:16px 18px;gap:10px}.skeletonCard,.skeletonRow{background:#fff;border:.5px solid var(--brand-border);border-radius:8px;display:flex;flex-direction:column}.skeletonRow{padding:14px 16px;gap:8px}@media (prefers-reduced-motion:reduce){.dottedSpinner{animation:none;border-style:solid;opacity:.85}}.sendingBubble{display:inline-flex;align-items:center;gap:10px;color:#64748b;font-size:14px}.sendingLabel{letter-spacing:.02em}.editMessageRow{display:flex;justify-content:flex-end;margin-top:4px}.editMessageButton{min-width:0;font-size:11.5px;color:#94a3b8;background:none;border:none;padding:2px 4px;cursor:pointer;transition:color 80ms ease}.editMessageButton:hover:not(:disabled){color:#2563eb}.editMessageButton:disabled{background:none;opacity:.4;cursor:default}.messageActionsRow{display:flex;justify-content:flex-start;margin-top:6px}.messagePinButton{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:12px;color:var(--text-muted);background:transparent;border:.5px solid transparent;border-radius:999px;padding:4px 10px 4px 8px;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.messagePinButton:hover{color:var(--brand);background:var(--brand-chip);border-color:var(--brand-border)}.messagePinButton--active{color:var(--brand);font-weight:600;background:var(--brand-chip);border-color:var(--brand-muted)}.metaLine{margin-top:4px;font-size:12px;color:#334155}.metaLine .sourceInternal{color:#475569}.metaDetails{margin-top:4px;font-size:12px;color:#334155}.metaDetails p{margin:6px 0 0}.newsItem,.newsList{display:grid;grid-gap:6px;gap:6px}.newsItem{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:8px 10px;transition:box-shadow .15s ease,border-color .15s ease,background-color .15s ease}.newsItemLink{text-decoration:none;color:inherit;cursor:pointer}.newsItem:hover{border-color:#cbd5e1;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.06)}.newsItemLink:hover .newsTitle{color:#1d4ed8;text-decoration:underline}.newsTitle{font-weight:700;line-height:1.55;color:#0f172a}.newsTitleLink{text-decoration:none;color:inherit}.newsItem--hasLink:hover .newsTitleLink{color:#1d4ed8;text-decoration:underline}.newsItemHead{display:grid;grid-gap:4px;gap:4px}.newsItemMetaRow{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px}.newsSummaryBlock{display:grid;grid-gap:4px;gap:4px}.newsSummaryToggle{align-self:flex-start;padding:0;border:none;background:none;color:#64748b;font-size:12px;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.newsSummaryToggle:hover{color:#334155}.newsSummary{color:#475569;font-size:13px;line-height:1.5;margin:0}.newsSummary--expanded{display:block;max-height:6em;overflow-y:auto}.newsItemLink:hover .newsSummary{color:#334155}.newsMeta{font-size:12px;color:#64748b}.newsCategoryTag{margin:6px 0 0}.error{margin:0;color:#b91c1c;white-space:pre-wrap}.edinetCard{margin:8px 0 10px;border:1px solid #cbd5e1;background:#fff;border-radius:12px;padding:12px 14px;display:grid;grid-gap:8px;gap:8px}.edinetCardHeader{display:flex;align-items:center;gap:8px;border-bottom:1px solid #e2e8f0;padding-bottom:8px}.edinetCardIcon{font-size:18px;line-height:1}.edinetCardTitle{font-size:15px;color:#0f172a}.edinetCardCode{font-weight:400;color:#475569;font-size:13px}.edinetCardMeta{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0;padding:0;font-size:12px;color:#475569}.edinetCardMeta>div{display:flex;align-items:baseline;gap:4px}.edinetCardMeta dt{font-weight:600;color:#334155;margin:0}.edinetCardMeta dd{margin:0;color:#0f172a}.edinetCardSummary{font-size:13.5px;line-height:1.65;color:#0f172a}.edinetCardSummary p{margin:0 0 4px}.edinetCardKpi{margin:0;font-size:12.5px;color:#334155;background:#f1f5f9;border-radius:8px;padding:6px 10px}.edinetCardLinks{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:2px}.edinetCardLink{display:inline-block;font-size:12.5px;color:#1d4ed8;text-decoration:none;border:1px solid #c7d2fe;background:#eef2ff;border-radius:8px;padding:3px 10px;transition:background-color .15s ease,border-color .15s ease}.edinetCardLink:hover{background:#e0e7ff;border-color:#a5b4fc}.dataSourcesBadges{margin-top:4px;display:flex;flex-wrap:wrap;gap:4px 6px;align-items:center;font-size:12px;color:#475569}.dataSourcesLabel{color:#64748b}.dataSourceBadge{display:inline-block;padding:2px 8px;border-radius:999px;background:#f1f5f9;border:1px solid #cbd5e1;color:#334155;font-size:11.5px;line-height:1.4}.dataSourceBadge--link{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.dataSourceBadge--link:hover{background:#dbeafe;border-color:#93c5fd}main.container--app{padding-top:0;padding-left:24px;padding-right:24px}.appHeader{position:-webkit-sticky;position:sticky;top:-1px;z-index:12;background:var(--brand);border-bottom:none;margin:0 -24px 12px;padding:1px 24px 0}.appHeaderInner{display:flex;align-items:center;gap:16px;max-width:920px;margin:0 auto;padding:10px 0}.appHeaderBrand{flex:0 0 auto;min-width:0}.appHeaderTitle{margin:0;font-size:16px;font-weight:600;color:#e8edf5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.appHeaderActions{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;gap:8px}.labModeToggle{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;font-size:12px;color:#e8edf5;background:hsla(0,0%,100%,.08);border:.5px solid hsla(0,0%,100%,.18);border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.labModeToggle:hover{background:hsla(0,0%,100%,.14)}.labModeToggle.active{color:#0b1220;background:linear-gradient(135deg,#7dd3fc,#a78bfa);border-color:hsla(0,0%,100%,.35)}.labModeToggle:disabled{opacity:.6;cursor:wait}.labModeToggleLabel{font-weight:600}.labModeToggleSwitch{position:relative;display:inline-block;width:22px;height:12px;background:rgba(0,0,0,.25);border-radius:999px;transition:background .15s ease}.labModeToggle.active .labModeToggleSwitch{background:rgba(11,18,32,.35)}.labModeToggleKnob{position:absolute;top:1px;left:1px;width:10px;height:10px;background:#f8fafc;border-radius:50%;transition:left .15s ease}.labModeToggle.active .labModeToggleKnob{left:11px}.logoutButton{min-width:0;padding:5px 11px;font-size:12px;background:hsla(0,0%,100%,.1);color:#e8edf5;border:.5px solid hsla(0,0%,100%,.2);border-radius:6px}.logoutButton:hover{background:hsla(0,0%,100%,.18)}.headerNav{display:flex;gap:6px;flex:1 1 auto;justify-content:center}.headerNavItem{display:inline-flex;align-items:center;gap:6px;min-width:0;padding:6px 11px;border:1px solid transparent;background:transparent;color:#a8bdd4;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.headerNavItem:hover{background:hsla(0,0%,100%,.08);color:#fff}.headerNavItem.active{background:hsla(0,0%,100%,.13);color:#fff;border-color:hsla(0,0%,100%,.18)}.headerNavItem.active:hover{background:hsla(0,0%,100%,.18)}.headerNavIcon{font-size:16px;line-height:1}.headerNavLabel{font-size:13.5px}.headerNikkeiBadge{margin-left:6px;padding:2px 8px;background:hsla(0,0%,100%,.1);color:#e8edf5;border:.5px solid hsla(0,0%,100%,.2);border-radius:5px;font-size:11px;font-weight:500;white-space:nowrap;letter-spacing:.01em}.headerNavItem.active .headerNikkeiBadge{background:hsla(0,0%,100%,.16);color:#fff;border-color:hsla(0,0%,100%,.28)}.viewContainer{background:transparent}.viewContainer[hidden]{display:none}.primaryViews{display:block}.viewContainer--chatSplitMarket{display:none}@media (min-width:1100px){body:has(.container--app .primaryViews--chatSplit){height:100dvh;overflow:hidden}.container--app:has(.primaryViews--chatSplit){height:100dvh;min-height:unset;overflow:hidden;display:flex;flex-direction:column;padding-bottom:28px}.primaryViews--chatSplit{--col-sidebar:260px;--col-market:var(--col-sidebar);display:grid;grid-template-columns:var(--col-sidebar) minmax(0,1fr) var(--col-market);grid-gap:0 12px;gap:0 12px;align-items:stretch;flex:1 1;min-height:0;overflow:hidden}.primaryViews--chatSplit.is-sidebarCollapsed{--col-sidebar:76px}.primaryViews--chatSplit.is-marketCollapsed{--col-market:148px}.primaryViews--chatSplit.is-marketCollapsed .viewContainer--marketRail{padding:12px 10px}.primaryViews--chatSplit .viewContainer--chatMain{min-width:0;height:100%;overflow-y:auto;padding-top:16px}.primaryViews--chatSplit .viewContainer--chatSplitMarket{display:block;margin-top:0;min-width:0;height:100%;overflow-y:auto;padding-top:16px}.primaryViews--chatSplit .viewContainer--chatSplitMarket .marketHeader{flex-wrap:wrap;align-items:center;gap:6px 8px;margin-top:0}.primaryViews--chatSplit .viewContainer--chatSplitMarket .marketHeader>.panelCollapseBtn{flex:0 0 auto;align-self:center;margin-left:auto}.primaryViews--chatSplit .viewContainer--chatSplitMarket .marketHeader h2{flex:1 1 auto;min-width:0;font-size:13px;line-height:1.3;white-space:nowrap}.primaryViews--chatSplit .viewContainer--chatSplitMarket .marketHeaderRight{flex:1 1 100%;flex-wrap:wrap;justify-content:flex-start;gap:6px;min-width:0}.primaryViews--chatSplit .viewContainer--chatSplitMarket .marketLastUpdated{font-size:11px}.primaryViews--chatSplit .viewContainer--chatSplitMarket .marketRefreshButton{padding:4px 10px;font-size:12px;white-space:nowrap}.primaryViews--chatSplit .viewContainer--chatSplitMarket .marketGrid{grid-template-columns:1fr;gap:8px}.primaryViews--chatSplit .viewContainer--chatSplitMarket .marketDisclaimer{margin-top:12px;font-size:12px}}.placeholderView{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 20px;margin-top:16px;color:#334155;line-height:1.7}.placeholderView h2{margin:0 0 12px;font-size:18px;color:#0f172a}.placeholderView p{margin:0 0 12px;font-size:14px}.placeholderRoadmap{margin:8px 0 16px;padding-left:20px;font-size:14px;color:#475569}.placeholderRoadmap li{margin:4px 0}.placeholderCaption{margin:12px 0 0;padding:10px 12px;background:#f8fafc;border-left:3px solid #94a3b8;border-radius:4px;font-size:13.5px;color:#475569}.stockViewHeader{margin:16px 0 12px}.stockViewHeader h2{margin:0 0 6px;font-size:18px;color:#0f172a}.stockViewLead{margin:0;font-size:13px;color:#475569;line-height:1.6}.stockSearchForm{display:flex;gap:8px;margin:12px 0}.stockSearchInput{flex:1 1 auto;min-width:0;padding:10px 14px;border:1px solid #d5deea;border-radius:10px;background:#fff;font-size:14px;color:#0f172a}.stockSearchInput:focus{outline:2px solid #2563eb;outline-offset:2px}.stockSearchButton{min-width:0;padding:10px 18px;font-size:14px;background:var(--brand);color:#fff;border-radius:8px}.stockSearchButton:hover:not(:disabled){background:var(--brand-light)}.stockSearchError{margin:8px 0;padding:10px 12px;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;color:#b91c1c;font-size:13px}.stockSearchEmpty{margin:8px 0;padding:10px 12px;background:#fef3c7;border-left:3px solid #f59e0b;border-radius:4px;color:#92400e;font-size:13.5px}.stockSearchList{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:6px}.stockSearchItem{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;text-align:left;font:inherit;color:#0f172a;transition:border-color 80ms ease,box-shadow 80ms ease,background 80ms ease}.stockSearchItem:hover{border-color:#94a3b8;box-shadow:0 2px 6px rgba(15,23,42,.06)}.stockSearchItem:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.stockSearchItem--active{border-color:#2563eb;background:#eff6ff}.stockSearchItemName{font-size:14px;font-weight:600;color:#0f172a;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stockSearchItemMeta{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.stockSearchSymbol{font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#475569;background:#f1f5f9}.stockSearchMarket,.stockSearchSymbol{font-weight:600;padding:2px 8px;border-radius:4px}.stockSearchMarket{font-size:11.5px}.stockSearchMarket--jp{background:#fee2e2;color:#b91c1c}.stockSearchMarket--us{background:#dbeafe;color:#1d4ed8}.stockSearchCurrency{font-size:11.5px;color:#94a3b8;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.watchlistPanel{margin:0 0 16px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.watchlistLabel{font-size:11.5px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px}.watchlistChips{display:flex;flex-wrap:wrap;gap:6px}.watchlistChipWrap{display:flex;align-items:center}.watchlistChip{padding:5px 10px;font-size:13px;font-weight:500;background:#fff;border:1px solid #cbd5e1;border-right:none;border-radius:6px 0 0 6px;color:#0f172a;cursor:pointer;transition:background 80ms ease,border-color 80ms ease}.watchlistChip:hover{background:#eff6ff;border-color:#93c5fd}.watchlistChip--active{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.watchlistChipRemove{padding:5px 7px;font-size:13px;line-height:1;background:#fff;border:1px solid #cbd5e1;border-radius:0 6px 6px 0;color:#94a3b8;cursor:pointer;transition:background 80ms ease,color 80ms ease}.watchlistChipRemove:hover{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.stockSearchItemRow{display:flex;align-items:stretch;gap:0}.stockSearchItemRow .stockSearchItem{flex:1 1 auto;border-radius:10px 0 0 10px;border-right:none}.stockSearchItemRow .stockSearchItem:focus-visible,.stockSearchItemRow .stockSearchItem:hover{border-right:none}.watchlistStar{flex:0 0 auto;padding:0 14px;font-size:16px;background:#fff;border:1px solid #e2e8f0;border-radius:0 10px 10px 0;color:#cbd5e1;cursor:pointer;transition:color 80ms ease,background 80ms ease;line-height:1}.watchlistStarMark:before{content:"★";font-size:14px;font-weight:400}.watchlistStar--active .watchlistStarMark:before{content:"★"}.watchlistStar--active,.watchlistStar:hover{color:#f59e0b;background:#fefce8;border-color:#fde68a}.stockDetailPanel{margin-top:16px;background:#fff;border:.5px solid var(--brand-border);border-radius:8px;padding:16px;box-shadow:0 1px 4px rgba(30,58,95,.05)}.stockDetailPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px}.stockDetailPanelTitleBlock{min-width:0}.stockDetailPanelTitle{margin:0;font-size:18px;color:#0f172a}.stockDetailPanelSubtitle{margin:4px 0 0;display:inline-flex;align-items:center;gap:6px}.stockDetailSymbolBadge{font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#475569;background:#f1f5f9}.stockDetailMarketBadge,.stockDetailSymbolBadge{font-weight:600;padding:2px 8px;border-radius:4px}.stockDetailMarketBadge{font-size:11.5px;background:#dbeafe;color:#1d4ed8}.stockDetailCloseBtn{min-width:0;padding:6px 10px;font-size:13px;background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;border-radius:8px}.stockDetailCloseBtn:hover{background:#e2e8f0}.stockDetailQuoteCard{margin:0 0 12px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.stockDetailQuoteRow{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.stockDetailQuotePrice{font-size:28px;font-weight:700;color:#0f172a;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em}.stockDetailQuoteCurrency{font-size:13px;color:#64748b}.stockDetailQuoteChange{font-size:14px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;padding:2px 8px;border-radius:4px}.stockDetailQuoteChange--up{color:#047857;background:#d1fae5}.stockDetailQuoteChange--down{color:#b91c1c;background:#fee2e2}.stockDetailQuoteChange--neutral{color:#475569;background:#f1f5f9}.stockDetailQuoteMeta{margin:6px 0 0;font-size:12px;color:#94a3b8}.stockDetailStatus{margin:8px 0;padding:8px 12px;background:#f8fafc;border-left:3px solid #94a3b8;border-radius:4px;font-size:13px;color:#475569}.stockDetailError{margin:8px 0;padding:10px 12px;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;color:#b91c1c;font-size:13px}.stockDetailError--rateLimit{background:#fffbeb;border-color:#fcd34d;color:#92400e}.stockDetailErrorHint{margin:6px 0 0;font-size:12px;line-height:1.5;color:#a16207}.stockDetailError button{margin-top:8px;min-width:0;padding:6px 14px;font-size:12.5px;background:#b91c1c;color:#fff;border-radius:6px}.stockDetailError--rateLimit button{background:#d97706}.stockAlertSection{margin:12px 0 0}.stockAlertToggle{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;transition:background 80ms ease,border-color 80ms ease}.stockAlertToggle:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.stockAlertToggle--open{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.stockAlertBadge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#2563eb;color:#fff;border-radius:50%;font-size:11px;font-weight:700}.stockAlertPanel{margin-top:8px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;gap:10px}.stockAlertList,.stockAlertPanel{display:flex;flex-direction:column}.stockAlertList{list-style:none;padding:0;margin:0;gap:6px}.stockAlertItem{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px}.stockAlertItem--triggered{color:#94a3b8;text-decoration:line-through}.stockAlertRemove{font-size:12px;color:#94a3b8;background:none;border:none;cursor:pointer;padding:2px 4px;flex-shrink:0}.stockAlertRemove:hover{color:#dc2626}.stockAlertEmpty{font-size:13px;color:#94a3b8;margin:0}.stockAlertForm{display:flex;gap:6px;flex-wrap:wrap}.stockAlertInput{flex:1 1 100px;min-width:80px;padding:6px 10px}.stockAlertInput,.stockAlertSelect{font-size:13px;border:1px solid #cbd5e1;border-radius:6px;background:#fff}.stockAlertSelect{flex:2 1 140px;padding:6px 8px}.stockAlertSubmit{padding:6px 14px;font-size:13px;font-weight:600;background:var(--brand);color:#fff;border-radius:6px}.stockAlertSubmit:hover{background:var(--brand-light)}.stockAlertStatus{font-size:12px;color:#dc2626;margin:0}.stockDetailEdinetSection{margin-top:16px}.stockDetailSectionTitle{margin:0 0 8px;font-size:15px;color:#0f172a}.stockDetailEdinetNotice{background:#f1f5f9;border-left:3px solid #94a3b8;color:#475569;line-height:1.6}.stockDetailEdinetEmpty,.stockDetailEdinetNotice{margin:0;padding:10px 12px;border-radius:4px;font-size:13px}.stockDetailEdinetEmpty{background:#fef3c7;border-left:3px solid #f59e0b;color:#92400e}.stockDetailEdinetEmpty button{margin-top:8px;min-width:0;padding:6px 14px;font-size:12.5px;background:#f59e0b;color:#fff;border-radius:6px}@media (max-width:480px){.stockSearchForm{flex-direction:column}.stockSearchButton{width:100%}.stockDetailQuotePrice{font-size:24px}}.newsViewHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 12px}.newsViewHeader h2{margin:0;font-size:18px;color:#0f172a}.newsViewRefreshButton{min-width:0;padding:8px 14px;font-size:13.5px;background:var(--brand);color:#fff;border-radius:8px}.newsViewRefreshButton:hover:not(:disabled){background:var(--brand-light)}.newsViewToolbar{display:flex;align-items:center;gap:12px;margin:0 0 12px}.newsViewCategoryLabel{font-size:13.5px;color:#475569}.newsViewCategoryLabel select{margin-left:6px;padding:6px 8px;border:1px solid #d5deea;border-radius:8px;background:#fff;font-size:13.5px}.newsViewCaption{margin:0 0 12px;padding:8px 12px;background:#f8fafc;border-left:3px solid #94a3b8;border-radius:4px;font-size:13px;color:#475569}.newsViewCaption--warn{background:#fef3c7;border-left-color:#f59e0b;color:#92400e}.newsViewListHeading{margin:0 0 8px;font-size:13.5px;color:#334155}.newsViewMoreRow{margin-top:12px;display:flex;justify-content:center}.newsViewMoreRow button{min-width:0;padding:8px 18px;font-size:13.5px;background:#f1f5f9;color:#0f172a;border:1px solid #cbd5e1;border-radius:8px}.newsViewMoreRow button:hover{background:#e2e8f0}.newsViewFooter{margin:16px 0 0;font-size:12px;color:#94a3b8;line-height:1.6}.newsViewErrorBlock{background:#fff;border:1px solid #fecaca;border-radius:10px;padding:16px;margin:8px 0 12px}.newsViewErrorMessage{margin:0 0 10px;color:#b91c1c;font-size:14px}.marketTickerBar{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin:12px 0 8px}.marketTickerBar::-webkit-scrollbar{height:3px}.marketTickerBar::-webkit-scrollbar-track{background:transparent}.marketTickerBar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.marketTickerBar--loading{opacity:.6}.marketTickerBarInner{display:flex;align-items:center;gap:6px;padding:7px 10px;min-width:max-content}.marketTickerItem{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;white-space:nowrap;font-size:12.5px;line-height:1.4}.marketTickerItem:hover{background:#f1f5f9}.marketTickerItem--skeleton{display:inline-block;width:120px;height:14px;border-radius:4px;background:#f1f5f9;border-right:1px solid #e2e8f0;margin:4px 0}.marketTickerItemLabel{color:#64748b;font-size:11px;font-weight:500;letter-spacing:.02em}.marketTickerItemValue{color:#0f172a;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.marketTickerItemUnit{color:#94a3b8;font-size:10.5px;font-weight:400;margin-left:1px}.marketTickerItemChange{font-size:11.5px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#94a3b8}.marketTickerItemChange--up{color:#16a34a}.marketTickerItemChange--down{color:#dc2626}.watchlistLayout{display:flex;gap:0;min-height:0;flex:1 1;margin-top:4px}.watchlistSidebar{width:200px;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px 0 0 10px;display:flex;flex-direction:column;overflow:hidden}.watchlistSidebarHeader{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 10px;border-bottom:1px solid #f1f5f9;gap:6px}.watchlistSidebarTitle{font-size:12px;font-weight:600;color:#64748b;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.watchlistSidebarActions{display:flex;align-items:center;gap:6px}.watchlistLastUpdated{font-size:10.5px;color:#94a3b8;white-space:nowrap}.watchlistRefreshBtn{min-width:0;padding:3px 6px;font-size:14px;background:transparent;color:#94a3b8;border-radius:6px;border:none;cursor:pointer;line-height:1}.watchlistRefreshBtn:hover:not(:disabled){background:#f1f5f9;color:#475569}.watchlistSidebarSkeleton{padding:8px;display:flex;flex-direction:column;gap:6px}.watchlistSidebarSkeletonRow{height:36px;border-radius:6px;background:#f8fafc;animation:pulse 1.5s ease-in-out infinite}.watchlistSidebarList{list-style:none;margin:0;padding:6px 0;flex:1 1;overflow-y:auto}.watchlistSidebarRow{display:flex;align-items:center;position:relative}.watchlistSidebarRow--active{background:#eff6ff}.watchlistSidebarRow--active .watchlistSidebarItem{color:#1e3a5f}.watchlistSidebarRow--jpy .watchlistSidebarName{border-left:3px solid var(--jpy);padding-left:8px}.watchlistSidebarRow--foreign .watchlistSidebarName{border-left:3px solid var(--foreign);padding-left:8px}.watchlistSidebarRow--jpy.watchlistSidebarRow--active{background:var(--jpy-bg)}.watchlistSidebarRow--foreign.watchlistSidebarRow--active{background:var(--foreign-bg)}.watchlistMainHeader--jpy .watchlistMainTitle{color:var(--jpy)}.watchlistMainHeader--foreign .watchlistMainTitle{color:var(--foreign)}.watchlistSidebarItem{flex:1 1;display:grid;grid-template-columns:minmax(0,1fr) 54px;align-items:center;padding:9px 34px 9px 16px;background:transparent;border:none;cursor:pointer;text-align:left;grid-gap:10px;gap:10px;border-radius:0;font-size:13px}.watchlistSidebarItem:hover{background:#f8fafc}.watchlistSidebarRow--active .watchlistSidebarItem:hover{background:#dbeafe}.watchlistSidebarName{color:#1e293b;font-weight:500;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:none}.watchlistSidebarChange{font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#94a3b8;white-space:nowrap;flex-shrink:0;width:54px;text-align:right}.watchlistSidebarChange--up{color:#16a34a}.watchlistSidebarChange--down{color:#dc2626}.watchlistDeleteBtn{opacity:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);padding:0;width:20px;height:20px;min-width:unset;background:transparent;border:none;cursor:pointer;color:#0f172a;font-size:11px;line-height:1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:opacity .15s,color .15s,background .15s}.watchlistSidebarRow:hover .watchlistDeleteBtn{opacity:.7}.watchlistDeleteBtn:hover{opacity:1;color:#dc2626;background:#fee2e2}.watchlistAddBtn{margin:8px 10px 12px;padding:8px 12px;background:transparent;border:1.5px dashed #cbd5e1;border-radius:8px;color:#64748b;font-size:12.5px;cursor:pointer;text-align:center;transition:border-color .15s,color .15s,background .15s}.watchlistAddBtn:hover{border-color:#1e3a5f;color:#1e3a5f;background:#f8fafc}.watchlistMain{flex:1 1;min-width:0;background:#fff;border:1px solid #e2e8f0;border-left:none;border-radius:0 10px 10px 0;padding:20px 24px;overflow-y:auto}.watchlistMainSkeleton{padding:8px 0}.watchlistMainHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.watchlistMainTitle{margin:0 0 6px;font-size:16px;color:#475569;font-weight:500}.watchlistMainValueRow{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.watchlistMainValue{font-size:38px;font-weight:700;color:#0f172a;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1}.watchlistMainUnit{font-size:16px;color:#64748b;font-weight:400}.watchlistMainChange{font-size:18px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#94a3b8}.watchlistMainChange--up{color:#16a34a}.watchlistMainChange--down{color:#dc2626}.watchlistMainMeta{margin-top:6px;font-size:12px;color:#94a3b8}.watchlistMainAskBtnWrap{flex-shrink:0}.watchlistAskBtn{padding:8px 16px;background:#1e3a5f;color:#fff;border-radius:8px;font-size:13px;border:none;cursor:pointer;white-space:nowrap}.watchlistAskBtn:hover{background:#2d5490}.watchlistMainEmpty{height:200px;color:#94a3b8;font-size:14px}.watchlistMainEmpty,.watchlistModalOverlay{display:flex;align-items:center;justify-content:center}.watchlistModalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:500}.watchlistModal{background:#fff;border-radius:12px;width:340px;max-width:calc(100vw - 32px);max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2)}.watchlistModalHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid #f1f5f9}.watchlistModalHeader h3{margin:0;font-size:16px;color:#0f172a}.watchlistModalClose{background:transparent;border:none;cursor:pointer;font-size:20px;color:#94a3b8;padding:0 4px;border-radius:4px}.watchlistModalClose:hover{color:#475569;background:#f8fafc}.watchlistModalEmpty{padding:24px 20px;color:#94a3b8;font-size:14px;margin:0}.watchlistModalList{list-style:none;margin:0;padding:8px 0;overflow-y:auto;flex:1 1}.watchlistModalItem{padding:0}.watchlistModalLabel{display:flex;align-items:center;gap:10px;padding:10px 20px;cursor:pointer;font-size:14px}.watchlistModalLabel:hover{background:#f8fafc}.watchlistModalLabel input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:#1e3a5f}.watchlistModalName{flex:1 1;color:#0f172a;font-weight:500}.watchlistModalUnit{font-size:12px;color:#94a3b8}.watchlistModalFooter{padding:12px 20px 16px;border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end}.watchlistModalCancel{padding:8px 16px;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:13.5px;cursor:pointer}.watchlistModalCancel:hover{background:#f8fafc}.watchlistModalAddBtn{padding:8px 16px;background:#1e3a5f;color:#fff;border:none;border-radius:8px;font-size:13.5px;cursor:pointer}.watchlistModalAddBtn:hover:not(:disabled){background:#2d5490}.watchlistModalAddBtn:disabled{opacity:.5;cursor:not-allowed}.marketGrid--extra{margin-top:12px}.marketHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 12px}.marketHeader h2{margin:0;font-size:18px;color:#0f172a}.marketHeaderRight{display:flex;align-items:center;gap:10px}.marketLastUpdated{font-size:12px;color:#94a3b8;white-space:nowrap}.marketRefreshButton{min-width:0;padding:8px 14px;font-size:13.5px;background:var(--brand);color:#fff;border-radius:8px}.marketRefreshButton:hover:not(:disabled){background:var(--brand-light)}.marketCaption{margin:0 0 12px;padding:8px 12px;background:#f8fafc;border-left:3px solid #94a3b8;border-radius:4px;font-size:13px;color:#475569}.marketCaption--warn{background:#fef3c7;border-left-color:#f59e0b;color:#92400e}.marketDisclaimer{margin:16px 0 0;font-size:11.5px;color:#94a3b8;line-height:1.6}.marketErrorBlock{background:#fff;border:1px solid #fecaca;border-radius:10px;padding:16px;margin:8px 0 12px}.marketErrorMessage{margin:0 0 10px;color:#b91c1c;font-size:14px}.marketGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.marketIndexBlock{display:grid;grid-gap:8px;gap:8px;align-content:start}.marketIndexCard{background:#fff;border:.5px solid var(--brand-border);border-radius:8px;padding:13px 15px;display:flex;flex-direction:column;gap:5px;min-width:0}.marketIndexCardName{margin:0;font-size:11px;font-weight:400;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.03em;text-transform:uppercase}.marketIndexCardValue{margin:0;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.marketIndexCardNumber{font-size:22px;font-weight:500;color:var(--brand);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em}.marketIndexCardCurrency{font-size:12px;color:#64748b}.marketIndexCardMeta{margin:0;font-size:11.5px;color:#94a3b8;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.marketIndexCardStale{color:#d97706;font-weight:600}.marketIndexCard--clickable{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-align:left;font:inherit;transition:transform 80ms ease,border-color 80ms ease,box-shadow 80ms ease}.marketIndexCard--clickable:hover{border-color:#94a3b8;box-shadow:0 4px 10px rgba(15,23,42,.08)}.marketIndexCard--clickable:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.marketIndexCard--active{border-color:var(--brand);box-shadow:0 4px 12px rgba(30,58,95,.12)}.marketIndexCardChartCue{margin-top:2px;font-size:11px;color:#64748b;letter-spacing:.02em}.marketIndexCard--active .marketIndexCardChartCue{color:var(--brand)}.marketChartPanel{margin-top:16px;background:#fff;border:.5px solid var(--brand-border);border-radius:8px;padding:16px;box-shadow:0 1px 4px rgba(30,58,95,.05)}.marketChartPanelHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:10px}.marketChartPanelTitleBlock{display:flex;flex-direction:column;gap:2px;min-width:0}.marketChartPanelTitle{margin:0;font-size:16px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.marketChartPanelMeta{font-size:12px;color:#64748b}.marketChartPanelControls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.marketChartPanelRangeRow{display:inline-flex;border:1px solid #d5deea;border-radius:8px;overflow:hidden}.marketChartPanelRangeBtn{min-width:0;padding:6px 12px;font-size:12.5px;background:#fff;color:#475569;border:0;border-radius:0;border-right:1px solid #e2e8f0}.marketChartPanelRangeBtn:last-child{border-right:0}.marketChartPanelRangeBtn:hover{background:#f1f5f9}.marketChartPanelRangeBtn.active{background:var(--brand);color:#fff}.marketChartPanelAskBtn{min-width:0;padding:6px 10px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:600;white-space:nowrap}.marketChartPanelAskBtn:hover{background:#dbeafe;border-color:#93c5fd}.marketChartPanelCloseBtn{min-width:0;padding:6px 10px;font-size:13px;background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;border-radius:8px}.marketChartPanelCloseBtn:hover{background:#e2e8f0}.marketChartPanelLegend{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 8px;font-size:12px;color:#475569}.marketChartPanelLegendChip{display:inline-flex;align-items:center;gap:5px}.marketChartPanelLegendDot{display:inline-block;width:10px;height:10px;border-radius:50%}.marketChartPanelStatus{margin:8px 0;padding:8px 12px;background:#f8fafc;border-left:3px solid #94a3b8;border-radius:4px;font-size:13px;color:#475569}.marketChartPanelError{margin:8px 0;padding:10px 12px;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;color:#b91c1c;font-size:13px}.marketChartPanelError--rateLimit{background:#fffbeb;border-color:#fcd34d;color:#92400e}.marketChartPanelErrorHint{margin:6px 0 0;font-size:12px;line-height:1.5;color:#a16207}.marketChartPanelError button{margin-top:8px;min-width:0;padding:6px 14px;font-size:12.5px;background:#b91c1c;color:#fff;border-radius:6px}.marketChartPanelError--rateLimit button{background:#d97706}.marketChartPanelChartWrap{position:relative}.chartOhlcTooltip{position:absolute;top:6px;left:6px;z-index:10;display:flex;gap:10px;background:hsla(0,0%,100%,.88);border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:12px;color:#334155;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.chartOhlcItem b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.chartOhlcUp b{color:#16a34a}.chartOhlcDown b{color:#dc2626}.marketChartPanelChart{width:100%;min-height:360px}.marketChartPanelSubRow{display:flex;align-items:center;gap:10px;margin:12px 0 6px}.marketChartPanelSubLabel{font-size:13px;color:#475569}.marketChartPanelSubLabel select{margin-left:6px;padding:6px 8px;border:1px solid #d5deea;border-radius:8px;background:#fff;font-size:13px}.marketChartPanelSubChart{width:100%;min-height:160px}.marketChartPanelDisclaimer{margin:10px 0 0;font-size:11.5px;color:#94a3b8;line-height:1.5}@media (max-width:720px){.marketChartPanel{padding:12px}.marketChartPanelChart{min-height:280px}.marketChartPanelSubChart{min-height:140px}.marketChartPanelRangeBtn{padding:6px 8px;font-size:12px}.marketGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.marketGrid{grid-template-columns:1fr}.marketIndexCardNumber{font-size:20px}}@media (max-width:720px){.appHeaderInner{gap:10px}.appHeaderTitle{font-size:14px;max-width:35vw}.headerNav{gap:4px}.headerNavItem{padding:6px 8px}.headerNavLabel{display:none}.headerNikkeiBadge{font-size:10.5px;padding:1px 6px}}@media (max-width:480px){.appHeaderTitle{max-width:30vw;font-size:13px}.headerNikkeiBadge{display:none}.logoutButton{padding:6px 8px;font-size:12px}}.suggestionsPanel{margin-top:10px;padding:12px 0;border-top:1px solid #e2e8f0}.suggestionChips{display:flex;flex-wrap:wrap;gap:8px}.suggestionChip{min-width:0;max-width:100%;padding:8px 14px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.suggestionChip:hover{background:#dbeafe;border-color:#93c5fd;box-shadow:0 2px 6px rgba(37,99,235,.1)}@media (min-width:1024px){.container{padding:8px 12px 88px}.headerBar{top:8px;border-radius:10px;padding:8px 12px}.chat{margin:0}button{min-width:80px;padding:8px 12px}}.suggestionChip:active{background:#bfdbfe;border-color:#60a5fa}.newsWizardPanel{margin-top:10px;width:100%}.newsPanelStatus{margin:0;font-size:13px;color:#64748b}.newsPanelIntro{margin:0 0 10px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;transition:box-shadow .15s ease,border-color .15s ease,background-color .15s ease}.newsPanelIntro:hover{border-color:#cbd5e1;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.06)}.newsPanelIntro--view{margin-bottom:12px}.newsPanelIntroSummary{cursor:pointer;font-size:13px;font-weight:600;color:#334155;list-style:none}.newsPanelIntroSummary::-webkit-details-marker{display:none}.newsPanelIntroBody{margin:8px 0 0;font-size:13px;line-height:1.55;color:#475569}.newsPanelIntroBody p{margin:0 0 8px}.newsPanelIntroFoot{margin:8px 0 0;font-size:12px;color:#64748b}.newsPanelCategoryLabel{display:block;margin:8px 0;font-size:13px;color:#334155}.newsPanelCategoryLabel select{margin-left:4px}.newsPanelListHeading{margin:0 0 8px;font-size:12px;font-weight:500;color:#64748b;letter-spacing:.02em}.newsPanelEmpty{margin:8px 0 0;font-size:13px;color:#b45309}.newsItemActions{margin-top:2px}.newsImpactTags{display:flex;gap:4px;flex-wrap:wrap}.newsImpactTags--inline .impactTag{padding:1px 5px;font-size:11px}.impactTag{display:inline-block;padding:2px 6px;border-radius:3px;background-color:#f1f5f9;font-size:12px;color:#475569;white-space:nowrap}.newsCtaButtons{display:flex;gap:6px;flex-wrap:wrap}.newsCtaButton{padding:5px 10px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.newsCtaButton--primary{background-color:var(--brand);color:#fff;border:1px solid var(--brand-dark)}.newsCtaButton--primary:hover{background-color:var(--brand-light)}.newsCtaButton--secondary{background-color:#fff;color:#0369a1;border:1px solid #bfdbfe}.newsCtaButton--secondary:hover{background-color:#eff6ff;border-color:#93c5fd}.mdH2{font-size:14px;margin:12px 0 4px}.mdH2,.mdH3{font-weight:600;color:var(--brand);padding-bottom:3px;border-bottom:.5px solid var(--brand-border)}.mdH3{font-size:13px;margin:10px 0 3px}.mdH2:first-child,.mdH3:first-child{margin-top:0}.mdP{margin:0 0 6px;line-height:1.8}.mdP:last-child{margin-bottom:0}.mdUl{padding-left:16px;margin:4px 0 8px;display:flex;flex-direction:column;gap:3px}.mdUl li{font-size:13px;line-height:1.75;color:var(--text-primary)}.mdTable{width:100%;border-collapse:collapse;font-size:12px;margin:6px 0 10px}.mdTable th{background:var(--brand-chip);color:var(--brand);font-weight:500;text-align:left;font-size:11px;letter-spacing:.03em}.mdTable td,.mdTable th{padding:5px 8px;border:.5px solid var(--brand-border)}.mdTable td{color:var(--text-primary);line-height:1.6}.chatSessionSidebar,.mdTable tr:nth-child(2n) td{background:var(--brand-bg)}.chatSessionSidebar{width:260px;min-width:260px;border-right:1px solid var(--brand-border);display:flex;flex-direction:column;overflow:hidden}.chatSessionSidebarHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 8px 6px;font-size:11px;font-weight:600;letter-spacing:.05em;color:var(--text-secondary);text-transform:uppercase;min-width:0}.chatSessionSidebarTabs{display:flex;gap:6px;flex:1 1;min-width:0;padding:2px;background:#e8edf3;border-radius:999px}.chatSessionSidebarTab{flex:1 1;border:none;background:transparent;color:var(--text-secondary);font-size:11px;font-weight:600;letter-spacing:0;text-transform:none;padding:5px 8px;border-radius:999px;cursor:pointer;white-space:nowrap;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:5px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.chatSessionSidebarTab--active{color:var(--brand);background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.08)}.chatSessionSidebarTabBadge{min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--brand);color:#fff;font-size:10px;font-weight:700;line-height:1}.chatSessionSidebarTabBadge,.panelCollapseBtn{display:inline-flex;align-items:center;justify-content:center}.panelCollapseBtn{flex:0 0 auto;border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:3px;border-radius:4px;transition:background .15s ease,color .15s ease}.panelCollapseBtn:hover{background:var(--brand-chip);color:var(--brand)}.chatSessionSidebar--rail{width:auto;min-width:0;padding:8px 6px;gap:6px}.sidebarRailTop{display:flex;justify-content:flex-end;padding:0 2px}.sidebarRailExpand{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--text-muted);border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.sidebarRailExpand:hover{background:var(--brand-chip);color:var(--brand)}.sidebarRailItem,.sidebarRailMenu{display:flex;flex-direction:column;gap:4px}.sidebarRailItem{align-items:center;padding:6px 2px;border:none;background:transparent;border-radius:10px;cursor:pointer;transition:background .15s ease}.sidebarRailItem:hover{background:var(--brand-chip)}.sidebarRailIcon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;color:var(--text-secondary)}.sidebarRailLabel{font-size:10px;line-height:1.2;color:var(--text-secondary)}.sidebarRailItem--accent .sidebarRailIcon{background:var(--brand-chip);color:var(--brand)}.sidebarRailItem--accent .sidebarRailLabel{color:var(--brand);font-weight:500}.viewContainer--marketRail{padding:0}.miniPreviewHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.miniPreviewHeading{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.miniPreviewList{display:flex;flex-direction:column}.miniPreviewCard{padding:6px 4px}.miniPreviewCardTop{display:flex;align-items:baseline;justify-content:space-between;gap:4px}.miniPreviewName{font-size:11px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.miniPreviewChange{font-size:10px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.miniPreviewChange--up{color:var(--up)}.miniPreviewChange--down{color:var(--down)}.miniPreviewChange--flat{color:var(--text-muted)}.miniPreviewValue{margin-top:1px;font-size:13px;font-weight:500;color:var(--text-primary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.miniPreviewWatchHead{margin-top:6px;padding-top:8px;border-top:.5px solid var(--brand-border)}.miniPreviewEmpty{padding:4px 4px 2px;font-size:10px;line-height:1.5;color:var(--text-muted)}.chatSessionNewBtn{display:block;width:calc(100% - 24px);margin:0 12px 8px;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:600;text-align:center;background:var(--brand);color:#fff;min-width:unset;border-bottom:1px solid var(--brand-border)}.chatSessionNewBtn:hover:not(:disabled){background:var(--brand-light)}.chatSessionSearchBox{display:flex;align-items:center;gap:6px;margin:0 12px 8px;padding:6px 10px;border:.5px solid var(--brand-border);border-radius:999px;background:#fff;transition:border-color .15s ease}.chatSessionSearchBox:focus-within{border-color:var(--brand)}.chatSessionSearchIcon{flex-shrink:0;color:var(--text-muted)}.chatSessionSearchInput{flex:1 1;min-width:0;border:none;padding:0;font-size:14px;line-height:22px;height:22px;color:var(--text-primary);background:transparent}.chatSessionSearchInput:focus{outline:none;box-shadow:none}.chatSessionSearchClear{flex-shrink:0;min-width:unset;width:16px;height:16px;padding:0;border:none;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:11px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.chatSessionSidebarList{list-style:none;margin:0;padding:4px 12px;overflow-y:auto;flex:1 1}.chatSessionSidebarItem--active{background:transparent;box-shadow:none;border-radius:0}.chatSessionSidebarItem:hover{background:#d5e1ef;border-radius:10px}.chatSessionSidebarTitle{font-size:12px;color:var(--text-primary);line-height:1.4;font-weight:500}.chatSessionSidebarPreview,.chatSessionSidebarTitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatSessionSidebarPreview{font-size:10.5px;color:var(--text-muted);margin-top:2px}.chatSessionSidebarTime{font-size:10px;color:var(--text-muted);margin-top:1px}.chatSessionSidebarEmpty{padding:12px;font-size:12px;color:var(--text-muted);text-align:center}.chatSessionSidebarItem{position:relative;display:flex;align-items:center}.chatSessionSidebarItemBtn{flex:1 1;display:flex;flex-direction:column;text-align:left;background:transparent;border:none;padding:8px 0 8px 10px;min-width:0;border-radius:0;cursor:pointer;color:inherit;font-size:inherit}.chatSessionDeleteBtn,.chatSessionSidebarItemBtn:hover{background:transparent}.chatSessionDeleteBtn{flex-shrink:0;opacity:0;border:1px solid #e2e8f0;border-radius:50%;width:22px;height:22px;min-width:unset;padding:0;font-size:13px;line-height:1;color:#94a3b8;cursor:pointer;margin-right:6px;transition:opacity .15s,color .15s;display:flex;align-items:center;justify-content:center}.chatSessionSidebarItem:hover .chatSessionDeleteBtn{opacity:1}.chatSessionDeleteBtn:hover{color:#dc2626;border-color:#fca5a5;background:#fef2f2}.chatSessionPinBtn{flex-shrink:0;background:transparent;border:none;min-width:unset;padding:4px;color:#cbd5e1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s}.chatSessionPinBtn--active,.chatSessionPinBtn:hover{color:var(--brand)}.pinnedPanelGroupLabel{margin:10px 10px 6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:none;color:var(--text-secondary)}.pinnedPanel{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden}.pinnedPanelScroll{flex:1 1;min-height:0;overflow-y:auto;padding-bottom:8px}.pinnedCardList{list-style:none;margin:0;padding:0 8px;display:flex;flex-direction:column;gap:6px}.pinnedPanelEmpty{padding:10px 12px;font-size:12px;color:var(--text-muted);text-align:center}.pinnedCard{position:relative;display:flex;align-items:stretch;background:#fff;border-radius:10px;border:.5px solid var(--brand-border);border-left-width:3px;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:background .15s ease,box-shadow .15s ease}.pinnedCard--session{border-left-color:var(--brand-muted)}.pinnedCard--message{border-left-color:var(--amber)}.pinnedCard--active{background:var(--brand-chip);box-shadow:inset 0 0 0 1px var(--brand-muted)}.pinnedCard:hover{background:#f8fafc}.pinnedCard--active:hover{background:var(--brand-chip)}.pinnedCardBtn{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;padding:9px 34px 9px 10px;border:none;background:transparent;text-align:left;cursor:pointer;color:inherit;font:inherit}.pinnedCardTitle{font-size:12.5px;font-weight:600;color:var(--text-primary);line-height:1.35}.pinnedCardPreview,.pinnedCardTitle{width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.pinnedCardPreview{font-size:11px;color:var(--text-muted);line-height:1.4}.pinnedCardMeta{font-size:10px;color:var(--text-muted)}.pinnedCardUnpin{position:absolute;top:7px;right:6px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:999px;background:transparent;color:var(--brand);cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease}.pinnedCard:hover .pinnedCardUnpin,.pinnedCardUnpin:focus-visible{opacity:1}.pinnedCardUnpin:hover{background:var(--brand-chip)}@media (max-width:768px){.chatSessionSidebar{display:none}}.viewContainer--welcome,.welcomeScreen{display:flex;flex-direction:column}.welcomeScreen{align-items:center;justify-content:center;flex:1 1;padding:32px 24px 20px;text-align:center}.welcomeScreenTitle{font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:500;letter-spacing:.01em;color:var(--text-primary);line-height:1.45;margin:0 0 28px;max-width:100%}.welcomeScreen~.chatInputWrap{max-width:600px;width:calc(100% - 48px);align-self:center;margin-bottom:40px}