*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-dark:#0b4f8a;--blue:#0f6fcf;--green:#4cd964;--white:#fff;--gray-100:#f4f7fb;--gray-200:#e8edf5;--gray-400:#9aacbe;--gray-600:#4a5c70;--gray-800:#1e2d3d;--nav-height:64px;--font:"Segoe UI", Roboto, Helvetica, Arial, sans-serif}html{font-family:var(--font);color:var(--gray-800);background:var(--white);scroll-behavior:smooth;font-size:16px}body,#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img,svg{max-width:100%;display:block}h1,h2,h3,h4{line-height:1.2}p{line-height:1.7}.container{max-width:1100px;margin:0 auto;padding:0 24px}.btn{cursor:pointer;text-align:center;border:none;border-radius:6px;padding:14px 32px;font-size:1rem;font-weight:700;transition:opacity .15s,transform .1s;display:inline-block}.btn:hover{opacity:.9;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--green);color:var(--blue-dark)}.btn-secondary{background:var(--blue);color:var(--white)}.btn-outline{color:var(--blue);border:2px solid var(--blue);background:0 0}.section{padding:80px 0}.section-sm{padding:48px 0}.text-center{text-align:center}.badge{letter-spacing:.04em;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}.badge-green{color:#1a7a2e;background:#e6faea}.badge-blue{color:var(--blue-dark);background:#e8f0fb}.badge-purple{color:#5b21b6;background:#ede9fe}.page-hero{background:linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%);color:var(--white);text-align:center;padding:80px 0 64px}.page-hero h1{margin-bottom:16px;font-size:clamp(2rem,5vw,3rem)}.page-hero p{opacity:.85;max-width:600px;margin:0 auto;font-size:1.15rem}.coming-soon-card{background:var(--gray-100);border:2px dashed var(--gray-200);text-align:center;color:var(--gray-600);border-radius:12px;padding:64px 32px}.coming-soon-card h2{color:var(--gray-800);margin-bottom:12px;font-size:1.5rem}.nav{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);height:var(--nav-height);position:sticky;top:0}.nav-inner{align-items:center;gap:32px;height:100%;display:flex}.nav-logo{flex-shrink:0;align-items:center;display:flex}.nav-logo img{width:auto;height:36px}.nav-links{flex:1;align-items:center;gap:4px;display:flex}.nav-link{color:var(--gray-600);border-radius:6px;padding:6px 14px;font-size:.95rem;font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:var(--blue);background:var(--gray-100);text-decoration:none}.nav-link--active{color:var(--blue);background:#e8f0fb;font-weight:600}.nav-cta{flex-shrink:0;padding:8px 20px;font-size:.9rem;text-decoration:none}.nav-cta:hover{text-decoration:none}@media (width<=768px){.nav-links{display:none}.nav-inner{justify-content:space-between}}.footer{background:var(--gray-800);color:var(--gray-400);margin-top:auto}.footer-inner{grid-template-columns:1fr auto auto;align-items:start;gap:48px;padding-top:48px;padding-bottom:48px;display:grid}.footer-brand-logo{background:var(--white);border-radius:8px;margin-bottom:16px;padding:8px 14px;display:inline-block}.footer-brand-logo img{width:auto;height:28px;display:block}.footer-tagline{color:var(--gray-400);font-size:.88rem;line-height:1.8}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links a{color:var(--gray-400);font-size:.9rem;transition:color .15s}.footer-links a:hover{color:var(--white);text-decoration:none}.footer-external{flex-direction:column;gap:10px;display:flex}.footer-external a{color:var(--gray-400);font-size:.9rem;transition:color .15s}.footer-external a:hover{color:var(--white);text-decoration:none}.footer-bottom{border-top:1px solid #ffffff14;padding:16px 0}.footer-bottom .container{color:var(--gray-400);opacity:.7;justify-content:space-between;align-items:center;font-size:.82rem;display:flex}@media (width<=768px){.footer-inner{grid-template-columns:1fr;gap:32px}.footer-bottom .container{text-align:center;flex-direction:column;gap:4px}}.register-form{flex-direction:column;gap:16px;width:100%;max-width:440px;display:flex}.register-field{flex-direction:column;gap:6px;display:flex}.register-field label{color:var(--gray-800);font-size:.9rem;font-weight:600}.register-field input{border:2px solid var(--gray-200);font-size:1rem;font-family:var(--font);color:var(--gray-800);background:var(--white);border-radius:6px;outline:none;padding:12px 14px;transition:border-color .15s}.register-field input:focus{border-color:var(--blue)}.register-field input:disabled{opacity:.6;cursor:not-allowed}.required{color:#c0392b;margin-left:2px}.optional{color:var(--gray-400);font-size:.85rem;font-weight:400}.register-error{color:#c0392b;background:#fdf0ef;border:1px solid #f5c6c2;border-radius:6px;padding:10px 14px;font-size:.9rem}.register-submit{width:100%;padding:14px;font-size:1.05rem}.register-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.register-note{color:var(--gray-400);font-size:.82rem;line-height:1.5}.register-success{text-align:center;background:#e6faea;border:2px solid #a8e6b5;border-radius:10px;flex-direction:column;align-items:center;gap:16px;max-width:440px;padding:32px 24px;display:flex}.register-success-icon{background:var(--green);width:48px;height:48px;color:var(--blue-dark);border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.register-success p{color:#1a5e2a;font-size:1rem;font-weight:600;line-height:1.5}.hero{text-align:center}.hero-top{background:var(--white);border-bottom:1px solid var(--gray-200);padding:56px 0 48px}.hero-wordmark{width:100%;max-width:480px;margin:0 auto}.hero-wordmark img,.hero-wordmark svg{width:100%;height:auto}.hero-bottom{background:linear-gradient(160deg, var(--blue-dark) 0%, #0a3d6e 60%, #0d5aab 100%);color:var(--white);padding:56px 0 80px}.hero-inner{flex-direction:column;align-items:center;gap:24px;display:flex}.hero-badge-row{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.hero h1.hero-headline{max-width:680px;color:var(--white);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;line-height:1.3}.hero-highlight{color:var(--green)}.hero-sub{opacity:.85;max-width:600px;font-size:1.1rem;line-height:1.7}.hero-form-wrap{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:440px;display:flex}.hero-counter{opacity:.9;background:#ffffff1a;border:1px solid #fff3;border-radius:100px;padding:8px 20px;font-size:.95rem}.hero-bottom .register-field label{color:#ffffffe6}.hero-bottom .register-note{color:#fff9}.credibility{background:var(--white);border-top:1px solid var(--gray-200)}.credibility h2{color:var(--blue-dark);margin-bottom:36px;font-size:clamp(1.4rem,3vw,1.9rem)}.cred-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:48px;display:grid}.cred-card{background:var(--gray-100);border-left:4px solid var(--green);border-radius:12px;padding:28px 24px}.cred-stat{color:var(--blue-dark);margin-bottom:10px;font-size:1.5rem;font-weight:800}.cred-card p{color:var(--gray-600);font-size:.92rem;line-height:1.6}.cred-sponsors{text-align:center;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:12px;padding:32px}.cred-sponsors-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:12px;font-size:.8rem;font-weight:700}.cred-sponsor-names{justify-content:center;gap:32px;margin-bottom:12px;display:flex}.cred-sponsor-names span{color:var(--blue-dark);font-size:1.1rem;font-weight:700}.cred-sponsors-note{color:var(--gray-400);max-width:480px;margin:0 auto;font-size:.82rem}.final-cta{background:linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%);color:var(--white)}.final-cta h2{margin-bottom:16px;font-size:clamp(1.5rem,3vw,2.2rem)}.final-cta p{opacity:.85;max-width:580px;margin:0 auto 32px;font-size:1rem;line-height:1.7}.final-cta-form{justify-content:center;display:flex}.final-cta .register-field label{color:#ffffffe6}.final-cta .register-note{color:#ffffff8c}.about-story{max-width:780px}.about-story-header{flex-direction:column;gap:12px;margin-bottom:36px;display:flex}.about-story-header h2{color:var(--blue-dark);font-size:clamp(1.5rem,3vw,2.2rem)}.story-body{flex-direction:column;gap:20px;display:flex}.story-body p{color:var(--gray-600);font-size:1.02rem;line-height:1.8}.team-section{background:var(--gray-100)}.team-heading{color:var(--blue-dark);margin-bottom:10px;font-size:clamp(1.4rem,3vw,2rem)}.team-sub{color:var(--gray-600);max-width:560px;margin-bottom:48px;margin-left:auto;margin-right:auto}.team-grid{flex-direction:column;gap:24px;margin-bottom:48px;display:flex}.team-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;align-items:flex-start;gap:28px;padding:32px;display:flex}.team-avatar{background:var(--blue-dark);width:64px;height:64px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.team-avatar--advisor{background:var(--blue)}.team-info{flex-direction:column;flex:1;gap:6px;display:flex}.team-info h3{color:var(--blue-dark);font-size:1.2rem}.team-role{color:var(--blue);text-transform:uppercase;letter-spacing:.04em;font-size:.88rem;font-weight:600}.team-bio{color:var(--gray-600);margin-top:4px;font-size:.95rem;line-height:1.7}.team-github{color:var(--blue);font-size:.88rem;font-weight:600}.advisor-section{margin-bottom:32px}.advisor-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:16px;font-size:.8rem;font-weight:700}.team-card--advisor{border-left:4px solid var(--blue)}.team-growing{text-align:center;background:var(--white);border:1px dashed var(--gray-200);border-radius:10px;padding:24px}.team-growing p{color:var(--gray-600);font-size:.95rem}@media (width<=600px){.team-card{flex-direction:column}}.overview-problem{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.overview-col{flex-direction:column;gap:16px;display:flex}.overview-col h2{color:var(--blue-dark);font-size:1.4rem}.overview-col p{color:var(--gray-600);font-size:.97rem;line-height:1.75}.how-it-works{background:var(--gray-100)}.how-title{color:var(--blue-dark);margin-bottom:10px;font-size:clamp(1.5rem,3vw,2rem)}.how-sub{color:var(--gray-600);margin-bottom:48px;font-size:1rem}.steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.step-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;flex-direction:column;gap:12px;padding:32px 24px;display:flex}.step-number{background:var(--blue-dark);width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.step-number--green{background:#1a7a2e}.step-number--blue{background:var(--blue)}.step-number--purple{background:#7c3aed}.step-card h3{color:var(--blue-dark);font-size:1.05rem}.step-card p{color:var(--gray-600);font-size:.92rem;line-height:1.6}.overview-steps-section{background:var(--gray-100)}.overview-steps-title{color:var(--blue-dark);margin-bottom:40px;font-size:clamp(1.4rem,3vw,2rem)}.overview-steps{flex-direction:column;gap:24px;display:flex}.overview-step{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;flex-direction:column;gap:16px;padding:32px;display:flex}.overview-step-header{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.overview-step--green{border-left-color:#4cd964}.overview-step--blue{border-left-color:var(--blue)}.overview-step--purple{border-left-color:#7c3aed}.overview-step{border-left:4px solid var(--gray-200)}.overview-step-num{background:var(--blue-dark);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.overview-step-num--green{background:#1a7a2e}.overview-step-num--blue{background:var(--blue)}.overview-step-num--purple{background:#7c3aed}.overview-step-header h3{color:var(--blue-dark);flex:1;font-size:1.1rem}.overview-step p{color:var(--gray-600);font-size:.95rem;line-height:1.75}.overview-principles{background:var(--gray-100)}.principles-header{margin-bottom:48px}.principles-header h2{color:var(--blue-dark);margin-bottom:14px;font-size:clamp(1.4rem,3vw,2rem)}.principles-header p{color:var(--gray-600);font-size:1rem;line-height:1.75}.principle-tag{letter-spacing:.06em;text-transform:uppercase;border-radius:100px;padding:4px 14px;font-size:.8rem;font-weight:700;display:inline-block}.principle-tag--green{color:#1a7a2e;background:#e6faea}.principle-tag--blue{color:var(--blue-dark);background:#e8f0fb}.principle-tag--purple{color:#5b21b6;background:#ede9fe}.principle-cards-row{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:0;display:grid}.principle-summary-card{background:var(--white);border:1px solid var(--gray-200);text-align:left;cursor:pointer;font-family:var(--font);border-radius:12px;flex-direction:column;gap:12px;padding:28px 24px;transition:box-shadow .15s,border-color .15s;display:flex}.principle-summary-card:hover{box-shadow:0 4px 16px #00000014}.principle-summary-card--green{border-top:4px solid var(--green)}.principle-summary-card--blue{border-top:4px solid var(--blue)}.principle-summary-card--purple{border-top:4px solid #7c3aed}.principle-summary-card--open{border-bottom-color:#0000;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:0 4px 16px #00000014}.principle-card-icon{align-items:center;display:flex}.principle-summary-card p{color:var(--gray-600);flex:1;font-size:.93rem;line-height:1.65}.principle-card-more{color:var(--gray-400);align-items:center;gap:4px;margin-top:4px;font-size:.82rem;font-weight:600;display:flex}.principle-summary-card:hover .principle-card-more{color:var(--blue)}.principle-detail{background:var(--white);border:1px solid var(--gray-200);border-top:none;border-radius:0 0 12px 12px;margin-bottom:24px;padding:32px;box-shadow:0 4px 16px #00000014}.principle-detail--green{border-top:3px solid var(--green)}.principle-detail--blue{border-top:3px solid var(--blue)}.principle-detail--purple{border-top:3px solid #7c3aed}.principle-columns{grid-template-columns:1fr 1fr;gap:32px;display:grid}.principle-col h4{letter-spacing:.07em;text-transform:uppercase;color:var(--gray-400);margin-bottom:14px;font-size:.8rem;font-weight:700}.principle-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.principle-col li{color:var(--gray-600);align-items:flex-start;gap:10px;font-size:.93rem;line-height:1.55;display:flex}.principle-check{color:#1a7a2e;flex-shrink:0;margin-top:1px;font-weight:700}.principle-cross{color:#9aacbe;flex-shrink:0;margin-top:1px;font-weight:700}.principle-col--not li{color:var(--gray-400)}.overview-github{background:var(--gray-100);border-top:1px solid var(--gray-200)}.overview-github h2{color:var(--blue-dark);margin-bottom:12px;font-size:1.5rem}.overview-github p{color:var(--gray-600)}@media (width<=768px){.overview-problem,.principle-cards-row{grid-template-columns:1fr}.principle-summary-card--open{border-bottom-color:var(--gray-200);border-bottom-right-radius:12px;border-bottom-left-radius:12px}.principle-detail{border-top:3px solid var(--gray-200);border-radius:12px}.principle-detail--green{border-top-color:var(--green)}.principle-detail--blue{border-top-color:var(--blue)}.principle-detail--purple{border-top-color:#7c3aed}.principle-columns{grid-template-columns:1fr;gap:24px}}.tab-loading,.tab-empty{text-align:center;color:var(--gray-400);padding:48px 24px;font-size:.95rem}.tab-note{color:var(--gray-600);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:.88rem;line-height:1.6}.consensus-accept{color:#1a7a2e;font-weight:600}.consensus-modify{color:#b8860b;font-weight:600}.consensus-reject{color:#b91c1c;font-weight:600}.state-badge{white-space:nowrap;border-radius:100px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.state-needs-review{color:#854d0e;background:#fef9c3}.state-trusted,.state-open{color:#166534;background:#dcfce7}.state-closed{color:#991b1b;background:#fee2e2}.state-merged{color:#5b21b6;background:#ede9fe}.stamp-info-bar{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 16px;display:flex}.stamp-info-summary{color:var(--gray-600);font-size:.88rem}.stamp-criteria-card{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid #f59e0b;border-radius:8px;flex-direction:column;gap:12px;margin-bottom:16px;padding:20px 24px;display:flex}.stamp-criteria-card h4{color:var(--blue-dark);flex-wrap:wrap;align-items:center;gap:8px;font-size:.95rem;display:flex}.stamp-criteria-card ul{flex-direction:column;gap:8px;padding-left:20px;display:flex}.stamp-criteria-card li{color:var(--gray-600);font-size:.88rem;line-height:1.55}.stamp-criteria-note{color:var(--gray-400);border-top:1px solid var(--gray-200);padding-top:10px;font-size:.82rem;line-height:1.55}.status-key-wrap{display:inline-block;position:relative}.status-key-btn{cursor:pointer;font-family:var(--font);color:var(--gray-600);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.78rem;font-weight:700;display:flex}.status-key-btn:hover{color:var(--blue)}.status-key-icon{text-transform:none;letter-spacing:0;color:var(--blue);font-size:.85rem;font-weight:400}.status-key-panel{z-index:300;background:var(--white);border:1px solid var(--gray-200);white-space:normal;word-break:break-word;overflow-wrap:break-word;border-radius:10px;width:340px;padding:18px 20px;font-size:.88rem;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 8px 32px #0000001f}.status-key-panel h4{color:var(--blue-dark);text-transform:none;letter-spacing:0;margin-bottom:14px;font-size:.85rem;font-weight:700}.status-key-panel ul{flex-direction:column;gap:12px;margin-bottom:14px;list-style:none;display:flex}.status-key-panel li{flex-direction:column;gap:4px;display:flex}.status-key-panel li .state-badge{align-self:flex-start;font-size:.72rem}.status-key-panel li p{color:var(--gray-600);white-space:normal;word-break:break-word;overflow-wrap:break-word;font-size:.82rem;line-height:1.5}.status-key-stub-note{color:var(--gray-400);border-top:1px solid var(--gray-200);padding-top:10px;font-size:.78rem;line-height:1.5}.status-key-badge-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pr-filter-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.pr-filter-label{color:var(--gray-600);font-size:.85rem;font-weight:600}.pr-filter-btn{border:2px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font);border-radius:100px;padding:5px 14px;transition:all .15s}.pr-filter-btn:hover{border-color:var(--blue);color:var(--blue)}.pr-filter-btn--active{background:var(--blue);border-color:var(--blue);color:var(--white)}.pr-trust-note{margin-bottom:12px}.col-banded{padding-left:8px;display:block}.sortable-table th:nth-child(n+6),.sortable-table td:nth-child(n+6){border-left:2px solid var(--gray-200);background:#fafbfc}.contributor-cell{align-items:center;gap:10px;display:flex}.contributor-avatar{background:var(--gray-200);border-radius:50%;flex-shrink:0}.rep-info-bar{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 16px;display:flex}.rep-info-summary{color:var(--gray-600);font-size:.88rem}.rep-info-toggle{border:2px solid var(--blue);color:var(--blue);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font);white-space:nowrap;background:0 0;border-radius:100px;padding:5px 14px;transition:background .15s,color .15s}.rep-info-toggle:hover{background:var(--blue);color:var(--white)}.rep-formula-card{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--blue);border-radius:8px;flex-direction:column;gap:12px;margin-bottom:16px;padding:20px 24px;display:flex}.rep-formula-card h4{color:var(--blue-dark);font-size:.95rem}.rep-formula{background:var(--gray-100);color:var(--blue-dark);border-radius:6px;padding:10px 14px;font-family:SFMono-Regular,Consolas,monospace;font-size:.9rem;display:block}.rep-formula-card ul{flex-direction:column;gap:6px;padding-left:20px;display:flex}.rep-formula-card li{color:var(--gray-600);font-size:.88rem;line-height:1.5}.rep-formula-todo{color:var(--gray-400);background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:8px 12px;font-size:.82rem;line-height:1.5}.reputation-score{color:var(--blue-dark);font-weight:700}.todo-banner{color:var(--gray-800);background:#fffbeb;border:1px solid #fde68a;border-left:4px solid #f59e0b;border-radius:8px;align-items:flex-start;gap:14px;margin-bottom:16px;padding:16px 20px;font-size:.9rem;line-height:1.6;display:flex}.todo-badge{color:var(--white);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#f59e0b;border-radius:4px;margin-top:2px;padding:2px 10px;font-size:.72rem;font-weight:800;display:inline-block}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.project-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;flex-direction:column;gap:14px;padding:24px;display:flex}.project-card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.project-card-name{flex-direction:column;gap:4px;display:flex}.project-card-name a{color:var(--blue-dark);font-size:1.05rem;font-weight:700}.upstream-link{font-size:.78rem;color:var(--gray-400)!important;font-weight:400!important}.lang-badge{color:var(--gray-600);white-space:nowrap;align-items:center;gap:5px;font-size:.78rem;display:inline-flex}.lang-dot{background:var(--lang-color,#666);border-radius:50%;flex-shrink:0;width:10px;height:10px}.project-card-desc{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.project-card-stats{gap:20px;display:flex}.stat{flex-direction:column;gap:2px;display:flex}.stat-value{color:var(--blue-dark);font-size:1.3rem;font-weight:800;line-height:1}.stat-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.project-card-consensus{flex-direction:column;gap:8px;display:flex}.consensus-labels{flex-wrap:wrap;gap:12px;font-size:.78rem;font-weight:600;display:flex}.cl-accept{color:#1a7a2e}.cl-modify{color:#b8860b}.cl-reject{color:#b91c1c}.consensus-bar{background:var(--gray-200);border-radius:100px;height:6px;display:flex;overflow:hidden}.cb-accept{background:#4cd964}.cb-modify{background:#f59e0b}.cb-reject{background:#ef4444}.no-consensus{color:var(--gray-400);font-size:.78rem;font-style:italic}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.tool-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.tool-card-header{flex-direction:column;gap:6px;display:flex}.tool-card-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.tool-name{color:var(--blue-dark);font-size:1.2rem;font-weight:700}.tool-role-badge{letter-spacing:.02em;border-radius:100px;padding:2px 10px;font-size:.72rem;font-weight:700;display:inline-block}.tool-login{color:var(--gray-400);font-size:.8rem}.tool-detect-note{color:var(--gray-400);font-size:.82rem;font-style:italic;line-height:1.55}.tool-stats{background:var(--gray-100);border-radius:8px;flex-direction:column;gap:8px;padding:14px;display:flex}.tool-stat-row{align-items:baseline;gap:6px;display:flex}.tool-stat-label{color:var(--gray-600);flex:1;font-size:.82rem}.tool-stat-value{color:var(--blue-dark);text-align:right;min-width:32px;font-size:.95rem;font-weight:700}.tool-stat-note{color:var(--gray-400);font-size:.75rem}.tool-sentiment{flex-direction:column;gap:8px;display:flex}.tool-sentiment-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.tool-sentiment-title{color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.sentiment-label{border-radius:100px;padding:2px 8px;font-size:.75rem;font-weight:700}.sentiment-positive{color:#166534;background:#dcfce7}.sentiment-negative{color:#991b1b;background:#fee2e2}.sentiment-mixed{color:#854d0e;background:#fef9c3}.sortable-table-wrap{flex-direction:column;gap:16px;display:flex}.sortable-table-toolbar{align-items:center;gap:12px;display:flex}.sortable-table-search{border:2px solid var(--gray-200);max-width:360px;font-size:.95rem;font-family:var(--font);color:var(--gray-800);background:var(--white);border-radius:6px;outline:none;flex:1;padding:9px 14px;transition:border-color .15s}.sortable-table-search:focus{border-color:var(--blue)}.sortable-table-count{color:var(--gray-400);white-space:nowrap;font-size:.85rem}.sortable-table-empty{text-align:center;color:var(--gray-400);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;padding:48px 24px;font-size:.95rem}.sortable-table-scroll{border:1px solid var(--gray-200);border-radius:10px;overflow-x:auto}.sortable-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.9rem}.sortable-table thead{z-index:10;position:relative}.sortable-table thead th{background:var(--gray-100);letter-spacing:.04em;text-transform:uppercase;color:var(--gray-600);border-bottom:2px solid var(--gray-200);-webkit-user-select:none;user-select:none;white-space:nowrap;padding:11px 10px;font-size:.78rem;font-weight:700;position:relative;overflow:visible}.sortable-table thead th:has(.col-header-tip){text-align:center;width:2.5rem;min-width:2.5rem;padding:11px 6px}:is(.sortable-table tbody td:has(.col-banded),.sortable-table tbody td:has(.consensus-accept),.sortable-table tbody td:has(.consensus-modify),.sortable-table tbody td:has(.consensus-reject),.sortable-table tbody td:has(.reputation-score)){text-align:right}.sortable-table thead th.sortable{cursor:pointer;transition:background .12s,color .12s}.sortable-table thead th.sortable:hover{background:var(--gray-200);color:var(--blue-dark)}.sort-indicator{opacity:.6;margin-left:2px;font-size:.7rem}.sortable-table tbody tr{border-bottom:1px solid var(--gray-200);transition:background .1s}.sortable-table tbody tr:last-child{border-bottom:none}.sortable-table tbody tr:hover{background:#f4f8ff}.sortable-table tbody td{color:var(--gray-800);vertical-align:middle;padding:10px}.sortable-table a{color:var(--blue);font-weight:500;text-decoration:none}.sortable-table a:hover{text-decoration:underline}.col-header-tip{cursor:default;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:visible}.col-header-tip:after{content:attr(data-tip);background:var(--gray-800);color:var(--white);white-space:nowrap;pointer-events:none;opacity:0;z-index:500;text-transform:none;letter-spacing:0;border-radius:5px;padding:5px 10px;font-size:.75rem;font-weight:600;transition:opacity .15s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)}.col-header-tip:before{content:"";border:5px solid #0000;border-bottom-color:var(--gray-800);pointer-events:none;opacity:0;z-index:500;transition:opacity .15s;position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%)}.col-header-tip:hover:after,.col-header-tip:hover:before{opacity:1}.sortable-table thead th{overflow:visible}.lb-sync-bar{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;padding:10px 16px;display:flex}.lb-sync-time{color:var(--gray-600);flex:1;font-size:.85rem}.lb-refresh-btn{border:2px solid var(--blue);color:var(--blue);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font);background:0 0;border-radius:6px;padding:6px 16px;transition:background .15s,color .15s}.lb-refresh-btn:hover:not(:disabled){background:var(--blue);color:var(--white)}.lb-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.lb-sync-msg{color:var(--gray-400);font-size:.82rem;font-style:italic}.lb-tabs{border-bottom:2px solid var(--gray-200);gap:4px;margin-bottom:28px;display:flex}.lb-tab{color:var(--gray-600);cursor:pointer;font-size:.95rem;font-weight:500;font-family:var(--font);background:0 0;border:none;border-bottom:2px solid #0000;border-radius:6px 6px 0 0;margin-bottom:-2px;padding:10px 20px;transition:color .15s,border-color .15s}.lb-tab:hover{color:var(--blue);background:var(--gray-100)}.lb-tab--active{color:var(--blue-dark);border-bottom-color:var(--blue);font-weight:700}.lb-panel{min-height:300px}.sponsors-section-title{color:var(--blue-dark);margin-bottom:12px;font-size:clamp(1.4rem,3vw,1.9rem)}.sponsors-section-sub{color:var(--gray-600);margin-bottom:40px;line-height:1.7}.sponsor-cards{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.sponsor-card{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--green);border-radius:12px;align-items:flex-start;gap:24px;padding:28px;display:flex}.sponsor-logo-wrap{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:160px;min-width:160px;height:80px;padding:12px 16px;transition:box-shadow .15s;display:flex}.sponsor-logo-wrap:hover{text-decoration:none;box-shadow:0 2px 12px #00000014}.sponsor-logo-wrap--dark{background:#1a1a2e;border-color:#1a1a2e}.sponsor-logo{object-fit:contain;width:100%;height:100%}.sponsor-info{flex-direction:column;flex:1;gap:8px;display:flex}.sponsor-name-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.sponsor-name-row h3{color:var(--blue-dark);font-size:1.2rem}.sponsor-name-row h3 a{color:var(--blue-dark);text-decoration:none}.sponsor-name-row h3 a:hover{color:var(--blue);text-decoration:underline}.sponsor-info p{color:var(--gray-600);font-size:.93rem;line-height:1.65}.sponsor-slots{margin-top:16px}.sponsor-slot-placeholder{border:2px dashed var(--gray-200);text-align:center;color:var(--gray-400);border-radius:12px;justify-content:center;align-items:center;gap:16px;padding:28px;font-size:.92rem;font-style:italic;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:flex}.sponsor-slot-placeholder:hover{border-color:var(--blue);color:var(--blue);background:#f4f8ff;text-decoration:none}.sponsor-slot-cta{color:var(--blue);font-size:.88rem;font-style:normal;font-weight:600}.sponsors-tiers{background:var(--gray-100)}.tiers-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.tier-card{background:var(--white);border:1px solid var(--gray-200);border-top:4px solid var(--blue);border-radius:10px;padding:24px}.tier-card h3{color:var(--blue-dark);margin-bottom:8px;font-size:1rem}.tier-card p{color:var(--gray-600);font-size:.9rem;line-height:1.6}.sponsors-form-section{background:var(--white);border-top:1px solid var(--gray-200)}.sponsors-form-inner{grid-template-columns:1fr auto;align-items:start;gap:64px;display:grid}.sponsors-form-copy{flex-direction:column;gap:16px;display:flex}.sponsors-form-copy h2{color:var(--blue-dark);font-size:clamp(1.3rem,2.5vw,1.7rem)}.sponsors-form-copy p{color:var(--gray-600);font-size:.95rem;line-height:1.7}.sponsors-form-wrap{min-width:340px}@media (width<=768px){.sponsor-card{flex-direction:column}.sponsors-form-inner{grid-template-columns:1fr;gap:32px}.sponsors-form-wrap{min-width:unset}}
