
.crwp-root{--b:#e5e7eb;--bg:#ffffff;--muted:#6b7280;--primary:#111827;--accent:#2563eb;--ring:#93c5fd; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";}
.crwp-wrap{max-width:1000px;margin:0 auto;}
.crwp-card{background:var(--bg);border:1px solid var(--b);border-radius:16px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04);}
.crwp-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.crwp-col{flex:1 1 260px;min-width:260px}
.crwp-input, .crwp-textarea, .crwp-select{width:100%;border:1px solid var(--b);border-radius:12px;padding:10px 12px;font-size:14px;outline:none}
.crwp-textarea{min-height:80px;resize:vertical}
.crwp-label{font-size:12px;color:var(--muted);margin-bottom:6px;display:block}
.crwp-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--b);border-radius:999px;font-size:12px;background:#f8fafc;cursor:pointer;user-select:none}
.crwp-chip.active{background:#eff6ff;border-color:#bfdbfe}
.crwp-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--b);background:#f8fafc;border-radius:12px;padding:10px 12px;font-size:14px;cursor:pointer}
.crwp-btn.primary{background:var(--accent);border-color:var(--accent);color:white}
.crwp-btn.ghost{background:transparent}
.crwp-btn:focus{outline:2px solid var(--ring);outline-offset:2px}
.crwp-toolbar{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:16px 0}
.crwp-muted{color:var(--muted);font-size:12px}
.crwp-tag{display:inline-block;padding:2px 8px;border-radius:999px;background:#eef2ff;border:1px solid #c7d2fe;font-size:12px;margin-right:6px}
.crwp-list{display:flex;flex-direction:column;gap:10px}
.crwp-item{border:1px solid var(--b);border-radius:12px;padding:10px;background:#fff;display:flex;justify-content:space-between;gap:10px}
.crwp-actions{display:flex;gap:8px;flex-wrap:wrap}
.crwp-colgrid{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}
@media(min-width:900px){.crwp-colgrid{grid-template-columns:repeat(3,1fr)}}
.crwp-colcard{border:1px dashed var(--b);border-radius:12px;padding:10px;background:#fafafa}
.crwp-h{font-weight:700;font-size:20px;margin:0 0 4px}
.crwp-ts{font-size:12px;color:var(--muted)}
.crwp-check{margin-right:8px}
.crwp-link{color:var(--accent);text-decoration:none}
.crwp-danger{color:#b91c1c}
