.bestof-shell{background:var(--bestof-page,var(--bestof-app-background));color:var(--bestof-text-primary,var(--bestof-foreground));font-family:var(--bestof-font-sans,sans-serif);min-height:100vh}.bestof-container{box-sizing:border-box;margin:0 auto;max-width:var(--bestof-container-max,1064px);padding:0 var(--bestof-container-padding,24px);width:100%}.bestof-site-header{background:color-mix(in srgb,var(--bestof-surface,#ffffff) 96%,transparent);border-bottom:1px solid var(--bestof-border);box-shadow:var(--bestof-shadow-xs,none);position:-webkit-sticky;position:sticky;top:0;z-index:40}.bestof-site-header__inner{align-items:center;display:flex;gap:var(--bestof-space-5,20px);justify-content:space-between;min-height:var(--bestof-header-height,64px)}.bestof-brand{color:inherit;display:flex;align-items:center;flex-shrink:0;gap:12px;text-decoration:none}.bestof-brand__text{display:flex;flex-direction:column;gap:2px}.bestof-brand__mark{align-items:center;display:inline-flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.bestof-brand__markSvg{display:block;height:46px;width:46px}.bestof-brand__markSurface{fill:color-mix(in srgb,var(--bestof-surface,#ffffff) 82%,var(--bestof-brand) 18%);stroke:color-mix(in srgb,var(--bestof-brand) 28%,white 72%);stroke-width:1.5}.bestof-brand__markPrimary{fill:color-mix(in srgb,var(--bestof-brand) 86%,white 14%)}.bestof-brand__markSecondary{fill:color-mix(in srgb,var(--bestof-primary-strong,var(--bestof-brand)) 62%,white 38%)}.bestof-brand__markCore{fill:var(--bestof-surface,#ffffff)}.bestof-brand__markStroke{stroke:color-mix(in srgb,var(--bestof-brand) 76%,white 24%);stroke-linecap:round;stroke-width:2.5}.bestof-brand__title{color:var(--bestof-brand);font-size:var(--bestof-text-xl,20px);font-weight:var(--bestof-font-weight-bold,700);letter-spacing:-.03em}.bestof-brand__subtitle{color:var(--bestof-text-tertiary,var(--bestof-muted));font-size:var(--bestof-text-xs,12px);font-weight:400;max-width:320px}.bestof-site-header__nav{align-items:center;display:flex;flex:1 1;gap:var(--bestof-space-4,16px);justify-content:space-between}.bestof-nav-list{display:flex;flex-wrap:wrap;gap:var(--bestof-space-2,8px);list-style:none;margin:0;padding:0}.bestof-nav-link,.bestof-utility-link{color:var(--bestof-text-secondary,var(--bestof-muted));text-decoration:none}.bestof-nav-link,.bestof-utility-link{align-items:center;display:inline-flex;gap:var(--bestof-space-2,8px)}.bestof-nav-link{border-radius:var(--bestof-radius-sm,8px);font-size:var(--bestof-text-sm,14px);font-weight:var(--bestof-font-weight-semibold,600);padding:10px 12px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.bestof-nav-link:hover{background:var(--bestof-surface-soft,transparent)}.bestof-compact-list__item:hover strong,.bestof-nav-link:hover,.bestof-pill:hover,.bestof-project-name:hover,.bestof-tag:hover,.bestof-utility-link:hover{color:var(--bestof-primary-strong)}.bestof-header-tools{align-items:center;display:flex;flex-wrap:wrap;gap:var(--bestof-space-3,12px);justify-content:flex-end}.bestof-inline-icon{flex-shrink:0;height:16px;width:16px}.bestof-inline-icon--md{height:18px;width:18px}.bestof-ghost-button,.bestof-outline-button,.bestof-primary-button{border-radius:var(--bestof-radius-md,12px);display:inline-flex;font-size:var(--bestof-text-sm,14px);font-weight:var(--bestof-font-weight-semibold,600);gap:var(--bestof-space-2,8px);line-height:var(--bestof-line-height-title,1.25);min-height:var(--bestof-button-height-md,40px);padding:10px 14px;text-decoration:none;transition:.2s ease}.bestof-ghost-button,.bestof-outline-button{background:var(--bestof-surface,#ffffff);border:1px solid var(--bestof-border);color:var(--bestof-text-secondary,var(--bestof-muted))}.bestof-primary-button{background:var(--bestof-primary);border:1px solid var(--bestof-primary);box-shadow:var(--bestof-shadow-xs,none);color:var(--bestof-text-inverse,#ffffff)}.bestof-primary-button:hover{background:var(--bestof-primary-hover,var(--bestof-primary-strong));border-color:var(--bestof-primary-hover,var(--bestof-primary-strong))}.bestof-ghost-button:hover,.bestof-outline-button:hover{background:var(--bestof-surface-muted,var(--bestof-surface-soft,#ffffff));border-color:var(--bestof-border-strong,var(--bestof-border));color:var(--bestof-text-primary,var(--bestof-foreground))}.bestof-main{background:var(--bestof-app-background);min-height:calc(100vh - var(--bestof-header-height, 64px))}.bestof-page{gap:var(--bestof-space-6,24px);padding-bottom:var(--bestof-space-10,40px);padding-top:var(--bestof-space-7,28px)}.bestof-intro,.bestof-page{display:flex;flex-direction:column}.bestof-intro{gap:var(--bestof-space-3,12px)}.bestof-intro__eyebrow{color:var(--bestof-primary-strong);font-size:var(--bestof-text-xs,12px);font-weight:var(--bestof-font-weight-bold,700);letter-spacing:.08em;line-height:var(--bestof-line-height-tight,1.15);text-transform:uppercase}.bestof-intro__header{align-items:flex-start;display:flex;gap:var(--bestof-space-5,20px);justify-content:space-between}.bestof-intro__copy{flex:1 1;max-width:720px}.bestof-intro__title{color:var(--bestof-text-strong,var(--bestof-foreground));font-size:clamp(var(--bestof-text-4xl,38px),4vw,var(--bestof-text-5xl,46px));letter-spacing:-.04em;line-height:var(--bestof-line-height-tight,1.15);margin:0 0 10px}.bestof-intro__description,.bestof-intro__title{font-family:var(--bestof-font-serif,Georgia,"Times New Roman",serif)}.bestof-intro__description{color:var(--bestof-text-tertiary,var(--bestof-muted));font-size:var(--bestof-text-lg,16px);font-weight:200;line-height:var(--bestof-line-height-body,1.7);margin:0}.bestof-intro__actions{flex-direction:column;flex-shrink:0;min-width:min(var(--bestof-sidebar-width,300px),100%);width:min(var(--bestof-sidebar-width,300px),100%)}.bestof-action-row,.bestof-intro__actions{display:flex;gap:var(--bestof-space-3,12px)}.bestof-action-row{flex-wrap:wrap}.bestof-action-row--hero{justify-content:flex-end}.bestof-action-stack{display:flex;flex-direction:column;gap:10px}.bestof-detail-grid,.bestof-home-grid{display:grid;grid-gap:var(--bestof-space-6,24px);gap:var(--bestof-space-6,24px);grid-template-columns:minmax(0,1fr) var(--bestof-sidebar-width,300px)}.bestof-main-stack,.bestof-sidebar-stack{display:flex;flex-direction:column;gap:var(--bestof-space-6,24px)}.bestof-sidebar-banner{width:100%}.bestof-main-stack--tight{gap:10px}.bestof-card{background:var(--bestof-surface,#ffffff);border:1px solid var(--bestof-border);border-radius:var(--bestof-radius-lg,16px);box-shadow:var(--bestof-shadow-xs,none);overflow:hidden}.bestof-card__header{align-items:flex-start;display:flex;gap:var(--bestof-space-4,16px);justify-content:space-between;padding:var(--bestof-space-5,20px) var(--bestof-space-5,20px)}.bestof-card__title{color:var(--bestof-text-strong,var(--bestof-foreground));font-family:var(--bestof-font-serif,Georgia,"Times New Roman",serif);font-size:20px;line-height:var(--bestof-line-height-title,1.25);margin:0}.bestof-card__subtitle{color:var(--bestof-text-tertiary,var(--bestof-muted));font-size:var(--bestof-text-base,16px);font-weight:400;line-height:var(--bestof-line-height-body,1.7);margin:8px 0 0}.bestof-card__action{flex-shrink:0}.bestof-card__action .bestof-pill-list{justify-content:flex-end;margin-top:0}.bestof-dropdown{position:relative}.bestof-dropdown[open]{z-index:8}.bestof-dropdown__summary{align-items:center;background:var(--bestof-surface,#ffffff);border:1px solid var(--bestof-border);border-radius:var(--bestof-radius-md,12px);color:var(--bestof-text-secondary,var(--bestof-muted));cursor:pointer;display:inline-flex;gap:8px;font-size:var(--bestof-text-sm,14px);font-weight:var(--bestof-font-weight-semibold,600);line-height:var(--bestof-line-height-title,1.25);list-style:none;min-height:40px;padding:10px 14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bestof-dropdown__summary::-webkit-details-marker{display:none}.bestof-dropdown__caret{color:var(--bestof-text-tertiary,var(--bestof-muted));font-size:11px}.bestof-dropdown__menu{background:var(--bestof-surface,#ffffff);border:1px solid var(--bestof-border);border-radius:var(--bestof-radius-md,12px);box-shadow:var(--bestof-shadow-sm,0 10px 24px rgba(24,48,40,.08));display:flex;flex-direction:column;margin-top:10px;min-width:168px;overflow:hidden;position:absolute;right:0;top:100%}.bestof-dropdown__item{color:var(--bestof-text-secondary,var(--bestof-muted));font-size:var(--bestof-text-sm,14px);font-weight:500;padding:10px 14px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.bestof-dropdown__item--active,.bestof-dropdown__item:hover{background:var(--bestof-surface-soft,#f4f8f6);color:var(--bestof-primary-strong)}.bestof-card__body{padding:var(--bestof-space-4,16px) var(--bestof-space-5,20px) var(--bestof-space-5,20px)}.bestof-card__footer{border-top:1px solid var(--bestof-border);padding:0}.bestof-link-action{color:var(--bestof-primary-strong);align-items:center;display:flex;gap:10px;font-weight:var(--bestof-font-weight-semibold,600);font-size:var(--bestof-text-base,16px);justify-content:center;padding:var(--bestof-space-4,16px) var(--bestof-space-5,20px);text-decoration:none;transition:background-color .2s ease,color .2s ease,gap .2s ease}.bestof-card__footer .bestof-link-action:hover{background:var(--bestof-surface-soft,#f4f8f6)}.bestof-card__footer .bestof-link-action:after{content:"\2192";line-height:1}.bestof-card__footer .bestof-link-action:hover{gap:14px}.bestof-link-action--inline{border-radius:var(--bestof-radius-md,12px);border:1px solid var(--bestof-border);display:inline-flex;padding:10px 14px}.bestof-link-action--panel{align-items:center;border:1px solid var(--bestof-border);border-radius:var(--bestof-radius-md,12px);display:flex;gap:8px;padding:12px 14px}.bestof-pill-list,.bestof-tag-list{display:flex;flex-wrap:wrap;gap:var(--bestof-space-3,12px);margin-top:0}.bestof-pill-list--filters{gap:14px;margin-bottom:6px}.bestof-pill,.bestof-tag{background:var(--bestof-pill-background);border:1px solid var(--bestof-pill-border);color:var(--bestof-text-secondary,var(--bestof-muted));font-size:var(--bestof-text-xs,12px);font-weight:var(--bestof-font-weight-semibold,600);line-height:var(--bestof-line-height-title,1.25);padding:8px 12px;text-decoration:none}.bestof-pill{border-radius:var(--bestof-radius-pill,999px)}.bestof-tag{border-radius:4px;padding:4px 8px}.bestof-pill-list--filters .bestof-pill{background:var(--bestof-surface,#ffffff);border-color:var(--bestof-border-strong,var(--bestof-border));color:var(--bestof-text-primary,var(--bestof-foreground));font-size:var(--bestof-text-sm,14px);padding:10px 14px}.bestof-pill-list--filters .bestof-pill--active{background:var(--bestof-primary);border-color:var(--bestof-primary);color:var(--bestof-text-inverse,#ffffff)}.bestof-pill--active{background:var(--bestof-pill-active-background,var(--bestof-primary));border-color:var(--bestof-pill-active-border,var(--bestof-primary));color:var(--bestof-pill-active-text,var(--bestof-text-inverse,#ffffff))}.bestof-project-list{display:flex;flex-direction:column;margin:calc(var(--bestof-space-4, 16px) * -1) calc(var(--bestof-space-5, 20px) * -1) calc(var(--bestof-space-5, 20px) * -1)}.bestof-project-row{border-top:1px solid var(--bestof-border);display:grid;grid-gap:var(--bestof-space-4,16px);gap:var(--bestof-space-4,16px);grid-template-columns:64px minmax(0,1fr) 88px;padding:22px 24px 22px 20px}.bestof-project-row:first-child{border-top:0}.bestof-project-row:hover{background:var(--bestof-row-hover-background,transparent)}.bestof-detail-logo,.bestof-project-logo{align-items:center;background:var(--bestof-pill-background);border:1px solid var(--bestof-pill-border);color:var(--bestof-primary-strong);display:inline-flex;font-size:var(--bestof-text-lg,18px);font-weight:var(--bestof-font-weight-bold,700);height:64px;justify-content:center;text-decoration:none;width:64px}.bestof-project-logo{border-radius:18px}.bestof-detail-logo--lg{height:112px;width:112px}.bestof-detail-logo{border-radius:16px;overflow:hidden}.bestof-project-logo{overflow:hidden}.bestof-project-logo__image{border-radius:16px}.bestof-detail-logo__image,.bestof-project-logo__image{background:var(--bestof-surface,#ffffff);display:block;height:100%;object-fit:contain;width:100%}.bestof-detail-logo__image{border-radius:14px;padding:8px}.bestof-project-main{display:flex;flex-direction:column;gap:var(--bestof-space-2,8px);min-width:0}.bestof-project-main__heading{display:block}.bestof-project-title-row{align-items:center;display:grid;grid-gap:var(--bestof-space-3,12px);gap:var(--bestof-space-3,12px);grid-template-columns:minmax(0,1fr) auto;width:100%}.bestof-project-name{color:var(--bestof-text-strong,var(--bestof-foreground));display:block;font-size:18px;font-weight:var(--bestof-font-weight-bold,700);line-height:var(--bestof-line-height-title,1.25);min-width:0;text-decoration:none;transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.bestof-project-links{align-items:center;display:flex;flex-wrap:wrap;gap:var(--bestof-space-3,12px)}.bestof-project-link-icon{align-items:center;background:var(--bestof-surface-soft,transparent);border:1px solid var(--bestof-border-soft,var(--bestof-border));border-radius:var(--bestof-radius-pill,999px);color:var(--bestof-text-secondary,var(--bestof-muted));display:inline-flex;height:32px;justify-content:center;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease;width:32px}.bestof-project-link-icon:hover{background:var(--bestof-pill-background);border-color:var(--bestof-pill-border);color:var(--bestof-primary-strong)}.bestof-project-row:hover .bestof-project-name{color:var(--bestof-primary-strong);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb,var(--bestof-primary-strong) 68%,transparent);text-decoration-color:color-mix(in srgb,var(--bestof-primary-strong) 68%,transparent);text-underline-offset:.22em}.bestof-project-description,.bestof-prose li,.bestof-prose p{color:var(--bestof-text-secondary,var(--bestof-muted));font-size:var(--bestof-text-base,16px);line-height:var(--bestof-line-height-body,1.7);margin:0}.bestof-prose{color:var(--bestof-text-secondary,var(--bestof-muted))}.bestof-prose>:first-child{margin-top:0}.bestof-prose>:last-child{margin-bottom:0}.bestof-prose h1,.bestof-prose h2,.bestof-prose h3,.bestof-prose h4{color:var(--bestof-text-strong,var(--bestof-foreground));font-family:var(--bestof-font-serif,Georgia,"Times New Roman",serif);line-height:var(--bestof-line-height-title,1.25);margin:1.5em 0 .6em}.bestof-prose h1{font-size:28px}.bestof-prose h2{font-size:24px}.bestof-prose h3{font-size:20px}.bestof-prose ol,.bestof-prose ul{margin:0 0 1em;padding-left:1.4em}.bestof-prose li+li{margin-top:.35em}.bestof-prose a{color:var(--bestof-link,var(--bestof-primary-strong))}.bestof-prose blockquote{border-left:3px solid var(--bestof-pill-border,var(--bestof-border));color:var(--bestof-text-secondary,var(--bestof-muted));margin:1em 0;padding-left:1em}.bestof-prose code{background:var(--bestof-surface-soft,#f4f6f4);border:1px solid var(--bestof-border-soft,var(--bestof-border));border-radius:6px;color:var(--bestof-text-primary,var(--bestof-foreground));font-family:var(--bestof-font-mono,monospace);font-size:.9em;padding:.15em .35em}.bestof-prose pre{background:#f3f6f4;border:1px solid var(--bestof-border-soft,var(--bestof-border));border-radius:var(--bestof-radius-md,12px);margin:1em 0;overflow-x:auto;padding:14px 16px}.bestof-prose pre code{background:transparent;border:0;padding:0}.bestof-prose table{border-collapse:collapse;display:block;margin:1em 0;overflow-x:auto;width:100%}.bestof-prose td,.bestof-prose th{border:1px solid var(--bestof-border-soft,var(--bestof-border));padding:10px 12px;text-align:left}.bestof-prose th{background:var(--bestof-surface-soft,#f4f6f4);color:var(--bestof-text-strong,var(--bestof-foreground))}.bestof-prose :is(img,video,iframe){display:block;height:auto;margin:1em auto;max-width:100%;border-radius:var(--bestof-radius-md,12px)}.bestof-prose video{background:#000}.bestof-prose [align=center]{text-align:center}.bestof-summary-block{display:grid;grid-gap:var(--bestof-space-4,16px);gap:var(--bestof-space-4,16px)}.bestof-summary-block__row{display:grid;grid-gap:var(--bestof-space-2,8px);gap:var(--bestof-space-2,8px)}.bestof-summary-block__label{color:var(--bestof-text-tertiary,var(--bestof-muted));font-size:var(--bestof-text-xs,12px);font-weight:var(--bestof-font-weight-semibold,600);letter-spacing:.04em;text-transform:uppercase}.bestof-project-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.bestof-project-metric{align-items:center;align-self:center;display:flex;gap:6px;justify-content:flex-end;min-height:0;min-width:88px;padding-left:0;text-align:right}.bestof-project-metric__icon{color:var(--bestof-primary-strong);display:inline-flex}.bestof-project-metric__value{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.bestof-project-metric strong{color:var(--bestof-primary-strong);font-size:var(--bestof-text-xl,20px);line-height:1}.bestof-compact-list__item span,.bestof-project-metric span{color:var(--bestof-text-tertiary,var(--bestof-muted));font-size:var(--bestof-text-xs,12px)}.bestof-compact-list{display:flex;flex-direction:column;margin:calc(var(--bestof-space-4, 16px) * -1) calc(var(--bestof-space-5, 20px) * -1) calc(var(--bestof-space-5, 20px) * -1)}.bestof-compact-list__item{align-items:center;border-top:1px solid var(--bestof-border);color:inherit;display:flex;gap:var(--bestof-space-4,16px);justify-content:space-between;padding:18px var(--bestof-space-5,20px);text-decoration:none}.bestof-compact-list__item:first-child{border-top:0}.bestof-compact-list__item:hover{background:var(--bestof-row-hover-background,transparent)}.bestof-compact-list__main{align-items:center;display:flex;gap:14px;min-width:0}.bestof-compact-list__logo{align-items:center;background:var(--bestof-pill-background);border:1px solid var(--bestof-pill-border);border-radius:16px;color:var(--bestof-primary-strong);display:inline-flex;flex-shrink:0;font-size:16px;font-weight:var(--bestof-font-weight-bold,700);height:60px;justify-content:center;overflow:hidden;width:60px}.bestof-compact-list__logoImage{background:var(--bestof-surface,#ffffff);display:block;height:100%;object-fit:contain;padding:6px;width:100%}.bestof-compact-list__copy{min-width:0}.bestof-compact-list__item strong{color:var(--bestof-text-strong,var(--bestof-foreground));display:block;font-size:var(--bestof-text-base,14px);line-height:var(--bestof-line-height-title,1.25);margin-bottom:5px}.bestof-compact-list__item p{color:var(--bestof-text-secondary,var(--bestof-muted));font-size:var(--bestof-text-sm,14px);line-height:var(--bestof-line-height-body,1.7);margin:0}.bestof-note-grid,.bestof-promo-grid{display:grid;grid-gap:var(--bestof-space-4,16px);gap:var(--bestof-space-4,16px);grid-template-columns:repeat(3,minmax(0,1fr))}.bestof-promo-card{background:var(--bestof-surface,#ffffff);border:1px solid var(--bestof-border);border-radius:var(--bestof-radius-lg,16px);display:block;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.bestof-promo-card:hover{border-color:var(--bestof-border-strong,var(--bestof-border));box-shadow:var(--bestof-shadow-sm,0 12px 28px rgba(24,48,40,.08));transform:translateY(-2px)}.bestof-promo-card__image{display:block;height:auto;width:100%}.bestof-note{background:var(--bestof-surface,#ffffff);border:1px solid var(--bestof-border);border-radius:var(--bestof-radius-lg,16px);padding:var(--bestof-space-5,20px)}.bestof-note--link{color:inherit;display:block;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.bestof-note--link:hover{background:var(--bestof-surface-soft,#f4f8f6);border-color:var(--bestof-border-strong,var(--bestof-border))}.bestof-note strong{color:var(--bestof-text-strong,var(--bestof-foreground));display:block;font-size:var(--bestof-text-base,16px);font-weight:var(--bestof-font-weight-bold,700);line-height:var(--bestof-line-height-title,1.25);margin-bottom:10px}.bestof-note p{font-size:var(--bestof-text-base,16px);margin:0}.bestof-breadcrumbs,.bestof-note p{color:var(--bestof-text-secondary,var(--bestof-muted));line-height:var(--bestof-line-height-body,1.7)}.bestof-breadcrumbs{font-size:var(--bestof-text-sm,14px)}.bestof-breadcrumbs a{color:var(--bestof-text-secondary,var(--bestof-muted));text-decoration:none}.bestof-breadcrumbs span{margin:0 var(--bestof-space-2,8px)}.bestof-detail-hero{display:grid;grid-gap:var(--bestof-space-6,24px);gap:var(--bestof-space-6,24px);grid-template-columns:minmax(0,1fr) 240px;padding:var(--bestof-space-5,20px)}.bestof-detail-main{display:flex;flex-direction:column;gap:var(--bestof-space-5,20px)}.bestof-detail-identity{align-items:flex-start;display:flex;gap:var(--bestof-space-4,16px)}.bestof-detail-identity h1{color:var(--bestof-text-strong,var(--bestof-foreground));font-family:var(--bestof-font-serif,Georgia,"Times New Roman",serif);font-size:clamp(32px,4vw,42px);letter-spacing:-.04em;line-height:var(--bestof-line-height-tight,1.15);margin:0}.bestof-detail-titleRow{align-items:flex-start;display:grid;grid-gap:20px;gap:20px;grid-template-columns:minmax(0,1fr) auto}.bestof-detail-titleBlock{min-width:0}.bestof-detail-summary{color:var(--bestof-text-secondary,var(--bestof-muted));font-family:var(--bestof-font-serif,Georgia,"Times New Roman",serif);font-size:var(--bestof-text-lg,18px);font-weight:400;line-height:var(--bestof-line-height-body,1.7);margin:0}.bestof-detail-stats{border-left:1px solid var(--bestof-border);display:flex;flex-direction:column;gap:var(--bestof-space-3,12px);padding-left:var(--bestof-space-5,20px)}.bestof-detail-stat{display:flex;flex-direction:column;gap:var(--bestof-space-1,4px)}.bestof-detail-stat__icon{color:var(--bestof-primary-strong);display:inline-flex}.bestof-detail-stat strong{color:var(--bestof-text-strong,var(--bestof-foreground));font-size:var(--bestof-text-xl,20px);line-height:var(--bestof-line-height-title,1.25)}.bestof-detail-stat span{color:var(--bestof-text-tertiary,var(--bestof-muted));font-size:var(--bestof-text-xs,12px)}.bestof-detail-tagList{display:flex;flex-wrap:wrap;gap:10px}.bestof-detail-tag{color:var(--bestof-text-secondary,var(--bestof-muted));font-size:var(--bestof-text-sm,14px);text-decoration:none}.bestof-detail-metaGrid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.bestof-detail-metaItem{background:var(--bestof-surface-soft,#f4f8f6);border:1px solid var(--bestof-border-soft,var(--bestof-border));border-radius:12px;display:flex;flex-direction:column;gap:4px;padding:12px 14px}.bestof-detail-metaItem span{color:var(--bestof-text-tertiary,var(--bestof-muted));font-size:12px}.bestof-detail-metaItem strong{color:var(--bestof-text-strong,var(--bestof-foreground));font-size:14px;line-height:1.4}.bestof-landing{overflow:hidden}.bestof-landing__image{display:block;width:100%}.bestof-landing__body{display:flex;flex-direction:column;gap:18px;padding:28px}.bestof-landing__title{color:var(--bestof-text-strong,var(--bestof-foreground));font-family:var(--bestof-font-serif,Georgia,"Times New Roman",serif);font-size:clamp(30px,4vw,44px);line-height:1.12;margin:0}.bestof-landing__subtitle{color:var(--bestof-text-secondary,var(--bestof-muted));font-size:18px;line-height:1.7;margin:0}.bestof-hero-carousel{display:flex;flex-direction:column;gap:12px}.bestof-hero-carousel__slide{border-radius:24px;display:block;overflow:hidden;position:relative;text-decoration:none}.bestof-hero-carousel__image{display:block;width:100%}.bestof-hero-carousel__overlay{background:linear-gradient(180deg,rgba(10,20,18,.08),rgba(10,20,18,.42));inset:0;position:absolute}.bestof-hero-carousel__content{bottom:0;color:white;display:flex;flex-direction:column;gap:8px;left:0;max-width:760px;padding:28px;position:absolute}.bestof-hero-carousel__eyebrow{color:rgba(255,255,255,.82);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bestof-hero-carousel__title{font-family:var(--bestof-font-serif,Georgia,"Times New Roman",serif);font-size:clamp(28px,3vw,42px);line-height:1.14}.bestof-hero-carousel__subtitle{color:rgba(255,255,255,.9);font-size:16px;line-height:1.6;margin:0}.bestof-hero-carousel__dots{display:flex;gap:8px;justify-content:flex-end}.bestof-hero-carousel__dot{background:rgba(27,73,58,.18);border:0;border-radius:999px;cursor:pointer;height:10px;width:10px}.bestof-hero-carousel__dot--active{background:var(--bestof-primary-strong);width:28px}.bestof-hero-carousel--compact{gap:8px;width:100%}.bestof-hero-carousel--compact .bestof-hero-carousel__slide{border-radius:16px;height:150px;min-height:150px}.bestof-hero-carousel--compact .bestof-hero-carousel__image{height:100%;min-height:150px;object-fit:cover}.bestof-hero-carousel--compact .bestof-hero-carousel__content{gap:4px;max-width:100%;padding:14px 15px}.bestof-hero-carousel--compact .bestof-hero-carousel__eyebrow{font-size:10px;letter-spacing:.1em}.bestof-hero-carousel--compact .bestof-hero-carousel__title{font-size:clamp(16px,1.4vw,20px);line-height:1.18}.bestof-hero-carousel--compact .bestof-hero-carousel__subtitle{display:-webkit-box;font-size:12px;line-height:1.35;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.bestof-hero-carousel--compact .bestof-hero-carousel__dots{justify-content:flex-end;padding-right:2px}.bestof-hero-carousel--compact .bestof-hero-carousel__dot{height:8px;width:8px}.bestof-hero-carousel--compact .bestof-hero-carousel__dot--active{width:22px}.bestof-site-footer{border-top:1px solid var(--bestof-border);color:var(--bestof-text-secondary,var(--bestof-muted));font-size:var(--bestof-text-sm,14px);line-height:var(--bestof-line-height-body,1.7);padding:var(--bestof-space-5,20px) 0 var(--bestof-space-7,28px)}.bestof-site-footer p{margin:0}.bestof-pager{align-items:center;display:flex;justify-content:space-between;gap:var(--bestof-space-4,16px);width:100%}.bestof-pager__slot{display:flex;flex:1 1}.bestof-pager__slot--left{justify-content:flex-start}.bestof-pager__slot--right{justify-content:flex-end}.bestof-pager__spacer{display:inline-flex;min-height:var(--bestof-button-height-md,40px);min-width:96px}@media (max-width:960px){.bestof-detail-grid,.bestof-detail-hero,.bestof-home-grid{grid-template-columns:minmax(0,1fr)}.bestof-detail-stats{border-left:0;border-top:1px solid var(--bestof-border);padding-left:0;padding-top:var(--bestof-space-5,20px)}.bestof-project-row{grid-template-columns:64px minmax(0,1fr) 88px}.bestof-project-metric{grid-column:2/-1;align-items:flex-start;gap:var(--bestof-space-3,12px);min-height:0;padding-left:0;padding-top:0;text-align:left}.bestof-project-metric__value{align-items:flex-start}.bestof-note-grid,.bestof-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bestof-detail-titleRow{grid-template-columns:minmax(0,1fr)}.bestof-action-row--hero{justify-content:flex-start}}@media (max-width:720px){.bestof-container{padding:0 var(--bestof-container-padding-mobile,16px)}.bestof-detail-identity,.bestof-intro__header,.bestof-site-header__inner,.bestof-site-header__nav{align-items:flex-start;flex-direction:column}.bestof-brand{align-items:flex-start}.bestof-project-row{grid-template-columns:1fr}.bestof-project-logo{height:56px;width:56px}.bestof-project-metric{grid-column:auto}.bestof-project-main__heading,.bestof-project-title-row{align-items:flex-start;grid-template-columns:minmax(0,1fr) auto}.bestof-dropdown__menu{left:0;right:auto}.bestof-project-description{-webkit-line-clamp:2}.bestof-intro__actions{min-width:0;width:100%}.bestof-hero-carousel--compact .bestof-hero-carousel__image,.bestof-hero-carousel--compact .bestof-hero-carousel__slide{height:150px;min-height:150px}.bestof-note-grid,.bestof-promo-grid{grid-template-columns:1fr}.bestof-detail-logo--lg{height:88px;width:88px}.bestof-detail-metaGrid{grid-template-columns:1fr}.bestof-hero-carousel__content,.bestof-landing__body{padding:20px}}:root{--bestof-app-background:#f6f8f6;--bestof-page:#f8faf8;--bestof-surface:#ffffff;--bestof-surface-muted:#f1f5f2;--bestof-surface-soft:#eef4f1;--bestof-foreground:#1f2a24;--bestof-text-strong:#1f2a24;--bestof-text-primary:#2a362f;--bestof-text-secondary:#5d6962;--bestof-text-tertiary:#7b8780;--bestof-text-inverse:#ffffff;--bestof-border:#d8e0da;--bestof-border-soft:#e7ede8;--bestof-border-strong:#c3cec7;--bestof-primary:#4c7a5a;--bestof-primary-hover:#355a41;--bestof-primary-strong:#355a41;--bestof-primary-active:#284734;--bestof-brand:#355a41;--bestof-pill-background:#edf5ef;--bestof-pill-border:#c8dccd;--bestof-pill-active-background:var(--bestof-primary);--bestof-pill-active-border:var(--bestof-primary);--bestof-pill-active-text:#ffffff;--bestof-link:#355a41;--bestof-link-hover:#284734;--bestof-font-sans:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",system-ui,sans-serif;--bestof-font-serif:"Noto Serif SC","Source Han Serif SC","Songti SC","STSong",Georgia,serif;--bestof-font-mono:"JetBrains Mono","SFMono-Regular",Consolas,monospace;--bestof-text-xs:10px;--bestof-text-sm:12px;--bestof-text-base:14px;--bestof-text-lg:16px;--bestof-text-xl:18px;--bestof-text-2xl:22px;--bestof-text-4xl:33px;--bestof-text-5xl:46px;--bestof-line-height-tight:1.15;--bestof-line-height-title:1.25;--bestof-line-height-body:1.7;--bestof-font-weight-semibold:400;--bestof-font-weight-bold:600;--bestof-space-1:3px;--bestof-space-2:6px;--bestof-space-3:10px;--bestof-space-4:16px;--bestof-space-5:20px;--bestof-space-6:24px;--bestof-space-7:28px;--bestof-space-10:40px;--bestof-radius-sm:8px;--bestof-radius-md:12px;--bestof-radius-lg:16px;--bestof-radius-xl:20px;--bestof-radius-pill:999px;--bestof-shadow-xs:0 1px 2px rgba(31,42,36,0.04);--bestof-shadow-sm:0 4px 12px rgba(31,42,36,0.06);--bestof-container-max:1200px;--bestof-container-padding:24px;--bestof-container-padding-mobile:16px;--bestof-header-height:64px;--bestof-sidebar-width:300px;--bestof-button-height-md:40px;--bestof-row-hover-background:#f4f8f4}*{box-sizing:border-box}html{background:var(--bestof-app-background)}body{background:var(--bestof-page);color:var(--bestof-text-primary);font-family:var(--bestof-font-sans);margin:0}a,button,input,select,textarea{font:inherit}