@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#111;background:#fff;min-height:100dvh;display:flex;flex-direction:column}app-root{flex:1;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;font-weight:700;line-height:1.25}p{margin:0 0 1rem}a{color:#2563eb}img,video{max-width:100%;height:auto;display:block}.sw-list-page,.sw-detail-page{max-width:860px;margin:0 auto;padding:3rem 1.5rem}.sw-list-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.sw-list-item h2{font-size:1.25rem;margin-bottom:.4rem}.sw-list-item h2 a{text-decoration:none;color:inherit}.sw-list-item h2 a:hover{color:#2563eb}.sw-list-item p{color:#555;margin:0}.sw-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.4rem;border-radius:6px;font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background .15s,color .15s,border-color .15s}.sw-btn--primary{background:#2563eb;color:#fff}.sw-btn--primary:hover{background:#1d4ed8;color:#fff}.sw-btn--outline{background:transparent;color:#2563eb;border-color:#2563eb}.sw-btn--outline:hover{background:#2563eb;color:#fff}.sw-btn--ghost{background:transparent;color:#374151;border-color:#d1d5db}.sw-btn--ghost:hover{border-color:#9ca3af}.sw-btn--white{background:#fff;color:#2563eb;box-shadow:0 4px 16px #0003}.sw-btn--white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040;color:#1d4ed8}.sw-btn--ghost-light{background:transparent;color:#fff;border-color:#fff6}.sw-btn--ghost-light:hover{background:#ffffff1f;border-color:#ffffffa6;color:#fff}.sw-btn--lg{padding:.75rem 2rem;font-size:1.05rem}.sw-section-header{max-width:640px;margin:0 auto 3rem;text-align:center}.sw-section-header h2{font-size:2rem;margin-bottom:.75rem}.sw-section-header p{color:#6b7280;font-size:1.05rem;margin:0}.sw-hero{position:relative;background:#0f172a;color:#fff;overflow:hidden;padding:6rem 1.5rem 0}.sw-hero__bg{position:absolute;inset:0;pointer-events:none;z-index:0}.sw-hero__spacer{height:220px;position:relative;z-index:0}.sw-hero__orb{position:absolute;width:600px;height:600px;filter:blur(120px);opacity:.35;border-radius:50%}.sw-hero__orb--teal{background:radial-gradient(circle,#14b8a6,transparent 70%);top:-200px;right:80px}.sw-hero__orb--indigo{background:radial-gradient(circle,#6366f1,transparent 70%);width:500px;height:500px;bottom:-150px;left:60px}.sw-hero__shade{position:absolute;left:0;right:0;bottom:0;height:220px;z-index:2;pointer-events:none;background:linear-gradient(to bottom,#0f172a00,#0f172ab3 40%,#e8ecf9)}.sw-hero__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}.sw-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1023px){.sw-hero__grid{grid-template-columns:1fr;text-align:center}}.sw-hero__pills{display:inline-flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}@media(max-width:1023px){.sw-hero__pills{justify-content:center}}.sw-hero__pill{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.18);background:#ffffff12;border-radius:9999px;padding:.28rem .85rem;font-size:.775rem;color:#ffffffd1}.sw-hero__headline{font-size:clamp(2rem,3.8vw,3.25rem);font-weight:800;color:#fff;line-height:1.08;letter-spacing:-.03em;margin-bottom:1.3rem}.sw-hero__headline-accent{color:#2563eb}.sw-hero__sub{font-size:1.1rem;color:#ffffffb3;max-width:520px;line-height:1.65;margin-bottom:2rem}@media(max-width:1023px){.sw-hero__sub{margin-left:auto;margin-right:auto}}.sw-hero__actions{display:flex;gap:.875rem;flex-wrap:wrap;margin-bottom:1rem}@media(max-width:1023px){.sw-hero__actions{justify-content:center}}.sw-hero__watch{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.32);color:#fff;padding:.75rem 2rem;border-radius:6px;font-weight:500;text-decoration:none;transition:background .15s}.sw-hero__watch:hover{background:#ffffff0f;color:#fff}.sw-hero__trust{font-size:.82rem;color:#ffffff7a;margin:0}.sw-hero__badges{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:3rem;flex-wrap:wrap}.sw-hero__badge{display:inline-flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:9999px;padding:.5rem 1.1rem;color:#ffffffe6;font-size:.82rem;font-weight:500;white-space:nowrap;flex:1 1 auto;text-align:center}.sw-hero__terminal-wrap{min-width:0}.sw-terminal{background:#fff1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:1.25rem;font-family:JetBrains Mono,Courier New,Courier,monospace;font-size:.795rem;line-height:1.75;color:#ffffffe0;text-align:left}.sw-terminal__chrome{display:flex;align-items:center;gap:.375rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.07)}.sw-terminal__dot{width:9px;height:9px;border-radius:50%;display:inline-block}.sw-terminal__dot--red{background:#ef4444}.sw-terminal__dot--amber{background:#f59e0b}.sw-terminal__dot--green{background:#22c55e}.sw-terminal__title{margin-left:8px;color:#ffffff4d;font-size:.7rem}.sw-terminal__body{color:#ffffffe0}.sw-terminal__brace{color:#ffffff73}.sw-terminal__row{padding-left:1.1rem}.sw-terminal__key{color:#ffffff80}.sw-terminal__str{color:#4ade80}.sw-terminal__num{color:#60a5fa}.sw-terminal__cursor{display:inline-block;width:2px;height:1em;background:#4ade80;margin-left:2px;vertical-align:text-bottom;animation:sw-blink 1s step-start infinite}@keyframes sw-blink{0%,to{opacity:1}50%{opacity:0}}.sw-features{padding:7rem 1.5rem 5rem;background:linear-gradient(135deg,#e8ecf9,#e0e7ff,#f0fdf4,#fdf4ff,#fff7ed)}.sw-features__inner{max-width:1100px;margin:0 auto}.sw-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.sw-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:1023px){.sw-bento{grid-template-columns:1fr 1fr}}@media(max-width:640px){.sw-bento{grid-template-columns:1fr}}.sw-bento__card{background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:12px;padding:1.4rem 1.5rem;color:#111;display:flex;flex-direction:column;gap:.4rem;transition:border-color .2s,background .2s,box-shadow .2s}.sw-bento__card h3{font-weight:700;font-size:1rem;letter-spacing:-.01em;color:#111;margin:0}.sw-bento__card p{font-size:.85rem;color:#374151;line-height:1.62;margin:0}.sw-bento__card:hover{background:#fffffff2;border-color:#2563eb40;box-shadow:0 4px 20px #2563eb1a}.sw-bento__card--wide{grid-column:span 2}@media(max-width:640px){.sw-bento__card--wide{grid-column:span 1}}.sw-bento__card--small{padding:1.1rem 1.25rem}.sw-bento__code{margin:.75rem 0 0;background:#0f172ae6;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.7rem 1rem;font-family:JetBrains Mono,Courier New,Courier,monospace;font-size:.75rem;color:#a5f3fc;overflow-x:auto}.sw-bento__code code{background:none;color:inherit;padding:0}.sw-bento__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.sw-bento__tag{background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.25rem .85rem;font-size:.78rem;color:#374151;white-space:nowrap}.sw-stats{padding:2.5rem 1.5rem;background:linear-gradient(to bottom,#0f172a,#1e293b 60%,#e8ecf9);color:#fff}.sw-stats__inner{max-width:1100px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap}.sw-stats__chip{display:inline-flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:9999px;padding:.5rem 1.1rem;color:#ffffffe6;font-size:.82rem;font-weight:500;white-space:nowrap}.sw-feature-card{padding:1.75rem;border:1px solid #f0f0f0;border-radius:12px}.sw-feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;border-radius:10px;background:#eff6ff}.sw-feature-card__icon:before{content:"";width:1.5rem;height:1.5rem;background-color:#2563eb;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.sw-feature-card__icon--content:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .962 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.962 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .962 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.962 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E")}.sw-feature-card__icon--image:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='18' x='3' y='3' rx='2' ry='2'/%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Cpath d='m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='18' x='3' y='3' rx='2' ry='2'/%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Cpath d='m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21'/%3E%3C/svg%3E")}.sw-feature-card__icon--plagiarism:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")}.sw-feature-card__icon--language:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 8 6 6'/%3E%3Cpath d='m4 14 6-6 2-3'/%3E%3Cpath d='M2 5h12'/%3E%3Cpath d='M7 2h1'/%3E%3Cpath d='m22 22-5-10-5 10'/%3E%3Cpath d='M14 18h6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 8 6 6'/%3E%3Cpath d='m4 14 6-6 2-3'/%3E%3Cpath d='M2 5h12'/%3E%3Cpath d='M7 2h1'/%3E%3Cpath d='m22 22-5-10-5 10'/%3E%3Cpath d='M14 18h6'/%3E%3C/svg%3E")}.sw-feature-card__icon--bulk:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z'/%3E%3Cpath d='M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12'/%3E%3Cpath d='M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z'/%3E%3Cpath d='M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12'/%3E%3Cpath d='M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17'/%3E%3C/svg%3E")}.sw-feature-card__icon--api:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 16 4-4-4-4'/%3E%3Cpath d='m6 8-4 4 4 4'/%3E%3Cpath d='m14.5 4-5 16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 16 4-4-4-4'/%3E%3Cpath d='m6 8-4 4 4 4'/%3E%3Cpath d='m14.5 4-5 16'/%3E%3C/svg%3E")}.sw-feature-card h3{font-size:1.05rem;margin-bottom:.5rem}.sw-feature-card p{color:#6b7280;font-size:.95rem;margin:0;line-height:1.6}.sw-how{padding:5rem 1.5rem;background:#f8fafc}.sw-steps{list-style:none;padding:0;margin:0 auto;max-width:640px;display:flex;flex-direction:column;gap:2rem}.sw-step{display:flex;gap:1.5rem;align-items:flex-start}.sw-step__number{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:#2563eb;color:#fff;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.sw-step__body h3{font-size:1.1rem;margin-bottom:.35rem}.sw-step__body p{color:#6b7280;margin:0}.sw-content-types{padding:5rem 1.5rem;background:#fff}.sw-ct-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.sw-ct-card{padding:1.5rem;background:#f8fafc;border-radius:10px}.sw-ct-card h3{font-size:1rem;margin-bottom:.4rem}.sw-ct-card p{color:#6b7280;font-size:.9rem;margin:0;line-height:1.6}.sw-pricing{padding:5rem 1.5rem;background:#f8fafc}.sw-pricing--head{padding-bottom:0}.sw-pricing--foot{padding-top:1.5rem}.sw-pricing__footnote{max-width:900px;margin:0 auto;text-align:center;color:#6b7280;font-size:.9rem}.sw-developers{padding:5rem 1.5rem;background:#111;color:#f3f4f6}.sw-developers .sw-dev__inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.sw-developers .sw-dev__inner>*{min-width:0}.sw-developers h2{color:#fff;font-size:2rem;margin-bottom:1rem}.sw-developers p{color:#9ca3af;line-height:1.7}.sw-developers .sw-dev__features{list-style:none;padding:0;margin:1.25rem 0 2rem}.sw-developers .sw-dev__features li{padding:.3rem 0;color:#d1d5db;font-size:.9rem}.sw-developers .sw-dev__features li:before{content:"\2192";color:#60a5fa;margin-right:.5rem}.sw-developers code{background:#1f2937;color:#93c5fd;padding:.1rem .3rem;border-radius:4px;font-size:.8rem}.sw-developers .sw-dev__code pre{background:#1f2937;border-radius:10px;padding:1.5rem;overflow-x:auto;margin:0}.sw-developers .sw-dev__code pre code{background:none;color:#a5f3fc;font-size:.875rem;line-height:1.65;padding:0;border-radius:0}@media(max-width:768px){.sw-developers .sw-dev__inner{grid-template-columns:1fr}}.sw-faq{padding:5rem 1.5rem;background:#fff}.sw-faq__list{max-width:680px;margin:0 auto}.sw-faq__item{border-bottom:1px solid #e5e7eb}.sw-faq__item summary{padding:1.1rem 0;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.sw-faq__item summary:after{content:"+";font-size:1.25rem;color:#6b7280}.sw-faq__item[open] summary:after{content:"\2212"}.sw-faq__item p{padding-bottom:1rem;color:#6b7280;margin:0;line-height:1.7}.sw-seo{padding:4rem 1.5rem 5rem;background:#fff}.sw-seo__inner{max-width:720px;margin:0 auto}.sw-seo__heading{font-size:1.5rem;margin:0 0 1rem;color:#111827}.sw-seo__teaser{color:#374151;line-height:1.8;font-size:1rem;margin:0 0 .75rem}.sw-seo-expand summary{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;list-style:none;color:#2563eb;font-weight:600;font-size:.95rem}.sw-seo-expand summary::-webkit-details-marker{display:none}.sw-seo-expand summary:before{content:"\25b6";font-size:.7rem;transition:transform .15s ease}.sw-seo-expand summary:hover{text-decoration:underline}.sw-seo-expand[open] summary:before{transform:rotate(90deg)}.sw-seo-expand .sw-seo__label--less,.sw-seo-expand[open] .sw-seo__label--more{display:none}.sw-seo-expand[open] .sw-seo__label--less{display:inline}.sw-seo__body{margin-top:1rem}.sw-seo__body p{color:#374151;line-height:1.8;font-size:1rem;margin:0 0 1.2rem}.sw-seo__body p:last-child{margin-bottom:0}.sw-cta{padding:6rem 1.5rem;background:linear-gradient(135deg,#2563eb,#1e40af,#4f46e5);text-align:center;color:#fff}.sw-cta__inner{max-width:640px;margin:0 auto}.sw-cta h2{font-size:clamp(1.75rem,4vw,2.5rem);color:#fff;margin-bottom:1rem;line-height:1.15}.sw-cta p{color:#ffffffb8;margin-bottom:2rem}.sw-cta__actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}.sw-cta__note{font-size:.85rem;color:#ffffff80;margin-top:1rem;margin-bottom:0}.sw-hero-placeholder{display:flex;flex-direction:column;align-items:center;padding:8rem 1.5rem;text-align:center}.sw-hero-placeholder h1{font-size:2.25rem;margin-bottom:1rem}.sw-hero-placeholder p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.sw-legal-page{max-width:760px;margin:0 auto;padding:3rem 1.5rem}.sw-legal-page h1{font-size:2rem;margin-bottom:.25rem}.sw-legal-page h2{font-size:1.2rem;margin-top:2rem;margin-bottom:.5rem}.sw-legal-page h3{font-size:1.05rem;margin-top:1.5rem;margin-bottom:.35rem}.sw-legal-page p,.sw-legal-page li{color:#374151;line-height:1.75}.sw-legal-page ul{padding-left:1.5rem;margin-bottom:1rem}.sw-legal-page a{color:#2563eb}.sw-legal-page__updated{color:#9ca3af;font-size:.875rem;margin-bottom:2rem}.sw-legal-page__body{margin-top:1.5rem}.sw-legal-document{display:block}.sw-cookie-table{width:100%;border-collapse:collapse;font-size:.9rem;margin:1rem 0}.sw-cookie-table th,.sw-cookie-table td{padding:.6rem .75rem;border:1px solid #e5e7eb;text-align:left;vertical-align:top}.sw-cookie-table th{background:#f9fafb;font-weight:600;color:#111}.sw-table-scroll{overflow-x:auto;margin:1rem 0}.sw-table-scroll .sw-cookie-table{margin:0;min-width:640px}.sw-breadcrumbs{margin-bottom:1.5rem}.sw-breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.35rem;font-size:.875rem;color:#6b7280}.sw-breadcrumbs li{display:flex;align-items:center}.sw-breadcrumbs li:not(:last-child):after{content:"/";margin-left:.35rem;color:#d1d5db}.sw-breadcrumbs li[aria-current=page]{color:#374151;font-weight:500}.sw-breadcrumbs a{color:#6b7280;text-decoration:none}.sw-breadcrumbs a:hover{color:#2563eb;text-decoration:underline}.sw-detail-header{margin-bottom:2rem}.sw-detail-header h1{font-size:clamp(1.6rem,4vw,2.25rem);font-weight:800;margin-bottom:.5rem;line-height:1.2}.sw-detail-header__sub{font-size:1.1rem;color:#6b7280;margin:.5rem 0 0;line-height:1.6}.sw-detail-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.sw-detail-meta time{color:inherit}.sw-detail-meta__sep{color:#d1d5db}.sw-list-header{margin-bottom:2.5rem}.sw-list-header h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;margin-bottom:.5rem}.sw-list-header__sub{color:#6b7280;font-size:1.05rem;margin:0;line-height:1.6}.sw-list-item__date{display:block;font-size:.8rem;color:#6b7280;margin:.2rem 0 .4rem}.sw-list-empty{color:#6b7280;font-style:italic;margin:2rem 0}.sw-paginator{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-top:3rem;flex-wrap:wrap}.sw-paginator__btn,.sw-paginator__page{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .65rem;border-radius:6px;font-size:.9rem;font-weight:500;text-decoration:none;color:#374151;border:1px solid #e5e7eb;transition:background .12s,border-color .12s,color .12s}.sw-paginator__btn:hover,.sw-paginator__page:hover{background:#f3f4f6;border-color:#d1d5db}.sw-paginator__page--active{background:#2563eb;border-color:#2563eb;color:#fff;pointer-events:none}.sw-paginator__page--active:hover{background:#2563eb}.sw-section-header--dark h2{color:#fff}.sw-section-header--dark p{color:#fff9}.sw-demo{position:relative;background:#0f172a;color:#fff;padding:6rem 1.5rem;overflow:hidden}.sw-demo__orb{position:absolute;filter:blur(100px);border-radius:50%;pointer-events:none}.sw-demo__orb--indigo{width:440px;height:440px;background:radial-gradient(circle,#6366f1,transparent 70%);opacity:.2;top:5%;right:8%}.sw-demo__orb--cyan{width:360px;height:360px;background:radial-gradient(circle,#0ea5e9,transparent 70%);opacity:.15;bottom:5%;left:5%}.sw-demo__inner{position:relative;z-index:1;max-width:1100px;margin:0 auto}.sw-demo__card{max-width:880px;margin:0 auto;background:#ffffff0e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.11);border-radius:16px;padding:1.5rem}.sw-demo__grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media(max-width:767px){.sw-demo__grid{grid-template-columns:1fr}}.sw-demo__editor{border-right:1px solid rgba(255,255,255,.08);padding-right:1.5rem;min-width:0}@media(max-width:767px){.sw-demo__editor{border-right:none;padding-right:0;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}}.sw-demo__chrome{display:flex;align-items:center;gap:.35rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.07)}.sw-demo__filename{margin-left:8px;color:#ffffff47;font-size:.7rem;font-family:JetBrains Mono,Courier New,Courier,monospace}.sw-demo__output{font-family:JetBrains Mono,Courier New,Courier,monospace;font-size:.795rem;color:#ffffffe0;line-height:1.75;min-height:220px;white-space:pre-wrap;word-break:break-word}.sw-demo__sidebar{padding-left:1.5rem;display:flex;flex-direction:column;gap:1.25rem;align-items:center}@media(max-width:767px){.sw-demo__sidebar{padding-left:0;padding-top:1.25rem}}.sw-demo__score{display:flex;flex-direction:column;align-items:center;gap:.5rem}.sw-demo__ring{position:relative;width:80px;height:80px}.sw-demo__arc{opacity:0;transition:stroke-dashoffset .7s ease,opacity .5s ease}.sw-demo__ring-number{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#4ade80}.sw-demo__ring-label{font-size:.75rem;color:#fff6;text-align:center}.sw-demo__stats{width:100%;display:flex;flex-direction:column;gap:.5rem}.sw-demo__stat{display:flex;justify-content:space-between;font-size:.775rem;color:#ffffff8c}.sw-demo__stat-val{color:#ffffff59;font-weight:600;font-variant-numeric:tabular-nums}.sw-demo__noscript{margin-top:1rem;padding:1rem;border-top:1px solid rgba(255,255,255,.08);color:#ffffffb3;font-size:.85rem}.sw-demo__noscript strong{color:#fff}.sw-status-pill{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;transition:all .4s ease}.sw-status-pill--queued{background:#ffffff1a;color:#fff9}.sw-status-pill--generating{background:#2563eb38;color:#60a5fa}.sw-status-pill--reviewing{background:#eab30838;color:#fcd34d}.sw-status-pill--done{background:#4ade802e;color:#4ade80}.sw-serp{padding:6rem 1.5rem 3rem;background:#fff}.sw-serp__inner{max-width:1100px;margin:0 auto}.sw-serp__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1023px){.sw-serp__grid{grid-template-columns:1fr;gap:2.5rem}}.sw-serp__copy h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#111;letter-spacing:-.03em;line-height:1.2;margin-bottom:1rem}.sw-serp__copy p{color:#6b7280;line-height:1.7;margin-bottom:1.75rem}.sw-serp__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.sw-serp__list li{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;color:#6b7280}.sw-serp__list li strong{color:#111;font-weight:700;margin-right:.25rem}.sw-serp__arrow{color:#2563eb;font-weight:700;flex-shrink:0}.sw-serp__badge{display:inline-block;background:#2563eb14;color:#2563eb;border-radius:9999px;padding:.22rem .75rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.1rem;text-transform:uppercase}.sw-serp__browser{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.sw-serp__chrome{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:.7rem 1rem;display:flex;align-items:center;gap:.4rem}.sw-serp__url{flex:1;margin-left:.5rem;background:#fff;border:1px solid #dadce0;border-radius:9999px;padding:.28rem .75rem;font-size:.7rem;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sw-serp__result{padding:1.25rem 1.5rem}.sw-serp__site{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.sw-serp__favicon{width:18px;height:18px;border-radius:50%;background:#e5e7eb;flex-shrink:0}.sw-serp__domain{font-size:.78rem;color:#202124;font-weight:500;line-height:1.2}.sw-serp__path{font-size:.7rem;color:#4d5156;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sw-serp__title{display:block;font-size:1.1rem;color:#1a0dab;font-weight:400;line-height:1.3;margin-bottom:.3rem;text-decoration:none}.sw-serp__title:hover{text-decoration:underline}.sw-serp__snippet{font-size:.82rem;color:#4d5156;line-height:1.65;margin:0}.sw-serp__footer{background:#f8fafc;border-top:1px solid #f3f4f6;padding:.6rem 1.5rem;font-size:.7rem;color:#9ca3af}.sw-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1.5rem;text-align:center}.sw-not-found__code{font-size:6rem;font-weight:800;color:#6b7280;line-height:1;margin-bottom:.5rem}.sw-not-found__message{font-size:1.25rem;font-weight:400;color:#6b7280;margin-bottom:1rem}.sw-not-found__sub{max-width:32rem;color:#6b7280;margin:0 auto 1.5rem;line-height:1.6}.sw-not-found__actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.sw-not-found__link{color:#2563eb;text-decoration:none;font-weight:500}.sw-not-found__link:hover{text-decoration:underline}.sw-not-found__link--button{background:none;border:0;padding:0;font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer}
