:root{--brown:#2e1b10;--brown2:#4b2f1d;--tan:#d7ad72;--cream:#faf6ef;--card:#fffdf9;--line:#e6dacb;--olive:#687a3c;--orange:#b54f18;--blue:#28466d;--green:#4f8b49;--red:#b83a2e;--ink:#221a15;--muted:#776e66;--shadow:0 8px 24px rgba(46,27,16,.09)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--cream);color:var(--ink)}a{color:inherit;text-decoration:none}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#2b180d,#392111);color:#f5e4c7;padding:24px 18px;display:flex;flex-direction:column;gap:18px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:78px;height:auto;max-height:90px;object-fit:contain;display:block}.brand div{display:flex;flex-direction:column}.brand b{font-size:13px;color:var(--tan)}.brand span{font-size:20px;font-weight:800}.sidebar nav{display:flex;flex-direction:column;gap:7px;margin-top:8px}.sidebar nav a{padding:12px 13px;border-radius:12px;color:#f2dfbd}.sidebar nav a:hover{background:#5a3924}.sidebar-note{margin-top:auto;border:1px dashed #8c6845;padding:18px;border-radius:16px;display:flex;flex-direction:column;gap:6px;background:#3b2414}.sidebar-note:first-letter{font-size:28px}.sidebar-note span{font-family:Georgia,serif;font-style:italic;color:#d9b77d}.logout{font-size:13px;opacity:.8}.main{padding:26px 28px 40px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.topbar h1{margin:0;font-family:Georgia,serif;font-size:30px}.topbar small{color:var(--muted)}.admin-chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 14px}.grid-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:18px}.kpi{display:flex;gap:14px;align-items:center}.iconbubble{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#f0d8af;font-size:25px;flex:0 0 auto}.kpi small{display:block;color:var(--muted)}.kpi strong{font-size:30px}.dashboard-grid{display:grid;grid-template-columns:1fr 1.3fr 1.2fr;gap:16px;margin-top:16px}.card h2{font-size:17px;margin:0 0 14px}.metric{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #eee}.metric:last-child{border:0}.metric b{font-size:24px}.good{color:var(--green)}.warn{color:var(--orange)}.bad{color:var(--red)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:9px;border-bottom:1px solid #eee;font-size:14px}th{color:var(--muted);font-weight:600}.rank{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ead8bb}.activity{margin-top:16px}.activity-row{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #eee}.actions{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:16px}.action-btn{padding:18px;border-radius:14px;color:white;font-weight:800;text-align:center;box-shadow:var(--shadow)}.action-btn.brown{background:#351e10}.action-btn.blue{background:var(--blue)}.action-btn.orange{background:var(--orange)}.action-btn.olive{background:var(--olive)}.action-btn.tan{background:#b9996a}.flash{padding:12px 14px;border-radius:12px;margin:0 0 16px;background:#e8f4e5;color:#2f672e}.flash.err{background:#fae6e3;color:#8d2b20}.form-card{max-width:980px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:700}.field input,.field select,.field textarea{width:100%;padding:11px 12px;border:1px solid #d7c8b8;border-radius:10px;background:white;font:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;padding:11px 15px;font-weight:800;cursor:pointer;background:var(--brown2);color:white}.btn.alt{background:#eee3d4;color:var(--brown)}.btn.green{background:var(--olive)}.btn.red{background:var(--red)}.toolbar{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin-bottom:16px}.toolbar .field{min-width:220px}.pill{display:inline-block;border-radius:999px;padding:4px 9px;font-size:12px;background:#f0e7da}.pill.pref{background:#e7eedc;color:#3f692b}.client-head{display:flex;justify-content:space-between;gap:20px;align-items:center}.client-name{font-size:28px;font-weight:900}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}.stat{background:#fbf4e8;border:1px solid #eadbc5;border-radius:14px;padding:14px}.stat b{font-size:24px}.center-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 30% 20%,#f3d7a8 0,#f8f3eb 35%,#f2ece3 100%)}.auth-card{width:min(470px,100%);background:#fffdf8;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 18px 60px rgba(46,27,16,.14)}.auth-brand{text-align:center}.auth-brand img{width:180px;height:auto;max-height:none;object-fit:contain;display:block;margin:0 auto 8px}.auth-brand h1{font-family:Georgia,serif;margin:4px 0 2px}.auth-brand p{color:var(--muted)}.auth-card .field{margin-top:12px}.auth-card .btn{width:100%;margin-top:16px}.auth-links{display:flex;justify-content:space-between;margin-top:14px;font-size:13px;color:#765840}.client-page{background:#f7f1e9;min-height:100vh;padding-bottom:36px}.client-top{background:linear-gradient(130deg,#21160f,#3b2c23);color:white;padding:26px 18px 70px}.client-wrap{width:min(820px,calc(100% - 24px));margin:-48px auto 0}.client-logo{display:flex;align-items:center;gap:13px;max-width:820px;margin:auto}.client-logo img{width:96px;height:auto;max-height:112px;object-fit:contain;display:block}.client-logo h1{font-size:28px;margin:0}.client-logo span{color:#e0b06d;font-weight:800}.client-card{background:#fffdf9;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:18px;margin-bottom:14px}.balance{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}.balance .big{font-size:64px;font-weight:950;line-height:1}.pawbadge{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#f1dbb8;font-size:38px}.progress{height:13px;background:#eadfce;border-radius:999px;overflow:hidden;margin-top:14px}.progress i{display:block;height:100%;background:linear-gradient(90deg,#7e5033,#b07c56);border-radius:999px}.movement{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0;border-bottom:1px dashed #ddd}.movement:last-child{border:0}.reward-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.reward{border:1px solid #e5d7c4;border-radius:14px;padding:12px;text-align:center;background:#fffaf3}.reward .r-ico{font-size:34px}.reward b{display:block;min-height:38px;font-size:13px}.reward .req{display:inline-block;background:#7a4c2f;color:white;border-radius:999px;padding:6px 10px;margin-top:8px;font-weight:800}.muted{color:var(--muted)}.footer-note{text-align:center;color:#6c6259;font-size:13px;padding:14px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.nowrap{white-space:nowrap}@media(max-width:980px){.admin-shell{grid-template-columns:1fr}.sidebar{display:none}.grid-kpi{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.actions{grid-template-columns:repeat(2,1fr)}.main{padding:18px}.reward-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-kpi,.form-grid,.stat-row,.two-col{grid-template-columns:1fr}.actions{grid-template-columns:1fr}.reward-grid{grid-template-columns:repeat(2,1fr)}.client-logo img{width:80px;height:auto;max-height:96px}.client-logo h1{font-size:24px}.balance .big{font-size:54px}}

/* ===== Club Donde el Oso V1.1 ===== */
.brand img{width:96px;height:auto;max-height:112px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.18))}.brand{align-items:center}.admin-shell{grid-template-columns:260px 1fr}.sidebar{padding:22px 18px}.auth-brand img{width:220px;height:auto;max-height:none;filter:drop-shadow(0 9px 18px rgba(46,27,16,.18));margin:0 auto 6px}.admin-login-card .auth-brand img{width:210px}.client-logo img{width:118px;height:auto;max-height:132px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))}.client-top{padding-top:22px;background:radial-gradient(circle at 22% 20%,#4d301f 0,#2f1d13 32%,#1f1510 100%)}.client-logo h1{font-family:Georgia,serif;letter-spacing:.1px}.client-card{backdrop-filter:blur(3px)}.balance-title{font-size:24px}.section-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.section-heading h2{margin-bottom:4px}.section-heading p{margin:0 0 14px}.reward{position:relative;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.reward.available{border-color:#9fb179;background:#fbfff4;box-shadow:0 8px 18px rgba(79,139,73,.12)}.reward.available:hover{transform:translateY(-2px)}.reward.locked{opacity:.78;background:#f8f4ee}.reward.locked .r-ico{filter:grayscale(.25)}.reward-status{margin-top:8px;font-size:11px;line-height:1.25;color:#75695f;min-height:28px}.available-text{color:#44753e;font-weight:900}.no-paw{display:inline-flex;align-items:center;justify-content:center;background:#eee7df;color:#6e635a;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.muted-pill{background:#eee7df!important;color:#6e635a!important}.field-help{font-size:12px;color:var(--muted);line-height:1.35}.consent-row{display:flex;gap:8px;align-items:flex-start;margin-top:13px;font-size:13px;color:#5f554d}.consent-row input{margin-top:3px}.public-auth{align-items:start;padding-top:34px}.auth-stack{width:min(760px,100%);display:flex;flex-direction:column;align-items:center;gap:18px}.solar-card{width:100%;display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:start;background:linear-gradient(145deg,#fffdf7,#f4ead8);border:1px solid #dfcda9;border-radius:20px;padding:20px 22px;box-shadow:0 12px 32px rgba(46,27,16,.10);color:#342419}.solar-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ffd879,#efb84f);font-size:33px;box-shadow:inset 0 0 0 5px rgba(255,255,255,.42),0 8px 18px rgba(181,126,38,.18)}.solar-copy h2{margin:0 0 8px;font-family:Georgia,serif;font-size:21px;color:#3b281a}.solar-copy p{margin:6px 0;line-height:1.52;color:#625449}.solar-green{font-weight:800;color:#527244!important}.solar-badges{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.solar-badges span{display:inline-flex;align-items:center;border-radius:999px;background:#fff;border:1px solid #decba8;padding:7px 10px;font-size:12px;font-weight:800;color:#4b3829}.solar-copy small{display:block;border-top:1px solid #e4d5bd;padding-top:10px;margin-top:10px;color:#776859}.client-wrap>.solar-card{margin-top:6px}.footer-note a{text-decoration:underline;text-underline-offset:2px}.auth-links{justify-content:center}.auth-card{overflow:hidden}.admin-login-card{width:min(500px,100%)}
@media(max-width:980px){.admin-shell{grid-template-columns:1fr}.solar-card{grid-template-columns:60px 1fr}.solar-icon{width:54px;height:54px;font-size:29px}}
@media(max-width:600px){.auth-brand img{width:185px}.admin-login-card .auth-brand img{width:180px}.client-logo img{width:96px;max-height:110px}.client-logo{gap:10px}.client-top{padding:18px 14px 64px}.client-wrap{width:min(100% - 16px,820px)}.client-card{padding:15px}.balance{grid-template-columns:58px 1fr;gap:12px}.pawbadge{width:58px;height:58px;font-size:30px}.balance-title{font-size:20px}.reward-grid{grid-template-columns:1fr 1fr}.reward{padding:10px}.solar-card{grid-template-columns:1fr;text-align:center;padding:17px 15px}.solar-icon{margin:auto}.solar-badges{justify-content:center}.public-auth{padding:16px 10px}.auth-card{padding:22px 18px}}
