.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:#fff;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:#fff;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;-webkit-margin-start:var(--rdp-nav_button-width);margin-inline-start:var(--rdp-nav_button-width);-webkit-margin-end:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}body,html{padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;background:#1a2e23;color:#f8fffe}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.page-shell{min-height:100vh;padding:32px;max-width:1200px;margin:0 auto;background:radial-gradient(circle at top right,hsla(93,40%,64%,.16),transparent 28%),linear-gradient(135deg,#1a2e23,#2e433c 50%,#3d5a4a)}.page-shell.compact{max-width:900px;display:grid;place-items:center}.hero,.module-detail{display:grid;grid-template-columns:1.4fr .9fr;grid-gap:24px;gap:24px;align-items:start}.hero h1,.panel h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:8px 0 16px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:#9fc87e;margin:0}.lede{font-size:1.05rem;color:#d9e8d0;max-width:62ch}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.ghost-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:12px 18px;border:1px solid transparent;font-weight:700;cursor:pointer}.primary-btn{background:#9fc87e;color:#1a2e23}.ghost-btn{border-color:hsla(93,40%,64%,.42);background:hsla(0,0%,100%,.08);color:#f8fffe}.featured-launches{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.launch-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid hsla(93,40%,64%,.36);background:hsla(0,0%,100%,.1);font-weight:700;color:#f8fffe}.hero-card,.panel{background:rgba(26,46,35,.82);border:1px solid hsla(93,40%,64%,.34);border-radius:8px;padding:24px;box-shadow:0 18px 50px rgba(8,18,12,.24);color:#f8fffe}.card-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#9fc87e;margin:0 0 8px}.hero-card h2{margin:0 0 12px}.hero-card ul,.summary-box ul{margin:0;padding-left:18px;color:#d9e8d0}.section-head p{color:#d9e8d0}.section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:18px;flex-wrap:wrap}.section-head h2{margin:0}.launch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:16px;gap:16px}.launch-card{display:flex;flex-direction:column;gap:9px;border:1px solid hsla(93,40%,64%,.22);border-radius:8px;padding:16px 18px;background:hsla(0,0%,100%,.08);min-height:146px;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease}.launch-card:hover{border-color:#9fc87e;background:hsla(0,0%,100%,.11);box-shadow:0 12px 30px rgba(26,46,35,.12);transform:translateY(-2px)}.launch-icon{width:28px;height:28px;margin-bottom:3px;color:#9fc87e}.launch-title{font-weight:800;margin:0;color:#f8fffe}.launch-desc{margin:0;color:#d9e8d0;line-height:1.45}.summary-box{background:#fffffd;border:1px solid rgba(46,67,60,.16);border-radius:8px;padding:16px;margin:22px 0;color:#1a2e23}.summary-box h2{margin-top:0}@media (max-width:860px){.hero,.module-detail{grid-template-columns:1fr}.page-shell{padding:18px}}.chama-app-shell{--chama-teal:#207862;--chama-teal-deep:#075f4f;--chama-teal-dark:#06483d;--chama-cream:#eeeada;--chama-cream-soft:#f7f3e6;--chama-cream-panel:#fbf8ed;--chama-muted:#667b72;position:relative;min-height:100vh;padding:14px 14px 118px;background:var(--chama-cream);color:var(--chama-teal-dark)}.chama-app-shell:before{content:"";position:absolute;top:0;left:0;right:0;z-index:0;height:318px;background:var(--chama-teal-deep);border-radius:0 0 28px 28px;pointer-events:none}.chama-app-content{position:relative;z-index:1;display:grid;grid-gap:14px;gap:14px;width:min(1120px,100%);margin:0 auto}.chama-top-bar{position:-webkit-sticky;position:sticky;isolation:isolate;top:0;z-index:30;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;width:min(520px,calc(100% - 24px));margin:0 auto 14px;padding:8px;overflow:hidden;border:1px solid hsla(0,0%,100%,.88);border-radius:999px;background:linear-gradient(135deg,hsla(48,37%,89%,.78),hsla(48,37%,89%,.48) 50%,hsla(48,37%,89%,.72));box-shadow:0 20px 50px rgba(6,72,61,.2),inset 0 1px 0 hsla(0,0%,100%,.95);backdrop-filter:blur(28px) saturate(190%) brightness(1.08);-webkit-backdrop-filter:blur(28px) saturate(190%) brightness(1.08);transition:transform .18s ease,opacity .18s ease}.chama-top-bar:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(120deg,hsla(0,0%,100%,.52),transparent 30%,hsla(48,37%,89%,.28));pointer-events:none}.chama-top-bar.is-at-top{border-color:transparent;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.chama-top-bar.is-at-top .chama-title-dark,.chama-top-bar.is-at-top .chama-title-green,.chama-top-bar.is-at-top a,.chama-top-bar.is-at-top button{color:var(--chama-cream-panel)}.chama-top-bar.is-at-top:before{opacity:0}.chama-top-bar.is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(-100% - 14px))}.chama-top-bar.is-home{grid-template-columns:42px minmax(0,1fr) 42px}.chama-top-bar.is-home>div:not(.chama-top-actions){text-align:center}.chama-top-bar.is-home .chama-top-actions{justify-content:end}.chama-bottom-nav button,.chama-join-card,.chama-panel-head button,.chama-payout-link,.chama-quick-actions button,.chama-report-grid button,.chama-screen-header-card button,.chama-settings-group button,.chama-top-bar a,.chama-top-bar button{border:0;font:inherit;cursor:pointer}.chama-top-bar a,.chama-top-bar button{position:relative;z-index:1;display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:transparent;color:var(--chama-teal-dark)}.chama-top-bar>div:not(.chama-top-actions){position:relative;z-index:1;display:grid;grid-gap:2px;gap:2px;min-width:0}.chama-top-bar span,.chama-top-bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chama-top-bar strong{color:var(--chama-cream-panel);font-size:1.08rem}.chama-top-bar.is-home strong{font-size:1.48rem;line-height:1}.chama-top-bar strong span{display:inline;overflow:visible;font-size:inherit;line-height:inherit}.chama-title-dark,.chama-title-green{color:var(--chama-teal)}.chama-top-bar .chama-title-dark,.chama-top-bar .chama-title-green{color:var(--chama-cream-panel)}.chama-agenda-list span,.chama-balance-card p,.chama-balance-card small,.chama-balance-card>span,.chama-feed-list p,.chama-feed-list time,.chama-loan-stack small,.chama-loan-stack span,.chama-member-grid small,.chama-member-grid span,.chama-metric-card small,.chama-official-grid span,.chama-profile-card p,.chama-profile-card span,.chama-screen-header-card p,.chama-settings-group span,.chama-top-bar span{color:var(--chama-muted)}.chama-top-bar span{font-size:.82rem}.chama-top-actions{display:flex;gap:6px}.chama-top-actions button:first-child{display:none}.chama-top-bar.is-home .chama-top-actions button:first-child{display:grid}.chama-balance-card,.chama-loan-stack article,.chama-member-grid article,.chama-metric-card,.chama-panel,.chama-profile-card,.chama-report-grid button,.chama-screen-header-card,.chama-settings-group{border:1px solid rgba(6,72,61,.1);border-radius:8px;background:var(--chama-cream-panel);box-shadow:0 18px 48px rgba(6,72,61,.08)}.chama-app-hero{display:grid;grid-gap:16px;gap:16px;width:100%;padding:22px;border:1px solid hsla(47,64%,96%,.9);border-radius:28px;background:transparent;box-shadow:none;color:var(--chama-cream-panel)}.chama-app-hero p,.chama-app-hero small,.chama-app-hero time,.chama-app-hero>span{color:#e8e1cf}.chama-hero-kicker{display:flex;justify-content:space-between;gap:12px;align-items:center}.chama-hero-kicker span,.chama-hero-kicker time{color:#dce7d8}.chama-balance-card>strong{font-size:clamp(2.4rem,7vw,4.2rem);line-height:1}.chama-balance-card div{display:flex;justify-content:space-between;gap:12px}.chama-balance-card progress{width:100%;height:10px;overflow:hidden;border:0;border-radius:999px;background:hsla(0,0%,100%,.18)}.chama-balance-card progress::-webkit-progress-bar{background:hsla(0,0%,100%,.18)}.chama-balance-card progress::-webkit-progress-value{background:#9fc87e}.chama-payout-link{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:8px;padding:0;background:transparent;color:#dce7d8;font-weight:900;text-align:left}.chama-payout-link svg{width:18px;height:18px}.chama-payout-link:hover{color:var(--chama-cream-panel)}.chama-money-total-card{align-content:space-between;gap:16px;grid-column:1/-1;min-height:220px}.chama-join-section,.chama-quick-actions{display:grid;grid-gap:12px;gap:12px}.chama-quick-actions-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.chama-quick-actions-head h2{margin:0;color:var(--chama-teal-dark);font-size:1.02rem;line-height:1.1}.chama-quick-actions-head button{display:inline-flex;align-items:center;gap:3px;padding:0;background:transparent;color:var(--chama-teal-deep);font-size:.76rem;font-weight:900}.chama-quick-actions-head svg{width:15px;height:15px}.chama-quick-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.chama-quick-actions-grid button{display:grid;grid-template-columns:52px minmax(0,1fr) 16px;grid-gap:10px;gap:10px;min-height:70px;align-items:center;padding:8px 12px 8px 8px;border-radius:16px;background:var(--chama-cream-panel);color:var(--chama-teal-dark);box-shadow:0 10px 24px rgba(6,72,61,.07);text-align:left}.chama-quick-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:14px;background:hsla(0,0%,100%,.58)}.chama-quick-actions-grid button>svg{width:16px;height:16px;color:var(--chama-teal-deep)}.chama-agenda-list svg,.chama-metric-icon svg,.chama-panel-head>svg,.chama-quick-icon svg,.chama-report-grid svg{color:var(--chama-teal)}.chama-quick-actions-grid strong{min-width:0;overflow:hidden;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.chama-join-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.chama-join-card{display:grid;grid-gap:10px;gap:10px;min-width:0;padding:8px;overflow:hidden;border:0;border-radius:18px;background:var(--chama-cream-panel);box-shadow:0 10px 24px rgba(6,72,61,.07);color:var(--chama-teal-dark);font:inherit;text-align:left}.chama-join-card img{width:100%;aspect-ratio:1.35;object-fit:contain;padding:8px;border-radius:14px;background:var(--chama-cream-soft)}.chama-join-card span{display:grid;grid-gap:3px;gap:3px;min-width:0}.chama-join-card small,.chama-join-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chama-join-card strong{font-size:.86rem}.chama-join-card small{color:var(--chama-muted);font-size:.7rem;font-weight:800}.chama-metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.chama-metric-card{display:grid;grid-gap:8px;gap:8px;padding:15px}.chama-metric-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:#e8e2cf}.chama-metric-card span,.chama-panel-head span,.chama-profile-card span,.chama-screen-header-card span{color:#6e8d54;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.chama-metric-card strong{font-size:1.28rem}.chama-panel,.chama-profile-card,.chama-screen-header-card,.chama-settings-group{overflow:hidden}.chama-panel-head,.chama-profile-card,.chama-screen-header-card{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:18px}.chama-panel-head{border-bottom:1px solid #edf0eb}.chama-panel-head h2,.chama-profile-card h1,.chama-screen-header-card h1,.chama-settings-group h2{margin:3px 0 0}.chama-profile-card h1,.chama-screen-header-card h1{font-size:clamp(1.45rem,4vw,2.25rem);line-height:1.08}.chama-profile-card p,.chama-screen-header-card p{margin:8px 0 0;line-height:1.45}.chama-panel-head button,.chama-screen-header-card button{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:40px;padding:9px 12px;border-radius:8px;background:var(--chama-teal-dark);color:var(--chama-cream-panel);font-weight:900;white-space:nowrap}.chama-table-wrap{overflow-x:auto;scrollbar-width:none}.chama-table-wrap::-webkit-scrollbar{display:none}.chama-table{width:100%;min-width:640px;border-collapse:collapse}.chama-table td,.chama-table th{padding:14px 18px;border-top:1px solid #edf0eb;text-align:left;white-space:nowrap}.chama-table th{color:var(--chama-muted);font-size:.74rem;text-transform:uppercase}.chama-status-pill{display:inline-flex;min-height:26px;align-items:center;padding:5px 9px;border-radius:999px;background:#e8e2cf;color:#526153;font-size:.74rem;font-weight:900}.chama-status-pill.is-excellent,.chama-status-pill.is-good,.chama-status-pill.is-on-track,.chama-status-pill.is-paid,.chama-status-pill.is-vote-open{background:#dce9df;color:var(--chama-teal-deep)}.chama-status-pill.is-agenda,.chama-status-pill.is-needs-approval,.chama-status-pill.is-partial,.chama-status-pill.is-pending{background:#fff2d9;color:#7d5616}.chama-status-pill.is-follow-up{background:#ffe6e3;color:#8c332a}.chama-status-pill.is-your-turn{background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-status-pill.is-upcoming{background:#e7e1cf;color:var(--chama-teal-dark)}.chama-payout-screen{display:grid;grid-gap:14px;gap:14px}.chama-payout-calendar,.chama-payout-list{border:1px solid rgba(6,72,61,.1);border-radius:8px;background:var(--chama-cream-panel);box-shadow:0 18px 48px rgba(6,72,61,.08)}.chama-payout-calendar{display:grid;grid-gap:14px;gap:14px;padding:16px}.chama-calendar-head{display:flex;justify-content:center;gap:14px;align-items:center}.chama-calendar-nav-button{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid rgba(6,72,61,.12);border-radius:8px;background:var(--chama-cream-soft);color:var(--chama-teal-dark);cursor:pointer}.chama-calendar-nav-button svg{width:18px;height:18px;stroke-width:2.6}.chama-calendar-title{display:inline-flex;min-width:152px;justify-content:center;gap:4px}.chama-calendar-title button{border:0;background:transparent;min-width:138px;color:var(--chama-teal-dark);font-size:.96rem;font-weight:900;text-align:center;cursor:pointer}.chama-calendar-title button:first-child,.chama-calendar-title button:last-child{min-width:auto}.chama-payout-list span{color:var(--chama-muted);font-size:.78rem}.chama-calendar-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.chama-calendar-choice-grid button{min-height:58px;border:1px solid #ded8c4;border-radius:8px;background:var(--chama-cream-soft);color:var(--chama-teal-dark);font-weight:900;cursor:pointer}.chama-calendar-choice-grid button.is-active{border-color:var(--chama-teal-dark);background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-day-picker{--rdp-accent-color:var(--chama-teal-dark);--rdp-accent-background-color:#dce9df;--rdp-day-height:74px;--rdp-day-width:100%;--rdp-day_button-border-radius:8px;--rdp-day_button-height:74px;--rdp-day_button-width:100%;--rdp-today-color:var(--chama-teal);width:100%}.chama-day-picker .rdp-month,.chama-day-picker .rdp-month_grid,.chama-day-picker .rdp-months{width:100%;border-collapse:separate;border-spacing:6px;table-layout:fixed}.chama-day-picker .rdp-month_caption{display:none}.chama-day-picker .rdp-nav{inset-block-start:-48px;inset-inline-end:34px}.chama-day-picker .rdp-weekday{color:var(--chama-muted);font-size:.72rem;font-weight:900}.chama-day-picker .rdp-day{width:14.285%;padding:0}.chama-day-picker .rdp-day_button{display:grid;align-content:space-between;justify-items:start;width:100%;height:74px;min-width:0;padding:8px;overflow:hidden;border-color:#ded8c4;border-radius:8px!important;background:var(--chama-cream-soft);color:var(--chama-teal-dark);font-size:.78rem;font-weight:900;text-align:left}.chama-day-picker .rdp-day_button small,.chama-day-picker .rdp-day_button span{display:block;max-width:100%;overflow:hidden;line-height:1;text-overflow:ellipsis;white-space:nowrap}.chama-day-picker .rdp-day_button small{color:var(--chama-muted);font-size:.68rem;font-weight:800}.chama-day-picker .rdp-selected .rdp-day_button,.chama-day-picker .rdp-today .rdp-day_button{border-radius:8px!important}.chama-day-picker .rdp-outside .rdp-day_button{opacity:.35}.chama-day-picker .rdp-selected .rdp-day_button{box-shadow:0 0 0 2px rgba(6,72,61,.14)}.chama-day-picker .chama-day-paid .rdp-day_button,.chama-day-picker .rdp-day_button.chama-day-paid{border-color:#b7cec2;background:#dce9df}.chama-day-picker .chama-day-upcoming .rdp-day_button,.chama-day-picker .rdp-day_button.chama-day-upcoming{border-color:#d4ccb5;background:#e7e1cf;color:var(--chama-teal-dark)}.chama-day-picker .chama-day-your-turn .rdp-day_button,.chama-day-picker .rdp-day_button.chama-day-your-turn{border-color:var(--chama-teal-dark);background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-day-picker .chama-day-your-turn .rdp-day_button small,.chama-day-picker .rdp-day_button.chama-day-your-turn small{color:var(--chama-cream-panel)}.chama-selected-payouts{display:grid;grid-gap:8px;gap:8px}.chama-selected-payouts div{display:grid;grid-gap:2px;gap:2px;padding:10px 12px;border:1px solid #ded8c4;border-radius:8px;background:var(--chama-cream-soft)}.chama-selected-payouts strong{color:var(--chama-teal-dark)}.chama-selected-payouts span{color:var(--chama-muted);font-size:.78rem}.chama-payout-list{display:grid;grid-gap:0;gap:0;overflow:hidden}.chama-payout-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:14px 16px;border-top:1px solid #edf0eb}.chama-payout-list article:first-child{border-top:0}.chama-payout-list article.is-your-turn{background:#f1f5ed}.chama-payout-rank{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#e8e2cf;color:var(--chama-teal-dark);font-weight:900}.chama-payout-list article.is-paid .chama-payout-rank{background:#9fc87e}.chama-payout-list article.is-your-turn .chama-payout-rank{background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-chat-screen{display:grid;grid-gap:12px;gap:12px}.chama-chat-filter,.chama-chat-room,.chama-chat-search,.chama-chat-toolbar,.chama-thread-list{border:1px solid rgba(6,72,61,.1);border-radius:8px;background:var(--chama-cream-panel);box-shadow:0 18px 48px rgba(6,72,61,.08)}.chama-chat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}.chama-chat-toolbar span{color:#6e8d54;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.chama-chat-toolbar h1{margin:3px 0 0;color:var(--chama-teal-dark);font-size:1.65rem;line-height:1.05}.chama-attachment-chip,.chama-chat-composer button,.chama-chat-filter button,.chama-chat-room-head button,.chama-chat-toolbar button,.chama-reaction-row button,.chama-thread-list button{border:0;font:inherit;cursor:pointer}.chama-chat-toolbar button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 12px;border-radius:8px;background:var(--chama-teal-dark);color:var(--chama-cream-panel);font-weight:900}.chama-chat-search{display:grid;grid-template-columns:20px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:12px 14px}.chama-chat-search svg{color:var(--chama-muted)}.chama-chat-composer input,.chama-chat-search input{min-width:0;border:0;outline:0;background:transparent;color:var(--chama-teal-dark);font:inherit}.chama-chat-filter{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;padding:6px}.chama-chat-filter button{min-height:36px;border-radius:8px;background:transparent;color:var(--chama-muted);font-size:.78rem;font-weight:900}.chama-chat-filter button.active{background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-chat-layout{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.45fr);grid-gap:12px;gap:12px;min-height:660px}.chama-thread-list{display:grid;align-content:start;overflow:hidden}.chama-thread-list button{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;min-width:0;padding:12px;border-bottom:1px solid #ece8d9;background:transparent;color:var(--chama-teal-dark);text-align:left}.chama-thread-list button.active{background:var(--chama-cream-soft)}.chama-thread-list button:last-child{border-bottom:0}.chama-thread-list button>span:not(.chama-chat-avatar){display:grid;grid-gap:3px;gap:3px;min-width:0}.chama-thread-list small,.chama-thread-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chama-thread-list small,.chama-thread-list time{color:var(--chama-muted);font-size:.72rem}.chama-thread-list b{position:absolute;right:12px;bottom:10px;display:grid;min-width:20px;height:20px;place-items:center;border-radius:999px;background:var(--chama-teal-dark);color:var(--chama-cream-panel);font-size:.68rem}.chama-chat-avatar,.chama-message-avatar{display:grid;place-items:center;border-radius:999px;background:#dce9df;color:var(--chama-teal-dark);font-size:.78rem;font-weight:900}.chama-chat-avatar{width:44px;height:44px}.chama-chat-avatar svg{width:20px;height:20px}.chama-chat-avatar.is-group{background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-chat-room{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto;min-width:0;overflow:hidden}.chama-chat-room-head{display:grid;grid-template-columns:44px minmax(0,1fr) 36px 36px 36px;grid-gap:10px;gap:10px;align-items:center;padding:12px;border-bottom:1px solid #ece8d9}.chama-chat-room-head div{display:grid;grid-gap:2px;gap:2px;min-width:0}.chama-chat-room-head small,.chama-chat-room-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chama-chat-room-head small{color:var(--chama-muted);font-size:.74rem}.chama-chat-composer button,.chama-chat-room-head button{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:var(--chama-cream-soft);color:var(--chama-teal-dark)}.chama-pinned-message{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid #ece8d9;background:#e7e1cf;color:var(--chama-teal-dark);font-size:.78rem;font-weight:900}.chama-pinned-message span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chama-message-list{display:grid;align-content:end;grid-gap:10px;gap:10px;min-height:0;padding:14px;overflow-y:auto;background:var(--chama-cream-soft)}.chama-message-row{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:end}.chama-message-row.is-own{grid-template-columns:minmax(0,1fr);justify-items:end}.chama-message-avatar{width:34px;height:34px}.chama-message-bubble{display:grid;grid-gap:6px;gap:6px;max-width:min(430px,86%);padding:10px 12px;border-radius:8px;background:var(--chama-cream-panel);color:var(--chama-teal-dark);box-shadow:0 8px 20px rgba(6,72,61,.06)}.chama-message-row.is-own .chama-message-bubble{background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-message-bubble strong{font-size:.76rem}.chama-message-bubble p{margin:0;line-height:1.38}.chama-message-bubble footer,.chama-message-bubble footer span,.chama-message-reply{color:var(--chama-muted);font-size:.68rem}.chama-message-row.is-own .chama-message-bubble footer,.chama-message-row.is-own .chama-message-bubble footer span,.chama-message-row.is-own .chama-message-reply{color:#dce7d8}.chama-message-reply{display:block;padding-left:8px;border-left:3px solid #9fc87e}.chama-message-bubble footer{display:flex;justify-content:flex-end;gap:8px;align-items:center}.chama-message-bubble footer span{display:inline-flex;gap:4px;align-items:center}.chama-message-bubble footer svg{width:14px;height:14px}.chama-attachment-chip{display:grid;grid-template-columns:16px minmax(0,1fr) auto;grid-gap:6px;gap:6px;align-items:center;min-width:0;padding:8px;border-radius:8px;background:hsla(0,0%,100%,.18);color:inherit;font-size:.72rem}.chama-attachment-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chama-reaction-row{display:flex;flex-wrap:wrap;gap:6px}.chama-reaction-row button{min-height:26px;padding:4px 8px;border-radius:999px;background:#e8e2cf;color:var(--chama-teal-dark);font-size:.72rem;font-weight:900}.chama-typing-indicator{display:flex;gap:8px;align-items:center;padding:9px 14px;border-top:1px solid #ece8d9;color:var(--chama-muted);font-size:.76rem;font-weight:900}.chama-typing-indicator span{width:8px;height:8px;border-radius:999px;background:var(--chama-teal);box-shadow:12px 0 0 #9fc87e,24px 0 0 #dce9df}.chama-chat-composer{display:grid;grid-template-columns:36px 36px minmax(0,1fr) 36px 42px;grid-gap:8px;gap:8px;align-items:center;padding:10px;border-top:1px solid #ece8d9}.chama-chat-composer input{min-height:40px;padding:0 12px;border-radius:8px;background:var(--chama-cream-soft)}.chama-chat-composer button[type=submit]{width:42px;background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-chat-composer button:disabled{cursor:default;opacity:.45}.chama-agenda-list,.chama-feed-list,.chama-loan-stack,.chama-member-grid,.chama-report-grid{display:grid;grid-gap:10px;gap:10px}.chama-agenda-list,.chama-feed-list{padding:14px}.chama-agenda-list article,.chama-feed-list article{display:grid;grid-template-columns:28px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:12px;border-radius:8px;background:var(--chama-cream-soft)}.chama-feed-list article>span{width:10px;height:10px;border-radius:999px;background:var(--chama-teal)}.chama-feed-list p{margin:3px 0 0;font-size:.84rem}.chama-feed-list time{font-size:.78rem;font-weight:900;white-space:nowrap}.chama-member-grid{grid-template-columns:repeat(4,1fr)}.chama-loan-stack article,.chama-member-grid article{display:grid;grid-gap:10px;gap:10px;padding:14px}.chama-member-grid article{grid-template-columns:42px 1fr;align-items:center}.chama-member-grid .chama-status-pill,.chama-member-grid small{grid-column:2;justify-self:start}.chama-avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:var(--chama-teal-dark);color:var(--chama-cream-panel);font-size:.82rem;font-weight:900}.chama-avatar.large{width:64px;height:64px;font-size:1.05rem}.chama-loan-stack{grid-template-columns:repeat(3,1fr)}.chama-loan-stack article{grid-template-columns:1fr auto;align-items:start}.chama-loan-stack .chama-status-pill{grid-column:1/-1;justify-self:start}.chama-report-grid{grid-template-columns:repeat(4,1fr)}.chama-report-grid button{display:grid;grid-gap:8px;gap:8px;min-height:88px;place-items:center;padding:12px;color:var(--chama-teal-dark);font-weight:900}.chama-settings-group{display:grid;background:var(--chama-cream-panel)}.chama-settings-group h2{padding:16px 18px 8px;font-size:1rem}.chama-settings-group button{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:14px 18px;border-top:1px solid #edf0eb;background:transparent;color:var(--chama-teal-dark);text-align:left}.chama-settings-group button div{display:grid;grid-gap:3px;gap:3px}.chama-offline-review-list{display:grid;grid-gap:10px;gap:10px}.chama-offline-review-list article{display:grid;grid-template-columns:1fr auto auto;grid-gap:10px;gap:10px;align-items:center;padding:14px;border:1px solid rgba(6,72,61,.1);border-radius:8px;background:var(--chama-cream-panel);box-shadow:0 12px 30px rgba(6,72,61,.07)}.chama-offline-review-list div{display:grid;grid-gap:3px;gap:3px;min-width:0}.chama-offline-review-list span{color:var(--chama-muted);font-size:.84rem}.chama-offline-review-list button{min-height:36px;padding:8px 12px;border:0;border-radius:999px;background:var(--chama-teal-dark);color:var(--chama-cream-panel);font:inherit;font-size:.78rem;font-weight:900;cursor:pointer}.chama-payment-sheet-backdrop{position:fixed;inset:0;z-index:70;display:grid;align-items:end;padding:14px;background:rgba(6,72,61,.28)}.chama-payment-sheet{display:grid;grid-gap:14px;gap:14px;width:min(520px,100%);margin:0 auto;padding:0 16px 16px;border:1px solid hsla(0,0%,100%,.88);border-radius:8px;background:hsla(0,0%,100%,.96);box-shadow:0 24px 70px rgba(6,72,61,.28);backdrop-filter:blur(24px) saturate(170%);-webkit-backdrop-filter:blur(24px) saturate(170%)}.chama-payment-sheet .chama-panel-head{margin:0 -16px}.chama-payment-sheet label{display:grid;grid-gap:6px;gap:6px}.chama-payment-sheet label>span{color:var(--chama-muted);font-size:.78rem;font-weight:900}.chama-payment-sheet input,.chama-payment-sheet select{width:100%;min-height:44px;padding:10px 12px;border:1px solid #dfe5db;border-radius:8px;background:var(--chama-cream-soft);color:var(--chama-teal-dark);font:inherit}.chama-method-toggle{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:5px;border-radius:999px;background:#e8e2cf}.chama-method-toggle button,.chama-payment-sheet-actions button{min-height:42px;border:0;border-radius:999px;background:transparent;color:var(--chama-muted);font:inherit;font-weight:900;cursor:pointer}.chama-method-toggle button.active,.chama-payment-sheet-actions button{background:var(--chama-teal-dark);color:var(--chama-cream-panel)}.chama-payment-state{display:grid;grid-gap:4px;gap:4px;padding:12px;border-radius:8px;background:var(--chama-cream-soft);color:var(--chama-teal-dark)}.chama-payment-state small,.chama-payment-state span{color:var(--chama-muted);font-size:.84rem}.chama-payment-state.is-offline_pending,.chama-payment-state.is-waiting{background:#fff2d9}.chama-payment-state.is-paid{background:#dce9df}.chama-payment-state.is-failed{background:#ffe6e3}.chama-payment-sheet-actions{display:grid}.chama-bottom-nav,.chama-settings-reports{grid-template-columns:repeat(4,1fr)}.chama-bottom-nav{position:fixed;isolation:isolate;bottom:14px;left:50%;z-index:40;display:grid;grid-gap:4px;gap:4px;width:min(520px,calc(100% - 24px));padding:8px;transform:translateX(-50%);overflow:hidden;border:1px solid hsla(0,0%,100%,.88);border-radius:999px;background:linear-gradient(135deg,hsla(48,37%,89%,.78),hsla(48,37%,89%,.48) 50%,hsla(48,37%,89%,.72));box-shadow:0 20px 50px rgba(6,72,61,.18),inset 0 1px 0 hsla(0,0%,100%,.95);backdrop-filter:blur(28px) saturate(190%) brightness(1.08);-webkit-backdrop-filter:blur(28px) saturate(190%) brightness(1.08)}.chama-bottom-nav:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(120deg,hsla(0,0%,100%,.52),transparent 30%,hsla(48,37%,89%,.28));pointer-events:none}.chama-bottom-nav button{position:relative;z-index:1;display:grid;grid-gap:4px;gap:4px;min-width:0;min-height:50px;place-items:center;border-radius:999px;background:transparent;color:var(--chama-muted);font-size:.68rem;font-weight:900}.chama-bottom-nav button.active{background:transparent;color:var(--chama-teal-dark)}.chama-bottom-nav button span{position:relative;display:inline-block;max-width:100%;padding-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chama-bottom-nav button.active span:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:999px;background:var(--chama-teal-dark)}.chama-bottom-nav svg{width:19px;height:19px;stroke-width:1.9}@media (min-width:900px){.chama-app-shell{padding-bottom:132px}.chama-app-content{grid-template-columns:repeat(12,1fr)}.chama-app-content>*{grid-column:1/-1}.chama-app-hero{grid-column:span 7}.chama-quick-actions{grid-column:span 5}.chama-metrics{grid-column:1/-1}}@media (max-width:980px){.chama-loan-stack,.chama-member-grid,.chama-metrics,.chama-report-grid,.chama-settings-reports{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.chama-app-shell{padding:10px 10px 110px}.chama-app-shell:before{height:286px}.chama-top-bar{grid-template-columns:38px minmax(0,1fr) auto;padding:7px}.chama-top-bar.is-home{grid-template-columns:38px minmax(0,1fr) 38px}.chama-top-bar a,.chama-top-bar button{width:38px;height:38px}.chama-top-actions button:first-child{display:grid}.chama-top-actions button:nth-child(2){display:none}.chama-app-hero,.chama-profile-card,.chama-screen-header-card{padding:18px}.chama-app-hero{box-sizing:border-box;width:calc(100% + 20px);margin-inline:-10px;border-radius:28px}.chama-money-total-card{min-height:208px}.chama-balance-card>strong{font-size:2.35rem}.chama-loan-stack,.chama-member-grid,.chama-metrics,.chama-quick-actions-grid,.chama-report-grid,.chama-settings-reports{grid-template-columns:repeat(2,minmax(0,1fr))}.chama-panel-head,.chama-screen-header-card{align-items:flex-start}.chama-screen-header-card{display:grid}.chama-panel-head button,.chama-screen-header-card button{min-height:38px;padding:9px 11px;font-size:.78rem}.chama-chat-layout{grid-template-columns:1fr;min-height:auto}.chama-thread-list{max-height:330px;overflow-y:auto}.chama-chat-room{min-height:620px}.chama-message-list{max-height:430px}.chama-chat-room-head{grid-template-columns:42px minmax(0,1fr) 34px 34px 34px;gap:8px;padding:10px}.chama-message-bubble{max-width:90%}.chama-chat-composer{grid-template-columns:34px 34px minmax(0,1fr) 34px 40px;gap:6px;padding:8px}.chama-chat-composer button,.chama-chat-room-head button{width:34px;height:34px}.chama-offline-review-list article{grid-template-columns:1fr auto}.chama-offline-review-list button{grid-column:1/-1;justify-self:stretch}.chama-agenda-list article,.chama-feed-list article{grid-template-columns:24px 1fr}.chama-agenda-list .chama-status-pill,.chama-feed-list time{grid-column:2;justify-self:start}.chama-table{min-width:560px}.chama-bottom-nav{bottom:10px;width:min(430px,calc(100% - 16px));padding:7px}.chama-bottom-nav button{min-height:48px;font-size:.58rem}.chama-bottom-nav svg{width:18px;height:18px}}@media (max-width:380px){.chama-loan-stack,.chama-member-grid,.chama-metrics,.chama-report-grid,.chama-settings-reports{grid-template-columns:1fr}.chama-bottom-nav span{font-size:.5rem}.chama-chat-room-head,.chama-chat-toolbar{align-items:center}.chama-chat-toolbar button{min-height:36px;padding:8px 10px;font-size:.74rem}.chama-chat-room-head{grid-template-columns:38px minmax(0,1fr) 32px 32px}.chama-chat-room-head button:first-of-type{display:none}.chama-chat-composer{grid-template-columns:32px minmax(0,1fr) 32px 38px}.chama-chat-composer button:nth-child(2){display:none}.chama-chat-composer button,.chama-chat-room-head button{width:32px;height:32px}}.commerce-shell{min-height:100vh;background:#fff;color:#000}.commerce-shell.has-commerce-top-bar{padding-top:78px}.commerce-nav-wrap{position:fixed;top:0;right:0;left:0;z-index:20;background:#000;transform:translateY(0);transition:transform .22s ease,box-shadow .22s ease,background .22s ease;will-change:transform}.commerce-nav-wrap.is-hidden{transform:translateY(-105%);pointer-events:none}.commerce-nav{display:grid;grid-template-columns:1fr auto auto;grid-gap:24px;gap:24px;align-items:center;padding:18px 32px;background:#000;color:#fff}.commerce-mobile-top{display:none}.commerce-logo{font-size:1.35rem;font-weight:900;letter-spacing:.04em}.commerce-links{display:flex;gap:22px;color:#d4d4d4;font-weight:700}.commerce-links button{padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer}.commerce-links button.active{color:#fff}.commerce-cart-button,.commerce-drawer-head button,.commerce-filter button,.commerce-methods button,.commerce-primary,.commerce-quantity button,.commerce-secondary,.commerce-summary button{border:0;cursor:pointer;font:inherit}.commerce-cart-button{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid #fff;border-radius:999px;background:#fff;color:#000;font-weight:800}.commerce-cart-button span{display:inline-grid;place-items:center;min-width:24px;min-height:24px;background:#000;color:#fff;border-radius:999px;font-size:.78rem}.commerce-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr);grid-gap:48px;gap:48px;align-items:center;padding:76px 32px 54px;background:#000;color:#fff}.commerce-hero h1{max-width:780px;margin:8px 0 18px;font-size:clamp(2.4rem,6vw,5.7rem);line-height:.95;letter-spacing:0}.commerce-hero p{max-width:680px;color:#d4d4d4;font-size:1.08rem;line-height:1.65}.commerce-kicker{margin:0;color:#7a7a7a;font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.commerce-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.commerce-primary,.commerce-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 18px;border-radius:999px;font-weight:900}.commerce-primary{background:#fff;color:#000}.commerce-secondary{border:1px solid #fff;background:#000;color:#fff}.commerce-feature{background:#fff;color:#000;border:1px solid #f2f2f2;border-radius:22px;padding:18px;overflow:hidden}.commerce-feature img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f3f3f3;border-radius:16px}.commerce-feature div{display:grid;grid-gap:6px;gap:6px;padding-top:16px}.commerce-feature span,.commerce-product-body span{color:#737373;font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.commerce-feature strong{font-size:1.5rem}.commerce-feature p{margin:0;color:#000;font-weight:900}.commerce-payments,.commerce-toolbar{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;padding:42px 32px 22px;background:#fff}.commerce-payments h2,.commerce-toolbar h2{margin:6px 0 0;font-size:clamp(1.8rem,4vw,3rem)}.commerce-filter{display:flex;gap:8px;flex-wrap:wrap}.commerce-filter button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:7px 4px 10px;border:0;border-radius:0;background:#fff;color:#555;font-size:.82rem;font-weight:800;text-transform:capitalize}.commerce-filter button.active{color:#000}.commerce-bottom-nav button:after,.commerce-filter button:after{content:"";position:absolute;left:50%;bottom:2px;width:18px;height:2px;border-radius:999px;background:currentColor;opacity:0;transform:translateX(-50%) scaleX(.55);transition:opacity .16s ease,transform .16s ease}.commerce-bottom-nav button.active:after,.commerce-filter button.active:after{opacity:1;transform:translateX(-50%) scaleX(1)}.commerce-category-icon{width:15px;height:15px;flex:0 0 auto;stroke-width:1.9}.commerce-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:18px;gap:18px;padding:0 32px 58px;background:#fff}.commerce-product{display:grid;grid-template-rows:auto 1fr;min-width:0;border:1px solid #dedede;border-radius:18px;background:#fff;overflow:hidden;cursor:pointer}.commerce-product:focus-visible{outline:3px solid #000;outline-offset:3px}.commerce-image-frame{background:#f3f3f3;overflow:hidden}.commerce-image-frame img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.commerce-product-body{display:grid;grid-template-rows:auto minmax(48px,auto) auto minmax(48px,auto) auto;grid-gap:10px;gap:10px;padding:18px;height:100%}.commerce-cart-item h3,.commerce-product-body h3{margin:0}.commerce-product-body h3{min-height:48px;line-height:1.2}.commerce-product-body p{min-height:48px;margin:0;color:#555;line-height:1.45}.commerce-product-row{display:flex;justify-content:flex-start;gap:12px;align-items:center;align-self:end;padding-top:2px}.commerce-product-row strong{font-size:1.2rem}.commerce-summary button{min-height:42px;padding:10px 14px;border-radius:999px;background:#000;color:#fff;font-weight:900}.commerce-summary button:disabled{cursor:wait;opacity:.62}.commerce-rating{display:flex;gap:6px;align-items:center;color:#000;font-size:.88rem}.commerce-rating span{color:#000;letter-spacing:.04em}.commerce-rating strong{font-size:.88rem}.commerce-rating em{color:#666;font-style:normal}.commerce-payments{align-items:center;padding-bottom:48px;border-top:1px solid #ececec}.commerce-payment-icons{display:grid;grid-template-columns:repeat(4,minmax(92px,1fr));grid-gap:12px;gap:12px;width:min(520px,100%)}.commerce-payment-icons>div{display:grid;min-height:72px;place-items:center;grid-gap:4px;gap:4px;padding:10px;border:1px solid #e2e2df;border-radius:8px;background:#fff}.commerce-payment-icons>div>span:last-child{color:#666;font-size:.68rem;font-weight:800}.commerce-payment-logo{display:inline-grid;width:72px;height:32px;place-items:center;color:var(--payment-brand-color,#171717)}.commerce-payment-logo svg{display:block;width:100%;height:100%}.commerce-payment-logo-mpesa{width:74px;height:34px}.commerce-payment-logo-mpesa img{display:block;width:100%;height:100%;object-fit:contain}.commerce-payment-logo-mastercard{width:48px}.commerce-payment-logo-paypal{width:54px}.commerce-backdrop{position:fixed;inset:0;z-index:40;background:rgba(0,0,0,.62)}.commerce-drawer{position:fixed;top:0;right:0;z-index:50;width:min(440px,100vw);height:100vh;overflow-y:auto;background:#fff;color:#000;padding:24px;border-radius:24px 0 0 24px}.commerce-drawer-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.commerce-drawer-head h2{margin:0}.commerce-drawer-head button{width:40px;height:40px;border-radius:999px;background:#000;color:#fff;font-weight:900}.commerce-empty{display:grid;min-height:220px;place-items:center;color:#666;border:1px dashed #cfcfcf;border-radius:16px}.commerce-cart-list{display:grid;grid-gap:14px;gap:14px}.commerce-cart-item{display:grid;grid-template-columns:82px 1fr;grid-gap:14px;gap:14px;padding-bottom:14px;border-bottom:1px solid #ececec}.commerce-cart-item img{width:82px;height:82px;object-fit:cover;background:#f3f3f3;border-radius:14px}.commerce-cart-item p{margin:4px 0 10px;color:#555;font-weight:800}.commerce-quantity{display:inline-grid;grid-template-columns:32px 36px 32px;align-items:center;border:1px solid #000;border-radius:999px;overflow:hidden}.commerce-quantity button{height:32px;background:#fff;color:#000;font-weight:900}.commerce-quantity span{text-align:center;font-weight:900}.commerce-summary{display:grid;grid-gap:12px;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid #000}.commerce-summary div{display:flex;justify-content:space-between;gap:16px}.commerce-total{font-size:1.16rem}.commerce-modal-wrap{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.7)}.commerce-modal{width:min(480px,100%);max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;color:#000;padding:18px;border-radius:8px}.commerce-modal .commerce-drawer-head{margin-bottom:14px}.commerce-modal .commerce-drawer-head h2{font-size:1.05rem}.commerce-modal .commerce-drawer-head button{display:inline-grid;width:34px;height:34px;padding:0;place-items:center;background:transparent;color:#171717}.commerce-modal .commerce-drawer-head button svg{width:20px;height:20px}.commerce-modal .commerce-drawer-head button:disabled{cursor:not-allowed;opacity:.35}.commerce-methods{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px}.commerce-methods button{display:grid;position:relative;min-width:0;min-height:64px;padding:8px 4px 7px;place-items:center;grid-gap:3px;gap:3px;border:0;border-bottom:2px solid transparent;border-radius:4px 4px 0 0;background:#f6f6f4;color:#666}.commerce-methods button.active{border-bottom-color:#171717;background:#eeeeeb;color:#171717}.commerce-methods button>span:last-child{overflow:hidden;max-width:100%;font-size:.67rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.commerce-methods .commerce-payment-logo{width:50px;height:24px}.commerce-methods .commerce-payment-logo-mpesa{width:58px;height:27px}.commerce-methods .commerce-payment-logo-mastercard{width:38px}.commerce-methods .commerce-payment-logo-paypal{width:40px}.commerce-field{display:grid;grid-gap:6px;gap:6px;margin-top:14px;font-size:.76rem;font-weight:800}.commerce-field input{min-height:42px;border:1px solid #cfcfcb;border-radius:6px;padding:9px 11px;font:inherit;font-size:.84rem}.modal-summary{gap:9px;margin-top:16px;padding-top:14px;border-top-color:#dedede}.modal-summary .commerce-total{align-items:center;font-size:.78rem}.modal-summary .commerce-total strong{font-size:1.05rem}.modal-summary>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;font-size:.82rem}.modal-summary>button svg{width:16px;height:16px}.commerce-status{margin:0;padding:10px;border-radius:6px;background:#f3f3f3;font-size:.74rem;font-weight:800;line-height:1.4}.commerce-payment-state{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:24px 12px 12px;text-align:center}.commerce-payment-state-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:#ededeb;color:#171717}.commerce-payment-state-icon svg{width:25px;height:25px}.commerce-payment-state-icon.is-loading svg{animation:commerce-payment-spin 1.2s linear infinite}.commerce-payment-state h3,.commerce-payment-state p{margin:0}.commerce-payment-state h3{font-size:1rem}.commerce-payment-state p{max-width:360px;color:#5d5d59;font-size:.78rem;line-height:1.5}.commerce-payment-state.is-success .commerce-payment-state-icon{background:#e3f4e9;color:#087a38}.commerce-payment-state.is-error .commerce-payment-state-icon{background:#f9e7e7;color:#b42318}.commerce-payment-state.is-pending .commerce-payment-state-icon{background:#fff1cc;color:#8a5b00}.commerce-receipt,.commerce-reference{width:100%;margin-top:6px;padding:10px 12px;border:1px solid #deded9;border-radius:6px;background:#f8f8f6}.commerce-reference{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.7rem}.commerce-reference strong{overflow-wrap:anywhere;font-size:.72rem}.commerce-receipt{display:grid;grid-gap:9px;gap:9px}.commerce-receipt div{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.72rem}.commerce-receipt span{color:#666}.commerce-payment-progress{width:min(240px,80%);height:3px;margin-top:5px;overflow:hidden;border-radius:2px;background:#deded9}.commerce-payment-progress:after{display:block;width:42%;height:100%;content:"";background:#171717;animation:commerce-payment-progress 1.35s ease-in-out infinite}.commerce-secure-note{display:flex;align-items:center;justify-content:center;gap:6px;margin:10px 0 0;color:#71716d;font-size:.68rem}.commerce-secure-note svg{width:13px;height:13px}@keyframes commerce-payment-spin{to{transform:rotate(1turn)}}@keyframes commerce-payment-progress{0%{transform:translateX(-115%)}to{transform:translateX(275%)}}.commerce-bottom-nav{position:fixed;isolation:isolate;left:50%;bottom:14px;transform:translateX(-50%);z-index:30;display:none;grid-template-columns:repeat(4,1fr);gap:4px;width:min(430px,calc(100% - 24px));margin:0;padding:8px;overflow:hidden;border:1px solid hsla(0,0%,100%,.86);border-radius:999px;background:linear-gradient(135deg,hsla(0,0%,100%,.64),hsla(0,0%,100%,.3) 48%,hsla(0,0%,100%,.52));box-shadow:0 20px 50px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 hsla(0,0%,100%,.28);backdrop-filter:blur(28px) saturate(190%) brightness(1.08);-webkit-backdrop-filter:blur(28px) saturate(190%) brightness(1.08)}.commerce-bottom-nav.is-admin{grid-template-columns:repeat(3,1fr)}.commerce-bottom-nav:before,.commerce-purchase-dock:before{content:"";position:absolute;z-index:0;inset:1px;border-radius:inherit;background:linear-gradient(120deg,hsla(0,0%,100%,.5),transparent 28%,hsla(0,0%,100%,.08) 68%,hsla(0,0%,100%,.32));pointer-events:none}.commerce-bottom-nav>*,.commerce-purchase-dock>*{position:relative;z-index:1}.commerce-bottom-nav a,.commerce-bottom-nav button{display:inline-flex;position:relative;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:62px;border:0;border-radius:999px;background:transparent;color:#555;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer}.commerce-bottom-nav button,.commerce-bottom-nav button:not(.active){background:transparent;color:#555}.commerce-bottom-nav button.active{color:#000}.commerce-bottom-icon{width:22px;height:22px;flex:0 0 auto;stroke-width:1.9}.commerce-bottom-nav strong{display:inline-grid;position:absolute;top:4px;right:calc(50% - 26px);place-items:center;min-width:22px;min-height:22px;border-radius:999px;background:#e43636;color:#fff;font-size:.74rem}.commerce-bottom-nav strong.dot{min-width:12px;min-height:12px;top:8px;right:calc(50% - 28px)}.commerce-screen-panel{min-height:calc(100vh - 92px);padding:28px 32px 120px;background:#fff}.commerce-screen-head{margin-bottom:22px}.commerce-screen-head h2{margin:6px 0 0;font-size:clamp(2rem,5vw,3.2rem)}.commerce-account-actions,.commerce-cart-screen-list,.commerce-message-list{display:grid;grid-gap:14px;gap:14px}.commerce-account-actions button,.commerce-account-card,.commerce-account-stats article,.commerce-cart-screen-item,.commerce-cart-screen-summary,.commerce-empty-screen,.commerce-message-list article{border:1px solid #dedede;border-radius:22px;background:#fff}.commerce-message-list article{display:grid;grid-template-columns:48px 1fr;grid-gap:14px;gap:14px;padding:16px}.commerce-message-list article.unread{border-color:#000}.commerce-account-avatar,.commerce-message-avatar{display:grid;place-items:center;border-radius:999px;background:#000;color:#fff;font-weight:900}.commerce-message-avatar{width:48px;height:48px}.commerce-message-row{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.commerce-account-card h2,.commerce-cart-screen-item h3,.commerce-cart-screen-item p,.commerce-empty-screen h3,.commerce-empty-screen p,.commerce-message-list p,.commerce-message-row h3{margin:0}.commerce-account-card span,.commerce-cart-screen-item p,.commerce-empty-screen p,.commerce-message-list p,.commerce-message-row span{color:#666}.commerce-empty-screen{display:grid;grid-gap:8px;gap:8px;min-height:260px;place-items:center;align-content:center;padding:24px;text-align:center}.commerce-cart-screen-item{display:grid;grid-template-columns:104px 1fr;grid-gap:16px;gap:16px;padding:14px}.commerce-cart-screen-item img{width:104px;height:104px;object-fit:cover;border-radius:18px;background:#f3f3f3}.commerce-cart-screen-summary{position:-webkit-sticky;position:sticky;bottom:100px;display:grid;grid-gap:12px;gap:12px;margin-top:18px;padding:18px;box-shadow:0 14px 36px rgba(0,0,0,.1)}.commerce-cart-screen-summary div{display:flex;justify-content:space-between;gap:16px}.commerce-account-actions button,.commerce-cart-screen-summary button{min-height:46px;border:0;border-radius:999px;background:#000;color:#fff;font:inherit;font-weight:900;cursor:pointer}.commerce-account-card{display:grid;grid-template-columns:72px 1fr;grid-gap:16px;gap:16px;align-items:center;padding:18px}.commerce-account-avatar{width:72px;height:72px;font-size:1.5rem}.commerce-account-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:16px 0}.commerce-account-stats article{display:grid;grid-gap:4px;gap:4px;padding:16px;text-align:center}.commerce-account-stats strong{font-size:1.45rem}.commerce-account-stats span{color:#666;font-size:.86rem}.commerce-account-actions button{background:#f3f3f3;color:#000}@media (max-width:780px){.commerce-shell{padding-bottom:94px}.commerce-shell.has-commerce-top-bar{padding-top:107px}.commerce-nav-wrap{background:#fff;color:#222;box-shadow:0 1px 0 #eee}.commerce-nav{display:none}.commerce-mobile-top{display:grid;grid-gap:18px;gap:18px;padding:12px 14px 14px;background:#fff}.commerce-mobile-search-row{display:grid;grid-template-columns:42px 1fr 42px;grid-gap:10px;gap:10px;align-items:center}.commerce-mobile-filter-row a,.commerce-mobile-filter-row button,.commerce-mobile-icon-button{border:0;background:transparent;color:#222;font:inherit;cursor:pointer}.commerce-mobile-icon-button{position:relative;display:inline-grid;width:42px;height:42px;place-items:center;border-radius:14px}.commerce-mobile-cart span{position:absolute;top:-1px;right:-1px;display:inline-grid;min-width:18px;min-height:18px;place-items:center;border-radius:999px;background:#e43636;color:#fff;font-size:.68rem;font-weight:900}.commerce-filter-icon,.commerce-mobile-icon,.commerce-search-icon{flex:0 0 auto;stroke-width:1.9}.commerce-mobile-icon{width:22px;height:22px}.commerce-search-icon{width:17px;height:17px}.commerce-filter-icon{width:18px;height:18px}.commerce-mobile-search{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 16px;border:0;border-radius:18px;background:#f1f1f1;color:#222;font:inherit;font-size:.88rem;font-weight:800;text-align:left;cursor:pointer}.commerce-mobile-filter-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:10px;gap:10px;align-items:center;color:#666}.commerce-mobile-filter-row a,.commerce-mobile-filter-row button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:6px;min-height:38px;padding-bottom:8px;border-right:1px solid #ededed;color:#666;font-size:.82rem;font-weight:800}.commerce-mobile-filter-row a:after,.commerce-mobile-filter-row button:after{content:"";position:absolute;left:50%;bottom:2px;width:18px;height:2px;border-radius:999px;background:currentColor;opacity:0;transform:translateX(-50%) scaleX(.55);transition:opacity .16s ease,transform .16s ease}.commerce-mobile-filter-row a:last-child,.commerce-mobile-filter-row button:last-child{border-right:0}.commerce-mobile-filter-row .active{color:#000}.commerce-mobile-filter-row .active:after{opacity:1;transform:translateX(-50%) scaleX(1)}.commerce-filter{gap:7px}.commerce-filter button{min-height:31px;padding:6px 3px 9px;font-size:.76rem}.commerce-category-icon{width:14px;height:14px}.commerce-hero,.commerce-payments,.commerce-toolbar{grid-template-columns:1fr;flex-direction:column;align-items:stretch;padding-left:18px;padding-right:18px}.commerce-toolbar{padding-top:14px}.commerce-screen-panel{min-height:calc(100vh - 138px);padding:18px 18px 112px}.commerce-screen-head h2{font-size:2rem}.commerce-cart-screen-item{grid-template-columns:82px 1fr}.commerce-cart-screen-item img{width:82px;height:82px}.commerce-cart-screen-summary{bottom:92px}.commerce-hero{display:grid;grid-gap:28px;gap:28px;padding-top:42px}.commerce-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-left:18px;padding-right:18px}.commerce-product-body{grid-template-rows:auto minmax(40px,auto) auto minmax(58px,auto) auto;gap:8px;padding:12px}.commerce-product-body h3{min-height:40px;font-size:1rem;line-height:1.2}.commerce-product-body p{min-height:58px;font-size:.86rem}.commerce-product-row{align-items:center;flex-direction:row}.commerce-product-row strong{font-size:1rem}.commerce-rating{align-items:center;flex-direction:row;gap:5px;font-size:.78rem}.commerce-rating em,.commerce-rating strong{font-size:.78rem}.commerce-methods,.commerce-payment-icons{grid-template-columns:1fr 1fr}.commerce-bottom-nav{display:grid}}@media (max-width:380px){.commerce-grid{gap:10px;padding-left:12px;padding-right:12px}.commerce-product-body{padding:10px}.commerce-product-body p{display:none}}.commerce-product-details{min-height:100vh;padding-bottom:112px;background:#f4f4f2;color:#171717}.commerce-detail-mobile-head{display:none}.commerce-detail-tabs{position:-webkit-sticky;position:sticky;top:0;z-index:24;display:flex;justify-content:center;gap:42px;min-height:58px;padding:0 24px;border-bottom:1px solid #e5e5e5;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.commerce-detail-tabs a,.commerce-detail-tabs button{display:inline-flex;position:relative;align-items:center;padding:0;border:0;background:transparent;color:#555;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.commerce-detail-tabs a.active,.commerce-detail-tabs button.active{color:#111}.commerce-detail-tabs a.active:after,.commerce-detail-tabs button.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:#111}.commerce-detail-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);grid-gap:24px;gap:24px;width:min(1180px,calc(100% - 48px));margin:24px auto}.commerce-detail-gallery{position:relative;display:grid;min-height:620px;place-items:center;overflow:hidden;border:1px solid #e4e4e2;border-radius:8px;background:var(--detail-gallery-bg)}.commerce-detail-gallery>img{width:100%;height:100%;max-height:680px;object-fit:contain;mix-blend-mode:multiply}.commerce-detail-gallery-actions{position:absolute;top:18px;right:18px;left:18px;z-index:2;display:flex;justify-content:space-between}.commerce-detail-gallery-actions>div{display:flex;gap:10px}.commerce-detail-gallery-actions button,.commerce-detail-mobile-head button{display:inline-grid;width:42px;height:42px;padding:0;place-items:center;border:0;background:transparent;color:#1c1c1c;cursor:pointer}.commerce-detail-gallery-actions svg,.commerce-detail-mobile-head svg{width:23px;height:23px;stroke-width:1.9}.commerce-detail-gallery-actions .is-favorite,.commerce-detail-mobile-head .is-favorite{color:#c93636}.commerce-detail-image-count{position:absolute;right:18px;bottom:18px;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.72);color:#fff;font-size:.8rem;font-weight:800}.commerce-detail-summary{align-self:start;overflow:hidden;border:1px solid #e4e4e2;border-radius:8px;background:#fff}.commerce-offer-strip{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:14px 22px;background:#171717;color:#fff}.commerce-offer-strip strong{font-size:1.2rem}.commerce-offer-strip span{color:#d5d5d5;font-weight:700}.commerce-detail-panel{padding:28px}.commerce-detail-price{display:flex;align-items:baseline;gap:10px;padding-bottom:22px;border-bottom:1px solid #eeeeec}.commerce-detail-price strong{font-size:clamp(1.65rem,3vw,2.35rem)}.commerce-detail-price del{color:#858585;font-size:.92rem}.commerce-detail-price span{color:#c93636;font-weight:900}.commerce-detail-panel h1{margin:24px 0 10px;font-size:clamp(1.65rem,3vw,2.4rem);line-height:1.15}.commerce-detail-panel>p{margin:0;color:#555;line-height:1.55}.commerce-detail-rating{display:grid;grid-template-columns:auto auto 1fr auto;grid-gap:8px;gap:8px;align-items:center;margin:22px 0;padding:16px 0;border-top:1px solid #eeeeec;border-bottom:1px solid #eeeeec;border-right:0;border-left:0;background:transparent;color:#555;width:100%;font:inherit;text-align:left;text-decoration:none;cursor:pointer}.commerce-detail-rating>span{color:#111;letter-spacing:1px}.commerce-detail-rating strong{color:#222}.commerce-detail-rating em{font-style:normal}.commerce-detail-rating svg{width:18px;height:18px}.commerce-variant-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px;text-transform:capitalize}.commerce-variant-head span{color:#666}.commerce-variant-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:9px;gap:9px}.commerce-variant-list button{display:grid;min-width:0;padding:3px;overflow:hidden;border:2px solid transparent;border-radius:6px;background:var(--variant-bg);color:#444;font:inherit;cursor:pointer}.commerce-variant-list button.active{border-color:#171717}.commerce-variant-list img{width:100%;aspect-ratio:1;object-fit:cover;mix-blend-mode:multiply}.commerce-variant-list span{padding:5px 2px;overflow:hidden;font-size:.7rem;font-weight:800;text-overflow:ellipsis}.commerce-detail-content{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);grid-gap:24px;gap:24px;width:min(1180px,calc(100% - 48px));margin:0 auto}.commerce-detail-service-panel,.commerce-related-panel,.commerce-review-panel{border:1px solid #e4e4e2;border-radius:8px;background:#fff}.commerce-shipping-line{display:grid;grid-template-columns:auto 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:22px;border-bottom:1px solid #eeeeec}.commerce-shipping-line span{overflow:hidden;color:#555;text-overflow:ellipsis;white-space:nowrap}.commerce-service-row>svg:last-child,.commerce-shipping-line svg{width:18px;height:18px;color:#888}.commerce-fulfilment{padding:22px 22px 18px 72px;border-bottom:1px solid #eeeeec}.commerce-fulfilment strong{display:flex;gap:8px;align-items:center}.commerce-fulfilment svg{width:21px;height:21px}.commerce-fulfilment p{margin:12px 0 0;color:#555;line-height:1.5}.commerce-fulfilment b{color:#c93636}.commerce-service-row{display:grid;grid-template-columns:28px 1fr auto;grid-gap:16px;gap:16px;align-items:start;padding:22px;border-bottom:1px solid #eeeeec}.commerce-service-row:last-child{border-bottom:0}.commerce-service-row>svg:first-child{width:24px;height:24px}.commerce-service-row div{display:grid;grid-gap:7px;gap:7px}.commerce-service-row span{color:#666}.commerce-service-row ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 24px;gap:8px 24px;margin:4px 0 0;padding:0;color:#666;list-style:none}.commerce-review-panel{padding-bottom:22px}.commerce-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px;border-bottom:1px solid #eeeeec}.commerce-related-panel h2,.commerce-review-head h2{margin:0;font-size:1.15rem}.commerce-review-head button{display:inline-flex;align-items:center;border:0;background:transparent;font:inherit;font-weight:800;cursor:pointer}.commerce-review-head svg{width:17px;height:17px}.commerce-review-author{display:flex;gap:12px;align-items:center;padding:20px 22px 8px}.commerce-review-author>span{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#ececea;font-size:.74rem;font-weight:900}.commerce-review-author>div{display:grid;grid-gap:3px;gap:3px}.commerce-review-author div div{color:#111;letter-spacing:1px}.commerce-review-panel>p{margin:8px 22px 16px 72px;color:#555;line-height:1.5}.commerce-review-media{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;padding:0 22px}.commerce-review-media img{width:100%;aspect-ratio:1;border-radius:4px;object-fit:cover}.commerce-related-panel{grid-column:1/-1;padding:22px}.commerce-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px;margin-top:16px}.commerce-purchase-dock{position:fixed;isolation:isolate;bottom:14px;left:50%;z-index:35;display:grid;grid-template-columns:70px minmax(330px,1fr);grid-gap:8px;gap:8px;width:min(610px,calc(100% - 24px));min-height:68px;padding:8px;transform:translateX(-50%);overflow:hidden;border:1px solid hsla(0,0%,100%,.86);border-radius:999px;background:linear-gradient(135deg,hsla(0,0%,100%,.64),hsla(0,0%,100%,.3) 48%,hsla(0,0%,100%,.52));box-shadow:0 20px 50px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 hsla(0,0%,100%,.28);backdrop-filter:blur(28px) saturate(190%) brightness(1.08);-webkit-backdrop-filter:blur(28px) saturate(190%) brightness(1.08)}.commerce-purchase-actions,.commerce-purchase-links{display:grid}.commerce-purchase-links{grid-template-columns:minmax(0,1fr)}.commerce-purchase-actions{grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid hsla(0,0%,9%,.14);border-radius:999px;background:hsla(0,0%,100%,.74)}.commerce-purchase-links button{position:relative;display:inline-flex;flex-direction:column;gap:3px;align-items:center;justify-content:center;border:1px solid hsla(0,0%,9%,.1);border-radius:999px;background:hsla(0,0%,100%,.54);color:#171717;font:inherit;font-size:.7rem;font-weight:800;cursor:pointer}.commerce-purchase-links svg{width:21px;height:21px;stroke-width:1.9}.commerce-purchase-links strong{position:absolute;top:-2px;right:5px;display:inline-grid;min-width:18px;min-height:18px;place-items:center;border-radius:50%;background:#171717;color:#fff;font-size:.65rem}.commerce-purchase-actions button{min-height:52px;border:0;background:transparent;color:#171717;font:inherit;font-weight:900;cursor:pointer}.commerce-purchase-actions .commerce-add-button{border-right:1px solid hsla(0,0%,9%,.16);border-radius:0}.commerce-purchase-actions .commerce-order-button{border-radius:999px;background:#171717;color:#fff}@media (max-width:780px){.commerce-product-details{padding-bottom:90px}.commerce-detail-mobile-head{position:-webkit-sticky;position:sticky;top:0;z-index:26;display:grid;grid-template-columns:38px minmax(0,1fr) 38px 38px 38px;grid-gap:4px;gap:4px;align-items:center;min-height:64px;padding:8px 10px;border-bottom:1px solid #ededeb;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.commerce-detail-mobile-head button{width:38px;height:38px}.commerce-detail-search{display:flex;align-items:center;gap:8px;min-width:0;min-height:40px;padding:0 12px;border-radius:999px;background:#eeeeec;color:#666;font-size:.82rem;font-weight:700;text-decoration:none}.commerce-detail-search svg{flex:0 0 auto;width:19px;height:19px}.commerce-detail-search span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commerce-detail-tabs{top:64px;justify-content:flex-start;gap:28px;min-height:50px;padding:0 18px;overflow-x:auto;scrollbar-width:none}.commerce-detail-tabs::-webkit-scrollbar{display:none}.commerce-detail-tabs a,.commerce-detail-tabs button{flex:0 0 auto;font-size:.9rem}.commerce-detail-layout{grid-template-columns:1fr;gap:0;width:100%;margin:0}.commerce-detail-gallery{min-height:auto;aspect-ratio:1/.88;border:0;border-radius:0}.commerce-detail-gallery>img{max-height:none}.commerce-detail-gallery-actions{display:none}.commerce-detail-image-count{right:14px;bottom:14px}.commerce-detail-summary{overflow:visible;border:0;border-radius:0;background:transparent}.commerce-offer-strip{min-height:58px;padding:12px 16px}.commerce-offer-strip strong{font-size:1.05rem}.commerce-offer-strip span{font-size:.8rem}.commerce-detail-panel{margin:0 10px 12px;padding:18px 16px;border-radius:8px;background:#fff}.commerce-detail-price{gap:8px;padding-bottom:16px}.commerce-detail-price strong{font-size:1.45rem}.commerce-detail-panel h1{margin-top:18px;font-size:1.18rem;line-height:1.35}.commerce-detail-panel>p{font-size:.9rem}.commerce-detail-rating{margin:16px 0;padding:13px 0;font-size:.85rem}.commerce-detail-rating>span{letter-spacing:0}.commerce-variant-list{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.commerce-variant-list::-webkit-scrollbar{display:none}.commerce-variant-list button{flex:0 0 64px}.commerce-detail-content{grid-template-columns:1fr;gap:12px;width:100%}.commerce-detail-service-panel,.commerce-related-panel,.commerce-review-panel{margin:0 10px;border:0}.commerce-shipping-line{gap:9px;padding:18px 16px;font-size:.86rem}.commerce-fulfilment{padding:18px 16px 18px 52px;font-size:.88rem}.commerce-service-row{grid-template-columns:24px 1fr auto;gap:12px;padding:18px 16px;font-size:.9rem}.commerce-service-row ul{gap:7px 16px;font-size:.78rem}.commerce-review-head{padding:18px 16px}.commerce-review-head h2{font-size:1rem}.commerce-review-head button{font-size:.82rem}.commerce-review-author{padding:16px 16px 8px}.commerce-review-panel>p{margin:8px 16px 14px 66px;font-size:.85rem}.commerce-review-media{gap:6px;padding:0 16px}.commerce-related-panel{grid-column:auto;padding:18px}.commerce-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.commerce-purchase-dock{bottom:0;grid-template-columns:58px minmax(0,1fr);gap:6px;width:min(430px,calc(100% - 16px));min-height:62px;padding:6px 7px calc(6px + env(safe-area-inset-bottom));border-radius:999px}.commerce-purchase-links{grid-template-columns:1fr}.commerce-purchase-links button{padding:0 2px;font-size:.58rem}.commerce-purchase-actions button{min-height:50px;padding:0 8px;font-size:.78rem}}@media (max-width:380px){.commerce-detail-mobile-head{grid-template-columns:34px minmax(0,1fr) 34px 34px 34px;padding-right:6px;padding-left:6px}.commerce-detail-mobile-head button{width:34px;height:34px}.commerce-detail-tabs{gap:22px;padding:0 14px}.commerce-detail-rating{gap:5px;font-size:.78rem}.commerce-purchase-dock{grid-template-columns:108px minmax(0,1fr)}.commerce-purchase-actions button{padding:0 5px;font-size:.76rem}}.commerce-categories-screen{min-height:calc(100vh - 92px);padding:38px 32px 130px;background:#fff}.commerce-categories-head{width:min(1180px,100%);margin:0 auto 24px}.commerce-categories-head>span{color:#6b6b6b;font-size:.78rem;font-weight:800;text-transform:uppercase}.commerce-categories-head h1{margin:5px 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.commerce-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:12px;gap:12px;width:min(1180px,100%);margin:0 auto}.commerce-categories-grid button{display:grid;grid-template-rows:38px 1fr;grid-gap:16px;gap:16px;min-width:0;min-height:148px;padding:20px;border:0;border-radius:8px;background:#f5f5f3;color:#1d1d1d;font:inherit;text-align:left;cursor:pointer;transition:background .16s ease,transform .16s ease}.commerce-categories-grid button:hover{background:#eeeeeb;transform:translateY(-2px)}.commerce-categories-grid button:focus-visible{outline:3px solid #171717;outline-offset:2px}.commerce-categories-grid svg{width:34px;height:34px;color:var(--category-accent);stroke-width:1.8}.commerce-categories-grid button>span{display:grid;align-content:end;grid-gap:5px;gap:5px;min-width:0}.commerce-categories-grid strong{font-size:.98rem;line-height:1.2}.commerce-categories-grid small{color:#686868;font-size:.75rem;line-height:1.35}@media (max-width:780px){.commerce-categories-screen{min-height:calc(100vh - 138px);padding:20px 14px 112px}.commerce-categories-head{margin-bottom:16px}.commerce-categories-head h1{font-size:1.7rem}.commerce-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.commerce-categories-grid button{grid-template-rows:31px 1fr;gap:12px;min-height:130px;padding:15px}.commerce-categories-grid svg{width:29px;height:29px}.commerce-categories-grid strong{font-size:.88rem}.commerce-categories-grid small{font-size:.7rem}}@media (max-width:380px){.commerce-categories-screen{padding-right:10px;padding-left:10px}.commerce-categories-grid{gap:8px}.commerce-categories-grid button{min-height:122px;padding:13px}}.commerce-reviews-screen{min-height:100vh;padding-bottom:72px;background:#f4f4f2;color:#171717}.commerce-reviews-header{position:-webkit-sticky;position:sticky;top:0;z-index:28;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:68px;padding:0 24px;border-bottom:1px solid hsla(60,4%,85%,.9);background:hsla(0,0%,100%,.9);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.commerce-reviews-header h1{margin:0;font-size:1.2rem;text-align:center}.commerce-reviews-header input{width:min(420px,100%);min-height:40px;justify-self:center;padding:0 14px;border:1px solid #d9d9d6;border-radius:999px;outline:0;background:#f2f2f0;color:#171717;font:inherit;font-size:.86rem}.commerce-reviews-header input:focus{border-color:#8b8b88;background:#fff}.commerce-reviews-header button{display:inline-grid;width:40px;height:40px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:#171717;cursor:pointer}.commerce-reviews-header button:last-child{justify-self:end}.commerce-reviews-header svg{width:22px;height:22px;stroke-width:1.9}.commerce-reviews-content{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);grid-gap:18px;gap:18px;width:min(1080px,calc(100% - 48px));margin:24px auto 0}.commerce-full-review,.commerce-rating-summary,.commerce-review-controls,.commerce-reviews-empty,.commerce-reviews-product{border:1px solid #e1e1de;border-radius:8px;background:#fff}.commerce-reviews-product{display:grid;grid-template-columns:84px 1fr;grid-gap:16px;gap:16px;align-items:center;align-self:start;padding:18px}.commerce-reviews-product img{width:84px;height:84px;border-radius:6px;background:#f0f0ee;object-fit:contain;mix-blend-mode:multiply}.commerce-reviews-product div{display:grid;grid-gap:5px;gap:5px;min-width:0}.commerce-reviews-product small,.commerce-reviews-product span{color:#70706e;font-size:.78rem}.commerce-reviews-product strong{overflow:hidden;font-size:.96rem;line-height:1.25;text-overflow:ellipsis}.commerce-rating-summary{display:grid;grid-column:2;grid-row:1/span 2;grid-template-columns:minmax(170px,.7fr) minmax(220px,1.3fr);grid-gap:30px;gap:30px;align-items:center;padding:28px}.commerce-rating-score{display:grid;justify-items:start;grid-gap:8px;gap:8px}.commerce-rating-score>strong{font-size:3.2rem;line-height:1}.commerce-rating-score>span:last-child{color:#6f6f6d;font-size:.82rem}.commerce-stars{display:inline-flex;gap:2px;color:#e28522}.commerce-stars svg{flex:0 0 auto;stroke-width:1.7}.commerce-rating-bars{display:grid;grid-gap:9px;gap:9px}.commerce-rating-bars>div{display:grid;grid-template-columns:12px 14px minmax(100px,1fr) 34px;grid-gap:7px;gap:7px;align-items:center;color:#666;font-size:.74rem}.commerce-rating-bars svg{width:13px;height:13px;color:#e28522}.commerce-rating-bars i{display:block;height:7px;overflow:hidden;border-radius:999px;background:#e9e9e6}.commerce-rating-bars b{display:block;height:100%;border-radius:inherit;background:#e28522}.commerce-rating-bars small{color:#777;text-align:right}.commerce-review-controls{grid-column:1/-1;display:flex;gap:16px;align-items:center;justify-content:space-between;padding:14px 16px}.commerce-review-filters{display:flex;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:none}.commerce-review-filters::-webkit-scrollbar{display:none}.commerce-review-filters button{display:inline-flex;flex:0 0 auto;gap:4px;align-items:center;min-height:34px;padding:0 12px;border:1px solid #dadad7;border-radius:999px;background:#fff;color:#555;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.commerce-review-filters button.active{border-color:#171717;background:#171717;color:#fff}.commerce-review-filters svg{width:14px;height:14px}.commerce-review-sort{display:inline-flex;position:relative;flex:0 0 auto;gap:7px;align-items:center;min-height:36px;padding:0 10px;border-left:1px solid #e1e1de;color:#555;font-size:.78rem;font-weight:800}.commerce-review-sort svg{width:16px;height:16px}.commerce-review-sort svg:last-child{width:14px;pointer-events:none}.commerce-review-sort select{padding:4px 18px 4px 0;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#171717;font:inherit;font-weight:800;cursor:pointer}.commerce-reviews-list{display:grid;grid-column:1/-1;grid-gap:12px;gap:12px}.commerce-full-review{padding:22px}.commerce-full-review>header{display:grid;grid-template-columns:42px 1fr auto;grid-gap:12px;gap:12px;align-items:center}.commerce-review-avatar{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#ececea;font-size:.72rem;font-weight:900}.commerce-full-review>header>div{display:grid;grid-gap:4px;gap:4px}.commerce-full-review>header>div span{display:inline-flex;gap:5px;align-items:center;color:#4e745d;font-size:.72rem;font-weight:800}.commerce-full-review>header>div svg{width:14px;height:14px}.commerce-full-review time{color:#777;font-size:.75rem}.commerce-full-review-rating{display:flex;gap:12px;align-items:center;margin:18px 0 8px 54px}.commerce-full-review-rating strong{font-size:.92rem}.commerce-review-variant{display:block;margin-left:54px;color:#797977;font-size:.74rem}.commerce-full-review>p{max-width:780px;margin:13px 0 16px 54px;color:#454545;font-size:.9rem;line-height:1.55}.commerce-full-review-media{display:flex;gap:9px;margin:0 0 17px 54px;overflow-x:auto}.commerce-full-review-media img{width:112px;height:112px;flex:0 0 auto;border-radius:6px;background:#f0f0ee;object-fit:cover}.commerce-full-review>button{display:inline-flex;gap:7px;align-items:center;min-height:34px;margin-left:54px;padding:0 12px;border:1px solid #dededb;border-radius:999px;background:#fff;color:#666;font:inherit;font-size:.75rem;font-weight:800;cursor:pointer}.commerce-full-review>button.active{border-color:#171717;color:#171717}.commerce-full-review>button svg{width:15px;height:15px}.commerce-reviews-empty{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:54px 20px;text-align:center}.commerce-reviews-empty svg{width:28px;height:28px;color:#999}.commerce-reviews-empty span{color:#777;font-size:.82rem}@media (max-width:780px){.commerce-reviews-screen{padding-bottom:28px}.commerce-reviews-header{grid-template-columns:40px 1fr 40px;min-height:60px;padding:0 10px}.commerce-reviews-header h1{font-size:1rem}.commerce-reviews-content{grid-template-columns:1fr;gap:10px;width:100%;margin-top:10px}.commerce-full-review,.commerce-rating-summary,.commerce-review-controls,.commerce-reviews-empty,.commerce-reviews-product{border-right:0;border-left:0;border-radius:0}.commerce-reviews-product{grid-template-columns:64px 1fr;margin:0;padding:12px 16px}.commerce-reviews-product img{width:64px;height:64px}.commerce-rating-summary{grid-column:auto;grid-row:auto;grid-template-columns:minmax(110px,.65fr) minmax(170px,1.35fr);gap:18px;padding:20px 16px}.commerce-rating-score>strong{font-size:2.55rem}.commerce-rating-score>span:last-child{font-size:.7rem}.commerce-rating-bars>div{grid-template-columns:10px 12px minmax(72px,1fr) 30px;gap:5px}.commerce-review-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;padding:10px 12px}.commerce-review-sort{padding-right:4px}.commerce-review-sort>span,.commerce-review-sort>svg:first-child{display:none}.commerce-review-sort select{max-width:112px;font-size:.73rem}.commerce-full-review{padding:18px 16px}.commerce-full-review>header{grid-template-columns:38px 1fr auto;gap:10px}.commerce-review-avatar{width:38px;height:38px}.commerce-full-review time{align-self:start;padding-top:3px;font-size:.68rem}.commerce-full-review-rating{display:grid;grid-gap:8px;gap:8px;margin:16px 0 7px 48px}.commerce-full-review-media,.commerce-full-review>button,.commerce-full-review>p,.commerce-review-variant{margin-left:48px}.commerce-full-review>p{font-size:.84rem}.commerce-full-review-media img{width:92px;height:92px}}@media (max-width:380px){.commerce-rating-summary{grid-template-columns:104px minmax(0,1fr);gap:12px}.commerce-review-sort select{width:94px}.commerce-full-review>header{grid-template-columns:36px 1fr}.commerce-full-review time{grid-column:2}.commerce-full-review-media,.commerce-full-review-rating,.commerce-full-review>button,.commerce-full-review>p,.commerce-review-variant{margin-left:46px}}@media (max-width:780px){.commerce-shell{overflow-x:hidden}.commerce-mobile-top{gap:10px;padding:9px 10px 10px}.commerce-mobile-search-row{grid-template-columns:36px minmax(0,1fr) 36px;gap:6px}.commerce-nav-wrap.is-admin .commerce-mobile-search-row{grid-template-columns:36px minmax(0,1fr)}.commerce-mobile-icon-button{width:36px;height:36px;border-radius:10px}.commerce-mobile-search{min-height:40px;padding:0 12px;font-size:.78rem}.commerce-mobile-filter-row{gap:16px;min-height:34px;overflow-x:auto;scrollbar-width:none}.commerce-mobile-filter-row::-webkit-scrollbar{display:none}.commerce-mobile-filter-row a,.commerce-mobile-filter-row button{flex:0 0 auto;font-size:.72rem}.commerce-toolbar{gap:8px;padding:10px 12px 8px}.commerce-toolbar h2{font-size:1.1rem}.commerce-filter{gap:12px;overflow-x:auto;scrollbar-width:none}.commerce-filter::-webkit-scrollbar{display:none}.commerce-filter button{flex:0 0 auto;min-height:30px;padding-bottom:8px;font-size:.72rem}.commerce-category-icon{width:13px;height:13px}.commerce-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 10px 36px}.commerce-product{border-radius:8px}.commerce-product-body{grid-template-rows:auto minmax(38px,auto) auto auto;gap:6px;padding:10px}.commerce-product-body span{font-size:.62rem}.commerce-product-body h3{min-height:38px;font-size:.78rem;line-height:1.22}.commerce-product-body p{min-height:0;font-size:.7rem}.commerce-product-row{gap:6px;align-items:end}.commerce-product-row strong{font-size:.92rem;line-height:1}.commerce-rating{gap:3px;min-width:0;font-size:.68rem}.commerce-rating span{white-space:nowrap}.commerce-rating em,.commerce-rating strong{font-size:.68rem}.commerce-payments{display:grid;grid-gap:12px;gap:12px;padding:20px 12px 108px}.commerce-payment-icons{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-screen-panel{padding:18px 12px 112px}.commerce-screen-head h2{font-size:1.4rem}.commerce-cart-screen-item,.commerce-message-list article{grid-template-columns:52px minmax(0,1fr);gap:10px;padding:12px}.commerce-message-row{grid-template-columns:minmax(0,1fr) auto;gap:8px}.commerce-cart-screen-item h3,.commerce-message-row h3{overflow:hidden;font-size:.86rem;text-overflow:ellipsis}.commerce-cart-screen-item p,.commerce-message-list p{font-size:.76rem}.commerce-cart-screen-item img{width:52px;height:52px}.commerce-cart-screen-summary{position:-webkit-sticky;position:sticky;bottom:90px;padding:14px}.commerce-account-card{grid-template-columns:52px minmax(0,1fr);gap:12px;padding:14px}.commerce-account-avatar{width:52px;height:52px}.commerce-account-card h2{font-size:1.05rem}.commerce-account-card span{overflow-wrap:anywhere}.commerce-account-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.commerce-account-actions button,.commerce-account-stats article{padding:12px}.commerce-bottom-nav{width:min(398px,calc(100% - 18px));padding:6px}.commerce-bottom-nav a,.commerce-bottom-nav button{min-height:54px;gap:3px;font-size:.68rem}.commerce-bottom-nav svg{width:19px;height:19px}.commerce-detail-mobile-head{grid-template-columns:34px minmax(0,1fr) 34px 34px 34px;min-height:56px;padding:7px 8px}.commerce-detail-mobile-head button{width:34px;height:34px}.commerce-detail-mobile-head svg{width:19px;height:19px}.commerce-detail-search{min-height:36px;padding:0 10px;font-size:.76rem}.commerce-detail-tabs{top:56px;gap:22px;min-height:42px;padding:0 12px}.commerce-detail-tabs a,.commerce-detail-tabs button{font-size:.78rem}.commerce-detail-gallery{aspect-ratio:1/.82}.commerce-offer-strip{min-height:48px;padding:10px 14px}.commerce-offer-strip strong{font-size:.96rem}.commerce-detail-panel{margin:0 8px 10px;padding:14px 12px}.commerce-detail-price{flex-wrap:wrap;gap:6px;padding-bottom:12px}.commerce-detail-price strong{font-size:1.22rem}.commerce-detail-panel h1{margin-top:12px;font-size:.98rem}.commerce-detail-panel>p,.commerce-detail-rating{font-size:.8rem}.commerce-variant-head{font-size:.86rem}.commerce-variant-list button{flex-basis:58px}.commerce-fulfilment,.commerce-service-row,.commerce-shipping-line{padding-top:14px;padding-bottom:14px;font-size:.82rem}.commerce-service-row strong,.commerce-shipping-line strong{font-size:.86rem}.commerce-related-panel{padding:14px 8px}.commerce-related-panel h2{padding:0 4px;font-size:1rem}.commerce-related-grid{gap:9px}.commerce-purchase-dock{grid-template-columns:56px minmax(0,1fr);gap:6px;width:min(430px,calc(100% - 16px));min-height:62px;padding:6px 7px calc(6px + env(safe-area-inset-bottom));border-radius:999px}.commerce-purchase-links{grid-template-columns:minmax(0,1fr)}.commerce-purchase-links button{min-width:0;font-size:.56rem}.commerce-purchase-links svg{width:18px;height:18px}.commerce-purchase-actions button{min-width:0;min-height:50px;padding:0 6px;font-size:.72rem;white-space:nowrap}.commerce-modal-wrap{align-items:end;padding:10px}.commerce-modal{width:100%;max-height:calc(100vh - 20px);padding:14px}.commerce-methods{gap:4px}.commerce-methods button{min-height:58px}.commerce-methods button>span:last-child{font-size:.6rem}.commerce-reviews-header{grid-template-columns:36px minmax(0,1fr) 36px;min-height:54px}.commerce-reviews-header button{width:34px;height:34px}.commerce-reviews-header h1{font-size:.94rem}.commerce-rating-summary{grid-template-columns:92px minmax(0,1fr);gap:10px;padding:16px 12px}.commerce-rating-score>strong{font-size:2.15rem}.commerce-rating-bars>div{grid-template-columns:9px 11px minmax(50px,1fr) 26px;gap:4px;font-size:.66rem}.commerce-review-controls{grid-template-columns:minmax(0,1fr)}.commerce-review-sort{width:100%;justify-content:space-between;border-left:0;border-top:1px solid #e1e1de;padding:8px 0 0}.commerce-review-sort select{width:100%;max-width:none}.commerce-full-review{padding:14px 12px}.commerce-full-review-media,.commerce-full-review-rating,.commerce-full-review>button,.commerce-full-review>p,.commerce-review-variant{margin-left:0}.commerce-full-review-media img{width:78px;height:78px}}@media (max-width:420px){.commerce-grid,.commerce-related-grid{gap:8px}.commerce-product-body{padding:8px}.commerce-product-body h3{font-size:.74rem}.commerce-rating,.commerce-rating em,.commerce-rating strong{font-size:.62rem}.commerce-rating svg{width:11px;height:11px}.commerce-payment-icons>div{min-height:62px;padding:8px}.commerce-categories-grid button{min-height:112px;padding:12px}.commerce-categories-grid small{display:none}}@media (max-width:360px){.commerce-filter,.commerce-mobile-filter-row{gap:12px}.commerce-detail-mobile-head{grid-template-columns:32px minmax(0,1fr) 32px 32px 32px;padding-right:5px;padding-left:5px}.commerce-detail-mobile-head button{width:32px;height:32px}.commerce-detail-tabs{gap:18px;padding:0 10px}.commerce-detail-tabs a,.commerce-detail-tabs button{font-size:.74rem}.commerce-purchase-dock{grid-template-columns:56px minmax(0,1fr);width:min(430px,calc(100% - 12px));min-height:60px;padding-right:5px;padding-left:5px}.commerce-purchase-links button{font-size:0}.commerce-purchase-links svg{width:19px;height:19px}.commerce-purchase-actions button{min-height:48px;font-size:.66rem}.commerce-rating-summary{grid-template-columns:1fr}.commerce-rating-score{justify-items:center;text-align:center}}.commerce-screen-head>p:last-child{max-width:560px;margin:8px 0 0;color:#666}.commerce-inbox-lookup{display:grid;grid-template-columns:40px minmax(220px,1fr) auto;grid-gap:12px;gap:12px;align-items:end;max-width:760px;margin-bottom:20px;padding:14px;border:1px solid #dedede;border-radius:8px;background:#f7f7f5}.commerce-inbox-lookup>svg{width:24px;height:24px;align-self:center;justify-self:center}.commerce-inbox-lookup label{display:grid;grid-gap:5px;gap:5px;min-width:0}.commerce-inbox-lookup label span{color:#555;font-size:.72rem;font-weight:800}.commerce-inbox-lookup input,.commerce-owner-unlock input,.commerce-product-form input,.commerce-product-form select,.commerce-product-form textarea{width:100%;min-width:0;border:1px solid #d0d0cc;border-radius:6px;background:#fff;color:#171717;font:inherit;font-size:.86rem;outline:none}.commerce-inbox-lookup input,.commerce-owner-unlock input,.commerce-product-form input,.commerce-product-form select{min-height:42px;padding:0 11px}.commerce-product-form textarea{resize:vertical;padding:10px 11px}.commerce-inbox-lookup input:focus,.commerce-owner-unlock input:focus,.commerce-product-form input:focus,.commerce-product-form select:focus,.commerce-product-form textarea:focus{border-color:#171717;box-shadow:0 0 0 2px hsla(0,0%,9%,.08)}.commerce-inbox-lookup button,.commerce-owner-unlock button,.commerce-product-form>button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;padding:0 16px;background:#171717;color:#fff;font:inherit;font-size:.8rem;font-weight:850;cursor:pointer}.commerce-inbox-lookup button:disabled,.commerce-owner-unlock button:disabled,.commerce-product-form>button:disabled{cursor:wait;opacity:.55}.commerce-inbox-lookup button svg,.commerce-product-form>button svg{width:16px;height:16px}.commerce-message-title{display:block;margin:4px 0;font-size:.83rem}.commerce-empty-inbox{display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:36px 18px;color:#666;text-align:center}.commerce-empty-inbox svg{width:26px;height:26px}.commerce-empty-inbox strong{color:#171717}.commerce-empty-inbox span{font-size:.82rem}.commerce-inline-error,.commerce-inline-success{margin:12px 0;padding:10px 12px;border-radius:6px;font-size:.8rem;font-weight:700}.commerce-inline-error{background:#fff0f0;color:#a12424}.commerce-inline-success{background:#edf8ef;color:#226b31}.commerce-owner-dashboard,.commerce-owner-panel{margin-top:30px;border-top:1px solid #dcdcd8;padding-top:26px}.commerce-owner-heading,.commerce-owner-section-head{display:flex;gap:12px;align-items:center}.commerce-owner-heading>svg{width:42px;height:42px;padding:9px;border-radius:8px;background:#171717;color:#fff}.commerce-owner-heading h2,.commerce-owner-section-head h3,.commerce-owner-title h2{margin:3px 0}.commerce-owner-heading span,.commerce-owner-section-head span{color:#666;font-size:.78rem}.commerce-owner-unlock{display:grid;grid-template-columns:minmax(220px,420px) auto;grid-gap:10px;gap:10px;max-width:620px;margin-top:18px}.commerce-owner-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.commerce-owner-title button{border:1px solid #d0d0cc;border-radius:6px;padding:8px 12px;background:#fff;color:#333;font:inherit;font-size:.76rem;font-weight:800;cursor:pointer}.commerce-owner-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin:18px 0}.commerce-owner-metrics article{display:grid;grid-template-columns:28px 1fr;grid-gap:2px 9px;gap:2px 9px;align-items:center;min-width:0;border:1px solid #dedede;border-radius:8px;padding:13px}.commerce-owner-metrics svg{grid-row:1/3;width:20px;height:20px}.commerce-owner-metrics strong{overflow:hidden;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.commerce-owner-metrics span{color:#666;font-size:.68rem}.commerce-owner-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr);grid-gap:14px;gap:14px;align-items:start}.commerce-owner-orders,.commerce-owner-products,.commerce-product-form{display:grid;grid-gap:12px;gap:12px;border:1px solid #dedede;border-radius:8px;padding:16px;background:#fff}.commerce-owner-section-head>svg{width:21px;height:21px}.commerce-owner-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.commerce-new-category{display:grid;grid-template-columns:minmax(0,1fr) auto 38px;grid-gap:7px;gap:7px;align-items:center;padding:9px;border:1px solid #deded9;border-radius:8px;background:#f7f7f4}.commerce-new-category button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:6px;padding:0 12px;background:#171717;color:#fff;font:inherit;font-size:.74rem;font-weight:800;cursor:pointer}.commerce-new-category button.cancel{width:38px;padding:0;background:#e8e8e4;color:#333}.commerce-new-category button:disabled{cursor:wait;opacity:.55}.commerce-new-category button svg{width:15px;height:15px}.commerce-product-image-upload{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;min-height:76px;border:1px dashed #bdbdb7;border-radius:8px;padding:8px;background:#f8f8f6;cursor:pointer}.commerce-product-image-upload>input{display:none}.commerce-product-image-placeholder,.commerce-product-image-upload>img{width:60px;height:60px;border-radius:6px;object-fit:cover;background:#ededeb}.commerce-product-image-placeholder{display:grid;place-items:center;color:#555}.commerce-product-image-placeholder svg{width:20px;height:20px}.commerce-product-image-upload>span:last-child{display:grid;grid-gap:3px;gap:3px}.commerce-product-image-upload strong{font-size:.78rem}.commerce-product-image-upload small{color:#666;font-size:.68rem}.commerce-product-form-actions{display:flex;justify-content:flex-end;gap:8px}.commerce-product-form-actions button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;padding:0 16px;background:#171717;color:#fff;font:inherit;font-size:.8rem;font-weight:850;cursor:pointer}.commerce-product-form-actions button.secondary{border:1px solid #d0d0cc;background:#fff;color:#333}.commerce-product-form-actions button:disabled{cursor:wait;opacity:.55}.commerce-product-form-actions svg{width:16px;height:16px}.commerce-owner-product-list{display:grid;max-height:390px;overflow-y:auto}.commerce-owner-product-list article{display:grid;grid-template-columns:44px minmax(0,1fr) 76px;grid-gap:10px;gap:10px;align-items:center;border-top:1px solid #ecece8;padding:9px 0}.commerce-owner-product-list img{width:44px;height:44px;border-radius:6px;object-fit:cover;background:#f2f2f0}.commerce-owner-product-list article>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.commerce-owner-product-list article>div strong{overflow:hidden;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.commerce-owner-product-list article>div span{color:#666;font-size:.72rem}.commerce-owner-product-list button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:6px;background:#fff0f0;color:#a12424;cursor:pointer}.commerce-owner-product-list article>.commerce-owner-product-actions{display:grid;grid-template-columns:34px 34px;grid-gap:4px;gap:4px}.commerce-owner-product-list button.edit{background:#eeeeeb;color:#222}.commerce-owner-product-list button svg{width:16px;height:16px}.commerce-owner-orders{margin-top:14px}.commerce-owner-order-list{display:grid}.commerce-owner-order-list article{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #ecece8;padding:10px 0}.commerce-owner-order-list article>div{display:grid;grid-gap:3px;gap:3px}.commerce-owner-empty,.commerce-owner-order-list article span{color:#666;font-size:.74rem}.commerce-owner-order-list article>strong{font-size:.8rem}@media (max-width:780px){.commerce-inbox-lookup{grid-template-columns:30px minmax(0,1fr);gap:8px;padding:10px}.commerce-inbox-lookup button{grid-column:1/-1}.commerce-owner-metrics{grid-template-columns:1fr 1fr}.commerce-owner-grid,.commerce-owner-unlock{grid-template-columns:1fr}}@media (max-width:420px){.commerce-owner-dashboard,.commerce-owner-panel{margin-top:22px;padding-top:20px}.commerce-owner-metrics{gap:7px}.commerce-owner-metrics article{grid-template-columns:22px minmax(0,1fr);padding:10px 8px}.commerce-owner-metrics svg{width:17px;height:17px}.commerce-owner-form-row{grid-template-columns:1fr}.commerce-new-category{grid-template-columns:minmax(0,1fr) 38px}.commerce-new-category button:not(.cancel){grid-column:1/-1;grid-row:2}.commerce-new-category button.cancel{grid-column:2;grid-row:1}.commerce-product-form-actions{display:grid;grid-template-columns:1fr}.commerce-owner-orders,.commerce-owner-products,.commerce-product-form{padding:12px}.commerce-message-list article{grid-template-columns:38px minmax(0,1fr);gap:10px}.commerce-message-avatar{width:38px;height:38px}}.commerce-auth-screen{min-height:calc(100vh - 84px);display:grid;place-items:center;padding:32px 16px 120px;background:#f4f4f1;color:#171717}.commerce-auth-shell{width:min(100%,460px);border:1px solid #deded9;border-radius:8px;padding:24px;background:#fff}.commerce-auth-heading{display:flex;gap:13px;align-items:center;margin-bottom:20px}.commerce-auth-heading h1{margin:3px 0 0;font-size:1.55rem}.commerce-auth-mark{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:8px;background:#171717;color:#fff}.commerce-auth-mark svg{width:21px;height:21px}.commerce-auth-mode,.commerce-auth-role{display:grid;grid-template-columns:1fr 1fr}.commerce-auth-role{gap:6px;margin-bottom:12px;padding:4px;border-radius:8px;background:#f0f0ed}.commerce-auth-mode button,.commerce-auth-role button{min-height:40px;border:0;border-radius:6px;background:transparent;color:#666;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.commerce-auth-role button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.commerce-auth-role button svg{width:17px;height:17px}.commerce-auth-role button.active{background:#fff;color:#171717;box-shadow:0 1px 5px rgba(0,0,0,.09)}.commerce-auth-mode{margin-bottom:18px;border-bottom:1px solid #deded9}.commerce-auth-mode button{position:relative}.commerce-auth-mode button.active{color:#171717}.commerce-auth-mode button.active:after{position:absolute;right:18px;bottom:-1px;left:18px;height:2px;background:#171717;content:""}.commerce-auth-form{display:grid;grid-gap:13px;gap:13px}.commerce-auth-form label{display:grid;grid-gap:5px;gap:5px;min-width:0}.commerce-auth-form label>span{color:#555;font-size:.72rem;font-weight:800}.commerce-auth-form input{width:100%;min-width:0;min-height:44px;border:1px solid #d0d0cc;border-radius:6px;padding:0 11px;background:#fff;color:#171717;font:inherit;font-size:.84rem;outline:none}.commerce-auth-form input:focus{border-color:#171717;box-shadow:0 0 0 2px hsla(0,0%,9%,.08)}.commerce-auth-input-icon,.commerce-auth-password{position:relative}.commerce-auth-password input{padding-right:45px}.commerce-auth-password button{position:absolute;top:4px;right:4px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:6px;background:transparent;color:#555;cursor:pointer}.commerce-auth-input-icon>svg,.commerce-auth-password button svg{width:17px;height:17px}.commerce-auth-input-icon>svg{position:absolute;top:13px;left:11px;color:#666}.commerce-auth-input-icon input{padding-left:38px}.commerce-auth-submit{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;margin-top:3px;background:#171717;color:#fff;font:inherit;font-size:.82rem;font-weight:850;cursor:pointer}.commerce-auth-submit:disabled{cursor:wait;opacity:.6}.commerce-auth-submit svg{width:17px;height:17px}.commerce-auth-cancel{width:100%;border:0;margin-top:14px;padding:8px;background:transparent;color:#666;font:inherit;font-size:.76rem;font-weight:800;cursor:pointer}.commerce-account-card{grid-template-columns:72px minmax(0,1fr) auto}.commerce-account-signout,.commerce-owner-title button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.commerce-account-signout{min-height:38px;border:1px solid #d0d0cc;border-radius:6px;padding:0 12px;background:#fff;color:#333;font:inherit;font-size:.74rem;font-weight:800;cursor:pointer}.commerce-account-signout svg,.commerce-owner-title button svg{width:15px;height:15px}.commerce-account-stats article svg{width:18px;height:18px;margin:0 auto 4px}.commerce-customer-orders{display:grid;grid-gap:12px;gap:12px;border:1px solid #dedede;border-radius:8px;padding:16px;background:#fff}.commerce-customer-orders>p{margin:4px 0;color:#666;font-size:.8rem}.commerce-message-screen-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.commerce-message-screen-head>div>p:last-child{margin:7px 0 0;color:#666;font-size:.82rem}.commerce-field input:disabled{cursor:not-allowed;background:#f1f1ee;color:#555}@media (max-width:600px){.commerce-auth-screen{align-items:start;padding:14px 10px 110px}.commerce-auth-shell{padding:18px 14px}.commerce-account-card{grid-template-columns:54px minmax(0,1fr)}.commerce-account-signout{grid-column:1/-1}}@media (max-width:380px){.commerce-auth-mode button,.commerce-auth-role button{font-size:.7rem}.commerce-account-stats{gap:6px}.commerce-account-stats article{padding:10px 5px}.commerce-account-stats strong{font-size:.9rem}}