.Stopwatch-module__bqLg-q__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.Stopwatch-module__bqLg-q__title{color:var(--color-primary);margin-bottom:2rem;font-size:2rem}.Stopwatch-module__bqLg-q__display{font-family:var(--font-mono);color:var(--color-text);min-height:5rem;margin-bottom:2rem;font-size:5rem;font-weight:700;line-height:1}.Stopwatch-module__bqLg-q__timeWrapper,.Stopwatch-module__bqLg-q__digit{display:inline-block}.Stopwatch-module__bqLg-q__smallDigit{opacity:.7;font-size:3rem;display:inline-block}.Stopwatch-module__bqLg-q__controls{gap:1rem;margin-bottom:1rem;display:flex}.Stopwatch-module__bqLg-q__btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:.75rem;min-width:140px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s}.Stopwatch-module__bqLg-q__btn:disabled{opacity:.4;cursor:not-allowed}.Stopwatch-module__bqLg-q__btnStart{background:var(--color-success);color:#fff}.Stopwatch-module__bqLg-q__btnStart:hover:not(:disabled){filter:brightness(110%);transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.Stopwatch-module__bqLg-q__btnStop{background:var(--color-warning);color:#fff}.Stopwatch-module__bqLg-q__btnStop:hover{filter:brightness(110%);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.Stopwatch-module__bqLg-q__btnLap{background:var(--color-primary);color:#fff}.Stopwatch-module__bqLg-q__btnLap:hover{filter:brightness(110%);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.Stopwatch-module__bqLg-q__btnReset{background:var(--color-surface);border:2px solid var(--color-border);color:var(--color-text-muted)}.Stopwatch-module__bqLg-q__btnReset:hover:not(:disabled){background:var(--color-bg);color:var(--color-text);border-color:var(--color-text-muted)}.Stopwatch-module__bqLg-q__shortcuts{color:var(--color-text-muted);background:#3b82f61a;border-radius:2rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.85rem;display:inline-block}.Stopwatch-module__bqLg-q__shortcuts strong{color:var(--color-primary);font-family:var(--font-mono);background:var(--color-surface);border-radius:.25rem;margin:0 .25rem;padding:.2rem .5rem}.Stopwatch-module__bqLg-q__lapsSection{width:100%;max-width:600px;margin-top:2rem}.Stopwatch-module__bqLg-q__lapsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Stopwatch-module__bqLg-q__lapsHeader h3{color:var(--color-text);margin:0;font-size:1.3rem}.Stopwatch-module__bqLg-q__exportBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.Stopwatch-module__bqLg-q__exportBtn:hover{filter:brightness(110%);transform:translateY(-2px)}.Stopwatch-module__bqLg-q__lapsTable{background:var(--color-surface);border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.Stopwatch-module__bqLg-q__lapsTable table{border-collapse:collapse;width:100%}.Stopwatch-module__bqLg-q__lapsTable thead{background:var(--color-bg);border-bottom:2px solid var(--color-border)}.Stopwatch-module__bqLg-q__lapsTable th{text-align:left;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;padding:1rem;font-size:.9rem;font-weight:600}.Stopwatch-module__bqLg-q__lapsTable tbody tr{border-bottom:1px solid var(--color-border);transition:background .2s}.Stopwatch-module__bqLg-q__lapsTable tbody tr:last-child{border-bottom:none}.Stopwatch-module__bqLg-q__lapsTable tbody tr:hover{background:#3b82f60d}.Stopwatch-module__bqLg-q__lapsTable td{font-family:var(--font-mono);padding:1rem;font-size:1rem}.Stopwatch-module__bqLg-q__lapNumber{color:var(--color-text-muted);width:60px;font-weight:600}.Stopwatch-module__bqLg-q__lapTime{color:var(--color-text);font-weight:600;position:relative}.Stopwatch-module__bqLg-q__totalTime{color:var(--color-text-muted);text-align:right}.Stopwatch-module__bqLg-q__fastest{background:#10b9811a}.Stopwatch-module__bqLg-q__fastest .Stopwatch-module__bqLg-q__lapTime{color:var(--color-success)}.Stopwatch-module__bqLg-q__slowest{background:#ef44441a}.Stopwatch-module__bqLg-q__slowest .Stopwatch-module__bqLg-q__lapTime{color:var(--color-danger)}.Stopwatch-module__bqLg-q__badge{margin-left:.5rem;font-size:.9rem}.Stopwatch-module__bqLg-q__info{max-width:600px;color:var(--color-text-secondary);margin-top:3rem;font-size:.95rem;line-height:1.7}.Stopwatch-module__bqLg-q__info h3{color:var(--color-text);margin-bottom:1rem}.Stopwatch-module__bqLg-q__info p{margin-bottom:1rem}.Stopwatch-module__bqLg-q__tipBox{border-left:4px solid var(--color-primary);background:#3b82f61a;border-radius:.5rem;padding:1rem}@media (max-width:600px){.Stopwatch-module__bqLg-q__display{font-size:3.5rem}.Stopwatch-module__bqLg-q__smallDigit{font-size:2rem}.Stopwatch-module__bqLg-q__controls{flex-direction:column;width:100%;max-width:300px}.Stopwatch-module__bqLg-q__btn{width:100%;min-width:unset}.Stopwatch-module__bqLg-q__shortcuts{padding:.5rem 1rem;font-size:.75rem}.Stopwatch-module__bqLg-q__shortcuts strong{margin:.1rem;display:inline-block}.Stopwatch-module__bqLg-q__lapsHeader{flex-direction:column;align-items:stretch;gap:1rem}.Stopwatch-module__bqLg-q__exportBtn{width:100%}.Stopwatch-module__bqLg-q__lapsTable th,.Stopwatch-module__bqLg-q__lapsTable td{padding:.75rem .5rem;font-size:.9rem}.Stopwatch-module__bqLg-q__lapNumber{width:40px}.Stopwatch-module__bqLg-q__totalTime{font-size:.85rem}}
