@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");:root{--color-primary:#f1d849;--color-accent:#fff;--color-accent-dark:#fcfcfc;--color-bg-light:#f8c22b;--color-text-dark:#333;--background:#fff;--foreground:#171717}@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--font-sans:var(--font-geist-sans);--font-mono:var(--font-geist-mono)}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{height:100%;overflow:hidden;font-family:Noto Sans KR,Noto Sans,system-ui,-apple-system,Segoe UI,Arial,sans-serif;margin:0;padding:0;box-sizing:border-box;background-image:url(/bg_img.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.overall-container{display:none}.main-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;width:100%;min-width:360px;max-width:480px;margin:0 auto;background-image:url(/bg_img.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:.75rem;color:var(--color-text-dark);padding:0;box-sizing:border-box;position:relative}.top-elements-wrapper{display:none}.back-button-wrapper{position:absolute;top:1rem;left:1rem}.back-button{background:transparent;color:#666;font-size:1.5rem;border:none;cursor:pointer}.button{padding:.8rem 9rem;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transition:all .3s ease-in-out;cursor:pointer;font-size:1.1rem;line-height:1.4;border:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:normal;text-align:center}.button-primary{background-color:var(--color-accent);color:var(--color-text-dark)}.button-primary:hover{background-color:var(--color-accent-dark);transform:scale(1.05)}.button-gradient{background:hsla(0,0%,100%,.151);color:#fff;border:1px solid hsla(0,0%,100%,.7)}.button-gradient:hover{background:hsla(0,0%,100%,.5);transform:scale(1.05)}.welcome-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:100vh;width:100%;background-image:url(/bg_img2.jpg);background-size:100% 100%;background-position:50%;background-repeat:no-repeat;padding:0;box-sizing:border-box}.welcome-image-wrapper{margin-bottom:1.5rem}.welcome-title{font-size:1.875rem;font-weight:800;color:#fff;margin-top:10vh;margin-bottom:0;text-align:center;line-height:1.25}.welcome-bottom-content{display:flex;flex-direction:column;align-items:center;margin-top:auto;margin-bottom:15vh}.welcome-description{font-size:1.2rem;color:#fff;margin-top:0;margin-bottom:1rem;text-align:center;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;font-weight:500}.question-card-container{background-image:url(/bg_img.jpg);background-color:transparent;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:.75rem;box-shadow:0 5px 10px rgba(0,0,0,.1);padding:1.5rem;width:100%;max-width:360px;margin-left:auto;margin-right:auto;margin-top:3rem;box-sizing:border-box}.question-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:center;color:#fff}.question-options-wrapper{display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.question-option-button{color:#fff;background-color:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.5);padding:.8rem 1.5rem;font-size:1.1rem;border-radius:.5rem;box-shadow:inset 0 0 5px hsla(0,0%,100%,.3)}.question-option-button:hover{background-color:hsla(0,0%,100%,.3)}.question-number{font-size:1.5rem;font-weight:700;color:#666;margin-top:1rem;margin-bottom:.5rem;text-align:center}.question-description-small{font-size:.85rem;color:#666;margin-bottom:1.5rem;text-align:center;max-width:85%;line-height:1.4}.progress-bar-container{width:80%;max-width:300px;background-color:#ddd;border-radius:9999px;height:.625rem;margin-top:1rem;margin-bottom:1rem;overflow:hidden}.progress-bar-fill{background-color:#fff;height:.625rem;border-radius:9999px}.prescription-card{background-color:#f7f7f7;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:1.5rem;width:100%;max-width:480px;max-height:calc(100vh - 4rem);overflow-y:auto;margin:2rem auto;box-sizing:border-box;text-align:left;color:var(--color-text-dark)}.prescription-header{border-bottom:1px dashed #ccc;padding-bottom:1rem;margin-bottom:1.5rem;text-align:center}.prescription-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text-dark)}.prescription-mbti{font-size:1.2rem;font-weight:600;color:var(--color-primary);margin-bottom:.25rem}.prescription-nickname{font-size:1rem;font-weight:500;color:var(--color-text-dark)}.prescription-section{margin-bottom:1.5rem;padding:.75rem 0;border-bottom:1px dotted #e0e0e0}.prescription-section:last-of-type{border-bottom:none}.section-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text-dark)}.section-content{font-size:.95rem;line-height:1.6;color:var(--color-text-dark)}.prescription-section ul.section-content{margin:0;padding-left:1.2rem}.prescription-section ul.section-content li{margin:.25rem 0}.prescription-footer{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.prescription-button{width:100%}.result-page{width:100%;height:100vh;overflow-y:auto;padding:2.5rem 1.25rem 2rem;box-sizing:border-box}.result-brand{width:100%;display:flex;justify-content:flex-start;margin-bottom:1.25rem}.result-logo{font-weight:800;font-size:2.6rem;line-height:.9;color:hsla(0,0%,100%,.95);letter-spacing:.02em}.result-card{width:100%;border-radius:1rem;background:rgba(70,70,70,.88);box-shadow:0 10px 24px rgba(0,0,0,.18);padding:1.25rem;box-sizing:border-box}.result-mbti-card{margin:.25rem 0 1.25rem;min-height:6.5rem;display:flex;align-items:flex-start;justify-content:flex-start}.result-mbti-code{color:#fff;font-weight:900;font-size:3.25rem;letter-spacing:.04em}.result-treatments-card{padding-bottom:1.5rem;margin-bottom:1.25rem}.result-card-title{color:hsla(0,0%,100%,.92);font-size:.85rem;font-weight:700;letter-spacing:.08em;margin-bottom:.9rem}.result-pill-list{display:flex;flex-direction:column;gap:.75rem}.result-pill{width:100%;border:none;border-radius:.85rem;padding:.95rem 1rem;background:hsla(0,0%,100%,.92);color:#3c3c3c;font-weight:800;letter-spacing:.06em;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.result-cosmetics-card{padding:1.25rem;margin:0 0 1.25rem}.result-cosmetics-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin:0 0 1rem;padding:0;background:transparent;border:none;cursor:pointer}.result-arrow{width:18px;height:18px;opacity:.85}.result-cosmetics-list{display:flex;flex-direction:column;gap:1.25rem}.result-product-card{width:100%;position:relative;border-radius:1rem;overflow:hidden;border:none;padding:0;height:10.5rem;background:rgba(50,50,50,.9);cursor:pointer}.result-product-image{position:absolute;inset:0;background-image:linear-gradient(135deg,rgba(0,0,0,.18),rgba(0,0,0,.55));background-size:cover;background-position:50%;filter:grayscale(1);transform:scale(1.02)}.result-product-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.65))}.result-product-text{position:absolute;left:1rem;bottom:1rem;right:1rem;color:hsla(0,0%,100%,.95);text-align:left}.result-product-brand{font-size:.85rem;letter-spacing:.08em;opacity:.9;margin-bottom:.4rem;font-weight:700}.result-product-brand-logo{display:block;height:.95rem;width:auto;opacity:.92}.result-product-title{font-size:1.25rem;font-weight:800;line-height:1.1;white-space:pre-line}.result-footer{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.result-restart{width:100%;border-radius:.85rem;padding:.95rem 1rem;border:none;background:hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.95);font-weight:700}.result-debug{color:hsla(0,0%,100%,.85);font-size:.85rem}.result-debug-body{margin-top:.5rem;padding:.75rem .9rem;border-radius:.75rem;background:rgba(0,0,0,.2)}