:root{
  --dgr-green:#1a4d2e;
  --dgr-lime:#6abf4b;
  --dgr-bg:#f2f2f0;
  --dgr-card:#ffffff;
  --dgr-border:#e8e8e5;
  --dgr-text:#1d1d1d;
  --dgr-muted:#7b7b75;
  --dgr-shadow:0 8px 24px rgba(0,0,0,.06);
}
body.page-template-default .dgr-shell, body .dgr-shell{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif; color:var(--dgr-text)}
.dgr-shell{background:var(--dgr-bg); min-height:100vh;}
.dgr-app{max-width:1220px; margin:0 auto; padding:0 16px 92px;}
.dgr-topbar{background:var(--dgr-green); color:#fff; min-height:58px; display:flex; align-items:center; justify-content:space-between; padding:0 18px; border-radius:0 0 18px 18px; box-shadow:var(--dgr-shadow)}
.dgr-brand{font-weight:800; display:flex; gap:8px; align-items:center;}
.dgr-topbar__meta{font-size:12px; color:rgba(255,255,255,.72);}
.dgr-hero{background:linear-gradient(135deg,#1a4d2e 0%, #225636 100%); color:#fff; border-radius:24px; padding:24px; margin:18px 0 18px; box-shadow:var(--dgr-shadow)}
.dgr-hero__badge{display:inline-flex; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.12); color:#bdf099; font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:800;}
.dgr-hero__head{display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-top:14px;}
.dgr-hero h1{margin:0; font-size:36px; line-height:1.05;}
.dgr-hero p{margin:8px 0 0; color:rgba(255,255,255,.72); font-size:15px;}
.dgr-hero__link{display:inline-flex; align-items:center; justify-content:center; padding:10px 16px; border-radius:12px; background:rgba(106,191,75,.18); color:#c7ffad; text-decoration:none; font-weight:700; white-space:nowrap}
.dgr-stats{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:18px 0;}
.dgr-stat{background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:16px; display:flex; flex-direction:column; gap:4px;}
.dgr-stat strong{font-size:24px; line-height:1;}
.dgr-stat span{font-size:12px; color:rgba(255,255,255,.72); text-transform:uppercase; letter-spacing:.04em}
.dgr-search{display:flex; align-items:center; gap:10px; background:#fff; color:#111; border-radius:14px; padding:0 14px; height:52px;}
.dgr-search input{border:0; outline:0; background:transparent; width:100%; font-size:15px; font-family:inherit}
.dgr-meta-row{margin-top:12px; display:flex; flex-wrap:wrap; gap:16px; font-size:12px; color:rgba(255,255,255,.72)}
.dgr-list-wrap{background:var(--dgr-card); border:1px solid var(--dgr-border); border-radius:24px; padding:20px; box-shadow:var(--dgr-shadow)}
.dgr-list-head{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px;}
.dgr-list-head h2{margin:0; font-size:24px;}
.dgr-list-head__legend{display:flex; gap:12px; font-size:12px; color:var(--dgr-muted); flex-wrap:wrap}
.dgr-list-head__legend .is-up{color:#18753c}.dgr-list-head__legend .is-down{color:#bf2f32}.dgr-list-head__legend .is-flat{color:#777}
.dgr-table-head{display:grid; grid-template-columns:84px minmax(220px,1fr) 120px 120px 100px 100px; gap:12px; padding:0 14px 10px; color:#7d7d76; font-size:12px; text-transform:uppercase; letter-spacing:.06em; font-weight:700}
.dgr-list{display:flex; flex-direction:column; gap:12px}
.dgr-player-card{display:grid; grid-template-columns:84px minmax(220px,1fr) 120px 120px 100px 100px; gap:12px; align-items:center; background:#fff; border:1px solid var(--dgr-border); border-radius:18px; padding:14px;}
.dgr-player-card__rank{width:52px; height:52px; border-radius:999px; background:#f1f1ee; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:18px; color:#555}
.dgr-player-card__rank.is-podium{background:linear-gradient(135deg,#f1c232,#d5a51d); color:#fff}
.dgr-player-card__main h3{margin:0; font-size:17px; line-height:1.2}
.dgr-player-card__sub{margin-top:5px; color:var(--dgr-muted); font-size:13px}
.dgr-player-card__rating{font-size:28px; font-weight:800; color:var(--dgr-green)}
.dgr-player-card__change{font-size:18px; font-weight:800}
.dgr-player-card__change.is-up{color:#18753c}
.dgr-player-card__change.is-down{color:#bf2f32}
.dgr-player-card__change.is-flat{color:#777}
.dgr-player-card__rounds{color:#555; font-weight:700}
.dgr-player-card__actions a{display:inline-flex; align-items:center; justify-content:center; padding:10px 14px; border-radius:12px; background:#eaf5e5; color:var(--dgr-green); text-decoration:none; font-weight:700}
.dgr-muted{color:#aaa}
.dgr-empty{padding:32px 16px; text-align:center; color:#666}
.dgr-empty__icon{font-size:32px; margin-bottom:8px}
.dgr-empty__title{font-size:18px; font-weight:800; margin-bottom:4px}
.dgr-bottom-nav{position:fixed; bottom:0; left:0; right:0; z-index:120; background:#fff; border-top:1px solid var(--dgr-border); display:grid; grid-template-columns:repeat(4,1fr); max-width:1220px; margin:0 auto}
.dgr-bottom-nav a{display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; min-height:66px; color:#9a9a94; text-decoration:none; font-size:20px}
.dgr-bottom-nav a small{font-size:11px; font-weight:700}
.dgr-bottom-nav a.is-active{color:var(--dgr-green)}
.desktop-only{display:block}
@media (max-width: 980px){
  .dgr-app{padding:0 12px 88px;}
  .dgr-hero{padding:18px; border-radius:20px}
  .dgr-hero__head{flex-direction:column;}
  .dgr-hero h1{font-size:28px}
  .dgr-list-wrap{padding:16px; border-radius:20px}
  .dgr-table-head{display:none}
  .dgr-player-card{grid-template-columns:58px 1fr 82px; gap:10px; padding:12px}
  .dgr-player-card__rating{font-size:22px; text-align:right}
  .dgr-player-card__change{font-size:16px; text-align:right}
  .dgr-player-card__actions{grid-column:2 / span 2}
  .dgr-player-card__actions a{width:100%}
  .desktop-only{display:none}
}
@media (max-width: 640px){
  .dgr-app{max-width:480px}
  .dgr-topbar{border-radius:0; margin:0 -12px; padding:0 16px}
  .dgr-hero{margin:0 -4px 14px; border-radius:0 0 22px 22px}
  .dgr-stats{gap:8px}
  .dgr-stat{padding:12px}
  .dgr-stat strong{font-size:20px}
  .dgr-list-head{flex-direction:column; align-items:flex-start}
  .dgr-player-card{grid-template-columns:50px 1fr 72px; border-radius:16px}
  .dgr-player-card__rank{width:42px; height:42px; font-size:15px}
  .dgr-player-card__main h3{font-size:15px}
  .dgr-player-card__sub{font-size:12px}
  .dgr-player-card__rating{font-size:18px}
  .dgr-player-card__change{font-size:14px}
}
