@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:poppins,sans-serif}body{background-color:#fff}.login-container{display:flex;width:900px;height:500px;margin:100px auto;background:#fff;box-shadow:0 4px 10px #0000001a;border-radius:10px;overflow:hidden}.login-container .login-left{flex:1;padding:100px;display:flex;flex-direction:column;justify-content:center}.login-container .login-left h2{font-size:24px;font-weight:700;text-align:center;margin-bottom:20px;margin-right:60px}.login-container .login-left form{display:flex;flex-direction:column;max-width:300px;margin:8 auto}.login-container .login-left form .input-group{position:relative;width:100%;height:50px;margin-bottom:15px;background:#f4f7fe;border-radius:10px;padding:12px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.login-container .login-left form .input-group label{font-size:12px;font-weight:700;color:#6b7280;position:absolute;top:8px;left:12px}.login-container .login-left form .input-group input{width:100%;border:none;outline:none;background:transparent;font-size:14px;padding:20px 0 5px}.login-container .login-left form .input-group input:focus+label{color:#422afb}.login-container .login-left form .password-group{position:relative}.login-container .login-left form .password-group .show-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280}.login-container .login-left form .options{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.login-container .login-left form .options .checkbox-container{display:flex;align-items:center;cursor:pointer;position:relative}.login-container .login-left form .options .checkbox-container input{display:none}.login-container .login-left form .options .checkbox-container .checkmark{width:16px;height:16px;border:1px solid #6b7280;border-radius:3px;display:inline-block;position:relative;margin-right:8px}.login-container .login-left form .options .checkbox-container input:checked+.checkmark:after{content:"";width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;position:absolute;left:4px;top:1px;transform:rotate(45deg);background-color:#422afb}.login-container .login-left form .options .forgot-password{color:#208fce;text-decoration:none;font-weight:700;font-size:14px}.login-container .login-left form .options .forgot-password:hover{text-decoration:underline}.login-container .login-left form .sign-in-btn{padding:12px;background-color:#2b5c9f;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:background .3s ease-in-out;margin-bottom:10px}.login-container .login-left form .sign-in-btn:hover{background-color:#208fce}.login-container .login-left form .switch-page{text-align:center;margin-top:10px}.login-container .login-left form .switch-page span{color:#208fce;cursor:pointer}.login-container .login-left form .switch-page span:hover{text-decoration:underline}.login-container .login-left form .or-divider{text-align:center;font-size:14px;font-weight:700;color:#6b7280;margin:15px 0}.login-container .login-left form .app-login{padding:12px;background-color:#f4f7fe;border:none;border-radius:5px;cursor:pointer;font-size:16px;color:#1b2559;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .3s ease-in-out}.login-container .login-left form .app-login:hover{background-color:#e9edf7}.login-container .login-right{flex:1;background:#f4f7fe;display:flex;align-items:center;justify-content:center}.login-container .login-right img{width:100%;height:100%;object-fit:cover}.register-container{display:flex;width:900px;height:550px;margin:80px auto;background:#fff;box-shadow:0 4px 10px #0000001a;border-radius:10px;overflow:hidden}.register-container .register-left{flex:1;padding:30px;display:flex;flex-direction:column;justify-content:space-between}.register-container .register-left h2{font-size:22px;font-weight:700;text-align:center;margin-bottom:15px}.register-container .register-left form{display:flex;flex-direction:column;max-width:320px;margin:0 auto}.register-container .register-left form .input-group{position:relative;width:100%;height:45px;margin-bottom:12px;background:#f4f7fe;border-radius:10px;padding:10px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.register-container .register-left form .input-group label{font-size:11px;font-weight:700;color:#6b7280;position:absolute;top:6px;left:10px}.register-container .register-left form .input-group input{width:100%;border:none;outline:none;background:transparent;font-size:14px;padding:15px 0 5px}.register-container .register-left form .input-group .error{font-size:11px;color:red;position:absolute;top:30px;right:10px}.register-container .register-left form .password-group{position:relative}.register-container .register-left form .password-group .show-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280}.register-container .register-left form .checkbox-group{display:flex;align-items:center;margin-bottom:8px}.register-container .register-left form .checkbox-group input{margin-right:8px}.register-container .register-left form .checkbox-group label{font-size:13px}.register-container .register-left form .checkbox-group label span{color:#2b5c9f;cursor:pointer}.register-container .register-left form .checkbox-group label span:hover{text-decoration:underline}.register-container .register-left form .checkbox-group .error{font-size:11px;color:red;position:relative;top:-5px;right:0}.register-container .register-left form .checkbox-group1{display:flex;align-items:center}.register-container .register-left form .checkbox-group1 input{margin-right:8px}.register-container .register-left form .checkbox-group1 label{font-size:13px}.register-container .register-left form .checkbox-group1 label span{color:#2b5c9f;cursor:pointer}.register-container .register-left form .checkbox-group1 label span:hover{text-decoration:underline}.register-container .register-left form .checkbox-group1 .error{font-size:11px;color:red;position:relative;top:-5px;right:0}.register-container .register-left form .sign-up-btn{padding:10px;background-color:#2b5c9f;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background .3s ease-in-out}.register-container .register-left form .sign-up-btn:hover{background-color:#208fce}.register-container .register-left form .switch-page{text-align:center;margin-top:12px}.register-container .register-left form .switch-page span{color:#208fce;cursor:pointer}.register-container .register-left form .switch-page span:hover{text-decoration:underline}.register-container .register-left form .password-strength-container{margin-bottom:10px}.register-container .register-right{flex:1;background:#f4f7fe;display:flex;align-items:center;justify-content:center}.register-container .register-right img{width:100%;height:100%;object-fit:cover}.password-meter{margin-top:1rem;display:flex;flex-direction:column;background-color:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.password-meter .strength-header{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#64748b;margin-bottom:.75rem}.password-meter .strength-header .strength-text{font-weight:600}.password-meter .strength-header .strength-text.very-weak{color:#ef4444}.password-meter .strength-header .strength-text.weak{color:#f59e0b}.password-meter .strength-header .strength-text.fair{color:#f4a261}.password-meter .strength-header .strength-text.good,.password-meter .strength-header .strength-text.strong{color:#10b981}.password-meter .strength-bars{display:flex;gap:4px;margin-bottom:1rem}.password-meter .strength-bars .strength-bar{flex:1;height:4px;border-radius:2px;transition:all .3s ease-in-out}.password-meter .strength-bars .strength-bar.very-weak{background-color:#ef4444}.password-meter .strength-bars .strength-bar.weak{background-color:#f59e0b}.password-meter .strength-bars .strength-bar.fair{background-color:#f4a261}.password-meter .strength-bars .strength-bar.good,.password-meter .strength-bars .strength-bar.strong{background-color:#10b981}.password-meter .strength-bars .strength-bar.inactive{background-color:#e2e8f0}.password-meter .password-criteria .criteria-item{display:flex;align-items:center;font-size:.8rem;margin-bottom:.375rem}.password-meter .password-criteria .criteria-item .icon{width:16px;height:16px;margin-right:.5rem}.password-meter .password-criteria .criteria-item .check{color:#10b981}.password-meter .password-criteria .criteria-item .cross{color:#94a3b8}.password-meter .password-criteria .criteria-item .met{color:#10b981;font-weight:500}.password-meter .password-criteria .criteria-item .not-met{color:#64748b}.navbar{position:fixed;top:0;left:0;width:100%;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 12px #24305614;z-index:1000;padding:.75rem 1.5rem;border-bottom:1px solid rgba(226,232,240,.6)}.navbar .navbar-content{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar .navbar-brand{display:flex;align-items:center;gap:1rem;min-height:3rem}.navbar .navbar-brand .logo{height:3rem;border-radius:.5rem;object-fit:contain;padding:.25rem;box-shadow:0 2px 4px #3182ce33;background:#ffffffe6;border:1px solid rgba(49,130,206,.1)}.navbar .navbar-brand .navbar-breadcrumb{display:flex;align-items:center;font-size:.9rem;color:#4a5568;font-weight:500;background:#edf2f799;border-radius:.5rem;padding:.25rem .75rem;margin-left:.5rem}.navbar .navbar-brand .navbar-breadcrumb .breadcrumb-link a{color:#4a5568;text-decoration:none;transition:color .2s;padding:.25rem .5rem;border-radius:.25rem}.navbar .navbar-brand .navbar-breadcrumb .breadcrumb-link a:hover{color:#3182ce;background:#3182ce1a}.navbar .navbar-brand .navbar-breadcrumb .breadcrumb-link .breadcrumb-current{color:#243056;font-weight:600;padding:.25rem .5rem}.navbar .navbar-links{display:flex;align-items:center;gap:.75rem}.navbar .navbar-links .navbar-actions-group{display:flex;gap:.75rem;margin-right:1rem}.navbar .navbar-links .navbar-actions-group .my-abstracts-btn{display:inline-flex;align-items:center;justify-content:center}.navbar .navbar-links .navbar-actions-group .my-abstracts-btn .my-abstracts-icon{margin-right:.375rem}.navbar .navbar-links .navbar-actions-group .my-abstracts-btn .my-abstracts-text{display:inline}.navbar .navbar-links .navbar-action-btn{background:transparent;color:#3182ce;font-weight:600;border-radius:.375rem;padding:.5rem 1rem;text-decoration:none;font-size:.9rem;border:1px solid rgba(49,130,206,.3);transition:all .2s;cursor:pointer;display:inline-flex;align-items:center;gap:.375rem}.navbar .navbar-links .navbar-action-btn:hover{background:#3182ce1a;border-color:#3182ce80;transform:translateY(-1px)}.navbar .navbar-links .navbar-action-btn.primary{background:#3182ce;color:#fff;box-shadow:0 1px 2px #3182ce33}.navbar .navbar-links .navbar-action-btn.primary:hover{background:#2b6cb0;transform:translateY(-1px);box-shadow:0 2px 4px #3182ce33}.navbar .navbar-links .login-register-buttons{display:flex;gap:.75rem}.navbar .navbar-links .profile-section{display:flex;align-items:center;gap:1rem;position:relative}.navbar .navbar-links .profile-section .search-logout-wrapper{display:flex;align-items:center;gap:.75rem}.navbar .navbar-links .profile-section .search-logout-wrapper .search-bar-form{display:flex;align-items:center;background:#edf2f799;border-radius:1.5rem;padding:.375rem .75rem;border:1px solid rgba(226,232,240,.6);transition:all .2s}.navbar .navbar-links .profile-section .search-logout-wrapper .search-bar-form:focus-within{background:#fff;box-shadow:0 0 0 2px #3182ce33;border-color:#3182ce}.navbar .navbar-links .profile-section .search-logout-wrapper .search-bar-form .search-bar-input{border:none;background:transparent;outline:none;font-size:.9rem;color:#243056;width:120px;padding:.125rem 0}.navbar .navbar-links .profile-section .search-logout-wrapper .search-bar-form .search-bar-input::placeholder{color:#a0aec0}.navbar .navbar-links .profile-section .search-logout-wrapper .search-bar-form .search-bar-btn{background:none;border:none;color:#a0aec0;font-size:1rem;cursor:pointer;display:flex;align-items:center;transition:color .2s}.navbar .navbar-links .profile-section .search-logout-wrapper .search-bar-form .search-bar-btn:hover{color:#3182ce}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container{position:relative}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-bell{background:none;border:none;padding:.5rem;cursor:pointer;position:relative;color:#4a5568;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-bell:hover{background:#edf2f799;color:#3182ce}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-bell .notification-badge{position:absolute;top:.125rem;right:.125rem;min-width:1rem;height:1rem;background:#e53e3e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.625rem;font-weight:700;border:2px solid white}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-dropdown{position:absolute;right:0;top:3rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 20px #00000014;width:18rem;max-height:24rem;overflow-y:auto;z-index:100;transform-origin:top right;animation:fadeIn .15s ease-out}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-dropdown .notification-header{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;font-weight:600;font-size:.875rem;color:#243056;background:#f7fafc;display:flex;justify-content:space-between;align-items:center}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-dropdown .notification-empty{padding:1.5rem;color:#a0aec0;font-size:.875rem;text-align:center}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-dropdown .notification-item{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #edf2f7;font-size:.875rem;transition:background .15s}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-dropdown .notification-item:hover{background:#f7fafc}.navbar .navbar-links .profile-section .search-logout-wrapper .notification-container .notification-dropdown .notification-item.unread{font-weight:600;background:#ebf8ff}.navbar .navbar-links .profile-section .profile-photo-wrapper{position:relative}.navbar .navbar-links .profile-section .profile-photo-wrapper .profile-pic{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid rgba(226,232,240,.6);transition:all .2s}.navbar .navbar-links .profile-section .profile-photo-wrapper .profile-pic:hover{border-color:#3182ce;transform:scale(1.05)}.navbar .navbar-links .profile-section .profile-photo-wrapper .dropdown-menu-chakra{position:absolute;right:0;top:3.5rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 20px #00000014;min-width:12rem;z-index:100;overflow:hidden;transform-origin:top right;animation:fadeIn .15s ease-out;border:1px solid #e2e8f0}.navbar .navbar-links .profile-section .profile-photo-wrapper .dropdown-menu-chakra .dropdown-header{padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#243056;border-bottom:1px solid #e2e8f0;background:#f7fafc}.navbar .navbar-links .profile-section .profile-photo-wrapper .dropdown-menu-chakra .dropdown-links{padding:.5rem 0}.navbar .navbar-links .profile-section .profile-photo-wrapper .dropdown-menu-chakra .dropdown-links .dropdown-link{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;color:#4a5568;text-decoration:none;transition:all .15s}.navbar .navbar-links .profile-section .profile-photo-wrapper .dropdown-menu-chakra .dropdown-links .dropdown-link:hover{background:#f7fafc;color:#3182ce;padding-left:1.25rem}.navbar .navbar-links .profile-section .profile-photo-wrapper .dropdown-menu-chakra .dropdown-links .logout-link{color:#e53e3e}.navbar .navbar-links .profile-section .profile-photo-wrapper .dropdown-menu-chakra .dropdown-links .logout-link:hover{background:#fff5f5;color:#c53030}@keyframes fadeIn{0%{opacity:0;transform:translateY(-.5rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.navbar{padding:.5rem 1rem}.navbar .navbar-brand .navbar-breadcrumb{display:none}.navbar .navbar-links .navbar-actions-group{margin-right:.5rem}.navbar .navbar-links .navbar-actions-group .navbar-action-btn{padding:.375rem .75rem;font-size:.8rem}.navbar .navbar-links .navbar-actions-group .navbar-action-btn.my-abstracts-btn .my-abstracts-icon{margin-right:.25rem}.navbar .navbar-links .profile-section .search-logout-wrapper .search-bar-form{display:none}}@media (max-width: 480px){.navbar .navbar-links .navbar-actions-group .my-abstracts-btn{padding:.5rem;min-width:auto}.navbar .navbar-links .navbar-actions-group .my-abstracts-btn .my-abstracts-icon{margin-right:0}.navbar .navbar-links .navbar-actions-group .my-abstracts-btn .my-abstracts-text{display:none}}.event-list{background:#f7fafc;padding:2rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.event-list .events-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:0 1rem;max-width:80rem;margin:0 auto}.event-list .event-card{background:#fff;border-radius:.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column}.event-list .event-card:hover{transform:translateY(-.25rem);box-shadow:0 4px 6px #0000001a}.event-list .event-card .event-img-container{width:100%;height:12rem;position:relative;background:#edf2f7;overflow:hidden}.event-list .event-card .event-img-container .event-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.event-list .event-card:hover .event-img{transform:scale(1.03)}.event-list .event-card .event-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.event-list .event-card h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0 0 .75rem}.event-list .event-card p{font-size:.875rem;color:#4a5568;margin:0 0 1rem;line-height:1.5;flex-grow:1}.event-list .event-card .event-meta{margin-top:auto}.event-list .event-card .event-date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#3182ce;margin-bottom:.75rem}.event-list .event-card .event-date svg{width:1rem;height:1rem}.event-list .event-card .event-status{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;margin-bottom:1rem}.event-list .event-card .event-status.upcoming{background:#ebf8ff;color:#3182ce}.event-list .event-card .event-status.completed{background:#fff5f5;color:#e53e3e}.event-list .event-card button{width:100%;padding:.75rem 1rem;border-radius:.375rem;font-weight:600;background:#3182ce;color:#fff;border:none;cursor:pointer;transition:all .2s ease;margin-top:.75rem}.event-list .event-card button:hover:not(:disabled){background:#2c5282;transform:translateY(-1px)}.event-list .event-card button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.event-list .event-card .submit-abstract-btn{background:#48bb78}.event-list .event-card .submit-abstract-btn:hover:not(:disabled){background:#38a169}@media (max-width: 768px){.event-list .events-container{grid-template-columns:1fr}.event-list .event-card .event-img-container{height:15rem}}.home-page{display:flex;flex-direction:column;align-items:center;padding-top:100px}.verification-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;padding:15px;margin:20px 0;border-radius:5px;font-weight:700;text-align:center;font-size:16px;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.verify-email-button{background-color:#155724;color:#fff;border:none;padding:10px 20px;margin-top:10px;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s}.verify-email-button:hover{background-color:#117a4b}.verify-email-button:focus{outline:none}.soumission-top-btn-wrapper{display:flex;justify-content:flex-end;margin:24px 0 12px}.soumission-btn-page{background:linear-gradient(90deg,#4f8cff 60%,#243056);color:#fff;font-weight:600;border-radius:10px;padding:10px 28px;text-decoration:none;font-size:1.05rem;box-shadow:0 2px 8px #4f8cff14;transition:background .2s,transform .2s;border:none;outline:none;cursor:pointer;letter-spacing:.5px}.soumission-btn-page:hover{background:linear-gradient(90deg,#243056 60%,#4f8cff);transform:translateY(-2px) scale(1.04)}.email-verification-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f5f7fa}.verification-box{max-width:400px;width:100%;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease-in-out}.verification-box:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.title{font-size:1.8rem;font-weight:700;color:#333}.subtitle{font-size:1rem;color:#666;margin-bottom:1.5rem}.input-group{display:flex;justify-content:center;gap:12px;margin-bottom:1.5rem}.verification-input{width:3rem;height:3rem;font-size:1.5rem;font-weight:700;text-align:center;background:#f0f2f5;border:none;border-radius:8px;color:#333;box-shadow:inset 3px 3px 8px #0000001a,inset -3px -3px 8px #fffc;transition:all .2s ease-in-out}.verification-input:focus{outline:none;background:#fff;box-shadow:0 0 10px #10b9814d}.error-text{font-size:.9rem;color:#e63946;font-weight:700;margin-bottom:1rem}.verify-button{width:100%;padding:.8rem;background:linear-gradient(to right,#10b981,#0e9e6e);border:none;border-radius:8px;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 10px #10b9814d}.verify-button:hover{background:linear-gradient(to right,#0e9e6e,#0c8a60);transform:scale(1.03)}.verify-button:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.event-registration-bg{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;align-items:flex-start;padding:20px;box-sizing:border-box}@media (max-width: 768px){.event-registration-bg{padding:10px;align-items:flex-start;min-height:calc(100vh - 60px)}}@media (max-width: 480px){.event-registration-bg{padding:5px;background:#f5f7fa}}.event-registration-card{width:100%;max-width:900px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden;margin-top:80px}@media (max-width: 768px){.event-registration-card{margin-top:60px;max-width:95%;border-radius:8px;box-shadow:0 4px 15px #0000001a}}@media (max-width: 480px){.event-registration-card{margin-top:50px;max-width:100%;border-radius:6px;box-shadow:0 2px 10px #0000001a}}.event-image-banner{width:100%;height:250px;overflow:hidden;position:relative}@media (max-width: 768px){.event-image-banner{height:130px}}@media (max-width: 480px){.event-image-banner{height:100px}}.event-image-banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}.event-image-banner img:hover{transform:scale(1.03)}.event-header{padding:20px 30px;background:#fff;border-bottom:1px solid #eee;text-align:center}@media (max-width: 768px){.event-header{padding:15px 20px}}@media (max-width: 480px){.event-header{padding:12px 15px}}.event-header h1{font-size:1.8rem;margin:0 0 10px;color:#2c3e50;word-wrap:break-word}@media (max-width: 768px){.event-header h1{font-size:1.5rem;line-height:1.3}}@media (max-width: 480px){.event-header h1{font-size:1.3rem;margin-bottom:8px}}@media (max-width: 360px){.event-header h1{font-size:1.2rem}}.event-header p{color:#7f8c8d;margin:0;font-size:1rem}@media (max-width: 480px){.event-header p{font-size:.9rem}}.registration-form{padding:30px}@media (max-width: 768px){.registration-form{padding:20px}}@media (max-width: 480px){.registration-form{padding:15px}}.form-section{margin-bottom:30px;padding:20px;border:1px solid #eaeaea;border-radius:8px;background:#fafafa}@media (max-width: 768px){.form-section{margin-bottom:20px;padding:15px}}@media (max-width: 480px){.form-section{margin-bottom:15px;padding:12px;border-radius:6px}}.form-section h3{margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.3rem;word-wrap:break-word}@media (max-width: 768px){.form-section h3{font-size:1.2rem;margin-bottom:15px;padding-bottom:8px}}@media (max-width: 480px){.form-section h3{font-size:1.1rem;margin-bottom:12px}}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}@media (max-width: 768px){.form-grid{grid-template-columns:1fr;gap:15px}}@media (max-width: 480px){.form-grid{gap:12px}}.form-field{margin-bottom:15px}@media (max-width: 480px){.form-field{margin-bottom:12px}}.form-field label{display:block;margin-bottom:5px;font-weight:600;color:#2c3e50;font-size:.95rem;line-height:1.4}@media (max-width: 480px){.form-field label{font-size:.9rem;margin-bottom:4px}}.form-field label span{font-weight:400;font-size:.85rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:16px;box-sizing:border-box;min-height:48px}@media (max-width: 768px){.form-field input,.form-field select,.form-field textarea{padding:10px;font-size:16px;min-height:44px}}@media (max-width: 480px){.form-field input,.form-field select,.form-field textarea{padding:8px;min-height:40px}}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.form-field input.error,.form-field select.error,.form-field textarea.error{border-color:#e74c3c}.form-field textarea{resize:vertical;min-height:100px}@media (max-width: 480px){.form-field textarea{min-height:80px}}.form-field .error-message{color:#e74c3c;font-size:14px;margin-top:5px;display:block}@media (max-width: 480px){.form-field .error-message{font-size:12px;margin-top:3px}}.checkbox-field,.radio-field{display:flex;align-items:center}.checkbox-field label,.radio-field label{display:flex;align-items:center;margin-bottom:0;cursor:pointer;font-size:.95rem}@media (max-width: 480px){.checkbox-field label,.radio-field label{font-size:.9rem}}.checkbox-field label input,.radio-field label input{margin-right:8px}@media (max-width: 480px){.checkbox-field label input,.radio-field label input{margin-right:6px;transform:scale(.9)}}.workshops-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px}@media (max-width: 768px){.workshops-container{grid-template-columns:1fr;gap:10px}}.workshops-container .workshop-item{display:block;padding:15px;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}@media (max-width: 480px){.workshops-container .workshop-item{padding:12px}}.workshops-container .workshop-item:hover{border-color:#3498db;box-shadow:0 4px 8px #0000000d}.workshops-container .workshop-item input[type=checkbox]{margin-right:10px}@media (max-width: 480px){.workshops-container .workshop-item input[type=checkbox]{margin-right:8px}}.workshops-container .workshop-item .workshop-details{display:flex;justify-content:space-between;margin-bottom:5px}.workshops-container .workshop-item .workshop-details .workshop-title{font-weight:600;color:#2c3e50;font-size:.95rem}@media (max-width: 480px){.workshops-container .workshop-item .workshop-details .workshop-title{font-size:.9rem}}.workshops-container .workshop-item .workshop-details .workshop-price{color:#27ae60;font-weight:700;font-size:.95rem}@media (max-width: 480px){.workshops-container .workshop-item .workshop-details .workshop-price{font-size:.9rem}}.workshops-container .workshop-item .workshop-description{margin:0;font-size:14px;color:#7f8c8d}@media (max-width: 480px){.workshops-container .workshop-item .workshop-description{font-size:12px}}.price-summary{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e9ecef}@media (max-width: 768px){.price-summary{padding:15px}}@media (max-width: 480px){.price-summary{padding:12px}}.price-summary .price-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee;font-size:.95rem}@media (max-width: 480px){.price-summary .price-item{font-size:.9rem;padding:6px 0}}.price-summary .price-item:last-child{border-bottom:none}.price-summary .total-price{display:flex;justify-content:space-between;padding-top:15px;margin-top:15px;border-top:2px solid #3498db;font-weight:700;font-size:1.2rem}@media (max-width: 768px){.price-summary .total-price{padding-top:12px;margin-top:12px;font-size:1.1rem}}@media (max-width: 480px){.price-summary .total-price{font-size:1rem;padding-top:10px;margin-top:10px}}.form-actions{text-align:center;padding-top:20px;margin-top:20px}@media (max-width: 768px){.form-actions{padding-top:15px;margin-top:15px}}.form-actions .submit-btn{background:#3498db;color:#fff;border:none;padding:15px 40px;font-size:18px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%;max-width:300px;min-height:56px}@media (max-width: 768px){.form-actions .submit-btn{padding:12px 30px;font-size:16px;max-width:250px;min-height:50px}}@media (max-width: 480px){.form-actions .submit-btn{padding:10px 20px;font-size:15px;max-width:100%;min-height:46px;border-radius:6px}}.form-actions .submit-btn:hover{background:#2980b9}.form-actions .submit-btn:disabled{opacity:.7;cursor:not-allowed;background:#3498db}.form-actions .submit-btn.loading{position:relative;color:transparent}.form-actions .submit-btn.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;min-height:300px}@media (max-width: 480px){.loading-container{padding:30px 15px;min-height:250px}}.loading-container .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@media (max-width: 480px){.loading-container .spinner{width:30px;height:30px;margin-bottom:15px}}.loading-container p{font-size:18px;color:#7f8c8d;text-align:center}@media (max-width: 480px){.loading-container p{font-size:16px}}.error-container{text-align:center;padding:50px 20px;min-height:300px}@media (max-width: 480px){.error-container{padding:30px 15px}}.error-container h2{color:#e74c3c;margin-bottom:15px;font-size:1.8rem}@media (max-width: 480px){.error-container h2{font-size:1.5rem}}.error-container p{color:#7f8c8d;font-size:18px}@media (max-width: 480px){.error-container p{font-size:16px}}.pricing-steps-container{margin-top:20px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d}@media (max-width: 768px){.pricing-steps-container{padding:15px;margin-top:15px}}@media (max-width: 480px){.pricing-steps-container{padding:12px;margin-top:10px}}.pricing-steps-container h4{margin:0 0 15px;color:#2c3e50;font-size:1.1rem;font-weight:600}@media (max-width: 480px){.pricing-steps-container h4{font-size:1rem;margin-bottom:10px}}.pricing-steps-container .radio-group{display:flex;flex-direction:column;gap:15px}@media (max-width: 480px){.pricing-steps-container .radio-group{gap:10px}}.pricing-steps-container .radio-label{display:flex;align-items:center;padding:15px;border:1px solid #e1e8ed;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}@media (max-width: 768px){.pricing-steps-container .radio-label{padding:12px;flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.pricing-steps-container .radio-label{padding:10px}}.pricing-steps-container .radio-label:hover{border-color:#3498db;box-shadow:0 2px 8px #3498db26}.pricing-steps-container .radio-label input[type=radio]{margin-right:12px;width:18px;height:18px;cursor:pointer}@media (max-width: 768px){.pricing-steps-container .radio-label input[type=radio]{margin-right:10px;margin-bottom:8px}}@media (max-width: 480px){.pricing-steps-container .radio-label input[type=radio]{width:16px;height:16px}}.pricing-steps-container .radio-label .radio-text{font-weight:600;color:#2c3e50;margin-right:15px;font-size:1rem;flex:1}@media (max-width: 480px){.pricing-steps-container .radio-label .radio-text{font-size:.9rem;margin-right:10px}}.pricing-steps-container .radio-label .steps-list{flex:1;display:flex;justify-content:flex-end}@media (max-width: 768px){.pricing-steps-container .radio-label .steps-list{width:100%;justify-content:flex-start;margin-top:8px}}.pricing-steps-container .radio-label .steps-list .price-step{display:flex;align-items:center;padding:8px 15px;background:#e8f4fc;border-radius:20px;font-size:.9rem}@media (max-width: 480px){.pricing-steps-container .radio-label .steps-list .price-step{padding:6px 12px;font-size:.8rem}}.pricing-steps-container .radio-label .steps-list .price-step .step-deadline{margin-left:8px;color:#7f8c8d;font-size:.8rem}@media (max-width: 480px){.pricing-steps-container .radio-label .steps-list .price-step .step-deadline{font-size:.7rem;margin-left:5px}}.pricing-steps-container .radio-label .steps-list .price-step .current-step-badge{margin-left:8px;padding:2px 8px;background:#2ecc71;color:#fff;border-radius:12px;font-size:.7rem;font-weight:600}@media (max-width: 480px){.pricing-steps-container .radio-label .steps-list .price-step .current-step-badge{font-size:.6rem;padding:2px 6px}}.pricing-steps-container .radio-label.selected{border-color:#3498db;background:#f0f8ff;box-shadow:0 2px 12px #3498db33}.additional-fields-container{margin-top:20px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d}@media (max-width: 768px){.additional-fields-container{padding:15px;margin-top:15px}}@media (max-width: 480px){.additional-fields-container{padding:12px;margin-top:10px}}.additional-fields-container .form-grid{grid-template-columns:1fr}.newsletter-container{margin-top:15px;padding:15px;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}@media (max-width: 480px){.newsletter-container{padding:12px;margin-top:10px}}.newsletter-label{display:flex;align-items:center;cursor:pointer;font-size:1rem;color:#2c3e50}@media (max-width: 480px){.newsletter-label{font-size:.9rem}}.newsletter-checkbox{width:18px;height:18px;margin-right:12px;cursor:pointer;accent-color:#3498db;border:2px solid #bdc3c7;border-radius:4px}@media (max-width: 480px){.newsletter-checkbox{width:16px;height:16px;margin-right:10px}}.newsletter-checkbox:checked{background-color:#3498db;border-color:#3498db;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3e%3cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'%3e%3c/path%3e%3c/svg%3e");background-size:100% 100%;background-position:center;background-repeat:no-repeat}.newsletter-text{flex:1;font-weight:500}.searchable-input-container{position:relative;display:inline-block;width:100%}.searchable-input-container input{width:100%}.dropdown-list{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;border-top:none;max-height:200px;overflow-y:auto;z-index:1000;list-style:none;margin:0;padding:0;box-shadow:0 2px 4px #0000001a}.dropdown-list li{padding:8px 12px;cursor:pointer;font-size:14px}@media (max-width: 480px){.dropdown-list li{padding:6px 10px;font-size:13px}}.dropdown-list li:hover{background-color:#f0f0f0}@media (max-width: 768px){.payment-loading-container{padding:30px 15px}}@media (max-width: 480px){.payment-loading-container{padding:20px 10px}}@media (max-width: 768px){.payment-loading-content{padding:30px}}@media (max-width: 480px){.payment-loading-content{padding:20px;border-radius:8px}}@media (max-width: 480px){.loading-animation{margin-bottom:20px}}@media (max-width: 480px){.spinner{width:40px;height:40px;margin-bottom:15px}}@media (max-width: 480px){.loading-dots{gap:6px}}.loading-dots .dot{width:12px;height:12px;background:#4caf50;border-radius:50%;animation:bounce 1.5s infinite ease-in-out}@media (max-width: 480px){.loading-dots .dot{width:10px;height:10px}}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@media (max-width: 480px){.loading-text h3{font-size:18px}}@media (max-width: 480px){.loading-text p{font-size:14px;margin-bottom:20px}}@media (max-width: 480px){.progress-steps{margin:20px 0;gap:8px}}.progress-steps .step{width:12px;height:12px;background:#e0e0e0;border-radius:50%;transition:all .3s ease}@media (max-width: 480px){.progress-steps .step{width:10px;height:10px}}.progress-steps .step.active{background:#4caf50;transform:scale(1.2)}@media (max-width: 480px){.security-info{margin-top:20px;padding-top:15px;flex-direction:column;gap:5px}}.security-info .secure-icon{font-size:20px}@media (max-width: 480px){.security-info .secure-icon{font-size:18px}}@media (max-width: 480px){.security-info p{font-size:12px;text-align:center}}@media (max-width: 768px){html{font-size:14px}body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}}@media (max-width: 480px){html{font-size:13px}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}input,button,select,textarea{font-size:16px!important}}@media (max-width: 320px){.event-registration-card .event-header h1{font-size:1.1rem}.form-section h3{font-size:1rem}.form-field label{font-size:.85rem}.submit-btn{font-size:14px!important;padding:8px 16px!important}}@media (max-height: 500px) and (orientation: landscape){.event-registration-bg{align-items:flex-start;padding-top:10px}.event-registration-card{margin-top:30px;max-height:90vh;overflow-y:auto}.event-image-banner{height:80px;display:none}}.payment-loading-container{text-align:center;padding:40px 20px;background:transparent!important;box-shadow:none!important;width:100%!important;max-width:100%!important}.payment-loading-content{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px;width:100%;margin:0 auto}.loading-animation{margin-bottom:30px}.spinner{width:60px;height:60px;border:4px solid #e0e0e0;border-top:4px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-dots{display:flex;justify-content:center;gap:8px}.dot{width:12px;height:12px;background:#4caf50;border-radius:50%;animation:bounce 1.5s infinite ease-in-out}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}}.loading-text h3{color:#333;margin-bottom:10px;font-size:20px;font-weight:600}.loading-text p{color:#666;margin-bottom:30px;font-size:16px}.progress-steps{display:flex;justify-content:center;gap:10px;margin:30px 0}.step{width:12px;height:12px;background:#e0e0e0;border-radius:50%;transition:all .3s ease}.step.active{background:#4caf50;transform:scale(1.2)}.security-info{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px;padding-top:20px;border-top:1px solid #eee}.secure-icon{font-size:20px}.security-info p{margin:0;color:#888;font-size:14px}.payment-error-container{text-align:center;padding:40px 20px;background:transparent!important;box-shadow:none!important;width:100%!important;max-width:100%!important}.payment-error-content{text-align:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px;width:100%;margin:0 auto}.error-icon{font-size:48px;margin-bottom:20px;color:#f44336}.error-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.btn-primary{background:#4caf50!important;color:#fff!important;border:none!important;padding:12px 24px!important;border-radius:6px!important;cursor:pointer!important;font-size:16px!important;transition:background .3s ease!important}.btn-primary:hover{background:#45a049!important}.btn-secondary{background:#666!important;color:#fff!important;border:none!important;padding:12px 24px!important;border-radius:6px!important;cursor:pointer!important;font-size:16px!important;transition:background .3s ease!important}.btn-secondary:hover{background:#555!important}.communication-form-container{max-width:800px;margin:2rem auto;padding:0 1rem;padding-top:100px}.form-header{text-align:center;margin-bottom:2rem}.form-header h1{color:#243056;font-size:2rem;font-weight:700;letter-spacing:.5px}.chakra-form{background:#fffffff2;border-radius:.75rem;box-shadow:0 8px 32px #1f26871a;padding:2rem 1.5rem;border:1.5px solid rgba(200,200,200,.18)}.form-section{margin-bottom:2rem}.form-section h2{color:#243056;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #E2E8F0;letter-spacing:.2px}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#4a5568;font-size:.95rem;letter-spacing:.1px}.form-group .required{color:#e53e3e;margin-left:2px}.chakra-input,.chakra-select,.chakra-textarea{width:100%;padding:.5rem 1rem;border:1px solid #E2E8F0;border-radius:.375rem;font-size:1rem;transition:all .2s;background:#fff}.chakra-input:focus,.chakra-select:focus,.chakra-textarea:focus{border-color:#4f8cff;box-shadow:0 0 0 1.5px #4f8cff;outline:none}.input-wrapper .chakra-textarea:focus{border:none;box-shadow:none}.chakra-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.chakra-textarea{min-height:100px;resize:vertical}.textarea-container{position:relative}.char-count{position:absolute;bottom:8px;right:12px;font-size:.8rem;color:#718096;background-color:#fffc;padding:2px 6px;border-radius:4px}.add-coauthor-icon{background:none;border:none;color:#4f8cff;cursor:pointer;padding:0;margin-left:.5rem;vertical-align:middle}.add-coauthor-icon:hover{color:#243056}.file-upload-label{display:block;cursor:pointer}.file-upload-box{border:2px dashed #CBD5E0;border-radius:.375rem;padding:2rem;text-align:center;transition:all .2s;background:#f7fafc}.file-upload-box:hover{border-color:#4f8cff;background:#eaf3ff}.file-upload-box span{color:#4a5568;font-weight:500}.file-input{display:none}.file-hint{margin-top:.5rem;color:#718096;font-size:.9rem}.form-footer{margin-top:2rem;display:flex;flex-direction:column;align-items:center}.captcha-notice{margin-bottom:1rem;color:#718096;font-size:.95rem}.submit-button{background:linear-gradient(90deg,#4f8cff 60%,#243056);color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:.375rem;border:none;cursor:pointer;transition:background .2s,transform .2s;font-size:1rem}.submit-button:hover{background:linear-gradient(90deg,#243056 60%,#4f8cff);transform:translateY(-2px) scale(1.04)}.submit-button:focus{box-shadow:0 0 0 3px #4f8cff40}.chakra-upload-label{display:block;width:100%;cursor:pointer}.chakra-upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #4f8cff;border-radius:16px;background:#f7faff;padding:2.5rem 1rem;transition:border-color .2s,background .2s;position:relative;min-height:180px}.chakra-upload-dropzone:hover,.chakra-upload-dropzone:focus-within{border-color:#243056;background:#eaf3ff}.chakra-upload-icon{margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.chakra-upload-text{text-align:center;display:flex;flex-direction:column;gap:.25rem}.chakra-upload-title{color:#243056;font-weight:700;font-size:1.2rem;margin-bottom:.2rem}.chakra-upload-hint{color:#718096;font-size:.95rem;margin-bottom:.5rem}.chakra-upload-filename{color:#4f8cff;font-size:1rem;font-weight:500;margin-top:.5rem}.chakra-upload-input{display:none}.form-group-full{grid-column:1/-1}.communication-type-selection{margin-bottom:1rem}.input-container{display:flex;gap:1rem;margin-bottom:1rem}.input-wrapper{flex:1;transition:all .3s ease-in-out;border:1px solid #E2E8F0;border-radius:.375rem;padding:1rem}.input-wrapper.selected{flex:2;border-color:#4f8cff;box-shadow:0 0 0 1.5px #4f8cff}.radio-label-container{display:flex;align-items:center;margin-bottom:1rem;cursor:pointer}.radio-input{margin-right:.5rem;cursor:pointer;width:1.25rem;height:1.25rem}.radio-label{cursor:pointer;font-weight:500;color:#4a5568;font-size:.95rem}.reviewer-dashboard{font-family:Inter,sans-serif;color:#212529;max-width:1400px;margin:0 auto;padding:100px 20px 0;min-height:100vh;position:relative;z-index:1;overflow:visible}.dashboard-container{display:flex;gap:32px;margin-top:30px}.dashboard-nav{width:250px;flex-shrink:0;background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a}.dashboard-nav .nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.dashboard-nav .nav-item{padding:15px 20px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:12px;color:#212529}.dashboard-nav .nav-item:hover{background-color:#4361ee1a;color:#4361ee}.dashboard-nav .nav-item.active{background-color:#4361ee;color:#fff;font-weight:600}.dashboard-content{flex-grow:1;position:relative;z-index:1}.error-message{background-color:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-weight:500}.abstracts-list{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}.abstract-card{background-color:#fff;border-radius:12px;padding:25px;border:1px solid #dee2e6;transition:all .3s ease;position:relative;min-height:180px;overflow:visible;box-shadow:0 4px 6px #0000001a}.abstract-card:hover{border-color:#4361ee;box-shadow:0 6px 12px #00000026}.abstract-card.rated{border-left:5px solid #28a745}.abstract-card.pending{border-left:5px solid #ffc107}.abstract-card .abstract-card-click-target{cursor:pointer;height:100%;padding-right:150px}.abstract-card .abstract-card-content{margin-bottom:15px;pointer-events:none}.abstract-card .abstract-card-title{font-size:20px;font-weight:600;margin:0 0 10px;display:flex;align-items:center;gap:10px;pointer-events:none;color:#212529}.abstract-card .abstract-card-title .rated-badge{font-size:12px;background-color:#28a74526;color:#28a745;padding:4px 10px;border-radius:20px;font-weight:600}.abstract-card .abstract-card-title .pending-badge{font-size:12px;background-color:#ffc10726;color:#c08410;padding:4px 10px;border-radius:20px;font-weight:600}.abstract-card .abstract-card-authors{font-size:16px;color:#6c757d;margin-bottom:12px;pointer-events:none}.abstract-card .abstract-card-score{font-size:16px;font-weight:500;color:#28a745;pointer-events:none;display:flex;align-items:center;gap:5px}.abstract-card .abstract-card-score.pending-score{color:#c08410;font-weight:600}.abstract-card .abstract-card-score .score-stars{display:inline-flex;gap:2px;margin-left:8px}.abstract-card .abstract-card-score .score-stars .star{color:#cbd5e0;font-size:14px}.abstract-card .abstract-card-score .score-stars .star.filled{color:gold}.abstract-card .abstract-card-actions{position:absolute;right:25px;top:25px;display:flex;gap:10px;pointer-events:auto}.abstract-card .abstract-card-actions .action-btn{padding:8px 15px;border-radius:8px;font-weight:500;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;pointer-events:auto;border:none;font-size:14px}.abstract-card .abstract-card-actions .action-btn.rate-btn{background-color:#f59e0b;color:#fff}.abstract-card .abstract-card-actions .action-btn.rate-btn:hover{background-color:#c57f08;transform:translateY(-2px);box-shadow:0 4px 8px #f59e0b4d}.abstract-card .abstract-card-actions .action-btn.edit-btn{background-color:#6f42c1;color:#fff}.abstract-card .abstract-card-actions .action-btn.edit-btn:hover{background-color:#5a32a3;transform:translateY(-2px);color:#fff;box-shadow:0 4px 8px #6f42c14d}.abstract-card .abstract-card-actions .action-btn.download-btn{background-color:#28a745;color:#fff}.abstract-card .abstract-card-actions .action-btn.download-btn:hover{background-color:#1e7e34;transform:translateY(-2px);box-shadow:0 4px 8px #28a7454d}.edit-btn{background-color:#4299e1!important;color:#fff!important;border:none!important}.edit-btn:hover{background-color:#2b6cb0!important}.form-group .chakra-input,.form-group .chakra-textarea{width:100%!important;padding:14px!important;border:2px solid #dee2e6!important;border-radius:8px!important;font-size:16px!important;font-family:Inter,sans-serif!important;transition:all .3s ease}.form-group .chakra-input:disabled,.form-group .chakra-textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.modal-actions{display:flex!important;gap:15px!important;justify-content:center!important;margin-top:30px!important;padding-top:20px!important;border-top:1px solid #dee2e6}.modal-actions .cancel-button,.modal-actions .submit-button{padding:12px 30px!important;border-radius:8px!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important;border:none!important;font-size:16px;box-shadow:0 2px 4px #0000001a}.modal-actions .cancel-button{background-color:#e9ecef!important;color:#212529!important}.modal-actions .cancel-button:hover{background-color:#dee2e6!important;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.modal-actions .submit-button{background-color:#4361ee!important;color:#fff!important}.modal-actions .submit-button:hover{background-color:#3a56d4!important;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.edit-form-section{margin-bottom:30px;padding:25px;background-color:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.edit-form-section h3{margin-top:0;margin-bottom:20px;color:#212529;font-size:22px;font-weight:600;text-align:center;padding-bottom:15px;border-bottom:1px solid #dee2e6}.form-group{margin-bottom:25px!important}.form-group label{display:block!important;margin-bottom:10px!important;font-weight:600!important;font-size:16px;color:#212529}.form-group .chakra-input,.form-group .chakra-textarea{width:100%!important;padding:14px!important;border:2px solid #dee2e6!important;border-radius:8px!important;font-size:16px!important;font-family:Inter,sans-serif!important;transition:all .3s ease;background-color:#fff}.form-group .chakra-input:focus,.form-group .chakra-textarea:focus{outline:none!important;border-color:#4361ee!important;box-shadow:0 0 0 3px #4361ee33!important}.form-group .chakra-input:disabled,.form-group .chakra-textarea:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.form-group .chakra-textarea{min-height:120px!important;resize:vertical!important}.form-group.disabled{opacity:.7}.form-group.disabled label{color:#6c757d}.no-abstracts{text-align:center;padding:40px 0;color:#6c757d;font-size:16px}.modal-overlay{position:fixed!important;padding-top:80px;top:300!important;left:0!important;right:0!important;background-color:#000000b3!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:10000!important;opacity:1!important;visibility:visible!important;pointer-events:auto;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.abstract-modal{background-color:#fff!important;border-radius:16px!important;width:95%!important;max-width:900px!important;max-height:80vh!important;overflow-y:auto!important;box-shadow:0 10px 25px #00000026!important;animation:modalFadeIn .4s ease-out!important;display:block!important;opacity:1!important;visibility:visible!important;position:relative!important;z-index:10001!important;pointer-events:auto;margin:60px auto!important}.abstract-modal *{pointer-events:auto}.abstract-modal:before,.abstract-modal:after{pointer-events:none}.modal-header{padding:25px!important;border-bottom:1px solid #dee2e6!important;display:flex!important;justify-content:space-between!important;align-items:center!important;background-color:#f8f9fa;border-radius:16px 16px 0 0}.modal-header h2{margin:0!important;font-size:26px!important;font-weight:700!important;color:#212529;text-align:center;flex-grow:1}.modal-header .close-button{background:none!important;border:none!important;font-size:28px!important;cursor:pointer!important;color:#6c757d!important;padding:0 10px!important;border-radius:8px;transition:all .3s ease;width:auto;height:auto;display:flex;align-items:center;justify-content:center}.modal-header .close-button:hover{color:#212529!important;background-color:#0000000d!important}.modal-body{padding:25px!important}.modal-body .abstract-authors{font-size:18px!important;margin-bottom:25px!important;color:#6c757d!important;font-weight:500}.modal-body .score-section{margin-top:35px!important;padding-top:25px!important;border-top:1px solid #dee2e6!important}.modal-body .score-section label{display:block!important;margin-bottom:12px!important;font-weight:600!important;font-size:18px;color:#212529}.modal-body .score-section .score-stars-preview{display:flex!important;gap:8px!important;margin-bottom:20px!important;justify-content:center!important}.modal-body .score-section .score-stars-preview .star{color:#e2e8f0!important;font-size:36px!important;cursor:pointer!important;transition:all .3s ease!important;font-family:Arial,sans-serif!important}.modal-body .score-section .score-stars-preview .star.filled{color:gold!important}.modal-body .score-section .score-stars-preview .star:hover{color:gold!important;transform:scale(1.2)}.modal-body .score-section .score-display{text-align:center!important;font-size:20px!important;font-weight:600!important;color:#4a5568!important;margin-bottom:15px!important}.modal-body .score-section .score-display .score-value{font-size:24px!important;color:#2d3748!important}.modal-body .score-section input{padding:12px 15px!important;border:2px solid #dee2e6!important;border-radius:8px!important;font-size:18px!important;width:100px!important;margin-right:15px!important;text-align:center!important;transition:border-color .3s ease!important}.modal-body .score-section input:focus{border-color:#4299e1!important;outline:none!important;box-shadow:0 0 0 3px #4299e133!important}.modal-body .score-section input:focus{border-color:#4361ee!important;outline:none!important;box-shadow:0 0 0 3px #4361ee33}.modal-body .score-section .submit-score-button{padding:12px 25px!important;background-color:#4361ee!important;color:#fff!important;border:none!important;border-radius:8px!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important;display:block!important;margin:20px auto 0!important;font-size:16px!important;box-shadow:0 2px 4px #0000001a!important}.modal-body .score-section .submit-score-button:hover:not(:disabled){background-color:#3a56d4!important;transform:translateY(-2px)!important;box-shadow:0 4px 8px #00000026!important}.modal-body .score-section .submit-score-button:disabled{background-color:#a0aec0!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.modal-body .score-section .score-notice{color:#28a745!important;font-weight:600!important;margin-top:20px!important;font-size:18px!important;padding:12px 20px!important;background-color:#28a7451a!important;border-radius:8px!important;text-align:center!important;border:1px solid rgba(40,167,69,.3)!important}.modal-body .score-section .score-range-info{text-align:center!important;font-size:14px!important;color:#718096!important;margin-top:8px!important}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.score-stars{display:inline-block!important;margin:0 8px!important}.score-stars .star{color:#cbd5e0!important;font-size:16px!important;font-family:Arial,sans-serif!important}.score-stars .star.filled{color:gold!important}.nav-icon{display:inline-flex!important;vertical-align:middle!important;margin-right:8px!important}.score-stars-preview .star,#score-input,.submit-score-button{pointer-events:auto!important;cursor:pointer}input[type=number]{pointer-events:auto}input[type=number]:disabled{pointer-events:none}.profile-page{padding:2rem 0;min-height:calc(100vh - 100px);background-color:#f8f9fa}.profile-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.profile-page .profile-header{text-align:center;margin-bottom:2rem}.profile-page .profile-header h1{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.profile-page .profile-header p{font-size:1rem;color:#718096}.profile-page .alert{padding:1rem;border-radius:.375rem;margin-bottom:1.5rem}.profile-page .alert.alert-success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.profile-page .alert.alert-error{background-color:#fee2e2;color:#b91c1c;border:1px solid #ef4444}.profile-page .profile-card{background:#fff;border-radius:15px;box-shadow:14px 17px 40px 4px #7090b014;padding:20px;border:1px solid #e2e8f0;margin-bottom:2rem;width:100%;position:relative;word-wrap:break-word;background-clip:border-box}.profile-page .profile-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.profile-page .profile-card .card-header h2{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0}.profile-page .profile-card .card-header .button-group{display:flex;gap:.5rem}.profile-page .profile-card .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}@media (max-width: 768px){.profile-page .profile-card .form-grid{grid-template-columns:1fr}}.profile-page .profile-card .form-grid .form-group{margin-bottom:0}.profile-page .profile-card .form-grid .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#718096;font-size:.875rem}.profile-page .profile-card .form-grid .form-group input,.profile-page .profile-card .form-grid .form-group select{width:100%;padding:.75rem;border:1px solid #cbd5e0;border-radius:.375rem;font-size:1rem;transition:border-color .2s;background-color:#fff}.profile-page .profile-card .form-grid .form-group input:focus,.profile-page .profile-card .form-grid .form-group select:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.profile-page .profile-card .form-grid .form-group input:disabled,.profile-page .profile-card .form-grid .form-group select:disabled{background-color:#f7fafc;cursor:not-allowed}.profile-page .profile-card .form-grid .form-group select{background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.profile-page .profile-card .form-grid .form-group .help-text{font-size:.75rem;color:#718096;margin-top:.25rem}.profile-page .btn{padding:.5rem 1rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center}.profile-page .btn.btn-primary{background-color:#3182ce;color:#fff}.profile-page .btn.btn-primary:hover:not(:disabled){background-color:#2b6cb0}.profile-page .btn.btn-primary:disabled{background-color:#a0aec0;cursor:not-allowed}.profile-page .btn.btn-outline{background-color:transparent;color:#4a5568;border:1px solid #cbd5e0}.profile-page .btn.btn-outline:hover:not(:disabled){background-color:#f7fafc;border-color:#a0aec0}.profile-page .btn.btn-outline:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.my-communications-page{max-width:1200px;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafd}.my-communications-page .upload-progress-container{width:100%;display:flex;flex-direction:column;gap:.5rem}.my-communications-page .upload-progress-bar{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}.my-communications-page .upload-progress-fill{height:100%;background-color:#4caf50;transition:width .3s ease;border-radius:4px}.my-communications-page .upload-progress-text{font-size:.85rem;color:#4a5568;text-align:center;min-height:1.5rem}.my-communications-page .page-header{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #edf2f7;margin-bottom:1.5rem}.my-communications-page .page-header .back-btn{background:#f7fafc;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;color:#4a5568}.my-communications-page .page-header .back-btn:hover{background:#e2e8f0}.my-communications-page .page-header .page-title-section h1{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0;display:flex;align-items:center;gap:.5rem}.my-communications-page .page-header .page-title-section .page-subtitle{font-size:1rem;color:#718096;margin:0}.my-communications-page .page-content{flex:1;overflow-y:auto}.my-communications-page .communications-list{display:flex;flex-direction:column;gap:1.5rem}.my-communications-page .communication-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e2e8f0;transition:all .2s;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.my-communications-page .communication-card{flex-direction:row;gap:2rem}}.my-communications-page .communication-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #00000014}.my-communications-page .communication-card .comm-main-content{flex:1}.my-communications-page .communication-card .comm-title-status-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.my-communications-page .communication-card .comm-title-status-row .comm-title-code-container{display:flex;align-items:center;gap:.5rem;flex:1}.my-communications-page .communication-card .comm-title-status-row .comm-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0;line-height:1.4}.my-communications-page .communication-card .comm-title-status-row .comm-title .comm-code{font-weight:700;color:#718096;margin-right:.5rem}.my-communications-page .communication-card .comm-title-status-row .expand-btn{background:none;border:none;color:#718096;cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .2s,background-color .2s}.my-communications-page .communication-card .comm-title-status-row .expand-btn:hover{color:#4a5568;background-color:#f7fafc}.my-communications-page .communication-card .comm-title-status-row .expand-btn .rotated{transform:rotate(180deg);transition:transform .2s ease}.my-communications-page .communication-card .comm-details-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media (min-width: 768px){.my-communications-page .communication-card .comm-details-grid{flex-direction:row}}.my-communications-page .communication-card .comm-details-grid .detail-group{display:flex;flex-direction:column;gap:.5rem;flex:1}.my-communications-page .communication-card .detail-item,.my-communications-page .communication-card .contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:#4a5568;line-height:1.4}.my-communications-page .communication-card .detail-item .detail-icon,.my-communications-page .communication-card .detail-item .contact-icon,.my-communications-page .communication-card .contact-item .detail-icon,.my-communications-page .communication-card .contact-item .contact-icon{color:#718096;flex-shrink:0;margin-top:.1rem}.my-communications-page .communication-card .detail-item .detail-label,.my-communications-page .communication-card .detail-item .contact-label,.my-communications-page .communication-card .contact-item .detail-label,.my-communications-page .communication-card .contact-item .contact-label{font-weight:500;min-width:110px;color:#2d3748}.my-communications-page .communication-card .detail-item .detail-value,.my-communications-page .communication-card .detail-item .contact-value,.my-communications-page .communication-card .contact-item .detail-value,.my-communications-page .communication-card .contact-item .contact-value{flex:1;word-break:break-word}.my-communications-page .communication-card .comm-contact-info{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #edf2f7}.my-communications-page .communication-card .comm-action-section{display:flex;flex-direction:column;gap:1rem;min-width:280px;align-items:stretch}@media (min-width: 768px){.my-communications-page .communication-card .comm-action-section{align-items:flex-start;min-width:250px}}.my-communications-page .communication-card .comm-action-section .file-size-info{font-size:.8em;color:#666;margin-top:5px;text-align:center}.my-communications-page .communication-card .abstract-section{width:100%;padding:1rem;background-color:#f0f9ff;border-radius:6px;border:1px solid #bee3f8}.my-communications-page .communication-card .abstract-section h4{margin-top:0;margin-bottom:.75rem;font-size:1rem;font-weight:600;color:#2d3748}.my-communications-page .communication-card .abstract-section .file-status{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.my-communications-page .communication-card .abstract-section .file-status .file-icon{color:#3182ce}.my-communications-page .communication-card .abstract-section .file-status .file-name{flex:1;font-size:.9rem;color:#2d3748;word-break:break-all}.my-communications-page .communication-card .abstract-section .file-status .download-btn{background:none;border:1px solid #e2e8f0;color:#3182ce;cursor:pointer;padding:.25rem .5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.my-communications-page .communication-card .abstract-section .file-status .download-btn:hover{background-color:#ebf8ff;border-color:#3182ce}.my-communications-page .communication-card .pptx-section{width:100%;padding:1rem;background-color:#f7fafc;border-radius:6px;border:1px solid #e2e8f0}.my-communications-page .communication-card .pptx-section h4{margin-top:0;margin-bottom:.75rem;font-size:1rem;font-weight:600;color:#2d3748}.my-communications-page .communication-card .pptx-section .file-status{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.my-communications-page .communication-card .pptx-section .file-status .file-icon{color:#4299e1}.my-communications-page .communication-card .pptx-section .file-status .file-name{flex:1;font-size:.9rem;color:#2d3748;word-break:break-all}.my-communications-page .communication-card .pptx-section .file-status .download-btn{background:none;border:1px solid #e2e8f0;color:#4299e1;cursor:pointer;padding:.25rem .5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.my-communications-page .communication-card .pptx-section .file-status .download-btn:hover{background-color:#ebf8ff;border-color:#4299e1}.my-communications-page .communication-card .pptx-section .no-file{font-size:.85rem;color:#a0aec0;margin:0}.my-communications-page .communication-card .upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#4caf50;color:#fff;padding:.75rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s;border:none;text-align:center;width:100%}.my-communications-page .communication-card .upload-btn:hover:not(:disabled){background-color:#45a049}.my-communications-page .communication-card .upload-btn:disabled{background-color:#ccc;cursor:not-allowed}.my-communications-page .communication-card .attestation-status{width:100%}.my-communications-page .communication-card .attestation-status .attestation-badge{display:inline-block;padding:.35rem .75rem;border-radius:16px;font-size:.85rem;font-weight:500}.my-communications-page .communication-card .attestation-status .attestation-badge.sent{background-color:#ebf8f0;color:#1bbf4c;border:1px solid #b7f5c7}.my-communications-page .communication-card .attestation-status .attestation-badge.pending{background-color:#fffbe6;color:#e6a700;border:1px solid #ffe7a0}.my-communications-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.my-communications-page .loading-state .loading-spinner{width:2.5rem;height:2.5rem;border:3px solid #edf2f7;border-top-color:#3182ce;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.my-communications-page .loading-state p{color:#4a5568;font-size:.875rem}.my-communications-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;flex:1}.my-communications-page .empty-state .empty-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#fff5f5;color:#e53e3e;border-radius:50%;margin-bottom:1rem}.my-communications-page .empty-state p{color:#4a5568;font-size:.875rem;margin-bottom:1.5rem}.my-communications-page .primary-btn{background:#3182ce;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;display:inline-block;text-align:center}.my-communications-page .primary-btn:hover{background:#2b6cb0}@keyframes spin{to{transform:rotate(360deg)}}.badges-page{padding:7rem 2rem 3rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 10rem)}.badges-page .badges-header{text-align:center;margin-bottom:3rem}.badges-page .badges-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.badges-page .badges-header p{font-size:1.125rem;color:#6b7280}.badges-page .badges-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;justify-items:center}.badges-page .badge-item{width:100%;display:flex;justify-content:center}.badges-page .badge-item.loading .badge-preview-skeleton{height:250px;width:500px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:16px}.badges-page .badge-preview-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.badges-page .badge-template-horizontal{display:flex;border-radius:16px;overflow:hidden;position:relative;transition:all .3s ease}.badges-page .badge-template-horizontal:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.badges-page .badge-template-horizontal .badge-left-section{width:40%;padding:20px;display:flex;align-items:center;justify-content:center}.badges-page .badge-template-horizontal .badge-left-section .event-info-container{text-align:center;width:100%}.badges-page .badge-template-horizontal .badge-left-section .event-name{font-size:22px;font-weight:700;margin:0 0 12px;word-break:break-word;line-height:1.2}.badges-page .badge-template-horizontal .badge-left-section .event-date,.badges-page .badge-template-horizontal .badge-left-section .event-location{font-size:14px;margin-top:8px;font-weight:500}.badges-page .badge-template-horizontal .badge-middle-section{width:35%;padding:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.badges-page .badge-template-horizontal .badge-middle-section .user-info-vertical{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.badges-page .badge-template-horizontal .badge-middle-section .user-avatar{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;overflow:hidden;box-shadow:0 4px 8px #0003}.badges-page .badge-template-horizontal .badge-middle-section .avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.badges-page .badge-template-horizontal .badge-middle-section .user-details{text-align:center}.badges-page .badge-template-horizontal .badge-middle-section .user-details .user-name{font-size:18px;font-weight:600;margin:0 0 4px}.badges-page .badge-template-horizontal .badge-middle-section .user-details .user-title{margin-top:4px;font-size:12px}.badges-page .badge-template-horizontal .badge-middle-section .badge-id{font-size:12px;font-weight:500;margin-top:8px}.badges-page .badge-template-horizontal .badge-right-section{width:25%;padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:center}.badges-page .badge-template-horizontal .badge-right-section .qr-container{padding:4px;border-radius:8px;margin-bottom:.25rem}.badges-page .badge-template-horizontal .badge-right-section .qr-container .qr-code{width:100px;height:100px;object-fit:contain}.badges-page .badge-template-horizontal .badge-right-section .scan-text{font-size:10px;font-weight:500}.badges-page .badge-template-horizontal .badge-corner{position:absolute;width:20px;height:20px;border-width:2px;border-style:solid}.badges-page .badge-template-horizontal .badge-corner.top-left{top:0;left:0;border-right:none;border-bottom:none;border-top-left-radius:14px}.badges-page .badge-template-horizontal .badge-corner.top-right{top:0;right:0;border-left:none;border-bottom:none;border-top-right-radius:14px}.badges-page .badge-template-horizontal .badge-corner.bottom-left{bottom:0;left:0;border-right:none;border-top:none;border-bottom-left-radius:14px}.badges-page .badge-template-horizontal .badge-corner.bottom-right{bottom:0;right:0;border-left:none;border-top:none;border-bottom-right-radius:14px}.badges-page .download-button{padding:10px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.badges-page .download-button:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.badges-page .download-button:disabled{opacity:.7;cursor:not-allowed}.error-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.error-state.centered,.empty-state.centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;padding:2rem}.error-state .error-icon,.error-state .empty-icon,.empty-state .error-icon,.empty-state .empty-icon{font-size:4rem;margin-bottom:1.5rem}.error-state h3,.empty-state h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.error-state p,.empty-state p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;max-width:500px}.error-state .retry-button,.empty-state .retry-button{background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.error-state .retry-button:hover,.empty-state .retry-button:hover{background-color:#2563eb}.empty-state .empty-icon{opacity:.5}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.badges-page{padding:6rem 1rem 2rem}.badges-page .badge-template-horizontal{flex-direction:column;width:100%!important;height:auto!important}.badges-page .badge-template-horizontal .badge-left-section,.badges-page .badge-template-horizontal .badge-middle-section,.badges-page .badge-template-horizontal .badge-right-section{width:100%!important;padding:15px}.badges-page .badge-template-horizontal .badge-left-section{order:1;padding:20px 15px}.badges-page .badge-template-horizontal .badge-left-section .event-name{font-size:20px}.badges-page .badge-template-horizontal .badge-middle-section{order:2}.badges-page .badge-template-horizontal .badge-middle-section .user-avatar{width:70px;height:70px}.badges-page .badge-template-horizontal .badge-middle-section .user-name{font-size:16px}.badges-page .badge-template-horizontal .badge-right-section{order:3}.badges-page .badge-template-horizontal .badge-right-section .qr-container .qr-code{width:90px!important;height:90px!important}.error-state.centered,.empty-state.centered{position:relative;top:auto;left:auto;transform:none;padding:3rem 1rem}}@media (max-width: 480px){.badges-page{padding:5rem .5rem 1.5rem}.badges-page .badge-item.loading .badge-preview-skeleton{width:100%!important;max-width:350px;height:200px}.error-state.centered,.empty-state.centered{padding:2rem .5rem}.error-state.centered .error-icon,.error-state.centered .empty-icon,.empty-state.centered .error-icon,.empty-state.centered .empty-icon{font-size:3rem}.error-state.centered h3,.empty-state.centered h3{font-size:1.25rem}.error-state.centered p,.empty-state.centered p{font-size:1rem}}.payment-success-bg{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f0f4f8;padding:20px;box-sizing:border-box}.payment-success-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:40px 30px;width:100%;max-width:500px;text-align:center}.payment-success-card .loading-container,.payment-success-card .error-container,.payment-success-card .success-container{display:flex;flex-direction:column;align-items:center;gap:15px}.payment-success-card h2,.payment-success-card h3{color:#2c3e50;margin-bottom:10px}.payment-success-card h3{font-size:1.4rem}.payment-success-card h2{font-size:1.8rem}.payment-success-card p{color:#7f8c8d;font-size:1rem;line-height:1.5}.payment-success-card .highlight{color:#27ae60;font-weight:500}.payment-success-card .redirect-note{color:#3498db;font-style:italic;margin-top:10px}.payment-success-card .spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.payment-success-card .success-icon,.payment-success-card .error-icon{font-size:3rem}.payment-success-card .success-icon{color:#27ae60}.payment-success-card .error-icon{color:#e74c3c}.payment-success-card .btn-secondary{background-color:#95a5a6;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:1rem;margin-top:15px}.payment-success-card .btn-secondary:hover{background-color:#7f8c8d}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.auth-card{width:100%;max-width:440px;padding:2.5rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;text-align:center}.auth-card .input-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease-in-out;background-color:#fff}.auth-card .input-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-card .input-group input:disabled{background-color:#f8fafc;opacity:.7;cursor:not-allowed}.auth-card .input-group input.has-value{border-color:#2563eb}.auth-card .input-group .input-help{font-size:.8rem;color:#64748b;margin-top:.5rem;line-height:1.4}.auth-card .auth-btn.secondary{background-color:#64748b;color:#fff}.auth-card .auth-btn.secondary:hover:not(:disabled){background-color:#4f5b6d;transform:translateY(-1px)}.auth-card .auth-btn.outline{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.auth-card .auth-btn.outline:hover:not(:disabled){background-color:#2563eb;color:#fff}.auth-card .post-submit-actions .success-guidance{text-align:left;background-color:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #e2e8f0}.auth-card .post-submit-actions .success-guidance p{margin-bottom:.75rem;color:#1e293b;font-weight:600}.auth-card .post-submit-actions .success-guidance ul{list-style:none;padding:0;margin:0}.auth-card .post-submit-actions .success-guidance ul li{color:#64748b;position:relative;padding:.25rem 0 .25rem 1rem}.auth-card .post-submit-actions .success-guidance ul li:before{content:"•";color:#10b981;font-weight:700;position:absolute;left:0}.auth-card .post-submit-actions .action-buttons{display:flex;flex-direction:column;gap:.75rem}.auth-card .auth-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.auth-card .auth-footer .back-link{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto;transition:all .2s ease-in-out}.auth-card .auth-footer .back-link:hover{color:#1d4ed8}@media (max-width: 480px){.auth-card{padding:2rem 1.5rem}.auth-header h2{font-size:1.5rem}.action-buttons .auth-btn{padding:.875rem 1rem}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 1rem 2rem}.auth-card{width:100%;max-width:440px;padding:2.5rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;text-align:center;margin-top:2rem}.auth-card .auth-header{margin-bottom:2rem}.auth-card .auth-header .icon-wrapper{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.auth-card .auth-header h2{margin-bottom:.75rem;color:#1e293b;font-size:1.75rem;font-weight:700}.auth-card .auth-header .instructions{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.auth-card .error-message,.auth-card .success-message{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.auth-card .error-message{color:#ef4444;background-color:#ef444414;border:1px solid rgba(239,68,68,.2)}.auth-card .success-message{color:#10b981;background-color:#10b98114;border:1px solid rgba(16,185,129,.2)}.auth-card .auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-card .input-group{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.auth-card .input-group label{margin-bottom:.5rem;font-weight:600;color:#1e293b;font-size:.9rem}.auth-card .input-group .input-wrapper{position:relative;width:100%}.auth-card .input-group .input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease-in-out;background-color:#fff}.auth-card .input-group .input-wrapper input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-card .input-group .input-wrapper input:disabled{background-color:#f8fafc;opacity:.7;cursor:not-allowed}.auth-card .input-group .input-wrapper input.valid{border-color:#10b981}.auth-card .input-group .input-wrapper input.invalid{border-color:#ef4444}.auth-card .input-group .input-wrapper .show-password{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#64748b;padding:.25rem;border-radius:4px;transition:all .2s ease-in-out;z-index:2}.auth-card .input-group .input-wrapper .show-password:hover:not(:disabled){color:#2563eb;background-color:#2563eb1a}.auth-card .input-group .input-wrapper .show-password:disabled{color:#e2e8f0;cursor:not-allowed}.auth-card .password-guidance{margin-top:1rem;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.auth-card .password-guidance .strength-indicator{margin-bottom:1rem}.auth-card .password-guidance .strength-indicator .strength-header{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#64748b;margin-bottom:.5rem}.auth-card .password-guidance .strength-indicator .strength-header .strength-text{font-weight:600}.auth-card .password-guidance .strength-indicator .strength-header .strength-text.very-weak{color:#ef4444}.auth-card .password-guidance .strength-indicator .strength-header .strength-text.weak{color:#f59e0b}.auth-card .password-guidance .strength-indicator .strength-header .strength-text.fair{color:#f4a261}.auth-card .password-guidance .strength-indicator .strength-header .strength-text.good,.auth-card .password-guidance .strength-indicator .strength-header .strength-text.strong{color:#10b981}.auth-card .password-guidance .strength-indicator .strength-bars{display:flex;gap:4px}.auth-card .password-guidance .strength-indicator .strength-bars .strength-bar{flex:1;height:4px;border-radius:2px;transition:all .3s ease-in-out}.auth-card .password-guidance .strength-indicator .strength-bars .strength-bar.very-weak{background-color:#ef4444}.auth-card .password-guidance .strength-indicator .strength-bars .strength-bar.weak{background-color:#f59e0b}.auth-card .password-guidance .strength-indicator .strength-bars .strength-bar.fair{background-color:#f4a261}.auth-card .password-guidance .strength-indicator .strength-bars .strength-bar.good,.auth-card .password-guidance .strength-indicator .strength-bars .strength-bar.strong{background-color:#10b981}.auth-card .password-guidance .strength-indicator .strength-bars .strength-bar.inactive{background-color:#e2e8f0}.auth-card .password-guidance .password-requirements .requirements-title{font-weight:600;color:#1e293b;margin-bottom:.75rem;font-size:.875rem}.auth-card .password-guidance .password-requirements .requirements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.auth-card .password-guidance .password-requirements .requirements-list li{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.auth-card .password-guidance .password-requirements .requirements-list li.met{color:#10b981}.auth-card .password-guidance .password-requirements .requirements-list li.unmet{color:#64748b}.auth-card .password-match{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;font-weight:500}.auth-card .password-match.matched{color:#10b981}.auth-card .password-match.unmatched{color:#ef4444}.auth-card .auth-btn{width:100%;padding:1rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-card .auth-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.auth-card .auth-btn.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.auth-card .auth-btn:disabled{opacity:.65;cursor:not-allowed;transform:none!important;box-shadow:none!important}.auth-card .auth-btn .spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.auth-card .post-reset-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.auth-card .post-reset-actions p{color:#64748b;margin-bottom:1rem;font-size:.9rem}.auth-card .post-reset-actions .login-link{color:#2563eb;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid #2563eb;border-radius:8px;transition:all .2s ease-in-out;display:inline-block}.auth-card .post-reset-actions .login-link:hover{background-color:#2563eb;color:#fff;text-decoration:none}@media (max-width: 480px){.auth-container{padding-top:3rem;padding-left:1rem;padding-right:1rem}.auth-card{padding:2rem 1.5rem;margin-top:1rem}.auth-header h2{font-size:1.5rem}}.event-registration-manager-bg{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:20px;background-color:#f0f2f5;font-family:Arial,sans-serif}.event-registration-manager-card{width:100%;max-width:900px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;margin-top:20px}.event-registration-manager-card .event-image-banner{width:100%;height:250px;overflow:hidden}.event-registration-manager-card .event-image-banner img{width:100%;height:100%;object-fit:cover;object-position:center}.event-registration-manager-card .event-header{padding:25px 30px 15px;border-bottom:1px solid #eee;background-color:#fff}.event-registration-manager-card .event-header h1{margin:0 0 10px;font-size:2rem;color:#2c3e50;font-weight:600}.event-registration-manager-card .event-header p{margin:0;color:#7f8c8d;line-height:1.5}.event-registration-manager-card .manager-content{padding:30px}.event-registration-manager-card .manager-content h2{margin-top:0;color:#34495e;font-size:1.6rem;border-bottom:2px solid #3498db;padding-bottom:10px}.event-registration-manager-card .manager-content .no-subscriptions{text-align:center;padding:40px 20px;background-color:#f8f9fa;border-radius:8px;margin-bottom:30px}.event-registration-manager-card .manager-content .no-subscriptions p{margin:0;color:#7f8c8d;font-size:1.1rem}.event-registration-manager-card .manager-content .subscriptions-list{margin-bottom:40px}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card{border:1px solid #e1e8ed;border-radius:8px;padding:20px;margin-bottom:20px;background-color:#fff;transition:box-shadow .2s ease-in-out;box-shadow:0 2px 4px #0000000d}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card:hover{box-shadow:0 4px 8px #0000001a}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-header h3{margin:0;font-size:1.3rem;color:#2c3e50;flex:1}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-header .status-badge{padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500;color:#fff;align-self:flex-start}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-header .status-badge.status-paid{background-color:#27ae60}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-header .status-badge.status-pending{background-color:#f39c12}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-details{padding:0 0 15px;border-bottom:1px solid #eee;margin-bottom:15px}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-details p{margin:8px 0;color:#555}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-details p strong{color:#34495e}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-actions{text-align:right}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-actions .btn{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:1rem;transition:background-color .2s ease}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-actions .btn.btn-edit{background-color:#3498db;color:#fff}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-actions .btn.btn-edit:hover:not(:disabled){background-color:#2980b9}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-actions .btn.btn-disabled{background-color:#bdc3c7;color:#7f8c8d;cursor:not-allowed}.event-registration-manager-card .manager-content .subscriptions-list .subscription-card .subscription-actions .btn.btn-disabled:hover{background-color:#bdc3c7}.event-registration-manager-card .manager-content .new-subscription-section{border-top:1px solid #eee;padding-top:30px}.event-registration-manager-card .manager-content .new-subscription-section h2{border-bottom:2px solid #2ecc71}.event-registration-manager-card .manager-content .new-subscription-section p{color:#7f8c8d;margin-bottom:20px;font-size:1rem}.event-registration-manager-card .manager-content .new-subscription-section .btn.btn-add-new{background-color:#2ecc71;color:#fff;border:none;padding:14px 28px;border-radius:6px;cursor:pointer;font-weight:500;font-size:1.1rem;transition:background-color .2s ease;display:inline-block}.event-registration-manager-card .manager-content .new-subscription-section .btn.btn-add-new:hover{background-color:#27ae60}.event-registration-manager-card .loading-container,.event-registration-manager-card .error-container{text-align:center;padding:60px 20px}.event-registration-manager-card .loading-container .spinner,.event-registration-manager-card .error-container .spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid #3498db;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 25px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.event-registration-manager-card .error-container button{margin-top:20px;padding:10px 20px;background-color:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.event-registration-manager-card .error-container button:hover{background-color:#c0392b}@media (max-width: 768px){.event-registration-manager-bg{padding:10px}.event-registration-manager-card .event-header{padding:20px 15px 10px}.event-registration-manager-card .event-header h1{font-size:1.6rem}.event-registration-manager-card .manager-content{padding:20px}.event-registration-manager-card .manager-content .subscription-card .subscription-header{flex-direction:column;align-items:flex-start;gap:10px}.event-registration-manager-card .manager-content .subscription-card .subscription-header h3{width:100%}.event-registration-manager-card .manager-content .new-subscription-section .btn.btn-add-new{width:100%;padding:15px}}
