*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --cream:#F0EAD6; --green-dk:#1B3A2D; --green:#2D5A3D;
  --gold:#C9920A; --gold-lt:#E8B84B; --gold-pale:#F5D98A;
  --brown-dk:#1C1008; --text:#1A1A0A; --mid:#4A4030; --muted:#7A6A50;
  --card:#fff;
}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden;}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:900;display:flex;align-items:center;justify-content:space-between;padding:1rem 4vw;transition:background .3s,box-shadow .3s;}
nav.scrolled{background:rgba(27,58,45,.97);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,.3);}
.nav-logo{height:42px;width:auto;}
.nav-links{display:flex;gap:2rem;list-style:none;}
.nav-links a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.85rem;letter-spacing:.04em;transition:color .2s;}
.nav-links a:hover{color:var(--gold-lt);}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;}
.hamburger span{width:24px;height:2px;background:#fff;border-radius:2px;display:block;}

/* HERO */
.hero{position:relative;height:100vh;min-height:640px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 60%,#1a2e0a 0%,#0d1a08 50%,#080f05 100%);}
.hero-fade{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgba(8,15,5,.35) 0%,rgba(8,15,5,.05) 30%,rgba(8,15,5,.05) 65%,rgba(8,15,5,.92) 100%);}
.hero-content{position:relative;z-index:3;padding:0 4vw;max-width:860px;}
.hero-est{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.4rem;opacity:0;animation:fadeUp .8s .2s ease forwards;}
.est-line{width:55px;height:1px;background:var(--gold-lt);}
.est-txt{font-size:.68rem;letter-spacing:.38em;text-transform:uppercase;color:var(--gold-lt);}
.hero h1{font-family:'Playfair Display',serif;font-size:clamp(4.5rem,12vw,11rem);font-weight:900;line-height:.88;letter-spacing:.03em;color:#fff;opacity:0;animation:fadeUp .9s .35s ease forwards;}
.hero h1 .line2{color:var(--gold-lt);display:block;}.hero h1 .line3{color:#fff;display:block;font-size:.55em;letter-spacing:.18em;}
.hero-tagline{font-family:'Lora',serif;font-style:italic;font-size:clamp(.95rem,1.8vw,1.25rem);color:rgba(255,255,255,.72);margin:1.3rem auto .5rem;max-width:480px;opacity:0;animation:fadeUp .8s .6s ease forwards;}
.hero-sub{font-size:.88rem;color:rgba(255,255,255,.45);margin-bottom:2rem;letter-spacing:.02em;opacity:0;animation:fadeUp .8s .75s ease forwards;}
.hero-btns{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeUp .8s .9s ease forwards;}
.btn-primary{background:var(--gold);color:var(--brown-dk);padding:.82em 2em;border-radius:50px;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex;align-items:center;gap:.45rem;}
.btn-primary:hover{background:var(--gold-lt);transform:translateY(-2px);}
.btn-secondary{background:transparent;color:#fff;padding:.82em 2em;border-radius:50px;font-weight:500;font-size:.9rem;text-decoration:none;border:2px solid rgba(255,255,255,.38);transition:all .2s;}
.btn-secondary:hover{border-color:#fff;background:rgba(255,255,255,.08);}
.scroll-hint{position:absolute;bottom:1.8rem;left:50%;transform:translateX(-50%);z-index:3;text-align:center;opacity:0;animation:fadeIn 1s 1.4s ease forwards;}
.scroll-hint span{display:block;font-size:.58rem;letter-spacing:.38em;text-transform:uppercase;color:rgba(255,255,255,.38);margin-bottom:.45rem;}
.scroll-dot{width:5px;height:5px;border-radius:50%;background:var(--gold-lt);margin:0 auto;animation:bounce 1.8s ease infinite;}

/* STATS */
.stats{background:var(--green-dk);padding:2.5rem 4vw;}
.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:880px;margin:0 auto;}
.stat{text-align:center;padding:.8rem 1rem;border-right:1px solid rgba(255,255,255,.1);}
.stat:last-child{border:none;}
.stat-icon{width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(201,146,10,.4);display:flex;align-items:center;justify-content:center;margin:0 auto .7rem;font-size:1rem;}
.stat-name{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.18rem;}
.stat-sub{font-size:.72rem;color:rgba(201,146,10,.8);letter-spacing:.03em;}

/* REVEAL */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease;}
.reveal.on{opacity:1;transform:none;}
.rev-l{opacity:0;transform:translateX(-36px);transition:opacity .65s ease,transform .65s ease;}
.rev-l.on{opacity:1;transform:none;}
.rev-r{opacity:0;transform:translateX(36px);transition:opacity .65s ease,transform .65s ease;}
.rev-r.on{opacity:1;transform:none;}

/* PRODUCTS */
.products{background:var(--cream);padding:5rem 5vw;}
.sec-eyebrow{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);text-align:center;margin-bottom:.4rem;}
.sec-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,3.8vw,3rem);font-weight:700;text-align:center;color:var(--text);}
.sec-bar{width:48px;height:3px;background:var(--gold);margin:.7rem auto 1.2rem;border-radius:2px;}
.sec-desc{font-size:.97rem;color:var(--muted);text-align:center;max-width:500px;margin:0 auto 2rem;line-height:1.7;}
.filters{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem;}
.fpill{padding:.46em 1.25em;border-radius:50px;font-size:.8rem;font-weight:500;cursor:pointer;border:1.5px solid rgba(0,0,0,.14);background:transparent;color:var(--mid);transition:all .2s;}
.fpill.on{background:var(--green-dk);color:#fff;border-color:var(--green-dk);}
.fpill:hover:not(.on){background:rgba(0,0,0,.05);}
.pgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:1.3rem;max-width:1200px;margin:0 auto;}
.pcard{background:var(--card);border-radius:14px;overflow:hidden;box-shadow:0 2px 14px rgba(0,0,0,.08);transition:transform .25s,box-shadow .25s;}
.pcard:hover{transform:translateY(-5px);box-shadow:0 14px 38px rgba(0,0,0,.15);}
.pcard-img{height:220px;position:relative;overflow:hidden;}
.pcard-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s;}
.pcard:hover .pcard-img img{transform:scale(1.06);}
.tag-row{position:absolute;top:10px;left:10px;right:10px;display:flex;justify-content:space-between;z-index:2;pointer-events:none;}
.tag{font-size:.62rem;font-weight:600;padding:.26em .75em;border-radius:50px;}
.tag-cashew{background:rgba(255,248,220,.93);color:#6B4A00;}
.tag-sweet{background:rgba(255,200,215,.95);color:#8B1A40;}
.tag-papad{background:rgba(210,235,255,.95);color:#1A3A70;}
.tag-feat{background:var(--gold);color:var(--brown-dk);}
.pcard-body{padding:1.15rem 1.25rem 1.35rem;}
.pcard-name{font-family:'Playfair Display',serif;font-size:1.12rem;font-weight:700;color:var(--text);margin-bottom:.45rem;}
.pcard-desc{font-size:.83rem;color:var(--mid);line-height:1.55;margin-bottom:.85rem;}
.pcard-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;}
.sizes{display:flex;gap:.35rem;}
.sz{padding:.23em .65em;border-radius:6px;border:1.5px solid rgba(0,0,0,.16);font-size:.73rem;color:var(--mid);background:transparent;cursor:pointer;transition:all .15s;}
.sz:hover,.sz.on{background:var(--green-dk);color:#fff;border-color:var(--green-dk);}
.pcard-price{font-family:'Playfair Display',serif;font-size:.98rem;font-weight:700;color:var(--text);}
.pcard-price small{font-size:.7rem;font-weight:400;color:var(--muted);}

/* STORY */
.story{position:relative;overflow:hidden;min-height:480px;}
.story-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.story-tint{position:absolute;inset:0;
  background:linear-gradient(to right,rgba(60,35,5,.82) 0%,rgba(40,25,5,.65) 40%,rgba(20,45,15,.75) 65%,rgba(15,40,12,.82) 100%);}
.story-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:5rem 6vw;align-items:center;}
.s-eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;}
.s-eye-line{width:36px;height:1px;background:var(--gold-lt);}
.s-eye-txt{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-lt);}
.s-year-ghost{font-family:'Playfair Display',serif;font-size:clamp(6rem,12vw,10rem);font-weight:900;color:rgba(201,146,10,.2);line-height:1;margin-bottom:.5rem;}
.s-title{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,3.8vw,3rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:.6rem;}
.s-title .gold{color:var(--gold-lt);}
.s-subtitle{font-size:.88rem;color:rgba(255,255,255,.6);line-height:1.65;margin-bottom:1.8rem;max-width:400px;}
.tl{display:flex;flex-direction:column;}
.tl-item{display:flex;align-items:flex-start;gap:1.1rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.1);}
.tl-item:last-child{border:none;}
.tl-yr{font-family:'Playfair Display',serif;font-size:.95rem;font-weight:700;color:var(--gold-lt);min-width:50px;padding-top:1px;}
.tl-yr.today{color:#fff;}
.tl-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);margin-top:5px;flex-shrink:0;}
.tl-dot.today{background:var(--gold-lt);}
.tl-head{font-family:'Lora',serif;font-style:italic;font-size:.8rem;color:var(--gold-lt);margin-bottom:.12rem;}
.tl-desc{font-size:.76rem;color:rgba(255,255,255,.55);line-height:1.5;}
.story-card{background:rgba(15,40,18,.72);border:1px solid rgba(201,146,10,.25);border-radius:12px;padding:2rem 1.8rem;backdrop-filter:blur(6px);}
.founder-chip{display:inline-flex;align-items:center;gap:.45rem;background:rgba(201,146,10,.18);border:1px solid rgba(201,146,10,.35);border-radius:50px;padding:.28em .95em .28em .5em;font-size:.67rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-lt);margin-bottom:1.3rem;}
.founder-chip svg{width:13px;height:13px;fill:none;stroke:var(--gold-lt);stroke-width:1.5;}
.story-para{font-size:.95rem;color:rgba(255,255,255,.78);line-height:1.8;margin-bottom:.85rem;}
.story-para:first-of-type::first-letter{font-family:'Playfair Display',serif;font-size:2.3rem;font-weight:700;float:left;line-height:.82;margin:.06em .1em 0 0;color:var(--gold-lt);}
.story-para strong{color:#fff;}
.story-divider{border:none;border-top:1px solid rgba(201,146,10,.25);margin:1.1rem 0;}
.story-quote{font-family:'Lora',serif;font-style:italic;font-size:.95rem;color:var(--gold-pale);line-height:1.65;}

/* WHY PALASA — use uploaded image on left */
.why{background:var(--cream);padding:5.5rem 6vw;}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1080px;margin:0 auto;}
.loc-img-wrap{border-radius:18px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.18);}
.loc-img-wrap img{width:100%;height:auto;display:block;}
.why-eyebrow{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;}
.why-title{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:700;color:var(--text);line-height:1.15;}
.why-title .green{color:var(--green);}
.why-bar{width:42px;height:3px;background:var(--gold);border-radius:2px;margin:.9rem 0 1.1rem;}
.why-para{font-size:.95rem;color:var(--mid);line-height:1.75;margin-bottom:.8rem;}
.why-feats{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1.4rem;}
.wfeat{background:#fff;border-radius:10px;padding:1rem 1.2rem;box-shadow:0 2px 10px rgba(0,0,0,.06);}
.wfeat-t{font-weight:700;font-size:.88rem;color:var(--text);margin-bottom:.18rem;}
.wfeat-s{font-size:.76rem;color:var(--muted);}

/* CONTACT */
.contact{background:var(--green-dk);padding:5.5rem 5vw;}
.contact-eyebrow{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(201,146,10,.65);text-align:center;margin-bottom:.4rem;}
.contact-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,3.8vw,2.9rem);font-weight:700;color:#fff;text-align:center;}
.contact-bar{width:44px;height:3px;background:var(--gold);border-radius:2px;margin:.7rem auto 1rem;}
.contact-desc{font-size:.92rem;color:rgba(255,255,255,.45);text-align:center;max-width:460px;margin:0 auto 3rem;line-height:1.7;}
.contact-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:2rem;max-width:860px;margin:0 auto;}
.find-card{background:rgba(255,255,255,.07);border-radius:13px;padding:1.8rem;}
.find-title{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:1.3rem;}
.ci{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1.1rem;}
.ci-icon{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.ci-icon svg{width:16px;height:16px;}
.ci-label{font-size:.7rem;font-weight:600;color:rgba(255,255,255,.88);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.12rem;}
.ci-val{font-size:.85rem;color:rgba(201,146,10,.85);line-height:1.4;}
.wa-note{background:rgba(201,146,10,.1);border:1px solid rgba(201,146,10,.22);border-radius:9px;padding:1.1rem;margin-top:1.1rem;}
.wa-note-q{font-family:'Lora',serif;font-style:italic;font-size:.88rem;color:var(--gold-pale);margin-bottom:.25rem;}
.wa-note-sub{font-size:.76rem;color:rgba(255,255,255,.36);}
.form-card{background:rgba(255,255,255,.06);border-radius:13px;padding:1.8rem;}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:.8rem;}
.fg{display:flex;flex-direction:column;gap:.28rem;margin-bottom:.8rem;}
.flabel{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(201,146,10,.65);font-weight:600;}
.finput,.ftextarea{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:.72em .9em;font-size:.88rem;color:#fff;font-family:'Inter',sans-serif;outline:none;transition:border .2s;width:100%;}
.finput::placeholder,.ftextarea::placeholder{color:rgba(255,255,255,.22);}
.finput:focus,.ftextarea:focus{border-color:rgba(201,146,10,.5);}
.ftextarea{resize:vertical;min-height:105px;}
.btn-send{width:100%;background:var(--gold);color:var(--brown-dk);padding:.88em;border:none;border-radius:7px;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.45rem;transition:background .2s,transform .15s;font-family:'Inter',sans-serif;}
.btn-send:hover{background:var(--gold-lt);transform:translateY(-1px);}

/* WhatsApp FAB — real WhatsApp icon */
.wa-fab{position:fixed;bottom:1.8rem;right:1.8rem;z-index:800;background:#25D366;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 6px 24px rgba(37,211,102,.45);animation:fabPulse 2.5s ease infinite;transition:transform .2s;}
.wa-fab:hover{transform:scale(1.1);}
.wa-fab svg{width:32px;height:32px;fill:#fff;}

/* FOOTER */
footer{background:var(--brown-dk);padding:3.5rem 5vw 1.8rem;}
.ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2.2rem;border-bottom:1px solid rgba(255,255,255,.07);}
.ft-logo{height:48px;margin-bottom:.7rem;}
.ft-desc{font-size:.83rem;color:rgba(255,255,255,.35);line-height:1.72;max-width:270px;margin-bottom:1rem;}
.ft-ig{display:inline-flex;align-items:center;gap:.38rem;background:linear-gradient(135deg,#f09433,#dc2743,#bc1888);color:#fff;padding:.35em .95em;border-radius:20px;font-size:.7rem;font-weight:600;text-decoration:none;}
.ft-head{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem;font-weight:600;}
.ft-links{list-style:none;display:flex;flex-direction:column;gap:.45rem;}
.ft-links a{font-size:.88rem;color:rgba(255,255,255,.38);text-decoration:none;transition:color .2s;}
.ft-links a:hover{color:var(--gold-lt);}
.ft-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.3rem;flex-wrap:wrap;gap:.6rem;}
.ft-copy{font-size:.72rem;color:rgba(255,255,255,.2);}

@keyframes fadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:none;}}
@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@keyframes bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(5px);}}
@keyframes fabPulse{0%,100%{box-shadow:0 6px 24px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,.3);}50%{box-shadow:0 6px 24px rgba(37,211,102,.45),0 0 0 12px rgba(37,211,102,0);}}

