*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}img,svg{display:block;max-width:100%}a{text-decoration:none}ol,ul{list-style:none}:root{--color-primary:#0F172A;--color-secondary:#6366F1;--color-accent:#22D3EE;--color-surface:#F8FAFC;--color-surface-dark:#0F172A;--color-text:#1E293B;--color-text-muted:#64748B;--color-border:#E2E8F0;--color-white:#ffffff;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--shadow-lg:0 10px 25px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.06);--transition:200ms ease}:root.dark{--color-primary:#c4b5fd;--color-secondary:#818cf8;--color-accent:#22d3ee;--color-surface:#1e1b2e;--color-surface-dark:#0f0b1a;--color-text:#e2e0ea;--color-text-muted:#9895a8;--color-border:#2e2a40;--color-white:#1a1726;color-scheme:dark}:root.dark body{background:#13101e}:root.dark .header{background:#0f0b1a}:root.dark .hero{background:linear-gradient(135deg,#0f0b1a,#1e1b2e)}:root.dark .footer{background:#0a0812}:root.dark .bulk-item,:root.dark .card,:root.dark .faq-question,:root.dark .stat-card,:root.dark .tool-card,:root.dark .tool-form{background:#1a1726}:root.dark img{opacity:.92}body{font-family:var(--font-body),system-ui,sans-serif;color:var(--color-text);background:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display),system-ui,sans-serif;font-weight:700;line-height:1.2;color:var(--color-primary)}h1{font-size:2.5rem}h2{font-size:1.75rem}h3{font-size:1.25rem}p{margin-bottom:1rem}code{font-family:var(--font-mono),monospace;font-size:.9em}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid{grid-template-columns:repeat(3,1fr)}}.header{background:var(--color-primary);color:var(--color-white);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:var(--font-display),system-ui,sans-serif;font-size:1.25rem;font-weight:800;color:var(--color-white)}.header-nav{display:flex;gap:1.5rem;align-items:center}.header-nav a{color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;transition:color var(--transition)}.header-nav a:hover,.hero{color:var(--color-white)}.hero{background:linear-gradient(135deg,var(--color-primary) 0,#1e293b 100%);padding:5rem 0 4rem;text-align:center}.hero h1{color:var(--color-white);font-size:3rem;margin-bottom:1rem}.hero p{color:rgba(255,255,255,.75);font-size:1.2rem;max-width:640px;margin:0 auto 2rem}@media (max-width:640px){.hero h1{font-size:2rem}.hero p{font-size:1rem}}.section{padding:4rem 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;transition:box-shadow var(--transition),transform var(--transition);display:flex;flex-direction:column}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-title{font-size:1.15rem;margin-bottom:.5rem}.card-description{color:var(--color-text-muted);font-size:.9rem;flex:1 1}.card-meta{display:flex;align-items:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.badge{display:inline-block;padding:.2rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:var(--color-surface);color:var(--color-text-muted);border:1px solid var(--color-border)}.badge-primary{background:var(--color-secondary);color:var(--color-white);border-color:var(--color-secondary)}.badge-accent{background:var(--color-accent);color:var(--color-primary);border-color:var(--color-accent)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;transition:background var(--transition),transform var(--transition);cursor:pointer;border:none}.btn-primary{background:var(--color-secondary);color:var(--color-white)}.btn-primary:hover{background:#4f46e5}.btn-outline{background:transparent;border:1px solid var(--color-border);color:var(--color-text)}.btn-outline:hover,.detail-header{background:var(--color-surface)}.detail-header{padding:3rem 0 2rem;border-bottom:1px solid var(--color-border)}.detail-body{padding:2rem 0 4rem}.detail-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.detail-grid{grid-template-columns:2fr 1fr}}.detail-sidebar{background:var(--color-surface);border-radius:var(--radius);padding:1.5rem;align-self:start}.detail-sidebar dt{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:1rem}.detail-sidebar dt:first-child{margin-top:0}.detail-sidebar dd{font-weight:500;margin-top:.25rem}.pros-cons{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}@media (max-width:640px){.pros-cons{grid-template-columns:1fr}}.pros-cons ul{list-style:none}.pros-cons li{padding:.4rem 0 .4rem 1.5rem;position:relative;font-size:.9rem}.pros-cons li:before{position:absolute;left:0}.pros li:before{content:"+";color:#22c55e;font-weight:700}.cons li:before{content:"-";color:#ef4444;font-weight:700}.rating{font-weight:600;color:var(--color-secondary)}.footer{background:var(--color-primary);color:rgba(255,255,255,.6);padding:3rem 0;font-size:.85rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer a{color:rgba(255,255,255,.8);transition:color var(--transition)}.footer a:hover{color:var(--color-white)}.back-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--color-secondary);font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.back-link:hover{text-decoration:underline}.page-header{padding:3rem 0;background:var(--color-surface);border-bottom:1px solid var(--color-border);margin-bottom:3rem}.category-icon{font-size:2rem;margin-bottom:.5rem}body,html{overflow-x:hidden;max-width:100vw}.result-display,input,select,textarea{max-width:100%;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box}.calculator,.card,.tool-container{width:100%;max-width:100%;box-sizing:border-box}.result-display{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow:hidden}table{display:block;-webkit-overflow-scrolling:touch}code,pre,table{overflow-x:auto;max-width:100%}.break-all,code,pre{word-break:break-all}.break-all{overflow-wrap:anywhere}.article-card{display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.article-card-image{aspect-ratio:16/9;overflow:hidden}.article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-card-image img{transform:scale(1.03)}.article-card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1 1}.article-card-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-secondary);margin-bottom:.5rem}.article-card-title{font-size:1.15rem;margin-bottom:.5rem;line-height:1.3}.article-card-description{color:var(--color-text-muted);font-size:.9rem;flex:1 1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-meta{display:flex;align-items:center;gap:.75rem;margin-top:1rem;font-size:.8rem;color:var(--color-text-muted)}.article{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem}.article-header{margin-bottom:2rem}.article-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.5rem}.article-breadcrumb a:hover{color:var(--color-secondary)}.article-title{font-size:2.25rem;line-height:1.2;margin-bottom:.75rem}@media (max-width:640px){.article-title{font-size:1.75rem}}.article-subtitle{font-size:1.15rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:1.5rem}.article-meta{justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.article-author,.article-meta{display:flex;align-items:center}.article-author{gap:.75rem}.article-author-avatar{border-radius:50%}.article-author-name{font-weight:600;display:block}.article-author time,.article-reading-time{font-size:.85rem;color:var(--color-text-muted)}.article-hero{margin:2rem 0;border-radius:var(--radius);overflow:hidden}.article-hero-image{width:100%;height:auto}.article-body.prose{line-height:1.8;font-size:1.05rem}.article-body.prose h2{margin-top:2.5rem;margin-bottom:1rem}.article-body.prose h3{margin-top:2rem;margin-bottom:.75rem}.article-body.prose p{margin-bottom:1.25rem}.article-body.prose ol,.article-body.prose ul{list-style:revert;margin-bottom:1.25rem;padding-left:1.5rem}.article-body.prose li{margin-bottom:.5rem}.article-body.prose blockquote{border-left:3px solid var(--color-secondary);padding-left:1.25rem;margin:1.5rem 0;color:var(--color-text-muted);font-style:italic}.article-body.prose img{border-radius:var(--radius-sm);margin:1.5rem 0}.article-body.prose a{color:var(--color-secondary);text-decoration:underline}.article-body.prose a:hover{color:#4f46e5}.article-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem}:root{--gt-bg:#ffffff;--gt-surface:#f8fafc;--gt-surface-2:#f1f5f9;--gt-border:#e2e8f0;--gt-text:#0f172a;--gt-text-muted:#64748b;--gt-primary:#0f172a;--gt-secondary:#2563eb;--gt-accent:#22c55e;--gt-radius:12px;--gt-radius-sm:8px;--gt-max:1200px}*{box-sizing:border-box}body,html{background:var(--gt-bg);color:var(--gt-text);font-family:var(--font-body,"Inter",system-ui,-apple-system,sans-serif);line-height:1.55;margin:0;padding:0}a{color:inherit}.gt-shell{display:flex;min-height:100vh;flex-direction:column}.gt-container{max-width:var(--gt-max);margin:0 auto;padding:0 1.25rem;width:100%}.gt-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--gt-border)}.gt-header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:.85rem;padding-bottom:.85rem;gap:1.5rem}.gt-logo{gap:.6rem;text-decoration:none;color:var(--gt-text);font-weight:700}.gt-logo,.gt-logo-mark{display:inline-flex;align-items:center}.gt-logo-mark{justify-content:center;width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;font-size:.72rem;letter-spacing:.06em}.gt-logo-text{font-size:1.05rem;letter-spacing:-.01em}.gt-logo-tag{color:var(--gt-text-muted);font-size:.72rem;font-weight:500;margin-left:.25rem}@media (max-width:640px){.gt-logo-tag{display:none}}.gt-header-nav{display:flex;gap:1rem;flex-wrap:wrap}.gt-header-nav a{color:var(--gt-text-muted);text-decoration:none;font-size:.9rem;font-weight:500}.gt-header-nav a:hover{color:var(--gt-secondary)}@media (max-width:860px){.gt-header-nav{display:none}}.gt-main{flex:1 1}.gt-hero{padding:3rem 0 2rem;background:linear-gradient(180deg,#f8fafc,#ffffff);border-bottom:1px solid var(--gt-border)}.gt-eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--gt-text-muted);font-size:.85rem;font-weight:500;margin:0 0 .8rem}.gt-dot{width:8px;height:8px;border-radius:999px;background:var(--gt-accent);box-shadow:0 0 0 4px rgba(34,197,94,.2)}.gt-hero-title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;margin:0 0 .6rem}.gt-hero-sub{font-size:1.1rem;color:var(--gt-text-muted);max-width:52rem;margin:0 0 1.5rem}.gt-desk-nav{display:flex;flex-wrap:wrap;gap:.5rem}.gt-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .9rem;border-radius:999px;background:#fff;border:1px solid var(--gt-border);text-decoration:none;color:var(--gt-text);font-size:.88rem;font-weight:500;transition:border-color .15s ease,background .15s ease}.gt-chip:hover{border-color:var(--gt-secondary);background:var(--gt-surface)}.gt-chip-count{display:inline-block;min-width:1.5rem;padding:0 .35rem;background:var(--gt-surface-2);border-radius:6px;font-size:.75rem;color:var(--gt-text-muted);text-align:center}.gt-section{padding:2.5rem 0}.gt-section-title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;letter-spacing:-.01em}.gt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.gt-lead{padding-top:1.5rem;padding-bottom:1rem}.gt-lead-card{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;border:1px solid var(--gt-border);border-radius:var(--gt-radius);background:#fff;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.gt-lead-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px -20px rgba(15,23,42,.25)}.gt-lead-img{position:relative;aspect-ratio:16/10;background:var(--gt-surface-2);overflow:hidden}.gt-lead-img img{width:100%;height:100%;object-fit:cover;display:block}.gt-lead-body{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.75rem}.gt-lead-title{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.01em;margin:0}.gt-lead-desc{color:var(--gt-text-muted);font-size:1rem;margin:0}@media (max-width:820px){.gt-lead-card{grid-template-columns:1fr}}.gt-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--gt-border);border-radius:var(--gt-radius);overflow:hidden;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.gt-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 12px 28px -20px rgba(15,23,42,.3)}.gt-card-img{position:relative;display:block;aspect-ratio:16/10;background:var(--gt-surface-2);overflow:hidden}.gt-card-img img{width:100%;height:100%;object-fit:cover;display:block}.gt-card-body{padding:1.1rem 1.2rem 1.25rem;display:flex;flex-direction:column;gap:.55rem}.gt-card-title{font-size:1.1rem;font-weight:700;line-height:1.3;margin:0;letter-spacing:-.01em}.gt-card-title a{color:inherit;text-decoration:none}.gt-card-title a:hover{color:var(--gt-secondary)}.gt-card-desc{color:var(--gt-text-muted);font-size:.93rem;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.gt-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.gt-meta,.gt-meta-footer{font-size:.8rem;color:var(--gt-text-muted)}.gt-desk-badge{display:inline-block;padding:.18rem .55rem;border-radius:6px;background:var(--gt-surface-2);font-size:.72rem;font-weight:600;color:var(--gt-text);text-transform:uppercase;letter-spacing:.04em;text-decoration:none}.gt-desk-badge:hover{background:var(--gt-border)}.gt-grounding{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .55rem;border-radius:6px;color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.02em}.gt-desk-header{padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--gt-border);background:var(--gt-surface)}.gt-desk-header h1{margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.02em}.gt-desk-header p{margin:.5rem 0 0;color:var(--gt-text-muted)}.gt-article{padding:2.5rem 0 3rem}.gt-article-container{max-width:820px;margin:0 auto;padding:0 1.25rem}.gt-breadcrumb{display:flex;gap:.4rem;font-size:.85rem;color:var(--gt-text-muted);margin-bottom:1.25rem}.gt-breadcrumb a{color:var(--gt-text-muted);text-decoration:none}.gt-breadcrumb a:hover{color:var(--gt-secondary)}.gt-article-title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 1rem}.gt-article-sub{color:var(--gt-text-muted);font-size:1.1rem;margin:0 0 1.5rem}.gt-article-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gt-border)}.gt-article-hero{margin:0 0 1.75rem;border-radius:var(--gt-radius);overflow:hidden;aspect-ratio:16/9;background:var(--gt-surface-2)}.gt-article-hero img{width:100%;height:100%;object-fit:cover;display:block}.gt-grounding-panel{display:flex;align-items:center;gap:1rem;padding:.9rem 1.1rem;background:var(--gt-surface);border:1px solid var(--gt-border);border-radius:var(--gt-radius);margin-bottom:1.5rem}.gt-grounding-score{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;color:#fff;font-weight:800;font-size:.95rem;flex-shrink:0}.gt-grounding-panel-body p{margin:0}.gt-grounding-panel-body .title{font-weight:700;font-size:1rem}.gt-grounding-panel-body .sub{color:var(--gt-text-muted);font-size:.85rem}.gt-article-body{font-size:1.05rem;line-height:1.75;color:var(--gt-text)}.gt-article-body h1,.gt-article-body h2,.gt-article-body h3{margin-top:2rem;margin-bottom:.8rem;line-height:1.25;letter-spacing:-.01em}.gt-article-body h1{display:none}.gt-article-body h2{font-size:1.55rem;font-weight:700}.gt-article-body h3{font-size:1.2rem;font-weight:700}.gt-article-body p{margin:0 0 1.1rem}.gt-article-body blockquote{margin:1rem 0 1.5rem;padding:.8rem 1.1rem;border-left:4px solid var(--gt-secondary);background:var(--gt-surface);color:var(--gt-text);border-radius:0 var(--gt-radius-sm) var(--gt-radius-sm) 0}.gt-article-body a{color:var(--gt-secondary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.gt-article-body hr{border:0;border-top:1px solid var(--gt-border);margin:2rem 0}.gt-article-body ul{padding-left:1.2rem}.gt-article-body li{margin:.3rem 0}.gt-sources{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--gt-border)}.gt-sources h2{font-size:1.2rem;margin:0 0 1rem}.gt-sources-list{display:grid;grid-gap:.5rem;gap:.5rem;list-style:none;margin:0;padding:0}.gt-sources-list li{padding:.65rem .9rem;background:var(--gt-surface);border:1px solid var(--gt-border);border-radius:var(--gt-radius-sm)}.gt-sources-list a{color:var(--gt-secondary);text-decoration:none;font-size:.92rem;font-weight:500;word-break:break-word}.gt-tag-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.5rem}.gt-tag{padding:.25rem .6rem;background:var(--gt-surface-2);color:var(--gt-text-muted);border-radius:999px;font-size:.75rem;font-weight:500}.gt-footer{margin-top:3rem;padding:2rem 0 3rem;border-top:1px solid var(--gt-border);background:var(--gt-surface)}.gt-footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.gt-footer-brand{margin:0;font-weight:700}.gt-footer-tag{margin:.25rem 0 0;color:var(--gt-text-muted);font-size:.9rem}.gt-footer-links{display:flex;gap:1rem;flex-wrap:wrap}.gt-footer-links a{color:var(--gt-text-muted);text-decoration:none;font-size:.88rem}.gt-footer-links a:hover{color:var(--gt-secondary)}