.demo-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;min-height:100vh;padding:0;margin:0}.demo-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center;box-shadow:0 4px 6px #0000001a}.demo-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.demo-subtitle{margin:0;font-size:1.1rem;opacity:.9}.demo-info-bar{background:#fff;padding:1rem 2rem;display:flex;gap:2rem;justify-content:center;box-shadow:0 2px 4px #0000000d;border-bottom:1px solid #e1e8ed}.info-item{font-size:.9rem;color:#4a5568}.info-item strong{color:#2d3748;margin-right:.5rem}.demo-controls{background:#fff;padding:1rem 2rem;display:flex;gap:2rem;justify-content:center;border-bottom:1px solid #e1e8ed}.control-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:#4a5568}.control-item input[type=checkbox]{cursor:pointer}.status-indicator{cursor:default!important;flex-direction:column;gap:.25rem;align-items:flex-start}.status-label{font-weight:600;color:#2d3748}.status-value.enabled{color:#38a169;font-weight:600}.status-description{font-size:.8rem;color:#718096;font-style:italic}.demo-grid{max-width:1400px;margin:2rem auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto auto auto auto auto;gap:1.5rem}.demo-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e1e8ed}.demo-section h2{margin:0 0 1rem;font-size:1.3rem;color:#2d3748;border-bottom:2px solid #e1e8ed;padding-bottom:.5rem}.demo-section h3{margin:0 0 .75rem;font-size:1rem;color:#4a5568}.keyboard-section{grid-column:1 / -1;grid-row:1}.keyboard-container{display:flex;gap:2rem;align-items:flex-start}.keyboard{background:#f7fafc;padding:1rem;border-radius:6px;border:1px solid #e1e8ed;flex:1}.keyboard-row{display:flex;gap:4px;margin-bottom:4px}.key{background:#fff;border:1px solid #cbd5e0;border-radius:4px;padding:.5rem;min-width:2.5rem;font-size:.875rem;text-align:center;transition:all .1s ease;color:#2d3748;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.key.special{min-width:auto;padding:.5rem .75rem;font-size:.75rem}.key-space{flex:4}.key-backspace,.key-tab,.key-capslock,.key-enter{flex:1.5}.key-shift,.key-control,.key-alt,.key-meta{flex:1.25}.key.active{background:#667eea;color:#fff;border-color:#5a67d8;transform:translateY(2px);box-shadow:inset 0 2px 4px #0003}.numpad{background:#f7fafc;padding:1rem;border-radius:6px;border:1px solid #e1e8ed;flex-shrink:0}.numpad h3{margin-bottom:.5rem}.numpad-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.numpad-key{min-width:3rem;height:2.5rem}.numpad-tall{grid-row:span 2;height:auto}.numpad-wide{grid-column:span 2}.state-section{grid-column:2;grid-row:2;display:flex;flex-direction:column;gap:1rem}.state-box{background:#f7fafc;border:1px solid #e1e8ed;border-radius:6px;padding:1rem;margin-bottom:1rem}.modifier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem}.modifier{background:#fff;border:1px solid #cbd5e0;border-radius:4px;padding:.5rem;text-align:center;font-size:.875rem;transition:all .2s ease;text-transform:capitalize}.modifier.active{background:#48bb78;color:#fff;border-color:#38a169}.event-details{font-size:.875rem;line-height:1.6}.event-details>div{margin-bottom:.25rem}.event-type-keydown{color:#48bb78;font-weight:600}.event-type-keyup{color:#f56565;font-weight:600}.event-tag{display:inline-block;background:#667eea;color:#fff;padding:.125rem .5rem;border-radius:3px;font-size:.75rem;margin-left:.5rem}.pressed-keys{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2.5rem;align-items:center}.pressed-keys .no-data{padding:0;width:100%}.pressed-key{background:#667eea;color:#fff;padding:.375rem .75rem;border-radius:4px;font-size:.875rem;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.sequence-section{grid-column:1 / 3;grid-row:3}.sequence-controls{display:flex;gap:1rem;margin-bottom:1rem}.btn{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s ease;font-weight:500}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a67d8}.btn-danger{background:#f56565;color:#fff}.btn-danger:hover{background:#e53e3e}.btn-secondary{background:#718096;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.btn-secondary:hover{background:#4a5568}.btn-icon{font-size:1.1rem}.custom-sequence{background:#f0fff4;border:1px solid #9ae6b4;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.sequences-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.sequence-list{background:#f7fafc;border:1px solid #e1e8ed;border-radius:6px;padding:1rem;height:250px;overflow-y:auto}.matched-sequences{background:#f7fafc;border:1px solid #e1e8ed;border-radius:6px;padding:1rem;margin-bottom:1rem;height:250px;overflow-y:auto}.sequence-item{padding:.75rem;border-bottom:1px solid #e1e8ed;font-size:.875rem;position:relative}.sequence-content{display:flex;flex-direction:column;gap:.5rem;width:100%}.sequence-main{display:flex;justify-content:space-between;align-items:center}.sequence-name{font-weight:600;color:#2d3748}.sequence-type-badge{display:flex}.sequence-keys-row{display:flex;justify-content:space-between;align-items:center}.sequence-keys{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;color:#4a5568;font-size:.8rem}.sequence-progress{font-weight:600;color:#3b82f6;font-size:.75rem}.match-item{padding:.5rem;border-bottom:1px solid #e1e8ed;font-size:.875rem;display:flex;justify-content:space-between;align-items:center}.sequence-item:last-child,.match-item:last-child{border-bottom:none}.sequence-type{background:#e1e8ed;padding:.125rem .5rem;border-radius:3px;font-size:.75rem;color:#4a5568}.match-time{color:#718096;font-size:.75rem}.history-section{grid-column:1;grid-row:2}.history-section h2{margin-bottom:1rem}.history-container{display:flex;gap:1rem;align-items:flex-start}.history-content{flex:1}.history-controls{display:flex;flex-direction:column;gap:.5rem;min-width:140px}.event-history{background:#2d3748;color:#e2e8f0;padding:1rem .5rem 1rem 1rem;border-radius:6px;max-height:500px;overflow-y:auto;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.875rem}.history-item{padding:.5rem 180px .5rem .75rem;border-bottom:1px solid #4a5568;display:grid;grid-template-columns:100px 70px minmax(80px,1fr) 100px 80px;gap:1rem;align-items:center;position:relative}.history-item>span:nth-child(1){color:#718096;font-size:.75rem}.history-item>span:nth-child(2){text-align:left}.history-item>span:nth-child(3){font-weight:600;color:#f7fafc}.history-item>span:nth-child(4){color:#a0aec0;font-size:.75rem}.history-item>span:nth-child(5){text-align:right;color:#667eea;font-weight:600;font-size:.75rem}.event-badges{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;gap:.25rem;flex-wrap:nowrap}.history-item:last-child{border-bottom:none}.event-time{color:#718096;font-size:.75rem}.event-key{color:#f7fafc;font-weight:600}.event-code{color:#a0aec0;font-size:.75rem}.event-badge{background:#4a5568;color:#e2e8f0;padding:.125rem .375rem;border-radius:3px;font-size:.7rem}.event-badge.prevented{background:#d69e2e;color:#fff}.event-badge.tap{background:#4299e1;color:#fff}.event-badge.hold{background:#9f7aea;color:#fff}.event-keydown{border-left:3px solid #48bb78}.event-keyup{border-left:3px solid #f56565}.debug-section{grid-column:1 / 3;grid-row:auto}.debug-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:1rem}.debug-box{background:#f7fafc;border:1px solid #e1e8ed;border-radius:6px;padding:1rem}.debug-box h3{margin:0 0 .75rem;font-size:1rem;color:#667eea;border-bottom:1px solid #e1e8ed;padding-bottom:.5rem}.debug-item{padding:.375rem 0;font-size:.875rem;line-height:1.4;color:#4a5568;border-bottom:1px solid #e1e8ed}.debug-item:last-child{border-bottom:none}.debug-item strong{color:#2d3748;margin-right:.5rem}.debug-note{background:#fff5f5;border:1px solid #feb2b2;border-radius:4px;padding:.75rem;font-size:.875rem;color:#742a2a;text-align:center}.sequence-debug,.held-keys,.recent-matches{margin-top:.5rem}.platform-section{grid-column:1 / 3;grid-row:auto}.quirks-info{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.quirk-item{background:#f7fafc;border:1px solid #e1e8ed;border-radius:6px;padding:1rem}.quirk-item h3{margin-bottom:.5rem;color:#667eea}.quirk-item p{margin:0;font-size:.875rem;color:#4a5568}.input-section{grid-column:1 / 3;grid-row:6}.test-input,.test-textarea{width:100%;padding:.75rem;border:2px solid #e1e8ed;border-radius:4px;font-size:1rem;transition:border-color .2s ease;margin-bottom:1rem}.test-input:focus,.test-textarea:focus{outline:none;border-color:#667eea}.no-data{color:#a0aec0;font-style:italic;text-align:center;padding:1rem}.demo-footer{background:#fff;border-top:1px solid #e1e8ed;padding:1.5rem;text-align:center;color:#718096;font-size:.875rem}.event-duration{color:#667eea;font-weight:600;font-size:.75rem}.snackbar{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#2d3748;color:#fff;padding:1rem 2rem;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@media (max-width: 1024px) and (min-width: 769px){.quirks-info{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.demo-grid{grid-template-columns:1fr;padding:0 1rem}.history-container{flex-direction:column}.history-controls{flex-direction:row;width:100%}.keyboard-section,.sequence-section,.history-section,.state-section,.debug-section,.platform-section,.input-section{grid-column:1;grid-row:auto}.sequences-grid{grid-template-columns:1fr;gap:1rem}.quirks-info{grid-template-columns:repeat(2,1fr)}.demo-info-bar,.demo-controls{flex-wrap:wrap;gap:1rem}.keyboard{overflow-x:auto}.keyboard-row{min-width:600px}}.event-history::-webkit-scrollbar,.sequence-list::-webkit-scrollbar,.matched-sequences::-webkit-scrollbar{width:8px}.event-history::-webkit-scrollbar-track{background:#1a202c}.sequence-list::-webkit-scrollbar-track,.matched-sequences::-webkit-scrollbar-track{background:#e1e8ed}.event-history::-webkit-scrollbar-thumb,.sequence-list::-webkit-scrollbar-thumb,.matched-sequences::-webkit-scrollbar-thumb{background:#718096;border-radius:4px}.event-history::-webkit-scrollbar-thumb:hover,.sequence-list::-webkit-scrollbar-thumb:hover,.matched-sequences::-webkit-scrollbar-thumb:hover{background:#4a5568}.charging-text{color:#f59e0b;font-size:12px;margin-left:10px;animation:pulse 1s ease-in-out infinite}.ready-text{color:#10b981;font-size:12px;margin-left:10px;font-weight:700;animation:glow .5s ease-in-out infinite alternate}.ready-text.shake{animation:shake .3s ease-in-out infinite}.ready-text.rainbow{background:linear-gradient(45deg,red,#ff7f00,#ff0,#0f0,#00f,#8b00ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow 2s linear infinite}.hold-stats{font-size:11px;color:#6b7280;margin-top:5px}.timing-info{font-size:11px;color:#6b7280;margin-left:10px}.hold-info{display:flex;align-items:center;justify-content:space-between;margin-top:5px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes glow{0%{text-shadow:0 0 5px currentColor}to{text-shadow:0 0 20px currentColor,0 0 30px currentColor}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@keyframes rainbow{0%{background-position:0% 50%}to{background-position:100% 50%}}.hold-examples-section{grid-column:1 / -1}.hold-examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:20px}.hold-example{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:20px;text-align:center}.hold-example h3{margin:0 0 10px;font-size:18px;color:#333}.hold-example p{margin:0 0 15px;color:#666;font-size:14px}.hold-indicator{position:relative;margin-top:15px}.charge-meter{width:100%;height:30px;background:#e0e0e0;border-radius:15px;overflow:hidden;margin-bottom:10px;position:relative}.charge-fill{height:100%;border-radius:15px;position:absolute;left:0;top:0;transition:none}.hold-key{display:inline-block;padding:5px 15px;background:#333;color:#fff;border-radius:4px;font-family:monospace;font-size:12px;font-weight:700;text-transform:uppercase}.hold-status{display:inline-block;margin-top:5px;font-size:14px;color:#666;font-family:monospace}.custom-hold-config{margin-top:30px;padding:20px;background:#f0f0f0;border-radius:8px}.custom-hold-config h3{margin:0 0 15px;color:#333}.config-controls{display:flex;flex-direction:column;gap:15px}.config-controls label{display:flex;align-items:center;gap:10px;font-size:14px;color:#666}.config-controls input[type=range]{flex:1;margin:0 10px}.config-value{min-width:60px;text-align:center;font-weight:700;color:#3498db;font-family:monospace}.animated-hold-indicator{margin:20px auto;transition:all .3s ease}.game-sequence-indicator{position:relative;margin:10px 0}.sequence-status{margin-top:10px;text-align:center;font-size:14px;min-height:20px}.status-flash{animation:flash .5s ease;font-weight:700;color:#3498db}.status-flash.success{color:#27ae60}.status-flash.cancelled{color:#e74c3c}@keyframes flash{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.combo-example{margin:15px 0}.combo-keys{display:flex;align-items:center;gap:5px;margin:10px 0;font-family:monospace}.combo-key{background:#ecf0f1;padding:5px 10px;border-radius:4px;border:1px solid #bdc3c7;font-weight:700;transition:all .2s ease}.combo-key.success{background:#27ae60;color:#fff;border-color:#27ae60;transform:scale(1.1)}.combo-arrow{color:#7f8c8d;font-size:18px}.combo-success{color:#27ae60;font-weight:700;animation:flash .5s ease}
