:root{--primary:#9da9bd;--secondary:#bdb29d;--accent-blue:#0059ff;--accent-purple:#2600ff;--accent-magenta:#a600ff;--success:#27ae60;--warning:#f39c12;--danger:#e74c3c;--light:#ecf0f1;--dark:#2c3e50;--muted:#7f8c8d}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#ecf0f1;background:var(--light);color:#2c3e50;color:var(--dark)}.card{border:none!important;box-shadow:none!important}.card,.card-body,.container-fluid{background:#0000!important}.content-left{flex:3 1;min-width:0}.content-right{flex:1 1;min-width:280px}@media (max-width:768px){.content-right{display:none}.main-content{padding:0 .5rem}}.sidebar-sticky{height:fit-content;position:sticky;top:80px}.auth-section{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;text-align:center}.auth-section h4{color:#2c3e50;color:var(--dark);margin-bottom:1rem}.dashboard-section{background:#fff;border:1px solid #dee2e6;border-radius:8px}.community-questions{border-top:1px solid #dee2e6;margin:2rem auto 0;max-width:1200px;padding:2rem 1rem 0}.questions-container{max-width:75%}.question-card{background:#fff;border:1px solid #dee2e6;border-radius:8px;margin-bottom:1rem;overflow:hidden}.question-body{padding:1rem}.question-body h6{color:#2c3e50;color:var(--dark);margin-bottom:.5rem}.question-body p{color:#7f8c8d;color:var(--muted);margin-bottom:.5rem}.blog-forum{border-top:1px solid #dee2e6;margin:2rem auto 0;max-width:1200px;padding:2rem 1rem 0}.forum-container{width:100%}@media (max-width:768px){.forum-container,.questions-container{max-width:100%}.blog-forum,.community-questions{padding:1rem .5rem 0}}.create-meeting-form{margin:0 auto;max-width:500px;width:100%}.meeting-form{gap:1rem}.form-group,.meeting-form{display:flex;flex-direction:column}.form-group label{color:#333;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1 1}.form-actions{display:flex;gap:.5rem;margin-top:1rem}.btn{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s ease}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-primary:disabled{background-color:#6c757d;cursor:not-allowed}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}@media (max-width:768px){.form-row{gap:.5rem}.form-actions,.form-row{flex-direction:column}.create-meeting-form{max-width:100%}}h1,h2,h3,h4,h5,h6{color:#212529;font-weight:600;line-height:1.3;margin-bottom:.8rem}p{color:#495057;line-height:1.6;margin-bottom:1rem}.text-muted{color:#6c757d!important;font-size:.9rem}.small{font-size:.875rem;line-height:1.5}.btn{font-size:.9rem;font-weight:500;line-height:1.4}.btn-sm{font-size:.8rem;padding:.4rem .8rem}.card-title{color:#212529;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.card-text{color:#495057}.card-text,.form-control{font-size:.95rem;line-height:1.5}.form-control{border-color:var(--border-primary)}.form-control:focus{border-color:#9da9bd;border-color:var(--primary);box-shadow:0 0 0 .2rem #3576ae40}.form-label{color:var(--text-secondary);font-weight:500;margin-bottom:.5rem}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.bg-secondary.form-control::placeholder{color:silver!important;font-weight:400;opacity:1!important;text-shadow:0 0 3px #c0c0c04d}.bg-secondary.form-control::-webkit-input-placeholder{color:silver!important;text-shadow:0 0 3px #c0c0c04d}.bg-secondary.form-control::-moz-placeholder{color:silver!important;opacity:1;text-shadow:0 0 3px #c0c0c04d}.bg-secondary.form-control:-ms-input-placeholder{color:silver!important;text-shadow:0 0 3px #c0c0c04d}.bg-secondary.form-control:-moz-placeholder{color:silver!important;opacity:1;text-shadow:0 0 3px #c0c0c04d}.bg-secondary.form-control:focus::placeholder{color:#d4d4d4!important;text-shadow:0 0 5px #d4d4d480}.container-fluid{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border-radius:12px;margin-bottom:1rem}.card:hover{box-shadow:0 8px 25px #3576ae26;transform:translateY(-2px);transition:all .3s ease}.btn:focus{box-shadow:0 0 0 .2rem #3576ae40!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--crystal)}::-webkit-scrollbar-thumb{background:var(--steel-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--steel-blue-dark)}.form-control:focus{border-color:var(--steel-blue)!important;box-shadow:0 0 0 .2rem #3576ae40!important}a{color:var(--steel-blue)}a:hover{color:var(--steel-blue-dark)}.badge-primary{background-color:var(--steel-blue)!important}.badge-secondary{background-color:var(--moonstone-blue)!important}.badge-success{background-color:var(--crystal)!important}.badge-success,.badge-warning{color:var(--seal-brown)!important}.badge-warning{background-color:var(--crayola-gold)!important}.badge-danger{background-color:var(--seal-brown)!important}.comment-section{background:#f8f9fa}.comment-section .section-header{border-bottom:1px solid #dee2e6;padding-bottom:.5rem}.comment-section .section-header h6{color:#495057;font-weight:600}.comment-section .comment-form{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1rem}.comment-section .comment-form .comment-input{border:1px solid #ced4da;font-size:1rem;min-height:60px;resize:vertical}.comment-section .comment-form .comment-input:focus{border-color:#667eea;box-shadow:0 0 0 .2rem #667eea40}.comment-section .comments-list .comment-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:.5rem;padding:.75rem;transition:all .2s ease}.comment-section .comments-list .comment-item:hover{box-shadow:0 2px 4px #0000000d}.comment-section .comments-list .comment-item .comment-header{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:.5rem}.comment-section .comments-list .comment-item .comment-header .comment-author{color:#2c3e50;font-size:.9rem;font-weight:500}.comment-section .comments-list .comment-item .comment-header .comment-author .comment-time{color:#6c757d;font-size:.8rem;font-weight:400;margin-left:.5rem}.comment-section .comments-list .comment-item .comment-header .comment-actions{display:flex;gap:.25rem}.comment-section .comments-list .comment-item .comment-header .comment-actions button{background:none;border:none;color:#6c757d;font-size:.8rem;padding:.2rem .4rem;transition:all .2s ease}.comment-section .comments-list .comment-item .comment-header .comment-actions button:hover{background:#f8f9fa;border-radius:4px;color:#495057}.comment-section .comments-list .comment-item .comment-body{word-wrap:break-word;color:#495057;font-size:.9rem;line-height:1.5;margin-bottom:.5rem;overflow-wrap:break-word}.comment-section .comments-list .comment-item .comment-footer{display:flex;flex-wrap:wrap;gap:.75rem}.comment-section .comments-list .comment-item .comment-footer .reply-button{background:none;border:none;color:#667eea;font-size:.8rem;padding:.2rem .4rem;transition:all .2s ease}.comment-section .comments-list .comment-item .comment-footer .reply-button:hover{background:#667eea1a;border-radius:4px}.comment-section .comments-list .comment-item .reply-form{background:#f8f9fa;border-radius:6px;margin-top:.75rem;padding:.75rem}.comment-section .comments-list .comment-item .reply-form textarea{font-size:.9rem;min-height:50px;width:100%}.comment-section .comments-list .comment-item .reply-form .reply-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.comment-section .comments-list .comment-item .reply-form .reply-actions button{font-size:.8rem;padding:.4rem 1rem}.comment-section .spinner-border{height:1.5rem;width:1.5rem}@media(min-width:769px){.comment-section .comment-form{padding:1.25rem}.comment-section .comment-form .comment-input{min-height:80px}.comment-section .comments-list .comment-item{margin-bottom:.75rem;padding:1rem}.comment-section .comments-list .comment-item .comment-header .comment-author{font-size:1rem}.comment-section .comments-list .comment-item .comment-header .comment-author .comment-time{font-size:.875rem}.comment-section .comments-list .comment-item .comment-body{font-size:1rem}.comment-section .comments-list .comment-item .comment-footer .reply-button{font-size:.875rem}}@media(max-width:480px){.comment-section .comment-form{padding:.75rem}.comment-section .comments-list .comment-item{padding:.5rem}.comment-section .comments-list .comment-item .comment-body{font-size:.85rem}}.image-modal .modal-dialog{align-items:center;display:flex;justify-content:center;margin:2.5vh auto;max-height:95vh;max-width:none;width:auto}.image-modal .modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:none;border-radius:20px;box-shadow:0 20px 60px #0000004d;min-width:300px;overflow:hidden;width:auto}.image-modal .modal-header{background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);padding:1rem 1.5rem}.image-modal .modal-header .modal-title{color:#64748b;font-weight:500;margin:0}.image-modal .modal-header .btn-close{background-size:1rem;opacity:.6}.image-modal .modal-header .btn-close:hover{opacity:1}.image-modal .modal-footer{background:linear-gradient(135deg,#f8f9fae6,#ffffffe6);padding:.75rem 1.5rem;text-align:center}.image-modal .modal-footer small{align-items:center;display:flex;gap:.5rem;justify-content:center}.image-container{align-items:center;display:flex;flex-direction:column;position:relative;width:auto}.image-container .modal-image{border-radius:12px;cursor:zoom-out;height:auto;max-height:none;max-width:none;object-fit:contain;opacity:0;transform:scale(.95);transition:all .3s ease;width:auto}.image-container .modal-image.loaded{opacity:1;transform:scale(1)}.image-container .modal-image:hover{box-shadow:0 10px 30px #0003;transform:scale(1.02)}.image-container .image-description{background:linear-gradient(#0000,#000000b3);border-radius:0 0 12px 12px;bottom:0;color:#fff;left:0;opacity:0;padding:2rem 1rem 1rem;position:absolute;right:0;transition:opacity .3s ease}.image-container .image-description p{font-size:.9rem;line-height:1.4}.image-container:hover .image-description{opacity:1}.image-modal-dialog .modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c}.modal.fade .modal-dialog{transform:translateY(-50px) scale(.9);transition:transform .4s ease-out}.modal.show .modal-dialog{transform:none}@media(max-width:768px){.image-modal .modal-dialog{margin:2vh auto;max-width:95vw}.image-modal .modal-footer,.image-modal .modal-header{padding:.75rem 1rem}.image-modal .modal-title{font-size:.9rem}.image-container .modal-image{border-radius:8px;max-height:60vh}.image-container .image-description{padding:1.5rem .75rem .75rem}.image-container .image-description p{font-size:.8rem}}.clickable-image{border-radius:8px;cursor:pointer;transition:all .3s ease}.clickable-image:hover{box-shadow:0 8px 25px #00000026;filter:brightness(1.05);transform:scale(1.02)}.clickable-image:active{transform:scale(.98)}.image-loading{align-items:center;color:#64748b;display:flex;justify-content:center;min-height:200px}.image-loading .spinner-border{margin-right:.5rem}.AuthForm_createAccountTop__bJxCS{background:#9da9bd;border:none;border-radius:8px;box-shadow:0 2px 8px #9da9bd4d;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:700;margin:0 auto 1rem;padding:.5rem 1.2rem;transition:background .2s}.AuthForm_createAccountTop__bJxCS:hover{background:#0059ff}.AuthForm_socialSection__pwxxJ{margin-bottom:1rem;margin-top:1.5rem;position:relative;z-index:1}.AuthForm_gmailBtn__C3OlC{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;color:#374151;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;justify-content:center;margin:0 auto;padding:1rem;transition:all .3s ease;width:100%}.AuthForm_gmailBtn__C3OlC:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.AuthForm_gmailBtn__C3OlC:active{background:#f3f4f6;box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.AuthForm_gmailIcon__VH93X{flex-shrink:0}.AuthForm_compactButtons__U9caY{gap:.75rem;margin:0 auto;width:85%}.AuthForm_socialCompact__FyCI0{display:flex;gap:.5rem;justify-content:center;margin-top:1.2rem}.AuthForm_socialBtn__fvm\+x{align-items:center;background:silver;border:2px outset silver;border-radius:0;box-shadow:none;color:#000;cursor:pointer;display:flex;font-family:"MS Sans Serif",sans-serif;height:32px;justify-content:center;transition:none;width:32px}.AuthForm_socialBtn__fvm\+x i{align-items:center;display:flex;font-size:1.2rem;height:100%;justify-content:center;margin:0;width:100%}.AuthForm_socialBtn__fvm\+x:hover{background:#d4d0c8;border:2px outset #d4d0c8}.AuthForm_socialBtn__fvm\+x:active{background:silver;border:2px inset silver}.AuthForm_container__slTLu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 50px #00000026,0 0 0 1px #ffffff1a;color:#2c3e50;margin:2rem auto;max-width:420px;overflow:hidden;padding:2.5rem;position:relative}.AuthForm_container__slTLu:before{background:linear-gradient(135deg,#6366f10d,#a855f70d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.AuthForm_welcomeSection__QVKUY{margin-bottom:2rem;position:relative;text-align:center;z-index:1}.AuthForm_heading__2k0aV{color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:.75rem;text-align:center}.AuthForm_subtitle__Tecew{color:#64748b;font-size:1rem;font-weight:400;line-height:1.5;margin-top:.5rem}.AuthForm_findGroup__LCIUn{color:#7c3aed;font-weight:500}.AuthForm_securityNotice__M\+T\+4{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#6a5acd26,#483d8b26);border:1px solid #ffd79b33;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.AuthForm_securityBadge__GSDx9{align-items:center;display:flex;justify-content:center;text-align:center}.AuthForm_lockIcon__qaUzs{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));font-size:1.5rem;margin-right:.5rem}.AuthForm_securityText__r78Hd strong{color:#ffd89b;font-size:.95rem;text-shadow:0 1px 2px #00000080}.AuthForm_privacyButton__sTj2C{background:linear-gradient(135deg,#ff9a9e,#fecfef);border:none;border-radius:20px;box-shadow:0 2px 8px #ff9a9e4d;color:#4a4a4a;cursor:pointer;font-size:.8rem;margin-top:.5rem;padding:.4rem 1rem;transition:all .3s ease}.AuthForm_privacyButton__sTj2C:hover{box-shadow:0 4px 12px #ff9a9e66;transform:translateY(-1px)}.AuthForm_privacyModal__J4riU{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.AuthForm_privacyContent__Aw67s{background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:8px;box-shadow:0 4px 12px #0000002e;color:#fff;margin:.5rem;max-width:320px;padding:1rem 1.2rem}.AuthForm_privacyContent__Aw67s h3{color:#ffd89b;margin-bottom:1rem;text-shadow:0 2px 4px #00000080}.AuthForm_privacyContent__Aw67s p{line-height:1.5;margin-bottom:1rem;opacity:.9}.AuthForm_closeButton__rrcEb{background:linear-gradient(135deg,#ff9a9e,#fecfef);border:none;border-radius:8px;color:#4a4a4a;cursor:pointer;font-size:.9rem;margin-top:1rem;padding:.5rem 1rem;transition:all .3s ease}.AuthForm_closeButton__rrcEb:hover{transform:translateY(-1px)}.AuthForm_form__ZjvIU{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.AuthForm_input__AKnk0{background:#fffc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:1rem;font-weight:400;padding:1rem;transition:all .3s ease;width:100%}.AuthForm_input__AKnk0::placeholder{color:#94a3b8}.AuthForm_input__AKnk0:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;outline:none}.AuthForm_input__AKnk0:hover{border-color:#cbd5e1}.AuthForm_button__T5ESV{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 4px 14px #6366f14d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease;width:100%}.AuthForm_button__T5ESV:hover{box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.AuthForm_button__T5ESV:active{box-shadow:0 2px 8px #6366f14d;transform:translateY(0)}.AuthForm_toggleButton__Pe1Np{background:none;border:none;color:#ffd89b;cursor:pointer;font-size:.9rem;margin-top:1rem;padding:.5rem;text-decoration:underline;text-shadow:0 1px 2px #00000080;transition:all .3s ease}.AuthForm_toggleButton__Pe1Np:hover{color:#fff;transform:translateY(-1px)}.AuthForm_error__A09L6{background:#ef44441a;border:1px solid #ef444433;border-radius:12px;color:#ef4444;font-weight:500;margin-top:1.5rem;padding:1rem;text-align:center}.AuthForm_welcome__B-8ua{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;text-align:center}body{background:linear-gradient(135deg,#f8fafc,#e2e8f0 25%,#cbd5e1 50%,#94a3b8 75%,#64748b);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0}#root,body{min-height:100vh}#root{background:linear-gradient(135deg,#f8fafcf2,#e2e8f0f2 20%,#cbd5e1f2 40%,#94a3b8f2 60%,#64748bf2 80%,#475569f2)}.AuthForm_alternativeOptions__9-O-k{margin-top:2rem;position:relative;z-index:1}.AuthForm_divider__61SvT{margin-bottom:1.5rem;position:relative;text-align:center}.AuthForm_divider__61SvT:before{background:#e2e8f0;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.AuthForm_divider__61SvT span{background:#fffffff2;color:#64748b;font-size:.9rem;font-weight:500;padding:0 1rem;position:relative}.AuthForm_compactButtons__U9caY{display:flex;gap:1rem;justify-content:center;width:100%}.AuthForm_anonBtn__UDP6m,.AuthForm_toggleBtn__Oo\+\+g{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#374151;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:8px;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.AuthForm_anonBtn__UDP6m i,.AuthForm_toggleBtn__Oo\+\+g i{font-size:1rem}.AuthForm_anonBtn__UDP6m:hover,.AuthForm_toggleBtn__Oo\+\+g:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.AuthForm_anonBtn__UDP6m:active,.AuthForm_toggleBtn__Oo\+\+g:active{background:#f3f4f6;box-shadow:0 1px 2px #0000001a;transform:translateY(0)}.AuthForm_forgotPassword__W5ytN{margin-top:1rem;text-align:center}.AuthForm_linkButton__vzUc9{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:.9rem;font-weight:500;padding:0;text-decoration:underline}.AuthForm_linkButton__vzUc9:hover{color:#3730a3}.ImageUpload_uploadContainer__Pe\+s8{background:#f8f9fa;border:2px dashed #e9ecef;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:80px;padding:1rem;text-align:center;transition:all .3s ease}.ImageUpload_uploadContainer__Pe\+s8:hover{background:#f1f5f9;border-color:#6366f1}.ImageUpload_uploadContainer__Pe\+s8.ImageUpload_dragOver__Jr\+GS{background:#eff6ff;border-color:#6366f1;transform:scale(1.02)}.ImageUpload_uploadIcon__BwVGy{color:#94a3b8;font-size:3rem;margin-bottom:1rem}.ImageUpload_uploadText__7vbGB{color:#64748b;font-size:1.1rem;margin-bottom:.5rem}.ImageUpload_uploadSubtext__5KiVu{color:#94a3b8;font-size:.9rem}.ImageUpload_uploadButton__dLCqB{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.ImageUpload_uploadButton__dLCqB:hover{box-shadow:0 8px 25px #6366f14d;transform:translateY(-2px)}.ImageUpload_uploadButton__dLCqB:disabled{cursor:not-allowed;opacity:.6;transform:none}.ImageUpload_progressContainer__jSrCF{margin-top:1rem}.ImageUpload_progressBar__KadwK{background:#e9ecef;border-radius:4px;height:8px;overflow:hidden;width:100%}.ImageUpload_progressFill__DnfJ8{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:4px;height:100%;transition:width .3s ease}.ImageUpload_progressText__jR3\+3{color:#64748b;font-size:.9rem;margin-top:.5rem}.ImageUpload_previewContainer__b7iE6{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:1.5rem}.ImageUpload_previewItem__cMtxV{border-radius:8px;box-shadow:0 4px 15px #0000001a;overflow:hidden;position:relative}.ImageUpload_previewImage__UPbgK{border-radius:8px;height:150px;object-fit:cover;width:100%}.ImageUpload_removeButton__dEsT3{align-items:center;background:#ef4444e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;height:24px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .3s ease;width:24px}.ImageUpload_removeButton__dEsT3:hover{background:#ef4444;transform:scale(1.1)}.ImageUpload_errorMessage__Ni72s{background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#ef4444;font-size:.9rem;margin-top:1rem;padding:.75rem}.ImageUpload_successMessage__uXGQ5{background:#10b9811a;border:1px solid #10b98133;border-radius:8px;color:#10b981;font-size:.9rem;margin-top:1rem;padding:.75rem}.ImageUpload_hiddenInput__Wf5mZ{display:none}@media (max-width:768px){.ImageUpload_uploadContainer__Pe\+s8{padding:1.5rem}.ImageUpload_uploadIcon__BwVGy{font-size:2.5rem}.ImageUpload_uploadText__7vbGB{font-size:1rem}.ImageUpload_previewContainer__b7iE6{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.ImageUpload_previewImage__UPbgK{height:120px}}.mailing-list-signup{border:1px solid #dee2e6;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.mailing-list-signup:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.mailing-list-compact{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:8px;padding:1rem}.mailing-list-compact h6{color:#495057;font-weight:600}.mailing-list-compact .badge{font-size:.75rem;padding:.25rem .5rem}.form-check-input:checked[name=frequency]{background-color:#007bff;border-color:#007bff}.form-check-label{cursor:pointer}.form-check-label strong{color:#495057}.form-check-label small{color:#6c757d}.form-check-input:checked{background-color:#28a745;border-color:#28a745}.mailing-list-signup .btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);border:none;box-shadow:0 2px 4px #007bff4d;transition:all .3s ease}.mailing-list-signup .btn-primary:hover{background:linear-gradient(135deg,#0056b3,#004085);box-shadow:0 4px 12px #007bff66;transform:translateY(-1px)}.mailing-list-compact .btn-outline-primary{border-color:#007bff;color:#007bff;transition:all .3s ease}.mailing-list-compact .btn-outline-primary:hover{background-color:#007bff;border-color:#007bff;color:#fff;transform:translateY(-1px)}.mailing-list-signup .bg-light{background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important;border:1px solid #dee2e6}@media (max-width:768px){.mailing-list-signup{border-radius:8px}.mailing-list-compact{padding:.75rem}.mailing-list-compact h6{font-size:1rem}.form-check-label{font-size:.9rem}.form-check-label small{font-size:.8rem}}.mailing-list-compact form{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mailing-list-signup .alert{border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a}.mailing-list-compact .alert{font-size:.875rem;padding:.5rem .75rem}.mailing-list-signup .card-header .badge{font-size:.8rem;padding:.5rem .75rem}.clean-forum-post-card{margin-bottom:1.5rem}.clean-forum-post-card .forum-post{background:#fff;border:2px solid #e3e6ea;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s ease}.clean-forum-post-card .forum-post:hover{border-color:#3498db;box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}.clean-forum-post-card .forum-post .card-body{padding:1.5rem}.clean-forum-post-card .post-header{border-bottom:2px solid #f8f9fa;margin-bottom:1rem;padding-bottom:1rem}.clean-forum-post-card .post-header .post-meta .tab-badge{border:2px solid #0000;border-radius:25px;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.4rem 1rem}.clean-forum-post-card .post-header .post-meta .post-title{color:#2c3e50;font-size:1.3rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:.5rem}.clean-forum-post-card .post-header .post-meta .post-author{color:#5a6c7d;font-size:.9rem;font-weight:500}.clean-forum-post-card .post-header .post-meta .post-author i{color:#3498db}.clean-forum-post-card .post-header .post-options-btn{align-items:center;border:none;border-radius:50%;color:#6c757d;display:flex;height:40px;justify-content:center;padding:.5rem;transition:all .3s ease;width:40px}.clean-forum-post-card .post-header .post-options-btn:hover{background:#f8f9fa;color:#2c3e50;transform:scale(1.1)}.clean-forum-post-card .post-header .post-options-btn:after{display:none}.clean-forum-post-card .post-header .delete-post-btn{border-radius:8px;border-width:2px;font-weight:600;transition:all .3s ease}.clean-forum-post-card .post-header .delete-post-btn:hover{box-shadow:0 4px 12px #dc35454d;transform:translateY(-1px)}.clean-forum-post-card .post-header .delete-post-btn:disabled{box-shadow:none;opacity:.6;transform:none}.clean-forum-post-card .post-content{color:#2c3e50;font-size:1rem;font-weight:400;line-height:1.7}.clean-forum-post-card .post-content .post-preview{margin-bottom:.75rem}.clean-forum-post-card .post-content .read-more-btn{color:#3498db;font-size:.9rem;font-weight:600;text-decoration:none}.clean-forum-post-card .post-content .read-more-btn:hover{color:#2980b9;text-decoration:underline}.clean-forum-post-card .post-content .post-image-preview img{border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .3s ease;width:100%}.clean-forum-post-card .post-content .post-image-preview img:hover{border-color:#3498db;box-shadow:0 8px 25px #0003;transform:scale(1.02)}.clean-forum-post-card .post-footer{border-top:2px solid #f1f3f4;margin-top:1.25rem;padding-top:1.25rem}.clean-forum-post-card .post-footer .post-stats .stat-item{color:#5a6c7d;font-size:.9rem;font-weight:500}.clean-forum-post-card .post-footer .post-stats .stat-item i{color:#3498db;margin-right:.25rem}.clean-forum-post-card .post-footer .discussion-btn{background:linear-gradient(135deg,#3498db,#2980b9);border-color:#3498db;border-radius:25px;border-width:2px;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease}.clean-forum-post-card .post-footer .discussion-btn:hover{background:linear-gradient(135deg,#2980b9,#3498db);box-shadow:0 4px 12px #3498db66;transform:translateY(-1px)}.clean-forum-post-card .post-footer .discussion-btn:disabled{box-shadow:none;opacity:.6;transform:none}.badge{font-weight:600;letter-spacing:.5px}.badge.bg-success{background:linear-gradient(135deg,#27ae60,#2ecc71)!important;color:#fff!important}.badge.bg-warning{background:linear-gradient(135deg,#f39c12,#f1c40f)!important;color:#2c3e50!important}.badge.bg-info{background:linear-gradient(135deg,#3498db,#5dade2)!important;color:#fff!important}.badge.bg-primary{background:linear-gradient(135deg,#8e44ad,#9b59b6)!important;color:#fff!important}.badge.bg-secondary{background:linear-gradient(135deg,#95a5a6,#bdc3c7)!important;color:#2c3e50!important}@media(max-width:768px){.clean-forum-post-card{margin-bottom:1rem}.clean-forum-post-card .forum-post .card-body{padding:1rem}.clean-forum-post-card .post-header{margin-bottom:.75rem;padding-bottom:.75rem}.clean-forum-post-card .post-header .post-meta .tab-badge{font-size:.75rem;padding:.3rem .75rem}.clean-forum-post-card .post-header .post-meta .post-title{font-size:1.1rem;margin-bottom:.4rem}.clean-forum-post-card .post-header .post-meta .post-author{font-size:.85rem}.clean-forum-post-card .post-content{font-size:.95rem;line-height:1.6}.clean-forum-post-card .post-content .original-meeting-info{padding:1rem}.clean-forum-post-card .post-content .original-meeting-info .row>div{font-size:.85rem;margin-bottom:.5rem}.clean-forum-post-card .post-footer{flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem}.clean-forum-post-card .post-footer .btn{padding:.75rem;width:100%}}@media(max-width:480px){.clean-forum-post-card .forum-post .card-body{padding:.75rem}.clean-forum-post-card .post-header .post-meta .post-title{font-size:1rem}.clean-forum-post-card .post-header .post-meta .post-author{font-size:.8rem}.clean-forum-post-card .post-content{font-size:.9rem}}.forum-container{background:#0000;margin:0 auto;max-width:1200px;padding:2rem 1rem}.forum-container .forum-loading{align-items:center;display:flex;justify-content:center;min-height:50vh}.forum-container .forum-loading .loading-content{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:3rem;text-align:center}.forum-container .forum-loading .loading-content h5{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.forum-container .forum-loading .loading-content p{color:#7f8c8d;margin-bottom:0}.forum-container .forum-header{margin-bottom:3rem;position:relative;text-align:center}.forum-container .forum-header .header-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#f8f9faf2);border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 60px #00000014;margin-bottom:2rem;padding:3rem 2rem}.forum-container .forum-header .forum-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}@media(max-width:768px){.forum-container .forum-header .forum-title{font-size:2.5rem}}.forum-container .forum-header .forum-subtitle{color:#64748b;font-size:1.2rem;font-weight:400;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.forum-container .forum-header .forum-stats{display:flex;gap:2rem;justify-content:center;margin-top:2rem}@media(max-width:768px){.forum-container .forum-header .forum-stats{flex-direction:column;gap:1rem}}.forum-container .forum-header .forum-stats .stat-item{align-items:center;background:#ffffffb3;border:1px solid #667eea1a;border-radius:50px;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.forum-container .forum-header .forum-stats .stat-item:hover{box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.forum-container .forum-header .forum-stats .stat-item i{color:#667eea;font-size:1.1rem}.forum-container .forum-header .forum-stats .stat-item span{color:#2c3e50;font-size:.9rem;font-weight:500}.forum-container .forum-header .quick-post-section{margin-top:1rem}.forum-container .forum-header .quick-post-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 8px 25px #667eea4d;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.forum-container .forum-header .quick-post-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 15px 35px #667eea66;transform:translateY(-3px)}.forum-container .forum-header .quick-post-btn:active{transform:translateY(-1px)}.forum-container .quick-post-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#f8f9faf2);border:none;border-radius:20px;box-shadow:0 10px 40px #00000014;overflow:hidden}.forum-container .forum-error{background:linear-gradient(135deg,#dc35451a,#dc35450d);border:none;border-radius:16px;box-shadow:0 4px 20px #dc35451a;color:#dc3545;margin-bottom:2rem;padding:1.5rem}.forum-container .forum-nav{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 10px 40px #667eea33;margin-bottom:2rem;padding:.75rem}.forum-container .forum-nav .forum-tab{border:none!important;border-radius:15px!important;color:#fffc!important;font-weight:500;margin:0 .5rem;overflow:hidden;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.forum-container .forum-nav .forum-tab:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.forum-container .forum-nav .forum-tab:hover{background:#ffffff1a;color:#fff!important;transform:translateY(-2px)}.forum-container .forum-nav .forum-tab:hover:before{left:100%}.forum-container .forum-nav .forum-tab.active{background:#fff!important;box-shadow:0 8px 25px #0000001a;color:#667eea!important;transform:translateY(-2px)}.forum-container .forum-nav .forum-tab.active .badge{background:#667eea!important;color:#fff!important}@media(max-width:576px){.forum-container .forum-nav .forum-tab .tab-label{display:none}}.forum-container .forum-nav .forum-tab .badge{transition:all .3s ease}.forum-container .forum-footer{margin-top:3rem;text-align:center}.forum-container .forum-footer .footer-content{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);border:1px solid #fff3;border-radius:50px;box-shadow:0 4px 20px #0000000d;color:#64748b;display:inline-flex;font-weight:500;padding:1rem 2rem}.forum-container .forum-footer .footer-content i{color:#667eea}.forum-thread{background:#fff;border:1px solid #0000000a;border-radius:16px;box-shadow:0 4px 20px #0000000f;margin-bottom:1.5rem;overflow:hidden;position:relative;transition:all .4s ease}.forum-thread:before{animation:gradient-shift 6s ease infinite;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb,#f5576c);background-size:300% 100%;content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.forum-thread:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.forum-thread:hover:before{opacity:1}.forum-thread .thread-avatar .avatar-circle{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 15px #667eea4d;color:#fff;display:flex;font-size:1.2rem;font-weight:600;height:48px;justify-content:center;width:48px}.forum-thread .thread-title{color:#2c3e50;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.forum-thread .thread-title:hover{color:#667eea}.forum-thread .thread-preview{color:#64748b;font-size:.95rem;line-height:1.6}.forum-thread .thread-meta{color:#94a3b8;font-size:.85rem}.forum-thread .thread-meta i{color:#cbd5e1}.forum-thread .thread-meta .badge{font-size:.75rem}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.forum-empty{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);border:2px dashed #94a3b84d;border-radius:20px;margin:2rem 0;padding:4rem 2rem;text-align:center}.forum-empty .empty-icon{color:#cbd5e1;display:block;font-size:4rem;margin-bottom:1.5rem}.forum-empty .empty-title{color:#64748b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.forum-empty .empty-subtitle{color:#94a3b8;font-size:1rem;line-height:1.6}@media(max-width:768px){.forum-container{padding:1rem .5rem}.forum-container .forum-header{margin-bottom:2rem}.forum-container .forum-header .header-content{padding:2rem 1rem}.forum-container .forum-header .forum-title{font-size:2rem}.forum-container .forum-header .forum-subtitle{font-size:1rem}.forum-container .forum-header .forum-stats .stat-item{font-size:.8rem;padding:.5rem 1rem}.forum-container .forum-nav{padding:.5rem}.forum-container .forum-nav .forum-tab{font-size:.9rem;margin:0 .25rem;padding:.75rem 1rem}.forum-container .forum-thread .thread-title{font-size:1.1rem}.forum-container .forum-thread .thread-avatar .avatar-circle{font-size:1rem;height:40px;width:40px}}.questions-section .section-header{background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);border-left:4px solid;border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.5rem}.questions-section .section-header.warning{border-left-color:#ffc107}.questions-section .section-header.success{border-left-color:#28a745}.activity-timeline .timeline-section .timeline-header{background:linear-gradient(135deg,#fffffff2,#f8f9faf2);border-radius:16px;box-shadow:0 2px 10px #0000000d;margin-bottom:1rem;padding:1rem 1.5rem}.activity-timeline .timeline-section .timeline-header .timeline-title{align-items:center;color:#2c3e50;display:flex;font-weight:600;margin:0}.activity-timeline .timeline-section .timeline-header .timeline-title i{color:#667eea}.activity-timeline .timeline-section .timeline-posts{border-left:2px dashed #e9ecef;margin-left:1rem;padding-left:1rem}.activity-timeline .timeline-section .timeline-posts .timeline-item{position:relative}.activity-timeline .timeline-section .timeline-posts .timeline-item:before{background:#667eea;border-radius:50%;box-shadow:0 0 0 3px #fff,0 0 0 4px #e9ecef;content:"";height:8px;left:-1.5rem;position:absolute;top:1.5rem;width:8px}.recent-stats-detail .stat-card{background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);border-radius:12px;box-shadow:0 4px 15px #0000000d;padding:1.5rem 1rem;text-align:center;transition:all .3s ease}.recent-stats-detail .stat-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.recent-stats-detail .stat-card i{display:block;font-size:2rem;margin-bottom:.5rem}.recent-stats-detail .stat-card h6{color:#64748b;font-weight:500;margin-bottom:.25rem}.recent-stats-detail .stat-card span{color:#2c3e50;font-size:1.5rem;font-weight:700}.enhanced-comment-thread .thread-header{border-bottom:2px solid #f8f9fa;margin-bottom:1.5rem;padding-bottom:.75rem}.enhanced-comment-thread .thread-header h6{color:#2c3e50;font-weight:600;margin:0}.enhanced-comment-thread .comment-item:hover{background-color:#667eea05!important;transform:translateX(2px)}.enhanced-comment-thread .comment-thread-empty{background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);border:2px dashed #e9ecef;border-radius:16px;padding:3rem 2rem}.enhanced-comment-thread .comment-thread-empty i{opacity:.5}.questions-filters .btn-group{border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden}.questions-filters .btn-group .btn{border-radius:0;font-weight:500}.questions-filters .btn-group .btn:first-child{border-bottom-left-radius:12px;border-top-left-radius:12px}.questions-filters .btn-group .btn:last-child{border-bottom-right-radius:12px;border-top-right-radius:12px}.questions-filters .btn-group .btn-check:checked+.btn{box-shadow:inset 0 0 0 1px #0000001a;transform:none}body{background:#f4f5f7;color:#23232b}.container,.createmeeting-goth-form,.dashboard-container,.meeting-card-compact,.question-card-compact{background:#fff;border:1.5px solid #23232b;border-radius:8px;box-shadow:0 2px 12px #1e283c12}.form-control,.form-select,textarea{background:#f4f5f7;border:1.5px solid #23232b;border-radius:6px;color:#23232b}.form-control:focus,.form-select:focus,textarea:focus{background:#e8eaed;border-color:#23232b;box-shadow:0 0 0 2px #23232b22;color:#23232b}.btn-dark,.goth-btn{background:linear-gradient(90deg,#23232b,#b2b7c2);border:none;box-shadow:0 2px 8px #b2b7c2;color:#fff;font-family:Cinzel,serif;letter-spacing:1px}.btn-dark:hover,.goth-btn:hover{background:#23232b;color:#fff}:root{--elk-primary:#2196f3;--elk-secondary:#607d8b;--elk-accent:#ff5722;--elk-grey-light:#f5f5f5;--elk-grey-medium:#9e9e9e;--elk-grey-dark:#424242;display:block;:root{--main-bg:#e8eaed;--main-bg-dark:#23232b;--main-accent:#b2b7c2;--main-accent-dark:#23232b;--main-text:#23232b;--main-border:#b2b7c2;--main-radius:0px}}.mobile-menu{background-color:#fff;box-shadow:-2px 0 5px #0000001a;height:100%;overflow-y:auto;position:fixed;right:-300px;top:0;transition:right .3s ease;width:300px;z-index:1001}.mobile-menu.show{right:0}.mobile-menu-header{align-items:center;background-color:#2196f3;background-color:var(--elk-primary);color:#fff;display:flex;justify-content:between;padding:1rem}.mobile-menu-close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem}.elkdonis-banner{background:linear-gradient(135deg,#2196f3,#607d8b);background:linear-gradient(135deg,var(--elk-primary) 0,var(--elk-secondary) 100%);border-radius:8px;color:#fff;margin-bottom:2rem;padding:2rem 1rem;text-align:center}.elkdonis-banner h1{margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}@media (max-width:576px){.meeting-card-compact .card-body{padding:.5rem}.elkdonis-banner{padding:1.5rem .75rem}.elkdonis-banner h1{font-size:1.75rem}}
/*# sourceMappingURL=main.8f93ace0.css.map*/