*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #f5f5f7;--bg-secondary: #ffffff;--bg-card: #ffffff;--bg-elevated: #fbfbfd;--bg-hover: #f0f2f5;--border-primary: rgba(15, 23, 42, .08);--border-secondary: rgba(15, 23, 42, .12);--border-hover: rgba(0, 113, 227, .24);--text-primary: #1d1d1f;--text-secondary: #4b5563;--text-muted: #6e6e73;--accent: #0071e3;--accent-hover: #0058b0;--accent-subtle: rgba(0, 113, 227, .08);--accent-green: #198754;--accent-green-subtle: rgba(25, 135, 84, .1);--accent-blue: #0071e3;--accent-blue-subtle: rgba(0, 113, 227, .1);--accent-orange: #b45309;--accent-orange-subtle: rgba(180, 83, 9, .1);--accent-purple: #6d28d9;--accent-purple-subtle: rgba(109, 40, 217, .1);--accent-pink: #be185d;--accent-pink-subtle: rgba(190, 24, 93, .1);--white: #ffffff;--max-width: 1180px;--sidebar-width: 280px;--font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--shadow-soft: 0 10px 30px rgba(15, 23, 42, .06);--shadow-card: 0 24px 60px rgba(15, 23, 42, .08);--shadow-float: 0 28px 80px rgba(15, 23, 42, .12)}html{font-family:var(--font);color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top,rgba(0,113,227,.05),transparent 26%),linear-gradient(180deg,#fbfbfd,#f5f5f7)}a{color:inherit}img{max-width:100%;display:block}ul,ol{list-style:none}hr.section-divider{border:none;border-top:1px solid var(--border-primary);margin:0}::selection{background:var(--accent);color:var(--white)}::-moz-selection{background:var(--accent);color:var(--white)}.stats-bar{background:#ffffff94;backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid var(--border-primary);padding:.42rem 1.5rem;font-size:.72rem;color:var(--text-muted);font-weight:600;letter-spacing:.02em}.stats-bar-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap}.stats-label{display:inline-flex;align-items:center;padding:.16rem .48rem;border-radius:999px;background:#0f172a0a;font-size:.67rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary)}.stats-bar span{color:var(--text-secondary);font-weight:600}.stats-bar strong{color:var(--text-primary);font-weight:700}.stats-bar .stats-sep{margin:0 .18rem;color:var(--border-secondary)}.site-header{background:#ffffffb8;backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid var(--border-primary);position:sticky;top:0;z-index:100}.site-header nav{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:64px}.site-logo{font-size:1rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em;white-space:nowrap}.site-logo span{color:var(--accent)}.nav-links{display:flex;gap:.12rem;align-items:center;padding:.24rem;border-radius:999px;background:#ffffff9e;border:1px solid rgba(15,23,42,.06);box-shadow:0 8px 20px #0f172a0a}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.82rem;font-weight:600;padding:.44rem .7rem;border-radius:999px;transition:color .15s,background .15s;white-space:nowrap}.nav-links a:hover{color:var(--text-primary);background:#0f172a0a}.nav-search-link{display:inline-flex;align-items:center;gap:.3rem;padding:.42rem .62rem!important;background:#0071e312;color:var(--accent)!important}.nav-search-link svg{width:16px;height:16px}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger span{display:block;width:20px;height:2px;background:var(--text-primary);margin:4px 0;transition:.3s}.mobile-menu{display:none;position:absolute;top:60px;left:0;right:0;background:#fffffff5;border-bottom:1px solid var(--border-primary);padding:1rem 1.5rem;box-shadow:var(--shadow-soft)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:.6rem 0;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;border-bottom:1px solid var(--border-primary)}.mobile-menu a:last-child{border-bottom:none}@media(max-width:768px){.nav-links{display:none}.hamburger{display:block}.main-layout{grid-template-columns:1fr}.sidebar{margin-top:2rem}}.hero-v2{background:radial-gradient(circle at top,rgba(0,113,227,.08),transparent 32%),linear-gradient(180deg,#ffffffe0,#ffffffb8),var(--bg-secondary);border-bottom:1px solid rgba(15,23,42,.05);padding:5rem 1.5rem 4rem}.hero-v2-inner{max-width:720px;margin:0 auto;text-align:center}.hero-v2 h1{font-size:3.4rem;font-weight:700;letter-spacing:-.06em;line-height:1.1;margin-bottom:.9rem;color:var(--text-primary)}.gradient-text{background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{color:var(--text-secondary);font-size:1.08rem;margin-bottom:2rem;font-weight:500;line-height:1.65}.search-box-v2{max-width:600px;margin:0 auto 1.25rem;display:flex;align-items:center;gap:0;border:1px solid rgba(15,23,42,.08);border-radius:999px;overflow:hidden;background:#ffffffe6;box-shadow:var(--shadow-soft);transition:all .2s}.search-box-v2:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px #0071e31f}.search-icon{margin-left:1rem;color:var(--text-muted);flex-shrink:0}.search-box-v2 input{flex:1;border:none;padding:.9rem .75rem;font-size:.95rem;font-family:var(--font);outline:none;background:transparent;color:var(--text-primary)}.search-box-v2 input::placeholder{color:var(--text-muted)}.search-box-v2 button{background:var(--accent);color:var(--white);border:none;padding:.9rem 1.35rem;font-size:.9rem;font-weight:600;font-family:var(--font);cursor:pointer;transition:background .2s}.search-box-v2 button:hover{background:var(--accent-hover)}.popular-searches{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;font-size:.85rem}.popular-searches .label{color:var(--text-muted);font-weight:500}.popular-searches a{color:var(--text-secondary);text-decoration:none;padding:.25rem .65rem;border-radius:999px;background:#ffffffc7;border:1px solid var(--border-primary);transition:all .15s;font-weight:500}.popular-searches a:hover{background:#0071e314;color:var(--accent);border-color:var(--accent)}@media(max-width:768px){.hero-v2{padding:3.25rem 1.25rem 2.5rem}.hero-v2 h1{font-size:2.2rem}.hero-subtitle{font-size:.9rem}}.category-grid-section{background:transparent;padding:2.5rem 1.5rem}.category-grid-inner{max-width:var(--max-width);margin:0 auto}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-top:1rem}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem 1rem;border:1px solid var(--border-primary);border-radius:22px;text-decoration:none;color:inherit;background:#ffffffd1;box-shadow:var(--shadow-soft);transition:all .2s;min-height:140px}.category-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:var(--shadow-card)}.category-icon{width:48px;height:48px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:var(--white);margin-bottom:.75rem}.category-card-coding .category-icon{background:linear-gradient(135deg,#fef3c7,#f59e0b);color:#92400e}.category-card-ai-chat .category-icon{background:linear-gradient(135deg,#e0f2fe,#0ea5e9);color:#0369a1}.category-card-writing .category-icon{background:linear-gradient(135deg,#ede9fe,#8b5cf6);color:#5b21b6}.category-card-creative .category-icon{background:linear-gradient(135deg,#fce7f3,#ec4899);color:#9d174d}.category-card-productivity .category-icon{background:linear-gradient(135deg,#dcfce7,#22c55e);color:#15803d}.category-card-business .category-icon{background:linear-gradient(135deg,#dbeafe,#3b82f6);color:#1e40af}.category-card-education .category-icon{background:linear-gradient(135deg,#fae8ff,#c026d3);color:#86198f}.category-card-industry .category-icon{background:linear-gradient(135deg,#f1f5f9,#64748b);color:#475569}.category-card-career .category-icon{background:linear-gradient(135deg,#fee2e2,#ef4444);color:#991b1b}.category-info h3{font-size:.95rem;font-weight:700;margin-bottom:.25rem;color:var(--text-primary)}.category-count{font-size:.75rem;color:var(--text-muted);font-weight:500}@media(max-width:768px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.category-grid{grid-template-columns:1fr}}.main-layout{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 2.5rem;display:grid;grid-template-columns:1fr var(--sidebar-width);gap:2rem}@media(max-width:768px){.main-layout{grid-template-columns:1fr;padding-top:1.5rem}}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:600px){.card-grid{grid-template-columns:1fr}}.card-v2{border:1px solid var(--border-primary);border-radius:22px;padding:1.1rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .2s;background:#ffffffe0;box-shadow:var(--shadow-soft)}.card-v2:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:var(--shadow-card)}.card-v2-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.card-v2-favicon{width:32px;height:32px;border-radius:var(--radius-md);flex-shrink:0}.card-v2-rating{font-weight:700;color:var(--accent-orange);font-size:.85rem;background:var(--accent-orange-subtle);padding:.25rem .5rem;border-radius:var(--radius-sm)}.card-v2-body{display:flex;flex-direction:column;gap:.5rem;flex:1}.card-v2 h3{font-size:1.05rem;font-weight:700;line-height:1.35;letter-spacing:-.02em;margin-bottom:.1rem;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;text-wrap:pretty}.card-v2 p{font-size:.83rem;color:var(--text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}@media(max-width:640px){.card-v2 h3{-webkit-line-clamp:3}}.card-v2-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border-primary);gap:.4rem}.card-v2-cta{font-size:.8rem;font-weight:600;color:var(--accent);white-space:nowrap}.card-v2:hover .card-v2-cta{text-decoration:underline}.tag{display:inline-block;font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;transition:all .15s}.tag-cat{background:var(--bg-elevated);color:var(--text-secondary)}.tag-free{background:var(--accent-green-subtle);color:var(--accent-green)}.tag-review{background:var(--accent-blue-subtle);color:var(--accent-blue)}.tag-comparison{background:var(--accent-purple-subtle);color:var(--accent-purple)}.tag-guide{background:var(--bg-elevated);color:var(--text-secondary)}.tag-coding{background:#f59e0b1f;color:#fbbf24}.tag-writing{background:var(--accent-purple-subtle);color:var(--accent-purple)}.tag-business{background:var(--accent-blue-subtle);color:var(--accent-blue)}.tag-creative{background:var(--accent-pink-subtle);color:var(--accent-pink)}.tag-research{background:#6366f11f;color:#818cf8}.tag-career{background:#ef44441f;color:#f87171}.tag-ai-chat,.tag-ai\ chat{background:#0ea5e91f;color:#38bdf8}.tag-productivity{background:var(--accent-green-subtle);color:var(--accent-green)}.tag-education{background:var(--accent-pink-subtle);color:var(--accent-pink)}.tag-industry{background:#64748b1f;color:#94a3b8}.card-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:var(--white);flex-shrink:0;letter-spacing:.02em}.card-icon-coding{background:#b45309}.card-icon-writing{background:#7c3aed}.card-icon-business{background:#2563eb}.card-icon-creative{background:#db2777}.card-icon-career{background:#dc2626}.card-icon-ai-chat{background:#0284c7}.card-icon-productivity{background:#16a34a}.card-icon-education{background:#a21caf}.card-icon-industry{background:#64748b}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-box{border:1px solid var(--border-primary);border-radius:22px;padding:1.1rem;background:#ffffffdb;box-shadow:var(--shadow-soft)}.sidebar-box h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-primary)}.sidebar-tool-list{display:flex;flex-direction:column;gap:.75rem}.sidebar-tool-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;text-decoration:none;padding:.65rem;border-radius:var(--radius-md);transition:background .15s}.sidebar-tool-item:hover{background:var(--bg-elevated)}.sidebar-tool-info{display:flex;align-items:flex-start;gap:.65rem;flex:1;min-width:0}.sidebar-tool-info img{border-radius:var(--radius-sm);flex-shrink:0;margin-top:1px}.sidebar-tool-name{font-size:.85rem;font-weight:600;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;word-break:break-word}.sidebar-tool-cat{font-size:.7rem;color:var(--text-muted);display:block;margin-top:.15rem}.sidebar-tool-rating{font-size:.8rem;font-weight:700;color:var(--accent-orange);flex-shrink:0;min-width:50px;text-align:right;line-height:1.2;padding-top:.1rem}.sidebar-tool-date{font-size:.75rem;color:var(--text-muted);flex-shrink:0;min-width:50px;text-align:right;line-height:1.2;padding-top:.1rem}.newsletter-box{background:var(--bg-elevated);border-color:var(--accent)!important}.newsletter-box h4{color:var(--accent)!important}.newsletter-box p{font-size:.82rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.newsletter-form{display:flex;flex-direction:column;gap:.5rem}.newsletter-form input{width:100%;border:1px solid var(--border-secondary);border-radius:var(--radius-md);padding:.65rem .85rem;font-size:.85rem;font-family:var(--font);outline:none;transition:border-color .2s;background:var(--bg-card);color:var(--text-primary)}.newsletter-form input::placeholder{color:var(--text-muted)}.newsletter-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e8613c1a}.newsletter-form button{background:var(--accent);color:var(--white);border:none;border-radius:var(--radius-md);padding:.65rem 1rem;font-size:.85rem;font-weight:600;font-family:var(--font);cursor:pointer;transition:all .2s}.newsletter-form button:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 2px 8px #e8613c4d}.submit-link{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.25rem;border:1px solid var(--accent);border-radius:var(--radius-md);text-decoration:none;background:transparent;color:var(--accent);font-size:.85rem;font-weight:600;transition:all .2s}.submit-link:hover{background:var(--accent);color:var(--white);transform:translateY(-1px);box-shadow:0 2px 8px #e8613c4d}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem;gap:.75rem}.section-title{font-size:1.2rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.section-link{font-size:.85rem;color:var(--accent);text-decoration:none;font-weight:600;transition:all .2s;white-space:nowrap}.section-link:hover{text-decoration:underline;transform:translate(2px)}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;padding:.75rem 1rem;background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-primary);width:fit-content}.breadcrumbs a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .15s}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs .sep{color:var(--border-secondary);font-weight:400}.breadcrumbs .breadcrumb-current{color:var(--text-muted);font-weight:500}.post-layout-v2{max-width:var(--max-width);margin:0 auto;padding:1.75rem 1.5rem 3rem;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2rem}@media(max-width:900px){.post-layout-v2{grid-template-columns:1fr;gap:2rem}.post-sidebar-v2{order:2}}.post-main{min-width:0;display:grid;gap:1.05rem}.post-header-v2{margin-bottom:.35rem;padding:1.45rem 1.5rem;border-radius:30px;border:1px solid rgba(29,29,31,.08);background:radial-gradient(circle at top right,rgba(0,113,227,.08),transparent 32%),linear-gradient(180deg,#fffffffa,#f7f9fbf0);box-shadow:var(--shadow-soft)}.post-header-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.post-rating-large{font-size:1.5rem;font-weight:800;color:var(--accent-orange);background:var(--accent-orange-subtle);padding:.5rem 1rem;border-radius:var(--radius-lg)}.post-rating-large .rating-max{font-size:1rem;color:var(--text-muted);font-weight:600}.post-header-v2 h1{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem;color:var(--text-primary)}@media(max-width:768px){.post-header-v2 h1{font-size:1.75rem}}.post-sidebar-v2{display:flex;flex-direction:column;gap:1rem;position:sticky;top:80px;align-self:start}.sidebar-quick-info{border:1px solid rgba(0,113,227,.14);border-radius:26px;padding:1.2rem;background:radial-gradient(circle at top left,rgba(0,113,227,.08),transparent 34%),linear-gradient(180deg,#fffffff5,#f8faffed);box-shadow:var(--shadow-soft)}.sidebar-quick-info h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,113,227,.12)}.quick-info-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.quick-info-name{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.quick-info-tagline{font-size:.75rem;color:var(--text-muted);line-height:1.4}.quick-info-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.quick-info-item{display:flex;flex-direction:column;gap:.25rem}.quick-info-item dt{font-size:.75rem;font-weight:600;color:var(--text-muted)}.quick-info-item dd{font-size:.85rem;color:var(--text-primary);font-weight:500}.quick-info-item a{color:var(--accent);text-decoration:none}.quick-info-item a:hover{text-decoration:underline}.sidebar-toc{border:1px solid var(--border-primary);border-radius:26px;padding:1.25rem;background:linear-gradient(180deg,#fffffff5,#f9fafceb);box-shadow:var(--shadow-soft)}.sidebar-toc h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-primary)}.sidebar-toc ul{display:flex;flex-direction:column;gap:.5rem}.sidebar-toc li{list-style:none}.sidebar-toc a{font-size:.82rem;color:var(--text-secondary);text-decoration:none;line-height:1.4;display:block;padding:.35rem .75rem;border-left:3px solid transparent;border-radius:0 var(--radius-md) var(--radius-md) 0;transition:all .2s}.sidebar-toc a:hover{color:var(--accent);background:var(--bg-elevated);border-left-color:var(--border-secondary)}.sidebar-toc a.active{color:var(--accent);border-left-color:var(--accent);font-weight:600;background:var(--accent-subtle)}.sidebar-toc .toc-h3{padding-left:1.5rem;font-size:.78rem}.sidebar-related{border:1px solid var(--border-primary);border-radius:26px;padding:1.25rem;background:linear-gradient(180deg,#fffffff5,#f9fafceb);box-shadow:var(--shadow-soft)}.sidebar-related h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-primary)}.sidebar-related-list{display:flex;flex-direction:column;gap:.75rem}.sidebar-related-item{text-decoration:none;padding:.75rem;border-radius:18px;border:1px solid var(--border-primary);transition:all .2s;background:#ffffffb8}.sidebar-related-item:hover{border-color:var(--accent);background:var(--accent-subtle)}.sidebar-related-item h5{font-size:.85rem;font-weight:600;color:var(--text-primary);line-height:1.3;margin-bottom:.35rem}.sidebar-related-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.45rem}.sidebar-related-pill{display:inline-flex;align-items:center;padding:.16rem .48rem;border-radius:999px;border:1px solid var(--border-primary);background:#ffffffd1;font-size:.64rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary)}.sidebar-related-pill--core{border-color:#10b98147;background:#10b9811f;color:#10b981}.sidebar-related-pill--supporting{border-color:#3b82f647;background:#3b82f61f;color:#3b82f6}.sidebar-related-pill--archive{border-color:#f59e0b47;background:#f59e0b1f;color:#f59e0b}.sidebar-related-pill--insight{border-color:#94a3b847;background:#94a3b81f;color:#64748b}.sidebar-related-pill--overlap{border-color:#0071e338;background:#0071e314;color:var(--accent)}.sidebar-related-date{font-size:.72rem;color:var(--text-muted)}.post-content{font-size:1rem;line-height:1.75;color:var(--text-secondary);max-width:none;padding:1.45rem 1.5rem;border-radius:30px;border:1px solid rgba(29,29,31,.08);background:#fffffff0;box-shadow:var(--shadow-soft)}.post-content h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:2.5rem 0 1rem;letter-spacing:-.02em;scroll-margin-top:80px}.post-content h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:2rem 0 .75rem;scroll-margin-top:80px}.post-content p{margin-bottom:1.25rem}.post-content ul,.post-content ol{margin:1rem 0 1.5rem 1.5rem}.post-content li{margin-bottom:.5rem;list-style:disc;line-height:1.75}.post-content ol li{list-style:decimal}.post-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;font-weight:500;transition:color .15s}.post-content a:hover{color:var(--accent-hover)}.post-content blockquote{border-left:4px solid var(--accent);padding:1rem 0 1rem 1.5rem;margin:1.5rem 0;background:var(--accent-subtle);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--text-secondary);font-style:italic}.post-content code{background:var(--bg-elevated);padding:.2rem .4rem;border-radius:var(--radius-sm);font-size:.9em;font-family:Monaco,Courier New,monospace;color:var(--accent)}.post-content pre{background:linear-gradient(180deg,#f8f9fcfa,#f1f4f8f2);color:#0f172a;padding:1.25rem;border-radius:22px;overflow-x:auto;margin:1.5rem 0;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}.post-content pre code{background:none;padding:0;color:inherit;font-size:.9rem}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border-primary);border-radius:var(--radius-md)}.post-content thead,.post-content tbody,.post-content tr{display:table;width:100%;table-layout:fixed}.post-content th{background:var(--bg-elevated);color:var(--text-primary);font-weight:600;text-align:left;padding:.85rem 1rem;border-bottom:1px solid var(--border-primary);white-space:nowrap;font-size:.85rem}.post-content th:first-child{border-radius:var(--radius-md) 0 0 0}.post-content th:last-child{border-radius:0 var(--radius-md) 0 0}.post-content td{padding:.75rem 1rem;border-bottom:1px solid var(--border-primary);vertical-align:middle}.post-content tr:hover td{background:var(--bg-elevated)}.post-content tr:last-child td{border-bottom:none}.post-content tbody tr:nth-child(2n) td{background:var(--bg-card)}.post-content tbody tr:nth-child(2n):hover td{background:var(--bg-elevated)}.post-content strong{font-weight:600;color:var(--text-primary)}.post-content em{font-style:italic;color:var(--text-secondary)}.author-card{display:flex;gap:1rem;align-items:center;padding:1.15rem 1.2rem;background:linear-gradient(180deg,#fffffff5,#f8fafceb);border:1px solid var(--border-primary);border-radius:28px;margin:0;box-shadow:var(--shadow-soft)}.author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-purple) 100%);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--white);flex-shrink:0}.author-info .author-name{font-weight:700;font-size:.95rem;color:var(--text-primary);margin-bottom:.25rem}.author-info .author-bio{font-size:.82rem;color:var(--text-secondary);line-height:1.5}.related-articles{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border-primary)}.related-articles h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:1rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:600px){.related-grid{grid-template-columns:1fr}}.related-card{text-decoration:none;color:inherit;padding:.75rem;border:1px solid var(--border-primary);border-radius:var(--radius-md);transition:border-color .15s}.related-card:hover{border-color:var(--accent)}.related-card h4{font-size:.82rem;font-weight:600;line-height:1.3;margin-bottom:.25rem;color:var(--text-primary)}.related-card .related-meta{font-size:.7rem;color:var(--text-muted)}.site-footer{margin-top:auto;border-top:1px solid var(--border-primary);background:linear-gradient(180deg,#ffffffd1,#fffffff5),var(--bg-secondary);padding:3.5rem 1.5rem 1.75rem}.footer-content{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1.5fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{font-size:1.1rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.footer-logo span{color:var(--accent)}.footer-tagline{font-size:.92rem;color:var(--text-muted);line-height:1.65;max-width:28rem}.footer-links-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.footer-column h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem}.footer-column{display:flex;flex-direction:column;gap:.5rem}.footer-column a{color:var(--text-secondary);text-decoration:none;font-size:.85rem;transition:color .15s,transform .15s}.footer-column a:hover{color:var(--accent);transform:translate(2px)}.footer-bottom{max-width:var(--max-width);margin:0 auto;padding-top:1.5rem;border-top:1px solid var(--border-primary);display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-muted)}.footer-social{display:flex;gap:1rem}.footer-social a{color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .15s}.footer-social a:hover{color:var(--accent)}@media(max-width:768px){.site-footer{padding:2rem 1.5rem 6rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.mobile-bottom-nav{display:none;position:fixed;bottom:12px;left:12px;right:12px;background:#ffffffe0;backdrop-filter:saturate(180%) blur(22px);border:1px solid var(--border-primary);border-radius:999px;padding:.35rem;z-index:100;box-shadow:var(--shadow-card)}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;flex:1;padding:.55rem .4rem;text-decoration:none;color:var(--text-muted);border-radius:999px;transition:color .2s,background .2s}.mobile-nav-item svg{width:22px;height:22px}.mobile-nav-item span{font-size:.7rem;font-weight:600}.mobile-nav-item.active{color:var(--accent);background:#0071e314}.mobile-nav-item:hover{background:#0f172a0a}.mobile-nav-item:active{transform:scale(.95)}@media(max-width:768px){.mobile-bottom-nav{display:flex}}.category-header-v2{padding:2rem 1.5rem 1.5rem;max-width:var(--max-width);margin:0 auto;background:var(--bg-secondary);border-bottom:1px solid var(--border-primary)}.category-header-v2 h1{font-size:2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.6rem;color:var(--text-primary)}.category-header-v2 p{color:var(--text-secondary);font-size:1rem;line-height:1.6;max-width:760px}.category-header-v2 p strong{color:var(--accent);font-weight:700}.category-header-meta{margin-top:.9rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.category-meta-pill{font-size:.75rem;font-weight:600;padding:.3rem .65rem;border-radius:999px;background:var(--bg-elevated);color:var(--text-secondary)}.card-v2-favicon-placeholder{width:32px;height:32px;border-radius:var(--radius-md);background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:var(--text-muted)}.card-v2-date{font-size:.75rem;color:var(--text-muted)}.sidebar-cat-list{display:flex;flex-direction:column;gap:.35rem}.sidebar-cat-item{display:flex;align-items:center;justify-content:space-between;text-decoration:none;font-size:.82rem;font-weight:500;color:var(--text-primary);padding:.45rem .55rem;border-radius:var(--radius-md);transition:background .15s;border:1px solid transparent}.sidebar-cat-item:hover{background:var(--bg-elevated);color:var(--accent)}.sidebar-cat-count{font-size:.7rem;font-weight:600;color:var(--text-muted);background:var(--bg-elevated);padding:.1rem .4rem;border-radius:10px}.sidebar-stats{text-align:center;font-size:.78rem;color:var(--text-muted);padding:.75rem 0;font-weight:500}.search-results{display:none;max-width:600px;margin:.75rem auto 0;background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);box-shadow:0 12px 32px #0006;max-height:400px;overflow-y:auto;text-align:left}.search-results.active{display:block}.search-result-item{display:block;padding:.85rem 1.25rem;text-decoration:none;color:inherit;border-bottom:1px solid var(--border-primary);font-size:.9rem;text-align:left;transition:background .15s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--bg-elevated)}.search-result-item .sr-title{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.search-result-item .sr-title mark{background:var(--accent);color:var(--white);padding:.1rem .3rem;border-radius:3px}.search-result-item .sr-desc{font-size:.78rem;color:var(--text-muted);line-height:1.4}.no-results{padding:2rem 1rem;text-align:center;color:var(--text-muted);font-size:.9rem}.blog-filters{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.filter-pills{display:flex;gap:.3rem;flex-wrap:wrap}.sort-select{font-family:var(--font);font-size:.8rem;padding:.35rem .65rem;border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-secondary);cursor:pointer}.load-more{text-align:center;padding:2rem 0}.load-more button{background:var(--bg-card);border:1px solid var(--border-secondary);padding:.75rem 2rem;border-radius:var(--radius-lg);font-size:.9rem;font-weight:600;font-family:var(--font);color:var(--text-secondary);cursor:pointer;transition:all .2s}.load-more button:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.card-favicon{width:20px;height:20px;border-radius:var(--radius-sm);flex-shrink:0}.featured-favicon{width:32px;height:32px;border-radius:var(--radius-md);background:#ffffff1a;padding:2px}.featured-section-v2{border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);padding:2.25rem 1.5rem}.featured-inner-v2{max-width:var(--max-width);margin:0 auto}.featured-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.featured-card-v2{border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:1.3rem;text-decoration:none;color:inherit;background:var(--bg-card);transition:all .2s;display:flex;flex-direction:column}.featured-card-v2:hover{border-color:var(--border-hover);transform:translateY(-3px)}.featured-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.featured-logo{width:48px;height:48px;border-radius:var(--radius-lg)}.featured-rating-v2{background:var(--accent);color:var(--white);font-weight:700;font-size:.9rem;padding:.35rem .65rem;border-radius:var(--radius-md)}.featured-card-body{display:flex;flex-direction:column;gap:.5rem;flex:1}.featured-card-body h3{font-size:1.1rem;font-weight:700;line-height:1.3;color:var(--text-primary);margin-bottom:.25rem}.featured-card-body p{font-size:.85rem;color:var(--text-secondary);line-height:1.5;flex:1}.featured-card-body .tag{align-self:flex-start;margin-top:.5rem}@media(max-width:900px){.featured-grid-v2{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.featured-grid-v2{grid-template-columns:1fr}.featured-section-v2{padding:2rem 1.5rem}}.affiliate-disclosure{background:linear-gradient(180deg,#fffffff5,#f9fafceb);border:1px solid var(--border-primary);border-radius:22px;padding:1rem 1.1rem;font-size:.78rem;color:var(--text-muted);line-height:1.5;margin:0;box-shadow:var(--shadow-soft)}.affiliate-disclosure a{color:var(--accent);text-decoration:underline}.reading-progress{position:fixed;top:0;left:0;height:3px;background:var(--accent);z-index:200;width:0%;transition:width .1s linear}.share-bar{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin:0;padding:1rem 1.1rem;border:1px solid var(--border-primary);border-radius:24px;background:linear-gradient(180deg,#fffffff5,#f9fafceb);box-shadow:var(--shadow-soft)}.share-bar .share-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.share-actions{display:flex;flex-wrap:wrap;gap:.65rem}.share-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;font-size:.82rem;font-weight:600;text-decoration:none;border:1px solid var(--border-secondary);background:var(--bg-elevated);color:var(--text-secondary);cursor:pointer;font-family:var(--font);transition:all .2s}.share-btn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.share-btn-copied{background:var(--accent-green-subtle);border-color:var(--accent-green);color:var(--accent-green)}.post-aftercare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.post-aftercare-grid>*{height:100%}@media(max-width:900px){.post-aftercare-grid{grid-template-columns:1fr}}.hero-decision{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);padding:3rem 1.5rem 2.5rem;position:relative}.hero-decision-inner{max-width:720px;margin:0 auto;text-align:center}.hero-headline{font-size:2.4rem;font-weight:800;letter-spacing:-.04em;line-height:1.15;margin-bottom:.6rem;color:var(--text-primary)}.hero-sub{color:var(--text-muted);font-size:1rem;margin-bottom:1.8rem;font-weight:500}.task-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.2rem;margin-bottom:1.5rem}.task-chip{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.82rem;font-weight:600;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-primary);text-decoration:none;transition:all .2s}.task-chip:hover{border-color:var(--accent);color:var(--accent);background:#e8613c14}.trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem}.trust-badge{font-size:.78rem;color:var(--text-muted);font-weight:500}.decision-hub-section{max-width:900px;margin:0 auto;padding:2rem 1.5rem 1rem}.decision-hub-heading{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;text-align:center}.decision-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.decision-hub-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;border:1px solid var(--border-primary);border-radius:10px;background:var(--bg-card);text-decoration:none;color:inherit;transition:border-color .2s,transform .15s,box-shadow .2s}.decision-hub-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 16px #00000040}.decision-hub-card-supporting{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-style:dashed;opacity:.88}.decision-hub-card-supporting:hover{border-color:var(--border-primary);box-shadow:0 2px 10px #0000002e}.decision-hub-card-supporting .dhc-label:after{content:"Support";display:inline-flex;align-items:center;margin-left:.45rem;padding:.12rem .4rem;border-radius:999px;background:#e8613c1f;color:var(--accent);font-size:.62rem;font-weight:700;letter-spacing:.02em;vertical-align:middle}.dhc-icon{font-size:1.5rem;margin-bottom:.4rem}.dhc-label{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.2rem}.dhc-desc{font-size:.78rem;color:var(--text-muted);line-height:1.35}.trust-section{max-width:900px;margin:0 auto;padding:1.25rem 1.5rem .5rem}@media(max-width:600px){.decision-hub-grid{grid-template-columns:repeat(2,1fr)}}.task-cards-section{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 1rem}.task-cards-heading{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.task-entry-card{position:relative;border-radius:10px;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s;border:1px solid var(--border-primary);background:var(--bg-card)}.task-entry-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.task-entry-card-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--tc-from),var(--tc-to));opacity:.12;transition:opacity .2s}.task-entry-card:hover .task-entry-card-bg{opacity:.22}.task-entry-card-content{position:relative;padding:1rem;display:flex;align-items:center;gap:.6rem}.task-entry-emoji{font-size:1.3rem}.task-entry-name{font-size:.92rem;font-weight:700;color:var(--text-primary);flex:1}.task-entry-count{font-size:.75rem;color:var(--text-muted);font-weight:500}.latest-research-header{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 0}.latest-research-title{font-size:1.2rem;font-weight:700;color:var(--text-primary)}@media(max-width:768px){.hero-decision{padding:2rem 1.5rem 1.5rem}.hero-headline{font-size:1.6rem}.task-cards-grid{grid-template-columns:repeat(2,1fr)}.task-chips{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem}.trust-bar{gap:.5rem}.trust-badge{font-size:.72rem}}.hero-compact{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);padding:2.5rem 1.5rem 2rem;position:relative}.hero-compact-inner{max-width:680px;margin:0 auto;text-align:center}.hero-compact h1{font-size:2rem;font-weight:800;letter-spacing:-.04em;line-height:1.15;margin-bottom:.5rem;color:var(--text-primary)}.hero-compact-sub{color:var(--text-muted);font-size:.88rem;margin-bottom:1.5rem;font-weight:500}.search-box-hero,.search-box-lg{display:flex;align-items:center;border:1px solid var(--border-secondary);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-card);transition:all .2s;max-width:600px;margin:0 auto}.search-box-lg:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #e8613c26}.search-box-lg .search-icon{margin-left:1rem;color:var(--text-muted);flex-shrink:0}.search-box-lg input{flex:1;border:none;padding:.85rem .75rem;font-size:.95rem;font-family:var(--font);outline:none;background:transparent;color:var(--text-primary)}.search-box-lg input::placeholder{color:var(--text-muted)}.search-box-lg button{background:var(--accent);color:var(--white);border:none;padding:.85rem 1.5rem;font-size:.88rem;font-weight:600;font-family:var(--font);cursor:pointer;transition:background .2s}.search-box-lg button:hover{background:var(--accent-hover)}@media(max-width:768px){.hero-compact{padding:2rem 1.5rem 1.5rem}.hero-compact h1{font-size:1.5rem}}.category-tabs-wrapper{background:var(--bg-primary);border-bottom:1px solid var(--border-primary);padding:0 1.5rem}.category-tabs{max-width:900px;margin:0 auto;display:flex;gap:.4rem;padding:.75rem 0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.category-tabs::-webkit-scrollbar{display:none}.cat-tab{flex-shrink:0;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--border-primary);background:transparent;color:var(--text-secondary);font-size:.8rem;font-weight:600;font-family:var(--font);cursor:pointer;transition:all .15s;white-space:nowrap}.cat-tab:hover{border-color:var(--border-hover);color:var(--text-primary)}.cat-tab.active{background:var(--accent);border-color:var(--accent);color:var(--white)}.cat-tab-count{font-size:.7rem;opacity:.7;margin-left:.15rem}.filter-bar{background:transparent;padding:0 1.5rem}.filter-bar-inner{max-width:980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border:1px solid var(--border-primary);border-radius:18px;background:#ffffffd6;box-shadow:0 14px 36px #0f172a0f}.filter-bar-count{font-size:.84rem;color:var(--text-secondary);font-weight:600}.filter-bar-right{display:flex;align-items:center;gap:.5rem}.tool-list-wrapper{max-width:900px;margin:0 auto;padding:0 1.5rem 3rem}.tool-list{display:flex;flex-direction:column}.tool-list-item{display:flex;align-items:flex-start;gap:.85rem;padding:.9rem 1rem;text-decoration:none;color:inherit;border-bottom:1px solid var(--border-primary);border-left:3px solid transparent;transition:all .15s}.tool-list-item:first-child{border-top:1px solid var(--border-primary)}.tool-list-item:hover{background:var(--bg-card);border-left-color:var(--accent)}.tli-icon{flex-shrink:0;width:32px;height:32px;margin-top:2px}.tli-icon img{width:32px;height:32px;border-radius:var(--radius-md)}.tli-icon-fallback{width:32px;height:32px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem;color:var(--white)}.tli-icon-coding{background:#b45309}.tli-icon-writing{background:#7c3aed}.tli-icon-business{background:#2563eb}.tli-icon-creative{background:#db2777}.tli-icon-career{background:#dc2626}.tli-icon-ai-chat{background:#0284c7}.tli-icon-productivity{background:#16a34a}.tli-icon-education{background:#a21caf}.tli-icon-industry{background:#64748b}.tli-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.tli-row1{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tli-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);line-height:1.3}.tli-rating{font-size:.75rem;font-weight:700;color:var(--accent-orange);background:var(--accent-orange-subtle);padding:.15rem .45rem;border-radius:var(--radius-sm);white-space:nowrap}.tli-row2{font-size:.82rem;color:var(--text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.tli-row3{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.1rem}.tli-tag{font-size:.62rem;font-weight:600;padding:.1rem .4rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.tli-tag-coding{background:#f59e0b1f;color:#fbbf24}.tli-tag-writing{background:var(--accent-purple-subtle);color:var(--accent-purple)}.tli-tag-business{background:var(--accent-blue-subtle);color:var(--accent-blue)}.tli-tag-creative{background:var(--accent-pink-subtle);color:var(--accent-pink)}.tli-tag-career{background:#ef44441f;color:#f87171}.tli-tag-ai-chat{background:#0ea5e91f;color:#38bdf8}.tli-tag-productivity{background:var(--accent-green-subtle);color:var(--accent-green)}.tli-tag-education{background:var(--accent-pink-subtle);color:var(--accent-pink)}.tli-tag-industry{background:#64748b1f;color:#94a3b8}.tli-meta{font-size:.72rem;color:var(--text-muted);font-weight:500}.tli-arrow{flex-shrink:0;color:var(--text-muted);margin-top:6px;transition:color .15s,transform .15s}.tool-list-item:hover .tli-arrow{color:var(--accent);transform:translate(2px)}.tool-list-item.tli-active{background:var(--bg-card);border-left-color:var(--accent)}.tli-thumb{flex-shrink:0;width:120px;height:80px;border-radius:var(--radius-md);overflow:hidden;margin-top:2px}.tli-thumb img{width:120px;height:80px;object-fit:cover;border-radius:var(--radius-md)}.category-thumb{width:120px;height:80px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0;margin-top:2px}.tool-list-split{max-width:1200px;display:flex;gap:2rem}.tool-list-left{flex:1;min-width:0}.preview-panel{width:380px;flex-shrink:0;position:sticky;top:80px;align-self:flex-start;max-height:calc(100vh - 100px);overflow-y:auto}.preview-inner{border:1px solid var(--border-primary);border-radius:var(--radius-lg);background:var(--bg-card);padding:1.25rem}.preview-hero{border-radius:var(--radius-md);overflow:hidden;margin-bottom:1rem;background:var(--bg-elevated);min-height:60px}.preview-hero img{width:100%;height:auto;display:block;border-radius:var(--radius-md)}.preview-title{font-size:1.2rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin-bottom:.75rem;letter-spacing:-.02em}.preview-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.preview-rating{font-size:.78rem;font-weight:700;color:var(--accent-orange);background:var(--accent-orange-subtle);padding:.15rem .45rem;border-radius:var(--radius-sm)}.preview-date{font-size:.75rem;color:var(--text-muted);font-weight:500}.preview-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.preview-cta{display:inline-block;padding:.6rem 1.25rem;background:var(--accent);color:var(--white);border-radius:var(--radius-md);font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.preview-cta:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 2px 8px #e8613c4d}@media(max-width:1024px){.tool-list-split{display:block}.preview-panel{display:none}.tool-list-split{max-width:900px}}@media(max-width:640px){.tool-list-item{padding:.75rem .5rem;gap:.65rem}.tli-title{font-size:.88rem}.tli-row2{font-size:.78rem}.tli-arrow,.tli-thumb,.category-thumb{display:none}.tool-list-wrapper{padding:0 .75rem 3rem}}.card-grid-wrapper{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.card-grid{grid-template-columns:1fr}.card-grid-wrapper{padding:1rem .75rem 3rem}}.tool-card{display:flex;flex-direction:column;background:linear-gradient(180deg,#fffffffa,#f8f8faf0);border:1px solid rgba(15,23,42,.08);border-radius:24px;text-decoration:none;color:inherit;overflow:hidden;transition:all .2s ease;position:relative;box-shadow:0 18px 44px #0f172a14}.tool-card:hover{border-color:#0071e329;transform:translateY(-2px);box-shadow:0 24px 54px #0f172a1f}.tool-card-bar{height:5px;width:100%;flex-shrink:0}.tool-card-content{padding:1.15rem 1.15rem 1.1rem;display:flex;flex-direction:column;flex:1}.tool-card-category{font-size:.75rem;font-weight:700;letter-spacing:.02em;margin-bottom:.6rem}.tool-card-title{font-size:1.1rem;font-weight:700;line-height:1.35;color:var(--text-primary);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;letter-spacing:-.01em}.tool-card-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.62;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;margin-bottom:.95rem}.tool-card-meta{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-top:auto}.tool-card-pill{font-size:.7rem;font-weight:700;padding:.22rem .58rem;border-radius:999px;background:#6e6e731a;color:var(--text-muted);white-space:nowrap}.tool-card-pill-rating{background:var(--accent-orange-subtle);color:var(--accent-orange)}.tool-card:hover{border-color:color-mix(in srgb,var(--card-from) 22%,rgba(15,23,42,.12));box-shadow:0 26px 58px #0f172a1f}.hero-decision{padding:3rem 1.5rem 2rem;text-align:center}.hero-decision-inner{max-width:860px;margin:0 auto}.hero-headline{font-size:clamp(2.8rem,5.2vw,4.6rem);font-weight:800;color:var(--text-primary);line-height:1.04;letter-spacing:-.065em;margin-bottom:.95rem}.hero-sub{color:var(--text-secondary);font-size:1.08rem;line-height:1.75;margin-bottom:1.8rem}.search-box-hero{display:flex;align-items:center;background:linear-gradient(180deg,#fffffff5,#f8f8faeb);border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:.55rem .55rem .55rem 1rem;gap:.5rem;max-width:720px;margin:0 auto 1.35rem;box-shadow:0 18px 48px #0f172a1a;transition:border-color .2s,box-shadow .2s,transform .2s}.search-box-hero:focus-within{border-color:#0071e347;box-shadow:0 22px 56px #0f172a1f;transform:translateY(-1px)}.search-box-hero .search-icon{color:var(--text-muted);flex-shrink:0}.search-box-hero input{flex:1;background:none;border:none;color:var(--text-primary);font-size:1rem;outline:none}.search-box-hero input::placeholder{color:var(--text-muted)}.search-box-hero button{background:linear-gradient(180deg,#0a84ff,#0071e3);color:#fff;border:none;border-radius:14px;padding:.72rem 1.3rem;font-weight:700;font-size:.92rem;cursor:pointer;transition:filter .2s,transform .2s;box-shadow:0 12px 28px #0071e338}.search-box-hero button:hover{filter:brightness(1.03);transform:translateY(-1px)}.task-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-bottom:1.2rem;max-width:760px;margin-inline:auto}.task-chip{display:inline-flex;align-items:center;padding:.48rem .88rem;background:#ffffffd6;border:1px solid rgba(15,23,42,.08);border-radius:999px;color:var(--text-secondary);font-size:.82rem;font-weight:600;text-decoration:none;box-shadow:0 10px 26px #0f172a0f;transition:border-color .2s,color .2s,transform .2s,box-shadow .2s}.task-chip:hover{border-color:#0071e338;color:var(--accent);transform:translateY(-1px);box-shadow:0 16px 34px #0f172a1a}.trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:760px;margin:0 auto}.trust-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .72rem;border-radius:999px;background:#ffffffd1;border:1px solid rgba(15,23,42,.08);color:var(--text-muted);font-size:.74rem;font-weight:600;box-shadow:0 8px 20px #0f172a0d}.task-cards-section{padding:1.8rem 1.5rem 2.4rem;max-width:1200px;margin:0 auto}.task-cards-heading{font-size:1.56rem;font-weight:760;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.04em;text-align:center}.task-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.task-entry-card{position:relative;border-radius:28px;overflow:hidden;text-decoration:none;padding:1.35rem;transition:transform .2s,box-shadow .2s,border-color .2s;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffff5,#f8f8faeb);box-shadow:0 18px 44px #0f172a14}.task-entry-card-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--tc-from),var(--tc-to));opacity:.08;transition:opacity .2s}.task-entry-card:hover .task-entry-card-bg{opacity:.14}.task-entry-card:hover{transform:translateY(-2px);box-shadow:0 24px 54px #0f172a1f;border-color:#0071e32e}.task-entry-card-content{position:relative;display:flex;flex-direction:column;gap:.25rem}.task-entry-emoji{font-size:1.5rem}.task-entry-name{font-size:1rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.task-entry-count{font-size:.82rem;color:var(--text-secondary)}.latest-research-header{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 0}.latest-research-title{font-size:1.56rem;font-weight:760;color:var(--text-primary);letter-spacing:-.04em}@media(max-width:768px){.hero-headline{font-size:2.15rem}.task-cards-grid{grid-template-columns:repeat(2,1fr)}.task-chips{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem}.task-chip{white-space:nowrap}}@media(max-width:480px){.task-cards-grid{grid-template-columns:repeat(2,1fr)}.hero-headline{font-size:1.8rem}}.dh-hero{padding:3.25rem 1.5rem 2.2rem;text-align:center;border-bottom:1px solid rgba(29,29,31,.08)}.dh-hero-inner{max-width:720px;margin:0 auto}.dh-hero-badge{display:inline-block;padding:.42rem 1.05rem;border-radius:999px;font-size:.78rem;font-weight:700;color:#fff;margin-bottom:1rem;box-shadow:0 18px 36px #0f172a1f}.dh-hero-title{font-size:clamp(2.4rem,4vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;margin-bottom:.85rem}.dh-hero-desc{font-size:1.05rem;color:var(--text-secondary);line-height:1.72;margin-bottom:1rem}.dh-hero-stats{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.82rem;color:var(--text-muted);flex-wrap:wrap}.dh-stat-sep{opacity:.4}.dh-container{max-width:960px;margin:0 auto;padding:0 1.5rem 3rem}.dh-section{margin-top:2.5rem}.dh-section-title{font-size:clamp(1.35rem,2vw,1.8rem);font-weight:700;display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;letter-spacing:-.03em}.dh-section-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;font-size:1rem;flex-shrink:0;box-shadow:0 12px 28px #0f172a1a;color:#fff}.dh-picks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.dh-pick-card{background:#ffffffeb;border:1px solid rgba(29,29,31,.08);border-radius:28px;padding:1.35rem;position:relative;transition:border-color .2s,transform .2s,box-shadow .2s;box-shadow:var(--shadow-soft)}.dh-pick-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow-card)}.dh-pick-best{border-color:#0071e329;box-shadow:0 18px 42px #0f172a1a}.dh-pick-label{display:inline-flex;align-items:center;width:fit-content;padding:.28rem .72rem;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;background:#0071e314;color:var(--accent);margin-bottom:.75rem}.dh-pick-tool{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.dh-pick-favicon{border-radius:8px}.dh-pick-name{font-size:1.14rem;font-weight:700;letter-spacing:-.02em}.dh-pick-tagline{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.6rem}.dh-pick-pricing{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .7rem;border-radius:999px;background:#6e6e731a;color:var(--text-secondary);margin-bottom:.75rem}.dh-pick-links{display:flex;gap:1rem}.dh-pick-links a{font-size:.8rem;font-weight:600;color:var(--accent);text-decoration:none}.dh-pick-links a:hover{text-decoration:underline}.dh-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.dh-tool-card{background:#ffffffeb;border:1px solid rgba(29,29,31,.08);border-radius:28px;overflow:hidden;transition:border-color .2s,transform .2s,box-shadow .2s;box-shadow:var(--shadow-soft)}.dh-tool-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow-card)}.dh-tool-bar{height:3px}.dh-tool-header{display:flex;align-items:center;gap:.65rem;padding:1rem 1rem 0}.dh-tool-favicon{border-radius:8px}.dh-tool-name{font-size:1.02rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.dh-tool-pricing-badge{font-size:.7rem;font-weight:600;color:var(--text-muted)}.dh-tool-tagline{font-size:.83rem;color:var(--text-secondary);line-height:1.5;padding:.5rem 1rem 0}.dh-tool-links{display:flex;gap:.5rem;padding:.75rem 1rem 1rem}.dh-tool-link{font-size:.78rem;font-weight:600;color:var(--text-secondary);text-decoration:none;padding:.34rem .72rem;border-radius:999px;background:#6e6e731a;transition:color .15s,background .15s}.dh-tool-link:hover{color:var(--accent);background:var(--accent-subtle)}.dh-table-wrap{overflow-x:auto;border-radius:28px;border:1px solid rgba(29,29,31,.08);background:#ffffffe6;box-shadow:var(--shadow-soft)}.dh-compare-table{width:100%;border-collapse:collapse;font-size:.88rem}.dh-compare-table th{text-align:left;padding:.78rem 1rem;background:#f5f5f7f5;color:var(--text-muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid rgba(29,29,31,.08)}.dh-compare-table td{padding:.72rem 1rem;border-bottom:1px solid rgba(29,29,31,.08);vertical-align:middle}.dh-compare-table tbody tr:last-child td{border-bottom:none}.dh-compare-table tbody tr:hover{background:var(--bg-hover)}.dh-table-tool{display:flex;align-items:center;gap:.5rem}.dh-table-tool img{border-radius:4px}.dh-table-tool a{color:var(--text-primary);text-decoration:none;font-weight:600}.dh-table-tool a:hover{color:var(--accent)}.dh-table-pricing{font-size:.78rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;background:#6e6e731a;color:var(--text-secondary);white-space:nowrap}.dh-table-tagline{color:var(--text-secondary);font-size:.83rem}.dh-articles-list{display:flex;flex-direction:column;gap:0;border:1px solid rgba(29,29,31,.08);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft);background:#ffffffeb}.dh-article-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.05rem;text-decoration:none;color:inherit;border-bottom:1px solid rgba(29,29,31,.08);transition:background .15s,transform .15s}.dh-article-row:last-child{border-bottom:none}.dh-article-row:hover{background:var(--bg-hover)}.dh-article-row-promoted:hover{transform:translateY(-1px)}.dh-article-info{flex:1;min-width:0}.dh-article-title{font-size:.94rem;font-weight:600;line-height:1.42;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.dh-article-badge{display:inline-flex;align-items:center;margin-top:.35rem;padding:.2rem .5rem;border-radius:999px;background:#34c7591f;color:#1f9e48;font-size:.67rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.dh-article-desc{font-size:.78rem;color:var(--text-muted);margin-top:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dh-article-meta{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.dh-article-rating{font-size:.78rem;font-weight:600;color:#c77200}.dh-article-date{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.dh-view-all{font-size:.85rem;font-weight:600;color:var(--accent);text-decoration:none}.dh-view-all:hover{text-decoration:underline}.dh-methodology-content{background:#ffffffeb;border:1px solid rgba(29,29,31,.08);border-radius:28px;padding:1.25rem;box-shadow:var(--shadow-soft)}.dh-methodology-content p{font-size:.88rem;color:var(--text-secondary);line-height:1.7;margin-bottom:.6rem}.dh-methodology-content p:last-child{margin-bottom:0}.dh-methodology-content a{color:var(--accent);text-decoration:none}.dh-methodology-content a:hover{text-decoration:underline}@media(max-width:600px){.dh-hero-title{font-size:1.6rem}.dh-picks-grid,.dh-tools-grid{grid-template-columns:1fr}.dh-article-row{flex-direction:column;align-items:flex-start;gap:.3rem}.dh-article-title,.dh-article-desc{white-space:normal}}.decision-page-hero{background:radial-gradient(circle at top,rgba(232,97,60,.16),transparent 38%),linear-gradient(180deg,color-mix(in srgb,var(--bg-secondary) 92%,black) 0%,var(--bg-primary) 100%);border-bottom:1px solid var(--border-primary);padding:3rem 1.5rem 2.25rem}.decision-page-hero-center{text-align:center}.decision-page-hero-copy{max-width:820px;margin:0 auto}.decision-page-eyebrow,.hero-eyebrow{display:inline-flex;align-items:center;padding:.28rem .72rem;margin-bottom:.85rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:color-mix(in srgb,var(--accent) 75%,white);font-size:.73rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-decision{background:radial-gradient(circle at top,rgba(0,113,227,.12),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.92) 0%,var(--bg-primary) 100%);padding:4.2rem 1.5rem 3rem}.hero-sub{max-width:760px;margin:0 auto 1.8rem;color:var(--text-secondary);line-height:1.7}.decision-hub-card,.task-entry-card,.tool-card,.dh-pick-card,.dh-tool-card,.dh-methodology-content,.comp-core-card,.comp-card,.tools-card{box-shadow:0 18px 40px #0f172a14}.surface-section{padding-bottom:1.2rem}.surface-section-tight{padding-bottom:.8rem}.surface-section-quiet{padding-top:0}.surface-intro{max-width:780px;margin:.35rem auto 0;color:var(--text-secondary);text-align:center;line-height:1.7}.surface-grid{max-width:var(--max-width);margin:1.25rem auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;text-align:left}.surface-card{display:flex;flex-direction:column;gap:.65rem;padding:1.12rem;border:1px solid var(--border-primary);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f8f8faeb);text-decoration:none;color:inherit;transition:border-color .2s,transform .2s,box-shadow .2s}.surface-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 22px 44px #0f172a1f}.surface-card-core:hover{border-color:color-mix(in srgb,var(--accent-green) 55%,var(--border-hover))}.surface-card-quiet:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--border-hover))}.surface-kicker{display:inline-flex;align-items:center;width:fit-content;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}.surface-kicker-core{color:var(--accent-green)}.surface-card-title{font-size:1rem;line-height:1.45}.surface-card-desc{color:var(--text-secondary);line-height:1.6}.surface-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.surface-pill{display:inline-flex;align-items:center;padding:.22rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700}.surface-pill-muted{background:var(--bg-elevated);color:var(--text-secondary)}.surface-pill-rating{background:var(--accent-orange-subtle);color:var(--accent-orange)}.surface-cta-row{margin-top:1rem}.tools-card,.comp-card,.comp-core-card{border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f8f8faeb)}.comp-card:hover,.comp-core-card:hover,.tools-card:hover{box-shadow:0 22px 44px #0f172a1f}@media(max-width:900px){.surface-grid{grid-template-columns:1fr}}.editorial-hero{background:radial-gradient(circle at top,rgba(0,113,227,.1),transparent 34%),linear-gradient(180deg,#ffffffe6,#ffffffbd);border-bottom:1px solid var(--border-primary);padding:3.25rem 1.5rem 2.4rem;text-align:center}.editorial-hero-inner{max-width:760px;margin:0 auto}.editorial-kicker{display:inline-flex;align-items:center;justify-content:center;padding:.42rem 1rem;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#0071e31a;color:var(--accent);margin-bottom:1rem}.editorial-title{font-size:clamp(2.15rem,4vw,3.2rem);font-weight:800;line-height:1.08;letter-spacing:-.05em;margin-bottom:.85rem}.editorial-desc{max-width:720px;margin:0 auto;font-size:1.02rem;line-height:1.72;color:var(--text-secondary)}.editorial-container{max-width:980px;margin:0 auto;padding:2rem 1.5rem 3.25rem}.editorial-section{margin-top:2.25rem}.editorial-section:first-child{margin-top:0}.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.15rem}.editorial-card{padding:1.15rem;border-radius:24px;border:1px solid var(--border-primary);background:#ffffffeb;box-shadow:var(--shadow-soft)}.editorial-card h3{margin:0 0 .45rem;font-size:1rem;letter-spacing:-.02em}.editorial-card p{margin:0;color:var(--text-secondary);line-height:1.68}.editorial-callout{margin:1.2rem 0 0;padding:1.15rem 1.2rem;border-radius:24px;border:1px solid var(--border-primary);background:#ffffffe6;box-shadow:var(--shadow-soft)}.editorial-callout p{margin:0 0 .75rem}.editorial-callout p:last-child{margin-bottom:0}.editorial-callout ul,.submit-panel ul{margin:.8rem 0 0 1.2rem}.editorial-callout li,.submit-panel li{list-style:disc;margin-bottom:.45rem;color:var(--text-secondary);line-height:1.65}.editorial-callout li:last-child,.submit-panel li:last-child{margin-bottom:0}.editorial-callout-note{background:linear-gradient(180deg,rgba(0,113,227,.06),transparent 100%),#ffffffeb;border-color:#0071e329}.editorial-callout-warn{background:linear-gradient(180deg,rgba(180,83,9,.08),transparent 100%),#ffffffeb;border-color:#b4530929}.editorial-callout-success{background:linear-gradient(180deg,rgba(25,135,84,.08),transparent 100%),#ffffffeb;border-color:#1987542e}.editorial-steps{display:flex;flex-direction:column;gap:.9rem;margin-top:1.15rem}.editorial-step{display:flex;gap:.9rem;align-items:flex-start;padding:1rem 1.05rem;border-radius:24px;border:1px solid var(--border-primary);background:#ffffffeb;box-shadow:var(--shadow-soft)}.editorial-step-num{width:34px;height:34px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#0071e3,#58a6ff);color:#fff;font-size:.82rem;font-weight:800;box-shadow:0 14px 28px #0071e338}.editorial-step h3{margin:0 0 .25rem;font-size:1rem;letter-spacing:-.02em}.editorial-step p{margin:0;color:var(--text-secondary);line-height:1.65}.editorial-prose{padding:1.5rem;border-radius:28px;border:1px solid var(--border-primary);background:#ffffffe6;box-shadow:var(--shadow-soft)}.editorial-prose .post-content{max-width:none;padding:0}.editorial-links{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.editorial-link-pill{display:inline-flex;align-items:center;padding:.42rem .82rem;border-radius:999px;text-decoration:none;font-size:.8rem;font-weight:700;background:#0071e314;color:var(--accent);border:1px solid rgba(0,113,227,.12)}.editorial-link-pill:hover{background:#0071e31f}.submit-shell{max-width:980px;margin:0 auto;padding:2rem 1.5rem 3.25rem}.submit-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);gap:1.25rem}.submit-panel{padding:1.2rem;border-radius:28px;border:1px solid var(--border-primary);background:#ffffffeb;box-shadow:var(--shadow-soft)}.submit-panel h2{margin-bottom:.9rem;font-size:1.15rem;letter-spacing:-.03em}.submit-mini-steps{display:flex;flex-direction:column;gap:.8rem}.submit-mini-step{display:flex;gap:.7rem;align-items:flex-start}.submit-mini-step strong{display:block;margin-bottom:.15rem}.submit-mini-step p{margin:0;color:var(--text-secondary);line-height:1.6}.submit-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.82rem;font-weight:700;color:var(--text-primary)}.char-hint{font-weight:500;color:var(--text-muted);font-size:.74rem}.form-group input,.form-group select,.form-group textarea{font:inherit;color:var(--text-primary);background:#fffffff5;border:1px solid var(--border-primary);border-radius:16px;padding:.8rem .9rem;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.form-group textarea{resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--border-hover);box-shadow:0 0 0 4px #0071e31a;background:#fff}.submit-btn{align-self:flex-start;border:none;border-radius:999px;padding:.85rem 1.2rem;font:inherit;font-size:.9rem;font-weight:700;background:linear-gradient(135deg,#0071e3,#58a6ff);color:#fff;box-shadow:0 18px 36px #0071e33d;cursor:pointer}.submit-btn:hover{filter:brightness(.97)}.submit-success{max-width:820px;margin:0 auto;padding:2rem 1.5rem 3.25rem}.submit-success-card,.legacy-card{padding:1.35rem;border-radius:28px;border:1px solid var(--border-primary);background:#ffffffeb;box-shadow:var(--shadow-soft)}.submit-success-card h1,.legacy-card h1{margin:0 0 .85rem;font-size:clamp(2rem,4vw,2.7rem);line-height:1.05;letter-spacing:-.05em}.submit-success-card p,.legacy-card p{color:var(--text-secondary);line-height:1.72}.success-eyebrow,.legacy-eyebrow{display:inline-flex;align-items:center;padding:.42rem 1rem;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#0071e31a;color:var(--accent);margin-bottom:1rem}.success-actions,.legacy-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.15rem}.success-link,.legacy-link-pill{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1rem;border-radius:999px;text-decoration:none;font-weight:700;border:1px solid var(--border-primary);background:#fffffff5;color:var(--text-primary);box-shadow:var(--shadow-soft)}.success-link:hover,.legacy-link-pill:hover{border-color:var(--border-hover)}.legacy-shell{max-width:900px;margin:0 auto;padding:2rem 1.5rem 3.25rem}.legacy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.15rem}.legacy-link-card{padding:1rem 1.05rem;border-radius:24px;border:1px solid var(--border-primary);background:#ffffffeb;box-shadow:var(--shadow-soft);text-decoration:none;color:inherit}.legacy-link-card strong{display:block;margin-bottom:.3rem;font-size:.98rem;letter-spacing:-.02em}.legacy-link-card span{color:var(--text-secondary);line-height:1.62}@media(max-width:900px){.editorial-grid,.submit-grid,.legacy-grid{grid-template-columns:1fr}}@media(max-width:640px){.form-row{grid-template-columns:1fr}.editorial-hero{padding:2.7rem 1.25rem 2rem}.editorial-title{font-size:1.85rem}}
