body{font-family:sans-serif;margin:0;padding:10px;background-color:#f4f4f4;color:#333}.container{max-width:600px;margin:0 auto;background-color:#fff;padding:15px;border-radius:8px;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center}h1,h2,h3{color:#5d4037}h1{font-size:1.7em;margin:10px}.button,button{background-color:#a1887f;color:#fff;border:none;padding:10px 15px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.button:hover,button:hover{background-color:#795548}.button.block{display:block;width:100%}button:disabled{background-color:#ccc;cursor:not-allowed}input[type=text]{width:calc(100% - 22px);padding:10px;margin-bottom:10px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.auth-container{text-align:center;padding:20px}.poll-page .poll-info{text-align:center;margin-bottom:20px}.cookie-image{max-width:100%;height:auto;border-radius:8px;margin-bottom:15px}.cookie-description{font-style:italic;color:#555;margin-bottom:15px}.proposal-form,.name-list{margin-top:20px;padding-top:20px;border-top:1px solid #eee}.name-list ul{list-style:none;padding:0}.name-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #eee;flex-wrap:wrap}.name-item:last-child{border-bottom:none}.name-text{font-weight:700;flex-grow:1}.vote-count{margin-left:10px;color:#777;font-size:.9em}.proposer-info{font-size:.8em;color:#888;width:100%;text-align:left;padding-left:5px}.vote-button{margin-left:10px;padding:5px 10px;font-size:.9em}.name-item.voted-for{background-color:#e8f5e9}.name-item.voted-for .vote-button{background-color:#4caf50}.countdown-timer{margin-top:15px;font-size:.9em;color:#333;background-color:#fff9c4;padding:10px;border-radius:4px;text-align:center}.countdown-timer strong{color:#d32f2f}.error-message{color:red;font-size:.9em;margin-top:5px;margin-bottom:10px}.item-error{width:100%;text-align:right}.success-message{color:green;font-size:.9em;margin-bottom:10px}@media (min-width: 768px){.name-item{flex-wrap:nowrap}.proposer-info{width:auto;margin-left:10px}}
