.trophy{position:relative;top:auto;left:auto;right:auto;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;box-sizing:border-box;background:var(--color--1);overflow-x:hidden;overflow-y:visible;opacity:1;pointer-events:all;max-height:none}.trophy__scroll{flex:1 1 auto;min-height:0;padding:0 0 1.2em;box-sizing:border-box}.trophy__header{flex-shrink:0;background:var(--color--1)}.trophy__year-section{margin-bottom:.2em}.trophy__year-section~.trophy__year-section{border-top:1px solid var(--color--7);padding-top:.2em}.trophy__year-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.35em 0;background:none;color:var(--color--2);font-size:inherit;cursor:pointer}.trophy__year-label{font-size:.55em;font-weight:700;color:var(--color--2)}.trophy__year-summary{display:flex;align-items:center;gap:.3em;font-size:.4em;color:var(--color--7)}.trophy__year-summary svg{width:14px;height:14px;flex-shrink:0}.trophy__bowls{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.4em;gap:.4em;padding-bottom:.5em}@media(orientation:landscape){.trophy__bowls{grid-template-columns:repeat(4,1fr)}}.trophy__bowl{display:flex;flex-direction:column;align-items:stretch;font-size:inherit;position:relative}.trophy__bowl:disabled{opacity:.4;cursor:default}.trophy__bowl._selected .trophy__bowl-card{outline:2px solid var(--color--1);outline-offset:1px}.trophy__bowl._unavailable{pointer-events:none}.trophy__bowl-card{position:relative;width:100%;aspect-ratio:1/1.1;border-radius:.4em;overflow:hidden;flex-shrink:0}.trophy__bowl-bg{position:absolute;inset:0}.trophy__bowl-bg img{object-fit:cover}.trophy__bowl-img-wrap{position:absolute;inset:5% 10% 20%}.trophy__bowl-img-wrap img{object-fit:contain}.trophy__bowl-ring{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35)}.trophy__ring{width:70%;height:70%;overflow:visible}.trophy__ring-bg{fill:none;stroke:hsla(0,0%,100%,.25)}.trophy__ring-fill{fill:none;stroke:var(--color--1);stroke-linecap:round}.trophy__ring-text{fill:#fff;font-size:14px;font-weight:600}.trophy__bowl-new{top:.3em;right:.3em;background:var(--color--4);color:var(--color--1);font-weight:700;padding:.2em .5em;border-radius:1em;text-transform:uppercase;line-height:1.3}.trophy__bowl-month,.trophy__bowl-new{position:absolute;font-size:.32em;pointer-events:none}.trophy__bowl-month{bottom:1em;left:0;right:0;color:#fff;text-align:center;text-transform:capitalize;font-weight:500;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.6)}