*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--bg:#f1f5f9;--panel:#fff;--accent:#6366f1;--border:#e2e8f0;--text:#334155;--muted:#64748b}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);overflow:auto;min-height:100vh}.container{width:min(1100px,calc(100% - 32px));margin:0 auto}.section{padding:56px 0}.section h2{font-size:26px;margin-bottom:14px;font-weight:800}.section-lead{color:var(--muted);margin-bottom:20px}.lead{font-size:16px;line-height:1.6;color:var(--muted);margin-top:12px}.muted{color:var(--muted)}.site-header{position:sticky;top:0;z-index:2000;background:rgba(241,245,249,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.brand-mark{width:34px;height:34px;border-radius:10px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}.brand-name{font-weight:800;letter-spacing:0.2px}.nav{display:flex;gap:14px;flex-wrap:wrap}.nav a{text-decoration:none;color:var(--muted);font-weight:600;font-size:14px}.nav a:hover{color:var(--accent)}.header-cta{display:flex;gap:10px}.badge{display:inline-block;background:#dcfce7;color:#15803d;padding:5px 10px;border-radius:6px;font-size:12px;font-weight:700;margin-bottom:12px}.hero{padding:52px 0 26px}.hero-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:24px;align-items:start}.hero h1{font-size:34px;line-height:1.15;font-weight:800}.hero-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.quick-points{margin-top:18px;padding-left:0;list-style:none;color:var(--muted);line-height:1.8}.quick-points li::before{content:''}.hero-media{display:flex;flex-direction:column;gap:10px}.img-placeholder{background:#fff;border:1px dashed #cbd5e1;border-radius:12px;min-height:240px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-weight:700;text-align:center;padding:14px}.img-placeholder.small{min-height:130px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:14px}.card h3{font-size:14px;margin-bottom:6px;font-weight:700}.card p{color:var(--muted);font-size:13px;line-height:1.55}.faq{display:flex;flex-direction:column;gap:10px;margin-top:12px}.faq-item{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px}.faq-item summary{cursor:pointer;font-weight:700}.faq-body{margin-top:10px;color:var(--muted);line-height:1.6}.note{margin-top:16px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;padding:12px;color:#3730a3}.note strong{color:#312e81}.site-footer{border-top:1px solid var(--border);padding:20px 0}.footer-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.footer-right{display:flex;gap:14px;flex-wrap:wrap}.footer-right a{color:var(--muted);text-decoration:none;font-weight:600;font-size:14px}.footer-right a:hover{color:var(--accent)}.btn,.btn-secondary,.btn-export-small{padding:10px 12px;border:none;border-radius:10px;font-weight:700;cursor:pointer;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:0.2s}.btn{background:var(--accent);color:#fff}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.btn:hover,.btn-secondary:hover,.btn-export-small:hover{opacity:0.93;transform:translateY(-1px)}.section-editor{padding-bottom:34px}.editor-wrap{width:min(1200px,calc(100% - 32px));margin:16px auto 0;background:var(--panel);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,0.08)}.app{display:flex;height:min(900px,85vh)}.sidebar{width:320px;background:var(--panel);border-right:1px solid var(--border);overflow-y:auto;padding:16px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.sidebar h1{font-size:18px;color:var(--accent);font-weight:800;margin-bottom:4px}.panel{background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px}.panel h3{font-size:11px;text-transform:uppercase;color:#94a3b8;margin-bottom:8px;font-weight:700;letter-spacing:0.5px}.row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.align-center{align-items:center}.format-presets-mini{display:flex;gap:4px}.preset-btn{padding:4px 8px;background:#f8fafc;border:1px solid var(--border);border-radius:4px;font-size:11px;cursor:pointer;font-weight:600}.preset-btn:hover{border-color:var(--accent);color:var(--accent)}.tabs{display:flex;gap:4px;flex-wrap:wrap}.tab{padding:6px 10px;background:#fff;border:1px solid var(--border);border-radius:4px;font-size:12px;cursor:pointer;font-weight:600;color:#64748b;flex:1;text-align:center}.tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.thumbs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.thumb{min-width:44px;height:44px;border:2px solid var(--border);border-radius:6px;padding:4px;cursor:pointer;opacity:0.7}.thumb.active{border-color:var(--accent);opacity:1;background:#eef2ff}.thumb svg{width:100%;height:100%;stroke:#64748b;stroke-width:2;fill:none}label{font-size:11px;font-weight:600;color:#64748b;margin-bottom:4px;display:block}input,select,button{font-family:inherit}input[type=number],input[type=text],.select,.select-mini{width:100%;padding:6px;border:1px solid var(--border);border-radius:4px;font-size:12px}input[type=color]{width:100%;height:30px;border:1px solid var(--border);border-radius:4px;cursor:pointer;padding:0}input[type=range]{width:100%;height:4px;background:#e2e8f0;border-radius:2px;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{width:100%;height:100%;stroke:#64748b;stroke-width:2px;fill:none}.checkbox{display:flex;align-items:center;gap:6px;font-size:12px;cursor:pointer;user-select:none}.checkbox input[type=checkbox]{width:auto}.btn-export-small{width:auto;background:#10b981;color:#fff;padding:6px 12px;font-size:11px;border-radius:10px}.export-row{display:flex;gap:8px;justify-content:flex-start}.row-actions{display:flex;gap:8px}.row-actions>button{flex:1;width:auto}.workspace{flex:1;background:#e2e8f0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}canvas{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.15);max-width:90%;max-height:90%;cursor:default;touch-action:none}.floating-panel{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:#fff;padding:8px 12px;border-radius:50px;box-shadow:0 8px 24px rgba(0,0,0,0.12);display:flex;gap:8px;align-items:center;border:1px solid var(--border);z-index:100}.icon-btn{width:36px;height:36px;border-radius:50%;border:none;background:#f8fafc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:0.2s;color:#334155}.icon-btn:hover{background:#e0e7ff;color:var(--accent)}.text-panel-ext{flex-direction:column;border-radius:12px;padding:12px;width:260px;align-items:stretch;gap:8px}.row-flex{display:flex;gap:6px;align-items:center}.flex-grow{flex:1}.icon-btn-mini{width:28px;height:28px;border-radius:4px;border:1px solid var(--border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#334155}.icon-btn-mini:hover{color:var(--accent);border-color:#c7d2fe}.toolbar{background:#f8fafc;padding:4px;border-radius:6px;justify-content:center}.style-btn{width:24px;height:24px;border:none;background:transparent;cursor:pointer;font-weight:bold;font-family:serif}.style-btn.active{background:#e0e7ff;color:var(--accent);border-radius:4px}.sep{width:1px;height:16px;background:#cbd5e1;margin:0 4px}.collapsible{font-size:10px;color:#64748b;cursor:pointer;text-align:center;margin-top:4px;user-select:none}.advanced-content{display:none;flex-direction:column;gap:6px;background:#f8fafc;padding:8px;border-radius:6px;margin-top:4px}.advanced-content.show{display:flex}.prop-row{display:grid;grid-template-columns:60px 1fr 30px;gap:6px;align-items:center}.prop-row input[type=color]{width:100%;height:20px}.filters-panel{flex-direction:column;border-radius:12px;padding:16px;min-width:240px;bottom:auto;top:50%;transform:translate(-50%,-50%);align-items:stretch}.filter-ctrl{margin-bottom:8px}.filter-ctrl label{display:flex;justify-content:space-between;font-size:10px;margin-bottom:2px}#toastContainer{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.toast{background:#1e293b;color:#fff;padding:10px 16px;border-radius:6px;font-size:12px;box-shadow:0 4px 12px rgba(0,0,0,0.2);animation:fadein 0.3s,fadeout 0.3s 2.7s forwards}@keyframes fadein{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeout{to{opacity:0;transform:translateY(-10px)}}.texture-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.texture-item{width:100%;aspect-ratio:1;border:1px solid var(--border);border-radius:4px;cursor:pointer;background-size:cover;background-position:center}.texture-item.active{border-color:var(--accent);box-shadow:0 0 0 2px rgba(99,102,241,0.2)}@media (max-width:980px){.hero-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.app{flex-direction:column;height:auto}.sidebar{width:100%;height:auto;max-height:50vh;border-right:none;border-bottom:1px solid var(--border);order:2}.workspace{min-height:420px;order:1}.floating-panel{bottom:10px;width:92%;flex-wrap:wrap;justify-content:center}}#guide .card{transition:transform .2s,box-shadow .2s;border:1px solid #e0e7ff}#guide .card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(99,102,241,.15);border-color:#6366f1}.btn[href="#editor"]{position:relative;overflow:hidden}.btn[href="#editor"]:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.btn[href="#editor"]:hover:after{left:100%}.hero-media img{border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);transition:transform .3s}.hero-media img:hover{transform:scale(1.02)}strong{color:#4f46e5}.quick-points li{padding-left:24px;position:relative}.quick-points li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}@media (max-width:768px){#guide .cards{grid-template-columns:1fr;gap:16px}.hero h1{font-size:28px;line-height:1.3}.quick-points{font-size:14px}}:focus{outline:2px solid #6366f1;outline-offset:2px}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#guide .card{animation:fadeInUp .5s ease-out forwards;opacity:0}#guide .card:nth-child(1){animation-delay:.1s}#guide .card:nth-child(2){animation-delay:.2s}#guide .card:nth-child(3){animation-delay:.3s}#guide .card:nth-child(4){animation-delay:.4s}
@media (max-width:768px){.filters-panel{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:calc(100vw - 40px)!important;max-width:340px!important;max-height:70vh!important;overflow-y:auto!important;padding:16px 14px!important;z-index:2000!important;box-shadow:0 20px 60px rgba(0,0,0,.3)!important}.filter-ctrl{margin-bottom:10px}.filter-ctrl label{font-size:12px!important;margin-bottom:4px}.filter-ctrl input[type="range"]{width:100%}.filters-panel .btn-secondary{margin-top:10px}.filters-panel>*:not(:last-child){margin-bottom:8px}}@media (max-width:480px){.filters-panel{max-width:90vw!important;padding:14px 12px!important}.filter-ctrl label{font-size:11px!important}.filter-ctrl{display:flex;flex-direction:column;gap:4px}.filter-ctrl label{display:flex;justify-content:space-between;align-items:center}}