.landing-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.landing-content{max-width:1200px;width:100%}.hero-section{text-align:center;margin-bottom:96px}.logo-icon{width:80px;height:80px;color:#3b82f6;margin-bottom:32px;filter:drop-shadow(0 4px 8px rgba(59,130,246,.3))}.hero-title{font-size:56px;font-weight:700;margin-bottom:24px;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-description{font-size:20px;color:#94a3b8;max-width:600px;margin:0 auto 48px;line-height:1.6}.signin-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:16px 40px;font-size:18px;font-weight:600;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:12px;transition:all .3s ease;box-shadow:0 4px 12px #3b82f666}.signin-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.signin-button:active:not(:disabled){transform:translateY(0)}.signin-button:disabled{opacity:.7;cursor:not-allowed}.github-icon{width:24px;height:24px}.loading-text{display:flex;align-items:center;gap:8px}.signin-error{display:flex;align-items:flex-start;gap:10px;margin-top:20px;padding:14px 18px;background:#ef44441f;border:1px solid rgba(239,68,68,.4);border-radius:10px;color:#fca5a5;font-size:14px;line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto;text-align:left}.signin-error-icon{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:#f87171}.features-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:64px}.feature{background:#1e293b80;border:1px solid rgba(71,85,105,.3);border-radius:16px;padding:32px;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature:hover{transform:translateY(-4px);border-color:#3b82f680;box-shadow:0 8px 24px #3b82f633}.feature-icon{margin-bottom:16px;color:#3b82f6}.feature h3{font-size:24px;margin-bottom:12px;color:#e2e8f0}.feature p{color:#94a3b8;line-height:1.6;font-size:16px}@media (max-width: 768px){.hero-title{font-size:40px}.hero-description{font-size:18px}.features-section{grid-template-columns:1fr}}.dashboard-container{min-height:100vh;display:flex;flex-direction:column}.dashboard-header{background:#1e293b80;border-bottom:1px solid rgba(71,85,105,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:12px}.header-logo{width:32px;height:32px;color:#3b82f6}.header-title{font-size:20px;font-weight:700;color:#e2e8f0}.header-right{display:flex;align-items:center;gap:16px}.user-info{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#0f172a80;border-radius:8px;border:1px solid rgba(71,85,105,.3)}.user-avatar{width:32px;height:32px;border-radius:50%}.user-name{color:#e2e8f0;font-weight:500;font-size:14px}.signout-button{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.signout-button:hover{background:#ef444433;border-color:#ef444480}.dashboard-main{flex:1;padding:32px 24px}.dashboard-content{max-width:1400px;margin:0 auto}.stats-section{display:flex;gap:16px;margin-bottom:24px}.stat-card{background:#1e293b80;border:1px solid rgba(71,85,105,.3);border-radius:12px;padding:24px;flex:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-value{font-size:36px;font-weight:700;color:#3b82f6;margin-bottom:8px}.stat-value-teal{color:#14b8a6}.stat-label{color:#94a3b8;font-size:14px;font-weight:500}.refresh-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;white-space:nowrap}.refresh-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.refresh-icon{width:16px;height:16px}.loading-state,.error-state,.empty-state{text-align:center;padding:64px 24px}.spinner{width:48px;height:48px;border:4px solid rgba(59,130,246,.3);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 24px}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{color:#94a3b8;font-size:16px}.error-message{color:#ef4444;font-size:16px;margin-bottom:24px}.retry-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.empty-icon{width:64px;height:64px;color:#64748b;margin:0 auto 24px}.empty-state h2{color:#e2e8f0;font-size:24px;margin-bottom:12px}.empty-state p{color:#94a3b8;font-size:16px}.section-block{margin-bottom:40px}.section-title{font-size:20px;font-weight:700;color:#e2e8f0;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid rgba(59,130,246,.3)}.section-title-teal{border-bottom-color:#14b8a64d;color:#99f6e4}.section-reviewed{margin-top:8px}.section-empty-message{color:#64748b;font-size:15px;padding:24px 0}.orgs-container{display:flex;flex-direction:column;gap:32px}.org-section{background:#1e293b4d;border:1px solid rgba(71,85,105,.3);border-radius:16px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.org-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(71,85,105,.3)}.org-name{font-size:24px;font-weight:700;color:#e2e8f0}.org-count{background:#3b82f633;color:#3b82f6;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600}.prs-list{display:grid;gap:16px}.pr-card{background:#0f172a80;border:1px solid rgba(71,85,105,.3);border-radius:12px;padding:20px;text-decoration:none;color:inherit;transition:all .2s ease;display:block}.pr-card:hover{border-color:#3b82f680;transform:translate(4px);box-shadow:0 4px 12px #3b82f633}.pr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pr-repo{display:flex;align-items:center;gap:8px;color:#64748b;font-size:14px;font-weight:500}.repo-icon{width:16px;height:16px}.pr-badges{display:flex;align-items:center;gap:8px}.draft-badge{background:#94a3b833;color:#94a3b8;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.state-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.state-open{background:#22c55e26;color:#4ade80}.state-closed{background:#ef444426;color:#f87171}.state-merged{background:#14b8a626;color:#2dd4bf}.pr-title{font-size:18px;font-weight:600;color:#e2e8f0;margin-bottom:16px;line-height:1.4}.pr-footer{display:flex;justify-content:space-between;align-items:center}.pr-author{display:flex;align-items:center;gap:8px}.author-avatar{width:24px;height:24px;border-radius:50%}.author-name{color:#94a3b8;font-size:14px}.pr-date{color:#64748b;font-size:14px}.tab-bar{display:flex;gap:4px;margin-bottom:24px;border-bottom:1px solid rgba(71,85,105,.3);padding-bottom:0}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;color:#94a3b8;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:-1px}.tab-button:hover{color:#e2e8f0;background:#4755691a}.tab-button-active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-button-active:hover{color:#3b82f6}.tab-badge{background:#eab30833;color:#fbbf24;font-size:11px;font-weight:700;padding:2px 7px;border-radius:10px;line-height:1.3}.org-access-banner{margin-bottom:24px;background:#eab30814;border:1px solid rgba(234,179,8,.25);border-radius:12px;overflow:hidden}.org-access-banner-content{display:flex;align-items:center;gap:16px;padding:16px 20px}.org-access-banner-icon{color:#eab308;flex-shrink:0}.org-access-banner-body{flex:1;min-width:0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.org-access-banner-text{color:#e2e8f0;font-size:14px;line-height:1.5;margin:0}.org-access-banner-text strong{color:#fbbf24}.org-access-banner-link{display:inline-flex;align-items:center;gap:6px;background:#eab30826;color:#fbbf24;border:1px solid rgba(234,179,8,.3);padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.org-access-banner-link:hover{background:#eab30840;border-color:#eab30880}.org-access-banner-dismiss{background:none;border:none;color:#64748b;cursor:pointer;padding:0 4px;font-size:20px;line-height:1;flex-shrink:0;transition:color .2s ease}.org-access-banner-dismiss:hover{color:#94a3b8}.orgs-tab{display:flex;flex-direction:column;gap:32px}.orgs-tab-loading{text-align:center;padding:64px 24px}.orgs-tab-loading p{color:#94a3b8;font-size:16px}.orgs-tab-empty{text-align:center;padding:64px 24px}.orgs-tab-empty-icon{width:64px;height:64px;color:#64748b;margin:0 auto 24px}.orgs-tab-empty h2{color:#e2e8f0;font-size:24px;margin-bottom:12px}.orgs-tab-empty p{color:#94a3b8;font-size:16px;margin-bottom:24px}.orgs-tab-troubleshoot{text-align:left;max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.orgs-tab-troubleshoot-item{background:#1e293b80;border:1px solid rgba(71,85,105,.3);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:6px}.orgs-tab-troubleshoot-item strong{color:#e2e8f0;font-size:14px}.orgs-tab-troubleshoot-item span{color:#94a3b8;font-size:13px;line-height:1.5}.orgs-tab-troubleshoot-item code{background:#0f172a99;border:1px solid rgba(71,85,105,.4);border-radius:4px;padding:1px 6px;font-size:12px;color:#93c5fd;font-family:SF Mono,Monaco,Cascadia Code,monospace}.orgs-tab-troubleshoot-item a{color:#60a5fa;text-decoration:none}.orgs-tab-troubleshoot-item a:hover{text-decoration:underline}.orgs-tab-section{background:#1e293b4d;border:1px solid rgba(71,85,105,.3);border-radius:16px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.orgs-tab-section-header{margin-bottom:20px}.orgs-tab-section-title{font-size:18px;font-weight:700;color:#e2e8f0;display:flex;align-items:center;gap:10px;margin-bottom:8px}.orgs-tab-section-title-warning{color:#fbbf24}.orgs-tab-section-title-ok{color:#4ade80}.orgs-tab-count{font-size:12px;font-weight:700;padding:2px 8px;border-radius:10px}.orgs-tab-count-warning{background:#eab30833;color:#fbbf24}.orgs-tab-count-ok{background:#22c55e26;color:#4ade80}.orgs-tab-section-desc{color:#94a3b8;font-size:14px;line-height:1.5}.orgs-tab-list{display:flex;flex-direction:column;gap:8px}.orgs-tab-card{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:10px;border:1px solid rgba(71,85,105,.3);transition:all .2s ease}.orgs-tab-card-restricted{background:#eab3080a;border-color:#eab30826}.orgs-tab-card-restricted:hover{border-color:#eab3084d}.orgs-tab-card-connected{background:#0f172a66}.orgs-tab-card-connected:hover{border-color:#47556980}.orgs-tab-card-left{display:flex;align-items:center;gap:14px}.orgs-tab-avatar{width:40px;height:40px;border-radius:8px;border:1px solid rgba(71,85,105,.3)}.orgs-tab-card-info{display:flex;flex-direction:column;gap:2px}.orgs-tab-card-name{color:#e2e8f0;font-size:15px;font-weight:600}.orgs-tab-card-role{color:#64748b;font-size:12px;font-weight:500;text-transform:capitalize}.orgs-tab-card-right{display:flex;align-items:center;gap:12px}.orgs-tab-status{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:4px 10px;border-radius:6px}.orgs-tab-status-restricted{background:#eab3081f;color:#fbbf24}.orgs-tab-status-connected{background:#22c55e1a;color:#4ade80}.orgs-tab-grant-btn{display:inline-flex;align-items:center;gap:6px;background:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.3);padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.orgs-tab-grant-btn:hover{background:#3b82f633;border-color:#3b82f680}.orgs-tab-hint{margin-top:20px;padding-top:16px;border-top:1px solid rgba(71,85,105,.2);display:flex;align-items:center;gap:16px;flex-wrap:wrap}.orgs-tab-hint p{color:#94a3b8;font-size:13px;line-height:1.5;margin:0}.orgs-tab-refresh-btn{display:inline-flex;align-items:center;gap:8px;background:#3b82f61f;color:#60a5fa;border:1px solid rgba(59,130,246,.3);padding:8px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.orgs-tab-refresh-btn:hover:not(:disabled){background:#3b82f638;border-color:#3b82f680}.orgs-tab-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.orgs-tab-help-method{background:#0f172a4d;border:1px solid rgba(71,85,105,.2);border-radius:12px;padding:20px}.orgs-tab-help-method-title{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#e2e8f0;margin:0 0 16px}.orgs-tab-help-method-badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.orgs-tab-help-method-badge-recommended{background:#22c55e26;color:#4ade80}.orgs-tab-help-method-badge-alt{background:#94a3b826;color:#94a3b8}.orgs-tab-help-method-desc{color:#94a3b8;font-size:14px;line-height:1.6;margin:0 0 16px}.orgs-tab-help-divider{display:flex;align-items:center;gap:16px;margin:20px 0}.orgs-tab-help-divider:before,.orgs-tab-help-divider:after{content:"";flex:1;height:1px;background:#4755694d}.orgs-tab-help-divider span{color:#64748b;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.orgs-tab-help-revoke-btn{display:inline-flex;align-items:center;gap:8px;background:#47556926;color:#94a3b8;border:1px solid rgba(71,85,105,.3);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.orgs-tab-help-revoke-btn:hover{background:#47556940;border-color:#47556980;color:#e2e8f0}.orgs-tab-revoke-reconnect-btn{display:inline-flex;align-items:center;gap:8px;background:#eab30826;color:#fbbf24;border:1px solid rgba(234,179,8,.3);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.orgs-tab-revoke-reconnect-btn:hover:not(:disabled){background:#eab30840;border-color:#eab30880}.orgs-tab-revoke-reconnect-btn:disabled{opacity:.6;cursor:not-allowed}.orgs-tab-reauth-banner{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#eab30814;border:1px solid rgba(234,179,8,.25);border-radius:12px}.orgs-tab-reauth-banner-icon{color:#eab308;flex-shrink:0;margin-top:2px}.orgs-tab-reauth-banner-body{display:flex;flex-direction:column;gap:14px;flex:1}.orgs-tab-reauth-banner-text{color:#e2e8f0;font-size:14px;line-height:1.6;margin:0}.orgs-tab-reauth-banner-text strong{color:#fbbf24}.orgs-tab-reauth-btn{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;background:linear-gradient(135deg,#eab308,#ca8a04);color:#1e1b4b;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.orgs-tab-reauth-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #eab30859}.orgs-tab-reauth-error{display:flex;align-items:flex-start;gap:8px;width:100%;margin-top:12px;padding:10px 14px;background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:8px;color:#fca5a5;font-size:13px;line-height:1.5}.orgs-tab-reauth-error svg{color:#f87171;flex-shrink:0;margin-top:1px}.orgs-tab-help{background:#1e293b66;border:1px solid rgba(71,85,105,.3);border-radius:16px;padding:24px}.orgs-tab-help-header{display:flex;align-items:center;gap:10px;color:#60a5fa;margin-bottom:10px}.orgs-tab-help-header h3{font-size:16px;font-weight:700;color:#e2e8f0;margin:0}.orgs-tab-help-desc{color:#94a3b8;font-size:14px;line-height:1.6;margin:0 0 20px}.orgs-tab-manage-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px #3b82f64d}.orgs-tab-manage-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.orgs-tab-manage-btn:disabled{opacity:.6;cursor:not-allowed}.orgs-tab-help-note{margin-top:16px;padding:14px 16px;background:#0f172a4d;border:1px solid rgba(71,85,105,.2);border-radius:10px}.orgs-tab-help-note p{color:#94a3b8;font-size:13px;line-height:1.6;margin:0}.orgs-tab-help-note p+p{margin-top:8px}.orgs-tab-help-steps{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.orgs-tab-help-step{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:#0f172a66;border:1px solid rgba(71,85,105,.2);border-radius:10px;transition:border-color .2s ease}.orgs-tab-help-step:hover{border-color:#47556966}.orgs-tab-help-step-num{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:50%;background:#3b82f626;color:#60a5fa;font-size:13px;font-weight:700}.orgs-tab-help-step-text{display:flex;flex-direction:column;gap:2px}.orgs-tab-help-step-text strong{color:#e2e8f0;font-size:14px;font-weight:600}.orgs-tab-help-step-text span{color:#94a3b8;font-size:13px;line-height:1.5}.orgs-tab-help-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.orgs-tab-help-github-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#24292f,#1b1f23);color:#fff;border:1px solid rgba(255,255,255,.1);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.orgs-tab-help-github-btn:hover{background:linear-gradient(135deg,#2f363d,#24292f);border-color:#fff3;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.debug-panel{margin-top:48px;padding:20px;background:#0f172a99;border:1px solid rgba(71,85,105,.4);border-radius:12px;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:13px}.debug-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:0}.debug-chevron{color:#64748b;transition:transform .2s ease}.debug-chevron-open{transform:rotate(180deg)}.debug-title{font-size:14px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:0}.debug-status-ok{color:#4ade80}.debug-status-restricted{color:#f87171}.debug-meta{display:flex;flex-wrap:wrap;gap:16px;color:#64748b;margin-top:16px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(71,85,105,.3)}.debug-query{background:#1e293b66;border:1px solid rgba(71,85,105,.2);border-radius:8px;padding:12px;margin-bottom:12px}.debug-query:last-child{margin-bottom:0}.debug-query-header{font-weight:700;color:#94a3b8;margin-bottom:8px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.debug-row{display:flex;gap:12px;padding:3px 0;line-height:1.5}.debug-label{color:#64748b;min-width:120px;flex-shrink:0}.debug-value{color:#cbd5e1;word-break:break-all}@media (max-width: 768px){.header-content{flex-direction:column;gap:16px}.user-name{display:none}.stats-section{flex-direction:column}.org-header{flex-direction:column;align-items:flex-start;gap:12px}.pr-footer{flex-direction:column;align-items:flex-start;gap:8px}.debug-meta{flex-direction:column;gap:4px}.debug-row{flex-direction:column;gap:2px}.debug-label{min-width:unset}.tab-bar{gap:0}.tab-button{padding:10px 14px;font-size:13px}.org-access-banner-content{flex-direction:column;gap:12px;align-items:flex-start}.org-access-banner-body{flex-direction:column;align-items:flex-start}.orgs-tab-card{flex-direction:column;align-items:flex-start;gap:12px}.orgs-tab-card-right{width:100%;justify-content:space-between}.orgs-tab-hint{flex-direction:column;align-items:flex-start}.orgs-tab-help-actions{flex-direction:column;align-items:stretch}.orgs-tab-manage-btn{justify-content:center}.orgs-tab-reauth-banner{flex-direction:column}.orgs-tab-reauth-btn{align-self:stretch;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