@media(max-width:860px){
  .nav-links{display:none;}
  .hamburger{display:flex;}
  .stats-inner{grid-template-columns:1fr 1fr;}
  .stat:nth-child(2){border-right:none;}
  .stat:nth-child(3){border-top:1px solid rgba(255,255,255,.08);}
  .stat:nth-child(4){border-top:1px solid rgba(255,255,255,.08);border-right:none;}
  .story-inner,.why-grid,.contact-grid,.ft-grid{grid-template-columns:1fr;gap:2rem;}
  .frow{grid-template-columns:1fr;}
  .why-feats{grid-template-columns:1fr;}
  .pgrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));}
}

/* ── ADMIN PANEL ── */
#adminOverlay{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.75);backdrop-filter:blur(6px);align-items:center;justify-content:center;padding:1rem;}
.admin-box{background:#fff;border-radius:18px;width:100%;max-width:540px;max-height:92vh;overflow-y:auto;box-shadow:0 24px 80px rgba(0,0,0,.4);}
.admin-header{background:var(--green-dk);padding:1.4rem 1.8rem;border-radius:18px 18px 0 0;display:flex;align-items:center;justify-content:space-between;}
.admin-header h2{font-family:'Playfair Display',serif;font-size:1.35rem;color:#fff;font-weight:700;}
.admin-header p{font-size:.75rem;color:rgba(255,255,255,.55);margin-top:.15rem;}
.admin-close{background:rgba(255,255,255,.15);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.admin-close:hover{background:rgba(255,255,255,.3);}
.admin-body{padding:1.8rem;}
/* Login */
#adminLoginScreen{}
.admin-login-title{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:#1a1a0a;margin-bottom:.3rem;}
.admin-login-sub{font-size:.82rem;color:#7a6a50;margin-bottom:1.2rem;}
.admin-pw-row{display:flex;gap:.6rem;}
.admin-pw-input{flex:1;padding:.75em 1em;border:1.5px solid rgba(0,0,0,.15);border-radius:8px;font-size:.9rem;outline:none;transition:border .2s;font-family:'Inter',sans-serif;}
.admin-pw-input:focus{border-color:var(--green-dk);}
.admin-btn{background:var(--green-dk);color:#fff;border:none;padding:.75em 1.5em;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s;font-family:'Inter',sans-serif;}
.admin-btn:hover{background:var(--green);}
.admin-err{color:#c00;font-size:.78rem;margin-top:.5rem;display:none;}
/* Dashboard */
#adminDashboard{display:none;}
.afield{display:flex;flex-direction:column;gap:.28rem;margin-bottom:1rem;}
.alabel{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--green-dk);font-weight:700;}
.ainput,.atextarea,.aselect{background:#f8f5ee;border:1.5px solid rgba(0,0,0,.12);border-radius:8px;padding:.7em .9em;font-size:.88rem;color:#1a1a0a;font-family:'Inter',sans-serif;outline:none;transition:border .2s;width:100%;}
.ainput:focus,.atextarea:focus,.aselect:focus{border-color:var(--green-dk);}
.atextarea{resize:vertical;min-height:72px;}
.arow{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;}
.admin-img-upload{border:2px dashed rgba(0,0,0,.15);border-radius:10px;padding:1.2rem;text-align:center;cursor:pointer;transition:border .2s;background:#fafaf7;}
.admin-img-upload:hover{border-color:var(--green-dk);}
.admin-img-upload input{display:none;}
.admin-img-upload-txt{font-size:.82rem;color:var(--muted);}
.admin-img-upload-txt strong{color:var(--green-dk);}
#adminImgPreview{width:100%;max-height:140px;object-fit:cover;border-radius:8px;margin-top:.8rem;display:none;}
.admin-feat-row{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;}
.admin-feat-row input{width:16px;height:16px;accent-color:var(--green-dk);}
.admin-feat-row label{font-size:.85rem;color:var(--mid);}
.admin-add-btn{width:100%;background:var(--gold);color:var(--brown-dk);border:none;padding:.9em;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;font-family:'Inter',sans-serif;display:flex;align-items:center;justify-content:center;gap:.5rem;}
.admin-add-btn:hover{background:var(--gold-lt);transform:translateY(-1px);}
#adminSuccess{display:none;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;padding:.8rem 1rem;font-size:.85rem;color:#2e7d32;margin-top:.8rem;text-align:center;}
.admin-hint{font-size:.72rem;color:var(--muted);margin-top:.3rem;}
.admin-section-title{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--green-dk);font-weight:700;margin:.5rem 0 1rem;padding-bottom:.4rem;border-bottom:2px solid #e8e0cc;}