:root{--uy-ink:#113c34;--uy-deep:#0b2d27;--uy-paper:#f3f5ed;--uy-white:#fff;--uy-line:#d9dfd2;--uy-accent:#f2a260;--uy-muted:#5e706b;--uy-shadow:0 24px 70px rgba(14,54,46,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.uy-native-blog{margin:0;background:var(--uy-paper);color:var(--uy-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
.uy-native-blog a{color:inherit;text-decoration:none}
.uy-native-blog img{display:block;max-width:100%;height:auto}
.uy-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.uy-skip-link{position:fixed;z-index:100;left:16px;top:-80px;padding:12px 18px;background:var(--uy-deep);color:#fff!important;border-radius:8px}.uy-skip-link:focus{top:16px}
.uy-site-header{position:relative;z-index:10;border-bottom:1px solid rgba(17,60,52,.12);background:rgba(243,245,237,.94);backdrop-filter:blur(18px)}
.uy-header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.uy-brand img{width:158px;height:auto}.uy-nav{display:flex;align-items:center;gap:28px;font-size:.94rem;font-weight:650}.uy-nav>a:not(.uy-nav-cta){padding:8px 2px;border-bottom:1px solid transparent}.uy-nav>a[aria-current="page"]{border-color:var(--uy-ink)}
.uy-nav-cta,.uy-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:13px 20px;border-radius:999px;background:var(--uy-ink);color:#fff!important;font-weight:750;transition:transform .2s ease,background .2s ease}.uy-nav-cta:hover,.uy-button:hover{transform:translateY(-2px);background:var(--uy-deep)}
.uy-blog-hero{padding:105px 0 95px;border-bottom:1px solid var(--uy-line);background:radial-gradient(circle at 78% 28%,rgba(242,162,96,.22),transparent 24%),var(--uy-paper)}
.uy-eyebrow,.uy-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--uy-deep);font-size:.76rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.uy-eyebrow:before,.uy-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--uy-accent)}
.uy-blog-hero h1{max-width:880px;margin:22px 0 24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,6.5rem);font-weight:400;line-height:.98;letter-spacing:-.055em}.uy-blog-hero h1 em{font-weight:400;color:#2f655a}.uy-blog-hero p{max-width:690px;margin:0;color:var(--uy-muted);font-size:clamp(1.05rem,2vw,1.28rem)}
.uy-blog-list{padding:84px 0 110px;background:#fff}.uy-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.uy-section-heading h2{margin:8px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.08;letter-spacing:-.035em}.uy-quiet-link,.uy-read-link{font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.uy-quiet-link span,.uy-read-link span{display:inline-block;margin-left:7px;transition:transform .2s ease}.uy-quiet-link:hover span,.uy-read-link:hover span{transform:translateX(4px)}
.uy-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.uy-post-card{overflow:hidden;border:1px solid var(--uy-line);border-radius:26px;background:#fff;transition:transform .25s ease,box-shadow .25s ease}.uy-post-card:hover{transform:translateY(-5px);box-shadow:var(--uy-shadow)}.uy-post-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#dfe8dc}.uy-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.uy-post-card:hover .uy-post-image img{transform:scale(1.035)}.uy-image-placeholder{display:grid;width:100%;height:100%;place-items:center;font-family:Georgia,serif;font-size:6rem;color:rgba(17,60,52,.22)}.uy-post-content{padding:28px 30px 32px}.uy-post-content time{font-size:.78rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:var(--uy-muted)}.uy-post-content h3{margin:12px 0 13px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.55rem,3vw,2.2rem);font-weight:400;line-height:1.12;letter-spacing:-.025em}.uy-post-content h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.uy-post-content p{margin:0 0 22px;color:var(--uy-muted)}
.uy-pagination{margin-top:52px}.uy-pagination ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;list-style:none}.uy-pagination a,.uy-pagination span{display:grid;min-width:44px;height:44px;padding:0 14px;place-items:center;border:1px solid var(--uy-line);border-radius:999px}.uy-pagination .current{background:var(--uy-ink);color:#fff;border-color:var(--uy-ink)}.uy-empty-state{padding:65px;border:1px solid var(--uy-line);border-radius:28px;text-align:center;background:var(--uy-paper)}
.uy-article-header{padding:72px 0 46px}.uy-article-shell{width:min(900px,calc(100% - 40px));margin-inline:auto}.uy-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:50px;color:var(--uy-muted);font-size:.88rem}.uy-breadcrumb a{text-decoration:underline;text-underline-offset:4px}.uy-article-meta{display:flex;gap:14px;align-items:center;margin-bottom:18px;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.uy-article-meta span{display:flex;align-items:center;gap:9px}.uy-article-meta span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--uy-accent)}.uy-article-meta time{color:var(--uy-muted)}.uy-article-header h1{max-width:850px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,7vw,5.6rem);font-weight:400;line-height:1.01;letter-spacing:-.05em}.uy-article-lead{max-width:720px;margin:26px 0 0;color:var(--uy-muted);font-size:1.2rem}.uy-featured-image{overflow:hidden;margin-top:12px;border-radius:28px;box-shadow:var(--uy-shadow)}.uy-featured-image img{width:100%;max-height:570px;object-fit:cover}
.uy-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:70px;padding-top:64px}.uy-article-content{min-width:0;color:#243f39;font-family:Georgia,"Times New Roman",serif;font-size:1.12rem;line-height:1.85}.uy-article-content h2,.uy-article-content h3{color:var(--uy-ink);line-height:1.2;letter-spacing:-.025em}.uy-article-content h2{margin:2.3em 0 .65em;font-size:2rem}.uy-article-content h3{margin:2em 0 .55em;font-size:1.48rem}.uy-article-content a{color:#17695a;text-decoration:underline;text-underline-offset:4px}.uy-article-content blockquote{margin:2em 0;padding:22px 26px;border-left:4px solid var(--uy-accent);background:#fff;border-radius:0 14px 14px 0}.uy-article-content ul,.uy-article-content ol{padding-left:1.3em}.uy-article-content img{border-radius:16px}.uy-article-aside{position:sticky;top:24px;padding:28px;border-radius:22px;background:#fff;box-shadow:0 14px 45px rgba(14,54,46,.09)}.uy-article-aside h2{margin:13px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;font-weight:400;line-height:1.15}.uy-article-aside p{margin:0 0 20px;color:var(--uy-muted);font-size:.94rem}.uy-article-aside .uy-button{width:100%}.uy-article-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:70px;padding-top:25px;padding-bottom:90px;border-top:1px solid var(--uy-line);font-weight:700}.uy-tags{color:var(--uy-muted);font-size:.9rem}.uy-tags span{color:var(--uy-ink)}
.uy-site-footer{padding:65px 0 25px;background:var(--uy-deep);color:#e9f0ea}.uy-footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:70px}.uy-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.uy-footer-brand{font-family:Georgia,"Times New Roman",serif;font-size:2rem}.uy-footer-grid p{max-width:400px;margin:0;color:#b9c9c3}.uy-footer-grid strong{margin-bottom:8px;color:#fff}.uy-footer-grid a:hover{text-decoration:underline;text-underline-offset:4px}.uy-footer-grid span{color:#b9c9c3}.uy-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);color:#9fb3ac;font-size:.75rem}
@media(max-width:760px){.uy-shell,.uy-article-shell{width:min(100% - 28px,1180px)}.uy-header-inner{height:72px}.uy-brand img{width:132px}.uy-nav>a:not(.uy-nav-cta){display:none}.uy-nav-cta{padding:10px 15px;font-size:.85rem}.uy-blog-hero{padding:72px 0 65px}.uy-blog-hero h1{font-size:clamp(2.9rem,15vw,4.5rem)}.uy-blog-list{padding:60px 0 75px}.uy-section-heading{display:block}.uy-quiet-link{display:inline-block;margin-top:20px}.uy-post-grid{grid-template-columns:1fr}.uy-post-content{padding:23px 22px 27px}.uy-article-header{padding:45px 0 34px}.uy-breadcrumb{margin-bottom:38px}.uy-article-meta{align-items:flex-start;flex-direction:column;gap:5px}.uy-article-layout{grid-template-columns:1fr;gap:42px;padding-top:44px}.uy-article-aside{position:static}.uy-article-footer{align-items:flex-start;flex-direction:column;padding-bottom:65px}.uy-footer-grid{grid-template-columns:1fr;gap:36px}.uy-footer-bottom{flex-direction:column}.uy-empty-state{padding:40px 22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.uy-native-blog *{transition:none!important}}
