:root{--bg: #eceae4;--paper: #f8f7f2;--ink: #151515;--muted: #6c6c66;--line: rgba(20, 20, 20, .14);--dark: #17191f;--gold: #d7a84d;--red: #ef4056;--shadow: 0 18px 50px rgba(0,0,0,.14);--side: 50px}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;font-family:Arial Narrow,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(120deg,#fff9,#fff3),repeating-linear-gradient(135deg,rgba(0,0,0,.025) 0 1px,transparent 1px 8px),var(--bg);overflow-x:hidden}a{color:inherit;text-decoration:none}.page{width:calc(100% - (var(--side) * 2));margin:0 var(--side)}.navbar{height:86px;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:13px;font-weight:950;letter-spacing:-.5px;font-size:22px}.logo{width:44px;height:44px;display:grid;place-items:center;color:#fff;background:var(--dark);border-radius:11px;box-shadow:7px 7px #d7a84d73;border:2px solid #393939;transform:skew(-6deg);font-weight:1000}.nav-links{justify-self:center;display:flex;gap:6px;background:#ffffff7a;border:1px solid var(--line);padding:7px;border-radius:14px;box-shadow:0 8px 24px #0000000f}.nav-links a{padding:10px 16px;border-radius:10px;color:#41413d;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.3px}.nav-links a.active{color:#fff;background:var(--dark)}.nav-actions{display:flex;gap:10px;align-items:center}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:12px 16px;border-radius:12px;font-weight:950;cursor:pointer;text-transform:uppercase;letter-spacing:.2px;box-shadow:0 9px 20px #00000012}.btn.dark{background:var(--dark);color:#fff;border-color:var(--dark)}.hero-title{padding:28px 0 16px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}.hero-title h1{font-size:clamp(34px,5vw,76px);line-height:.88;letter-spacing:-3.7px;max-width:790px;text-transform:uppercase}.hero-title p{color:var(--muted);max-width:430px;font-weight:700;line-height:1.55;font-size:15px}.top-slider-wrap{height:200px;width:100%;overflow:hidden;position:relative;margin-bottom:20px}.top-slider-wrap:before,.top-slider-wrap:after{content:"";position:absolute;top:0;width:90px;height:100%;z-index:4;pointer-events:none}.top-slider-wrap:before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}.top-slider-wrap:after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}.category-slider{height:200px;display:flex;gap:18px;width:max-content;animation:slide 38s linear infinite;padding:4px 0 14px}.top-slider-wrap:hover .category-slider{animation-play-state:paused}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.collection-tile{width:285px;height:182px;flex:none;border-radius:4px;position:relative;background:#16181e;box-shadow:var(--shadow);border:3px solid #25272d;overflow:hidden;cursor:pointer;transition:.2s ease}.collection-tile:hover{transform:translateY(-4px)}.tile-art{height:122px;position:relative;overflow:hidden;background:linear-gradient(135deg,#363942,#111217)}.tile-icon{position:absolute;inset:0;display:grid;place-items:center;font-size:60px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.28))}.tile-bottom{height:60px;background:repeating-linear-gradient(135deg,rgba(0,0,0,.045) 0 1px,transparent 1px 6px),#f6f6f2;border-top:2px solid rgba(0,0,0,.2);padding:9px 12px;position:relative}.collection-name{display:flex;justify-content:space-between;gap:8px;align-items:center;font-weight:1000;font-size:18px;white-space:nowrap}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--red);flex:none}.tile-progress{margin-top:4px;display:flex;align-items:center;gap:9px;color:#4e4e4b;font-weight:900;font-size:13px}.tile-bar{flex:1;height:5px;background:#d8d8d2;position:relative}.tile-bar span{position:absolute;left:0;top:0;bottom:0;width:var(--w);background:#111}.category-bar{display:flex;align-items:center;gap:12px;overflow-x:auto;scrollbar-width:none;padding:12px 0 20px;border-bottom:1px solid var(--line);margin-bottom:24px}.category-bar::-webkit-scrollbar{display:none}.category-pill{flex:none;min-width:128px;height:58px;padding:8px 14px;display:flex;align-items:center;gap:10px;border-radius:16px;background:#ffffff9e;border:1px solid var(--line);box-shadow:0 10px 22px #0000000f;cursor:pointer;transition:.18s ease}.category-pill:hover,.category-pill.active{background:var(--dark);color:#fff;transform:translateY(-2px)}.pill-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f0ede5;color:#111;font-size:19px;flex:none}.category-pill.active .pill-icon,.category-pill:hover .pill-icon{background:var(--gold)}.pill-text strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.2px;line-height:1}.pill-text small{display:block;margin-top:5px;font-size:11px;opacity:.72;font-weight:800}.content-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 0 22px}.content-head h2{font-size:clamp(30px,4vw,54px);letter-spacing:-2.4px;text-transform:uppercase}.content-head p{color:var(--muted);font-weight:750;max-width:480px;line-height:1.5;font-size:14px;text-align:right}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding-bottom:60px}.card{width:100%;height:390px;border-radius:23px;overflow:hidden;background:#202022;border:3px solid rgba(0,0,0,.55);box-shadow:0 16px 35px #00000024;position:relative;cursor:pointer;transition:.2s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:0 22px 45px #0003}.card-art{height:292px;position:relative;overflow:hidden;background:var(--grad);flex:none}.card-art:before{content:"";position:absolute;inset:13px;border-radius:18px;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.4),transparent 12%),linear-gradient(180deg,#ffffff24,#0003);border:1px solid rgba(255,255,255,.18)}.player-shape{position:absolute;width:48%;height:68%;left:50%;bottom:5%;transform:translate(-50%);border-radius:45% 45% 24px 24px;background:radial-gradient(circle at 50% 16%,rgba(255,255,255,.95) 0 15%,transparent 16%),linear-gradient(180deg,#ffffffd9,#ffffff38);filter:drop-shadow(0 14px 18px rgba(0,0,0,.28));opacity:.94}.card:nth-child(3n) .player-shape{width:58%;height:42%;bottom:24%;border-radius:18px;transform:translate(-50%) rotate(-9deg)}.card:nth-child(5n) .player-shape{width:66%;height:48%;bottom:20%;border-radius:999px;transform:translate(-50%) rotate(11deg)}.rarity{position:absolute;top:12px;left:12px;z-index:3;padding:7px 9px;border-radius:9px;background:#0000007a;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:10px;font-weight:1000;text-transform:uppercase;letter-spacing:.55px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-info{flex:1;background:repeating-linear-gradient(135deg,rgba(0,0,0,.04) 0 1px,transparent 1px 6px),#f8f7f2;border-top:2px solid rgba(0,0,0,.18);padding:14px 14px 12px;position:relative;display:flex;flex-direction:column;justify-content:center}.card-info h3{font-size:20px;letter-spacing:-.5px;line-height:1.05;margin-bottom:8px;text-transform:capitalize}.card-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#666762;font-weight:900;font-size:12px}.card-progress{width:76px;height:5px;background:#dadad5;position:relative}.card-progress span{position:absolute;left:0;top:0;bottom:0;width:var(--p);background:#111}.category-page{display:none;min-height:100vh;padding-bottom:60px}.category-page.active{display:block}.home-page.hidden{display:none}.category-hero{min-height:230px;border-radius:30px;margin:20px 0 24px;padding:28px;color:#fff;background:linear-gradient(135deg,#17191f,#3f3420);display:grid;grid-template-columns:1fr auto;align-items:end;gap:20px;box-shadow:var(--shadow);position:relative;overflow:hidden}.category-hero:after{content:attr(data-icon);position:absolute;right:45px;top:26px;font-size:120px;opacity:.18;transform:rotate(-10deg)}.category-hero h1{font-size:clamp(42px,7vw,86px);line-height:.88;letter-spacing:-4px;text-transform:uppercase}.category-hero p{color:#ffffffb8;max-width:540px;margin-top:14px;line-height:1.6;font-weight:750}.back-btn{position:relative;z-index:3;border:0;background:#fff;color:#111;padding:13px 17px;border-radius:13px;font-weight:1000;cursor:pointer;text-transform:uppercase}@media(max-width:1100px){:root{--side: 28px}.gallery-grid{grid-template-columns:repeat(3,1fr)}.hero-title{grid-template-columns:1fr}.hero-title p{text-align:left}}@media(max-width:760px){:root{--side: 16px}.navbar{height:auto;padding:16px 0;grid-template-columns:1fr auto}.nav-links,.nav-actions .btn:first-child{display:none}.top-slider-wrap{height:180px}.collection-tile{width:250px;height:165px}.tile-art{height:108px}.content-head,.category-hero{grid-template-columns:1fr}.content-head p{text-align:left}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:14px}.card{height:340px}.card-art{height:248px}.card-info h3{font-size:17px}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}.card{height:380px}.card-art{height:285px}}.tile-art{background:var(--tile-gradient);display:block}.tile-bottom,.collection-name,.tile-progress,.tile-bar{display:block}.collection-name,.tile-progress{display:flex}.tile-bar span{width:var(--width)}.card-art{background:var(--card-gradient)}.card-progress span{width:var(--progress)}.category-page{display:block}.category-hero{background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.24),transparent 17%),var(--hero-gradient)}.category-hero:after{content:none}.category-hero-icon{position:absolute;right:45px;top:26px;font-size:120px;opacity:.18;transform:rotate(-10deg)}.nav-actions form{margin:0}html{scroll-behavior:smooth}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:22px 0 18px}.section-heading h2{margin:3px 0 0;font-size:clamp(30px,4vw,52px);line-height:.95;letter-spacing:-2px;text-transform:uppercase}.section-heading p{max-width:430px;margin:0;color:var(--muted);font-size:14px;font-weight:750;line-height:1.5;text-align:right}.eyebrow{color:#9c6b14;font-size:11px;font-weight:1000;letter-spacing:1.5px;text-transform:uppercase}.review-slider-wrap{width:100%;overflow:hidden;position:relative;padding:5px 0 32px}.review-slider-wrap:before,.review-slider-wrap:after{content:"";position:absolute;z-index:3;top:0;bottom:25px;width:8vw;pointer-events:none}.review-slider-wrap:before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}.review-slider-wrap:after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}.review-slider{display:flex;gap:18px;width:max-content;padding-left:18px;animation:reviewSlide 42s linear infinite}.review-slider-wrap:hover .review-slider{animation-play-state:paused}@keyframes reviewSlide{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.review-card{width:390px;min-height:218px;flex:none;position:relative;padding:23px;overflow:hidden;color:#f7f7f2;background:linear-gradient(145deg,#25282f,#111217);border:2px solid #343740;border-radius:5px;box-shadow:0 17px 38px #0000002b}.review-card:after{content:"“";position:absolute;right:18px;bottom:-42px;color:#d7a84d1c;font:900 155px Georgia,serif}.review-top{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.review-avatar{width:44px;height:44px;flex:none;display:grid;place-items:center;color:#17191f;background:var(--gold);border:2px solid #f0cf86;border-radius:4px;font-size:13px;font-weight:1000;box-shadow:4px 4px #ffffff1a}.review-author{display:grid;gap:3px;flex:1}.review-author strong{font-size:15px;letter-spacing:.15px}.review-author small{color:#aeb0b5;font-size:11px;font-weight:700}.verified-badge{width:22px;height:22px;display:grid;place-items:center;color:#16181d;background:var(--gold);border-radius:50%;font-size:12px;font-weight:1000}.review-stars{margin:17px 0 11px;color:var(--gold);font-size:14px;letter-spacing:3px}.review-stars .muted-star{color:#585a60}.review-card blockquote{position:relative;z-index:1;margin:0;color:#e4e4df;font-size:14px;font-weight:650;line-height:1.58}.category-heading{padding-top:28px}.category-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;padding-bottom:38px;border-bottom:1px solid var(--line)}.category-card-grid .collection-tile{width:100%;height:390px;border:0;border-radius:2px;overflow:visible;background:#181a20;box-shadow:8px 8px #14141424,0 18px 40px #00000024;transition:transform .2s ease,box-shadow .2s ease}.category-card-grid .collection-tile:hover{transform:translateY(-7px);box-shadow:10px 14px #1414141f,0 25px 48px #0003}.tile-frame{position:absolute;inset:-8px -7px 102px;z-index:0;background:#202228;border:2px solid #34363e;clip-path:polygon(8% 0,92% 0,100% 7%,100% 100%,0 100%,0 7%)}.category-card-grid .tile-art{height:278px;z-index:1;display:grid;place-items:center;background:var(--tile-gradient);border:2px solid #15171b;overflow:hidden}.tile-pattern{position:absolute;inset:0;opacity:.25;background:repeating-linear-gradient(135deg,rgba(255,255,255,.12) 0 1px,transparent 1px 13px),radial-gradient(circle at 50% 32%,rgba(255,255,255,.38),transparent 30%)}.category-card-grid .tile-icon{position:relative;inset:auto;z-index:1;width:128px;height:128px;display:grid;place-items:center;color:#fffffff0;border:2px solid rgba(255,255,255,.4);border-radius:50%;font-size:54px;font-weight:1000;letter-spacing:-4px;text-shadow:0 10px 24px rgba(0,0,0,.4);background:#08090c29;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tile-shine{position:absolute;inset:-60% 45% -60% -35%;transform:rotate(17deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}.category-card-grid .tile-bottom{height:112px;z-index:2;display:block;padding:19px 18px 13px;text-align:center;color:#171717;background:repeating-linear-gradient(135deg,rgba(0,0,0,.035) 0 1px,transparent 1px 7px),#f7f7f3;border:2px solid #a8a9a5}.category-card-grid .collection-name{display:flex;justify-content:center;position:relative;font-size:17px;line-height:1.08;text-transform:uppercase}.category-card-grid .status-dot{position:absolute;right:-7px;top:1px;width:7px;height:7px;box-shadow:0 0 0 3px #ef40561f}.tile-count{display:block;margin:9px 0 8px;color:#555651;font-size:16px;font-weight:950}.category-card-grid .tile-bar{display:block;width:76%;height:5px;margin:0 auto;background:#d2d2cd}.category-card-grid .tile-bar span{display:block;height:100%;background:#111}.tile-corner{position:absolute;width:9px;height:9px;border-color:#73746f}.tile-corner.top-left{left:7px;top:7px;border-left:2px solid;border-top:2px solid;transform:rotate(-45deg)}.tile-corner.top-right{right:7px;top:7px;border-right:2px solid;border-top:2px solid;transform:rotate(45deg)}.tile-corner.bottom-left{left:7px;bottom:7px;border-left:2px solid;border-bottom:2px solid;transform:rotate(45deg)}.tile-corner.bottom-right{right:7px;bottom:7px;border-right:2px solid;border-bottom:2px solid;transform:rotate(-45deg)}@media(max-width:1200px){.category-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:920px){.category-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section-heading{align-items:start}.section-heading p{text-align:left}.review-card{width:350px}}@media(max-width:650px){.section-heading{display:grid}.category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.category-card-grid .collection-tile{height:315px}.tile-frame{bottom:94px}.category-card-grid .tile-art{height:220px}.category-card-grid .tile-icon{width:100px;height:100px;font-size:40px}.category-card-grid .tile-bottom{height:95px;padding:15px 10px 10px}.category-card-grid .collection-name{font-size:13px}.tile-count{margin:7px 0 6px;font-size:13px}.review-card{width:310px;min-height:225px;padding:20px}}@media(max-width:390px){.category-card-grid{grid-template-columns:1fr}.category-card-grid .collection-tile{height:385px}.category-card-grid .tile-art{height:275px}.category-card-grid .tile-bottom{height:110px}.category-card-grid .collection-name{font-size:17px}}.hero-carousel{position:relative;margin-top:24px;margin-bottom:18px;overflow:hidden;border:1px solid rgba(20,20,20,.12);border-radius:30px;background:#f8f7f2;box-shadow:0 18px 46px #00000017}.hero-track{display:flex;width:100%;transition:transform .75s cubic-bezier(.22,.61,.36,1);will-change:transform}.hero-slide{width:100%;min-width:100%;min-height:310px;padding:38px 42px 54px;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,430px);gap:42px;align-items:end;position:relative;background:repeating-linear-gradient(135deg,rgba(0,0,0,.022) 0 1px,transparent 1px 8px),linear-gradient(120deg,#fbfaf6,#eeece6)}.hero-slide:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 83% 15%,rgba(215,168,77,.19),transparent 22%)}.hero-slide h1{position:relative;z-index:1;margin:0;max-width:970px;font-size:clamp(40px,5.2vw,78px);line-height:.88;letter-spacing:-4px;text-transform:uppercase}.hero-slide p{position:relative;z-index:1;margin:0;color:var(--muted);font-size:15px;font-weight:750;line-height:1.6}.hero-slide-gold{background:repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0 1px,transparent 1px 8px),linear-gradient(125deg,#e0b356,#8e5d18);color:#17140e}.hero-slide-gold p{color:#332713}.hero-slide-gold:before{background:radial-gradient(circle at 82% 10%,rgba(255,255,255,.35),transparent 24%)}.hero-slide-dark{color:#fff;background:repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 8px),linear-gradient(125deg,#252832,#111217)}.hero-slide-dark p{color:#bfc0c5}.hero-slide-dark:before{background:radial-gradient(circle at 82% 12%,rgba(215,168,77,.26),transparent 25%)}.hero-pagination{position:absolute;z-index:4;left:42px;bottom:22px;display:flex;align-items:center;gap:8px}.hero-dot{width:28px;height:6px;min-height:0;padding:0;border:0;border-radius:999px;background:#14141433;box-shadow:none;cursor:pointer;transition:width .25s ease,background .25s ease}.hero-dot:hover{transform:none;box-shadow:none}.hero-dot.active{width:48px;background:var(--gold);box-shadow:0 0 0 1px #00000029}.hero-slide-dark~.hero-pagination .hero-dot{background:#fff}@media(max-width:900px){.hero-slide{min-height:340px;grid-template-columns:1fr;align-content:end;gap:20px}.hero-slide h1{font-size:clamp(38px,8vw,65px)}}@media(max-width:600px){.hero-carousel{margin-top:14px;border-radius:20px}.hero-slide{min-height:400px;padding:30px 24px 55px}.hero-slide h1{font-size:clamp(36px,11vw,52px);letter-spacing:-2.8px}.hero-pagination{left:24px;bottom:21px}}@media(prefers-reduced-motion:reduce){.hero-track{transition:none}}.blog-page{padding-bottom:65px}.blog-hero{min-height:285px;margin:24px 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,430px);align-items:end;gap:45px;padding:40px;border:1px solid var(--line);border-radius:30px;background:repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 8px),linear-gradient(125deg,#252832,#111217);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.blog-hero:after{content:"PG";position:absolute;right:3%;top:-28%;font-size:270px;font-weight:1000;color:#d7a84d12;transform:rotate(-9deg)}.blog-hero h1{position:relative;z-index:1;max-width:900px;margin:4px 0 0;font-size:clamp(44px,6vw,80px);line-height:.88;letter-spacing:-4px;text-transform:uppercase}.blog-hero p{position:relative;z-index:1;margin:0;color:#c6c7ca;font-size:15px;font-weight:700;line-height:1.65}.featured-post{display:grid;grid-template-columns:1.1fr .9fr;min-height:430px;overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#f8f7f2;box-shadow:0 18px 45px #0000001a}.featured-art,.blog-card-art{position:relative;overflow:hidden;background:var(--blog-gradient)}.featured-art:before,.blog-card-art:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0 1px,transparent 1px 12px),radial-gradient(circle at 48% 35%,rgba(255,255,255,.28),transparent 27%)}.featured-code{position:absolute;inset:0;display:grid;place-items:center;color:#ffffffe0;font-size:150px;font-weight:1000;letter-spacing:-12px;text-shadow:0 18px 30px rgba(0,0,0,.3)}.blog-category{position:absolute;z-index:2;left:16px;top:16px;padding:7px 10px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:#00000073;color:#fff;font-size:10px;font-weight:1000;letter-spacing:.7px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.featured-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:42px}.blog-meta{display:flex;gap:16px;color:#74746e;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.45px}.blog-meta span{position:relative}.blog-meta span:before{content:"";position:absolute;left:-9px;top:45%;width:3px;height:3px;border-radius:50%;background:var(--gold)}.featured-content h2{margin:16px 0 14px;font-size:clamp(30px,3.4vw,52px);line-height:.97;letter-spacing:-2px}.featured-content p{margin:0 0 25px;color:var(--muted);font-size:15px;font-weight:650;line-height:1.65}.blog-list-heading{padding-top:52px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{display:flex;flex-direction:column;overflow:hidden;border:2px solid #292b31;border-radius:20px;background:#f8f7f2;box-shadow:0 15px 34px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-6px);box-shadow:0 22px 42px #00000029}.blog-card-art{height:220px;flex:none}.blog-art-code{position:absolute;inset:0;display:grid;place-items:center;color:#ffffffe6;font-size:80px;font-weight:1000;letter-spacing:-7px;text-shadow:0 13px 25px rgba(0,0,0,.3)}.blog-card-body{display:flex;flex:1;flex-direction:column;padding:22px}.blog-card-body h2{margin:13px 0 10px;font-size:24px;line-height:1.05;letter-spacing:-.8px}.blog-card-body p{margin:0 0 20px;color:var(--muted);font-size:13px;font-weight:650;line-height:1.58}.blog-read-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:15px;border-top:1px solid var(--line);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.5px}.blog-read-link span{font-size:20px;transition:transform .2s}.blog-card:hover .blog-read-link span{transform:translate(5px)}.blog-newsletter{margin-top:55px;padding:34px 38px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;border-radius:25px;color:#fff;background:linear-gradient(130deg,#22252c,#111217);box-shadow:var(--shadow)}.blog-newsletter h2{margin:4px 0 8px;font-size:clamp(28px,3vw,42px);letter-spacing:-1.4px;text-transform:uppercase}.blog-newsletter p{margin:0;color:#bfc0c4;font-size:13px;font-weight:650}.newsletter-form{display:flex;gap:9px}.newsletter-form input{width:min(300px,30vw);min-height:46px;padding:0 15px;border:1px solid #484b53;border-radius:12px;outline:none;background:#292c34;color:#fff;font:700 14px inherit}.newsletter-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d7a84d26}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1000px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-post{grid-template-columns:1fr}.featured-art{min-height:350px}.featured-content{padding:35px}.blog-newsletter{grid-template-columns:1fr}.newsletter-form input{width:min(420px,60vw)}}@media(max-width:760px){.blog-hero{min-height:360px;grid-template-columns:1fr;align-content:end;padding:28px}.blog-hero h1{font-size:clamp(40px,11vw,64px);letter-spacing:-3px}.blog-grid{grid-template-columns:1fr}.featured-art{min-height:280px}.featured-code{font-size:110px}.blog-card-art{height:240px}.blog-newsletter{padding:28px}.newsletter-form{display:grid}.newsletter-form input{width:100%}}@media(max-width:460px){.blog-hero{border-radius:20px;padding:24px}.featured-post{border-radius:20px}.featured-content{padding:26px}.blog-card{border-radius:16px}}.article-page{padding-bottom:70px}.article-breadcrumb{display:flex;align-items:center;gap:9px;padding:24px 2px 18px;color:#74746f;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.article-breadcrumb a:hover{color:#9c6b14}.article-breadcrumb span:last-child{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-header{max-width:1100px;margin:18px auto 36px;text-align:center}.article-category{position:static;display:inline-flex;margin-bottom:20px;background:#202228}.article-header h1{max-width:1050px;margin:0 auto;font-size:clamp(46px,7vw,92px);line-height:.88;letter-spacing:-5px;text-transform:uppercase}.article-header>p{max-width:720px;margin:25px auto 22px;color:var(--muted);font-size:16px;font-weight:650;line-height:1.65}.article-byline{display:inline-flex;align-items:center;gap:11px;text-align:left}.author-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#17191f;font-size:11px;font-weight:1000}.article-byline>span:last-child{display:grid;gap:4px}.article-byline strong{font-size:12px}.article-byline small{color:#777872;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.4px}.article-cover{height:480px;position:relative;display:grid;place-items:center;overflow:hidden;border:3px solid #282a30;border-radius:28px;background:var(--blog-gradient);box-shadow:var(--shadow)}.article-cover:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.07) 0 1px,transparent 1px 13px),radial-gradient(circle at 50% 38%,rgba(255,255,255,.3),transparent 26%)}.article-cover span{position:relative;color:#ffffffeb;font-size:180px;font-weight:1000;letter-spacing:-15px;text-shadow:0 22px 45px rgba(0,0,0,.35)}.article-layout{display:grid;grid-template-columns:220px minmax(0,760px);justify-content:center;align-items:start;gap:65px;padding:58px 0 25px}.article-sidebar{position:sticky;top:25px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#f8f7f2c7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.article-sidebar>strong{display:block;margin-bottom:14px;font-size:11px;text-transform:uppercase;letter-spacing:.8px}.article-sidebar nav{display:grid;border-left:2px solid #d2d1cb}.article-sidebar nav a{padding:8px 0 8px 13px;color:#686963;font-size:11px;font-weight:800;line-height:1.35}.article-sidebar nav a:hover{color:#111;border-left:2px solid var(--gold);margin-left:-2px}.back-to-blogs{display:block;margin-top:17px;padding-top:15px;border-top:1px solid var(--line);font-size:10px;font-weight:1000;text-transform:uppercase}.article-content{font-family:Inter,system-ui,sans-serif;color:#343530}.article-lead{margin:0 0 45px;font-size:21px;font-weight:650;line-height:1.65;color:#3d3e39}.article-content section{scroll-margin-top:25px;margin-bottom:45px}.section-number{display:block;margin-bottom:7px;color:#a27525;font-size:11px;font-weight:1000;letter-spacing:1px}.article-content h2{margin:0 0 16px;color:#171717;font-family:Arial Narrow,Inter,sans-serif;font-size:clamp(30px,4vw,46px);line-height:1;letter-spacing:-1.5px;text-transform:uppercase}.article-content p{margin:0;font-size:16px;line-height:1.8}.article-content blockquote{margin:52px 0;padding:30px 34px;border-left:5px solid var(--gold);border-radius:0 16px 16px 0;background:#202229;color:#f2f1eb;font-family:Arial Narrow,Inter,sans-serif;font-size:24px;font-weight:850;line-height:1.35}.article-end{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;border-top:1px solid var(--line);font:900 11px Arial Narrow,Inter,sans-serif;text-transform:uppercase;letter-spacing:.7px}.article-end span{color:#85857f}.article-end a{color:#8e6319}.related-section{padding-top:45px;margin-top:35px;border-top:1px solid var(--line)}@media(max-width:950px){.article-cover{height:390px}.article-layout{grid-template-columns:1fr;gap:30px;max-width:760px;margin:auto}.article-sidebar{position:static}.article-sidebar nav{grid-template-columns:repeat(3,1fr);gap:8px;border:0}.article-sidebar nav a{padding:9px;border:1px solid var(--line);border-radius:8px}.article-sidebar nav a:hover{margin:0;border:1px solid var(--gold)}}@media(max-width:650px){.article-header{margin-top:8px}.article-header h1{font-size:clamp(40px,12vw,60px);letter-spacing:-3px}.article-cover{height:280px;border-radius:20px}.article-cover span{font-size:110px}.article-layout{padding-top:38px}.article-sidebar nav{grid-template-columns:1fr}.article-lead{font-size:18px}.article-content p{font-size:15px}.article-content blockquote{margin:38px 0;padding:25px;font-size:20px}.article-end{align-items:flex-start;flex-direction:column}}:root{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--bg:#0d0f13;--paper:#191b21;--ink:#f3f2ec;--muted:#a8a9a4;--line:rgba(255,255,255,.13);--dark:#d7a84d;--gold:#e0b45e;--shadow:0 18px 50px rgba(0,0,0,.38)}body{transition:background .25s ease,color .25s ease}html[data-theme=dark] body{background:radial-gradient(circle at 15% 0,rgba(215,168,77,.1),transparent 28%),repeating-linear-gradient(135deg,rgba(255,255,255,.018) 0 1px,transparent 1px 8px),var(--bg)}.theme-toggle{width:44px;height:44px;min-height:44px;flex:none;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#ffffff94;color:var(--ink);box-shadow:0 7px 18px #00000012}.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0000001f}.theme-icon{grid-area:1/1;font-size:19px;line-height:1;transition:opacity .2s ease,transform .25s ease}.theme-icon-moon{opacity:1}.theme-icon-sun{opacity:0;transform:rotate(-60deg) scale(.6)}html[data-theme=dark] .theme-toggle{background:#22252c}html[data-theme=dark] .theme-icon-moon{opacity:0;transform:rotate(60deg) scale(.6)}html[data-theme=dark] .theme-icon-sun{opacity:1;transform:none}html[data-theme=dark] .logo{color:#17130d;background:var(--gold);border-color:#7f6229;box-shadow:7px 7px #ffffff1a}html[data-theme=dark] .nav-links{background:#ffffff0f}html[data-theme=dark] .nav-links a{color:#c7c8c4}html[data-theme=dark] .nav-links a.active{color:#17130d;background:var(--gold)}html[data-theme=dark] .btn{color:var(--ink);background:#22252c}html[data-theme=dark] .btn.dark{color:#17130d;background:var(--gold);border-color:var(--gold)}html[data-theme=dark] .hero-slide{background:repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 8px),linear-gradient(120deg,#202329,#15171c)}html[data-theme=dark] .hero-slide p{color:#b4b5b1}html[data-theme=dark] .hero-slide-gold{color:#17130d;background:repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0 1px,transparent 1px 8px),linear-gradient(125deg,#e0b356,#8e5d18)}html[data-theme=dark] .hero-slide-gold p{color:#332713}html[data-theme=dark] .hero-slide-dark{background:repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 8px),linear-gradient(125deg,#292c34,#0a0b0e)}html[data-theme=dark] .eyebrow{color:var(--gold)}html[data-theme=dark] .category-card-grid .tile-bottom,html[data-theme=dark] .tile-bottom{color:#f1f0eb;background:repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 7px),#1b1d23;border-color:#494b52}html[data-theme=dark] .tile-count,html[data-theme=dark] .tile-progress{color:#b3b4af}html[data-theme=dark] .category-card-grid .tile-bar,html[data-theme=dark] .tile-bar{background:#3d4047}html[data-theme=dark] .category-card-grid .tile-bar span,html[data-theme=dark] .tile-bar span{background:var(--gold)}html[data-theme=dark] .category-pill{background:#1c1f25}html[data-theme=dark] .pill-icon{background:#2a2d34;color:#f2f1eb}html[data-theme=dark] .card{border-color:#34363d;background:#14161a}html[data-theme=dark] .card-info{background:repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 6px),#1b1d23;border-color:#404249}html[data-theme=dark] .card-meta{color:#acada8}html[data-theme=dark] .card-progress{background:#3b3e44}html[data-theme=dark] .card-progress span{background:var(--gold)}html[data-theme=dark] .featured-post,html[data-theme=dark] .blog-card{background:#191b21;border-color:#363940}html[data-theme=dark] .blog-meta{color:#a4a59f}html[data-theme=dark] .blog-read-link{color:#f1f0eb}html[data-theme=dark] .blog-hero{border-color:#393b43}html[data-theme=dark] .blog-newsletter{border:1px solid #363940}html[data-theme=dark] .newsletter-form input{color:#f3f2ec;background:#24272e}html[data-theme=dark] .article-content{color:#d0d1cc}html[data-theme=dark] .article-content h2{color:#f3f2ec}html[data-theme=dark] .article-lead{color:#d9d9d4}html[data-theme=dark] .article-sidebar{background:#191b21db}html[data-theme=dark] .article-sidebar nav a{color:#abadab}html[data-theme=dark] .article-sidebar nav a:hover{color:#fff}html[data-theme=dark] .article-content blockquote{background:#20232a;border-left-color:var(--gold)}html[data-theme=dark] .article-breadcrumb{color:#a7a8a3}html[data-theme=dark] .featured-content p,html[data-theme=dark] .blog-card-body p{color:var(--muted)}html[data-theme=dark] .content-head,html[data-theme=dark] .category-card-grid,html[data-theme=dark] .related-section{border-color:var(--line)}@media(max-width:760px){.nav-actions .theme-toggle{display:grid}.theme-toggle{width:42px;height:42px;min-height:42px}}.dab-hero .hero-slide{min-height:430px;display:block}.dab-hero .hero-slide h1{max-width:980px}.dab-hero .hero-slide p{max-width:560px;margin-top:22px}.blog-card-art img,.featured-art img,.article-cover img{width:100%;height:100%;object-fit:cover;display:block}.blog-card-body h2 a{color:inherit;text-decoration:none}.ad-slot{margin-top:18px;margin-bottom:18px;min-height:90px;display:grid;place-items:center;border:1px dashed var(--line);border-radius:14px;background:#d7a84d0f;overflow:hidden}.sidebar-ad{min-height:250px;margin-top:0}.tool-strip{margin-top:55px;margin-bottom:60px;padding:34px 38px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;border:1px solid var(--line);border-radius:24px;background:linear-gradient(130deg,#23262e,#111217);color:#fff}.tool-strip h2{margin:5px 0 8px;font-size:clamp(28px,3vw,44px);line-height:1;text-transform:uppercase}.tool-strip p{margin:0;color:#c8c9cc;line-height:1.6}.tool-actions{display:flex;gap:10px;flex-wrap:wrap}.site-footer{margin-top:30px;padding:30px 0 45px;display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line)}.site-footer strong{font-size:18px}.site-footer p{margin:8px 0 0;color:var(--muted);font-size:13px}.site-footer nav{display:flex;gap:15px;flex-wrap:wrap;align-items:flex-start}.site-footer a{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.simple-page{min-height:60vh}.legal-copy{max-width:850px;margin:0 auto 60px}.legal-copy p{margin-bottom:18px}.pagination-row{margin-top:28px}.pagination-row nav{display:flex;gap:8px;flex-wrap:wrap}.wide-left{grid-template-columns:1.6fr .8fr}.admin-field textarea{padding-top:11px;line-height:1.55;resize:vertical}.admin-table small{color:var(--muted);word-break:break-all}.action-row{align-items:center}.action-row button{white-space:nowrap}@media(max-width:900px){.tool-strip,.site-footer{display:grid}.tool-actions{justify-content:flex-start}.wide-left{grid-template-columns:1fr}}.dab-hero .hero-track{display:flex}.dab-hero .hero-slide{min-height:430px;display:grid;align-items:end}.dab-hero .hero-slide .eyebrow{display:block;margin-bottom:18px}.dab-hero .hero-slide h1{max-width:1080px}.dab-hero .hero-slide p{max-width:620px;margin-top:22px}.hero-slide .eyebrow{position:relative;z-index:2}.hero-slide-gold .eyebrow{color:#4b320b}.hero-slide:not(.hero-slide-dark):not(.hero-slide-gold){background:repeating-linear-gradient(135deg,rgba(0,0,0,.022) 0 1px,transparent 1px 8px),linear-gradient(120deg,#fbfaf6,#e7e3da)}.site-footer{display:none}.site-footer-pro{margin-top:54px;padding:48px 0 26px;color:#f6f3ea;background:linear-gradient(135deg,#171a20,#0d0f13);border-top:1px solid rgba(215,168,77,.24)}.footer-grid{display:grid;grid-template-columns:minmax(280px,1.4fr) repeat(3,minmax(140px,.6fr));gap:34px}.footer-brand{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.footer-brand span{width:44px;height:44px;display:grid;place-items:center;background:var(--gold);color:#17130d;font-weight:1000;clip-path:polygon(0 0,100% 0,100% 76%,76% 100%,0 100%)}.footer-brand-block p{max-width:460px;margin:18px 0 0;color:#c9c8c0;line-height:1.7}.site-footer-pro nav{display:grid;gap:10px;align-content:start}.site-footer-pro nav strong{margin-bottom:5px;color:#fff;text-transform:uppercase;font-size:11px;letter-spacing:1px}.site-footer-pro nav a{color:#c9c8c0;font-size:13px;text-decoration:none}.site-footer-pro nav a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#92928d;font-size:12px}.about-page{padding-bottom:60px}.about-hero{margin:24px 0 22px;min-height:420px;padding:46px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:30px;color:#fff;background:repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 8px),radial-gradient(circle at 85% 10%,rgba(215,168,77,.22),transparent 24%),linear-gradient(125deg,#252832,#111217);box-shadow:var(--shadow)}.about-hero h1{max-width:1050px;margin:12px 0 18px;font-size:clamp(44px,6vw,82px);line-height:.9;letter-spacing:-4px;text-transform:uppercase}.about-hero p{max-width:720px;margin:0;color:#d8d7d0;font-weight:700;line-height:1.7}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-grid article{padding:26px;border:1px solid var(--line);border-radius:18px;background:#f8f7f2;box-shadow:0 14px 34px #00000014}.about-grid span{color:#9c6b14;font-weight:1000;font-size:12px}.about-grid h2{margin:12px 0 10px;font-size:25px;letter-spacing:-.7px;text-transform:uppercase}.about-grid p{margin:0;color:var(--muted);font-weight:650;line-height:1.65}.about-mission{margin-top:22px;padding:34px;border-radius:24px;color:#fff;background:linear-gradient(130deg,#23262e,#111217);display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:end}.about-mission h2{margin:6px 0 0;font-size:clamp(30px,4vw,52px);line-height:1;text-transform:uppercase}.about-mission p{margin:0;color:#cacbd0;line-height:1.7;font-weight:650}.analytics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.analytics-grid span{display:grid;gap:4px;padding:14px;border:1px solid var(--line);border-radius:9px;background:#101a23}.analytics-grid b{font-size:25px;color:#fff}.analytics-grid small{color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.7px}html[data-theme=dark] .about-grid article{background:#191b21;border-color:#363940}html[data-theme=dark] .about-grid h2{color:#f3f2ec}html[data-theme=dark] .about-grid p{color:#b8b9b4}@media(max-width:980px){.footer-grid,.about-grid,.about-mission{grid-template-columns:1fr}.footer-bottom{display:grid}.analytics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.about-hero{padding:28px;border-radius:22px}.about-hero h1{font-size:clamp(40px,11vw,58px);letter-spacing:-3px}.analytics-grid{grid-template-columns:1fr}}.dab-hero.hero-carousel{width:min(1776px,calc(100% - 120px));margin:22px auto 28px;border:1px solid rgba(255,255,255,.58);border-radius:32px;background:#111217;box-shadow:none}.dab-hero .hero-slide{min-height:388px;padding:58px 56px 72px;grid-template-columns:minmax(0,1.55fr) minmax(340px,.55fr);gap:56px;align-items:center;background:repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 9px),radial-gradient(circle at 74% 16%,rgba(215,168,77,.14),transparent 22%),linear-gradient(125deg,#202329,#101114)}.dab-hero .hero-slide h1{max-width:1010px;font-size:clamp(56px,5.15vw,98px);line-height:.88;letter-spacing:-3px}.dab-hero .hero-slide p{max-width:470px;margin:0;font-size:19px;line-height:1.5;color:#c8c8c8;align-self:center}.dab-hero .hero-slide .eyebrow{grid-column:1/-1;margin:0 0 -28px;color:#c98b18}.dab-hero .hero-slide h1+p{grid-column:2;grid-row:2}.dab-hero .hero-slide h1{grid-column:1;grid-row:2}.dab-hero .hero-pagination{left:56px;bottom:30px}.dab-hero .hero-dot{width:60px;height:8px;background:#ffffff42}.dab-hero .hero-dot.active{width:60px;background:var(--gold)}@media(max-width:1100px){.dab-hero.hero-carousel{width:calc(100% - 48px)}.dab-hero .hero-slide{grid-template-columns:1fr;min-height:430px;align-content:end;padding:44px 38px 70px}.dab-hero .hero-slide .eyebrow,.dab-hero .hero-slide h1,.dab-hero .hero-slide h1+p{grid-column:auto;grid-row:auto}.dab-hero .hero-slide .eyebrow{margin:0 0 12px}.dab-hero .hero-slide h1{font-size:clamp(44px,8vw,78px)}.dab-hero .hero-slide p{max-width:620px;margin-top:18px}.dab-hero .hero-pagination{left:38px}}@media(max-width:620px){.dab-hero.hero-carousel{width:calc(100% - 28px);border-radius:22px}.dab-hero .hero-slide{min-height:420px;padding:34px 24px 62px}.dab-hero .hero-slide h1{font-size:clamp(38px,12vw,58px);letter-spacing:-2px}.dab-hero .hero-slide p{font-size:15px}.dab-hero .hero-pagination{left:24px;bottom:24px}}.dab-hero .hero-slide{color:#f7f5ee}.dab-hero .hero-slide h1{color:#f7f5ee;text-shadow:0 12px 28px rgba(0,0,0,.22)}.dab-hero .hero-slide p{color:#d0d2d4;text-shadow:none}.dab-hero .hero-slide .eyebrow{color:#d99a22;text-shadow:none}.dab-hero .hero-slide.hero-slide-gold{color:#17130d;background:repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0 1px,transparent 1px 9px),radial-gradient(circle at 74% 16%,rgba(255,255,255,.22),transparent 22%),linear-gradient(125deg,#e0b45e,#916019)}.dab-hero .hero-slide.hero-slide-gold h1{color:#17130d;text-shadow:none}.dab-hero .hero-slide.hero-slide-gold p{color:#342713}.dab-hero .hero-slide.hero-slide-gold .eyebrow{color:#5a3b08}.dab-hero .hero-slide:not(.hero-slide-dark):not(.hero-slide-gold){color:#16181d;background:repeating-linear-gradient(135deg,rgba(0,0,0,.032) 0 1px,transparent 1px 9px),radial-gradient(circle at 75% 12%,rgba(215,168,77,.2),transparent 23%),linear-gradient(120deg,#f7f4ea,#ded8ca)}.dab-hero .hero-slide:not(.hero-slide-dark):not(.hero-slide-gold) h1{color:#16181d;text-shadow:none}.dab-hero .hero-slide:not(.hero-slide-dark):not(.hero-slide-gold) p{color:#4f514d}.dab-hero .hero-slide:not(.hero-slide-dark):not(.hero-slide-gold) .eyebrow{color:#9c6b14}.featured-content h2,.blog-card-body h2,.blog-card-body h2 a{color:#171717}.featured-content p,.blog-card-body p{color:#5f625e}.blog-meta{color:#686a64}.blog-read-link{color:#171717}.section-heading h2{color:var(--ink)}.section-heading p{color:#686a64}.tool-strip h2{color:#fff}.tool-strip p{color:#cdd0d5}.site-footer-pro{color:#f8f5ea}.footer-brand strong,.site-footer-pro nav strong{color:#fff}.footer-brand-block p,.site-footer-pro nav a{color:#d3d0c7}.footer-bottom{color:#aaa79f}.about-hero h1{color:#fff}.about-hero p{color:#deddd6}.about-grid h2{color:#171717}.about-grid p{color:#60635e}.about-mission h2{color:#fff}.about-mission p{color:#d1d2d5}html[data-theme=dark] .featured-content h2,html[data-theme=dark] .blog-card-body h2,html[data-theme=dark] .blog-card-body h2 a{color:#f4f2ea}html[data-theme=dark] .featured-content p,html[data-theme=dark] .blog-card-body p,html[data-theme=dark] .section-heading p{color:#b8bab6}html[data-theme=dark] .blog-read-link,html[data-theme=dark] .section-heading h2{color:#f4f2ea}.comments-section{margin-top:42px;padding-top:36px;border-top:1px solid var(--line)}.comments-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:26px;align-items:start}.comment-list{display:grid;gap:14px}.comment-card,.comment-form,.comment-empty,.comment-alert{border:1px solid var(--line);border-radius:16px;background:#f8f7f2d1;box-shadow:0 12px 28px #0000000f}.comment-card{padding:20px}.comment-meta{display:flex;justify-content:space-between;gap:14px;margin-bottom:10px;color:#171717}.comment-meta strong{font-size:14px}.comment-meta time{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}.comment-card p{margin:0;color:#3e403b;font:650 14px/1.7 Inter,system-ui,sans-serif}.comment-empty{padding:24px;color:var(--muted);font-weight:750;line-height:1.6}.comment-alert{margin-bottom:18px;padding:14px 16px;border-color:#26c28159;background:#26c2811a;color:#176c49;font-weight:850}.comment-form{display:grid;gap:13px;padding:22px}.comment-form h3{margin:0 0 4px;font-size:24px;line-height:1;text-transform:uppercase}.comment-form label{display:grid;gap:7px;color:#5f625e;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.5px}.comment-form label span{color:var(--muted);font-weight:800;text-transform:none;letter-spacing:0}.comment-form input,.comment-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:#171717;padding:12px;font:650 14px/1.5 Inter,system-ui,sans-serif;outline:none}.comment-form textarea{resize:vertical}.comment-form input:focus,.comment-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d7a84d24}.comment-error{padding:11px 12px;border-radius:10px;background:#ef40561a;color:#a42533;font-weight:800;font-size:13px}html[data-theme=dark] .comment-card,html[data-theme=dark] .comment-form,html[data-theme=dark] .comment-empty,html[data-theme=dark] .comment-alert{background:#191b21;border-color:#363940}html[data-theme=dark] .comment-meta{color:#f3f2ec}html[data-theme=dark] .comment-card p{color:#d0d1cc}html[data-theme=dark] .comment-form input,html[data-theme=dark] .comment-form textarea{background:#22252c;color:#f3f2ec;border-color:#3d4047}html[data-theme=dark] .comment-alert{color:#7de1b5;background:#26c2811f}@media(max-width:900px){.comments-layout{grid-template-columns:1fr}}@media(max-width:760px){:root{--side:14px}body{font-size:15px;-webkit-text-size-adjust:100%}.page{width:calc(100% - (var(--side) * 2));margin-inline:var(--side)}.navbar{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0 12px}.brand{min-width:0;gap:10px;font-size:17px;line-height:1.05}.brand>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo{width:40px;height:40px;border-radius:9px;box-shadow:5px 5px #d7a84d73}.nav-actions{justify-self:end}.nav-links{grid-column:1/-1;justify-self:stretch;display:flex;gap:8px;overflow-x:auto;padding:8px;border-radius:12px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.nav-links a{flex:0 0 auto;min-height:40px;display:grid;place-items:center;padding:0 13px;font-size:12px;letter-spacing:.15px;scroll-snap-align:start}.nav-actions .btn:first-child{display:none}.theme-toggle{width:40px;height:40px;min-height:40px}.btn{min-height:44px;padding:11px 14px;border-radius:10px}.section-heading,.content-head{display:grid;gap:10px;align-items:start;margin-block:18px}.section-heading h2,.content-head h2{font-size:34px;line-height:1;letter-spacing:0}.section-heading p,.content-head p{max-width:none;text-align:left;font-size:14px}.dab-hero.hero-carousel{width:calc(100% - 20px);margin:14px auto 22px;border-radius:20px}.dab-hero .hero-slide{min-height:360px;padding:28px 20px 62px;align-content:end}.dab-hero .hero-slide h1{font-size:42px;line-height:.94;letter-spacing:0;overflow-wrap:anywhere}.dab-hero .hero-slide p{font-size:14px;line-height:1.55}.dab-hero .hero-dot{width:42px;height:7px}.blog-hero,.about-hero,.category-hero{min-height:auto;padding:26px 20px;border-radius:20px}.blog-hero h1,.about-hero h1,.category-hero h1,.article-header h1{font-size:42px;line-height:.96;letter-spacing:0;overflow-wrap:anywhere}.blog-hero p,.about-hero p,.category-hero p,.article-header p{font-size:14px;line-height:1.6}.category-hero-icon{right:16px;top:14px;font-size:72px}.category-hero .back-btn{width:100%;min-height:44px}.featured-post{grid-template-columns:1fr;border-radius:18px}.featured-art{min-height:240px}.featured-content{padding:24px 20px}.featured-content h2,.blog-card-body h2{font-size:28px;line-height:1.08;letter-spacing:0}.blog-grid{grid-template-columns:1fr;gap:16px}.blog-card{border-radius:15px}.blog-card-art{height:210px}.blog-card-body{padding:18px}.blog-meta{flex-wrap:wrap;gap:8px 16px}.category-bar{margin-inline:calc(var(--side) * -1);padding-inline:var(--side);scroll-padding-inline:var(--side)}.category-pill{min-width:118px;height:54px;border-radius:13px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:40px}.card{height:auto;min-height:0;border-radius:15px;border-width:2px}.card-art{height:auto;aspect-ratio:1/1.12}.card-info{min-height:86px;padding:12px 10px}.card-info h3{font-size:15px;line-height:1.1;overflow-wrap:anywhere}.card-meta{align-items:flex-start;flex-direction:column;gap:7px}.card-progress{width:100%}.article-page{padding-bottom:36px}.article-breadcrumb{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-header{margin-top:8px}.article-cover{height:auto;aspect-ratio:16/10;border-radius:18px}.article-layout{padding-top:30px;gap:24px}.article-sidebar{padding:14px;border-radius:12px}.article-sidebar nav{grid-template-columns:1fr}.article-content{overflow-wrap:anywhere}.article-lead{margin-bottom:30px;font-size:17px;line-height:1.55}.article-content section{margin-bottom:32px}.article-content h2{font-size:30px;line-height:1.05;letter-spacing:0}.article-content p{font-size:15px;line-height:1.75}.article-content blockquote{margin:32px 0;padding:22px 20px;border-radius:0 12px 12px 0;font-size:19px}.comments-section{margin-top:32px;padding-top:28px}.comment-card,.comment-form,.comment-empty,.comment-alert{border-radius:13px}.comment-meta{display:grid;gap:4px}.comment-form{padding:18px}.comment-form button{width:100%}.tool-strip{margin-block:36px;padding:24px 20px;grid-template-columns:1fr;border-radius:18px}.tool-actions{display:grid;grid-template-columns:1fr;gap:10px}.tool-actions .btn{width:100%;text-align:center}.footer-grid{grid-template-columns:1fr;gap:24px}.site-footer-pro{margin-top:38px;padding:34px 0 22px}.footer-bottom{display:grid;gap:8px}}@media(max-width:420px){:root{--side:12px}.gallery-grid{grid-template-columns:1fr}.card-art{aspect-ratio:1/1}.blog-card-art,.featured-art{min-height:0;height:auto;aspect-ratio:16/10}.category-card-grid{grid-template-columns:1fr}.review-card{width:calc(100vw - 34px)}}@media(max-width:760px){body{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.navbar{position:relative;min-height:62px;padding:10px 0;border-bottom:0}.navbar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--line)}.brand{max-width:calc(100vw - 92px)}.nav-links{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:50;height:64px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:6px;border:1px solid rgba(20,20,20,.14);border-radius:20px;background:#f8f7f2f0;box-shadow:0 18px 44px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:visible;scroll-snap-type:none}.nav-links a{min-width:0;min-height:52px;padding:0 5px;border-radius:15px;color:#565852;font-size:10px;font-weight:1000;line-height:1;text-align:center;letter-spacing:0;white-space:normal;text-transform:uppercase}.nav-links a.active{color:#17130d;background:var(--gold);box-shadow:0 8px 18px #d7a84d42}html[data-theme=dark] .nav-links{background:#191b21f0;border-color:#ffffff1f}html[data-theme=dark] .nav-links a{color:#cacbc7}html[data-theme=dark] .nav-links a.active{color:#17130d;background:var(--gold)}.ad-slot{min-height:72px;max-height:110px;margin-block:12px;border-radius:12px}.footer-ad{margin-bottom:calc(98px + env(safe-area-inset-bottom))}.dab-hero.hero-carousel{width:calc(100% - 18px);margin:10px auto 18px;border-radius:18px}.dab-hero .hero-slide{min-height:285px;padding:24px 18px 52px;gap:12px}.dab-hero .hero-slide h1{font-size:32px;line-height:1.02;text-shadow:none}.dab-hero .hero-slide p{font-size:13px;line-height:1.5;max-width:100%}.dab-hero .hero-slide .eyebrow{margin:0 0 8px;font-size:10px;letter-spacing:.8px}.dab-hero .hero-pagination{left:18px;bottom:18px}.dab-hero .hero-dot,.dab-hero .hero-dot.active{width:34px;height:6px}.blog-hero,.about-hero,.category-hero{margin:12px 0 16px;min-height:210px;padding:22px 18px;border-radius:18px;box-shadow:0 14px 34px #00000024}.blog-hero h1,.about-hero h1,.category-hero h1,.article-header h1{font-size:34px;line-height:1.02}.blog-hero p,.about-hero p,.category-hero p,.article-header p{font-size:13px;line-height:1.55}.featured-post{min-height:0;border-radius:16px}.featured-art{height:auto;min-height:0;aspect-ratio:16/9}.featured-content{padding:20px 16px}.featured-content h2,.blog-card-body h2{font-size:24px;line-height:1.12}.blog-card-art{height:auto;aspect-ratio:16/9}.blog-card-body{padding:16px}.tool-strip{padding:20px 16px;border-radius:16px}.site-footer-pro{padding-bottom:calc(96px + env(safe-area-inset-bottom))}}@media(max-width:390px){.nav-links{left:8px;right:8px;height:60px;border-radius:18px}.nav-links a{min-height:48px;font-size:9px;border-radius:13px}.dab-hero .hero-slide{min-height:270px;padding-inline:16px}.dab-hero .hero-slide h1,.blog-hero h1,.about-hero h1,.category-hero h1,.article-header h1{font-size:30px}}.mobile-bottom-nav{display:none}@media(max-width:760px){.navbar .nav-links{display:none!important}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:80;height:64px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:6px;border:1px solid rgba(20,20,20,.14);border-radius:20px;background:#f8f7f2f2;box-shadow:0 18px 44px #0000003d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav a{min-width:0;min-height:52px;display:grid;place-items:center;padding:0 5px;border-radius:15px;color:#565852;font-size:10px;font-weight:1000;line-height:1;text-align:center;text-transform:uppercase;text-decoration:none;letter-spacing:0}.mobile-bottom-nav a.active{color:#17130d;background:var(--gold);box-shadow:0 8px 18px #d7a84d42}html[data-theme=dark] .mobile-bottom-nav{background:#191b21f2;border-color:#ffffff1f}html[data-theme=dark] .mobile-bottom-nav a{color:#cacbc7}html[data-theme=dark] .mobile-bottom-nav a.active{color:#17130d;background:var(--gold)}}@media(max-width:390px){.mobile-bottom-nav{left:8px;right:8px;height:60px;border-radius:18px}.mobile-bottom-nav a{min-height:48px;font-size:9px;border-radius:13px}}.hero-slide-copy{position:relative;z-index:2;display:grid;gap:14px;align-content:center;min-width:0}.hero-slide-image{position:relative;z-index:1;width:100%;max-height:310px;object-fit:cover;border-radius:22px;box-shadow:0 22px 55px #00000047}.hero-slide.align-center{text-align:center}.hero-slide.align-center .hero-slide-copy{justify-items:center}.hero-slide.align-right{text-align:right}.hero-slide.align-right .hero-slide-copy{justify-items:end}.hero-slide-light{background:repeating-linear-gradient(135deg,rgba(0,0,0,.032) 0 1px,transparent 1px 9px),radial-gradient(circle at 75% 12%,rgba(215,168,77,.2),transparent 23%),linear-gradient(120deg,#f7f4ea,#ded8ca)!important;color:#16181d}.hero-slide-light h1{color:#16181d!important;text-shadow:none!important}.hero-slide-light p{color:#4f514d!important}.article-inline-image{margin:34px 0}.article-inline-image img{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:18px;border:1px solid var(--line);box-shadow:0 16px 36px #0000001f}.article-inline-image figcaption{margin-top:9px;color:var(--muted);font-size:12px;font-weight:800;text-align:center}@media(max-width:760px){.dab-hero .hero-slide{grid-template-columns:1fr}.hero-slide-copy{gap:10px}.hero-slide-image{order:-1;max-height:none;aspect-ratio:16/9;border-radius:14px}.hero-slide.align-right,.hero-slide.align-center{text-align:center}.hero-slide.align-right .hero-slide-copy,.hero-slide.align-center .hero-slide-copy{justify-items:center}.article-inline-image{margin:26px 0}.article-inline-image img{border-radius:14px;aspect-ratio:16/10;max-height:none}.article-inline-image figcaption{font-size:11px}}.hero-slide-copy .eyebrow,.hero-slide-copy h1,.hero-slide-copy h1+p{grid-column:auto!important;grid-row:auto!important;margin-inline:0}.hero-slide-copy h1+p{align-self:auto!important}@media(min-width:761px){.navbar{position:sticky;top:0;z-index:60;width:min(1500px,calc(100% - 88px));height:82px;margin:0 auto;grid-template-columns:minmax(220px,auto) minmax(0,1fr) minmax(54px,auto);gap:20px;background:#eceae4e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}html[data-theme=dark] .navbar{background:#0d0f13e0}.nav-links{justify-self:center}.brand{min-width:220px}.nav-actions{min-width:54px;justify-content:flex-end}.dab-hero.hero-carousel{width:min(1500px,calc(100% - 88px));min-height:520px;margin:28px auto 34px;border:1px solid rgba(255,255,255,.52);border-radius:34px;overflow:hidden;background:#111217;box-shadow:0 24px 70px #0000002e}.dab-hero .hero-track{height:100%}.dab-hero .hero-slide{min-height:520px;padding:70px 68px 82px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:56px;align-items:center;overflow:hidden;background:repeating-linear-gradient(135deg,rgba(255,255,255,.038) 0 1px,transparent 1px 9px),linear-gradient(125deg,#202329,#101114)}.dab-hero .hero-slide:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(0,0,0,.12),transparent 46%),radial-gradient(circle at 78% 16%,rgba(215,168,77,.22),transparent 23%);pointer-events:none}.dab-hero .hero-slide:after{content:"";position:absolute;right:58px;top:58px;bottom:74px;width:min(36vw,500px);z-index:1;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:repeating-linear-gradient(135deg,rgba(255,255,255,.07) 0 1px,transparent 1px 12px),linear-gradient(145deg,#d7a84d47,#ffffff0d 45%,#00000029);clip-path:polygon(8% 0,100% 0,100% 88%,88% 100%,0 100%,0 8%);box-shadow:0 24px 60px #00000042}.dab-hero .hero-slide:has(.hero-slide-image):after{display:none}.hero-slide-copy{position:relative;z-index:3;max-width:920px;gap:18px}.dab-hero .hero-slide .eyebrow{margin:0;color:#d99a22;font-size:12px;letter-spacing:1.2px}.dab-hero .hero-slide h1{max-width:920px;margin:0;color:#f7f5ee;font-size:64px;line-height:.92;letter-spacing:0;text-shadow:0 14px 34px rgba(0,0,0,.25)}.dab-hero .hero-slide p{max-width:560px;margin:0;color:#d1d3d6;font-size:18px;line-height:1.58}.hero-slide-image{z-index:3;width:100%;height:360px;max-height:none;border-radius:24px;object-fit:cover;border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 60px #00000057}.dab-hero .hero-pagination{left:68px;bottom:34px}.dab-hero .hero-dot,.dab-hero .hero-dot.active{height:8px;width:56px}.dab-hero .hero-dot{background:#ffffff47}.dab-hero .hero-dot.active{background:var(--gold)}.dab-hero .hero-slide.hero-slide-gold{background:repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0 1px,transparent 1px 9px),linear-gradient(125deg,#e0b45e,#916019)}.dab-hero .hero-slide.hero-slide-gold h1{color:#17130d;text-shadow:none}.dab-hero .hero-slide.hero-slide-gold p{color:#342713}.dab-hero .hero-slide.hero-slide-gold .eyebrow{color:#5a3b08}.dab-hero .hero-slide.hero-slide-light{background:repeating-linear-gradient(135deg,rgba(0,0,0,.032) 0 1px,transparent 1px 9px),linear-gradient(120deg,#f7f4ea,#ded8ca)}.dab-hero .hero-slide.hero-slide-light h1{color:#16181d;text-shadow:none}.dab-hero .hero-slide.hero-slide-light p{color:#4f514d}}@media(min-width:761px){.navbar{top:12px;width:min(1440px,calc(100% - 48px));height:76px;padding:0 16px 0 18px;border:1px solid rgba(20,20,20,.1);border-radius:22px;background:#f8f7f2db;box-shadow:0 16px 42px #00000014;grid-template-columns:minmax(260px,1fr) auto minmax(64px,1fr);align-items:center}.navbar:after{display:none}.brand{min-width:0;font-size:28px;letter-spacing:0}.logo{width:52px;height:52px;border-radius:13px;box-shadow:6px 8px #d7a84d70}.nav-links{background:transparent;border:0;box-shadow:none;padding:0;gap:8px;border-radius:0}.nav-links a{min-height:50px;display:grid;place-items:center;padding:0 18px;border-radius:12px;font-size:16px;letter-spacing:0;color:#44443f}.nav-links a.active{background:#17191f;color:#fff;box-shadow:0 10px 24px #00000024}.nav-actions{justify-self:end;min-width:0}.theme-toggle{width:54px;height:54px;min-height:54px;background:#ffffffb8;box-shadow:none;border-color:#1414142e}html[data-theme=dark] .navbar{background:#191b21e6;border-color:#ffffff1f}html[data-theme=dark] .nav-links{background:transparent}html[data-theme=dark] .nav-links a.active{background:var(--gold);color:#17130d}}@media(min-width:761px)and (max-width:1050px){.navbar{grid-template-columns:auto 1fr auto;width:calc(100% - 32px);gap:14px}.brand{font-size:22px}.logo{width:46px;height:46px}.nav-links a{padding:0 12px;font-size:13px}}.hero-slide-button{display:inline-grid;place-items:center;width:max-content;min-height:46px;margin-top:10px;padding:0 18px;border-radius:12px;background:var(--gold);color:#17130d;font-size:13px;font-weight:1000;text-transform:uppercase;letter-spacing:0;text-decoration:none;box-shadow:0 12px 28px #0000002e}.hero-slide-button.floating{position:absolute;z-index:5;margin:0}.hero-slide.image-background{background-image:linear-gradient(90deg,#000000b3,#0000002e),var(--slide-bg-image,var(--slide-image))!important;background-size:cover!important;background-position:var(--slide-image-position)!important}.hero-slide.image-hidden .hero-slide-image{display:none!important}.hero-slide-image{object-position:var(--slide-image-position)}@media(min-width:761px){.hero-slide.content-left-top{align-items:start}.hero-slide.content-left-center{align-items:center}.hero-slide.content-left-bottom{align-items:end}.hero-slide.content-center-top{align-items:start}.hero-slide.content-center-center{align-items:center}.hero-slide.content-center-bottom{align-items:end}.hero-slide.content-right-top{align-items:start}.hero-slide.content-right-center{align-items:center}.hero-slide.content-right-bottom{align-items:end}.hero-slide.content-center-top,.hero-slide.content-center-center,.hero-slide.content-center-bottom{grid-template-columns:1fr}.hero-slide.content-center-top .hero-slide-copy,.hero-slide.content-center-center .hero-slide-copy,.hero-slide.content-center-bottom .hero-slide-copy{justify-self:center;text-align:center;justify-items:center}.hero-slide.content-right-top .hero-slide-copy,.hero-slide.content-right-center .hero-slide-copy,.hero-slide.content-right-bottom .hero-slide-copy{grid-column:2;justify-self:end}.hero-slide.content-left-top .hero-slide-copy,.hero-slide.content-left-center .hero-slide-copy,.hero-slide.content-left-bottom .hero-slide-copy{grid-column:1;justify-self:start}.hero-slide.image-background .hero-slide-copy{max-width:820px}.hero-slide.button-bottom-left .hero-slide-button.floating{left:68px;bottom:34px}.hero-slide.button-bottom-center .hero-slide-button.floating{left:50%;bottom:34px;transform:translate(-50%)}.hero-slide.button-bottom-right .hero-slide-button.floating{right:68px;bottom:34px}}@media(max-width:760px){.hero-slide.image-background{background-image:linear-gradient(180deg,#0000006b,#000000b8),var(--slide-bg-image,var(--slide-image))!important;background-size:cover!important;background-position:var(--slide-image-position)!important}.hero-slide-button{min-height:42px;padding:0 15px;font-size:11px}.hero-slide-button.floating{position:relative;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;align-self:start;margin-top:8px}.hero-slide.align-center .hero-slide-button,.hero-slide.content-center-center .hero-slide-button{justify-self:center}.hero-slide.align-right .hero-slide-button{justify-self:end}}.hero-slide.image-background{background-color:#101114!important;background-image:linear-gradient(90deg,#000000bd,#00000047 48%,#0000001f),var(--slide-bg-image,var(--slide-image))!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:var(--slide-image-position,center center)!important}.hero-slide.image-background:before{background:linear-gradient(90deg,rgba(0,0,0,.2),transparent 55%),radial-gradient(circle at 78% 16%,rgba(215,168,77,.18),transparent 24%)!important}.hero-slide.image-background:after{display:none!important}.hero-slide.image-background .hero-slide-copy{padding:18px 0}.hero-slide.image-background.hero-slide-light .hero-slide-copy{padding:20px;border-radius:18px;background:#f8f7f2c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-slide.image-background.hero-slide-gold .hero-slide-copy{padding:20px;border-radius:18px;background:#fff4bfb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:760px){.hero-slide.image-background{background-image:linear-gradient(180deg,#00000038,#000000c7),var(--slide-bg-image,var(--slide-image))!important}.hero-slide.image-background .hero-slide-copy{padding:0}.hero-slide.image-background.hero-slide-light .hero-slide-copy,.hero-slide.image-background.hero-slide-gold .hero-slide-copy{padding:14px;border-radius:14px}}.home-managed-section.align-center{text-align:center}.home-managed-section.align-right{text-align:right}.section-heading.home-managed-section.align-center{justify-content:center;text-align:center}.section-heading.home-managed-section.align-center>div,.section-heading.home-managed-section.align-center p{margin-inline:auto;text-align:center}.section-heading.home-managed-section.align-right{justify-content:flex-end;text-align:right}.section-heading.home-managed-section.align-right p{text-align:right}.featured-post.home-managed-section.media-right .featured-art{order:2}.featured-post.home-managed-section.media-right .featured-content{order:1}.featured-post.home-managed-section.align-center .featured-content{align-items:center;text-align:center}.featured-post.home-managed-section.align-right .featured-content{align-items:flex-end;text-align:right}.featured-post.home-managed-section.layout-compact{min-height:330px}.featured-post.home-managed-section.layout-compact .featured-content{padding:28px}.tool-strip.home-managed-section.align-center{text-align:center;grid-template-columns:1fr;justify-items:center}.tool-strip.home-managed-section.align-right{text-align:right}.tool-strip.home-managed-section.align-right .tool-actions{justify-content:flex-end}.tool-strip.home-managed-section.layout-compact{padding:24px 28px;margin-top:36px;margin-bottom:42px}@media(max-width:760px){.section-heading.home-managed-section.align-right,.section-heading.home-managed-section.align-right p{text-align:left}.featured-post.home-managed-section.media-right .featured-art,.featured-post.home-managed-section.media-right .featured-content{order:initial}.featured-post.home-managed-section.align-right .featured-content,.featured-post.home-managed-section.align-center .featured-content{align-items:flex-start;text-align:left}.tool-strip.home-managed-section.align-right,.tool-strip.home-managed-section.align-center{text-align:left;justify-items:stretch}.tool-strip.home-managed-section.align-right .tool-actions{justify-content:flex-start}}.home-managed-section{position:relative;background-image:var(--section-bg-image);background-size:cover;background-position:var(--section-image-position);background-repeat:no-repeat}.home-managed-section.theme-dark{background-color:#171a20;color:#fff;border-color:#303743}.home-managed-section.theme-gold{background-color:#f4d277;color:#17130b;border-color:#d6a73c}.home-managed-section.theme-light{background-color:#f7f5ee;color:#171717;border-color:#ded8ca}.home-managed-section.theme-dark h2,.home-managed-section.theme-dark p,.home-managed-section.theme-dark .eyebrow{color:#fff}.home-managed-section.theme-gold h2,.home-managed-section.theme-gold p,.home-managed-section.theme-gold .eyebrow{color:#17130b}.home-managed-section:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#00000061,#00000014);opacity:0;pointer-events:none}.home-managed-section[style*="url("]:before{opacity:1}.home-managed-section>*{position:relative;z-index:1}.custom-home-section{min-height:220px;padding:34px 38px;border:1px solid var(--line);border-radius:22px;background-color:#f8f7f2;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:24px;align-items:center;margin-top:35px}.custom-home-section.layout-split{grid-template-columns:minmax(220px,.55fr) minmax(0,.9fr) minmax(0,1fr)}.custom-home-section.layout-compact{min-height:150px;padding:24px 28px}.custom-home-section .section-side-image,.tool-strip .section-side-image{width:min(260px,100%);aspect-ratio:4/3;object-fit:cover;object-position:var(--section-image-position);border-radius:16px;border:1px solid rgba(255,255,255,.22);background:#20242b}.custom-home-section.media-left .section-side-image{order:-1}.custom-home-section.media-right .section-side-image{order:3}.home-managed-section.content-center-center{align-items:center;justify-items:center}.home-managed-section.content-right-center{align-items:center;justify-items:end}.home-managed-section.content-left-top{align-items:start}.home-managed-section.content-center-top{align-items:start;justify-items:center}.home-managed-section.content-right-top{align-items:start;justify-items:end}.home-managed-section.content-left-bottom{align-items:end}.home-managed-section.content-center-bottom{align-items:end;justify-items:center}.home-managed-section.content-right-bottom{align-items:end;justify-items:end}.home-managed-section.button-bottom-left .section-button{align-self:end;justify-self:start}.home-managed-section.button-bottom-center .section-button{align-self:end;justify-self:center}.home-managed-section.button-bottom-right .section-button{align-self:end;justify-self:end}@media(max-width:760px){.custom-home-section,.custom-home-section.layout-split,.tool-strip:has(.section-side-image){grid-template-columns:1fr;padding:24px 18px;border-radius:18px}.custom-home-section .section-side-image,.tool-strip .section-side-image{width:100%;max-height:220px}.home-managed-section.content-right-center,.home-managed-section.content-center-center,.home-managed-section.content-right-top,.home-managed-section.content-center-top,.home-managed-section.content-right-bottom,.home-managed-section.content-center-bottom{justify-items:stretch;align-items:start}}.dab-hero .hero-slide{background-color:#101114!important;background-image:linear-gradient(90deg,#000000ad,#0000002e 48%,#0000000a),var(--slide-bg-image),repeating-linear-gradient(135deg,rgba(255,255,255,.038) 0 1px,transparent 1px 9px),linear-gradient(125deg,#202329,#101114)!important;background-repeat:no-repeat,no-repeat,repeat,no-repeat!important;background-size:cover,cover,auto,cover!important;background-position:center center,var(--slide-image-position,center center),center center,center center!important}.dab-hero .hero-slide[style*=none]{background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.038) 0 1px,transparent 1px 9px),linear-gradient(125deg,#202329,#101114)!important}.dab-hero .hero-slide:after{display:none!important}.dab-hero .hero-slide:before{z-index:0;background:linear-gradient(90deg,rgba(0,0,0,.2),transparent 58%),radial-gradient(circle at 78% 16%,rgba(215,168,77,.12),transparent 24%)!important}.dab-hero .hero-slide-image{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;object-fit:contain!important;max-height:420px!important;height:auto!important}.dab-hero .hero-slide:has(.hero-slide-image){grid-template-columns:minmax(0,1.05fr) minmax(280px,.8fr)}@media(max-width:760px){.dab-hero .hero-slide{background-image:linear-gradient(180deg,#00000038,#000000b8),var(--slide-bg-image),linear-gradient(125deg,#202329,#101114)!important;background-size:cover,cover,cover!important}.dab-hero .hero-slide[style*=none]{background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.038) 0 1px,transparent 1px 9px),linear-gradient(125deg,#202329,#101114)!important}.dab-hero .hero-slide-image{max-height:230px!important;width:100%;object-fit:contain!important}}@media(min-width:1024px){.page{width:min(1320px,calc(100% - 64px))}.navbar{width:min(1320px,calc(100% - 64px))!important;height:66px!important;top:10px!important;padding:0 14px!important;border-radius:18px!important;grid-template-columns:minmax(250px,1fr) auto minmax(54px,1fr)!important}.brand{gap:10px!important;font-size:24px!important;line-height:1!important}.brand-mark{width:46px!important;height:46px!important;font-size:17px!important}.nav-links{gap:10px!important;padding:6px!important;border-radius:14px!important}.nav-links a{min-height:42px!important;padding:0 16px!important;border-radius:10px!important;font-size:13px!important;letter-spacing:.25px!important}.theme-toggle{width:46px!important;height:46px!important;font-size:16px!important}.dab-hero.hero-carousel{width:min(1320px,calc(100% - 64px))!important;min-height:420px!important;margin:26px auto 30px!important;border-radius:24px!important}.dab-hero .hero-slide{min-height:420px!important;padding:48px 52px 64px!important;grid-template-columns:minmax(0,1.08fr) minmax(320px,.7fr)!important;gap:42px!important}.hero-slide-copy{gap:12px!important;max-width:760px!important}.dab-hero .hero-slide .eyebrow{font-size:11px!important;letter-spacing:1px!important;margin:0!important}.dab-hero .hero-slide h1{max-width:720px!important;font-size:clamp(42px,3.8vw,62px)!important;line-height:.96!important;letter-spacing:0!important}.dab-hero .hero-slide p{max-width:520px!important;font-size:15px!important;line-height:1.55!important}.hero-slide-button{min-height:42px!important;padding:0 16px!important;border-radius:10px!important;font-size:12px!important}.dab-hero .hero-slide-image{height:300px!important;max-height:300px!important;object-fit:contain!important}.dab-hero .hero-pagination{left:52px!important;bottom:28px!important}.dab-hero .hero-dot,.dab-hero .hero-dot.active{width:48px!important;height:6px!important}.featured-post{width:min(1320px,calc(100% - 64px))!important;min-height:340px!important;border-radius:20px!important;grid-template-columns:1.06fr .94fr!important}.featured-code{font-size:108px!important;letter-spacing:-7px!important}.featured-content{padding:34px 38px!important}.featured-content h2{font-size:clamp(30px,3vw,44px)!important;line-height:1.03!important;letter-spacing:-1px!important;margin:12px 0!important}.featured-content p{font-size:14px!important;line-height:1.55!important;margin-bottom:20px!important}.blog-meta{gap:12px!important;font-size:9px!important;letter-spacing:.35px!important}.blog-category{left:14px!important;top:14px!important;padding:6px 9px!important;border-radius:7px!important;font-size:9px!important}.blog-list-heading{padding-top:46px!important}.section-heading{padding:18px 0 16px!important}.section-heading h2{font-size:clamp(32px,3.4vw,46px)!important;line-height:1!important;letter-spacing:-1px!important}.section-heading p{max-width:410px!important;font-size:13px!important;line-height:1.45!important}.eyebrow{font-size:10px!important;letter-spacing:1.2px!important}.blog-grid{width:min(1320px,calc(100% - 64px))!important;gap:20px!important}.blog-card{border-radius:16px!important;border-width:1px!important;box-shadow:0 12px 28px #0000001f!important}.blog-card-art{height:190px!important}.blog-art-code{font-size:64px!important;letter-spacing:-4px!important}.blog-card-body{padding:18px 20px!important}.blog-card-body h2{font-size:20px!important;line-height:1.08!important;letter-spacing:-.25px!important;margin:10px 0 8px!important}.blog-card-body p{font-size:12.5px!important;line-height:1.5!important;margin-bottom:16px!important}.blog-read-link{padding-top:13px!important;font-size:10.5px!important;letter-spacing:.4px!important}.blog-read-link span{font-size:17px!important}.tool-strip{width:min(1320px,calc(100% - 64px))!important;margin-top:48px!important;margin-bottom:54px!important;padding:28px 34px!important;border-radius:18px!important;gap:18px!important}.tool-strip h2{font-size:clamp(28px,3vw,40px)!important;line-height:1.02!important;margin:4px 0 7px!important}.tool-strip p{font-size:14px!important;line-height:1.5!important}.tool-actions .btn,.btn{min-height:42px!important;padding:0 17px!important;border-radius:10px!important;font-size:12px!important}.site-footer-pro{margin-top:46px!important;padding:40px 0 24px!important}.footer-grid{width:min(1320px,calc(100% - 64px));margin:0 auto;gap:28px!important}.footer-brand span{width:40px!important;height:40px!important;font-size:13px!important}.footer-brand strong{font-size:15px!important}.footer-brand-block p,.site-footer-pro nav a{font-size:12px!important;line-height:1.6!important}.footer-bottom{width:min(1320px,calc(100% - 64px));margin:28px auto 0!important;font-size:11px!important}}@media(min-width:1024px)and (max-width:1180px){.dab-hero .hero-slide{grid-template-columns:1fr!important;align-content:center!important}.dab-hero .hero-slide-image{display:none!important}.blog-card-body h2{font-size:18px!important}}@media(min-width:1024px){.page,.navbar,.dab-hero.hero-carousel,.featured-post,.blog-list-heading,.blog-grid,.tool-strip,.about-page .about-hero,.about-page .about-grid,.about-page .about-mission,.category-hero,.article-header,.article-cover,.blog-page .blog-hero,.simple-page .legal-copy,.footer-grid,.footer-bottom{width:min(1440px,calc(100vw - 96px))!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.page{margin-inline:auto!important}.about-page{width:auto!important;max-width:none!important}.about-hero{min-height:390px!important;padding:48px!important;border-radius:26px!important}.about-hero h1{max-width:980px!important;font-size:clamp(46px,4.5vw,72px)!important;line-height:.96!important;letter-spacing:0!important}.about-hero p{max-width:760px!important;font-size:15px!important;line-height:1.65!important}.about-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}.about-grid article{padding:24px!important;border-radius:18px!important}.about-grid h2{font-size:24px!important;line-height:1.08!important;letter-spacing:0!important}.about-grid p{font-size:15px!important;line-height:1.62!important}.about-mission{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;padding:34px 42px!important;border-radius:22px!important}.about-mission h2{font-size:clamp(36px,3.8vw,56px)!important;line-height:1.02!important;letter-spacing:0!important}.about-mission p{font-size:15px!important;line-height:1.68!important}.dab-hero .hero-slide,.dab-hero .hero-slide h1,.dab-hero .hero-slide p,.dab-hero .hero-slide .eyebrow,.hero-slide-copy{text-shadow:none!important;filter:none!important;mix-blend-mode:normal!important}.hero-slide.image-background .hero-slide-copy,.hero-slide.image-background.hero-slide-light .hero-slide-copy,.hero-slide.image-background.hero-slide-gold .hero-slide-copy{padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.hero-slide.image-background{background-image:linear-gradient(90deg,#00000085,#00000029 48%,#0000000a),var(--slide-bg-image,var(--slide-image))!important}}.tool-strip{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:linear-gradient(135deg,#20242c,#14171d 54%,#0d0f13)!important;border:1px solid rgba(255,255,255,.12)!important;color:#f8f5ea!important;box-shadow:0 22px 55px #00000038!important}.tool-strip:before{content:"";position:absolute;inset:0;z-index:-1;background:repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0 1px,transparent 1px 10px),radial-gradient(circle at 90% 10%,rgba(215,168,77,.16),transparent 28%);pointer-events:none}.tool-strip .eyebrow{color:#f0bd55!important}.tool-strip h2{color:#fff!important;text-shadow:none!important}.tool-strip p{max-width:680px!important;color:#cfd3d8!important;text-shadow:none!important}.tool-actions{align-items:center!important;justify-content:flex-end!important}.tool-actions .btn{border:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important;white-space:nowrap!important}.tool-actions .btn:not(.dark){background:#fff!important;color:#111217!important}.tool-actions .btn.dark,.tool-actions .section-button{background:#0f1218!important;color:#fff!important}@media(max-width:760px){.tool-strip{gap:18px!important;padding:22px 18px!important}.tool-strip h2{font-size:30px!important;line-height:1.05!important}.tool-strip p{font-size:14px!important}.tool-actions{width:100%!important;justify-content:stretch!important}.tool-actions .btn{width:100%!important}}.dab-hero .hero-slide.no-copy{grid-template-columns:1fr!important;align-items:center!important}.dab-hero .hero-slide.no-copy:before{background:linear-gradient(90deg,#00000014,#0000000a)!important}.dab-hero .hero-slide.no-copy .hero-slide-image{justify-self:center!important}.dab-hero .hero-slide:not([style*=none]),.dab-hero .hero-slide.image-background{background-color:#101114!important;background-image:var(--slide-bg-image)!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:var(--slide-image-position,center center)!important}.dab-hero .hero-slide:not([style*=none]):before,.dab-hero .hero-slide.image-background:before,.dab-hero .hero-slide.no-copy:before{background:none!important;opacity:0!important}@media(max-width:760px){.dab-hero .hero-slide:not([style*=none]),.dab-hero .hero-slide.image-background{background-image:var(--slide-bg-image)!important;background-size:cover!important;background-position:var(--slide-image-position,center center)!important}}.dab-hero.hero-carousel{width:min(1920px,100vw)!important;max-width:1920px!important;aspect-ratio:1920 / 720!important;height:auto!important;min-height:0!important;margin-left:auto!important;margin-right:auto!important;border-radius:0!important}.dab-hero .hero-slide{background-size:cover!important;background-position:var(--slide-image-position,center center)!important}@media(max-width:760px){.dab-hero.hero-carousel{width:100vw!important;aspect-ratio:1920 / 720!important;margin-top:10px!important;margin-bottom:18px!important}.dab-hero .hero-slide{padding:18px 16px 42px!important}.dab-hero .hero-slide h1{font-size:clamp(22px,8vw,32px)!important;line-height:1!important}.dab-hero .hero-slide p{font-size:12px!important;line-height:1.35!important}.dab-hero .hero-pagination{left:16px!important;bottom:14px!important}}.dab-hero.hero-carousel{width:min(1440px,calc(100vw - 96px))!important;max-width:none!important;aspect-ratio:1920 / 720!important;height:auto!important;min-height:0!important;margin:26px auto 30px!important;border-radius:24px!important;overflow:hidden!important}.dab-hero .hero-track,.dab-hero .hero-slide{height:100%!important;min-height:0!important}@media(max-width:760px){.dab-hero.hero-carousel{width:calc(100vw - 18px)!important;aspect-ratio:1920 / 720!important;margin:10px auto 18px!important;border-radius:18px!important}}@media(max-width:760px){:root{--side:14px}html,body{width:100%;max-width:100%;overflow-x:hidden}body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}main{width:100%;overflow:clip}.page{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin-left:auto!important;margin-right:auto!important}.navbar{position:sticky!important;top:0!important;z-index:70!important;height:76px!important;min-height:76px!important;padding:6px 2px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:#0d0f13f0!important;box-shadow:none!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.navbar:after{display:none!important}html:not([data-theme=dark]) .navbar{background:#f8f7f2f0!important}.navbar .brand.brand-logo-only{flex:0 0 auto!important;width:126px!important;max-width:126px!important;height:70px!important;display:flex!important;align-items:center!important;overflow:visible!important}.navbar .brand.brand-logo-only .logo.brand-logo{width:126px!important;height:68px!important;min-width:126px!important;min-height:68px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important}.navbar .brand.brand-logo-only .logo.brand-logo img{width:126px!important;height:68px!important;min-width:126px!important;min-height:68px!important;display:block!important;object-fit:contain!important;object-position:left center!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,.22))!important}.navbar .nav-links,.navbar .theme-toggle{display:none!important}.navbar .nav-actions{margin-left:auto!important;display:flex!important;align-items:center!important;gap:9px!important}.navbar .mobile-nav-action{width:42px!important;height:42px!important;min-width:42px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:50%!important;background:#ffffff12!important;color:var(--ink)!important}.navbar .mobile-nav-action svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important}.dab-hero.hero-carousel{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin:14px auto 16px!important;border-radius:17px!important}.dab-hero .hero-slide{min-height:0!important;aspect-ratio:16/9!important;padding:20px 18px 46px!important;gap:8px!important;align-content:end!important}.dab-hero .hero-slide h1{font-size:clamp(27px,8.5vw,38px)!important;line-height:.98!important;letter-spacing:-1px!important}.dab-hero .hero-slide p{font-size:12px!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.dab-hero .hero-slide .eyebrow{font-size:9px!important;margin-bottom:3px!important}.dab-hero .hero-pagination{left:18px!important;bottom:15px!important}.featured-post{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;grid-template-columns:86px minmax(0,1fr)!important;min-height:118px!important;margin:0 auto 18px!important;border-radius:15px!important}.featured-art{height:auto!important;min-height:118px!important;aspect-ratio:auto!important}.featured-code{font-size:48px!important;letter-spacing:-4px!important}.featured-art .blog-category{left:8px!important;top:8px!important;padding:5px 6px!important;font-size:7px!important}.featured-content{min-width:0!important;padding:14px 13px!important;justify-content:center!important}.featured-content .blog-meta{gap:8px!important;font-size:8px!important;white-space:nowrap!important}.featured-content h2{margin:8px 0 5px!important;font-size:16px!important;line-height:1.05!important;letter-spacing:-.25px!important}.featured-content p{margin:0!important;font-size:10px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featured-content .section-button{display:none!important}.blog-list-heading{padding-top:10px!important}.section-heading{grid-template-columns:1fr auto!important;gap:8px!important;margin-top:14px!important;margin-bottom:12px!important}.section-heading .eyebrow{font-size:9px!important}.section-heading h2{font-size:25px!important;line-height:1!important;letter-spacing:-.5px!important}.section-heading>p{display:none!important}.homepage-latest-grid,section.homepage-latest-grid{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin-inline:auto!important;grid-template-columns:1fr!important;gap:16px!important}.homepage-latest-grid .blog-card{border-radius:16px!important}.homepage-latest-grid .blog-card-art{height:auto!important;min-height:0!important;aspect-ratio:16/9!important;flex:0 0 auto!important}.homepage-latest-grid .blog-card-body{padding:18px!important}.homepage-latest-grid .blog-card-body h2{margin:10px 0 8px!important;font-size:22px!important;line-height:1.05!important}.homepage-latest-grid .blog-card-body p{font-size:12px!important;line-height:1.5!important}.mobile-bottom-nav{left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;height:66px!important;padding:5px!important;border-radius:18px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}.mobile-bottom-nav a{min-height:54px!important;gap:3px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;font-size:9px!important;text-transform:none!important}.mobile-bottom-nav a svg{width:19px!important;height:19px!important}}@media(max-width:380px){:root{--side:10px}.page,.dab-hero.hero-carousel,.featured-post,.homepage-latest-grid,section.homepage-latest-grid{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important}.navbar .brand.brand-logo-only,.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:112px!important;min-width:112px!important}.navbar .mobile-nav-action{width:40px!important;height:40px!important;min-width:40px!important}}.tool-strip{width:min(1440px,calc(100vw - 96px))!important;min-height:148px!important;margin:48px auto 56px!important;padding:30px 34px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:28px!important;align-items:center!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:22px!important;background:linear-gradient(135deg,#191d25,#12161d 52%,#0b0d11)!important;box-shadow:0 22px 55px #0000003d,inset 0 1px #ffffff0f!important}.tool-strip:before{z-index:0!important;background:linear-gradient(90deg,rgba(215,168,77,.18),transparent 28%),repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 12px)!important}.tool-strip:after{content:"";position:absolute;left:0;top:22px;bottom:22px;width:4px;border-radius:0 999px 999px 0;background:var(--gold);box-shadow:0 0 24px #d7a84d73}.tool-strip>*{position:relative!important;z-index:1!important}.tool-strip .eyebrow{display:block!important;margin-bottom:8px!important;color:#f4bd50!important;font-size:11px!important;letter-spacing:1.4px!important}.tool-strip h2{margin:0 0 8px!important;color:#fff!important;font-size:clamp(32px,3.4vw,48px)!important;line-height:.95!important;letter-spacing:.2px!important}.tool-strip p{max-width:760px!important;color:#d7dbe0!important;font-size:15px!important;line-height:1.55!important}.tool-actions{gap:10px!important;align-items:center!important}.tool-actions .btn{min-height:44px!important;padding:0 20px!important;border-radius:10px!important;border:1px solid rgba(255,255,255,.16)!important;font-size:12px!important;letter-spacing:.2px!important}.tool-actions .btn.dark,.tool-actions .section-button{background:#11151c!important;color:#fff!important}.tool-actions .btn:not(.dark){background:#fff!important;color:#101318!important}@media(max-width:760px){.tool-strip{width:calc(100vw - 18px)!important;min-height:0!important;grid-template-columns:1fr!important;gap:18px!important;margin:34px auto 42px!important;padding:24px 18px!important;border-radius:18px!important}.tool-strip h2{font-size:30px!important;line-height:1.02!important}.tool-strip p{font-size:14px!important}.tool-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.tool-actions .btn{width:100%!important}}.tool-actions{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important}.tool-actions .btn,.tool-actions .section-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:150px!important;height:44px!important;min-height:44px!important;padding:0 16px!important;border-radius:9px!important;font-size:12px!important;font-weight:1000!important;line-height:1!important;letter-spacing:.15px!important;text-align:center!important;white-space:nowrap!important;box-shadow:none!important;transform:none!important}.tool-actions .btn.dark,.tool-actions .section-button{background:#11161f!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}.tool-actions .btn:not(.dark):not(.section-button){background:#fff!important;color:#0d1117!important;border:1px solid #ffffff!important}.tool-actions .btn:hover,.tool-actions .section-button:hover{filter:brightness(1.04)!important;box-shadow:0 10px 24px #0000002e!important}@media(max-width:760px){.tool-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}.tool-actions .btn,.tool-actions .section-button{width:100%!important;height:46px!important}}@media(max-width:760px){main{overflow-x:hidden}.featured-post,.blog-list-heading,.blog-grid,.tool-strip,.custom-home-section,.site-footer-pro .footer-grid,.site-footer-pro .footer-bottom{width:calc(100vw - 24px)!important;margin-left:auto!important;margin-right:auto!important}.featured-post{display:grid!important;grid-template-columns:1fr!important;min-height:0!important;margin-top:18px!important;margin-bottom:22px!important;border-radius:16px!important;border-width:1px!important;box-shadow:0 10px 24px #0000001f!important}.featured-art{min-height:0!important;height:auto!important;aspect-ratio:16 / 9!important}.featured-code{font-size:58px!important;letter-spacing:-3px!important}.blog-category{left:10px!important;top:10px!important;max-width:calc(100% - 20px)!important;padding:5px 7px!important;border-radius:7px!important;font-size:8px!important;line-height:1.2!important;letter-spacing:.35px!important}.featured-content{padding:18px 16px 20px!important}.blog-meta{gap:10px!important;flex-wrap:wrap!important;font-size:9px!important;line-height:1.2!important;letter-spacing:.25px!important}.blog-meta span:before{left:-6px!important}.featured-content h2{margin:10px 0 8px!important;font-size:24px!important;line-height:1.08!important;letter-spacing:0!important}.featured-content p{margin-bottom:14px!important;font-size:13px!important;line-height:1.5!important}.featured-content .btn,.featured-content .section-button{width:100%!important;min-height:42px!important;justify-content:center!important;font-size:11px!important;border-radius:10px!important}.blog-list-heading{display:grid!important;gap:8px!important;padding:22px 0 12px!important;margin-top:0!important;margin-bottom:0!important}.section-heading h2,.blog-list-heading h2,.custom-home-section h2{font-size:26px!important;line-height:1.04!important;letter-spacing:0!important}.section-heading p,.blog-list-heading p,.custom-home-section p{max-width:100%!important;font-size:13px!important;line-height:1.45!important;text-align:left!important}.eyebrow{font-size:9px!important;letter-spacing:1px!important}.blog-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin-top:4px!important}.blog-card{border-radius:14px!important;border-width:1px!important;box-shadow:0 8px 20px #0000001a!important;transform:none!important}.blog-card:hover{transform:none!important}.blog-card-art{height:auto!important;aspect-ratio:16 / 9!important}.blog-art-code{font-size:44px!important;letter-spacing:-2px!important}.blog-card-body{padding:14px 15px 15px!important}.blog-card-body h2{margin:8px 0 7px!important;font-size:18px!important;line-height:1.15!important;letter-spacing:0!important}.blog-card-body p{margin-bottom:12px!important;font-size:12.5px!important;line-height:1.45!important}.blog-read-link{min-height:34px!important;padding-top:10px!important;font-size:10px!important;letter-spacing:.3px!important}.blog-read-link span{font-size:16px!important}.tool-strip{min-height:0!important;margin-top:26px!important;margin-bottom:32px!important;padding:18px 15px!important;gap:14px!important;border-radius:16px!important}.tool-strip:after{top:16px!important;bottom:16px!important;width:3px!important}.tool-strip .eyebrow{margin-bottom:6px!important;font-size:9px!important}.tool-strip h2{margin-bottom:7px!important;font-size:24px!important;line-height:1.06!important;letter-spacing:0!important}.tool-strip p{font-size:12.5px!important;line-height:1.45!important}.tool-actions{gap:8px!important}.tool-actions .btn,.tool-actions .section-button{height:42px!important;min-height:42px!important;font-size:11px!important;border-radius:9px!important}.custom-home-section,.custom-home-section.layout-split{display:grid!important;grid-template-columns:1fr!important;min-height:0!important;margin-top:18px!important;padding:17px 15px!important;gap:12px!important;border-radius:16px!important}.custom-home-section .section-side-image,.tool-strip .section-side-image{max-height:none!important;aspect-ratio:16 / 9!important;border-radius:12px!important}.site-footer-pro{margin-top:30px!important;padding:28px 0 calc(84px + env(safe-area-inset-bottom))!important}.footer-grid{grid-template-columns:1fr!important;gap:18px!important}.footer-brand span{width:36px!important;height:36px!important;font-size:12px!important}.footer-brand strong{font-size:14px!important}.footer-brand-block p,.site-footer-pro nav a{font-size:12px!important;line-height:1.55!important}.site-footer-pro nav{gap:8px!important}.footer-bottom{margin-top:20px!important;padding-top:14px!important;font-size:10.5px!important;line-height:1.4!important}}@media(max-width:760px){.dab-hero.hero-carousel,.dab-hero .hero-track,.dab-hero .hero-slide{height:112px!important;min-height:112px!important}.dab-hero.hero-carousel{margin-top:6px!important;margin-bottom:10px!important}.dab-hero .hero-slide{padding:14px 16px 25px!important}.dab-hero .hero-slide h1{max-width:270px!important;font-size:22px!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featured-post{min-height:92px!important;height:92px!important;display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;overflow:hidden!important}.featured-post .featured-art{min-height:92px!important;height:92px!important}.featured-post .featured-content{min-width:0!important;height:92px!important;padding:10px 38px 9px 11px!important;overflow:hidden!important}.featured-post .featured-content h2{margin:5px 0 3px!important;font-size:15px!important;line-height:1.04!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featured-post .featured-content p{margin:0!important;font-size:9px!important;line-height:1.25!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featured-post .featured-content .btn{display:none!important}.featured-post .blog-meta{font-size:7px!important}.blog-list-heading{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.blog-list-heading .section-view-all{display:block!important;flex:none!important;color:var(--gold)!important;font-size:9px!important;font-weight:1000!important;text-transform:uppercase!important}.homepage-latest-grid,section.homepage-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.homepage-latest-grid>.blog-card,.homepage-latest-grid>.homepage-latest-item>.blog-card{width:100%!important;height:190px!important;min-height:190px!important;display:flex!important;flex-direction:column!important;border-radius:13px!important}.homepage-latest-grid>.blog-card .blog-card-art,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-art{width:100%!important;height:105px!important;min-height:105px!important;flex:0 0 105px!important}.homepage-latest-grid>.blog-card .blog-art-code,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-art-code{font-size:38px!important}.homepage-latest-grid>.blog-card .blog-category,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-category{top:7px!important;left:7px!important;max-width:calc(100% - 14px)!important;padding:3px 5px!important;font-size:6px!important}.homepage-latest-grid>.blog-card .blog-card-body,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body{width:100%!important;height:85px!important;min-height:85px!important;flex:0 0 85px!important;padding:8px 9px!important}.homepage-latest-grid>.blog-card .blog-card-body .blog-meta,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body .blog-meta{width:100%!important;justify-content:space-between!important;font-size:6px!important}.homepage-latest-grid>.blog-card .blog-card-body h2,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body h2{margin:6px 0 0!important;font-size:13px!important;line-height:1.04!important;-webkit-line-clamp:3!important}.homepage-latest-grid>.blog-card .blog-read-link,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-read-link{display:none!important}.tool-strip{grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important;min-height:104px!important;padding:13px!important}.tool-strip:before{content:"EX";width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(215,168,77,.35);border-radius:11px;background:#d7a84d1f;color:var(--gold);font-size:14px;font-weight:1000}.tool-strip>div:first-of-type{min-width:0!important}.tool-strip h2{font-size:18px!important;line-height:1.05!important}.tool-strip p{font-size:9px!important;line-height:1.35!important}.tool-strip .tool-actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.tool-strip .btn{min-height:34px!important;padding:0 8px!important;font-size:8px!important}}@media(max-width:390px){.featured-post,.blog-list-heading,.blog-grid,.tool-strip,.custom-home-section,.site-footer-pro .footer-grid,.site-footer-pro .footer-bottom{width:calc(100vw - 18px)!important}.featured-content h2,.tool-strip h2,.section-heading h2,.blog-list-heading h2,.custom-home-section h2{font-size:22px!important}.blog-card-body h2{font-size:17px!important}}.mobile-nav-action{display:none}@media(max-width:760px){:root{--bg:#020407;--paper:#0c1118;--ink:#f7f7f4;--muted:#aeb3bd;--line:rgba(255,255,255,.14);--gold:#f4c34e;--shadow:0 16px 36px rgba(0,0,0,.42);--mobile-page: calc(100vw - 28px) }html,html[data-theme=dark]{color-scheme:dark}body{min-height:100vh!important;color:#f7f7f4!important;background:radial-gradient(circle at 50% -12%,rgba(44,52,65,.5),transparent 34%),linear-gradient(180deg,#030507,#06090d 48%,#010203)!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;padding-bottom:calc(86px + env(safe-area-inset-bottom))!important}.page,.featured-post,.blog-list-heading,.blog-grid,.tool-strip,.custom-home-section,.about-page .about-hero,.about-page .about-grid,.about-page .about-mission,.category-hero,.article-header,.article-cover,.article-layout,.blog-page .blog-hero,.simple-page .legal-copy,.footer-grid,.footer-bottom{width:var(--mobile-page)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.navbar{height:76px!important;padding:14px 0 8px!important;border:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important}.brand{min-width:0!important;gap:11px!important;color:#fff!important;font-size:22px!important;font-weight:900!important;letter-spacing:-.3px!important}.brand span:last-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.logo{width:48px!important;height:48px!important;border:1px solid rgba(0,0,0,.4)!important;border-radius:14px!important;background:linear-gradient(145deg,#ffd75c,#d99a19)!important;color:#070707!important;box-shadow:inset 0 1px #ffffff5c,0 10px 24px #f4c34e2e!important;transform:none!important;font-size:18px!important}.nav-links{display:none!important}.nav-actions{display:flex!important;gap:10px!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important}.nav-actions .theme-toggle{display:none!important}.mobile-nav-action{width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;background:linear-gradient(145deg,#ffffff14,#ffffff08)!important;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000047!important}.mobile-search-action:before{content:"";width:17px;height:17px;border:3px solid #fff;border-radius:50%;box-shadow:9px 9px 0 -6px #fff;transform:rotate(-18deg)}.mobile-menu-action:before{content:"";width:19px;height:13px;border-top:3px solid #fff;border-bottom:3px solid #fff}.mobile-menu-action:after{content:"";position:absolute;width:15px;height:3px;border-radius:999px;background:#fff}.hero-carousel.dab-hero{width:var(--mobile-page)!important;margin:10px auto 18px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:18px!important;background:#0d121a!important;box-shadow:0 16px 32px #0000006b!important}.dab-hero .hero-slide{padding:22px 18px 42px!important}.dab-hero .hero-slide h1{max-width:76%!important;color:#fff!important;font-size:30px!important;line-height:.94!important;letter-spacing:0!important;text-shadow:0 8px 20px rgba(0,0,0,.45)!important}.dab-hero .hero-slide p{max-width:68%!important;margin-top:8px!important;color:#fff!important;font-size:12.5px!important;line-height:1.35!important}.dab-hero .hero-pagination{left:50%!important;bottom:14px!important;transform:translate(-50%)!important;gap:8px!important}.dab-hero .hero-dot,.dab-hero .hero-dot.active{width:9px!important;height:9px!important;border-radius:999px!important}.dab-hero .hero-dot.active{background:var(--gold)!important}.featured-post{display:grid!important;grid-template-columns:30% 1fr!important;min-height:0!important;margin:0 auto 22px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:16px!important;background:linear-gradient(115deg,#1d2530,#090d13 62%,#0f141d)!important;box-shadow:0 12px 30px #00000057!important}.featured-art{height:auto!important;min-height:144px!important;aspect-ratio:auto!important}.featured-code{font-size:48px!important;letter-spacing:-2px!important}.featured-content{min-width:0!important;padding:16px 46px 16px 16px!important;justify-content:center!important}.featured-content h2{margin:8px 0 7px!important;color:#fff!important;font-size:18px!important;line-height:1.12!important;letter-spacing:-.1px!important}.featured-content p{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important;color:#c8ced8!important;font-size:12px!important;line-height:1.45!important}.featured-content .section-button{position:absolute!important;right:14px!important;top:50%!important;width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;border-radius:999px!important;border:2px solid var(--gold)!important;background:transparent!important;color:transparent!important}.featured-content .section-button:before{content:"›";color:var(--gold);font-size:34px;line-height:1;transform:translateY(-2px)}.blog-meta{gap:10px!important;color:#a9b0bb!important;font-size:9px!important;line-height:1.2!important;letter-spacing:.35px!important}.blog-list-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:2px 0 14px!important;margin:0 auto!important}.blog-list-heading .eyebrow{display:none!important}.blog-list-heading h2{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;color:#fff!important;font-size:20px!important;line-height:1!important;letter-spacing:.2px!important}.blog-list-heading h2:before{content:"?";color:var(--gold);font-size:22px}.blog-list-heading p{display:none!important}.blog-list-heading:after{content:"View All  ›";color:var(--gold);font-size:13px;font-weight:900}.blog-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:0 auto 18px!important}.blog-card{min-height:146px!important;position:relative!important;display:block!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;background:linear-gradient(145deg,#182130,#0b0f16)!important;box-shadow:0 10px 22px #00000047!important}.blog-card:hover{transform:none!important}.blog-card-art{position:absolute!important;inset:0!important;height:auto!important;opacity:.78!important}.blog-card-art:before{background:linear-gradient(135deg,#ffffff0a,#00000080)!important}.blog-art-code{inset:10px 12px auto auto!important;place-items:start end!important;color:#ffffff1c!important;font-size:54px!important;letter-spacing:-3px!important}.blog-card-body{position:relative!important;z-index:2!important;min-height:146px!important;padding:16px 42px 13px 13px!important;justify-content:end!important}.blog-card-body h2{margin:22px 0 12px!important;color:#fff!important;font-size:16px!important;line-height:1.08!important;letter-spacing:0!important}.blog-card-body p{display:none!important}.blog-read-link{position:absolute!important;right:12px!important;bottom:12px!important;width:36px!important;height:36px!important;min-height:36px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;color:transparent!important;background:#05080c38!important}.blog-read-link span{color:#fff!important;font-size:24px!important;transform:rotate(0)!important}.blog-card:nth-child(n+5){grid-column:1 / -1!important;min-height:88px!important;display:grid!important;grid-template-columns:92px 1fr!important}.blog-card:nth-child(n+5) .blog-card-art{position:relative!important;inset:auto!important;height:88px!important;opacity:1!important}.blog-card:nth-child(n+5) .blog-card-body{min-height:88px!important;padding:13px 46px 10px 14px!important}.blog-card:nth-child(n+5) .blog-card-body h2{margin:0 0 7px!important;font-size:16px!important}.blog-card:nth-child(n+5) .blog-read-link{top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}.blog-category{left:12px!important;top:12px!important;max-width:calc(100% - 24px)!important;padding:5px 8px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:999px!important;background:#00000057!important;color:#fff!important;font-size:9px!important;line-height:1!important;letter-spacing:.35px!important}.tool-strip{display:grid!important;grid-template-columns:58px 1fr!important;min-height:0!important;margin:18px auto 26px!important;padding:18px 14px!important;gap:14px!important;border:1px solid rgba(244,195,78,.45)!important;border-radius:16px!important;background:linear-gradient(135deg,#f4c34e2e,#0d1015f2 38%,#090c11)!important;box-shadow:0 14px 32px #00000057,inset 0 1px #ffffff0f!important}.tool-strip:after{content:"?"!important;position:relative!important;inset:auto!important;grid-column:1!important;grid-row:1 / span 2!important;width:58px!important;height:58px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:#f4c34e1f!important;color:var(--gold)!important;box-shadow:none!important;font-size:30px!important;border:1px solid rgba(244,195,78,.28)!important}.tool-strip>div:first-of-type{grid-column:2!important;min-width:0!important}.tool-strip .eyebrow{display:none!important}.tool-strip h2{margin:0 0 8px!important;color:var(--gold)!important;font-size:18px!important;line-height:1.1!important;letter-spacing:.2px!important}.tool-strip p{color:#f0f2f4!important;font-size:12px!important;line-height:1.45!important}.tool-actions{grid-column:1 / -1!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}.tool-actions .btn,.tool-actions .section-button{width:100%!important;height:44px!important;min-height:44px!important;border-radius:8px!important;font-size:12px!important}.tool-actions .section-button{background:linear-gradient(180deg,#ffd765,#e4a324)!important;color:#111!important;border-color:#f4c34e!important}.tool-actions .btn:not(.dark):not(.section-button){background:#0b0f15!important;color:#fff!important;border-color:#f4c34e!important}.mobile-bottom-nav{left:14px!important;right:14px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;height:76px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;padding:8px 6px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:22px!important;background:linear-gradient(180deg,#141b24f0,#070a0ff5)!important;box-shadow:0 -12px 34px #00000073,inset 0 1px #ffffff0f!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.mobile-bottom-nav a{min-height:58px!important;display:grid!important;grid-template-rows:28px 1fr!important;place-items:center!important;gap:3px!important;border-radius:16px!important;color:#9ca2ad!important;background:transparent!important;font-size:11px!important;font-weight:800!important;text-transform:none!important;letter-spacing:0!important}.mobile-bottom-nav a:before{font-size:24px!important;line-height:1!important;color:currentColor!important}.mobile-bottom-nav a:nth-child(1):before{content:"¦"}.mobile-bottom-nav a:nth-child(2):before{content:"?"}.mobile-bottom-nav a:nth-child(3):before{content:"?"}.mobile-bottom-nav a:nth-child(4):before{content:"?"}.mobile-bottom-nav a:nth-child(5):before{content:"?"}.mobile-bottom-nav a.active{color:var(--gold)!important;background:transparent!important;box-shadow:none!important}.site-footer-pro{display:none!important}}@media(max-width:390px){@media(max-width:760px){:root{--mobile-page: calc(100vw - 20px) }.brand{font-size:19px!important}.logo,.mobile-nav-action{width:44px!important;height:44px!important}.dab-hero .hero-slide h1{font-size:25px!important}.blog-card-body h2,.blog-card:nth-child(n+5) .blog-card-body h2{font-size:14px!important}.tool-strip h2{font-size:16px!important}.mobile-bottom-nav{left:8px!important;right:8px!important}}}@media(max-width:760px){body{padding-bottom:calc(104px + env(safe-area-inset-bottom))!important}main{padding-bottom:24px!important}.navbar{height:82px!important;padding-top:16px!important;padding-bottom:12px!important}.mobile-search-action,.mobile-menu-action{position:relative!important}.mobile-search-action:before{width:16px!important;height:16px!important;border:3px solid #fff!important;border-radius:50%!important;box-shadow:none!important;transform:none!important}.mobile-search-action:after{content:"";position:absolute;width:10px;height:3px;right:11px;bottom:13px;border-radius:999px;background:#fff;transform:rotate(45deg)}.mobile-menu-action:before{width:20px!important;height:15px!important;border-top:3px solid #fff!important;border-bottom:3px solid #fff!important}.mobile-menu-action:after{width:16px!important;height:3px!important;border-radius:999px!important;background:#fff!important}.featured-post{grid-template-columns:28% 1fr!important;min-height:132px!important}.featured-art{min-height:132px!important}.featured-content{position:relative!important;padding:14px 50px 14px 14px!important}.featured-content .blog-meta{display:flex!important;gap:7px!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:hidden!important;max-width:100%!important;font-size:8px!important}.featured-content h2{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:7px 0!important;font-size:17px!important;line-height:1.08!important}.featured-content p{-webkit-line-clamp:2!important;font-size:11.5px!important;line-height:1.35!important}.featured-content .section-button{right:12px!important;width:38px!important;height:38px!important;min-height:38px!important;overflow:hidden!important}.featured-content .section-button:before{content:""!important;width:11px!important;height:11px!important;border-top:3px solid var(--gold)!important;border-right:3px solid var(--gold)!important;transform:rotate(45deg)!important}.blog-list-heading{padding-top:4px!important;padding-bottom:12px!important}.blog-list-heading h2:before{content:""!important;width:18px!important;height:18px!important;display:inline-block!important;border:2px solid var(--gold)!important;border-radius:4px!important;box-shadow:inset 4px 0 #f4c34e59!important}.blog-list-heading:after{content:"View All >"!important;color:var(--gold)!important;font-size:12px!important;white-space:nowrap!important}.blog-grid{gap:10px!important;padding-bottom:0!important;margin-bottom:18px!important}.blog-card{min-height:156px!important}.blog-card-body{min-height:156px!important;padding:56px 42px 12px 13px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}.blog-card-body .blog-meta{position:absolute!important;left:13px!important;top:36px!important;right:8px!important;display:flex!important;gap:6px!important;flex-wrap:wrap!important;color:#d7b56c!important;font-size:8px!important;line-height:1.15!important;letter-spacing:.15px!important;overflow:hidden!important}.blog-card-body .blog-meta span:before{left:-4px!important;width:2px!important;height:2px!important}.blog-card-body h2{margin:0!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:15px!important;line-height:1.06!important}.blog-read-link{right:10px!important;bottom:10px!important;width:34px!important;height:34px!important;min-height:34px!important;color:transparent!important;overflow:hidden!important}.blog-read-link:before{content:""!important;width:10px!important;height:10px!important;border-top:3px solid #fff!important;border-right:3px solid #fff!important;transform:rotate(45deg)!important}.blog-read-link span{display:none!important}.blog-card:nth-child(n+5){min-height:90px!important;grid-template-columns:90px 1fr!important}.blog-card:nth-child(n+5) .blog-card-art{height:90px!important}.blog-card:nth-child(n+5) .blog-card-body{min-height:90px!important;padding:12px 44px 12px 13px!important;justify-content:center!important}.blog-card:nth-child(n+5) .blog-card-body .blog-meta{position:static!important;margin-top:6px!important;order:2!important}.blog-card:nth-child(n+5) .blog-card-body h2{-webkit-line-clamp:2!important;font-size:15px!important}.blog-category{left:10px!important;top:10px!important;max-width:calc(100% - 20px)!important;padding:5px 7px!important;font-size:8px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.tool-strip:after{content:"EX"!important;font-size:16px!important;font-weight:1000!important}.mobile-bottom-nav{z-index:999!important;height:74px!important;bottom:calc(6px + env(safe-area-inset-bottom))!important;padding:7px 5px!important}.mobile-bottom-nav a{min-height:58px!important;grid-template-rows:24px 1fr!important;gap:2px!important;font-size:10px!important;line-height:1!important}.mobile-bottom-nav a:before{content:""!important;width:22px!important;height:22px!important;display:block!important;background:currentColor!important;opacity:.95!important}.mobile-bottom-nav a:nth-child(1):before{clip-path:polygon(50% 5%,95% 42%,82% 42%,82% 95%,18% 95%,18% 42%,5% 42%)}.mobile-bottom-nav a:nth-child(2):before{clip-path:polygon(22% 5%,78% 5%,78% 95%,22% 95%,22% 5%,34% 20%,66% 20%,66% 30%,34% 30%,34% 45%,66% 45%,66% 55%,34% 55%)}.mobile-bottom-nav a:nth-child(3):before{clip-path:polygon(7% 30%,62% 30%,62% 12%,95% 50%,62% 88%,62% 70%,7% 70%)}.mobile-bottom-nav a:nth-child(4):before{clip-path:circle(36% at 42% 42%);box-shadow:10px 10px 0 -6px currentColor;transform:rotate(-18deg)}.mobile-bottom-nav a:nth-child(5):before{clip-path:polygon(18% 28%,82% 28%,82% 38%,18% 38%,18% 48%,82% 48%,82% 58%,18% 58%,18% 68%,82% 68%,82% 78%,18% 78%)}}@media(max-width:390px){body{padding-bottom:calc(100px + env(safe-area-inset-bottom))!important}.blog-card{min-height:150px!important}.blog-card-body{min-height:150px!important;padding-top:52px!important}.blog-card-body h2{font-size:14px!important}.featured-content h2{font-size:16px!important}.mobile-bottom-nav{height:70px!important}}.theme-toggle svg,.footer-drawer svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.theme-icon-close,.footer-drawer-open .theme-icon-menu{display:none}.footer-drawer-open .theme-icon-close{display:block}.footer-drawer{position:fixed;inset:0;z-index:130;pointer-events:none;visibility:hidden}.footer-drawer.open{pointer-events:auto;visibility:visible}.footer-drawer-backdrop{position:absolute;inset:0;background:#00000085;opacity:0;transition:opacity .2s ease}.footer-drawer.open .footer-drawer-backdrop{opacity:1}.footer-drawer-panel{position:absolute;top:0;right:0;width:min(420px,calc(100vw - 26px));height:100%;padding:28px;overflow:auto;color:#f8f5ea;background:linear-gradient(160deg,#171c25,#090c12 64%,#050608);border-left:1px solid rgba(255,255,255,.12);box-shadow:-28px 0 60px #0006;transform:translate(104%);transition:transform .24s ease}.footer-drawer.open .footer-drawer-panel{transform:translate(0)}.footer-drawer-close{position:absolute;right:18px;top:18px;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#ffffff0f;color:#fff;cursor:pointer}.footer-drawer-brand{display:flex;gap:14px;align-items:center;padding-right:46px;margin-bottom:24px}.footer-drawer-brand span{width:54px;height:54px;display:grid;place-items:center;flex:none;border-radius:15px;background:linear-gradient(145deg,#ffd75c,#d99a19);color:#080808;font-weight:1000;box-shadow:0 16px 28px #f4c34e2e}.footer-drawer-brand h2{margin:0;color:#fff;font-size:23px;line-height:1}.footer-drawer-brand p,.footer-drawer-copy{margin:7px 0 0;color:#aeb4bf;font-size:13px;line-height:1.55}.footer-drawer-links{display:grid;gap:10px}.footer-drawer-links a{min-height:52px;display:flex;align-items:center;gap:12px;padding:0 14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0b;color:#f6f2e8;font-size:14px;font-weight:900}.footer-drawer-links a:hover{border-color:#f4c34e73;color:#f4c34e}.footer-drawer-links svg{width:21px;height:21px;color:#f4c34e;flex:none}.footer-drawer-copy{padding-top:18px;margin-top:20px;border-top:1px solid rgba(255,255,255,.1)}.tool-page .site-footer-pro,.tool-page .footer-ad{display:none!important}.tool-comments-section{margin:34px auto 52px!important}.tool-comments-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.tool-comments-head h2{margin:4px 0 0;color:var(--ink);font-size:clamp(30px,4vw,48px);line-height:1;text-transform:uppercase}.tool-comments-head p{max-width:470px;margin:0;color:var(--muted);font-size:14px;font-weight:750;line-height:1.5;text-align:right}.tool-comments-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px;align-items:start}.tool-comment-form{position:sticky;top:18px}@media(max-width:900px){.tool-comments-layout{grid-template-columns:1fr}.tool-comment-form{position:static}.tool-comments-head{display:grid;gap:8px;align-items:start}.tool-comments-head p{text-align:left}}@media(max-width:760px){.footer-drawer-panel{width:calc(100vw - 22px);padding:22px 18px calc(92px + env(safe-area-inset-bottom));border-radius:22px 0 0 22px}.footer-drawer-brand h2{font-size:20px}.footer-drawer-brand p{font-size:12px}.footer-drawer-links a{min-height:48px;border-radius:13px;font-size:13px}.tool-comments-section{width:calc(100vw - 24px)!important;margin:24px auto calc(96px + env(safe-area-inset-bottom))!important}.tool-comments-head{display:grid;gap:7px;margin-bottom:14px}.tool-comments-head h2{color:#fff!important;font-size:24px!important;line-height:1.05!important}.tool-comments-head p{max-width:100%;color:#aeb4bf!important;font-size:12.5px!important;line-height:1.45!important;text-align:left!important}.tool-comments-layout{display:grid;grid-template-columns:1fr;gap:14px}.tool-comments-section .comment-card,.tool-comments-section .comment-empty,.tool-comments-section .comment-form,.tool-comments-section .comment-alert{border-color:#ffffff21!important;background:linear-gradient(145deg,#151b24,#0b0f15)!important;color:#f7f7f4!important;border-radius:14px!important;box-shadow:0 10px 24px #00000047!important}.tool-comments-section .comment-form{padding:18px!important}.tool-comments-section .comment-form h3{color:#fff!important;font-size:22px!important}.tool-comments-section .comment-form label,.tool-comments-section .comment-empty,.tool-comments-section .comment-card p{color:#cdd2da!important}.tool-comments-section .comment-form input,.tool-comments-section .comment-form textarea{background:#070a0f!important;color:#fff!important;border-color:#ffffff24!important}}@media(max-width:760px){body{font-size:13px!important;line-height:1.45!important}.navbar{height:64px!important;padding:10px 0 6px!important;gap:10px!important}.brand{gap:9px!important;font-size:17px!important;line-height:1!important;letter-spacing:0!important}.logo{width:38px!important;height:38px!important;border-radius:11px!important;font-size:14px!important;box-shadow:0 8px 18px #f4c34e29!important}.nav-actions{gap:8px!important}.mobile-nav-action{width:38px!important;height:38px!important;border-radius:50%!important}.mobile-nav-action:before,.mobile-nav-action:after{content:none!important;display:none!important}.mobile-nav-action svg,.mobile-bottom-nav svg,.theme-toggle svg{width:20px!important;height:20px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2.25!important;stroke-linecap:round!important;stroke-linejoin:round!important;color:#fff!important;background:none!important;box-shadow:none!important;clip-path:none!important;transform:none!important}.theme-toggle{width:38px!important;height:38px!important;min-height:38px!important;border-radius:50%!important}.dab-hero .hero-slide h1{font-size:23px!important;line-height:.98!important}.dab-hero .hero-slide p{font-size:11px!important;line-height:1.35!important}.featured-content h2{font-size:15px!important;line-height:1.12!important}.featured-content p{font-size:10.5px!important;line-height:1.35!important}.blog-list-heading h2{font-size:17px!important}.blog-list-heading:after{font-size:11px!important}.blog-card-body h2,.blog-card:nth-child(n+5) .blog-card-body h2{font-size:13.5px!important;line-height:1.08!important}.blog-card-body .blog-meta,.featured-content .blog-meta,.blog-meta{font-size:7.5px!important;letter-spacing:.15px!important}.blog-category{font-size:7.5px!important;padding:4px 6px!important}.tool-strip h2,.tool-comments-head h2{font-size:18px!important;line-height:1.08!important}.tool-strip p,.tool-comments-head p,.tool-comments-section .comment-card p,.tool-comments-section .comment-empty,.footer-drawer-brand p,.footer-drawer-copy{font-size:11.5px!important;line-height:1.4!important}.tool-actions .btn,.tool-actions .section-button,.featured-content .section-button,.comment-form button{font-size:10.5px!important}.mobile-bottom-nav{height:64px!important;padding:6px 5px!important;border-radius:18px!important}.mobile-bottom-nav a{min-height:50px!important;display:grid!important;grid-template-rows:22px 1fr!important;gap:1px!important;font-size:9.5px!important;line-height:1!important;font-weight:750!important}.mobile-bottom-nav a:before{content:none!important;display:none!important}.mobile-bottom-nav svg{width:20px!important;height:20px!important;color:currentColor!important}.mobile-bottom-nav a span{display:block!important}.footer-drawer-panel{padding:18px 16px calc(80px + env(safe-area-inset-bottom))!important}.footer-drawer-close{width:36px!important;height:36px!important}.footer-drawer-brand{gap:11px!important;margin-bottom:18px!important;padding-right:40px!important}.footer-drawer-brand span{width:42px!important;height:42px!important;border-radius:12px!important;font-size:13px!important}.footer-drawer-brand h2{font-size:17px!important}.footer-drawer-links{gap:8px!important}.footer-drawer-links a{min-height:44px!important;border-radius:12px!important;font-size:12px!important;gap:10px!important}.footer-drawer-links svg{width:18px!important;height:18px!important;color:#f4c34e!important}.section-heading h2,.blog-list-heading h2,.custom-home-section h2,.about-hero h1,.category-hero h1,.article-header h1,.blog-hero h1{font-size:22px!important;line-height:1.08!important;letter-spacing:0!important}.section-heading p,.custom-home-section p,.about-hero p,.category-hero p,.article-header>p,.blog-hero p,.article-content p{font-size:12px!important;line-height:1.5!important}}@media(max-width:390px){.navbar{height:60px!important}.brand{font-size:16px!important}.logo,.mobile-nav-action,.theme-toggle{width:36px!important;height:36px!important;min-height:36px!important}.dab-hero .hero-slide h1{font-size:21px!important}.blog-card-body h2,.blog-card:nth-child(n+5) .blog-card-body h2{font-size:13px!important}.mobile-bottom-nav{height:62px!important}.mobile-bottom-nav a{font-size:9px!important}}@media(max-width:760px){.blog-list-heading h2:before{content:none!important;display:none!important}.blog-list-heading h2{gap:0!important;font-size:18px!important;line-height:1.05!important;letter-spacing:.1px!important}.blog-list-heading:after{font-size:10.5px!important;line-height:1!important;align-self:center!important}.blog-card{min-height:150px!important;border-radius:12px!important}.blog-card-body{min-height:150px!important;padding:54px 46px 13px 13px!important}.blog-card-body h2,.blog-card-body h2 a{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-width:100%!important;margin:0!important;color:#fff!important;font-size:13px!important;line-height:1.04!important;letter-spacing:0!important;overflow-wrap:anywhere!important;word-break:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important}.blog-card-body .blog-meta{top:34px!important;max-height:20px!important;font-size:7px!important;line-height:1.1!important}.blog-read-link{right:10px!important;bottom:12px!important;width:34px!important;height:34px!important;min-height:34px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.28)!important;background:#03060a47!important;display:grid!important;place-items:center!important}.blog-read-link:before{content:""!important;width:9px!important;height:9px!important;border-top:2.5px solid #fff!important;border-right:2.5px solid #fff!important;transform:translate(-1px) rotate(45deg)!important}.blog-card:nth-child(n+5) .blog-read-link{right:10px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}.blog-card:nth-child(n+5) .blog-card-body{min-height:90px!important;padding:12px 48px 12px 13px!important}.blog-card:nth-child(n+5) .blog-card-body h2,.blog-card:nth-child(n+5) .blog-card-body h2 a{-webkit-line-clamp:2!important;font-size:13px!important;line-height:1.08!important}}@media(max-width:390px){.blog-list-heading h2{font-size:17px!important}.blog-card-body h2,.blog-card-body h2 a,.blog-card:nth-child(n+5) .blog-card-body h2,.blog-card:nth-child(n+5) .blog-card-body h2 a{font-size:12.5px!important}.blog-read-link{width:32px!important;height:32px!important;min-height:32px!important}}@media(max-width:760px){.featured-content .section-button{display:grid!important;place-items:center!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;min-height:34px!important;border:2px solid var(--gold)!important;border-radius:50%!important;background:#00000014!important}.featured-content .section-button:before{content:""!important;width:8px!important;height:8px!important;border-top:2.5px solid var(--gold)!important;border-right:2.5px solid var(--gold)!important;transform:translate(-1px) rotate(45deg)!important}.blog-list-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:4px 0 12px!important}.blog-list-heading h2{min-width:0!important;font-size:17px!important;line-height:1!important;font-weight:950!important;letter-spacing:0!important;white-space:nowrap!important}.blog-list-heading:after{flex:none!important;content:"View All >"!important;font-size:10px!important;font-weight:900!important;letter-spacing:0!important}.blog-card{min-height:150px!important;height:150px!important;border-radius:11px!important}.blog-category{left:10px!important;top:10px!important;z-index:4!important;max-width:92px!important;padding:4px 7px!important;border-radius:999px!important;font-size:7px!important;font-weight:1000!important;line-height:1!important;letter-spacing:.15px!important;white-space:nowrap!important}.blog-card-body{position:relative!important;z-index:3!important;height:150px!important;min-height:150px!important;padding:0!important}.blog-card-body .blog-meta{position:absolute!important;left:12px!important;top:36px!important;right:12px!important;max-height:18px!important;display:flex!important;gap:5px!important;flex-wrap:wrap!important;overflow:hidden!important;color:#f1c65b!important;font-size:6.5px!important;font-weight:1000!important;line-height:1.1!important;letter-spacing:0!important;text-transform:uppercase!important}.blog-card-body h2,.blog-card-body h2 a{position:absolute!important;left:12px!important;right:50px!important;bottom:13px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;margin:0!important;color:#fff!important;font-size:13px!important;font-weight:900!important;line-height:1.02!important;letter-spacing:0!important;text-wrap:wrap!important;overflow-wrap:break-word!important;word-break:normal!important}.blog-read-link{position:absolute!important;right:10px!important;bottom:14px!important;width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;border:1px solid rgba(255,255,255,.32)!important;border-radius:50%!important;background:#05080c4d!important;display:grid!important;place-items:center!important}.blog-read-link:before{content:""!important;width:8px!important;height:8px!important;border-top:2.25px solid #fff!important;border-right:2.25px solid #fff!important;transform:translate(-1px) rotate(45deg)!important}.blog-read-link span{display:none!important}.blog-card:nth-child(n+5){height:90px!important;min-height:90px!important;grid-template-columns:88px 1fr!important}.blog-card:nth-child(n+5) .blog-card-art{height:90px!important}.blog-card:nth-child(n+5) .blog-category{left:104px!important;top:11px!important;max-width:90px!important}.blog-card:nth-child(n+5) .blog-card-body{height:90px!important;min-height:90px!important;padding:0!important}.blog-card:nth-child(n+5) .blog-card-body .blog-meta{position:absolute!important;left:104px!important;top:62px!important;right:48px!important;margin:0!important;order:initial!important;flex-wrap:nowrap!important;white-space:nowrap!important}.blog-card:nth-child(n+5) .blog-card-body h2,.blog-card:nth-child(n+5) .blog-card-body h2 a{inset:26px 48px auto 104px!important;-webkit-line-clamp:2!important;font-size:13px!important;line-height:1.05!important}.blog-card:nth-child(n+5) .blog-read-link{right:10px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}}@media(max-width:390px){.blog-list-heading h2{font-size:16px!important}.blog-card-body h2,.blog-card-body h2 a,.blog-card:nth-child(n+5) .blog-card-body h2,.blog-card:nth-child(n+5) .blog-card-body h2 a{font-size:12.25px!important}.blog-read-link{width:30px!important;height:30px!important;min-height:30px!important}}@media(max-width:760px){.featured-content .section-button{right:14px!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;min-height:34px!important;border-radius:50%!important;border:2px solid var(--gold)!important;background:transparent!important;color:transparent!important;font-size:0!important;overflow:hidden!important}.featured-content .section-button:before{content:""!important;display:block!important;width:8px!important;height:8px!important;border-top:2.5px solid var(--gold)!important;border-right:2.5px solid var(--gold)!important;transform:translate(-1px) rotate(45deg)!important}.blog-card{height:150px!important;min-height:150px!important}.blog-card-body{position:relative!important;z-index:3!important;display:block!important;height:150px!important;min-height:150px!important;padding:0!important}.blog-card-body .blog-meta{position:absolute!important;z-index:5!important;left:12px!important;top:37px!important;right:12px!important;display:flex!important;gap:5px!important;flex-wrap:wrap!important;color:#f4c34e!important;font-size:6.5px!important;font-weight:1000!important;line-height:1.1!important;letter-spacing:0!important;text-transform:uppercase!important;opacity:1!important}.blog-card-body h2{position:absolute!important;z-index:5!important;left:12px!important;right:50px!important;bottom:15px!important;margin:0!important;display:block!important;max-width:none!important;color:#fff!important;font-size:13px!important;font-weight:900!important;line-height:1.04!important;letter-spacing:0!important}.blog-card-body h2 a{position:static!important;inset:auto!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;color:#fff!important;font:inherit!important;line-height:inherit!important;overflow-wrap:break-word!important;word-break:normal!important}.blog-read-link{position:absolute!important;z-index:6!important;right:12px!important;bottom:15px!important;width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:50%!important;background:#05080c57!important;color:transparent!important;font-size:0!important}.blog-read-link:before{content:""!important;display:block!important;width:8px!important;height:8px!important;border-top:2.25px solid #fff!important;border-right:2.25px solid #fff!important;transform:translate(-1px) rotate(45deg)!important}.blog-read-link span{display:none!important}.blog-card:nth-child(n+5){height:90px!important;min-height:90px!important;display:grid!important;grid-template-columns:88px 1fr!important}.blog-card:nth-child(n+5) .blog-card-body{height:90px!important;min-height:90px!important}.blog-card:nth-child(n+5) .blog-card-body h2{inset:25px 50px auto 104px!important;font-size:13px!important;line-height:1.05!important}.blog-card:nth-child(n+5) .blog-card-body h2 a{-webkit-line-clamp:2!important}.blog-card:nth-child(n+5) .blog-card-body .blog-meta{left:104px!important;top:62px!important;right:50px!important;flex-wrap:nowrap!important;white-space:nowrap!important}.blog-card:nth-child(n+5) .blog-read-link{right:12px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}}@media(max-width:760px){.featured-content .section-button,.blog-read-link{display:block!important;position:absolute!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;border-radius:50%!important;box-sizing:border-box!important}.featured-content .section-button:before,.blog-read-link:before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:8px!important;height:8px!important;margin:0!important;border-top:2.4px solid currentColor!important;border-right:2.4px solid currentColor!important;transform:translate(-62%,-50%) rotate(45deg)!important;transform-origin:center!important}.featured-content .section-button{color:var(--gold)!important}.blog-read-link{color:#fff!important}}@media(max-width:760px){.blog-card:nth-child(n+5){height:96px!important;min-height:96px!important;display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;overflow:hidden!important;border-radius:12px!important;background:#101720!important}.blog-card:nth-child(n+5) .blog-card-art{position:relative!important;inset:auto!important;grid-column:1!important;grid-row:1!important;width:112px!important;height:96px!important;opacity:1!important;background:var(--blog-gradient)!important}.blog-card:nth-child(n+5) .blog-card-art img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.blog-card:nth-child(n+5) .blog-card-art:before{background:linear-gradient(135deg,#ffffff0f,#00000038)!important}.blog-card:nth-child(n+5) .blog-art-code{inset:0!important;display:grid!important;place-items:center!important;color:#ffffff24!important;font-size:44px!important;letter-spacing:-2px!important}.blog-card:nth-child(n+5) .blog-card-body{grid-column:2!important;grid-row:1!important;position:relative!important;height:96px!important;min-height:96px!important;padding:0!important;background:linear-gradient(90deg,#0d1118eb,#0d1118fa)!important}.blog-card:nth-child(n+5) .blog-category{left:124px!important;top:12px!important;max-width:96px!important;z-index:7!important}.blog-card:nth-child(n+5) .blog-card-body h2{inset:34px 48px auto 12px!important;z-index:6!important;font-size:13px!important;line-height:1.06!important;font-weight:900!important}.blog-card:nth-child(n+5) .blog-card-body h2 a{-webkit-line-clamp:2!important}.blog-card:nth-child(n+5) .blog-card-body .blog-meta{inset:auto 48px 13px 12px!important;z-index:6!important;font-size:6.5px!important;line-height:1!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:hidden!important}.blog-card:nth-child(n+5) .blog-read-link{right:12px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;z-index:8!important}}@media(max-width:390px){.blog-card:nth-child(n+5){grid-template-columns:96px minmax(0,1fr)!important}.blog-card:nth-child(n+5) .blog-card-art{width:96px!important}.blog-card:nth-child(n+5) .blog-category{left:108px!important}}@media(max-width:760px){.blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta{left:12px!important;right:12px!important;top:37px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:hidden!important;font-size:6.2px!important;font-weight:900!important;line-height:1!important}.blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span{flex:none!important;margin-left:auto!important}.blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span:before{display:none!important}.blog-card:not(:nth-child(n+5)) .blog-card-body h2{right:46px!important;bottom:14px!important;font-size:11.6px!important;font-weight:780!important;line-height:1.08!important}.blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{-webkit-line-clamp:4!important;font-weight:inherit!important}}@media(max-width:390px){.blog-card:not(:nth-child(n+5)) .blog-card-body h2{font-size:11.2px!important}.blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta{font-size:5.8px!important}}@media(max-width:760px){.latest-grid .blog-card:not(:nth-child(n+5)){height:150px!important;min-height:150px!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-category{left:10px!important;top:12px!important;max-width:58px!important;height:16px!important;padding:0 7px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;font-size:5.7px!important;font-weight:760!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta{left:76px!important;right:10px!important;top:16px!important;height:12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:4px!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:hidden!important;color:#f3c64d!important;font-size:5.2px!important;font-weight:760!important;line-height:1!important;letter-spacing:0!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time,.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span{min-width:0!important;flex:0 1 auto!important;overflow:hidden!important;text-overflow:ellipsis!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span{margin-left:0!important;text-align:right!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span:before{display:none!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2{left:10px!important;right:48px!important;bottom:17px!important;font-size:10.4px!important;font-weight:650!important;line-height:1.12!important;letter-spacing:0!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{-webkit-line-clamp:4!important;font-weight:inherit!important;line-height:inherit!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-read-link{right:12px!important;bottom:19px!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-read-link:before{width:7px!important;height:7px!important;border-width:2px!important;transform:translate(-62%,-50%) rotate(45deg)!important}}@media(max-width:390px){.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta{left:72px!important;font-size:4.9px!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2{font-size:10px!important;font-weight:640!important}}@media(max-width:760px){.latest-grid .blog-card:not(:nth-child(n+5)) .blog-category{left:10px!important;top:12px!important;max-width:64px!important;height:16px!important;padding:0 7px!important;font-size:5.6px!important;font-weight:720!important;line-height:1!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta{inset:0!important;height:auto!important;display:block!important;overflow:visible!important;color:inherit!important;font-size:5.2px!important;line-height:1!important;letter-spacing:0!important;text-transform:uppercase!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time{position:absolute!important;left:82px!important;top:17px!important;max-width:62px!important;display:block!important;color:#f2c54a!important;font-size:5.1px!important;font-weight:720!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span{position:absolute!important;left:10px!important;right:48px!important;bottom:8px!important;display:block!important;margin:0!important;color:#20d68a!important;font-size:5.3px!important;font-weight:700!important;line-height:1!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span:before{display:none!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2{left:10px!important;right:48px!important;bottom:20px!important;font-size:10.1px!important;font-weight:540!important;line-height:1.13!important;letter-spacing:0!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;font-weight:inherit!important;line-height:inherit!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-read-link{right:12px!important;bottom:22px!important}}@media(max-width:390px){.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time{left:78px!important;max-width:58px!important;font-size:4.9px!important}.latest-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2{font-size:9.8px!important;font-weight:530!important}}@media(max-width:760px){.blog-grid .blog-card:not(:nth-child(n+5)) .blog-category{left:10px!important;top:12px!important;width:auto!important;max-width:66px!important;height:16px!important;padding:0 7px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;font-size:5.5px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta{position:absolute!important;inset:0!important;display:block!important;height:auto!important;margin:0!important;padding:0!important;overflow:visible!important;color:inherit!important;font-size:5.2px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-transform:uppercase!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time{position:absolute!important;left:82px!important;top:17px!important;max-width:58px!important;display:block!important;color:#f2c54a!important;font-size:5px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span{position:absolute!important;left:10px!important;right:48px!important;bottom:8px!important;display:block!important;margin:0!important;color:#1fd88b!important;font-size:5.2px!important;font-weight:650!important;line-height:1!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span:before{display:none!important;content:none!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2{left:10px!important;right:48px!important;bottom:20px!important;margin:0!important;font-size:10px!important;font-weight:500!important;line-height:1.13!important;letter-spacing:0!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;color:#fff!important;font-size:inherit!important;font-weight:500!important;line-height:inherit!important;letter-spacing:0!important;text-decoration:none!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-read-link{right:12px!important;bottom:22px!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}}@media(max-width:390px){.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time{left:78px!important;max-width:56px!important;font-size:4.8px!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2,.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{font-size:9.7px!important;font-weight:500!important}}@media(max-width:760px){.blog-grid .blog-card:not(:nth-child(n+5)){height:150px!important;min-height:150px!important;border:1px solid rgba(126,143,158,.55)!important;border-radius:10px!important;overflow:hidden!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-category{left:10px!important;top:13px!important;width:auto!important;max-width:68px!important;height:15px!important;padding:0 7px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:#080e146b!important;color:#ffffffd1!important;font-size:5.2px!important;font-weight:650!important;line-height:1!important;letter-spacing:0!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta{position:absolute!important;inset:0!important;display:block!important;margin:0!important;padding:0!important;height:auto!important;overflow:visible!important;opacity:1!important;text-transform:uppercase!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time{position:absolute!important;left:84px!important;top:17px!important;max-width:55px!important;color:#f3c64a!important;font-size:5px!important;font-weight:680!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time:after{content:""!important;position:absolute!important;right:-7px!important;top:0!important;width:1px!important;height:6px!important;background:#ffffff73!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span{position:absolute!important;inset:17px 9px auto auto!important;max-width:42px!important;margin:0!important;color:#50d88d!important;font-size:5px!important;font-weight:680!important;line-height:1!important;letter-spacing:0!important;text-align:right!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span:before{display:none!important;content:none!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2{left:10px!important;right:52px!important;bottom:16px!important;margin:0!important;color:#fff!important;font-size:11.2px!important;font-weight:420!important;line-height:1.22!important;letter-spacing:0!important;text-shadow:0 1px 3px rgba(0,0,0,.28)!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;color:inherit!important;font:inherit!important;line-height:inherit!important;text-decoration:none!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-read-link{right:12px!important;bottom:18px!important;top:auto!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;border:1px solid rgba(255,255,255,.66)!important;background:#04080d38!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-read-link:before{width:7px!important;height:7px!important;border-top:2px solid #fff!important;border-right:2px solid #fff!important;transform:translate(-62%,-50%) rotate(45deg)!important}}@media(max-width:390px){.blog-grid .blog-card:not(:nth-child(n+5)) .blog-category{max-width:62px!important;font-size:4.9px!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta time{left:76px!important;max-width:50px!important;font-size:4.7px!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta span{max-width:39px!important;font-size:4.7px!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2,.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{font-size:10.5px!important;font-weight:420!important}}@media(max-width:760px){.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2{right:52px!important;bottom:20px!important;font-size:10.8px!important;font-weight:420!important;line-height:1.16!important;max-height:25px!important;overflow:hidden!important}.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;font:inherit!important;line-height:inherit!important}}@media(max-width:390px){.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2,.blog-grid .blog-card:not(:nth-child(n+5)) .blog-card-body h2 a{font-size:10.1px!important;line-height:1.16!important}}@media(max-width:760px){.featured-post{min-height:104px!important;height:104px!important;display:grid!important;grid-template-columns:98px minmax(0,1fr)!important;border-radius:12px!important;overflow:hidden!important}.featured-art{min-height:104px!important;height:104px!important;width:98px!important}.featured-code{font-size:44px!important;letter-spacing:-2px!important}.featured-art .blog-category,.featured-post .blog-category{left:10px!important;top:10px!important;max-width:74px!important;height:16px!important;padding:0 7px!important;font-size:5.5px!important;font-weight:720!important;line-height:1!important;border-radius:999px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.featured-content{position:relative!important;min-height:104px!important;height:104px!important;padding:0!important}.featured-content .blog-meta{position:absolute!important;left:14px!important;right:50px!important;top:16px!important;display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:hidden!important;color:#b9c1ca!important;font-size:6.2px!important;font-weight:750!important;line-height:1!important;letter-spacing:0!important}.featured-content h2{position:absolute!important;left:14px!important;right:52px!important;top:36px!important;margin:0!important;font-size:13px!important;font-weight:640!important;line-height:1.08!important;letter-spacing:0!important}.featured-content h2 a,.featured-content h2{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.featured-content p{position:absolute!important;left:14px!important;right:52px!important;bottom:14px!important;margin:0!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;font-size:9.4px!important;font-weight:520!important;line-height:1.22!important;color:#ffffffc2!important}.featured-content .section-button{right:13px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}}@media(max-width:390px){.featured-post{grid-template-columns:92px minmax(0,1fr)!important;height:100px!important;min-height:100px!important}.featured-art{width:92px!important;height:100px!important;min-height:100px!important}.featured-content{height:100px!important;min-height:100px!important}.featured-content h2{font-size:12px!important}.featured-content p{font-size:8.9px!important}}@media(max-width:760px){.featured-post .featured-art .blog-category,.featured-post .blog-category{left:9px!important;top:9px!important;width:auto!important;max-width:84px!important;min-width:0!important;height:18px!important;padding:0 8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.22)!important;background:#12100c73!important;color:#fff!important;font-size:5.8px!important;font-weight:780!important;line-height:1!important;letter-spacing:0!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:0 3px 8px #0000002e!important}}@media(max-width:390px){.featured-post .featured-art .blog-category,.featured-post .blog-category{max-width:78px!important;height:17px!important;padding:0 7px!important;font-size:5.4px!important}}.logo.brand-logo,.footer-brand span,.footer-drawer-brand .footer-logo{overflow:hidden!important;padding:0!important}.logo.brand-logo img,.footer-brand span img,.footer-drawer-brand .footer-logo img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important}@media(min-width:761px){.nav-actions .theme-toggle{display:grid!important;visibility:visible!important;opacity:1!important}}@media(max-width:760px){.nav-actions .theme-toggle{display:none!important}}.navbar .brand.brand-logo-only{min-width:0!important;width:auto!important;max-width:none!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:0!important;padding:0!important;color:inherit!important}.navbar .brand.brand-logo-only .logo.brand-logo{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:inherit!important;display:block!important;overflow:visible!important;transform:none!important;clip-path:none!important}.navbar .brand.brand-logo-only .logo.brand-logo img{width:72px!important;height:72px!important;display:block!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}@media(max-width:760px){.navbar{width:100%!important;height:82px!important;min-height:82px!important;padding:5px 14px!important;gap:10px!important}.navbar .brand.brand-logo-only{width:148px!important;max-width:148px!important;height:72px!important}.navbar .nav-actions{gap:8px!important}.navbar .mobile-nav-action{width:44px!important;height:44px!important;min-width:44px!important}.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important}}@media(max-width:760px){.navbar{width:100%!important;height:82px!important;min-height:82px!important;padding:5px 14px!important;gap:10px!important}.navbar .brand.brand-logo-only{width:148px!important;max-width:148px!important;height:72px!important}.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:148px!important;min-width:148px!important;height:72px!important;min-height:72px!important}.navbar .nav-actions{gap:8px!important}.navbar .mobile-nav-action{width:44px!important;height:44px!important;min-width:44px!important}.page,.dab-hero.hero-carousel,.featured-post,.homepage-latest-grid,section.homepage-latest-grid,.blog-list-heading,.tool-strip{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important}.dab-hero.hero-carousel{margin-top:16px!important}.mobile-bottom-nav{bottom:calc(10px + env(safe-area-inset-bottom))!important}}@media(max-width:380px){.navbar{padding-inline:10px!important}.navbar .brand.brand-logo-only,.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:132px!important;min-width:132px!important}}@media(max-width:390px){.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important}}.home-page .blog-grid,main>.blog-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important}.home-page .blog-grid .blog-card,main>.blog-grid .blog-card{position:relative!important;display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;transform:none!important;grid-column:auto!important;grid-row:auto!important;align-self:stretch!important}.home-page .blog-grid .blog-card:hover,main>.blog-grid .blog-card:hover{transform:translateY(-4px)!important}.home-page .blog-grid .blog-card-art,main>.blog-grid .blog-card-art{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:220px!important;min-height:220px!important;grid-column:auto!important;grid-row:auto!important;flex:none!important}.home-page .blog-grid .blog-card-art img,main>.blog-grid .blog-card-art img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}.home-page .blog-grid .blog-card-body,main>.blog-grid .blog-card-body{position:relative!important;inset:auto!important;display:flex!important;flex:1 1 auto!important;flex-direction:column!important;grid-column:auto!important;grid-row:auto!important;height:auto!important;min-height:0!important;padding:22px!important}.home-page .blog-grid .blog-category,main>.blog-grid .blog-category{position:absolute!important;inset:16px auto auto 16px!important;width:auto!important;max-width:calc(100% - 32px)!important;height:auto!important;min-height:0!important;padding:7px 10px!important;font-size:10px!important;line-height:1!important}.home-page .blog-grid .blog-card-body .blog-meta,main>.blog-grid .blog-card-body .blog-meta{position:relative!important;inset:auto!important;display:flex!important;gap:16px!important;width:auto!important;height:auto!important;margin:0!important;color:#74746e!important;font-size:11px!important;line-height:1.2!important}.home-page .blog-grid .blog-card-body .blog-meta time,.home-page .blog-grid .blog-card-body .blog-meta span,main>.blog-grid .blog-card-body .blog-meta time,main>.blog-grid .blog-card-body .blog-meta span{position:relative!important;inset:auto!important;width:auto!important;max-width:none!important;display:inline!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.home-page .blog-grid .blog-card-body h2,main>.blog-grid .blog-card-body h2{position:relative!important;inset:auto!important;margin:13px 0 10px!important;font-size:24px!important;line-height:1.05!important;font-weight:900!important}.home-page .blog-grid .blog-card-body h2 a,main>.blog-grid .blog-card-body h2 a{display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.home-page .blog-grid .blog-card-body p,main>.blog-grid .blog-card-body p{display:block!important;margin:0 0 20px!important;overflow:visible!important;font-size:13px!important;line-height:1.58!important}.home-page .blog-grid .blog-read-link,main>.blog-grid .blog-read-link{position:relative!important;inset:auto!important;display:flex!important;width:auto!important;height:auto!important;min-height:0!important;margin-top:auto!important;padding-top:15px!important;transform:none!important;border-top:1px solid var(--line)!important;border-radius:0!important;background:transparent!important;color:inherit!important;box-shadow:none!important}@media(max-width:1000px){.home-page .blog-grid,main>.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.home-page .blog-grid,main>.blog-grid{grid-template-columns:1fr!important;gap:18px!important}.home-page .blog-grid .blog-card-art,main>.blog-grid .blog-card-art{height:220px!important;min-height:220px!important}.home-page .blog-grid .blog-card-body h2,main>.blog-grid .blog-card-body h2{font-size:20px!important}}section.homepage-latest-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;justify-items:stretch!important;grid-auto-flow:row!important;grid-auto-rows:auto!important}section.homepage-latest-grid>.blog-card,section.homepage-latest-grid>.blog-card:nth-child(1),section.homepage-latest-grid>.blog-card:nth-child(2),section.homepage-latest-grid>.blog-card:nth-child(3),section.homepage-latest-grid>.blog-card:nth-child(4),section.homepage-latest-grid>.blog-card:nth-child(5),section.homepage-latest-grid>.blog-card:nth-child(6),section.homepage-latest-grid>.blog-card:nth-child(n+1),section.homepage-latest-grid>.blog-card:nth-child(n+5),section.homepage-latest-grid>.blog-card:not(:nth-child(n+5)){grid-column:auto!important;grid-row:auto!important;justify-self:stretch!important;align-self:stretch!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;position:relative!important;display:flex!important;flex-direction:column!important;transform:none!important}section.homepage-latest-grid>.blog-card:nth-child(n+1):hover{transform:translateY(-4px)!important}section.homepage-latest-grid>.blog-card .blog-card-art,section.homepage-latest-grid>.blog-card:nth-child(n+5) .blog-card-art,section.homepage-latest-grid>.blog-card:not(:nth-child(n+5)) .blog-card-art{position:relative!important;inset:auto!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;height:220px!important;min-height:220px!important;max-height:none!important;flex:0 0 220px!important;display:block!important}section.homepage-latest-grid>.blog-card .blog-card-body,section.homepage-latest-grid>.blog-card:nth-child(n+5) .blog-card-body,section.homepage-latest-grid>.blog-card:not(:nth-child(n+5)) .blog-card-body{position:relative!important;inset:auto!important;grid-column:auto!important;grid-row:auto!important;width:auto!important;height:auto!important;min-height:0!important;padding:22px!important;display:flex!important;flex:1 1 auto!important;flex-direction:column!important}section.homepage-latest-grid>.blog-card .blog-card-body .blog-meta,section.homepage-latest-grid>.blog-card:nth-child(n+5) .blog-card-body .blog-meta,section.homepage-latest-grid>.blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta{position:relative!important;inset:auto!important;order:0!important;display:flex!important;gap:16px!important;margin:0!important;width:auto!important;height:auto!important}section.homepage-latest-grid>.blog-card .blog-card-body h2,section.homepage-latest-grid>.blog-card:nth-child(n+5) .blog-card-body h2,section.homepage-latest-grid>.blog-card:not(:nth-child(n+5)) .blog-card-body h2{position:relative!important;inset:auto!important;order:0!important;margin:13px 0 10px!important;font-size:24px!important;line-height:1.05!important}section.homepage-latest-grid>.blog-card .blog-read-link,section.homepage-latest-grid>.blog-card:nth-child(n+5) .blog-read-link,section.homepage-latest-grid>.blog-card:not(:nth-child(n+5)) .blog-read-link{position:relative!important;inset:auto!important;width:auto!important;height:auto!important;min-height:0!important;margin-top:auto!important;transform:none!important;display:flex!important}section.homepage-latest-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;justify-items:stretch!important}section.homepage-latest-grid>.homepage-latest-item,section.homepage-latest-grid>.homepage-latest-item:nth-child(n){grid-column:auto!important;grid-row:auto!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;align-self:stretch!important;justify-self:stretch!important;display:flex!important}section.homepage-latest-grid>.homepage-latest-item>.blog-card,section.homepage-latest-grid>.homepage-latest-item>.blog-card:nth-child(n),section.homepage-latest-grid>.homepage-latest-item>.blog-card:nth-child(n+5),section.homepage-latest-grid>.homepage-latest-item>.blog-card:not(:nth-child(n+5)){width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;display:flex!important;flex-direction:column!important;flex:1 1 auto!important;grid-column:auto!important;grid-row:auto!important}@media(max-width:1000px){section.homepage-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){section.homepage-latest-grid{grid-template-columns:1fr!important}}.homepage-latest-grid.blog-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;justify-items:stretch!important;grid-auto-flow:row!important}.homepage-latest-grid.blog-grid>.blog-card,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n),.homepage-latest-grid.blog-grid>.blog-card:nth-child(n+5),.homepage-latest-grid.blog-grid>.blog-card:not(:nth-child(n+5)){grid-column:auto!important;grid-row:auto!important;justify-self:stretch!important;align-self:stretch!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;position:relative!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;transform:none!important}.homepage-latest-grid.blog-grid>.blog-card:hover{transform:translateY(-4px)!important}.homepage-latest-grid.blog-grid>.blog-card .blog-card-art,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n) .blog-card-art,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n+5) .blog-card-art,.homepage-latest-grid.blog-grid>.blog-card:not(:nth-child(n+5)) .blog-card-art{position:relative!important;inset:auto!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;height:220px!important;min-height:220px!important;max-height:none!important;flex:0 0 220px!important;display:block!important;opacity:1!important}.homepage-latest-grid.blog-grid>.blog-card .blog-card-body,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n) .blog-card-body,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n+5) .blog-card-body,.homepage-latest-grid.blog-grid>.blog-card:not(:nth-child(n+5)) .blog-card-body{position:relative!important;inset:auto!important;grid-column:auto!important;grid-row:auto!important;width:auto!important;height:auto!important;min-height:0!important;padding:22px!important;display:flex!important;flex:1 1 auto!important;flex-direction:column!important}.homepage-latest-grid.blog-grid>.blog-card .blog-category{position:absolute!important;left:16px!important;top:16px!important;max-width:calc(100% - 32px)!important}.homepage-latest-grid.blog-grid>.blog-card .blog-card-body .blog-meta,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n) .blog-card-body .blog-meta,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n+5) .blog-card-body .blog-meta,.homepage-latest-grid.blog-grid>.blog-card:not(:nth-child(n+5)) .blog-card-body .blog-meta,.homepage-latest-grid.blog-grid>.blog-card .blog-card-body h2,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n) .blog-card-body h2,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n+5) .blog-card-body h2,.homepage-latest-grid.blog-grid>.blog-card:not(:nth-child(n+5)) .blog-card-body h2{position:relative!important;inset:auto!important}.homepage-latest-grid.blog-grid>.blog-card .blog-card-body .blog-meta{display:flex!important;gap:16px!important;width:auto!important;height:auto!important;margin:0!important;white-space:normal!important}.homepage-latest-grid.blog-grid>.blog-card .blog-card-body h2{margin:13px 0 10px!important;font-size:24px!important;line-height:1.05!important}.homepage-latest-grid.blog-grid>.blog-card .blog-read-link,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n) .blog-read-link,.homepage-latest-grid.blog-grid>.blog-card:nth-child(n+5) .blog-read-link,.homepage-latest-grid.blog-grid>.blog-card:not(:nth-child(n+5)) .blog-read-link{position:relative!important;inset:auto!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin-top:auto!important;padding-top:15px!important;display:flex!important;transform:none!important}@media(max-width:1000px){.homepage-latest-grid.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.homepage-latest-grid.blog-grid{grid-template-columns:1fr!important;gap:18px!important}.homepage-latest-grid.blog-grid>.blog-card .blog-card-body h2{font-size:20px!important}}.homepage-latest-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;justify-items:stretch!important;grid-auto-flow:row!important;width:calc(100% - (var(--side) * 2))!important;margin-left:var(--side)!important;margin-right:var(--side)!important}.homepage-latest-grid>.blog-card,.homepage-latest-grid>.blog-card:nth-child(n),.homepage-latest-grid>.homepage-latest-item,.homepage-latest-grid>.homepage-latest-item:nth-child(n){grid-column:auto!important;grid-row:auto!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;justify-self:stretch!important;align-self:stretch!important;transform:none!important}.homepage-latest-grid>.blog-card,.homepage-latest-grid>.homepage-latest-item>.blog-card{position:relative!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.homepage-latest-grid>.blog-card .blog-card-art,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-art{position:relative!important;inset:auto!important;width:100%!important;height:220px!important;min-height:220px!important;flex:0 0 220px!important;opacity:1!important}.homepage-latest-grid>.blog-card .blog-card-body,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body{position:relative!important;inset:auto!important;min-height:0!important;height:auto!important;padding:22px!important;display:flex!important;flex:1 1 auto!important;flex-direction:column!important;justify-content:flex-start!important}.homepage-latest-grid>.blog-card .blog-card-body h2,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body h2,.homepage-latest-grid>.blog-card .blog-card-body .blog-meta,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body .blog-meta,.homepage-latest-grid>.blog-card .blog-read-link,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-read-link{position:relative!important;inset:auto!important;transform:none!important}.homepage-latest-grid>.blog-card .blog-card-body h2,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body h2{margin:13px 0 10px!important;font-size:24px!important;line-height:1.05!important;color:var(--ink)!important}.homepage-latest-grid>.blog-card .blog-card-body p,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body p{display:block!important}.homepage-latest-grid>.blog-card .blog-read-link,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-read-link{display:flex!important;width:auto!important;height:auto!important;min-height:0!important;margin-top:auto!important;padding-top:15px!important}.blog-card-art.has-uploaded-image:before,.featured-art.has-uploaded-image:before{display:none!important;content:none!important}.blog-card-art.has-uploaded-image,.featured-art.has-uploaded-image{background:#111!important}.blog-card-art.has-uploaded-image img,.featured-art.has-uploaded-image img{position:relative!important;z-index:1!important;width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}@media(max-width:1000px){.homepage-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.homepage-latest-grid{grid-template-columns:1fr!important;gap:18px!important}.homepage-latest-grid>.blog-card .blog-card-body h2,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body h2{font-size:20px!important}}.homepage-latest-grid,section.homepage-latest-grid{width:min(1440px,calc(100% - 48px))!important;max-width:min(1440px,calc(100% - 48px))!important;margin-left:auto!important;margin-right:auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important}@media(max-width:1100px){.homepage-latest-grid,section.homepage-latest-grid{width:calc(100% - 48px)!important;max-width:calc(100% - 48px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.homepage-latest-grid,section.homepage-latest-grid{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;grid-template-columns:1fr!important;gap:18px!important}}.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:74px!important;height:74px!important;min-width:74px!important;min-height:74px!important}@media(max-width:760px){.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important}}@media(min-width:761px){.navbar{width:min(1440px,calc(100% - 48px))!important;height:86px!important;top:14px!important;padding:0 18px 0 22px!important;display:grid!important;grid-template-columns:minmax(150px,1fr) auto minmax(74px,1fr)!important;align-items:center!important;gap:22px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:24px!important;background:linear-gradient(180deg,#1b1e25f5,#12141af5)!important;box-shadow:0 18px 50px #0000003d,inset 0 1px #ffffff0f!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.navbar .brand.brand-logo-only{height:82px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.navbar .brand.brand-logo-only .logo.brand-logo{width:104px!important;height:74px!important;min-width:104px!important;min-height:74px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important}.navbar .brand.brand-logo-only .logo.brand-logo img{width:104px!important;height:74px!important;min-width:104px!important;min-height:74px!important;display:block!important;object-fit:contain!important;object-position:left center!important;filter:drop-shadow(0 6px 10px rgba(0,0,0,.3))!important}.navbar .nav-links{height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:6px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:16px!important;background:#ffffff0b!important;box-shadow:inset 0 1px #ffffff0a!important}.navbar .nav-links a{min-height:38px!important;padding:0 18px!important;display:grid!important;place-items:center!important;border-radius:11px!important;color:#d7d9dc!important;font-size:13px!important;font-weight:1000!important;letter-spacing:.25px!important;text-transform:uppercase!important}.navbar .nav-links a:hover{color:#fff!important;background:#ffffff14!important}.navbar .nav-links a.active{color:#17130d!important;background:linear-gradient(180deg,#f4c868,#dca33c)!important;box-shadow:0 8px 18px #dca33c47,inset 0 1px #ffffff52!important}.navbar .nav-actions{min-width:74px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}.navbar .theme-toggle{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.13)!important;background:radial-gradient(circle at 35% 30%,#ffffff1f,#ffffff09)!important;color:#f4c868!important;box-shadow:inset 0 1px #ffffff12,0 10px 22px #0003!important;transform:none!important}.navbar .theme-toggle:hover{border-color:#f4c86873!important;background:#f4c8681f!important;box-shadow:0 10px 24px #f4c8681a!important;transform:none!important}.navbar .theme-toggle svg,.navbar .theme-icon{grid-area:1/1!important;width:22px!important;height:22px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2.25!important;stroke-linecap:round!important;stroke-linejoin:round!important;color:currentColor!important;background:none!important;box-shadow:none!important}html[data-theme=dark] .navbar{background:linear-gradient(180deg,#1b1e25f5,#12141af5)!important;border-color:#ffffff1f!important}html[data-theme=dark] .navbar .theme-toggle{color:#f4c868!important}html:not([data-theme=dark]) .navbar .theme-toggle{color:#f4c868!important}}@media(max-width:760px){html,body{width:100%!important;max-width:100%!important;overflow-x:clip!important}body{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}.navbar{width:100%!important;max-width:100%!important;min-width:0!important;height:76px!important;min-height:76px!important;margin:0!important;padding:4px max(10px,env(safe-area-inset-right)) 4px max(10px,env(safe-area-inset-left))!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}.navbar .brand.brand-logo-only{width:auto!important;max-width:132px!important;min-width:0!important;height:68px!important;overflow:hidden!important}.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:clamp(92px,31vw,132px)!important;max-width:100%!important;min-width:0!important;height:68px!important;min-height:0!important}.navbar .nav-links{display:none!important}.navbar .nav-actions{display:flex!important;gap:6px!important;min-width:0!important}.navbar .mobile-nav-action,.navbar .theme-toggle{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important}.page,.dab-hero.hero-carousel,.featured-post,.homepage-latest-grid,section.homepage-latest-grid,.blog-list-heading,.blog-grid,.tool-strip,.about-page .about-hero,.about-page .about-grid,.about-page .about-mission,.category-hero,.article-header,.article-cover,.blog-page .blog-hero,.simple-page .legal-copy{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;min-width:0!important;margin-left:14px!important;margin-right:14px!important}img,video,iframe,table,pre{max-width:100%!important}input,select,textarea,button{max-width:100%}.tool-actions,.newsletter-form{width:100%!important;min-width:0!important;flex-wrap:wrap!important}.footer-drawer-panel{width:min(92vw,390px)!important;max-width:calc(100% - 16px)!important;padding-bottom:calc(22px + env(safe-area-inset-bottom))!important}.mobile-bottom-nav{left:max(8px,env(safe-area-inset-left))!important;right:max(8px,env(safe-area-inset-right))!important;width:auto!important;max-width:none!important}}@media(max-width:360px){.navbar .mobile-search-action{display:none!important}.navbar .brand.brand-logo-only{max-width:124px!important}.page,.dab-hero.hero-carousel,.featured-post,.homepage-latest-grid,section.homepage-latest-grid,.blog-list-heading,.blog-grid,.tool-strip{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;margin-left:10px!important;margin-right:10px!important}}@media(max-width:760px){.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:clamp(92px,31vw,132px)!important;max-width:100%!important;height:68px!important;min-width:0!important;min-height:0!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important}}@media(max-width:760px){.navbar .brand.brand-logo-only{max-width:170px!important;overflow:visible!important}.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:clamp(138px,43vw,170px)!important;max-width:none!important}.dab-hero.hero-carousel{min-height:150px!important;height:150px!important;margin-top:10px!important;margin-bottom:12px!important;border-radius:16px!important}.dab-hero .hero-track,.dab-hero .hero-slide{min-height:150px!important;height:150px!important}.dab-hero .hero-slide{padding:20px 18px 30px!important;gap:12px!important}.dab-hero .hero-slide h1{font-size:clamp(24px,7.5vw,32px)!important;line-height:.98!important}.dab-hero .hero-slide p{display:none!important}.dab-hero .hero-pagination{bottom:10px!important;left:50%!important;transform:translate(-50%)!important}.featured-post{margin-top:10px!important;margin-bottom:12px!important;border-radius:14px!important}.blog-list-heading{padding:12px 0 10px!important}.blog-list-heading .eyebrow,.blog-list-heading p{display:none!important}.blog-list-heading h2{font-size:21px!important;line-height:1!important;letter-spacing:-.4px!important}.homepage-latest-grid,section.homepage-latest-grid{gap:10px!important}.homepage-latest-grid>.blog-card,.homepage-latest-grid>.homepage-latest-item>.blog-card{height:142px!important;min-height:142px!important;display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;grid-template-rows:142px!important;border-radius:14px!important;overflow:hidden!important}.homepage-latest-grid>.blog-card .blog-card-art,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-art{grid-column:1!important;grid-row:1!important;width:118px!important;height:142px!important;min-height:142px!important;flex:none!important;border-radius:0!important}.homepage-latest-grid>.blog-card .blog-art-code,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-art-code{font-size:44px!important}.homepage-latest-grid>.blog-card .blog-category,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-category{top:8px!important;left:8px!important;max-width:100px!important;padding:4px 6px!important;font-size:7px!important}.homepage-latest-grid>.blog-card .blog-card-body,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body{grid-column:2!important;grid-row:1!important;min-width:0!important;height:142px!important;padding:12px 11px 10px!important;display:flex!important;overflow:hidden!important}.homepage-latest-grid>.blog-card .blog-card-body .blog-meta,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body .blog-meta{min-height:10px!important;font-size:7px!important;line-height:1!important;gap:5px!important}.homepage-latest-grid>.blog-card .blog-card-body h2,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body h2{margin:8px 0 0!important;font-size:16px!important;line-height:1.04!important;letter-spacing:-.25px!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.homepage-latest-grid>.blog-card .blog-card-body p,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body p{display:none!important}.homepage-latest-grid>.blog-card .blog-read-link,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-read-link{min-height:22px!important;margin-top:auto!important;padding:4px 0 0!important;border-top:1px solid rgba(255,255,255,.1)!important;font-size:0!important;justify-content:flex-end!important}.homepage-latest-grid>.blog-card .blog-read-link span,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-read-link span{font-size:18px!important;line-height:1!important}.tool-strip{margin-top:14px!important;margin-bottom:16px!important;padding:18px!important;border-radius:16px!important}}@media(max-width:380px){.navbar .brand.brand-logo-only{max-width:145px!important}.navbar .brand.brand-logo-only .logo.brand-logo,.navbar .brand.brand-logo-only .logo.brand-logo img{width:145px!important}.homepage-latest-grid>.blog-card,.homepage-latest-grid>.homepage-latest-item>.blog-card{grid-template-columns:104px minmax(0,1fr)!important}.homepage-latest-grid>.blog-card .blog-card-art,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-art{width:104px!important}}@media(max-width:760px){.dab-hero.hero-carousel,.dab-hero .hero-track,.dab-hero .hero-slide{height:112px!important;min-height:112px!important}.dab-hero.hero-carousel{margin-top:6px!important;margin-bottom:10px!important}.dab-hero .hero-slide{padding:14px 16px 25px!important}.dab-hero .hero-slide h1{max-width:270px!important;font-size:22px!important;line-height:1!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featured-post{height:92px!important;min-height:92px!important;display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;overflow:hidden!important}.featured-post .featured-art{width:92px!important;height:92px!important;min-height:92px!important}.featured-post .featured-content{height:92px!important;min-width:0!important;padding:10px 38px 9px 11px!important;overflow:hidden!important}.featured-post .featured-content h2{margin:5px 0 3px!important;font-size:15px!important;line-height:1.04!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featured-post .featured-content p{margin:0!important;font-size:9px!important;line-height:1.25!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featured-post .featured-content .btn{display:none!important}.blog-list-heading{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.blog-list-heading .section-view-all{display:block!important;flex:none!important;color:var(--gold)!important;font-size:9px!important;font-weight:1000!important;text-transform:uppercase!important}.homepage-latest-grid,section.homepage-latest-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.homepage-latest-grid>.blog-card,.homepage-latest-grid>.homepage-latest-item>.blog-card{width:100%!important;height:190px!important;min-height:190px!important;display:flex!important;flex-direction:column!important;border-radius:13px!important;overflow:hidden!important}.homepage-latest-grid>.blog-card .blog-card-art,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-art{position:relative!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;height:105px!important;min-height:105px!important;flex:0 0 105px!important;border-radius:0!important}.homepage-latest-grid>.blog-card .blog-category,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-category{top:7px!important;left:7px!important;max-width:calc(100% - 14px)!important;padding:3px 5px!important;font-size:6px!important}.homepage-latest-grid>.blog-card .blog-card-body,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body{position:relative!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;height:85px!important;min-height:85px!important;flex:0 0 85px!important;padding:8px 9px!important;overflow:hidden!important}.homepage-latest-grid>.blog-card .blog-card-body .blog-meta,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body .blog-meta{width:100%!important;min-height:7px!important;justify-content:space-between!important;font-size:6px!important}.homepage-latest-grid>.blog-card .blog-card-body h2,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body h2{margin:6px 0 0!important;font-size:13px!important;line-height:1.04!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.homepage-latest-grid>.blog-card .blog-card-body p,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body p,.homepage-latest-grid>.blog-card .blog-read-link,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-read-link{display:none!important}.tool-strip{grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important;min-height:104px!important;padding:13px!important}.tool-strip:before{content:"EX";width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(215,168,77,.35);border-radius:11px;background:#d7a84d1f;color:var(--gold);font-size:14px;font-weight:1000}.tool-strip .tool-actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.tool-strip .btn{min-height:34px!important;padding:0 8px!important;font-size:8px!important}}@media(max-width:340px){.homepage-latest-grid,section.homepage-latest-grid{gap:8px!important}.homepage-latest-grid>.blog-card,.homepage-latest-grid>.homepage-latest-item>.blog-card{height:178px!important;min-height:178px!important}.homepage-latest-grid>.blog-card .blog-card-art,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-art{height:96px!important;min-height:96px!important;flex-basis:96px!important}.homepage-latest-grid>.blog-card .blog-card-body,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body{height:82px!important;min-height:82px!important;flex-basis:82px!important;padding:7px!important}.homepage-latest-grid>.blog-card .blog-card-body h2,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body h2{font-size:12px!important}}@media(max-width:760px){.blog-list-heading .section-view-all{display:none!important}.homepage-latest-grid>.blog-card,.homepage-latest-grid>.homepage-latest-item>.blog-card{height:148px!important;min-height:148px!important;max-height:148px!important}.homepage-latest-grid>.blog-card .blog-card-art,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-art{height:82px!important;min-height:82px!important;max-height:82px!important;flex:0 0 82px!important;aspect-ratio:auto!important}.homepage-latest-grid>.blog-card .blog-card-body,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body{height:66px!important;min-height:66px!important;max-height:66px!important;flex:0 0 66px!important;padding:7px 8px 6px!important}.homepage-latest-grid>.blog-card .blog-card-body .blog-meta,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body .blog-meta{min-height:6px!important;font-size:5.5px!important;line-height:1!important}.homepage-latest-grid>.blog-card .blog-card-body h2,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body h2{margin:5px 0 0!important;font-size:11.5px!important;line-height:1.05!important;-webkit-line-clamp:3!important}.homepage-latest-grid>.blog-card .blog-art-code,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-art-code{font-size:30px!important}.homepage-latest-grid>.blog-card .blog-category,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-category{top:6px!important;left:6px!important;padding:3px 5px!important;font-size:5.5px!important}.tool-strip h2{font-size:16px!important;line-height:1.05!important}.tool-strip p{font-size:8.5px!important;line-height:1.3!important}}@media(max-width:340px){.homepage-latest-grid>.blog-card,.homepage-latest-grid>.homepage-latest-item>.blog-card{height:138px!important;min-height:138px!important;max-height:138px!important}.homepage-latest-grid>.blog-card .blog-card-art,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-art{height:76px!important;min-height:76px!important;max-height:76px!important;flex-basis:76px!important}.homepage-latest-grid>.blog-card .blog-card-body,.homepage-latest-grid>.homepage-latest-item>.blog-card .blog-card-body{height:62px!important;min-height:62px!important;max-height:62px!important;flex-basis:62px!important}}
