.bench{flex:1;display:flex;flex-direction:column;padding:3rem 1.5rem;max-width:1400px;margin:0 auto;width:100%;min-height:calc(100vh - 120px)}.hidden{display:none!important}.bench__hero{text-align:center;margin-bottom:3rem;animation:fadeIn .6s ease}.bench__title{font-family:var(--font-mono);font-size:2.5rem;font-weight:700;background:var(--gradient-main);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.02em;margin-bottom:1rem}.bench__subtitle{color:var(--color-text-muted);font-size:1rem;line-height:1.7;max-width:600px;margin:0 auto}.bench__loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 0}.bench__spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite}.bench__loading-text{color:var(--color-text-muted);font-size:.9rem}.bench__error{color:#f87171;font-size:.95rem}.bench__empty{text-align:center;padding:4rem 0}.bench__empty-text{color:var(--color-text-muted);font-size:1.1rem}.test-section{margin-bottom:3rem;animation:fadeIn .5s ease}.test-section__header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.test-section__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.test-section__tag{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:500;background:#a855f726;color:var(--purple);border:1px solid rgba(168,85,247,.3)}.test-section__tag--preset{background:#22d3ee1a;color:var(--cyan);border-color:#22d3ee4d}.test-section__date{color:var(--color-text-muted);font-size:.8rem;font-family:var(--font-mono)}.test-section__prompt-wrap{cursor:pointer}.test-section__prompt-toggle{color:var(--color-text-muted);font-size:.85rem;cursor:pointer;-webkit-user-select:none;user-select:none}.test-section__prompt-toggle:hover{color:var(--color-text)}.test-section__prompt{margin-top:.75rem;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;font-size:.85rem;line-height:1.6;color:var(--color-text-muted);white-space:pre-wrap;word-break:break-word}.test-section__note{margin-top:1rem;color:var(--color-text-muted);font-size:.8rem;font-style:italic}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.result-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:border-color .2s,transform .2s}.result-card:hover{border-color:var(--color-border-hover);transform:translateY(-2px)}.result-card__svg{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:1rem;background:#ffffff05}.result-card__svg svg{width:100%;height:100%;max-width:100%;max-height:100%}.result-card__info{padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--color-border)}.result-card__model{font-family:var(--font-mono);font-size:.8rem;color:var(--color-text);font-weight:500}.result-card__meta{font-family:var(--font-mono);font-size:.7rem;color:var(--color-text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.bench{padding:2rem 1rem}.bench__title{font-size:1.8rem}.results-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}}
