*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#8b9d83;color:#333;line-height:1.6;min-height:100vh;padding:20px}.container{max-width:1400px;margin:0 auto;background:white;border-radius:20px;box-shadow:0 20px 60px rgba(45,90,61,0.3);padding:40px}header{text-align:center;margin-bottom:20px;padding-bottom:20px;border-bottom:3px solid #2d5a3d}header h1{font-size:2.5rem;color:#1a3d2a;margin-bottom:10px}.subtitle{font-size:1.1rem;color:#666}.google-calendar-section{margin-top:20px;padding:15px;background:#2d5a3d;border-radius:10px;color:white}.google-connected,.google-disconnected{display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap}.google-status{font-size:1.1rem;font-weight:bold}.connect-button,.sync-button{background:white;color:#2d5a3d;border:0;padding:10px 20px;border-radius:8px;font-weight:bold;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .2s ease,box-shadow .2s ease}.connect-button:hover,.sync-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.2)}.disconnect-link{color:white;text-decoration:underline;font-size:.9rem;cursor:pointer}.disconnect-link:hover{opacity:.8}.calendar-selection-section{margin-top:20px;padding:20px 25px;background:white;border-radius:12px;border:2px solid #2d5a3d;box-shadow:0 4px 12px rgba(45,90,61,0.2)}.calendar-selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.calendar-selection-header h3{color:#1a3d2a;margin:0;font-size:1.1rem}.close-calendar-btn{background:0;border:0;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-calendar-btn:hover{background:#f0f0f0;color:#333}.calendar-list{max-height:300px;overflow-y:auto;margin-bottom:15px}.calendar-item{display:flex;align-items:center;padding:10px;border-radius:8px;margin-bottom:8px;background:#f8f9fa;transition:all .2s ease}.calendar-item:hover{background:#e9ecef}.calendar-checkbox{margin-right:12px;cursor:pointer;width:18px;height:18px}.calendar-label{display:flex;align-items:center;gap:10px;cursor:pointer;flex:1}.calendar-color{width:16px;height:16px;border-radius:50%;display:inline-block}.calendar-name{font-weight:500;color:#333}.primary-badge{background:#c87941;color:white;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.calendar-selection-actions{display:flex;justify-content:center}.sync-calendars-btn{background:#2d5a3d;color:white;border:0;padding:12px 30px;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(45,90,61,0.3)}.sync-calendars-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,90,61,0.4);background:#1a3d2a}.sync-calendars-btn:disabled{opacity:.6;cursor:not-allowed}.loading-calendars{text-align:center;padding:20px;color:#999}.date-filter-section{position:sticky;top:0;z-index:100;margin-top:0;margin-bottom:40px;padding:20px 25px;background:#faf8f3;border-radius:12px;border:2px solid #8b9d83;box-shadow:0 4px 12px rgba(45,90,61,0.2);backdrop-filter:blur(10px)}.date-filter-controls{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.date-input-group{display:flex;align-items:center;gap:10px;background:white;padding:10px 16px;border-radius:12px;border:2px solid #e0e5ec;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.date-input-group:hover{border-color:#2d5a3d;box-shadow:0 4px 12px rgba(45,90,61,0.2);transform:translateY(-1px)}.date-input-group:focus-within{border-color:#2d5a3d;box-shadow:0 0 0 4px rgba(45,90,61,0.1)}.date-input-group label{color:#1a3d2a;font-weight:600;font-size:.9rem;white-space:nowrap;user-select:none}.date-range-display{padding:10px 20px;background:#2d5a3d;color:white;border-radius:8px;font-weight:600;font-size:.95rem}.date-range-label{white-space:nowrap}.date-input{padding:4px 8px;border:0;background:transparent;color:#333;font-size:.95rem;font-weight:500;font-family:inherit;cursor:pointer;min-width:150px}.date-input:focus{outline:0}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(23%) sepia(18%) saturate(1377%) hue-rotate(98deg) brightness(94%) contrast(90%);transition:all .2s ease}.date-input::-webkit-calendar-picker-indicator:hover{opacity:1;transform:scale(1.1)}.date-input::-webkit-datetime-edit-fields-wrapper{padding:0}.date-input::-webkit-datetime-edit-text{color:#999;padding:0 .3em}.date-input::-webkit-datetime-edit-month-field,.date-input::-webkit-datetime-edit-day-field,.date-input::-webkit-datetime-edit-year-field{color:#333;font-weight:500}.filter-button,.reset-button,.export-button{border:0;padding:10px 24px;border-radius:10px;font-weight:600;cursor:pointer;font-size:.9rem;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.filter-button{background:#2d5a3d;color:white}.reset-button{background:white;color:#666;border:2px solid #8b9d83}.export-button{background:#c87941;color:white}.filter-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,90,61,0.3);background:#1a3d2a}.reset-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15);border-color:#2d5a3d;color:#2d5a3d}.export-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(200,121,65,0.3);background:#b36835}.filter-button:active,.reset-button:active,.export-button:active{transform:translateY(0)}.toggle-filters-button{border:2px solid #8b9d83;background:white;color:#2d5a3d;padding:10px 24px;border-radius:10px;font-weight:600;cursor:pointer;font-size:.9rem;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,0.1);display:flex;align-items:center;gap:8px}.toggle-filters-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,90,61,0.2);border-color:#2d5a3d;background:#f0f4f1}.toggle-filters-button.active{background:#2d5a3d;color:white;border-color:#2d5a3d}#filter-toggle-icon{transition:transform .3s ease;display:inline-block}.toggle-filters-button.active #filter-toggle-icon{transform:rotate(180deg)}.filter-count{background:#c87941;color:white;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:700}.secondary-filters{display:flex;gap:20px;margin-top:20px;padding-top:20px;border-top:2px solid #e0e5ec;flex-wrap:wrap;animation:slideDown .3s ease}@keyframes slideDown{from{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:1000px;transform:translateY(0)}}.filter-group{flex:1;min-width:300px;background:white;padding:15px;border-radius:12px;border:2px solid #e0e5ec;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid #e0e5ec}.filter-header label{color:#1a3d2a;font-weight:600;font-size:.95rem}.filter-actions{display:flex;gap:8px}.filter-action-btn{background:0;border:1px solid #8b9d83;color:#2d5a3d;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-action-btn:hover{background:#2d5a3d;color:white;border-color:#2d5a3d}.checkbox-list{max-height:250px;overflow-y:auto;padding:5px}.checkbox-list::-webkit-scrollbar{width:8px}.checkbox-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.checkbox-list::-webkit-scrollbar-thumb{background:#8b9d83;border-radius:4px}.checkbox-list::-webkit-scrollbar-thumb:hover{background:#2d5a3d}.checkbox-item{display:flex;align-items:center;padding:8px 10px;margin:2px 0;border-radius:6px;cursor:pointer;transition:all .2s ease}.checkbox-item:hover{background:#f0f4f1}.checkbox-item input[type="checkbox"]{width:18px;height:18px;margin-right:10px;cursor:pointer;accent-color:#2d5a3d}.checkbox-item span{color:#333;font-size:.9rem;user-select:none}.filter-apply-section{display:flex;gap:12px;margin-top:20px;padding-top:15px;border-top:2px solid #e0e5ec;justify-content:center}.apply-filters-btn,.clear-filters-btn{padding:12px 30px;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:0;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.apply-filters-btn{background:#2d5a3d;color:white}.apply-filters-btn:hover{background:#1a3d2a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,90,61,0.3)}.clear-filters-btn{background:white;color:#666;border:2px solid #8b9d83}.clear-filters-btn:hover{background:#f5f5f5;border-color:#2d5a3d;color:#2d5a3d;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}.apply-filters-btn:active,.clear-filters-btn:active{transform:translateY(0)}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.card{background:#2d5a3d;border-radius:15px;padding:25px;color:white;display:flex;align-items:center;gap:15px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px rgba(45,90,61,0.3)}.card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(45,90,61,0.5);background:#1a3d2a}.card-icon{font-size:2.5rem;opacity:.9}.card-content h3{font-size:2rem;font-weight:bold;margin-bottom:5px}.card-content p{font-size:.9rem;opacity:.9}.charts-section{margin-bottom:40px}.chart-container{background:#f8f9fa;border-radius:15px;padding:25px;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.chart-container h2{color:#1a3d2a;margin-bottom:20px;font-size:1.5rem}.charts-row{display:flex;gap:20px;margin-bottom:30px}.chart-half{flex:1;margin-bottom:0}@media(max-width:768px){.charts-row{flex-direction:column}.chart-half{margin-bottom:30px}}.chart-wrapper{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;background:white;border-radius:10px;padding:10px}.chart-wrapper img{max-width:100%;height:auto;display:none}.chart-wrapper img.loaded{display:block !important;visibility:visible !important;opacity:1 !important}.loading{color:#999;font-size:1.1rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:40px}.stat-box{background:#f8f9fa;border-radius:15px;padding:25px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.stat-box h3{color:#1a3d2a;margin-bottom:15px;font-size:1.3rem;border-bottom:2px solid #2d5a3d;padding-bottom:10px}.stat-box ul{list-style:none}.stat-box li{padding:8px 0;border-bottom:1px solid #e0e0e0}.stat-box li:last-child{border-bottom:0}.stat-box strong{color:#333}.upload-section{background:#8b9d83;border-radius:15px;padding:30px;margin-bottom:30px;color:white;text-align:center}.upload-section h2{margin-bottom:10px}.upload-section p{margin-bottom:20px;opacity:.95}.upload-form{display:flex;gap:15px;justify-content:center;align-items:center;flex-wrap:wrap}#file-input{padding:10px 20px;border-radius:8px;border:2px solid white;background:rgba(255,255,255,0.2);color:white;cursor:pointer;font-size:1rem}#file-input::file-selector-button{background:white;color:#2d5a3d;border:0;padding:8px 15px;border-radius:5px;cursor:pointer;font-weight:bold;margin-right:10px}#upload-btn{background:white;color:#2d5a3d;border:0;padding:12px 30px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:bold;transition:transform .2s ease,box-shadow .2s ease}#upload-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.2)}#upload-btn:active{transform:translateY(0)}#upload-message{margin-top:15px;padding:10px;border-radius:8px;min-height:20px}#upload-message.success{background:rgba(255,255,255,0.3);color:white}#upload-message.error{background:rgba(255,0,0,0.3);color:white}.attendee-table-section{margin-bottom:40px;background:#f8f9fa;border-radius:15px;padding:25px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.attendee-table-section h2{color:#1a3d2a;margin-bottom:10px;font-size:1.5rem}.attendee-table-section p{color:#666;margin-bottom:20px}.table-wrapper{overflow-x:auto;background:white;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.attendee-table{width:100%;border-collapse:collapse;min-width:800px}.attendee-table thead{background:#2d5a3d;color:white}.attendee-table th{padding:15px 12px;text-align:left;font-weight:bold;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.attendee-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.attendee-table tbody tr:hover{background-color:#f5f7ff}.attendee-table tbody tr:last-child{border-bottom:0}.attendee-table td{padding:12px;font-size:.9rem}.name-cell{font-weight:bold;color:#333}.email-cell{color:#666;font-size:.85rem}.number-cell{text-align:center;font-weight:600}.number-cell.accepted{color:#4caf50}.number-cell.declined{color:#f44336}.number-cell.tentative{color:#ff9800}.time-cell{text-align:right;font-weight:600;color:#667eea}footer{text-align:center;padding-top:30px;border-top:2px solid #e0e0e0;color:#666}@media(max-width:768px){.container{padding:20px}header h1{font-size:2rem}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.card{padding:15px}.card-icon{font-size:2rem}.card-content h3{font-size:1.5rem}.stats-section{grid-template-columns:1fr}.upload-form{flex-direction:column}}.upgrade-prompt-section{margin:40px 0}.upgrade-card{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white;border-radius:20px;padding:40px;text-align:center;box-shadow:0 10px 40px rgba(102,126,234,0.3);margin-bottom:30px}.upgrade-icon{font-size:4rem;margin-bottom:20px;animation:pulse 2s infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.upgrade-card h3{font-size:2rem;margin-bottom:15px;color:white}.upgrade-card p{font-size:1.1rem;margin-bottom:20px;opacity:.95}.upgrade-features{list-style:none;padding:0;text-align:left;max-width:500px;margin:20px auto;background:rgba(255,255,255,0.1);border-radius:10px;padding:20px 30px}.upgrade-features li{padding:10px 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,0.2)}.upgrade-features li:last-child{border-bottom:0}.upgrade-button-large{display:inline-block;background:white;color:#667eea;padding:18px 40px;border-radius:50px;text-decoration:none;font-weight:bold;font-size:1.2rem;margin-top:20px;transition:all .3s ease;box-shadow:0 5px 20px rgba(0,0,0,0.2)}.upgrade-button-large:hover{transform:translateY(-2px);box-shadow:0 7px 25px rgba(0,0,0,0.3)}.upgrade-note{font-size:.9rem;margin-top:15px;opacity:.8}.locked-charts-preview{margin-top:30px}.chart-preview-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.chart-preview{position:relative;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);border-radius:10px;padding:60px 20px;min-height:200px;display:flex;align-items:center;justify-content:center}.chart-preview h4{position:relative;z-index:2;color:#333;font-size:1.1rem}.blur-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.7);backdrop-filter:blur(8px);border-radius:10px;z-index:1}.locked-feature{opacity:.6;cursor:not-allowed;position:relative}.locked-feature:hover{background-color:#e0e0e0 !important}.tier-badge{display:inline-block;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white;padding:5px 15px;border-radius:20px;font-size:.9rem;font-weight:bold;margin-left:10px}.tier-badge.free{background:linear-gradient(135deg,#84fab0 0,#8fd3f4 100%);color:#333}.tier-badge.basic{background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}@media(max-width:768px){.upgrade-card{padding:30px 20px}.upgrade-icon{font-size:3rem}.upgrade-card h3{font-size:1.5rem}.chart-preview-row{grid-template-columns:1fr}.upgrade-button-large{padding:15px 30px;font-size:1rem}}