:root{--surface: #faf8ff;--surface-base: #ffffff;--surface-subtle: #f8fafc;--surface-muted: #f1f5f9;--surface-container: #eaedff;--surface-container-high: #e2e7ff;--primary: #3c3b6e;--primary-hover: #2d2c54;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--border-subtle: #e2e8f0;--border-strong: #cbd5e1;--verified: #16a34a;--verified-bg: #dcfce7;--pending: #d97706;--pending-bg: #fef3c7;--error: #dc2626;--error-bg: #fee2e2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);background:var(--surface)}*{box-sizing:border-box}body{margin:0;min-width:360px;background:var(--surface)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.page-shell{min-height:100vh;background:var(--surface)}.container{width:min(1360px,calc(100% - 48px));margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:6px;border:1px solid transparent;padding:0 16px;font-size:14px;font-weight:600;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--surface-base);color:var(--text-primary);border-color:var(--border-strong)}.btn-secondary:hover{background:var(--surface-subtle)}.section-title{margin:0;font-size:20px;line-height:28px;font-weight:700;letter-spacing:0}.muted{color:var(--text-muted)}.tag{display:inline-flex;align-items:center;gap:6px;border-radius:4px;border:1px solid var(--border-subtle);padding:4px 8px;font-size:11px;line-height:14px;font-weight:600;color:var(--text-secondary);background:var(--surface-subtle)}.tag-green{color:var(--verified);background:var(--verified-bg);border-color:#bbf7d0}.tag-amber{color:#b45309;background:var(--pending-bg);border-color:#fde68a}.card{border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-base)}.card:hover{border-color:var(--primary);box-shadow:0 2px 4px -1px #0f172a0f,0 1px 2px -1px #0f172a0a}.image-frame{aspect-ratio:4 / 3;overflow:hidden;border-radius:6px;background:var(--surface-muted)}.image-frame img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:720px){.container{width:min(100% - 32px,1360px)}.btn{min-height:44px}}
