@charset "UTF-8";.msdos-terminal{font-family:Courier New,Lucida Console,monospace;background:#000;color:#fff;padding:20px;margin:-2.5rem -2.5rem 1.5rem;position:relative;overflow:hidden;border:1px solid #333333;width:calc(100% + 5rem)}.terminal-header{background:linear-gradient(90deg,navy,teal);color:#fff;padding:4px 8px;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;border-bottom:1px solid #00ff00}.terminal-title{text-shadow:1px 1px 0px #000000}.terminal-time{font-family:Courier New,monospace;background:#000;padding:2px 4px;border:1px inset #ffffff}.terminal-screen{background:#000;color:#fff;padding:20px;min-height:300px;max-height:400px;font-size:14px;line-height:1.4;position:relative;overflow-y:auto;border-bottom:1px solid #333333}.terminal-line{margin-bottom:8px;white-space:pre-wrap;word-wrap:break-word}.terminal-prompt{color:#ff0;font-weight:700}.terminal-text{color:#fff}.terminal-cursor{display:inline-block;color:#fff;animation:blink 1s infinite;font-family:inherit;font-size:inherit;line-height:inherit}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.terminal-status-bar{background:#000;color:#fff;padding:10px 20px;display:flex;justify-content:space-between;font-size:12px;font-weight:700;border-top:1px solid #333333}.status-item{color:#ccc}.speed-display-terminal{font-size:24px;text-align:center;margin:20px 0;font-weight:700;text-shadow:2px 2px 0px #000000}.terminal-progress{background:#000;border:1px solid #333333;margin:10px 0;height:20px;position:relative}.terminal-progress-fill{background:linear-gradient(90deg,#fff,#ccc,#888);height:100%;transition:width .3s ease;position:relative}.terminal-progress-fill:after{content:"▒";position:absolute;right:5px;top:50%;transform:translateY(-50%);color:#000;font-weight:700}.speed-bar-fill{position:absolute;top:0;left:0;height:100%;width:0%;background:var(--text-primary);border-radius:4px;transition:width .3s ease}.speed-markers{display:flex;justify-content:space-between;margin-bottom:1rem}.marker{font-size:.75rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.test-status{font-size:.875rem;color:var(--text-secondary);padding:.5rem 1rem;background:var(--input-bg);border-radius:var(--border-radius);display:inline-block}.test-controls{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.test-progress{margin-bottom:2rem}.progress-bar-simple{width:100%;height:4px;background:var(--border-color);border-radius:2px;overflow:hidden}.progress-bar-simple-fill{height:100%;background:var(--text-primary);width:0%;transition:width .3s ease}.results-container{padding:2rem;background:var(--tool-bg);border-radius:var(--border-radius-lg);border:1px solid var(--border-color)}.results-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-bottom:2rem}.result-item{text-align:center}.result-label{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.result-value{font-size:2rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}@media(max-width:768px){.result-value{font-size:1.5rem}}.post-test-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}
