.user-selector{display:flex;flex-direction:column;gap:.75rem}.user-form{display:flex;align-items:center;gap:.5rem}.user-input-container{display:flex;gap:.5rem}.user-selector input{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;min-width:200px}.set-name-button{padding:.5rem 1rem;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.set-name-button:hover:not(:disabled){background:#218838}.set-name-button:disabled{background:#6c757d;cursor:not-allowed}.current-user{font-size:.9rem;color:#666;padding:.25rem 0}.calendar-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;margin-bottom:2rem}.calendar-navigation{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.calendar-navigation h2{margin:0;font-size:1.25rem;color:#333}.nav-button{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.nav-button:hover{background:#0056b3}.calendar-grid{display:flex;min-height:400px}.calendar-month{flex:1;padding:1rem}.calendar-month-header{text-align:center;margin-bottom:1rem}.calendar-month-header h3{margin:0;color:#333;font-size:1.1rem}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e9ecef;margin-bottom:1px}.calendar-weekday{padding:.5rem;text-align:center;font-weight:600;font-size:.85rem;color:#666;background:#fff}.calendar-days{display:flex;flex-direction:column}.calendar-row{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e9ecef}.calendar-day{background:#fff;min-height:60px;padding:.25rem;position:relative;transition:background-color .2s,transform .1s}.calendar-day:hover{background:#f8f9fa;transform:translateY(-1px)}.calendar-day.other-month{background:#f8f9fa;color:#999}.calendar-day.today{background:#fff3cd}.calendar-day.has-votes{background:#d4edda}.calendar-day.user-voted{background:#cce7ff;border:2px solid #007bff}.calendar-day.user-voted.has-votes{background:#b8daff}.day-number{font-weight:600;margin-bottom:.25rem}.vote-indicator{position:absolute;bottom:2px;right:2px;background:#28a745;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:.5rem;border-radius:4px;font-size:.85rem;z-index:10000;white-space:nowrap;box-shadow:0 2px 8px #0000004d;margin-bottom:5px}.tooltip-content h4{margin:0 0 .25rem;font-size:.9rem}.tooltip-content ul{margin:0;padding-left:1rem}.tooltip-content li{margin-bottom:.125rem}.voted-days-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.voted-days-list h3{margin:0 0 1rem;color:#333;font-size:1.25rem}.no-votes{color:#666;font-style:italic;text-align:center;padding:2rem}.voted-days-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.voted-day-item{border:1px solid #e9ecef;border-radius:6px;padding:1rem;transition:all .2s;position:relative}.voted-day-item:hover{border-color:#007bff;box-shadow:0 2px 4px #007bff33}.voted-day-item.user-voted{border-color:#007bff;background:#f8f9ff}.voted-day-info{display:flex;justify-content:space-between;align-items:center}.voted-day-date{font-weight:600;color:#333}.voted-day-count{background:#28a745;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.85rem;font-weight:600}.voters-breakdown{display:flex;flex-direction:column;gap:1rem}.voters-section{min-width:0}.voters-section h4{margin-bottom:.5rem;font-size:.85rem;font-weight:600}.not-voted-section{border-top:1px solid rgba(255,255,255,.2);padding-top:.75rem}.not-voted-section h4{color:#ccc}.not-voted-section ul{opacity:.8}.no-voters{margin:0;font-style:italic;color:#ccc;font-size:.8rem}@media (max-width: 768px){.calendar-grid{flex-direction:column}.calendar-navigation{padding:1rem}.calendar-navigation h2{font-size:1rem}.app-main{padding:1rem}.app-header{padding:1rem;flex-direction:column;gap:1rem;text-align:center}.app-header h1{font-size:1.25rem}.user-form{flex-direction:column;align-items:stretch;gap:.5rem}.user-input-container{flex-direction:column;gap:.5rem}.user-selector input{min-width:auto}.voted-days-grid{grid-template-columns:1fr}}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:90vw;max-height:90vh;width:500px;overflow:hidden;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e9ecef}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#333}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#f8f9fa;color:#333}.modal-body{padding:1.5rem;max-height:60vh;overflow-y:auto}.vote-details-modal .vote-summary{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.vote-details-modal .vote-summary p{margin:.5rem 0;color:#555}.vote-details-modal .user-vote-status{color:#28a745;font-weight:600}.vote-details-modal .voters-breakdown,.vote-details-modal .voters-section{margin-bottom:1.5rem}.vote-details-modal .voters-section h4{margin:0 0 .5rem;color:#333;font-size:1rem}.vote-details-modal .voters-section ul{list-style:none;padding:0;margin:0}.vote-details-modal .voters-section li{padding:.25rem 0;border-bottom:1px solid #f8f9fa;color:#666}.vote-details-modal .voters-section li.current-user{font-weight:600;color:#007bff}.vote-details-modal .voters-section li:last-child{border-bottom:none}.vote-details-modal .not-voted-section{opacity:.7}.vote-details-modal .not-voted-section h4{color:#999}.vote-details-modal .no-voters{color:#999;font-style:italic;margin:.5rem 0}.modal-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e9ecef}.add-vote-btn{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.add-vote-btn:hover{background:#218838;transform:translateY(-1px)}.add-vote-btn:active{transform:translateY(0)}.remove-vote-btn{background:#dc3545;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.remove-vote-btn:hover{background:#c82333;transform:translateY(-1px)}.remove-vote-btn:active{transform:translateY(0)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.header-content{display:flex;flex-direction:column;gap:.5rem}.app-header h1{margin:0;color:#333;font-size:1.5rem}.poll-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.poll-label{font-weight:600}.poll-id{font-family:monospace;background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;font-size:.85rem}.app-main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;color:#666}
