@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap";@import "https://fonts.googleapis.com/css2?Playfair+Display:wght@700;900&display=swap";:root{--color-bg:#eae2b7;--color-surface:#fef8e8;--color-surface-raised:#fffdf5;--color-surface-hover:#f5edd1;--color-border:#d4c98a;--color-border-subtle:#e0d9a8;--color-sidebar-bg:#fef8e8;--color-sidebar-text:#003049;--color-sidebar-label:#e07a30;--color-sidebar-active-bg:#e07a301f;--color-sidebar-active-border:#e07a30;--color-sidebar-hover-bg:#0030490f;--color-accent:#e07a30;--color-accent-dark:#c4621a;--color-accent-muted:#e07a3026;--color-text-primary:#003049;--color-text-secondary:#4a6274;--color-text-muted:#8a9daa;--color-text-label:#6b7f8a;--color-white:#003049;--color-green:#16a34a;--color-green-muted:#16a34a26;--color-blue:#2563eb;--color-blue-muted:#2563eb26;--color-purple:#7c3aed;--color-purple-muted:#7c3aed26;--color-red:#dc2626;--color-red-muted:#dc262626;--color-amber:#d97706;--color-amber-muted:#d9770626;--color-card-bg:#fef8e8;--color-placeholder-bg:#f5edd1;--color-kpi-red:#fde8e8;--color-kpi-amber:#fef3c7;--color-kpi-green:#dcfce7;--color-kpi-blue:#dbeafe;--sidebar-width:220px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:11px;--font-size-sm:12px;--font-size-base:14px;--font-size-md:15px;--font-size-lg:18px;--font-size-xl:24px;--font-size-2xl:32px;--font-size-3xl:42px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-card:0 1px 3px #0030491a, 0 1px 2px #00304914;--shadow-raised:0 4px 12px #00304926;--shadow-sidebar:2px 0 12px #0030491a;--transition-fast:.12s ease;--transition-normal:.22s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg);width:100%;height:100%}#root{width:100%;max-width:1200px;height:100%;margin-left:auto;margin-right:auto;position:relative;box-shadow:0 0 40px #00000014}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--color-text-primary);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@keyframes ph-scroll-pulse{0%,to{opacity:.3}50%{opacity:.7}}@keyframes ph-calc-pulse{0%,to{box-shadow:0 2px 16px #1a7a3c99}50%{box-shadow:0 2px 28px #1a7a3ce6,0 0 0 4px #1a7a3c33}}.ph-agegate{z-index:1000;background-color:#f5f0e8;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;display:flex;position:fixed;inset:0}.ph-agegate__card{text-align:center;max-width:420px;padding:0 2rem}.ph-agegate__brand{letter-spacing:.3em;text-transform:uppercase;color:#1a1a1a;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:400}.ph-agegate__divider{background:#1a1a1a;width:32px;height:1px;margin:0 auto 1.5rem}.ph-agegate__heading{color:#1a1a1a;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,6vw,2.25rem);font-weight:400;line-height:1.2}.ph-agegate__body{color:#555;margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:300;line-height:1.6}.ph-agegate__buttons{justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.ph-agegate__btn{letter-spacing:.18em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;padding:.75rem 1.75rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;transition:opacity .15s}.ph-agegate__btn:hover{opacity:.85}.ph-agegate__btn--yes{color:#fff;background:#1a1a1a}.ph-agegate__btn--no{color:#1a1a1a;background:0 0;border:1px solid #1a1a1a59}.ph-agegate__footer{letter-spacing:.1em;text-transform:uppercase;color:#888;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:300;line-height:1.8}.ph-scroll-container{scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;background:#000;width:100%;height:100dvh;overflow-y:scroll}.ph-scroll-container::-webkit-scrollbar{display:none}.ph-slide{scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.ph-slide__bg{object-fit:cover;object-position:center center;will-change:transform;width:110%;height:110%;animation:30s ease-in-out infinite alternate ken-burns;position:absolute;inset:-5%}.ph-slide:nth-child(2n) .ph-slide__bg{animation-name:ken-burns-b;animation-duration:35s}.ph-slide:nth-child(3n) .ph-slide__bg{animation-name:ken-burns-c;animation-duration:28s}.ph-slide:nth-child(4n) .ph-slide__bg{animation-name:ken-burns-d;animation-duration:32s}@keyframes ken-burns{0%{transform:scale(1)translate(0%)}to{transform:scale(1.06)translate(-2%,-1.5%)}}@keyframes ken-burns-b{0%{transform:scale(1.04)translate(-1.5%)}to{transform:scale(1)translate(2%,1.5%)}}@keyframes ken-burns-c{0%{transform:scale(1.02)translate(1.5%,-1%)}to{transform:scale(1.07)translate(-1%,2%)}}@keyframes ken-burns-d{0%{transform:scale(1.05)translateY(1.5%)}to{transform:scale(1.01)translate(-2%,-.5%)}}.ph-slide__overlay{background-color:#00000080;position:absolute;inset:0}.ph-slide__vignette{z-index:1;pointer-events:none;background:radial-gradient(#0000 60%,#00000059 100%);position:absolute;inset:0}.ph-slide__panel{z-index:2;box-sizing:border-box;flex-direction:column;justify-content:center;width:min(100vw,430px);height:100%;padding:0;display:flex;position:relative}@media (width>=431px){.ph-slide{justify-content:center}.ph-slide__panel{flex-shrink:0;width:430px}}.ph-btn-retailer{z-index:50;letter-spacing:.28em;text-transform:uppercase;color:#c8975ae6;cursor:pointer;text-shadow:0 1px 6px #0009;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:400;transition:opacity .15s;position:absolute;top:1.5rem;right:1.75rem}.ph-btn-retailer:hover{opacity:.7}.ph-btn-calc{z-index:10;letter-spacing:.2em;text-transform:uppercase;color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a7a3c,#145c2d);border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.45rem .85rem;font-family:DM Sans,sans-serif;font-size:.58rem;font-weight:700;transition:opacity .15s;animation:2.5s ease-in-out infinite ph-calc-pulse;display:flex;position:absolute;bottom:1.75rem;right:1.75rem;box-shadow:0 2px 16px #1a7a3c99}.ph-btn-calc:hover{opacity:.85}.ph-btn-calc__icon{font-size:.85rem}.ph-wordmark{z-index:10;text-align:left;pointer-events:none;letter-spacing:.18em;text-transform:uppercase;color:#e6b978;text-shadow:0 1px 8px #000000e6,0 2px 20px #000c;max-height:calc(100vh - 3rem);font-family:Cormorant Garamond,serif;font-size:.75rem;font-weight:500;line-height:1.35;position:absolute;bottom:1.5rem;left:1.75rem}.ph-scroll-indicator{z-index:3;opacity:.3;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.ph-scroll-indicator__line{background:linear-gradient(#fff,#0000);width:1px;height:40px;animation:2s ease-in-out infinite ph-scroll-pulse}.ph-biomax-content{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.ph-biomax-content *,.bm-quote-zone *,.bm-bottom-zone,.bm-bottom-zone *{pointer-events:none!important}.ph-content{flex-direction:column;display:flex}.ph-content--left{text-align:left}.ph-content--center{text-align:center}.ph-divider{background:#ffffff2e;width:100%;height:1px;margin-bottom:1.5rem}.ph-title{color:#fff;letter-spacing:-.04em;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;line-height:.85}.ph-title--large{font-size:clamp(5rem,22vw,8rem);font-weight:700}.ph-title--split{font-size:clamp(5rem,22vw,8rem);font-weight:700;line-height:.85}.ph-title--center{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(4.5rem,20vw,7rem);font-weight:600;line-height:.88}.ph-subtitle{letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c;margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:300}.ph-subtitle--bottom{letter-spacing:.25em;text-transform:uppercase;color:#ffffff8c;margin-top:0;font-family:DM Sans,sans-serif;font-size:.5rem;font-weight:300}.ph-tagline{color:#fff;font-family:Cormorant Garamond,serif;font-size:clamp(.95rem,4vw,1.25rem);font-style:italic;line-height:1.6}.ph-tagline--inline{font-size:clamp(.95rem,4vw,1.25rem)}.ph-tagline--gold{color:#c8975a;font-family:Cormorant Garamond,serif;font-size:clamp(.95rem,4vw,1.25rem);font-style:italic;line-height:1.6}.ph-tagline--top{color:#ffffff8c;margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:clamp(1rem,4.5vw,1.35rem);font-style:italic;line-height:1.5}.ph-tagline--mid{margin-bottom:2rem;font-size:clamp(1rem,4.5vw,1.35rem)}.ph-inline-sub{letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:300}.ph-content--quote{flex-direction:column;gap:1rem;max-width:680px;padding:0 8vw;display:flex;position:absolute;bottom:12%;left:0;right:0}.ph-quote-text{color:#ffffffeb;letter-spacing:.01em;text-shadow:0 2px 12px #000000b3;font-size:clamp(1.05rem,3vw,1.5rem);font-style:italic;line-height:1.7}.ph-quote-citation{letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;text-shadow:0 1px 6px #0009;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,1.8vw,.85rem);font-style:normal;font-weight:400}.ph-quote-brand{letter-spacing:.24em;text-transform:uppercase;color:#d2aa64a6;margin-top:.75rem;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,1.6vw,.72rem)}.ph-split-content{box-sizing:border-box;z-index:2;flex-direction:column;justify-content:space-between;padding:5rem 2rem;display:flex;position:absolute;inset:0}.ph-split-top{flex-direction:column;gap:.75rem;max-width:600px;display:flex}.ph-split-divider{background:#ffffff40;width:40px;height:1px;margin:.5rem 0}.ph-split-bottom{flex-direction:column;gap:.4rem;display:flex}.ph-btn-mute{z-index:100;cursor:pointer;color:#ffffffa6;background:0 0;border:none;padding:0;line-height:1;transition:color .15s,opacity .15s;position:fixed;top:1.5rem;left:1.75rem}.ph-btn-mute:hover{color:#fffffff2}.rm-backdrop{z-index:500;background:#00000073;justify-content:flex-end;align-items:stretch;animation:.25s rm-fade-in;display:flex;position:fixed;inset:0}@keyframes rm-fade-in{0%{opacity:0}to{opacity:1}}.rm-panel{scroll-snap-type:y mandatory;background:#f2ede4;width:min(420px,100vw);height:100%;font-family:DM Sans,sans-serif;animation:.3s cubic-bezier(.22,1,.36,1) rm-slide-in;position:relative;overflow-y:scroll;box-shadow:-8px 0 40px #00000059}@keyframes rm-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.rm-close{z-index:600;cursor:pointer;color:#5a4e3c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f2ede4e6;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:color .15s,background .15s;display:flex;position:fixed;top:1.1rem;right:1.25rem}.rm-close:hover{color:#1a1208;background:#f2ede4}.rm-panel .rl-section{scroll-snap-align:start;height:100vh;min-height:100vh}@media (width<=480px){.rm-panel{width:100vw}}.bm-quote-zone{box-sizing:border-box;pointer-events:none;z-index:3;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:50%;padding:0 1.75rem;display:flex;position:absolute;top:0;left:0;right:0}.bm-quote__text{color:#ffffffd9;text-shadow:0 1px 8px #000000b3;margin:0 0 .55rem;font-size:clamp(1.05rem,4.2vw,1.4rem);font-style:italic;line-height:1.55}.bm-quote__citation{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;margin:0;font-family:DM Sans,sans-serif;font-size:clamp(.68rem,2.1vw,.9rem);font-weight:300}.bm-bottom-zone{pointer-events:none;z-index:3;height:50%;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.bm-line{white-space:nowrap;line-height:1;display:block}.bm-lines{text-align:center;flex-direction:column;align-items:center;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-001 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-001 .bm-line--name{color:#fff;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:700;line-height:1}.layout-001 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-style:italic;font-weight:500;line-height:1}.layout-001 .bm-line--feat-1,.layout-001 .bm-line--feat-2,.layout-001 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-002 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-002 .bm-line--name{color:#e6b978;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:400;line-height:1}.layout-002 .bm-line--sub,.layout-002 .bm-line--feat-1,.layout-002 .bm-line--feat-2,.layout-002 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-003 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-003 .bm-line--name{color:#d2aa64e6;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3rem,11vw,5rem);font-weight:600;line-height:1}.layout-003 .bm-line--sub{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-003 .bm-line--feat-1,.layout-003 .bm-line--feat-2,.layout-003 .bm-line--feat-3{color:#fff6;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-004 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-004 .bm-line--name{color:#fff;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:400;line-height:1}.layout-004 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-004 .bm-line--feat-1,.layout-004 .bm-line--feat-2,.layout-004 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-005 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-005 .bm-line--name{color:#fffc;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:700;line-height:1}.layout-005 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-005 .bm-line--feat-1,.layout-005 .bm-line--feat-2,.layout-005 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-006 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-006 .bm-line--name{color:#c8975ad9;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-006 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:400;line-height:1}.layout-006 .bm-line--feat-1,.layout-006 .bm-line--feat-2,.layout-006 .bm-line--feat-3{color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:400;line-height:1}.layout-007 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-007 .bm-line--name{color:#fffffff2;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:700;line-height:1}.layout-007 .bm-line--sub{color:#ffffff73;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-007 .bm-line--feat-1,.layout-007 .bm-line--feat-2,.layout-007 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-008 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-008 .bm-line--name{color:#fffc;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:600;line-height:1}.layout-008 .bm-line--sub{color:#d2aa64a6;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-008 .bm-line--feat-1,.layout-008 .bm-line--feat-2,.layout-008 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-009 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-009 .bm-line--name{color:#fffffff2;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:300;line-height:1}.layout-009 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-009 .bm-line--feat-1,.layout-009 .bm-line--feat-2,.layout-009 .bm-line--feat-3{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-010 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-010 .bm-line--name{color:#c8975ad9;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:500;line-height:1}.layout-010 .bm-line--sub{color:#c8975a99;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-010 .bm-line--feat-1,.layout-010 .bm-line--feat-2,.layout-010 .bm-line--feat-3{color:#fff6;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-011 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-011 .bm-line--name{color:#ffffffa6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:700;line-height:1}.layout-011 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-011 .bm-line--feat-1,.layout-011 .bm-line--feat-2,.layout-011 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-012 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-012 .bm-line--name{color:#e6b978;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:700;line-height:1}.layout-012 .bm-line--sub,.layout-012 .bm-line--feat-1,.layout-012 .bm-line--feat-2,.layout-012 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-013 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-013 .bm-line--name{color:#fffffff2;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-013 .bm-line--sub{color:#c8975a99;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-013 .bm-line--feat-1,.layout-013 .bm-line--feat-2,.layout-013 .bm-line--feat-3{color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-014 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-014 .bm-line--name{color:#fffc;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:600;line-height:1}.layout-014 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-014 .bm-line--feat-1,.layout-014 .bm-line--feat-2,.layout-014 .bm-line--feat-3{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-015 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-015 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-015 .bm-line--sub{color:#d2aa64a6;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-015 .bm-line--feat-1,.layout-015 .bm-line--feat-2,.layout-015 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-016 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-016 .bm-line--name{color:#e6b978;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:700;line-height:1}.layout-016 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-style:italic;font-weight:400;line-height:1}.layout-016 .bm-line--feat-1,.layout-016 .bm-line--feat-2,.layout-016 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:400;line-height:1}.layout-017 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-017 .bm-line--name{color:#e6b978;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-017 .bm-line--sub{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-017 .bm-line--feat-1,.layout-017 .bm-line--feat-2,.layout-017 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-018 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-018 .bm-line--name{color:#fffffff2;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:400;line-height:1}.layout-018 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-style:italic;font-weight:500;line-height:1}.layout-018 .bm-line--feat-1,.layout-018 .bm-line--feat-2,.layout-018 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-019 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-019 .bm-line--name{color:#c8975ad9;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:600;line-height:1}.layout-019 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:500;line-height:1}.layout-019 .bm-line--feat-1,.layout-019 .bm-line--feat-2,.layout-019 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:500;line-height:1}.layout-020 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-020 .bm-line--name{color:#ffffffa6;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:300;line-height:1}.layout-020 .bm-line--sub{color:#c8975a99;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-020 .bm-line--feat-1,.layout-020 .bm-line--feat-2,.layout-020 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-021 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-021 .bm-line--name{color:#e6b978;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:300;line-height:1}.layout-021 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-021 .bm-line--feat-1,.layout-021 .bm-line--feat-2,.layout-021 .bm-line--feat-3{color:#ffffff59;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-022 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-022 .bm-line--name{color:#f5c882d9;letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:400;line-height:1}.layout-022 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-022 .bm-line--feat-1,.layout-022 .bm-line--feat-2,.layout-022 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-023 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-023 .bm-line--name{color:#fff;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:700;line-height:1}.layout-023 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-023 .bm-line--feat-1,.layout-023 .bm-line--feat-2,.layout-023 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-024 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-024 .bm-line--name{color:#d2aa64e6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:700;line-height:1}.layout-024 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-024 .bm-line--feat-1,.layout-024 .bm-line--feat-2,.layout-024 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-025 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-025 .bm-line--name{color:#fff;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:500;line-height:1}.layout-025 .bm-line--sub{color:#d2aa64a6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-style:italic;font-weight:500;line-height:1}.layout-025 .bm-line--feat-1,.layout-025 .bm-line--feat-2,.layout-025 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-026 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-026 .bm-line--name{color:#fffc;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3rem,11vw,5rem);font-weight:400;line-height:1}.layout-026 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-026 .bm-line--feat-1,.layout-026 .bm-line--feat-2,.layout-026 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-027 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-027 .bm-line--name{color:#c8975ad9;letter-spacing:0;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:700;line-height:1}.layout-027 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-027 .bm-line--feat-1,.layout-027 .bm-line--feat-2,.layout-027 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-028 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-028 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:700;line-height:1}.layout-028 .bm-line--sub{color:#c8975a99;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-028 .bm-line--feat-1,.layout-028 .bm-line--feat-2,.layout-028 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-029 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-029 .bm-line--name{color:#f5c882d9;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:500;line-height:1}.layout-029 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-029 .bm-line--feat-1,.layout-029 .bm-line--feat-2,.layout-029 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-030 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-030 .bm-line--name{color:#d2aa64e6;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-030 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-030 .bm-line--feat-1,.layout-030 .bm-line--feat-2,.layout-030 .bm-line--feat-3{color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-031 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-031 .bm-line--name{color:#d2aa64e6;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:400;line-height:1}.layout-031 .bm-line--sub{color:#ffffff73;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-031 .bm-line--feat-1,.layout-031 .bm-line--feat-2,.layout-031 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-032 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-032 .bm-line--name{color:#f5c882d9;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:700;line-height:1}.layout-032 .bm-line--sub,.layout-032 .bm-line--feat-1,.layout-032 .bm-line--feat-2,.layout-032 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-033 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-033 .bm-line--name{color:#fffffff2;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:500;line-height:1}.layout-033 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-style:italic;font-weight:400;line-height:1}.layout-033 .bm-line--feat-1,.layout-033 .bm-line--feat-2,.layout-033 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-034 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-034 .bm-line--name{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:700;line-height:1}.layout-034 .bm-line--sub{color:#ffffff73;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-034 .bm-line--feat-1,.layout-034 .bm-line--feat-2,.layout-034 .bm-line--feat-3{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-035 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-035 .bm-line--name{color:#fff;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:700;line-height:1}.layout-035 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-035 .bm-line--feat-1,.layout-035 .bm-line--feat-2,.layout-035 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-036 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-036 .bm-line--name{color:#f5c882d9;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:600;line-height:1}.layout-036 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-036 .bm-line--feat-1,.layout-036 .bm-line--feat-2,.layout-036 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-037 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-037 .bm-line--name{color:#fffc;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:700;line-height:1}.layout-037 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-style:italic;font-weight:400;line-height:1}.layout-037 .bm-line--feat-1,.layout-037 .bm-line--feat-2,.layout-037 .bm-line--feat-3{color:#ffffff59;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-038 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-038 .bm-line--name{color:#d2aa64e6;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:700;line-height:1}.layout-038 .bm-line--sub{color:#d2aa64a6;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-038 .bm-line--feat-1,.layout-038 .bm-line--feat-2,.layout-038 .bm-line--feat-3{color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-039 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-039 .bm-line--name{color:#fffffff2;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:600;line-height:1}.layout-039 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-039 .bm-line--feat-1,.layout-039 .bm-line--feat-2,.layout-039 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-040 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-040 .bm-line--name{color:#fff;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-040 .bm-line--sub{color:#ffffff73;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-040 .bm-line--feat-1,.layout-040 .bm-line--feat-2,.layout-040 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-041 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-041 .bm-line--name{color:#f5c882d9;letter-spacing:0;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:400;line-height:1}.layout-041 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-041 .bm-line--feat-1,.layout-041 .bm-line--feat-2,.layout-041 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-042 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-042 .bm-line--name{color:#fffffff2;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:600;line-height:1}.layout-042 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-042 .bm-line--feat-1,.layout-042 .bm-line--feat-2,.layout-042 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-043 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-043 .bm-line--name{color:#fffc;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:600;line-height:1}.layout-043 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-043 .bm-line--feat-1,.layout-043 .bm-line--feat-2,.layout-043 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-044 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-044 .bm-line--name{color:#e6b978;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:400;line-height:1}.layout-044 .bm-line--sub{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-044 .bm-line--feat-1,.layout-044 .bm-line--feat-2,.layout-044 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-045 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-045 .bm-line--name{color:#d2aa64e6;letter-spacing:0;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:400;line-height:1}.layout-045 .bm-line--sub{color:#d2aa64a6;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-045 .bm-line--feat-1,.layout-045 .bm-line--feat-2,.layout-045 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-046 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-046 .bm-line--name{color:#fffffff2;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:600;line-height:1}.layout-046 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-046 .bm-line--feat-1,.layout-046 .bm-line--feat-2,.layout-046 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-047 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-047 .bm-line--name{color:#e6b978;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:500;line-height:1}.layout-047 .bm-line--sub{color:#d2aa64a6;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-style:italic;font-weight:500;line-height:1}.layout-047 .bm-line--feat-1,.layout-047 .bm-line--feat-2,.layout-047 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-048 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-048 .bm-line--name{color:#fffffff2;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:600;line-height:1}.layout-048 .bm-line--sub{color:#d2aa64a6;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-style:italic;font-weight:400;line-height:1}.layout-048 .bm-line--feat-1,.layout-048 .bm-line--feat-2,.layout-048 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:400;line-height:1}.layout-049 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-049 .bm-line--name{color:#f5c882d9;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3rem,11vw,5rem);font-weight:600;line-height:1}.layout-049 .bm-line--sub{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:400;line-height:1}.layout-049 .bm-line--feat-1,.layout-049 .bm-line--feat-2,.layout-049 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:400;line-height:1}.layout-050 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-050 .bm-line--name{color:#fff;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:300;line-height:1}.layout-050 .bm-line--sub{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-050 .bm-line--feat-1,.layout-050 .bm-line--feat-2,.layout-050 .bm-line--feat-3{color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-051 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-051 .bm-line--name{color:#d2aa64e6;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:400;line-height:1}.layout-051 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-style:italic;font-weight:300;line-height:1}.layout-051 .bm-line--feat-1,.layout-051 .bm-line--feat-2,.layout-051 .bm-line--feat-3{color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-052 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-052 .bm-line--name{color:#e6b978;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:400;line-height:1}.layout-052 .bm-line--sub{color:#c8975a99;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-052 .bm-line--feat-1,.layout-052 .bm-line--feat-2,.layout-052 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-053 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-053 .bm-line--name{color:#c8975ad9;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:300;line-height:1}.layout-053 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-053 .bm-line--feat-1,.layout-053 .bm-line--feat-2,.layout-053 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-054 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-054 .bm-line--name{color:#fffc;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:600;line-height:1}.layout-054 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-054 .bm-line--feat-1,.layout-054 .bm-line--feat-2,.layout-054 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-055 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-055 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:500;line-height:1}.layout-055 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-style:italic;font-weight:500;line-height:1}.layout-055 .bm-line--feat-1,.layout-055 .bm-line--feat-2,.layout-055 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-056 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-056 .bm-line--name{color:#fffffff2;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:500;line-height:1}.layout-056 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-056 .bm-line--feat-1,.layout-056 .bm-line--feat-2,.layout-056 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-057 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-057 .bm-line--name{color:#c8975ad9;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:400;line-height:1}.layout-057 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-057 .bm-line--feat-1,.layout-057 .bm-line--feat-2,.layout-057 .bm-line--feat-3{color:#ffffff59;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-058 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-058 .bm-line--name{color:#c8975ad9;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:300;line-height:1}.layout-058 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-058 .bm-line--feat-1,.layout-058 .bm-line--feat-2,.layout-058 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-059 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-059 .bm-line--name{color:#e6b978;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-059 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:500;line-height:1}.layout-059 .bm-line--feat-1,.layout-059 .bm-line--feat-2,.layout-059 .bm-line--feat-3{color:#ffffff59;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:500;line-height:1}.layout-060 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-060 .bm-line--name{color:#fffffff2;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:300;line-height:1}.layout-060 .bm-line--sub{color:#c8975a99;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-060 .bm-line--feat-1,.layout-060 .bm-line--feat-2,.layout-060 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-061 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-061 .bm-line--name{color:#f5c882d9;letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:500;line-height:1}.layout-061 .bm-line--sub{color:#ffffff73;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-061 .bm-line--feat-1,.layout-061 .bm-line--feat-2,.layout-061 .bm-line--feat-3{color:#ffffff59;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-062 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-062 .bm-line--name{color:#d2aa64e6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:400;line-height:1}.layout-062 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-062 .bm-line--feat-1,.layout-062 .bm-line--feat-2,.layout-062 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-063 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-063 .bm-line--name{color:#fffc;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:700;line-height:1}.layout-063 .bm-line--sub{color:#c8975a99;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-063 .bm-line--feat-1,.layout-063 .bm-line--feat-2,.layout-063 .bm-line--feat-3{color:#ffffff59;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-064 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-064 .bm-line--name{color:#ffffffa6;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:400;line-height:1}.layout-064 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-064 .bm-line--feat-1,.layout-064 .bm-line--feat-2,.layout-064 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-065 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-065 .bm-line--name{color:#f5c882d9;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:300;line-height:1}.layout-065 .bm-line--sub{color:#c8975a99;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-style:italic;font-weight:500;line-height:1}.layout-065 .bm-line--feat-1,.layout-065 .bm-line--feat-2,.layout-065 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-066 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-066 .bm-line--name{color:#fffc;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:500;line-height:1}.layout-066 .bm-line--sub{color:#d2aa64a6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-066 .bm-line--feat-1,.layout-066 .bm-line--feat-2,.layout-066 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-067 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-067 .bm-line--name{color:#fff;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:500;line-height:1}.layout-067 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-style:italic;font-weight:500;line-height:1}.layout-067 .bm-line--feat-1,.layout-067 .bm-line--feat-2,.layout-067 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:500;line-height:1}.layout-068 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-068 .bm-line--name{color:#e6b978;letter-spacing:0;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:300;line-height:1}.layout-068 .bm-line--sub,.layout-068 .bm-line--feat-1,.layout-068 .bm-line--feat-2,.layout-068 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-069 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-069 .bm-line--name{color:#fffffff2;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:300;line-height:1}.layout-069 .bm-line--sub{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-style:italic;font-weight:500;line-height:1}.layout-069 .bm-line--feat-1,.layout-069 .bm-line--feat-2,.layout-069 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-070 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-070 .bm-line--name{color:#f5c882d9;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:300;line-height:1}.layout-070 .bm-line--sub{color:#c8975a99;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-style:italic;font-weight:500;line-height:1}.layout-070 .bm-line--feat-1,.layout-070 .bm-line--feat-2,.layout-070 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-071 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-071 .bm-line--name{color:#f5c882d9;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:500;line-height:1}.layout-071 .bm-line--sub{color:#d2aa64a6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-style:italic;font-weight:300;line-height:1}.layout-071 .bm-line--feat-1,.layout-071 .bm-line--feat-2,.layout-071 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-072 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-072 .bm-line--name{color:#c8975ad9;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:400;line-height:1}.layout-072 .bm-line--sub,.layout-072 .bm-line--feat-1,.layout-072 .bm-line--feat-2,.layout-072 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-073 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-073 .bm-line--name{color:#fff;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:400;line-height:1}.layout-073 .bm-line--sub{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:400;line-height:1}.layout-073 .bm-line--feat-1,.layout-073 .bm-line--feat-2,.layout-073 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:400;line-height:1}.layout-074 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-074 .bm-line--name{color:#fffffff2;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:700;line-height:1}.layout-074 .bm-line--sub{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-style:italic;font-weight:400;line-height:1}.layout-074 .bm-line--feat-1,.layout-074 .bm-line--feat-2,.layout-074 .bm-line--feat-3{color:#fff6;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-075 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-075 .bm-line--name{color:#e6b978;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3rem,11vw,5rem);font-weight:600;line-height:1}.layout-075 .bm-line--sub{color:#d2aa64a6;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-075 .bm-line--feat-1,.layout-075 .bm-line--feat-2,.layout-075 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-076 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-076 .bm-line--name{color:#ffffffa6;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-076 .bm-line--sub,.layout-076 .bm-line--feat-1,.layout-076 .bm-line--feat-2,.layout-076 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-077 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-077 .bm-line--name{color:#ffffffa6;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-077 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-077 .bm-line--feat-1,.layout-077 .bm-line--feat-2,.layout-077 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-078 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-078 .bm-line--name{color:#ffffffa6;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:400;line-height:1}.layout-078 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-078 .bm-line--feat-1,.layout-078 .bm-line--feat-2,.layout-078 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-079 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-079 .bm-line--name{color:#f5c882d9;letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:300;line-height:1}.layout-079 .bm-line--sub{color:#d2aa64a6;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-079 .bm-line--feat-1,.layout-079 .bm-line--feat-2,.layout-079 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-080 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-080 .bm-line--name{color:#fff;letter-spacing:0;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:300;line-height:1}.layout-080 .bm-line--sub{color:#c8975a99;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-080 .bm-line--feat-1,.layout-080 .bm-line--feat-2,.layout-080 .bm-line--feat-3{color:#fff6;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-081 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-081 .bm-line--name{color:#d2aa64e6;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:500;line-height:1}.layout-081 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-081 .bm-line--feat-1,.layout-081 .bm-line--feat-2,.layout-081 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-082 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-082 .bm-line--name{color:#f5c882d9;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:700;line-height:1}.layout-082 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-082 .bm-line--feat-1,.layout-082 .bm-line--feat-2,.layout-082 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-083 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-083 .bm-line--name{color:#f5c882d9;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:600;line-height:1}.layout-083 .bm-line--sub{color:#ffffff73;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-083 .bm-line--feat-1,.layout-083 .bm-line--feat-2,.layout-083 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-084 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-084 .bm-line--name{color:#c8975ad9;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:300;line-height:1}.layout-084 .bm-line--sub{color:#d2aa64a6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-style:italic;font-weight:300;line-height:1}.layout-084 .bm-line--feat-1,.layout-084 .bm-line--feat-2,.layout-084 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-085 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-085 .bm-line--name{color:#fffc;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:400;line-height:1}.layout-085 .bm-line--sub{color:#c8975a99;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-085 .bm-line--feat-1,.layout-085 .bm-line--feat-2,.layout-085 .bm-line--feat-3{color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-086 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-086 .bm-line--name{color:#d2aa64e6;letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:500;line-height:1}.layout-086 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-086 .bm-line--feat-1,.layout-086 .bm-line--feat-2,.layout-086 .bm-line--feat-3{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-087 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-087 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:700;line-height:1}.layout-087 .bm-line--sub{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-087 .bm-line--feat-1,.layout-087 .bm-line--feat-2,.layout-087 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-088 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-088 .bm-line--name{color:#fffffff2;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:600;line-height:1}.layout-088 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-088 .bm-line--feat-1,.layout-088 .bm-line--feat-2,.layout-088 .bm-line--feat-3{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-089 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-089 .bm-line--name{color:#c8975ad9;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:700;line-height:1}.layout-089 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-style:italic;font-weight:300;line-height:1}.layout-089 .bm-line--feat-1,.layout-089 .bm-line--feat-2,.layout-089 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-090 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-090 .bm-line--name{color:#ffffffa6;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:500;line-height:1}.layout-090 .bm-line--sub{color:#d2aa64a6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-090 .bm-line--feat-1,.layout-090 .bm-line--feat-2,.layout-090 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-091 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-091 .bm-line--name{color:#ffffffa6;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:500;line-height:1}.layout-091 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-091 .bm-line--feat-1,.layout-091 .bm-line--feat-2,.layout-091 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-092 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-092 .bm-line--name{color:#f5c882d9;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:400;line-height:1}.layout-092 .bm-line--sub{color:#d2aa64a6;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-style:italic;font-weight:300;line-height:1}.layout-092 .bm-line--feat-1,.layout-092 .bm-line--feat-2,.layout-092 .bm-line--feat-3{color:#ffffff59;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-093 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-093 .bm-line--name{color:#c8975ad9;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:300;line-height:1}.layout-093 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-093 .bm-line--feat-1,.layout-093 .bm-line--feat-2,.layout-093 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-094 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-094 .bm-line--name{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:400;line-height:1}.layout-094 .bm-line--sub{color:#d2aa64a6;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-094 .bm-line--feat-1,.layout-094 .bm-line--feat-2,.layout-094 .bm-line--feat-3{color:#ffffff59;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-095 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-095 .bm-line--name{color:#ffffffa6;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:500;line-height:1}.layout-095 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-095 .bm-line--feat-1,.layout-095 .bm-line--feat-2,.layout-095 .bm-line--feat-3{color:#ffffff59;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-096 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-096 .bm-line--name{color:#f5c882d9;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:600;line-height:1}.layout-096 .bm-line--sub{color:#ffffff73;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-style:italic;font-weight:300;line-height:1}.layout-096 .bm-line--feat-1,.layout-096 .bm-line--feat-2,.layout-096 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-097 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-097 .bm-line--name{color:#e6b978;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:700;line-height:1}.layout-097 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-097 .bm-line--feat-1,.layout-097 .bm-line--feat-2,.layout-097 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-098 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-098 .bm-line--name{color:#f5c882d9;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:300;line-height:1}.layout-098 .bm-line--sub,.layout-098 .bm-line--feat-1,.layout-098 .bm-line--feat-2,.layout-098 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-099 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-099 .bm-line--name{color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-099 .bm-line--sub{color:#d2aa64a6;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-099 .bm-line--feat-1,.layout-099 .bm-line--feat-2,.layout-099 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-100 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-100 .bm-line--name{color:#f5c882d9;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:700;line-height:1}.layout-100 .bm-line--sub{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-style:italic;font-weight:300;line-height:1}.layout-100 .bm-line--feat-1,.layout-100 .bm-line--feat-2,.layout-100 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-101 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-101 .bm-line--name{color:#ffffffa6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-101 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-101 .bm-line--feat-1,.layout-101 .bm-line--feat-2,.layout-101 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-102 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-102 .bm-line--name{color:#d2aa64e6;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:400;line-height:1}.layout-102 .bm-line--sub{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-102 .bm-line--feat-1,.layout-102 .bm-line--feat-2,.layout-102 .bm-line--feat-3{color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:300;line-height:1}.layout-103 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-103 .bm-line--name{color:#e6b978;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-103 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-103 .bm-line--feat-1,.layout-103 .bm-line--feat-2,.layout-103 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-104 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-104 .bm-line--name{color:#fffffff2;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:500;line-height:1}.layout-104 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-104 .bm-line--feat-1,.layout-104 .bm-line--feat-2,.layout-104 .bm-line--feat-3{color:#ffffff59;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-105 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-105 .bm-line--name{color:#e6b978;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:600;line-height:1}.layout-105 .bm-line--sub{color:#ffffff73;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-105 .bm-line--feat-1,.layout-105 .bm-line--feat-2,.layout-105 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-106 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-106 .bm-line--name{color:#c8975ad9;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:500;line-height:1}.layout-106 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-106 .bm-line--feat-1,.layout-106 .bm-line--feat-2,.layout-106 .bm-line--feat-3{color:#fff6;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-107 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-107 .bm-line--name{color:#fffffff2;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:500;line-height:1}.layout-107 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-107 .bm-line--feat-1,.layout-107 .bm-line--feat-2,.layout-107 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-108 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-108 .bm-line--name{color:#e6b978;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:700;line-height:1}.layout-108 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-style:italic;font-weight:500;line-height:1}.layout-108 .bm-line--feat-1,.layout-108 .bm-line--feat-2,.layout-108 .bm-line--feat-3{color:#ffffff59;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-109 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-109 .bm-line--name{color:#d2aa64e6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:700;line-height:1}.layout-109 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-109 .bm-line--feat-1,.layout-109 .bm-line--feat-2,.layout-109 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-110 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-110 .bm-line--name{color:#c8975ad9;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:300;line-height:1}.layout-110 .bm-line--sub{color:#ffffff73;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-110 .bm-line--feat-1,.layout-110 .bm-line--feat-2,.layout-110 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-111 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-111 .bm-line--name{color:#e6b978;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:600;line-height:1}.layout-111 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-111 .bm-line--feat-1,.layout-111 .bm-line--feat-2,.layout-111 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-112 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-112 .bm-line--name{color:#fffc;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:600;line-height:1}.layout-112 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-112 .bm-line--feat-1,.layout-112 .bm-line--feat-2,.layout-112 .bm-line--feat-3{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-113 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-113 .bm-line--name{color:#f5c882d9;letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:700;line-height:1}.layout-113 .bm-line--sub{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-113 .bm-line--feat-1,.layout-113 .bm-line--feat-2,.layout-113 .bm-line--feat-3{color:#fff6;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-114 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-114 .bm-line--name{color:#e6b978;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:400;line-height:1}.layout-114 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-style:italic;font-weight:500;line-height:1}.layout-114 .bm-line--feat-1,.layout-114 .bm-line--feat-2,.layout-114 .bm-line--feat-3{color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-115 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-115 .bm-line--name{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:500;line-height:1}.layout-115 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-115 .bm-line--feat-1,.layout-115 .bm-line--feat-2,.layout-115 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-116 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-116 .bm-line--name{color:#f5c882d9;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:500;line-height:1}.layout-116 .bm-line--sub{color:#ffffff73;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-116 .bm-line--feat-1,.layout-116 .bm-line--feat-2,.layout-116 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-117 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-117 .bm-line--name{color:#fff;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:700;line-height:1}.layout-117 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-style:italic;font-weight:400;line-height:1}.layout-117 .bm-line--feat-1,.layout-117 .bm-line--feat-2,.layout-117 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-118 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-118 .bm-line--name{color:#f5c882d9;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:600;line-height:1}.layout-118 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-style:italic;font-weight:300;line-height:1}.layout-118 .bm-line--feat-1,.layout-118 .bm-line--feat-2,.layout-118 .bm-line--feat-3{color:#ffffff59;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-119 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-119 .bm-line--name{color:#fff;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:400;line-height:1}.layout-119 .bm-line--sub,.layout-119 .bm-line--feat-1,.layout-119 .bm-line--feat-2,.layout-119 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-120 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-120 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-120 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-120 .bm-line--feat-1,.layout-120 .bm-line--feat-2,.layout-120 .bm-line--feat-3{color:#fff6;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:500;line-height:1}.layout-121 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-121 .bm-line--name{color:#ffffffa6;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:600;line-height:1}.layout-121 .bm-line--sub{color:#d2aa64a6;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-121 .bm-line--feat-1,.layout-121 .bm-line--feat-2,.layout-121 .bm-line--feat-3{color:#fff6;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-122 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-122 .bm-line--name{color:#e6b978;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-122 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-style:italic;font-weight:500;line-height:1}.layout-122 .bm-line--feat-1,.layout-122 .bm-line--feat-2,.layout-122 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-123 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-123 .bm-line--name{color:#f5c882d9;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:700;line-height:1}.layout-123 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-123 .bm-line--feat-1,.layout-123 .bm-line--feat-2,.layout-123 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-124 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-124 .bm-line--name{color:#e6b978;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:300;line-height:1}.layout-124 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-124 .bm-line--feat-1,.layout-124 .bm-line--feat-2,.layout-124 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-125 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-125 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-125 .bm-line--sub{color:#d2aa64a6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-125 .bm-line--feat-1,.layout-125 .bm-line--feat-2,.layout-125 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:300;line-height:1}.layout-126 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-126 .bm-line--name{color:#f5c882d9;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:400;line-height:1}.layout-126 .bm-line--sub{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-style:italic;font-weight:300;line-height:1}.layout-126 .bm-line--feat-1,.layout-126 .bm-line--feat-2,.layout-126 .bm-line--feat-3{color:#fff6;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-127 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-127 .bm-line--name{color:#fffc;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:400;line-height:1}.layout-127 .bm-line--sub{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-127 .bm-line--feat-1,.layout-127 .bm-line--feat-2,.layout-127 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-128 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-128 .bm-line--name{color:#fffffff2;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:600;line-height:1}.layout-128 .bm-line--sub{color:#d2aa64a6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-style:italic;font-weight:400;line-height:1}.layout-128 .bm-line--feat-1,.layout-128 .bm-line--feat-2,.layout-128 .bm-line--feat-3{color:#ffffff59;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-129 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-129 .bm-line--name{color:#ffffffa6;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:600;line-height:1}.layout-129 .bm-line--sub{color:#ffffff73;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-129 .bm-line--feat-1,.layout-129 .bm-line--feat-2,.layout-129 .bm-line--feat-3{color:#fff6;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-130 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-130 .bm-line--name{color:#e6b978;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:500;line-height:1}.layout-130 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-130 .bm-line--feat-1,.layout-130 .bm-line--feat-2,.layout-130 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-131 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-131 .bm-line--name{color:#fff;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:500;line-height:1}.layout-131 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-style:italic;font-weight:300;line-height:1}.layout-131 .bm-line--feat-1,.layout-131 .bm-line--feat-2,.layout-131 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-132 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-132 .bm-line--name{color:#f5c882d9;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:700;line-height:1}.layout-132 .bm-line--sub{color:#c8975a99;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-132 .bm-line--feat-1,.layout-132 .bm-line--feat-2,.layout-132 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-133 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-133 .bm-line--name{color:#fffc;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:500;line-height:1}.layout-133 .bm-line--sub{color:#c8975a99;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-133 .bm-line--feat-1,.layout-133 .bm-line--feat-2,.layout-133 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-134 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-134 .bm-line--name{color:#ffffffa6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:700;line-height:1}.layout-134 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-style:italic;font-weight:300;line-height:1}.layout-134 .bm-line--feat-1,.layout-134 .bm-line--feat-2,.layout-134 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-135 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-135 .bm-line--name{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:300;line-height:1}.layout-135 .bm-line--sub{color:#d2aa64a6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-135 .bm-line--feat-1,.layout-135 .bm-line--feat-2,.layout-135 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-136 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-136 .bm-line--name{color:#d2aa64e6;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:600;line-height:1}.layout-136 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-136 .bm-line--feat-1,.layout-136 .bm-line--feat-2,.layout-136 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-137 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-137 .bm-line--name{color:#fff;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:500;line-height:1}.layout-137 .bm-line--sub{color:#d2aa64a6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-style:italic;font-weight:300;line-height:1}.layout-137 .bm-line--feat-1,.layout-137 .bm-line--feat-2,.layout-137 .bm-line--feat-3{color:#fff6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-138 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-138 .bm-line--name{color:#fffffff2;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:600;line-height:1}.layout-138 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:400;line-height:1}.layout-138 .bm-line--feat-1,.layout-138 .bm-line--feat-2,.layout-138 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:400;line-height:1}.layout-139 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-139 .bm-line--name{color:#fffc;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:700;line-height:1}.layout-139 .bm-line--sub{color:#d2aa64a6;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-139 .bm-line--feat-1,.layout-139 .bm-line--feat-2,.layout-139 .bm-line--feat-3{color:#ffffff59;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-140 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-140 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-140 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-style:italic;font-weight:500;line-height:1}.layout-140 .bm-line--feat-1,.layout-140 .bm-line--feat-2,.layout-140 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-141 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-141 .bm-line--name{color:#ffffffa6;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:400;line-height:1}.layout-141 .bm-line--sub{color:#c8975a99;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-style:italic;font-weight:300;line-height:1}.layout-141 .bm-line--feat-1,.layout-141 .bm-line--feat-2,.layout-141 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:300;line-height:1}.layout-142 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-142 .bm-line--name{color:#d2aa64e6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:600;line-height:1}.layout-142 .bm-line--sub{color:#c8975a99;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-style:italic;font-weight:500;line-height:1}.layout-142 .bm-line--feat-1,.layout-142 .bm-line--feat-2,.layout-142 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-143 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-143 .bm-line--name{color:#fff;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:500;line-height:1}.layout-143 .bm-line--sub{color:#ffffff73;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-143 .bm-line--feat-1,.layout-143 .bm-line--feat-2,.layout-143 .bm-line--feat-3{color:#ffffff59;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-144 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-144 .bm-line--name{color:#fffffff2;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:400;line-height:1}.layout-144 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-144 .bm-line--feat-1,.layout-144 .bm-line--feat-2,.layout-144 .bm-line--feat-3{color:#ffffff59;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-145 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-145 .bm-line--name{color:#f5c882d9;letter-spacing:0;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3rem,11vw,5rem);font-weight:500;line-height:1}.layout-145 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-145 .bm-line--feat-1,.layout-145 .bm-line--feat-2,.layout-145 .bm-line--feat-3{color:#ffffff59;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-146 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-146 .bm-line--name{color:#e6b978;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:400;line-height:1}.layout-146 .bm-line--sub{color:#ffffff73;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-146 .bm-line--feat-1,.layout-146 .bm-line--feat-2,.layout-146 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-147 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-147 .bm-line--name{color:#fffffff2;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:600;line-height:1}.layout-147 .bm-line--sub{color:#ffffff73;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-147 .bm-line--feat-1,.layout-147 .bm-line--feat-2,.layout-147 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-148 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-148 .bm-line--name{color:#fffffff2;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:300;line-height:1}.layout-148 .bm-line--sub{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-148 .bm-line--feat-1,.layout-148 .bm-line--feat-2,.layout-148 .bm-line--feat-3{color:#fff6;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-149 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-149 .bm-line--name{color:#f5c882d9;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:600;line-height:1}.layout-149 .bm-line--sub{color:#d2aa64a6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-149 .bm-line--feat-1,.layout-149 .bm-line--feat-2,.layout-149 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-150 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-150 .bm-line--name{color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:600;line-height:1}.layout-150 .bm-line--sub{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-150 .bm-line--feat-1,.layout-150 .bm-line--feat-2,.layout-150 .bm-line--feat-3{color:#ffffff59;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-151 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-151 .bm-line--name{color:#e6b978;letter-spacing:0;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:500;line-height:1}.layout-151 .bm-line--sub{color:#c8975a99;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-151 .bm-line--feat-1,.layout-151 .bm-line--feat-2,.layout-151 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-152 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-152 .bm-line--name{color:#f5c882d9;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:400;line-height:1}.layout-152 .bm-line--sub{color:#d2aa64a6;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-152 .bm-line--feat-1,.layout-152 .bm-line--feat-2,.layout-152 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-153 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-153 .bm-line--name{color:#ffffffa6;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:700;line-height:1}.layout-153 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-153 .bm-line--feat-1,.layout-153 .bm-line--feat-2,.layout-153 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-154 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-154 .bm-line--name{color:#d2aa64e6;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:400;line-height:1}.layout-154 .bm-line--sub{color:#c8975a99;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-154 .bm-line--feat-1,.layout-154 .bm-line--feat-2,.layout-154 .bm-line--feat-3{color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-155 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-155 .bm-line--name{color:#fffffff2;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-155 .bm-line--sub,.layout-155 .bm-line--feat-1,.layout-155 .bm-line--feat-2,.layout-155 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-156 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-156 .bm-line--name{color:#fffc;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:600;line-height:1}.layout-156 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-156 .bm-line--feat-1,.layout-156 .bm-line--feat-2,.layout-156 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-157 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-157 .bm-line--name{color:#e6b978;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:600;line-height:1}.layout-157 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-157 .bm-line--feat-1,.layout-157 .bm-line--feat-2,.layout-157 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-158 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-158 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:700;line-height:1}.layout-158 .bm-line--sub{color:#ffffff73;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-style:italic;font-weight:400;line-height:1}.layout-158 .bm-line--feat-1,.layout-158 .bm-line--feat-2,.layout-158 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-159 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-159 .bm-line--name{color:#d2aa64e6;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:700;line-height:1}.layout-159 .bm-line--sub{color:#ffffff73;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-style:italic;font-weight:500;line-height:1}.layout-159 .bm-line--feat-1,.layout-159 .bm-line--feat-2,.layout-159 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-160 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-160 .bm-line--name{color:#f5c882d9;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:300;line-height:1}.layout-160 .bm-line--sub{color:#d2aa64a6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-160 .bm-line--feat-1,.layout-160 .bm-line--feat-2,.layout-160 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-161 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-161 .bm-line--name{color:#f5c882d9;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-161 .bm-line--sub{color:#c8975a99;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-161 .bm-line--feat-1,.layout-161 .bm-line--feat-2,.layout-161 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.25em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-162 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-162 .bm-line--name{color:#fffc;letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-162 .bm-line--sub{color:#c8975a99;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-162 .bm-line--feat-1,.layout-162 .bm-line--feat-2,.layout-162 .bm-line--feat-3{color:#ffffff59;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:300;line-height:1}.layout-163 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-163 .bm-line--name{color:#d2aa64e6;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:400;line-height:1}.layout-163 .bm-line--sub{color:#c8975a99;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-163 .bm-line--feat-1,.layout-163 .bm-line--feat-2,.layout-163 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-164 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-164 .bm-line--name{color:#e6b978;letter-spacing:0;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:300;line-height:1}.layout-164 .bm-line--sub{color:#d2aa64a6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-164 .bm-line--feat-1,.layout-164 .bm-line--feat-2,.layout-164 .bm-line--feat-3{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-165 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-165 .bm-line--name{color:#ffffffa6;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:600;line-height:1}.layout-165 .bm-line--sub{color:#d2aa64a6;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-style:italic;font-weight:500;line-height:1}.layout-165 .bm-line--feat-1,.layout-165 .bm-line--feat-2,.layout-165 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-166 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-166 .bm-line--name{color:#d2aa64e6;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-166 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-166 .bm-line--feat-1,.layout-166 .bm-line--feat-2,.layout-166 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-167 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-167 .bm-line--name{color:#fffc;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-167 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-167 .bm-line--feat-1,.layout-167 .bm-line--feat-2,.layout-167 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-168 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-168 .bm-line--name{color:#fff;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-168 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-168 .bm-line--feat-1,.layout-168 .bm-line--feat-2,.layout-168 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:300;line-height:1}.layout-169 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-169 .bm-line--name{color:#fffffff2;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:500;line-height:1}.layout-169 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-169 .bm-line--feat-1,.layout-169 .bm-line--feat-2,.layout-169 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-170 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-170 .bm-line--name{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:300;line-height:1}.layout-170 .bm-line--sub{color:#c8975a99;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-style:italic;font-weight:400;line-height:1}.layout-170 .bm-line--feat-1,.layout-170 .bm-line--feat-2,.layout-170 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-171 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-171 .bm-line--name{color:#fffffff2;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:700;line-height:1}.layout-171 .bm-line--sub,.layout-171 .bm-line--feat-1,.layout-171 .bm-line--feat-2,.layout-171 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:500;line-height:1}.layout-172 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-172 .bm-line--name{color:#fffc;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:300;line-height:1}.layout-172 .bm-line--sub{color:#d2aa64a6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-172 .bm-line--feat-1,.layout-172 .bm-line--feat-2,.layout-172 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-173 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-173 .bm-line--name{color:#ffffffa6;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:400;line-height:1}.layout-173 .bm-line--sub{color:#d2aa64a6;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-173 .bm-line--feat-1,.layout-173 .bm-line--feat-2,.layout-173 .bm-line--feat-3{color:#ffffff59;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,3vw,1.4rem);font-weight:400;line-height:1}.layout-174 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-174 .bm-line--name{color:#d2aa64e6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:300;line-height:1}.layout-174 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-174 .bm-line--feat-1,.layout-174 .bm-line--feat-2,.layout-174 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.1em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-175 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-175 .bm-line--name{color:#fffffff2;letter-spacing:.4em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-175 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-175 .bm-line--feat-1,.layout-175 .bm-line--feat-2,.layout-175 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-176 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-176 .bm-line--name{color:#f5c882d9;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:500;line-height:1}.layout-176 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-176 .bm-line--feat-1,.layout-176 .bm-line--feat-2,.layout-176 .bm-line--feat-3{color:#ffffff59;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:300;line-height:1}.layout-177 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-177 .bm-line--name{color:#fffffff2;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:400;line-height:1}.layout-177 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-style:italic;font-weight:300;line-height:1}.layout-177 .bm-line--feat-1,.layout-177 .bm-line--feat-2,.layout-177 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-178 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-178 .bm-line--name{color:#c8975ad9;letter-spacing:-.02em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:700;line-height:1}.layout-178 .bm-line--sub{color:#ffffff73;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:500;line-height:1}.layout-178 .bm-line--feat-1,.layout-178 .bm-line--feat-2,.layout-178 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:500;line-height:1}.layout-179 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-179 .bm-line--name{color:#fffffff2;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:400;line-height:1}.layout-179 .bm-line--sub{color:#d2aa64a6;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-style:italic;font-weight:400;line-height:1}.layout-179 .bm-line--feat-1,.layout-179 .bm-line--feat-2,.layout-179 .bm-line--feat-3{color:#fff6;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.38rem,1.4vw,.65rem);font-weight:400;line-height:1}.layout-180 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-180 .bm-line--name{color:#e6b978;letter-spacing:.3em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:500;line-height:1}.layout-180 .bm-line--sub{color:#c8975a99;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-180 .bm-line--feat-1,.layout-180 .bm-line--feat-2,.layout-180 .bm-line--feat-3{color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-181 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-181 .bm-line--name{color:#c8975ad9;letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:400;line-height:1}.layout-181 .bm-line--sub{color:#ffffff73;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-181 .bm-line--feat-1,.layout-181 .bm-line--feat-2,.layout-181 .bm-line--feat-3{color:#fff6;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-182 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-182 .bm-line--name{color:#ffffffa6;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:400;line-height:1}.layout-182 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:400;line-height:1}.layout-182 .bm-line--feat-1,.layout-182 .bm-line--feat-2,.layout-182 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:400;line-height:1}.layout-183 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-183 .bm-line--name{color:#c8975ad9;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3rem,11vw,5rem);font-weight:400;line-height:1}.layout-183 .bm-line--sub{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-183 .bm-line--feat-1,.layout-183 .bm-line--feat-2,.layout-183 .bm-line--feat-3{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:400;line-height:1}.layout-184 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.15rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-184 .bm-line--name{color:#fffffff2;letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,11vw,5rem);font-weight:400;line-height:1}.layout-184 .bm-line--sub{color:#d2aa64a6;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-184 .bm-line--feat-1,.layout-184 .bm-line--feat-2,.layout-184 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-185 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-185 .bm-line--name{color:#d2aa64e6;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:300;line-height:1}.layout-185 .bm-line--sub{color:#d2aa64a6;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-185 .bm-line--feat-1,.layout-185 .bm-line--feat-2,.layout-185 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-186 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-186 .bm-line--name{color:#f5c882d9;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:700;line-height:1}.layout-186 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-186 .bm-line--feat-1,.layout-186 .bm-line--feat-2,.layout-186 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-187 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-187 .bm-line--name{color:#fffffff2;letter-spacing:.3em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-187 .bm-line--sub{color:#d2aa64a6;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-187 .bm-line--feat-1,.layout-187 .bm-line--feat-2,.layout-187 .bm-line--feat-3{color:#ffffff59;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-188 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-188 .bm-line--name{color:#e6b978;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-188 .bm-line--sub{color:#c8975a99;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-188 .bm-line--feat-1,.layout-188 .bm-line--feat-2,.layout-188 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:400;line-height:1}.layout-189 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-189 .bm-line--name{color:#fffc;letter-spacing:.4em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:300;line-height:1}.layout-189 .bm-line--sub{color:#ffffff73;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-189 .bm-line--feat-1,.layout-189 .bm-line--feat-2,.layout-189 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-190 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-190 .bm-line--name{color:#fffc;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3rem,11vw,5rem);font-weight:400;line-height:1}.layout-190 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-190 .bm-line--feat-1,.layout-190 .bm-line--feat-2,.layout-190 .bm-line--feat-3{color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-191 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-191 .bm-line--name{color:#fffffff2;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(2.6rem,9.5vw,4.2rem);font-weight:700;line-height:1}.layout-191 .bm-line--sub{color:#c8975a99;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-191 .bm-line--feat-1,.layout-191 .bm-line--feat-2,.layout-191 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.55rem,2vw,.9rem);font-weight:500;line-height:1}.layout-192 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-192 .bm-line--name{color:#fffffff2;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:600;line-height:1}.layout-192 .bm-line--sub{color:#c8975a99;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-style:italic;font-weight:500;line-height:1}.layout-192 .bm-line--feat-1,.layout-192 .bm-line--feat-2,.layout-192 .bm-line--feat-3{color:#d2aa6473;letter-spacing:.25em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-193 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-193 .bm-line--name{color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:300;line-height:1}.layout-193 .bm-line--sub{color:#ffffff8c;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-193 .bm-line--feat-1,.layout-193 .bm-line--feat-2,.layout-193 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-194 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-194 .bm-line--name{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-194 .bm-line--sub{color:#d2aa64a6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-194 .bm-line--feat-1,.layout-194 .bm-line--feat-2,.layout-194 .bm-line--feat-3{color:#fff6;letter-spacing:.35em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:400;line-height:1}.layout-195 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.45rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-195 .bm-line--name{color:#fffffff2;letter-spacing:0;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:600;line-height:1}.layout-195 .bm-line--sub{color:#ffffff73;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-195 .bm-line--feat-1,.layout-195 .bm-line--feat-2,.layout-195 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:400;line-height:1}.layout-196 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-196 .bm-line--name{color:#ffffffa6;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:400;line-height:1}.layout-196 .bm-line--sub{color:#ffffff8c;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-196 .bm-line--feat-1,.layout-196 .bm-line--feat-2,.layout-196 .bm-line--feat-3{color:#fff6;letter-spacing:.45em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:clamp(.6rem,2.2vw,1rem);font-weight:300;line-height:1}.layout-197 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-197 .bm-line--name{color:#f5c882d9;letter-spacing:-.02em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3rem,11vw,5rem);font-weight:500;line-height:1}.layout-197 .bm-line--sub{color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-197 .bm-line--feat-1,.layout-197 .bm-line--feat-2,.layout-197 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-198 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-198 .bm-line--name{color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6.5vw,3rem);font-weight:700;line-height:1}.layout-198 .bm-line--sub{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-198 .bm-line--feat-1,.layout-198 .bm-line--feat-2,.layout-198 .bm-line--feat-3{color:#ffffff59;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(1.1rem,3.5vw,1.7rem);font-weight:500;line-height:1}.layout-199 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-199 .bm-line--name{color:#e6b978;letter-spacing:.05em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(3.8rem,14vw,6.5rem);font-weight:400;line-height:1}.layout-199 .bm-line--sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-199 .bm-line--feat-1,.layout-199 .bm-line--feat-2,.layout-199 .bm-line--feat-3{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.45rem,1.6vw,.75rem);font-weight:500;line-height:1}.layout-200 .bm-lines{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-200 .bm-line--name{color:#c8975ad9;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(4.5rem,16vw,8rem);font-weight:300;line-height:1}.layout-200 .bm-line--sub{color:#d2aa64a6;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.layout-200 .bm-line--feat-1,.layout-200 .bm-line--feat-2,.layout-200 .bm-line--feat-3{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:clamp(.7rem,2.5vw,1.1rem);font-weight:500;line-height:1}.admin-login-page{background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.admin-login-card{background:#1e293b;border:1px solid #334155;border-radius:12px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 20px 60px #00000080}.admin-login-logo{align-items:center;gap:.6rem;margin-bottom:1.75rem;display:flex}.admin-login-logo-mark{color:#fff;letter-spacing:.05em;background:#e07a30;border-radius:6px;padding:.3rem .55rem;font-size:.9rem;font-weight:800}.admin-login-logo-text{color:#f1f5f9;font-size:1.05rem;font-weight:600}.admin-login-title{color:#f1f5f9;margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.admin-login-subtitle{color:#94a3b8;margin:0 0 1.75rem;font-size:.875rem}.admin-login-form{flex-direction:column;gap:1.1rem;display:flex}.admin-login-field{flex-direction:column;gap:.4rem;display:flex}.admin-login-field label{color:#cbd5e1;font-size:.8125rem;font-weight:500}.admin-login-field input{color:#f1f5f9;background:#0f172a;border:1px solid #334155;border-radius:6px;outline:none;padding:.65rem .85rem;font-size:.9375rem;transition:border-color .15s}.admin-login-field input:focus{border-color:#e07a30}.admin-login-field input::placeholder{color:#475569}.admin-login-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459;border-radius:6px;padding:.6rem .85rem;font-size:.8125rem}.admin-login-btn{color:#fff;cursor:pointer;background:#e07a30;border:none;border-radius:6px;margin-top:.25rem;padding:.75rem;font-size:.9375rem;font-weight:600;transition:background .15s,opacity .15s}.admin-login-btn:hover:not(:disabled){background:#c96820}.admin-login-btn:disabled{opacity:.5;cursor:not-allowed}.admin-login-help{color:#64748b;text-align:center;margin-top:1.5rem;font-size:.78rem;line-height:1.5}.sidebar{height:100vh;width:var(--sidebar-width);background-color:var(--color-sidebar-bg);border-right:1px solid var(--color-border);z-index:200;box-shadow:var(--shadow-sidebar);transition:transform var(--transition-normal);flex-direction:column;display:flex;position:fixed;top:0;left:max(0px,50vw - 600px);overflow:hidden}@media (width<=767px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}}@media (width>=768px){.sidebar{transform:translate(0)!important}}.sidebar-overlay{z-index:199;background:#0009;position:fixed;inset:0}.sidebar-brand{padding:20px var(--spacing-md) 16px;border-bottom:1px solid var(--color-border);flex-shrink:0;align-items:center;gap:10px;display:flex}.sidebar-brand-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-brand-text{flex-direction:column;gap:2px;display:flex}.sidebar-brand-name{color:var(--color-white);letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.2}.sidebar-brand-label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);font-size:9px;font-weight:600}.sidebar-nav{padding:var(--spacing-sm) 0;flex:1;overflow:hidden auto}.sidebar-nav-list{flex-direction:column;gap:1px;list-style:none;display:flex}.sidebar-nav-item{padding:0 var(--spacing-sm)}.sidebar-nav-link{border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--color-sidebar-text);transition:background-color var(--transition-fast), color var(--transition-fast);border-left:2px solid #0000;align-items:center;gap:10px;padding:8px 10px;font-weight:500;text-decoration:none;display:flex}.sidebar-nav-link:hover{background-color:var(--color-sidebar-hover-bg);color:var(--color-white)}.sidebar-nav-link--active{background-color:var(--color-sidebar-active-bg);color:var(--color-accent);border-left-color:var(--color-accent);font-weight:600}.sidebar-nav-icon{text-align:center;opacity:.85;flex-shrink:0;width:18px;font-size:14px}.sidebar-nav-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.sidebar-user{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);border-top:1px solid var(--color-border);cursor:pointer;transition:background-color var(--transition-fast);flex-shrink:0;display:flex}.sidebar-user:hover{background-color:var(--color-sidebar-hover-bg)}.sidebar-user-avatar{border-radius:var(--radius-full);background-color:var(--color-accent);color:#fff;letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.sidebar-user-info{flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden}.sidebar-user-name{color:var(--color-white);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.sidebar-user-role{color:var(--color-text-secondary);white-space:nowrap;font-size:10px}.sidebar-user-expand{color:var(--color-text-muted);flex-shrink:0;font-size:16px}.topbar{z-index:100;background-color:var(--color-surface);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:var(--spacing-md);min-height:72px;padding:16px 24px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:var(--spacing-md);flex:1;min-width:0;display:flex}.topbar-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:4px;padding:6px;display:none}.topbar-hamburger span{background-color:var(--color-text-secondary);width:20px;height:2px;transition:background-color var(--transition-fast);border-radius:1px;display:block}.topbar-hamburger:hover span{background-color:var(--color-white)}@media (width<=767px){.topbar-hamburger{display:flex}}.topbar-greeting{flex-direction:column;gap:3px;display:flex}.topbar-greeting-title{color:var(--color-white);letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1.2}.topbar-greeting-subtitle{color:var(--color-text-secondary);font-size:13px;font-weight:400}.topbar-title{color:var(--color-white);letter-spacing:-.01em;font-size:18px;font-weight:600}.topbar-right{align-items:center;gap:var(--spacing-md);flex-shrink:0;display:flex}.topbar-user{cursor:pointer;align-items:center;gap:4px;display:flex}.topbar-avatar{border-radius:var(--radius-full);background-color:var(--color-accent);color:#fff;letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:flex}.topbar-dropdown-arrow{color:var(--color-text-muted);font-size:12px}@media (width<=640px){.topbar-greeting-title{font-size:17px}}.admin-layout{width:100%;height:100%;display:flex;position:relative}.admin-layout-main{min-width:0;transition:margin-left var(--transition-normal);flex-direction:column;flex:1;margin-left:0;display:flex}.admin-layout-content{padding:var(--spacing-lg) var(--spacing-lg);background-color:var(--color-bg);flex:1;min-height:0;overflow-y:auto}.admin-layout-content--fullbleed{flex-direction:column;height:100%;padding:0;display:flex;overflow:hidden}@media (width<=767px){.admin-layout-content{padding:10px}}@media (width>=768px){.admin-layout-main{margin-left:var(--sidebar-width)}.sidebar{transform:translate(0)!important}.sidebar-overlay{display:none!important}}.dashboard{gap:var(--spacing-lg);padding:var(--spacing-lg);flex-direction:column;min-height:100%;display:flex}.dashboard-kpis{gap:var(--spacing-md);grid-template-columns:repeat(4,1fr);display:grid}.kpi-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-lg);align-items:flex-start;gap:var(--spacing-md);transition:border-color var(--transition-fast);display:flex}.kpi-card:hover{border-color:var(--color-accent)}.kpi-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.kpi-icon--red{background:var(--color-kpi-red)}.kpi-icon--amber{background:var(--color-kpi-amber)}.kpi-icon--green{background:var(--color-kpi-green)}.kpi-icon--blue{background:var(--color-kpi-blue)}.kpi-body{flex-direction:column;gap:4px;min-width:0;display:flex}.kpi-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);font-size:9px;font-weight:700}.kpi-value{color:var(--color-white);letter-spacing:-.03em;font-size:26px;font-weight:700;line-height:1.1}.kpi-sub{font-size:11px;font-weight:500}.kpi-sub--alert{color:var(--color-accent)}.kpi-sub--amber{color:var(--color-amber)}.kpi-sub--up{color:var(--color-green)}.kpi-sub--down{color:var(--color-red)}.dashboard-middle{gap:var(--spacing-md);grid-template-columns:minmax(0,1fr) 260px 230px;align-items:start;display:grid}.dashboard-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-lg);margin-bottom:var(--spacing-md)}.dashboard-card:last-child{margin-bottom:0}.dashboard-card--stretch{height:100%;margin-bottom:0}.dashboard-main-col{flex-direction:column;min-width:0;display:flex}.dashboard-products-col,.dashboard-right-col{flex-direction:column;display:flex}.card-header{margin-bottom:var(--spacing-md);justify-content:space-between;align-items:center;display:flex}.card-title{color:var(--color-white);letter-spacing:-.01em;font-size:14px;font-weight:600}.card-title--spaced{margin-bottom:var(--spacing-md)}.card-action{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-secondary);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast);white-space:nowrap;padding:4px 10px;font-size:11px;font-weight:500}.card-action:hover{color:var(--color-white);border-color:var(--color-accent)}.chart-wrapper{margin-top:var(--spacing-sm)}.chart-tooltip{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-raised);padding:8px 12px}.chart-tooltip-date{color:var(--color-text-secondary);margin-bottom:2px;font-size:11px}.chart-tooltip-value{color:var(--color-accent);font-size:15px;font-weight:700}.table-wrapper{margin-top:var(--spacing-sm);overflow-x:auto}.orders-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:11px}.orders-table th:first-child,.orders-table td:first-child{width:72px}.orders-table th:nth-child(2),.orders-table td:nth-child(2){width:90px}.orders-table th:nth-child(3),.orders-table td:nth-child(3){width:auto}.orders-table th:nth-child(4),.orders-table td:nth-child(4){text-align:right;width:44px}.orders-table th:nth-child(5),.orders-table td:nth-child(5){text-align:right;width:60px}.orders-table th:nth-child(6),.orders-table td:nth-child(6){text-align:right;width:72px}.orders-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);white-space:nowrap;padding:6px 8px;font-size:9px;font-weight:700}.orders-table td{color:var(--color-text-primary);border-bottom:1px solid var(--color-border-subtle);vertical-align:middle;white-space:nowrap;padding:9px 8px}.orders-table tr:last-child td{border-bottom:none}.orders-table tr:hover td{background:var(--color-surface-hover)}.order-id{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden;color:var(--color-accent)!important}.orders-table td:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-products{max-width:140px;font-size:11px;color:var(--color-text-secondary)!important;white-space:normal!important}.status-badge{border-radius:var(--radius-full);letter-spacing:.02em;white-space:nowrap;align-items:center;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.status--new{background:var(--color-accent-muted);color:var(--color-accent)}.status--processing{background:var(--color-amber-muted);color:var(--color-amber)}.status--confirmed{background:var(--color-green-muted);color:var(--color-green)}.status--shipped{background:var(--color-blue-muted);color:var(--color-blue)}.status--delivered{background:var(--color-purple-muted);color:var(--color-purple)}.products-list{gap:var(--spacing-md);flex-direction:column;display:flex}.product-row{align-items:center;gap:var(--spacing-sm);display:flex}.product-thumb{border-radius:var(--radius-sm);background:var(--color-surface-raised);border:1px solid var(--color-border);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.product-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.product-name{color:var(--color-white);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.product-desc{color:var(--color-text-muted);font-size:10px}.product-bar-track{background:var(--color-surface-raised);border-radius:2px;height:4px;overflow:hidden}.product-bar-fill{background:var(--color-accent);height:100%;transition:width var(--transition-normal);border-radius:2px}.product-units{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.product-units-value{color:var(--color-white);font-size:13px;font-weight:700}.product-units-label{color:var(--color-text-muted);font-size:9px}.attention-list{flex-direction:column;gap:10px;list-style:none;display:flex}.attention-item{align-items:center;gap:8px;font-size:12px;display:flex}.attention-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.attention-label{color:var(--color-text-secondary);flex:1}.attention-count{font-size:13px;font-weight:700}.queue-total{color:var(--color-white);letter-spacing:-.03em;margin-bottom:2px;font-size:32px;font-weight:700;line-height:1}.queue-subtitle{color:var(--color-text-muted);margin-bottom:var(--spacing-sm);font-size:11px}.queue-bar{height:8px;margin-bottom:var(--spacing-md);border-radius:4px;gap:2px;display:flex;overflow:hidden}.queue-bar-segment{height:100%;transition:width var(--transition-normal);border-radius:2px}.queue-legend{flex-direction:column;gap:8px;list-style:none;display:flex}.queue-legend-item{align-items:center;gap:8px;font-size:12px;display:flex}.queue-legend-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.queue-legend-label{color:var(--color-text-secondary);flex:1}.queue-legend-count{font-size:12px;font-weight:700}.activity-list{flex-direction:column;gap:10px;list-style:none;display:flex}.activity-item{align-items:center;gap:8px;font-size:12px;display:flex}.activity-icon{flex-shrink:0;font-size:14px}.activity-text{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.activity-time{color:var(--color-text-muted);white-space:nowrap;flex-shrink:0;font-size:10px}@media (width<=1200px){.dashboard-middle{grid-template-columns:1fr 260px}.dashboard-right-col{gap:var(--spacing-md);grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.dashboard-right-col .dashboard-card{margin-bottom:0}}@media (width<=900px){.dashboard-kpis{grid-template-columns:repeat(2,1fr)}.dashboard-middle,.dashboard-right-col{grid-template-columns:1fr}}@media (width<=480px){.dashboard-kpis{grid-template-columns:1fr}.dashboard{padding:var(--spacing-md)}}.rp-page{min-height:100%;padding:1.5rem}.rp-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.rp-title{color:var(--color-white,#fff);margin:0;font-size:1.5rem;font-weight:700}.rp-header-actions{align-items:center;gap:.5rem;display:flex}.rp-hours-btn{background:var(--color-accent,#c2622b);color:#fff;border-radius:6px;align-items:center;gap:.3rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.rp-hours-btn:hover{opacity:.85}.rp-add-btn{background:var(--color-accent,#c2622b);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:opacity .15s}.rp-add-btn:hover{opacity:.85}.rp-table-wrap{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#ffffff14);border-radius:10px;overflow:hidden}.rp-table{border-collapse:collapse;width:100%;font-size:.875rem}.rp-table thead tr{background:var(--color-accent,#c2622b)}.rp-table th{text-align:left;color:#fff;letter-spacing:.03em;text-transform:uppercase;padding:.65rem 1rem;font-size:.8rem;font-weight:700}.rp-table tbody tr{border-bottom:1px solid var(--color-border,#ffffff0f);transition:background .1s}.rp-table tbody tr:last-child{border-bottom:none}.rp-table tbody tr:hover{background:#ffffff08}.rp-table td{color:var(--color-text-primary,#f0f0f0);vertical-align:middle;padding:.7rem 1rem}.rp-name{font-weight:600}.rp-name-link{color:var(--color-accent,#c2622b);font-weight:600;text-decoration:none}.rp-name-link:hover{text-decoration:underline}.rp-clock-badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.rp-clock--in{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}.rp-clock--out{color:#9ca3af;background:#9ca3af1f;border-color:#9ca3af33}.rp-type-badge{text-transform:capitalize;border-radius:4px;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.rp-badge--green{color:#4ade80;background:#22c55e26}.rp-badge--blue{color:#60a5fa;background:#3b82f626}.rp-badge--purple{color:#a78bfa;background:#8b5cf626}.rp-badge--amber{color:#fbbf24;background:#f59e0b26}.rp-badge--red{color:#f87171;background:#ef444426}.rp-actions-cell{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.rp-act{cursor:pointer;letter-spacing:.01em;color:#555;white-space:nowrap;background:#f5f0e8;border:1px solid #0000001f;border-radius:5px;justify-content:center;align-items:center;height:26px;padding:.2rem .55rem;font-size:.72rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.rp-act:hover{background:#ede8dc;border-color:#0003}.rp-act--edit{color:#c96a1a;background:#fff4ec;border-color:#c96a1a40}.rp-act--edit:hover{background:#ffe8d6;border-color:#c96a1a66}.rp-act--login{color:#2563eb;background:#eef4ff;border-color:#2563eb40}.rp-act--login:hover{background:#dbeafe;border-color:#2563eb66}.rp-act--del{color:#dc2626;background:#fff0f0;border-color:#dc262640}.rp-act--del:hover{background:#fee2e2;border-color:#dc262666}.rp-act--pw{color:#666;background:#f5f5f5;border-color:#00000026}.rp-act--pw:hover{background:#e8e8e8;border-color:#00000040}.rp-loading,.rp-empty{text-align:center;color:var(--color-text-muted,#888);padding:2rem;font-size:.9rem}.rp-error-msg{color:#f87171;background:#ef44441a;border:1px solid #ef444440;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.9rem}.rp-tl-header{margin-bottom:1rem}.rp-back-btn{background:var(--color-surface-raised,#ffffff12);border:1px solid var(--color-border,#ffffff1a);color:var(--color-text-primary,#f0f0f0);cursor:pointer;border-radius:6px;padding:.4rem .9rem;font-size:.85rem;transition:background .15s}.rp-back-btn:hover{background:#ffffff1f}.rp-tl-title{color:var(--color-white,#fff);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.rp-tl-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.rp-date-input{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#ffffff1a);color:var(--color-text-primary,#f0f0f0);border-radius:6px;padding:.4rem .75rem;font-family:inherit;font-size:.85rem}.rp-filter-btn{background:var(--color-accent,#c2622b);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .15s}.rp-filter-btn:hover{opacity:.85}.rp-clear-btn{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef444440;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s}.rp-clear-btn:hover{background:#ef444440}.rp-overlay{z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.rp-modal{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#ffffff1a);border-radius:12px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.rp-modal--wide{max-width:720px}.rp-modal--sm{max-width:400px}.rp-modal-hd{border-bottom:1px solid var(--color-border,#ffffff14);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.rp-modal-hd h2{color:var(--color-white,#fff);margin:0;font-size:1rem;font-weight:700}.rp-modal-x{color:var(--color-text-muted,#888);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .4rem;font-size:1.1rem;transition:color .15s}.rp-modal-x:hover{color:var(--color-white,#fff)}.rp-modal-bd{flex:1;padding:1.25rem;overflow-y:auto}.rp-modal-ft{border-top:1px solid var(--color-border,#ffffff14);flex-shrink:0;justify-content:flex-end;gap:.5rem;padding:.85rem 1.25rem;display:flex}.rp-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:.45rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:opacity .15s,background .15s}.rp-btn:disabled{opacity:.5;cursor:not-allowed}.rp-btn--primary{background:var(--color-accent,#c2622b);color:#fff;border-color:var(--color-accent,#c2622b)}.rp-btn--primary:hover:not(:disabled){opacity:.85}.rp-btn--secondary{background:var(--color-surface-raised,#ffffff12);color:var(--color-text-primary,#f0f0f0);border-color:var(--color-border,#ffffff1a)}.rp-btn--secondary:hover:not(:disabled){background:#ffffff1f}.rp-btn--danger{color:#f87171;background:#ef444426;border-color:#ef44444d}.rp-btn--danger:hover:not(:disabled){background:#ef444440}.rp-form-grid{grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1.25rem;display:grid}.rp-ff{flex-direction:column;gap:.3rem;display:flex}.rp-ff--full{grid-column:1/-1}.rp-fl{color:var(--color-text-secondary,#aaa);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.rp-fi,.rp-fs{background:var(--color-surface-raised,#ffffff0d);border:1px solid var(--color-border,#ffffff1a);color:var(--color-text-primary,#f0f0f0);box-sizing:border-box;border-radius:6px;outline:none;width:100%;padding:.45rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.rp-fi:focus,.rp-fs:focus{border-color:var(--color-accent,#c2622b)}.rp-fi:disabled{opacity:.5;cursor:not-allowed}.rp-fs option{background:var(--color-surface,#1e1e1e)}.rp-form-error{color:#f87171;background:#ef44441a;border:1px solid #ef444440;border-radius:6px;margin-bottom:.85rem;padding:.6rem .9rem;font-size:.82rem}.rp-perms-section{margin-top:.5rem}.rp-perms-title{color:var(--color-text-secondary,#aaa);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .65rem;font-size:.82rem;font-weight:700}.rp-perms-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.4rem;display:grid}.rp-perm-check{cursor:pointer;border-radius:5px;align-items:center;gap:.5rem;padding:.35rem .5rem;transition:background .12s;display:flex}.rp-perm-check:hover{background:#ffffff0f}.rp-perm-checkbox{width:15px;height:15px;accent-color:var(--color-accent,#c2622b);cursor:pointer;flex-shrink:0}.rp-perm-label{color:var(--color-text-primary,#f0f0f0);-webkit-user-select:none;user-select:none;font-size:.82rem;font-weight:500}.rp-note-compose{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.rp-note-ta{background:var(--color-surface-raised,#ffffff0d);border:1px solid var(--color-border,#ffffff1a);color:var(--color-text-primary,#f0f0f0);resize:vertical;box-sizing:border-box;border-radius:6px;outline:none;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.875rem}.rp-note-ta:focus{border-color:var(--color-accent,#c2622b)}.rp-notes-list{flex-direction:column;gap:.6rem;display:flex}.rp-note-item{background:var(--color-surface-raised,#ffffff0a);border:1px solid var(--color-border,#ffffff12);border-radius:8px;padding:.65rem .85rem}.rp-note-body{color:var(--color-text-primary,#f0f0f0);margin-bottom:.3rem;font-size:.875rem}.rp-note-meta{color:var(--color-text-muted,#888);font-size:.72rem}.rp-note-meta-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.rp-note-del{cursor:pointer;color:var(--color-text-muted,#888);opacity:.6;background:0 0;border:none;flex-shrink:0;padding:0 .2rem;font-size:.85rem;line-height:1;transition:opacity .15s}.rp-note-del:hover{opacity:1;color:#ef5350}.rp-success{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e40;border-radius:6px;padding:.65rem .9rem;font-size:.875rem}@media (width<=640px){.rp-form-grid{grid-template-columns:1fr}.rp-ff--full{grid-column:1}.rp-table th:nth-child(3),.rp-table td:nth-child(3){display:none}}.rp-emp-cards{display:none}@media (width<=640px){.rp-form-grid{grid-template-columns:1fr}.rp-ff--full{grid-column:1}.rp-table-wrap .rp-table{display:none}.rp-emp-cards{flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.rp-emp-card{background:var(--color-surface-raised,#ffffff0a);border:1px solid var(--color-border,#ffffff14);border-radius:10px;padding:.9rem 1rem}.rp-emp-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.rp-table-wrap{background:0 0;border:none;border-radius:0;overflow:visible}.rp-emp-card-name{color:var(--color-accent,#c2622b);cursor:pointer;font-size:1rem;font-weight:700;text-decoration:none}.rp-emp-card-name:hover{text-decoration:underline}.rp-emp-card-id{color:var(--color-text-secondary,#aaa);margin-top:1px;font-size:.75rem}.rp-be-id{color:var(--color-accent,#c2622b);letter-spacing:.03em;font-family:monospace;font-size:.78rem;font-weight:600}.rp-emp-card-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.rp-emp-card-pay{color:var(--color-text-secondary,#aaa);margin-bottom:.75rem;font-size:.82rem}.rp-emp-card-actions{flex-wrap:wrap;gap:.4rem;display:flex}.rp-emp-card-actions .rp-act{flex:calc(33% - .4rem);justify-content:center;height:34px;font-size:.78rem}}.ap{padding:var(--spacing-lg);flex-direction:column;gap:20px;min-height:100%;display:flex}.ap-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.ap-card-header{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.ap-card-title{color:var(--color-white);letter-spacing:-.01em;font-size:14px;font-weight:600}.ap-card-body{padding:16px 20px}.ap-kpis{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.ap-kpi{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.ap-kpi-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.ap-kpi-icon--red{background:var(--color-kpi-red)}.ap-kpi-icon--amber{background:var(--color-kpi-amber)}.ap-kpi-icon--green{background:var(--color-kpi-green)}.ap-kpi-icon--blue{background:var(--color-kpi-blue)}.ap-kpi-icon--purple{background:#a855f726}.ap-kpi-body{flex-direction:column;gap:3px;display:flex}.ap-kpi-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);font-size:9px;font-weight:700}.ap-kpi-value{color:var(--color-white);letter-spacing:-.03em;font-size:24px;font-weight:700;line-height:1.1}.ap-kpi-sub{font-size:11px;font-weight:500}.ap-kpi-sub--up{color:var(--color-green)}.ap-kpi-sub--down{color:var(--color-red)}.ap-kpi-sub--amber{color:var(--color-amber)}.ap-kpi-sub--alert{color:var(--color-accent)}.ap-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ap-search{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:180px;max-width:320px;color:var(--color-text-primary);transition:border-color var(--transition-fast);outline:none;flex:1;padding:8px 12px;font-size:13px}.ap-search::placeholder{color:var(--color-text-muted)}.ap-search:focus{border-color:var(--color-accent)}.ap-select{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);cursor:pointer;transition:border-color var(--transition-fast);outline:none;padding:8px 10px;font-size:12px}.ap-select:focus{border-color:var(--color-accent)}.ap-btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.ap-btn--primary{background:var(--color-accent);color:#fff}.ap-btn--primary:hover{background:var(--color-accent-dark)}.ap-btn--outline{border:1px solid var(--color-border);color:var(--color-text-secondary);background:0 0}.ap-btn--outline:hover{border-color:var(--color-accent);color:var(--color-white)}.ap-btn--ghost{background:var(--color-surface-raised);border:1px solid var(--color-border);color:var(--color-text-secondary)}.ap-btn--ghost:hover{color:var(--color-white);border-color:var(--color-text-muted)}.ap-btn--sm{padding:6px 10px;font-size:11px}.ap-btn--danger{background:var(--color-red);color:#fff}.ap-btn--danger:hover{background:#c53030}.ap-btn--green{background:var(--color-green);color:#fff}.ap-btn--green:hover{background:#16a34a}.ap-table-wrap{overflow-x:auto}.ap-table{border-collapse:collapse;width:100%;font-size:12px}.ap-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);white-space:nowrap;padding:8px 14px;font-size:9px;font-weight:700}.ap-table td{color:var(--color-text-primary);border-bottom:1px solid var(--color-border-subtle);vertical-align:middle;padding:10px 14px}.ap-table tr:last-child td{border-bottom:none}.ap-table tr:hover td{background:var(--color-surface-hover);cursor:pointer}.ap-table tr.ap-table-row--noclick:hover td{cursor:default}.ap-badge{border-radius:var(--radius-full);letter-spacing:.02em;white-space:nowrap;align-items:center;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.ap-badge--new{background:var(--color-accent-muted);color:var(--color-accent)}.ap-badge--processing{background:var(--color-amber-muted);color:var(--color-amber)}.ap-badge--confirmed{background:var(--color-green-muted);color:var(--color-green)}.ap-badge--shipped{background:var(--color-blue-muted);color:var(--color-blue)}.ap-badge--delivered{background:var(--color-purple-muted);color:var(--color-purple)}.ap-badge--active{background:var(--color-green-muted);color:var(--color-green)}.ap-badge--paused{background:var(--color-amber-muted);color:var(--color-amber)}.ap-badge--inactive{color:#6b6b6b;background:#6b6b6b26}.ap-badge--red{background:var(--color-red-muted);color:var(--color-red)}.ap-badge--purple{background:var(--color-purple-muted);color:var(--color-purple)}.ap-badge--blue{background:var(--color-blue-muted);color:var(--color-blue)}.ap-tabs{border-bottom:1px solid var(--color-border);gap:0;margin-bottom:4px;display:flex}.ap-tab{color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 18px;font-size:12px;font-weight:600}.ap-tab:hover{color:var(--color-text-secondary)}.ap-tab--active{color:var(--color-accent);border-bottom-color:var(--color-accent)}.ap-pill-row{flex-wrap:wrap;gap:6px;display:flex}.ap-pill{border-radius:var(--radius-full);background:var(--color-surface-raised);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:5px 12px;font-size:11px;font-weight:600}.ap-pill:hover{border-color:var(--color-accent);color:var(--color-accent)}.ap-pill--active{background:var(--color-accent-muted);border-color:var(--color-accent);color:var(--color-accent)}.ap-modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ap-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:640px;max-height:90vh;box-shadow:var(--shadow-raised);flex-direction:column;display:flex;overflow:hidden}@media (width<=640px){.ap-modal-overlay{align-items:flex-start!important;padding:0!important}.ap-modal{border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important}.ap-modal-body{padding-bottom:140px!important}}.ap-modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ap-modal-title{color:var(--color-white);font-size:15px;font-weight:700}.ap-modal-close{color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;padding:4px 8px;font-size:18px}.ap-modal-close:hover{color:var(--color-white)}.ap-modal-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:14px;min-height:0;padding:20px;display:flex;overflow-y:auto}.ap-detail-row{gap:12px;font-size:13px;display:flex}.ap-detail-label{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;min-width:130px;padding-top:2px;font-size:11px;font-weight:600}.ap-detail-value{color:var(--color-text-primary);flex:1}.ap-empty{text-align:center;color:var(--color-text-muted);padding:40px 20px;font-size:13px}.ap-layout-2col{grid-template-columns:1fr 300px;align-items:start;gap:20px;display:grid}.ap-layout-3col{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ap-field{flex-direction:column;gap:6px;display:flex}.ap-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px;font-weight:700}.ap-input{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);transition:border-color var(--transition-fast);outline:none;width:100%;padding:8px 12px;font-size:13px}.ap-input:focus{border-color:var(--color-accent)}.ap-input::placeholder{color:var(--color-text-muted)}@media (width<=1100px){.ap-kpis{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.ap-layout-2col{grid-template-columns:1fr}.ap-layout-3col{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.ap{gap:12px;padding:12px}.ap-kpis{grid-template-columns:1fr 1fr;gap:10px}.ap-layout-3col{grid-template-columns:1fr}.ap-toolbar{gap:8px}.ap-search{max-width:100%}}.ap-pagination{border-top:1px solid var(--color-border);justify-content:center;align-items:center;gap:16px;margin-top:8px;padding:16px 0 4px;display:flex}.ap-pagination-info{color:var(--color-text-secondary);font-size:13px}.ap-error-banner{color:var(--color-red);background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;margin-bottom:4px;padding:12px 16px;font-size:13px}.ap-loading{text-align:center;color:var(--color-text-secondary);padding:48px;font-size:14px}.ap-toolbar--wrap{flex-wrap:wrap;gap:8px}.ap-modal--wide{width:90vw;max-width:860px}.ap-detail-grid--two{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (width<=640px){.ap-detail-grid--two{grid-template-columns:1fr}}.ap-detail-section{margin-top:16px}.ap-detail-section h4{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 8px;font-size:10px;font-weight:700}.ap-contact-card{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:8px;margin-bottom:8px;padding:10px 12px;font-size:13px;line-height:1.6}.ap-contact-note{color:var(--color-amber);margin-top:4px;font-size:12px}.ap-notes-box{background:var(--color-surface-raised);border:1px solid var(--color-border);white-space:pre-wrap;border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.6}.ap-notes-box--important{color:var(--color-amber);background:#d9770614;border-color:#d9770666}.ap-perms-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px;margin-top:8px;display:grid}.ap-perm-item{background:var(--color-surface-raised);border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;display:flex}.ap-perm--on{color:var(--color-green)}.ap-perm--off{color:var(--color-text-secondary)}.ap-perm-dot{font-size:10px}.ap-muted{color:var(--color-text-secondary)}.ap-row--clickable{cursor:pointer}.ap-row--clickable:hover td{background:var(--color-surface-hover)}.ap-modal-actions{border-top:1px solid var(--color-border);flex-shrink:0;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.ap-btn--secondary{background:var(--color-surface-raised);border:1px solid var(--color-border);color:var(--color-text-secondary)}.ap-btn--secondary:hover{color:var(--color-white)}.ap-badge--amber{background:var(--color-amber-muted);color:var(--color-amber)}.ap-pills{flex-wrap:wrap;gap:6px;display:flex}.ap-form-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);margin-bottom:.75rem;padding-bottom:.4rem;font-size:.7rem;font-weight:700}.ap-form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem;display:grid}.ap-form-field{flex-direction:column;gap:.35rem;display:flex}.ap-form-field--full{grid-column:1/-1}.ap-form-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700}.ap-form-input,.ap-form-select,.ap-form-textarea{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);box-sizing:border-box;outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.ap-form-input:focus,.ap-form-select:focus,.ap-form-textarea:focus{border-color:var(--color-accent)}.ap-form-input:disabled{opacity:.5;cursor:not-allowed}.ap-form-textarea{resize:vertical;min-height:60px}.ap-form-input::placeholder,.ap-form-textarea::placeholder{color:var(--color-text-muted)}.ap-form-select option{background:var(--color-surface);color:var(--color-text-primary)}.ap-perm-item--btn{cursor:pointer;background:var(--color-surface-raised);text-align:left;border:1px solid #0000;border-radius:6px;font-family:inherit;font-size:12px;transition:background .15s,border-color .15s}.ap-perm-item--btn:hover{border-color:var(--color-accent)}.ap-toolbar .ap-btn--primary{margin-left:auto}@media (width<=640px){.ap-form-grid{grid-template-columns:1fr}.ap-form-field--full{grid-column:1}}.ap-error{color:var(--color-red);background:#dc26261a;border:1px solid #dc26264d;border-radius:6px;padding:10px 14px;font-size:12px}.ap-success{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:6px;padding:10px 14px;font-size:12px}.ap-detail-grid{flex-direction:column;gap:6px;display:flex}.ap-btn--red{color:var(--color-red);background:#dc26261f;border:1px solid #dc262640}.ap-btn--red:hover{opacity:1;background:#dc262638}.pl-order-cards{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;padding:1rem;display:grid}.pl-order-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;transition:box-shadow .15s;display:flex;overflow:hidden}.pl-order-card:hover{box-shadow:0 4px 16px #0000004d}.pl-order-card__header{border-bottom:1px solid var(--color-border);background:var(--color-surface-raised);justify-content:space-between;align-items:flex-start;padding:.75rem 1rem .5rem;display:flex}.pl-order-card__store{flex-direction:column;gap:2px;display:flex}.pl-order-card__store-name{color:var(--color-white);font-size:.9rem;font-weight:700}.pl-order-card__store-id{color:var(--color-accent);letter-spacing:.04em;font-size:.72rem;font-weight:600}.pl-order-card__meta{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.pl-order-card__pl-id{color:var(--color-accent);letter-spacing:.06em;font-family:monospace;font-size:.78rem;font-weight:700}.pl-order-card__date{color:var(--color-text-muted);font-size:.7rem}.pl-order-card__body{flex:1;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;display:flex}.pl-order-card__swatch{border:2px solid #ffffff1a;border-radius:6px;flex-shrink:0;width:36px;height:36px;margin-top:2px}.pl-order-card__details{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.pl-order-card__flavor{color:var(--color-white);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.pl-order-card__specs{color:var(--color-text-secondary);font-size:.75rem}.pl-order-card__flavor-list{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-style:italic;overflow:hidden}.pl-order-card__pricing{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.pl-order-card__total{color:var(--color-green);font-size:1rem;font-weight:700}.pl-order-card__footer{border-top:1px solid var(--color-border);background:var(--color-surface-raised);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.pl-order-card__stage-select{flex:1;min-width:140px;padding:4px 8px!important;font-size:.78rem!important}.pl-order-card__actions{gap:.4rem;margin-left:auto;display:flex}@media (width<=640px){.pl-order-cards{grid-template-columns:1fr}}.sc-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sc-page-title{color:var(--color-white);letter-spacing:-.02em;margin:0 0 2px;font-size:22px;font-weight:700}.sc-page-sub{color:var(--color-text-muted);margin:0;font-size:12px}.sc-card-list{flex-direction:column;gap:12px;display:flex}.sc-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:14px 16px;transition:border-color .15s}.sc-card:hover{border-color:#e07a3059}.sc-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.sc-card-identity{flex-direction:column;align-items:flex-start;gap:3px;min-width:0;display:flex}.sc-card-identity-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sc-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.sc-dot--active{background:#22c55e}.sc-dot--inactive{background:#6b7280}.sc-dot--blocked{background:#ef4444}.sc-store-name{color:var(--color-accent);cursor:pointer;text-align:left;letter-spacing:-.01em;background:0 0;border:none;padding:0;font-size:14px;font-weight:700;transition:color .15s}.sc-store-name:hover{color:var(--color-accent-dark);text-decoration:underline}.sc-store-id{color:var(--color-text-muted);background:var(--color-surface-hover);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500}.sc-card-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.sc-icon-btn{border-radius:var(--radius-md);background:var(--color-surface-raised);border:1px solid var(--color-border);width:30px;height:30px;color:var(--color-text-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.sc-icon-btn:hover{background:var(--color-surface-hover);color:var(--color-text-primary);border-color:var(--color-text-muted)}.sc-icon-btn--edit:hover{color:var(--color-accent);border-color:var(--color-accent);background:#e07a3026}.sc-icon-btn--delete:hover{color:var(--color-red);border-color:var(--color-red);background:#dc26261f}.sc-icon-btn--sample:hover{color:#c084fc;background:#a855f726;border-color:#c084fc}.sc-card-address-inline{color:var(--color-text-muted);padding-left:18px;font-size:11.5px;line-height:1.4}.sc-card-contacts{color:var(--color-text-primary);border-top:1px solid var(--color-border-subtle);margin-bottom:10px;padding-top:8px;font-size:12px}.sc-contacts-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:6px;font-size:10px;font-weight:700;display:block}.sc-contact-row{color:var(--color-text-secondary);line-height:1.6}.sc-contact-important{color:var(--color-amber);margin-top:2px;font-size:11px}.sc-card-footer{color:var(--color-text-secondary);border-top:1px solid var(--color-border-subtle);flex-wrap:wrap;align-items:center;gap:20px;padding-top:8px;font-size:12px;display:flex}.sc-footer-label{color:var(--color-text-muted);font-weight:600}.sc-footer-rep{color:var(--color-accent);font-weight:500}.sc-status{border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.sc-status--active{background:var(--color-green-muted);color:var(--color-green)}.sc-status--inactive{color:var(--color-text-secondary);background:#6b728026}.sc-status--blocked{background:var(--color-red-muted);color:var(--color-red)}.sc-terms-pill{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-block}.sc-terms-pill--cod{color:#92400e;background:#fff7ed;border:1px solid #fed7aa}.sc-terms-pill--net-15{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.sc-terms-pill--net-30{color:#5b21b6;background:#f5f3ff;border:1px solid #ddd6fe}.sc-muted{color:var(--color-text-muted)}.sc-modal-title-row{align-items:center;gap:8px;display:flex}.sc-modal-icon{font-size:18px}.sc-success-banner{background:var(--color-green-muted);color:var(--color-green);border:1px solid #16a34a59;border-radius:8px;padding:12px 16px;font-size:13px}.sc-checkbox-row{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.sc-checkbox-label{color:var(--color-text-primary);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.sc-checkbox-label input[type=checkbox]{accent-color:var(--color-accent);cursor:pointer;width:15px;height:15px}.sc-payment-section{flex-direction:column;gap:8px;display:flex}.sc-payment-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px;font-weight:700}.sc-payment-row{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.sc-radio-label{color:var(--color-text-primary);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.sc-radio-label input[type=radio]{accent-color:var(--color-accent);cursor:pointer}.sc-section-label{color:var(--color-text-secondary);margin:0;font-size:13px;font-weight:600}.sc-notes-store-header{border:1px solid var(--color-border);background:#ffffff08;border-radius:8px;flex-direction:column;gap:2px;padding:10px 14px;font-size:13px;display:flex}.sc-notes-total{color:var(--color-text-muted);margin-top:4px;font-size:11px}.sc-notes-list{flex-direction:column;gap:10px;display:flex}.sc-note-card{border:1px solid var(--color-border);background:#ffffff08;border-radius:8px;padding:12px 14px}.sc-note-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.sc-note-date{color:var(--color-text-muted);font-size:11px;font-weight:500}.sc-note-by{color:var(--color-text-muted);font-size:11px}.sc-note-tag{color:var(--color-accent);background:#e07a3026;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:600}.sc-note-tag--visit{color:#60a5fa;background:#3b82f626}.sc-note-tag--sample{color:#c084fc;background:#a855f726}.sc-note-tag--delivery{color:#4ade80;background:#22c55e26}.sc-note-tag--payment{color:#fbbf24;background:#fbbf2426}.sc-note-content{color:var(--color-text-primary);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.6}.sc-order-num{color:var(--color-text-muted);font-family:monospace;font-size:.82rem}.sc-orders-total-row{color:var(--color-text-muted);text-align:right;margin:10px 0 0;font-size:.82rem}@media (width<=640px){.sc-card-header{flex-direction:column;align-items:flex-start}.sc-card-actions{flex-wrap:wrap}.sc-page-header{flex-direction:column}}.cp-modal{width:min(760px,96vw);min-width:0}.cp-modal .ap-modal-body{flex-direction:column;gap:0;padding-bottom:0;display:flex;overflow:hidden}.cp-modal .cp-toolbar{flex-shrink:0;padding-bottom:.75rem}.cp-description{color:#374151;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;margin:0 0 1rem;padding:.55rem .85rem;font-size:.82rem;line-height:1.5}.cp-success-banner{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7;border-radius:6px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.82rem;font-weight:600}.cp-toolbar{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.85rem;display:flex}.cp-search{flex:1;min-width:120px}.cp-override-count{color:#92400e;white-space:nowrap;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:.2rem .7rem;font-size:.78rem;font-weight:700}.cp-clear-btn{white-space:nowrap;padding:.3rem .7rem;font-size:.78rem}.cp-sku-list{-webkit-overflow-scrolling:touch;border:1px solid #d1d5db;border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.cp-sku-row{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:.75rem;padding:.45rem .85rem;transition:background .1s;display:flex}.cp-sku-row:last-child{border-bottom:none}.cp-sku-row:nth-child(2n){background:#f8f9ff}.cp-sku-row:hover{background:#eff6ff}.cp-sku-row--overridden{border-left:3px solid #ea580c;background:#fff7ed!important}.cp-sku-label{color:#111827;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.85rem;font-weight:500;overflow:hidden}.cp-sku-std{color:#6b7280;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;font-size:.82rem}.cp-price-input{text-align:right;color:#111827;font-variant-numeric:tabular-nums;background:#fff;border:1px solid #d1d5db;border-radius:6px;flex-shrink:0;width:96px;padding:.28rem .55rem;font-size:.84rem;transition:border-color .15s,box-shadow .15s}.cp-price-input::placeholder{color:#9ca3af;font-style:italic}.cp-price-input:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 2px #f973162e}.cp-price-input:not(:placeholder-shown){color:#92400e;background:#fff7ed;border-color:#ea580c;font-weight:600}@media (width<=420px){.cp-sku-label{white-space:normal;font-size:.82rem}.cp-price-input{width:80px}}.sc-icon-btn--pricing{color:#f97316}.sc-icon-btn--pricing:hover{color:#ea580c;background:#fff7ed}.sc-icon-btn--credit{color:#16a34a}.sc-icon-btn--credit:hover{color:#15803d;background:#f0fdf4;border-color:#86efac}.sc-credit-modal{flex-direction:column;max-height:90vh;display:flex}.sc-credit-modal .ap-modal-body{flex:1;padding-bottom:0;overflow-y:auto}.sc-credit-balance-tile{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.sc-credit-balance-label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.sc-credit-balance-amount{color:#15803d;font-size:1.6rem;font-weight:700;line-height:1}.sc-credit-balance-amount--zero{color:#9ca3af}.sc-credit-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:.6rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.sc-credit-form-title{color:#374151;margin:0 0 .25rem;font-size:.82rem;font-weight:600}.sc-credit-form-row{flex-wrap:wrap;align-items:flex-end;gap:.6rem;display:flex}.sc-credit-form-field{flex-direction:column;gap:.25rem;display:flex}.sc-credit-form-field label{color:#6b7280;font-size:.75rem;font-weight:600}.sc-credit-type-select{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:5px;padding:.35rem .6rem;font-size:.82rem}.sc-credit-amount-input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:5px;width:100px;padding:.35rem .6rem;font-size:.82rem}.sc-credit-note-input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:5px;flex:1;min-width:160px;padding:.35rem .6rem;font-size:.82rem}.sc-credit-amount-input:focus,.sc-credit-note-input:focus,.sc-credit-type-select:focus{border-color:#16a34a;outline:none;box-shadow:0 0 0 2px #16a34a26}.sc-credit-submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:5px;align-self:flex-end;padding:.35rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s}.sc-credit-submit-btn:hover:not(:disabled){background:#15803d}.sc-credit-submit-btn:disabled{opacity:.55;cursor:not-allowed}.sc-credit-error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:.5rem;padding:.4rem .75rem;font-size:.82rem}.sc-credit-success{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7;border-radius:6px;margin-bottom:.5rem;padding:.4rem .75rem;font-size:.82rem}.sc-credit-history-title{color:#374151;margin:0 0 .5rem;font-size:.82rem;font-weight:600}.sc-credit-table-wrap{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;overflow-x:auto}.sc-credit-table{border-collapse:collapse;width:100%;font-size:.82rem}.sc-credit-th{text-align:left;color:#374151;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.45rem .75rem;font-weight:600}.sc-credit-th--amount{text-align:right}.sc-credit-row:nth-child(2n){background:#f9fafb}.sc-credit-row:hover{background:#f3f4f6}.sc-credit-td{color:#374151;border-bottom:1px solid #f3f4f6;padding:.4rem .75rem}.sc-credit-td--amount{text-align:right;white-space:nowrap;font-weight:600}.sc-credit-td--amount-add{color:#16a34a}.sc-credit-td--amount-use{color:#dc2626}.sc-credit-td--amount-remove{color:#d97706}.sc-credit-type-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.sc-credit-type-badge--add{color:#15803d;background:#dcfce7}.sc-credit-type-badge--use{color:#b91c1c;background:#fee2e2}.sc-credit-type-badge--remove{color:#92400e;background:#fef3c7}.sc-credit-empty{text-align:center;color:#9ca3af;padding:1.5rem;font-size:.82rem}.sc-icon-btn--followup{color:#6b7280}.sc-icon-btn--followup:hover{color:#f59e0b;background:#fffbeb}.sc-icon-btn--followup-active{color:#d97706!important;background:#fef3c7!important}.sc-icon-btn--followup-active:hover{color:#b45309!important;background:#fde68a!important}.sc-fu-indicator{color:#d97706;align-items:center;gap:5px;padding:4px 0 2px;font-size:11px;font-weight:500;display:flex}.sc-fu-indicator svg{flex-shrink:0}.sc-fu-modal{flex-direction:column;max-height:90vh;display:flex;overflow-y:auto}.sc-fu-status-banner{border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:13px}.sc-fu-status-banner--open{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.sc-fu-status-banner--none{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb}.sc-fu-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:14px}.sc-fu-form-title{color:#374151;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:12px;font-weight:600}.sc-fu-form-row{flex-wrap:wrap;gap:10px;margin-bottom:8px;display:flex}.sc-fu-form-field{flex-direction:column;gap:4px;min-width:120px;display:flex}.sc-fu-form-field label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.sc-fu-input,.sc-fu-select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:5px;outline:none;height:32px;padding:0 8px;font-size:13px}.sc-fu-input:focus,.sc-fu-select:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11f}.sc-fu-textarea{color:#111827;resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:5px;outline:none;width:100%;padding:8px;font-size:13px}.sc-fu-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11f}.sc-fu-form-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.ap-btn--danger{color:#fff;background:#ef4444;border:none}.ap-btn--danger:hover:not(:disabled){background:#dc2626}.sc-fu-history-table-wrap{margin-top:6px;overflow-x:auto}.sc-header-actions{align-items:center;gap:.5rem;display:flex}.sc-select-circle{cursor:pointer;color:#fff;z-index:2;background:#fff;border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:11px;font-weight:700;line-height:1;transition:border-color .15s,background .15s;display:flex;position:absolute;top:8px;left:8px}.sc-select-circle:hover{border-color:#6366f1}.sc-select-circle--active{background:#6366f1;border-color:#6366f1}.sc-card--selected{outline-offset:-2px;outline:2px solid #6366f1}.sc-card{position:relative}.ap-modal--sm{width:100%;max-width:420px}.sc-card-credit-ledger{background:#f8f6f0;border:1px solid #e8e0d0;border-radius:6px;margin:8px 0 4px;padding:10px 12px;font-size:13px}.sc-card-credit-header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sc-card-credit-header--clickable{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;margin:-2px -4px;padding:2px 4px;transition:background .12s}.sc-card-credit-header--clickable:hover{background:#0000000a}.sc-card-credit-chevron{color:#94a3b8;flex-shrink:0;margin-left:2px;font-size:9px}.sc-card-credit-title{color:#1a2340;flex:1;align-items:center;gap:5px;min-width:120px;font-weight:700;display:flex}.sc-card-credit-balance{align-items:center;gap:4px;display:flex}.sc-card-credit-balance-label{color:#1a7a3a;font-weight:700}.sc-card-credit-balance-amount{color:#888;font-weight:700}.sc-card-credit-balance-amount--positive{color:#1a7a3a}.sc-card-credit-add-btn{color:#e07b00;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:2px 4px;font-size:12px;font-weight:600}.sc-card-credit-add-btn:hover{text-decoration:underline}.sc-card-credit-last-entry{border-top:1px solid #e8e0d0;justify-content:space-between;align-items:flex-start;gap:8px;margin-top:6px;padding-top:6px;display:flex}.sc-card-credit-last-left{flex-direction:column;flex:1;gap:2px;display:flex}.sc-card-credit-last-note{color:#333;font-size:13px}.sc-card-credit-last-meta{color:#888;font-size:11px}.sc-card-credit-last-right{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.sc-card-credit-last-amount{font-size:13px;font-weight:700}.sc-card-credit-last-amount--add{color:#1a7a3a}.sc-card-credit-last-amount--use,.sc-card-credit-last-amount--remove{color:#c0392b}.sc-card-credit-last-bal{color:#888;font-size:11px}.sc-acct-strip{border:1px solid var(--color-border);cursor:pointer;background:#ffffff08;border-radius:6px;justify-content:space-between;align-items:center;margin:6px 0 2px;padding:7px 12px;transition:background .15s;display:flex}.sc-acct-strip:hover{background:#ffffff0f}.sc-acct-strip-left{align-items:center;gap:7px;display:flex}.sc-acct-status-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.sc-acct-label{color:var(--color-text-muted);font-size:12px;font-weight:500}.sc-acct-badge{text-transform:uppercase;letter-spacing:.4px;border:1px solid;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.sc-acct-strip-right{align-items:center;gap:8px;display:flex}.sc-acct-amount{font-size:13px;font-weight:700}.sc-acct-inv-count{color:var(--color-text-muted);font-size:11px}.sc-acct-modal-summary{border-bottom:1px solid var(--color-border);background:#ffffff08;display:flex}.sc-acct-modal-summary-item{border-right:1px solid var(--color-border);flex-direction:column;flex:1;align-items:center;padding:12px 8px;display:flex}.sc-acct-modal-summary-item:last-child{border-right:none}.sc-acct-modal-summary-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px;font-weight:500}.sc-acct-modal-summary-value{color:var(--color-text-primary);font-size:16px;font-weight:700}.sc-acct-modal-summary-value--paid{color:#22c55e}.sc-acct-modal-summary-badge{letter-spacing:.5px;border:2px solid;border-radius:5px;padding:3px 10px;font-size:12px;font-weight:700}.sc-inv-row:hover{background:#ffffff0a}.sc-credit-pill{color:#888;cursor:pointer;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:12px;align-items:center;gap:4px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600;transition:opacity .15s;display:inline-flex}.sc-credit-pill--positive{color:#4caf50;background:#1a3a1f;border-color:#2e6b35}.sc-credit-pill:hover{opacity:.75}.ap-btn--owes{color:#c2410c;cursor:pointer;white-space:nowrap;background:#fff7ed;border:1.5px solid #fed7aa;border-radius:6px;padding:.35rem .85rem;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s}.ap-btn--owes:hover{background:#ffedd5;border-color:#fb923c}.ap-btn--owes-active{color:#fff;background:#ef4444;border-color:#dc2626}.ap-btn--owes-active:hover{background:#dc2626;border-color:#b91c1c}.sc-owes-banner{background:#fff7ed;border:1.5px solid #fed7aa;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.55rem 1rem;font-size:.84rem;display:flex}.sc-owes-banner-label{color:#92400e;font-weight:500}.sc-owes-banner-total{color:#dc2626;font-size:.9rem;font-weight:700}.sc-inv-row--clickable:hover td{background:#f0fdf4}.sc-inv-detail-overlay{z-index:1100}.sc-inv-detail-modal{flex-direction:column;max-height:88vh;display:flex}.sc-inv-detail-modal .ap-modal-body{flex:1;padding-bottom:0;overflow-y:auto}.sc-inv-detail-meta{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:1rem 2rem;margin-bottom:.25rem;padding:.75rem 0 .5rem;display:flex}.sc-inv-detail-meta-item{flex-direction:column;gap:2px;display:flex}.sc-inv-detail-meta-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-size:.72rem;font-weight:600}.sc-inv-detail-meta-value{color:#1e293b;font-size:.88rem;font-weight:500}.sc-inv-detail-desc{color:#334155;max-width:380px;font-size:.84rem}.sc-inv-detail-totals{border-top:1px solid #e5e7eb;flex-direction:column;align-items:flex-end;gap:4px;margin-top:1rem;padding-top:.5rem;display:flex}.sc-inv-detail-totals-row{color:#475569;justify-content:space-between;gap:2rem;min-width:200px;font-size:.84rem;display:flex}.sc-inv-detail-totals-row--total{color:#1e293b;border-top:1px solid #e5e7eb;margin-top:2px;padding-top:4px;font-size:.92rem;font-weight:700}.sc-inv-detail-totals-row--balance{color:#ef4444;font-size:.92rem;font-weight:700}.sc-inv-detail-notes{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:1rem;padding:.65rem .85rem}.sc-inv-detail-notes-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.sc-inv-detail-notes-text{color:#475569;white-space:pre-wrap;margin:0;font-size:.84rem;line-height:1.5}.ap-btn--pay-sm{color:#fff;cursor:pointer;white-space:nowrap;background:#22c55e;border:none;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:background .15s}.ap-btn--pay-sm:hover{background:#16a34a}.sc-pay-overlay{z-index:1100}.sc-pay-modal{width:100%;max-width:460px}.sc-pay-body{padding:20px 24px}.sc-pay-inv-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 16px;display:flex}.sc-pay-inv-num{color:#1e293b;font-family:monospace;font-size:14px;font-weight:700}.sc-pay-inv-bal{color:#475569;font-size:13px}.sc-pay-form{flex-direction:column;gap:14px;display:flex}.sc-pay-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:5px;font-size:12px;font-weight:600;display:flex}.sc-pay-input{font-size:18px;font-weight:700}.sc-pay-pin{letter-spacing:.3em;max-width:140px;font-size:18px}.sc-pay-submit{min-width:200px}.sc-pay-toast{color:#fff;z-index:2000;cursor:pointer;background:#22c55e;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;animation:.25s sc-toast-in;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000002e}@keyframes sc-toast-in{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.aob-root{flex-direction:column;gap:16px;min-height:0;display:flex}.aob-label{letter-spacing:.07em;text-transform:uppercase;color:var(--color-text-muted,#8a9daa);margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.aob-store-section,.aob-store-search-wrap{position:relative}.aob-store-input{background:var(--color-surface-raised,#fffdf5);border:1px solid var(--color-border,#d4c98a);width:100%;color:var(--color-text-primary,#003049);box-sizing:border-box;border-radius:6px;outline:none;padding:8px 12px;font-size:.88rem;transition:border-color .15s}.aob-store-input:focus{border-color:var(--color-accent,#e07a30)}.aob-store-spinner{color:var(--color-text-muted,#8a9daa);font-size:.8rem;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.aob-store-dropdown{background:var(--color-surface-raised,#fffdf5);border:1px solid var(--color-border,#d4c98a);z-index:100;border-radius:6px;max-height:220px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00304926}.aob-store-option{cursor:pointer;flex-direction:column;padding:8px 12px;transition:background .12s;display:flex}.aob-store-option:hover{background:var(--color-surface-hover,#f5edd1)}.aob-store-option-name{color:var(--color-text-primary,#003049);font-size:.85rem;font-weight:600}.aob-store-option-city{color:var(--color-text-secondary,#4a6274);font-size:.75rem}.aob-store-selected{color:var(--color-green,#16a34a);margin-top:6px;font-size:.8rem;font-weight:600}.aob-store-addr{color:var(--color-text-secondary,#4a6274);font-weight:400}.aob-store-banner{background:var(--color-surface-raised,#fffdf5);border:1px solid var(--color-border,#d4c98a);border-left:3px solid var(--color-accent,#e07a30);border-radius:6px;flex-direction:column;gap:2px;padding:10px 14px;display:flex}.aob-store-banner-name{color:var(--color-text-primary,#003049);font-size:.92rem;font-weight:700}.aob-store-banner-addr{color:var(--color-text-secondary,#4a6274);font-size:.78rem}.aob-type-row{align-items:center;gap:12px;display:flex}.aob-type-row .aob-label{white-space:nowrap;margin-bottom:0}.aob-type-btns{gap:4px;display:flex}.aob-type-btn{border:1px solid var(--color-border,#d4c98a);background:var(--color-surface-raised,#fffdf5);color:var(--color-text-secondary,#4a6274);cursor:pointer;border-radius:5px;padding:5px 14px;font-size:.78rem;font-weight:600;transition:all .15s}.aob-type-btn:hover{border-color:var(--color-accent,#e07a30);color:var(--color-text-primary,#003049)}.aob-type-btn--active{background:var(--color-accent,#e07a30);border-color:var(--color-accent,#e07a30);color:#fff}.aob-layout{grid-template-columns:1fr 300px;align-items:start;gap:16px;min-height:0;display:grid}@media (width<=640px){.aob-layout{grid-template-columns:1fr}.aob-layout>.aob-order-panel{display:none}.aob-root{padding-bottom:80px}}.aob-catalog{flex-direction:column;gap:10px;min-height:0;display:flex}.aob-loading,.aob-empty{text-align:center;color:var(--color-text-muted,#8a9daa);padding:40px 20px;font-size:.85rem}.aob-line-tabs{border-bottom:2px solid var(--color-border,#d4c98a);flex-wrap:wrap;gap:4px;margin-bottom:8px;padding-bottom:0;display:flex}.aob-line-tab{color:var(--color-text-secondary,#4a6274);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:4px 4px 0 0;margin-bottom:-2px;padding:7px 16px;font-size:.8rem;font-weight:600;transition:color .15s,border-color .15s}.aob-line-tab:hover{color:var(--color-text-primary,#003049);background:var(--color-surface-hover,#f5edd1)}.aob-line-tab--active{color:var(--color-accent,#e07a30);border-bottom-color:var(--color-accent,#e07a30);background:0 0}.aob-card{background:var(--color-surface-raised,#fffdf5);border:1px solid var(--color-border,#d4c98a);border-radius:6px;overflow:hidden}.aob-card__header{background:var(--color-surface-hover,#f5edd1);border-bottom:1px solid var(--color-border,#d4c98a);align-items:baseline;gap:10px;padding:8px 14px 7px;display:flex}.aob-card__line-name{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent,#e07a30);font-size:.65rem;font-weight:700}.aob-card__product-name{color:var(--color-text-primary,#003049);font-size:.88rem;font-weight:700}.aob-card__row{border-bottom:1px solid var(--color-border-subtle,#e0d9a8);flex-wrap:wrap;align-items:center;gap:10px;padding:8px 14px;display:flex}.aob-card__row:last-child{border-bottom:none}.aob-card__type-label{color:var(--color-text-secondary,#4a6274);text-transform:capitalize;min-width:56px;font-size:.75rem;font-weight:600}.aob-card__price-block{flex:1;align-items:baseline;gap:6px;display:flex}.aob-card__price{color:var(--color-text-primary,#003049);font-size:.9rem;font-weight:700}.aob-card__price--discount{color:var(--color-green,#16a34a)}.aob-card__price--original{color:var(--color-text-muted,#8a9daa);font-size:.75rem;font-weight:400;text-decoration:line-through}.aob-card__per{color:var(--color-text-muted,#8a9daa);font-size:.7rem}.aob-add-btn{background:var(--color-accent,#e07a30);color:#fff;cursor:pointer;border:none;border-radius:5px;flex-shrink:0;padding:5px 12px;font-size:.75rem;font-weight:600;transition:opacity .15s}.aob-add-btn:hover{opacity:.85}.aob-stepper{flex-shrink:0;align-items:center;gap:4px;display:flex}.aob-stepper__btn{border:1px solid var(--color-border,#d4c98a);background:var(--color-surface-hover,#f5edd1);width:28px;height:28px;color:var(--color-text-primary,#003049);cursor:pointer;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:border-color .12s,background .12s;display:flex}.aob-stepper__btn:hover{border-color:var(--color-accent,#e07a30);background:var(--color-accent-muted,#e07a3026)}.aob-stepper__qty{color:var(--color-accent,#e07a30);text-align:center;min-width:22px;font-size:.88rem;font-weight:700}.aob-order-panel{background:var(--color-surface-raised,#fffdf5);border:1px solid var(--color-border,#d4c98a);border-radius:6px;flex-direction:column;display:flex;position:sticky;top:16px}.aob-order-panel__head{border-bottom:1px solid var(--color-border,#d4c98a);padding:12px 14px}.aob-order-panel__title{letter-spacing:.07em;text-transform:uppercase;color:var(--color-text-primary,#003049);font-size:.72rem;font-weight:700}.aob-order-panel__items{max-height:260px;overflow-y:auto}.aob-order-panel__empty{text-align:center;color:var(--color-text-muted,#8a9daa);padding:20px 14px;font-size:.8rem}.aob-order-panel__section{border-top:1px solid var(--color-border,#d4c98a);padding:10px 14px}.aob-cart-item{border-bottom:1px solid var(--color-border-subtle,#e0d9a8);justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;display:flex}.aob-cart-item:last-child{border-bottom:none}.aob-cart-item__info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.aob-cart-item__label{color:var(--color-text-primary,#003049);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.aob-cart-item__line{color:var(--color-text-secondary,#4a6274);font-size:.68rem}.aob-cart-item__controls{flex-shrink:0;align-items:center;gap:5px;display:flex}.aob-qty-btn{border:1px solid var(--color-border,#d4c98a);background:var(--color-surface-hover,#f5edd1);width:22px;height:22px;color:var(--color-text-primary,#003049);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;font-size:.85rem;transition:border-color .12s;display:flex}.aob-qty-btn:hover{border-color:var(--color-accent,#e07a30)}.aob-qty-val{color:var(--color-text-primary,#003049);text-align:center;min-width:18px;font-size:.82rem;font-weight:700}.aob-cart-item__total{color:var(--color-accent,#e07a30);text-align:right;min-width:52px;font-size:.8rem;font-weight:700}.aob-delivery-row{align-items:center;gap:10px;margin-bottom:6px;display:flex}.aob-delivery-row .aob-label{margin-bottom:0}.aob-date-input{background:var(--color-surface-raised,#fffdf5);border:1px solid var(--color-border,#d4c98a);width:100%;color:var(--color-text-primary,#003049);box-sizing:border-box;border-radius:5px;outline:none;padding:7px 10px;font-size:.82rem}.aob-date-input:focus{border-color:var(--color-accent,#e07a30)}.aob-notes{background:var(--color-surface-raised,#fffdf5);border:1px solid var(--color-border,#d4c98a);width:100%;color:var(--color-text-primary,#003049);resize:vertical;box-sizing:border-box;border-radius:5px;outline:none;padding:7px 10px;font-family:inherit;font-size:.82rem}.aob-notes::placeholder{color:var(--color-text-muted,#8a9daa)}.aob-notes:focus{border-color:var(--color-accent,#e07a30)}.aob-order-panel__total{border-top:1px solid var(--color-border,#d4c98a);color:var(--color-text-secondary,#4a6274);justify-content:space-between;align-items:center;padding:10px 14px;font-size:.82rem;font-weight:600;display:flex}.aob-total-value{color:var(--color-accent,#e07a30);font-size:1rem;font-weight:700}.aob-error{color:var(--color-red,#dc2626);background:#dc262614;border:1px solid #dc262640;border-radius:5px;margin:0 14px;padding:8px 12px;font-size:.78rem}.aob-order-panel__actions{border-top:1px solid var(--color-border,#d4c98a);gap:8px;padding:12px 14px;display:flex}.aob-cancel-btn{border:1px solid var(--color-border,#d4c98a);color:var(--color-text-secondary,#4a6274);cursor:pointer;background:0 0;border-radius:5px;flex:1;padding:8px;font-size:.82rem;font-weight:600;transition:border-color .15s,color .15s}.aob-cancel-btn:hover:not(:disabled){border-color:var(--color-text-secondary,#4a6274);color:var(--color-text-primary,#003049)}.aob-submit-btn{background:var(--color-accent,#e07a30);color:#fff;cursor:pointer;border:none;border-radius:5px;flex:2;padding:8px;font-size:.82rem;font-weight:700;transition:opacity .15s}.aob-submit-btn:hover:not(:disabled){opacity:.88}.aob-submit-btn:disabled,.aob-cancel-btn:disabled{opacity:.45;cursor:not-allowed}.aob-cart-footer{display:none}@media (width<=640px){.aob-cart-footer{z-index:200;background:var(--color-surface-raised,#fffdf5);border-top:2px solid var(--color-border,#d4c98a);border-radius:12px 12px 0 0;flex-direction:column;max-height:55vh;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 20px #0030492e}.aob-cart-footer--collapsed{max-height:56px;overflow:hidden}}.aob-cart-footer__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--color-border,#d4c98a);background:var(--color-surface-hover,#f5edd1);border-radius:12px 12px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.aob-cart-footer__toggle-left{align-items:center;gap:8px;display:flex}.aob-cart-footer__title{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-primary,#003049);font-size:.78rem;font-weight:700}.aob-cart-footer__count{background:var(--color-accent,#e07a30);color:#fff;border-radius:10px;padding:1px 7px;font-size:.72rem;font-weight:700}.aob-cart-footer__total-preview{color:var(--color-accent,#e07a30);font-size:.9rem;font-weight:700}.aob-cart-footer__chevron{color:var(--color-text-muted,#8a9daa);font-size:.7rem;transition:transform .2s}.aob-cart-footer__chevron--up{transform:rotate(180deg)}.aob-catalog-spacer{display:none}@media (width<=640px){.aob-catalog-spacer{height:100px;display:block}}.pm-page{min-height:100%;padding:24px}.pm-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.pm-title{color:var(--color-white);align-items:center;gap:10px;margin:0;font-size:20px;font-weight:700;display:flex}.pm-title-icon{font-size:22px}.pm-btn-add-line{background:var(--color-accent,#e07a30);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:opacity .15s}.pm-btn-add-line:hover{opacity:.85}.pm-loading,.pm-error{text-align:center;color:var(--color-text-muted);padding:40px;font-size:14px}.pm-error{color:var(--color-red)}.pm-line-block{background:var(--color-surface,#1a1a2e);border:1px solid var(--color-border,#2a2a3e);border-radius:8px;margin-bottom:16px;overflow:hidden}.pm-line-header{background:var(--color-accent,#e07a30);justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.pm-line-header-left{align-items:center;gap:8px;display:flex}.pm-line-name{color:#fff;letter-spacing:-.01em;font-size:15px;font-weight:700}.pm-line-header-actions{gap:4px;display:flex}.pm-btn-edit-line,.pm-btn-delete-line{cursor:pointer;background:#ffffff26;border:none;border-radius:4px;padding:3px 7px;font-size:13px;line-height:1.4;transition:background .15s}.pm-btn-edit-line:hover{background:#ffffff4d}.pm-btn-delete-line:hover{background:#ef444473}.pm-btn-add-item{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff2e;border:1px solid #ffffff59;border-radius:5px;padding:5px 12px;font-size:12px;font-weight:600;transition:background .15s}.pm-btn-add-item:hover{background:#ffffff4d}.pm-line-order-arrows{flex-direction:column;gap:1px;display:flex}.pm-line-arrow-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:3px;padding:2px 5px;font-size:9px;line-height:1;transition:background .15s}.pm-line-arrow-btn:hover:not(:disabled){background:#ffffff59}.pm-line-arrow-btn:disabled{opacity:.3;cursor:default}.pm-line-body{overflow-x:auto}.pm-empty{color:var(--color-text-muted,#888);padding:20px 16px;font-size:13px;font-style:italic}.pm-table{border-collapse:collapse;width:100%;font-size:13px}.pm-table thead tr{background:var(--color-surface-hover);border-bottom:1px solid var(--color-border,#d4c98a)}.pm-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted,#888);white-space:nowrap;padding:8px 12px;font-size:11px;font-weight:700}.pm-table tbody tr{border-bottom:1px solid var(--color-border,#2a2a3e);transition:background .1s}.pm-table tbody tr:last-child{border-bottom:none}.pm-table tbody tr:hover{background:var(--color-surface-hover)}.pm-table td{color:var(--color-text-secondary,#ccc);vertical-align:middle;padding:9px 12px}.pm-th-order{width:52px;min-width:52px}.pm-th-name{min-width:160px}.pm-th-images{width:140px;min-width:120px}.pm-th-price,.pm-th-discount{min-width:90px}.pm-th-actions{min-width:110px}.pm-td-name{color:var(--color-white,#fff);font-weight:600}.pm-td-price{color:var(--color-accent,#e07a30);font-weight:600}.pm-td-discount{color:var(--color-text-muted,#888)}.pm-td-discount.pm-discount-active{color:var(--color-green);font-weight:600}.pm-td-actions{align-items:center;gap:6px;display:flex}.pm-td-order{width:52px;padding:4px 8px!important}.pm-order-arrows{flex-direction:column;align-items:center;gap:2px;display:flex}.pm-arrow-btn{background:var(--color-surface-raised,#ffffff0f);border:1px solid var(--color-border,#ffffff1f);color:var(--color-text-muted,#aaa);cursor:pointer;text-align:center;border-radius:3px;width:26px;padding:3px 6px;font-size:9px;line-height:1;transition:background .15s,color .15s}.pm-arrow-btn:hover:not(:disabled){background:var(--color-accent,#e07a30);color:#fff;border-color:var(--color-accent,#e07a30)}.pm-arrow-btn:disabled{opacity:.2;cursor:default}.pm-td-images{padding:6px 8px!important}.pm-images-cell{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.pm-image-thumb-wrap{cursor:pointer;border-radius:4px;flex-shrink:0;width:36px;height:36px;position:relative;overflow:hidden}.pm-image-thumb{object-fit:cover;border:1px solid var(--color-border,#ffffff1f);border-radius:4px;width:36px;height:36px;display:block}.pm-image-remove{color:#fff;opacity:0;cursor:pointer;background:#dc2626bf;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;transition:opacity .15s;display:flex;position:absolute;inset:0}.pm-image-thumb-wrap:hover .pm-image-remove{opacity:1}.pm-image-upload-placeholder{border:1.5px dashed var(--color-border,#ffffff40);width:36px;height:36px;color:var(--color-text-muted,#888);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:border-color .15s,color .15s,background .15s;display:flex}.pm-image-upload-placeholder:hover:not(:disabled){border-color:var(--color-accent,#e07a30);color:var(--color-accent,#e07a30);background:#e07a300f}.pm-image-upload-placeholder:disabled{opacity:.5;cursor:default}.pm-image-uploading{color:var(--color-accent,#e07a30);font-size:14px;font-weight:700}.pm-btn-edit{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:15px;line-height:1;transition:background .1s}.pm-btn-edit:hover{background:var(--color-surface-hover)}.pm-btn-delete{color:var(--color-red);cursor:pointer;background:0 0;border:1px solid #dc262666;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600;transition:background .15s}.pm-btn-delete:hover{background:var(--color-red-muted)}.pm-modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.pm-modal{background:var(--color-surface,#1a1a2e);border:1px solid var(--color-border,#2a2a3e);border-radius:10px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;overflow:hidden}.pm-modal--sm{max-width:420px}.pm-modal-header{border-bottom:1px solid var(--color-border,#2a2a3e);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.pm-modal-title{color:var(--color-white,#fff);margin:0;font-size:15px;font-weight:700}.pm-modal-close{color:var(--color-text-muted,#888);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:18px;transition:color .15s}.pm-modal-close:hover{color:var(--color-white,#fff)}.pm-modal-body{flex:1;padding:20px;overflow-y:auto}.pm-modal-footer{border-top:1px solid var(--color-border,#2a2a3e);flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:14px 20px;display:flex}.pm-form{flex-direction:column;gap:14px;display:flex}.pm-form-row{flex-direction:column;gap:5px;display:flex}.pm-form-row--2col{flex-direction:row;gap:12px}.pm-form-row--2col>div{flex-direction:column;flex:1;gap:5px;display:flex}.pm-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted,#888);font-size:11px;font-weight:700}.pm-input{background:var(--color-surface-raised);border:1px solid var(--color-border,#d4c98a);color:var(--color-text-primary);box-sizing:border-box;border-radius:6px;width:100%;padding:8px 10px;font-size:13px;transition:border-color .15s}.pm-input:focus{border-color:var(--color-accent,#e07a30);outline:none}.pm-input::placeholder{color:var(--color-text-muted,#888)}.pm-select{cursor:pointer;appearance:auto}.pm-textarea{resize:vertical;min-height:60px;font-family:inherit}.pm-input--sm{max-width:100px}.pm-hint{color:var(--color-text-muted,#888);margin:2px 0 0;font-size:11px;font-style:italic}.pm-form-types,.pm-form-variants{flex-direction:column;gap:12px;display:flex}.pm-form-type-group{background:var(--color-surface-raised);border:1px solid var(--color-border,#d4c98a);border-radius:6px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.pm-form-type-label{color:var(--color-accent,#e07a30);letter-spacing:.04em;font-size:12px;font-weight:700}.pm-form-error{background:var(--color-red-muted);color:var(--color-red);border:1px solid #dc26264d;border-radius:6px;margin-top:10px;padding:8px 12px;font-size:12px}.pm-confirm-text{color:var(--color-text-secondary,#ccc);margin:0;font-size:14px;line-height:1.5}.pm-confirm-text strong{color:var(--color-white,#fff)}.pm-btn-cancel{border:1px solid var(--color-border,#2a2a3e);color:var(--color-text-secondary,#ccc);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px;font-size:13px;transition:border-color .15s}.pm-btn-cancel:hover{border-color:var(--color-text-muted,#888)}.pm-btn-save{background:var(--color-accent,#e07a30);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 18px;font-size:13px;font-weight:600;transition:opacity .15s}.pm-btn-save:hover{opacity:.85}.pm-btn-save:disabled{opacity:.5;cursor:not-allowed}.pm-btn-delete-confirm{background:var(--color-red);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 18px;font-size:13px;font-weight:600;transition:opacity .15s}.pm-btn-delete-confirm:hover{opacity:.85}.pm-btn-delete-confirm:disabled{opacity:.5;cursor:not-allowed}.pm-form-section-header{color:var(--color-text,#333);text-transform:uppercase;letter-spacing:.04em;border-top:1px solid var(--color-border,#e5e5e5);justify-content:space-between;align-items:center;margin-top:8px;padding:12px 0 6px;font-size:13px;font-weight:700;display:flex}.pm-btn-add-field{border:1px solid var(--color-accent,#e07a30);color:var(--color-accent,#e07a30);cursor:pointer;background:0 0;border-radius:5px;padding:3px 10px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.pm-btn-add-field:hover{background:var(--color-accent,#e07a30);color:#fff}.pm-custom-fields-empty{color:var(--color-text-muted,#888);margin:0;padding:6px 0 4px;font-size:12px}.pm-custom-field-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.pm-custom-field-input{flex:1}.pm-btn-remove-field{border:1px solid var(--color-red,#d9534f);color:var(--color-red,#d9534f);cursor:pointer;white-space:nowrap;background:0 0;border-radius:5px;padding:4px 10px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.pm-btn-remove-field:hover{background:var(--color-red,#d9534f);color:#fff}@media (width<=640px){.pm-page{padding:12px 10px}.pm-title{display:none}.pm-header{margin-bottom:12px}.pm-btn-add-line{text-align:center;border-radius:8px;width:100%;padding:10px 16px;font-size:14px}.pm-line-header{flex-wrap:wrap;gap:6px;padding:8px 12px}.pm-line-header-left{flex:100%;gap:6px;min-width:0}.pm-line-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;overflow:hidden}.pm-btn-add-item{text-align:center;border-radius:6px;flex:100%;width:100%;padding:7px 12px;font-size:13px}.pm-table thead{display:none}.pm-table,.pm-table tbody,.pm-table tr{width:100%;display:block}.pm-table tbody tr{color:#003049;background:#fffdf5;border:1px solid #d4c98a;border-radius:6px;margin:6px 0;padding:10px 12px}.pm-table tbody tr:hover{background:#f5edd1}.pm-table td{border:none;padding:0;display:none!important}.pm-table td.pm-td-name{color:#003049;margin-bottom:6px;font-size:15px;font-weight:700;padding:0!important;display:block!important}.pm-table td.pm-td-images{margin-bottom:8px;padding:0!important;display:block!important}.pm-table td.pm-td-images .pm-images-cell{flex-wrap:nowrap;overflow-x:auto}.pm-table td.pm-td-price{color:var(--color-accent,#e07a30);margin-right:8px;font-size:14px;font-weight:700;padding:0!important;display:inline-block!important}.pm-table td.pm-td-discount{font-size:13px;padding:0!important;display:inline-block!important}.pm-table td.pm-td-actions{border-top:1px solid var(--color-border,#ffffff14);justify-content:flex-end;gap:8px;margin-top:8px;padding:8px 0 0!important;display:flex!important}.pm-table td.pm-td-order{display:none!important}.pm-btn-delete{padding:5px 12px;font-size:12px}.pm-line-body{overflow-x:visible}}.ord-toolbar-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.ord-btn-new-order{background:var(--color-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;flex-shrink:0;padding:9px 20px;font-size:14px;font-weight:600;transition:background .15s}.ord-btn-new-order:hover{background:var(--color-accent-dark)}.ord-rep-filter-wrap{flex:1;min-width:120px}.ord-rep-select{color:#fff;cursor:pointer;appearance:none;background:#c0392b;border:none;border-radius:6px;width:100%;padding:9px 14px;font-size:14px;font-weight:600}.ord-rep-select option{color:var(--color-text-primary);background:#fff}.ord-search{flex:2;min-width:160px}.ord-btn-outline{background:var(--color-surface-raised);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:7px 12px;font-size:13px;font-weight:500;transition:border-color .15s,color .15s;display:flex}.ord-btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent)}.ord-tabs{gap:8px;margin-bottom:0;padding-bottom:0;display:flex}.ord-tab{border:1px solid var(--color-border);cursor:pointer;color:var(--color-text-secondary);background:0 0;border-radius:6px 6px 0 0;padding:9px 28px;font-size:14px;font-weight:600;transition:color .15s,background .15s,border-color .15s}.ord-tab--active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.ord-tab:hover:not(.ord-tab--active){color:var(--color-text-primary);border-color:var(--color-text-muted)}.ord-summary-bar{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);border-top:none;border-radius:0 0 6px 6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:8px 14px;font-size:14px;display:flex}.ord-summary-left{align-items:center;display:flex}.ord-sample-select{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:13px;font-weight:600}.ord-sample-select:focus{outline:none}.ord-summary-counts{align-items:center;gap:4px;display:flex}.ord-summary-counts strong,.ord-summary-samples{color:var(--color-accent)}.ord-summary-sep{color:var(--color-text-muted)}.ord-list{flex-direction:column;gap:10px;display:flex}.ord-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:14px 16px;transition:box-shadow .15s}.ord-card:hover{box-shadow:0 2px 8px #0030491f}.ord-card--order{border-left:4px solid #2563eb}.ord-card--sample{border-left:4px solid #9b59b6}.ord-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.ord-card-left{flex:1;align-items:flex-start;gap:10px;min-width:0;display:flex}.ord-seq-badge{background:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:24px;margin-top:1px;font-size:11px;font-weight:700;display:flex}.ord-store-info{flex:1;min-width:0}.ord-store-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ord-store-name{cursor:pointer;color:var(--color-accent);text-align:left;letter-spacing:.02em;background:0 0;border:none;padding:0;font-size:15px;font-weight:700}.ord-store-name:hover{text-decoration:underline}.ord-badge-sample{color:#fff;letter-spacing:.06em;background:#9b59b6;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.ord-store-addr{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:220px;margin-top:2px;font-size:12px;overflow:hidden}.ord-card-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.ord-action-btns{align-items:center;gap:4px;display:flex}.ord-action-btn{cursor:pointer;color:#fff;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .15s;display:flex}.ord-action-btn:hover{opacity:.85}.ord-action-btn--route{background:#e07a30}.ord-action-btn--invoice{background:#c9a84c}.ord-action-btn--edit{background:#8a9daa}.ord-action-btn--notes{background:#2563eb}.ord-status-badge{letter-spacing:.03em;cursor:pointer;white-space:nowrap;border-radius:5px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.ord-status-arrow{opacity:.8;flex-shrink:0}.ord-status-submitted{background:var(--color-accent);color:#fff}.ord-status-manifested{color:#fff;background:#d97706}.ord-status-routed{color:#fff;background:#2563eb}.ord-status-shipped{background:var(--color-green);color:#fff}.ord-status-cancelled{background:var(--color-red);color:#fff}.ord-status-badge--readonly{cursor:default;pointer-events:none;letter-spacing:.03em;white-space:nowrap;border-radius:5px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.ord-card-body{justify-content:space-between;gap:16px;display:flex}.ord-card-body-left{flex-wrap:wrap;flex:1;align-items:flex-start;gap:4px 24px;display:flex}.ord-card-body-right{text-align:right;flex-shrink:0}.ord-field{color:var(--color-text-secondary);align-items:center;gap:4px;font-size:13px;display:flex}.ord-field-label{color:var(--color-text-primary);font-weight:600}.ord-field--note{color:var(--color-text-primary);flex-wrap:wrap;align-items:flex-start;gap:4px;font-size:15px;font-style:italic}.ord-field--date{gap:6px}.ord-date-picker-placeholder{background:var(--color-surface-raised);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;display:inline-flex}.ord-date-picker-placeholder:hover{border-color:var(--color-accent);color:var(--color-accent)}.ord-amount{color:var(--color-accent);text-align:right;margin-bottom:4px;font-size:14px;font-weight:700}.ord-meta{color:var(--color-text-muted);text-align:right;font-size:12px}.ord-items-section{margin-top:20px}.ord-items-table{margin-top:8px;font-size:13px}.ord-strain{border-radius:3px;padding:1px 6px;font-size:11px;font-weight:600;display:inline-block}.ord-strain-sativa{color:#e67e22;background:#e67e2226}.ord-strain-indica{color:#8e44ad;background:#8e44ad26}.ord-strain-hybrid{color:#27ae60;background:#27ae6026}.ord-totals{border-top:1px solid var(--color-border);flex-direction:column;align-items:flex-end;gap:4px;margin-top:12px;padding-top:10px;display:flex}.ord-total-row{color:var(--color-text-secondary);gap:32px;font-size:13px;display:flex}.ord-total-row span:last-child{text-align:right;min-width:80px}.ord-total-row--final{color:var(--color-accent);border-top:1px solid var(--color-border);margin-top:4px;padding-top:6px;font-size:15px;font-weight:700}@media (width<=768px){.ord-toolbar-row{gap:6px}.ord-btn-new-order{padding:8px 14px;font-size:13px}.ord-card-header{flex-direction:column;align-items:flex-start;gap:8px}.ord-card-right{flex-wrap:wrap;justify-content:flex-start;gap:6px;width:100%}.ord-card-left{width:100%}.ord-store-addr{max-width:100%}.ord-card-body{flex-direction:column}.ord-card-body-right{text-align:left}.ord-amount{text-align:left;font-size:14px}.ord-meta{text-align:left}.ord-action-btns{flex-wrap:wrap;gap:3px}.ord-action-btn{width:30px;height:30px}}.ord-status-wrap{flex-direction:column;align-items:flex-end;display:inline-flex;position:relative}.ord-status-badge{border:none}.ord-status--updating{opacity:.6;cursor:not-allowed}.ord-status-menu{z-index:200;background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;min-width:130px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 16px #00000024}.ord-status-menu-item{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 14px;font-size:13px;font-weight:600;transition:background .12s;display:block}.ord-status-menu-item:hover{background:var(--color-surface-raised)}.ord-status-menu-item--active{background:rgba(var(--color-accent-rgb,230,126,34), .1)}.ord-status-menu-item--submitted{color:var(--color-accent)}.ord-status-menu-item--manifested{color:#d97706}.ord-status-menu-item--shipped{color:var(--color-green,#27ae60)}.ord-status-menu-item--cancelled{color:var(--color-red,#e74c3c)}.ord-date-input{border:1px solid var(--color-accent);color:var(--color-text-primary);background:var(--color-surface);cursor:pointer;border-radius:4px;outline:none;padding:2px 6px;font-size:12px}.ord-date-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #e67e222e}.ord-date--updating{opacity:.6;pointer-events:none}.ord-sample-filter-wrap{align-items:center;display:flex}.ord-sample-select-pill{background:var(--color-accent);color:#fff;cursor:pointer;appearance:none;border:none;border-radius:20px;outline:none;padding:5px 14px;font-size:13px;font-weight:600;transition:background .15s}.ord-sample-select-pill:hover{background:var(--color-accent-dark,#c0621a)}.ord-sample-select-pill option{color:var(--color-text-primary);background:#fff}.ord-pagination-shipped{border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:16px;padding:10px 0;display:flex}.ord-per-page-wrap{align-items:center;gap:6px;display:flex}.ord-per-page-label{color:var(--color-text-secondary);font-size:13px}.ord-per-page-select{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary);cursor:pointer;border-radius:5px;padding:4px 8px;font-size:13px}.ord-page-controls{align-items:center;gap:4px;display:flex}.ord-page-info{color:var(--color-text-muted);font-size:12px}.ord-packing-modal{width:95vw;max-width:700px}.ord-packing-body{padding:8px 0}.ord-packing-header{margin-bottom:14px}.ord-packing-company{color:var(--color-accent);letter-spacing:.02em;font-size:20px;font-weight:700}.ord-packing-title{color:var(--color-text-primary);margin-top:2px;font-size:15px;font-weight:600}.ord-packing-meta{color:var(--color-text-secondary);background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:6px;grid-template-columns:1fr 1fr;gap:4px 24px;margin-bottom:16px;padding:10px 12px;font-size:13px;display:grid}.ord-packing-table{border-collapse:collapse;width:100%;margin-bottom:10px;font-size:13px}.ord-packing-table th,.ord-packing-table td{border:1px solid var(--color-border);text-align:left;padding:6px 10px}.ord-packing-table th{background:var(--color-surface-raised);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.ord-packing-check{text-align:center;color:var(--color-text-muted);font-size:16px}.ord-packing-totals{flex-direction:column;align-items:flex-end;gap:3px;margin-bottom:16px;display:flex}.ord-packing-total-row{color:var(--color-text-secondary);gap:32px;font-size:13px;display:flex}.ord-packing-total-row span:last-child{text-align:right;min-width:80px}.ord-packing-total-row--final{color:var(--color-accent);border-top:1px solid var(--color-border);margin-top:4px;padding-top:6px;font-size:15px;font-weight:700}.ord-packing-signature{border-top:1px solid var(--color-border);gap:48px;margin-top:24px;padding-top:16px;display:flex}.ord-packing-sig-line{color:var(--color-text-muted);border-top:1px solid var(--color-text-primary);min-width:180px;padding-top:4px;font-size:12px}.ord-packing-sample-desc{color:var(--color-text-secondary);background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:6px;margin-bottom:16px;padding:12px;font-size:14px}@media (width<=600px){.ord-pagination-shipped{flex-direction:column;align-items:flex-start}.ord-packing-meta{grid-template-columns:1fr}.ord-packing-signature{flex-direction:column;gap:16px}}.ord-date-filter-bar{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;padding:10px 16px;display:flex}.ord-date-filter-label{color:var(--color-text-secondary,#6b7280);white-space:nowrap;font-size:13px;font-weight:600}.ord-filter-date-input{border:1px solid var(--color-border,#d1d5db);height:34px;color:var(--color-text,#111827);background:var(--color-bg,#f9fafb);cursor:pointer;border-radius:6px;padding:0 10px;font-size:13px;transition:border-color .15s}.ord-filter-date-input:focus{border-color:var(--color-accent,#f97316);background:#fff;outline:none}.ord-btn-filter{background:var(--color-accent,#f97316);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;height:34px;padding:0 16px;font-size:13px;font-weight:600;transition:background .15s,opacity .15s}.ord-btn-filter:hover:not(:disabled){background:#ea6c10}.ord-btn-filter:disabled{opacity:.45;cursor:not-allowed}.ord-btn-clear{color:#fff;cursor:pointer;white-space:nowrap;background:#ef4444;border:none;border-radius:6px;height:34px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s}.ord-btn-clear:hover{background:#dc2626}.ord-date-active-badge{color:#c2410c;white-space:nowrap;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;align-items:center;height:26px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}@media (width<=600px){.ord-date-filter-bar{gap:6px;padding:8px 10px}.ord-filter-date-input,.ord-btn-filter,.ord-btn-clear{height:30px;font-size:12px}}.ord-delivery-modal{width:95vw;max-width:520px}.ord-dlv-store-banner{background:var(--color-surface-raised);border:1px solid var(--color-border);color:var(--color-accent);border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:18px;padding:12px 14px;display:flex}.ord-dlv-store-banner svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.ord-dlv-store-name{color:var(--color-accent);letter-spacing:.02em;font-size:14px;font-weight:700}.ord-dlv-store-addr{color:var(--color-text-secondary);margin-top:2px;font-size:12px}.ord-dlv-disposition-grid{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:6px;grid-template-columns:1fr 1fr;gap:8px 16px;padding:10px 12px;display:grid}.ord-dlv-check-label{color:var(--color-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:13px;display:flex}.ord-dlv-checkbox{width:15px;height:15px;accent-color:var(--color-accent);cursor:pointer}.ord-dlv-date-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ord-dlv-date-input{flex:1;min-width:140px}.ord-dlv-quick-btn{border:1px solid var(--color-border);background:var(--color-surface-raised);color:var(--color-text-primary);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s}.ord-dlv-quick-btn:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.ord-dlv-submit-btn{letter-spacing:.05em;text-transform:uppercase;flex:1;font-weight:700}.rmo-overlay{z-index:1000;background:#fff;flex-direction:column;font-family:inherit;display:flex;position:fixed;inset:0}.rmo-header{color:#fff;background:#1a1a1a;flex-direction:column;flex-shrink:0;gap:8px;padding:8px 12px;display:flex}.rmo-header-row1{justify-content:space-between;align-items:center;gap:8px;display:flex}.rmo-title{white-space:nowrap;font-size:16px;font-weight:700}.rmo-filter-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.rmo-filter-pills::-webkit-scrollbar{display:none}.rmo-pill{color:#ccc;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #555;border-radius:20px;flex-shrink:0;padding:5px 12px;font-size:12px;transition:all .15s}.rmo-pill:hover{color:#e8741a;border-color:#e8741a}.rmo-pill--active{color:#fff;background:#e8741a;border-color:#e8741a}.rmo-header-actions{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.rmo-header-actions::-webkit-scrollbar{display:none}.rmo-stop-count{color:#ccc;white-space:nowrap;flex-shrink:0;font-size:12px}.rmo-btn{color:#ccc;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #555;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:7px 12px;font-size:13px;text-decoration:none;transition:all .15s;display:inline-flex}.rmo-btn:hover{color:#fff;border-color:#aaa}.rmo-btn--active{color:#e8741a;background:#e8741a33;border-color:#e8741a}.rmo-btn--primary{color:#fff;background:#e8741a;border-color:#e8741a;font-weight:600}.rmo-btn--primary:hover:not(:disabled){background:#c9601a}.rmo-btn--primary:disabled{opacity:.5;cursor:not-allowed}.rmo-btn--nav{color:#fff;background:#1565c0;border-color:#1565c0}.rmo-btn--nav:hover{background:#0d47a1}.rmo-btn--close{color:#aaa;border-color:#666}.rmo-btn--close:hover{color:#c62828;border-color:#c62828}.rmo-error{color:#fff;background:#c62828;flex-shrink:0;padding:8px 12px;font-size:13px}.rmo-loading-bar{color:#e8741a;background:#e8741a22;border-bottom:1px solid #e8741a44;flex-shrink:0;padding:5px 12px;font-size:12px}.rmo-lasso-hint{color:#1565c0;background:#1565c022;border-bottom:1px solid #1565c044;flex-shrink:0;padding:5px 12px;font-size:12px}.rmo-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.rmo-map{flex:1 1 0;width:100%;min-height:240px}.rmo-sidebar{-webkit-overflow-scrolling:touch;background:#1a1a1a;border-top:1px solid #333;flex-direction:column;flex:none;gap:6px;max-height:45vh;padding:8px 12px;display:flex;overflow-y:auto}.rmo-sidebar-title{color:#eee;border-bottom:1px solid #444;padding-bottom:8px;font-size:13px;font-weight:700}.rmo-sidebar-stop{background:#fff;border-left:4px solid #ccc;border-radius:8px;align-items:flex-start;gap:8px;padding:8px 10px;font-size:12px;display:flex;position:relative}.rmo-sidebar-stop--order{border-left-color:#e8741a}.rmo-sidebar-stop--sample{border-left-color:#2e7d32}.rmo-sidebar-stop--collection{border-left-color:#c62828}.rmo-sidebar-stop--privatelabel{border-left-color:#7b1fa2}.rmo-sidebar-stop--shop{background:#f0f0f0;border-left-color:#888}.rmo-sidebar-stop-num{color:#fff;background:#e8741a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.rmo-sidebar-stop-info{flex:1;min-width:0}.rmo-sidebar-stop-type{text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:10px;font-weight:700}.rmo-sidebar-stop-name{color:#222;word-break:break-word;font-weight:600}.rmo-sidebar-stop-address{color:#888;word-break:break-word;margin-top:1px;font-size:11px}.rmo-sidebar-stop-detail{color:#666;margin-top:2px;font-size:11px}.rmo-sidebar-stop-remove{color:#aaa;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:14px;line-height:1}.rmo-sidebar-stop-remove:hover{color:#c62828}.rmo-sidebar-empty{color:#aaa;flex-direction:column;gap:6px;padding:2px 0;font-size:12px;line-height:1.4;display:flex}.rmo-sidebar-tip{margin:0}.rmo-legend{flex-direction:column;gap:4px;display:flex}.rmo-legend--compact{flex-flow:wrap;gap:8px 14px}.rmo-legend-item{color:#bbb;align-items:center;gap:5px;font-size:11px;display:flex}.rmo-legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.rmo-pin{cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:0 1px 5px #00000073}.rmo-pin:hover{transform:scale(1.3);box-shadow:0 2px 8px #00000080}.rmo-pin--selected{transform:scale(1.5);box-shadow:0 0 0 3px #fff,0 0 0 5px #00000059}.rmo-pin-num{color:#fff;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:10px;font-weight:800;line-height:1}.rmo-send-panel{background:#252525;border:1px solid #444;border-radius:8px;flex-direction:column;gap:8px;margin-top:4px;padding:10px 12px;display:flex}.rmo-send-title{color:#eee;font-size:13px;font-weight:700}.rmo-send-row{align-items:center;gap:8px;display:flex}.rmo-send-label{color:#aaa;flex-shrink:0;width:38px;font-size:12px}.rmo-send-select,.rmo-send-input{color:#eee;background:#333;border:1px solid #555;border-radius:5px;flex:1;min-width:0;padding:5px 8px;font-size:12px}.rmo-send-select:focus,.rmo-send-input:focus{border-color:#e8741a;outline:none}.rmo-send-btn{justify-content:center;width:100%}.rmo-send-result{border-radius:5px;padding:6px 8px;font-size:12px;line-height:1.4}.rmo-send-result--ok{color:#4caf50;background:#1b5e2022;border:1px solid #2e7d3266}.rmo-send-result--err{color:#ef9a9a;background:#c6282822;border:1px solid #c6282866}@media (width>=640px){.rmo-header{flex-flow:wrap;align-items:center;padding:10px 16px}.rmo-header-row1{flex:none}.rmo-filter-pills{flex-wrap:wrap;overflow-x:visible}.rmo-header-actions{flex-wrap:wrap;margin-left:auto;overflow-x:visible}.rmo-body{flex-direction:row}.rmo-map{flex:1;height:100%}.rmo-sidebar{background:#f9f9f9;border-top:none;border-left:1px solid #333;flex:0 0 360px;gap:8px;width:360px;max-height:none;padding:12px}.rmo-sidebar-title{color:#333;border-bottom-color:#e0e0e0}.rmo-sidebar-empty{color:#666}.rmo-legend-item{color:#444}.rmo-legend--compact{gap:6px 12px}.rmo-send-panel{background:#f0f0f0;border-color:#ddd}.rmo-send-title{color:#333}.rmo-send-label{color:#666}.rmo-send-select,.rmo-send-input{color:#222;background:#fff;border-color:#ccc}.rmo-send-select:focus,.rmo-send-input:focus{border-color:#e8741a}}.cop-page{padding:24px}.cop-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.cop-header-left{align-items:center;gap:12px;display:flex}.cop-header-icon{font-size:36px}.cop-title{color:#1a3a2a;margin:0;font-size:24px;font-weight:700}.cop-subtitle{color:#888;margin:2px 0 0;font-size:13px}.cop-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cop-btn-primary{color:#fff;cursor:pointer;background:#e07b39;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600}.cop-btn-primary:hover{background:#c96a2a}.cop-btn-primary:disabled{opacity:.6;cursor:not-allowed}.cop-btn-outline{color:#1a3a2a;cursor:pointer;background:#fff;border:1.5px solid #ccc;border-radius:8px;padding:8px 14px;font-size:14px;font-weight:500}.cop-btn-outline:hover{color:#e07b39;border-color:#e07b39}.cop-btn-outline-sm{color:#555;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:5px 10px;font-size:12px}.cop-btn-danger{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:8px;padding:8px 16px;font-weight:600}.cop-btn-pps{color:#fff;cursor:pointer;white-space:nowrap;background:#2980b9;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.cop-btn-ship{color:#1a3a2a;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #ccc;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500}.cop-btn-ship:hover{color:#e07b39;border-color:#e07b39}.cop-tabs{gap:8px;margin-bottom:16px;display:flex}.cop-tab{color:#555;cursor:pointer;background:#fff;border:1.5px solid #ccc;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:500}.cop-tab.active{color:#fff;background:#e07b39;border-color:#e07b39}.cop-filters{margin-bottom:16px}.cop-search{box-sizing:border-box;border:1.5px solid #ddd;border-radius:8px;width:100%;margin-bottom:8px;padding:10px 14px;font-size:14px}.cop-filter-row{flex-wrap:wrap;gap:8px;display:flex}.cop-select{background:#fff;border:1.5px solid #ddd;border-radius:8px;min-width:140px;padding:8px 12px;font-size:13px}.cop-total-value{color:#e07b39;margin:10px 0 0;font-size:15px;font-weight:700}.cop-loading,.cop-empty{color:#888;text-align:center;padding:40px 0}.cop-link-btn{color:#e07b39;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.cop-link-btn:hover{color:#c0622a}.cop-card{background:#fff;border:1.5px solid #e0d9c8;border-radius:10px;margin-bottom:14px;padding:16px;box-shadow:0 2px 8px #00000014}.cop-card-header{margin-bottom:10px}.cop-card-store{color:#1a3a2a;text-align:left;font-size:17px;font-weight:700}.cop-card-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.cop-order-num{color:#e07b39;font-size:14px;font-weight:600}.cop-delivery{color:#555;font-size:13px}.cop-icon-btn{cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.cop-icon-delivery{color:#fff;background:#e07b39}.cop-icon-packing{color:#fff;background:#c9a227}.cop-icon-invoice{color:#fff;background:#2980b9}.cop-icon-edit{color:#fff;background:#c9a227}.cop-icon-delete{color:#fff;background:#c0392b}.cop-icon-btn:hover{opacity:.85}.cop-status-select{cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:6px;padding:6px 10px;font-size:13px}.cop-card-rep{color:#666;flex-wrap:wrap;gap:16px;margin-bottom:8px;font-size:13px;display:flex}.cop-created-by{color:#e07b39;font-weight:500}.cop-card-stats{color:#555;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.cop-stat-sep{color:#bbb}.cop-total-inline{color:#e07b39;font-size:15px;font-weight:700}.cop-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.cop-modal{background:#fff;border-radius:14px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000002e}.cop-modal-sm{max-width:380px}.cop-modal-wide{max-width:680px}.cop-modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:18px 20px 12px;display:flex}.cop-modal-header h2{color:#1a3a2a;margin:0;font-size:18px;font-weight:700}.cop-modal-close{cursor:pointer;color:#888;background:0 0;border:none;padding:0;font-size:20px}.cop-modal-body{padding:16px 20px}.cop-modal-footer{border-top:1px solid #eee;justify-content:flex-end;gap:10px;padding:12px 20px 18px;display:flex}.cop-label{color:#555;text-transform:uppercase;letter-spacing:.5px;margin:12px 0 4px;font-size:12px;font-weight:600;display:block}.cop-input{box-sizing:border-box;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:9px 12px;font-size:14px}.cop-input-sm{border:1.5px solid #ddd;border-radius:6px;width:80px;padding:5px 8px;font-size:13px}.cop-error{color:#c0392b;margin-top:8px;font-size:13px}.cop-orange{color:#e07b39}.cop-flavor-grid{border:1px solid #eee;border-radius:8px;overflow:hidden}.cop-flavor-row{border-bottom:1px solid #f5f5f5;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 12px;display:flex}.cop-flavor-row:last-child{border-bottom:none}.cop-flavor-swatch{border:1px solid #0000001a;border-radius:50%;flex-shrink:0;width:16px;height:16px}.cop-flavor-name{flex:1;min-width:100px;font-size:13px;font-weight:500}.cop-flavor-cost{color:#888;white-space:nowrap;font-size:12px}.cop-qty-select{border:1px solid #ddd;border-radius:6px;padding:4px 8px;font-size:12px}.cop-flavor-line-total{color:#e07b39;white-space:nowrap;font-size:12px;font-weight:600}.cop-empty-flavors{color:#888;padding:12px 0;font-size:13px}.cop-create-totals{flex-wrap:wrap;align-items:center;gap:16px;margin-top:12px;font-size:14px;display:flex}.cop-delivery-store-banner{color:#fff;background:#1a3a2a;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:15px;font-weight:700}.cop-disposition-row{flex-wrap:wrap;gap:6px;margin-bottom:4px;display:flex}.cop-disposition-btn{cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:20px;padding:6px 12px;font-size:12px}.cop-disposition-btn.active{color:#fff;background:#e07b39;border-color:#e07b39}.cop-date-quick{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cop-date-quick .cop-input{flex:1;min-width:140px}.cop-packing-table{border-collapse:collapse;width:100%;margin-top:12px;font-size:13px}.cop-packing-table th,.cop-packing-table td{border:1px solid #eee;padding:6px 10px}.cop-packing-table th{background:#f5f5f5;font-weight:600}.cop-packing-totals{justify-content:flex-end;gap:16px;margin-top:10px;font-size:14px;display:flex}.cop-clients-table{border-collapse:collapse;width:100%;font-size:13px}.cop-clients-table th{text-align:left;color:#5a4a3a;background:#f5f0e8;border-bottom:2px solid #e0d5c5;padding:8px 10px;font-weight:600}.cop-clients-table td{vertical-align:middle;border-bottom:1px solid #ede8df;padding:10px}.cop-clients-table tr:hover td{background:#faf7f2}.cop-status-pill{text-transform:capitalize;border-radius:12px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.cop-status-active{color:#155724;background:#d4edda}.cop-status-onboarding{color:#856404;background:#fff3cd}.cop-client-store-banner{color:#3a2e20;background:#f5f0e8;border:1px solid #e0d5c5;border-radius:6px;margin-bottom:14px;padding:10px 14px;font-size:15px;font-weight:600}.cop-store-name-btn{color:#1a3a2a;cursor:pointer;text-align:left;background:0 0;border:none;margin:0;padding:0;font-size:17px;font-weight:700;line-height:1.2}.cop-store-name-btn:hover{color:#e07b39;text-decoration:underline}.cop-stage-pill{white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.cop-stage-pill--waiting{color:#856404;background:#fff3cd}.cop-stage-pill--cooking{color:#c2622b;background:#fde8d8}.cop-stage-pill--ready{color:#155724;background:#d4edda}.cop-stage-pill--shipped{color:#0c5460;background:#d1ecf1}.cop-stage-pill--cancelled{color:#721c24;background:#f8d7da}.cop-card-notes{color:#5a4a3a;background:#faf7f2;border-left:3px solid #e07b39;border-radius:0 6px 6px 0;margin-bottom:8px;padding:5px 10px;font-size:13px;font-style:italic}.cop-action-row{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px;display:flex}.cop-action-row .cop-icon-btn{flex-shrink:0}.cop-action-row .cop-stage-pill{margin-left:4px}.cop-detail-meta{background:#faf7f2;border-radius:8px;grid-template-columns:1fr 1fr;gap:10px 16px;margin-bottom:14px;padding:12px 14px;display:grid}.cop-detail-label{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:11px;font-weight:600;display:block}.cop-detail-value{color:#1a3a2a;font-size:14px;font-weight:600}.cop-notice-modal{text-align:center;padding-bottom:4px}.cop-notice-icon{margin:20px 0 10px;font-size:36px}.cop-notice-text{color:#1a3a2a;margin:0;padding:0 20px 16px;font-size:15px;font-weight:500;line-height:1.5}.cop-edit-modal{max-width:560px}.cop-edit-section-label{letter-spacing:.08em;text-transform:uppercase;color:#888;border-bottom:1px solid #e8e0d0;margin:12px 0 8px;padding-bottom:4px;font-size:11px;font-weight:700}.cop-edit-line{background:#faf8f4;border:1px solid #e8e0d0;border-radius:8px;margin-bottom:8px;padding:10px 12px}.cop-edit-line-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cop-edit-line-name{color:#1a3a2a;font-size:14px;font-weight:600}.cop-edit-remove-btn{color:#dc3545;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:14px}.cop-edit-remove-btn:hover{background:#ffeaea}.cop-edit-line-fields{grid-template-columns:1fr 1fr auto;align-items:end;gap:8px;display:grid}.cop-edit-field-label{color:#888;text-transform:uppercase;letter-spacing:.05em;flex-direction:column;gap:4px;font-size:11px;font-weight:600;display:flex}.cop-edit-field-input{color:#1a3a2a;background:#fff;border:1px solid #d0c8b8;border-radius:6px;width:100%;padding:6px 8px;font-size:14px}.cop-edit-line-total{color:#c85a00;white-space:nowrap;padding-bottom:6px;font-size:14px;font-weight:700}.cop-edit-add-line{margin:8px 0 4px}.cop-edit-totals{color:#555;background:#f5f0e8;border-radius:8px;flex-wrap:wrap;gap:16px;margin-top:10px;padding:10px 14px;font-size:13px;display:flex}.cop-store-address{color:#888;margin-top:2px;font-size:12px;font-weight:400}.cop-card-notes--empty{color:#bbb;font-style:italic}.fc-page{padding:2rem}.fc-header{margin-bottom:1.5rem}.fc-title-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.fc-title-left{align-items:flex-start;gap:.75rem;display:flex}.fc-icon{color:#c07a30;margin-top:.15rem;font-size:1.5rem}.fc-title{color:#3b2a1a;margin:0 0 .2rem;font-size:1.6rem;font-weight:700}.fc-subtitle{color:#7a6a55;margin:0;font-size:.85rem}.fc-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e07b30;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s}.fc-add-btn:hover{background:#c96a20}.fc-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.fc-search-wrap{flex:1;min-width:200px;position:relative}.fc-search-icon{pointer-events:none;opacity:.5;font-size:.85rem;position:absolute;top:50%;left:.6rem;transform:translateY(-50%)}.fc-search{color:#3b2a1a;box-sizing:border-box;background:#fff;border:1px solid #d4c4a8;border-radius:6px;width:100%;padding:.45rem .75rem .45rem 2rem;font-size:.9rem}.fc-search:focus{border-color:#e07b30;outline:none}.fc-tabs{gap:.25rem;display:flex}.fc-tab{color:#7a6a55;cursor:pointer;text-transform:capitalize;background:#fff;border:1px solid #d4c4a8;border-radius:6px;padding:.4rem .85rem;font-size:.85rem;transition:background .15s,color .15s}.fc-tab:hover{background:#f5ede0}.fc-tab--active{color:#fff;background:#e07b30;border-color:#e07b30}.fc-table-wrap{background:#fff;border:1px solid #e8dcc8;border-radius:8px;overflow:hidden}.fc-table{border-collapse:collapse;width:100%}.fc-th{text-align:left;color:#7a6a55;text-transform:uppercase;letter-spacing:.04em;background:#f9f3ea;border-bottom:1px solid #e8dcc8;padding:.65rem 1rem;font-size:.8rem;font-weight:600}.fc-th--name{width:50%}.fc-th--status{width:20%}.fc-th--actions{text-align:right;width:30%}.fc-row{border-bottom:1px solid #f0e8d8;transition:background .1s}.fc-row:last-child{border-bottom:none}.fc-row:hover{background:#fdf8f2}.fc-td{vertical-align:middle;padding:.65rem 1rem}.fc-td--name{color:#3b2a1a;font-size:.9rem}.fc-td--actions{text-align:right}.fc-flavor-name{font-weight:500}.fc-badge{border-radius:20px;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-block}.fc-badge--active{color:#fff;background:#e07b30}.fc-badge--inactive{color:#7a6a55;background:#e0d8cc}.fc-actions{justify-content:flex-end;gap:.35rem;display:flex}.fc-action-btn{cursor:pointer;background:0 0;border:1px solid #e8dcc8;border-radius:5px;padding:.3rem .5rem;font-size:.85rem;line-height:1;transition:background .12s,border-color .12s}.fc-action-btn:hover{background:#f5ede0;border-color:#c8a878}.fc-action-btn--delete:hover{background:#fdecea;border-color:#e07070}.fc-rename-row{align-items:center;gap:.4rem;display:flex}.fc-rename-input{color:#3b2a1a;border:1px solid #e07b30;border-radius:5px;flex:1;padding:.3rem .5rem;font-size:.9rem}.fc-rename-input:focus{outline:none}.fc-rename-save{color:#fff;cursor:pointer;background:#e07b30;border:none;border-radius:5px;padding:.3rem .6rem;font-size:.8rem}.fc-rename-save:hover{background:#c96a20}.fc-rename-cancel{cursor:pointer;color:#7a6a55;background:0 0;border:1px solid #d4c4a8;border-radius:5px;padding:.3rem .6rem;font-size:.8rem}.fc-rename-cancel:hover{background:#f5ede0}.fc-empty{text-align:center;color:#7a6a55;padding:2rem;font-size:.9rem}.fc-empty--error{color:#c0392b}.fc-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fc-modal{background:#fdf8f0;border-radius:10px;width:100%;max-width:420px;padding:1.5rem;box-shadow:0 8px 32px #0000002e}.fc-modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.fc-modal-title{color:#3b2a1a;margin:0;font-size:1.1rem;font-weight:700}.fc-modal-close{cursor:pointer;color:#7a6a55;background:0 0;border:none;border-radius:4px;padding:.2rem .4rem;font-size:1rem}.fc-modal-close:hover{background:#f0e8d8}.fc-modal-body{margin-bottom:1.25rem}.fc-modal-input{color:#3b2a1a;box-sizing:border-box;background:#fff;border:1px solid #d4c4a8;border-radius:6px;width:100%;padding:.55rem .75rem;font-size:.95rem}.fc-modal-input:focus{border-color:#e07b30;outline:none}.fc-modal-error{color:#c0392b;margin:.5rem 0 0;font-size:.82rem}.fc-modal-footer{justify-content:flex-end;gap:.5rem;display:flex}.fc-modal-cancel{cursor:pointer;color:#7a6a55;background:0 0;border:1px solid #d4c4a8;border-radius:6px;padding:.45rem 1rem;font-size:.9rem}.fc-modal-cancel:hover{background:#f5ede0}.fc-modal-add{color:#fff;cursor:pointer;background:#e07b30;border:none;border-radius:6px;padding:.45rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .15s}.fc-modal-add:hover{background:#c96a20}.fc-modal-add:disabled{opacity:.6;cursor:not-allowed}.pp-badge-count{background:var(--color-accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.pp-modal-overlay{z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.pp-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;overflow-y:auto}.pp-modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.pp-modal-header h3{color:var(--color-white);margin:0;font-size:16px;font-weight:700}.pp-modal-close{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px;line-height:1;transition:color .15s}.pp-modal-close:hover{color:var(--color-white)}.pp-modal-body{flex-direction:column;flex:1;gap:4px;padding:20px 24px;display:flex}.pp-modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}.pp-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin-top:12px;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.pp-input{background:var(--color-bg);border:1px solid var(--color-border);width:100%;color:var(--color-white);box-sizing:border-box;border-radius:6px;outline:none;padding:8px 10px;font-size:13px;transition:border-color .15s}.pp-input:focus{border-color:var(--color-accent)}.pp-textarea{resize:vertical;min-height:72px;font-family:inherit}.pp-row{grid-template-columns:1fr 1fr;gap:12px;margin-top:4px;display:grid}.pp-review-grid{background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;grid-template-columns:1fr 1fr;gap:12px 24px;padding:16px;display:grid}.pp-review-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:3px;font-size:10px;font-weight:700;display:block}.pp-review-val{color:var(--color-text-secondary);font-size:13px;display:block}.pap-page{max-width:900px;padding:24px}.pap-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.pap-title{color:#1a1a1a;margin:0 0 4px;font-size:1.4rem;font-weight:800}.pap-sub{color:#666;margin:0;font-size:.84rem}.pap-pending-badge{color:#fff;background:#e07a30;border-radius:20px;align-self:center;padding:4px 12px;font-size:.78rem;font-weight:700}.pap-loading{color:#999;text-align:center;padding:40px 0;font-size:.9rem}.pap-empty{text-align:center;color:#888;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:32px;font-size:.88rem}.pap-filters{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.pap-filter-btn{color:#555;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;padding:5px 14px;font-size:.8rem;font-weight:600;transition:all .15s}.pap-filter-btn:hover{background:#e5e7eb}.pap-filter-btn--active{color:#fff;background:#e07a30;border-color:#e07a30}.pap-table-wrap{border:1px solid #e5e7eb;border-radius:10px;overflow-x:auto}.pap-table{border-collapse:collapse;width:100%;font-size:.86rem}.pap-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#666;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:10px 14px;font-size:.75rem;font-weight:700}.pap-table td{vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:12px 14px}.pap-table tr:last-child td{border-bottom:none}.pap-store-name{color:#1a1a1a;font-weight:600}.pap-store-id{color:#888;margin-top:2px;font-size:.75rem}.pap-badge{border-radius:20px;padding:3px 10px;font-size:.74rem;font-weight:700;display:inline-block}.pap-badge--pending{color:#856404;background:#fff3cd}.pap-badge--approved,.pap-badge--active{color:#065f46;background:#d1fae5}.pap-badge--denied{color:#991b1b;background:#fee2e2}.pap-review-btn{color:#fff;cursor:pointer;background:#e07a30;border:none;border-radius:6px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:background .15s}.pap-review-btn:hover{background:#c96820}.pap-review-btn--secondary{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.pap-review-btn--secondary:hover{background:#e5e7eb}.pap-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pap-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:480px;display:flex;overflow:hidden;box-shadow:0 20px 60px #0003}.pap-modal-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 20px 16px;display:flex}.pap-modal-store{color:#1a1a1a;font-size:1rem;font-weight:700}.pap-modal-id{color:#888;margin-top:2px;font-size:.78rem}.pap-modal-body{flex-direction:column;gap:10px;padding:16px 20px;display:flex}.pap-modal-row{align-items:baseline;gap:12px;display:flex}.pap-modal-row--block{flex-direction:column;gap:4px}.pap-modal-label{text-transform:uppercase;letter-spacing:.04em;color:#888;flex-shrink:0;min-width:90px;font-size:.75rem;font-weight:700}.pap-modal-val{color:#1a1a1a;font-size:.88rem}.pap-modal-textarea{resize:vertical;box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.86rem}.pap-modal-textarea:focus{border-color:#e07a30;outline:none;box-shadow:0 0 0 3px #e07a301f}.pap-modal-textarea:disabled{color:#666;background:#f9fafb}.pap-modal-footer{border-top:1px solid #f3f4f6;justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.pap-btn-cancel{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:9px 18px;font-size:.86rem;font-weight:600}.pap-btn-cancel:hover{background:#e5e7eb}.pap-btn-deny{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;padding:9px 18px;font-size:.86rem;font-weight:700}.pap-btn-deny:hover{background:#fecaca}.pap-btn-approve{color:#fff;cursor:pointer;background:#e07a30;border:none;border-radius:8px;padding:9px 18px;font-size:.86rem;font-weight:700}.pap-btn-approve:hover{background:#c96820}.pap-btn-approve:disabled,.pap-btn-deny:disabled{opacity:.6;cursor:not-allowed}.pap-error{color:#dc2626;margin:4px 0 0;font-size:.82rem}.fu-view-all-label{cursor:pointer;white-space:nowrap;color:var(--color-text-secondary);align-items:center;gap:6px;font-size:13px;display:flex}.fu-list{flex-direction:column;gap:0;display:flex}.fu-card{border-bottom:1px solid var(--color-border,#e5e0d5);padding:14px 20px;transition:background .1s}.fu-card:last-child{border-bottom:none}.fu-card:hover{background:var(--color-hover,#00000006)}.fu-card--resolved{opacity:.65}.fu-card-top{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.fu-card-store-col{flex:1;min-width:160px}.fu-card-store-name{color:var(--color-primary,#e07b39);cursor:pointer;text-align:left;text-underline-offset:2px;background:0 0;border:none;margin:0;padding:0;font-size:14px;font-weight:700;line-height:1.3;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .15s,color .15s}.fu-card-store-name:hover{-webkit-text-decoration-color:var(--color-primary,#e07b39);text-decoration-color:var(--color-primary,#e07b39)}.fu-card-store-city{color:var(--color-text-muted);margin-top:1px;font-size:11px}.fu-card-rep{color:var(--color-text-secondary);white-space:nowrap;padding-top:1px;font-size:13px;font-weight:500}.fu-card-date{color:var(--color-text-secondary);white-space:nowrap;padding-top:1px;font-size:13px}.fu-card-delay-col{align-items:flex-start;padding-top:2px;display:flex}.fu-delay-badge{color:#fff;text-align:center;border-radius:10px;min-width:36px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-block}.fu-delay-none{color:var(--color-text-muted);font-size:13px}.fu-resolved-badge{color:#166534;background:#dcfce7;border-radius:10px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-block}.fu-card-interest{color:#b45309;margin-top:6px;font-size:12px;font-style:italic}.fu-card-note{color:var(--color-text-primary);white-space:pre-wrap;margin-top:5px;font-size:13px;line-height:1.5}.fu-card-contacts{flex-wrap:wrap;gap:12px;margin-top:7px;display:flex}.fu-card-contact{color:var(--color-text-secondary);font-size:12px}.fu-card-contact-role{color:var(--color-text-muted)}.fu-card-contact-link{color:var(--color-accent,#e07b39);text-decoration:none}.fu-card-contact-link:hover{text-decoration:underline}.fu-card-important{color:#92400e;background:#fef3c7;border-radius:5px;margin-top:6px;padding:4px 10px;font-size:12px}.fu-card-important-label{font-weight:700}.fu-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.fu-modal{background:var(--color-surface,#fff);border-radius:12px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;animation:.18s fu-modal-in;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}@keyframes fu-modal-in{0%{opacity:0;transform:scale(.95)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}.fu-modal-header{background:var(--color-primary,#e07b39);color:#fff;flex-shrink:0;align-items:flex-start;gap:12px;padding:18px 20px 14px;display:flex}.fu-modal-store{flex:1;min-width:0}.fu-modal-store-name{white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:700;line-height:1.2;overflow:hidden}.fu-modal-store-city{opacity:.85;margin-top:2px;font-size:12px}.fu-modal-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;font-size:12px;display:flex}.fu-modal-rep,.fu-modal-date{opacity:.9}.fu-modal-delay{color:#fff;border-radius:10px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}.fu-modal-close{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;flex-shrink:0;align-self:flex-start;margin-top:2px;padding:0 0 0 8px;font-size:18px}.fu-modal-close:hover{opacity:1}.fu-modal-contacts{background:var(--color-surface-alt,#f9f6ef);border-bottom:1px solid var(--color-border,#e5e0d5);flex-direction:column;flex-shrink:0;gap:6px;padding:10px 20px;display:flex}.fu-modal-contact{flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.fu-modal-contact-name{color:var(--color-text-primary);font-weight:600}.fu-modal-contact-role{color:var(--color-text-muted);font-size:11px}.fu-modal-contact-link{color:var(--color-accent,#e07b39);font-size:12px;text-decoration:none}.fu-modal-contact-link:hover{text-decoration:underline}.fu-modal-contact-note{color:#b45309;width:100%;font-size:11px;font-style:italic}.fu-modal-important{color:#92400e;background:#fef3c7;border-bottom:1px solid #fde68a;flex-shrink:0;padding:7px 20px;font-size:12px}.fu-modal-important-label{margin-right:4px;font-weight:700}.fu-modal-tabs{border-bottom:1px solid var(--color-border,#e5e0d5);background:var(--color-surface,#fff);flex-shrink:0;display:flex}.fu-modal-tab{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 0;font-size:13px;font-weight:500;transition:color .12s,border-color .12s}.fu-modal-tab:hover{color:var(--color-text-primary)}.fu-modal-tab--active{color:var(--color-primary,#e07b39);border-bottom-color:var(--color-primary,#e07b39)}.fu-modal-body{flex:1;padding:20px;overflow-y:auto}.fu-modal-edit{flex-direction:column;gap:14px;display:flex}.fu-modal-edit .ap-input,.fu-modal-edit .ap-select,.fu-modal-edit .ap-textarea{box-sizing:border-box;width:100%}.fu-modal-edit .ap-textarea{resize:vertical;min-height:140px}.fu-modal-actions{gap:10px;margin-top:4px;display:flex}.fu-modal-actions .ap-btn{flex:1;justify-content:center}.fu-modal-history{flex-direction:column;gap:12px;display:flex}.fu-history-entry{background:var(--color-surface-alt,#f9f6ef);border:1px solid var(--color-border,#e5e0d5);border-radius:8px;padding:12px 14px}.fu-history-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.fu-history-action{text-transform:uppercase;letter-spacing:.03em;border-radius:8px;padding:2px 8px;font-size:11px;font-weight:700}.fu-history-action--created{color:#166534;background:#dcfce7}.fu-history-action--rescheduled{color:#92400e;background:#fef3c7}.fu-history-action--resolved{color:#1e40af;background:#dbeafe}.fu-history-date{color:var(--color-text-primary);font-size:13px;font-weight:600}.fu-history-changed{color:var(--color-text-muted);margin-left:auto;font-size:11px}.fu-history-interest{color:var(--color-text-secondary);margin-bottom:4px;font-size:12px;font-style:italic}.fu-history-note{color:var(--color-text-primary);white-space:pre-wrap;font-size:13px;line-height:1.5}.fu-modal-store-notes{flex-direction:column;gap:10px;display:flex}.fu-store-note{background:var(--color-surface-alt,#f9f6ef);border:1px solid var(--color-border,#e5e0d5);border-radius:8px;padding:10px 14px}.fu-store-note-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px;display:flex}.fu-store-note-disp{background:var(--color-primary-light,#fde8d4);color:var(--color-primary,#e07b39);border-radius:8px;padding:1px 7px;font-size:11px;font-weight:600}.fu-store-note-by{color:var(--color-text-secondary);font-size:12px;font-weight:500}.fu-store-note-date{color:var(--color-text-muted);margin-left:auto;font-size:11px}.fu-store-note-text{color:var(--color-text-primary);white-space:pre-wrap;font-size:13px;line-height:1.5}.fu-thread{border:1px solid var(--color-border,#e5e0d5);border-radius:6px;margin-bottom:20px;overflow:hidden}.fu-thread-entry{border-bottom:1px solid var(--color-border,#e5e0d5);background:#faf8f4;padding:10px 14px}.fu-thread-entry:last-of-type{border-bottom:none}.fu-thread-entry--created{background:#f0fdf4}.fu-thread-entry--rescheduled{background:#faf8f4}.fu-thread-entry--resolved{background:#f0f9ff}.fu-thread-entry-header{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px;display:flex}.fu-thread-action{text-transform:uppercase;letter-spacing:.04em;border-radius:10px;padding:2px 7px;font-size:11px;font-weight:700}.fu-thread-action--created{color:#166534;background:#dcfce7}.fu-thread-action--rescheduled{color:#92400e;background:#fef3c7}.fu-thread-action--resolved{color:#1e40af;background:#dbeafe}.fu-thread-date{color:var(--color-text-muted,#888);font-size:12px}.fu-thread-followup-date{color:var(--color-text-secondary,#666);font-size:12px;font-style:italic}.fu-thread-interest{color:var(--color-text-secondary,#666);margin-bottom:3px;font-size:12px}.fu-thread-note{color:var(--color-text,#333);white-space:pre-wrap;font-size:13px;line-height:1.5}.fu-thread-divider{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted,#999);background:var(--color-bg-subtle,#f5f0e8);border-top:1px solid var(--color-border,#e5e0d5);text-align:center;padding:8px 14px;font-size:11px;font-weight:600}.fu-resolved-card{border:1px solid var(--color-border,#e5e0d5);border-radius:6px;margin-bottom:14px;overflow:hidden}.fu-resolved-card:last-child{margin-bottom:0}.fu-resolved-card-header{border-bottom:1px solid var(--color-border,#e5e0d5);background:#f0f9ff;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.fu-resolved-badge-label{text-transform:uppercase;letter-spacing:.04em;color:#1e40af;background:#dbeafe;border-radius:10px;padding:2px 7px;font-size:11px;font-weight:700}.fu-resolved-card-dates{color:var(--color-text-secondary,#666);font-size:12px}.fu-resolved-card-interest{color:var(--color-text-muted,#888);margin-left:auto;font-size:12px;font-style:italic}.fu-resolved-note{border-bottom:1px solid var(--color-border,#e5e0d5);background:#faf8f4;padding:8px 14px}.fu-resolved-note:last-child{border-bottom:none}.fu-resolved-note-action{text-transform:uppercase;letter-spacing:.04em;border-radius:8px;margin-right:8px;padding:1px 6px;font-size:11px;font-weight:600}.fu-resolved-note-action--created{color:#166534;background:#dcfce7}.fu-resolved-note-action--rescheduled{color:#92400e;background:#fef3c7}.fu-resolved-note-action--resolved{color:#1e40af;background:#dbeafe}.fu-resolved-note-date{color:var(--color-text-muted,#888);font-size:12px}.fu-resolved-note-text{color:var(--color-text,#333);white-space:pre-wrap;margin-top:4px;font-size:13px;line-height:1.5}.fu-status-pills{gap:8px;margin-bottom:4px;display:flex}.fu-status-pill{cursor:pointer;color:#9ca3af;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #9ca3af;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 12px;font-size:13px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:flex}.fu-status-pill input[type=radio]{display:none}.fu-status-pill:hover{opacity:.82}.fu-status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.fu-status-indicator{vertical-align:middle;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-right:6px;display:inline-block;position:relative;top:-1px}.fu-thread-status-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block;position:relative;top:-1px}.dlv-page{max-width:900px;padding:24px 20px 60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dlv-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.dlv-title{color:var(--color-text-primary,#1a1a1a);align-items:center;gap:10px;margin:0;font-size:1.5rem;font-weight:700;display:flex}.dlv-title-icon{font-size:1.4rem}.dlv-summary-pill{background:var(--color-surface-raised,#f0ebe0);border:1px solid var(--color-border,#ddd);color:var(--color-text-secondary,#555);border-radius:20px;padding:5px 14px;font-size:13px;font-weight:600}.dlv-date-bar{background:var(--color-surface,#fff);border:1px solid var(--color-border,#ddd);border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:10px 16px;display:flex}.dlv-date-arrow{color:var(--color-accent,#e07b39);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 6px;font-size:1.6rem;line-height:1}.dlv-date-arrow:hover{color:var(--color-accent-dark,#c2622b)}.dlv-date-center{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.dlv-date-label{color:var(--color-text-primary,#1a1a1a);text-align:center;font-size:1rem;font-weight:700}.dlv-date-shortcuts{gap:8px;display:flex}.dlv-shortcut{background:var(--color-surface-raised,#f5f0e8);border:1px solid var(--color-border,#ddd);cursor:pointer;color:var(--color-text-secondary,#666);border-radius:6px;padding:3px 10px;font-size:12px;font-weight:600;transition:background .12s}.dlv-shortcut:hover{background:var(--color-border,#ddd)}.dlv-shortcut--active{background:var(--color-accent,#e07b39);color:#fff;border-color:var(--color-accent,#e07b39)}.dlv-empty{color:var(--color-text-secondary,#888);flex-direction:column;align-items:center;gap:12px;padding:60px 20px;font-size:15px;display:flex}.dlv-spinner{border:2px solid var(--color-border,#ddd);border-top-color:var(--color-accent,#e07b39);vertical-align:middle;border-radius:50%;width:18px;height:18px;margin-right:8px;animation:.7s linear infinite dlv-spin;display:inline-block}@keyframes dlv-spin{to{transform:rotate(360deg)}}.dlv-drivers{flex-direction:column;gap:16px;display:flex}.dlv-driver-section{background:var(--color-surface,#fff);border:1px solid var(--color-border,#ddd);border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.dlv-driver-section--done{opacity:.85;border-color:#2b8a3e}.dlv-driver-header{background:var(--color-surface-raised,#faf7f2);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 18px;transition:background .12s;display:flex}.dlv-driver-header:hover{background:var(--color-border,#f0ebe0)}.dlv-driver-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.dlv-driver-avatar{background:var(--color-accent,#e07b39);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.dlv-driver-info{min-width:0}.dlv-driver-name{color:var(--color-text-primary,#1a1a1a);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.dlv-driver-sub{color:var(--color-text-secondary,#777);margin-top:2px;font-size:12px}.dlv-done-count{color:#2b8a3e;font-weight:600}.dlv-driver-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.dlv-progress-wrap{align-items:center;gap:6px;display:flex}.dlv-progress-bar{background:var(--color-border,#e0e0e0);border-radius:3px;width:80px;height:6px;overflow:hidden}.dlv-progress-fill{background:#2b8a3e;border-radius:3px;height:100%;transition:width .3s}.dlv-progress-label{color:var(--color-text-secondary,#666);text-align:right;min-width:32px;font-size:12px;font-weight:600}.dlv-chevron{color:var(--color-text-secondary,#999);font-size:1.4rem;transition:transform .2s;display:inline-block}.dlv-chevron--open{transform:rotate(90deg)}.dlv-stop-list{border-top:1px solid var(--color-border,#eee)}.dlv-stop-card{border-bottom:1px solid var(--color-border,#f0ebe0);align-items:flex-start;gap:14px;padding:14px 18px;transition:background .1s;display:flex}.dlv-stop-card:last-child{border-bottom:none}.dlv-stop-card:hover{background:var(--color-surface-raised,#faf7f2)}.dlv-stop-card--done{opacity:.6}.dlv-stop-card--failed{background:#fff5f5}.dlv-stop-num{background:var(--color-accent,#e07b39);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:2px;font-size:13px;font-weight:700;display:flex}.dlv-stop-num--done{background:#2b8a3e;font-size:15px}.dlv-stop-body{flex:1;min-width:0}.dlv-stop-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px;display:flex}.dlv-stop-name{color:var(--color-text-primary,#1a1a1a);font-size:.95rem;font-weight:700}.dlv-stop-badges{flex-wrap:wrap;gap:4px;display:flex}.dlv-stop-badge{color:#fff;white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.dlv-stop-addr{color:var(--color-text-secondary,#666);margin-bottom:6px;font-size:12px}.dlv-stop-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;display:flex}.dlv-stop-amount{color:var(--color-text-primary,#1a1a1a);font-size:13px;font-weight:700}.dlv-stop-status{font-size:12px;font-weight:600}.dlv-stop-order{color:var(--color-text-secondary,#888);font-size:12px}.dlv-stop-notes{color:var(--color-text-secondary,#555);background:var(--color-surface-raised,#f5f0e8);border-radius:6px;margin-bottom:6px;padding:6px 10px;font-size:12px;line-height:1.4}.dlv-stop-notes-icon{margin-right:4px}.dlv-stop-actions{align-items:center;gap:8px;display:flex}.dlv-stop-drive{color:var(--color-accent,#e07b39);border:1px solid var(--color-accent,#e07b39);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;text-decoration:none;transition:background .12s}.dlv-stop-drive:hover{background:var(--color-accent,#e07b39);color:#fff}.dlv-stop-delete{color:#999;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:6px;padding:4px 8px;font-size:12px;transition:all .12s}.dlv-stop-delete:hover{color:#c92a2a;border-color:#c92a2a}@media (width<=600px){.dlv-page{padding:16px 12px 60px}.dlv-date-bar{padding:8px 12px}.dlv-progress-bar{width:50px}.dlv-stop-card{gap:10px;padding:12px 14px}.dlv-driver-header{padding:12px 14px}}.pps-page-header{align-items:baseline;gap:12px;display:flex}.pps-page-title{color:var(--color-white);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700}.pps-page-subtitle{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-muted);border-radius:var(--radius-full);padding:3px 8px;font-size:11px;font-weight:700}.pps-main-tabs{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.pps-main-tabs::-webkit-scrollbar{display:none}.pps-stage{flex-direction:column;gap:16px;display:flex}.pps-count{color:var(--color-text-muted);white-space:nowrap;font-size:12px}.pps-order-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}.pps-order-card{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:10px;transition:box-shadow .15s,border-color .15s;overflow:hidden}.pps-order-card:hover{border-color:var(--color-accent);box-shadow:0 4px 16px #0000001f}.pps-order-card--selected{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent-muted)}.pps-order-card__header{background:var(--color-surface-raised);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;padding:12px 14px 8px;display:flex}.pps-order-card__store{color:var(--color-white);font-size:13px;font-weight:700}.pps-order-card__id{color:var(--color-accent);letter-spacing:.04em;font-family:monospace;font-size:11px;font-weight:600}.pps-order-card__count{color:var(--color-text-muted);white-space:nowrap;font-size:11px}.pps-order-card__items{flex-direction:column;gap:5px;padding:8px 14px;display:flex}.pps-order-card__item{align-items:center;gap:8px;font-size:12px;display:flex}.pps-order-card__flavor{color:var(--color-text-primary);flex:1;font-weight:600}.pps-order-card__qty{color:var(--color-text-muted);font-size:11px}.pps-order-card__footer{border-top:1px solid var(--color-border);background:var(--color-surface-raised);justify-content:space-between;align-items:center;padding:8px 14px;display:flex}.pps-order-card__product{color:var(--color-text-muted);font-size:11px}.pps-order-card__arrow{color:var(--color-accent);font-size:16px;font-weight:700}.pps-order-header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pps-order-header__store{color:var(--color-white);font-size:14px;font-weight:700}.pps-order-header__id{color:var(--color-accent);font-family:monospace;font-size:12px;font-weight:600}.pps-flavor-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.pps-flavor-card{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:10px;flex-direction:column;gap:8px;padding:14px;transition:box-shadow .15s,border-color .15s;display:flex}.pps-flavor-card:hover{border-color:var(--color-accent);box-shadow:0 4px 12px #0000001a}.pps-flavor-card__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.pps-flavor-card__name{color:var(--color-white);font-size:15px;font-weight:700}.pps-flavor-card__meta{color:var(--color-text-secondary);justify-content:space-between;font-size:12px;display:flex}.pps-flavor-card__id{color:var(--color-text-muted);font-family:monospace;font-size:10px}.pps-flavor-card__recipe{font-size:11px}.pps-recipe-set{color:var(--color-text-secondary)}.pps-recipe-unset{color:var(--color-amber);font-style:italic}.pps-flavor-card__molds{font-size:11px}.pps-mold-assigned{color:var(--color-green);font-weight:600}.pps-mold-none{color:var(--color-text-muted)}.pps-detail-layout{grid-template-columns:1fr 300px;align-items:start;gap:16px;display:grid}.pps-detail-main{flex-direction:column;gap:14px;display:flex}.pps-detail-sidebar{position:sticky;top:16px}.pps-detail-qty{color:var(--color-text-muted);font-size:12px}.pps-detail-rows,.pps-mold-list{flex-direction:column;gap:6px;display:flex}.pps-mold-row{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:10px;padding:6px 10px;font-size:12px;display:flex}.pps-mold-row .pps-mono{flex:1}.pps-recipe-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.pps-recipe-grams{flex-shrink:0;width:80px!important}.pps-actions{flex-wrap:wrap;gap:10px;display:flex}.pps-history{flex-direction:column;gap:8px;max-height:400px;display:flex;overflow-y:auto}.pps-history-row{background:var(--color-surface-raised);border-radius:var(--radius-md);border-left:3px solid var(--color-accent);flex-direction:column;gap:2px;padding:8px 10px;display:flex}.pps-history-action{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);font-size:10px;font-weight:700}.pps-history-detail{color:var(--color-text-primary);font-size:12px;line-height:1.4}.pps-history-who{color:var(--color-text-secondary);font-size:10px}.pps-history-time{color:var(--color-text-muted);font-size:10px}.pps-empty-hint{color:var(--color-text-muted);margin:0;font-size:12px;font-style:italic}.pps-mono{font-family:Courier New,Courier,monospace;font-size:12px}.pps-muted{color:var(--color-text-muted);font-size:11px}.pps-unit-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.pps-unit-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.pps-unit-card__name{color:var(--color-white);font-size:13px;font-weight:700}.pps-unit-card__shelves{grid-template-columns:repeat(6,1fr);gap:3px;display:grid}.pps-shelf-slot{aspect-ratio:1;background:var(--color-surface-raised);border:1px solid var(--color-border);width:100%;color:var(--color-text-muted);cursor:default;border-radius:3px;justify-content:center;align-items:center;font-size:8px;font-weight:600;transition:background .1s;display:flex}.pps-shelf-slot--occupied{background:var(--color-accent-muted);border-color:var(--color-accent);color:var(--color-accent)}.pps-unit-card__stat{color:var(--color-text-muted);text-align:center;font-size:11px}.pps-scan-row{align-items:center;gap:8px;display:flex}.pps-scan-row .ap-input{flex:1}.pps-oil-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.pps-oil-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;gap:12px;padding:16px;display:flex}.pps-oil-card__header{justify-content:space-between;align-items:flex-start;display:flex}.pps-oil-card__name{color:var(--color-white);font-size:15px;font-weight:700}.pps-oil-card__id{color:var(--color-text-muted);font-family:monospace;font-size:10px}.pps-oil-card__meta{gap:12px;font-size:12px;display:flex}.pps-oil-card__type{color:var(--color-text-secondary);font-weight:600}.pps-oil-card__potency{color:var(--color-text-muted)}.pps-oil-card__progress{flex-direction:column;gap:6px;display:flex}.pps-progress-bar{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:4px;height:8px;overflow:hidden}.pps-progress-fill{border-radius:4px;height:100%;transition:width .3s}.pps-oil-card__amounts{align-items:baseline;gap:2px;font-size:13px;display:flex}.pps-oil-card__actions{gap:8px;display:flex}.pps-label-order-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.pps-label-order-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.pps-label-order-card__img{object-fit:cover;border-bottom:1px solid var(--color-border);width:100%;height:140px}.pps-label-order-card__body{flex-direction:column;flex:1;gap:6px;padding:12px 14px;display:flex}.pps-label-order-card__name{color:var(--color-white);font-size:14px;font-weight:700}.pps-label-order-card__meta{color:var(--color-text-muted);flex-wrap:wrap;gap:10px;font-size:11px;display:flex}.pps-label-order-card__eta{color:var(--color-amber);font-size:11px}.pps-label-order-card__footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:8px;display:flex}@media (width<=1100px){.pps-detail-layout{grid-template-columns:1fr}.pps-detail-sidebar{position:static}}@media (width<=768px){.pps-order-grid,.pps-flavor-grid,.pps-oil-grid,.pps-label-order-grid{grid-template-columns:1fr}.pps-unit-grid{grid-template-columns:repeat(2,1fr)}.pps-main-tabs .ap-tab{padding:8px 10px;font-size:11px}}.pps-kiosk{background:var(--color-bg,#0d0d0d);z-index:9999;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.pps-kiosk-header{background:var(--color-surface,#1a1a1a);border-bottom:1px solid var(--color-border,#2a2a2a);flex-shrink:0;align-items:center;gap:16px;padding:12px 24px;display:flex}.pps-kiosk-stage-label{color:var(--color-white,#fff);flex:1;font-size:16px;font-weight:700}.pps-kiosk-employee{color:var(--color-muted,#888);font-size:13px}.pps-kiosk-exit-btn{border:1px solid var(--color-border,#2a2a2a);border-radius:var(--radius-sm,6px);color:var(--color-muted,#888);cursor:pointer;background:0 0;padding:6px 16px;font-size:12px;transition:color .15s,border-color .15s}.pps-kiosk-exit-btn:hover{color:var(--color-white,#fff);border-color:var(--color-white,#fff)}.pps-kiosk-body{flex:1;padding:24px;overflow-y:auto}.pps-kiosk-exit-overlay{z-index:10000;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pps-kiosk-exit-modal{background:var(--color-surface,#1a1a1a);border:1px solid var(--color-border,#2a2a2a);border-radius:var(--radius-lg,12px);flex-direction:column;gap:16px;width:320px;padding:32px;display:flex}.pps-kiosk-exit-title{color:var(--color-white,#fff);margin:0;font-size:18px;font-weight:700}.pps-kiosk-exit-hint{color:var(--color-muted,#888);margin:0;font-size:13px}.pps-kiosk-pin-input{letter-spacing:.3em;text-align:center;font-size:20px}.pps-kiosk-exit-err{color:var(--color-red,#e05252);margin:0;font-size:12px}.pps-kiosk-exit-actions{justify-content:flex-end;gap:8px;display:flex}.pps-start-btn{margin-left:auto;padding:8px 20px;font-size:14px}.pps-no-stage{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 24px;display:flex}.pps-no-stage__icon{font-size:48px}.pps-no-stage__title{color:var(--color-white,#fff);margin:0;font-size:20px;font-weight:700}.pps-no-stage__hint{color:var(--color-muted,#888);max-width:360px;margin:0;font-size:14px}.pps-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-top:8px;display:grid}.pps-catalog-card{background:var(--color-surface,#1a1a1a);border:1px solid var(--color-border,#2a2a2a);text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:14px 12px 10px;display:flex}.pps-catalog-card__icon{font-size:28px;line-height:1}.pps-catalog-card__name{color:var(--color-white,#fff);word-break:break-word;font-size:14px;font-weight:600}.pps-catalog-card__id{color:var(--color-text-muted,#888);font-family:monospace;font-size:11px}.pps-catalog-card__actions{flex-wrap:wrap;justify-content:center;gap:4px;margin-top:4px;display:flex}.pps-color-swatch{border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;width:48px;height:48px}.ap-pagination{color:var(--color-text-muted,#888);justify-content:center;align-items:center;gap:16px;margin-top:16px;display:flex}input.ap-input{background:var(--color-surface-raised,#222);border:1px solid var(--color-border,#2a2a2a);color:var(--color-white,#fff);border-radius:6px;outline:none;padding:7px 12px;font-size:13px;transition:border-color .15s}input.ap-input:focus{border-color:var(--color-accent,#7c5cbf)}.ds-root{color:#e8e0d0;height:100%;min-height:0;font-family:var(--font-family);background:#111;flex-direction:column;flex:1;display:flex;overflow:hidden}.ds-topbar{z-index:10;background:#1a1a1a;border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:12px;height:52px;padding:0 16px;display:flex}.ds-back{color:#ffffff80;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:13px;transition:color .15s,background .15s}.ds-back:hover{color:#fff;background:#ffffff14}.ds-topbar-center{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.ds-job-id{color:#e07a30;white-space:nowrap;font-size:13px;font-weight:700}.ds-job-type{color:#e07a30;white-space:nowrap;background:#e07a302e;border:1px solid #e07a304d;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.ds-job-client{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.ds-job-flavor{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.ds-rush-badge{color:#fff;letter-spacing:.05em;background:#dc2626;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:700}.ds-steps{flex-shrink:0;align-items:center;gap:4px;display:flex}.ds-step{color:#fff6;cursor:default;background:0 0;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.ds-step--active{color:#e07a30;background:#e07a301a;border-color:#e07a30}.ds-step--done{color:#4ade80;cursor:pointer;background:#2d8a4e1a;border-color:#2d8a4e}.ds-step--done:hover{background:#2d8a4e33}.ds-step:disabled{opacity:.4;cursor:not-allowed}.ds-step-label{font-size:11px;font-weight:500}@media (width<=900px){.ds-step-label{display:none}}.ds-topbar-actions{flex-shrink:0;gap:8px;display:flex}.ds-body{flex:1;grid-template-columns:220px 1fr;min-height:0;display:grid;overflow:hidden}.ds-brief{background:#1a1a1a;border-right:1px solid #ffffff14;flex-direction:column;gap:0;padding:14px;display:flex;overflow-y:auto}.ds-brief-section{padding:8px 0}.ds-brief-label{letter-spacing:.08em;color:#ffffff59;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700}.ds-brief-value{color:#ffffffd9;font-size:13px;font-weight:500}.ds-brief-story{color:#ffffff73;margin-top:6px;font-size:11px;font-style:italic;line-height:1.5}.ds-brief-divider{background:#ffffff0f;height:1px;margin:4px 0}.ds-flavor-chip{color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;padding:2px 8px;font-size:11px}.ds-specs-grid{flex-direction:column;gap:3px;margin-top:6px;display:flex}.ds-spec-item{color:#fff9;font-size:12px}.ds-center{background:#161616;flex-direction:column;display:flex;overflow:hidden}.ds-screen{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ds-screen-header{border-bottom:1px solid #ffffff14;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 16px 10px;display:flex}.ds-screen-title{color:#fff;margin-bottom:4px;font-size:16px;font-weight:700}.ds-screen-desc{color:#ffffff73;font-size:12px;line-height:1.5}.ds-locked-badge{color:#e07a30;background:#e07a3026;border:1px solid #e07a304d;border-radius:4px;margin-left:8px;padding:1px 8px;font-size:11px;font-weight:600;display:inline-block}.ds-screen-footer{border-top:1px solid #ffffff14;flex-shrink:0;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.ds-error{color:#fca5a5;background:#dc26261f;border:1px solid #dc26264d;border-radius:8px;margin:12px 20px;padding:10px 14px;font-size:12px}.ds-empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.ds-empty-icon{opacity:.5;margin-bottom:16px;font-size:40px}.ds-empty-title{color:#ffffffb3;margin-bottom:8px;font-size:15px;font-weight:700}.ds-empty-desc{color:#ffffff59;max-width:360px;font-size:13px;line-height:1.6}.ds-pool-nav{flex-shrink:0;align-items:center;gap:10px;padding:10px 20px 6px;display:flex}.ds-pool-label{color:#ffffff59;flex:1;font-size:11px}.ds-page-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;transition:background .15s}.ds-page-dot--active{background:#e07a30}.ds-concept-grid{flex:1;grid-template-columns:1fr;gap:16px;padding:8px 20px 12px;display:grid;overflow-y:auto}@media (width>=1200px){.ds-concept-grid{grid-template-columns:repeat(2,1fr)}}.ds-concept-card{background:#1e1e1e;border:2px solid #ffffff14;border-radius:10px;flex-direction:column;transition:border-color .15s;display:flex;overflow:hidden}.ds-concept-card:hover{border-color:#e07a304d}.ds-concept-card--selected{border-color:#e07a30}.ds-concept-card--locked{border-color:#e07a3099}.ds-concept-canvas{aspect-ratio:3/4;cursor:pointer;background:#2a2a2a;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ds-concept-img{object-fit:cover;width:100%;height:100%;display:block}.ds-locked-overlay{color:#fff;background:#e07a30d9;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.ds-concept-desc{color:#ffffff80;flex:1;padding:8px 10px 4px;font-size:11px;font-style:italic;line-height:1.4}.ds-concept-actions{border-top:1px solid #ffffff0f;gap:6px;padding:6px 10px 10px;display:flex}.ds-asset-grid{flex:1;gap:12px;padding:12px 20px;display:grid;overflow-y:auto}.ds-asset-grid--2{grid-template-columns:repeat(2,1fr)}.ds-asset-card{cursor:pointer;background:#1e1e1e;border:2px solid #ffffff14;border-radius:10px;transition:border-color .15s;overflow:hidden}.ds-asset-card:hover{border-color:#e07a3066}.ds-asset-card--selected{border-color:#e07a30}.ds-asset-canvas{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ds-asset-img{object-fit:cover;width:100%;height:100%;display:block}.ds-asset-selected-badge{color:#fff;background:#e07a30;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;right:8px}.ds-asset-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.ds-asset-label{color:#ffffff8c;font-size:11px}.ds-asset-regen{color:#ffffff73;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;transition:color .15s,border-color .15s;display:flex}.ds-asset-regen:hover{color:#e07a30;border-color:#e07a3066}.ds-wordart-info{flex-wrap:wrap;flex-shrink:0;gap:6px;padding:10px 20px 0;display:flex}.ds-wordart-field{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;display:flex}.ds-wordart-key{color:#ffffff59;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700}.ds-wordart-val{color:#fffc;font-size:12px;font-weight:500}.ds-screen--compose{overflow:hidden}.ds-compose-body{flex:1;grid-template-columns:260px 1fr;min-height:0;display:grid;overflow:hidden}.ds-compose-controls{background:#1a1a1a;border-right:1px solid #ffffff14;flex-direction:column;gap:0;padding:14px;display:flex;overflow-y:auto}.ds-compose-section{border-bottom:1px solid #ffffff0f;padding:12px 0}.ds-compose-section:last-child{border-bottom:none}.ds-compose-section-title{letter-spacing:.08em;color:#ffffff59;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:700}.ds-compliance-toggle{gap:4px;margin-bottom:10px;display:flex}.ds-toggle-btn{cursor:pointer;color:#ffffff80;background:0 0;border:1px solid #ffffff26;border-radius:6px;flex:1;padding:6px 10px;font-size:12px;font-weight:600;transition:all .15s}.ds-toggle-btn--active{color:#fff;background:#e07a30;border-color:#e07a30}.ds-upload-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.ds-upload-label{color:#fff9;flex:1;font-size:12px}.ds-compose-hint{color:#d97706;background:#d977061a;border:1px solid #d9770640;border-radius:6px;margin-top:8px;padding:6px 10px;font-size:11px}.ds-layer-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:4px 0;display:flex}.ds-layer-name{color:#ffffff8c;font-size:12px}.ds-layer-status{font-size:11px;font-weight:600}.ds-layer-status--ok{color:#4ade80}.ds-layer-status--missing{color:#f87171}.ds-layer-status--optional{color:#ffffff4d}.ds-compose-canvas-wrap{background:#0e0e0e;flex-direction:column;justify-content:flex-start;align-items:center;padding:16px;display:flex;overflow-y:auto}.ds-compose-canvas-label{color:#ffffff40;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:10px}.ds-compose-canvas-container{cursor:grab;-webkit-user-select:none;user-select:none;border:1px solid #ffffff1a;border-radius:4px;position:relative;overflow:hidden}.ds-compose-canvas-container--dragging{cursor:grabbing}.ds-compose-preview{background-repeat:no-repeat;background-size:cover;width:300px;height:360px;position:relative}.ds-label-boundary{border:1.5px dashed #ffffff80;flex-direction:column;display:flex;position:absolute;inset:10%}.ds-compliance-zone{height:40%;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.ds-compliance-placeholder{color:#fff6;text-align:center;background:#00000059;border-top:1px dashed #fff3;justify-content:center;align-items:center;width:100%;height:100%;font-size:10px;line-height:1.5;display:flex}.ds-bleed-label{color:#fff3;letter-spacing:.08em;text-transform:uppercase;font-size:8px;position:absolute;bottom:3px;right:6px}.ds-composed-canvas{width:100%;max-width:300px;height:auto;display:block}.ds-compose-actions{gap:8px;margin-top:12px;display:flex}.ds-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.ds-btn--primary{color:#fff;background:#e07a30}.ds-btn--primary:hover{background:#c4621a}.ds-btn--primary:disabled{opacity:.4;cursor:not-allowed}.ds-btn--go{letter-spacing:.04em;padding:8px 24px;font-size:16px;font-weight:800}.ds-btn--outline{color:#ffffffbf;background:0 0;border:1px solid #fff3}.ds-btn--outline:hover{color:#fff;border-color:#fff6}.ds-btn--outline:disabled{opacity:.4;cursor:not-allowed}.ds-btn--ghost{color:#ffffff73;background:0 0}.ds-btn--ghost:hover{color:#fffc;background:#ffffff0f}.ds-btn--ghost:disabled{opacity:.4;cursor:not-allowed}.ds-btn--generate{color:#e07a30;background:#e07a3026;border:1px solid #e07a3059}.ds-btn--generate:hover{background:#e07a3040}.ds-btn--generate:disabled{opacity:.5;cursor:not-allowed}.ds-btn--sm{padding:5px 10px;font-size:11px}.ds-spinner{border:2px solid #e07a304d;border-top-color:#e07a30;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite ds-spin;display:inline-block}.ds-spinner--lg{border-width:3px!important;width:24px!important;height:24px!important}@keyframes ds-spin{to{transform:rotate(360deg)}}.ds-asset-loading{flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;display:flex}.ds-loading-text{color:#fff6;letter-spacing:.05em;font-size:11px}.ds-canvas-placeholder{opacity:.5;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:100%;display:flex}.ds-placeholder-icon{font-size:24px}.ds-placeholder-hint{color:#ffffff80;font-size:11px}.ds-prompt-input{color:#ffffffd9;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:8px 12px;font-size:13px;transition:border-color .15s}.ds-prompt-input::placeholder{color:#ffffff40}.ds-prompt-input:focus{border-color:#e07a3080}.ds-concept-canvas,.ds-asset-canvas{position:relative}.ds-img-overlay{opacity:0;pointer-events:none;background:0 0;justify-content:flex-end;align-items:flex-end;gap:6px;padding:8px;transition:opacity .18s,background .18s;display:flex;position:absolute;inset:0}.ds-concept-canvas:hover .ds-img-overlay,.ds-asset-canvas:hover .ds-img-overlay{opacity:1;pointer-events:auto;background:#00000059}.ds-img-overlay-btn{color:#111;cursor:pointer;background:#ffffffeb;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;font-weight:700;transition:background .12s,transform .12s;display:flex}.ds-img-overlay-btn:hover{background:#fff;transform:scale(1.08)}.ds-asset-style-desc{color:#ffffff59;margin-top:2px;font-size:10px;line-height:1.3}.ds-lightbox{z-index:9999;cursor:pointer;background:#000000e0;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ds-lightbox-inner{cursor:default;flex-direction:column;align-items:center;gap:14px;max-width:90vw;max-height:90vh;display:flex}.ds-lightbox-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:calc(90vh - 60px);box-shadow:0 8px 48px #0009}.ds-lightbox-actions{gap:10px;display:flex}@media (width<=1100px){.ds-compose-body{grid-template-columns:220px 1fr}}@media (width<=900px){.ds-body{grid-template-columns:1fr}.ds-brief{display:none}.ds-concept-grid{grid-template-columns:1fr}.ds-topbar{flex-wrap:wrap;gap:8px;height:auto;padding:8px 12px}.ds-topbar-center{flex-basis:100%;order:2}.ds-steps{flex-basis:100%;order:3;justify-content:center}.ds-topbar-actions{order:1;margin-left:auto}.ds-back{order:0}}@media (width<=640px){.ds-concept-grid,.ds-compose-body{grid-template-columns:1fr}.ds-screen-header{flex-direction:column;gap:8px}.ds-screen-header>div:last-child{flex-wrap:wrap;gap:6px;display:flex}}.ds-font-studio-body{flex:1;grid-template-columns:280px 1fr;min-height:0;display:grid;overflow:hidden}.ds-font-controls{background:#1a1a1a;border-right:1px solid #ffffff14;padding:14px;overflow-y:auto}.ds-font-section-title{letter-spacing:.08em;color:#ffffff59;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:700}.ds-font-pairings{flex-direction:column;gap:6px;display:flex}.ds-font-pairing-card{cursor:pointer;background:#222;border:2px solid #ffffff14;border-radius:8px;padding:10px 12px;transition:border-color .15s,background .15s}.ds-font-pairing-card:hover{background:#2a2a2a;border-color:#e07a3066}.ds-font-pairing-card--selected{background:#e07a3014;border-color:#e07a30}.ds-font-pairing-name{color:#fff;margin-bottom:4px;font-size:13px;font-weight:700}.ds-font-pairing-sample{color:#fff9;margin-bottom:4px;font-size:12px}.ds-font-pairing-desc{color:#ffffff4d;font-size:10px;font-style:italic}.ds-font-color-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ds-color-swatch{cursor:pointer;border:2px solid #ffffff26;border-radius:50%;width:24px;height:24px;transition:transform .1s,border-color .15s}.ds-color-swatch:hover{transform:scale(1.15)}.ds-color-swatch--active{border-color:#e07a30;transform:scale(1.15)}.ds-color-picker{cursor:pointer;background:0 0;border:none;border-radius:4px;width:28px;height:28px}.ds-font-size-controls{flex-direction:column;gap:8px;display:flex}.ds-size-row{align-items:center;gap:8px;display:flex}.ds-size-label{color:#ffffff80;flex-shrink:0;width:90px;font-size:11px}.ds-size-slider{accent-color:#e07a30;flex:1}.ds-size-val{color:#fff6;text-align:right;flex-shrink:0;width:32px;font-size:11px}.ds-font-preview-wrap{background:#0e0e0e;flex-direction:column;justify-content:flex-start;align-items:center;padding:16px;display:flex;overflow-y:auto}.ds-font-preview-label{color:#ffffff40;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:10px}.ds-font-preview-canvas{border:1px solid #ffffff1a;border-radius:4px;width:300px;height:400px;position:relative;overflow:hidden}.ds-font-preview-compliance-zone{background:#00000073;border-top:1px dashed #ffffff4d;height:40%;position:absolute;bottom:0;left:0;right:0}.ds-font-preview-text{text-align:center;text-shadow:0 1px 4px #0009;flex-direction:column;justify-content:center;align-items:center;gap:4px;height:60%;padding:16px 12px;display:flex;position:absolute;top:0;left:0;right:0}.ds-font-preview-brand{font-weight:700;line-height:1.1}.ds-font-preview-product{font-weight:600;line-height:1.2}.ds-font-preview-descriptor{opacity:.85;font-weight:400}.ds-font-preview-contents{opacity:.7;font-weight:400}@media (width<=900px){.ds-font-studio-body{grid-template-columns:1fr}.ds-font-controls{border-bottom:1px solid #ffffff14;border-right:none;max-height:50vh}}.ds-prompt-editor{background:#0003;border-top:1px solid #ffffff0f;padding:8px 10px 4px}.ds-prompt-textarea{box-sizing:border-box;color:#ffffffd9;resize:vertical;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:6px 8px;font-family:inherit;font-size:11px;line-height:1.4;transition:border-color .15s}.ds-prompt-textarea:focus{border-color:#e07a3080;outline:none}.ds-seed-row{align-items:center;gap:6px;margin-top:6px;display:flex}.ds-seed-input{color:#ffffffbf;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;flex:1;min-width:0;padding:5px 8px;font-family:inherit;font-size:11px}.ds-seed-input::placeholder{color:#ffffff40}.ds-seed-input:focus{border-color:#e07a3066;outline:none}.ds-btn--xs{white-space:nowrap;border-radius:5px;flex-shrink:0;padding:4px 8px;font-size:11px}.res-page{padding:2rem}.res-header{margin-bottom:1.5rem}.res-title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.res-title-left{align-items:flex-start;gap:.75rem;display:flex}.res-icon{color:#e07a30;margin-top:.15rem;font-size:1.5rem}.res-title{color:#f0e8d8;margin:0 0 .2rem;font-size:1.6rem;font-weight:700}.res-subtitle{color:#9a8a75;margin:0;font-size:.85rem}.res-tabs{border-bottom:2px solid #2a2218;gap:.25rem;margin-bottom:1.5rem;display:flex}.res-tab{color:#9a8a75;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;transition:color .15s,border-color .15s}.res-tab:hover{color:#f0e8d8}.res-tab.active{color:#e07a30;border-bottom-color:#e07a30}.res-card{background:#1a1410;border:1px solid #2a2218;border-radius:8px;margin-bottom:1.25rem;overflow:hidden}.res-card-header{border-bottom:1px solid #2a2218;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.res-card-title{color:#f0e8d8;letter-spacing:-.01em;font-size:13px;font-weight:600}.res-card-body{padding:16px 18px}.res-kpis{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:1.25rem;display:grid}.res-kpi{background:#1a1410;border:1px solid #2a2218;border-radius:8px;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.res-kpi-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.res-kpi-icon--amber{background:#e07a3026}.res-kpi-icon--red{background:#dc262626}.res-kpi-icon--green{background:#22c55e26}.res-kpi-icon--blue{background:#3b82f626}.res-kpi-body{flex-direction:column;gap:2px;display:flex}.res-kpi-label{letter-spacing:.1em;text-transform:uppercase;color:#6a5a45;font-size:9px;font-weight:700}.res-kpi-value{color:#f0e8d8;letter-spacing:-.03em;font-size:22px;font-weight:700;line-height:1.1}.res-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.res-search{color:#f0e8d8;background:#110e0a;border:1px solid #2a2218;border-radius:6px;flex:1;min-width:180px;padding:.45rem .75rem;font-size:.85rem}.res-search::placeholder{color:#6a5a45}.res-search:focus{border-color:#e07a30;outline:none}.res-filter-tabs{gap:.25rem;display:flex}.res-filter-tab{color:#9a8a75;cursor:pointer;background:#110e0a;border:1px solid #2a2218;border-radius:5px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .15s}.res-filter-tab:hover{color:#f0e8d8;border-color:#4a3a28}.res-filter-tab.active{color:#fff;background:#e07a30;border-color:#e07a30}.res-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .15s,transform .1s}.res-btn:active{transform:scale(.97)}.res-btn--primary{color:#fff;background:#e07a30}.res-btn--primary:hover{opacity:.9}.res-btn--ghost{color:#9a8a75;background:0 0;border:1px solid #2a2218}.res-btn--ghost:hover{color:#f0e8d8;border-color:#4a3a28}.res-btn--danger{color:#f87171;background:#dc262626;border:1px solid #dc26264d}.res-btn--danger:hover{background:#dc262640}.res-btn--sm{padding:.3rem .65rem;font-size:.78rem}.res-table-wrap{overflow-x:auto}.res-table{border-collapse:collapse;width:100%;font-size:.85rem}.res-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:#6a5a45;white-space:nowrap;border-bottom:1px solid #2a2218;padding:10px 14px;font-size:10px;font-weight:700}.res-table td{color:#c8b89a;vertical-align:middle;border-bottom:1px solid #1e1a14;padding:11px 14px}.res-table tr:last-child td{border-bottom:none}.res-table tr:hover td{background:#1e1a14}.res-table .name-cell{color:#f0e8d8;font-weight:500}.res-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.res-badge--ok{color:#4ade80;background:#22c55e1f}.res-badge--low{color:#facc15;background:#eab3081f}.res-badge--out{color:#f87171;background:#dc26261f}.res-badge--coc{color:#c084fc;background:#a855f71f}.res-badge--cat{color:#60a5fa;background:#3b82f61f;font-size:10px}.cat-base{color:#60a5fa;background:#3b82f61f}.cat-flavor{color:#4ade80;background:#22c55e1f}.cat-color{color:#c084fc;background:#a855f71f}.cat-active{color:#f87171;background:#dc26261f}.qty-bar-wrap{align-items:center;gap:8px;min-width:120px;display:flex}.qty-bar-bg{background:#2a2218;border-radius:3px;flex:1;height:5px;overflow:hidden}.qty-bar-fill{border-radius:3px;height:100%;transition:width .3s}.qty-bar-fill--ok{background:#4ade80}.qty-bar-fill--low{background:#facc15}.qty-bar-fill--out{background:#f87171}.qty-text{color:#f0e8d8;white-space:nowrap;font-size:12px;font-weight:600}.res-modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.res-modal{background:#1a1410;border:1px solid #2a2218;border-radius:10px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.res-modal-header{border-bottom:1px solid #2a2218;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.res-modal-title{color:#f0e8d8;font-size:15px;font-weight:700}.res-modal-close{color:#9a8a75;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:1.2rem;transition:color .15s}.res-modal-close:hover{color:#f0e8d8}.res-modal-body{flex-direction:column;gap:14px;padding:20px;display:flex}.res-modal-footer{border-top:1px solid #2a2218;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.res-field{flex-direction:column;gap:5px;display:flex}.res-label{letter-spacing:.06em;text-transform:uppercase;color:#6a5a45;font-size:11px;font-weight:700}.res-input,.res-select,.res-textarea{color:#f0e8d8;box-sizing:border-box;background:#110e0a;border:1px solid #2a2218;border-radius:6px;width:100%;padding:.5rem .75rem;font-size:.875rem}.res-input:focus,.res-select:focus,.res-textarea:focus{border-color:#e07a30;outline:none}.res-input::placeholder,.res-textarea::placeholder{color:#6a5a45}.res-select option{background:#1a1410}.res-textarea{resize:vertical;min-height:70px}.res-row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.res-ledger-entry{border-bottom:1px solid #1e1a14;align-items:flex-start;gap:10px;padding:10px 0;font-size:.82rem;display:flex}.res-ledger-entry:last-child{border-bottom:none}.res-ledger-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.res-ledger-dot--in{background:#4ade80}.res-ledger-dot--out{background:#f87171}.res-ledger-dot--adj{background:#facc15}.res-ledger-meta{color:#6a5a45;margin-top:2px;font-size:11px}.fs-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.fs-section-title{letter-spacing:.08em;text-transform:uppercase;color:#6a5a45;margin-bottom:10px;font-size:11px;font-weight:700}.fs-component-row{grid-template-columns:1fr 80px 80px 32px;align-items:center;gap:8px;margin-bottom:8px;display:grid}.fs-component-row .res-input{padding:.4rem .6rem;font-size:.82rem}.fs-add-btn{color:#6a5a45;cursor:pointer;background:0 0;border:1px dashed #2a2218;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;padding:.4rem .75rem;font-size:.82rem;transition:all .15s;display:flex}.fs-add-btn:hover{color:#e07a30;border-color:#e07a30}.fs-remove-btn{color:#6a5a45;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px;font-size:1rem;transition:color .15s}.fs-remove-btn:hover{color:#f87171}.fs-result-card{background:#110e0a;border:1px solid #2a2218;border-radius:8px;padding:16px}.fs-result-row{border-bottom:1px solid #1e1a14;justify-content:space-between;align-items:center;padding:8px 0;font-size:.85rem;display:flex}.fs-result-row:last-child{border-bottom:none}.fs-result-name{color:#c8b89a}.fs-result-grams{color:#f0e8d8;font-weight:700}.fs-result-grams span{color:#6a5a45;margin-left:3px;font-size:11px;font-weight:400}.fs-warning{color:#facc15;margin-top:4px;font-size:11px}.cc-layout{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.cc-swatch-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.cc-swatch{border:2px solid #2a2218;border-radius:8px;flex-shrink:0;width:48px;height:48px;transition:background-color .3s}.cc-swatch-label{color:#9a8a75;font-size:12px}.cc-swatch-hex{color:#f0e8d8;font-family:monospace;font-size:14px;font-weight:700}.cc-dye-result{background:#110e0a;border:1px solid #2a2218;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 14px;display:flex}.cc-dye-name{color:#c8b89a;font-size:.85rem}.cc-dye-grams{color:#f0e8d8;font-size:1rem;font-weight:700}.cc-dye-grams span{color:#6a5a45;margin-left:3px;font-size:11px;font-weight:400}.cc-note{color:#6a5a45;margin-top:8px;font-size:11px;line-height:1.5}.cc-arrow{color:#4a3a28;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.res-empty{text-align:center;color:#6a5a45;padding:3rem 1rem}.res-empty-icon{margin-bottom:.75rem;font-size:2.5rem}.res-empty-text{font-size:.9rem}.res-alert{color:#facc15;background:#eab30814;border:1px solid #eab30840;border-radius:6px;align-items:center;gap:10px;margin-bottom:1rem;padding:10px 14px;font-size:.82rem;display:flex}@media (width<=768px){.res-page{padding:1rem}.res-kpis{grid-template-columns:repeat(2,1fr)}.fs-grid,.cc-layout{grid-template-columns:1fr}.fs-component-row{grid-template-columns:1fr 70px 70px 32px}}@media (width<=480px){.res-kpis{grid-template-columns:1fr 1fr}.res-tabs{overflow-x:auto}}.mc-page{flex-direction:column;gap:20px;min-height:100%;padding:24px;display:flex}.mc-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mc-header-left{flex-direction:column;gap:4px;display:flex}.mc-back-btn{color:var(--color-accent,#e07a30);cursor:pointer;text-align:left;background:0 0;border:none;margin-bottom:4px;padding:0;font-size:13px}.mc-back-btn:hover{text-decoration:underline}.mc-title{color:var(--color-white,#fff);margin:0;font-size:22px;font-weight:700}.mc-count{color:var(--color-muted,#888);font-size:13px}.mc-add-btn{background:var(--color-accent,#e07a30);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:9px 16px;font-size:13px;font-weight:600}.mc-add-btn:hover{opacity:.88}.mc-filters{flex-wrap:wrap;gap:10px;display:flex}.mc-search{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#333);min-width:200px;color:var(--color-white,#fff);border-radius:6px;flex:1;padding:8px 12px;font-size:13px}.mc-search::placeholder{color:var(--color-muted,#888)}.mc-select{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);cursor:pointer;border-radius:6px;padding:8px 12px;font-size:13px}.mc-card{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#333);border-radius:10px;overflow:hidden}.mc-loading,.mc-empty{text-align:center;color:var(--color-muted,#888);padding:40px;font-size:14px}.mc-table{border-collapse:collapse;width:100%;font-size:13px}.mc-table th{text-align:left;color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border,#333);background:var(--color-bg,#141414);padding:11px 16px;font-size:11px;font-weight:600}.mc-table td{border-bottom:1px solid var(--color-border,#333);color:var(--color-white,#fff);vertical-align:middle;padding:12px 16px}.mc-table tr:last-child td{border-bottom:none}.mc-table tr:hover td{background:#ffffff08}.mc-store-name{color:var(--color-white,#fff);font-weight:600}.mc-store-loc{color:var(--color-muted,#888);margin-top:2px;font-size:11px}.mc-num{text-align:center;font-weight:600}.mc-status{text-transform:capitalize;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.mc-status--active{color:#22c55e;background:#22c55e26}.mc-status--onboarding{color:#eab308;background:#eab30826}.mc-actions{flex-wrap:wrap;gap:6px;display:flex}.mc-btn{cursor:pointer;border:none;border-radius:5px;padding:5px 11px;font-size:12px;font-weight:600;transition:opacity .15s}.mc-btn:hover{opacity:.82}.mc-btn--view{background:var(--color-accent,#e07a30);color:#fff}.mc-btn--edit{color:var(--color-white,#fff);background:#ffffff1a}.mc-btn--del{color:#ef4444;background:#ef444426}.mc-btn--danger{color:#fff;background:#ef4444}.mc-btn--cancel{color:var(--color-white,#fff);background:#ffffff14}.mc-btn--save{background:var(--color-accent,#e07a30);color:#fff}.mc-btn:disabled{opacity:.5;cursor:not-allowed}.mc-pagination{justify-content:center;align-items:center;gap:16px;display:flex}.mc-page-btn{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);cursor:pointer;border-radius:6px;padding:7px 14px;font-size:13px}.mc-page-btn:disabled{opacity:.4;cursor:not-allowed}.mc-page-info{color:var(--color-muted,#888);font-size:13px}.mc-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.mc-modal{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#333);border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.mc-modal--sm{max-width:380px}.mc-modal-header{border-bottom:1px solid var(--color-border,#333);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mc-modal-header h2{color:var(--color-white,#fff);margin:0;font-size:16px;font-weight:700}.mc-modal-close{color:var(--color-muted,#888);cursor:pointer;background:0 0;border:none;font-size:18px;line-height:1}.mc-modal-body{color:var(--color-white,#fff);padding:16px 20px;font-size:14px;line-height:1.5}.mc-warn{color:#ef4444;margin-top:6px;font-size:12px}.mc-form{flex-direction:column;gap:14px;padding:20px;display:flex}.mc-form label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:5px;font-size:12px;font-weight:600;display:flex}.mc-form input,.mc-form select{background:var(--color-bg,#141414);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);border-radius:6px;padding:8px 12px;font-size:13px}.mc-form input:focus,.mc-form select:focus{border-color:var(--color-accent,#e07a30);outline:none}.mc-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:8px 12px;font-size:12px}.mc-form-actions{justify-content:flex-end;gap:8px;padding:0 20px 20px;display:flex}.mcd-page{flex-direction:column;gap:20px;min-height:100%;padding:24px;display:flex}.mcd-loading{text-align:center;color:var(--color-muted,#888);padding:60px;font-size:14px}.mcd-back-row{margin-bottom:-8px}.mcd-back-btn{color:var(--color-accent,#e07a30);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px}.mcd-back-btn:hover{text-decoration:underline}.mcd-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.mcd-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.mcd-title{color:var(--color-white,#fff);margin:0;font-size:24px;font-weight:700}.mcd-subtitle{color:var(--color-muted,#888);margin-top:4px;font-size:13px}.mcd-status{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.mcd-status--active{color:#22c55e;background:#22c55e26}.mcd-status--onboarding{color:#eab308;background:#eab30826}.mcd-header-stats{gap:20px;display:flex}.mcd-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.mcd-stat-num{font-size:28px;font-weight:700}.mcd-stat-num--green{color:#22c55e}.mcd-stat-num--orange{color:var(--color-accent,#e07a30)}.mcd-stat-label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.mcd-tabs{border-bottom:1px solid var(--color-border,#333);gap:4px;display:flex}.mcd-tab{color:var(--color-muted,#888);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.mcd-tab:hover{color:var(--color-white,#fff)}.mcd-tab--active{color:var(--color-accent,#e07a30);border-bottom-color:var(--color-accent,#e07a30)}.mcd-tab-content{flex-direction:column;gap:16px;display:flex}.mcd-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.mcd-section-title{color:var(--color-white,#fff);margin:0;font-size:16px;font-weight:700}.mcd-add-label-btn{background:var(--color-accent,#e07a30);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600}.mcd-add-label-btn:hover{opacity:.88}.mcd-empty{text-align:center;color:var(--color-muted,#888);padding:40px;font-size:14px}.mcd-empty-state{flex-direction:column;align-items:center;gap:10px;padding:60px 20px;display:flex}.mcd-empty-icon{font-size:40px}.mcd-empty-title{color:var(--color-white,#fff);font-size:18px;font-weight:700}.mcd-empty-sub{color:var(--color-muted,#888);text-align:center;max-width:360px;font-size:13px}.mcd-labels-list{flex-direction:column;gap:12px;display:flex}.mcd-label-card{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#333);border-radius:10px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.mcd-label-top{align-items:flex-start;gap:14px;display:flex}.mcd-label-img-wrap{background:var(--color-bg,#141414);border:1px solid var(--color-border,#333);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.mcd-label-img{object-fit:cover;width:100%;height:100%}.mcd-label-img-placeholder{font-size:24px}.mcd-label-info{flex:1;min-width:0}.mcd-label-name{color:var(--color-white,#fff);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.mcd-label-type{color:var(--color-muted,#888);margin-top:2px;font-size:12px}.mcd-label-stage-pill{color:var(--color-accent,#e07a30);background:#e07a3026;border-radius:12px;margin-top:6px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.mcd-label-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.mcd-stage-select{background:var(--color-bg,#141414);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);cursor:pointer;border-radius:6px;max-width:180px;padding:5px 8px;font-size:11px}.mcd-label-actions{gap:6px;display:flex}.mcd-label-btn{cursor:pointer;border:none;border-radius:5px;padding:5px 10px;font-size:11px;font-weight:600}.mcd-label-btn--edit{color:var(--color-white,#fff);background:#ffffff1a}.mcd-label-btn--del{color:#ef4444;background:#ef444426}.mcd-recipe-row{flex-wrap:wrap;align-items:center;gap:8px;margin:4px 0 2px;display:flex}.mcd-color-swatch{border:1px solid #fff3;border-radius:50%;flex-shrink:0;width:14px;height:14px;display:inline-block}.mcd-recipe-color-name{color:var(--color-white,#fff);opacity:.85;font-size:11px;font-weight:600}.mcd-recipe-flavors{color:var(--color-muted,#888);font-size:11px}.mcd-label-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.mcd-tag{color:var(--color-muted,#888);background:#ffffff14;border-radius:4px;padding:2px 8px;font-size:11px}.mcd-units{color:var(--color-muted,#888);margin-left:auto;font-size:11px}.mcd-info-card{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#333);border-radius:10px;flex-direction:column;gap:16px;padding:20px;display:flex}.mcd-info-card-header{justify-content:space-between;align-items:center;display:flex}.mcd-info-card-title{color:var(--color-white,#fff);margin:0;font-size:15px;font-weight:700}.mcd-edit-info-btn{border:1px solid var(--color-border,#333);color:var(--color-white,#fff);cursor:pointer;background:#ffffff14;border-radius:6px;padding:6px 12px;font-size:12px}.mcd-info-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.mcd-info-field-label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:11px;font-weight:600}.mcd-info-field-value{color:var(--color-white,#fff);font-size:14px}.mcd-schedule-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.mcd-schedule-label{color:var(--color-white,#fff);font-size:14px;font-weight:600}.mcd-schedule-desc{color:var(--color-muted,#888);margin-top:2px;font-size:12px}.mcd-toggle{border:1px solid var(--color-border,#333);color:var(--color-muted,#888);cursor:pointer;background:#ffffff14;border-radius:20px;padding:5px 16px;font-size:12px;font-weight:700;transition:all .2s}.mcd-toggle--on{color:#22c55e;background:#22c55e26;border-color:#22c55e}.mcd-schedule-interval label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:5px;font-size:12px;font-weight:600;display:flex}.mcd-schedule-interval select{background:var(--color-bg,#141414);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);border-radius:6px;max-width:200px;padding:8px 12px;font-size:13px}.mcd-schedule-status{color:var(--color-muted,#888);font-size:13px}.mcd-info-form{flex-direction:column;gap:14px;display:flex}.mcd-info-form label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:5px;font-size:12px;font-weight:600;display:flex}.mcd-info-form input,.mcd-info-form select{background:var(--color-bg,#141414);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);border-radius:6px;padding:8px 12px;font-size:13px}.mcd-form-actions{justify-content:flex-end;gap:8px;display:flex}.mcd-save-btn{background:var(--color-accent,#e07a30);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.mcd-save-btn:disabled{opacity:.5;cursor:not-allowed}.mcd-cancel-btn{border:1px solid var(--color-border,#333);color:var(--color-white,#fff);cursor:pointer;background:#ffffff14;border-radius:6px;padding:8px 16px;font-size:13px}.mcd-danger-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.mcd-danger-btn:disabled{opacity:.5;cursor:not-allowed}.mcd-overlay{z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.mcd-modal{background:var(--color-surface,#1e1e1e);border:1px solid var(--color-border,#333);border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.mcd-modal--sm{max-width:380px}.mcd-modal-header{border-bottom:1px solid var(--color-border,#333);background:var(--color-surface,#1e1e1e);z-index:1;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.mcd-modal-header h2{color:var(--color-white,#fff);margin:0;font-size:16px;font-weight:700}.mcd-modal-close{color:var(--color-muted,#888);cursor:pointer;background:0 0;border:none;font-size:18px}.mcd-modal-body{color:var(--color-white,#fff);padding:16px 20px;font-size:14px;line-height:1.5}.mcd-modal-footer{border-top:1px solid var(--color-border,#333);justify-content:flex-end;gap:8px;padding:16px 20px;display:flex}.mcd-label-form{flex-direction:column;gap:16px;padding:20px;display:flex}.mcd-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mcd-form-grid label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:5px;font-size:11px;font-weight:600;display:flex}.mcd-form-grid input,.mcd-form-grid select{background:var(--color-bg,#141414);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);border-radius:6px;padding:8px 10px;font-size:13px}.mcd-form-grid input:focus,.mcd-form-grid select:focus{border-color:var(--color-accent,#e07a30);outline:none}.mcd-full-label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:5px;font-size:11px;font-weight:600;display:flex}.mcd-full-label textarea{background:var(--color-bg,#141414);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);resize:vertical;border-radius:6px;padding:8px 12px;font-size:13px}.mcd-cannab-section{flex-direction:column;gap:8px;display:flex}.mcd-cannab-label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.mcd-cannab-row{flex-wrap:wrap;gap:8px;display:flex}.mcd-cannab-row select,.mcd-cannab-row input{background:var(--color-bg,#141414);border:1px solid var(--color-border,#333);color:var(--color-white,#fff);border-radius:6px;flex:1;min-width:80px;padding:7px 10px;font-size:13px}.mcd-cannab-add-btn{background:var(--color-accent,#e07a30);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:600}.mcd-cannab-list{flex-wrap:wrap;gap:6px;display:flex}.mcd-cannab-tag{color:var(--color-accent,#e07a30);background:#e07a3026;border-radius:12px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;display:inline-flex}.mcd-cannab-tag button{color:var(--color-accent,#e07a30);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:1}.mcd-upload-section{flex-direction:column;gap:8px;display:flex}.mcd-upload-label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.mcd-upload-zone{border:2px dashed var(--color-border,#333);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-height:100px;padding:20px;transition:border-color .15s;display:flex}.mcd-upload-zone:hover{border-color:var(--color-accent,#e07a30)}.mcd-upload-placeholder{color:var(--color-muted,#888);flex-direction:column;align-items:center;gap:6px;font-size:13px;display:flex}.mcd-upload-placeholder span:first-child{font-size:24px}.mcd-upload-preview{object-fit:contain;border-radius:6px;max-width:100%;max-height:120px}.mcd-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:8px 12px;font-size:12px}.mcd-asset-vault{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;margin-top:14px;padding:14px 16px}.mcd-asset-vault-title{text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted,#888);margin-bottom:12px;font-size:11px;font-weight:600}.mcd-asset-slots{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=600px){.mcd-asset-slots{grid-template-columns:1fr}}.mcd-asset-slot{flex-direction:column;gap:6px;display:flex}.mcd-asset-slot-label{color:var(--color-muted,#888);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.mcd-asset-upload-zone{color:var(--color-muted,#888);cursor:pointer;text-align:center;background:0 0;border:2px dashed #ffffff26;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;padding:18px 12px;font-size:12px;transition:border-color .15s,background .15s;display:flex}.mcd-asset-upload-zone:hover:not(:disabled){border-color:var(--color-accent,#e07a30);color:var(--color-accent,#e07a30);background:#e07a300f}.mcd-asset-upload-zone:disabled{opacity:.5;cursor:not-allowed}.mcd-asset-upload-icon{font-size:22px;line-height:1}.mcd-asset-upload-hint{opacity:.6;margin-top:2px;font-size:10px}.mcd-asset-preview{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:6px;padding:10px;display:flex}.mcd-asset-thumb-img{object-fit:contain;background:#0003;border-radius:4px;width:100%;max-height:120px}.mcd-asset-preview--pdf{align-items:flex-start}.mcd-asset-pdf-icon{padding:4px 0;font-size:32px;line-height:1}.mcd-asset-meta{flex-direction:column;gap:2px;display:flex}.mcd-asset-filename{color:var(--color-white,#fff);word-break:break-all;font-size:11px;font-weight:500}.mcd-asset-size{color:var(--color-muted,#888);font-size:10px}.mcd-asset-actions{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.mcd-asset-btn{cursor:pointer;border:1px solid #0000;border-radius:4px;align-items:center;padding:4px 10px;font-size:11px;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.mcd-asset-btn:disabled{opacity:.5;cursor:not-allowed}.mcd-asset-btn--view{color:var(--color-white,#fff);background:#ffffff1a;border-color:#ffffff26}.mcd-asset-btn--view:hover{background:#ffffff2e}.mcd-asset-btn--replace{color:var(--color-accent,#e07a30);background:#e07a3026;border-color:#e07a304d}.mcd-asset-btn--replace:hover:not(:disabled){background:#e07a3040}.mcd-asset-btn--del{color:#e05555;background:#dc35451f;border-color:#dc354540}.mcd-asset-btn--del:hover{background:#dc354538}.mcd-asset-error{color:#e05555;background:#dc35451a;border:1px solid #dc354533;border-radius:4px;margin-top:8px;padding:6px 10px;font-size:11px}.mcd-asset-auto-generating{color:#e8a44a;background:#e8a44a12;border:1.5px dashed #e8a44a;border-radius:8px;align-items:center;gap:8px;padding:14px 16px;font-size:12px;font-weight:500;display:flex}.mcd-asset-spinner{font-size:16px;animation:1s linear infinite mcd-spin;display:inline-block}@keyframes mcd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.int-page{max-width:1100px;padding:2rem}.int-header{margin-bottom:2rem}.int-title{color:#2d2d2d;margin:0 0 .25rem;font-size:1.6rem;font-weight:700}.int-subtitle{color:#888;margin:0;font-size:.9rem}.int-cards{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.int-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 4px #0000000f}.int-card--green{border-left:4px solid #22c55e}.int-card--red{border-left:4px solid #ef4444}.int-card--gray{border-left:4px solid #9ca3af}.int-card-header{align-items:center;gap:.85rem;margin-bottom:1.25rem;display:flex}.int-card-logo{background:#16a34a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.int-card-logo--acct{background:#2563eb}.int-card-logo--qb{background:#2ca01c}.int-card-logo--gm{background:#4285f4}.int-card-logo--lm{background:#0f766e}.int-card-logo-text{color:#fff;letter-spacing:.03em;font-size:.85rem;font-weight:800}.int-card-title-block{flex:1}.int-card-name{color:#1a1a1a;margin:0 0 .15rem;font-size:1.05rem;font-weight:700}.int-card-desc{color:#888;margin:0;font-size:.8rem}.int-card-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.int-card-badge--connected{color:#16a34a;background:#dcfce7}.int-card-badge--error{color:#dc2626;background:#fee2e2}.int-card-badge--gray{color:#6b7280;background:#f3f4f6}.int-card-stats{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.int-stat{background:#f8f9fa;border-radius:8px;padding:.65rem .85rem}.int-stat--warn{background:#fff7ed}.int-stat--warn .int-stat-value{color:#ea580c}.int-stat-label{color:#888;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem;font-size:.72rem;display:block}.int-stat-value{color:#1a1a1a;font-size:1.1rem;font-weight:700;display:block}.int-stat-value--mono{color:#555;font-family:monospace;font-size:.78rem;font-weight:500}.int-card-actions{gap:.65rem;margin-bottom:.85rem;display:flex}.int-btn{cursor:pointer;border:none;border-radius:7px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .15s}.int-btn:disabled{opacity:.5;cursor:not-allowed}.int-btn--primary{color:#fff;background:#e07a30}.int-btn--secondary{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.int-btn--primary:hover:not(:disabled){opacity:.88}.int-btn--secondary:hover:not(:disabled){background:#e5e7eb}.int-sync-result{border-radius:6px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.82rem}.int-sync-result--ok{color:#15803d;background:#dcfce7}.int-sync-result--error{color:#dc2626;background:#fee2e2}.int-card-note{color:#aaa;font-size:.75rem;line-height:1.6}.int-card-note code{color:#555;background:#f3f4f6;border-radius:4px;padding:.1rem .35rem;font-size:.72rem}.int-gm-input-wrap{margin-bottom:.85rem}.int-gm-input{box-sizing:border-box;color:#1a1a1a;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:7px;outline:none;width:100%;padding:.55rem .85rem;font-family:monospace;font-size:.85rem;transition:border-color .15s}.int-gm-input:focus{background:#fff;border-color:#4285f4}.int-card-note a{color:#4285f4;text-decoration:none}.int-card-note a:hover{text-decoration:underline}.int-mapper{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:1.75rem;box-shadow:0 1px 4px #0000000f}.int-mapper-header{margin-bottom:1.5rem}.int-mapper-title{color:#1a1a1a;margin:0 0 .4rem;font-size:1.2rem;font-weight:700}.int-mapper-desc{color:#666;max-width:680px;margin:0 0 .85rem;font-size:.85rem;line-height:1.6}.int-mapper-summary{gap:.5rem;display:flex}.int-mapper-pill{border-radius:999px;padding:.2rem .65rem;font-size:.78rem;font-weight:600}.int-mapper-pill--green{color:#15803d;background:#dcfce7}.int-mapper-pill--orange{color:#c2410c;background:#fff7ed}.int-mapper-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.int-mapper-search{border:1.5px solid #d1d5db;border-radius:8px;outline:none;flex:1;min-width:200px;padding:.5rem .85rem;font-size:.88rem}.int-mapper-search:focus{border-color:#e07a30}.int-mapper-filters{gap:.4rem;display:flex}.int-filter-btn{cursor:pointer;color:#555;background:#fff;border:1.5px solid #d1d5db;border-radius:7px;padding:.4rem .85rem;font-size:.8rem;font-weight:500;transition:all .15s}.int-filter-btn:hover{background:#f3f4f6}.int-filter-btn--active{color:#fff;background:#e07a30;border-color:#e07a30}.int-mapper-loading{text-align:center;color:#888;padding:2rem;font-size:.9rem}.int-mapper-empty{text-align:center;color:#aaa;padding:2rem;font-size:.88rem}.int-mapper-table{border:1.5px solid #e5e7eb;border-radius:10px;overflow:hidden}.int-mapper-thead{background:#f8f9fa;border-bottom:1.5px solid #e5e7eb;grid-template-columns:2fr 40px 2fr 60px;padding:.65rem 1rem;display:grid}.int-mapper-th{text-transform:uppercase;letter-spacing:.05em;color:#888;font-size:.72rem;font-weight:700}.int-mapper-row{border-bottom:1px solid #f0f0f0;grid-template-columns:2fr 40px 2fr 60px;align-items:start;padding:.85rem 1rem;transition:background .1s;display:grid}.int-mapper-row:last-child{border-bottom:none}.int-mapper-row:hover{background:#fafafa}.int-mapper-row--mapped{background:#f0fdf4}.int-mapper-row--unmapped{background:#fff}.int-mapper-cell{padding:0 .25rem}.int-mapper-cell--arrow{color:#aaa;justify-content:center;align-items:center;padding-top:.2rem;font-size:1.1rem;display:flex}.int-mapper-ll-name{color:#1a1a1a;font-size:.88rem;font-weight:600;display:block}.int-mapper-ll-id,.int-mapper-ll-date{color:#aaa;margin-top:.1rem;font-size:.75rem;display:block}.int-mapper-be-name{color:#15803d;font-size:.88rem;font-weight:600;display:block}.int-mapper-be-id{color:#aaa;font-size:.75rem;display:block}.int-mapper-success{color:#15803d;margin-top:.2rem;font-size:.75rem;display:block}.int-mapper-search-wrap{box-sizing:border-box;width:100%;position:relative}.int-mapper-store-input{box-sizing:border-box;border:1.5px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:.4rem .65rem;font-size:.83rem}.int-mapper-store-input:focus{border-color:#e07a30}.int-mapper-dropdown{z-index:100;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;max-height:220px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.int-mapper-dropdown-item{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:.55rem .85rem;transition:background .1s}.int-mapper-dropdown-item:last-child{border-bottom:none}.int-mapper-dropdown-item:hover{background:#fff7ed}.int-mapper-dd-name{color:#1a1a1a;font-size:.85rem;font-weight:600;display:block}.int-mapper-dd-meta{color:#888;font-size:.75rem;display:block}.int-mapper-unmap-btn{color:#ef4444;cursor:pointer;background:0 0;border:1.5px solid #fca5a5;border-radius:6px;padding:.3rem .55rem;font-size:.8rem;transition:all .15s}.int-mapper-unmap-btn:hover{background:#fee2e2}.int-mapper-saving{color:#888;font-size:.78rem}.int-nested-source{border-top:1px solid #f0f0f0;margin:1.25rem 0;padding-top:1rem}.int-nested-source-label{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:.6rem;font-size:.7rem;font-weight:700}.int-nested-card{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;padding:1rem 1.1rem}.int-nested-card--connected{border-left:3px solid #22c55e}.int-nested-card--error{border-left:3px solid #ef4444}.int-nested-card-header{align-items:center;gap:.7rem;margin-bottom:.85rem;display:flex}.int-nested-card-title-block{flex-direction:column;flex:1;gap:.1rem;display:flex}.int-nested-card-name{color:#1f2937;font-size:.92rem;font-weight:600}.int-nested-card-desc{color:#9ca3af;font-size:.75rem}.int-nested-card-actions{margin-top:.85rem}.int-card-logo--sm{width:32px;min-width:32px;height:32px;font-size:.65rem}.int-card-badge--sm{padding:.2rem .55rem;font-size:.68rem}.int-btn--sm{padding:.35rem .8rem;font-size:.78rem}.int-card-stats--compact{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}@media (width<=600px){.int-page{padding:1rem}.int-cards{grid-template-columns:1fr}.int-mapper-toolbar{flex-direction:column;align-items:stretch}.int-mapper-search{width:100%;min-width:0}.int-mapper-filters{justify-content:stretch;width:100%}.int-filter-btn{text-align:center;flex:1;padding:.5rem .25rem;font-size:.75rem}.int-mapper-thead{display:none}.int-mapper-row{border-bottom:1.5px solid #e5e7eb;border-radius:0;flex-direction:column;gap:.65rem;padding:1rem;display:flex}.int-mapper-cell--arrow{display:none}.int-mapper-cell--ll{padding:0}.int-mapper-ll-name{font-size:1rem;font-weight:700}.int-mapper-ll-id,.int-mapper-ll-date{font-size:.8rem}.int-mapper-cell--be{width:100%;padding:0}.int-mapper-store-input{border-radius:8px;width:100%;padding:.65rem .85rem;font-size:.95rem}.int-mapper-dropdown{z-index:200;max-height:260px;left:0;right:0}.int-mapper-dd-name{font-size:.95rem}.int-mapper-dd-meta{font-size:.82rem}.int-mapper-dropdown-item{padding:.75rem 1rem}.int-mapper-cell--action{justify-content:flex-end;padding:0;display:flex}.int-mapper-unmap-btn{padding:.45rem 1rem;font-size:.85rem}.int-mapper-be-name{font-size:.95rem}.int-mapper-be-id{font-size:.8rem}.int-mapper{border-radius:8px;padding:1rem}}.mkt-social-content{flex-direction:column;gap:0;display:flex}.mkt-channel-row{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.mkt-channel-pill{color:#3a3020;background:#fff8ee;border:2px solid #e07a30;border-radius:20px;align-items:center;gap:7px;padding:6px 14px;font-size:.85rem;font-weight:500;display:flex}.mkt-channel-pill--disconnected{color:#8a8070;background:#f0ece0;border-color:#c8be9a}.mkt-channel-pill-icon{font-size:1rem}.mkt-channel-pill-name{font-weight:600}.mkt-channel-pill-status{text-transform:uppercase;letter-spacing:.03em;border-radius:10px;padding:2px 7px;font-size:.72rem;font-weight:600}.mkt-channel-pill-status--on{color:#1a6630;background:#d4edda}.mkt-channel-pill-status--off{color:#8a8070;background:#f0ece0}.mkt-subnav{border-bottom:2px solid #c8be9a;align-items:center;gap:6px;margin-bottom:20px;padding-bottom:10px;display:flex}.mkt-subnav-btn:hover{color:#e07a30;background:#f5f0e0}.mkt-subnav-btn--active{color:#e07a30;border-bottom:2px solid #e07a30;margin-bottom:-12px;font-weight:700}.mkt-btn-primary{color:#fff;cursor:pointer;background:#e07a30;border:none;border-radius:7px;padding:8px 18px;font-size:.88rem;font-weight:600;transition:background .15s}.mkt-btn-primary:hover:not(:disabled){background:#c86820}.mkt-btn-primary:disabled{opacity:.5;cursor:not-allowed}.mkt-btn-secondary{color:#3a3020;cursor:pointer;background:#f0ece0;border:1px solid #c8be9a;border-radius:7px;padding:8px 18px;font-size:.88rem;font-weight:500;transition:background .15s}.mkt-post-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.mkt-post-card{background:#fff8ee;border:1px solid #c8be9a;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.mkt-post-thumb{aspect-ratio:16/9;background:#e8e0cc;width:100%;overflow:hidden}.mkt-post-thumb img{object-fit:cover;width:100%;height:100%}.mkt-post-body{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex}.mkt-post-channel{color:#3a3020;align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.mkt-post-text{color:#4a4030;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.88rem;line-height:1.45;display:-webkit-box;overflow:hidden}.mkt-post-date{color:#8a8070;margin-top:auto;font-size:.78rem}.mkt-channels-list{flex-direction:column;gap:10px;display:flex}.mkt-channel-card{background:#fff8ee;border:1px solid #c8be9a;border-radius:10px;align-items:center;gap:14px;padding:14px 18px;display:flex}.mkt-channel-card--disconnected{opacity:.6}.mkt-channel-card-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;display:flex;overflow:hidden}.mkt-channel-card-avatar img{object-fit:cover;width:100%;height:100%}.mkt-channel-card-info{flex:1}.mkt-channel-card-name{color:#3a3020;font-size:.95rem;font-weight:700}.mkt-channel-card-service{color:#8a8070;text-transform:capitalize;font-size:.8rem}.mkt-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}.mkt-empty-icon{opacity:.5;font-size:2.5rem}.mkt-empty-text{color:#6a6050;font-size:.92rem}.mkt-loading{text-align:center;color:#6a6050;padding:48px;font-size:.95rem}.mkt-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mkt-modal{background:#fff8ee;border:1px solid #c8be9a;border-radius:14px;flex-direction:column;gap:16px;width:100%;max-width:520px;max-height:90vh;padding:28px;display:flex;overflow-y:auto}.mkt-modal-header{justify-content:space-between;align-items:center;display:flex}.mkt-modal-footer{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.mkt-field{flex-direction:column;gap:6px;display:flex}.mkt-field label{color:#5a5040;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:600}.mkt-field input,.mkt-field select,.mkt-field textarea{color:#3a3020;resize:vertical;background:#fff;border:1px solid #c8be9a;border-radius:7px;outline:none;padding:8px 12px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.mkt-action-bar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sms-loading{text-align:center;color:#888;padding:40px}.sms-subnav{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;display:flex}.sms-subnav-btn{color:#555;cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:500;transition:all .15s}.sms-subnav-btn:hover{color:#c97a2a;border-color:#c97a2a}.sms-subnav-btn--active{color:#fff;background:#c97a2a;border-color:#c97a2a}.sms-number-badge{color:#5a3e1b;background:#f5f0e8;border-radius:20px;align-items:center;gap:6px;margin-left:auto;padding:6px 14px;font-size:13px;font-weight:600;display:flex}.sms-compose-grid{grid-template-columns:1fr 280px;align-items:start;gap:32px;display:grid}@media (width<=900px){.sms-compose-grid{grid-template-columns:1fr}}.sms-field{margin-bottom:20px}.sms-label{color:#444;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.sms-char-count{color:#888;font-size:12px;font-weight:400}.sms-char-count--warn{color:#e05c2a;font-weight:600}.sms-select{color:#333;cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:9px 12px;font-size:14px}.sms-select:focus{border-color:#c97a2a;outline:none}.sms-textarea{resize:vertical;color:#333;box-sizing:border-box;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.sms-textarea:focus{border-color:#c97a2a;outline:none}.sms-textarea--small{margin-top:8px}.sms-recipient-toggle{flex-wrap:wrap;gap:8px;display:flex}.sms-toggle-btn{color:#555;cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:20px;padding:7px 14px;font-size:13px;transition:all .15s}.sms-toggle-btn:hover{color:#c97a2a;border-color:#c97a2a}.sms-toggle-btn--active{color:#fff;background:#c97a2a;border-color:#c97a2a}.sms-compliance{color:#7a5c00;background:#fffbf0;border:1px solid #f0d080;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:12px;display:flex}.sms-result{border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:500}.sms-result--ok{color:#1a7a45;background:#edfaf3;border:1px solid #a8e6c3}.sms-result--err{color:#c0392b;background:#fef0f0;border:1px solid #f5c6c6}.sms-compose-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.sms-recipient-summary{color:#666;font-size:13px}.sms-send-btn{color:#fff;cursor:pointer;background:#c97a2a;border:none;border-radius:8px;padding:10px 28px;font-size:14px;font-weight:600;transition:background .15s}.sms-send-btn:hover:not(:disabled){background:#a8621e}.sms-send-btn:disabled{opacity:.5;cursor:not-allowed}.sms-preview-panel{position:sticky;top:20px}.sms-preview-label{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:12px;font-weight:600}.sms-phone-mockup{background:#1a1a2e;border-radius:28px;max-width:240px;margin:0 auto;padding:16px;box-shadow:0 8px 32px #00000040}.sms-phone-screen{background:#f5f5f5;border-radius:18px;min-height:300px;overflow:hidden}.sms-phone-header{text-align:center;color:#333;background:#fff;border-bottom:1px solid #eee;padding:12px;font-size:13px;font-weight:600}.sms-bubble-wrap{padding:16px 12px}.sms-bubble{color:#1c1c1e;word-break:break-word;white-space:pre-wrap;background:#e5e5ea;border-radius:16px 16px 16px 4px;padding:10px 14px;font-size:13px;line-height:1.4}.sms-bubble-time{color:#aaa;margin-top:4px;padding-left:4px;font-size:10px}.sms-empty{color:#aaa;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;font-size:14px;display:flex}.sms-history-list{flex-direction:column;gap:12px;display:flex}.sms-history-item{background:#fff;border:1px solid #eee;border-radius:10px;padding:14px 16px}.sms-history-content{color:#333;margin-bottom:8px;font-size:14px;line-height:1.5}.sms-history-meta{color:#888;gap:16px;font-size:12px;display:flex}.sms-status{font-weight:600}.sms-status--delivered{color:#1a7a45}.sms-status--sent{color:#2563eb}.sms-status--failed{color:#c0392b}.mkt-page{background:var(--color-bg,#eae2b7);color:#2a2a2a;min-height:100%;padding:24px}.mkt-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.mkt-title{color:#1a1a1a;margin:0 0 4px;font-size:1.6rem;font-weight:700}.mkt-subtitle{color:#7a7060;margin:0;font-size:.85rem}.mkt-tabs{border-bottom:2px solid #c8be9a;gap:4px;margin-bottom:28px;display:flex}.mkt-tab{color:#7a7060;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;margin-bottom:-2px;padding:10px 20px;font-size:.92rem;font-weight:500;transition:color .15s,border-color .15s;display:flex}.mkt-tab:hover{color:#3a3020}.mkt-tab--active{color:#e07a30;border-bottom-color:#e07a30}.mkt-tab-icon{font-size:1rem}.mkt-content{min-height:400px}.mkt-stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:32px;display:grid}.mkt-stat-card{background:#f5f0e0;border:1px solid #c8be9a;border-radius:10px;padding:18px 20px}.mkt-stat-label{color:#7a7060;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.78rem}.mkt-stat-value{color:#1a1a1a;font-size:1.8rem;font-weight:700;line-height:1}.mkt-stat-value--orange{color:#e07a30}.mkt-section-title{color:#3a3020;border-bottom:1px solid #c8be9a;margin:0 0 16px;padding-bottom:8px;font-size:1rem;font-weight:600}.mkt-action-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.mkt-btn-primary{color:#fff;cursor:pointer;background:#e07a30;border:none;border-radius:7px;align-items:center;gap:6px;padding:9px 18px;font-size:.88rem;font-weight:600;transition:background .15s;display:inline-flex}.mkt-btn-primary:hover{background:#c96a22}.mkt-btn-secondary{color:#3a3020;cursor:pointer;background:#e8e0c8;border:1px solid #c8be9a;border-radius:7px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:background .15s;display:inline-flex}.mkt-btn-secondary:hover{background:#ddd5bb}.mkt-subnav{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;display:flex}.mkt-subnav-btn{color:#3a3020;cursor:pointer;background:#e8e0c8;border:1px solid #c8be9a;border-radius:6px;padding:7px 16px;font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s}.mkt-subnav-btn:hover{background:#ddd5bb}.mkt-subnav-btn--active{color:#fff;background:#e07a30;border-color:#e07a30}.mkt-subnav-compose{margin-left:auto}.mkt-table-wrap{background:#f5f0e0;border:1px solid #c8be9a;border-radius:10px;overflow:hidden}.mkt-table{border-collapse:collapse;width:100%;font-size:.88rem}.mkt-table th{color:#7a7060;text-transform:uppercase;letter-spacing:.05em;text-align:left;background:#ede5cc;border-bottom:1px solid #c8be9a;padding:10px 16px;font-size:.75rem;font-weight:600}.mkt-table td{color:#2a2a2a;vertical-align:middle;border-bottom:1px solid #e0d8c0;padding:12px 16px}.mkt-table tr:last-child td{border-bottom:none}.mkt-table tr:hover td{background:#ede5cc}.mkt-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;padding:3px 9px;font-size:.72rem;font-weight:600;display:inline-block}.mkt-badge--draft{color:#7a7060;background:#e0d8c0}.mkt-badge--scheduled{color:#2a6090;background:#d0e4f5}.mkt-badge--running{color:#1a7040;background:#d0f0e0}.mkt-badge--finished{color:#1a7050;background:#d0f5e8}.mkt-badge--paused{color:#a05020;background:#f5e8d0}.mkt-empty{text-align:center;color:#9a9080;padding:60px 20px}.mkt-empty-icon{opacity:.5;margin-bottom:16px;font-size:3rem}.mkt-empty-text{color:#7a7060;margin-bottom:20px;font-size:.95rem}.mkt-loading{color:#9a9080;justify-content:center;align-items:center;gap:12px;padding:60px;font-size:.9rem;display:flex}.mkt-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.mkt-modal{background:#f5f0e0;border:1px solid #c8be9a;border-radius:12px;width:100%;max-width:640px;max-height:90vh;padding:28px;overflow-y:auto}.mkt-modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.mkt-modal-title{color:#1a1a1a;margin:0;font-size:1.1rem;font-weight:700}.mkt-modal-close{color:#9a9080;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.4rem;line-height:1}.mkt-modal-close:hover{color:#3a3020}.mkt-field{margin-bottom:18px}.mkt-field label{color:#7a7060;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.82rem;font-weight:600;display:block}.mkt-field input,.mkt-field select,.mkt-field textarea{color:#1a1a1a;box-sizing:border-box;background:#fff;border:1px solid #c8be9a;border-radius:7px;outline:none;width:100%;padding:9px 12px;font-size:.9rem;transition:border-color .15s}.mkt-field input:focus,.mkt-field select:focus,.mkt-field textarea:focus{border-color:#e07a30}.mkt-field textarea{resize:vertical;min-height:120px;font-family:inherit}.mkt-modal-footer{border-top:1px solid #c8be9a;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:16px;display:flex}@media (width<=600px){.mkt-page{padding:16px}.mkt-stats{grid-template-columns:repeat(2,1fr)}.mkt-tab{padding:8px 14px;font-size:.85rem}}.ts-page{max-width:1100px;padding:1rem}.ts-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.ts-title{color:var(--color-text-primary,#003049);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.ts-period-label{color:var(--color-text-muted,#8a9daa);margin-left:.4rem;font-size:.82rem;font-weight:400}.ts-controls{align-items:center;gap:.5rem;display:flex}.ts-period-select{background:var(--color-surface,#fef8e8);color:var(--color-text-primary,#003049);border:1px solid var(--color-border,#d4c98a);cursor:pointer;border-radius:6px;max-width:240px;padding:.4rem .6rem;font-size:.82rem}.ts-refresh-btn,.ts-back-btn{background:var(--color-surface,#fef8e8);color:var(--color-text-primary,#003049);border:1px solid var(--color-border,#d4c98a);cursor:pointer;white-space:nowrap;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;transition:background .15s}.ts-refresh-btn:hover,.ts-back-btn:hover{background:var(--color-surface-hover,#f5edd1)}.ts-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.ts-stats-bar{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.ts-stat{background:var(--color-surface,#fef8e8);border:1px solid var(--color-border,#d4c98a);border-radius:8px;flex-direction:column;align-items:center;min-width:90px;padding:.6rem 1.1rem;display:flex}.ts-stat-val{color:var(--color-accent,#e07a30);font-size:1.15rem;font-weight:700}.ts-stat-lbl{color:var(--color-text-muted,#8a9daa);text-transform:uppercase;letter-spacing:.04em;margin-top:.1rem;font-size:.72rem}.ts-role-badge{text-transform:capitalize;background:var(--color-surface-hover,#f5edd1);color:var(--color-text-secondary,#4a6274);border-radius:4px;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.ts-role--blue{background:var(--color-blue-muted,#2563eb1f);color:var(--color-blue,#2563eb)}.ts-role--green{background:var(--color-green-muted,#16a34a1f);color:var(--color-green,#16a34a)}.ts-role--amber{background:var(--color-amber-muted,#d977061f);color:var(--color-amber,#d97706)}.ts-role--purple{background:var(--color-purple-muted,#7c3aed1f);color:var(--color-purple,#7c3aed)}.ts-role--teal{color:#0d9488;background:#14b8a61f}.ts-emp-cards{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.ts-emp-card{background:var(--color-surface,#fef8e8);border:1px solid var(--color-border,#d4c98a);cursor:pointer;border-radius:10px;padding:.9rem 1rem;transition:border-color .15s,background .15s}.ts-emp-card:hover{border-color:var(--color-accent,#e07a30);background:var(--color-surface-hover,#f5edd1)}.ts-emp-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:.6rem;display:flex}.ts-emp-name{color:var(--color-text-primary,#003049);margin-bottom:.3rem;font-size:1rem;font-weight:700}.ts-emp-total{color:var(--color-accent,#e07a30);white-space:nowrap;margin-left:.75rem;font-size:1.25rem;font-weight:800}.ts-emp-card-bottom{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.ts-emp-chip{background:var(--color-surface-hover,#f5edd1);color:var(--color-text-secondary,#4a6274);border:1px solid var(--color-border-subtle,#e0d9a8);border-radius:4px;padding:.2rem .55rem;font-size:.75rem;font-weight:500}.ts-emp-chip--ot{background:var(--color-amber-muted,#d977061f);color:var(--color-amber,#d97706);border-color:#0000}.ts-emp-chip--dt{background:var(--color-purple-muted,#7c3aed1f);color:var(--color-purple,#7c3aed);border-color:#0000}.ts-emp-chip--punches{color:var(--color-text-muted,#8a9daa);border-color:var(--color-border-subtle,#e0d9a8);background:0 0}.ts-table-wrap{border:1px solid var(--color-border,#d4c98a);border-radius:8px;display:none;overflow-x:auto}.ts-table{border-collapse:collapse;width:100%;font-size:.875rem}.ts-table thead tr{background:var(--color-surface-hover,#f5edd1)}.ts-table th{text-align:left;color:var(--color-text-secondary,#4a6274);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--color-border,#d4c98a);white-space:nowrap;padding:.65rem .9rem;font-size:.75rem;font-weight:600}.ts-table td{color:var(--color-text-primary,#003049);border-bottom:1px solid var(--color-border-subtle,#e0d9a8);white-space:nowrap;background:var(--color-surface,#fef8e8);padding:.65rem .9rem}.ts-row:hover td{background:var(--color-surface-hover,#f5edd1)}.ts-name{font-weight:600}.ts-ot{color:var(--color-amber,#d97706);font-weight:600}.ts-total{color:var(--color-accent,#e07a30);font-weight:700}.ts-drill-btn{background:var(--color-surface-hover,#f5edd1);color:var(--color-text-primary,#003049);border:1px solid var(--color-border,#d4c98a);cursor:pointer;border-radius:5px;padding:.3rem .7rem;font-size:.78rem;transition:background .15s}.ts-drill-btn:hover{background:var(--color-accent-muted,#e07a3026)}.ts-punch-cards{flex-direction:column;gap:.65rem;display:flex}.ts-punch-card{background:var(--color-surface,#fef8e8);border:1px solid var(--color-border,#d4c98a);border-radius:8px;padding:.8rem 1rem}.ts-punch-date{color:var(--color-text-muted,#8a9daa);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.78rem;font-weight:700}.ts-punch-times{grid-template-columns:2rem 1fr 2rem 1fr;align-items:center;gap:.3rem .5rem;margin-bottom:.55rem;display:grid}.ts-punch-label{color:var(--color-text-muted,#8a9daa);text-transform:uppercase;font-size:.72rem;font-weight:700}.ts-punch-val{color:var(--color-text-primary,#003049);font-size:.85rem}.ts-clocked-in{color:var(--color-green,#16a34a);font-weight:600}.ts-punch-hours{flex-wrap:wrap;gap:.35rem;display:flex}.ts-punch-chip{background:var(--color-surface-hover,#f5edd1);color:var(--color-text-secondary,#4a6274);border:1px solid var(--color-border-subtle,#e0d9a8);border-radius:4px;padding:.18rem .5rem;font-size:.75rem}.ts-punch-chip--ot{background:var(--color-amber-muted,#d977061f);color:var(--color-amber,#d97706);border-color:#0000}.ts-punch-chip--total{background:var(--color-accent-muted,#e07a3026);color:var(--color-accent,#e07a30);border-color:#0000;font-weight:700}.ts-empty,.ts-loading{text-align:center;color:var(--color-text-muted,#8a9daa);padding:2.5rem 1rem;font-size:.9rem}.ts-error{text-align:center;color:var(--color-red,#dc2626);padding:2rem 1rem;font-size:.9rem}.ts-modal-overlay{z-index:1000;background:#00304973;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.ts-modal{background:var(--color-surface,#fef8e8);border:1px solid var(--color-border,#d4c98a);border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-width:640px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 -4px 24px #00000026}.ts-modal-header{border-bottom:1px solid var(--color-border-subtle,#e0d9a8);flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:1.1rem 1.1rem .75rem;display:flex}.ts-modal-name{color:var(--color-text-primary,#003049);margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.ts-modal-sub{align-items:center;gap:.5rem;display:flex}.ts-modal-period{color:var(--color-text-muted,#8a9daa);font-size:.78rem}.ts-modal-close{background:var(--color-surface-hover,#f5edd1);border:1px solid var(--color-border,#d4c98a);cursor:pointer;width:2rem;height:2rem;color:var(--color-text-secondary,#4a6274);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;transition:background .15s;display:flex}.ts-modal-close:hover{background:var(--color-accent-muted,#e07a3026)}.ts-modal-summary{border-bottom:1px solid var(--color-border-subtle,#e0d9a8);flex-wrap:wrap;flex-shrink:0;gap:.4rem;padding:.75rem 1.1rem;display:flex}.ts-modal-body{flex:1;padding:.75rem 1rem 1.5rem;overflow-y:auto}@media (width>=768px){.ts-modal-overlay{align-items:center;padding:1.5rem}.ts-modal{border-radius:12px;max-height:80vh}.ts-page{padding:1.5rem}.ts-emp-cards{display:none}.ts-table-wrap{display:block}.ts-period-select{max-width:300px}.ts-punch-cards{display:none}}.store-sidebar{z-index:200;background-color:#fff;border-right:1px solid #e8e4d0;flex-direction:column;flex-shrink:0;width:240px;min-width:240px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.store-sidebar__brand{border-bottom:1px solid #e8e4d0;padding:28px 24px 20px}.store-sidebar__logo{flex-direction:column;gap:4px;display:flex}.store-sidebar__logo-text{color:#1a1a1a;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;line-height:1.2}.store-sidebar__portal-label{font-family:var(--font-sans);letter-spacing:.12em;color:#8a7d5a;text-transform:uppercase;font-size:.65rem;font-weight:600}.store-sidebar__nav{flex-direction:column;flex:1;gap:2px;padding:16px 0;display:flex;overflow-y:auto}.store-sidebar__link{font-family:var(--font-sans);color:#3a3a3a;border-left:3px solid #0000;padding:11px 24px;font-size:.9rem;font-weight:400;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:block}.store-sidebar__link:hover{color:#1a1a1a;background-color:#fdf8f0}.store-sidebar__link--active{color:var(--color-accent);border-left-color:var(--color-accent);background-color:#fff4ec;font-weight:500}.store-sidebar__user{border-top:1px solid #e8e4d0;flex-direction:column;gap:4px;padding:16px 24px;display:flex}.store-sidebar__user-avatar{background-color:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:8px;font-size:.9rem;font-weight:700;display:flex}.store-sidebar__user-info{flex-direction:column;gap:2px;display:flex}.store-sidebar__user-name{font-family:var(--font-sans);color:#1a1a1a;font-size:.85rem;font-weight:600}.store-sidebar__user-location{font-family:var(--font-sans);color:#888;font-size:.75rem}.store-sidebar__signout{font-family:var(--font-sans);color:#888;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:8px;padding:0;font-size:.8rem;transition:color .15s}.store-sidebar__signout:hover{color:#1a1a1a}.store-sidebar-overlay{z-index:199;background:#0006;position:fixed;inset:0}@media (width<=767px){.store-sidebar{width:240px;height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.store-sidebar--open{transform:translate(0)}}.store-topbar{z-index:100;box-sizing:border-box;background-color:#fff;border-bottom:1px solid #e8e4d0;align-items:center;gap:16px;width:100%;height:56px;padding:0 20px;display:flex;position:sticky;top:0}.store-topbar__menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:flex}.store-topbar__menu-btn span{background-color:#3a3a3a;border-radius:2px;width:100%;height:2px;transition:background-color .15s;display:block}.store-topbar__menu-btn:hover span{background-color:var(--color-accent)}@media (width>=768px){.store-topbar__menu-btn{display:none}}.store-topbar__title{font-family:var(--font-sans);color:#1a1a1a;flex:1;margin:0;font-size:1rem;font-weight:600}.store-topbar__right{flex-shrink:0;align-items:center;gap:12px;display:flex}.store-topbar__credit{font-family:var(--font-sans);color:#3a3a3a;white-space:nowrap;cursor:pointer;background-color:#f5f2ea;border:1px solid #e0dcc8;border-radius:20px;padding:4px 12px;font-size:.8rem;transition:background-color .15s,border-color .15s}.store-topbar__credit:hover{background-color:#ede8d5;border-color:#c8c2a8}.store-topbar__credit--positive{color:#2e7d32;background-color:#e8f5e9;border-color:#a5d6a7}.store-topbar__credit--positive .store-topbar__credit-amount{color:#1b5e20}.store-topbar__credit--positive:hover{background-color:#d4edda;border-color:#81c784}.store-topbar__credit-amount{color:#1a1a1a;font-weight:600}.store-topbar__avatar{background-color:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;font-weight:700;display:flex}.store-layout{background-color:#eae2b7;min-height:100vh}.store-layout__container{background-color:#f7f4ec;max-width:1200px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 40px #00000014}.store-layout__main{flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.store-layout__content{flex:1;padding:24px 16px}@media (width>=768px){.store-layout__content{padding:32px}}.store-credit-drawer{font-family:var(--font-sans);background:#fff;border-bottom:1px solid #e8e4d0}.store-credit-drawer__header{background:#faf8f2;border-bottom:1px solid #f0ece0;align-items:center;gap:12px;padding:10px 20px;display:flex}.store-credit-drawer__title{color:#1a1a1a;letter-spacing:.02em;font-size:.85rem;font-weight:700}.store-credit-drawer__balance{color:#3a3a3a;background:#f0ece0;border:1px solid #e0dcc8;border-radius:12px;padding:2px 10px;font-size:.85rem;font-weight:600}.store-credit-drawer__balance--positive{color:#2e7d32;background:#e8f5e9;border-color:#a5d6a7}.store-credit-drawer__close{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:2px 6px;font-size:.9rem;line-height:1}.store-credit-drawer__close:hover{color:#333;background:#f0ece0}.store-credit-drawer__loading,.store-credit-drawer__empty{color:#888;padding:16px 20px;font-size:.82rem;font-style:italic}.store-credit-drawer__list{max-height:260px;overflow-y:auto}.store-credit-drawer__row{border-bottom:1px solid #f5f2ea;justify-content:space-between;align-items:center;gap:12px;padding:8px 20px;display:flex}.store-credit-drawer__row:last-child{border-bottom:none}.store-credit-drawer__row:hover{background:#faf8f2}.store-credit-drawer__row-left{flex-direction:column;gap:2px;min-width:0;display:flex}.store-credit-drawer__row-note{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.store-credit-drawer__row-meta{color:#999;font-size:.72rem}.store-credit-drawer__row-amount{flex-shrink:0;font-size:.85rem;font-weight:700}.store-credit-drawer__row-amount--add{color:#2e7d32}.store-credit-drawer__row-amount--use,.store-credit-drawer__row-amount--remove{color:#c0392b}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/CormorantGaramond-Regular.woff2)format("woff2")}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/CormorantGaramond-Medium.woff2)format("woff2")}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/CormorantGaramond-SemiBold.woff2)format("woff2")}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/CormorantGaramond-Italic.woff2)format("woff2")}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/fonts/CormorantGaramond-MediumItalic.woff2)format("woff2")}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/DMSans-300.woff2)format("woff2")}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/DMSans-400.woff2)format("woff2")}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/DMSans-500.woff2)format("woff2")}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/DMSans-600.woff2)format("woff2")}.rl-wrap{scroll-snap-type:y mandatory;background:#f2ede4;height:100vh;font-family:DM Sans,sans-serif;position:relative;overflow-y:scroll}.rl-nav{z-index:100;pointer-events:none;justify-content:space-between;align-items:flex-start;padding:1.1rem 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.rl-nav-back{pointer-events:all;cursor:pointer;letter-spacing:.06em;color:#5a4e3c;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:400;line-height:1.4}.rl-nav-back:hover{color:#1a1208}.rl-nav-brand{letter-spacing:.18em;text-transform:uppercase;color:#b8955a;text-align:right;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:600;line-height:1.5}.rl-section{scroll-snap-align:start;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:flex-start;height:100vh;padding:5rem 2rem 3rem;display:flex;position:relative}.rl-content{width:100%;max-width:280px;margin-left:35%}@media (width<=600px){.rl-content{max-width:100%;margin-left:0;padding:0 .5rem}}.rl-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#b8955a;margin:0 0 .5rem;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:500}.rl-heading{color:#1a1208;letter-spacing:-.01em;margin:0;font-family:Cormorant Garamond,serif;font-size:3.2rem;font-weight:500;line-height:1.05}.rl-heading--accent{color:#b8955a;font-style:italic;font-weight:400}.rl-heading--large{letter-spacing:-.02em;font-size:4.5rem;font-style:normal;font-weight:600}.rl-divider{background:#c9b89a;width:14rem;height:1px;margin:1.1rem 0 1.4rem}.rl-tagline{color:#1a1208;margin:0 0 .3rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;font-weight:400}.rl-tagline--accent{color:#b8955a}.rl-body{color:#5a4e3c;margin:1rem 0 0;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:300;line-height:1.7}.rl-facts{grid-template-columns:auto 1fr;gap:.35rem 1.5rem;margin:1.25rem 0 0;display:grid}.rl-fact-label{letter-spacing:.14em;text-transform:uppercase;color:#b8955a;font-family:DM Sans,sans-serif;font-size:.58rem;font-weight:500;line-height:1.6}.rl-fact-value{color:#1a1208;margin:0;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:400;line-height:1.6}.rl-form{flex-direction:column;gap:0;width:100%;display:flex}.rl-field{flex-direction:column;margin-bottom:1.1rem;display:flex}.rl-label{letter-spacing:.14em;text-transform:uppercase;color:#b8955a;margin-bottom:.35rem;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:500}.rl-input{color:#1a1208;background:0 0;border:none;border-bottom:1px solid #c9b89a;border-radius:0;outline:none;width:100%;padding:.4rem 0;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:300;transition:border-color .15s}.rl-input:focus{border-bottom-color:#1a1208}.rl-input::placeholder{color:#b0a090;font-weight:300}.rl-textarea{resize:none;line-height:1.6}.rl-input-wrap{align-items:center;display:flex;position:relative}.rl-input--inline{flex:1;padding-right:2rem}.rl-eye-btn{cursor:pointer;color:#b8955a;opacity:.7;background:0 0;border:none;align-items:center;padding:.25rem;transition:opacity .15s;display:flex;position:absolute;right:0}.rl-eye-btn:hover{opacity:1}.rl-forgot-link{cursor:pointer;color:#9a8c7a;letter-spacing:.04em;text-align:left;text-underline-offset:3px;background:0 0;border:none;padding:.5rem 0 0;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:300;text-decoration:underline}.rl-forgot-link:hover{color:#b8955a}.rl-heading--sub{color:#5a4e3c;margin-top:.1rem;font-size:1.4rem;font-style:italic;font-weight:400}.rl-error{color:#c0392b;margin:0 0 .75rem;font-family:DM Sans,sans-serif;font-size:.75rem}.rl-btn{color:#f2ede4;cursor:pointer;letter-spacing:.18em;text-transform:uppercase;background:#1a1208;border:1px solid #1a1208;width:100%;margin-top:.5rem;padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:500;transition:background .15s,color .15s}.rl-btn:hover:not(:disabled){background:#3a2e1c}.rl-btn:disabled{opacity:.45;cursor:not-allowed}.rl-btn--outline{color:#1a1208;background:0 0}.rl-btn--outline:hover:not(:disabled){color:#f2ede4;background:#1a1208}.rl-scroll-btn{cursor:pointer;color:#b8955a;opacity:.7;background:0 0;border:none;padding:.5rem;transition:opacity .15s;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.rl-scroll-btn:hover{opacity:1}.rl-sent{color:#5a4e3c;margin:1rem 0 0;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic}.rl-footer{text-align:center;color:#9a8c7a;letter-spacing:.04em;padding:0 2rem;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:300;line-height:1.6;position:absolute;bottom:1.5rem;left:0;right:0}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/CormorantGaramond-Regular.woff2)format("woff2")}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/CormorantGaramond-SemiBold.woff2)format("woff2")}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/CormorantGaramond-Italic.woff2)format("woff2")}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/DMSans-300.woff2)format("woff2")}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/DMSans-400.woff2)format("woff2")}.fp-wrap{background:#f5f0e8;flex-direction:column;min-height:100dvh;font-family:DM Sans,sans-serif;display:flex}.fp-header{z-index:10;background:#f5f0e8;justify-content:space-between;align-items:flex-start;padding:18px 24px 0;display:flex;position:fixed;top:0;left:0;right:0}.fp-back{cursor:pointer;letter-spacing:.08em;color:#5a4e3c;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:300}.fp-back:hover{color:#1a1a1a}.fp-brand{letter-spacing:.12em;text-transform:uppercase;color:#1a1a1a;text-align:right;font-family:Cormorant Garamond,serif;font-size:.75rem;font-weight:600;line-height:1.3}.fp-main{flex:1;justify-content:center;align-items:center;padding:100px 24px 80px;display:flex}.fp-card{flex-direction:column;align-items:flex-start;width:100%;max-width:360px;display:flex}.fp-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#9a8c7a;margin:0 0 6px;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:300}.fp-heading{color:#1a1a1a;margin:0;font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:400;line-height:1.1}.fp-heading--accent{color:#b8955a;margin-bottom:4px;font-size:2rem;font-style:italic}.fp-divider{background:#c8b89a;width:32px;height:1px;margin:16px 0 20px}.fp-body{color:#4a4a4a;margin:0 0 12px;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:300;line-height:1.7}.fp-body--small{color:#7a6e60;font-size:.75rem}.fp-form{flex-direction:column;gap:0;width:100%;margin-top:4px;display:flex}.fp-field{flex-direction:column;margin-bottom:20px;display:flex}.fp-label{letter-spacing:.12em;text-transform:uppercase;color:#9a8c7a;margin-bottom:6px;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:400}.fp-input{color:#1a1a1a;background:0 0;border:none;border-bottom:1px solid #c8b89a;border-radius:0;outline:none;width:100%;padding:6px 0 8px;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:300;transition:border-color .15s}.fp-input::placeholder{color:#b8a898}.fp-input:focus{border-bottom-color:#1a1a1a}.fp-error{color:#c0392b;margin:0 0 12px;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:300}.fp-btn{color:#f5f0e8;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:#1a1a1a;border:none;width:100%;margin-top:8px;padding:13px 0;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:400;transition:background .15s}.fp-btn:hover:not(:disabled){background:#333}.fp-btn:disabled{opacity:.5;cursor:not-allowed}.fp-link{cursor:pointer;color:#9a8c7a;letter-spacing:.04em;text-align:left;text-underline-offset:3px;background:0 0;border:none;padding:10px 0 0;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:300;text-decoration:underline}.fp-link:hover{color:#b8955a}.fp-footer{text-align:center;color:#9a8c7a;letter-spacing:.04em;padding:16px 24px 24px;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:300;line-height:1.6}:root{--sp-bg:#f7f4ec;--sp-card:#fff;--sp-border:#e8e4d0;--sp-accent:#e07a30;--sp-accent-lt:#fff4ec;--sp-accent-text:#e07a30;--sp-text:#1a1a1a;--sp-text-2:#4a4a4a;--sp-text-muted:#888;--sp-green:#22c55e;--sp-green-bg:#22c55e1a;--sp-blue:#3b82f6;--sp-blue-bg:#3b82f61a;--sp-amber:#f59e0b;--sp-amber-bg:#f59e0b1a;--sp-red:#ef4444;--sp-red-bg:#ef44441a;--sp-purple:#a855f7;--sp-purple-bg:#a855f71a;--sp-radius:8px;--sp-shadow:0 1px 3px #00000014, 0 1px 2px #0000000d}.sp-page{flex-direction:column;gap:20px;display:flex}.sp-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.sp-page-title{color:var(--sp-text);margin:0;font-size:1.35rem;font-weight:700}.sp-page-subtitle{color:var(--sp-text-muted);margin:2px 0 0;font-size:.8rem}.sp-btn{border-radius:var(--sp-radius);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:opacity .15s,background .15s;display:inline-flex}.sp-btn:hover{opacity:.85}.sp-btn--primary{background:var(--sp-accent);color:#fff}.sp-btn--outline{color:var(--sp-text-2);border:1px solid var(--sp-border);background:#fff}.sp-btn--outline:hover{background:var(--sp-accent-lt);border-color:var(--sp-accent);color:var(--sp-accent);opacity:1}.sp-btn--sm{padding:5px 10px;font-size:.75rem}.sp-card{background:var(--sp-card);border:1px solid var(--sp-border);border-radius:var(--sp-radius);box-shadow:var(--sp-shadow);overflow:hidden}.sp-card-header{border-bottom:1px solid var(--sp-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:16px 20px;display:flex}.sp-card-title{color:var(--sp-text);margin:0;font-size:.9rem;font-weight:700}.sp-card-body{padding:20px}.sp-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.sp-kpi{background:var(--sp-card);border:1px solid var(--sp-border);border-radius:var(--sp-radius);box-shadow:var(--sp-shadow);flex-direction:column;gap:6px;padding:18px 20px;display:flex}.sp-kpi__label{letter-spacing:.08em;text-transform:uppercase;color:var(--sp-text-muted);font-size:.7rem;font-weight:600}.sp-kpi__value{color:var(--sp-text);font-size:1.6rem;font-weight:700;line-height:1}.sp-kpi__sub{color:var(--sp-text-muted);font-size:.72rem}.sp-kpi__sub--green{color:var(--sp-green)}.sp-kpi__sub--amber{color:var(--sp-amber)}.sp-table-wrap{overflow-x:auto}.sp-table{border-collapse:collapse;width:100%;font-size:.82rem}.sp-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--sp-text-muted);border-bottom:1px solid var(--sp-border);white-space:nowrap;padding:10px 14px;font-size:.68rem;font-weight:700}.sp-table td{color:var(--sp-text-2);vertical-align:middle;border-bottom:1px solid #f0ede4;padding:12px 14px}.sp-table tr:last-child td{border-bottom:none}.sp-table tr:hover td{background:#fdfaf4}.sp-table--clickable tr{cursor:pointer}.sp-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:3px 9px;font-size:.68rem;font-weight:700;display:inline-block}.sp-badge--new{background:var(--sp-accent-lt);color:var(--sp-accent)}.sp-badge--processing{background:var(--sp-amber-bg);color:var(--sp-amber)}.sp-badge--confirmed{background:var(--sp-blue-bg);color:var(--sp-blue)}.sp-badge--shipped{background:var(--sp-purple-bg);color:var(--sp-purple)}.sp-badge--delivered,.sp-badge--active{background:var(--sp-green-bg);color:var(--sp-green)}.sp-badge--pending{background:var(--sp-amber-bg);color:var(--sp-amber)}.sp-badge--draft{color:var(--sp-text-muted);background:#f0ede4}.sp-badge--cancelled{background:var(--sp-red-bg);color:var(--sp-red)}.sp-tabs{border-bottom:1px solid var(--sp-border);gap:0;margin-bottom:20px;display:flex;overflow-x:auto}.sp-tab{color:var(--sp-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 18px;font-size:.82rem;font-weight:500;transition:color .15s,border-color .15s}.sp-tab:hover{color:var(--sp-text)}.sp-tab--active{color:var(--sp-accent);border-bottom-color:var(--sp-accent);font-weight:600}.sp-filter-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.sp-search{border:1px solid var(--sp-border);border-radius:var(--sp-radius);min-width:180px;max-width:320px;color:var(--sp-text);background:#fff;outline:none;flex:1;padding:8px 12px;font-size:.82rem}.sp-search:focus{border-color:var(--sp-accent)}.sp-select{border:1px solid var(--sp-border);border-radius:var(--sp-radius);color:var(--sp-text-2);cursor:pointer;background:#fff;outline:none;padding:8px 12px;font-size:.82rem}.sp-grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.sp-empty{text-align:center;color:var(--sp-text-muted);padding:48px 20px;font-size:.85rem}.sp-modal-overlay{z-index:500;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sp-modal{background:#fff;border-radius:10px;width:100%;max-width:560px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0000002e}.sp-modal-header{border-bottom:1px solid var(--sp-border);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.sp-modal-title{color:var(--sp-text);margin:0;font-size:1rem;font-weight:700}.sp-modal-close{color:var(--sp-text-muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.2rem;line-height:1}.sp-modal-body{padding:22px}.sp-pill-row{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.sp-pill{border:1px solid var(--sp-border);color:var(--sp-text-2);cursor:pointer;white-space:nowrap;background:#fff;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:600;transition:all .15s}.sp-pill:hover{border-color:var(--sp-accent);color:var(--sp-accent)}.sp-pill--active{background:var(--sp-accent);border-color:var(--sp-accent);color:#fff}.sp-asset-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.sp-asset-card{background:var(--sp-card);border:1px solid var(--sp-border);border-radius:var(--sp-radius);box-shadow:var(--sp-shadow);transition:box-shadow .15s;overflow:hidden}.sp-asset-card:hover{box-shadow:0 4px 12px #0000001f}.sp-asset-thumb{aspect-ratio:4/3;width:100%;color:var(--sp-text-muted);background:#f0ede4;justify-content:center;align-items:center;font-size:2rem;display:flex}.sp-asset-info{padding:10px 12px}.sp-asset-name{color:var(--sp-text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.78rem;font-weight:600;overflow:hidden}.sp-asset-meta{color:var(--sp-text-muted);font-size:.7rem}.sp-asset-actions{border-top:1px solid var(--sp-border);gap:6px;padding:8px 12px;display:flex}.sp-credit-banner{background:var(--sp-green-bg);border-radius:var(--sp-radius);border:1px solid #22c55e40;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.sp-credit-banner__label{color:#166534;font-size:.78rem;font-weight:600}.sp-credit-banner__amount{color:#166534;font-size:1.2rem;font-weight:700}@media (width<=767px){.sp-grid-2{grid-template-columns:1fr}.sp-kpi-grid{grid-template-columns:repeat(2,1fr)}.sp-table th:nth-child(n+4),.sp-table td:nth-child(n+4){display:none}}.sp-error{background:var(--sp-red-bg);color:var(--sp-red);border-radius:var(--sp-radius);border:1px solid #ef44444d;padding:10px 14px;font-size:.78rem}.sp-success{background:var(--sp-green-bg);color:#16a34a;border-radius:var(--sp-radius);border:1px solid #22c55e4d;padding:10px 14px;font-size:.78rem}.sp-loading{text-align:center;color:var(--sp-text-muted);padding:48px;font-size:.85rem}.sp-text-secondary{color:var(--sp-text-2)}.sp-text-muted{color:var(--sp-text-muted)}.spl-utility-banner{background:#1a1a1a;grid-template-columns:1fr 1fr;margin:-32px -32px 24px;display:grid;overflow:hidden}@media (width<=767px){.spl-utility-banner{margin:-24px -16px 16px}}.spl-option-grid{border:1px solid var(--sp-border);border-radius:10px;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:20px;display:grid;overflow:hidden}.spl-option-col{padding:14px 12px}@media (width<=600px){.spl-option-grid{grid-template-columns:repeat(2,1fr)}.spl-option-col:first-child,.spl-option-col:nth-child(2){border-bottom:1px solid var(--sp-border)}.spl-option-col:first-child,.spl-option-col:nth-child(3){border-right:1px solid var(--sp-border)}}@media (width>=601px){.spl-option-col:not(:last-child){border-right:1px solid var(--sp-border)}}.spl-page-outer{padding-bottom:0!important}.spl-two-col{align-items:flex-start;gap:24px;display:flex}.spl-two-col__main{flex:1;min-width:0}.spl-my-line-col{flex-direction:column;flex-shrink:0;width:300px;min-width:300px;max-height:calc(100vh - 120px);display:flex;position:sticky;top:16px}@media (width<=767px){.spl-two-col{flex-direction:column}.spl-my-line-col{display:none}.spl-page-outer{padding-bottom:80px!important}}.spl-mobile-footer{height:0;overflow:visible}@media (width>=768px){.spl-mobile-footer{display:none}}@media (width<=768px){.sop-mobile-footer{z-index:800;background:#1a1a1a;display:block;position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}.sop-mobile-footer__btn{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:.92rem;font-weight:700;transition:opacity .15s;display:flex}.sop-mobile-footer__btn:hover{opacity:.9}.sop-mobile-footer__icon{flex-shrink:0;font-size:1.1rem}.sop-mobile-footer__label{text-align:left;flex:1}.sop-mobile-footer__dash{opacity:.7;margin:0 4px}.sop-mobile-footer__total{font-size:.95rem;font-weight:800}.sop-mobile-footer__triangle{opacity:.85;flex-shrink:0;font-size:.7rem}}.sop-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sop-title{color:var(--sp-text);margin:0;font-size:1.25rem;font-weight:700;display:block}.sop-subtitle{color:var(--sp-text-muted);margin:0;font-size:.8rem}.sop-header-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.sop-credit-pill{border:1.5px solid var(--sp-border,#d9d3c4);color:var(--sp-text,#2d2a22);white-space:nowrap;background:0 0;border-radius:20px;padding:5px 14px;font-size:.8rem;font-weight:600}.sop-avatar{background:var(--sp-accent,#c2622b);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.88rem;font-weight:700;display:flex}.sop-line-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.sop-line-tab{border:1.5px solid var(--sp-border,#d9d3c4);color:var(--sp-text,#2d2a22);cursor:pointer;background:0 0;border-radius:20px;padding:7px 16px;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.sop-line-tab:hover{background:#f0ede4}.sop-line-tab--active{background:var(--sp-accent,#c2622b);border-color:var(--sp-accent,#c2622b);color:#fff}.sop-layout{grid-template-columns:1fr 320px;align-items:start;gap:20px;display:grid}.sop-catalog{flex-direction:column;gap:12px;display:flex}.sop-empty{text-align:center;color:var(--sp-text-muted);padding:40px 20px;font-size:.85rem}.sop-loading{text-align:center;color:var(--sp-text-muted);padding:60px 20px;font-size:.9rem}.sop-card{background:var(--sp-card,#fff);border:1px solid var(--sp-border,#d9d3c4);border-radius:var(--sp-radius,8px);box-shadow:var(--sp-shadow,0 1px 4px #00000012);overflow:hidden}.sop-card__header{background:var(--sp-card,#fff);border-bottom:1px solid var(--sp-border,#d9d3c4);align-items:flex-start;gap:12px;padding:12px 16px;display:flex}.sop-card__thumb-wrap{cursor:pointer;border:1px solid var(--sp-border,#d9d3c4);background:#f5f3ee;border-radius:6px;flex-shrink:0;width:90px;height:80px;overflow:hidden}.sop-card__thumb{object-fit:cover;width:100%;height:100%;transition:opacity .15s;display:block}.sop-card__thumb:hover{opacity:.88}.sop-card__thumb-placeholder{background:#ede9de;width:100%;height:100%}.sop-card__header-text{flex-direction:column;flex:1;gap:2px;padding-top:2px;display:flex}.sop-card__line-name{letter-spacing:.08em;text-transform:uppercase;color:var(--sp-accent,#c2622b);font-size:.68rem;font-weight:700}.sop-card__product-name{color:var(--sp-text,#2d2a22);font-size:1rem;font-weight:700;line-height:1.2}.sop-card__desc{color:var(--sp-text-muted,#7a7060);margin-top:3px;font-size:.8rem;line-height:1.4;display:block}.sop-card__more-photos{color:var(--sp-accent,#c2622b);cursor:pointer;text-align:left;background:0 0;border:none;margin-top:4px;padding:0;font-size:.75rem;font-weight:600;text-decoration:underline;transition:opacity .15s}.sop-card__more-photos:hover{opacity:.75}.sop-card__row{border-bottom:1px solid #f0ede4;align-items:center;gap:12px;padding:10px 16px;display:flex}.sop-card__row:last-child{border-bottom:none}.sop-card__type-label{color:var(--sp-text-muted,#7a7060);text-transform:capitalize;min-width:60px;font-size:.78rem;font-weight:500}.sop-card__price-block{flex:1;align-items:baseline;gap:6px;display:flex}.sop-card__price{color:var(--sp-accent,#c2622b);font-size:.95rem;font-weight:700}.sop-card__price--discount{color:var(--sp-accent,#c2622b)}.sop-card__price--original{color:var(--sp-text-muted,#7a7060);font-size:.78rem;font-weight:400;text-decoration:line-through}.sop-card__per{color:var(--sp-text-muted,#7a7060);font-size:.72rem}.sop-card__your-price-badge{color:#5a8a5a;margin-bottom:2px;font-size:.65rem;font-style:italic;font-weight:500;line-height:1.2;display:block}.sop-card__price--your-price{color:var(--sp-accent,#c2622b);font-size:.95rem;font-weight:700}.sop-add-btn{background:var(--sp-accent,#c2622b);color:#fff;border-radius:var(--sp-radius,8px);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;padding:7px 16px;font-size:.8rem;font-weight:700;transition:opacity .15s}.sop-add-btn:hover{opacity:.88}.sop-order-panel{background:var(--sp-card,#fff);border:1px solid var(--sp-border,#d9d3c4);border-radius:var(--sp-radius,8px);box-shadow:var(--sp-shadow,0 1px 4px #00000012);flex-direction:column;display:flex;position:sticky;top:76px}.sop-order-panel__head{border-bottom:1px solid var(--sp-border);padding:14px 16px}.sop-order-panel__title{letter-spacing:.06em;text-transform:uppercase;color:var(--sp-text);font-size:.78rem;font-weight:700}.sop-order-panel__items{max-height:300px;overflow-y:auto}.sop-order-panel__empty{text-align:center;color:var(--sp-text-muted);padding:24px 16px;font-size:.8rem}.sop-cart-item{border-bottom:1px solid #f0ede4;align-items:flex-start;gap:8px;padding:10px 14px;display:flex}.sop-cart-item:last-child{border-bottom:none}.sop-cart-item__info{flex:1;min-width:0}.sop-cart-item__name{color:var(--sp-text);word-break:break-word;font-size:.8rem;font-weight:600}.sop-cart-item__meta{color:var(--sp-text-muted);margin-top:2px;font-size:.7rem}.sop-cart-item__controls{flex-shrink:0;align-items:center;gap:4px;display:flex}.sop-qty-btn{border:1px solid var(--sp-border);cursor:pointer;width:24px;height:24px;color:var(--sp-text);background:#f9f7f2;border-radius:4px;justify-content:center;align-items:center;font-size:.9rem;transition:background .12s;display:flex}.sop-qty-btn:hover{background:var(--sp-border)}.sop-qty-val{color:var(--sp-text);text-align:center;min-width:20px;font-size:.8rem;font-weight:600}.sop-remove-btn{color:var(--sp-text-muted);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:.72rem;line-height:1;transition:color .12s}.sop-remove-btn:hover{color:#dc2626}.sop-cart-item__total{color:var(--sp-text);text-align:right;flex-shrink:0;min-width:56px;font-size:.82rem;font-weight:700}.sop-order-panel__section{border-top:1px solid var(--sp-border);padding:12px 16px}.sop-section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--sp-text-muted);margin-bottom:8px;font-size:.7rem;font-weight:700}.sop-delivery-btns{gap:6px;margin-bottom:8px;display:flex}.sop-delivery-btn{border:1px solid var(--sp-border);border-radius:var(--sp-radius);color:var(--sp-text-muted);cursor:pointer;background:#f9f7f2;flex:1;padding:7px 10px;font-size:.78rem;font-weight:600;transition:all .15s}.sop-delivery-btn--active{background:var(--sp-accent);border-color:var(--sp-accent);color:#fff}.sop-date-input{border:1px solid var(--sp-border);border-radius:var(--sp-radius);width:100%;color:var(--sp-text);box-sizing:border-box;outline:none;padding:8px 10px;font-size:.82rem}.sop-date-input:focus{border-color:var(--sp-accent)}.sop-notes{border:1px solid var(--sp-border);border-radius:var(--sp-radius);width:100%;color:var(--sp-text);resize:vertical;box-sizing:border-box;outline:none;padding:8px 10px;font-family:inherit;font-size:.82rem}.sop-notes:focus{border-color:var(--sp-accent)}.sop-order-panel__total{border-top:1px solid var(--sp-border);color:var(--sp-text);justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:700;display:flex}.sop-order-panel__total-amount{color:var(--sp-accent);font-size:1.05rem}.sop-success{border-radius:var(--sp-radius);color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;margin:0 16px 10px;padding:10px 12px;font-size:.8rem;font-weight:600}.sop-error{border-radius:var(--sp-radius);color:#dc2626;background:#fef2f2;border:1px solid #fecaca;margin:0 16px 10px;padding:10px 12px;font-size:.8rem;font-weight:600}.sop-submit-btn{background:var(--sp-accent);color:#fff;border-radius:var(--sp-radius);cursor:pointer;border:none;width:calc(100% - 32px);margin:0 16px 8px;padding:12px;font-size:.88rem;font-weight:700;transition:opacity .15s}.sop-submit-btn:hover:not(:disabled){opacity:.88}.sop-submit-btn:disabled{opacity:.45;cursor:not-allowed}.sop-order-panel__footer{color:var(--sp-text-muted);text-align:center;padding:0 16px 14px;font-size:.7rem}.sop-gallery-backdrop{z-index:1000;background:#000000d1;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sop-gallery-modal{background:#fff;border-radius:10px;flex-direction:column;align-items:center;width:100%;max-width:680px;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}.sop-gallery-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:1.1rem;line-height:1;transition:background .12s;position:absolute;top:12px;right:14px}.sop-gallery-close:hover{color:#333;background:#f0ede4}.sop-gallery-title{color:#333;text-align:center;margin-bottom:14px;padding:0 32px;font-size:.88rem;font-weight:700}.sop-gallery-img-wrap{background:#f5f3ee;border-radius:6px;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex;overflow:hidden}.sop-gallery-img{object-fit:contain;max-width:100%;max-height:460px;display:block}.sop-gallery-controls{align-items:center;gap:16px;margin-top:14px;display:flex}.sop-gallery-nav{background:var(--sp-accent,#c2622b);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.2rem;transition:opacity .15s;display:flex}.sop-gallery-nav:hover{opacity:.85}.sop-gallery-counter{color:#666;font-size:.8rem;font-weight:600}.sop-mobile-footer{display:none}.sop-mobile-drawer-backdrop{z-index:900;background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.sop-mobile-drawer{background:var(--sp-card,#fff);border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-height:90vh;display:flex;box-shadow:0 -4px 24px #0000002e}.sop-mobile-drawer__header{border-bottom:1px solid var(--sp-border);justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.sop-mobile-drawer__title{color:var(--sp-text);font-size:.95rem;font-weight:700}.sop-mobile-drawer__close{cursor:pointer;color:var(--sp-text-muted);background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:1rem;transition:background .12s}.sop-mobile-drawer__close:hover{background:#f0ede4}.sop-mobile-drawer__body{flex:1;overflow-y:auto}@media (width<=900px){.sop-layout{grid-template-columns:1fr}.sop-order-panel{position:static}}@media (width<=768px){.sop-order-panel--desktop{display:none}.sop-mobile-footer{z-index:800;background:#1a1a1a;display:block;position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}.sop-mobile-footer__btn{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:.92rem;font-weight:700;transition:opacity .15s;display:flex}.sop-mobile-footer__btn:hover{opacity:.9}.sop-mobile-footer__icon{flex-shrink:0;font-size:1.1rem}.sop-mobile-footer__label{text-align:left;flex:1}.sop-mobile-footer__dash{opacity:.7;margin:0 4px}.sop-mobile-footer__total{font-size:.95rem;font-weight:800}.sop-mobile-footer__triangle{opacity:.85;flex-shrink:0;font-size:.7rem}.sp-page{padding-bottom:120px}.sop-catalog{padding-bottom:80px}.sop-card__row{flex-wrap:nowrap}.sop-add-btn{width:auto}}@media (width<=600px){.sop-card__row{flex-wrap:nowrap}.sop-add-btn{width:auto}}.sop-stepper{background:var(--sp-accent,#c2622b);border-radius:999px;align-items:center;height:38px;display:inline-flex;overflow:hidden}.sop-stepper__btn{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:38px;font-size:1.1rem;font-weight:700;transition:background .15s;display:flex}.sop-stepper__btn:hover{background:#00000026}.sop-stepper__qty{color:#fff;text-align:center;min-width:28px;font-size:.95rem;font-weight:700}.sop-header-left{flex-direction:column;gap:4px;display:flex}.spp-page{flex-direction:column;gap:24px;max-width:700px;margin:0 auto;padding:20px;display:flex}.spp-loading{color:#999;text-align:center;padding:40px 0;font-size:.9rem}.spp-hero{color:#fff;background:linear-gradient(135deg,#1a3a2a 0%,#2d5a3d 100%);border-radius:12px;align-items:center;gap:20px;padding:28px 24px;display:flex}.spp-hero-icon{flex-shrink:0;font-size:2.8rem}.spp-hero-title{color:#fff;margin:0 0 6px;font-size:1.25rem;font-weight:700}.spp-hero-sub{color:#fffc;margin:0;font-size:.88rem}.spp-how-it-works{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px 20px 16px}.spp-section-title{color:#1a1a1a;margin:0 0 16px;font-size:1rem;font-weight:700}.spp-steps{flex-direction:column;gap:14px;display:flex}.spp-step{align-items:flex-start;gap:14px;display:flex}.spp-step-num{color:#fff;background:#e07a30;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;font-size:.8rem;font-weight:700;display:flex}.spp-step-label{color:#1a1a1a;margin-bottom:3px;font-size:.88rem;font-weight:700}.spp-step-desc{color:#555;font-size:.82rem;line-height:1.45}.spp-status-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:16px;padding:20px;display:flex}.spp-status-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.spp-status-grid{flex-wrap:wrap;gap:16px;display:flex}.spp-status-item{flex-direction:column;gap:2px;display:flex}.spp-status-label-sm{text-transform:uppercase;letter-spacing:.04em;color:#888;font-size:.72rem;font-weight:600}.spp-status-val{color:#1a1a1a;font-size:.9rem;font-weight:600}.spp-badge{letter-spacing:.02em;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.spp-badge--pending{color:#856404;background:#fff3cd}.spp-badge--approved,.spp-badge--active{color:#065f46;background:#d1fae5}.spp-badge--denied{color:#991b1b;background:#fee2e2}.spp-note{border-radius:8px;padding:12px 14px;font-size:.84rem;line-height:1.5}.spp-note--info{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.spp-note--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.spp-note--warn{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.spp-apply-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px}.spp-apply-intro{color:#555;margin:0 0 20px;font-size:.85rem;line-height:1.5}.spp-form{flex-direction:column;gap:6px;display:flex}.spp-label{color:#374151;font-size:.82rem;font-weight:600}.spp-required{color:#e07a30}.spp-optional{color:#9ca3af;font-size:.78rem;font-weight:400}.spp-select,.spp-textarea{color:#1a1a1a;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.88rem;transition:border-color .15s}.spp-select:focus,.spp-textarea:focus{border-color:#e07a30;outline:none;box-shadow:0 0 0 3px #e07a301f}.spp-textarea{resize:vertical}.spp-error{color:#dc2626;margin:4px 0 0;font-size:.82rem}.spp-btn-primary{color:#fff;cursor:pointer;background:#e07a30;border:none;border-radius:8px;align-self:flex-start;margin-top:12px;padding:12px 24px;font-size:.9rem;font-weight:700;transition:background .15s,opacity .15s}.spp-btn-primary:hover{background:#c96820}.spp-btn-primary:disabled{opacity:.6;cursor:not-allowed}@media (width<=480px){.spp-page{padding:14px}.spp-hero{text-align:center;flex-direction:column}.spp-btn-primary{text-align:center;width:100%}}.rep-sidebar{z-index:200;background:#1e293b;border-right:1px solid #334155;flex-direction:column;flex-shrink:0;align-self:flex-start;width:220px;height:100vh;min-height:100vh;transition:transform .25s;display:flex;position:sticky;top:0;overflow-y:auto}.rep-sidebar__brand{border-bottom:1px solid #334155;align-items:center;gap:.6rem;padding:1.25rem 1rem;display:flex}.rep-sidebar__logo-mark{color:#fff;letter-spacing:.05em;background:#e07a30;border-radius:5px;flex-shrink:0;padding:.25rem .45rem;font-size:.8rem;font-weight:800}.rep-sidebar__logo-text{flex-direction:column;gap:1px;display:flex}.rep-sidebar__brand-name{color:#f1f5f9;font-size:.875rem;font-weight:600;line-height:1.2}.rep-sidebar__portal-label{letter-spacing:.1em;color:#64748b;text-transform:uppercase;font-size:.6rem;font-weight:600}.rep-sidebar__nav{flex-direction:column;flex:1;gap:1px;padding:.5rem 0;display:flex;overflow-y:auto}.rep-sidebar__link{color:#94a3b8;border-left:3px solid #0000;padding:.6rem 1rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:block}.rep-sidebar__link:hover{color:#f1f5f9;background:#ffffff0d}.rep-sidebar__link--active{color:#e07a30;background:#e07a301f;border-left-color:#e07a30;font-weight:500}.rep-sidebar__user{border-top:1px solid #334155;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.rep-sidebar__user-avatar{color:#fff;background:#e07a30;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:.4rem;font-size:.85rem;font-weight:700;display:flex}.rep-sidebar__user-info{flex-direction:column;gap:1px;display:flex}.rep-sidebar__user-name{color:#f1f5f9;font-size:.8125rem;font-weight:600}.rep-sidebar__user-role{color:#64748b;text-transform:capitalize;font-size:.7rem}.rep-sidebar__signout{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.75rem;transition:color .15s}.rep-sidebar__signout:hover{color:#f1f5f9}.rep-sidebar-overlay{z-index:199;background:#00000080;position:fixed;inset:0}@media (width<=767px){.rep-sidebar{height:100vh;position:fixed;top:0;left:0;transform:translate(-100%)}.rep-sidebar--open{transform:translate(0)}}@media (width>=768px){.rep-sidebar{transform:translate(0)!important}}.rep-topbar{background:var(--color-surface,#fff);border-bottom:1px solid var(--color-border,#d4c9a8);z-index:100;flex-shrink:0;align-items:center;gap:1rem;height:56px;padding:0 1.25rem;display:flex;position:sticky;top:0}.rep-topbar__menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:flex}.rep-topbar__menu-btn span{background:var(--color-text-secondary,#666);border-radius:2px;width:100%;height:2px;transition:background .15s;display:block}.rep-topbar__menu-btn:hover span{background:var(--color-text,#1a1a1a)}@media (width>=768px){.rep-topbar__menu-btn{display:none}}.rep-topbar__title{color:var(--color-text,#1a1a1a);white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1.05rem;font-weight:600;overflow:hidden}.rep-topbar__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.rep-topbar__name{color:var(--color-text-secondary,#666);font-size:.8125rem;font-weight:500;display:none}@media (width>=640px){.rep-topbar__name{display:block}}.rep-topbar__avatar{color:#fff;background:#e07a30;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.rep-layout{background:var(--color-bg,#eae2b7);flex-direction:column;min-height:100vh;display:flex}.rep-impersonation-banner{color:#fff;z-index:200;background:#7c3aed;flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:500;display:flex}.rep-impersonation-banner strong{font-weight:700}.rep-impersonation-exit{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff59;border-radius:5px;padding:.3rem .75rem;font-size:.75rem;font-weight:600;transition:background .15s}.rep-impersonation-exit:hover{background:#ffffff4d}.rep-layout__container{background:var(--color-bg,#eae2b7);flex-direction:row;flex:1;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 0 1px #0000000f}.rep-layout__main{flex-direction:column;flex:1;min-width:0;display:flex}.rep-layout__content{padding:var(--spacing-lg,1.5rem);background:var(--color-bg,#eae2b7);flex:1;overflow-y:auto}@media (width<=767px){.rep-layout__content{padding:10px}.rep-layout__container{display:block}}.rep-login-page{background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.rep-login-card{background:#1e293b;border:1px solid #334155;border-radius:12px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 20px 60px #00000080}.rep-login-logo{align-items:center;gap:.6rem;margin-bottom:1.75rem;display:flex}.rep-login-logo-mark{color:#fff;letter-spacing:.05em;background:#e07a30;border-radius:6px;padding:.3rem .55rem;font-size:.9rem;font-weight:800}.rep-login-logo-text{color:#f1f5f9;font-size:1.05rem;font-weight:600}.rep-login-title{color:#f1f5f9;margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.rep-login-subtitle{color:#94a3b8;margin:0 0 1.75rem;font-size:.875rem}.rep-login-form{flex-direction:column;gap:1.1rem;display:flex}.rep-login-field{flex-direction:column;gap:.4rem;display:flex}.rep-login-field label{color:#cbd5e1;font-size:.8125rem;font-weight:500}.rep-login-field input{color:#f1f5f9;background:#0f172a;border:1px solid #334155;border-radius:6px;outline:none;padding:.65rem .85rem;font-size:.9375rem;transition:border-color .15s}.rep-login-field input:focus{border-color:#e07a30}.rep-login-field input::placeholder{color:#475569}.rep-login-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459;border-radius:6px;padding:.6rem .85rem;font-size:.8125rem}.rep-login-btn{color:#fff;cursor:pointer;background:#e07a30;border:none;border-radius:6px;margin-top:.25rem;padding:.75rem;font-size:.9375rem;font-weight:600;transition:background .15s,opacity .15s}.rep-login-btn:hover:not(:disabled){background:#c96820}.rep-login-btn:disabled{opacity:.5;cursor:not-allowed}.rep-login-help{color:#64748b;text-align:center;margin-top:1.5rem;font-size:.78rem;line-height:1.5}.newspaper{color:#2d2a26;max-width:1100px;padding-bottom:3rem;font-family:Georgia,Times New Roman,serif}.newspaper__nameplate{text-align:center;border-bottom:3px double #2d2a26;margin-bottom:0;padding:1.2rem 0 .5rem}.newspaper__nameplate-rule{background:#2d2a26;width:100%;height:2px;margin:.4rem auto}.newspaper__nameplate-title{color:#1a1a1a;letter-spacing:.02em;text-shadow:1px 1px #00000026;margin:.2rem 0;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:900;line-height:1}.newspaper__nameplate-sub{letter-spacing:.18em;text-transform:uppercase;color:#6b6055;margin-top:.35rem;margin-bottom:.2rem;font-family:Georgia,serif;font-size:.65rem}.newspaper__masthead{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:1rem 0 .75rem;display:grid}.newspaper__masthead-left{flex-direction:column;gap:.2rem;display:flex}.newspaper__edition{letter-spacing:.15em;text-transform:uppercase;color:#e07a30;font-family:-apple-system,sans-serif;font-size:.7rem;font-weight:700}.newspaper__tagline{color:#2d2a26;font-family:-apple-system,sans-serif;font-size:1.1rem;font-weight:700}.newspaper__masthead-center{text-align:center}.newspaper__date{color:#8a7f72;margin-bottom:.3rem;font-family:-apple-system,sans-serif;font-size:.75rem}.newspaper__rule{background:linear-gradient(90deg,#0000,#2d2a26,#0000);height:3px;margin:.3rem 0}.newspaper__subtitle{letter-spacing:.1em;text-transform:uppercase;color:#8a7f72;font-family:-apple-system,sans-serif;font-size:.65rem}.newspaper__masthead-right{justify-content:flex-end;display:flex}.newspaper__weather{background:#fff;border:1px solid #e8e0d4;border-radius:10px;align-items:center;gap:.6rem;padding:.6rem .9rem;font-family:-apple-system,sans-serif;display:flex}.newspaper__weather-icon{font-size:1.5rem}.newspaper__weather-temp{color:#2d2a26;font-size:.8rem;font-weight:600}.newspaper__weather-sub{color:#a09589;font-size:.68rem}.newspaper__divider{border:none;border-top:2px solid #2d2a26;margin:.5rem 0}.newspaper__col-divider{border:none;border-top:1px solid #d8d0c4;margin:1rem 0}.newspaper__body{grid-template-columns:1fr 280px;align-items:start;gap:1.5rem;margin-top:.75rem;display:grid}.newspaper__lead{color:inherit;padding-bottom:.5rem;text-decoration:none;display:block}.newspaper__lead:hover .newspaper__lead-headline{color:#e07a30}.newspaper__source-tag{letter-spacing:.1em;text-transform:uppercase;color:#e07a30;margin-bottom:.35rem;font-family:-apple-system,sans-serif;font-size:.6rem;font-weight:700}.newspaper__lead-headline{color:#1a1714;margin:0 0 .6rem;font-size:1.75rem;font-weight:700;line-height:1.2;transition:color .15s}.newspaper__lead-lede{color:#4a4540;margin:0;font-size:.95rem;line-height:1.65}.newspaper__featured-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.newspaper__featured{color:inherit;border-left:3px solid #e8e0d4;padding-left:.85rem;text-decoration:none;transition:border-color .15s;display:block}.newspaper__featured:hover{border-color:#e07a30}.newspaper__featured:hover .newspaper__featured-headline{color:#e07a30}.newspaper__featured-headline{color:#1a1714;margin:0 0 .4rem;font-size:1.05rem;font-weight:700;line-height:1.3;transition:color .15s}.newspaper__featured-lede{color:#6b6460;margin:0;font-size:.8rem;line-height:1.55}.newspaper__briefs-row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.newspaper__brief{color:inherit;border-bottom:1px dotted #d8d0c4;padding:.6rem 0;text-decoration:none;display:block}.newspaper__brief:hover .newspaper__brief-headline{color:#e07a30}.newspaper__brief-headline{color:#2d2a26;margin:.2rem 0 0;font-size:.85rem;font-weight:700;line-height:1.35;transition:color .15s}.newspaper__col-side{border-left:2px solid #2d2a26;flex-direction:column;gap:0;padding-left:1.25rem;display:flex}.newspaper__sidebar-block{border-bottom:1px solid #d8d0c4;padding:1rem 0}.newspaper__sidebar-block:last-child{border-bottom:none}.newspaper__sidebar-block--quote{background:#fdf8f2;border:1px solid #e8e0d4;border-radius:8px;margin:.5rem 0;padding:.85rem}.newspaper__sidebar-label{letter-spacing:.12em;text-transform:uppercase;color:#e07a30;margin-bottom:.5rem;font-family:-apple-system,sans-serif;font-size:.6rem;font-weight:700}.newspaper__word{color:#1a1714;margin-bottom:.15rem;font-size:1.4rem;font-weight:700}.newspaper__word-pos{color:#8a7f72;margin-bottom:.4rem;font-family:-apple-system,sans-serif;font-size:.72rem;font-style:italic}.newspaper__word-def{color:#4a4540;font-size:.82rem;line-height:1.55}.newspaper__word-example{color:#8a7f72;margin-top:.4rem;font-size:.75rem;font-style:italic;line-height:1.5}.newspaper__quote{color:#2d2a26;border:none;margin:0 0 .5rem;padding:0;font-size:.88rem;font-style:italic;line-height:1.6}.newspaper__quote-author{color:#8a7f72;text-align:right;font-family:-apple-system,sans-serif;font-size:.72rem;font-weight:600}.newspaper__comic-img{border-radius:4px;width:100%;max-width:240px;margin:.4rem 0;display:block}.newspaper__comic-title{color:#8a7f72;text-align:center;font-family:-apple-system,sans-serif;font-size:.75rem;font-style:italic}.newspaper__headlines-section{margin-top:.5rem}.newspaper__headlines-label{letter-spacing:.12em;text-transform:uppercase;color:#8a7f72;margin:.5rem 0 .6rem;font-family:-apple-system,sans-serif;font-size:.6rem;font-weight:700}.newspaper__headlines-grid{grid-template-columns:1fr 1fr;gap:.3rem 2rem;display:grid}.newspaper__headline-item{color:#3d3730;border-bottom:1px dotted #e8e0d4;align-items:baseline;gap:.4rem;padding:.2rem 0;font-size:.8rem;line-height:1.4;text-decoration:none;transition:color .12s;display:flex}.newspaper__headline-item:hover{color:#e07a30}.newspaper__headline-bullet{color:#e07a30;flex-shrink:0;font-size:.6rem}@media (width<=768px){.newspaper__masthead,.newspaper__body{grid-template-columns:1fr}.newspaper__col-side{border-top:2px solid #2d2a26;border-left:none;padding-top:1rem;padding-left:0}.newspaper__featured-row,.newspaper__briefs-row,.newspaper__headlines-grid{grid-template-columns:1fr}}.newspaper__lead-img-wrap{border-radius:4px;width:100%;height:260px;margin-bottom:.75rem;overflow:hidden}.newspaper__lead-img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.newspaper__lead:hover .newspaper__lead-img{transform:scale(1.02)}.newspaper__featured-img{object-fit:cover;border-radius:3px;width:100%;height:130px;margin-bottom:.5rem;display:block}.newspaper__video-wrap{border-radius:4px;width:100%;margin-bottom:.5rem;padding-top:56.25%;position:relative;overflow:hidden}.newspaper__video-title{color:#1a1714;font-family:-apple-system,sans-serif;font-size:.78rem;font-weight:700;line-height:1.3}.newspaper__video-channel{color:#8a7f72;margin-top:.15rem;font-family:-apple-system,sans-serif;font-size:.68rem}.newspaper__wiki-img{object-fit:cover;border-radius:6px;width:100%;max-height:160px;margin-bottom:.6rem;display:block}.newspaper__wiki-title{color:#2d2a26;margin-bottom:.4rem;font-family:Georgia,serif;font-size:1rem;font-weight:700;line-height:1.3;text-decoration:none;display:block}.newspaper__wiki-title:hover{color:#e07a30}.newspaper__wiki-extract{color:#5a5248;margin:0 0 .6rem;font-family:Georgia,serif;font-size:.78rem;line-height:1.55}.newspaper__wiki-link{color:#e07a30;letter-spacing:.02em;font-family:-apple-system,sans-serif;font-size:.72rem;font-weight:600;text-decoration:none}.newspaper__wiki-link:hover{text-decoration:underline}.newspaper__video-thumb-link{margin-bottom:.6rem;text-decoration:none;display:block}.newspaper__video-thumb-wrap{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%;position:relative;overflow:hidden}.newspaper__video-thumb{object-fit:cover;width:100%;height:100%;transition:opacity .2s;display:block}.newspaper__video-thumb-link:hover .newspaper__video-thumb{opacity:.85}.newspaper__video-play{color:#fff;background:#dc0000e0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding-left:4px;font-size:1.4rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 12px #0006}.newspaper__video-thumb-link:hover .newspaper__video-play{background:#c80000;transform:translate(-50%,-50%)scale(1.08)}.newspaper__video-title{color:#2d2a26;margin-bottom:.15rem;font-family:Georgia,serif;font-size:.9rem;font-weight:700;line-height:1.3}.newspaper__video-channel{color:#8a7f72;font-family:-apple-system,sans-serif;font-size:.72rem}.newspaper__video-wrap{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%;margin-bottom:.6rem;position:relative;overflow:hidden}.newspaper__video{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.newspaper__video-thumb-link{cursor:pointer;background:0 0;border:none;width:100%;margin-bottom:.6rem;padding:0;display:block}.tc-page{background:#f5f0e8;max-width:600px;min-height:100vh;margin:0 auto;padding:16px 12px 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tc-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.tc-title{color:#2d2d2d;align-items:center;gap:8px;margin:0;font-size:1.4rem;font-weight:700;display:flex}.tc-icon{font-size:1.3rem}.tc-header-actions{align-items:center;gap:8px;display:flex}.tc-btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#e07b39;border:none;border-radius:8px;padding:8px 14px;font-size:.85rem;font-weight:600}.tc-btn-secondary{color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ccc;border-radius:8px;padding:8px 14px;font-size:.85rem;font-weight:600;text-decoration:none}.tc-nav-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.tc-date-nav{background:#fff;border:1px solid #ddd;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;display:flex}.tc-arrow{color:#e07b39;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.4rem;line-height:1}.tc-date-label{color:#333;white-space:nowrap;font-size:.9rem;font-weight:600}.tc-search{background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;flex:1;min-width:140px;padding:8px 12px;font-size:.9rem}.tc-search:focus{border-color:#e07b39}.tc-progress-bar{background:#e0d8cc;border-radius:4px;height:8px;margin-bottom:16px;position:relative;overflow:visible}.tc-progress-fill{background:#4caf50;border-radius:4px;height:100%;transition:width .4s}.tc-progress-label{color:#888;font-size:.75rem;position:absolute;top:-18px;right:0}.tc-empty{text-align:center;color:#888;background:#fff;border:1px solid #e8e0d0;border-radius:14px;padding:48px 16px;font-size:1rem}.tc-all-done{text-align:center;background:#fff;border:2px solid #4caf50;border-radius:14px;padding:48px 16px}.tc-done-icon{margin-bottom:12px;font-size:3rem}.tc-done-title{color:#2d7d32;font-size:1.3rem;font-weight:700}.tc-done-sub{color:#666;margin-top:6px}.tc-current-card{background:#fff;border:2px solid #e07b39;border-radius:16px;margin-bottom:20px;padding:20px;position:relative;box-shadow:0 4px 16px #e07b3926}.tc-stop-badge{color:#fff;letter-spacing:.03em;background:#e07b39;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:20px}.tc-store-name{color:#1a1a1a;margin-top:8px;margin-bottom:6px;font-size:1.25rem;font-weight:700}.tc-store-address{color:#555;margin-bottom:12px;font-size:.9rem}.tc-stop-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.tc-disposition{color:#c0621a;background:#fef3e8;border:1px solid #f5c89a;border-radius:6px;padding:3px 10px;font-size:.8rem;font-weight:600}.tc-amount{color:#2e7d32;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:6px;padding:3px 10px;font-size:.8rem;font-weight:600}.tc-btn-drive{color:#fff;text-align:center;cursor:pointer;letter-spacing:.02em;background:#1a73e8;border:none;border-radius:12px;width:100%;margin-bottom:12px;padding:14px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .15s;display:block}.tc-btn-drive:hover{background:#1558b0}.tc-btn-note{color:#555;text-align:center;cursor:pointer;background:#f5f0e8;border:2px dashed #ccc;border-radius:12px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:border-color .15s,background .15s;display:block}.tc-btn-note:hover{color:#c0621a;background:#fef3e8;border-color:#e07b39}.tc-recording-active{background:#fff3f3;border:2px solid #ef5350;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;display:flex}.tc-recording-pulse{background:#ef5350;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:1s infinite pulse-red}@keyframes pulse-red{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.tc-recording-label{color:#c62828;flex:1;font-size:.95rem;font-weight:600}.tc-btn-stop-rec{color:#fff;cursor:pointer;background:#ef5350;border:none;border-radius:8px;padding:8px 14px;font-size:.85rem;font-weight:700}.tc-processing{color:#666;background:#f5f0e8;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;font-size:.95rem;display:flex}.tc-spinner{border:3px solid #ddd;border-top-color:#e07b39;border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.tc-review-panel{background:#f9f6f0;border:1px solid #e8e0d0;border-radius:12px;margin-top:4px;padding:16px}.tc-review-label{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.8rem;font-weight:600}.tc-note-textarea{resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem;line-height:1.5}.tc-note-textarea:focus{border-color:#e07b39}.tc-transcript-details{color:#999;margin-top:8px;font-size:.8rem}.tc-transcript-details summary{cursor:pointer}.tc-transcript-text{margin-top:4px;font-style:italic}.tc-review-actions{gap:10px;margin-top:12px;display:flex}.tc-btn-cancel{color:#888;cursor:pointer;background:#f5f0e8;border:1px solid #ccc;border-radius:10px;flex:1;padding:12px;font-size:.95rem;font-weight:600}.tc-btn-submit{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:10px;flex:2;padding:12px;font-size:.95rem;font-weight:700;transition:background .15s}.tc-btn-submit:hover:not(:disabled){background:#388e3c}.tc-btn-submit:disabled{cursor:not-allowed;background:#aaa}.tc-error{color:#c62828;background:#fff3f3;border:1px solid #ffcdd2;border-radius:8px;margin-top:10px;padding:10px 12px;font-size:.85rem}.tc-upcoming{margin-bottom:20px}.tc-upcoming-title{color:#999;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px;padding-left:4px;font-size:.8rem;font-weight:700}.tc-upcoming-card{background:#fff;border:1px solid #e8e0d0;border-radius:10px;align-items:center;gap:12px;margin-bottom:8px;padding:12px 14px;display:flex}.tc-upcoming-num{color:#666;background:#e8e0d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.tc-upcoming-info{flex:1}.tc-upcoming-name{color:#333;font-size:.9rem;font-weight:600}.tc-upcoming-addr{color:#999;margin-top:2px;font-size:.78rem}.tc-upcoming-disp{color:#aaa;white-space:nowrap;font-size:.75rem}.tc-completed-section{margin-top:8px}.tc-completed-title{color:#4caf50;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px;padding-left:4px;font-size:.8rem;font-weight:700}.tc-completed-card{opacity:.8;background:#f1f8f1;border:1px solid #c8e6c9;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:8px;padding:10px 14px;display:flex}.tc-check{flex-shrink:0;margin-top:1px;font-size:1rem}.tc-completed-info{flex:1}.tc-completed-name{color:#333;font-size:.88rem;font-weight:600}.tc-completed-note{color:#666;margin-top:3px;font-size:.8rem;font-style:italic;line-height:1.4}@media (width<=480px){.tc-page{padding:12px 8px 80px}.tc-title{font-size:1.2rem}.tc-current-card{padding:18px 14px}.tc-store-name{font-size:1.1rem}.tc-btn-drive{padding:13px;font-size:1rem}}.pps-kiosk{color:#1a1a1a;background:#f5f0e8;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.pps-kiosk__header{color:#f5f0e8;z-index:10;background:#1a1a1a;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}.pps-kiosk__header-left{flex-direction:column;gap:.1rem;display:flex}.pps-kiosk__worker{letter-spacing:.02em;font-size:1rem;font-weight:700}.pps-kiosk__stage-label{color:#a0a0a0;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem}.pps-kiosk__header-right{align-items:center;gap:.5rem;display:flex}.pps-kiosk__refresh-btn,.pps-kiosk__exit-btn,.pps-kiosk__logout-btn{color:#f5f0e8;cursor:pointer;background:0 0;border:1px solid #444;border-radius:6px;padding:.35rem .6rem;font-size:1rem;transition:background .15s}.pps-kiosk__refresh-btn:hover{background:#2a2a2a}.pps-kiosk__exit-btn:hover{background:#3a2a1a}.pps-kiosk__logout-btn:hover{background:#2a1a1a}.pps-kiosk__body{flex:1;width:100%;max-width:700px;margin:0 auto;padding:1.25rem}.pps-kiosk__loading,.pps-kiosk__error,.pps-kiosk__empty{text-align:center;color:#666;padding:3rem 1rem;font-size:1rem}.pps-kiosk__error{color:#c0392b}.pps-kiosk__queue-header{margin-bottom:1rem}.pps-kiosk__queue-title{color:#1a1a1a;margin:0;font-size:1.1rem;font-weight:700}.pps-kiosk__queue-grid{flex-direction:column;gap:.75rem;display:flex}.pps-queue__card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0d8cc;border-radius:12px;width:100%;padding:1rem 1.1rem;transition:box-shadow .15s,transform .1s;display:block;position:relative}.pps-queue__card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0000001a}.pps-queue__card-top{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.pps-queue__store{color:#1a1a1a;font-size:1rem;font-weight:700}.pps-queue__order{color:#888;margin-bottom:.2rem;font-size:.75rem}.pps-queue__flavor{color:#3a3a3a;margin-bottom:.4rem;font-size:.95rem;font-weight:600}.pps-queue__meta{color:#888;gap:1rem;font-size:.75rem;display:flex}.pps-queue__arrow{color:#bbb;font-size:1.2rem;position:absolute;top:50%;right:1.1rem;transform:translateY(-50%)}.pps-queue__status{text-transform:uppercase;letter-spacing:.06em;border-radius:20px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.status--pending{color:#856404;background:#fff3cd}.status--cooking_molding{color:#0c5460;background:#d1ecf1}.status--cooking_molding_complete{color:#155724;background:#d4edda}.pps-task{flex-direction:column;gap:.75rem;display:flex}.pps-task__back{color:#888;cursor:pointer;text-align:left;background:0 0;border:none;width:fit-content;padding:0;font-size:.85rem}.pps-task__back:hover{color:#1a1a1a}.pps-task__card{background:#fff;border:1px solid #e0d8cc;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.pps-task__store{color:#1a1a1a;font-size:1.3rem;font-weight:800;line-height:1.2}.pps-task__order{color:#999;margin-top:-.75rem;font-family:monospace;font-size:.75rem}.pps-task__flavor{color:#2d6a2d;letter-spacing:-.02em;font-size:2rem;font-weight:900;line-height:1.1}.pps-task__specs{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.pps-task__spec{background:#f5f0e8;border-radius:10px;flex-direction:column;gap:.2rem;padding:.75rem 1rem;display:flex}.pps-task__spec-label{text-transform:uppercase;letter-spacing:.1em;color:#999;font-size:.6rem;font-weight:700}.pps-task__spec-value{color:#1a1a1a;font-size:1.3rem;font-weight:800}.pps-task__recipe{background:#f9f6f0;border:1px solid #e8e0d0;border-radius:10px;padding:.9rem 1rem}.pps-task__recipe-title{text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:.5rem;font-size:.6rem;font-weight:700}.pps-task__recipe-rows{flex-direction:column;gap:.3rem;display:flex}.pps-task__recipe-row{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.pps-task__recipe-row.color .pps-task__recipe-name{color:#7a5c2a}.pps-task__recipe-name{color:#2d6a2d;font-weight:600}.pps-task__recipe-amount{color:#1a1a1a;font-family:monospace;font-weight:700}.pps-task__recipe-toggle{color:#888;cursor:pointer;text-align:center;background:0 0;border:1px dashed #ccc;border-radius:8px;width:100%;padding:.5rem 1rem;font-size:.8rem;transition:background .15s}.pps-task__recipe-toggle:hover{color:#444;background:#f0ece4}.pps-task__gummy-recipe{background:#fffdf7;border:1px solid #e8e0d0;border-radius:10px;padding:1rem}.pps-task__gummy-recipe-title{text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:.6rem;font-size:.65rem;font-weight:700}.pps-task__gummy-recipe-rows{flex-direction:column;gap:.35rem;display:flex}.pps-task__gummy-recipe-row{justify-content:space-between;font-size:.85rem;display:flex}.pps-task__gummy-recipe-row span:first-child{color:#555}.pps-task__gummy-recipe-row span:last-child{font-family:monospace;font-weight:700}.pps-task__mold-progress{color:#555;flex-direction:column;gap:.4rem;font-size:.85rem;display:flex}.pps-task__mold-bar{background:#e8e0d0;border-radius:4px;height:8px;overflow:hidden}.pps-task__mold-fill{background:#2d6a2d;border-radius:4px;height:100%;transition:width .3s}.pps-task__start-btn{color:#fff;letter-spacing:.08em;cursor:pointer;background:#2d6a2d;border:none;border-radius:14px;width:100%;margin-top:.25rem;padding:1.25rem;font-size:1.4rem;font-weight:900;transition:background .15s,transform .1s}.pps-task__start-btn:hover{background:#245524;transform:translateY(-1px)}.pps-task__start-btn:active{transform:translateY(0)}.pps-task__complete-badge{color:#155724;text-align:center;background:#d4edda;border-radius:14px;width:100%;padding:1rem;font-size:1.1rem;font-weight:800}.pps-task__id{color:#bbb;text-align:center;font-family:monospace;font-size:.65rem}.pps-scan-overlay{z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.pps-scan-modal{background:#fff;border-radius:20px;flex-direction:column;gap:1rem;width:100%;max-width:420px;padding:1.75rem;display:flex}.pps-scan-modal__header h2{color:#2d6a2d;margin:0 0 .2rem;font-size:1.4rem;font-weight:900}.pps-scan-modal__sub{color:#999;margin:0;font-size:.75rem}.pps-scan-modal__progress{flex-direction:column;align-items:center;gap:.4rem;display:flex}.pps-scan-modal__count{color:#1a1a1a;font-size:2.5rem;font-weight:900;line-height:1}.pps-scan-modal__label{text-transform:uppercase;letter-spacing:.08em;color:#999;font-size:.7rem}.pps-scan-modal__bar{background:#f0ece4;border-radius:5px;width:100%;height:10px;overflow:hidden}.pps-scan-modal__fill{background:#2d6a2d;border-radius:5px;height:100%;transition:width .3s}.pps-scan-modal__scanned{flex-wrap:wrap;gap:.4rem;display:flex}.pps-scan-modal__tag{color:#155724;background:#d4edda;border-radius:6px;padding:.2rem .5rem;font-family:monospace;font-size:.7rem;font-weight:700}.pps-scan-modal__instruction{color:#555;text-align:center;margin:0;font-size:.85rem}.pps-scan-modal__input{box-sizing:border-box;border:2px solid #2d6a2d;border-radius:10px;outline:none;width:100%;padding:.85rem 1rem;font-family:monospace;font-size:1rem}.pps-scan-modal__input:focus{border-color:#1a4a1a}.pps-scan-modal__err{color:#c0392b;text-align:center;margin:0;font-size:.8rem}.pps-scan-modal__btn{color:#fff;cursor:pointer;background:#2d6a2d;border:none;border-radius:10px;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:background .15s}.pps-scan-modal__btn:hover:not(:disabled){background:#245524}.pps-scan-modal__btn:disabled{opacity:.5;cursor:not-allowed}.pps-scan-modal__btn.complete{background:#155724}.pps-scan-modal__done{text-align:center;color:#155724;margin:0;font-size:1.1rem;font-weight:700}.pps-scan-modal__cancel{color:#999;cursor:pointer;text-align:center;background:0 0;border:none;padding:.25rem;font-size:.85rem}.pps-scan-modal__cancel:hover{color:#555}.pps-pin-overlay{z-index:200;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.pps-pin-modal{background:#1a1a1a;border-radius:20px;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:320px;padding:2rem 1.75rem;display:flex}.pps-pin-modal__title{color:#f5f0e8;text-align:center;margin:0;font-size:1rem;font-weight:700}.pps-pin-modal__dots{gap:.75rem;display:flex}.pps-pin-modal__dot{background:0 0;border:2px solid #555;border-radius:50%;width:14px;height:14px;transition:background .15s,border-color .15s}.pps-pin-modal__dot.filled{background:#2d6a2d;border-color:#2d6a2d}.pps-pin-modal__err{color:#e74c3c;margin:0;font-size:.8rem}.pps-pin-modal__pad{grid-template-columns:repeat(3,1fr);gap:.6rem;width:100%;display:grid}.pps-pin-modal__key{color:#f5f0e8;cursor:pointer;background:#2a2a2a;border:1px solid #444;border-radius:10px;padding:1rem 0;font-size:1.2rem;font-weight:700;transition:background .12s}.pps-pin-modal__key:hover:not(:disabled){background:#3a3a3a}.pps-pin-modal__key.confirm{background:#2d6a2d;border-color:#2d6a2d}.pps-pin-modal__key.confirm:hover{background:#245524}.pps-pin-modal__key.del{color:#e74c3c}.pps-pin-modal__key:disabled{opacity:.4;cursor:not-allowed}.pps-pin-modal__cancel{color:#666;cursor:pointer;background:0 0;border:none;font-size:.8rem}.pps-pin-modal__cancel:hover{color:#aaa}.pps-task__action-btn{color:#fff;cursor:pointer;background:#3a5a3a;border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:700;transition:background .15s}.pps-task__action-btn:hover:not(:disabled){background:#2d4a2d}.pps-task__action-btn:disabled{opacity:.45;cursor:not-allowed}.pps-task__start-btn.advance{background:#b35c00}.pps-task__start-btn.advance:hover{background:#8a4500}.pps-task__err{color:#c0392b;text-align:center;background:#fdecea;border-radius:8px;margin:0;padding:.5rem;font-size:.85rem}.pps-queue__status.pending{color:#856404;background:#fff3cd}.pps-queue__status.active{color:#0c5460;background:#d1ecf1}.pps-queue__status.done{color:#155724;background:#d4edda}.pps-s3__steps{border-top:1px solid #f0ece4;border-bottom:1px solid #f0ece4;justify-content:space-between;align-items:flex-start;gap:.25rem;padding:.75rem 0;display:flex}.pps-s3__step{opacity:.4;flex-direction:column;flex:1;align-items:center;gap:.3rem;transition:opacity .2s;display:flex}.pps-s3__step.active{opacity:1}.pps-s3__step.done{opacity:.75}.pps-s3__step-dot{color:#888;background:#e8e0d0;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.85rem;font-weight:800;transition:background .2s,color .2s;display:flex}.pps-s3__step.active .pps-s3__step-dot{color:#fff;background:#2d6a2d}.pps-s3__step.done .pps-s3__step-dot{color:#155724;background:#d4edda}.pps-s3__step-label{text-transform:uppercase;letter-spacing:.07em;color:#999;text-align:center;font-size:.6rem;font-weight:700}.pps-s3__step.active .pps-s3__step-label{color:#2d6a2d}.pps-s3__step.done .pps-s3__step-label{color:#555}.pps-s3__scan-section{flex-direction:column;gap:.75rem;display:flex}.pps-s3__instruction{color:#555;margin:0;font-size:.9rem;line-height:1.5}.pps-s3__tip{color:#7a6010;background:#fffbea;border:1px solid #f0d060;border-radius:10px;padding:.75rem 1rem;font-size:.82rem;line-height:1.5}.pps-s3__scan-confirmed{color:#155724;text-align:center;background:#d4edda;border-radius:10px;padding:.75rem 1rem;font-size:.9rem;font-weight:700}.pps-s4__form{flex-direction:column;gap:1rem;display:flex}.pps-s4__tip{color:#7a6010;background:#fffbea;border:1px solid #f0d060;border-radius:10px;padding:.75rem 1rem;font-size:.82rem;line-height:1.5}.pps-s4__inputs{flex-direction:column;gap:.75rem;display:flex}.pps-s4__input-group{flex-direction:column;gap:.35rem;display:flex}.pps-s4__label{text-transform:uppercase;letter-spacing:.08em;color:#888;font-size:.7rem;font-weight:700}.pps-s4__input{color:#1a1a1a;box-sizing:border-box;text-align:center;border:2px solid #e0d8cc;border-radius:12px;outline:none;width:100%;padding:1rem 1.1rem;font-family:monospace;font-size:1.6rem;font-weight:800;transition:border-color .15s}.pps-s4__input:focus{border-color:#2d6a2d}.pps-s4__total-preview{text-align:center;color:#555;background:#f5f0e8;border-radius:10px;padding:.6rem 1rem;font-size:.9rem}.pps-s4__total-preview strong{color:#1a1a1a;font-size:1rem}.pps-s4__packed-summary{flex-direction:column;gap:.5rem;display:flex}.pps-s4__packed-row{color:#555;background:#f5f0e8;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .75rem;font-size:.9rem;display:flex}.pps-s4__packed-row strong{color:#1a1a1a;font-family:monospace;font-size:1rem}.pps-s4__packed-row.total{color:#155724;background:#d4edda;font-weight:700}.pps-s4__packed-row.total strong{color:#155724;font-size:1.1rem}.pps-s4__all-done{color:#555;text-align:center;background:#fffbea;border:1px solid #f0d060;border-radius:10px;margin:.5rem 0;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.pps-s4__waiting{color:#888;text-align:center;margin:.5rem 0;font-size:.85rem;font-style:italic}.rcp-loading{text-align:center;color:#888;padding:40px;font-size:14px}.rcp-page{flex-direction:column;height:calc(100vh - 60px);display:flex;overflow:hidden}.rcp-header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.rcp-title{color:#1a1a1a;margin:0;font-size:22px;font-weight:700}.rcp-pn-select{color:#333;cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:8px;padding:7px 12px;font-size:13px}.rcp-pn-select:focus{border-color:#c97a2a;outline:none}.rcp-body{flex:1;display:flex;overflow:hidden}.rcp-conv-list{border-right:1px solid #eee;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto}.rcp-conv-list-header{text-transform:uppercase;letter-spacing:.06em;color:#999;border-bottom:1px solid #f0f0f0;padding:12px 16px;font-size:11px;font-weight:700}.rcp-conv-item{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f5f5f5;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:background .1s;display:flex}.rcp-conv-item:hover{background:#faf8f5}.rcp-conv-item--active{background:#fef5ea;border-left:3px solid #c97a2a}.rcp-conv-avatar{color:#7a5c2a;background:#e8ddd0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:flex}.rcp-conv-info{flex:1;min-width:0}.rcp-conv-name{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.rcp-conv-preview{color:#888;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.rcp-conv-time{color:#aaa;flex-shrink:0;font-size:11px}.rcp-empty{color:#bbb;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;font-size:13px;display:flex}.rcp-thread{flex-direction:column;flex:1;display:flex;overflow:hidden}.rcp-thread-empty{color:#bbb;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.rcp-thread-header{border-bottom:1px solid #eee;flex-shrink:0;padding:14px 20px}.rcp-thread-name{color:#1a1a1a;font-size:15px;font-weight:700}.rcp-messages{flex-direction:column;flex:1;gap:10px;padding:16px 20px;display:flex;overflow-y:auto}.rcp-msg{flex-direction:column;max-width:70%;display:flex}.rcp-msg--out{align-self:flex-end;align-items:flex-end}.rcp-msg--in{align-self:flex-start;align-items:flex-start}.rcp-msg-bubble{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.4}.rcp-msg--out .rcp-msg-bubble{color:#fff;background:#c97a2a;border-bottom-right-radius:4px}.rcp-msg--in .rcp-msg-bubble{color:#1a1a1a;background:#f0ece4;border-bottom-left-radius:4px}.rcp-msg-time{color:#aaa;margin-top:3px;padding:0 4px;font-size:10px}.rcp-compose{border-top:1px solid #eee;flex-shrink:0;padding:12px 16px}.rcp-send-error{color:#c0392b;margin-bottom:6px;font-size:12px}.rcp-compose-row{align-items:flex-end;gap:10px;display:flex}.rcp-compose-input{resize:none;border:1.5px solid #ddd;border-radius:10px;flex:1;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.4}.rcp-compose-input:focus{border-color:#c97a2a;outline:none}.rcp-send-btn{color:#fff;cursor:pointer;background:#c97a2a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex}.rcp-send-btn:hover:not(:disabled){background:#a8621e}.rcp-send-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=640px){.rcp-conv-list{border-bottom:1px solid #eee;border-right:none;width:100%;height:200px}.rcp-body{flex-direction:column}}.rep-expenses{max-width:540px;margin:0 auto;padding:1rem}.rep-expenses__header{margin-bottom:1.25rem}.rep-expenses__header h2{color:#1a1a1a;margin:0 0 .25rem;font-size:1.4rem;font-weight:700}.rep-expenses__header p{color:#666;margin:0;font-size:.875rem}.rep-expenses__dropzone{text-align:center;cursor:pointer;background:#fffdf5;border:2px dashed #d4a853;border-radius:12px;margin-bottom:1rem;padding:2.5rem 1.5rem;transition:background .15s,border-color .15s}.rep-expenses__dropzone:hover{background:#fff8e6;border-color:#c8962a}.rep-expenses__dropzone--loading{cursor:default;opacity:.7}.rep-expenses__upload-icon{margin-bottom:.5rem;font-size:2.5rem}.rep-expenses__dropzone p{color:#333;margin:.25rem 0;font-size:.95rem}.rep-expenses__hint{color:#999!important;font-size:.78rem!important}.rep-expenses__spinner{border:3px solid #f0e0b0;border-top-color:#d4a853;border-radius:50%;width:32px;height:32px;margin:0 auto .75rem;animation:.7s linear infinite rep-expenses-spin}@keyframes rep-expenses-spin{to{transform:rotate(360deg)}}.rep-expenses__error{color:#c0392b;background:#fff0f0;border:1px solid #f5c6c6;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.rep-expenses__success{text-align:center;background:#f0fff4;border:1px solid #b2dfdb;border-radius:12px;margin-bottom:1rem;padding:2rem 1rem}.rep-expenses__success-icon{color:#27ae60;margin-bottom:.5rem;font-size:2.5rem}.rep-expenses__success h3{color:#1a1a1a;margin:0 0 .25rem;font-size:1.1rem}.rep-expenses__success p{color:#555;margin:0 0 1rem;font-size:.9rem}.rep-expenses__ai-badge{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.rep-expenses__ai-label{color:#1a6fa8;text-transform:uppercase;letter-spacing:.04em;background:#e8f4fd;border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.rep-expenses__confidence{font-size:.8rem;font-weight:500}.rep-expenses__confidence--high{color:#27ae60}.rep-expenses__confidence--med{color:#e67e22}.rep-expenses__confidence--low{color:#c0392b}.rep-expenses__form{background:#fff;border:1px solid #e8dfc8;border-radius:12px;margin-bottom:1rem;padding:1.25rem}.rep-expenses__field{margin-bottom:1rem}.rep-expenses__field label{color:#555;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem;font-size:.8rem;font-weight:600;display:block}.rep-expenses__field input[type=text],.rep-expenses__field input[type=number],.rep-expenses__field input[type=date],.rep-expenses__field textarea{color:#1a1a1a;box-sizing:border-box;background:#fdfaf3;border:1px solid #d4c9a8;border-radius:8px;width:100%;padding:.6rem .75rem;font-size:.95rem;transition:border-color .15s}.rep-expenses__field input:focus,.rep-expenses__field textarea:focus{background:#fff;border-color:#d4a853;outline:none}.rep-expenses__amount-wrap{background:#fdfaf3;border:1px solid #d4c9a8;border-radius:8px;align-items:center;display:flex;overflow:hidden}.rep-expenses__dollar{color:#888;background:0 0;flex-shrink:0;padding:.6rem .5rem .6rem .75rem;font-size:.95rem}.rep-expenses__amount-wrap input{flex:1;background:0 0!important;border:none!important;padding-left:0!important}.rep-expenses__ai-note{color:#888;margin:.3rem 0 0;font-size:.78rem;font-style:italic}.rep-expenses__field--checkbox label{text-transform:none;letter-spacing:0;color:#333;cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.rep-expenses__field--checkbox input[type=checkbox]{accent-color:#d4a853;flex-shrink:0;width:18px;height:18px}.rep-expenses__actions{justify-content:flex-end;gap:.75rem;margin-top:1.25rem;display:flex}.rep-expenses__btn{cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:opacity .15s,background .15s}.rep-expenses__btn:disabled{opacity:.6;cursor:not-allowed}.rep-expenses__btn--primary{color:#fff;background:#d4a853}.rep-expenses__btn--primary:hover:not(:disabled){background:#c8962a}.rep-expenses__btn--ghost{color:#666;background:0 0;border:1px solid #d4c9a8}.rep-expenses__btn--ghost:hover:not(:disabled){background:#f5f0e8}.rep-expenses__history{margin-top:1.5rem}.rep-expenses__history-list{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.rep-expenses__history-item{background:#fff;border:1px solid #e8dfc8;border-radius:10px;padding:.75rem 1rem}.rep-expenses__history-vendor{color:#1a1a1a;margin-bottom:.25rem;font-size:.95rem;font-weight:600}.rep-expenses__history-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.2rem;display:flex}.rep-expenses__history-amount{color:#d4a853;font-size:.95rem;font-weight:700}.rep-expenses__history-date{color:#888;font-size:.78rem}.rep-expenses__history-cat{color:#aaa}.rep-expenses__empty{color:#aaa;text-align:center;padding:1rem 0;font-size:.875rem}.rep-expenses__status{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.rep-expenses__status--pending{color:#856404;background:#fff3cd}.rep-expenses__status--approved{color:#0c5460;background:#d1ecf1}.rep-expenses__status--paid{color:#155724;background:#d4edda}.rep-expenses__status--draft{color:#6c757d;background:#f8f9fa}.rep-expenses__status--voided{color:#721c24;background:#f8d7da}.rep-expenses__reimb-badge{color:#1a6fa8;text-transform:uppercase;letter-spacing:.04em;background:#e8f4fd;border-radius:20px;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.chain-sidebar{z-index:200;background-color:#111827;border-right:1px solid #1f2937;flex-direction:column;flex-shrink:0;width:240px;min-width:240px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.chain-sidebar__brand{border-bottom:1px solid #1f2937;padding:28px 24px 20px}.chain-sidebar__logo{flex-direction:column;gap:4px;display:flex}.chain-sidebar__logo-text{color:#f1f5f9;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:700;line-height:1.2}.chain-sidebar__portal-label{letter-spacing:.14em;color:#d4af37;text-transform:uppercase;font-size:.62rem;font-weight:700}.chain-sidebar__nav{flex-direction:column;flex:1;gap:2px;padding:16px 0;display:flex;overflow-y:auto}.chain-sidebar__link{color:#94a3b8;border-left:3px solid #0000;padding:11px 24px;font-size:.9rem;font-weight:400;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:block}.chain-sidebar__link:hover{color:#e2e8f0;background-color:#1f2937}.chain-sidebar__link--active{color:#d4af37;background-color:#d4af3714;border-left-color:#d4af37;font-weight:500}.chain-sidebar__user{border-top:1px solid #1f2937;flex-direction:column;gap:4px;padding:16px 24px;display:flex}.chain-sidebar__user-avatar{color:#0a0f1e;background:linear-gradient(135deg,#d4af37 0%,#c9a227 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:8px;font-size:.9rem;font-weight:800;display:flex}.chain-sidebar__user-info{flex-direction:column;gap:2px;display:flex}.chain-sidebar__user-name{color:#e2e8f0;font-size:.85rem;font-weight:600}.chain-sidebar__user-id{color:#4b5563;font-family:monospace;font-size:.72rem}.chain-sidebar__signout{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:8px;padding:0;font-size:.8rem;transition:color .15s}.chain-sidebar__signout:hover{color:#94a3b8}.chain-sidebar-overlay{z-index:199;background:#0009;position:fixed;inset:0}@media (width<=767px){.chain-sidebar{width:240px;height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.chain-sidebar--open{transform:translate(0)}}.chain-topbar{z-index:100;background:#111827;border-bottom:1px solid #1f2937;flex-shrink:0;align-items:center;gap:12px;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.chain-topbar__menu-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1.2rem;transition:color .15s;display:none}.chain-topbar__menu-btn:hover{color:#e2e8f0}.chain-topbar__title{color:#f1f5f9;letter-spacing:-.01em;flex:1;margin:0;font-size:1rem;font-weight:600}.chain-topbar__right{align-items:center;gap:12px;display:flex}.chain-topbar__type-badge{letter-spacing:.04em;color:#d4af37;text-transform:uppercase;background:#d4af371a;border:1px solid #d4af3733;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:600}.chain-topbar__avatar{color:#0a0f1e;background:linear-gradient(135deg,#d4af37 0%,#c9a227 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:800;display:flex}@media (width<=767px){.chain-topbar__menu-btn{display:flex}}.chain-layout{background-color:#0d1117;min-height:100vh}.chain-layout__container{background-color:#0f172a;max-width:1280px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 60px #0006}.chain-layout__main{flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.chain-layout__content{color:#e2e8f0;flex:1;padding:24px 16px}@media (width>=768px){.chain-layout__content{padding:32px}}.chain-login-page{background:linear-gradient(135deg,#0a0f1e 0%,#111827 50%,#0d1a0d 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.chain-login-card{background:#111827;border:1px solid #1f2d1f;border-radius:14px;width:100%;max-width:420px;padding:2.75rem 2.25rem;box-shadow:0 25px 80px #0009,0 0 0 1px #d4af3714}.chain-login-logo{align-items:center;gap:.65rem;margin-bottom:2rem;display:flex}.chain-login-logo-mark{color:#0a0f1e;letter-spacing:.08em;background:linear-gradient(135deg,#d4af37 0%,#f0d060 100%);border-radius:6px;padding:.3rem .55rem;font-size:.85rem;font-weight:800}.chain-login-logo-text{color:#e2e8f0;letter-spacing:.01em;font-size:1rem;font-weight:600}.chain-login-title{color:#f1f5f9;letter-spacing:-.02em;margin:0 0 .4rem;font-size:1.6rem;font-weight:700}.chain-login-subtitle{color:#64748b;margin:0 0 2rem;font-size:.875rem;line-height:1.5}.chain-login-card:before{content:"";background:linear-gradient(90deg,#d4af37 0%,#0000 100%);border-radius:2px;height:2px;margin-top:-.5rem;margin-bottom:2rem;display:block}.chain-login-form{flex-direction:column;gap:1.15rem;display:flex}.chain-login-field{flex-direction:column;gap:.4rem;display:flex}.chain-login-field label{color:#94a3b8;letter-spacing:.03em;text-transform:uppercase;font-size:.8125rem;font-weight:500}.chain-login-field input{color:#f1f5f9;background:#0d1117;border:1px solid #1e2d3d;border-radius:7px;outline:none;padding:.7rem .9rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.chain-login-field input:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af371f}.chain-login-field input::placeholder{color:#374151}.chain-login-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:.6rem .85rem;font-size:.8125rem}.chain-login-btn{color:#0a0f1e;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#d4af37 0%,#c9a227 100%);border:none;border-radius:7px;margin-top:.35rem;padding:.8rem;font-size:.9375rem;font-weight:700;transition:opacity .15s,transform .1s}.chain-login-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.chain-login-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.chain-login-help{color:#374151;text-align:center;margin-top:1.75rem;font-size:.78rem;line-height:1.5}:root{--cp-bg:#0f172a;--cp-surface:#1e293b;--cp-border:#1f2937;--cp-text:#e2e8f0;--cp-text-muted:#64748b;--cp-gold:#d4af37;--cp-gold-dim:#d4af371f;--cp-red:#ef4444;--cp-green:#22c55e;--cp-blue:#3b82f6}.cp{color:var(--cp-text);flex-direction:column;gap:24px;display:flex}.cp-loading{text-align:center;color:var(--cp-text-muted);padding:48px}.cp-empty{text-align:center;color:var(--cp-text-muted);padding:40px 24px;font-size:.9rem}.cp-kpis{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.cp-kpi{background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:10px;padding:20px}.cp-kpi--alert{background:#d4af370d;border-color:#d4af374d}.cp-kpi__label{letter-spacing:.06em;text-transform:uppercase;color:var(--cp-text-muted);margin-bottom:8px;font-size:.72rem;font-weight:600}.cp-kpi__value{color:var(--cp-text);font-size:1.5rem;font-weight:700}.cp-kpi--alert .cp-kpi__value{color:var(--cp-gold)}.cp-welcome{background:var(--cp-surface);border:1px solid var(--cp-border);border-left:3px solid var(--cp-gold);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.cp-welcome__name{color:var(--cp-text);margin:0 0 8px;font-size:1.25rem;font-weight:700}.cp-welcome__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cp-welcome__id{color:var(--cp-text-muted);font-family:monospace;font-size:.8rem}.cp-welcome__rep{text-align:right}.cp-welcome__rep-label{letter-spacing:.06em;text-transform:uppercase;color:var(--cp-text-muted);margin-bottom:4px;font-size:.72rem;font-weight:600}.cp-welcome__rep-name{color:var(--cp-gold);font-size:.9rem;font-weight:600}.cp-card{background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:10px;overflow:hidden}.cp-card__header{border-bottom:1px solid var(--cp-border);padding:20px 24px 16px}.cp-card__title{color:var(--cp-text);font-size:1rem;font-weight:600}.cp-card__desc{color:var(--cp-text-muted);margin:6px 0 0;font-size:.85rem;line-height:1.5}.cp-table-wrap{overflow-x:auto}.cp-table{border-collapse:collapse;width:100%;font-size:.875rem}.cp-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--cp-text-muted);border-bottom:1px solid var(--cp-border);background:#ffffff05;padding:10px 16px;font-size:.72rem;font-weight:600}.cp-table td{border-bottom:1px solid var(--cp-border);color:var(--cp-text);padding:12px 16px}.cp-table tr:last-child td{border-bottom:none}.cp-table tr:hover td{background:#ffffff05}.cp-badge{letter-spacing:.03em;border-radius:20px;align-items:center;padding:2px 9px;font-size:.72rem;font-weight:600;display:inline-flex}.cp-badge--gold{background:var(--cp-gold-dim);color:var(--cp-gold);border:1px solid #d4af3740}.cp-badge--blue{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f640}.cp-badge--green{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e40}.cp-badge--red{color:#f87171;background:#ef44441a;border:1px solid #ef444440}.cp-badge--muted{color:var(--cp-text-muted);border:1px solid var(--cp-border);background:#ffffff0d}.cp-badge--active{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e40}.cp-badge--inactive{color:var(--cp-text-muted);border:1px solid var(--cp-border);background:#ffffff0d}.cp-badge--blocked{color:#f87171;background:#ef44441a;border:1px solid #ef444440}.cp-location-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;padding:20px;display:grid}.cp-location-card{border:1px solid var(--cp-border);cursor:pointer;background:#ffffff08;border-radius:8px;padding:16px;transition:border-color .15s,background .15s}.cp-location-card:hover{border-color:var(--cp-gold);background:#d4af370a}.cp-location-card--action{cursor:default}.cp-location-card__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cp-location-card__name{color:var(--cp-text);font-size:.9rem;font-weight:600}.cp-location-card__addr{color:var(--cp-text-muted);margin-top:2px;font-size:.8rem}.cp-location-card__license{color:var(--cp-text-muted);margin-top:6px;font-family:monospace;font-size:.75rem}.cp-location-card__contact{color:var(--cp-text-muted);margin-top:2px;font-size:.8rem}.cp-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;display:inline-flex}.cp-btn:hover:not(:disabled){opacity:.88}.cp-btn:disabled{opacity:.4;cursor:not-allowed}.cp-btn--gold{color:#0a0f1e;background:linear-gradient(135deg,#d4af37 0%,#c9a227 100%)}.cp-btn--outline{border:1px solid var(--cp-border);color:var(--cp-text);background:0 0}.cp-btn--outline:hover:not(:disabled){border-color:var(--cp-gold);color:var(--cp-gold);opacity:1}.cp-btn--sm{padding:5px 12px;font-size:.8rem}.cp-btn--full{width:100%}.cp-filter-section{background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:10px;padding:16px 20px}.cp-filter-label{letter-spacing:.1em;text-transform:uppercase;color:var(--cp-text-muted);margin-bottom:10px;font-size:.68rem;font-weight:700}.cp-filter-loading{color:var(--cp-text-muted);font-size:.85rem}.cp-pill-row{flex-wrap:wrap;gap:8px;display:flex}.cp-pill{border:1px solid var(--cp-border);color:var(--cp-text-muted);cursor:pointer;background:0 0;border-radius:20px;flex-direction:column;align-items:center;gap:1px;padding:7px 14px;font-size:.85rem;font-weight:500;transition:all .15s;display:inline-flex}.cp-pill:hover{border-color:var(--cp-gold);color:var(--cp-text)}.cp-pill--active{border-color:var(--cp-gold);background:var(--cp-gold-dim);color:var(--cp-gold);font-weight:600}.cp-pill__sub{color:var(--cp-text-muted);font-size:.68rem}.cp-pill--active .cp-pill__sub{color:#d4af37b3}.cp-asset-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.cp-asset-card{background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:10px;transition:border-color .15s;overflow:hidden}.cp-asset-card:hover{border-color:var(--cp-gold)}.cp-asset-card__thumb{aspect-ratio:4/3;background:#0d1117;overflow:hidden}.cp-asset-card__thumb img{object-fit:cover;width:100%;height:100%}.cp-asset-card__body{padding:12px}.cp-asset-card__title{color:var(--cp-text);margin-bottom:4px;font-size:.875rem;font-weight:600}.cp-asset-card__desc{color:var(--cp-text-muted);margin-bottom:6px;font-size:.78rem}.cp-asset-card__meta{color:var(--cp-text-muted);flex-wrap:wrap;gap:8px;margin-bottom:8px;font-size:.72rem;display:flex}.cp-pl-form{flex-direction:column;gap:20px;padding:20px 24px;display:flex}.cp-form-row{flex-direction:column;gap:6px;display:flex}.cp-form-label{letter-spacing:.04em;text-transform:uppercase;color:var(--cp-text-muted);font-size:.78rem;font-weight:600}.cp-form-input,.cp-form-select,.cp-form-textarea{border:1px solid var(--cp-border);color:var(--cp-text);background:#0d1117;border-radius:6px;outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.cp-form-input:focus,.cp-form-select:focus,.cp-form-textarea:focus{border-color:var(--cp-gold)}.cp-form-textarea{resize:vertical}.cp-pl-notice{color:var(--cp-text-muted);font-size:.8rem;font-style:italic}.cp-notice{color:var(--cp-text-muted);background:#d4af370f;border:1px solid #d4af3733;border-radius:8px;align-items:flex-start;gap:10px;padding:14px 18px;font-size:.875rem;display:flex}.cp-notice__icon{color:var(--cp-gold);flex-shrink:0;margin-top:1px;font-size:1rem}.cp-detail-row{border-bottom:1px solid var(--cp-border);justify-content:space-between;gap:16px;padding:10px 0;font-size:.875rem;display:flex}.cp-detail-row:last-child{border-bottom:none}.cp-detail-row span:first-child{color:var(--cp-text-muted);flex-shrink:0}.cp-detail-row span:last-child{color:var(--cp-text);text-align:right}.cp-modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.cp-modal{border:1px solid var(--cp-border);background:#1e293b;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.cp-modal__header{border-bottom:1px solid var(--cp-border);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.cp-modal__title{color:var(--cp-text);margin:0;font-size:1rem;font-weight:600}.cp-modal__close{color:var(--cp-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1rem;transition:color .15s}.cp-modal__close:hover{color:var(--cp-text)}.cp-modal__body{padding:20px 24px}
