:root{color-scheme:light;font-family:system-ui,-apple-system,sans-serif}body{margin:0;background:#faf8f4;color:#171310}.page-centered{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.voting-board{max-width:1100px;margin:0 auto;padding:1rem 1rem 4rem}.voting-board__header{position:sticky;top:0;background:#faf8f4;padding:.75rem 0;border-bottom:1px solid #ddcfa8;z-index:1}.voting-board__header h1{font-size:1.25rem;margin:0 0 .5rem;color:#171310}.dot-budget{display:flex;align-items:center;gap:.5rem}.dot-budget__count{font-size:1.5rem;font-weight:700}.dot-budget__label{color:#5c4d34}.dot-budget button{border:none;border-radius:999px;background:#2f9e56;color:#fff;font-weight:600;cursor:pointer;padding:.4rem .9rem;font-size:.85rem}.voting-board__error{color:#a1281f}.item-grid{margin:1rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.85rem}.item-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#f7ecd2;border-radius:20px;padding:.9rem .75rem .75rem;box-shadow:0 1px 2px #0000000d}.item-card__stage{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;min-height:150px}.item-card__title{position:relative;z-index:1;max-width:92%;margin:.3rem 0 0;padding:.15rem .6rem;font-size:.95rem;font-weight:700;color:#171310;text-align:center;background:#f7ecd2eb;border-radius:8px}.dot-cluster{position:absolute;top:0;right:0;bottom:0;left:0}.dot-cluster__dot{position:absolute;box-sizing:border-box;border:1.5px solid rgba(20,15,10,.85);transform:translate(-50%,-50%)}.dot-cluster__dot--circle{width:22px;height:22px;border-radius:50%;box-shadow:0 1px 1px #00000026}.dot-cluster__dot--star{width:32px;height:32px;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.item-card__footer{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:.4rem}.item-card__yours{font-size:.65rem;font-weight:600;color:#5c4d34;background:#efe1bd;border-radius:999px;padding:.1rem .45rem;min-height:1.1rem}.item-card__voting{display:flex;align-items:center;gap:.5rem}.item-card__count{min-width:1.7rem;text-align:center;font-weight:700;color:#171310;background:#e7d6ab;border-radius:999px;padding:.3rem .6rem}.item-card__vote-button{border:none;border-radius:50%;width:2.1rem;height:2.1rem;font-size:1.2rem;font-weight:700;line-height:1;background:#2f9e56;color:#fff;cursor:pointer}.item-card__vote-button:disabled{background:#e3ded0;color:#a89f8c;cursor:not-allowed}
