:root{--page-bg:#f5f1ea;--surface:rgba(255,255,255,0.86);--surface-strong:#ffffff;--line:rgba(38,29,20,0.12);--ink:#1f1915;--muted:#6f655d;--accent:#9b7746;--accent-dark:#2d241d;--success:#2b7a57;--warning:#9a6a16;--error:#a74637;--shadow:0 24px 60px rgba(39,28,20,0.12);--cert-link:#1b6780;--cert-link-hover:#0d4f66}*{box-sizing:border-box}*,:after,:before{border-radius:0!important}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#f1f2f4;color:var(--ink);font-family:var(--font-body),sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.78);padding:.9rem 1rem;color:var(--ink)}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid rgba(155,119,70,.28);border-color:rgba(155,119,70,.52)}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-display),serif;line-height:.95;letter-spacing:-.02em}p,ul{margin:0}ul{padding-left:1rem}.eyebrow{margin-bottom:.55rem;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.muted-copy{color:var(--muted);line-height:1.65}.large-copy{max-width:60ch;font-size:1.02rem}.button-primary,.button-secondary,.icon-button,.text-button{border:0;border-radius:999px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.app-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.app-shell--top{align-items:flex-start}.app-panel{width:min(960px,100%);background:var(--surface);border:1px solid var(--line);border-radius:32px;padding:2.5rem;box-shadow:var(--shadow);display:grid;gap:1.5rem}.app-panel--wide{width:min(1120px,100%)}.app-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.app-panel-content,.status-grid{display:grid;gap:1rem}.status-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.status-card{padding:1rem 1.1rem;border-radius:24px;background:rgba(255,255,255,.85);border:1px solid rgba(29,24,18,.08);color:var(--ink)}.status-card h3{margin-bottom:.4rem;font-size:1.2rem}.status-card ul{list-style:disc;margin:0;padding-left:1rem;display:grid;gap:.25rem;color:var(--muted)}.app-panel-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.selector-theme-layout{display:grid;grid-template-columns:minmax(320px,420px) minmax(320px,1fr);gap:1.25rem;align-items:start}.selector-theme-card{display:grid;gap:1rem}.selector-theme-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.selector-theme-form{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.selector-theme-form label{display:grid;gap:.45rem;color:var(--muted)}.selector-theme-form span{color:var(--ink);font-weight:600}.selector-theme-form small{color:var(--muted)}.selector-theme-form__wide{grid-column:1/-1}.selector-theme-preview-shell{position:sticky;top:1rem}.selector-theme-preview{display:grid;gap:.75rem;padding:1rem 1.1rem;border:1px solid rgba(29,24,18,.08);background:rgba(255,255,255,.72)}.selector-theme-preview h4{font-size:1.4rem}.selector-theme-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}@media (max-width:920px){.selector-theme-form,.selector-theme-layout{grid-template-columns:1fr}.selector-theme-preview-shell{position:static}}.selector-shell{min-height:100vh;padding:3rem clamp(1.5rem,3vw,3.5rem);background:radial-gradient(circle at top right,rgba(214,156,164,.16),transparent 25%),linear-gradient(180deg,#0e0d12,#15121b 60%,#0f0c11);color:#f8f6f0}.selector-hero{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:2rem;margin-bottom:1.5rem}.selector-hero h1{font-size:clamp(2.8rem,5vw,3.5rem);margin-bottom:.5rem}.selector-hero-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:1rem;font-size:.95rem}.selector-filter-row{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.selector-filter-row select{width:auto;max-width:200px}.selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.selector-diamond-card{padding:1.2rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);display:grid;gap:.6rem}.selector-diamond-card.selected{border-color:rgba(214,177,107,.8);box-shadow:0 20px 40px rgba(214,177,107,.25)}.selector-diamond-card header h3{margin:.2rem 0;font-size:1.4rem;color:#fff}.selector-diamond-card .selector-diamond-metrics{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.9rem;color:rgba(255,255,255,.75)}.selector-diamond-price{font-size:1.1rem;font-weight:700}.selector-diamond-button{align-self:flex-end}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.9rem 1.3rem;font-weight:700}.button-primary{background:linear-gradient(135deg,#2a211a,#8c6b3f);color:#fff7ee;box-shadow:0 14px 30px rgba(33,24,18,.22)}.button-secondary{background:rgba(255,255,255,.72);color:var(--ink);border:1px solid rgba(40,29,20,.1)}.icon-button,.text-button{background:transparent;color:inherit;padding:0}.admin-nav-link:hover,.button-primary:hover,.button-secondary:hover,.diamond-card:hover,.inline-link-card:hover,.quick-link-card:hover,.setting-chip:hover{transform:translateY(-2px)}.admin-shell{display:grid;min-height:100vh;grid-template-columns:280px minmax(0,1fr)}.admin-sidebar{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1.25rem;background:rgba(24,19,15,.92);color:#f5efe8;position:sticky;top:0;height:100vh}.admin-brand-block{padding:1.25rem;border-radius:24px;background:linear-gradient(160deg,rgba(214,177,107,.18),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.08)}.admin-brand-block h1{font-size:2rem;margin-bottom:.6rem}.admin-nav{display:grid;gap:.45rem}.admin-nav-link{padding:.95rem 1rem;border-radius:16px;color:rgba(255,255,255,.78);transition:background .16s ease,color .16s ease,transform .16s ease}.admin-nav-link.active{background:rgba(255,255,255,.1);color:#fff}.admin-sidebar-note{margin-top:auto;display:flex;align-items:center;gap:.6rem;color:rgba(255,255,255,.72);font-size:.92rem}.status-dot{width:.65rem;height:.65rem;border-radius:999px;display:inline-block}.status-dot.live{background:#4bd38e}.admin-main{padding:2.1rem}.admin-page-frame{display:grid;gap:1.4rem}.admin-page-header,.diamond-card,.diamond-drawer,.empty-panel,.metric-card,.selection-summary-inner,.selector-filter-panel,.storefront-preview-card,.surface-card{border:1px solid var(--line);border-radius:28px;background:var(--surface);box-shadow:var(--shadow);backdrop-filter:blur(22px)}.admin-page-header,.empty-panel,.selection-summary-inner,.selector-filter-panel,.surface-card{padding:1.5rem}.admin-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.admin-page-header h2,.results-toolbar h2{font-size:clamp(2.1rem,4vw,3.4rem);margin-bottom:.85rem}.admin-actions-row{display:flex;flex-wrap:wrap;gap:.75rem}.hero-pill-row,.metric-grid,.price-grid,.quick-link-grid,.selector-filter-row,.toolbar-grid{display:grid;gap:1rem}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{padding:1.35rem}.metric-card strong{display:block;margin-bottom:.4rem;font-size:2rem;text-transform:capitalize}.metric-label{display:inline-block;margin-bottom:.6rem;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.15em}.admin-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:1.3rem}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.section-heading h3{font-size:1.9rem}.detail-list{display:grid;gap:.7rem;color:var(--muted)}.compact-list{gap:.45rem}.quick-link-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.inline-link-card,.quick-link-card{display:grid;gap:.35rem;padding:1rem;border-radius:20px;background:rgba(255,255,255,.66);border:1px solid rgba(39,28,20,.08)}.inline-link-card span,.quick-link-card span{color:var(--muted);line-height:1.6}.toolbar-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.admin-toolbar-grid{align-items:end}.two-col-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-block{display:grid;gap:.45rem}.field-block span{font-size:.84rem;font-weight:700;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.compatibility-meta,.endpoint-list,.mobile-filter-sheet-header,.results-toolbar,.summary-block,.summary-line,.toolbar-meta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.helper-copy{color:var(--muted);margin-top:1rem}.table-surface{overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{padding:1rem .9rem;border-bottom:1px solid rgba(36,28,20,.08);text-align:left;vertical-align:top}.admin-table th{color:var(--muted);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.cell-stack,.message-stack,.stack-list{display:grid;gap:.35rem}.cell-stack span{color:var(--muted);font-size:.92rem;line-height:1.5}.pill-row{display:flex;flex-wrap:wrap;gap:.45rem}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.35rem .75rem;border-radius:999px;background:rgba(45,36,29,.08);font-size:.84rem;font-weight:700;text-transform:capitalize}.status-pill.available,.status-pill.fulfilled,.status-pill.published{background:rgba(43,122,87,.12);color:var(--success)}.status-pill.draft,.status-pill.open,.status-pill.reserved{background:rgba(154,106,22,.12);color:var(--warning)}.status-pill.cancelled,.status-pill.sold{background:rgba(167,70,55,.12);color:var(--error)}.message-card,.toggle-card{display:grid;gap:.5rem;padding:1rem;border-radius:20px;border:1px solid rgba(36,28,20,.08);background:rgba(255,255,255,.66)}.toggle-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.detail-grid dd,.diamond-card p,.endpoint-list p,.filter-footnote,.message-card li,.message-card p,.toggle-card p{color:var(--muted);line-height:1.6}.message-card.error-state{background:rgba(255,239,236,.92);border-color:rgba(167,70,55,.2)}.message-card.warning-state{background:rgba(255,247,229,.92);border-color:rgba(154,106,22,.2)}.message-card.success-state{background:rgba(237,250,245,.92);border-color:rgba(43,122,87,.18)}.price-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1rem}.price-grid div,.summary-line{padding:.9rem 1rem;border-radius:18px;background:rgba(255,255,255,.64)}.detail-grid dt,.diamond-stats dt,.price-grid span,.summary-line span{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.detail-grid dd,.diamond-stats dd,.metric-card strong,.price-grid strong,.summary-line strong{font-size:1.05rem}.storefront-shell{min-height:100vh;padding:1.25rem;background:radial-gradient(circle at top right,rgba(214,156,164,.16),transparent 22%),radial-gradient(circle at left center,rgba(214,177,107,.13),transparent 20%),linear-gradient(180deg,#120f16,#1c1620 50%,#141118);color:#f7efe8}.selector-hero{display:grid;gap:1.5rem;padding:2.2rem;border-radius:34px;border:1px solid rgba(255,255,255,.08);color:#fff9f3;box-shadow:0 30px 80px rgba(0,0,0,.32);overflow:hidden}.selector-hero h1{font-size:clamp(3rem,7vw,5.4rem);margin-bottom:1rem}.selector-hero-copy{max-width:60rem}.selector-hero-copy>p:last-of-type{max-width:52ch;line-height:1.75}.hero-pill-row{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.4rem}.hero-pill{display:inline-flex;align-items:center;min-height:56px;padding:.9rem 1rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14)}.selector-setting-switcher{display:flex;flex-wrap:wrap;gap:.75rem}.setting-chip{min-height:42px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.75rem 1rem;background:rgba(255,255,255,.08);color:#fff6f0}.setting-chip.active{background:rgba(255,255,255,.92);color:#211814}.storefront-layout{display:grid;grid-template-columns:300px minmax(0,1fr) 340px;gap:1.3rem;margin-top:1.4rem;align-items:start}.desktop-filter-column{position:sticky;top:1.2rem}.diamond-card,.diamond-drawer,.empty-panel,.selection-summary-inner,.selector-filter-panel{background:rgba(27,22,32,.88);border-color:rgba(255,255,255,.08);color:#fbf3eb}.selector-filter-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.dark-field input,.dark-field select,.dark-field textarea{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.08);color:#fff}.selector-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-footnote{justify-content:flex-start;margin-top:1rem;color:rgba(255,255,255,.72)}.results-toolbar{margin-bottom:1.1rem;align-items:flex-end}.mobile-filter-toggle{display:none}.diamond-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.diamond-card{display:grid;overflow:hidden}.diamond-card.active{outline:2px solid rgba(214,177,107,.46)}.diamond-card-top{display:flex;align-items:center;justify-content:space-between;min-height:120px;padding:1.2rem}.diamond-chip{display:inline-flex;align-items:center;min-height:34px;padding:.3rem .75rem;border-radius:999px;background:rgba(17,12,20,.42);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.subtle-chip{background:rgba(255,255,255,.22)}.diamond-card-body{display:grid;gap:1rem;padding:1.2rem}.diamond-card-body h3{font-size:2rem;margin-bottom:.6rem}.detail-grid,.diamond-stats{display:grid;gap:.75rem}.detail-grid div,.diamond-stats div{padding:.85rem .95rem;border-radius:18px;background:rgba(255,255,255,.06)}.diamond-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding:0 1.2rem 1.2rem}.full-width-button,.storefront-button{width:100%}.selection-summary{position:sticky;top:1.2rem}.selection-summary-inner{display:grid;gap:1rem}.summary-block{flex-direction:column;align-items:stretch}.summary-line{width:100%}.total-line strong{font-size:1.3rem}.drawer-backdrop{position:fixed;inset:0;background:rgba(8,6,12,.48);opacity:0;pointer-events:none;transition:opacity .16s ease}.drawer-backdrop.open{opacity:1;pointer-events:auto}.diamond-drawer{position:fixed;top:0;right:0;width:min(520px,100vw);height:100vh;transform:translateX(100%);transition:transform .2s ease;z-index:20;overflow-y:auto;padding:1.25rem}.diamond-drawer.open{transform:translateX(0)}.drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.drawer-header h3{font-size:2.2rem}.drawer-content{display:grid;gap:1rem}.drawer-hero{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-radius:22px;min-height:110px}.compact-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-filter-sheet{position:fixed;inset:auto 1rem 1rem 1rem;z-index:30;display:none;border-radius:28px;background:rgba(19,15,24,.96);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px rgba(0,0,0,.4);transform:translateY(120%);transition:transform .18s ease}.mobile-filter-sheet.open{transform:translateY(0)}.mobile-filter-sheet-header{padding:1rem 1.2rem 0;color:#fff7ee}.mobile-filter-panel{box-shadow:none;border:0;background:transparent}.empty-panel{display:grid;place-items:center;min-height:200px;text-align:center}.compact-actions{justify-content:flex-end}.endpoint-list{flex-direction:column;align-items:flex-start;margin-top:1.2rem}.storefront-preview-card h3{margin-bottom:.8rem;font-size:2.2rem}@media (max-width:1200px){.storefront-layout{grid-template-columns:minmax(0,1fr) 320px}.desktop-filter-column{display:none}.mobile-filter-sheet,.mobile-filter-toggle{display:block}.diamond-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}.admin-two-column,.diamond-grid,.hero-pill-row,.metric-grid,.price-grid,.quick-link-grid,.storefront-layout,.toolbar-grid{grid-template-columns:1fr}.admin-main{padding:1.15rem}.admin-page-header,.results-toolbar,.section-heading,.toolbar-meta-row{flex-direction:column;align-items:flex-start}.field-span-2{grid-column:span 1}.selection-summary{position:static}}@media (max-width:720px){.selector-hero{padding:1.4rem}.selector-hero h1{font-size:3.2rem}.compact-price-grid,.diamond-card-actions,.selector-filter-row{grid-template-columns:1fr}.diamond-drawer{width:100vw;padding:1rem}}.shopify-connection-banner{display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06)}.shopify-connection-banner strong{color:#fff9f2}.shopify-connection-banner small,.shopify-connection-banner span{color:rgba(255,255,255,.72);line-height:1.5}.shopify-connection-banner.success{background:#e3f1df;border-color:#b5d5b0}.shopify-connection-banner.error{background:rgba(213,90,77,.14);border-color:rgba(213,90,77,.24)}.shopify-connection-banner.pending{background:rgba(214,177,107,.14);border-color:rgba(214,177,107,.24)}.shopify-banner-link{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:.25rem;color:#fff7ef;text-decoration:underline}.selector-shell{background:radial-gradient(circle at top left,rgba(211,181,118,.18),transparent 28%),radial-gradient(circle at top right,rgba(245,239,228,.42),transparent 22%),linear-gradient(180deg,#f8f2e8,#f3ede4 48%,#efe8de);color:#1e1b18}.selector-shell .selector-hero{display:grid;gap:1rem;padding:2.1rem;border-radius:30px;background:rgba(255,255,255,.68);border:1px solid rgba(34,28,22,.08);box-shadow:0 22px 55px rgba(54,41,26,.08);backdrop-filter:blur(16px)}.selector-shell .selector-hero h1{font-size:clamp(2.7rem,5vw,4.4rem);max-width:12ch;color:#171311}.selector-shell .selector-filter-row label,.selector-shell .selector-hero .muted-copy,.selector-shell .selector-hero-meta,.selector-shell .selector-hero-meta a{color:#60564d}.selector-shell .selector-hero-meta{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.25rem;font-size:.95rem}.selector-shell .selector-hero-meta a,.selector-shell .selector-hero-meta span{display:inline-flex;align-items:center;min-height:38px;padding:.5rem .85rem;border-radius:999px;background:rgba(31,25,21,.04);border:1px solid rgba(31,25,21,.08)}.selector-shell .selector-filter-row{display:flex;align-items:flex-start;gap:.9rem;margin-top:.35rem;flex-wrap:wrap}.selector-shell .selector-filter-label{display:inline-flex;align-items:center;min-height:38px}.selector-shell .selector-filter-label,.selector-shell .selector-filter-row label{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.selector-shell .selector-filter-chips{display:flex;flex-wrap:wrap;gap:.6rem}.selector-shell .selector-filter-chip{display:inline-flex;align-items:center;min-height:38px;padding:.5rem .85rem;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid rgba(31,25,21,.08);color:#4e443b;box-shadow:0 10px 22px rgba(54,41,26,.05)}.selector-shell .selector-filter-chip.active{background:linear-gradient(135deg,color-mix(in srgb,var(--selector-text,#111111) 90%,transparent) 0,var(--selector-accent,#8f6a2d) 100%);color:#fffaf2;border-color:transparent}.selector-shell .selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1.25rem}.selector-shell .selector-diamond-card{position:relative;display:grid;gap:.85rem;padding:1.35rem;border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(34,28,22,.08);box-shadow:0 18px 40px rgba(54,41,26,.08)}.selector-shell .selector-diamond-card.selected{border-color:rgba(171,132,66,.42);box-shadow:0 20px 45px rgba(171,132,66,.14)}.selector-shell .selector-diamond-card:before{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(135deg,rgba(171,132,66,.18),transparent 55%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.selector-shell .selector-diamond-card .muted-copy,.selector-shell .selector-diamond-card header h3{display:none}.selector-shell .selector-diamond-card .selector-diamond-metrics{display:flex;flex-wrap:wrap;gap:.4rem}.selector-shell .selector-diamond-card .selector-diamond-metrics span{display:inline-flex;align-items:center;padding:.25rem .5rem;color:#444;font-size:.8rem;font-weight:500}.selector-shell .selector-diamond-price{font-size:1.1rem;color:#171311;letter-spacing:-.02em;margin-top:.25rem}.selector-shell .selector-diamond-button{width:100%;min-height:48px;justify-content:center;background:linear-gradient(135deg,#1f1915,#8f6a2d);color:#fffaf2;box-shadow:0 14px 30px rgba(73,53,22,.16)}.selector-shell .selector-diamond-button:hover{transform:translateY(-1px)}.selector-shell .selector-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(34,28,22,.08);color:#60564d}.selector-shell .selector-pagination__actions{display:flex;align-items:center;gap:.75rem}.selector-shell .selector-pagination .button-primary,.selector-shell .selector-pagination .button-secondary{min-width:112px}.selector-shell .selector-pagination .is-disabled{opacity:.45;pointer-events:none}.selector-shell.selector-shell--premium{display:grid;grid-template-columns:350px minmax(0,1fr);gap:0;background:radial-gradient(circle at top left,rgba(211,181,118,.18),transparent 28%),radial-gradient(circle at top right,rgba(245,239,228,.42),transparent 22%),linear-gradient(180deg,#f8f2e8,#f3ede4 48%,#efe8de);color:#1e1b18;padding:1.5rem}.selector-shell.selector-shell--premium .selector-sidebar{top:1.5rem;align-self:start;padding-right:1.5rem;margin-right:1.5rem;border-right:1px solid color-mix(in srgb,var(--selector-text,#111111) 10%,transparent)}.selector-shell.selector-shell--premium .selector-sidebar__panel{width:100%;display:grid;gap:1.1rem;padding:0 1.5rem 0 .8rem;border-radius:0;background:transparent;border:0;box-shadow:none}.selector-shell.selector-shell--premium .selector-filter-form{margin:0}.selector-shell.selector-shell--premium .selector-sidebar__title{font-size:1.7rem;color:#171311}.selector-shell.selector-shell--premium .selector-sidebar__lede{max-width:28ch;line-height:1.7}.selector-shell.selector-shell--premium .selector-toggle-row{display:grid;gap:.75rem}.selector-shell.selector-shell--premium .selector-filter-submit,.selector-shell.selector-shell--premium .selector-reset-button,.selector-shell.selector-shell--premium .selector-sidebar-link,.selector-shell.selector-shell--premium .selector-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:46px;width:100%;border-radius:999px;border:1px solid rgba(34,28,22,.12);background:#fff;color:#4d443d;font-weight:700;box-shadow:0 10px 22px rgba(54,41,26,.05);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.selector-shell.selector-shell--premium .selector-toggle.active{background:linear-gradient(135deg,#1f1915,#8f6a2d);color:#fffaf2;border-color:transparent}.selector-shell.selector-shell--premium .selector-control-group{display:grid;gap:.65rem;padding-top:.15rem}.selector-shell.selector-shell--premium .selector-control-labels{display:flex;justify-content:space-between;gap:1rem;font-size:.82rem;font-weight:700;color:#6b6056}.selector-shell.selector-shell--premium .selector-slider-shell{height:24px}.selector-shell.selector-shell--premium .selector-slider-range,.selector-shell.selector-shell--premium .selector-slider-track{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:3px;border-radius:2px}.selector-shell.selector-shell--premium .selector-slider-range{left:18%;right:22%}.selector-shell.selector-shell--premium .selector-input-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.selector-shell.selector-shell--premium .selector-input-row input{background:rgba(255,255,255,.88);border:1px solid rgba(34,28,22,.08);color:#1e1b18;text-align:center}.selector-shell.selector-shell--premium .selector-sidebar-link{text-decoration:none;background:rgba(255,255,255,.92)}.selector-shell.selector-shell--premium .selector-reset-button{background:transparent}.selector-shell.selector-shell--premium .selector-filter-submit{margin-top:.15rem}.selector-shell.selector-shell--premium .selector-content{display:grid;gap:1rem;padding-left:1.5rem}.selector-shell.selector-shell--premium .selector-selection-bar{display:grid;gap:clamp(.9rem,2vw,1.4rem);padding:0 0 1rem;border-radius:0;background-image:url(https://www.melaniecasey.com/cdn/shop/files/feed-desktop-3rings-9.jpg?v=1654715281);background-size:cover;background-position:50%;background-repeat:no-repeat;border:0;box-shadow:none;align-items:center;border-bottom:1px solid color-mix(in srgb,var(--selector-text,#111111) 10%,transparent)}.selector-shell.selector-shell--premium .selector-selection-bar__actions,.selector-shell.selector-shell--premium .selector-selection-bar__left{display:flex;gap:1rem;align-items:center}.selector-shell.selector-shell--premium .selector-selection-bar__left{min-width:0;align-items:center;display:flex;padding:19px 0;z-index:1;margin-left:19px}.selector-shell.selector-shell--premium .selector-selection-media{flex:0 0 auto;width:155px;height:155px;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.82),transparent 32%),linear-gradient(135deg,rgba(240,229,209,.9),rgba(160,122,59,.9));box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 12px 28px rgba(54,41,26,.12);border:6px solid rgb(255,255,255);margin-right:25px}.selector-shell.selector-shell--premium .selector-selection-media__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.selector-shell.selector-shell--premium .selector-selection-copy{display:grid;gap:.35rem;min-width:0}.selector-shell.selector-shell--premium .selector-selection-heading-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-family:var(--selector-font-display)}.selector-shell.selector-shell--premium .selector-selection-price{flex:0 0 auto;color:#8f6a2d;font-size:calc(1.2rem * var(--selector-scale-heading));font-weight:800;letter-spacing:.01em;white-space:nowrap;font-family:var(--selector-font-display)}.selector-shell.selector-shell--premium .selector-selection-copy h2{margin:0;line-height:1.05;color:#171311;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;font-family:var(--selector-font-display)}.selector-shell.selector-shell--premium .selector-selection-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.25rem}.selector-shell.selector-shell--premium .selector-selection-tag{display:inline-flex;align-items:center;min-height:32px;padding:.3rem .72rem;border-radius:999px;background:rgba(31,25,21,.05);border:1px solid rgba(31,25,21,.07);color:#4d443d;font-size:calc(.82rem * var(--selector-scale-body));font-weight:700}.selector-shell.selector-shell--premium .selector-ring-thumb{width:84px;height:84px;border-radius:20px;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.85),transparent 34%),linear-gradient(135deg,rgba(191,150,84,.9),rgba(82,58,31,.96));box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.selector-shell.selector-shell--premium .selector-hero-art{display:grid;place-items:center;flex:1;min-height:132px}.selector-shell.selector-shell--premium .selector-hero-art__frame{width:min(180px,100%);height:120px;border-radius:24px;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.8),transparent 30%),linear-gradient(135deg,rgba(240,229,209,.9),rgba(160,122,59,.85));box-shadow:0 18px 35px rgba(54,41,26,.15);border:1px solid rgba(34,28,22,.08)}.selector-shell.selector-shell--premium .selector-hero-art__frame--offset{width:min(150px,100%);height:102px;margin-top:-64px;margin-left:100px;opacity:.62}.selector-shell.selector-shell--premium .selector-table-shell{display:grid;gap:1rem;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none}.selector-shell.selector-shell--premium .selector-table-shell__header{display:flex;justify-content:space-between;gap:1rem;align-items:end}.selector-shell.selector-shell--premium .selector-table-shell__header h1{margin-top:.25rem;font-size:calc(clamp(2rem, 3vw, 3rem) * var(--selector-scale-heading));color:#171311;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.selector-shell.selector-shell--premium .selector-table-shell__lede{max-width:44ch;margin-top:.45rem;line-height:1.7}.selector-shell.selector-shell--premium .selector-sort{display:grid;gap:.35rem;min-width:220px}.selector-shell.selector-shell--premium .selector-sort span{font-size:calc(.78rem * var(--selector-scale-body));font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6b6056}.selector-shell.selector-shell--premium .selector-sort select{background:rgba(255,255,255,.88);border:1px solid rgba(34,28,22,.08);color:#1e1b18}.selector-shell.selector-shell--premium .selector-results-count{margin-top:.45rem;color:#8f6a2d;font-size:calc(.88rem * var(--selector-scale-body));font-weight:700;letter-spacing:.08em;text-transform:uppercase}.selector-shell.selector-shell--premium .selector-table-wrap{position:relative;overflow-x:auto}.selector-shell.selector-shell--premium .selector-table-wrap.is-loading{overflow:hidden}.selector-shell.selector-shell--premium .selector-table-skeleton{display:grid;gap:.65rem;min-width:980px}.selector-shell.selector-shell--premium .selector-table-skeleton__row{display:grid;grid-template-columns:minmax(180px,1.35fr) repeat(5,minmax(80px,.6fr)) minmax(90px,.7fr) minmax(120px,.8fr);gap:.65rem;align-items:center}.selector-shell.selector-shell--premium .selector-table-skeleton__row--head{padding-bottom:.35rem;margin-bottom:.15rem;border-bottom:1px solid rgba(34,28,22,.08)}.selector-shell.selector-shell--premium .selector-table-skeleton .selector-skeleton{position:relative;display:block;overflow:hidden;background:linear-gradient(90deg,rgba(17,17,17,.06),rgba(17,17,17,.11) 50%,rgba(17,17,17,.06));background-size:200% 100%;animation:selector-skeleton-shimmer 1.25s ease-in-out infinite}.selector-shell.selector-shell--premium .selector-table-skeleton .selector-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:translateX(-120%);animation:selector-skeleton-sheen 1.25s ease-in-out infinite}.selector-shell.selector-shell--premium .selector-table-skeleton__cell{height:20px}.selector-shell.selector-shell--premium .selector-table-skeleton__cell--diamond{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:.8rem;min-height:62px;padding:.45rem .55rem}.selector-shell.selector-shell--premium .selector-table-skeleton__cell--price{width:92%;justify-self:end}.selector-shell.selector-shell--premium .selector-table-skeleton__cell--action{width:100%}.selector-shell.selector-shell--premium .selector-table-skeleton__thumb{width:56px;height:56px}.selector-shell.selector-shell--premium .selector-table-skeleton__copy{display:grid;gap:.45rem;width:100%}.selector-shell.selector-shell--premium .selector-table-skeleton .selector-skeleton--text{width:100%;height:12px}.selector-shell.selector-shell--premium .selector-table-skeleton .selector-skeleton--wide{width:92%}.selector-shell.selector-shell--premium .selector-table-skeleton .selector-skeleton--narrow{width:68%}.selector-shell.selector-shell--premium .selector-table{width:100%;border-collapse:collapse;min-width:980px}.selector-shell.selector-shell--premium .selector-table td,.selector-shell.selector-shell--premium .selector-table th{padding:1.05rem .9rem;border-bottom:1px solid rgba(34,28,22,.08);text-align:left;vertical-align:middle}.selector-shell.selector-shell--premium .selector-table th{color:#6b6056;font-size:calc(.78rem * var(--selector-scale-body));font-weight:700;letter-spacing:.14em;text-transform:uppercase}.selector-shell.selector-shell--premium .selector-price-cell{text-align:right}.selector-shell.selector-shell--premium .selector-table-diamond{display:flex;align-items:center;gap:.9rem}.selector-shell.selector-shell--premium .selector-table-diamond>div:not(.selector-table-thumb){display:none}.selector-shell.selector-shell--premium .selector-table-diamond-placeholder{width:45px;height:45px;border-radius:4px;background:#f5f5f5}.selector-shell.selector-shell--premium .selector-table tbody tr{transition:background .16s ease}.selector-shell.selector-shell--premium .selector-table tbody tr:not(.selector-details-row){cursor:pointer}.selector-shell.selector-shell--premium .selector-table tbody tr:hover,.selector-shell.selector-shell--premium .selector-table tbody tr:not(.selector-details-row):hover{background:rgba(191,150,84,.05)}.selector-shell.selector-shell--premium .selector-table-thumb{width:56px;height:56px;border-radius:16px;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.92),transparent 30%),linear-gradient(135deg,rgba(191,150,84,.95),rgba(83,60,34,.98));box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.selector-shell.selector-shell--premium .selector-table-diamond strong{display:block;color:#171311;margin-bottom:.15rem}.selector-shell.selector-shell--premium .selector-table-diamond span{color:#6b6056;font-size:calc(.92rem * var(--selector-scale-body))}.selector-shell.selector-shell--premium .selector-certificate-badge{display:inline-flex;align-items:center;min-height:32px;padding:.25rem .7rem;border-radius:999px;background:rgba(191,150,84,.14);border:1px solid rgba(191,150,84,.22);color:#8f6a2d;font-size:calc(.78rem * var(--selector-scale-body));font-weight:700}.selector-shell.selector-shell--premium .selector-details summary{list-style:none;cursor:pointer;color:#8f6a2d;font-weight:700;transition:color .16s ease,opacity .16s ease}.selector-shell.selector-shell--premium .selector-details summary::-webkit-details-marker{display:none}.selector-shell.selector-shell--premium .selector-details__panel{margin:0;padding:0;width:100%;max-width:100%;box-sizing:border-box;animation:selectorDetailsSlideIn .3s ease-out}@keyframes selectorDetailsSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.selector-shell.selector-shell--premium .selector-details__facts{display:grid;grid-template-columns:1fr;gap:.65rem;align-self:start}.selector-shell.selector-shell--premium .selector-details-row td{padding:.75rem 1rem;border-bottom:1px solid rgba(34,28,22,.08)}.selector-shell.selector-shell--premium .selector-details__panel--row{margin:0;width:100%;max-width:100%;grid-template-columns:1fr;align-items:stretch;justify-items:stretch;padding:0;gap:0;box-sizing:border-box;align-items:center}.selector-shell.selector-shell--premium .selector-details__panel--row>*{width:90%;max-width:90%;box-sizing:border-box;height:90%}.selector-shell.selector-shell--premium .selector-details-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.65rem .9rem;background:transparent;border:1px solid rgba(17,17,17,.12);color:var(--selector-text,#111111);font-size:calc(.9rem * var(--selector-scale-button));font-weight:700;width:100%}.selector-shell.selector-shell--premium .selector-mobile-diamond-list,.selector-shell.selector-shell--premium .selector-mobile-loading{display:none;gap:.8rem}.selector-shell.selector-shell--premium .selector-mobile-diamond-card{display:grid;gap:.85rem;align-items:center;padding:.9rem;border-radius:20px;background:rgba(255,255,255,.84);border:1px solid rgba(34,28,22,.08);box-shadow:0 12px 24px rgba(17,17,17,.04)}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__media{grid-row:span 2}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__thumb{width:72px;height:72px;border-radius:18px}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__copy{display:grid;gap:.2rem;min-width:0}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__copy strong{color:#171311;font-size:1rem;line-height:1.2}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__copy span{color:#6b6056;font-size:.84rem}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__button{width:100%;justify-content:center}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__actions{display:block}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__select-btn{width:100%;justify-content:center;background:var(--accent,#b08a4d);color:#fff;border-color:var(--accent,#b08a4d);font-weight:600}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__select-btn:hover{background:#9a753f;border-color:#9a753f}.selector-shell.selector-shell--premium .selector-mobile-diamond-card--skeleton{pointer-events:none}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__button--skeleton{height:42px;border-radius:999px}.selector-shell.selector-shell--premium .selector-diamond-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:1rem}.selector-shell.selector-shell--premium .selector-diamond-modal__backdrop{position:absolute;inset:0;border:0;padding:0;background:rgba(17,17,17,.56);backdrop-filter:blur(8px)}.selector-shell.selector-shell--premium .selector-diamond-modal__dialog{position:relative;width:min(960px,100%);max-height:calc(100vh - 2rem);overflow:auto;padding:1rem;border-radius:28px;background:var(--selector-surface,#ffffff);box-shadow:0 24px 60px rgba(17,17,17,.22)}.selector-shell.selector-shell--premium .selector-diamond-modal__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.selector-shell.selector-shell--premium .selector-diamond-modal__header h2{margin:.15rem 0 0;font-size:clamp(1.5rem,3vw,2.2rem);color:#171311}.selector-shell.selector-shell--premium .selector-diamond-modal__close{flex:0 0 auto;width:40px;height:40px;border-radius:999px;border:1px solid rgba(17,17,17,.12);background:rgba(255,255,255,.88);color:#171311;font-size:1.15rem;line-height:1}.selector-shell.selector-shell--premium .selector-diamond-modal__body{display:grid;gap:1rem}.selector-shell.selector-shell--premium .selector-diamond-modal__body .selector-diamond-card{margin:0}.selector-shell.selector-shell--premium .selector-detail-stat{display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(34,28,22,.08);min-height:74px}.selector-shell.selector-shell--premium .selector-detail-stat span{color:#6b6056;font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.selector-shell.selector-shell--premium .selector-detail-stat strong{color:#171311;line-height:1.5}.selector-shell.selector-shell--premium .selector-diamond-figures{display:grid;gap:.25rem;color:#6b6056;font-size:.9rem}.selector-shell.selector-shell--premium .selector-diamond-card{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.selector-shell.selector-shell--premium .selector-diamond-card:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(54,41,26,.12)}.selector-shell.selector-shell--premium .selector-details__panel .selector-diamond-card{background:#fff}.selector-shell.selector-shell--premium .selector-empty-state{display:grid;gap:.7rem;justify-items:start;padding:1.4rem;border-radius:24px;background:rgba(255,255,255,.8);border:1px dashed rgba(34,28,22,.14)}.selector-shell.selector-shell--premium .selector-empty-state h3{font-size:1.5rem;color:#171311}@media (max-width:1180px){.selector-shell.selector-shell--premium{grid-template-columns:1fr}.selector-shell.selector-shell--premium .selector-sidebar{position:static;max-height:none;overflow:visible;padding-right:0;margin-right:0;padding-bottom:1.25rem;margin-bottom:1.25rem;border-right:0;border-bottom:1px solid color-mix(in srgb,var(--selector-text,#111111) 10%,transparent)}.selector-shell.selector-shell--premium .selector-content{padding-left:0}.selector-shell.selector-shell--premium .selector-diamond-card{grid-template-columns:minmax(0,1fr) 48px;gap:.75rem}.selector-shell.selector-shell--premium .selector-diamond-card__thumb{width:48px;height:48px}.selector-shell.selector-shell--premium .selector-selection-bar,.selector-shell.selector-shell--premium .selector-table-shell__header{grid-template-columns:1fr;display:grid;align-items:start;gap:.85rem}.selector-shell.selector-shell--premium .selector-selection-bar__actions{justify-content:flex-start}}@media (max-width:780px){.selector-shell.selector-shell--premium{padding:1rem}.selector-shell.selector-shell--premium .selector-selection-bar__actions,.selector-shell.selector-shell--premium .selector-selection-bar__left{flex-direction:column;align-items:flex-start;width:100%}.selector-shell.selector-shell--premium .selector-selection-bar__actions{display:none}.selector-shell.selector-shell--premium .selector-selection-copy,.selector-shell.selector-shell--premium .selector-selection-heading-row{width:100%}.selector-shell.selector-shell--premium .selector-selection-media{width:72px;height:72px;border-radius:18px}.selector-shell.selector-shell--premium .selector-selection-heading-row{align-items:flex-start;flex-direction:column;gap:.25rem}.selector-shell.selector-shell--premium .selector-selection-price{font-size:calc(1rem * var(--selector-scale-heading))}.selector-shell.selector-shell--premium .selector-selection-copy h2{font-size:calc(clamp(1.4rem, 5.4vw, 2rem) * var(--selector-scale-heading));line-height:1.08;width:100%;max-width:100%;min-width:0}.selector-shell.selector-shell--premium .selector-selection-bar__actions .button-secondary{width:100%;justify-content:center}.selector-shell.selector-shell--premium .selector-table{display:none}.selector-shell.selector-shell--premium .selector-mobile-diamond-list{display:grid}.selector-shell.selector-shell--premium .selector-table-skeleton{display:none}.selector-shell.selector-shell--premium .selector-mobile-loading{display:grid}.selector-shell.selector-shell--premium .selector-mobile-diamond-card{grid-template-columns:max-content max-content max-content;gap:.75rem;padding:.8rem}.page-width{max-width:100%;padding-left:16px;padding-right:16px}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__thumb{width:64px;height:64px;border-radius:16px}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__copy strong{font-size:.96rem}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__copy span{font-size:.78rem}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__button--skeleton{width:100%}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__actions{grid-template-columns:1fr 1fr;gap:.5rem}.selector-shell.selector-shell--premium .selector-diamond-modal{padding:.5rem}.selector-shell.selector-shell--premium .selector-diamond-modal__dialog{width:min(100%,calc(100vw - 1rem));max-height:calc(100vh - 1rem);padding:.8rem;border-radius:22px}.selector-shell.selector-shell--premium .selector-diamond-modal__header{margin-bottom:.85rem}.selector-shell.selector-shell--premium .selector-hero-art{width:100%}.selector-shell.selector-shell--premium .selector-hero-art__frame--offset{margin-left:0}.selector-shell.selector-shell--premium .selector-details__facts,.selector-shell.selector-shell--premium .selector-details__panel{grid-template-columns:1fr}.selector-shell.selector-shell--premium .selector-details-row td{padding-top:0}.selector-shell.selector-shell--premium .selector-diamond-card{grid-template-columns:1fr}.selector-shell.selector-shell--premium .selector-diamond-card__thumb{justify-self:start}.selector-shell.selector-shell--premium .selector-diamond-card .selector-diamond-card__thumb{width:100%;height:280px}.selector-shell.selector-shell--premium .selector-details__panel--row{display:flex!important;flex-direction:column!important;grid-template-columns:unset!important;padding:.75rem!important;gap:0!important}.selector-shell.selector-shell--premium .selector-details__panel--row>*{width:100%!important;max-width:100%!important;height:auto!important}.selector-shell.selector-shell--premium .selector-detail-panel{display:flex!important;flex-direction:column!important;width:100%!important}.selector-shell.selector-shell--premium .selector-detail-image{width:100%!important;height:auto!important;aspect-ratio:1/1!important;max-height:300px!important;border-radius:10px!important;overflow:hidden!important;margin-bottom:.75rem!important}.selector-shell.selector-shell--premium .selector-detail-image iframe,.selector-shell.selector-shell--premium .selector-detail-image img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.selector-shell.selector-shell--premium .selector-detail-body{width:100%!important;display:flex!important;flex-direction:column!important}.selector-shell.selector-shell--premium .selector-detail-specs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.45rem!important;margin-bottom:.75rem!important}.selector-shell.selector-shell--premium .selector-detail-specs__row{padding:.6rem .7rem!important;border-radius:9px!important;background:rgba(255,255,255,.85)!important;border:1px solid rgba(34,28,22,.09)!important;display:flex!important;flex-direction:column!important;gap:.2rem!important}.selector-shell.selector-shell--premium .selector-detail-specs__row span{font-size:.6rem!important;font-weight:700!important;color:#999!important;text-transform:uppercase!important;letter-spacing:.1em!important}.selector-shell.selector-shell--premium .selector-detail-specs__row strong{font-size:.82rem!important;font-weight:500!important;color:#1f1915!important}.selector-shell.selector-shell--premium .selector-diamond-card .button-primary{font-size:.72rem!important;padding:.4rem .65rem!important;height:auto!important;min-height:32px!important;letter-spacing:.06em!important;white-space:nowrap!important}.selector-shell.selector-shell--premium .selector-diamond-card{grid-template-columns:52px 1fr auto!important;align-items:center!important;gap:.6rem!important;padding:.65rem .75rem!important}.selector-shell.selector-shell--premium .selector-diamond-card__thumb{width:52px!important;height:52px!important;justify-self:start!important}.selector-shell.selector-shell--premium .selector-diamond-card .selector-diamond-card__thumb{width:52px!important;height:52px!important}}.vendor-shell{min-height:100vh;padding:2rem clamp(1.2rem,3vw,3rem) 2.5rem;background:radial-gradient(circle at top left,rgba(211,181,118,.18),transparent 28%),radial-gradient(circle at top right,rgba(245,239,228,.42),transparent 22%),linear-gradient(180deg,#f8f2e8,#f3ede4 48%,#efe8de);color:#1e1b18}.vendor-hero{display:flex;justify-content:space-between;gap:1.5rem;align-items:end;padding:1.8rem;border-radius:30px;background:rgba(255,255,255,.82);border:1px solid rgba(34,28,22,.08);box-shadow:0 18px 45px rgba(54,41,26,.08)}.vendor-hero h1{font-size:clamp(2.4rem,4vw,4rem);color:#171311;max-width:14ch}.vendor-hero__copy{display:grid;gap:.75rem;max-width:60rem}.vendor-hero__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.vendor-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.vendor-layout,.vendor-metric-grid{display:grid;gap:1rem;margin-top:1rem}.vendor-layout{grid-template-columns:320px minmax(0,1fr);align-items:start}.vendor-detail-panel,.vendor-list-panel{border-radius:30px;background:rgba(255,255,255,.82);border:1px solid rgba(34,28,22,.08);box-shadow:0 18px 45px rgba(54,41,26,.08);backdrop-filter:blur(16px)}.vendor-list-panel{padding:1.2rem;position:sticky;top:1rem}.vendor-detail-panel{padding:1.35rem}.vendor-panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1rem}.vendor-panel-header h2,.vendor-panel-header h3{font-size:1.7rem;color:#171311}.vendor-panel-count{display:inline-flex;min-height:34px;padding:.35rem .7rem;border-radius:999px;background:rgba(31,25,21,.05);color:#6b6056;font-size:.8rem;font-weight:700}.vendor-list{display:grid;gap:.75rem}.vendor-list-item{display:grid;gap:.45rem;padding:1rem;border-radius:22px;background:rgba(255,255,255,.76);border:1px solid rgba(34,28,22,.08);box-shadow:0 10px 22px rgba(54,41,26,.05);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.vendor-list-item:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(54,41,26,.08)}.vendor-list-item.active{border-color:rgba(155,119,70,.38);box-shadow:0 18px 36px rgba(155,119,70,.12)}.vendor-list-item__copy{display:grid;gap:.35rem}.vendor-list-item__topline{display:flex;justify-content:space-between;gap:1rem;align-items:center}.vendor-list-item__copy strong{font-size:1.03rem;color:#171311}.vendor-list-item__copy small,.vendor-list-item__copy span{color:#6b6056;line-height:1.5}.vendor-detail-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.vendor-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.vendor-detail-card{display:grid;gap:.35rem;padding:1rem 1.05rem;border-radius:22px;background:rgba(255,255,255,.76);border:1px solid rgba(34,28,22,.08)}.vendor-detail-card strong{font-size:1.03rem;color:#171311}.vendor-chip-row{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0 1.1rem}.vendor-chip{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .75rem;border-radius:999px;background:rgba(31,25,21,.05);border:1px solid rgba(31,25,21,.08);color:#4d443d;font-size:.84rem;font-weight:700}.vendor-inventory{display:grid;gap:1rem}.vendor-summary-stack{display:grid;gap:.35rem;text-align:right;color:#6b6056}.vendor-summary-stack strong{color:#171311}.vendor-table-wrap{overflow-x:auto}.vendor-table{width:100%;border-collapse:collapse;min-width:760px}.vendor-table td,.vendor-table th{padding:1rem .9rem;border-bottom:1px solid rgba(34,28,22,.08);text-align:left;vertical-align:middle}.vendor-table th{color:#6b6056;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.vendor-table__price{text-align:right;white-space:nowrap}.vendor-diamond-cell{display:flex;align-items:center;gap:.85rem}.vendor-diamond-thumb{width:54px;height:54px;border-radius:16px;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.92),transparent 30%),linear-gradient(135deg,rgba(191,150,84,.95),rgba(83,60,34,.98));box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.vendor-diamond-cell strong{display:block;margin-bottom:.15rem;color:#171311}.vendor-diamond-cell span{color:#6b6056;font-size:.92rem;line-height:1.5}.status-pill.active,.status-pill.available{background:rgba(43,122,87,.12);color:var(--success)}.status-pill.pending,.status-pill.reserved{background:rgba(154,106,22,.12);color:var(--warning)}.status-pill.paused,.status-pill.sold{background:rgba(167,70,55,.12);color:var(--error)}@media (max-width:1180px){.vendor-layout,.vendor-metric-grid{grid-template-columns:1fr}.vendor-list-panel{position:static}.vendor-hero{align-items:start;flex-direction:column}}@media (max-width:780px){.vendor-shell{padding:1rem}.vendor-detail-grid{grid-template-columns:1fr}.vendor-detail-header,.vendor-panel-header{flex-direction:column;align-items:flex-start}.vendor-summary-stack{text-align:left}}.diamond-intake-shell{min-height:100vh;padding:2rem clamp(1.2rem,3vw,3rem) 2.5rem;background:radial-gradient(circle at top left,rgba(211,181,118,.18),transparent 28%),radial-gradient(circle at top right,rgba(245,239,228,.42),transparent 22%),linear-gradient(180deg,#f8f2e8,#f3ede4 48%,#efe8de);color:#1e1b18}.intake-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.intake-card{padding:1.35rem;border-radius:30px;background:rgba(255,255,255,.82);border:1px solid rgba(34,28,22,.08);box-shadow:0 18px 45px rgba(54,41,26,.08)}.intake-card--list{margin-top:1rem}.intake-form{display:grid;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.form-actions{display:flex;justify-content:flex-start;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.field-span-2{grid-column:span 2}.intake-table{width:100%;border-collapse:collapse;min-width:760px}.intake-table td,.intake-table th{padding:1rem .9rem;border-bottom:1px solid rgba(34,28,22,.08);text-align:left;vertical-align:middle}.intake-table th{color:#6b6056;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}@media (max-width:980px){.intake-grid{grid-template-columns:1fr}}@media (max-width:780px){.diamond-intake-shell{padding:1rem}.form-grid{grid-template-columns:1fr}.field-span-2{grid-column:span 1}}.selector-shell.selector-shell--premium{background:var(--selector-page-bg,#faf8f4);color:var(--selector-text,#111111);--selector-font-body:var(--selector-body-font,var(--font-body-family,var(--font-body,"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)));--selector-font-display:var(--selector-heading-font,var(--font-heading-family,var(--font-display,"Cormorant Garamond",Georgia,serif)));--selector-scale-base:var(--selector-font-scale,1);--selector-scale-heading:calc(var(--selector-scale-base) * var(--selector-heading-scale, 1));--selector-scale-body:calc(var(--selector-scale-base) * var(--selector-body-scale, 1));--selector-scale-button:calc(var(--selector-scale-base) * var(--selector-button-scale, 1));font-family:var(--selector-font-body);font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}.selector-shell.selector-shell--premium h1,.selector-shell.selector-shell--premium h2,.selector-shell.selector-shell--premium h3,.selector-shell.selector-shell--premium h4,.selector-shell.selector-shell--premium h5,.selector-shell.selector-shell--premium h6{font-family:var(--selector-font-display);color:var(--selector-text,#111111)}.selector-shell.selector-shell--premium .selector-active-chip,.selector-shell.selector-shell--premium .selector-certificate-badge,.selector-shell.selector-shell--premium .selector-chip,.selector-shell.selector-shell--premium .selector-detail-stat,.selector-shell.selector-shell--premium .selector-mobile-diamond-card__copy,.selector-shell.selector-shell--premium .selector-pagination,.selector-shell.selector-shell--premium .selector-results-count,.selector-shell.selector-shell--premium .selector-selection-tag,.selector-shell.selector-shell--premium .selector-sidebar,.selector-shell.selector-shell--premium .selector-table-diamond,.selector-shell.selector-shell--premium .selector-table-shell,.selector-shell.selector-shell--premium .selector-toggle,.selector-shell.selector-shell--premium a,.selector-shell.selector-shell--premium button,.selector-shell.selector-shell--premium input,.selector-shell.selector-shell--premium label,.selector-shell.selector-shell--premium li,.selector-shell.selector-shell--premium p,.selector-shell.selector-shell--premium select,.selector-shell.selector-shell--premium small,.selector-shell.selector-shell--premium span,.selector-shell.selector-shell--premium summary,.selector-shell.selector-shell--premium td,.selector-shell.selector-shell--premium textarea,.selector-shell.selector-shell--premium th{font-family:var(--selector-font-body)}.selector-shell.selector-shell--premium .selector-detail-stat strong,.selector-shell.selector-shell--premium .selector-diamond-card h3,.selector-shell.selector-shell--premium .selector-diamond-modal__header h2,.selector-shell.selector-shell--premium .selector-empty-state h3,.selector-shell.selector-shell--premium .selector-mobile-diamond-card__copy strong,.selector-shell.selector-shell--premium .selector-selection-copy h2,.selector-shell.selector-shell--premium .selector-sidebar__title,.selector-shell.selector-shell--premium .selector-table-diamond strong,.selector-shell.selector-shell--premium .selector-table-shell__header h1{font-family:var(--selector-font-display)}.selector-shell.selector-shell--premium .muted-copy{color:color-mix(in srgb,var(--selector-text,#111111) 58%,transparent)}.selector-shell.selector-shell--premium .selector-sidebar,.selector-shell.selector-shell--premium .selector-table-shell{background:transparent;border:0;box-shadow:none}.selector-shell.selector-shell--premium .selector-sidebar{border-radius:0;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.selector-shell.selector-shell--premium .selector-selection-copy h2,.selector-shell.selector-shell--premium .selector-sidebar__title,.selector-shell.selector-shell--premium .selector-table-shell__header h1{color:var(--selector-text,#111111)}.selector-shell.selector-shell--premium .selector-sidebar__lede,.selector-shell.selector-shell--premium .selector-table-shell__lede{color:color-mix(in srgb,var(--selector-text,#111111) 58%,transparent)}.selector-shell.selector-shell--premium .selector-toggle{background:var(--selector-surface,#ffffff);border:1px solid color-mix(in srgb,var(--selector-text,#111111) 12%,transparent);color:var(--selector-text,#111111);box-shadow:0 10px 24px rgba(17,17,17,.04);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.selector-shell.selector-shell--premium .selector-toggle.active{background:var(--selector-text,#111111);color:var(--selector-surface,#ffffff)}.selector-shell.selector-shell--premium .selector-toggle.outline{background:transparent}.selector-shell.selector-shell--premium .selector-toggle.outline.active{background:var(--selector-text,#111111);color:var(--selector-surface,#ffffff);border-color:transparent}.selector-shell.selector-shell--loading{pointer-events:none}.selector-shell.selector-shell--loading .selector-skeleton-panel{overflow:hidden}.selector-shell.selector-shell--loading .selector-skeleton{position:relative;display:block;border-radius:999px;background:linear-gradient(90deg,rgba(17,17,17,.06),rgba(17,17,17,.11) 50%,rgba(17,17,17,.06));background-size:200% 100%;animation:selector-skeleton-shimmer 1.25s ease-in-out infinite}.selector-shell.selector-shell--loading .selector-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:translateX(-120%);animation:selector-skeleton-sheen 1.25s ease-in-out infinite}.selector-shell.selector-shell--loading .selector-skeleton--eyebrow{width:88px;height:11px}.selector-shell.selector-shell--loading .selector-skeleton--title{width:min(280px,78%);height:30px;border-radius:18px}.selector-shell.selector-shell--loading .selector-skeleton--short{width:min(220px,68%)}.selector-shell.selector-shell--loading .selector-skeleton--copy{width:100%;height:12px;border-radius:999px}.selector-shell.selector-shell--loading .selector-skeleton--wide{width:92%}.selector-shell.selector-shell--loading .selector-skeleton--narrow{width:68%}.selector-shell.selector-shell--loading .selector-skeleton--tiny{width:74px;height:12px}.selector-shell.selector-shell--loading .selector-skeleton--toggle{width:100%;height:46px;border-radius:999px}.selector-shell.selector-shell--loading .selector-skeleton--chip{min-width:84px;height:30px;border-radius:999px}.selector-shell.selector-shell--loading .selector-skeleton-chips,.selector-shell.selector-shell--loading .selector-skeleton-stack{display:flex;flex-wrap:wrap;gap:.5rem}.selector-shell.selector-shell--loading .selector-skeleton-group{display:grid;gap:.65rem}.selector-shell.selector-shell--loading .selector-skeleton--slider-label{width:124px;height:12px}.selector-shell.selector-shell--loading .selector-skeleton--slider{width:100%;height:20px;border-radius:999px}.selector-shell.selector-shell--loading .selector-skeleton--input-row{width:100%;height:44px;border-radius:16px}.selector-shell.selector-shell--loading .selector-skeleton--scale{width:100%;height:12px;border-radius:8px}.selector-shell.selector-shell--loading .selector-skeleton--button{width:100%;height:46px;border-radius:999px}.selector-shell.selector-shell--loading .selector-skeleton-actions,.selector-shell.selector-shell--loading .selector-skeleton-row,.selector-shell.selector-shell--loading .selector-skeleton-selection,.selector-shell.selector-shell--loading .selector-skeleton-table-header{display:grid;gap:.75rem}.selector-shell.selector-shell--loading .selector-skeleton-selection{grid-template-columns:88px minmax(0,1fr);align-items:center}.selector-shell.selector-shell--loading .selector-skeleton--ring{width:88px;height:88px;border-radius:28px}.selector-shell.selector-shell--loading .selector-skeleton-copy{display:grid;gap:.55rem}.selector-shell.selector-shell--loading .selector-skeleton--hero-art{width:100%;height:120px;border-radius:24px}.selector-shell.selector-shell--loading .selector-skeleton-table{display:grid;gap:.65rem}.selector-shell.selector-shell--loading .selector-skeleton-table__row{display:grid;grid-template-columns:minmax(180px,1.35fr) repeat(5,minmax(80px,.6fr)) minmax(90px,.7fr) minmax(120px,.8fr);gap:.65rem;align-items:center}.selector-shell.selector-shell--loading .selector-skeleton--cell{height:20px;border-radius:999px}.selector-shell.selector-shell--loading .selector-skeleton--diamond-card{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:.8rem;min-height:62px;padding:.45rem .55rem;border-radius:18px}.selector-shell.selector-shell--loading .selector-skeleton--thumb{width:56px;height:56px;border-radius:16px}.selector-shell.selector-shell--loading .selector-skeleton--text{width:100%}.selector-shell.selector-shell--loading .selector-skeleton--price{width:92%}.selector-shell.selector-shell--loading .selector-skeleton-card-copy{display:grid;gap:.45rem}@keyframes selector-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes selector-skeleton-sheen{0%{transform:translateX(-120%)}to{transform:translateX(120%)}}.selector-shell.selector-shell--premium .selector-slider-track{background:color-mix(in srgb,var(--selector-text,#111111) 9%,transparent)}.selector-shell.selector-shell--premium .selector-slider-range{background:linear-gradient(90deg,color-mix(in srgb,var(--selector-accent,#b89247) 88%,white) 0,var(--selector-accent,#8f6a2d) 100%);transition:left .14s ease,right .14s ease,background .18s ease}.selector-shell.selector-shell--premium .selector-input-row input,.selector-shell.selector-shell--premium .selector-sort select{background:#ffffff;border:1px solid rgba(17,17,17,.1);color:var(--selector-text,#111111);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.selector-shell.selector-shell--premium .button-secondary,.selector-shell.selector-shell--premium .selector-reset-button,.selector-shell.selector-shell--premium .selector-sidebar-link{background:transparent;border:1px solid rgba(17,17,17,.12);color:var(--selector-text,#111111);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease;width:-moz-max-content;width:max-content}.selector-shell.selector-shell--premium .button-primary{background:var(--selector-text,#111111);color:var(--selector-surface,#ffffff);box-shadow:0 16px 36px rgba(17,17,17,.12);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.selector-shell.selector-shell--premium .selector-selection-bar{grid-template-columns:minmax(0,1fr) auto}.selector-shell.selector-shell--premium .selector-certificate-badge,.selector-shell.selector-shell--premium .selector-selection-tag{background:color-mix(in srgb,var(--selector-text,#111111) 5%,transparent);border:1px solid color-mix(in srgb,var(--selector-text,#111111) 8%,transparent);color:var(--selector-text,#111111)}.selector-shell.selector-shell--premium .selector-hero-art__frame,.selector-shell.selector-shell--premium .selector-ring-thumb,.selector-shell.selector-shell--premium .selector-table-thumb{background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.9),transparent 30%),linear-gradient(135deg,var(--selector-surface,#ffffff),color-mix(in srgb,var(--selector-surface,#ffffff) 82%,var(--selector-text,#111111)));border:1px solid color-mix(in srgb,var(--selector-text,#111111) 8%,transparent);box-shadow:0 14px 30px rgba(17,17,17,.08)}.selector-shell.selector-shell--premium .selector-hero-art__frame--offset{opacity:.58}.selector-shell.selector-shell--premium .selector-table th{color:color-mix(in srgb,var(--selector-text,#111111) 58%,transparent)}.selector-shell.selector-shell--premium .selector-table tbody tr:hover{background:color-mix(in srgb,var(--selector-accent,#b08a4d) 5%,transparent)}.selector-shell.selector-shell--premium .selector-detail-stat strong,.selector-shell.selector-shell--premium .selector-empty-state h3,.selector-shell.selector-shell--premium .selector-table-diamond strong{color:var(--selector-text,#111111)}.selector-shell.selector-shell--premium .selector-detail-stat span,.selector-shell.selector-shell--premium .selector-results-count,.selector-shell.selector-shell--premium .selector-table-diamond span{color:color-mix(in srgb,var(--selector-text,#111111) 58%,transparent)}.selector-shell.selector-shell--premium .selector-details summary{color:var(--selector-text,#111111)}.selector-shell.selector-shell--premium .selector-details__panel{background:rgba(17,17,17,.03);border:1px solid color-mix(in srgb,var(--selector-text,#111111) 8%,transparent);grid-template-columns:minmax(220px,.85fr) minmax(0,1.15fr);gap:.9rem;align-items:start}.selector-shell.selector-shell--premium .selector-detail-stat{background:rgba(255,255,255,.88);border:1px solid rgba(17,17,17,.08)}.selector-shell.selector-shell--premium .selector-details__panel .selector-diamond-card,.selector-shell.selector-shell--premium .selector-details__panel--row .selector-details__facts{width:100%;justify-self:stretch;align-self:start}.selector-shell.selector-shell--premium .selector-diamond-card{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:1rem;align-items:start;background:#ffffff;border:1px solid rgba(17,17,17,.08);color:#111111;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.selector-shell.selector-shell--premium .selector-diamond-card.selected{outline:2px solid rgba(176,138,77,.4)}.selector-shell.selector-shell--premium .selector-diamond-card__body{display:grid;gap:.7rem;min-width:0}.selector-shell.selector-shell--premium .selector-diamond-card__details{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;padding:.5rem 0;border-top:1px solid rgba(34,28,22,.08);border-bottom:1px solid rgba(34,28,22,.08)}.selector-shell.selector-shell--premium .selector-diamond-card__details .selector-detail-stat,.selector-shell.selector-shell--premium .selector-diamond-card__details .selector-diamond-card__grade{min-width:40%}.selector-shell.selector-shell--premium .selector-diamond-card__details .selector-diamond-card__grade{grid-column:2}.selector-shell.selector-shell--premium .selector-diamond-card__details .selector-diamond-card__grade:first-of-type{grid-row:1}.selector-shell.selector-shell--premium .selector-diamond-card__details .selector-diamond-card__grade:last-of-type{grid-row:2}.selector-shell.selector-shell--premium .selector-diamond-card__grade{display:flex;flex-direction:column;gap:.25rem}.selector-shell.selector-shell--premium .selector-grade-label{font-size:.75rem;font-weight:600;color:var(--selector-text,#111111)}.selector-shell.selector-shell--premium .selector-grade-scale{display:flex;flex-wrap:wrap;gap:.25rem}.selector-shell.selector-shell--premium .selector-grade-item{padding:.15rem .4rem;font-size:.7rem;border-radius:4px;background:rgba(34,28,22,.06);color:rgba(34,28,22,.5)}.selector-shell.selector-shell--premium .selector-grade-item.active{background:#b08a4d;color:#fff;font-weight:600}.selector-shell.selector-shell--premium .selector-diamond-card__thumb{align-self:start;justify-self:end}.selector-shell.selector-shell--premium .selector-diamond-card p{color:color-mix(in srgb,var(--selector-text,#111111) 58%,transparent)}.selector-shell.selector-shell--premium .selector-diamond-card .button-primary{background:#111111}.selector-shell.selector-shell--premium .selector-empty-state{background:rgba(255,255,255,.92);border:1px dashed rgba(17,17,17,.14)}.selector-shell.selector-shell--premium .selector-active-filters{display:grid;gap:.85rem;padding:0 0 1rem;border-radius:0;background:transparent;border:0;box-shadow:none;margin-bottom:0;border-bottom:1px solid color-mix(in srgb,var(--selector-text,#111111) 10%,transparent)}.selector-shell.selector-shell--premium .selector-active-filters__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#6f6b66}.selector-shell.selector-shell--premium .selector-active-filters__header span{font-size:.84rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.selector-shell.selector-shell--premium .selector-active-filters__chips{display:flex;flex-wrap:wrap;gap:.55rem}.selector-shell.selector-shell--premium .selector-active-chip{display:inline-flex;align-items:center;min-height:2px;padding:.35rem .75rem;border-radius:999px;background:color-mix(in srgb,var(--selector-text,#111111) 5%,transparent);border:1px solid color-mix(in srgb,var(--selector-text,#111111) 8%,transparent);color:var(--selector-text,#111111);font-size:.84rem;font-weight:700;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.selector-shell.selector-shell--premium .selector-filter-group{display:grid;gap:.7rem;padding:1rem 0;border-bottom:1px solid rgba(17,17,17,.06)}.selector-shell.selector-shell--premium .selector-filter-group:last-child{border-bottom:none;padding-bottom:0}.selector-shell.selector-shell--premium .selector-filter-group:first-child{padding-top:0}.selector-shell.selector-shell--premium .selector-more-filters{display:grid;gap:0;margin-top:.5rem}.selector-shell.selector-shell--premium .selector-more-filters[hidden]{display:none}.selector-shell.selector-shell--premium .selector-control-labels--tight{margin-top:.1rem}.selector-shell.selector-shell--premium .selector-chip-grid{display:flex;flex-wrap:wrap;gap:.5rem}.selector-shell.selector-shell--premium .selector-chip{position:relative;display:inline-flex;align-items:center;min-height:38px;padding:.45rem .78rem;border-radius:999px;background:var(--selector-surface,#ffffff);border:1px solid color-mix(in srgb,var(--selector-text,#111111) 10%,transparent);color:var(--selector-text,#111111);box-shadow:0 10px 20px rgba(17,17,17,.04);transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.selector-shell.selector-shell--premium .selector-chip.active{background:var(--selector-text,#111111);border-color:var(--selector-text,#111111);color:var(--selector-surface,#ffffff)}.selector-shell.selector-shell--premium .selector-chip input{position:absolute;inset:0;opacity:0;margin:0}.selector-shell.selector-shell--premium .selector-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:1rem}.selector-shell.selector-shell--premium .selector-pagination__status{color:#6f6b66;font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.selector-shell.selector-shell--premium .button-secondary.is-disabled{pointer-events:none;opacity:.4}.selector-shell.selector-shell--premium .selector-toggle{position:relative;display:grid;place-items:center;min-height:52px;padding:.85rem 1rem;overflow:hidden}.selector-shell.selector-shell--premium .selector-toggle__input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}.selector-shell.selector-shell--premium .selector-toggle span{position:relative;z-index:1}.selector-shell.selector-shell--premium .button-primary:hover,.selector-shell.selector-shell--premium .button-secondary:hover,.selector-shell.selector-shell--premium .selector-active-chip:hover,.selector-shell.selector-shell--premium .selector-chip:hover,.selector-shell.selector-shell--premium .selector-diamond-card:hover,.selector-shell.selector-shell--premium .selector-reset-button:hover,.selector-shell.selector-shell--premium .selector-sidebar-link:hover,.selector-shell.selector-shell--premium .selector-toggle:hover{transform:translateY(-1px)}.selector-shell.selector-shell--premium .selector-slider-shell{position:relative;height:30px;padding:0 10px;cursor:ew-resize;touch-action:none}.selector-shell.selector-shell--premium .selector-slider-shell input[type=range]{position:absolute;inset:0;width:100%;margin:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto;z-index:2}.selector-shell.selector-shell--premium .selector-slider-shell[data-dual-control] input[type=range]{pointer-events:none;z-index:1}.selector-shell.selector-shell--premium .selector-slider-shell input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;appearance:none;background:transparent;height:3px}.selector-shell.selector-shell--premium .selector-slider-shell input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;margin-top:-4px;border-radius:50%;border:1px solid rgba(17,17,17,.18);background:#ffffff;box-shadow:0 4px 10px rgba(17,17,17,.12);-webkit-transition:transform .16s ease,box-shadow .16s ease;transition:transform .16s ease,box-shadow .16s ease}.selector-shell.selector-shell--premium .selector-slider-shell input[type=range]::-moz-range-track{background:transparent;height:3px}.selector-shell.selector-shell--premium .selector-slider-shell input[type=range]::-moz-range-thumb{width:10px;height:10px;border-radius:50%;border:1px solid rgba(17,17,17,.18);background:#ffffff;box-shadow:0 4px 10px rgba(17,17,17,.12);-moz-transition:transform .16s ease,box-shadow .16s ease;transition:transform .16s ease,box-shadow .16s ease}.selector-shell.selector-shell--premium .selector-slider-shell--discrete{height:34px}.selector-shell.selector-shell--premium .selector-scale-labels{display:flex;justify-content:space-between;gap:0;margin-top:.6rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#6f6b66}.selector-shell.selector-shell--premium .selector-scale-labels span{text-align:center;flex:0 0 auto;width:0}.selector-shell.selector-shell--premium .selector-price-control{gap:.7rem}.selector-shell.selector-shell--premium .selector-price-slider{padding-top:.5rem}.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-rail{height:6px;opacity:1;border:1px solid rgba(17,17,17,.08);border-radius:999px;background-color:color-mix(in srgb,var(--selector-text,#111111) 9%,transparent)}.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-track{height:6px;border:0;border-radius:999px;background:linear-gradient(90deg,#9d9797,#111111)}.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-thumb{width:20px;height:20px;background-color:#ffffff;border:1px solid rgba(17,17,17,.16);box-shadow:0 10px 18px rgba(17,17,17,.16)}.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-thumb:before{box-shadow:none}.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-thumb.Mui-active,.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-thumb.Mui-focusVisible,.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-thumb:hover{box-shadow:0 14px 22px rgba(17,17,17,.22)}.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-valueLabel{background:var(--selector-text,#111111);color:var(--selector-surface,#ffffff);border-radius:999px!important;font-weight:700;padding:2px 6px!important}.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-valueLabel:before{display:none}.MuiSlider-valueLabelCircle,.selector-shell.selector-shell--premium .selector-price-slider .MuiSlider-valueLabelCircle{border-radius:999px!important}.selector-shell.selector-shell--premium .selector-control-group--range{gap:.75rem;padding:.8rem 0;border-bottom:1px solid rgba(17,17,17,.06)}.selector-shell.selector-shell--premium .selector-control-group--range:last-child{border-bottom:none;padding-bottom:0}.selector-shell.selector-shell--premium .selector-control-group--range:first-of-type{padding-top:0}.selector-shell.selector-shell--premium .selector-price-control{gap:.5rem}.selector-shell.selector-shell--premium .selector-price-slider{width:100%;padding-top:0}.selector-shell.selector-shell--premium .selector-sidebar-link{justify-content:center;min-height:44px;color:#111111}.selector-shell.selector-shell--premium .selector-filter-submit{background:var(--selector-text,#111111);color:var(--selector-surface,#ffffff)}.selector-shell.selector-shell--premium .selector-reset-button{letter-spacing:.12em}.cert-url-input{width:100%;margin-bottom:.5rem}.cert-url-select{width:100%;margin-top:.5rem;font-size:.85rem;color:var(--muted)}.cert-link{color:var(--cert-link);text-decoration:none;font-weight:600;font-size:.9rem;transition:color .15s ease}.cert-link:hover{color:var(--cert-link-hover);text-decoration:underline}.vendor-diamond-actions{display:flex;gap:.5rem;align-items:center}.button-small{padding:.4rem .8rem;font-size:.85rem;min-height:auto}.button-danger{color:var(--error);border-color:var(--error)}.button-danger:hover{background:var(--error);color:white}.diamond-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--accent)}#bulk-delete-btn{margin-left:auto}.intake-table-wrap{overflow-x:auto}.diamond-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.diamond-stat-card{padding:1.25rem;border-radius:12px;background:var(--surface,#ffffff);border:1px solid var(--line,rgba(0,0,0,.08));display:flex;flex-direction:column;gap:.5rem}.diamond-stat-label{font-size:.85rem;font-weight:600;color:var(--muted,#6b7280);text-transform:uppercase;letter-spacing:.05em}.diamond-stat-value{font-size:1.5rem;font-weight:700;color:var(--ink,#111827)}.diamond-stat-shapes{font-size:1rem;color:var(--muted,#6b7280)}.diamond-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:.75rem;border-radius:12px;background:var(--surface,#ffffff);border:1px solid var(--line,rgba(0,0,0,.08))}.diamond-toolbar__search input{width:100%;min-width:250px;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(0,0,0,.12);font-size:.9rem;outline:none;transition:border-color .16s ease}.diamond-toolbar__search input:focus{border-color:var(--accent,#9b7746);box-shadow:0 0 0 2px rgba(155,119,70,.15)}.diamond-toolbar__filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-select{padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(0,0,0,.12);font-size:.85rem;background:#fff;cursor:pointer;outline:none;transition:border-color .16s ease}.filter-select:focus{border-color:var(--accent,#9b7746);box-shadow:0 0 0 2px rgba(155,119,70,.15)}.diamond-pagination .button-small.active{background:var(--accent,#9b7746);color:#fff;border-color:var(--accent,#9b7746);font-weight:700}.selector-price-slider.MuiSlider-root{padding:0!important}.selector-price-slider .MuiSlider-rail,.selector-price-slider .MuiSlider-track{height:3px!important}.selector-price-slider .MuiSlider-thumb{width:10px!important;height:10px!important;box-shadow:0 4px 10px rgba(17,17,17,.16)!important}.selector-shell.selector-shell--premium .selector-details__panel--row{display:grid!important;grid-template-columns:360px 1fr!important;gap:1rem!important;padding:2rem!important;background:#FFFFFF!important;border-radius:8px!important;box-shadow:0 8px 32px rgba(0,0,0,.06)!important;animation:selectorDetailsSlideIn .3s ease-out;width:100%!important;max-width:100%!important}.selector-detail-panel{display:contents;height:100%}@media (max-width:779px){.selector-detail-panel{display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;gap:.75rem!important}.selector-detail-image{width:100%!important;height:auto!important;aspect-ratio:1/1!important;max-height:300px!important;border-radius:10px!important}.selector-detail-body{grid-template-columns:unset!important;width:100%!important;height:auto!important;gap:.75rem!important}.selector-detail-body,.selector-detail-body1{display:flex!important;flex-direction:column!important}.selector-detail-body1{gap:.6rem!important}.selector-detail-body2{margin-top:0!important}.selector-detail-specs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.45rem!important}.selector-detail-specs__row{padding:.6rem .7rem!important;border-radius:9px!important;background:rgba(255,255,255,.85)!important;border:1px solid rgba(34,28,22,.09)!important;display:flex!important;flex-direction:column!important;gap:.15rem!important}.selector-detail-specs__row span{font-size:.6rem!important;font-weight:700!important;color:#999!important;text-transform:uppercase!important;letter-spacing:.1em!important}.selector-detail-specs__row strong{font-size:.82rem!important;font-weight:500!important;color:#1f1915!important}.selector-details__panel--row{display:flex!important;flex-direction:column!important;padding:.75rem!important}.selector-details__panel--row>*{width:100%!important;max-width:100%!important;height:auto!important}.selector-shell.selector-shell--premium .selector-diamond-card{grid-template-columns:52px 1fr auto!important;align-items:center!important;gap:.6rem!important;padding:.65rem .75rem!important}.selector-shell.selector-shell--premium .selector-diamond-card .selector-diamond-card__thumb{width:52px!important;height:52px!important;justify-self:start!important}.selector-shell.selector-shell--premium .selector-diamond-card .button-primary{font-size:.7rem!important;padding:.35rem .6rem!important;height:auto!important;min-height:30px!important;letter-spacing:.05em!important;white-space:nowrap!important}}.selector-detail-image{position:relative;width:90%;height:90%;aspect-ratio:1;background:#f8f8f8;border-radius:6px;overflow:hidden}.selector-detail-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.selector-detail-image__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#d0d0d0)}.selector-detail-image__zoom{position:absolute;bottom:8px;right:8px;opacity:.45;font-size:14px;pointer-events:none}.selector-detail-body{gap:1.25rem;display:grid;grid-template-columns:max-content max-content;height:100%}.selector-detail-body,.selector-detail-body2{font-weight:300;font-size:10px;position:relative}.selector-detail-body2{margin-top:10px;align-content:center}.selector-detail-body1{gap:1.25rem;font-weight:300;font-size:10px;position:relative;display:grid}.selector-detail-header{display:flex;justify-content:space-between;align-items:baseline}.selector-detail-header__title{font-family:var(--font-display);font-size:22px;color:#1f1915;margin:0;font-weight:400}.selector-detail-header__price{font-family:var(--font-body);font-weight:500;font-size:18px;color:#1f1915}.selector-detail-section{margin-bottom:.25rem;font-weight:300;font-size:10px;position:relative}.selector-visual-scale{justify-content:space-between;display:flex;gap:0}.selector-visual-scale__item{padding:.3rem .65rem;font-size:.78rem;font-weight:600;border-radius:999px;color:#666;transition:background .16s ease,color .16s ease}.selector-visual-scale__item.active{background:#EAD8A6;color:#1f1915}.selector-visual-scale__labels{display:flex;justify-content:space-between;font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-top:.2rem}.selector-detail-specs{text-align:right;display:grid;gap:.3rem;margin-top:.5rem}.selector-detail-specs__row{display:flex;font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:1px;margin-top:10px}.selector-detail-specs__row span{font-weight:400}.selector-detail-specs__row strong{font-weight:400;color:#1f1915}.selector-detail-actions{display:flex;flex-direction:column column;gap:.75rem;align-items:flex-start;margin-top:.5rem}.button-primary--cta{display:inline-flex;align-items:center;justify-content:center;background:#1a3a2a;color:#fff;height:48px;letter-spacing:1.5px;font-size:.85rem;width:100%;border:none;font-family:var(--font-body);text-transform:uppercase;transition:background .16s ease}.button-primary--cta:hover{background:#0f2a1e}.button-secondary--specialist{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#1f1915;border:1px solid rgba(31,25,21,.2);height:44px;letter-spacing:1.2px;font-size:.8rem;width:60%;font-family:var(--font-body);text-transform:uppercase;cursor:not-allowed;opacity:.6}.selector-shell.selector-shell--premium .selector-details-row td{padding:1rem;overflow:hidden;border-bottom:none}.selector-shell.selector-shell--premium .selector-details__panel--row .selector-diamond-card{display:none}.selector-shell.selector-shell--premium .selector-diamond-modal__body .selector-diamond-card__thumb{width:100%;height:320px;border-radius:16px;overflow:hidden}.selector-shell.selector-shell--premium .selector-diamond-modal__body .selector-diamond-card__thumb iframe,.selector-shell.selector-shell--premium .selector-diamond-modal__body .selector-diamond-card__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:none;border-radius:16px}@media (max-width:779px){.selector-shell.selector-shell--premium .selector-diamond-card .button-primary,.selector-shell.selector-shell--premium .selector-diamond-card button{font-size:.72rem!important;padding:.4rem .7rem!important;height:auto!important;min-height:34px!important;letter-spacing:.08em!important}.selector-shell.selector-shell--premium .selector-diamond-card{grid-template-columns:52px 1fr auto!important;align-items:center!important;gap:.6rem!important;padding:.65rem .75rem!important}.selector-shell.selector-shell--premium .selector-diamond-card__thumb{width:52px!important;height:52px!important;justify-self:start!important}.mobile-detail-video{width:100%;aspect-ratio:1/1;max-height:300px;border-radius:10px;overflow:hidden;background:#f0f0f0;margin-bottom:.75rem}.mobile-detail-video iframe,.mobile-detail-video img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:none}.mobile-grade-row{display:flex;gap:.22rem;flex-wrap:wrap;margin-bottom:.2rem}.mobile-grade-pill{padding:.22rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:rgba(0,0,0,.06);color:#999}.mobile-grade-pill.active{background:#EAD8A6;color:#1f1915}.mobile-grade-labels{display:flex;justify-content:space-between;font-size:.6rem;color:#aaa;text-transform:uppercase;letter-spacing:.4px;margin-bottom:.75rem}.mobile-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;margin-bottom:.75rem}.mobile-spec-card{padding:.6rem .7rem;border-radius:9px;background:rgba(255,255,255,.85);border:1px solid rgba(34,28,22,.09);display:flex;flex-direction:column;justify-content:flex-start}.mobile-spec-card__label{font-size:.6rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.2rem}.mobile-spec-card__value{font-size:.82rem;font-weight:500;color:#1f1915;word-break:break-word}.mobile-cta-add{background:#1a3a2a;color:#fff;height:48px;border-radius:4px;font-size:.82rem;font-weight:700;letter-spacing:1.4px;text-decoration:none;margin-bottom:.5rem}.mobile-cta-add,.mobile-cta-specialist{display:flex;align-items:center;justify-content:center;text-transform:uppercase;width:100%}.mobile-cta-specialist{background:transparent;color:#1f1915;border:1px solid rgba(31,25,21,.22);height:42px;border-radius:4px;font-size:.78rem;letter-spacing:1.2px;cursor:not-allowed;opacity:.6}.selector-details__panel.selector-details__panel--row{display:block!important;grid-template-columns:unset!important;padding:.75rem!important}.selector-details__panel.selector-details__panel--row>*{width:100%!important;max-width:100%!important}.selector-details__panel.selector-details__panel--row .selector-detail-body,.selector-details__panel.selector-details__panel--row .selector-detail-image,.selector-details__panel.selector-details__panel--row .selector-details__facts{display:none!important}.selector-shell,body,html{overflow-x:hidden!important;max-width:100vw!important}.selector-shell,.selector-shell.selector-shell--premium{padding:1rem .75rem!important;box-sizing:border-box!important}.selector-shell.selector-shell--premium{overflow-x:hidden!important;max-width:100vw!important}.selector-shell .selector-hero,.selector-shell.selector-shell--premium .selector-hero{padding:1rem!important;border-radius:16px!important;overflow:hidden!important}.selector-content,.selector-shell .selector-content,.selector-shell.selector-shell--premium .selector-content{overflow-x:hidden!important;max-width:100%!important;padding:0!important}.selector-shell .selector-table-shell,.selector-table-shell{overflow-x:hidden!important;max-width:100%!important}.selector-shell.selector-shell--premium .selector-diamond-card{grid-template-columns:52px 1fr auto!important;align-items:center!important;gap:.5rem!important;padding:.6rem .65rem!important;box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important}.selector-shell.selector-shell--premium .selector-diamond-card .selector-diamond-card__thumb,.selector-shell.selector-shell--premium .selector-diamond-card__thumb{width:52px!important;height:52px!important;min-width:52px!important;justify-self:start!important;border-radius:6px!important;overflow:hidden!important}.selector-shell.selector-shell--premium .selector-diamond-card .button-primary,.selector-shell.selector-shell--premium .selector-diamond-card button.button-primary{font-size:.68rem!important;padding:.3rem .55rem!important;height:auto!important;min-height:30px!important;letter-spacing:.04em!important;white-space:nowrap!important;flex-shrink:0!important}.selector-shell.selector-shell--premium .selector-sidebar{overflow-x:hidden!important;max-width:100%!important}.selector-shell.selector-shell--premium .selector-table-shell__header,.selector-table-shell__header{max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.selector-shell.selector-shell--premium .selector-mobile-diamond-card__button{font-size:.65rem!important;padding:.28rem .6rem!important;height:auto!important;min-height:28px!important;min-width:unset!important;letter-spacing:.05em!important;white-space:nowrap!important;border-radius:6px!important;font-weight:600!important;flex-shrink:0!important}}