:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #e0e7ff;--secondary: #10b981;--accent: #f59e0b;--danger: #ef4444;--bg: #f8fafc;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--transition: all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg);color:var(--text-main);line-height:1.5;min-height:100vh;overflow-x:hidden;background-image:radial-gradient(at 0% 0%,rgba(99,102,241,.03) 0,transparent 50%),radial-gradient(at 100% 100%,rgba(16,185,129,.03) 0,transparent 50%)}h1,h2,h3,h4{font-weight:800;letter-spacing:-.025em;line-height:1.2}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:var(--transition)}input,select,textarea{font-family:inherit;outline:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-transition-enter{opacity:0;transform:translateY(10px)}.page-transition-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.card-glass{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:var(--shadow-xl)}.btn-primary{background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:700;box-shadow:0 4px 14px #6366f163}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 20px #6366f13b}.btn-primary:active{transform:translateY(0)}._layout_63g2w_1{min-height:100vh;display:flex;flex-direction:column}._nav_63g2w_7{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.05);padding:.5rem 0;padding-bottom:env(safe-area-inset-bottom,.5rem);box-shadow:0 -10px 30px #00000008}._navContent_63g2w_22{max-width:600px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-around;align-items:center}._navItem_63g2w_31{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.6rem;text-decoration:none;color:var(--text-muted);font-weight:700;font-size:.75rem;transition:var(--transition);flex:1;border-radius:var(--radius-md);position:relative}._navItem_63g2w_31 svg{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}._navItem_63g2w_31:active{transform:scale(.9)}._navItem_63g2w_31._active_63g2w_55{color:var(--primary)}._navItem_63g2w_31._active_63g2w_55 svg{transform:translateY(-4px);color:var(--primary)}._navItem_63g2w_31._active_63g2w_55:after{content:"";position:absolute;bottom:0;width:4px;height:4px;background:var(--primary);border-radius:50%}._main_63g2w_74{flex:1;width:100%;padding:1.5rem 1rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom,.5rem));max-width:600px;margin:0 auto}._footer_63g2w_83{text-align:center;padding:2rem 1rem;padding-bottom:calc(7rem + env(safe-area-inset-bottom,.5rem));color:var(--text-muted);font-size:.8rem;font-weight:500;opacity:.5}@media(min-width:769px){._layout_63g2w_1{background-color:#f1f5f9}._main_63g2w_74,._nav_63g2w_7,._footer_63g2w_83{max-width:500px;margin:0 auto}._main_63g2w_74{background:#fff;box-shadow:var(--shadow-xl);min-height:100vh}._nav_63g2w_7{left:50%;transform:translate(-50%);border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:500px;border-left:1px solid var(--border);border-right:1px solid var(--border)}}._container_q9qh9_1{padding:0;max-width:600px;margin:0 auto}._header_q9qh9_7{margin-bottom:2.5rem;text-align:left}._syncPanel_q9qh9_12{background:#fff;padding:.75rem 1rem;border-radius:var(--radius-lg);margin-bottom:2rem;box-shadow:var(--shadow-md);border:1px solid var(--border)}._linkForm_q9qh9_21{display:flex;gap:.5rem}._linkForm_q9qh9_21 input{flex:1;padding:.6rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);font-size:.85rem;background:var(--bg)}._linkForm_q9qh9_21 button{padding:.6rem 1.2rem;background:var(--secondary);color:#fff;border-radius:var(--radius-md);font-weight:700;font-size:.85rem}._linkedInfo_q9qh9_44{display:flex;justify-content:space-between;align-items:center}._linkStatus_q9qh9_50{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--secondary);font-weight:600}._syncStatus_q9qh9_59{display:flex;align-items:center;gap:.4rem;font-size:.7rem;color:var(--text-muted)}._dot_q9qh9_67{width:6px;height:6px;background:var(--secondary);border-radius:50%}._spinIcon_q9qh9_74{animation:_spin_q9qh9_74 1s linear infinite;color:var(--primary)}@keyframes _spin_q9qh9_74{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._titleSection_q9qh9_84{margin-bottom:2rem}._badge_q9qh9_88{background:var(--primary-light);color:var(--primary);padding:.4rem .8rem;border-radius:100px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;display:inline-block}._titleSection_q9qh9_84 h1{font-size:2.2rem;font-weight:800;color:var(--text-main);margin-bottom:.5rem}._moodText_q9qh9_108{color:var(--text-muted);font-size:1rem;font-weight:500}._progressSection_q9qh9_115{background:#fff;padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);margin-bottom:2rem;border:1px solid var(--border)}._progressInfo_q9qh9_124{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._progressLabel_q9qh9_131{display:flex;align-items:center;gap:.5rem;color:var(--text-main);font-weight:800;font-size:1rem}._progressLabel_q9qh9_131 svg{color:var(--accent)}._progressPercentage_q9qh9_144{font-size:1.5rem;font-weight:900;color:var(--primary)}._progressBarBg_q9qh9_150{height:12px;background:var(--bg);border-radius:100px;overflow:visible;position:relative}._progressBarFill_q9qh9_158{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:100px;position:relative}._rocketIcon_q9qh9_165{position:absolute;right:-10px;top:-10px;color:var(--accent);filter:drop-shadow(0 0 5px rgba(245,158,11,.5))}._headerActions_q9qh9_174{display:flex;gap:.75rem}._aiBtn_q9qh9_179,._drawBtn_q9qh9_179{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.25rem;border-radius:var(--radius-md);font-weight:700;font-size:.9rem;flex:1;justify-content:center;border:1px solid var(--border)}._aiBtn_q9qh9_179{background:var(--primary);color:#fff;border:none;box-shadow:var(--shadow-md)}._drawBtn_q9qh9_179{background:#fff;color:var(--text-main)}._suggestionBox_q9qh9_205{background:var(--primary-light);border:2px dashed var(--primary);border-radius:var(--radius-lg);margin-bottom:2rem}._suggestionContent_q9qh9_212{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center}._suggestionContent_q9qh9_212 p{color:var(--primary-dark);font-weight:700;font-size:1rem;text-align:center}._suggestionActions_q9qh9_227{display:flex;gap:.5rem;width:100%}._suggestionActions_q9qh9_227 button:first-child{background:var(--primary);color:#fff;flex:3;padding:.75rem;border-radius:var(--radius-md);font-weight:700}._closeBtn_q9qh9_242{background:#fff;color:var(--text-muted);flex:1;padding:.75rem;border-radius:var(--radius-md);border:1px solid var(--border)}._controls_q9qh9_252{margin-bottom:2.5rem}._filterSection_q9qh9_256{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}._filterButton_q9qh9_264{padding:.5rem 1.25rem;border-radius:100px;background:#fff;color:var(--text-muted);font-weight:700;font-size:.85rem;border:1px solid var(--border);white-space:nowrap}._filterButton_q9qh9_264._active_q9qh9_275{background:var(--text-main);color:#fff;border-color:var(--text-main)}._addForm_q9qh9_281{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border)}._inputGrid_q9qh9_289{display:flex;flex-direction:column;gap:1rem}._categorySelect_q9qh9_295,._input_q9qh9_289,._locationInput_q9qh9_295{padding:.85rem 1.15rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);font-size:1rem;font-weight:500}._categorySelect_q9qh9_295{font-weight:700}._addButton_q9qh9_308{background:var(--primary);color:#fff;padding:1rem;border-radius:var(--radius-md);font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}._grid_q9qh9_321{display:grid;grid-template-columns:1fr;gap:1.25rem}._card_q9qh9_327{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:var(--transition)}._card_q9qh9_327:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-light)}._card_q9qh9_327._completed_q9qh9_342{background:var(--bg);border-color:transparent}._card_q9qh9_327._completed_q9qh9_342 h3{color:var(--text-muted);text-decoration:line-through}._cardHeader_q9qh9_352{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._categoryBadge_q9qh9_359{display:flex;align-items:center;gap:.4rem;padding:.35rem .75rem;background:var(--primary-light);color:var(--primary);border-radius:100px;font-size:.75rem;font-weight:800}._deleteBtn_q9qh9_371{color:var(--danger);opacity:.5;padding:.5rem}._deleteBtn_q9qh9_371:hover{opacity:1}._cardBody_q9qh9_381 h3{font-size:1.25rem;font-weight:800;margin-bottom:.5rem;color:var(--text-main)}._location_q9qh9_295{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.9rem;font-weight:500}._cardFooter_q9qh9_397{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}._statusBtn_q9qh9_406{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--text-muted);font-size:.9rem}._statusBtn_q9qh9_406._isCompleted_q9qh9_415{color:var(--secondary)}._arrowIcon_q9qh9_419{color:var(--border)}._overlay_q9qh9_424{position:fixed;inset:0;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem}._modal_q9qh9_439{background:#fff;border-radius:var(--radius-xl);width:100%;max-width:400px;padding:2.5rem;text-align:center;box-shadow:var(--shadow-xl)}._drawnCard_q9qh9_449{background:var(--bg);padding:2rem;border-radius:var(--radius-lg);margin:2rem 0;border:2px solid var(--primary-light)}._retryDraw_q9qh9_457{background:var(--primary);color:#fff;padding:1rem;border-radius:var(--radius-md);font-weight:800;width:100%}._closeModal_q9qh9_466{background:#fff;color:var(--text-muted);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border);font-weight:700;width:100%;margin-top:.75rem}._toast_q9qh9_477{position:fixed;bottom:6rem;left:50%;transform:translate(-50%);background:var(--text-main);color:#fff;padding:.85rem 1.75rem;border-radius:100px;display:flex;align-items:center;gap:.75rem;z-index:1000;font-weight:700;box-shadow:var(--shadow-xl)}._container_ota8t_1{padding:0;max-width:600px;margin:0 auto}._header_ota8t_7{margin-bottom:2.5rem;text-align:left}._weatherBadge_ota8t_12{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-card);padding:.4rem .85rem;border-radius:100px;font-size:.8rem;font-weight:700;color:var(--text-main);box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:1rem}._header_ota8t_7 h1{font-size:2.2rem;font-weight:800;color:var(--text-main);margin-bottom:.5rem}._header_ota8t_7 p{color:var(--text-muted);font-size:1rem;font-weight:500}._vibeSelector_ota8t_41{margin-bottom:2rem}._sectionHeader_ota8t_45 h3{font-size:.9rem;font-weight:800;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}._vibeGrid_ota8t_54{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}._vibeButton_ota8t_60{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);font-weight:700;font-size:.8rem;color:var(--text-muted);transition:var(--transition)}._vibeButton_ota8t_60._active_ota8t_75{background:var(--primary-light);color:var(--primary);border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}._machineContainer_ota8t_84{background:#fff;padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border);margin-bottom:2.5rem}._slotMachine_ota8t_93{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._slot_ota8t_93{background:var(--bg);padding:1rem 1.25rem;border-radius:var(--radius-lg);border:1px solid var(--border)}._slotHeader_ota8t_107{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._slotHeader_ota8t_107 svg{color:var(--text-muted)}._slotLabel_ota8t_118{font-size:.7rem;font-weight:800;color:var(--text-muted);text-transform:uppercase}._slotWindow_ota8t_125{height:32px;display:flex;align-items:center;overflow:hidden}._spinningText_ota8t_132{color:var(--primary);font-weight:800;font-size:1.1rem}._finalText_ota8t_138{font-weight:800;font-size:1.2rem;color:var(--text-main)}._spinArea_ota8t_144{text-align:center}._spinMsg_ota8t_148{font-weight:700;color:var(--primary);font-size:.9rem;margin-bottom:1rem}._spinButton_ota8t_155{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:var(--primary);color:#fff;border-radius:var(--radius-md);font-size:1.1rem;font-weight:800;box-shadow:var(--shadow-md)}._spinButton_ota8t_155:disabled{opacity:.7}._resultCard_ota8t_175{margin-top:1.5rem;padding-top:1.5rem;border-top:1px dashed var(--border);animation:_fadeIn_ota8t_1 .4s ease-out}._adventureMeter_ota8t_182{margin-bottom:1.5rem}._meterHeader_ota8t_186{display:flex;justify-content:space-between;font-size:.85rem;font-weight:800;margin-bottom:.5rem;color:var(--text-muted)}._levelText_ota8t_195{color:var(--accent)}._meterBar_ota8t_199{height:10px;background:var(--bg);border-radius:100px;overflow:hidden}._meterFill_ota8t_206{height:100%;background:linear-gradient(90deg,var(--accent),var(--danger))}._resultMeta_ota8t_211{margin-bottom:1rem}._metaItem_ota8t_215{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.9rem;font-weight:600}._metaItem_ota8t_215 strong{color:var(--primary)}._outcomeMsg_ota8t_228{font-style:italic;color:var(--text-main);font-weight:600;margin-bottom:1.5rem;font-size:1.1rem}._cardActions_ota8t_236{display:flex;gap:.75rem}._retryBtn_ota8t_241,._confirmBtn_ota8t_241{flex:1;padding:.85rem;border-radius:var(--radius-md);font-weight:800;font-size:.95rem}._retryBtn_ota8t_241{background:#fff;border:1px solid var(--border);color:var(--text-muted)}._confirmBtn_ota8t_241{background:var(--text-main);color:#fff}._infoSection_ota8t_261{margin-bottom:2rem}._infoCard_ota8t_265{background:#fff;padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--border);display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm)}._infoCard_ota8t_265 svg:first-child{color:var(--primary)}._infoCard_ota8t_265 h4{font-size:1rem;font-weight:800;margin-bottom:.2rem}._infoCard_ota8t_265 p{font-size:.85rem;color:var(--text-muted);font-weight:500}._chevron_ota8t_292{margin-left:auto;color:var(--border)}@keyframes _fadeIn_ota8t_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._container_yyu46_1{padding:0;max-width:600px;margin:0 auto}._header_yyu46_7{margin-bottom:2.5rem;text-align:center}._headerIcon_yyu46_12{width:64px;height:64px;background:var(--primary-light);color:var(--primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}._header_yyu46_7 h1{font-size:2.2rem;font-weight:800;color:var(--text-main);margin-bottom:.5rem}._header_yyu46_7 p{color:var(--text-muted);font-size:1rem;font-weight:500}._latestResultSection_yyu46_38{background:#fff;padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border);margin-bottom:2rem}._latestHeader_yyu46_47{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}._latestTitle_yyu46_54{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:800;color:var(--text-main)}._latestTitle_yyu46_54 svg{color:var(--accent)}._latestMeta_yyu46_67{display:flex;align-items:center;gap:.5rem}._roundTag_yyu46_73{background:var(--accent);color:#fff;font-size:.75rem;padding:.2rem .5rem;border-radius:6px;font-weight:800}._dateTag_yyu46_82{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--text-muted);font-weight:600}._latestBallsContainer_yyu46_91{display:flex;align-items:center;justify-content:center;gap:.5rem}._latestBalls_yyu46_91{display:flex;gap:.4rem}._smallBall_yyu46_103{width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;color:#fff;box-shadow:var(--shadow-sm)}._plusSign_yyu46_116{color:var(--text-muted);font-weight:800;font-size:1.25rem}._loadingLatest_yyu46_122,._errorText_yyu46_122{font-size:.9rem;color:var(--text-muted);font-style:italic}._displayArea_yyu46_129{background:#fff;border-radius:var(--radius-xl);padding:3rem 1.5rem;margin-bottom:2rem;min-height:200px;display:flex;justify-content:center;align-items:center;border:2px dashed var(--border);position:relative}._placeholder_yyu46_142{text-align:center;color:var(--text-muted)}._sparkleIcon_yyu46_147{color:var(--primary-light);margin-bottom:1rem}._numbersGrid_yyu46_152{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}._ball_yyu46_159{width:56px;height:56px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:900;color:#fff;box-shadow:var(--shadow-md);cursor:default}._yellow_yyu46_174{background:radial-gradient(circle at 30% 30%,#fbbf24,#d97706)}._blue_yyu46_175{background:radial-gradient(circle at 30% 30%,#60a5fa,#2563eb)}._red_yyu46_176{background:radial-gradient(circle at 30% 30%,#f87171,#dc2626)}._gray_yyu46_177{background:radial-gradient(circle at 30% 30%,#9ca3af,#4b5563)}._green_yyu46_178{background:radial-gradient(circle at 30% 30%,#34d399,#059669)}._loadingContainer_yyu46_180{text-align:center;color:var(--text-muted)}._shufflingBalls_yyu46_185{display:flex;gap:.75rem;margin-bottom:1.5rem;justify-content:center}._dummyBall_yyu46_192{width:16px;height:16px;border-radius:50%;background:var(--primary-light)}._luckyMessage_yyu46_199{background:var(--primary-light);color:var(--primary-dark);padding:1rem;border-radius:var(--radius-md);margin-bottom:2rem;font-weight:700;text-align:center;border:1px solid var(--primary)}._generateButton_yyu46_210{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem;background:var(--primary);color:#fff;border-radius:var(--radius-md);font-size:1.2rem;font-weight:800;box-shadow:var(--shadow-lg)}._generateButton_yyu46_210:disabled{opacity:.7}._spinIcon_yyu46_229{animation:_spin_yyu46_229 1s linear infinite}@keyframes _spin_yyu46_229{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._historySection_yyu46_239{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}._historyHeader_yyu46_245{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);margin-bottom:1.25rem}._historyHeader_yyu46_245 h3{font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}._historyList_yyu46_260{display:flex;flex-direction:column;gap:.75rem}._historyItem_yyu46_266{background:#fff;padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}._historyBalls_yyu46_276{display:flex;gap:.35rem}._historyBall_yyu46_276{width:28px;height:28px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;color:#fff}._historyTime_yyu46_293{font-size:.75rem;font-weight:700;color:var(--text-muted)}._container_1nnmo_1{padding:0;max-width:600px;margin:0 auto}._header_1nnmo_7{margin-bottom:2.5rem;text-align:center}._headerIcon_1nnmo_12{width:64px;height:64px;background:var(--primary-light);color:var(--primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}._header_1nnmo_7 h1{font-size:2.2rem;font-weight:800;color:var(--text-main);margin-bottom:.5rem}._header_1nnmo_7 p{color:var(--text-muted);font-size:1rem;font-weight:500}._inputCard_1nnmo_37{background:#fff;padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border);margin-bottom:2.5rem}._inputGroup_1nnmo_46{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._field_1nnmo_53{display:flex;flex-direction:column;gap:.5rem}._field_1nnmo_53 label{display:flex;align-items:center;gap:.4rem;font-weight:700;color:var(--text-main);font-size:.85rem}._input_1nnmo_37{padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);font-size:1rem;font-weight:500}._analyzeBtn_1nnmo_77{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:var(--primary);color:#fff;border-radius:var(--radius-md);font-size:1.1rem;font-weight:800;box-shadow:var(--shadow-md)}._analyzeBtn_1nnmo_77:disabled{opacity:.7}._loadingContainer_1nnmo_97{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 0}._loadingPulse_1nnmo_105{width:40px;height:40px;background:var(--primary);border-radius:50%;animation:_pulse_1nnmo_1 1.5s infinite ease-in-out}@keyframes _pulse_1nnmo_1{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}to{transform:scale(.8);opacity:.5}}._loadingContainer_1nnmo_97 p{color:var(--primary);font-weight:700;font-style:italic}._resultSection_1nnmo_126{display:flex;flex-direction:column;gap:2rem}._dayMasterCard_1nnmo_132{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);border-left:6px solid var(--primary);box-shadow:var(--shadow-md)}._dmHeader_1nnmo_140{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}._dmHeader_1nnmo_140 svg{color:var(--primary)}._dmHeader_1nnmo_140 h3{font-size:1.25rem;font-weight:800;color:var(--text-main)}._dmTrait_1nnmo_157{color:var(--text-muted);font-size:1rem;line-height:1.6;font-weight:500}._pillarsGrid_1nnmo_164{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}._pillar_1nnmo_164{display:flex;flex-direction:column;align-items:center;gap:.5rem}._pillarTitle_1nnmo_177{font-size:.75rem;font-weight:800;color:var(--text-muted)}._hanjaBox_1nnmo_183{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);font-size:1.5rem;font-weight:900;color:#fff;box-shadow:var(--shadow-sm)}._hangulLabel_1nnmo_196{font-size:.85rem;font-weight:700;color:var(--text-main)}._wood_1nnmo_203{background:#10b981}._fire_1nnmo_204{background:#ef4444}._earth_1nnmo_205{background:#f59e0b}._metal_1nnmo_206{background:#94a3b8}._water_1nnmo_207{background:#1e293b}._elementsSection_1nnmo_209{background:#fff;padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border)}._elementsSection_1nnmo_209 h4{font-size:1rem;font-weight:800;text-align:center;margin-bottom:1.25rem}._elementsBar_1nnmo_224{display:flex;height:32px;border-radius:100px;overflow:hidden;margin-bottom:.75rem}._elPart_1nnmo_232{display:flex;align-items:center;justify-content:center}._elCount_1nnmo_238{color:#fff;font-size:.75rem;font-weight:900}._elLabels_1nnmo_244{display:flex;justify-content:space-between;padding:0 .5rem}._elLabels_1nnmo_244 span{font-size:.7rem;font-weight:800;color:var(--text-muted)}._fortuneGrid_1nnmo_256{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fCard_1nnmo_262{background:#fff;padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem}._fIcon_1nnmo_273{color:var(--accent);margin-bottom:.25rem}._fCard_1nnmo_262 h5{font-size:.95rem;font-weight:800;color:var(--text-main)}._fCard_1nnmo_262 p{font-size:.85rem;color:var(--text-muted);line-height:1.5;font-weight:500}@media(max-width:480px){._fortuneGrid_1nnmo_256{grid-template-columns:1fr}}
