*{box-sizing:border-box}body{margin:0;background:#f5f0e6;color:#171715;font-family:Arial,sans-serif}.wrap{max-width:720px;margin:auto;padding:28px 16px 60px}.brand{font-size:12px;letter-spacing:.18em;color:#6d6a63;margin:8px 0 26px}.brand span{font-weight:400}h1{font-family:Georgia,serif;font-size:38px;line-height:1.05;margin:8px 0 14px}p{line-height:1.5;color:#55514a}.eyebrow{font-size:11px;letter-spacing:.16em;color:#777168}.camera,button{display:block;width:100%;border:0;border-radius:14px;padding:16px;margin:12px 0;background:#1c1c1a;color:white;font-weight:700;text-align:center;font-size:16px}.camera input{display:none}textarea{width:100%;min-height:100px;padding:14px;border:1px solid #d8cdbb;border-radius:14px;background:#fffaf1;font:inherit;margin-top:12px}.preview{width:100%;max-height:440px;object-fit:cover;border-radius:18px;margin:14px 0}.card{white-space:pre-wrap;background:#fffaf1;border:1px solid #ded2bf;border-radius:16px;padding:18px;line-height:1.55}.primary{background:#171715}.small{font-size:12px}.hidden{display:none!important}.beforeafter{display:grid;grid-template-columns:1fr 1fr;gap:8px}.beforeafter figure{margin:0;position:relative}.beforeafter img{width:100%;height:330px;object-fit:cover;border-radius:14px}.beforeafter figcaption{position:absolute;bottom:8px;left:8px;background:rgba(0,0,0,.65);color:#fff;padding:5px 8px;border-radius:8px;font-size:10px}.choices{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.choices button{background:#e5ddcf;color:#333;padding:11px 4px;font-size:13px}.choices .selected{background:#252521;color:#fff}.ghost{background:transparent;color:#222;border:1px solid #bbb0a0}.busy{position:fixed;inset:0;background:rgba(245,240,230,.94);z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;text-align:center;padding:30px}.busy span{font-size:13px;color:#666}.spinner{width:36px;height:36px;border:3px solid #d4ccbe;border-top-color:#222;border-radius:50%;animation:s 1s linear infinite}@keyframes s{to{transform:rotate(360deg)}}@media(max-width:520px){.wrap{padding-top:20px}h1{font-size:34px}.beforeafter img{height:245px}}