.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:400px;text-align:center}.login-header{margin-bottom:32px}.login-icon{width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#fff}.login-header h1{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px}.login-header p{color:#6b7280;font-size:14px;margin:0}.login-form{text-align:left}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:600;color:#1f2937;margin-bottom:8px}.password-input-container{position:relative}.password-input-container input{width:100%;padding:12px 48px 12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:border-color .2s ease;box-sizing:border-box}.password-input-container input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input-container input:disabled{background-color:#f9fafb;color:#6b7280}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:color .2s ease}.password-toggle:hover:not(:disabled){color:#374151}.password-toggle:disabled{cursor:not-allowed}.login-button{width:100%;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.loading-spinner{width:24px;height:24px;border:2px solid transparent;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-container{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.modal-header h2{font-size:24px;font-weight:700;color:#1e293b;margin:0}.modal-close{background:none;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.modal-close:hover{background:#e2e8f0;color:#334155}.modal-content{padding:32px;overflow-y:auto;max-height:calc(90vh - 120px)}.form-section{margin-bottom:32px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.toggle-relationships{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#64748b;cursor:pointer;transition:all .2s ease}.toggle-relationships:hover{background:#e2e8f0;color:#334155}.image-upload-section{border:2px dashed #cbd5e1;border-radius:12px;padding:24px;text-align:center}.image-display{display:flex;justify-content:center}.image-display img{width:200px;height:200px;object-fit:cover;border-radius:12px;border:3px solid #e2e8f0}.no-image-placeholder{color:#94a3b8;padding:24px}.no-image-placeholder svg{margin-bottom:12px}.dropzone{border:2px dashed #cbd5e1;border-radius:12px;padding:32px;text-align:center;cursor:pointer;transition:all .2s ease}.dropzone.active{border-color:#6366f1;background:#eef2ff}.dropzone:hover{border-color:#94a3b8}.dropzone-content{color:#64748b}.dropzone-content svg{color:#94a3b8;margin-bottom:12px}.dropzone-content p{margin:0 0 8px;font-size:14px}.file-info{font-size:12px;color:#94a3b8}.uploading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#6366f1}.image-preview{position:relative;display:inline-block}.image-preview img{width:200px;height:200px;object-fit:cover;border-radius:12px;border:3px solid #e2e8f0}.remove-image{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.remove-image:hover{background:#dc2626}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.date-grid{display:grid;grid-template-columns:80px 80px 1fr;gap:16px}.relationship-selects{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.error{color:#dc2626;font-size:12px;margin-top:4px}.current-relationships{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.relationship-group{margin-bottom:20px}.relationship-group:last-child{margin-bottom:0}.relationship-group h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 12px}.relationship-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:8px;font-size:13px}.relationship-item:last-child{margin-bottom:0}.relationship-type{color:#64748b;font-size:11px;text-transform:uppercase;font-weight:500}.no-relationships{text-align:center;color:#94a3b8;font-style:italic;margin:0}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #e2e8f0;margin-top:32px}.cancel-button{padding:10px 20px;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.draft-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.draft-button:hover:not(:disabled){background:#d97706}.draft-button:disabled{opacity:.6;cursor:not-allowed}.save-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.save-button:hover:not(:disabled){background:#5855eb}.save-button:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner.small{width:16px;height:16px;border-width:2px;border-top-color:#fff}@media (max-width: 768px){.modal-container{max-width:95vw;max-height:95vh}.modal-header{padding:20px 24px}.modal-content{padding:24px}.form-grid{grid-template-columns:1fr}.date-grid{grid-template-columns:1fr 1fr 2fr}.modal-actions{flex-direction:column-reverse}.cancel-button,.draft-button,.save-button{width:100%;justify-content:center}}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px}.confirm-dialog{background:#fff;border-radius:16px;width:100%;max-width:480px;box-shadow:0 20px 40px #00000026;overflow:hidden}.confirm-header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 24px 0}.confirm-icon{width:48px;height:48px;background:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d97706;flex-shrink:0}.confirm-close{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.confirm-close:hover{background:#f1f5f9;color:#334155}.confirm-content{padding:16px 24px 24px}.confirm-content h3{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 12px}.confirm-message{color:#64748b;font-size:14px;line-height:1.5}.confirm-actions{display:flex;gap:12px;padding:0 24px 24px}.confirm-cancel{flex:1;padding:10px 16px;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.confirm-cancel:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.confirm-button{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.confirm-button.primary{background:#6366f1;color:#fff}.confirm-button.primary:hover{background:#5855eb}.confirm-button.danger{background:#dc2626;color:#fff}.confirm-button.danger:hover{background:#b91c1c}@media (max-width: 480px){.confirm-dialog{max-width:95vw}.confirm-actions{flex-direction:column-reverse}.confirm-cancel,.confirm-button{width:100%}}.family-members-manager{max-width:1400px;margin:0 auto}.manager-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.header-info h2{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 8px}.header-info p{color:#64748b;font-size:16px;margin:0}.create-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#6366f1;color:#fff;border:none;text-align:center;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.create-button svg{margin-bottom:0!important}.create-button:hover{background:#5855eb;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.search-input-wrapper{position:relative;max-width:400px}.search-input-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b}.search-input-wrapper input{width:100%;padding:12px 12px 12px 44px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s ease;box-sizing:border-box}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;color:#64748b}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center;color:#64748b}.empty-state svg{margin-bottom:16px;color:#cbd5e1}.empty-state h3{font-size:18px;font-weight:600;color:#334155;margin:0 0 8px}.empty-state p{font-size:14px;margin:0 0 24px;max-width:400px}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.member-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s ease;position:relative}.member-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px);cursor:pointer}.member-photo{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 16px;border:3px solid #e2e8f0}.member-photo img{width:100%;height:100%;object-fit:cover}.photo-placeholder{width:100%;height:100%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b}.member-info{text-align:center}.member-name{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 12px;line-height:1.4}.member-details{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.detail-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.age-badge{background:#dbeafe;color:#1d4ed8;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.member-actions{display:flex;justify-content:center;gap:8px;padding-top:12px;border-top:1px solid #f1f5f9}.action-button{width:36px;height:36px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.action-button.view:hover{background:#eef2ff;border-color:#c7d2fe}.action-button.edit:hover{background:#ecfdf5;border-color:#a7f3d0}.action-button.delete:hover{background:#fef2f2;border-color:#fca5a5}@media (max-width: 768px){.manager-header{flex-direction:column;gap:16px;align-items:stretch}.header-info h2{font-size:24px}.members-grid{grid-template-columns:1fr;gap:16px}.search-input-wrapper{max-width:none}}.drafts-manager{max-width:1400px;margin:0 auto}.drafts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.draft-card{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #f59e0b;border-radius:12px;padding:20px;transition:all .2s ease;position:relative}.draft-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.draft-status{position:absolute;top:12px;right:12px}.status-badge.draft{background:#fef3c7;color:#92400e}.draft-photo{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 16px;border:3px solid #f59e0b;opacity:.9}.draft-photo img{width:100%;height:100%;object-fit:cover}.draft-info{text-align:center}.draft-name{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 12px;line-height:1.4}.draft-details{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.draft-meta{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:16px;font-size:11px;color:#64748b}.draft-actions{display:flex;justify-content:center;gap:8px;padding-top:12px;border-top:1px solid #f1f5f9}@media (max-width: 768px){.drafts-grid{grid-template-columns:1fr;gap:16px}}.rich-text-editor{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden}.rich-text-editor.disabled{opacity:.7;pointer-events:none}.rich-text-toolbar{display:flex;gap:4px;padding:8px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-wrap:wrap}.toolbar-group{display:flex;gap:2px;padding-right:8px;border-right:1px solid #e2e8f0}.toolbar-group:last-child{border-right:none}.toolbar-group button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#64748b;transition:all .2s;white-space:nowrap}.toolbar-group.image-alignment-group button,.toolbar-group.image-resize-group button{min-width:auto;width:auto;padding:0 8px}.toolbar-group.image-resize-group button{font-size:12px;padding:0 10px}.add-column-button{background:#6366f1!important;color:#fff!important}.add-column-button:hover{background:#4f46e5!important}.toolbar-group button:hover:not(:disabled){background:#e2e8f0;color:#475569}.toolbar-group button.is-active{background:#6366f1;color:#fff}.toolbar-group button:disabled{opacity:.3;cursor:not-allowed}.rich-text-editor-content{min-height:400px;padding:16px;font-size:16px;line-height:1.6;color:#1e293b;outline:none}.rich-text-editor-content p{margin:0 0 12px}.rich-text-editor-content p:last-child{margin-bottom:0}.rich-text-editor-content h1{font-size:24px;font-weight:700;margin:20px 0 12px;line-height:1.3}.rich-text-editor-content h2{font-size:20px;font-weight:600;margin:16px 0 10px;line-height:1.3}.rich-text-editor-content ul,.rich-text-editor-content ol{margin:8px 0;padding-left:24px}.rich-text-editor-content li{margin:4px 0}.rich-text-editor-content .rich-text-image{max-width:100%;height:auto;border-radius:4px;margin:12px 0;position:relative;display:inline-block;cursor:pointer;transition:all .2s;border:2px solid transparent}.rich-text-editor-content .rich-text-image:hover{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.rich-text-editor-content .ProseMirror-selectednode img.rich-text-image{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f14d!important}.rich-text-editor-content .rich-text-image[width],.rich-text-editor-content img[width]{width:auto;max-width:100%}.rich-text-editor-content img[style*="width:"]{max-width:100%;height:auto}.rich-text-editor-content .rich-layout-flex,.rich-text-editor-content p.rich-layout-flex,.rich-text-editor-content div.rich-layout-flex{display:flex;gap:20px;align-items:flex-start;margin:20px 0;padding:15px;border:2px dashed #e2e8f0;border-radius:8px;background:#f8fafc}.rich-text-editor-content .rich-layout-flex:hover,.rich-text-editor-content p.rich-layout-flex:hover,.rich-text-editor-content div.rich-layout-flex:hover{border-color:#6366f1;background:#f0f4ff}.rich-text-editor-content .rich-layout-image,.rich-text-editor-content p.rich-layout-image,.rich-text-editor-content div.rich-layout-image{flex-shrink:0;min-width:200px}.rich-text-editor-content .rich-layout-content,.rich-text-editor-content p.rich-layout-content,.rich-text-editor-content div.rich-layout-content{flex:1;min-width:0}.rich-text-editor-content .rich-layout-columns,.rich-text-editor-content p.rich-layout-columns,.rich-text-editor-content div.rich-layout-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:20px 0;padding:15px;border:2px dashed #e2e8f0;border-radius:8px;background:#f8fafc}.rich-text-editor-content .rich-layout-columns:hover,.rich-text-editor-content p.rich-layout-columns:hover,.rich-text-editor-content div.rich-layout-columns:hover{border-color:#6366f1;background:#f0f4ff}.rich-text-editor-content .rich-layout-col,.rich-text-editor-content p.rich-layout-col,.rich-text-editor-content div.rich-layout-col{min-width:0}.rich-text-editor-content .rich-layout-col>p,.rich-text-editor-content .rich-layout-col p{min-height:40px;padding:10px;border:2px dashed #cbd5e1!important;border-radius:4px;background:#f8fafc;margin:0;transition:all .2s}.rich-text-editor-content .rich-layout-col>p:hover,.rich-text-editor-content .rich-layout-col p:hover{border-color:#94a3b8;background:#f1f5f9}.rich-text-editor-content .rich-layout-col>p:empty:before,.rich-text-editor-content .rich-layout-col p:empty:before{content:attr(data-placeholder) " (нажмите для ввода)";color:#94a3b8;font-style:italic}@media (max-width: 768px){.rich-text-editor-content .rich-layout-flex{flex-direction:column!important}.rich-text-editor-content .rich-layout-image{width:100%!important;min-width:0}.rich-text-editor-content .rich-layout-columns{grid-template-columns:1fr!important}}.rich-text-editor-content .rich-text-link{color:#6366f1;text-decoration:underline;cursor:pointer}.rich-text-editor-content .rich-text-link:hover{color:#4f46e5}.rich-text-editor-content .is-empty:before{content:attr(data-placeholder);float:left;color:#94a3b8;pointer-events:none;height:0}.rich-text-editor-content [data-text-align=left]{text-align:left}.rich-text-editor-content [data-text-align=center]{text-align:center}.rich-text-editor-content [data-text-align=right]{text-align:right}.page-content-modal .modal-container{max-width:800px;max-height:90vh;overflow-y:auto}.page-content-modal .form-section{margin-bottom:32px}.page-content-modal .section-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.page-content-modal .form-grid{display:grid;grid-template-columns:1fr 2fr;gap:16px}.page-content-modal .form-group{margin-bottom:16px}.page-content-modal .form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.page-content-modal .form-group input,.page-content-modal .form-group textarea{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:6px;font-size:14px;transition:all .2s ease;font-family:inherit}.page-content-modal .form-group input:focus,.page-content-modal .form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.page-content-modal .form-group input:disabled,.page-content-modal .form-group textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.page-content-modal .markdown-editor{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5;resize:vertical;min-height:300px}.page-content-modal .markdown-help{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:16px;margin-top:12px}.page-content-modal .markdown-help p{margin:0 0 8px;font-size:13px;font-weight:600;color:#374151}.page-content-modal .markdown-help ul{margin:0;padding-left:16px;font-size:12px;color:#64748b}.page-content-modal .markdown-help li{margin-bottom:4px}.page-content-modal .markdown-help code{background:#e2e8f0;padding:2px 4px;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px}.page-content-modal .error{display:block;color:#dc2626;font-size:12px;margin-top:4px}.page-content-modal .modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #e2e8f0}.page-content-modal .cancel-button{padding:10px 20px;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.page-content-modal .cancel-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.page-content-modal .save-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#6366f1;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.page-content-modal .save-button:hover:not(:disabled){background:#5855eb}.page-content-modal .save-button:disabled{background:#9ca3af;cursor:not-allowed}.page-content-modal .loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.page-content-modal .loading-spinner.small{width:14px;height:14px;border-width:1.5px}@media (max-width: 768px){.page-content-modal .modal-container{max-width:95vw;margin:20px}.page-content-modal .form-grid{grid-template-columns:1fr}.page-content-modal .modal-actions{flex-direction:column-reverse}.page-content-modal .cancel-button,.page-content-modal .save-button{width:100%;justify-content:center}}.page-content-manager{max-width:1400px;margin:0 auto}.manager-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:24px}.header-info h2{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px}.header-info p{color:#64748b;font-size:14px;margin:0}.create-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.create-button:hover{background:#5855eb;transform:translateY(-1px)}.search-container{margin-bottom:32px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-wrapper svg{position:absolute;left:16px;color:#64748b;z-index:1}.search-input-wrapper input{width:100%;padding:12px 16px 12px 48px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;transition:all .2s ease}.search-input-wrapper input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#64748b}.loading-container .loading-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.empty-state{text-align:center;padding:80px 20px;color:#64748b}.empty-state svg{margin-bottom:24px;color:#cbd5e1}.empty-state h3{font-size:20px;font-weight:600;color:#374151;margin:0 0 12px}.empty-state p{font-size:14px;margin:0 0 24px;line-height:1.5}.contents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.content-card{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #10b981;border-radius:12px;padding:24px;transition:all .2s ease;position:relative}.content-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.content-icon{width:48px;height:48px;background:#ecfdf5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981}.content-status{position:absolute;top:16px;right:16px}.status-badge{padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.published{background:#ecfdf5;color:#065f46}.content-info{margin-bottom:20px}.content-title{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 12px;line-height:1.4}.content-key{display:flex;align-items:center;gap:8px;margin-bottom:12px}.key-label{font-size:12px;color:#64748b;font-weight:500}.key-value{background:#f1f5f9;padding:2px 8px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;color:#475569}.content-description{margin-bottom:16px}.content-description p{font-size:14px;color:#64748b;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.content-meta{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#64748b}.created-date{font-weight:500}.updated-date{font-style:italic}.content-actions{display:flex;justify-content:center;gap:8px;padding-top:16px;border-top:1px solid #f1f5f9}.action-button{width:36px;height:36px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.action-button.view{color:#6366f1}.action-button.view:hover{background:#e0e7ff;color:#3730a3}.action-button.edit{color:#059669}.action-button.edit:hover{background:#d1fae5;color:#047857}.action-button.delete{color:#dc2626}.action-button.delete:hover{background:#fee2e2;color:#b91c1c}@media (max-width: 768px){.manager-header{flex-direction:column;align-items:stretch;gap:16px}.header-info h2{font-size:24px}.contents-grid{grid-template-columns:1fr;gap:16px}.search-input-wrapper{margin-bottom:16px}}.dashboard{display:flex;height:100vh;background:#f8fafc}.sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:1000;transform:translate(-100%);transition:transform .3s ease}.sidebar-open{transform:translate(0)}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.sidebar-header{padding:24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{font-size:18px;font-weight:700;color:#1e293b;margin:0}.sidebar-close{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:none}.sidebar-close:hover{color:#334155;background:#f1f5f9}.sidebar-nav{flex:1;padding:16px 0}.nav-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 24px;background:none;border:none;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.nav-item:hover{background:#f1f5f9;color:#334155}.nav-item.active{background:#e0e7ff;color:#3730a3;border-right:3px solid #6366f1}.sidebar-footer{padding:16px 24px;border-top:1px solid #e2e8f0}.logout-button{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-button:hover{background:#b91c1c;transform:translateY(-1px)}.main-content{flex:1;display:flex;flex-direction:column;margin-left:0;transition:margin-left .3s ease}.main-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:flex;align-items:center;gap:16px;position:sticky;top:0;z-index:100}.menu-button{background:none;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease}.menu-button:hover{background:#f1f5f9;color:#334155}.main-header h1{font-size:24px;font-weight:700;color:#1e293b;margin:0}.content-area{flex:1;padding:24px;overflow-y:auto}@media (min-width: 768px){.sidebar{position:static;transform:translate(0)}.sidebar-close,.sidebar-overlay{display:none}.main-content{margin-left:0}.menu-button{display:none}}@media (max-width: 767px){.sidebar-close{display:block}.main-header{padding:12px 16px}.content-area{padding:16px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1e293b;background:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{height:100%}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:#64748b}.loading-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast-container{z-index:9999}.Toastify__toast{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;border-radius:12px;font-size:14px;font-weight:500;line-height:1.5;padding:16px 20px;color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:none;min-height:56px;display:flex;align-items:center}.Toastify__toast-body{padding:0;margin:0;flex:1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.Toastify__toast-icon{width:20px;height:20px;margin-right:12px;flex-shrink:0}.Toastify__close-button{color:#fffc;font-size:18px;font-weight:700;opacity:.8;padding:4px;margin-left:12px;transition:opacity .2s ease}.Toastify__close-button:hover{opacity:1;color:#fff}.Toastify__progress-bar{height:3px}.Toastify__toast--success{background:linear-gradient(135deg,#10b981,#059669)}.Toastify__toast--success .Toastify__progress-bar{background:#fffc}.Toastify__toast--error{background:linear-gradient(135deg,#ef4444,#dc2626)}.Toastify__toast--error .Toastify__progress-bar{background:#fffc}.Toastify__toast--warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.Toastify__toast--warning .Toastify__progress-bar{background:#fffc}.Toastify__toast--info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.Toastify__toast--info .Toastify__progress-bar{background:#fffc}.Toastify__slide-enter{transform:translate3d(110%,0,0);opacity:0}.Toastify__slide-enter--top-right{transform:translate3d(110%,0,0)}.Toastify__slide-exit{transform:translate3d(110%,0,0);opacity:0}.Toastify__slide-exit--top-right{transform:translate3d(110%,0,0)}.Toastify__toast--light{background:#fff;color:#1e293b;border:1px solid #e2e8f0}.Toastify__toast--light .Toastify__close-button{color:#64748b}.Toastify__toast--light .Toastify__close-button:hover{color:#1e293b}.custom-toast{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-toast-body{font-size:inherit;line-height:inherit;white-space:pre-wrap;word-break:break-word}.custom-toast-progress{border-radius:0 0 12px 12px}.Toastify__toast strong{font-weight:700}.Toastify__toast em{font-style:italic}.Toastify__toast a{color:#ffffffe6;text-decoration:underline;text-underline-offset:2px}.Toastify__toast a:hover{color:#fff;text-decoration:none}.Toastify__toast--light a{color:#6366f1}.Toastify__toast--light a:hover{color:#5855eb}.Toastify__toast{text-shadow:0 1px 2px rgba(0,0,0,.1)}.Toastify__toast--light{text-shadow:none}@media (max-width: 768px){.Toastify__toast-container{width:100%;padding:0 16px}.Toastify__toast{margin-bottom:8px;border-radius:8px;font-size:13px;padding:14px 16px;min-height:48px}.Toastify__toast-icon{width:18px;height:18px;margin-right:10px}.Toastify__close-button{font-size:16px;margin-left:8px}}.css-control{border:2px solid #e5e7eb!important;border-radius:8px!important;box-shadow:none!important;min-height:42px!important}.css-control:hover{border-color:#d1d5db!important}.css-control--is-focused{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11a!important}.css-menu{border-radius:8px!important;border:1px solid #e5e7eb!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.css-option{font-size:14px!important}.css-option--is-focused{background:#f1f5f9!important}.css-option--is-selected{background:#6366f1!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #6366f1;outline-offset:2px}@media print{.sidebar,.main-header,.modal-overlay{display:none!important}}
