/* Club awards archive */
.awards-hero{padding:86px 0 72px;background:radial-gradient(circle at 82% 18%,rgba(242,207,36,.17),transparent 27%),linear-gradient(135deg,#073e22,#0b5d31);color:#fff}.awards-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:38px;align-items:center}.awards-hero h1{font:800 clamp(2.8rem,6vw,5.2rem)/.98 Montserrat,Arial,sans-serif;letter-spacing:-.045em;margin:9px 0 18px}.awards-hero h1 span{color:var(--yellow)}.awards-hero p:not(.eyebrow){max-width:760px;color:#e3eee6;font-size:1.08rem;line-height:1.65}.awards-badge{display:grid;place-items:center;min-height:270px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.06)}.awards-badge img{width:58%;max-width:205px;filter:drop-shadow(0 14px 22px rgba(0,0,0,.28))}.history-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.awards-tools{display:grid;grid-template-columns:minmax(240px,1fr) 180px auto;gap:12px;margin-bottom:18px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 9px 25px rgba(7,62,34,.06)}.awards-tools input,.awards-tools select{width:100%;padding:12px 13px;border:1px solid #cfd8d1;border-radius:10px;font:600 .95rem Arial,sans-serif}.awards-tools button{border:0;border-radius:10px;padding:0 18px;background:#eef5f0;color:var(--dark);font-weight:800;cursor:pointer}.awards-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:0 0 20px;color:var(--muted)}#awards-count{font-weight:800;color:var(--green)}.award-year{display:grid;grid-template-columns:145px 1fr;gap:22px;margin-bottom:22px;padding:22px;border:1px solid #dbe4dd;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(7,62,34,.06)}.award-year-head{padding:20px;border-radius:14px;background:linear-gradient(145deg,#073e22,#0b5d31);color:#fff;align-self:start}.award-year-head span{display:block;color:#cae0d1;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.award-year-head h2{margin:6px 0 0;color:var(--yellow);font:800 2.25rem/1 Montserrat,Arial,sans-serif}.award-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.award-group{border:1px solid #e0e6e1;border-radius:14px;overflow:hidden;background:#fbfcfa}.award-group h3{margin:0;padding:12px 15px;background:#eef5f0;color:var(--dark);font:800 1rem/1.2 Montserrat,Arial,sans-serif}.award-list{padding:5px 15px}.award-row{display:grid;grid-template-columns:minmax(130px,.9fr) minmax(150px,1.1fr);gap:14px;padding:10px 0;border-bottom:1px solid #e8ece9}.award-row:last-child{border-bottom:0}.award-row span{color:var(--muted);font-size:.88rem}.award-row strong{color:var(--ink);font-size:.94rem}.awards-empty{padding:34px;text-align:center;border:1px dashed #cbd7ce;border-radius:16px;background:#fff}.awards-empty h2{color:var(--dark)}.history-contribute{background:linear-gradient(135deg,#073e22,#0b5d31);color:#fff;padding:70px 0}.history-contribute-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.history-contribute h2{font-family:Montserrat,Arial,sans-serif;margin:8px 0 12px}.history-contribute p:not(.eyebrow){max-width:780px;color:#dfebe3;margin:0}@media(max-width:900px){.awards-hero-grid{grid-template-columns:1fr}.awards-badge{min-height:210px}.award-groups{grid-template-columns:1fr}.history-contribute-inner{align-items:flex-start;flex-direction:column}}@media(max-width:700px){.awards-tools{grid-template-columns:1fr}.awards-tools button{min-height:44px}.award-year{grid-template-columns:1fr}.award-year-head{display:flex;justify-content:space-between;align-items:center}.award-year-head h2{font-size:1.9rem}.award-row{grid-template-columns:1fr;gap:3px}.awards-meta{align-items:flex-start;flex-direction:column}.history-actions{display:grid;grid-template-columns:1fr}.history-actions .btn{width:100%;text-align:center}}
