/* /App.razor.rz.scp.css */
.sign-in[b-0a9c4ongwz] { height: 100%; display: grid; place-items: center; padding: 24px; box-sizing: border-box; background: radial-gradient(ellipse at 10% 0, #c4dec4, transparent 65%), radial-gradient(ellipse at 90% 100%, #efd5b6, #eef2e7 75%); }
.sign-in__card[b-0a9c4ongwz] { box-sizing: border-box; width: min(100%, 410px); background: #fffdf8ed; border: 1px solid white; border-radius: 24px; padding: 38px 32px; text-align: center; box-shadow: 0 20px 70px #294c391a; }
.sign-in__mark[b-0a9c4ongwz] { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 17px; background: #355b44; color: #f8f4dd; font-size: 27px; font-weight: 750; }
.sign-in__eyebrow[b-0a9c4ongwz] { margin-top: 22px; font-size: 11px; font-weight: 750; letter-spacing: .18em; color: #769077; }
.sign-in h1[b-0a9c4ongwz] { font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.sign-in p[b-0a9c4ongwz] { line-height: 1.65; color: #728273; }
.sign-in__button[b-0a9c4ongwz] { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; padding: 15px 18px; border-radius: 12px; border: 1px solid #dbe4d6; background: white; color: #2c4435; text-decoration: none; font-weight: 650; font-size: 14px; }
.sign-in__button:hover[b-0a9c4ongwz] { background: #f2f7ee; border-color: #98b190; }
.player-account[b-0a9c4ongwz] { position: absolute; bottom: 18px; right: 18px; z-index: 2; display: flex; align-items: center; gap: 12px; max-width: calc(100% - 36px); background: #fffdf8e8; border: 1px solid #ffffff90; border-radius: 12px; padding: 7px 10px 7px 14px; box-shadow: 0 4px 20px #294c3912; font-size: 12px; }
.player-account span[b-0a9c4ongwz] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player-account button[b-0a9c4ongwz] { flex: none; border: 0; border-radius: 7px; background: #e9eee2; color: #3f5a41; padding: 7px 10px; font: inherit; cursor: pointer; }
.sign-in__button:focus-visible[b-0a9c4ongwz], .player-account button:focus-visible[b-0a9c4ongwz] { outline: 3px solid #8cae7e; outline-offset: 3px; }
/* /UI/GameplayDeadlinePanel.razor.rz.scp.css */
.deadline-slot[b-ldp3sbwhkk] { width: 100%; height: 100%; display: flex; align-items: end; justify-content: center; box-sizing: border-box; padding: 0 3px 3px; }
.deadline-label[b-ldp3sbwhkk] { max-width: 100%; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; padding: 4px 8px; color: #fff8dd; background: #283627d9; border: 1px solid #ffffff33; border-radius: 6px; white-space: nowrap; font-size: 11px; line-height: 14px; font-weight: 550; box-shadow: 0 2px 5px #0002; }
/* /UI/GameplayHud.razor.rz.scp.css */
.gameplay-hud[b-d0ab5lvejf] { position: absolute; top: 18px; right: 18px; z-index: 2; min-width: 130px; max-width: min(300px, 65vw); padding: 10px 14px; border: 1px solid #ffffff70; border-radius: 12px; background: #f6f7f1eb; box-shadow: 0 3px 14px #20351e16; pointer-events: none; }
.gameplay-hud dl[b-d0ab5lvejf] { display: grid; gap: 6px; margin: 0; }
.gameplay-hud dl > div[b-d0ab5lvejf] { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; font-size: 12px; }
.gameplay-hud dt[b-d0ab5lvejf] { color: #657163; }
.gameplay-hud dd[b-d0ab5lvejf] { color: #263d2b; font-weight: 650; margin: 0; text-align: right; overflow-wrap: anywhere; }
