:root{color-scheme:light;--bg:#f8f3e8;--bg-soft:#efe5d3;--text:#1f2733;--text-muted:#616b78;--panel:#ffffff;--panel-soft:#faf5ec;--primary:#d4b46c;--primary-hover:#c6a257;--primary-ink:#2f2718;--secondary-bg:#f4efe2;--secondary-ink:#5f4c1f;--border:#e4d8bf;--border-strong:#d5c4a1;--error:#b6372d;--elem-wood:#6ea973;--elem-fire:#e1716b;--elem-earth:#c8aa6f;--elem-metal:#aab3be;--elem-water:#5d95d7;--elem-wood-soft:#e9f4ea;--elem-fire-soft:#fbeceb;--elem-earth-soft:#f6efdf;--elem-metal-soft:#eef1f4;--elem-water-soft:#e9f1fc}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif;background:radial-gradient(circle at 12% 8%,#f3e7cf 0,#f8f3e8 48%,#f0e7d8 100%);color:var(--text)}main{min-height:100vh;display:grid;place-items:center}.panel,main{padding:24px}.panel{width:min(860px,100%);background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 22px rgba(88,67,29,.08)}h1,h2{margin-top:0}h1{margin-bottom:8px;font-size:clamp(27px,4.2vw,34px);line-height:1.22;letter-spacing:-.02em}h2{margin-bottom:6px;font-size:clamp(20px,3vw,24px);line-height:1.28}h2,h3{letter-spacing:-.01em}h3{margin:0;font-size:18px;line-height:1.32}p{line-height:1.6}ul{margin:0;padding-left:18px}li{line-height:1.5}.form{margin-top:12px;display:grid;grid-gap:14px;gap:14px}.form-section{display:grid;grid-gap:10px;gap:10px}.section-title{margin:0;font-size:14px;font-weight:700}.segment{display:inline-flex;gap:6px;padding:4px;border-radius:12px;border:1px solid var(--border);background:#f7f1e5;width:-moz-fit-content;width:fit-content}.segment-button{border:none;background:transparent;color:var(--text-muted);border-radius:8px;padding:8px 12px;font-size:14px;font-weight:700;cursor:pointer}.segment-button.active{background:var(--primary);color:var(--primary-ink)}.grid-3{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}label{font-weight:600;font-size:14px}input:not([type=checkbox]),select,textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:16px;background:#fff;font-family:inherit;transition:border-color .14s ease,box-shadow .14s ease}.question-category-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:52px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23313A46' d='M1.41 0 6 4.58 10.59 0 12 1.41 6 7.41 0 1.41z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 8px;background-position:calc(100% - 24px)}input:not([type=checkbox]):focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(212,180,108,.34);outline-offset:1px;border-color:#c9a45c;box-shadow:0 0 0 1px rgba(201,164,92,.18)}.inline-check{display:inline-flex;align-items:center;gap:8px;font-weight:700}.inline-check input[type=checkbox]{width:16px;height:16px;margin:0}.caption{margin:0;font-size:13px;color:var(--text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}textarea{resize:vertical}@media (max-width:720px){.grid-3{grid-template-columns:1fr}}.button{display:inline-flex;justify-content:center;align-items:center;text-decoration:none;border:1px solid transparent;border-radius:10px;background:var(--primary);color:var(--primary-ink);font-size:15px;font-weight:700;padding:11px 14px;cursor:pointer;transition:background .18s ease,transform .12s ease,box-shadow .18s ease}.button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 14px rgba(93,74,29,.2)}.button:focus-visible{outline:3px solid rgba(212,180,108,.38);outline-offset:1px}.button:disabled{opacity:.6;cursor:not-allowed}.button-soft{background:#eadab3;border-color:#e0ca97;color:#5f4b1f}.button-soft:hover:not(:disabled){background:#dfc894;box-shadow:0 6px 12px rgba(110,89,45,.16)}.error{color:var(--error);font-weight:600;margin:0}.analysis-progress{margin-top:10px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(160deg,#ffffff,#f8f2e7);padding:12px;display:grid;grid-gap:8px;gap:8px}.analysis-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.analysis-progress-head.compact{justify-content:flex-end}.analysis-progress-title{margin:0;display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700}.analysis-progress-spinner{width:15px;height:15px;border:2px solid #d9c79f;border-top-color:#b89449;border-radius:50%;animation:analysis-spin .9s linear infinite}.analysis-progress-percent{color:#6c5524;font-size:15px}.analysis-progress-description{margin:0;font-size:13px;color:#5f6b79}.analysis-progress-description.compact{flex:1 1;min-width:0}.analysis-progress-track{width:100%;height:10px;border-radius:999px;background:#efe2c8;overflow:hidden}.analysis-progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#dfc07a,#cfa65a);box-shadow:0 1px 2px rgba(108,80,25,.2);transition:width .22s ease}.result-grid{margin-top:14px;display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.result-grid article{border:1px solid var(--border);border-radius:12px;padding:12px;background:#fbf7ef}.question-session-card{grid-column:1/-1}.question-chat-thread{margin-top:12px;display:grid;grid-gap:14px;gap:14px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--panel-soft);max-height:min(62vh,620px);overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth}.question-fallback-banner{margin:0;border:1px solid #d7c18b;background:#fff7df;color:#6b5327;border-radius:10px;padding:9px 10px;font-size:12px;line-height:1.45}.question-chat-row{display:flex;align-items:flex-start}.question-chat-row.user{justify-content:flex-end}.question-chat-row.assistant{justify-content:flex-start}.question-chat-body{display:grid;grid-gap:6px;gap:6px}.question-chat-body.user{max-width:min(76ch,82%);justify-items:end}.question-chat-body.assistant{max-width:100%}.question-chat-bubble-user{margin:0;border-radius:16px;border:1px solid var(--border-strong);padding:10px 13px;white-space:pre-wrap;line-height:1.6;font-size:14px;background:#f7ecd5;color:var(--text);box-shadow:0 1px 0 rgba(88,67,29,.08);border-bottom-right-radius:6px}.question-chat-assistant-block{width:min(76ch,100%);padding:8px 10px 6px;border-left:3px solid var(--primary);background:#fffaf1;border-radius:8px}.question-chat-assistant-block.pending{background:#fff7e8;border-left-color:#c9ac69}.question-chat-assistant-label{margin:0 0 5px;font-size:12px;font-weight:600;color:#7a6541}.question-chat-assistant-text{margin:0;white-space:pre-wrap;line-height:1.72;color:var(--text);font-size:15px}.question-chat-pending{display:grid;grid-gap:4px;gap:4px}.question-chat-pending-line{margin:0;display:inline-flex;align-items:center;gap:8px;color:#5c5f65;font-size:14px;font-weight:600}.question-chat-typing{display:inline-flex;align-items:center;gap:4px}.question-chat-typing span{width:6px;height:6px;border-radius:50%;background:#b08f4e;opacity:.25;animation:question-chat-typing-dot 1.2s ease-in-out infinite}.question-chat-typing span:nth-child(2){animation-delay:.18s}.question-chat-typing span:nth-child(3){animation-delay:.36s}.question-chat-pending-sub{margin:0;font-size:12px;color:#7a7f86;line-height:1.5}@keyframes question-chat-typing-dot{0%,80%,to{transform:translateY(0);opacity:.25}40%{transform:translateY(-2px);opacity:.9}}@media (prefers-reduced-motion:reduce){.question-chat-typing span{animation:none;opacity:.7}}.question-chat-system-notes{margin-top:10px;display:grid;grid-gap:6px;gap:6px}.question-chat-system-note{margin:0;border-radius:10px;border:1px dashed var(--border-strong);background:#f8f1e3;color:#65583e;padding:8px 10px;font-size:12px;line-height:1.5}.question-conversation-list{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.question-conversation-item{border:1px solid var(--border);border-radius:10px;padding:10px;background:#fff}.question-conversation-item.user{border-color:#dcc89a;background:#faf2df}.question-conversation-item.assistant{border-color:#d8ddc7;background:#f7fbef}.question-conversation-role{margin:0 0 4px;font-size:12px;font-weight:700;color:#5f6b78}.question-conversation-text{margin:0;line-height:1.58;white-space:pre-wrap}.question-followup-form{margin-top:12px;display:grid;grid-gap:8px;gap:8px}.question-followup-suggestions{display:flex;flex-wrap:wrap;gap:6px}.question-suggestion-chip{border:1px solid var(--border);background:#fff;color:#4f5a68;border-radius:999px;padding:6px 10px;font-size:13px;line-height:1.3;cursor:pointer}.question-suggestion-chip:hover{background:#f7f2e5}.question-suggestion-chip:focus-visible{outline:3px solid rgba(212,180,108,.38);outline-offset:1px}.question-followup-limit{margin-top:12px;display:grid;grid-gap:8px;gap:8px}.myeongsik-card{grid-column:1/-1}.myeongsik-table-wrap{margin-top:10px;overflow-x:auto}.myeongsik-table{width:100%;border-collapse:collapse;min-width:640px}.myeongsik-table td,.myeongsik-table th{border:1px solid var(--border);text-align:center;vertical-align:middle}.myeongsik-table th{padding:8px;background:#f7efe1;font-size:13px}.myeongsik-cell{padding:0;min-width:90px}.ganji-part{display:grid;grid-gap:4px;gap:4px;justify-items:center;padding:10px 6px;min-height:94px}.ganji-part strong{font-size:34px;line-height:1}.ganji-part>span{font-size:14px;font-weight:700}.ganji-part small{font-size:12px;opacity:.85}.element-bg-wood{background:var(--elem-wood-soft);color:#2f6c36}.element-bg-fire{background:var(--elem-fire-soft);color:#b6524d}.element-bg-earth{background:var(--elem-earth-soft);color:#8a6b2f}.element-bg-metal{background:var(--elem-metal-soft);color:#586271}.element-bg-water{background:var(--elem-water-soft);color:#2d6daf}.profile-summary-card{border:1px solid var(--border);border-radius:14px;background:linear-gradient(145deg,#ffffff,#f8f2e7);padding:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:14px}.profile-header{display:flex;align-items:center;gap:12px;justify-content:space-between}.profile-name{margin:0;font-size:26px;font-weight:800;letter-spacing:-.01em}.profile-name span{font-size:15px;font-weight:600;color:var(--text-muted);margin-left:6px}.profile-gender{background:#f3e7ca;color:#604f23;padding:4px 10px;border-radius:20px;font-size:13px;font-weight:700}.profile-details{display:flex;flex-wrap:wrap;gap:16px;color:#495969;font-size:15px}.detail-item{display:flex;align-items:center;gap:6px}.calendar-badge{font-size:12px;background:#f3e7ca;color:#604f23;padding:2px 6px;border-radius:6px;font-weight:600;margin-left:4px}.element-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;border:none;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.15)}.element-wood{background:var(--elem-wood)}.element-fire{background:var(--elem-fire)}.element-earth{background:var(--elem-earth)}.element-metal{background:var(--elem-metal)}.element-water{background:var(--elem-water)}.myeongsik-empty{color:#8b97a3}.five-elements-box{margin-top:14px;border:1px solid var(--border);border-radius:10px;padding:16px;background:linear-gradient(145deg,#ffffff,#f9f3e8)}.five-elements-box h3{margin:0;font-size:15px}.five-elements-heading{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px}.five-elements-info-wrap{position:relative;display:inline-flex;align-items:center}.five-elements-info-button{width:18px;height:18px;border-radius:50%;border:1px solid #bfc9d8;background:#fff;color:#556271;font-size:12px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.five-elements-info-popover{margin:0;padding:8px 10px;position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);width:320px;border-radius:8px;border:1px solid #dbe2ec;background:#fff;font-size:12px;line-height:1.5;color:#5e6875;z-index:20;box-shadow:0 6px 18px rgba(40,52,70,.12)}.five-elements-pie-layout{display:grid;grid-gap:24px;gap:24px;grid-template-columns:180px 1fr;align-items:center}.five-elements-pie{position:relative;width:180px;height:180px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45),0 8px 18px rgba(37,99,235,.15)}.five-elements-hole{position:absolute;left:50%;top:50%;width:88px;height:88px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;border:1px solid #d7e2f2;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1;z-index:10;padding:0 8px}.five-elements-hole strong{font-size:13px;letter-spacing:-.01em}.five-elements-legend{display:grid;grid-gap:8px;gap:8px}.legend-item{border:1px solid var(--border);background:#fff;border-radius:8px}.legend-row{width:100%;border:none;background:transparent;display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;text-align:left}.legend-row strong{min-width:44px;text-align:right}.legend-row.open{background:#faf4e8}.legend-bar{flex:1 1;height:9px;border-radius:999px;background:#efe4cf;overflow:hidden}.legend-bar-fill{display:block;height:100%}.legend-chevron{width:14px;height:14px;flex:0 0 14px;position:relative;align-self:center;display:inline-flex;align-items:center;justify-content:center}.legend-chevron:before{content:"";width:7px;height:7px;border-right:1.8px solid #526174;border-bottom:1.8px solid #526174;transform:rotate(45deg) translateY(-.5px);transition:transform .18s ease}.legend-chevron.open:before{transform:rotate(-135deg) translateY(-.5px)}.legend-detail{max-height:0;overflow:hidden;padding:0 12px;transition:max-height .22s ease,padding .22s ease}.legend-detail.open{max-height:180px;padding:0 12px 10px}.legend-detail p{margin:0;font-size:13px;color:#5b6571}.legend-detail p:first-child{margin-top:2px;color:#2d3642;font-weight:700}.legend-detail p+p{margin-top:4px}.pie-label{position:absolute;transform:translate(-50%,-50%);color:#fff;font-size:13px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.6);z-index:5;pointer-events:none}.actions{margin-top:16px}.result-bottom-stack{width:min(560px,100%);margin:18px auto 0;display:grid;grid-gap:10px;gap:10px}.decision-cta-wrap,.result-bottom-actions{width:100%;margin-top:0;padding-top:0;display:grid;grid-gap:10px;gap:10px;justify-items:stretch}.decision-cta-button,.result-bottom-button{width:100%}.profile-switch{margin-top:12px;border:1px solid var(--border);border-radius:12px;background:#f9f3e8;padding:12px}.profile-switch h2{margin:0 0 4px;font-size:15px}.profile-switch-grid{margin-top:8px;display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.profile-switch-button{border:1px solid var(--border);border-radius:10px;background:#fff;color:#36424f;padding:9px 10px;text-align:left;cursor:pointer;display:grid;grid-gap:2px;gap:2px}.profile-switch-button strong{font-size:14px}.profile-switch-button span{font-size:12px;color:#657180}.profile-switch-button.active{border-color:#d4b46c;background:#f7ecd2}.home-fortune-card{margin-bottom:14px;border:1px solid #e7d6ae;border-radius:14px;background:linear-gradient(150deg,#fffdf7,#f8efdc);padding:14px;display:grid;grid-gap:10px;gap:10px}.home-fortune-header h2{margin:0;font-size:18px;color:#3b2f17}.home-fortune-kicker{margin:0 0 4px;font-size:11px;font-weight:700;color:#7b6428;letter-spacing:.04em;text-transform:uppercase}.home-fortune-empty,.home-fortune-error,.home-fortune-loading,.home-fortune-ready{display:grid;grid-gap:8px;gap:8px}.home-fortune-empty p,.home-fortune-error p{margin:0;color:#4b5662;font-size:14px;line-height:1.5}.home-fortune-skeleton{border-radius:8px;background:linear-gradient(90deg,#f1e8d3,#f8f2e4,#f1e8d3);background-size:240% 100%;animation:home-fortune-shimmer 1.4s linear infinite}.home-fortune-skeleton.line-lg{height:24px;width:46%}.home-fortune-skeleton.line-md{height:16px;width:82%}.home-fortune-skeleton.line-sm{height:14px;width:64%}@keyframes home-fortune-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.home-fortune-score-row{display:flex;align-items:center;gap:8px}.home-fortune-score{font-size:30px;line-height:1;color:#2d2411}.home-fortune-grade{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #ddc58f;background:#f9eecd;color:#614d19;font-size:12px;font-weight:700;padding:3px 10px}.home-fortune-summary{margin:0;color:#384350;font-size:15px;line-height:1.55}.home-fortune-summary-muted{color:#5f6b78}.home-fortune-factors{margin:0;color:#546170;font-size:13px;line-height:1.5}.home-fortune-actions{display:flex;gap:8px;flex-wrap:wrap}.home-fortune-actions .button{min-width:120px}.fortune-detail-content,.fortune-detail-panel{display:grid;grid-gap:12px;gap:12px}.fortune-detail-content{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.fortune-detail-factor-card,.fortune-detail-score-card{border:1px solid var(--border);border-radius:12px;background:#fffdf6;padding:14px;display:grid;grid-gap:8px;gap:8px}.fortune-detail-long{margin:0;font-size:14px;color:#3b4655;line-height:1.6}.fortune-detail-factor-card h2{margin:0;font-size:16px;color:#2b3545}.fortune-detail-factor-line{margin:0;font-size:14px;color:#445264}.fortune-factor-list{list-style:none;margin:2px 0 0;padding:0;display:grid;grid-gap:6px;gap:6px}.fortune-factor-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;border:1px solid #eee0c1;background:#fffaf0;padding:8px 10px;font-size:13px;color:#43505f}.fortune-factor-list strong{font-size:12px;color:#5d4a1b}.home-hero{margin-bottom:6px}.home-kicker{margin:0;width:-moz-fit-content;width:fit-content;border-radius:999px;border:1px solid #e5d3aa;background:#f7ecd2;color:#6a5420;font-size:12px;font-weight:700;padding:4px 10px}.home-message{margin:0;font-size:16px;color:#45515e;line-height:1.65}.home-points{margin-top:12px;border:1px solid var(--border);background:#f9f4e8;border-radius:12px;padding:12px 14px}.home-points p{margin:0;font-size:14px;color:#4d5967}.home-points p+p{margin-top:6px}.home-actions{margin-top:16px;display:grid;grid-gap:10px;gap:10px}.home-primary-button,.home-secondary-button{width:100%}.actions-inline{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.panel-nav{display:flex;justify-content:flex-end;gap:8px;margin-bottom:10px}.topic-grid{margin-top:12px;display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.topic-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(155deg,#ffffff,#f8f2e7);padding:14px;text-decoration:none;color:inherit;display:grid;grid-gap:6px;gap:6px;transition:transform .16s ease,box-shadow .16s ease}.topic-card:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(31,39,51,.1)}.topic-index{width:-moz-fit-content;width:fit-content;font-size:11px;font-weight:700;color:#5f4b1e;background:#f3e4be;border-radius:999px;padding:3px 8px}.topic-title{margin:0;font-size:18px;letter-spacing:-.01em}.topic-subtitle{margin:0;font-size:13px;color:#5c6774}.topic-preview{margin:2px 0 0;font-size:14px;color:#30404f}.topic-arrow{margin-top:4px;font-size:13px;font-weight:700;color:#7a6228}.section-panel{width:min(760px,100%)}.section-top-nav{display:flex;justify-content:flex-end}.button-ghost{background:var(--secondary-bg);color:var(--secondary-ink);border-color:#e3d2ab}.button-ghost:hover:not(:disabled){background:#ecdfc5;box-shadow:none}.legend-row:focus-visible,.profile-switch-button:focus-visible,.section-link:focus-visible,.segment-button:focus-visible,.topic-card:focus-visible{outline:3px solid rgba(212,180,108,.38);outline-offset:2px}.section-header{margin-top:12px;padding:14px;border-radius:12px;border:1px solid var(--border);background:linear-gradient(150deg,#ffffff,#f8f2e7)}.section-kicker{margin:0;font-size:12px;font-weight:700;color:#566676}.section-header h1{margin:6px 0 0}.section-subtitle{margin:6px 0 0;font-size:14px;color:#5f6d7e}.section-card{margin-top:12px;border:1px solid var(--border);border-radius:12px;background:#ffffff;padding:14px}.section-card h2{margin:0 0 6px;font-size:18px}.section-card p{margin:0}.section-body-paragraph{margin:0;line-height:1.72;word-break:keep-all;overflow-wrap:anywhere}.section-body-paragraph+.section-body-paragraph{margin-top:10px}.section-points{margin:0;padding-left:18px}.section-link-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.section-link{border:1px solid var(--border);border-radius:10px;padding:9px 10px;text-decoration:none;color:#445365;background:#f9f3e8;font-size:14px;font-weight:600}.section-link.active{border-color:#d4b46c;color:#5f4b1e;background:#f6ebd0}.trust-notice{margin-top:16px;border:1px solid var(--border);background:#f8f1e2;border-radius:12px;padding:12px}.trust-notice-title{margin:0 0 4px;font-size:12px;font-weight:800;color:#5f4b1e}.trust-notice p{margin:0;font-size:13px;color:#5f6774}.trust-notice p+p{margin-top:4px}.trust-notice.result-bottom-note{width:100%;margin-top:2px;border:none;border-radius:0;background:transparent;padding:8px 10px 2px;text-align:center;display:grid;grid-gap:4px;gap:4px}.trust-notice.result-bottom-note:before{content:"";display:block;width:100%;height:1px;margin-bottom:6px;background:linear-gradient(90deg,rgba(176,154,107,0),rgba(176,154,107,.45) 14%,rgba(176,154,107,.45) 86%,rgba(176,154,107,0))}.trust-notice.result-bottom-note .trust-notice-title{display:none}.trust-notice.result-bottom-note p{margin:0;font-size:11px;line-height:1.5;letter-spacing:-.01em;color:#8a919b}.trust-notice.result-bottom-note p:first-of-type{color:#7c8592}.empty-state{margin-top:14px;border:1px dashed var(--border-strong);background:#faf4e8;border-radius:12px;padding:14px}.empty-state p{margin:0}.history-card{display:flex;flex-direction:column;gap:10px;min-height:620px;height:100%}.history-profile-grid{margin-top:14px;display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.history-profile-card{display:flex;flex-direction:column;gap:10px;border:1px solid var(--border);border-radius:14px;background:#fffdf8;padding:12px}.history-profile-card-single{margin-top:12px}.history-profile-counts{display:grid;grid-gap:4px;gap:4px;font-size:13px;color:#5f6980}.history-profile{border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:#f8f2e4}.history-profile-label{margin:0;font-size:12px;font-weight:700;color:#7a6541}.history-profile-main{margin:3px 0 0;font-size:20px;font-weight:800;color:#1f2a3a}.history-profile-sub{margin:4px 0 0;font-size:13px;color:#566074}.history-question-title{margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.history-date{margin:0;color:#60697a;font-size:14px}.history-summary{margin:0;flex:1 1;line-height:1.55;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;overflow:hidden}.history-meta{margin:0;font-size:13px;color:var(--text-muted)}.history-section{margin-top:16px;display:grid;grid-gap:10px;gap:10px}.history-section h2{margin:0;font-size:18px;color:#2a3444}.history-session-grid{display:grid;grid-gap:12px;gap:12px}.history-session-card{border:1px solid var(--border);border-radius:12px;background:#fffcf4;padding:12px;display:grid;grid-gap:8px;gap:8px}.history-session-card-chat{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 12px;padding:10px 12px}.history-session-main{min-width:0;display:grid;grid-gap:4px;gap:4px}.history-session-card-chat .history-question-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:unset;-webkit-box-orient:unset}.history-session-card-chat .history-date{font-size:13px}.history-session-actions{display:flex;align-items:center;justify-content:flex-end}.history-session-actions .button{margin:0}@media (max-width:980px){.history-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.error-panel,.not-found-panel{width:min(560px,100%)}code{background:#f3ead8;border-radius:8px;padding:2px 6px}@keyframes analysis-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:720px){main{padding:14px;place-items:start center}.panel{padding:16px;border-radius:14px}.myeongsik-table{min-width:560px}.profile-name{font-size:24px}.ganji-part strong{font-size:30px}.five-elements-pie-layout{grid-template-columns:1fr;justify-items:center}.five-elements-info-popover{left:0;top:calc(100% + 8px);transform:none;width:min(320px,calc(100vw - 64px))}.section-link-grid,.topic-grid{grid-template-columns:1fr}.panel-nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.panel-nav .button{width:100%;padding-inline:10px}.segment{width:100%;flex-wrap:wrap}.segment-button{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 3px);text-align:center}.actions-inline .button,.form button.button{width:100%}.home-fortune-actions{display:grid;grid-template-columns:1fr}.home-fortune-actions .button{width:100%}.history-card{min-height:auto}.history-summary{-webkit-line-clamp:7}.history-profile-main{font-size:18px}.history-profile-grid,.history-session-card-chat{grid-template-columns:1fr}.history-session-actions .button{width:100%}.question-chat-thread{padding:10px;max-height:min(58vh,540px)}.question-chat-body{max-width:100%}}