:root{--text:#1f2937;--muted:#6b7280;--bg:#f8fafc;--border:#e5e7eb;--panel:#fff;--table-head:#f9fafb;--input-bg:#fff;--accent:#1a56db;--accent-dim:#1a56db14;--chart-text:#64748b;--chart-grid:#94a3b840;--chart-border:#e2e8f0;--candle-up:#22c55e;--candle-down:#ef4444;--notice-text:#1a56db;--notice-bg:#1a56db0f;--notice-border:#1a56db33;--color-success:#059669;--color-danger:#ef4444;--color-warning:#d97706;--color-info:#1a56db;--tag-bg-industry:#eff6ff;--tag-text-industry:#1d4ed8;--tag-bg-position:#f0fdf4;--tag-text-position:#15803d;--tag-bg-model:#fffbeb;--tag-text-model:#b45309;--tag-bg-strategy:#f5f3ff;--tag-text-strategy:#6d28d9;--tag-bg-weight:#fdf2f8;--tag-text-weight:#be185d;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font:15px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}html,body{background:var(--bg);height:100%;color:var(--text);margin:0;overflow:hidden}#root{text-align:left;box-sizing:border-box;border:none;flex-direction:column;width:100%;max-width:none;height:100%;margin:0;display:flex}*{box-sizing:border-box}a{color:var(--accent)}a:hover{text-decoration:underline}code{background:#f1f5f9;border-radius:4px;padding:.1em .35em;font-family:ui-monospace,Cascadia Code,monospace;font-size:.9em}.stock-search{width:100%;max-width:480px;position:relative}.stock-search__input-wrapper{border:1px solid var(--border);background:#ffffffd9;border-radius:10px;align-items:center;padding:0 12px;transition:border-color .2s,box-shadow .2s;display:flex}.stock-search__input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #ea580c1f}.stock-search__icon{color:var(--muted);flex-shrink:0;margin-right:8px;font-size:16px}.stock-search__input{height:42px;color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:15px}.stock-search__input::placeholder{color:var(--muted);font-size:14px}.stock-search__clear{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px 6px;font-size:16px;line-height:1}.stock-search__clear:hover{background:var(--hover-bg);color:var(--text)}.stock-search__suggestions{border:1px solid var(--border);z-index:200;background:#fff;border-radius:12px;max-height:380px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 28px #0000001f}.stock-search__suggestion{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;transition:background .15s;display:flex}.stock-search__suggestion:hover,.stock-search__suggestion--active{background:var(--hover-bg)}.stock-search__suggestion-left{flex:1;min-width:0}.stock-search__suggestion-name{color:var(--text);font-size:15px;font-weight:500;line-height:1.4;display:block}.stock-search__suggestion-code{color:var(--muted);font-family:SF Mono,Menlo,Courier New,monospace;font-size:12px}.stock-search__suggestion-price{text-align:right;flex-shrink:0}.stock-search__suggestion-price-val{color:var(--text);font-size:15px;font-weight:600;line-height:1.4;display:block}.stock-search__suggestion-price-pct{font-size:12px;font-weight:500}.stock-search__suggestion-price-pct--up{color:#e53935}.stock-search__suggestion-price-pct--down{color:#1e88e5}.stock-search__suggestion-price-pct--flat{color:var(--muted)}.stock-search__no-result{text-align:center;color:var(--muted);padding:24px 16px;font-size:14px}.stock-search__loading{text-align:center;color:var(--muted);padding:16px;font-size:13px}.stock-search__hot-header{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;padding:8px 14px 4px;font-size:12px;font-weight:600;display:flex}.stock-search__hot-header-icon{font-size:14px}.app-layout{text-align:left;box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding:0;display:flex}.app-layout__header{border-bottom:1px solid var(--border);z-index:50;background:#fff;align-items:center;gap:1.25rem;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.app-layout__brand{cursor:pointer;flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.app-layout__mark{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.app-layout__mark:before{content:"✓";font-weight:700}.app-layout__title{letter-spacing:-.02em;color:var(--accent);margin:0;font-size:1.25rem;font-weight:700}.app-layout__nav{align-items:center;gap:4px;margin-left:16px;display:flex}.app-layout__nav-link{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:13px;text-decoration:none;transition:color .15s,background .15s}.app-layout__nav-link:hover{color:var(--text);background:#f3f4f6}.app-layout__nav-link--active{color:var(--accent);font-weight:600;position:relative}.app-layout__search{flex:1;max-width:360px;margin-left:auto;position:relative}.app-layout__input{border:1px solid var(--border);width:100%;color:var(--text);box-sizing:border-box;background:#f9fafb;border-radius:8px;outline:none;padding:8px 12px;font-size:13px;transition:border-color .15s,background .15s}.app-layout__input::placeholder{color:#9ca3af}.app-layout__input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 2px #1a56db1a}.app-layout__suggestions{border:1px solid var(--border);z-index:100;background:#fff;border-radius:8px;max-height:320px;margin:4px 0 0;padding:4px 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000014}.app-layout__suggestion{cursor:pointer;align-items:center;gap:8px;padding:8px 14px;font-size:13px;transition:background .1s;display:flex}.app-layout__suggestion:hover,.app-layout__suggestion--active{background:#f3f4f6}.app-layout__suggestion-code{color:var(--accent);min-width:60px;font-weight:600}.app-layout__suggestion-name{color:var(--text);flex:1}.app-layout__suggestion-board{color:#9ca3af;font-size:11px}.app-layout__login-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s}.app-layout__login-btn:hover{background:#1545ad}.app-layout__avatar{background:var(--accent);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;transition:opacity .15s;display:flex}.app-layout__avatar:hover{opacity:.85}.app-layout__user{flex-shrink:0;margin-left:8px;position:relative}.app-layout__user-menu{border:1px solid var(--border);z-index:200;background:#fff;border-radius:8px;min-width:180px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #00000014}.app-layout__user-menu-header{flex-direction:column;gap:2px;padding:12px 14px;display:flex}.app-layout__user-menu-name{color:var(--text);font-size:13px;font-weight:600}.app-layout__user-menu-email{color:var(--muted);font-size:11px}.app-layout__user-menu-divider{background:var(--border);height:1px}.app-layout__user-menu-item{width:100%;color:var(--color-danger);cursor:pointer;text-align:left;background:0 0;border:none;padding:10px 14px;font-family:inherit;font-size:13px;transition:background .1s}.app-layout__user-menu-item:hover{background:#fef2f2}.app-layout__active-stock{color:var(--text);white-space:nowrap;text-align:right;min-width:80px;font-size:13px;font-weight:600}.app-layout__main{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.app-layout__footer{color:var(--muted);border-top:1px solid var(--border);text-align:center;margin-top:2rem;padding:1rem 1.5rem;font-size:.8rem}.candle-chart{border:1px solid var(--border);background:#fff;border-radius:10px;width:100%;height:52vh;min-height:420px;max-height:720px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.candle-chart--empty{justify-content:center;align-items:center;display:flex}.candle-chart__empty{color:#9ca3af;margin:0;font-size:.95rem}.signal-list{margin-top:1.5rem}.signal-list__title{color:var(--text);margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.signal-list__table-wrap{border:1px solid var(--border);background:#fff;border-radius:8px;overflow:hidden}.signal-list__table{border-collapse:collapse;width:100%;font-size:.85rem}.signal-list__table th,.signal-list__table td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem .75rem}.signal-list__table th{color:var(--muted);background:var(--table-head);white-space:nowrap;font-weight:500}.signal-list__table tbody tr:last-child td{border-bottom:none}.signal-list__empty{text-align:center;color:var(--muted);font-size:.9rem;padding:1.25rem!important}.signal-list__badge{color:#fff;white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.signal-list__cell-time{white-space:nowrap;font-family:ui-monospace,monospace;font-size:.85em}.signal-list__cell-num{white-space:nowrap;text-align:right;font-family:ui-monospace,monospace;font-size:.85em}.signal-list__cell-stop{color:#dc2626}.signal-list__cell-target{color:#16a34a}.signal-list__cell-desc{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.signal-list__table tbody tr:hover{background:#f8fafc}.signal-list__toggle{color:#3b82f6;cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:2px 8px;font-size:.75rem;transition:background .15s}.signal-list__toggle:hover{background:#dbeafe}.signal-list__trailing{border:1px solid var(--border);background:#f8fafc;border-radius:8px;margin-top:.75rem;padding:.75rem 1rem}.signal-list__trailing-title{color:var(--text);margin:0 0 .5rem;font-size:.85rem;font-weight:600}.signal-list__trailing-table-wrap{border:1px solid var(--border);background:#fff;border-radius:6px;overflow:hidden}.signal-list__trailing .signal-list__table{font-size:.8rem}.signal-list__trailing .signal-list__table th,.signal-list__trailing .signal-list__table td{padding:.35rem .6rem}.symbol-bar{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin-bottom:1rem;display:flex}.symbol-bar__field{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.symbol-bar__field label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.75rem}.symbol-bar__field input,.symbol-bar__field select{min-width:10rem;font:inherit;color:var(--text);background:var(--input-bg);border:1px solid var(--border);border-radius:6px;padding:.45rem .6rem}.symbol-bar__field input:focus,.symbol-bar__field select:focus{outline:2px solid var(--accent);outline-offset:0}.symbol-bar__search-field,.symbol-bar__input-wrap{position:relative}.symbol-bar__suggestions{z-index:100;border:1px solid var(--border);background:#fff;border-radius:8px;max-height:320px;margin:4px 0 0;padding:4px 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000014}.symbol-bar__suggestion{cursor:pointer;align-items:center;gap:.6rem;padding:.45rem .75rem;font-size:.875rem;transition:background .1s;display:flex}.symbol-bar__suggestion:hover,.symbol-bar__suggestion--active{background:var(--accent-dim)}.symbol-bar__sug-code{color:var(--accent);min-width:6ch;font-family:ui-monospace,Cascadia Code,monospace;font-size:.85em}.symbol-bar__sug-name{color:var(--text);flex:1}.symbol-bar__sug-board{color:var(--muted);text-transform:uppercase;background:#f1f5f9;border-radius:4px;padding:1px 5px;font-size:.7rem}.symbol-bar__btn{font:inherit;color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:6px;padding:.45rem 1rem;font-weight:500}.symbol-bar__btn:hover:not(:disabled){filter:brightness(1.08)}.symbol-bar__btn:disabled{opacity:.55;cursor:not-allowed}@media (width>=640px){.symbol-bar__field input{min-width:12rem}}.company-profile{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.company-profile__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.company-profile__title{color:#2563eb;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.company-profile__title:before{content:"";background:#2563eb;width:18px;height:18px;display:inline-block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E") 50%/contain no-repeat}.company-profile__toggle{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .15s,background .15s;display:flex}.company-profile__toggle:hover{background:#f8fafc;border-color:#cbd5e1}.company-profile__toggle-icon{background:#94a3b8;width:14px;height:14px;transition:transform .2s;display:inline-block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") 50%/contain no-repeat}.company-profile__toggle-icon--open{transform:rotate(180deg)}.company-profile__details{opacity:0;max-height:0;margin-top:0;transition:max-height .35s,opacity .25s,margin .3s;overflow:hidden}.company-profile__details--open{opacity:1;max-height:2000px;margin-top:24px}.company-profile__body{grid-template-columns:3fr 2fr;gap:24px;display:grid}@media (width<=768px){.company-profile__body{grid-template-columns:1fr}}.company-profile__chain{background:#f9fafb;border:1px solid #f1f5f9;border-radius:12px;padding:16px}.company-profile__chain-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.company-profile__chain-desc{color:#475569;margin:0;font-size:13px;line-height:1.7}.company-profile__side{background:#f9fafb;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}.company-profile__side-section{flex-direction:column;gap:8px;display:flex}.company-profile__side-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.company-profile__side-note{color:#94a3b8;margin:0;font-size:12px;line-height:1.6}.company-profile__side-grid{grid-template-columns:1fr 1fr;gap:8px 16px;display:grid}.company-profile__side-key{color:#94a3b8;font-size:10px;font-weight:500;display:block}.company-profile__side-val{color:#1e293b;font-size:14px;font-weight:700}.company-profile__strategy{flex-wrap:wrap;gap:8px;margin-top:24px;margin-bottom:24px;display:flex}.company-profile__tag{border:1px solid #0000;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #0000000a}.company-profile__tag--industry{color:#1d4ed8;background:#eff6ff;border-color:#1d4ed826}.company-profile__tag--position{color:#15803d;background:#f0fdf4;border-color:#15803d26}.company-profile__tag--model{color:#b45309;background:#fffbeb;border-color:#b4530926}.company-profile__tag--strategy{color:#6d28d9;background:#f5f3ff;border-color:#6d28d926}.company-profile__tag--weight{color:#be185d;background:#fdf2f8;border-color:#be185d26}.company-profile__metrics{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=640px){.company-profile__metrics{grid-template-columns:repeat(2,1fr)}}.company-profile__metric{background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;padding:16px 18px}.company-profile__metric-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:11px;font-weight:500}.company-profile__metric-value{color:#16a34a;font-size:22px;font-weight:700}.company-profile__metric-value--good{color:#16a34a}.company-profile__metric-value--bad{color:#dc2626}.company-profile__metric-value--neutral{color:#d97706}.company-profile__loading,.company-profile__empty{text-align:center;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px 20px;font-size:14px}.company-profile__mda{background:#eff6ff;border-left:4px solid #2563eb;border-radius:0 12px 12px 0;margin-top:24px;padding:20px 24px}.company-profile__mda-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.company-profile__mda-header-left{align-items:center;gap:8px;display:flex}.company-profile__mda-icon{background:#2563eb;width:18px;height:18px;display:inline-block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E") 50%/contain no-repeat}.company-profile__mda-title{color:#1e293b;margin:0;font-size:14px;font-weight:700}.company-profile__mda-source{color:#94a3b8;white-space:nowrap;background:#fff9;border:1px solid #e2e8f0;border-radius:20px;padding:3px 10px;font-size:11px}.company-profile__mda-body{color:#475569;max-height:320px;padding-right:4px;font-size:13px;line-height:1.8;overflow-y:auto}.company-profile__mda-body::-webkit-scrollbar{width:4px}.company-profile__mda-body::-webkit-scrollbar-track{background:0 0}.company-profile__mda-body::-webkit-scrollbar-thumb{background:#bfdbfe;border-radius:2px}.company-profile__mda-text{margin:0 0 12px}.company-profile__mda-text:last-child{margin-bottom:0}.company-profile__mda-footer{background:#ffffff80;border:1px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:8px;margin-top:16px;padding:12px 14px;display:flex}.company-profile__mda-risk{color:#94a3b8;margin:0;font-size:11px;line-height:1.6}.profit-breakdown{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.profit-breakdown--loading,.profit-breakdown--empty{min-height:200px;color:var(--muted);justify-content:center;align-items:center;font-size:14px;display:flex}.profit-breakdown__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.profit-breakdown__header-right{align-items:center;gap:8px;display:flex}.profit-breakdown__title{margin:0;font-size:16px;font-weight:600}.profit-breakdown__date{color:var(--muted);font-size:12px}.profit-breakdown__summary{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;gap:24px;margin-bottom:16px;padding:12px 16px;display:flex}.profit-breakdown__summary-item{flex:1}.profit-breakdown__amount--danger{color:#ef4444}.profit-breakdown__label{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.profit-breakdown__amount{color:var(--text);font-size:20px;font-weight:700}.profit-breakdown__chart{margin-bottom:12px}.profit-breakdown__items{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.profit-breakdown__item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.profit-breakdown__item-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.profit-breakdown__item-name{color:var(--muted);flex:1}.profit-breakdown__item-amount{text-align:right;min-width:80px;font-weight:600}.profit-breakdown__item-ratio{text-align:right;min-width:60px;color:var(--muted)}.profit-breakdown__rollercoaster{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;gap:12px;margin-bottom:16px;padding:12px 16px;display:flex}.profit-breakdown__rollercoaster-icon{flex-shrink:0;font-size:20px;line-height:1.4}.profit-breakdown__rollercoaster-text{color:#991b1b;font-size:13px;line-height:1.5}.profit-breakdown__rollercoaster-text strong{margin-bottom:4px;display:block}.profit-breakdown__rollercoaster-text p{margin:0}.profit-breakdown__diagnosis{border:1px solid #f1f5f9;border-left:4px solid var(--accent);background:#f8fafc;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;display:flex}.profit-breakdown__diagnosis-tag{color:#fff;background:var(--accent);border-radius:4px;flex-shrink:0;padding:2px 10px;font-size:12px;font-weight:600}.profit-breakdown__diagnosis-text{color:var(--muted);font-size:13px;line-height:1.5}.profit-trend{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.profit-trend--loading,.profit-trend--empty{min-height:200px;color:var(--muted);justify-content:center;align-items:center;font-size:14px;display:flex}.profit-trend__title{margin:0 0 16px;font-size:16px;font-weight:600}.profit-trend__chart{margin-bottom:16px}.profit-trend__growth{overflow-x:auto}.profit-trend__table{border-collapse:collapse;width:100%;font-size:13px}.profit-trend__table th{text-align:left;color:var(--muted);border-bottom:1px solid var(--border);padding:8px 12px;font-weight:500}.profit-trend__table td{border-bottom:1px solid #f3f4f6;padding:8px 12px}.profit-trend__dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.product-structure{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.product-structure--loading,.product-structure--empty{min-height:200px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;font-size:14px;display:flex}.product-structure__empty-icon{margin-bottom:8px;font-size:32px}.product-structure__empty-text{margin:0 0 4px;font-weight:600}.product-structure__empty-hint{color:var(--muted);margin:0;font-size:12px}.product-structure__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.product-structure__title{margin:0;font-size:16px;font-weight:600}.product-structure__tabs{background:#f1f5f9;border-radius:8px;gap:4px;padding:2px;display:flex}.product-structure__tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .15s}.product-structure__tab:hover{color:#1e293b}.product-structure__tab--active{color:#1e293b;background:#fff;box-shadow:0 1px 2px #00000014}.product-structure__body{align-items:flex-start;gap:24px;display:flex}.product-structure__chart{flex-shrink:0;width:280px}.product-structure__legend{flex-direction:column;flex:1;gap:2px;min-width:0;padding-top:8px;display:flex}.product-structure__legend-item{border-radius:6px;align-items:center;gap:8px;padding:6px 8px;transition:background .15s;display:flex}.product-structure__legend-item:hover{background:#f8fafc}.product-structure__legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.product-structure__legend-name{color:#334155;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.product-structure__legend-ratio{color:#1e293b;text-align:right;flex-shrink:0;width:52px;font-size:13px;font-weight:600}.product-structure__legend-revenue{color:#94a3b8;text-align:right;flex-shrink:0;width:80px;font-size:12px}.product-structure__tooltip{color:#f1f5f9;background:#1e293b;border-radius:8px;padding:8px 12px;font-size:13px;line-height:1.5;box-shadow:0 4px 12px #00000026}.product-structure__tooltip-name{font-weight:600;display:block}.product-structure__tooltip-val{opacity:.85;font-size:12px;display:block}.product-structure__tooltip-pct{opacity:.65}.asset-structure{border:1px solid var(--border);background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.asset-structure__title{color:var(--text);margin:0 0 12px;font-size:16px;font-weight:600}.asset-structure__bars{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.asset-structure__bar-row{align-items:center;gap:8px;display:flex}.asset-structure__bar-label{color:var(--muted);text-align:right;flex-shrink:0;width:80px;font-size:12px}.asset-structure__bar-track{background:#f1f5f9;border-radius:4px;flex:1;height:24px;overflow:hidden}.asset-structure__bar-fill{color:#fff;border-radius:4px;align-items:center;height:100%;padding-left:8px;font-size:11px;font-weight:500;transition:width .3s;display:flex}.asset-structure__bar-value{color:var(--muted);flex-shrink:0;width:60px;font-size:12px}.asset-structure__diagnosis{border-left:3px solid var(--accent);color:#475569;background:#f8fafc;border-radius:0 6px 6px 0;padding:8px 12px;font-size:12px;line-height:1.5}.asset-structure__loading,.asset-structure__empty{text-align:center;color:var(--muted);padding:40px 20px;font-size:14px}.funding-structure{border:1px solid var(--border);background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.funding-structure__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.funding-structure__title{color:var(--text);margin:0;font-size:16px;font-weight:600}.funding-structure__bars{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.funding-structure__bar-row{align-items:center;gap:8px;display:flex}.funding-structure__bar-label{color:var(--muted);text-align:right;flex-shrink:0;width:100px;font-size:12px}.funding-structure__bar-track{background:#f1f5f9;border-radius:4px;flex:1;height:24px;overflow:hidden}.funding-structure__bar-fill{color:#fff;border-radius:4px;align-items:center;height:100%;padding-left:8px;font-size:11px;font-weight:500;transition:width .3s;display:flex}.funding-structure__bar-value{color:var(--muted);flex-shrink:0;width:60px;font-size:12px}.funding-structure__zero-cost{background:#f0fdf4;border:1px solid #05966933;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:10px;display:flex}.funding-structure__zero-cost-label{color:var(--muted);font-size:13px}.funding-structure__zero-cost-value{color:var(--color-success);font-size:18px;font-weight:700}.funding-structure__zero-cost--good{color:var(--color-success)}.funding-structure__zero-cost--warn{color:var(--color-danger)}.funding-structure__opm-insight{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;gap:10px;margin-bottom:12px;padding:12px 14px;display:flex}.funding-structure__opm-icon{flex-shrink:0;font-size:18px;line-height:1.4}.funding-structure__opm-text{color:#166534;font-size:13px;line-height:1.5}.funding-structure__opm-text strong{margin-bottom:4px;display:block}.funding-structure__opm-text p{margin:0}.funding-structure__cost-order{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:12px;display:flex}.funding-structure__cost-order-label{color:#9ca3af;flex-shrink:0}.funding-structure__cost-order-items{align-items:center;gap:4px;display:flex}.funding-structure__cost-order-item{font-size:11px;font-weight:600}.funding-structure__cost-order-arrow{color:#d1d5db;font-size:11px}.funding-structure__diagnosis{color:#475569;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;align-items:flex-start;gap:8px;padding:10px 14px;font-size:13px;line-height:1.5;display:flex}.funding-structure__diagnosis-tag{background:var(--accent);color:#fff;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600}.funding-structure__diagnosis-text{flex:1}.funding-structure__loading,.funding-structure__empty{text-align:center;color:var(--muted);padding:40px 20px;font-size:14px}.bargaining-power{border:1px solid var(--border);background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.bargaining-power__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.bargaining-power__title{color:var(--text);margin:0;font-size:16px;font-weight:600}.bargaining-power__scores{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.bargaining-power__score-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:16px}.bargaining-power__score-card--customer{border-left:3px solid var(--accent)}.bargaining-power__score-card--supplier{border-left:3px solid var(--color-success)}.bargaining-power__score-label{color:var(--muted);margin-bottom:6px;font-size:12px}.bargaining-power__score-number{margin-bottom:4px;font-size:28px;font-weight:700}.bargaining-power__score-number--high{color:var(--color-success)}.bargaining-power__score-number--mid{color:var(--color-warning)}.bargaining-power__score-number--low{color:var(--color-danger)}.bargaining-power__score-detail{color:var(--muted);flex-wrap:wrap;align-items:center;gap:4px;font-size:11px;line-height:1.5;display:flex}.bargaining-power__score-vs{color:#d1d5db;font-size:10px;font-weight:500}.bargaining-power__score-sub{color:#9ca3af;margin-top:2px;font-size:11px}.bargaining-power__score-insight{color:#6b7280;border-top:1px solid #f1f5f9;margin-top:8px;padding-top:8px;font-size:11px;line-height:1.5}.bargaining-power__quadrant{align-items:center;gap:8px;margin-bottom:12px;display:flex}.bargaining-power__quadrant-badge{border-radius:20px;padding:4px 14px;font-size:13px;font-weight:600;display:inline-block}.bargaining-power__quadrant-label{color:#6b7280;font-size:12px}.bargaining-power__quadrant-badge--king{color:var(--color-success);background:#f0fdf4;border:1px solid #05966933}.bargaining-power__quadrant-badge--customer{color:var(--color-danger);background:#fef2f2;border:1px solid #ef444426}.bargaining-power__quadrant-badge--supplier{color:var(--color-warning);background:#fffbeb;border:1px solid #d9770626}.bargaining-power__quadrant-badge--bottom{color:#6d28d9;background:#f5f3ff;border:1px solid #6d28d926}.bargaining-power__diagnosis{color:#475569;background:#f8fafc;border-left:3px solid #8b5cf6;border-radius:0 6px 6px 0;padding:8px 12px;font-size:12px;line-height:1.5}.bargaining-power__loading,.bargaining-power__empty{text-align:center;color:var(--muted);padding:40px 20px;font-size:14px}.cashflow-profile{border:1px solid var(--border);background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.cashflow-profile__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cashflow-profile__title{color:var(--text);margin:0;font-size:16px;font-weight:600}.cashflow-profile__risk-banner{border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:10px 14px;font-size:13px;display:flex}.cashflow-profile__risk-label{font-weight:600}.cashflow-profile__risk--low{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.cashflow-profile__risk--medium{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.cashflow-profile__risk--high{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.cashflow-profile__risk--critical{color:#7f1d1d;background:#fef2f2;border:1px solid #fca5a5}.cashflow-profile__risk--unknown{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb}.cashflow-profile__icons{justify-content:space-around;gap:8px;margin-bottom:16px;display:flex}.cashflow-profile__icon-item{flex-direction:column;align-items:center;gap:4px;display:flex}.cashflow-profile__icon-circle{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:700;display:flex}.cashflow-profile__icon-circle--positive{border-color:var(--color-success);color:var(--color-success);background:#f0fdf4}.cashflow-profile__icon-circle--negative{border-color:var(--color-danger);color:var(--color-danger);background:#fef2f2}.cashflow-profile__icon-label{color:var(--muted);font-size:11px}.cashflow-profile__icon-amount{color:var(--muted);font-size:12px}.cashflow-profile__pattern{text-align:center;margin-bottom:12px}.cashflow-profile__pattern-badge{border-radius:20px;margin-bottom:4px;padding:4px 16px;font-size:14px;font-weight:600;display:inline-block}.cashflow-profile__pattern-badge--healthy{color:var(--color-success);background:#f0fdf4;border:1px solid #05966933}.cashflow-profile__pattern-badge--expanding{color:var(--accent);background:#eff6ff;border:1px solid #1a56db26}.cashflow-profile__pattern-badge--mature{color:var(--color-warning);background:#fffbeb;border:1px solid #d9770626}.cashflow-profile__pattern-badge--adjusting{color:#6d28d9;background:#f5f3ff;border:1px solid #6d28d926}.cashflow-profile__pattern-badge--risky{color:var(--color-danger);background:#fef2f2;border:1px solid #ef444426}.cashflow-profile__pattern-desc{color:var(--muted);font-size:12px;line-height:1.5}.cashflow-profile__ratio{border-top:1px solid var(--border);color:var(--muted);justify-content:center;gap:20px;padding-top:10px;font-size:12px;display:flex}.cashflow-profile__ratio-value{color:var(--text);font-weight:600}.cashflow-profile__loading,.cashflow-profile__empty{text-align:center;color:var(--muted);padding:40px 20px;font-size:14px}.stn{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:160px;min-width:160px;padding:12px 0;display:flex;overflow-y:auto}.stn__symbol{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;padding:0 16px 12px;font-size:13px;font-weight:600;overflow:hidden}.stn__tab{color:#6b7280;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:8px;width:100%;height:44px;padding:0 16px;font-family:inherit;font-size:13px;transition:background .15s,color .15s;display:flex;position:relative}.stn__tab:hover{color:#374151;background:#f3f4f6}.stn__tab--active{color:#1d4ed8;background:#eff6ff;font-weight:600}.stn__tab--active:before{content:"";background:#1d4ed8;border-radius:0 2px 2px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.stn__icon{text-align:center;flex-shrink:0;width:20px;font-size:16px}.stn__label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.stn__badge{color:#1d4ed8;letter-spacing:.5px;background:#dbeafe;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.stn__divider{background:#e5e7eb;height:1px;margin:8px 16px}.stn__tech-tab{margin-top:4px}.rps{background:#f0f4ff;gap:6px;padding:10px 24px;display:flex;overflow-x:auto}.rps__pill{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:16px;align-items:center;height:32px;padding:0 14px;font-family:inherit;font-size:13px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.rps__pill:hover{color:#1d4ed8;border-color:#93c5fd}.rps__pill--active{color:#fff;background:#1d4ed8;border-color:#1d4ed8;font-weight:600}.ap{flex:1;padding:24px;overflow-y:auto}.ap__section{margin-bottom:24px}.ap__section-title{color:#1f2937;margin:0 0 12px;font-size:15px;font-weight:600}.ap__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d}.ap__grid2{grid-template-columns:1fr 1fr;gap:24px;display:grid}.ap__bar-stack{align-items:center;gap:12px;margin-bottom:12px;display:flex}.ap__bar-stack:last-child{margin-bottom:0}.ap__bar-label{color:#4b5563;flex-shrink:0;width:100px;font-size:13px}.ap__bar-track{background:#f3f4f6;border-radius:10px;flex:1;height:20px;overflow:hidden}.ap__bar-fill{border-radius:10px;height:100%;transition:width .4s}.ap__bar-val{color:#1f2937;text-align:right;flex-shrink:0;width:52px;font-family:ui-monospace,monospace;font-size:13px;font-weight:600}.ap__bar-stack--virtual .ap__bar-label{color:#dc2626}.ap__kvs{border-collapse:collapse;width:100%}.ap__kvs td{border-bottom:1px solid #f3f4f6;padding:8px 0;font-size:14px}.ap__kvs tr:last-child td{border-bottom:none}.ap__kvs td:first-child{color:#6b7280;width:160px}.ap__kv-v{color:#1f2937;font-family:ui-monospace,monospace;font-weight:600}.ap__kv-v--ok{color:#059669}.ap__kv-v--warn{color:#d97706}.ap__kv-v--bad{color:#dc2626}.ap__rnd-header{gap:32px;margin-bottom:16px;display:flex}.ap__rnd-rate{flex-direction:column;gap:4px;display:flex}.ap__rnd-rate-label{color:#9ca3af;font-size:12px}.ap__rnd-rate-val{color:#8b5cf6;font-size:24px;font-weight:700}.ap__rnd-rate-val--ok{color:#059669}.ap__rnd-rate-val--muted{color:#6b7280;font-weight:600}.ap__rnd-progress{background:#f3f4f6;border-radius:6px;height:12px;position:relative;overflow:visible}.ap__rnd-progress-fill{border-radius:6px;min-width:4px;height:100%}.ap__rnd-progress-avg{background:#f59e0b;border-radius:1px;width:2px;height:20px;position:absolute;top:-4px}.ap__indicator-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.ap__indicator{text-align:center;background:#f9fafb;border-radius:8px;padding:12px}.ap__indicator-title{color:#9ca3af;margin-bottom:8px;font-size:12px}.ap__indicator-val{color:#1f2937;font-family:ui-monospace,monospace;font-size:22px;font-weight:700}.ap__indicator-val--ok{color:#059669}.ap__indicator-sub{color:#6b7280;margin-top:4px;font-size:12px}.ap__seven-steps{padding:0;overflow:hidden}.ap__step{border-bottom:1px solid #f3f4f6}.ap__step:last-child{border-bottom:none}.ap__step-header{color:#374151;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 24px;font-family:inherit;font-size:14px;transition:background .15s;display:flex}.ap__step-header:hover{background:#f9fafb}.ap__step-num{align-items:center;gap:10px;font-weight:500;display:flex}.ap__step-emoji{text-align:center;width:24px;font-size:18px}.ap__step-arrow{color:#9ca3af;font-size:12px;transition:transform .2s}.ap__step-arrow--open{transform:rotate(90deg)}.ap__step-body{padding:0 24px 20px 60px}.ap__step-text{color:#4b5563;margin:0 0 12px;font-size:14px;line-height:1.6}.ap__step-bullets{margin:0;padding:0 0 0 18px;list-style:outside}.ap__step-bullets li{color:#6b7280;margin-bottom:4px;font-size:13px}.ap__peer-table-wrap{padding:0;overflow-x:auto}.ap__peer-table{border-collapse:collapse;width:100%;font-size:13px}.ap__peer-table th{text-align:center;color:#6b7280;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:12px;font-weight:500}.ap__peer-table td{text-align:center;border-bottom:1px solid #f3f4f6;padding:14px 16px}.ap__peer-table tr:last-child td{border-bottom:none}.ap__peer-name{color:#1f2937;font-weight:600}.ap__peer-val{color:#374151;font-family:ui-monospace,monospace}.ap__ai{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border:1px solid #c4b5fd;border-radius:12px;padding:20px 24px}.ap__ai-badge{color:#7c3aed;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:600;display:inline-flex}.ap__ai-text{color:#4c1d95;margin:0;font-size:14px;line-height:1.7}.ap__ph-chart{justify-content:center;align-items:center;min-height:120px;display:flex}.ap__mock-chart{color:#6b7280;flex-direction:column;align-items:center;gap:6px;font-size:13px;display:flex}.ap__mock-chart--big{justify-content:center;min-height:200px}.ap__mock-note{color:#9ca3af;margin-top:8px;font-size:11px;font-style:italic}.ap__peer-highlight td{background:#eff6ff}.ap__peer-highlight td:first-child{border-left:3px solid #1d4ed8}.ap__mda-ref{background:#f9fafb;border-radius:8px;margin-top:16px;padding:12px}.ap__mda-ref summary{color:#1d4ed8;cursor:pointer;font-size:13px;font-weight:500}.ap__mda-text{color:#6b7280;white-space:pre-wrap;max-height:300px;margin-top:8px;font-size:12px;line-height:1.8;overflow-y:auto}.sp{flex-direction:column;height:100%;display:flex;overflow:hidden}.sp__topbar{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:24px;padding:12px 24px;display:flex}.sp__topbar-left{align-items:baseline;gap:8px;display:flex}.sp__symbol-label{color:#1f2937;font-size:16px;font-weight:700}.sp__symbol-code{color:#9ca3af;font-family:ui-monospace,monospace;font-size:12px}.sp__topbar-price{align-items:baseline;gap:8px;display:flex}.sp__price-val{color:#1f2937;font-family:ui-monospace,monospace;font-size:22px;font-weight:700}.sp__price-chg{font-family:ui-monospace,monospace;font-size:15px;font-weight:700}.sp--up{color:#dc2626}.sp--down{color:#16a34a}.sp__topbar-meta{color:#6b7280;gap:16px;font-size:12px;display:flex}.sp__topbar-actions{margin-left:auto}.sp__fav-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 16px;font-size:13px;transition:background .15s,color .15s,border-color .15s}.sp__fav-btn:hover{color:#d97706;border-color:#f59e0b}.sp__fav-btn--active{color:#d97706;background:#fef3c7;border-color:#f59e0b}.sp__fav-btn:disabled{opacity:.5;cursor:not-allowed}.sp__body{flex:1;display:flex;overflow:hidden}.sp__main{flex-direction:column;flex:1;display:flex;overflow:hidden}.sp__content{flex:1;padding:24px;overflow-y:auto}.sp__candle-wrapper{margin-top:16px}.sp__trend-badge{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;margin-bottom:12px;padding:6px 14px;font-size:13px;display:inline-flex}.sp__trend-label{color:#94a3b8;font-weight:500}.sp__trend-value{font-weight:700}.sp__trend-value--up{color:#dc2626}.sp__trend-value--down{color:#16a34a}.sp__trend-value--unknown{color:#f59e0b}.home-page{width:100%}.home-hero{text-align:center;background:linear-gradient(#eff6ff,#fff);padding:60px 24px 48px;position:relative;overflow:hidden}.home-hero__bg-icon{pointer-events:none;opacity:.06;position:absolute}.home-hero__bg-icon--1{color:var(--accent);font-size:120px;top:60px;left:40px}.home-hero__bg-icon--2{color:var(--accent);font-size:100px;bottom:40px;right:40px}.home-hero__title{color:#111827;letter-spacing:-.03em;margin:0 0 16px;font-size:2.5rem;font-weight:800;line-height:1.2}.home-hero__title-highlight{color:var(--accent)}.home-hero__subtitle{color:#6b7280;max-width:500px;margin:0 auto 32px;font-size:1.1rem;line-height:1.7}.home-search{max-width:520px;margin:0 auto 28px}.home-search__wrap{background:#fff;border:2px solid #1a56db26;border-radius:12px;padding:4px;transition:border-color .2s;display:flex;box-shadow:0 4px 24px #1a56db14}.home-search__wrap:focus-within{border-color:var(--accent)}.home-search__input{color:var(--text);background:0 0;border:none;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:15px}.home-search__input::placeholder{color:#9ca3af}.home-search__btn{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.home-search__btn:hover{background:#1545ad}.home-search__btn-icon{font-size:16px}.home-hot-tags{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.home-hot-tags__label{color:var(--muted);margin-right:4px}.home-hot-tags__tag{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:#fff;border-radius:20px;padding:5px 14px;font-size:13px;transition:border-color .15s,color .15s;display:inline-block}.home-hot-tags__tag:hover{border-color:var(--accent);color:var(--accent)}.home-ticker{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;padding:10px 24px;display:flex;overflow-x:auto}.home-ticker__item{white-space:nowrap;align-items:center;gap:8px;font-size:13px;display:flex}.home-ticker__item-name{color:var(--muted)}.home-ticker__item-value{font-family:ui-monospace,monospace;font-weight:700}.home-ticker__item-value--up{color:var(--color-danger)}.home-ticker__item-value--down{color:var(--color-success)}.home-watchlist{max-width:1100px;margin:0 auto;padding:32px 24px}.home-watchlist__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.home-watchlist__title{color:#111827;margin:0;font-size:1.1rem;font-weight:700}.home-watchlist__count{color:var(--muted);margin-left:8px;font-size:13px;font-weight:400}.home-watchlist__more{color:var(--accent);cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:500;transition:opacity .15s}.home-watchlist__more:hover{opacity:.7}.home-watchlist__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.home-watchlist__card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;transition:box-shadow .15s,transform .15s;display:flex}.home-watchlist__card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.home-watchlist__card-left{flex-direction:column;gap:2px;display:flex}.home-watchlist__card-name{color:#111827;font-size:14px;font-weight:600}.home-watchlist__card-code{color:var(--muted);font-family:ui-monospace,monospace;font-size:11px}.home-watchlist__card-right{text-align:right;flex-direction:column;gap:2px;display:flex}.home-watchlist__card-price{font-family:ui-monospace,monospace;font-size:15px;font-weight:700}.home-watchlist__card-change{font-family:ui-monospace,monospace;font-size:12px;font-weight:600}.home-watchlist--up{color:var(--color-danger)}.home-watchlist--down{color:var(--color-success)}.home-features{background:#f9fafb80;padding:64px 24px}.home-features__header{text-align:center;margin-bottom:48px}.home-features__title{color:#111827;margin:0 0 16px;font-size:1.75rem;font-weight:700}.home-features__divider{background:var(--accent);border-radius:2px;width:64px;height:4px;margin:0 auto}.home-features__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1100px;margin:0 auto;display:grid}.home-feature-card{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;padding:32px;transition:box-shadow .2s,transform .2s;display:flex}.home-feature-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000000f}.home-feature-card__icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:24px;display:flex}.home-feature-card__icon--blue{color:var(--accent);background:#1a56db1a}.home-feature-card__icon--green{color:var(--color-success);background:#0596691a}.home-feature-card__icon--amber{color:var(--color-warning);background:#d977061a}.home-feature-card__title{color:#111827;margin:0 0 12px;font-size:1.1rem;font-weight:700}.home-feature-card__desc{color:var(--muted);flex:1;margin:0;font-size:14px;line-height:1.6}.home-feature-card__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;margin-top:20px;padding-top:16px;font-size:13px;font-weight:500;display:flex}.home-value{background:#fff;padding:64px 24px}.home-value__inner{grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:1100px;margin:0 auto;display:grid}.home-value__badge{color:#6d28d9;background:#7c3aed14;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.home-value__title{color:#111827;margin:0 0 24px;font-size:1.75rem;font-weight:700;line-height:1.3}.home-value__list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.home-value__list-item{align-items:flex-start;gap:12px;display:flex}.home-value__list-icon{color:var(--color-success);flex-shrink:0;margin-top:2px;font-size:18px}.home-value__list-title{margin-bottom:2px;font-size:14px;font-weight:700;display:block}.home-value__list-desc{color:var(--muted);font-size:14px}.home-value__chart{border:2px dashed var(--border);height:320px;color:var(--muted);background:#f9fafb;border-radius:12px;justify-content:center;align-items:center;padding:24px;font-size:14px;display:flex}.home-stats{background:var(--accent);text-align:center;color:#fff;grid-template-columns:repeat(4,1fr);gap:24px;padding:40px 24px;display:grid}.home-stats__number{margin-bottom:4px;font-size:1.75rem;font-weight:700}.home-stats__label{color:#ffffffb3;font-size:13px}.home-disclaimer{text-align:center;color:var(--muted);background:#f3f4f6;justify-content:center;align-items:center;gap:6px;padding:12px 24px;font-size:12px;display:flex}.home-footer{border-top:1px solid var(--border);background:#fff;padding:48px 24px 24px}.home-footer__inner{grid-template-columns:2fr repeat(4,1fr);gap:32px;max-width:1100px;margin:0 auto;display:grid}.home-footer__brand{align-items:center;gap:8px;margin-bottom:16px;display:flex}.home-footer__logo{background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex}.home-footer__name{color:var(--accent);font-size:1.1rem;font-weight:700}.home-footer__desc{color:var(--muted);max-width:280px;font-size:13px;line-height:1.6}.home-footer__social{gap:12px;margin-top:16px;display:flex}.home-footer__social-icon{color:var(--muted);cursor:pointer;font-size:20px;transition:color .15s}.home-footer__social-icon:hover{color:var(--accent)}.home-footer__col-title{color:#111827;margin-bottom:16px;font-size:14px;font-weight:700}.home-footer__links{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.home-footer__link{color:var(--muted);cursor:pointer;font-size:13px;transition:color .15s}.home-footer__link:hover{color:var(--accent);text-decoration:none}.home-footer__copyright{border-top:1px solid var(--border);text-align:center;max-width:1100px;color:var(--muted);margin:32px auto 0;padding-top:16px;font-size:12px}@media (width<=768px){.home-hero__title{font-size:1.75rem}.home-value__inner{grid-template-columns:1fr}.home-footer__inner,.home-stats{grid-template-columns:1fr 1fr}.home-ticker{justify-content:flex-start;gap:16px}}.watchlist-page{max-width:1100px;margin:0 auto}.watchlist-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.watchlist-header__title{color:#111827;font-size:1.5rem;font-weight:700}.watchlist-header__count{color:var(--muted);margin-left:8px;font-size:14px;font-weight:400}.watchlist-header__actions{gap:8px;display:flex}.watchlist-btn{cursor:pointer;border:1px solid var(--border);color:var(--text);background:#fff;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.watchlist-btn:hover{background:#f9fafb}.watchlist-btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.watchlist-btn--primary:hover{background:#1545ad}.watchlist-empty{text-align:center;padding:80px 24px}.watchlist-empty__icon{opacity:.4;margin-bottom:16px;font-size:48px}.watchlist-empty__title{color:#111827;margin:0 0 8px;font-size:1.1rem;font-weight:600}.watchlist-empty__desc{color:var(--muted);margin:0 0 24px;font-size:14px}.watchlist-empty__btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 24px;font-size:14px;font-weight:600;display:inline-flex}.watchlist-empty__btn:hover{background:#1545ad}.watchlist-table-wrap{border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.watchlist-table{border-collapse:collapse;width:100%;font-size:14px}.watchlist-table thead{background:#f9fafb}.watchlist-table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);padding:14px 20px;font-size:11px;font-weight:600}.watchlist-table td{vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:14px 20px}.watchlist-table tbody tr:hover{cursor:pointer;background:#f9fafb}.watchlist-table tbody tr:last-child td{border-bottom:none}.watchlist-stock{flex-direction:column;gap:2px;display:flex}.watchlist-stock__name{color:#111827;font-size:14px;font-weight:700}.watchlist-stock__code{color:var(--muted);font-family:ui-monospace,monospace;font-size:12px}.watchlist-price{font-family:ui-monospace,monospace;font-weight:700}.watchlist-price--up{color:var(--color-danger)}.watchlist-price--down{color:var(--color-success)}.watchlist-change{font-size:13px;font-weight:700}.watchlist-change--up{color:var(--color-danger)}.watchlist-change--down{color:var(--color-success)}.watchlist-stat{color:var(--text);font-family:ui-monospace,monospace;font-size:13px;font-weight:600}.watchlist-delete-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:16px;transition:color .15s,background .15s}.watchlist-delete-btn:hover{color:var(--color-danger);background:#fef2f2}.watchlist-modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.watchlist-modal{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:28px;box-shadow:0 20px 60px #0000001f}.watchlist-modal__title{color:#111827;margin:0 0 20px;font-size:1.1rem;font-weight:700}.watchlist-modal__input{border:1px solid var(--border);box-sizing:border-box;border-radius:8px;outline:none;width:100%;margin-bottom:16px;padding:10px 14px;font-size:14px}.watchlist-modal__input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #1a56db14}.watchlist-modal__results{max-height:240px;margin-bottom:16px;overflow-y:auto}.watchlist-modal__result-item{cursor:pointer;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:8px 4px;transition:background .12s;display:flex}.watchlist-modal__result-item:hover{background:#f9fafb}.watchlist-modal__result-code{color:var(--accent);margin-right:8px;font-weight:600}.watchlist-modal__add-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:4px 12px;font-size:12px}.watchlist-modal__add-btn:hover{background:#1545ad}.watchlist-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.watchlist-table th,.watchlist-table td{padding:10px 12px}.watchlist-header{flex-direction:column;align-items:flex-start}}.screener-page{max-width:1060px;margin:0 auto;padding:32px 24px}.screener-page__header{margin-bottom:20px}.screener-page__title{color:var(--text);margin:0 0 4px;font-size:22px;font-weight:600}.screener-page__desc{color:var(--muted);font-size:13px}.screener-page__filters{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;gap:12px;margin-bottom:20px;padding:16px 20px;display:flex}.screener-page__filter-row{flex-wrap:wrap;align-items:flex-end;gap:12px 20px;display:flex}.screener-page__filter-group{align-items:center;gap:6px;display:flex}.screener-page__filter-label{color:#374151;white-space:nowrap;font-size:13px;font-weight:500}.screener-page__filter-select{color:#1f2937;cursor:pointer;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;min-width:160px;padding:6px 10px;font-size:13px}.screener-page__filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.screener-page__filter-input{color:#1f2937;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;min-width:120px;padding:6px 10px;font-size:13px}.screener-page__filter-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.screener-page__filter-actions{align-items:center;gap:10px;display:flex}.screener-page__btn{cursor:pointer;border:none;border-radius:6px;padding:7px 20px;font-size:13px;font-weight:500;transition:background .15s,opacity .15s}.screener-page__btn--primary{color:#fff;background:#3b82f6}.screener-page__btn--primary:hover{background:#2563eb}.screener-page__btn--reset{color:#6b7280;background:#f3f4f6}.screener-page__btn--reset:hover{background:#e5e7eb}.screener-page__stats{color:#6b7280;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;display:flex}.screener-page__stats-tag{color:#3b82f6;background:#eff6ff;border-radius:4px;padding:1px 8px;font-size:12px;display:inline-block}.screener-page__table-wrapper{border:1px solid var(--border);background:#fff;border-radius:10px;overflow:hidden}.screener-page__table{border-collapse:collapse;width:100%;font-size:13px}.screener-page__table th{color:#6b7280;border-bottom:1px solid var(--border);white-space:nowrap;background:#fafafa;padding:11px 14px;font-weight:500}.screener-page__table td{color:#1f2937;border-bottom:1px solid #f0f0f0;padding:9px 14px}.screener-page__th-right{text-align:right}.screener-page__row{cursor:pointer;transition:background .15s}.screener-page__row:hover{background:#f5f7ff}.screener-page__row:last-child td{border-bottom:none}.screener-page__cell-code{font-family:Menlo,SF Mono,monospace;font-weight:500;color:#3b82f6!important}.screener-page__cell-name{font-weight:500}.screener-page__cell-ind{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:12px;overflow:hidden}.screener-page__cell-num{text-align:right;white-space:nowrap;font-family:Menlo,SF Mono,monospace;font-size:12px}.screener-page--up{font-weight:600;color:#dc2626!important}.screener-page--down{font-weight:600;color:#16a34a!important}.screener-page__board-badge{border-radius:4px;padding:1px 7px;font-size:11px;font-weight:500;display:inline-block}.screener-page__board-badge--main{color:#6b7280;background:#f3f4f6}.screener-page__board-badge--gem{color:#d97706;background:#fef3c7}.screener-page__board-badge--star{color:#7c3aed;background:#ede9fe}.screener-page__loading,.screener-page__empty{text-align:center;color:var(--muted);padding:60px 24px;font-size:14px}.screener-page__pagination{justify-content:center;align-items:center;gap:12px;margin-top:20px;padding:12px 0;display:flex}.screener-page__page-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:6px;padding:6px 16px;font-size:13px;transition:all .15s}.screener-page__page-btn:hover:not(:disabled){color:#3b82f6;border-color:#3b82f6}.screener-page__page-btn:disabled{opacity:.4;cursor:not-allowed}.screener-page__page-info{color:var(--muted);font-size:13px}.note-trading{color:#e6edf3;min-height:100%;font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.9}.note-trading__header{text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-bottom:1px solid #30363d;padding:60px 20px}.note-trading__header h1{background:linear-gradient(90deg,#58a6ff,#3fb950);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:2.6em}.note-trading__header p{color:#8b949e;font-size:1.15em}.note-trading__header .meta{color:#6e7681;margin-top:15px;font-size:.95em}.note-trading__container{max-width:1200px;margin:0 auto;padding:30px 20px}.note-trading__section{background:#161b22;border:1px solid #30363d;border-radius:12px;margin-bottom:30px;padding:36px 32px}.note-trading__section h2{border-bottom:2px solid #30363d;margin-bottom:20px;padding-bottom:10px;font-size:1.7em}.note-trading__section h2 .num{color:#58a6ff;margin-right:10px}.note-trading__section h3{color:#f0883e;margin:24px 0 14px;font-size:1.3em}.note-trading__section h4{color:#d2a8ff;margin:18px 0 10px;font-size:1.15em}.note-trading__section p,.note-trading__section li{font-size:1.05em;line-height:1.8}.note-trading__section ul{margin:8px 0;padding-left:24px}.note-trading__section li{margin:4px 0}.note-trading__table{border-collapse:collapse;width:100%;margin:15px 0;font-size:.95em}.note-trading__table th,.note-trading__table td{text-align:center;border:1px solid #30363d;padding:12px 14px}.note-trading__table th{color:#58a6ff;background:#1c2128;font-weight:600}.note-trading__table tr:hover{background:#1c2128}.note-trading__tag{border-radius:4px;margin:0 3px;padding:3px 12px;font-size:.85em;font-weight:700;display:inline-block}.note-trading__tag--buy{color:#3fb950;background:#3fb95022;border:1px solid #3fb95044}.note-trading__tag--sell{color:#f85149;background:#f8514922;border:1px solid #f8514944}.note-trading__tag--signal{color:#d29922;background:#d2992222;border:1px solid #d2992244}.note-trading__tag--high{color:#f85149;background:#f8514922;border:1px solid #f8514944}.note-trading__tag--low{color:#3fb950;background:#3fb95022;border:1px solid #3fb95044}.note-trading__bull{color:#3fb950;font-weight:700}.note-trading__bear{color:#f85149;font-weight:700}.note-trading__kline-wrapper{background:#0d1117;border-radius:8px;width:100%;margin:15px 0;padding:10px;position:relative;overflow-x:auto}.note-trading__kline-wrapper canvas{display:block}.note-trading__kline-controls{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.note-trading__kline-legend{background:#1c2128;border-radius:6px;flex-wrap:wrap;gap:20px;margin:10px 0 0;padding:10px;font-size:.9em;display:flex}.note-trading__kline-legend span{align-items:center;gap:6px;display:flex}.note-trading__legend-dot{border-radius:50%;width:14px;height:14px;display:inline-block}.note-trading__legend-dot--high{background:#f85149}.note-trading__legend-dot--low{background:#3fb950}.note-trading__legend-dot--mid-high{background:#f85149;border:2px solid gold}.note-trading__legend-dot--mid-low{background:#3fb950;border:2px solid gold}.note-trading__system-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:20px 0;display:grid}.note-trading__system-card{background:#1c2128;border:1px solid #30363d;border-radius:8px;padding:24px;transition:all .2s}.note-trading__system-card:hover{border-color:#58a6ff;transform:translateY(-2px)}.note-trading__system-card h4{color:#58a6ff;margin-bottom:8px;font-size:1.1em}.note-trading__system-card .card-num{color:#58a6ff;background:#58a6ff22;border-radius:4px;margin-bottom:6px;padding:2px 8px;font-size:.85em;display:inline-block}.note-trading__system-card p{color:#8b949e;font-size:.95em}.note-trading__flow-chart{flex-wrap:wrap;justify-content:center;gap:15px;margin:25px 0;display:flex}.note-trading__flow-step{text-align:center;background:#1c2128;border:1px solid #30363d;border-radius:8px;flex:1;min-width:150px;padding:18px 24px}.note-trading__flow-step .step-num{color:#0d1117;background:#58a6ff;border-radius:50%;width:32px;height:32px;margin-bottom:8px;font-weight:700;line-height:32px;display:inline-block}.note-trading__flow-step h4{color:#e6edf3;margin:5px 0}.note-trading__flow-step p{color:#8b949e;font-size:.9em}.note-trading__flow-arrow{color:#30363d;align-items:center;font-size:1.5em;display:flex}.note-trading__highlight{background:#1c2128;border-left:4px solid #58a6ff;border-radius:0 8px 8px 0;margin:15px 0;padding:18px 24px}.note-trading__highlight--warn{border-left-color:#d29922}.note-trading__highlight--danger{border-left-color:#f85149}.note-trading__highlight--success{border-left-color:#3fb950}.note-trading__highlight--gold{border-left-color:gold}.note-trading__highlight p{color:#8b949e;margin:5px 0}.note-trading__formula{color:#d2a8ff;background:#0d1117;border:1px solid #30363d;border-radius:6px;margin:10px 0;padding:14px 24px;font-family:Courier New,monospace;font-size:1.05em}.note-trading__btn{cursor:pointer;border:none;border-radius:6px;padding:10px 24px;font-size:.95em;font-weight:600;transition:all .2s}.note-trading__btn--primary{color:#fff;background:#238636}.note-trading__btn--primary:hover{background:#2ea043}.note-trading__btn--secondary{color:#e6edf3;background:#21262d;border:1px solid #30363d}.note-trading__btn--secondary:hover{background:#30363d}.note-trading__btn--danger{color:#fff;background:#da3633}.note-trading__btn--danger:hover{background:#f85149}.note-trading__btn--warning{color:#fff;background:#9e6a03}.note-trading__btn--warning:hover{background:#bb8009}.note-trading__two-col{flex-wrap:wrap;gap:20px;margin:15px 0;display:flex}.note-trading__col{text-align:center;background:#1c2128;border-radius:8px;flex:1;min-width:200px;padding:15px}.note-trading__tooltip{color:#e6edf3;pointer-events:none;z-index:1000;background:#1c2128;border:1px solid #58a6ff;border-radius:6px;padding:10px 14px;font-size:.9em;display:none;position:fixed}.note-trading__price-chart{background:#0d1117;border-radius:8px;margin:15px 0;padding:20px;font-family:monospace;line-height:1.4;overflow-x:auto}.note-trading__strategy-box{background:#1c2128;border-radius:8px;margin:15px 0;padding:20px}.note-trading__footer{text-align:center;background:#161b22;border:1px solid #30363d;border-radius:12px;margin-bottom:30px;padding:36px 32px}.note-trading__footer p{color:#6e7681}.note-trading__details summary{color:#58a6ff;cursor:pointer;font-size:.95em}.note-trading hr{border-color:#30363d;margin:20px 0}@media (width<=768px){.note-trading__header h1{font-size:1.8em}.note-trading__section{padding:24px 20px}}.notes-page{max-width:960px;margin:0 auto;padding:32px 24px}.notes-page__header{margin-bottom:28px}.notes-page__title{color:var(--text);margin:0 0 4px;font-size:22px;font-weight:600}.notes-page__desc{color:var(--muted);font-size:13px}.notes-page__list{flex-direction:column;gap:16px;display:flex}.notes-page__card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;padding:20px 24px;transition:all .15s}.notes-page__card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f614}.notes-page__card-header{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.notes-page__card-title{color:#1f2937;margin:0;font-size:16px;font-weight:600}.notes-page__card-date{color:#9ca3af;white-space:nowrap;font-size:12px}.notes-page__card-subtitle{color:#6b7280;margin:2px 0 8px;font-size:13px}.notes-page__card-summary{color:#374151;margin:0 0 12px;font-size:13px;line-height:1.6}.notes-page__card-tags{flex-wrap:wrap;gap:6px;display:flex}.notes-page__tag{color:#3b82f6;background:#eff6ff;border-radius:4px;padding:2px 10px;font-size:12px;font-weight:500;display:inline-block}.auth-page{justify-content:center;min-height:calc(100vh - 120px);padding:60px 16px;display:flex}.auth-card{flex-direction:column;width:100%;max-width:400px;display:flex}.auth-logo{flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.auth-logo__icon{background:var(--accent);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;font-size:24px;font-weight:700;display:flex;box-shadow:0 4px 16px #1a56db33}.auth-logo__title{color:#111827;margin:0 0 4px;font-size:1.5rem;font-weight:700}.auth-logo__subtitle{color:var(--muted);margin:0;font-size:13px}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field__label{color:#374151;font-size:13px;font-weight:500}.auth-field__input-wrap{position:relative}.auth-field__input{width:100%;color:var(--text);box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:11px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-field__input::placeholder{color:#9ca3af}.auth-field__input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #1a56db14}.auth-field__toggle-pwd{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-field__toggle-pwd:hover{color:var(--text)}.auth-options{justify-content:space-between;align-items:center;font-size:13px;display:flex}.auth-options__remember{color:#6b7280;cursor:pointer;align-items:center;gap:6px;display:flex}.auth-options__remember input[type=checkbox]{accent-color:var(--accent)}.auth-options__link{color:var(--accent);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:13px}.auth-options__link:hover{text-decoration:underline}.auth-submit-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:12px;font-size:15px;font-weight:600;transition:background .15s,transform .1s}.auth-submit-btn:hover{background:#1545ad}.auth-submit-btn:active{transform:scale(.98)}.auth-footer{text-align:center;color:var(--muted);margin-top:24px;font-size:14px}.auth-footer__link{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-left:4px;font-family:inherit;font-size:14px;font-weight:600}.auth-footer__link:hover{text-decoration:underline}.auth-error{color:var(--color-danger);background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;display:none}.auth-error--visible{display:block}.auth-error--success{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0;display:block}.auth-register-tabs{border:1px solid var(--border);border-radius:8px;margin-bottom:20px;display:flex;overflow:hidden}.auth-register-tab{color:var(--muted);cursor:pointer;background:#fff;border:none;flex:1;padding:8px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,color .15s}.auth-register-tab:hover{background:#f9fafb}.auth-register-tab--active{background:var(--accent);color:#fff}.auth-register-tab--active:hover{background:#1545ad}.auth-field__sms-row{gap:8px;display:flex}.auth-field__input--sms{flex:1}.auth-field__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.auth-field__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.auth-sms-btn{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s}.auth-sms-btn:hover:not(:disabled){background:#1545ad}.auth-sms-btn:disabled{opacity:.6;cursor:not-allowed}.membership-page{max-width:520px;margin:0 auto;padding:32px 16px 64px}.membership-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 1px 3px #0000000f}.membership-header{text-align:center;margin-bottom:24px}.membership-logo{margin-bottom:8px;font-size:40px}.membership-title{color:#1f2937;margin:0 0 4px;font-size:24px;font-weight:700}.membership-subtitle{color:#6b7280;margin:0;font-size:14px}.membership-status{text-align:center;border-radius:10px;margin-bottom:24px;padding:16px}.membership-status--active{background:#f0fdf4;border:1px solid #bbf7d0}.membership-status--inactive{background:#f8fafc;border:1px solid #f1f5f9}.membership-status__badge{margin-bottom:4px;font-size:14px;font-weight:700}.membership-status__badge--free{color:#6b7280}.membership-status__detail{color:#6b7280;font-size:13px}.membership-benefits{margin-bottom:24px}.membership-benefits__title{color:#1f2937;margin:0 0 8px;font-size:14px;font-weight:600}.membership-benefits__table{border:1px solid #f1f5f9;border-radius:8px;overflow:hidden}.membership-benefits__row{border-bottom:1px solid #f1f5f9;align-items:center;padding:8px 12px;font-size:13px;display:flex}.membership-benefits__row:last-child{border-bottom:none}.membership-benefits__name{color:#374151;flex:1}.membership-benefits__free{text-align:center;color:#9ca3af;width:40px;font-size:14px}.membership-benefits__pro{text-align:center;color:#22c55e;width:40px;font-size:14px}.membership-pay{text-align:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:16px;padding:20px}.membership-price__amount{color:#1a56db;font-size:48px;font-weight:800}.membership-price__unit{color:#6b7280;margin-left:4px;font-size:16px}.membership-price__note{color:#9ca3af;margin:4px 0 16px;font-size:13px}.membership-pay__btn{color:#fff;cursor:pointer;background:#1a56db;border:none;border-radius:10px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:background .15s}.membership-pay__btn:hover{background:#1545ad}.membership-pay__btn:disabled{opacity:.6;cursor:not-allowed}.membership-error{color:#ef4444;margin-bottom:12px;font-size:13px}.membership-pay__qrcode{margin-top:20px}.membership-pay__qrcode-hint{color:#6b7280;margin-bottom:12px;font-size:13px}.membership-pay__qrcode-box{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:12px;display:inline-block}.membership-pay__qrcode-box img{width:200px;height:200px;display:block}.membership-pay__qrcode-order{color:#9ca3af;margin-bottom:12px;font-size:12px}.membership-btn{color:#fff;cursor:pointer;background:#1a56db;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500}.membership-btn:hover{background:#1545ad}.membership-thanks{text-align:center;color:#374151;padding:16px;font-size:15px}.membership-thanks p{margin-bottom:12px}.membership-empty{text-align:center;color:#6b7280;padding:32px}.membership-empty p{margin-bottom:12px}.membership-footer{text-align:center;margin-top:16px}.membership-footer__link{color:#1a56db;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:14px}.membership-footer__link:hover{text-decoration:underline}.profile-page{justify-content:center;padding:40px 16px;display:flex}.profile-card{flex-direction:column;gap:20px;width:100%;max-width:480px;display:flex}.profile-header{flex-direction:column;align-items:center;gap:12px;padding-bottom:8px;display:flex}.profile-avatar{background:var(--accent);color:#fff;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:600;display:flex}.profile-title{color:#111827;margin:0;font-size:1.3rem;font-weight:700}.profile-section{border:1px solid var(--border);background:#fff;border-radius:12px;padding:20px 24px}.profile-section__title{color:#374151;border-bottom:1px solid #f3f4f6;margin:0 0 14px;padding-bottom:10px;font-size:14px;font-weight:600}.profile-info{flex-direction:column;gap:10px;display:flex}.profile-info__row{justify-content:space-between;align-items:center;font-size:14px;display:flex}.profile-info__label{color:#6b7280}.profile-info__value{color:#111827;font-weight:500}.profile-info__value--active{color:#16a34a}.profile-nickname-row{gap:8px;display:flex}.profile-nickname__input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-size:14px;transition:border-color .15s}.profile-nickname__input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #1a56db14}.profile-nickname__btn{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s}.profile-nickname__btn:hover:not(:disabled){background:#1545ad}.profile-nickname__btn:disabled{opacity:.6;cursor:not-allowed}.profile-nickname__error{color:var(--color-danger);margin:8px 0 0;font-size:13px}.profile-nickname__success{color:#16a34a;margin:8px 0 0;font-size:13px}.profile-actions{gap:12px;display:flex}.profile-btn{color:#374151;cursor:pointer;text-align:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:11px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s}.profile-btn:hover{background:#f9fafb;border-color:#9ca3af}.profile-btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.profile-btn--primary:hover{background:#1545ad;border-color:#1545ad}.profile-btn--danger{color:var(--color-danger);border-color:#fecaca}.profile-btn--danger:hover{background:#fef2f2;border-color:#fca5a5}.app-notice{color:var(--notice-text);background:var(--notice-bg);border:1px solid var(--notice-border);border-radius:6px;margin:0 0 .75rem;padding:.5rem .75rem;font-size:.85rem;line-height:1.4}.app-status{color:var(--muted);margin:0 0 .75rem;font-size:.9rem}.app-welcome{justify-content:center;padding-top:60px;display:flex}.app-welcome__card{text-align:center;max-width:480px}.app-welcome__title{color:var(--text);margin:0 0 8px;font-size:1.5rem;font-weight:600}.app-welcome__desc{color:var(--muted);margin:0 0 24px;font-size:.9rem}.app-welcome__examples-label{color:#9ca3af;margin:0 0 8px;font-size:.8rem}.app-welcome__tags{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.app-welcome__tag{border:1px solid var(--border);color:var(--accent);cursor:pointer;border-radius:20px;padding:6px 14px;font-size:13px;transition:background .15s,border-color .15s;display:inline-block}.app-welcome__tag:hover{background:var(--accent);color:#fff;border-color:var(--accent)}
