:root{color-scheme:light}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;margin:0;padding:0;background:#fafafa;color:#111}a{color:inherit}.container{max-width:980px;margin:0 auto;padding:24px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.row{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;padding:10px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;text-decoration:none}.btnPrimary{background:#111;color:#fff;border-color:#111}.badge{display:inline-block;padding:4px 8px;border-radius:999px;border:1px solid #e5e7eb;background:#fff}.badge,.label{font-size:12px}.label{color:#6b7280}.input,select,textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;box-sizing:border-box}textarea{min-height:120px}hr{border:none;border-top:1px solid #eee;margin:16px 0}h1,h2,h3{margin:0 0 12px}small{color:#6b7280}