@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600&display=swap";:root{color:#15282c;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--shell:#f8f7f3;--line:#e5e3dd;--muted:#657174;--ink:#15282c;--navy:#112d37;--white:#fff;background:#f8f7f3;font-family:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{background:var(--shell);min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.42}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}#root{min-height:100vh}.app-shell{background:radial-gradient(circle at 14% -5%, #e2a4541f, transparent 29rem), var(--shell);background-attachment:fixed;min-height:100vh}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:20;background:#f8f7f3db;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(20px,5vw,56px);transition:opacity .18s,transform .18s,visibility .18s;display:flex;position:sticky;top:0}.app-shell--home .topbar{position:fixed;left:0;right:0}.topbar--home-hidden{opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-100%)}.product-mark{color:var(--navy);background:0 0;border:0;align-items:center;gap:10px;padding:0;text-decoration:none;display:inline-flex}.product-mark-icon{object-fit:cover;border-radius:50%;width:38px;height:38px}.product-mark strong{letter-spacing:-.04em;font-size:19px;font-weight:700}.topbar nav{align-items:center;gap:6px;display:flex}.topbar nav button{color:var(--muted);background:0 0;border:0;border-radius:99px;padding:11px 18px;font-size:14px;font-weight:600}.topbar nav button.active,.topbar nav button:hover{color:var(--navy);background:#ebe8e1}.topbar nav a{color:var(--muted);border-radius:99px;padding:11px 18px;font-size:14px;font-weight:600;text-decoration:none}.topbar nav a.active,.topbar nav a:hover{color:var(--navy);background:#ebe8e1}.topbar-nav-disabled{color:var(--muted);opacity:.4;cursor:default;border-radius:99px;padding:11px 18px;font-size:14px;font-weight:600}.topbar-nav-btn{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:99px;padding:11px 18px;font-size:14px;font-weight:600}.topbar-nav-btn:hover{color:var(--navy);background:#ebe8e1}.topbar-nav-comingsoon{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:99px;padding:11px 18px;font-size:14px;font-weight:600;position:relative}.topbar-nav-comingsoon:hover{color:var(--navy);background:#ebe8e1}.topbar-nav-comingsoon:after{color:#fff;content:"Soon";letter-spacing:.04em;text-transform:uppercase;background:#e2a454;border-radius:99px;padding:2px 5px;font-size:9px;font-weight:800;position:absolute;top:4px;right:2px}.header-product-toggle{border:1px solid var(--line);background:#fff;border-radius:999px;gap:4px;padding:4px;display:inline-flex}.header-product-toggle .header-product-pill{color:var(--navy);background:0 0;border:1px solid #0000;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:background .16s,color .16s,border-color .16s}.header-product-toggle .header-product-pill:hover{background:#f4f2ed}.header-product-toggle .header-product-pill.active,.header-product-toggle .header-product-pill.active:hover{background:var(--navy);color:#fff}.topbar-guest-actions{align-items:center;gap:10px;display:flex}.topbar-ghost-link{color:var(--navy);border-radius:999px;padding:11px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:background .16s}.topbar-ghost-link:hover{background:#ebe8e1}.card-switcher{appearance:none;border:1px solid var(--line);color:var(--navy);cursor:pointer;background:#f4f2ed url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23112d37' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 12px center no-repeat;border-radius:8px;padding:8px 36px 8px 12px;font-size:13px;font-weight:600}.card-switcher:focus{outline:2px solid var(--navy);outline-offset:2px}.public-card-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:20;background:#f8f7f3eb;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(20px,5vw,56px);display:flex;position:sticky;top:0}.public-card-topbar-actions{align-items:center;gap:10px;display:flex}.topbar-action,.primary-button{background:var(--navy);border:1px solid var(--navy);color:#fff;border-radius:999px;padding:13px 24px;font-size:14px;font-weight:700;transition:transform .18s,box-shadow .18s}.topbar-action:hover,.primary-button:hover{transform:translateY(-1px);box-shadow:0 14px 26px #112d3729}.topbar-user{align-items:center;gap:14px;display:flex}.topbar-greeting{color:var(--navy);font-size:14px;font-weight:700}.auth-view{justify-content:center;align-items:center;min-height:calc(100vh - 76px);padding:48px 22px;display:flex}.auth-card{background:#fff;border:1px solid #ece8e1;border-radius:26px;width:100%;max-width:440px;padding:40px 36px;box-shadow:0 24px 60px #112d3714}.auth-card h1{color:var(--navy);letter-spacing:-.04em;margin:6px 0 8px;font-size:32px}.auth-subtitle{color:#687679;margin-bottom:26px;font-size:15px}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-submit{width:100%;margin-top:6px}.auth-error{color:#c0392b;background:#fdecea;border-radius:10px;margin:0;padding:10px 14px;font-size:13px}.auth-toggle{color:#687679;text-align:center;margin-top:22px;font-size:14px}.auth-loading{color:#687679;font-size:16px;font-weight:600}.landing{box-sizing:border-box;grid-template-columns:minmax(390px,1fr) minmax(360px,470px);align-items:center;gap:clamp(42px,7vw,90px);max-width:1250px;height:100vh;margin:0 auto;padding:calc(76px + clamp(32px,5vh,60px)) clamp(24px,5vw,58px) clamp(32px,5vh,60px);display:grid}.hero-copy{align-self:center;max-width:720px}.eyebrow{color:#a87232;letter-spacing:.2em;text-transform:uppercase;margin-bottom:22px;font-size:12px;font-weight:800}.hero-copy h1{color:var(--navy);letter-spacing:-.065em;margin-bottom:20px;font-family:Playfair Display,Georgia,serif;font-size:clamp(48px,5.6vw,78px);font-weight:500;line-height:.98}.hero-description{color:#59696d;max-width:520px;margin-bottom:26px;font-size:17px;line-height:1.6}.hero-buttons{gap:14px;margin-bottom:20px;display:flex}.hero-buttons button{padding:16px 29px;font-size:15px}.ghost-button,.secondary-button{border:1px solid var(--line);color:var(--navy);background:#fff;border-radius:999px;padding:13px 22px;font-size:14px;font-weight:700}.ghost-button:hover,.secondary-button:hover{background:#fbfaf7;border-color:#c9c5bb}.feature-row{border-top:1px solid var(--line);color:#5f6e71;text-transform:uppercase;gap:clamp(14px,3vw,32px);padding-top:24px;font-size:13px;font-weight:700;display:flex}.feature-row span:before{content:"";vertical-align:2px;background:#d69a50;border-radius:50%;width:7px;height:7px;margin-right:10px;display:inline-block}.hero-preview{justify-content:center;display:flex}.business-card-home-mockup{aspect-ratio:1.75;perspective:1100px;border-radius:16px;width:340px;max-width:100%}.business-card-home-inner{height:100%;transform-style:preserve-3d;width:100%;transition:transform .72s cubic-bezier(.22,.75,.28,1);position:relative}.business-card-home-mockup:hover .business-card-home-inner,.business-card-home-mockup:focus .business-card-home-inner{transform:rotateY(180deg)}.business-card-home-mockup:focus{outline-offset:5px;outline:2px solid #d69a50}.business-card-home-face{backface-visibility:hidden;background:linear-gradient(135deg, var(--navy) 0%, #26425a 100%);box-sizing:border-box;color:#fff;border-radius:16px;width:100%;height:100%;padding:26px 28px;position:absolute;inset:0;box-shadow:0 24px 48px -18px #0f233773}.business-card-home-front{flex-direction:column;justify-content:space-between;display:flex}.business-card-home-back{background:linear-gradient(145deg, #26425a 0%, var(--navy) 78%);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;display:grid;transform:rotateY(180deg)}.business-card-home-back-mark{border:1px solid #ffffff47;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:15px;font-weight:800;display:flex}.business-card-home-back-qr{width:42px;height:42px}.business-card-home-logo{background:#ffffff29;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:18px;font-size:12px;font-weight:800;display:flex}.business-card-home-name{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:600}.business-card-home-role{opacity:.7;text-transform:uppercase;margin-top:4px;font-size:12px}.business-card-home-contact{opacity:.8;justify-content:space-between;align-items:flex-end;font-size:11px;line-height:1.6;display:flex}.business-card-home-qr{background:#fff;border-radius:4px;width:30px;height:30px}.cart-page-panel{margin-top:20px}.cart-page-list{gap:10px;display:grid}.cart-page-item{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:18px 0;display:grid}.cart-page-item-main{color:var(--navy);cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;gap:4px;padding:0;display:flex}.cart-page-item-main span{color:var(--muted);font-size:13px}.cart-page-item-main small{color:var(--accent,#b87424);margin-top:3px;font-size:12px;font-weight:700}.cart-page-price{color:var(--navy);font-weight:800}.cart-page-summary{justify-content:flex-end;align-items:flex-end;gap:24px;margin-top:24px;display:flex}.cart-page-summary>div{text-align:right;flex-direction:column;display:flex}.cart-page-summary strong{color:var(--navy);font-size:22px}.checkout-layout{grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:start;gap:24px;margin-top:20px;display:grid}.checkout-page{min-height:calc(100vh - 76px);padding:32px clamp(20px,5vw,72px) 56px}.checkout-page-content{width:100%;max-width:1040px;margin:0 auto}.checkout-form,.checkout-order{margin:0}.checkout-pay-button{width:100%;margin-top:20px}.checkout-order-row,.checkout-order-total{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:13px 0;display:flex}.checkout-order-row span{color:var(--muted);font-size:13px}.checkout-order-total{color:var(--navy);border-bottom:0;margin-top:8px;font-size:17px}.checkout-success{text-align:center;flex-direction:column;align-items:center;margin-top:20px;padding:56px 24px;display:flex}.checkout-success-mark{color:#2f7a4d;background:#e7f4eb;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}.analytics-header-actions{align-items:center;gap:12px;display:flex}.analytics-sample-toggle{color:var(--navy);cursor:pointer;white-space:nowrap;align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.deletion-feedback-field{text-align:left;margin-top:14px}.deletion-feedback-field select,.deletion-feedback-field textarea{border:1px solid var(--line);color:var(--navy);font:inherit;resize:vertical;background:#fbfaf8;border-radius:8px;width:100%;padding:10px 12px}@media (width<=760px){.cart-page-item{grid-template-columns:1fr auto}.cart-page-item .card-delete-btn{grid-column:1/-1;justify-self:start}.cart-page-summary,.analytics-header-actions{flex-direction:column;align-items:stretch}.checkout-layout{grid-template-columns:1fr}}.qr-showcase{box-sizing:border-box;grid-template-columns:minmax(390px,1fr) minmax(320px,420px);align-items:center;gap:clamp(42px,7vw,90px);max-width:1250px;margin:0 auto;padding:clamp(60px,8vw,110px) clamp(24px,6vw,64px);display:grid}.qr-showcase-copy{max-width:640px}.qr-showcase-copy h2{color:var(--navy);letter-spacing:-.03em;margin-bottom:18px;font-family:Playfair Display,Georgia,serif;font-size:clamp(38px,4.4vw,54px);font-weight:500;line-height:1.05}.qr-showcase-description{color:var(--muted);margin-bottom:28px;font-size:16px;line-height:1.6}.qr-showcase-grid{justify-content:center;gap:16px;display:flex}.qr-showcase-card{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;align-items:center;gap:12px;padding:16px;display:flex;box-shadow:0 20px 44px #1c242414}.qr-showcase-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.profile-card{--brand-primary:#155e75;--brand-accent:#e2a454;--brand-surface:#f7f1e9;--brand-panel:#fff;--brand-ink:#102c34;--brand-primary-text:#fff;--brand-accent-text:#102c34;--brand-surface-text:#102c34;--brand-panel-text:#102c34;background:var(--brand-surface);border:1px solid var(--theme-border-color);color:var(--theme-heading-text);font-family:var(--card-font-family);--cover-top-margin:0;border-radius:34px;width:100%;max-width:410px;padding:0 27px 25px;position:relative;overflow:hidden;box-shadow:0 28px 70px #1c24241c}.card-top-band{background:var(--theme-card-background);z-index:1;border-radius:34px 34px 0 0;justify-content:center;align-items:center;margin:-1px -28px -42px;padding-bottom:42px;display:flex;position:relative;overflow:hidden}.card-header{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.profile-photo-ring{background:var(--theme-card-background);border-radius:50%;margin-top:0;padding:4px}.profile-photo{background-color:#e8e4dd;border-radius:50%;width:110px;height:110px;overflow:hidden;box-shadow:0 4px 22px #00000024}.brand-logo{object-fit:contain;object-position:center;z-index:1;width:100%;height:100%;transition:transform .12s;display:block;position:relative}.card-header h2{color:var(--theme-heading-text);font-family:var(--font-person-name);letter-spacing:-.06em;font-size:32px;font-weight:500;line-height:1.1}.tagline{color:var(--theme-tagline-text);font-family:var(--font-tagline);margin-top:7px;font-size:13px;font-weight:600;line-height:1.45}.designation,.company-name{color:var(--theme-designation-text);font-family:var(--font-designation);opacity:.82;margin-top:6px;font-size:12px;font-weight:700;line-height:1.35}.company-name{color:var(--theme-company-name-text);font-family:var(--font-company-name);opacity:.9;font-size:16px}.card-location{color:var(--theme-location-text);font-family:var(--font-location);opacity:.68;margin-top:6px;font-size:12px}.profile-card[data-card-type=personal] .profile-photo-ring{margin-top:14px}.profile-card[data-card-type=professional] .company-name{opacity:.95;font-size:20px;font-weight:700}.profile-card[data-card-type=business] .company-name{letter-spacing:-.04em;opacity:1;font-size:30px;font-weight:700;line-height:1.15}.profile-card[data-card-type=business] .tagline,.profile-card[data-card-type=business] .card-location{margin-top:8px}.quick-actions{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:8px;margin:25px 0 20px;display:grid}.quick-actions a,.quick-actions button{background:var(--theme-primary-button);border:1.5px solid var(--theme-button-border);color:var(--brand-primary-text);font-family:var(--font-button-labels);border-radius:14px;justify-content:center;align-items:center;gap:6px;min-height:48px;font-size:12px;font-weight:700;display:inline-flex}.quick-actions .save-contact{background:var(--theme-save-contact-button);color:var(--theme-save-contact-button-text);grid-column:1/-1;margin-top:2px}.quick-actions .website-action{background:var(--theme-website-button);color:var(--theme-website-button-text);grid-column:1/-1}.footer-text-actions{flex-flow:row;justify-content:center;align-items:center;gap:18px;width:100%;display:flex}.subscribe-text-action{cursor:pointer;font-family:var(--font-button-labels);white-space:nowrap;background:0 0;border:0;min-height:28px;padding:2px 0;font-size:12px;font-weight:700;text-decoration:none;transition:color 1ms linear;display:inline-flex;color:var(--theme-subscribe-button-text)!important}.subscribe-text-action:hover{background:0 0}.google-maps-text-action{cursor:pointer;font-family:var(--font-google-maps);white-space:nowrap;background:0 0;border:0;min-height:28px;padding:2px 0;font-size:12px;font-weight:700;text-decoration:none;transition:color 1ms linear;display:inline-flex;color:var(--theme-google-maps-button-text)!important}.google-maps-text-action:hover{background:0 0}.public-view-qr-badge{z-index:100;position:fixed;bottom:28px;right:28px}.public-view-qr-badge .qr-code-surface{width:180px;height:180px}@media (width<=640px){.public-view-qr-badge{bottom:16px;right:16px}.public-view-qr-badge .qr-code-surface{width:88px;height:130px}}.quick-actions .quick-action-call{background:var(--theme-call-button);color:var(--theme-call-button-text)}.quick-actions .quick-action-email{background:var(--theme-email-button);color:var(--theme-email-button-text)}.quick-actions .quick-action-whatsapp{background:var(--theme-whatsapp-button);color:var(--theme-whatsapp-button-text)}.action-icon{flex-shrink:0;width:16px;height:16px}.card-about{color:var(--theme-about-text);font-family:var(--font-about);opacity:.88;overflow-wrap:break-word;word-break:break-word;margin-bottom:19px;padding:16px 3px;font-size:13px;line-height:1.55}.footer-cta-group{flex-direction:column;gap:8px;width:100%;display:flex}.footer-cta-btn{border:1.5px solid var(--theme-button-border);box-sizing:border-box;cursor:pointer;font-family:var(--font-button-labels);border-radius:14px;justify-content:center;align-items:center;width:100%;min-height:48px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.footer-cta-btn.subscribe-btn{background:var(--theme-subscribe-button);color:var(--theme-subscribe-button-text)}.footer-cta-btn.website-btn{background:var(--theme-website-button);color:var(--theme-website-button-text)}.profile-links{flex-direction:column;gap:10px;display:flex}.profile-links a{background:var(--brand-panel);border:1px solid rgba(var(--brand-primary-rgb), .08);border-radius:17px;justify-content:space-between;align-items:center;padding:14px 14px 14px 17px;transition:border-color .16s,transform .16s;display:flex}.profile-links a:hover{border-color:rgba(var(--brand-primary-rgb), .22);transform:translateY(-1px)}.profile-links strong{color:var(--brand-panel-text);margin-bottom:3px;font-size:13px;font-weight:700;display:block}.profile-links small{color:var(--brand-panel-text);opacity:.68;font-size:11px}.profile-links b{background:rgba(var(--brand-primary-rgb), .08);color:var(--brand-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:31px;height:31px;font-size:16px;display:inline-flex}.card-footer{background:var(--theme-card-background);border-radius:18px;flex-direction:column;align-items:center;gap:18px;margin-top:25px;padding:16px 12px;display:flex}.socials{flex-wrap:wrap;justify-content:center;gap:14px;max-width:160px;margin-left:auto;margin-right:auto;display:flex}.socials a{color:var(--theme-primary-button);opacity:.8;justify-content:center;align-items:center;transition:opacity .16s,transform .16s;display:inline-flex}.socials .social-twitter{color:var(--theme-twitter-button)}.socials .social-youtube{color:var(--theme-youtube-button)}.socials .social-telegram{color:var(--theme-telegram-button)}.socials .social-linkedin{color:var(--theme-linkedin-button)}.socials .social-instagram{color:var(--theme-instagram-button)}.socials .social-facebook{color:var(--theme-facebook-button)}.socials .social-tiktok{color:var(--theme-tiktok-button)}.socials .social-threads{color:var(--theme-threads-button)}.socials .social-soundcloud{color:var(--theme-soundcloud-button)}.socials .social-pinterest{color:var(--theme-pinterest-button)}.socials .social-patreon{color:var(--theme-patreon-button)}.socials .social-twitch{color:var(--theme-twitch-button)}.socials .social-applemusic{color:var(--theme-applemusic-button)}.socials .social-reddit{color:var(--theme-reddit-button)}.socials .social-github{color:var(--theme-github-button)}.socials a:hover{opacity:1;transform:translateY(-2px)}.social-icon{width:44px;height:44px}.powered-by{color:var(--theme-footer-text);font-family:var(--font-footer-text);opacity:.86;font-size:11px;font-weight:700;text-decoration:none}.studio{grid-template-columns:minmax(520px,720px) minmax(380px,460px);gap:44px;max-width:none;margin:0;padding:38px clamp(18px,2.5vw,42px) 60px;display:grid}.editor-panel{min-width:0}.editor-panel--wide{grid-column:span 2}.editor-panel--wide .dashboard{max-width:none;margin:0;padding:0}.page-header{background:radial-gradient(circle at 14% -5%, #e2a4541f, transparent 29rem), var(--shell);z-index:15;background-attachment:fixed;justify-content:space-between;align-items:center;margin-bottom:25px;padding:12px 0;display:flex;position:sticky;top:76px}.page-header-subtitle{color:#687679;max-width:620px;margin-top:8px;font-size:14px;font-weight:600;line-height:1.5}.page-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.studio-workspace{grid-template-columns:220px minmax(500px,720px) minmax(380px,460px);justify-content:space-between}.editor-sidebar{background:#fff;border:1px solid #edeae4;border-radius:18px;flex-direction:column;align-self:start;gap:22px;min-height:calc(100vh - 128px);padding:16px;display:flex;position:sticky;top:104px}.editor-sidebar-nav{flex-direction:column;flex:1;gap:8px;display:flex}.editor-sidebar-nav button{color:var(--navy);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;padding:11px 12px;font-size:14px;font-weight:800;text-decoration:none}.editor-sidebar-nav button:hover,.editor-sidebar-nav button.active{background:#f4f2ed}.sidebar-group-label{color:#99a3a5;letter-spacing:.06em;text-transform:uppercase;padding:0 12px;font-size:10px;font-weight:800}.sidebar-divider{background:#edeae4;height:1px;margin:6px 4px}.unsaved-changes-dialog p{margin-bottom:6px}.confirm-actions--stacked{flex-direction:column;gap:8px;display:flex}.confirm-actions--stacked button{width:100%}.editor-sidebar-profile-wrap{margin-top:auto;position:relative}.editor-sidebar-profile{cursor:pointer;text-align:left;background:0 0;border:0;border-top:1px solid #edeae4;justify-content:flex-start;align-items:center;gap:10px;width:100%;padding-top:16px;display:flex}.editor-sidebar-profile.active,.editor-sidebar-profile:hover{background:#f4f2ed;border-radius:10px;padding-left:8px}.sidebar-avatar{background:var(--navy);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:800;line-height:1;display:flex}.sidebar-profile-text{flex-direction:column;min-width:0;display:flex}.sidebar-profile-name{color:var(--navy);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.sidebar-profile-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.editor-sidebar-profile strong,.profile-page dd{overflow-wrap:anywhere}.profile-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-page-section{background:#fbfaf8;border:1px solid #edeae4;border-radius:14px;gap:12px;padding:16px;display:grid}.profile-page-section h3,.customize-color-group h3{color:var(--navy);letter-spacing:0;margin:0;font-size:12px;font-weight:900}.profile-page dl{gap:9px;margin:0;display:grid}.profile-page dl div{justify-content:space-between;gap:10px;display:flex}.profile-page dt{color:#687679;font-size:12px;font-weight:700}.profile-page dd{color:var(--navy);text-align:right;margin:0;font-size:12px;font-weight:800}.profile-page-actions{align-content:start}.profile-page-actions button{justify-self:start}.profile-action-button{color:var(--navy);cursor:pointer;background:0 0;border:1px solid #e7e3dd;border-radius:999px;min-height:0;padding:6px 10px;font-size:11px;font-weight:800}.profile-action-button:hover{background:#fff;border-color:#d8d2c8}.danger-link-button{color:#b91c1c;cursor:pointer;background:0 0;border:1px solid #b91c1c2e;border-radius:999px}.danger-link-button:hover{background:#fef2f2}.save-card-button{padding:8px 20px;font-size:13px}.save-card-button:disabled{opacity:.6}.secondary-button:disabled,.primary-button:disabled{cursor:not-allowed;opacity:.55}.page-header .eyebrow{margin-bottom:8px}.page-header h1{color:var(--navy);letter-spacing:-.065em;font-size:36px}.text-button{color:#a36b2a;background:0 0;border:0;padding:8px;font-size:13px;font-weight:700}.editor-section{background:#fff;border:1px solid #edeae4;border-radius:23px;margin-bottom:16px;padding:23px}.editor-section h2{color:var(--navy);letter-spacing:-.035em;margin-bottom:18px;font-size:18px}.editor-title{justify-content:space-between;align-items:baseline;display:flex}.theme-box{background:#fdfcf9}.theme-status{color:#197057;background:#edf5f2;border-radius:99px;padding:6px 11px;font-size:11px;font-weight:700}.theme-status.working{color:#946522;background:#fcf1dd}.theme-status.error{color:#b74736;background:#fff0ee}.upload-row{align-items:center;gap:17px;display:flex}.upload-row img{border:1px solid var(--line);object-fit:contain;background:#fff;border-radius:16px;width:64px;height:64px;padding:7px}.upload-row p{color:var(--muted);margin-top:8px;font-size:11px}.cover-upload-preview{align-items:center;gap:16px;display:flex}.cover-circle-preview{border:2px solid var(--line);border-radius:50%;flex-shrink:0;width:84px;height:84px;overflow:hidden}.cover-circle-preview img{object-fit:cover;transform-origin:50%;width:100%;height:100%;display:block}.cover-upload-preview p{color:var(--muted);font-size:12px;line-height:1.6}.toggle-row{cursor:pointer;border-top:1px solid #e9e5de;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding-top:16px;display:flex}.toggle-row strong{color:var(--navy);margin-bottom:3px;font-size:13px;display:block}.toggle-row small{color:var(--muted);font-size:11px}.palette-editor{border-top:1px solid #e9e5de;margin-top:18px;padding-top:18px}.palette-editor-label{color:#667477;letter-spacing:.05em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.palette-pickers{gap:20px;display:flex}.theme-color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customize-color-groups{gap:22px;display:grid}.customize-color-group{gap:12px;display:grid}.theme-color-field{color:#667477;letter-spacing:.05em;text-transform:uppercase;flex-direction:column;gap:7px;font-size:11px;font-weight:700;display:flex}.theme-color-field div{align-items:center;gap:9px;display:flex}.theme-color-field input[type=color]{appearance:none;cursor:pointer;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:34px;height:34px;padding:2px;box-shadow:0 0 0 1px #e9e6e0}.theme-color-field input:not([type=color]){color:var(--navy);letter-spacing:normal;text-transform:none;background:#fbfaf8;border:1px solid #e8e5df;border-radius:10px;width:100%;min-width:0;padding:9px 10px;font-size:13px}.color-picker-field{cursor:pointer;flex-direction:column;align-items:center;gap:7px;display:flex}.color-picker-field input[type=color]{appearance:none;cursor:pointer;border:2px solid #fff;border-radius:50%;width:36px;height:36px;padding:2px;box-shadow:0 0 0 1px #e9e6e0}.color-picker-field span{color:var(--muted);text-transform:capitalize;font-size:10px;font-weight:700}.swatches{gap:20px;margin-top:21px;display:flex}.swatches div{color:var(--muted);text-transform:capitalize;align-items:center;gap:7px;font-size:11px;display:flex}.swatches span{border:2px solid #fff;border-radius:50%;width:22px;height:22px;box-shadow:0 0 0 1px #e9e6e0}.logo-controls{border-top:1px solid #e9e5de;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:22px;padding-top:19px;display:grid}.range-control{color:#657174;text-transform:uppercase;flex-direction:column;gap:9px;font-size:11px;font-weight:700;display:flex}.range-control span{justify-content:space-between;display:flex}.range-control strong{color:var(--navy);font-size:11px}.range-control input{accent-color:#155e75;width:100%}.control-note{color:var(--muted);grid-column:1/-1;margin:0;font-size:11px;line-height:1.55}.cover-controls{margin-top:19px}.field-grid{gap:14px;display:grid}.field-grid--two{grid-template-columns:repeat(2,1fr)}.field{color:#667477;letter-spacing:.05em;text-transform:uppercase;flex-direction:column;gap:7px;font-size:11px;font-weight:700;display:flex}.field-label-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.field-color-controls{align-items:center;gap:8px;display:flex}.field-char-counter{color:#99a3a5;letter-spacing:0;text-align:right;text-transform:none;font-size:10px;font-weight:700}.field-char-counter--limit{color:#b91c1c}.visibility-toggle{cursor:pointer;flex-shrink:0;display:inline-flex;position:relative}.visibility-toggle input{opacity:0;width:0;height:0;position:absolute}.visibility-toggle-slider{background:#d8d2c8;border-radius:999px;width:28px;height:16px;transition:background .14s;display:inline-block;position:relative}.visibility-toggle-slider:before{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .14s;position:absolute;top:2px;left:2px}.visibility-toggle input:checked+.visibility-toggle-slider{background:var(--navy)}.visibility-toggle input:checked+.visibility-toggle-slider:before{transform:translate(12px)}.control-with-apply{align-items:center;gap:6px;display:inline-flex}.control-with-apply--typography{width:100%}.control-with-apply--typography .typography-field{flex:1}.apply-to-trigger-wrap{position:relative}.apply-to-trigger{cursor:pointer;background:#f7f5f0;border:1px solid #e8e5df;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:inline-flex}.apply-to-trigger:hover{background:#efece5}.apply-to-popover{text-transform:none;z-index:60;background:#fff;border:1px solid #e7e3dd;border-radius:14px;width:240px;padding:14px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 44px #00000029}.apply-to-quick-actions{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.apply-to-quick-btn{color:var(--navy);cursor:pointer;text-align:left;background:#f4f2ed;border:0;border-radius:8px;padding:7px 9px;font-size:11px;font-weight:700}.apply-to-quick-btn:hover{background:#ece8e0}.apply-to-groups{gap:10px;max-height:220px;display:grid;overflow-y:auto}.apply-to-group h4{color:#99a3a5;letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px;font-size:10px;font-weight:800}.apply-to-checkbox{color:var(--navy);cursor:pointer;align-items:center;gap:8px;padding:3px 0;font-size:12px;font-weight:600;display:flex}.apply-to-actions{border-top:1px solid #efece5;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:12px;display:flex}.share-card-dialog{max-width:460px}.analytics-card-filter{color:var(--navy);background:#fff;border:1px solid #e7e3dd;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700}.analytics-overview-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.analytics-overview-card{background:#fff;border:1px solid #edeae4;border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.analytics-overview-card span{color:#687679;font-size:12px;font-weight:700}.analytics-overview-card strong{color:var(--navy);font-size:24px;font-weight:800}.analytics-overview-card--future{opacity:.6}.analytics-overview-card--future small{color:#99a3a5;text-transform:uppercase;font-size:10px;font-weight:700}.analytics-traffic-grid,.analytics-button-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;display:grid}.analytics-traffic-grid div,.analytics-button-grid div{background:#fbfaf8;border:1px solid #edeae4;border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.analytics-traffic-grid span,.analytics-button-grid span{color:#687679;font-size:11px;font-weight:700}.analytics-traffic-grid strong,.analytics-button-grid strong{color:var(--navy);font-size:18px;font-weight:800}.leads-header-actions{align-items:center;gap:10px;display:flex}.analytics-lead-search{background:#fbfaf8;border:1px solid #e8e5df;border-radius:10px;width:100%;margin-bottom:14px;padding:10px 14px;font-size:13px}.analytics-leads-table{border-collapse:collapse;width:100%}.analytics-leads-table th{color:#687679;text-align:left;text-transform:uppercase;border-bottom:2px solid #edeae4;padding:8px 10px;font-size:11px;font-weight:800}.analytics-leads-table td{color:var(--navy);border-bottom:1px solid #f2efe9;padding:10px;font-size:13px}.analytics-pagination{justify-content:center;align-items:center;gap:12px;margin-top:14px;display:flex}.analytics-pagination span{color:#687679;font-size:12px;font-weight:700}.analytics-activity-list{flex-direction:column;gap:2px;display:flex}.analytics-activity-item{background:#f7f5f0;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;display:flex}.analytics-activity-label{color:var(--navy);font-weight:500}.analytics-activity-time{color:#687679;white-space:nowrap;margin-left:12px;font-size:12px}.analytics-activity-icon{margin-right:4px;font-size:15px}.analytics-view-all-btn{color:#687679;cursor:pointer;text-align:center;background:0 0;border:1.5px solid #e8e5df;border-radius:10px;width:100%;margin-top:10px;padding:10px;font-size:13px;font-weight:600;transition:border-color .15s,color .15s;display:block}.analytics-view-all-btn:hover{border-color:var(--navy);color:var(--navy)}.leads-filters{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.leads-filters .analytics-lead-search{flex:1;min-width:180px;margin-bottom:0}.leads-filter-select{color:var(--navy);cursor:pointer;background:#fff;border:1.5px solid #e8e5df;border-radius:10px;outline:none;padding:9px 12px;font-size:13px;font-weight:500}.leads-filter-select:focus{border-color:var(--navy)}.leads-filter-select--narrow{max-width:110px}.analytics-table-meta{color:#687679;margin-bottom:8px;font-size:12px;font-weight:600}.activity-table .activity-icon-cell{text-align:center;padding:12px 8px;font-size:18px}.activity-table .activity-type-cell{color:#687679;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:12px;font-weight:600}.activity-table .activity-time-cell{white-space:nowrap;flex-direction:column;gap:2px;font-size:12px;display:flex}.share-url-row{gap:8px;margin:16px 0;display:flex}.share-url-input{color:var(--navy);background:#f7f5f0;border:1px solid #e8e5df;border-radius:10px;flex:1;padding:10px 12px;font-size:13px;font-weight:600}.inline-color-row{flex-wrap:wrap;gap:10px;display:flex}.inline-color-row--section{border-top:1px solid #e9e5de;margin-top:14px;padding-top:14px}.inline-color-control{text-transform:none;background:#f7f5f0;border:1px solid #e8e5df;border-radius:999px;align-items:center;gap:6px;padding:4px 7px;display:inline-flex}.inline-color-control span{color:#667477;letter-spacing:0;white-space:nowrap;font-size:10px;font-weight:800}.inline-color-control input[type=color]{appearance:none;cursor:pointer;background:0 0;border:0;width:22px;height:22px;padding:0}.inline-color-control input[type=color]::-webkit-color-swatch-wrapper{padding:0}.inline-color-control input[type=color]::-webkit-color-swatch{border:1px solid #ddd7cf;border-radius:50%}.inline-color-control input:not([type=color]){color:var(--navy);letter-spacing:0;text-transform:uppercase;background:0 0;border:0;outline:none;width:68px;padding:0;font-size:11px;font-weight:800}.field input,.field textarea,.link-editor input,.font-picker{color:var(--navy);letter-spacing:normal;resize:vertical;text-transform:none;background:#fbfaf8;border:1px solid #e8e5df;border-radius:12px;outline:none;padding:12px 13px;font-size:14px}.field input:focus,.field textarea:focus,.link-editor input:focus{border-color:#c99758;box-shadow:0 0 0 3px #c9975821}.field .inline-color-control input,.link-editor .inline-color-control input{box-shadow:none;resize:none;min-width:0}.field .inline-color-control input[type=color],.link-editor .inline-color-control input[type=color]{background:0 0;border:0;border-radius:0;width:22px;height:22px;padding:0}.field .inline-color-control input:not([type=color]),.link-editor .inline-color-control input:not([type=color]){color:var(--navy);background:0 0;border:0;border-radius:0;width:68px;padding:0;font-size:11px;font-weight:800}.links-editor{flex-direction:column;gap:12px;display:flex}.link-editor{background:#faf9f6;border:1px solid #ece8e1;border-radius:16px;gap:9px;padding:12px;display:grid}.link-head{justify-content:space-between;align-items:center;display:flex}.switch input{opacity:0;position:absolute}.switch span{background:#dbd8d1;border-radius:99px;width:42px;height:23px;display:block;position:relative}.switch span:after{content:"";background:#fff;border-radius:50%;width:17px;height:17px;transition:transform .13s;position:absolute;top:3px;left:3px}.switch input:checked+span{background:#145d72}.switch input:checked+span:after{transform:translate(19px)}.reorder{gap:4px;display:flex}.reorder button{color:#657174;background:#fff;border:1px solid #e7e3dd;border-radius:8px;width:31px;height:29px}.reorder .remove{color:#ab5a48}.cropper-overlay{z-index:100;background:#000000b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cropper-modal{background:#fff;border-radius:24px;flex-direction:column;align-items:center;gap:18px;width:min(400px,92vw);padding:32px 28px 28px;display:flex}.cropper-modal h3{color:var(--navy);letter-spacing:-.03em;font-size:20px;font-weight:700}.cropper-hint{color:var(--muted);margin-top:-10px;font-size:12px}.cropper-circle{cursor:grab;-webkit-user-select:none;user-select:none;background-color:#ddd;border-radius:50%;width:260px;height:260px;overflow:hidden;box-shadow:0 0 0 4px #e9e5de,0 8px 32px #0000002e}.cropper-circle:active{cursor:grabbing}.cropper-zoom-slider{width:100%}.cropper-actions{gap:10px;width:100%;display:flex}.cropper-actions button{flex:1;justify-content:center}.social-add-grid{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.social-add-pill{background:var(--surface,#f4f1ed);border:1.5px solid var(--border,#e4dfd8);color:var(--navy,#122136);cursor:pointer;white-space:nowrap;border-radius:999px;padding:6px 13px;font-size:12px;font-weight:600;line-height:1;transition:background .12s,border-color .12s,color .12s}.social-add-pill:hover{background:var(--navy,#122136);border-color:var(--navy,#122136);color:#fff}.social-platform-label{color:var(--navy);font-size:13px;font-weight:700}.social-position-control{align-items:center;gap:6px;display:inline-flex}.social-position-control span{color:var(--muted);font-size:11px}.social-position-control select{border:1px solid #e7e3dd;border-radius:6px;height:29px;padding:0 22px 0 7px}.social-editor .remove{color:#ab5a48;background:#fff;border:1px solid #e7e3dd;border-radius:8px;justify-content:center;align-items:center;width:31px;height:29px;display:inline-flex}.preview-panel{flex-direction:column;align-self:start;height:calc(100vh - 104px);padding-bottom:32px;display:flex;position:sticky;top:104px;overflow-y:auto}.preview-toolbar{color:#687679;flex:none;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13px;font-weight:700;display:flex}.preview-toolbar-actions{align-items:center;gap:8px;display:flex}.preview-published-badge{color:#1a7a43;background:#e3f5ea;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.preview-canvas{flex:1;justify-content:center;width:100%;min-height:0;display:flex}.preview-canvas-inner{transform-origin:top;width:410px;max-width:100%}.preview-canvas-card{width:100%}.public-view{background:radial-gradient(ellipse 65% 55% at 50% 38%, var(--public-glow-color,#141e2d14), var(--public-glow-fade,#141e2d00) 70%), linear-gradient(165deg, var(--public-bg-start,#f6f6f9), var(--public-bg-end,#e9e9ee));justify-content:center;align-items:center;min-height:calc(100vh - 76px);padding:54px 22px;display:flex;position:relative}.public-controls{position:absolute;top:28px;right:clamp(18px,5vw,48px)}.profile-card--immersive{max-width:430px}.setup-wizard{max-width:760px;margin:0 auto;padding:48px clamp(20px,5vw,56px)}.setup-wizard-card h1{color:var(--navy);letter-spacing:-.04em;margin-bottom:22px;font-size:30px}.wizard-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.wizard-upload{color:#667477;background:#fbfaf8;border:1px dashed #d8d2c8;border-radius:16px;flex-direction:column;gap:12px;min-height:260px;padding:16px;font-size:12px;font-weight:700;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.wizard-upload:hover,.wizard-upload.dragging{border-color:#c99758;transform:translateY(-1px);box-shadow:0 18px 36px #112d3714}.wizard-upload.has-error{border-color:#b91c1c}.wizard-upload-dropzone{cursor:pointer;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.upload-icon{color:var(--navy);background:#fff;border:1px solid #e8e5df;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:14px;font-size:28px;display:flex}.wizard-upload-dropzone strong{color:var(--navy);margin-bottom:7px;font-size:16px}.wizard-upload-dropzone small{color:var(--muted);margin-top:8px;font-size:11px}.wizard-upload img{object-fit:contain;border-radius:14px;align-self:center;width:100%;max-width:100%;height:118px}.upload-actions{justify-content:center;align-items:center;gap:10px;display:flex}.upload-actions .secondary-button{cursor:pointer;padding:9px 14px}.upload-success,.upload-error{text-align:center;margin:0;font-size:12px;font-weight:800}.upload-success{color:#047857}.upload-error{color:#b91c1c}.wizard-progress{background:#e9e5de;border-radius:99px;width:100%;height:8px;overflow:hidden}.wizard-progress div{background:var(--navy);height:100%;transition:width .26s}.wizard-actions{border-top:1px solid #e9e5de;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:18px;display:flex}.wizard-swatches{gap:12px;margin:4px 0 22px;display:flex}.wizard-swatches span{border:2px solid #fff;border-radius:50%;width:34px;height:34px;box-shadow:0 0 0 1px #e9e6e0}.setup-palette{flex-wrap:wrap}.wizard-curation{justify-content:center;align-items:center;min-height:calc(100vh - 76px);padding:28px;display:flex}.wizard-curation-box{text-align:center;width:100%;max-width:520px}.wizard-curation-box h1{color:var(--navy);letter-spacing:-.04em;margin-bottom:24px;font-size:34px}.wizard-progress--large{height:12px;margin-bottom:18px}.wizard-curation-box p:last-child{color:var(--muted);font-size:15px;font-weight:700}.preset-selector{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.preset-selector--wizard{margin-bottom:24px}.preset-card{cursor:pointer;text-align:center;background:#fbfaf8;border:2px solid #e0dbd4;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:20px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.preset-card:hover{border-color:var(--navy)}.preset-card--active{border-color:var(--navy);box-shadow:0 0 0 2px var(--navy)}.preset-card strong{color:var(--navy);font-size:15px}.preset-card-icon{font-size:28px}.preset-card-desc{color:var(--muted);font-size:12px;line-height:1.3}.settings-description{color:var(--muted);margin-bottom:16px;font-size:13px}.confirm-overlay{z-index:300;background:#0000007a;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-dialog{background:#fff;border-radius:18px;width:min(90vw,390px);max-width:390px;padding:26px;box-shadow:0 24px 60px #0000002e}.confirm-dialog h2{color:var(--navy);letter-spacing:-.03em;margin-bottom:8px;font-size:22px}.confirm-dialog p{color:var(--muted);font-size:14px;line-height:1.55}.confirm-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.danger-button{color:#fff;cursor:pointer;background:#b91c1c;border:0 #b91c1c;border-radius:999px;padding:12px 18px;font-weight:800}.danger-button:disabled{cursor:not-allowed;opacity:.6}.modal-error{margin-top:12px;font-weight:700;color:#b91c1c!important}.logo-theme-dialog{background:#fff;border-radius:18px;width:min(92vw,520px);max-width:520px;padding:26px;box-shadow:0 24px 60px #0000002e}.logo-theme-dialog h2{color:var(--navy);letter-spacing:-.03em;margin-bottom:8px;font-size:22px}.logo-theme-dialog p{color:var(--muted);margin-bottom:18px;font-size:14px;line-height:1.55}.logo-theme-preview{align-items:flex-start;gap:18px;display:flex}.logo-theme-preview img{border:1px solid var(--line);object-fit:contain;border-radius:14px;width:88px;height:88px;padding:8px}.logo-theme-colors{flex:1;gap:10px;display:grid}.logo-theme-color{grid-template-columns:1fr 34px 94px;align-items:center;gap:8px;display:grid}.logo-theme-color span{color:#667477;text-transform:uppercase;font-size:11px;font-weight:800}.logo-theme-color input[type=color]{width:32px;height:32px;padding:0}.logo-theme-color input:not([type=color]){color:var(--navy);text-transform:uppercase;background:#fbfaf8;border:1px solid #e8e5df;border-radius:10px;padding:8px 9px;font-size:12px;font-weight:800}.branding-toggle{cursor:default;border-top:0;flex-wrap:wrap;margin-top:0;padding-top:0}.branding-color-controls{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}@media (width<=1040px){.landing,.qr-showcase,.studio{flex-direction:column;display:flex}.landing{min-height:0}.hero-copy,.qr-showcase-copy{text-align:center}.qr-showcase-copy{margin:0 auto}.hero-description,.qr-showcase-description{margin-left:auto;margin-right:auto}.hero-buttons,.feature-row{justify-content:center}.qr-showcase-grid{flex-wrap:wrap}.preview-panel{width:100%;position:static}.editor-sidebar{width:100%;min-height:auto;position:static}.editor-sidebar-nav{grid-template-columns:repeat(5,minmax(0,1fr))}.editor-sidebar-nav button{text-align:center}.preview-panel .profile-card{margin:0 auto}}@media (width<=640px){.topbar{height:66px;padding:0 16px}.product-mark strong,.topbar nav{display:none}.landing,.qr-showcase{padding:42px 16px}.hero-copy h1{font-size:clamp(48px,18vw,64px)}.qr-showcase-grid{gap:10px}.qr-showcase-card{padding:10px}.hero-buttons,.feature-row{flex-direction:column}.profile-card{border-radius:26px;padding:0 18px 20px}.card-cover{margin-left:-18px;margin-right:-18px}.studio{padding:27px 13px 42px}.editor-sidebar-nav{display:flex;overflow-x:auto}.editor-sidebar-nav button{white-space:nowrap;flex:none}.page-header h1{font-size:30px}.editor-section{border-radius:18px;padding:17px}.field-grid--two{grid-template-columns:1fr}.swatches{grid-template-columns:repeat(2,1fr);display:grid}.logo-controls,.theme-color-grid,.wizard-upload-grid{grid-template-columns:1fr}.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-view{padding:70px 12px 24px}.public-controls{top:15px;right:14px}}.save-modal-overlay{z-index:200;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.save-modal{background:#fff;border-radius:20px;width:90vw;max-width:380px;padding:28px 24px;box-shadow:0 12px 40px #00000040}.save-modal h3{margin:0 0 4px;font-size:20px}.save-modal-hint{color:#687679;margin:0 0 18px;font-size:13px}.save-modal form{flex-direction:column;gap:12px;display:flex}.save-modal input{border:1px solid #d5d0c9;border-radius:10px;padding:10px 14px;font-size:14px}.save-modal input:focus{border-color:var(--brand-primary,#155e75);outline:none}.save-modal-field{flex-direction:column;gap:4px;display:flex}.save-modal-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.save-modal-success{color:#16a34a;text-align:center;margin:20px 0;font-size:18px;font-weight:600}.save-modal-error{color:#dc2626;margin:0;font-size:13px}.field-hint{color:#687679;margin:8px 0 0;font-size:12px}.button-settings-list{flex-direction:column;gap:4px;display:flex}.button-setting-row{border-top:1px solid #e9e5de;padding:14px 0}.button-setting-row:first-child{border-top:0;padding-top:0}.button-setting-toggle-row{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.button-setting-toggle-row span:first-child{color:var(--navy);font-size:13px;font-weight:700}.button-setting-expand{margin-top:12px}.button-setting-toggle-controls{align-items:center;gap:10px;display:flex}.button-setting-text-color{margin-top:10px}.field-hint a{color:var(--brand-primary,#155e75)}.dashboard{max-width:800px;margin:0 auto;padding:48px clamp(20px,5vw,56px)}.dashboard-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px;display:flex}.dashboard-header h1{margin:4px 0 0;font-size:24px}.dashboard-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.dashboard-summary-card{background:#fff;border:1px solid #edeae4;border-radius:14px;gap:8px;padding:16px;display:grid;box-shadow:0 12px 28px #112d370d}.dashboard-summary-card span{color:#687679;font-size:12px;font-weight:800}.dashboard-summary-card strong{color:var(--navy);font-size:26px;line-height:1}.dashboard-error{color:#b91c1c;background:#fef2f2;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.dashboard-loading,.dashboard-empty{text-align:center;color:#687679;padding:32px 24px 56px}.dashboard-empty .primary-button{margin-top:16px}.card-list{flex-direction:column;gap:12px;display:flex}.card-list-item{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.card-list-info h3{margin:0 0 6px;font-size:16px}.card-list-meta{color:#687679;align-items:center;gap:12px;font-size:13px;display:flex}.status-badge{text-transform:capitalize;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.status-draft{color:#92400e;background:#fef3c7}.status-published{color:#065f46;background:#d1fae5}.status-archived{color:#4b5563;background:#e5e7eb}.status-completed{color:#065f46;background:#d1fae5}.status-owned{color:#fff;background:#0f8a4d}.card-list-actions{flex-shrink:0;gap:8px;display:flex}.text-button{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:13px}.card-delete-btn{color:#b91c1c}.card-delete-btn:hover{background:#fef2f2}@media (width<=600px){.dashboard-summary-grid{grid-template-columns:1fr}.card-list-item{flex-direction:column;align-items:flex-start}.card-list-actions{justify-content:flex-end;width:100%}}.share-group{gap:4px;display:flex}.empty-icon{margin-bottom:12px;font-size:48px}.dashboard-empty h2{color:var(--navy);margin:0 0 8px}.dashboard-filter-chips{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.dashboard-filter-chip{color:#687679;cursor:pointer;background:#fff;border:1.5px solid #edeae4;border-radius:999px;align-items:center;gap:7px;padding:5px 14px;font-size:13px;font-weight:700;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.dashboard-filter-chip:hover{background:#f4f2ed;border-color:#d4d0c8}.dashboard-filter-chip--active{background:var(--navy);border-color:var(--navy);color:#fff}.chip-count{color:inherit;background:#f0ede7;border-radius:999px;padding:1px 7px;font-size:11px;font-weight:800}.dashboard-filter-chip--active .chip-count{background:#fff3}.share-modal{background:#fff;border-radius:20px;width:calc(100% - 32px);max-width:480px;padding:32px;box-shadow:0 32px 80px #0003}.share-modal h2{color:var(--navy);margin:0 0 6px;font-size:20px;font-weight:700}.share-modal>p{color:#687679;margin:0 0 20px;font-size:14px}.share-modal-link{align-items:center;margin-bottom:12px;display:flex}.share-link-prefix{color:#8a8578;white-space:nowrap;padding-right:4px;font-family:monospace;font-size:13px}.share-error-msg{color:#b91c1c;margin:0 0 16px;font-size:13px;font-weight:600}.share-link-input{box-sizing:border-box;color:var(--navy);background:#f8f7f4;border:1.5px solid #edeae4;border-radius:10px;width:100%;padding:10px 14px;font-family:monospace;font-size:13px}.share-link-input:focus{border-color:var(--navy);outline:none}.share-copied-msg{color:#065f46;margin:0 0 16px;font-size:13px;font-weight:600}.share-modal-actions{justify-content:flex-end;gap:10px;display:flex}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.toast{pointer-events:auto;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:500;animation:.25s ease-out toast-in;box-shadow:0 8px 24px #0000001f}.toast-success{color:#fff;background:#065f46}.toast-error{color:#fff;background:#b91c1c}.toast-info{background:var(--navy,#112d37);color:#fff}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.shimmer{background:linear-gradient(90deg,#eee 25%,#e0e0e0 50%,#eee 75%) 0 0/200% 100%;border-radius:6px;animation:1.4s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{background:#fff;border-radius:20px;max-width:400px;margin:0 auto;padding:0 0 24px;overflow:hidden}.skeleton-band{border-radius:0;height:130px}.skeleton-circle{border-radius:50%;width:100px;height:100px;margin:-50px auto 16px}.skeleton-line{width:60%;height:14px;margin:10px 24px}.skeleton-line--title{width:40%;height:20px;margin:10px auto}.skeleton-actions{justify-content:center;gap:12px;margin-top:20px;display:flex}.skeleton-btn{border-radius:8px;width:70px;height:36px}.skeleton-row{opacity:.6}.skeleton-editor{padding:24px}.public-view--center{justify-content:center;align-items:center;min-height:100vh;display:flex}.public-error-card{text-align:center;padding:48px 32px}.public-error-card h1{color:var(--navy,#112d37);margin:0 0 8px;font-size:64px}.public-error-card p{color:#687679;font-size:16px}.auth-brand{margin-bottom:16px;text-decoration:none;display:inline-block}.stats-ribbon{background:var(--navy);padding:0 clamp(24px,5vw,58px)}.stats-ribbon-inner{justify-content:center;gap:0;max-width:1250px;margin:0 auto;display:flex}.stat-item{flex-direction:column;flex:1;align-items:center;gap:4px;padding:36px 16px;display:flex}.stat-item strong{color:#e2a454;letter-spacing:-.03em;font-family:Playfair Display,Georgia,serif;font-size:clamp(28px,3.5vw,42px);font-weight:700}.stat-item span{color:#ffffffa6;text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:700}.biz-showcase{box-sizing:border-box;grid-template-columns:minmax(320px,420px) minmax(390px,1fr);align-items:center;gap:clamp(42px,7vw,90px);max-width:1250px;margin:0 auto;padding:clamp(60px,8vw,110px) clamp(24px,6vw,64px);display:grid}.biz-showcase-copy{max-width:640px}.biz-showcase-copy h2{color:var(--navy);letter-spacing:-.03em;margin-bottom:18px;font-family:Playfair Display,Georgia,serif;font-size:clamp(38px,4.4vw,54px);font-weight:500;line-height:1.05}.biz-flip-wrap{perspective:1200px;flex-direction:column;align-items:center;gap:20px;display:flex}.biz-flip-label{color:#99a3a5;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.biz-flip-card{cursor:pointer;height:240px;transform-style:preserve-3d;width:420px;transition:transform .7s cubic-bezier(.23,1,.32,1);position:relative}.biz-flip-wrap:hover .biz-flip-card{transform:rotateY(180deg)}.biz-flip-face{backface-visibility:hidden;border-radius:18px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 24px 56px #112d3726}.biz-flip-front{background:linear-gradient(135deg,#112d37 0%,#1a4a5a 100%);flex-direction:column;display:flex}.biz-card-top-band{background:#e2a454;width:100%;height:6px}.biz-card-logo{color:#e2a454;background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin:22px 0 0 24px;font-size:18px;font-weight:900;display:flex}.biz-card-front-body{flex-direction:column;flex:1;justify-content:center;gap:6px;padding:0 24px;display:flex}.biz-card-company{color:#fff;letter-spacing:-.03em;font-size:22px;font-weight:800}.biz-card-tagline{color:#ffffff80;font-size:12px;font-weight:600}.biz-card-front-footer{padding:0 24px 18px}.biz-card-hint{color:#ffffff40;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700}.biz-flip-back{background:#f7f4ef;flex-direction:column;justify-content:center;display:flex;transform:rotateY(180deg)}.biz-card-back-accent{background:#e2a454;width:5px;height:100%;position:absolute;top:0;left:0}.biz-card-back-body{flex-direction:column;gap:6px;padding:28px 28px 28px 36px;display:flex}.biz-card-name{color:#112d37;letter-spacing:-.03em;font-size:22px;font-weight:800}.biz-card-role{color:#687679;font-size:13px;font-weight:600}.biz-card-divider{background:#e2a454;width:40px;height:2px;margin:10px 0}.biz-card-contacts{flex-direction:column;gap:4px;display:flex}.biz-card-contacts span{color:#445a60;font-size:12px;font-weight:600}.biz-card-back-logo{color:#112d371f;justify-content:center;align-items:center;font-size:22px;font-weight:900;display:flex;position:absolute;bottom:20px;right:24px}.section-bridge{background:var(--navy);text-align:center;padding:clamp(48px,6vw,80px) clamp(24px,6vw,64px)}.section-bridge-inner{justify-content:center;align-items:center;gap:18px;margin-bottom:24px;display:flex}.section-bridge-line{background:#ffffff26;flex:1;max-width:120px;height:1px}.section-bridge-text{color:#e2a454;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;margin:0;font-size:11px;font-weight:800}.section-bridge-heading{color:#fff;letter-spacing:-.02em;max-width:680px;margin:0 auto;font-family:Playfair Display,Georgia,serif;font-size:clamp(24px,3vw,38px);font-weight:500;line-height:1.3}.section-bridge-heading em{color:#e2a454;font-style:italic}.how-it-works{max-width:1250px;margin:0 auto;padding:clamp(60px,8vw,110px) clamp(24px,6vw,64px)}.hiw-title{color:var(--navy);letter-spacing:-.03em;text-align:center;margin-bottom:48px;font-family:Playfair Display,Georgia,serif;font-size:clamp(32px,3.8vw,46px);font-weight:500}.hiw-steps{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.hiw-step{text-align:center;background:#fff;border:1px solid #edeae4;border-radius:20px;padding:32px 28px;transition:transform .26s,box-shadow .26s;box-shadow:0 12px 32px #112d370f}.hiw-step:hover{transform:translateY(-4px);box-shadow:0 20px 48px #112d371a}.hiw-step-num{background:var(--navy);color:#e2a454;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:18px;font-size:18px;font-weight:800;display:inline-flex}.hiw-step h3{color:var(--navy);letter-spacing:-.02em;margin-bottom:10px;font-size:18px;font-weight:800}.hiw-step p{color:#687679;margin:0;font-size:14px;line-height:1.6}.site-footer{background:var(--navy);color:#ffffffb3;margin-top:0;padding:56px clamp(24px,5vw,58px) 0}.site-footer-inner{grid-template-columns:1.4fr 2fr;gap:48px;max-width:1250px;margin:0 auto;display:grid}.site-footer-brand{flex-direction:column;gap:10px;display:flex}.site-footer-logo{border-radius:50%;width:42px;height:42px}.site-footer-brand strong{color:#fff;font-size:18px;font-weight:800}.site-footer-brand p{color:#ffffff80;max-width:320px;margin:0;font-size:13px;line-height:1.6}.site-footer-links{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.site-footer-links h4{color:#e2a454;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800}.site-footer-links ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.site-footer-links li{color:#ffffff8c;cursor:default;font-size:14px;font-weight:600}.site-footer-bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1250px;margin:40px auto 0;padding:22px 0}.site-footer-bottom span{color:#ffffff59;font-size:13px;font-weight:600}@media (width<=1040px){.biz-showcase{flex-direction:column;align-items:center;display:flex}.biz-flip-card{width:min(420px,100%)}.biz-showcase-copy{text-align:center;margin:0 auto}.hiw-steps{grid-template-columns:1fr;max-width:420px;margin:0 auto}.site-footer-inner{grid-template-columns:1fr}.stats-ribbon-inner{flex-wrap:wrap}.stat-item{flex:0 0 50%}}@media (width<=640px){.biz-showcase{padding:42px 16px}.site-footer-links{grid-template-columns:1fr;gap:24px}.stat-item{padding:24px 12px}}.qr-preview-notice{text-align:left;background:#fff7e6;border:1px solid #f2d896;border-radius:12px;align-items:flex-start;gap:10px;margin-top:12px;padding:12px 14px;display:flex}.qr-preview-notice-icon{color:#a3760a;flex:none;align-items:center;padding-top:2px;display:flex}.qr-preview-notice p{color:#7a5b00;margin:0;font-size:12px;line-height:1.5}.qr-preview-notice strong{color:#5c4400}.qr-destination-picker,.qr-customization-panel{flex-direction:column;gap:14px;display:flex}.qr-field{flex-direction:column;gap:6px;display:flex}.qr-field select,.qr-field input[type=text],.qr-field input[type=email],.qr-field input[type=tel],.qr-field input[type=password]{color:var(--navy);background:#fbfaf8;border:1px solid #e8e5df;border-radius:10px;padding:10px 12px;font-size:13px}.qr-field-label{color:#687679;letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:800}.qr-repeatable-row{gap:8px;margin-top:4px;display:flex}.qr-repeatable-label{color:var(--navy);background:#fbfaf8;border:1px solid #e8e5df;border-radius:10px;flex:0 0 38%;padding:10px 12px;font-size:13px}.qr-repeatable-value{color:var(--navy);background:#fbfaf8;border:1px solid #e8e5df;border-radius:10px;flex:1;min-width:0;padding:10px 12px;font-size:13px}.qr-repeatable-remove{color:#b91c1c;cursor:pointer;background:#fbfaf8;border:1px solid #e8e5df;border-radius:10px;flex:none;width:36px;font-size:16px;line-height:1}.qr-repeatable-remove:disabled{color:#c7c2b8;cursor:not-allowed}.qr-repeatable-add{color:var(--navy);cursor:pointer;text-align:left;background:0 0;border:none;margin-top:8px;padding:0;font-size:12px;font-weight:700;text-decoration:underline}.qr-field--inline{flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.qr-field--inline input[type=color]{border:1px solid var(--line);border-radius:8px;width:48px;height:32px;padding:2px}.qr-field--checkbox{flex-direction:row;align-items:center;gap:8px}.qr-section{border-top:1px solid #f2efe9;padding-top:14px}.qr-section:first-child{border-top:0;padding-top:0}.qr-section-title{color:var(--navy);margin:0 0 10px;font-size:13px;font-weight:800}.qr-preset-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;display:grid}.qr-preset-btn{color:var(--navy);cursor:pointer;background:#f7f5f0;border:1px solid #e8e5df;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:700}.qr-preset-btn:hover:not(:disabled){background:#efece5}.qr-preset-btn:disabled{cursor:not-allowed;opacity:.45}.qr-apply-brand-btn{width:100%;margin-top:10px}.qr-gradient-type-row{gap:8px;margin-bottom:10px;display:flex}.qr-gradient-type-btn{color:var(--navy);cursor:pointer;background:#f7f5f0;border:1px solid #e8e5df;border-radius:999px;flex:1;padding:8px 10px;font-size:12px;font-weight:700}.qr-gradient-type-btn.active{background:var(--navy);border-color:var(--navy);color:#fff}.qr-logo-preview-row{align-items:center;gap:12px;display:flex}.qr-logo-thumb{border:1px solid var(--line);object-fit:contain;background:#f4f2ed;border-radius:10px;width:44px;height:44px;padding:4px}.qr-upload-btn{color:var(--navy);cursor:pointer;text-align:center;background:#f7f5f0;border:1px dashed #cfcabf;border-radius:10px;width:100%;padding:10px 14px;font-size:13px;font-weight:700;display:inline-block}.qr-preview-canvas{border:1px solid var(--line);background:#fbfaf8;border-radius:16px;justify-content:center;align-items:center;padding:14px;display:flex}.qr-studio-preview{gap:10px;height:calc(100vh - 76px);min-height:0;padding-top:14px;padding-bottom:14px;overflow:hidden auto}.qr-studio-preview .preview-toolbar{min-height:36px}.qr-studio-preview .qr-preview-canvas{flex:none}.qr-studio-preview .qr-warnings{max-height:90px;margin-top:4px;overflow:auto}.qr-studio-preview .qr-publish-btn{margin-top:4px}.qr-code-surface{justify-content:center;align-items:center;display:flex}.qr-code-surface svg,.qr-code-surface canvas{max-width:100%;width:100%!important;height:100%!important}.qr-warnings{flex-direction:column;gap:8px;margin-top:14px;display:flex}.qr-warning-item{color:#7a5b00;background:#fff7e6;border:1px solid #f2d896;border-radius:10px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:12px;display:flex}.qr-warning-icon{flex:none}.qr-palette-swatch{border-radius:50%;flex:none;width:22px;height:22px;display:inline-block}.qr-extracted-palette{margin-bottom:8px}.qr-publish-btn{width:100%;margin-top:16px}.qr-download-row{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.qr-download-row button{flex:1;min-width:120px}.qr-integration-dialog{background:#fff;border-radius:18px;width:100%;max-width:780px;max-height:88vh;padding:28px;overflow-y:auto;box-shadow:0 30px 70px #0003}.qr-integration-dialog h2{color:var(--navy);margin-bottom:6px}.qr-integration-dialog>p{color:var(--muted);margin-bottom:20px;font-size:13px}.qr-integration-close{width:100%;margin-top:16px}.qr-integration-columns{grid-template-columns:minmax(280px,1fr) minmax(220px,260px);gap:28px;display:grid}.qr-integration-controls{flex-direction:column;gap:20px;display:flex}.qr-integration-preview{flex-direction:column;align-items:center;gap:12px;display:flex;position:sticky;top:0}.qr-integration-actions{border-top:1px solid #efece5;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:20px;display:flex}@media (width<=720px){.qr-integration-columns{grid-template-columns:1fr}.qr-integration-preview{position:static}}.qr-codes-list-item{flex-wrap:wrap;align-items:center;gap:16px}.qr-codes-list-item--focused{border-color:var(--accent,#b87424);box-shadow:0 0 0 3px #b8742424}.qr-slug-display{align-items:center;gap:8px;margin-top:6px;display:flex}.qr-slug-link{color:#8a8578;font-family:monospace;font-size:12px}.qr-slug-editor{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.qr-slug-editor .share-link-input{flex:1;width:auto;min-width:140px}.link-button{color:var(--navy);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.qr-codes-list-thumb{border:1px solid var(--line);background:#fbfaf8;border-radius:10px;flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.qr-management-panel{border-top:1px solid var(--line);background:#fbfaf8;flex:0 0 100%;margin-top:4px;padding:18px}.qr-management-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.qr-management-heading h4,.qr-analytics-detail h5{color:var(--navy);margin:0 0 4px}.qr-management-heading p,.qr-device-list p{color:var(--muted);margin:0;font-size:13px}.qr-save-destination{margin-top:16px}.qr-download-menu{position:relative}.qr-download-options{border:1px solid var(--line);z-index:20;background:#fff;min-width:110px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 24px #0f2e3724}.qr-download-options button{color:var(--navy);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:8px 10px}.qr-download-options button:hover{background:#f5f3ef}.qr-analytics-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.qr-analytics-summary>div{border:1px solid var(--line);background:#fff;border-radius:8px;padding:14px}.qr-analytics-summary span,.qr-analytics-summary strong{display:block}.qr-analytics-summary span{color:var(--muted);font-size:12px}.qr-analytics-summary strong{color:var(--navy);margin-top:5px;font-size:24px}.qr-daily-chart{border:1px solid var(--line);background:#fff;align-items:end;gap:3px;height:120px;margin:10px 0 20px;padding:10px;display:flex}.qr-daily-column{flex:1;align-items:end;height:100%;display:flex}.qr-daily-column span{background:var(--accent,#b87424);border-radius:2px 2px 0 0;width:100%;min-height:3px;display:block}.qr-device-list{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin-top:10px;display:grid}.qr-device-list>div{border:1px solid var(--line);background:#fff;justify-content:space-between;padding:10px 12px;display:flex}.qr-scan-redirect{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.qr-scan-card{border:1px solid var(--line);background:#fff;width:100%;max-width:420px;padding:24px;box-shadow:0 14px 34px #0f2e371a}.qr-analytics-page-section{margin-top:20px}.qr-analytics-filter{align-items:end;gap:14px;margin-bottom:20px;display:flex}.qr-analytics-filter .field{width:100%;max-width:480px;margin:0}.qr-analytics-filter-status{color:var(--muted);padding-bottom:11px;font-size:13px}.qr-daily-chart--page{height:180px}.qr-device-list--page{margin-top:12px}.publish-flow-overlay{align-items:flex-start;padding:40px 16px;overflow-y:auto}.publish-flow-dialog{background:#fff;border-radius:22px;width:100%;max-width:720px;max-height:92vh;margin:0 auto;padding:32px;transition:max-width .25s;position:relative;overflow-y:auto;box-shadow:0 40px 90px #00000047}.publish-flow-dialog--wide{max-width:1040px}.publish-flow-close{color:var(--navy);cursor:pointer;background:#f4f2ed;border:none;border-radius:999px;width:34px;height:34px;font-size:20px;line-height:1;position:absolute;top:20px;right:20px}.publish-flow-close:hover{background:#ebe8e1}.publish-flow-steps{gap:8px;margin-bottom:28px;display:flex}.publish-flow-step-pill{color:#9a958a;background:#f7f5f0;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:8px;padding:9px 8px;font-size:12px;font-weight:700;transition:background .2s,color .2s;display:flex}.publish-flow-step-num{background:#e8e5df;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex}.publish-flow-step-pill.active{background:var(--navy);color:#fff}.publish-flow-step-pill.active .publish-flow-step-num{color:#fff;background:#ffffff40}.publish-flow-step-pill.done{color:#2f7a4d;background:#eaf3ec}.publish-flow-step-pill.done .publish-flow-step-num{color:#fff;background:#2f7a4d}.publish-flow-business-card-step h2,.publish-flow-qr-heading,.publish-flow-cart-step h2{color:var(--navy);margin:0 0 6px;font-size:22px}.publish-flow-business-card-step>p,.publish-flow-qr-subheading,.publish-flow-cart-step>p{color:var(--muted);margin:0 0 22px;font-size:14px}.publish-flow-actions{border-top:1px solid #efece5;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;display:flex}.sample-bcard-wrap{flex-direction:column;align-items:center;gap:14px;margin:0 auto 8px;display:flex}.sample-bcard-flip-zone{perspective:1400px;width:360px;height:220px}.sample-bcard-flip{height:100%;transform-style:preserve-3d;width:100%;transition:transform .7s cubic-bezier(.4,.2,.2,1);position:relative}.sample-bcard-flip-zone:hover .sample-bcard-flip{transform:rotateY(180deg)}.sample-bcard-face{backface-visibility:hidden;border-radius:18px;width:100%;height:100%;padding:26px;position:absolute;box-shadow:0 18px 40px #00000029}.sample-bcard-front{background:var(--brand-surface,#fff);color:var(--brand-surface-text,#10202a);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.sample-bcard-logo{object-fit:contain;border-radius:12px;width:44px;height:44px;margin-bottom:10px}.sample-bcard-company{margin:0 0 6px;font-size:20px;font-weight:800}.sample-bcard-tagline{opacity:.8;margin:0;font-size:13px}.sample-bcard-back{background:var(--brand-primary,#10202a);color:var(--brand-primary-text,#fff);flex-direction:column;justify-content:center;display:flex;transform:rotateY(180deg)}.sample-bcard-back-name{margin:0 0 2px;font-size:18px;font-weight:800}.sample-bcard-back-role{opacity:.85;margin:0;font-size:13px}.sample-bcard-back-divider{opacity:.25;background:currentColor;width:40px;height:1px;margin:14px 0}.sample-bcard-back-contact{opacity:.9;flex-direction:column;gap:6px;font-size:13px;display:flex}.sample-bcard-hint{color:var(--muted);margin:0;font-size:12px}.sample-bcard-template-face{background:#fff;padding:0;overflow:hidden}.sample-bcard-template-face img{object-fit:cover;width:100%;height:100%;display:block}.sample-bcard-template-back{transform:rotateY(180deg)}.sample-bcard-loading{opacity:.6}.publish-flow-template-controls{flex-direction:column;align-items:center;gap:12px;width:min(100%,420px);display:flex}.publish-flow-template-row{justify-content:center;gap:10px;width:100%;display:flex}.publish-flow-template-row .secondary-button{flex:1}.publish-flow-template-field{width:100%}.publish-flow-template-field select{border:1px solid var(--line);color:var(--navy);background:#fbfaf8;border-radius:8px;width:100%;padding:10px 12px}.publish-flow-template-field small{color:var(--muted);font-size:11px}.publish-flow-qr-columns{grid-template-columns:minmax(220px,260px) 1fr;align-items:start;gap:28px;display:grid}.publish-flow-qr-preview{flex-direction:column;align-items:center;gap:12px;display:flex;position:sticky;top:0}.publish-flow-qr-note{color:var(--muted);text-align:center;margin:0;font-size:12px}.publish-flow-qr-controls .qr-customization-panel{grid-template-columns:1fr 1fr;gap:14px 28px;display:grid}.publish-flow-qr-controls .qr-customization-panel>.qr-section:first-child{grid-column:1/-1}@media (width<=760px){.publish-flow-qr-controls .qr-customization-panel{grid-template-columns:1fr}}@media (width<=640px){.publish-flow-qr-columns{grid-template-columns:1fr}.sample-bcard-flip-zone{width:100%}}.cart-item-list{flex-direction:column;gap:12px;margin:0 0 18px;padding:0;list-style:none;display:flex}.cart-item{background:#fbfaf8;border:1px solid #efece5;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.cart-item-info{flex-direction:column;gap:3px;display:flex}.cart-item-name{color:var(--navy);font-size:14px;font-weight:700}.cart-item-desc{color:var(--muted);font-size:12px}.cart-item-price{color:var(--navy);font-size:14px;font-weight:800}.cart-item-side{align-items:center;gap:12px;display:flex}.cart-item-remove{color:#a7a29a;cursor:pointer;background:0 0;border:none;border-radius:999px;width:26px;height:26px;font-size:18px;line-height:1}.cart-item-remove:hover{color:#b3402c;background:#f4e3df}.cart-empty-note{color:var(--muted);text-align:center;margin:0 0 18px;font-size:14px}.cart-total-row{border-top:2px solid #efece5;justify-content:space-between;align-items:center;padding-top:16px;font-size:16px;font-weight:800;display:flex}.cart-total-amount{color:var(--navy);font-size:20px}.publish-progress-overlay{align-items:center}.publish-progress-dialog{background:#fff;border-radius:20px;width:100%;max-width:380px;padding:32px;box-shadow:0 40px 90px #00000047}.publish-progress-list{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.publish-progress-row{color:#b9b4a9;align-items:center;gap:12px;font-size:14px;font-weight:600;transition:color .2s;display:flex}.publish-progress-row--active{color:var(--navy)}.publish-progress-row--done{color:#2f7a4d}.publish-progress-icon{background:#f4f2ed;border-radius:999px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:flex}.publish-progress-row--done .publish-progress-icon{color:#2f7a4d;background:#eaf3ec}.publish-progress-row--active .publish-progress-icon{background:var(--navy)}.publish-progress-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:999px;width:11px;height:11px;animation:.8s linear infinite publish-progress-spin;display:block}@keyframes publish-progress-spin{to{transform:rotate(360deg)}}.publish-progress-bar{background:#f2efe9;border-radius:999px;width:100%;height:6px;overflow:hidden}.publish-progress-bar-fill{background:var(--navy);border-radius:999px;height:100%;transition:width .5s}.auth-modal-overlay{align-items:center;padding:24px;overflow-y:auto}.auth-modal-dialog{background:#fff;border-radius:20px;width:100%;max-width:420px;padding:32px;position:relative;box-shadow:0 40px 90px #00000047}.auth-modal-dialog h2{color:var(--navy);margin:0 0 6px;font-size:22px}.auth-modal-subtitle{color:var(--muted);margin:0 0 20px;font-size:13px}.auth-modal-close{color:var(--navy);cursor:pointer;background:#f4f2ed;border:none;border-radius:999px;width:34px;height:34px;font-size:20px;line-height:1;position:absolute;top:20px;right:20px}.auth-modal-close:hover{background:#ebe8e1}.auth-modal-divider{color:var(--muted);align-items:center;gap:10px;margin:18px 0;font-size:12px;display:flex}.auth-modal-divider:before,.auth-modal-divider:after{content:"";background:#efece5;flex:1;height:1px}.auth-modal-social{width:100%}.auth-modal-social:disabled{cursor:not-allowed;opacity:.5}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-green-500:oklch(72.3% .219 149.579);--color-blue-50:oklch(97% .014 254.604);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tighter:-.05em;--tracking-widest:.1em;--leading-tight:1.25;--leading-relaxed:1.625;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1)}}@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:0}.top-0{top:0}.left-1\/2{left:50%}.z-50{z-index:50}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-auto{margin:auto}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-auto{margin-top:auto}.mb-1{margin-bottom:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-6{height:calc(var(--spacing) * 6)}.h-10{height:calc(var(--spacing) * 10)}.h-16{height:calc(var(--spacing) * 16)}.h-24{height:calc(var(--spacing) * 24)}.h-32{height:calc(var(--spacing) * 32)}.h-\[512px\]{height:512px}.h-full{height:100%}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-10{width:calc(var(--spacing) * 10)}.w-16{width:calc(var(--spacing) * 16)}.w-24{width:calc(var(--spacing) * 24)}.w-28{width:calc(var(--spacing) * 28)}.w-32{width:calc(var(--spacing) * 32)}.w-\[248px\]{width:248px}.w-full{width:100%}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.skew-x-12{--tw-skew-x:skewX(12deg);transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.\[transform\:rotateY\(180deg\)\]{transform:rotateY(180deg)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.resize{resize:both}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:var(--spacing)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-6{gap:calc(var(--spacing) * 6)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[3rem\]{border-radius:3rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-b-2xl{border-bottom-right-radius:var(--radius-2xl);border-bottom-left-radius:var(--radius-2xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-\[8px\]{border-style:var(--tw-border-style);border-width:8px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[\#1a1a1a\]{border-color:#1a1a1a}.border-blue-500{border-color:var(--color-blue-500)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-white{border-color:var(--color-white)}.bg-\[\#0F172A\]{background-color:#0f172a}.bg-\[\#0a0a0a\]{background-color:#0a0a0a}.bg-\[\#1A1A1A\],.bg-\[\#1a1a1a\]{background-color:#1a1a1a}.bg-\[\#F8F9FA\]{background-color:#f8f9fa}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-400{background-color:var(--color-blue-400)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-white{background-color:var(--color-white)}.bg-white\/95{background-color:#fffffff2}@supports (color:color-mix(in lab, red, red)){.bg-white\/95{background-color:color-mix(in oklab, var(--color-white) 95%, transparent)}}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\[url\(\'https\:\/\/api\.qrserver\.com\/v1\/create-qr-code\/\?size\=150x150\&data\=PROMO\'\)\]{background-image:url(https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=PROMO)}.from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.via-white\/20{--tw-gradient-via:#fff3}@supports (color:color-mix(in lab, red, red)){.via-white\/20{--tw-gradient-via:color-mix(in oklab, var(--color-white) 20%, transparent)}}.via-white\/20{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-2{padding:calc(var(--spacing) * 2)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-6{padding-block:calc(var(--spacing) * 6)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.text-center{text-align:center}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tighter{--tw-tracking:var(--tracking-tighter);letter-spacing:var(--tracking-tighter)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-black{color:var(--color-black)}.text-blue-500{color:var(--color-blue-500)}.text-blue-600{color:var(--color-blue-600)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-white{color:var(--color-white)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_50px_100px_-20px_rgba\(0\,0\,0\,0\.5\)\]{--tw-shadow:0 50px 100px -20px var(--tw-shadow-color,#00000080);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-green-500\/20{--tw-shadow-color:#00c75833}@supports (color:color-mix(in lab, red, red)){.shadow-green-500\/20{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--color-green-500) 20%, transparent) var(--tw-shadow-alpha), transparent)}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-\[cubic-bezier\(0\.23\,1\,0\.32\,1\)\]{--tw-ease:cubic-bezier(.23,1,.32,1);transition-timing-function:cubic-bezier(.23,1,.32,1)}.backface-hidden{backface-visibility:hidden}.last\:mb-0:last-child{margin-bottom:0}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes pulse{50%{opacity:.5}}.cart-trigger{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:relative}.cart-trigger:hover{background:#0000000f}.cart-trigger-badge{color:#fff;background:#d8533a;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px}.cart-drawer-overlay{z-index:200;background:#0a0e1459;position:fixed;inset:0}.cart-drawer{background:#fff;flex-direction:column;width:380px;max-width:90vw;height:100%;padding:24px;display:flex;position:absolute;top:0;right:0;box-shadow:-20px 0 60px #0003}.cart-drawer-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.cart-drawer-header h2{color:var(--navy);margin:0;font-size:20px}.cart-drawer-close{color:var(--navy);cursor:pointer;background:#f4f2ed;border:none;border-radius:999px;width:32px;height:32px;font-size:18px;line-height:1}.cart-drawer-close:hover{background:#ebe8e1}.cart-drawer-empty{color:var(--muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;display:flex}.cart-drawer-empty p{color:var(--navy);margin:0;font-size:15px;font-weight:700}.cart-drawer-empty span{font-size:13px}.cart-drawer-list{flex-direction:column;flex:1;gap:12px;margin:0 0 18px;padding:0;list-style:none;display:flex;overflow-y:auto}.cart-drawer-item{background:#fbfaf8;border:1px solid #efece5;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.cart-drawer-item-info{flex-direction:column;gap:3px;min-width:0;display:flex}.cart-drawer-item-link{appearance:none;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0}.cart-drawer-item-link:not(:disabled):hover .cart-drawer-item-name,.cart-drawer-item-link:not(:disabled):focus-visible .cart-drawer-item-name{text-underline-offset:3px;text-decoration:underline}.cart-drawer-item-link:focus-visible{outline:2px solid var(--navy);outline-offset:4px;border-radius:4px}.cart-drawer-item-link:disabled{cursor:default}.cart-drawer-item-name{color:var(--navy);font-size:13px;font-weight:700}.cart-drawer-item-desc{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cart-drawer-item-side{flex:none;align-items:center;gap:8px;display:flex}.cart-drawer-item-price{color:var(--navy);font-size:13px;font-weight:800}.cart-drawer-item-remove{color:#a7a29a;cursor:pointer;background:0 0;border:none;border-radius:999px;width:24px;height:24px;font-size:16px;line-height:1}.cart-drawer-item-remove:hover{color:#b3402c;background:#f4e3df}.cart-drawer-total-row{border-top:2px solid #efece5;justify-content:space-between;align-items:center;padding-top:14px;font-size:15px;font-weight:800;display:flex}.cart-drawer-total-amount{color:var(--navy);font-size:18px}.cart-drawer-checkout{width:100%;margin-top:16px}.cart-recommendations{border-top:1px solid #efece5;margin-top:20px;padding-top:16px}.cart-recommendations-title{color:#99a3a5;letter-spacing:.07em;text-transform:uppercase;margin:0 0 12px;font-size:10px;font-weight:800}.cart-rec-item{border-bottom:1px solid #f4f2ed;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.cart-rec-item:last-child{border-bottom:none}.cart-rec-info{flex-direction:column;gap:2px;min-width:0;display:flex}.cart-rec-name{color:var(--navy);font-size:13px;font-weight:700}.cart-rec-desc{color:var(--muted);font-size:11px}.cart-rec-btn{color:var(--navy);cursor:pointer;white-space:nowrap;background:#f4f2ed;border:1px solid #e8e5df;border-radius:999px;flex:none;padding:6px 12px;font-size:11px;font-weight:700;transition:background .14s,border-color .14s}.cart-rec-btn:hover:not(:disabled){background:var(--navy);border-color:var(--navy);color:#fff}.cart-rec-btn:disabled{cursor:default;opacity:.45}@keyframes bcFadeIn{0%{opacity:0}to{opacity:1}}@keyframes bcSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.product-switcher-bar{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.product-switcher{background:var(--line,#e5e3dd);border-radius:12px;gap:2px;padding:4px;display:inline-flex}.product-switcher-btn{color:var(--muted,#657174);cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;border-radius:9px;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:all .18s}.product-switcher-btn.active{color:var(--navy,#112d37);background:#fff;box-shadow:0 2px 8px #112d371a}.bc-dash-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:8px;display:grid}.bc-dash-card{border:1.5px solid var(--line,#e5e3dd);cursor:pointer;background:#fff;border-radius:18px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.bc-dash-card:hover{border-color:#c5c1bb;box-shadow:0 6px 24px #112d3714}.bc-dash-card-thumb{background:#f0ede8;justify-content:center;align-items:center;height:140px;display:flex;position:relative;overflow:hidden}.bc-dash-card-thumb-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.bc-dash-card-thumb img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.bc-dash-card-thumb-empty{height:140px;color:var(--muted,#657174);background:#f8f7f3;border-bottom:1.5px dashed #ddd9d0;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.bc-dash-card-body{padding:14px 16px 16px}.bc-dash-card-body h4{color:var(--navy,#112d37);letter-spacing:-.02em;margin-bottom:3px;font-size:15px;font-weight:700}.bc-dash-card-body p{color:var(--muted,#657174);margin-bottom:12px;font-size:12px}.bc-dash-card-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.bc-thumb-archive-btn{z-index:2;width:30px;height:30px;color:var(--navy,#112d37);cursor:pointer;background:#ffffffdb;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,transform .15s;display:inline-flex;position:absolute;top:8px;right:8px;box-shadow:0 1px 4px #112d372e}.bc-thumb-archive-btn:hover{background:#fff;transform:scale(1.06)}.bc-cart-button{background:var(--navy,#112d37);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;padding:0;transition:opacity .15s;display:inline-flex}.bc-cart-button:hover{opacity:.85}.bc-dash-card-title{cursor:pointer;color:inherit;text-align:left;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:3px;padding:0;font-family:inherit;display:flex}.bc-dash-card-title h4{margin-bottom:0}.bc-dash-card-title svg{color:var(--muted,#657174);opacity:0;flex-shrink:0;transition:opacity .12s}.bc-dash-card-title:hover svg{opacity:1}.bc-dash-card-title:disabled{cursor:default}.bc-dash-card-title-input{width:100%;color:var(--navy,#112d37);letter-spacing:-.02em;border:1.5px solid var(--navy,#112d37);border-radius:6px;outline:none;margin-bottom:3px;padding:3px 6px;font-family:inherit;font-size:15px;font-weight:700;display:block}.bc-setup-overlay{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:200;background:#112d3780;justify-content:center;align-items:center;padding:24px;animation:.2s bcFadeIn;display:flex;position:fixed;inset:0}.bc-setup-dialog{background:#fff;border-radius:22px;width:100%;max-width:540px;padding:36px;animation:.25s bcSlideUp;box-shadow:0 32px 80px #112d3738}.bc-setup-dialog h2{color:var(--navy,#112d37);letter-spacing:-.04em;margin-bottom:5px;font-size:24px;font-weight:800}.bc-setup-dialog .bc-dialog-sub{color:var(--muted,#657174);margin-bottom:28px;font-size:14px;line-height:1.5}.bc-setup-label{letter-spacing:.14em;text-transform:uppercase;color:var(--muted,#657174);margin-bottom:10px;font-size:10px;font-weight:800}.bc-setup-section{margin-bottom:22px}.bc-opt-row{flex-wrap:wrap;gap:8px;display:flex}.bc-opt{border:1.5px solid var(--line,#e5e3dd);color:var(--navy,#112d37);cursor:pointer;background:#fff;border-radius:11px;align-items:center;gap:9px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .14s;display:flex}.bc-opt:hover{border-color:var(--navy,#112d37);background:#f8f7f3}.bc-opt.selected{border-color:var(--navy,#112d37);background:var(--navy,#112d37);color:#fff}.bc-opt-meta{text-align:left;flex-direction:column;display:flex}.bc-opt-meta strong{font-size:13px;font-weight:700;line-height:1.2}.bc-opt-meta small{opacity:.65;margin-top:1px;font-size:10px}.bc-toggle-list{flex-direction:column;gap:8px;display:flex}.bc-toggle-item{border:1px solid var(--line,#e5e3dd);border-radius:12px;justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.bc-toggle-text h4{color:var(--navy,#112d37);margin-bottom:2px;font-size:14px;font-weight:700}.bc-toggle-text p{color:var(--muted,#657174);font-size:12px;line-height:1.4}.bc-switch{flex-shrink:0;width:44px;height:24px;position:relative}.bc-switch input{opacity:0;width:0;height:0;position:absolute}.bc-switch-track{background:var(--line,#e5e3dd);cursor:pointer;border-radius:999px;transition:background .2s;position:absolute;inset:0}.bc-switch-track:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0000002e}.bc-switch input:checked+.bc-switch-track{background:var(--navy,#112d37)}.bc-switch input:checked+.bc-switch-track:after{transform:translate(20px)}.bc-setup-footer{border-top:1px solid var(--line,#e5e3dd);justify-content:flex-end;gap:10px;margin-top:28px;padding-top:22px;display:flex}.bc-details-overlay{background:var(--shell,#f8f7f3);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.bc-details-card{background:#fff;border-radius:22px;width:100%;max-width:620px;padding:40px;animation:.25s bcSlideUp;box-shadow:0 32px 80px #112d3724}.bc-details-card h2{color:var(--navy,#112d37);letter-spacing:-.04em;margin-bottom:6px;font-size:26px;font-weight:800}.bc-details-logo-row{border-bottom:1px solid var(--line,#e5e3dd);align-items:center;gap:16px;margin-bottom:26px;padding-bottom:22px;display:flex}.bc-details-logo-upload{border:2px dashed var(--line,#e5e3dd);cursor:pointer;background:#fdfcf9;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:border-color .14s;display:flex;overflow:hidden}.bc-details-logo-upload:hover{border-color:var(--navy,#112d37)}.bc-details-logo-upload img{object-fit:cover;width:100%;height:100%}.bc-details-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px;display:grid}.bc-details-field{flex-direction:column;gap:6px;display:flex}.bc-details-field span{color:var(--muted,#657174);font-size:11px;font-weight:700}.bc-details-field .bce-input{width:100%}.bc-gallery-root{background:var(--shell,#f8f7f3);flex-direction:column;min-height:100vh;display:flex}.bc-gallery-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line,#e5e3dd);z-index:10;background:#f8f7f3eb;flex-shrink:0;align-items:center;gap:12px;height:58px;padding:0 24px;display:flex;position:sticky;top:0}.bc-gallery-topbar h2{color:var(--navy,#112d37);letter-spacing:-.03em;font-size:16px;font-weight:800}.bc-gallery-search{border:1px solid var(--line,#e5e3dd);max-width:320px;color:var(--navy,#112d37);background:#fff;border-radius:10px;outline:none;flex:1;padding:8px 13px;font-family:inherit;font-size:13px}.bc-gallery-search:focus{border-color:var(--navy,#112d37)}.bc-gallery-body{flex:1;height:calc(100vh - 58px);display:flex;overflow:hidden}.bc-gallery-sidebar{background:#fff;border:1px solid #edeae4;border-radius:18px;flex-shrink:0;align-self:flex-start;width:220px;margin:18px;padding:16px;overflow-y:auto}.bc-sidebar-section{margin-bottom:22px}.bc-sidebar-title{color:#99a3a5;letter-spacing:.06em;text-transform:uppercase;padding:0 12px 8px;font-size:10px;font-weight:800}.bc-sidebar-btn{text-align:left;width:100%;color:var(--navy,#112d37);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:11px 12px;font-family:inherit;font-size:14px;font-weight:800;transition:all .12s;display:block}.bc-sidebar-btn:hover,.bc-sidebar-btn.active{background:#f4f2ed}.bc-gallery-main{flex:1;padding:24px;overflow-y:auto}.bc-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.bc-tmpl-card{border:1.5px solid var(--line,#e5e3dd);cursor:pointer;background:#fff;border-radius:14px;transition:all .15s;overflow:hidden}.bc-tmpl-card:hover{border-color:var(--navy,#112d37);transform:translateY(-2px);box-shadow:0 8px 28px #112d371f}.bc-tmpl-card.selected{border-color:var(--navy,#112d37);box-shadow:0 0 0 3px #112d3726}.bc-tmpl-preview{aspect-ratio:7/4;background:#f0ede8;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.bc-back-preview{box-sizing:border-box;align-items:center;width:100%;padding:9% 8%;font-family:inherit;display:flex;position:relative;overflow:hidden}.bc-back-preview-accent{aspect-ratio:1;opacity:.16;border-radius:50%;width:55%;position:absolute;bottom:-30%;right:-20%}.bc-back-preview-main{z-index:1;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex;position:relative}.bc-back-preview-contact{min-width:0}.bc-back-preview-name{white-space:nowrap;text-overflow:ellipsis;font-family:Georgia,serif;font-size:14px;font-weight:800;overflow:hidden}.bc-back-preview-designation{opacity:.75;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:9px;overflow:hidden}.bc-back-preview-lines{opacity:.85;flex-direction:column;gap:3px;margin-top:10px;font-size:7.5px;display:flex}.bc-back-preview-lines div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bc-back-preview-qr{color:#888;background:#d9d9d9;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:8px;font-weight:700;display:flex}.bc-back-preview--lg .bc-back-preview-name{font-size:22px}.bc-back-preview--lg .bc-back-preview-designation{margin-top:4px;font-size:13px}.bc-back-preview--lg .bc-back-preview-lines{gap:6px;margin-top:16px;font-size:11px}.bc-back-preview--lg .bc-back-preview-qr{border-radius:6px;width:60px;height:60px;font-size:11px}.bc-tmpl-preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.bc-svg-preview{justify-content:center;align-items:center;width:100%;height:100%;line-height:0;display:flex}.bc-tmpl-preview .bc-svg-preview svg{width:100%;height:100%;display:block}.bc-lightbox-preview .bc-svg-preview svg{max-width:100%;max-height:50vh;display:block}.bce-tmpl-thumb{aspect-ratio:7/4;background:#f0ede8;line-height:0;overflow:hidden}.bce-tmpl-thumb svg{width:100%;height:100%;display:block}.bc-tmpl-info{justify-content:space-between;align-items:center;padding:10px 12px 12px;display:flex}.bc-tmpl-info h4{color:var(--navy,#112d37);letter-spacing:-.01em;font-size:13px;font-weight:700}.bc-tmpl-tag{color:var(--muted,#657174);text-transform:uppercase;letter-spacing:.05em;background:#f0ede8;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700}.bc-tmpl-card.bc-tmpl-customise{border-style:dashed;border-color:var(--navy,#112d37);background:#f8f7f3}.bc-tmpl-card.bc-tmpl-customise:hover{background:#f0ede8}.bc-tmpl-customise-preview{aspect-ratio:7/4;width:100%;color:var(--navy,#112d37);background:repeating-linear-gradient(45deg,#f0ede8,#f0ede8 8px,#f8f7f3 8px 16px);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.bc-tmpl-customise-preview span{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.bc-lightbox-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:250;background:#112d378c;justify-content:center;align-items:center;padding:24px;animation:.2s bcFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.bc-lightbox{background:#fff;border-radius:22px;flex-direction:column;width:100%;max-width:640px;max-height:min(85vh,100vh - 48px);margin:auto;padding:32px;animation:.22s bcSlideUp;display:flex;box-shadow:0 32px 80px #112d3740}.bc-lightbox--both{max-width:880px}.bc-lightbox-cards{flex:1;justify-content:center;align-items:flex-start;gap:24px;min-height:0;margin-bottom:26px;display:flex;overflow:hidden}.bc-lightbox-card-col{flex-direction:column;flex:1;align-items:center;gap:10px;min-width:0;max-width:50%;display:flex}.bc-lightbox-card-col .bc-lightbox-preview{width:100%;margin-bottom:0}.bc-lightbox-card-label{color:var(--muted,#657174);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0;font-size:11px;font-weight:700}.bc-lightbox h3{color:var(--navy,#112d37);letter-spacing:-.03em;flex-shrink:0;margin-bottom:4px;font-size:20px;font-weight:800}.bc-lightbox-tag{color:var(--muted,#657174);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0;margin-bottom:20px;font-size:11px;font-weight:700;display:block}.bc-lightbox-preview{background:#f0ede8;border-radius:14px;flex-shrink:1;justify-content:center;align-items:center;width:100%;min-height:0;margin-bottom:26px;display:flex;overflow:hidden;box-shadow:0 12px 36px #112d372e}.bc-lightbox-preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:50vh;display:block}.bc-lightbox-actions{flex-shrink:0;justify-content:flex-end;gap:10px;display:flex}.bc-lightbox-preview-loading{aspect-ratio:7/4;width:100%;color:var(--muted,#657174);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.bc-spinner{border:2.5px solid var(--line,#e2ded4);border-top-color:var(--navy,#112d37);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite bc-spin}@keyframes bc-spin{to{transform:rotate(360deg)}}.bc-gallery-footer{border-top:1px solid var(--line,#e5e3dd);background:#fff;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:14px 24px;display:flex}.bce-root{background:#ebe9e4;flex-direction:column;height:calc(100vh - 76px);display:flex;overflow:hidden}.bce-topbar{border-bottom:1px solid var(--line,#e5e3dd);z-index:10;background:#fff;flex-shrink:0;align-items:center;gap:4px;height:50px;padding:0 14px;display:flex}.bce-topbar-sep{background:var(--line,#e5e3dd);flex-shrink:0;width:1px;height:22px;margin:0 6px}.bce-topbar-space{flex:1}.bce-tb-btn{color:var(--navy,#112d37);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:6px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:background .12s;display:flex}.bce-tb-btn:hover:not(:disabled){background:#f4f2ed}.bce-tb-btn:disabled{opacity:.35;cursor:not-allowed}.bce-tb-icon{cursor:pointer;width:34px;height:34px;color:var(--navy,#112d37);background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s;display:flex}.bce-tb-icon:hover:not(:disabled){background:#f4f2ed}.bce-tb-icon:disabled{opacity:.35;cursor:not-allowed}.bce-body{flex:1;min-height:0;display:flex;overflow:hidden}.bce-rail{border-right:1px solid var(--line,#e5e3dd);background:#fff;flex-direction:column;flex-shrink:0;align-items:center;gap:2px;width:72px;padding:10px 6px;display:flex;overflow-y:auto}.bce-rail-btn{letter-spacing:.04em;text-transform:uppercase;width:60px;color:var(--muted,#657174);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:9px 4px;font-family:inherit;font-size:9px;font-weight:800;line-height:1;transition:all .12s;display:flex}.bce-rail-btn:hover{color:var(--navy,#112d37);background:#f4f2ed}.bce-rail-btn.active{color:var(--navy,#112d37);background:#edeae4}.bce-lpanel{border-right:1px solid var(--line,#e5e3dd);background:#fff;flex-direction:column;flex-shrink:0;width:240px;display:flex;overflow:hidden}.bce-lpanel-head{color:var(--navy,#112d37);letter-spacing:-.02em;border-bottom:1px solid #f0ede8;flex-shrink:0;padding:14px 16px 10px;font-size:14px;font-weight:800}.bce-lpanel-body{flex:1;padding:14px 12px;overflow-y:auto}.bce-lsec{margin-bottom:20px}.bce-lsec-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted,#657174);margin-bottom:9px;padding:0 2px;font-size:9px;font-weight:800}.bce-text-style-btn{border:1px solid var(--line,#e5e3dd);cursor:pointer;text-align:left;background:#fff;border-radius:10px;flex-direction:column;align-items:flex-start;gap:1px;width:100%;margin-bottom:6px;padding:10px 12px;font-family:inherit;transition:all .12s;display:flex}.bce-text-style-btn:hover{border-color:var(--navy,#112d37);background:#f8f7f3}.bce-text-style-btn small{color:var(--muted,#657174);font-size:10px}.bce-tool-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.bce-tool{border:1px solid var(--line,#e5e3dd);color:var(--navy,#112d37);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:5px;padding:10px 6px;font-family:inherit;font-size:10px;font-weight:700;transition:all .12s;display:flex}.bce-tool:hover{border-color:var(--navy,#112d37);transform:translateY(-1px)}.bce-palette{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.bce-swatch{cursor:pointer;border:2px solid #ffffff80;border-radius:6px;width:26px;height:26px;transition:transform .12s,box-shadow .12s;box-shadow:0 1px 4px #00000024}.bce-swatch:hover{transform:scale(1.15);box-shadow:0 3px 8px #0003}.bce-upload-zone{border:2px dashed var(--line,#e5e3dd);text-align:center;cursor:pointer;background:#fdfcf9;border-radius:12px;padding:22px 14px;transition:all .14s}.bce-upload-zone:hover{border-color:var(--navy,#112d37);background:#f8f7f3}.bce-upload-zone p{color:var(--muted,#657174);margin-top:8px;font-size:12px;line-height:1.5}.bce-qr-placeholder-box{aspect-ratio:1.6;border:1.5px dashed var(--line,#e5e3dd);background:#f4f2ed;border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex}.bce-qr-section-label{color:var(--muted,#657174);text-transform:uppercase;letter-spacing:.06em;margin:14px 0 8px;font-size:11px;font-weight:700}.bce-qr-dest-options{flex-direction:column;gap:2px;display:flex}.bce-qr-dest-option{cursor:pointer;color:var(--navy,#112d37);border-radius:8px;align-items:center;gap:8px;padding:7px 8px;font-size:13px;transition:background .12s;display:flex}.bce-qr-dest-option:hover{background:#f4f2ed}.bce-qr-dest-badge{color:#5b21b6;background:#ede9fe;border-radius:999px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:800}.bce-qr-editor-dialog{background:#fff;border-radius:18px;width:min(94vw,940px);max-height:90vh;padding:26px;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0000002e}.bce-qr-editor-dialog h2{color:var(--navy,#112d37);letter-spacing:-.03em;margin-bottom:4px;font-size:22px}.bce-qr-editor-sub{color:var(--muted,#657174);margin-bottom:18px;font-size:13px}.bce-qr-editor-close{width:30px;height:30px;color:var(--navy,#112d37);cursor:pointer;background:#f4f2ed;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}.bce-qr-editor-close:hover{background:#edeae4}.bce-qr-editor-cols{grid-template-columns:240px 1fr;align-items:start;gap:24px;display:grid}.bce-qr-editor-preview{flex-direction:column;align-items:center;gap:12px;display:flex}.bce-qr-editor-empty{text-align:center;border:1.5px dashed var(--line,#e5e3dd);width:220px;height:220px;color:var(--muted,#657174);background:#f4f2ed;border-radius:10px;justify-content:center;align-items:center;padding:16px;font-size:12px;display:flex}.bce-qr-editor-controls{min-width:0}.bce-qr-editor-actions{border-top:1px solid var(--line,#e5e3dd);flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;padding-top:18px;display:flex}@media (width<=780px){.bce-qr-editor-cols{grid-template-columns:1fr}}.bce-cart-lines{border-top:1px solid var(--line,#e5e3dd);margin:14px 0 4px}.bce-cart-line{color:var(--navy,#112d37);border-bottom:1px solid var(--line,#e5e3dd);justify-content:space-between;gap:12px;padding:9px 0;font-size:13px;display:flex}.bce-cart-line--total{border-bottom:none;font-weight:800}.bce-qr-dest-option input[type=radio]{accent-color:var(--navy,#112d37);cursor:pointer}.bce-qr-target-row{gap:6px;margin-bottom:12px;display:flex}.bce-qr-target-btn{border:1px solid var(--line,#e5e3dd);color:var(--navy,#112d37);cursor:pointer;background:#fff;border-radius:8px;flex:1;padding:8px 6px;font-family:inherit;font-size:11px;font-weight:700;transition:all .12s}.bce-qr-target-btn.active{border-color:var(--navy,#112d37);background:#eef1f6}.bce-qr-target-btn:disabled{opacity:.4;cursor:not-allowed}.bce-qr-coming-soon{text-transform:uppercase;letter-spacing:.08em;color:var(--muted,#657174);text-align:center;font-size:10px;font-weight:700}.bce-layer-item{cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:6px 8px;transition:background .12s;display:flex}.bce-layer-item:hover{background:#f4f2ed}.bce-layer-item.active{background:#e8eef8}.bce-layer-name{color:var(--navy,#112d37);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:600;overflow:hidden}.bce-layer-action{cursor:pointer;width:22px;height:22px;color:var(--muted,#657174);background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;display:flex}.bce-layer-action:hover{color:var(--navy,#112d37);background:#0000000f}.bce-canvas-area{background:var(--shell,#f8f7f3);flex:1;justify-content:center;align-items:center;gap:32px;min-width:0;min-height:0;display:flex;position:relative;overflow:auto}.bce-canvas-wrap{flex-shrink:0;margin:auto;transition:width .15s,height .15s;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000059}.bce-canvas-scale{transform-origin:0 0;transition:transform .15s;position:absolute;top:0;left:0}.bce-vb-slot{border-radius:10px;flex-direction:column;align-items:center;gap:10px;padding:6px;display:flex}.bce-vb-slot-label{letter-spacing:.04em;text-transform:uppercase;color:var(--navy,#112d37);font-size:12px;font-weight:700}.bce-lsec-label.active-face{color:var(--navy,#112d37);background:#e8eef8;border-radius:999px;margin-left:-8px;padding:2px 8px;display:inline-block}.bce-rpanel{border-left:1px solid var(--line,#e5e3dd);background:#fff;flex-direction:column;flex-shrink:0;width:288px;display:flex;overflow:hidden}.bce-rp-title{border-bottom:1px solid #f0ede8;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.bce-rp-title h3{color:var(--navy,#112d37);letter-spacing:-.025em;font-size:15px;font-weight:800}.bce-rp-body{flex:1;padding:14px;overflow-y:auto}.bce-rp-section{margin-bottom:20px}.bce-rp-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted,#657174);margin-bottom:9px;font-size:9px;font-weight:800}.bce-rp-row{align-items:center;gap:7px;margin-bottom:8px;display:flex}.bce-rp-key{color:var(--muted,#657174);flex-shrink:0;width:48px;font-size:11px;font-weight:600}.bce-input{border:1px solid var(--line,#e5e3dd);color:var(--navy,#112d37);background:#fff;border-radius:8px;outline:none;flex:1;padding:7px 9px;font-family:inherit;font-size:13px}.bce-input:focus{border-color:var(--navy,#112d37)}.bce-input-sm{border:1px solid var(--line,#e5e3dd);width:60px;color:var(--navy,#112d37);text-align:center;background:#fff;border-radius:8px;outline:none;padding:6px;font-family:inherit;font-size:12px}.bce-input-sm:focus{border-color:var(--navy,#112d37)}.bce-select{border:1px solid var(--line,#e5e3dd);color:var(--navy,#112d37);cursor:pointer;background:#fff;border-radius:8px;outline:none;flex:1;padding:7px 9px;font-family:inherit;font-size:12px}.bce-select:focus{border-color:var(--navy,#112d37)}.bce-color-btn{border:1.5px solid var(--line,#e5e3dd);cursor:pointer;border-radius:8px;flex-shrink:0;width:32px;height:32px;padding:0;overflow:hidden}.bce-slider{accent-color:var(--navy,#112d37);cursor:pointer;flex:1}.bce-align-row{gap:4px;display:flex}.bce-align-btn{border:1px solid var(--line,#e5e3dd);cursor:pointer;height:32px;color:var(--navy,#112d37);background:#fff;border-radius:7px;flex:1;justify-content:center;align-items:center;transition:all .12s;display:flex}.bce-align-btn.active,.bce-align-btn:hover{background:var(--navy,#112d37);color:#fff;border-color:var(--navy,#112d37)}.bce-toggle-row{border-bottom:1px solid #f4f2ed;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.bce-toggle-row:last-child{border-bottom:none}.bce-toggle-row span{color:var(--navy,#112d37);font-size:13px;font-weight:600}.bce-arrange-row{flex-wrap:wrap;gap:5px;display:flex}.bce-arrange-btn{border:1px solid var(--line,#e5e3dd);min-width:48px;color:var(--navy,#112d37);cursor:pointer;text-align:center;background:#fff;border-radius:8px;flex:1;padding:7px 8px;font-family:inherit;font-size:11px;font-weight:700;transition:all .12s}.bce-arrange-btn:hover{background:#f4f2ed}.bce-arrange-btn.del:hover{color:#b91c1c;background:#fef2f2;border-color:#b91c1c33}.bce-rp-empty{text-align:center;color:var(--muted,#657174);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 16px;display:flex}.bce-rp-empty-icon{opacity:.4;margin-bottom:10px;font-size:32px}.bce-rp-empty p{font-size:13px;line-height:1.6}.bce-bottombar{border-top:1px solid var(--line,#e5e3dd);z-index:10;background:#fff;flex-shrink:0;align-items:center;gap:8px;height:56px;padding:0 16px;display:flex}.bce-bottombar-space{flex:1}.bce-saved-indicator{color:var(--muted,#657174);align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:700;display:flex}.bce-saved-indicator svg{color:#2f6f4e}.bce-face-tabs{background:#f0ede8;border-radius:10px;gap:3px;padding:3px;display:flex}.bce-face-tab{color:var(--muted,#657174);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:5px 16px;font-family:inherit;font-size:12px;font-weight:700;transition:all .15s}.bce-face-tab.active{color:var(--navy,#112d37);background:#fff;box-shadow:0 1px 5px #112d371a}.bce-zoom-row{align-items:center;gap:6px;display:flex}.bce-zoom-btn{border:1px solid var(--line,#e5e3dd);width:28px;height:28px;color:var(--navy,#112d37);cursor:pointer;background:#fff;border-radius:7px;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.bce-zoom-btn:hover{background:#f4f2ed}.bce-zoom-val{color:var(--navy,#112d37);text-align:center;min-width:40px;font-size:12px;font-weight:700}.bce-opacity-pop{border:1px solid var(--line,#e5e3dd);z-index:50;background:#fff;border-radius:12px;align-items:center;gap:10px;min-width:200px;padding:14px 18px;display:flex;position:absolute;top:54px;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #112d3724}.bce-opacity-pop label{color:var(--navy,#112d37);white-space:nowrap;font-size:12px;font-weight:700}.bce-add-menu{border:1px solid var(--line,#e5e3dd);z-index:60;background:#fff;border-radius:10px;flex-direction:column;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 8px 28px #112d3724}.bce-add-menu button,.bce-add-menu-item{text-align:left;color:var(--navy,#112d37);cursor:pointer;background:0 0;border:none;border-radius:7px;width:100%;padding:8px 10px;font-size:12px;font-weight:600;display:block}.bce-add-menu button:hover,.bce-add-menu-item:hover{background:#f4f2ed}.bce-icon-grid-pop{border:1px solid var(--line,#e5e3dd);z-index:60;background:#fff;border-radius:10px;padding:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 8px 28px #112d3724}.bce-icon-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.bce-icon-grid button{border:1px solid var(--line,#e5e3dd);color:var(--navy,#112d37);cursor:pointer;background:#fff;border-radius:7px;justify-content:center;align-items:center;padding:8px 0;display:flex}.bce-icon-grid button:hover{border-color:var(--navy,#112d37);background:#f8f7f3}.bc-confirm-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:300;background:#112d3773;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.bc-confirm-box{background:#fff;border-radius:20px;width:100%;max-width:400px;padding:34px;animation:.2s bcSlideUp;box-shadow:0 24px 60px #112d3733}.bc-confirm-box h3{color:var(--navy,#112d37);letter-spacing:-.03em;margin-bottom:8px;font-size:18px;font-weight:800}.bc-confirm-box p{color:var(--muted,#657174);margin-bottom:22px;font-size:14px;line-height:1.6}.bc-confirm-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.bc-toast{background:var(--navy,#112d37);color:#fff;z-index:400;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;animation:.2s bcSlideUp;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 28px #112d3738}.bc-preview-page{background:var(--shell,#f8f7f3);flex-direction:column;align-items:center;height:calc(100vh - 76px);padding:20px clamp(20px,5vw,60px) 16px;display:flex;overflow:hidden}.bc-preview-header{text-align:center;flex-shrink:0;width:100%}.bc-preview-page h2{color:var(--navy,#112d37);letter-spacing:-.05em;text-align:center;margin-bottom:4px;font-size:24px;font-weight:800}.bc-preview-page>p,.bc-preview-header p{color:var(--muted,#657174);text-align:center;margin-bottom:12px;font-size:14px}.bc-preview-body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;width:100%;min-height:0;display:flex;overflow:hidden}.bc-preview-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted,#657174);flex-shrink:0;margin-bottom:10px;font-size:10px;font-weight:800}.bc-preview-img{background:#f0ede8;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:480px;max-height:100%;margin:auto;display:flex;overflow:hidden;box-shadow:0 24px 64px #112d3733}.bc-preview-img img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.bc-preview-actions{flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:12px;padding-top:14px;display:flex}.bc-flip-zone{perspective:1800px;max-width:100%;min-height:0;max-height:100%;margin:auto}.bc-flip-card{width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,.2,.2,1);position:relative}.bc-flip-zone--flippable:hover .bc-flip-card{transform:rotateY(180deg)}.bc-flip-face{backface-visibility:hidden;background:#f0ede8;border-radius:8px;position:absolute;inset:0;overflow:hidden;box-shadow:0 24px 64px #112d3733}.bc-flip-face img{object-fit:contain;width:100%;height:100%;display:block}.bc-flip-face--back{transform:rotateY(180deg)}.bc-flip-face--empty{color:var(--muted,#657174);justify-content:center;align-items:center;font-size:13px;display:flex}.bc-flip-hint{color:var(--muted,#657174);text-align:center;flex-shrink:0;margin:0;font-size:12px}
