:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#111827;background:#f3f4f6}*{box-sizing:border-box}body{margin:0}.layout{min-height:100vh}.header{padding:1rem 1.5rem;background:#111827;color:#f9fafb}.header h1{margin:0 0 .75rem;font-size:1.2rem}.header nav{display:flex;gap:.5rem;flex-wrap:wrap}.header button{border:0;border-radius:8px;padding:.5rem .75rem;cursor:pointer;background:#2563eb;color:#fff}.content{padding:1rem 1.5rem 2rem}.panel{background:#fff;border-radius:12px;padding:1rem;border:1px solid #e5e7eb}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:.8rem}.form-grid label{display:flex;flex-direction:column;gap:.3rem;font-size:.92rem}.form-grid .full{grid-column:1 / -1}input,select,textarea,button{font:inherit;padding:.5rem;border-radius:8px;border:1px solid #cbd5e1}button{background:#111827;color:#fff;border:none;cursor:pointer}.checkbox{flex-direction:row!important;align-items:center;margin-top:1.4rem}.result{background:#0f172a;color:#e2e8f0;border-radius:8px;padding:.75rem;max-height:260px;overflow:auto}.card-list{display:grid;gap:.7rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.card{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.35rem}.inline{display:flex;gap:.5rem;flex-wrap:wrap}
