.aeo-grader{--aeo-primary:#0f5ef7;--aeo-primary-dark:#0a4ed4;--aeo-text:#1a202c;--aeo-text-muted:#718096;--aeo-border:#e2e8f0;--aeo-bg:#f7fafc;--aeo-error:#e53e3e;--aeo-score-low:#e53e3e;--aeo-score-mid:#dd6b20;--aeo-score-good:#d69e2e;--aeo-score-high:#38a169;--aeo-radius:8px;color:var(--aeo-text);font-family:inherit;margin:0 auto;max-width:560px;padding:40px 24px}.aeo-hidden{display:none!important}.aeo-step{animation:aeoFadeIn .3s ease}@keyframes aeoFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.aeo-headline{font-size:1.75rem;font-weight:700;line-height:1.2;margin:0 0 8px}.aeo-subheadline{color:var(--aeo-text-muted);margin:0 0 32px}.aeo-form{display:flex;flex-direction:column;gap:16px}.aeo-field-grid{display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:480px){.aeo-field-grid{grid-template-columns:1fr}}.aeo-field{display:flex;flex-direction:column;gap:6px}.aeo-field label{color:var(--aeo-text);font-size:.875rem;font-weight:600}.aeo-grader .aeo-field input{background:#fff;border-color:var(--aeo-border);border-radius:var(--aeo-radius);border-style:solid;border-width:1px;color:var(--aeo-text);font-family:inherit;font-size:1rem;outline:none;padding:10px 14px;transition:border-color .15s}.aeo-grader .aeo-field input:focus,.aeo-grader .aeo-field input:focus-visible{border-color:var(--aeo-primary);box-shadow:none!important;outline:none!important}.aeo-grader .aeo-field input.aeo-input-error{border-color:var(--aeo-error)}.aeo-field-error{color:var(--aeo-error);font-size:.8rem;min-height:1em}.aeo-hp{display:none!important}.aeo-btn{align-self:flex-start;background:var(--aeo-primary);border:none;border-radius:var(--aeo-radius);color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;margin-top:8px;padding:12px 28px;transition:background .15s,opacity .15s}.aeo-btn:hover:not(:disabled){background:var(--aeo-primary-dark)}.aeo-btn:disabled{cursor:not-allowed;opacity:.5}#aeo-btn-start{align-self:center;border-radius:999px}.aeo-btn--secondary{background:transparent;border:1px solid var(--aeo-primary);color:var(--aeo-primary);margin-top:24px}.aeo-btn--secondary:hover:not(:disabled),.aeo-loader{background:var(--aeo-bg)}.aeo-loader{align-items:center;border-radius:var(--aeo-radius);display:flex;gap:12px;margin-bottom:24px;padding:16px}.aeo-spinner{animation:aeoSpin .8s linear infinite;border:3px solid var(--aeo-border);border-radius:50%;border-top-color:var(--aeo-primary);flex-shrink:0;height:22px;width:22px}@keyframes aeoSpin{to{transform:rotate(1turn)}}.aeo-gate-text{color:var(--aeo-text);font-size:1rem;margin:0 0 20px}.aeo-result-header{margin-bottom:32px}.aeo-total-wrap{align-items:baseline;display:flex;gap:4px;margin-bottom:12px}.aeo-total-number{color:var(--aeo-primary);font-size:3.5rem;font-weight:800;line-height:1}.aeo-total-max{color:var(--aeo-text-muted);font-size:1.25rem}.aeo-total-bar-track{background:var(--aeo-border);border-radius:99px;height:10px;margin-bottom:16px;overflow:hidden}.aeo-total-bar-fill{border-radius:99px;height:100%;transition:width .8s ease;width:0}.aeo-interpretation{color:var(--aeo-text-muted);font-size:1rem;line-height:1.6;margin:0}.aeo-dimensions{display:flex;flex-direction:column;gap:14px}.aeo-dim-label{display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;margin-bottom:5px}.aeo-dim-label span:last-child{color:var(--aeo-text-muted)}.aeo-dim-bar-track{background:var(--aeo-border);border-radius:99px;height:6px;overflow:hidden}.aeo-dim-bar-fill{background:var(--aeo-primary);border-radius:99px;height:100%;transition:width .8s ease;width:0}.aeo-global-error{background:#fff5f5;border:1px solid #fed7d7;border-radius:var(--aeo-radius);color:var(--aeo-error);font-size:.9rem;line-height:1.5;padding:14px 18px}