:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#app{width:100%;max-width:600px;margin:0 auto;padding:2rem}.container{display:flex;flex-direction:column;gap:2rem}h1{font-size:2.5em;line-height:1.2;margin:0;text-align:center}.subtitle{font-size:1.1em;color:#888;margin:-1rem 0 0;text-align:center}.form-section{display:flex;flex-direction:column;gap:1rem}label{font-size:1.2em;font-weight:500;text-align:left}select{padding:1rem;font-size:1.1em;font-family:inherit;border-radius:8px;border:2px solid #444;background-color:#1a1a1a;color:#ffffffde;cursor:pointer;transition:border-color .25s}select:hover{border-color:#2196f3}select:focus{outline:none;border-color:#2196f3}.slider-container{display:flex;flex-direction:column;gap:.75rem}input[type=range]{width:100%;height:12px;border-radius:6px;background:#444;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;border-radius:50%;background:#2196f3;cursor:pointer;transition:background .15s}input[type=range]::-webkit-slider-thumb:hover{background:#1976d2}input[type=range]::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:#2196f3;cursor:pointer;border:none;transition:background .15s}input[type=range]::-moz-range-thumb:hover{background:#1976d2}.severity-display{font-size:2.5em;font-weight:600;text-align:center;color:#2196f3}.severity-labels{display:flex;justify-content:space-between;font-size:.95em;color:#888;margin-top:-.5rem}button{border-radius:8px;border:none;padding:1.2em 2em;font-size:1.2em;font-weight:600;font-family:inherit;background-color:#2196f3;color:#fff;cursor:pointer;transition:background-color .25s,transform .1s}button:hover{background-color:#1976d2}button:active{transform:scale(.98)}button:focus,button:focus-visible{outline:3px solid rgba(33,150,243,.5);outline-offset:2px}.confirmation{font-size:1.3em;font-weight:500;padding:1.5rem;border-radius:8px;background-color:#4caf501a;border:2px solid #4CAF50;color:#4caf50;text-align:center;min-height:3.5rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.confirmation.show{opacity:1}.confirmation:empty{opacity:0}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}select{background-color:#f9f9f9;border-color:#ddd;color:#213547}select:hover,select:focus{border-color:#2196f3}input[type=range]{background:#ddd}}
