.page-module___8aEwW__container{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__nav{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex}.page-module___8aEwW__logo{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;display:flex}.page-module___8aEwW__hero{text-align:center;background:radial-gradient(circle at top,#f3f4ff 0%,#fff 50%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem 1rem;display:flex}.page-module___8aEwW__badge{color:var(--primary);background:#eef2ff;border-radius:2rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.page-module___8aEwW__title{letter-spacing:-.04em;color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5rem);font-weight:900;line-height:1.1}.page-module___8aEwW__titleGradient{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.page-module___8aEwW__description{color:var(--text-muted);max-width:700px;margin-bottom:3rem;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6}.page-module___8aEwW__ctaGroup{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-module___8aEwW__primaryButton{background:var(--primary);color:#fff;border-radius:var(--radius);padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .2s;box-shadow:0 10px 15px -3px #6366f14d}.page-module___8aEwW__primaryButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 20px 25px -5px #6366f166}.page-module___8aEwW__secondaryButton{color:var(--text-main);border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .2s}.page-module___8aEwW__secondaryButton:hover{background:var(--surface);border-color:var(--text-muted)}.page-module___8aEwW__features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto;padding:6rem 2rem;display:grid}.page-module___8aEwW__featureCard{border-radius:var(--radius);background:var(--surface);padding:2rem;transition:all .3s}.page-module___8aEwW__featureCard:hover{box-shadow:var(--shadow-lg);background:#fff;transform:translateY(-5px)}.page-module___8aEwW__iconWrapper{width:3rem;height:3rem;color:var(--primary);box-shadow:var(--shadow-sm);background:#fff;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.page-module___8aEwW__featureTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.page-module___8aEwW__featureDesc{color:var(--text-muted)}@media (max-width:640px){.page-module___8aEwW__ctaGroup{flex-direction:column;width:100%}.page-module___8aEwW__primaryButton,.page-module___8aEwW__secondaryButton{text-align:center;width:100%}}
.feedback-modal-module__Q4zGqW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0f172a99;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out feedback-modal-module__Q4zGqW__fadeIn;display:flex;position:fixed;inset:0}.feedback-modal-module__Q4zGqW__modal{border-radius:var(--radius,1rem);width:100%;max-width:520px;box-shadow:var(--shadow-lg,0 20px 25px -5px #0003);border:1px solid var(--border,#e5e7eb);background:#fff;flex-direction:column;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) feedback-modal-module__Q4zGqW__slideUp;display:flex;overflow:hidden}@keyframes feedback-modal-module__Q4zGqW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes feedback-modal-module__Q4zGqW__slideUp{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.feedback-modal-module__Q4zGqW__header{border-bottom:1px solid var(--border,#e5e7eb);background:var(--surface,#f9fafb);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.feedback-modal-module__Q4zGqW__headerLeft{align-items:center;gap:.75rem;display:flex}.feedback-modal-module__Q4zGqW__iconBadge{width:38px;height:38px;color:var(--primary,#6366f1);background:#eef2ff;border-radius:10px;justify-content:center;align-items:center;display:flex}.feedback-modal-module__Q4zGqW__title{color:var(--text-main,#111827);margin:0;font-size:1.125rem;font-weight:700}.feedback-modal-module__Q4zGqW__subtitle{color:var(--text-muted,#6b7280);margin:0;font-size:.8125rem}.feedback-modal-module__Q4zGqW__closeButton{width:32px;height:32px;color:var(--text-muted,#6b7280);border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.feedback-modal-module__Q4zGqW__closeButton:hover{color:var(--text-main,#111827);background:#f3f4f6}.feedback-modal-module__Q4zGqW__content{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.feedback-modal-module__Q4zGqW__section{flex-direction:column;gap:.5rem;display:flex}.feedback-modal-module__Q4zGqW__label{color:var(--text-main,#111827);justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;display:flex}.feedback-modal-module__Q4zGqW__required{color:var(--error,#ef4444);margin-left:2px}.feedback-modal-module__Q4zGqW__categoryGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.feedback-modal-module__Q4zGqW__categoryBtn{border:1px solid var(--border,#e5e7eb);color:var(--text-main,#111827);cursor:pointer;text-align:left;background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.feedback-modal-module__Q4zGqW__categoryBtn:hover{background:#f8fafc;border-color:#cbd5e1}.feedback-modal-module__Q4zGqW__categoryBtnActive{border-color:var(--primary,#6366f1);color:var(--primary,#6366f1);background:#eef2ff;font-weight:600}.feedback-modal-module__Q4zGqW__ratingRow{align-items:center;gap:.375rem;display:flex}.feedback-modal-module__Q4zGqW__starBtn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;padding:2px;transition:transform .1s,color .15s}.feedback-modal-module__Q4zGqW__starBtn:hover{transform:scale(1.15)}.feedback-modal-module__Q4zGqW__starActive{color:#f59e0b}.feedback-modal-module__Q4zGqW__ratingHint{color:var(--text-muted,#6b7280);margin-left:.5rem;font-size:.8125rem}.feedback-modal-module__Q4zGqW__textarea{border:1px solid var(--border,#e5e7eb);resize:vertical;width:100%;min-height:105px;color:var(--text-main,#111827);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.feedback-modal-module__Q4zGqW__textarea:focus{border-color:var(--primary,#6366f1);outline:none;box-shadow:0 0 0 3px #6366f126}.feedback-modal-module__Q4zGqW__inputRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:480px){.feedback-modal-module__Q4zGqW__inputRow,.feedback-modal-module__Q4zGqW__categoryGrid{grid-template-columns:1fr}}.feedback-modal-module__Q4zGqW__input{border:1px solid var(--border,#e5e7eb);width:100%;color:var(--text-main,#111827);border-radius:8px;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.feedback-modal-module__Q4zGqW__input:focus{border-color:var(--primary,#6366f1);outline:none;box-shadow:0 0 0 3px #6366f126}.feedback-modal-module__Q4zGqW__dropzone{border:2px dashed var(--border,#e5e7eb);text-align:center;cursor:pointer;background:var(--surface,#f9fafb);border-radius:8px;flex-direction:column;align-items:center;gap:.375rem;padding:1rem;transition:all .2s;display:flex}.feedback-modal-module__Q4zGqW__dropzone:hover,.feedback-modal-module__Q4zGqW__dropzoneActive{border-color:var(--primary,#6366f1);background:#f5f7ff}.feedback-modal-module__Q4zGqW__dropzoneIcon{color:var(--text-muted,#6b7280)}.feedback-modal-module__Q4zGqW__dropzoneText{color:var(--text-main,#111827);font-size:.8125rem;font-weight:500}.feedback-modal-module__Q4zGqW__dropzoneSub{color:var(--text-muted,#6b7280);font-size:.75rem}.feedback-modal-module__Q4zGqW__fileInput{display:none}.feedback-modal-module__Q4zGqW__attachmentPreview{border:1px solid var(--border,#e5e7eb);background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .875rem;display:flex}.feedback-modal-module__Q4zGqW__attachmentInfo{align-items:center;gap:.625rem;min-width:0;display:flex}.feedback-modal-module__Q4zGqW__attachmentThumb{object-fit:cover;background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex-shrink:0;width:40px;height:40px}.feedback-modal-module__Q4zGqW__attachmentIconBox{color:#475569;background:#e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.feedback-modal-module__Q4zGqW__attachmentDetails{flex-direction:column;min-width:0;display:flex}.feedback-modal-module__Q4zGqW__attachmentName{color:var(--text-main,#111827);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.feedback-modal-module__Q4zGqW__attachmentSize{color:var(--text-muted,#6b7280);font-size:.75rem}.feedback-modal-module__Q4zGqW__removeAttachmentBtn{color:var(--error,#ef4444);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:background .15s;display:flex}.feedback-modal-module__Q4zGqW__removeAttachmentBtn:hover{background:#fee2e2}.feedback-modal-module__Q4zGqW__errorMessage{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;display:flex}.feedback-modal-module__Q4zGqW__footer{border-top:1px solid var(--border,#e5e7eb);background:var(--surface,#f9fafb);justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.feedback-modal-module__Q4zGqW__cancelButton{border:1px solid var(--border,#e5e7eb);color:var(--text-main,#111827);background:#fff;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .15s}.feedback-modal-module__Q4zGqW__cancelButton:hover{background:#f3f4f6}.feedback-modal-module__Q4zGqW__submitButton{background:var(--primary,#6366f1);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.feedback-modal-module__Q4zGqW__submitButton:hover:not(:disabled){background:var(--primary-dark,#4f46e5)}.feedback-modal-module__Q4zGqW__submitButton:disabled{opacity:.65;cursor:not-allowed}.feedback-modal-module__Q4zGqW__successContainer{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.feedback-modal-module__Q4zGqW__successIcon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:.4s ease-out feedback-modal-module__Q4zGqW__scaleBounce;display:flex}@keyframes feedback-modal-module__Q4zGqW__scaleBounce{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.feedback-modal-module__Q4zGqW__successTitle{color:var(--text-main,#111827);margin:0;font-size:1.25rem;font-weight:700}.feedback-modal-module__Q4zGqW__successDesc{color:var(--text-muted,#6b7280);max-width:360px;margin:0;font-size:.875rem}
.feedback-trigger-module__p-1lya__floatingBtn{z-index:990;background:var(--primary,#6366f1);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 16px -2px #6366f173,0 2px 6px -1px #0000001a}.feedback-trigger-module__p-1lya__floatingBtn:hover{background:var(--primary-dark,#4f46e5);transform:translateY(-2px)scale(1.03);box-shadow:0 8px 24px -2px #6366f18c,0 4px 10px -2px #00000026}.feedback-trigger-module__p-1lya__floatingBtn:active{transform:translateY(0)scale(.97)}.feedback-trigger-module__p-1lya__floatingIcon{justify-content:center;align-items:center;animation:3s ease-in-out infinite feedback-trigger-module__p-1lya__pulseGlow;display:flex}@keyframes feedback-trigger-module__p-1lya__pulseGlow{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (max-width:640px){.feedback-trigger-module__p-1lya__floatingBtn{padding:.6rem .95rem;font-size:.8125rem;bottom:1.25rem;right:1.25rem}}
.language-switcher-module__XTkI-q__toggleGroup{-webkit-user-select:none;user-select:none;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.15rem;padding:.2rem;display:inline-flex}.language-switcher-module__XTkI-q__icon{color:#64748b;flex-shrink:0;margin:0 .25rem}.language-switcher-module__XTkI-q__btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.25rem;padding:.35rem .65rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.language-switcher-module__XTkI-q__btn:hover{color:#0f172a}.language-switcher-module__XTkI-q__btnActive{color:#0f172a;background:#fff;font-weight:700;box-shadow:0 1px 3px #0000001a}
.dashboard-module__XABe8G__container{background-color:var(--surface);min-height:100vh;display:flex}.dashboard-module__XABe8G__sidebar{border-right:1px solid var(--border);background:#fff;flex-direction:column;width:280px;height:100vh;padding:2rem;display:flex;position:fixed}.dashboard-module__XABe8G__logo{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:3rem;font-size:1.25rem;font-weight:800;display:flex}.dashboard-module__XABe8G__navLinks{flex-direction:column;flex:1;gap:.5rem;display:flex}.dashboard-module__XABe8G__navLink{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__XABe8G__navLink:hover,.dashboard-module__XABe8G__navLinkActive{color:var(--primary);background:#eef2ff}.dashboard-module__XABe8G__logoutBtn{color:var(--error);border-radius:.5rem;align-items:center;gap:.75rem;margin-top:2rem;padding:.75rem 1rem;font-weight:500;display:flex}.dashboard-module__XABe8G__logoutBtn:hover{background:#fef2f2}.dashboard-module__XABe8G__spinner{animation:1s linear infinite dashboard-module__XABe8G__spin}@keyframes dashboard-module__XABe8G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-module__XABe8G__main{flex:1;margin-left:280px;padding:3rem}.dashboard-module__XABe8G__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.dashboard-module__XABe8G__title{letter-spacing:-.02em;font-size:1.875rem;font-weight:800}.dashboard-module__XABe8G__createBtn{background:var(--primary);color:#fff;box-shadow:var(--shadow-md);border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.dashboard-module__XABe8G__createBtn:hover{background:var(--primary-dark);transform:translateY(-1px)}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.dashboard-module__XABe8G__statCard{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem}.dashboard-module__XABe8G__statLabel{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem}.dashboard-module__XABe8G__statValue{font-size:1.5rem;font-weight:700}.dashboard-module__XABe8G__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.dashboard-module__XABe8G__eventCard{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;transition:all .2s;overflow:hidden}.dashboard-module__XABe8G__eventCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.dashboard-module__XABe8G__cardBanner{background:linear-gradient(135deg, var(--primary), var(--secondary));justify-content:flex-end;height:120px;padding:1.5rem;display:flex}.dashboard-module__XABe8G__statusBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#fff3;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.dashboard-module__XABe8G__cardContent{padding:1.5rem}.dashboard-module__XABe8G__eventTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.dashboard-module__XABe8G__eventMeta{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.dashboard-module__XABe8G__metaItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.dashboard-module__XABe8G__cardActions{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:.75rem;padding-top:1.5rem;display:grid}.dashboard-module__XABe8G__viewBtn{background:var(--surface);color:var(--text-main);text-align:center;border:1px solid var(--border);border-radius:.375rem;padding:.5rem;font-size:.875rem;font-weight:600}.dashboard-module__XABe8G__editBtn{background:var(--primary);color:#fff;text-align:center;border-radius:.375rem;padding:.5rem;font-size:.875rem;font-weight:600}.dashboard-module__XABe8G__emptyState{border-radius:var(--radius);text-align:center;border:2px dashed var(--border);background:#fff;grid-column:1/-1;padding:5rem 2rem}@media (max-width:1024px){.dashboard-module__XABe8G__sidebar{width:80px;padding:2rem 1rem}.dashboard-module__XABe8G__logo,.dashboard-module__XABe8G__navLink span{display:none}.dashboard-module__XABe8G__main{margin-left:80px}}@media (max-width:768px){.dashboard-module__XABe8G__sidebar{display:none}.dashboard-module__XABe8G__main{margin-left:0;padding:1.5rem}}
