:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#1a1a1a}body{margin:0;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.container{max-width:960px;margin:0 auto;padding:48px 24px 80px}.header{margin-bottom:40px}.logo{height:48px;width:auto}.header-subtitle{margin-top:4px;font-size:1rem;color:#888;font-weight:400}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:640px){.grid{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:0 4px 20px #0000000f;transform:translateY(-2px)}.card-header{display:flex;align-items:center;gap:12px}.card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;overflow:hidden}.card-icon-img{width:100%;height:100%;object-fit:cover}.card-title-group{flex:1;min-width:0}.card-name{font-size:1.05rem;font-weight:700;color:#1a1a1a;line-height:1.3}.card-subtitle{font-size:.82rem;color:#999;font-weight:400}.status-badge{font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.3px;white-space:nowrap;flex-shrink:0;align-self:flex-start}.card-description{font-size:.9rem;color:#555;line-height:1.55}.card-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:.78rem;color:#666;background:#f4f4f4;padding:4px 12px;border-radius:20px;font-weight:500;border:1px solid #e8e8e8}
