:root{--bg: #f2f2f2;--text: #1a1a1a;--brand: #3a4f6b;--category-box: #e3e3e3;--white: #ffffff;--line: #e0e0e0;--pill: 999px;--radius-card: 16px;--maxw: 1160px;font-family:Rubik,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);line-height:1.5}img,picture,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border:none;background:none}h1,h2,h3{font-weight:700;line-height:1.15;letter-spacing:-.01em}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:20px}.pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--pill);padding:10px 20px;font-weight:500;font-size:.95rem;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .05s ease}.pill:active{transform:translateY(1px)}.pill--solid{background:var(--brand);color:var(--white)}.pill--solid:hover{background:#32445d}.pill--outline{background:transparent;color:var(--brand);border:1.5px solid var(--brand)}.pill--outline:hover{background:#3a4f6b14}.pill--ghost{background:var(--white);color:var(--text);border:1.5px solid var(--line)}.pill--ghost:hover{border-color:#cfcfcf}.pill--sm{padding:7px 14px;font-size:.85rem}.oimg{position:relative;display:block;width:100%;height:100%;overflow:hidden}.oimg-img{opacity:0;transition:opacity .25s ease}.oimg-img.is-loaded{opacity:1}.oimg-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--category-box) 25%,#ececec 37%,var(--category-box) 63%);background-size:400% 100%;animation:oimg-shimmer 1.4s ease-in-out infinite}@keyframes oimg-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion: reduce){.oimg-skeleton{animation:none}.oimg-img{transition:none}}.pcard{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 10px 26px -18px #00000029;transition:transform .16s ease,box-shadow .16s ease}.pcard:hover{transform:translateY(-3px);box-shadow:0 20px 38px -20px #0003}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}select,textarea,input[type=text],input[type=number],input[type=email],input[type=password],input[type=date]{font:inherit;color:var(--text);background:var(--white);border:1px solid var(--line);border-radius:10px;padding:9px 12px;width:100%}textarea{resize:vertical;line-height:1.45}select{cursor:pointer;width:auto}input:focus,select:focus,textarea:focus{outline:2px solid var(--brand);outline-offset:0;border-color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.rich-lista{padding-left:20px;display:grid;gap:8px}.rich-lista li{list-style:disc}
