@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.question-step{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:1.5rem 2.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:32px;box-shadow:0 10px 30px #0000000a;animation:slideInUp .6s cubic-bezier(.16,1,.3,1)}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.progress-bar{width:100%;height:8px;background-color:#0000000d;border-radius:10px;margin-bottom:1.5rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#ff6b6b,#f06595);transition:width .6s cubic-bezier(.34,1.56,.64,1)}.question-text{font-size:1.8rem;font-weight:800;color:#212529;margin-bottom:2rem;text-align:center;word-break:keep-all}.options-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin-bottom:1.5rem}.option-button{padding:1.2rem 1rem;font-size:1.1rem;background-color:#fff;border-radius:20px;cursor:pointer;transition:all .2s ease;text-align:center;color:#495057;font-weight:700;box-shadow:0 2px 8px #00000005;border:2px solid transparent}.option-button:hover{background-color:#ff6b6b;color:#fff;transform:translateY(-4px);box-shadow:0 8px 15px #ff6b6b26}.step-indicator{font-size:.9rem;color:#adb5bd;font-weight:600}@media(max-width:768px){.question-step{padding:1.5rem 1rem;border-radius:24px}.question-text{font-size:1.4rem;margin-bottom:1.5rem}.options-container{grid-template-columns:1fr;gap:.7rem}.option-button{padding:.8rem 1rem;font-size:1rem;border-radius:16px}.progress-bar{margin-bottom:1rem}}.wizard-container{width:100%;display:flex;flex-direction:column;justify-content:center;z-index:1}.wizard-container.mode-selection h2{font-size:1.8rem;font-weight:900;margin-bottom:1.5rem;color:#212529}.mode-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mode-button{padding:1.5rem .8rem;border-radius:24px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.05)}.mode-button h3{font-size:1.2rem;margin-bottom:.3rem;color:#212529}.mode-button p{font-size:.8rem;color:#868e96;font-weight:500}.mode-button:hover{transform:translateY(-8px);background:#fff;box-shadow:0 10px 20px #0000000d}.mode-button.ultra:hover{border-color:#fab005;color:#e67700}.mode-button.simple:hover{border-color:#4dabf7;color:#1971c2}.mode-button.basic:hover{border-color:#ff6b6b;color:#e03131}.wizard-container.loading{align-items:center;color:#495057;font-weight:700;animation:pulse 1.5s infinite ease-in-out}.spinner{width:60px;height:60px;border:6px solid #f1f3f5;border-top:6px solid #FF6B6B;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.wizard-container.result{max-width:1000px;margin:0 auto;width:100%}.wizard-container.result h2{font-size:1.8rem;font-weight:900;margin-bottom:1.2rem;color:#212529}.recommendations-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;width:100%}.food-card{padding:1.2rem;background:#fff;border-radius:20px;box-shadow:0 4px 15px #0000000d;text-align:left;border-top:5px solid #FF6B6B}.food-card h3{font-size:1.2rem;font-weight:800;margin-bottom:.5rem;color:#212529}.food-card p{font-size:.9rem;color:#495057;line-height:1.5;margin-bottom:.8rem}.tag{font-size:.75rem;padding:.3rem .6rem;background-color:#fff5f5;color:#ff6b6b;border-radius:8px;font-weight:700}.reset-button{padding:.8rem 3rem;font-size:1rem;font-weight:800;background:linear-gradient(135deg,#ff6b6b,#f06595);color:#fff;border:none;border-radius:15px;cursor:pointer;box-shadow:0 5px 15px #ff6b6b33;align-self:center}@media(max-width:768px){.mode-options{grid-template-columns:1fr;gap:.8rem}.recommendations-list{grid-template-columns:1fr;max-height:350px;overflow-y:auto;padding:.5rem}.food-card{padding:1rem}}.floating-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.floating-icon{position:absolute;bottom:-50px;opacity:.15;-webkit-user-select:none;user-select:none;animation-name:floatUp;animation-timing-function:linear;animation-iteration-count:infinite;filter:grayscale(.1)}@keyframes floatUp{0%{transform:translateY(100px) rotate(0) scale(.8);opacity:0}10%{opacity:.15}90%{opacity:.15}to{transform:translateY(-110vh) rotate(360deg) scale(1.2);opacity:0}}#root{width:100%;margin:0;padding:0}.app-wrapper{display:flex;width:100%;height:100vh;background:radial-gradient(circle at 0% 0%,#fff5f5,#f8f9fa,#fff9db);font-family:Pretendard,sans-serif;position:relative;overflow:hidden;justify-content:center}.app-wrapper:before,.app-wrapper:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;filter:blur(60px);z-index:0;opacity:.3}.app-wrapper:before{background:#ffc9c9;top:-50px;left:-50px}.app-wrapper:after{background:#ffec99;bottom:-50px;right:-50px}.ad-side{flex:0 0 160px;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:10}.vertical-ad{width:160px;height:600px;background-color:#fff6;border:1px dashed rgba(0,0,0,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#adb5bd;font-weight:700;letter-spacing:2px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.app-container{flex:1;max-width:1000px;height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.app-header{padding:1.5rem 1rem .5rem;text-align:center;z-index:1}.app-header h1{font-size:1.8rem;margin:0;background:linear-gradient(135deg,#ff6b6b,#f06595);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:900}.app-header p{color:#343a40;font-size:.95rem;margin-top:.5rem;font-weight:600;letter-spacing:-.3px;background:#ffffffa6;display:inline-block;padding:.3rem 1rem;border-radius:16px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 10px #00000008}.app-main{flex:1;width:100%;margin:0 auto;padding:.5rem 1rem;z-index:1;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;scrollbar-width:none}.app-main::-webkit-scrollbar{display:none}.app-footer{padding:1rem;color:#adb5bd;font-size:.8rem;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.ad-slot{width:100%;max-width:320px;height:50px;background-color:#fff6;border:1px dashed rgba(0,0,0,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#adb5bd;font-weight:700;letter-spacing:1px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media(max-width:1200px){.ad-side{display:none}}@media(max-width:768px){.app-header{padding:1rem 1rem .2rem}.app-header h1{font-size:1.5rem}.app-header p{font-size:.85rem;padding:.2rem .8rem}.app-main{padding:.5rem 1rem}}
