/* Extends the existing lure catalogue; scoped so shared site widgets are unchanged. */
.lure-container, .lc-discovery { --lc-accent:#2563eb; --lc-accent-soft:#eff6ff; --lc-ink:#1e293b; --lc-muted:#64748b; --lc-line:#dbe3ee; --lc-paper:#fff; --lc-subtle:#f1f5f9; }
.lure-container { max-width:1680px; gap:22px; align-items:flex-start; }
.lc-discovery { box-sizing:border-box; max-width:1640px; margin:24px auto 0; padding:20px 24px; display:flex; gap:24px; align-items:center; justify-content:space-between; border:1px solid var(--lc-line); border-radius:12px; background:var(--lc-accent-soft); color:var(--lc-ink); }
.lc-discovery h2 { margin:0 0 7px; font-size:20px; color:var(--lc-ink); }
.lc-discovery p { margin:0; max-width:760px; font-size:14px; line-height:1.6; color:var(--lc-muted); }
.lc-start { flex-shrink:0; display:flex; align-items:center; justify-content:center; gap:14px; min-height:46px; padding:12px 18px; border:0; border-radius:8px; background:var(--lc-accent); color:#fff; font-family:inherit; font-size:14px; font-weight:650; cursor:pointer; }
.lc-start:focus-visible { outline:3px solid #60a5fa; outline-offset:3px; }
@media (max-width:1680px) { .lc-discovery { margin-left:20px; margin-right:20px; } }
.lure-container *, .lc-mobile-toggle, .lc-copy-dialog { box-sizing:border-box; }
.lure-sidebar { flex:0 0 210px; width:210px; padding:16px; }
.lure-main { min-width:0; flex:1 1 0; }
.lure-search { top:0; padding:0 0 12px; }
.lure-search-wrap { position:relative; }
.lure-search input { width:100%; padding-right:48px; }
.lc-search-clear { position:absolute; right:8px; top:50%; transform:translateY(-50%); border:0; background:transparent; color:var(--lc-muted); width:36px; height:36px; font-size:24px; cursor:pointer; }
.lure-count { top:60px; padding:8px 0 12px; display:flex; align-items:center; justify-content:flex-start; gap:4px; font-size:14px; }
.lure-grid { grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:16px; margin-top:16px; }
.lure-card { display:flex; flex-direction:column; min-width:0; border:1px solid var(--lc-line); }
.lure-card img { object-fit:contain; height:180px; background:#fff; }
.lure-card-content { flex:1; display:flex; flex-direction:column; gap:0; padding:16px; }
.lure-card-game { overflow-wrap:anywhere; }
.lure-card-mats { margin-top:auto; }
.lure-card-mats div { display:block; margin-bottom:7px; }
.lure-card-mats small { display:block; margin-top:2px; font-size:11px; color:var(--lc-muted); }
.lure-card-price { gap:8px; font-size:13px; }
.lc-add { margin-top:14px; width:100%; min-height:42px; border:1px solid var(--lc-accent); border-radius:8px; background:var(--lc-paper); color:var(--lc-accent); font-size:14px; font-weight:650; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:9px; }
.lc-add:hover { background:var(--lc-accent-soft); }
.lc-add[data-selected="true"] { background:var(--lc-accent); color:#fff; }
.lc-add strong { font-size:12px; border-radius:4px; padding:1px 6px; background:rgba(255,255,255,.2); }
.lc-panel { flex:0 0 336px; width:336px; color:var(--lc-ink); background:var(--lc-paper); border:1px solid var(--lc-line); border-radius:16px; position:sticky; top:20px; max-height:calc(100vh - 40px); display:flex; flex-direction:column; box-shadow:0 7px 25px #0f172a08; overflow:hidden; }
.lc-panel [hidden], .lure-container [hidden] { display:none !important; }
.lc-panel-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:22px 20px 0; }
.lc-eyebrow { color:var(--lc-muted); font-size:10px; font-weight:700; letter-spacing:1.15px; }
.lc-panel h2 { margin:6px 0 0; font-size:24px; font-weight:700; letter-spacing:-.5px; color:var(--lc-ink); }
#lcCount { font-size:13px; background:var(--lc-accent-soft); color:var(--lc-accent); border-radius:20px; padding:4px 9px; vertical-align:middle; margin-left:5px; }
.lc-intro { margin:10px 20px 18px; color:var(--lc-muted); font-size:12px; line-height:1.6; }
.lc-panel-scroll { min-height:0; overflow:auto; overscroll-behavior:contain; padding:0 20px; scrollbar-width:thin; }
.lc-section-head { display:flex; align-items:center; justify-content:space-between; gap:8px; margin:0 0 13px; }
.lc-section-head h3 { margin:0; font-size:13px; font-weight:700; color:var(--lc-ink); }
.lc-text-button { border:0; background:none; color:var(--lc-muted); font-size:12px; padding:5px 0 5px 6px; cursor:pointer; text-decoration:underline; text-underline-offset:3px; }
.lc-order-row { display:grid; grid-template-columns:1fr 28px; gap:8px; padding:0 0 13px; margin:0 0 13px; border-bottom:1px solid var(--lc-line); }
.lc-order-name { font-size:13px; line-height:1.4; font-weight:650; overflow-wrap:anywhere; }
.lc-order-detail { color:var(--lc-muted); font-size:11px; margin-top:3px; }
.lc-stepper { display:flex; align-items:center; margin-top:9px; border:1px solid var(--lc-line); border-radius:7px; width:max-content; overflow:hidden; }
.lc-stepper button { border:0; background:var(--lc-subtle); color:var(--lc-ink); width:34px; height:34px; font-size:18px; cursor:pointer; }
.lc-stepper button:disabled { opacity:.35; cursor:default; }
.lc-stepper input { width:56px; height:34px; padding:2px; border:0; border-left:1px solid var(--lc-line); border-right:1px solid var(--lc-line); background:var(--lc-paper); color:var(--lc-ink); text-align:center; font-family:inherit; font-size:14px; font-weight:600; border-radius:0; -moz-appearance:textfield; }
.lc-stepper input::-webkit-inner-spin-button, .lc-stepper input::-webkit-outer-spin-button { -webkit-appearance:none; margin:0; }
.lc-stepper input[aria-invalid="true"] { outline:2px solid #c93b34; outline-offset:-2px; }
.lc-icon { border:0; background:transparent; color:var(--lc-muted); width:28px; height:32px; font-size:24px; cursor:pointer; border-radius:5px; }
.lc-icon:hover { background:var(--lc-subtle); }
.lc-materials-head { margin-top:20px; }
#lcMaterialCount { font-size:11px; color:var(--lc-muted); }
.lc-material-row { display:flex; gap:10px; align-items:flex-start; justify-content:space-between; padding:10px 0; border-bottom:1px dashed var(--lc-line); font-size:12px; }
.lc-material-row:first-child { padding-top:0; }
.lc-material-row small { display:block; margin-top:4px; color:var(--lc-muted); font-size:10px; line-height:1.4; }
.lc-material-row strong { flex-shrink:0; font-size:13px; color:var(--lc-accent); }
.lc-cost { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:14px 12px; margin:16px 0 12px; border-radius:8px; background:var(--lc-accent-soft); }
.lc-cost span { max-width:105px; font-size:11px; line-height:1.4; color:var(--lc-muted); }
.lc-cost strong { font-size:18px; color:var(--lc-accent); text-align:right; }
.lc-tools { font-size:12px; line-height:1.5; color:var(--lc-muted); }
.lc-tools summary { cursor:pointer; padding:5px 0; color:var(--lc-ink); }
.lc-tools p { margin:6px 0; }
.lc-small { font-size:10px; line-height:1.6; color:var(--lc-muted); margin:12px 0 16px; }
.lc-rate-note { font-size:11px; line-height:1.5; color:#775d20; background:#fff8e4; border-left:3px solid #e6bf56; padding:9px 10px; border-radius:3px; }
.lc-panel-footer { padding:16px 20px 13px; border-top:1px solid var(--lc-line); background:var(--lc-paper); }
.lc-copy { min-height:44px; width:100%; border:0; border-radius:8px; color:#fff; background:var(--lc-accent); font-family:inherit; font-size:14px; font-weight:600; cursor:pointer; }
.lc-copy:disabled { opacity:.4; cursor:default; }
#lcStatus { margin:7px 0 0; font-size:11px; color:var(--lc-muted); min-height:15px; line-height:1.35; }
.lc-empty { padding:25px 12px 35px; text-align:center; border:1px dashed var(--lc-line); background:var(--lc-subtle); border-radius:10px; margin-bottom:20px; }
.lc-empty > span { display:block; font-size:36px; color:var(--lc-accent); font-weight:200; margin-bottom:9px; }
.lc-empty strong { font-size:14px; }
.lc-empty p { color:var(--lc-muted); font-size:12px; margin:8px 0 0; }
.lc-mobile-toggle, .lc-close, .lc-shade { display:none; }
.lc-copy-dialog { width:min(560px,calc(100vw - 32px)); padding:24px; border:0; border-radius:12px; }
.lc-copy-dialog::backdrop { background:#0f172aa6; }
.lc-copy-dialog textarea { width:100%; min-height:300px; resize:vertical; font-size:13px; padding:12px; }
.lc-copy-dialog button { min-height:42px; padding:8px 20px; margin-top:12px; }
.lure-container button:focus-visible, .lure-container input:focus-visible, .lc-mobile-toggle:focus-visible { outline:3px solid #60a5fa; outline-offset:3px; }
body.dark-theme .lure-container, body.dark-theme .lc-discovery { --lc-ink:#f1f5f9; --lc-muted:#94a3b8; --lc-line:#475569; --lc-paper:#1f2937; --lc-subtle:#374151; --lc-accent:#60a5fa; --lc-accent-soft:#263449; }
body.dark-theme .lc-copy, body.dark-theme .lc-add[data-selected="true"], body.dark-theme .lc-start { background:#2563eb; color:#fff; }
body.dark-theme .lc-rate-note { background:#413a24; color:#eed29a; }
@media (max-width:1279px) {
    .lure-container { gap:18px; padding-bottom:95px; }
    .lc-panel { display:none; }
    .lc-panel.lc-open { display:flex; position:fixed; inset:4vh 16px 0 auto; top:4vh; width:380px; max-width:calc(100vw - 32px); max-height:92vh; z-index:100002; box-shadow:0 12px 60px #0f172a60; }
    .lc-close { display:block; }
    .lc-shade:not([hidden]) { display:block; position:fixed; inset:0; background:#0f172a99; z-index:100001; }
    .lc-mobile-toggle { display:flex; align-items:center; justify-content:space-between; gap:18px; position:fixed; bottom:20px; left:50%; transform:translateX(-50%); z-index:900; min-width:230px; min-height:48px; padding:12px 22px; background:#2563eb; color:white; border:1px solid #ffffff30; border-radius:30px; box-shadow:0 5px 22px #0f172a40; font-family:inherit; font-size:15px; font-weight:600; cursor:pointer; }
    #lcMobileCount { background:#ffffff26; border-radius:20px; padding:3px 10px; }
    .lc-mobile-toggle { width:max-content; max-width:calc(100vw - 24px); }
    .lc-mobile-toggle > span:first-child { white-space:nowrap; }
}
@media (max-width:768px) {
    .lc-discovery { flex-direction:column; align-items:stretch; gap:14px; margin:18px 12px 0; padding:16px; }
    .lc-discovery h2 { font-size:18px; }
    .lc-discovery p { font-size:13px; }
    .lure-container { display:flex; flex-direction:column; padding:12px 12px 90px; gap:14px; }
    .lure-sidebar { flex:0 0 auto; width:100%; padding:12px; }
    .lure-sections { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); max-height:144px; gap:5px; }
    .lure-sections li { margin:0; padding:8px; font-size:11px; }
    .lure-main { width:100%; }
    .lure-search, .lure-count { position:static; }
    .lure-search input { font-size:16px; }
    .lure-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:12px; }
    .lure-card img { height:125px; }
    .lure-card-content { padding:10px; }
    .lure-card-game { font-size:13px; }
    .lure-card-craft { font-size:10px; }
    .lure-card-mats { font-size:10px; }
    .lure-card-mats small { display:none; }
    .lure-card-price { font-size:10px; flex-direction:column; align-items:flex-start; gap:3px; }
    .lc-add { min-height:42px; font-size:12px; gap:5px; margin-top:10px; }
    .lc-panel.lc-open { inset:auto 0 0; width:100%; max-width:none; max-height:90dvh; border-radius:18px 18px 0 0; padding-bottom:env(safe-area-inset-bottom); }
    .lc-panel-head { padding-top:19px; }
    .lc-panel-footer { padding-bottom:12px; }
    .lc-mobile-toggle { bottom:calc(14px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion:reduce) { .lure-container * { transition:none !important; scroll-behavior:auto !important; } }
