.home__hero{text-align:center;padding:1.5rem 0 2rem}.home__title{font-size:clamp(1.8rem,5vw,2.6rem);margin:0 0 .6rem;letter-spacing:-.02em}.home__lede{max-width:34rem;margin:0 auto;color:var(--text-soft);font-size:1.05rem}.home__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem}.home__card{display:flex;flex-direction:column;padding:1.5rem 1.4rem;text-decoration:none;color:var(--text);transition:transform .12s ease,box-shadow .12s ease}.home__card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -16px #0f172a73}.home__icon{font-size:2.2rem}.home__cardTitle{margin:.7rem 0 .4rem;font-size:1.3rem}.home__blurb{margin:0 0 1.2rem;color:var(--text-soft);flex:1}.home__cta{font-weight:600;color:var(--brand)}.shelf__form{display:flex;gap:.6rem;align-items:flex-end;flex-wrap:wrap}.shelf__form .field{flex:1;min-width:200px;margin-bottom:0}.shelf__form .btn{height:44px}.shelf__examples{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin:.9rem 0 0;font-size:.85rem}.shelf__chip{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:.25rem .7rem;font-size:.82rem;cursor:pointer;color:var(--brand-dark)}.shelf__chip:hover{background:var(--surface-2)}.shelf__results{margin-top:1.4rem}.shelf__layout{display:grid;grid-template-columns:1.35fr 1fr;gap:1.1rem;align-items:start}@media (max-width: 900px){.shelf__layout{grid-template-columns:1fr}}.shelf__mapWrap{padding:.5rem}.floormap__hint{font-size:.78rem;text-align:center;margin:.4rem 0 .1rem}.shelf__answer{display:flex;align-items:center;gap:.9rem;padding:.9rem 1.1rem;margin-bottom:1rem;border-radius:var(--radius);background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:var(--shadow)}.shelf__answerNum{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:54px;border-radius:12px;background:#ffffff29;border:2px solid rgba(255,255,255,.6);font-size:1.7rem;font-weight:800}.shelf__answerLead{font-size:1.15rem}.shelf__answerTopic{margin-top:.25rem;font-size:.95rem;font-weight:600}.shelf__answerTopic code{background:#fff3;padding:.05rem .35rem;border-radius:5px;margin-right:.35rem}.shelf__answerSub{font-size:.9rem;color:#ffffffd9!important;margin-top:.15rem}.shelf__multi{margin:0 0 .7rem;font-size:.9rem}.shelf__matches{display:flex;flex-direction:column;gap:.7rem}.shelf__match{text-align:left;padding:.9rem 1rem;cursor:pointer;border:1px solid var(--border);background:var(--surface);transition:border-color .12s ease,box-shadow .12s ease;width:100%}.shelf__match--active{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb26}.shelf__matchHead{display:flex;align-items:center;gap:.7rem}.shelf__matchHeadText{flex:1;min-width:0}.shelf__thumb{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer;overflow:hidden;flex-shrink:0}.shelf__thumb img{width:62px;height:46px;object-fit:cover;display:block}.shelf__thumb span{font-size:.68rem;color:var(--brand-dark);padding:1px 4px 3px}.shelf__thumb:hover{border-color:var(--brand)}.shelf__topicsTitle{margin-top:.8rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.shelf__num{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:10px;background:var(--brand);color:#fff;font-size:1.2rem;font-weight:700}.shelf__match--active .shelf__num{background:var(--accent);color:#1f2937}.shelf__collection{font-weight:600;font-size:1.02rem}.shelf__range{font-size:.85rem}.shelf__side{margin-top:.6rem;font-size:.9rem}.shelf__note{margin-top:.5rem;font-size:.85rem;font-style:italic}.shelf__topics{margin:.4rem 0 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.25rem .8rem;font-size:.82rem;color:var(--text-soft)}@media (max-width: 480px){.shelf__topics{grid-template-columns:1fr}}.shelf__topics li{display:flex;gap:.4rem}.shelf__topics code{flex-shrink:0;min-width:3.4em}.shelf__topic--match{background:#fef3c7;border-radius:5px;padding:1px 4px;margin:-1px -4px;font-weight:600;color:var(--text)}.shelf__topic--match code{color:var(--brand-dark)}.shelf__topicTag{margin-left:.4rem;font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;background:var(--accent);color:#1f2937;padding:.05rem .3rem;border-radius:999px;font-weight:700}.shelf__topics code{color:var(--text);font-weight:600}.floormap{width:100%}.floormap__svg{width:100%;height:auto;display:block;border-radius:8px}.floormap__other rect{fill:#2563eb47;stroke:#2563eb;stroke-width:1.2;cursor:pointer}.floormap__other:hover rect{fill:#2563eb73}.floormap__box{fill:#ffffff8c;stroke:#fff;stroke-width:3}.floormap__pulse{fill:#ffffff59;stroke:#fff;stroke-width:1.5;transform-origin:center;transform-box:fill-box;animation:floormap-pulse 1.8s ease-out infinite}@keyframes floormap-pulse{0%{transform:scale(.45);opacity:.85}to{transform:scale(1.5);opacity:0}}.floormap__pin circle{fill:#fff;stroke:#1d4ed8;stroke-width:2.5}.floormap__pin path{fill:#fff;stroke:#1d4ed8;stroke-width:2.5;stroke-linejoin:round}.floormap__pin text{fill:#1d4ed8;font-size:22px;font-weight:800}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f172ad1;display:flex;align-items:center;justify-content:center;padding:1rem}.lightbox__inner{background:var(--surface);border-radius:var(--radius);overflow:hidden;max-width:min(560px,92vw);max-height:92vh;display:flex;flex-direction:column;box-shadow:0 24px 60px -20px #0009}.lightbox__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem .9rem;background:var(--bg);color:var(--text-invert);font-size:.9rem}.lightbox__close{border:none;background:#ffffff26;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:.95rem}.lightbox__close:hover{background:#ffffff4d}.lightbox__inner img{max-width:100%;max-height:calc(92vh - 46px);object-fit:contain;display:block}.bf__form{padding:1.2rem;margin-top:.4rem}.bf__fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.9rem}@media (max-width: 640px){.bf__fields{grid-template-columns:1fr}}.bf__best{font-style:normal;font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;background:#dcfce7;color:#166534;padding:.05rem .4rem;border-radius:999px;margin-left:.35rem;vertical-align:middle}.bf__fields .field{margin-bottom:0}.bf__actions{display:flex;gap:.6rem;margin-top:1rem;flex-wrap:wrap}.bf__hint{margin:.9rem 0 0;font-size:.88rem}.bf__progress{margin-top:1rem;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.bf__progressBar{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.bf__progressFill{height:100%;background:var(--brand);border-radius:999px;transition:width .2s ease}.bf__answer{display:flex;gap:.7rem;align-items:flex-start;padding:.9rem 1.1rem;border-radius:var(--radius);margin-top:1rem}.bf__answer--ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.bf__answer--warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.bf__answerIcon{font-size:1.2rem;line-height:1.4}.bf__result{margin-top:1rem;padding:.5rem}.bf__overlay{width:100%;border-radius:8px;overflow:hidden;background:#0b1220}.bf__svg{width:100%;height:auto;display:block}.bf__cand{fill:#94a3b80f;stroke:#ffffffd9;stroke-width:2.5;stroke-dasharray:6 5;cursor:pointer}.bf__cand:hover{fill:#f59e0b2e;stroke:#fbbf24}.bf__activeBox{fill:none;stroke:#f59e0b;paint-order:stroke;filter:drop-shadow(0 0 6px rgba(0,0,0,.7))}.bf__activeRing{fill:none;stroke:#fde047;stroke-width:3;transform-origin:center;transform-box:fill-box;animation:bf-pulse 1.6s ease-out infinite}@keyframes bf-pulse{0%{transform:scale(.96);opacity:.95}70%{transform:scale(1.06);opacity:0}to{opacity:0}}.bf__labelBg{fill:#f59e0b;filter:drop-shadow(0 2px 5px rgba(0,0,0,.5))}.bf__labelText{fill:#1f2937;font-weight:800}.bf__candList{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding:.7rem .6rem .2rem;font-size:.85rem}.bf__candChip{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:.2rem .7rem;font-size:.8rem;cursor:pointer}.bf__candChip--active{background:var(--accent);border-color:var(--accent);color:#1f2937;font-weight:600}.bf__hits{padding:.5rem .6rem .7rem;font-size:.9rem;line-height:1.9}.bf__hit{display:inline-block;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:.05rem .4rem;margin:0 .25rem;font-weight:600;color:var(--text)}.calib__toolbar{display:flex;align-items:center;gap:.4rem;margin-bottom:.7rem;flex-wrap:wrap}.calib__toolbar .btn{padding:.35rem .7rem;font-size:.85rem}.calib__mapWrap{padding:.4rem}.calib__svg{width:100%;height:auto;display:block;touch-action:none}.calib__shelf rect{fill:#2563eb59;stroke:#2563eb;stroke-width:1.5;cursor:grab}.calib__shelf text{fill:#fff;font-size:11px;font-weight:700;paint-order:stroke;stroke:#1e293b;stroke-width:2px;pointer-events:none}.calib__shelf--sel rect{fill:#f59e0b8c;stroke:#f59e0b;stroke-width:2.5}.calib__out{width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;padding:.6rem;border:1px solid var(--border);border-radius:var(--radius-sm);resize:vertical}:root{--bg: #0f172a;--bg-soft: #1e293b;--surface: #ffffff;--surface-2: #f1f5f9;--text: #0f172a;--text-soft: #475569;--text-invert: #f8fafc;--border: #e2e8f0;--brand: #2563eb;--brand-dark: #1d4ed8;--accent: #f59e0b;--success: #16a34a;--danger: #dc2626;--highlight: #f59e0b;--radius: 14px;--radius-sm: 9px;--shadow: 0 10px 30px -12px rgba(15, 23, 42, .35);--maxw: 960px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:var(--text);background:linear-gradient(180deg,#f8fafc,#eef2f7);-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;min-height:100%}.app__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.1rem;background:var(--bg);color:var(--text-invert);position:sticky;top:0;z-index:20}.app__brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit}.app__logo{font-size:1.5rem}.app__brandText{display:flex;flex-direction:column;line-height:1.1}.app__brandText strong{font-size:1.05rem}.app__brandText small{color:#94a3b8;font-size:.72rem}.app__nav{display:flex;gap:.4rem}.app__navLink{color:#cbd5e1;text-decoration:none;font-size:.9rem;padding:.4rem .7rem;border-radius:999px}.app__navLink.active{background:var(--brand);color:#fff}.app__main{flex:1;width:100%;max-width:var(--maxw);margin:0 auto;padding:1.4rem 1.1rem 2.5rem}.app__footer{text-align:center;padding:1rem;color:var(--text-soft);font-size:.8rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.pageTitle{margin:0 0 .25rem;font-size:1.5rem}.pageLede{margin:0 0 1.4rem;color:var(--text-soft)}label.field{display:block;margin-bottom:1rem}label.field>span{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem;color:var(--text-soft)}input[type=text],input[type=search]{width:100%;padding:.7rem .8rem;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text)}input[type=text]:focus,input[type=search]:focus{outline:2px solid var(--brand);outline-offset:1px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.1rem;font-size:.98rem;font-weight:600;border:none;border-radius:var(--radius-sm);background:var(--brand);color:#fff;cursor:pointer}.btn:hover{background:var(--brand-dark)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--ghost{background:var(--surface-2);color:var(--text)}.btn--ghost:hover{background:#e2e8f0}.muted{color:var(--text-soft)}.tag{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;background:var(--surface-2);color:var(--text-soft)}.notice{padding:.9rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2)}.notice--error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.notice--success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
