.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{display:flex;align-items:center;min-width:300px;max-width:400px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;pointer-events:auto;animation:slideIn .3s ease-out;transition:all .3s ease-out}.toast.toast-exiting{animation:slideOut .3s ease-out forwards}.toast-error{border-left:4px solid #dc2626}.toast-success{border-left:4px solid #16a34a}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.toast-message{flex:1;font-size:14px;color:#1f2937;line-height:1.4}.toast-close{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:4px;cursor:pointer;color:#6b7280;transition:all .2s ease;padding:0}.toast-close:hover{background-color:#f3f4f6;color:#374151}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 480px){.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;max-width:none}}.error-tooltip{position:fixed;top:20px;right:20px;z-index:9999;animation:slideInRight .3s ease-out}.error-tooltip-content{display:flex;align-items:center;gap:8px;background-color:#fff;border:1px solid #fecaca;border-left:4px solid #dc2626;border-radius:6px;padding:12px 16px;box-shadow:0 10px 25px #00000026;max-width:400px;min-width:300px}.error-tooltip-icon{width:16px;height:16px;flex-shrink:0;color:#dc2626}.error-tooltip-message{font-size:14px;color:#7f1d1d;font-weight:500;flex:1;line-height:1.4}.error-tooltip-close{background:none;border:none;cursor:pointer;color:#991b1b;padding:4px;border-radius:4px;transition:all .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.error-tooltip-close:hover{background-color:#fecaca;color:#7f1d1d}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.error-tooltip{position:fixed;inset:auto 20px 20px;animation:slideInUp .3s ease-out}.error-tooltip-content{min-width:auto}}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.notification-dropdown{position:relative;display:inline-block}.notification-button{position:relative;background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;color:#6b778c;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.notification-button:hover{background-color:#f4f5f7;color:#172b4d}.notification-button.has-notifications{color:#0052cc}.notification-button.has-notifications:hover{background-color:#deebff;color:#0052cc}.notification-badge{position:absolute;top:2px;right:2px;background:var(--due-date-overdue-primary);color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;animation:pulse-notification 2s infinite}@keyframes pulse-notification{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-dropdown-content{position:absolute;top:100%;right:0;width:380px;max-height:480px;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000026;border:1px solid #dfe1e6;z-index:1000;overflow:hidden;margin-top:8px}.notification-header{padding:16px 20px;border-bottom:1px solid #dfe1e6;background-color:#f8f9fa;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.notification-header-title{display:flex;align-items:center;gap:12px;width:100%}.notification-header h3{margin:0;font-size:16px;font-weight:600;color:#172b4d}.notification-count{background-color:#0052cc;color:#fff;font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px;min-width:20px;text-align:center}.mark-all-read-link{background:none;border:none;color:#0f2338;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:underline;padding:0;margin:0}.mark-all-read-link:hover{color:#0a1520;text-decoration:none}.no-notifications{padding:40px 20px;text-align:center;color:#6b778c}.no-notifications svg{margin-bottom:12px;opacity:.5}.no-notifications p{margin:0;font-size:14px}.notification-list{max-height:400px;overflow-y:auto}.notification-item{display:flex;align-items:center;padding:16px 20px;cursor:pointer;border-bottom:1px solid #f4f5f7;transition:background-color .2s ease;gap:12px}.notification-item:hover{background-color:#f8f9fa}.notification-item:last-child{border-bottom:none}.notification-item-content{flex:1;min-width:0}.notification-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.notification-badges{display:flex;align-items:center;gap:6px}.task-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;background-color:#f4f5f7;padding:2px 6px;border-radius:3px;color:#6b778c;font-weight:600}.priority-indicator{font-size:10px;font-weight:700;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.priority-indicator.priority-high{background-color:#ffebe6;color:#de350b}.priority-indicator.priority-normal{background-color:#fff7e6;color:#ff8b00}.priority-indicator.priority-low{background-color:#e3fcef;color:#064}.task-title{margin:0 0 8px;font-size:14px;font-weight:600;color:#172b4d;line-height:1.4;word-wrap:break-word}.task-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.task-type{font-size:12px;color:#6b778c;font-weight:500}.due-date{font-size:11px;font-weight:600;padding:2px 6px;border-radius:3px}.due-date.overdue{background-color:var(--due-date-overdue-primary);color:var(--due-date-overdue-light)}.due-date.due-today{background-color:var(--due-date-today-light);color:var(--due-date-today-primary)}.due-date.due-soon{background-color:var(--due-date-soon-light);color:var(--due-date-soon-primary)}.due-date.due-normal{background-color:var(--due-date-normal-light);color:var(--due-date-normal-primary)}.notification-indicator{flex-shrink:0}.unread-dot{width:8px;height:8px;background-color:var(--due-date-overdue-primary);border-radius:50%;display:block;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-track{background:#f4f5f7;border-radius:3px}.notification-list::-webkit-scrollbar-thumb{background:#c1c7d0;border-radius:3px}.notification-list::-webkit-scrollbar-thumb:hover{background:#a5adba}.notification-item.unread{background-color:#f8f9ff;border-left:3px solid #0052cc}.notification-item.unread:hover{background-color:#f0f2ff}.notification-title{margin:0 0 8px;font-size:14px;font-weight:500;color:#172b4d;line-height:1.4;word-wrap:break-word}.notification-title.bold{font-weight:600}.notification-time{font-size:11px;color:#6b778c;font-weight:400}.unread-indicator{font-size:10px;font-weight:700;padding:2px 6px;border-radius:3px;background-color:#0052cc;color:#fff;text-transform:uppercase;letter-spacing:.5px}.repeating-indicator{font-size:10px;font-weight:600;padding:2px 6px;border-radius:3px;background-color:#7c3aed;color:#fff;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:3px}.repeating-indicator svg{width:12px;height:12px;fill:currentColor}.notification-task-info{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:12px}.task-title-label{color:#6b778c;font-weight:500}.task-title-text{color:#42526e;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.notification-button:disabled{opacity:.6;cursor:not-allowed}.mark-all-read-link:disabled{opacity:.6;cursor:not-allowed;color:#6b778c}@media (max-width: 480px){.notification-dropdown-content{width:320px;right:-20px}.notification-item,.notification-header{padding:12px 16px}}.rich-text-editor{border:1px solid #dfe1e6;border-radius:4px;overflow:hidden}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px;background-color:#f4f5f7;border-bottom:1px solid #dfe1e6}.toolbar-left,.toolbar-right{display:flex;gap:4px}.toolbar-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:4px;cursor:pointer;font-size:14px;color:#172b4d;transition:background-color .2s}.toolbar-btn:hover:not(:disabled){background-color:#e4e6ea}.toolbar-btn:active:not(:disabled){background-color:#dfe1e6}.toolbar-btn.active{background-color:#0052cc;color:#fff}.toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.editor-textarea{width:100%;min-height:100px;padding:12px;border:none;resize:vertical;font-family:inherit;font-size:14px;line-height:1.5;color:#172b4d;background:#fff;outline:none}.editor-textarea::placeholder{color:#8993a4}.editor-textarea:disabled{background-color:#f4f5f7;color:#8993a4}.editor-preview{min-height:100px;padding:12px;background:#fff;font-size:14px;line-height:1.5;color:#172b4d}.editor-preview h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#172b4d}.editor-preview li{margin-left:20px;margin-bottom:4px}.editor-preview code{background-color:#f4f5f7;padding:2px 4px;border-radius:3px;font-family:Monaco,Consolas,Courier New,monospace;font-size:13px}.editor-preview a{color:#0052cc;text-decoration:none}.editor-preview a:hover{text-decoration:underline}.editor-preview strong{font-weight:600}.editor-preview em{font-style:italic}.editor-preview u{text-decoration:underline}.editor-hint{padding:8px 12px;font-size:12px;color:#6b778c;background-color:#f9fafc;border-top:1px solid #dfe1e6}.editor-hint strong,.editor-hint em,.editor-hint u{font-size:12px}.editor-preview .checkbox-item{display:flex;align-items:center;gap:8px;margin-bottom:4px;cursor:pointer}.editor-preview .checkbox-item input[type=checkbox]{margin:0;width:16px;height:16px;cursor:pointer}.premium-rich-text-editor{position:relative;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.premium-rich-text-editor__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;line-height:1.25}.premium-rich-text-editor__required{color:#dc2626;margin-left:.25rem}.premium-rich-text-editor__container{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.premium-rich-text-editor__container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f233805,#0f23380d);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.premium-rich-text-editor__container:hover:before{opacity:1}.premium-rich-text-editor__container:focus-within{border-color:#0f2338;box-shadow:0 0 0 4px #0f23381a,0 8px 25px #0f233826;transform:translateY(-1px)}.premium-rich-text-editor--error .premium-rich-text-editor__container{border-color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fff)}.premium-rich-text-editor--error .premium-rich-text-editor__container:focus-within{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a,0 8px 25px #dc262626}.premium-rich-text-editor--disabled .premium-rich-text-editor__container{background:#f3f4f6;border-color:#e5e7eb;opacity:.6;cursor:not-allowed}.premium-rich-text-editor--disabled .premium-rich-text-editor__container:hover{transform:none;box-shadow:none;border-color:#e5e7eb}.premium-rich-text-editor--disabled .premium-rich-text-editor__container:before{opacity:0}.premium-rich-text-editor__toolbar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;position:relative;z-index:2}.premium-rich-text-editor__group{display:flex;align-items:center;gap:.25rem;position:relative}.premium-rich-text-editor__group:not(:last-child):after{content:"";position:absolute;right:-.375rem;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#d1d5db}.premium-rich-text-editor__group--right{margin-left:auto}.premium-rich-text-editor__group--right:after{display:none}.premium-rich-text-editor__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:.875rem;color:#374151;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.premium-rich-text-editor__btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f233814,#0f23380a);opacity:0;transition:opacity .2s ease}.premium-rich-text-editor__btn:hover:not(:disabled){color:#0f2338;transform:translateY(-1px);box-shadow:0 4px 12px #0f233826}.premium-rich-text-editor__btn:hover:not(:disabled):before{opacity:1}.premium-rich-text-editor__btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #0f23381a}.premium-rich-text-editor__btn--active{background:linear-gradient(135deg,#0f2338,#1a3b5c);color:#fff;box-shadow:0 4px 12px #0f233840;transform:translateY(-1px)}.premium-rich-text-editor__btn--active:before{opacity:0}.premium-rich-text-editor__btn--active:hover{background:linear-gradient(135deg,#1a3b5c,#0f2338);box-shadow:0 8px 25px #0f23384d}.premium-rich-text-editor__btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none;color:#9ca3af}.premium-rich-text-editor__btn:disabled:before{opacity:0}.premium-rich-text-editor__btn svg{position:relative;z-index:1}.premium-rich-text-editor__content{position:relative;z-index:2}.premium-rich-text-editor__textarea{width:100%;min-height:120px;padding:1rem;border:none;resize:vertical;font-family:inherit;font-size:.875rem;line-height:1.6;color:#111827;background:transparent;outline:none;transition:all .2s ease}.premium-rich-text-editor__textarea::placeholder{color:#9ca3af;font-style:italic}.premium-rich-text-editor__textarea:disabled{color:#9ca3af;cursor:not-allowed}.premium-rich-text-editor__textarea--over-limit{color:#dc2626;border-color:#dc2626}.premium-rich-text-editor__preview{min-height:120px;padding:1rem;font-size:.875rem;line-height:1.6;color:#111827;background:transparent;overflow-wrap:break-word}.premium-rich-text-editor__preview h2{margin:0 0 1rem;font-size:1.375rem;font-weight:700;color:#0f2338;line-height:1.3}.premium-rich-text-editor__preview h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#0f2338;line-height:1.3}.premium-rich-text-editor__preview h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#374151;line-height:1.3}.premium-rich-text-editor__preview p{margin:0 0 .75rem}.premium-rich-text-editor__preview strong{font-weight:600;color:#0f2338}.premium-rich-text-editor__preview em{font-style:italic;color:#1a3b5c}.premium-rich-text-editor__preview u{text-decoration:underline;text-decoration-color:#c49a9a;text-decoration-thickness:2px}.premium-rich-text-editor__preview del{text-decoration:line-through;color:#6b7280}.premium-rich-text-editor__preview blockquote{margin:0 0 .75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-left:4px solid #0f2338;border-radius:0 8px 8px 0;font-style:italic;color:#374151}.premium-rich-text-editor__preview li{margin-left:1.5rem;margin-bottom:.25rem;color:#374151}.premium-rich-text-editor__preview li.numbered-item{list-style-type:decimal;margin-left:1.25rem}.premium-rich-text-editor__preview code{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:.125rem .25rem;border-radius:4px;font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:.8125rem;color:#0f2338;border:1px solid #d1d5db}.premium-rich-text-editor__preview pre{background:linear-gradient(135deg,#1f2937,#111827);padding:1rem;border-radius:12px;margin:0 0 .75rem;overflow-x:auto;border:2px solid #374151}.premium-rich-text-editor__preview pre code{background:transparent;padding:0;border:none;color:#f9fafb;font-size:.8125rem;line-height:1.5}.premium-rich-text-editor__preview a{color:#0f2338;text-decoration:none;font-weight:500;border-bottom:2px solid transparent;transition:all .2s ease}.premium-rich-text-editor__preview a:hover{color:#1a3b5c;border-bottom-color:#c49a9a}.premium-rich-text-editor__preview .checkbox-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.25rem 0;list-style:none;margin-left:0}.premium-rich-text-editor__preview .checkbox-item input[type=checkbox]{margin:0;width:18px;height:18px;cursor:pointer;accent-color:#0f2338;border-radius:4px}.premium-rich-text-editor__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-top:1px solid #e5e7eb;font-size:.75rem;color:#6b7280;position:relative;z-index:2}.premium-rich-text-editor__footer-left,.premium-rich-text-editor__footer-right{display:flex;align-items:center;gap:1rem}.premium-rich-text-editor__auto-save{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#6b7280;transition:all .2s ease}.premium-rich-text-editor__auto-save--saving{color:#0f2338}.premium-rich-text-editor__spinner{animation:spin 1s linear infinite}.premium-rich-text-editor__counts{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#6b7280}.premium-rich-text-editor__word-count{font-weight:500}.premium-rich-text-editor__char-count{color:#9ca3af}.premium-rich-text-editor__char-count--over-limit{color:#dc2626;font-weight:600}.premium-rich-text-editor__helper{margin-top:.5rem;font-size:.75rem;color:#6b7280;line-height:1.4}.premium-rich-text-editor__helper--error{color:#dc2626}.premium-rich-text-editor__hint{margin-top:.5rem;padding:.75rem 1rem;font-size:.75rem;color:#9ca3af;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:12px;line-height:1.4}.premium-rich-text-editor__hint strong,.premium-rich-text-editor__hint em,.premium-rich-text-editor__hint u{font-size:.75rem;color:#6b7280}.premium-rich-text-editor__hint strong{font-weight:600}@media (max-width: 768px){.premium-rich-text-editor__toolbar{padding:.5rem .75rem;gap:.5rem;flex-wrap:wrap}.premium-rich-text-editor__group{gap:.125rem}.premium-rich-text-editor__group:not(:last-child):after{display:none}.premium-rich-text-editor__btn{width:40px;height:40px;border-radius:10px}.premium-rich-text-editor__content{min-height:100px}.premium-rich-text-editor__textarea,.premium-rich-text-editor__preview{min-height:100px;padding:.875rem;font-size:1rem;line-height:1.5}.premium-rich-text-editor__footer{padding:.5rem .75rem;flex-direction:column;gap:.5rem;align-items:flex-start}.premium-rich-text-editor__footer-left,.premium-rich-text-editor__footer-right{width:100%;justify-content:space-between}.premium-rich-text-editor__hint{padding:.5rem .75rem;font-size:.6875rem}}@media (max-width: 480px){.premium-rich-text-editor__container{border-radius:12px}.premium-rich-text-editor__toolbar{padding:.5rem;gap:.25rem}.premium-rich-text-editor__btn{width:36px;height:36px;border-radius:8px}.premium-rich-text-editor__textarea,.premium-rich-text-editor__preview{padding:.75rem;font-size:.875rem}.premium-rich-text-editor__group:nth-child(n+4){display:none}}@media (prefers-contrast: high){.premium-rich-text-editor__container{border-width:3px}.premium-rich-text-editor__btn{border:1px solid #374151}.premium-rich-text-editor__btn--active{border-color:#fff}}@media (prefers-reduced-motion: reduce){.premium-rich-text-editor__container,.premium-rich-text-editor__btn,.premium-rich-text-editor__auto-save,.premium-rich-text-editor__container:before,.premium-rich-text-editor__btn:before{transition:none}.premium-rich-text-editor__spinner{animation:none}.premium-rich-text-editor__container:hover,.premium-rich-text-editor__btn:hover:not(:disabled){transform:none}}@media (prefers-color-scheme: dark){.premium-rich-text-editor__container{background:linear-gradient(135deg,#1f2937,#111827);border-color:#374151}.premium-rich-text-editor__label{color:#f9fafb}.premium-rich-text-editor__toolbar{background:linear-gradient(135deg,#374151,#1f2937);border-bottom-color:#4b5563}.premium-rich-text-editor__btn{color:#d1d5db}.premium-rich-text-editor__btn:hover:not(:disabled){color:#f9fafb}.premium-rich-text-editor__textarea,.premium-rich-text-editor__preview{color:#f9fafb}.premium-rich-text-editor__textarea::placeholder{color:#6b7280}.premium-rich-text-editor__footer{background:linear-gradient(135deg,#374151,#1f2937);border-top-color:#4b5563;color:#9ca3af}.premium-rich-text-editor__hint{background:linear-gradient(135deg,#374151,#1f2937);border-color:#4b5563;color:#9ca3af}.premium-rich-text-editor__preview h2,.premium-rich-text-editor__preview h3{color:#f9fafb}.premium-rich-text-editor__preview h4{color:#d1d5db}.premium-rich-text-editor__preview strong{color:#f9fafb}.premium-rich-text-editor__preview em{color:#e5e7eb}.premium-rich-text-editor__preview blockquote{background:linear-gradient(135deg,#374151,#1f2937);color:#d1d5db}.premium-rich-text-editor__preview code{background:linear-gradient(135deg,#374151,#1f2937);border-color:#4b5563;color:#f9fafb}.premium-rich-text-editor__preview a{color:#c49a9a}.premium-rich-text-editor__preview a:hover{color:#d6b2b2}}.rich-text-display{font-size:14px;line-height:1.6;color:#172b4d;word-wrap:break-word}.rich-text-display h3{margin:16px 0 8px;font-size:16px;font-weight:600;color:#172b4d}.rich-text-display p{margin:0 0 8px}.rich-text-display strong{font-weight:600}.rich-text-display em{font-style:italic}.rich-text-display u{text-decoration:underline}.rich-text-display code{background-color:#f4f5f7;padding:2px 4px;border-radius:3px;font-family:Monaco,Consolas,Courier New,monospace;font-size:13px}.rich-text-display a,.rich-text-display .rich-text-link{color:#6366f1;text-decoration:underline;text-underline-offset:2px;transition:all .2s ease-in-out;cursor:pointer}.rich-text-display a:hover,.rich-text-display .rich-text-link:hover{color:#4f46e5;text-decoration:underline;text-decoration-thickness:2px}.rich-text-display a:visited,.rich-text-display .rich-text-link:visited{color:#7c3aed}.rich-text-display a:active,.rich-text-display .rich-text-link:active{color:#3730a3}.rich-text-display li{margin-left:20px;margin-bottom:4px;list-style-type:disc}.rich-text-display .checkbox-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;cursor:default;user-select:none}.rich-text-display .checkbox-item.editable{cursor:pointer}.rich-text-display .checkbox-item input[type=checkbox]{margin:2px 0 0;width:16px;height:16px;flex-shrink:0;cursor:inherit}.rich-text-display .checkbox-item input[type=checkbox]:disabled{cursor:not-allowed;opacity:.8}.rich-text-display .checkbox-item span{flex:1;line-height:1.4}.rich-text-display .checkbox-item input[type=checkbox]:checked+span{text-decoration:line-through;opacity:.7}.rich-text-display br+.checkbox-item{margin-top:4px}.rich-text-display .checkbox-item+br+.checkbox-item{margin-top:0}.premium-text-input{position:relative;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.premium-text-input__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;line-height:1.25;transition:color .3s ease}.premium-text-input--focused .premium-text-input__label{color:#0f2338}.premium-text-input--error .premium-text-input__label{color:#dc2626}.premium-text-input__required{color:#dc2626;margin-left:.25rem}.premium-text-input__container{position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;min-height:44px}.premium-text-input__container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f233805,#0f23380d);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.premium-text-input--hovered:not(.premium-text-input--disabled):not(.premium-text-input--readonly) .premium-text-input__container{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 8px 25px #0f233826}.premium-text-input--hovered:not(.premium-text-input--disabled):not(.premium-text-input--readonly) .premium-text-input__container:before{opacity:1}.premium-text-input--focused .premium-text-input__container{border-color:#0f2338;box-shadow:0 0 0 4px #0f23381a,0 4px 12px #0f233826;transform:translateY(-1px);background:#fff}.premium-text-input--focused .premium-text-input__container:before{opacity:0}.premium-text-input--error .premium-text-input__container{border-color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fff)}.premium-text-input--error.premium-text-input--focused .premium-text-input__container{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a,0 4px 12px #dc262626}.premium-text-input--disabled .premium-text-input__container{background:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed;transform:none}.premium-text-input--disabled .premium-text-input__container:hover{transform:none;box-shadow:none;border-color:#e5e7eb}.premium-text-input--readonly .premium-text-input__container{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-color:#dfe1e6}.premium-text-input--readonly .premium-text-input__container:hover{transform:none;box-shadow:none;border-color:#dfe1e6}.premium-text-input__prefix-icon{display:flex;align-items:center;justify-content:center;padding-left:1rem;padding-right:.5rem;color:#6b7280;flex-shrink:0;z-index:2;transition:color .3s ease}.premium-text-input--focused .premium-text-input__prefix-icon{color:#0f2338}.premium-text-input--error .premium-text-input__prefix-icon{color:#dc2626}.premium-text-input__input{flex:1;min-width:0;padding:.75rem 1rem;border:none!important;background:transparent!important;font-size:.875rem;font-weight:500;color:#111827;outline:none!important;box-shadow:none!important;z-index:2;transition:all .3s ease}.premium-text-input__input::placeholder{color:#9ca3af;font-weight:400;transition:color .3s ease}.premium-text-input--focused .premium-text-input__input::placeholder{color:#6b7280}.premium-text-input__input:disabled{color:#9ca3af;cursor:not-allowed}.premium-text-input__input:read-only{cursor:default;color:#6b7280}.premium-text-input__input:focus{border:none!important;outline:none!important;box-shadow:none!important}.premium-text-input__input:hover{border:none!important;box-shadow:none!important}.premium-text-input--has-prefix .premium-text-input__input{padding-left:0}.premium-text-input--has-suffix .premium-text-input__input{padding-right:0}.premium-text-input__suffix{display:flex;align-items:center;gap:.5rem;padding-right:1rem;flex-shrink:0;z-index:2}.premium-text-input__clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:50%;transition:all .2s cubic-bezier(.4,0,.2,1);opacity:0;transform:scale(.8)}.premium-text-input--has-value .premium-text-input__clear{opacity:1;transform:scale(1)}.premium-text-input__clear:hover{background:#0f23381a;color:#0f2338;transform:scale(1.1)}.premium-text-input__clear:active{transform:scale(.95)}.premium-text-input__suffix-icon{display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .3s ease}.premium-text-input--focused .premium-text-input__suffix-icon{color:#0f2338}.premium-text-input--error .premium-text-input__suffix-icon{color:#dc2626}.premium-text-input__footer{display:flex;justify-content:space-between;align-items:flex-start;margin-top:.5rem;min-height:1rem}.premium-text-input__helper{font-size:.75rem;color:#6b7280;line-height:1.4;flex:1}.premium-text-input__helper--error{color:#dc2626}.premium-text-input__character-count{font-size:.75rem;color:#9ca3af;line-height:1.4;margin-left:.5rem;white-space:nowrap}.premium-text-input__character-count--warning{color:#f59e0b;font-weight:600}@keyframes inputSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.premium-text-input{animation:inputSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.premium-text-input__container:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#0f233833;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:all .3s ease;pointer-events:none;z-index:1}.premium-text-input--focused .premium-text-input__container:after{animation:ripple .6s cubic-bezier(.4,0,.2,1)}.premium-text-input--small .premium-text-input__container{min-height:36px;border-radius:8px}.premium-text-input--small .premium-text-input__input{padding:.5rem .75rem;font-size:.75rem}.premium-text-input--small .premium-text-input__prefix-icon{padding-left:.75rem;padding-right:.375rem}.premium-text-input--small .premium-text-input__suffix{padding-right:.75rem}.premium-text-input--small .premium-text-input__clear{width:16px;height:16px}.premium-text-input--small .premium-text-input__label{font-size:.75rem}.premium-text-input--large .premium-text-input__container{min-height:52px;border-radius:16px}.premium-text-input--large .premium-text-input__input{padding:1rem 1.25rem;font-size:1rem}.premium-text-input--large .premium-text-input__prefix-icon{padding-left:1.25rem;padding-right:.75rem}.premium-text-input--large .premium-text-input__suffix{padding-right:1.25rem}.premium-text-input--large .premium-text-input__clear{width:24px;height:24px}.premium-text-input--large .premium-text-input__label{font-size:1rem}.premium-text-input--compact .premium-text-input__container{min-height:32px;border-radius:6px;background:#fff;border-width:1px}.premium-text-input--compact .premium-text-input__input{padding:.25rem .5rem;font-size:.75rem}.premium-text-input--compact .premium-text-input__prefix-icon{padding-left:.5rem;padding-right:.25rem}.premium-text-input--compact .premium-text-input__suffix{padding-right:.5rem}.premium-text-input--compact .premium-text-input__label{font-size:.75rem;margin-bottom:.25rem}.premium-text-input--compact .premium-text-input__footer{margin-top:.25rem}.premium-text-input--mobile .premium-text-input__container{min-height:48px;border-radius:16px;border-width:2px}.premium-text-input--mobile .premium-text-input__input{padding:.875rem 1rem;font-size:1rem}.premium-text-input--mobile .premium-text-input__prefix-icon{padding-left:1rem;padding-right:.5rem}.premium-text-input--mobile .premium-text-input__suffix{padding-right:1rem}.premium-text-input--mobile .premium-text-input__clear{width:24px;height:24px}.premium-text-input--mobile .premium-text-input__label{font-size:1rem;margin-bottom:.75rem}.premium-text-input--mobile .premium-text-input__footer{margin-top:.75rem}@media (max-width: 768px){.premium-text-input:not(.premium-text-input--compact) .premium-text-input__container{min-height:44px;border-radius:12px}.premium-text-input:not(.premium-text-input--compact) .premium-text-input__input{padding:.75rem 1rem;font-size:1rem}.premium-text-input:not(.premium-text-input--compact) .premium-text-input__label{font-size:.875rem}}.premium-text-input--success .premium-text-input__container{border-color:#16a34a;background:linear-gradient(135deg,#f0fdf4,#fff)}.premium-text-input--success.premium-text-input--focused .premium-text-input__container{border-color:#16a34a;box-shadow:0 0 0 4px #16a34a1a,0 4px 12px #16a34a26}.premium-text-input--loading .premium-text-input__container:before{background:linear-gradient(90deg,transparent 0%,rgba(15,35,56,.1) 50%,transparent 100%);animation:loading-shimmer 1.5s infinite}@keyframes loading-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-color-scheme: dark){.premium-text-input__container{background:linear-gradient(135deg,#1f2937,#111827);border-color:#374151}.premium-text-input__input{color:#f9fafb}.premium-text-input__input::placeholder{color:#6b7280}.premium-text-input__label{color:#d1d5db}.premium-text-input--focused .premium-text-input__label{color:#f9fafb}.premium-text-input--focused .premium-text-input__container{background:#1f2937;border-color:#0f2338}}@media (prefers-contrast: high){.premium-text-input__container{border-width:3px}.premium-text-input--focused .premium-text-input__container{border-width:3px;box-shadow:0 0 0 2px #0f2338}}@media (prefers-reduced-motion: reduce){.premium-text-input__container,.premium-text-input__clear,.premium-text-input__prefix-icon,.premium-text-input__suffix-icon{transition:none}.premium-text-input{animation:none}.premium-text-input--focused .premium-text-input__container:after{animation:none}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out;padding:2rem 1rem;overflow-y:auto;box-sizing:border-box}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;max-width:600px;width:90%;max-height:85vh;height:auto;display:flex;flex-direction:column;animation:slideIn .3s ease-out;position:relative;overflow:hidden}.page-header{position:sticky;top:0;z-index:99;display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fff;border-bottom:2px solid #dfe1e6;box-shadow:0 2px 8px #00000014;border-radius:8px;margin:0 0 20px;backdrop-filter:blur(5px)}.page-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#172b4d}.page-header-left{display:flex;gap:.75rem;align-items:center;flex:1;justify-content:flex-start}.page-header-title{margin:0;font-size:1.5rem;font-weight:600;color:#172b4d;flex:1;text-align:center}.page-header-right{display:flex;gap:.75rem;align-items:center;flex:1;justify-content:flex-end}.page-header-actions,.task-actions{display:flex;gap:.75rem;align-items:center}.page-container{display:flex;flex-direction:column;min-height:100%}.landing-main{scroll-behavior:smooth}.modal-content.modal-workflow{max-width:calc(100vw - 40px);width:calc(100vw - 40px);max-height:calc(100vh - 100px);height:calc(100vh - 100px);border-radius:8px;margin:20px;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:1001;box-shadow:0 20px 40px #0000004d}.modal-workflow{display:flex;flex-direction:column;height:calc(100vh - 140px);overflow:hidden}.workflow-two-column{display:grid;grid-template-columns:1fr 1fr;gap:0;height:100%;min-height:0;overflow:hidden}.workflow-left-column{padding-left:1rem;padding-right:1rem;overflow-y:auto;height:100%;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}.workflow-left-column::-webkit-scrollbar{display:none}.workflow-right-column{padding-left:1rem;padding-right:1rem;overflow-y:auto;height:100%;scrollbar-width:none;-ms-overflow-style:none}.workflow-right-column::-webkit-scrollbar{display:none}@media (max-width: 1024px){.workflow-two-column{grid-template-columns:1fr;gap:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.workflow-two-column::-webkit-scrollbar{display:none}.workflow-left-column{padding-right:1rem;border-right:none;border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem;height:auto;overflow:visible}.workflow-right-column{padding-left:1rem;padding-top:1.5rem;height:auto;overflow:visible}.modal-content.modal-workflow{max-width:calc(100vw - 30px);width:calc(100vw - 30px);max-height:calc(100vh - 80px);height:calc(100vh - 80px);margin:15px}.modal-workflow{height:calc(100vh - 120px)}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0;background-color:#fff;z-index:10}.modal-title{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.modal-close{background:none;border:none;font-size:2rem;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-body{padding:0;overflow:hidden;flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.modal-workflow .modal-body{overflow:hidden;height:100%}.modal-form{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;flex:1}.modal-form-content{flex:1;overflow-y:auto;padding:1rem 1.5rem;min-height:0;position:relative;scrollbar-width:none;-ms-overflow-style:none}.modal-form-content::-webkit-scrollbar{display:none}.modal-workflow .modal-form-content{overflow-y:auto;display:flex;flex-direction:column;padding:0;height:100%;flex:1;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.modal-workflow .modal-form-content::-webkit-scrollbar{display:none}.modal-workflow .modal-form-content:has(.task-type-grid){overflow-y:auto;padding:1rem 1.5rem;flex:1;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.modal-workflow .modal-form-content:has(.task-type-grid)::-webkit-scrollbar{display:none}.modal-workflow .workflow-two-column{flex:1;min-height:0;overflow:hidden;height:100%}.modal-form-content .form-section{margin-bottom:1rem}.modal-form-content .form-group{margin-bottom:.875rem}.modal-form-content .section-title{margin:0 0 1.25rem}.modal-form-content .field-group-title{margin:0 0 .875rem;padding-bottom:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:500;color:#374151;font-size:.875rem}.form-label.required:after{content:" *";color:#ef4444}.form-input,.form-textarea,.form-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s ease;background-color:#fff;color:#111827}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#0f2338;box-shadow:0 0 0 3px #0f23381a}.form-textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background-color:#fff;border-radius:0;flex-shrink:0;z-index:10;position:relative}.btn{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#e5e7eb}.modal-content.modal-admin,.modal-content.modal-client,.modal-content.modal-listing,.modal-content.modal-transaction{border-top:4px solid #e5e7eb}.form-datetime-group{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-checkbox-group{display:flex;align-items:center;gap:.5rem}.form-checkbox{width:1rem;height:1rem;cursor:pointer}.form-checkbox-label{font-size:.875rem;color:#374151;cursor:pointer}.form-help,.form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-input.error,.form-textarea.error,.form-select.error{border-color:#ef4444}.form-error{font-size:.75rem;color:#ef4444;margin-top:.25rem}.modal-view-mode .modal-header{background-color:#f9fafb}.modal-mode-indicator{font-size:.875rem;font-weight:400;color:#6b7280;margin-right:.5rem}.modal-view-mode .form-input,.modal-view-mode .form-textarea,.modal-view-mode .form-select{background-color:#f9fafb;cursor:not-allowed;color:#4b5563}.modal-view-mode .form-input:disabled,.modal-view-mode .form-textarea:disabled,.modal-view-mode .form-select:disabled{opacity:1}.modal-content.modal-view-mode.modal-admin{border-top-color:#ddd6fe}.modal-content.modal-view-mode.modal-client{border-top-color:#a7f3d0}.modal-content.modal-view-mode.modal-listing{border-top-color:#fed7aa}.modal-content.modal-view-mode.modal-transaction{border-top-color:#bfdbfe}.form-section{margin-bottom:2rem}.section-title{font-size:1.375rem;font-weight:600;color:#111827;margin:0 0 2rem;text-align:center;position:relative}.section-title:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#0f2338,#c49a9a);border-radius:2px}.field-group-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb;position:relative}.field-group-title:before{content:"";position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:#0f2338;border-radius:1px}.task-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.25rem}.task-type-card{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:12px;padding:1rem;text-align:left;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.task-type-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#0f2338,transparent);opacity:0;transition:opacity .3s ease}.task-type-card:hover{border-color:#0f2338;transform:translateY(-4px) scale(1.02);box-shadow:0 8px 25px #0f233826}.task-type-card:hover:before{opacity:1}.task-type-card.selected{border-color:#0f2338;background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-shadow:0 12px 35px #0f233840;transform:translateY(-4px) scale(1.02)}.task-type-card.selected:before{opacity:1;background:linear-gradient(90deg,#0f2338,#c49a9a,#0f2338)}.task-type-icon{width:40px;height:40px;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.task-type-icon img{width:100%;height:100%;object-fit:contain}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.loading-container p{color:#6b7280;font-size:.875rem}.workflow-single-column{overflow-y:auto;height:100%;scrollbar-width:none;-ms-overflow-style:none}.workflow-single-column::-webkit-scrollbar{display:none}.workflow-content-simple{padding:1rem}.sop-description{margin:1rem 0;color:#6b7280;font-size:.875rem;line-height:1.5}.selected-steps{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin:1rem 0}.selected-steps h5{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:#374151}.selected-steps ul{margin:0;padding-left:1.5rem;list-style-type:disc}.selected-steps li{margin:.25rem 0;font-size:.875rem;color:#6b7280}.sop-steps-container{margin-top:1rem;flex:1;overflow-y:auto;padding-right:.5rem}.sop-steps-container::-webkit-scrollbar{width:6px}.sop-steps-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.sop-steps-container::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:3px}.sop-steps-container::-webkit-scrollbar-thumb:hover{background:#6b7280}.steps-header{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.steps-count{font-size:.875rem;color:#6b7280;font-weight:500}.sop-step-card{background:#1e3a5f;border:1px solid #2d4a6f;border-radius:.5rem;padding:1rem;margin-bottom:1rem;transition:all .2s ease}.sop-step-card:hover{border-color:#3b5a7f;box-shadow:0 2px 8px #1e3a5f33}.step-header{margin-bottom:.75rem}.step-checkbox-label{display:flex;align-items:flex-start;cursor:pointer;gap:.75rem}.step-checkbox{margin-top:.125rem;width:18px;height:18px;cursor:pointer;accent-color:#60a5fa}.step-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.step-number{display:inline-block;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:600;color:#93bbf4;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.step-title{margin:0;font-size:clamp(.75rem,2.5vw,1rem);font-weight:600;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step-checklist{margin-left:1.875rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #2d4a6f}.checklist-item{margin-bottom:.5rem}.checklist-label{display:flex;align-items:flex-start;cursor:pointer;gap:.5rem;font-size:.875rem;color:#e5e7eb;line-height:1.4}.checklist-checkbox{margin-top:.125rem;width:14px;height:14px;cursor:pointer;accent-color:#60a5fa}.checklist-checkbox:disabled{cursor:not-allowed;opacity:.5}.checklist-label span.disabled{color:#6b7280;text-decoration:line-through;opacity:.6}.workflow-right-column{border-left:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;min-height:0}.workflow-right-column .form-section{display:flex;flex-direction:column;height:100%;overflow:visible;flex:1;min-height:0}.workflow-right-column .field-group-title{margin-bottom:.5rem;color:#111827}.workflow-right-column .sop-description{margin:.5rem 0 1rem;font-size:.875rem;color:#6b7280;line-height:1.5}.task-type-card:hover .task-type-icon{transform:scale(1.1) rotate(5deg)}.task-type-card.selected .task-type-icon{transform:scale(1.15)}.task-type-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0;letter-spacing:-.025em;line-height:1.3}.task-type-subtitle{font-size:.85rem;color:#6b7280;margin:0;line-height:1.4;font-weight:400}.task-type-card.selected .task-type-title{color:#0f2338;text-shadow:0 1px 2px rgba(0,0,0,.05)}.task-type-card.selected .task-type-subtitle{color:#374151;font-weight:500}.task-type-radio-hidden{position:absolute;opacity:0;pointer-events:none}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.form-help{font-size:.8rem;color:#6b7280;margin-top:.375rem;font-style:italic;line-height:1.4;display:flex;align-items:center;gap:.25rem}.form-help:before{content:"ℹ️";font-size:.75rem;opacity:.7}.character-counter{font-size:.75rem;color:#9ca3af;text-align:right;margin-top:.25rem;font-family:Monaco,Menlo,monospace}.character-counter.warning{color:#f59e0b;font-weight:600}.character-counter.error{color:#dc2626;font-weight:600}.form-input,.form-select{border-radius:10px;border:2px solid #e5e7eb;padding:.875rem 1rem;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fff,#f9fafb);box-shadow:0 1px 3px #0000000d}.form-input:focus,.form-select:focus{border-color:#0f2338;box-shadow:0 0 0 4px #0f23381a,0 2px 8px #0000001a;outline:none;background:#fff;transform:translateY(-1px)}.form-input:hover:not(:focus),.form-select:hover:not(:focus){border-color:#9ca3af;box-shadow:0 2px 6px #00000014}.form-label{font-weight:600;color:#374151;font-size:.9rem;margin-bottom:.625rem;display:block;letter-spacing:-.01em}.priority-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.5rem}.priority-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.5rem;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.125rem}.priority-option:hover{border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.priority-option.selected{border-color:#0f2338;background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-shadow:0 4px 12px #0f233826}.priority-icon{font-size:1.25rem;margin-bottom:.25rem}.priority-label{font-size:.8rem;font-weight:600;color:#374151}.priority-option.selected .priority-label{color:#0f2338}.task-type-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;margin-bottom:2rem;border:1px solid #e5e7eb}.selected-task-type{display:flex;align-items:center;gap:1rem}.selected-type-icon{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.selected-type-info{display:flex;flex-direction:column;gap:.25rem}.selected-type-title{font-size:1.375rem;font-weight:700;color:#0f2338;margin:0;letter-spacing:-.025em}.selected-type-subtitle{font-size:.9rem;color:#6b7280;margin:0;line-height:1.4}.back-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;color:#374151;padding:.75rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000001a}.back-button:hover{border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 12px #00000026;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.back-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.back-icon{font-size:1.125rem;font-weight:700;transition:transform .2s ease}.back-button:hover .back-icon{transform:translate(-2px)}.back-text{letter-spacing:-.01em}.section-header-with-back{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.back-button-small{display:flex;align-items:center;gap:.375rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1.5px solid #e5e7eb;color:#6b7280;padding:.5rem .875rem;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.back-button-small:hover{border-color:#9ca3af;color:#374151;transform:translateY(-1px);box-shadow:0 3px 8px #0000001a;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.back-button-small:active{transform:translateY(0);box-shadow:0 1px 3px #0000000d}.back-button-small .back-icon{font-size:1rem;transition:transform .2s ease}.back-button-small:hover .back-icon{transform:translate(-1px)}.back-button-small .back-text{font-size:.8rem;letter-spacing:-.005em}.btn{border-radius:10px;font-weight:600;letter-spacing:-.01em;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000001a}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-primary:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 16px #3b82f64d}.btn-primary:hover:not(:disabled):before{left:100%}.btn-secondary{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:2px solid #e5e7eb}.btn-secondary:hover{border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.task-type-grid,.form-row{grid-template-columns:1fr;gap:1rem}.priority-options{grid-template-columns:1fr}.task-type-card{padding:1.5rem 1.25rem}.task-type-icon{font-size:2.5rem}.task-type-title{font-size:1.125rem}.task-type-header{flex-direction:column;gap:1rem;text-align:center}.selected-task-type{flex-direction:column;text-align:center;gap:.75rem}.selected-type-icon{font-size:2rem}.selected-type-title{font-size:1.25rem}.back-button{width:100%;justify-content:center}.section-header-with-back{flex-direction:column;gap:1rem;text-align:center}.back-button-small{width:100%;justify-content:center}}@media (max-width: 480px){.section-title{font-size:1.25rem}.task-type-card{padding:1.25rem 1rem}.task-type-icon{font-size:2.25rem}.modal-content{width:95%;margin:1rem}.modal-content.modal-workflow{max-width:calc(100vw - 20px);width:calc(100vw - 20px);max-height:calc(100vh - 60px);height:calc(100vh - 60px);margin:10px}.modal-workflow{height:calc(100vh - 100px)}.recurrence-section{margin-bottom:3rem;padding-bottom:1.5rem}.task-type-header{padding:1.25rem}.selected-type-icon{font-size:1.75rem}.selected-type-title{font-size:1.125rem}.back-button{padding:.625rem 1rem;font-size:.8rem}.back-button-small{padding:.5rem .75rem;font-size:.75rem}.back-button-small .back-text{font-size:.75rem}}.workflow-global-settings{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.workflow-task-selection{margin-top:1.5rem}.task-selection-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.workflow-stage{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:.875rem;overflow:hidden;box-shadow:0 1px 3px #0000000d}.stage-header{background:linear-gradient(135deg,#0f2338,#1a3b5c);color:#fff;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;user-select:none}.stage-header:hover{background:linear-gradient(135deg,#1a3b5c,#0f2338)}.workflow-stage.selected .stage-header{background:linear-gradient(135deg,#0f2338,#1a3b5c)}.stage-title-section{display:flex;align-items:center;gap:1rem}.stage-checkbox{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:white}.stage-title{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1rem;font-weight:600}.stage-icon{font-size:1.2rem;margin-right:.5rem}.stage-number{font-size:.9rem;font-weight:600;opacity:.9;margin-right:.25rem}.stage-name{font-size:1.1rem}.stage-info{display:flex;align-items:center;gap:1rem;font-size:.875rem;opacity:.9}.expand-icon{font-size:.75rem;opacity:.8;transition:transform .2s ease}.workflow-stage.expanded .expand-icon{transform:rotate(0)}.task-count,.total-duration{background:#fff3;padding:.25rem .75rem;border-radius:12px;font-weight:500}.stage-body{background:#f8f9fa;padding:1rem 1.25rem;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.stage-checklist{margin:0}.checklist-title{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.025em}.checklist-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.checklist-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#4b5563;line-height:1.4}.checklist-bullet{font-size:1rem;flex-shrink:0;margin-top:-.125rem}.checklist-text{flex:1}.stage-tasks{padding:0}.workflow-task-item{border-bottom:1px solid #f3f4f6;transition:all .2s ease}.workflow-task-item:last-child{border-bottom:none}.workflow-stage.selected{border:2px solid #0f2338;box-shadow:0 4px 12px #0f233826}.workflow-task-item{background:#fff;border-bottom:1px solid #f3f4f6}.task-info{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.task-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.task-title{font-size:1rem;font-weight:600;color:#111827;line-height:1.4}.task-description{font-size:.875rem;color:#6b7280;line-height:1.5}.task-meta{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.task-duration{font-size:.75rem;color:#9ca3af;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-weight:500}.task-type-badge{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.task-type-badge.sequential{background:#fef3c7;color:#92400e}.task-type-badge.parallel{background:#ddd6fe;color:#6b21a8}@media (max-width: 768px){.workflow-global-settings{padding:1rem}.stage-header{padding:.875rem 1rem;flex-direction:column;gap:.75rem;text-align:center}.stage-title{flex-direction:column;gap:.5rem}.task-checkbox-label{padding:1rem;gap:.75rem}.task-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.workflow-stage{margin-bottom:1rem}.stage-header{padding:.75rem}.stage-title{font-size:.95rem}.stage-number{font-size:.75rem;padding:.2rem .6rem}.task-checkbox-label{padding:.875rem}.task-title{font-size:.9rem}.task-description{font-size:.8rem}}.recurrence-section{margin-top:1.5rem;margin-bottom:2rem;padding-top:1.5rem;padding-bottom:1rem;border-top:1px solid #e5e7eb}.toggle-group{margin-bottom:1rem}.toggle-container{display:flex;align-items:center;gap:.75rem}.toggle-input{position:absolute;opacity:0;width:0;height:0}.toggle-switch{position:relative;display:inline-block;width:48px;height:24px;cursor:pointer;flex-shrink:0}.toggle-slider{position:absolute;inset:0;background-color:#e5e7eb;transition:all .3s ease;border-radius:24px}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:all .3s ease;border-radius:50%;box-shadow:0 2px 4px #0003}.toggle-input:checked+.toggle-switch .toggle-slider{background-color:#0f2338}.toggle-input:checked+.toggle-switch .toggle-slider:before{transform:translate(24px)}.toggle-switch:hover .toggle-slider{background-color:#d1d5db}.toggle-input:checked+.toggle-switch:hover .toggle-slider{background-color:#1a3a52}.toggle-label-text{font-size:.95rem;font-weight:500;color:#374151;cursor:pointer;user-select:none}.toggle-label-text:hover{color:#1f2937}@media (max-width: 768px){.step-info{gap:.125rem}.step-number{font-size:.625rem;margin-bottom:.125rem}.step-title{font-size:.8rem;line-height:1.1}}@media (max-width: 480px){.step-number{font-size:.5rem;letter-spacing:.025em}.step-title{font-size:.7rem}.sop-step-card{padding:.75rem}}.confirmation-dialog-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirmation-dialog{background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;max-width:400px;width:90%;animation:slideIn .2s ease-out;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.confirmation-dialog-header{padding:24px 24px 16px;border-bottom:1px solid #e2e8f0}.confirmation-dialog-title{margin:0;font-size:20px;font-weight:600;color:#1e293b;line-height:1.3}.confirmation-dialog-content{padding:20px 24px}.confirmation-dialog-message{margin:0;font-size:16px;line-height:1.5;color:#475569}.confirmation-dialog-actions{padding:16px 24px 24px;display:flex;gap:12px;justify-content:flex-end}.confirmation-dialog-button{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;border:2px solid transparent;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;min-width:80px;justify-content:center}.confirmation-dialog-button:disabled{opacity:.6;cursor:not-allowed}.confirmation-dialog-cancel{background-color:#f8fafc;color:#475569;border-color:#e2e8f0}.confirmation-dialog-cancel:hover:not(:disabled){background-color:#f1f5f9;border-color:#cbd5e1}.confirmation-dialog-confirm.danger{background-color:#ef4444;color:#fff;border-color:#ef4444}.confirmation-dialog-confirm.danger:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626}.confirmation-dialog-confirm.primary{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.confirmation-dialog-confirm.primary:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb}.loading-spinner-inline{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-right:4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){.confirmation-dialog{width:95%;margin:20px}.confirmation-dialog-header{padding:20px 20px 12px}.confirmation-dialog-content{padding:16px 20px}.confirmation-dialog-actions{padding:12px 20px 20px;flex-direction:column-reverse}.confirmation-dialog-button{width:100%}}.premium-dropdown{position:relative;display:inline-flex;align-items:center;gap:.5rem}.dropdown-wrapper{position:relative;min-width:200px}.dropdown-trigger{width:100%;padding:.5rem 2.5rem .5rem .75rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;text-align:left}.dropdown-trigger:hover:not(:disabled){border-color:#0f2338;background:#f9fafb}.dropdown-trigger:focus{outline:none;border-color:#0f2338;box-shadow:0 0 0 3px #0f23381a}.dropdown-trigger:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.dropdown-trigger.open{border-color:#0f2338;box-shadow:0 0 0 3px #0f23381a}.dropdown-value{flex:1;display:flex;align-items:center}.selected-option{display:flex;align-items:center;gap:.5rem;width:100%}.option-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.option-content{display:flex;flex-direction:column;flex:1;min-width:0}.option-label{font-weight:500;color:#111827;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.option-description{font-size:.75rem;color:#6b7280;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.placeholder{color:#9ca3af;font-style:italic}.dropdown-arrow{color:#6b7280;transition:transform .2s ease;flex-shrink:0}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 25px #0f233826;z-index:1000;max-height:300px;overflow:hidden;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-search{position:relative;padding:.75rem;border-bottom:1px solid #e5e7eb}.search-input{width:100%;padding:.5rem 2.5rem .5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#f9fafb;transition:all .2s ease}.search-input:focus{outline:none;border-color:#0f2338;background:#fff;box-shadow:0 0 0 2px #0f23381a}.search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.dropdown-options{max-height:200px;overflow-y:auto;padding:.25rem}.dropdown-option{width:100%;padding:.75rem;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;text-align:left;gap:.5rem}.dropdown-option:hover,.dropdown-option.highlighted{background:#f3f4f6;transform:translate(2px)}.dropdown-option.selected{background:#f0fdf4;border:1px solid #16a34a}.dropdown-option.selected:hover{background:#dcfce7}.check-icon{color:#16a34a;flex-shrink:0}.no-options{padding:1.5rem;text-align:center;color:#6b7280;font-style:italic;font-size:.875rem}.dropdown-actions{display:flex;gap:.375rem}.action-btn{padding:.375rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.action-btn:hover:not(:disabled){transform:scale(1.1)}.action-btn.save{color:#16a34a;border-color:#16a34a}.action-btn.save:hover:not(:disabled){background:#f0fdf4}.action-btn.cancel{color:#dc2626;border-color:#dc2626}.action-btn.cancel:hover:not(:disabled){background:#fef2f2}.action-btn:disabled{opacity:.5;cursor:not-allowed}.dropdown-options::-webkit-scrollbar{width:6px}.dropdown-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.dropdown-options::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.dropdown-options::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.option-label.priority-high{color:#dc2626}.option-label.priority-normal{color:#f59e0b}.option-label.priority-low{color:#16a34a}.premium-date-picker{position:relative;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.premium-date-picker__label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#374151}.premium-date-picker__required{color:#dc2626;margin-left:.25rem}.premium-date-picker__container{position:relative;width:100%}.premium-date-picker__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#374151;cursor:pointer;transition:all .2s ease;position:relative}.premium-date-picker__trigger:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.premium-date-picker__trigger:focus{outline:none;border-color:#0f2338;box-shadow:0 0 0 4px #0f23381a}.premium-date-picker__trigger:disabled{background:#f9fafb;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.premium-date-picker__trigger-content{display:flex;align-items:center;gap:.75rem;flex:1}.premium-date-picker__trigger-icon{display:flex;align-items:center;color:#6b7280;transition:color .2s ease}.premium-date-picker__trigger:focus .premium-date-picker__trigger-icon{color:#0f2338}.premium-date-picker__trigger-text{color:#374151;font-weight:500}.premium-date-picker__trigger:disabled .premium-date-picker__trigger-text{color:#9ca3af}.premium-date-picker__trigger-actions{display:flex;align-items:center;gap:.5rem}.premium-date-picker__chevron{display:flex;align-items:center;color:#6b7280;transition:all .2s ease}.premium-date-picker--open .premium-date-picker__chevron{transform:rotate(180deg);color:#0f2338}.premium-date-picker--small .premium-date-picker__trigger{padding:.5rem .75rem;font-size:.875rem}.premium-date-picker--large .premium-date-picker__trigger{padding:1rem 1.25rem;font-size:1.125rem}.premium-date-picker--error .premium-date-picker__trigger{border-color:#dc2626}.premium-date-picker--error .premium-date-picker__trigger:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a}.premium-date-picker--disabled .premium-date-picker__trigger{opacity:.6}.premium-date-picker__panel{position:absolute;left:0;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 25px #0f233826;padding:1rem;margin-top:.5rem;width:320px;max-height:380px;overflow:hidden;animation:fadeInScale .2s ease}.premium-date-picker__panel--above{bottom:100%;top:auto;margin-top:0;margin-bottom:.5rem}.premium-date-picker--align-left .premium-date-picker__panel{left:0;right:auto}.premium-date-picker--align-right .premium-date-picker__panel{right:0;left:auto}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.premium-date-picker__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.premium-date-picker__nav{display:flex;gap:.5rem}.premium-date-picker__nav-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s ease}.premium-date-picker__nav-button:hover{background:#f9fafb;border-color:#d1d5db;color:#0f2338;transform:translateY(-1px)}.premium-date-picker__nav-button:active{transform:translateY(0);background:#f3f4f6}.premium-date-picker__title{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#0f2338}.premium-date-picker__month{font-size:1.125rem}.premium-date-picker__year{font-size:1.125rem;color:#6b7280}.premium-date-picker__calendar{margin-bottom:0}.premium-date-picker__weekdays{display:grid;grid-template-columns:repeat(7,2.25rem);gap:.125rem;justify-content:center;margin-bottom:.75rem;width:100%}.premium-date-picker__weekday{display:flex;align-items:center;justify-content:center;padding:.375rem .25rem;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;min-width:2rem}.premium-date-picker__days{display:grid;grid-template-columns:repeat(7,2.25rem);grid-template-rows:repeat(6,2.25rem);gap:.125rem;justify-content:center;width:100%}.premium-date-picker__day{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:transparent;border:none;border-radius:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;position:relative}.premium-date-picker__day:hover{background:#f9fafb;color:#0f2338;transform:translateY(-1px)}.premium-date-picker__day--other-month{color:#d1d5db}.premium-date-picker__day--other-month:hover{color:#9ca3af;background:#f9fafb}.premium-date-picker__day--today{background:#f3f4f6;color:#0f2338;font-weight:600}.premium-date-picker__day--today:hover{background:#e5e7eb}.premium-date-picker__day--selected{background:#0f2338;color:#fff;font-weight:600}.premium-date-picker__day--selected:hover{background:#1a3b5c;transform:translateY(-1px)}.premium-date-picker__day--focused{background:#f3f4f6;border:2px solid #0F2338;color:#0f2338;font-weight:600;outline:none}.premium-date-picker__day--focused.premium-date-picker__day--selected{background:#0f2338;color:#fff;border:2px solid #C49A9A}.premium-date-picker__day--disabled{color:#d1d5db;cursor:not-allowed;opacity:.5}.premium-date-picker__day--disabled:hover{background:transparent;transform:none}.premium-date-picker__helper{margin-top:.5rem;font-size:.75rem;color:#6b7280}.premium-date-picker__helper--error{color:#dc2626}.premium-date-picker--compact .premium-date-picker__panel{padding:.75rem}.premium-date-picker--compact .premium-date-picker__header{margin-bottom:.75rem;padding-bottom:.5rem}.premium-date-picker--compact .premium-date-picker__calendar{margin-bottom:0}.premium-date-picker--compact .premium-date-picker__day{width:2rem;height:2rem;font-size:.8125rem}.premium-date-picker--mobile .premium-date-picker__panel{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:90vw;max-width:320px;margin:0;z-index:1050}.premium-date-picker--mobile:before{content:"";position:fixed;inset:0;background:#00000080;z-index:1040}@media (max-width: 480px){.premium-date-picker__panel{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:90vw;max-width:320px;margin:0;z-index:1050}.premium-date-picker__panel:before{content:"";position:fixed;inset:0;background:#00000080;z-index:-1}.premium-date-picker__day{width:2.25rem;height:2.25rem;font-size:.8125rem}.premium-date-picker__nav-button{width:1.75rem;height:1.75rem}}@media (prefers-contrast: high){.premium-date-picker__trigger{border-width:3px}.premium-date-picker__day--selected{border:2px solid #ffffff}.premium-date-picker__panel{border-width:2px}}@media (prefers-reduced-motion: reduce){.premium-date-picker__trigger,.premium-date-picker__day,.premium-date-picker__nav-button,.premium-date-picker__today-button{transition:none;transform:none!important}.premium-date-picker__panel{animation:none}.premium-date-picker__chevron{transition:none}}.page-error-container{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.page-error-content{text-align:center;max-width:600px;width:100%}.error-icon{font-size:4rem;margin-bottom:1rem}.error-title{font-size:2rem;color:#333;margin-bottom:1rem;font-weight:600}.error-message{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.5}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.error-actions button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s}.btn-primary{background-color:#2c5530;color:#fff}.btn-primary:hover{background-color:#1e3a21}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.error-details{margin-top:2rem}.error-details details{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:1rem;text-align:left}.error-details summary{cursor:pointer;font-weight:500;margin-bottom:1rem}.error-stack{margin-top:1rem;font-family:monospace;font-size:.875rem}.error-stack pre{background-color:#fff;border:1px solid #e9ecef;border-radius:4px;padding:1rem;overflow-x:auto;margin-top:.5rem}.component-error-container{padding:1.5rem;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;text-align:center}.component-error-content{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.error-icon-small{font-size:1.25rem}.error-text{margin:0;color:#6c757d;font-size:.95rem}.retry-btn{padding:.25rem .75rem;background-color:#007bff;color:#fff;border:none;border-radius:3px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.retry-btn:hover{background-color:#0056b3}.component-error-debug{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #dee2e6;color:#dc3545;font-size:.75rem;word-break:break-word}.premium-dropdown{position:relative;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.premium-dropdown__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;line-height:1.25}.premium-dropdown__required{color:#dc2626;margin-left:.25rem}.premium-dropdown__container{position:relative;width:100%}.premium-dropdown__trigger{width:100%;min-height:44px;padding:.75rem 1rem;background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:12px;font-size:.875rem;font-weight:500;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.premium-dropdown__trigger:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f233805,#0f23380d);opacity:0;transition:opacity .3s ease}.premium-dropdown__trigger:hover:before{opacity:1}.premium-dropdown__trigger:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 8px 25px #0f233826}.premium-dropdown__trigger:focus{outline:none;border-color:#0f2338;box-shadow:0 0 0 4px #0f23381a,0 4px 12px #0f233826;transform:translateY(-1px)}.premium-dropdown--open .premium-dropdown__trigger{border-color:#0f2338;box-shadow:0 0 0 4px #0f23381a,0 8px 25px #0f233833;transform:translateY(-1px)}.premium-dropdown--error .premium-dropdown__trigger{border-color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fff)}.premium-dropdown--error .premium-dropdown__trigger:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a,0 4px 12px #dc262626}.premium-dropdown--disabled .premium-dropdown__trigger{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.premium-dropdown--disabled .premium-dropdown__trigger:hover{transform:none;box-shadow:none;border-color:#e5e7eb}.premium-dropdown__trigger-content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.premium-dropdown__trigger-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#6b7280;flex-shrink:0}.premium-dropdown__trigger-text{font-weight:500;truncate:true;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.premium-dropdown__trigger:not(.premium-dropdown--disabled) .premium-dropdown__trigger-text:empty:after{content:attr(placeholder);color:#9ca3af;font-weight:400}.premium-dropdown__trigger-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:.5rem}.premium-dropdown__clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:50%;transition:all .2s ease}.premium-dropdown__clear:hover{background:#0f23381a;color:#0f2338;transform:scale(1.1)}.premium-dropdown__chevron{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#6b7280;transition:transform .3s cubic-bezier(.4,0,.2,1)}.premium-dropdown--open .premium-dropdown__chevron{transform:rotate(180deg);color:#0f2338}.premium-dropdown__panel{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 50px #0f233826,0 8px 25px #0f23381a;overflow:hidden;animation:dropdownSlideIn .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px)}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.premium-dropdown__search{position:relative;padding:.75rem;border-bottom:1px solid #f3f4f6;background:linear-gradient(135deg,#f9fafb,#fff)}.premium-dropdown__search-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:10px;font-size:.875rem;background:#fff;transition:all .2s ease}.premium-dropdown__search-input:focus{outline:none;border-color:#0f2338;box-shadow:0 0 0 3px #0f23381a}.premium-dropdown__list{max-height:320px;overflow-y:auto;padding:.5rem 0;margin:0;list-style:none}.premium-dropdown__list::-webkit-scrollbar{width:6px}.premium-dropdown__list::-webkit-scrollbar-track{background:#f9fafb}.premium-dropdown__list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.premium-dropdown__list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.premium-dropdown__group-header{padding:.5rem 1rem .25rem;font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;margin-top:.25rem}.premium-dropdown__group-header:first-child{margin-top:0}.premium-dropdown__option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;border-radius:0}.premium-dropdown__option:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent;transition:all .3s ease}.premium-dropdown__option:hover{background:linear-gradient(135deg,#0f23380d,#0f233805);transform:translate(4px)}.premium-dropdown__option:hover:before{background:linear-gradient(180deg,#0f2338,#1a3b5c)}.premium-dropdown__option--focused{background:linear-gradient(135deg,#0f233814,#0f23380a);transform:translate(4px)}.premium-dropdown__option--focused:before{background:linear-gradient(180deg,#0f2338,#1a3b5c)}.premium-dropdown__option--selected{background:linear-gradient(135deg,#0f23381a,#0f23380d);color:#0f2338;font-weight:600;transform:translate(4px)}.premium-dropdown__option--selected:before{background:linear-gradient(180deg,#0f2338,#1a3b5c)}.premium-dropdown__option--disabled{color:#9ca3af;cursor:not-allowed;opacity:.5}.premium-dropdown__option--disabled:hover{background:transparent;transform:none}.premium-dropdown__option--disabled:before{background:transparent}.premium-dropdown__option-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#6b7280;flex-shrink:0}.premium-dropdown__option--selected .premium-dropdown__option-icon{color:#0f2338}.premium-dropdown__option-content{flex:1;min-width:0}.premium-dropdown__option-label{display:block;font-size:.875rem;font-weight:500;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.premium-dropdown__option-description{display:block;font-size:.75rem;color:#6b7280;margin-top:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.premium-dropdown__option--selected .premium-dropdown__option-description{color:#1a3b5c}.premium-dropdown__option-check{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#0f2338;flex-shrink:0}.premium-dropdown__no-options{padding:2rem 1rem;text-align:center;color:#9ca3af;font-size:.875rem;font-style:italic}.premium-dropdown__helper{margin-top:.5rem;font-size:.75rem;color:#6b7280;line-height:1.4}.premium-dropdown__helper--error{color:#dc2626}.premium-dropdown--small .premium-dropdown__trigger{min-height:36px;padding:.5rem .75rem;font-size:.75rem}.premium-dropdown--small .premium-dropdown__trigger-icon,.premium-dropdown--small .premium-dropdown__chevron,.premium-dropdown--small .premium-dropdown__clear{width:16px;height:16px}.premium-dropdown--large .premium-dropdown__trigger{min-height:52px;padding:1rem 1.25rem;font-size:1rem}.premium-dropdown--large .premium-dropdown__trigger-icon,.premium-dropdown--large .premium-dropdown__chevron,.premium-dropdown--large .premium-dropdown__clear{width:24px;height:24px}.premium-dropdown--compact .premium-dropdown__trigger{min-height:32px;padding:.25rem .5rem;font-size:.75rem;border-radius:6px;background:#fff}.premium-dropdown--compact .premium-dropdown__panel{margin-top:.25rem;border-radius:8px}.premium-dropdown--compact .premium-dropdown__option{padding:.5rem .75rem}.premium-dropdown--mobile .premium-dropdown__trigger{min-height:48px;padding:.875rem 1rem;font-size:1rem;border-radius:16px;border-width:2px}.premium-dropdown--mobile .premium-dropdown__panel{margin-top:.75rem;border-radius:20px;max-height:60vh}.premium-dropdown--mobile .premium-dropdown__option{padding:1rem 1.25rem;font-size:1rem}.premium-dropdown--mobile .premium-dropdown__search-input{padding:1rem 1.25rem;font-size:1rem;border-radius:12px}@media (max-width: 768px){.premium-dropdown__panel{position:fixed;inset:auto 0 0;margin:0;border-radius:20px 20px 0 0;max-height:80vh;animation:dropdownSlideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes dropdownSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}@media (prefers-color-scheme: dark){.premium-dropdown__trigger{background:linear-gradient(135deg,#1f2937,#111827);border-color:#374151;color:#f9fafb}.premium-dropdown__panel{background:#1f2937;border-color:#374151}.premium-dropdown__option:hover{background:linear-gradient(135deg,#f9fafb1a,#f9fafb0d)}}
