@font-face{font-family:'Plchldr';src:url(/assets/fonts/p_300.woff2) format("woff2");font-weight:300;font-display:swap}
@font-face{font-family:'Plchldr';src:url(/assets/fonts/p_400.woff2) format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:'Plchldr';src:url(/assets/fonts/p_500.woff2) format("woff2");font-weight:500;font-display:swap}

*{margin:0;padding:0;box-sizing:border-box}
:root{--color-primary:#5f4f84;--color-primary-dark:#4a3d68;--color-bg:#fff;--color-bg-alt:#f8f7fa;--color-text:#2d2640;--color-text-light:#6b5f7a;--color-border:#e5e0ed;--color-surface:#fff;--shadow-sm:0 .0625rem .125rem 0 #0000000d;--shadow-md:0 .25rem .375rem -.0625rem #0000001a;--shadow-lg:0 .625rem .9375rem -.1875rem #0000001a}
[data-theme="dark"]{--color-primary:#7d6ba8;--color-primary-dark:#9580c4;--color-bg:#1a1625;--color-bg-alt:#251e35;--color-text:#e8e5ed;--color-text-light:#b5a8c7;--color-border:#3d3451;--color-surface:#251e35}
body{font-family:'Plchldr',Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.6;color:var(--color-text);background:var(--color-bg);transition:background-color .3s ease,color .3s ease}
h1, h2, h3{font-weight:500}
input, button, select, textarea{font-family:inherit;font-weight:300}
.container{max-width:75rem;margin:0 auto;padding:0 1.5rem}
header{background:var(--color-surface);border-bottom:.0625rem solid var(--color-border);padding:.5rem 0;position:sticky;top:0;z-index:100;transition:all .3s ease}
.hc{display:flex;justify-content:space-between;align-items:center;max-width:75rem;margin:0 auto;padding:0 1.5rem}
.logo{font-size:1.4rem;font-weight:500;color:var(--color-primary);text-decoration:none;letter-spacing:-.03125rem;display:flex;align-items:center;gap:.2rem}
nav{display:flex;gap:2rem;align-items:center}
nav .lang-dropdown{margin-right:-1.5rem}
nav a{color:var(--color-text-light);text-decoration:none;font-size:.9375rem;font-weight:400;transition:color .2s}
.lang-dropdown{position:relative}
.lang-button{background:none;border:.0625rem solid var(--color-border);border-radius:.25rem;padding:.5rem .75rem;color:var(--color-text-light);font-size:.9375rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:all .2s}
.lang-button:hover{border-color:var(--color-primary);color:var(--color-primary)}
.lang-menu{position:absolute;top:calc(100% + 0.5rem);right:0;background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;padding:.5rem;min-width:16rem;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(-0.5rem);transition:all .2s;display:grid;grid-template-columns:1fr 1fr;gap:.25rem}
.lang-dropdown:hover .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}
.lang-menu a{display:block;padding:.5rem .75rem;color:var(--color-text);border-radius:.25rem;transition:all .2s}
.lang-menu a:hover{background:var(--color-bg-alt);color:var(--color-primary)}
.lang-menu a.active{background:var(--color-primary);color:#fff;font-weight:500}
nav a:hover{color:var(--color-primary)}
.theme-toggle{background:none;border:.0625rem solid var(--color-border);border-radius:.25rem;width:2.5rem;height:2.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative}
.theme-toggle:hover{background:var(--color-bg-alt);border-color:var(--color-primary)}
.theme-toggle .theme-icon{width:1.25rem;height:1.25rem;color:var(--color-text);position:absolute;transition:all .3s}
.theme-toggle .sun-icon{opacity:1;transform:rotate(0deg)}
.theme-toggle .moon-icon{opacity:0;transform:rotate(90deg)}
[data-theme="dark"] .theme-toggle .sun-icon{opacity:0;transform:rotate(-90deg)}
[data-theme="dark"] .theme-toggle .moon-icon{opacity:1;transform:rotate(0deg)}
.mobile-menu-toggle{display:none;background:none;border:.0625rem solid var(--color-border);border-radius:.25rem;width:2.5rem;height:2.5rem;cursor:pointer;position:relative;transition:all .2s}
.mobile-menu-toggle span{width:1.25rem;height:.125rem;background:var(--color-text);transition:all .3s;border-radius:.0625rem;position:absolute;left:50%;transform:translateX(-50%)}
.mobile-menu-toggle span:nth-child(1){top:.75rem}
.mobile-menu-toggle span:nth-child(2){top:1.1875rem}
.mobile-menu-toggle span:nth-child(3){top:1.625rem}
.mobile-menu-toggle.active span:nth-child(1){top:1.1875rem;transform:translateX(-50%) rotate(45deg)}
.mobile-menu-toggle.active span:nth-child(2){opacity:0}
.mobile-menu-toggle.active span:nth-child(3){top:1.1875rem;transform:translateX(-50%) rotate(-45deg)}
.mobile-menu-toggle:hover{background:var(--color-bg-alt);border-color:var(--color-primary)}
.mobile-nav{display:none;position:fixed;top:3.5rem;left:0;right:0;background:var(--color-surface);border-bottom:.0625rem solid var(--color-border);padding:1rem;z-index:99;box-shadow:var(--shadow-md)}
.mobile-nav.active{display:block}
.mobile-nav a{display:block;padding:.75rem 1rem;color:var(--color-text);text-decoration:none;font-size:.9375rem;font-weight:400;border-radius:.25rem;transition:all .2s}
.mobile-nav a:hover{background:var(--color-bg-alt);color:var(--color-primary)}
.mobile-nav .lang-dropdown{margin-top:.5rem}
.mobile-nav .lang-button{width:100%;justify-content:space-between}
.hero{padding:3rem 0;text-align:center;background:linear-gradient(135deg,var(--color-bg) 0%,var(--color-bg-alt) 100%)}
.hero h1{font-size:3rem;font-weight:500;color:var(--color-text);margin-bottom:.1rem;letter-spacing:-.0625rem}
.hero p{font-size:1.25rem;color:var(--color-text-light);margin-bottom:1rem;max-width:37.5rem;margin-left:auto;margin-right:auto}
.hero-cta{display:inline-block;background:var(--color-primary);color:#fff;padding:.875rem 2rem;border-radius:.375rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s;box-shadow:var(--shadow-md)}
.hero-cta:hover{background:var(--color-primary-dark);transform:translateY(-0.125rem);box-shadow:var(--shadow-lg)}
.generator{padding:5rem 0}
.generator-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.content-section{padding:5rem 0}
.content-card{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;padding:3rem;box-shadow:var(--shadow-sm)}
.content-card .section-title{text-align:left;margin-bottom:.1rem;font-size:1.875rem}
.content-subtitle{font-size:1.5rem;font-weight:500;margin:1.5rem 0 .1rem;color:var(--color-text)}
.content-text{color:var(--color-text-light);line-height:1.8;font-size:1rem}
.content-text p{margin-bottom:1.5rem}
.content-text p:last-child{margin-bottom:0}
.card{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;padding:2rem;box-shadow:var(--shadow-sm);transition:all .3s}
.card-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-text)}
.form-group{margin-bottom:1.5rem}
label{display:block;font-size:.875rem;font-weight:400;color:var(--color-text);margin-bottom:.5rem}
.form-input{width:100%;padding:.75rem 1rem;border:.0625rem solid var(--color-border);border-radius:.375rem;font-size:.9375rem;background:var(--color-bg);color:var(--color-text);transition:all .2s}
.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}
select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b5f7a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.color-input-group{display:flex;gap:.75rem}
.color-preview{width:3rem;height:3rem;border-radius:.375rem;border:.0625rem solid var(--color-border);cursor:pointer;transition:transform .2s}
.color-preview:hover{transform:scale(1.05)}
.format-options{display:flex;gap:.75rem}
.format-option{flex:1;padding:.75rem;border:.125rem solid var(--color-border);border-radius:.375rem;text-align:center;cursor:pointer;font-weight:500;transition:all .2s;background:var(--color-bg)}
.format-option:hover{border-color:var(--color-primary)}
.format-option.active{border-color:var(--color-primary);background:#2563eb0d;color:var(--color-primary)}
.btn{width:100%;padding:.875rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}
.btn:hover{background:var(--color-primary-dark);transform:translateY(-0.0625rem);box-shadow:var(--shadow-md)}
.preview-card{position:sticky;top:6.25rem}
.preview-image{width:100%;aspect-ratio:3/2;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:300;color:#fff;margin-bottom:1rem}
.preview-url{background:var(--color-bg-alt);padding:.75rem 1rem;border-radius:.375rem;font-family:'Courier New',monospace;font-size:.8125rem;color:var(--color-text-light);margin-bottom:1rem;word-break:break-all}
.preview-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.btn-secondary{padding:.625rem 1.25rem;background:var(--color-bg-alt);color:var(--color-text);border:.0625rem solid var(--color-border);border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}
.btn-secondary:hover{background:var(--color-surface);border-color:var(--color-primary)}
.faq-section{padding:5rem 0;background:var(--color-bg)}
.faq-title{font-size:2rem;font-weight:500;margin-bottom:1rem;color:var(--color-text)}
.faq-description{font-size:1rem;color:var(--color-text-light);line-height:1.7;margin-bottom:3rem;max-width:60rem}
.faq-container{display:grid;grid-template-columns:21.875rem 1fr;gap:2rem;align-items:start}
.faq-sidebar{position:sticky;top:6.25rem}
.faq-ad{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;padding:1rem;min-height:17.5rem;display:flex;align-items:center;justify-content:center}
.faq-accordion{display:flex;flex-direction:column;gap:1rem}
.faq-item{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;overflow:hidden;transition:all .2s}
.faq-question{width:100%;text-align:left;background:transparent;border:none;padding:1.25rem 1.5rem;font-size:1rem;font-weight:500;color:var(--color-text);cursor:pointer;transition:all .2s;position:relative}
.faq-question:hover{background:var(--color-bg-alt)}
.faq-question::after{content:'';position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:.5rem;height:.5rem;border-right:.125rem solid var(--color-text-light);border-bottom:.125rem solid var(--color-text-light);transform:translateY(-50%) rotate(45deg);transition:transform .3s}
.faq-item.active .faq-question::after{transform:translateY(-25%) rotate(-135deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.5rem;color:var(--color-text-light);line-height:1.7}
.faq-item.active .faq-answer{max-height:31.25rem;padding:0 1.5rem 1.25rem}
.faq-answer p{margin-bottom:1rem}
.faq-answer p:last-child{margin-bottom:0}
.faq-answer code{background:var(--color-bg-alt);padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem;font-family:'Courier New',monospace;color:var(--color-primary);margin:.5rem 0;word-break:break-all}
.banner-section{padding:5rem 0;background:var(--color-bg-alt)}
.banner-description{font-size:1rem;color:var(--color-text-light);line-height:1.7;margin-bottom:3rem;text-align:center;max-width:60rem;margin-left:auto;margin-right:auto}
.banner-container{display:grid;grid-template-columns:1fr 21.875rem;gap:2rem;align-items:start}
.banner-table-wrapper{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;overflow:hidden;box-shadow:var(--shadow-sm)}
.banner-table{width:100%;border-collapse:collapse}
.banner-table thead{background:var(--color-bg-alt)}
.banner-table th{padding:1rem 1.5rem;text-align:left;font-weight:500;color:var(--color-text);border-bottom:.0625rem solid var(--color-border);font-size:.875rem}
.banner-table td{padding:1rem 1.5rem;border-bottom:.0625rem solid var(--color-border);color:var(--color-text-light);font-size:.9375rem}
.banner-table tbody tr:last-child td{border-bottom:none}
.banner-table tbody tr:hover{background:var(--color-bg-alt)}
.banner-table a{color:var(--color-primary);text-decoration:none;font-family:'Courier New',monospace;font-size:.8125rem;transition:color .2s}
.banner-table a:hover{color:var(--color-primary-dark);text-decoration:underline}
.banner-sidebar{position:sticky;top:6.25rem}
.banner-ad{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;padding:1rem;min-height:17.5rem;display:flex;align-items:center;justify-content:center}
.features-section{padding:5rem 0;background:var(--color-bg-alt)}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:75rem;margin:0 auto;padding:0 1.5rem}
.feature-card{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;padding:2rem;text-align:center;transition:all .3s;box-shadow:var(--shadow-sm)}
.feature-card:hover{transform:translateY(-0.375rem);box-shadow:var(--shadow-lg)}
.feature-icon{font-size:3rem;margin-bottom:1rem}
.feature-card h3{font-size:1.125rem;font-weight:500;margin-bottom:.75rem;color:var(--color-text)}
.feature-card p{color:var(--color-text-light);font-size:.9375rem;line-height:1.6}

.integration-section{padding:5rem 0;background:var(--color-bg)}
.section-description{text-align:center;font-size:1rem;color:var(--color-text-light);margin-bottom:3rem;max-width:37.5rem;margin-left:auto;margin-right:auto}
.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:75rem;margin:0 auto;padding:0 1.5rem}
.integration-card{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;padding:1.5rem;transition:all .3s;box-shadow:var(--shadow-sm)}
.integration-card:hover{box-shadow:var(--shadow-md)}
.integration-card h3{font-size:1rem;font-weight:500;margin-bottom:1rem;color:var(--color-text)}
.integration-card pre{margin:0;overflow-x:auto}
.integration-card code{display:block;background:var(--color-bg-alt);padding:1rem;border-radius:.25rem;font-size:.8125rem;color:var(--color-text-light);font-family:'Courier New',monospace;line-height:1.6;white-space:pre}

.examples{padding:5rem 0;background:var(--color-bg)}
.section-title{text-align:center;font-size:2rem;font-weight:500;margin-bottom:3rem;color:var(--color-text)}
.examples-grid{max-width:75rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(10rem,auto);gap:1.5rem}
.example-item{background:var(--color-surface);border:.0625rem solid var(--color-border);border-radius:.375rem;padding:1rem;transition:all .2s;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}
.example-item:hover{transform:translateY(-0.25rem);box-shadow:var(--shadow-lg)}
.example-item:nth-child(1),.example-item:nth-child(2),.example-item:nth-child(3),.example-item:nth-child(4){grid-column:span 3}
.example-item:nth-child(5),.example-item:nth-child(6),.example-item:nth-child(7){grid-column:span 4}
.example-item:nth-child(8),.example-item:nth-child(9){grid-column:span 6}
.example-item:nth-child(10){grid-column:span 12}
.example-item img{width:100%;height:auto;border-radius:.25rem;display:block;margin-bottom:.75rem;flex:1;object-fit:cover}
.example-item code{display:block;background:var(--color-bg-alt);padding:.5rem .75rem;border-radius:.25rem;font-size:.75rem;color:var(--color-text-light);font-family:'Courier New',monospace;word-break:break-all;line-height:1.4}

footer{padding:3.75rem 0 2rem;border-top:.0625rem solid var(--color-border);max-width:75rem;margin:0 auto}
footer .grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}
footer .brand{font-size:1.5rem;font-weight:600;color:var(--color-primary);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}
footer p{color:var(--color-text-light);font-size:.9375rem;line-height:1.6}
footer ul{list-style:none;margin-top:.5rem}
footer ul li{margin-bottom:.75rem}
footer a{color:var(--color-text-light);text-decoration:none;transition:color .2s}
footer a:hover{color:var(--color-primary)}
footer .bottom{text-align:center;padding-top:2rem;border-top:.0625rem solid var(--color-border);color:var(--color-text-light);font-size:.875rem}
@media (max-width: 48rem) {
nav{display:none}
.mobile-menu-toggle{display:flex}
.hero h1{font-size:2rem}
.hero p{font-size:1.125rem}
.generator-grid{grid-template-columns:1fr}
.preview-card{position:static}
.content-card{padding:2rem}
.content-card .section-title{font-size:1.5rem}
.content-subtitle{font-size:1.25rem}
.features-grid{grid-template-columns:1fr;gap:1.5rem}
.integration-grid{grid-template-columns:1fr;gap:1.5rem}
.faq-container{grid-template-columns:1fr}
.faq-sidebar{display:none}
.banner-container{grid-template-columns:1fr}
.banner-sidebar{display:none}
.banner-table-wrapper{overflow-x:auto}
.banner-table th,.banner-table td{padding:.75rem 1rem;font-size:.8125rem}
footer .grid{grid-template-columns:1fr;gap:2rem}
.examples-grid{grid-template-columns:1fr;grid-auto-rows:auto}
.example-item:nth-child(1),.example-item:nth-child(2),.example-item:nth-child(3),.example-item:nth-child(4),.example-item:nth-child(5),.example-item:nth-child(6),.example-item:nth-child(7),.example-item:nth-child(8),.example-item:nth-child(9),.example-item:nth-child(10){grid-column:span 1!important}
}

.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background:var(--color-primary);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(1rem);transition:all .3s ease;z-index:999}
.back-to-top:hover{background:var(--color-primary-dark);transform:translateY(0) scale(1.1)}
.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top svg{width:1.5rem;height:1.5rem}
@media (max-width:48rem){.back-to-top{bottom:1.5rem;right:1.5rem;width:2.75rem;height:2.75rem}}
