:root{--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-text-main:#0f172a;--color-text-muted:#475569;--color-text-light:#64748b;--color-bg-light:#f8fafc;--color-border:#e2e8f0;--border-radius-badge:99px;--border-radius-card:24px;--border-radius-btn:12px;--spacing-base:1rem}.category-wrapper{width:100%;font-family:'Inter',system-ui,sans-serif;font-size:1rem;line-height:1.75;color:var(--color-text-muted);overflow-x:hidden;overflow-wrap:break-word;-webkit-font-smoothing:antialiased}.category-container{width:100%;max-width:1024px;margin:0 auto;padding:1.5rem;box-sizing:border-box}.category-container *,.category-container *:before,.category-container *:after{box-sizing:inherit}.category-container img{max-width:100%;height:auto;display:block}.category-header{text-align:center;padding:3rem 0}.category-tag{display:inline-block;background:#eff6ff;color:var(--color-primary);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.375rem 1rem;border-radius:var(--border-radius-badge);margin-bottom:1.5rem}.category-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--color-text-main);line-height:1.2;margin:0 0 1.5rem}.category-subtitle{font-size:clamp(1rem,2.5vw,1.125rem);color:var(--color-text-light);max-width:800px;margin:0 auto}.category-content{margin-bottom:4rem}.category-section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--color-text-main);margin:3rem 0 1.5rem;line-height:1.3}.category-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--border-radius-card);padding:1.5rem;margin-bottom:2.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);transition:transform .2s ease,box-shadow .2s ease}@media (min-width:768px){.category-card{padding:2.5rem}}.category-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.category-card-header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;border-bottom:1px solid var(--color-bg-light);padding-bottom:1.5rem;margin-bottom:1.5rem}@media (min-width:480px){.category-card-header{flex-direction:row;justify-content:space-between;align-items:center}}.category-badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.25rem .75rem;border-radius:var(--border-radius-badge);letter-spacing:.025em}.category-badge--blue{background:#dbeafe;color:#1e40af}.category-badge--green{background:#d1fae5;color:#065f46}.category-badge--purple{background:#f3e8ff;color:#6b21a8}.category-badge--orange{background:#ffedd5;color:#9a3412}.category-badge--yellow{background:#fef9c3;color:#854d0e}.category-badge--red{background:#fee2e2;color:#991b1b}.category-badge--indigo{background:#e0e7ff;color:#3730a3}.category-rating{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--color-text-main)}.category-stars{color:#fbbf24;font-size:1rem;letter-spacing:.1em}.category-rating-count{font-size:.75rem;font-weight:500;color:#94a3b8}.category-card-title{font-size:clamp(1.25rem,3.5vw,1.75rem);font-weight:800;color:var(--color-text-main);margin:0 0 1.25rem;line-height:1.3}.category-card-desc{color:var(--color-text-muted);margin-bottom:2rem}.category-card-desc p{margin:0 0 1rem}.category-meta-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;font-size:.875rem}@media (min-width:480px){.category-meta-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.category-meta-grid{grid-template-columns:repeat(3,1fr)}}.category-meta-item{display:flex;align-items:flex-start;gap:.5rem;color:var(--color-text-muted)}.category-meta-item svg{margin-top:.125rem}.category-meta-item strong{color:var(--color-text-main);margin-right:.25rem}.category-details{display:grid;grid-template-columns:1fr;gap:2rem;border-top:1px solid var(--color-bg-light);padding-top:2rem;margin-bottom:2rem}@media (min-width:1024px){.category-details{grid-template-columns:1fr 1fr}}.category-learn-title,.category-procon-title{font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.25rem;color:var(--color-text-main)}.category-procon-title--green{color:#059669}.category-procon-title--red{color:#e11d48;margin-top:1.5rem}.category-list{list-style:none;padding:0;margin:0}.category-list li{display:flex;align-items:flex-start;margin-bottom:.75rem;font-size:.875rem;line-height:1.5;color:var(--color-text-muted)}.category-check{color:#10b981;font-weight:700;flex-shrink:0;margin-right:.75rem;font-size:1rem}.category-cross{color:#fb7185;font-weight:700;flex-shrink:0;margin-right:.75rem;font-size:1rem}.category-bullet{color:var(--color-primary);font-weight:700;flex-shrink:0;margin-right:.75rem;font-size:1rem}.category-verdict{background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:.75rem;padding:1.25rem;font-size:.875rem;display:flex;flex-direction:column;gap:.5rem}@media (min-width:640px){.category-verdict{flex-direction:row}}.category-verdict strong{color:var(--color-text-main);flex-shrink:0}.category-btn-wrap{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media (min-width:640px){.category-btn-wrap{flex-direction:row;justify-content:center}}.category-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--color-text-main);color:#fff;text-decoration:none;padding:.875rem 1.5rem;border-radius:var(--border-radius-btn);font-weight:600;font-size:1rem;transition:all .2s ease;min-height:48px;text-align:center;width:100%}@media (min-width:640px){.category-btn{width:auto}}.category-btn:hover{background:#000;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.category-btn--secondary{background:#fff;color:var(--color-primary);border:1px solid var(--color-border)}.category-btn--secondary:hover{background:var(--color-bg-light);border-color:#cbd5e1;color:var(--color-primary-hover);box-shadow:0 2px 8px rgba(0,0,0,.05)}.category-table-wrap{width:100%;margin-bottom:4rem}@media (min-width:768px){.category-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05);background:#fff}}.category-table{width:100%;border-collapse:collapse;font-size:.875rem;text-align:left}@media (min-width:768px){.category-table{min-width:800px}.category-table th{background:var(--color-bg-light);padding:1rem;font-size:.75rem;text-transform:uppercase;color:var(--color-text-light);border-bottom:1px solid var(--color-border);white-space:nowrap}.category-table td{padding:1rem;border-bottom:1px solid var(--color-border);background:#fff}.category-table th:first-child,.category-table td:first-child{position:sticky;left:0;font-weight:700;color:var(--color-text-main);z-index:2;border-right:2px solid var(--color-border);background:#fff}.category-table th:first-child{background:var(--color-bg-light);z-index:3}.category-table tr:last-child td{border-bottom:none}}@media (max-width:767px){.category-table thead{display:none}.category-table,.category-table tbody,.category-table tr,.category-table td{display:block;width:100%}.category-table tr{margin-bottom:1rem;border:1px solid var(--color-border);border-radius:.75rem;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02);overflow:hidden}.category-table td{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--color-bg-light);text-align:right}.category-table td:last-child{border-bottom:none}.category-table td:before{content:attr(data-label);font-weight:700;color:var(--color-text-light);text-transform:uppercase;font-size:.75rem;margin-right:1rem;text-align:left}.category-table td:first-child{background:var(--color-bg-light);font-weight:700;color:var(--color-text-main);font-size:1rem;justify-content:flex-start}.category-table td:first-child:before{display:none}}.category-table-note{font-size:.75rem;font-weight:400;text-transform:none;letter-spacing:0;color:var(--color-text-muted);display:block;margin-top:.25rem}.category-faq{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:4rem}.category-faq-item{border-bottom:1px solid var(--color-border)}.category-faq-item:last-child{border-bottom:none}.category-faq-item summary{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:600;color:var(--color-text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none;padding:1.25rem 0;min-height:44px;transition:color .2s}.category-faq-item summary:hover{color:var(--color-primary)}.category-faq-item summary::-webkit-details-marker{display:none}.category-faq-item summary:after{content:"▼";font-size:.75rem;color:var(--color-text-light);transition:transform .3s;margin-left:1rem}.category-faq-item[open] summary:after{transform:rotate(-180deg);color:var(--color-primary)}.category-faq-answer{padding-bottom:1.5rem;font-size:1rem;color:var(--color-text-muted);line-height:1.6}.category-cta{background:var(--color-primary);color:#fff;padding:3rem 1.5rem;border-radius:1.5rem;text-align:center;box-shadow:0 10px 25px -5px rgba(37,99,235,.3)}@media (min-width:768px){.category-cta{padding:4rem;border-radius:2rem}}.category-cta h2,.category-cta h3{color:#fff;margin:0 0 1.25rem;font-size:clamp(1.5rem,4.5vw,2.25rem);font-weight:800;line-height:1.2}.category-cta p{color:#dbeafe;font-size:clamp(1rem,2.5vw,1.125rem);max-width:600px;margin:0 auto 2.5rem}.category-cta-btn{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--color-primary);text-decoration:none;padding:1rem 2rem;border-radius:1rem;font-weight:700;font-size:1.125rem;transition:transform .2s ease,box-shadow .2s ease;min-height:56px;width:100%}@media (min-width:640px){.category-cta-btn{width:auto}}.category-cta-btn:hover{transform:scale(1.02);box-shadow:0 4px 15px rgba(0,0,0,.1)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px;border-radius:4px}