:root{--g:#126448;--ink:#17251f;--muted:#75817c;--line:#e3e9e6;--bg:#f3f6f4}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.app{min-height:100vh;display:flex}button{font:inherit;cursor:pointer}.app>aside{position:fixed;inset:0 auto 0 0;width:108px;background:white;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:25px 12px;z-index:5}.logo{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#207b5a,#0b4d37);color:white;font:700 26px Georgia;box-shadow:0 12px 25px #12644833}aside nav{width:100%;display:grid;gap:9px;margin-top:38px}aside nav button{border:0;background:none;height:62px;border-radius:14px;color:#7e8984;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;font-size:18px}aside nav span{font-size:9px}aside nav button.active{background:#eaf2ee;color:var(--g);box-shadow:inset 3px 0 var(--g)}.user{margin-top:auto;width:100%;padding-top:15px;border-top:1px solid var(--line);display:grid;place-items:center;gap:5px;background:linear-gradient(135deg,#d6b18b,#8a5942);background-clip:text;color:var(--g);font-weight:900}.user small{font-size:8px;color:var(--muted)}main{margin-left:108px;width:calc(100% - 108px)}header{height:99px;background:white;border-bottom:1px solid var(--line);padding:0 3.5vw;display:flex;align-items:center;position:sticky;top:0;z-index:4}header small,.heading small,.cardtitle small{font-size:8px;letter-spacing:.15em;color:#89938f;font-weight:800}header h1{margin:5px 0 0;font:600 28px Georgia}.normal{margin-left:auto;margin-right:18px;color:var(--muted);font-size:9px}.normal::first-letter{color:#2ab674}.bell{width:41px;height:41px;border:1px solid var(--line);border-radius:13px;background:white;position:relative}.bell b{position:absolute;right:-5px;top:-6px;width:18px;height:18px;border-radius:50%;background:#c95750;color:white;font-size:8px;display:grid;place-items:center}.layout{max-width:1480px;margin:auto;padding:30px 3.5vw 55px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);gap:26px}.primary,.secondary{display:grid;align-content:start;gap:13px}.meeting{padding:27px 30px;min-height:305px;border-radius:26px;background:radial-gradient(circle at 85% 0,#48ae8060,transparent 35%),linear-gradient(120deg,#173c31,#0c593f);color:white;box-shadow:0 20px 42px #104e3828;position:relative;overflow:hidden}.meeting:after{content:"";position:absolute;width:330px;height:330px;border:1px solid #fff2;border-radius:50%;right:-100px;bottom:-185px;box-shadow:0 0 0 55px #fff1,0 0 0 110px #fff1}.meeting>em{font-size:8px;letter-spacing:.1em;font-style:normal;background:#fff2;border:1px solid #fff2;padding:7px 10px;border-radius:8px}.meeting>p{font-size:11px;color:#cce0d8;max-width:690px;line-height:1.6}.meeting h2{font:600 clamp(28px,3vw,40px) Georgia;margin:22px 0 5px}.people{display:flex;align-items:center;margin-top:19px}.people i{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#e1be98;color:#244638;border:2px solid #18513e;margin-left:-7px;font-size:8px;font-style:normal;font-weight:800}.people i:first-child{margin:0}.people span{font-size:8px;color:#cce0d8;margin-left:10px}.actions{display:flex;gap:8px;margin-top:20px;position:relative;z-index:2}.actions button,.vote>button{border:0;border-radius:11px;min-height:44px;padding:0 18px;font-size:9px;font-weight:800}.actions button:first-child{background:white;color:#124d38}.actions button:last-child{background:#fff1;color:white;border:1px solid #fff4}.heading{display:flex;align-items:end;justify-content:space-between;margin-top:10px}.heading h2,.cardtitle h2{font:600 21px Georgia;margin:4px 0}.heading>button{border:0;background:none;color:var(--g);font-size:9px}.vote{background:white;border:1px solid var(--line);border-radius:18px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px}.square{width:46px;height:46px;border-radius:14px;background:#e8f2ed;color:var(--g);display:grid;place-items:center;font-size:22px}.square.amber{background:#fff2dc;color:#a86f18}.vote em,.requests em{font-style:normal;font-size:7px;font-weight:900;letter-spacing:.08em;background:#e9f4ef;color:var(--g);padding:5px 8px;border-radius:99px}.vote em.amber{background:#fff3df;color:#a26a15}.vote h3{font-size:13px;margin:7px 0 3px}.vote p{font-size:9px;color:var(--muted);margin:0}.meta{display:flex;justify-content:space-between;font-size:8px;color:var(--muted);margin-top:12px}.progress{height:5px;background:#e7ece9;margin-top:6px;border-radius:5px}.progress i{display:block;width:65%;height:100%;background:linear-gradient(90deg,var(--g),#58b68e);border-radius:5px}.vote>button{background:#173c31;color:white}.vote>button.next{width:38px;min-height:38px;padding:0;background:white;color:var(--muted);border:1px solid var(--line);font-size:22px}.requests{display:grid;grid-template-columns:1.3fr .8fr;gap:12px}.requests article,.requests>button{background:white;border:1px solid var(--line);border-radius:18px;padding:19px;min-height:140px;text-align:left}.requests h3{font-size:13px;margin:24px 0 4px}.requests p,.requests small{font-size:8px;color:var(--muted)}.requests article>small{display:block;margin-top:17px}.requests>button{border-style:dashed;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.requests>button b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eaf2ee;color:var(--g);font-size:20px}.requests>button strong{font-size:10px;color:var(--ink);margin:8px 0 3px}.card{background:white;border:1px solid var(--line);border-radius:21px;padding:21px;box-shadow:0 5px 20px #1b332408}.ring{width:130px;height:130px;margin:16px auto;border-radius:50%;background:conic-gradient(var(--g) 0 78%,#e8eeeb 78%);display:grid;place-items:center}.ring:before{content:"";position:absolute;width:108px;height:108px;background:white;border-radius:50%}.ring span{position:relative;display:grid;text-align:center}.ring b{font:600 29px Georgia}.ring small,.stats small{font-size:7px;color:var(--muted)}.stats{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--line);padding:14px 0}.stats span{display:grid;text-align:center}.stats span+span{border-left:1px solid var(--line)}.stats b{font:600 18px Georgia}.pulse>p{text-align:center;font-size:8px;color:var(--muted);line-height:1.5}.pulse .heading em{font-size:8px;color:var(--g);background:#e9f4ef;padding:5px 8px;border-radius:99px}.cardtitle{display:flex;align-items:center;gap:10px}.guard{margin:17px 0;padding:12px;border-radius:13px;background:#f4f7f5;color:#2ab674;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.guard span{display:grid;color:var(--ink)}.guard b{font-size:9px}.guard small{font-size:7px;color:var(--muted)}.guard em{font-style:normal;font-size:7px;color:#25835c}.two{display:grid;grid-template-columns:1fr 1fr;gap:7px}.two button,.president>button{min-height:41px;border:1px solid var(--line);border-radius:10px;background:white;font-size:8px;font-weight:800}.portrait{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#d8b18c,#8b5942);color:white;font-size:10px;font-weight:800}.president h3{font-size:12px;margin:3px 0}.president .cardtitle p{margin:0;font-size:7px;color:var(--muted)}blockquote{font:italic 12px/1.6 Georgia;border-left:2px solid #5ba486;margin:16px 0;padding-left:12px;color:#56635e}.president>button{width:100%;background:#eaf2ee;color:var(--g)}.news>p{border-top:1px solid var(--line);padding:11px 0;margin:0;display:grid}.news b{font-size:9px}.news p small{font-size:7px;color:var(--muted);margin-top:3px}.mobile{display:none}@media(max-width:1000px){.layout{grid-template-columns:1fr}.secondary{grid-template-columns:1fr 1fr}.news{grid-column:span 2}}@media(max-width:700px){.app>aside{display:none}main{margin-left:0;width:100%;padding-bottom:70px}header{height:76px;padding:0 15px}header h1{font-size:21px}.normal{display:none}.layout{padding:15px 13px 25px}.meeting{padding:21px 18px;min-height:350px}.actions{display:grid}.vote{grid-template-columns:auto 1fr}.vote>button:not(.next){grid-column:1/-1}.requests,.secondary{grid-template-columns:1fr}.news{grid-column:auto}.mobile{position:fixed;display:flex;inset:auto 0 0;height:68px;background:white;border-top:1px solid var(--line);z-index:9;justify-content:space-around}.mobile button{border:0;background:none;color:#808b86;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:14px}.mobile span{font-size:7px}.mobile .active{color:var(--g)}}
