.dl-home{--brand:#296137;--brand-mid:#6fb87c;--brand-light:#9bd1a3;--brand-deep:#14361d;--brand-darker:#0d2614;--bg:#0a0d0a;--bg-2:#0f1310;--surface:#141a16;--surface-2:#1a211c;--border:#1f2a23;--border-2:#2c3b30;--ink:#f5f3ee;--ink-2:#b3b9b3;--ink-3:#8b918a;--ink-4:#797f78;--warm:#f4dfb5;--warm-deep:#c89a4a;--mint:#b8d8b8;--container:1200px;--font-sans:"Geist",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--font-mono:"Geist Mono",ui-monospace,monospace;--font-serif:"Instrument Serif",Georgia,serif;position:relative;min-height:100vh;font-family:var(--font-sans);background:var(--bg);color:var(--ink);font-size:16px;line-height:1.5;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}.dl-home *{box-sizing:border-box;margin:0;padding:0}.dl-home:before{content:"";position:fixed;top:-200px;left:50%;transform:translateX(-50%);width:1200px;height:800px;background:radial-gradient(ellipse,rgba(41,97,55,.1) 0,transparent 60%);pointer-events:none;z-index:0}.dl-home a{color:inherit;text-decoration:none}.dl-home button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.dl-home img,.dl-home svg{display:block;max-width:100%}.dl-home .container{max-width:var(--container);margin:0 auto;padding:0 32px;position:relative;z-index:1}.dl-home .eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.06em;color:var(--brand-mid);text-transform:uppercase}.dl-home .eyebrow-neutral{color:var(--ink-3)}.dl-home h1,.dl-home h2,.dl-home h3{font-family:var(--font-serif);font-weight:400;line-height:1.05;letter-spacing:-.015em;color:var(--ink)}.dl-home h1{font-size:clamp(48px,7vw,96px);line-height:.98}.dl-home h2{font-size:clamp(36px,4.5vw,64px)}.dl-home h3{font-size:clamp(28px,3vw,40px)}.dl-home h4{font-family:var(--font-sans);font-size:17px;font-weight:500;letter-spacing:-.01em;line-height:1.3;color:var(--ink)}.dl-home p{color:var(--ink-2)}.dl-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:999px;font-family:var(--font-sans);font-size:14px;font-weight:500;letter-spacing:-.005em;transition:all .2s ease;white-space:nowrap;border:1px solid transparent}.dl-home .btn-primary{background:var(--brand-mid);color:var(--bg)}.dl-home .btn-primary:hover{background:var(--brand-light);transform:translateY(-1px)}.dl-home .btn-secondary{background:transparent;color:var(--ink);border-color:var(--border-2)}.dl-home .btn-secondary:hover{border-color:var(--ink-2);background:hsla(0,0%,100%,.02)}.dl-home .btn-ghost{background:transparent;color:var(--ink-2);padding:8px 0}.dl-home .btn-ghost:hover{color:var(--ink)}.dl-home .btn-arrow:after{content:"→";transition:transform .2s ease}.dl-home .btn-arrow:hover:after{transform:translateX(3px)}.dl-home .nav{position:sticky;top:16px;z-index:50;margin:0 16px}.dl-home .nav-inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 24px;background:rgba(20,26,22,.7);backdrop-filter:saturate(140%) blur(16px);-webkit-backdrop-filter:saturate(140%) blur(16px);border:1px solid var(--border);border-radius:999px}.dl-home .logo{display:flex;align-items:center;gap:10px;font-weight:500;font-size:15px;letter-spacing:-.02em;color:var(--ink)}.dl-home .logo-mark{width:32px;height:32px;border-radius:8px;object-fit:cover;display:block}.dl-home .logo-word{height:20px;width:auto;display:block}.dl-home .logo-mark:after{content:"";position:absolute;inset:4px;border-radius:3px;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.2) 0)}.dl-home .nav-links{display:flex;gap:28px;font-size:14px;color:var(--ink-2);align-items:center}.dl-home .nav-links a{transition:color .15s ease}.dl-home .nav-links a:hover{color:var(--ink)}.dl-home .nav-dd{position:relative;display:inline-flex}.dl-home .nav-dd-trigger{display:inline-flex;align-items:center;gap:5px;background:none;border:0;padding:0;margin:0;cursor:pointer;font-family:inherit;font-size:14px;color:var(--ink-2);transition:color .15s ease}.dl-home .nav-dd:focus-within .nav-dd-trigger,.dl-home .nav-dd:hover .nav-dd-trigger{color:var(--ink)}.dl-home .nav-dd-chev{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.dl-home .nav-dd:focus-within .nav-dd-chev,.dl-home .nav-dd:hover .nav-dd-chev{transform:rotate(180deg)}.dl-home .nav-dd:after{content:"";position:absolute;top:100%;left:-8px;right:-8px;height:12px}.dl-home .nav-dd-menu{position:absolute;top:100%;left:50%;min-width:190px;display:flex;flex-direction:column;gap:2px;padding:8px;border-radius:14px;background:var(--surface);border:1px solid var(--border-2);box-shadow:0 24px 54px -28px rgba(0,0,0,.75);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(2px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.dl-home .nav-dd:focus-within .nav-dd-menu,.dl-home .nav-dd:hover .nav-dd-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(9px)}.dl-home .nav-dd-menu a{padding:9px 12px;border-radius:9px;font-size:13.5px;color:var(--ink-2);white-space:nowrap;transition:background .15s ease,color .15s ease}.dl-home .nav-dd-menu a:hover{background:var(--surface-2);color:var(--ink)}.dl-home .faq{padding:64px 0 96px}.dl-home .faq-head{max-width:720px;margin:0 auto 32px;text-align:center}.dl-home .faq-badge{display:inline-block;margin-bottom:18px;font-family:var(--font-mono);font-size:12.5px;letter-spacing:.01em;color:var(--brand-light);background:rgba(111,184,124,.1);border:1px solid rgba(111,184,124,.32);padding:6px 14px;border-radius:999px}.dl-home .faq-head h1{font-size:clamp(32px,4.4vw,50px);line-height:1.03;margin-bottom:0}.dl-home .faq-layout{display:grid;grid-template-columns:218px minmax(0,1fr);gap:56px;max-width:1040px;margin:0 auto;align-items:start}.dl-home .faq-toc-sentinel{height:0}.dl-home .faq-toc-col{position:sticky;top:104px;align-self:start}.dl-home .faq-toc{display:flex;flex-direction:column;gap:1px}.dl-home .faq-toc a{display:block;text-align:left;font-family:var(--font-mono);font-size:12.5px;line-height:1.4;color:var(--ink-3);padding:8px 12px 8px 14px;border-radius:8px;border-left:2px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}.dl-home .faq-toc a:hover{color:var(--ink-2);background:var(--surface)}.dl-home .faq-toc a.on{color:var(--brand-light);background:rgba(111,184,124,.08);border-left-color:var(--brand)}.dl-home .faq-body{min-width:0;max-width:740px}.dl-home .faq-sec{scroll-margin-top:118px}@media (max-width:900px){.dl-home .faq-layout{display:block;max-width:760px}.dl-home .faq-toc-col{display:contents}.dl-home .faq-toc{position:sticky;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;gap:8px;top:78px;z-index:20;margin:0 0 36px;padding:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;border:1px solid transparent;border-radius:14px;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,backdrop-filter .2s ease}.dl-home .faq-toc::-webkit-scrollbar{display:none}.dl-home .faq-toc.stuck{background:rgba(9,13,10,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:var(--border);box-shadow:0 16px 34px -22px rgba(0,0,0,.7)}.dl-home .faq-toc a{flex:0 0 auto;white-space:nowrap;font-size:12px;text-align:center;color:var(--ink-2);background:var(--surface);border-left-width:1px;padding:7px 13px;border-radius:999px;border:1px solid var(--border-2)}.dl-home .faq-toc a:hover{color:var(--ink);border-color:var(--ink-3);background:var(--surface)}.dl-home .faq-toc a.on{color:var(--brand-light);border-color:rgba(111,184,124,.4);background:rgba(111,184,124,.1)}.dl-home .faq-body{max-width:760px}.dl-home .faq-sec{scroll-margin-top:150px}}.dl-home .faq-sec+.faq-sec{margin-top:40px}.dl-home .faq-sec>h2{font-size:clamp(26px,3vw,34px);margin-bottom:4px;padding-bottom:14px;border-bottom:1px solid var(--border)}.dl-home .faq-item{padding:24px 0;border-bottom:1px solid var(--border)}.dl-home .faq-q{font-family:var(--font-sans);font-size:17px;font-weight:600;letter-spacing:-.01em;color:var(--ink);margin-bottom:10px;line-height:1.4}.dl-home .faq-a{font-size:15px;line-height:1.65;color:var(--ink-2);margin-bottom:10px}.dl-home .faq-a:last-of-type{margin-bottom:0}.dl-home .faq-a code{font-family:var(--font-mono);font-size:.9em;background:var(--surface);border:1px solid var(--border);border-radius:5px;padding:1px 5px}.dl-home .faq-a mark{background:transparent;color:var(--brand-light);font-weight:600}.dl-home .faq-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:14px}.dl-home .faq-links-label{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3)}.dl-home .faq-links a{font-size:13px;color:var(--brand-light);border-bottom:1px solid transparent;transition:border-color .15s ease}.dl-home .faq-links a:hover{border-bottom-color:var(--brand-light)}@media (max-width:600px){.dl-home .faq{padding:40px 0 64px}.dl-home .faq-sec+.faq-sec{margin-top:32px}}.dl-home .nav-cta{display:flex;gap:8px;align-items:center}.dl-home .nav-cta .btn{padding:8px 16px;font-size:13px}.dl-home .nav-toggle{display:none;width:40px;height:40px;border-radius:999px;border:1px solid var(--border-2);background:hsla(0,0%,100%,.02);flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.dl-home .nav-toggle span{width:17px;height:1.5px;border-radius:2px;background:var(--ink);display:block}.dl-home .nav-close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border-2);background:transparent;cursor:pointer}.dl-home .nav-close svg{width:20px;height:20px;fill:none;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round}.dl-home .nav-menu{position:fixed;inset:0;z-index:60;background:#0a0f0b;padding:16px 20px 40px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;overflow-y:auto}.dl-home .nav-menu.open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .22s ease,transform .22s ease}.dl-home .nav-menu-bar{display:flex;align-items:center;justify-content:space-between;height:48px;margin-bottom:20px}.dl-home .nav-menu-list{display:flex;flex-direction:column}.dl-home .nav-group{border-bottom:1px solid var(--border)}.dl-home .nav-group-btn,.dl-home .nav-menu-link{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 4px;font-family:var(--font-serif);font-size:24px;letter-spacing:-.01em;color:var(--ink);background:transparent;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left}.dl-home .nav-group{border-bottom:none}.dl-home .nav-group-btn{border-bottom:1px solid var(--border)}.dl-home .nav-group-btn .chev{width:22px;height:22px;flex-shrink:0;fill:none;stroke:var(--ink-3);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease}.dl-home .nav-group.open .nav-group-btn .chev{transform:rotate(180deg);stroke:var(--brand-light)}.dl-home .nav-sub{overflow:hidden;max-height:0;transition:max-height .3s ease}.dl-home .nav-group.open .nav-sub{max-height:340px}.dl-home .nav-sub a{display:block;padding:13px 4px 13px 6px;font-size:16px;color:var(--ink-2);transition:color .15s ease}.dl-home .nav-sub a:first-child{padding-top:4px}.dl-home .nav-sub a:last-child{padding-bottom:22px}.dl-home .nav-sub a:hover{color:var(--brand-light)}.dl-home .hero{padding:104px 0 60px;text-align:center;position:relative}.dl-home .hero-inner{max-width:1000px;margin:0 auto}.dl-home .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(111,184,124,.06);border:1px solid rgba(111,184,124,.16);border-radius:999px;margin-bottom:32px;font-size:12px;font-family:var(--font-mono);color:var(--brand-mid);font-weight:500;letter-spacing:.04em}.dl-home .hero-bfs{align-items:center;gap:11px;padding:6px 16px 6px 7px;background:rgba(111,184,124,.07);border:1px solid rgba(111,184,124,.18);border-radius:999px;margin-bottom:28px}.dl-home .bfs-chips,.dl-home .hero-bfs{display:inline-flex}.dl-home .bfs-chip{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px rgba(0,0,0,.28)}.dl-home .bfs-chip svg{width:16px;height:16px;display:block}.dl-home .bfs-chip-shop{background:#f4f7ef}.dl-home .bfs-chip-gem{background:#eaf4fc;margin-left:-9px}.dl-home .bfs-divider{width:1px;height:16px;background:var(--border-2)}.dl-home .bfs-label{font-family:var(--font-sans);font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--ink)}.dl-home .hero-badge .dot{width:6px;height:6px;background:var(--brand-mid);border-radius:50%;animation:dl-pulse 2.4s ease-in-out infinite}@keyframes dl-pulse{0%,to{opacity:.6;box-shadow:0 0 0 0 rgba(111,184,124,.4)}50%{opacity:1;box-shadow:0 0 0 6px rgba(111,184,124,0)}}.dl-home .hero h1{margin-bottom:28px}.dl-home .hero h1 .accent{font-style:italic;color:var(--brand-light)}.dl-home .hero-sub{font-size:clamp(17px,1.5vw,21px);color:var(--ink-2);max-width:620px;margin:0 auto 44px;line-height:1.5}.dl-home .hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.dl-home .hero-ctas:last-child{margin-bottom:0}.dl-home .hero-proof{display:inline-flex;align-items:center;gap:16px;font-size:15px;color:var(--ink-2);font-family:var(--font-mono)}.dl-home .hero-proof .stars{color:#e6b325;letter-spacing:1.5px;font-size:17px}.dl-home .hero-proof .divider{width:1px;height:14px;background:var(--border-2)}.dl-home .trust{padding:24px 0 60px}.dl-home .trust-label{text-align:center;font-size:12px;color:var(--ink-4);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;margin-bottom:32px}.dl-home .trust-rule{display:flex;align-items:center;justify-content:center;gap:22px;max-width:640px;margin:0 auto 40px}.dl-home .trust-rule:after,.dl-home .trust-rule:before{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--border-2,var(--border)),transparent)}.dl-home .trust-rule span{flex:none;font-size:13px;color:var(--ink-2);letter-spacing:.01em;white-space:nowrap}@media (max-width:560px){.dl-home .trust-rule{gap:14px;max-width:100%}.dl-home .trust-rule span{font-size:12px;white-space:normal;text-align:center}}.dl-home .logos{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px;opacity:.5}.dl-home .logo-placeholder{height:24px;width:110px;background:var(--ink-3);border-radius:4px;opacity:.3;mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent)}.dl-home .chapters{padding:56px 0 72px;position:relative}.dl-home .chapters-head{text-align:center;max-width:720px;margin:0 auto 64px}.dl-home .chapters-head .eyebrow{display:inline-block;margin-bottom:16px}.dl-home .chapters-head h2{margin-bottom:16px}.dl-home .chapters-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .chapters-head p{font-family:var(--font-serif);font-style:italic;font-size:clamp(18px,1.5vw,22px);color:var(--ink-3)}.dl-home .chapters-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;position:relative}.dl-home .flow-pulse{top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:12px;pointer-events:none;z-index:5;justify-content:center}.dl-home .flow-line,.dl-home .flow-pulse{position:absolute;display:flex;align-items:center}.dl-home .flow-line{inset:0}.dl-home .flow-line:after,.dl-home .flow-line:before{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(111,184,124,.3))}.dl-home .flow-line:after{background:linear-gradient(90deg,rgba(111,184,124,.3),transparent)}.dl-home .flow-dot{width:8px;height:8px;background:var(--brand-mid);border-radius:50%;box-shadow:0 0 12px var(--brand-mid),0 0 20px rgba(111,184,124,.4);animation:dl-flow 3.5s ease-in-out infinite;position:relative;z-index:1}@keyframes dl-flow{0%{transform:translateX(-40px) scale(.8);opacity:.4}50%{transform:translateX(0) scale(1.1);opacity:1}to{transform:translateX(40px) scale(.8);opacity:.4}}.dl-home .ch-card{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:36px 32px 32px;position:relative;overflow:hidden;display:flex;flex-direction:column}.dl-home .ch-card:before{content:"";position:absolute;top:25%;width:380px;height:320px;pointer-events:none;filter:blur(60px);opacity:.6;z-index:0}.dl-home .ch-card.warm:before{background:radial-gradient(ellipse,hsla(40,74%,83%,.28) 0,rgba(200,154,74,.1) 40%,transparent 70%);right:-40%}.dl-home .ch-card.mint:before{background:radial-gradient(ellipse,rgba(111,184,124,.3) 0,rgba(155,209,163,.12) 40%,transparent 70%);left:-40%}.dl-home .ch-meta{display:flex;align-items:baseline;gap:14px;margin-bottom:8px;position:relative;z-index:1}.dl-home .ch-num{font-family:var(--font-serif);font-style:italic;font-size:38px;color:var(--brand-light);line-height:1}.dl-home .ch-tag{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.dl-home .ch-title{font-family:var(--font-serif);font-size:clamp(40px,4.5vw,60px);letter-spacing:-.02em;line-height:1;margin-bottom:8px;position:relative;z-index:1}.dl-home .ch-title .it{font-style:italic;color:var(--brand-light)}.dl-home .ch-tagline{font-family:var(--font-serif);font-style:italic;font-size:21px;color:var(--ink-2);margin-bottom:28px;position:relative;z-index:1}.dl-home .scene{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px 0 16px}.dl-home .pill{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;font-size:13px;font-weight:500}.dl-home .pill-warm{background:var(--warm);color:#4a3617}.dl-home .pill-mint{background:var(--mint);color:#16331f}.dl-home .pill-icon{width:22px;height:22px;border-radius:50%;background:rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dl-home .pill-icon svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.dl-home .pill-meta{margin-left:auto;font-family:var(--font-mono);font-size:12px;font-weight:500;opacity:.7}.dl-home .scene-card{border-radius:18px;padding:18px 20px;width:100%;max-width:320px;position:relative}.dl-home .scene-card.cream{background:#f4f1e8;color:#1a1410}.dl-home .scene-card.green{background:#e8efe6;color:#16201a}.dl-home .customer-chip{display:flex;align-items:center;gap:8px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08)}.dl-home .customer-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.04em;flex-shrink:0}.dl-home .scene-card.cream .customer-avatar{background:#d4c8a8;color:#4a3617}.dl-home .scene-card.green .customer-avatar{background:#c0d4be;color:#16331f}.dl-home .customer-info{display:flex;flex-direction:column;gap:1px;line-height:1.2}.dl-home .customer-name{font-weight:500;font-size:13px}.dl-home .customer-stage{font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase;opacity:.55}.dl-home .scene-card-row{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:13px}.dl-home .scene-card-row+.scene-card-row{border-top:1px solid rgba(0,0,0,.06)}.dl-home .scene-card-thumb{width:28px;height:28px;border-radius:6px;flex-shrink:0}.dl-home .scene-card.cream .scene-card-thumb{background:#d4c8a8}.dl-home .scene-card.green .scene-card-thumb{background:#c0d4be}.dl-home .scene-card-name{font-weight:500}.dl-home .scene-card-meta{font-size:11px;opacity:.55}.dl-home .scene-card-price{margin-left:auto;font-weight:500}.dl-home .scene-card-old{text-decoration:line-through;opacity:.4;font-weight:400;margin-right:6px;font-size:12px}.dl-home .scene-card-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:10px;margin-top:8px;border-top:1px solid rgba(0,0,0,.08)}.dl-home .scene-card-total .num{font-family:var(--font-serif);font-size:24px;line-height:1}.dl-home .checkout-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;margin-bottom:6px;border-bottom:1px solid rgba(0,0,0,.08)}.dl-home .checkout-title{font-weight:600;font-size:13px;letter-spacing:-.01em}.dl-home .checkout-lock{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:10px;letter-spacing:.02em;text-transform:uppercase;color:#5a7a5e}.dl-home .checkout-lock svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:1.8}.dl-home .scene-card.cream .scene-card-thumb{display:flex;align-items:flex-start;justify-content:flex-end;position:relative}.dl-home .scene-card-qty{position:absolute;top:-7px;right:-7px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#1a1410;color:#f4f1e8;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;line-height:1}.dl-home .checkout-summary{padding-top:12px;margin-top:8px;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:7px}.dl-home .summary-row{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:inherit}.dl-home .summary-row>span:first-child{opacity:.6}.dl-home .summary-row.discount{color:#2e7d4f}.dl-home .summary-row.discount>span:first-child{opacity:1;font-weight:500}.dl-home .summary-row.discount>span:last-child{font-weight:600}.dl-home .summary-row .pts{color:#2e7d4f;font-weight:600;opacity:1}.dl-home .summary-code{display:inline-flex;align-items:center;margin-left:6px;padding:1px 6px;border-radius:4px;background:rgba(46,125,79,.12);color:#2e7d4f;font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.03em}.dl-home .checkout-total-label{font-size:13px;font-weight:600}.dl-home .checkout-btn{width:100%;margin-top:14px;padding:11px 16px;border-radius:10px;background:#1a1410;color:#f4f1e8;font-family:var(--font-sans);font-size:13px;font-weight:500;letter-spacing:-.005em;transition:background .2s ease}.dl-home .checkout-btn:hover{background:#2b231b}.dl-home .scene-card.green .checkout-btn{background:var(--brand);color:#eaf2ea}.dl-home .scene-card.green .checkout-btn:hover{background:#2f6e3f}.dl-home .tier-display{text-align:center;margin-bottom:8px}.dl-home .tier-points{font-family:var(--font-serif);font-size:28px;line-height:1}.dl-home .tier-sub{font-family:var(--font-serif);font-style:italic;font-size:13px;opacity:.55;margin-top:2px}.dl-home .tier-bar{height:5px;background:rgba(0,0,0,.1);border-radius:999px;margin:12px 0 8px;overflow:hidden}.dl-home .tier-bar-fill{height:100%;width:62%;background:var(--brand);border-radius:999px}.dl-home .tier-row-meta{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:10px;opacity:.55;letter-spacing:.04em}.dl-home .chip-row{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.dl-home .chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:11px;font-family:var(--font-mono);font-weight:500;letter-spacing:.02em}.dl-home .chip-warm{background:hsla(40,74%,83%,.14);color:var(--warm)}.dl-home .chip-mint{background:rgba(111,184,124,.16);color:var(--brand-light)}.dl-home .ch-cta{margin-top:auto;padding-top:24px;display:flex;justify-content:center;position:relative;z-index:1}.dl-home .ch-cta a{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--ink);border:1px solid var(--border-2);padding:10px 18px;border-radius:999px;transition:all .2s ease}.dl-home .ch-cta a:hover{border-color:var(--brand-mid);color:var(--brand-light)}.dl-home .ch-cta a:after{content:"→";transition:transform .2s ease}.dl-home .ch-cta a:hover:after{transform:translateX(3px)}.dl-home .why{padding:72px 0}.dl-home .why-head{text-align:center;max-width:640px;margin:0 auto 28px}.dl-home .why-head .eyebrow{display:inline-block;margin-bottom:14px;color:var(--brand-light)}.dl-home .why-head h2{font-size:clamp(32px,3.4vw,46px);line-height:1.02;margin-bottom:14px}.dl-home .why-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .why-head .why-lead{font-family:var(--font-serif);font-style:italic;font-size:clamp(17px,1.4vw,20px);color:var(--ink-3);line-height:1.5;max-width:600px;margin:0 auto}.dl-home .why-card{background:linear-gradient(135deg,var(--brand-darker) 0,#102a17 100%);border:1px solid rgba(111,184,124,.15);border-radius:28px;padding:48px 52px;display:grid;grid-template-columns:.92fr 1fr;gap:56px;position:relative;overflow:hidden}.dl-home .why-card:before{content:"";position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(111,184,124,.12) 0,transparent 60%);pointer-events:none}.dl-home .why-card:after{content:"";position:absolute;bottom:-100px;left:-100px;width:380px;height:380px;background:radial-gradient(circle,rgba(41,97,55,.18) 0,transparent 60%);pointer-events:none}.dl-home .why-text{position:relative;z-index:1;display:flex;flex-direction:column}.dl-home .why-slides{position:relative;flex:1;min-height:240px}.dl-home .why-nav{margin-top:32px}.dl-home .why-progress{height:2px;background:rgba(155,209,163,.12);border-radius:999px;overflow:hidden;margin-bottom:20px}.dl-home .why-progress-fill{height:100%;width:100%;background:var(--brand-mid);border-radius:999px;transform-origin:left;animation:whyFill 10s linear forwards}@keyframes whyFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.dl-home .why-tabs{display:flex;gap:0;border-top:1px solid rgba(155,209,163,.12)}.dl-home .why-tab{flex:1;padding:16px 0 0;font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;color:var(--ink-3);cursor:pointer;transition:color .2s ease;text-align:left;position:relative}.dl-home .why-tab:hover{color:var(--ink-2)}.dl-home .why-tab.active{color:var(--brand-light)}.dl-home .why-tab.active:before{content:"";position:absolute;top:-1px;left:0;right:12px;height:1px;background:var(--brand-light)}.dl-home .why-visual{position:relative;z-index:1;min-height:300px;display:flex}.dl-home .why-slide,.dl-home .why-vis-slide{position:absolute;inset:0;opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.dl-home .why-slide{display:flex;flex-direction:column}.dl-home .why-vis-slide{display:flex;align-items:center}.dl-home .why-slide.active,.dl-home .why-vis-slide.active{opacity:1;transform:translateY(0);pointer-events:auto}.dl-home .why-vis-slide .why-vis{margin-top:0;max-width:none;width:100%}.dl-home .why-slide-num{font-family:var(--font-serif);font-style:italic;font-size:80px;color:var(--brand-mid);line-height:.85;margin-bottom:18px;opacity:.85}.dl-home .why-slide h3{font-family:var(--font-serif);font-size:clamp(28px,3vw,40px);line-height:1.05;letter-spacing:-.02em;margin-bottom:16px;max-width:380px}.dl-home .why-slide h3 .it{font-style:italic;color:var(--brand-light)}.dl-home .why-slide>p{font-size:15px;line-height:1.65;color:var(--ink-2);max-width:420px;margin-bottom:28px}.dl-home .why-vis{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 20px;max-width:380px;margin-top:auto}.dl-home .why-vis-h{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:12px}.dl-home .why-vis-h .live{display:inline-flex;align-items:center;gap:6px;color:var(--brand-mid)}.dl-home .why-vis-h .live:before{content:"";width:6px;height:6px;background:var(--brand-mid);border-radius:50%;animation:dl-pulse 1.6s ease-in-out infinite}.dl-home .why-chat-row{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-2);padding:6px 0}.dl-home .why-chat-av{width:22px;height:22px;border-radius:5px;flex-shrink:0}.dl-home .why-chat-av.merchant{background:var(--warm-deep)}.dl-home .why-chat-av.team{background:var(--brand-mid)}.dl-home .why-chat-typing{display:inline-flex;gap:3px;margin-left:6px}.dl-home .why-chat-typing span{width:3px;height:3px;background:var(--brand-mid);border-radius:50%;animation:dl-typing 1.4s ease-in-out infinite}.dl-home .why-chat-typing span:nth-child(2){animation-delay:.2s}.dl-home .why-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes dl-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.dl-home .why-vis-stat{display:flex;justify-content:space-between;align-items:baseline;padding-top:12px;margin-top:12px;border-top:1px solid var(--border)}.dl-home .why-vis-stat-label{font-size:12px;color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.04em}.dl-home .why-vis-stat-num{font-family:var(--font-serif);font-size:22px;color:var(--brand-light);font-style:italic}.dl-home .why-code{font-family:var(--font-mono);font-size:13px;line-height:1.7;color:var(--ink-2)}.dl-home .why-code .kw{color:var(--brand-light)}.dl-home .why-code .str{color:var(--warm)}.dl-home .why-code .ind{display:inline-block;width:16px}.dl-home .why-code-ok{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:4px 10px;background:rgba(111,184,124,.1);border-radius:999px;font-family:var(--font-mono);font-size:11px;color:var(--brand-mid);letter-spacing:.04em}.dl-home .why-code-ok:before{content:"✓"}.dl-home .why-roadmap{display:flex;align-items:center;gap:0;padding:8px 0;position:relative}.dl-home .why-stage{flex:1;text-align:center;font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--ink-3);padding:6px 0;position:relative}.dl-home .why-stage:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%) translateY(-12px);width:10px;height:10px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border-2)}.dl-home .why-stage.done{color:var(--ink-2)}.dl-home .why-stage.done:before{background:var(--brand);border-color:var(--brand)}.dl-home .why-stage.current{color:var(--brand-light)}.dl-home .why-stage.current:before{background:var(--brand-mid);border-color:var(--brand-mid);box-shadow:0 0 0 4px rgba(111,184,124,.18)}.dl-home .why-roadmap-line{position:absolute;top:0;left:12%;right:12%;height:1px;background:var(--border-2)}.dl-home .why-roadmap-line-fill{position:absolute;top:0;left:0;width:50%;height:100%;background:var(--brand-mid)}.dl-home .why-request{font-size:13px;color:var(--ink-2);margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.dl-home .why-request strong{color:var(--ink);font-weight:500}.dl-home .why-migrate{display:flex;align-items:center;gap:14px;margin-bottom:16px}.dl-home .why-mig-box{flex:1;text-align:center;padding:12px 8px;background:var(--surface-2);border:1px solid var(--border-2);border-radius:10px;font-size:12px;color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.04em}.dl-home .why-mig-box.target{background:rgba(111,184,124,.08);border-color:rgba(111,184,124,.3);color:var(--brand-light)}.dl-home .why-mig-arrow{color:var(--brand-mid);font-size:16px}.dl-home .why-mig-list{display:flex;flex-direction:column;gap:6px}.dl-home .why-mig-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2)}.dl-home .why-mig-item:before{content:"✓";color:var(--brand-mid);font-size:12px}.dl-home .plus-slack{padding:84px 0}.dl-home .plus-card{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:56px;display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:center;position:relative;overflow:hidden}.dl-home .plus-card:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(111,184,124,.1) 0,transparent 60%);pointer-events:none}.dl-home .plus-text{position:relative;z-index:1}.dl-home .plus-text .eyebrow{display:inline-block;margin-bottom:16px}.dl-home .plus-text h3{margin-bottom:16px;font-size:clamp(28px,3vw,40px)}.dl-home .plus-text h3 .accent{font-style:italic;color:var(--brand-light)}.dl-home .plus-text p{font-size:16px;margin-bottom:28px;max-width:480px;line-height:1.6}.dl-home .plus-tags{display:flex;gap:8px;flex-wrap:wrap}.dl-home .plus-tag{padding:6px 12px;background:rgba(155,209,163,.06);border:1px solid rgba(155,209,163,.16);border-radius:999px;font-size:12px;color:var(--brand-light);font-family:var(--font-mono);letter-spacing:.02em}.dl-home .plus-visual{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.dl-home .plus-eyebrow-badge{display:inline-flex;align-items:center;padding:9px 18px;border-radius:12px;background:#fff;margin-bottom:22px}.dl-home .plus-eyebrow-logo{height:30px;width:auto;display:block}.dl-home .plus-chat{width:100%;max-width:358px;background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--border-2);border-radius:18px;padding:16px;box-shadow:0 30px 60px -30px rgba(0,0,0,.8)}.dl-home .plus-chat-top{display:flex;align-items:center;gap:5px;padding-bottom:13px;margin-bottom:15px;border-bottom:1px solid var(--border)}.dl-home .plus-chat-hash{color:var(--ink-3);font-weight:600;font-size:14px}.dl-home .plus-chat-ch{font-size:13px;font-weight:600;color:var(--ink)}.dl-home .plus-chat-live{margin-left:auto;display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-light)}.dl-home .plus-chat-live i{width:6px;height:6px;border-radius:50%;background:var(--brand-mid)}.dl-home .plus-chat-thread{display:flex;flex-direction:column;gap:12px}.dl-home .plus-chat-row{display:flex;align-items:flex-end;gap:9px}.dl-home .plus-chat-row.us{flex-direction:row-reverse}.dl-home .plus-chat-av{width:26px;height:26px;border-radius:7px;flex-shrink:0;background:var(--warm-deep)}.dl-home .plus-chat-av.us{background:var(--brand-mid)}.dl-home .plus-chat-b{max-width:80%;background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:10px 12px;font-size:12.5px;line-height:1.46;color:var(--ink-2)}.dl-home .plus-chat-b.us{background:rgba(111,184,124,.1);border-color:rgba(111,184,124,.22);color:var(--ink)}.dl-home .plus-chat-meta{font-size:11px;font-weight:600;color:var(--ink);margin-bottom:3px}.dl-home .plus-chat-b.us .plus-chat-meta{color:var(--brand-light)}.dl-home .reviews{padding:72px 0}.dl-home .reviews-head{text-align:center;max-width:720px;margin:0 auto 56px}.dl-home .reviews-head .eyebrow{display:inline-block;margin-bottom:16px}.dl-home .reviews-head h2{margin-bottom:14px}.dl-home .reviews-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .reviews-head p{font-family:var(--font-mono);font-size:13px;color:var(--ink-3);letter-spacing:.04em}.dl-home .rev-carousel{position:relative;display:none}.dl-home .rev-track{display:flex;align-items:stretch;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:24px;padding:4px 24px 24px;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab}.dl-home .rev-track::-webkit-scrollbar{display:none}.dl-home .rev-track.dragging{cursor:grabbing;scroll-snap-type:none}.dl-home .rev-card{scroll-snap-align:start;flex:0 0 360px;max-width:86vw;display:flex;flex-direction:column;background:linear-gradient(160deg,var(--surface-2) 0,var(--surface) 62%);border:1px solid var(--border-2);border-radius:22px;overflow:hidden;user-select:none}.dl-home .rev-card-body{flex:1;padding:28px 26px 24px;display:flex;flex-direction:column}.dl-home .rev-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}.dl-home .rev-logo{height:24px;width:auto;max-width:150px;object-fit:contain;object-position:left;filter:brightness(0) invert(1);opacity:.9}.dl-home .rev-stars{color:#d4a017;font-size:13px;letter-spacing:1px;flex-shrink:0}.dl-home .rev-quote{font-family:var(--font-serif);font-size:18px;line-height:1.5;letter-spacing:-.005em;color:var(--ink);margin:0 0 24px}.dl-home .rev-quote mark{background:transparent;color:var(--brand-light)}.dl-home .rev-author{display:flex;flex-direction:column;gap:3px}.dl-home .rev-name{font-size:15px;font-weight:600;color:var(--ink)}.dl-home .rev-role{font-family:var(--font-mono);font-size:12px;color:var(--ink-3);letter-spacing:.01em}.dl-home .rev-photo{height:200px;overflow:hidden}.dl-home .rev-photo img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.dl-home .rev-hint{font-family:var(--font-mono);font-size:12px;color:var(--ink-3);letter-spacing:.04em;text-align:center;margin-top:20px}.dl-home .dreviews{padding:24px 0 88px}.dl-home .dreviews .engine-head{margin-bottom:40px}.dl-home .drev{position:relative}.dl-home .drev-track{display:flex;align-items:stretch;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:6px 2px 10px}.dl-home .drev-track::-webkit-scrollbar{display:none}.dl-home .drev-card{scroll-snap-align:start;flex:0 0 calc((100% - 40px) / 3);display:flex;flex-direction:column;align-items:center;text-align:center;background:linear-gradient(165deg,var(--surface-2) 0,var(--surface) 65%);border:1px solid var(--border-2);border-radius:22px;padding:36px 32px 30px}.dl-home .drev-stars{color:#d4a017;letter-spacing:2px;font-size:15px;margin-bottom:22px}.dl-home .drev-text{font-family:var(--font-sans);font-size:15.5px;line-height:1.6;letter-spacing:-.005em;color:var(--ink);margin:0 0 30px}.dl-home .drev-text mark{background:transparent;color:var(--brand-light)}.dl-home .drev-logo{margin-top:auto;height:68px;display:flex;align-items:center;justify-content:center}.dl-home .drev-logo img{height:46px;max-width:190px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}.dl-home .drev-logo img[src*=Caffe_Ibis],.dl-home .drev-logo img[src*=DiveCatalog]{filter:none;opacity:.92}.dl-home .drev-ctrl{display:flex;gap:22px;margin-top:34px}.dl-home .drev-arrow,.dl-home .drev-ctrl{align-items:center;justify-content:center}.dl-home .drev-arrow{width:46px;height:46px;border-radius:50%;border:1px solid var(--border-2);background:var(--surface);display:inline-flex;cursor:pointer;transition:border-color .2s ease,background .2s ease}.dl-home .drev-arrow:hover{border-color:var(--ink-2);background:var(--surface-2)}.dl-home .drev-arrow svg{width:20px;height:20px;fill:none;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dl-home .drev-dots{display:flex;align-items:center;gap:9px}.dl-home .drev-dot{width:8px;height:8px;border-radius:50%;padding:0;border:none;background:var(--border-2);cursor:pointer;transition:background .2s ease,transform .2s ease}.dl-home .drev-dot.active{background:var(--brand);transform:scale(1.3)}@media (max-width:900px){.dl-home .drev-card{flex-basis:calc((100% - 20px) / 2)}}@media (max-width:620px){.dl-home .dreviews{padding:8px 0 64px}.dl-home .drev-card{flex-basis:86%;padding:30px 24px 26px}.dl-home .drev-text{font-size:15.5px}}.dl-home .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dl-home .review{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px;display:flex;flex-direction:column}.dl-home .review-stars{color:#d4a017;letter-spacing:1px;font-size:13px;margin-bottom:16px}.dl-home .review-text{font-family:var(--font-serif);font-size:19px;line-height:1.4;color:var(--ink);margin-bottom:24px;flex:1;letter-spacing:-.005em}.dl-home .review-author{display:flex;align-items:center;gap:12px}.dl-home .review-avatar{width:32px;height:32px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:var(--ink-2);border:1px solid var(--border)}.dl-home .review-name{font-size:14px;font-weight:500;color:var(--ink)}.dl-home .review-store{font-size:12px;color:var(--ink-3)}.dl-home .feat-tabs{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:0 auto 32px;padding:12px;border:1px solid var(--border-2);border-radius:999px;background:var(--surface)}.dl-home .feat-tab{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;height:72px;padding:0 18px;border-radius:999px;border:1px solid transparent;transition:background .2s ease,border-color .2s ease}.dl-home .feat-tab img{height:42px;width:auto;max-width:210px;object-fit:contain;filter:brightness(0) invert(1);opacity:.6;transition:opacity .2s ease}.dl-home .feat-tab:hover img{opacity:.85}.dl-home .feat-tab.active{background:var(--surface-2);border-color:var(--border-2)}.dl-home .feat-tab.active img{opacity:1}.dl-home .feat-tab img[src*=Caffe_Ibis]{filter:none;opacity:.85;height:50px}.dl-home .feat-tab.active img[src*=Caffe_Ibis]{opacity:1}.dl-home .feat-rev{display:grid;grid-template-columns:1.08fr .92fr;height:400px;border:1px solid var(--border-2);border-radius:22px;overflow:hidden;background:linear-gradient(118deg,var(--surface-2) 0,var(--surface) 58%);position:relative}.dl-home .feat-rev-body{padding:40px 42px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.dl-home .feat-rev-logo{height:26px;width:auto;object-fit:contain;object-position:left;filter:brightness(0) invert(1);opacity:.92;margin-bottom:22px}.dl-home .feat-rev-logo[src*=Caffe_Ibis]{filter:none;opacity:.92;height:40px}.dl-home .feat-rev-quote{font-family:var(--font-sans);font-size:clamp(17px,1.55vw,20px);line-height:1.6;letter-spacing:-.005em;color:var(--ink);margin:0 0 22px;max-width:30em}.dl-home .feat-rev-quote mark{background:transparent;color:var(--brand-light)}.dl-home .feat-rev-by{display:flex;flex-direction:column;gap:3px;margin-bottom:20px}.dl-home .feat-rev-name{font-size:15px;font-weight:600;color:var(--ink)}.dl-home .feat-rev-role{font-family:var(--font-mono);font-size:12px;color:var(--ink-3);letter-spacing:.01em}.dl-home .feat-rev-cta{align-self:flex-start;font-size:13.5px;font-weight:500;color:var(--ink);border:1px solid var(--border-2);border-radius:999px;padding:10px 20px;transition:all .2s ease}.dl-home .feat-rev-cta:after{content:" →"}.dl-home .feat-rev-cta:hover{border-color:var(--ink-2);background:hsla(0,0%,100%,.03)}.dl-home .feat-rev-media{position:relative;overflow:hidden}.dl-home .feat-rev-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;-webkit-mask-image:linear-gradient(90deg,transparent,#000 38%);mask-image:linear-gradient(90deg,transparent,#000 38%)}.dl-home .feat-rev-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,var(--surface-2) 0,rgba(26,33,28,.55) 22%,transparent 46%)}@media (max-width:860px){.dl-home .feat-rev-wrap,.dl-home .feat-tabs{display:none}.dl-home .rev-carousel{display:block}}.dl-home .industries{padding:96px 0}.dl-home .industries-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px;gap:32px;flex-wrap:wrap}.dl-home .industries-head .text{max-width:580px}.dl-home .industries-head .text .eyebrow{display:inline-block;margin-bottom:16px}.dl-home .industries-head .text h2{margin-bottom:12px}.dl-home .industries-head .text h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .industries-head .text p{font-size:16px}.dl-home .ind-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}.dl-home .ind-tab{padding:10px 18px;background:transparent;border:1px solid var(--border-2);border-radius:999px;font-size:14px;color:var(--ink-2);cursor:pointer;transition:all .18s ease;font-weight:500;font-family:inherit}.dl-home .ind-tab:hover{border-color:var(--ink-2);color:var(--ink)}.dl-home .ind-tab.active{background:var(--brand-mid);color:var(--bg);border-color:var(--brand-mid)}.dl-home .ind-content{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;min-height:320px}.dl-home .ind-text h3{margin-bottom:14px;font-size:clamp(28px,2.5vw,36px)}.dl-home .ind-text p{font-size:16px;margin-bottom:28px;line-height:1.6;max-width:460px}.dl-home .ind-features{display:flex;flex-direction:column;gap:10px}.dl-home .ind-feat{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink-2)}.dl-home .ind-feat:before{content:"";width:5px;height:5px;background:var(--brand-mid);border-radius:50%}.dl-home .ind-stats{display:grid;grid-template-columns:1fr 1fr;gap:32px}.dl-home .ind-stat-num{font-family:var(--font-serif);font-size:clamp(40px,3.5vw,52px);letter-spacing:-.02em;color:var(--ink);line-height:1;margin-bottom:6px}.dl-home .ind-stat-num .it{font-style:italic;color:var(--brand-light)}.dl-home .ind-stat-label{font-size:12px;color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.04em}.dl-home .ind-meta{margin-top:28px;padding-top:28px;border-top:1px solid var(--border);display:flex;gap:20px;font-size:11px;color:var(--ink-4);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.dl-home .cta{padding:92px 0 104px}.dl-home .cta-inner{position:relative;text-align:center;max-width:880px;margin:0 auto;padding:62px 48px 58px;border-radius:32px;border:1px solid var(--border);background:radial-gradient(75% 68% at 50% 40%,rgba(46,125,79,.24),transparent 68%),linear-gradient(180deg,rgba(20,26,22,.6),rgba(9,13,10,.18));box-shadow:0 50px 130px -58px rgba(46,125,79,.55)}.dl-home .cta h2{font-family:var(--font-serif);font-weight:400;font-size:clamp(40px,5.4vw,68px);line-height:1;letter-spacing:-.015em;color:var(--ink);margin:0 auto 20px}.dl-home .cta h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .cta h2 .muted{color:var(--ink-3)}.dl-home .cta-inner-sm h2{font-size:clamp(36px,4.4vw,58px);line-height:1.04}.dl-home .cta p{color:var(--ink-3);max-width:440px;margin:0 auto 40px;font-size:17px;line-height:1.6}.dl-home .cta-card{text-align:center;max-width:900px;margin:0 auto}.dl-home .cta-stats{display:grid;grid-template-columns:repeat(3,auto);justify-content:center;gap:20px 60px;margin:0 auto 44px}.dl-home .cta-stat-num{font-family:var(--font-sans);font-weight:800;font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-.03em;color:var(--ink)}.dl-home .cta-stat-num .it{font-style:italic;font-weight:700;color:var(--brand-light)}.dl-home .cta-stat-label{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3);margin-top:10px}.dl-home .cta-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.dl-home .db-pcta{padding:60px 0 64px;text-align:center;position:relative;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background-color:rgba(9,13,10,.4)}.dl-home .db-pcta:before{background-image:radial-gradient(rgba(155,209,163,.07) 1px,transparent 1.4px);background-size:24px 24px;-webkit-mask-image:radial-gradient(68% 82% at 50% 50%,#000 26%,transparent 76%);mask-image:radial-gradient(68% 82% at 50% 50%,#000 26%,transparent 76%)}.dl-home .db-pcta:after,.dl-home .db-pcta:before{content:"";position:absolute;inset:0;pointer-events:none}.dl-home .db-pcta:after{background:radial-gradient(56% 92% at 50% 50%,rgba(46,125,79,.2),transparent 68%)}.dl-home .db-pcta-inner{position:relative;z-index:1;max-width:760px;margin:0 auto}.dl-home .db-pcta h2{font-family:var(--font-serif);font-weight:400;font-size:clamp(34px,4.2vw,54px);line-height:1.04;letter-spacing:-.018em;color:var(--ink);margin:0 0 16px}.dl-home .db-pcta h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-pcta p{font-size:16px;line-height:1.55;color:var(--ink-3);max-width:480px;margin:0 auto 26px}.dl-home #dollarback{scroll-margin-top:96px}@media (max-width:640px){.dl-home .db-pcta{padding:72px 0 76px}}.dl-home .btn-light{background:var(--ink);color:var(--brand-deep)}.dl-home .btn-light:hover{background:#fff}.dl-home .btn-light-outline{background:transparent;color:var(--ink);border-color:hsla(43,26%,95%,.3)}.dl-home .btn-light-outline:hover{border-color:var(--ink)}.dl-home .footer{padding:80px 0 40px;border-top:1px solid var(--border)}.dl-home .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}.dl-home .footer-brand .logo{margin-bottom:16px}.dl-home .footer-brand p{font-size:14px;max-width:280px;line-height:1.55;color:var(--ink-3)}.dl-home .footer-col h5{font-size:12px;font-weight:500;color:var(--ink);margin-bottom:16px;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.dl-home .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.dl-home .footer-col a{font-size:14px;color:var(--ink-3);transition:color .15s ease}.dl-home .footer-col a:hover{color:var(--brand-light)}.dl-home .footer-bottom{padding-top:32px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--ink-4);flex-wrap:wrap;gap:16px;font-family:var(--font-mono);letter-spacing:.04em}.dl-home .footer-bottom-links{display:flex;gap:24px}.dl-home .footer-bottom-links a{color:var(--ink-4)}.dl-home .footer-bottom-links a:hover{color:var(--ink-2)}.dl-home .marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.dl-home .marquee-track{display:flex;align-items:center;gap:64px;width:max-content;animation:dl-marquee 34s linear infinite}.dl-home .marquee:hover .marquee-track{animation-play-state:paused}@keyframes dl-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.dl-home .marquee-logo{height:28px;width:auto;max-width:168px;flex-shrink:0;object-fit:contain;filter:brightness(0) invert(1);opacity:.5;transition:opacity .25s ease}.dl-home .marquee-logo:hover{opacity:.9}.dl-home .lw{display:grid;grid-template-columns:repeat(var(--lw-slots,6),minmax(0,var(--lw-col,150px)));justify-content:center;column-gap:var(--lw-gap,34px);align-items:center}.dl-home .lw-tile{display:grid;place-items:center;height:64px;min-width:0}.dl-home .lw-logo{grid-area:1/1;height:calc(38px * var(--lw-scale, 1));width:auto;max-width:100%;max-height:62px;object-fit:contain;display:block;filter:brightness(0) invert(1);opacity:0;transition:opacity .6s ease;will-change:opacity}.dl-home .lw-logo.on{opacity:.5}.dl-home .lw-x{position:relative;width:100%;height:92px}.dl-home .lw-row{position:absolute;inset:0;display:grid;grid-template-columns:repeat(var(--lw-slots,6),max-content);justify-content:center;align-items:center;column-gap:var(--lw-gap,44px)}.dl-home .lw-row-logo{height:calc(46px * var(--lw-scale, 1));width:auto;max-width:180px;max-height:90px;object-fit:contain;display:block;filter:brightness(0) invert(1);opacity:0;transition:opacity .55s ease;transition-delay:calc(var(--lw-i, 0) * 55ms);will-change:opacity}.dl-home .lw-row.on .lw-row-logo{opacity:.5}.dl-home .lw-logo[src*=Caffe_Ibis],.dl-home .lw-logo[src*=Carusos],.dl-home .lw-logo[src*=DiveCatalog],.dl-home .lw-row-logo[src*=Caffe_Ibis],.dl-home .lw-row-logo[src*=Carusos],.dl-home .lw-row-logo[src*=DiveCatalog]{filter:none}.dl-home .lw-logo.on[src*=Caffe_Ibis],.dl-home .lw-logo.on[src*=Carusos],.dl-home .lw-logo.on[src*=DiveCatalog],.dl-home .lw-row.on .lw-row-logo[src*=Caffe_Ibis],.dl-home .lw-row.on .lw-row-logo[src*=Carusos],.dl-home .lw-row.on .lw-row-logo[src*=DiveCatalog]{opacity:.72}@media (max-width:860px){.dl-home .lw{grid-template-columns:repeat(4,minmax(0,130px));column-gap:20px;row-gap:22px}.dl-home .lw-tile:nth-child(n+5){display:none}.dl-home .lw-row{grid-template-columns:repeat(4,max-content);column-gap:26px}.dl-home .lw-row-logo:nth-child(n+5){display:none}}.dl-home .demos{padding:48px 0 96px}.dl-home .demos-head{text-align:center;max-width:720px;margin:0 auto 56px}.dl-home .demos-head .eyebrow{display:inline-block;margin-bottom:16px}.dl-home .demos-head h2{margin-bottom:14px}.dl-home .demos-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .demos-head p{font-size:16px;max-width:560px;margin:0 auto}.dl-home .demo-show{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start}.dl-home .demo-list-wrap{position:relative;padding-left:18px}.dl-home .demo-rail{bottom:0;width:2px;background:var(--border)}.dl-home .demo-rail,.dl-home .demo-rail-thumb{position:absolute;left:0;top:0;border-radius:2px}.dl-home .demo-rail-thumb{width:3px;background:var(--brand-mid);box-shadow:0 0 8px rgba(111,184,124,.55);transition:transform .35s ease,height .35s ease}.dl-home .demo-list{display:flex;flex-direction:column;gap:8px}.dl-home .demo-opt{display:flex;gap:16px;text-align:left;padding:18px 20px;border-radius:16px;border:1px solid var(--border);background:transparent;transition:all .2s ease;width:100%}.dl-home .demo-opt:hover{border-color:var(--border-2);background:hsla(0,0%,100%,.015)}.dl-home .demo-opt.active{border-color:rgba(111,184,124,.4);background:rgba(111,184,124,.06)}.dl-home .demo-opt-idx{font-family:var(--font-serif);font-style:italic;font-size:22px;color:var(--ink-4);line-height:1;flex-shrink:0}.dl-home .demo-opt.active .demo-opt-idx{color:var(--brand-light)}.dl-home .demo-opt-text{display:flex;flex-direction:column;gap:4px}.dl-home .demo-opt-name{font-size:15px;font-weight:500;letter-spacing:-.01em;color:var(--ink-2)}.dl-home .demo-opt.active .demo-opt-name{color:var(--ink)}.dl-home .demo-opt-desc{font-size:12.5px;line-height:1.45;color:var(--ink-4)}.dl-home .demo-opt.active .demo-opt-desc{color:var(--ink-3)}.dl-home .demo-stage-col{position:sticky;top:96px}.dl-home .demo-frame{background:var(--bg-2);border:1px solid var(--border-2);border-radius:20px;overflow:hidden;box-shadow:0 30px 60px -30px rgba(0,0,0,.6)}.dl-home .demo-frame-bar{display:flex;align-items:center;gap:7px;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.dl-home .demo-dot{width:9px;height:9px;border-radius:50%;background:var(--border-2)}.dl-home .demo-dot:first-child{background:#c8584f}.dl-home .demo-dot:nth-child(2){background:#d4a017}.dl-home .demo-dot:nth-child(3){background:#6fb87c}.dl-home .demo-frame-url{margin-left:12px;font-family:var(--font-mono);font-size:11px;color:var(--ink-4);letter-spacing:.02em}.dl-home .demo-frame-body{padding:36px 32px 28px;display:flex;flex-direction:column;align-items:center;gap:16px;background:radial-gradient(ellipse at top,rgba(111,184,124,.06),transparent 60%),var(--bg-2)}.dl-home .demo-frame-body .scene-card{max-width:360px}.dl-home .demo-frame-body .scene-card-thumb{background:linear-gradient(135deg,#ded3b6,#c3b48d)}.dl-home .demo-frame-foot{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:360px;margin-top:4px;font-family:var(--font-mono);font-size:11px;color:var(--ink-4);letter-spacing:.02em}.dl-home .demo-live{display:inline-flex;align-items:center;gap:6px;color:var(--brand-mid)}.dl-home .demo-live-dot{width:6px;height:6px;border-radius:50%;background:var(--brand-mid);animation:dl-pulse 1.6s ease-in-out infinite}.dl-home .demo-badge{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;border-radius:10px;background:rgba(41,97,55,.1);color:#1f5430;font-size:12px;font-weight:600}.dl-home .demo-badge .star{color:var(--warm-deep)}.dl-home .scene-card-free{color:#2e7d4f;font-weight:600}.dl-home .market-chips{display:flex;gap:6px;width:100%;flex-wrap:wrap}.dl-home .market-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;background:rgba(0,0,0,.05);font-size:11px;font-weight:600;color:#5b554d}.dl-home .market-chip.active{background:#1a1410;color:#f4f1e8}.dl-home .demo-hint{display:flex;justify-content:space-between;font-size:11px;color:#5b554d;margin-top:2px}.dl-home .demo-hint .goal{color:#2e7d4f;font-weight:600}.dl-home .engine{padding:40px 0 72px}.dl-home .engine-head{text-align:center;max-width:680px;margin:0 auto 44px}.dl-home .engine-head .eyebrow{display:inline-block;margin-bottom:16px;color:var(--brand-light)}.dl-home .engine-head h2{margin-bottom:14px}.dl-home .engine-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .engine-head p{font-size:17px;max-width:560px;margin:0 auto}.dl-home .engine .engine-head{max-width:none}.dl-home .engine .engine-head h2,.dl-home .engine .engine-head p{width:max-content;max-width:100%;margin-left:auto;margin-right:auto}.dl-home .engine-num{font-family:var(--font-serif);font-style:italic;font-size:40px;color:var(--brand-mid);line-height:1;opacity:.85;display:block;margin-bottom:14px}.dl-home .engine-stage{background:linear-gradient(135deg,var(--brand-darker) 0,#102a17 100%);border:1px solid rgba(111,184,124,.15);border-radius:28px;padding:32px 36px 40px;position:relative;overflow:hidden}.dl-home .engine-stage:before{content:"";position:absolute;top:-160px;left:50%;width:520px;height:420px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(111,184,124,.14) 0,transparent 65%);pointer-events:none}.dl-home .engine-stage-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;margin-bottom:24px}.dl-home .engine-badge{gap:8px;letter-spacing:.08em;color:var(--brand-light)}.dl-home .engine-badge,.dl-home .engine-status{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:11px;text-transform:uppercase}.dl-home .engine-status{gap:7px;letter-spacing:.06em;color:var(--ink-3)}.dl-home .engine-status-dot{width:6px;height:6px;border-radius:50%;background:var(--brand-mid);animation:dl-pulse 1.8s ease-in-out infinite}.dl-home .engine-modules{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;position:relative;z-index:1}.dl-home .engine-module{display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:rgba(10,13,10,.35);transition:all .2s ease}.dl-home .engine-module:hover{border-color:var(--border-2)}.dl-home .engine-module.active{border-color:rgba(111,184,124,.5);background:rgba(111,184,124,.1);box-shadow:0 0 0 1px rgba(111,184,124,.25),0 10px 30px -16px rgba(111,184,124,.5)}.dl-home .engine-module-num{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;color:var(--ink-4)}.dl-home .engine-module.active .engine-module-num{color:var(--brand-mid)}.dl-home .engine-module-name{font-size:14px;font-weight:500;letter-spacing:-.01em;color:var(--ink-2)}.dl-home .engine-module.active .engine-module-name{color:var(--ink)}.dl-home .engine-core{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:28px;padding-top:32px;border-top:1px solid rgba(155,209,163,.12);position:relative;z-index:1}.dl-home .engine-core-copy h3{font-family:var(--font-serif);font-size:clamp(28px,2.6vw,38px);line-height:1.05;letter-spacing:-.02em;margin-bottom:14px}.dl-home .engine-core-copy h3 .it{font-style:italic;color:var(--brand-light)}.dl-home .engine-core-copy p{font-size:16px;line-height:1.6;color:var(--ink-2);max-width:420px}.dl-home .engine-core-vis{display:flex}.dl-home .eng-tabs{display:flex;gap:4px;padding:5px;border:1px solid var(--border-2);border-radius:999px;max-width:760px;margin:0 auto 48px}.dl-home .eng-tab{flex:1;padding:12px 16px;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:-.01em;color:var(--ink-3);white-space:nowrap;transition:all .2s ease}.dl-home .eng-tab:hover{color:var(--ink)}.dl-home .eng-tab.active{background:var(--brand-mid);color:var(--bg)}.dl-home .eng-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:56px;align-items:center}.dl-home .eng-stagezone{position:relative;min-height:490px}.dl-home .eng-left{width:72%;height:490px;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:56px 300px 56px 52px;display:flex;flex-direction:column;justify-content:center}.dl-home .eng-left h3{font-family:var(--font-serif);font-size:clamp(28px,2.6vw,38px);line-height:1.05;letter-spacing:-.02em;margin-bottom:16px}.dl-home .eng-left h3 .it{font-style:italic;color:var(--brand-light)}.dl-home .eng-left p{font-size:16px;line-height:1.6;color:var(--ink-2);margin-bottom:28px}.dl-home .eng-cta{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;padding:10px 20px 10px 11px;border-radius:999px;border:1px solid var(--border-2);font-size:14px;font-weight:500;letter-spacing:-.01em;color:var(--ink);transition:all .2s ease}.dl-home .eng-cta:hover{border-color:var(--brand-mid);background:rgba(111,184,124,.06)}.dl-home .eng-cta-ic{width:26px;height:26px;border-radius:50%;background:var(--brand-mid);position:relative;flex-shrink:0;transition:transform .2s ease}.dl-home .eng-cta-ic:before{content:"";position:absolute;top:50%;left:55%;transform:translate(-50%,-50%);border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent var(--bg)}.dl-home .eng-cta:hover .eng-cta-ic{transform:scale(1.08)}.dl-home .dvid{padding:16px 0 76px}.dl-home .dvid-head{text-align:center;max-width:640px;margin:0 auto 30px}.dl-home .dvid-head .eyebrow{display:inline-block;margin-bottom:14px;color:var(--brand-light)}.dl-home .dvid-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .dvid-frame{max-width:940px;margin:0 auto;border-radius:18px;overflow:hidden;border:1px solid var(--border);box-shadow:0 50px 100px -42px rgba(0,0,0,.85)}.dl-home .dvid-v{display:block;width:100%;height:auto}.dl-home .eng-media{position:absolute;top:50%;right:-28px;transform:translateY(-50%);width:520px;z-index:2;border-radius:18px;overflow:hidden;background:var(--bg-2);border:1px solid var(--border-2);box-shadow:0 40px 70px -30px rgba(0,0,0,.7)}.dl-home .eng-media[data-point=primitives] .eng-video-bar,.dl-home .eng-media[data-point=targeting] .eng-video-bar{display:none}.dl-home .eng-video-bar{display:flex;align-items:center;gap:7px;padding:11px 14px;border-bottom:1px solid var(--border);background:var(--surface)}.dl-home .eng-video-url{margin-left:10px;font-family:var(--font-mono);font-size:10px;color:var(--ink-4);letter-spacing:.02em}.dl-home .eng-video-stage{position:relative;aspect-ratio:17/12;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:radial-gradient(ellipse at center,rgba(111,184,124,.1),transparent 65%),linear-gradient(135deg,#11160f,#0c120d);overflow:hidden}.dl-home .eng-video-v{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:2}.dl-home .eng-video-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,hsla(0,0%,100%,.04) 50%,transparent 70%);transform:translateX(-100%);animation:dl-shimmer 3.2s ease-in-out infinite}@keyframes dl-shimmer{0%{transform:translateX(-100%)}60%,to{transform:translateX(100%)}}.dl-home .eng-video-play{width:46px;height:46px;border-radius:50%;background:rgba(111,184,124,.16);border:1px solid rgba(111,184,124,.4);position:relative;z-index:1}.dl-home .eng-video-play:before{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);border-style:solid;border-width:7px 0 7px 11px;border-color:transparent transparent transparent var(--brand-light)}.dl-home .eng-video-label{position:relative;z-index:1;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-4)}.dl-home .eng-preview{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--brand-light)}.dl-home .eng-preview:hover{color:var(--ink)}.dl-home .eng-rail{position:relative;padding-left:30px}.dl-home .eng-rail-line{bottom:8px;background:var(--border-2)}.dl-home .eng-rail-fill,.dl-home .eng-rail-line{position:absolute;left:6px;top:8px;width:2px;border-radius:2px}.dl-home .eng-rail-fill{background:var(--brand-mid);box-shadow:0 0 10px rgba(111,184,124,.5);transition-property:height;transition-timing-function:linear}.dl-home .eng-step{position:relative;padding:14px 0;cursor:pointer;opacity:.4;transition:opacity .3s ease}.dl-home .eng-step.active{opacity:1}.dl-home .eng-step.done{opacity:.7}.dl-home .eng-step-dot{position:absolute;left:-30px;top:18px;width:14px;height:14px;border-radius:50%;background:var(--surface-2);border:2px solid var(--border-2);transition:all .3s ease}.dl-home .eng-step.done .eng-step-dot{background:var(--brand);border-color:var(--brand)}.dl-home .eng-step.active .eng-step-dot{background:var(--brand-mid);border-color:var(--brand-mid);box-shadow:0 0 0 4px rgba(111,184,124,.18)}.dl-home .eng-step-title{font-size:17px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin-bottom:5px}.dl-home .eng-step-desc{font-size:14px;line-height:1.55;color:var(--ink-3);max-width:300px}.dl-home .eng-acc{display:none}.dl-home .eng-acc-item{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden;transition:border-color .2s ease}.dl-home .eng-acc-item.open{border-color:rgba(111,184,124,.3)}.dl-home .eng-acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:none;border:none;cursor:pointer;font-size:16px;font-weight:500;color:var(--ink-2);text-align:left}.dl-home .eng-acc-item.open .eng-acc-head{color:var(--ink)}.dl-home .eng-acc-chev{width:9px;height:9px;border-right:2px solid var(--ink-3);border-bottom:2px solid var(--ink-3);transform:rotate(45deg);transition:transform .25s ease;flex-shrink:0;margin-top:-3px}.dl-home .eng-acc-item.open .eng-acc-chev{transform:rotate(-135deg);margin-top:3px;border-color:var(--brand-light)}.dl-home .eng-acc-body{padding:0 20px 22px}.dl-home .eng-acc-title{font-family:var(--font-serif);font-size:24px;line-height:1.1;margin-bottom:10px}.dl-home .eng-acc-title .it{font-style:italic;color:var(--brand-light)}.dl-home .eng-acc-desc{font-size:14.5px;line-height:1.55;color:var(--ink-2);margin-bottom:18px}.dl-home .eng-acc .eng-media{position:static;transform:none;width:100%;max-width:100%;margin:0 0 20px;box-shadow:0 24px 50px -28px rgba(0,0,0,.6)}.dl-home .eng-acc-steps{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.dl-home .eng-acc-steps li{position:relative;padding-left:18px}.dl-home .eng-acc-steps li:before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:50%;background:var(--brand-mid)}.dl-home .eng-acc-steps b{display:block;font-size:14.5px;font-weight:500;color:var(--ink);margin-bottom:3px}.dl-home .eng-acc-steps span{font-size:13.5px;line-height:1.5;color:var(--ink-3)}.dl-home .custom{padding:40px 0 112px}.dl-home .cd-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:28px;align-items:start}.dl-home .cd-sel{appearance:none;-webkit-appearance:none;background-color:var(--surface-2);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none" stroke="%23757b75" stroke-width="1.5"><path d="M1 1l4 4 4-4"/></svg>');background-repeat:no-repeat;background-position:right 9px center;border:1px solid var(--border-2);border-radius:8px;color:var(--ink);font-family:inherit;font-size:13px;padding:7px 26px 7px 10px;cursor:pointer}.dl-home .cd-sel.sm{font-size:12px;padding:6px 24px 6px 9px}.dl-home .cd-num{width:64px;background:var(--surface-2);border:1px solid var(--border-2);border-radius:8px;color:var(--ink);font-family:inherit;font-size:13px;padding:7px 10px}.dl-home .cd-num.sm{width:56px;padding:5px 8px}.dl-home .cd-money{display:inline-flex;align-items:center;gap:3px;color:var(--ink-2);font-size:13px}.dl-home .cd-rule{background:linear-gradient(160deg,var(--surface) 0,#11160f 100%);border:1px solid var(--border);border-radius:24px;padding:28px;display:flex;flex-direction:column;gap:18px}.dl-home .cd-rule-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--border)}.dl-home .cd-fn{font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--brand-light)}.dl-home .cd-fn-meta{font-family:var(--font-mono);font-size:11px;color:var(--ink-4);text-transform:uppercase;letter-spacing:.06em}.dl-home .cd-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dl-home .cd-key{background:var(--ink);color:#14361d;font-weight:600;font-size:13px;padding:6px 14px;border-radius:8px;flex-shrink:0}.dl-home .cd-lab{color:var(--ink-3);font-size:13px}.dl-home .cd-pill{display:inline-flex;align-items:center;padding:6px 13px;border-radius:999px;font-size:12.5px;font-weight:600;white-space:nowrap}.dl-home .cd-pill.green{background:#2e7d4f;color:#eafdf0}.dl-home .cd-pill.amber{background:#e9c45e;color:#3a2d10}.dl-home .cd-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.dl-home .cd-pills .cd-pill.amber{opacity:.4;transition:all .2s ease}.dl-home .cd-pills .cd-pill.amber:not(.on):hover{opacity:.7}.dl-home .cd-pills .cd-pill.amber.on{opacity:1;box-shadow:0 0 0 2px rgba(233,196,94,.3)}.dl-home .cd-cond .cd-pills{flex-basis:100%;margin-top:2px}.dl-home .cd-block{display:flex;flex-direction:column;gap:10px}.dl-home .cd-block-h{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3)}.dl-home .cd-logic{appearance:none;-webkit-appearance:none;background-color:rgba(111,184,124,.1);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none" stroke="%236fb87c" stroke-width="1.5"><path d="M1 1l4 4 4-4"/></svg>');background-repeat:no-repeat;background-position:right 7px center;border:1px solid rgba(111,184,124,.25);border-radius:6px;color:var(--brand-light);font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.06em;padding:3px 20px 3px 8px;cursor:pointer}.dl-home .cd-group{background:rgba(10,13,10,.4);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.dl-home .cd-group.muted{display:flex;align-items:center;gap:10px;opacity:.55;padding:10px 14px}.dl-home .cd-gn{font-family:var(--font-mono);font-size:11px;color:var(--ink-4);flex-shrink:0}.dl-home .cd-gall{font-size:13px;color:var(--ink-3)}.dl-home .cd-group-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}.dl-home .cd-gname{font-size:13px;font-weight:600;color:var(--ink);background:rgba(111,184,124,.1);padding:3px 10px;border-radius:6px}.dl-home .cd-andblock{display:flex;gap:10px;align-items:flex-start}.dl-home .cd-and{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.06em;color:var(--brand-light);background:rgba(111,184,124,.12);border:1px solid rgba(111,184,124,.25);border-radius:6px;padding:5px 8px;flex-shrink:0}.dl-home .cd-condrow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1}.dl-home .cd-op{font-size:12.5px;color:var(--ink-3)}.dl-home .cd-and-row{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.08em;color:var(--ink-4);padding-left:6px}.dl-home .cd-x{margin-left:2px;width:20px;height:20px;border-radius:6px;color:var(--ink-4);font-size:15px;line-height:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dl-home .cd-x:hover{color:#e0857d;background:rgba(200,88,79,.1)}.dl-home .cd-addcond{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}.dl-home .cd-addcond-label{font-size:12px;color:var(--ink-4);font-family:var(--font-mono);letter-spacing:.02em}.dl-home .cd-addcond-chip{font-size:12px;font-weight:500;padding:5px 11px;border-radius:999px;border:1px dashed var(--border-2);color:var(--ink-2);transition:all .18s ease}.dl-home .cd-addcond-chip:hover{border-color:var(--brand-mid);border-style:solid;color:var(--ink)}.dl-home .cd-addsel{appearance:none;-webkit-appearance:none;background-color:transparent;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none" stroke="%236fb87c" stroke-width="1.5"><path d="M1 1l4 4 4-4"/></svg>');background-repeat:no-repeat;background-position:right 11px center;border:1px dashed var(--border-2);border-radius:999px;color:var(--ink-2);font-family:inherit;font-size:12px;font-weight:500;padding:7px 28px 7px 14px;margin-top:10px;cursor:pointer;transition:all .18s ease}.dl-home .cd-addsel:hover{border-color:var(--brand-mid);border-style:solid;color:var(--ink)}.dl-home .cd-tags{display:inline-flex;gap:6px;flex-wrap:wrap}.dl-home .cd-tag{font-size:11.5px;font-weight:600;padding:5px 11px;border-radius:999px;border:1px solid rgba(0,0,0,.12);color:#6b6452;transition:all .18s ease}.dl-home .cd-tag.on{background:#e9c45e;border-color:#e9c45e;color:#3a2d10}.dl-home .cd-when{display:flex;gap:10px}.dl-home .cd-conds{display:flex;flex-direction:column;gap:8px;flex:1}.dl-home .cd-cond{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;background:rgba(10,13,10,.4);border:1px solid var(--border);border-radius:12px;transition:opacity .2s ease}.dl-home .cd-cond.off{opacity:.45}.dl-home .cd-cond-field{font-size:13px;color:var(--ink-2);font-weight:500}.dl-home .cd-tg{width:32px;height:18px;border-radius:999px;background:var(--border-2);position:relative;flex-shrink:0;transition:background .2s ease}.dl-home .cd-tg:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--ink-3);transition:all .2s ease}.dl-home .cd-tg.on{background:var(--brand-mid)}.dl-home .cd-tg.on:after{left:16px;background:var(--bg)}.dl-home .cd-mkts{display:inline-flex;gap:5px;flex-wrap:wrap}.dl-home .cd-mk{font-size:11.5px;padding:5px 9px;border-radius:999px;border:1px solid var(--border-2);color:var(--ink-3);transition:all .18s ease}.dl-home .cd-mk.on{border-color:rgba(233,196,94,.5);background:rgba(233,196,94,.12);color:var(--warm)}.dl-home .cd-dot{width:8px;height:8px;border-radius:50%;margin-left:auto;flex-shrink:0}.dl-home .cd-dot.pass{background:var(--brand-mid);box-shadow:0 0 8px rgba(111,184,124,.6)}.dl-home .cd-dot.fail{background:#c8584f}.dl-home .cd-dot.off{background:var(--border-2)}.dl-home .cd-status{margin-top:2px;padding:10px 14px;border-radius:10px;font-family:var(--font-mono);font-size:12px;letter-spacing:.02em}.dl-home .cd-status.ok{background:rgba(111,184,124,.1);color:var(--brand-mid)}.dl-home .cd-status.no{background:rgba(200,88,79,.1);color:#e0857d}.dl-home .cd-cart{background:#f4f1e8;color:#1a1410;border-radius:20px;padding:20px 20px 22px;box-shadow:0 30px 60px -30px rgba(0,0,0,.6)}.dl-home .cd-shop{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08)}.dl-home .cd-vip{font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.12);color:#6b6452}.dl-home .cd-vip.on{background:#e9c45e;border-color:#e9c45e;color:#3a2d10}.dl-home .cd-shop-mkts{display:inline-flex;gap:6px}.dl-home .cd-shop-mk{width:30px;height:26px;border-radius:7px;border:1px solid rgba(0,0,0,.1);font-size:14px;opacity:.5}.dl-home .cd-shop-mk.on{opacity:1;background:#fff;box-shadow:0 0 0 2px rgba(26,20,16,.6)}.dl-home .cd-cart-title{font-weight:600;font-size:16px;margin-bottom:12px}.dl-home .cd-lines{display:flex;flex-direction:column}.dl-home .cd-line{display:flex;align-items:center;gap:12px;padding:10px 0}.dl-home .cd-line+.cd-line{border-top:1px solid rgba(0,0,0,.06)}.dl-home .cd-thumb{width:42px;height:42px;border-radius:8px;flex-shrink:0}.dl-home .cd-line-info{flex:1;min-width:0}.dl-home .cd-line-name{font-weight:500;font-size:13.5px}.dl-home .cd-line-meta{font-size:11px;color:#8a8270}.dl-home .cd-off{display:inline-block;margin-top:4px;padding:1px 7px;border-radius:4px;background:#e9c45e;color:#3a2d10;font-size:9.5px;font-weight:700;letter-spacing:.03em}.dl-home .cd-stepper{display:inline-flex;align-items:center;gap:8px;background:rgba(0,0,0,.05);border-radius:999px;padding:3px 4px}.dl-home .cd-stepper button{width:20px;height:20px;border-radius:50%;background:#fff;color:#1a1410;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}.dl-home .cd-stepper span{font-size:12px;font-weight:600;min-width:10px;text-align:center}.dl-home .cd-line-price{font-weight:600;font-size:13.5px;white-space:nowrap}.dl-home .cd-old{text-decoration:line-through;opacity:.4;font-weight:400;margin-right:6px;font-size:12px}.dl-home .cd-empty{padding:18px 0;text-align:center;color:#8a8270;font-size:13px}.dl-home .cd-add{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:12px 0 4px;margin-top:6px;border-top:1px solid rgba(0,0,0,.06)}.dl-home .cd-add-label{font-size:11px;color:#8a8270;text-transform:uppercase;letter-spacing:.04em}.dl-home .cd-add-chip{font-size:11.5px;font-weight:500;padding:5px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);color:#4a4334}.dl-home .cd-add-chip:hover{border-color:rgba(0,0,0,.3)}.dl-home .cd-summary{margin-top:14px;padding-top:14px;border-top:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:8px}.dl-home .cd-sum-row{display:flex;justify-content:space-between;font-size:13px;color:#5b554d}.dl-home .cd-sum-row.disc{color:#2e7d4f;font-weight:600}.dl-home .cd-sum-row.total{color:#1a1410;font-weight:700;font-size:15px;padding-top:4px}.dl-home .cd-checkout{width:100%;margin-top:16px;padding:13px;border-radius:12px;background:#1a1410;color:#f4f1e8;font-size:14px;font-weight:500}.dl-home .cd-checkout:hover{background:#2b231b}.dl-home .cd-frame{border:1px solid var(--border);border-radius:28px;padding:24px;background:radial-gradient(ellipse at 50% 0,rgba(111,184,124,.05),transparent 55%),rgba(20,26,22,.35)}.dl-home .cd-mtabs{display:none}.dl-home .cd-features{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px}.dl-home .cd-feat{display:inline-flex;align-items:center;gap:11px;padding:13px 22px 13px 16px;border:1px solid var(--border-2);border-radius:999px;background:var(--surface);font-size:15px;font-weight:500;letter-spacing:-.01em;color:var(--ink);transition:all .2s ease}.dl-home .cd-feat:hover{border-color:rgba(111,184,124,.45);background:rgba(111,184,124,.06);transform:translateY(-1px)}.dl-home .cd-feat:before{content:"✓";color:var(--bg);font-size:12px;font-weight:700;width:22px;height:22px;border-radius:50%;background:var(--brand-mid);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dl-home .engine-mock{width:100%;background:var(--bg-2);border:1px solid var(--border-2);border-radius:16px;padding:20px;box-shadow:0 20px 40px -24px rgba(0,0,0,.5)}.dl-home .engine-mock-h{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--ink-4);margin-bottom:16px}.dl-home .engine-prims{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dl-home .prim{padding:10px 12px;border-radius:10px;border:1px solid var(--border);font-size:12.5px;color:var(--ink-3);font-weight:500;text-align:center}.dl-home .prim.on{border-color:rgba(111,184,124,.35);background:rgba(111,184,124,.08);color:var(--brand-light)}.dl-home .brand-bar{padding:14px 16px;border-radius:10px;background:linear-gradient(135deg,var(--warm) 0,#e9cf94 100%);color:#4a3617;font-weight:600;font-size:14px;text-align:center;margin-bottom:16px}.dl-home .brand-controls{display:flex;align-items:center;justify-content:space-between}.dl-home .brand-swatches{display:flex;gap:8px}.dl-home .sw{width:22px;height:22px;border-radius:6px;border:1px solid hsla(0,0%,100%,.12)}.dl-home .sw.active{box-shadow:0 0 0 2px var(--bg-2),0 0 0 3px var(--brand-mid)}.dl-home .brand-font{font-family:var(--font-mono);font-size:12px;color:var(--ink-3);border:1px solid var(--border-2);border-radius:8px;padding:6px 10px}.dl-home .form-row{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--border)}.dl-home .form-label{color:var(--ink-4);font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.dl-home .form-field{color:var(--ink);font-family:var(--font-mono);font-size:13px}.dl-home .form-field.ok{color:var(--brand-mid)}.dl-home .form-btn{width:100%;margin-top:16px;padding:11px;border-radius:10px;background:var(--brand-mid);color:var(--bg);font-size:13px;font-weight:500}.dl-home .rule-line{font-family:var(--font-mono);font-size:13px;color:var(--ink-2);padding:9px 0;border-bottom:1px solid var(--border)}.dl-home .rule-key{color:var(--brand-light)}.dl-home .rule-val{color:var(--warm)}.dl-home .tag-chips{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.dl-home .tagc{padding:6px 12px;border-radius:999px;border:1px solid var(--border-2);font-family:var(--font-mono);font-size:11px;color:var(--ink-3)}.dl-home .tagc.on{border-color:rgba(111,184,124,.35);background:rgba(111,184,124,.08);color:var(--brand-light)}.dl-home .fade-up{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.dl-home .fade-up.in{opacity:1;transform:translateY(0)}.dl-home .checkout-plus{padding:40px 0 112px}.dl-home .cp-box{position:relative;border-radius:32px;border:1px solid rgba(111,184,124,.14);padding:44px 48px 48px;background:radial-gradient(120% 80% at 50% -12%,rgba(46,125,79,.5) 0,rgba(46,125,79,.12) 28%,transparent 52%),var(--bg-2)}.dl-home .cp-badge{display:inline-flex;align-items:center;padding:7px 14px;border-radius:12px;background:#fff;margin-bottom:26px}.dl-home .cp-badge-img{height:28px;width:auto;display:block}.dl-home .cp-title{font-size:clamp(32px,4vw,52px);line-height:1.02;margin-bottom:16px;max-width:720px}.dl-home .cp-title .accent{font-style:italic;color:var(--brand-light)}.dl-home .cp-sub{font-size:17px;line-height:1.55;color:var(--ink-2);max-width:640px;margin-bottom:44px}.dl-home .cp{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:start}.dl-home .cp-left{display:flex;flex-direction:column}.dl-home .cp-item{padding:38px 0 38px 26px;border-left:2px solid transparent;opacity:.4;transition:opacity .3s ease,border-color .3s ease}.dl-home .cp-item+.cp-item{border-top:1px solid var(--border)}.dl-home .cp-item.active{opacity:1;border-left-color:var(--brand-mid)}.dl-home .cp-item h3{font-family:var(--font-serif);font-size:clamp(24px,2.4vw,32px);line-height:1.1;letter-spacing:-.02em;margin-bottom:10px}.dl-home .cp-item p{font-size:15px;line-height:1.6;color:var(--ink-2);max-width:440px}.dl-home .cp-item-media{display:none}.dl-home .cp-right{position:sticky;top:110px}.dl-home .cp-frame{background:#f4f1e8;color:#1a1410;border-radius:18px;overflow:hidden;box-shadow:0 40px 70px -30px rgba(0,0,0,.7)}.dl-home .cp-frame-bar{display:flex;align-items:center;gap:7px;padding:12px 16px;background:#ece8db;border-bottom:1px solid rgba(0,0,0,.07)}.dl-home .cp-frame-title{margin-left:10px;font-size:12px;font-weight:600;color:#4a4334;letter-spacing:.02em}.dl-home .cp-module{position:relative;min-height:188px;padding:24px 22px}.dl-home .cp-mod{position:absolute;inset:24px 22px auto 22px;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.dl-home .cp-mod.active{opacity:1;transform:none;pointer-events:auto}.dl-home .cp-mod-h{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:15px;margin-bottom:16px}.dl-home .cp-mod-tag{font-size:10.5px;font-weight:700;letter-spacing:.04em;padding:3px 9px;border-radius:999px;background:#2e7d4f;color:#eafdf0}.dl-home .cp-mod-note{margin-top:16px;font-size:12.5px;color:#6b6452}.dl-home .cp-old{text-decoration:line-through;opacity:.4;font-weight:400;margin-right:6px;font-size:12px}.dl-home .cp-gifts{display:flex;gap:8px;flex-wrap:wrap}.dl-home .cp-gift{padding:9px 16px;border-radius:999px;border:1px solid rgba(0,0,0,.12);font-size:13px;font-weight:500;color:#4a4334}.dl-home .cp-gift.on{background:#1a1410;border-color:#1a1410;color:#f4f1e8}.dl-home .cpg-stack{position:relative;width:112%;padding-bottom:40px}.dl-home .cpg-mod{min-height:0}.dl-home .cpg2-title{font-size:14.5px;font-weight:800;color:#1a1410}.dl-home .cpg2-title span{display:block;font-size:11.5px;font-weight:400;color:#8a8270;margin-top:3px}.dl-home .cpg2-card{border:1px solid #e2dccb;border-radius:11px;background:#fbf9f3;padding:10px 11px 11px;margin-top:10px}.dl-home .cpg2-crow{display:flex;align-items:center;gap:11px}.dl-home .cpg2-thumb{width:38px;height:38px;border-radius:8px;overflow:hidden;flex-shrink:0;border:1px solid #e2dccb;background:#fff}.dl-home .cpg2-thumb img{width:100%;height:100%;object-fit:cover;display:block}.dl-home .cpg2-info{flex:1;min-width:0}.dl-home .cpg2-name{font-size:12.5px;font-weight:700;color:#1a1410;margin-bottom:3px}.dl-home .cpg2-price{font-size:12px;font-weight:700;color:#1a1410;display:flex;align-items:center;gap:7px}.dl-home .cpg2-price s{color:#a49b86;font-weight:400;font-size:11px}.dl-home .cpg2-free{color:#157a37;font-size:11px;font-weight:800;letter-spacing:.02em}.dl-home .cpg2-limit{font-size:10.5px;color:#948d7a;margin-top:3px}.dl-home .cpg2-atc{display:flex;align-items:center;justify-content:flex-start;gap:7px;width:100%;margin-top:9px;background:#1a1410;color:#f4f1e8;font-size:12px;font-weight:600;padding:9px 0 9px 16px;border-radius:9px}.dl-home .cpg2-disc{display:flex;gap:9px;margin-top:14px}.dl-home .cpg2-input{flex:1;border:1px solid #e2dccb;border-radius:10px;padding:11px 13px;font-size:13px;color:#a49b86;background:#fff}.dl-home .cpg2-apply{background:#ece8db;color:#6b6452;border-radius:10px;padding:11px 18px;font-size:13px;font-weight:600;display:grid;place-items:center;white-space:nowrap}.dl-home .cpg2-tag{display:inline-flex;align-items:center;gap:7px;background:#ece8db;color:#1a1410;font-size:12px;font-weight:600;padding:7px 13px;border-radius:999px;margin-top:12px}.dl-home .cpg2-incart{display:flex;align-items:center;gap:12px;margin-top:12px;padding-bottom:16px;border-bottom:1px solid #e2dccb}.dl-home .cpg2-ic-thumb{position:relative;width:46px;height:46px;flex-shrink:0}.dl-home .cpg2-ic-thumb img{width:100%;height:100%;object-fit:cover;border-radius:9px;border:1px solid #e2dccb;background:#fff;display:block}.dl-home .cpg2-ic-badge{position:absolute;top:-6px;right:-6px;width:19px;height:19px;border-radius:50%;background:#1a1410;color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;border:2px solid #f4f1e8}.dl-home .cpg2-ic-info{flex:1;min-width:0}.dl-home .cpg2-ic-name{font-size:13.5px;font-weight:600;color:#1a1410}.dl-home .cpg2-ic-meta{font-size:11.5px;color:#948d7a;margin-top:3px}.dl-home .cpg2-ic-price{font-size:13.5px;font-weight:700;color:#1a1410;white-space:nowrap}.dl-home .cpg-main{width:89%}.dl-home .cpg-auto{position:absolute;right:22px;top:236px;width:58%;background:#f4f1e8;border:1px solid #e2dccb;border-radius:16px;box-shadow:0 44px 74px -24px rgba(0,0,0,.78);padding:15px 16px}.dl-home .cpg-auto-banner{display:flex;gap:9px;align-items:flex-start;background:#e7f3ea;border:1px solid #c4e3cb;border-radius:10px;padding:9px 11px;margin-bottom:12px}.dl-home .cpg-auto-banner svg{width:17px;height:17px;flex-shrink:0;margin-top:1px}.dl-home .cpg-auto-banner b{display:block;font-size:12.5px;font-weight:800;color:#185a30}.dl-home .cpg-auto-banner span{font-size:11px;color:#2f6b41;line-height:1.3}.dl-home .cpg-auto-line{display:flex;align-items:center;gap:11px;margin:11px 0}.dl-home .cpg-auto-thumb{position:relative;width:34px;height:34px;flex-shrink:0}.dl-home .cpg-auto-thumb img{width:100%;height:100%;object-fit:cover;border-radius:9px;border:1px solid #e2dccb;background:#fff;display:block}.dl-home .cpg-auto-badge{position:absolute;top:-6px;right:-6px;width:19px;height:19px;border-radius:50%;background:#1a1410;color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;border:2px solid #f4f1e8}.dl-home .cpg-auto-name{flex:1;font-size:12.5px;font-weight:600;color:#1a1410}.dl-home .cpg-auto-sub{display:block;font-size:10.5px;font-weight:500;color:#948d7a;margin-top:3px}.dl-home .cpg-auto-price{font-size:12.5px;font-weight:700;color:#1a1410;text-align:right;white-space:nowrap}.dl-home .cpg-auto-priceg s{display:block;font-size:10.5px;color:#a49b86;font-weight:400}.dl-home .cpg-auto-price .free{color:#157a37;font-weight:800}.dl-home .cpg-auto-disc{display:flex;gap:8px;margin-top:12px}.dl-home .cpg-auto-input{flex:1;border:1px solid #e2dccb;border-radius:9px;padding:9px 11px;font-size:11.5px;color:#a49b86;background:#fff}.dl-home .cpg-auto-apply{background:#ece8db;color:#6b6452;border-radius:9px;padding:9px 15px;font-size:11.5px;font-weight:600;display:grid;place-items:center}.dl-home .cpg-auto-tag{display:inline-flex;align-items:center;gap:6px;background:#ece8db;color:#1a1410;font-size:11.5px;font-weight:600;padding:6px 11px;border-radius:999px;margin-top:11px}.dl-home .cpg-auto-sub-row{border-top:1px solid #e2dccb;margin-top:13px;padding-top:12px}.dl-home .cpg-auto-subt{display:flex;justify-content:space-between;font-size:13px;font-weight:700;color:#1a1410}.dl-home .cpg-auto-ord{font-size:11px;color:#6b6452;margin-top:7px}.dl-home .cpg-auto-ordtag{font-size:11px;color:#6b6452;margin-top:4px}.dl-home .cpu-t1{background:linear-gradient(135deg,#cbb89a,#8f7d5d)}.dl-home .cpu-t2{background:linear-gradient(135deg,#a9c4d6,#5f88a4)}.dl-home .cpu-t3{background:linear-gradient(135deg,#d0bda2,#9c8567)}.dl-home .cpu-sec{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#9a927f;margin-bottom:9px}.dl-home .cpu-cline{display:flex;align-items:center;gap:11px}.dl-home .cpu-cthumb{position:relative;width:42px;height:42px;border-radius:9px;flex-shrink:0}.dl-home .cpu-cbadge{position:absolute;top:-6px;right:-6px;width:19px;height:19px;border-radius:50%;background:#4a4334;color:#fff;font-size:10px;font-weight:600;display:grid;place-items:center;border:2px solid #f4f1e8}.dl-home .cpu-cinfo{flex:1;min-width:0}.dl-home .cpu-cname{font-size:13px;font-weight:600;color:#2a2620}.dl-home .cpu-cmeta{font-size:11px;color:#9a927f;margin-top:2px}.dl-home .cpu-cprice{font-size:13px;font-weight:600;color:#2a2620}.dl-home .cpu-div{border-top:1px solid #e4ded0;margin:14px 0}.dl-home .cpu-row{display:flex;align-items:center;gap:11px;padding:9px 10px;border:1px solid #e7e1d2;border-radius:10px}.dl-home .cpu-row+.cpu-row{margin-top:8px}.dl-home .cpu-rthumb{width:40px;height:40px;border-radius:8px;flex-shrink:0}.dl-home .cpu-rinfo{flex:1;min-width:0}.dl-home .cpu-rname{font-size:12.5px;font-weight:600;color:#2a2620;margin-bottom:3px}.dl-home .cpu-rprice{font-size:12px;font-weight:600;color:#2a2620;display:flex;align-items:center;gap:6px}.dl-home .cpu-rprice s{color:#a49b86;font-weight:400}.dl-home .cpu-rsave{background:#e4efe1;color:#3a7d52;font-size:9.5px;font-weight:700;padding:2px 7px;border-radius:999px}.dl-home .cpu-radd{border:1px solid #cfc7b5;background:#fff;color:#2a2620;font-size:12px;font-weight:600;padding:7px 15px;border-radius:8px}.dl-home .cpu-disc{display:flex;gap:8px;margin-top:14px}.dl-home .cpu-input{flex:1;border:1px solid #e2dccb;border-radius:9px;padding:10px 12px;font-size:12px;color:#a49b86;background:#fff}.dl-home .cpu-apply{background:#ece8db;color:#6b6452;border-radius:9px;padding:10px 16px;font-size:12px;font-weight:600;display:grid;place-items:center}.dl-home .cpu-tag{display:inline-flex;align-items:center;gap:6px;background:#efe9db;color:#4a4334;font-size:11.5px;font-weight:600;padding:6px 11px;border-radius:999px;margin-top:11px}.dl-home .cpu-cthumb img,.dl-home .cpu-rthumb img{width:100%;height:100%;object-fit:cover;border-radius:inherit;border:1px solid #e2dccb;display:block}.dl-home .cpb-title{font-size:14px;font-weight:700;color:#1a1410;margin-bottom:13px}.dl-home .cpb-bogo{margin-bottom:15px}.dl-home .cpb-bhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dl-home .cpb-bname{font-size:14px;font-weight:700;color:#1a1410}.dl-home .cpb-badge{background:#2e7d4f;color:#fff;font-size:10.5px;font-weight:700;padding:4px 11px;border-radius:999px;letter-spacing:.03em}.dl-home .cpb-bar{height:8px;background:#e4ded0;border-radius:999px;overflow:hidden}.dl-home .cpb-fill{height:100%;width:66%;background:#3a7d52;border-radius:999px}.dl-home .cpb-note{font-size:11.5px;color:#9a927f;margin-top:9px}.dl-home .cpb-free{color:#157a37;font-weight:800}.dl-home .cpb-freeprice{display:flex;flex-direction:column;align-items:flex-end;line-height:1.3}.dl-home .cpb-freeprice s{font-size:11.5px;color:#a49b86}.dl-home .cpb-freeprice .cpb-free{font-size:13px}.dl-home .cpt-title{font-size:14px;font-weight:700;color:#1a1410;margin-bottom:4px}.dl-home .cpt-sub{font-size:11.5px;color:#9a927f;margin-bottom:14px}.dl-home .cpt-row{display:flex;align-items:center;gap:11px;padding:11px;border:1px solid #e7e1d2;border-radius:11px;margin-bottom:9px}.dl-home .cpt-row.on{border-color:#bfe0c8;background:#eef6ef}.dl-home .cpt-ic{width:34px;height:34px;border-radius:9px;background:#efe9db;display:grid;place-items:center;font-size:15px;flex-shrink:0}.dl-home .cpt-row.on .cpt-ic{background:#dcefe0}.dl-home .cpt-info{flex:1;min-width:0}.dl-home .cpt-seg{font-size:13px;font-weight:600;color:#2a2620}.dl-home .cpt-meta{font-size:11px;color:#9a927f;margin-top:2px}.dl-home .cpt-offer{font-size:11.5px;font-weight:700;padding:5px 11px;border-radius:999px;background:#efe9db;color:#4a4334;white-space:nowrap}.dl-home .cpt-row.on .cpt-offer{background:#2e7d4f;color:#fff}.dl-home .cpt-note{font-size:11.5px;color:#9a927f;margin-top:14px;line-height:1.5}.dl-home .cpt-lbl{font-family:var(--font-mono);font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#9a927f;margin-bottom:10px}.dl-home .cpt-lbl-then{margin-top:14px}.dl-home .cpt-cond{display:flex;align-items:center;gap:11px;padding:11px;border:1px solid #e7e1d2;border-radius:11px;background:#fbf9f3}.dl-home .cpt-val{font-size:12px;font-weight:700;padding:6px 12px;border-radius:999px;background:#1a1410;color:#f4f1e8;white-space:nowrap}.dl-home .cpt-and{display:flex;align-items:center;gap:10px;padding:8px 0 8px 16px}.dl-home .cpt-and:after{content:"";flex:1;height:1px;background:#e7e1d2}.dl-home .cpt-and span{font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.08em;color:#7d7563;background:#efe9db;border-radius:999px;padding:3px 10px}.dl-home .cpt-then{display:flex;align-items:center;gap:11px;padding:12px 11px;border:1px solid #bfe0c8;background:#eef6ef;border-radius:11px}.dl-home .cpt-ic-g{background:#dcefe0}.dl-home .cpt-badge-on{font-size:11.5px;font-weight:700;padding:5px 12px;border-radius:999px;background:#2e7d4f;color:#fff;white-space:nowrap}.dl-home .cp-upsell{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(0,0,0,.1);border-radius:12px}.dl-home .cp-up-thumb{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#d8cdb6,#b9a87f);flex-shrink:0}.dl-home .cp-up-info{flex:1;min-width:0}.dl-home .cp-up-name{font-weight:600;font-size:14px}.dl-home .cp-up-meta{font-size:11.5px;color:#8a8270}.dl-home .cp-up-price{font-weight:600;font-size:14px;white-space:nowrap}.dl-home .cp-up-add{font-size:12px;font-weight:600;padding:7px 14px;border-radius:999px;background:#1a1410;color:#f4f1e8}.dl-home .cp-bundle-bar{height:8px;background:rgba(0,0,0,.08);border-radius:999px;overflow:hidden}.dl-home .cp-bundle-fill{height:100%;background:#2e7d4f;border-radius:999px}.dl-home .cp-triggers{display:flex;gap:8px;flex-wrap:wrap}.dl-home .cp-trig{font-size:12px;padding:7px 12px;border-radius:8px;background:rgba(0,0,0,.05);color:#4a4334}.dl-home .cp-trig b{font-weight:700}.dl-home .cp-trig.on{background:#e9c45e;color:#3a2d10;font-weight:600}.dl-home .cp-foot{border-top:1px solid rgba(0,0,0,.08);padding:16px 22px 20px}.dl-home .cp-foot-row{display:flex;justify-content:space-between;font-size:13px;color:#5b554d;margin-bottom:14px}.dl-home .cp-foot-total{font-weight:700;font-size:16px;color:#1a1410}.dl-home .cp-pay{display:block;text-align:center;padding:12px;border-radius:10px;background:#1a1410;color:#f4f1e8;font-size:14px;font-weight:500}.dl-home .db-hero-text h1 .accent,.dl-home .db-reframe-head h2 .accent,.dl-home .db-two-text h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-hero{padding:110px 0 96px}.dl-home .db-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.dl-home .db-hero-text h1{margin-bottom:24px}.dl-home .db-hero-text .hero-sub{margin:0 0 28px;max-width:460px}.dl-home .db-checklist{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.dl-home .db-checklist li{position:relative;padding-left:30px;font-size:15px;color:var(--ink-2)}.dl-home .db-checklist li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:var(--brand-mid);color:var(--bg);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.dl-home .db-hero-ctas{justify-content:flex-start;margin-bottom:0}.dl-home .db-hero-visual{position:relative}.dl-home .db-toast{position:absolute;top:-30px;right:8px;z-index:2;display:flex;align-items:center;gap:10px;padding:11px 16px;border-radius:14px;background:linear-gradient(135deg,var(--brand-darker),#102a17);border:1px solid rgba(111,184,124,.25);box-shadow:0 16px 40px -16px rgba(0,0,0,.6)}.dl-home .db-toast-ic{font-size:16px}.dl-home .db-toast-label{display:block;font-size:11px;color:var(--ink-3)}.dl-home .db-toast-amt{display:block;font-size:13px;font-weight:600;color:var(--brand-light)}.dl-home .db-checkout{max-width:420px;width:100%;margin-left:auto;padding:24px}.dl-home .db-co-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dl-home .db-co-title{font-weight:600;font-size:16px}.dl-home .db-co-tag{font-size:11px;color:#5a7a5e;background:rgba(46,125,79,.1);padding:4px 10px;border-radius:999px}.dl-home .db-credit{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid rgba(46,125,79,.3);border-radius:12px;background:rgba(46,125,79,.05);margin-bottom:14px}.dl-home .db-credit-ic{width:30px;height:30px;border-radius:8px;background:#2e7d4f;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.dl-home .db-credit-info{flex:1;min-width:0}.dl-home .db-credit-name{font-weight:600;font-size:13px}.dl-home .db-credit-bal{font-size:11px;color:#8a8270}.dl-home .db-credit-amt{font-weight:700;color:#2e7d4f}.dl-home .db-hero-grid{grid-template-columns:.9fr 1.1fr}.dl-home .db-bento{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dl-home .db-bento-col{display:flex;flex-direction:column;gap:14px}.dl-home .db-ph{background:linear-gradient(135deg,var(--surface-2),var(--border-2));border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-4)}.dl-home .db-bento-photo{aspect-ratio:4/5}.dl-home .db-bento-cb{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px}.dl-home .db-bento-cb-h{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;margin-bottom:8px}.dl-home .db-bento-cb-ic{font-size:15px}.dl-home .db-bento-cb p{font-size:13px;line-height:1.5;color:var(--ink-3)}.dl-home .db-mcard{background:linear-gradient(160deg,#16314a,#0e2236);border:1px solid hsla(0,0%,100%,.06);border-radius:16px;padding:16px;color:#eef3f7}.dl-home .db-mcard-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.dl-home .db-mcard-brand{font-weight:800;font-size:13px;letter-spacing:.02em}.dl-home .db-mcard-earn{display:flex;flex-direction:column;align-items:flex-end}.dl-home .db-mcard-earn-l{font-size:9px;text-transform:uppercase;letter-spacing:.06em;opacity:.6}.dl-home .db-mcard-earn-v{font-weight:700;font-size:15px}.dl-home .db-mcard-img{aspect-ratio:16/7;margin-bottom:12px}.dl-home .db-mcard-meta{display:flex;justify-content:space-between;font-size:12px;margin-bottom:12px}.dl-home .db-mcard-k{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.06em;opacity:.55;margin-bottom:2px}.dl-home .db-mcard-qr{display:flex;flex-direction:column;align-items:center;gap:6px}.dl-home .db-qr{width:72px;height:72px;background:#fff;color:#999;border-radius:8px}.dl-home .db-mcard-qr>span{font-size:11px}.dl-home .db-welcome{background:#fff;color:#14161a;border-radius:16px;padding:22px 18px;text-align:center}.dl-home .db-welcome-brand{font-weight:800;font-size:15px;letter-spacing:.04em;margin-bottom:8px}.dl-home .db-welcome-h{font-weight:700;font-size:20px;margin-bottom:12px}.dl-home .db-welcome-l{font-size:12px;color:#6b7178;margin-bottom:4px}.dl-home .db-welcome-amt{font-weight:800;font-size:30px;margin-bottom:14px}.dl-home .db-welcome-btn{background:#14161a;color:#fff;font-size:12px;font-weight:600;padding:10px;border-radius:8px}.dl-home .db-benefit{display:flex;gap:10px;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px}.dl-home .db-benefit-ic{width:30px;height:30px;border-radius:8px;background:#1a1410;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dl-home .db-benefit p{font-size:13px;line-height:1.5;color:var(--ink-3)}.dl-home .db-benefit b{color:var(--ink);font-weight:600}.dl-home .db-cap{padding:56px 0 96px}.dl-home .db-cap-wrap{display:grid;grid-template-columns:.85fr 2.15fr;gap:48px;align-items:start}.dl-home .db-cap-side{position:sticky;top:110px}.dl-home .db-cap-side h2{font-size:clamp(32px,3.4vw,46px);line-height:1.05;margin-bottom:18px}.dl-home .db-cap-side p{font-size:16px;line-height:1.6;color:var(--ink-2);margin-bottom:28px;max-width:340px}.dl-home .db-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dl-home .db-cap-card{background:#0b0f0b;border:1px solid var(--border);border-radius:20px;padding:24px 22px;display:flex;flex-direction:column}.dl-home .db-cap-title{font-family:var(--font-serif);font-size:23px;margin-bottom:10px;line-height:1.1}.dl-home .db-cap-desc{font-size:13.5px;line-height:1.5;color:var(--ink-3);margin-bottom:18px;min-height:60px}.dl-home .db-cap-plus{width:34px;height:34px;border-radius:50%;border:1px solid var(--border-2);display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:var(--ink-2);margin-bottom:18px}.dl-home .db-cap-mock{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1/1;margin-top:auto}.dl-home .db-cap-mock .db-ph{position:absolute;inset:0;border-radius:0}.dl-home .db-cap-chip{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-radius:12px;background:rgba(10,13,10,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.08);font-size:13px;color:var(--ink)}.dl-home .db-cap-chip-l{color:var(--ink-3);font-size:12px}.dl-home .db-cap-chip b{font-weight:700;color:var(--brand-light)}.dl-home .db-reframe{padding:96px 0}.dl-home .db-reframe-head{text-align:center;max-width:760px;margin:0 auto 48px}.dl-home .db-reframe-head .eyebrow{display:inline-block;margin-bottom:16px;color:var(--brand-light)}.dl-home .db-reframe-head h2{margin-bottom:18px}.dl-home .db-reframe-head p{font-size:17px;line-height:1.6;color:var(--ink-2)}.dl-home .db-vs{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:820px;margin:0 auto}.dl-home .db-vs-col{border:1px solid var(--border);border-radius:20px;padding:28px;background:var(--surface)}.dl-home .db-vs-col.points{opacity:.82}.dl-home .db-vs-h{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:18px}.dl-home .db-vs-col.points .db-vs-h{color:var(--ink-3)}.dl-home .db-vs-col.credit .db-vs-h{color:var(--brand-light)}.dl-home .db-vs-col ul{list-style:none;display:flex;flex-direction:column;gap:13px}.dl-home .db-vs-col li{font-size:14.5px;color:var(--ink-2);position:relative;padding-left:24px}.dl-home .db-vs-col.points li:before{content:"✕";position:absolute;left:0;color:var(--ink-4)}.dl-home .db-vs-col.credit li:before{content:"✓";position:absolute;left:0;color:var(--brand-mid)}.dl-home .db-everywhere{padding:96px 0}.dl-home .db-two{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.dl-home .db-two-text .eyebrow{display:inline-block;margin-bottom:16px;color:var(--brand-light)}.dl-home .db-two-text h2{margin-bottom:16px}.dl-home .db-two-text p{font-size:16px;line-height:1.6;color:var(--ink-2);margin-bottom:28px;max-width:440px}.dl-home .db-surfaces{display:flex;gap:8px;flex-wrap:wrap}.dl-home .db-surface{font-size:13px;padding:7px 14px;border-radius:999px;border:1px solid var(--border-2);color:var(--ink-2)}.dl-home .db-surface.more{background:rgba(111,184,124,.1);border-color:rgba(111,184,124,.3);color:var(--brand-light)}.dl-home .db-widget{max-width:360px;width:100%;margin:0 auto;padding:22px}.dl-home .db-widget-head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:14px;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:14px}.dl-home .db-widget-head>span:first-child{font-size:12px;color:#8a8270}.dl-home .db-widget-amt{font-family:var(--font-serif);font-size:28px;color:#1a1410}.dl-home .db-tier-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:10px;margin-bottom:6px;font-size:13px}.dl-home .db-tier-row.done{background:rgba(0,0,0,.04);color:#5b554d}.dl-home .db-tier-row.current{background:rgba(207,111,147,.12);border:1px solid rgba(207,111,147,.3);color:#a44467;font-weight:600}.dl-home .db-tier-row.locked{color:#8a8270}.dl-home .db-tier-state{font-size:11px}.dl-home .db-widget-foot{margin-top:10px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08);font-size:13px;color:#5b554d}.dl-home .db-compounds{padding:40px 0 96px}.dl-home .db-grow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dl-home .db-grow{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:28px;display:flex;flex-direction:column}.dl-home .db-grow-num{font-family:var(--font-serif);font-style:italic;font-size:32px;color:var(--brand-mid);margin-bottom:14px;line-height:1}.dl-home .db-grow h3{font-family:var(--font-serif);font-size:24px;margin-bottom:10px;line-height:1.1;letter-spacing:-.01em}.dl-home .db-grow>p{font-size:14px;line-height:1.55;color:var(--ink-3);margin-bottom:20px}.dl-home .db-mock{margin-top:auto;background:var(--bg-2);border:1px solid var(--border);border-radius:14px;padding:16px}.dl-home .db-tierlist{display:flex;flex-direction:column;gap:8px}.dl-home .db-tl-row{display:flex;justify-content:space-between;align-items:center;padding:9px 12px;border-radius:10px;border:1px solid var(--border)}.dl-home .db-tl-row.on{border-color:rgba(207,111,147,.4);background:rgba(207,111,147,.08)}.dl-home .db-tl-name{font-weight:600;font-size:13px;color:var(--ink)}.dl-home .db-tl-meta{font-size:11px;color:var(--ink-3)}.dl-home .db-rewardlist{display:flex;flex-direction:column}.dl-home .db-rw{display:flex;justify-content:space-between;align-items:center;padding:9px 0;font-size:13px;color:var(--ink-2);border-bottom:1px solid var(--border)}.dl-home .db-rw:last-child{border-bottom:none}.dl-home .db-rw-amt{font-weight:600;color:var(--brand-light);font-family:var(--font-mono);font-size:12px}.dl-home .db-ref-camp{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.dl-home .db-ref-name{font-weight:600;font-size:13px}.dl-home .db-ref-live{font-size:10px;color:var(--brand-mid);background:rgba(111,184,124,.12);padding:3px 8px;border-radius:999px}.dl-home .db-ref-line{font-size:12.5px;color:var(--ink-2);margin-bottom:4px}.dl-home .db-ref-stats{display:flex;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border);font-size:11px;color:var(--ink-3)}.dl-home .db-ref-stats b{display:block;color:var(--ink);font-size:15px;font-family:var(--font-serif)}.dl-home .db-control{padding:40px 0 96px}.dl-home .db-control-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:56px}.dl-home .db-panel{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:24px 26px}.dl-home .db-panel-h{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3);margin-bottom:14px}.dl-home .db-knobs{display:flex;flex-direction:column}.dl-home .db-knob{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--border);font-size:13.5px;color:var(--ink-2)}.dl-home .db-knob:last-child{border-bottom:none}.dl-home .db-knob-v{font-family:var(--font-mono);font-size:12.5px;color:var(--ink)}.dl-home .db-toggle{width:32px;height:18px;border-radius:999px;background:var(--border-2);position:relative;flex-shrink:0}.dl-home .db-toggle:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--ink-3);transition:all .2s ease}.dl-home .db-toggle.on{background:var(--brand-mid)}.dl-home .db-toggle.on:after{left:16px;background:var(--bg)}.dl-home .db-int-head{text-align:center;max-width:640px;margin:0 auto 32px}.dl-home .db-int-head h3{font-family:var(--font-serif);font-size:clamp(26px,3vw,36px);margin-bottom:12px}.dl-home .db-int-head p{font-size:15px;color:var(--ink-2);line-height:1.55}.dl-home .db-int-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.dl-home .db-int{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:7px}.dl-home .db-int-logo{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--surface-2),var(--border-2))}.dl-home .db-int-name{font-weight:600;font-size:14px}.dl-home .db-int-tag{font-size:11px;color:var(--ink-3);font-family:var(--font-mono)}.dl-home .db-marquee{display:flex;flex-direction:column;gap:16px;overflow:hidden;margin-bottom:20px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.dl-home .db-marq-row{display:flex;width:max-content;will-change:transform}.dl-home .db-marq-l{animation:db-marq-left 70s linear infinite}.dl-home .db-marq-r{animation:db-marq-right 70s linear infinite}.dl-home .db-marquee:hover .db-marq-row{animation-play-state:paused}.dl-home .db-marq-logo{width:72px;height:72px;margin-right:16px;flex-shrink:0;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px -12px rgba(0,0,0,.7)}.dl-home .db-marq-logo img{width:100%;height:100%;display:block}@keyframes db-marq-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes db-marq-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.dl-home .db-marq-l,.dl-home .db-marq-r{animation:none}}.dl-home .db-marquee-sm{width:100%;min-width:0;gap:10px;margin-bottom:0}.dl-home .db-marquee-sm .db-marq-logo{width:44px;height:44px;border-radius:11px;margin-right:12px;box-shadow:0 6px 14px -10px rgba(0,0,0,.7)}.dl-home .db-marquee-sm .db-marq-l,.dl-home .db-marquee-sm .db-marq-r{animation-duration:32s}.dl-home .db-int-safe{text-align:center;padding:18px;border-radius:14px;background:var(--surface);border:1px solid var(--border)}.dl-home .db-int-safe-label{display:block;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-mid);margin-bottom:6px}.dl-home .db-int-safe-apps{font-size:13px;color:var(--ink-3)}.dl-home .db-op{padding:88px 0}.dl-home .db-op-head{text-align:center;max-width:680px;margin:0 auto 44px}.dl-home .db-op-head .eyebrow{display:inline-block;margin-bottom:16px;color:var(--brand-light)}.dl-home .db-op-head h2{margin-bottom:16px}.dl-home .db-op-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-op-head p{font-size:17px;line-height:1.6;color:var(--ink-2);max-width:600px;margin:0 auto}.dl-home .db-op-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:920px;margin:0 auto}.dl-home .db-op-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:26px 24px;transition:border-color .2s ease,transform .2s ease,background .2s ease}.dl-home .db-op-card:hover{border-color:var(--border-2);transform:translateY(-3px);background:var(--surface-2)}.dl-home .db-op-ic{display:inline-flex;width:42px;height:42px;border-radius:12px;background:rgba(111,184,124,.1);border:1px solid rgba(111,184,124,.18);align-items:center;justify-content:center;margin-bottom:18px}.dl-home .db-op-ic svg{width:21px;height:21px;fill:none;stroke:var(--brand-mid);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-op-card h3{font-family:var(--font-serif);font-size:20px;margin-bottom:8px;line-height:1.15}.dl-home .db-op-card p{font-size:14px;line-height:1.55;color:var(--ink-3)}.dl-home .db-spot{padding:64px 0}.dl-home .db-spot-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.dl-home .db-spot-alt .db-spot-grid{grid-template-columns:1fr 1.05fr}.dl-home .db-spot-text .eyebrow{display:inline-block;margin-bottom:16px;color:var(--brand-light)}.dl-home .db-spot-text h2{margin-bottom:18px}.dl-home .db-spot-text h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-spot-text>p{font-size:17px;line-height:1.6;color:var(--ink-2);margin-bottom:26px;max-width:460px}.dl-home .db-spot-list{list-style:none;display:flex;flex-direction:column;gap:14px}.dl-home .db-spot-list li{position:relative;padding-left:26px;font-size:15px;line-height:1.5;color:var(--ink-3)}.dl-home .db-spot-list li b{color:var(--ink);font-weight:600}.dl-home .db-spot-list li:before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:50%;background:var(--brand-mid)}.dl-home .db-spot-visual{display:flex;justify-content:center}.dl-home .db-receipt{width:100%;max-width:420px;background:var(--ink);color:#1a1f1a;border-radius:18px;padding:26px 26px 22px;box-shadow:0 30px 60px -30px rgba(0,0,0,.6);font-family:var(--font-mono)}.dl-home .db-receipt-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:18px}.dl-home .db-receipt-brand{font-family:var(--font-sans);font-weight:800;letter-spacing:.04em;font-size:15px}.dl-home .db-receipt-tag{font-size:12px;color:#8a8f88}.dl-home .db-receipt-rows{display:flex;flex-direction:column;gap:8px}.dl-home .db-receipt-row{display:flex;justify-content:space-between;font-size:13px;color:#4a4f48}.dl-home .db-receipt-sub{color:#1a1f1a;font-weight:600}.dl-home .db-receipt-div{height:0;border-top:1px dashed #c7c3b8;margin:14px 0}.dl-home .db-receipt-div-end{border-top-style:solid;border-top-color:#ddd9cd}.dl-home .db-receipt-cash{display:flex;justify-content:space-between;align-items:center;background:rgba(41,97,55,.1);border-radius:10px;padding:12px 14px;margin-top:4px}.dl-home .db-receipt-cash-l{font-size:13px;font-weight:600;color:var(--brand)}.dl-home .db-receipt-cash-v{font-size:16px;font-weight:800;color:var(--brand)}.dl-home .db-receipt-credit{display:flex;justify-content:space-between;align-items:center}.dl-home .db-receipt-credit span{font-family:var(--font-sans);font-size:13px;color:#4a4f48}.dl-home .db-receipt-credit b{font-family:var(--font-sans);font-size:22px;font-weight:800;color:#1a1f1a}.dl-home .db-rules{width:100%;max-width:460px;background:#0b0f0b;border:1px solid var(--border);border-radius:18px;overflow:hidden}.dl-home .db-rules-bar{display:flex;align-items:center;gap:7px;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--surface)}.dl-home .db-rules-dot{width:9px;height:9px;border-radius:50%;background:var(--border-2)}.dl-home .db-rules-title{margin-left:8px;font-family:var(--font-mono);font-size:12px;color:var(--ink-3)}.dl-home .db-rules-body{padding:8px 18px}.dl-home .db-rule{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(31,42,35,.6)}.dl-home .db-rule:last-child{border-bottom:none}.dl-home .db-rule-k{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3);flex-shrink:0}.dl-home .db-rule-v{font-size:14px;color:var(--ink);font-weight:500;text-align:right}.dl-home .db-rule-pills{display:flex;gap:6px}.dl-home .db-pill{font-size:12px;padding:5px 10px;border-radius:999px;border:1px solid var(--border-2);color:var(--ink-3)}.dl-home .db-pill.on{background:rgba(111,184,124,.12);border-color:rgba(111,184,124,.3);color:var(--brand-light)}.dl-home .db-tog{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--brand-light);font-weight:600}.dl-home .db-tog-knob{width:30px;height:17px;border-radius:999px;background:var(--brand-mid);position:relative;flex-shrink:0}.dl-home .db-tog-knob:after{content:"";position:absolute;top:2px;right:2px;width:13px;height:13px;border-radius:50%;background:var(--bg)}.dl-home .db-rules-foot{display:flex;align-items:center;gap:8px;padding:14px 18px;border-top:1px solid var(--border);background:var(--surface);font-size:12px;color:var(--brand-mid);font-family:var(--font-mono);line-height:1.4}.dl-home .db-rules-foot-ic{font-size:13px;flex-shrink:0}.dl-home .db-rule-sep{color:var(--ink-4);margin:0 2px}.dl-home .db-rule-delay{display:inline-flex;align-items:center;gap:6px}.dl-home .db-rule-clock{font-size:12px}.dl-home .db-rule-nest{position:relative}.dl-home .db-rule-nest .db-rule-k{padding-left:14px}.dl-home .db-rule-nest .db-rule-k:before{content:"└";position:absolute;left:0;color:var(--ink-4);font-family:var(--font-mono)}.dl-home .db-earn .db-erow{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid rgba(31,42,35,.6)}.dl-home .db-erow-ic{width:30px;height:30px;border-radius:8px;background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;flex-shrink:0;color:var(--brand-mid)}.dl-home .db-erow-ic svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-erow-tx{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.dl-home .db-erow-nm{font-size:13.5px;color:var(--ink);font-weight:600}.dl-home .db-erow-meta{font-size:11.5px;color:var(--ink-3);font-family:var(--font-mono)}.dl-home .db-erow-badge{font-size:10px;font-family:var(--font-mono);padding:3px 8px;border-radius:999px;flex-shrink:0}.dl-home .db-erow-badge.on{background:rgba(111,184,124,.12);border:1px solid rgba(111,184,124,.3);color:var(--brand-light)}.dl-home .db-seg{display:inline-flex;background:var(--bg-2);border:1px solid var(--border);border-radius:9px;padding:2px}.dl-home .db-seg-i{font-size:11.5px;padding:5px 9px;border-radius:7px;color:var(--ink-3);white-space:nowrap}.dl-home .db-seg-i.on{background:var(--surface-2);color:var(--ink);font-weight:600}.dl-home .db-ert-list{padding:8px;display:flex;flex-direction:column;gap:2px}.dl-home .db-ert{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px}.dl-home .db-ert.on{background:var(--surface-2)}.dl-home .db-ert-ic{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex-shrink:0;color:var(--ink-3)}.dl-home .db-ert.on .db-ert-ic{color:var(--brand-mid)}.dl-home .db-ert-ic svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-ert-nm{flex:1;font-size:14px;color:var(--ink-2);font-weight:500}.dl-home .db-ert.on .db-ert-nm{color:var(--ink);font-weight:600}.dl-home .db-ert-badge{font-size:11px;font-family:var(--font-mono);min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(111,184,124,.15);color:var(--brand-light);display:grid;place-items:center;flex-shrink:0}.dl-home .db-earn-stack{position:relative;width:100%;max-width:470px;height:352px}.dl-home .db-earn-cfg,.dl-home .db-earn-menu{position:absolute;background:#0b0f0b;border:1px solid var(--border);border-radius:14px;overflow:hidden}.dl-home .db-earn-menu{left:0;top:0;width:206px;box-shadow:0 22px 44px -26px rgba(0,0,0,.7)}.dl-home .db-earn-menu .db-ert{padding:8px 9px;gap:9px}.dl-home .db-earn-menu .db-ert-nm{font-size:12px}.dl-home .db-earn-menu .db-ert-ic{width:24px;height:24px}.dl-home .db-earn-menu .db-ert-ic svg{width:14px;height:14px}.dl-home .db-earn-cfg{left:150px;top:18px;width:248px;z-index:2;background:var(--surface);border-color:var(--border-2);box-shadow:0 34px 64px -24px rgba(0,0,0,.92)}.dl-home .db-fer{padding:12px;display:flex;flex-direction:column;gap:8px}.dl-home .db-fer-seg{display:flex;gap:3px;background:var(--bg-2);border:1px solid var(--border);border-radius:9px;padding:3px}.dl-home .db-fer-seg>span{flex:1;text-align:center;font-size:12px;padding:6px 4px;border-radius:6px;color:var(--ink-3)}.dl-home .db-fer-seg>span.on{background:var(--brand-mid);color:var(--bg);font-weight:600}.dl-home .db-fer-row{background:var(--bg-2);border:1px solid var(--border);border-radius:9px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.dl-home .db-fer-row.col{flex-direction:column;align-items:flex-start;gap:8px}.dl-home .db-fer-l{font-size:12px;color:var(--ink-3)}.dl-home .db-fer-v{font-size:14px;font-weight:700;color:var(--ink)}.dl-home .db-fer-pills{display:flex;gap:5px;flex-wrap:wrap}.dl-home .db-fer-pill{font-size:11px;padding:4px 9px;border-radius:6px;border:1px solid var(--border-2);color:var(--ink-3)}.dl-home .db-fer-pill.on{background:var(--brand-mid);color:var(--bg);border-color:var(--brand-mid);font-weight:600}.dl-home .db-fer-sched{font-size:12.5px;font-weight:600;color:var(--ink);display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.dl-home .db-live{font-style:normal;font-size:10.5px;color:var(--brand-light);display:inline-flex;align-items:center;gap:5px}.dl-home .db-live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-mid)}@media (max-width:600px){.dl-home .db-earn-stack{position:static;height:auto;max-width:100%;display:flex;flex-direction:column;gap:14px}.dl-home .db-earn-cfg,.dl-home .db-earn-menu{position:static;width:100%;top:auto}}.dl-home .db-tier-win{margin-bottom:11px}.dl-home .db-tier-win>span{font-size:11.5px;padding:6px 4px}.dl-home .db-tier2{display:flex;align-items:center;gap:11px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:9px 11px;margin-bottom:8px}.dl-home .db-tier2-ic{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.dl-home .db-tier2-ic svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-tier2-tx{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.dl-home .db-tier2-nm{font-size:13.5px;font-weight:600;color:var(--ink)}.dl-home .db-tier2-cond{font-size:11.5px;color:var(--ink-3)}.dl-home .db-tier2-mult{font-size:12.5px;font-weight:700;padding:4px 11px;border-radius:999px;flex-shrink:0}.dl-home .db-tier2.gold .db-tier2-ic,.dl-home .db-tier2.gold .db-tier2-mult{background:hsla(44,52%,62%,.15);color:#d8bd72}.dl-home .db-tier2.silver .db-tier2-ic,.dl-home .db-tier2.silver .db-tier2-mult{background:rgba(174,184,194,.15);color:#c2cad2}.dl-home .db-tier2.bronze .db-tier2-ic,.dl-home .db-tier2.bronze .db-tier2-mult{background:rgba(192,138,90,.16);color:#ce9b6e}.dl-home .db-tier-match{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-light);background:rgba(111,184,124,.12);border:1px solid rgba(111,184,124,.3);border-radius:6px;padding:5px 9px;margin:5px 0 11px}.dl-home .db-tierp{display:flex;flex-wrap:wrap;gap:6px}.dl-home .db-tierp>span{font-size:11px;padding:5px 9px;border-radius:7px;border:1px solid var(--border-2);color:var(--ink-3)}@media (max-width:860px){.dl-home .db-spot-alt .db-spot-grid,.dl-home .db-spot-grid{grid-template-columns:1fr;gap:36px}.dl-home .db-spot-alt .db-spot-text{order:1}.dl-home .db-spot-alt .db-spot-visual{order:2}}.dl-home .db-eng{padding:56px 0 72px}.dl-home .db-eng-panel{max-width:720px;margin:0 auto 48px;background:#0b0f0b;border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 40px 80px -40px rgba(0,0,0,.65)}.dl-home .db-eng-bar{display:flex;align-items:center;gap:7px;padding:15px 20px;border-bottom:1px solid var(--border);background:var(--surface)}.dl-home .db-eng-bar-t{margin-left:8px;font-family:var(--font-mono);font-size:12px;color:var(--ink-2)}.dl-home .db-eng-bar-c{margin-left:auto;font-family:var(--font-mono);font-size:11px;color:var(--brand-mid)}.dl-home .db-eng-rules{padding:14px;display:flex;flex-direction:column;gap:10px}.dl-home .db-eng-rule{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.dl-home .db-eng-rule-name{font-size:14px;font-weight:600;color:var(--ink)}.dl-home .db-eng-rule-rate{font-family:var(--font-mono);font-size:13px;color:var(--brand-light)}.dl-home .db-eng-rule-open{display:block;border-color:var(--border-2);background:linear-gradient(180deg,rgba(111,184,124,.06),rgba(111,184,124,.01))}.dl-home .db-eng-rule-h{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid var(--border);margin-bottom:13px}.dl-home .db-eng-rule-body{display:grid;grid-template-columns:1fr 1fr;gap:10px 28px}.dl-home .db-eng-sub{display:flex;align-items:center;justify-content:space-between;gap:12px}.dl-home .db-eng-sub-k{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-3)}.dl-home .db-eng-sub-v{font-size:13px;color:var(--ink)}.dl-home .db-eng-on{color:var(--brand-light);font-weight:600}.dl-home .db-eng-facets{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;max-width:940px;margin:0 auto}.dl-home .db-eng-facet-ic{display:inline-flex;width:40px;height:40px;border-radius:11px;background:rgba(111,184,124,.1);align-items:center;justify-content:center;font-size:18px;margin-bottom:13px}.dl-home .db-eng-facet h3{font-size:15px;margin-bottom:7px;line-height:1.2}.dl-home .db-eng-facet p{font-size:13px;line-height:1.5;color:var(--ink-3)}.dl-home .db-tp{padding:16px 0 72px}.dl-home .db-tp-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dl-home .db-tp-tile{position:relative;border-radius:16px;padding:20px;min-height:158px;display:flex;flex-direction:column;border:1px solid var(--border);background:var(--surface)}.dl-home .db-tp-tag{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3);margin-bottom:16px}.dl-home .db-tp-tag-dark{color:rgba(20,31,20,.5)}.dl-home .db-tp-tag-light{color:hsla(43,26%,95%,.55)}.dl-home .db-tp-cream{background:var(--ink);border-color:#e6e2d6;color:#1a1f1a}.dl-home .db-tp-pdp{justify-content:space-between}.dl-home .db-tp-pdp-chip{display:flex;align-items:center;gap:8px;background:rgba(41,97,55,.1);border:1px solid rgba(41,97,55,.18);border-radius:10px;padding:12px 14px;font-size:14px;color:#1a1f1a}.dl-home .db-tp-pdp-chip b{color:var(--brand);font-weight:700}.dl-home .db-tp-pdp-star{color:var(--brand-mid)}.dl-home .db-tp-row{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--ink-2)}.dl-home .db-tp-row b{color:var(--ink);font-weight:700}.dl-home .db-tp-apply{margin-top:12px;background:var(--brand-mid);color:var(--bg);text-align:center;font-size:13px;font-weight:600;padding:9px;border-radius:9px}.dl-home .db-tp-checkout .db-tp-row{padding:7px 0}.dl-home .db-tp-row-credit{border-top:1px dashed var(--border-2);padding-top:12px;margin-top:5px}.dl-home .db-tp-row-credit b{color:var(--brand-light)}.dl-home .db-tp-wallet{background:linear-gradient(160deg,#16314a,#0e2236);border-color:hsla(0,0%,100%,.06);color:#eef3f7}.dl-home .db-tp-wallet-amt{font-size:30px;font-weight:800;margin-top:auto}.dl-home .db-tp-wallet-l{font-size:12px;opacity:.7;margin-bottom:14px}.dl-home .db-tp-wallet-add{font-size:11px;font-family:var(--font-mono);opacity:.8;border-top:1px solid hsla(0,0%,100%,.1);padding-top:12px}.dl-home .db-tp-email-h{font-family:var(--font-serif);font-size:22px;color:#1a1f1a;margin-top:auto;margin-bottom:6px;line-height:1.15}.dl-home .db-tp-email-b{font-size:13px;color:#4a4f48;line-height:1.5}.dl-home .db-tp-lang{background:rgba(111,184,124,.07);border-color:rgba(111,184,124,.2)}.dl-home .db-tp-langs{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.dl-home .db-tp-lang-row{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--ink)}.dl-home .db-tp-flag{font-size:15px}.dl-home .db-tp-lang p{font-size:12px;color:var(--ink-3);line-height:1.5;margin-top:auto}@media (max-width:860px){.dl-home .db-eng-facets{grid-template-columns:repeat(2,1fr)}.dl-home .db-eng-rule-body{grid-template-columns:1fr}.dl-home .db-tp-bento{grid-template-columns:1fr 1fr}}@media (max-width:560px){.dl-home .db-eng-facets,.dl-home .db-tp-bento{grid-template-columns:1fr}}.dl-home .dbt{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:stretch;max-width:1000px;margin:0 auto}.dl-home .dbt-list{display:flex;flex-direction:column;gap:10px}.dl-home .dbt-opt{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:15px 18px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--ink-2);font-size:15px;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.dl-home .dbt-opt:hover{color:var(--ink)}.dl-home .dbt-opt.active{border-color:var(--brand-mid);background:rgba(111,184,124,.06);color:var(--ink)}.dl-home .dbt-opt-ic{display:inline-flex;width:30px;height:30px;border-radius:8px;background:rgba(111,184,124,.1);align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.dl-home .dbt-stage{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#0b0f0b;display:flex;flex-direction:column}.dl-home .dbt-bar{display:flex;align-items:center;gap:7px;padding:13px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.dl-home .dbt-langs{margin-left:auto;display:flex;gap:4px}.dl-home .dbt-lang{font-family:var(--font-mono);font-size:11px;padding:4px 9px;border-radius:7px;border:1px solid var(--border-2);background:transparent;color:var(--ink-3);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.dl-home .dbt-lang.active{background:var(--brand-mid);border-color:var(--brand-mid);color:var(--bg);font-weight:600}.dl-home .dbt-preview{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 28px;min-height:280px;background:radial-gradient(circle at 50% 28%,rgba(111,184,124,.05),transparent 70%)}.dl-home .dbt-card{width:100%;max-width:320px;background:var(--surface);border:1px solid var(--border-2);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 40px -24px rgba(0,0,0,.6)}.dl-home .dbt-line{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--ink-2)}.dl-home .dbt-line b{color:var(--ink);font-weight:700}.dl-home .dbt-mut{color:var(--ink-3)}.dl-home .dbt-btn{background:var(--brand-mid);color:var(--bg);text-align:center;font-size:13px;font-weight:600;padding:11px;border-radius:9px}.dl-home .dbt-credit{border-top:1px dashed var(--border-2);padding-top:12px}.dl-home .dbt-credit b{color:var(--brand-light)}.dl-home .dbt-card-pdp{gap:14px}.dl-home .dbt-pdp-img{aspect-ratio:16/9;border-radius:10px;background:linear-gradient(135deg,var(--surface-2),var(--bg));border:1px solid var(--border)}.dl-home .dbt-pdp-chip{display:flex;align-items:center;gap:8px;background:rgba(111,184,124,.1);border:1px solid rgba(111,184,124,.22);border-radius:10px;padding:11px 13px;font-size:14px;color:var(--ink)}.dl-home .dbt-pdp-star{color:var(--brand-mid)}.dl-home .dbt-card-acct{background:#fff;border-color:#e6e2d6;color:#14161a;align-items:flex-start}.dl-home .dbt-acct-hi{font-family:var(--font-serif);font-size:19px;color:#14161a}.dl-home .dbt-acct-l{font-size:12px;color:#6b7178}.dl-home .dbt-acct-amt{font-size:30px;font-weight:800;color:#14161a}.dl-home .dbt-card-cream{background:var(--ink);border-color:#e6e2d6}.dl-home .dbt-email-h{font-family:var(--font-serif);font-size:22px;color:#1a1f1a;line-height:1.15}.dl-home .dbt-email-b{font-size:13px;color:#4a4f48;line-height:1.5}.dl-home .dbt-card-wallet{background:linear-gradient(160deg,#16314a,#0e2236);border-color:hsla(0,0%,100%,.08);color:#eef3f7}.dl-home .dbt-wallet-l{font-size:12px;opacity:.7}.dl-home .dbt-wallet-amt{font-size:34px;font-weight:800}.dl-home .dbt-wallet-add{font-size:11px;font-family:var(--font-mono);opacity:.85;border-top:1px solid hsla(0,0%,100%,.1);padding-top:12px}@media (max-width:760px){.dl-home .dbt{grid-template-columns:1fr}}.dl-home .ew{max-width:1000px;margin:0 auto}.dl-home .ew-tabs{display:flex;gap:8px;justify-content:center;margin-bottom:28px;flex-wrap:wrap}.dl-home .ew-tab{font-size:14px;font-weight:500;padding:10px 20px;border-radius:999px;border:1px solid var(--border-2);background:transparent;color:var(--ink-2);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.dl-home .ew-tab:hover{color:var(--ink)}.dl-home .ew-tab.active{background:var(--brand-mid);border-color:var(--brand-mid);color:var(--bg)}.dl-home .ew-body{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:var(--bg-2);border:1px solid var(--border);border-radius:20px;padding:44px}.dl-home .ew-text h3{font-family:var(--font-serif);font-size:clamp(26px,3vw,34px);line-height:1.1;margin-bottom:14px}.dl-home .ew-text h3 .it{font-style:italic;color:var(--brand-light)}.dl-home .ew-text>p{font-size:16px;line-height:1.6;color:var(--ink-2);margin-bottom:22px;max-width:420px}.dl-home .ew-points{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:26px}.dl-home .ew-points li{position:relative;padding-left:26px;font-size:14.5px;color:var(--ink-2)}.dl-home .ew-points li:before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:50%;background:var(--brand-mid)}.dl-home .ew-visual{display:flex;align-items:center;justify-content:center}.dl-home .ew-visual .db-receipt,.dl-home .ew-visual .db-rules{max-width:360px}.dl-home .ew-tiers{width:100%;max-width:360px;display:flex;flex-direction:column;gap:10px}.dl-home .ew-tier{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.dl-home .ew-tier:first-child{margin-right:40px}.dl-home .ew-tier:nth-child(2){margin-right:20px}.dl-home .ew-tier-active{border-color:var(--brand-mid);background:linear-gradient(180deg,rgba(111,184,124,.12),rgba(111,184,124,.03));box-shadow:0 16px 36px -22px rgba(111,184,124,.5)}.dl-home .ew-tier-n{font-weight:600;font-size:15px;color:var(--ink)}.dl-home .ew-tier-t{font-family:var(--font-mono);font-size:12px;color:var(--ink-3)}.dl-home .ew-tier-m{font-size:12px;font-weight:600;color:var(--brand-light)}.dl-home .db-ref{padding:40px 0 72px}.dl-home .db-ref-flow{display:flex;align-items:stretch;justify-content:center;gap:16px;max-width:880px;margin:0 auto 24px}.dl-home .db-ref-card{flex:1;border-radius:16px;padding:24px;text-align:center}.dl-home .db-ref-card-back{border-color:var(--brand-mid);background:linear-gradient(180deg,rgba(111,184,124,.08),transparent)}.dl-home .db-ref-role{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3)}.dl-home .db-ref-amt{font-family:var(--font-serif);font-size:26px;color:var(--ink);margin:10px 0 8px}.dl-home .db-ref-card-back .db-ref-amt{color:var(--brand-light)}.dl-home .db-ref-card p{font-size:13px;line-height:1.5;color:var(--ink-3)}.dl-home .db-ref-arrow{display:flex;align-items:center;color:var(--ink-4);font-size:20px}.dl-home .db-ref-meta{text-align:center;font-family:var(--font-mono);font-size:12px;color:var(--ink-3)}.dl-home .db-ni{padding:40px 0 72px}.dl-home .db-ni2{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(0,1fr);gap:16px;align-items:stretch}.dl-home .db-ni2-card{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:36px;display:flex;flex-direction:column}.dl-home .db-ni2-head .eyebrow{display:inline-block;margin-bottom:14px;color:var(--brand-light)}.dl-home .db-ni2-head h2{font-size:clamp(26px,2.8vw,34px);line-height:1.05;margin-bottom:12px}.dl-home .db-ni2-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-ni2-head h3{font-family:var(--font-serif);font-size:clamp(24px,2.4vw,30px);line-height:1.08;margin-bottom:12px}.dl-home .db-ni2-head h3 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-ni2-head p{font-size:14.5px;line-height:1.6;color:var(--ink-2);max-width:440px}.dl-home .db-ni2-main .db-ni2-head{margin-bottom:30px}.dl-home .db-noti{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;margin-top:auto;align-items:stretch}.dl-home .db-noti-canvas{border:1px solid var(--border);border-radius:18px;padding:28px 24px;display:flex;align-items:center;justify-content:center;background-color:var(--bg-2);background-image:radial-gradient(circle,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:16px 16px}.dl-home .db-noti-flow{width:100%;max-width:320px;display:flex;flex-direction:column}.dl-home .db-noti-node{background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--border-2);border-radius:14px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.045),0 16px 32px -20px rgba(0,0,0,.75)}.dl-home .db-noti-event{display:flex;align-items:center;gap:11px;padding:12px 16px}.dl-home .db-noti-node-ic{width:28px;height:28px;border-radius:8px;background:rgba(111,184,124,.15);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-light);flex-shrink:0}.dl-home .db-noti-node-ic svg{width:15px;height:15px;fill:currentColor}.dl-home .db-noti-node-tx{display:flex;flex-direction:column;font-size:14px;font-weight:600;color:var(--ink)}.dl-home .db-noti-node-l{font-family:var(--font-mono);font-size:9.5px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3)}.dl-home .db-noti-line{width:2px;height:22px;background:var(--border-2);align-self:center}.dl-home .db-noti-sched{padding:14px}.dl-home .db-noti-sched-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dl-home .db-noti-sched-t{font-weight:600;font-size:13.5px;color:var(--ink)}.dl-home .db-noti-sched-mut{font-size:11px;color:var(--ink-3)}.dl-home .db-noti-row{display:flex;align-items:center;gap:10px;background:var(--bg-2);border:1px solid var(--border);border-radius:9px;padding:9px 12px;font-size:12.5px;color:var(--ink-2);margin-bottom:7px}.dl-home .db-noti-row-n{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;background:rgba(111,184,124,.12);color:var(--brand-light);font-size:11px;font-weight:700;font-family:var(--font-mono);flex-shrink:0}.dl-home .db-noti-add{font-size:12px;color:var(--brand-mid);font-weight:600;padding:5px 2px 1px}.dl-home .db-noti-fork{width:100%;height:38px;display:block}.dl-home .db-noti-fork path{fill:none;stroke:var(--border-2);stroke-width:2}.dl-home .db-noti-deliver{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dl-home .db-noti-dnode{display:flex;flex-direction:column;gap:11px;padding:14px}.dl-home .db-noti-dnode-l{font-family:var(--font-mono);font-size:9.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3)}.dl-home .db-noti-dnode-t{font-size:13px;font-weight:600;color:var(--ink)}.dl-home .db-noti-dnode-ic{width:32px;height:32px;border-radius:9px;background:rgba(111,184,124,.12);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-light)}.dl-home .db-noti-dnode-ic svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-noti-apps{display:flex;gap:9px}.dl-home .db-noti-app{width:46px;height:46px;border-radius:13px;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 5px 12px -5px rgba(0,0,0,.55)}.dl-home .db-noti-app img{width:100%;height:100%;display:block}.dl-home .db-noti-app-more{font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--ink-2);background:var(--bg-2);border:1px solid var(--border-2);box-shadow:none}.dl-home .db-noti-preview{display:flex;align-items:center;justify-content:center}.dl-home .db-noti-phone{width:100%;max-width:228px;background:#0c0f0c;border:6px solid var(--border-2);border-radius:28px;padding:8px}.dl-home .db-noti-mail{background:var(--ink);color:#1a1f1a;border-radius:20px;padding:20px 18px;text-align:center}.dl-home .db-noti-mail-sub{font-size:10px;color:#8a8f88;text-align:left;border-bottom:1px solid #e2dfd4;padding-bottom:10px;margin-bottom:16px}.dl-home .db-noti-mail-h{font-family:var(--font-serif);font-size:21px;line-height:1.12;color:#1a1f1a;margin-bottom:10px}.dl-home .db-noti-mail-b{font-size:12px;line-height:1.5;color:#6b7178;margin-bottom:18px}.dl-home .db-noti-mail-badge{width:72px;height:72px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;margin:0 auto 18px}.dl-home .db-noti-mail-btn{background:var(--brand);color:#fff;font-size:13px;font-weight:600;padding:11px;border-radius:9px;margin-bottom:14px}.dl-home .db-noti-mail-foot{font-size:10px;color:#9a9f98}.dl-home .db-ni2-side .db-ni2-head{margin-bottom:26px}.dl-home .db-flow2{display:flex;flex-direction:column}.dl-home .db-flow2-step{display:flex;align-items:center;gap:12px;background:var(--bg-2);border:1px solid var(--border-2);border-radius:12px;padding:13px 14px;position:relative}.dl-home .db-flow2-step+.db-flow2-step{margin-top:22px}.dl-home .db-flow2-step+.db-flow2-step:before{content:"";position:absolute;top:-22px;left:27px;width:2px;height:22px;background:var(--border-2)}.dl-home .db-flow2-step-on{border-color:rgba(111,184,124,.35);background:rgba(111,184,124,.07)}.dl-home .db-flow2-ic{width:30px;height:30px;border-radius:8px;background:rgba(111,184,124,.12);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-light);flex-shrink:0}.dl-home .db-flow2-ic svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-flow2-txt{display:flex;flex-direction:column;gap:1px}.dl-home .db-flow2-txt b{font-size:13.5px;font-weight:600;color:var(--ink)}.dl-home .db-flow2-txt span{font-size:11.5px;color:var(--ink-3)}.dl-home .db-flow2-foot{margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}.dl-home .db-flow2-foot-l{display:block;font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3);margin-bottom:14px}.dl-home .db-flow2-icons{display:flex;gap:8px;flex-wrap:wrap}.dl-home .db-flow2-icon{width:36px;height:36px;border-radius:9px;background:var(--bg-2);border:1px solid var(--border-2);overflow:hidden}.dl-home .db-flow2-icon img{width:100%;height:100%;display:block}@media (max-width:980px){.dl-home .db-ni2{grid-template-columns:1fr}}@media (max-width:620px){.dl-home .db-noti{grid-template-columns:1fr;gap:32px}}.dl-home .db-stats{padding:40px 0 72px}.dl-home .db-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:880px;margin:0 auto 20px}.dl-home .db-stat{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:32px 26px;text-align:center}.dl-home .db-stat-n{font-family:var(--font-serif);font-size:clamp(40px,5vw,56px);line-height:1;color:var(--ink);margin-bottom:12px}.dl-home .db-stat-n .it{font-style:italic;color:var(--brand-light)}.dl-home .db-stat-l{font-size:14px;line-height:1.5;color:var(--ink-3);max-width:200px;margin:0 auto}.dl-home .db-stats-foot{text-align:center;font-family:var(--font-mono);font-size:12px;color:var(--ink-3)}.dl-home .ans-pin{position:relative}.dl-home .ans-sticky{position:sticky;top:0;height:100vh;min-height:540px;display:flex;flex-direction:column;justify-content:flex-start;padding-top:104px;gap:28px;overflow:hidden}.dl-home .ans-sticky .ans-head2{margin-bottom:0}.dl-home .ans-track{display:flex;align-items:stretch;gap:22px;padding-inline:max(24px,calc((100vw - 1180px) / 2));will-change:transform}.dl-home .ans-card2{flex:0 0 360px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:0 30px 70px -42px rgba(0,0,0,.7);display:flex;flex-direction:column;gap:20px}.dl-home .ans-card2-head h3{font-family:var(--font-serif);font-weight:400;font-size:21px;line-height:1.15;color:var(--ink);margin:0 0 9px}.dl-home .ans-card2-head p{font-size:13.5px;line-height:1.55;color:var(--ink-3);margin:0}.dl-home .ans-card2-vis{flex:1}.dl-home .ans-card2-vis,.dl-home .ans-fig{display:flex;align-items:center;justify-content:center}.dl-home .ans-fig{width:100%;gap:18px}.dl-home .ans-fig-col{flex-direction:column;align-items:stretch;gap:16px}.dl-home .ans-stats{display:flex;flex-direction:column;gap:13px}.dl-home .ans-stat{display:flex;flex-direction:column;gap:2px}.dl-home .ans-stat span{font-size:11px;color:var(--ink-3)}.dl-home .ans-stat b{font-family:var(--font-serif);font-weight:400;font-size:21px;line-height:1;color:var(--ink)}.dl-home .ans-bars2{display:flex;flex-direction:column;gap:16px}.dl-home .ans-bar-row{display:grid;grid-template-columns:1fr 92px auto;align-items:center;gap:12px}.dl-home .ans-bar-l{font-size:12px;color:var(--ink-3)}.dl-home .ans-bar-track{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.dl-home .ans-bar-fill{display:block;height:100%;border-radius:999px}.dl-home .ans-bar-fill.purple{background:#c7a463}.dl-home .ans-bar-fill.green{background:var(--brand-mid)}.dl-home .ans-bar-v{font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap}.dl-home .ans-mini2{display:flex;flex-wrap:wrap;gap:8px 18px;border-top:1px solid var(--border);padding-top:14px;font-size:12px;color:var(--ink-3)}.dl-home .ans-mini2 b{color:var(--ink);font-weight:600;margin-left:5px}.dl-home .ans-chips{display:flex;gap:10px}.dl-home .ans-chip{flex:1;background:var(--bg-2);border:1px solid var(--border);border-radius:12px;padding:11px 12px;display:flex;flex-direction:column;gap:6px}.dl-home .ans-chip span{font-size:10.5px;color:var(--ink-3)}.dl-home .ans-chip b{font-family:var(--font-serif);font-weight:400;font-size:18px;line-height:1;color:var(--ink)}.dl-home .ans-cfg{display:flex;flex-direction:column;gap:15px}.dl-home .ans-cfg-row{display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:12px}.dl-home .ans-cfg-n{font-size:12px;color:var(--ink-2);white-space:nowrap}.dl-home .ans-cfg-track{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.dl-home .ans-cfg-fill{display:block;height:100%;border-radius:999px}.dl-home .ans-cfg-v{font-size:12.5px;font-weight:700;color:var(--ink);white-space:nowrap}.dl-home .ans-donut{width:148px;height:148px;flex-shrink:0}.dl-home .ans-donut-v{font-size:19px;font-weight:700;fill:var(--ink);font-family:var(--font-serif)}.dl-home .ans-donut-s{font-size:9px;fill:var(--ink-3);text-transform:uppercase;letter-spacing:.04em}.dl-home .ans-line{width:100%;height:150px;display:block}.dl-home .ans-legend{display:flex;gap:16px;font-size:11px;color:var(--ink-3)}.dl-home .ans-legend span{display:inline-flex;align-items:center;gap:6px}.dl-home .ans-legend i{width:9px;height:9px;border-radius:2px}.dl-home .ans-segwrap{gap:16px}.dl-home .ans-seglist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.dl-home .ans-seglist li{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-2)}.dl-home .ans-seglist i{width:9px;height:9px;border-radius:2px}@media (max-width:900px){.dl-home .ans-pin{height:auto!important}.dl-home .ans-sticky{position:static;height:auto;min-height:0;overflow:visible;display:block}.dl-home .ans-sticky .ans-head2{margin-bottom:22px}.dl-home .ans-track{flex-direction:column;align-items:stretch;transform:none!important;padding-inline:16px;gap:14px}.dl-home .ans-card2{flex:0 0 auto;width:100%}}@media (max-width:860px){.dl-home .ew-body{grid-template-columns:1fr;gap:32px;padding:28px}.dl-home .ew-tier:first-child,.dl-home .ew-tier:nth-child(2){margin-right:0}}@media (max-width:560px){.dl-home .db-stats-grid{grid-template-columns:1fr}}.dl-home .gopt-label{font-family:var(--font-mono);font-size:12px;color:var(--brand-mid);margin:0 0 14px}.dl-home .gopt-label-2{margin-top:44px}.dl-home .gref{width:100%;max-width:360px;display:flex;flex-direction:column;gap:16px}.dl-home .gref-pair{display:flex;align-items:center;gap:12px}.dl-home .gref-card{flex:1;background:var(--surface);border:1px solid var(--border-2);border-radius:12px;padding:16px;text-align:center}.dl-home .gref-role{display:block;font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3);margin-bottom:6px}.dl-home .gref-card b{font-family:var(--font-serif);font-size:24px;color:var(--brand-light)}.dl-home .gref-x{color:var(--ink-4);font-size:18px}.dl-home .gref-cfgs{display:flex;gap:7px;flex-wrap:wrap}.dl-home .gref-cfg{font-size:12px;padding:5px 11px;border-radius:999px;border:1px solid var(--border-2);color:var(--ink-3)}.dl-home .gref-cfg.on{background:rgba(111,184,124,.12);border-color:rgba(111,184,124,.3);color:var(--brand-light)}.dl-home .gref-note{font-family:var(--font-mono);font-size:11px;color:var(--ink-3)}.dl-home .gz{display:grid;grid-template-columns:.95fr 1.05fr;gap:18px;border:1px solid var(--border);border-radius:20px;padding:22px;position:relative;overflow:hidden;background-color:var(--bg-2);background-image:linear-gradient(hsla(0,0%,100%,.018) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.018) 1px,transparent 0);background-size:38px 38px}.dl-home .gz-visual{display:flex;align-items:center;justify-content:center;padding:26px;border-radius:14px;border:1px solid var(--border);background:rgba(10,13,10,.55)}.dl-home .gz-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px}.dl-home .gz-cell{text-align:left;display:flex;flex-direction:column;gap:9px;padding:22px;border:1px solid var(--border);border-radius:14px;background:rgba(20,26,22,.45);cursor:pointer;color:var(--ink-3);transition:border-color .15s,background .15s,color .15s}.dl-home .gz-cell-ic{font-size:18px;opacity:.55}.dl-home .gz-cell-t{font-weight:600;font-size:15px;color:var(--ink-2)}.dl-home .gz-cell-d{font-size:13px;line-height:1.45;color:var(--ink-3)}.dl-home .gz-cell.active{border-color:var(--brand-mid);background:var(--surface);box-shadow:inset 0 0 0 1px var(--brand-mid)}.dl-home .gz-cell.active .gz-cell-ic{opacity:1}.dl-home .gz-cell.active .gz-cell-t{color:var(--ink)}.dl-home .gz-cell.active .gz-cell-d{color:var(--ink-2)}.dl-home .gs{display:flex;gap:12px;min-height:440px}.dl-home .gs-item{flex:1 1 0;min-width:0;border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:22px;cursor:pointer;overflow:hidden;position:relative;transition:flex-grow .45s cubic-bezier(.4,0,.2,1),background .3s,border-color .3s}.dl-home .gs-item.active{flex-grow:5;border-color:var(--brand-mid);background:var(--bg-2)}.dl-home .gs-head{display:flex;align-items:center;gap:12px;white-space:nowrap}.dl-home .gs-n{font-family:var(--font-mono);font-size:13px;color:var(--ink-3)}.dl-home .gs-t{font-weight:600;font-size:16px;color:var(--ink-3)}.dl-home .gs-item.active .gs-t{color:var(--ink)}.dl-home .gs-body{margin-top:24px;display:flex;flex-direction:column;gap:22px;opacity:0;transition:opacity .3s .1s}.dl-home .gs-item.active .gs-body{opacity:1}.dl-home .gs-visual{display:flex;justify-content:flex-start}.dl-home .gs-blurb{font-size:15px;line-height:1.55;color:var(--ink-2);max-width:460px}@media (max-width:860px){.dl-home .gz{grid-template-columns:1fr}.dl-home .gz-grid{grid-template-rows:auto}.dl-home .gs{flex-direction:column;min-height:0}.dl-home .gs-item,.dl-home .gs-item.active{flex:none}.dl-home .gs-body{opacity:1}}.dl-home.db{background:radial-gradient(140% 100% at 50% -15%,rgba(52,134,84,.22),rgba(46,97,55,.05) 46%,transparent 78%),radial-gradient(110% 80% at 50% 118%,rgba(46,97,55,.11),transparent 70%),var(--bg);background-attachment:fixed}.dl-home .feb{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dl-home .feb-card{display:flex;flex-direction:column;overflow:hidden;min-height:380px;padding:34px 34px 0;border-radius:20px;background:linear-gradient(180deg,#131a15,#0c100d);border:1px solid hsla(0,0%,100%,.07);box-shadow:0 30px 56px -30px rgba(0,0,0,.85)}.dl-home .feb-title{font-family:var(--font-serif);font-size:clamp(25px,2.4vw,32px);line-height:1.04;letter-spacing:-.01em;margin-bottom:14px}.dl-home .feb-desc{font-size:15.5px;line-height:1.6;color:var(--ink-2);margin-bottom:30px;max-width:320px}.dl-home .feb-visual{margin:auto -34px 0;padding:0 20px}.dl-home .feb-card-wide{grid-column:span 2;flex-direction:row;align-items:stretch;padding:0;min-height:384px}.dl-home .feb-card-wide .feb-wide-visual{flex:1.4;min-width:0;display:flex;align-items:center;padding:26px 0 26px 16px;overflow:hidden}.dl-home .feb-card-wide .feb-wide-visual .db-rules{width:100%;max-width:460px}.dl-home .feb-card-wide .feb-wide-text{flex:0.8;display:flex;flex-direction:column;justify-content:center;padding:44px 40px}.dl-home .feb-card-wide .feb-title{font-size:clamp(32px,3.4vw,46px);line-height:1;margin-bottom:16px}.dl-home .feb-card-wide .feb-desc{font-size:17px;line-height:1.6;max-width:380px;margin-bottom:0}.dl-home .feb-visual .db-rules,.dl-home .feb-wide-visual .db-rules{width:100%;max-width:100%;border:1px solid var(--border);border-bottom:none;border-radius:14px 14px 0 0;box-shadow:0 -8px 30px -18px rgba(0,0,0,.7)}.dl-home .feb-card-wide .feb-wide-visual .db-rules{max-width:440px}.dl-home .feb-card-wide .feb-wide-visual .db-earn-split{max-width:540px}.dl-home .feb-visual .db-rules-foot,.dl-home .feb-wide-visual .db-rules-foot{display:none}.dl-home .feb-visual .ew-tiers{max-width:100%;padding-bottom:16px}.dl-home .feb-visual .ew-tier:first-child,.dl-home .feb-visual .ew-tier:nth-child(2){margin-right:0}.dl-home .feb-visual .gref{max-width:100%;padding-bottom:18px}.dl-home .feb-import{background:#0b0f0b;border:1px solid var(--border);border-bottom:none;border-radius:14px 14px 0 0;padding:18px 18px 22px;box-shadow:0 -8px 30px -18px rgba(0,0,0,.7)}.dl-home .feb-import-file{font-family:var(--font-mono);font-size:12px;color:var(--ink-2);padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.dl-home .feb-import-rows{display:flex;flex-direction:column;gap:10px}.dl-home .feb-import-rows>div{display:flex;align-items:center;justify-content:space-between;font-size:13px}.dl-home .feb-import-rows span{color:var(--ink-3)}.dl-home .feb-import-rows b{color:var(--ink);font-weight:600}.dl-home .feb-import-status{margin-top:14px;font-family:var(--font-mono);font-size:11px;color:var(--brand-mid)}.dl-home .feb-wallet{background:linear-gradient(160deg,#1b3a57,#0e2236);border:1px solid hsla(0,0%,100%,.1);border-bottom:none;border-radius:14px 14px 0 0;padding:22px 22px 26px;color:#eef3f7;box-shadow:0 -8px 30px -18px rgba(0,0,0,.7)}.dl-home .feb-wallet-l{font-size:12px;opacity:.7}.dl-home .feb-wallet-amt{font-size:38px;font-weight:800;margin:4px 0 16px}.dl-home .feb-wallet-add{font-size:11px;font-family:var(--font-mono);opacity:.85;border-top:1px solid hsla(0,0%,100%,.12);padding-top:14px}.dl-home .feb-acc{display:none}@media (max-width:860px){.dl-home .feb{grid-template-columns:1fr 1fr}.dl-home .feb-card-wide{grid-column:span 2;flex-direction:column;min-height:360px;padding:30px 30px 0}.dl-home .feb-card-wide .feb-wide-text{order:1;padding:0}.dl-home .feb-card-wide .feb-wide-visual{order:2;padding:0 18px;margin:24px -30px 0;align-items:flex-end}.dl-home .feb-card-wide .feb-wide-visual .db-rules{max-width:100%}}@media (max-width:560px){.dl-home .feb{grid-template-columns:1fr;padding:12px}.dl-home .feb-card{min-height:0;padding:26px 26px 0}.dl-home .feb-card-wide{grid-column:span 1}}.dl-home .db-brands{padding:36px 0 84px}.dl-home .db-brands-head{max-width:700px;margin-bottom:30px}.dl-home .db-brands-head h2{font-size:clamp(28px,3.4vw,44px);line-height:1.06;letter-spacing:-.01em}.dl-home .db-brands-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-brands-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.dl-home .db-brands-tab{padding:9px 20px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--ink-3);font-size:14.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:color .2s,background .2s,border-color .2s}.dl-home .db-brands-tab:hover{color:var(--ink-2)}.dl-home .db-brands-tab.on{background:var(--surface-2);color:var(--ink);border-color:var(--border-2)}.dl-home .db-brands-card{display:grid;grid-template-columns:1.05fr .95fr;border-radius:24px;overflow:hidden;border:1px solid var(--border);background:var(--surface);min-height:430px}.dl-home .db-brands-l{padding:44px 46px;display:flex;flex-direction:column;justify-content:center}.dl-home .db-brands-stat{display:inline-flex;align-items:center;gap:16px;background:rgba(111,184,124,.1);border:1px solid rgba(111,184,124,.22);border-radius:14px;padding:15px 20px;margin-bottom:24px;align-self:flex-start}.dl-home .db-brands-stat b{font-family:var(--font-serif);font-size:42px;line-height:1;color:var(--brand-light)}.dl-home .db-brands-stat span{font-size:13.5px;font-weight:600;color:var(--ink-2);max-width:190px;line-height:1.3}.dl-home .db-brands blockquote{margin:0 0 22px;font-size:17px;line-height:1.6;color:var(--ink);max-width:470px}.dl-home .db-brands-by b{display:block;font-size:14px;color:var(--ink)}.dl-home .db-brands-by span{font-size:13px;color:var(--ink-3)}.dl-home .db-brands-l .btn{margin-top:26px;align-self:flex-start}.dl-home .db-brands-r{position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(120% 120% at 28% 18%,rgba(111,184,124,.26),transparent 56%),radial-gradient(130% 130% at 82% 96%,rgba(46,125,79,.4),transparent 60%),linear-gradient(155deg,#18241d,#0b110d)}.dl-home .db-brands-rinner{display:flex;flex-direction:column;align-items:center;gap:13px;text-align:center;padding:24px}.dl-home .db-brands-rname{font-family:var(--font-serif);font-size:clamp(28px,3vw,38px);color:var(--ink);letter-spacing:-.01em}.dl-home .db-brands-stars{color:var(--brand-light);letter-spacing:4px;font-size:15px}.dl-home .db-brands-rtag{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.03em;color:var(--ink-3)}@media (max-width:860px){.dl-home .db-brands-card{grid-template-columns:1fr}.dl-home .db-brands-r{min-height:200px}.dl-home .db-brands-l{padding:32px 26px}}.dl-home .db-ref2{padding:24px 0 84px}.dl-home .db-refx{display:grid;grid-template-columns:1.18fr .82fr;gap:24px;align-items:stretch}.dl-home .db-refx .engine-head{text-align:left;margin:0 0 32px;max-width:520px}.dl-home .db-refx .engine-head p{margin:0}.dl-home .db-refx-list{display:grid;grid-template-columns:1fr 1fr;gap:32px 48px}.dl-home .db-refx-vis{position:relative;overflow:hidden;min-height:0}.dl-home .db-camp{display:flex;flex-direction:column;gap:10px;-webkit-mask-image:linear-gradient(180deg,#000 74%,transparent);mask-image:linear-gradient(180deg,#000 74%,transparent)}.dl-home .db-camp svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-camp-head{display:flex;align-items:center;gap:10px;padding:0 2px 4px}.dl-home .db-camp-hic{width:26px;height:26px;color:var(--brand-mid);display:grid;place-items:center}.dl-home .db-camp-hic svg{width:18px;height:18px}.dl-home .db-camp-ht{font-size:14px;font-weight:600;color:var(--ink);flex:1}.dl-home .db-camp-active{font-size:11px;font-family:var(--font-mono);color:var(--ink-3);background:var(--surface-2);border:1px solid var(--border);padding:4px 10px;border-radius:999px}.dl-home .db-camp-feat{background:var(--surface);border:1px solid rgba(111,184,124,.4);border-radius:16px;padding:16px;box-shadow:0 22px 44px -28px rgba(0,0,0,.7)}.dl-home .db-camp-feat-h{display:flex;align-items:center;gap:12px;margin-bottom:14px}.dl-home .db-camp-feat-ic{width:38px;height:38px;border-radius:10px;background:var(--brand);color:#fff;display:grid;place-items:center;flex-shrink:0}.dl-home .db-camp-feat-ic svg{width:19px;height:19px}.dl-home .db-camp-feat-tx{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.dl-home .db-camp-feat-tx b{font-size:15px;color:var(--ink)}.dl-home .db-camp-feat-tx span{font-size:12px;color:var(--ink-3)}.dl-home .db-camp-live{font-size:10px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;color:var(--brand-light);border:1px solid rgba(111,184,124,.4);border-radius:999px;padding:4px 9px;display:inline-flex;align-items:center;gap:5px;flex-shrink:0}.dl-home .db-camp-live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-mid)}.dl-home .db-camp-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dl-home .db-camp-side{background:var(--bg-2);border:1px solid var(--border);border-radius:12px;padding:13px}.dl-home .db-camp-k{font-size:10px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;color:var(--brand-mid);display:block;margin-bottom:8px}.dl-home .db-camp-k.amber{color:#c7a463}.dl-home .db-camp-amt{font-size:16px;color:var(--ink);display:block;margin-bottom:5px}.dl-home .db-camp-sub{font-size:11.5px;color:var(--ink-3);display:block;margin-bottom:12px}.dl-home .db-camp-row2{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--border);padding-top:10px;font-size:12px;color:var(--ink-3)}.dl-home .db-camp-row2 b{color:var(--ink)}.dl-home .db-camp-row{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:13px 15px}.dl-home .db-camp-row-ic{width:30px;height:30px;border-radius:8px;background:var(--surface-2);color:var(--brand-mid);display:grid;place-items:center;flex-shrink:0}.dl-home .db-camp-row-ic svg{width:16px;height:16px}.dl-home .db-camp-row-nm{flex:1;font-size:13.5px;font-weight:600;color:var(--ink)}.dl-home .db-camp-tags{display:flex;gap:6px}.dl-home .db-camp-tags i{font-style:normal;font-size:11px;font-family:var(--font-mono);padding:4px 8px;border-radius:6px;background:var(--bg-2);border:1px solid var(--border);color:var(--ink-3)}.dl-home .db-camp-tags i.d{color:#c7a463}.dl-home .db-refx-item h3{font-size:18px;font-weight:600;margin-bottom:9px;letter-spacing:-.01em}.dl-home .db-refx-item p{font-size:14px;line-height:1.55;color:var(--ink-2);max-width:320px}.dl-home .db-refx-idx{display:none}.dl-home .db-refx-demo{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:24px;border:1px solid rgba(111,184,124,.22);padding:48px 36px;background:radial-gradient(110% 120% at 50% 0,rgba(46,125,79,.32),transparent 56%),linear-gradient(180deg,#0a1610,#060a07)}.dl-home .db-refx-plus{font-size:26px;font-weight:300;color:var(--brand-light);margin-bottom:16px;line-height:1}.dl-home .db-refx-demo h3{font-size:clamp(28px,2.8vw,38px);line-height:1.04;letter-spacing:-.02em;margin-bottom:14px}.dl-home .db-refx-demo h3 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-refx-demo p{font-size:15px;line-height:1.55;color:var(--ink-2);max-width:330px;margin-bottom:24px}@media (max-width:860px){.dl-home .db-refx{grid-template-columns:1fr}.dl-home .db-refx-demo{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:8px;border-radius:0;border-left:0;border-right:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:rgba(9,13,10,.4);box-shadow:none;overflow:hidden;padding:52px 26px 56px}.dl-home .db-refx-demo:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(155,209,163,.07) 1px,transparent 1.4px);background-size:24px 24px;-webkit-mask-image:radial-gradient(72% 82% at 50% 50%,#000 24%,transparent 78%);mask-image:radial-gradient(72% 82% at 50% 50%,#000 24%,transparent 78%)}.dl-home .db-refx-demo:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 94% at 50% 46%,rgba(46,125,79,.22),transparent 66%)}.dl-home .db-refx-demo>*{position:relative;z-index:1}.dl-home .db-refx-demo .db-refx-plus{margin-bottom:12px}.dl-home .db-refx-demo h3{font-size:27px;margin-bottom:12px}.dl-home .db-refx-demo p{font-size:14.5px;margin-bottom:22px}}@media (max-width:560px){.dl-home .db-refx-list{grid-template-columns:1fr;gap:26px}}.dl-home .db-ui-track{position:relative;height:230vh}.dl-home .db-ui-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;padding:104px 0 36px}.dl-home .db-ui-head{margin-bottom:26px}.dl-home .db-ui-head .eyebrow{display:inline-block;margin-bottom:14px;color:var(--brand-light)}.dl-home .db-ui-head h2{font-size:clamp(30px,3.4vw,44px)}.dl-home .db-ui-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-ui-panel{position:relative;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:linear-gradient(180deg,hsla(0,0%,100%,.012),transparent 36%),var(--bg-2);box-shadow:0 30px 80px -56px rgba(0,0,0,.7)}.dl-home .db-ui-visual{position:relative;border-right:1px solid hsla(0,0%,100%,.05);min-height:480px}.dl-home .db-ui-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(48% 48% at 50% 46%,rgba(111,184,124,.05),transparent 72%);pointer-events:none}.dl-home .db-ui-viz{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:48px;opacity:0;transition:opacity .5s ease;pointer-events:none}.dl-home .db-ui-viz.on{opacity:1;pointer-events:auto}.dl-home .db-ui-viz.on>*{animation:uiRise .55s cubic-bezier(.2,.7,.2,1)}@keyframes uiRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.dl-home .db-ui-boxes{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.dl-home .db-ui-box{position:relative;text-align:left;display:flex;flex-direction:column;padding:42px 38px}.dl-home .db-ui-box>.db-ui-ic,.dl-home .db-ui-box>h3,.dl-home .db-ui-box>p{opacity:.32;transition:opacity .45s ease,color .45s ease}.dl-home .db-ui-box.active>.db-ui-ic,.dl-home .db-ui-box.active>h3,.dl-home .db-ui-box.active>p{opacity:1}.dl-home .db-ui-box:nth-child(odd){border-right:1px solid hsla(0,0%,100%,.05)}.dl-home .db-ui-box:nth-child(-n+2){border-bottom:1px solid hsla(0,0%,100%,.05)}.dl-home .db-ui-ic{color:var(--ink-3);margin-bottom:20px}.dl-home .db-ui-box.active .db-ui-ic{color:var(--brand-light)}.dl-home .db-ui-ic svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-ui-box h3{font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:11px}.dl-home .db-ui-box p{font-size:14.5px;line-height:1.6;color:var(--ink-3)}.dl-home .db-ui-box.active p{color:var(--ink-2)}.dl-home .db-ui-prog{margin-top:auto;height:2px;border-radius:2px;background:hsla(0,0%,100%,.045);overflow:hidden}.dl-home .db-ui-prog-fill{display:block;height:100%;border-radius:2px;background:var(--brand-mid);transform-origin:left;transform:scaleX(0);transition:transform .12s linear}.dl-home .db-ui-mob{display:none}.dl-home .uiv-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:430px}.dl-home .uiv-q{background:#fbf9f3;border:1px solid #e6e0d0;border-radius:14px;padding:12px 13px;box-shadow:0 16px 34px -24px rgba(0,0,0,.6);display:flex;flex-direction:column;min-height:150px}.dl-home .uiv-qlabel{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#a49b86;margin-bottom:10px}.dl-home .uiv-qbody{flex:1;display:flex;flex-direction:column;justify-content:center;gap:9px}.dl-home .uiv-qcenter{align-items:center;text-align:center;gap:6px}.dl-home .uiv-qcoin{width:15px;height:15px;border-radius:999px;background:#1f6b3e;color:#fff;font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dl-home .uiv-qprod{display:flex;align-items:center;gap:9px}.dl-home .uiv-qthumb{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#e0d8c6,#c6bca4);flex-shrink:0}.dl-home .uiv-qinfo{display:flex;flex-direction:column;gap:2px;min-width:0}.dl-home .uiv-qname{font-size:12px;font-weight:600;color:#1a1410;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dl-home .uiv-qsub{font-size:11px;color:#6b6452}.dl-home .uiv-qpill{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#1f6b3e;background:#e7f2e8;border:1px solid #cfe6d3;border-radius:8px;padding:6px 9px}.dl-home .uiv-qpill b{font-weight:700}.dl-home .uiv-qline{display:flex;justify-content:space-between;font-size:11.5px;color:#6b6452}.dl-home .uiv-qline.green{color:#1f6b3e;font-weight:600}.dl-home .uiv-qline.total{color:#1a1410;font-weight:700;font-size:12.5px;border-top:1px solid #e6e0d0;padding-top:7px;margin-top:1px}.dl-home .uiv-qcheck{width:30px;height:30px;border-radius:999px;background:#e7f2e8;color:#1f6b3e;display:inline-flex;align-items:center;justify-content:center}.dl-home .uiv-qcheck svg{width:15px;height:15px}.dl-home .uiv-qbig{font-size:14px;color:#1a1410;font-weight:600}.dl-home .uiv-qbig b{color:#1f6b3e}.dl-home .uiv-qwidgetwrap{justify-content:flex-end;align-items:flex-end;gap:11px}.dl-home .uiv-qwpanel{position:relative;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e6e0d0;border-radius:13px;padding:9px 13px;box-shadow:0 14px 28px -12px rgba(0,0,0,.45)}.dl-home .uiv-qwpanel:after{content:"";position:absolute;bottom:-5px;right:22px;width:9px;height:9px;background:#fff;border-right:1px solid #e6e0d0;border-bottom:1px solid #e6e0d0;transform:rotate(45deg)}.dl-home .uiv-qwtx{display:flex;flex-direction:column;line-height:1.15;text-align:left}.dl-home .uiv-qwtx b{font-size:13px;color:#1a1410;font-weight:700}.dl-home .uiv-qwtx span{font-size:9.5px;color:#6b6452}.dl-home .uiv-qlauncher{display:inline-flex;align-items:center;gap:7px;background:#1a1410;color:#f4f1e8;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;box-shadow:0 10px 20px -8px rgba(0,0,0,.6)}.dl-home .uiv-qlauncher svg{width:15px;height:15px}.dl-home .uiv-ai{width:100%;max-width:340px;background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--border-2);border-radius:18px;padding:18px;box-shadow:0 26px 54px -32px rgba(0,0,0,.8)}.dl-home .uiv-ai-head{display:flex;align-items:center;gap:12px}.dl-home .uiv-ai-ic{width:40px;height:40px;border-radius:11px;background:linear-gradient(140deg,var(--brand-mid),var(--brand));display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dl-home .uiv-ai-ic svg{width:22px;height:22px;color:var(--brand-light)}.dl-home .uiv-ai-tx{display:flex;flex-direction:column;gap:2px}.dl-home .uiv-ai-tx b{font-size:16px;font-weight:600;letter-spacing:-.01em;color:var(--ink)}.dl-home .uiv-ai-tx span{font-size:12.5px;color:var(--ink-3)}.dl-home .uiv-ai-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.dl-home .uiv-ai-pills span{font-family:var(--font-mono);font-size:11px;font-weight:500;color:var(--ink-2);background:var(--surface);border:1px solid var(--border-2);border-radius:8px;padding:5px 10px}.dl-home .uiv-ai-pills .more{color:var(--bg);background:var(--brand-mid);border-color:var(--brand-mid)}.dl-home .uiv-ai-preview{margin-top:16px;padding-top:14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.dl-home .uiv-ai-row{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--ink-2)}.dl-home .uiv-ai-code{font-family:var(--font-mono);font-size:10px;color:var(--bg);background:var(--brand-mid);padding:3px 6px;border-radius:5px;font-weight:600;flex-shrink:0}.dl-home .uiv-br{display:flex;align-items:center;gap:14px;width:100%;max-width:430px}.dl-home .uiv-br-widget{width:244px;flex-shrink:0;background:#fff;border:1px solid #ece7dd;border-radius:16px;overflow:hidden;box-shadow:0 26px 54px -30px rgba(0,0,0,.75)}.dl-home .uiv-br-top{background:linear-gradient(135deg,#c85b78,#b0466a);padding:14px 15px;display:flex;align-items:flex-start;justify-content:space-between}.dl-home .uiv-br-top-l{display:flex;flex-direction:column;gap:2px}.dl-home .uiv-br-cap{font-size:10px;color:hsla(0,0%,100%,.82)}.dl-home .uiv-br-amt{font-size:26px;font-weight:700;color:#fff;line-height:1;letter-spacing:-.01em}.dl-home .uiv-br-expiry{font-size:10px;color:#fff;background:hsla(0,0%,100%,.22);padding:5px 10px;border-radius:999px;white-space:nowrap}.dl-home .uiv-br-inner{padding:13px 15px 15px}.dl-home .uiv-br-lbl{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#a89a9d;display:block;margin-bottom:9px}.dl-home .uiv-br-tiers{display:flex;flex-direction:column;gap:8px}.dl-home .uiv-br-tier{display:flex;align-items:center;gap:10px;border:1px solid #ece7dd;background:#fff;border-radius:11px;padding:8px 10px}.dl-home .uiv-br-tier.current{border-color:#eac2cf;background:#fdf3f6}.dl-home .uiv-br-tier.locked{opacity:.5}.dl-home .uiv-br-tier-ic{width:28px;height:28px;border-radius:8px;background:#f0ece4;color:#a89a9d;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dl-home .uiv-br-tier.current .uiv-br-tier-ic{background:linear-gradient(135deg,#c85b78,#b0466a);color:#fff}.dl-home .uiv-br-tier.done .uiv-br-tier-ic{background:#e7f2e8;color:#2f9e54}.dl-home .uiv-br-tier-ic svg{width:15px;height:15px}.dl-home .uiv-br-tier-tx{display:flex;flex-direction:column;gap:2px}.dl-home .uiv-br-tier-nm{font-size:12.5px;font-weight:600;color:#2a2224;display:flex;align-items:center;gap:6px}.dl-home .uiv-br-tier-nm i{font-style:normal;font-size:10.5px;color:#c65a77;font-weight:700}.dl-home .uiv-br-tier-nm em{font-style:normal;font-size:8.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#c65a77;padding:2px 6px;border-radius:5px}.dl-home .uiv-br-tier-nm em.ok{color:#2f9e54;background:#e7f2e8}.dl-home .uiv-br-tier-sub{font-size:11px;color:#8a7d80}.dl-home .uiv-br-bday{display:flex;align-items:center;gap:9px;margin-top:11px;font-size:12px;color:#2a2224}.dl-home .uiv-br-bday-ic{width:26px;height:26px;border-radius:7px;background:#fdf3f6;color:#c65a77;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dl-home .uiv-br-bday-ic svg{width:15px;height:15px}.dl-home .uiv-br-bday-tx{flex:1}.dl-home .uiv-br-bday-tx b{color:#c65a77;font-weight:700}.dl-home .uiv-br-add{font-size:11px;font-weight:600;color:#fff;background:#c65a77;padding:6px 12px;border-radius:8px;white-space:nowrap}.dl-home .uiv-br-ctrl{order:-1;width:188px;flex-shrink:0;background:#fff;border:1px solid #ece7dd;border-radius:14px;padding:14px;box-shadow:0 22px 44px -18px rgba(0,0,0,.5)}.dl-home .uiv-br-ctrl-h{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#a89a9d;display:block;margin-bottom:12px}.dl-home .uiv-br-sec{display:block;font-size:11.5px;font-weight:700;color:#1a1410;margin-bottom:9px}.dl-home .uiv-br-field+.uiv-br-sec,.dl-home .uiv-br-sec+.uiv-br-sec{margin-top:13px}.dl-home .uiv-br-field{display:flex;flex-direction:column;gap:5px;margin-bottom:9px}.dl-home .uiv-br-flabel{font-size:10.5px;font-weight:500;color:#6b6452}.dl-home .uiv-br-input{display:flex;align-items:center;gap:8px;border:1px solid #e6e0d0;border-radius:8px;padding:7px 9px;background:#fdfcfa}.dl-home .uiv-br-ival{font-family:var(--font-mono);font-size:11px;color:#1a1410}.dl-home .uiv-br-sw{width:16px;height:16px;border-radius:4px;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.dl-home .uiv-br-sw.sw-rose{background:#c65a77}.dl-home .uiv-br-sw.sw-ink{background:#2a2224}.dl-home .uiv-br-sw.sw-card{background:#fdf3f6}.dl-home .uiv-br-sw.sw-border{background:#eec7d3}.dl-home .uiv-code{position:relative;width:100%;max-width:360px;height:250px}.dl-home .uiv-code-card{position:absolute;border:1px solid var(--border-2);border-radius:12px;background:#0b0f0b;overflow:hidden}.dl-home .uiv-code-3{top:0;left:0;right:64px;height:64px;opacity:.45}.dl-home .uiv-code-2{top:34px;left:32px;right:32px;height:76px;opacity:.7}.dl-home .uiv-code-1{top:76px;left:64px;right:0;height:160px;box-shadow:0 30px 60px -30px rgba(0,0,0,.7)}.dl-home .uiv-code-bar{font-family:var(--font-mono);font-size:11px;color:var(--ink-3);padding:11px 14px;border-bottom:1px solid var(--border)}.dl-home .uiv-code-pre{font-family:var(--font-mono);font-size:12px;line-height:1.6;color:var(--brand-light);padding:14px;margin:0;white-space:pre}@media (max-width:860px){.dl-home .db-ui-track{display:none}.dl-home .db-ui-mob{display:block;padding-bottom:4px}.dl-home .db-ui-mob .db-ui-head{margin-bottom:24px}.dl-home .db-ui-mob .db-ui-head .eyebrow{display:inline-block;margin-bottom:12px;color:var(--brand-light)}.dl-home .db-ui-mcard{border:1px solid var(--border);border-radius:18px;padding:24px 20px;margin-bottom:16px;background:var(--bg-2)}.dl-home .db-ui-mcard>.db-ui-ic{color:var(--brand-light);display:block;margin-bottom:14px}.dl-home .db-ui-mcard h3{font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:9px}.dl-home .db-ui-mcard p{font-size:14px;line-height:1.6;color:var(--ink-3);margin:0}.dl-home .db-ui-mviz{position:relative;margin-top:22px;padding-top:22px;border-top:1px solid var(--border);overflow:hidden}.dl-home .db-ui-mviz>*{width:100%!important;max-width:100%!important;margin:0 auto}.dl-home .db-ui-mviz .uiv-grid{grid-template-columns:1fr 1fr;gap:9px;max-width:100%}.dl-home .db-ui-mviz .uiv-q{min-height:128px;padding:11px}.dl-home .db-ui-mviz .uiv-br{flex-direction:column;align-items:stretch}.dl-home .db-ui-mviz .uiv-br-widget{width:100%;max-width:320px;margin:0 auto}.dl-home .db-ui-mviz .uiv-br-ctrl{display:none}.dl-home .db-ui-mviz .uiv-code{height:210px}}.dl-home .db-arc{padding:40px 0 96px}.dl-home .db-beat{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:36px 0}.dl-home .db-beat.rev .db-beat-text{order:2}.dl-home .db-beat.rev .db-beat-visual{order:1}.dl-home .db-kicker{display:inline-block;font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-mid);margin-bottom:14px}.dl-home .db-beat-text h3{font-family:var(--font-serif);font-size:clamp(26px,2.8vw,38px);line-height:1.05;letter-spacing:-.02em;margin-bottom:14px}.dl-home .db-beat-text>p{font-size:16px;line-height:1.6;color:var(--ink-2);max-width:440px;margin-bottom:20px}.dl-home .db-beat-visual{display:flex;justify-content:center}.dl-home .db-earn,.dl-home .db-tierconfig{max-width:360px}.dl-home .db-earn{padding:22px}.dl-home .db-earn-h{font-size:12px;color:#8a8270;margin-bottom:6px}.dl-home .db-earn-bal{font-family:var(--font-serif);font-size:34px;color:#1a1410;margin-bottom:16px;line-height:1}.dl-home .db-earn-row{display:flex;justify-content:space-between;font-size:13px;padding:10px 0;border-top:1px solid rgba(0,0,0,.07);color:#5b554d}.dl-home .db-earn-row.added{color:#2e7d4f;font-weight:600}.dl-home .db-tierconfig{padding:20px}.dl-home .db-tc-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08);font-weight:600;font-size:13px;color:#1a1410}.dl-home .db-tc-eval{font-size:11px;color:#8a8270;font-weight:400}.dl-home .db-tc-tier{display:flex;justify-content:space-between;align-items:center;padding:9px 12px;border-radius:10px;margin-bottom:6px;font-size:13px;background:rgba(0,0,0,.04)}.dl-home .db-tc-tier.gold{background:rgba(207,111,147,.1);border:1px solid rgba(207,111,147,.25)}.dl-home .db-tc-name{font-weight:600;color:#1a1410}.dl-home .db-tc-cond{font-size:11px;color:#8a8270}.dl-home .db-tc-match{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#2e7d4f;margin:12px 0 8px}.dl-home .db-tc-conds{display:flex;flex-wrap:wrap;gap:6px}.dl-home .db-tc-conds span{font-size:11px;padding:4px 9px;border-radius:6px;background:rgba(0,0,0,.05);color:#5b554d}.dl-home .db-ref-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:22px;width:100%;max-width:400px}.dl-home .db-wallet{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.dl-home .db-wallet-card{width:100%;max-width:340px;border-radius:18px;padding:22px;background:linear-gradient(140deg,var(--brand) 0,var(--brand-deep) 100%);border:1px solid rgba(111,184,124,.25);box-shadow:0 24px 50px -24px rgba(0,0,0,.6)}.dl-home .db-wallet-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:hsla(43,26%,95%,.7);margin-bottom:14px}.dl-home .db-wallet-logo{font-weight:600;color:var(--ink)}.dl-home .db-wallet-amt{font-family:var(--font-serif);font-size:42px;color:var(--ink);line-height:1;margin-bottom:18px}.dl-home .db-wallet-foot{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--brand-light)}.dl-home .db-wallet-chip{font-size:18px}.dl-home .db-wallet-add{font-size:12px;color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.02em}.dl-home .db-step{padding:56px 0}.dl-home .db-step-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.dl-home .db-step-grid.rev .db-step-text{order:2}.dl-home .db-step-grid.rev .db-step-visual{order:1}.dl-home .db-step-text .eyebrow{display:inline-block;margin-bottom:16px;color:var(--brand-light)}.dl-home .db-step-text h2{margin-bottom:16px}.dl-home .db-step-text h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .db-step-text>p{font-size:16px;line-height:1.6;color:var(--ink-2);max-width:440px}.dl-home .db-step-visual{display:flex;flex-direction:column;gap:14px;align-items:center}.dl-home .db-stay{padding:56px 0}.dl-home .db-stay-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dl-home .db-stay-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:30px;display:flex;flex-direction:column}.dl-home .db-stay-card h3{font-family:var(--font-serif);font-size:26px;margin-bottom:10px;line-height:1.1}.dl-home .db-stay-card>p{font-size:14.5px;line-height:1.55;color:var(--ink-3);margin-bottom:18px}.dl-home .db-stay-card .db-surfaces{margin-bottom:16px}.dl-home .db-stay-card .scene-card{max-width:none;margin:auto 0 0;width:100%}.dl-home .db-ref-perf{display:flex;justify-content:space-between;width:100%;max-width:400px;padding:16px 20px;border-radius:14px;background:var(--brand-darker);border:1px solid rgba(111,184,124,.2)}.dl-home .db-ref-perf-stat{display:flex;flex-direction:column;font-size:11px;color:var(--ink-3)}.dl-home .db-ref-perf-stat b{font-family:var(--font-serif);font-size:20px;color:var(--ink);margin-bottom:2px}.dl-home .db-wallet-sec{padding:56px 0 96px}.dl-home .db-wallet-stage{display:flex;justify-content:center}.dl-home .db-included{padding:40px 0 96px}.dl-home .db-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dl-home .db-icon{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:26px 18px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;transition:border-color .2s ease,transform .2s ease}.dl-home .db-icon:hover{border-color:var(--border-2);transform:translateY(-2px)}.dl-home .db-icon-ic{width:46px;height:46px;border-radius:13px;background:rgba(111,184,124,.1);display:flex;align-items:center;justify-content:center;margin-bottom:2px}.dl-home .db-icon-ic svg{width:22px;height:22px;fill:none;stroke:var(--brand-light);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.dl-home .db-icon-label{font-size:14.5px;font-weight:600;color:var(--ink)}.dl-home .db-icon-sub{font-size:11.5px;color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.02em}@media (max-width:960px){.dl-home .container{padding:0 24px}.dl-home .nav{margin:0 12px}.dl-home .nav-links{display:none}.dl-home .nav-toggle{display:flex}.dl-home .hero{padding:80px 0 64px}.dl-home .hero-proof{flex-wrap:wrap;justify-content:center;row-gap:8px}.dl-home .trust{padding:24px 0 64px}.dl-home .chapters{padding:56px 0 64px}.dl-home .chapters-grid{grid-template-columns:1fr;gap:32px}.dl-home .flow-pulse{width:12px;height:80px}.dl-home .flow-line,.dl-home .flow-pulse{flex-direction:column}.dl-home .flow-line:after,.dl-home .flow-line:before{width:1px;height:auto;flex:1}.dl-home .flow-line:before{background:linear-gradient(180deg,transparent,rgba(111,184,124,.3))}.dl-home .flow-line:after{background:linear-gradient(180deg,rgba(111,184,124,.3),transparent)}.dl-home .why{padding:64px 0}.dl-home .why-head{margin-bottom:36px}.dl-home .why-card{grid-template-columns:1fr;padding:36px 28px;gap:28px}.dl-home .why-slides{min-height:0}.dl-home .why-visual{min-height:0;display:block}.dl-home .why-slide,.dl-home .why-vis-slide{position:relative;inset:auto;transform:none;transition:opacity .3s ease}.dl-home .why-slide:not(.active),.dl-home .why-vis-slide:not(.active){display:none}.dl-home .why-nav{margin-top:24px}.dl-home .why-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:none}.dl-home .why-tab{flex:none;padding:12px 14px;font-size:12px;line-height:1.35;border:1px solid var(--border);border-radius:12px}.dl-home .why-tab.active{color:var(--brand-light);border-color:rgba(111,184,124,.4);background:rgba(111,184,124,.08)}.dl-home .why-tab.active:before{display:none}.dl-home .plus-slack{padding:64px 0}.dl-home .plus-card{grid-template-columns:1fr;padding:40px 32px;gap:28px}.dl-home .plus-visual{height:auto}.dl-home .reviews{padding:64px 0}.dl-home .review-grid{grid-template-columns:1fr}.dl-home .demos{padding:24px 0 64px}.dl-home .demos-head{margin-bottom:40px}.dl-home .marquee-track{gap:44px}.dl-home .demo-show{grid-template-columns:1fr;gap:24px}.dl-home .demo-stage-col{position:static}.dl-home .demo-rail{display:none}.dl-home .demo-list-wrap{padding-left:0}.dl-home .engine{padding:24px 0 72px}.dl-home .engine-head{margin-bottom:36px}.dl-home .eng-tabs{max-width:100%;overflow-x:auto;margin-bottom:32px}.dl-home .eng-tab{flex:0 0 auto}.dl-home .eng-show{display:none}.dl-home .eng-acc{display:flex;flex-direction:column;gap:10px}.dl-home .eng-acc-body{padding:0 16px 20px}.dl-home .eng-acc-title{font-size:21px}.dl-home .eng-acc-desc{font-size:14px;margin-bottom:16px}.dl-home .eng-acc .eng-media{margin:2px 0 20px;border-radius:14px}.dl-home .eng-video-bar{padding:9px 12px}.dl-home .eng-video-url{font-size:9px;margin-left:8px}.dl-home .eng-acc .eng-video-stage{aspect-ratio:16/10}.dl-home .eng-acc .eng-video-v{transform:scale(1.32);transform-origin:center 47%}.dl-home .eng-acc .eng-media[data-point=golive] .eng-video-v{transform:scale(1.22);transform-origin:6% 42%}.dl-home .eng-acc .eng-media[data-point=brand] .eng-video-v{transform:scale(1.18);transform-origin:88% 45%}.dl-home .eng-acc .eng-media[data-point=targeting] .eng-video-stage{aspect-ratio:4/3}.dl-home .eng-acc .eng-media[data-point=targeting] .eng-video-v{transform:scale(1.06);transform-origin:center top}.dl-home .custom{padding:24px 0 72px}.dl-home .cd-grid{grid-template-columns:1fr;gap:20px}.dl-home .cd-mtabs{display:flex;gap:5px;margin-bottom:18px;padding:5px;background:rgba(10,13,10,.5);border:1px solid var(--border);border-radius:999px}.dl-home .cd-mtab{flex:1;padding:10px 12px;border:none;border-radius:999px;background:none;color:var(--ink-3);font-family:var(--font-mono);font-size:12.5px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .2s ease,color .2s ease}.dl-home .cd-mtab.on{background:var(--brand-mid);color:#08150c}.dl-home .cd-m-cart .cd-rule,.dl-home .cd-m-rule .cd-cart{display:none}.dl-home .cd-rule{gap:20px}.dl-home .cd-block+.cd-block{border-top:1px solid var(--border);padding-top:20px}.dl-home .cd-pill.amber{font-size:12px;padding:6px 12px}.dl-home .cd-features{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}.dl-home .cd-feat{padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.35;align-items:flex-start}.dl-home .cd-feat:before{flex-shrink:0;margin-top:1px}.dl-home .cd-feat:last-child:nth-child(odd){grid-column:1/-1}.dl-home .checkout-plus{padding:24px 0 72px}.dl-home .cp-box{padding:28px 22px 32px;border-radius:24px}.dl-home .cp{grid-template-columns:1fr;gap:12px}.dl-home .cp-right{display:none}.dl-home .cp-item{padding:22px 0 24px 18px}.dl-home .cp-item-media{display:block;margin-top:16px}.dl-home .cpg-stack{width:100%;padding-bottom:0}.dl-home .cpg-main{width:100%}.dl-home .cpg-auto{display:none}.dl-home .cp-item-media .cp-module{min-height:0;padding:15px 16px}.dl-home .cp-item-media .cp-foot{padding:12px 16px 14px}.dl-home .cp-item-media .cp-foot-row{margin-bottom:9px}.dl-home .cp-item-media .cp-pay{padding:10px}.dl-home .cp-item-media .cpg2-card{padding:9px 10px 10px;margin-top:8px}.dl-home .cp-item-media .cpg2-atc{margin-top:8px;padding-top:8px;padding-bottom:8px}.dl-home .cp-item-media .cpg2-thumb{width:34px;height:34px}.dl-home .cp-item-media .cpg2-incart{margin-top:9px;padding-bottom:12px}.dl-home .cp-item-media .cpg2-disc{margin-top:10px}.dl-home .cp-item-media .cpg2-tag{margin-top:8px}.dl-home .db-hero{padding:80px 0 64px}.dl-home .db-hero-grid{grid-template-columns:1fr;gap:40px}.dl-home .db-hero-text .hero-sub{max-width:none}.dl-home .db-checkout{margin:0 auto}.dl-home .db-toast{top:-24px;right:0}.dl-home .db-reframe{padding:64px 0}.dl-home .db-vs{grid-template-columns:1fr}.dl-home .db-everywhere{padding:64px 0}.dl-home .db-two{grid-template-columns:1fr;gap:36px}.dl-home .db-two-text p{max-width:none}.dl-home .db-compounds,.dl-home .db-control,.dl-home .db-included{padding:24px 0 64px}.dl-home .db-control-grid,.dl-home .db-grow-grid{grid-template-columns:1fr}.dl-home .db-int-grid{grid-template-columns:1fr 1fr}.dl-home .db-icons{grid-template-columns:repeat(3,1fr)}.dl-home .db-ni2{grid-template-columns:minmax(0,1fr)}.dl-home .db-ni2-card{padding:28px 22px;min-width:0}.dl-home .db-ni2-main .db-ni2-head{margin-bottom:22px}.dl-home .db-ni2-head p{max-width:none}.dl-home .db-noti{grid-template-columns:minmax(0,1fr);gap:16px}.dl-home .db-noti-canvas,.dl-home .db-noti-preview{min-width:0}.dl-home .db-noti-canvas{padding:22px 16px}.dl-home .db-noti-flow{max-width:320px;margin:0 auto}.dl-home .db-marquee-sm{min-width:0}.dl-home .feb-card-wide{min-height:0}.dl-home .feb-card-wide .feb-wide-text,.dl-home .feb-card-wide .feb-wide-visual{flex:0 0 auto}.dl-home .db-op{padding:64px 0}.dl-home .db-op-grid{grid-template-columns:1fr}.dl-home .db-step{padding:32px 0}.dl-home .db-step-grid{grid-template-columns:1fr;gap:32px}.dl-home .db-step-grid.rev .db-step-text{order:1}.dl-home .db-step-grid.rev .db-step-visual{order:2}.dl-home .db-step-text>p{max-width:none}.dl-home .db-stay{padding:32px 0}.dl-home .db-stay-grid{grid-template-columns:1fr}.dl-home .db-wallet-sec{padding:32px 0 64px}.dl-home .db-cap{padding:24px 0 64px}.dl-home .db-cap-wrap{grid-template-columns:1fr;gap:28px}.dl-home .db-cap-side{position:static}.dl-home .db-cap-side p{max-width:none}.dl-home .db-cap-grid{grid-template-columns:1fr 1fr}.dl-home .industries{padding:64px 0}.dl-home .industries-head{flex-direction:column;align-items:flex-start}.dl-home .ind-content{grid-template-columns:1fr;padding:32px;gap:32px}.dl-home .cta{padding:60px 0 68px}.dl-home .cta-inner{padding:48px 22px;border-radius:22px}.dl-home .footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:600px){.dl-home .footer-grid{grid-template-columns:1fr}.dl-home .hero-proof .divider{display:none}.dl-home .cta-stats{gap:22px 18px;margin-bottom:34px}.dl-home .cta-stat-num{font-size:30px}.dl-home .cta-stat-label{font-size:10.5px;margin-top:6px}.dl-home .logos{gap:20px;justify-content:center}.dl-home .logo-placeholder{width:90px}.dl-home .why-slide-num{font-size:56px}.dl-home .why-slide h3{font-size:26px}.dl-home .ch-card{padding:28px 24px 24px}.dl-home .plus-card{padding:30px 22px;gap:22px}.dl-home .plus-text h3{font-size:25px;margin-bottom:12px}.dl-home .plus-text p{font-size:14.5px;line-height:1.55;margin-bottom:22px}.dl-home .plus-tags{gap:7px}.dl-home .plus-tag{padding:5px 10px;font-size:11px}.dl-home .plus-chat{padding:14px}.dl-home .plus-chat-b{font-size:12px}.dl-home .rev-track{padding-left:16px;padding-right:16px;scroll-padding-left:16px}.dl-home .scene-card{max-width:280px}.dl-home .ind-stats{gap:20px}.dl-home .demo-opt{padding:14px 16px}.dl-home .demo-frame-body{padding:28px 20px 22px}.dl-home .engine-prims{grid-template-columns:1fr}.dl-home .cd-pills{padding-left:0}.dl-home .db-int-grid{grid-template-columns:1fr}.dl-home .db-icons{grid-template-columns:repeat(2,1fr)}.dl-home .db-icon{padding:18px 14px}.dl-home .db-icon:last-child:nth-child(odd){grid-column:1/-1}.dl-home .db-bento{grid-template-columns:1fr}.dl-home .feb{display:none}.dl-home .feb-acc{display:flex;flex-direction:column;gap:10px}.dl-home .feb-acc-item{border:1px solid var(--border);border-radius:16px;background:var(--surface);overflow:hidden;transition:border-color .2s ease;scroll-margin-top:84px}.dl-home .feb-acc-item[open]{border-color:rgba(111,184,124,.3)}.dl-home .feb-acc-head{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;cursor:pointer;font-family:var(--font-serif);font-size:21px;line-height:1.1;color:var(--ink)}.dl-home .feb-acc-head::-webkit-details-marker{display:none}.dl-home .feb-acc-chev{width:9px;height:9px;border-right:2px solid var(--ink-3);border-bottom:2px solid var(--ink-3);transform:rotate(45deg);transition:transform .25s ease;flex-shrink:0;margin-top:-4px}.dl-home .feb-acc-item[open] .feb-acc-chev{transform:rotate(-135deg);margin-top:3px;border-color:var(--brand-light)}.dl-home .feb-acc-body{padding:0 20px 22px}.dl-home .feb-acc-body .feb-desc{font-size:14.5px;line-height:1.6;max-width:none;margin-bottom:20px}.dl-home .feb-acc-visual{margin:0;padding:0;overflow:hidden;border-radius:12px}.dl-home .db-refx-list{grid-template-columns:1fr;gap:10px}.dl-home .db-refx-item{display:flex;gap:16px;align-items:flex-start;padding:20px;border-radius:16px;border:1px solid var(--border);background:hsla(0,0%,100%,.02);transition:background .4s ease,border-color .4s ease,box-shadow .4s ease}.dl-home .db-refx-item.active{background:radial-gradient(130% 150% at 0 0,rgba(46,125,79,.28),transparent 62%),linear-gradient(180deg,rgba(17,32,23,.94),rgba(9,16,11,.94));border-color:rgba(111,184,124,.4);box-shadow:0 16px 36px -22px rgba(0,0,0,.9)}.dl-home .db-refx-idx{display:block;flex:none;width:24px;padding-top:3px;font-family:var(--font-mono);font-size:13px;font-weight:500;color:var(--ink-3);transition:color .4s ease}.dl-home .db-refx-item.active .db-refx-idx{color:var(--brand-light)}.dl-home .db-refx-c{min-width:0;flex:1}.dl-home .db-refx-item h3{font-size:19px;margin-bottom:0;color:var(--ink-2);letter-spacing:-.01em;transition:color .4s ease,margin-bottom .4s ease}.dl-home .db-refx-item.active h3{color:var(--ink);margin-bottom:9px}.dl-home .db-refx-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s ease}.dl-home .db-refx-item.active .db-refx-body{grid-template-rows:1fr}.dl-home .db-refx-body>p{overflow:hidden;min-height:0;font-size:15px;line-height:1.6;max-width:none;color:var(--ink-2)}.dl-home .db-refx-demo{padding:44px 22px 48px}.dl-home .db-refx-plus{font-size:20px;margin-bottom:10px}.dl-home .db-refx-demo h3{font-size:24px;margin-bottom:10px}.dl-home .db-refx-demo p{font-size:13.5px;line-height:1.5;margin-bottom:18px;max-width:none}.dl-home .db-refx-demo .btn{padding:12px 26px;font-size:14px}.dl-home .dreviews{padding:8px 0 60px}.dl-home .dreviews .engine-head{margin-bottom:26px}.dl-home .drev-track{gap:14px;padding:6px 0 12px}.dl-home .drev-card{flex-basis:85%;padding:28px 24px 26px}.dl-home .drev-text{font-size:15px;line-height:1.55}.dl-home .drev-logo{height:52px}.dl-home .lw-x{height:50px}.dl-home .lw-row{grid-template-columns:repeat(3,max-content);column-gap:22px}.dl-home .lw-row-logo{height:calc(27px * var(--lw-scale, 1));max-width:84px;max-height:40px}.dl-home .lw-row-logo:nth-child(n+4){display:none}.dl-home .db-cap-grid{grid-template-columns:1fr}.dl-home .container{padding:0 16px}.dl-home .cd-frame{padding:12px;border-radius:20px}.dl-home .cd-rule{padding:18px 16px;gap:14px;border-radius:20px}.dl-home .cd-cart{padding:16px}.dl-home .cd-shop{flex-wrap:wrap;gap:10px}.dl-home .cd-cond,.dl-home .cd-group{padding:10px}.dl-home .cd-rule-head{flex-wrap:wrap;gap:8px}.dl-home .cd-num,.dl-home .cd-sel{max-width:100%}.dl-home .cd-line{gap:8px}.dl-home .cd-add{flex-wrap:wrap}.dl-home .eng-rail{padding-left:24px}}.dl-home .pr-hero{padding:120px 0 56px}.dl-home .pr-main{padding:8px 0 40px}.dl-home .pr-controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px 24px;margin:0 0 48px}.dl-home .pr-seg{padding:5px;background:var(--surface);border:1px solid var(--border)}.dl-home .pr-seg,.dl-home .pr-seg-btn{display:inline-flex;border-radius:999px}.dl-home .pr-seg-btn{align-items:center;gap:9px;padding:10px 22px;font-size:14px;font-weight:500;color:var(--ink-2);transition:all .2s ease;white-space:nowrap}.dl-home .pr-seg-ic{display:inline-flex}.dl-home .pr-seg-ic svg{width:16px;height:16px}.dl-home .pr-seg-btn.active{background:var(--brand-mid);color:var(--bg)}.dl-home .pr-seg-btn:not(.active):hover{color:var(--ink)}.dl-home .pr-cards{display:grid;gap:20px;align-items:stretch;padding-top:22px}.dl-home .pr-cards-2{grid-template-columns:repeat(2,1fr);max-width:800px;margin:0 auto}.dl-home .pr-cards-4{grid-template-columns:repeat(4,1fr)}.dl-home .pr-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:22px}.dl-home .pr-tint-green{background:linear-gradient(180deg,rgba(111,184,124,.09) 0,var(--surface) 46%)}.dl-home .pr-tint-warm{background:linear-gradient(180deg,hsla(40,74%,83%,.07) 0,var(--surface) 46%)}.dl-home .pr-tint-mint{background:linear-gradient(180deg,rgba(184,216,184,.07) 0,var(--surface) 46%)}.dl-home .pr-tint-neutral{background:linear-gradient(180deg,hsla(0,0%,100%,.025) 0,var(--surface) 46%)}.dl-home .pr-card.featured{border-color:var(--brand-mid);border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 0 0 1px var(--brand-mid),0 30px 70px -32px rgba(111,184,124,.5)}.dl-home .pr-banner{position:absolute;left:-1px;right:-1px;bottom:100%;height:40px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--brand-mid);color:var(--bg);font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:22px 22px 0 0}.dl-home .pr-card-top{padding:30px 26px 26px}.dl-home .pr-plan-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dl-home .pr-plan-name{font-family:var(--font-serif);font-size:34px;font-weight:400;letter-spacing:-.01em;line-height:1}.dl-home .pr-badge{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:var(--brand-light);background:rgba(111,184,124,.12);border:1px solid var(--border-2);padding:3px 9px;border-radius:999px}.dl-home .pr-plan-tag{font-size:13.5px;color:var(--ink-3);margin-top:10px;min-height:40px;line-height:1.45}.dl-home .pr-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px;margin-top:10px}.dl-home .pr-price-cur{font-size:26px;font-weight:700;color:var(--brand-light);align-self:flex-start;margin-top:8px}.dl-home .pr-price-num{font-family:var(--font-sans);font-size:52px;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--brand-light)}.dl-home .pr-price-custom{font-size:40px;letter-spacing:-.02em}.dl-home .pr-price-per{font-size:15px;color:var(--ink-3);margin-left:4px}.dl-home .pr-price-annual{flex-basis:100%;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-3);margin-top:10px}.dl-home .pr-price-annual b{color:var(--ink-2);font-weight:500}.dl-home .pr-save-pill{font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.02em;color:var(--brand-deep);background:var(--brand-light);padding:2px 8px;border-radius:999px}.dl-home .pr-plan-note{font-size:12.5px;color:var(--ink-3);margin-top:8px}.dl-home .pr-card-cta{width:100%;margin-top:22px}.dl-home .pr-card-feats{flex:1;padding:24px 26px 28px;border-top:1px solid var(--border)}.dl-home .pr-feat-title{font-size:13px;font-weight:600;color:var(--ink);margin-bottom:16px}.dl-home .pr-feat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}.dl-home .pr-feat-list li{display:flex;gap:10px;font-size:13.5px;color:var(--ink-2);line-height:1.45}.dl-home .pr-feat-list-off{margin-top:13px}.dl-home .pr-feat-list-off li{color:var(--ink-4)}.dl-home .pr-feat-check{flex-shrink:0;width:18px;height:18px;margin-top:1px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(111,184,124,.14);color:var(--brand-light)}.dl-home .pr-feat-check svg{width:11px;height:11px}.dl-home .pr-feat-x{flex-shrink:0;width:18px;height:18px;margin-top:1px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink-4)}.dl-home .pr-feat-x svg{width:11px;height:11px}.dl-home .pr-help{padding:56px 0 24px}.dl-home .pr-help-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:44px 48px;border-radius:24px;border:1px solid var(--border-2);background:linear-gradient(105deg,var(--brand-deep) 0,var(--brand) 60%,var(--brand-mid) 130%)}.dl-home .pr-help-card:before{content:"";position:absolute;top:-60%;right:-5%;width:420px;height:420px;background:radial-gradient(circle,rgba(155,209,163,.28) 0,transparent 62%);pointer-events:none}.dl-home .pr-help-text{position:relative;max-width:620px}.dl-home .pr-help-text .eyebrow{color:var(--brand-light);margin-bottom:14px}.dl-home .pr-help-text h2{font-size:clamp(28px,3.4vw,42px)}.dl-home .pr-help-text h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .pr-help-text p{color:hsla(43,26%,95%,.82);margin-top:14px;font-size:15px;line-height:1.55}.dl-home .pr-help-cta{position:relative;display:flex;gap:12px;flex-shrink:0}@media (max-width:860px){.dl-home .pr-help-card{flex-direction:column;align-items:flex-start;gap:28px;padding:36px 28px}.dl-home .pr-help-cta{width:100%}.dl-home .pr-help-cta .btn{flex:1}}.dl-home .pr-faq{padding:96px 0 40px}.dl-home .pr-faq-head{text-align:center;margin-bottom:40px}.dl-home .pr-faq-head .eyebrow{margin-bottom:14px}.dl-home .pr-faq-head h2 .accent{font-style:italic;color:var(--brand-light)}.dl-home .pr-faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.dl-home .pr-faq-item{border:1px solid var(--border);border-radius:16px;background:var(--surface);overflow:hidden}.dl-home .pr-faq-item.open{border-color:var(--border-2)}.dl-home .pr-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;text-align:left;font-size:16px;font-weight:500;color:var(--ink)}.dl-home .pr-faq-icon{flex-shrink:0;color:var(--ink-3);transition:transform .25s ease}.dl-home .pr-faq-icon svg{width:18px;height:18px}.dl-home .pr-faq-item.open .pr-faq-icon{transform:rotate(45deg);color:var(--brand-mid)}.dl-home .pr-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.dl-home .pr-faq-item.open .pr-faq-a{max-height:240px}.dl-home .pr-faq-a p{padding:0 22px 22px;font-size:14.5px;line-height:1.6;color:var(--ink-2)}@media (max-width:1000px){.dl-home .pr-cards-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.dl-home .pr-hero{padding:96px 0 40px}.dl-home .pr-cards-2,.dl-home .pr-cards-4{grid-template-columns:1fr;max-width:420px}.dl-home .pr-controls{flex-direction:column}.dl-home .pr-compare{margin-top:72px}.dl-home .pr-faq{padding:72px 0 24px}}@media (max-width:600px){.dl-home .chapters{padding:40px 0 44px}.dl-home .reviews,.dl-home .why{padding:44px 0}.dl-home .plus-slack{padding:40px 0}.dl-home .demos,.dl-home .engine{padding:20px 0 44px}.dl-home .checkout-plus,.dl-home .custom{padding:20px 0 48px}.dl-home .dreviews{padding:8px 0 44px}.dl-home .cta{padding:44px 0 52px}.dl-home .db-op{padding:44px 0}.dl-home .db-ni{padding:28px 0 44px}.dl-home .db-ref2{padding:16px 0 44px}.dl-home .db-stats{padding:28px 0 44px}.dl-home .db-included{padding:24px 0 48px}.dl-home .db-pcta{padding:48px 0 52px}}