:root{--green:#164b1d;--lime:#94c11f;--cream:#fbf6e9;--ink:#17351b;--brown:#4a2814;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:var(--cream);color:#243128}a{text-decoration:none;color:inherit}.wrap{width:min(1160px,92%);margin:auto}.hero{background:linear-gradient(135deg,#fffdf7,#edf5df);padding:28px 0 44px;border-bottom:6px solid var(--green)}.nav{display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{width:120px;height:120px;object-fit:contain}.nav-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-block;padding:13px 20px;border-radius:12px;background:var(--green);color:#fff;font-weight:800}.btn.alt{background:var(--lime);color:#163317}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:35px}.hero h1{font-size:clamp(38px,6vw,70px);line-height:.95;margin:20px 0 12px;color:var(--green);text-transform:uppercase}.hero p{font-size:20px}.seal{background:var(--green);color:#fff;border-radius:28px;padding:35px;text-align:center}.seal strong{font-size:34px}.menu{padding:50px 0}.section-title{text-align:center;color:var(--green);font-size:34px;margin:0 0 30px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid #dfe6d8;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px #24401412}.photo{height:230px;background:#e9eedf;display:grid;place-items:center;color:#67805f;font-weight:700}.photo img{width:100%;height:100%;object-fit:cover}.body{padding:22px}.badge{display:inline-block;background:var(--lime);color:#17351b;font-weight:900;padding:7px 11px;border-radius:999px;font-size:12px}.card h2{color:var(--green);margin:12px 0 3px}.subtitle{font-style:italic;color:#7a2d1b}.price{font-size:34px;font-weight:900;color:var(--brown);margin:15px 0}.nutrition{display:grid;grid-template-columns:1fr 1fr;gap:7px;font-size:13px;border-top:1px dashed #cad4c1;padding-top:14px}.features{background:#fff;padding:28px 0}.features .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;text-align:center}.feature{padding:15px;border-right:1px solid #ddd}.footer{background:var(--green);color:#fff;padding:25px 0}.footer .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.empty{text-align:center;padding:50px}.admin{background:#f3f5f2}.panel{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#123d19;color:#fff;padding:25px}.sidebar h2{margin-top:0}.sidebar a{display:block;padding:12px;border-radius:10px;margin:5px 0}.sidebar a:hover{background:#ffffff14}.content{padding:30px}.box{background:#fff;padding:22px;border-radius:18px;box-shadow:0 8px 25px #0000000c;margin-bottom:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}input,textarea,select{width:100%;padding:12px;border:1px solid #ccd5c8;border-radius:10px}label{font-weight:700;font-size:13px}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid #eee;text-align:left}.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#123d19,#8fbd21)}.login .box{width:min(430px,92%)}@media(max-width:800px){.hero-grid,.grid,.features .wrap,.form-grid{grid-template-columns:1fr}.nav{align-items:flex-start}.logo{width:85px;height:85px}.panel{grid-template-columns:1fr}.sidebar{position:relative}.photo{height:210px}.feature{border-right:0;border-bottom:1px solid #ddd}}
/* v1.1.0 - mídia dos produtos: imagem isolada do conteúdo, sem sobreposição */
.card{display:flex;flex-direction:column;min-width:0;position:relative;isolation:isolate}
.card .photo{position:relative;width:100%;height:auto;aspect-ratio:16/10;min-height:220px;max-height:280px;overflow:hidden;flex:0 0 auto;background:#e9eedf;z-index:0}
.card .photo img{position:absolute;inset:0;width:100%;height:100%;max-width:100%;display:block;object-fit:cover;object-position:center;z-index:0}
.card .body{position:relative;z-index:1;background:#fff;flex:1}
.update-drop{border:2px dashed #b9c9b4;border-radius:16px;padding:24px;background:#f8faf6;margin:18px 0}.notice{padding:14px 16px;border-radius:12px;margin:15px 0}.notice.ok{background:#e8f5e9;color:#1b5e20}.notice.err{background:#ffebee;color:#8b1a1a}.muted{color:#667266;font-size:13px}.code{font-family:monospace;background:#f1f3ef;padding:2px 6px;border-radius:5px}
/* v1.2.0 - experiência mobile em formato de app */
.brand-mobile{display:flex;align-items:center;gap:12px}.brand-mobile>div{display:none}.brand-mobile small{display:block;color:#61745f;margin-top:3px}.app-kicker{display:inline-block;font-size:12px;font-weight:900;letter-spacing:1.5px;color:var(--green);background:#e7f0d8;padding:8px 11px;border-radius:999px}.hero-cta{margin-top:5px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:25px}.section-head .section-title{text-align:left;margin:3px 0 0}.section-head small{font-weight:900;color:#78906e;letter-spacing:1.5px}.section-head>span{background:#eef4e6;color:var(--green);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}.card .photo{position:relative;overflow:hidden}.card .photo img{display:block;position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.card .body{position:relative;background:#fff;z-index:2}.order-btn{width:100%;text-align:center}.footer-grid{display:grid!important;grid-template-columns:1.4fr .6fr;align-items:start!important}.footer-title{font-size:20px}.footer p{line-height:1.55;opacity:.9;max-width:620px}.footer-links{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.footer-links a{background:#ffffff14;border:1px solid #ffffff2c;padding:10px 13px;border-radius:12px;font-weight:700}.footer-copy{text-align:center;border-top:1px solid #ffffff20;margin-top:22px;padding:16px 4% 0;font-size:12px;opacity:.72}.mobile-tabbar{display:none}.check-row{display:flex;gap:24px;flex-wrap:wrap;padding:10px 0 18px}.check-row label{display:flex;align-items:center;gap:8px}.check-row input{width:auto}hr{border:0;border-top:1px solid #edf0ea;margin:28px 0}
@media(max-width:800px){body.app-site{padding-bottom:78px;background:#f5f6f1}.app-site .wrap{width:min(100% - 28px,1160px)}.app-site .hero{padding:10px 0 24px;border-bottom:0;background:linear-gradient(180deg,#fff,#f3f7ec);border-radius:0 0 28px 28px}.app-site .nav{position:sticky;top:0;z-index:20;padding:7px 0;align-items:center;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.app-site .brand-mobile>div{display:block}.app-site .logo{width:52px;height:52px}.app-site .nav-actions{display:none}.app-site .hero-grid{display:block}.app-site .hero h1{font-size:35px;line-height:1.02;margin:18px 0 8px}.app-site .hero p{font-size:16px;line-height:1.45}.app-site .seal{display:none}.app-site .hero-cta{width:100%;text-align:center;padding:15px}.app-site .menu{padding:25px 0}.section-head{align-items:center;margin-bottom:16px}.section-head .section-title{font-size:26px}.app-site .grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin-right:-14px;padding:2px 14px 18px 0;scrollbar-width:none}.app-site .grid::-webkit-scrollbar{display:none}.app-site .card{flex:0 0 88%;scroll-snap-align:start;border-radius:22px;box-shadow:0 8px 24px #16351b12}.app-site .photo{height:220px}.app-site .body{padding:18px}.app-site .card h2{font-size:22px}.app-site .price{font-size:31px}.app-site .nutrition{font-size:12px}.app-site .features{padding:20px 0;background:transparent}.app-site .features .wrap{display:grid;grid-template-columns:1fr 1fr;gap:10px}.app-site .feature{background:#fff;border:1px solid #e7ebe2!important;border-radius:16px;padding:15px 10px;font-size:12px}.app-site .footer{border-radius:26px 26px 0 0;padding:26px 0 18px}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.mobile-tabbar{display:grid;position:fixed;z-index:100;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid #e6e9e2;border-radius:20px;box-shadow:0 12px 35px #0e2d1760;padding:7px 4px}.mobile-tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#526052;font-size:10px;font-weight:800;min-height:50px}.mobile-tabbar a span{font-size:20px;line-height:20px;color:var(--green)}.mobile-tabbar .tab-order{background:var(--green);color:#fff;border-radius:15px}.mobile-tabbar .tab-order span{color:#fff}.content{padding:18px}.footer-copy{padding-bottom:4px}}
/* v1.4.0 - seção Raio Café */
.coffee-section{padding:58px 0;background:linear-gradient(135deg,#17391f,#3c2517);color:#fff}.coffee-intro{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}.coffee-intro>div{max-width:700px}.coffee-kicker{display:inline-block;background:#ffffff14;border:1px solid #ffffff25;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:1px}.coffee-intro h2{font-size:clamp(34px,5vw,55px);margin:12px 0 4px}.coffee-subtitle{font-size:19px!important;font-weight:700;color:#dbe9bc}.coffee-intro p{opacity:.88;line-height:1.5}.coffee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.coffee-card{background:#fff;color:#243128;border-radius:22px;overflow:hidden;box-shadow:0 14px 35px #0003;display:flex;flex-direction:column}.coffee-photo{height:210px;position:relative;overflow:hidden;background:#eadfcf}.coffee-photo img{width:100%;height:100%;object-fit:cover;display:block}.coffee-placeholder{height:100%;display:grid;place-items:center;font-size:64px}.coffee-badge{position:absolute;left:14px;top:14px;background:var(--lime);color:#17351b;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900}.coffee-body{padding:18px;display:flex;flex-direction:column;flex:1}.coffee-meta{display:flex;gap:7px;flex-wrap:wrap}.coffee-meta span{background:#f1f4ec;color:#52634e;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.coffee-body h3{font-size:22px;color:var(--green);margin:10px 0 2px}.coffee-body em{color:#8a4c2b;font-size:13px}.coffee-body p{font-size:14px;line-height:1.45;flex:1}.coffee-bottom{border-top:1px solid #edf0e9;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.coffee-bottom strong{font-size:26px;color:var(--brown)}.coffee-order{background:var(--green);color:#fff;padding:10px 15px;border-radius:11px;font-weight:900}.admin-title-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.admin-thumb{width:58px;height:58px;border-radius:12px;object-fit:cover}.status-pill{display:inline-block;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}.status-pill.on{background:#e6f4df;color:#28611d}.status-pill.off{background:#f1f1f1;color:#777}
@media(max-width:800px){.coffee-section{padding:32px 0;border-radius:28px 28px 0 0}.coffee-intro{display:block}.coffee-intro .btn{display:none}.coffee-intro h2{font-size:34px}.coffee-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin-right:-14px;padding:2px 14px 15px 0;scrollbar-width:none}.coffee-grid::-webkit-scrollbar{display:none}.coffee-card{flex:0 0 84%;scroll-snap-align:start}.coffee-photo{height:200px}.admin-title-row{align-items:flex-start;flex-direction:column}.admin-title-row .btn{width:100%;text-align:center}}

/* v1.4.1 — Raio Café: visual clean e sofisticado */
.coffee-section{
  padding:72px 0 78px;
  background:#f7f3ec;
  color:#30271f;
  border-top:1px solid #ebe3d8;
  border-bottom:1px solid #ebe3d8;
}
.coffee-intro{
  align-items:flex-end;
  margin-bottom:34px;
  padding-bottom:24px;
  border-bottom:1px solid #ded5c9;
}
.coffee-intro>div{max-width:650px}
.coffee-kicker{
  background:transparent;
  border:0;
  padding:0;
  border-radius:0;
  color:#80664d;
  font-size:11px;
  font-weight:800;
  letter-spacing:2.2px;
}
.coffee-intro h2{
  color:#2e241c;
  font-size:clamp(38px,5vw,58px);
  line-height:1;
  letter-spacing:-1.8px;
  margin:12px 0 10px;
}
.coffee-subtitle{
  color:#6f5844!important;
  font-size:18px!important;
  font-weight:600;
  margin:0 0 6px!important;
}
.coffee-intro p:not(.coffee-subtitle){color:#756b62;opacity:1;max-width:590px;margin-bottom:0}
.coffee-intro .btn.alt{
  background:#30271f;
  color:#fff;
  border:1px solid #30271f;
  border-radius:999px;
  padding:11px 18px;
  box-shadow:none;
}
.coffee-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.coffee-card{
  background:#fff;
  color:#30271f;
  border:1px solid #e8e0d5;
  border-radius:18px;
  box-shadow:0 8px 28px rgba(55,42,31,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.coffee-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(55,42,31,.11);border-color:#d9cbbd}
.coffee-photo{height:245px;background:#eee8df}
.coffee-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 70%,rgba(35,25,18,.10));pointer-events:none}
.coffee-placeholder{font-size:52px;background:#eee8df;color:#8a725d}
.coffee-badge{
  z-index:1;
  left:16px;
  top:16px;
  background:rgba(255,255,255,.94);
  color:#4b392a;
  border:1px solid rgba(75,57,42,.10);
  box-shadow:0 4px 15px rgba(0,0,0,.06);
  padding:7px 11px;
  font-size:10px;
  letter-spacing:.6px;
}
.coffee-body{padding:20px 20px 18px}
.coffee-meta{gap:6px}
.coffee-meta span{
  background:#f4f0ea;
  color:#76614e;
  border:1px solid #ebe3d9;
  padding:5px 9px;
  font-size:10px;
  letter-spacing:.35px;
}
.coffee-body h3{font-size:21px;line-height:1.2;color:#30271f;margin:13px 0 3px;letter-spacing:-.25px}
.coffee-body em{color:#92735a;font-size:12px}
.coffee-body p{color:#71675f;font-size:13.5px;line-height:1.55;margin:12px 0 18px}
.coffee-bottom{border-top:1px solid #eee7de;padding-top:16px}
.coffee-bottom strong{font-size:23px;color:#30271f;letter-spacing:-.5px}
.coffee-order{
  background:#30271f;
  color:#fff;
  padding:10px 16px;
  border-radius:999px;
  font-size:13px;
  box-shadow:none;
  transition:background .2s ease,transform .2s ease;
}
.coffee-order:hover{background:#584331;transform:translateY(-1px)}
@media(max-width:800px){
  .coffee-section{padding:38px 0 46px;border-radius:0}
  .coffee-intro{padding-bottom:20px;margin-bottom:22px}
  .coffee-intro h2{font-size:37px;letter-spacing:-1px}
  .coffee-subtitle{font-size:16px!important}
  .coffee-grid{gap:13px;margin-right:-14px;padding-bottom:12px}
  .coffee-card{flex:0 0 82%;border-radius:16px;box-shadow:0 7px 22px rgba(55,42,31,.07)}
  .coffee-card:hover{transform:none}
  .coffee-photo{height:220px}
  .coffee-body{padding:17px}
  .coffee-bottom strong{font-size:22px}
}
@media(max-width:430px){.coffee-card{flex-basis:86%}.coffee-photo{height:205px}}
/* v1.5.0 - PWA, promoções e identidade */
.pwa-actions{position:fixed;right:18px;bottom:92px;z-index:70;display:flex;gap:8px;flex-direction:column;align-items:flex-end}.pwa-install,.pwa-notify{border:1px solid rgba(22,75,29,.14);background:#fff;color:#164b1d;padding:11px 15px;border-radius:999px;font-weight:800;box-shadow:0 8px 28px rgba(0,0,0,.12);cursor:pointer}.pwa-install.ready{background:#164b1d;color:#fff}.promo-modal{position:fixed;inset:0;z-index:999;display:none;align-items:center;justify-content:center;padding:20px}.promo-modal.show{display:flex}.promo-backdrop{position:absolute;inset:0;background:rgba(12,20,13,.62);backdrop-filter:blur(5px)}.promo-dialog{position:relative;z-index:1;width:min(620px,100%);max-height:94vh;background:#fff;border-radius:26px;overflow-x:hidden;overflow-y:auto;box-shadow:0 30px 90px rgba(0,0,0,.28);animation:promoIn .25s ease;scrollbar-width:thin}.promo-image{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#111}.promo-content{padding:28px}.promo-content>span{font-size:11px;letter-spacing:.16em;font-weight:900;color:#55745b}.promo-content h2{font-size:30px;line-height:1.05;margin:8px 0 12px;color:#17331d}.promo-content p{color:#5f685f;line-height:1.6;margin-bottom:20px}.promo-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:25px;line-height:1;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.12)}@keyframes promoIn{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:700px){.pwa-actions{right:12px;bottom:82px}.pwa-install,.pwa-notify{padding:9px 12px;font-size:12px}.promo-modal{padding:12px}.promo-dialog{width:min(94vw,620px);max-height:92vh;border-radius:22px}.promo-image{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain}.promo-content{padding:22px}.promo-content h2{font-size:26px}}
