:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f1f5f9;background-color:#090d16;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at 50% 20%,#1e293b,#090d16)}.container{max-width:720px;width:90%;padding:2.5rem;background:#0f172abf;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 40px -15px #00000080;text-align:center}.badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#38bdf8;background:#38bdf81a;padding:.35rem .75rem;border-radius:9999px;border:1px solid rgba(56,189,248,.2);margin-bottom:1rem}h1{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#fff}p.subtitle{color:#94a3b8;font-size:.95rem;margin-bottom:2rem}.assets-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}@media(max-width:600px){.assets-grid{grid-template-columns:1fr}}.asset-card{background:#02061799;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;transition:transform .2s,border-color .2s}.asset-card:hover{transform:translateY(-2px);border-color:#38bdf84d}.preview-box{width:100%;height:120px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden;padding:1rem}.preview-box.dark{background:#000;border:1px solid #1e293b}.preview-box.light{background:#fff}.preview-box img{max-width:100%;max-height:100%;object-fit:contain}.asset-info{width:100%;text-align:left}.asset-name{font-size:.875rem;font-weight:600;color:#e2e8f0;margin-bottom:.25rem}.asset-path{font-family:monospace;font-size:.75rem;color:#64748b;word-break:break-all;margin-bottom:.75rem}.link-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.5rem;font-size:.8rem;font-weight:500;color:#38bdf8;background:#38bdf814;border:1px solid rgba(56,189,248,.2);border-radius:6px;text-decoration:none;transition:background .2s}.link-btn:hover{background:#38bdf82e}.footer-note{font-size:.8rem;color:#64748b}
