*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#faf8f5;color:#2b2620;line-height:1.6}.container{max-width:640px;margin:0 auto;padding:32px 20px}.card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 1px 3px rgba(0,0,0,.08)}h1{font-size:28px;margin-bottom:8px}h2{font-size:20px;margin-bottom:16px}p.subtitulo{color:#6b6355;margin-bottom:24px}label{display:block;font-weight:600;margin-bottom:6px;font-size:14px}input[type=email],input[type=password],input[type=text],textarea{width:100%;padding:12px;border:1px solid #ddd6c9;border-radius:8px;font-size:15px;margin-bottom:16px;font-family:inherit}textarea{min-height:140px;resize:vertical}button{background:#b5651d;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;width:100%}button:disabled{background:#cbbfa8;cursor:not-allowed}.erro{background:#fdecea;color:#b3261e;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:14px}.link-secundario{text-align:center;margin-top:16px;font-size:14px}.link-secundario a{color:#b5651d;text-decoration:none}.historico-item{border-bottom:1px solid #eee4d3;padding:14px 0}.historico-item:last-child{border-bottom:none}.status-badge{display:inline-block;font-size:12px;font-weight:600;padding:2px 10px;border-radius:999px;margin-left:8px}.status-pendente{background:#f0e6d2;color:#8a6d3b}.status-pago{background:#d9edf7;color:#31708f}.status-respondido{background:#dff0d8;color:#3c763d}.status-erro{background:#f2dede;color:#a94442}.resposta-texto{white-space:pre-wrap;font-size:15px}nav.topo{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid #eee4d3}nav.topo a{color:#2b2620;text-decoration:none;margin-left:16px;font-size:14px}