:root{--primary-color: #1e3a5f;--primary-color-light: #2b5a8c;--primary-color-darker: #162d4a;--secondary-color: #2c2c2c;--accent-color: #c4850c;--background-color: #faf8f5;--card-bg-color: #ffffff;--text-color: #2c2c2c;--text-color-light: #5a5550;--border-color: #e8e0d6;--success-color: #4caf50;--error-color: #e53935;--header-bg: #ffffff;--footer-bg: #1e3a5f;--footer-text: #ffffff;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 8px rgba(0, 0, 0, .08);--border-radius: 14px;--transition-speed: .3s}.vowc-button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius);cursor:pointer;font-size:1rem;font-weight:500;text-align:center;transition:background-color var(--transition-speed) ease}.vowc-button:hover{background-color:var(--primary-color-light);color:#fff}.vowc-button.secondary{background-color:#e0e4e8;color:var(--text-color);font-size:.9rem;padding:.7rem 1.2rem}.vowc-button.secondary:hover{background-color:#d0d4d8}.vowc-button.accent{background-color:var(--accent-color);color:#fff;font-size:.85rem;padding:.6rem 1rem}.vowc-button.accent:hover{background-color:#a06d08}.vowc-tool-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem}.vowc-content{flex:3}.vowc-content textarea#scriptInput{height:300px;width:100%;font-size:1.1rem;line-height:1.5}.vowc-content textarea#processedScript{min-height:250px;width:100%;font-size:1.1rem;line-height:1.5}.vowc-button-group{margin:1.5rem 0;display:flex;gap:.75rem}.vowc-aside{flex:1;min-width:234px;max-width:275px}.vowc-options-panel{background:linear-gradient(135deg,gold,#ffed4e);border-radius:var(--border-radius);padding:.75em;box-shadow:0 4px 12px #00000026;height:fit-content;position:sticky;top:2rem}.vowc-options-panel h2{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600}.vowc-options-group{margin-bottom:1rem}.vowc-options-group:last-child{margin-bottom:0}.vowc-options-group h3{margin:0 0 .5rem;color:#333;font-size:.85rem;font-weight:600;padding-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.5px}.vowc-select-all-wrapper{text-align:right;margin-bottom:.25rem}.vowc-select-all{font-size:.7rem;color:#555;cursor:pointer;text-decoration:underline;transition:color .2s ease}.vowc-select-all:hover{color:#333}.vowc-checkbox-list{display:grid;gap:.15rem}.vowc-checkbox-list label{display:flex;align-items:center;gap:.4rem;font-size:.75rem;line-height:1.2;color:#333;cursor:pointer;padding:0;transition:all .2s ease}.vowc-checkbox-list label:hover{color:#000}.vowc-checkbox-list input[type=checkbox]{margin:5px 0;flex-shrink:0;width:15px;height:15px;accent-color:var(--primary-color)}.vowc-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;font-size:10px;font-weight:700;color:#666;background:#e0e0e0;border-radius:50%;cursor:help;margin-left:4px;position:relative;flex-shrink:0}.vowc-tooltip-icon:hover{background:#ccc;color:#333}.vowc-tooltip-icon:after{content:attr(data-tooltip);position:absolute;bottom:100%;right:0;background:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:11px;font-weight:400;white-space:pre-line;width:max-content;max-width:250px;text-align:left;line-height:1.4;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1000;pointer-events:none;margin-bottom:6px;box-shadow:0 2px 8px #0000004d}.vowc-tooltip-icon:hover:after{opacity:1;visibility:visible}.vowc-results-dashboard{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.vowc-metric-box{flex:1;min-width:150px;background-color:var(--background-color);padding:1.25rem 1.5rem;border-radius:var(--border-radius);text-align:center;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:center}.vowc-metric-label{font-size:.9rem;color:var(--text-color-light);margin-bottom:.5rem;display:block;text-transform:uppercase;letter-spacing:.5px}.vowc-metric-value{font-size:2.5rem;font-weight:600;color:var(--secondary-color);line-height:1.1}.vowc-metric-unit{font-size:.85rem;color:var(--text-color-light);display:block;margin-top:.25rem}.vowc-metric-box.vowc-spoken-count .vowc-metric-value{color:var(--primary-color)}.vowc-metric-box.vowc-increase-count.positive-increase .vowc-metric-value{color:#388e3c}.vowc-metric-box.vowc-increase-count.negative-increase .vowc-metric-value{color:#d32f2f}.vowc-processed-script-section{margin-top:1.5rem}.vowc-processed-script-section h3{margin-bottom:.75rem}@media(max-width:500px){.vowc-results-dashboard{gap:1rem}.vowc-metric-box{min-width:calc(50% - .5rem);flex-grow:0}.vowc-metric-value{font-size:2rem}}@media(max-width:840px){.vowc-tool-wrapper{flex-direction:column}.vowc-aside{max-width:none}.vowc-options-panel{position:static;margin-top:1rem;padding:1.5em}.vowc-checkbox-list label{font-size:.75rem;gap:.3rem}.vowc-checkbox-list input[type=checkbox]{width:14px;height:14px;margin:4px 0}.vowc-options-group h3{font-size:.8rem;margin-bottom:.4rem}.vowc-options-panel h2{font-size:1rem;margin-bottom:.8rem}.vowc-options-group{margin-bottom:.8rem}.vowc-checkbox-list{gap:.1rem}}.vowc-tool-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-color-light) 100%);border-radius:var(--border-radius);padding:2rem;color:#fff}.vowc-tool-section h2{margin:0 0 1.5rem;color:#fff;font-size:1.4rem;font-weight:600}.vowc-tool-section form{display:flex;flex-direction:column;gap:2rem}.vowc-input-row{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}.vowc-input-group{display:flex;flex-direction:column}.vowc-tool-section label{margin-bottom:.75rem;font-weight:600;color:#fff;font-size:1rem;line-height:1.4}.vowc-tool-section input[type=number]{padding:1rem;font-size:1.2rem;border:2px solid rgba(255,255,255,.3);border-radius:var(--border-radius);background:#fffffff2;color:var(--text-color);transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.vowc-tool-section input[type=number]:focus{border-color:#fffc;background:#fff;box-shadow:0 4px 12px #0003;outline:none}.vowc-tool-section input[type=number]::placeholder{color:#888;font-style:italic}.vowc-tool-section input[type=range]{width:100%;margin-top:.75rem;-webkit-appearance:none;appearance:none;height:6px;background:#ffffff4d;border-radius:3px;outline:none}.vowc-tool-section input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d}.vowc-tool-section input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 6px #0000004d}.vowc-reset-link{color:#fffc;text-decoration:none;font-size:.85rem;font-weight:400;margin-left:.5rem;transition:color .2s ease}.vowc-reset-link:hover{color:#fff;text-decoration:underline}.vowc-wpm-presets{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.vowc-wpm-preset-btn{padding:.5rem .875rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:20px;cursor:pointer;font-size:.8rem;font-weight:500;color:#ffffffd9;transition:all .2s ease;text-align:center;box-shadow:none;white-space:nowrap}.vowc-wpm-preset-btn:hover{background:#ffffff38;border-color:#ffffff73;color:#fff}.vowc-wpm-preset-btn.active{background:#ffffff4d;border-color:#fff9;color:#fff;font-weight:600}.vowc-timer-result{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.vowc-timer-result__card{background:#fffffff2;border:2px solid rgba(255,255,255,.6);border-top:3px solid #f9a825;border-radius:12px;padding:1.5rem 2rem;text-align:center;box-shadow:0 8px 24px #00000026,inset 0 1px #ffffff80;transition:box-shadow .3s ease}.vowc-timer-result__card.pulse{box-shadow:0 8px 24px #00000026,inset 0 1px #ffffff80,0 0 0 3px #ffffff40}.vowc-timer-result__label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#5a7899;margin-bottom:.5rem}.vowc-timer-result__value{display:block;font-family:SF Mono,Fira Code,Cascadia Code,Monaco,monospace;font-size:3.5rem;font-weight:700;color:#2a5885;line-height:1;letter-spacing:.02em;transition:transform .2s ease-out}.vowc-timer-result__value.empty{color:#b0b8c4;font-weight:400}.vowc-timer-result__value.updating{transform:scale(1.03)}.vowc-timer-result__value.error{font-size:1rem;color:#dc3545;font-family:inherit;font-weight:500;line-height:1.4}.vowc-timer-result__annotation{font-size:.875rem;font-weight:500;margin-top:.5rem;color:#4caf50;min-height:1.25rem}.vowc-timer-result__annotation.exceeds{color:#e59400}.vowc-timer-result__annotation.hint{color:#8a95a3;font-style:italic}.vowc-timer-result__note{margin-top:1rem;font-size:.8rem;color:#ffffffa6;line-height:1.4}.vowc-timer-result__note small{font-size:inherit;color:inherit}@media(max-width:840px){.vowc-input-row{grid-template-columns:1fr;gap:1.5rem}.vowc-wpm-presets{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.vowc-wpm-preset-btn{flex-shrink:0}.vowc-timer-result__value{font-size:2.25rem}.vowc-timer-result__card{padding:1.25rem 1.5rem}.vowc-tool-section{padding:1.5rem}}@media(min-width:841px)and (max-width:1100px){.vowc-timer-result__value{font-size:2.75rem}}
