@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Merriweather:wght@400;700&display=swap";.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#115e59;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.auth-card{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000001a;padding:40px;width:100%;max-width:400px}.auth-card h1{text-align:center;color:#111827;margin:0 0 30px;font-size:28px;font-weight:700}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#4b5563;font-weight:600;font-size:14px}.form-group input{padding:12px;border:2px solid #e5e7eb;border-radius:2px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.form-group input:disabled{background-color:#f9fafb;cursor:not-allowed}.submit-button{background:#0d9488;color:#fff;padding:12px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.submit-button:hover:not(:disabled){background:#0f766e}.submit-button:disabled{opacity:.7;cursor:not-allowed}.error-message{background-color:#fef2f2;color:#dc2626;padding:12px;border-radius:2px;font-size:14px;border-left:4px solid #dc2626}.auth-footer{text-align:center;margin-top:20px;color:#4b5563;font-size:14px}.auth-footer a{color:#0d9488;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.sidebar{position:fixed;top:0;height:100vh;width:250px;background:#0f766e;padding:80px 20px 20px;box-shadow:2px 0 10px #0000001a;z-index:100;transition:all .2s ease}.sidebar-ltr{left:0}.sidebar-rtl{right:0}.sidebar-content{display:flex;flex-direction:column;gap:4px}.sidebar-tab{background:transparent;border:none;border-left:3px solid transparent;padding:14px 20px;border-radius:0;cursor:pointer;font-size:15px;font-weight:500;color:#ffffffd9;text-align:left;transition:all .2s ease}.sidebar-rtl .sidebar-tab{text-align:right;border-left:none;border-right:3px solid transparent}.sidebar-tab:hover{background:#ffffff1a;color:#fff}.sidebar-rtl .sidebar-tab:hover{transform:none}.sidebar-tab.active{background:#ffffff26;color:#fff;font-weight:600;border-left-color:#f59e0b}.sidebar-rtl .sidebar-tab.active{border-left-color:transparent;border-right-color:#f59e0b}.sidebar-overlay{display:none}@media (max-width: 768px){.sidebar{width:200px;padding:80px 15px 15px}.sidebar-tab{padding:12px 16px;font-size:14px}}@media (max-width: 480px){.sidebar-ltr{transform:translate(-100%)}.sidebar-rtl{transform:translate(100%)}.sidebar.sidebar-open{transform:translate(0);z-index:1100}.sidebar{width:250px;padding:80px 20px 20px}.sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1050}}.navbar{display:flex;align-items:center;gap:8px;margin:0 auto}.navbar-item{position:relative;padding:8px 20px;background:transparent;border:none;border-radius:2px;color:#4b5563;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.navbar-item:hover{background:#0d94881a;color:#0d9488}.navbar-item.active{background:#0d9488;color:#fff;box-shadow:0 1px 3px #0d94884d}.navbar-item.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:60%;height:3px;background:#fff;border-radius:1px}[dir=rtl] .navbar{direction:rtl}@media (max-width: 768px){.navbar{gap:4px}.navbar-item{padding:6px 12px;font-size:13px}}@media (max-width: 480px){.navbar{gap:2px}.navbar-item{padding:5px 10px;font-size:12px}}.user-dropdown{position:relative;z-index:1001}.user-dropdown-toggle{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid #0d9488;border-radius:4px;padding:8px 16px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0d948833}.user-dropdown-toggle:hover{box-shadow:0 1px 3px #0d94884d;border-color:#0f766e}.user-avatar{width:32px;height:32px;border-radius:4px;background:#0d9488;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.user-name{color:#111827;font-weight:500;font-size:14px}.dropdown-arrow{color:#0d9488;font-size:10px}.user-dropdown-menu{position:absolute;top:calc(100% + 10px);background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000001a;min-width:250px;overflow:hidden;animation:dropdownSlide .2s ease-out;border:1px solid #e5e7eb}.dropdown-menu-ltr{right:0}.dropdown-menu-rtl{left:0}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:15px;background:#f0fdfa}.dropdown-user-info{display:flex;flex-direction:column;gap:4px}.dropdown-user-info strong{color:#111827;font-size:15px}.dropdown-user-info small{color:#4b5563;font-size:12px}.dropdown-divider{height:1px;background:#e5e7eb;margin:0}.dropdown-item{padding:12px 15px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#4b5563}.info-label{font-weight:500;color:#0d9488}.dropdown-logout-btn{width:100%;padding:12px 15px;background:#0d9488;color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s ease}.dropdown-logout-btn:hover:not(:disabled){background:#0f766e}.dropdown-logout-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.user-dropdown-toggle{padding:6px 12px}.user-name{display:none}.user-dropdown-menu{min-width:200px}}@media (max-width: 480px){.user-dropdown-toggle{padding:5px 10px}.user-avatar{width:28px;height:28px;font-size:12px}}.language-switcher{position:relative;z-index:1000}.language-select{padding:10px 12px 10px 16px;border-radius:4px;border:2px solid #0d9488;background:#fff;cursor:pointer;font-size:14px;font-weight:500;color:#111827;box-shadow:0 1px 3px #0d948826;transition:all .2s ease;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.language-select:hover{border-color:#0f766e;box-shadow:0 1px 3px #0d948840}.language-select:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0d948826}.language-select option{padding:8px;background:#fff;color:#111827}@media (max-width: 768px){.language-select{padding:8px 12px;font-size:13px}}@media (max-width: 480px){.language-select{padding:6px 10px;font-size:12px}}.page-layout{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.page-header{position:fixed;top:0;right:0;left:250px;height:70px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000014;display:flex;align-items:center;justify-content:space-between;padding:0 30px;z-index:1000;transition:all .3s ease}.page-header-ltr{left:250px;right:0}.page-header-rtl{right:250px;left:0}.sidebar-toggle{display:none;background:none;border:none;font-size:24px;color:#0f766e;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s ease}.sidebar-toggle:hover{background:#0f766e1a}.header-logo{display:flex;align-items:center;gap:12px}.header-title{margin:0;font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-actions{display:flex;align-items:center;gap:15px}.page-content{margin-left:250px;margin-top:70px;padding:40px;min-height:calc(100vh - 70px);transition:margin .3s ease}[dir=rtl] .page-content{margin-left:0;margin-right:250px;margin-top:70px}.page-title{color:#fff;font-size:32px;font-weight:700;margin:0 0 30px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.page-content-inner{background:#fff;border-radius:12px;padding:30px;box-shadow:0 10px 40px #00000026;min-height:400px}.page-loading,.page-error{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.loading,.error{text-align:center;color:#fff;font-size:18px;padding:20px;background:#0000001a;border-radius:8px}.error{background-color:#dc354533;margin-bottom:20px}.page-error button{padding:12px 24px;background:#fff;color:#667eea;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.page-error button:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.page-header-ltr{left:200px}.page-header-rtl{right:200px}.page-header{padding:0 20px;height:60px}.header-title{font-size:20px}.header-actions{gap:10px}.page-content{margin-left:200px;margin-top:60px;padding:20px}[dir=rtl] .page-content{margin-left:0;margin-right:200px;margin-top:60px}.page-title{font-size:24px}.page-content-inner{padding:20px}}@media (max-width: 480px){.sidebar-toggle{display:block}.page-header-ltr{left:0}.page-header-rtl{right:0}.page-header{padding:0 15px;height:60px}.header-title{font-size:18px}.header-logo{gap:8px}.page-content{margin-left:0;margin-right:0;margin-top:60px;padding:15px}[dir=rtl] .page-content{margin-top:60px}.page-title{font-size:20px}.page-content-inner{padding:15px}}.dashboard-card{padding:50px;max-width:800px;margin:0 auto}.dashboard-title{color:#111827;font-size:36px;font-weight:700;margin:0 0 15px;text-align:center}.dashboard-subtitle{color:#0d9488;font-size:22px;font-weight:600;margin:0 0 30px;text-align:center}.dashboard-description{color:#4b5563;font-size:16px;line-height:1.7;margin:0 0 40px;text-align:center}.features-section{margin-top:40px}.features-title{color:#111827;font-size:24px;font-weight:700;margin:0 0 25px;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{background:#fff;padding:25px;border-radius:2px;text-align:center;border:1px solid #e5e7eb;border-left:3px solid #0d9488;transition:all .2s ease;box-shadow:0 1px 3px #00000014}.feature-card:hover{border-color:#e5e7eb;border-left-color:#0d9488;box-shadow:0 4px 12px #0000001a}.feature-icon{font-size:40px;margin-bottom:15px}.feature-card p{color:#111827;font-size:15px;font-weight:600;margin:0}@media (max-width: 768px){.dashboard-card{padding:30px}.dashboard-title{font-size:28px}.dashboard-subtitle{font-size:18px}.features-grid{grid-template-columns:1fr}}@media (max-width: 480px){.dashboard-card{padding:20px}.dashboard-title{font-size:24px}.dashboard-subtitle{font-size:16px}.dashboard-description{font-size:14px}}.item-card{background:#fff;border-radius:2px;padding:20px;cursor:pointer;transition:all .2s ease;border:1px solid #e5e7eb;border-left:3px solid #0d9488;box-shadow:0 1px 3px #00000014;display:flex;align-items:center;gap:15px}.item-card:hover{box-shadow:0 4px 12px #0000001a}.item-card-icon{font-size:32px;min-width:40px;text-align:center}.item-card-content{flex:1}.item-card-title{margin:0 0 4px;color:#111827;font-size:16px;font-weight:600}.item-card-subtitle{margin:0;color:#4b5563;font-size:14px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;text-align:center;max-width:500px;margin:0 auto}.empty-state-icon{font-size:80px;margin-bottom:20px;opacity:.7}.empty-state-title{color:#0d9488;font-size:24px;font-weight:700;margin:0 0 15px}.empty-state-description{color:#4b5563;font-size:16px;line-height:1.6;margin:0 0 30px}.empty-state-button{background:#0d9488;color:#fff;padding:12px 30px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0d94884d}.empty-state-button:hover{background:#0f766e;box-shadow:0 4px 12px #0d94884d}.empty-state-button:active{transform:translateY(0)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff;border-radius:4px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 12px #0000001a;animation:slideUp .2s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:2px solid #e5e7eb;background:#115e59}.modal-title{margin:0;color:#fff;font-size:24px;font-weight:700}.modal-close{background:none;border:none;font-size:32px;color:#fffc;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:all .2s ease}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-content{padding:24px}@media (max-width: 768px){.modal-container{max-width:95%;width:95%}.modal-header{padding:16px 20px}.modal-title{font-size:20px}.modal-content{padding:20px}}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:30px}.create-button-container{display:flex;justify-content:center;padding-top:20px;border-top:2px dashed #e5e7eb}.create-button{background:#0d9488;color:#fff;padding:14px 32px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0d94884d}.create-button:hover{background:#0f766e;box-shadow:0 4px 12px #0d94884d}.create-button:active{transform:translateY(0)}@media (max-width: 768px){.items-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}}@media (max-width: 480px){.items-grid{grid-template-columns:1fr}}.create-item-form{display:flex;flex-direction:column;gap:20px}.form-field{display:flex;flex-direction:column;gap:8px}.form-label{color:#111827;font-weight:600;font-size:14px}.form-input,.form-textarea{padding:12px;border:2px solid #e5e7eb;border-radius:2px;font-size:14px;font-family:inherit;transition:all .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.form-input:disabled,.form-textarea:disabled{background:#f9fafb;cursor:not-allowed}.form-textarea{resize:vertical;min-height:100px}.category-tabs{display:flex;flex-wrap:wrap;gap:10px}.category-tab{padding:10px 20px;border:2px solid #e5e7eb;border-radius:4px;background:#fff;color:#0d9488;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.category-tab:hover:not(:disabled){border-color:#0d9488;background:#f0fdfa}.category-tab.active{background:#0d9488;color:#fff;border-color:#0d9488}.category-tab:disabled{opacity:.5;cursor:not-allowed}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:10px;padding-top:20px;border-top:2px solid #e5e7eb}.btn-cancel,.btn-submit{padding:12px 24px;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-cancel{background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-submit{background:#0d9488;color:#fff;box-shadow:0 1px 3px #0d94884d}.btn-submit:hover:not(:disabled){background:#0f766e;box-shadow:0 4px 12px #0d94884d}.btn-submit:disabled,.btn-cancel:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 480px){.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}.settings-container{display:flex;flex-direction:column;gap:20px}.settings-section{padding:25px;background:#f0fdfa;border-radius:2px;border:1px solid #e5e7eb;border-left:3px solid #0d9488;transition:all .2s ease}.settings-section:hover{box-shadow:0 1px 3px #00000014}.settings-section-title{color:#0d9488;font-size:20px;font-weight:700;margin:0 0 10px}.settings-section-desc{color:#4b5563;font-size:14px;margin:0}.contact-container{max-width:1200px;margin:0 auto}.contact-title{font-size:36px;font-weight:700;color:#111827;margin-bottom:12px;text-align:center}.contact-subtitle{font-size:18px;color:#4b5563;text-align:center;margin-bottom:40px}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:40px;margin-top:30px}.contact-info{background:#115e59;padding:30px;border-radius:4px;color:#fff;height:fit-content}.contact-info h3{font-size:24px;font-weight:700;margin-bottom:24px}.info-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:24px}.info-icon{font-size:24px;min-width:30px}.info-item strong{display:block;font-size:16px;margin-bottom:4px}.info-item p{margin:0;opacity:.9;font-size:14px}.contact-form{background:#fff;padding:30px;border-radius:4px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;color:#111827;margin-bottom:8px;font-size:14px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:2px;font-size:14px;font-family:inherit;transition:all .2s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:14px 24px;background:#0d9488;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-button:hover{background:#0f766e}.submit-button:active{transform:translateY(0)}.success-message{margin-top:20px;padding:12px 20px;background:#059669;color:#fff;border-radius:4px;text-align:center;font-weight:600;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}[dir=rtl] .contact-info,[dir=rtl] .contact-form{text-align:right}[dir=rtl] .info-item{flex-direction:row-reverse}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:30px}.contact-title{font-size:28px}.contact-subtitle{font-size:16px}.contact-info,.contact-form{padding:20px}.contact-info h3{font-size:20px}}@media (max-width: 480px){.contact-title{font-size:24px}.contact-subtitle{font-size:14px}.contact-info,.contact-form{padding:15px}.info-item{gap:10px}.info-icon{font-size:20px}.form-group input,.form-group textarea{padding:10px 12px;font-size:13px}.submit-button{padding:12px 20px;font-size:14px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb}button,input{font-family:inherit}._container_1eg1n_1{max-width:1200px;margin:0 auto}._filesSection_1eg1n_6{margin-bottom:40px}._sectionTitle_1eg1n_10{font-size:24px;font-weight:700;color:#0d9488;margin:0 0 20px}._uploadSection_1eg1n_17{margin-top:40px}._uploadSectionEmpty_1eg1n_21{margin-top:0}._categoriesSection_1eg1n_25{margin-top:24px;padding:24px;background:#fff;border-radius:4px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #00000014}._categoriesLabel_1eg1n_34{font-size:14px;font-weight:600;color:#4b5563;margin:0 0 16px}._categoriesGrid_1eg1n_41{display:flex;flex-wrap:wrap;gap:10px}._categoryBtn_1eg1n_47{padding:10px 20px;background:#f0fdfa;border:2px solid #e5e7eb;border-radius:4px;font-size:14px;font-weight:500;color:#0d9488;cursor:pointer;transition:all .2s ease}._categoryBtn_1eg1n_47:hover{background:#ccfbf1;border-color:#0d9488}._categoryBtn_1eg1n_47._active_1eg1n_64{background:#0d9488;color:#fff;border-color:#0d9488}._loading_1eg1n_70{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_1eg1n_79{width:48px;height:48px;border:4px solid rgba(13,148,136,.1);border-top-color:#0d9488;border-radius:50%;animation:_spin_1eg1n_79 .8s linear infinite}@keyframes _spin_1eg1n_79{to{transform:rotate(360deg)}}._loading_1eg1n_70 p{color:#4b5563;font-size:16px;margin:0}._error_1eg1n_100{padding:24px;background:#fef2f2;border:2px solid rgba(220,38,38,.2);border-radius:4px;color:#dc2626;text-align:center;font-weight:500}@media (max-width: 768px){._categoriesGrid_1eg1n_41{gap:8px}._categoryBtn_1eg1n_47{padding:8px 16px;font-size:13px}._sectionTitle_1eg1n_10{font-size:20px}}._grid_efky6_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;padding:1.5rem;animation:_fadeIn_efky6_1 .3s ease}@keyframes _fadeIn_efky6_1{0%{opacity:0}to{opacity:1}}._fileCard_efky6_18{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:0;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;overflow:hidden;outline:none;box-shadow:0 1px 3px #00000014}._fileCard_efky6_18:hover{border-color:#0d9488;box-shadow:0 4px 12px #0d948826}._fileCard_efky6_18:focus-visible{outline:2px solid #0d9488;outline-offset:2px}._fileType_efky6_44{display:block;padding:8px 12px;background:#115e59;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._iconContainer_efky6_55{display:flex;align-items:center;justify-content:center;padding:2rem 1rem 1rem}._icon_efky6_55{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#f0fdfa;border-radius:4px;transition:all .2s ease;color:#0d9488}._fileCard_efky6_18:hover ._icon_efky6_55{background:#ccfbf1}._cardContent_efky6_78{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem 1.5rem;min-width:0}._fileName_efky6_86{font-size:.95rem;font-weight:600;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .5rem}._metadata_efky6_97{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;color:#9ca3af}._size_efky6_106{font-weight:500}._date_efky6_110{font-size:.8rem}._dot_efky6_114{color:#d1d5db}@media (max-width: 768px){._grid_efky6_1{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;padding:1rem}._iconContainer_efky6_55{padding:1.5rem .5rem .75rem}._icon_efky6_55{width:64px;height:64px;font-size:36px}._fileName_efky6_86{font-size:.85rem}._cardContent_efky6_78{padding:0 .75rem 1rem}._metadata_efky6_97{font-size:.75rem}}._uploadZone_1x1kr_1{background:#fff;border:2px dashed #0d9488;border-radius:4px;padding:2.5rem;text-align:center;transition:all .2s ease;cursor:pointer}._uploadZone_1x1kr_1:hover{border-color:#0f766e;background:#f0fdfa}._uploadZone_1x1kr_1._active_1x1kr_16{border-color:#0d9488;background:#f0fdfa;box-shadow:0 4px 12px #0d948826}._uploadZone_1x1kr_1._uploading_1x1kr_22{opacity:.8;pointer-events:none}._content_1x1kr_27{display:flex;flex-direction:column;align-items:center;gap:1rem}._icon_1x1kr_34{color:#0d9488;animation:_float_1x1kr_1 3s ease-in-out infinite}._spinner_1x1kr_39{animation:_spin_1x1kr_39 1s linear infinite}@keyframes _float_1x1kr_1{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes _spin_1x1kr_39{to{transform:rotate(360deg)}}._text_1x1kr_59{display:flex;flex-direction:column;gap:.5rem}._primary_1x1kr_65{font-size:1.1rem;font-weight:600;color:#111827;margin:0;letter-spacing:-.3px}._secondary_1x1kr_73{font-size:.9rem;color:#9ca3af;margin:0}._button_1x1kr_79{margin-top:.5rem;padding:.75rem 1.5rem;background:#0d9488;color:#fff;border:none;border-radius:4px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}._button_1x1kr_79:hover:not(:disabled){background:#0f766e;box-shadow:0 4px 12px #0d94884d}._button_1x1kr_79:disabled{opacity:.7;cursor:not-allowed}._errorMessage_1x1kr_102{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#dc2626;font-size:.9rem}._backdrop_vyzy7_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;animation:_fadeIn_vyzy7_1 .2s ease}@keyframes _fadeIn_vyzy7_1{0%{opacity:0}to{opacity:1}}._modal_vyzy7_22{background:#fff;border:none;border-radius:4px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 12px #0000001a;animation:_slideUp_vyzy7_1 .2s ease;padding:0}@keyframes _slideUp_vyzy7_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._header_vyzy7_48{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#115e59}._headerContent_vyzy7_58{flex:1;min-width:0}._title_vyzy7_63{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;word-break:break-word;letter-spacing:-.3px}._mimeType_vyzy7_72{font-size:.85rem;color:#ffffffb3;margin:0}._closeButton_vyzy7_78{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:2px;cursor:pointer;color:#fffc;transition:all .2s ease}._closeButton_vyzy7_78:hover{background:#fff3;color:#fff;border-color:#ffffff4d}._content_vyzy7_99{flex:1;overflow-y:auto;padding:2rem;background:#fff}._preview_vyzy7_106{display:flex;justify-content:center;align-items:center;min-height:300px}._loading_vyzy7_113,._error_vyzy7_114{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:300px}._spinner_vyzy7_123{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#0d9488;border-radius:50%;animation:_spin_vyzy7_123 .8s linear infinite}@keyframes _spin_vyzy7_123{to{transform:rotate(360deg)}}._error_vyzy7_114{color:#dc2626;text-align:center}._errorDetail_vyzy7_143{font-size:.9rem;color:#4b5563;margin:.5rem 0 0}._footer_vyzy7_149{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}._metadata_vyzy7_158{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}._metadataItem_vyzy7_164{display:flex;flex-direction:column;gap:.25rem}._label_vyzy7_170{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}._value_vyzy7_178{font-size:.95rem;font-weight:500;color:#111827}._actions_vyzy7_184{display:flex;gap:1rem;justify-content:flex-end}._primaryButton_vyzy7_190,._secondaryButton_vyzy7_191{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}._primaryButton_vyzy7_190{background:#0d9488;color:#fff}._primaryButton_vyzy7_190:hover:not(:disabled){background:#0f766e;box-shadow:0 4px 12px #0d948833}._primaryButton_vyzy7_190:disabled{opacity:.5;cursor:not-allowed}._secondaryButton_vyzy7_191{background:#fff;color:#111827;border:1px solid #e5e7eb}._secondaryButton_vyzy7_191:hover{border-color:#d1d5db;box-shadow:0 1px 3px #00000014}._secondaryButton_vyzy7_191:focus-visible,._primaryButton_vyzy7_190:focus-visible{outline:2px solid #0d9488;outline-offset:2px}@media (max-width: 640px){._modal_vyzy7_22{max-width:100%}._header_vyzy7_48{padding:1.25rem}._content_vyzy7_99{padding:1.5rem}._footer_vyzy7_149{padding:1.25rem}._metadata_vyzy7_158{grid-template-columns:1fr}._actions_vyzy7_184{flex-direction:column-reverse}._primaryButton_vyzy7_190,._secondaryButton_vyzy7_191{width:100%}}._actionsBar_1kaml_4{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}._pageDescription_1kaml_13{color:#0f766e;font-weight:500;font-size:.9375rem}@keyframes _slideUp_1kaml_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_1kaml_1{0%{opacity:0}to{opacity:1}}._animateSlideUp_1kaml_40{animation:_slideUp_1kaml_1 .5s ease-out}._animateFadeIn_1kaml_44{animation:_fadeIn_1kaml_1 .3s ease-in}._addButton_1kaml_48{background:#0d9488;padding:.75rem 1.5rem;border-radius:4px;color:#fff;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 3px #00000026;border:none;cursor:pointer;transition:background .2s ease;white-space:nowrap}._addButton_1kaml_48:hover{background:#0f766e}._datePickerContainer_1kaml_69{margin-bottom:2rem;animation:_slideUp_1kaml_1 .5s ease-out}._datePicker_1kaml_69{background:#fff;border-radius:4px;box-shadow:0 1px 3px #00000014;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e7eb}._dateNavBtn_1kaml_85{padding:.5rem;border-radius:2px;color:#0d9488;cursor:pointer;transition:all .2s ease;background:transparent;border:none}._dateNavBtn_1kaml_85:hover{background:#0d94881a}._dateInputContainer_1kaml_99{text-align:center;flex:1}._dateInput_1kaml_99{padding:.5rem 1rem;border-radius:2px;border:2px solid #e5e7eb;text-align:center;font-weight:600;color:#115e59;background:#f0fdfa;transition:all .2s ease}._dateInput_1kaml_99:focus{outline:none;border-color:#0d9488}._dateDisplay_1kaml_120{color:#0f766e;font-weight:500;margin-top:.5rem}._emptyState_1kaml_131{background:#fff;border-radius:4px;box-shadow:0 1px 3px #00000014;padding:3rem;text-align:center;border:1px solid #e5e7eb;animation:_fadeIn_1kaml_1 .3s ease-in}._emptyStateIcon_1kaml_141{margin:0 auto 1rem;color:#0d94884d}._emptyStateTitle_1kaml_146{font-size:1.25rem;color:#0f766e;font-weight:600;margin-bottom:.5rem}._emptyStateSubtitle_1kaml_153{color:#0d9488}._scheduleList_1kaml_157{display:flex;flex-direction:column;gap:1rem;animation:_slideUp_1kaml_1 .5s ease-out}._timeSlotCard_1kaml_165{background:#fff;border-radius:4px;box-shadow:0 1px 3px #00000014;padding:1.5rem;border:1px solid #e5e7eb;transition:all .2s ease;position:relative;overflow:hidden}._timeSlotCard_1kaml_165:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:#0d9488}._timeSlotCard_1kaml_165:hover{box-shadow:0 4px 12px #0000001a}._timeSlotHeader_1kaml_190{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}._timeSlotHeaderLeft_1kaml_197{display:flex;align-items:center;gap:1rem}._timeBadge_1kaml_203{background:#0d9488;color:#fff;font-weight:600;padding:.375rem .75rem;border-radius:4px;font-size:.875rem;display:inline-block;box-shadow:0 1px 3px #0d94884d}._activityTitle_1kaml_214{font-size:1.5rem;font-weight:700;font-family:Merriweather,serif;color:#115e59}._deleteButton_1kaml_221{padding:.5rem;background:transparent;border:none;border-radius:2px;cursor:pointer;transition:background .2s;color:#dc2626}._deleteButton_1kaml_221:hover{background:#dc26261a}._timeSlotContent_1kaml_235{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}._descriptionSection_1kaml_242{grid-column:span 2}._sectionLabel_1kaml_246{font-size:.875rem;font-weight:600;color:#0d9488;margin-bottom:.25rem}._sectionText_1kaml_253{color:#115e59;line-height:1.625}._sectionTextSmall_1kaml_258{color:#115e59;font-size:.875rem;line-height:1.625}._resourcesSection_1kaml_264{border-top:1px solid #e5e7eb;padding-top:1rem}._resourcesLabel_1kaml_269{font-size:.875rem;font-weight:600;color:#0d9488;margin-bottom:.75rem}._resourcesList_1kaml_276{display:flex;flex-wrap:wrap;gap:.5rem}._fileTag_1kaml_282{background:#f0fdfa;border:1px solid #e5e7eb;color:#0f766e;padding:.375rem .625rem;border-radius:4px;font-size:.875rem;display:inline-flex;align-items:center;gap:.375rem;animation:_slideUp_1kaml_1 .3s ease-out;text-decoration:none;transition:all .2s ease}._fileTag_1kaml_282:hover{box-shadow:0 1px 3px #0d948833;background:#ccfbf1}._modalBackdrop_1kaml_303{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}._modal_1kaml_303{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000001a;max-width:42rem;width:100%;max-height:90vh;overflow-y:auto;animation:_slideUp_1kaml_1 .5s ease-out;border:1px solid #e5e7eb}._modalHeader_1kaml_327{position:sticky;top:0;background:#115e59;padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}._modalTitle_1kaml_338{font-size:1.5rem;font-weight:700;font-family:Merriweather,serif;color:#fff}._modalCloseButton_1kaml_345{padding:.5rem;background:transparent;border:none;border-radius:2px;cursor:pointer;transition:background .2s;color:#fffc}._modalCloseButton_1kaml_345:hover{background:#ffffff26;color:#fff}._modalContent_1kaml_360{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._formGrid_1kaml_368{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._formGroup_1kaml_374{display:flex;flex-direction:column}._formLabel_1kaml_379{display:block;font-size:.875rem;font-weight:600;color:#115e59;margin-bottom:.5rem}._formInput_1kaml_387{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:2px;background:#f0fdfa;color:#115e59;font-weight:500;transition:all .2s ease}._formInput_1kaml_387:focus{outline:none;border-color:#0d9488}._formInput_1kaml_387::placeholder{color:#9ca3af}._formTextarea_1kaml_407{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:2px;background:#f0fdfa;color:#115e59;resize:none;transition:all .2s ease}._formTextarea_1kaml_407:focus{outline:none;border-color:#0d9488}._formTextarea_1kaml_407::placeholder{color:#9ca3af}._uploadSection_1kaml_428{background:#f0fdfa;padding:1rem;border-radius:4px;border:2px solid #e5e7eb}._uploadHeader_1kaml_435{font-weight:600;color:#0f766e;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}._uploadInput_1kaml_444{display:block;width:100%;font-size:.875rem;color:#0f766e;cursor:pointer}._uploadInput_1kaml_444::file-selector-button{margin-right:1rem;padding:.5rem 1rem;border-radius:4px;border:0;font-size:.875rem;font-weight:600;background:#0d948833;color:#0f766e;cursor:pointer;transition:background .2s}._uploadInput_1kaml_444::file-selector-button:hover{background:#0d94884d}._uploadHint_1kaml_469{font-size:.75rem;color:#0d9488;margin-top:.5rem}._filesList_1kaml_475{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}._fileTagRemovable_1kaml_482{background:#f0fdfa;border:1px solid #e5e7eb;color:#0f766e;padding:.375rem .625rem;border-radius:4px;font-size:.875rem;display:inline-flex;align-items:center;gap:.375rem;animation:_slideUp_1kaml_1 .3s ease-out}._fileRemoveButton_1kaml_495{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:inherit;transition:color .2s}._fileRemoveButton_1kaml_495:hover{color:#dc2626}._linkSection_1kaml_511{background:#f0fdfa;padding:1rem;border-radius:4px;border:2px solid #e5e7eb}._linkSectionContent_1kaml_518{display:flex;flex-direction:column;gap:.75rem}._linkInputContainer_1kaml_524{display:flex;flex-direction:column}._linkAddButton_1kaml_529{width:100%;padding:.5rem 1rem;background:#0d948833;color:#0f766e;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background .2s}._linkAddButton_1kaml_529:hover{background:#0d94884d}._modalActions_1kaml_546{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}._cancelButton_1kaml_553{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;color:#0f766e;background:transparent;border-radius:4px;font-weight:600;cursor:pointer;transition:background .2s}._cancelButton_1kaml_553:hover{background:#f0fdfa}._submitButton_1kaml_569{flex:1;background:#0d9488;padding:.75rem 1rem;border:none;border-radius:4px;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s ease}._submitButton_1kaml_569:hover{background:#0f766e}._submitButton_1kaml_569:active{transform:translateY(0)}@media (max-width: 768px){._timeSlotContent_1kaml_235{grid-template-columns:1fr}._descriptionSection_1kaml_242{grid-column:span 1}._headerTitle_1kaml_603{font-size:1.75rem}._headerContent_1kaml_607{flex-direction:column;gap:1rem;align-items:flex-start}}.chat-page-wrapper{margin:-30px;height:calc(100vh - 150px);overflow:hidden;border-radius:12px;display:flex;flex-direction:column}.chat-container{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}.chat-header{flex-shrink:0;background-color:#2563eb;color:#fff;padding:1rem 1.25rem;box-shadow:0 2px 8px #00000026}.chat-header h1{font-size:1.375rem;font-weight:700;margin:0}.chat-header-subtitle{font-size:.8125rem;margin-top:.25rem;color:#bfdbfe}.hashtag-filter{border-bottom:1px solid #e5e7eb;background-color:#f9fafb;padding:.75rem 1rem;flex-shrink:0}.hashtag-loading{font-size:.875rem;color:#6b7280}.hashtag-filter-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.hashtag-filter-label{font-size:.875rem;font-weight:500;color:#374151}.hashtag-clear-btn{font-size:.875rem;color:#2563eb;background:none;border:none;cursor:pointer;padding:0}.hashtag-clear-btn:hover{color:#1d4ed8;text-decoration:underline}.hashtag-list{display:flex;flex-wrap:wrap;gap:.5rem}.hashtag-empty{font-size:.875rem;color:#6b7280}.hashtag-tag-btn{padding:.2rem .7rem;border-radius:9999px;font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid #d1d5db;background-color:#fff;color:#374151;transition:background-color .15s,color .15s}.hashtag-tag-btn:hover{background-color:#f3f4f6}.hashtag-tag-btn.active{background-color:#2563eb;color:#fff;border-color:#2563eb}.chat-messages{flex:1;overflow-y:auto}.chat-status{display:flex;align-items:center;justify-content:center;height:100%}.chat-status-text{color:#6b7280;font-size:.9375rem}.chat-empty{text-align:center;color:#6b7280}.chat-empty-title{font-size:1.0625rem;margin-bottom:.375rem}.chat-empty-sub{font-size:.875rem}.chat-messages-list>*+*{border-top:1px solid #e5e7eb}.chat-message{padding:.875rem 1rem;transition:background-color .15s}.chat-message:hover{background-color:#f9fafb}.chat-message-inner{display:flex;align-items:flex-start;gap:.75rem}.chat-avatar{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9375rem}.chat-message-body{flex:1;min-width:0}.chat-message-header{display:flex;align-items:baseline;gap:.5rem}.chat-username{font-weight:600;color:#111827;font-size:.9375rem}.chat-timestamp{font-size:.75rem;color:#9ca3af}.chat-message-text{color:#1f2937;margin-top:.2rem;word-break:break-word;font-size:.9375rem;line-height:1.5}.chat-message-hashtags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.chat-hashtag-btn{font-size:.8125rem;color:#2563eb;background:none;border:none;cursor:pointer;padding:0}.chat-hashtag-btn:hover{color:#1d4ed8;text-decoration:underline}.message-input-container{border-top:1px solid #e5e7eb;background-color:#fff;padding:.875rem 1rem;flex-shrink:0}.message-input-user{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.message-input-avatar{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.8125rem}.message-input-username{font-size:.875rem;font-weight:500;color:#374151}.message-input-fields{display:flex;flex-direction:column;gap:.5rem}.message-textarea{width:100%;padding:.5rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;resize:none;font-size:.9rem;font-family:inherit;box-sizing:border-box;line-height:1.5;color:#111827}.message-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.message-input-bottom{display:flex;gap:.5rem}.hashtag-input{flex:1;padding:.5rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit;color:#111827}.hashtag-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.send-btn{padding:.5rem 1.375rem;background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .15s;white-space:nowrap}.send-btn:hover:not(:disabled){background-color:#1d4ed8}.send-btn:disabled{background-color:#d1d5db;cursor:not-allowed}@media (max-width: 768px){.chat-page-wrapper{margin:-20px;height:calc(100vh - 100px)}}@media (max-width: 480px){.chat-page-wrapper{margin:-15px;height:calc(100vh - 90px);border-radius:0}}
