.calendar-templates-settings{flex-direction:column;gap:1.5rem;display:flex}.calendar-templates-loading{text-align:center;color:var(--color-text-muted);padding:1rem}.templates-section{flex-direction:column;gap:.75rem;display:flex}.templates-section__title{color:var(--color-text-primary);margin:0;font-size:.875rem;font-weight:600}.templates-section__desc{color:var(--color-text-muted);margin:0;font-size:.75rem}.templates-empty{color:var(--color-text-muted);background:var(--color-bg-tertiary);text-align:center;border-radius:.375rem;margin:0;padding:.75rem;font-size:.875rem}.templates-list{flex-direction:column;gap:.5rem;display:flex}.template-item{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;display:flex}.template-item__info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.template-item__name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.template-item__days{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.template-day{border-radius:3px;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:600;display:flex}.template-day.working{color:#16a34a;background:#22c55e26}.template-day.non-working{color:#94a3b8;background:#64748b1a}.template-day.small{width:16px;height:16px;font-size:9px}.template-item__holidays{color:var(--color-text-muted);margin-left:.5rem;font-size:.75rem}.template-item__actions{flex-shrink:0;gap:.375rem;display:flex}.btn-edit,.btn-delete,.btn-cancel-delete,.btn-confirm-delete{cursor:pointer;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:all .15s}.btn-edit{border:1px solid var(--color-border);color:var(--color-text-secondary);background:0 0}.btn-edit:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.btn-delete{color:#ef4444;background:0 0;border:1px solid #ef44444d}.btn-delete:hover{background:#ef44441a}.btn-confirm-delete{color:#fff;background:#ef4444;border:none}.btn-confirm-delete:hover:not(:disabled){background:#dc2626}.btn-cancel-delete{border:1px solid var(--color-border);color:var(--color-text-secondary);background:0 0}.btn-create-template{color:var(--color-accent-primary);border:2px dashed var(--color-border);cursor:pointer;background:0 0;border-radius:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .15s}.btn-create-template:hover{border-color:var(--color-accent-primary);background:#3b82f60d}.create-options{flex-direction:column;gap:.75rem;display:flex}.create-option{background:var(--color-bg-tertiary);border:1px solid var(--color-border);cursor:pointer;border-radius:.5rem;align-items:flex-start;gap:.75rem;padding:.75rem;transition:all .15s;display:flex}.create-option:hover{border-color:var(--color-accent-primary)}.create-option input[type=radio]{margin-top:.125rem}.create-option__content{flex-direction:column;gap:.125rem;display:flex}.create-option__content strong{color:var(--color-text-primary);font-size:.875rem;font-weight:500}.create-option__content span{color:var(--color-text-muted);font-size:.75rem}.project-select-wrapper{flex-direction:column;gap:.5rem;padding-left:1.5rem;display:flex}.project-select{border:1px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-primary);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem}.project-calendar-preview{background:var(--color-bg-tertiary);border-radius:.375rem;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.preview-days{gap:.125rem;display:flex}.preview-holidays{color:var(--color-text-muted);font-size:.75rem}.create-options__actions{justify-content:flex-end;gap:.5rem;padding-top:.5rem;display:flex}.btn-cancel,.btn-proceed,.btn-save{cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.btn-cancel{border:1px solid var(--color-border);color:var(--color-text-secondary);background:0 0}.btn-cancel:hover:not(:disabled){background:var(--color-bg-secondary);color:var(--color-text-primary)}.btn-proceed,.btn-save{background:var(--color-accent-primary);color:#fff;border:none}.btn-proceed:hover:not(:disabled),.btn-save:hover:not(:disabled){background:var(--color-accent-hover)}.btn-proceed:disabled,.btn-save:disabled{opacity:.5;cursor:not-allowed}.edit-section{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:.5rem;padding:1rem}.edit-form{flex-direction:column;gap:1rem;display:flex}.form-field{flex-direction:column;gap:.375rem;display:flex}.form-field label{color:var(--color-text-primary);font-size:.875rem;font-weight:500}.form-field input[type=text],.form-field input[type=date]{border:1px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-primary);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.form-field input:focus{border-color:var(--color-accent-primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-field input:disabled{opacity:.6;cursor:not-allowed}.work-days-selector{gap:.25rem;display:flex}.day-toggle{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:.25rem;padding:.375rem .5rem;font-size:.75rem;font-weight:500;transition:all .15s}.day-toggle:hover:not(:disabled){border-color:var(--color-accent-primary);color:var(--color-accent-primary)}.day-toggle.active{background:var(--color-accent-primary);border-color:var(--color-accent-primary);color:#fff}.day-toggle:disabled{opacity:.5;cursor:not-allowed}.validation-error{color:#ef4444;font-size:.75rem}.save-error-message{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:.375rem;margin-bottom:.5rem;padding:.75rem;font-size:.8125rem;line-height:1.4}.holiday-list{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:.375rem;flex-direction:column;gap:.25rem;max-height:150px;padding:.5rem;display:flex;overflow-y:auto}.holiday-item{background:var(--color-bg-secondary);border-radius:.25rem;align-items:center;gap:.5rem;padding:.375rem .5rem;display:flex}.holiday-date{color:var(--color-text-primary);font-family:monospace;font-size:.75rem;font-weight:500}.holiday-name{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.75rem;overflow:hidden}.holiday-name-edit{border:1px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-primary);border-radius:.25rem;flex:1;min-width:0;padding:.25rem .5rem;font-size:.75rem}.holiday-name-edit:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.1);outline:none}.holiday-name-edit::placeholder{color:var(--color-text-muted);font-style:italic}.holiday-item.invalid{background:#ef44441a;border:1px solid #ef44444d}.holiday-item.invalid .holiday-name-edit{border-color:#ef4444}.btn-remove-holiday{width:18px;height:18px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;transition:all .15s;display:flex}.btn-remove-holiday:hover:not(:disabled){color:#ef4444;background:#ef44441a}.add-holiday-form{gap:.5rem;display:flex}.holiday-date-input{width:140px}.holiday-name-input{flex:1;min-width:0}.btn-add-holiday{background:var(--color-bg-secondary);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;border-radius:.375rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .15s}.btn-add-holiday:hover:not(:disabled){background:var(--color-accent-primary);border-color:var(--color-accent-primary);color:#fff}.btn-add-holiday:disabled{opacity:.5;cursor:not-allowed}.form-actions{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.5rem;padding-top:.5rem;display:flex}.system-section{border-top:1px solid var(--color-border);padding-top:.75rem}.system-templates-list{flex-direction:column;gap:.375rem;display:flex}.system-template-item{justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.system-template-name{color:var(--color-text-muted);font-size:.8125rem}.system-template-days{gap:.125rem;display:flex}[data-theme=dark] .template-day.working,.dark .template-day.working{color:#4ade80;background:#22c55e33}[data-theme=dark] .template-day.non-working,.dark .template-day.non-working{color:#94a3b8;background:#64748b26}[data-theme=dark] .project-select,.dark .project-select,[data-theme=dark] .form-field input[type=text],[data-theme=dark] .form-field input[type=date],.dark .form-field input[type=text],.dark .form-field input[type=date]{background:var(--color-bg-secondary);border-color:var(--color-border)}[data-theme=dark] .holiday-list,.dark .holiday-list{background:var(--color-bg-primary);border-color:var(--color-border)}[data-theme=dark] .holiday-item,.dark .holiday-item{background:var(--color-bg-tertiary)}[data-theme=dark] .holiday-item.invalid,.dark .holiday-item.invalid{background:#ef444426;border-color:#ef44444d}[data-theme=dark] .holiday-name-edit,.dark .holiday-name-edit{background:var(--color-bg-secondary);border-color:var(--color-border)}[data-theme=dark] .save-error-message,.dark .save-error-message{color:#f87171;background:#ef444426;border-color:#ef44444d}
.settings-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.settings-modal{background:var(--color-bg-secondary);box-shadow:var(--shadow-xl);border-radius:.75rem;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex;overflow:hidden}.settings-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.settings-modal__title{color:var(--color-text-primary);margin:0;font-size:1.25rem;font-weight:600}.settings-modal__close{width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:all .15s;display:flex}.settings-modal__close:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.settings-modal__tabs{border-bottom:1px solid var(--color-border);background:var(--color-bg-tertiary);gap:0;padding:0 1.5rem;display:flex}.settings-modal__tab{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.settings-modal__tab:hover{color:var(--color-text-primary)}.settings-modal__tab.active{color:var(--color-accent-primary);border-bottom-color:var(--color-accent-primary)}.settings-modal__content{flex:1;padding:1.5rem;overflow-y:auto}.settings-modal__loading,.settings-modal__error{text-align:center;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.settings-modal__loading{background:var(--color-bg-tertiary);color:var(--color-text-muted)}.settings-modal__error{color:var(--color-error);background:#ef44441a}.settings-modal__section{margin-bottom:1.5rem}.settings-modal__section:last-child{margin-bottom:0}.settings-modal__section-title{color:var(--color-text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}.settings-modal__section-desc{color:var(--color-text-muted);margin:0 0 1rem;font-size:.875rem}.settings-modal__fields{flex-direction:column;gap:1rem;display:flex}.settings-modal__field{flex-direction:column;gap:.375rem;display:flex}.settings-modal__label{color:var(--color-text-primary);font-size:.875rem;font-weight:500}.settings-modal__input{border:1px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-primary);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.settings-modal__input:focus{border-color:var(--color-accent-primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.settings-modal__input::placeholder{color:var(--color-text-muted)}.settings-modal__input:disabled{opacity:.6;cursor:not-allowed}.settings-modal__save-error{color:var(--color-error);background:#ef44441a;border-radius:.375rem;margin-top:1rem;padding:.75rem;font-size:.875rem}.settings-modal__footer{border-top:1px solid var(--color-border);background:var(--color-bg-tertiary);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.settings-modal__btn{cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.settings-modal__btn--cancel{border:1px solid var(--color-border);color:var(--color-text-secondary);background:0 0}.settings-modal__btn--cancel:hover:not(:disabled){background:var(--color-bg-secondary);color:var(--color-text-primary)}.settings-modal__btn--save{background:var(--color-accent-primary);color:#fff;border:none}.settings-modal__btn--save:hover:not(:disabled){background:var(--color-accent-hover)}.settings-modal__btn:disabled{opacity:.5;cursor:not-allowed}
.app-layout{background:var(--color-bg-primary);flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-header{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);flex-shrink:0;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.menu-button,.ai-panel-button{border:1px solid var(--color-border);background:var(--color-bg-tertiary);width:2.5rem;height:2.5rem;color:var(--color-text-secondary);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;padding:0;font-size:1rem;transition:all .2s;display:flex}.menu-button:hover,.ai-panel-button:hover{background:var(--color-bg-elevated);color:var(--color-text-primary);border-color:var(--color-accent-primary)}.ai-panel-button{background:var(--color-accent-gradient);color:#fff;border:none;font-size:.875rem;font-weight:600}.theme-toggle-button{border:1px solid var(--color-border);background:var(--color-bg-tertiary);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;font-size:1.1rem;transition:all .2s;display:flex}.theme-toggle-button:hover{background:var(--color-bg-elevated);border-color:var(--color-accent-primary);transform:scale(1.05)}.settings-button{border:1px solid var(--color-border);background:var(--color-bg-tertiary);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--color-text-secondary);border-radius:.5rem;justify-content:center;align-items:center;padding:0;font-size:1.1rem;transition:all .2s;display:flex}.settings-button:hover{background:var(--color-bg-elevated);border-color:var(--color-accent-primary);color:var(--color-text-primary);transform:rotate(45deg)}.ai-panel-button:hover{opacity:.9;box-shadow:var(--shadow-glow);transform:translateY(-1px)}.app-title-button{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:.5rem;padding:0;display:flex}.app-logo{border-radius:6px;flex-shrink:0;width:28px;height:28px}.app-title-button:hover .app-title{color:var(--color-accent-primary)}.app-title{letter-spacing:-.02em;color:var(--color-accent-primary);margin:0;font-size:1.25rem;font-weight:700;transition:opacity .15s}.app-title-button:hover .app-title{opacity:.8}.app-content{flex:1;display:flex;overflow:hidden}.app-sidebar{background:var(--color-bg-secondary);border-right:1px solid var(--color-border);flex-shrink:0;width:260px;overflow-y:auto}.sidebar-nav{padding:1.25rem}.sidebar-section h2{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin:0 0 1rem;font-size:.75rem;font-weight:700}.sidebar-placeholder,.panel-placeholder{color:var(--color-text-muted);padding:.5rem 0;font-size:.875rem}.sidebar-project-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.sidebar-project-item{width:100%;color:var(--color-text-secondary);cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:.5rem;padding:.625rem .875rem;font-size:.875rem;transition:all .2s;overflow:hidden}.sidebar-project-item:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary);border-color:var(--color-border)}.sidebar-project-item.active{background:var(--color-accent-gradient);color:#fff;box-shadow:var(--shadow-sm);border-color:#0000;font-weight:500}.app-main{background:var(--color-bg-primary);flex:1;padding:1.5rem 2rem;overflow:auto}.app-ai-panel{background:var(--color-bg-secondary);border-left:1px solid var(--color-border);flex-shrink:0;width:320px;padding:1.25rem;overflow-y:auto}.app-ai-panel h2{color:var(--color-text-primary);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:700;display:flex}.app-ai-panel h2:before{content:"";background:var(--color-accent-gradient);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.user-menu-container{position:relative}.user-button{border:2px solid var(--color-border);background:var(--color-bg-tertiary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:all .2s;display:flex}.user-button:hover{border-color:var(--color-accent-primary);background:var(--color-bg-elevated)}.user-avatar{color:var(--color-text-primary);text-transform:uppercase;font-size:.875rem;font-weight:600}.sign-in-button{border:1px solid var(--color-border);background:var(--color-bg-tertiary);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.sign-in-button:hover{background:var(--color-accent-primary);color:#fff;border-color:var(--color-accent-primary)}.user-dropdown{background:var(--color-bg-secondary);border:1px solid var(--color-border);min-width:220px;box-shadow:var(--shadow-lg);z-index:1000;border-radius:.5rem;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}.user-dropdown-header{flex-direction:column;gap:.25rem;padding:.875rem 1rem;display:flex}.user-dropdown-email{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.user-dropdown-status{color:var(--color-success);font-size:.75rem}.user-dropdown-divider{background:var(--color-border);height:1px}.user-dropdown-item{width:100%;color:var(--color-text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;padding:.75rem 1rem;font-size:.875rem;transition:all .15s}.user-dropdown-item:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.mobile-overlay{display:none}@media (max-width:1024px){.app-ai-panel{width:280px}}@media (max-width:768px){.app-header{gap:.5rem;padding:.5rem .75rem}.app-title{font-size:1rem}.menu-button,.ai-panel-button,.theme-toggle-button,.settings-button,.user-button{width:2.25rem;height:2.25rem;font-size:.9rem}.sign-in-button{padding:.375rem .75rem;font-size:.8rem}.app-sidebar{z-index:1001;width:280px;max-width:85vw;box-shadow:var(--shadow-lg);padding-top:60px;position:fixed;top:0;bottom:0;left:0;transform:translate(0)}.app-ai-panel{z-index:1001;width:320px;max-width:90vw;box-shadow:var(--shadow-lg);padding-top:60px;position:fixed;top:0;bottom:0;right:0}.app-main{width:100%;padding:1rem}.mobile-overlay{z-index:1000;background:#00000080;animation:.2s ease-out fade-in;display:block;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.user-dropdown{min-width:200px;right:-.5rem}}@media (max-width:480px){.app-header{gap:.375rem;padding:.5rem}.app-title{display:none}.menu-button,.ai-panel-button,.theme-toggle-button,.settings-button,.user-button{width:2rem;height:2rem;font-size:.85rem}.ai-panel-button{width:auto;padding:0 .5rem;font-size:.75rem}.sign-in-button{padding:.25rem .5rem;font-size:.75rem}.app-sidebar{width:260px}.app-ai-panel{width:100%;max-width:100%}.app-main{padding:.75rem}.sidebar-nav{padding:1rem}.sidebar-project-item{padding:.75rem;font-size:.9rem}}
