@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#7c3aed;--primary-hover:#6d28d9;--primary-light:#ede9fe;--primary-text:#5b21b6;--peach:#fffdf9;--peach-dark:#fdf4e3;--peach-accent:#fef08a;--text-dark:#1f2937;--text-medium:#4b5563;--text-light:#9ca3af;--white:#fff;--border:#e5e7eb;--green:#10b981;--green-light:#d1fae5;--green-text:#065f46;--yellow:#f59e0b;--yellow-light:#fef3c7;--yellow-text:#92400e;--red:#ef4444;--red-light:#fee2e2;--red-text:#991b1b;--font-heading:"Outfit", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;box-sizing:border-box}*,:before,:after{box-sizing:inherit}body{color:var(--text-dark);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#111827;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:0;display:flex}#root{background:var(--primary);flex-direction:column;width:100%;max-width:480px;min-height:100vh;display:flex;position:relative;overflow-x:hidden;box-shadow:0 25px 50px -12px #00000080}@media (width>=481px){#root{border:12px solid #2d2d30;border-radius:40px;height:92vh;min-height:920px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-subtle{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.animated-fade{animation:.4s ease-out forwards fadeIn}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0000000d}::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#00000040}.btn-pill{font-family:var(--font-heading);cursor:pointer;width:100%;box-shadow:var(--shadow-sm);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.btn-primary{background-color:var(--white);color:var(--primary-text)}.btn-primary:hover{background-color:#f3f4f6;transform:translateY(-1px)}.btn-dark{color:var(--white);background-color:#0f0f10}.btn-dark:hover{background-color:#1f1f22;transform:translateY(-1px)}.btn-outline{color:var(--white);border:2px solid var(--white);background-color:#0000}.btn-outline:hover{background-color:#ffffff1a}.btn-outline-purple{background-color:var(--white);color:var(--primary);border:2px solid var(--primary)}.btn-outline-purple:hover{background-color:var(--primary-light);transform:translateY(-1px)}.chat-container{flex-direction:column;gap:12px;margin:16px 0;display:flex}.bubble{border-radius:18px;max-width:85%;padding:12px 16px;font-size:.925rem;line-height:1.4;animation:.3s ease-out forwards fadeIn}.bubble-orange{color:#431407;background-color:#ffedd5;border-bottom-left-radius:4px;align-self:flex-start}.bubble-purple{color:#2e1065;background-color:#ede9fe;border-bottom-right-radius:4px;align-self:flex-end}.bubble-green{color:#064e3b;border-left:4px solid var(--green);background-color:#a7f3d0;border-bottom-left-radius:4px;align-self:flex-start;font-weight:500}.card-content{background-color:var(--peach);box-shadow:var(--shadow-lg);border-radius:32px;flex-direction:column;gap:16px;padding:24px;display:flex}.dials-container{justify-content:space-around;gap:16px;margin:20px 0;display:flex}.dial-box{flex-direction:column;align-items:center;gap:8px;display:flex}.dial-circle-wrapper{width:100px;height:100px;position:relative}.dial-circle-bg{fill:none;stroke:#e5e7eb;stroke-width:8px}.dial-circle-progress{fill:none;stroke-width:8px;stroke-linecap:round;transform-origin:50px 50px;transition:stroke-dashoffset .6s;transform:rotate(-90deg)}.dial-circle-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.avatar-mini{object-fit:cover;border-radius:50%;width:24px;height:24px}.couple-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0;display:grid}.couple-photo{object-fit:cover;border-radius:16px;width:100%;height:120px}.couple-photo:nth-child(2n){margin-top:10px}.journey-trail{flex-direction:column;gap:20px;padding-left:20px;display:flex;position:relative}.journey-trail:before{content:"";background-color:var(--primary-light);width:2px;position:absolute;top:0;bottom:0;left:6px}.journey-node{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:18px;padding:16px;position:relative}.journey-node:before{content:"";background-color:var(--primary);border:2px solid var(--white);border-radius:50%;width:10px;height:10px;position:absolute;top:24px;left:-19px}.journey-node.completed:before{background-color:var(--green)}
