/* Clickable labels do not become text selections on repeated clicks. */
summary,summary *,button,button *,.desktop-nav a,.mobile-nav a,.orbit-player{
  -webkit-user-select:none;user-select:none;
}
input,textarea,select{user-select:text;-webkit-user-select:text}

/* Blur only the scenery, leaving type, portraits and weather crisp. */
.cg-ambient{background:none}
.cg-ambient::before{content:'';position:absolute;inset:-8px;background:url('/static/ui/nocturne-city.png') center/cover no-repeat;filter:blur(3px) brightness(.68);pointer-events:none}
.cg-ambient::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#070c1826,#070c184d);pointer-events:none}
#night-weather{z-index:1}
.cg-home-panel,.colony-count,.ranking-hero,.profile-hero,.archive-hero,.match-hero,
.profile-card,.kogane-card,.kogane-rules,.kogane-history,.ranking-list,.team-panel,
.replay-panel,.archive-match,.patch-entry,.top3-demo-heading{
  outline:1px solid #c6d9e629;outline-offset:-1px;
}
.kogane-card:focus-within,.profile-card:focus-within{outline-color:#c6d9e64d}
@media(max-width:800px){.cg-ambient::before{background-position:43% center;filter:blur(2px) brightness(.68)}}
