.store-page{color:#171923;background:#fff;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.store-page button,.store-page select{font:inherit}.store-header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #e9eaf0;position:sticky;top:0}.store-header-inner{justify-content:space-between;align-items:center;width:min(1240px,100%);height:74px;margin:auto;padding:0 28px;display:flex}.store-identity{color:#171923;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.store-identity>img,.store-identity>span{object-fit:contain;background:#f2f0ff;border-radius:12px;flex:0 0 44px;width:44px;height:44px}.store-identity>span{color:#fff;background:#5b50e6;place-items:center;font-size:13px;font-weight:900;display:grid}.store-identity>div{gap:3px;min-width:0;display:grid}.store-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.store-identity small{text-overflow:ellipsis;white-space:nowrap;color:#757b8a;font-size:12px;overflow:hidden}.store-cart-button{color:#282b36;cursor:pointer;background:#fff;border:1px solid #dedfe7;border-radius:12px;min-height:44px;padding:0 13px;font-weight:800;position:relative}.store-cart-button b{color:#fff;background:#5b50e6;border:2px solid #fff;border-radius:999px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-size:11px;display:grid;position:absolute;top:-8px;right:-8px}.store-intro{background:linear-gradient(135deg,#faf9ff,#fff);border:1px solid #ececf2;border-radius:20px;justify-content:space-between;align-items:center;gap:34px;width:min(1240px,100% - 56px);margin:30px auto 10px;padding:26px 28px;display:flex;box-shadow:0 10px 35px #1a1c270d}.store-intro>div{align-items:center;gap:18px;display:flex}.store-intro img{object-fit:contain;border-radius:16px;width:74px;height:74px}.store-intro small,.store-products-head small,.store-product-info>small,.store-cart-head small{color:#655be6;letter-spacing:.1em;font-size:11px;font-weight:900}.store-intro h1{letter-spacing:-.035em;margin:5px 0 7px;font-size:clamp(27px,4vw,40px);line-height:1.05}.store-intro p{color:#6d7280;max-width:650px;margin:0;line-height:1.5}.store-intro-meta{color:#717685;gap:18px;margin-top:13px;font-size:13px;display:flex}.store-intro aside{flex:0 0 330px;width:min(330px,100%)}.store-intro aside>div:first-child{justify-content:space-between;gap:16px;font-size:13px;display:flex}.store-intro aside small{color:#717685;letter-spacing:0}.store-goal{background:#e9e7f7;border-radius:99px;height:9px;margin:12px 0 8px;overflow:hidden}.store-goal i{background:linear-gradient(90deg,#6b5ff2,#9c56d9);border-radius:99px;height:100%;display:block}.store-products{width:min(1240px,100%);margin:auto;padding:36px 28px 72px}.store-products-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.store-products-head h2{margin:5px 0 0;font-size:26px}.store-products-head label{color:#737887;align-items:center;gap:9px;font-size:13px;font-weight:700;display:flex}.store-products-head select{color:#252833;background:#fff;border:1px solid #dedfe7;border-radius:10px;min-height:42px;padding:0 34px 0 12px}.store-notice{color:#775b17;background:#fff8e7;border-radius:10px;margin:-7px 0 20px;padding:12px 14px;font-size:13px}.store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 18px;display:grid}.store-product-card{color:#171923;min-width:0;text-decoration:none}.store-product-photo{aspect-ratio:1/1.08;background:#f5f5f7;border:1px solid #ececf1;border-radius:16px;position:relative;overflow:hidden}.store-product-photo img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.store-product-card:hover .store-product-photo img{transform:scale(1.025)}.store-image-empty{color:#9a9eaa;place-items:center;width:100%;height:100%;font-size:13px;display:grid}.store-sold-out{color:#fff;background:#222631;border-radius:8px;padding:7px 9px;font-size:11px;font-weight:900;position:absolute;bottom:12px;left:12px}.store-product-summary{padding:13px 3px}.store-product-summary h2{min-height:42px;margin:0 0 7px;font-size:16px;line-height:1.3}.store-product-summary p{color:#252833;margin:0;font-size:15px;font-weight:800}.store-product-summary small{color:#898d99;margin-top:5px;font-size:12px;display:block}.store-empty{text-align:center;background:#fafafa;border:1px dashed #d9dae2;border-radius:16px;grid-column:1/-1;padding:70px 20px}.store-empty h2{margin:0 0 8px}.store-empty p{color:#747987;margin:0}.store-footer{color:#777c8a;background:#f8f8fa;border-top:1px solid #e8e9ee;justify-content:space-between;align-items:center;gap:20px;min-height:90px;padding:24px max(28px,50vw - 592px);font-size:13px;display:flex}.store-footer b{color:#333641}.store-drawer-layer{z-index:80;background:#10121b75;justify-content:flex-end;display:flex;position:fixed;inset:0}.store-cart{background:#fff;flex-direction:column;width:min(480px,100%);height:100%;display:flex;box-shadow:-20px 0 60px #0d0f1933}.store-cart-head{border-bottom:1px solid #e9eaf0;justify-content:space-between;align-items:flex-start;padding:24px 22px;display:flex}.store-cart-head h2{margin:5px 0 0;font-size:24px}.store-cart-head>button{color:#30333d;cursor:pointer;background:#f0f1f4;border:0;border-radius:50%;width:42px;height:42px;font-size:28px}.store-cart-lines{padding:5px 22px;overflow:auto}.store-cart-line{border-bottom:1px solid #ececf1;grid-template-columns:84px minmax(0,1fr) auto;gap:14px;padding:18px 0;display:grid}.store-cart-line>img,.store-cart-placeholder{object-fit:cover;background:#f1f2f5;border-radius:10px;width:84px;height:96px}.store-cart-copy{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.store-cart-copy>strong{font-size:14px;line-height:1.3}.store-cart-copy>span{color:#797e8b;font-size:12px}.store-cart-copy>b{font-size:13px}.store-cart-line>strong{font-size:14px}.store-quantity{border:1px solid #dadce4;border-radius:9px;align-items:center;height:34px;margin-top:6px;display:flex}.store-quantity button{cursor:pointer;background:0 0;border:0;width:34px;height:32px;font-size:18px}.store-quantity span{text-align:center;width:29px;font-size:13px}.store-remove{color:#777c89;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;text-decoration:underline}.store-cart-empty{text-align:center;color:#6f7482;margin:auto;padding:32px}.store-cart-empty>span{font-size:36px}.store-cart-empty button,.store-continue{color:#333641;cursor:pointer;background:#fff;border:1px solid #d9dbe3;border-radius:10px;min-height:42px;padding:0 16px;font-weight:800}.store-cart-footer{background:#fbfbfc;border-top:1px solid #e9eaf0;margin-top:auto;padding:22px}.store-cart-footer>div:first-child{justify-content:space-between;font-size:18px;display:flex}.store-cart-footer>p{color:#7c818e;margin:8px 0 17px;font-size:12px}.store-checkout{color:#fff;cursor:pointer;background:#5b50e6;border:0;border-radius:12px;width:100%;min-height:52px;font-weight:900}.store-checkout:disabled{opacity:.65}.store-continue{background:0 0;border:0;width:100%;margin-top:9px}.store-error{color:#9c2626;background:#fff0f0;border-radius:9px;margin:0 0 12px;padding:11px;font-size:13px}.store-product-page{width:min(1240px,100%);margin:auto;padding:26px 28px 72px}.store-back{color:#5e6370;margin:4px 0 24px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.store-product-layout{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:54px;display:grid}.store-gallery{min-width:0}.store-main-image{aspect-ratio:1/1.02;cursor:zoom-in;background:#f5f5f7;border:1px solid #ebecf1;border-radius:18px;width:100%;padding:0;overflow:hidden}.store-main-image img{object-fit:contain;width:100%;height:100%;display:block}.store-thumbnails{scroll-snap-type:x mandatory;gap:10px;margin-top:12px;display:flex;overflow-x:auto}.store-thumbnails button{scroll-snap-align:start;cursor:pointer;background:#f4f4f6;border:2px solid #0000;border-radius:11px;flex:0 0 82px;width:82px;height:82px;padding:0;overflow:hidden}.store-thumbnails button.active{border-color:#5b50e6}.store-thumbnails img{object-fit:cover;width:100%;height:100%}.store-product-info{padding-top:12px}.store-product-info h1{letter-spacing:-.04em;margin:9px 0 13px;font-size:clamp(30px,4vw,48px);line-height:1.02}.store-detail-price{font-size:22px;font-weight:900}.store-description{color:#666b79;white-space:pre-line;margin:20px 0;font-size:16px;line-height:1.65}.store-option{border:0;margin:24px 0 0;padding:0}.store-option legend{color:#333641;justify-content:space-between;width:100%;margin-bottom:11px;font-size:14px;font-weight:900;display:flex}.store-option legend b{color:#6d7280;font-size:13px}.store-option>div{flex-wrap:wrap;gap:9px;display:flex}.store-option button{color:#2f323c;cursor:pointer;background:#fff;border:1px solid #d8dae2;border-radius:10px;min-width:50px;min-height:46px;padding:0 14px;font-weight:800}.store-option button.selected{color:#fff;background:#272b36;border-color:#272b36;box-shadow:0 0 0 2px #fff,0 0 0 4px #272b36}.store-option button:disabled{opacity:.38;cursor:not-allowed;text-decoration:line-through}.store-option.missing{border:1px solid #d74444;border-radius:10px;padding:10px}.store-detail-quantity{color:#333641;align-items:center;gap:12px;margin-top:23px;font-size:14px;font-weight:900;display:flex}.store-detail-quantity select{background:#fff;border:1px solid #d8dae2;border-radius:10px;min-width:70px;min-height:43px;padding:0 12px}.store-add-area{background:#fff;margin-top:24px;padding:10px 0;position:sticky;bottom:0}.store-add{color:#fff;cursor:pointer;background:#5b50e6;border:0;border-radius:13px;width:100%;min-height:56px;font-size:16px;font-weight:900;box-shadow:0 10px 24px #5b50e633}.store-add:disabled{box-shadow:none;background:#a4a7b0}.store-product-message{color:#3c7a51;min-height:24px;margin-top:10px;font-size:13px;font-weight:800}.store-product-message>span{gap:12px;margin-top:9px;display:flex}.store-product-message button,.store-product-message a{color:#5147ca;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:900;text-decoration:underline}.store-secure{color:#7d818e;border-top:1px solid #ececf1;margin-top:15px;padding-top:15px;font-size:12px}.store-zoom{z-index:100;background:#0a0b10e0;place-items:center;padding:50px;display:grid;position:fixed;inset:0}.store-zoom>button{color:#272a33;cursor:pointer;background:#fff;border:0;border-radius:50%;width:45px;height:45px;font-size:28px;position:absolute;top:18px;right:22px}.store-zoom img{object-fit:contain;max-width:95vw;max-height:90vh}@media (max-width:980px){.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-intro{flex-direction:column;align-items:flex-start}.store-intro aside{flex-basis:auto;width:100%}.store-product-layout{gap:30px}}@media (max-width:740px){.store-header-inner{height:66px;padding:0 16px}.store-identity>img,.store-identity>span{flex-basis:38px;width:38px;height:38px}.store-identity strong{font-size:14px}.store-identity small{font-size:11px}.store-cart-button{min-width:48px}.store-cart-button>span{font-size:0}.store-cart-button>span:after{content:"Cart";font-size:13px}.store-intro{gap:22px;width:calc(100% - 32px);margin-top:16px;padding:20px}.store-intro>div{align-items:flex-start}.store-intro img{width:55px;height:55px}.store-intro h1{font-size:28px}.store-intro p{font-size:14px}.store-intro-meta{flex-direction:column;align-items:flex-start;gap:5px}.store-products{padding:28px 16px 54px}.store-products-head{align-items:flex-start}.store-products-head label{flex-direction:column;align-items:flex-start}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.store-product-photo{border-radius:12px}.store-product-summary{padding-top:10px}.store-product-summary h2{min-height:0;font-size:14px}.store-product-summary p{font-size:14px}.store-product-summary small{font-size:11px}.store-product-page{padding:18px 16px 54px}.store-back{margin-bottom:16px}.store-product-layout{grid-template-columns:1fr;gap:20px}.store-main-image{border-radius:14px}.store-product-info{padding-top:0}.store-product-info h1{font-size:32px}.store-description{font-size:15px}.store-option button{min-height:48px}.store-add-area{padding:10px 0 12px;bottom:0}.store-footer{flex-direction:column;align-items:flex-start}.store-cart-line{grid-template-columns:74px minmax(0,1fr) auto}.store-cart-line>img,.store-cart-placeholder{width:74px;height:88px}.store-zoom{padding:16px}}@media (max-width:380px){.store-intro>div>img{display:none}.store-products-head{flex-direction:column;align-items:stretch}.store-products-head label{flex-direction:row;align-items:center}.store-product-grid{column-gap:8px}}.store-header-message{color:#fff;text-align:center;background:#5147ca;padding:9px 20px;font-size:13px;font-weight:800;line-height:1.35}
.pub-campaign-card{flex-direction:column;min-width:0;display:flex}.pub-campaign-card .pub-card-body{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.pub-card-body .campaign-status{min-height:0;margin:7px 0;font-size:12px}.pub-card-body .pub-progress{margin-top:auto}.pub-card-body>p:not(.campaign-status){margin-bottom:18px}.pub-slide-pause{z-index:3;color:#222;min-width:44px;min-height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8dae2;border-radius:10px;padding:8px 12px;font-size:12px;position:absolute;bottom:10px;left:12px}.pub-page :focus-visible,.store-page :focus-visible{outline-offset:4px;outline:3px solid #5147ca}@media (max-width:720px){.pub-header-inner{flex-wrap:wrap}.pub-nav{flex-wrap:wrap;gap:14px}.pub-brand{max-width:100%}}.pub-slide-link{z-index:1;position:absolute;inset:0}
.bca-landing .pub-brand{background:#fff;border:1px solid #ffffff80;border-radius:14px;padding:10px 16px;box-shadow:0 4px 24px #0002}.bca-landing .pub-brand img{filter:none!important;opacity:1!important}.bca-landing .pub-header-inner{flex-wrap:wrap}.fc-tour-overlay,.fc-inbox-overlay{z-index:1200;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#071b30b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.fc-guided-tour{color:#172b43;background:#fff;border-radius:26px;width:min(690px,100%);max-height:calc(100dvh - 40px);padding:32px;font-size:15px;position:relative;overflow:auto;box-shadow:0 32px 90px #001c4455}.fc-guided-tour h2{letter-spacing:-.03em;color:#132d48!important;margin:12px 0!important;font-size:30px!important;line-height:1.13!important}.fc-guided-tour p,.fc-install-guide p{line-height:1.6;color:#4f637a!important;font-size:14px!important}.fc-guided-tour button,.fc-tour-dock button,.fc-install-guide button,.fc-device-actions button,.fc-inbox button,.fc-replay-tour{cursor:pointer;font:inherit;color:#173552;background:#f4f8fc;border:1px solid #d8e3ee;border-radius:10px;min-height:44px;padding:10px 15px;font-weight:750}.fc-guided-tour :focus-visible,.fc-install-guide :focus-visible,.fc-tour-dock :focus-visible,.fc-inbox :focus-visible{outline-offset:3px;outline:3px solid #187ccc}.fc-tour-close{position:absolute;top:12px;right:16px;background:0 0!important;border:0!important;font-size:24px!important}.fc-tour-progress{grid-template-columns:repeat(7,1fr);gap:6px;margin-right:44px;display:grid}.fc-tour-progress button{background:0 0;border:0;border-radius:0;min-height:22px;padding:8px 0;position:relative}.fc-tour-progress button:before{content:"";background:#e3eaf2;border-radius:9px;position:absolute;inset:8px 0}.fc-tour-progress button.active:before{background:#1677d2}.fc-tour-eyebrow{letter-spacing:.11em;color:#0e68b9;margin-top:15px;font-size:10px;font-weight:900;display:block}.fc-tour-symbol{color:#1766ac;background:linear-gradient(135deg,#e5f3ff,#e8e6ff);border-radius:20px;place-items:center;width:66px;height:66px;margin-top:22px;font-size:34px;display:grid;box-shadow:0 10px 20px #1c78c21a}.fc-tour-animated{animation:.3s both fc-guide-in}.fc-tour-actions,.fc-device-actions{flex-wrap:wrap;gap:9px;margin-top:22px;display:flex}.fc-tour-primary{color:#fff!important;background:#126cc2!important;border-color:#126cc2!important}.fc-tour-later{margin:12px auto 0;display:block;background:0 0!important;border:0!important;font-size:12px!important}.fc-tour-demo{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px;display:grid}.fc-tour-demo>div{background:#f5f9fd;border:1px solid #e0e9f3;border-radius:15px;gap:6px;padding:18px;display:grid}.fc-tour-demo b{color:#156bbb;font-size:26px}.fc-tour-demo span{color:#586c82;font-size:12px}.fc-tour-demo small{color:#68798b;grid-column:1/-1;font-size:11px}.fc-tour-practice{background:#f3f8fd;border-radius:15px;margin-top:16px;padding:20px}.fc-tour-practice input{accent-color:#126cc2;width:100%;margin:18px 0;display:block}.fc-tour-practice small{color:#5a6c80;font-size:12px}.fc-tour-practice>div{background:#dde7f1;border-radius:10px;height:10px;margin-top:14px;overflow:hidden}.fc-tour-practice i{background:#138c72;height:100%;transition:width .25s;display:block}.fc-tour-spotlight{z-index:998;pointer-events:none;border:3px solid #258ce8;border-radius:15px;transition:all .2s;position:fixed;box-shadow:0 0 0 5px #6ab4ff44}.fc-tour-dock{z-index:999;color:#173552;background:#fff;border:1px solid #c1d7ed;border-radius:20px;align-items:center;gap:20px;width:min(720px,100% - 28px);padding:18px 20px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 16px 65px #05244340}.fc-tour-dock>div:first-child{flex:1;gap:5px;display:grid}.fc-tour-dock>div:last-child{gap:6px;display:flex}.fc-tour-dock small{letter-spacing:.1em;color:#126cc2;font-size:10px}.fc-tour-dock strong{font-size:16px}.fc-tour-dock span{color:#5b6e83;font-size:12px}.fc-install-guide{background:#f6f9fd;border:1px solid #dfe8f2;border-radius:18px;margin-top:24px;padding:24px}.fc-install-guide h3{margin:8px 0;color:#142e49!important;font-size:21px!important}.fc-device-tabs{flex-wrap:wrap;gap:6px;margin:16px 0;display:flex}.fc-device-tabs button{font-size:12px}.fc-device-tabs button[aria-pressed=true]{color:#fff;background:#173552}.fc-install-demo{grid-template-columns:150px 1fr;align-items:center;gap:20px;display:grid}.fc-phone{background:#fff;border:6px solid #173552;border-radius:25px;min-height:240px;padding:8px;box-shadow:0 16px 25px #0c294522}.fc-phone-camera{background:#173552;border-radius:8px;width:42px;height:7px;margin:0 auto 16px}.fc-phone-screen{text-align:center;flex-direction:column;align-items:center;animation:.35s fc-guide-in;display:flex}.fc-phone-screen img{width:112px;height:auto}.fc-phone-step{color:#126cc2;background:#e1efff;border-radius:16px;place-items:center;width:54px;height:54px;margin:22px 0 16px;font-size:34px;animation:2s ease-in-out 2 fc-phone-pulse;display:grid}.fc-phone-screen strong{font-size:12px}.fc-phone-line{background:#e0e9f1;border-radius:4px;width:85%;height:5px;margin-top:15px}.fc-phone-line.short{width:55%;margin-top:7px}.fc-install-steps{gap:7px;display:grid}.fc-install-steps button{text-align:left;background:0 0;border-color:#0000;gap:10px;padding:10px;display:flex}.fc-install-steps button.active{background:#fff;border-color:#b4d6f5}.fc-install-steps button>b{background:#e3edf8;border-radius:50%;flex-shrink:0;place-items:center;width:25px;height:25px;display:grid}.fc-install-steps strong{font-size:13px;display:block}.fc-install-steps small{color:#4e6480;margin-top:5px;font-size:12px;font-weight:400;line-height:1.5;display:block}.fc-install-notice{background:#fff6db;border-radius:12px;padding:15px;color:#694d0c!important}.fc-email-status{background:#f8fafc;border-radius:12px;margin-top:14px;padding:20px;font-size:12px}.fc-notification-bell{color:#173552;cursor:pointer;background:#fff;border:1px solid #dbe5ee;border-radius:12px;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex;position:relative}.fc-notification-bell b{color:#fff;background:#cf2860;border-radius:20px;min-width:19px;padding:3px;font-size:10px;position:absolute;top:-4px;right:-4px}.fc-mobile-bell{display:none}.fc-inbox{color:#173552;background:#fff;border-radius:22px;width:min(470px,100%);max-height:85dvh;padding:24px;overflow:auto}.fc-inbox header{justify-content:space-between;align-items:center;display:flex}.fc-inbox h2{font-size:23px!important}.fc-inbox-list{margin:20px 0}.fc-inbox-list a{color:#173552;border-bottom:1px solid #e3ebf3;padding:16px 0;text-decoration:none;display:block}.fc-inbox-list p{color:#576c82;font-size:13px;line-height:1.5}.fc-inbox-list small{color:#64788d;font-size:11px}.fc-replay-tour{width:100%;margin-top:14px;font-size:12px}@keyframes fc-guide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fc-phone-pulse{50%{transform:translateY(-4px);box-shadow:0 7px 15px #187ccc25}}@media (max-width:760px){.fc-mobile-bell{margin-top:14px;display:block}.fc-guided-tour{border-radius:20px;max-height:calc(100dvh - 20px);padding:22px}.fc-tour-overlay{padding:10px}.fc-guided-tour h2{font-size:25px!important}.fc-tour-actions{gap:7px}.fc-tour-actions button{flex:1;font-size:12px}.fc-tour-demo>div{padding:12px}.fc-tour-demo b{font-size:21px}.fc-tour-dock{flex-direction:column;align-items:stretch;gap:10px;padding:14px;bottom:10px}.fc-tour-dock>div:last-child{justify-content:flex-end}.fc-install-demo{grid-template-columns:1fr}.fc-phone{width:150px;margin:auto}.fc-install-guide{padding:16px}.bca-landing .pub-brand{padding:8px 12px}.bca-landing .pub-nav{flex-wrap:wrap;gap:12px}}@media (prefers-reduced-motion:reduce){.fc-tour-animated,.fc-phone-screen,.fc-phone-step{animation:none}.fc-tour-spotlight,.fc-tour-practice i{transition:none}}
@font-face{font-family:DMD Feature;src:url(/brand/dmd/feature-regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DMD Feature;src:url(/brand/dmd/feature-italic.woff)format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:DMD Grotesk;src:url(/brand/dmd/scto-medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}.dmd-theme{--fc-bg:#faf0de;--fc-surface:#fffdf7;--fc-surface-2:#faf0de;--fc-border:#d0d6c6;--fc-text:#435136;--fc-muted:#576946;--fc-primary:#576946;--fc-primary-2:#435136;--fc-blue:#435136;--fc-green:#576946;--fc-amber:#715622;--fc-shadow:none;font-weight:500;color:#435136!important;background:#faf0de!important;font-family:DMD Grotesk,sans-serif!important}.dmd-theme :is(button,input,select,textarea){font-family:DMD Grotesk,sans-serif}.dmd-theme :is(h1,h2,h3){color:#435136;letter-spacing:0!important;font-family:DMD Feature,Georgia,serif!important;font-weight:400!important}.dmd-theme :is(button,a,input,select):focus-visible{outline-offset:4px;outline:3px solid #435136}.store-header-actions{align-items:center;gap:24px;display:flex}.dmd-theme .store-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#faf0de;border-color:#576946}.dmd-theme .store-header-inner{height:105px}.dmd-theme .store-identity>img{background:0 0;border-radius:0;flex-basis:auto;width:185px;height:76px}.dmd-theme .store-identity>div{display:none}.dmd-member-link{color:#435136;text-underline-offset:5px;font-size:14px}.dmd-theme .store-cart-button{color:#435136;background:0 0;border:1px solid #576946;border-radius:0}.dmd-theme .store-cart-button b,.dmd-theme .store-header-message{color:#faf0de;background:#576946}.dmd-store-intro{border-bottom:1px solid #576946;grid-template-columns:1.2fr 1fr;align-items:center;gap:50px;max-width:1240px;margin:auto;padding:64px 28px 56px;display:grid}.dmd-store-intro small{letter-spacing:.09em;font-size:14px}.dmd-store-intro h1{margin:22px 0;font-size:clamp(56px,7vw,96px);line-height:1.02}.dmd-store-intro p{max-width:400px;margin:0;font-size:17px;line-height:1.5}.dmd-store-intro>img{width:100%;height:auto;padding:36px 16px}.dmd-theme .store-products{padding-top:36px}.dmd-theme .store-products-head h2{font-size:32px}.dmd-theme :is(.store-products-head small,.store-product-info>small,.store-cart-head small){color:#576946;font-size:13px}.dmd-theme .store-product-photo{aspect-ratio:1;background:#f3f1e8;border-color:#d0d6c6;border-radius:0}.dmd-theme .store-product-photo img{object-fit:contain}.dmd-theme :is(.store-product-card,.store-back,.store-product-summary p,.store-detail-price){color:#435136}.dmd-theme .store-product-summary h2{font-size:23px;line-height:1.2}.dmd-theme .store-product-summary small{font-size:13px}.dmd-theme :is(.store-notice,.store-empty){color:#435136;background:#cfeccb;border-radius:0}.dmd-theme .store-empty{text-align:center;padding:60px 24px}.dmd-theme .store-empty h2{font-size:36px}.dmd-theme .store-footer{color:#faf0de;background:#435136;border:0;font-size:14px}.dmd-theme :is(.store-cart,.store-cart-footer,.store-add-area){color:#435136;background:#faf0de}.dmd-theme :is(.store-main-image,.store-thumbnails button,.store-option button,.store-detail-quantity select){border-color:#b5bfaa;border-radius:0}.dmd-theme :is(.store-add,.store-checkout,.store-option button.selected){color:#faf0de;box-shadow:none;background:#576946;border-radius:0}.dmd-theme .store-add:disabled{background:#7a806f}.dmd-theme :is(.store-description,.store-secure,.store-cart-footer p,.store-product-message,.store-product-message a,.store-product-message button){color:#435136}.dmd-login{grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:64px max(28px,50vw - 600px)!important;display:grid!important}.dmd-login-brand img{width:min(460px,100%);height:auto}.dmd-login-brand h1{margin:44px 0 32px;font-size:clamp(40px,4.5vw,66px);line-height:1.1}.dmd-login-brand>a{color:#435136;font-size:16px}.dmd-login .fc-login-card{width:100%;max-width:460px;padding:36px;box-shadow:none!important;background:#fffdf7!important;border:1px solid #576946!important;border-radius:0!important}.dmd-login .fc-login-card h2{font-size:36px}.dmd-login .fc-login-card p{font-size:16px;color:#435136!important}.dmd-login :is(.fc-login-tabs button.active,.primary,.fc-pin-display span.filled){color:#faf0de!important;background:#576946!important;border-color:#576946!important}.dmd-login :is(.fc-pin-pad button,.fc-login-tabs button,.fc-pin-submit,input){border-radius:0!important}.dmd-login :is(.fc-pin-pad button,.fc-login-tabs button){color:#435136}.dmd-login :is(.eyebrow,.fc-pin-security){color:#576946!important}.dmd-portal-logo{width:210px;height:auto;display:block}.dmd-theme .agency-sidebar,.dmd-theme .agency-topbar{background:#faf0de!important;border-color:#d0d6c6!important}.dmd-theme .agency-workspace{background:#faf0de!important}.dmd-theme :is(.agency-hero,.agency-card,.agency-kpis>div){box-shadow:none!important;background:#fffdf7!important;border:1px solid #d0d6c6!important;border-radius:4px!important}.dmd-theme .agency-sidebar nav a.active{color:#faf0de!important;background:#576946!important}.dmd-theme .agency-sidebar nav a:not(.active){color:#435136!important}.dmd-theme :is(.agency-avatar,.agency-prod-thumb){color:#435136!important;background:#cfeccb!important}.dmd-theme .agency-wordmark-byline{color:#576946;font-size:12px}.dmd-theme :is(.agency-org-logo,.agency-seal){border-radius:0;background:0 0!important}.dmd-theme :is(.agency-org-logo img,.agency-seal img){object-fit:contain}.dmd-theme .agency-bar i{background:#576946!important}.dmd-theme .agency-goal-ring{background:conic-gradient(#576946 var(--pct),#cfeccb 0)!important}.dmd-theme :is(.blue,.green){color:#576946!important}@media (max-width:740px){.dmd-theme .store-header-inner{height:90px}.dmd-theme .store-identity>img{width:142px;height:65px}.store-header-actions{gap:14px}.dmd-member-link{font-size:13px}.dmd-store-intro{grid-template-columns:1fr;gap:0;padding:36px 20px}.dmd-store-intro>img{display:none}.dmd-store-intro h1{font-size:64px}.dmd-theme .store-product-summary h2{font-size:20px}.dmd-login{grid-template-columns:1fr;gap:32px;padding:32px 20px!important}.dmd-login-brand{width:100%;max-width:460px;margin:auto}.dmd-login-brand img{width:220px}.dmd-login-brand h1{display:none}.dmd-login-brand>a:last-child{margin-top:16px;font-size:14px;display:block}.dmd-login .fc-login-card{margin:auto;padding:24px}.dmd-portal-logo{width:150px;max-height:65px}.dmd-theme .agency-wordmark-byline{display:none}}@media (prefers-reduced-motion:reduce){.dmd-theme *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
