@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Source+Sans+3:wght@300;400;500;600;700;900&display=swap";
:root{--primary:#2c5f2d;--primary-dark:#234d24;--primary-light:#3a7d3b;--secondary:#97bc62;--secondary-light:#b5d48a;--accent:#d4a574;--accent-light:#e2c4a4;--dark:#1a1a1a;--light:#f5f5f5;--cream:#fbf8f3;--white:#fff;--gray-100:#f0f0f0;--gray-200:#e0e0e0;--gray-300:#ccc;--gray-400:#999;--gray-500:#666;--gray-600:#444;--danger:#ff5252;--success:#4caf50;--info:#2196f3;--warning:#ff9800;--radius-sm:8px;--radius-md:12px;--radius-lg:15px;--radius-xl:20px;--radius-2xl:25px;--shadow-sm:0 2px 10px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 8px 40px #0000001f;--shadow-green:0 4px 20px #2c5f2d4d;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--dark);min-height:100vh;font-family:"Source Sans 3",sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.3}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:"Source Sans 3",sans-serif}input,select,textarea{outline:none;font-family:"Source Sans 3",sans-serif}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{border-radius:var(--radius-md);transition:var(--transition);border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:700;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-green);transform:translateY(-2px)}.btn-secondary{background:var(--secondary);color:var(--white)}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{background:#c4925f;transform:translateY(-2px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn-white{background:var(--white);color:var(--primary);border:2px solid var(--white)}.btn-white:hover{color:var(--white);background:0 0}.btn-danger{color:var(--danger);border:2px solid var(--danger);background:0 0}.btn-danger:hover{background:var(--danger);color:var(--white)}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.btn-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-static{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.badge{border-radius:20px;align-items:center;padding:.3rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.badge-green{color:var(--primary);background:#2c5f2d1a}.badge-orange{color:var(--warning);background:#ff98001a}.badge-blue{color:var(--info);background:#2196f31a}.badge-red{color:var(--danger);background:#ff52521a}.filter-pill{cursor:pointer;transition:var(--transition);border:2px solid var(--gray-200);background:var(--white);color:var(--gray-500);white-space:nowrap;border-radius:25px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600}.filter-pill:hover{border-color:var(--primary);color:var(--primary)}.filter-pill.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.input{border:2px solid var(--gray-200);border-radius:var(--radius-md);width:100%;transition:var(--transition);background:var(--white);padding:.9rem 1.2rem;font-size:1rem}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2c5f2d1a}.input-lg{border-radius:var(--radius-lg);padding:1.2rem 1.5rem;font-size:1.1rem}.avatar{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.1rem;font-weight:700;display:flex}.avatar-sm{width:35px;height:35px;font-size:.9rem}.avatar-lg{width:80px;height:80px;font-size:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-fadeInUp{animation:.6s forwards fadeInUp}.animate-fadeIn{animation:.4s forwards fadeIn}@media (max-width:768px){.container{padding:0 1rem}h1{font-size:1.8rem}h2{font-size:1.5rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.auth-page{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";background:#ffffff08;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-150px}.auth-page:after{content:"";background:#ffffff08;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-100px;left:-100px}.auth-card{z-index:1;background:#fff;border-radius:24px;width:100%;max-width:440px;padding:3rem;animation:.5s fadeInUp;position:relative;box-shadow:0 20px 60px #0000004d}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{width:70px;height:70px;box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:2rem;transition:transform .3s;display:flex;transform:rotate(0)}.auth-logo img{object-fit:contain;border-radius:0;width:100%;height:100%;display:block}.auth-logo:hover{transform:scale(1.05)}.auth-header h1{color:var(--primary);margin:0 0 .5rem;font-family:Playfair Display,serif;font-size:1.8rem}.auth-header p{color:var(--gray-500);margin:0}.auth-error{color:#d32f2f;border-radius:var(--radius-md);background:#fff3f3;border:1px solid #ffcdd2;margin-bottom:1rem;padding:.8rem 1rem;font-size:.9rem;animation:.3s fadeIn}.auth-form .form-group{margin-bottom:1.2rem}.auth-form .form-group label{color:var(--primary);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.auth-form .form-group input,.auth-form .form-group select{border:2px solid var(--gray-200);border-radius:var(--radius-md);box-sizing:border-box;outline:none;width:100%;padding:.9rem 1rem;font-family:"Source Sans 3",sans-serif;font-size:1rem;transition:border-color .3s}.auth-form .form-group input:focus,.auth-form .form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2c5f2d1a}.auth-form .phone-input-shell{border:2px solid var(--gray-200);border-radius:var(--radius-md);background:linear-gradient(#fff 0%,#f8fbf8 100%);align-items:center;gap:.5rem;padding:.25rem .45rem;transition:border-color .3s,box-shadow .3s;display:flex}.auth-form .phone-input-shell:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2c5f2d1a}.auth-form .phone-country-badge{min-width:42px;height:32px;color:var(--primary-dark);letter-spacing:.03em;background:#2c5f2d1a;border-radius:10px;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.auth-form .form-group input.phone-input-field{box-shadow:none;font-variant-numeric:tabular-nums;background:0 0;border:none;padding:.6rem .35rem}.auth-form .form-group input.phone-input-field:focus{box-shadow:none;border:none}.auth-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.purpose-picker-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.purpose-picker-header label{margin-bottom:0}.purpose-picker-count{color:var(--primary);white-space:nowrap;background:#2c5f2d14;border:1px solid #2c5f2d33;border-radius:999px;padding:.2rem .55rem;font-size:.76rem;font-weight:700;line-height:1.2}.purpose-chip-grid{flex-wrap:wrap;gap:.42rem;display:flex}.purpose-chip-grid-compact{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#faf9f5;max-height:168px;padding:.3rem;overflow-y:auto}.purpose-chip{cursor:pointer;align-items:center;display:inline-flex;position:relative}.purpose-chip input{opacity:0;pointer-events:none;position:absolute}.purpose-chip span{border:1px solid var(--gray-200);color:var(--gray-600);background:#fff;border-radius:999px;align-items:center;padding:.28rem .62rem;font-size:.79rem;font-weight:600;line-height:1.25;transition:all .2s;display:inline-flex}.purpose-chip span:before{content:"+";color:var(--gray-400);margin-right:.35rem;font-weight:700}.purpose-chip.selected span{color:var(--primary-dark);background:#2c5f2d1a;border-color:#2c5f2d59}.purpose-chip.selected span:before{content:"✓";color:var(--primary)}.btn-auth-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:var(--transition);border:none;padding:1rem;font-size:1.05rem;font-weight:700}.btn-auth-primary:hover:not(:disabled){box-shadow:var(--shadow-green);transform:translateY(-2px)}.btn-auth-primary:disabled{opacity:.7;cursor:not-allowed}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider:before{content:"";border-top:1px solid var(--gray-200);position:absolute;top:50%;left:0;right:0}.auth-divider span{color:var(--gray-400);background:#fff;padding:0 1rem;font-size:.9rem;position:relative}.btn-google{width:100%;color:var(--dark);border:2px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);background:#fff;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;display:flex}.btn-google:hover:not(:disabled){background:#f8f9ff;border-color:#4285f4}.btn-google:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;color:var(--gray-500);margin-top:1.5rem}.auth-footer a{color:var(--primary);font-weight:700;text-decoration:none;transition:color .2s}.auth-footer a:hover{text-decoration:underline}@media (max-width:480px){.auth-card{padding:2rem 1.5rem}.auth-header h1{font-size:1.5rem}.auth-form .form-row{grid-template-columns:1fr}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-slideDown{animation:.3s forwards slideDown}.animate-scaleIn{animation:.3s forwards scaleIn}.landing-page{min-height:100vh}.header{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;z-index:1000;box-shadow:var(--shadow-green);padding:1rem 0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo img{object-fit:cover;border-radius:8px}.logo-icon{background:var(--accent);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.4rem;display:flex;transform:rotate(-5deg)}.logo-text{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:900}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#ffffffe6;transition:var(--transition);font-weight:600}.nav-links a:hover{color:#fff}.nav-auth{align-items:center;gap:1rem;display:flex}.hero{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)50%,#1a3d1b 100%);color:#fff;padding:6rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#97bc6226 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.hero:after{content:"";background:radial-gradient(circle,#d4a5741a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-badge{background:#97bc6233;border:1px solid #97bc624d;border-radius:25px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.hero h1{margin-bottom:1.5rem;font-size:3.2rem;line-height:1.2}.hero h1 span{color:var(--secondary-light)}.hero p{opacity:.9;margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.landing-page .stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);text-align:center;transition:var(--transition);background:#ffffff1a;border:1px solid #ffffff26;padding:2rem}.landing-page .stat-card:hover{background:#ffffff26;transform:translateY(-4px)}.landing-page .stat-icon{margin-bottom:.8rem;font-size:2.5rem}.landing-page .stat-number{margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:900}.landing-page .stat-label{opacity:.8;font-size:.95rem}.features{padding:5rem 0}.features-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.section-header p{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:1.15rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:var(--transition);text-align:center;background:#fff;border-top:4px solid #0000;padding:2.5rem 2rem}.feature-card:hover{box-shadow:var(--shadow-lg);border-top-color:var(--primary);transform:translateY(-8px)}.feature-icon{background:linear-gradient(135deg,var(--secondary),var(--primary));border-radius:var(--radius-lg);color:#fff;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;display:flex;transform:rotate(-5deg)}.feature-card h3{color:var(--primary);margin-bottom:.8rem;font-size:1.3rem}.feature-card p{color:var(--gray-500);font-size:.95rem;line-height:1.6}.cta{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;text-align:center;padding:5rem 0}.cta-inner{max-width:700px;margin:0 auto;padding:0 2rem}.cta h2{margin-bottom:1rem;font-size:2.5rem}.cta p{opacity:.9;margin-bottom:2rem;font-size:1.15rem}.footer{background:var(--dark);color:#ffffffb3;padding:3rem 0 2rem}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.footer h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer p{font-size:.95rem;line-height:1.8}.footer-links{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#ffffffb3;font-size:.95rem;transition:color .3s}.footer-links a:hover{color:var(--secondary)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1200px;margin:2rem auto 0;padding:2rem 2rem 0;font-size:.9rem}@media (max-width:768px){.hero-inner{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2rem}.features-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.nav-links{display:none}.hero-stats{grid-template-columns:1fr 1fr}}.btn-header-login{color:#fff;border-radius:var(--radius-md);transition:var(--transition);background:#ffffff26;border:1px solid #ffffff4d;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600}.btn-header-login:hover{background:#ffffff40}.btn-header-register{background:var(--accent);color:#fff;border-radius:var(--radius-md);transition:var(--transition);padding:.5rem 1.2rem;font-size:.9rem;font-weight:700}.btn-header-register:hover{background:#c4925f;transform:translateY(-1px)}.hero-section{background:var(--cream);padding:5rem 0 4rem}.hero-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.hero-text h1{color:var(--dark);margin-bottom:1.2rem;font-size:3.2rem;line-height:1.15}.hero-text>p{color:var(--gray-500);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-buttons{gap:1rem;margin-bottom:2.5rem;display:flex}.btn-hero-primary{background:var(--primary);color:#fff;border-radius:var(--radius-md);transition:var(--transition);padding:.85rem 2rem;font-size:1rem;font-weight:700}.btn-hero-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-green);transform:translateY(-2px)}.btn-hero-outline{color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius-md);transition:var(--transition);background:0 0;padding:.85rem 2rem;font-size:1rem;font-weight:700}.btn-hero-outline:hover{background:var(--primary);color:#fff}.hero-stats-row{gap:2.5rem;display:flex}.stat-item{flex-direction:column;display:flex}.hero-stats-row .stat-number{color:var(--primary);font-family:Playfair Display,serif;font-size:1.8rem;font-weight:900;line-height:1.2}.hero-stats-row .stat-label{color:var(--gray-400);font-size:.85rem;font-weight:500}.hero-features{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.2rem;display:grid}.mini-feature-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;align-items:flex-start;gap:1rem;min-height:160px;padding:1.65rem 1.5rem;display:flex}.mini-feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.mini-feature-icon{border-radius:var(--radius-md);background:#2c5f2d14;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.6rem;display:flex}.mini-feature-card h3{color:var(--dark);margin-bottom:.35rem;font-family:"Source Sans 3",sans-serif;font-size:1.08rem;font-weight:700;line-height:1.3}.mini-feature-card p{color:var(--gray-500);font-size:.93rem;line-height:1.55}.numbered-section{background:#fff;padding:5rem 0}.numbered-section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.numbered-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.numbered-card{background:var(--cream);border-radius:var(--radius-xl);transition:var(--transition);padding:2rem;position:relative;overflow:hidden}.numbered-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.numbered-card-top{align-items:center;gap:.6rem;margin-bottom:.8rem;display:flex;position:relative}.numbered-card-icon{font-size:1.4rem}.numbered-card-top h3{color:var(--dark);font-family:"Source Sans 3",sans-serif;font-size:1.1rem;font-weight:700}.numbered-card-num{color:#2c5f2d12;-webkit-user-select:none;user-select:none;font-family:Playfair Display,serif;font-size:3rem;font-weight:900;line-height:1;position:absolute;top:-.3rem;right:0}.numbered-card-desc{color:var(--gray-500);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.check-list{margin:0;padding:0;list-style:none}.check-list li{color:var(--gray-600);align-items:center;gap:.5rem;padding:.35rem 0;font-size:.88rem;display:flex}.check-mark{color:var(--primary);font-size:.9rem;font-weight:700}.about-section{background:var(--cream);padding:5rem 0}.about-inner{text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.about-inner h2{color:var(--primary);margin-bottom:2rem;font-size:2.2rem}.about-lead{color:var(--dark);margin-bottom:1.5rem;font-size:1.15rem;font-weight:500;line-height:1.8}.about-inner p{color:var(--gray-500);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.cta-section{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;text-align:center;padding:5rem 0}.cta-section-inner{max-width:700px;margin:0 auto;padding:0 2rem}.cta-section h2{margin-bottom:1rem;font-size:2.5rem}.cta-section p{opacity:.9;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-cta-primary{background:var(--accent);color:#fff;border-radius:var(--radius-md);transition:var(--transition);padding:.9rem 2.2rem;font-size:1rem;font-weight:700}.btn-cta-primary:hover{background:#c4925f;transform:translateY(-2px)}.btn-cta-outline{color:#fff;border-radius:var(--radius-md);transition:var(--transition);background:0 0;border:2px solid #fff;padding:.9rem 2.2rem;font-size:1rem;font-weight:700}.btn-cta-outline:hover{color:var(--primary);background:#fff}.footer-brand p{margin-top:.5rem}.footer-contact li{color:#ffffffb3}.footer-contact li strong{color:var(--secondary)}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.hero-text h1{font-size:2.5rem}.hero-features{grid-template-columns:1fr 1fr;gap:1rem}.mini-feature-card{min-height:145px;padding:1.35rem 1.2rem}.mini-feature-icon{width:48px;height:48px;font-size:1.45rem}.mini-feature-card h3{font-size:1rem}.mini-feature-card p{font-size:.88rem}.numbered-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.hero-text h1{font-size:2rem}.hero-buttons{flex-direction:column}.hero-stats-row{gap:1.5rem}.hero-stats-row .stat-number{font-size:1.4rem}.hero-features{grid-template-columns:1fr}.mini-feature-card{min-height:130px;padding:1.2rem}.numbered-grid{grid-template-columns:1fr}.cta-section h2{font-size:1.8rem}.cta-buttons{flex-direction:column;align-items:center}.footer-inner{grid-template-columns:1fr;gap:2rem}}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:.75rem;width:calc(100% - 2rem);max-width:420px;display:flex;position:fixed;top:1.5rem;right:1.5rem}.toast{border-radius:var(--radius-md);background:var(--white);pointer-events:all;border-left:4px solid var(--gray-400);color:var(--dark);align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.925rem;line-height:1.4;animation:.35s cubic-bezier(.21,1.02,.73,1) forwards toastSlideIn;display:flex;box-shadow:0 8px 32px #00000026,0 2px 8px #00000014}.toast-success{border-left-color:var(--success);background:linear-gradient(135deg,#f0faf0 0%,var(--white)100%)}.toast-error{border-left-color:var(--danger);background:linear-gradient(135deg,#fff5f5 0%,var(--white)100%)}.toast-warning{border-left-color:var(--warning);background:linear-gradient(135deg,#fffbf0 0%,var(--white)100%)}.toast-info{border-left-color:var(--info);background:linear-gradient(135deg,#f0f7ff 0%,var(--white)100%)}.toast-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:flex}.toast-success .toast-icon{background:var(--success)}.toast-error .toast-icon{background:var(--danger)}.toast-warning .toast-icon{background:var(--warning)}.toast-info .toast-icon{background:var(--info)}.toast-message{flex:1;font-weight:500}.toast-close{color:var(--gray-400);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.25rem;line-height:1;transition:color .2s}.toast-close:hover{color:var(--dark)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(80px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@media (max-width:600px){.toast-container{width:auto;max-width:none;inset:auto .75rem 1rem}.toast{font-size:.875rem}}.step-indicator{justify-content:center;align-items:center;gap:0;margin-bottom:1.5rem;display:flex}.step-dot{background:var(--gray-200);width:32px;height:32px;color:var(--gray-400);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.step-dot.active{background:var(--primary);color:#fff}.step-line{background:var(--gray-200);border-radius:2px;width:60px;height:3px}.username-input-wrapper{border:2px solid var(--gray-200);border-radius:var(--radius-md);background:linear-gradient(#fff 0%,#f8fbf8 100%);align-items:center;padding:0 .75rem;transition:border-color .3s,box-shadow .3s;display:flex}.username-input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2c5f2d1a}.username-at-prefix{color:var(--gray-400);margin-right:.25rem;font-size:1rem;font-weight:700}.username-input-wrapper .username-input{box-shadow:none;background:0 0;border:none;outline:none;flex:1;padding:.9rem .25rem;font-size:1rem}.username-input-wrapper .username-input:focus{box-shadow:none;border:none}.username-status-icon{margin-left:.5rem;font-size:1.1rem;font-weight:700}.username-status-icon.checking{color:var(--gray-400);animation:1s infinite pulse}.username-status-icon.available{color:var(--primary)}.username-status-icon.taken{color:#d32f2f}.field-hint{color:var(--gray-400);margin-top:.3rem;font-size:.8rem;display:block}.field-hint.error{color:#d32f2f}.field-hint.success{color:var(--primary)}.username-suggestions{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.username-suggestion-chip{color:var(--primary);cursor:pointer;background:#2c5f2d14;border:1px solid #2c5f2d33;border-radius:20px;padding:.25rem .65rem;font-size:.8rem;transition:all .2s}.username-suggestion-chip:hover{border-color:var(--primary);background:#2c5f2d26}.display-name-grid{grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.5rem;display:grid}.display-name-card{border:2px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem .5rem;transition:all .2s;display:flex}.display-name-card:hover{border-color:var(--primary);background:#2c5f2d08}.display-name-card.selected{border-color:var(--primary);background:#2c5f2d0f}.display-name-card input[type=radio]{display:none}.display-name-preview{color:var(--primary);font-size:.95rem;font-weight:700}.display-name-label{color:var(--gray-400);font-size:.75rem}.verification-prompt{text-align:center;padding:1.5rem 0}.verification-icon{margin-bottom:1rem;font-size:3rem}.auth-success{color:var(--primary);border-radius:var(--radius-md);background:#e8f5e9;border:1px solid #c8e6c9;padding:.8rem 1rem;font-size:.9rem}.profile-setup-page{background:var(--cream);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.profile-setup-card{border-radius:var(--radius-lg);background:#fff;width:100%;max-width:480px;padding:2rem;box-shadow:0 4px 20px #00000014}.profile-setup-header{text-align:center;margin-bottom:1.5rem}.profile-setup-header h2{color:var(--primary);margin:.75rem 0 .25rem}.profile-setup-header p{color:var(--gray-500);font-size:.9rem}
