@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: #f6f8f8;--panel: #ffffff;--ink: #273238;--sub: #6f7e85;--line: #dbe4e7;--blue: #5d8ba0;--green: #587568;--red: #bd625c}*{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;text-align:right;font-size:20px;font-weight:600}.quiet-start:hover span{color:var(--blue)}.form-stage{grid-template-columns:minmax(0,90.5fr) 1px minmax(0,32.5fr);align-items:center;width:100%;margin:0;gap:0}.form-stage:before{content:"";grid-column:2;grid-row:1;align-self:stretch;background:#d6e0e4}.intro{grid-column:1;grid-row:1;width:max-content;justify-self:center}.intro p{color:var(--sub);font-size:16px;margin:18px 0 26px}.text-button{display:block;margin-left:auto;border:0;padding:0;color:var(--sub);background:transparent}.intro .text-button{margin-top:28px;color:var(--ink);font-size:20px;font-weight:600}.intro .text-button:hover{color:var(--blue)}.entry-form{grid-column:3;grid-row:1;display:grid;gap:16px;width:100%;max-width:280px;justify-self:center}@media(min-width:921px){.form-stage:before{animation:form-divider-enter .56s cubic-bezier(.22,.78,.24,1) both}.entry-form{animation:form-entry-enter .62s 50ms cubic-bezier(.22,.78,.24,1) both;justify-self:end;margin-right:clamp(96px,6vw,180px)}}@keyframes form-divider-enter{0%{opacity:0;transform:translate(72px)}to{opacity:1;transform:translate(0)}}@keyframes form-entry-enter{0%{opacity:0;transform:translate(88px)}to{opacity:1;transform:translate(0)}}@media(min-width:921px){.form-stage.is-leaving:before{animation:form-divider-exit .46s cubic-bezier(.55,.05,.75,.35) both}.form-stage.is-leaving .entry-form{animation:form-entry-exit .56s cubic-bezier(.55,.05,.75,.35) both}.form-stage.is-leaving .intro{animation:form-intro-exit .3s ease-out both}}@keyframes form-divider-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(72px)}}@keyframes form-entry-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(88px)}}@keyframes form-intro-exit{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.form-stage:before,.entry-form,.form-stage.is-leaving .intro{animation:none}}.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:1px solid #507f94;border-radius:9px;background:var(--blue);color:#fff;box-shadow:0 5px 12px #3d677921;padding:7px 14px;font-size:13px;font-weight:700;justify-self:end}.blue-button:hover{border-color:#426f84;background:#4d7b8f}.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:#edf5f7}.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-lines .palace-changsheng{margin-left:2px;color:#718595;font-size:10px;font-weight:400;white-space:nowrap}.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%;min-width:700px;table-layout:fixed;border-collapse:collapse;font-size:12px}.table-wrap th,.table-wrap td{height:30px;white-space:nowrap;padding:5px 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 th:first-child,.table-wrap td:first-child{width:154px}.table-wrap th:not(:first-child),.table-wrap td:not(:first-child){padding-right:7px;padding-left:7px}.table-wrap:not(.is-editing) .gong-cell.has-state{height:40px;white-space:nowrap}.table-wrap:not(.is-editing) .gong-cell.has-state .table-state{display:inline;margin:0 0 0 2px;white-space:nowrap}.table-wrap.is-editing td,.table-wrap.is-editing th{height:30px;padding:3px 4px}.table-wrap input{width:100%;min-width:55px;height:21px;min-height:0;padding:2px 5px;border:1px solid #b7ced9;border-radius:6px;background:#fbfdfe;font-size:12px;line-height:16px}.actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.edit-note{margin:12px 0 -2px;color:#8a989e;font-size:11px;line-height:1.65}.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}.edit-note{margin-top:10px;font-size:10px;line-height:1.6}.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:none}.center-empty{display:block;min-width:55px;padding:5px;color:transparent;text-align:center}.center-gong-label{display:block;min-width:55px;padding:5px;color:#53676f;font-weight:600}.table-wrap.is-editing .center-empty,.table-wrap.is-editing .center-gong-label{height:21px;min-height:0;padding:2px 5px;line-height:16px}.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,104px);align-items:stretch;justify-content:end;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:104px;justify-self:stretch;min-height:42px;padding:0 16px;border:1px solid #b7d9e8;border-radius:12px;background:#eaf6fb;box-shadow:0 7px 15px #4a8fae1a;color:#33799b;font-size:12px;letter-spacing:.02em}.analysis-gate-actions .analysis-fast-button{width:104px;justify-self:stretch;min-height:42px;padding:0 16px;border:1px solid #b7d9e8;border-radius:12px;background:#eaf6fb;box-shadow:0 7px 15px #4a8fae1a;color:#33799b;font-weight:700;font-size:12px;letter-spacing:.02em}.analysis-gate-actions .blue-button:hover,.analysis-gate-actions .analysis-fast-button:hover{border-color:#8cc4dc;background:#dff2fa;color:#246c8e}.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:auto repeat(2,96px);gap:8px}.analysis-gate-actions .blue-button,.analysis-gate-actions .analysis-fast-button{width:96px}}.analysis-grid .palace:hover,.analysis-grid .palace.selected,.chart-grid .palace:hover,.chart-grid .palace.selected{background:#eaf4f7;box-shadow:inset 0 0 0 2px #8eb7c7}.analysis-stage .analysis-summary{background:linear-gradient(135deg,#f5f9fa,#fbfcfc 58%,#f1f6f8)}.analysis-stage .analysis-summary h2,.analysis-stage .detail h2{color:#2a3a42}.analysis-stage .detail-sections section:hover{background:#f1f7f9}.analysis-stage .detail-sections section>span,.analysis-stage .value-cyan{color:#638fa2!important}.analysis-stage .detail{padding:24px 28px 26px}.analysis-stage .detail h2{margin-bottom:14px;font-size:24px;letter-spacing:-.025em}.analysis-stage .detail-sections{gap:0;padding:0;background:transparent}.analysis-stage .detail-sections section{border-radius:0;background:transparent;padding:17px 0;transform:none}.analysis-stage .detail-sections section:hover{background:transparent;transform:none}.analysis-stage .detail-sections section>span{width:auto;height:auto;border-radius:0;background:transparent;color:#89a9b8!important;font-size:10px}@media(max-width:620px){.analysis-stage{width:calc(100% - 24px);padding:12px 0 30px}.analysis-stage .app-header{margin:0 0 14px}.analysis-board{gap:16px;margin-top:0}.analysis-grid{position:static;width:100%;max-width:420px;margin:0 auto;border-radius:12px}.analysis-grid .palace{min-height:0;padding:6px}.analysis-grid .palace strong{margin-top:8px;font-size:clamp(14px,4.7vw,17px)}.analysis-grid .palace span,.analysis-grid .palace-lines{font-size:10px;line-height:1.42}.analysis-grid .palace-head{font-size:9px}.analysis-stage .detail{min-height:0;max-height:none;padding:20px 16px 18px;border-radius:14px}.analysis-stage .detail>p,.analysis-stage .detail>h2,.analysis-stage .detail-meta{margin-left:0;margin-right:0}.analysis-stage .detail>p{margin-top:0}.analysis-stage .detail h2{margin-bottom:12px;font-size:22px}.analysis-stage .detail-meta{margin-bottom:14px}.analysis-stage .detail-sections{padding:0}.analysis-stage .detail-sections section{grid-template-columns:22px minmax(0,1fr);gap:8px;padding:14px 0}.analysis-stage .detail-sections h3{font-size:14px}.analysis-stage .detail-sections p{font-size:13px;line-height:1.76}}.analysis-stage .analysis-summary:after{display:none}.analysis-stage .analysis-summary h2{color:#171b1e;font-size:25px}.analysis-stage .analysis-summary-narrative{border:0;box-shadow:none;background:transparent;padding:0;color:#171b1e;font-weight:400}.analysis-stage .analysis-summary-narrative p,.analysis-stage .analysis-summary-narrative h3{color:#171b1e;font-weight:400}@media(max-width:620px){.analysis-stage .analysis-summary h2{font-size:23px}}@media(min-width:921px){.chart-layout{grid-template-columns:minmax(540px,615px) minmax(0,1fr);align-items:start}.chart-grid{width:min(100%,615px);aspect-ratio:1;align-self:start;grid-template-rows:repeat(3,minmax(0,1fr))}.chart-grid .palace{min-height:0;padding:12px 13px}.chart-grid .palace strong{font-size:25px}.table-wrap table{font-size:13px}.table-wrap th,.table-wrap td,.table-wrap.is-editing td,.table-wrap.is-editing th{height:40px}.table-wrap input,.table-wrap.is-editing .center-empty,.table-wrap.is-editing .center-gong-label{height:28px;font-size:13px;line-height:20px}}@media(max-width:620px){.quiet-start{padding:28px 20px}.quiet-start h1,.intro h1{font-size:31px;line-height:1.18}.quiet-start span,.intro .text-button{margin-top:16px;font-size:16px}.form-stage{width:min(100% - 32px,420px);gap:28px;padding:32px 0 38px}.entry-form{max-width:none}.chart-stage{width:calc(100% - 24px)}.base-info{padding:16px}.base-info>p{margin-bottom:8px;font-size:18px}.base-info div{min-height:40px;align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;line-height:1.55}.base-info span{flex-basis:78px}.base-info strong{overflow:visible;font-size:14px;line-height:1.55;text-overflow:clip;white-space:normal}.table-wrap{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x}.table-wrap table{width:max-content;min-width:700px;table-layout:auto;font-size:13px}.table-wrap th,.table-wrap td{height:42px;padding:9px 13px}.analysis-board{grid-template-columns:minmax(0,1fr)}.analysis-grid{width:100%;max-width:420px}}@media(max-width:560px){.analysis-gate{align-items:end;padding:8px}.analysis-gate-card{width:100%;padding:20px 16px}.analysis-gate-card h2{font-size:20px}.analysis-gate-card>span{margin:7px 0 16px}.analysis-gate-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px}.analysis-gate-actions button:first-child{grid-column:1 / -1;justify-self:end;min-height:34px;padding:0 8px;border-color:transparent}.analysis-gate-actions .blue-button,.analysis-gate-actions .analysis-fast-button{width:auto;min-width:0}}@media(max-width:620px){.form-stage{display:flex;min-height:100svh;flex-direction:column;align-items:stretch;justify-content:flex-start;width:min(calc(100% - 32px),420px);margin:0 auto;gap:42px;padding-top:82px}.form-stage .intro{width:100%;text-align:center}.form-stage .intro .text-button{margin-right:auto;margin-left:auto}.form-stage .entry-form{width:100%}.form-stage .entry-form>.blue-button{align-self:end}.chart-stage .base-info{margin:18px 0 14px;padding:21px 20px 18px;border-color:#dbe6ee;border-radius:16px;background:linear-gradient(135deg,#f7fafc,#fff 62%,#f4f8fb);box-shadow:0 12px 28px #435e740f}.chart-stage .base-info>p{margin-bottom:12px;color:#243540;font-size:19px;line-height:1.35}.chart-stage .base-info div{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:start;min-height:0;gap:12px;padding:13px 0;border-color:#e4ebf0;font-size:13px}.chart-stage .base-info span{padding-top:2px;color:#7b8c99;font-size:12px;line-height:1.55}.chart-stage .base-info strong{color:#263842;font-size:14px;font-weight:400;line-height:1.65}}.chart-grid{overflow:hidden;border:0;border-radius:18px;background:#d4ddda;box-shadow:0 12px 30px #1a2a2d12}.chart-grid .palace{border-color:#d2dcda;background:#fcfdfb}.chart-grid .palace.center{background:#f1f5f2}.chart-grid .palace:hover,.chart-grid .palace.selected{z-index:1;background:#eaf4f7;box-shadow:inset 0 0 0 2px #8eb7c7}@media(max-width:620px){.chart-grid{border-radius:12px}}.chart-stage .table-wrap{border-color:#dbe6ee;border-radius:16px;background:#fff;box-shadow:0 12px 28px #435e740d}.chart-stage .table-wrap thead{background:#f4f8fb}.chart-stage .table-wrap th,.chart-stage .table-wrap td{border-bottom-color:#e4ebf0}@media(max-width:620px){.chart-stage .table-wrap{border-radius:14px}}:root{--surface-line: #dbe6ee;--surface-soft: #f5f9fc;--radius-control: 12px;--radius-card: 16px}.entry-form input,.entry-form textarea,.analysis-gate-card input{border-color:var(--surface-line);border-radius:var(--radius-control);background:#fff;box-shadow:inset 0 1px #fffc}.entry-form input{min-height:44px}.entry-form textarea{min-height:96px;padding:12px;line-height:1.55}.datetime{gap:10px}.location-options{overflow:hidden;border-color:var(--surface-line);border-radius:var(--radius-card);box-shadow:0 16px 34px #3048591f}.location-options button:last-child{border-bottom:0}.blue-button{min-height:42px;border-color:#507f94;border-radius:var(--radius-control);box-shadow:0 7px 16px #3d677926}.table-wrap input,.table-wrap.is-editing .center-empty,.table-wrap.is-editing .center-gong-label{border-radius:8px}.analysis-stage .analysis-summary,.analysis-stage .detail,.chart-stage .base-info,.chart-stage .table-wrap,.analysis-gate-card{border-radius:var(--radius-card)}@media(max-width:620px){.actions{border-color:var(--surface-line);border-radius:var(--radius-card);background:#f8fbfdf5;box-shadow:0 10px 26px #435e741a}.actions .blue-button{border-radius:10px}}:root{--bg: #f7fafc;--panel: #ffffff;--ink: #293942;--sub: #7b8e9b;--line: #dbe7ee;--blue: #8bb9cb;--green: #8bb9cb;--type-body: 14px;--type-title: 20px;--type-display: 32px}body{font-size:var(--type-body)}.quiet-start h1,.intro h1{font-size:var(--type-display);font-weight:650;letter-spacing:-.045em}.quiet-start h1,.form-stage .intro h1{font-size:clamp(40px,5vw,68px)}.analysis-stage .analysis-summary h2,.analysis-stage .detail h2,.chart-stage .base-info>p,.analysis-gate-card h2{font-size:var(--type-title);font-weight:600;letter-spacing:-.025em}.entry-form label,.entry-form input,.entry-form textarea,.solar-note,.notice,.base-info div,.base-info strong,.table-wrap table,.blue-button,.analysis-summary-narrative,.analysis-summary-narrative p,.analysis-summary-narrative h3,.detail-sections p,.detail-sections h3,.analysis-gate-card>p,.analysis-gate-card>span,.analysis-gate-card label,.analysis-gate-actions button{font-size:var(--type-body)}.table-wrap th,.table-wrap td{font-size:var(--type-body)}.blue-button,.analysis-gate-actions .blue-button,.analysis-gate-actions .analysis-fast-button{min-height:38px;padding:0 14px;border-color:#c7dfe9;background:#eaf5fa;box-shadow:none;color:#5d8799;font-weight:600}.blue-button:hover,.analysis-gate-actions .blue-button:hover,.analysis-gate-actions .analysis-fast-button:hover{border-color:#b6d4e1;background:#e2f1f7;color:#4f7c90}.analysis-gate-actions button:not(.blue-button){min-height:38px;font-size:var(--type-body);font-weight:500}.analysis-stage .analysis-summary{background:linear-gradient(135deg,#f5f9fc,#fbfcfe 58%,#f3f8fb)}.analysis-grid,.chart-grid{background:#dce8ee;box-shadow:0 12px 28px #435e7412}.analysis-grid .palace,.chart-grid .palace{border-color:#d6e2e8;background:#fbfdfe}.analysis-grid .palace.center,.chart-grid .palace.center{background:#f3f8fb}.analysis-grid .palace:hover,.analysis-grid .palace.selected,.chart-grid .palace:hover,.chart-grid .palace.selected{background:#edf7fb;box-shadow:inset 0 0 0 2px #a9ccda}.value-green{color:#5d91a8!important}.palace-lines .day-gan{font-weight:700}.palace .palace-door{font-size:15px}.palace-strength{color:#899197;font-size:11px;font-weight:400}@media(max-width:620px){.intro h1{font-size:var(--type-display)}.quiet-start h1,.form-stage .intro h1{font-size:40px}.palace .palace-door{font-size:13px}.palace-strength{font-size:9px}.analysis-stage .analysis-summary h2,.analysis-stage .detail h2,.chart-stage .base-info>p,.analysis-gate-card h2{font-size:var(--type-title)}.table-wrap th,.table-wrap td,.table-wrap table{font-size:var(--type-body)}.actions .blue-button{min-height:38px;font-size:var(--type-body)}}@media(max-width:620px){.chart-stage{width:calc(100% - 32px);padding-top:24px}.chart-stage .app-header{margin:0 2px 20px}.chart-stage .chart-layout{gap:20px}.chart-stage .chart-grid{width:min(100%,340px);margin:0 auto}.chart-stage .base-info{margin:0 0 16px}}.analysis-stage .analysis-summary h2{color:var(--ink);font-size:var(--type-title);font-weight:700;letter-spacing:-.025em}.analysis-summary-narrative h3{color:#7faabd!important;font-size:15px!important;font-weight:700!important;line-height:1.45}.analysis-summary-narrative h3:not(:first-child){margin-top:26px;padding-top:20px;border-top:1px solid #d9e7ee}@media(max-width:620px){.form-stage .intro{width:max-content;align-self:flex-end;text-align:right}.form-stage .intro .text-button{margin-right:0;margin-left:auto}}.chart-stage .base-info span,.chart-stage .base-info strong,.chart-stage .table-wrap,.chart-stage .table-wrap th,.chart-stage .table-wrap td,.chart-stage .table-wrap tbody th,.chart-stage .table-state{color:#536873;font-size:var(--type-body);font-weight:400}.chart-stage .actions .blue-button{min-height:36px;padding:0 12px;font-size:13px}
