#globalHeader{background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 24px;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000000d;height:60px;box-sizing:border-box}.gh-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;height:100%}.gh-logo{text-decoration:none;display:flex;align-items:center}.gh-logo-img{height:32px;width:auto;display:block}.gh-right{display:flex;align-items:center;gap:16px}.gh-profile-switcher{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;position:relative}.gh-profile-switcher:hover{background:#f3f4f6;border-color:#d1d5db}.gh-profile-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#dc9435,#c1535e);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px}.gh-profile-name{font-size:14px;font-weight:500;color:#374151;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:220px;padding:8px;display:none;z-index:1001}.gh-profile-dropdown.show{display:block}.gh-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .15s;font-size:14px;color:#374151;border:none;background:none;width:100%;text-align:left;font-family:inherit}.gh-dropdown-item:hover{background:#f3f4f6}.gh-dropdown-item:focus-visible{outline:3px solid var(--color-border-focus, #ff8a3d);outline-offset:2px}.gh-dropdown-item.active{background:#eff6ff;color:#1d4ed8}.gh-dropdown-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#dc9435,#c1535e);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.gh-dropdown-name{flex:1}.gh-dropdown-check{color:#22c55e;font-weight:600}.gh-dropdown-share-btn{background:none;border:none;cursor:pointer;padding:4px;margin-left:auto;margin-right:4px;color:var(--color-text-muted, #9ca3af);border-radius:var(--radius-sm, 4px);display:flex;align-items:center;transition:color .15s,background .15s;flex-shrink:0}.gh-dropdown-share-btn:hover{color:var(--color-primary, #dc9435);background:#dc94351a}.gh-dropdown-share-btn:focus-visible{outline:2px solid var(--color-primary, #dc9435);outline-offset:1px}.gh-dropdown-add{width:32px;height:32px;border-radius:50%;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;font-size:20px}.gh-dropdown-icon{width:32px;display:flex;justify-content:center}.gh-dropdown-divider{height:1px;background:#e5e7eb;margin:8px 0}.gh-dropdown-item.loading{pointer-events:none;opacity:.7}.gh-dropdown-item.loading .gh-dropdown-avatar{animation:pulse 1s ease-in-out infinite}.gh-profile-switcher.loading{pointer-events:none}.gh-profile-switcher.loading .gh-profile-name{color:#9ca3af}.gh-profile-switcher.loading .gh-profile-avatar{animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.gh-loading-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#dc9435;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.gh-nav-link{display:flex;align-items:center;gap:5px;padding:6px 10px;color:#4b5563;text-decoration:none;font-size:13px;font-weight:500;border-radius:8px;transition:all .2s}.gh-nav-link svg{flex-shrink:0;overflow:visible}.gh-nav-link:hover{background:#f3f4f6;color:#1f2937}.gh-account-wrapper{display:flex;align-items:center;gap:8px;padding:8px 12px;border-left:1px solid #e5e7eb;cursor:pointer;position:relative;border-radius:8px;transition:background .2s}.gh-account-wrapper:hover{background:#f9fafb}.gh-account{display:flex;flex-direction:column;align-items:flex-end}.gh-account-name{font-size:14px;font-weight:600;color:#1f2937;text-align:right}.gh-account-type{font-size:12px;color:#374151}.gh-type-badge{font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;background:#f3f4f6;color:#374151;letter-spacing:.02em}.gh-type-educator{background:#dbeafe;color:#1d4ed8}.gh-type-admin{background:#fef3c7;color:#92400e}.gh-account-chevron{color:#9ca3af;transition:transform .2s}.gh-account-wrapper:hover .gh-account-chevron{color:#374151}.gh-account-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:200px;padding:8px;display:none;z-index:1001}.gh-account-dropdown.show{display:block}.gh-account-dropdown .gh-dropdown-item{text-decoration:none}.gh-account-dropdown .gh-dropdown-item svg{flex-shrink:0}.gh-dropdown-logout{width:100%;background:none;border:none;color:#dc2626}.gh-dropdown-logout:hover{background:#fef2f2!important}.gh-logout-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.gh-logout-btn:hover{background:#dc2626;transform:translateY(-1px)}.gh-login-btn{padding:10px 20px;background:linear-gradient(135deg,#dc9435,#c1535e);color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s}.gh-login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.gh-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.gh-modal{background:#fff;border-radius:16px;padding:24px;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d}.gh-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.gh-modal-header h2{margin:0;font-size:20px;color:#1f2937}.gh-modal-close{background:none;border:none;font-size:28px;color:#9ca3af;cursor:pointer;line-height:1}.gh-modal-close:hover{color:#374151}.gh-form-group{margin-bottom:16px}.gh-form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:14px;color:#374151}.gh-form-group input{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;box-sizing:border-box;transition:border-color .2s}.gh-form-group input:focus{outline:none;border-color:#dc9435}.gh-form-group input:focus-visible{box-shadow:0 0 0 3px #dc94354d}.gh-optional{font-weight:400;color:#374151}.gh-modal-actions{display:flex;gap:12px;margin-top:20px}.gh-btn-primary{flex:1;padding:12px;background:#dc9435;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.gh-btn-primary:hover{background:#c17f2a}.gh-btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.gh-btn-secondary{flex:1;padding:12px;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background .2s}.gh-btn-secondary:hover{background:#e5e7eb}.gh-btn-link{background:none;border:none;color:#374151;font-size:14px;cursor:pointer;text-decoration:underline}.gh-btn-link:hover{color:#374151}.gh-btn-danger-sm{padding:6px 12px;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:background .2s}.gh-btn-danger-sm:hover{background:#fecaca}.gh-manage-list{max-height:300px;overflow-y:auto}.gh-manage-item{display:flex;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #f3f4f6}.gh-manage-item:last-child{border-bottom:none}.gh-skeleton-loader{width:180px;height:28px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:gh-shimmer 1.5s infinite;border-radius:6px}@keyframes gh-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gh-profile-avatar.gh-quick-mode{background:#374151}.gh-profile-switcher.gh-quick-mode .gh-profile-name{font-weight:500}.gh-quick-generate-option{flex-wrap:wrap}.gh-quick-generate-text{display:flex;flex-direction:column;flex:1;gap:2px;text-align:left}.gh-quick-generate-text .gh-dropdown-name{font-weight:500}.gh-quick-warning{font-size:11px;color:#9ca3af;font-weight:400}.gh-quick-generate-option.active{background:#f3f4f6;color:#374151}.gh-quick-generate-option.active .gh-quick-warning{color:#c1535e}.gh-profile-select-list{display:flex;flex-direction:column;gap:8px}.gh-profile-select-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s;text-align:left}.gh-profile-select-btn:hover{background:#f3f4f6;border-color:#dc9435;transform:translateY(-1px)}.gh-profile-select-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#dc9435,#c1535e);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.gh-profile-select-name{font-size:16px;font-weight:600;color:#1f2937}.gh-quick-generate-btn{background:#fffbf5;border-color:#f5d5a8}.gh-quick-generate-btn:hover{background:#ffefda;border-color:#dc9435}.gh-hamburger{position:relative;display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;gap:5px;padding:8px;transition:all .2s}.gh-hamburger--has-notification:after{content:"";position:absolute;top:4px;right:4px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid var(--color-bg-card, #fff)}.gh-hamburger:hover{background:#f3f4f6}.gh-hamburger-line{width:20px;height:2px;background:#374151;border-radius:2px;transition:all .3s}.gh-hamburger.active .gh-hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.gh-hamburger.active .gh-hamburger-line:nth-child(2){opacity:0}.gh-hamburger.active .gh-hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.gh-mobile-menu{display:none;position:fixed;inset:0;background:#00000080;z-index:1500;opacity:0;visibility:hidden;transition:all .3s}.gh-mobile-menu.show{opacity:1;visibility:visible}.gh-mobile-menu-content{position:absolute;top:0;right:-280px;width:280px;height:100%;background:#fff;box-shadow:-4px 0 20px #00000026;transition:right .3s ease;overflow-y:auto;display:flex;flex-direction:column}.gh-mobile-menu.show .gh-mobile-menu-content{right:0}.gh-mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb}.gh-mobile-menu-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:8px;font-size:20px;cursor:pointer;color:#374151}.gh-mobile-menu-close:hover{background:#e5e7eb}.gh-mobile-nav{padding:16px;display:flex;flex-direction:column;gap:8px}.gh-mobile-nav-link{display:flex;align-items:center;gap:12px;padding:14px 16px;color:#374151;text-decoration:none;font-size:16px;font-weight:500;border-radius:10px;transition:all .2s;background:none;border:none;cursor:pointer;width:100%;text-align:left;font-family:inherit}.gh-mobile-nav-link:hover{background:#f3f4f6}.gh-mobile-nav-link.active{background:#eff6ff;color:#1d4ed8}.gh-mobile-divider{height:1px;background:#e5e7eb;margin:8px 0}.gh-mobile-section-title{font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px}.gh-mobile-profile-section{padding:16px;background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:auto}.gh-mobile-profile-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;text-align:left}.gh-mobile-profile-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#dc9435,#c1535e);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.gh-mobile-profile-info{flex:1;min-width:0}.gh-mobile-profile-name{font-size:15px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-mobile-profile-label{font-size:12px;color:#374151}.gh-mobile-logout{width:100%;margin-top:12px;padding:12px;background:#fef2f2;color:#dc2626;border:none;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.gh-mobile-logout:hover{background:#fee2e2}@media(max-width:1024px){.gh-right .gh-profile-switcher,.gh-right .gh-account-wrapper,.gh-right .gh-theme-toggle,.gh-right .gh-learning-btn{display:none}.gh-hamburger{display:flex}.gh-mobile-menu{display:block}.gh-right{gap:8px}}@media(max-width:900px){.gh-nav-link span{display:none}.gh-nav-link{padding:8px 10px}.gh-right{gap:6px}}@media(max-width:768px){#globalHeader{padding:10px 16px;height:48px}.gh-logo-img{height:28px}.gh-right .gh-nav-link{display:none}}.gh-changelog-badge{display:none;position:absolute;top:50%;right:4px;transform:translateY(-50%);width:8px;height:8px;background:#ef4444;border-radius:50%;border:1px solid #fff}.gh-dropdown-item-changelog{position:relative}.gh-view-as-active{background:#fff7f2;color:#dc9435;font-weight:600}.gh-dropdown-section-label-admin{padding:6px 14px 4px;font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1024px){.gh-help-btn.gh-help-desktop{display:none}}@media(max-width:480px){#globalHeader{padding:8px 12px;height:44px}.gh-logo-img{height:24px}.gh-hamburger{width:36px;height:36px}.gh-mobile-menu-content{width:100%;right:-100%}}.gh-dropdown-section-label{padding:8px 16px 4px;font-size:11px;color:var(--color-text-secondary, #374151);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.gh-dropdown-badge-shared{font-size:11px;background:var(--color-info-light, #eff6ff);color:var(--color-info, #2563eb);padding:2px 8px;border-radius:10px;margin-left:auto;font-weight:500;line-height:1.4}.gh-avatar-linked{opacity:.85;border:2px dashed var(--color-border, #d1d5db)}.pg-shared-banner{background:var(--color-info-light, #eff6ff);color:var(--color-info, #2563eb);padding:10px 16px;border-radius:8px;font-size:14px;margin-bottom:16px;text-align:center;font-weight:500;border:1px solid var(--color-info, #2563eb)}.gh-theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;background:transparent;color:var(--color-text-muted, #374151);cursor:pointer;transition:background .2s,color .2s,border-color .2s;padding:0;flex-shrink:0}.gh-theme-toggle:hover{background:#dc943514;color:var(--color-brand, #dc9435);border-color:var(--color-brand, #dc9435)}.gh-theme-sun{display:none}[data-theme=dark] .gh-theme-sun{display:block}[data-theme=dark] .gh-theme-moon{display:none}[data-theme=dark] .gh-theme-toggle{border-color:var(--color-border);color:var(--color-text-muted)}[data-theme=dark] .gh-theme-toggle:hover{background:var(--color-bg-subtle);color:var(--color-warning);border-color:var(--color-warning)}.gh-learning-btn{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:none;background:transparent;color:var(--color-text-secondary, #374151);cursor:pointer;transition:all .15s;padding:0}.gh-learning-btn:hover{background:var(--color-bg-subtle, #f3f4f6);color:var(--color-text, #1f2937)}.gh-learning-btn:focus-visible{outline:3px solid var(--color-border-focus, #dc9435);outline-offset:2px}.gh-learning-dot{display:none;position:absolute;top:6px;right:6px;width:8px;height:8px;background:#dc9435;border-radius:50%;border:2px solid var(--color-bg-card, #fff)}@media(max-width:1024px){.gh-learning-btn{display:none}}.gh-mobile-learning-link{position:relative}.gh-mobile-learning-dot{display:none;width:8px;height:8px;background:#ef4444;border-radius:50%;margin-left:auto}.gh-dropdown-toggle-row{display:flex;align-items:center;gap:10px}.gh-dropdown-toggle-indicator{margin-left:auto;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;background:#e5e7eb;color:#374151}.gh-dropdown-toggle-indicator.gh-toggle-on{background:#2563eb;color:#fff}[data-theme=dark] .gh-dropdown-toggle-indicator{background:#374151;color:#9ca3af}[data-theme=dark] .gh-dropdown-toggle-indicator.gh-toggle-on{background:#3b82f6;color:#fff}[data-theme=dark] #globalHeader{background:var(--color-bg-card);border-bottom-color:var(--color-border);box-shadow:0 1px 3px #0000004d}[data-theme=dark] .gh-profile-switcher{background:var(--color-bg-subtle, #2a2a2a)!important;border-color:var(--color-border, #333)!important}[data-theme=dark] .gh-profile-switcher:hover{background:var(--color-bg-muted, #1a1a1a)!important;border-color:#444!important}[data-theme=dark] .gh-profile-name{color:var(--color-text-secondary, #d1d1d1)!important}[data-theme=dark] .gh-profile-dropdown,[data-theme=dark] .gh-account-dropdown{background:var(--color-bg-card, #1e1e1e)!important;border-color:var(--color-border, #333)!important;box-shadow:0 10px 40px #00000080!important}[data-theme=dark] .gh-dropdown-item{color:var(--color-text-secondary, #d1d1d1)!important}[data-theme=dark] .gh-dropdown-item:hover{background:var(--color-bg-subtle, #2a2a2a)!important}[data-theme=dark] .gh-dropdown-item:focus-visible{outline-color:var(--color-border-focus, #ff9f5a)}[data-theme=dark] .gh-dropdown-share-btn{color:var(--color-text-muted, #374151)}[data-theme=dark] .gh-dropdown-share-btn:hover{color:var(--color-primary, #dc9435);background:#dc943526}[data-theme=dark] .gh-dropdown-item.active{background:#1a2332!important;color:#60a5fa!important}[data-theme=dark] .gh-dropdown-divider{background:var(--color-border, #333)!important}[data-theme=dark] .gh-dropdown-name{color:var(--color-text, #e5e5e5)!important}[data-theme=dark] .gh-dropdown-add{background:var(--color-bg-subtle, #2a2a2a)!important;color:var(--color-text-muted, #9ca3af)!important}[data-theme=dark] .gh-dropdown-check{color:var(--color-success, #22c55e)!important}[data-theme=dark] .gh-dropdown-logout{color:var(--color-error, #ef4444)!important}[data-theme=dark] .gh-quick-warning,[data-theme=dark] .gh-quick-generate-option .gh-dropdown-icon{color:var(--color-text-muted, #9ca3af)!important}[data-theme=dark] .gh-nav-link{color:var(--color-text-muted)}[data-theme=dark] .gh-nav-link:hover{background:var(--color-bg-subtle);color:var(--color-text)}[data-theme=dark] .gh-account-wrapper{border-left-color:var(--color-border)}[data-theme=dark] .gh-account-wrapper:hover{background:var(--color-bg-subtle)}[data-theme=dark] .gh-account-name{color:var(--color-text)}[data-theme=dark] .gh-account-type,[data-theme=dark] .gh-account-chevron{color:var(--color-text-muted)}[data-theme=dark] .gh-type-badge{background:var(--color-bg-subtle);color:var(--color-text-muted)}[data-theme=dark] .gh-type-educator{background:#1a2332;color:#60a5fa}[data-theme=dark] .gh-modal-overlay{background:#000000b3}[data-theme=dark] .gh-modal{background:var(--color-bg-card);color:var(--color-text)}[data-theme=dark] .gh-modal-header h2{color:var(--color-text)}[data-theme=dark] .gh-modal-close{color:var(--color-text-muted)}[data-theme=dark] .gh-form-group label{color:var(--color-text-secondary)}[data-theme=dark] .gh-form-group input{background:var(--color-bg-subtle);border-color:var(--color-border);color:var(--color-text)}[data-theme=dark] .gh-btn-secondary{background:var(--color-bg-subtle);color:var(--color-text-secondary)}[data-theme=dark] .gh-btn-secondary:hover{background:var(--color-border)}[data-theme=dark] .gh-dropdown-logout:hover{background:#2e1a1a!important}[data-theme=dark] .gh-skeleton-loader{background:linear-gradient(90deg,#2a2a2a 25%,#333,#2a2a2a 75%);background-size:200% 100%}[data-theme=dark] .gh-hamburger{background:var(--color-bg-subtle);border-color:var(--color-border)}[data-theme=dark] .gh-hamburger-line{background:var(--color-text-secondary)}[data-theme=dark] .gh-mobile-menu-content{background:var(--color-bg-card);box-shadow:-4px 0 20px #00000080}[data-theme=dark] .gh-mobile-menu-header{border-bottom-color:var(--color-border)}[data-theme=dark] .gh-mobile-menu-close{background:var(--color-bg-subtle);color:var(--color-text-muted)}[data-theme=dark] .gh-mobile-nav-link{color:var(--color-text-secondary)}[data-theme=dark] .gh-mobile-nav-link:hover{background:var(--color-bg-subtle)}[data-theme=dark] .gh-mobile-nav-link.active{background:#1a2332;color:#60a5fa}[data-theme=dark] .gh-mobile-divider{background:var(--color-border)}[data-theme=dark] .gh-mobile-profile-section{background:var(--color-bg-subtle);border-top-color:var(--color-border)}[data-theme=dark] .gh-mobile-profile-btn{background:var(--color-bg-card);border-color:var(--color-border)}[data-theme=dark] .gh-mobile-profile-name{color:var(--color-text)}[data-theme=dark] .gh-mobile-logout{background:#2e1a1a;color:#f87171}[data-theme=dark] .gh-mobile-logout:hover{background:#3e1a1a}[data-theme=dark] .gh-profile-select-btn{background:var(--color-bg-subtle);border-color:var(--color-border)}[data-theme=dark] .gh-profile-select-btn:hover{background:var(--color-bg-muted);border-color:var(--color-primary)}[data-theme=dark] .gh-profile-select-name{color:var(--color-text)}[data-theme=dark] .gh-quick-generate-btn{background:#1a1510;border-color:#3d2f1f}[data-theme=dark] .gh-learning-btn:hover{background:var(--color-bg-subtle)}[data-theme=dark] .gh-learning-dot,[data-theme=dark] .gh-mobile-learning-dot,[data-theme=dark] .gh-hamburger--has-notification:after{border-color:var(--color-bg-card)}[data-theme=dark] #ghProfileSelectionModal .gh-modal h2,[data-theme=dark] #ghNoProfilesModal .gh-modal h2{color:var(--color-text)!important}[data-theme=dark] #ghProfileSelectionModal .gh-modal p,[data-theme=dark] #ghNoProfilesModal .gh-modal p{color:var(--color-text-muted)!important}[data-theme=dark] #ghProfileSelectionModal .gh-modal div[style*=border-top],[data-theme=dark] #ghNoProfilesModal .gh-modal div[style*=border-top]{border-top-color:var(--color-border)!important}[data-theme=dark] #ghProfileSelectionModal .gh-modal span[style*="color: #374151"],[data-theme=dark] #ghNoProfilesModal .gh-modal span[style*="color: #374151"]{color:var(--color-text-muted)!important}[data-theme=dark] #ghProfileSelectionModal .gh-modal span[style*="color: #9ca3af"],[data-theme=dark] #ghNoProfilesModal .gh-modal span[style*="color: #9ca3af"]{color:var(--color-text-placeholder)!important}[data-theme=dark] .gh-modal .gh-manage-item{border-bottom-color:var(--color-border)}[data-theme=dark] .gh-modal input[style*=border]{background:var(--color-bg-subtle)!important;border-color:var(--color-border)!important;color:var(--color-text)!important}[data-theme=dark] .gh-changelog-badge{border-color:var(--color-bg-card)}[data-theme=dark] .gh-manage-item{border-bottom-color:var(--color-border)}[data-theme=dark] .gh-dropdown-section-label,[data-theme=dark] .gh-dropdown-section-label-admin{color:var(--color-text-secondary)}[data-theme=dark] .gh-view-as-active{background:#2a1f14;color:#f5b86a}[data-theme=dark] .gh-dropdown-badge-shared{background:#2563eb26;color:#93c5fd}[data-theme=dark] .gh-avatar-linked{border-color:var(--color-border)}[data-theme=dark] .pg-shared-banner{background:#2563eb1a;color:#93c5fd;border-color:#2563eb4d}.gh-last-initial-input{width:80px;text-transform:uppercase}.gh-modal-empty-text{text-align:center;color:var(--color-text-muted)}.gh-manage-item-name{flex:1}.gh-modal--manage{max-width:500px}.gh-btn-full-width{width:100%;margin-top:16px}.gh-modal-limit-text{text-align:center;color:var(--color-text-muted);font-size:13px}.gh-modal-limit-subtext{font-size:12px}.gh-modal--selection{max-width:400px}.gh-modal-centered-title{margin:0 0 8px;text-align:center}.gh-modal-centered-subtitle{color:var(--color-text-muted);margin:0 0 20px;text-align:center;font-size:14px}.gh-quick-generate-wrapper{margin-top:8px}.gh-icon-muted{color:var(--color-text-muted)}.gh-modal-welcome-title{margin:0 0 8px}.gh-modal-welcome-subtitle{color:var(--color-text-muted);margin:0 0 20px}.gh-btn-mb-12{margin-bottom:12px}.gh-modal-centered-block{text-align:center}.gh-modal-disclaimer{font-size:12px;color:var(--color-text-placeholder);margin:8px 0 0}
