@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{color:#fff;background:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;--surface: rgba(255, 255, 255, .09);--surface-strong: rgba(255, 255, 255, .15);--muted: rgba(255, 255, 255, .7);--line: rgba(255, 255, 255, .12)}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:#000}body.viewer-open,body.followers-open{overflow:hidden}a{color:inherit;text-decoration:none}.profile-shell{position:relative;width:100%;min-height:100vh;margin:0 auto;padding:34px 0 56px;overflow-x:hidden;isolation:isolate}.desktop-bg{position:fixed;inset:0;width:100%;overflow:hidden;opacity:.42;pointer-events:none;z-index:0}.desktop-bg:before{content:"";position:absolute;inset:-54px;background:url(/assets/profile/01-profile-luan.webp) center / cover no-repeat;filter:blur(24px);transform:scale(1.05)}.hero{position:relative;width:566px;height:546px;margin:0 auto;overflow:hidden;border-radius:30px 30px 0 0;background:#111;box-shadow:none;z-index:2}.hero-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,#0000 48%,#000000f0)}.profile-card{width:566px;margin:-139px auto 0;padding:0 37px;position:relative;z-index:2;text-align:center}h1{width:max-content;margin:0 auto;font-size:32px;line-height:40px;font-weight:750;letter-spacing:0}.username{width:max-content;margin:0 auto;color:#ffffff80;font-size:14px;line-height:15px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.verified-badge{width:15px;height:15px;display:inline-block;flex:0 0 auto;color:#1d9bf0;fill:#1d9bf0;stroke:#fff}.follower-total{width:max-content;margin:-5px auto 11px;padding:0;border:0;background:transparent;color:#fffffff0;font:inherit;font-size:15px;line-height:20px;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;appearance:none}.follower-count{margin-right:4px;font-weight:700}.follower-chevron{width:9px;height:6px;margin-left:5px;display:inline-block;flex:0 0 auto;transform:rotate(180deg)}.follower-total[data-status=partial],.follower-total[data-status=stale]{color:#ffffffb8}.followers-drawer{position:fixed;inset:0;z-index:120;display:flex;align-items:flex-end;justify-content:center;color:#fff}.followers-drawer[aria-hidden=true]{display:none}.followers-backdrop{position:absolute;inset:0;border:0;background:#0000008f;cursor:pointer}.followers-sheet{position:relative;width:min(546px,calc(100% - 20px));max-height:min(80vh,560px);overflow:hidden;border-radius:24px 24px 0 0;background:#252525;color:#fff;box-shadow:0 -18px 60px #00000080;animation:followersSheetIn .18s ease-out}.followers-grabber{width:54px;height:22px;display:block;margin:8px auto 0;padding:0;border:0;background:transparent;cursor:pointer;appearance:none}.followers-grabber:before{content:"";display:block;width:42px;height:4px;margin:8px auto 0;border-radius:999px;background:#ffffff42}.followers-sheet-scroll{max-height:calc(min(80vh,560px) - 30px);overflow-y:auto;overflow-x:hidden;padding:0 16px 18px;scrollbar-width:none}.followers-sheet-scroll::-webkit-scrollbar{display:none}.followers-sheet-total{padding:2px 18px 14px;text-align:center}.followers-sheet-total p{margin:0;color:#fffffff0;font-size:15px;line-height:16px;font-weight:500}.followers-sheet-total strong{margin-right:4px;font-weight:750}.followers-list{display:grid;gap:20px;padding:0 12px}.followers-row{min-height:45px;display:flex;align-items:center;gap:14px;color:#fff}.followers-row-icon{width:45px;height:45px;display:block;border-radius:999px;object-fit:cover;flex:0 0 auto}.followers-row-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:1px;text-align:left}.followers-row-copy strong{max-width:360px;overflow:hidden;color:#fff;font-size:15px;line-height:20px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.followers-row-copy span{color:#ffffff80;font-size:14px;line-height:20px;font-weight:400}.followers-row-copy em{margin-right:4px;color:#ffffffb8;font-style:normal}@keyframes followersSheetIn{0%{transform:translateY(22px);opacity:.92}to{transform:translateY(0);opacity:1}}.socials{display:flex;align-items:center;justify-content:center;gap:2px;height:53px;margin:8px 0 0;padding:2px 0 8px}.social-link{width:39.2px;height:39.7px;display:grid;place-items:center;border-radius:999px;transition:transform .18s ease,filter .18s ease}.social-link:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.1)}.social-link img{width:100%;height:100%;display:block;border-radius:999px}.content-panel{width:566px;margin:0 auto;position:relative;z-index:2;background:#000;color:#fff}.content-panel:before{content:"";position:absolute;right:0;bottom:100%;left:0;height:24px;background:linear-gradient(180deg,#0000,#000);pointer-events:none}.bio{width:calc(100% - 28px);margin:0 auto 11px;padding:8px 0;color:#fff;font-size:14px;font-weight:400;line-height:18px;text-align:center;display:flex;justify-content:center}.bio-copy{width:min(442px,calc(100% - 36px));white-space:normal;font-weight:600}.bio strong{font-weight:900}.movement-links{width:calc(100% - 32px);margin:2px auto 28px;display:grid;gap:10px}.movement-link{position:relative;min-height:78px;padding:12px 15px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#151515;display:flex;align-items:center;gap:12px;color:#fff;overflow:hidden;transition:border-color .18s ease,transform .18s ease}.movement-link:hover{border-color:#ffffff57;transform:translateY(-1px)}.movement-link:focus-visible{outline:2px solid #fff;outline-offset:3px}.movement-link-whatsapp{min-height:88px;border-color:#ecebe7;background:#f5f4ef;color:#111}.movement-link-whatsapp:hover{border-color:#fff}.movement-link-avatar{position:relative;width:52px;height:52px;flex:0 0 auto}.movement-link-avatar img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover}.movement-link-avatar i{position:absolute;right:0;bottom:1px;width:13px;height:13px;border:2px solid #f5f4ef;border-radius:50%;background:#25d366}.movement-link-copy{min-width:0;display:grid;gap:1px;text-align:left;z-index:1}.movement-link-copy small{color:#ffffff80;font-size:9px;line-height:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.movement-link-copy strong{font-size:16px;line-height:21px;font-weight:800}.movement-link-copy em{overflow:hidden;color:#ffffff9e;font-size:11px;line-height:16px;font-style:normal;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.movement-link-whatsapp .movement-link-copy small,.movement-link-whatsapp .movement-link-copy em{color:#11111194}.movement-link-index{width:52px;color:#d62e35;font-size:30px;line-height:32px;font-weight:900;text-align:center}.movement-link-arrow{position:relative;width:28px;height:28px;margin-left:auto;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#ffffffad;font-size:16px;line-height:1}.movement-link-whatsapp .movement-link-arrow{color:#111}.movement-link-stickers{min-height:92px;border-color:#d62e359e;background:#b9232a}.movement-link-stickers .movement-link-copy{max-width:58%}.movement-link-stickers .movement-link-copy small,.movement-link-stickers .movement-link-copy em{color:#ffffffc7}.movement-link-sticker-art{position:absolute;top:10px;right:45px;bottom:10px;width:150px;overflow:hidden;border:2px solid rgba(255,255,255,.88);border-radius:5px;background:#fff;transform:rotate(-2deg)}.movement-link-sticker-art img{width:100%;height:100%;display:block;object-fit:cover}.instagram-section{width:100%;margin:0 auto;position:relative;z-index:2}.section-title{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:566px;margin:0 auto 12px;padding:0 16px}.instagram-glyph{width:20px;height:20px;display:block;flex:0 0 auto}.section-title h2{margin:0;font-size:16px;line-height:24px;font-weight:600}.post-rail{display:flex;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;width:566px;max-width:100%;margin:0 auto;padding:4px 0 32px;scrollbar-width:none}.post-rail::-webkit-scrollbar{display:none}.post-card{position:relative;width:140px;aspect-ratio:9 / 16;flex:0 0 auto;overflow:hidden;display:block;padding:0;border:0;border-radius:12px;background:var(--surface);box-shadow:none;color:inherit;cursor:pointer;font:inherit;text-align:left;appearance:none}.post-card:first-child{margin-left:16px}.post-card:last-child{margin-right:16px}.post-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .26s ease}.post-card:hover img{transform:scale(1.045)}.post-card:focus-visible{outline:2px solid rgba(255,255,255,.88);outline-offset:3px}.post-gradient{position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.74))}.post-stats{position:absolute;left:8px;right:8px;bottom:8px;display:flex;justify-content:flex-start;align-items:center;gap:8px;color:#fff;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.5)}.post-stat{display:inline-flex;align-items:center;gap:4px;min-width:0}.stat-icon{width:14px;height:14px;display:block;flex:0 0 auto}.post-stats strong,.post-stats em{font-style:normal;font-size:12px;line-height:16px;font-weight:400}.petitions-section{width:100%;margin:2px auto 24px;position:relative;z-index:2}.petition-title-icon{width:22px;height:22px;display:block;flex:0 0 auto;color:#ffffffeb;filter:drop-shadow(0 1px 7px rgba(0,0,0,.42))}.petition-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:566px;max-width:100%;margin:0 auto;padding:0 16px 6px}.petition-card{position:relative;min-height:176px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;border-radius:14px;background:#101010;color:#fff;isolation:isolate;transform:translateZ(0)}.petition-card:after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 74% 16%,#ffffff24,#fff0 32%),linear-gradient(180deg,#00000005,#00000029 38%,#000000e0)}.petition-card-cover{position:absolute;inset:0;z-index:0;width:100%;height:100%;display:block;object-fit:cover;transition:transform .26s ease,filter .26s ease}.petition-card:hover .petition-card-cover{transform:scale(1.045);filter:brightness(1.08)}.petition-card:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:3px}.petition-card-body{position:relative;z-index:2;display:grid;gap:5px;padding:14px;text-shadow:0 2px 10px rgba(0,0,0,.48)}.petition-card-kicker{width:max-content;border-radius:999px;padding:4px 8px;background:#ffffff29;color:#ffffffdb;font-size:10px;line-height:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.petition-card strong{font-size:17px;line-height:20px;font-weight:850;letter-spacing:0}.petition-card em{max-width:25ch;color:#ffffffc2;font-style:normal;font-size:12px;line-height:15px;font-weight:500}.footer{display:flex;justify-content:center;align-items:center;gap:10px;margin:18px auto 0;color:#fff9;font-size:12px;line-height:24px;font-weight:400}.footer span{width:4px;height:4px;border-radius:999px;background:#ffffff42}.volunteer-body{background:#f4f5f7;color:#151817}.volunteer-body [hidden]{display:none!important}.volunteer-page{min-height:100vh;padding-bottom:44px;background:#f4f5f7}.volunteer-topbar{width:min(960px,calc(100% - 32px));height:72px;margin:0 auto;display:flex;align-items:center;gap:14px}.volunteer-back{width:40px;height:40px;border:1px solid #d9ddda;border-radius:999px;display:grid;place-items:center;color:#161a18;background:#fff}.volunteer-back svg{width:18px;height:18px}.volunteer-back:hover{background:#edf0ee}.volunteer-brand{display:flex;align-items:center;gap:9px;color:#151817}.volunteer-brand img{width:40px;height:40px;display:block;border-radius:999px;object-fit:cover}.volunteer-brand>span{display:grid;line-height:1}.volunteer-brand strong{font-size:14px;line-height:18px;font-weight:800}.volunteer-brand small{color:#68706c;font-size:11px;line-height:14px;font-weight:500}.volunteer-brand .verified-badge{width:14px;height:14px;margin-left:-5px}.volunteer-hero{position:relative;width:min(960px,calc(100% - 32px));min-height:340px;margin:0 auto;overflow:hidden;border-radius:8px;background:#101814;color:#fff;isolation:isolate;display:flex;align-items:flex-end}.volunteer-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#060e0afa,#060e0acc 48%,#060e0a26 78%)}.volunteer-hero>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;display:block;object-fit:cover;object-position:center 38%}.volunteer-hero-copy{width:min(570px,74%);padding:48px}.volunteer-eyebrow{width:max-content;display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;color:#8ce0ad;font-size:13px;line-height:18px;font-weight:800;letter-spacing:0}.volunteer-eyebrow svg{width:18px;height:18px}.volunteer-hero h1{width:auto;margin:0 0 16px;color:#fff;font-size:42px;line-height:48px;font-weight:850;letter-spacing:0;text-align:left}.volunteer-hero p{max-width:52ch;margin:0;color:#ffffffc2;font-size:16px;line-height:24px}.volunteer-form-shell{width:min(760px,calc(100% - 32px));margin:32px auto 0}.volunteer-form{background:#fff;border:1px solid #e0e3e1;border-radius:8px;box-shadow:0 12px 38px #16201a12}.volunteer-step{padding:34px 38px 38px;border-bottom:1px solid #e8eae9}.volunteer-step-title{display:flex;align-items:flex-start;gap:13px;margin-bottom:26px}.volunteer-step-title>span{width:29px;height:29px;border-radius:999px;display:grid;place-items:center;flex:0 0 auto;background:#15251c;color:#fff;font-size:12px;line-height:12px;font-weight:800}.volunteer-step-title h2{margin:0;color:#151817;font-size:20px;line-height:26px;font-weight:800;letter-spacing:0}.volunteer-step-title p{margin:3px 0 0;color:#747b77;font-size:13px;line-height:19px}.volunteer-fields{display:grid;gap:16px}.volunteer-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.volunteer-fields.three-columns{grid-template-columns:1.05fr 1.35fr 1.2fr}.volunteer-fields.volunteer-social-fields{grid-template-columns:minmax(0,1fr) 160px;margin-top:16px}.volunteer-field{min-width:0;display:grid;gap:8px;color:#252a27}.volunteer-field.full-width{grid-column:1 / -1}.volunteer-field>span{font-size:12px;line-height:16px;font-weight:750}.volunteer-field em{color:#7a817d;font-style:normal;font-weight:500}.volunteer-field input,.volunteer-field select,.volunteer-field textarea{width:100%;min-width:0;min-height:46px;padding:11px 13px;border:1px solid #d6dad7;border-radius:6px;outline:0;background:#fff;color:#151817;font:inherit;font-size:14px;line-height:20px;letter-spacing:0;transition:border-color .16s ease,box-shadow .16s ease}.volunteer-field textarea{min-height:110px;resize:vertical}.volunteer-field input::placeholder,.volunteer-field textarea::placeholder{color:#a1a7a3}.volunteer-field input:focus,.volunteer-field select:focus,.volunteer-field textarea:focus{border-color:#258654;box-shadow:0 0 0 3px #2586541f}.volunteer-choice-group{margin:26px 0 0;padding:0;border:0}.volunteer-choice-group legend{margin-bottom:10px;color:#252a27;font-size:12px;line-height:16px;font-weight:750}.volunteer-segments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.volunteer-segments label{min-width:0}.volunteer-segments input{position:absolute;opacity:0;pointer-events:none}.volunteer-segments span{min-height:43px;padding:10px 8px;border:1px solid #d6dad7;border-radius:6px;display:grid;place-items:center;color:#505753;background:#fff;font-size:12px;line-height:16px;font-weight:700;text-align:center;cursor:pointer}.volunteer-segments input:checked+span{border-color:#247d50;background:#eaf5ef;color:#165b39}.volunteer-segments input:focus-visible+span{outline:2px solid #247d50;outline-offset:2px}.volunteer-route-note{margin-top:18px;padding:14px;border:1px solid #d8e5dc;border-radius:6px;background:#f2f8f4;display:flex;align-items:flex-start;gap:10px;color:#31503e}.volunteer-route-note svg{width:18px;height:18px;margin-top:1px;flex:0 0 auto}.volunteer-route-note p{margin:0;font-size:13px;line-height:19px}.volunteer-route-note strong{display:block;color:#1c3d2a}.volunteer-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.volunteer-option{min-width:0;display:block}.volunteer-option>input{position:absolute;opacity:0;pointer-events:none}.volunteer-option-card{position:relative;min-height:86px;padding:14px 40px 14px 14px;border:1px solid #dce0dd;border-radius:8px;background:#fff;display:flex;align-items:flex-start;gap:11px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.volunteer-option-card>svg{width:20px;height:20px;margin-top:1px;flex:0 0 auto;color:#287b50}.volunteer-option-card>span:not(.volunteer-option-check){min-width:0;display:grid;gap:3px}.volunteer-option-card strong{color:#252a27;font-size:13px;line-height:18px;font-weight:780}.volunteer-option-card small{color:#7b817d;font-size:11px;line-height:16px;font-weight:500}.volunteer-option-check{position:absolute;top:14px;right:14px;width:18px;height:18px;border:1.5px solid #b9bfbb;border-radius:5px;background:#fff}.volunteer-option>input:checked+.volunteer-option-card{border-color:#247d50;background:#f0f8f3}.volunteer-option>input:checked+.volunteer-option-card .volunteer-option-check{border-color:#247d50;background:#247d50;box-shadow:inset 0 0 0 4px #f0f8f3}.volunteer-option>input:focus-visible+.volunteer-option-card{outline:2px solid #247d50;outline-offset:2px}.volunteer-conditional{margin-top:18px;padding:20px;border:1px solid #dce2de;border-radius:8px;background:#f7f9f8}.volunteer-conditional-title{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#264633}.volunteer-conditional-title svg{width:19px;height:19px}.volunteer-conditional-title strong{font-size:13px;line-height:18px;font-weight:800}.volunteer-input-suffix{position:relative}.volunteer-input-suffix input{padding-right:42px}.volunteer-input-suffix>span{position:absolute;top:50%;right:13px;color:#7b817d;font-size:12px;transform:translateY(-50%)}.volunteer-mini-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.volunteer-mini-options .volunteer-option-card{min-height:48px;padding-top:12px;padding-bottom:12px;align-items:center}.volunteer-notes{margin-top:20px}.volunteer-form-footer{padding:30px 38px 38px}.volunteer-consent{display:flex;align-items:flex-start;gap:10px;color:#59605c;font-size:12px;line-height:18px}.volunteer-consent input{width:18px;height:18px;margin:1px 0 0;accent-color:#247d50;flex:0 0 auto}.volunteer-consent a{color:#16683f;font-weight:700;text-decoration:underline;text-underline-offset:2px}.volunteer-form-footer .cf-turnstile{min-height:65px;margin:20px 0 14px}.volunteer-error{margin:0 0 14px;padding:11px 12px;border:1px solid #f0c5c5;border-radius:6px;background:#fff2f2;color:#9d2525;font-size:12px;line-height:18px;font-weight:650}.volunteer-submit{width:100%;min-height:52px;padding:13px 18px;border:0;border-radius:6px;background:#157a47;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:14px;line-height:20px;font-weight:800;cursor:pointer;transition:background .16s ease,transform .16s ease}.volunteer-submit:hover{background:#10663b;transform:translateY(-1px)}.volunteer-submit:disabled{cursor:wait;opacity:.7;transform:none}.volunteer-submit svg{width:18px;height:18px}.volunteer-success{padding:64px 42px;border:1px solid #dce4df;border-radius:8px;background:#fff;box-shadow:0 12px 38px #16201a12;text-align:center}.volunteer-success-icon{width:54px;height:54px;margin:0 auto 18px;border-radius:999px;display:grid;place-items:center;background:#e8f6ee;color:#167a47}.volunteer-success-icon svg{width:28px;height:28px}.volunteer-success h2{margin:0 0 8px;color:#151817;font-size:24px;line-height:30px;font-weight:850}.volunteer-success p{max-width:54ch;margin:0 auto 24px;color:#69706c;font-size:14px;line-height:21px}.volunteer-success a{display:inline-flex;padding:11px 16px;border-radius:6px;background:#151817;color:#fff;font-size:13px;line-height:18px;font-weight:750}.volunteer-page-footer{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;color:#777e7a;font-size:12px;line-height:18px}.volunteer-page-footer span{width:3px;height:3px;border-radius:999px;background:#a6aca8}.reel-viewer{position:fixed;inset:0;z-index:100;background:#000000f2}.reel-viewer[aria-hidden=true]{display:none}.reel-shell{position:relative;width:100%;height:100%;color:#fff;overflow:hidden}.reel-header{position:absolute;top:0;left:0;right:0;z-index:20;min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:16px;background:linear-gradient(180deg,rgba(0,0,0,.5),transparent);pointer-events:none}.reel-title-group{display:flex;align-items:center;gap:10px}.reel-header h2{margin:0;font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.reel-counter{color:#ffffffb8;font-size:14px;line-height:20px;font-weight:400}.reel-close{width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:#ffffff1f;color:#fff;cursor:pointer;font:inherit;font-size:28px;line-height:1;pointer-events:auto}.reel-peek{position:absolute;left:50%;z-index:10;width:100%;max-width:400px;height:64px;overflow:hidden;padding:0 16px;transform:translate(-50%);pointer-events:auto}.reel-peek[hidden]{display:none}.reel-peek-top{top:0}.reel-peek-bottom{bottom:0}.reel-peek-button{position:relative;width:100%;aspect-ratio:9 / 16;display:block;overflow:hidden;padding:0;border:0;border-radius:16px;background:#ffffff1a;cursor:pointer;opacity:.6;transition:opacity .18s ease}.reel-peek-button:hover{opacity:.9}.reel-peek-top .reel-peek-button{transform:translateY(calc(-100% + 64px))}.reel-peek-button img{width:100%;height:100%;display:block;object-fit:cover}.reel-peek-top img{object-position:bottom}.reel-peek-bottom img{object-position:top}.reel-peek-overlay{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:center;padding-top:8px;background:#0006;color:#fffc;transition:background .18s ease}.reel-peek-top .reel-peek-overlay{align-items:flex-end;padding-top:0;padding-bottom:8px}.reel-peek-button:hover .reel-peek-overlay{background:#0003}.reel-peek-chevron{width:32px;height:32px;display:block}.reel-scroll{width:100%;height:100%;overflow-x:hidden;overflow-y:scroll;overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scrollbar-width:none}.reel-scroll::-webkit-scrollbar{display:none}.reel-slide{position:relative;width:100%;height:100vh;min-height:720px;margin:0;padding-top:0;display:flex;justify-content:center;align-items:center;scroll-snap-align:start;scroll-snap-stop:always}.reel-video-shell{position:relative;width:400px;height:calc(100vh - 120px);max-height:750px;overflow:hidden;border-radius:14px;background:#000}.reel-video{width:100%;height:100%;display:block;object-fit:cover;background:#000}.reel-center-play{position:absolute;top:50%;left:50%;z-index:5;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#fff3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translate(-50%,-50%);pointer-events:none}.reel-center-play[hidden]{display:none}.reel-center-play-icon{width:40px;height:40px;display:block;margin-left:4px}.reel-bottom-gradient{position:absolute;inset:42% 0 0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));pointer-events:none}.reel-slide-meta{position:absolute;left:16px;right:74px;bottom:20px;z-index:3;display:grid;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.52);pointer-events:none}.reel-slide-meta p{margin:0;max-height:72px;overflow:hidden;font-size:14px;line-height:18px;font-weight:500}.reel-side-actions{position:absolute;right:16px;bottom:68px;z-index:4;display:grid;justify-items:center;gap:14px;color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.44);pointer-events:none}.reel-avatar{width:40px;height:40px;display:block;overflow:hidden;border:2px solid #fff;border-radius:999px;background:#111}.reel-avatar img{width:100%;height:100%;display:block;object-fit:cover}.reel-side-action{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;line-height:16px;font-weight:500}.reel-side-action .stat-icon{width:42px;height:42px;padding:9px;border-radius:999px;background:#ffffff2e}.reel-side-action strong{font-size:12px;line-height:16px;font-weight:500}.reel-close:hover{background:#ffffff1f}.reel-close:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:3px}.reel-peek-button:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:-4px}.legal-page{width:min(100%,720px);min-height:100vh;margin:0 auto;padding:48px 22px;color:#fff}.legal-page h1{margin:24px 0;font-size:clamp(40px,9vw,64px)}.legal-page p{max-width:680px;color:#ffffffd1;font-size:18px;line-height:1.7}.legal-back{color:#ffffffad;font-size:14px;font-weight:800}.petition-body{background:#e9e5db;color:#16150f}.petition-page,.petition-hub{min-height:100vh;background:#e9e5db;color:#16150f;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.petition-page{position:relative;overflow-x:hidden}.petition-page:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.05;background-image:radial-gradient(rgba(0,0,0,.55) .8px,transparent .8px);background-size:5px 5px;mix-blend-mode:multiply}.petition-hazard{height:12px;background:repeating-linear-gradient(45deg,#f4b400 0 22px,#16150f 22px 44px)}.petition-pedofilia .petition-hazard{background:repeating-linear-gradient(45deg,#c0362a 0 22px,#16150f 22px 44px)}.petition-shell{position:relative;z-index:1;width:min(1140px,100%);margin:0 auto;padding:0 22px 90px}.petition-masthead{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0 12px}.petition-brand{display:inline-flex;align-items:center;gap:10px;color:#16150f;font-size:13px;line-height:16px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.petition-brand img{width:34px;height:34px;display:block;border-radius:999px;object-fit:cover}.petition-share{padding:2px 0;border:0;border-bottom:3px solid #f4b400;background:transparent;color:#16150f;cursor:pointer;font:inherit;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.petition-pedofilia .petition-share{border-bottom-color:#c0362a}.petition-rule{height:5px;background:#16150f}.petition-kicker{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 0;color:#9a6300;font-size:12px;line-height:16px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.petition-pedofilia .petition-kicker{color:#a62920}.petition-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:42px;align-items:end;padding:24px 0 0}.petition-hero-grid h1,.petition-hub h1{width:auto;margin:0;color:#16150f;font-size:clamp(54px,10vw,116px);line-height:.88;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:0}.petition-lead,.petition-hub-hero p{max-width:52ch;margin:22px 0 0;color:#39352a;font-size:clamp(16px,2vw,21px);line-height:1.42;font-weight:600}.petition-author{margin:18px 0 0;color:#6e685b;font-size:12px;line-height:16px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.petition-hero-cover{width:100%;aspect-ratio:4 / 5;display:block;border:3px solid #16150f;box-shadow:9px 9px #16150f;object-fit:cover;background:#16150f}.petition-tally{display:grid;grid-template-columns:auto auto minmax(180px,1fr);gap:18px 22px;align-items:end;margin:30px 0 0;padding-top:20px;border-top:2px solid #16150f}.petition-count{color:#16150f;font-size:clamp(64px,12vw,146px);line-height:.78;font-weight:950;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.petition-count-label{padding-bottom:13px;color:#16150f;font-size:13px;line-height:1.5;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.petition-count-label b{color:#9a6300}.petition-pedofilia .petition-count-label b{color:#a62920}.petition-progress-wrap{padding-bottom:4px}.petition-progress{position:relative;height:20px;overflow:hidden;border:2px solid #16150f;background:#ded9cc}.petition-progress i{position:absolute;inset:0 auto 0 0;width:0;background:#f4b400;transition:width 1s ease}.petition-pedofilia .petition-progress i{background:#c0362a}.petition-progress span{position:absolute;top:-2px;bottom:-2px;right:0;width:2px;background:#16150f}.petition-progress-wrap p{margin:10px 0 0;color:#6e685b;font-size:13px;line-height:17px;font-weight:600}.petition-top-cta{width:max-content;max-width:100%;display:inline-flex;margin:24px 0 0;padding:16px 28px;background:#f4b400;color:#16150f;box-shadow:5px 5px #16150f;font-size:14px;line-height:16px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.petition-pedofilia .petition-top-cta{background:#c0362a;color:#fff}.petition-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:44px;align-items:start;margin-top:54px}.petition-content{display:grid;gap:36px}.petition-content section{display:grid;gap:14px}.petition-content h2{display:flex;align-items:center;gap:10px;margin:0;color:#9a6300;font-size:12px;line-height:16px;font-weight:950;text-transform:uppercase;letter-spacing:.16em}.petition-pedofilia .petition-content h2{color:#a62920}.petition-content h2:after{content:"";flex:1;height:2px;background:#16150f}.petition-content p,.petition-demand p,.petition-note{margin:0;color:#39352a;font-size:16px;line-height:1.62;font-weight:500}.petition-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;border:2px solid #16150f;background:#16150f}.petition-stat{display:grid;gap:7px;padding:14px 13px;background:#e9e5db}.petition-stat strong{color:#16150f;font-size:32px;line-height:.92;font-weight:950;letter-spacing:-.02em}.petition-stat span{color:#39352a;font-size:11.5px;line-height:1.35;font-weight:700}.petition-demands{display:grid}.petition-demand{display:flex;gap:18px;padding:16px 0;border-top:2px solid #16150f}.petition-demand:last-child{border-bottom:2px solid #16150f}.petition-demand>span{min-width:52px;color:#9a6300;font-size:50px;line-height:.82;font-weight:950}.petition-pedofilia .petition-demand>span{color:#a62920}.petition-demand h3{margin:0 0 8px;color:#16150f;font-size:18px;line-height:1.2;font-weight:900}.petition-privacy-note{padding:18px 0;border-top:2px solid #16150f;border-bottom:1px solid #16150f}.petition-form-card{position:sticky;top:16px;border:3px solid #16150f;background:#e9e5db;box-shadow:9px 9px #16150f}.petition-form-card.confidential{background:#16150f;color:#e9e5db;box-shadow:9px 9px #f4b400}.petition-pedofilia .petition-form-card.confidential{box-shadow-color:#c0362a}.petition-form-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;background:#16150f;color:#e9e5db}.petition-form-card.confidential .petition-form-head{background:#f4b400;color:#16150f}.petition-pedofilia .petition-form-card.confidential .petition-form-head{background:#c0362a;color:#fff}.petition-form-head h2{width:auto;margin:0;color:#f4b400;font-size:26px;line-height:1;font-weight:950;text-transform:uppercase;text-align:left}.petition-pedofilia .petition-form-head h2{color:#ffdfd8}.petition-form-card.confidential .petition-form-head h2{color:inherit}.petition-form-head span{color:#e9e5dbad;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.petition-form-card.confidential .petition-form-head span{color:#16150fa8}.petition-pedofilia .petition-form-card.confidential .petition-form-head span{color:#ffffffbd}.petition-tabs{display:flex;border-bottom:3px solid #16150f}.petition-form-card.confidential .petition-tabs{border-bottom-color:#e9e5db}.petition-tabs button{flex:1;margin-bottom:-3px;padding:15px 8px;border:0;border-bottom:4px solid transparent;background:transparent;color:#6e685b;cursor:pointer;font:inherit;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.petition-tabs button:first-child{border-right:2px solid #16150f}.petition-form-card.confidential .petition-tabs button:first-child{border-right-color:#e9e5db4d}.petition-tabs button[aria-pressed=true]{border-bottom-color:#f4b400;color:#16150f}.petition-pedofilia .petition-tabs button[aria-pressed=true]{border-bottom-color:#c0362a}.petition-form-card.confidential .petition-tabs button{color:#e9e5db8c}.petition-form-card.confidential .petition-tabs button[aria-pressed=true]{color:#e9e5db}.petition-form{display:none;padding:22px 20px}.petition-form.active{display:grid;gap:14px}.petition-form p{margin:0;color:#39352a;font-size:14px;line-height:1.52;font-weight:600}.petition-form-card.confidential .petition-form p{color:#e9e5dbc7}.petition-field{display:grid;gap:6px}.petition-field span{color:#16150f;font-size:10.5px;line-height:14px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.petition-form-card.confidential .petition-field span{color:#e9e5db}.petition-field em{color:#6e685b;font-style:normal;font-weight:600;text-transform:none;letter-spacing:0}.petition-field input,.petition-field select,.petition-field textarea{width:100%;min-height:40px;border:0;border-bottom:2px solid #16150f;border-radius:0;background:transparent;color:#16150f;outline:none;font:inherit;font-size:15px;line-height:20px}.petition-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.petition-field textarea{min-height:96px;padding:10px;border:2px solid #16150f;resize:vertical}.petition-form-card.confidential .petition-field input,.petition-form-card.confidential .petition-field select,.petition-form-card.confidential .petition-field textarea{border-color:#e9e5db;color:#e9e5db}.petition-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.petition-check,.petition-anon{display:flex;align-items:flex-start;gap:10px;color:#39352a;cursor:pointer;font-size:12.5px;line-height:1.45;font-weight:700}.petition-anon{align-items:center;padding:12px 14px;border:2px solid #16150f;color:#16150f;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.petition-form-card.confidential .petition-check,.petition-form-card.confidential .petition-anon{border-color:#e9e5db;color:#e9e5db}.petition-check input,.petition-anon input{width:16px;height:16px;margin:1px 0 0;accent-color:#9a6300}.cf-turnstile{min-height:65px}.petition-error{margin:0;padding-left:10px;border-left:3px solid #f4b400;color:#9a6300;font-size:12.5px;line-height:1.4;font-weight:900}.petition-pedofilia .petition-error{border-left-color:#c0362a;color:#c0362a}.petition-submit,.petition-success a{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;border:0;background:#f4b400;color:#16150f;box-shadow:4px 4px #16150f;cursor:pointer;font:inherit;font-size:14px;line-height:16px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.petition-pedofilia .petition-submit,.petition-pedofilia .petition-success a{background:#c0362a;color:#fff}.petition-submit:disabled{cursor:wait;opacity:.66}.petition-form small{color:#6e685b;font-size:11px;line-height:1.45;font-weight:600}.petition-emergency{padding:12px 14px;border:2px solid #16150f;background:#f4b40026;color:#39352a;font-size:12px;line-height:1.5;font-weight:800}.petition-form-card.confidential .petition-emergency{border-color:#e9e5db;color:#e9e5db}.petition-success{display:grid;gap:16px;padding:22px 20px}.petition-success h3{margin:0;color:#16150f;font-size:34px;line-height:.95;font-weight:950;text-transform:uppercase}.petition-success h3 span{color:#9a6300}.petition-success p{margin:0;color:#39352a;font-size:14px;line-height:1.52;font-weight:700}.petition-success button{width:max-content;padding:2px 0;border:0;border-bottom:2px solid #6e685b;background:transparent;color:#6e685b;cursor:pointer;font:inherit;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.petition-hub{width:min(100%,880px);margin:0 auto;padding:42px 22px 80px}.petition-back{display:inline-flex;margin-bottom:44px;color:#6e685b;font-size:13px;line-height:18px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.petition-hub-eyebrow{color:#9a6300;font-size:12px;line-height:16px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.petition-hub-hero{display:grid;gap:18px;margin-bottom:32px}.petition-card-grid-wide{width:100%;padding:0}@media(max-width:520px){.profile-shell{width:100%;padding:0 0 26px}.desktop-bg{display:none}.hero{width:100%;height:100vw;min-height:0;border-radius:0}.profile-card,.content-panel,.instagram-section{width:100%;padding-inline:0}.profile-card{margin-top:-145px}.content-panel{background:#000}h1{font-size:32px;line-height:40px}.username{font-size:14px;line-height:15px;margin-top:2px}.socials{height:58px;margin-top:8px}.bio{width:calc(100% - 28px);font-size:14.56px;line-height:18.72px;margin-bottom:11px}.bio-copy{width:calc(100% - 29px)}.section-title{width:100%;margin-bottom:12px;padding:0 16px}.post-rail{width:100%}.petition-card-grid{width:100%;grid-template-columns:1fr}.petition-card-pedofilia{order:-1}.petition-card{min-height:188px}.post-card{width:140px}}@media(max-width:767px){.volunteer-topbar{width:calc(100% - 24px);height:64px}.volunteer-hero{width:100%;min-height:370px;border-radius:0}.volunteer-hero:after{background:linear-gradient(180deg,#060e0a1f,#060e0a6b 34%,#060e0afa)}.volunteer-hero>img{object-position:center 25%}.volunteer-hero-copy{width:100%;padding:30px 24px}.volunteer-hero h1{max-width:12ch;font-size:34px;line-height:39px}.volunteer-hero p{font-size:14px;line-height:21px}.volunteer-form-shell{width:calc(100% - 24px);margin-top:18px}.volunteer-step,.volunteer-form-footer{padding:26px 20px 30px}.volunteer-fields.two-columns,.volunteer-fields.three-columns,.volunteer-fields.volunteer-social-fields,.volunteer-options-grid,.volunteer-mini-options,.volunteer-segments{grid-template-columns:1fr}.volunteer-segments span{justify-content:start;padding-inline:13px}.volunteer-option-card{min-height:78px}.volunteer-mini-options .volunteer-option-card{min-height:48px}.volunteer-conditional{padding:16px}.volunteer-success{padding:46px 24px}.reel-header{min-height:64px;padding:14px}.reel-slide{min-height:100dvh;padding-top:0;align-items:center}.reel-video-shell{width:calc(100% - 32px);max-width:400px;height:calc(100dvh - 120px);max-height:750px;border-radius:16px}.reel-slide-meta{left:16px;right:72px;bottom:26px}.reel-slide-meta p{max-height:92px}.petition-shell{padding:0 16px 64px}.petition-hero-grid,.petition-main-grid{grid-template-columns:1fr;gap:30px}.petition-hero-grid{padding-top:26px}.petition-hero-grid h1,.petition-hub h1{font-size:clamp(46px,14vw,76px)}.petition-hero-cover{max-width:420px;margin:0 auto}.petition-tally{grid-template-columns:auto minmax(0,1fr)}.petition-progress-wrap{grid-column:1 / -1}.petition-main-grid{margin-top:36px}.petition-form-card{position:static}.petition-stats{grid-template-columns:1fr 1fr}.petition-field-row{grid-template-columns:1fr}}@media(max-width:520px){.volunteer-brand>span{max-width:150px}.volunteer-hero-copy{padding-inline:20px}.volunteer-form-shell{width:calc(100% - 16px)}.volunteer-step,.volunteer-form-footer{padding-inline:16px}.volunteer-step-title{gap:10px}.reel-peek{display:none}}@media(max-width:360px){.volunteer-form-footer .cf-turnstile{width:116%;height:57px;transform:scale(.86);transform-origin:left top}}.volunteer-body{--volunteer-ink: #111315;--volunteer-red: #d62e35;--volunteer-red-dark: #af2027;--volunteer-line: #d8dcdf;background:#eef0f2;color:var(--volunteer-ink)}.volunteer-page{background:#eef0f2}.volunteer-topbar{width:min(1120px,calc(100% - 40px));height:78px}.volunteer-back{border-color:#cfd3d6;border-radius:6px;box-shadow:none}.volunteer-back:hover{border-color:#9fa5aa;background:#fff}.volunteer-topbar-label{margin-left:auto;color:#555c61;font-size:12px;line-height:18px;font-weight:800;text-transform:uppercase;letter-spacing:0}.volunteer-hero{width:min(1120px,calc(100% - 40px));min-height:440px;border-radius:6px;align-items:flex-end;background:#090a0b;box-shadow:inset 6px 0 0 var(--volunteer-red)}.volunteer-hero:after{background:#000000a1}.volunteer-hero>img{object-position:center 40%;filter:saturate(.76) contrast(1.08)}.volunteer-hero-copy{width:min(690px,78%);padding:58px 64px}.volunteer-eyebrow{margin-bottom:20px;padding:7px 10px;border-left:3px solid var(--volunteer-red);background:#0000007a;color:#fff;font-size:12px;line-height:16px;text-transform:uppercase;letter-spacing:0}.volunteer-hero h1{max-width:13ch;margin-bottom:18px;font-size:52px;line-height:56px;font-weight:900}.volunteer-hero p{max-width:49ch;color:#ffffffd6;font-size:17px;line-height:25px}.volunteer-form-shell{width:min(1120px,calc(100% - 40px));margin-top:42px;display:grid;grid-template-columns:minmax(230px,300px) minmax(0,1fr);gap:48px;align-items:start}.volunteer-form-intro{position:sticky;top:28px;padding:12px 0 0 20px;border-left:4px solid var(--volunteer-red)}.volunteer-form-intro>span{display:block;margin-bottom:12px;color:var(--volunteer-red-dark);font-size:11px;line-height:16px;font-weight:900;text-transform:uppercase;letter-spacing:0}.volunteer-form-intro h2{margin:0 0 14px;color:var(--volunteer-ink);font-size:30px;line-height:35px;font-weight:900;letter-spacing:0}.volunteer-form-intro p{margin:0;color:#596066;font-size:14px;line-height:22px}.volunteer-form-intro ol{margin:30px 0 0;padding:0;list-style:none;display:grid;gap:14px}.volunteer-form-intro li{display:flex;align-items:baseline;gap:10px;color:#34393d;font-size:13px;line-height:18px;font-weight:700}.volunteer-form-intro li b{color:var(--volunteer-red);font-size:11px;line-height:16px}.volunteer-form{border-color:#d1d5d8;border-radius:6px;box-shadow:0 18px 46px #14181c14}.volunteer-step{padding:38px 42px 42px;border-color:#e0e3e5}.volunteer-step-title{gap:15px;margin-bottom:28px}.volunteer-step-title>span{width:32px;height:32px;border-radius:5px;background:var(--volunteer-ink);font-size:12px}.volunteer-step-title h2{font-size:22px;line-height:28px;font-weight:900}.volunteer-step-title p{color:#687076;font-size:13px}.volunteer-field>span,.volunteer-choice-group legend{color:#34393d;font-size:12px;font-weight:800}.volunteer-field input,.volunteer-field select,.volunteer-field textarea{min-height:50px;border-color:#cfd4d7;border-radius:5px;background:#fbfbfc}.volunteer-field input:focus,.volunteer-field select:focus,.volunteer-field textarea:focus{border-color:var(--volunteer-red);background:#fff;box-shadow:0 0 0 3px #d62e351a}.volunteer-segments{gap:9px}.volunteer-segments span{min-height:48px;border-color:#cfd4d7;border-radius:5px;color:#41474b;font-size:13px}.volunteer-segments input:checked+span{border-color:var(--volunteer-red);background:#fff1f1;color:#991d23}.volunteer-route-note{padding:16px 18px;border-color:#d9dde0;border-left:4px solid var(--volunteer-red);border-radius:4px;background:#f7f8f9;color:#4d5459}.volunteer-route-note strong{color:var(--volunteer-ink)}.volunteer-options-grid{gap:12px}.volunteer-option-card{min-height:88px;padding:17px 46px 17px 17px;border-color:#d2d7da;border-radius:6px;background:#fbfbfc;align-items:center}.volunteer-option-card strong{color:#222629;font-size:14px;line-height:19px;font-weight:850}.volunteer-option-card small{color:#697176;font-size:12px;line-height:17px}.volunteer-option-check{top:50%;right:17px;width:20px;height:20px;border-color:#aeb5b9;border-radius:4px;transform:translateY(-50%)}.volunteer-option>input:checked+.volunteer-option-card{border-color:var(--volunteer-red);background:#fff4f4}.volunteer-option>input:checked+.volunteer-option-card .volunteer-option-check{border-color:var(--volunteer-red);background:var(--volunteer-red);box-shadow:inset 0 0 0 4px #fff4f4}.volunteer-conditional{border-color:#d7dbde;border-radius:6px;background:#f5f6f7}.volunteer-conditional-title{color:#292e31}.volunteer-conditional-title>span{padding:4px 7px;border-radius:3px;background:var(--volunteer-ink);color:#fff;font-size:10px;line-height:14px;font-weight:900;text-transform:uppercase}.volunteer-form-footer{padding:34px 42px 42px}.volunteer-consent input{accent-color:var(--volunteer-red)}.volunteer-consent a{color:#a51f26}.volunteer-submit{min-height:56px;border-radius:5px;background:var(--volunteer-red);font-size:14px;font-weight:900}.volunteer-submit:hover{background:var(--volunteer-red-dark)}.volunteer-success{grid-column:2;border-radius:6px;border-top:5px solid var(--volunteer-red)}.volunteer-success-icon{border-radius:5px;background:#fff0f1;color:var(--volunteer-red)}@media(max-width:900px){.volunteer-form-shell{grid-template-columns:220px minmax(0,1fr);gap:28px}.volunteer-form-intro h2{font-size:25px;line-height:30px}}@media(max-width:767px){.volunteer-topbar{width:calc(100% - 24px);height:66px}.volunteer-topbar-label{display:none}.volunteer-hero{width:100%;min-height:430px;border-radius:0;box-shadow:inset 5px 0 0 var(--volunteer-red)}.volunteer-hero:after{background:#00000096}.volunteer-hero>img{object-position:center 28%}.volunteer-hero-copy{width:100%;padding:36px 26px}.volunteer-hero h1{max-width:11ch;font-size:40px;line-height:44px}.volunteer-hero p{font-size:15px;line-height:22px}.volunteer-form-shell{width:calc(100% - 24px);margin-top:26px;grid-template-columns:1fr;gap:22px}.volunteer-form-intro{position:static;padding:3px 0 2px 16px}.volunteer-form-intro h2{max-width:18ch;font-size:24px;line-height:29px}.volunteer-form-intro ol{display:none}.volunteer-step,.volunteer-form-footer{padding:28px 20px 32px}.volunteer-success{grid-column:1}}@media(max-width:520px){.volunteer-form-shell{width:calc(100% - 16px)}.volunteer-hero-copy{padding-inline:22px}.volunteer-hero h1{font-size:37px;line-height:41px}.volunteer-step,.volunteer-form-footer{padding-inline:17px}}.sticker-body{--volunteer-red: #d62e35;--volunteer-red-dark: #aa1f26}.sticker-body [hidden]{display:none!important}.sticker-hero{min-height:410px;box-shadow:inset 6px 0 0 var(--volunteer-red)}.sticker-hero:after{background:linear-gradient(90deg,#050607f0,#050607c2 52%,#0506073d)}.sticker-hero>img{object-position:center 32%}.sticker-hero .volunteer-eyebrow{display:inline-flex;align-items:center;gap:8px}.sticker-hero .volunteer-eyebrow svg{width:16px;height:16px}.sticker-showcase{width:min(1120px,calc(100% - 40px));margin:42px auto 0}.sticker-showcase-heading{margin-bottom:22px;display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:start}.sticker-showcase-heading>span{padding-top:6px;color:var(--volunteer-red-dark);font-size:11px;line-height:16px;font-weight:900;text-transform:uppercase}.sticker-showcase-heading h2{max-width:20ch;margin:0 0 7px;color:var(--volunteer-ink);font-size:28px;line-height:34px;font-weight:900}.sticker-showcase-heading p{max-width:61ch;margin:0;color:#626a6f;font-size:13px;line-height:20px}.sticker-art-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sticker-choice-group{margin:0;padding:0;border:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sticker-choice{position:relative;min-width:0;cursor:pointer}.sticker-choice input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.sticker-choice>span{min-height:82px;padding:13px;border:1px solid #d7dbde;border-radius:7px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:8px;color:var(--volunteer-ink);transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.sticker-choice strong{font-size:13px;line-height:18px;font-weight:800}.sticker-choice small{color:#747c81;font-size:10px;line-height:14px;font-weight:750;text-transform:uppercase}.sticker-choice input:checked+span{border-color:var(--volunteer-red);background:#fff6f6;box-shadow:inset 0 0 0 1px var(--volunteer-red)}.sticker-choice input:focus-visible+span{outline:3px solid rgba(214,46,53,.24);outline-offset:2px}.sticker-art-card:only-child{grid-column:1 / -1}.sticker-art-card{position:relative;min-width:0;padding:0;border:1px solid #d5d9dc;border-radius:7px;overflow:hidden;background:#fff;color:inherit;text-align:left;cursor:pointer;box-shadow:0 14px 36px #181c1f14;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.sticker-art-card:hover{border-color:#aeb5b9;box-shadow:0 18px 42px #181c1f21;transform:translateY(-2px)}.sticker-art-card:focus-visible{outline:3px solid rgba(214,46,53,.3);outline-offset:3px}.sticker-art-status{position:absolute;z-index:2;top:14px;left:14px;padding:6px 9px;border-radius:4px;background:#111315e0;color:#fff;font-size:10px;line-height:14px;font-weight:850;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sticker-art-image{position:relative;aspect-ratio:3 / 1;display:block;overflow:hidden;background:#eef0f1}.sticker-art-image:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(5,6,7,.24) 100%);content:"";pointer-events:none}.sticker-art-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}.sticker-art-card:hover .sticker-art-image img{transform:scale(1.012)}.sticker-art-zoom{position:absolute;z-index:2;right:13px;bottom:12px;min-height:32px;padding:0 10px;border:1px solid rgba(255,255,255,.56);border-radius:4px;display:inline-flex;align-items:center;gap:6px;background:#0f101194;color:#fff;font-size:11px;line-height:16px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sticker-art-zoom svg{width:14px;height:14px}.sticker-art-meta{min-height:76px;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:16px}.sticker-art-meta>span{min-width:0;display:grid;gap:3px}.sticker-art-meta strong{color:#202427;font-size:14px;line-height:19px;font-weight:900}.sticker-art-meta small{color:#747b80;font-size:11px;line-height:16px}.sticker-art-meta>svg{width:18px;height:18px;flex:0 0 auto;color:var(--volunteer-red)}.sticker-preview-open{overflow:hidden}.sticker-preview{position:fixed;z-index:1000;inset:0;padding:24px;display:grid;place-items:center}.sticker-preview-backdrop{position:absolute;inset:0;border:0;background:#070809d1;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sticker-preview-dialog{position:relative;z-index:1;width:min(1180px,100%);max-height:calc(100vh - 48px);border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 30px 90px #0000006b}.sticker-preview-dialog>header{min-height:70px;padding:13px 16px 13px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.sticker-preview-dialog>header>span{min-width:0;display:grid;gap:2px}.sticker-preview-dialog>header small{color:var(--volunteer-red-dark);font-size:10px;line-height:14px;font-weight:900;text-transform:uppercase}.sticker-preview-dialog>header strong{color:#202427;font-size:15px;line-height:20px;font-weight:900}.sticker-preview-dialog>header button{width:40px;height:40px;padding:0;border:1px solid #d9dde0;border-radius:5px;display:grid;place-items:center;background:#f7f8f9;color:#34393d;cursor:pointer}.sticker-preview-dialog>header button:hover{background:#eef0f2}.sticker-preview-dialog>header button>span{display:block;color:#34393d;font-size:27px;font-weight:400;line-height:1;transform:translateY(-1px)}.sticker-preview-canvas{padding:clamp(12px,2vw,24px);background:#e9ebed}.sticker-preview-canvas img{width:100%;max-height:calc(100vh - 190px);display:block;object-fit:contain;box-shadow:0 18px 42px #171b1e2e}.sticker-preview-dialog>p{margin:0;padding:13px 20px 16px;color:#70777c;font-size:11px;line-height:16px}.sticker-form-intro{border-color:var(--volunteer-red)}.sticker-delivery-note{margin-top:28px;padding:15px 0 0;border-top:1px solid #cfd3d6;display:flex;align-items:flex-start;gap:10px;color:#5d656a}.sticker-delivery-note svg{width:20px;height:20px;flex:0 0 auto;color:var(--volunteer-red)}.sticker-delivery-note span{font-size:12px;line-height:18px}.sticker-delivery-note strong{display:block;color:#24282b}.sticker-cep-row{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:end;margin-bottom:20px}.sticker-cep-input{position:relative}.sticker-cep-input input{padding-right:42px}.sticker-cep-input svg{position:absolute;top:50%;right:14px;width:18px;height:18px;color:#747b80;transform:translateY(-50%);pointer-events:none}.sticker-cep-status{min-height:50px;margin:0;padding:13px 15px;border:1px solid #d8dcdf;border-radius:5px;display:flex;align-items:center;background:#f7f8f9;color:#636b70;font-size:12px;line-height:18px}.sticker-cep-status[data-state=success]{border-color:#b9dfc8;background:#f0faf4;color:#18643a}.sticker-cep-status[data-state=error]{border-color:#efc3c5;background:#fff4f4;color:#982128}.sticker-address-grid{grid-template-columns:minmax(0,2fr) 110px minmax(0,1.2fr)}.sticker-form-footnote{display:block;margin-top:12px;color:#777f84;font-size:11px;line-height:17px;text-align:center}.sticker-success{border-top-color:var(--volunteer-red)}@media(max-width:767px){.movement-link{min-height:76px;padding:11px 12px}.movement-link-avatar,.movement-link-index{width:46px}.movement-link-avatar{height:46px}.movement-link-copy strong{font-size:15px}.movement-link-stickers .movement-link-copy{max-width:61%}.movement-link-sticker-art{right:40px;width:102px}.sticker-hero{min-height:410px}.sticker-hero:after{background:linear-gradient(0deg,#040506f0,#04050699 68%,#04050633)}.sticker-hero>img{object-position:center 22%}.sticker-showcase{width:calc(100% - 24px);margin-top:30px}.sticker-showcase-heading{margin-bottom:17px;grid-template-columns:1fr;gap:5px}.sticker-showcase-heading>span{padding-top:0}.sticker-showcase-heading h2{max-width:18ch;font-size:24px;line-height:29px}.sticker-art-grid,.sticker-choice-group{grid-template-columns:1fr}.sticker-choice>span{min-height:64px}.sticker-art-status{top:9px;left:9px;padding:5px 7px;font-size:9px}.sticker-art-zoom{right:8px;bottom:8px;min-height:29px;padding-inline:8px}.sticker-art-meta{min-height:69px;padding:13px 14px}.sticker-preview{padding:10px}.sticker-preview-dialog{max-height:calc(100vh - 20px)}.sticker-preview-canvas{padding:10px;overflow-x:auto}.sticker-preview-canvas img{width:max(100%,720px);max-width:none}.sticker-preview-dialog>p{padding-inline:14px}.sticker-cep-row,.sticker-address-grid{grid-template-columns:1fr}.sticker-cep-status{min-height:auto}}@media(max-width:520px){.sticker-showcase{width:calc(100% - 16px)}}@media(max-width:767px){input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea{font-size:16px!important}}
