:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-page: #f0f2f5;--card-bg: #ffffff;--sidebar-bg: #1e293b;--sidebar-hover: rgba(255, 255, 255, .08);--text-primary: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0, 0, 0, .08);--input-bg: #ffffff;--accent: #0d9488;--accent-fg: #ffffff;--accent-subtle: #ccfbf1;--error: #b91c1c;--error-bg: #fef2f2;--receita: #059669;--despesa: #dc2626;--saldo: #0369a1;--fluxo: #7c3aed}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-page);color:var(--text-primary)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}#root{min-height:100vh}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--bg-page)}.auth-card{width:100%;max-width:400px;background:var(--card-bg);border-radius:12px;padding:2rem;box-shadow:var(--shadow)}.auth-title{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:var(--text-primary)}.auth-subtitle{margin:0 0 1rem;color:var(--text-muted);font-size:.95rem}.auth-mock-hint,.auth-dica-hint{margin:0 0 1rem;padding:.5rem .75rem;background:var(--accent-subtle);color:var(--accent);border-radius:8px;font-size:.8rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text-primary)}.auth-form input{padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--input-bg);color:var(--text-primary)}.auth-form input::placeholder{color:var(--text-muted)}.auth-form input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.auth-password-wrap{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;background:var(--input-bg)}.auth-password-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.auth-password-wrap input{flex:1;border:none;padding-right:.5rem;min-width:0}.auth-password-wrap input:focus{box-shadow:none}.auth-toggle-password{display:flex;align-items:center;justify-content:center;padding:.5rem .65rem;border:none;background:none;color:var(--text-muted);cursor:pointer;border-radius:6px}.auth-toggle-password:hover{color:var(--text-primary)}.auth-error{padding:.6rem .85rem;background:var(--error-bg);color:var(--error);border-radius:8px;font-size:.9rem}.auth-submit{margin-top:.25rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:var(--accent-fg);cursor:pointer;transition:opacity .2s}.auth-submit:hover:not(:disabled){opacity:.9}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-footer{margin:1.25rem 0 0;text-align:center;font-size:.9rem;color:var(--text-muted)}.auth-footer a{color:var(--accent);font-weight:500}.auth-footer a:hover{text-decoration:underline}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--bg-page)}.admin-login-card{width:100%;max-width:400px;background:var(--card-bg);border-radius:12px;padding:2rem;box-shadow:var(--shadow);border:2px solid var(--accent)}.admin-login-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.admin-login-subtitle{margin:0 0 1rem;color:var(--text-muted);font-size:.9rem}.admin-login-form{display:flex;flex-direction:column;gap:1rem}.admin-login-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text-primary)}.admin-login-form input{padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--input-bg);color:var(--text-primary)}.admin-login-error{padding:.6rem .85rem;background:var(--error-bg);color:var(--error);border-radius:8px;font-size:.9rem}.admin-login-submit{margin-top:.25rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:var(--accent-fg);cursor:pointer}.admin-login-submit:hover:not(:disabled){opacity:.9}.admin-login-submit:disabled{opacity:.7;cursor:not-allowed}.admin-login-footer{margin:1.25rem 0 0;text-align:center;font-size:.9rem;color:var(--text-muted)}.admin-login-footer a{color:var(--accent)}.app-layout{display:flex;min-height:100vh;background:var(--bg-page)}.sidebar{width:260px;min-width:260px;background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column}.sidebar-header{padding:1.25rem 1rem;border-bottom:1px solid var(--border)}.app-empresa-wrap{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.app-empresa-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.35rem;text-transform:uppercase}.app-empresa-select{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem;background:var(--input-bg);color:var(--text-primary)}.sidebar-logo{font-weight:700;font-size:1.1rem;color:var(--text-primary)}.sidebar-nav{flex:1;padding:1rem 0;display:flex;flex-direction:column;gap:.25rem}.sidebar-nav a{padding:.6rem 1rem;margin:0 .5rem;border-radius:8px;color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:background .15s,color .15s}.sidebar-nav a:hover{background:var(--sidebar-hover);color:var(--text-primary)}.sidebar-nav a.active{background:var(--accent-subtle);color:var(--accent);font-weight:500}.sidebar-footer{padding:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.sidebar-perfil-link{display:flex;flex-direction:column;gap:.2rem;padding:.5rem 0;text-decoration:none;color:inherit;border-radius:6px;transition:background .15s}.sidebar-perfil-link:hover{background:var(--sidebar-hover)}.sidebar-user{font-size:.9rem;font-weight:500;color:var(--text-primary)}.sidebar-empresa{font-size:.8rem;color:var(--text-muted)}.sidebar-perfil-label{font-size:.8rem;color:var(--accent)}.sidebar-perfil-link:hover .sidebar-perfil-label{text-decoration:underline}.sidebar-logout{margin-top:.5rem;padding:.5rem;font-size:.85rem;color:var(--text-muted);background:none;border:none;cursor:pointer;text-align:left;border-radius:6px}.sidebar-logout:hover{background:var(--sidebar-hover);color:var(--error)}.main-content{flex:1;overflow:auto}.admin-layout .admin-sidebar{background:var(--sidebar-bg)}.admin-empresa-wrap{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.admin-empresa-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.35rem;text-transform:uppercase}.admin-empresa-select{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem;background:var(--input-bg);color:var(--text-primary)}.admin-nav-divider{display:block;height:1px;background:var(--border);margin:.5rem .75rem}.admin-selecione-empresa{max-width:480px;padding:2rem;margin:2rem auto;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow)}.admin-selecione-empresa h2{margin:0 0 .75rem;font-size:1.25rem;color:var(--text-primary)}.admin-selecione-empresa p{margin:0 0 .5rem;font-size:.95rem;color:var(--text-muted)}.admin-selecione-hint{margin-top:1rem;font-size:.85rem;color:var(--text-muted)}.admin-denied{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--bg-page)}.admin-denied-card{text-align:center;padding:2rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);max-width:400px}.admin-denied-card h1{margin:0 0 .5rem;font-size:1.5rem;color:var(--text-primary)}.admin-denied-card p{margin:0 0 1rem;color:var(--text-muted)}.admin-denied-card a{color:var(--accent);font-weight:500}.dev-landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--bg-page);text-align:center}.dev-landing-main{flex:1;display:flex;align-items:center;justify-content:center}.dev-landing-phrase{margin:0;font-size:clamp(1.1rem,3vw,1.5rem);font-weight:500;color:var(--text-primary);line-height:1.5;max-width:480px}.dev-landing-footer{padding:1rem;font-size:.85rem;color:var(--text-muted)}.dev-landing-link{color:var(--text-muted);text-decoration:none;border-bottom:1px solid var(--text-muted)}.dev-landing-link:hover{color:var(--accent);border-bottom-color:var(--accent)}.dica-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;margin-left:.35rem;font-size:.7rem;font-weight:600;color:var(--text-muted);border:1px solid var(--border);border-radius:50%;cursor:help;vertical-align:middle}.dica-icon:hover{color:var(--accent);border-color:var(--accent)}.dica-btn{padding:.25rem .5rem;font-size:.75rem;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:help}.dica-btn:hover{color:var(--accent);border-color:var(--accent)}.dashboard{max-width:1100px;margin:0 auto;padding:1.5rem}.dashboard-header{margin-bottom:1.5rem}.dashboard-header h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:var(--text-primary)}.dashboard-welcome{margin:0;font-size:.95rem;color:var(--text-muted)}.badge-admin{margin-left:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;background:var(--accent);color:var(--accent-fg);border-radius:4px}.dashboard-periodo{margin-bottom:1.5rem;font-size:.9rem;color:var(--text-muted)}.dashboard-periodo-actions{margin-left:.75rem}.dashboard-periodo-btn{padding:.35rem .75rem;font-size:.85rem;border:1px solid var(--border);border-radius:6px;background:var(--card-bg);color:var(--text-primary);cursor:pointer}.dashboard-periodo-btn:hover:not(:disabled){background:var(--border)}.dashboard-periodo-btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-aviso,.dashboard-erro,.dashboard-loading{margin:0 0 1rem;font-size:.9rem}.dashboard-aviso{color:var(--text-muted)}.dashboard-erro{color:var(--error);background:var(--error-bg);padding:.5rem .75rem;border-radius:8px}.dashboard-loading{color:var(--text-muted)}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-bottom:2rem}.dashboard-cards-loading .metric-value{opacity:.7}.metric-card{padding:1.25rem;border-radius:12px;background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow)}.metric-card h2{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--text-primary)}.metric-desc{margin:0 0 .75rem;font-size:.8rem;color:var(--text-muted)}.metric-value{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.metric-receitas .metric-value{color:var(--receita)}.metric-despesas .metric-value{color:var(--despesa)}.metric-saldo .metric-value{color:var(--saldo)}.metric-fluxo .metric-value{color:var(--fluxo)}.dashboard-hint{font-size:.85rem;color:var(--text-muted)}.searchable-select{position:relative;display:flex;flex-direction:column;gap:.35rem}.searchable-select .searchable-select-label{font-size:.9rem;font-weight:500;color:var(--text-primary)}.searchable-select-wrap{position:relative}.searchable-select-input{width:100%;box-sizing:border-box;padding:.55rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--input-bg);color:var(--text-primary)}.searchable-select-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.searchable-select-input:disabled{opacity:.65;cursor:not-allowed}.searchable-select-input.searchable-select-input--stale{border-color:var(--warning, #b45309)}.searchable-select-dropdown{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:50;max-height:240px;overflow-y:auto;margin:0;padding:.25rem 0;list-style:none;background:var(--card-bg, #fff);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow, 0 8px 24px rgba(0, 0, 0, .12))}.searchable-select-option{padding:.45rem .75rem;cursor:pointer;font-size:.95rem;color:var(--text-primary)}.searchable-select-option:hover,.searchable-select-option[aria-selected=true]{background:var(--accent-subtle);color:var(--accent, inherit)}.searchable-select-empty{padding:.5rem .75rem;font-size:.85rem;color:var(--text-muted)}.searchable-select-hint{margin:0;font-size:.8rem;color:var(--text-muted)}.searchable-select-hint--warn{color:var(--error, #b91c1c)}.edicao-modal-backdrop{position:fixed;inset:0;z-index:1200;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem 1rem;overflow-y:auto}.edicao-modal{width:100%;max-width:520px;margin-top:.5rem;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);max-height:calc(100vh - 2rem);overflow-y:auto}.edicao-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.edicao-modal-header h2{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.edicao-modal-fechar{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted);padding:0 .25rem}.edicao-modal-fechar:hover{color:var(--text-primary)}.edicao-modal-sub{margin:0;padding:.65rem 1.25rem;font-size:.82rem;color:var(--text-muted);line-height:1.4;border-bottom:1px solid var(--border)}.edicao-modal-sub code{font-size:.78em}.edicao-modal-form{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.85rem}.edicao-modal-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:500;color:var(--text-primary)}.edicao-modal-form input,.edicao-modal-form select,.edicao-modal-form textarea{padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:var(--input-bg);color:var(--text-primary);font-family:inherit}.edicao-modal-grid2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:480px){.edicao-modal-grid2{grid-template-columns:1fr}}.edicao-modal-erro{margin:0;padding:.5rem .65rem;border-radius:8px;background:color-mix(in srgb,var(--danger, #c0392b) 12%,transparent);color:var(--danger, #c0392b);font-size:.88rem}.edicao-modal-muted{margin:0;font-size:.88rem;color:var(--text-muted)}.edicao-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}.edicao-modal-btn{padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid var(--border)}.edicao-modal-btn.sec{background:var(--input-bg);color:var(--text-primary)}.edicao-modal-btn.pri{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.edicao-modal-btn:disabled{opacity:.6;cursor:not-allowed}.consulta-extrato{padding:1.5rem;max-width:1100px}.consulta-extrato-header h1{margin:0 0 .35rem;font-size:1.35rem;color:var(--text-primary)}.consulta-extrato-empresa{margin:0 0 1rem;color:var(--text-muted);font-size:.95rem}.consulta-extrato-hint{font-weight:400;font-size:.88rem}.consulta-extrato-aviso,.consulta-extrato-muted{color:var(--text-muted)}.consulta-extrato-erro{color:var(--danger, #c0392b);margin:.75rem 0}.consulta-extrato-filtros{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem}.consulta-extrato-filtros-label{font-size:.9rem;color:var(--text-muted);margin-right:.25rem}.consulta-extrato-chip{padding:.35rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--input-bg);color:var(--text-muted);font-size:.85rem;cursor:pointer}.consulta-extrato-chip:hover{color:var(--text-primary)}.consulta-extrato-chip.active{background:var(--accent-subtle);color:var(--accent);border-color:var(--accent);font-weight:500}.consulta-extrato-dates{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.consulta-extrato-dates input{padding:.35rem;border-radius:6px;border:1px solid var(--border);background:var(--input-bg);color:var(--text-primary)}.consulta-extrato-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px;background:var(--card-bg)}.consulta-extrato-table{width:100%;border-collapse:collapse;font-size:.9rem}.consulta-extrato-table th,.consulta-extrato-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.consulta-extrato-table th{font-weight:600;color:var(--text-muted);font-size:.78rem;text-transform:uppercase}.consulta-extrato-table tbody tr:last-child td{border-bottom:none}.consulta-extrato-table a{color:var(--accent)}.consulta-extrato-anexo-cell{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.consulta-extrato-anexo-copiar{padding:0;border:none;background:none;color:var(--text-muted);font-size:.78rem;text-decoration:underline;cursor:pointer}.consulta-extrato-anexo-copiar:hover{color:var(--accent)}.consulta-extrato-btn-editar{padding:.25rem .5rem;font-size:.82rem;font-weight:500;border:1px solid var(--border);border-radius:6px;background:var(--input-bg);color:var(--accent);cursor:pointer}.consulta-extrato-btn-editar:hover{border-color:var(--accent);background:var(--accent-subtle)}.consulta-extrato-anexo-pendente{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.82rem}.consulta-extrato-anexo-atualizar{padding:.2rem .45rem;font-size:.78rem;font-weight:500;border:1px solid var(--border);border-radius:6px;background:var(--input-bg);color:var(--accent);cursor:pointer}.consulta-extrato-anexo-atualizar:hover{border-color:var(--accent);background:var(--accent-subtle)}.consulta-extrato-anexo-hint{color:var(--text-muted);font-size:.75rem}.app-emp-usuarios{max-width:900px;padding:1.5rem}.app-emp-usuarios-header h1{margin:0 0 .5rem;font-size:1.35rem;color:var(--text-primary)}.app-emp-usuarios-desc{margin:0 0 1.25rem;color:var(--text-muted);font-size:.95rem}.app-emp-usuarios-aviso,.app-emp-usuarios-muted{color:var(--text-muted);font-size:.95rem}.app-emp-usuarios-erro{padding:1rem;margin-bottom:1rem;border-radius:8px;background:var(--error-bg, rgba(220, 53, 69, .12));border:1px solid var(--border)}.app-emp-usuarios-erro p{margin:0 0 .75rem}.app-emp-usuarios-retry{padding:.4rem .85rem;border-radius:6px;border:1px solid var(--border);background:var(--card-bg);cursor:pointer;font-size:.9rem}.app-emp-usuarios-card{position:relative;margin-bottom:1.25rem;padding:1.25rem;border-radius:12px;border:1px solid var(--border);background:var(--card-bg);box-shadow:var(--shadow)}.app-emp-usuarios-h2{margin:0 0 .75rem;font-size:1.05rem;color:var(--text-primary)}.app-emp-usuarios-label{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);margin-bottom:.35rem;text-transform:uppercase}.app-emp-usuarios-select-lg{width:100%;max-width:420px;padding:.55rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--input-bg);color:var(--text-primary);font-size:.95rem}.app-emp-usuarios-dados{display:grid;gap:.75rem;margin:1rem 0 0}.app-emp-usuarios-dados dt{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;margin-bottom:.15rem}.app-emp-usuarios-dados dd{margin:0;font-size:.95rem;color:var(--text-primary)}.app-emp-usuarios-mono{font-family:ui-monospace,monospace;font-size:.85rem;word-break:break-all}.app-emp-usuarios-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-top:.75rem}.app-emp-usuarios-row .app-emp-usuarios-select-lg{flex:1;min-width:220px}.app-emp-usuarios-btn{padding:.55rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;border:1px solid var(--border);background:var(--input-bg);color:var(--text-primary)}.app-emp-usuarios-btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.app-emp-usuarios-btn.danger.outline{background:transparent;color:var(--danger, #c0392b);border-color:var(--danger, #c0392b)}.app-emp-usuarios-btn:disabled{opacity:.55;cursor:not-allowed}.app-emp-usuarios-lista{list-style:none;margin:0;padding:0}.app-emp-usuarios-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border)}.app-emp-usuarios-item:last-child{border-bottom:none}.app-emp-usuarios-userline{flex:1;min-width:200px;text-align:left;padding:.35rem .5rem;margin:-.35rem -.5rem;border:none;border-radius:8px;background:transparent;cursor:pointer;color:inherit;font:inherit}.app-emp-usuarios-userline:hover{background:var(--sidebar-hover)}.app-emp-usuarios-userline.active{background:var(--accent-subtle);outline:1px solid var(--accent)}.app-emp-usuarios-nome{display:block;font-weight:600;color:var(--text-primary)}.app-emp-usuarios-email{display:block;font-size:.88rem;color:var(--text-muted)}.app-emp-usuarios-badge{margin-left:.35rem;font-size:.7rem;font-weight:600;padding:.12rem .4rem;border-radius:4px;background:var(--accent-subtle);color:var(--accent);vertical-align:middle}.app-emp-usuarios-detalhe{border-left:3px solid var(--accent)}.app-emp-usuarios-fechar{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border:none;border-radius:6px;background:var(--sidebar-hover);color:var(--text-primary);font-size:1.25rem;line-height:1;cursor:pointer}.app-emp-usuarios-fechar:hover{background:var(--border)}.app-emp-usuarios-nova-form{display:flex;flex-direction:column;gap:1rem;max-width:420px;margin-top:.5rem}.app-emp-usuarios-field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--text-muted)}.app-emp-usuarios-field span{font-weight:600;font-size:.8rem;text-transform:uppercase}.app-emp-usuarios-field input{padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--input-bg);color:var(--text-primary);font-size:.95rem}.app-emp-usuarios-hint{display:block;margin-top:.35rem;font-size:.82rem;color:var(--text-muted)}.app-emp-usuarios-dd-com-botao{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.app-emp-usuarios-btn-usuarios{padding:.45rem .9rem;border-radius:8px;border:1px solid var(--accent);background:var(--accent-subtle);color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:.03em;cursor:pointer;white-space:nowrap}.app-emp-usuarios-btn-usuarios:hover{filter:brightness(.95)}.app-emp-usuarios-modal-backdrop{position:fixed;inset:0;z-index:1000;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem}.app-emp-usuarios-modal{width:100%;max-width:560px;max-height:min(85vh,640px);overflow:auto;padding:1.25rem 1.35rem;border-radius:12px;background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow)}.app-emp-usuarios-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.app-emp-usuarios-modal-header h2{margin:0;font-size:1.1rem;color:var(--text-primary)}.app-emp-usuarios-modal-fechar{flex-shrink:0;width:2rem;height:2rem;border:none;border-radius:6px;background:var(--sidebar-hover);color:var(--text-primary);font-size:1.25rem;line-height:1;cursor:pointer}.app-emp-usuarios-modal-fechar:hover{background:var(--border)}.app-emp-usuarios-modal-sub{margin:0 0 1rem;font-size:.85rem;color:var(--text-muted);line-height:1.4}.app-emp-usuarios-modal-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.app-emp-usuarios-modal-table{width:100%;border-collapse:collapse;font-size:.9rem}.app-emp-usuarios-modal-table th,.app-emp-usuarios-modal-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.app-emp-usuarios-modal-table th{font-weight:600;font-size:.75rem;text-transform:uppercase;color:var(--text-muted);background:var(--sidebar-hover)}.app-emp-usuarios-modal-table tbody tr:last-child td{border-bottom:none}.app-emp-usuarios-modal-aviso{font-size:.78rem;font-weight:400;color:var(--danger, #c0392b)}.perfil-page{max-width:480px;padding:1.5rem}.perfil-page h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.perfil-desc{margin:0 0 1.5rem;font-size:.9rem;color:var(--text-muted)}.perfil-form{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow)}.perfil-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text-primary)}.perfil-form input{padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--input-bg);color:var(--text-primary)}.perfil-form input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.perfil-empresa-ativa .perfil-label{line-height:1.35}.perfil-empresa-select{padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--input-bg);color:var(--text-primary)}.perfil-empresa-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.perfil-readonly{display:flex;flex-direction:column;gap:.25rem}.perfil-label{font-size:.9rem;font-weight:500;color:var(--text-muted)}.perfil-value{font-size:1rem;color:var(--text-primary)}.perfil-actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.perfil-submit{padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:var(--accent-fg);cursor:pointer}.perfil-submit:hover{opacity:.9}.perfil-saved{font-size:.9rem;color:var(--receita)}.form-lancamento{max-width:960px;margin:0 auto;padding:1.5rem}.form-lancamento-vazio{text-align:center;color:var(--text-muted);padding:3rem 1.5rem}.form-lancamento-titulo{margin:0 0 1.25rem;font-size:1.35rem;font-weight:700;color:var(--text-primary)}.form-lancamento-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow)}.form-lancamento-msg{padding:.6rem .85rem;border-radius:8px;font-size:.9rem}.form-lancamento-msg-ok{background:var(--accent-subtle);color:var(--accent)}.form-lancamento-msg-erro{background:var(--error-bg);color:var(--error)}.form-lancamento-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.form-lancamento-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text-primary)}.form-lancamento-form input,.form-lancamento-form select{padding:.55rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--input-bg);color:var(--text-primary)}.form-lancamento-form input:focus,.form-lancamento-form select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.form-lancamento-actions{margin-top:.5rem}.form-lancamento-gravar{padding:.7rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:var(--accent-fg);cursor:pointer}.form-lancamento-gravar:hover:not(:disabled){opacity:.9}.form-lancamento-gravar:disabled{opacity:.7;cursor:not-allowed}.form-lancamento-aviso{margin:0;font-size:.8rem;color:var(--text-muted)}.form-lancamento-aviso code{font-size:.85em;padding:.1rem .35rem;background:var(--border);border-radius:4px}.form-lancamento-file-name{display:block;margin-top:.25rem;font-size:.85rem;color:var(--text-muted)}.form-lancamento-ultimos{margin-top:2rem;padding:1.5rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow)}.form-lancamento-ultimos-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.form-lancamento-ultimos-titulo{margin:0;font-size:1.15rem;font-weight:700;color:var(--text-primary)}.form-lancamento-ultimos-filtros{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.form-lancamento-ultimos-label{font-size:.9rem;color:var(--text-muted);margin-right:.25rem}.form-lancamento-filtro-btn{padding:.4rem .75rem;font-size:.85rem;border:1px solid var(--border);border-radius:6px;background:var(--input-bg);color:var(--text-primary);cursor:pointer}.form-lancamento-filtro-btn:hover{border-color:var(--accent);background:var(--accent-subtle)}.form-lancamento-filtro-btn.active{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.form-lancamento-ultimos-dates{display:inline-flex;align-items:center;gap:.5rem}.form-lancamento-ultimos-dates input{padding:.35rem .5rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;background:var(--input-bg);color:var(--text-primary)}.form-lancamento-ultimos-aviso,.form-lancamento-ultimos-erro,.form-lancamento-ultimos-loading,.form-lancamento-ultimos-vazio{margin:0;font-size:.9rem;color:var(--text-muted)}.form-lancamento-ultimos-erro{color:var(--error)}.form-lancamento-ultimos-table-wrap{overflow-x:auto}.form-lancamento-ultimos-table{width:100%;border-collapse:collapse;font-size:.9rem}.form-lancamento-ultimos-table th,.form-lancamento-ultimos-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.form-lancamento-ultimos-table th{font-weight:600;color:var(--text-primary);background:var(--input-bg)}.form-lancamento-ultimos-table td{color:var(--text-primary)}.form-lancamento-ultimos-anexo{display:flex;flex-wrap:wrap;gap:.5rem}.form-lancamento-ultimos-anexo a{color:var(--accent);text-decoration:none;font-size:.85rem}.form-lancamento-ultimos-anexo a:hover{text-decoration:underline}.form-lancamento-ultimos-anexo-copiar{padding:0;border:none;background:none;color:var(--text-muted);font-size:.78rem;text-decoration:underline;cursor:pointer}.form-lancamento-ultimos-anexo-copiar:hover{color:var(--accent)}.form-lancamento-ultimos-btn-editar{padding:.25rem .5rem;font-size:.82rem;font-weight:500;border:1px solid var(--border);border-radius:6px;background:var(--input-bg);color:var(--accent);cursor:pointer}.form-lancamento-ultimos-btn-editar:hover{border-color:var(--accent);background:var(--accent-subtle)}.form-lancamento-ultimos-anexo-pendente{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.82rem}.form-lancamento-ultimos-anexo-atualizar{padding:.2rem .45rem;font-size:.78rem;font-weight:500;border:1px solid var(--border);border-radius:6px;background:var(--input-bg);color:var(--accent);cursor:pointer}.form-lancamento-ultimos-anexo-atualizar:hover{border-color:var(--accent);background:var(--accent-subtle)}.form-lancamento-ultimos-anexo-hint{color:var(--text-muted);font-size:.75rem}.plano-contas-page{max-width:960px;margin:0 auto;padding:1.5rem}.plano-contas-titulo{margin:0 0 .25rem;font-size:1.35rem;font-weight:700;color:var(--text-primary)}.plano-contas-sub{margin:0 0 1.25rem;font-size:.9rem;color:var(--text-muted)}.plano-contas-vazio{text-align:center;padding:2rem 1rem;color:var(--text-muted)}.plano-contas-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow);margin-bottom:2rem}.plano-contas-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text-primary)}.plano-contas-form input,.plano-contas-form select{padding:.55rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--input-bg);color:var(--text-primary)}.plano-contas-form input:read-only{opacity:.9;background:var(--border)}.plano-contas-novo-grupo{padding:1rem;border:1px dashed var(--border);border-radius:8px;display:flex;flex-direction:column;gap:.75rem}.plano-contas-novo-grupo h3{margin:0;font-size:.95rem;font-weight:600;color:var(--text-primary)}.plano-contas-grupos-lista{margin-bottom:1.25rem}.plano-contas-grupos-lista h3{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text-primary)}.plano-contas-col-acoes{width:5.5rem;white-space:nowrap}.plano-contas-link-btn{padding:.2rem .45rem;font-size:.82rem;font-weight:500;border:1px solid var(--border);border-radius:6px;background:var(--input-bg);color:var(--accent);cursor:pointer}.plano-contas-link-btn:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle)}.plano-contas-link-btn:disabled{opacity:.5;cursor:not-allowed}.plano-contas-grid2{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.plano-contas-msg{padding:.6rem .85rem;border-radius:8px;font-size:.9rem}.plano-contas-msg-ok{background:var(--accent-subtle);color:var(--accent)}.plano-contas-msg-erro{background:var(--error-bg);color:var(--error)}.plano-contas-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.plano-contas-btn{padding:.65rem 1.25rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:var(--accent-fg);cursor:pointer}.plano-contas-btn:disabled{opacity:.65;cursor:not-allowed}.plano-contas-btn-sec{background:var(--input-bg);color:var(--text-primary);border:1px solid var(--border)}.plano-contas-ultimos{margin-top:0;padding:1.5rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow)}.plano-contas-ultimos h2{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:var(--text-primary)}.plano-contas-table-wrap{overflow-x:auto}.plano-contas-table{width:100%;border-collapse:collapse;font-size:.9rem}.plano-contas-table th,.plano-contas-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--border)}.plano-contas-table th{font-weight:600;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.plano-contas-table td{color:var(--text-primary)}.plano-contas-abas{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.plano-contas-aba{padding:.5rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--card-bg);color:var(--text-muted);font-size:.9rem;font-weight:500;cursor:pointer}.plano-contas-aba:hover{color:var(--text-primary);border-color:var(--text-muted)}.plano-contas-aba-ativa{color:var(--text-primary);border-color:var(--accent, #2563eb);background:var(--input-bg);box-shadow:0 0 0 1px var(--accent, #2563eb)}.plano-contas-form-secao-titulo{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}.admin-empresas-page{max-width:640px;padding:1.5rem}.admin-empresas-page h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.admin-page-desc{margin:0 0 1.5rem;font-size:.9rem;color:var(--text-muted)}.admin-empresas-form{display:flex;gap:.75rem;margin-bottom:2rem}.admin-empresas-input{flex:1;padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--input-bg);color:var(--text-primary)}.admin-empresas-input:focus{outline:none;border-color:var(--accent)}.admin-empresas-btn{padding:.65rem 1.25rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:var(--accent-fg);cursor:pointer}.admin-empresas-btn:hover{opacity:.9}.admin-empresas-list h2{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.admin-empresas-list ul{list-style:none;margin:0;padding:0}.admin-empresas-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--card-bg);border:1px solid var(--border);border-radius:8px;margin-bottom:.5rem}.admin-empresas-nome{flex:1;font-weight:500}.admin-empresas-input-inline{flex:1;padding:.4rem .65rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem}.admin-btn-small{padding:.35rem .75rem;font-size:.85rem;border:none;border-radius:6px;background:var(--accent);color:var(--accent-fg);cursor:pointer}.admin-btn-small.secondary{background:var(--text-muted);color:#fff}.admin-empty{color:var(--text-muted);font-size:.95rem}.admin-usuarios-page{max-width:720px;padding:1.5rem}.admin-usuarios-page h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.admin-erro{margin:0 0 1rem;padding:.65rem .85rem;background:#c83c3c1f;border:1px solid rgba(200,60,60,.4);border-radius:8px;color:#c0392b;font-size:.9rem}.admin-erro-box{margin-bottom:1.25rem}.admin-erro-box p{margin:0 0 .5rem}.admin-erro-hint{font-size:.85rem;opacity:.95}.admin-retry-btn{margin-top:.5rem;padding:.45rem .9rem;font-weight:600;border:1px solid var(--border);border-radius:8px;background:var(--card-bg);color:var(--text-primary);cursor:pointer}.admin-retry-btn:hover{background:var(--accent-subtle)}.admin-empty{color:var(--text-muted);font-size:.95rem;margin:0 0 1rem}.admin-usuarios-novo,.admin-usuarios-list{margin-bottom:2rem}.admin-usuarios-novo h2,.admin-usuarios-list h2{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.admin-usuarios-form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.admin-usuarios-form input,.admin-usuarios-form select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:var(--input-bg);color:var(--text-primary)}.admin-usuarios-form input{min-width:140px}.admin-usuarios-form select{min-width:180px}.admin-usuarios-form button{padding:.5rem 1rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:var(--accent-fg);cursor:pointer}.admin-usuarios-list ul{list-style:none;margin:0;padding:0}.admin-usuarios-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--card-bg);border:1px solid var(--border);border-radius:8px;margin-bottom:.5rem}.admin-usuarios-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.admin-usuarios-nome{font-weight:500;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.admin-usuarios-badge{font-size:.7rem;font-weight:600;padding:.15rem .4rem;border-radius:4px;background:var(--accent);color:var(--accent-fg)}.admin-usuarios-email{font-size:.85rem;color:var(--text-muted)}.admin-usuarios-select{min-width:200px;padding:.4rem .65rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;background:var(--input-bg);color:var(--text-primary)}.gghub-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));background:linear-gradient(160deg,#0f172a,#1e1b4b 45%,#312e81);overflow-x:clip}.gghub-card{width:100%;max-width:420px;background:#fffffff7;border-radius:14px;padding:clamp(1.25rem,4vw,2rem);box-shadow:0 12px 40px #00000040}.gghub-badge{display:inline-block;margin:0 0 .75rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;color:#4c1d95;background:#ede9fe;border-radius:6px}.gghub-title{margin:0 0 .25rem;font-size:1.65rem;font-weight:700;color:#0f172a}.gghub-subtitle{margin:0 0 1.25rem;color:#64748b;font-size:.95rem}.gghub-hint{margin:0 0 1rem;padding:.65rem .85rem;background:#fef3c7;color:#92400e;border-radius:8px;font-size:.82rem;line-height:1.45}.gghub-hint code{font-size:.78rem;padding:.05rem .25rem;background:#ffffffb3;border-radius:4px}.gghub-form{display:flex;flex-direction:column;gap:1rem}.gghub-error{padding:.65rem .85rem;background:#fef2f2;color:#b91c1c;border-radius:8px;font-size:.88rem}.gghub-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;color:#0f172a}.gghub-form input{padding:.65rem .85rem;min-height:44px;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;font-size:max(16px,1rem);background:#fff}.gghub-password-wrap{display:flex;gap:.5rem;align-items:stretch}.gghub-password-wrap input{flex:1}.gghub-toggle-password{flex-shrink:0;min-height:44px;min-width:44px;padding:0 .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#475569;cursor:pointer;font-size:.85rem;-webkit-tap-highlight-color:transparent}.gghub-submit{margin-top:.25rem;padding:.75rem 1rem;min-height:48px;border:none;border-radius:10px;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.gghub-submit:disabled{opacity:.65;cursor:not-allowed}.gghub-footer{margin:1.25rem 0 0;text-align:center;font-size:.88rem}.gghub-footer a{color:#6366f1}.gghub-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(160deg,#0f172a,#1e1b4b,#312e81);color:#f8fafc}.gghub-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:max(1rem,env(safe-area-inset-top)) max(1.25rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1.25rem,env(safe-area-inset-left));border-bottom:1px solid rgba(255,255,255,.1)}.gghub-header .gghub-badge{margin:0;background:#ffffff1f;color:#e9d5ff}.gghub-signout{padding:.45rem .9rem;min-height:44px;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#e2e8f0;cursor:pointer;font-size:.9rem;flex-shrink:0;-webkit-tap-highlight-color:transparent}.gghub-signout:hover{background:#ffffff14}.gghub-main{flex:1;padding:1.5rem max(1.25rem,env(safe-area-inset-right)) max(2rem,env(safe-area-inset-bottom)) max(1.25rem,env(safe-area-inset-left));max-width:640px;margin:0 auto;width:100%;box-sizing:border-box}.gghub-hero-title{margin:0 0 .75rem;font-size:clamp(1.35rem,5vw,1.75rem);font-weight:700;line-height:1.2;word-break:break-word}.gghub-hero-text{margin:0 0 1rem;font-size:1rem;color:#cbd5e1}.gghub-hero-muted{margin:0 0 1.5rem;font-size:.95rem;line-height:1.55;color:#94a3b8}.gghub-hero-muted code{font-size:.85rem;padding:.1rem .35rem;background:#00000040;border-radius:4px}.gghub-links{margin:0;font-size:.95rem}.gghub-links a{color:#c4b5fd}.gghub-links{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.gghub-links span[aria-hidden]{display:none}.gghub-hero-muted code{font-size:.75rem;word-break:break-all}.gghub-card--wide{max-width:480px}.gghub-hint--neutral{background:#f1f5f9;color:#334155}.gghub-hint--neutral a{color:#6366f1;font-weight:600}.gghub-lgpd-fieldset{margin:0;padding:1rem 1rem 1.1rem;border:1px solid #e2e8f0;border-radius:10px;background:#fafafa}.gghub-lgpd-legend{padding:0 .35rem;font-size:.8rem;font-weight:700;color:#475569}.gghub-check{display:flex;gap:.65rem;align-items:flex-start;margin-top:.85rem;font-size:.88rem;font-weight:500;color:#334155;cursor:pointer}.gghub-check:first-of-type{margin-top:.35rem}.gghub-check input{margin-top:.2rem;width:18px;height:18px;flex-shrink:0;cursor:pointer;accent-color:#6366f1}.gghub-check span{font-weight:500;line-height:1.45}.gghub-check a{color:#6366f1;font-weight:600}.gghub-check--optional{opacity:.95}.gghub-page--legal{align-items:flex-start;padding-top:1.5rem;padding-bottom:2rem}.gghub-card--legal{max-width:640px;text-align:left}.gghub-legal-meta{margin:0 0 1rem;font-size:.8rem;color:#94a3b8}.gghub-legal-body{font-size:.92rem;line-height:1.6;color:#475569}.gghub-legal-body p{margin:0 0 1rem}.gghub-legal-h2{margin:1.25rem 0 .5rem;font-size:1rem;font-weight:700;color:#0f172a}.gghub-footer--legal{margin-top:1.5rem;line-height:1.6}.gghub-test-dl{margin:1rem 0 1.25rem;display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.25rem;font-size:.9rem;text-align:left}.gghub-test-dl dt{margin:0;font-weight:600;color:#64748b}.gghub-test-dl dd{margin:0;word-break:break-all}.gghub-test-pre{margin:0 0 1rem;padding:.85rem 1rem;font-size:.75rem;line-height:1.45;text-align:left;overflow:auto;max-height:14rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px}.gghub-legal-entity{margin:0 0 1.25rem;padding:.85rem 1rem;font-size:.85rem;line-height:1.55;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.gghub-legal-entity a{color:#6366f1;font-weight:600;word-break:break-all}.gghub-legal-nav{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.gghub-legal-nav-link{font-size:.82rem;font-weight:600;color:#6366f1}.gghub-legal-nav-link:hover{text-decoration:underline}.gghub-legal-ul{margin:0 0 1rem;padding-left:1.25rem;color:#475569;font-size:.92rem;line-height:1.55}.gghub-legal-ul li{margin-bottom:.35rem}.gghub-legal-body a{color:#6366f1;font-weight:600}.gghub-shell--wide{align-items:stretch}.gghub-hub-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:max(1rem,env(safe-area-inset-top)) max(1.25rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1.25rem,env(safe-area-inset-left));border-bottom:1px solid rgba(255,255,255,.1)}.gghub-hub-brand{display:flex;flex-direction:column;gap:.65rem;min-width:0;flex:1}.gghub-hub-brand .gghub-badge{margin:0;align-self:flex-start;background:#ffffff1f;color:#e9d5ff}.gghub-hub-nav{display:flex;flex-wrap:wrap;gap:.35rem .65rem}.gghub-hub-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.35rem .5rem;padding-bottom:.2rem;margin-inline:-.15rem;padding-inline:.15rem .25rem;scrollbar-width:thin;-webkit-mask-image:linear-gradient(to right,transparent 0,black 10px,black calc(100% - 10px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 10px,black calc(100% - 10px),transparent 100%)}.gghub-hub-nav-link{flex:0 0 auto}.gghub-lang-switch{display:inline-flex;align-items:stretch;border-radius:9px;border:1px solid rgba(255,255,255,.18);overflow:hidden;background:#0003}.gghub-lang-switch--flags{border-radius:999px;padding:2px;gap:2px}.gghub-lang-btn{margin:0;padding:.35rem .55rem;font-size:.72rem;font-weight:700;letter-spacing:.02em;border:none;background:transparent;color:#cbd5e1;cursor:pointer;font-family:inherit;line-height:1.2;-webkit-tap-highlight-color:transparent}.gghub-lang-btn--flag{padding:.15rem .32rem;display:grid;place-items:center;border-radius:999px;min-width:0}.gghub-lang-flag{font-size:.95rem;line-height:1;display:block}.gghub-lang-btn:hover{color:#f8fafc;background:#ffffff0f}.gghub-lang-btn--active{color:#f5f3ff;background:#6366f173}.gghub-lang-switch--flags .gghub-lang-btn--flag{padding:.1rem .26rem}.gghub-lang-switch--flags .gghub-lang-flag{font-size:.85rem}.gghub-hub-nav-link{font-size:.82rem;font-weight:600;color:#cbd5e1;text-decoration:none;padding:.35rem .55rem;border-radius:6px;-webkit-tap-highlight-color:transparent}.gghub-hub-nav-link:hover{color:#f8fafc;background:#ffffff14}.gghub-hub-nav-link--active{color:#f5f3ff;background:#6366f166}.gghub-hub-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.gghub-hub-actions{flex-direction:row;align-items:center}.gghub-hub-email{font-size:.78rem;color:#94a3b8;max-width:min(18rem,42vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gghub-dash-main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:1.35rem max(1.25rem,env(safe-area-inset-right)) 2.5rem max(1.25rem,env(safe-area-inset-left));box-sizing:border-box}.gghub-dash-kicker{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#a5b4fc}.gghub-dash-title{margin:0 0 .65rem;font-size:clamp(1.35rem,4vw,1.85rem);font-weight:700;line-height:1.2;color:#f8fafc}.gghub-dash-lead{margin:0 0 1.5rem;font-size:.98rem;line-height:1.55;color:#cbd5e1}.gghub-dash-lead code{font-size:.85rem;padding:.1rem .35rem;background:#00000040;border-radius:4px}.gghub-dash-muted{margin:1.5rem 0 0;font-size:.88rem;color:#94a3b8;line-height:1.5}.gghub-dash-muted--footer{margin-top:2rem}.gghub-dash-muted a{color:#c4b5fd}.gghub-dash-section{margin-bottom:2rem}.gghub-dash-section-head{margin-bottom:.85rem}.gghub-dash-h2{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;color:#e2e8f0}.gghub-dash-hint{margin:0;font-size:.8rem;color:#94a3b8;line-height:1.45}.gghub-dash-hint code{font-size:.76rem;padding:.05rem .3rem;background:#00000040;border-radius:4px}.gghub-dash-grid{display:grid;grid-template-columns:1fr;gap:.85rem}.gghub-dash-grid{grid-template-columns:repeat(2,1fr)}.gghub-dash-grid{grid-template-columns:repeat(3,1fr)}.gghub-dash-card{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;border-radius:12px;text-decoration:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:inherit;transition:background .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.gghub-dash-card:hover{background:#ffffff1a;border-color:#c4b5fd59}.gghub-dash-card-title{font-size:1rem;font-weight:700;color:#f8fafc}.gghub-dash-card-desc{font-size:.82rem;line-height:1.45;color:#94a3b8;flex:1}.gghub-dash-card-cta{font-size:.78rem;font-weight:600;color:#c4b5fd;margin-top:.25rem}.gghub-dash-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0f172a73}.gghub-dash-table{width:100%;border-collapse:collapse;font-size:.82rem}.gghub-dash-table th,.gghub-dash-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.gghub-dash-table th{font-weight:700;color:#94a3b8;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.gghub-dash-table td{color:#e2e8f0}.gghub-dash-table tbody tr:last-child th,.gghub-dash-table tbody tr:last-child td{border-bottom:none}.gghub-dash-pill{display:inline-block;padding:.15rem .45rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#6366f140;color:#e9d5ff}.gghub-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem;margin-top:1rem}.gghub-pagination-btn{padding:.45rem .95rem;min-height:44px;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:#ffffff0f;color:#e2e8f0;font-size:.88rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.gghub-pagination-btn:hover:not(:disabled){background:#ffffff1f}.gghub-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.gghub-pagination-status{font-size:.85rem;color:#94a3b8}.gghub-dash-footer-link{margin:1.5rem 0 0;font-size:.92rem}.gghub-dash-footer-link a{color:#c4b5fd;font-weight:600}.gghub-perfil-dl{margin:1rem 0 1.5rem;display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.25rem;font-size:.9rem;text-align:left}.gghub-perfil-dl dt{margin:0;font-weight:600;color:#94a3b8}.gghub-perfil-dl dd{margin:0;color:#e2e8f0;word-break:break-word}.gghub-perfil-code{font-size:.78rem}.gghub-perfil-section{padding:1rem 1.15rem;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.gghub-perfil-h2{margin:0 0 .65rem;font-size:.95rem;font-weight:700;color:#e2e8f0}.gghub-perfil-ul{margin:0;padding-left:1.2rem;color:#cbd5e1;font-size:.9rem;line-height:1.7}.gghub-perfil-ul a{color:#c4b5fd;font-weight:600}.gghub-perfil-social{margin-bottom:2rem}.gghub-perfil-social-grid{display:grid;gap:1.5rem;align-items:start}.gghub-perfil-social-grid{grid-template-columns:180px 1fr;gap:2rem}.gghub-perfil-avatar-block{display:flex;flex-direction:column;align-items:center;text-align:center}.gghub-perfil-avatar-ring{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid rgba(196,181,253,.45);background:#ffffff0f;display:flex;align-items:center;justify-content:center}.gghub-perfil-avatar-img{width:100%;height:100%;object-fit:cover}.gghub-perfil-avatar-fallback{font-size:2.25rem;font-weight:800;color:#e9d5ff;line-height:1}.gghub-perfil-avatar-caption{margin:.75rem 0 0;font-size:.78rem;line-height:1.4;color:#94a3b8;max-width:14rem}.gghub-perfil-form{display:flex;flex-direction:column;gap:1rem;width:100%}.gghub-perfil-label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;color:#cbd5e1}.gghub-perfil-input{padding:.65rem .85rem;min-height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#0f172a73;color:#f1f5f9;font-size:max(16px,.95rem);box-sizing:border-box}.gghub-perfil-textarea{display:block;width:100%;min-height:5.5rem;resize:vertical;line-height:1.45;font-family:inherit}.gghub-perfil-input::placeholder{color:#64748b}.gghub-perfil-input--readonly{opacity:.85;cursor:not-allowed;background:#0003}.gghub-perfil-upload-row{display:flex;flex-direction:column;gap:.5rem}.gghub-perfil-file-label{position:relative;display:inline-flex;align-self:flex-start;cursor:pointer}.gghub-perfil-file-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1rem;border-radius:10px;border:1px dashed rgba(196,181,253,.45);background:#6366f11f;color:#e9d5ff;font-size:.88rem;font-weight:600}.gghub-perfil-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gghub-perfil-upload-hint{margin:0;font-size:.78rem;line-height:1.45;color:#fbbf24}.gghub-perfil-error{margin:0;padding:.55rem .75rem;border-radius:8px;background:#b91c1c40;color:#fecaca;font-size:.85rem}.gghub-perfil-saved{margin:0;font-size:.85rem;font-weight:600;color:#86efac}.gghub-perfil-save{margin-top:.25rem;padding:.75rem 1.25rem;min-height:48px;border:none;border-radius:10px;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.gghub-perfil-save:disabled{opacity:.55;cursor:not-allowed}.gghub-perfil-warn{margin:0 0 .75rem;font-size:.82rem;line-height:1.45;color:#fde68a}.gghub-perfil-muted{color:#94a3b8;font-size:.88rem}.gghub-shell .gghub-test-dl dt{color:#94a3b8}.gghub-shell .gghub-test-dl dd{color:#e2e8f0}.gghub-dash-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gghub-dash-main--tipspace{padding-top:.75rem}.gghub-dash-hero{position:relative;margin:0 0 1.75rem;padding:clamp(1.35rem,4vw,2rem) clamp(1.15rem,3vw,1.75rem);border-radius:16px;overflow:hidden;border:1px solid rgba(196,181,253,.22);background:linear-gradient(135deg,#312e81a6,#1e1b4bd9,#0f172aeb)}.gghub-dash-hero-glow{position:absolute;inset:-40% -20% auto auto;width:min(420px,90vw);height:min(420px,90vw);border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.35) 0%,transparent 65%);pointer-events:none}.gghub-dash-hero-inner{position:relative;z-index:1}.gghub-dash-hero-eyebrow{margin:0 0 .5rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;color:#c4b5fd}.gghub-dash-hero-title{margin:0 0 .65rem;font-size:clamp(1.5rem,5vw,2.15rem);font-weight:800;line-height:1.15;color:#fff;letter-spacing:-.02em}.gghub-dash-hero-sub{margin:0 0 1.25rem;max-width:38rem;font-size:.94rem;line-height:1.55;color:#cbd5e1}.gghub-dash-hero-cta{display:flex;flex-wrap:wrap;gap:.65rem}.gghub-dash-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.35rem;border-radius:10px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;-webkit-tap-highlight-color:transparent}.gghub-dash-btn--primary{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;box-shadow:0 6px 24px #6366f159}.gghub-dash-btn--primary:hover{transform:translateY(-1px);box-shadow:0 8px 28px #7c3aed73}.gghub-dash-btn--ghost{border:1px solid rgba(255,255,255,.35);background:#ffffff0f;color:#f1f5f9}.gghub-dash-btn--ghost:hover{background:#ffffff1f}.gghub-dash-spotlight{display:grid;grid-template-columns:1fr;gap:.85rem;margin-bottom:2rem}.gghub-dash-spotlight{grid-template-columns:repeat(2,1fr);gap:1rem}.gghub-dash-spot-card{position:relative;display:flex;flex-direction:column;gap:.35rem;padding:1.15rem 1.25rem 1.25rem;border-radius:14px;text-decoration:none;border:1px solid rgba(255,255,255,.12);transition:transform .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.gghub-dash-spot-card:hover{transform:translateY(-2px);border-color:#c4b5fd59}.gghub-dash-spot-card--missions{background:linear-gradient(160deg,#1e3a8a8c,#0f172abf)}.gghub-dash-spot-card--leagues{background:linear-gradient(160deg,#5b21b673,#0f172ac7)}.gghub-dash-spot-icon{font-size:1.75rem;line-height:1;margin-bottom:.15rem}.gghub-dash-spot-kicker{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#a5b4fc}.gghub-dash-spot-title{font-size:1.15rem;font-weight:800;color:#f8fafc}.gghub-dash-spot-desc{font-size:.84rem;line-height:1.45;color:#94a3b8;flex:1}.gghub-dash-spot-link{margin-top:.35rem;font-size:.82rem;font-weight:700;color:#c4b5fd}.gghub-dash-h2--section{margin-bottom:0;font-size:1.1rem}.gghub-dash-section-head--row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.gghub-dash-section-head--row{flex-direction:row;align-items:baseline;justify-content:space-between;gap:1rem}.gghub-dash-hint--inline{max-width:22rem;text-align:right}.gghub-dash-game-strip{display:flex;gap:.75rem;overflow-x:auto;padding:.25rem 0 .5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.gghub-dash-game-strip::-webkit-scrollbar{height:6px}.gghub-dash-game-strip::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.gghub-dash-game-tile{flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column;gap:.2rem;width:min(9.5rem,42vw);padding:1rem .85rem;border-radius:12px;text-decoration:none;background:#ffffff12;border:1px solid rgba(255,255,255,.12);transition:background .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.gghub-dash-game-tile:hover{background:#ffffff1c;border-color:#c4b5fd59}.gghub-dash-game-emoji{font-size:1.5rem;line-height:1}.gghub-dash-game-label{font-size:.82rem;font-weight:700;color:#f1f5f9;line-height:1.25}.gghub-dash-game-hint{font-size:.72rem;color:#94a3b8}.gghub-dash-grid--quick{grid-template-columns:repeat(2,1fr)}.gghub-dash-grid--quick{grid-template-columns:repeat(4,1fr)}.gghub-dash-card--compact{padding:.85rem 1rem;min-height:6.5rem}.gghub-shell--fb{background:#18191a;--gghub-topbar-sticky-offset: calc(env(safe-area-inset-top,0px) + 70px) }.gghub-fb-topbar{display:flex;flex-wrap:nowrap;align-items:center;gap:.25rem .35rem;box-sizing:border-box;height:calc(70px + env(safe-area-inset-top,0px));min-height:calc(70px + env(safe-area-inset-top,0px));max-height:calc(70px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) .45rem 0 .45rem;background:#242526;border-bottom:1px solid #3a3b3c;position:sticky;top:0;z-index:100}.gghub-fb-topbar__left{flex:0 1 auto;min-width:0}.gghub-fb-topbar__right{flex:0 0 auto;flex-shrink:0;margin-left:auto}.gghub-fb-iconnav{flex:1 1 100%;width:100%;order:3;justify-content:flex-start;padding-top:.35rem;margin-top:.1rem;border-top:1px solid #3a3b3c;gap:.05rem}.gghub-fb-iconnav{order:unset;width:auto;margin-top:0;padding-top:0;border-top:none}.gghub-fb-topbar .gghub-fb-iconnav{flex:1 1 auto;min-width:0;justify-content:center}.gghub-fb-topbar__left{display:flex;align-items:center;gap:.4rem;min-width:0}.gghub-fb-logo{display:inline-flex;align-items:center;justify-content:center;color:#e4e6eb;text-decoration:none;font-weight:800;letter-spacing:.04em;font-size:.85rem;flex-shrink:0;min-width:0}.gghub-fb-logo-stack{display:flex;flex-direction:column;align-items:center;gap:.1rem;min-width:0}.gghub-fb-logo-hub{flex-shrink:0;font-size:.72rem;font-weight:900;letter-spacing:.2em;color:#f9fafb;line-height:1;text-align:center;width:100%}.gghub-fb-logo-hub{font-size:.78rem}.gghub-fb-logo-hub{font-size:.82rem}.gghub-fb-logo-img{height:30px;width:auto;max-width:min(160px,42vw);object-fit:contain;object-position:center center;display:block;flex-shrink:0}.gghub-fb-topbar .gghub-fb-logo-stack{flex-direction:column;align-items:center;justify-content:center;gap:.09rem;min-width:0;max-height:58px}.gghub-fb-topbar .gghub-fb-logo-hub{font-size:.56rem;font-weight:900;letter-spacing:.18em;line-height:1;color:#f9fafb}.gghub-fb-topbar .gghub-fb-logo-img{height:23px;width:auto;max-width:min(138px,38vw);object-fit:contain;object-position:center bottom}.gghub-fb-logo-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#7c3aed);display:grid;place-items:center;font-size:.75rem;color:#fff}.gghub-fb-search-wrap{display:none!important}.gghub-fb-search-icon{opacity:.65;font-size:.85rem}.gghub-fb-search{flex:1;border:none;background:transparent;color:#b0b3b8;font-size:.88rem;min-width:0;outline:none}.gghub-fb-iconnav{display:flex;align-items:center;justify-content:center;gap:.1rem;flex-wrap:nowrap;overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:0 .1rem}.gghub-fb-iconnav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.06rem;min-width:48px;max-width:72px;padding:.22rem .18rem;border-radius:10px;color:#b0b3b8;text-decoration:none;font-size:.62rem;font-weight:600;border-bottom:3px solid transparent;transition:background .15s ease,color .15s ease;flex-shrink:0}.gghub-fb-topbar .gghub-fb-iconnav-link{padding:.1rem .12rem;min-width:44px;max-width:52px;gap:.04rem;border-bottom-width:2px}.gghub-fb-iconnav-ico{display:block;width:24px;height:24px;flex-shrink:0;color:inherit}.gghub-fb-iconnav-link--active .gghub-fb-iconnav-ico{color:#2374e1}.gghub-fb-iconnav-link:hover{background:#ffffff0f;color:#e4e6eb}.gghub-fb-iconnav-link--active{color:#2374e1;border-bottom-color:#2374e1}.gghub-fb-iconnav-emoji{font-size:1.15rem;line-height:1}.gghub-fb-iconnav-label{text-align:center;line-height:1.15;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gghub-fb-iconnav-label{font-size:.68rem;max-width:4.5rem}.gghub-fb-topbar__right{display:flex;align-items:center;justify-content:flex-end;gap:.28rem;flex-wrap:nowrap;min-width:0}.gghub-fb-round-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:999px;border:none;background:#3a3b3c;cursor:not-allowed;opacity:.65;color:#e4e6eb}.gghub-fb-bell-ico-svg{display:block;width:24px;height:24px;flex-shrink:0}.gghub-fb-wallet-badge{display:inline-flex;align-items:center;gap:.2rem;flex-shrink:0;padding:.1rem .32rem;min-height:28px;border-radius:999px;background:#3a3b3c;border:1px solid rgba(251,191,36,.35);text-decoration:none;-webkit-tap-highlight-color:transparent}.gghub-fb-wallet-badge:hover{background:#424446;border-color:#fbbf248c}.gghub-fb-wallet-badge-ico{display:inline-flex;align-items:center;justify-content:center;line-height:0;color:#fcd34d}.gghub-fb-wallet-ico-svg{display:block;width:20px;height:20px;flex-shrink:0}.gghub-fb-wallet-badge-val{font-size:.78rem;font-weight:800;color:#e4e6eb;font-variant-numeric:tabular-nums;max-width:5.5rem;overflow:hidden;text-overflow:ellipsis}.gghub-fb-wallet-badge-val{max-width:4rem;font-size:.72rem}.gghub-fb-avatar-chip{width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;font-size:.58rem;font-weight:800;display:grid;place-items:center;text-decoration:none;flex-shrink:0;overflow:hidden}.gghub-fb-avatar-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.gghub-fb-profile-wrap{position:relative;flex-shrink:0}.gghub-fb-avatar-chip--menu{cursor:pointer;border:none;padding:0;font-family:inherit}.gghub-fb-avatar-chip--menu:focus-visible{outline:2px solid #2374e1;outline-offset:2px}.gghub-fb-avatar-chip--vip{box-shadow:0 0 0 2px #fcd34d,0 0 0 4px #b45309,0 4px 12px #b4530959}.gghub-display-name-inline{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap;min-width:0}.gghub-fb-side-name.gghub-display-name-inline .gghub-display-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gghub-display-name-text{min-width:0}.gghub-fb-profile-dropdown-email.gghub-display-name-inline{white-space:normal}.gghub-verified-badge{display:inline-flex;flex-shrink:0;color:#38bdf8;vertical-align:middle}.gghub-verified-badge svg{width:1.05em;height:1.05em;display:block}.gghub-fb-avatar-host{display:block;border-radius:999px;flex-shrink:0}.gghub-fb-avatar-host--vip{padding:2px;background:linear-gradient(135deg,#fef9c3,#f59e0b,#eab308);box-shadow:0 0 0 1px #f59e0b66}.gghub-fb-composer-avatar--vip{box-shadow:0 0 0 2px #fcd34d,0 0 0 4px #b45309,0 2px 10px #b453094d}.gghub-avatar-ring--vip{border-color:#fbbf24!important;box-shadow:0 0 0 2px #fbbf24f2,0 0 0 5px #d977068c,0 6px 22px #d9770659!important}.gghub-fb-profile-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:min(280px,calc(100vw - 1.5rem));background:#242526;border:1px solid #3a3b3c;border-radius:12px;box-shadow:0 12px 28px #0000008c;z-index:200;padding:.4rem 0}.gghub-fb-profile-dropdown-head{padding:.55rem 1rem .65rem;border-bottom:1px solid #3a3b3c}.gghub-fb-profile-dropdown-note{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#8a8d91;margin-bottom:.2rem}.gghub-fb-profile-dropdown-email{display:flex;align-items:center;min-width:0;font-size:.82rem;color:#e4e6eb}.gghub-fb-profile-dropdown-email .gghub-display-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gghub-fb-profile-dropdown-subemail{display:block;margin-top:.3rem;font-size:.7rem;color:#8a8d91;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gghub-fb-profile-dropdown-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem 1rem;border:none;background:none;color:#e4e6eb;font-size:.9rem;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;font-family:inherit;box-sizing:border-box}.gghub-fb-profile-dropdown-item:hover,.gghub-fb-profile-dropdown-item:focus-visible{background:#ffffff0f;outline:none}.gghub-fb-profile-dropdown-item--danger{color:#f87171}.gghub-fb-profile-dropdown-item--danger:hover,.gghub-fb-profile-dropdown-item--danger:focus-visible{background:#f871711f}.gghub-fb-profile-dropdown-sep{height:1px;margin:.35rem 0;background:#3a3b3c;border:none}.gghub-fb-profile-dropdown-ico{width:1.35rem;text-align:center;flex-shrink:0;opacity:.95}.gghub-fb-iconnav-label{display:none}.gghub-fb-iconnav-link{min-width:40px;max-width:48px;padding:.2rem .12rem;border-bottom-width:2px}.gghub-fb-iconnav-emoji{font-size:1.15rem}.gghub-fb-topbar .gghub-lang-switch--flags{padding:1px;gap:1px}.gghub-fb-topbar .gghub-lang-switch--flags .gghub-lang-btn--flag{padding:.06rem .22rem}.gghub-fb-topbar .gghub-lang-switch--flags .gghub-lang-flag{font-size:.78rem}.gghub-fb-search-icon-btn{display:none!important}.gghub-fb-page{flex:1;width:100%;box-sizing:border-box;min-width:0}.gghub-fb-columns{display:grid;grid-template-columns:minmax(0,280px) minmax(0,1fr) minmax(0,300px);gap:1rem;align-items:stretch;width:100%;max-width:1320px;box-sizing:border-box;margin:0 auto;padding:1rem max(.75rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left))}@media(min-width:992px){.gghub-shell.gghub-shell--fb{height:100vh;height:100dvh;max-height:100dvh;overflow:hidden;box-sizing:border-box}.gghub-shell.gghub-shell--fb .gghub-fb-topbar{flex-shrink:0}.gghub-fb-page{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.gghub-fb-columns{flex:1;min-height:0;overflow:hidden;grid-template-rows:minmax(0,1fr)}.gghub-fb-col--feed{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.gghub-fb-col--left,.gghub-fb-col--right{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;align-self:stretch}}@media(max-width:991px){.gghub-fb-columns{grid-template-columns:1fr}.gghub-fb-col--feed{order:1;overflow:visible}.gghub-fb-col--left{order:2}.gghub-fb-col--right{order:3}.gghub-fb-col--left,.gghub-fb-col--right{overflow:visible}}.gghub-hub-center-route{width:100%;max-width:100%;min-width:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;flex:1 1 auto}.gghub-shell.gghub-shell--fb main.gghub-fb-col--feed .gghub-hub-center-route>*{box-sizing:border-box;max-width:100%;min-width:0}.gghub-shell.gghub-shell--fb main.gghub-fb-col--feed .gghub-hub-center-route>.gghub-dash-main:not(.gghub-dash-main--fb-single){max-width:100%;width:100%;margin-inline:0;padding:1.35rem 0 2.5rem}.gghub-shell.gghub-shell--fb .gghub-fb-col--feed,.gghub-shell.gghub-shell--fb .gghub-fb-col--left,.gghub-shell.gghub-shell--fb .gghub-fb-col--right{-ms-overflow-style:none;scrollbar-width:none}.gghub-shell.gghub-shell--fb .gghub-fb-col--feed::-webkit-scrollbar,.gghub-shell.gghub-shell--fb .gghub-fb-col--left::-webkit-scrollbar,.gghub-shell.gghub-shell--fb .gghub-fb-col--right::-webkit-scrollbar{display:none;width:0;height:0}.gghub-shell.gghub-shell--fb .gghub-fb-iconnav{-ms-overflow-style:none;scrollbar-width:none}.gghub-shell.gghub-shell--fb .gghub-fb-iconnav::-webkit-scrollbar{display:none;width:0;height:0}.gghub-fb-side-user{margin-bottom:.75rem}.gghub-fb-side-user-main{display:flex;align-items:center;gap:.65rem;padding:.35rem;border-radius:10px;text-decoration:none;color:#e4e6eb}.gghub-fb-side-user-main:hover{background:#ffffff0f}.gghub-fb-side-avatar{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#7c3aed);display:grid;place-items:center;font-size:.72rem;font-weight:800;flex-shrink:0;overflow:hidden;color:#fff}.gghub-fb-side-user-text{display:flex;flex-direction:column;min-width:0}.gghub-fb-side-name{font-weight:700;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gghub-fb-side-sub{font-size:.72rem;color:#b0b3b8}.gghub-fb-side-heading{margin:.75rem 0 .35rem;font-size:.72rem;font-weight:700;color:#b0b3b8;text-transform:uppercase;letter-spacing:.06em}.gghub-fb-side-nav{display:flex;flex-direction:column;gap:.15rem}.gghub-fb-side-link{padding:.55rem .65rem;border-radius:8px;color:#e4e6eb;text-decoration:none;font-size:.88rem;font-weight:600}.gghub-fb-side-link:hover{background:#ffffff0f}.gghub-fb-side-link--active{background:#6366f147;color:#fff}.gghub-fb-col--left .gghub-fb-side-useful-links{margin-top:1rem}.gghub-fb-col--left .gghub-fb-side-useful-links .gghub-fb-widget-card{margin-bottom:0}.gghub-fb-stories{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.35rem;margin-bottom:.75rem;scroll-snap-type:x mandatory}.gghub-fb-story{flex:0 0 auto;width:112px;height:168px;border-radius:12px;background:#3a3b3c;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:.65rem;text-decoration:none;color:#e4e6eb;scroll-snap-align:start;border:1px solid rgba(255,255,255,.08)}.gghub-fb-story--create{background:linear-gradient(160deg,#312e81,#1e1b4b);justify-content:center;gap:.35rem;cursor:default}.gghub-fb-story-plus{width:36px;height:36px;border-radius:999px;background:#2374e1;color:#fff;display:grid;place-items:center;font-size:1.35rem;font-weight:700}.gghub-fb-story-emoji{font-size:1.5rem}.gghub-fb-story-label{font-size:.72rem;font-weight:700;text-align:center;line-height:1.2}.gghub-fb-card{background:#242526;border-radius:12px;border:1px solid #3a3b3c;padding:.85rem 1rem;margin-bottom:.85rem}.gghub-fb-composer-top{display:flex;align-items:center;gap:.65rem}.gghub-fb-composer-avatar{width:40px;height:40px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;font-weight:800;font-size:.78rem;display:grid;place-items:center;text-decoration:none;flex-shrink:0;overflow:hidden}.gghub-fb-composer-input{flex:1;text-align:left;padding:.65rem 1rem;border-radius:999px;border:none;background:#3a3b3c;color:#b0b3b8;font-size:.92rem;cursor:not-allowed}.gghub-fb-composer-hint{margin:.55rem 0 0;font-size:.78rem;color:#8a8d91}.gghub-fb-welcome-kicker{margin:0 0 .35rem;font-size:.78rem;color:#2374e1;font-weight:700}.gghub-fb-welcome-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:800;color:#e4e6eb;line-height:1.2}.gghub-fb-welcome-sub{margin:0 0 1rem;font-size:.92rem;color:#b0b3b8;line-height:1.5}.gghub-fb-welcome-cta{display:flex;flex-wrap:wrap;gap:.5rem}.gghub-fb-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.45rem 1rem;border-radius:8px;font-weight:700;font-size:.88rem;text-decoration:none;border:none;cursor:pointer;font-family:inherit}.gghub-fb-btn--primary{background:#2374e1;color:#fff}.gghub-fb-btn--primary:hover{filter:brightness(1.06)}.gghub-fb-btn--ghost{background:#3a3b3c;color:#e4e6eb}.gghub-fb-btn--ghost:hover{filter:brightness(1.08)}.gghub-fb-spot-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem;margin-bottom:.85rem}.gghub-fb-spot{display:flex;flex-direction:column;gap:.25rem;text-decoration:none;color:inherit;transition:border-color .15s ease,background .15s ease}.gghub-fb-spot:hover{border-color:#6366f173;background:#2f3031}.gghub-fb-spot-icon{font-size:1.35rem}.gghub-fb-spot-k{font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#2374e1}.gghub-fb-spot-t{font-size:1rem;font-weight:800;color:#e4e6eb}.gghub-fb-spot-d{font-size:.82rem;color:#b0b3b8;line-height:1.45}.gghub-fb-spot-go{margin-top:.25rem;font-size:.82rem;font-weight:700;color:#2374e1}.gghub-fb-section-head{margin-bottom:.65rem}.gghub-fb-section-title{margin:0 0 .25rem;font-size:1rem;font-weight:800;color:#e4e6eb}.gghub-fb-section-hint{margin:0;font-size:.82rem;color:#8a8d91}.gghub-fb-game-strip{display:flex;gap:.65rem;overflow-x:auto;padding:.25rem 0;scroll-snap-type:x mandatory}.gghub-fb-game-tile{flex:0 0 auto;scroll-snap-align:start;width:min(9rem,38vw);padding:.85rem;border-radius:12px;text-decoration:none;background:#3a3b3c;border:1px solid rgba(255,255,255,.08)}.gghub-fb-game-tile:hover{border-color:#6366f166}.gghub-fb-game-emoji{font-size:1.35rem}.gghub-fb-game-label{display:block;margin-top:.35rem;font-size:.78rem;font-weight:700;color:#e4e6eb}.gghub-fb-game-hint{font-size:.68rem;color:#8a8d91}.gghub-fb-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.gghub-fb-quick-grid{grid-template-columns:repeat(4,1fr)}.gghub-fb-quick{display:flex;flex-direction:column;gap:.2rem;padding:.65rem;border-radius:10px;background:#3a3b3c;text-decoration:none;color:inherit;min-height:5rem}.gghub-fb-quick:hover{filter:brightness(1.06)}.gghub-fb-quick-title{font-size:.78rem;font-weight:800;color:#e4e6eb}.gghub-fb-quick-desc{font-size:.68rem;color:#8a8d91;flex:1}.gghub-fb-quick-cta{font-size:.68rem;font-weight:700;color:#2374e1}.gghub-fb-widget-label{margin:0 0 .45rem;font-size:.72rem;font-weight:700;color:#8a8d91;text-transform:uppercase;letter-spacing:.05em}.gghub-spotlight-stack{display:flex;flex-direction:column;gap:.65rem}.gghub-spotlight-stack .gghub-fb-widget-card{margin-bottom:0}.gghub-spotlight-rotate-card{padding:.75rem .75rem .85rem}.gghub-spotlight-rotate-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.55rem}.gghub-spotlight-rotate-kicker{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8b5cf6}.gghub-spotlight-dots{display:flex;gap:.35rem;flex-shrink:0}.gghub-spotlight-dot{width:7px;height:7px;padding:0;border:none;border-radius:999px;background:#4e4f50;cursor:pointer;transition:background .2s ease,transform .15s ease}.gghub-spotlight-dot:hover{background:#6b6c6d}.gghub-spotlight-dot--active{background:#2374e1;transform:scale(1.15)}.gghub-spotlight-slide{animation:gghub-spotlight-slide-in .38s ease-out}.gghub-spotlight-slide{animation:none}.gghub-spotlight-stat{margin:0 0 .4rem;font-size:.78rem;font-weight:700;color:#31d48c}.gghub-spotlight-rotate-cta{display:inline-block;margin-top:.55rem;font-size:.82rem;font-weight:700;color:#2374e1;text-decoration:none}.gghub-spotlight-rotate-cta:hover{text-decoration:underline}.gghub-fb-widget-card{background:#242526;border:1px solid #3a3b3c;border-radius:12px;padding:.75rem;margin-bottom:.75rem}.gghub-fb-widget-title{margin:0 0 .35rem;font-size:.92rem;font-weight:800;color:#e4e6eb}.gghub-fb-widget-body{margin:0;font-size:.82rem;color:#b0b3b8;line-height:1.45}.gghub-fb-widget-card--links{display:flex;flex-direction:column;gap:.35rem}.gghub-fb-widget-link{color:#2374e1;font-size:.85rem;font-weight:600;text-decoration:none}.gghub-fb-widget-link:hover{text-decoration:underline}.gghub-sidebar-rank-preview{margin-top:1.35rem}.gghub-sidebar-rank-card{background:#242526;border:1px solid #3a3b3c;border-radius:12px;padding:.65rem .75rem .75rem;margin-bottom:.65rem}.gghub-sidebar-rank-card:last-child{margin-bottom:0}.gghub-sidebar-rank-card-head{display:flex;align-items:center;justify-content:space-between;gap:.45rem;margin-bottom:.45rem;flex-wrap:nowrap}.gghub-sidebar-rank-card-title{margin:0;flex:1;min-width:0;font-size:.78rem;font-weight:800;color:#e4e6eb;letter-spacing:.02em;line-height:1.25}.gghub-sidebar-rank-rewards-badge{flex-shrink:0;font-size:.65rem;font-weight:800;letter-spacing:.02em;padding:.22rem .45rem;border-radius:999px;color:#1c1e21;background:linear-gradient(145deg,#fcd34d,#f59e0b);box-shadow:0 0 0 1px #fbbf2459,0 2px 8px #00000059;white-space:nowrap;max-width:42%;overflow:hidden;text-overflow:ellipsis}.gghub-sidebar-rank-list{list-style:none;margin:0;padding:0}.gghub-sidebar-rank-row{display:flex;align-items:center;gap:.35rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.gghub-sidebar-rank-row:last-child{border-bottom:none}.gghub-sidebar-rank-pos{font-variant-numeric:tabular-nums;font-weight:800;font-size:.82rem;color:#b0b3b8;width:1.1rem;flex-shrink:0;text-align:center}.gghub-sidebar-rank-avatar-shell{flex-shrink:0}.gghub-sidebar-rank-avatar-shell--vip{padding:2px;border-radius:999px;background:linear-gradient(135deg,#fef9c3,#f59e0b,#eab308);box-shadow:0 0 0 1px #f59e0b59}.gghub-sidebar-rank-avatar-wrap{position:relative;flex-shrink:0;width:34px;height:34px;border-radius:999px;overflow:hidden;background:#3a3b3c}.gghub-sidebar-rank-crown{position:absolute;top:-9px;left:50%;transform:translate(-50%);font-size:.68rem;line-height:1;z-index:2;pointer-events:none}.gghub-sidebar-rank-crown--1{filter:drop-shadow(0 0 4px rgba(251,191,36,.95))}.gghub-sidebar-rank-crown--2{filter:grayscale(.35) brightness(1.25) drop-shadow(0 0 3px rgba(229,231,235,.85))}.gghub-sidebar-rank-crown--3{filter:sepia(1) saturate(2.8) hue-rotate(330deg) brightness(.92) drop-shadow(0 0 2px rgba(180,83,9,.7))}.gghub-sidebar-rank-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.gghub-sidebar-rank-avatar--fallback{width:100%;height:100%;border-radius:999px;display:grid;place-items:center;font-size:.62rem;font-weight:800;color:#fff;box-shadow:inset 0 0 0 1px #00000026}.gghub-sidebar-rank-name{flex:1;min-width:0;font-weight:600;font-size:.72rem;color:#e4e6eb;display:flex;align-items:center}.gghub-sidebar-rank-name .gghub-display-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gghub-sidebar-rank-reward-coins{flex-shrink:0;font-weight:700;font-size:.65rem;font-variant-numeric:tabular-nums;color:#fcd34d;white-space:nowrap;max-width:4.2rem;overflow:hidden;text-overflow:ellipsis}.gghub-sidebar-rank-pts{flex-shrink:0;text-align:right;font-weight:700;font-size:.68rem;color:#e4e6eb;font-variant-numeric:tabular-nums;white-space:nowrap}.gghub-sidebar-rank-seeall{display:block;margin-top:.55rem;padding:.45rem .5rem;border-radius:8px;background:#3a3b3c;color:#2374e1;font-weight:700;font-size:.76rem;text-align:center;text-decoration:none;font-family:inherit}.gghub-sidebar-rank-seeall:hover{filter:brightness(1.08)}.gghub-sidebar-genrank-card{background:#242526;border:1px solid #3a3b3c;border-radius:12px;padding:.65rem .75rem .75rem;margin-bottom:.65rem}.gghub-sidebar-genrank-title{margin:0 0 .25rem;font-size:.72rem;font-weight:800;color:#8a8d91;text-transform:uppercase;letter-spacing:.05em}.gghub-sidebar-genrank-hint{margin:0 0 .55rem;font-size:.72rem;color:#b0b3b8;line-height:1.35}.gghub-sidebar-genrank-tabs{display:flex;gap:.25rem;margin-bottom:.55rem}.gghub-sidebar-genrank-tab{flex:1;min-height:36px;padding:.28rem .35rem;border-radius:8px;border:1px solid #3a3b3c;background:#3a3b3c;color:#b0b3b8;font-size:.68rem;font-weight:700;cursor:pointer;font-family:inherit}.gghub-sidebar-genrank-tab--active{background:#2374e1;border-color:#2374e1;color:#fff}.gghub-sidebar-genrank-muted{margin:.35rem 0;font-size:.78rem;color:#8a8d91}.gghub-sidebar-genrank-body{display:flex;flex-direction:column;gap:.45rem}.gghub-sidebar-genrank-pos-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.15rem}.gghub-sidebar-genrank-pos-label{font-size:.68rem;font-weight:700;color:#8a8d91;text-transform:uppercase}.gghub-sidebar-genrank-pos-val{font-size:1.15rem;font-weight:800;color:#fcd34d;font-variant-numeric:tabular-nums}.gghub-sidebar-genrank-user-row{display:flex;align-items:flex-start;gap:.45rem}.gghub-sidebar-genrank-pos-mini{font-weight:800;font-size:.78rem;color:#b0b3b8;width:1.25rem;text-align:center;flex-shrink:0;padding-top:.25rem}.gghub-genrank-avatar-shell{flex-shrink:0}.gghub-genrank-avatar-shell--vip{padding:2px;border-radius:999px;background:linear-gradient(135deg,#fef9c3,#f59e0b,#eab308)}.gghub-genrank-avatar-wrap{width:40px;height:40px;border-radius:999px;overflow:hidden;background:#3a3b3c}.gghub-genrank-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.gghub-genrank-avatar-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:.72rem;font-weight:800;color:#fff;background:#6366f1}.gghub-sidebar-genrank-name-block{flex:1;min-width:0;display:flex;flex-direction:column;gap:.12rem}.gghub-sidebar-genrank-display{font-size:.78rem;font-weight:700;color:#e4e6eb}.gghub-sidebar-genrank-metric{font-size:.72rem;color:#b0b3b8}.gghub-sidebar-genrank-coins{font-size:.68rem;font-weight:700;color:#fcd34d;font-variant-numeric:tabular-nums}.gghub-sidebar-genrank-coins--muted{color:#8a8d91;font-weight:600}.gghub-perfil-check{display:flex;align-items:flex-start;gap:.45rem;margin:.35rem 0;font-size:.88rem;color:#e2e8f0;line-height:1.45}.gghub-perfil-check input{margin-top:.2rem;flex-shrink:0}.gghub-perfil-lifetime-total{margin:.35rem 0 0;font-size:.85rem;font-weight:700;color:#fcd34d;font-variant-numeric:tabular-nums}.gghub-public-lifetime-coins{margin:.65rem 0 0;font-size:.85rem;font-weight:700;color:#fcd34d;font-variant-numeric:tabular-nums}.gghub-rankings-pill-row{display:flex;flex-wrap:wrap;gap:.45rem .55rem;align-items:center;margin-bottom:.85rem}.gghub-rankings-scope-row,.gghub-rankings-period-row,.gghub-rankings-general-mode-row{margin-bottom:.75rem}.gghub-rankings-pill{appearance:none;margin:0;padding:.52rem 1rem;border-radius:999px;border:1px solid transparent;background:#242526;color:#b0b3b8;font:inherit;font-weight:700;font-size:.82rem;letter-spacing:.02em;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .08s ease}.gghub-rankings-pill:active:not(:disabled){transform:scale(.98)}.gghub-rankings-pill:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.gghub-rankings-pill--reward{background:linear-gradient(145deg,#2a2418,#1f1d16);border-color:#fbbf246b;color:#fde68a;box-shadow:0 0 0 1px #fbbf242e,inset 0 1px #ffffff0f}.gghub-rankings-pill--reward:hover:not(:disabled){border-color:#fde047a6;color:#fff;box-shadow:0 0 0 1px #fbbf2447,0 4px 14px #fbbf241f}.gghub-rankings-pill--muted{background:#1b1c1e;border-color:#3a3b3c;color:#8a8d91;box-shadow:none}.gghub-rankings-pill--muted:hover:not(:disabled){background:#242526;border-color:#4b4d50;color:#cbd5e1}.gghub-rankings-pill--reward.gghub-rankings-pill--active{background:linear-gradient(145deg,#42200655,#312525cc);border-color:#fbbf24;color:#fff;box-shadow:0 0 0 2px #fbbf2459,0 6px 18px #fbbf2424}.gghub-rankings-pill--muted.gghub-rankings-pill--active{background:#2d2e2f;border-color:#6366f1;color:#e4e6eb;box-shadow:0 0 0 2px #6366f152}.gghub-profile-page{width:100%;max-width:100%;margin:0;padding:0 0 2rem;box-sizing:border-box;overflow-x:clip}.gghub-profile-hero{margin-bottom:1rem}.gghub-profile-cover-shell{margin-bottom:0}.gghub-profile-cover{position:relative;min-height:200px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,rgba(99,102,241,.35),transparent 50%),linear-gradient(225deg,#1e1b4b,#312e81 40%,#0f172a);border:1px solid #3a3b3c}.gghub-profile-cover-edit{position:absolute;right:1rem;bottom:1rem;display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;border-radius:8px;border:none;background:#00000073;color:#e4e6eb;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit}.gghub-profile-cover-edit:hover{background:#0009}.gghub-profile-head{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-end;gap:.85rem 1.15rem;padding:0 .15rem;margin-top:clamp(-4.25rem,-12vw,-3rem);margin-bottom:.65rem;position:relative;z-index:1;text-align:left}.gghub-profile-avatar-lg{flex-shrink:0;align-self:flex-end}.gghub-perfil-avatar-ring--xl{width:clamp(104px,26vw,132px);height:clamp(104px,26vw,132px);border-radius:999px;border:4px solid #242526;box-shadow:0 2px 16px #00000059}.gghub-perfil-avatar-ring--xl.gghub-avatar-ring--vip{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf24f2,0 0 0 7px #d9770673,0 8px 28px #d9770659}.gghub-perfil-avatar-ring--xl .gghub-perfil-avatar-img,.gghub-perfil-avatar-ring--xl .gghub-perfil-avatar-fallback{width:100%;height:100%;border-radius:999px;object-fit:cover;font-size:clamp(1.65rem,5vw,2.1rem);display:grid;place-items:center}.gghub-profile-head-text{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem .85rem;padding-bottom:.15rem}.gghub-profile-head-main{flex:1;min-width:min(100%,12rem);display:flex;flex-direction:column;align-items:flex-start;text-align:left}.gghub-profile-name{margin:0 0 .2rem;font-size:clamp(1.2rem,3.8vw,1.72rem);font-weight:800;color:#e4e6eb;display:flex;align-items:center;justify-content:flex-start;gap:.4rem;flex-wrap:wrap}.gghub-profile-name .gghub-display-name-inline{justify-content:flex-start}.gghub-profile-meta-line{margin:0 0 .45rem;font-size:.82rem;color:#b0b3b8;line-height:1.35;text-align:left;max-width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .35rem}.gghub-profile-meta-slug-link{color:#2374e1;font-weight:700;text-decoration:none;word-break:break-all}.gghub-profile-meta-slug-link:hover{text-decoration:underline}.gghub-profile-actions{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end;align-self:flex-start;padding-top:.1rem}@media(max-width:520px){.gghub-profile-head{flex-wrap:wrap;margin-top:clamp(-3.25rem,-10vw,-2.25rem)}.gghub-profile-head-text{flex-direction:column;align-items:stretch}.gghub-profile-actions{align-self:stretch;justify-content:flex-start;padding-top:0}}.gghub-profile-tabs{display:flex;gap:.15rem;padding:0;border-bottom:1px solid #3a3b3c;margin-bottom:.85rem}.gghub-profile-tab{flex:1;min-width:0;padding:.75rem .5rem;border:none;border-bottom:3px solid transparent;margin-bottom:-1px;background:transparent;color:#8a8d91;font-weight:700;font-size:.85rem;cursor:pointer;font-family:inherit}.gghub-profile-tab:hover{background:#ffffff0a;color:#e4e6eb}.gghub-profile-tab--active{color:#2374e1;border-bottom-color:#2374e1}.gghub-profile-main{padding:0;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.gghub-profile-about{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.gghub-profile-main>.gghub-fb-card{min-width:0;max-width:100%;box-sizing:border-box}.gghub-profile-feed-card{margin-bottom:0}.gghub-profile-feed-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:800;color:#e4e6eb}.gghub-profile-feed-lead{margin:0;font-size:.92rem;color:#b0b3b8;line-height:1.5}.gghub-profile-about-lead{margin:0 0 1rem;font-size:.92rem;color:#b0b3b8;line-height:1.5}.gghub-profile-form-card-title{margin:0 0 .75rem;font-size:1rem;font-weight:800;color:#e4e6eb}.gghub-perfil-avatar-caption--inline{margin-top:0;margin-bottom:1rem}.gghub-perfil-section--fb{margin-top:1.25rem}.gghub-profile-back{margin:1.25rem 0 0;font-size:.88rem}.gghub-profile-back a{color:#b0b3b8}.gghub-dash-main--fb-single{max-width:560px;margin:0 auto}.gghub-profile-cover--has-photo{position:relative;min-height:220px}.gghub-profile-cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.gghub-profile-cover--has-photo .gghub-profile-cover-edit{z-index:2}.gghub-profile-games-inline{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;margin:0 0 .4rem;padding:0;justify-content:center}.gghub-profile-game-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.22rem .55rem;border-radius:999px;background:#6366f138;border:1px solid rgba(99,102,241,.35);font-size:.72rem;font-weight:700;color:#e4e6eb}.gghub-profile-game-pill-emoji{font-size:.85rem}.gghub-perfil-muted-block{margin:0 0 .75rem;font-size:.82rem;color:#8a8d91;line-height:1.45}.gghub-perfil-games-fieldset{border:none;margin:0 0 1rem;padding:0}.gghub-perfil-label--legend{padding:0;margin-bottom:.35rem}.gghub-perfil-games-grid{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center}.gghub-perfil-game-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.45rem .65rem;border-radius:10px;border:1px solid #3a3b3c;background:#3a3b3c;color:#b0b3b8;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit}.gghub-perfil-game-chip--active{border-color:#6366f1a6;background:#6366f147;color:#fff}.gghub-perfil-public-preview{margin:0 0 1rem;font-size:.82rem;color:#b0b3b8;word-break:break-all}.gghub-perfil-public-preview a{color:#2374e1;font-weight:700}.gghub-public-shell{min-height:100vh;background:#18191a;color:#e4e6eb}.gghub-public-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem max(.75rem,env(safe-area-inset-right)) .65rem max(.75rem,env(safe-area-inset-left));border-bottom:1px solid #3a3b3c;background:#242526}.gghub-public-logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#e4e6eb;font-weight:800;font-size:.92rem;min-width:0;max-width:100%}.gghub-public-topbar-right{display:flex;align-items:center;gap:.65rem}.gghub-public-login-link{color:#2374e1;font-weight:700;font-size:.85rem;text-decoration:none}.gghub-public-login-link:hover{text-decoration:underline}.gghub-public-main{padding:2rem 1rem;max-width:560px;margin:0 auto}.gghub-public-main--narrow{text-align:center}.gghub-public-muted{color:#b0b3b8;font-size:.92rem}.gghub-public-h1{margin:0 0 .5rem;font-size:1.35rem}.gghub-public-actions{margin-top:1rem}.gghub-public-profile-page{max-width:960px;margin:0 auto;padding:0 max(.75rem,env(safe-area-inset-right)) 2rem max(.75rem,env(safe-area-inset-left))}.gghub-public-cover-shell{margin-bottom:0}.gghub-public-cover{position:relative;min-height:220px;border-radius:0 0 12px 12px;overflow:hidden;background:linear-gradient(135deg,rgba(99,102,241,.35),transparent 55%),linear-gradient(225deg,#1e1b4b,#312e81 45%,#0f172a);border:1px solid #3a3b3c;border-top:none}.gghub-public-cover--photo .gghub-public-cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.gghub-public-head{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-top:-3.25rem;padding:0 .25rem;position:relative;z-index:1}.gghub-public-avatar-wrap{flex-shrink:0}.gghub-public-avatar-ring{width:132px;height:132px;border-radius:999px;border:4px solid #242526;overflow:hidden;background:linear-gradient(135deg,#6366f1,#7c3aed);box-shadow:0 4px 20px #00000073}.gghub-public-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.gghub-public-avatar-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:2rem;font-weight:800;color:#fff}.gghub-public-head-text{flex:1;min-width:min(100%,220px);padding-bottom:.35rem}.gghub-public-name{margin:0 0 .2rem;font-size:clamp(1.35rem,4vw,1.75rem);font-weight:800;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.gghub-public-tag{margin:0;font-size:.82rem;color:#8a8d91}.gghub-public-games{margin:1rem 0;padding:0 .25rem}.gghub-public-games-label{margin:0 0 .45rem;font-size:.72rem;font-weight:700;color:#8a8d91;text-transform:uppercase;letter-spacing:.05em}.gghub-public-games-list{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0;padding:0;justify-content:center}.gghub-public-game-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:10px;background:#3a3b3c;border:1px solid rgba(255,255,255,.08);font-size:.78rem;font-weight:700}.gghub-public-game-emoji{font-size:1rem}.gghub-public-game-name{color:#e4e6eb}.gghub-public-body{margin-top:1rem}.gghub-public-about-card{margin-top:.5rem}.gghub-public-posts-card{margin-top:.85rem}.gghub-public-section-title{margin:0 0 .35rem;font-size:1rem;font-weight:800}.gghub-public-section-lead{margin:0;font-size:.88rem;color:#b0b3b8;line-height:1.45}.gghub-public-footer-links{margin-top:1.5rem;font-size:.85rem;text-align:center}.gghub-public-footer-links a{color:#2374e1;font-weight:600}.gghub-public-topbar--fb{min-height:70px}.gghub-public-in-fb-feed{padding:0 0 1.25rem;width:100%;max-width:none;margin:0;box-sizing:border-box;overflow-x:clip}.gghub-public-in-fb-feed--narrow{max-width:480px}.gghub-public-vip-pill{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#fbbf24,#d97706);color:#1c1917}.gghub-public-bio-text{white-space:pre-wrap;word-break:break-word}.gghub-public-social-block{margin-top:.85rem}.gghub-fb-side-visitor{padding:.65rem;border-radius:12px;background:#242526;border:1px solid #3a3b3c;margin-bottom:.65rem}.gghub-fb-side-visitor-btns{display:flex;flex-direction:column;gap:.45rem;margin-top:.5rem}.gghub-social-links{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0;padding:0;justify-content:center}.gghub-social-link-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:999px;background:#3a3b3c;border:1px solid rgba(255,255,255,.08);color:#e4e6eb;text-decoration:none;font-size:.78rem;font-weight:600}.gghub-social-link-pill:hover{border-color:#6366f1a6;background:#3f4066}.gghub-social-link-ico{display:flex;color:#93c5fd}.gghub-social-link-lbl{font-weight:700}.gghub-social-link-handle{color:#b0b3b8;font-weight:600}.gghub-social-editor-list{display:flex;flex-direction:column;gap:.5rem}.gghub-social-editor-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}@media(min-width:520px){.gghub-social-editor-row{display:grid;grid-template-columns:minmax(8rem,11rem) 1fr auto;gap:.5rem;align-items:start}}.gghub-social-editor-platform{flex:1;min-width:8rem}.gghub-social-editor-handle{flex:2;min-width:12rem}.gghub-social-editor-remove{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:8px;border:1px solid #3a3b3c;background:#242526;color:#e4e6eb;cursor:pointer;font-size:1.1rem;line-height:1}.gghub-social-add-btn{margin-top:.35rem}.gghub-perfil-bio-counter{margin:.25rem 0 0;font-size:.75rem;color:#8a8d91;text-align:right}.gghub-rankings-head{margin-bottom:.35rem}.gghub-rankings-kicker{margin:0 0 .25rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8b5cf6}.gghub-rankings-title{margin:0 0 .35rem;font-size:clamp(1.35rem,4vw,1.85rem);font-weight:800;color:#e4e6eb}.gghub-rankings-lead{margin:0 0 .65rem;font-size:.9rem;color:#b0b3b8;line-height:1.45;max-width:52rem}.gghub-rankings-lead--tight{margin-top:.5rem}.gghub-rankings-panel{margin-bottom:.85rem}.gghub-rankings-rewards-banner{text-align:center;padding:.65rem .75rem 1rem;margin:-.15rem -.15rem .85rem;border-radius:10px;background:linear-gradient(145deg,#2374e138,#6366f114);border:1px solid rgba(99,102,241,.35)}.gghub-rankings-rewards-label{margin:0 0 .25rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#93c5fd}.gghub-rankings-rewards-value{margin:0;font-size:clamp(1.25rem,4vw,1.65rem);font-weight:800;font-variant-numeric:tabular-nums;color:#fde68a}.gghub-rankings-rewards-period-note{margin:.65rem 0 0;max-width:36rem;margin-inline:auto;font-size:.78rem;line-height:1.45;color:#b0b3b8}.gghub-rank-countdown{font-variant-numeric:tabular-nums}.gghub-rank-countdown--full{margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.1)}.gghub-rank-countdown-title{margin:0 0 .65rem;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#a5b4fc;text-align:center}.gghub-rank-countdown-row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:.25rem .45rem}.gghub-rank-countdown-cell{display:flex;flex-direction:column;align-items:center;min-width:3.1rem}.gghub-rank-countdown-num{font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:800;color:#e4e6eb;line-height:1.1}.gghub-rank-countdown-unitlbl{margin-top:.15rem;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:lowercase;color:#8a8d91}.gghub-rank-countdown-colon{font-size:1.35rem;font-weight:700;color:#6b7280;padding-bottom:.35rem;line-height:1}.gghub-rank-countdown--compact{margin:.35rem 0 .55rem;padding:.45rem .35rem;border-radius:8px;background:#00000038;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.35rem}.gghub-rank-countdown-compact-label{font-size:.62rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#93c5fd;line-height:1.25}.gghub-rank-countdown-compact-digits{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.15rem .25rem}.gghub-rank-countdown--compact .gghub-rank-countdown-unit{display:flex;flex-direction:column;align-items:center;min-width:1.85rem}.gghub-rank-countdown--compact .gghub-rank-countdown-unit strong{font-size:.92rem;font-weight:800;color:#fde68a}.gghub-rank-countdown--compact .gghub-rank-countdown-unit small{font-size:.58rem;font-weight:700;color:#8a8d91;text-transform:lowercase}.gghub-rank-countdown-sep{font-size:.85rem;font-weight:700;color:#6b7280;padding-bottom:.2rem}.gghub-rankings-podium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;align-items:stretch}@media(max-width:420px){.gghub-rankings-podium{grid-template-columns:1fr}}.gghub-rankings-podium-card{min-height:0;height:100%;padding:.45rem .35rem .55rem;border-radius:10px;background:#2d2e2f;border:1px solid #3a3b3c;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.22rem}.gghub-rankings-podium-slot--1 .gghub-rankings-podium-card{background:linear-gradient(180deg,#fbbf2420,#2d2e2f 42%);border-color:#fbbf2459}.gghub-rankings-podium-place{font-size:.68rem;font-weight:800;color:#e4e6eb}.gghub-rankings-podium-avatar-outer{position:relative;flex-shrink:0;border-radius:999px}.gghub-rankings-podium-avatar-outer--vip{padding:2px;background:linear-gradient(135deg,#fef9c3,#f59e0b,#ca8a04);box-shadow:0 0 0 1px #fbbf2480}.gghub-rankings-podium-avatar-wrap{position:relative;width:40px;height:40px;border-radius:999px;overflow:hidden;background:#3a3b3c}.gghub-rankings-podium-slot--1 .gghub-rankings-podium-avatar-wrap{width:48px;height:48px}.gghub-rankings-podium-crown{position:absolute;top:-8px;left:50%;transform:translate(-50%);font-size:.72rem;line-height:1;z-index:2;pointer-events:none}.gghub-rankings-podium-crown--1{filter:drop-shadow(0 0 5px rgba(251,191,36,.95))}.gghub-rankings-podium-crown--2{filter:grayscale(.35) brightness(1.25) drop-shadow(0 0 3px rgba(229,231,235,.85))}.gghub-rankings-podium-crown--3{filter:sepia(1) saturate(2.8) hue-rotate(330deg) brightness(.92) drop-shadow(0 0 2px rgba(180,83,9,.7))}.gghub-rankings-podium-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.gghub-rankings-podium-avatar--fallback{width:100%;height:100%;display:grid;place-items:center;font-size:.82rem;font-weight:800;color:#fff}.gghub-rankings-podium-name{font-weight:700;font-size:.74rem;color:#e4e6eb;max-width:100%;display:flex;justify-content:center;min-width:0}.gghub-rankings-podium-name .gghub-display-name-inline{justify-content:center;max-width:100%}.gghub-rankings-podium-name .gghub-display-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.gghub-rankings-podium-points{font-size:.65rem;font-weight:600;color:#b0b3b8;line-height:1.2}.gghub-rankings-podium-reward{font-size:.66rem;font-weight:800;font-variant-numeric:tabular-nums;color:#fcd34d;line-height:1.2}.gghub-rankings-podium-profile-link{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.22rem;min-width:0;color:inherit;text-decoration:none}.gghub-rankings-podium-profile-link:hover .gghub-rankings-podium-name{text-decoration:underline}.gghub-rankings-profile-hit{color:inherit;text-decoration:none}.gghub-rankings-profile-hit:hover .gghub-rankings-mid-name,.gghub-rankings-profile-hit:hover .gghub-display-name-text{text-decoration:underline}.gghub-rankings-mid-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.gghub-rankings-mid-row{display:grid;grid-template-columns:2.25rem 1fr auto auto;gap:.5rem;align-items:center;padding:.45rem .55rem;border-radius:8px;background:#ffffff08}.gghub-rankings-mid-player{display:flex;align-items:center;gap:.5rem;min-width:0}.gghub-rankings-mid-pos{font-weight:800;font-size:.82rem;color:#8a8d91;font-variant-numeric:tabular-nums}.gghub-rankings-mid-name{font-weight:600;font-size:.88rem;color:#e4e6eb;min-width:0;flex:1}.gghub-rankings-mid-name .gghub-display-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gghub-rankings-tiny-avatar{width:28px;height:28px;border-radius:999px;overflow:hidden;flex-shrink:0;background:#3a3b3c}.gghub-rankings-tiny-avatar--vip{box-shadow:0 0 0 2px #fcd34d,0 0 0 4px #b45309}.gghub-rankings-tiny-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.gghub-rankings-tiny-avatar-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:.62rem;font-weight:800;color:#fff}.gghub-rankings-table-player{display:flex;align-items:center;gap:.45rem;min-width:0}.gghub-rankings-table-player .gghub-display-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gghub-rankings-mid-pts{font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums;color:#b0b3b8}.gghub-rankings-mid-reward{font-size:.72rem;font-weight:800;font-variant-numeric:tabular-nums;color:#fcd34d;white-space:nowrap}.gghub-rankings-full-head{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.gghub-rankings-full-head{flex-direction:row;align-items:flex-end;justify-content:space-between}.gghub-rankings-search-label{display:block;width:100%;max-width:280px}.gghub-rankings-search-input{width:100%;box-sizing:border-box;padding:.55rem .65rem;border-radius:8px;border:1px solid #3a3b3c;background:#242526;color:#e4e6eb;font-size:.88rem;font-family:inherit}.gghub-rankings-search-input::placeholder{color:#8a8d91}.gghub-rankings-search-input:focus{outline:none;border-color:#2374e1;box-shadow:0 0 0 2px #2374e140}.gghub-landing{min-height:100vh;min-height:100dvh;background:#07070f;color:#e2e8f0;font-family:Segoe UI,system-ui,sans-serif;overflow-x:clip}.gghub-landing-nav{position:sticky;top:0;z-index:50;display:grid;gap:0 .75rem;align-items:center;grid-template-columns:1fr auto auto;grid-template-areas:"logo toggle cta" "links links links";padding:max(.75rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));background:#07070feb;border-bottom:1px solid rgba(139,92,246,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gghub-landing-nav-toggle{grid-area:toggle;justify-self:end;display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff0f;color:#e2e8f0;cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent}.gghub-landing-nav-toggle:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}.gghub-landing-nav-toggle-box{display:flex;flex-direction:column;gap:5px;width:20px}.gghub-landing-nav-toggle-bar{display:block;height:2px;border-radius:1px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.gghub-landing-nav.is-nav-open .gghub-landing-nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.gghub-landing-nav.is-nav-open .gghub-landing-nav-toggle-bar:nth-child(2){opacity:0}.gghub-landing-nav.is-nav-open .gghub-landing-nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.gghub-landing-nav-toggle-bar,.gghub-landing-nav-links{transition:none!important}.gghub-landing-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.15rem;letter-spacing:.04em}.gghub-landing-logo-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#7c3aed);display:grid;place-items:center;font-size:.75rem;font-weight:900;color:#fff}.gghub-landing-nav-links{grid-area:links;display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;font-size:.9rem;color:#94a3b8}.gghub-landing-nav-cta{grid-area:cta;justify-self:end;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.gghub-landing-nav-cta{gap:.35rem}.gghub-landing-lang-switch.gghub-lang-switch--flags .gghub-lang-flag{font-size:.85rem}.gghub-landing-nav{grid-template-columns:auto 1fr auto;grid-template-areas:"logo links cta";gap:1rem;align-items:center}.gghub-landing-nav-toggle{display:none!important}.gghub-landing-nav-links{justify-content:center;flex-wrap:wrap;max-height:none!important;overflow:visible!important;opacity:1!important;padding:0!important;pointer-events:auto!important}.gghub-landing-nav-toggle{display:inline-flex}.gghub-landing-nav-cta .gghub-landing-btn-primary{padding-left:.85rem;padding-right:.85rem;font-size:.82rem}.gghub-landing-nav-links{flex-direction:column;align-items:stretch;gap:0;width:100%;max-height:0;overflow:hidden;opacity:0;padding:0;margin:0;pointer-events:none;transition:max-height .28s ease,opacity .2s ease,padding .2s ease}.gghub-landing-nav-links a{padding:.85rem .25rem;min-height:44px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.06);font-size:.95rem}.gghub-landing-nav-links a:last-child{border-bottom:none}.gghub-landing-nav.is-nav-open .gghub-landing-nav-links{max-height:22rem;opacity:1;padding:.35rem 0 .25rem;pointer-events:auto}@media(max-width:480px){.gghub-landing-hero{padding:2.75rem max(1rem,env(safe-area-inset-right)) 2.5rem max(1rem,env(safe-area-inset-left))}.gghub-landing-hero-lead{font-size:clamp(.95rem,4vw,1.05rem);margin-bottom:1.5rem}.gghub-landing-principal-line{padding:0 .25rem}.gghub-landing-section{padding:2.25rem max(1rem,env(safe-area-inset-right)) 2.25rem max(1rem,env(safe-area-inset-left))}.gghub-landing-section-head{margin-bottom:1.75rem}.gghub-landing-section-head h2{font-size:clamp(1.2rem,5.5vw,1.5rem);line-height:1.25}.gghub-landing-cards>*,.gghub-landing-cards--6>*,.gghub-landing-cards--evolution>*{flex:1 1 100%;max-width:100%}.gghub-landing-highlight-grid>*{flex:1 1 100%}.gghub-landing-eco-grid>*{flex:1 1 100%}.gghub-landing-stats>*{flex:1 1 calc(50% - .375rem);max-width:calc(50% - .375rem)}.gghub-landing-stat{padding:1rem .65rem}.gghub-landing-stat-val{font-size:clamp(1.15rem,4vw,1.35rem)}.gghub-landing-season-card{padding:1.75rem max(1rem,env(safe-area-inset-right)) 2rem max(1rem,env(safe-area-inset-left))}.gghub-landing-season-card h2{font-size:clamp(1.05rem,4.5vw,1.25rem)}.gghub-landing-season-card .gghub-landing-btn-primary{width:100%;max-width:100%;min-height:48px}.gghub-landing-band{padding:2.5rem max(1rem,env(safe-area-inset-right)) 2.75rem max(1rem,env(safe-area-inset-left))}.gghub-landing-band h2{font-size:clamp(1.2rem,5vw,1.45rem)}.gghub-landing-band-btns{flex-direction:column;align-items:stretch;gap:.75rem;max-width:22rem;margin-left:auto;margin-right:auto}.gghub-landing-band-btns .gghub-landing-btn-primary,.gghub-landing-band-btns .gghub-landing-btn-secondary{width:100%;justify-content:center;min-height:48px}.gghub-landing-hero-cta .gghub-landing-btn-large{width:min(100%,22rem);min-height:48px}.gghub-landing-hero-pills{margin-top:2rem;padding-top:1.75rem;padding-left:.25rem;padding-right:.25rem}.gghub-landing-mock-pill{font-size:max(.62rem,2.8vw);padding:.4rem .55rem;text-align:center;line-height:1.25}.gghub-landing-footer{padding:1.5rem max(1rem,env(safe-area-inset-right)) max(1.25rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));font-size:.78rem}.gghub-landing-quote{padding:0 max(.25rem,env(safe-area-inset-left))}.gghub-landing-quote-strong{font-size:clamp(1.05rem,5vw,1.35rem)}.gghub-landing-roadmap-item{align-items:flex-start}.gghub-landing-roadmap-item .gghub-badge-dev{margin-left:1.35rem}.gghub-landing-logo span:last-child{font-size:.95rem}}@media(max-width:360px){.gghub-landing-stats>*{flex:1 1 100%;max-width:100%}}.gghub-fb-feed-slot{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.gghub-fb-feed-slot .gghub-feed-wrap{margin-bottom:0}.gghub-fb-feed-slot .gghub-feed-head,.gghub-fb-feed-slot .gghub-feed-tabs,.gghub-fb-feed-slot .gghub-feed-list,.gghub-fb-feed-slot .gghub-feed-post,.gghub-fb-feed-slot .gghub-feed-post-main{min-width:0;max-width:100%}.gghub-fb-feed-dash-hint{margin-top:.5rem;margin-bottom:0;font-size:.78rem;color:#8a8d91}.gghub-feed-wrap{width:100%}.gghub-feed-head{margin-bottom:.65rem}.gghub-feed-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin:.75rem 0}.gghub-feed-tab{border:1px solid #3a3b3c;background:#242526;color:#e4e6eb;font-weight:700;font-size:.78rem;padding:.35rem .65rem;border-radius:999px;cursor:pointer;font-family:inherit}.gghub-feed-tab--active{background:#2374e1;border-color:#2374e1;color:#fff}.gghub-feed-composer-card{padding:.85rem 1rem}.gghub-feed-composer-input{width:100%;box-sizing:border-box;resize:vertical;min-height:4.5rem;padding:.65rem .75rem;border-radius:10px;border:1px solid #3a3b3c;background:#3a3b3c;color:#e4e6eb;font-size:.92rem;font-family:inherit}.gghub-feed-composer-input:focus{outline:none;border-color:#2374e1}.gghub-feed-composer-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.gghub-feed-composer-error{flex:1 1 100%;margin:0;font-size:.82rem;color:#f87171}.gghub-feed-composer-foot{margin:.45rem 0 0;font-size:.72rem;color:#8a8d91}.gghub-feed-error-card{padding:.85rem 1rem;margin-bottom:.65rem}.gghub-feed-muted{color:#8a8d91;font-size:.88rem}.gghub-feed-list{display:flex;flex-direction:column;gap:.65rem}.gghub-feed-post{background:#242526;border:1px solid #3a3b3c;border-radius:12px;padding:.75rem .85rem}.gghub-feed-post-inner{display:flex;gap:.65rem;align-items:flex-start}.gghub-feed-post-main{flex:1;min-width:0}.gghub-feed-avatar-link{display:inline-block;text-decoration:none;color:inherit;flex-shrink:0;border-radius:999px;outline-offset:2px}.gghub-feed-avatar-link:hover .gghub-feed-avatar-img{opacity:.93}.gghub-feed-avatar-link:focus-visible{outline:2px solid #2374e1}.gghub-feed-avatar-shell{flex-shrink:0}.gghub-feed-avatar-shell--vip{padding:2px;border-radius:999px;background:linear-gradient(135deg,#fef9c3,#f59e0b,#eab308)}.gghub-feed-avatar{width:42px;height:42px;border-radius:999px;overflow:hidden;background:#3a3b3c;display:grid;place-items:center}.gghub-feed-avatar--sm{width:32px;height:32px}.gghub-feed-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.gghub-feed-avatar-fallback{font-size:.72rem;font-weight:800;color:#fff}.gghub-feed-post-head{margin-bottom:.35rem}.gghub-feed-author-line{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;min-width:0}.gghub-feed-author-link{display:inline-flex;align-items:center;gap:.25rem;flex-wrap:wrap;color:inherit;text-decoration:none;min-width:0}.gghub-feed-author-link:hover{text-decoration:underline}.gghub-feed-time{font-size:.78rem;color:#8a8d91;font-weight:500}.gghub-feed-vip-tag{display:inline-flex;align-items:center;margin-left:.2rem;font-size:.58rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.06rem .35rem;border-radius:5px;background:linear-gradient(135deg,#fbbf24,#d97706);color:#1c1917;line-height:1;vertical-align:middle}.gghub-feed-official-pill{font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.12rem .35rem;border-radius:6px;background:#2374e140;color:#93c5fd}.gghub-feed-body{margin:0 0 .5rem;white-space:pre-wrap;word-break:break-word;font-size:.92rem;line-height:1.45;color:#e4e6eb}.gghub-feed-link-wrap{margin:0 0 .5rem}.gghub-feed-link{color:#2374e1;font-weight:700;text-decoration:none}.gghub-feed-link:hover{text-decoration:underline}.gghub-feed-actions{display:flex;gap:1rem;margin-top:.25rem}.gghub-feed-action{border:none;background:transparent;color:#b0b3b8;font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;padding:.25rem 0}.gghub-feed-action:hover:not(:disabled){color:#e4e6eb}.gghub-feed-action:disabled{opacity:.45;cursor:not-allowed}.gghub-feed-thread{margin-top:.65rem;padding-top:.65rem;border-top:1px solid #3a3b3c;display:flex;flex-direction:column;gap:.55rem}.gghub-feed-comment-branch{display:flex;flex-direction:column;gap:.35rem;min-width:0}.gghub-feed-comment-branch--root{padding-bottom:.15rem;border-bottom:1px solid rgba(255,255,255,.06)}.gghub-feed-comment-branch--root:last-child{border-bottom:none;padding-bottom:0}.gghub-feed-comment-branch-children{margin:.15rem 0 0 .35rem;padding:.35rem 0 .15rem .65rem;border-left:2px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.45rem;min-width:0}.gghub-feed-branch-toggle{align-self:flex-start;margin:0 0 .15rem;padding:.28rem .55rem;border-radius:8px;border:1px solid #3e4042;background:#2e3033;color:#93c5fd;font-size:.76rem;font-weight:700;cursor:pointer;font-family:inherit;line-height:1.25;text-align:left}.gghub-feed-branch-toggle--post-root{margin-top:.1rem}.gghub-feed-branch-toggle:hover{border-color:#2374e1;background:#2374e126;color:#dbeafe}.gghub-feed-branch-toggle:focus-visible{outline:2px solid #2374e1;outline-offset:2px}.gghub-feed-comment{display:flex;gap:.45rem;align-items:flex-start}.gghub-feed-comment-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem;font-size:.82rem}.gghub-feed-comment-body{margin:.15rem 0 0;font-size:.85rem;color:#e4e6eb;white-space:pre-wrap;word-break:break-word}.gghub-feed-comment-form{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap}.gghub-feed-comment-input{flex:1 1 140px;min-width:0;padding:.45rem .55rem;border-radius:8px;border:1px solid #3a3b3c;background:#3a3b3c;color:#e4e6eb;font-family:inherit;font-size:.85rem}.gghub-feed-comment-send{flex-shrink:0}.gghub-feed-comment-input--textarea{flex:1 1 100%;min-height:2.75rem;resize:vertical;width:100%}.gghub-feed-scope-tabs{display:flex;gap:.35rem;margin:0 0 .85rem;flex-wrap:wrap}.gghub-feed-scope-tab{padding:.45rem .85rem;border-radius:999px;border:1px solid #3a3b3c;background:#242526;color:#b0b3b8;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit}.gghub-feed-scope-tab--active{border-color:#2374e1;background:#2374e133;color:#e4e6eb}.gghub-feed-mention-link{color:#93c5fd;font-weight:700;text-decoration:none}.gghub-feed-mention-link:hover{text-decoration:underline}.gghub-mention-wrap{position:relative}.gghub-mention-dropdown{position:absolute;left:0;right:0;bottom:100%;margin-bottom:4px;max-height:220px;overflow:auto;z-index:40;padding:.25rem;border-radius:10px;background:#242526;border:1px solid #3a3b3c;box-shadow:0 8px 24px #00000073;list-style:none;margin-left:0}.gghub-mention-option{display:flex;width:100%;align-items:center;gap:.5rem;padding:.45rem .55rem;border:none;border-radius:8px;background:transparent;color:#e4e6eb;font-size:.82rem;text-align:left;cursor:pointer;font-family:inherit}.gghub-mention-option--active,.gghub-mention-option:hover{background:#ffffff14}.gghub-mention-option-slug{color:#93c5fd;font-weight:800}.gghub-mention-option-name{color:#b0b3b8;font-size:.78rem}.gghub-mention-hint{margin:.35rem 0 0;font-size:.72rem;color:#8a8d91;line-height:1.35}.gghub-following-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.gghub-following-row{display:flex;align-items:center;gap:.55rem;padding:.45rem .15rem;border-bottom:1px solid rgba(255,255,255,.06)}.gghub-following-row:last-child{border-bottom:none}.gghub-following-name-link{color:inherit;text-decoration:none;font-weight:700}.gghub-following-name-link:hover{text-decoration:underline}.gghub-following-slug{display:block;font-size:.78rem;color:#8a8d91;margin-top:.1rem}.gghub-following-row-text{min-width:0;flex:1}.gghub-public-follow-row{margin-top:.55rem;display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.gghub-follow-profile-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.gghub-follow-inline{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;flex-shrink:0}.gghub-follow-inline-btn{padding:.22rem .55rem;border-radius:6px;border:1px solid #4b4d50;background:#3a3b3c;color:#e4e6eb;font-weight:600;font-size:.72rem;cursor:pointer;font-family:inherit;line-height:1.2;max-width:9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gghub-follow-inline-btn:disabled{opacity:.55;cursor:not-allowed}.gghub-follow-bell-btn{padding:.22rem .38rem;border-radius:6px;border:1px solid #4b4d50;background:#2e3033;color:#e4e6eb;font-size:.95rem;line-height:1;cursor:pointer;font-family:inherit}.gghub-follow-bell-btn--lg{padding:.42rem .52rem;font-size:1.05rem}.gghub-follow-bell-btn--on{border-color:#2374e1;background:#2374e12e}.gghub-follow-bell-btn:disabled{opacity:.55;cursor:not-allowed}.gghub-public-follow-btn{padding:.45rem 1rem;border-radius:8px;border:1px solid #2374e1;background:#2374e1;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer;font-family:inherit}.gghub-public-follow-btn--following{border-color:#4b4d50;background:#3a3b3c;color:#e4e6eb}.gghub-public-follow-btn:disabled{opacity:.55;cursor:not-allowed}.gghub-feed-post-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;flex-wrap:wrap;width:100%}.gghub-feed-post-head-main{min-width:0;flex:1}.gghub-feed-owner-toolbar{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center;margin:.2rem 0 .4rem}.gghub-feed-mini-action{background:none;border:none;color:#2374e1;padding:.15rem .35rem;font-size:.78rem;cursor:pointer;font-family:inherit;text-decoration:underline}.gghub-feed-mini-action:hover{color:#4ea8ff}.gghub-feed-mini-action:disabled{opacity:.5;cursor:not-allowed}.gghub-feed-edited-mark{color:#8a8d91;font-weight:500;font-size:.85em}.gghub-feed-edit-block{margin:.35rem 0}.gghub-feed-edit-actions{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.35rem;align-items:center}.gghub-feed-edit-save{font-size:.85rem!important}.gghub-feed-comment-main{min-width:0;flex:1}.gghub-feed-comment--nested{margin-left:1.35rem;padding-left:.65rem;border-left:2px solid rgba(255,255,255,.12)}.gghub-feed-comment--reply-target{background:#2374e11f;border-radius:8px;padding:.25rem .35rem;margin:-.25rem -.35rem .25rem}.gghub-feed-comment-actions{display:flex;align-items:center;gap:.55rem;margin-top:.35rem;flex-wrap:wrap}.gghub-feed-comment-action{background:none;border:none;color:#2374e1;font-size:.75rem;font-weight:700;cursor:pointer;font-family:inherit;padding:0}.gghub-feed-comment-action:disabled{opacity:.5;cursor:not-allowed}.gghub-feed-comment-likes-muted{font-size:.72rem;color:#8a8d91}.gghub-feed-reply-banner{margin:0 0 .45rem;font-size:.78rem;color:#b0b3b8;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.gghub-feed-reply-banner-cancel{background:none;border:none;color:#2374e1;font-weight:700;cursor:pointer;font-family:inherit;font-size:.78rem;padding:0}.gghub-feed-reply-banner-cancel:hover{text-decoration:underline}.gghub-feed-inline-reply{margin-top:.45rem;display:flex;flex-direction:column;gap:.35rem;width:100%}.gghub-feed-inline-reply-actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-top:.15rem}.gghub-feed-inline-reply-send{font-size:.85rem!important}.gghub-feed-comment-head--row{display:flex;justify-content:space-between;align-items:flex-start;gap:.35rem;flex-wrap:wrap;width:100%}.gghub-feed-comment-head-names{min-width:0}.gghub-following-notify-btn{padding:.28rem .4rem;border-radius:6px;border:1px solid #4b4d50;background:#2e3033;color:#e4e6eb;font-size:.95rem;line-height:1;cursor:pointer;font-family:inherit;flex-shrink:0}.gghub-following-notify-btn--on{border-color:#2374e1;background:#2374e12e}.gghub-following-notify-btn:disabled{opacity:.55;cursor:not-allowed}.gghub-public-main-tabs{display:flex;gap:.35rem;margin:1rem 0 .65rem;flex-wrap:wrap}.gghub-public-main-tab{padding:.5rem 1rem;border-radius:10px;border:1px solid #3a3b3c;background:#242526;color:#b0b3b8;font-weight:700;font-size:.88rem;cursor:pointer;font-family:inherit}.gghub-public-main-tab--active{border-color:#2374e1;color:#e4e6eb;background:#2374e11a}.gghub-public-following-card{margin-top:.25rem}.gghub-fb-round-btn--live{cursor:pointer;opacity:1;position:relative;-webkit-tap-highlight-color:transparent}.gghub-fb-round-btn--live:hover,.gghub-fb-round-btn--open{background:#4e4f50}.gghub-fb-notif-wrap{position:relative;flex-shrink:0}.gghub-fb-notif-badge{position:absolute;top:-5px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e41e3f;color:#fff;font-size:.62rem;font-weight:800;line-height:18px;text-align:center;box-sizing:border-box;pointer-events:none}.gghub-notif-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:min(380px,calc(100vw - 1.25rem));max-height:min(70vh,520px);background:#242526;border:1px solid #3a3b3c;border-radius:12px;box-shadow:0 12px 28px #0000008c;z-index:220;display:flex;flex-direction:column;overflow:hidden}.gghub-notif-dropdown__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .85rem;border-bottom:1px solid #3a3b3c}.gghub-notif-dropdown__title{margin:0;font-size:1rem;font-weight:800;color:#e4e6eb}.gghub-notif-dropdown__markall{border:none;background:none;color:#2374e1;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;padding:.25rem .35rem}.gghub-notif-dropdown__markall:hover{text-decoration:underline}.gghub-notif-dropdown__tabs{display:flex;gap:.35rem;padding:.4rem .85rem;border-bottom:1px solid #3a3b3c}.gghub-notif-dropdown__scroll{flex:1;overflow-y:auto;min-height:120px;max-height:360px}.gghub-notif-dropdown__muted{padding:.85rem;font-size:.82rem;color:#8a8d91;margin:0}.gghub-notif-dropdown__foot{padding:.5rem .85rem;border-top:1px solid #3a3b3c;text-align:center}.gghub-notif-dropdown__seeall{font-size:.82rem;font-weight:700;color:#2374e1;text-decoration:none}.gghub-notif-dropdown__seeall:hover{text-decoration:underline}.gghub-notif-tab{padding:.35rem .85rem;border-radius:999px;border:none;background:#3a3b3c;color:#b0b3b8;font-weight:700;font-size:.78rem;cursor:pointer;font-family:inherit}.gghub-notif-tab--active{background:#2374e133;color:#e4e6eb;outline:1px solid #2374e1}.gghub-notif-row{display:flex;align-items:flex-start;gap:.55rem;width:100%;padding:.55rem .75rem;border:none;background:none;color:#e4e6eb;text-align:left;cursor:pointer;font-family:inherit;box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.06)}.gghub-notif-row:hover,.gghub-notif-row:focus-visible{background:#ffffff0d;outline:none}.gghub-notif-row--unread{background:#2374e10d}.gghub-notif-row--compact{padding:.45rem .65rem}.gghub-notif-row__avatar{flex-shrink:0;width:40px;height:40px;border-radius:999px;overflow:hidden;background:#3a3b3c;display:grid;place-items:center}.gghub-notif-row--compact .gghub-notif-row__avatar{width:36px;height:36px}.gghub-notif-row__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.gghub-notif-row__avatar-fallback{font-size:.72rem;font-weight:800;color:#cbd5e1}.gghub-notif-row__body{min-width:0;flex:1;display:flex;flex-direction:column;gap:.15rem}.gghub-notif-row__primary{font-size:.82rem;line-height:1.35;color:#e4e6eb}.gghub-notif-row__snippet{font-size:.72rem;color:#b0b3b8;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gghub-notif-row__meta{font-size:.68rem;color:#8a8d91}.gghub-notif-row__dot{flex-shrink:0;width:8px;height:8px;margin-top:.35rem;border-radius:999px;background:#2374e1}.gghub-notif-toast-stack{position:fixed;left:max(.75rem,env(safe-area-inset-left));bottom:max(.75rem,env(safe-area-inset-bottom));z-index:400;display:flex;flex-direction:column;gap:.45rem;max-width:min(340px,calc(100vw - 1.5rem));pointer-events:none}.gghub-notif-toast-stack .gghub-notif-toast{pointer-events:auto}.gghub-notif-toast{position:relative;background:#242526;border:1px solid #3a3b3c;border-radius:10px;padding:.65rem 2rem .65rem .75rem;box-shadow:0 10px 28px #00000094}.gghub-notif-toast__close{position:absolute;top:.35rem;right:.35rem;width:28px;height:28px;border:none;background:none;color:#b0b3b8;font-size:1.25rem;line-height:1;cursor:pointer;font-family:inherit;border-radius:6px}.gghub-notif-toast__close:hover{color:#e4e6eb;background:#ffffff12}.gghub-notif-toast__title{margin:0 0 .25rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#8a8d91}.gghub-notif-toast__body{margin:0;font-size:.85rem;line-height:1.4;color:#e4e6eb}.gghub-notif-page{padding:0 .25rem .5rem;max-width:560px;margin:0 auto;width:100%;box-sizing:border-box}.gghub-notif-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;flex-wrap:wrap}.gghub-notif-page__title{margin:0 0 .25rem;font-size:1.35rem;font-weight:800;color:#e4e6eb}.gghub-notif-page__lead{margin:0;font-size:.85rem;color:#b0b3b8;line-height:1.45}.gghub-notif-page__markall{align-self:flex-start}.gghub-notif-page__tabs{display:flex;gap:.35rem;margin-bottom:.85rem}.gghub-notif-page__muted{color:#8a8d91;font-size:.88rem;margin:.5rem 0}.gghub-notif-page__err{color:#fca5a5;font-size:.85rem;margin:0 0 .65rem}.gghub-notif-page__list{border:1px solid #3a3b3c;border-radius:12px;overflow:hidden;background:#242526}.gghub-notif-page__list .gghub-notif-row:last-child{border-bottom:none}.gghub-notif-page__more-wrap{display:flex;justify-content:center;margin-top:.85rem}.gghub-landing{min-height:100vh;min-height:100dvh;background:#07070f;color:#e2e8f0;font-family:Segoe UI,system-ui,sans-serif;overflow-x:clip}.gghub-landing a{color:inherit;text-decoration:none}.gghub-landing a:hover{color:#c4b5fd}.gghub-landing-nav{position:sticky;top:0;z-index:50;display:grid;align-items:center;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo links cta";gap:.4rem .65rem;min-height:0;padding:max(.45rem,env(safe-area-inset-top)) max(.65rem,env(safe-area-inset-right)) max(.45rem,env(safe-area-inset-bottom)) max(.65rem,env(safe-area-inset-left));background:#07070feb;border-bottom:1px solid rgba(139,92,246,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gghub-landing-logo-link{grid-area:logo;justify-self:start;min-width:0;display:flex;align-items:center;color:inherit}.gghub-landing-logo-brand{display:flex;flex-direction:column;align-items:center;gap:.06rem;min-width:0}.gghub-landing-logo-hub{flex-shrink:0;font-size:clamp(.52rem,1.55vw,.62rem);font-weight:900;letter-spacing:.2em;color:#f9fafb;line-height:1;text-align:center;width:100%}.gghub-landing-logo-img{height:clamp(20px,4.2vw,26px);width:auto;max-width:min(132px,36vw);object-fit:contain;object-position:center bottom;display:block;flex-shrink:0}.gghub-landing-nav-links{grid-area:links;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:clamp(.35rem,1.5vw,.85rem);min-width:0;max-height:none;margin:0;padding:.1rem 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(139,92,246,.45) transparent;font-size:clamp(.72rem,2.8vw,.86rem);font-weight:600;color:#94a3b8}.gghub-landing-nav-links::-webkit-scrollbar{height:4px}.gghub-landing-nav-links::-webkit-scrollbar-thumb{border-radius:99px;background:#8b5cf659}.gghub-landing-nav-links a{flex-shrink:0;white-space:nowrap;padding:.35rem .2rem;line-height:1.2}.gghub-landing-nav-links a:hover{color:#f8fafc}.gghub-landing-nav-cta{grid-area:cta;justify-self:end;display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;justify-content:flex-end}.gghub-landing-nav-cta .gghub-landing-btn-primary{min-height:40px;padding:.48rem .85rem;font-size:.82rem}.gghub-landing-lang-switch.gghub-lang-switch--flags .gghub-lang-btn--flag{padding:.12rem .28rem}.gghub-landing-lang-switch.gghub-lang-switch--flags .gghub-lang-flag{font-size:.92rem}@media(max-width:520px){.gghub-landing-logo-img{max-width:min(118px,42vw);height:clamp(18px,4vw,22px)}.gghub-landing-nav-cta{gap:.3rem}.gghub-landing-lang-switch.gghub-lang-switch--flags .gghub-lang-flag{font-size:.82rem}.gghub-landing-nav-cta .gghub-landing-btn-primary{padding:.45rem .65rem;font-size:.76rem;min-height:38px}}.gghub-landing-btn-ghost{padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#e2e8f0;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit}.gghub-landing-btn-ghost:hover{background:#ffffff0f}.gghub-landing-btn-primary{min-height:44px;padding:.55rem 1.15rem;border-radius:8px;border:none;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 20px #6366f159;-webkit-tap-highlight-color:transparent}.gghub-landing-btn-primary:hover{filter:brightness(1.08)}.gghub-landing-btn-large{padding:.85rem 1.75rem;font-size:1rem}.gghub-landing-hero{position:relative;padding:4rem 1.5rem 3.5rem;text-align:center;overflow:hidden}.gghub-landing-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -20%,rgba(99,102,241,.35),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 50%,rgba(124,58,237,.15),transparent),radial-gradient(ellipse 50% 40% at 0% 80%,rgba(59,130,246,.12),transparent);pointer-events:none}.gghub-landing-hero-inner{position:relative;max-width:900px;margin:0 auto}.gghub-landing-kicker{margin:0 0 1rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a78bfa}.gghub-landing-hero h1{margin:0 0 1rem;font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:800;line-height:1.15;color:#fff;text-wrap:balance}.gghub-landing-hero-lead{margin:0 auto 2rem;max-width:560px;font-size:1.1rem;line-height:1.6;color:#94a3b8}.gghub-landing-hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.gghub-landing-hero-note{margin:1.5rem 0 0;font-size:.85rem;line-height:1.55;color:#64748b;max-width:36rem;margin-left:auto;margin-right:auto}.gghub-landing-section{padding:3.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.06)}.gghub-landing-section-head{text-align:center;max-width:640px;margin:0 auto 2.5rem}.gghub-landing-section-head h2{margin:0 0 .5rem;font-size:1.65rem;font-weight:800;color:#fff}.gghub-landing-section-head p{margin:0;color:#94a3b8;font-size:1rem}.gghub-landing-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;max-width:1100px;margin:0 auto}.gghub-landing-cards>*{flex:1 1 260px;min-width:0;max-width:100%;box-sizing:border-box}.gghub-landing-card{padding:1.5rem;border-radius:14px;background:linear-gradient(165deg,#1e1b4b99,#0f172ad9);border:1px solid rgba(139,92,246,.2)}.gghub-landing-card h3{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;color:#e9d5ff}.gghub-landing-card p{margin:0;font-size:.95rem;line-height:1.55;color:#cbd5e1}.gghub-landing-highlight-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.gghub-landing-highlight-grid>*{flex:1 1 280px;min-width:0;max-width:100%;box-sizing:border-box}.gghub-landing-highlight{text-align:center}.gghub-landing-highlight-icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:14px;background:#6366f133;border:1px solid rgba(99,102,241,.35);display:grid;place-items:center;font-size:1.15rem;font-weight:800;color:#c4b5fd}.gghub-landing-highlight h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;color:#fff}.gghub-landing-highlight p{margin:0;font-size:.92rem;color:#94a3b8;line-height:1.5}.gghub-landing-band{padding:3.5rem 1.5rem;text-align:center;background:linear-gradient(135deg,#312e8180,#0f172af2);border-top:1px solid rgba(139,92,246,.25)}.gghub-landing-band h2{margin:0 0 1rem;font-size:1.5rem;font-weight:800;color:#fff}.gghub-landing-band p{margin:0 0 1.5rem;color:#cbd5e1}.gghub-landing-footer{padding:2rem 1.5rem;border-top:1px solid rgba(255,255,255,.06);text-align:center;font-size:.82rem;color:#64748b}.gghub-landing-footer-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;margin-bottom:1rem}.gghub-landing-footer-links span{opacity:.4}.gghub-badge-dev{display:inline-flex;align-items:center;flex-shrink:0;padding:.2rem .55rem;border-radius:6px;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#22d3ee;background:#22d3ee1f;border:1px solid rgba(34,211,238,.45);box-shadow:0 0 12px #22d3ee40}.gghub-badge-dev--short{padding:.15rem .45rem;font-size:.6rem}.gghub-badge-beta{display:inline-block;margin:0 0 1rem;padding:.35rem .85rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#fde68a;background:#f59e0b26;border:1px solid rgba(251,191,36,.45)}.gghub-landing-principal-line{margin:0 0 .75rem;font-size:clamp(.95rem,2.5vw,1.15rem);font-weight:600;line-height:1.45;color:#cbd5e1;max-width:42rem;margin-left:auto;margin-right:auto}.gghub-landing-hero-grid-decor{position:absolute;inset:0;pointer-events:none;overflow:hidden}.gghub-landing-neon-orbit{position:absolute;width:min(90vw,520px);height:min(90vw,520px);left:50%;top:42%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(139,92,246,.25);box-shadow:0 0 60px #7c3aed26,inset 0 0 80px #6366f10f}.gghub-landing-hero-pills{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;align-items:center;max-width:36rem;margin:2.75rem auto 0;padding-top:2.5rem;border-top:1px solid rgba(139,92,246,.2)}.gghub-landing-mock-pill{padding:.35rem .65rem;border-radius:999px;font-size:.68rem;font-weight:700;color:#c4b5fd;background:#0f172ad9;border:1px solid rgba(139,92,246,.35);box-shadow:0 0 16px #6366f133}.gghub-landing-mock-pill--gold{color:#fcd34d;border-color:#fbbf2473;box-shadow:0 0 14px #fbbf2426}.gghub-landing-hero{position:relative}.gghub-landing-hero-inner{z-index:1}.gghub-landing-btn-secondary{min-height:44px;padding:.85rem 1.75rem;border-radius:10px;border:2px solid rgba(167,139,250,.65);background:#6366f11f;color:#e9d5ff;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 0 24px #8b5cf633;-webkit-tap-highlight-color:transparent}.gghub-landing-btn-secondary:hover{background:#6366f138}.gghub-landing-card-top{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.65rem}.gghub-landing-card-emoji{font-size:1.5rem;line-height:1}.gghub-landing-card-title-row{flex:1;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.gghub-landing-card-title-row h3{margin:0;font-size:1.08rem;font-weight:700;color:#f8fafc}.gghub-landing-card-body{margin:0;padding-left:0;font-size:.92rem;line-height:1.55;color:#cbd5e1}.gghub-landing-cards--6>*{flex:1 1 240px}.gghub-landing-cards--evolution{max-width:960px}.gghub-landing-cards--evolution>*{flex:1 1 min(260px,100%)}.gghub-landing-season-badge-wrap{display:flex;justify-content:center;margin-bottom:1rem}.gghub-landing-season-badge-wrap .gghub-landing-season-badge{margin-bottom:0}.gghub-landing-rankings-rules{max-width:36rem;margin:2rem auto 0;padding:0 .5rem;text-align:center;font-size:.95rem;line-height:1.65;color:#94a3b8}.gghub-landing-rankings-rules strong{color:#cbd5e1;font-weight:700}.gghub-landing-rankings-cta-wrap{display:flex;justify-content:center;margin-top:2rem}.gghub-landing-section--glow{background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(124,58,237,.12),transparent 55%),#07070f}.gghub-landing-eco-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1100px;margin:0 auto}.gghub-landing-eco-grid>*{flex:1 1 200px;min-width:0;max-width:100%;box-sizing:border-box}.gghub-landing-eco-card{padding:1.25rem;border-radius:12px;background:#0f172aa6;border:1px solid rgba(255,255,255,.08)}.gghub-landing-eco-card h3{margin:0 0 .35rem;font-size:1rem;font-weight:700;color:#fff}.gghub-landing-eco-card p{margin:0 0 .65rem;font-size:.88rem;color:#94a3b8}.gghub-landing-section--quote{background:linear-gradient(180deg,#312e8140,#07070f)}.gghub-landing-quote{margin:0 auto;max-width:720px;padding:0 .5rem;text-align:center;border:none}.gghub-landing-quote-strong{margin:0 0 1rem;font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;font-style:normal;color:#fff;line-height:1.3}.gghub-landing-quote-sub{margin:0;font-size:1rem;color:#94a3b8;line-height:1.6;font-style:normal}.gghub-landing-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:900px;margin:0 auto 1rem}.gghub-landing-stats>*{flex:1 1 140px;min-width:0;max-width:min(100%,240px);box-sizing:border-box}.gghub-landing-stat{padding:1.25rem 1rem;border-radius:12px;text-align:center;background:linear-gradient(165deg,#1e1b4b80,#0f172ae6);border:1px solid rgba(139,92,246,.25);box-shadow:0 0 20px #6366f114}.gghub-landing-stat-val{display:block;font-size:1.5rem;font-weight:800;color:#a78bfa}.gghub-landing-stat-label{display:block;margin-top:.35rem;font-size:.78rem;color:#94a3b8;text-transform:lowercase}.gghub-landing-stats-note{text-align:center;font-size:.8rem;color:#64748b;margin:0 0 1.5rem}.gghub-landing-founder-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.gghub-badge-founder{padding:.35rem .75rem;border-radius:999px;font-size:.72rem;font-weight:700;color:#f0abfc;background:#c026d31f;border:1px solid rgba(217,70,239,.35)}.gghub-landing-season-card{max-width:720px;margin:0 auto;padding:2.5rem 1.75rem;border-radius:16px;text-align:center;background:linear-gradient(145deg,#4c1d9573,#0f172af2);border:1px solid rgba(167,139,250,.35);box-shadow:0 0 40px #7c3aed33}.gghub-landing-season-badge{display:inline-block;margin-bottom:1rem;padding:.4rem 1rem;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.1em;color:#fef3c7;background:#f59e0b33;border:1px solid rgba(251,191,36,.5)}.gghub-landing-season-card h2{margin:0 0 1.25rem;font-size:1.35rem;font-weight:800;color:#fff;line-height:1.35}.gghub-landing-season-list{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.5rem;text-align:left;max-width:360px;margin-left:auto;margin-right:auto}.gghub-landing-season-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.92rem;color:#cbd5e1;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.gghub-landing-roadmap{list-style:none;margin:0 auto;padding:0;max-width:560px;display:flex;flex-direction:column;gap:.65rem}.gghub-landing-roadmap-item{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding:.65rem .85rem;border-radius:10px;background:#0f172abf;border:1px solid rgba(255,255,255,.06);font-size:.92rem;color:#e2e8f0}.gghub-landing-roadmap-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#22d3ee,#a78bfa);flex-shrink:0;box-shadow:0 0 8px #22d3ee99}.gghub-landing-roadmap-item .gghub-badge-dev{margin-left:auto}.gghub-landing-band-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(max-width:480px){.gghub-landing-hero{padding:2.75rem max(1rem,env(safe-area-inset-right)) 2.5rem max(1rem,env(safe-area-inset-left))}.gghub-landing-hero-lead{font-size:clamp(.95rem,4vw,1.05rem);margin-bottom:1.5rem}.gghub-landing-principal-line{padding:0 .25rem}.gghub-landing-section{padding:2.25rem max(1rem,env(safe-area-inset-right)) 2.25rem max(1rem,env(safe-area-inset-left))}.gghub-landing-section-head{margin-bottom:1.75rem}.gghub-landing-section-head h2{font-size:clamp(1.2rem,5.5vw,1.5rem);line-height:1.25}.gghub-landing-cards>*,.gghub-landing-cards--6>*,.gghub-landing-cards--evolution>*{flex:1 1 100%;max-width:100%}.gghub-landing-highlight-grid>*{flex:1 1 100%}.gghub-landing-eco-grid>*{flex:1 1 100%}.gghub-landing-stats>*{flex:1 1 calc(50% - .375rem);max-width:calc(50% - .375rem)}.gghub-landing-stat{padding:1rem .65rem}.gghub-landing-stat-val{font-size:clamp(1.15rem,4vw,1.35rem)}.gghub-landing-season-card{padding:1.75rem max(1rem,env(safe-area-inset-right)) 2rem max(1rem,env(safe-area-inset-left))}.gghub-landing-season-card h2{font-size:clamp(1.05rem,4.5vw,1.25rem)}.gghub-landing-season-card .gghub-landing-btn-primary{width:100%;max-width:100%;min-height:48px}.gghub-landing-band{padding:2.5rem max(1rem,env(safe-area-inset-right)) 2.75rem max(1rem,env(safe-area-inset-left))}.gghub-landing-band h2{font-size:clamp(1.2rem,5vw,1.45rem)}.gghub-landing-band-btns{flex-direction:column;align-items:stretch;gap:.75rem;max-width:22rem;margin-left:auto;margin-right:auto}.gghub-landing-band-btns .gghub-landing-btn-primary,.gghub-landing-band-btns .gghub-landing-btn-secondary{width:100%;justify-content:center;min-height:48px}.gghub-landing-hero-cta .gghub-landing-btn-large{width:min(100%,22rem);min-height:48px}.gghub-landing-hero-pills{margin-top:2rem;padding-top:1.75rem;padding-left:.25rem;padding-right:.25rem}.gghub-landing-mock-pill{font-size:max(.62rem,2.8vw);padding:.4rem .55rem;text-align:center;line-height:1.25}.gghub-landing-footer{padding:1.5rem max(1rem,env(safe-area-inset-right)) max(1.25rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));font-size:.78rem}.gghub-landing-quote{padding:0 max(.25rem,env(safe-area-inset-left))}.gghub-landing-quote-strong{font-size:clamp(1.05rem,5vw,1.35rem)}.gghub-landing-roadmap-item{align-items:flex-start}.gghub-landing-roadmap-item .gghub-badge-dev{margin-left:1.35rem}}@media(max-width:360px){.gghub-landing-logo-img{max-width:min(104px,48vw)}.gghub-landing-stats>*{flex:1 1 100%;max-width:100%}}
