@layer gh-tokens{:root{--gh-font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--gh-font-serif:Iowan Old Style, Baskerville, "Times New Roman", serif;--gh-color-ink:#17201d;--gh-color-text:#29332f;--gh-color-muted:#69736e;--gh-color-faint:#8a938f;--gh-color-canvas:#f5f6f2;--gh-color-surface:#fff;--gh-color-surface-soft:#eef1ec;--gh-color-border:#dce1dc;--gh-color-border-strong:#c6cec7;--gh-color-primary:#254d3f;--gh-color-primary-hover:#173b30;--gh-color-primary-soft:#e3ece7;--gh-color-accent:#d6a65d;--gh-color-danger:#a13c36;--gh-color-danger-soft:#f9ebe9;--gh-color-success:#2f6a4f;--gh-color-success-soft:#e7f2eb;--gh-color-warning:#8a5b17;--gh-color-warning-soft:#fbf1dc;--gh-shadow-card:0 1px 2px #17201d0d;--gh-shadow-raised:0 1px 2px #17201d14, 0 14px 36px #17201d1f;--gh-radius-sm:.45rem;--gh-radius-md:.7rem;--gh-radius-lg:1rem;--gh-radius-xl:1.4rem;--gh-space-1:.25rem;--gh-space-2:.5rem;--gh-space-3:.75rem;--gh-space-4:1rem;--gh-space-5:1.25rem;--gh-space-6:1.5rem;--gh-space-8:2rem;--gh-space-10:2.5rem;--gh-space-12:3rem;--gh-rail-width:4.75rem;--gh-context-width:17.5rem;--gh-topbar-height:4rem;--gh-transition:.16s cubic-bezier(.2, .7, .2, 1);--gh-z-rail:40;--gh-z-context:35;--gh-z-topbar:30;--gh-z-popover:60}}
@layer gh-reset{*,:before,:after{box-sizing:border-box}html,body,h1,h2,h3,p,ul,ol,fieldset{margin:0}ul,ol{padding:0}button,input,select,textarea{font:inherit;color:inherit;margin:0}button{background:0 0;border:0;padding:0}fieldset{border:0;min-width:0;padding:0}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}}@layer gh-base{html,body{min-height:100%}body{background:var(--gh-color-canvas);color:var(--gh-color-text);font-family:var(--gh-font-sans);-webkit-font-smoothing:antialiased;font-size:.9375rem;line-height:1.5}button:not(:disabled),select:not(:disabled){cursor:pointer}button:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.6}:focus-visible{outline:3px solid color-mix(in srgb, var(--gh-color-primary) 32%, transparent);outline-offset:2px}::selection{color:#fff;background:var(--gh-color-primary)}h1,h2,h3{color:var(--gh-color-ink);letter-spacing:-.025em;line-height:1.15}h1{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:650}h2{font-size:1.2rem;font-weight:650}code{border-radius:var(--gh-radius-sm);background:var(--gh-color-surface-soft);padding:.15rem .35rem;font-size:.8rem}.gh-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@layer gh-components,gh-layouts;@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
@layer gh-components{.gh-eyebrow{color:var(--gh-color-primary);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:750}.gh-button{justify-content:center;align-items:center;gap:var(--gh-space-2);border-radius:var(--gh-radius-md);min-height:2.55rem;transition:color var(--gh-transition), background var(--gh-transition), border-color var(--gh-transition), transform var(--gh-transition);border:1px solid #0000;padding:.65rem 1rem;font-weight:650;line-height:1;display:inline-flex}.gh-button:active{transform:translateY(1px)}.gh-button--primary{color:#fff;background:var(--gh-color-primary)}.gh-button--primary:hover{background:var(--gh-color-primary-hover)}.gh-button--secondary{border-color:var(--gh-color-border-strong);color:var(--gh-color-ink);background:var(--gh-color-surface)}.gh-button--secondary:hover,.gh-button--quiet:hover{background:var(--gh-color-surface-soft)}.gh-button--quiet{color:var(--gh-color-primary)}.gh-button--full{width:100%}.gh-button-row{gap:var(--gh-space-3);flex-wrap:wrap;display:flex}.gh-link-button{color:var(--gh-color-primary);font-weight:650}.gh-link-button:hover{text-underline-offset:.2em;text-decoration:underline}.gh-form{gap:var(--gh-space-5);display:grid}.gh-form-grid{gap:var(--gh-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gh-field{gap:.4rem;display:grid}.gh-field>span,.gh-color-picker legend{color:var(--gh-color-ink);font-size:.82rem;font-weight:650}.gh-field small{color:var(--gh-color-muted);font-size:.76rem}.gh-field__heading{justify-content:space-between;gap:var(--gh-space-4);display:flex}.gh-field__heading a{color:var(--gh-color-primary);font-weight:550}.gh-field input,.gh-field select,.gh-field textarea,.gh-filterbar input,.gh-filterbar select,.gh-inline-form select{border:1px solid var(--gh-color-border-strong);border-radius:var(--gh-radius-md);width:100%;min-height:2.7rem;color:var(--gh-color-ink);background:var(--gh-color-surface);padding:.65rem .75rem}.gh-field textarea{resize:vertical}.gh-field input:focus,.gh-field select:focus,.gh-field textarea:focus{border-color:var(--gh-color-primary)}.gh-check{align-items:center;gap:var(--gh-space-3);font-weight:600;display:flex}.gh-check input,.gh-check-list input,.gh-permission-list input{width:1rem;height:1rem;accent-color:var(--gh-color-primary)}.gh-alert{border-radius:var(--gh-radius-md);border:1px solid;padding:.8rem .95rem;font-size:.85rem}.gh-alert--error{border-color:color-mix(in srgb, var(--gh-color-danger) 28%, transparent);color:var(--gh-color-danger);background:var(--gh-color-danger-soft)}.gh-alert--success{border-color:color-mix(in srgb, var(--gh-color-success) 25%, transparent);color:var(--gh-color-success);background:var(--gh-color-success-soft)}.gh-alert--warning{border-color:color-mix(in srgb, var(--gh-color-warning) 25%, transparent);color:var(--gh-color-warning);background:var(--gh-color-warning-soft)}.gh-panel{border:1px solid var(--gh-color-border);border-radius:var(--gh-radius-lg);padding:var(--gh-space-6);background:var(--gh-color-surface);box-shadow:var(--gh-shadow-card)}.gh-panel__intro{margin-top:var(--gh-space-2);color:var(--gh-color-muted)}.gh-avatar{color:#fff;letter-spacing:.03em;text-transform:uppercase;background:#446b5c;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.68rem;font-weight:750;display:inline-flex;overflow:hidden}.gh-avatar.is-forest{background:#315b49}.gh-avatar.is-ocean{background:#35637b}.gh-avatar.is-plum{background:#73556f}.gh-avatar.is-clay{background:#96614c}.gh-avatar.is-gold{background:#9a742f}.gh-avatar.is-slate{background:#596663}.gh-status{border-radius:999px;padding:.22rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.gh-status.is-active{color:var(--gh-color-success);background:var(--gh-color-success-soft)}.gh-status.is-inactive{color:var(--gh-color-muted);background:var(--gh-color-surface-soft)}.gh-note{border-left:3px solid var(--gh-color-accent);padding:var(--gh-space-3) var(--gh-space-4);color:var(--gh-color-muted);background:#fcf8ee}.gh-table-wrap{overflow-x:auto}.gh-table{border-collapse:collapse;width:100%;font-size:.82rem}.gh-table th,.gh-table td{border-bottom:1px solid var(--gh-color-border);text-align:left;vertical-align:middle;padding:.85rem .75rem}.gh-table th{color:var(--gh-color-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem}.gh-table tbody tr:last-child td{border-bottom:0}.gh-table__empty{color:var(--gh-color-muted);padding:var(--gh-space-10)!important;text-align:center!important}.gh-person{align-items:center;gap:var(--gh-space-3);min-width:14rem;display:flex}.gh-person>span:last-child{display:grid}.gh-person small{color:var(--gh-color-muted)}.gh-inline-form{align-items:center;gap:var(--gh-space-2);min-width:12rem;display:flex}.gh-inline-form select{min-height:2.25rem;padding:.4rem .5rem}.gh-filterbar{gap:var(--gh-space-3);margin-bottom:var(--gh-space-5);grid-template-columns:minmax(12rem,1fr) auto auto;display:grid}.gh-check-list,.gh-permission-list{gap:var(--gh-space-2);margin-top:var(--gh-space-5);display:grid}.gh-check-list label,.gh-permission-list label{align-items:flex-start;gap:var(--gh-space-3);border-radius:var(--gh-radius-md);padding:.6rem;display:flex}.gh-check-list label:hover,.gh-permission-list label:hover{background:var(--gh-color-surface-soft)}.gh-check-list label span,.gh-permission-list label span{display:grid}.gh-check-list small,.gh-permission-list small{color:var(--gh-color-muted);font-size:.73rem}.gh-card-list{gap:var(--gh-space-3);margin-top:var(--gh-space-5);display:grid}.gh-card-list article{justify-content:space-between;gap:var(--gh-space-5);border:1px solid var(--gh-color-border);border-radius:var(--gh-radius-md);padding:var(--gh-space-4);display:flex}.gh-card-list article>div{gap:var(--gh-space-1);display:grid}.gh-card-list article span{color:var(--gh-color-muted);font-size:.78rem}.gh-card-list__meta{text-align:right}.gh-setting-summary{gap:var(--gh-space-4);display:grid}.gh-setting-summary>div{gap:var(--gh-space-1);border-bottom:1px solid var(--gh-color-border);padding-bottom:var(--gh-space-3);display:grid}.gh-setting-summary>div span{color:var(--gh-color-muted);font-size:.75rem}.gh-color-picker{gap:var(--gh-space-3);flex-wrap:wrap;display:flex}.gh-color-picker legend{width:100%;margin-bottom:var(--gh-space-2)}.gh-color-picker label{position:relative}.gh-color-picker input{opacity:0;width:1px;height:1px;position:absolute}.gh-color-picker input:checked+.gh-avatar{outline:3px solid var(--gh-color-surface);box-shadow:0 0 0 5px var(--gh-color-primary)}.gh-simple-list{gap:var(--gh-space-2);margin-top:var(--gh-space-4);list-style:none;display:grid}.gh-override-list{gap:var(--gh-space-3);margin-top:var(--gh-space-5);display:grid}.gh-override-list fieldset{align-items:center;gap:var(--gh-space-4);border-bottom:1px solid var(--gh-color-border);padding:var(--gh-space-3);grid-template-columns:minmax(13rem,1fr) repeat(3,auto);display:grid}.gh-override-list legend{display:contents}.gh-override-list legend>strong,.gh-override-list legend>small{grid-column:1}.gh-override-list legend>small{color:var(--gh-color-muted);font-size:.7rem}.gh-override-list label{align-items:center;gap:var(--gh-space-2);font-size:.78rem;display:flex}.gh-override-list input{accent-color:var(--gh-color-primary)}}
@layer gh-layouts{.gh-public-site{background:radial-gradient(circle at 85% 15%,#d6a65d2e,#0000 27rem),linear-gradient(#f8f8f4 0%,#eef1eb 100%);min-height:100vh}.gh-public-home{grid-template-rows:auto 1fr auto;width:min(100% - 2rem,75rem);min-height:100vh;margin-inline:auto;display:grid}.gh-public-nav,.gh-public-footer{justify-content:space-between;align-items:center;gap:var(--gh-space-5);padding-block:var(--gh-space-6);display:flex}.gh-public-brand,.gh-auth-brand{align-items:center;gap:var(--gh-space-3);color:var(--gh-color-ink);font-size:1rem;font-weight:700;display:inline-flex}.gh-public-brand__mark,.gh-auth-brand>span{color:#fff;background:var(--gh-color-primary);letter-spacing:.08em;border-radius:50%;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;font-size:.7rem;display:inline-flex}.gh-public-hero{flex-direction:column;justify-content:center;align-items:flex-start;max-width:50rem;padding-block:8vh 14vh;display:flex}.gh-public-hero h1{max-width:13ch;margin-top:var(--gh-space-4);font-family:var(--gh-font-serif);letter-spacing:-.055em;font-size:clamp(3rem,7vw,6rem);font-weight:500;line-height:.98}.gh-public-hero>p:not(.gh-eyebrow){max-width:39rem;margin-top:var(--gh-space-6);color:var(--gh-color-muted);font-size:clamp(1rem,2vw,1.25rem)}.gh-public-hero .gh-button-row{margin-top:var(--gh-space-8)}.gh-public-footer{border-top:1px solid var(--gh-color-border-strong);color:var(--gh-color-muted);font-size:.8rem}.gh-public-footer span:last-child{gap:var(--gh-space-5);display:flex}.gh-legal-page{justify-content:center;gap:var(--gh-space-5);max-width:44rem;min-height:100vh;padding:var(--gh-space-8);flex-direction:column;margin-inline:auto;display:flex}.gh-legal-page .gh-public-brand{margin-bottom:var(--gh-space-10)}.gh-legal-page p:not(.gh-eyebrow){color:var(--gh-color-muted);font-size:1.05rem}.gh-legal-page>a:last-child{color:var(--gh-color-primary);font-weight:650}.gh-auth-page{min-height:100vh;padding:var(--gh-space-6);background:radial-gradient(circle at 20% 15%, #d6a65d24, transparent 25rem), var(--gh-color-canvas);place-items:center;display:grid}.gh-auth-card{border:1px solid var(--gh-color-border);border-radius:var(--gh-radius-xl);background:var(--gh-color-surface);width:min(100%,27rem);box-shadow:var(--gh-shadow-raised);padding:clamp(1.5rem,5vw,2.5rem)}.gh-auth-card__heading{gap:var(--gh-space-2);margin-block:var(--gh-space-10) var(--gh-space-6);display:grid}.gh-auth-card__heading p,.gh-auth-card__footer{color:var(--gh-color-muted)}.gh-auth-card__footer{border-top:1px solid var(--gh-color-border);padding-top:var(--gh-space-5);margin-top:var(--gh-space-8);text-align:center;font-size:.76rem}.gh-auth-back{margin-top:var(--gh-space-5);color:var(--gh-color-primary);text-align:center;display:block}.gh-shell{min-height:100vh}.gh-rail{z-index:var(--gh-z-rail);width:var(--gh-rail-width);padding:var(--gh-space-3);color:#ffffffc2;background:#1d2924;border-right:1px solid #ffffff14;grid-template-rows:auto 1fr auto;align-items:start;display:grid;position:fixed;inset:0 auto 0 0}.gh-rail__brand{color:#fff;letter-spacing:.09em;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;margin-inline:auto;font-size:.72rem;font-weight:800;display:grid}.gh-rail__nav{align-content:center;gap:var(--gh-space-2);display:grid}.gh-rail__nav button{border-radius:var(--gh-radius-md);width:100%;min-height:3.35rem;color:inherit;transition:color var(--gh-transition), background var(--gh-transition);place-items:center;display:grid;position:relative}.gh-rail__nav button:hover,.gh-rail__nav button.is-active{color:#fff;background:#ffffff1a}.gh-rail__nav button.is-active:before{background:var(--gh-color-accent);content:"";border-radius:999px;width:3px;height:1.5rem;position:absolute;inset-inline-start:-.75rem}.gh-rail__nav svg{width:1.25rem}.gh-rail__nav span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.gh-rail__profile{margin:auto auto 0}.gh-context-sidebar{z-index:var(--gh-z-context);inset:0 auto 0 var(--gh-rail-width);width:var(--gh-context-width);border-right:1px solid var(--gh-color-border);padding:var(--gh-space-5);background:var(--gh-color-surface);transition:transform var(--gh-transition);position:fixed;overflow-y:auto;transform:translate(-100%)}.gh-shell.is-context-open .gh-context-sidebar{transform:translate(0)}.gh-context-sidebar__heading{justify-content:space-between;align-items:flex-start;gap:var(--gh-space-4);margin-bottom:var(--gh-space-8);display:flex}.gh-context-sidebar__heading>div{gap:var(--gh-space-2);display:grid}.gh-context-sidebar__heading button{border-radius:var(--gh-radius-sm);padding:var(--gh-space-2);color:var(--gh-color-muted)}.gh-context-sidebar__heading svg{width:1.1rem}.gh-context-group{margin-bottom:var(--gh-space-5)}.gh-context-group__toggle{width:100%;padding:var(--gh-space-2);color:var(--gh-color-muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.68rem;font-weight:750;display:flex}.gh-context-group__toggle svg{width:.9rem}.gh-context-group__items{gap:var(--gh-space-1);display:grid}.gh-context-group__items a{border-radius:var(--gh-radius-md);color:var(--gh-color-muted);padding:.62rem .75rem;font-weight:550}.gh-context-group__items a:hover,.gh-context-group__items a.is-active{color:var(--gh-color-primary);background:var(--gh-color-primary-soft)}.gh-shell__workspace{min-height:100vh;margin-left:var(--gh-rail-width);transition:margin-left var(--gh-transition)}.gh-shell.is-context-open .gh-shell__workspace{margin-left:calc(var(--gh-rail-width) + var(--gh-context-width))}.gh-topbar{z-index:var(--gh-z-topbar);min-height:var(--gh-topbar-height);justify-content:space-between;align-items:center;gap:var(--gh-space-5);border-bottom:1px solid var(--gh-color-border);padding-inline:var(--gh-space-6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f6f2e6;display:flex;position:sticky;top:0}.gh-topbar__left,.gh-topbar__actions{align-items:center;gap:var(--gh-space-2);display:flex}.gh-topbar__actions>button,.gh-topbar__menu{border-radius:var(--gh-radius-md);width:2.45rem;height:2.45rem;color:var(--gh-color-muted);place-items:center;display:grid}.gh-topbar__actions>button:hover,.gh-topbar__menu:hover{color:var(--gh-color-ink);background:var(--gh-color-surface-soft)}.gh-topbar svg{width:1.1rem}.gh-breadcrumbs,.gh-breadcrumbs span{align-items:center;gap:var(--gh-space-2);display:flex}.gh-breadcrumbs{color:var(--gh-color-muted);text-transform:capitalize;font-size:.78rem}.gh-breadcrumbs svg{width:.8rem}.gh-account{position:relative}.gh-account__trigger{align-items:center;gap:var(--gh-space-1);border-radius:var(--gh-radius-md);padding:.25rem;display:flex}.gh-account__trigger>svg{width:.9rem;color:var(--gh-color-muted)}.gh-account__menu{z-index:var(--gh-z-popover);border:1px solid var(--gh-color-border);border-radius:var(--gh-radius-lg);width:15.5rem;padding:var(--gh-space-2);background:var(--gh-color-surface);box-shadow:var(--gh-shadow-raised);display:grid;position:absolute;top:calc(100% + .65rem);right:0}.gh-account__identity{border-bottom:1px solid var(--gh-color-border);padding:var(--gh-space-3);margin-bottom:var(--gh-space-2);display:grid}.gh-account__identity span,.gh-account__identity small{color:var(--gh-color-muted);font-size:.75rem}.gh-account__menu>a,.gh-account__menu>button{align-items:center;gap:var(--gh-space-3);border-radius:var(--gh-radius-md);padding:.65rem .75rem;display:flex}.gh-account__menu>a:hover,.gh-account__menu>button:hover{background:var(--gh-color-surface-soft)}.gh-account__menu svg{width:1rem;color:var(--gh-color-muted)}.gh-shell__content{width:100%;max-width:86rem;margin-inline:auto;padding:clamp(1.25rem,3vw,2.5rem)}.gh-page{gap:var(--gh-space-6);display:grid}.gh-page--narrow{max-width:50rem}.gh-page__heading{gap:var(--gh-space-2);max-width:52rem;display:grid}.gh-page__heading>p:not(.gh-eyebrow){color:var(--gh-color-muted)}.gh-page__heading--split{justify-content:space-between;align-items:flex-end;gap:var(--gh-space-6);max-width:none;display:flex}.gh-page__heading--split>div{gap:var(--gh-space-2);display:grid}.gh-empty-state{justify-content:center;align-items:center;gap:var(--gh-space-5);border:1px dashed var(--gh-color-border-strong);border-radius:var(--gh-radius-lg);min-height:20rem;padding:var(--gh-space-8);background:color-mix(in srgb, var(--gh-color-surface) 65%, transparent);display:flex}.gh-empty-state__icon{width:3rem;height:3rem;color:var(--gh-color-primary);background:var(--gh-color-primary-soft);border-radius:50%;flex:none;place-items:center;display:grid}.gh-empty-state__icon svg{width:1.25rem}.gh-empty-state div{gap:var(--gh-space-2);max-width:30rem;display:grid}.gh-empty-state p{color:var(--gh-color-muted)}.gh-two-column{align-items:start;gap:var(--gh-space-6);grid-template-columns:minmax(0,1.5fr) minmax(18rem,1fr);display:grid}.gh-role-grid{align-items:start;gap:var(--gh-space-5);grid-template-columns:repeat(auto-fit,minmax(min(100%,31rem),1fr));display:grid}.gh-role-card>div:first-child{gap:var(--gh-space-2);display:grid}.gh-role-card>div:first-child p:last-child{color:var(--gh-color-muted)}.gh-stack{gap:var(--gh-space-6);display:grid}.gh-shell__scrim{display:none}@media (max-width:1100px){.gh-two-column{grid-template-columns:1fr}}@media (max-width:899px){.gh-shell__workspace,.gh-shell.is-context-open .gh-shell__workspace{margin-left:var(--gh-rail-width)}.gh-context-sidebar{box-shadow:var(--gh-shadow-raised)}.gh-shell__scrim{z-index:calc(var(--gh-z-context) - 1);background:#141c1961;display:block;position:fixed;inset:0}.gh-page__heading--split{align-items:flex-start}}@media (max-width:640px){:root{--gh-rail-width:4rem;--gh-context-width:min(17.5rem, calc(100vw - var(--gh-rail-width)))}.gh-rail,.gh-public-nav,.gh-public-footer,.gh-public-hero{padding-inline:var(--gh-space-2)}.gh-public-hero h1{font-size:clamp(2.75rem,15vw,4.5rem)}.gh-public-footer{flex-direction:column;align-items:flex-start}.gh-topbar{padding-inline:var(--gh-space-3)}.gh-breadcrumbs>span{display:none}.gh-page__heading--split{flex-direction:column}.gh-form-grid,.gh-filterbar{grid-template-columns:1fr}.gh-empty-state{flex-direction:column;align-items:flex-start}}}
