.app{display:flex;flex-direction:column;height:100vh}header{background:#1a202c;padding:.5rem;flex-shrink:0}.container{max-width:1300px;margin:0 auto;display:flex;justify-content:center;padding:0 1rem}.button-groups{display:flex;align-items:center;gap:1rem;padding:.25rem 0;justify-content:center}.separator{width:1px;height:24px;background:#4a5568;margin:0}.button-container{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;overflow:visible;max-width:100%;padding:.25rem}.benchmark-button{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:none;border-radius:.375rem;background:#2d3748;color:#fff;cursor:pointer;white-space:nowrap;font-size:.875rem;transition:all .2s;flex-shrink:0;position:relative}.benchmark-button:hover{background:#4a5568}.benchmark-button.active{background:#3182ce}.benchmark-button.external{background:#38a169}.benchmark-button.external:hover{background:#48bb78}.benchmark-button.x{background:#1da1f2}.benchmark-button.x:hover{background:#0c85d0}.benchmark-button.other{background:#805ad5}.benchmark-button.other:hover{background:#6b46c1}.benchmark-button.new:after{content:"New";position:absolute;top:-.25rem;right:-.25rem;background:#e53e3e;color:#fff;font-size:.5rem;padding:.0625rem .25rem;border-radius:.125rem;font-weight:600;z-index:1}.dropdown-container{position:relative;display:none;min-width:0;flex:1}.dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:.375rem;background:#2d3748;color:#fff;cursor:pointer;white-space:nowrap;font-size:.875rem;transition:all .2s;min-width:160px}.dropdown-trigger:hover{background:#4a5568}.dropdown-trigger.external{background:#38a169}.dropdown-trigger.external:hover{background:#48bb78}.dropdown-trigger.x{background:#1da1f2}.dropdown-trigger.x:hover{background:#0c85d0}.chevron{transition:transform .2s}.chevron.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#2d3748;border-radius:.375rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10}.menu-item{display:flex;align-items:center;gap:.25rem;width:100%;padding:.5rem 1rem;border:none;background:none;color:#fff;cursor:pointer;text-align:left;transition:background-color .2s;position:relative}.menu-item:hover{background:#4a5568}.menu-item.active{background:#3182ce}.menu-item.external{color:#9ae6b4}.menu-item.external:hover{background:#2f855a}.menu-item.x{color:#1da1f2}.menu-item.x:hover{background:#1da1f2;color:#fff}.menu-item.new:after{content:"New";position:absolute;top:.25rem;right:.25rem;background:#e53e3e;color:#fff;font-size:.5rem;padding:.0625rem .25rem;border-radius:.125rem;font-weight:600}main{flex:1;background:#f7fafc;display:flex;flex-direction:column}.benchmark-frame{flex:1;width:100%;border:none;margin:0;padding:0;display:block}.placeholder{flex:1;display:flex;align-items:center;justify-content:center;color:#718096;font-size:1.25rem}.button-groups.mobile{display:none;width:100%;max-width:100%;flex-wrap:wrap;gap:.5rem}.button-groups.desktop{display:flex;align-items:flex-start;gap:1rem;padding:.25rem 0;justify-content:center}.button-groups.desktop .separator{height:auto;align-self:stretch}.external-icon{width:.875rem;height:.875rem}@media (max-width: 1400px){.button-groups.desktop{display:none}.button-groups.mobile{display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:center;padding:.25rem 0;width:100%}.dropdown-container{display:block;flex:1;min-width:0}.dropdown-trigger{width:100%;min-width:0}.separator{display:none}.container{flex-wrap:wrap;gap:.5rem;padding:0 1rem}.button-groups.mobile .bottom-row{display:flex;flex-direction:row;gap:.5rem;align-items:center}.button-groups.mobile .bottom-row .dropdown-container,.button-groups.mobile .bottom-row .benchmark-button.other{flex:0 0 auto}}@media (max-width: 768px){.button-groups.mobile{flex-direction:column;align-items:stretch;padding:.5rem 0}.button-groups.mobile .bottom-row{width:100%}.button-groups.mobile .bottom-row .dropdown-container,.button-groups.mobile .bottom-row .benchmark-button.other{flex:1}}.dropdown-text{display:flex;align-items:center;gap:.25rem}.changelog-button{position:fixed;left:1rem;bottom:1rem;background:#2d3748;border:none;border-radius:.375rem;color:#fff;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;z-index:50;box-shadow:0 2px 4px #0000001a}.changelog-button:hover{background:#4a5568}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:.5rem;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.modal-header{padding:1rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.modal-header h2{margin:0;font-size:1.25rem;color:#1a202c}.close-button{background:none;border:none;font-size:1.5rem;color:#4a5568;cursor:pointer;padding:.5rem;line-height:1;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#1a202c}.modal-body{padding:1rem;overflow-y:auto}.changelog-entry{margin-bottom:1.5rem}.changelog-entry:last-child{margin-bottom:0}.changelog-entry h3{margin:0 0 .5rem;color:#1a202c;font-size:1rem}.changelog-date{color:#718096;font-weight:400}.changelog-entry ul{margin:0;padding-left:1.5rem;color:#4a5568}.changelog-entry li{margin-bottom:.25rem}.changelog-entry li:last-child{margin-bottom:0}.dropdown-container.x-dropdown{display:block;min-width:160px}.dropdown-container.x-dropdown .dropdown-menu{min-width:160px}.menu-section{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.menu-section:last-child{border-bottom:none}.menu-section-header{padding:.5rem 1rem;font-size:.75rem;color:#718096;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{margin:0 0 1rem;color:#1a202c;font-size:1.125rem;font-weight:600}.modal-button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;border:none;border-radius:.375rem;background:#2d3748;color:#fff;cursor:pointer;text-align:left;margin-bottom:.5rem;transition:background-color .2s}.modal-button:last-child{margin-bottom:0}.modal-button:hover{background:#4a5568}.modal-button.external{background:#38a169}.modal-button.external:hover{background:#48bb78}.modal-button.x{background:#1da1f2}.modal-button.x:hover{background:#0c85d0}.x-account-info{display:flex;flex-direction:column;align-items:flex-start;flex:1}.x-name{font-weight:500;font-size:.875rem}.x-handle{font-size:.75rem;opacity:.8}.modal-button.x{padding:.75rem 1rem;gap:.75rem}.history-button{position:fixed;right:1rem;bottom:1rem;background:#2d3748;border:none;border-radius:.375rem;color:#fff;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;z-index:50;box-shadow:0 2px 4px #0000001a}.history-button:hover{background:#4a5568}.history-entry{margin-bottom:1.5rem;padding:1rem;background:#f7fafc;border-radius:.375rem}.history-entry:last-child{margin-bottom:0}.history-entry h3{margin:0 0 .5rem;color:#1a202c;font-size:1rem;display:flex;justify-content:space-between;align-items:center}.history-date{color:#718096;font-weight:400;font-size:.875rem}.history-data{background:#edf2f7;padding:1rem;border-radius:.25rem;overflow-x:auto}.history-data pre{margin:0;font-size:.875rem;white-space:pre-wrap;word-break:break-word}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}html,body,#root{height:100%}
