.content{width:calc(100% - 48px);max-width:1240px;margin:24px auto;font-family:'Inter',system-ui,-apple-system,sans-serif;color:#0f172a;line-height:1.65}.content>section{margin:0 0 32px;padding:24px 28px;background:#fff;border:1px solid #e2e8f0;border-radius:14px}.content>section:first-child{background:linear-gradient(180deg,#fafbfc 0%,#ffffff 100%)}.content h2{font-family:'Poppins',system-ui,sans-serif;font-size:clamp(20px,3.4vw,26px);font-weight:700;letter-spacing:-.4px;color:#0f172a;margin:0 0 14px}.content h3{font-family:'Poppins',system-ui,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.2px;color:#1e293b;margin:14px 0 6px}.content p{font-size:15.5px;line-height:1.7;color:#334155;margin:0 0 12px}.content p:last-child{margin-bottom:0}.content code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:1px 6px;font-family:'SF Mono','Monaco','Consolas',monospace;font-size:13.5px;color:#0f172a}.howto-list{list-style:none;counter-reset:howto-num;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:14px}.howto-list>li{counter-increment:howto-num;position:relative;padding:14px 18px 14px 60px;background:#f8fafc;border-left:3px solid #43ba81;border-radius:0 10px 10px 0}.howto-list>li::before{content:counter(howto-num);position:absolute;left:14px;top:14px;width:32px;height:32px;background:linear-gradient(135deg,#43ba81,#0d9488);color:#fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:700;font-size:14px}.howto-list>li>h3{margin:0 0 4px;font-size:15px;color:#1e293b}.howto-list>li>p{margin:0;font-size:14.5px;color:#475569}.use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.use-case{padding:16px 18px;background:linear-gradient(135deg,rgba(67,186,129,.04),rgba(13,148,136,.04));border:1px solid rgba(67,186,129,.18);border-radius:10px}.use-case>h3{margin:0 0 6px;font-size:14.5px;color:#226850;letter-spacing:-.2px}.use-case>p{margin:0;font-size:14px;line-height:1.6;color:#475569}.specs-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14.5px}.specs-table th,.specs-table td{padding:10px 14px;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:top}.specs-table tbody tr:last-child th,.specs-table tbody tr:last-child td{border-bottom:0}.specs-table th[scope="row"]{width:35%;font-weight:600;color:#475569;background:#f8fafc;border-radius:0}.specs-table tbody tr:first-child th[scope="row"]{border-top-left-radius:8px}.specs-table tbody tr:last-child th[scope="row"]{border-bottom-left-radius:8px}.specs-table td{color:#1e293b}.tips-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.tips-list>li{position:relative;padding:10px 14px 10px 38px;background:#fffbea;border:1px solid #fde68a;border-radius:8px;font-size:14.5px;line-height:1.6;color:#422006}.tips-list>li::before{content:'💡';position:absolute;left:12px;top:9px;font-size:14px}#related-tools .related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}#related-tools .related-tool{display:flex;flex-direction:column;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}#related-tools .related-tool:hover{border-color:#43ba81;transform:translateY(-1px);box-shadow:0 4px 12px -4px rgba(67,186,129,.25)}#related-tools .related-tool .name{font-family:'Poppins',sans-serif;font-weight:600;font-size:14.5px;color:#0f172a;letter-spacing:-.2px}#related-tools .related-tool .desc{font-size:13px;color:#64748b;margin-top:2px}#privacy-note{background:#f0fdf4 !important;border-color:#bbf7d0 !important}#privacy-note p{color:#14532d}.post-faq{}.post-faq .faq-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;margin-bottom:8px;overflow:hidden;transition:border-color .15s ease}.post-faq .faq-item[open]{border-color:rgba(67,186,129,.4);box-shadow:0 3px 10px -6px rgba(67,186,129,.25)}.post-faq .faq-item>summary.faq-q{list-style:none;cursor:pointer;padding:14px 50px 14px 18px;font-family:'Poppins',system-ui,sans-serif;font-weight:600;font-size:15px;color:#1e293b;letter-spacing:-.2px;line-height:1.5;position:relative;user-select:none}.post-faq .faq-item>summary.faq-q::-webkit-details-marker{display:none}.post-faq .faq-item>summary.faq-q:hover{background-color:#f8fafc}.post-faq .faq-item>summary.faq-q::after{content:'+';position:absolute;right:18px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:999px;background:#f1f5f9;color:#475569;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;line-height:1;transition:transform .18s,background .18s,color .18s}.post-faq .faq-item[open]>summary.faq-q::after{transform:translateY(-50%) rotate(45deg);background:#43ba81;color:#fff}.post-faq .faq-item>.faq-a{padding:0 18px 16px 18px;font-size:14.5px;line-height:1.7;color:#334155}.post-faq .faq-item>.faq-a>p{margin:0 0 8px}.post-faq .faq-item>.faq-a>p:last-child{margin-bottom:0}.post-faq .faq-item[id]{scroll-margin-top:80px}@media print{.ad-slot,.ad-incontent{display:none !important}.content>section{break-inside:avoid}}@media (max-width:720px){.content{width:calc(100% - 32px)}.content>section{padding:18px 18px;margin-bottom:22px}.content h2{font-size:19px}.howto-list>li{padding:12px 14px 12px 54px}.howto-list>li::before{left:12px;top:12px;width:28px;height:28px;font-size:13px}.use-cases{grid-template-columns:1fr}.specs-table th[scope="row"]{width:40%;font-size:13.5px}.specs-table td{font-size:13.5px}.tips-list>li{padding:9px 12px 9px 34px;font-size:14px}#related-tools .related-tools{grid-template-columns:1fr}.post-faq .faq-item>summary.faq-q{font-size:14.5px;padding:12px 44px 12px 16px}.post-faq .faq-item>.faq-a{font-size:14px;padding:0 16px 14px 16px}}.content>section#about,.content>section#faqs,.content>section#related-tools,.content>section#deep-content,.content>section#learn-more,.content>section#privacy-note{text-align:left;padding:28px 32px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin:0 0 24px}.content>section[id="about"]>p,.content>section[id="learn-more"]>p,.content>section[id="deep-content"]>p{text-align:left;max-width:760px}section:not(.post-faq)>.faq-item,section[id="faqs"] .faq-item,section[id="deep-content"] .faq-item,section[id="learn-more"] .faq-item{background:#ffffff;border:1px solid #e2e8f0;border-left:3px solid #43ba81;border-radius:10px;padding:14px 18px;margin:10px 0;transition:border-color .15s ease,box-shadow .15s ease}section:not(.post-faq)>.faq-item:hover,section[id="faqs"] .faq-item:hover,section[id="deep-content"] .faq-item:hover,section[id="learn-more"] .faq-item:hover{border-color:#99f6e4;box-shadow:0 3px 10px -6px rgba(67,186,129,.25)}section:not(.post-faq)>.faq-item>h3,section[id="faqs"] .faq-item>h3,section[id="deep-content"] .faq-item>h3,section[id="learn-more"] .faq-item>h3{margin:0 0 6px;font-family:'Poppins',system-ui,sans-serif;font-weight:600;font-size:15px;color:#1e293b;letter-spacing:-.2px;line-height:1.45}section:not(.post-faq)>.faq-item>p,section[id="faqs"] .faq-item>p,section[id="deep-content"] .faq-item>p,section[id="learn-more"] .faq-item>p{margin:0;font-size:14.5px;line-height:1.7;color:#475569}section[id="deep-content"] dl{display:grid;grid-template-columns:200px 1fr;gap:8px 18px;margin:12px 0 0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px 20px}section[id="deep-content"] dt{font-family:'Poppins',system-ui,sans-serif;font-weight:600;font-size:14px;color:#226850}section[id="deep-content"] dd{margin:0;font-size:14px;color:#475569;line-height:1.55}section[id="deep-content"]>ul,section[id="learn-more"]>ul,section[id="deep-content"]>ol,section[id="learn-more"]>ol{padding-left:20px;margin:10px 0 14px}section[id="deep-content"]>ul>li,section[id="learn-more"]>ul>li,section[id="deep-content"]>ol>li,section[id="learn-more"]>ol>li{font-size:14.5px;line-height:1.65;color:#334155;margin:5px 0}section[id="deep-content"]>h2,section[id="learn-more"]>h2{margin-top:32px;margin-bottom:12px;padding-top:18px;border-top:1px solid #f1f5f9}section[id="deep-content"]>h2:first-child,section[id="learn-more"]>h2:first-child{border-top:none;padding-top:0}section[id="deep-content"]>h3,section[id="learn-more"]>h3{font-family:'Poppins',system-ui,sans-serif;font-size:17px;font-weight:600;color:#1e293b;margin-top:22px;margin-bottom:8px;letter-spacing:-.2px}section[id="related-tools"] .related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:14px}section[id="related-tools"] .related-tool{display:flex;flex-direction:column;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}section[id="related-tools"] .related-tool:hover{border-color:#43ba81;transform:translateY(-1px);box-shadow:0 4px 12px -4px rgba(67,186,129,.25)}section[id="related-tools"] .related-tool .name{font-family:'Poppins',sans-serif;font-weight:600;font-size:14.5px;color:#0f172a}section[id="related-tools"] .related-tool .desc{font-size:13px;color:#64748b;margin-top:3px}@media (max-width:720px){section[id="deep-content"] dl{grid-template-columns:1fr;gap:4px 0}section[id="deep-content"] dt{margin-top:8px}section[id="deep-content"] dt:first-child{margin-top:0}section[id="related-tools"] .related-tools{grid-template-columns:1fr}}.ct-visual-summary{margin:20px 0;padding:20px 22px;background:#fff;border:1px solid #e2e8f0;border-radius:14px}.ct-chart-container{position:relative;width:100%;max-width:600px;margin:0 auto}.ct-chart-container canvas{width:100% !important;height:auto}.ct-progress-bar{display:flex;align-items:center;gap:10px;margin:8px 0}.ct-pb-label{font-size:13px;font-weight:600;color:#475569;min-width:100px}.ct-pb-track{flex:1;height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden}.ct-pb-fill{height:100%;border-radius:999px;transition:width 0.4s ease}.ct-pb-value{font-size:13px;font-weight:700;color:#0f172a;min-width:48px;text-align:right;font-variant-numeric:tabular-nums}.ct-comparison{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0}.ct-comp-card{padding:18px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;text-align:center}.ct-comp-card.highlight{border-color:#43ba81;background:linear-gradient(135deg,#edf9f1 0%,#f0fdf4 100%)}.ct-comp-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#64748b;font-weight:600;margin-bottom:6px}.ct-comp-value{font-size:24px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.ct-breakdown-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;margin:16px 0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.ct-breakdown-table thead{background:#f8fafc}.ct-breakdown-table th{padding:10px 14px;font-weight:600;color:#475569;text-align:left;border-bottom:1px solid #e2e8f0;font-size:13px;text-transform:uppercase;letter-spacing:0.5px}.ct-breakdown-table td{padding:10px 14px;color:#1e293b;border-bottom:1px solid #f1f5f9;font-variant-numeric:tabular-nums}.ct-breakdown-table tbody tr:last-child td{border-bottom:none}.ct-breakdown-table tbody tr:hover{background:#fafbff}@media (min-width:1024px){.ct-sticky-calc{position:sticky;top:80px;z-index:10}}@media (max-width:720px){.ct-visual-summary{padding:16px}.ct-comparison{grid-template-columns:1fr}.ct-comp-value{font-size:20px}.ct-pb-label{min-width:70px;font-size:12px}.ct-breakdown-table{font-size:13px}.ct-breakdown-table th,.ct-breakdown-table td{padding:8px 10px}}.visual-timeline{display:flex;flex-direction:column;gap:20px;margin:32px 0;position:relative}.visual-timeline::before{content:'';position:absolute;left:24px;top:10px;bottom:10px;width:2px;background:#e2e8f0}.timeline-step{display:flex;gap:20px;position:relative;z-index:1}.timeline-icon{width:50px;height:50px;border-radius:50%;background:#43ba81;color:white;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:bold;font-size:20px;border:4px solid #fff;box-shadow:0 0 0 1px #e2e8f0}.timeline-content{background:#f8fafc;border:1px solid #e2e8f0;padding:16px 20px;border-radius:12px;flex:1}.timeline-content h4{margin:0 0 8px 0;font-size:16px;color:#1e293b}.timeline-content p{margin:0;font-size:14px;color:#475569}.highlight-card{display:flex;gap:16px;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #f59e0b;border-radius:8px;padding:20px;margin:24px 0;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.highlight-icon{font-size:24px}.highlight-text h4{margin:0 0 4px 0;color:#1e293b;font-size:15px}.highlight-text p{margin:0;font-size:14px;color:#475569}.compare-matrix{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}.matrix-cell{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;text-align:center}.matrix-cell.primary{border-color:#43ba81;background:#fbfbfe}.matrix-icon{font-size:36px;margin-bottom:16px}.matrix-cell h4{margin:0 0 12px 0;font-size:18px;color:#1e293b}.matrix-cell p{margin:0;font-size:14px;color:#475569}.saas-compare-table{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.saas-compare-table th,.saas-compare-table td{padding:16px;text-align:center;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.saas-compare-table th:last-child,.saas-compare-table td:last-child{border-right:none}.saas-compare-table tbody tr:last-child td{border-bottom:none}.saas-compare-table th{background:#f8fafc;font-size:16px;color:#1e293b;font-weight:600}.saas-compare-table td.feature-name{text-align:left;font-weight:500;color:#334155;background:#fbfbfe}.saas-compare-table td svg{width:20px;height:20px}.icon-check{color:#22c55e}.icon-x{color:#ef4444}@media (max-width:720px){.compare-matrix{grid-template-columns:1fr}.saas-compare-table{font-size:13px}.saas-compare-table th,.saas-compare-table td{padding:10px}.visual-timeline::before{left:16px}.timeline-icon{width:36px;height:36px;font-size:16px}}.tj-c-section{max-width:1200px;margin:48px auto;padding:28px 22px;background:#fff;border:1px solid #e2e8f0;border-radius:16px}.tj-c-heading{margin:0 0 18px;font-size:22px;font-weight:800;letter-spacing:-0.3px;color:#0f172a}.tj-c-loading,.tj-c-empty{color:#64748b;font-size:14px;padding:12px 0 18px}.tj-c-loading-err{color:#b91c1c}.tj-c-list{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}.tj-c-item{padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.tj-c-head{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.tj-c-author{font-size:14px;font-weight:700;color:#0f172a;letter-spacing:-0.1px}.tj-c-time{font-size:12px;color:#94a3b8}.tj-c-body{font-size:14.5px;line-height:1.55;color:#1e293b;word-break:break-word;white-space:pre-wrap}.tj-c-body a{color:#226850;text-decoration:underline}.tj-c-actions{margin-top:8px}.tj-c-reply-btn{border:0;background:transparent;color:#226850;font:600 12.5px inherit;cursor:pointer;padding:2px 0}.tj-c-reply-btn:hover{text-decoration:underline}.tj-c-kids{margin-top:10px;margin-left:14px;padding-left:14px;border-left:2px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.tj-c-form{border-top:1px solid #f1f5f9;padding-top:22px}.tj-c-replyto{font-size:13px;color:#226850;margin-bottom:10px;display:flex;align-items:center;gap:8px}.tj-c-replyto-cancel{border:0;background:transparent;color:#94a3b8;font:600 12px inherit;cursor:pointer;text-decoration:underline}.tj-c-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.tj-c-field{display:flex;flex-direction:column;gap:6px}.tj-c-field-body{margin-bottom:12px}.tj-c-label{font-size:12.5px;font-weight:600;color:#475569;letter-spacing:0.1px}.tj-c-form input,.tj-c-form textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font:14px inherit;color:#0f172a;background:#fff;transition:border-color 0.15s,box-shadow 0.15s}.tj-c-form input:focus,.tj-c-form textarea:focus{outline:0;border-color:#43ba81;box-shadow:0 0 0 3px rgba(67,186,129,0.12)}.tj-c-form textarea{resize:vertical;min-height:88px}.tj-c-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.tj-c-hint{font-size:12px;color:#94a3b8}.tj-c-submit{border:0;background:#0f172a;color:#fff;font:700 13.5px inherit;padding:9px 18px;border-radius:8px;cursor:pointer;transition:background-color 0.15s,transform 0.05s}.tj-c-submit:hover{background:#1e293b}.tj-c-submit:active{transform:translateY(1px)}.tj-c-submit:disabled{background:#94a3b8;cursor:progress}.tj-c-status{margin-top:10px;font-size:13px;color:#475569;min-height:1em}.tj-c-status-ok{color:#047857}.tj-c-status-err{color:#b91c1c}@media (max-width:640px){.tj-c-section{padding:20px 14px;margin:32px 12px}.tj-c-grid{grid-template-columns:1fr}.tj-c-heading{font-size:20px}}