:root{--bg-gutter: #050810;--bg: #0F212E;--bg-card: #112742;--text: #ffffff;--text-muted: white;--text-social: #7A8299;--domain: #F4BA2D;--accent: #1A5AFF;--accent-soft: rgba(26, 90, 255, .1);--accent-border: #1A5AFF;--max-width: 26.25rem;--main-shadow: 0 0 3rem rgba(0, 0, 0, .45);--main-border: rgba(255, 255, 255, .06);--bg-dec-card: rgba(239, 243, 246, .05)}[data-theme=br]{--accent: #44BE4C;--accent-soft: #153131;--accent-border: #44BE4C;--bg-card: #153131}*{box-sizing:border-box}html{font-size:16px}html,body{margin:0;padding:0;min-height:100%}body{font-family:MiSans,sans-serif;background:var(--bg-gutter);color:var(--text);-webkit-font-smoothing:antialiased}.layout{display:flex;min-height:100vh;min-height:100dvh}.layout__gutter{flex:1 1 0;min-width:0;background:var(--bg-gutter)}.layout__main{flex:0 0 auto;width:100%;max-width:var(--max-width);background:var(--bg);box-shadow:var(--main-shadow);border-left:.0625rem solid var(--main-border);border-right:.0625rem solid var(--main-border)}a{color:inherit;text-decoration:none}.page{padding:1.4375rem 1rem 0}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8125rem}.header__logo{width:3.6875rem;height:auto;flex-shrink:0}.header__title{margin:0;font-size:1rem;line-height:1.25;font-weight:700;color:var(--accent)}.description{margin:0 0 .8125rem;font-size:.75rem;line-height:1.25rem;color:var(--text-social)}.site-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.8125rem}.site-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:3.75rem;padding:.875rem 1rem;border:.0625rem solid var(--accent-border);border-radius:.25rem;background:var(--bg-card);transition:background .2s ease,transform .15s ease}.site-card:active{transform:scale(.985)}.site-card__label{font-size:.75rem;font-weight:600}.site-card__domain{font-size:.875rem;font-weight:700;color:var(--domain);word-break:break-all}.site-card--loading{pointer-events:none}.skeleton-bar{display:inline-block;width:7.5rem;height:1.125rem;border-radius:.25rem;background:#ffffff14;animation:pulse 1.2s ease-in-out infinite}.site-empty{margin:0;padding:1.25rem .75rem;text-align:center;color:var(--text-muted);font-size:.875rem}.action-row{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;margin-bottom:1rem}.action-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:3.75rem;padding:.75rem .625rem;border-radius:.25rem;background:var(--bg-dec-card);text-align:center;transition:background .2s ease}.action-card__title{font-size:.875rem;font-weight:700;color:var(--accent);line-height:1.3}.action-card__subtitle{font-size:.625rem;line-height:1.35;color:var(--text-muted)}.permanent-banner{position:relative;overflow:hidden;border-radius:.25rem;margin-bottom:.8125rem}.permanent-banner__bg{width:100%;height:auto;vertical-align:middle}.permanent-banner__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.permanent-banner__url{display:inline-block;margin-bottom:.375rem;font-size:.875rem;font-weight:700;color:var(--accent)}.permanent-banner__title{margin:0 0 .25rem;font-size:.625rem;font-weight:400}.permanent-banner__hint{margin:0;font-size:.625rem;color:var(--domain)}.social-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.5625rem;margin-bottom:.8125rem}.social-item{display:flex;flex-direction:column;align-items:center;gap:.5625rem;text-align:center}.social-item img{width:2.25rem;height:2.25rem;object-fit:contain}.social-item__label{display:flex;flex-direction:column;gap:.125rem}.social-item__brand{font-size:.5rem;line-height:1.25;color:#fff;word-break:break-word}.social-item__sub{font-size:.5rem;line-height:1.25;color:#7a8299;word-break:break-word}.social-item__sub--highlight{color:#f4ba2d}.footer{text-align:center}.footer__tagline{margin:0 0 .2rem;font-size:.5rem;font-weight:400;color:var(--accent)}.footer__copyright{margin:0;font-size:.5rem;color:var(--text-muted)}@keyframes pulse{0%,to{opacity:.45}50%{opacity:1}}@media(min-width:23.4375rem){.page{padding-top:2rem}.header__title{font-size:1rem}.site-card__domain{font-size:.875rem}}@media(max-width:23.4375rem){.layout__gutter{display:none}.layout__main{max-width:none;border-left:none;border-right:none;box-shadow:none}}
