:root{--bg: #f5f7fb;--card: #ffffff;--text: #111827;--muted: #6b7280;--line: #e5e7eb;--line-soft: #eef2f7;--header: #f8fafc;--hover: #f9fbff;--accent: #2563eb;--shadow: 0 10px 30px rgba(15, 23, 42, .08);--radius: 22px}.lost-found-page *{box-sizing:border-box}.lost-found-page{width:100%;max-width:none;margin:0}.lost-found-page .lf-card{background:var(--card)!important;border:1px solid var(--line-soft)!important;border-radius:10px!important;box-shadow:var(--shadow)!important;overflow:hidden;padding:28px 28px 22px}.lost-found-page h1{margin:0 0 18px;font-size:clamp(2rem,4vw,3rem);line-height:1.05;letter-spacing:-.03em;color:var(--text)}.lost-found-page p{margin:0 0 18px;font-size:1rem;line-height:1.6;color:var(--text)}.lost-found-page .link{color:var(--accent);text-decoration:none;font-weight:600}.lost-found-page .link:hover{text-decoration:underline}.lost-found-page .bullet-list{margin:0 0 18px;padding-left:20px}.lost-found-page .bullet-list li{margin-bottom:8px;line-height:1.5;color:var(--text)}.lost-found-page .inventory-section{padding:0;margin:0}.lost-found-page .inventory-heading{margin:4px 0 10px;padding-left:0;font-size:.96rem;color:var(--text);font-weight:700;line-height:1.2}.lost-found-page .inventory-controls{margin:0 0 12px;padding:0}.lost-found-page .inventory-search-wrap{position:relative;width:min(360px,100%)}.lost-found-page .inventory-search{width:100%;max-width:360px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);font-size:.95rem;padding:0 42px 0 12px;outline:none;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.lost-found-page .inventory-search::placeholder{color:var(--muted)}.lost-found-page .inventory-search:focus{border-color:#2563eb80;box-shadow:0 0 0 3px #2563eb1f}.lost-found-page .inventory-search-clear{position:absolute;top:50%;right:9px;transform:translateY(-50%);width:26px;height:26px;border:1px solid var(--line-soft);border-radius:999px;background:#fff;color:#94a3b8;font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .15s ease,color .15s ease,background .15s ease}.lost-found-page .inventory-search-wrap.has-value .inventory-search-clear{opacity:1;pointer-events:auto}.lost-found-page .inventory-search-clear:hover{color:var(--text);background:#f8fafc}.lost-found-page .table-wrap{padding:0;margin:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.lost-found-page table.inventory-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;min-width:420px;background:transparent;margin:0}.lost-found-page table.inventory-table col.col-deadline{width:7ch}.lost-found-page table.inventory-table col.col-name{width:8ch}.lost-found-page table.inventory-table col.col-brand{width:11ch}.lost-found-page table.inventory-table col.col-color{width:6ch}.lost-found-page table.inventory-table col.col-last4{width:5ch}.lost-found-page table.inventory-table thead th{background:var(--header);color:var(--muted);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:8px 5px;border-bottom:1px solid var(--line);text-align:left;white-space:normal;line-height:1.1;user-select:none;cursor:pointer}.lost-found-page table.inventory-table thead th:first-child{border-top-left-radius:14px;padding-left:0}.lost-found-page table.inventory-table thead th:last-child{border-top-right-radius:14px}.lost-found-page table.inventory-table tbody td{padding:8px 5px;border-bottom:1px solid var(--line-soft);font-size:.84rem;text-align:left;vertical-align:middle;line-height:1.1;white-space:normal;overflow-wrap:anywhere;word-break:break-word;background:transparent}.lost-found-page table.inventory-table tbody td:first-child{padding-left:0;white-space:nowrap}.lost-found-page table.inventory-table tbody td:nth-child(4),.lost-found-page table.inventory-table tbody td:nth-child(5){white-space:nowrap}.lost-found-page table.inventory-table tbody tr:nth-child(2n) td{background:#fcfdff!important}.lost-found-page table.inventory-table tbody tr:nth-child(odd) td{background:transparent!important}.lost-found-page table.inventory-table tbody tr:hover td{background:var(--hover)!important}.lost-found-page .inventory-th-inner{display:flex;align-items:center;justify-content:space-between;gap:4px;width:100%}.lost-found-page .inventory-sort-indicator{color:var(--muted);font-size:.66rem;line-height:1;min-width:.8em;text-align:right;flex:0 0 auto}.lost-found-page .inventory-empty{color:var(--muted);text-align:center;padding:18px 12px}@media(max-width:700px){.lost-found-page .lf-card{padding:20px 14px 16px}.lost-found-page p,.lost-found-page .bullet-list li{font-size:.96rem}.lost-found-page .inventory-heading{margin:4px 0 8px;padding-left:0;font-size:.96rem}.lost-found-page .inventory-controls{margin:0 0 10px}.lost-found-page .inventory-search-wrap{width:100%}.lost-found-page .inventory-search{max-width:none;height:38px;font-size:.92rem;padding:0 40px 0 10px}.lost-found-page .table-wrap{padding:0;margin:0}.lost-found-page table.inventory-table{min-width:400px}.lost-found-page table.inventory-table thead th{font-size:.58rem!important;padding:6px 2px!important;letter-spacing:0!important;line-height:1.05!important}.lost-found-page table.inventory-table thead th:first-child{padding-left:0!important}.lost-found-page table.inventory-table tbody td{font-size:.76rem!important;padding:6px 2px!important;line-height:1.06!important}.lost-found-page table.inventory-table tbody td:first-child{padding-left:0!important}.lost-found-page .inventory-sort-indicator{font-size:.56rem!important}}@media(max-width:420px){.lost-found-page h1{font-size:1.9rem}.lost-found-page .lf-card{padding:18px 10px 14px}.lost-found-page .inventory-search{height:36px;font-size:.9rem}.lost-found-page table.inventory-table{min-width:380px}.lost-found-page table.inventory-table thead th{font-size:.54rem!important;padding:5px 2px!important}.lost-found-page table.inventory-table thead th:first-child{padding-left:0!important}.lost-found-page table.inventory-table tbody td{font-size:.72rem!important;padding:5px 2px!important}.lost-found-page table.inventory-table tbody td:first-child{padding-left:0!important}.lost-found-page .inventory-sort-indicator{font-size:.52rem!important}}html[data-theme=dark] .lost-found-page .lf-card{background:var(--card)!important;border-color:var(--line-soft)!important}html[data-theme=dark] .lost-found-page .inventory-heading{color:var(--text)!important}html[data-theme=dark] .lost-found-page .inventory-search{background:#111827!important;color:var(--text)!important;border-color:var(--line)!important}html[data-theme=dark] .lost-found-page .inventory-search::placeholder{color:var(--muted)!important}html[data-theme=dark] .lost-found-page .inventory-search-clear{background:#0f172a!important;border-color:var(--line)!important;color:#94a3b8!important}html[data-theme=dark] .lost-found-page .inventory-search-clear:hover{background:#1e293b!important;color:var(--text)!important}html[data-theme=dark] .lost-found-page table.inventory-table thead th{background:#162033!important;color:var(--muted)!important;border-bottom-color:var(--line)!important}html[data-theme=dark] .lost-found-page table.inventory-table tbody td{color:var(--text)!important;border-bottom-color:var(--line-soft)!important;background:transparent!important}html[data-theme=dark] .lost-found-page table.inventory-table tbody tr:nth-child(odd) td{background:transparent!important}html[data-theme=dark] .lost-found-page table.inventory-table tbody tr:nth-child(2n) td{background:#ffffff08!important}html[data-theme=dark] .lost-found-page table.inventory-table tbody tr:hover td{background:#ffffff0f!important}@media(prefers-color-scheme:dark){html[data-theme=system] .lost-found-page .lf-card{background:var(--card)!important;border-color:var(--line-soft)!important}html[data-theme=system] .lost-found-page .inventory-heading{color:var(--text)!important}html[data-theme=system] .lost-found-page .inventory-search{background:#111827!important;color:var(--text)!important;border-color:var(--line)!important}html[data-theme=system] .lost-found-page .inventory-search::placeholder{color:var(--muted)!important}html[data-theme=system] .lost-found-page .inventory-search-clear{background:#0f172a!important;border-color:var(--line)!important;color:#94a3b8!important}html[data-theme=system] .lost-found-page .inventory-search-clear:hover{background:#1e293b!important;color:var(--text)!important}html[data-theme=system] .lost-found-page table.inventory-table thead th{background:#162033!important;color:var(--muted)!important;border-bottom-color:var(--line)!important}html[data-theme=system] .lost-found-page table.inventory-table tbody td{color:var(--text)!important;border-bottom-color:var(--line-soft)!important;background:transparent!important}html[data-theme=system] .lost-found-page table.inventory-table tbody tr:nth-child(odd) td{background:transparent!important}html[data-theme=system] .lost-found-page table.inventory-table tbody tr:nth-child(2n) td{background:#ffffff08!important}html[data-theme=system] .lost-found-page table.inventory-table tbody tr:hover td{background:#ffffff0f!important}}
