:root{font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,system-ui,sans-serif;color:#231f3b;background:#f7f3fc;font-synthesis:none;--ink: #231f3b;--soft: #77728f;--navy: #211e3d;--line: #ece8f7;--danger: #df5b6d}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;min-height:100%}body{min-width:300px;background:radial-gradient(440px 300px at 102% -4%,#9278e82a,transparent 62%),radial-gradient(400px 300px at -15% 24%,#ee6fa029,transparent 58%),linear-gradient(180deg,#f4f1fc,#fdf4f8 62%,#fffdfa);overscroll-behavior:none}button,textarea{font:inherit}button{cursor:pointer}[hidden]{display:none!important}.page{position:relative;width:min(100%,480px);min-height:100vh;margin:auto;padding:30px 20px 48px;overflow:hidden}.deco{position:absolute;display:block;border-radius:50%;opacity:.42;pointer-events:none}.deco-one{width:74px;height:74px;top:8px;right:-28px;background:#f4b740}.deco-two{width:25px;height:25px;top:165px;left:-7px;background:#ee6fa0}.deco-three{width:15px;height:15px;top:225px;right:19px;background:#4c7bef}.intro{position:relative;z-index:1;margin-bottom:24px}.intro>p{margin:0 0 9px;color:#7c7694;font-size:10px;font-weight:900;letter-spacing:.24em}.intro h1{margin:0 0 10px;font-size:clamp(27px,7vw,33px);line-height:1.3;letter-spacing:-.055em}.intro h1 em{color:#8068d2;font-style:normal}.intro>span{color:var(--soft);font-size:13px;line-height:1.65}.card{position:relative;z-index:2;padding:23px 20px 24px;border:1px solid #ffffffd9;border-radius:27px;background:#ffffffed;box-shadow:0 18px 44px #3c326e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.compose[hidden]{display:none!important}.field-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.field-heading label,fieldset legend{color:var(--ink);font-size:12px;font-weight:900}.field-heading span{color:#89849c;font-size:10px;font-weight:800}.field-heading span.near-limit{color:var(--danger)}textarea{width:100%;min-height:144px;padding:16px;resize:none;border:1.5px solid var(--line);border-radius:18px;outline:0;background:#fbfaff;color:var(--ink);font-size:14px;line-height:1.65;transition:border-color .2s,box-shadow .2s,background .2s}textarea::placeholder{color:#aaa5b8}textarea:focus{border-color:#8b72e8;background:#fff;box-shadow:0 0 0 4px #8b72e812}textarea.invalid{border-color:var(--danger);background:#fff9fa}textarea:disabled{opacity:.6}.error-message{display:flex;align-items:center;gap:8px;margin-top:10px;padding:10px 11px;border-radius:11px;background:#fdecee;color:#bd4557}.error-message>span{display:grid;width:19px;height:19px;flex:none;place-items:center;border-radius:50%;background:#df5b6d;color:#fff;font-size:11px;font-weight:900}.error-message p{margin:0;font-size:11px;font-weight:700;line-height:1.45}fieldset{margin:20px 0 21px;padding:0;border:0}fieldset legend{margin-bottom:11px}.color-row{display:flex;gap:14px;min-height:42px;align-items:center}.loading-label{color:#9892a8;font-size:11px}.color-dot{position:relative;width:38px;height:38px;padding:0;border:2px solid #fff;border-radius:50%;background:var(--swatch);box-shadow:0 3px 8px #0002,inset 0 -3px 5px #00000018,inset 0 2px 3px #fff8;transition:transform .18s}.color-dot:after{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:2px solid transparent;border-radius:50%;content:""}.color-dot.selected{transform:scale(1.08)}.color-dot.selected:after{border-color:var(--swatch)}.color-dot svg{position:absolute;top:0;right:0;bottom:0;left:0;width:16px;margin:auto;fill:none;stroke:#fff;stroke-width:3;opacity:0;filter:drop-shadow(0 1px 1px #0005)}.color-dot.selected svg{opacity:1}.preview-wrap>p{margin:0 0 9px;color:#817b94;font-size:10px;font-weight:900}.preview-stage{display:flex;min-height:112px;align-items:center;justify-content:center;padding:20px 14px;border:1.5px dashed #e2ddec;border-radius:17px;background:repeating-linear-gradient(135deg,#231f3b08 0 2px,transparent 2px 14px)}.bubble{position:relative;display:inline-block;max-width:90%;padding:13px 17px;border:2px solid #ffffff8c;border-radius:20px 20px 20px 6px;font-size:13px;font-weight:800;line-height:1.5;text-align:left;word-break:break-word;transition:background .2s,box-shadow .2s,color .2s}.bubble.placeholder{font-style:italic;font-weight:600}.submit-button,.again-button,.celebration button{display:flex;width:100%;align-items:center;justify-content:center;gap:10px;margin-top:21px;padding:16px;border:0;border-radius:17px;background:linear-gradient(155deg,#292548,#15132a);box-shadow:0 9px 22px #211e3d26;color:#fff;font-size:14px;font-weight:900}.submit-button i{margin-left:auto;font-size:18px;font-style:normal}.submit-button>span{margin-left:auto}.submit-button:disabled{cursor:not-allowed;opacity:.45}.submit-button.sending{opacity:.78}.spinner{width:15px;height:15px;display:inline-block;margin-right:6px;border:2px solid #ffffff57;border-top-color:#fff;border-radius:50%;vertical-align:-3px;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.delivery-note{display:flex;align-items:center;justify-content:center;gap:7px;margin:11px 0 0;color:#8b869b;font-size:9px}.delivery-note i{width:6px;height:6px;border-radius:50%;background:#3eb985}.success{padding:8px 1px 1px;text-align:center;animation:success-enter .3s ease both}@keyframes success-enter{0%{opacity:0;transform:translateY(8px)}}.success-icon{display:grid;width:65px;height:65px;margin:0 auto 15px;place-items:center;border-radius:50%;background:linear-gradient(155deg,#5ad6a7,#35ad7b);box-shadow:0 11px 24px #3eb9854d}.success-icon svg{width:29px;fill:none;stroke:#fff;stroke-width:3}.success-eyebrow{margin:0 0 5px;color:#32a978;font-size:9px;font-weight:900;letter-spacing:.2em}.success h2{margin:0 0 8px;font-size:21px;letter-spacing:-.04em}.success>span{color:var(--soft);font-size:12px;line-height:1.65}.success-preview{display:flex;min-height:112px;align-items:center;justify-content:center;margin:20px 0 4px;padding:20px 14px;border-radius:17px;background:#f8f6fc}.again-button{margin-top:16px;background:#f0edf8;box-shadow:none;color:var(--ink)}.again-button:disabled{cursor:not-allowed;opacity:.55}.cooldown-note{min-height:18px;margin:10px 0 0;color:#858095;font-size:10px}.cooldown-note b{color:var(--ink)}footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:22px;color:#928ca2}footer span{color:#71668f;font-size:10px;font-weight:900;letter-spacing:.08em}footer p{margin:0;font-size:9px}.modal-overlay{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;padding:23px;place-items:center;background:#231f3b99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.celebration{position:relative;width:min(100%,360px);overflow:hidden;padding:27px 23px 23px;border-radius:27px;background:#fff;box-shadow:0 30px 70px #15132a4d;text-align:center;animation:celebrate .28s ease both}@keyframes celebrate{0%{opacity:0;transform:scale(.92)}}.confetti{position:absolute;top:12px;right:0;left:0;color:#f4b740;font-size:19px;letter-spacing:.25em}.celebration-emoji{display:block;margin:11px 0 8px;font-size:48px}.celebration>p{margin:0 0 6px;color:#8b72e8;font-size:9px;font-weight:900;letter-spacing:.2em}.celebration h2{margin:0;font-size:21px}.sequence{display:inline-block;margin:12px 0;padding:7px 12px;border-radius:20px;background:#f1edfc;color:#6c55c2;font-size:12px;font-weight:900}.celebration>span:last-of-type{display:block;color:var(--soft);font-size:12px;line-height:1.6}.celebration button{margin-top:20px}.toast{position:fixed;z-index:100;bottom:26px;left:50%;max-width:84%;padding:11px 17px;border-radius:30px;background:var(--navy);box-shadow:0 9px 25px #0004;color:#fff;font-size:11px;font-weight:800;text-align:center;opacity:0;transform:translate(-50%,12px);transition:.24s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%)}@media(min-width:521px){body{background-color:#ede8f6}.page{box-shadow:0 0 80px #3c326e20}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important}}
