@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap";:root{--gh-grana:#339e60;--gh-grana-dark:#1f7a46;--gh-ferias:#e0813d;--gh-ferias-dark:#b55e24;--gh-academia:#8460c9;--gh-academia-dark:#5f3fa3;--gh-igreja:#6e7681;--gh-igreja-dark:#4d545e;--gh-amarelo:#c9962e;--gh-amarelo-dark:#9c7118;--gh-azul:#4183c4;--gh-azul-dark:#2a62a0;--gh-vermelho:#cc5148;--gh-vermelho-dark:#a33830;--gh-rosa:#c75f96;--gh-rosa-dark:#a03e73;--gh-marrom:#96684a;--gh-marrom-dark:#714b32;--gh-hub:#2f3a48;--gh-hub-dark:#232b38;--gh-ink:#1c2430;--gh-ink-2:#3a4453;--gh-ink-3:#5b6472;--gh-muted:#7a8290;--gh-faint:#98a0ac;--gh-line:#e8ebef;--gh-line-strong:#c3cad4;--gh-paper:#fafbfc;--gh-white:#fff;--gh-dark-bg:#171c24;--gh-dark-card:#232a35;--gh-dark-line:#3a4656;--gh-dark-text:#f4f6f8;--gh-dark-muted:#aeb8c6;--surface-page:var(--gh-paper);--surface-card:var(--gh-white);--text-body:var(--gh-ink);--text-secondary:var(--gh-ink-3);--text-muted:var(--gh-faint);--border-default:var(--gh-line);--border-strong:var(--gh-line-strong);--accent:var(--gh-academia);--accent-contrast:#fff;--success:var(--gh-grana);--warning:var(--gh-amarelo);--danger:var(--gh-vermelho)}:root[data-theme=dark]{--surface-page:var(--gh-dark-bg);--surface-card:var(--gh-dark-card);--text-body:var(--gh-dark-text);--text-secondary:var(--gh-dark-muted);--text-muted:var(--gh-dark-muted);--border-default:var(--gh-dark-line);--border-strong:var(--gh-dark-line)}:root{--font-brand:"Outfit", sans-serif;--text-xs:11px;--text-sm:13px;--text-base:14.5px;--text-md:16px;--text-lg:19px;--text-xl:24px;--text-2xl:32px;--text-3xl:44px;--weight-regular:400;--weight-semibold:600;--weight-bold:700;--leading-tight:1.2;--leading-body:1.55;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;--shadow-card:0 1px 4px #141e3214;--shadow-pop:0 8px 28px #141e3229;--focus-ring:0 0 0 3px #4183c459}*{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-brand);background:var(--surface-page);color:var(--text-body);margin:0}button{font:inherit;cursor:pointer}:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);outline:none}.gh-tooltip{display:inline-flex;position:relative}.gh-tooltip__bubble{background:var(--text-body);color:var(--surface-card);font-family:var(--font-brand);font-size:var(--text-xs);font-weight:var(--weight-semibold);border-radius:var(--radius-sm);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:50;padding:4px 10px;transition:opacity .12s ease-out;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.gh-tooltip:hover .gh-tooltip__bubble,.gh-tooltip:focus-within .gh-tooltip__bubble,.gh-tooltip__bubble--open{opacity:1;visibility:visible}.bottom-nav{background:var(--surface-card);border-top:1px solid var(--border-default);padding:var(--space-2) var(--space-1) var(--space-3);z-index:30;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav__item{cursor:pointer;min-height:56px;font-family:var(--font-brand);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-muted);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;text-decoration:none;display:flex}.bottom-nav__item--active{color:var(--accent)}.bottom-nav__item--disabled{opacity:.5;cursor:not-allowed}.more-sheet__scrim{z-index:40;background:#0e121873;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.more-sheet{background:var(--surface-card);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;padding:var(--space-4) var(--space-4) var(--space-6);gap:var(--space-1);flex-direction:column;display:flex}.more-sheet__handle{border-radius:var(--radius-pill);background:var(--border-strong);width:44px;height:4px;margin:0 auto var(--space-2)}.more-sheet__item{align-items:center;gap:var(--space-3);min-height:50px;padding:0 var(--space-2);border-radius:var(--radius-md);cursor:pointer;font-family:var(--font-brand);font-size:var(--text-base);font-weight:var(--weight-semibold);text-align:left;color:var(--text-body);background:0 0;border:none;display:flex}.more-sheet__item--disabled{opacity:.5;cursor:not-allowed}.more-sheet__item--plain{color:var(--text-muted)}.gh-logo-tile{flex:none;place-items:center;display:grid}.gh-logo-square{background:var(--gh-hub);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.gh-logo-square__name{font-family:var(--font-brand);font-weight:var(--weight-bold);color:#fff}.gh-logo-vertical{flex-direction:column;align-items:center;display:flex}.gh-logo-horizontal{align-items:center;display:flex}.gh-logo-word{font-family:var(--font-brand);white-space:nowrap}.gh-logo-word__prefix{font-weight:var(--weight-regular)}.gh-logo-word__name{font-weight:var(--weight-bold)}.gh-button{font-family:var(--font-brand);font-weight:var(--weight-semibold);font-size:var(--text-base);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:var(--space-2);border:1px solid #0000;padding:9px 20px;transition:background .15s ease-out,transform .12s ease-out,color .15s ease-out;display:inline-flex}.gh-button:disabled{cursor:not-allowed;opacity:.5}.gh-button:active:not(:disabled){transform:scale(.98)}.gh-button--sm{font-size:var(--text-sm);padding:6px 14px}.gh-button--primary{background:var(--btn-base);color:var(--accent-contrast)}.gh-button--primary:hover:not(:disabled){background:var(--btn-dark)}.gh-button--secondary{background:var(--surface-card);color:var(--text-body);border-color:var(--border-strong)}.gh-button--secondary:hover:not(:disabled){background:var(--border-default)}.gh-button--ghost{color:var(--text-body);background:0 0}.gh-button--ghost:hover:not(:disabled){background:color-mix(in srgb, var(--btn-base) 14%, transparent)}.gh-button--danger{background:var(--danger);color:var(--accent-contrast)}.gh-button--danger:hover:not(:disabled){background:var(--gh-vermelho-dark)}.mobile-topbar{z-index:20;background:var(--surface-card);border-bottom:1px solid var(--border-default);width:100%;padding:var(--space-3) var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-3);display:flex;position:sticky;top:0}.sidebar{background:var(--surface-card);border-right:1px solid var(--border-default);width:250px;padding:var(--space-5) var(--space-3);gap:var(--space-5);flex-direction:column;flex:none;height:100vh;display:flex;position:sticky;top:0;overflow:auto}.sidebar__brand{padding:0 var(--space-2);justify-content:space-between;align-items:center;display:flex}.sidebar__nav{gap:var(--space-4);flex-direction:column;display:flex}.sidebar__group{flex-direction:column;gap:2px;display:flex}.sidebar__group-title{font-family:var(--font-brand);font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:var(--space-2)}.sidebar__item{align-items:center;gap:var(--space-2);height:40px;padding:0 var(--space-2);border-radius:var(--radius-md);cursor:pointer;font-family:var(--font-brand);font-size:var(--text-sm);font-weight:var(--weight-semibold);text-align:left;color:var(--text-secondary);background:0 0;border:none;width:100%;text-decoration:none;transition:background .14s ease-out;display:flex}.sidebar__item--active{background:color-mix(in srgb, var(--accent) 16%, transparent);color:var(--accent)}.sidebar__item--disabled{opacity:.5;cursor:not-allowed}.sidebar__user{border:1px solid #0000;border-top:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-2);padding-top:var(--space-3);align-items:center;gap:var(--space-2);cursor:pointer;text-align:left;background:0 0;margin-top:auto;display:flex}.sidebar__user:hover{background:color-mix(in srgb, var(--accent) 16%, transparent)}.sidebar__avatar{border-radius:var(--radius-pill);background:var(--accent);width:34px;height:34px;color:var(--accent-contrast);font-size:var(--text-sm);font-weight:var(--weight-bold);flex:none;place-items:center;display:grid}.sidebar__user-text{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar__user-name{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-body);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar__user-email{font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-shell{min-height:100vh;display:flex}.app-shell__main{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.app-shell__content{width:100%;max-width:1180px;padding:var(--space-6);gap:var(--space-5);flex-direction:column;display:flex}.app-shell__content--mobile{padding-bottom:calc(var(--space-6) + 90px)}.home{text-align:center;justify-content:center;align-items:center;gap:var(--space-2);flex-direction:column;min-height:100%;display:flex}.home h1{font-family:var(--font-brand);font-size:var(--text-2xl);color:var(--text-body);margin:0}.home__hint{margin-top:var(--space-2);max-width:420px;color:var(--text-secondary);font-size:var(--text-sm)}.gh-card{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5)}:root[data-theme=dark] .gh-card{box-shadow:none}.gh-card--dark{background:var(--gh-dark-card);border-color:var(--gh-dark-line);color:var(--gh-dark-text);box-shadow:none}.gh-card-title{margin:0 0 var(--space-3);font-family:var(--font-brand);font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-body)}.auth-wrap{min-height:100%;padding:var(--space-5);place-items:center;display:grid}.auth-shell{gap:var(--space-5);flex-direction:column;width:100%;max-width:400px;display:flex}.auth-logo{place-items:center;display:grid}.auth-card{gap:var(--space-4);flex-direction:column;display:flex}.auth-pills{gap:var(--space-2);padding:var(--space-1);background:var(--surface-page);border-radius:var(--radius-md);display:flex}.auth-pill{border-radius:var(--radius-sm);height:38px;font-family:var(--font-brand);font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--text-secondary);flex:1;justify-content:center;align-items:center;text-decoration:none;display:flex}.auth-pill--active{background:var(--surface-card);color:var(--accent);box-shadow:var(--shadow-card)}.auth-card__footer-row{font-size:var(--text-sm);color:var(--text-muted);justify-content:space-between;align-items:center;display:flex}.auth-card__theme{cursor:pointer;font-family:var(--font-brand);font-size:var(--text-sm);color:var(--text-muted);background:0 0;border:none}.auth-brand-footer{text-align:center;font-size:var(--text-xs);color:var(--text-muted);margin:0}.gh-checkbox-row{align-items:center;gap:var(--space-2);font-family:var(--font-brand);font-size:var(--text-base);color:var(--text-body);cursor:pointer;display:flex}.gh-checkbox{width:16px;height:16px;accent-color:var(--chk-base);border-radius:var(--radius-sm);cursor:pointer}.gh-checkbox:focus-visible{box-shadow:var(--focus-ring);outline:none}.gh-input-group{gap:var(--space-1);flex-direction:column;display:flex}.gh-input-label{font-family:var(--font-brand);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-body)}.gh-input{font-family:var(--font-brand);font-size:var(--text-base);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-card);color:var(--text-body);padding:10px 12px}.gh-input:focus-visible{border-color:var(--accent);box-shadow:var(--focus-ring);outline:none}.gh-input--error{border-color:var(--danger)}.gh-input-error{font-size:var(--text-xs);color:var(--danger);margin:0}.auth-form{gap:var(--space-3);flex-direction:column;display:flex}.auth-form__hint{font-size:var(--text-sm);color:var(--text-muted);margin:0}.auth-error{color:var(--danger);font-size:var(--text-sm);margin:0}.gh-badge{font-family:var(--font-brand);font-size:var(--text-xs);font-weight:var(--weight-semibold);border-radius:var(--radius-pill);align-items:center;padding:3px 10px;display:inline-flex}.gh-badge--soft{background:color-mix(in srgb, var(--badge-base) 16%, transparent);color:var(--text-body)}.gh-badge--solid{background:var(--badge-base);color:var(--accent-contrast)}.gh-select-group{gap:var(--space-1);flex-direction:column;display:flex}.gh-select-label{font-family:var(--font-brand);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-body)}.gh-select{font-family:var(--font-brand);font-size:var(--text-base);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-card);color:var(--text-body);padding:10px 12px}.gh-select:focus-visible{border-color:var(--accent);box-shadow:var(--focus-ring);outline:none}.gh-switch-row{align-items:center;gap:var(--space-2);font-family:var(--font-brand);font-size:var(--text-base);color:var(--text-body);cursor:pointer;display:inline-flex}.gh-switch{width:36px;height:20px;display:inline-flex;position:relative}.gh-switch-input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.gh-switch-track{border-radius:var(--radius-pill);background:var(--border-strong);box-sizing:border-box;align-items:center;width:100%;height:100%;padding:2px;transition:background .15s ease-out;display:flex}.gh-switch-thumb{border-radius:var(--radius-pill);background:var(--surface-card);width:16px;height:16px;transition:transform .15s ease-out}.gh-switch-input:checked+.gh-switch-track{background:var(--sw-base)}.gh-switch-input:checked+.gh-switch-track .gh-switch-thumb{transform:translate(16px)}.gh-switch-input:focus-visible+.gh-switch-track{box-shadow:var(--focus-ring)}.gh-tabs{gap:var(--space-4);border-bottom:1px solid var(--border-default);display:flex}.gh-tab{font-family:var(--font-brand);font-size:var(--text-base);font-weight:var(--weight-semibold);padding:var(--space-2) 0;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;transition:color .15s ease-out,border-color .15s ease-out}.gh-tab--active{color:var(--text-body);border-bottom-color:var(--tab-base)}.ds-page{padding:var(--space-6);gap:var(--space-6);flex-direction:column;max-width:960px;margin:0 auto;display:flex}.ds-page__header{justify-content:space-between;align-items:center;display:flex}.ds-page h2{font-family:var(--font-brand);font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-body);margin:0 0 var(--space-3)}.ds-swatches{gap:var(--space-3);flex-wrap:wrap;display:flex}.ds-swatch{border-radius:var(--radius-md);width:96px;height:64px;padding:var(--space-2);font-family:var(--font-brand);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:#fff;align-items:flex-end;display:flex}.ds-components{gap:var(--space-4);flex-direction:column;align-items:flex-start;display:flex}
