:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root,.layout{width:100%;min-height:100vh}.main-content{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{position:fixed;top:10px;left:50%;transform:translate(-50%);width:100%;max-width:1200px;border-radius:100px;z-index:1000;padding:1.5rem 0;background:transparent;transition:padding .4s cubic-bezier(.4,0,.2,1),background .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),width .4s cubic-bezier(.4,0,.2,1),backdrop-filter .4s cubic-bezier(.4,0,.2,1)}.header.scrolled{padding:9px 15px;background:#ffffffd5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000000d;width:calc(100% - 20px)}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;height:32px;width:auto}.nav-links{display:flex;align-items:center;gap:.5rem;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.4rem .5rem;border-radius:100px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.header.scrolled .nav-links{background:transparent;border:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0}.nav-link{color:var(--color-text, #333);font-weight:500;font-size:.95rem;transition:all .2s ease;text-decoration:none;padding:.6rem 1.2rem;border-radius:100px}.header.is-light:not(.scrolled) .nav-link{color:var(--color-text)}.header.is-light:not(.scrolled) .nav-links{background:#0000000d;border:1px solid rgba(0,0,0,.1)}.header:not(.scrolled) .nav-link{color:#fff}.nav-link:hover{color:#e22585;background:#fff6}.header:not(.scrolled) .nav-link:hover{background:#ffffff1a}.header.is-light:not(.scrolled) .nav-link:hover{background:#0000000d}.nav-link.active{color:#e22585}.header-actions{display:flex;align-items:center}.org-btn{display:flex;align-items:center;gap:.75rem;padding:.45rem .45rem .45rem 1.5rem;border-radius:100px;background:#111;color:#fff;font-weight:500;font-size:.95rem;transition:all .3s ease;text-decoration:none;border:none}.header:not(.scrolled) .org-btn{background:#fff;color:#111}.header.is-light:not(.scrolled) .org-btn{background:#111;color:#fff}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;color:#111;border-radius:50%;transition:transform .3s ease}.header:not(.scrolled) .btn-icon{background:#111;color:#fff}.header.is-light:not(.scrolled) .btn-icon{background:#fff;color:#111}.org-btn:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.header:not(.scrolled) .org-btn:hover{background:#eee;color:#111}.org-btn:hover .btn-icon{transform:scale(1.05) rotate(5deg)}.hamburger-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:#fff;transition:background .2s;flex-shrink:0}.header.scrolled .hamburger-btn,.header.is-light .hamburger-btn,.header.menu-open .hamburger-btn{color:#111}.hamburger-btn:hover{background:#ffffff1f}.mobile-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:20px;box-shadow:0 8px 40px #0000001f;overflow:hidden;max-height:0;opacity:0;pointer-events:none;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease}.mobile-menu--open{max-height:400px;opacity:1;pointer-events:auto}.mobile-nav{display:flex;flex-direction:column;padding:1rem;gap:.25rem}.mobile-nav-link{display:block;padding:.85rem 1.25rem;border-radius:12px;font-size:1rem;font-weight:500;color:#333;text-decoration:none;transition:background .2s,color .2s}.mobile-nav-link:hover,.mobile-nav-link.active{background:#e2258512;color:#e22585}.mobile-nav-cta{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding:.85rem 1.25rem;border-radius:12px;background:#111;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s}.mobile-nav-cta:hover{background:#e22585}@media (max-width: 992px){.nav-links,.org-btn{display:none}.hamburger-btn{display:flex}.header{border-radius:16px}}.footer{background-color:#f8fafc;padding:5rem 0 2.5rem;border-top:1px solid #CBD5E0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid #CBD5E0;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo .logo-img{height:64px}.footer-tagline{font-size:1rem;color:var(--color-text-black);line-height:1.5;max-width:240px}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col-title{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0e0e0e;margin-bottom:.4rem}.footer-col a{display:inline-flex;align-items:center;gap:6px;font-size:1rem;color:var(--color-text-black);font-weight:400;transition:color .2s}.footer-col a:hover{color:var(--color-secondary)}.footer-col a svg{flex-shrink:0;color:var(--color-text-black)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;color:var(--color-text-black);font-size:.825rem}.footer-social{display:flex;gap:1.25rem;align-items:center;margin-top:.5rem}.footer-social a{display:flex;align-items:center;justify-content:center;color:#111;transition:opacity .2s}.footer-social a:hover{color:var(--color-secondary)}@media (max-width: 1200px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.footer-grid .footer-col:last-child{grid-column:2 / 3;grid-row:2}}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1 / -1}.footer-grid .footer-col:last-child{grid-column:auto;grid-row:auto}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:1.25rem;align-items:flex-start}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}}.footer-v2{color:#fff;font-family:var(--font-primary, system-ui, -apple-system, sans-serif)}.footer-v2-main{background-color:#0d0d0d;padding:6rem 0}.footer-v2-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}.footer-v2-brand{display:flex;flex-direction:column;gap:1rem}.footer-v2-logo .logo-img{height:64px;width:auto}.footer-v2-tagline{font-size:1.1rem;font-weight:500;max-width:240px}.footer-v2-newsletter{display:flex;flex-direction:column;gap:1.5rem}.footer-v2-newsletter p{font-size:1.1rem;font-weight:500}.newsletter-form{display:flex;border-bottom:2px solid #fff;padding-bottom:.5rem;max-width:400px}.newsletter-form input{background:transparent;border:none;color:#fff;font-size:1rem;padding:.5rem 0;width:100%;outline:none}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{background:transparent;border:none;color:#fff;font-weight:700;cursor:pointer;white-space:nowrap;padding-left:1rem;transition:color .2s}.newsletter-form button:hover{color:#e22585}.newsletter-link{color:#fff;text-decoration:underline;font-size:.9rem;opacity:.8}.newsletter-link:hover{opacity:1}.footer-v2-col{display:flex;flex-direction:column;gap:1.25rem}.footer-v2-col-title{text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.1em;color:#fff6;margin-bottom:.5rem}.footer-v2-col a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .2s}.footer-v2-col a:hover{color:#e22585}.footer-v2-bottom{background-color:#161616;padding:3rem 0}.footer-v2-bottom-content{display:flex;flex-direction:column;gap:3rem}.footer-v2-social{display:flex;gap:2rem}.footer-v2-social a{color:#fff;transition:color .2s}.footer-v2-social a:hover{color:#e22585}.footer-v2-legal-info{display:flex;flex-direction:column;gap:1.5rem}.footer-v2-legal-info p{font-size:.85rem;line-height:1.6;color:#fff9;max-width:600px}.footer-v2-legal-links{display:flex;gap:2rem}.footer-v2-legal-links a{color:#fff;text-decoration:underline;font-size:.85rem;transition:color .2s}.footer-v2-legal-links a:hover{color:#e22585}@media (max-width: 1024px){.footer-v2-grid{grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.footer-v2-brand{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:3rem;margin-bottom:1rem}}@media (max-width: 768px){.footer-v2-brand{flex-direction:column;gap:2rem}.footer-v2-grid{grid-template-columns:1fr 1fr}.footer-v2-main{padding:4rem 0}}@media (max-width: 480px){.footer-v2-grid{grid-template-columns:1fr}.footer-v2-legal-links{flex-wrap:wrap;gap:1rem}}.footer-v3{background-color:#f8fafc;color:#111;font-family:var(--font-primary, system-ui, -apple-system, sans-serif);border-top:1px solid #CBD5E0}.footer-v3-main{padding:6rem 0}.footer-v3-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}.footer-v3-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-v3-logo .logo-img{height:64px;width:auto}.footer-v3-tagline{font-size:1.1rem;color:#111;line-height:1.5;max-width:300px}.footer-v3-col{display:flex;flex-direction:column;gap:1.25rem}.footer-v3-col-title{text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.1em;color:#0e0e0e;margin-bottom:.5rem;opacity:.8}.footer-v3-col a{color:#111;text-decoration:none;font-size:1.1rem;font-weight:400;transition:color .2s}.footer-v3-col a:hover{color:#e22585}.external-link{display:inline-flex;align-items:center;gap:.4rem}.footer-v3-bottom{background-color:#f8fafc;padding:3rem 0;border-top:1px solid #CBD5E0}.footer-v3-bottom-content{display:flex;flex-direction:column;gap:3rem}.footer-v3-social{display:flex;gap:2rem}.footer-v3-social a{color:#111;transition:color .2s}.footer-v3-social a:hover{color:#e22585}.footer-v3-legal-info{display:flex;flex-direction:column;gap:1.5rem}.footer-v3-legal-info p{font-size:.85rem;line-height:1.6;color:#111;opacity:.7;max-width:600px}.footer-v3-legal-links{display:flex;gap:2rem}.footer-v3-legal-links a{color:#111;text-decoration:underline;font-size:.85rem;transition:color .2s}.footer-v3-legal-links a:hover{color:#e22585}@media (max-width: 1024px){.footer-v3-grid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem}.footer-v3-brand{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #CBD5E0;padding-bottom:3rem;margin-bottom:1rem}}@media (max-width: 768px){.footer-v3-brand{flex-direction:column;gap:2rem}.footer-v3-grid{grid-template-columns:1fr 1fr}.footer-v3-main{padding:4rem 0}}@media (max-width: 480px){.footer-v3-grid{grid-template-columns:1fr}.footer-v3-legal-links{flex-wrap:wrap;gap:1rem}}.hero{background:linear-gradient(135deg,#eb2e34 -30%,#e22585);position:relative;padding:140px 0 0;text-align:center;overflow-x:clip;overflow-y:visible}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-55deg,rgba(0,0,0,.06) 0px,rgba(0,0,0,.06) 1px,transparent 1px,transparent 28px);pointer-events:none;z-index:0}.hero .container{position:relative;z-index:2;padding-top:32px}.hero-eyebrow{display:inline-block;border:1px solid rgba(255,255,255,.35);color:#ffffffe6;font-size:.8rem;font-weight:700;letter-spacing:.12em;padding:5px 14px;border-radius:50px;margin-bottom:1.5rem;background:#ffffff1a}.hero-content{max-width:760px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:500;line-height:1.05;color:#fff;margin-bottom:1.25rem;text-shadow:0 1px 1px rgba(0,0,0,.4)}.hero-subtitle{font-size:1.35rem;font-weight:500;line-height:1.6;color:#ffffffe6;margin-bottom:2rem;text-shadow:0 1px 1px rgba(0,0,0,.4)}.hero-download-buttons{display:flex;align-items:center;justify-content:center;gap:1rem}.download-btn.app-store img,.download-btn.play-store img{height:48px;width:auto;transition:transform .2s}.download-btn:hover img{transform:scale(1.05)}.hero-phone{display:flex;justify-content:center;align-items:flex-end;margin-top:3.5rem;position:relative;z-index:4}@media (min-width: 820px){.hero-mascot{right:400px!important}}@media (min-width: 780px){.hero-mascot{right:380px}}.hero-mascot{height:440px;width:auto;object-fit:contain;position:absolute;right:180px;bottom:0;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25));pointer-events:none;z-index:5}.phone-mockup{width:260px;height:520px;background:#111;border-radius:40px;padding:10px;border:8px solid #222;box-shadow:0 40px 80px #00000073,0 0 0 1px #ffffff14;position:relative;overflow:hidden;animation:float 5s ease-in-out infinite}.phone-screen{background:#f8f9fb;width:100%;height:100%;border-radius:30px;overflow:hidden;display:flex;flex-direction:column;color:#333;font-family:sans-serif;position:relative}.app-header{padding:20px 15px;display:flex;justify-content:space-between;align-items:center}.user-profile{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#eb2e34;font-size:12px;box-shadow:0 2px 5px #0000000d}.user-info{display:flex;flex-direction:column}.welcome{font-size:10px;color:#e22585;font-weight:600}.user-name{font-size:14px;font-weight:800}.notification-bell{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 5px #0000000d}.search-bar{margin:0 15px 20px;background:#efeff4;padding:12px 15px;border-radius:12px;display:flex;align-items:center;gap:10px;color:#8e8e93;font-size:12px}.event-section{padding:0 15px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:6px}.section-header h3{font-size:12px;font-weight:700;margin:0;white-space:nowrap}.see-all{font-size:11px;color:#8e8e93;background:#efeff4;padding:4px 10px;border-radius:8px;white-space:nowrap}.event-card-mock{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 15px #0000000d}.event-image{height:140px;background:#ddd url(/image-mock.jpg) center/cover;position:relative;padding:10px}.event-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.55) 0%,transparent 60%);pointer-events:none}.date-tag{background:#fff;border-radius:8px;padding:5px 8px;display:flex;flex-direction:column;align-items:center;width:35px;position:relative;z-index:1}.day{font-size:12px;font-weight:800}.month{font-size:8px;color:#e22585;font-weight:700}.category-tag{position:absolute;bottom:10px;right:10px;background:#e22585;color:#fff;font-size:8px;font-weight:700;padding:3px 8px;border-radius:10px}.event-details{padding:12px}.event-details h4{margin:0 0 4px;font-size:13px;font-weight:700}.event-details p{margin:0 0 4px;font-size:10px;color:#8e8e93}.event-date{font-size:10px;color:#e22585;font-weight:600}.app-navbar-mock{position:absolute;bottom:0;left:0;right:0}.app-navbar-mock img{width:100%;display:block}@keyframes float{0%{transform:translateY(0) rotate(0);box-shadow:0 40px 80px #00000073}50%{transform:translateY(-20px) rotate(2deg);box-shadow:0 60px 100px #0000004d}to{transform:translateY(0) rotate(0);box-shadow:0 40px 80px #00000073}}.hero-fade{position:absolute;bottom:0;left:0;right:0;height:300px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.02) 10%,rgba(255,255,255,.08) 20%,rgba(255,255,255,.18) 30%,rgba(255,255,255,.32) 40%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.68) 60%,rgba(255,255,255,.82) 70%,rgba(255,255,255,.92) 80%,rgba(255,255,255,.98) 90%,#ffffff 100%);pointer-events:none;z-index:1}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-download-buttons{flex-direction:row;gap:.8rem;justify-content:center}.hero-download-buttons .download-btn img{height:38px}.hero-phone{margin-top:2rem;transform:scale(.8);transform-origin:bottom center;margin-bottom:-4rem}.hero-mascot{height:440px;right:200px}}@media (max-width: 500px){.hero-mascot{right:30px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-mascot{height:440px;right:0}}.pf-layout{display:flex;gap:5rem;align-items:flex-start}.pf-title-col{flex:0 0 280px;position:sticky;top:120px}.pf-heading{font-size:3.375rem;font-weight:700;line-height:1.1;color:var(--color-text);margin:0 0 1.5rem}.pf-heading-accent{color:var(--color-text)}.pf-list-col{flex:1;min-width:0}.pf-list{border-top:1px solid #e5e7eb}.pf-item{border-bottom:1px solid #e5e7eb}.pf-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left}.pf-question{font-size:1.45rem;font-weight:600;color:var(--color-text);line-height:1.4}.pf-chevron{flex-shrink:0;width:40px;height:40px;color:#e22585;transition:transform .3s ease}.pf-item-open .pf-chevron{transform:rotate(180deg)}.pf-answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;overflow:hidden}.pf-item-open .pf-answer-wrapper{grid-template-rows:1fr}.pf-answer{overflow:hidden;font-size:1.15rem;color:var(--color-text);line-height:1.7;padding-bottom:0;transition:padding-bottom .3s ease;margin:0}.pf-item-open .pf-answer{padding-bottom:1.25rem}.pf-link{color:#e22585;text-decoration:underline;font-weight:600;transition:opacity .2s}.pf-link:hover{opacity:.8}@media (max-width: 768px){.pf-layout{flex-direction:column;gap:2rem}.pf-title-col{flex:none;position:static}.pf-heading{font-size:2rem}}.home-page{overflow-x:hidden}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--color-text)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-section{padding:8rem 0;background-color:#fff;color:var(--color-text)}.features-title{color:var(--color-text)}.bento-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;max-width:1000px;margin:0 auto}.bento-card{background:#f4f4f5;border:1px solid rgba(0,0,0,.06);border-radius:32px;overflow:hidden;position:relative;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #0000000a,inset 0 1px 1px #fffc;display:flex;flex-direction:column}.bento-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(235,46,52,.6),rgba(226,37,133,.6),transparent);z-index:1}.bento-large{flex-direction:column}.bento-content{padding:40px;z-index:2}.bento-large .bento-content{flex:none;max-width:100%}.bento-card h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#111}.bento-card p{font-size:1.2rem;font-weight:500;color:#000000a8;line-height:1.5}.bento-visual{position:relative;flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden;min-height:300px}.bento-large .bento-visual{height:auto;min-height:280px;display:flex;justify-content:center;align-items:center}.bento-visual-track{padding:1.5rem;min-height:340px!important}.track-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.track-svg{width:100%;height:auto;max-height:340px}.track-path-line{stroke-dasharray:2000;stroke-dashoffset:2000;animation:track-race 4s ease-in-out infinite}@keyframes track-race{0%{stroke-dashoffset:2000}50%{stroke-dashoffset:0}to{stroke-dashoffset:-2000}}.track-nodes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.track-node{position:absolute;display:flex;align-items:center;animation:track-node-float 3s ease-in-out infinite}.track-node-pill{display:flex;align-items:center;gap:6px;padding:6px 12px 6px 8px;background:#0e0e12d1;border:1px solid rgba(255,255,255,.1);border-radius:100px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 12px #00000040,inset 0 1px #ffffff0f;white-space:nowrap}.track-node-icon{font-size:.95rem;line-height:1;flex-shrink:0}.track-node-label{font-size:.65rem;font-weight:600;color:#ffffffe0;white-space:nowrap;letter-spacing:.04em;text-transform:uppercase}@keyframes track-node-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.placeholder-dash{width:120%;height:90%;background:#e8e8e8;border-radius:16px 0 0;border:1px solid rgba(0,0,0,.08);border-bottom:none;border-right:none;display:flex;flex-direction:column;overflow:hidden;margin-right:-20px;margin-bottom:-20px;box-shadow:-10px -10px 30px #0000001a}.dash-header{height:40px;background:linear-gradient(90deg,#eb2e3426,#e2258526);border-bottom:1px solid rgba(0,0,0,.08)}.dash-body{display:flex;flex:1}.dash-sidebar{width:60px;background:#dedede;border-right:1px solid rgba(0,0,0,.06)}.dash-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:10px;position:relative}.dash-row{height:30px;background:#d0d0d0;border-radius:8px;width:100%}.dash-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#666;font-size:.9rem;text-align:center;border:1px dashed rgba(226,37,133,.3);padding:10px 20px;border-radius:8px}.placeholder-dash.mini{width:80%;border-radius:16px;border:1px solid rgba(0,0,0,.08);margin:0}.mini-header{height:30px}.dash-chart{height:120px;background:linear-gradient(135deg,#eb2e341f,#e225851f);border-radius:8px;border:1px solid rgba(226,37,133,.15)}.placeholder-nfc{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#e22585,#eb2e34);position:relative;box-shadow:0 0 40px #e125854d}.placeholder-nfc:after{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;border-radius:50%;border:2px dashed rgba(225,37,133,.5);animation:pulse 3s infinite linear}@keyframes pulse{0%{transform:scale(.9);opacity:1}to{transform:scale(1.5);opacity:0}}.how-it-works{padding:7rem 0;background:#f8fafc}.how-it-works .section-title{margin-bottom:4rem;color:#111}.hiw-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;margin-bottom:4rem}.hiw-steps-grid:before{content:"";position:absolute;top:28px;left:10%;width:80%;height:1px;background:#cbd5e0}.hiw-step{text-align:center;position:relative}.hiw-step-number{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#eb2e34 -50%,#e22585);color:#fff;font-size:1.25rem;font-weight:800;text-shadow:0 1px 1px rgba(0,0,0,.4);margin-bottom:1.25rem;box-shadow:0 8px 20px #e225854d}.hiw-step-text{font-size:1.25rem;font-weight:700;color:#111;line-height:1.45}@media (max-width: 768px){.hiw-steps-grid{grid-template-columns:repeat(2,1fr)}.hiw-steps-grid:before{display:none}}@media (max-width: 480px){.hiw-steps-grid{grid-template-columns:1fr}}.benefits-section{padding:6rem 0;background:var(--gradient-primary);color:#fff}.benefits-section .section-title{color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.benefit-card{text-align:center;padding:2rem}.benefit-icon{width:48px;height:48px;margin-bottom:1.5rem}.benefit-card h3{font-size:1.8rem;margin-bottom:1rem}.services-section{padding:8rem 0}.services-grid{display:grid;grid-template-columns:repeat(3,2fr);gap:2rem}.service-card{padding:2.5rem;border-radius:15px;border:1px solid #e2e8f0;transition:all .3s ease}.service-card:hover{border-color:var(--color-secondary);box-shadow:0 10px 20px #e125850d}.service-icon{color:var(--color-secondary);margin-bottom:1.5rem}.service-card h4{font-size:1.25rem;margin-bottom:.5rem}.testimonials-section{padding:6rem 0;background-color:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 5px 15px #0000000d}.testimonial-header{margin-bottom:1rem;color:#fbbf24}.star-icon{width:18px;height:18px;margin-right:2px}.testimonial-card h5{font-size:1.1rem;margin-bottom:1rem}.testimonial-card p{font-style:italic;color:var(--color-text-light);margin-bottom:1.5rem}.testimonial-author strong{display:block;color:var(--color-text)}.testimonial-author span{font-size:.875rem;color:var(--color-text-light)}.hiw-cta-section{padding:5rem 0;background:#fff}.hiw-cta{background:linear-gradient(135deg,#eb2e34 -50%,#e22585);border-radius:32px;padding:4rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;overflow:hidden}.hiw-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-55deg,rgba(0,0,0,.05) 0px,rgba(0,0,0,.05) 1px,transparent 1px,transparent 28px);pointer-events:none}.hiw-cta-text{position:relative;z-index:1}.hiw-cta-title{font-size:2.25rem;font-weight:800;line-height:1.15;margin-bottom:1rem;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.4)}.hiw-cta-desc{font-size:1.35rem;font-weight:400;line-height:1.65;margin-bottom:1.5rem;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.4)}.hiw-cta-buttons{display:flex;align-items:center;gap:1rem;flex-shrink:0;position:relative;z-index:1}.download-cta-btn{display:flex;transition:transform .2s ease,filter .2s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.download-cta-btn:hover{transform:translateY(-2px);filter:drop-shadow(0 6px 16px rgba(0,0,0,.15))}.download-cta-btn img{height:48px;width:auto}@media (max-width: 768px){.hiw-cta{flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem;border-radius:20px}.hiw-cta-buttons{flex-direction:row;justify-content:center;width:100%;gap:.75rem;margin-top:1.5rem}.download-cta-btn img{height:38px}.hiw-cta-title1{font-size:1.2rem}}.mini-browser{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #00000024;width:100%;max-width:480px}.mini-browser-chrome{background:#f0f0f0;height:32px;display:flex;align-items:center;gap:6px;padding:0 10px;border-bottom:1px solid rgba(0,0,0,.08)}.mini-browser-dots{display:flex;gap:5px}.mini-browser-dots span{width:8px;height:8px;border-radius:50%}.mini-browser-dots span:nth-child(1){background:#ff5f57}.mini-browser-dots span:nth-child(2){background:#febc2e}.mini-browser-dots span:nth-child(3){background:#28c840}.mini-browser-url{flex:1;background:#fff;border-radius:4px;font-size:.65rem;color:#9ca3af;padding:3px 8px;text-align:center}.mini-browser-body{display:flex;height:220px}.mini-db-sidebar{width:36px;background:#111;display:flex;flex-direction:column;gap:8px;padding:10px 6px;flex-shrink:0}.mini-db-logo{width:24px;height:12px;background:linear-gradient(135deg,#eb2e34,#e22585);border-radius:3px;margin-bottom:4px}.mini-db-nav-item{width:24px;height:6px;background:#fff3;border-radius:3px}.mini-db-nav-item.active{background:#ffffffbf}.mini-db-main{flex:1;padding:10px;overflow:hidden;display:flex;flex-direction:column;gap:6px}.mini-db-toolbar{display:flex;gap:6px;margin-bottom:2px}.mini-db-btn{width:52px;height:14px;background:linear-gradient(135deg,#eb2e34,#e22585);border-radius:4px}.mini-db-search{flex:1;height:14px;background:#f4f4f5;border-radius:4px}.mini-db-table-header{display:grid;grid-template-columns:2fr .8fr 1.1fr .9fr;gap:4px;padding:2px 4px 4px;border-bottom:1px solid rgba(0,0,0,.06)}.mini-db-table-header span{font-size:.55rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.mini-db-row{display:grid;grid-template-columns:2fr .8fr 1.1fr .9fr;gap:4px;padding:5px 4px;border-bottom:1px solid rgba(0,0,0,.04);align-items:center;opacity:0;animation:row-in .4s ease forwards;animation-delay:calc(var(--row-i) * .15s)}@keyframes row-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:none}}.mini-db-event{font-size:.6rem;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-db-qty{font-size:.6rem;color:#6b7280}.mini-db-rev{font-size:.6rem;font-weight:700;color:#10b981}.mini-db-badge{font-size:.5rem;font-weight:700;padding:2px 5px;border-radius:6px;white-space:nowrap}.badge-active{background:#dcfce7;color:#16a34a}.badge-done{background:#f3f4f6;color:#6b7280}.bento-card-visual-top{flex-direction:column;overflow:visible}.bento-card-visual-top .bento-content{padding:28px 32px 32px}.bento-visual-top{min-height:auto;padding:48px 40px 24px;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,rgba(226,37,133,.06) 0%,transparent 100%);overflow:visible}.bento-visual-top .ticket-scan-wrapper{width:240px;border-radius:20px;overflow:hidden;box-shadow:0 8px 16px #00000014,0 20px 40px #0000001f,0 32px 64px #0000001a;transform:rotate(-3deg);transition:transform .3s ease,box-shadow .3s ease}.bento-card-visual-top:hover .ticket-scan-wrapper{transform:rotate(0) scale(1.02);box-shadow:0 12px 24px #0000001a,0 28px 56px #00000026,0 40px 80px #00000014}.ticket-scan-wrapper{position:relative;width:160px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0003}.ticket-scan-img{width:100%;display:block}.ticket-scan-line{position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,transparent,#E22585,transparent);box-shadow:0 0 12px 4px #e2258580;animation:scan-sweep 2.4s ease-in-out infinite}@keyframes scan-sweep{0%{top:8%;opacity:0}8%{opacity:1}88%{opacity:1}to{top:78%;opacity:0}}.ticket-validated-badge{position:absolute;bottom:14%;left:50%;transform:translate(-50%);background:#10b981;color:#fff;font-size:.68rem;font-weight:700;padding:4px 14px;border-radius:20px;white-space:nowrap;animation:badge-pop 2.4s ease-in-out infinite}@keyframes badge-pop{0%,55%{opacity:0;transform:translate(-50%) scale(.85)}70%,88%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0}}.bento-card-orders{background:#f4f4f5;border:1px solid rgba(0,0,0,.06);flex-direction:column}.bento-card-orders:before{display:none}.bento-card-orders .bento-content h3{color:#111}.bento-card-orders .bento-content p{font-size:1.2rem;font-weight:600;color:#111}.bento-visual-orders{min-height:auto;padding:0 16px 16px;overflow:hidden}.orders-widget{width:85%;margin:0 auto}.orders-scroll-container{height:260px;overflow:hidden;mask-image:linear-gradient(to bottom,black 0%,black 75%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 75%,transparent 100%)}.orders-list{animation:scroll-orders 12s linear infinite}@keyframes scroll-orders{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.order-row{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;padding:7px 4px;border-bottom:1px solid rgba(0,0,0,.06)}.order-type{font-size:.6rem;font-weight:700;padding:3px 8px;border-radius:6px;white-space:nowrap}.type-ingresso{background:#e2258526;color:#e22585}.type-servico{background:#7a338933;color:#7a3389}.order-event{font-size:.72rem;font-weight:500;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-method{font-size:.65rem;color:#9ca3af;white-space:nowrap}.order-status{font-size:.58rem;font-weight:700;padding:3px 10px;border-radius:20px;background:#10b98126;color:#34d399;white-space:nowrap}.cashflow-widget{width:100%;padding:0 4px}.cashflow-header{display:flex;justify-content:space-between;align-items:baseline;padding:0 4px 10px;border-bottom:1px solid rgba(0,0,0,.07);margin-bottom:2px}.cashflow-label{font-size:.75rem;color:#6b7280;font-weight:500}.cashflow-total{font-size:1.1rem;font-weight:800;color:#111}.cashflow-scroll-container{height:190px;overflow:hidden;mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%)}.cashflow-list{animation:scroll-rows 10s linear infinite}@keyframes scroll-rows{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.cashflow-row{display:flex;justify-content:space-between;align-items:center;padding:7px 4px;border-bottom:1px solid rgba(0,0,0,.04)}.cashflow-row-left{display:flex;align-items:center;gap:7px}.cashflow-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#eb2e34,#e22585);flex-shrink:0}.cashflow-event{font-size:.78rem;font-weight:500;color:#111}.cashflow-row-right{display:flex;gap:10px;align-items:center}.cashflow-date{font-size:.72rem;color:#9ca3af}.cashflow-amount{font-size:.82rem;font-weight:700;color:#10b981}.perguntas-frequentes-section{padding:7rem 0;background:#fff}@media (max-width: 992px){.bento-grid,.steps-grid,.benefits-grid,.services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.bento-large{grid-column:span 1;flex-direction:column}.bento-large .bento-content{max-width:100%}}@media (max-width: 768px){.bento-grid,.features-grid,.steps-grid,.benefits-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr}.bento-large{grid-column:span 1}.section-title,.download-content h2{font-size:2rem}}@media (max-width: 992px){.hiw-timeline-container{flex-direction:column;align-items:stretch;gap:2rem}.hiw-step-wrapper{flex-direction:column;align-items:center}.hiw-step-card{width:100%;max-width:320px}.hiw-connector-wrapper{width:2px;height:40px;padding:10px 0}.hiw-connector-line{width:2px;height:100%;background-image:linear-gradient(180deg,#E22585 50%,transparent 50%);background-size:2px 12px;animation:flowLineVertical 20s linear infinite}@keyframes flowLineVertical{to{background-position:0 -400px}}}.hiw-timeline-container{margin-top:3rem}@media (max-width: 992px){.hiw-symbol-layout{display:flex;flex-direction:column;align-items:center;gap:2rem}.hiw-core-symbol{order:-1;margin-bottom:2rem}.hiw-line{display:none!important}.hiw-step:after{content:"";position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);width:2px;height:2rem;background:linear-gradient(180deg,#E22585,transparent);opacity:.3;z-index:1}.hiw-step:last-child:after{display:none}}.perguntas-frequentes-page{padding:8rem 0 7rem;min-height:80vh;background-color:#fff}.organizador-page{overflow-x:hidden}.org-hero{position:relative;background:#161616;padding:140px 0 96px;overflow:hidden;text-align:center}.org-hero-bg{position:absolute;top:-100px;right:-100px;bottom:-100px;left:-100px;background:radial-gradient(ellipse 80% 50% at 50% 10%,rgba(235,46,52,.18) 0%,transparent 80%),radial-gradient(ellipse 60% 50% at 15% 85%,rgba(40,7,23,.12) 0%,transparent 75%),radial-gradient(ellipse 50% 50% at 85% 50%,rgba(235,46,52,.08) 0%,transparent 70%);pointer-events:none;filter:blur(80px);opacity:.9}.org-pill{position:absolute;padding:10px 22px;border-radius:50px;font-size:.75rem;font-weight:800;letter-spacing:.1em;color:#ffffffe6;pointer-events:none;white-space:nowrap;filter:blur(1.5px);opacity:.65}.pill-1{top:18%;left:6%;transform:rotate(-14deg);animation:pfloat1 7s ease-in-out infinite}.pill-2{top:44%;left:3%;transform:rotate(-6deg);animation:pfloat2 9s ease-in-out infinite}.pill-3{top:72%;left:10%;transform:rotate(11deg);animation:pfloat3 8s ease-in-out infinite}.pill-4{top:12%;right:8%;transform:rotate(16deg);animation:pfloat1 8.5s ease-in-out infinite .5s}.pill-5{top:40%;right:5%;transform:rotate(5deg);animation:pfloat2 7.5s ease-in-out infinite 1s}.pill-6{top:68%;right:8%;transform:rotate(-12deg);animation:pfloat3 9.5s ease-in-out infinite .3s}.pill-7{top:28%;left:14%;transform:rotate(8deg);animation:pfloat2 10s ease-in-out infinite .7s;filter:blur(3px);opacity:.4}.pill-8{top:58%;right:14%;transform:rotate(-8deg);animation:pfloat1 8s ease-in-out infinite 1.2s;filter:blur(3px);opacity:.4}@keyframes pfloat1{0%,to{transform:rotate(-14deg) translateY(0)}50%{transform:rotate(-14deg) translateY(-14px)}}@keyframes pfloat2{0%,to{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(-6deg) translateY(-10px)}}@keyframes pfloat3{0%,to{transform:rotate(11deg) translateY(0)}50%{transform:rotate(11deg) translateY(-18px)}}.org-hero-content{position:relative;z-index:2;max-width:680px;margin:0 auto;padding-top:32px}.org-hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e22585;background:#e225851a;border:1px solid rgba(226,37,133,.25);padding:5px 14px;border-radius:50px;margin-bottom:1.5rem}.org-hero-title{font-size:4.5rem;font-weight:800;line-height:1.05;color:#fff;margin-bottom:1.25rem}.org-hero-subtitle{font-size:1.35rem;line-height:1.65;color:#fff;margin-bottom:2.25rem;max-width:520px;margin-left:auto;margin-right:auto}.org-hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.org-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#eb2e34,#e22585);color:#fff;font-weight:700;font-size:.95rem;border-radius:50px;text-decoration:none;transition:transform .2s,opacity .2s;box-shadow:0 8px 24px #eb2e3459}.org-btn-primary:hover{transform:translateY(-2px);opacity:.92}.org-btn-secondary{display:inline-flex;align-items:center;padding:.875rem 1.75rem;background:#ffffff0f;color:#fff;font-weight:600;font-size:.95rem;border-radius:50px;border:1px solid rgba(255,255,255,.15);text-decoration:none;transition:background .2s,transform .2s}.org-btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.org-hero-whatsapp{margin-top:1.5rem;display:flex;justify-content:center}.org-whatsapp-link{display:inline-flex;align-items:center;gap:.6rem;color:#fff;font-weight:600;font-size:1rem;text-decoration:none;opacity:.8;transition:opacity .2s,color .2s,transform .2s;border-bottom:1.5px solid rgba(255,255,255,.3);padding-bottom:2px}.org-whatsapp-link:hover{opacity:1;color:#25d366;border-bottom-color:#25d366;transform:translateY(-1px)}.org-whatsapp-icon{width:20px;height:20px;fill:currentColor}.org-dash-section{background:linear-gradient(to bottom,#161616,#5c1545 40%,#a81e74,#e22585);padding:0 0 5rem;margin-top:-48px;position:relative;z-index:2}.org-dash-section:before{content:"";position:absolute;top:0;left:0;right:0;height:220px;background:linear-gradient(to bottom,#161616 0%,transparent 100%);pointer-events:none;z-index:0}.org-dash-section>*{position:relative;z-index:1}.org-browser{background:#141414;border-radius:16px;border:1px solid rgba(255,255,255,.07);overflow:hidden;box-shadow:0 40px 80px #000000b3,0 0 0 1px #ffffff0a}.org-browser-chrome{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#0e0e0e;border-bottom:1px solid rgba(255,255,255,.05)}.org-browser-dots{display:flex;gap:6px}.org-bdot{width:11px;height:11px;border-radius:50%}.org-bdot-red{background:#ff5f57}.org-bdot-yellow{background:#febc2e}.org-bdot-green{background:#28c840}.org-browser-url{font-size:11px;color:#ffffff40;font-family:monospace;margin-left:8px}.org-browser-content{display:flex;height:520px}.org-db-sidebar{width:190px;flex-shrink:0;background:#0d0d0d;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;padding:20px 0 16px;overflow:hidden}.org-db-logo{padding:0 16px 16px;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:12px}.org-db-logo-mark{height:20px;width:auto;display:block}.org-db-search-row{display:flex;align-items:center;justify-content:space-between;padding:0 16px 12px}.org-db-search-icon{font-size:1rem;color:#ffffff4d}.org-db-ik-badge{font-size:.65rem;font-weight:700;background:#e2258533;color:#e22585;border-radius:6px;padding:2px 6px}.org-db-nav{flex:1;padding:0 8px;display:flex;flex-direction:column;gap:2px;overflow:hidden}.org-db-nav-label{font-size:.6rem;font-weight:700;letter-spacing:.08em;color:#ffffff40;padding:10px 8px 4px;display:block}.org-db-nav-item{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#ffffff80;padding:7px 8px;border-radius:8px;cursor:default}.org-db-nav-active{background:#e2258526;color:#e22585;font-weight:600}.org-db-nav-sub{padding-left:30px;font-size:.72rem}.org-db-user{display:flex;align-items:center;gap:10px;padding:12px 16px 0;border-top:1px solid rgba(255,255,255,.05);margin-top:auto}.org-db-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#eb2e34,#e22585);color:#fff;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.org-db-user-info{display:flex;flex-direction:column;min-width:0}.org-db-user-name{font-size:.72rem;font-weight:700;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-db-user-email{font-size:.62rem;color:#ffffff4d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-db-main{flex:1;display:flex;flex-direction:column;background:#141414;overflow:hidden}.org-db-topbar{height:44px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:flex-end;padding:0 20px;gap:10px;flex-shrink:0}.org-db-topbar-right{display:flex;align-items:center;gap:10px}.org-db-flag{font-size:.9rem}.org-db-top-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#eb2e34,#e22585);color:#fff;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center}.org-db-body{flex:1;padding:24px 28px;overflow:hidden}.org-db-greeting{font-size:1.1rem;font-weight:700;color:#ffffffe6;margin:0 0 4px}.org-db-sub{font-size:.8rem;color:#ffffff59;margin:0 0 14px}.org-db-create-btn{display:inline-flex;align-items:center;gap:6px;background:#e22585;color:#fff;font-size:.75rem;font-weight:700;padding:8px 16px;border-radius:8px;border:none;cursor:default;margin-bottom:20px}.org-db-tab-row{margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06)}.org-db-tab-active{display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.06em;color:#e22585;border-bottom:2px solid #E22585;padding-bottom:8px}.org-db-toolbar{display:flex;align-items:flex-end;gap:10px;margin-bottom:16px;flex-wrap:wrap}.org-db-searchbar{flex:1;min-width:160px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:7px 12px;font-size:.72rem;color:#ffffff40}.org-db-filter-group{display:flex;flex-direction:column;gap:2px}.org-db-filter-label{font-size:.6rem;color:#ffffff4d}.org-db-filter-select{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:6px;padding:5px 10px;font-size:.7rem;color:#ffffff80;white-space:nowrap}.org-db-filter-btns{display:flex;gap:6px}.org-db-filter-btn-pink{background:transparent;border:1px solid #E22585;color:#e22585;font-size:.65rem;font-weight:700;padding:6px 10px;border-radius:6px;cursor:default;letter-spacing:.05em}.org-db-filter-btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.1);color:#ffffff59;font-size:.65rem;font-weight:600;padding:6px 10px;border-radius:6px;cursor:default;letter-spacing:.05em}.org-db-table{background:#ffffff06;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow-x:auto;width:100%}.org-db-table-head{display:grid;grid-template-columns:80px 100px 100px 1fr 90px 110px 110px;padding:12px 20px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06);gap:12px;min-width:800px}.org-db-table-head span{font-size:.65rem;font-weight:700;letter-spacing:.08em;color:#ffffff59;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-db-table-row{display:grid;grid-template-columns:80px 100px 100px 1fr 90px 110px 110px;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.04);align-items:center;gap:12px;min-width:800px}.org-db-table-row:last-child{border-bottom:none}.org-db-status{font-size:.62rem;font-weight:800;color:#4ade80;background:#4ade801f;padding:3px 8px;border-radius:4px;width:fit-content;text-transform:uppercase}.org-db-event{font-size:.78rem;font-weight:700;color:#fff;letter-spacing:.02em}.org-db-date{font-size:.72rem;color:#ffffffb3}.org-db-location{font-size:.72rem;color:#ffffff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-db-count{font-size:.78rem;color:#fff;font-weight:600;display:flex;align-items:center;gap:6px}.org-db-count i{font-style:normal;font-size:.8rem;color:#ffffff4d;cursor:default}.org-db-actions{display:flex;justify-content:flex-end}.org-db-manage-btn{background:transparent;border:1px solid rgba(226,37,133,.4);color:#e22585;font-size:.65rem;font-weight:700;padding:6px 14px;border-radius:6px;cursor:default;transition:all .2s;letter-spacing:.04em}.org-db-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:8px}.org-db-empty-state p{font-size:.75rem;color:#ffffff40;margin:0}.org-stats-section{padding:5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#fff}.org-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.org-stat-item{display:flex;flex-direction:column;gap:.5rem}.org-stat-value{font-size:5rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#eb2e34,#e22585);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.org-stat-label{font-size:.95rem;color:#374151;font-weight:500}.org-showcase-section{padding:5rem 0;background:#f8fafc}.org-showcase-dark{background:#161616}.org-showcase-light{background:#f8fafc}.org-showcase-row{display:flex;align-items:center;gap:5rem}.org-showcase-row-reverse{flex-direction:row-reverse}.org-showcase-text{flex:1;max-width:460px}.org-showcase-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#e22585;background:#e225851a;border:1px solid rgba(226,37,133,.25);padding:5px 14px;border-radius:50px;margin-bottom:1.5rem}.org-showcase-title{font-size:3.5rem;font-weight:700;line-height:1em;margin-bottom:1rem;color:#111}.org-showcase-dark .org-showcase-title{color:#f9fafb}.org-showcase-desc{font-size:1.22rem;line-height:1.65;margin-bottom:1.5rem;color:#111}.org-showcase-dark .org-showcase-desc{color:#f9fafb}.org-showcase-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.org-showcase-list li{display:flex;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:400;list-style:none}.org-showcase-list li:before{content:"✓";font-size:1.5rem;font-weight:300;line-height:1;color:#e22585;flex-shrink:0}.org-showcase-dark .org-showcase-list li{color:#f9fafb}.org-showcase-image{flex:1.3;display:flex;align-items:center;justify-content:center;min-width:420px}.org-img-frame{border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 60px #0000001f}.org-showcase-dark .org-img-frame{border-color:#ffffff0f;box-shadow:0 24px 60px #00000080}.org-img-frame img{width:100%;display:block}.org-orders-showcase{background:#0d0d11;border-radius:20px;border:1px solid rgba(255,255,255,.06);box-shadow:0 32px 80px #00000073;overflow:hidden;width:100%}.org-orders-header{display:flex;align-items:center;gap:6px;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.06);background:#18181c}.org-orders-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0}.org-orders-dot:nth-child(1){background:#ff5f57}.org-orders-dot:nth-child(2){background:#febc2e}.org-orders-dot:nth-child(3){background:#28c840}.org-orders-title-bar{font-size:.75rem;font-weight:500;color:#ffffff59;margin-left:10px;letter-spacing:.01em}.org-orders-showcase .orders-widget{width:100%;padding:0 20px}.org-orders-col-labels{display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;padding:12px 4px 10px;font-size:.65rem;font-weight:600;color:#ffffff47;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.06)}.org-orders-scroll-container{height:340px;overflow:hidden;mask-image:linear-gradient(to bottom,black 0%,black 78%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 78%,transparent 100%)}.org-orders-scroll-container .orders-list{animation:scroll-orders 14s linear infinite}.org-orders-showcase .order-row{padding:11px 4px;border-bottom:1px solid rgba(255,255,255,.05);gap:12px}.org-orders-showcase .order-type{font-size:.68rem;padding:4px 10px}.org-orders-showcase .order-event{font-size:.8rem;color:#ffffffe0}.org-orders-showcase .order-method{font-size:.72rem;color:#ffffff61}.org-orders-showcase .order-status{font-size:.65rem;padding:4px 12px}.org-features-section{padding:5rem 0;background:#fff;overflow:hidden}.org-features-header{text-align:left;margin-bottom:4rem;max-width:900px}.org-features-label{display:inline-flex;align-items:center;padding:5px 14px;border-radius:100px;border:1px solid rgba(226,37,133,.25);font-size:.72rem;font-weight:600;letter-spacing:.1em;color:#e22585;margin-bottom:1.25rem;background:#e2258514}.org-features-title{font-size:3.5rem;font-weight:700;line-height:1.08;margin-bottom:1.25rem}.org-features-title-gradient{background:linear-gradient(#eb2e34 -30%,#e22585);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.org-features-title-plain{color:#111}.org-features-subtitle{font-size:1.5rem;font-weight:400;color:#111}.org-features-track-wrapper{width:100%;overflow:hidden;padding-bottom:5rem;mask-image:linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%)}.org-features-track{display:flex;gap:1.25rem;width:max-content;animation:org-marquee 32s linear infinite}.org-features-track-wrapper:hover .org-features-track{animation-play-state:paused}@keyframes org-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.org-feature-card{flex-shrink:0;width:260px;height:340px;border-radius:20px;padding:1.75rem 1.75rem 0;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;cursor:default}.org-feature-card-title{font-size:1.35rem;font-weight:600;color:#fffffff2;line-height:1.25;flex-shrink:0}.org-feature-card-title--dark{color:#0f0f0fe6}.org-feature-card-visual{font-size:7rem;line-height:1;text-align:center;margin-top:auto;transform:translateY(18px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.25));-webkit-user-select:none;user-select:none}.org-feature-card-visual--dark{filter:drop-shadow(0 8px 24px rgba(0,0,0,.12))}.org-steps-section{padding:7rem 0;background:#f8fafc}.org-steps-title{font-size:2.25rem;font-weight:800;text-align:center;color:var(--color-text);margin-bottom:4rem}.org-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.org-steps-grid:before{content:"";position:absolute;top:28px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:1px;background:linear-gradient(90deg,#eb2e34,#e22585);opacity:.25}.org-step{text-align:center;position:relative}.org-step-number{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#eb2e34,#e22585);color:#fff;font-size:1.25rem;font-weight:800;text-shadow:0 1px 1px rgba(0,0,0,.4);margin-bottom:1.25rem;box-shadow:0 8px 20px #eb2e344d}.org-step-title{font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.org-step-desc{font-size:1.15rem;color:#000;line-height:1.55}.org-cta-section{padding:6rem 0 8rem;background:#fff}.org-cta-card{background:linear-gradient(135deg,#eb2e34 -50%,#e22585);border-radius:32px;padding:4rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;overflow:hidden}.org-cta-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-55deg,rgba(0,0,0,.05) 0px,rgba(0,0,0,.05) 1px,transparent 1px,transparent 28px);pointer-events:none}.org-cta-content{position:relative;z-index:1}.org-cta-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.75rem;line-height:1.2;text-shadow:0 1px 1px rgba(0,0,0,.4)}.org-cta-desc{font-size:1.35rem;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.4);color:#fff;margin:0}.org-cta-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0;position:relative;z-index:1}.org-cta-btn-primary{padding:.875rem 1.75rem;background:#fff;color:#eb2e34;font-weight:700;font-size:.95rem;border-radius:50px;text-decoration:none;transition:transform .2s,opacity .2s;white-space:nowrap}.org-cta-btn-primary:hover{transform:translateY(-2px);opacity:.92}.org-cta-btn-secondary{padding:.875rem 1.75rem;background:#ffffff26;color:#fff;font-weight:600;font-size:.95rem;border-radius:50px;border:1px solid rgba(255,255,255,.4);text-decoration:none;transition:background .2s,transform .2s;white-space:nowrap}.org-cta-btn-secondary:hover{background:#ffffff38;transform:translateY(-2px)}@media (max-width: 1024px){.org-hero-title{font-size:3.5rem}.org-browser-content{height:420px}.org-showcase-row{gap:3rem}}@media (max-width: 768px){.org-hero{padding:100px 0 80px}.org-hero-title{font-size:2.6rem}.org-pill{display:none}.org-dash-section{padding:0 0 3rem}.org-browser-content{flex-direction:column;height:auto}.org-db-sidebar{width:100%;height:56px;flex-direction:row;padding:0 16px;align-items:center;border-right:none;border-bottom:1px solid rgba(255,255,255,.05)}.org-db-nav,.org-db-search-row,.org-db-user{display:none}.org-db-logo{padding:0;border:none;margin:0}.org-stats-grid{grid-template-columns:1fr;gap:2.5rem}.org-stat-value{font-size:3.5rem}.org-showcase-row,.org-showcase-row-reverse{flex-direction:column;gap:2.5rem}.org-showcase-text{max-width:100%;text-align:center}.org-showcase-list{text-align:left}.org-steps-grid{grid-template-columns:repeat(2,1fr)}.org-steps-grid:before{display:none}.org-cta-card{flex-direction:column;align-items:flex-start;padding:2.5rem 2rem;gap:2rem}.org-cta-title{font-size:1.6rem}}@media (max-width: 480px){.org-hero-title{font-size:2.1rem}.org-steps-grid{grid-template-columns:1fr}.org-cta-actions{flex-direction:column;width:100%}.org-cta-btn-primary,.org-cta-btn-secondary{text-align:center;width:100%}}.org-feat-pills-refined{position:relative;width:100%;overflow:hidden;padding:30px 0;display:flex;flex-direction:column;gap:16px;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}.pills-track{display:flex;gap:14px;width:max-content;animation:pills-scroll-ltr 28s linear infinite}.pills-track--reverse{animation-name:pills-scroll-rtl;animation-duration:32s}@keyframes pills-scroll-ltr{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes pills-scroll-rtl{0%{transform:translate(0)}to{transform:translate(-50%)}}.org-feat-pill-refined{display:flex;align-items:center;gap:10px;padding:12px 24px;border-radius:50px;font-size:.85rem;font-weight:800;letter-spacing:.05em;white-space:nowrap;pointer-events:none;background:#f1f5f9;color:#334155;box-shadow:0 4px 12px #0000000d;border:1px solid rgba(0,0,0,.03);transition:transform .3s ease}.org-feat-pill-refined:hover{transform:translateY(-2px);background:#fff}.org-taxas-section{padding:6rem 0;background:#f8fafc}.org-taxas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.org-taxa-item{display:flex;flex-direction:column;gap:.8rem}.org-taxa-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(226,37,133,.2);border-radius:8px;color:#e22585;margin-bottom:.5rem;background:#e225850d}.org-taxa-title{font-size:1.25rem;font-weight:700;color:#000;margin:0;letter-spacing:-.01em}.org-taxa-desc{font-size:1.1rem;line-height:1.5;color:#000;margin:0}@media (max-width: 1024px){.org-taxas-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 640px){.org-taxas-grid{grid-template-columns:1fr;gap:2rem}.org-taxas-section{padding:4rem 0}}
