@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";.profile-page{min-height:100vh;padding:40px 20px}.profile-page .profile-container{max-width:1200px;margin:0 auto}.profile-page .profile-container .profile-header{display:flex;gap:30px;align-items:center;background:white;padding:40px;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:40px}.dark .profile-page .profile-container .profile-header{background:#12151e;box-shadow:0 4px 20px #0000004d}@media (max-width: 768px){.profile-page .profile-container .profile-header{flex-direction:column;text-align:center;padding:30px 20px}}.profile-page .profile-container .profile-header .profile-avatar-wrapper{flex-shrink:0}.profile-page .profile-container .profile-header .profile-avatar-wrapper .profile-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #f0f0f0;box-shadow:0 4px 12px #0000001a}.dark .profile-page .profile-container .profile-header .profile-avatar-wrapper .profile-avatar{border-color:#ffffff0a}.profile-page .profile-container .profile-header .profile-avatar-wrapper .profile-avatar-placeholder{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:64px;font-weight:700;color:#fff;box-shadow:0 4px 12px #0000001a}.profile-page .profile-container .profile-header .profile-info{flex:1}.profile-page .profile-container .profile-header .profile-info .profile-username{font-size:32px;font-weight:700;margin:0 0 12px;color:#1a1a1a}.dark .profile-page .profile-container .profile-header .profile-info .profile-username{color:#f1f5f9}.profile-page .profile-container .profile-header .profile-info .profile-bio{font-size:16px;line-height:1.6;color:#4a5568;margin:0 0 16px}.dark .profile-page .profile-container .profile-header .profile-info .profile-bio{color:#94a3b8}.profile-page .profile-container .profile-header .profile-info .profile-meta{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px}.profile-page .profile-container .profile-header .profile-info .profile-meta .member-since,.profile-page .profile-container .profile-header .profile-info .profile-meta .posts-count{font-size:14px;color:#64748b}.profile-page .profile-container .profile-header .profile-info .profile-meta .follow-stats{display:flex;gap:16px}.profile-page .profile-container .profile-header .profile-info .profile-meta .follow-stats .stat-button{background:transparent;border:none;padding:0;font-size:14px;color:#64748b;cursor:pointer;transition:all .2s ease}.profile-page .profile-container .profile-header .profile-info .profile-meta .follow-stats .stat-button strong{color:#1a202c;font-weight:600;margin-right:4px}.dark .profile-page .profile-container .profile-header .profile-info .profile-meta .follow-stats .stat-button strong{color:#f1f5f9}.profile-page .profile-container .profile-header .profile-info .profile-meta .follow-stats .stat-button:hover{color:#667eea}.dark .profile-page .profile-container .profile-header .profile-info .profile-meta .follow-stats .stat-button:hover{color:#8b9eff}.profile-page .profile-container .profile-header .profile-info .edit-profile-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.profile-page .profile-container .profile-header .profile-info .edit-profile-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.profile-page .profile-container .profile-header .profile-info .follow-section{margin-bottom:20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border:2px solid #e2e8f0;background:white;color:#4a5568;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;min-width:120px;justify-content:center}.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-button{background:#12151e;border-color:#ffffff0a;color:#f1f5f9}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-button:hover:not(:disabled){background:#1b1e2a;border-color:#64748b}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button.following{background:#f0fdf4;border-color:#22c55e;color:#16a34a}.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-button.following{background:rgba(34,197,94,.1);border-color:#22c55e;color:#4ade80}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button.following:hover:not(:disabled){background:#dcfce7;border-color:#16a34a}.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-button.following:hover:not(:disabled){background:rgba(34,197,94,.15)}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button.following .icon{color:#22c55e;font-weight:700}.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-button.following .icon{color:#4ade80}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button:disabled{opacity:.6;cursor:not-allowed}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button .icon{font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button .text{line-height:1}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-button .loading-spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-button .loading-spinner{border-color:#ffffff1a}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-counts{display:flex;gap:16px;font-size:14px;color:#64748b}.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-counts{color:#64748b}.profile-page .profile-container .profile-header .profile-info .follow-section .follow-counts .follower-count strong,.profile-page .profile-container .profile-header .profile-info .follow-section .follow-counts .following-count strong{color:#1a202c;font-weight:600}.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-counts .follower-count strong,.dark .profile-page .profile-container .profile-header .profile-info .follow-section .follow-counts .following-count strong{color:#f1f5f9}.profile-page .profile-container .profile-posts .section-title{font-size:24px;font-weight:600;margin-bottom:24px;color:#1a1a1a}.dark .profile-page .profile-container .profile-posts .section-title{color:#f1f5f9}.profile-page .profile-container .profile-posts .posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}@media (max-width: 768px){.profile-page .profile-container .profile-posts .posts-grid{grid-template-columns:1fr}}.profile-page .profile-container .profile-posts .posts-grid .post-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease;text-decoration:none}.dark .profile-page .profile-container .profile-posts .posts-grid .post-card{background:#12151e;box-shadow:0 2px 12px #0000004d}.profile-page .profile-container .profile-posts .posts-grid .post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.dark .profile-page .profile-container .profile-posts .posts-grid .post-card:hover{box-shadow:0 8px 24px #0006}.profile-page .profile-container .profile-posts .posts-grid .post-card .post-image{width:100%;height:200px;object-fit:cover}.profile-page .profile-container .profile-posts .posts-grid .post-card .post-content{padding:20px}.profile-page .profile-container .profile-posts .posts-grid .post-card .post-content .post-title{font-size:18px;font-weight:600;margin:0 0 12px;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dark .profile-page .profile-container .profile-posts .posts-grid .post-card .post-content .post-title{color:#f1f5f9}.profile-page .profile-container .profile-posts .posts-grid .post-card .post-content .post-meta{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#64748b}.profile-page .profile-container .profile-posts .posts-grid .post-card .post-content .post-meta .post-date{color:inherit}.profile-page .profile-container .profile-posts .posts-grid .post-card .post-content .post-meta .post-views{display:flex;align-items:center;gap:4px}.profile-page .profile-container .no-posts{text-align:center;padding:60px 20px;background:white;border-radius:12px}.dark .profile-page .profile-container .no-posts{background:#12151e}.profile-page .profile-container .no-posts p{font-size:18px;color:#94a3b8;margin-bottom:20px}.profile-page .profile-container .no-posts .write-first-post{display:inline-block;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:12px 32px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.profile-page .profile-container .no-posts .write-first-post:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.profile-edit-page{min-height:100vh;padding:40px 20px}.profile-edit-page .profile-edit-container{max-width:600px;margin:0 auto;background:white;padding:40px;border-radius:16px;box-shadow:0 4px 20px #00000014}.dark .profile-edit-page .profile-edit-container{background:#12151e;box-shadow:0 4px 20px #0000004d}.profile-edit-page .profile-edit-container h2{font-size:28px;font-weight:600;margin-bottom:30px;color:#1a1a1a}.dark .profile-edit-page .profile-edit-container h2{color:#f1f5f9}.profile-edit-page .profile-edit-container .error-message{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.dark .profile-edit-page .profile-edit-container .error-message{background:rgba(220,38,38,.2)}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section{text-align:center;margin-bottom:30px}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label{cursor:pointer;display:inline-block}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper{position:relative;width:150px;height:150px;margin:0 auto}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper .avatar-preview,.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper .avatar-placeholder{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #f0f0f0}.dark .profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper .avatar-preview,.dark .profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper .avatar-placeholder{border-color:#ffffff0a}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper .avatar-placeholder{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:64px;font-weight:700;color:#fff}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper .avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper .avatar-overlay span{color:#fff;font-size:14px;font-weight:500}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-preview-wrapper:hover .avatar-overlay{opacity:1}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .avatar-label .avatar-input{display:none}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .delete-avatar-btn{display:block;margin:12px auto 0;background:transparent;color:#dc2626;border:1px solid #dc2626;padding:8px 20px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease}.profile-edit-page .profile-edit-container .profile-edit-form .avatar-section .delete-avatar-btn:hover{background:#dc2626;color:#fff}.profile-edit-page .profile-edit-container .profile-edit-form .bio-section{margin-bottom:30px}.profile-edit-page .profile-edit-container .profile-edit-form .bio-section label{display:block;font-size:16px;font-weight:500;margin-bottom:8px;color:#1a1a1a}.dark .profile-edit-page .profile-edit-container .profile-edit-form .bio-section label{color:#f1f5f9}.profile-edit-page .profile-edit-container .profile-edit-form .bio-section .bio-textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-family:inherit;resize:vertical;transition:border-color .3s ease}.dark .profile-edit-page .profile-edit-container .profile-edit-form .bio-section .bio-textarea{background:#090b10;border-color:#ffffff0a;color:#f1f5f9}.profile-edit-page .profile-edit-container .profile-edit-form .bio-section .bio-textarea:focus{outline:none;border-color:#667eea}.profile-edit-page .profile-edit-container .profile-edit-form .bio-section .char-count{text-align:right;font-size:13px;color:#64748b;margin-top:6px}.profile-edit-page .profile-edit-container .profile-edit-form .form-actions{display:flex;gap:12px;justify-content:flex-end}.profile-edit-page .profile-edit-container .profile-edit-form .form-actions .save-btn,.profile-edit-page .profile-edit-container .profile-edit-form .form-actions .cancel-btn{padding:12px 32px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.profile-edit-page .profile-edit-container .profile-edit-form .form-actions .save-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.profile-edit-page .profile-edit-container .profile-edit-form .form-actions .save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.profile-edit-page .profile-edit-container .profile-edit-form .form-actions .save-btn:disabled{opacity:.6;cursor:not-allowed}.profile-edit-page .profile-edit-container .profile-edit-form .form-actions .cancel-btn{background:#f0f0f0;color:#4a5568}.dark .profile-edit-page .profile-edit-container .profile-edit-form .form-actions .cancel-btn{background:#090b10;color:#94a3b8}.profile-edit-page .profile-edit-container .profile-edit-form .form-actions .cancel-btn:hover{background:#e0e0e0}.dark .profile-edit-page .profile-edit-container .profile-edit-form .form-actions .cancel-btn:hover{background:#1b1e2a}.user-profile .user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0}.dark .user-profile .user-avatar{border-color:#ffffff0a}.author-link{text-decoration:none;display:inline-block}.author-link:hover{opacity:.8}.author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0;transition:all .3s ease}.dark .author-avatar{border-color:#ffffff0a}.author-name-link{text-decoration:none;color:inherit}.author-name-link:hover{text-decoration:underline}.post-author-preview{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.dark .post-author-preview{border-top-color:#ffffff0a}.post-author-preview .author-avatar-link{text-decoration:none}.post-author-preview .post-author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0}.dark .post-author-preview .post-author-avatar{border-color:#ffffff0a}.post-author-preview .post-author-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}.post-author-preview .author-name{font-size:14px;color:#94a3b8;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.dark .modal-overlay{background:rgba(0,0,0,.75)}.followers-modal{background:white;border-radius:16px;max-width:500px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.dark .followers-modal{background:#12151e;box-shadow:0 20px 60px #00000080}.followers-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.dark .followers-modal .modal-header{border-bottom-color:#ffffff0a}.followers-modal .modal-header h2{font-size:20px;font-weight:600;color:#1a1a1a;margin:0}.dark .followers-modal .modal-header h2{color:#f1f5f9}.followers-modal .modal-header .modal-close{background:transparent;border:none;font-size:32px;color:#64748b;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.followers-modal .modal-header .modal-close:hover{background:#f1f5f9;color:#1a1a1a}.dark .followers-modal .modal-header .modal-close:hover{background:#1b1e2a;color:#f1f5f9}.followers-modal .modal-content{overflow-y:auto;flex:1;padding:0}.followers-modal .modal-content::-webkit-scrollbar{width:8px}.followers-modal .modal-content::-webkit-scrollbar-track{background:transparent}.followers-modal .modal-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.followers-modal .modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.followers-modal .modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.followers-modal .modal-loading .loader{width:40px;height:40px;border:4px solid rgba(236,18,87,.1);border-left-color:#ec1257;border-radius:50%;animation:spin 1s linear infinite}.followers-modal .modal-loading p{color:#64748b;font-size:14px}.dark .followers-modal .modal-loading p{color:#94a3b8}.followers-modal .no-users{padding:60px 20px;text-align:center}.followers-modal .no-users p{color:#64748b;font-size:16px}.dark .followers-modal .no-users p{color:#94a3b8}.followers-modal .users-list{padding:8px 0}.followers-modal .user-item{display:flex;align-items:center;gap:16px;padding:16px 24px;cursor:pointer;transition:background .2s ease}.followers-modal .user-item:hover{background:#f8fafc}.dark .followers-modal .user-item:hover{background:#1b1e2a}.followers-modal .user-item .user-avatar-small{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden}.followers-modal .user-item .user-avatar-small img{width:100%;height:100%;object-fit:cover}.followers-modal .user-item .user-avatar-small .avatar-placeholder-small{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff}.followers-modal .user-item .user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.followers-modal .user-item .user-info .user-username{font-weight:600;color:#1a1a1a;font-size:15px}.dark .followers-modal .user-item .user-info .user-username{color:#f1f5f9}.followers-modal .user-item .user-info .user-bio{font-size:13px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .followers-modal .user-item .user-info .user-bio{color:#94a3b8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}html,body{background-color:#fff;transition:background-color .5s ease}html.dark,body.dark{background-color:#090b10}*{box-sizing:border-box}.tooltip{position:relative;display:inline-block}.tooltip img{cursor:pointer}.tooltip .tooltip-text{visibility:hidden;background-color:#ec1257;color:#fff;border-radius:8px;padding:8px 13px;position:absolute;transform:translate(-95%,140%);z-index:1;font-size:16px;box-shadow:0 4px 4px #00000040;transition:all 1s ease-in}.tooltip .tooltip-text:after{content:"";position:absolute;bottom:100%;right:40%;border-width:8.66px;border-style:solid;border-color:transparent transparent #ec1257}.tooltip:hover .tooltip-text,.tooltip:focus .tooltip-text{visibility:visible}.reaction-container{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:8px}.reaction-container .reaction-main-wrapper{position:relative;display:inline-block}.reaction-container .reaction-main-wrapper .reaction-main{width:40px;height:40px;border-radius:50%;background-color:#f0f0f0;border:2px solid transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:24px;color:#666;outline:none}.reaction-container .reaction-main-wrapper .reaction-main:hover{transform:scale(1.15);background-color:#e0e0e0;box-shadow:0 2px 8px #0000001a}.reaction-container .reaction-main-wrapper .reaction-main.active{animation:reactionPop .3s ease;border-color:currentColor}.reaction-container .reaction-main-wrapper .reaction-main:disabled{cursor:not-allowed;opacity:.6}.reaction-container .reaction-main-wrapper .reaction-main svg{transition:all .2s ease}.reaction-container .reaction-main-wrapper .reaction-picker-hover{position:absolute;top:50px;left:50%;transform:translate(-50%);background:white;border-radius:50px;padding:8px 12px;display:flex;gap:6px;box-shadow:0 4px 20px #00000026;border:1px solid #eee;z-index:1000;animation:popupSlide .2s ease;white-space:nowrap}.reaction-container .reaction-main-wrapper .reaction-picker-hover .reaction-option-hover{width:44px;height:44px;border-radius:50%;border:2px solid #ddd;background:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative}.reaction-container .reaction-main-wrapper .reaction-picker-hover .reaction-option-hover svg{transition:all .3s ease}.reaction-container .reaction-main-wrapper .reaction-picker-hover .reaction-option-hover:hover{transform:translateY(-6px) scale(1.15);box-shadow:0 8px 20px #00000026}.reaction-container .reaction-main-wrapper .reaction-picker-hover .reaction-option-hover.selected{transform:scale(1.15);box-shadow:0 4px 12px #0003;animation:selectedPop .3s ease}.reaction-container .reaction-main-wrapper .reaction-login-prompt{position:absolute;top:50px;left:50%;transform:translate(-50%);background:white;border-radius:8px;padding:8px 16px;box-shadow:0 4px 20px #00000026;z-index:1000;animation:popupSlide .2s ease;font-size:13px;color:#666;font-weight:500;white-space:nowrap}.reaction-container .reaction-count{font-size:13px;color:#666;font-weight:500;text-align:center;padding:2px 8px}@keyframes reactionPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes popupSlide{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}.loading-container .loader{width:60px;height:60px;border:4px solid rgba(236,18,87,.1);border-left-color:#ec1257;border-radius:50%;animation:spin 1s linear infinite;position:relative}.loading-container .loader:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border:3px solid transparent;border-top-color:#ec125799;border-radius:50%;animation:spin 2s linear infinite reverse}.loading-container p{font-size:16px;font-weight:500;color:#ec1257;animation:pulse 1.5s ease-in-out infinite;margin:0}.loading-container.dark .loader{border:4px solid rgba(236,18,87,.2);border-left-color:#ec1257}.loading-container.dark .loader:before{border-top-color:#ec1257cc}.loading-container.dark p{color:#ff4d80}.btn-grad{background-image:linear-gradient(to right,#7b0866 0%,#ec1257 51%,#7b0866 100%);padding:12px 25px;margin:5px;text-align:center;transition:all .4s ease;background-size:200% auto;color:#fff;border-radius:30px;border:none;cursor:pointer;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 15px #7b086633;display:inline-block}.btn-grad:hover{background-position:right center;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #7b086666}.btn-grad:active{transform:translateY(1px)}.btn-grad.delete{background-image:linear-gradient(to right,#ff416c 0%,#ff4b2b 51%,#ff416c 100%);box-shadow:0 4px 15px #ff416c33}.btn-grad.delete:hover{box-shadow:0 6px 20px #ff416c66}.text{font-family:Abril Fatface,sans-serif;background:linear-gradient(to right,#1b0517,#ec1257,#7b0866);background-size:200% 200%;animation:rainbow 2s ease-in-out infinite;background-clip:text;-webkit-background-clip:text;color:#000;transition:color .2s ease-in-out}.text:hover{color:#0000}@keyframes rainbow{0%{background-position:left}50%{background-position:right}to{background-position:left}}.text.dark{font-family:Abril Fatface,sans-serif;background:linear-gradient(to right,#1b0517,#ec1257,#7b0866);background-size:200% 200%;animation:rainbow 2s ease-in-out infinite;background-clip:text;-webkit-background-clip:text;transition:color .2s ease-in-out;color:#f1f5f9}.text.dark:hover{color:#fff0}.home.dark .post .content h1.text:after{background:linear-gradient(to right,#ec1257,#ff4b2b)}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}.app{width:100%;min-height:100vh;position:relative}.app.dark{background-color:#090b10}.page-container{display:flex;flex-direction:column;min-height:100vh;width:100%}.page-container.dark{background-color:#090b10}.main-content-wrapper{max-width:1400px;width:90%;margin:40px auto;flex:1}@media (max-width: 768px){.main-content-wrapper{width:95%;margin:20px auto}}.container{width:100%}.auth{background-color:#fff;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth h1{font-size:34px;color:#0000}.auth form{display:flex;flex-direction:column;padding:50px;min-width:200px;gap:20px}.auth form input{font-size:18px;padding:10px;border:none;border-bottom:1px solid #7b0866;outline-color:#ec1257}.auth form button{font-size:18px;padding:10px;border:none;background-color:teal;cursor:pointer}.auth form span{font-size:14px;text-align:center}.auth form p{font-size:14px;color:red;text-align:center}.navbar{position:sticky;top:0;width:100%;z-index:1000;background-color:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;border-radius:0 0 20px 20px;transition:all .3s ease}.navbar.dark{background-color:#07090ee6;box-shadow:0 4px 15px #0006;border-bottom:1px solid rgba(255,255,255,.04)}.navbar .container{max-width:1200px;margin:0 auto;padding:10px 20px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 900px){.navbar .container{flex-direction:column;gap:15px}}.navbar .container .logo{transition:transform .3s ease}.navbar .container .logo:hover{transform:scale(1.05)}.navbar .container .logo img{height:35px;width:auto}.navbar .container .links{display:flex;align-items:center;gap:20px}@media (max-width: 900px){.navbar .container .links{width:100%;justify-content:space-between;gap:10px}}.navbar .container .links .category-links{display:flex;gap:15px;margin-right:15px}@media (max-width: 768px){.navbar .container .links .category-links{overflow-x:auto;white-space:nowrap;padding-bottom:5px;scrollbar-width:none}.navbar .container .links .category-links::-webkit-scrollbar{display:none}}.navbar .container .links .category-links .link{text-decoration:none;position:relative}.navbar .container .links .category-links .link .text{font-family:Roboto,sans-serif;font-size:15px;font-weight:500;color:#555;margin:0;background:none;animation:none;-webkit-background-clip:initial;background-clip:initial;transition:color .3s ease}.navbar .container .links .category-links .link .text.dark{color:#ccc}.navbar .container .links .category-links .link .text:hover{color:#ec1257}.navbar .container .links .category-links .link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(to right,#7b0866,#ec1257);transition:width .3s ease}.navbar .container .links .category-links .link:hover:after{width:100%}.navbar .container .links .user-menu-container{position:relative}.navbar .container .links .user-menu-container .btn-grad{margin:0;padding:10px 20px;font-size:14px;border-radius:25px}.navbar .container .links .user-menu-container .user-profile{display:flex;align-items:center;gap:12px;cursor:pointer;padding:6px 12px;border-radius:30px;background:rgba(0,0,0,.03);transition:all .3s ease}.navbar .container .links .user-menu-container .user-profile:hover{background:rgba(0,0,0,.08)}.navbar .container .links .user-menu-container .user-profile.dark{background:rgba(255,255,255,.05)}.navbar .container .links .user-menu-container .user-profile.dark:hover{background:rgba(255,255,255,.1)}.navbar .container .links .user-menu-container .user-profile img{width:32px;height:32px;border-radius:50%;object-fit:cover}.navbar .container .links .user-menu-container .user-profile .username{font-weight:600;font-size:14px;color:#333}.navbar .container .links .user-menu-container .user-profile .username.dark{color:#fff}.navbar .container .links .user-menu-container .user-profile .profile-dropdown{position:absolute;top:calc(100% + 15px);right:0;background:white;box-shadow:0 10px 30px #00000026;border-radius:15px;padding:10px;min-width:180px;z-index:100;display:flex;flex-direction:column;transform-origin:top right;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.navbar .container .links .user-menu-container .user-profile .profile-dropdown.dark{background:#12151e;box-shadow:0 10px 40px #0009;border:1px solid rgba(255,255,255,.04)}.navbar .container .links .user-menu-container .user-profile .profile-dropdown a,.navbar .container .links .user-menu-container .user-profile .profile-dropdown span{padding:12px 15px;font-size:14px;color:#444;text-decoration:none;border-radius:8px;transition:all .2s ease;display:block}.navbar .container .links .user-menu-container .user-profile .profile-dropdown a.dark,.navbar .container .links .user-menu-container .user-profile .profile-dropdown span.dark{color:#ddd}.navbar .container .links .user-menu-container .user-profile .profile-dropdown a:hover,.navbar .container .links .user-menu-container .user-profile .profile-dropdown span:hover{background:#f8f9fa;color:#ec1257}.navbar .container .links .user-menu-container .user-profile .profile-dropdown.dark a:hover,.navbar .container .links .user-menu-container .user-profile .profile-dropdown.dark span:hover{background:rgba(255,255,255,.05);color:#ec1257}.navbar .container .links .user-menu-container .user-profile .profile-dropdown hr{border:none;border-top:1px solid #eee;margin:8px 0}.navbar .container .links .user-menu-container .user-profile .profile-dropdown hr.dark{border-color:#ffffff1a}.navbar .container .links .user-menu-container .user-profile .profile-dropdown span{cursor:pointer;color:#ec1257;font-weight:600}.navbar .container .links .theme-toggle{cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,0,0,.03);transition:all .3s ease}.navbar .container .links .theme-toggle:hover{background:rgba(0,0,0,.08)}.navbar .container .links .theme-toggle img{width:32px;height:32px;border-radius:50%}footer{margin-top:10rem;padding:20px;display:flex;align-items:center;justify-content:space-between;font-size:18px;position:relative}footer img{height:65px}.home.dark{background-color:transparent}.home{display:flex;gap:50px}@media (max-width: 900px){.home{flex-direction:column;gap:30px}}.home .main-content{flex:5;display:flex;flex-direction:column;gap:30px}.home .main-content .filter-section{margin-top:20px;margin-bottom:30px;padding:25px;border-radius:12px;background-color:#f9f9f9;box-shadow:0 4px 12px #0000000d}.home .main-content .filter-section.dark{background-color:#12151e;box-shadow:0 8px 25px #0006;border:1px solid rgba(255,255,255,.04)}.home .main-content .filter-section .filters-container{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.home .main-content .filter-section .tag-filter{display:flex;align-items:center}.home .main-content .filter-section .post-search-filter form{position:relative;display:flex;align-items:center}.home .main-content .filter-section .post-search-filter form .post-search-input{padding:8px 35px 8px 15px;border-radius:20px;border:1px solid #ccc;background-color:#f9f9f9;color:#333;outline:none;width:250px;transition:all .3s ease}.home .main-content .filter-section .post-search-filter form .post-search-input.dark{background-color:#333!important;color:#fff!important;border-color:#555!important}.home .main-content .filter-section .post-search-filter form .post-search-input:focus{border-color:#ec1257!important}.home .main-content .filter-section .post-search-filter form svg{position:absolute;right:10px;cursor:pointer;font-size:20px;color:#555;transition:all .3s ease}.home .main-content .filter-section .post-search-filter form svg.dark{color:#ccc}.home .main-content .filter-section .post-search-filter form svg:hover{color:#ec1257}.home .main-content .filter-section h2{margin:0;font-size:24px}.home .main-content .filter-section h2.dark{color:#fff}.home .main-content .filter-section h2 .highlight-tag{color:#ec1257;font-weight:700}.home .main-content .posts{display:flex;flex-direction:column;gap:150px}.home .main-content .posts .no-posts{display:flex;justify-content:center;align-items:center;min-height:60vh}.home .main-content .posts .no-posts p{font-size:24px;text-align:center}.home .main-content .posts .post-tags{margin:10px 0;display:flex;align-items:center;gap:8px}.home .main-content .posts .post-tags strong{font-size:14px;color:#333}.home .main-content .posts .post-tags strong.dark{color:#f1f5f9}.home .main-content .posts .post-tags .tag{display:inline-block;background-color:#ec1257;color:#fff;padding:3px 8px;margin:0 5px 5px 0;border-radius:15px;font-size:12px;cursor:pointer}.home .main-content .posts .post-tags .tag:hover{background-color:#7b0866}.home .main-content .posts .actions,.home .main-content .posts .post-actions{display:flex;gap:15px;margin-top:15px;align-items:center}.home .main-content .posts .countdown{margin-top:5px;font-weight:700}.home .main-content .posts .countdown.normal{color:#4caf50}.home .main-content .posts .countdown.warning{color:#ff9800}.home .main-content .posts .countdown.urgent{color:#f44336;animation:pulse 1s infinite}.home .main-content .posts .countdown.published{color:#2196f3;font-weight:700}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.home .main-content .posts .post{display:flex;gap:100px}.home .main-content .posts .post:nth-child(odd){flex-direction:row-reverse}.home .main-content .posts .post .img{flex:2;position:relative;background-color:#fff;overflow:hidden;border-radius:1rem}.home .main-content .posts .post .img.dark{background-color:#090b10}.home .main-content .posts .post .img.dark img{box-shadow:#ffffff0d 0 4px 20px}.home .main-content .posts .post .img img{width:23rem;object-fit:cover;height:25rem;border-radius:1rem;box-shadow:#0000001a 0 4px 12px;transition:transform .3s ease,box-shadow .3s ease}.home .main-content .posts .post .img img:hover{transform:scale(1.02);box-shadow:#00000026 0 8px 24px}.home .main-content .posts .post .no-image-placeholder{flex:2;display:flex;align-items:center;justify-content:center;min-height:25rem;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-radius:1rem;position:relative;overflow:hidden}.home .main-content .posts .post .no-image-placeholder:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(236,18,87,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}.home .main-content .posts .post .no-image-placeholder .placeholder-content{text-align:center;z-index:1;position:relative}.home .main-content .posts .post .no-image-placeholder .placeholder-content .placeholder-icon{font-size:80px;display:block;margin-bottom:20px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.home .main-content .posts .post .no-image-placeholder .placeholder-content .placeholder-text{font-size:24px;font-weight:600;color:#555;letter-spacing:1px;text-transform:uppercase}.home .main-content .posts .post .no-image-placeholder.dark{background:linear-gradient(135deg,#090b10 0%,#12151e 100%)}.home .main-content .posts .post .no-image-placeholder.dark:before{background:radial-gradient(circle,rgba(236,18,87,.15) 0%,transparent 70%)}.home .main-content .posts .post .no-image-placeholder.dark .placeholder-text{color:#f1f5f9}.home .main-content .posts .post .content{flex:3;display:flex;flex-direction:column;justify-content:center;gap:20px}.home .main-content .posts .post .content h1.text{font-size:40px;line-height:1.2;margin:0 0 5px;cursor:pointer;position:relative;display:inline-block;padding-bottom:8px}.home .main-content .posts .post .content h1.text:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(to right,#ec1257,#7b0866);border-radius:2px;transition:width .3s ease}.home .main-content .posts .post .content h1.text:hover:after{width:100%}.home .main-content .posts .post .content p{font-size:16px;line-height:1.6;color:#666;margin:0;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home .main-content .posts .post .content p.dark{color:#ccc}.home .main-content .posts .post .content .post-tags{margin:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.home .main-content .posts .post .content .post-tags strong{font-size:14px;color:#333}.home .main-content .posts .post .content .post-tags strong.dark{color:#f1f5f9}.home .main-content .posts .post .content .post-actions{display:flex;gap:10px;align-items:center;margin-top:12px;flex-wrap:nowrap}.home .main-content .posts .post .content .post-actions .reaction-container,.home .main-content .posts .post .content .post-actions .bookmark-container,.home .main-content .posts .post .content .post-actions .view-count{display:flex;flex-direction:column;align-items:center;gap:6px;background:transparent!important;border:none!important;box-shadow:none!important;padding:0;transition:all .3s ease;white-space:nowrap;min-width:40px}.home .main-content .posts .post .content .post-actions .reaction-container:hover,.home .main-content .posts .post .content .post-actions .bookmark-container:hover,.home .main-content .posts .post .content .post-actions .view-count:hover{transform:translateY(-2px)}:global(.dark-mode) .home .main-content .posts .post .content .post-actions .reaction-container:hover,:global(.dark-mode) .home .main-content .posts .post .content .post-actions .bookmark-container:hover,:global(.dark-mode) .home .main-content .posts .post .content .post-actions .view-count:hover{transform:translateY(-2px)}.home .main-content .posts .post .content .post-actions .reaction-container{display:inline-flex;flex-direction:column;align-items:center;gap:6px;background:transparent!important;border:none!important;box-shadow:none!important;padding:0}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-main{background:#f0f0f0!important;border:2px solid transparent!important;padding:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#666;font-size:24px}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-main:hover{transform:scale(1.15);background-color:#e0e0e0;box-shadow:0 2px 8px #0000001a}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-main.active{animation:reactionPop .3s ease;border-color:currentColor}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-main span{line-height:1}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-picker-hover{top:40px;left:50%;transform:translate(-50%);background:white;border-radius:50px;padding:6px 10px;display:flex;gap:4px;box-shadow:0 4px 16px #00000026;border:1px solid #eee}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-picker-hover .reaction-option-hover{width:36px;height:36px;border-radius:50%;border:2px solid #ddd;background:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-picker-hover .reaction-option-hover span{font-size:18px}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-picker-hover .reaction-option-hover:hover{transform:translateY(-6px) scale(1.15);border-color:#ec1257}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-main-wrapper .reaction-picker-hover .reaction-option-hover.selected{border-color:#ec1257;background:rgba(236,18,87,.1)}.home .main-content .posts .post .content .post-actions .reaction-container .reaction-count{font-size:13px;color:#666;font-weight:500;text-align:center;padding:2px 8px}.home .main-content .posts .post .content .post-actions .bookmark-container{display:flex;flex-direction:column;align-items:center;gap:6px;background:transparent!important;border:none!important;box-shadow:none!important;padding:0}.home .main-content .posts .post .content .post-actions .bookmark-container .bookmark-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;z-index:1;pointer-events:auto}.home .main-content .posts .post .content .post-actions .bookmark-container .bookmark-btn{background:#f0f0f0!important;border:2px solid transparent!important;padding:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#666;font-size:24px;position:relative;z-index:1;pointer-events:auto}.home .main-content .posts .post .content .post-actions .bookmark-container .bookmark-btn:hover{transform:scale(1.15);background-color:#e0e0e0;box-shadow:0 2px 8px #0000001a}.home .main-content .posts .post .content .post-actions .bookmark-container .bookmark-btn.active{animation:reactionPop .3s ease;color:#ec1257}.home .main-content .posts .post .content .post-actions .bookmark-container .bookmark-btn.active svg{fill:#ec1257}.home .main-content .posts .post .content .post-actions .bookmark-container .bookmark-count{font-size:13px;color:#666;font-weight:500;text-align:center;padding:2px 8px;line-height:1}:global(.dark-mode) .home .main-content .posts .post .content .post-actions .bookmark-container .bookmark-count{color:#bbb}.home .main-content .posts .post .content .post-actions .view-count{display:inline-flex;flex-direction:column;align-items:center;gap:6px;background:transparent!important;border:none!important;box-shadow:none!important;padding:0}.home .main-content .posts .post .content .post-actions .view-count .view-icon{font-size:24px;line-height:1}.home .main-content .posts .post .content .post-actions .view-count .view-count-value{font-size:13px;color:#666;font-weight:500;text-align:center;padding:2px 8px;line-height:1}:global(.dark-mode) .home .main-content .posts .post .content .post-actions .view-count .view-icon{color:#5dade2}:global(.dark-mode) .home .main-content .posts .post .content .post-actions .view-count .view-count-value{color:#bbb}.home .main-content .pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:50px;padding:30px 0;flex-wrap:wrap}.home .main-content .pagination .pagination-controls{display:flex;gap:10px}.home .main-content .pagination .page-numbers{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.home .main-content .pagination .page-number{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f0f0f0;color:#555;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent}.home .main-content .pagination .page-number:hover:not(.active):not(.dots){background-color:#e2e8f0;transform:translateY(-3px);border-color:#ec1257;color:#ec1257}.home .main-content .pagination .page-number.active{background-image:linear-gradient(to right,#7b0866 0%,#ec1257 51%,#7b0866 100%);color:#fff!important;box-shadow:0 4px 15px #ec125766;transform:scale(1.1);border-color:transparent}.home .main-content .pagination .page-number.dots{cursor:default;background:none;font-size:18px;border:none}.home .main-content .pagination .page-number.dots:hover{transform:none}.home .main-content .pagination button.page-nav{padding:10px 20px;border-radius:30px;font-size:14px;font-weight:600;transition:all .3s ease;min-width:80px}.home .main-content .pagination button.page-nav:disabled{opacity:.4;cursor:not-allowed;background-image:none!important;background-color:#cbd5e1!important;box-shadow:none!important;transform:none!important}.home .main-content .pagination .load-more-btn{background-image:linear-gradient(to right,#7b0866 0%,#ec1257 51%,#7b0866 100%);color:#fff;border:none;border-radius:30px;padding:12px 40px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec12574d}.home .main-content .pagination .load-more-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 20px #ec125766}.home .main-content .pagination .load-more-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.home .main-content .pagination.dark .page-number{background-color:#12151e;color:#94a3b8}.home .main-content .pagination.dark .page-number:hover:not(.active):not(.dots){background-color:#1b1e2a;color:#ec1257;border-color:#ec1257}.home .main-content .pagination.dark .page-number.active{background-image:linear-gradient(to right,#7b0866 0%,#ec1257 51%,#7b0866 100%);color:#fff!important}.home .main-content .pagination.dark .page-number.dots{background:none;color:#64748b}.home .main-content .pagination.dark button.page-nav:disabled{background-color:#1e293b!important;color:#475569!important}.home .main-content .pagination.dark .load-more-btn{box-shadow:0 4px 15px #ec125733}.home .main-content .pagination.dark .load-more-btn:hover:not(:disabled){box-shadow:0 6px 20px #ec12574d}.loading{width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center;font-size:40px}.single{min-height:100vh;display:flex;gap:50px;margin:2rem 0rem}@media (max-width: 900px){.single{flex-direction:column;gap:30px}}.single .content{flex:5;display:flex;flex-direction:column;gap:30px}.single .content img{width:100%;height:300px;object-fit:cover;border-radius:1rem;box-shadow:#0000001a 0 4px 12px}.single .content .user{display:flex;align-items:center;gap:10px;font-size:14px}.single .content .user img{width:50px;height:50px;border-radius:50%;object-fit:cover}.single .content .user span.dark{color:#fff}.single .content .user span{font-weight:700}.single .content .user p.dark{color:#fff}.single .content .edit{display:flex;gap:5px}.single .content .edit a{text-decoration:none}.single .content .edit svg.dark{color:#fff}.single .content .edit svg{width:20px;height:20px;cursor:pointer;color:#282828;transition:all .2s ease-in-out}.single .content .edit svg:hover{transform:translateY(-5px)}.single .content h1{font-size:42px}.single .content p{text-align:justify;line-height:30px}.menu{display:flex;flex-direction:column;gap:25px;width:100%}@media (max-width: 900px){.menu{position:static;margin-top:50px;width:100%}}.menu h1{font-size:20px;font-weight:700;color:#333;margin-bottom:5px;position:relative;padding-bottom:12px}.menu h1:after{content:"";position:absolute;bottom:0;left:0;width:35px;height:3px;background:#ec1257;border-radius:2px}.menu h1.dark{color:#fff}.menu .post{display:flex;gap:15px;align-items:center;background:transparent;padding:10px;border-radius:12px;transition:all .3s ease;text-decoration:none}.menu .post:hover{background:rgba(0,0,0,.03);transform:translate(8px)}.menu .post:hover.dark{background:rgba(255,255,255,.05)}.menu .post:hover .img-container img{transform:scale(1.1)}.menu .post:hover h2{color:#ec1257}.menu .post .img-container{flex:0 0 100px;width:100px;height:70px;overflow:hidden;border-radius:8px;background-color:#f0f0f0;box-shadow:0 2px 8px #0000001a}.menu .post .img-container.dark{background-color:#12151e}.menu .post .img-container img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.menu .post .post-info{flex:1;display:flex;flex-direction:column;gap:4px}.menu .post .post-info h2{font-size:14px;font-weight:600;color:#444;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.menu .post .post-info h2.dark{color:#eee}.menu .post .post-info .read-more-link{font-size:11px;color:#ec1257;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:4px}.menu .post .post-info .read-more-link:after{content:"→"}.add{margin-top:60px;display:flex;gap:20px}.add .content{flex:5;display:flex;flex-direction:column;gap:20px}.add .content input{font-size:16px;padding:10px;border:1px solid lightgray}.add .content .editorContainer.dark{background-color:#12151e;color:#f1f5f9;border-color:#ffffff0a}.add .content .editorContainer{height:300px;overflow:scroll;border:1px solid lightgray}.add .content .editorContainer .editor{height:100%;border:none}.add .menu{flex:2;display:flex;flex-direction:column;gap:20px}.add .menu .item{border:1px solid lightgray;padding:10px;flex:1;display:flex;flex-direction:column;justify-content:space-between;font-size:14px;color:#555;gap:8px}.add .menu .item input[type=datetime-local]{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%;box-sizing:border-box}.add .menu .item input[type=datetime-local].dark{background-color:#333;color:#fff;border-color:#555}.add .menu .item .tags-container{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px;min-height:30px}.add .menu .item .tags-container .tag{background-color:#ec1257;color:#fff;padding:5px 10px;border-radius:15px;display:flex;align-items:center;gap:5px;font-size:12px}.add .menu .item .tags-container .tag .remove-tag-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:0;margin:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.add .menu .item .tags-container .tag .remove-tag-btn:hover{background-color:#fff3}.add .menu .item .tag-input-form{display:flex;gap:10px}.add .menu .item .tag-input-form input[type=text]{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px}.add .menu .item .tag-input-form input[type=text].dark{background-color:#333;color:#fff;border-color:#555}.add .menu .item .tag-input-form button{padding:8px 15px;font-size:14px}.add .menu .item .countdown-display{margin-top:10px;padding:8px;border-radius:4px;background-color:#f9f9f9}.add .menu .item .countdown-display.dark{background-color:#12151e}.add .menu .item input[type=checkbox]{margin-right:8px;transform:scale(1.2)}.add .menu .item label[for=featured]{font-size:14px;cursor:pointer}.add .menu .item label[for=featured].dark,.add .menu .item h1.dark,.add .menu .item span.dark{color:#fff}.add .menu .item h1{font-size:22px}.add .menu .item .file{text-decoration:underline;cursor:pointer}.add .menu .item .buttons{display:flex;justify-content:space-between}.add .menu .item .buttons button{cursor:pointer;background-color:#fff;border:none;padding:8px 15px;font-size:14px;border-radius:5px}.add .menu .item .cat{display:flex;align-items:center;gap:2px}.filter-section{margin:20px 0;padding:20px;border-radius:15px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);box-shadow:0 4px 15px #0000001a}.filter-section.dark{background:#12151e;box-shadow:0 8px 25px #0006;border:1px solid rgba(255,255,255,.04)}.filter-section .tag-filter{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.filter-section .tag-filter .custom-tag-dropdown{position:relative;flex:1;min-width:200px;max-width:300px}.filter-section .tag-filter .custom-tag-dropdown .dropdown-header{padding:12px 15px;border:2px solid #ddd;border-radius:25px;font-size:14px;font-family:Poppins,sans-serif;background-color:#fff;color:#333;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.filter-section .tag-filter .custom-tag-dropdown .dropdown-header.dark{background-color:#12151e;color:#f1f5f9;border-color:#ffffff0a}.filter-section .tag-filter .custom-tag-dropdown .dropdown-header.open{border-color:#ec1257;box-shadow:0 0 0 3px #ec12571a}.filter-section .tag-filter .custom-tag-dropdown .dropdown-header:hover{border-color:#ec1257}.filter-section .tag-filter .custom-tag-dropdown .dropdown-header .dropdown-arrow{transition:transform .3s ease;font-size:12px}.filter-section .tag-filter .custom-tag-dropdown .dropdown-header.open .dropdown-arrow{transform:rotate(180deg)}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content{position:absolute;top:100%;left:0;right:0;background:white;border:2px solid #ddd;border-top:none;border-radius:0 0 15px 15px;box-shadow:0 10px 25px #00000026;z-index:1000;max-height:300px;overflow:hidden}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content.dark{background:#12151e;border-color:#ffffff0a}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .search-container{padding:15px;border-bottom:1px solid #eee}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .search-container .tag-search-input{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:20px;font-size:14px;font-family:Poppins,sans-serif;background-color:#f8f9fa;color:#333;transition:all .3s ease}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .search-container .tag-search-input.dark{background-color:#1b1e2a;color:#fff;border-color:#ffffff0a}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .search-container .tag-search-input:focus{outline:none;border-color:#ec1257;background-color:#fff}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .search-container .tag-search-input:focus.dark{background-color:#333}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .search-container .tag-search-input::placeholder{color:#999}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list{max-height:200px;overflow-y:auto}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list .tag-option{padding:12px 20px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f0f0f0;font-family:Poppins,sans-serif;font-size:14px;color:#333}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list .tag-option:last-child{border-bottom:none}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list .tag-option.dark{color:#fff;border-bottom-color:#444}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list .tag-option:hover{background-color:#f8f9fa}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list .tag-option:hover.dark{background-color:#1b1e2a}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list .tag-option:active{background-color:#ec1257;color:#fff}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list .no-tags{padding:20px;text-align:center;color:#999;font-style:italic;font-size:14px}.filter-section .tag-filter .custom-tag-dropdown .dropdown-content .tags-list .no-tags.dark{color:#777}.filter-section .tag-filter .clear-btn{padding:12px 25px;font-size:14px;font-weight:600;border-radius:25px;background-image:linear-gradient(to right,#7b0866 0%,#ec1257 51%,#7b0866 100%);background-size:200% auto;color:#fff;border:none;cursor:pointer;transition:all .4s ease;box-shadow:0 4px 15px #7b08664d}.filter-section .tag-filter .clear-btn:hover{background-position:right center;transform:translateY(-2px);box-shadow:0 6px 20px #7b086666}.filter-section .tag-filter .clear-btn:active{transform:translateY(0)}.filter-section h2{margin-top:20px;margin-bottom:0;font-size:22px;font-weight:600;color:#333}.filter-section h2.dark{color:#fff}.filter-section h2 .highlight-tag{color:#ec1257;font-weight:700;padding:2px 8px;background-color:#ec12571a;border-radius:12px}.no-posts{text-align:center;padding:40px 20px}.no-posts p{font-size:18px;color:#666;margin:0}.no-posts p.dark{color:#aaa}.newsletter{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:20px;border-radius:12px;margin-top:30px;box-shadow:0 4px 12px #0000000d}.newsletter.dark{background:linear-gradient(135deg,#12151e 0%,#090b10 100%);border:1px solid rgba(255,255,255,.04)}.newsletter.dark h3,.newsletter.dark p{color:#f1f5f9}.newsletter h3{margin-bottom:10px;font-size:20px}.newsletter p{margin-bottom:15px;font-size:14px;color:#555}.newsletter form{display:flex;flex-direction:column;gap:10px}.newsletter form input{padding:10px;border:1px solid #ddd;border-radius:4px}.newsletter form input.dark{background-color:#333;color:#fff;border-color:#555}.newsletter form button{padding:10px;background-color:#ec1257;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background .3s}.newsletter form button:hover{background-color:#c00e46}.newsletter form button:disabled{opacity:.7;cursor:not-allowed}.newsletter .message{margin-top:10px;font-size:13px}.newsletter .message.success{color:green}.newsletter .message.error{color:red}.sidebar-content{flex:2;display:flex;flex-direction:column;gap:40px;border-left:1px solid rgba(0,0,0,.05);padding-left:25px;position:sticky;top:100px;align-self:flex-start}@media (max-width: 900px){.sidebar-content{border-left:none;padding-left:0;position:static}}.home.dark .sidebar-content{border-color:#ffffff0a}.user-actions{display:flex;gap:10px;align-items:center;margin-top:5px;flex-wrap:nowrap}.user-actions .reaction-container,.user-actions .bookmark-container{display:flex;flex-direction:column;align-items:center;gap:6px;background:transparent!important;border:none!important;box-shadow:none!important;padding:0;transition:all .3s ease;white-space:nowrap;min-width:40px}.user-actions .reaction-container:hover,.user-actions .bookmark-container:hover{transform:translateY(-2px)}:global(.dark-mode) .user-actions .reaction-container:hover,:global(.dark-mode) .user-actions .bookmark-container:hover{transform:translateY(-2px)}.user-actions .reaction-container .reaction-main-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px}.user-actions .reaction-container .reaction-main-wrapper .reaction-main{background:#f0f0f0!important;border:2px solid transparent!important;padding:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#666;font-size:24px}.user-actions .reaction-container .reaction-main-wrapper .reaction-main:hover{transform:scale(1.15);background-color:#e0e0e0;box-shadow:0 2px 8px #0000001a}.user-actions .reaction-container .reaction-main-wrapper .reaction-main.active{animation:reactionPop .3s ease;border-color:currentColor}.user-actions .reaction-container .reaction-main-wrapper .reaction-main span{line-height:1}.user-actions .bookmark-container .bookmark-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;z-index:1;pointer-events:auto}.user-actions .bookmark-container .bookmark-content-wrapper .bookmark-btn{background:#f0f0f0!important;border:2px solid transparent!important;padding:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#666;font-size:24px;position:relative;z-index:1;pointer-events:auto}.user-actions .bookmark-container .bookmark-content-wrapper .bookmark-btn:hover{transform:scale(1.15);background-color:#e0e0e0;box-shadow:0 2px 8px #0000001a}.user-actions .bookmark-container .bookmark-content-wrapper .bookmark-btn.active{animation:reactionPop .3s ease;color:#ec1257}.user-actions .bookmark-container .bookmark-content-wrapper .bookmark-btn.active svg{fill:#ec1257}.user-actions .bookmark-container .bookmark-content-wrapper .bookmark-count{font-size:13px;color:#666;font-weight:500;text-align:center;padding:2px 8px;line-height:1}:global(.dark-mode) .user-actions .bookmark-container .bookmark-content-wrapper .bookmark-count{color:#bbb}.user-actions .reaction-container .reaction-count,.user-actions .bookmark-container .bookmark-count{font-size:13px;color:#666;font-weight:500;text-align:center;padding:2px 8px}.user-actions .icon{font-size:20px;cursor:pointer;color:#555}.user-actions .icon:hover{color:#ec1257}.user-actions .icon .dark{color:#ccc}.user-actions .icon .dark:hover{color:#ec1257}.user-actions .share-icon{position:relative}.user-actions .share-icon:hover .share-menu{display:flex}.user-actions .share-icon .share-menu{display:none;position:absolute;top:100%;left:0;background:white;padding:8px;border-radius:8px;box-shadow:0 4px 12px #00000026;gap:10px;z-index:10}.user-actions .share-icon .share-menu .share-btn{font-size:18px;cursor:pointer;transition:transform .2s}.user-actions .share-icon .share-menu .share-btn:hover{transform:scale(1.2)}.user-actions .share-icon .share-menu .share-btn.twitter{color:#1da1f2}.user-actions .share-icon .share-menu .share-btn.facebook{color:#4267b2}.user-actions .share-icon .share-menu .share-btn.linkedin{color:#0077b5}.user-actions .share-icon .share-menu .share-btn.copy-link{color:#10b981;font-size:20px}.user-actions .share-icon .share-menu .copy-success-toast{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;white-space:nowrap;box-shadow:0 2px 8px #00000026;animation:fadeInOut 2s ease-in-out;z-index:11}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-5px)}20%{opacity:1;transform:translate(-50%) translateY(0)}80%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-5px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.comments{margin:2rem 0rem}.comments h2.dark{color:#fff}.comments h2{font-size:28px;font-weight:700}.comments .addComment.dark{color:#fff}.comments .addComment{display:flex;flex-direction:column;width:60%;gap:15px;margin:30px 0}.comments .addComment input{font-size:16px;padding:10px;border:1px solid #7b0866;height:auto;border-radius:5px;outline-color:#ec1257}.comments .addComment button{font-size:16px;border:none;cursor:pointer}.comments .comment .user{display:flex;height:auto;padding:2px;margin:20px 0}.comments .comment .user .userImg{margin-bottom:auto}.comments .comment .user .userImg img{width:40px;height:40px;border-radius:50%;object-fit:cover}.comments .comment .user .userInfo.dark{color:#fff}.comments .comment .user .userInfo span{font-size:16px}.comments .comment .user .userInfo p{font-size:15px}.comments .featured-section{padding:30px 0;border-bottom:2px solid #f0f0f0;margin-bottom:40px!important}.dark .comments .featured-section{border-bottom:2px solid #12151e}.comments .featured-section h2{font-size:28px;font-weight:700;display:flex;align-items:center;gap:10px}.comments .featured-section .featured-posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.comments .featured-section .featured-posts .featured-post{border:2px solid #ec1257;border-radius:15px;overflow:hidden;transition:all .3s ease;background:white;box-shadow:0 4px 15px #ec12571a}.dark .comments .featured-section .featured-posts .featured-post{background:#12151e;border-color:#ec1257;box-shadow:0 4px 15px #ec125733}.comments .featured-section .featured-posts .featured-post:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ec125733}.dark .comments .featured-section .featured-posts .featured-post:hover{box-shadow:0 8px 25px #ec12574d}.comments .featured-section .featured-posts .featured-post .img{height:200px;overflow:hidden}.comments .featured-section .featured-posts .featured-post .img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.comments .featured-section .featured-posts .featured-post .img:hover img{transform:scale(1.05)}.comments .featured-section .featured-posts .featured-post .content{padding:20px}.comments .featured-section .featured-posts .featured-post .content h1{font-size:20px;font-weight:600;margin-bottom:10px;color:#333}.dark .comments .featured-section .featured-posts .featured-post .content h1{color:#f1f5f9}.comments .featured-section .featured-posts .featured-post .content p{font-size:14px;color:#666;line-height:1.6;margin-bottom:15px}.dark .comments .featured-section .featured-posts .featured-post .content p{color:#94a3b8}.comments .featured-section .featured-posts .featured-post .content .post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:12px;color:#999}.dark .comments .featured-section .featured-posts .featured-post .content .post-meta{color:#64748b}.comments .featured-section .featured-posts .featured-post .content .post-meta .date{font-weight:500}.comments .featured-section .featured-posts .featured-post .content .post-meta .reading-time{display:flex;align-items:center;gap:5px}.comments .featured-section .featured-posts .featured-post .content .post-actions{display:flex;gap:10px;justify-content:space-between}.comments .featured-section .featured-posts .featured-post .content .post-actions .bookmark-btn{padding:8px 12px;display:flex;align-items:center;justify-content:center;font-size:18px}.comments .featured-section .featured-posts .featured-post .content .post-actions .bookmark-btn svg{transition:all .2s ease}.comments .featured-section .featured-posts .featured-post .content .post-actions .bookmark-btn:hover svg{transform:scale(1.2)}@keyframes selectedPop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1.15)}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
