.theme-container{min-height:100vh;position:relative;z-index:0;isolation:isolate}.theme-container,.theme-header{background-color:var(--background)}.theme-header{border-bottom:1px solid color-mix(in srgb,var(--border) 50%,transparent)}.theme-header-inner{width:100%;max-width:1024px;margin-left:auto;margin-right:auto;padding:3rem 1rem}.theme-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.theme-header-text{flex:1}.theme-header-brand{margin-bottom:1rem}.theme-header-logo{max-height:2.5rem;width:auto;object-fit:contain}.theme-header-project-name{font-size:1rem;font-weight:600;color:var(--muted-foreground)}.theme-header-title{font-size:2.25rem;line-height:2.5rem;font-weight:700;color:var(--foreground);margin:0 0 .5rem;text-align:left}@media (max-width:768px){.theme-header-title{font-size:1.875rem;line-height:2.25rem}}.theme-header-description{font-size:1rem;line-height:1.5rem;color:var(--muted-foreground);margin:0;text-align:left}.theme-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.theme-subscribe-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--foreground);background-color:transparent;border:1px solid var(--border);border-radius:.375rem;cursor:pointer;transition:all .15s ease}.theme-subscribe-button:hover{background-color:var(--muted)}.theme-subscribe-icon{width:1rem;height:1rem}.theme-rss-link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;color:var(--muted-foreground);transition:color .15s ease;border-radius:.375rem}.theme-rss-link:hover{color:var(--foreground);background-color:var(--muted)}.theme-rss-icon{width:1.25rem;height:1.25rem}.theme-main{width:100%;max-width:1024px;margin-left:auto;margin-right:auto;padding:3rem 1rem;display:flex;gap:3rem}@media (max-width:1024px){.theme-main{flex-direction:column;gap:2rem}}.theme-content{flex:1;min-width:0}.theme-sidebar{width:16rem;flex-shrink:0}@media (max-width:1024px){.theme-sidebar{width:100%;order:-1}}.theme-entry,.theme-list{position:relative}.theme-entry{display:grid;grid-template-columns:120px 24px 1fr;gap:0;padding-bottom:2.5rem}@media (max-width:768px){.theme-entry{grid-template-columns:16px 1fr;gap:1rem}}.theme-date{text-align:right;padding-right:1.5rem;padding-top:.25rem}@media (max-width:768px){.theme-date{display:none}}.theme-date-text{font-size:.875rem;font-weight:500;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}.theme-marker{display:flex;flex-direction:column;align-items:center;position:relative}.theme-dot{width:12px;height:12px;background-color:var(--primary);border-radius:50%;flex-shrink:0;position:relative;z-index:1;margin-top:.375rem}.theme-line{width:2px;flex:1;background:repeating-linear-gradient(to bottom,var(--primary) 0,var(--primary) 4px,transparent 4px,transparent 8px);opacity:.4;margin-top:.5rem}.theme-entry:last-child .theme-line{display:none}.theme-dot-skeleton{width:12px;height:12px;background-color:var(--muted);border-radius:50%;flex-shrink:0;position:relative;z-index:1;margin-top:.375rem}.theme-line-skeleton{width:2px;flex:1;background:repeating-linear-gradient(to bottom,var(--muted) 0,var(--muted) 4px,transparent 4px,transparent 8px);opacity:.6;margin-top:.5rem}.theme-card{padding:1.5rem;display:block;text-decoration:none;color:inherit}.theme-entry-link{cursor:pointer;border-radius:.5rem;transition:background-color .15s ease}.theme-entry-link:hover{background-color:color-mix(in srgb,var(--muted) 30%,transparent)}@media (max-width:768px){.theme-card{padding:.75rem}}.theme-mobile-date{display:none;font-size:.75rem;font-weight:500;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}@media (max-width:768px){.theme-mobile-date{display:block}}.theme-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:var(--foreground);margin:0 0 .75rem;transition:color .15s ease}.theme-entry-link:hover .theme-title{color:var(--primary)}.theme-version{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:var(--muted-foreground);background-color:color-mix(in srgb,var(--muted) 50%,transparent);padding:.125rem .5rem;border-radius:.25rem;margin-bottom:.75rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.theme-excerpt{color:var(--muted-foreground);font-size:.9375rem;line-height:1.625;margin-bottom:1rem}.theme-excerpt p{margin:0 0 .75rem}.theme-excerpt p:last-child{margin-bottom:0}.theme-excerpt ol,.theme-excerpt ul{margin:.5rem 0;padding-left:1.25rem}.theme-excerpt li{margin-bottom:.25rem}.theme-image{margin-top:1rem;border-radius:.5rem;overflow:hidden}.theme-image img{width:100%;height:auto;display:block;border-radius:.5rem}.theme-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.theme-empty{text-align:center;padding:5rem 1rem}.theme-empty-icon{width:4rem;height:4rem;background-color:var(--muted);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.theme-empty-icon svg{width:2rem;height:2rem;color:var(--muted-foreground)}.theme-empty-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0 0 .5rem}.theme-empty-description{color:var(--muted-foreground);font-size:1rem;margin:0}.theme-detail{min-height:100vh;background-color:var(--background);position:relative;z-index:0;isolation:isolate}.theme-detail-header{border-bottom:1px solid color-mix(in srgb,var(--border) 50%,transparent);background-color:var(--background)}.theme-detail-header-inner{width:100%;max-width:1024px;margin-left:auto;margin-right:auto;padding:1.5rem 1rem}.theme-detail-nav{display:flex;align-items:center;gap:1rem}.theme-detail-back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .15s ease}.theme-detail-back-link:hover{color:var(--foreground)}.theme-detail-back-icon{width:1rem;height:1rem}.theme-detail-logo{display:flex;align-items:center;transition:opacity .15s ease}.theme-detail-logo:hover{opacity:.8}.theme-detail-logo-img{max-width:2.5rem;max-height:2.5rem;width:auto;height:auto;object-fit:contain;border-radius:.375rem}.theme-detail-project-name{font-size:1rem;font-weight:500;color:var(--foreground);text-decoration:none;transition:color .15s ease}.theme-detail-project-name:hover{color:var(--primary)}.theme-detail-divider{width:1px;height:1.5rem;background-color:var(--border)}.theme-detail-content{width:100%;max-width:1024px;margin-left:auto;margin-right:auto;padding:3rem 1rem}.theme-detail-main{display:flex;gap:3rem;align-items:flex-start}.theme-detail-main-content{flex:1;min-width:0}.theme-detail-sidebar{width:16rem;flex-shrink:0}@media (max-width:1024px){.theme-detail-main{flex-direction:column;gap:2rem}.theme-detail-sidebar{width:100%}}.theme-detail .theme-render-title{font-size:1.75rem;line-height:2.25rem}.theme-tag-sidebar{padding:1.25rem;border:1px solid var(--border);border-radius:.5rem;background-color:var(--card)}.theme-tag-sidebar-title{font-size:.875rem;font-weight:600;color:var(--foreground);margin:0 0 1rem}.theme-tag-sidebar-list{display:flex;flex-direction:column;gap:.25rem}.theme-tag-filter-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:.375rem;color:var(--foreground);text-decoration:none;transition:background-color .15s ease;font-size:.875rem}.theme-tag-filter-item:hover{background-color:var(--muted)}.theme-tag-filter-item-active{background-color:var(--muted);font-weight:500}.theme-tag-filter-count{color:var(--muted-foreground);font-size:.75rem}