.mov-tool{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;}
.mov-examples{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 0.75rem;}
.mov-examples-label{font-size:0.875rem;font-weight:600;color:var(--text-muted,#6b7280);}
.mov-example{display:inline-block;padding:0.5rem 1rem;font-size:0.875rem;font-weight:500;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;cursor:pointer;transition:background 0.2s,border-color 0.2s,color 0.2s;}
.mov-example:hover{background:#e5e7eb;border-color:#d1d5db;}
.mov-example:focus-visible{outline:2px solid #2563eb;outline-offset:2px;}
.mov-examples-label-invalid{margin-left:0.5rem;}
.mov-example-invalid{color:#b91c1c;background:#fef2f2;border-color:#fecaca;}
.mov-example-invalid:hover{background:#fee2e2;border-color:#fca5a5;}
.mov-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.mov-panel-title{font-size:1.125rem;font-weight:700;margin:0 0 1rem;color:#111827;}
.mov-label{display:block;font-size:0.8125rem;font-weight:600;color:#4b5563;margin-bottom:0.375rem;}
.mov-label-optional{margin-top:1rem;}
.mov-input{width:100%;padding:0.75rem 1rem;font-size:1rem;line-height:1.5;border:2px solid #e5e7eb;border-radius:10px;background:#fff;transition:border-color 0.2s,box-shadow 0.2s;}
.mov-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,0.12);}
.mov-input::placeholder{color:#9ca3af;}
.mov-input-narrow{max-width:12rem;}
.mov-hint{font-size:0.75rem;color:#6b7280;margin:0.375rem 0 0;}
.mov-step-row{margin-bottom:1rem;}
.mov-step-row:last-of-type{margin-bottom:1.25rem;}
.mov-actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:1rem;}
.mov-btn{padding:0.625rem 1.25rem;font-size:0.9375rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:background 0.2s,transform 0.1s;}
.mov-btn:active{transform:scale(0.98);}
.mov-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px;}
.mov-btn-primary{background:#2563eb;color:#fff;}
.mov-btn-primary:hover{background:#1d4ed8;}
.mov-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;}
.mov-btn-secondary:hover{background:#e5e7eb;}
.mov-results{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.mov-results[hidden]{display:none;}
.mov-status{margin-bottom:1rem;}
.mov-status-inner{padding:1rem 1.25rem;border-radius:10px;font-size:0.9375rem;line-height:1.5;}
.mov-status-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46;}
.mov-status-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;}
.mov-status-warn{background:#fef3c7;border:1px solid #fde68a;color:#92400e;}
.mov-calculation{margin-bottom:1rem;}
.mov-step-item{padding:0.75rem 1rem;margin-bottom:0.5rem;border-radius:8px;border-left:4px solid #2563eb;background:#f8fafc;font-size:0.875rem;}
.mov-step-item.error{border-left-color:#dc2626;background:#fef2f2;}
.mov-step-item.ok{border-left-color:#059669;background:#ecfdf5;}
.mov-errors{font-size:0.875rem;}
.mov-side{margin-top:0.5rem;}
.mov-side-title{font-size:1rem;font-weight:700;margin:0 0 0.75rem;color:#111827;}
.mov-check-list,.mov-related-list{list-style:none;padding:0;margin:0;}
.mov-check-list li,.mov-related-list li{margin-bottom:0.5rem;font-size:0.9375rem;}
.mov-check-list li::before{content:"✓ ";color:#059669;font-weight:600;}
.mov-related-list a{color:#2563eb;text-decoration:none;}
.mov-related-list a:hover{text-decoration:underline;}
.mov-edu{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e5e7eb;}
.mov-edu-h2{font-size:1.5rem;font-weight:700;margin:0 0 0.75rem;color:#111827;}
.mov-edu-h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 0.5rem;color:#374151;}
.mov-edu-h4{font-size:1.0625rem;font-weight:600;margin:1rem 0 0.375rem;color:#4b5563;}
.mov-edu-p,.mov-edu-ul{margin:0 0 0.75rem;font-size:0.9375rem;line-height:1.6;color:#4b5563;}
.mov-edu-ul{padding-left:1.5rem;}
.mov-edu-ul li{margin-bottom:0.25rem;}
@media (min-width:640px){.mov-panel,.mov-results{padding:1.5rem;}.mov-input-narrow{max-width:14rem;}}
@media (min-width:992px){.mov-tool{display:grid;grid-template-columns:1fr 280px;gap:2rem;align-items:start;}.mov-examples{grid-column:1;}.mov-panel.mov-expression{grid-column:1;}.mov-panel.mov-steps{grid-column:1;}.mov-results{grid-column:1;}.mov-side{grid-column:2;grid-row:1/5;margin-top:0;position:sticky;top:1rem;}}
@media (min-width:1200px){.mov-side{max-width:320px;}}
