@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{font-family:Jost,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#3d2b1f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--brand-primary: #E67545;--brand-primary-dark: #C85530;--brand-accent-rose: #D4A8C0;--brand-accent-gold: #F5D799;--brand-accent-peach: #E9C1B8;--brand-bg: #F5EDE0;--brand-warm-white: #FFFAF4;--brand-text-dark: #3D2B1F;--brand-text-mid: #5C4033;--brand-text-muted: #9A7060;--brand-border: #F0E6D6}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5ede0;background-image:linear-gradient(rgba(230,117,69,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(230,117,69,.07) 1px,transparent 1px);background-size:24px 24px}#root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px}.container{background:#fff;border-radius:20px;box-shadow:0 8px 40px #64321421;max-width:560px;width:100%;overflow:hidden}.logo-header{background:#fffaf4;padding:32px 40px;text-align:center;border-bottom:1px solid #F0E6D6}.logo-header img{max-width:280px;height:auto}.stitch-strip{height:10px;background:repeating-linear-gradient(90deg,#e67545 0px 24px,#d4a8c0 24px 48px,#f5d799 48px 72px,#e9c1b8 72px 96px)}.hero{padding:20px 40px;text-align:center}.hero--accept{background:linear-gradient(150deg,#e67545,#c85530)}.hero--decline{background:linear-gradient(150deg,#8b9e7a,#6b7a5a)}.hero h1{font-size:2rem;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.03em;line-height:1.2}.hero .lead{font-size:1rem;color:#ffffffd9;font-weight:400;line-height:1.5;margin:0}.hero-icon{font-size:2.5rem;margin-bottom:14px;display:block;opacity:.92}.content{padding:40px;background:#fff}.message-box{padding:24px;border-radius:12px;background:#fff8f2;border:1.5px solid #F0D8C8;margin-bottom:28px}.message-box h2{font-size:1.125rem;font-weight:700;color:#3d2b1f;margin:0 0 10px}.message-box p{font-size:.9rem;color:#7a5c4a;margin:0 0 8px;line-height:1.65}.message-box p:last-child{margin-bottom:0}.message-box.error{background:#fff0ee;border-color:#f5c0b8}.message-box.error h2{color:#8b2020}.message-box.error p{color:#7a3a3a}.steps-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#b8a090;margin-bottom:14px}.steps{margin:0}.step{display:flex;align-items:flex-start;gap:16px;padding:14px 0;border-bottom:1px dashed #F0E0D0}.step:last-child{border-bottom:none;padding-bottom:0}.step-marker{flex-shrink:0;width:34px;height:34px;background:#fff3ec;border:2px solid #E8C4A8;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#c86030;font-family:inherit}.step-body{flex:1;min-width:0}.step-body strong{display:block;font-size:.9375rem;font-weight:600;color:#3d2b1f;margin-bottom:3px}.step-body p{font-size:.875rem;color:#7a5c4a;margin:0;line-height:1.5}h2{color:#3d2b1f;margin-bottom:16px;font-size:1.25rem;font-weight:700}p{margin-bottom:16px;color:#5c4033;line-height:1.7;font-size:.9375rem}.loading-state{display:flex;align-items:center;justify-content:center;min-height:160px}.loading-dots{display:flex;gap:8px}.loading-dots span{width:10px;height:10px;border-radius:2px;animation:stitch-pulse 1.2s ease-in-out infinite}.loading-dots span:nth-child(1){background:#e67545;animation-delay:0s}.loading-dots span:nth-child(2){background:#d4a8c0;animation-delay:.2s}.loading-dots span:nth-child(3){background:#f5d799;animation-delay:.4s}@keyframes stitch-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.page-footer{padding:22px 40px;background:#fffaf4;text-align:center;border-top:1px solid #F0E6D6}.page-footer p{font-size:13px;color:#9a7060;margin:0;line-height:1.5}@media(max-width:600px){.logo-header{padding:24px 20px}.logo-header img{max-width:220px}.hero{padding:16px 24px}.hero h1{font-size:1.6rem}.content{padding:28px 24px}.page-footer{padding:18px 24px}}
