:root{--blue:#2B6CB0;--blue-dark:#265E9A;--ink:#222222;--text:#3B3B3B;--text-soft:#515151;--muted:#626262;--line:#E1E1E1;--bg-soft:#F7F7F7;--white:#ffffff;--night:#16163f;--night-2:#324a6d;--gold:#d3b574;--star:#d3a114;--green:#037448;--blue-tint:#d7e4ed;--red:#b23b3b;--shadow:0 2px 10px rgba(22,22,63,.07);--shadow-hover:0 8px 24px rgba(22,22,63,.13);--radius:8px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-roboto),Arial,sans-serif;color:var(--text);background:var(--white);line-height:1.75;font-size:16.5px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-josefin),sans-serif;color:var(--ink);line-height:1.25;letter-spacing:.2px}a{color:var(--blue);text-decoration:none;transition:color .15s}a:hover{color:var(--blue-dark)}img{max-width:100%;height:auto;border-radius:var(--radius)}html{height:100%}body{min-height:100vh;display:flex;flex-direction:column}body>.a-shell,body>main{flex:1 0 auto}.wrap{max-width:1140px}.wrap,.wrap-narrow{margin:0 auto;padding:0 20px}.wrap-narrow{max-width:840px}.site-header{background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:50}.head-row{justify-content:space-between;gap:16px;padding:13px 0}.brand,.head-row{display:flex;align-items:center}.brand{gap:11px;font-family:var(--font-josefin),sans-serif;font-weight:700;font-size:18px;color:var(--ink)}.brand .logo{width:38px;height:38px;border-radius:50%;background:var(--night);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:20px}.main-nav{display:flex;gap:26px;font-size:14.5px;font-weight:500}.main-nav a{color:var(--text);padding:6px 0;border-bottom:2px solid transparent}.main-nav a:hover{color:var(--blue);border-bottom-color:var(--gold)}.head-tools{display:flex;align-items:center;gap:14px}.lang-switch{padding:5px 11px}.burger{font-size:22px;padding:10px;color:var(--ink)}.btn{display:inline-block;background:var(--blue);font-size:14.5px;font-weight:500;padding:11px 24px;border-radius:6px;border:none;cursor:pointer;box-shadow:0 2px 6px rgba(43,108,176,.25);transition:background .15s,transform .1s,box-shadow .15s}.btn,.btn:hover{color:var(--white)}.btn:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(43,108,176,.3)}.btn:active{transform:translateY(0)}.btn-block{display:block;width:100%;text-align:center;font-size:16px;padding:14px}.hero{position:relative;background:var(--night);overflow:hidden}.hero-bg{width:100%;height:100%;object-fit:cover;opacity:.42;border-radius:0}.hero-bg,.hero-veil{position:absolute;inset:0}.hero-veil{background:linear-gradient(180deg,rgba(22,22,63,.35),rgba(22,22,63,.78) 70%,#16163f)}.hero-inner{position:relative;padding:96px 0 88px;max-width:780px}.eyebrow{display:inline-block;font-family:var(--font-josefin),sans-serif;font-size:13px;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.hero h1{font-size:48px;font-weight:700;color:var(--white);margin-bottom:16px;line-height:1.15}.hero .sub{font-size:18px;color:var(--blue-tint);max-width:640px;line-height:1.7}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn-gold{display:inline-block;background:var(--gold);color:var(--night);font-size:15px;font-weight:500;padding:13px 28px;border-radius:6px;transition:transform .12s,box-shadow .15s}.btn-gold:hover{color:var(--night);transform:translateY(-1px);box-shadow:0 6px 18px rgba(211,181,116,.35)}.btn-ghost{display:inline-block;border:1px solid rgba(215,228,237,.45);color:var(--white);font-size:15px;font-weight:500;padding:12px 26px;border-radius:6px;transition:border-color .15s,background .15s}.btn-ghost:hover{color:var(--white);border-color:var(--gold);background:rgba(211,181,116,.08)}.hero-rule{width:64px;height:2px;background:var(--gold);border-radius:2px;margin:26px 0 0}.disclosure{font-size:13px;color:var(--muted);font-style:italic;margin:0 0 24px}.section-head{max-width:640px;margin:0 0 28px}.section-head .eyebrow{color:var(--blue);letter-spacing:.28em;margin-bottom:10px}.section-head h2{font-size:30px;line-height:1.2}.section-head p{color:var(--text-soft);margin-top:8px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));grid-gap:24px;gap:24px}.card{background:var(--white);border:none;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 3px 16px rgba(22,22,63,.09);transition:transform .18s,box-shadow .18s}.card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(22,22,63,.16)}.card.featured{outline:2px solid var(--gold);outline-offset:-2px}.card .imgbox{height:190px;background:var(--night-2);position:relative;overflow:hidden}.numeral{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:rgba(22,22,63,.72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:var(--gold);font-family:var(--font-josefin),sans-serif;font-weight:600;font-size:15px;display:flex;align-items:center;justify-content:center;letter-spacing:.05em;z-index:2}.card .imgbox img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .3s}.card:hover .imgbox img{transform:scale(1.04)}.badge{position:absolute;top:10px;left:10px;font-size:12px;font-weight:500;color:var(--white);background:var(--blue);border-radius:4px;padding:3px 11px;z-index:2}.badge.green{background:var(--green)}.badge.gold{background:var(--gold);color:var(--ink)}.card .body{padding:15px 17px 17px;display:flex;flex-direction:column;flex:1 1}.card h3{font-size:16.5px;margin-bottom:6px}.stars{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);margin-bottom:7px}.stars .s{color:var(--star);letter-spacing:1px}.stars b{color:var(--ink)}.card p{font-size:13.5px;color:var(--text-soft);flex:1 1}.card .foot{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.price{font-size:13px;color:var(--text-soft)}.price b{font-size:17px;color:var(--ink)}.trust{flex-wrap:wrap;gap:10px 34px;justify-content:center;padding:22px 0 4px;margin:16px 0 8px;font-size:13.5px;color:var(--muted);border-top:1px solid var(--line)}.trust,.trust span{display:flex;align-items:center}.trust span{gap:8px}.trust .dot{color:var(--gold)}.author-box{display:flex;gap:16px;background:var(--bg-soft);border-radius:12px;padding:20px;margin:34px 0;border:1px solid var(--line)}.author-box .avatar{width:64px;height:64px;border-radius:50%;background:var(--night);color:var(--gold);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}.author-box b{color:var(--ink);font-size:15px}.author-box p{font-size:14px;color:var(--text-soft);margin:4px 0 6px}.crumbs{font-size:13px;padding:16px 0 0}.crumbs,.crumbs a{color:var(--muted)}.crumbs a:hover{color:var(--blue)}.article-title{font-size:33px;margin:14px 0 12px}.byline{gap:10px;font-size:13.5px;color:var(--muted);margin-bottom:8px;flex-wrap:wrap}.byline,.byline .avatar{display:flex;align-items:center}.byline .avatar{width:36px;height:36px;border-radius:50%;background:var(--night);color:var(--gold);justify-content:center;font-weight:700;font-size:12px}.byline b{color:var(--ink)}.updated{background:#e7f2ec;border-radius:5px;padding:3px 10px;font-size:12.5px;color:var(--green);font-weight:500}.answer-box{background:var(--bg-soft);border-left:4px solid var(--blue);border-radius:0 8px 8px 0;padding:18px 20px;margin:0 0 24px}.answer-box,.prose{font-size:16.5px}.prose h2{font-size:25px;margin:40px 0 14px;padding-bottom:8px;position:relative}.prose h2:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;background:var(--gold);border-radius:2px}.prose h3{font-size:19px;margin:28px 0 10px}.prose p{margin-bottom:16px}.prose ol,.prose ul{margin:0 0 16px 24px}.prose li{margin-bottom:6px}.prose li::marker{color:var(--blue)}.prose a{text-decoration:underline;-webkit-text-decoration-color:rgba(43,108,176,.35);text-decoration-color:rgba(43,108,176,.35);text-underline-offset:3px}.prose a:hover{-webkit-text-decoration-color:var(--blue);text-decoration-color:var(--blue)}.prose a.btn{text-decoration:none;margin:4px 0 16px;display:inline-block}.prose img{margin:24px auto;max-height:540px;object-fit:cover;width:100%}.prose hr{border:none;border-top:1px solid var(--line);margin:30px 0}.prose blockquote{border-left:4px solid var(--gold);padding:10px 18px;color:var(--text-soft);background:var(--bg-soft);border-radius:0 8px 8px 0;margin:0 0 16px}.prose table{width:100%;border-collapse:separate;border-spacing:0;margin:18px 0 26px;font-size:14.5px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.prose th{background:var(--night);color:var(--white);font-weight:500;text-align:left;padding:11px 14px;font-family:var(--font-josefin),sans-serif}.prose td{padding:11px 14px;border-bottom:1px solid var(--line)}.prose tr:last-child td{border-bottom:none}.prose tr:nth-child(2n) td{background:var(--bg-soft)}.prose strong{color:var(--ink)}.faq{border:1px solid var(--line);border-radius:12px;margin:12px 0 28px;overflow:hidden}.faq details{border-bottom:1px solid var(--line)}.faq details:last-child{border-bottom:none}.faq summary{padding:15px 20px;font-weight:500;color:var(--ink);cursor:pointer;list-style:none;transition:background .15s}.faq summary:hover{background:var(--bg-soft)}.faq .a{padding:0 20px 15px;font-size:14.5px;color:var(--text-soft)}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:22px;gap:22px}.post-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .18s,box-shadow .18s;color:var(--text)}.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);color:var(--text)}.post-card .thumb{display:block;height:165px;background:var(--night-2);overflow:hidden}.post-card .thumb img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .3s}.post-card:hover .thumb img{transform:scale(1.05)}.post-card .pad{display:flex;flex-direction:column;gap:6px;padding:14px 16px 16px}.post-card b{font-family:var(--font-josefin),sans-serif;font-size:15.5px;color:var(--ink);line-height:1.35}.post-card:hover b{color:var(--blue)}.post-card small{color:var(--muted);font-size:12.5px}.hub{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;padding:10px 0 40px}.tile{background:var(--bg-soft);border-radius:12px;padding:20px;transition:transform .15s,box-shadow .15s}.tile:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.tile h3{font-size:15.5px;margin-bottom:4px}.tile p{font-size:13.5px;color:var(--text-soft)}.mobile-cta{display:none}.site-footer{background:var(--night);color:var(--blue-tint);font-size:13.5px;margin-top:auto}.foot-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:24px 0}.site-footer a{color:var(--blue-tint)}.site-footer a:hover{color:var(--gold)}@media (max-width:860px){body{font-size:16px}.lang-switch,.main-nav{display:none}.burger{display:block}.hero h1{font-size:30px}.hero-inner{padding:56px 0 50px}.hero .sub{font-size:16px}.section-head h2{font-size:24px}.article-title{font-size:26px}.prose h2{font-size:22px}.card .imgbox{height:145px}.prose img{max-height:340px}.mobile-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--night);color:var(--white);border-radius:10px;padding:13px 15px;margin:14px 0 6px;font-size:13.5px}.mobile-cta .btn{padding:8px 16px;flex-shrink:0;box-shadow:none}}.brand .logo-img{width:42px;height:42px;border-radius:50%;object-fit:cover}.prose-flow .sec-h2{font-size:26px;margin:44px 0 16px;padding-bottom:9px;position:relative}.prose-flow .sec-h2:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;background:var(--gold);border-radius:2px}.prose-flow>div:first-child .sec-h2{margin-top:8px}.band{padding:52px 0}.band.alt{background:var(--bg-soft)}.band .sec-h2{margin-top:0}.band .prose img{box-shadow:var(--shadow)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:18px;gap:18px;margin:22px 0 8px}.feature-card{background:var(--white);border-radius:12px;padding:22px 22px 16px;box-shadow:0 2px 12px rgba(22,22,63,.07);transition:transform .15s,box-shadow .15s}.band.alt .feature-card{box-shadow:0 2px 14px rgba(22,22,63,.08)}.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(22,22,63,.12)}.feature-card .f-dot{color:var(--gold);font-size:13px}.feature-card h3{font-size:16.5px;margin:0 0 6px}.feature-card p{font-size:14px;color:var(--text-soft)}.feature-card .prose p,.feature-card p{margin-bottom:6px}.tips-list{list-style:none;margin:20px 0 10px;display:grid;grid-gap:12px;gap:12px}.tips-list li{display:flex;gap:12px;align-items:flex-start;background:var(--white);border-radius:10px;padding:14px 18px;box-shadow:0 2px 10px rgba(22,22,63,.06);font-size:15px}.band.alt .tips-list li{box-shadow:0 2px 12px rgba(22,22,63,.08)}.tips-list .check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#e7f2ec;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-top:1px}.tips-list b{color:var(--ink)}@media (max-width:860px){.band{padding:36px 0}.prose-flow .sec-h2{font-size:22px}}.article-aside{display:flex;flex-direction:column;gap:20px}.welcome-box{background:var(--bg-soft);border-radius:12px;padding:22px;text-align:center}.welcome-img{width:110px;height:110px;border-radius:50%;object-fit:cover;margin:0 auto 12px;display:block}.welcome-box p{font-size:13.5px;color:var(--text-soft);line-height:1.65}.side-box h3{margin-bottom:10px}.toc{font-size:13.5px}.toc li{padding:6px 0}.toc li:last-child{border:none}.side-sticky{position:-webkit-sticky;position:sticky;top:78px;display:flex;flex-direction:column;gap:16px}.side-tour .thumb{display:block;height:120px;overflow:hidden}.side-tour .thumb img{width:100%;height:100%;object-fit:cover;border-radius:0}.side-tour .pad{padding:12px 14px 14px}.side-tour h3{font-size:14px;margin:4px 0 10px;line-height:1.35}.side-tour .stars{margin-bottom:2px;font-size:12.5px}.btn-side{display:block;text-align:center;padding:9px 12px;font-size:13.5px}.prose img{margin-left:auto;margin-right:auto}.prose li:has(>a>img),.prose li:has(>img){list-style:none;margin-left:-22px}.related-grid .thumb{height:150px}@media (max-width:960px){.article-layout{grid-template-columns:1fr}.article-aside{display:none}}.prose img{display:block;margin:22px auto;width:auto;max-width:100%;max-height:520px;object-fit:contain;border-radius:12px;box-shadow:var(--shadow)}.prose li{list-style:none}.prose ul li{position:relative;padding-left:18px}.prose ul li:before{content:"•";position:absolute;left:2px;color:var(--blue)}.prose ul li:has(>a>img):before,.prose ul li:has(>img):before{content:""}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:44px;gap:44px;align-items:start;padding-top:6px;padding-bottom:56px}.article-main{min-width:0}.article-side{position:-webkit-sticky;position:sticky;top:82px;display:flex;flex-direction:column;gap:18px}.side-box{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:16px 18px}.side-box h3{font-size:15px;margin-bottom:8px}.side-welcome{text-align:center;font-size:13.5px;color:var(--text-soft);line-height:1.6}.side-welcome .avatar{width:92px;height:92px;background:var(--night);color:var(--gold);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:26px;margin:2px auto 12px;font-family:var(--font-josefin),sans-serif}.toc{list-style:none}.toc li{border-bottom:1px dashed var(--line)}.toc li:last-child{border-bottom:none}.toc a{display:block;padding:7px 0;font-size:13.5px;color:var(--text-soft)}.toc a:hover{color:var(--blue)}.side-tour{background:var(--white);border:1px solid var(--line);border-radius:12px;overflow:hidden}.side-tour>img{width:100%;height:110px;object-fit:cover;border-radius:0;display:block}.side-tour .pad{padding:12px 14px}.side-tour h3{font-size:14.5px;margin-bottom:5px;line-height:1.3}.side-tour .stars{margin-bottom:8px}.related-wrap{margin-top:36px}.related-grid .thumb{height:140px}@media (max-width:1000px){.article-layout{grid-template-columns:1fr;gap:8px}.article-side{position:static;margin-top:26px;flex-direction:row;flex-wrap:wrap}.article-side .side-box,.article-side .side-tour{flex:1 1 260px}.article-side .side-box:nth-child(2){display:none}}.tour-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:175px;grid-gap:12px;gap:12px;margin:6px 0 26px}.tour-gallery img{width:100%;height:100%;object-fit:cover;border-radius:10px;margin:0;box-shadow:none}.tour-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:36px;gap:36px;align-items:start}.td-h3{font-size:19px;margin:6px 0 12px}.activity-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:8px 20px;gap:8px 20px;margin-bottom:26px}.activity-list li{position:relative;padding-left:26px;font-size:14.5px;color:var(--text-soft)}.activity-list li:before{content:"✓";position:absolute;left:0;top:1px;width:18px;height:18px;border-radius:50%;background:#e7f2ec;color:var(--green);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.timeline{position:relative;margin:4px 0 8px;padding-left:6px}.timeline:before{content:"";position:absolute;left:19px;top:14px;bottom:14px;width:2px;background:var(--blue)}.tl-item{gap:18px;margin-bottom:16px}.tl-item,.tl-marker{position:relative;display:flex}.tl-marker{z-index:1;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--blue);color:var(--white);font-size:12px;align-items:center;justify-content:center;margin-top:14px}.tl-card{background:var(--white);border-radius:12px;padding:14px 18px;box-shadow:0 2px 12px rgba(22,22,63,.08);flex:1 1}.band.alt .tl-card{box-shadow:0 2px 14px rgba(22,22,63,.1)}.tl-card h4{font-size:15.5px;color:var(--blue);margin-bottom:5px}.tl-card p{font-size:13.5px;color:var(--text-soft);margin:0}.tour-detail-side{position:-webkit-sticky;position:sticky;top:82px;display:flex;flex-direction:column;gap:16px}.map-embed{width:100%;height:230px;border:0;border-radius:12px;box-shadow:var(--shadow)}.mini-book{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:16px 18px}.mini-book h4{font-size:15.5px;margin:6px 0}.mini-book .mb-meta{font-size:13px;color:var(--text-soft);margin-bottom:10px}.mini-book .mb-provider{font-size:12px;color:var(--muted);margin-top:8px}@media (max-width:900px){.tour-detail-layout{grid-template-columns:1fr;gap:22px}.tour-detail-side{position:static}.tour-gallery{grid-auto-rows:120px}}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) 380px;grid-gap:40px;gap:40px;align-items:start;padding:10px 0 26px}.p-gallery .p-main{width:100%;height:440px;object-fit:cover;border-radius:14px;box-shadow:var(--shadow);background:var(--bg-soft)}.p-thumbs{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px;margin-top:10px}.p-thumbs img{width:100%;height:78px;object-fit:cover;border-radius:8px}.buy-box,.p-thumbs img{border:1px solid var(--line)}.buy-box{position:-webkit-sticky;position:sticky;top:82px;background:var(--white);border-radius:14px;padding:22px 24px;box-shadow:var(--shadow)}.buy-box h1{font-size:24px;margin-bottom:8px}.price-big{font-size:26px;font-weight:700;color:var(--ink)}.vat-note{font-size:12.5px;color:var(--muted);margin:4px 0 14px}.opt-label{font-size:13.5px;font-weight:500;color:var(--ink);margin:12px 0 7px}.opts{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--line);border-radius:6px;padding:7px 13px;font-size:13.5px;color:var(--text-soft);background:var(--white)}.chip.sel{border:2px solid var(--blue);color:var(--ink);font-weight:500;background:var(--blue-tint)}.buy-box .btn-block{margin-top:18px}.p-badges{display:grid;grid-gap:7px;gap:7px;margin-top:14px;font-size:13px;color:var(--text-soft)}.p-body{max-width:840px;padding-bottom:10px}.p-price{color:var(--ink);font-weight:700;font-size:13.5px}.cat-intro{font-size:15.5px;color:var(--text-soft);max-width:720px;margin:2px 0 22px}.store-grid{padding-bottom:44px}.store-grid .thumb{height:210px;background:var(--bg-soft)}.store-grid .thumb img{object-fit:contain;padding:10px}@media (max-width:900px){.product-layout{grid-template-columns:1fr;gap:22px}.buy-box{position:static}.p-gallery .p-main{height:300px}.store-grid .thumb{height:170px}}.lang-switch{position:relative;border:1px solid var(--line);border-radius:6px;font-size:13px;color:var(--text-soft)}.lang-switch summary{list-style:none;cursor:pointer;padding:5px 11px;display:flex;align-items:center;gap:4px}.lang-switch summary::-webkit-details-marker{display:none}.lang-switch summary:after{content:"▾";font-size:10px;color:var(--muted)}.lang-switch[open] summary:after{content:"▴"}.lang-menu{position:absolute;right:0;top:calc(100% + 6px);background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-hover);min-width:88px;padding:6px;z-index:60}.lang-menu a{display:block;padding:8px 12px;border-radius:6px;color:var(--text);font-size:13.5px}.lang-menu a:hover{background:var(--bg-soft)}.lang-menu a.active{background:var(--blue-tint);color:var(--ink);font-weight:500}.cart-link{font-size:19px;padding:6px}.burger,.nav-toggle{display:none}.burger{padding:12px;cursor:pointer;border:none;background:none}.burger-bars{display:flex;flex-direction:column;gap:5px;width:22px}.burger-bars i{height:2px;background:var(--ink);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle:checked~.burger .burger-bars i:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle:checked~.burger .burger-bars i:nth-child(2){opacity:0}.nav-toggle:checked~.burger .burger-bars i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none}.prose h2,.prose h3,.sec-h2{scroll-margin-top:84px}.table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0 26px}.prose .table-wrap>table{margin:0}@media (max-width:860px){.prose .table-wrap>table{min-width:560px}}@media (min-width:861px) and (max-width:1100px){.article-layout{grid-template-columns:minmax(0,1fr) 270px;gap:30px}.tour-detail-layout{grid-template-columns:minmax(0,1fr) 300px;gap:26px}.product-layout{grid-template-columns:minmax(0,1fr) 330px;gap:28px}.hero h1{font-size:40px}.cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.burger{display:block}.head-row{padding:10px 0}.brand{font-size:16px;gap:8px}.brand .logo-img{width:36px;height:36px}.lang-switch{display:none}.mobile-menu{display:block;position:absolute;left:0;right:0;top:100%;background:var(--white);border-bottom:0;box-shadow:none;z-index:55;max-height:0;overflow:hidden;transition:max-height .25s ease}.nav-toggle:checked~.mobile-menu{max-height:70vh;overflow-y:auto;border-bottom:1px solid var(--line);box-shadow:0 14px 30px rgba(22,22,63,.14)}.mobile-menu nav{display:flex;flex-direction:column;padding:6px 0}.mobile-menu nav a{padding:15px 22px;font-size:16px;font-weight:500;color:var(--ink);border-bottom:1px solid var(--bg-soft);min-height:48px;display:flex;align-items:center}.mobile-menu nav a:active{background:var(--bg-soft)}.mobile-langs{display:flex;gap:8px;padding:14px 22px 18px;flex-wrap:wrap}.mobile-langs a{border:1px solid var(--line);border-radius:6px;padding:9px 14px;font-size:13.5px;color:var(--text-soft);min-width:44px;text-align:center}.mobile-langs a.active{background:var(--night);color:var(--gold);border-color:var(--night);font-weight:500}.hero-ctas{flex-direction:column;align-items:stretch;gap:10px}.btn-ghost,.btn-gold{text-align:center}.eyebrow{letter-spacing:.22em;font-size:12px}.section-head h2{font-size:23px}.feature-grid{grid-template-columns:1fr}.trust{gap:8px 18px;font-size:12.5px}.tour-gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:120px}.map-embed{height:200px}.tl-card h4{font-size:14.5px}.p-thumbs{grid-template-columns:repeat(4,1fr)}.p-thumbs img{height:64px}.buy-box{padding:18px}.buy-box h1{font-size:21px}.price-big{font-size:23px}.store-grid{grid-template-columns:repeat(2,1fr);gap:14px}.store-grid .thumb{height:140px}.post-grid{grid-template-columns:1fr 1fr;gap:14px}.post-card .thumb{height:120px}.post-card b{font-size:13.5px}.related-grid{grid-template-columns:1fr}.related-grid .thumb{height:150px}.foot-row{flex-direction:column;text-align:center;gap:10px;padding:20px 0}}@media (max-width:420px){.brand,.brand span{font-size:15px}.hero h1{font-size:26px}.article-title{font-size:23px}.post-grid{grid-template-columns:1fr}.post-card .thumb{height:150px}.byline{font-size:12.5px;gap:8px}}.img-btn{border:none;background:none;padding:0;cursor:zoom-in;width:100%}.img-btn,.img-btn img{display:block}.p-thumbs .img-btn.active img{outline:2px solid var(--blue);outline-offset:-2px}.lb-overlay{position:fixed;inset:0;background:rgba(10,10,32,.92);z-index:200;display:flex;align-items:center;justify-content:center;padding:40px;cursor:zoom-out}.lb-overlay img{max-width:92vw;max-height:86vh;width:auto;height:auto;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5);cursor:default}.lb-close{top:16px;right:18px;background:none;font-size:26px;padding:10px}.lb-close,.lb-nav{position:fixed;border:none;color:#fff;cursor:pointer;z-index:201}.lb-nav{top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);font-size:34px;width:52px;height:52px;border-radius:50%;line-height:1}.lb-nav:hover{background:rgba(255,255,255,.22)}.lb-prev{left:16px}.lb-next{right:16px}.lb-count{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);color:#cfd3ea;font-size:13.5px}.compare-wrap{overflow-x:auto;margin:4px 0 6px}table.compare{width:100%;border-collapse:separate;border-spacing:0;font-size:13.5px;min-width:560px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.compare th{background:var(--night);color:var(--white);font-weight:500;text-align:left;padding:10px 12px;font-family:var(--font-josefin),sans-serif;white-space:nowrap}.compare td{padding:11px 12px;border-bottom:1px solid var(--line);vertical-align:middle}.compare tr:last-child td{border-bottom:none}.compare tr.win td{background:#f6f0e2}.compare td b{color:var(--ink);font-weight:600}.cmp-rev{color:var(--muted)}.cmp-rev,.tag{font-size:12px}.tag{display:inline-block;background:var(--blue-tint);color:var(--night-2);border-radius:4px;padding:2px 9px;font-weight:500;white-space:nowrap}.tag.gold{background:var(--gold);color:var(--ink);margin-left:8px}.mini-btn{display:inline-block;background:var(--blue);color:var(--white);font-size:12.5px;font-weight:500;padding:7px 14px;border-radius:5px;white-space:nowrap}.mini-btn:hover{background:var(--blue-dark);color:var(--white)}.table-note{font-size:12.5px;color:var(--muted);margin:8px 0 20px}.media-card{display:grid;grid-template-columns:minmax(0,42%) minmax(0,1fr);grid-gap:26px;gap:26px;align-items:start;background:var(--white);border:1px solid var(--line);border-radius:14px;padding:20px;margin:26px 0;box-shadow:var(--shadow)}.media-img img{width:100%;height:260px;object-fit:cover;border-radius:10px;margin:0;box-shadow:none;max-height:none}.media-body .sec-h2{margin-top:0;font-size:21px}.media-body p{font-size:15px}.media-body .btn{margin-top:4px}.about-hero{background:linear-gradient(180deg,var(--bg-soft),var(--white));border-bottom:1px solid var(--line);padding:46px 0 34px}.about-hero h1{font-size:36px;margin:6px 0 14px}.about-intro{max-width:760px;font-size:17px;color:var(--text-soft)}.about-grid{margin-top:0}.about-imgs{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;padding:26px 20px 34px}.about-imgs img{width:100%;height:280px;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.about-cta{background:var(--night);text-align:center;padding:48px 20px;margin-top:44px}.about-cta h2{color:var(--white);font-size:28px;margin-bottom:8px}.about-cta p{color:var(--blue-tint);margin-bottom:20px}.foot-cols{display:grid;grid-template-columns:1.6fr repeat(4,1fr);grid-gap:30px;gap:30px;padding:40px 20px 30px;font-size:13.5px}.foot-cols h4{color:var(--white);font-size:14px;margin-bottom:12px;font-family:var(--font-josefin),sans-serif;letter-spacing:.06em}.foot-cols a{display:block;color:var(--blue-tint);padding:4px 0}.foot-cols a:hover{color:var(--gold)}.f-brand p{color:#a9b4d6;line-height:1.65;margin:10px 0 12px;font-size:13px}.f-logo{display:flex;align-items:center;gap:9px;color:var(--white);font-family:var(--font-josefin),sans-serif;font-weight:700;font-size:16px}.f-logo img{width:34px;height:34px;border-radius:50%;background:#fff}.f-social{display:inline-block}.foot-bottom{border-top:1px solid rgba(215,228,237,.15)}.foot-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:16px 20px;font-size:12.5px;color:#a9b4d6}.f-langs a{display:inline-block;color:var(--blue-tint);padding:2px 7px}.f-langs a:hover{color:var(--gold)}.flag{width:20px;height:15px;border-radius:2px;object-fit:cover;display:inline-block;vertical-align:-2px}.lang-menu a{display:flex;align-items:center;gap:8px}.mobile-langs a{display:inline-flex;align-items:center;gap:7px}.prose img{max-height:440px}@media (max-width:900px){.media-card{grid-template-columns:1fr;gap:14px}.media-img img{height:200px}.about-imgs{grid-template-columns:1fr;padding-top:10px}.about-imgs img{height:200px}.foot-cols{grid-template-columns:1fr 1fr;gap:22px 18px}.f-brand{grid-column:1/-1}}.media-h3{font-family:var(--font-josefin),sans-serif;font-size:18px;color:var(--ink);margin:0 0 6px}.td-compact{border:1px solid var(--line);border-radius:14px;padding:20px;margin:26px 0;box-shadow:var(--shadow)}.td-compact .sec-h2{margin-top:0;font-size:22px}.td-compact .tour-detail-layout{grid-template-columns:1fr;gap:18px}.td-compact .tour-detail-side{position:static;flex-direction:row;flex-wrap:wrap}.td-compact .map-embed{flex:1 1 260px;height:190px}.td-compact .mini-book{flex:1 1 220px}.td-compact .tour-gallery{grid-auto-rows:100px}.nav-item{position:relative;display:inline-block}.sub-menu{position:absolute;left:-8px;top:100%;padding-top:10px;display:none;flex-direction:column;min-width:230px;z-index:60}.nav-item.has-sub:focus-within .sub-menu,.nav-item.has-sub:hover .sub-menu{display:flex}.sub-menu a{background:var(--white);border:1px solid var(--line);border-top:none;padding:11px 16px;font-size:13.5px;color:var(--text);white-space:nowrap}.sub-menu a:first-child{border-top:1px solid var(--line);border-radius:8px 8px 0 0}.sub-menu a:last-child{border-radius:0 0 8px 8px;box-shadow:0 10px 24px rgba(22,22,63,.12)}.sub-menu a:hover{background:var(--bg-soft);color:var(--blue)}.mobile-menu nav .m-sub{padding-left:40px;font-weight:400;font-size:14.5px;color:var(--text-soft)}.cform{max-width:560px;margin:26px 0 40px;display:grid;grid-gap:16px;gap:16px}.cform label{display:grid;grid-gap:6px;gap:6px;font-size:13.5px;font-weight:500;color:var(--ink)}.cform input,.cform textarea{border:1px solid var(--line);border-radius:8px;padding:11px 14px;font-size:15px;font-family:inherit;color:var(--text);background:var(--white)}.cform input:focus,.cform textarea:focus{outline:2px solid var(--blue-tint);border-color:var(--blue)}.cform .btn{justify-self:start}.cform .hp{position:absolute;left:-9999px;height:0;width:0;border:0;padding:0}.cform-ok{background:#e7f2ec;color:var(--green);border-radius:10px;padding:18px 20px;margin:26px 0 40px;font-weight:500;max-width:560px}.cform-err{color:var(--red);font-size:13.5px}.media-card.no-img{grid-template-columns:1fr}.rate-badge{display:inline-block;background:#f6f0e2;color:var(--ink);border-radius:5px;padding:3px 10px;font-size:12.5px;font-weight:600;margin-bottom:8px}.cmail{font-size:15px;margin:6px 0 2px}.v-select{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--text);background:var(--white);margin-bottom:4px}.qty-row{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:end;margin-top:14px}.qty-row label{font-size:12.5px;font-weight:500;color:var(--text-soft);display:grid;grid-gap:4px;gap:4px}.qty-row input{width:64px;border:1px solid var(--line);border-radius:8px;padding:9px 10px;font-size:14px;text-align:center}.btn-added{background:var(--green)}.buy-now{margin-top:10px;text-align:center;border:none;cursor:pointer;font-size:15px}.cart-badge{position:absolute;top:-4px;right:-6px;background:var(--red);color:#fff;font-size:10.5px;font-weight:700;min-width:16px;height:16px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.cart-link{position:relative}.cart-page{padding-bottom:60px}.cart-list{display:grid;grid-gap:12px;gap:12px;margin:10px 0 18px}.cart-row{display:grid;grid-template-columns:64px 1fr 70px 84px 30px;grid-gap:14px;gap:14px;align-items:center;background:var(--white);border:1px solid var(--line);border-radius:12px;padding:12px 14px}.cart-noimg,.cart-row img{width:64px;height:64px;object-fit:cover;border-radius:8px;background:var(--bg-soft)}.cart-info b{font-size:14.5px;display:block}.cart-info small{color:var(--muted);font-size:12.5px}.cart-row input{width:64px;border:1px solid var(--line);border-radius:8px;padding:8px;text-align:center}.cart-price{font-weight:700;text-align:right}.cart-x{border:none;background:none;color:var(--muted);cursor:pointer;font-size:15px}.cart-x:hover{color:var(--red)}.cart-foot{display:flex;justify-content:space-between;align-items:center;margin:14px 0}.cart-clear{border:none;background:none;color:var(--muted);cursor:pointer;font-size:13px;text-decoration:underline}.cart-total{font-size:15px}.cart-total b{font-size:20px;margin-left:6px}.cart-total small{display:block;color:var(--muted);font-size:12px;text-align:right}.cart-checkout{border:none;cursor:pointer;font-size:16px;padding:15px}.cart-empty{font-size:16px;margin:20px 0 60px}.success-page{padding:40px 20px 80px}@media (max-width:640px){.cart-row{grid-template-columns:52px 1fr 58px;grid-template-rows:auto auto;row-gap:8px}.cart-noimg,.cart-row img{width:52px;height:52px}.cart-price{grid-column:2;text-align:left}.cart-x{grid-column:3;grid-row:1}}.rt-block{border:1px solid var(--line);border-radius:16px;padding:30px 28px;margin:28px 0;box-shadow:var(--shadow);background:var(--white)}.rt-eyebrow{display:block;text-align:center;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-weight:600;margin-bottom:8px}.rt-title{text-align:center;font-size:25px;margin:0 0 8px}.rt-stars{text-align:center;font-size:14px;color:var(--text-soft);margin-bottom:12px}.rt-stars span{color:var(--star);letter-spacing:2px;margin-right:6px}.rt-desc{text-align:center;max-width:640px;margin:0 auto 20px;font-size:15px;color:var(--text-soft)}.rt-cols{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:30px;gap:30px;align-items:start;margin-top:18px}.rt-map{height:260px}.rt-book{display:inline-block;margin-top:8px}.rt-block .tour-gallery{grid-auto-rows:120px}.drawer-veil{position:fixed;inset:0;background:rgba(10,10,32,0);pointer-events:none;transition:background .25s;z-index:190}.drawer-veil.show{background:rgba(10,10,32,.45);pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,94vw);background:var(--white);z-index:195;box-shadow:-16px 0 40px rgba(22,22,63,.2);transform:translateX(105%);transition:transform .28s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cd-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--line);font-size:16px}.cd-x{border:none;background:none;font-size:18px;cursor:pointer;color:var(--muted);padding:6px}.cd-empty{padding:26px 20px;color:var(--text-soft)}.cd-list{flex:1 1;overflow-y:auto;padding:14px 16px;grid-gap:12px;align-content:start}.cd-list,.cd-row{display:grid;gap:12px}.cd-row{grid-template-columns:56px 1fr auto;grid-gap:12px;align-items:start;border:1px solid var(--line);border-radius:10px;padding:10px}.cd-row img{width:56px;height:56px;object-fit:cover;border-radius:8px;background:var(--bg-soft)}.cd-info b{font-size:13.5px;display:block;line-height:1.35}.cd-info small{color:var(--muted);font-size:12px}.cd-qty{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:6px;padding:2px 8px;margin-top:7px}.cd-qty button{border:none;background:none;cursor:pointer;font-size:15px;color:var(--ink);padding:2px 4px}.cd-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;font-weight:700;font-size:14px}.cd-foot{border-top:1px solid var(--line);padding:14px 18px 18px}.cd-total{display:flex;justify-content:space-between;font-size:15px;margin-bottom:12px}.cd-checkout{border:none;cursor:pointer;font-size:15.5px;padding:14px}.contact-page{min-height:60vh}.contact-grid{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.contact-hero{position:relative;background:url(/images/Colosseum-at-night-tours.webp) 50%/cover no-repeat}.contact-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(22,22,63,.82),rgba(22,22,63,.55))}.contact-hero-inner{position:relative;padding:56px 48px;color:#fff;max-width:560px}.contact-hero-inner h1{color:#fff;font-size:34px;margin-bottom:14px}.contact-hero-inner .prose p,.contact-hero-inner .prose-flow p{color:#dfe5f4;font-size:15.5px}.contact-hero-inner .cmail a{color:var(--gold)}.contact-form-col{padding:56px 48px;display:flex;align-items:center}.contact-form-col .cform{margin:0;width:100%;max-width:520px}@media (max-width:900px){.rt-cols{grid-template-columns:1fr}.rt-map{height:220px}.contact-grid{grid-template-columns:1fr}.contact-form-col,.contact-hero-inner{padding:34px 22px}}html{overflow-x:clip}.cart-drawer{background:#fff;height:100dvh;z-index:300;visibility:hidden;transition:transform .28s ease,visibility 0s linear .28s}.cart-drawer.open{visibility:visible;transition:transform .28s ease}.drawer-veil{z-index:290}.cd-foot{padding-bottom:calc(18px + env(safe-area-inset-bottom))}@media (max-width:480px){.cart-drawer{width:100vw}.cd-head{padding:14px 16px}.cd-list{padding:12px}}.nf-page{padding:60px 20px 90px;text-align:center}.nf-page h1{font-size:32px;margin:8px 0 12px}.nf-text{color:var(--text-soft);max-width:520px;margin:0 auto 22px}.nf-links{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.nf-small{font-size:14px;color:var(--muted)}.sm-page{padding-bottom:70px}.sm-lang{margin-bottom:34px}.sm-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:22px;gap:22px}.sm-cols h3{font-size:15px;margin-bottom:8px}.sm-cols ul{list-style:none}.sm-cols a{display:block;padding:6px 0;font-size:13.5px;color:var(--text-soft)}.sm-cols a:hover{color:var(--blue)}.ctx-icon{width:22px;height:22px;color:var(--gold);display:block}.feature-card .f-dot{display:block;margin-bottom:10px}.dot .ctx-icon,.trust .dot svg{width:16px;height:16px;vertical-align:-3px;display:inline-block}.brand{font-size:23px;gap:12px}.brand .logo-img{width:64px;height:64px}@media (max-width:860px){.site-header{border-bottom:1px solid var(--line);box-shadow:none}.site-header .wrap{padding:0 16px}.head-row{padding:10px 0;gap:10px}.brand{font-size:21px}.brand .logo-img{width:54px;height:54px}.head-tools{gap:6px}.burger{padding:12px 10px}}.blog-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:36px;gap:36px;align-items:start;padding:12px 0 52px}.blog-layout>div>.article-title{margin-bottom:6px}.blog-layout .cat-intro{margin:0 0 22px;max-width:720px}.bgrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.bpost{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.bpost:hover{box-shadow:0 8px 22px rgba(16,24,40,.08);transform:translateY(-2px)}.bpost .th{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--bg-soft)}.bpost .th img{width:100%;height:100%;object-fit:cover}.bpost .bd{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px}.chips{display:flex;flex-wrap:wrap;gap:6px}.chips a{font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:var(--gold-d,#8a6d1a);background:rgba(198,161,63,.12);border:1px solid rgba(198,161,63,.35);border-radius:999px;padding:3px 9px}.bpost h2{font-size:17.5px;line-height:1.35;margin:0}.bpost h2 a{color:var(--ink)}.bpost h2 a:hover{color:var(--blue)}.bmeta{font-size:12.5px}.bex,.bmeta{color:var(--muted)}.bex{font-size:14px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pagination{display:flex;gap:8px;justify-content:center;align-items:center;margin:32px 0 4px;flex-wrap:wrap}.pagination .cur,.pagination a{min-width:38px;text-align:center;padding:8px 12px;border:1px solid var(--line);border-radius:9px;color:var(--text);background:#fff}.pagination a:hover{border-color:var(--gold);color:var(--blue)}.pagination .cur{background:var(--night);color:#fff;border-color:var(--night);font-weight:700}.blog-side{position:-webkit-sticky;position:sticky;top:86px;display:flex;flex-direction:column;gap:16px}.bsearch{position:relative}.bsearch input{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:10px;font:inherit;background:var(--bg-soft)}.bsearch input:focus{outline:2px solid rgba(198,161,63,.45);background:#fff}.search-res{list-style:none;margin:8px 0 0;padding:0;max-height:300px;overflow:auto}.search-res li{border-bottom:1px dashed var(--line)}.search-res li:last-child{border-bottom:none}.search-res a{display:block;padding:8px 2px;font-size:14px;color:var(--text)}.search-res a:hover{color:var(--blue)}.search-res .none{padding:8px 2px;font-size:14px;color:var(--muted)}.cat-list{list-style:none;margin:0;padding:0}.cat-list li{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;border-bottom:1px dashed var(--line)}.cat-list li:last-child{border-bottom:none}.cat-list li span{font-size:12px;color:var(--muted);background:var(--bg-soft);border-radius:999px;padding:2px 9px}.cat-list li.on a{color:var(--blue);font-weight:700}@media (max-width:1000px){.blog-layout{grid-template-columns:1fr}.blog-side{position:static}}@media (max-width:640px){.bgrid{grid-template-columns:1fr}}.sm-page{padding:14px 0 50px}.sm-lang{margin-top:34px}.sm-lang>h2{font-size:24px;border-bottom:2px solid var(--gold);display:inline-block;padding-bottom:4px}.sm-group{margin-top:18px}.sm-group h3{font-size:16px;margin:0 0 8px}.sm-n{color:var(--muted);font-weight:400;font-size:13px}.sm-cols{list-style:none;margin:0;padding:0;column-count:3;column-gap:36px}.sm-cols li{page-break-inside:avoid;break-inside:avoid;padding:5px 0;border-bottom:1px dashed var(--line);font-size:14.5px}@media (max-width:900px){.sm-cols{column-count:2}}@media (max-width:560px){.sm-cols{column-count:1}}.side-welcome .avatar{border-radius:50%;object-fit:cover;display:block;margin:0 auto 10px}.comments{margin-top:44px;padding-top:26px;border-top:2px solid var(--line)}.comments h2{font-size:24px;margin:0 0 14px}.c-none{color:var(--muted)}.c-list{list-style:none;margin:0 0 8px;padding:0}.c-list>li{padding:14px 0;border-bottom:1px dashed var(--line)}.c-head{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap;margin-bottom:4px}.c-head span{font-size:12.5px;color:var(--muted)}.c-head em{font-size:12.5px;color:var(--gold);font-style:normal;font-weight:700}.c-list p{margin:0;white-space:pre-wrap}.c-reply{margin:12px 0 0 22px;padding:10px 14px;background:var(--bg-soft);border-left:3px solid var(--gold);border-radius:0 10px 10px 0}.c-form{margin-top:18px}.c-form h3{margin:0 0 10px}.c-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:640px){.c-row{grid-template-columns:1fr}}.c-pending{background:#eefbf1;border:1px solid #bfe8c8;border-radius:10px;padding:12px 14px;font-weight:600}.a-shell{display:grid;grid-template-columns:230px 1fr;min-height:100vh;background:var(--bg-soft)}.a-side{background:var(--night);color:#fff;padding:18px 14px;display:flex;flex-direction:column;gap:18px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.a-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px}.a-brand img{width:34px;height:34px;border-radius:50%}.a-side nav{display:flex;flex-direction:column;gap:4px}.a-side nav a{color:#e8e8ef;padding:9px 11px;border-radius:9px;display:flex;align-items:center;gap:8px}.a-side nav a:hover{background:rgba(255,255,255,.09)}.a-badge{background:var(--gold);color:#1c1c28;border-radius:999px;font-size:11.5px;font-weight:800;padding:1px 8px}.a-foot{margin-top:auto;display:flex;flex-direction:column;gap:8px;font-size:14px}.a-foot a,.a-link{color:#cfcfe0}.a-link{background:none;border:none;cursor:pointer;font:inherit;text-align:left;padding:0}.a-main{padding:26px 30px;max-width:1080px}.a-main h1{margin:0 0 16px;font-size:26px}.a-main h2{font-size:19px;margin:26px 0 10px}.a-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;margin-bottom:14px}.a-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:14px;gap:14px;margin-bottom:8px}.a-grid .a-card{margin:0}.a-kpi{display:flex;flex-direction:column;gap:2px;color:var(--text)}.a-kpi b{font-size:28px}.a-card>span,.a-kpi span{color:var(--muted);font-size:13.5px;display:block}.a-warn{border-color:#e7cf8a}.a-warn,.a-warn-t{background:#fff8e6}.a-warn-t{border:1px solid #e7cf8a;border-radius:9px;padding:8px 10px;font-size:13.5px}.a-err{color:#b4232a;font-weight:600}.a-muted{color:var(--muted);font-size:13.5px}.a-tabs{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.a-tabs a{padding:7px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:14px}.a-tabs a.on{background:var(--night);color:#fff;border-color:var(--night)}.a-item-head{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap;margin-bottom:8px}.a-pre{white-space:pre-wrap;margin:0 0 10px}.a-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.a-actions form{margin:0}.a-btn{padding:8px 14px}.a-btn2{background:#fff;border:1px solid var(--line);border-radius:9px;padding:7px 12px;cursor:pointer;font:inherit;font-size:13.5px}.a-btn2:hover{border-color:var(--gold)}.a-reply{display:flex;gap:8px;margin-top:10px}.a-reply textarea{flex:1 1;border:1px solid var(--line);border-radius:9px;padding:8px 10px;font:inherit}.a-table{width:100%;border-collapse:collapse;font-size:14.5px}.a-table th{text-align:left;color:var(--muted);font-weight:600;padding:7px 9px}.a-table td,.a-table th{border-bottom:1px solid var(--line)}.a-table td{padding:9px;vertical-align:top}.a-table tr:last-child td{border-bottom:none}.a-done td{opacity:.55}.a-login{min-height:100vh;display:grid;place-items:center;background:var(--bg-soft);padding:20px}.a-login .a-card{width:min(380px,100%);display:flex;flex-direction:column;gap:12px;text-align:center}.a-login img{margin:0 auto}.a-login label{text-align:left;display:flex;flex-direction:column;gap:6px;font-weight:600}.a-login input{border:1px solid var(--line);border-radius:9px;padding:10px 12px;font:inherit}.a-order-form{display:flex;flex-direction:column;gap:10px}.a-order-form textarea{border:1px solid var(--line);border-radius:9px;padding:8px 10px;font:inherit}.a-check{display:flex;gap:8px;align-items:center;font-weight:600}@media (max-width:820px){.a-shell{grid-template-columns:1fr}.a-side{position:static;height:auto;align-items:center}.a-side,.a-side nav{flex-direction:row;flex-wrap:wrap}.a-foot{margin:0;flex-direction:row}.a-main{padding:18px 14px}}.f-socials{display:flex;gap:16px;margin-top:14px}.f-socials a{display:inline-flex;align-items:center;gap:7px}.f-socials svg{width:18px;height:18px}.cc-bar{position:fixed;left:14px;right:14px;bottom:14px;z-index:120;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 14px 40px rgba(16,24,40,.18);padding:14px 18px;display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:900px;margin:0 auto;color:var(--text)}.cc-bar p{margin:0;font-size:14px}.cc-btns{display:flex;gap:10px;flex-shrink:0}.cc-accept{padding:9px 18px}.cc-decline{background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 14px;cursor:pointer;font:inherit;font-size:14px}.cc-decline:hover{border-color:var(--gold)}.cc-open{background:none;border:none;color:inherit;font:inherit;font-size:inherit;cursor:pointer;text-decoration:underline;padding:0;margin-left:10px}.art-cats{margin:0 0 10px}.art-cats .chip{font-size:12.5px;padding:5px 11px}.f-linkbtn{background:none;border:0;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left}.f-linkbtn:hover{text-decoration:underline}.crumbs{line-height:1.9}@media (max-width:640px){.cc-bar{flex-direction:column;align-items:stretch}.cc-btns{justify-content:stretch}.cc-btns button{flex:1 1}}.store-layout{margin-top:6px}.st-sort{display:flex;justify-content:flex-end;margin:2px 0 14px}.st-sort label{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-soft)}.st-sort select{border:1px solid var(--line);border-radius:9px;padding:7px 10px;font:inherit;background:#fff}.search-res li a{display:flex;gap:10px;align-items:center}.search-res li a img{width:46px;height:46px;object-fit:cover;border-radius:8px;flex-shrink:0}.search-res li a span{display:flex;flex-direction:column;gap:2px;min-width:0}.search-res li a b{font-weight:600;font-size:14px;line-height:1.35}.search-res li a small{color:var(--muted);font-size:12.5px}.product-page{padding-bottom:56px}.cf-box{margin:4px 0 10px;min-height:0}@media (max-width:900px){.store-layout{display:block}.store-layout .blog-side{margin-top:26px}}.store-layout .post-grid{grid-template-columns:repeat(2,1fr)}@media (max-width:560px){.store-layout .post-grid{grid-template-columns:1fr}}.pager{display:flex;gap:16px;justify-content:center;align-items:center;margin:28px 0 6px}.pager a{border:1px solid var(--line);border-radius:10px;padding:9px 16px;background:#fff}.pager a:hover{border-color:var(--gold)}.pg-info{color:var(--muted);font-size:14px}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Josefin Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Josefin Sans Fallback;src:local("Arial");ascent-override:73.32%;descent-override:24.44%;line-gap-override:0.00%;size-adjust:102.29%}.__className_df1a74{font-family:Josefin Sans,Josefin Sans Fallback;font-style:normal}.__variable_df1a74{--font-josefin:"Josefin Sans","Josefin Sans Fallback"}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Fallback;src:local("Arial");ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.00%;size-adjust:99.78%}.__className_c06d0e{font-family:Roboto,Roboto Fallback;font-style:normal}.__variable_c06d0e{--font-roboto:"Roboto","Roboto Fallback"}