.signups-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.signups-header h1{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,gold 0%,#e5c100 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2rem;font-weight:800}.create-sheet-btn{color:#101622;cursor:pointer;background:linear-gradient(135deg,gold 0%,#e5c100 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:700;transition:all .2s;display:flex}.create-sheet-btn:hover{background:linear-gradient(135deg,#ffe033 0%,#c9a700 100%);transform:translateY(-2px);box-shadow:0 4px 12px #e5c1004d}.create-sheet-btn svg{width:20px;height:20px}.signups-tabs{border-bottom:1px solid #e5c1001a;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #e5c10033;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:500;transition:all .2s;display:flex}.tab-btn:hover{color:#fff;background:#e5c1000d;border-color:#e5c1004d}.tab-btn.active{color:#e5c100;background:#e5c1001a;border-color:#e5c100}.tab-btn svg{width:18px;height:18px}.signups-controls{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.search-container{flex:1;min-width:250px;position:relative}.search-input{color:#fff;background:#101b28b3;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-size:.95rem}.search-input:focus{border-color:#e5c100;outline:none;box-shadow:0 0 0 3px #e5c10026}.search-icon{color:#94a3b8;width:18px;height:18px;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.filter-controls{flex-wrap:wrap;gap:.75rem;display:flex}.filter-select{color:#fff;cursor:pointer;appearance:none;background:#101b28b3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right .75rem center/16px no-repeat;border:1px solid #ffffff14;border-radius:8px;padding:.75rem 2.25rem .75rem 1rem;font-size:.9rem}.filter-select:focus{border-color:#e5c100;outline:none}.sheets-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.sheet-card{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#101b28b3;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.sheet-card:hover{border-color:#e5c10066;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.sheet-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.sheet-type-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.sheet-type-badge.slots{color:#6495ed;background:#6495ed26}.sheet-type-badge.tasks{color:orange;background:#ffa50026}.sheet-type-badge.items{color:#9370db;background:#9370db26}.sheet-card-actions{gap:.25rem;display:flex}.sheet-card-actions button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.375rem;transition:all .2s}.sheet-card-actions button:hover{color:#e5c100;background:#ffffff0d}.sheet-card-actions button.delete-btn:hover{color:#ff6b6b;background:#ff6b6b1a}.sheet-card-actions button svg{width:18px;height:18px}.sheet-card h3{color:#fff;margin:0 0 .5rem;font-size:1.2rem;font-weight:700;line-height:1.3}.sheet-card p{color:#94a3b8;flex:1;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.sheet-card-meta{color:#94a3b8;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;font-size:.8rem;display:flex}.sheet-card-meta span{align-items:center;gap:.375rem;display:flex}.sheet-card-meta svg{color:#e5c100;width:14px;height:14px}.sheet-card-progress{margin-top:auto}.progress-bar{background:#ffffff0d;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,gold,#e5c100);border-radius:4px;height:100%;transition:width .3s}.progress-fill.full{background:linear-gradient(90deg,#ff6b6b,#ee5a5a)}.progress-text{color:#94a3b8;text-align:right;font-size:.8rem}.loading-state{color:#94a3b8;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.loading-spinner{border:3px solid #e5c1001a;border-top-color:#e5c100;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{z-index:100;background:#101622e6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.empty-state{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.empty-state svg{color:#94a3b8;opacity:.4;width:64px;height:64px;margin-bottom:1rem}.empty-state h3{color:#fff;margin:0 0 .5rem;font-size:1.25rem}.empty-state p{color:#94a3b8;margin:0}.back-link{color:#94a3b8;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:#e5c100}.back-link svg{width:18px;height:18px}.sheet-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.sheet-header-left{flex-direction:column;gap:.25rem;display:flex}.sheet-title-section{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.sheet-title-section h1{color:#fff;margin:0;font-size:2rem;font-weight:800}.sheet-header-right{flex-wrap:wrap;gap:.75rem;display:flex}.btn-secondary,.btn-primary,.btn-success,.btn-warning,.btn-danger{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.btn-primary{color:#101622;background:linear-gradient(135deg,gold 0%,#e5c100 100%)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e5c1004d}.btn-success{color:#fff;background:linear-gradient(135deg,#48bb78 0%,#38a169 100%)}.btn-success:hover{transform:translateY(-1px);box-shadow:0 4px 12px #48bb784d}.btn-warning{color:orange;background:#ffa50026;border:1px solid #ffa50040}.btn-warning:hover{background:#ffa50040}.btn-danger{color:#ff6b6b;background:#ff6b6b26;border:1px solid #ff6b6b40}.btn-danger:hover{background:#ff6b6b40}.btn-secondary svg,.btn-primary svg,.btn-success svg,.btn-warning svg,.btn-danger svg{width:18px;height:18px}.sheet-info-bar{background:#101b2880;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.sheet-description{color:#94a3b8;margin-bottom:.75rem;font-size:.95rem;line-height:1.5;display:block}.sheet-stats{flex-wrap:wrap;gap:1.5rem;display:flex}.stat-item{color:#94a3b8;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.stat-item svg{color:#e5c100;width:18px;height:18px}.signup-progress{margin-bottom:2rem}.signup-progress .progress-bar{height:12px}.signup-progress .progress-text{text-align:center;margin-top:.5rem;font-size:.9rem}.slots-container{background:#101b2880;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem}.slots-heading{color:#fff;margin:0 0 1.25rem;font-size:1.2rem;font-weight:700}.slots-list{flex-direction:column;gap:.75rem;display:flex}.slot-item{background:#0a0f1966;border:1px solid #ffffff0d;border-radius:10px;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .2s;display:flex}.slot-item:hover{border-color:#e5c10033}.slot-item.full{opacity:.65;border-color:#ff6b6b26}.slot-item.signed-up{background:#e5c1000d;border-color:#e5c1004d}.slot-info{flex:1}.slot-name{color:#fff;margin:0 0 .25rem;font-weight:700}.slot-description{color:#94a3b8;margin:0 0 .5rem;font-size:.85rem}.slot-signees{color:#e5c100;font-size:.85rem}.slot-signees .hidden{color:#94a3b8;font-style:italic}.slot-actions{align-items:center;gap:1.25rem;display:flex}.slot-capacity{color:#94a3b8;text-align:center;min-width:60px;font-size:.95rem}.slot-capacity.full{color:#ff6b6b;font-weight:600}.signup-btn,.cancel-signup-btn{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s}.signup-btn{color:#101622;background:#e5c100}.signup-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #e5c1004d}.signup-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-signup-btn{color:#ff6b6b;background:#ff6b6b26;border:1px solid #ff6b6b40}.cancel-signup-btn:hover{background:#ff6b6b40}.create-header{margin-bottom:2rem}.create-header h1{color:#fff;margin:.5rem 0 0;font-size:2rem;font-weight:800}.wizard-progress{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.progress-step{opacity:.5;flex-direction:column;align-items:center;gap:.5rem;transition:opacity .2s;display:flex}.progress-step.active,.progress-step.completed{opacity:1}.step-number{color:#94a3b8;background:#e5c1001a;border:2px solid #e5c10040;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;transition:all .2s;display:flex}.progress-step.active .step-number{color:#101622;background:#e5c100;border-color:#e5c100}.progress-step.completed .step-number{color:#e5c100;background:#e5c10033;border-color:#e5c100}.step-label{color:#94a3b8;white-space:nowrap;font-size:.8rem}.progress-step.active .step-label{color:#e5c100;font-weight:600}.progress-line{background:#e5c10033;align-self:flex-start;width:40px;height:2px;margin-top:18px}.wizard-container{background:#101b2880;border:1px solid #ffffff0d;border-radius:12px;padding:2rem}.wizard-step{display:none}.wizard-step.active{display:block}.wizard-step h2{color:#fff;margin:0 0 1.5rem;font-size:1.3rem;font-weight:700}.form-group{margin-bottom:1.25rem}.form-group label{color:#fff;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input[type=text],.form-group input[type=number],.form-group input[type=date],.form-group input[type=time],.form-group input[type=datetime-local],.form-group textarea,.form-group select{color:#fff;background:#0a0f1999;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#e5c100;outline:none;box-shadow:0 0 0 3px #e5c10026}.form-group textarea{resize:vertical;min-height:80px}.form-hint{color:#94a3b8;margin-top:.375rem;font-size:.8rem}.form-row,.type-selector{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.type-option{cursor:pointer;background:#0a0f1966;border:2px solid #ffffff0d;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;transition:all .2s;display:flex}.type-option:hover{border-color:#e5c10040}.type-option.active{background:#e5c1000d;border-color:#e5c100}.type-option svg{color:#e5c100;width:32px;height:32px}.type-name{color:#fff;font-weight:700}.type-desc{color:#94a3b8;text-align:center;font-size:.8rem}.quick-generate-section{background:#0a0f194d;border:1px solid #ffffff0d;border-radius:10px;margin-bottom:1.5rem;padding:1.25rem}.quick-generate-section h3{color:#fff;margin:0 0 1rem;font-size:1rem;font-weight:700}.quick-generate-form{flex-direction:column;gap:1rem;display:flex}.divider{color:#94a3b8;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";background:#ffffff0d;flex:1;height:1px}.slots-editor{margin-top:1rem}.slots-list-editor{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.slot-editor-item{background:#0a0f1966;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:1rem;padding:1rem;display:flex}.slot-editor-item .slot-inputs{flex:1;grid-template-columns:2fr 2fr 1fr;gap:.75rem;display:grid}.slot-editor-item input{color:#fff;background:#101b28b3;border:1px solid #ffffff14;border-radius:6px;padding:.625rem .75rem;font-size:.9rem}.slot-editor-item input:focus{border-color:#e5c100;outline:none}.slot-editor-item .remove-slot-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.slot-editor-item .remove-slot-btn:hover{color:#ff6b6b;background:#ff6b6b1a}.slot-editor-item .remove-slot-btn svg{width:20px;height:20px}.add-slot-btn{color:#94a3b8;cursor:pointer;background:0 0;border:2px dashed #e5c10033;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-weight:500;transition:all .2s;display:flex}.add-slot-btn:hover{color:#e5c100;background:#e5c10008;border-color:#e5c100}.add-slot-btn svg{width:20px;height:20px}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.checkbox-group{flex-direction:column;display:flex}.checkbox-label{cursor:pointer;color:#fff;align-items:center;gap:.75rem;display:flex}.checkbox-label input[type=checkbox]{accent-color:#e5c100;width:20px;height:20px}.audience-selector{border:1px solid #ffffff0d;border-radius:12px;overflow:hidden}.audience-tabs{background:#0a0f1966;border-bottom:1px solid #ffffff0d;display:flex}.audience-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex:1;padding:.875rem;font-weight:500;transition:all .2s}.audience-tab:hover{color:#fff;background:#ffffff08}.audience-tab.active{color:#e5c100;background:#e5c1000d}.audience-content{padding:1.25rem}.audience-section{display:none}.audience-section.active{display:block}.selected-groups,.selected-users{flex-wrap:wrap;gap:.5rem;min-height:36px;margin-bottom:1rem;display:flex}.selected-tag{color:#e5c100;background:#e5c1001a;border:1px solid #e5c10040;border-radius:20px;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.85rem;display:inline-flex}.selected-tag button{cursor:pointer;color:#94a3b8;background:0 0;border:none;padding:0;line-height:1}.selected-tag button:hover{color:#ff6b6b}.group-search input,.user-search input{color:#fff;background:#101b28b3;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.95rem}.group-search input:focus,.user-search input:focus{border-color:#e5c100;outline:none}.group-results,.user-results{max-height:200px;margin-top:.5rem;overflow-y:auto}.result-item{cursor:pointer;border-radius:6px;padding:.75rem;transition:background .2s}.result-item:hover{background:#ffffff0d}.result-item .name{color:#fff;font-weight:500}.result-item .detail{color:#94a3b8;font-size:.8rem}.review-section{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.review-section{grid-template-columns:1fr}}.review-card{background:#101b2880;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem}.review-card h3{color:#fff;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.review-description{color:#94a3b8;margin-bottom:1rem;font-size:.9rem}.review-details{flex-direction:column;gap:.75rem;display:flex}.review-item{justify-content:space-between;font-size:.9rem;display:flex}.review-label{color:#94a3b8}.review-value{color:#fff;font-weight:600}.review-slots h4{color:#fff;margin:0 0 1rem;font-size:1rem;font-weight:700}.review-slots-list{flex-direction:column;gap:.5rem;max-height:300px;display:flex;overflow-y:auto}.review-slot-item{background:#0a0f1966;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:.625rem .875rem;font-size:.9rem;display:flex}.review-slot-item .slot-name{color:#fff}.review-slot-item .slot-capacity{color:#94a3b8}.wizard-navigation{border-top:1px solid #ffffff0d;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.edit-container{max-width:800px}.edit-section{background:#101b2880;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.edit-section h2{color:#fff;border-bottom:1px solid #ffffff0d;margin:0 0 1.25rem;padding-bottom:.75rem;font-size:1.2rem;font-weight:700}.section-hint{color:#94a3b8;margin-bottom:1rem;font-size:.85rem}.status-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.status-indicator p{color:#94a3b8;margin:.5rem 0 0;font-size:.9rem}.status-badge{border-radius:20px;padding:.375rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.status-badge.active{color:#48bb78;background:#48bb7826}.status-badge.closed{color:#ff6b6b;background:#ff6b6b26}.edit-actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.warning-text{color:#ff6b6b;margin-top:.5rem;font-size:.9rem}.modal{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#05070cd9;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{color:#fff;background:#101b28;border:1px solid #ffffff14;border-radius:16px;width:90%;padding:2rem;animation:.3s cubic-bezier(.4,0,.2,1) slideUp;position:relative;box-shadow:0 10px 30px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-btn{color:#94a3b8;cursor:pointer;font-size:1.75rem;transition:color .2s;position:absolute;top:1rem;right:1.25rem}.close-btn:hover{color:#ff6b6b}.modal-title{color:#fff;border-bottom:1px solid #ffffff0d;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.3rem;font-weight:700}.modal-body{color:#94a3b8;margin-bottom:1.5rem;line-height:1.5}.modal-body strong{color:#fff}.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}@media (max-width:768px){.signups-header{flex-direction:column;align-items:flex-start}.signups-tabs{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.sheets-grid{grid-template-columns:1fr}.wizard-progress{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:1rem;overflow-x:auto}.progress-line{flex-shrink:0}.slot-editor-item .slot-inputs{grid-template-columns:1fr}.wizard-navigation{flex-wrap:wrap}.sheet-header-right{width:100%}.sheet-header-right button{flex:1}}
