.ls-hdr {background: linear-gradient(135deg, #0c2d57 0%, #1565c0 50%, #42a5f5 100%);color: #fff;padding: 14px 16px 18px;position: sticky;top: 0;z-index: 100}
.ls-hdr-in { max-width: 640px; margin: 0 auto; }
.ls-hdr-top { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.ls-hdr-back {display: flex; align-items: center; justify-content: center;width: 30px; height: 30px; border-radius: 8px;background: rgba(255,255,255,.15); color: #fff;text-decoration: none; flex-shrink: 0; transition: background .2s}
.ls-hdr-back:hover { background: rgba(255,255,255,.25); }
.ls-hdr-back svg { width: 14px; height: 14px; }
.ls-hdr h1 {font-size: 17px; font-weight: 700;display: flex; align-items: center; gap: 7px}
.ls-hdr h1 svg { width: 20px; height: 20px; opacity: .9; }
.ls-hdr-desc { font-size: 11px; color: rgba(255,255,255,.65); margin-left: 40px; }
.ls-ctn { max-width: 640px; margin: 0 auto; padding: 12px 16px; }
.ls-card {background: var(--color-bg-card, #fff);border-radius: 16px;box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);padding: 16px;margin-bottom: 12px}
.ls-card-title {font-size: 13px; font-weight: 700;color: var(--color-text-secondary, #475569);margin-bottom: 12px;display: flex; align-items: center; gap: 6px}
.ls-card-title svg { width: 16px; height: 16px; color: var(--color-primary, #3b82f6); }
.ls-tabs {display: grid;grid-template-columns: repeat(4, 1fr);gap: 6px;margin-bottom: 14px}
@media (max-width: 380px) {.ls-tabs { grid-template-columns: repeat(2, 1fr); }}
.ls-tab {padding: 10px 4px;border: 2px solid var(--color-border, #e2e8f0);border-radius: 12px;background: var(--color-bg-card, #fff);cursor: pointer; text-align: center;transition: all .2s; position: relative}
.ls-tab:hover { border-color: #93c5fd; background: #f0f7ff; }
.ls-tab.active {border-color: var(--color-primary, #3b82f6);background: linear-gradient(135deg, #eff6ff, #dbeafe);box-shadow: 0 0 0 1px var(--color-primary, #3b82f6)}
.ls-tab-name { font-size: 12px; font-weight: 700; color: var(--color-text-primary, #1e293b); display: block; }
.ls-tab-sub { font-size: 9px; color: var(--color-text-muted, #64748b); display: block; margin-top: 1px; }
.ls-desc {display: flex; gap: 8px; padding: 10px 12px;background: #f0f7ff; border-radius: 8px;margin-bottom: 14px; border-left: 3px solid var(--color-primary, #3b82f6)}
.ls-desc svg { width: 14px; height: 14px; color: var(--color-primary, #3b82f6); flex-shrink: 0; margin-top: 2px; }
.ls-desc p { font-size: 11px; color: var(--color-text-secondary, #475569); line-height: 1.6; }
.ls-fg { margin-bottom: 14px; }
.ls-fl {display: block; font-size: 11px; font-weight: 600;color: var(--color-text-muted, #64748b);margin-bottom: 4px; letter-spacing: .04em}
.ls-fsel {width: 100%; max-width: 100%;padding: 8px 32px 8px 10px;border: 1.5px solid var(--color-border, #e2e8f0);border-radius: 8px; font-size: 13px;color: var(--color-text-primary, #1e293b);background: var(--color-bg-card, #fff) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M1.5 3.5l3.5 3.5 3.5-3.5' stroke='%2394a3b8' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat right 10px center;appearance: none; cursor: pointer;box-sizing: border-box}
.ls-fsel:focus {outline: none;border-color: var(--color-primary, #3b82f6);box-shadow: 0 0 0 3px rgba(59,130,246,.12)}
.ls-sz-h { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.ls-sz-m { display: flex; align-items: baseline; gap: 3px; }
.ls-sz-n {font-size: 40px; font-weight: 800;color: var(--color-primary-dark, #2563eb);line-height: 1; font-variant-numeric: tabular-nums}
.ls-sz-u { font-size: 16px; font-weight: 600; color: var(--color-text-muted, #64748b); }
.ls-sz-r { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.ls-sz-lb { font-size: 14px; font-weight: 700; color: var(--color-text-primary, #1e293b); }
.ls-sz-dia { font-size: 11px; color: var(--color-text-muted, #64748b); }
.ls-sl-w { height: 32px; display: flex; align-items: center; margin-bottom: 4px; }
.ls-sl {width: 100%; -webkit-appearance: none; appearance: none;height: 6px; background: linear-gradient(to right, #dbeafe, var(--color-primary, #3b82f6));border-radius: 3px; outline: none}
.ls-sl::-webkit-slider-thumb {-webkit-appearance: none; width: 24px; height: 24px;border-radius: 50%; background: var(--color-primary, #3b82f6);box-shadow: 0 2px 8px rgba(59,130,246,.4);cursor: pointer; border: 3px solid #fff}
.ls-sl::-moz-range-thumb {width: 24px; height: 24px; border-radius: 50%;background: var(--color-primary, #3b82f6);box-shadow: 0 2px 8px rgba(59,130,246,.4);cursor: pointer; border: 3px solid #fff}
.ls-sl-lbl {display: flex; justify-content: space-between;font-size: 10px; color: var(--color-text-light, #94a3b8)}
.ls-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.ls-stat-box {background: var(--color-bg-secondary, #f1f5f9);border-radius: 8px; padding: 10px 6px; text-align: center}
.ls-stat-box .ls-stat-label { font-size: 10px; font-weight: 600; color: var(--color-text-muted, #64748b); margin-bottom: 2px; }
.ls-stat-box .ls-stat-value { font-size: 20px; font-weight: 800; color: var(--color-text-primary, #1e293b); line-height: 1.2; font-variant-numeric: tabular-nums; }
.ls-stat-box .ls-stat-unit { font-size: 10px; font-weight: 600; color: var(--color-text-muted, #64748b); }
.ls-bar-group { margin-bottom: 10px; }
.ls-bar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.ls-bar-label { font-size: 11px; font-weight: 600; color: var(--color-text-secondary, #475569); }
.ls-bar-value { font-size: 11px; font-weight: 700; color: var(--color-text-primary, #1e293b); }
.ls-bar-track { height: 6px; background: #e2e8f0; border-radius: 3px; overflow: hidden; }
.ls-bar-fill { height: 100%; border-radius: 3px; transition: width .5s ease, background .3s ease; }
.ls-traits { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.ls-trait { display: inline-flex; align-items: center; gap: 3px; padding: 3px 8px; border-radius: 12px; font-size: 10px; font-weight: 600; }
.ls-trait-good { background: #ecfdf5; color: #059669; }
.ls-trait-info { background: #eff6ff; color: #2563eb; }
.ls-trait-warn { background: #fef2f2; color: #dc2626; }
.ls-radar { display: flex; flex-direction: column; gap: 8px; }
.ls-rr { display: flex; align-items: center; gap: 8px; }
.ls-rr-label { width: 64px; font-size: 11px; font-weight: 600; color: var(--color-text-secondary, #475569); text-align: right; flex-shrink: 0; }
.ls-rr-track { flex: 1; height: 8px; background: #f1f5f9; border-radius: 4px; overflow: hidden; min-width: 0; }
.ls-rr-fill { height: 100%; border-radius: 4px; transition: width .5s cubic-bezier(.25,.46,.45,.94); }
.ls-rr-grade { width: 24px; font-size: 11px; font-weight: 700; color: var(--color-text-primary, #1e293b); flex-shrink: 0; text-align: center; }
.ls-fish-sub { font-size: 11px; color: var(--color-text-muted, #64748b); margin-bottom: 12px; }
.ls-fish-meter { display: flex; align-items: stretch; height: 6px; border-radius: 3px; overflow: hidden; margin-bottom: 16px; }
.ls-fish-meter-seg { transition: width .4s ease; }
.ls-fcat { margin-bottom: 16px; }
.ls-fcat:last-child { margin-bottom: 0; }
.ls-fcat-hdr {display: flex; align-items: center; gap: 8px;margin-bottom: 8px; padding-bottom: 6px;border-bottom: 1px solid var(--color-border, #e2e8f0)}
.ls-fcat-badge {display: inline-flex; align-items: center; gap: 4px;padding: 3px 8px; border-radius: 4px;font-size: 10px; font-weight: 700}
.ls-fcat-badge svg { width: 12px; height: 12px; }
.ls-fcat-badge-easy { background: #ecfdf5; color: #059669; }
.ls-fcat-badge-ok { background: #eff6ff; color: #2563eb; }
.ls-fcat-badge-hard { background: #fef3c7; color: #d97706; }
.ls-fcat-badge-ng { background: #fef2f2; color: #dc2626; }
.ls-fcat-range { font-size: 10px; color: var(--color-text-muted, #64748b); font-weight: 600; margin-left: auto; }
.ls-fgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px; }
.ls-fc {display: flex; align-items: center; gap: 8px;padding: 8px 10px; background: var(--color-bg-secondary, #f1f5f9);border-radius: 8px; transition: all .15s}
.ls-fc:hover { background: #e2e8f0; transform: translateY(-1px); }
.ls-fc-ico {width: 28px; height: 28px; border-radius: 6px;display: flex; align-items: center; justify-content: center; flex-shrink: 0}
.ls-fc-ico svg { width: 16px; height: 16px; }
.ls-fc-ico-easy { background: #d1fae5; color: #059669; }
.ls-fc-ico-ok { background: #dbeafe; color: #2563eb; }
.ls-fc-ico-hard { background: #fef3c7; color: #d97706; }
.ls-fc-ico-ng { background: #fee2e2; color: #dc2626; }
.ls-fc-body { flex: 1; min-width: 0; }
.ls-fc-name { font-size: 12px; font-weight: 600; color: var(--color-text-primary, #1e293b); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ls-fc-wt { font-size: 9px; color: var(--color-text-light, #94a3b8); font-weight: 600; }
.ls-fc-dim { opacity: .35; }
.ls-fc-dim .ls-fc-name { text-decoration: line-through; }
.ls-ldr {display: flex; align-items: center; gap: 12px; padding: 12px;background: linear-gradient(135deg, #fefce8, #fef9c3);border-radius: 8px; border: 1px solid #fde68a}
.ls-ldr-ico {width: 36px; height: 36px; border-radius: 8px;background: #fbbf24; display: flex;align-items: center; justify-content: center;flex-shrink: 0; color: #fff}
.ls-ldr-ico svg { width: 18px; height: 18px; }
.ls-ldr-body { flex: 1; min-width: 0; }
.ls-ldr-title { font-size: 12px; font-weight: 700; color: #92400e; margin-bottom: 2px; }
.ls-ldr-detail { font-size: 11px; color: #a16207; line-height: 1.5; }
.ls-tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -16px; padding: 0 16px; }
.ls-tbl { width: 100%; border-collapse: collapse; font-size: 11px; min-width: 420px; }
.ls-tbl th {text-align: left; padding: 7px 8px;background: var(--color-bg-secondary, #f1f5f9);color: var(--color-text-muted, #64748b);font-weight: 600; font-size: 10px; letter-spacing: .03em}
.ls-tbl th:first-child { border-radius: 6px 0 0 6px; }
.ls-tbl th:last-child { border-radius: 0 6px 6px 0; }
.ls-tbl td { padding: 8px; border-bottom: 1px solid #f1f5f9; color: var(--color-text-primary, #1e293b); }
.ls-tbl tr:last-child td { border-bottom: none; }
.ls-tbl tr.ls-tbl-cur { background: #eff6ff; }
.ls-tbl tr.ls-tbl-cur td { font-weight: 600; color: var(--color-primary-dark, #2563eb); }
.ls-tbl-now {display: inline-block; padding: 1px 5px; border-radius: 3px;background: var(--color-primary, #3b82f6); color: #fff;font-size: 8px; font-weight: 700; margin-left: 3px; vertical-align: middle}
.ls-scenes { display: flex; flex-direction: column; gap: 6px; }
.ls-scene {display: flex; align-items: center; gap: 10px;padding: 8px 10px; background: var(--color-bg-secondary, #f1f5f9);border-radius: 8px; transition: background .15s}
.ls-scene:hover { background: #e2e8f0; }
.ls-scene-ico {width: 32px; height: 32px; border-radius: 8px;display: flex; align-items: center; justify-content: center; flex-shrink: 0}
.ls-scene-ico svg { width: 16px; height: 16px; }
.ls-scene-body { flex: 1; min-width: 0; }
.ls-scene-name { font-size: 12px; font-weight: 600; color: var(--color-text-primary, #1e293b); }
.ls-scene-desc { font-size: 10px; color: var(--color-text-muted, #64748b); }
.ls-scene-match { flex-shrink: 0; padding: 2px 7px; border-radius: 10px; font-size: 9px; font-weight: 700; }
.ls-scene-match-high { background: #ecfdf5; color: #059669; }
.ls-scene-match-mid { background: #fef3c7; color: #d97706; }
.ls-scene-match-low { background: #fef2f2; color: #dc2626; }
@keyframes ls-fade-up {from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }}
.ls-results > .ls-card { animation: ls-fade-up .35s ease forwards; }
.ls-results > .ls-card:nth-child(2) { animation-delay: .06s; }
.ls-results > .ls-card:nth-child(3) { animation-delay: .12s; }
.ls-results > .ls-card:nth-child(4) { animation-delay: .18s; }
.ls-results > .ls-card:nth-child(5) { animation-delay: .24s; }
.ls-results > .ls-card:nth-child(6) { animation-delay: .30s; }