.meter-modal{position:fixed;inset:0;z-index:1100;background:rgba(20,20,20,.5);display:flex;align-items:center;justify-content:center;padding:16px;text-align:left}.meter-modal__card{position:relative;background:var(--color-background-primary,#fff);color:var(--color-foreground-secondary,#444);max-width:620px;width:100%;border:3px solid var(--color-border-primary,#ccc);line-height:1.55}.meter-modal__close{position:absolute;top:8px;right:8px;border:0;background:var(--color-background-secondary,#f0f0f0);color:var(--color-foreground-primary,#333);width:32px;height:32px;font-size:18px;line-height:1;cursor:pointer;font-family:inherit}.meter-modal__illustration{height:120px;background:var(--color-background-secondary,#eef4f7);display:flex;align-items:center;justify-content:center;font-size:40px}.meter-modal__body{padding:30px 24px;max-width:420px;margin:0 auto}.meter-modal__body p{margin:0 0 10px}.meter-modal__title{margin:0 0 10px;font-size:1.43rem;line-height:1.4;color:var(--color-foreground-primary,#222)}.meter-modal__body p.meter-modal__actions{margin:24px 0}.meter-modal__actions a.button{font-size:18px;padding:6px 15px;border-radius:7px}.meter-modal__body p.meter-modal__fine:last-child{margin-bottom:0}.meter-modal__dismiss{border:0;background:none;padding:0;font:inherit;font-size:.93rem;color:var(--color-foreground-subtitle,#666);text-decoration:underline;cursor:pointer}.user-nav{background:var(--color-background-primary,#fff);color:var(--color-foreground-secondary,#444);font-size:.93rem;line-height:1.4;padding:7px 16px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.user-nav a{color:#9fd7ec;text-decoration:underline}.user-nav--centered{justify-content:center}.user-nav--centered .user-nav__account{margin-left:0}.user-nav__ghost{position:absolute;visibility:hidden;pointer-events:none;white-space:nowrap}.user-nav--floating{position:absolute;top:0;right:0;z-index:10;width:auto;height:var(--user-nav-top-h,auto);margin:0;padding:0 16px;background:none;border:none;box-shadow:none}.user-nav__track{flex:0 0 120px;height:6px;border-radius:3px;background:rgba(0,0,0,.1);overflow:hidden}@media (prefers-color-scheme:dark){.user-nav__track{background:rgba(255,255,255,.25)}}.user-nav__fill{display:block;height:100%;background:#4da4c8}.user-nav__fill--limit{background:#e4a11b}.user-nav__text{flex:1 1 auto}.user-nav__account{margin-left:auto;white-space:nowrap}.meter-blocked-page{min-height:70vh}