:root{font-family:Inter,system-ui,sans-serif;color:#161616;background:#f5f4ef;--ink:#161616;--violet:#6d4aff}*{box-sizing:border-box}body{margin:0}main{max-width:1120px;margin:auto;padding:42px 24px}header{display:flex;justify-content:space-between;align-items:start;margin-bottom:26px}h1{font-size:clamp(38px,6vw,72px);letter-spacing:-.055em;margin:6px 0}h2{grid-column:1/-1}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--violet)}.card{background:#fff;border:1px solid #ddd;border-radius:20px;padding:26px;box-shadow:0 12px 35px #0000000b}.narrow{max-width:420px}.grid,.resultGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}label{display:grid;gap:7px;font-weight:650;font-size:14px}input,select,textarea{border:1px solid #ccc;border-radius:10px;padding:12px;font:inherit;background:#fff}textarea{min-height:90px;resize:vertical}.wide,.full{grid-column:1/-1}button{border:0;border-radius:999px;padding:13px 21px;background:var(--ink);color:#fff;font-weight:750;cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}.ghost,.tab{background:#fff;color:var(--ink);border:1px solid #ccc}.actions,.sectionHead,.resultActions,.tabs{display:flex;align-items:center;gap:15px}.sectionHead{justify-content:space-between}.hidden{display:none!important}.tabs{margin-bottom:18px}.tab.active{background:var(--ink);color:#fff}.resultHeader{display:flex;justify-content:space-between;align-items:center;margin:24px 0 12px}.resultBlock{background:#fff;border:1px solid #ddd;border-radius:16px;padding:20px}.resultBlock h3{margin:0 0 12px;color:var(--violet)}.resultBlock li{margin:7px 0}.tech{width:100%;border-collapse:collapse}.tech td{padding:9px;border-bottom:1px solid #eee}.tech td:first-child{font-weight:700}.badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#fff2bd;font-size:12px;font-weight:800}.badge.aprovado{background:#d7f8d7}.badge.rejeitado{background:#ffd8d8}.usage{color:#666;font-size:13px}.copy{padding:7px 11px;font-size:12px;float:right}.historyItem{display:grid;grid-template-columns:1fr auto;gap:8px;padding:16px 0;border-bottom:1px solid #eee;cursor:pointer}.historyItem strong,.historyItem small{display:block}.historyItem small{color:#666}.notice{background:#fff7d6;border:1px solid #f0d773;border-radius:12px;padding:12px;margin:12px 0}.resultActions{margin-top:16px}.photoGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.photoCard{background:#f1f1ee;border:1px solid #ddd;border-radius:14px;overflow:hidden}.photoCard img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.photoCard span{display:block;padding:8px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.formHelp{margin:-8px 0 2px;color:#666}.attributes{min-height:210px;line-height:1.5}label small{color:#666;font-weight:400;line-height:1.4}.tableWrap{overflow-x:auto}.tech thead td{background:#f5f4ef;font-size:12px;text-transform:uppercase;letter-spacing:.04em}@media(max-width:700px){.grid,.resultGrid{grid-template-columns:1fr}.wide,.full{grid-column:auto}main{padding:24px 14px}.resultHeader,.sectionHead{align-items:start}}
