:root{--bg: #09070f;--bg-soft: #110d1b;--surface: rgba(24, 17, 37, .72);--surface-strong: #171126;--text: #f8f5fb;--muted: #aaa2b7;--line: rgba(255,255,255,.09);--pink: #ff0a78;--pink-2: #ff2b9a;--magenta: #d20ec4;--purple: #8a2be2;--ink: #1e1830;--shadow: 0 24px 80px rgba(0,0,0,.34);--radius: 28px;--max: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 85% 12%,rgba(255,10,120,.1),transparent 28%),radial-gradient(circle at 5% 50%,rgba(138,43,226,.08),transparent 30%),linear-gradient(180deg,#08060d,#0c0913);overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.page-glow{position:fixed;width:420px;height:420px;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:-1;opacity:.11}.page-glow-one{background:var(--pink);top:8%;right:-12%}.page-glow-two{background:var(--purple);bottom:10%;left:-15%}.site-header{width:min(calc(100% - 32px),var(--max));height:78px;margin:16px auto 0;padding:0 16px 0 12px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:16px;z-index:30;background:#0d0915b8;border:1px solid var(--line);border-radius:22px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 12px 35px #0000002e}.brand{display:flex;gap:12px;align-items:center;min-width:0}.brand img{width:54px;height:54px;object-fit:cover;object-position:center 35%;border-radius:15px;background:#fff}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-text strong{font-family:Segoe UI,Inter,sans-serif;font-size:15px;letter-spacing:-.02em}.brand-text small{color:var(--muted);font-size:10px}.main-nav{display:flex;align-items:center;gap:7px}.main-nav a{padding:11px 14px;color:#d9d2e1;font-size:13px;font-weight:600;border-radius:12px;transition:.25s ease}.main-nav a:hover{color:#fff;background:#ffffff0f;transform:translateY(-1px)}.main-nav .nav-cta{margin-left:5px;color:#fff;background:linear-gradient(135deg,var(--pink),var(--magenta));box-shadow:0 8px 22px #ff0a7838}.menu-toggle{display:none}.section{width:min(calc(100% - 40px),var(--max));margin:0 auto;padding:110px 0}.hero{min-height:calc(100vh - 94px);display:grid;grid-template-columns:1.06fr .94fr;gap:70px;align-items:center;padding-top:76px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;color:#f1b5d7;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800}.eyebrow span{width:28px;height:1px;background:linear-gradient(90deg,var(--pink),var(--purple))}.hero h1{margin:22px 0 24px;font-family:Segoe UI,Inter,sans-serif;font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.055em;max-width:790px}.hero h1 span{display:block;background:linear-gradient(100deg,#fff,#ff7cbb 45%,#d933ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-text{max-width:680px;color:var(--muted);font-size:clamp(16px,1.6vw,19px);line-height:1.75}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.button{min-height:52px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:15px;font-size:14px;font-weight:800;transition:.28s ease}.button:hover{transform:translateY(-3px)}.button-primary{background:linear-gradient(135deg,var(--pink),#bf12d9);box-shadow:0 14px 35px #ff0a7838}.button-secondary{border:1px solid var(--line);background:#ffffff0a}.button-secondary:hover{border-color:#ff0a7873}.hero-stats{display:flex;gap:36px;margin-top:45px;padding-top:26px;border-top:1px solid var(--line)}.hero-stats div{display:flex;flex-direction:column;gap:5px}.hero-stats strong{font-family:Segoe UI,Inter,sans-serif;font-size:18px}.hero-stats span{color:var(--muted);font-size:12px}.hero-visual{display:flex;justify-content:center}.profile-orbit{width:min(500px,44vw);aspect-ratio:1;display:grid;place-items:center;position:relative}.hero-profile-card{width:72%;aspect-ratio:.86;position:relative;overflow:hidden;display:grid;place-items:center;background:#130c18;border:1px solid rgba(255,255,255,.1);border-radius:34px;box-shadow:0 40px 90px #00000059,0 0 0 1px #ffffff14,0 0 70px #ff0a7829;transform:rotate(-2deg)}.hero-profile-card img{width:100%;height:100%;object-fit:cover;object-position:center 24%;border-radius:28px}.profile-caption{position:absolute;left:22px;right:22px;bottom:20px;display:flex;flex-direction:column;gap:3px;padding:13px 15px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:#08060d94;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.profile-caption span{font-size:13px;font-weight:800;color:#fff}.profile-caption small{font-size:9px;color:#d7ccd9}.orbit{position:absolute;inset:5%;border-radius:50%;border:1px solid rgba(255,255,255,.08);animation:spin 16s linear infinite}.orbit-two{inset:0;border-style:dashed;border-color:#ff0a7838;animation-direction:reverse;animation-duration:25s}.orbit-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--pink);box-shadow:0 0 24px var(--pink)}.dot-one{top:4%;left:47%}.dot-two{bottom:8%;right:13%;background:var(--purple);box-shadow:0 0 24px var(--purple)}@keyframes spin{to{transform:rotate(360deg)}}.section-heading{max-width:760px;margin-bottom:42px}.section-heading h2,.about-panel h2,.contact-copy h2{font-family:Segoe UI,Inter,sans-serif;font-size:clamp(36px,4.4vw,58px);line-height:1.04;letter-spacing:-.045em;margin:16px 0}.section-heading p,.contact-copy p{color:var(--muted);line-height:1.7;max-width:700px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{min-height:300px;padding:26px;position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff0e,#ffffff06);border:1px solid var(--line);border-radius:24px;transition:.3s ease}.service-card:after{content:"";position:absolute;width:160px;height:160px;right:-80px;bottom:-80px;border-radius:50%;background:radial-gradient(circle,rgba(255,10,120,.18),transparent 68%);transition:.35s ease}.service-card:hover{transform:translateY(-8px);border-color:#ff0a7859}.service-card:hover:after{transform:scale(1.6)}.service-index{position:absolute;top:22px;right:22px;color:#6f6879;font-size:11px}.service-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;font-family:Segoe UI,Inter,sans-serif;font-weight:800;background:linear-gradient(145deg,#ff0a782b,#8a2be21a);border:1px solid rgba(255,10,120,.22)}.service-card h3{margin:58px 0 12px;font-family:Segoe UI,Inter,sans-serif;font-size:21px}.service-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.projects-list{display:grid;gap:28px}.project-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:500px;overflow:hidden;background:#ffffff09;border:1px solid var(--line);border-radius:30px}.project-preview{min-height:500px;padding:48px;display:grid;place-items:center}.project-letreiro .project-preview{background:linear-gradient(145deg,#171126,#28143c)}.project-lista .project-preview{background:linear-gradient(145deg,#32110e,#6b271d)}.mock-browser{width:100%;max-width:520px;aspect-ratio:1.26;overflow:hidden;border-radius:18px;background:#f7f5fa;box-shadow:0 35px 80px #00000059;transform:perspective(900px) rotateY(-5deg) rotateX(2deg)}.browser-bar{height:38px;display:flex;align-items:center;gap:7px;padding:0 13px;background:#ece8f0}.browser-bar i{width:8px;height:8px;border-radius:50%;background:#b8b0bf}.letreiro-ui{min-height:calc(100% - 38px);padding:34px;color:#2c223b;text-align:center}.mini-label{font-size:10px;color:#8e8298}.letreiro-ui h3{font-family:Segoe UI,Inter,sans-serif;margin:18px 0 28px;letter-spacing:.22em}.letter-row{display:flex;justify-content:center;gap:5px;flex-wrap:wrap}.letter-row span{width:34px;height:34px;display:grid;place-items:center;border-radius:6px;background:#34294a;color:#fff;font-size:11px}.letter-row span:nth-child(3),.letter-row span:nth-child(6){background:#db2183}.mini-keyboard{margin-top:32px;display:flex;justify-content:center;gap:4px;flex-wrap:wrap}.mini-keyboard b{width:23px;height:28px;display:grid;place-items:center;border-radius:4px;background:#e7e1eb;font-size:8px}.lista-ui{padding:26px;color:#342321}.lista-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.lista-head strong{font-family:Segoe UI,Inter,sans-serif;font-size:17px}.lista-head span{font-size:10px;color:#b35e4d}.lista-item{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:12px;margin:8px 0;border-radius:10px;background:#fff;box-shadow:0 8px 20px #53251c14}.lista-item i{width:20px;height:20px;border-radius:50%;background:#e26346;color:#fff;display:grid;place-items:center;font-size:10px;font-style:normal}.lista-item span{font-size:11px}.lista-item b{font-size:10px}.lista-total{margin-top:20px;padding:15px;border-radius:12px;background:#e26346;color:#fff;font-size:10px;display:flex;justify-content:space-between}.project-content{padding:52px;display:flex;flex-direction:column;justify-content:center}.project-meta{display:flex;flex-wrap:wrap;gap:7px}.project-meta span{padding:7px 10px;border-radius:999px;border:1px solid var(--line);color:#c6bdce;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.project-content h3{margin:20px 0 14px;font-family:Segoe UI,Inter,sans-serif;font-size:38px}.project-content p{color:var(--muted);line-height:1.75}.project-content a{margin-top:18px;width:fit-content;color:#ff75b8;font-weight:800;font-size:13px}.project-content a span{margin-left:8px}.about-panel{padding:58px;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;background:linear-gradient(120deg,rgba(255,10,120,.07),transparent 38%),#ffffff09;border:1px solid var(--line);border-radius:30px}.about-copy{display:grid;gap:12px}.about-copy p{color:var(--muted);line-height:1.8;margin:0}.about-copy p:first-child{color:#eee9f2;font-size:18px}.contact-panel{padding:70px;background:radial-gradient(circle at 80% 20%,rgba(255,10,120,.17),transparent 28%),linear-gradient(135deg,#171126,#100b1b 55%,#210b21);border:1px solid rgba(255,255,255,.09);border-radius:34px;box-shadow:var(--shadow)}.contact-copy{max-width:830px}.contact-actions{margin-top:38px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-card{min-height:96px;padding:18px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:15px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#ffffff0e;transition:.28s ease}.contact-card:hover{transform:translateY(-4px);border-color:#ffffff38;background:#ffffff14}.contact-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#ffffff17;font-weight:900;font-size:12px}.contact-card small{display:block;color:#a99faf;font-size:10px;margin-bottom:5px}.contact-card strong{font-size:14px}.contact-card>span{font-size:20px;color:#fd63ad}.contact-note{color:#8f8498;font-size:11px;margin:16px 0 0}footer{width:min(calc(100% - 40px),var(--max));margin:20px auto 0;padding:34px 0 42px;display:grid;grid-template-columns:1fr auto auto;gap:26px;align-items:center;border-top:1px solid var(--line);color:#81778a;font-size:11px}.footer-brand{display:flex;align-items:center;gap:10px;color:#d7d0dc;font-weight:700}.footer-brand img{width:34px;height:34px;object-fit:cover;border-radius:10px;background:#fff}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:980px){.brand-text small{display:none}.hero{grid-template-columns:1fr;text-align:center;gap:30px}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-text{max-width:720px}.hero-stats{justify-content:center}.profile-orbit{width:min(520px,80vw)}.service-grid{grid-template-columns:repeat(2,1fr)}.project-card{grid-template-columns:1fr}.project-preview{min-height:430px}.about-panel{grid-template-columns:1fr;gap:24px}footer{grid-template-columns:1fr;text-align:center;justify-items:center}}@media(max-width:760px){.site-header{height:68px;width:calc(100% - 22px);top:10px;margin-top:10px}.brand img{width:46px;height:46px;border-radius:13px}.brand-text strong{font-size:13px}.menu-toggle{width:44px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:#ffffff0d;border:1px solid var(--line);border-radius:13px;color:#fff;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:#fff;transition:.28s ease}.menu-toggle.active span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle.active span:last-child{transform:translateY(-4px) rotate(-45deg)}.main-nav{position:fixed;top:88px;left:11px;right:11px;padding:16px;display:grid;gap:5px;border:1px solid var(--line);border-radius:20px;background:#0d0915f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateY(-16px) scale(.98);opacity:0;pointer-events:none;transition:.25s ease;box-shadow:var(--shadow)}.main-nav.open{opacity:1;transform:none;pointer-events:auto}.main-nav a{padding:14px;font-size:14px}.main-nav .nav-cta{margin-left:0;text-align:center}.section{width:calc(100% - 28px);padding:76px 0}.hero{min-height:auto;padding-top:78px}.hero h1{font-size:clamp(44px,13vw,64px)}.hero-stats{width:100%;gap:10px;display:grid;grid-template-columns:repeat(3,1fr)}.hero-stats span{font-size:9px}.hero-visual{margin-top:16px}.service-grid{grid-template-columns:1fr}.service-card{min-height:240px}.service-card h3{margin-top:38px}.project-preview{padding:22px;min-height:340px}.project-content{padding:30px 24px 34px}.mock-browser{transform:none}.about-panel{padding:30px 24px}.contact-panel{padding:38px 24px;border-radius:26px}.contact-actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.contact-card{color:inherit;font:inherit;text-align:left;cursor:pointer}.contact-card>svg{color:#fd63ad}.project-content a{display:inline-flex;align-items:center;gap:8px}.hero-stats div{position:relative}.hero-stats svg{color:#ff4ca6;margin-bottom:2px}.brand-showcase{width:min(calc(100% - 40px),var(--max));margin:0 auto;padding:16px 0 72px}.brand-showcase-inner{display:grid;grid-template-columns:1fr .82fr;gap:38px;align-items:center;padding:34px;border:1px solid var(--line);border-radius:28px;background:radial-gradient(circle at 85% 50%,rgba(255,10,120,.11),transparent 34%),#ffffff06}.brand-showcase-copy h2{max-width:660px;margin:14px 0 12px;font-size:clamp(28px,3.2vw,44px);line-height:1.08;letter-spacing:-.04em}.brand-showcase-copy p{margin:0;max-width:620px;color:var(--muted);line-height:1.7}.brand-logo-panel{min-height:260px;padding:20px;display:grid;place-items:center;border-radius:22px;background:#fff;box-shadow:0 22px 60px #00000038}.brand-logo-panel img{width:min(100%,430px);height:auto;object-fit:contain}@media(max-width:980px){.brand-showcase-inner{grid-template-columns:1fr}.brand-logo-panel{min-height:220px}}@media(max-width:760px){.brand-showcase{width:calc(100% - 28px);padding-bottom:48px}.brand-showcase-inner{padding:24px;gap:24px}.brand-logo-panel{min-height:180px;padding:14px}.hero-profile-card{width:78%}}.brand-showcase-inner{grid-template-columns:minmax(190px,.38fr) minmax(0,1.62fr);gap:24px}.brand-showcase-copy{align-self:center;max-width:260px}.brand-showcase-copy h2{max-width:240px;margin:12px 0 0;font-size:clamp(24px,2.3vw,34px);line-height:1.08}.brand-logo-panel{min-height:440px;padding:0;overflow:hidden;border-radius:24px}.brand-logo-panel img{width:100%;height:100%;min-height:440px;object-fit:cover;object-position:center}@media(max-width:980px){.brand-showcase-inner{grid-template-columns:1fr}.brand-showcase-copy{max-width:100%}.brand-showcase-copy h2{max-width:520px}.brand-logo-panel,.brand-logo-panel img{min-height:0}.brand-logo-panel img{height:auto;aspect-ratio:1;object-fit:cover}}@media(max-width:760px){.brand-showcase-inner{padding:18px;gap:18px}.brand-logo-panel{border-radius:20px}}.hero{position:relative;padding-bottom:250px}.hero-stats{position:absolute;left:0;right:0;bottom:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;margin:0;padding-top:26px;border-top:1px solid var(--line)}.hero-stats div{min-height:176px;padding:30px 28px;display:flex;flex-direction:column;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:linear-gradient(180deg,#fff1,#ffffff06);box-shadow:0 16px 38px #00000029}.hero-stats svg{width:27px;height:27px;margin-bottom:4px}.hero-stats strong{font-size:24px;line-height:1.1}.hero-stats span{font-size:15px;line-height:1.5}@media(max-width:980px){.hero{padding-bottom:220px}.hero-stats div{min-height:155px;padding:24px}}@media(max-width:760px){.hero{padding-bottom:76px}.hero-stats{position:static;grid-template-columns:1fr;width:100%;margin-top:42px}.hero-stats div{min-height:120px;text-align:left}}.about-panel h2{color:var(--text);font-size:clamp(36px,4.4vw,58px);line-height:1.04}.about-panel .section-kicker{color:#ff4ca6;font-size:14px;letter-spacing:.17em}.about-copy{gap:18px}.about-copy p{margin:0;font-size:18px;line-height:1.8;color:#f4eef7}.about-copy p:first-child{font-size:20px;font-weight:600;line-height:1.7;color:#f7f2f9}@media(max-width:760px){.about-panel h2{font-size:clamp(36px,10.5vw,50px)}.about-panel .section-kicker{font-size:13px}.about-copy p{font-size:16px}.about-copy p:first-child{font-size:18px}}.contact-copy .section-kicker{color:#ff4ca6;font-size:14px;letter-spacing:.17em}@media(max-width:760px){.contact-copy .section-kicker{font-size:13px}}.section-kicker,.eyebrow{color:#ff4ca6;font-size:14px;font-weight:800;letter-spacing:.17em}.eyebrow span{background:#ff4ca6}@media(max-width:760px){.section-kicker,.eyebrow{font-size:13px}.hero .eyebrow{width:100%;justify-content:center;text-align:center}.hero .eyebrow span{display:none}}.site-header{height:96px;padding:0 22px 0 16px}.brand{gap:16px}.brand img{width:68px;height:68px;border-radius:18px;display:block;object-fit:cover;object-position:center;image-rendering:auto}.brand-text{gap:4px}.brand-text strong{font-size:19px;line-height:1.1}.brand-text small{font-size:12px;line-height:1.3}.main-nav{gap:10px}.main-nav a{padding:14px 18px;font-size:15px}.main-nav .nav-cta{padding-left:20px;padding-right:20px}@media(max-width:1100px){.site-header{height:82px;padding:0 14px}.brand{gap:12px}.brand img{width:58px;height:58px;border-radius:16px}.brand-text strong{font-size:16px}.brand-text small{font-size:10px}.menu-toggle{width:46px;height:46px;display:flex;flex:0 0 auto;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:#ffffff0d;border:1px solid var(--line);border-radius:13px;color:#fff;cursor:pointer}.menu-toggle span{width:19px;height:2px;background:#fff;transition:.28s ease}.menu-toggle.active span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle.active span:last-child{transform:translateY(-4px) rotate(-45deg)}.main-nav{position:fixed;top:108px;left:max(16px,calc((100vw - var(--max)) / 2));right:max(16px,calc((100vw - var(--max)) / 2));padding:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;border:1px solid var(--line);border-radius:20px;background:#0d0915f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateY(-14px) scale(.985);opacity:0;pointer-events:none;transition:.25s ease;box-shadow:var(--shadow)}.main-nav.open{opacity:1;transform:none;pointer-events:auto}.main-nav a{min-width:0;padding:13px 14px;font-size:14px;text-align:center;justify-content:center}.main-nav .nav-recruiter,.main-nav .nav-cta{margin-left:0}.main-nav .nav-cta{text-align:center}}@media(max-width:760px){.site-header{height:78px;padding:0 12px}.brand{gap:10px}.brand img{width:54px;height:54px;border-radius:15px}.brand-text strong{font-size:15px}.brand-text small{font-size:10px}.main-nav{top:88px;left:11px;right:11px;grid-template-columns:1fr}}.button-github,.button-contact-animated{border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#ffffff12,#ff0a7814);color:#fff;box-shadow:0 10px 28px #0000002e}.button-github:hover,.button-contact-animated:hover{border-color:#ff4ca680;background:linear-gradient(135deg,#ffffff1a,#ff0a7824)}.button-github svg{color:#ff4ca6}@media(max-width:760px){.hero-actions .button-github{margin-left:auto;margin-right:auto}}.project-letreiro .project-preview{background:linear-gradient(145deg,#080b14,#151828 58%,#202642)}.project-lista .project-preview{background:linear-gradient(145deg,#7b9fd6,#88aad8 52%,#b2cef7 82%,#f7501b)}.mock-browser-letreiro,.mock-browser-lista{transform:perspective(900px) rotateY(-3deg) rotateX(1deg)}.mock-browser-letreiro{background:#0b0f19;border:1px solid #2b304c}.letreiro-browser-bar{background:#151828;border-bottom:1px solid #27272a}.letreiro-browser-bar i{background:#4a4f73}.letreiro-ui{min-height:calc(100% - 38px);padding:24px 28px 20px;background:#0b0f19;color:#f4efe4;text-align:center}.letreiro-topline{display:flex;justify-content:center;align-items:center;padding-bottom:12px;border-bottom:1px solid #27272a}.letreiro-brand-lockup{display:inline-flex;align-items:center;justify-content:center;gap:8px}.letreiro-clapper{font-size:18px;line-height:1}.letreiro-title{font-size:13px;font-weight:900;letter-spacing:.22em}.letreiro-clue{color:#8b90a8;font-size:9px;margin:18px 0 14px}.letreiro-answer-row{gap:6px}.letreiro-answer-row span{width:36px;height:36px;border:1px solid #3a3a3c;border-radius:5px;background:#2b304c;color:#f4efe4;box-shadow:0 2px 4px #00000059}.letreiro-answer-row span.tile-hit{background:#26b65b}.letreiro-answer-row span.tile-warn{background:#b59f3b}.letreiro-history{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 14px}.letreiro-history div{min-height:52px;padding:9px;border:1px solid #27272a;border-radius:8px;background:#151828;display:flex;flex-direction:column;justify-content:center}.letreiro-history span,.letreiro-history strong{display:block}.letreiro-history span{margin-bottom:4px;color:#8b90a8;font-size:7px;text-transform:uppercase;letter-spacing:.12em}.letreiro-history strong{color:#f4efe4;font-size:9px;line-height:1.25}.letreiro-keyboard{display:grid;gap:6px;margin-top:10px}.mini-keyboard-row{display:flex;justify-content:center;gap:5px}.letreiro-keyboard b{width:28px;height:30px;display:grid;place-items:center;border:1px solid rgba(58,58,60,.75);border-radius:5px;background:#2b304c;color:#f4efe4;font-size:8px;font-weight:800;position:relative;overflow:hidden;box-shadow:0 2px 4px #00000052}.letreiro-keyboard b:before,.letreiro-keyboard b:after{content:"";position:absolute;left:3px;right:3px;height:2px;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.16),rgba(255,255,255,.16) 3px,transparent 3px,transparent 7px)}.letreiro-keyboard b:before{top:3px}.letreiro-keyboard b:after{bottom:3px}.letreiro-keyboard .key-enter:before,.letreiro-keyboard .key-enter:after{content:none}.row-two{padding-inline:17px}.row-three{padding-inline:34px}.letreiro-keyboard .key-backspace{width:36px;font-size:13px;background:#383e5c}.letreiro-keyboard .key-enter{width:72%;max-width:300px;height:32px;font-size:10px;letter-spacing:.06em;background:#383e5c}.mock-browser-lista{background:#7b9fd6;border:3px solid #1a263b}.lista-browser-bar{background:#1a263b;border-bottom:2px solid #1a263b}.lista-browser-bar i{background:#b2cef7}.lista-ui{min-height:calc(100% - 38px);padding:18px;background:radial-gradient(circle at 82% 16%,rgba(255,255,255,.22),transparent 23%),linear-gradient(160deg,#7b9fd6,#88aad8 70%,#b2cef7);color:#1a263b}.lista-app-panel{padding:16px;border:3px solid #1a263b;border-radius:22px;background:#ffffffe0;box-shadow:0 10px 24px #1a263b2e}.lista-head{margin-bottom:12px;padding-bottom:10px;border-bottom:3px solid #1a263b}.lista-head strong{color:#1a263b;font-size:16px;font-weight:900}.lista-head span{padding:5px 9px;border-radius:999px;background:#f7501b;color:#fff;font-size:8px;font-weight:800}.lista-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.lista-summary div{padding:9px 10px;border:2px solid #1a263b;border-radius:12px;background:#b2cef76b}.lista-summary small,.lista-summary strong{display:block}.lista-summary small{margin-bottom:3px;color:#4a5b78;font-size:7px}.lista-summary strong{color:#1a263b;font-size:10px}.lista-items{display:grid;gap:7px}.lista-item{display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:8px;margin:0;padding:8px 10px;border:2px solid #1a263b;border-radius:14px;background:#ffffffeb;box-shadow:0 3px 8px #1a263b12}.lista-item i{width:22px;height:22px;display:grid;place-items:center;border:2px solid #1a263b;border-radius:50%;background:#f7501b;color:#fff;font-size:9px;font-style:normal}.lista-item span{display:flex;min-width:0;flex-direction:column;gap:1px}.lista-item span b{color:#1a263b;font-size:9px}.lista-item span small{color:#7b9fd6;font-size:6px;font-weight:700}.lista-item em{color:#1a263b;font-size:8px;font-style:normal;font-weight:800}.lista-total{margin-top:12px;padding:11px 12px;border:2px solid #1a263b;border-radius:13px;background:#f7501b;color:#fff;font-size:8px}.lista-total span,.lista-total strong{color:#fff}@media(max-width:760px){.project-preview{padding:28px 18px}.letreiro-ui,.lista-ui{padding:18px}.letreiro-answer-row span{width:30px;height:30px}.letreiro-keyboard b{width:22px;height:25px;font-size:7px}.row-two{padding-inline:12px}.row-three{padding-inline:24px}.letreiro-keyboard .key-backspace{width:31px}.letreiro-keyboard .key-enter{width:78%;height:29px}.lista-app-panel{padding:13px}}.lista-real-preview{aspect-ratio:1.5;border:1px solid rgba(26,38,59,.55);background:#7b9fd6}.lista-real-scene{position:relative;width:100%;height:100%;min-height:100%;overflow:hidden;background-color:#7b9fd6;background-image:url(https://raw.githubusercontent.com/Marcus-W-Camargo/liste-e-compre/main/src/assets/background.png);background-repeat:no-repeat;background-position:center;background-size:cover;color:#1a263b;font-family:Segoe UI,Arial,sans-serif}.lista-real-logo-image{position:absolute;top:7px;left:10px;z-index:4;width:55px;height:auto;object-fit:contain}.lista-real-user{position:absolute;top:7px;right:9px;z-index:4;display:flex;align-items:center;gap:6px;color:#1a263b;font-size:7px;font-weight:800;white-space:nowrap}.lista-real-user img{width:28px;height:28px;border:2px solid #1a263b;border-radius:50%;background:#fff;object-fit:cover;object-position:center 18%;box-shadow:0 2px 5px #1a263b38}.lista-real-sidecard{position:absolute;top:48px;left:9px;z-index:4;width:125px;padding:9px 9px 8px;border:2px solid #1a263b;border-radius:13px;background:#fff;box-shadow:0 5px 12px #1a263b24}.lista-real-side-title{display:flex;align-items:center;gap:4px;font-size:8px;line-height:1}.lista-real-side-divider{height:1.5px;margin:7px 0 6px;background:#1a263b}.lista-real-sideitem{display:grid;grid-template-columns:minmax(0,1fr) 22px;min-height:39px;overflow:hidden;border:1.5px solid #1a263b;border-radius:12px;background:#fff}.lista-real-side-info{min-width:0;padding:6px 5px 5px 7px}.lista-real-side-name{display:flex;align-items:center;gap:3px;min-width:0;font-size:6.5px;line-height:1.1}.lista-real-side-name b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lista-real-side-name span{flex:0 0 auto;font-size:7px}.lista-real-side-info small{display:block;margin-top:2px;color:#7b9fd6;font-size:5px;font-weight:700;line-height:1.05}.lista-real-side-info small.modified{color:#f7501b;font-size:4.3px}.lista-real-side-trash{display:grid;border-left:1.5px solid #1a263b;place-items:center;font-size:8px}.lista-real-main{position:relative;z-index:5;width:46%;min-width:220px;max-width:238px;margin:13px auto 0}.lista-real-page-title{display:flex;align-items:center;justify-content:center;gap:6px;height:27px;margin-bottom:5px;color:#1a263b;font-size:13px;font-weight:800}.lista-real-page-title img{width:22px;height:22px;object-fit:contain}.lista-real-formcard,.lista-real-listcard{position:relative;overflow:visible;border:2px solid #1a263b;border-radius:14px;background:#fffffff7;box-shadow:0 5px 13px #1a263b26}.lista-real-formcard{z-index:8;padding:9px}.lista-real-formcard label{display:block;margin:0 0 4px;color:#1a263b;font-size:6px;font-weight:800;line-height:1}.lista-real-input{position:relative;display:flex;align-items:center;height:28px;padding:0 8px;border:1.5px solid #f7501b;border-radius:11px;background:#fff;color:#1a263b;font-size:7px;box-shadow:0 0 0 2px #f7501b2b}.lista-real-input i{width:1px;height:11px;margin-left:1px;background:#1a263b}.lista-real-suggestion{position:absolute;top:43px;left:9px;right:9px;z-index:40;display:flex;align-items:center;height:29px;padding:0 9px;border:1.5px solid #1a263b;border-radius:10px;background:#fff;color:#1a263b;font-size:6.5px;box-shadow:0 5px 10px #1a263b2b}.lista-real-controls{display:grid;grid-template-columns:minmax(0,1fr) 45px 40px;gap:5px;margin-top:35px}.lista-control-category,.lista-control-qty,.lista-control-switch{height:27px;border:1.5px solid #1a263b;background:#fff}.lista-control-category{display:flex;align-items:center;justify-content:space-between;gap:3px;padding:0 6px;border-color:#f7501b;border-radius:11px;color:#1a263b;font-size:6px;font-weight:800;white-space:nowrap}.lista-control-category i{font-size:7px;font-style:normal}.lista-control-qty{display:grid;grid-template-columns:1fr 13px;overflow:hidden;border-radius:7px}.lista-control-qty>span{display:grid;place-items:center;font-size:6px;font-weight:800}.lista-control-qty>i{display:grid;grid-template-rows:1fr 1fr;border-left:1px solid #1a263b;font-style:normal}.lista-control-qty>i b{display:grid;place-items:center;background:#ffebd68c;font-size:6px;line-height:1}.lista-control-qty>i b:first-child{border-bottom:1px solid #1a263b}.lista-control-switch{position:relative;overflow:hidden;border-radius:999px;background:#f7501b}.lista-control-switch:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border:1.5px solid #1a263b;border-radius:50%;background:#fff}.lista-control-switch span{position:absolute;top:50%;right:5px;color:#1a263b;font-size:8px;line-height:1;transform:translateY(-50%)}.lista-real-add{width:100%;height:28px;margin-top:6px;padding:0;border:1.5px solid #1a263b;border-radius:8px;background:#bdc4c8;color:#1a263b6b;font-size:6px;font-weight:800}.lista-category-dropdown{position:absolute;top:76px;left:9px;z-index:50;width:108px;overflow:hidden;padding:4px 0;border:1.5px solid #1a263b;border-radius:12px;background:#f7f7f7;box-shadow:0 8px 17px #1a263b3d}.lista-category-dropdown span{display:flex;align-items:center;min-height:15px;padding:2px 6px;color:#1a263b;font-size:5.5px;font-weight:800;line-height:1.1;white-space:nowrap}.lista-category-dropdown span:hover{background:#ffebd6;color:#f7501b}.lista-real-listcard{z-index:3;margin-top:6px;padding:8px 9px 9px}.lista-real-list-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:5px;min-height:21px;margin-bottom:5px}.lista-real-list-toolbar>strong{font-size:6.5px;white-space:nowrap}.lista-real-filter{display:flex;align-items:center;justify-content:center;min-width:0;height:20px;padding:0 5px;overflow:hidden;border:1.5px solid #1a263b;border-radius:999px;background:#fff;font-size:5px;font-weight:800;text-overflow:clip;white-space:nowrap}.lista-real-list-toolbar>b{padding:4px 6px;border-radius:999px;background:#f7501b;color:#fff;font-size:5px;white-space:nowrap}.lista-real-items{display:grid;gap:4px}.lista-real-item{display:grid;grid-template-columns:minmax(0,1fr) 45px 31px 11px;align-items:center;gap:4px;min-height:28px;padding:4px 5px 4px 7px;border:1.5px solid #1a263b;border-radius:11px;background:#ffebd647}.lista-real-item-info{display:flex;min-width:0;flex-direction:column;gap:1px}.lista-real-item-info b{overflow:hidden;color:#1a263b;font-size:5.7px;text-overflow:ellipsis;white-space:nowrap}.lista-real-item-info small{overflow:hidden;color:#7b9fd6;font-size:4.2px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.lista-mini-spinner{display:grid;grid-template-columns:minmax(0,1fr) 11px;height:20px;overflow:hidden;border:1px solid #1a263b;border-radius:6px;background:#fff}.lista-mini-spinner em{display:grid;min-width:0;place-items:center;overflow:hidden;color:#1a263b;font-size:4.8px;font-style:normal;font-weight:800;white-space:nowrap}.lista-mini-spinner>i{display:grid;grid-template-rows:1fr 1fr;border-left:1px solid #1a263b;font-style:normal}.lista-mini-spinner>i b{display:grid;place-items:center;background:#ffebd68c;font-size:4.6px;line-height:1}.lista-mini-spinner>i b:first-child{border-bottom:1px solid #1a263b}.lista-mini-switch{position:relative;height:20px;overflow:hidden;border:1px solid #1a263b;border-radius:999px;background:#f7501b}.lista-mini-switch i{position:absolute;top:2px;left:2px;width:14px;height:14px;border:1px solid #1a263b;border-radius:50%;background:#fff}.lista-mini-trash{font-size:6px;text-align:center}.lista-real-save{width:100%;height:28px;margin-top:7px;padding:0;border:1.5px solid #1a263b;border-radius:7px;background:#f7501b;color:#fff;font-size:6.5px;font-weight:900}.lista-real-footer{position:absolute;right:0;bottom:5px;left:0;z-index:2;color:#f7501b;font-size:4.2px;font-weight:700;text-align:center}@media(max-width:760px){.lista-real-preview{aspect-ratio:1.35}.lista-real-logo-image{top:7px;left:8px;width:43px}.lista-real-user{right:7px;font-size:5px}.lista-real-user img{width:23px;height:23px}.lista-real-sidecard{display:none}.lista-real-main{width:72%;min-width:0;max-width:220px;margin-top:11px}.lista-real-page-title{height:24px;margin-bottom:4px;font-size:10px}.lista-real-page-title img{width:18px;height:18px}.lista-category-dropdown{width:102px}.lista-real-footer{font-size:3.7px}}.project-lista-app .project-preview{background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.22),transparent 25%),linear-gradient(145deg,#7b9fd6,#8eafdd 55%,#dce7f7);overflow:hidden}.liste-app-preview-scene{width:100%;min-height:430px;position:relative;display:grid;place-items:center;padding:28px 18px}.liste-app-phone{position:absolute;width:238px;height:470px;padding:7px;border:3px solid #1A263B;border-radius:34px;background:#1a263b;box-shadow:0 24px 48px #0b142447}.liste-app-phone:before{content:"";position:absolute;z-index:6;top:7px;left:50%;width:74px;height:18px;transform:translate(-50%);border-radius:0 0 13px 13px;background:#1a263b}.liste-app-phone-back{z-index:3;transform:translate(-34px) rotate(-2.1deg);opacity:1}.liste-app-phone-front{z-index:1;transform:translate(120px,22px) rotate(6deg) scale(.87);opacity:.95}.liste-app-phone-screen{position:relative;height:100%;overflow:hidden;border-radius:26px;background:#7b9fd6;color:#1a263b;font-family:Poppins,Inter,system-ui,sans-serif}.liste-app-statusbar{position:relative;z-index:5;height:25px;padding:7px 13px 0;display:flex;align-items:flex-start;justify-content:space-between;color:#1a263b;font-size:7px;font-weight:800}.liste-app-screen-decor{position:absolute;border-radius:999px;pointer-events:none}.liste-app-decor-one{width:132px;height:132px;top:-48px;right:-46px;background:#ffffff1a}.liste-app-decor-two{width:104px;height:104px;bottom:70px;left:-52px;background:#f7501b1a}.liste-app-purchase-content,.liste-app-history-content{position:relative;z-index:2;padding:8px 12px 16px}.liste-app-page-header{margin-bottom:10px}.liste-app-page-header>strong,.liste-app-page-header>small{display:block}.liste-app-back{width:29px;height:29px;margin-bottom:4px;display:grid;place-items:center;border:2px solid #1A263B;border-radius:50%;background:#fff;font-size:24px;font-weight:700;line-height:1}.liste-app-page-header>strong{font-size:17px;line-height:1.15;font-weight:900}.liste-app-page-header>small{margin-top:2px;color:#5e6f89;font-size:6.8px;font-weight:500}.liste-app-page-header.compact{margin-bottom:9px}.liste-app-page-header.compact>strong{font-size:18px}.liste-app-summary-card,.liste-app-purchase-row,.liste-app-history-total,.liste-app-history-row{border:2px solid #1A263B;background:#ffffffeb;box-shadow:0 6px 14px #0b14241a}.liste-app-summary-card{min-height:58px;margin-bottom:8px;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:17px;background:#ffebdb}.liste-app-summary-card span strong,.liste-app-summary-card span small{display:block}.liste-app-summary-card span strong{font-size:10px;font-weight:700}.liste-app-summary-card span small{margin-top:1px;color:#5e6f89;font-size:6px}.liste-app-summary-card>b{color:#e04312;font-size:15px;font-weight:900;white-space:nowrap}.liste-app-purchase-items{display:grid;gap:6px}.liste-app-purchase-row{display:flex;gap:7px;padding:8px;border-radius:17px}.liste-app-purchase-row.is-done{background:#f2fbf6;opacity:.78}.liste-app-round-check{flex:0 0 auto;width:27px;height:27px;margin-top:1px;display:grid;place-items:center;border:2px solid #1A263B;border-radius:50%;background:#fff;color:#fff;font-size:11px;font-weight:900}.liste-app-round-check.is-checked{background:#1f7a4d}.liste-app-row-body{min-width:0;flex:1}.liste-app-row-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:5px}.liste-app-row-heading span strong,.liste-app-row-heading span small{display:block}.liste-app-row-heading span strong{font-size:8px;font-weight:700}.liste-app-row-heading span small{margin-top:1px;color:#5e6f89;font-size:5px}.liste-app-row-heading>b{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;color:#1a263b;font-size:13px;line-height:1}.liste-app-row-inputs{margin-top:5px;display:grid;grid-template-columns:1.18fr .82fr .9fr;gap:4px}.liste-app-row-inputs label>small{display:block;margin-bottom:2px;color:#5e6f89;font-size:4.6px;font-weight:600;white-space:nowrap}.liste-app-row-inputs label>span{min-height:22px;padding:4px 5px;display:flex;align-items:center;border:1px solid #D4DCE8;border-radius:8px;background:#fff;color:#1a263b;font-size:6px;font-weight:600}.liste-app-money{gap:2px}.liste-app-money b{font-size:6px}.liste-app-row-inputs label>span.liste-app-measure{padding:2px;gap:2px}.liste-app-measure i{flex:1;min-width:0;padding:3px 2px;border-radius:6px;font-style:normal;text-align:center;color:#5e6f89;font-size:5px}.liste-app-measure i.active{background:#1a263b;color:#fff}.liste-app-purchase-row:not(.is-done) .liste-app-row-body:after{content:"Toque no círculo para marcar como colocado no carrinho.";display:block;margin-top:4px;color:#5e6f89;font-size:4.5px;line-height:1.25}.liste-app-actions{margin-top:8px;display:grid;gap:6px}.liste-app-actions button{min-height:29px;border-radius:999px;font-family:inherit;font-size:6.5px;font-weight:700;opacity:1}.liste-app-actions button:first-child{border:2px solid #1A263B;background:#fff;color:#1a263b}.liste-app-actions button:last-child{border:2px solid #F7501B;background:#f7501b;color:#fff}.liste-app-tab-topbar{position:relative;z-index:3;height:67px;padding:4px 12px 0;display:flex;align-items:center;justify-content:space-between}.liste-app-tab-topbar img{width:91px;height:51px;object-fit:contain;object-position:left center}.liste-app-account{width:30px;height:30px;display:grid;place-items:center;border:2px solid #1A263B;border-radius:50%;background:#fff4e7;font-size:13px}.liste-app-history-content{padding-top:0;padding-bottom:56px}.liste-app-history-total{margin-bottom:8px;padding:10px;border-radius:17px;background:#ffebdb}.liste-app-history-total small,.liste-app-history-total strong{display:block}.liste-app-history-total small{color:#5e6f89;font-size:6px;font-weight:600}.liste-app-history-total strong{margin-top:2px;color:#e04312;font-size:15px;font-weight:900}.liste-app-history-row{margin-bottom:7px;padding:9px;display:flex;align-items:center;gap:6px;border-radius:17px}.liste-app-history-row>span{min-width:0;flex:1}.liste-app-history-row span strong,.liste-app-history-row span small{display:block}.liste-app-history-row span strong{font-size:8px;font-weight:700}.liste-app-history-row span small{margin-top:1px;color:#5e6f89;font-size:4.8px}.liste-app-history-row>b{color:#e04312;font-size:8px;font-weight:900;white-space:nowrap}.liste-app-nav{position:absolute;z-index:4;right:0;bottom:0;left:0;height:51px;display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid #1A263B;background:#fff}.liste-app-nav span{display:grid;place-items:center;align-content:center;gap:1px;color:#5e6f89;font-size:12px;font-weight:700}.liste-app-nav small{font-size:5.4px;font-weight:600}.liste-app-nav .active{color:#f7501b}@media(max-width:760px){.liste-app-preview-scene{min-height:360px;padding:18px 8px;transform:scale(.86);transform-origin:center}.liste-app-phone-back{transform:translate(-18px) rotate(-2deg) scale(.86)}.liste-app-phone-front{transform:translate(90px,22px) rotate(6deg) scale(.79)}}.project-lista-app .liste-app-phone-back{z-index:2;transform:none;opacity:1}@media(max-width:760px){.project-lista-app .liste-app-phone-back{transform:scale(.86)}}.lista-real-input{border-color:#1a263b;box-shadow:none}.lista-real-controls{margin-top:7px}.lista-control-category{border-color:#1a263b}.lista-control-switch:before{display:none}.lista-control-switch span{position:absolute;top:3px;left:3px;right:auto;z-index:2;display:grid;width:18px;height:18px;border:1.5px solid #1a263b;border-radius:50%;background:#fff;color:#1a263b;font-size:7px;line-height:1;place-items:center;transform:none}.lista-mini-switch i{display:grid;place-items:center;font-size:5.5px;font-style:normal;line-height:1}.project-letreiro .project-preview{background:linear-gradient(145deg,#0b0f19,#151828 42%,#ebe4d6)}.mock-browser-letreiro{background:#0b0f19}.letreiro-ui{background:linear-gradient(145deg,#0b0f19 0% 42%,#ebe4d6 78% 100%)}.letreiro-history div:first-child{border-color:#27272a;background:#151828;box-shadow:0 2px 4px #00000038}.letreiro-history div:first-child span{color:#8b90a8}.letreiro-history div:first-child strong{color:#f4efe4}.letreiro-history div:last-child{border-color:#b5aa96;background:#f7f1e6;box-shadow:0 2px 4px #3c281429}.letreiro-history div:last-child span{color:#5c554a}.letreiro-history div:last-child strong{color:#1c1914}.letreiro-keyboard b{border-color:#3a3a3cc7;background:#2b304c;color:#f4efe4;box-shadow:0 2px 4px #00000052}.letreiro-keyboard b:before,.letreiro-keyboard b:after{background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.18) 3px,transparent 3px,transparent 7px)}.letreiro-keyboard .row-one b:nth-child(n+7),.letreiro-keyboard .row-two b:nth-child(n+5),.letreiro-keyboard .row-three b:nth-child(n+3),.letreiro-keyboard .row-enter b{border-color:#8a7f6ccc;background:#d4cbb8;color:#1c1914;box-shadow:0 2px 4px #3c281438}.letreiro-keyboard .row-one b:nth-child(n+7):before,.letreiro-keyboard .row-one b:nth-child(n+7):after,.letreiro-keyboard .row-two b:nth-child(n+5):before,.letreiro-keyboard .row-two b:nth-child(n+5):after,.letreiro-keyboard .row-three b:nth-child(n+3):before,.letreiro-keyboard .row-three b:nth-child(n+3):after{background-image:repeating-linear-gradient(90deg,rgba(28,25,20,.28),rgba(28,25,20,.28) 3px,transparent 3px,transparent 7px)}.letreiro-keyboard .key-backspace{border-color:#8a7f6ccc;background:#c2b79f;color:#1c1914}.letreiro-keyboard .key-enter{border-color:#8a7f6cd9;background:#c2b79f;color:#1c1914}.lista-real-preview{aspect-ratio:1.35}.lista-real-preview>.lista-browser-bar{position:relative;z-index:20;height:38px;flex:0 0 38px}.lista-real-preview>.lista-real-scene{height:calc(100% - 38px);min-height:0}@media(max-width:760px){.lista-real-preview{aspect-ratio:1.18}}@media(max-width:760px){.project-card .project-preview{min-height:0;padding:30px 16px}.mock-browser-letreiro,.lista-real-preview{width:min(100%,360px);max-width:360px;margin-inline:auto;aspect-ratio:.68;transform:none;border-radius:20px}.mock-browser-letreiro{overflow:hidden}.mock-browser-letreiro>.letreiro-browser-bar{height:32px;padding-inline:11px}.mock-browser-letreiro>.letreiro-browser-bar i{width:7px;height:7px}.letreiro-ui{min-height:calc(100% - 32px);padding:20px 14px 18px;box-sizing:border-box}.letreiro-topline{padding-bottom:9px}.letreiro-brand-lockup{gap:6px}.letreiro-clapper{font-size:15px}.letreiro-title{font-size:11px;letter-spacing:.19em}.letreiro-clue{margin:13px 0 11px;font-size:8px}.letreiro-answer-row{flex-wrap:nowrap;gap:4px}.letreiro-answer-row span{width:clamp(25px,8vw,30px);height:clamp(25px,8vw,30px);flex:0 1 30px;font-size:9px}.letreiro-history{grid-template-columns:1fr;gap:7px;margin:14px 0 12px}.letreiro-history div{min-height:40px;padding:7px 9px}.letreiro-history span{margin-bottom:2px;font-size:6px}.letreiro-history strong{font-size:8px}.letreiro-keyboard{gap:5px;width:100%;margin-top:8px}.mini-keyboard-row{width:100%;margin-inline:auto;gap:3px}.letreiro-keyboard .row-one{max-width:100%}.letreiro-keyboard .row-two{max-width:92%;padding-inline:0}.letreiro-keyboard .row-three{max-width:85%;padding-inline:0}.letreiro-keyboard b{width:auto;min-width:0;max-width:28px;height:27px;flex:1 1 0;font-size:7px}.letreiro-keyboard .key-backspace{width:auto;max-width:34px;flex-grow:1.25;font-size:11px}.letreiro-keyboard .row-enter{max-width:72%}.letreiro-keyboard .key-enter{width:100%;max-width:none;height:29px;font-size:8px}.lista-real-preview{display:block;overflow:hidden}.lista-real-preview>.lista-browser-bar{height:32px;flex-basis:32px;padding-inline:11px}.lista-real-preview>.lista-browser-bar i{width:7px;height:7px}.lista-real-preview>.lista-real-scene{height:calc(100% - 32px);min-height:0}.lista-real-logo-image{top:9px;left:11px;width:46px}.lista-real-user{top:8px;right:9px}.lista-real-user strong{display:none}.lista-real-user img{width:25px;height:25px}.lista-real-sidecard{display:none}.lista-real-main{width:88%;min-width:0;max-width:none;margin:38px auto 0}.lista-real-page-title{height:25px;margin-bottom:5px;font-size:10px}.lista-real-page-title img{width:19px;height:19px}.lista-real-formcard{padding:9px}.lista-real-formcard label{margin-bottom:4px;font-size:5.8px}.lista-real-input{height:29px;padding-inline:8px;font-size:6.8px}.lista-real-controls{grid-template-columns:minmax(0,1fr) 46px 42px;gap:5px;margin-top:7px}.lista-control-category,.lista-control-qty,.lista-control-switch{height:27px}.lista-control-category{font-size:5.8px}.lista-control-switch span{width:18px;height:18px;font-size:6px}.lista-real-add{height:28px;margin-top:6px;font-size:5.8px}.lista-real-listcard{margin-top:6px;padding:8px 9px 9px}.lista-real-list-toolbar{min-height:20px;gap:4px;margin-bottom:5px}.lista-real-list-toolbar>strong{font-size:6px}.lista-real-filter{height:19px;padding-inline:4px;font-size:4.7px}.lista-real-list-toolbar>b{padding:4px 5px;font-size:4.7px}.lista-real-items{gap:4px}.lista-real-item{grid-template-columns:minmax(0,1fr) 45px 31px 11px;min-height:28px;gap:4px;padding:4px 5px 4px 7px}.lista-real-item-info b{font-size:5.6px}.lista-real-item-info small{font-size:4.1px}.lista-real-save{height:28px;margin-top:7px;font-size:6.2px}.lista-real-footer{bottom:5px;font-size:3.5px}}@media(max-width:390px){.project-card .project-preview{padding-inline:12px}.mock-browser-letreiro,.lista-real-preview{width:min(100%,338px);aspect-ratio:.64}.letreiro-ui{padding-inline:11px}.letreiro-answer-row span{width:24px;height:24px}.letreiro-keyboard b{height:25px;font-size:6.5px}.letreiro-keyboard .key-enter{height:27px}.lista-real-main{width:90%;margin-top:36px}.lista-real-controls{grid-template-columns:minmax(0,1fr) 43px 40px;gap:4px}}.mock-browser-letreiro{display:flex;flex-direction:column}.mock-browser-letreiro>.letreiro-browser-bar{flex:0 0 38px}.letreiro-ui{display:flex;flex-direction:column;height:calc(100% - 38px);min-height:0}.letreiro-keyboard{width:100%;margin-top:auto}@media(max-width:760px){.mock-browser-letreiro>.letreiro-browser-bar{flex-basis:32px}.letreiro-ui{height:calc(100% - 32px)}.letreiro-keyboard{width:calc(100% + 20px);max-width:none;align-self:center;margin-top:auto;margin-right:-10px;margin-left:-10px;padding:0 2px 2px;box-sizing:border-box}.mini-keyboard-row{display:flex;width:100%;margin-inline:auto;gap:4px}.letreiro-keyboard .row-one{width:100%;max-width:100%}.letreiro-keyboard .row-two{width:92%;max-width:92%;padding-inline:0}.letreiro-keyboard .row-three{width:85%;max-width:85%;padding-inline:0}.letreiro-keyboard .row-enter{width:72%;max-width:72%}.letreiro-keyboard b{width:auto;min-width:24px;max-width:none;height:32px;flex:1 1 24px;font-size:8px}.letreiro-keyboard .key-backspace{width:auto;min-width:30px;max-width:none;flex:1.3 1 30px;font-size:12px}.letreiro-keyboard .key-enter{width:100%;min-width:0;max-width:none;height:34px;flex:1 1 auto;font-size:9px}}@media(max-width:390px){.letreiro-keyboard{width:calc(100% + 18px);margin-right:-9px;margin-left:-9px;padding-inline:0}.mini-keyboard-row{gap:3px}.letreiro-keyboard .row-two{width:93%;max-width:93%}.letreiro-keyboard .row-three{width:86%;max-width:86%}.letreiro-keyboard .row-enter{width:74%;max-width:74%}.letreiro-keyboard b{min-width:22px;height:30px;flex-basis:22px;font-size:7.5px}.letreiro-keyboard .key-backspace{min-width:28px;flex-basis:28px}.letreiro-keyboard .key-enter{min-width:0;height:32px}}.hero-logo-card{width:78%;aspect-ratio:1;padding:22px;background:transparent;border:1px solid rgba(255,76,166,.42);border-radius:34px;box-shadow:0 30px 75px #0000004d,0 0 0 1px #ffffff0a,0 0 55px #ff0a7824;transform:none}.hero-logo-card .hero-logo-image{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:0}.footer-brand .footer-logo-transparent{width:46px;height:46px;padding:2px;object-fit:contain;border:1px solid rgba(255,76,166,.28);border-radius:12px;background:transparent}@media(max-width:760px){.hero-logo-card{width:82%;padding:16px;border-radius:28px}.footer-brand .footer-logo-transparent{width:42px;height:42px}}.footer-privacy-link{color:var(--muted);font-size:inherit;transition:color .2s ease}.footer-privacy-link:hover{color:var(--text)}.privacy-page{min-height:100vh;padding:48px 20px}.privacy-shell{width:min(100%,860px);margin:0 auto}.privacy-brand{display:inline-flex;align-items:center;gap:12px;margin-bottom:28px;color:var(--text);font-weight:700}.privacy-brand img{width:48px;height:48px;object-fit:contain}.privacy-card{padding:clamp(28px,5vw,52px);background:#ffffff09;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.privacy-card h1{margin:14px 0 28px;font-family:Segoe UI,Inter,sans-serif;font-size:clamp(36px,6vw,58px);line-height:1.05;letter-spacing:-.045em}.privacy-card p{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.75}.privacy-back{min-height:46px;margin-top:10px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:14px;background:#ffffff0a;color:var(--text);font-size:13px;font-weight:700;transition:.25s ease}.privacy-back:hover{border-color:#ff0a7873;transform:translateY(-1px)}@media(max-width:600px){.privacy-page{padding:28px 14px}.privacy-brand{margin-bottom:20px}.privacy-card{border-radius:22px}}[data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.nav-recruiter{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid rgba(255,73,176,.25);border-radius:12px;background:linear-gradient(135deg,#ff0a7814,#a76bff14)}.commercial-hero{position:relative;overflow:hidden}.commercial-hero:before{content:"";position:absolute;inset:8% 4% auto auto;width:42%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,31,138,.12),transparent 68%);filter:blur(18px);pointer-events:none}.commercial-proof-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.commercial-proof-strip span,.commercial-project-outcomes span{padding:8px 11px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff09;color:var(--muted);font-size:12px}.commercial-orbit{position:relative}.floating-message{position:absolute;z-index:4;padding:10px 14px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#0f0a18c7;box-shadow:0 14px 45px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:12px;font-weight:700;animation:float-message 5s ease-in-out infinite}.floating-message-one{left:-34px;top:18%}.floating-message-two{right:-24px;bottom:18%;animation-delay:-2.3s}@keyframes float-message{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1deg)}}.commercial-value-band{width:min(1180px,calc(100% - 40px));margin:0 auto 70px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:linear-gradient(110deg,#ff0a780e,#a470ff0b)}.commercial-value-band>div{padding:24px;display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:center}.commercial-value-band>div+div{border-left:1px solid var(--line)}.commercial-value-band span{grid-column:2;color:var(--muted);font-size:13px;line-height:1.5}.brand-showcase-copy p{max-width:560px;color:var(--muted);line-height:1.7}.commercial-service-card{position:relative;overflow:hidden}.commercial-service-card:after{content:"";position:absolute;width:140px;height:140px;right:-80px;bottom:-80px;border-radius:50%;background:radial-gradient(circle,rgba(255,10,120,.16),transparent 70%);transition:transform .35s ease}.commercial-service-card:hover:after{transform:scale(1.5)}.project-slider-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.project-slider-heading>div:first-child{margin-bottom:0}.project-slider-controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.project-slider-controls button{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#ffffff09;color:var(--text);cursor:pointer;transition:.25s ease}.project-slider-controls button:hover{transform:translateY(-2px);border-color:#ff0a7873}.project-slider-controls span{color:var(--muted);font-size:12px;letter-spacing:.12em}.commercial-project-slide{min-height:560px;animation:project-enter .45s ease both}@keyframes project-enter{0%{opacity:0;transform:translate(24px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}.commercial-project-label{color:#ff55ae;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.commercial-project-outcomes{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0 6px}.inline-recruiter-link{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-weight:700;color:var(--text)}.recruiter-page{min-height:100vh;background:radial-gradient(circle at 8% 8%,rgba(255,10,120,.13),transparent 26%),radial-gradient(circle at 92% 22%,rgba(151,96,255,.12),transparent 28%),var(--bg)}.recruiter-header{width:min(1180px,calc(100% - 40px));margin:0 auto;min-height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.recruiter-brand{display:inline-flex;align-items:center;gap:12px;color:var(--text)}.recruiter-brand img{width:44px;height:44px;object-fit:contain}.recruiter-brand span{display:grid}.recruiter-brand small{color:var(--muted);font-size:11px}.recruiter-back{display:inline-flex;gap:7px;align-items:center;color:var(--muted);font-size:13px}.recruiter-main{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:72px 0 100px}.recruiter-hero{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:end;padding-bottom:74px}.recruiter-hero h1{margin:14px 0 22px;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em}.recruiter-hero p{max-width:760px;color:var(--muted);line-height:1.75;font-size:16px}.recruiter-snapshot{border-left:1px solid var(--line);padding-left:28px;display:grid;gap:26px}.recruiter-snapshot div{display:grid;gap:4px}.recruiter-snapshot strong{font-size:18px}.recruiter-snapshot span{color:var(--muted);font-size:12px}.recruiter-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:90px}.recruiter-principles article{padding:26px;border:1px solid var(--line);border-radius:20px;background:#ffffff06}.recruiter-principles h2{margin:18px 0 10px;font-size:18px}.recruiter-principles p{color:var(--muted);line-height:1.65;font-size:13px}.recruiter-cases{display:grid;gap:34px}.recruiter-case{padding:clamp(28px,5vw,54px);border:1px solid var(--line);border-radius:28px;background:#ffffff06}.recruiter-case-heading{display:flex;gap:24px;align-items:flex-start;padding-bottom:30px;border-bottom:1px solid var(--line)}.recruiter-case-heading>span{color:#ff55ae;font-size:11px;font-weight:800;letter-spacing:.15em}.recruiter-case-heading h2{margin:0;font-size:clamp(32px,4vw,52px)}.recruiter-case-heading p{margin:5px 0 0;color:var(--muted)}.recruiter-case-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;padding-top:34px}.recruiter-story{display:grid;gap:28px}.recruiter-story small,.recruiter-technical small{display:block;margin-bottom:8px;color:#d6a9ff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.recruiter-story p,.recruiter-technical li{color:var(--muted);line-height:1.72;font-size:14px}.recruiter-technical{display:grid;gap:30px;align-content:start;padding:26px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#00000021}.recruiter-stack{display:flex;flex-wrap:wrap;gap:7px}.recruiter-stack span{padding:7px 9px;border-radius:8px;background:#ffffff0e;font-size:11px}.recruiter-technical ul{margin:0;padding-left:18px;display:grid;gap:10px}.recruiter-links{display:flex;flex-wrap:wrap;gap:10px}.recruiter-links a,.recruiter-closing>a{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;color:var(--text);font-size:12px;font-weight:700}.recruiter-closing{margin-top:90px;max-width:900px}.recruiter-closing h2{margin:14px 0 20px;font-size:clamp(34px,5vw,58px);line-height:1.05;letter-spacing:-.04em}.recruiter-closing p{color:var(--muted);line-height:1.75;margin-bottom:24px}@media(max-width:900px){.commercial-value-band,.recruiter-principles{grid-template-columns:1fr}.commercial-value-band>div+div{border-left:0;border-top:1px solid var(--line)}.project-slider-heading{align-items:flex-start;flex-direction:column}.recruiter-hero,.recruiter-case-grid{grid-template-columns:1fr;gap:34px}.recruiter-snapshot{border-left:0;border-top:1px solid var(--line);padding:26px 0 0;grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.commercial-value-band,.recruiter-main,.recruiter-header{width:min(100% - 28px,1180px)}.floating-message{display:none}.recruiter-header{align-items:flex-start;padding:18px 0;gap:14px;flex-direction:column}.recruiter-main{padding-top:46px}.recruiter-hero{padding-bottom:50px}.recruiter-snapshot{grid-template-columns:1fr}.recruiter-principles{margin-bottom:56px}.recruiter-case{border-radius:22px}.recruiter-case-heading{flex-direction:column;gap:12px}}@media(prefers-reduced-motion:reduce){[data-reveal],.commercial-project-slide,.floating-message{opacity:1;transform:none;animation:none;transition:none}}.commercial-hero.section{padding-bottom:44px}.commercial-value-band{margin-bottom:44px}.brand-showcase{margin-bottom:34px}.services-section.section,.commercial-projects.section,.about-section.section,.contact-section.section{padding-top:64px;padding-bottom:64px}.commercial-service-card{transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease}.commercial-service-card:hover{transform:translateY(-7px);border-color:#ff379c47;box-shadow:0 22px 54px #ff0a7814}.commercial-orbit .orbit-one{animation:commercial-spin 16s linear infinite}.commercial-orbit .orbit-two{animation:commercial-spin-reverse 21s linear infinite}.commercial-orbit .hero-logo-card{animation:logo-breathe 5.5s ease-in-out infinite}@keyframes commercial-spin{to{transform:rotate(360deg)}}@keyframes commercial-spin-reverse{to{transform:rotate(-360deg)}}@keyframes logo-breathe{0%,to{transform:scale(1);filter:drop-shadow(0 0 0 rgba(255,10,120,0))}50%{transform:scale(1.018);filter:drop-shadow(0 0 22px rgba(255,10,120,.12))}}.commercial-project-slide{transition:border-color .3s ease,box-shadow .3s ease}.commercial-project-slide:hover{border-color:#ff47ab38;box-shadow:0 26px 70px #00000038}.nav-recruiter,.commercial-hero .button-github,.inline-recruiter-link{position:relative;overflow:hidden;isolation:isolate;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease,background .28s ease}.nav-recruiter:before,.commercial-hero .button-github:before,.inline-recruiter-link:before{content:"";position:absolute;inset:0;z-index:-1;transform:translate(-105%);background:linear-gradient(110deg,#ffffff05,#ffffff29,#ffffff05);transition:transform .45s cubic-bezier(.2,.7,.2,1)}.nav-recruiter:hover,.commercial-hero .button-github:hover{transform:translateY(-3px) scale(1.015);border-color:#ff4ab29e;box-shadow:0 14px 36px #ff0f8133,0 0 0 1px #bc70ff1f inset}.commercial-hero .button-github:hover{background:linear-gradient(135deg,#ff0f8129,#9856ff24)}.nav-recruiter:hover:before,.commercial-hero .button-github:hover:before,.inline-recruiter-link:hover:before{transform:translate(105%)}.nav-recruiter svg,.commercial-hero .button-github svg,.inline-recruiter-link svg{transition:transform .28s ease,filter .28s ease}.nav-recruiter:hover svg,.commercial-hero .button-github:hover svg{transform:translate(2px) rotate(-5deg) scale(1.08);filter:drop-shadow(0 0 8px rgba(255,107,192,.42))}.inline-recruiter-link{padding:8px 10px;border-radius:10px;border:1px solid transparent}.inline-recruiter-link:hover{transform:translate(4px);border-color:#ff4ab238;background:#ffffff06}.recruiter-main{padding-top:58px}.recruiter-hero{padding-bottom:48px}.recruiter-principles{margin-bottom:58px;gap:16px}.recruiter-principle-card{min-height:190px;padding:0;border:1px solid rgba(231,91,172,.24);border-radius:22px;overflow:hidden;position:relative;text-align:left;cursor:pointer;color:var(--text);background:linear-gradient(145deg,#b12572b8,#763393bd),#140e1df5;box-shadow:0 16px 40px #6e184f29;transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease,background .4s ease}.recruiter-principle-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 45%,rgba(255,196,231,.1),transparent 44%);opacity:.72;transition:opacity .3s ease,transform .3s ease}.recruiter-principle-card:hover{transform:translateY(-5px);border-color:#f477c161;box-shadow:0 22px 52px #6a1a4d3d}.recruiter-principle-card:hover:after{opacity:1;transform:scale(1.05)}.recruiter-principle-front,.recruiter-principle-detail{min-height:190px;padding:28px;display:flex;flex-direction:column;transition:opacity .34s ease,transform .42s cubic-bezier(.2,.7,.2,1)}.recruiter-principle-front{align-items:center;justify-content:center;text-align:center;gap:18px}.recruiter-principle-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:22px;color:#ffecf7f5;background:#0b08123d;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 0 24px #ffffff09,0 12px 30px #0000001f;transition:transform .32s ease,background .32s ease,box-shadow .32s ease}.recruiter-principle-card:hover .recruiter-principle-icon{transform:translateY(-2px) scale(1.06);background:#0b081252;box-shadow:inset 0 0 26px #ffffff0d,0 16px 34px #0000002e}.recruiter-principle-front h2,.recruiter-principle-detail h2{margin:0;font-size:21px}.recruiter-principle-detail{position:absolute;inset:0;opacity:0;transform:translateY(16px);background:#150f1ffb;justify-content:flex-start}.recruiter-principle-detail p{margin:18px 0 0;color:var(--muted);line-height:1.68;font-size:13px}.recruiter-principle-card.active{border-color:#d8afff52;background:#150f1ffa}.recruiter-principle-card.active:after{opacity:0}.recruiter-principle-card.active .recruiter-principle-front{opacity:0;transform:translateY(-14px)}.recruiter-principle-card.active .recruiter-principle-detail{opacity:1;transform:translateY(0)}.recruiter-case{transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.recruiter-case:hover{transform:translateY(-4px);border-color:#ff49b033;box-shadow:0 26px 70px #0003}.recruiter-links a,.recruiter-closing>a,.recruiter-back{position:relative;overflow:hidden;transition:transform .28s ease,border-color .28s ease,background .28s ease,color .28s ease,box-shadow .28s ease}.recruiter-links a:hover,.recruiter-closing>a:hover{transform:translateY(-2px);border-color:#ff52b157;background:#ff48a90e;box-shadow:0 10px 26px #00000029}.recruiter-back:hover{color:var(--text);transform:translate(-3px)}.recruiter-links a svg,.recruiter-closing>a svg,.recruiter-back svg{transition:transform .28s ease}.recruiter-links a:hover svg,.recruiter-closing>a:hover svg{transform:translate(2px,-2px)}.recruiter-back:hover svg{transform:translate(-3px)}.recruiter-animate{animation:recruiter-rise .7s cubic-bezier(.2,.7,.2,1) both}.recruiter-principles.recruiter-animate{animation-delay:.08s}.recruiter-cases.recruiter-animate{animation-delay:.16s}.recruiter-closing.recruiter-animate{animation-delay:.22s}@keyframes recruiter-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.services-section.section,.commercial-projects.section,.about-section.section,.contact-section.section{padding-top:50px;padding-bottom:50px}.recruiter-principle-card,.recruiter-principle-front,.recruiter-principle-detail{min-height:160px}.recruiter-principle-icon{width:68px;height:68px}}@media(prefers-reduced-motion:reduce){.commercial-orbit .orbit-one,.commercial-orbit .orbit-two,.commercial-orbit .hero-logo-card,.recruiter-animate{animation:none}.commercial-service-card:hover,.recruiter-principle-card:hover,.recruiter-case:hover,.nav-recruiter:hover,.commercial-hero .button-github:hover,.inline-recruiter-link:hover,.recruiter-links a:hover,.recruiter-closing>a:hover,.recruiter-back:hover{transform:none}}.button-github[href="/recrutadores"]{transform-origin:center}.button-github[href="/recrutadores"]:hover{transform:translateY(-4px)!important}.button-github[href="/recrutadores"]:active{transform:translateY(-1px)!important}.recruiter-principle-detail{justify-content:flex-start;gap:18px}.recruiter-principle-detail-heading{display:flex;align-items:center;gap:12px}.recruiter-principle-detail-heading svg{flex:0 0 auto;width:22px;height:22px;color:#fff}.recruiter-principle-detail-heading h2,.recruiter-principle-detail p{margin:0}.commercial-hero .hero-copy h1{font-size:clamp(42px,5.2vw,70px);max-width:760px}.commercial-hero .hero-actions{flex-wrap:nowrap;gap:10px;width:max-content;max-width:none}.commercial-hero .hero-actions .button{min-height:50px;padding:0 14px;gap:9px;font-size:12.5px;white-space:nowrap}.commercial-value-band{margin-top:-10px;position:relative;z-index:6}.commercial-orbit{overflow:visible;isolation:isolate}.hero-orbit-layer{position:absolute;inset:0;pointer-events:none}.hero-orbit-layer-back{z-index:1}.hero-orbit-layer-front{z-index:4}.commercial-orbit .hero-logo-card{z-index:2;background:#130c1861;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.commercial-orbit .hero-logo-image{position:relative;z-index:2}.hero-orbit-bubble{position:absolute;left:50%;top:50%;width:54px;height:54px;margin:-27px 0 0 -27px;pointer-events:none;will-change:transform;animation:hero-orbit-track var(--duration) linear infinite;animation-delay:var(--delay);animation-fill-mode:both}.hero-orbit-bubble span{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.2),transparent 30%),linear-gradient(145deg,#ff19899e,#8447da57);color:#fff;box-shadow:inset 0 0 18px #ffffff0f,0 8px 30px #ff0a7829;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:opacity,filter,transform;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:var(--delay);animation-fill-mode:both}.hero-orbit-bubble-front span{animation-name:hero-orbit-front-cycle}.hero-orbit-bubble-back span{animation-name:hero-orbit-back-cycle}.orbit-bubble-one{--duration: 13.6s;--delay: -1.1s;--start-x: -208px;--start-y: 164px;--end-x: 208px;--end-y: -164px}.orbit-bubble-two{--duration: 14.4s;--delay: -3.8s;--start-x: -208px;--start-y: -164px;--end-x: 208px;--end-y: 164px}.orbit-bubble-three{--duration: 12.8s;--delay: -5.4s;--start-x: -210px;--start-y: -90px;--end-x: 210px;--end-y: 72px}.orbit-bubble-four{--duration: 15s;--delay: -7.2s;--start-x: -210px;--start-y: 84px;--end-x: 210px;--end-y: -68px}.orbit-bubble-five{--duration: 13.9s;--delay: -8.1s;--start-x: -204px;--start-y: 46px;--end-x: 204px;--end-y: -34px}@keyframes hero-orbit-track{0%{transform:translate(var(--start-x),var(--start-y))}50%{transform:translate(var(--end-x),var(--end-y))}to{transform:translate(var(--start-x),var(--start-y))}}@keyframes hero-orbit-front-cycle{0%,48.8%{opacity:.98;filter:none;transform:scale(1)}49.6%{opacity:.72}50.2%,99.2%{opacity:0}99.7%{opacity:.72}to{opacity:.98;filter:none;transform:scale(1)}}@keyframes hero-orbit-back-cycle{0%,48.8%{opacity:0;filter:saturate(.82) blur(.08px);transform:scale(.96)}49.6%{opacity:.16}50.2%,98.8%{opacity:.3;filter:saturate(.78) blur(.12px);transform:scale(.95)}99.5%{opacity:.16}to{opacity:0;filter:saturate(.82) blur(.08px);transform:scale(.96)}}@media(max-width:1180px){.commercial-hero{gap:42px}.commercial-hero .hero-copy h1{font-size:clamp(40px,5vw,62px)}.commercial-hero .hero-actions{width:auto;max-width:650px;flex-wrap:wrap}.commercial-hero .hero-actions .button{padding:0 12px;font-size:12px}.commercial-hero .profile-orbit{width:min(440px,40vw)}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-preview{padding:34px}.recruiter-principles{grid-template-columns:repeat(2,minmax(0,1fr))}.recruiter-principles .recruiter-principle-card:last-child{grid-column:1 / -1}}@media(min-width:901px)and (max-width:1080px){.commercial-hero{grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);gap:28px;padding-top:58px}.commercial-hero .hero-copy h1{font-size:clamp(38px,4.8vw,54px)}.commercial-hero .hero-text{font-size:15.5px;line-height:1.68}.commercial-hero .profile-orbit{width:min(380px,36vw)}.commercial-hero .hero-actions{gap:8px}.commercial-hero .hero-actions .button{min-height:48px;padding-inline:11px;font-size:11.5px}.commercial-value-band{width:min(100% - 32px,1180px)}.commercial-value-band>div{padding:20px}.orbit-bubble-one{--start-x: -184px;--end-x: 184px;--start-y: 145px;--end-y: -145px}.orbit-bubble-two{--start-x: -184px;--end-x: 184px;--start-y: -145px;--end-y: 145px}.orbit-bubble-three{--start-x: -186px;--end-x: 186px;--start-y: -80px;--end-y: 64px}.orbit-bubble-four{--start-x: -186px;--end-x: 186px;--start-y: 75px;--end-y: -61px}.orbit-bubble-five{--start-x: -180px;--end-x: 180px;--start-y: 42px;--end-y: -30px}}@media(max-width:900px){.commercial-hero{min-height:auto;grid-template-columns:1fr;gap:26px;padding-top:48px;padding-bottom:34px;overflow:visible}.commercial-hero .hero-copy{max-width:760px}.commercial-hero .hero-copy h1{font-size:clamp(39px,8vw,58px);max-width:720px}.commercial-hero .hero-text{max-width:680px}.commercial-hero .hero-actions{width:min(100%,620px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.commercial-hero .hero-actions .button{width:100%;min-width:0;white-space:normal;text-align:center}.commercial-hero .hero-actions .button-github{grid-column:1 / -1}.commercial-hero .hero-visual{width:100%;margin-top:4px}.commercial-hero .profile-orbit{width:min(430px,82vw)}.commercial-value-band{width:min(100% - 28px,760px);margin-top:-2px;margin-bottom:34px;border-radius:18px}.commercial-value-band>div{padding:18px 20px}.brand-showcase-inner,.about-panel,.contact-panel{grid-template-columns:1fr}.commercial-project-slide{grid-template-columns:1fr;min-height:0}.commercial-project-slide .project-preview{min-height:390px;padding:28px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-orbit-bubble,.hero-orbit-bubble span{width:46px;height:46px}.hero-orbit-bubble{margin:-23px 0 0 -23px}.orbit-bubble-one{--start-x: -166px;--end-x: 166px;--start-y: 130px;--end-y: -130px}.orbit-bubble-two{--start-x: -166px;--end-x: 166px;--start-y: -130px;--end-y: 130px}.orbit-bubble-three{--start-x: -168px;--end-x: 168px;--start-y: -74px;--end-y: 60px}.orbit-bubble-four{--start-x: -168px;--end-x: 168px;--start-y: 70px;--end-y: -56px}.orbit-bubble-five{--start-x: -162px;--end-x: 162px;--start-y: 40px;--end-y: -28px}.recruiter-principles{grid-template-columns:1fr}.recruiter-principles .recruiter-principle-card:last-child{grid-column:auto}}@media(max-width:640px){.commercial-hero.section{width:min(calc(100% - 28px),1200px);padding-top:38px;padding-bottom:26px}.commercial-hero .eyebrow{font-size:9.5px;letter-spacing:.13em;line-height:1.45}.commercial-hero .hero-copy h1{margin:18px 0;font-size:clamp(34px,10.5vw,46px);line-height:1.01;letter-spacing:-.045em}.commercial-hero .hero-text{font-size:15px;line-height:1.65}.commercial-hero .hero-actions{display:grid;grid-template-columns:1fr;width:100%;margin-top:26px}.commercial-hero .hero-actions .button,.commercial-hero .hero-actions .button-github{grid-column:auto;width:100%;min-height:48px;padding:0 14px;font-size:12px}.commercial-hero .profile-orbit{width:min(330px,90vw)}.commercial-orbit .hero-logo-card{width:70%}.commercial-value-band{width:min(calc(100% - 28px),520px);margin-top:0;margin-bottom:28px}.commercial-value-band>div{padding:16px 17px;gap:3px 10px}.commercial-value-band span{font-size:12px}.service-grid{grid-template-columns:1fr}.commercial-service-card{min-height:0;padding:22px}.commercial-service-card h3{margin-top:46px}.commercial-project-slide{border-radius:22px}.commercial-project-slide .project-preview{min-height:320px;padding:18px}.project-slider-heading{gap:18px}.project-slider-controls button{width:40px;height:40px}.recruiter-principle-card,.recruiter-principle-front,.recruiter-principle-detail{min-height:220px}.recruiter-principle-front,.recruiter-principle-detail{padding:22px}.hero-orbit-bubble,.hero-orbit-bubble span{width:40px;height:40px}.hero-orbit-bubble{margin:-20px 0 0 -20px}.hero-orbit-bubble svg{width:17px;height:17px}.orbit-bubble-one{--start-x: -132px;--end-x: 132px;--start-y: 104px;--end-y: -104px}.orbit-bubble-two{--start-x: -132px;--end-x: 132px;--start-y: -104px;--end-y: 104px}.orbit-bubble-three{--start-x: -134px;--end-x: 134px;--start-y: -60px;--end-y: 48px}.orbit-bubble-four{--start-x: -134px;--end-x: 134px;--start-y: 56px;--end-y: -45px}.orbit-bubble-five{--start-x: -130px;--end-x: 130px;--start-y: 32px;--end-y: -23px}}@media(max-width:420px){.commercial-hero .hero-copy h1{font-size:clamp(32px,10.8vw,40px)}.commercial-hero .profile-orbit{width:min(300px,88vw)}.commercial-orbit .hero-logo-card{width:68%}.hero-orbit-bubble,.hero-orbit-bubble span{width:36px;height:36px}.hero-orbit-bubble{margin:-18px 0 0 -18px}.orbit-bubble-one{--start-x: -118px;--end-x: 118px;--start-y: 92px;--end-y: -92px}.orbit-bubble-two{--start-x: -118px;--end-x: 118px;--start-y: -92px;--end-y: 92px}.orbit-bubble-three{--start-x: -120px;--end-x: 120px;--start-y: -54px;--end-y: 43px}.orbit-bubble-four{--start-x: -120px;--end-x: 120px;--start-y: 50px;--end-y: -40px}.orbit-bubble-five{--start-x: -116px;--end-x: 116px;--start-y: 28px;--end-y: -20px}}@media(prefers-reduced-motion:reduce){.hero-orbit-bubble,.hero-orbit-bubble span{animation-play-state:paused}}
