@import"https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Pretendard:wght@400;600;800&display=swap";:root{--primary: #D4AF37;--secondary: #B22222;--bg-color: #FAFAFA;--text-dark: #1A1A1A;--text-light: #FFFFFF;--border-color: #E2E8F0;--gold-gradient: linear-gradient(135deg, #F9D423 0%, #FF4E50 100%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Pretendard,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-dark);min-height:100vh;display:flex;justify-content:center;align-items:center;font-size:18px}.result-box{background:#fff9e6;border:2px solid var(--primary);border-radius:16px;padding:2rem 1.5rem;margin-top:1rem;text-align:center}.result-section-title{font-family:"Noto Serif KR",serif;font-size:1.6rem;color:var(--secondary);margin-bottom:1rem;font-weight:800;border-bottom:1px dashed var(--primary);padding-bottom:.5rem;display:inline-block}.fortune-text{font-size:1.2rem;line-height:1.8;color:#2d3748;text-align:left;margin-bottom:2rem;white-space:pre-wrap}.lotto-container{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap;margin-bottom:2rem}.lotto-ball{width:60px;height:60px;border-radius:50%;background:var(--gold-gradient);color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;box-shadow:0 4px 6px #0000001a;border:2px solid #FFF}.action-buttons{display:flex;gap:1rem}.btn-secondary{flex:1;padding:1rem;background:#fff;border:2px solid var(--secondary);color:var(--secondary);border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}.btn-secondary:active{background:#f8fafc}.error-box{background:#fff5f5;border:2px solid #FC8181;border-radius:12px;padding:1rem 1.2rem;font-size:1.1rem;color:#c53030;margin-bottom:1rem}.lucky-info{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1rem;padding:1rem;background:#d4af3714;border-radius:12px;font-size:1.1rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.result-box{text-align:left}.analysis-section{border:1.5px solid #E8D5A3;border-radius:14px;margin-bottom:1rem;overflow:hidden}.section-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;background:#d4af3712;border:none;cursor:pointer;font-size:1.1rem;font-weight:700;color:#6b3a1f;text-align:left}.section-body{padding:1rem 1.2rem;font-size:1.05rem;line-height:1.7}.sub-card{background:#faf7f0;border-radius:10px;padding:1rem;font-size:1.05rem}.badge{display:inline-block;padding:.2rem .7rem;border-radius:20px;font-size:.95rem;font-weight:700}.badge-good{background:#d4edda;color:#155724}.badge-bad{background:#f8d7da;color:#721c24}.sinsal-item{border-radius:10px;padding:.8rem 1rem;margin-bottom:.6rem}.sinsal-lucky{background:#d4af371f;border-left:4px solid #D4AF37}.sinsal-unlucky{background:#b2222212;border-left:4px solid #B22222}.sinsal-item p{margin:.3rem 0 0;color:#555}
