@import "https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@200;300;500&display=swap";@property --gradient-x{syntax:"<percentage>";inherits:false;initial-value:30%}@property --gradient-y{syntax:"<percentage>";inherits:false;initial-value:25%}:root{color-scheme:dark;--background:#151617;--surface:#1c1e20;--surface-hover:#242729;--border:#2d3033;--text:#f5f5f5;--muted:#a8aaac;--brand:#22d3ee}*{box-sizing:border-box}html{background:var(--background);min-width:20rem}body{background:var(--background);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Google Sans Flex,Avenir Next,Avenir,Helvetica Neue,Helvetica,Arial,sans-serif}button,a{font:inherit}button{border:0}.app-header{z-index:20;border-bottom:1px solid var(--border);background:var(--background);position:relative}.top-nav{justify-content:space-between;align-items:center;gap:2rem;width:min(100%,80rem);min-height:4rem;margin:0 auto;padding:.65rem 1.5rem;display:flex}.nav-start,.desktop-navigation{align-items:center;display:flex}.nav-start{gap:clamp(1.5rem,4vw,3.5rem);min-width:0}.app-wordmark{color:var(--brand);letter-spacing:-.025em;text-shadow:0 0 .7em #22d3ee1f;flex:none;font-size:1.35rem;font-weight:500;text-decoration:none}.desktop-navigation{gap:1.75rem}.nav-link{color:var(--muted);padding:.65rem 0;font-weight:500;text-decoration:none;transition:color .15s;position:relative}.nav-link:after{content:"";opacity:0;background:currentColor;border-radius:999px;height:2px;transition:opacity .15s,transform .15s;position:absolute;bottom:.25rem;left:0;right:0;transform:scaleX(.6)}.nav-link:not(.nav-link-active):hover{color:var(--brand)}.nav-link-active{color:var(--text)}.nav-link:not(.nav-link-active):hover:after,.nav-link-active:after{opacity:1;transform:scaleX(1)}.account-menu{position:relative}.account-trigger{min-width:0;color:var(--text);cursor:pointer;background:0 0;border-radius:.55rem;align-items:center;gap:.65rem;padding:.35rem .45rem;transition:background-color .15s;display:flex}.account-trigger:hover,.account-trigger[aria-expanded=true]{background:var(--surface-hover)}.account-trigger-loading{cursor:wait;background:linear-gradient(90deg, var(--surface) 25%, var(--surface-hover) 50%, var(--surface) 75%);background-size:200% 100%;width:9rem;height:2.7rem;animation:1.4s ease-in-out infinite account-loading}.account-avatar{background:var(--surface-hover);width:2rem;height:2rem;color:var(--brand);border-radius:50%;flex:none;place-items:center;font-size:.75rem;font-weight:500;display:grid;overflow:hidden}.account-avatar img{object-fit:cover;width:100%;height:100%}.account-name{text-overflow:ellipsis;white-space:nowrap;max-width:11rem;font-size:.9rem;font-weight:500;overflow:hidden}.account-chevron{fill:none;width:.8rem;height:.8rem;stroke:var(--muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;flex:none}.account-popover{border:1px solid var(--border);background:var(--surface);border-radius:.7rem;width:10rem;padding:.45rem;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 1rem 2.5rem #00000047}.account-sign-out{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:.45rem;padding:.65rem .7rem;font-weight:500}.account-sign-out:hover{background:var(--surface-hover)}.mobile-menu-button,.mobile-navigation{display:none}.app-main{width:min(100%,80rem);margin:0 auto;padding:clamp(3rem,8vw,7rem) 1.5rem}.channel-notice{width:min(100%,80rem);color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.8rem 1.5rem;display:flex}.channel-notice a{color:var(--brand);text-underline-offset:.2em;flex:none;font-weight:500}.settings-form{max-width:38rem;margin-top:3rem}.settings-form label{color:var(--muted);margin-bottom:.65rem;display:block}.settings-control{gap:.75rem;display:flex}.settings-control>button{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:.5rem;padding:.7rem .85rem}.timezone-combobox{flex:1;min-width:0;position:relative}.timezone-combobox-field{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;display:flex;position:relative;overflow:hidden}.timezone-combobox-field:focus-within{border-color:var(--muted)}.timezone-combobox input[role=combobox]{min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:.7rem 0 .7rem .85rem}.timezone-combobox input.timezone-combobox-input-selection{color:#0000;caret-color:#0000}.timezone-combobox-selection{min-width:0;color:var(--text);pointer-events:none;white-space:nowrap;align-items:center;gap:.65rem;display:flex;position:absolute;inset:0 2.75rem 0 .85rem;overflow:hidden}.timezone-offset{color:var(--muted);font-variant-numeric:tabular-nums;flex:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.timezone-combobox-toggle{width:2.75rem;color:var(--muted);cursor:pointer;background:0 0;flex:none;place-items:center;display:grid}.timezone-combobox-toggle:hover{color:var(--text)}.timezone-combobox-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:1rem}.timezone-listbox{z-index:10;border:1px solid var(--border);background:var(--surface);border-radius:.5rem;max-height:20rem;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto;box-shadow:0 1rem 2.5rem #00000047}.timezone-option,.timezone-empty{border-radius:.3rem;padding:.65rem .75rem}.timezone-option{cursor:pointer;align-items:baseline;gap:.65rem;display:flex}.timezone-option-active{background:var(--surface-hover)}.timezone-empty{color:var(--muted)}.settings-control>button{cursor:pointer;font-weight:500}.settings-control>button:hover:not(:disabled){background:var(--surface-hover)}.settings-control>button:disabled{cursor:not-allowed;opacity:.45}.page-intro{max-width:45rem}.page-intro h1{letter-spacing:-.035em;margin:0;font-size:clamp(2.5rem,7vw,5rem);font-weight:300;line-height:1.02}.page-intro>p{max-width:38rem;color:var(--muted);margin:1.4rem 0 0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.65}.page-link{color:var(--brand);text-underline-offset:.25em;margin-top:1.5rem;font-weight:500;display:inline-block}.streams-table-container{border:1px solid var(--border);background:var(--surface);border-radius:.7rem;margin-top:3rem;overflow-x:auto}.streams-table{border-collapse:collapse;text-align:left;width:100%;min-width:52rem;font-size:.925rem}.streams-table th,.streams-table td{border-bottom:1px solid var(--border);white-space:nowrap;padding:.9rem 1rem}.streams-table th{color:var(--muted);font-size:.8rem;font-weight:500}.streams-table tbody tr:last-child td{border-bottom:0}.streams-table td:nth-child(2){white-space:normal;min-width:14rem}.streams-number{text-align:right}.streams-empty{color:var(--muted);margin:3rem 0 0}.login-page{background:var(--background);min-height:100svh;color:var(--text);text-align:center;-webkit-font-smoothing:antialiased;justify-content:center;align-items:center;padding:clamp(2rem,7vw,5rem) 1.25rem;font-family:Google Sans Flex,Avenir Next,Avenir,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex}.login-content{flex-direction:column;align-items:center;display:flex}.brand-heading{letter-spacing:-.02em;margin:0;font-size:clamp(3rem,10vw,7.5rem);font-weight:300;line-height:1}.brand-name{--gradient-x:30%;--gradient-y:25%;color:var(--brand);background:radial-gradient(circle 1.35em at var(--gradient-x) var(--gradient-y), #0891b2 0%, #06b6d4 38%, var(--brand) 100%);letter-spacing:-.02em;text-shadow:0 0 .45em #22d3ee24;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:300;transition:--gradient-x .18s ease-out,--gradient-y .18s ease-out}.login-action{margin-top:clamp(1.75rem,4vw,2.75rem)}.twitch-button{color:#fff;background:#9146ff;border-radius:.6rem;justify-content:center;align-items:center;gap:.55rem;min-width:16.5rem;padding:.8rem 1.1rem;font-size:1rem;font-weight:500;transition:background-color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 .4rem 1.25rem #9146ff1a}.twitch-button:hover{background:#772ce8;box-shadow:0 .5rem 1.4rem #9146ff26}.twitch-button:focus-visible{outline:3px solid var(--brand);outline-offset:.25rem}.twitch-icon{fill:currentColor;flex:none;width:1.15em;height:1.15em}.auth-error{color:#fca5a5;max-width:30rem;margin:0 0 1rem}button:disabled{cursor:wait;opacity:.65}a:focus-visible{outline:3px solid var(--brand);outline-offset:3px;border-radius:.2rem}@keyframes account-loading{to{background-position:-200% 0}}@media (width<=47.999rem){.top-nav{min-height:3.75rem;padding:.6rem 1rem}.nav-start{gap:.7rem}.mobile-menu-button{width:2.5rem;height:2.5rem;color:var(--text);cursor:pointer;background:0 0;border-radius:.5rem;flex:none;place-items:center;padding:0;display:grid}.mobile-menu-button:hover,.mobile-menu-button[aria-expanded=true]{background:var(--surface-hover)}.mobile-menu-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8px;width:1.25rem;height:1.25rem}.desktop-navigation,.desktop-account{display:none}.mobile-navigation{border-bottom:1px solid var(--border);background:var(--background);padding:.6rem 1rem 1rem;display:block;position:absolute;top:100%;left:0;right:0}.mobile-navigation-links{flex-direction:column;display:flex}.mobile-nav-link{width:100%;padding:.85rem .5rem}.mobile-nav-link:after{width:2rem;bottom:.45rem;left:.5rem;right:auto}.mobile-account{border-top:1px solid var(--border);margin-top:.45rem;padding-top:.7rem}.account-menu-mobile,.account-menu-mobile .account-trigger{width:100%}.account-menu-mobile .account-trigger{padding:.55rem .5rem}.account-menu-mobile .account-name{text-align:left;flex:1;max-width:none}.account-menu-mobile .account-popover{width:100%;box-shadow:none;background:0 0;border:0;padding:.35rem 0 0 2.7rem;position:static}.account-menu-mobile .account-sign-out{margin:0}.mobile-navigation-backdrop{z-index:10;cursor:default;background:#0000006b;position:fixed;inset:0}.app-main{padding:clamp(3rem,14vw,5rem) 1.25rem}}@media (prefers-reduced-motion:reduce){.brand-name,.account-trigger-loading,.nav-link:after,.twitch-button{transition:none;animation:none}}
