:root{color-scheme:dark;--bg:#07131d;--bg-soft:#122433;--card:rgba(11,28,39,.82);--text:#f4efe6;--muted:#b8c5ce;--accent:#f2b94b;--accent-strong:#ffda8a;--accent-soft:rgba(242,185,75,.18);--border:hsla(0,0%,100%,.1);--field:rgba(7,19,29,.78)}*{box-sizing:border-box}body{font-family:Pretendard Variable,Noto Sans KR,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(242,185,75,.12),transparent 28%),radial-gradient(circle at top right,rgba(63,165,181,.12),transparent 30%),linear-gradient(180deg,#10222f 0,var(--bg) 45%,#061018 100%);color:var(--text)}body,h1,h2,h3,p{margin:0}.shell{min-height:100vh;padding:2rem 1.25rem 3rem;display:flex;justify-content:center}.stack{width:min(940px,100%);display:grid;grid-gap:1rem;gap:1rem}.card{background:linear-gradient(180deg,rgba(18,36,51,.96),var(--card));border:1px solid var(--border);border-radius:24px;padding:1.35rem;box-shadow:0 20px 60px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-card h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.15}.muted{color:var(--muted)}.eyebrow{display:inline-flex;align-items:center;margin-bottom:.85rem;padding:.35rem .7rem;border-radius:999px;background:hsla(0,0%,100%,.06);color:var(--accent-strong);font-size:.82rem;font-weight:700;letter-spacing:.04em}.hero-copy{margin-top:.85rem;max-width:52rem;line-height:1.7}.pill-row{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.6rem}.info-pill{display:inline-flex;align-items:center;padding:.5rem .8rem;border-radius:999px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);color:var(--text);font-size:.92rem}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.form-grid{margin-top:1rem;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}label{display:grid;grid-gap:.5rem;gap:.5rem;font-size:.95rem;color:var(--muted)}input,select,textarea{background:#0f1220;color:var(--text);border:1px solid var(--border);border-radius:14px;padding:.85rem .95rem;background:var(--field)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(242,185,75,.45);outline-offset:2px}.btn-secondary:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid rgba(242,185,75,.75);outline-offset:3px}.field-card{display:grid;grid-gap:.8rem;gap:.8rem;padding:1rem;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.field-card h3{font-size:1.02rem}.field-card p{line-height:1.6}.field-grid{display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.helper-text{font-size:.88rem;line-height:1.55;color:var(--muted)}.input-hint{color:var(--muted);font-size:.8rem}.field-error{color:#ffb1a6;font-size:.82rem;line-height:1.45}input[aria-invalid=true]{border-color:hsla(0,100%,77%,.75)}.checkbox-row{display:flex;align-items:center;gap:.65rem;color:var(--text)}.checkbox-row input{width:1rem;height:1rem;margin:0}.preset-row{display:flex;flex-wrap:wrap;gap:.6rem}.preset-chip{border:1px solid hsla(0,0%,100%,.08);border-radius:999px;padding:.55rem .85rem;background:hsla(0,0%,100%,.04);color:var(--text);font-size:.88rem}.note-box{padding:.95rem 1rem;border-radius:18px;background:rgba(242,185,75,.08);border:1px solid rgba(242,185,75,.15);color:var(--text);line-height:1.6}.btn-secondary,button{border:0;border-radius:14px;padding:.85rem 1.1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}button{background:linear-gradient(135deg,#f2b94b,#d88a2d);color:#1a1206}button.preset-chip{background:hsla(0,0%,100%,.04);color:var(--text);border:1px solid hsla(0,0%,100%,.08)}.btn-secondary{background:var(--accent-soft);color:var(--text);border:1px solid var(--border)}.button-row{display:flex;align-items:center;gap:.75rem}.result-toolbar{display:flex;justify-content:flex-end}.copy-results-button{min-width:10.5rem;min-height:2.75rem;white-space:nowrap}.floating-menu{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:50;display:grid;justify-items:end;grid-gap:.65rem;gap:.65rem;pointer-events:none}.floating-menu-panel{display:grid;grid-gap:.45rem;gap:.45rem;min-width:12rem;opacity:0;transform:translateY(.5rem);transition:opacity .16s ease,transform .16s ease;pointer-events:none}.floating-menu-panel.open{opacity:1;transform:translateY(0);pointer-events:auto}.floating-menu-item{width:100%;min-height:2.5rem;justify-content:flex-start;border-radius:14px;padding:.72rem .9rem;background:rgba(18,36,51,.96);border:1px solid hsla(0,0%,100%,.12);color:var(--text);box-shadow:0 12px 34px rgba(0,0,0,.28);text-decoration:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.floating-menu-item:hover{border-color:rgba(242,185,75,.36)}.floating-menu-toggle{min-width:4.5rem;min-height:3rem;border-radius:999px;box-shadow:0 16px 42px rgba(0,0,0,.34);pointer-events:auto}.secondary-button{background:var(--accent-soft);color:var(--text);border:1px solid var(--border)}.full-width{grid-column:1/-1}.details-grid{display:grid;grid-gap:.75rem;gap:.75rem}.chart-placeholder{display:grid;place-items:center;min-height:240px}.orbital-ring{width:170px;height:170px;border-radius:999px;border:2px solid var(--accent);display:grid;place-items:center;box-shadow:0 0 0 18px rgba(242,185,75,.09);background:radial-gradient(circle,rgba(242,185,75,.12),transparent 62%)}.orbital-ring span{font-size:1.3rem;font-weight:700}.spinner-wrap{display:grid;place-items:center;grid-gap:.8rem;gap:.8rem;padding:2rem 1rem}.spinner{width:40px;height:40px;border-radius:999px;border:3px solid var(--accent-soft);border-top-color:var(--accent);animation:spin 1s linear infinite}.section-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.section-card h2{margin-bottom:.6rem}.section-card p{color:var(--muted);line-height:1.5}.info-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.info-card h2{margin-bottom:.7rem}.info-card p{line-height:1.65;color:var(--muted)}.chart-meta-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric-card{padding:1rem;border-radius:18px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08)}.metric-card h2{margin-bottom:.5rem}.metric-card p{color:var(--text);line-height:1.5}.metric-note{display:block;margin-top:.45rem;color:var(--muted);font-size:.85rem;line-height:1.45}.reading-list{display:grid;grid-gap:.7rem;gap:.7rem}.reading-list p{color:var(--muted);line-height:1.55}.warning-card{border-color:rgba(242,185,75,.32);background:linear-gradient(180deg,rgba(88,51,11,.42),rgba(18,36,51,.96))}.warning-card h2{margin-bottom:.65rem}.warning-card p{color:var(--text);line-height:1.65}.month-grid{margin-top:1rem;display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.month-card{display:grid;grid-gap:.7rem;gap:.7rem;padding:1rem;border-radius:20px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:var(--text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.month-card:hover{transform:translateY(-2px);border-color:rgba(242,185,75,.35)}.month-card.active{border-color:rgba(242,185,75,.55);background:rgba(242,185,75,.08)}.month-card h3{font-size:1rem;line-height:1.45}.month-card-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.query-pill,.score-pill{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);color:var(--muted);font-size:.82rem;font-weight:600}.query-pill.active{color:var(--accent-strong);border-color:rgba(242,185,75,.3)}.tag-row{display:flex;flex-wrap:wrap;gap:.45rem}.tag{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:hsla(0,0%,100%,.05);color:var(--text);font-size:.82rem}.window-copy{display:grid;grid-gap:.45rem;gap:.45rem}.window-copy p{color:var(--muted);line-height:1.5}.date-insight-list{display:grid;grid-gap:.8rem;gap:.8rem}.date-insight-item{padding:.95rem 1rem;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.date-insight-list.positive .date-insight-item{background:rgba(108,214,160,.08);border-color:rgba(108,214,160,.16)}.date-insight-list.negative .date-insight-item{background:hsla(0,100%,77%,.08);border-color:hsla(0,100%,77%,.16)}.date-insight-item strong{display:block;margin-bottom:.4rem}.date-insight-item p{color:var(--muted);line-height:1.55}.date-insight-label{color:var(--text)!important;font-weight:600;margin-bottom:.4rem}.evidence-grid{margin-top:1rem;display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.evidence-card{padding:1rem;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.evidence-card.supportive{background:rgba(108,214,160,.08);border-color:rgba(108,214,160,.16)}.evidence-card.challenging{background:hsla(0,100%,77%,.08);border-color:hsla(0,100%,77%,.16)}.evidence-date{display:inline-flex;margin-bottom:.6rem;color:var(--accent-strong);font-size:.82rem;font-weight:700}.evidence-card h3{margin-bottom:.5rem}.evidence-card p{color:var(--muted);line-height:1.55}.action-calendar-grid{margin-top:1rem;display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.action-day-card{display:grid;grid-gap:.7rem;gap:.7rem;min-height:230px;padding:1rem;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.action-day-card.supportive,.daily-brief-card.supportive{border-color:rgba(108,214,160,.24);background:rgba(108,214,160,.07)}.action-day-card.challenging,.daily-brief-card.challenging{border-color:hsla(0,100%,77%,.22);background:hsla(0,100%,77%,.07)}.action-day-card p,.coach-answer p{line-height:1.55}.button-link,.inline-link{color:var(--accent-strong);font-weight:700;text-decoration:none}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;padding:0 .95rem;border-radius:14px;border:1px solid rgba(242,185,75,.24);background:rgba(242,185,75,.1)}.link-toolbar{gap:.7rem}.coach-form,.daily-brief-card{display:grid;grid-gap:1rem;gap:1rem}.coach-form textarea{min-height:140px;resize:vertical}.coach-form button:disabled{cursor:wait;opacity:.72}.form-error{color:#ffb1a6;font-weight:700}.coach-answer{display:grid;grid-gap:1rem;gap:1rem}.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-stack{gap:.85rem}.disclosure-card{padding-top:1rem}.disclosure-card summary{cursor:pointer;font-weight:700;list-style:none}.disclosure-card summary::-webkit-details-marker{display:none}.disclosure-card summary:after{content:"열기";margin-left:.75rem;color:var(--muted);font-weight:500}.disclosure-card[open] summary:after{content:"접기"}.disclosure-body{margin-top:1rem}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:700px){.field-grid,.form-grid,.info-grid,.two-column-grid{grid-template-columns:1fr}.button-row{flex-direction:column}.result-toolbar{justify-content:stretch}.copy-results-button{width:100%}.floating-menu{right:.85rem;bottom:.85rem;left:.85rem}.floating-menu-panel{width:min(18rem,100%)}.month-card-top,.section-heading{flex-direction:column}.month-card-top{align-items:flex-start}}