:root{--bg:#faf6ee;--bg2:#f1e9da;--card:#fffdf8;--ink:#2b2420;--muted:#6b5f56;--line:#e4d9c6;--accent:#b9542c;--accent-ink:#fff;--green:#4c7a48;--green-soft:#e3eedd;--amber:#f3e2b7;--red:#a33b2e;--r:14px;--shadow:0 1px 2px #3c28140f,0 6px 18px -8px #3c28142e;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);flex-direction:column;min-height:100vh;margin:0;font-size:17px;line-height:1.5;display:flex}img{max-width:100%;display:block}a{color:var(--accent)}h1,h2,h3{letter-spacing:-.01em;margin:0 0 .5rem;font-weight:700;line-height:1.2}h1{font-size:clamp(1.7rem,5vw,2.4rem)}h2{font-size:1.35rem}p{margin:0 0 1rem}.wrap{max-width:960px;margin:0 auto;padding:0 1rem}.site-head{background:var(--bg);border-bottom:1px solid var(--line);z-index:5;position:sticky;top:0}.site-head .wrap{justify-content:space-between;align-items:center;gap:.6rem;min-height:56px;display:flex}.brand{color:var(--ink);align-items:center;gap:.5rem;font-weight:800;text-decoration:none;display:flex}.brand svg{flex:none;width:30px;height:30px}.brand span{font-size:.95rem;line-height:1.1}.nav{align-items:center;gap:.15rem;display:flex}.nav a{color:var(--ink);border-radius:8px;padding:.45rem .55rem;font-size:.95rem;text-decoration:none}.nav a[aria-current]{background:var(--bg2)}.nav .lang{border:1px solid var(--line);padding:.3rem .5rem;font-size:.8rem}main{flex:1 0 auto;width:100%;padding:1.4rem 0 3rem}.hero{padding:1.5rem 0 .5rem}.hero p.lead{color:var(--muted);max-width:40rem;font-size:1.12rem}.btns{flex-wrap:wrap;gap:.6rem;margin:1.2rem 0;display:flex}.btn{cursor:pointer;background:var(--accent);color:var(--accent-ink);border:0;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;min-height:48px;padding:.8rem 1.3rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn.sec{background:var(--bg2);color:var(--ink)}.btn.green{background:var(--green)}.btn.ghost{border:1px solid var(--line);color:var(--ink);background:0 0}.btn:disabled{opacity:.55;cursor:wait}.btn.full{width:100%}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:1rem}.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.vcard{color:inherit;grid-template-columns:84px 1fr;gap:.8rem;text-decoration:none;display:grid}.vcard .ph{background:var(--bg2);object-fit:cover;border-radius:12px;place-items:center;width:84px;height:84px;font-size:2rem;display:grid;overflow:hidden}.vcard .ph img{object-fit:cover;width:100%;height:100%}.vcard h3{margin:0 0 .1rem;font-size:1.05rem}.vcard small{color:var(--muted);margin-bottom:.3rem;display:block}.vcard p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.95rem;display:-webkit-box;overflow:hidden}.tag{background:var(--bg2);color:var(--muted);border-radius:999px;padding:.1rem .6rem;font-size:.8rem;display:inline-block}.note{color:var(--muted);font-size:.85rem;font-style:italic}.filters{flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.2rem;display:flex}.filters select{flex:140px}select,input,textarea{font:inherit;color:inherit;border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;min-height:48px;padding:.7rem .8rem}textarea{resize:vertical;min-height:130px}label{margin:1.1rem 0 .3rem;font-weight:600;display:block}.hint{color:var(--muted);margin:-.1rem 0 .4rem;font-size:.88rem}.check{align-items:flex-start;gap:.6rem;margin:.6rem 0;font-weight:400;display:flex}.check input{flex:none;width:1.3rem;height:1.3rem;min-height:0;margin:.15rem 0 0}.chips{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid var(--line);cursor:pointer;font:inherit;background:#fff;border-radius:999px;min-height:44px;padding:.55rem .9rem;font-size:.95rem}.chip[aria-pressed=true],.chip.on{background:var(--green-soft);border-color:var(--green);font-weight:600}.msg{border-radius:10px;margin:1rem 0;padding:.8rem 1rem}.msg.ok{background:var(--green-soft)}.msg.warn{background:var(--amber)}.msg.err{color:var(--red);background:#f7ddd8}.status{border-radius:999px;padding:.2rem .8rem;font-weight:700;display:inline-block}.status.pending{background:var(--amber)}.status.approved{background:var(--green-soft);color:var(--green)}.status.rejected{color:var(--red);background:#f7ddd8}.status.hidden{background:var(--bg2)}.profile{gap:1.2rem;display:grid}@media (width>=720px){.profile{grid-template-columns:320px 1fr}}.profile .photo{aspect-ratio:1;border-radius:var(--r);object-fit:cover;background:var(--bg2);width:100%}.profile .photo.empty{place-items:center;font-size:4rem;display:grid}.qr{border:1px solid var(--line);background:#fff;border-radius:10px;width:180px;height:180px;padding:8px}.steps{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.steps{grid-template-columns:1fr 1fr 1fr}}.steps li{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:1rem}.steps b{color:var(--accent);font-size:1.4rem;display:block}.site-foot{border-top:1px solid var(--line);color:var(--muted);margin-top:3rem;padding:1.5rem 0 2.5rem;font-size:.9rem}.site-foot .wrap{flex-wrap:wrap;align-items:center;gap:.5rem 1.2rem;display:flex}.site-foot a{color:var(--muted)}.sr{position:absolute;left:-9999px}.offline{background:var(--amber);text-align:center;padding:.5rem;font-size:.9rem;display:none}.is-offline .offline{display:block}.review dt{color:var(--muted);margin-top:.7rem;font-size:.85rem;font-weight:600}.review dd{margin:0}
