@charset "UTF-8";:root{--iw-primary: #3c2e88;--iw-primary-dark: #2e2268;--iw-primary-soft: #ede9fe;--iw-accent: #c1354d;--iw-accent-alt: #e33e5a;--iw-bg-page: #f3f3f3;--iw-bg-card: #ffffff;--iw-border: #e5e7eb;--iw-text-body: #333333;--iw-text-muted: #6b7280;--iw-radius: 10px;--iw-shadow: 0 1px 3px rgba(0, 0, 0, .06)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,Arial,Helvetica,sans-serif;background:var(--iw-bg-page);color:var(--iw-text-body)}h1,h2,h3{color:var(--iw-primary);font-weight:700;margin:0 0 .5rem}.page-content{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.report-page{display:flex;justify-content:center}.report-card{width:100%;max-width:640px;background:var(--iw-bg-card);border:1px solid var(--iw-border);border-radius:16px;box-shadow:0 8px 24px #0000000f;padding:1.75rem 2rem}.report-card p{color:var(--iw-text-muted);font-size:.9rem;line-height:1.5}form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}form fieldset{border:1px solid var(--iw-border);border-radius:var(--iw-radius);padding:.75rem 1rem;margin:0}form legend{font-size:.8rem;font-weight:600;color:var(--iw-text-muted);padding:0 .35rem}form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--iw-text-body)}form fieldset label{flex-direction:row;align-items:center;font-weight:500;display:inline-flex;gap:.4rem;margin-right:1rem}input[type=text],input[type=number],input[type=date]{height:40px;padding:0 .75rem;border:1px solid var(--iw-border);border-radius:var(--iw-radius);font-family:inherit;font-size:.9rem;color:var(--iw-text-body);outline:none;transition:border-color .15s,box-shadow .15s}input[type=text]:focus,input[type=number]:focus,input[type=date]:focus{border-color:var(--iw-primary);box-shadow:0 0 0 3px #3c2e881f}button[type=submit]{align-self:flex-start;height:40px;padding:0 1.5rem;border:none;border-radius:var(--iw-radius);background:var(--iw-primary);color:#fff;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}button[type=submit]:hover:not(:disabled){background:var(--iw-primary-dark)}button[type=submit]:disabled{background:#c7c3dd;cursor:not-allowed}.erro{background:#fde4e1;border:1px solid #b16a6c;color:#630e18;border-radius:var(--iw-radius);padding:.75rem 1rem;font-size:.85rem;margin:0}.status-box{margin-top:1.5rem;padding:1rem 1.25rem;border:1px solid var(--iw-border);border-radius:var(--iw-radius);background:#fafafa}.status-box p{margin:0 0 .5rem;color:var(--iw-text-body);font-size:.9rem}.downloads{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.downloads a{color:var(--iw-primary);font-weight:600;font-size:.88rem;text-decoration:none}.downloads a:hover{text-decoration:underline}
