@import"https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-dark: #0f1623;--bg-darker: #0a0f1a;--bg-card: #111d2d;--text-primary: #ffffff;--text-secondary: #b0b8d4;--text-muted: #8a92a8;--accent-blue: #3b82f6;--accent-blue-hover: #2563eb;--accent-red: #dc2626;--accent-red-hover: #b91c1c;--accent-purple: #a855f7;--accent-purple-hover: #9333ea;--border: #1e2947;--font-heading: "Clash Display", sans-serif;--font-subheading: "Space Grotesk", sans-serif;--font-body: "Poppins", sans-serif}body{font-family:var(--font-body);background:var(--bg-dark);color:var(--text-primary)}.landing-page{width:100%;background:linear-gradient(135deg,#0a0f1a,#0f1623,#0a0f1a);min-height:100vh;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f1623fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(59,130,246,.1)}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.navbar-logo:hover{transform:translateY(-2px)}.logo-icon{display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;color:var(--accent-blue)}.logo-icon svg{color:var(--accent-blue)}.logo-text{display:flex;flex-direction:column;gap:.25rem}.logo-title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#a5d8ff,#6eb5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:var(--font-heading);letter-spacing:-.5px}.logo-subtitle{font-size:.75rem;color:var(--text-muted);font-weight:600;font-family:var(--font-subheading);letter-spacing:1px;text-transform:uppercase}.navbar-links{display:flex;align-items:center;gap:1rem}.nav-button{padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px}.login-btn{background:transparent;color:var(--accent-blue);border:2px solid var(--accent-blue)}.login-btn:hover{background:#3b82f61a;transform:translateY(-2px)}.signup-btn{background:var(--accent-blue);color:#fff}.signup-btn:hover{background:var(--accent-blue-hover);transform:translateY(-2px)}.theme-toggle-btn{width:44px;height:44px;border-radius:.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.theme-toggle-btn:hover{background:#3b82f633;border-color:#3b82f666}.toggle-icon{position:relative;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.sun-icon,.moon-icon{position:absolute;color:var(--accent-blue);transition:all .3s ease-in-out}.sun-icon.visible,.moon-icon.visible{opacity:1;transform:scale(1) rotate(0)}.sun-icon.hidden,.moon-icon.hidden{opacity:0;transform:scale(.5) rotate(-90deg)}.hero-section{margin-top:80px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 20px;position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0f1a,#0f1623,#0a0f1a)}.sliding-text-container{position:absolute;bottom:40px;left:0;right:0;white-space:nowrap;font-size:100px;font-weight:700;color:var(--accent-blue);font-family:var(--font-heading);opacity:.12;z-index:0;pointer-events:none;letter-spacing:10px;width:100%;text-transform:uppercase;transform:translate(7mm) translateY(4mm)}.hero-wrapper{z-index:2;position:relative;width:100%;margin-bottom:40px}.hero-text-container{text-align:center;max-width:900px;margin:0 auto}.hero-subtitle{font-size:14px;letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;font-weight:600;font-family:var(--font-subheading)}.hero-title{font-size:72px;font-weight:700;background:linear-gradient(135deg,#a5d8ff,#6eb5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:30px;line-height:1.1;font-family:var(--font-heading);letter-spacing:-1px}.hero-description{font-size:20px;color:var(--text-secondary);margin-bottom:15px;line-height:1.8;font-weight:500;font-family:var(--font-body)}.description-highlight{font-size:24px;font-weight:700;color:var(--accent-blue);font-family:var(--font-subheading);display:block;margin-bottom:40px;letter-spacing:1.5px}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.btn{padding:16px 40px;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-family:var(--font-heading)}.btn-primary{background:var(--accent-blue);color:#fff}.btn-primary:hover{background:var(--accent-blue-hover);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--accent-blue);border:2px solid var(--accent-blue)}.btn-secondary:hover{background:var(--accent-blue);color:#fff;transform:translateY(-2px)}.scroll-button{position:absolute;bottom:30px;z-index:2;font-size:14px;color:var(--text-muted);font-family:var(--font-body);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.animation-layer{position:relative;width:100%;height:400px;z-index:1;overflow:hidden;margin-bottom:60px;transform:translateY(-5mm)}.stick-figure{position:absolute;opacity:0;transform-origin:center bottom}.stick-body{stroke:#3b82f6b3;stroke-width:3;stroke-linecap:round;fill:none}.stick-head{fill:#3b82f6b3}.link2-icon{position:absolute;left:50%;top:15%;transform:translate(-50%,-50%);opacity:0;animation:link2IconAppear 18s infinite ease-in-out;display:flex;align-items:center;justify-content:center;width:70px;height:70px}.link2-lucide{color:var(--accent-blue);filter:drop-shadow(0 0 10px rgba(59,130,246,.7));animation:link2Pulse 2s ease-in-out infinite}@keyframes link2Pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.1);opacity:1}}@keyframes link2IconAppear{0%,22%{opacity:0;transform:translate(-50%,-50%) scale(.3)}23%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}24%{opacity:1;transform:translate(-50%,-50%) scale(1)}68%,to{opacity:0;transform:translate(-50%,-50%) scale(.3)}}.jar{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:140px;opacity:0;animation:jarAppear 18s infinite ease-in-out}.jar-container{stroke:#3b82f699;stroke-width:3;fill:#3b82f60d}.jar-fill{position:absolute;bottom:20px;left:20px;width:80px;height:0;background:#3b82f680;border-radius:0 0 5px 5px;animation:jarFillAnim 18s infinite ease-in-out}.checkmark{position:absolute;left:50%;top:20%;transform:translate(-50%,-50%);width:60px;height:60px;opacity:0;animation:checkmarkAppear 18s infinite ease-in-out}.checkmark-circle{fill:#3b82f633;stroke:#3b82f6;stroke-width:3}.checkmark-check{fill:none;stroke:#3b82f6;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}@keyframes jarAppear{0%,5%{opacity:0;transform:translate(-50%,-50%) scale(.9)}10%,90%{opacity:1;transform:translate(-50%,-50%) scale(1)}95%,to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}@keyframes jarFillAnim{0%,55%{height:0}70%{height:90px}90%{height:90px}95%,to{height:0}}@keyframes checkmarkAppear{0%,70%{opacity:0;transform:translate(-50%,-50%) scale(0)}75%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}78%,90%{opacity:1;transform:translate(-50%,-50%) scale(1)}95%,to{opacity:0}}#figure1{animation:figure1Anim 18s infinite ease-in-out}@keyframes figure1Anim{0%,5%{opacity:0;left:35%;top:55%}10%{opacity:1;left:35%;top:55%}15%{opacity:1;left:35%;top:55%;transform:rotate(15deg)}20%{opacity:1;left:35%;top:55%;transform:rotate(-15deg)}25%{opacity:1;left:35%;top:55%;transform:rotate(15deg)}30%{opacity:1;left:35%;top:55%;transform:rotate(0)}75%{opacity:1;left:35%;top:55%;transform:translateY(0)}80%{opacity:1;left:35%;top:55%;transform:translateY(-15px)}85%{opacity:1;left:35%;top:55%;transform:translateY(0)}95%,to{opacity:0;left:35%;top:55%}}#figure2{animation:figure2Anim 18s infinite ease-in-out}@keyframes figure2Anim{0%,10%{opacity:0;left:25%;top:60%}15%{opacity:1;left:25%;top:60%;transform:scaleX(-1)}30%{opacity:1;left:25%;top:60%;transform:scaleX(-1)}35%{opacity:1;left:25%;top:60%;transform:scaleX(1)}50%{opacity:1;left:25%;top:60%;transform:rotate(-10deg)}60%{opacity:1;left:25%;top:60%;transform:rotate(0)}75%{opacity:1;left:25%;top:60%;transform:translateY(0)}80%{opacity:1;left:25%;top:60%;transform:translateY(-15px)}85%{opacity:1;left:25%;top:60%;transform:translateY(0)}95%,to{opacity:0;left:25%;top:60%}}#figure3{animation:figure3Anim 18s infinite ease-in-out}@keyframes figure3Anim{0%,10%{opacity:0;right:25%;top:60%}15%{opacity:1;right:25%;top:60%;transform:scaleX(-1)}30%{opacity:1;right:25%;top:60%;transform:scaleX(-1)}35%{opacity:1;right:25%;top:60%;transform:scaleX(1)}50%{opacity:1;right:25%;top:60%;transform:rotate(10deg)}60%{opacity:1;right:25%;top:60%;transform:rotate(0)}75%{opacity:1;right:25%;top:60%;transform:translateY(0)}80%{opacity:1;right:25%;top:60%;transform:translateY(-15px)}85%{opacity:1;right:25%;top:60%;transform:translateY(0)}95%,to{opacity:0;right:25%;top:60%}}#figure4{animation:figure4Anim 18s infinite ease-in-out}@keyframes figure4Anim{0%,35%{opacity:0;left:-100px;top:50%}45%{opacity:1;left:20%;top:50%}55%{opacity:1;left:20%;top:50%;transform:rotate(-10deg)}65%{opacity:1;left:20%;top:50%;transform:rotate(0)}75%{opacity:1;left:20%;top:50%;transform:translateY(0)}80%{opacity:1;left:20%;top:50%;transform:translateY(-15px)}85%{opacity:1;left:20%;top:50%;transform:translateY(0)}95%,to{opacity:0;left:20%;top:50%}}#figure5{animation:figure5Anim 18s infinite ease-in-out}@keyframes figure5Anim{0%,35%{opacity:0;right:-100px;top:50%}45%{opacity:1;right:20%;top:50%}55%{opacity:1;right:20%;top:50%;transform:rotate(10deg)}65%{opacity:1;right:20%;top:50%;transform:rotate(0)}75%{opacity:1;right:20%;top:50%;transform:translateY(0)}80%{opacity:1;right:20%;top:50%;transform:translateY(-15px)}85%{opacity:1;right:20%;top:50%;transform:translateY(0)}95%,to{opacity:0;right:20%;top:50%}}#figure6{animation:figure6Anim 18s infinite ease-in-out}@keyframes figure6Anim{0%,40%{opacity:0;left:-100px;top:65%}50%{opacity:1;left:30%;top:65%}60%{opacity:1;left:30%;top:65%;transform:rotate(-10deg)}70%{opacity:1;left:30%;top:65%;transform:rotate(0)}75%{opacity:1;left:30%;top:65%;transform:translateY(0)}80%{opacity:1;left:30%;top:65%;transform:translateY(-15px)}85%{opacity:1;left:30%;top:65%;transform:translateY(0)}95%,to{opacity:0;left:30%;top:65%}}.coin{position:absolute;width:20px;height:20px;border-radius:50%;background:#3b82f6;opacity:0;box-shadow:0 0 8px #3b82f699}.coin1{animation:coin1Anim 18s infinite ease-in-out}@keyframes coin1Anim{0%,50%{opacity:0;top:60%;left:25%}52%{opacity:1;top:60%;left:25%}58%{opacity:0;top:55%;left:48%}to{opacity:0}}.coin2{animation:coin2Anim 18s infinite ease-in-out}@keyframes coin2Anim{0%,50%{opacity:0;top:60%;right:25%}52%{opacity:1;top:60%;right:25%}58%{opacity:0;top:55%;right:48%}to{opacity:0}}.coin3{animation:coin3Anim 18s infinite ease-in-out}@keyframes coin3Anim{0%,55%{opacity:0;top:50%;left:20%}57%{opacity:1;top:50%;left:20%}63%{opacity:0;top:55%;left:48%}to{opacity:0}}.coin4{animation:coin4Anim 18s infinite ease-in-out}@keyframes coin4Anim{0%,55%{opacity:0;top:50%;right:20%}57%{opacity:1;top:50%;right:20%}63%{opacity:0;top:55%;right:48%}to{opacity:0}}.coin5{animation:coin5Anim 18s infinite ease-in-out}@keyframes coin5Anim{0%,60%{opacity:0;top:65%;left:30%}62%{opacity:1;top:65%;left:30%}68%{opacity:0;top:55%;left:48%}to{opacity:0}}.coin6{animation:coin6Anim 18s infinite ease-in-out}@keyframes coin6Anim{0%,55%{opacity:0;top:50%;right:20%}57%{opacity:1;top:50%;right:20%}63%{opacity:0;top:55%;right:48%}to{opacity:0}}.coin7{animation:coin7Anim 18s infinite ease-in-out}@keyframes coin7Anim{0%,60%{opacity:0;top:65%;right:30%}62%{opacity:1;top:65%;right:30%}68%{opacity:0;top:55%;right:48%}to{opacity:0}}.stats-section{padding:80px 20px;background:linear-gradient(135deg,#0f1623,#0a0f1a,#0f1623)}.section-title{font-size:48px;font-weight:700;text-align:center;margin-bottom:60px;color:var(--text-primary);font-family:var(--font-heading)}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.stat-card{background:#111d2d99;border:2px solid var(--border);padding:50px 40px;border-radius:16px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-10px);background:#111d2dcc}.stat-icon-container{position:relative;z-index:2;margin-bottom:30px;display:flex;justify-content:center}.stat-icon-wrapper{width:100px;height:100px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden}.stat-events{border-color:#3b82f666}.stat-events:hover{border-color:var(--accent-blue);background:#3b82f60d}.stat-icon-events{background:#3b82f626;border:2px solid rgba(59,130,246,.4)}.stat-events:hover .stat-icon-events{background:#3b82f633;border-color:var(--accent-blue);transform:scale(1.05)}.stat-events .stat-icon-svg{color:var(--accent-blue);z-index:2;transition:all .3s ease}.stat-events .stat-number{color:var(--accent-blue)}.stat-donations{border-color:#dc262666}.stat-donations:hover{border-color:var(--accent-red);background:#dc26260d}.stat-icon-donations{background:#dc262626;border:2px solid rgba(220,38,38,.4)}.stat-donations:hover .stat-icon-donations{background:#dc262633;border-color:var(--accent-red);transform:scale(1.05)}.stat-donations .stat-icon-svg{color:var(--accent-red);z-index:2;transition:all .3s ease}.stat-donations .stat-number{color:var(--accent-red)}.stat-giftpools{border-color:#a855f766}.stat-giftpools:hover{border-color:var(--accent-purple);background:#a855f70d}.stat-icon-giftpools{background:#a855f726;border:2px solid rgba(168,85,247,.4)}.stat-giftpools:hover .stat-icon-giftpools{background:#a855f733;border-color:var(--accent-purple);transform:scale(1.05)}.stat-giftpools .stat-icon-svg{color:var(--accent-purple);z-index:2;transition:all .3s ease}.stat-giftpools .stat-number{color:var(--accent-purple)}.stat-number{font-size:56px;font-weight:800;margin-bottom:15px;font-family:var(--font-heading);position:relative;z-index:2}.stat-label{font-size:16px;color:var(--text-secondary);font-weight:500;font-family:var(--font-body);position:relative;z-index:2}.features-section{padding:80px 20px;background:linear-gradient(135deg,#0a0f1a,#0f1623,#0a0f1a)}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature-card{background:#111d2d99;border:2px solid var(--border);padding:40px 30px;border-radius:16px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:hover{background:#111d2dcc;border-color:var(--accent-blue)}.feature-blue{border-color:#3b82f666}.feature-blue:hover{border-color:var(--accent-blue);background:#3b82f60a}.feature-red{border-color:#dc262666}.feature-red:hover{border-color:var(--accent-red);background:#dc26260a}.feature-purple{border-color:#a855f766}.feature-purple:hover{border-color:var(--accent-purple);background:#a855f70a}.feature-icon-wrapper{width:60px;height:60px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .3s ease}.feature-blue .feature-icon-wrapper{background:#3b82f61a}.feature-blue:hover .feature-icon-wrapper{background:#3b82f626}.feature-red .feature-icon-wrapper{background:#dc26261a}.feature-red:hover .feature-icon-wrapper{background:#dc262626}.feature-purple .feature-icon-wrapper{background:#a855f71a}.feature-purple:hover .feature-icon-wrapper{background:#a855f726}.feature-blue .feature-icon{color:var(--accent-blue)}.feature-red .feature-icon{color:var(--accent-red)}.feature-purple .feature-icon{color:var(--accent-purple)}.feature-title{font-size:20px;font-weight:700;margin-bottom:15px;color:var(--text-primary);font-family:var(--font-heading)}.feature-description{font-size:14px;color:var(--text-secondary);line-height:1.6;font-family:var(--font-body)}.reviews-section{padding:80px 20px;background:linear-gradient(135deg,#0a0f1a,#0f1623,#0a0f1a)}.reviews-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.review-card{background:var(--bg-card);border:1px solid var(--border);padding:40px;border-radius:12px;transition:all .3s ease}.review-card:hover{background:#3b82f605;transform:translateY(-5px)}.review-event{border-color:var(--border)}.review-event:hover{border-color:var(--accent-blue)}.review-donation{border-color:var(--border)}.review-donation:hover{border-color:var(--accent-red)}.review-giftpool{border-color:var(--border)}.review-giftpool:hover{border-color:var(--accent-purple)}.review-avatar{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:20px;color:#fff;font-size:14px}.avatar-event{background:var(--accent-blue)}.avatar-donation{background:var(--accent-red)}.avatar-giftpool{background:var(--accent-purple)}.review-text{font-size:16px;color:var(--text-secondary);margin-bottom:20px;line-height:1.6;font-style:italic;font-family:var(--font-body)}.review-author{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:5px;font-family:var(--font-heading)}.review-role{font-size:14px;color:var(--text-muted);font-family:var(--font-body)}.queries-section{padding:80px 20px;background:linear-gradient(135deg,#0f1623,#0a0f1a,#0f1623)}.queries-container{max-width:600px;margin:0 auto}.queries-container h2{font-size:42px;font-weight:700;margin-bottom:40px;color:var(--text-primary);font-family:var(--font-heading);text-align:center}.query-form{display:flex;flex-direction:column;gap:20px;margin-top:40px}.query-form input,.query-form select,.query-form textarea{padding:15px;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-primary);font-family:var(--font-body);font-size:14px;transition:all .3s ease}.query-form input:focus,.query-form select:focus,.query-form textarea:focus{outline:none;border-color:var(--accent-blue);background:#111d2de6;box-shadow:0 0 0 3px #3b82f61a}.query-form input::-moz-placeholder,.query-form textarea::-moz-placeholder{color:var(--text-muted)}.query-form input::placeholder,.query-form textarea::placeholder{color:var(--text-muted)}.query-form select{cursor:pointer}.query-form select option{background:var(--bg-dark);color:var(--text-primary)}.query-submit-btn{margin-top:10px;padding:16px 40px}.form-success{color:#10b981;text-align:center;font-size:14px;font-weight:600;animation:slideIn .3s ease}.form-error{color:var(--accent-red);text-align:center;font-size:14px;font-weight:600;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cta-section{padding:80px 20px;background:linear-gradient(135deg,#0f1623,#0a0f1a,#0f1623);text-align:center}.cta-container{max-width:600px;margin:0 auto}.cta-container h2{font-size:42px;font-weight:700;margin-bottom:20px;color:var(--text-primary);font-family:var(--font-heading)}.cta-container p{font-size:18px;color:var(--text-secondary);margin-bottom:40px;font-family:var(--font-body)}.cta-button{padding:18px 50px;font-size:16px}html.light{color-scheme:light}html.light .landing-page{background:linear-gradient(135deg,#f5f7fa,#e9ecf1,#f5f7fa)}html.light .navbar{background:#fffffffa;border-bottom-color:#3b82f633}html.light .hero-section{background:linear-gradient(135deg,#f5f7fa,#e9ecf1,#f5f7fa)}html.light .hero-title{background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html.light .logo-title{background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#3b82f6}html.light .logo-icon{color:#3b82f6}html.light .logo-icon svg{color:#3b82f6}html.light .hero-subtitle,html.light .logo-subtitle{color:#6b7280}html.light .hero-description{color:#4b5563}html.light .description-highlight{color:#3b82f6}html.light .stats-section,html.light .reviews-section,html.light .cta-section,html.light .features-section,html.light .queries-section{background:linear-gradient(135deg,#e9ecf1,#f5f7fa,#e9ecf1)}html.light .stat-card{background:#fffc;border-color:#3b82f633}html.light .stat-card:hover{background:#f0f9ffe6}html.light .stat-events{border-color:#3b82f64d}html.light .stat-events:hover{border-color:#3b82f6;background:#3b82f60a}html.light .stat-icon-events{background:#3b82f61a;border-color:#3b82f64d}html.light .stat-donations{border-color:#dc26264d}html.light .stat-donations:hover{border-color:#dc2626;background:#dc26260a}html.light .stat-icon-donations{background:#dc26261a;border-color:#dc26264d}html.light .stat-giftpools{border-color:#a855f74d}html.light .stat-giftpools:hover{border-color:#a855f7;background:#a855f70a}html.light .stat-icon-giftpools{background:#a855f71a;border-color:#a855f74d}html.light .feature-card{background:#fffc;border-color:#3b82f633}html.light .feature-card:hover{background:#f0f9ffe6;border-color:#3b82f6}html.light .feature-blue{border-color:#3b82f64d}html.light .feature-blue:hover{border-color:#3b82f6;background:#3b82f60a}html.light .feature-red{border-color:#dc26264d}html.light .feature-red:hover{border-color:#dc2626;background:#dc26260a}html.light .feature-purple{border-color:#a855f74d}html.light .feature-purple:hover{border-color:#a855f7;background:#a855f70a}html.light .review-card{background:#fff;border-color:#e5e7eb}html.light .review-card:hover{background:#f0f9ffcc}html.light .review-event:hover{border-color:#3b82f6}html.light .review-donation:hover{border-color:#dc2626}html.light .review-giftpool:hover{border-color:#a855f7}html.light .section-title{color:#111827}html.light .stat-label,html.light .review-role{color:#6b7280}html.light .review-text{color:#4b5563}html.light .review-author,html.light .cta-container h2,html.light .queries-container h2{color:#111827}html.light .cta-container p{color:#4b5563}html.light .scroll-button{color:#6b7280}html.light .login-btn{color:#3b82f6;border-color:#3b82f6}html.light .login-btn:hover{background:#3b82f61a}html.light .theme-toggle-btn{background:#3b82f626;border-color:#3b82f64d;color:#3b82f6}html.light .theme-toggle-btn:hover{background:#3b82f640;border-color:#3b82f680}html.light .stick-body{stroke:#3b82f6cc}html.light .stick-head{fill:#3b82f6cc}html.light .jar-container{stroke:#3b82f6b3}html.light .jar-fill{background:#3b82f699}html.light .link2-lucide{color:#2563eb;filter:drop-shadow(0 0 10px rgba(37,99,235,.8))}html.light .query-form input,html.light .query-form select,html.light .query-form textarea{background:#f3f4f6;border-color:#e5e7eb;color:#111827}html.light .query-form input:focus,html.light .query-form select:focus,html.light .query-form textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}html.light .query-form input::-moz-placeholder,html.light .query-form textarea::-moz-placeholder{color:#9ca3af}html.light .query-form input::placeholder,html.light .query-form textarea::placeholder{color:#9ca3af}html.light .feature-title{color:#111827}html.light .feature-description{color:#4b5563}@media (max-width: 768px){.navbar-container{padding:.75rem 1rem}.navbar-links{gap:.75rem}.nav-button{padding:.5rem .875rem;font-size:.8rem}.logo-title{font-size:1.25rem}.logo-subtitle{font-size:.65rem}.hero-section{margin-top:70px;padding:40px 20px}.hero-title{font-size:48px}.hero-description{font-size:18px}.description-highlight{font-size:20px}.sliding-text-container{font-size:60px;letter-spacing:20px;bottom:100px}.section-title{font-size:36px}.hero-buttons{flex-direction:column;align-items:center;gap:15px}.btn{width:100%;max-width:300px}.stats-grid,.reviews-grid,.features-grid{grid-template-columns:1fr}.cta-container h2{font-size:32px}.animation-layer{height:300px}.stat-number{font-size:42px}.link2-lucide{width:40px;height:40px}}@media (max-width: 480px){.navbar-container{padding:.5rem .75rem}.logo-title{font-size:1rem}.logo-subtitle{font-size:.6rem}.nav-button{padding:.4rem .6rem;font-size:.7rem}.hero-section{margin-top:100px;padding:40px 15px;min-height:auto}.hero-title{font-size:36px;margin-bottom:20px}.hero-description{font-size:16px}.description-highlight{font-size:18px}.sliding-text-container{font-size:40px;letter-spacing:10px;bottom:110px}.btn{padding:14px 30px;font-size:13px}.stats-section,.reviews-section,.cta-section,.features-section,.queries-section{padding:50px 15px}.section-title{font-size:28px;margin-bottom:40px}.theme-toggle-btn{width:40px;height:40px}.animation-layer{height:250px}.stat-card{padding:40px 25px}.stat-icon-wrapper{width:80px;height:80px}.stat-number{font-size:36px}.stat-label{font-size:14px}.link2-lucide{width:35px;height:35px}.cta-container h2,.queries-container h2{font-size:28px}.feature-card{padding:30px 20px}.feature-title{font-size:18px}.query-form input,.query-form select,.query-form textarea{padding:12px;font-size:13px}}.profile-button{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;background:#3b82f626;border:1px solid rgba(59,130,246,.3);cursor:pointer;transition:all .3s ease;color:var(--text-primary);font-size:14px;font-weight:500;font-family:var(--font-body)}.profile-button:hover{background:#3b82f640;border-color:var(--accent-blue);transform:translateY(-2px)}.profile-button.logged-out{opacity:.7;cursor:not-allowed}.profile-button.logged-out:hover{opacity:.8;transform:none}.profile-image{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid var(--accent-blue)}.profile-icon{color:var(--accent-blue)}.profile-name{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:50;display:flex;align-items:flex-start;justify-content:flex-end;padding-top:80px;padding-right:20px}.profile-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:320px;max-height:400px;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:slideInRight .3s ease}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.profile-modal-loading{display:flex;align-items:center;justify-content:center;padding:40px 20px}.spinner{border:3px solid rgba(59,130,246,.2);border-top-color:var(--accent-blue);border-radius:50%;width:32px;height:32px;animation:spin .8s linear infinite}.spinner-small{border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite;margin-right:6px}.profile-modal-content{padding:20px}.profile-modal-header{text-align:center;margin-bottom:20px}.profile-modal-image,.profile-modal-avatar{width:80px;height:80px;margin:0 auto 15px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--accent-blue);display:flex;align-items:center;justify-content:center}.profile-modal-avatar{background:#3b82f61a;color:var(--accent-blue)}.profile-modal-name{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:5px;font-family:var(--font-heading)}.profile-modal-username{font-size:14px;color:var(--text-muted);margin-bottom:5px}.profile-modal-email{font-size:13px;color:var(--text-muted);word-break:break-all;margin-bottom:15px}.profile-modal-buttons{display:flex;flex-direction:column;gap:10px}.profile-modal-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:600;font-family:var(--font-body)}.edit-btn{background:#3b82f61a;color:var(--accent-blue);border-color:var(--accent-blue)}.edit-btn:hover{background:var(--accent-blue);color:#fff}.logout-btn{background:#dc26261a;color:var(--accent-red);border-color:var(--accent-red)}.logout-btn:hover{background:var(--accent-red);color:#fff}.cancel-btn{background:#6b72801a;color:var(--text-secondary);border-color:var(--border)}.cancel-btn:hover{background:var(--border)}.save-btn{background:#10b9811a;color:#10b981;border-color:#10b981}.save-btn:hover{background:#10b981;color:#fff}.save-btn:disabled{opacity:.6;cursor:not-allowed}.profile-edit-title{font-size:16px;font-weight:700;margin-bottom:15px;color:var(--text-primary);font-family:var(--font-heading)}.profile-edit-image{text-align:center;margin-bottom:20px}.profile-edit-label{cursor:pointer;display:inline-block}.profile-edit-img,.profile-edit-placeholder{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;background:#3b82f60d;color:var(--accent-blue);transition:all .3s ease}.profile-edit-label:hover .profile-edit-placeholder{background:#3b82f61a;border-color:var(--accent-blue)}.profile-edit-fields{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.profile-edit-input{padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:#3b82f60d;color:var(--text-primary);font-family:var(--font-body);font-size:13px;transition:all .3s ease}.profile-edit-input:focus{outline:none;border-color:var(--accent-blue);background:#3b82f61a}.profile-edit-input::-moz-placeholder{color:var(--text-muted)}.profile-edit-input::placeholder{color:var(--text-muted)}.profile-edit-actions{display:flex;gap:10px}.profile-edit-actions .profile-modal-btn{flex:1}.review-rating{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:8px}.review-stars{display:flex;gap:2px}.star-icon{fill:#fbbf24;color:#fbbf24}.feedback-counter{text-align:center;margin-top:20px}.feedback-badge{display:inline-block;padding:6px 12px;background:var(--accent-red);color:#fff;border-radius:20px;font-size:12px;font-weight:700}.reviews-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.feedback-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px}.feedback-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006}.feedback-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#3b82f61a,#a855f71a)}.feedback-modal-header h2{font-size:18px;font-weight:700;color:var(--text-primary);font-family:var(--font-heading);margin:0}.feedback-close-btn{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .3s ease;border-radius:6px}.feedback-close-btn:hover{background:#3b82f61a;color:var(--accent-blue)}.feedback-form{padding:20px;display:flex;flex-direction:column;gap:16px}.feedback-form>div{display:flex;flex-direction:column;gap:6px}.feedback-form label{font-size:13px;font-weight:600;color:var(--text-secondary);font-family:var(--font-body)}.feedback-input{padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:#3b82f60d;color:var(--text-primary);font-family:var(--font-body);font-size:13px;transition:all .3s ease}.feedback-input:focus{outline:none;border-color:var(--accent-blue);background:#3b82f61a;box-shadow:0 0 0 3px #3b82f61a}.feedback-input::-moz-placeholder{color:var(--text-muted)}.feedback-input::placeholder{color:var(--text-muted)}.feedback-rating{display:flex;gap:8px;align-items:center}.feedback-star{width:32px;height:32px;border:1px solid var(--border);background:#3b82f60d;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .3s ease}.feedback-star:hover{border-color:#fbbf24;color:#fbbf24;background:#fbbf241a}.feedback-star.active{color:#fbbf24;border-color:#fbbf24;background:#fbbf2426}.feedback-rating-text{margin-left:8px;font-size:13px;color:var(--text-muted)}.feedback-buttons{display:flex;gap:10px;margin-top:10px}.feedback-btn{flex:1;padding:10px 16px;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font-body)}.skip-btn{background:#6b72801a;color:var(--text-secondary)}.skip-btn:hover{background:var(--border)}.submit-btn{background:#10b9811a;color:#10b981;border-color:#10b981}.submit-btn:hover{background:#10b981;color:#fff;border-color:#10b981}.submit-btn:disabled{opacity:.6;cursor:not-allowed}html.light .profile-button{background:#3b82f61a;border-color:#3b82f64d;color:#111827}html.light .profile-button:hover{background:#3b82f626}html.light .profile-modal{background:#fff;border-color:#e5e7eb}html.light .profile-modal-avatar{background:#3b82f60d}html.light .profile-edit-input{background:#f3f4f6;border-color:#e5e7eb;color:#111827}html.light .profile-edit-input:focus{background:#fff;border-color:#3b82f6}html.light .feedback-modal{background:#fff;border-color:#e5e7eb}html.light .feedback-modal-header{border-color:#e5e7eb;background:#3b82f60d}html.light .feedback-modal-header h2{color:#111827}html.light .feedback-input{background:#f3f4f6;border-color:#e5e7eb;color:#111827}html.light .feedback-input:focus{background:#fff;border-color:#3b82f6}html.light .feedback-star{background:#f3f4f6;border-color:#e5e7eb}@media (max-width: 768px){.profile-button{padding:6px 10px;font-size:12px}.profile-name{max-width:80px}.profile-modal-overlay{padding-top:60px;padding-right:10px}.profile-modal{width:280px}}@media (max-width: 480px){.profile-button{padding:6px 8px;font-size:11px;gap:4px}.profile-image{width:24px;height:24px}.profile-name{max-width:60px}.profile-modal-overlay{padding-right:0;justify-content:center}.profile-modal{width:calc(100% - 20px);max-width:320px}.feedback-modal-overlay{padding:10px}.feedback-modal{max-width:100%}}.footer{text-align:center;padding:12px 0;font-size:.9rem;color:var(--text-secondary);margin-top:2rem;background:linear-gradient(135deg,#0a0f1a,#0f1623,#0a0f1a);font-family:var(--font-body);border-top:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.left-0{left:0}.left-3{left:.75rem}.right-0{right:0}.top-3{top:.75rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600{--tw-gradient-from: #ea580c var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-emerald-100{--tw-gradient-to: #d1fae5 var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-6{padding-bottom:1.5rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:from-orange-700:hover{--tw-gradient-from: #c2410c var(--tw-gradient-from-position);--tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-red-700:hover{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.dark\:divide-gray-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity, 1))}.dark\:border-blue-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.dark\:border-blue-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-green-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.dark\:border-green-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.dark\:border-green-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.dark\:border-red-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.dark\:border-red-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700\/50:is(.dark *){background-color:#37415180}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-green-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.dark\:bg-green-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-orange-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900\/30:is(.dark *){background-color:#581c874d}.dark\:bg-red-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:bg-opacity-70:is(.dark *){--tw-bg-opacity: .7}.dark\:from-gray-700:is(.dark *){--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-900:is(.dark *){--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-orange-500:is(.dark *){--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-gray-700:is(.dark *){--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.dark\:to-red-500:is(.dark *){--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.dark\:placeholder-gray-400:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.dark\:hover\:border-blue-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.dark\:hover\:border-gray-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.dark\:hover\:border-purple-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.dark\:hover\:border-red-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-blue-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-900\/30:hover:is(.dark *){background-color:#1e3a8a4d}.dark\:hover\:bg-gray-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-orange-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-900\/30:hover:is(.dark *){background-color:#581c874d}.dark\:hover\:bg-red-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:#7f1d1d33}.dark\:hover\:bg-red-900\/30:hover:is(.dark *){background-color:#7f1d1d4d}.dark\:hover\:from-orange-600:hover:is(.dark *){--tw-gradient-from: #ea580c var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:to-red-600:hover:is(.dark *){--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.dark\:hover\:text-blue-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-green-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:hover\:text-purple-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-400:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.dark\:focus\:border-green-400:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.dark\:focus\:border-red-400:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.dark\:focus\:ring-blue-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-green-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1))}.group:hover .dark\:group-hover\:bg-blue-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.group:hover .dark\:group-hover\:bg-purple-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.group:hover .dark\:group-hover\:bg-red-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.group:hover .dark\:group-hover\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:w-64{width:16rem}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
