:root{--ground: #f2f7ec;--surface: #ffffff;--tint: #e7f6dc;--ink: #1f2419;--muted: #66705e;--faint: #96a08e;--line: #e7ede0;--accent: #b4ea8c;--on-accent: #1d2a16;--accent-deep: #4c7a33;--err: #b4442f;--shadow: 0 10px 26px rgba(42, 64, 28, .07);--shadow-lift: 0 12px 30px rgba(42, 64, 28, .13);--r-card: 24px;--r-inner: 18px;color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--ground);color:var(--ink);font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,system-ui,sans-serif;letter-spacing:-.01em;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%}.app{max-width:520px;margin:0 auto;padding:26px 20px 40px;display:flex;flex-direction:column;gap:16px}.hero{padding:2px 2px 0}.brand{display:flex;align-items:center;gap:11px}.logo{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--accent);color:var(--on-accent)}.brand h1{margin:0;font-size:20px;font-weight:700;letter-spacing:-.5px}.brand p{margin:1px 0 0;color:var(--muted);font-size:12.5px}.hero-desc{margin:16px 0 0;color:var(--muted);font-size:14.5px;line-height:1.72}.hero-desc strong{color:var(--ink);font-weight:600}.banner{margin-top:14px;padding:13px 15px;border-radius:16px;background:#fff8e8;border:1px solid #f3e2b8;color:#8a6410;font-size:13px}.banner code{background:#fdeecb;padding:1px 5px;border-radius:5px}.card{background:var(--surface);border-radius:var(--r-card);box-shadow:var(--shadow);padding:20px}.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.card h2{margin:0;font-size:17px;font-weight:700;letter-spacing:-.4px}.sub{margin:4px 0 0;color:var(--muted);font-size:13px}.sub.center{text-align:center}.muted{color:var(--muted)}.small{font-size:12px}.error{color:var(--err);font-size:14px;display:flex;align-items:center;gap:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 20px;height:48px;border-radius:999px;border:0;background:var(--accent);color:var(--on-accent);font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;flex:none;transition:filter .15s}.btn:hover{filter:brightness(.96)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.big{width:100%;height:56px;font-size:16px}.btn.ghost{background:var(--surface);color:var(--accent-deep);border:1px solid var(--line)}.btn.small{height:38px;padding:0 14px;font-size:13px}.link{background:none;border:0;color:var(--accent-deep);cursor:pointer;font-size:13px;padding:0;font-family:inherit;text-decoration:underline}.chip{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-size:12px;font-weight:600;color:#3e463a}.chip.accent{background:var(--tint);border-color:transparent;color:var(--accent-deep)}.chip.quiet{background:#eef6e6;border-color:transparent;color:var(--accent-deep)}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.tag{padding:6px 12px;border-radius:999px;background:var(--tint);color:var(--accent-deep);font-size:12.5px;font-weight:600}.intro{display:flex;flex-direction:column;gap:16px;padding:22px 20px 24px}.dim-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dim-legend>div{border:1px solid var(--line);border-radius:16px;padding:12px 13px;font-size:13px}.dim-legend b{color:var(--accent-deep);font-weight:800}.dim-legend span{color:#c2caba;margin:0 3px}.intro-steps{display:flex;flex-direction:column;gap:10px}.intro-steps>div{display:flex;align-items:center;gap:12px}.intro-steps b{font-size:14.5px;font-weight:600}.intro-steps p{margin:0;color:var(--muted);font-size:12.5px}.step-no{flex:none;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--tint);color:var(--accent-deep);font-weight:800;font-size:13px}.note{margin:0;font-size:12.5px;color:var(--muted);display:flex;align-items:flex-start;gap:6px}.note .icon{color:#c9a227;flex:none;margin-top:2px}.quiz{padding:20px 20px 24px}.quiz-top{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:var(--muted)}.back{display:inline-flex;align-items:center;gap:4px;text-decoration:none}.back:disabled{opacity:.3;cursor:not-allowed}.flip{transform:rotate(180deg)}.progress{height:8px;border-radius:999px;background:#e4ebda;margin:12px 0 20px;overflow:hidden}.progress i{display:block;height:100%;background:var(--accent);transition:width .3s ease}.progress.big{height:10px;margin:18px 0 10px}.quiz .quiz-title{margin:0 0 18px;font-size:22px;font-weight:700;line-height:1.5;letter-spacing:-.5px}.choices{display:flex;flex-direction:column;gap:11px}.choice{display:flex;align-items:center;gap:12px;text-align:left;padding:19px 18px;border:1px solid var(--line);border-radius:22px;background:var(--surface);cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s,transform .1s}.choice:hover{border-color:var(--accent);background:var(--tint);transform:translateY(-1px)}.choice b{display:block;font-size:15.5px;font-weight:600;line-height:1.45}.choice span{display:block;margin-top:3px;font-size:12.5px;color:var(--muted)}.choice.on{border:2px solid var(--accent);background:var(--tint)}.loading{text-align:center;padding:30px 20px}.loading h2{font-size:19px}.loading-orb{width:104px;height:104px;margin:0 auto 18px;border-radius:50%;background:var(--tint);display:grid;place-items:center}.loading-orb span{width:72px;height:72px;border-radius:50%;background:var(--accent);display:grid;place-items:center;color:var(--on-accent)}.code-badge{display:inline-flex;gap:5px}.code-badge b{display:grid;place-items:center;width:30px;height:34px;border-radius:9px;background:var(--accent);color:var(--on-accent);font-size:14px;font-weight:800}.code-badge.big b{width:44px;height:52px;border-radius:13px;font-size:22px}.code-chip{flex:none;padding:5px 9px;border-radius:9px;background:var(--tint);font-size:11.5px;font-weight:800;letter-spacing:.6px;color:var(--accent-deep)}.dna{display:flex;flex-direction:column;gap:14px}.type-name{margin:6px 0 4px;font-family:Gowun Batang,serif;font-size:28px;font-weight:700;letter-spacing:-.6px}.tagline{margin:0;font-size:14.5px;font-weight:600;color:var(--accent-deep)}.summary{margin:0;font-size:14px;line-height:1.72;color:var(--muted)}.axis-bars{display:flex;flex-direction:column;gap:13px}.axis-bars.compact{gap:7px}.axis-row{display:grid;grid-template-columns:62px 1fr 62px;align-items:center;gap:9px;font-size:11.5px}.axis-bars.compact .axis-row{grid-template-columns:14px 1fr 14px;gap:6px;font-size:10.5px}.pole{color:#a3ac9c;font-weight:700;white-space:nowrap}.pole.right{text-align:right}.pole.on{color:var(--accent-deep)}.axis-track{position:relative;height:7px;border-radius:999px;background:#e9efe1}.axis-track .center{position:absolute;left:50%;top:-3px;bottom:-3px;width:1px;background:#dce4d2}.axis-track .dot{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);box-shadow:0 2px 6px #4c7a3359;transform:translate(-50%,-50%)}.axis-bars.compact .axis-track .dot{width:11px;height:11px}.axis-track .ghost{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;background:var(--ground);border:2px dashed #b3bcaa;transform:translate(-50%,-50%)}.axis-title,.axis-val{display:none}.toggle{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);cursor:pointer;white-space:nowrap}.toggle input{width:18px;height:18px;accent-color:#7cc74f}.recs{display:flex;flex-direction:column;gap:12px}.rec{position:relative;display:flex;flex-direction:column;height:100%;width:100%;text-align:left;padding:10px 10px 13px;background:var(--surface);border:0;border-radius:var(--r-card);box-shadow:var(--shadow);font-family:inherit;color:inherit;cursor:pointer}.rec:hover{box-shadow:var(--shadow-lift)}.rec-photo{position:relative;display:block;border-radius:var(--r-inner);overflow:hidden;background:#edf1e7}.rec-photo img{width:100%;height:168px;object-fit:cover;display:block}.rec-photo .empty-photo{height:168px;display:grid;place-items:center;color:var(--faint);font-size:12px}.rec-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:4px;padding:5px 11px;border-radius:999px;background:#ffffffed;font-size:11.5px;font-weight:700;color:var(--on-accent)}.rec-rank{position:absolute;top:10px;right:10px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ffffffed;font-size:12px;font-weight:800;color:var(--accent-deep)}.rec-body{flex-grow:1;padding:12px 6px 0;display:flex;flex-direction:column;gap:8px}.rec-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.rec-title .place{min-width:0}.rec-parent{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--muted);white-space:nowrap}.rec-name{display:block;margin-top:2px;font-size:18px;font-weight:700;letter-spacing:-.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rec-type{margin:0;font-size:12.5px;font-weight:600;color:var(--accent-deep)}.rec-reason{margin:0;font-size:13px;line-height:1.6;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rec-foot{margin-top:auto;padding-top:4px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.rec-foot .chip{padding:5px 10px;font-size:11.5px}.result-actions{display:flex;gap:9px;margin-top:14px;flex-wrap:wrap}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#18221273;display:flex;align-items:flex-end;justify-content:center;z-index:40;overflow-y:auto;padding:24px 0 0}.sheet{position:relative;background:var(--ground);width:min(520px,100%);border-radius:26px 26px 0 0;box-shadow:0 -12px 40px #18221240;max-height:94vh;min-height:60vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.sheet-hero{position:relative}.sheet-hero img{width:100%;height:260px;object-fit:cover;display:block}.sheet-hero .fade{position:absolute;left:0;right:0;bottom:0;height:88px;pointer-events:none;background:linear-gradient(to bottom,rgba(242,247,236,0) 0%,rgba(242,247,236,.55) 52%,var(--ground) 100%)}.sheet-hero .empty-photo{height:180px;display:grid;place-items:center;background:#e9efe1;color:var(--faint);font-size:13px}.sheet-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:0;background:#ffffffed;display:grid;place-items:center;cursor:pointer}.sheet-body{position:relative;z-index:1;padding:14px 20px 26px;display:flex;flex-direction:column;gap:14px}.sheet-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.sheet-title h2{margin:3px 0 0;font-size:25px;font-weight:700;letter-spacing:-.6px}.sheet-sub{margin:0;font-size:13px;font-weight:600;color:var(--accent-deep)}.thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.thumbs img{width:100%;height:66px;object-fit:cover;border-radius:14px;display:block}.stats{display:flex;gap:8px}.stats>div{flex-grow:1;background:var(--surface);border-radius:18px;box-shadow:var(--shadow);padding:12px 13px}.stats b{display:block;font-size:17px;font-weight:700}.stats span{font-size:11px;color:var(--muted)}.dim-notes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px;font-size:12.5px;color:var(--muted)}.dim-notes b{color:var(--accent-deep)}.spots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.spot{display:flex;flex-direction:column;gap:5px;font-size:12.5px}.spot b{font-size:13.5px;font-weight:600}.spot span{font-size:11.5px;color:var(--muted)}.thumb{aspect-ratio:4 / 3;border-radius:16px;background:#e9efe1 center/cover no-repeat;display:grid;place-items:center;color:var(--faint);font-size:11.5px}.fest{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.fest li{display:flex;flex-direction:column;padding-left:11px;border-left:3px solid var(--accent)}.fest b{font-size:13.5px}.fest span{font-size:11.5px}.log-actions{display:flex;gap:8px;flex-wrap:wrap}.table-wrap{overflow-x:auto;margin-top:10px}table{width:100%;border-collapse:collapse;font-size:12px}th,td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--line);white-space:nowrap}th{color:var(--muted);font-weight:600}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.mono.small{font-size:11px;white-space:normal;max-width:300px}.badge{padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.badge.ok{background:#e2f5d4;color:#3f6b29}.badge.cache{background:#eef1ea;color:var(--muted)}.badge.disk{background:#ede9fe;color:#6d28d9}.badge.demo,.badge.retry{background:#fef3c7;color:#8a6410}.badge.error{background:#fde2dd;color:var(--err)}.empty{color:var(--muted);text-align:center;padding:20px}.link.more{display:block;margin:12px auto 2px}.foot{margin-top:8px;padding:16px 2px 0;font-size:12.5px;color:var(--muted);border-top:1px solid var(--line)}.foot p{margin:4px 0}.foot strong{color:#3e463a}.icon{vertical-align:-.18em;flex:none}.btn .icon{vertical-align:-.2em}@media(min-width:620px){.app{padding-top:34px}.spots{grid-template-columns:repeat(4,minmax(0,1fr))}}.key-sheet{min-height:auto;border-radius:26px;margin-bottom:24px;align-self:center}.sheet-backdrop:has(.key-sheet){align-items:center;padding:20px}.field{display:flex;flex-direction:column;gap:7px;font-size:12.5px;color:var(--muted)}.field input{width:100%;padding:14px 16px;border-radius:14px;border:1px solid var(--line);background:var(--surface);font-family:inherit;font-size:14px;color:var(--ink)}.field input:focus{outline:2px solid var(--accent);outline-offset:1px}.key-help{margin:4px 0 0;padding-left:18px;font-size:12.5px;color:var(--muted);line-height:1.65}.key-help li{margin-bottom:6px}.key-help b{color:#3e463a}.foot-links{display:flex;gap:14px;flex-wrap:wrap}@media(min-width:900px){.app{max-width:none;width:100%;padding:36px 36px 56px;gap:20px}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}.brand h1{font-size:23px}.hero-desc{margin:0;max-width:560px;font-size:15.5px}.banner{flex-basis:100%}.intro{display:grid;grid-template-columns:1.05fr 1fr;gap:20px 32px;align-items:center;padding:30px 32px}.intro .dim-legend,.intro .btn.big,.intro .note{grid-column:1}.intro .intro-steps{grid-column:2;grid-row:1 / span 3;align-self:center;gap:18px}.intro-steps b{font-size:16px}.loading{max-width:640px;width:100%;margin:0 auto;padding:28px 32px 32px}.quiz{padding:34px 40px 42px}.quiz-top,.quiz .progress{max-width:760px;margin-left:auto;margin-right:auto}.quiz .quiz-title{max-width:760px;margin:24px auto 30px;font-size:28px;line-height:1.45;text-align:center}.choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.choice{flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:210px;padding:34px 30px;border-radius:26px;gap:10px}.choice:hover{transform:translateY(-3px)}.choice b{font-size:21px;line-height:1.4}.choice span{margin-top:0;font-size:14px}.result-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:20px;align-items:start}.result-layout>.dna{position:sticky;top:24px}.result-layout .recs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.result-layout .rec-photo img,.result-layout .rec-photo .empty-photo{height:160px}.card-head{align-items:center}.sheet-backdrop{align-items:center;padding:28px}.sheet{width:min(920px,92vw);min-height:auto;max-height:90vh;overflow-y:auto;border-radius:26px}.sheet-hero img{height:300px}.sheet-body{padding:16px 28px 30px}.sheet-title h2{font-size:28px}.thumbs img{height:88px}.key-sheet{width:min(560px,100%)}}@media(min-width:1300px){.app{padding:40px 44px 60px}.result-layout{grid-template-columns:360px minmax(0,1fr)}.result-layout .recs{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.result-layout .rec-photo img,.result-layout .rec-photo .empty-photo{height:165px}}@media(min-width:1700px){.app{padding:44px 56px 64px}.result-layout{grid-template-columns:400px minmax(0,1fr);gap:24px}.result-layout .rec-photo img,.result-layout .rec-photo .empty-photo{height:200px}.quiz .quiz-title{font-size:32px;max-width:900px}.choice{min-height:240px}.choice b{font-size:23px}}.brand{position:relative}.brand-settings{position:relative;margin-left:auto;flex:none;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:#4a5544;display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow)}.brand-settings:hover{border-color:var(--accent);color:var(--accent-deep)}.brand-settings .dot{position:absolute;top:7px;right:7px;width:9px;height:9px;border-radius:50%;background:var(--accent);border:2px solid var(--surface)}.key-note{margin-top:10px;display:flex;align-items:center;gap:5px;color:var(--accent-deep)}.field-row{display:flex;gap:8px;align-items:center}.field-row input{flex-grow:1}.check{margin:0;font-size:13px;display:flex;align-items:center;gap:6px}.check.ok{color:var(--accent-deep)}.check.fail{color:var(--err)}
