html,body,#root{min-height:100%}*{box-sizing:border-box}:root{color:#f5f7fa;font-synthesis:none;text-rendering:optimizelegibility;background:#080b10;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:radial-gradient(circle at 15% 10%,#2a78ff1f,#0000 30%),radial-gradient(circle at 85% 20%,#00dcbe14,#0000 28%),#080b10;min-width:320px;margin:0}button{font:inherit}button:focus-visible{outline-offset:3px;outline:2px solid #63e6d5}.app{min-height:100vh}.navbar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);margin:0 auto;padding:24px 0;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-icon{color:#071015;background:linear-gradient(135deg,#1f8fff,#50d8c6);border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.brand h2{letter-spacing:-.4px;margin:0;font-size:19px}.brand span{color:#7f8997;margin-top:2px;font-size:11px;display:block}.report-button,.primary-button,.secondary-button,.match-button{cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.report-button{color:#0a0d12;background:#f2f5f8;border-radius:10px;padding:11px 16px;font-size:13px;font-weight:700}.report-button:hover,.primary-button:hover,.secondary-button:hover,.match-button:hover{transform:translateY(-1px)}.hero-section{align-items:center;width:min(1180px,100% - 40px);min-height:500px;margin:0 auto;display:flex;position:relative}.hero-section:after{content:"";filter:blur(4px);pointer-events:none;background:radial-gradient(circle,#39d3c12e,#0000 64%);border-radius:50%;width:330px;height:330px;position:absolute;top:90px;right:8%}.hero-content{z-index:1;max-width:720px;position:relative}.eyebrow,.section-label{color:#63e6d5;letter-spacing:1.8px;font-size:11px;font-weight:800}.eyebrow{background:#63e6d50d;border:1px solid #63e6d52e;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;display:inline-flex}.status-dot{background:#63e6d5;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #63e6d5cc}.hero-content h1{letter-spacing:-4px;margin:26px 0 20px;font-size:clamp(46px,6vw,76px);line-height:.98}.hero-content h1 span{background:linear-gradient(90deg,#fff,#63e6d5);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-content>p{color:#8993a1;max-width:620px;font-size:17px;line-height:1.7}.hero-actions{gap:12px;margin-top:30px;display:flex}.primary-button{color:#071015;background:#63e6d5;border-radius:11px;padding:13px 18px;font-weight:800}.secondary-button{color:#dfe5ec;background:#ffffff09;border:1px solid #ffffff1a;border-radius:11px;padding:13px 18px;font-weight:700}.reports-section{width:min(1180px,100% - 40px);margin:0 auto;padding:70px 0 100px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.section-heading h2{letter-spacing:-1.3px;margin:9px 0 5px;font-size:32px}.section-heading p{color:#7e8997;margin:0}.report-count{color:#9aa5b3;border:1px solid #ffffff14;border-radius:999px;padding:8px 12px;font-size:12px}.reports-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.report-card{background:#ffffff09;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;min-height:330px;padding:22px;transition:transform .2s,border-color .2s,background .2s;display:flex}.report-card:hover{background:#ffffff0d;border-color:#63e6d540;transform:translateY(-4px)}.card-top{justify-content:space-between;align-items:center;display:flex}.lost-badge{color:#ff8585;letter-spacing:1px;background:#ff68681a;border-radius:6px;padding:5px 8px;font-size:10px;font-weight:900}.report-id{color:#596371;font-family:monospace;font-size:11px}.item-icon{color:#63e6d5;background:#63e6d514;border-radius:13px;place-items:center;width:48px;height:48px;margin-top:25px;display:grid}.report-card h3{letter-spacing:-.4px;margin:18px 0 5px;font-size:19px}.category{color:#63e6d5;margin:0;font-size:12px;font-weight:700}.description{color:#858f9d;margin:14px 0;font-size:13px;line-height:1.55}.metadata{border-top:1px solid #ffffff0f;gap:8px;margin-top:auto;padding-top:15px;display:grid}.metadata div{color:#727d8b;align-items:center;gap:8px;font-size:11px;display:flex}.match-button{color:#63e6d5;background:#63e6d50d;border:1px solid #63e6d52e;border-radius:9px;width:100%;margin-top:18px;padding:11px;font-size:12px;font-weight:800}.state-card{text-align:center;background:#ffffff06;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:250px;display:flex}.state-card h3{margin:15px 0 5px}.state-card p{color:#737e8c;margin:0}.error-state{color:#ff8585}.error-state p{color:#8e6d6d}.spinner{border:3px solid #ffffff1a;border-top-color:#63e6d5;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}footer{color:#515b68;border-top:1px solid #ffffff0f;width:min(1180px,100% - 40px);margin:0 auto;padding:22px 0 30px;font-size:11px}@media (width<=900px){.reports-grid{grid-template-columns:repeat(2,1fr)}.hero-content h1{font-size:58px}}@media (width<=620px){.navbar{width:min(100% - 28px,1180px)}.report-button{display:none}.hero-section,.reports-section,footer{width:min(100% - 28px,1180px)}.hero-section{min-height:550px}.hero-content h1{letter-spacing:-2.5px;font-size:46px}.hero-content>p{font-size:15px}.hero-actions{flex-direction:column}.reports-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start;gap:15px}}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(10px);background:#02060cc7;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.report-modal{box-sizing:border-box;background:#0e1218;border:1px solid #26313b;border-radius:24px;width:min(720px,100%);max-height:calc(100vh - 48px);padding:32px;animation:.2s ease-out modalIn;overflow-y:auto;box-shadow:0 30px 80px #0000008c,0 0 0 1px #5eead40a}@keyframes modalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.modal-header h2{color:#f5f7fa;margin:8px 0;font-size:30px}.modal-header p{color:#8995a5;font-size:15px;line-height:1.6}.close-button{color:#aab4c0;cursor:pointer;background:#151b22;border:1px solid #29343f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s,border-color .2s;display:flex}.close-button:hover{color:#fff;background:#202831;border-color:#3a4855}.report-form{flex-direction:column;gap:20px;display:flex}.report-form label{color:#d8dee6;flex-direction:column;gap:8px;font-size:14px;font-weight:600;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.report-form input,.report-form textarea{box-sizing:border-box;color:#f4f7fa;background:#11171e;border:1px solid #29343f;border-radius:10px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.report-form input::placeholder,.report-form textarea::placeholder{color:#5f6b78}.report-form input:focus,.report-form textarea:focus{background:#141b22;border-color:#4fd8ca;box-shadow:0 0 0 3px #4fd8ca1a}.report-form textarea{resize:vertical;min-height:110px}.report-form input[type=date],.report-form input[type=time]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.form-actions{border-top:1px solid #222b34;justify-content:flex-end;align-items:center;gap:12px;margin-top:6px;padding-top:20px;display:flex}.form-actions .primary-button,.form-actions .secondary-button{min-height:46px}.form-message{border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:14px;display:flex}.error-message{color:#ff9a9a;background:#ff525214;border:1px solid #ff525233}.success-message{color:#6ee7d8;background:#4fd8ca14;border:1px solid #4fd8ca33}.form-actions button:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.modal-overlay{align-items:flex-start;padding:12px}.report-modal{border-radius:18px;max-height:calc(100vh - 24px);margin-top:12px;padding:22px}.modal-header h2{font-size:25px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions button{justify-content:center;width:100%}}.field-hint{color:#667383;margin-top:-2px;font-size:12px;font-weight:400}.report-modal{position:relative}.modal-close{color:#a8b4c0;cursor:pointer;background:#111820;border:1px solid #26323a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.modal-close:hover{color:#fff;background:#18242c;border-color:#3a4b55}.modal-close svg{width:22px;height:22px}
