@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";.header{flex-direction:column;gap:26px;margin-bottom:30px;display:flex}.header__badge{color:var(--rosa-amadeirado);letter-spacing:.18em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:1px solid #32421d1a;border-radius:999px;align-self:center;padding:10px 16px;font-size:.72rem;font-weight:600}.header__identity{text-align:center;flex-direction:column;align-items:center;display:flex}.header__logoWrap{margin-bottom:20px;position:relative}.header__logoWrap:before{content:"";filter:blur(10px);background:radial-gradient(circle,#a3757438 0%,#a3757400 72%);border-radius:50%;position:absolute;inset:-16px}.header__logoCircle{background:var(--areia-rosada);border:3px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;padding:5px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #32421d38,inset 0 1px #ffffff2e}.header__profileImage{object-fit:cover;object-position:center;border-radius:50%;width:230%;height:230%;display:block}.header__text{flex-direction:column;align-items:center;display:flex}.header__title{color:var(--rosa-amadeirado);font-family:var(--font-display);letter-spacing:.02em;margin-bottom:14px;font-size:clamp(2.8rem,7vw,4.1rem);font-weight:600;line-height:.94}.header__description{max-width:470px;color:var(--texto-secundario);font-size:1rem;line-height:1.75}.header__span{color:var(--rosa-amadeirado);font-weight:700}@media (width<=640px){.header{gap:22px;margin-bottom:26px}.header__badge{letter-spacing:.14em;padding:9px 14px;font-size:.67rem}.header__logoCircle{width:112px;height:112px;padding:4px}.header__description{font-size:.94rem;line-height:1.65}}.linkCard{will-change:transform, box-shadow;background:linear-gradient(#ffffffeb 0%,#faf8f4d1 100%);border:1px solid #32421d14;border-radius:22px;justify-content:space-between;align-items:center;gap:14px;padding:15px 16px;transition:transform .34s cubic-bezier(.22,1,.36,1),box-shadow .34s cubic-bezier(.22,1,.36,1),border-color .34s,background .34s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #32421d0a,0 2px 8px #32421d05,inset 0 1px #ffffffa6}.linkCard:before{content:"";border-radius:inherit;opacity:1;pointer-events:none;background:linear-gradient(135deg,#ffffff47 0%,#ffffff0f 30%,#a3757408 100%);position:absolute;inset:0}.linkCard:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#a375741a 0%,#a3757408 38%,#a3757400 72%);border-radius:50%;width:130px;height:130px;transition:opacity .34s,transform .34s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;right:-52px;transform:translateY(-50%)scale(.9)}.linkCard:hover{background:linear-gradient(#fffffffa 0%,#f2dfce7a 100%);border-color:#a375742e;transform:translateY(-4px);box-shadow:0 16px 34px #32421d14,0 6px 14px #a375740f,inset 0 1px #ffffffb8}.linkCard:hover:after{opacity:1;transform:translateY(-50%)scale(1)}.linkCard__left{z-index:2;align-items:center;gap:12px;min-width:0;display:flex;position:relative}.linkCard__iconWrap{width:46px;height:46px;color:var(--marrom-profundo);background:linear-gradient(145deg,#32421d0f 0%,#a1a67b29 100%);border:1px solid #32421d0f;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .34s cubic-bezier(.22,1,.36,1),background .34s,color .34s,border-color .34s,box-shadow .34s;display:flex;box-shadow:inset 0 1px #ffffff73,0 5px 12px #32421d09}.linkCard:hover .linkCard__iconWrap{color:var(--rosa-amadeirado);background:linear-gradient(145deg,#f2dfced1 0%,#a3757429 100%);border-color:#a375741f;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff8c,0 8px 16px #a375740f}.linkCard__content{flex-direction:column;gap:2px;min-width:0;display:flex}.linkCard__tag{color:var(--marrom-profundo);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1px;font-size:.58rem;font-weight:700}.linkCard__title{color:var(--marrom-profundo);letter-spacing:.01em;font-size:.96rem;font-weight:600;line-height:1.2;transition:color .34s}.linkCard:hover .linkCard__title{color:var(--rosa-amadeirado)}.linkCard__description{color:#735c2594;max-width:100%;font-size:.84rem;line-height:1.38}.linkCard__arrow{z-index:2;width:38px;height:38px;color:var(--marrom-profundo);background:linear-gradient(145deg,#ffffffb8 0%,#32421d0a 100%);border:1px solid #32421d0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .34s cubic-bezier(.22,1,.36,1),background .34s,color .34s,border-color .34s,box-shadow .34s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff73,0 4px 10px #32421d09}.linkCard:hover .linkCard__arrow{color:var(--rosa-amadeirado);background:linear-gradient(145deg,#f2dfcef2 0%,#a3757429 100%);border-color:#a375741f;transform:translate(3px,-3px)scale(1.02);box-shadow:inset 0 1px #ffffff8c,0 6px 14px #a375740f}@media (width<=640px){.linkCard{border-radius:20px;gap:12px;padding:14px}.linkCard__left{gap:10px}.linkCard__iconWrap{border-radius:14px;width:42px;height:42px}.linkCard__title{font-size:.92rem}.linkCard__description{font-size:.8rem;line-height:1.34}.linkCard__arrow{width:34px;height:34px}}.linksSection{flex-direction:column;gap:18px;display:flex}.linksSection__top{justify-content:center;align-items:center;gap:14px;margin-bottom:2px;display:flex}.linksSection__line{background:linear-gradient(90deg,#a3757400 0%,#a37574e6 50%,#a3757400 100%);width:56px;height:1px}.linksSection__label{color:var(--marrom-profundo);letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;font-weight:600}.linksSection__subtitle{text-align:center;max-width:520px;color:var(--texto-secundario);margin:0 auto;font-size:.92rem;line-height:1.65}.linksSection__list{flex-direction:column;gap:14px;display:flex}@media (width<=640px){.linksSection__subtitle{font-size:.87rem}}.footer{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-top:30px;display:flex}.footer__line{background:linear-gradient(90deg,#32421d00 0%,#32421d6b 50%,#32421d00 100%);width:70px;height:1px}.footer__text{color:#735c2594;font-size:.88rem;line-height:1.5}:root{--marrom-profundo:#583122;--marrom-verde:#735b25;--off-white:#f2f2f0;--areia-rosada:#f2dfce;--rosa-amadeirado:#a37574;--texto-principal:var(--verde-profundo);--texto-secundario:#583122;--font-display:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif;--shell-bg:#f2f2f0b8;--shell-border:#32421d1a;--shell-shadow:0 24px 70px #32421d1c}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;min-height:100%}body{min-height:100vh;font-family:var(--font-body);color:var(--texto-principal);background:radial-gradient(circle at 12% 10%, #f2dfcef2, transparent 28%), radial-gradient(circle at 88% 82%, #a375741a, transparent 22%), linear-gradient(180deg, #f8f7f4 0%, var(--off-white) 100%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}#root{min-height:100vh}.page{justify-content:center;align-items:center;min-height:100vh;padding:28px 18px;display:flex;position:relative;overflow:hidden}.background-organic,.background-outline,.background-grid{pointer-events:none;position:absolute}.background-organic{filter:blur(10px);opacity:.9;border-radius:58% 42% 45% 55%/42% 54% 46% 58%}.background-organic--1{background:linear-gradient(135deg,#a375742e 0%,#f2dfce14 100%);width:320px;height:240px;top:-80px;left:-60px;transform:rotate(-18deg)}.background-organic--2{background:linear-gradient(135deg,#a3757424 0%,#a3757408 100%);width:340px;height:280px;top:80px;right:-110px;transform:rotate(24deg)}.background-organic--3{background:linear-gradient(135deg,#a3757424 0%,#f2dfce0d 100%);width:300px;height:220px;bottom:-90px;left:8%;transform:rotate(14deg)}.background-organic--4{background:linear-gradient(135deg,#a375741a 0%,#a3757405 100%);width:220px;height:180px;bottom:40px;right:4%;transform:rotate(-28deg)}.background-outline{opacity:.6;border:1px solid #a375741f;border-radius:56% 44% 46% 54%/44% 53% 47% 56%}.background-outline--1{width:180px;height:120px;top:40px;left:8%;transform:rotate(-10deg)}.background-outline--2{width:220px;height:150px;bottom:70px;right:10%;transform:rotate(14deg)}.background-grid{opacity:.1;background-image:linear-gradient(#32421d0a 1px,#0000 1px),linear-gradient(90deg,#32421d0a 1px,#0000 1px);background-size:32px 32px;inset:0;-webkit-mask-image:radial-gradient(circle,#000 36%,#0000 86%);mask-image:radial-gradient(circle,#000 36%,#0000 86%)}.linktree-shell{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 100% 0,#f2dfce8c,#0000 26%),radial-gradient(circle at 0 100%,#a3757414,#0000 22%),linear-gradient(#ffffffc7 0%,#f2f2f0b8 100%);border:1px solid #32421d14;border-radius:34px;width:100%;max-width:590px;padding:34px 24px 26px;animation:.8s shellEntry;position:relative;overflow:hidden;box-shadow:0 26px 80px #32421d1a,inset 0 1px #ffffff8c}.linktree-shell:before{content:"";pointer-events:none;border:1px solid #ffffff6b;border-radius:26px;position:absolute;inset:12px}.linktree-shell:after{content:"";pointer-events:none;background:linear-gradient(125deg,#ffffff38 0%,#fff0 30%,#a375740a 100%);position:absolute;inset:0}.linktree-shell>*{z-index:2;position:relative}.shell-ornament{pointer-events:none;filter:blur(2px);border-radius:999px;position:absolute}.shell-ornament--1{background:radial-gradient(circle,#a375741f 0%,#a3757408 45%,#a3757400 72%);width:170px;height:170px;top:-32px;right:-24px}.shell-ornament--2{background:radial-gradient(circle,#f2dfce4d 0%,#f2dfce14 46%,#f2dfce00 74%);width:150px;height:150px;bottom:-36px;left:-24px}.shell-ornament--3{background:radial-gradient(circle,#a3757414 0%,#a3757405 48%,#a3757400 72%);width:120px;height:120px;top:38%;right:-40px}.shell-stroke{pointer-events:none;border:1px solid #a375741a;position:absolute}.shell-stroke--1{border-radius:58% 42% 60% 40%/44% 56%;width:110px;height:62px;top:22px;right:18px;transform:rotate(8deg)}.shell-stroke--2{border-radius:44% 56% 40% 60%/58% 42%;width:88px;height:50px;bottom:20px;left:22px;transform:rotate(-12deg)}@keyframes shellEntry{0%{opacity:0;transform:translateY(20px)scale(.988)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.page{padding:16px 12px}.linktree-shell{border-radius:26px;padding:24px 16px 20px}.linktree-shell:before{border-radius:20px;inset:10px}.background-grid{background-size:26px 26px}.background-organic--1{width:220px;height:170px}.background-organic--2{width:220px;height:180px}.background-organic--3{width:200px;height:150px}.background-organic--4{width:160px;height:130px}}
