:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#ffffff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2563eb;text-decoration:none}a:hover{color:#1d4ed8;text-decoration:underline}body{margin:0;min-width:320px;min-height:100vh;background-color:#ffffff}h1,h2,h3{line-height:1.2}button{border-radius:8px;border:1px solid #e5e7eb;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;font-family:inherit;background-color:#fff;color:#374151;cursor:pointer;transition:background-color .15s,border-color .15s}button:hover{background-color:#f9fafb;border-color:#d1d5db}button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}input,select{font-family:inherit;font-size:.9375rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#1a1a1a}input::placeholder{color:#9ca3af}input:focus,select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#ffffff}.header{border-bottom:1px solid #f3f4f6;padding:1rem 1.5rem;margin-bottom:0}.headerInner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header h1{font-size:1.5rem;font-weight:700;margin:0}.header h1 a:hover{text-decoration:none}.tagline{color:#6b7280;font-size:.875rem;margin:.25rem 0 0}.navLink{color:#374151;font-weight:500}.navLink:hover{color:#2563eb}.main{flex:1 1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;box-sizing:border-box}.filterBar{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.filterBar label{display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem;font-weight:500;color:#4b5563}.filterBar input[type=month],.filterBar input[type=search],.filterBar select{min-width:140px}.filterBar input[type=month]{padding:.5rem .75rem}.searchInput{min-width:200px}.filterBar .btnSubmit{background:#2563eb;color:#fff;border-color:#2563eb}.filterBar .btnSubmit:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.filterBar .btnReset{background:#fff;color:#6b7280}.performanceGrid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem}.performanceCard{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .2s,border-color .2s;color:inherit}.performanceCard:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.06);text-decoration:none;color:inherit}.cardPosterWrap{aspect-ratio:3/4;background:#f3f4f6;position:relative;overflow:hidden}.cardPosterWrap img{width:100%;height:100%;object-fit:cover}.cardBody{padding:.75rem}.cardTitle{font-size:.9375rem;font-weight:600;margin:0 0 .35rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cardMeta{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.4}.cardMeta strong{color:#374151}.emptyState{text-align:center;padding:3rem 1.5rem;color:#6b7280;font-size:.9375rem}.resultCount{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.detailPage{max-width:900px;margin:0 auto}.detailBack{display:inline-block;margin-bottom:1rem;font-size:.875rem}.detailLayout{display:grid;grid-template-columns:280px 1fr;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:640px){.detailLayout{grid-template-columns:1fr}}.detailPosterWrap{border-radius:12px;overflow:hidden;background:#f3f4f6;position:-webkit-sticky;position:sticky;top:1rem}.detailPosterWrap img{width:100%;height:auto;vertical-align:top}.detailInfo h1{font-size:1.5rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.detailInfo .metaRow{font-size:.9375rem;color:#4b5563;margin:.5rem 0}.detailInfo .metaRow strong{color:#1a1a1a;font-weight:600;min-width:5rem;display:inline-block}.stateBadge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.8125rem;font-weight:500;background:#dbeafe;color:#1d4ed8}.hero{text-align:center;padding:3rem 1.5rem 2rem}.hero h2{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:#1a1a1a}.hero p{color:#6b7280;font-size:1rem;margin:0 0 1.5rem}.heroCta{display:inline-block;padding:.75rem 1.5rem;background:#2563eb;color:#fff!important;border-radius:10px;font-weight:600;text-decoration:none;transition:background .2s}.heroCta:hover{background:#1d4ed8;text-decoration:none}