:root{--bg:#f6f1eb;--surface:#fff;--surface-muted:#fbf8f4;--line:#e7ddd2;--text:#121d26;--muted:#60707c;--brand-red:#e72b37;--brand-black:#121d26;--brand-green:#009698;--brand-yellow:#f6bd60;--shadow:0 18px 48px #121d2614;--radius-xl:28px;--radius-lg:22px;--radius-md:18px;--heading-font:"Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", sans-serif;--body-font:"Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:radial-gradient(circle at top left, #f6bd6038, transparent 24%), linear-gradient(180deg, #fffaf5 0%, var(--bg) 100%);color:var(--text);font-family:var(--body-font);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;height:auto;display:block}.site-header{z-index:20;padding:22px 24px 0;position:sticky;top:0}.site-header__inner{max-width:1180px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border:1px solid #ffffffb8;border-radius:999px;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:14px 18px;display:flex}.brand{align-items:center;gap:12px;min-width:0;display:inline-flex}.brand__mark-wrap{isolation:isolate;justify-content:center;align-items:center;width:62px;height:46px;display:inline-flex;position:relative}.brand__mark{z-index:2;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;animation:7.2s ease-in-out infinite brand-mark-settle;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #121d261f}.brand__image{object-fit:cover;width:100%;height:100%}.brand__ball{z-index:1;pointer-events:none;opacity:0;will-change:transform, opacity;width:22px;height:22px;animation:7.2s cubic-bezier(.2,.82,.24,.98) infinite brand-ball-roll;display:block;position:absolute;top:24px;left:-10px;transform:translate(-14px,4px)rotate(0)scale(.88)}.brand__ball:before{content:"";filter:blur(3px);opacity:.4;background:#121d2624;border-radius:999px;width:16px;height:5px;position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%)}.brand__ball:after{content:"⚽";filter:drop-shadow(0 5px 10px #121d2624);justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex;position:absolute;inset:0}.brand__copy{gap:2px;display:grid}.brand__copy strong{font-family:var(--heading-font);font-size:1.2rem}.brand__copy span{color:var(--muted);font-size:.84rem}.main-nav{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.main-nav a{color:var(--muted);border-radius:999px;padding:10px 14px;font-weight:700;transition:background-color .16s,color .16s}.main-nav a:hover,.main-nav a.is-active{color:var(--text);background:#121d2614}.header-desktop-nav,.header-desktop-actions{display:contents}.header-actions{align-items:center;gap:12px;display:flex}.header-actions .button{min-width:128px}.header-user-shell{border:1px solid var(--line);background:#fffaf4eb;border-radius:999px;align-items:center;min-height:46px;padding:4px 14px;display:inline-flex}.header-user{color:var(--text);white-space:nowrap;padding-right:14px;font-size:.95rem;font-weight:800}.logout-form{margin:0}.logout-form--inline{display:inline-flex}.header-logout{border:0;border-left:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;padding-left:14px;font-size:.95rem;font-weight:800}.mobile-header-menu{display:none}.mobile-header-toggle{list-style:none}.mobile-header-toggle::-webkit-details-marker{display:none}.page-shell{gap:28px;max-width:1180px;margin:0 auto;padding:42px 24px 64px;display:grid}.page-hero{gap:12px;max-width:760px;display:grid}.page-hero--with-actions{grid-template-columns:minmax(0,1fr) auto;align-items:end;max-width:none}.page-hero__copy{gap:12px;display:grid}.page-hero__copy p{max-width:62ch;color:var(--muted);font-size:1.05rem}.page-hero__actions{justify-content:flex-end;align-items:flex-end;display:flex}.page-actions,.cta-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.page-actions .button,.cta-row .button{min-width:160px}.eyebrow,.mini-label{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:.82rem;font-weight:800;display:inline-flex}.eyebrow{color:var(--brand-red)}.eyebrow--compact{margin-bottom:0}.eyebrow--light{color:#ffffffc7}.mini-label{color:var(--muted)}h1,h2,h3{font-family:var(--heading-font);letter-spacing:-.04em;margin:0}h1{font-size:clamp(2.8rem,6vw,4.8rem);line-height:.94}h2{font-size:clamp(1.75rem,3vw,2.35rem);line-height:1}h3{font-size:1.65rem;line-height:1.05}p,li,span{line-height:1.6}.muted{color:var(--muted)}.grid-two,.dashboard-grid,.dashboard-lower,.grid-two--match-detail{gap:24px;display:grid}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.dashboard-lower{grid-template-columns:minmax(0,1fr) minmax(320px,.86fr)}.grid-two--match-detail{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.stack,.stack-list,.ranking-list,.pepper-grid,.feature-grid{gap:18px;display:grid}.pepper-overview-grid,.pepper-overview-list{display:grid}.stack--tight{gap:8px}.stack--compact,.stack-list,.ranking-list,.pepper-grid{gap:14px}.card,.dashboard-match-card,.match-card-simple,.pepper-card,.comparison-summary,.prediction-note,.prediction-preview,.feature-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.card{border-radius:var(--radius-xl);padding:28px}.card--dark{background:var(--brand-black);color:#fff;border-color:#121d26c2}.card--tinted{background:linear-gradient(#fffdfa 0%,#fbf6ef 100%)}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{border-radius:var(--radius-lg);padding:22px 24px}.feature-card strong{font-size:1.3rem;font-family:var(--heading-font);margin-top:8px;margin-bottom:6px;display:block}.card__header{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:16px;display:flex}.card>.stack:first-child+.stack-list,.card>.stack:first-child+.ranking-list,.card>.stack:first-child+.pepper-grid,.card>.stack:first-child+.table,.card>.stack:first-child+.status-box,.card>.stack:first-child+.comparison-summary{margin-top:8px}.card>.stack:first-child+.match-card-grid,.card>.card__header+.stack-list,.card>.card__header+.ranking-list,.card>.card__header+.pepper-grid,.card>.card__header+.match-card-grid,.card>.card__header+.table,.card>.card__header+.status-box,.card>.card__header+.comparison-summary{margin-top:16px}.button{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-weight:800;line-height:1;transition:transform .16s,box-shadow .16s,background-color .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button[disabled]{opacity:.65;cursor:not-allowed}.button--primary{background:var(--brand-red);color:#fff;box-shadow:0 12px 24px #e72b3733}.button--secondary{border-color:var(--line);background:var(--surface-muted);color:var(--text)}.button--block{width:100%}.button--auth{min-height:54px;padding-inline:24px}.form-grid{gap:18px;display:grid}.form-grid label{gap:8px;display:grid}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:48px;padding:0 14px}.form-grid textarea{resize:vertical;min-height:104px;padding:14px}.form-actions{gap:12px;margin-top:4px;display:grid}.form-support-note{color:var(--muted);margin:4px 0 0;font-size:.94rem}.form-support-note a{color:var(--brand-red);font-weight:800}.number-grid,.choice-grid,.meta-grid,.pepper-admin-grid{gap:14px;display:grid}.number-grid,.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.meta-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.choice-card{border:1px solid var(--line);background:var(--surface-muted);cursor:pointer;border-radius:18px;align-items:center;min-height:56px;padding:0 16px;transition:border-color .2s,background .2s,color .2s,transform .2s;display:flex;position:relative}.choice-card input{opacity:0;pointer-events:none;position:absolute}.choice-card span{font-weight:800}.choice-card.is-active{color:var(--brand-black);background:#e72b3714;border-color:#e72b3747;transform:translateY(-1px)}.checkbox{grid-template-columns:auto 1fr;align-items:start}.list{gap:10px;margin:12px 0 0;padding-left:18px;display:grid}.list--light{color:#ffffffc7}.filter-row{flex-wrap:wrap;gap:10px;display:flex}.filter-chip{border:1px solid var(--line);min-height:42px;color:var(--muted);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-weight:700;transition:transform .16s,border-color .16s,background-color .16s;display:inline-flex}.filter-chip:hover{border-color:#e72b373d;transform:translateY(-1px)}.filter-chip.is-active{background:var(--brand-black);border-color:var(--brand-black);color:#fff}.inline-link{color:var(--brand-red);text-underline-offset:.16em;font-weight:800;text-decoration:underline;text-decoration-thickness:1.5px;display:inline}.inline-link:hover{color:#bf202c}.status-box,.prediction-note,.prediction-preview,.comparison-summary,.meta-item{border-radius:var(--radius-md);gap:6px;padding:16px 18px;display:grid}.status-box{border:1px solid var(--line)}.status-box strong,.status-box p{margin:0}.status-box--success{background:#00969814;border-color:#0096982e}.status-box--error{background:#e72b3714;border-color:#e72b372e}.tag,.status-pill,.ranking-badge,.ranking-position{border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.tag{min-height:34px;color:var(--muted);background:#121d260f;padding:0 12px;font-size:.84rem;font-weight:700}.tag--draft{background:#60707c1f}.tag--open{color:#0d6c6d;background:#0096981f}.tag--locked{color:#8d5b00;background:#f6bd6033}.tag--scored{color:#a61d27;background:#e72b371f}.status-pill{min-height:34px;padding:0 12px;font-size:.86rem;font-weight:800}.status-neutral{color:var(--muted);background:#f3eee8}.status-success{color:#0d6c6d;background:#0096981f}.dashboard-match-card,.match-card-simple{border-radius:22px;justify-content:space-between;align-items:center;gap:18px;padding:20px;display:flex}.match-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.match-card-grid--pepper-overview{grid-template-columns:1fr}.match-card-simple{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid}.match-card-simple__content{min-width:0}.match-card-simple__actions{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.match-card-simple__actions .button{align-self:flex-end}.match-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.match-row:first-child{border-top:0;padding-top:0}.match-row--admin:first-child{padding-top:16px}.match-card-topline,.match-card-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-match-card h3,.match-card-simple h3{margin:0}.dashboard-match-card .stack--tight,.match-card-simple .stack--tight{gap:12px}.pepper-compact-list{gap:10px;display:grid}.pepper-compact-row{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding-top:10px;display:grid}.pepper-compact-row:first-child{border-top:0;padding-top:0}.pepper-compact-row__person{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;min-width:0;display:grid}.pepper-compact-row__person strong,.pepper-compact-row__comment{margin:0}.pepper-compact-row__comment{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pepper-compact-row__comment--two-lines{-webkit-line-clamp:2}.pepper-compact-row__score{background:var(--surface-muted);min-height:34px;color:var(--text);white-space:nowrap;border-radius:999px;align-self:start;align-items:center;padding:0 12px;font-size:.86rem;font-weight:800;display:inline-flex}.comparison-summary{background:linear-gradient(#e72b370d,#fff);border:1px solid #e72b3729}.comparison-summary--muted{border-color:var(--line);background:var(--surface-muted)}.pepper-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pepper-match-card__title,.pepper-match-card__meta{margin:0}.pepper-match-card__title{font-size:clamp(1.5rem,2.4vw,1.95rem);line-height:.96}.pepper-match-card__actions{align-content:start;justify-items:end;gap:8px;display:grid}.pepper-user-tip{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);gap:6px;padding:12px 14px;display:grid}.pepper-user-tip strong,.pepper-user-tip p{margin:0}.pepper-overview-list{gap:0}.pepper-overview-row{border-top:1px solid var(--line);padding:12px 0}.pepper-overview-row:first-child{border-top:0;padding-top:0}.pepper-overview-row__main{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;display:grid}.pepper-overview-row__copy{gap:4px;min-width:0;display:grid}.pepper-overview-row__copy strong,.pepper-overview-row__tip,.pepper-overview-row__comment{margin:0}.pepper-overview-row__tip{font-weight:800}.pepper-overview-row__comment{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pepper-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pepper-card{border-radius:var(--radius-lg);padding:18px}.pepper-card__header{align-items:center;gap:14px;display:flex}.avatar-frame{background:#121d2614;border-radius:18px;flex:0 0 64px;width:64px;height:64px;display:block;position:relative;overflow:hidden}.avatar-frame--compact{border-radius:14px;flex-basis:48px;width:48px;height:48px}.avatar-image{object-fit:cover;width:100%;height:100%}.avatar{object-fit:cover;border-radius:18px;width:64px;max-width:none;height:64px}.avatar-frame--placeholder,.avatar--placeholder{background:#121d2614}.pepper-tip{margin:14px 0 0;font-weight:800}.meta-item{border:1px solid var(--line);background:var(--surface-muted)}.ranking-list{gap:10px}.ranking-row{background:var(--surface-muted);border:1px solid #0000;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 14px;padding:14px 16px;display:grid}.ranking-row-current{background:#e72b3714;border-color:#e72b3733}.ranking-main{align-items:start;gap:12px;min-width:0;display:flex}.ranking-copy{gap:4px;min-width:0;display:grid}.ranking-name-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ranking-badge{min-height:26px;color:var(--brand-red);background:#e72b371a;padding:0 10px;font-size:.78rem;font-weight:800}.ranking-badge--pepper{color:var(--brand-red);background:#e72b371f}.ranking-badge--current{color:#0d6c6d;background:#00969824}.ranking-company{min-height:26px;color:var(--muted);background:#121d260f;border-radius:999px;align-items:center;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex}.ranking-position{width:34px;height:34px;color:var(--brand-red);background:#fff;font-weight:800}.ranking-meta{color:var(--muted);font-size:.92rem}.ranking-points{font-family:var(--heading-font);font-size:1.12rem}.prediction-score-grid{grid-template-columns:repeat(2,minmax(180px,220px));justify-content:start;gap:16px;display:grid}.prediction-team-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-muted);gap:10px;padding:18px;display:grid}.prediction-team-card--right{text-align:right}.prediction-team-card strong{font-size:1.25rem;line-height:1.1}.prediction-stepper{grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:12px;display:grid}.prediction-stepper-button{border:1px solid var(--line);min-height:56px;color:var(--text);font-family:var(--heading-font);cursor:pointer;background:#fff;border-radius:18px;justify-content:center;align-items:center;font-size:1.9rem;line-height:1;transition:transform .16s,border-color .16s,background-color .16s;display:inline-flex}.prediction-stepper-button:hover{border-color:#e72b3747;transform:translateY(-1px)}.prediction-stepper-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.prediction-score-input{appearance:textfield;border:1px solid var(--line);text-align:center;width:100%;min-height:72px;font-family:var(--heading-font);background:#fff;border-radius:20px;padding:0 10px;font-size:clamp(2rem,4vw,2.5rem);line-height:1}.prediction-score-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.prediction-score-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.prediction-note{border:1px solid var(--line);background:var(--surface-muted)}.prediction-note p,.prediction-preview p,.comparison-summary p{margin:0}.prediction-preview{background:linear-gradient(#e72b370f,#fff);border:1px solid #e72b3724}.prediction-preview strong{font-family:var(--heading-font);font-size:2rem}.prediction-actions{justify-content:flex-start;display:flex}.prediction-submit{min-width:180px}.bulk-template{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);gap:8px;padding:16px 18px;display:grid}.bulk-template code{white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92rem}.pepper-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pepper-admin-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-muted);gap:18px;padding:24px;display:grid}.table{gap:12px;display:grid}.table__head,.table__row{grid-template-columns:1.1fr 2fr .8fr 1fr;align-items:center;gap:16px;display:grid}.table__head{color:var(--muted);font-size:.9rem;font-weight:700}.table__row{border-top:1px solid var(--line);padding:16px 0}.admin-action-links{align-items:start}.site-footer{color:var(--muted);font-size:.95rem}.site-footer__inner{gap:10px;display:grid}.site-footer__links{flex-wrap:wrap;gap:14px;display:flex}.site-footer__links a{color:var(--muted)}@keyframes brand-ball-roll{0%,8%{opacity:0;transform:translate(-14px,4px)rotate(0)scale(.88)}14%{opacity:.96}30%{opacity:.98;transform:translate(9px,2px)rotate(220deg)scale(1)}48%{opacity:.98;transform:translate(28px,-1px)rotate(460deg)scale(.98)}62%{opacity:.9;transform:translate(44px)rotate(640deg)scale(.96)}78%,to{opacity:0;transform:translate(60px,3px)rotate(780deg)scale(.88)}}@keyframes brand-mark-settle{0%,14%,to{transform:translateY(0)rotate(0)}20%{transform:translateY(-1px)rotate(-2deg)}32%{transform:translateY(0)rotate(1.4deg)}44%{transform:translateY(-.5px)rotate(-.8deg)}}@media (max-width:980px){.site-header__inner,.page-hero--with-actions,.dashboard-grid,.dashboard-lower,.grid-two,.grid-two--match-detail,.feature-grid,.pepper-overview-grid,.pepper-grid,.prediction-score-grid,.table__head,.table__row{grid-template-columns:1fr}.page-hero__actions{justify-content:flex-start}.match-card-simple,.dashboard-match-card,.match-row,.pepper-card__header{flex-direction:column;align-items:flex-start}.match-card-grid{grid-template-columns:1fr}.match-card-simple{grid-template-columns:1fr;align-items:start}.match-card-simple__actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.match-card-simple__actions .button{align-self:auto}}@media (prefers-reduced-motion:reduce){.brand__mark,.brand__ball{animation:none}}@media (max-width:860px){.site-header{padding:12px 12px 0}.site-header__inner{border-radius:24px;align-items:center;gap:12px;padding:12px 14px;position:relative}.brand__mark-wrap{width:54px;height:42px}.brand__mark{border-radius:14px;width:42px;height:42px}.brand__copy{gap:0}.brand__copy strong{font-size:1.08rem}.brand__copy span,.header-desktop-nav,.header-desktop-actions{display:none}.mobile-header-menu{margin-left:auto;display:block}.mobile-header-toggle{border:1px solid var(--line);background:var(--surface-muted);min-height:44px;color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-weight:800;display:inline-flex}.mobile-header-toggle__icon{color:var(--muted);font-size:.92rem;line-height:1;transition:transform .16s}.mobile-header-menu[open] .mobile-header-toggle__icon{transform:rotate(180deg)}.mobile-header-panel{z-index:30;width:min(320px,100vw - 24px);box-shadow:var(--shadow);background:#fffdf9;border:1px solid #ffffffb8;border-radius:24px;gap:14px;padding:16px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.main-nav--drawer{gap:8px;display:grid}.main-nav__item--drawer{background:var(--surface-muted);min-height:44px;color:var(--muted);border-radius:16px;align-items:center;padding:0 14px;font-weight:800;display:inline-flex}.main-nav__item--drawer.is-active{color:var(--text);background:#121d2614}.mobile-header-account,.mobile-header-auth{gap:10px;display:grid}.mobile-header-account{border-top:1px solid var(--line);padding-top:14px}.mobile-header-account__copy{gap:4px;display:grid}.mobile-header-account__copy strong{font-size:1rem}.page-shell{gap:20px;padding:24px 14px 40px}.page-hero,.page-hero__copy{gap:10px}.page-hero__copy p{max-width:46ch;font-size:.98rem}h1{font-size:clamp(2.2rem,10vw,3rem)}h2{font-size:clamp(1.55rem,7vw,2rem)}h3{font-size:1.35rem}.card{border-radius:24px;padding:20px}.feature-card,.pepper-card{padding:16px}.pepper-match-card__actions{justify-items:start}.status-box,.prediction-note,.prediction-preview,.comparison-summary,.meta-item{padding:14px 16px}.dashboard-match-card,.match-card-simple{border-radius:18px;gap:14px;padding:16px}.match-card-topline,.match-card-bottom,.ranking-name-line{gap:8px}.tag,.status-pill{min-height:30px;padding:0 10px;font-size:.78rem}.ranking-row{border-radius:16px;padding:12px 14px}.ranking-badge,.ranking-company{min-height:24px;padding:0 8px;font-size:.72rem}.ranking-points{font-size:1rem}.filter-chip{min-height:38px;padding:0 14px;font-size:.92rem}.prediction-team-card{gap:8px;padding:14px}.prediction-score-grid{grid-template-columns:1fr;gap:12px}.prediction-team-card--right{text-align:left}.prediction-team-card strong{font-size:1.1rem}.prediction-stepper{grid-template-columns:44px minmax(0,1fr) 44px;gap:8px}.prediction-stepper-button{border-radius:14px;min-height:44px;font-size:1.45rem}.prediction-score-input{border-radius:14px;min-height:52px;font-size:1.85rem}.prediction-preview strong{font-size:1.55rem}.prediction-note{box-shadow:none;background:0 0;border:0;padding:0}.prediction-submit{width:100%}.avatar-frame{border-radius:16px;flex-basis:56px;width:56px;height:56px}.avatar-frame--compact{border-radius:12px;flex-basis:44px;width:44px;height:44px}.pepper-match-card-compact .button{width:100%}.pepper-compact-row{grid-template-columns:1fr;align-items:start;gap:10px}.pepper-compact-row__score{justify-self:start}.number-grid,.choice-grid,.meta-grid,.pepper-admin-grid{grid-template-columns:1fr}}
