@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.inline{display:inline}.table{display:table}}:root{--bg: #f5f6f7;--panel: #ffffff;--ink: #252a2f;--sub: #66707a;--line: #d9dee3;--blue: #315eea;--green: #47665a;--red: #c6534d}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.stage{min-height:100vh;display:grid}.landing{place-items:center}.quiet-start{border:0;background:transparent;color:var(--ink);text-align:center;padding:50px}.quiet-start h1,.intro h1{margin:0;font-size:clamp(38px,5vw,68px);letter-spacing:-.06em;font-weight:700}.quiet-start span{display:block;margin-top:28px;font-size:20px;font-weight:600}.quiet-start:hover span{color:var(--blue)}.form-stage{grid-template-columns:1fr 1px 1fr;align-items:center;width:min(1200px,calc(100% - 72px));margin:auto;gap:clamp(40px,8vw,130px)}.form-stage:before{content:"";grid-column:2;grid-row:1;align-self:stretch;background:#a9adb0}.intro{grid-column:1;grid-row:1}.intro p{color:var(--sub);font-size:16px;margin:18px 0 26px}.text-button{border:0;padding:0;color:var(--sub);background:transparent}.entry-form{grid-column:3;grid-row:1;display:grid;gap:16px;max-width:380px}.entry-form label{display:grid;gap:8px;color:var(--sub);font-size:14px}.entry-form input,.entry-form textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:0;padding:10px;color:var(--ink)}.entry-form textarea{min-height:84px;resize:vertical}.datetime{display:grid;grid-template-columns:1.35fr 1fr;gap:8px}.location-picker{position:relative}.location-options{position:absolute;z-index:5;top:calc(100% + 5px);width:100%;overflow:hidden;border:1px solid var(--line);background:var(--panel);box-shadow:0 8px 22px #26303a24}.location-options button{width:100%;display:flex;justify-content:space-between;gap:10px;border:0;border-bottom:1px solid #edf0f2;padding:10px;background:#fff;color:var(--ink);text-align:left}.location-options button:hover{background:#f2f6ff}.location-options small{color:var(--sub)}.location-options p{margin:0;padding:10px;color:var(--sub)}.solar-note,.notice{margin:0;font-size:12px;line-height:1.55;color:var(--sub)}.notice{color:var(--red)}.blue-button{border:0;border-radius:2px;background:var(--blue);color:#fff;padding:7px 14px;font-size:13px;font-weight:700;justify-self:end}.blue-button:hover{background:#244bd0}.chart-stage,.analysis-stage{width:min(1380px,calc(100% - 52px));margin:0 auto;padding:24px 0 48px}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:var(--sub);font-size:13px}.app-header button{color:var(--sub);border:0;background:transparent;padding:0}.app-header span{font-weight:700;color:var(--ink)}.chart-layout{display:grid;grid-template-columns:minmax(480px,520px) minmax(0,1fr);gap:24px;align-items:start}.chart-grid,.analysis-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-left:2px solid #232725;border-top:2px solid #232725;background:var(--panel)}.palace{min-height:176px;position:relative;display:grid;grid-template-rows:34px 1fr auto;align-content:start;gap:4px;border:0;border-right:1px solid #303533;border-bottom:1px solid #303533;padding:10px 11px;text-align:left;color:#171a19;background:#f8faf9}.palace.center{background:#f0f3f2}.palace:hover,.palace.selected{background:#edf1ef}.palace-head{display:flex;justify-content:space-between;align-items:start;color:#171a19;font-size:12px;line-height:1.2}.palace-corner{display:grid;justify-items:end;gap:3px}.palace-flags{display:flex;gap:3px;min-height:17px}.palace-flags b{display:inline-grid;place-items:center;min-width:16px;padding:0;font-size:15px;line-height:16px;text-align:center;background:transparent}.palace-flags .horse-flag{color:#22854d}.palace-flags .empty-flag{color:#101212}.palace strong{align-self:center;margin:0;font-family:Georgia,Songti SC,serif;font-size:23px;color:#171a19}.palace-lines{display:grid;gap:2px;color:#171a19}.palace-lines span{font-size:13px;line-height:1.25}.palace-lines b{font-weight:600}.palace em{position:absolute;right:11px;bottom:10px;font-style:normal;font-weight:600;color:#171a19}.palace em small{margin-right:3px;font-size:10px}.value-green{color:#21864c!important;font-weight:800!important}.element-tomb{color:#be9342!important}.element-punish{color:#7853a6!important}.element-menpo{color:#c3423b!important}.element-blue{color:#2f73be!important}.data-panel{min-width:0}.base-info,.table-wrap,.analysis-summary,.detail{background:var(--panel);border:1px solid var(--line)}.base-info{padding:16px 20px 14px;margin-bottom:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px}.base-info>p{grid-column:1 / -1;margin:0 0 8px;font-size:15px;font-weight:700}.base-info div{display:flex;align-items:center;min-height:35px;gap:8px;border-top:1px solid #edf0f2;font-size:12px}.base-info span{flex:0 0 76px;color:var(--sub)}.base-info strong{min-width:0;overflow:hidden;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.table-wrap{overflow-x:auto}.table-wrap table{width:100%;border-collapse:collapse;font-size:12px}.table-wrap th,.table-wrap td{white-space:nowrap;padding:7px 9px;border-bottom:1px solid #e6e9ec;text-align:left}.table-wrap thead{color:#66768d;background:#f7f9fc}.table-wrap tbody th{color:#4d5d70;font-weight:600}.table-wrap.is-editing td,.table-wrap.is-editing th{padding:4px}.table-wrap input{width:100%;min-width:55px;padding:5px;border:1px solid #b8c8ff;border-radius:3px;background:#fff}.actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.actions .blue-button{justify-self:auto;min-width:56px}.result-notice{text-align:right;margin-top:8px}.analysis-summary{padding:25px 30px;margin-bottom:24px}.analysis-summary h2{margin:0 0 14px;font-size:18px}.analysis-summary p{margin:0 0 9px;color:#4f565e;line-height:1.8}.analysis-summary p:last-child{margin-bottom:0}.analysis-board{display:grid;grid-template-columns:minmax(400px,1.05fr) minmax(320px,.85fr);gap:24px}.analysis-grid .palace{min-height:142px}.detail{padding:28px}.detail>p{margin:0 0 4px;color:var(--blue);font-size:12px;font-weight:700}.detail h2{margin:0 0 23px;font-size:26px}.detail dl{margin:0}.detail dt{margin-top:18px;color:var(--sub);font-size:12px;font-weight:700}.detail dt:first-child{margin-top:0}.detail dd{margin:5px 0 0;line-height:1.75;font-size:14px}@media(max-width:920px){.form-stage{width:min(580px,calc(100% - 40px));grid-template-columns:1fr;gap:40px;padding:56px 0}.form-stage:before{display:none}.intro,.entry-form{grid-column:1;grid-row:auto}.chart-layout,.analysis-board{grid-template-columns:1fr}.chart-stage,.analysis-stage{width:min(100% - 28px,1380px)}.chart-grid{max-width:700px}.base-info{grid-template-columns:1fr}.palace{min-height:148px}}.analysis-stage{width:min(1440px,calc(100% - 56px))}.analysis-summary{margin-bottom:30px;padding:30px 34px 34px;border:1px solid #d9e3e5;border-top:4px solid #127f91;box-shadow:0 10px 28px #23373d0b}.analysis-summary h2{margin-bottom:18px;font-size:24px}.analysis-summary-narrative{max-width:1040px;min-height:0;border:0;border-left:3px solid #92c8d0;background:linear-gradient(90deg,#f5fbfb,#fff 76%);padding:18px 22px;color:#35434a;font-size:15px;line-height:1.9}.analysis-board{grid-template-columns:minmax(430px,.88fr) minmax(0,1.12fr);gap:clamp(22px,3vw,42px);align-items:start}.analysis-grid{position:sticky;top:16px;width:100%;max-width:540px;aspect-ratio:1;grid-template-rows:repeat(3,minmax(0,1fr));box-shadow:0 12px 30px #1a2a2d12}.detail{max-height:calc(100vh - 92px);padding:30px 32px 20px;border-top-width:4px;box-shadow:0 10px 28px #23373d0a}.detail>p{margin-bottom:8px;letter-spacing:.08em}.detail h2{margin-bottom:16px;font-size:clamp(25px,2.2vw,32px)}.detail-meta{margin-bottom:18px}.detail-sections{padding-right:14px}.detail-sections section{grid-template-columns:34px minmax(0,1fr);gap:12px;padding:18px 0}.detail-sections h3{margin-bottom:8px;font-size:15px}.detail-sections p{font-size:14px;line-height:1.85}@media(max-width:920px){.analysis-stage{width:min(100% - 28px,760px)}.analysis-summary{margin-bottom:20px}.analysis-board{grid-template-columns:1fr;gap:20px}.analysis-grid{position:static;margin:0 auto}.detail{max-height:none}}@media(max-width:600px){.chart-stage,.analysis-stage{width:calc(100% - 24px);padding:14px 0 32px}.app-header{margin-bottom:12px;font-size:12px}.chart-layout{gap:16px}.chart-grid,.analysis-grid{width:100%;max-width:none;aspect-ratio:1;grid-template-rows:repeat(3,minmax(0,1fr))}.chart-grid .palace,.analysis-grid .palace{min-height:0;grid-template-rows:21px 1fr auto;gap:1px;padding:5px 6px}.palace-head,.palace-head>span:first-child{font-size:9px}.palace-corner{gap:4px}.palace-flags{min-height:15px;margin-top:0}.palace-flags b{min-width:15px;height:15px;padding:0 2px;font-size:9px;line-height:15px}.palace strong{margin-top:0;font-size:clamp(15px,5.4vw,19px);line-height:1.05}.palace-lines{gap:0}.palace-lines span,.palace span{font-size:10px;line-height:1.2}.palace em{right:6px;bottom:5px;font-size:12px}.palace em small{display:none}.base-info{margin-bottom:8px;padding:13px 14px}.base-info>p{margin-bottom:5px}.base-info div{min-height:32px;font-size:12px}.base-info span{flex-basis:66px}.table-wrap table{font-size:11px}.table-wrap th,.table-wrap td{padding:7px 8px}.actions{position:sticky;bottom:8px;z-index:2;margin-top:12px;padding:8px;border:1px solid #dce4e6;background:#fffffff0;box-shadow:0 8px 22px #1f30371c}.actions .blue-button{min-height:38px;padding:8px 5px}.analysis-summary{margin-bottom:18px;padding:20px 18px 22px;border-top-width:3px}.analysis-summary h2{margin-bottom:13px;font-size:20px}.analysis-summary-narrative{padding:14px 14px 14px 16px;font-size:14px;line-height:1.82}.analysis-board{gap:18px;margin-top:0}.detail{padding:22px 18px 18px;border-top-width:3px}.detail h2{margin-bottom:13px;font-size:25px}.detail-meta{margin-bottom:14px}.detail-sections{padding-right:0}.detail-sections section{grid-template-columns:28px minmax(0,1fr);gap:8px;padding:15px 0}.detail-sections h3{font-size:14px}.detail-sections p{font-size:13px;line-height:1.76}}.analysis-stage{width:min(1420px,calc(100% - 64px))}.analysis-stage .app-header{margin:2px 2px 22px}.analysis-summary{position:relative;overflow:hidden;margin-bottom:34px;padding:34px 38px 38px;border:0;border-radius:20px;background:linear-gradient(135deg,#eaf5f3,#f8fbfa 43%,#fff);box-shadow:0 18px 46px #28454414}.analysis-summary:after{position:absolute;top:-74px;right:-32px;width:220px;height:220px;border:1px solid rgba(17,127,145,.13);border-radius:50%;content:""}.analysis-summary h2{position:relative;z-index:1;margin:0 0 16px;color:#18373b;font-family:Georgia,Songti SC,serif;font-size:clamp(26px,3vw,34px);font-weight:600;letter-spacing:-.05em}.analysis-summary h2:before{display:inline-block;margin:0 10px 4px 0;width:28px;height:3px;border-radius:99px;background:#1590a0;content:"";vertical-align:middle}.analysis-summary-narrative{position:relative;z-index:1;max-width:1060px;border:0;border-radius:13px;background:#ffffffbd;box-shadow:inset 0 0 0 1px #467b7c1f;padding:20px 24px;color:#30484b;font-size:15px;line-height:1.95}.analysis-board{grid-template-columns:minmax(420px,500px) minmax(0,1fr);gap:clamp(26px,4vw,54px)}.analysis-grid{overflow:hidden;max-width:500px;border:0;border-radius:18px;background:#d4ddda;box-shadow:0 18px 42px #1e31301f}.analysis-grid .palace{border-color:#d2dcda;background:#fcfdfb}.analysis-grid .palace.center{background:#f1f5f2}.analysis-grid .palace:hover,.analysis-grid .palace.selected{z-index:1;background:#ecf8f6;box-shadow:inset 0 0 0 2px #1590a0}.detail{overflow:hidden;max-height:calc(100vh - 108px);padding:0;border:0;border-radius:20px;background:#fff;box-shadow:0 18px 46px #28454417}.detail>p,.detail>h2,.detail-meta{margin-left:34px;margin-right:34px}.detail>p{margin-top:31px;margin-bottom:7px;color:#1590a0;font-size:11px;letter-spacing:.13em}.detail h2{margin-bottom:17px;color:#193538;font-family:Georgia,Songti SC,serif;font-size:clamp(27px,2.8vw,38px);font-weight:600;letter-spacing:-.055em}.detail-meta{margin-bottom:22px}.detail-meta span{border:0;border-radius:999px;background:#edf6f5;color:#497276;padding:5px 10px}.detail-sections{gap:9px;overflow:auto;padding:8px 18px 24px 22px;background:linear-gradient(180deg,#fbfcfb,#fff)}.detail-sections section{grid-template-columns:32px minmax(0,1fr);gap:12px;border:0;border-radius:12px;background:transparent;padding:16px 14px;transition:background .18s ease,transform .18s ease}.detail-sections section:hover{background:#f0f8f7;transform:translate(2px)}.detail-sections section>span{display:grid;place-items:center;align-self:start;width:25px;height:25px;border-radius:50%;background:#e1f0ef;color:#168695;font-size:10px;line-height:1}.detail-sections h3{margin-bottom:7px;color:#20393c;font-size:15px}.detail-sections p{color:#53676a;font-size:14px;line-height:1.88}@media(max-width:920px){.analysis-stage{width:min(100% - 28px,760px)}.analysis-summary{margin-bottom:24px}.analysis-grid{max-width:560px}.detail{max-height:none}.detail-sections{overflow:visible}}@media(max-width:600px){.analysis-stage .app-header{margin:2px 0 15px}.analysis-summary{margin-bottom:19px;padding:24px 19px 21px;border-radius:15px}.analysis-summary:after{top:-100px;right:-76px;width:200px;height:200px}.analysis-summary h2{margin-bottom:13px;font-size:26px}.analysis-summary-narrative{padding:15px 16px;border-radius:10px;font-size:14px;line-height:1.85}.analysis-board{gap:20px}.analysis-grid{border-radius:13px}.detail{border-radius:15px}.detail>p,.detail>h2,.detail-meta{margin-left:21px;margin-right:21px}.detail>p{margin-top:23px}.detail h2{margin-bottom:14px;font-size:29px}.detail-meta{margin-bottom:16px}.detail-sections{gap:5px;padding:6px 10px 16px}.detail-sections section{grid-template-columns:27px minmax(0,1fr);gap:9px;padding:14px 11px}.detail-sections p{font-size:13px;line-height:1.8}}@media(max-width:560px){.quiet-start h1,.intro h1{font-size:40px}.chart-stage,.analysis-stage{padding-top:20px}.chart-grid,.analysis-grid{min-width:0}.palace{min-height:120px;padding:7px}.palace strong{margin-top:12px;font-size:17px}.palace span{font-size:11px}.palace .palace-heaven{margin-top:5px}.palace-head{font-size:10px}.base-info{padding:16px}.base-info div{grid-template-columns:80px 1fr}.actions{gap:8px}.actions .blue-button{min-width:0;flex:1;padding:10px 6px}}.palace-flags .horse-flag{filter:sepia(1) saturate(6) hue-rotate(82deg) brightness(.72)}.palace-head>span:first-child{font-size:13px}.palace-corner{gap:7px}.palace-flags{margin-top:2px;min-height:20px}.palace-flags b{min-width:19px;height:19px;border-radius:2px;padding:0 3px;font-size:11px;line-height:19px;color:#fff}.palace-flags .horse-flag{background:#c84740;color:#fff;filter:none}.palace-flags .empty-flag{background:#899197;color:#fff}.palace-lines b{font-weight:400}.value-cyan{color:#127f91!important;font-weight:800!important}.analysis-board{grid-template-columns:minmax(480px,520px) minmax(0,1fr);align-items:start}.analysis-grid{width:min(100%,520px);aspect-ratio:1;grid-template-rows:repeat(3,minmax(0,1fr));align-self:start}.analysis-grid .palace{min-height:0}.analysis-summary{padding:24px 30px}.analysis-summary-copy{display:grid;gap:12px}.analysis-summary-copy p{margin:0;color:#323a40;line-height:1.82}.detail{min-height:520px}.detail-meta{display:flex;flex-wrap:wrap;gap:7px;margin:-10px 0 20px}.detail-meta span{border:1px solid #dfe5e7;color:#56636a;padding:4px 7px;font-size:12px}.detail-copy{display:grid;gap:14px}.detail-copy p{margin:0;color:#31393f;font-size:14px;line-height:1.82}@media(max-width:920px){.analysis-grid{width:min(100%,700px)}.detail{min-height:auto}}.table-state{margin-left:2px;color:#69767d;font-size:11px;font-weight:500}.table-wrap.is-editing .table-state{display:block;margin:3px 0 0;font-size:10px}.analysis-summary{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:start;gap:28px;padding:28px 30px;border-top:3px solid #127f91}.analysis-summary h2{margin:1px 0 0;color:#172329;font-size:21px;letter-spacing:-.02em}.analysis-summary-copy{gap:0;border-top:1px solid #e4e9eb}.analysis-summary-copy p{padding:13px 0 14px 13px;border-bottom:1px solid #e4e9eb;border-left:2px solid transparent;color:#354148;font-size:14px;line-height:1.75}.analysis-summary-copy p:hover{border-left-color:#127f91;background:#fafcfc}.analysis-board{gap:28px;margin-top:28px}.analysis-grid{box-shadow:0 1px #19222714}.detail{min-height:0;padding:28px 30px 32px;border-top:3px solid #127f91}.detail h2{margin:0 0 15px;font-size:28px;letter-spacing:-.03em}.detail-meta{margin:0 0 22px}.detail-meta span{border:0;border-left:2px solid #d6e3e5;background:#f7fafb;padding:5px 8px}.detail-copy{gap:0}.detail-copy p{padding:13px 0;border-bottom:1px solid #e6ebed;font-size:14px;line-height:1.78}@media(max-width:920px){.analysis-summary{grid-template-columns:1fr;gap:16px}.analysis-summary-copy p{padding-left:10px}}.analysis-summary{display:block;padding:26px 28px 30px}.analysis-summary h2{margin:0 0 20px;font-size:22px}.analysis-summary-narrative{min-height:78px;border:1px solid #dce7e8;border-left:3px solid #127f91;background:#fbfdfd;padding:18px 20px;color:#4c5a60;font-size:14px;line-height:1.85;white-space:pre-wrap}.analysis-summary-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.analysis-summary-cards article,.detail-sections section{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px}.analysis-summary-cards article{min-height:118px;padding:15px 16px;border:1px solid #e2e8e9;background:#fcfdfd}.analysis-summary-cards article:first-child{border-color:#c8dfe2;background:#f5fafb}.analysis-summary-cards article>span,.detail-sections section>span{color:#127f91;font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.6}.analysis-summary-cards h3,.detail-sections h3{margin:0 0 7px;color:#172329;font-size:14px;line-height:1.45}.analysis-summary-cards p,.detail-sections p{margin:0;color:#4c5a60;font-size:13px;line-height:1.75}.detail{display:flex;flex-direction:column;max-height:760px;padding-right:18px}.detail-sections{display:grid;gap:0;overflow:auto;padding-right:10px}.detail-sections section{padding:16px 0;border-top:1px solid #e6ebed}.detail-sections section:first-child{border-top:0;padding-top:0}.detail-sections section>span{color:#9ba9ae}@media(max-width:920px){.analysis-summary-cards{grid-template-columns:1fr}.analysis-summary-cards article:first-child{grid-column:span 1}.detail{max-height:none;padding-right:30px}.detail-sections{overflow:visible;padding-right:0}}.analysis-stage .analysis-summary,.analysis-stage .detail{border-color:#dbe6ee;border-top-color:#dbe6ee;box-shadow:0 14px 34px #435e7412}.analysis-stage .analysis-summary{margin-bottom:34px;padding:26px 30px 24px;border-top-width:1px;border-radius:18px;background:linear-gradient(135deg,#f5f9fc,#fbfcfe 58%,#f3f7fb)}.analysis-summary-head{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.analysis-summary h2:before{display:none}.analysis-summary h2{margin:0;color:#243540;font-size:22px;font-weight:700;letter-spacing:-.03em}.summary-toggle{position:relative;z-index:3;cursor:pointer;flex:0 0 auto;min-height:30px;padding:0 11px;border:1px solid #cddde8;border-radius:999px;background:#ffffffa8;color:#557b96;font-size:12px;font-weight:650;letter-spacing:.01em}.summary-toggle:hover{border-color:#a8c4d8;background:#fff;color:#3c6887}.analysis-summary-narrative{position:relative;max-width:none;min-height:0;max-height:288px;overflow:hidden;border:0;background:transparent;padding:0 3px 0 0;color:#42535f;font-size:14px;line-height:1.9;white-space:normal}.analysis-summary:after{pointer-events:none}.analysis-summary:not(.is-expanded) .analysis-summary-narrative:after{position:absolute;right:0;bottom:0;left:0;height:54px;content:"";pointer-events:none;background:linear-gradient(transparent,#f4f8fc 88%)}.analysis-summary.is-expanded .analysis-summary-narrative{max-height:none;overflow:visible}.analysis-summary.is-expanded .analysis-summary-narrative:after{display:none}.analysis-summary-narrative h3{margin:22px 0 7px;color:#496f8e;font-size:14px;font-weight:750;letter-spacing:.015em}.analysis-summary-narrative h3:first-child{margin-top:0}.analysis-summary-narrative p{margin:0 0 12px;color:#465762}.analysis-stage .detail{border-top-width:1px;border-radius:18px}.analysis-stage .detail-meta span{border-left-color:#bfd6e5;background:#f4f8fb;color:#61737f}.analysis-stage .detail-sections section>span,.analysis-stage .value-cyan{color:#4b91aa!important}@media(max-width:620px){.analysis-stage .analysis-summary{margin-bottom:22px;padding:21px 19px 20px;border-radius:14px}.analysis-summary-narrative{max-height:250px;font-size:13px;line-height:1.82}.analysis-summary-head{margin-bottom:13px}.analysis-summary h2{font-size:20px}}.analysis-gate{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:22px;background:#1e2d3857;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.analysis-gate-card{width:min(100%,390px);padding:26px;border:1px solid #d6e3eb;border-radius:18px;background:#fbfdff;box-shadow:0 24px 70px #1c324238}.analysis-gate-card>p{margin:0 0 7px;color:#5e849f;font-size:12px;font-weight:750;letter-spacing:.12em}.analysis-gate-card h2{margin:0;color:#203440;font-size:23px;letter-spacing:-.03em}.analysis-gate-card>span{display:block;margin:9px 0 20px;color:#71808a;font-size:13px;line-height:1.7}.analysis-gate-card label{display:grid;gap:7px;color:#52636e;font-size:13px;font-weight:650}.analysis-gate-card input{min-height:44px;width:100%;padding:0 12px;border:1px solid #cfdde6;border-radius:9px;background:#fff;color:#24343e;outline:none}.analysis-gate-card input:focus{border-color:#70a6c3;box-shadow:0 0 0 3px #70a6c329}.analysis-gate-actions{display:grid;grid-template-columns:auto repeat(2,minmax(108px,1fr));align-items:stretch;gap:10px;margin-top:24px}.analysis-gate-actions button:not(.blue-button){min-height:42px;padding:0 15px;border:1px solid #d6e0e7;border-radius:12px;background:transparent;color:#60717c;font-size:13px;font-weight:650}.analysis-gate-actions .blue-button{width:100%;justify-self:stretch;min-height:42px;padding:0 16px;border:1px solid #4c97b9;border-radius:12px;background:#2f86aa;box-shadow:0 8px 16px #2f86aa2b;font-size:13px;letter-spacing:.02em}.analysis-gate-actions .analysis-fast-button{width:100%;justify-self:stretch;min-height:42px;padding:0 16px;border:1px solid #b9d9e7;border-radius:12px;background:#f0f9fc;color:#277492;font-weight:700;font-size:13px;letter-spacing:.02em}.analysis-gate-actions .blue-button:hover{background:#247594}.analysis-gate-actions .analysis-fast-button:hover{background:#e1f4fa;border-color:#8ec4da}.analysis-gate-actions .analysis-fast-button:disabled{opacity:.62;cursor:wait}@media(max-width:560px){.analysis-gate{align-items:end;padding:12px}.analysis-gate-card{width:100%;padding:23px 20px;border-radius:16px}.analysis-gate-actions{grid-template-columns:1fr 1fr}.analysis-gate-actions button:first-child{grid-column:1 / -1}}
