:root{--pink:#f7c5d1;--turquoise:#b8e3e3;--lavender:#ddd0f0;--peach:#fbdbb8;--mint:#c8ead8;--yellow:#faf0b8;--bg:#fef8fa;--white:#fff;--text:#2a1a2a;--muted:#8a7a8a;--border:#2a1a2a;--radius:4px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:var(--font-nunito),"Nunito",sans-serif;line-height:1.75;min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}a{color:inherit;text-decoration:none}.header{background:linear-gradient(135deg,#fbcfdb,#e8d0f5 50%,#c5e5ef);border-bottom:3px solid var(--border);display:flex;flex-direction:column;gap:1rem;padding:1.5rem 2.5rem 1.25rem;position:relative;overflow:hidden}.header:before{width:320px;height:320px;background:hsla(0,0%,100%,.16);top:-200px;left:-100px}.header:after,.header:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.header:after{width:180px;height:180px;background:hsla(0,0%,100%,.13);bottom:-90px;right:-60px}.header-top{display:flex;align-items:center;position:relative;z-index:2}.header-brand-group{display:flex;align-items:center;gap:1.1rem;flex:1 1}.header-photo{width:96px;height:96px;border-radius:50%;object-fit:cover;object-position:left top;border:3px solid var(--border);box-shadow:0 0 0 6px hsla(0,0%,100%,.55),0 6px 24px rgba(42,26,42,.18);display:block;flex-shrink:0}.header-brand-text{display:flex;flex-direction:column;gap:.5rem}.header-brand{display:block;font-family:var(--font-pacifico),"Pacifico",cursive;font-size:clamp(1.9rem,3vw,2.6rem);color:var(--text);line-height:1.3}.header-tagline{font-size:.72rem;font-weight:700;color:var(--text);letter-spacing:.14em;text-transform:uppercase;margin:0;opacity:.68;padding-top:.2rem;border-top:1.5px solid rgba(42,26,42,.18);width:-moz-fit-content;width:fit-content}.header-nav{display:flex;justify-content:center;gap:.3rem;flex-wrap:wrap;position:relative;z-index:2}.header-nav a{font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text);padding:.35rem .9rem;border:2px solid transparent;border-radius:var(--radius);transition:background .15s,border-color .15s;white-space:nowrap}.header-nav a.nav-active,.header-nav a:hover{background:hsla(0,0%,100%,.7);border-color:var(--border)}@media (max-width:640px){.header{padding:1.25rem 1rem 1rem;gap:.75rem;align-items:center;text-align:center}.header-top{flex-direction:column;gap:.75rem}.header-brand-group{flex-direction:column;gap:.6rem}.header-brand-text{align-items:center}.header-tagline{border-top:none;padding-top:0}.header-photo{width:86px;height:86px}.header-nav{justify-content:center}}.search-form{display:flex;flex-shrink:0;position:relative;z-index:2}.search-input{width:190px;border:2px solid var(--border);border-right:none;border-radius:var(--radius) 0 0 var(--radius);padding:.4rem 1rem;font-size:.82rem;font-family:var(--font-nunito),sans-serif;color:var(--text);background:hsla(0,0%,100%,.8);outline:none;transition:width .3s}.search-input:focus{width:240px;background:#fff}.search-input::placeholder{color:var(--muted)}.search-submit{border:2px solid var(--border);border-left:none;border-radius:0 var(--radius) var(--radius) 0;padding:.4rem .85rem;background:hsla(0,0%,100%,.8);color:var(--text);cursor:pointer;display:flex;align-items:center;font-size:.85rem;transition:background .15s}.search-submit:hover{background:#fff}.btn{display:inline-block;border:2px solid var(--border);border-radius:var(--radius);box-shadow:4px 4px 0 var(--border);padding:.6rem 1.4rem;font-family:var(--font-nunito),sans-serif;font-weight:800;font-size:.88rem;cursor:pointer;background:var(--pink);color:var(--text);transition:transform .1s,box-shadow .1s;letter-spacing:.02em}.btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--border)}.btn:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--border)}.btn-turquoise{background:var(--turquoise)}.btn-lavender{background:var(--lavender)}.btn-peach{background:var(--peach)}.btn-mint{background:var(--mint)}.btn-dark{background:var(--text);color:#fff;box-shadow:4px 4px 0 var(--pink)}.btn-dark:hover{box-shadow:6px 6px 0 var(--pink)}.hero-slider{width:100%;padding:3.5rem 2rem 3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background-color .9s ease;min-height:230px;position:relative;border-bottom:3px solid var(--border)}.hero-slider:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,hsla(0,0%,100%,.5) 1px,transparent 0);background-size:20px 20px;pointer-events:none}.hero-slide-content{opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease;text-align:center;max-width:640px;position:relative;z-index:1}.hero-slide-content.visible{opacity:1;transform:translateY(0)}.hero-quote{font-family:var(--font-playfair),"Playfair Display",serif;font-style:italic;font-size:clamp(1.15rem,2.5vw,1.75rem);color:var(--text);line-height:1.7;quotes:none}.hero-dots{display:flex;gap:.5rem;margin-top:2rem;position:relative;z-index:1}.hero-dot{width:10px;height:10px;border-radius:0;border:2px solid var(--text);background:transparent;cursor:pointer;padding:0;transition:background .2s}.hero-dot.active{background:var(--text)}.container{max-width:1140px;margin:0 auto;padding:0 2rem}.section-header{display:flex;align-items:baseline;gap:.75rem;padding:2.5rem 0 1.5rem;border-bottom:3px solid var(--border);margin-bottom:2.25rem}.section-title{font-family:var(--font-pacifico),"Pacifico",cursive;font-size:1.6rem;color:var(--text)}.section-count{font-size:.82rem;color:var(--muted);font-style:italic}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;padding-bottom:5rem}.post-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);box-shadow:5px 5px 0 var(--c,#f7c5d1);display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s;overflow:hidden}.post-card:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 var(--c,#f7c5d1)}.post-card-image{height:110px;width:100%;flex-shrink:0}.post-card-body{padding:1.5rem 1.5rem 1.25rem;display:flex;flex-direction:column;flex:1 1}.post-card-category{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-bottom:.5rem;border-bottom:2px solid var(--border);padding-bottom:.4rem;width:-moz-fit-content;width:fit-content}.post-card-title{font-family:var(--font-playfair),"Playfair Display",serif;font-size:1.2rem;font-weight:700;color:var(--text);line-height:1.35;margin-bottom:.7rem}.post-card-excerpt{font-size:.9rem;color:var(--muted);line-height:1.65;flex:1 1;margin-bottom:1.25rem}.post-card-footer{display:flex;align-items:center;gap:.5rem;padding-top:.85rem;border-top:2px solid var(--border);font-size:.77rem;color:var(--muted)}.post-card-dot{opacity:.4}.post-card-link{margin-left:auto;font-weight:800;font-size:.78rem;color:var(--text);display:inline-flex;align-items:center;gap:.2rem;transition:gap .2s}.post-card:hover .post-card-link{gap:.5rem}.post-banner{width:100%;padding:3rem 2rem 2.75rem;border-bottom:3px solid var(--border)}.blog-post,.post-banner-inner{max-width:680px;margin:0 auto}.blog-post{padding:2.5rem 2rem 4rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--text);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2.5rem;border:2px solid var(--border);padding:.35rem .9rem;border-radius:var(--radius);box-shadow:3px 3px 0 var(--border);transition:transform .1s,box-shadow .1s}.back-link:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--border)}.post-category{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-bottom:.6rem}.post-title{font-family:var(--font-playfair),"Playfair Display",serif;font-size:clamp(1.9rem,5vw,2.7rem);color:var(--text);line-height:1.25;margin-bottom:.75rem}.post-meta{font-size:.85rem;color:var(--muted);display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.post-meta-dot{opacity:.4}.post-date{font-size:.85rem;color:var(--muted)}.post-divider{border:none;height:3px;background:var(--border);margin:2.5rem 0}.post-content{font-size:1.05rem;line-height:1.95;color:var(--text)}.post-content p{margin-bottom:1.4rem}.post-content h2{font-family:var(--font-playfair),"Playfair Display",serif;font-size:1.3rem;font-weight:700;color:var(--text);margin-top:2.25rem;margin-bottom:.75rem;border-left:4px solid var(--pink);padding-left:.75rem}.post-content em{font-style:italic;color:var(--muted)}.post-content img{max-width:100%;height:auto;box-shadow:4px 4px 0 var(--border);margin:1.5rem 0;display:block}.post-content img,.reaction-bar{border:2px solid var(--border);border-radius:var(--radius)}.reaction-bar{margin:2.5rem 0;padding:1.5rem;box-shadow:4px 4px 0 var(--peach);background:var(--white)}.reaction-label{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.9rem}.reaction-buttons{display:flex;gap:.6rem;flex-wrap:wrap}.reaction-btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border:2px solid var(--border);border-radius:var(--radius);box-shadow:3px 3px 0 var(--border);background:var(--white);cursor:pointer;transition:transform .1s,box-shadow .1s,background .15s;line-height:1}.reaction-emoji{font-size:1.4rem;line-height:1}.reaction-count{font-size:.78rem;font-weight:800;color:var(--text);min-width:1ch}.reaction-btn:hover:not(:disabled){transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--border)}.reaction-btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--border)}.reaction-btn.reacted{background:var(--lavender);border-color:var(--text);cursor:default}@keyframes reaction-bounce{0%{transform:scale(1)}40%{transform:scale(1.35) translate(-1px,-1px)}70%{transform:scale(.9)}to{transform:scale(1)}}.reaction-btn.bounce{animation:reaction-bounce .4s ease}.comment-section{margin-top:2rem;padding:2rem;border:2px solid var(--border);border-radius:var(--radius);box-shadow:5px 5px 0 var(--lavender);background:var(--white)}.comment-heading{font-family:var(--font-pacifico),"Pacifico",cursive;font-size:1.4rem;color:var(--text);margin-bottom:1.5rem}.comment-form{gap:1rem}.comment-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.4rem}.form-label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text)}.form-input,.form-textarea{border:2px solid var(--border);border-radius:var(--radius);padding:.6rem 1rem;font-family:var(--font-nunito),sans-serif;font-size:.95rem;color:var(--text);background:var(--bg);outline:none;width:100%;transition:box-shadow .15s}.form-input:focus,.form-textarea:focus{box-shadow:3px 3px 0 var(--pink);background:#fff}.form-textarea{resize:vertical;min-height:100px}.comment-sent{padding:1rem;background:var(--mint);border:2px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-weight:700}.comment-error{font-size:.9rem;color:#c0392b;font-weight:700}.comment-list{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.comment-item{padding:1rem 1.2rem;background:var(--bg);border:2px solid var(--border);border-radius:var(--radius);box-shadow:3px 3px 0 var(--lavender)}.comment-item-meta{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.5rem}.comment-item-name{font-weight:800;font-size:.9rem;color:var(--text)}.comment-item-date{font-size:.78rem;color:#888}.comment-item-message{font-size:.95rem;line-height:1.6;color:var(--text);white-space:pre-wrap;margin:0}.newsletter-banner{border-top:3px solid var(--border);border-bottom:3px solid var(--border);background:var(--turquoise);margin:0}.newsletter-inner{max-width:1140px;margin:0 auto;padding:2.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.newsletter-heading{font-family:var(--font-pacifico),"Pacifico",cursive;font-size:1.5rem;color:var(--text);margin-bottom:.4rem}.newsletter-text p{font-size:.95rem;color:var(--text);opacity:.8}.search-page{padding:3rem 0 5rem}.search-heading{font-family:var(--font-pacifico),"Pacifico",cursive;font-size:2rem;color:var(--text);margin-bottom:1.5rem}.search-page-input{width:100%;max-width:560px;border:2px solid var(--border);border-radius:var(--radius);box-shadow:4px 4px 0 var(--border);padding:.75rem 1.25rem;font-size:1rem;font-family:var(--font-nunito),sans-serif;color:var(--text);background:var(--white);outline:none;display:block;margin-bottom:1.75rem;transition:box-shadow .15s}.search-page-input:focus{box-shadow:5px 5px 0 var(--pink)}.search-count{font-size:.88rem;color:var(--muted);margin-bottom:1.75rem}.no-posts,.search-hint{font-size:.95rem;color:var(--muted);font-style:italic}.no-posts{padding:2rem 0}.contact-page{max-width:600px;margin:0 auto;padding:3rem 2rem 6rem}.contact-intro{font-size:1.05rem;color:var(--muted);line-height:1.8;margin-bottom:2rem}.contact-form-box{border:2px solid var(--border);border-radius:var(--radius);box-shadow:6px 6px 0 var(--turquoise);padding:2rem;background:var(--white)}.contact-email{font-size:.85rem;color:var(--muted);margin-top:1.5rem}.over-page{max-width:680px;margin:0 auto;padding:3rem 2rem 5rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.over-photo{width:220px;height:300px;border-radius:0;object-fit:cover;object-position:center top}.over-avatar,.over-photo{border:3px solid var(--border);box-shadow:6px 6px 0 var(--pink);flex-shrink:0}.over-avatar{width:130px;height:130px;background:linear-gradient(135deg,var(--pink),var(--turquoise));display:flex;align-items:center;justify-content:center;font-family:var(--font-pacifico),"Pacifico",cursive;font-size:3rem;color:var(--text)}.over-content{width:100%;font-size:1.05rem;line-height:1.9;color:var(--text)}.over-block{margin-bottom:2rem}.over-block p{margin-bottom:.2rem}.over-services{list-style:none;display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.over-services li{font-family:var(--font-playfair),"Playfair Display",serif;font-size:1.1rem;color:var(--text)}.over-services li:before{content:"—";margin-right:.6rem;color:var(--muted)}.over-aanvraag{font-size:.88rem;margin-top:.5rem;margin-bottom:2rem}.over-aanvraag,.over-poetic{color:var(--muted);font-style:italic}.over-poetic{font-family:var(--font-playfair),"Playfair Display",serif;font-size:1.05rem;line-height:2;border-left:4px solid var(--border);padding-left:1.25rem;margin:2rem 0}.over-slogan{font-family:var(--font-pacifico),"Pacifico",cursive;font-size:1.15rem;color:var(--text);margin-bottom:2.5rem}.over-services-section{border:2px solid var(--border);border-radius:var(--radius);box-shadow:5px 5px 0 var(--pink);padding:1.75rem;background:var(--white);margin:2rem 0}.over-services-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:1rem}.over-service-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}.over-service-tag{display:inline-block;border:2px solid var(--border);border-radius:var(--radius);box-shadow:3px 3px 0 var(--border);padding:.4rem 1rem;font-family:var(--font-playfair),"Playfair Display",serif;font-size:.95rem;font-weight:700;color:var(--text)}.over-newsletter-btn{margin-top:1.25rem;display:inline-block}.contact-newsletter{margin-top:2rem;padding:1.5rem;border:2px solid var(--border);border-radius:var(--radius);box-shadow:4px 4px 0 var(--turquoise);background:var(--white);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.contact-newsletter p{font-size:.95rem;font-weight:700;color:var(--text)}.header-nav a.nav-highlight{background:var(--text);color:#fff!important;opacity:1!important;box-shadow:2px 2px 0 var(--pink)}.header-nav a.nav-highlight:hover{background:var(--text);border-color:var(--text);box-shadow:3px 3px 0 var(--pink)}.over-socials{border-top:2px solid var(--border);padding-top:2rem;margin-top:1rem}.over-socials-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1rem}.over-socials-links{display:flex;flex-wrap:wrap;gap:.6rem}.over-social-pill{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:2px solid var(--border);border-radius:var(--radius);box-shadow:3px 3px 0 var(--border);color:var(--text);background:var(--white);transition:transform .1s,box-shadow .1s}.over-social-pill:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--border);background:var(--pink)}.footer{background:var(--white);border-top:3px solid var(--border)}.footer-inner{max-width:1140px;margin:0 auto;padding:3rem 2rem 2.5rem;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem}@media (max-width:640px){.footer-inner{grid-template-columns:1fr;gap:2rem}}.footer-brand{font-family:var(--font-pacifico),"Pacifico",cursive;font-size:1.4rem;color:var(--text);margin-bottom:.6rem}.footer-tagline{font-size:.88rem;color:var(--muted);line-height:1.65;margin-bottom:1rem;max-width:280px}.footer-address{font-style:normal}.footer-email{font-size:.83rem;color:var(--muted);transition:color .2s}.footer-email:hover{color:var(--text)}.footer-col-title{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text);margin-bottom:1rem;border-bottom:2px solid var(--border);padding-bottom:.4rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col a{font-size:.88rem;color:var(--muted);transition:color .2s;width:-moz-fit-content;width:fit-content}.footer-col a:hover{color:var(--text);font-weight:700}.footer-socials-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.25rem}.footer-social{color:var(--muted);border:2px solid var(--border);border-radius:var(--radius);padding:.3rem;display:flex;align-items:center;transition:color .15s,background .15s}.footer-social:hover{color:var(--text);background:var(--pink)}.footer-bottom{border-top:2px solid var(--border);max-width:1140px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom p{font-size:.78rem;color:var(--muted)}.footer-maker{color:var(--muted);font-weight:700;transition:color .2s}.footer-maker:hover{color:var(--text)}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fbcfdb,#e8d0f5 50%,#c5e5ef)}.admin-login-box{background:#fff;border:2px solid var(--border);border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:380px;box-shadow:4px 4px 0 var(--border)}.admin-login-title{font-family:var(--font-playfair),serif;font-size:1.6rem;margin-bottom:.2rem}.admin-login-sub{color:var(--muted);font-size:.9rem;margin-bottom:1.5rem}.admin-login-form{display:flex;flex-direction:column;gap:1rem}.admin-shell{display:flex;min-height:100vh;background:#f9f5fb}.admin-sidebar{width:220px;flex-shrink:0;background:#fff;border-right:2px solid var(--border);display:flex;flex-direction:column;padding:1.5rem 1rem;position:-webkit-sticky;position:sticky;top:0;height:100vh}.admin-sidebar-brand{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.admin-sidebar-brand span{display:block;font-weight:700;font-size:1rem}.admin-sidebar-brand small{color:var(--muted);font-size:.78rem}.admin-nav{display:flex;flex-direction:column;gap:.4rem;flex:1 1}.admin-nav-link{display:block;padding:.55rem .75rem;border-radius:8px;font-size:.9rem;color:var(--text);text-decoration:none;transition:background .15s}.admin-nav-link:hover{background:#f0ebf8}.admin-nav-link.active{background:#e2d4f0;font-weight:600}.admin-logout-btn{margin-top:auto;background:none;border:1px solid #ddd;border-radius:6px;padding:.4rem .75rem;font-size:.82rem;color:var(--muted);cursor:pointer;transition:all .15s}.admin-logout-btn:hover{border-color:var(--border);color:var(--text)}.admin-main{flex:1 1;padding:2rem;overflow-y:auto}.admin-page{max-width:900px}.admin-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-page-title{font-family:var(--font-playfair),serif;font-size:1.8rem}.admin-btn-primary{background:var(--border);color:#fff;border:2px solid var(--border);border-radius:6px;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity .15s}.admin-btn-primary:hover{opacity:.85}.admin-btn-primary:disabled{opacity:.5;cursor:not-allowed}.admin-btn-ghost{background:transparent;color:var(--text);border:1px solid #ddd;border-radius:6px;padding:.45rem 1rem;font-size:.88rem;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color .15s}.admin-btn-ghost:hover{border-color:var(--border)}.admin-btn-danger{background:transparent;color:#c0392b;border:1px solid #f5c6cb;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;cursor:pointer;transition:all .15s}.admin-btn-danger:hover{background:#fff0f0;border-color:#c0392b}.admin-btn-danger:disabled{opacity:.5;cursor:not-allowed}.admin-form{gap:1.25rem}.admin-form,.admin-label{display:flex;flex-direction:column}.admin-label{gap:.4rem;font-size:.88rem;font-weight:600;color:var(--text)}.admin-input{border:1.5px solid #ddd;border-radius:6px;padding:.5rem .75rem;font-size:.92rem;font-family:inherit;width:100%;background:#fff;transition:border-color .15s;color:var(--text)}.admin-input:focus{outline:none;border-color:var(--border)}.admin-textarea{resize:vertical;min-height:80px}.admin-slug-row{display:flex;align-items:center}.admin-slug-prefix{background:#f5f5f5;border:1.5px solid #ddd;border-right:none;border-radius:6px 0 0 6px;padding:.5rem .6rem;font-size:.88rem;color:var(--muted);white-space:nowrap}.admin-slug-input{border-radius:0 6px 6px 0!important}.admin-emoji-input{font-size:1.4rem;text-align:center;width:80px}.admin-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.admin-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.admin-checkbox{width:16px;height:16px;cursor:pointer}.admin-form-actions{display:flex;gap:1rem;align-items:center;padding-top:.5rem}.admin-fieldset{border:1.5px solid #eee;border-radius:8px;padding:1rem}.admin-legend{font-size:.85rem;font-weight:700;padding:0 .4rem;color:var(--muted)}.admin-error{color:#c0392b;background:#fff0f0;border:1px solid #f5c6cb;border-radius:6px}.admin-error,.admin-success{font-size:.88rem;padding:.5rem .75rem}.admin-success{color:#27ae60;background:#f0fff4;border:1px solid #b7ebd1;border-radius:6px}.admin-empty{color:var(--muted);font-size:.9rem;padding:2rem 0}.admin-muted{color:var(--muted);font-size:.85rem}.admin-color-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.admin-color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s,border-color .15s}.admin-color-swatch:hover{transform:scale(1.15)}.admin-color-swatch.active{border-color:var(--border);transform:scale(1.15)}.admin-photo-row{display:flex;align-items:flex-start;gap:1rem;margin-top:.25rem}.admin-photo-preview{width:100px;height:120px;object-fit:cover;border-radius:6px;border:1.5px solid #ddd}.admin-photo-actions{display:flex;flex-direction:column;gap:.5rem}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th{text-align:left;padding:.6rem .75rem;border-bottom:2px solid var(--border);font-size:.82rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.admin-table td{padding:.65rem .75rem;border-bottom:1px solid #f0e8f0;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fbf7fd}.admin-table-link{color:var(--text);text-decoration:none;font-weight:600}.admin-table-link:hover{text-decoration:underline}.admin-actions-cell{display:flex;gap:.4rem;align-items:center}.admin-badge{background:#e2d4f0;border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:600}.admin-badge-count{background:#fad5da;border-radius:999px;padding:.25rem .75rem;font-size:.82rem;font-weight:700}.admin-status{font-size:.8rem;font-weight:600;padding:.15rem .55rem;border-radius:999px}.admin-status.published{background:#c8ead8;color:#1a7a3e}.admin-status.draft{background:#f5f0e8;color:#8a7a4a}.admin-section{margin-bottom:2.5rem}.admin-section-title{font-size:1rem;font-weight:700;margin-bottom:1rem}.admin-comments-list{display:flex;flex-direction:column;gap:1rem}.admin-comment-card{background:#fff;border:1.5px solid #eee;border-radius:10px;padding:1rem 1.25rem}.admin-comment-card.pending{border-color:#fad5da;background:#fff8fa}.admin-comment-meta{font-size:.85rem;margin-bottom:.5rem}.admin-comment-text{font-size:.93rem;line-height:1.6;color:var(--text);margin-bottom:.75rem}.admin-comment-actions{display:flex;gap:.5rem}.rte-wrapper{border:1.5px solid #ddd;border-radius:6px;overflow:hidden}.rte-wrapper:focus-within{border-color:var(--border)}.rte-toolbar{display:flex;align-items:center;gap:.25rem;padding:.4rem .6rem;background:#f8f5fb;border-bottom:1.5px solid #eee;flex-wrap:wrap}.rte-btn{background:transparent;border:1px solid transparent;border-radius:4px;padding:.25rem .45rem;font-size:.88rem;cursor:pointer;color:var(--text);transition:all .1s;min-width:28px;text-align:center}.rte-btn:hover{background:#fff;border-color:#ddd}.rte-btn.active{background:var(--lavender);border-color:#c5b8e0}.rte-divider{width:1px;height:18px;background:#ddd;margin:0 .2rem}.rte-content{padding:.75rem 1rem;min-height:200px;font-size:.93rem;line-height:1.75;color:var(--text);outline:none}.rte-content p{margin-bottom:.75em}.rte-content h2{font-size:1.2rem;font-weight:700;margin-bottom:.5em;margin-top:1em}.rte-content blockquote{border-left:3px solid var(--pink);padding-left:1rem;color:var(--muted);font-style:italic;margin:.75em 0}.rte-content ol,.rte-content ul{padding-left:1.5em;margin-bottom:.75em}.rte-content li{margin-bottom:.3em}.rte-content hr{border:none;border-top:1px solid #ddd;margin:1em 0}.rte-content .is-editor-empty:before{content:attr(data-placeholder);color:#bbb;pointer-events:none;position:absolute;float:left;height:0}@media (max-width:768px){.admin-shell{flex-direction:column}.admin-sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:2px solid var(--border);padding:1rem}.admin-nav{flex-direction:row;overflow-x:auto}.admin-main{padding:1.25rem}.admin-row-2{grid-template-columns:1fr}.admin-logout-btn{margin-top:1rem}}@font-face{font-family:__Nunito_eef148;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Nunito_eef148;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_eef148;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Nunito_eef148;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Nunito_eef148;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Nunito_Fallback_eef148;src:local("Arial");ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.00%;size-adjust:101.39%}.__className_eef148{font-family:__Nunito_eef148,__Nunito_Fallback_eef148;font-style:normal}.__variable_eef148{--font-nunito:"__Nunito_eef148","__Nunito_Fallback_eef148"}@font-face{font-family:__Playfair_Display_0a80b4;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_0a80b4;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_0a80b4;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_0a80b4;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_Fallback_0a80b4;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_0a80b4{font-family:__Playfair_Display_0a80b4,__Playfair_Display_Fallback_0a80b4;font-style:normal}.__variable_0a80b4{--font-playfair:"__Playfair_Display_0a80b4","__Playfair_Display_Fallback_0a80b4"}@font-face{font-family:__Pacifico_a5c4ba;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9940be41d763cd40-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Pacifico_a5c4ba;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d0204c37d9a66afa-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Pacifico_a5c4ba;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/424a6f0e872a6c22-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Pacifico_a5c4ba;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/870840a80857d4d7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Pacifico_a5c4ba;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/be955174636e5369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Pacifico_Fallback_a5c4ba;src:local("Arial");ascent-override:137.32%;descent-override:47.74%;line-gap-override:0.00%;size-adjust:94.89%}.__className_a5c4ba{font-family:__Pacifico_a5c4ba,__Pacifico_Fallback_a5c4ba;font-weight:400;font-style:normal}.__variable_a5c4ba{--font-pacifico:"__Pacifico_a5c4ba","__Pacifico_Fallback_a5c4ba"}