*,:before,:after{box-sizing:border-box}.home-light{min-height:100vh;color:var(--text-main);background:radial-gradient(circle at top left,var(--bg-page-highlight)0,transparent 55%),radial-gradient(circle at bottom right,#fff1cc 0,transparent 60%),linear-gradient(to bottom,var(--bg-page-gradient-start),var(--bg-page-gradient-end));flex-direction:column;align-items:center;padding:2rem 1.5rem 3rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow-x:hidden}.hero-container{width:100%;max-width:1120px;margin-bottom:1rem}.hero-box{background:radial-gradient(circle at 100% 0,#fff7eb 0%,#fef3c7 45%,#fffbeb 100%);border-radius:32px;padding:3.5rem 3rem;position:relative;overflow:visible;box-shadow:0 24px 60px #0f172a14}.hero-layout{z-index:1;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.hero-content{z-index:2;flex:1.1;max-width:600px}.hero-badge{color:var(--text-muted);background:#fffc;border:1px solid #00000008;border-radius:999px;align-items:center;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero-title{color:var(--text-main);margin:0 0 .5rem;font-size:3rem;font-weight:800;line-height:1.1}.hero-title-highlight{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#f97316,#facc15);-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-subtitle{color:var(--text-muted);max-width:520px;margin-top:1rem;font-size:1rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.btn-hero-primary,.btn-hero-secondary{cursor:pointer;border:none;border-radius:999px;padding:.85rem 1.9rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s,color .15s}.btn-hero-primary{background:linear-gradient(90deg,var(--primary-orange),var(--primary-orange-light));color:#fff;box-shadow:0 12px 30px #f894228c}.btn-hero-primary:hover{transform:translateY(-1px)scale(1.02);box-shadow:0 16px 42px #f89422b3}.btn-hero-secondary{color:var(--text-main);border:1px solid var(--border-soft);background:#fff}.btn-hero-secondary:hover{background:#f9fafb}.hero-tags{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.hero-tag{color:#c2410c;background:#fff;border:1px solid #fed7aa;border-radius:999px;align-items:center;gap:.3rem;padding:.45rem .95rem;font-size:.75rem;display:inline-flex}.hero-illustration{flex:1;justify-content:center;align-items:center;height:450px;display:flex;position:relative}.hero-3d-container{perspective:1200px;justify-content:center;align-items:center;width:340px;height:100%;display:flex;position:relative}.hero-glow{filter:blur(70px);z-index:0;opacity:.5;border-radius:50%;position:absolute}.glow-1{background:#facc15;width:220px;height:220px;animation:6s ease-in-out infinite alternate pulseGlow;top:20%;right:-10%}.glow-2{background:#fb923c;width:240px;height:240px;animation:6s ease-in-out infinite alternate-reverse pulseGlow;bottom:10%;left:-20%}@keyframes pulseGlow{0%{opacity:.5;transform:scale(1)}to{opacity:.7;transform:scale(1.2)}}.hero-3d-scene{width:100%;height:100%;transform-style:preserve-3d;justify-content:center;align-items:center;display:flex;position:relative}.hero-3d-card{aspect-ratio:210/297;backface-visibility:hidden;background:#fff;border:4px solid #fff;border-radius:16px;justify-content:center;align-items:flex-start;width:100%;transition:all .8s cubic-bezier(.23,1,.32,1);display:flex;position:absolute;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.hero-3d-card img{object-fit:cover;width:100%;height:auto;display:block}.hero-3d-card.active{opacity:1;z-index:10;transform:translate(0)translateZ(0)rotateY(0);box-shadow:0 30px 60px -10px #f9731666,0 10px 20px -5px #0000001a}.hero-3d-card.prev{opacity:.7;z-index:5;filter:brightness(.9);transform:translate(-65%)translateZ(-150px)rotateY(25deg)}.hero-3d-card.next{opacity:.7;z-index:5;filter:brightness(.9);transform:translate(65%)translateZ(-150px)rotateY(-25deg)}.hero-3d-card.hidden{opacity:0;z-index:1;pointer-events:none;transform:translate(0)translateZ(-300px)rotateY(0)scale(.8)}.gallery-section{width:100%;max-width:1200px;margin-top:.5rem;margin-bottom:1rem}.section-header{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex}.nav-buttons{gap:.5rem;display:flex}.nav-btn{border:1px solid var(--border-soft);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,box-shadow .15s,transform .15s;display:flex}.nav-btn:hover{background:var(--primary-orange-soft);transform:translateY(-1px);box-shadow:0 8px 20px #f8942259}.gallery-stage{justify-content:center;align-items:center;height:500px;display:flex;position:relative;overflow:hidden}.gallery-card{width:260px;color:inherit;transform-origin:bottom;text-decoration:none;transition:all .55s cubic-bezier(.25,1,.5,1);position:absolute}.card-image-container{border:1px solid var(--border-soft);background:#f9fafb;border-radius:20px;transition:border-color .3s,box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a0d}.gallery-card img{object-fit:cover;width:100%;height:100%}.card-overlay{opacity:0;background:linear-gradient(#0f172a1a,#0f172a80);justify-content:center;align-items:flex-end;padding-bottom:1.4rem;transition:opacity .25s;display:flex;position:absolute;inset:0}.card-btn{color:var(--primary-orange);background:#fff;border:none;border-radius:999px;padding:.55rem 1.3rem;font-size:.85rem;font-weight:600;box-shadow:0 10px 25px #0f172a59}.card-info{text-align:center;opacity:0;margin-top:.9rem;transition:opacity .25s,transform .25s;transform:translateY(8px)}.card-info h3{margin:0;font-size:1.05rem;font-weight:600}.card-info p{color:var(--text-muted);margin:.2rem 0 0;font-size:.85rem}.gallery-card.active{z-index:10;transform:translate(0)scale(1.08)}.gallery-card.active .card-image-container{border-color:var(--primary-orange);box-shadow:0 18px 45px #f8942273}.gallery-card.active .card-overlay{opacity:1}.gallery-card.active .card-info{opacity:1;transform:translateY(0)}.gallery-card.next{opacity:.6;z-index:6;transform:translate(110%)scale(.92)}.gallery-card.prev{opacity:.6;z-index:6;transform:translate(-110%)scale(.92)}.gallery-card.far-next{opacity:.2;z-index:2;transform:translate(200%)scale(.8)}.gallery-card.far-prev{opacity:.2;z-index:2;transform:translate(-200%)scale(.8)}.gallery-card.hidden{opacity:0;pointer-events:none;transform:scale(.6)}.gallery-dots{justify-content:center;gap:.4rem;margin-top:1.3rem;display:flex}.dot{cursor:pointer;background:#e5e7eb;border-radius:999px;width:26px;height:4px;transition:background .2s,transform .2s}.dot.active{background:var(--primary-orange);transform:scaleX(1.1)}.features-section{text-align:center;width:100%;max-width:1000px;margin-bottom:4rem}.features-section h2{color:var(--text-main);margin-bottom:2.5rem;font-size:1.8rem}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;display:grid}.feature-card{border:1px solid var(--border-soft);background:#fff;border-radius:20px;padding:2.1rem 1.7rem;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 18px 40px #0f172a0d}.feature-card:hover{border-color:#fed7aa;transform:translateY(-4px);box-shadow:0 22px 50px #0f172a14}.icon-wrapper{width:60px;height:60px;color:var(--primary-orange);background:#fef3c7;border-radius:999px;justify-content:center;align-items:center;margin:0 auto 1.3rem;display:flex}.icon-orange{color:#ea580c;background:#ffedd5}.icon-pink{color:#db2777;background:#fee2e2}.icon-gold{color:#ca8a04;background:#fef9c3}.feature-card h3{margin-bottom:.5rem;font-size:1.05rem}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.footer-cta{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-top:auto;padding-top:1.75rem;display:flex}.btn-main-cta{background:linear-gradient(90deg,var(--primary-orange),var(--primary-orange-light));color:#fff;border-radius:999px;padding:.8rem 1.9rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 14px 36px #f8942299}.btn-main-cta:hover{transform:translateY(-1px)scale(1.02);box-shadow:0 18px 45px #f89422bf}.social-links{gap:.75rem;display:flex}.social-dot{color:var(--text-muted);cursor:pointer;font-size:.8rem;transition:color .15s}.social-dot:hover{color:var(--text-main)}.home-blog-section{box-sizing:border-box;background:linear-gradient(#fffaf3 0%,#fff 55%,#f9fafb 100%);border-top:1px solid #0f172a0f;width:100%;padding:3.5rem 1.5rem 3.8rem}.home-blog-inner{max-width:1120px;margin:0 auto}.home-blog-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.home-blog-title-main{margin:0 0 .3rem;font-size:1.55rem}.home-blog-subtitle{color:#4b5563;margin:0;font-size:.95rem}.home-blog-all-link{color:#111827;background:#fff;border:1px solid #0f172a1a;border-radius:999px;padding:.55rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;box-shadow:0 10px 26px #0f172a0f}.home-blog-all-link:hover{color:#f9fafb;background:#111827;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a2e}.home-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;display:grid}.home-blog-card{background:#fff;border:1px solid #0f172a0f;border-radius:1.1rem;flex-direction:column;gap:.4rem;padding:1.35rem 1.25rem;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 14px 36px #0f172a14}.home-blog-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px #0f172a29}.home-blog-category{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:0 0 .15rem;font-size:.75rem}.home-blog-card-title{margin:0;font-size:1rem}.home-blog-card-title a{color:#111827;text-decoration:none}.home-blog-card-title a:hover{text-decoration:underline}.home-blog-meta{color:#6b7280;margin:0;font-size:.8rem}.home-blog-intro{color:#4b5563;margin:.35rem 0 .6rem;font-size:.86rem;line-height:1.5}.home-blog-card-link{color:#f97316;align-self:flex-start;margin-top:auto;font-size:.86rem;text-decoration:none}.home-blog-card-link:hover{text-decoration:underline}@media (max-width:960px){.hero-box{padding:2.5rem 2rem}.hero-title{font-size:2.3rem}.hero-3d-container{width:280px;height:400px}.hero-illustration{height:400px}.gallery-stage{height:360px}.features-grid{grid-template-columns:1fr}.footer-cta{flex-direction:column;align-items:flex-start;gap:1.3rem}.home-blog-grid{grid-template-columns:1fr}}@media (max-width:900px){.hero-layout{gap:1.5rem}}@media (max-width:768px){.home-light{padding-inline:1rem}.hero-box{padding:2.1rem 1.4rem;overflow:hidden}.hero-layout{flex-direction:column;align-items:flex-start}.hero-content{flex:1;width:100%;max-width:100%}.hero-illustration,.hero-tags{display:none}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.gallery-stage{height:340px}.gallery-card{width:220px}.home-blog-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:640px){.gallery-stage{height:440px}}.templates-page{color:#0f172a;background:radial-gradient(circle at 0 0,#ffe7c7 0,#0000 55%),radial-gradient(circle at 100% 100%,#e0f4ff 0,#0000 50%),#fff7ed;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.templates-main{padding:3.3rem 0 4.3rem}.templates-container{box-sizing:border-box;max-width:1120px;margin:0 auto;padding:0 1.5rem}.templates-hero{margin-bottom:2.1rem}.templates-hero-card{background:#fffaf3;border-radius:2rem;padding:2.1rem 2.3rem 2.2rem;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a26,0 0 0 1px #f8fafcb3}.templates-hero-card:before{content:"";opacity:.75;pointer-events:none;background:radial-gradient(circle at 0 0,#fb923c42,#0000 60%),radial-gradient(circle at 80% 40%,#60a5fa3d,#0000 60%);position:absolute;inset:-40%}.templates-hero-card>*{z-index:1;position:relative}.templates-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#9a3412;background:#ffffffe6;border:1px solid #f8ab5e80;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.7rem;padding:.25rem .8rem;font-size:.7rem;display:inline-flex}.templates-title{letter-spacing:-.03em;color:#111827;margin:0 0 .45rem;font-size:2.1rem;font-weight:700}.templates-subtitle{color:#4b5563;max-width:40rem;margin:0;font-size:.98rem}.templates-grid-section{padding-top:.4rem}.templates-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.7rem;width:100%;display:grid}.template-card{cursor:pointer;text-align:left;color:inherit;background:#fff;border:1px solid #0f172a0f;border-radius:1.5rem;outline:none;flex-direction:column;align-items:stretch;padding:1.1rem 1.1rem 1.25rem;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:flex;position:relative;box-shadow:0 14px 36px #0f172a14}.template-card:hover{background:#fffbeb;border-color:#f8ab5ee6;transform:translateY(-4px);box-shadow:0 22px 50px #0f172a2e}.template-card:focus-visible{box-shadow:0 0 0 2px #f97316,0 0 0 4px #fed7aa}.template-thumb{background:#111827;background-image:var(--thumb-bg);border-radius:1.2rem;width:100%;overflow:hidden;box-shadow:0 16px 40px #0f172a52}.template-thumb-inner{aspect-ratio:3/4;width:100%;position:relative}.template-thumb-image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.template-thumb-overlay{opacity:0;background:linear-gradient(#0000000d,#000000b3);transition:opacity .25s;position:absolute;inset:0}.template-card:hover .template-thumb-image{transform:scale(1.03)}.template-card:hover .template-thumb-overlay{opacity:1}.template-thumb-tag{color:#111827;background:#ffffffe6;border-radius:999px;padding:.22rem .65rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem;left:.8rem}.template-thumb-inner:after{content:"Choisir ce modèle";color:#111827;letter-spacing:.05em;text-transform:uppercase;opacity:0;pointer-events:none;background:linear-gradient(135deg,#f97316,#facc15);border-radius:999px;padding:8px 16px;font-size:.7rem;font-weight:600;transition:opacity .22s,transform .22s;position:absolute;bottom:14px;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 10px 25px #0f172a8c}.template-card:hover .template-thumb-inner:after{opacity:1;transform:translate(-50%)translateY(0)}.template-info{flex-direction:column;gap:.35rem;margin-top:.8rem;display:flex}.template-title-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.template-title-row h2{color:#111827;margin:0;font-size:1rem;font-weight:600}.template-badge{background:#fff;border:1px solid #d1d5dbe6;border-radius:999px;padding:3px 9px;font-size:.75rem}.template-description{color:#4b5563;margin:.05rem 0 0;font-size:.86rem;line-height:1.5}.template-meta{color:#6b7280;align-items:center;gap:6px;margin-top:2px;font-size:.78rem;display:flex}.template-dot{background:#22c55e;border-radius:999px;width:6px;height:6px}.template-actions{margin-top:2px}.template-link{color:#f97316;font-size:.8rem;font-weight:500;text-decoration:none}.template-link:hover{text-decoration:underline}@media (max-width:900px){.templates-main{padding-bottom:3.8rem}.templates-container{padding-inline:1.25rem}.templates-title{font-size:1.9rem}}@media (max-width:768px){.templates-title{font-size:1.7rem}.templates-subtitle{font-size:.95rem}.templates-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem}.template-card{padding:1rem 1rem 1.1rem}}@media (max-width:600px){.templates-container{padding-inline:1.1rem}.templates-hero-card{padding:1.6rem 1.5rem 1.7rem}.templates-title{font-size:1.6rem}.templates-grid{grid-template-columns:minmax(0,1fr)}}.builder-layout{box-sizing:border-box;background:#f5f7fb;flex-direction:column;gap:16px;min-height:100vh;padding:12px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.builder-left,.builder-right{width:100%;max-width:100%}.builder-right{background:#fff;border-radius:16px;padding:12px;box-shadow:0 18px 45px #0f172a1f}.preview-toggle-mobile{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:999px;justify-content:center;align-items:center;margin-bottom:8px;padding:6px 12px;font-size:.85rem;display:inline-flex}.preview-toggle-mobile:hover{background:#eff6ff}.builder-right.preview-mobile-hidden{display:none}.builder-right.preview-mobile-visible{display:block}.builder-title{color:#111827;margin-bottom:12px;font-size:1.4rem;font-weight:700}.builder-right-title{color:#4b5563;margin-bottom:8px;font-size:1rem}@media (min-width:900px){.builder-layout{flex-direction:row;align-items:flex-start;gap:24px;padding:20px}.builder-left{flex:1;max-width:50%;max-height:90vh;padding-right:8px;overflow-y:auto}.builder-right{flex:1;max-height:90vh;padding:16px;display:block;overflow:auto}.builder-right.preview-mobile-hidden,.builder-right.preview-mobile-visible{display:block}.preview-toggle-mobile{display:none}}.builder-lang-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.builder-lang-label{color:#4b5563;font-size:.85rem;font-weight:500}.builder-lang-buttons{flex-wrap:wrap;gap:6px;display:flex}.builder-lang-pill{color:#4b5563;cursor:pointer;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;justify-content:center;align-items:center;min-width:32px;padding:4px 8px;font-size:.78rem;transition:all .15s;display:inline-flex}.builder-lang-pill:hover{background:#f3f4f6;border-color:#d1d5db}.builder-lang-pill-active{color:#f9fafb;background:#111827;border-color:#111827;box-shadow:0 0 0 1px #0f172a1a}.builder-left::-webkit-scrollbar{width:6px}.builder-left::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:999px}.builder-left::-webkit-scrollbar-track{background:0 0}.builder-section-card{background:#fff;border:1px solid #94a3b840;border-radius:16px;margin-bottom:12px;padding:12px 12px 14px;box-shadow:0 12px 30px #0f172a14}@media (min-width:900px){.builder-section-card{margin-bottom:16px;padding:16px 16px 18px}}.builder-section-header{margin-bottom:10px}.builder-section-title{color:#111827;margin:0;font-size:1.05rem;font-weight:600}.builder-section-subtitle{color:#6b7280;margin:4px 0 0;font-size:.85rem}.builder-grid-2,.builder-grid-3{grid-template-columns:1fr;gap:10px;display:grid}@media (min-width:640px){.builder-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.field-group{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.field-label{color:#6b7280;font-size:.8rem;font-weight:500}.field-label-inline{color:#4b5563;align-items:center;gap:8px;font-size:.8rem;display:flex}.field-input,.field-textarea{background:#f9fafb;border:1px solid #d1d5db;border-radius:999px;outline:none;padding:8px 12px;font-size:.9rem;transition:border-color .15s,box-shadow .15s,background-color .15s,transform .15s}.field-textarea{resize:vertical;border-radius:12px;min-height:80px}.field-input:focus,.field-textarea:focus{background:#fff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 0 0 1px #2563eb40,0 10px 25px #0f172a14}.field-group-checkbox{justify-content:flex-end}.accordion-section{padding:0;overflow:hidden}.accordion-header{cursor:pointer;background:0 0;border:none;border-radius:16px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:12px 16px;transition:background-color .15s,transform .1s;display:flex}.accordion-section.accordion-open .accordion-header{background:linear-gradient(90deg,#2563eb14,#3b82f605)}.accordion-header:hover{background:#94a3b826;gap:.5rem;transform:translateY(-1px)}.accordion-title{color:#111827;font-size:.95rem;font-weight:600}.accordion-icon{color:#6b7280;font-size:.8rem;transition:transform .15s}.accordion-icon.open{transform:rotate(180deg)}.accordion-body{border-top:1px solid #94a3b84d;padding:8px 16px 16px}.item-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;overflow:hidden}.item-card-header{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:8px 10px;display:flex}.item-card-header-text{text-align:left}.item-card-title{color:#111827;font-size:.9rem;font-weight:600}.item-card-subtitle{color:#6b7280;font-size:.8rem}.item-card-header-actions{align-items:center;gap:6px;display:flex}.item-card-delete{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:.75rem}.item-card-chevron{color:#6b7280;font-size:.7rem;transition:transform .15s}.item-card-chevron.open{transform:rotate(180deg)}.item-card-body{background:#fff;border-top:1px solid #e5e7eb;padding:8px 10px 10px}.item-card-footer{justify-content:flex-end;margin-top:6px;display:flex}.btn-primary,.btn-secondary,.btn-danger{cursor:pointer;border:none;border-radius:999px;padding:6px 12px;font-size:.8rem}.btn-primary{color:#fff;background:#2563eb}.btn-secondary{color:#111827;background:#e5e7eb}.btn-danger{color:#fff;background:#ef4444}.btn-primary-outline{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:999px;margin-top:6px;padding:6px 12px;font-size:.8rem}.btn-primary-outline:hover{background:#eff6ff}.photo-avatar-wrapper{cursor:pointer;justify-content:flex-start;align-items:center;margin-top:8px;display:flex}.photo-avatar{border:2px solid #2563eb;border-radius:999px;width:96px;height:96px;position:relative;overflow:hidden;box-shadow:0 10px 25px #0f172a40}.photo-avatar img{object-fit:cover;width:100%;height:100%}.photo-avatar-empty{color:#e5e7eb;background:radial-gradient(circle at 0 0,#2563eb,#1e293b);justify-content:center;align-items:center;font-size:.8rem;display:flex}.photo-avatar-overlay{opacity:0;background:linear-gradient(#0f172a00,#0f172abf);justify-content:center;align-items:flex-end;padding-bottom:6px;transition:opacity .15s;display:flex;position:absolute;inset:0}.photo-avatar:hover .photo-avatar-overlay,.photo-avatar-empty:hover{opacity:1}.photo-upload-icon{background:#0f172ab3;border-radius:999px;padding:4px 8px;font-size:.75rem}.photo-remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:.8rem}.photo-toggle-row{color:#4b5563;flex-direction:column;gap:4px;margin-top:10px;font-size:.85rem;display:flex}.photo-toggle-label{cursor:pointer;align-items:center;gap:6px;display:flex}.photo-toggle-label input[type=checkbox]{accent-color:#2563eb;width:14px;height:14px}.photo-toggle-hint{color:#6b7280;margin:0;font-size:.78rem}.modal-backdrop{z-index:50;background:#0f172a8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:18px;width:min(90vw,420px);padding:16px 18px 14px;box-shadow:0 30px 70px #0f172a59}.modal-title{color:#111827;margin:0 0 10px;font-size:1rem;font-weight:600}.cropper-container{background:#0f172a;border-radius:12px;width:100%;height:260px;position:relative;overflow:hidden}.cropper-controls{color:#4b5563;margin-top:10px;font-size:.8rem}.cropper-controls input[type=range]{width:100%}.modal-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.rte-container{background:#fff;border:1px solid #d1d5db;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.rte-editor{outline:none;min-height:90px;padding:10px 12px;font-size:.9rem;line-height:1.5}.rte-editor[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.rte-toolbar{background:#f9fafb;border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:4px 8px;display:flex}.rte-toolbar-left{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.rte-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:8px;padding:4px 6px;font-size:.8rem}.rte-btn:hover{background:#e5e7eb}.rte-separator{background:#d1d5db;width:1px;height:18px;margin:0 4px}.rte-ai-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:999px;align-items:center;gap:4px;padding:6px 10px;font-size:.8rem;display:inline-flex}.rte-ai-btn:hover{background:#eef2ff;border-color:#4f46e5}.builder-right-actions{flex-wrap:nowrap;align-items:center;gap:10px;display:flex}@media (max-width:768px){.builder-right-actions{flex-wrap:wrap;justify-content:flex-start}}@media (max-width:639px){.builder-right-header{flex-direction:column;align-items:flex-start}}.template-switch{background:#e5e7eb;border-radius:999px;gap:4px;padding:2px;display:inline-flex}.template-switch button{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:999px;padding:4px 8px;font-size:.75rem}.template-switch button.active{color:#fff;background:#1d4ed8}.style-toolbar{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;gap:10px;margin-bottom:10px;padding:8px 10px;display:flex}.style-toolbar-field select,.style-toolbar-field input[type=color],.style-toolbar-field input[type=range]{flex:1;max-width:150px}.style-toolbar-field input[type=color]{background:#fff;border:1px solid #d1d5db;border-radius:999px;height:24px;padding:0}@media (max-width:768px){.style-toolbar{flex-direction:column;padding:8px}}.style-toolbar-presets{flex-wrap:wrap;gap:.5rem;display:flex}.btn-preset{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:.25rem .75rem;font-size:.85rem}.btn-preset:hover{background:#f3f4f6}.builder-layout{align-items:flex-start;gap:2rem;display:flex}.builder-left,.builder-right{flex:1 1 0}@media (max-width:768px){.builder-layout{flex-direction:column}.builder-right{order:1;width:100%}.builder-left{order:2;width:100%}.builder-right.preview-mobile-hidden{display:none}.builder-right.preview-mobile-visible{display:block}}.builder-sections-list{flex-direction:column;gap:.75rem;display:flex}.draggable-section-wrapper{cursor:grab}.draggable-section-wrapper:active{cursor:grabbing}.draggable-section-wrapper.drag-over{background-color:#f3f4f6;border-radius:.75rem;outline:2px dashed #9ca3af}.accordion-drag-handle{opacity:.6;cursor:grab;-webkit-user-select:none;user-select:none;font-size:.9rem}.draggable-section-wrapper:hover .builder-section-card{transition:box-shadow .15s;box-shadow:0 2px 6px #0f172a1f}.builder-toggle-row{margin-bottom:.75rem;font-size:.9rem}.cloud-save-status{color:#6b7280;margin-top:.35rem;font-size:.8rem}.cloud-save-error{color:#b91c1c}.profile-ai-helper{color:#4b5563;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px;flex-direction:column;gap:.45rem;margin-top:.75rem;padding:.75rem .85rem;font-size:.85rem;display:flex}.profile-ai-text{margin:0}.profile-ai-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-self:flex-start;padding:.4rem .9rem;font-size:.83rem;font-weight:500}.profile-ai-btn:hover{border-color:#4f46e5}.profile-ai-btn.primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#ec4899);border-color:#0000}.profile-ai-btn.secondary{color:#111827;background:#fff}.profile-ai-error{color:#b91c1c;margin:0;font-size:.8rem}.profile-ai-preview{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:.9rem;padding:.9rem .95rem}.profile-ai-cols{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.8rem;display:grid}.profile-ai-col-title{margin:0 0 .25rem;font-size:.9rem;font-weight:600}.profile-ai-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;max-height:220px;padding:.5rem .6rem;font-size:.85rem;overflow:auto}.profile-ai-loading{color:#6b7280;margin:.4rem 0;font-size:.85rem}.profile-ai-note{color:#6b7280;margin:.4rem 0 0;font-size:.78rem}.profile-ai-actions{flex-wrap:wrap;gap:.5rem;margin-top:.8rem;display:flex}.profile-ai-actions .profile-ai-btn{font-size:.83rem}@media (max-width:768px){.profile-ai-cols{grid-template-columns:minmax(0,1fr)}}.builder-modal-overlay{z-index:50;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.builder-modal{box-sizing:border-box;background:#fff;border-radius:18px;width:100%;max-width:720px;max-height:90vh;padding:1.1rem 1.3rem 1.2rem;overflow:auto;box-shadow:0 25px 60px #0f172a73}.builder-modal-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.builder-modal-title{margin:0;font-size:1.1rem}.builder-modal-close{cursor:pointer;background:0 0;border:none;font-size:1rem}.builder-modal-steps{gap:.5rem;margin:.7rem 0 .8rem;font-size:.8rem;display:flex}.builder-modal-step{color:#4b5563;background:#f3f4f6;border-radius:999px;padding:.2rem .6rem}.builder-modal-step.active{color:#fff;background:#111827}.builder-modal-body{font-size:.88rem}.builder-modal-text{color:#4b5563;margin:0 0 .8rem}.builder-modal-file{margin-bottom:.6rem}.builder-modal-file input[type=file]{font-size:.85rem}.builder-modal-file-name{color:#4b5563;margin:.3rem 0 0;font-size:.8rem}.builder-modal-error{color:#b91c1c;margin:.2rem 0 .6rem;font-size:.8rem}.builder-modal-primary-btn,.builder-modal-secondary-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:500}.builder-modal-primary-btn{color:#fff;background:linear-gradient(135deg,#4f46e5,#ec4899)}.builder-modal-secondary-btn{color:#111827;background:#fff;border-color:#e5e7eb;margin-left:.6rem}.builder-modal-preview-grid{grid-template-columns:minmax(0,1fr);gap:.75rem;margin-top:.8rem;display:grid}.builder-modal-preview-block h3{margin:0 0 .25rem;font-size:.9rem}.builder-modal-preview-block p,.builder-modal-preview-block div{color:#374151;margin:0;font-size:.84rem}.builder-modal-preview-item{margin-bottom:.4rem}.builder-modal-footer{margin-top:.9rem}@media (max-width:640px){.builder-modal{max-width:100%;margin:0 .75rem}}.builder-right-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.btn-action{justify-content:center;align-items:center;gap:.35rem;display:inline-flex}.btn-icon{font-size:1rem}.btn-primary,.btn-secondary,.btn-ghost{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:.5rem .9rem;font-size:.8rem;font-weight:600;transition:background-color .15s,border-color .15s,box-shadow .15s,transform 50ms}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 24px #2563eb73}.btn-primary:active{transform:translateY(0);box-shadow:0 4px 10px #2563eb59}.btn-secondary{color:#111827;background:#fff;border-color:#e5e7eb;box-shadow:0 6px 14px #0f172a0f}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.btn-secondary:active{transform:translateY(0);box-shadow:0 4px 10px #0f172a0f}.btn-ghost{color:#4b5563;background:0 0;border-style:dashed;border-color:#e5e7eb}.btn-ghost:hover{background:#f9fafb;border-color:#c7d2fe}.btn-badge{text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:.15rem .5rem;font-size:.65rem}@media (max-width:768px){.builder-right-actions{justify-content:flex-start}.btn-action{flex:auto}}.style-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;margin-bottom:.75rem;padding:.75rem .9rem;display:flex;box-shadow:0 10px 30px #0f172a0d}.style-toolbar-group{flex-direction:column;flex:1 1 0;gap:.35rem;min-width:180px;display:flex}.style-toolbar-label{color:#4b5563;font-size:.8rem;font-weight:600}.style-toolbar-field{color:#6b7280;justify-content:space-between;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.style-toolbar-field span{flex-shrink:0}.style-toolbar-field select,.style-toolbar-field input[type=color],.style-toolbar-field input[type=range]{cursor:pointer}.style-toolbar-field select{background:#f9fafb;border:1px solid #d1d5db;border-radius:999px;padding:4px 8px;font-size:.75rem}.style-toolbar-field input[type=color]{background:0 0;border:1px solid #d1d5db;border-radius:999px;width:38px;height:22px;padding:0}.style-toolbar-field input[type=range]{flex:1}@media (min-width:900px){.style-toolbar{align-items:flex-start}}.builder-right-header{flex-direction:column;gap:.75rem;margin-bottom:.75rem;display:flex}.builder-right-header-main{flex-direction:column;gap:.15rem;display:flex}.builder-right-title{color:#111827;margin:0;font-size:1.05rem;font-weight:600}.builder-right-subtitle{color:#6b7280;margin:0;font-size:.8rem}.builder-right-toolbar{flex-direction:column;gap:.5rem;display:flex}@media (min-width:900px){.builder-right-header{flex-direction:row;justify-content:space-between;align-items:flex-end}.builder-right-toolbar{flex-direction:row;justify-content:flex-end;align-items:center}}.builder-template-tabs{background:#e5e7eb;border-radius:999px;align-items:center;gap:2px;padding:2px;display:inline-flex}.builder-template-tabs button{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.3rem .8rem;font-size:.78rem;transition:background-color .15s,color .15s,box-shadow .15s}.builder-template-tabs button:hover{background:#d1d5db}.builder-template-tabs button.active{color:#f9fafb;background:#2563eb;box-shadow:0 4px 12px #2563eb66}.builder-export-buttons{flex-wrap:wrap;gap:.4rem;display:flex}.btn-chip{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.38rem .9rem;font-size:.78rem;font-weight:500;transition:background-color .15s,border-color .15s,box-shadow .15s,transform 50ms;display:inline-flex}.btn-chip-icon{font-size:.95rem}.btn-chip-primary{color:#f9fafb;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 18px #2563eb59}.btn-chip-primary:hover{transform:translateY(-1px);box-shadow:0 12px 24px #2563eb73}.btn-chip-secondary{color:#111827;background:#fff;border-color:#e5e7eb;box-shadow:0 6px 14px #0f172a0f}.btn-chip-secondary:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.btn-chip-ghost{color:#4b5563;background:0 0;border-style:dashed;border-color:#d1d5db}.btn-chip-ghost:hover{background:#f9fafb;border-color:#c7d2fe}.btn-chip-badge{color:#1d4ed8;text-transform:uppercase;letter-spacing:.06em;background:#eff6ff;border-radius:999px;padding:.1rem .45rem;font-size:.6rem}@media (max-width:600px){.builder-export-buttons{width:100%}.btn-chip{flex:auto;justify-content:center}}.builder-right-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.builder-right-title{letter-spacing:.04em;text-transform:uppercase;color:#6b7280;font-size:.95rem;font-weight:600}.builder-right-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (max-width:768px){.builder-right-header{flex-direction:column;align-items:stretch}.builder-right-actions{justify-content:flex-start}}.template-switch{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:4px;padding:3px;display:inline-flex}.template-switch button{cursor:pointer;color:#6b7280;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:0 0;border:none;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:500;transition:background-color .15s,color .15s,box-shadow .15s,transform .1s}.template-switch button:hover{color:#111827;background:#e5e7eb;transform:translateY(-1px)}.template-switch button.active{color:#fff;background:#2563eb;box-shadow:0 10px 25px #2563eb40}.btn-primary,.btn-secondary,.builder-secondary-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:background-color .15s,color .15s,box-shadow .15s,transform .1s,border-color .15s;display:inline-flex}.btn-primary{color:#fff;background:#2563eb;box-shadow:0 10px 25px #2563eb59}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 12px 30px #2563eb73}.btn-secondary{color:#111827;background:#f3f4f6;border-color:#e5e7eb}.btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.builder-secondary-btn{color:#374151;background:#fff;border-color:#e5e7eb}.builder-secondary-btn:hover{background:#f9fafb;transform:translateY(-1px)}.builder-preview-container{justify-content:center;width:100%;padding:8px 0;display:flex;overflow-x:auto}.builder-preview{width:800px;max-width:800px}@media (max-width:900px){.builder-right{overflow-x:auto}}.template-modal-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-top:16px;display:grid}.template-card{cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:12px;flex-direction:column;align-items:center;padding:8px;transition:box-shadow .15s,transform .15s,border-color .15s;display:flex}.template-card:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #0f172a2e}.template-card-active{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb66}.template-card-thumb{aspect-ratio:3/4;background:#f3f4f6;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:8px;display:flex;overflow:hidden}.template-card-thumb img{object-fit:cover;width:100%;height:100%}.template-card-title{color:#111827;text-align:center;font-size:.85rem;font-weight:600}.preview-viewport{justify-content:center;width:100%;padding:8px 0;display:flex;overflow-x:hidden}.preview-page{transform-origin:top}.preview-hidden{pointer-events:none;opacity:0;height:0;position:absolute;inset:0;overflow:hidden}@media (max-width:768px){.builder-right.preview-mobile-visible{min-height:70vh}}.auth-page{color:#111827;box-sizing:border-box;background:radial-gradient(circle at top,#eef2ff 0,#f9fafb 40%,#f3f4f6 100%);justify-content:center;align-items:stretch;min-height:100vh;padding:1.5rem 1.25rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.auth-container{background:#fffffff5;border-radius:24px;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);width:100%;max-width:1040px;display:grid;overflow:hidden;box-shadow:0 20px 50px #0f172a29}.auth-left{background:radial-gradient(circle at 0 0,#eef2ff,#fef2f2);border-right:1px solid #e5e7eb;flex-direction:column;gap:1rem;padding:2rem 2.1rem;display:flex}.auth-badge{color:#4f46e5;background:#4f46e514;border:1px solid #818cf8b3;border-radius:999px;margin-bottom:.2rem;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-flex}.auth-left-title{color:#111827;margin:0;font-size:1.7rem;line-height:1.15}.auth-left-text{color:#374151;max-width:22rem;margin:.4rem 0;font-size:.95rem}.auth-left-list{color:#374151;margin:.4rem 0;padding-left:1.1rem;font-size:.9rem}.auth-left-list li{margin-bottom:.25rem}.auth-left-foot{color:#6b7280;margin-top:auto;font-size:.85rem}.auth-right{justify-content:center;align-items:center;padding:2rem 2.1rem;display:flex}.auth-card{width:100%;max-width:360px}.auth-tabs{background:#f3f4f6;border-radius:999px;margin-bottom:1.2rem;padding:.18rem;display:inline-flex}.auth-tab-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:999px;padding:.4rem .8rem;font-size:.85rem;font-weight:500}.auth-tab-btn-active{color:#111827;background:#fff;box-shadow:0 2px 6px #94a3b88c}.auth-title{color:#111827;margin:0 0 .3rem;font-size:1.25rem}.auth-subtitle{color:#4b5563;margin:0 0 1rem;font-size:.9rem}.auth-form{flex-direction:column;gap:.8rem;display:flex}.auth-label{color:#374151;flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.auth-input{border:1px solid #e5e7eb;border-radius:999px;outline:none;padding:.6rem .9rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s,background .15s}.auth-input:focus{background:#f9fafb;border-color:#4f46e5;box-shadow:0 0 0 1px #818cf899}.auth-error{color:#b91c1c;margin:.2rem 0 0;font-size:.82rem}.auth-info{color:#166534;margin:.2rem 0 0;font-size:.82rem}.auth-submit-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#4f46e5,#ec4899);border:none;border-radius:999px;width:100%;margin-top:.5rem;padding:.7rem 1.2rem;font-size:.95rem;font-weight:500;transition:transform .12s,box-shadow .15s,filter .12s;box-shadow:0 10px 25px #4f46e58c}.auth-submit-btn:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 14px 35px #4f46e5a6}.auth-submit-btn:disabled{opacity:.7;cursor:default;box-shadow:none}.auth-small-text{color:#6b7280;margin-top:.8rem;font-size:.78rem}@media (max-width:768px){.auth-page{padding:1.25rem 1rem}.auth-container{grid-template-columns:minmax(0,1fr)}.auth-left{border-bottom:1px solid #e5e7eb;border-right:none;padding:1.4rem 1.3rem}.auth-left-title{font-size:1.4rem}.auth-right{padding:1.4rem 1.3rem 1.6rem}.auth-card{max-width:100%}}.auth-forgot-password{color:#4f46e5;cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-top:-.5rem;margin-bottom:.75rem;padding:0;font-size:.85rem;text-decoration:underline}.auth-forgot-password:hover{color:#4338ca}.blog-page{color:#0f172a;background:radial-gradient(circle at 0 0,#ffe7c7 0,#0000 55%),radial-gradient(circle at 100% 100%,#e0f4ff 0,#0000 50%),#fff7ed;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,sans-serif}.blog-main{padding:3rem 0 4.5rem}.blog-main-list,.blog-main-post{padding-top:5.2rem}.blog-container{box-sizing:border-box;max-width:1120px;margin:0 auto;padding:0 1.5rem}.blog-list-hero{padding-bottom:1.7rem}.blog-list-hero-card{background:#fffaf3;border-radius:2rem;padding:2.1rem 2.3rem 2.2rem;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a26,0 0 0 1px #f8fafcb3}.blog-list-hero-card:before{content:"";opacity:.75;pointer-events:none;background:radial-gradient(circle at 0 0,#fb923c42,#0000 60%),radial-gradient(circle at 80% 40%,#60a5fa3d,#0000 60%);position:absolute;inset:-40%}.blog-list-hero-card>*{z-index:1;position:relative}.blog-kicker{text-transform:uppercase;letter-spacing:.14em;color:#9a3412;background:#ffffffe6;border:1px solid #f8ab5e80;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.7rem;padding:.25rem .8rem;font-size:.7rem;display:inline-flex}.blog-list-title{letter-spacing:-.03em;color:#111827;margin:0 0 .5rem;font-size:2.2rem;line-height:1.2}.blog-list-subtitle{color:#4b5563;max-width:40rem;margin:0;font-size:.98rem;line-height:1.6}.blog-list-section{padding-top:.8rem}.blog-alert{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:.9rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.blog-filters{flex-wrap:wrap;gap:.55rem;margin-bottom:1.8rem;display:flex}.blog-filter-chip{color:#4b5563;cursor:pointer;background:#fffffff2;border:1px solid #94a3b899;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;transition:background .12s,color .12s,border-color .12s,transform .1s,box-shadow .12s}.blog-filter-chip:hover{background:#fff7ed;border-color:#f8ab5ee6;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a1a}.blog-filter-chip-active{color:#111827;background:linear-gradient(135deg,#f97316,#facc15);border-color:#0000;box-shadow:0 14px 32px #f8ab5eb3}.blog-list-skeleton{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.blog-card-skeleton{background:linear-gradient(120deg,#fee2c5,#fff7ed,#fee2c5) 0 0/200% 100%;border-radius:1.2rem;height:240px;animation:1.2s ease-in-out infinite blog-skeleton}@keyframes blog-skeleton{0%{background-position:0%}to{background-position:100%}}.blog-empty{color:#6b7280;font-size:.95rem}.blog-list-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem;display:grid}.blog-card{background:#fff;border:1px solid #0f172a0f;border-radius:1.3rem;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 14px 36px #0f172a14}.blog-card:hover{border-color:#f8ab5ee6;transform:translateY(-4px);box-shadow:0 22px 50px #0f172a2e}.blog-card-image-link{text-decoration:none;display:block}.blog-card-image-wrapper{background:#fee2c5;padding-top:62%;position:relative;overflow:hidden}.blog-card-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.blog-card:hover .blog-card-image-wrapper img{transform:scale(1.04)}.blog-card-body{flex-direction:column;gap:.7rem;padding:1.15rem 1.3rem 1.3rem;display:flex}.blog-card-meta{color:#6b7280;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.blog-card-category{text-transform:uppercase;letter-spacing:.08em;color:#ea580c;font-weight:600}.blog-card-dot{font-size:.8rem}.blog-card-title{margin:0;font-size:1.05rem;line-height:1.4}.blog-card-title a{color:#111827;text-decoration:none}.blog-card-title a:hover{text-decoration:underline}.blog-card-intro{color:#4b5563;font-size:.9rem;line-height:1.6}.blog-card-link{color:#f97316;align-self:flex-start;margin-top:.35rem;font-size:.9rem;font-weight:500;text-decoration:none}.blog-card-link:hover{text-decoration:underline}.blog-post-hero{padding-bottom:1.85rem}.blog-post-hero-inner{background:#fffaf3;border-radius:1.9rem;padding:1.8rem 1.9rem 1.75rem;position:relative;overflow:hidden;box-shadow:0 22px 54px #0f172a26,0 0 0 1px #f8fafcb3}.blog-post-hero-inner:before{content:"";opacity:.8;pointer-events:none;background:radial-gradient(circle at 0 0,#fb923c3d,#0000 60%),radial-gradient(circle at 90% 20%,#60a5fa33,#0000 60%);position:absolute;inset:-40%}.blog-post-hero-content,.blog-post-hero-image{z-index:1;position:relative}.blog-breadcrumb{color:#6b7280;margin-bottom:.75rem;font-size:.8rem}.blog-breadcrumb a{color:inherit;text-decoration:none}.blog-breadcrumb a:hover{text-decoration:underline}.blog-hero-meta{color:#6b7280;align-items:center;gap:.4rem;margin-bottom:.4rem;font-size:.85rem;display:flex}.blog-hero-category{text-transform:uppercase;letter-spacing:.1em;color:#ea580c;font-weight:600}.blog-hero-dot{font-size:.8rem}.blog-post-title{color:#111827;margin:0 0 .7rem;font-size:2rem;line-height:1.25}.blog-post-intro{color:#4b5563;max-width:42rem;margin:0;font-size:1rem;line-height:1.7}.blog-post-hero-image{max-width:420px;margin-top:1.25rem}.blog-post-hero-image img{object-fit:cover;border-radius:.9rem;width:100%;max-height:220px;margin:0 auto;display:block;box-shadow:0 18px 40px #0f172a33}.blog-post-content-section{padding-top:.7rem}.blog-post-main-inner{display:block}.blog-article{background:#fff;border:1px solid #0f172a0f;border-radius:1.3rem;padding:1.6rem 1.6rem 1.9rem;box-shadow:0 18px 44px #0f172a1f}.blog-article-body,.blog-article-html{color:#111827;font-size:1rem;line-height:1.8}.blog-article-heading{margin:1.75rem 0 .7rem;font-size:1.35rem}.blog-article-subheading{margin:1.4rem 0 .5rem;font-size:1.1rem}.blog-article-paragraph{margin:.4rem 0 1.05rem}.blog-article-list{margin:.4rem 0 1.1rem 1.1rem;padding:0}.blog-article-list li{margin:.25rem 0}.blog-sidebar{margin-top:1.6rem}.blog-toc-title{color:#111827;margin-bottom:.35rem;font-size:.95rem;font-weight:600}.blog-toc-text{color:#4b5563;margin-bottom:.8rem;font-size:.9rem}.blog-bottom-cta{margin-top:4rem;padding:3rem 0 4.5rem}.blog-bottom-card{background:linear-gradient(90deg,#fff,#f7fbff);border:1px solid #94a3b859;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:2rem;padding:1.8rem 2.2rem;display:flex;box-shadow:0 18px 40px #0f172a1f}.blog-bottom-copy{flex:1}.blog-bottom-label{text-transform:uppercase;letter-spacing:.12em;color:#6b7280;margin-bottom:.25rem;font-size:.8rem}.blog-bottom-title{letter-spacing:-.03em;margin:0 0 .4rem;font-size:1.4rem}.blog-bottom-text{color:#374151;max-width:36rem;margin:0;font-size:.95rem}.blog-bottom-card .btn-primary{flex-shrink:0}@media (max-width:768px){.blog-bottom-card{flex-direction:column;align-items:flex-start;padding:1.5rem 1.4rem}.blog-bottom-card .btn-primary{justify-content:center;width:100%}.blog-bottom-text{max-width:none}}.btn-primary{color:#111827;cursor:pointer;background:linear-gradient(135deg,#f97316,#facc15);border:none;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.6rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,transform .1s,box-shadow .1s,filter .15s;display:inline-flex;box-shadow:0 12px 28px #f8ab5eb3}.btn-primary:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 16px 36px #f8ab5ee6}.btn-primary.btn-sm{padding:.5rem 1.25rem;font-size:.88rem;box-shadow:0 8px 18px #f8ab5eb3}.btn-primary.btn-lg{padding:.9rem 2.3rem;font-size:1rem}@media (min-width:900px){.blog-main{padding-bottom:5rem}.blog-post-hero-inner{grid-template-columns:minmax(0,1.9fr) minmax(260px,1.1fr);align-items:center;gap:2.1rem;display:grid}.blog-post-hero-image{max-width:none;margin-top:0}.blog-post-content-section{padding-top:1.25rem}.blog-post-main-inner{grid-template-columns:minmax(0,1.9fr) minmax(240px,.95fr);align-items:flex-start;gap:2rem;display:grid}}@media (max-width:768px){.blog-main{padding:3rem 0 3.5rem}.blog-container{padding:0 1.25rem}.blog-list-hero-card{padding:1.7rem 1.7rem 1.8rem}.blog-list-title{font-size:1.8rem}.blog-post-title{font-size:1.7rem}.blog-article{padding:1.4rem 1.3rem 1.6rem}.blog-bottom-card{padding:1.7rem 1.5rem}}@media (max-width:600px){.blog-container{padding:0 1.1rem}.blog-list-hero-card{padding:1.55rem 1.4rem 1.7rem}.blog-post-hero-inner{padding:1.5rem 1.4rem 1.6rem}.blog-post-hero-image img{max-height:200px}}.blog-related{border-top:1px solid #0f172a14;margin-top:3rem;padding-top:2.5rem}.blog-related-title{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.blog-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.blog-related-card{background:#fff;border-radius:1.25rem;flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s,translate .18s;display:flex;overflow:hidden;box-shadow:0 18px 45px #0f172a14}.blog-related-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px #0f172a1f}.blog-related-image-wrapper{aspect-ratio:16/9;width:100%;overflow:hidden}.blog-related-image{object-fit:cover;width:100%;height:100%}.blog-related-content{padding:1.1rem 1.2rem 1.2rem}.blog-related-category{text-transform:uppercase;letter-spacing:.08em;color:#f97316;margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:inline-block}.blog-related-card-title{color:#0f172a;margin-bottom:.45rem;font-size:1rem;font-weight:700}.blog-related-intro{color:#4b5563;margin-bottom:.75rem;font-size:.9rem}.blog-related-link{color:#2563eb;font-size:.85rem;font-weight:600}@media (max-width:900px){.blog-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blog-related-grid{grid-template-columns:1fr}}.blog-article-html{color:#111827;font-size:1rem;line-height:1.7}.blog-article-html h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.blog-article-html h3{margin-top:1.6rem;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.blog-article-html p{margin:0 0 .75rem}.blog-article-html li{margin:.15rem 0}.blog-article-html pre{white-space:pre-line;background:0 0;border:none;margin:0 0 1rem;padding:0;font-family:inherit;font-size:1rem;line-height:1.7}.blog-sidebar{flex-direction:column;flex-shrink:0;gap:1rem;width:320px;display:flex}.blog-sidebar-card{background:#fff;border:1px solid #94a3b840;border-radius:1.4rem;padding:1.3rem 1.4rem;box-shadow:0 18px 40px #0f172a14}.blog-sidebar-card-main{background:radial-gradient(circle at 0 0,#ffedd5,#fff)}.blog-sidebar-chip{text-transform:uppercase;letter-spacing:.12em;color:#b45309;background:#f8c47140;border-radius:999px;align-items:center;margin-bottom:.5rem;padding:.15rem .6rem;font-size:.7rem;display:inline-flex}.blog-sidebar-title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.blog-sidebar-text{color:#4b5563;margin:0 0 .6rem;font-size:.85rem}.blog-sidebar-list{color:#4b5563;margin:0 0 .75rem 1rem;padding:0;font-size:.82rem}.blog-sidebar-list li{margin-bottom:.25rem}.blog-sidebar-btn{justify-content:center;width:100%}.blog-sidebar-card-secondary{background:#f9fafb}.blog-sidebar-secondary-title{margin:0 0 .3rem;font-size:.9rem;font-weight:600}.blog-sidebar-secondary-text{color:#4b5563;margin:0 0 .35rem;font-size:.82rem}.blog-sidebar-secondary-link{color:#1d4ed8;text-underline-offset:2px;font-size:.8rem;text-decoration:underline}@media (max-width:1024px){.blog-post-main-inner{flex-direction:column}.blog-sidebar{width:100%}.blog-sidebar-card{border-radius:1.2rem}.blog-sidebar-btn{width:100%}}.blog-article-html ul,.blog-article-html ol{margin:0 0 .9rem 1.3rem;padding:0}.blog-article-html li{padding:0;line-height:1.4;margin:.1rem 0!important}.blog-article-html li p{margin:0!important}.blog-article-html p{margin-top:0;margin-bottom:.7rem}.blog-article-html p:empty{display:none}.blog-article-html p:has(br:only-child){display:none}.contact-page{color:#111827;background:#f9fafb;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-main{box-sizing:border-box;max-width:980px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.contact-hero{margin-bottom:1.8rem}.contact-title{margin:0 0 .4rem;font-size:1.8rem}.contact-subtitle{color:#4b5563;margin:0;font-size:.95rem}.contact-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:2rem;display:grid}.contact-form-card{background:#fff;border-radius:18px;padding:1.3rem 1.4rem 1.4rem;box-shadow:0 12px 30px #0f172a14}.contact-form-title{margin:0 0 .2rem;font-size:1.1rem}.contact-form-text{color:#6b7280;margin:0 0 .9rem;font-size:.85rem}.contact-form{flex-direction:column;gap:.75rem;display:flex}.contact-field{flex-direction:column;gap:.2rem;font-size:.86rem;display:flex}.contact-field label{font-weight:500}.contact-required{color:#dc2626}.contact-field input,.contact-field select,.contact-field textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:.45rem .6rem;font-family:inherit;font-size:.88rem}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e533}.contact-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#ec4899);border:none;border-radius:999px;justify-content:center;align-items:center;margin-top:.4rem;padding:.55rem 1.2rem;font-size:.9rem;font-weight:500;display:inline-flex}.contact-submit-btn:disabled{opacity:.7;cursor:default}.contact-status{margin-top:.4rem;font-size:.8rem}.contact-status-success{color:#15803d}.contact-status-error{color:#b91c1c}.contact-hint{color:#6b7280;margin-top:.35rem;font-size:.78rem}.contact-info-card{color:#e5e7eb;background:#111827;border-radius:18px;padding:1.3rem 1.4rem 1.4rem;font-size:.88rem}.contact-info-title{margin:0 0 .5rem;font-size:1.05rem}.contact-info-card p{margin:0 0 .8rem}.contact-info-block h3{color:#f9fafb;margin:0 0 .25rem;font-size:.9rem}.contact-info-block p{margin:0 0 .55rem}.contact-info-block a{color:#93c5fd;text-decoration:none}.contact-info-block a:hover{text-decoration:underline}.contact-info-block ul{margin:0;padding-left:1rem}.contact-info-block li{margin-bottom:.25rem}@media (max-width:900px){.contact-main{padding:2rem 1.1rem 2.5rem}.contact-grid{grid-template-columns:minmax(0,1fr)}.contact-info-card{order:-1}}.app-header{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#fff7edf5,#fff7ede0);border-bottom:1px solid #f8ab5e59;position:fixed;inset:0 0 auto;box-shadow:0 14px 35px #0f172a1f}.app-header-inner{box-sizing:border-box;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1120px;margin:0 auto;padding:.7rem 1.5rem;display:flex}.app-header-logo-btn{cursor:pointer;color:#111827;background:0 0;border:none;align-items:center;gap:.55rem;padding:0;display:inline-flex}.app-header-logo-mark{color:#111827;background:radial-gradient(circle at 30% 0,#fed7aa,#f97316);border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 10px 25px #f8ab5ecc}.app-header-brand-text{flex-direction:column;align-items:flex-start;display:flex}.app-header-brand-name{color:#ec9646;font-size:1rem;font-weight:600}.app-header-brand-tagline{color:#6b7280;font-size:.75rem}.app-header-logo-sparkles{color:#f97316;opacity:.7}.app-header-nav{align-items:center;gap:1.4rem;font-size:.9rem;display:flex}.app-header-nav-link{color:#4b5563;opacity:.9;padding-bottom:.1rem;text-decoration:none;transition:opacity .15s,color .15s;position:relative}.app-header-nav-link:hover,.app-header-nav-link.active{opacity:1;color:#111827}.app-header-nav-link.active:after{content:"";background:linear-gradient(90deg,#f97316,#facc15);border-radius:999px;height:2px;position:absolute;bottom:-.2rem;left:0;right:0}.app-header-actions{align-items:center;gap:.75rem;display:flex}.app-header-btn{cursor:pointer;white-space:nowrap;color:#111827;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .95rem;font-size:.83rem;font-weight:500;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s,color .16s;display:inline-flex}.app-header-btn.ghost{background:#ffffffe6;border-color:#f8ab5eb3}.app-header-btn.ghost:hover{color:#f9fafb;background:#111827;border-color:#111827;transform:translateY(-1px);box-shadow:0 12px 30px #0f172a40}.app-header-btn.primary{color:#111827;background:linear-gradient(135deg,#f97316,#facc15);border:none;box-shadow:0 14px 35px #f8ab5ebf}.app-header-btn.primary:hover{filter:brightness(1.03);transform:translateY(-1px)}.app-header-btn.outline{color:#111827;background:#ffffffd9;border-color:#94a3b8b3}.app-header-btn.outline:hover{color:#b91c1c;border-color:#ef4444e6}.app-header-user-label{color:#6b7280;font-size:.8rem}.app-header-btn-full{justify-content:center;width:100%}.app-header-mobile-toggle{color:#111827;cursor:pointer;background:#fffc;border:none;border-radius:999px;padding:.4rem .5rem;display:none;box-shadow:0 10px 25px #f8ab5ea6}.app-header-mobile-menu{box-sizing:border-box;opacity:0;pointer-events:none;max-width:1120px;max-height:0;margin:0 auto;padding:0 1.5rem;transition:max-height .25s,opacity .2s,transform .2s;overflow:hidden;transform:translateY(-6px)}.app-header-mobile-menu--open{opacity:1;pointer-events:auto;max-height:400px;transform:translateY(0)}.app-header-mobile-nav{border-top:1px solid #f8ab5e80;flex-direction:column;gap:.75rem;padding-top:.75rem;padding-bottom:.5rem;display:flex}.app-header-mobile-nav .app-header-nav-link{opacity:.95;font-size:.9rem}.app-header-mobile-actions{flex-direction:column;gap:.5rem;padding-bottom:.9rem;display:flex}@media (max-width:960px){.app-header-inner{gap:1rem}.app-header-nav{gap:1rem;font-size:.85rem}}@media (max-width:780px){.app-header-inner{padding-inline:1rem}.app-header-brand-tagline,.app-header-nav,.app-header-actions{display:none}.app-header-mobile-toggle{justify-content:center;align-items:center;display:inline-flex}.app-header-mobile-menu{background:linear-gradient(#fff7edfa,#fff7edf2);border-bottom-right-radius:1.3rem;border-bottom-left-radius:1.3rem;padding-inline:1rem;box-shadow:0 18px 40px #0f172a26}}@media (max-width:480px){.app-header-inner{padding-inline:.9rem}.app-header-logo-mark{width:30px;height:30px;font-size:.85rem}.app-header-brand-name{font-size:.95rem}}.app-footer{color:#e5e7eb;background:radial-gradient(circle at top,#1e40afb3,#0000 55%),radial-gradient(circle at bottom,#fb923c8c,#0000 55%),#020617;border-top:1px solid #1e40af99;margin-top:4rem}.app-footer-inner{box-sizing:border-box;max-width:1120px;margin:0 auto;padding:3.25rem 1.5rem 2.5rem}.app-footer-cta{color:#111827;background:radial-gradient(circle at 0 0,#fed7aa,#f97316);border-radius:1.8rem;justify-content:space-between;align-items:center;gap:1.75rem;padding:1.9rem 2rem;display:flex;box-shadow:0 24px 60px #0f172abf,0 0 0 1px #f8fafcd9}.app-footer-cta-text{flex:auto}.app-footer-cta-eyebrow{text-transform:uppercase;letter-spacing:.09em;color:#92400e;background:#ffffffb3;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.7rem;padding:.2rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.app-footer-cta-title{letter-spacing:-.03em;margin:0 0 .4rem;font-size:1.6rem}.app-footer-cta-subtitle{color:#4b5563;max-width:26rem;margin:0;font-size:.95rem}.app-footer-cta-badges{flex-wrap:wrap;gap:.4rem;margin-top:.9rem;display:flex}.app-footer-cta-badge{color:#374151;background:#fffc;border-radius:999px;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.78rem;display:inline-flex}.app-footer-cta-icon{width:16px;height:16px}.app-footer-cta-actions{flex-direction:column;flex:none;align-items:flex-end;gap:.5rem;display:flex}.app-footer-cta-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .16s,color .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.app-footer-cta-btn-primary{color:#f9fafb;background:#111827;box-shadow:0 16px 40px #0f172ae6}.app-footer-cta-btn-primary:hover{transform:translateY(-1px);box-shadow:0 20px 52px #0f172a}.app-footer-cta-btn-secondary{color:#111827;background:#ffffffe6;border-color:#0f172a1f}.app-footer-cta-btn-secondary:hover{color:#111827;background:#f97316;border-color:#0000}.app-footer-main{align-items:flex-start;gap:3rem;margin-top:2.6rem;display:flex}.app-footer-brand-block{flex:1.2 1 0}.app-footer-logo-btn{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;gap:.7rem;padding:0;display:inline-flex}.app-footer-logo-mark{color:#e5e7eb;background:radial-gradient(circle at 30% 0,#a5b4fc,#4f46e5);border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 10px 25px #0f172ae6}.app-footer-brand-text{flex-direction:column;align-items:flex-start;display:flex}.app-footer-brand-name{font-size:1rem;font-weight:600}.app-footer-brand-tagline{color:#9ca3af;font-size:.8rem}.app-footer-description{color:#9ca3af;max-width:20rem;margin-top:.85rem;font-size:.9rem}.app-footer-columns{flex:1.4 1 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem;display:grid}.app-footer-column-title{color:#e5e7eb;margin:0 0 .7rem;font-size:.9rem;font-weight:600}.app-footer-link{color:#cbd5f5;opacity:.8;margin-bottom:.35rem;font-size:.86rem;text-decoration:none;transition:opacity .16s,transform .16s,color .16s;display:block}.app-footer-link:hover{opacity:1;color:#fff;transform:translate(2px)}.app-footer-link-muted{opacity:.7;font-size:.82rem}.app-footer-bottom{color:#9ca3af;border-top:1px solid #94a3b859;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.1rem;padding-top:1.1rem;font-size:.8rem;display:flex}.app-footer-bottom-links{gap:.9rem;display:flex}.app-footer-bottom-link{color:inherit;opacity:.8;text-decoration:none;transition:opacity .16s,color .16s}.app-footer-bottom-link:hover{opacity:1;color:#e5e7eb}@media (max-width:960px){.app-footer-cta{gap:1.4rem;padding:1.7rem 1.6rem}.app-footer-main{flex-direction:column;gap:2rem}.app-footer-description{max-width:none}.app-footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.app-footer-inner{padding-inline:1.25rem}.app-footer-cta{flex-direction:column;align-items:flex-start}.app-footer-cta-actions{align-items:flex-start}.app-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.app-footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width:540px){.app-footer-inner{padding-inline:1rem}.app-footer-cta{padding:1.5rem 1.3rem}.app-footer-cta-title{font-size:1.4rem}.app-footer-cta-actions{width:100%}.app-footer-cta-btn{justify-content:center;width:100%}.app-footer-columns{grid-template-columns:minmax(0,1fr)}.app-footer-bottom{align-items:flex-start}}:root{--bg-page:#fff7eb;--bg-page-gradient-start:#fff7eb;--bg-page-gradient-end:#ffefc2;--bg-page-highlight:#ffe4b5;--bg-card:#fff;--primary-orange:#f97316;--primary-orange-light:#fbbf24;--primary-orange-soft:#ffedd5;--text-main:#111827;--text-muted:#6b7280;--border-soft:#e5e7eb}.admin-layout{background:radial-gradient(circle at top left,var(--bg-page-highlight)0,transparent 55%),radial-gradient(circle at bottom right,#fff1cc 0,transparent 60%),linear-gradient(to bottom,var(--bg-page-gradient-start),var(--bg-page-gradient-end));min-height:calc(100vh - 64px);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.admin-sidebar{border-right:1px solid var(--border-soft);background:linear-gradient(#fffaf3,#fffbeb);flex-direction:column;gap:1.5rem;width:230px;padding:1rem;display:flex}.admin-main{flex-direction:column;flex:1;display:flex}.admin-sidebar-logo{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;gap:.6rem;padding:.25rem .4rem;display:inline-flex}.admin-sidebar-logo-mark{color:#1f2933;background:radial-gradient(circle at 30% 0,#fed7aa,#f97316);border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex}.admin-sidebar-logo-text{color:var(--text-main);font-size:.9rem;font-weight:500}.admin-sidebar-nav{flex-direction:column;gap:.3rem;display:flex}.admin-sidebar-link{color:var(--text-main);opacity:.9;border-radius:.75rem;padding:.4rem .6rem;font-size:.9rem;text-decoration:none;transition:background .15s,color .15s,transform .15s;display:block}.admin-sidebar-link:hover{background:var(--primary-orange-soft);color:#c2410c;transform:translateY(-1px)}.admin-sidebar-link-active{background:var(--primary-orange-soft);color:#c2410c;opacity:1}.admin-topbar{border-bottom:1px solid var(--border-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;justify-content:space-between;align-items:center;padding:.9rem 1.8rem;display:flex}.admin-topbar-title{margin:0;font-size:1.1rem}.admin-topbar-subtitle{color:var(--text-muted);margin:.1rem 0 0;font-size:.8rem}.admin-topbar-badge{color:#c2410c;background:var(--primary-orange-soft);border:1px solid #f8942266;border-radius:999px;padding:.15rem .55rem;font-size:.75rem}.admin-content{padding:1.5rem 1.8rem 2rem}.admin-page{max-width:1100px}.admin-page-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.admin-page-title{margin:0;font-size:1.3rem}.admin-page-subtitle{color:var(--text-muted);margin:.2rem 0 0;font-size:.85rem}.admin-page-header-actions{align-items:center;gap:.7rem;display:flex}.admin-card{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:1rem;margin-bottom:1rem;padding:1rem 1.1rem;box-shadow:0 18px 40px #0f172a14}.admin-card-muted{opacity:.9;border-style:dashed}.admin-card-title{margin:0 0 .5rem;font-size:.95rem}.admin-empty{text-align:center;padding:1.5rem .5rem;font-size:.9rem}.admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #0f172a0f;padding:.55rem .4rem}.admin-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.78rem}.admin-table-slug{color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem}.admin-table-actions{gap:.3rem;display:flex}.admin-field{flex-direction:column;gap:.2rem;margin-bottom:.55rem;font-size:.85rem;display:flex}.admin-field span{color:var(--text-main);font-size:.8rem}.admin-field input,.admin-field select,.admin-field textarea{border:1px solid var(--border-soft);color:var(--text-main);background:#fff;border-radius:.5rem;outline:none;padding:.4rem .45rem;font-size:.85rem}.admin-field textarea{resize:vertical}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{border-color:var(--primary-orange);box-shadow:0 0 0 1px #f9731633}.admin-field-help{color:var(--text-muted);font-size:.75rem}.admin-field-help-error{color:#b91c1c}.admin-btn{cursor:pointer;color:var(--text-main);background:0 0;border:1px solid #0000;border-radius:999px;padding:.4rem .95rem;font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s}.admin-btn.primary{background:linear-gradient(90deg,var(--primary-orange),var(--primary-orange-light));color:#fff;border:none;box-shadow:0 12px 30px #f894228c}.admin-btn.primary:hover{filter:brightness(1.03);transform:translateY(-1px)scale(1.01);box-shadow:0 16px 40px #f89422b3}.admin-btn.outline{border-color:var(--border-soft);color:var(--text-main);background:#fff}.admin-btn.outline:hover{border-color:var(--primary-orange-soft);background:#f9fafb}.admin-link-button{color:var(--primary-orange);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:none}.admin-link-button:hover{text-decoration:underline}.admin-select.small{padding:.3rem .7rem;font-size:.8rem}.admin-editor-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr) minmax(0,.9fr);align-items:flex-start;gap:1rem;display:grid}.admin-editor-sidebar-left,.admin-editor-sidebar-right,.admin-editor-main{min-width:0}.admin-muted-text{color:var(--text-muted);font-size:.8rem}.admin-seo-checklist{color:var(--text-muted);margin:.2rem 0 0;padding-left:0;font-size:.8rem;list-style:none}.admin-field-help-row{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.15rem;display:flex}.admin-seo-suggest{font-size:.75rem}.admin-seo-preview{border:1px solid var(--border-soft);background:#fff;border-radius:.75rem;margin-top:.9rem;padding:.75rem .85rem}.admin-seo-preview-url{color:#16a34a;margin-bottom:.1rem;font-size:.75rem}.admin-seo-preview-title{color:#1f2937;margin-bottom:.1rem;font-size:.9rem;font-weight:600}.admin-seo-preview-description{color:var(--text-muted);font-size:.8rem}@media (max-width:1024px){.admin-editor-layout{grid-template-columns:minmax(0,1fr)}.admin-editor-sidebar-left,.admin-editor-sidebar-right,.admin-editor-main{width:100%}}@media (max-width:800px){.admin-sidebar{display:none}.admin-topbar,.admin-content{padding-inline:1rem}}.admin-field-richtext .ql-container{font-size:.9rem}.admin-field-richtext .ql-editor{min-height:260px;padding-left:0;padding-right:0}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{white-space:nowrap;width:1.2em;display:inline-block}.ql-editor li:not(.ql-direction-rtl):before{text-align:right;margin-left:-1.5em;margin-right:.3em}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal)". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha)". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman)". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal)". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha)". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman)". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal)". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha)". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman)". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal)". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{vertical-align:middle;display:inline-block}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2px}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1px}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-bubble .ql-editor code{padding:2px 4px;font-size:85%}.ql-bubble .ql-editor pre.ql-syntax{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-bubble .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-bubble .ql-picker-label:before{line-height:22px;display:inline-block}.ql-bubble .ql-picker-options{white-space:nowrap;background-color:#444;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-bubble .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{color:#fff;background-color:#444;border-radius:25px}.ql-bubble .ql-tooltip-arrow{content:" ";border-left:6px solid #0000;border-right:6px solid #0000;margin-left:-6px;display:block;position:absolute;left:50%}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{color:#fff;background:0 0;border:none;outline:none;width:100%;height:100%;padding:10px 20px;font-size:13px;position:absolute}.ql-bubble .ql-tooltip-editor a{position:absolute;top:10px;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{white-space:nowrap;position:relative}.ql-container.ql-bubble:not(.ql-disabled) a:before{color:#fff;content:attr(href);z-index:1;background-color:#444;border-radius:15px;padding:5px 15px;font-size:12px;font-weight:400;text-decoration:none;top:-5px;overflow:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:after{content:" ";border-top:6px solid #444;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;top:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{visibility:hidden;margin-left:50%;transition:visibility 0s .2s;position:absolute;left:0;transform:translate(-50%,-100%)}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{padding-top:54px}
