.public-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.public-layout .public-nav{background-color:#fff;border-bottom:1px solid #E5E7EB;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:1030}.public-layout .public-nav .nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 640px){.public-layout .public-nav .nav-container{padding:0 1rem}}.public-layout .public-nav .nav-content{display:flex;align-items:center;justify-content:space-between;height:64px}.public-layout .public-nav .nav-content .nav-brand{display:flex;align-items:center;gap:.75rem}.public-layout .public-nav .nav-content .nav-brand .nav-logo{height:4rem;width:auto}.public-layout .public-nav .nav-content .nav-brand .brand-link{font-size:1.25rem;font-weight:700;color:#111827;text-decoration:none}.public-layout .public-nav .nav-content .nav-brand .brand-link .brand-highlight{color:#ffc627}.public-layout .public-nav .nav-content .nav-main{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.public-layout .public-nav .nav-content .nav-main{display:none}}.public-layout .public-nav .nav-content .nav-main .nav-links{display:flex;align-items:center;gap:1.5rem}.public-layout .public-nav .nav-content .nav-main .nav-links .nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .15s;position:relative;padding:.5rem 0}.public-layout .public-nav .nav-content .nav-main .nav-links .nav-link:hover{color:#111827}.public-layout .public-nav .nav-content .nav-main .nav-links .nav-link.active{color:#8c1d40}.public-layout .public-nav .nav-content .nav-main .nav-links .nav-link.active:after{content:"";position:absolute;bottom:-1rem;left:0;right:0;height:2px;background-color:#8c1d40}.public-layout .public-nav .nav-content .nav-main .nav-auth{display:flex;align-items:center;gap:.75rem}.public-layout .public-nav .nav-content .nav-main .nav-auth .nav-btn{display:inline-flex;align-items:center;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;text-decoration:none}.public-layout .public-nav .nav-content .nav-main .nav-auth .nav-btn.nav-btn-primary{background-color:#ffc627;color:#111827;border:1px solid transparent}.public-layout .public-nav .nav-content .nav-main .nav-auth .nav-btn.nav-btn-primary:hover{background-color:#e6b223}.public-layout .public-nav .nav-content .nav-main .nav-auth .nav-btn.nav-btn-secondary{background-color:transparent;color:#111827;border:1px solid #E5E7EB}.public-layout .public-nav .nav-content .nav-main .nav-auth .nav-btn.nav-btn-secondary:hover{background-color:#f3f4f6;border-color:#ffc627}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown{position:relative}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .user-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.375rem;background:none;border:none;cursor:pointer;transition:background-color .15s}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .user-btn:hover{background-color:#f3f4f6}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .user-btn .user-avatar{width:2rem;height:2rem;background:linear-gradient(135deg,#ffc627,#e6b223);border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#111827;font-size:.875rem}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .user-btn .user-name{font-size:.875rem;font-weight:500;color:#111827}@media (max-width: 640px){.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .user-btn .user-name{display:none}}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .user-btn .dropdown-icon{width:1rem;height:1rem;color:#6b7280}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:12rem;background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all .15s}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;text-align:left;color:#6b7280;text-decoration:none;background:none;border:none;cursor:pointer;transition:background-color .15s}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu .dropdown-item:hover{background-color:#f3f4f6;color:#111827}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu .dropdown-item:first-child{border-radius:.75rem .75rem 0 0}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu .dropdown-item:last-child{border-radius:0 0 .75rem .75rem}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu .dropdown-item .item-icon{width:1rem;height:1rem}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu .dropdown-item.logout-btn:hover{background-color:#ef44441a;color:#ef4444}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu .dropdown-divider{height:1px;background-color:#e5e7eb;border:none;margin:.25rem 0}.public-layout .public-nav .nav-content .nav-main .nav-auth .user-dropdown .dropdown-menu .dropdown-form{margin:0}.public-layout .public-nav .nav-content .mobile-menu-btn{display:none;padding:.5rem;background:none;border:none;cursor:pointer}@media (max-width: 768px){.public-layout .public-nav .nav-content .mobile-menu-btn{display:block}}.public-layout .public-nav .nav-content .mobile-menu-btn .menu-icon{width:1.5rem;height:1.5rem;color:#6b7280}@media (min-width: 768px){.public-layout .public-nav .mobile-menu{display:none}}.public-layout .public-nav .mobile-menu{background-color:#fff;border-top:1px solid #E5E7EB;padding:1rem;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.public-layout .public-nav .mobile-menu.show{max-height:600px;overflow-y:auto}.public-layout .public-nav .mobile-menu .mobile-nav-links{margin-bottom:1rem}.public-layout .public-nav .mobile-menu .mobile-nav-links .mobile-nav-link{display:block;padding:.75rem 0;color:#6b7280;text-decoration:none;font-weight:500;border-bottom:1px solid #F3F4F6;transition:color .15s}.public-layout .public-nav .mobile-menu .mobile-nav-links .mobile-nav-link:last-child{border-bottom:none}.public-layout .public-nav .mobile-menu .mobile-nav-links .mobile-nav-link:hover,.public-layout .public-nav .mobile-menu .mobile-nav-links .mobile-nav-link.active{color:#8c1d40}.public-layout .public-nav .mobile-menu .mobile-language-section{padding:1rem 0;border-bottom:1px solid #F3F4F6;margin-bottom:1rem}.public-layout .public-nav .mobile-menu .mobile-language-section .mobile-section-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.public-layout .public-nav .mobile-menu .mobile-language-section .mobile-language-switcher{margin:0}.public-layout .public-nav .mobile-menu .mobile-language-section .mobile-language-switcher .language-switcher{width:100%}.public-layout .public-nav .mobile-menu .mobile-language-section .mobile-language-switcher .language-switcher .language-btn{width:100%;justify-content:flex-start;padding:.75rem}.public-layout .public-nav .mobile-menu .mobile-language-section .mobile-language-switcher .language-switcher .language-dropdown{position:static;width:100%;box-shadow:none;border:1px solid #F3F4F6;margin-top:.5rem}.public-layout .public-nav .mobile-menu .mobile-auth{padding-top:1rem;border-top:1px solid #E5E7EB}.public-layout .public-nav .mobile-menu .mobile-auth .mobile-auth-form{margin:0}.public-layout .public-nav .mobile-menu .mobile-auth .mobile-nav-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;color:#6b7280;text-decoration:none;font-weight:500;border-bottom:1px solid #F3F4F6;transition:color .15s;background:none;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;cursor:pointer}.public-layout .public-nav .mobile-menu .mobile-auth .mobile-nav-link .mobile-link-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.public-layout .public-nav .mobile-menu .mobile-auth .mobile-nav-link:last-child{border-bottom:none}.public-layout .public-nav .mobile-menu .mobile-auth .mobile-nav-link:hover{color:#8c1d40}.public-layout .public-nav .mobile-menu .mobile-auth .mobile-nav-link.btn-style{background-color:#ffc627;color:#111827;padding:.75rem;border-radius:.375rem;text-align:center;justify-content:center;margin-top:.5rem}.public-layout .public-nav .mobile-menu .mobile-auth .mobile-nav-link.btn-style:hover{background-color:#e6b223}.public-layout .public-nav .mobile-menu .mobile-auth .mobile-nav-link.logout-btn:hover,.public-layout .public-nav .mobile-menu .mobile-auth .mobile-nav-link.logout-btn:hover .mobile-link-icon{color:#ef4444}.public-layout .main-content{flex:1;padding:0}.public-layout .public-footer{margin-top:auto;background-color:#fff;border-top:1px solid #E5E7EB;padding:3rem 0 2rem}.public-layout .public-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 640px){.public-layout .public-footer .footer-container{padding:0 1rem}}.public-layout .public-footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}@media (max-width: 768px){.public-layout .public-footer .footer-content{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 640px){.public-layout .public-footer .footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}}.public-layout .public-footer .footer-content .footer-section .footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}@media (max-width: 640px){.public-layout .public-footer .footer-content .footer-section .footer-brand{justify-content:center}}.public-layout .public-footer .footer-content .footer-section .footer-brand .footer-logo{height:4rem;width:auto}.public-layout .public-footer .footer-content .footer-section .footer-brand .footer-brand-text{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.public-layout .public-footer .footer-content .footer-section .footer-brand .footer-brand-text .brand-highlight{color:#ffc627}.public-layout .public-footer .footer-content .footer-section .footer-description{color:#6b7280;line-height:1.6}.public-layout .public-footer .footer-content .footer-section .footer-title{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.public-layout .public-footer .footer-content .footer-section .footer-links{list-style:none;margin:0;padding:0}.public-layout .public-footer .footer-content .footer-section .footer-links li{margin-bottom:.5rem}.public-layout .public-footer .footer-content .footer-section .footer-links li:last-child{margin-bottom:0}.public-layout .public-footer .footer-content .footer-section .footer-links li a{color:#6b7280;text-decoration:none;transition:color .15s}.public-layout .public-footer .footer-content .footer-section .footer-links li a:hover{color:#8c1d40}.public-layout .public-footer .footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;text-align:center}.public-layout .public-footer .footer-bottom .footer-copyright{color:#6b7280;font-size:.875rem;margin:0}.section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 640px){.section-container{padding:0 1rem}}.section-title{font-size:1.875rem;font-weight:700;color:#111827;text-align:center;margin-bottom:2rem}@media (max-width: 768px){.section-title{font-size:1.5rem}}.section-description{color:#6b7280;line-height:1.6;text-align:center;max-width:700px;margin:0 auto 2rem}.auth-form{max-width:28rem;margin:0 auto;background-color:#fff;border:1px solid #E5E7EB;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:2rem}.auth-form .form-header{text-align:center;margin-bottom:2rem}.auth-form .form-header .logo{height:3rem;width:auto;margin-bottom:1rem}.auth-form .form-header .title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.auth-form .form-header .subtitle{color:#6b7280;line-height:1.5}.auth-form .form-content .form-group{margin-bottom:1.5rem}.auth-form .form-content .form-group:last-child{margin-bottom:0}.auth-form .form-content .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-form .form-content .checkbox-group{display:flex;align-items:center;gap:.5rem}.auth-form .form-content .checkbox-group input[type=checkbox]{width:1rem;height:1rem;border:1px solid #E5E7EB;border-radius:.25rem;background-color:#fff}.auth-form .form-content .checkbox-group input[type=checkbox]:checked{background-color:#8c1d40;border-color:#8c1d40}.auth-form .form-content .checkbox-group input[type=checkbox]:focus{box-shadow:0 0 0 2px #8c1d4033}.auth-form .form-content .checkbox-group label{font-size:.875rem;color:#6b7280;cursor:pointer}.auth-form .form-content .checkbox-group label a{color:#8c1d40;text-decoration:none}.auth-form .form-content .checkbox-group label a:hover{text-decoration:underline}.auth-form .form-footer{margin-top:2rem;text-align:center}.auth-form .form-footer .divider{display:flex;align-items:center;margin:1.5rem 0}.auth-form .form-footer .divider:before,.auth-form .form-footer .divider:after{content:"";flex:1;height:1px;background-color:#e5e7eb}.auth-form .form-footer .divider .text{padding:0 1rem;font-size:.875rem;color:#6b7280}.auth-form .form-footer .link-text{color:#6b7280;font-size:.875rem}.auth-form .form-footer .link-text a{color:#8c1d40;text-decoration:none;font-weight:500}.auth-form .form-footer .link-text a:hover{text-decoration:underline}.form-container .form-section{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.form-container .form-section .section-header{padding:1.5rem;border-bottom:1px solid #E5E7EB;background-color:#f9fafb}.form-container .form-section .section-header .title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.form-container .form-section .section-header .description{color:#6b7280;font-size:.875rem;line-height:1.5}.form-container .form-section .section-content{padding:1.5rem}.form-container .form-section .section-content .form-group{margin-bottom:1.5rem}.form-container .form-section .section-content .form-group:last-child{margin-bottom:0}.form-container .form-section .section-content .form-group.required .form-label:after{content:" *";color:#ef4444}.form-container .form-section .section-footer{padding:1.5rem;border-top:1px solid #E5E7EB;background-color:#f9fafb;display:flex;align-items:center;justify-content:space-between}.form-container .form-section .section-footer .help-text{color:#6b7280;font-size:.875rem}.form-container .form-section .section-footer .help-text .required-indicator{color:#ef4444}.form-container .form-section .section-footer .form-actions{display:flex;align-items:center;gap:.75rem}.form-input.input-lg{padding:1rem;font-size:1rem}.form-input.input-sm{padding:.5rem;font-size:.875rem}.form-input.has-error{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444}.form-input.has-error:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.form-input.has-success{border-color:#10b981}.form-input.has-success:focus{border-color:#10b981;box-shadow:0 0 0 1px #10b981}.select-container{position:relative}.select-container .select-input{display:block;width:100%;border-radius:.375rem;border-width:1px;padding:.5rem 2.5rem .5rem .75rem;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-color:#e5e7eb;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}.select-container .select-input:focus{border-color:#ffc627;box-shadow:0 0 0 1px #ffc627}.select-container .select-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.select-container .select-input.loading{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='M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z'/%3e%3c/svg%3e");animation:spin 1s linear infinite}.select-container .select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #E5E7EB;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;max-height:200px;overflow-y:auto}.select-container .select-dropdown .dropdown-item{padding:.75rem;cursor:pointer;transition:background-color .15s}.select-container .select-dropdown .dropdown-item:hover{background-color:#f3f4f6}.select-container .select-dropdown .dropdown-item.selected{background-color:#8c1d401a;color:#8c1d40}.file-upload .upload-area{border:2px dashed #E5E7EB;border-radius:.75rem;padding:2rem;text-align:center;transition:all .15s;cursor:pointer}.file-upload .upload-area:hover,.file-upload .upload-area.dragover{border-color:#ffc627;background-color:#ffc6270d}.file-upload .upload-area .upload-icon{width:3rem;height:3rem;color:#9ca3af;margin:0 auto 1rem}.file-upload .upload-area .upload-text .primary{color:#8c1d40;font-weight:500}.file-upload .upload-area .upload-text .secondary{color:#6b7280;font-size:.875rem}.file-upload .upload-area input[type=file]{display:none}.file-upload .file-list{margin-top:1rem}.file-upload .file-list .file-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f3f4f6;border-radius:.375rem;margin-bottom:.5rem}.file-upload .file-list .file-item:last-child{margin-bottom:0}.file-upload .file-list .file-item .file-info{display:flex;align-items:center;gap:.5rem}.file-upload .file-list .file-item .file-info .file-icon{width:1rem;height:1rem;color:#6b7280}.file-upload .file-list .file-item .file-info .file-details .name{font-size:.875rem;font-weight:500;color:#111827}.file-upload .file-list .file-item .file-info .file-details .size{font-size:.75rem;color:#6b7280}.file-upload .file-list .file-item .file-actions .remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:background-color .15s}.file-upload .file-list .file-item .file-actions .remove-btn:hover{background-color:#ef44441a}.file-upload .file-list .file-item .file-actions .remove-btn .icon{width:1rem;height:1rem}.validation-message{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem}.validation-message .icon{width:1rem;height:1rem;flex-shrink:0}.validation-message.error{color:#ef4444}.validation-message.success{color:#10b981}.validation-message.warning{color:#f59e0b}.form-loading{position:relative}.form-loading:after{content:"";position:absolute;inset:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;border-radius:inherit;z-index:1}.form-loading .loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mention-bar{overflow:hidden;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-height:0;opacity:0;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:50;width:100%;margin-top:.5rem;display:none!important;visibility:hidden}.mention-bar.active{max-height:360px;opacity:1;transform:translateY(0);display:block!important;visibility:visible}.mention-bar-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(250 209 220 / var(--tw-border-opacity, 1));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #fdf2f5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fce7ec var(--tw-gradient-to-position);padding:.5rem 1rem}.mention-bar-title{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(122 25 56 / var(--tw-text-opacity, 1))}.mention-bar-close{display:flex;align-items:center;justify-content:center;border-radius:.25rem;--tw-text-opacity: 1;color:rgb(204 44 90 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;width:1.5rem;height:1.5rem}.mention-bar-close:hover{--tw-bg-opacity: 1;background-color:rgb(250 209 220 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(122 25 56 / var(--tw-text-opacity, 1))}.mention-bar-content{overflow-y:auto;max-height:320px}.mention-bar-loading,.mention-bar-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem;text-align:center}.mention-bar-item{display:flex;cursor:pointer;align-items:center;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding:.75rem 1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;position:relative}.mention-bar-item:hover{--tw-bg-opacity: 1;background-color:rgb(253 242 245 / var(--tw-bg-opacity, 1))}.mention-bar-item:last-child{border-bottom-width:0px}.mention-bar-item.selected{border-left-width:4px;--tw-border-opacity: 1;border-left-color:rgb(204 44 90 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(252 231 236 / var(--tw-bg-opacity, 1))}.mention-bar-item.selected .mention-bar-check{opacity:1}.mention-bar-avatar{flex-shrink:0;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));-o-object-fit:cover;object-fit:cover;width:2rem;height:2rem}.mention-bar-avatar-placeholder{border-radius:9999px;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #e14973 var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 73 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #8C1D40 var(--tw-gradient-to-position);display:flex;flex-shrink:0;align-items:center;justify-content:center;border-width:2px;--tw-border-opacity: 1;border-color:rgb(237 115 149 / var(--tw-border-opacity, 1));font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:2rem;height:2rem;font-size:.875rem}.mention-bar-user-info{margin-left:.75rem;min-width:0px;flex:1 1 0%}.mention-bar-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.mention-bar-user-meta{margin-top:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.mention-bar-check{margin-left:auto;--tw-text-opacity: 1;color:rgb(204 44 90 / var(--tw-text-opacity, 1));opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.mention{cursor:pointer;font-weight:600;--tw-text-opacity: 1;color:rgb(140 29 64 / var(--tw-text-opacity, 1))}.mention:hover{--tw-text-opacity: 1;color:rgb(104 24 50 / var(--tw-text-opacity, 1));text-decoration-line:underline}.mention{transition:all .2s ease}.mention:hover{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(253 242 245 / var(--tw-bg-opacity, 1));padding-left:.25rem;padding-right:.25rem}.community-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}@media (max-width: 1024px){.community-layout{grid-template-columns:1fr;gap:1.5rem}}.community-main{min-width:0}.community-sidebar{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:1.5rem;max-height:calc(100vh - 100px);overflow-y:auto}.community-sidebar::-webkit-scrollbar{width:6px}.community-sidebar::-webkit-scrollbar-track{background:#f9fafb;border-radius:.375rem}.community-sidebar::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:.375rem}.community-sidebar::-webkit-scrollbar-thumb:hover{background:#ffc6274d}@media (max-width: 1024px){.community-sidebar{position:static;max-height:none;overflow-y:visible}}.sidebar-card{background:#fff;border:1px solid #E5E7EB;border-radius:.75rem;padding:1.5rem;transition:all .15s}.sidebar-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 640px){.sidebar-card{padding:1rem}}.sidebar-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #F3F4F6}.search-form{display:flex;flex-direction:column;gap:.75rem}.search-input-group{position:relative}.search-input-group .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#6b7280;pointer-events:none}.search-input-group .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #E5E7EB;border-radius:.375rem;font-size:1rem;color:#111827;background:#fff;transition:all .15s}.search-input-group .search-input:focus{outline:none;border-color:#8c1d40;box-shadow:0 0 0 3px #8c1d401a}.search-input-group .search-input::-moz-placeholder{color:#6b7280}.search-input-group .search-input::placeholder{color:#6b7280}.btn-search{width:100%;padding:.5rem 1rem;background:#8c1d40;color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-search:hover{background:#6a1631}.btn-search:active{transform:translateY(1px)}.sidebar-actions .btn-block{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.25rem}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}}.stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:1rem;background:#f9fafb;border-radius:.375rem;transition:all .15s;text-align:center;border:1px solid transparent}.stat-item:hover{background:#8c1d400d;border-color:#8c1d401a;transform:translateY(-2px);box-shadow:0 2px 8px #0000000d}.stat-icon{font-size:1.5rem;line-height:1}.stat-info{flex:1;min-width:0}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2;margin-bottom:.25rem}.stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.topic-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.topic-item{padding-bottom:.75rem;border-bottom:1px solid #F3F4F6}.topic-item:last-child{padding-bottom:0;border-bottom:none}.topic-link{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;text-decoration:none;color:#111827;transition:color .15s}.topic-link:hover{color:#8c1d40}.topic-link:hover .topic-title{text-decoration:underline}.topic-title{flex:1;font-size:.875rem;line-height:1.4}.topic-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.topic-comments{font-size:.75rem;color:#6b7280;white-space:nowrap}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag-item{display:inline-block;padding:.25rem .75rem;background:#f9fafb;color:#6b7280;border-radius:9999px;font-size:.875rem;text-decoration:none;transition:all .15s}.tag-item:hover{background:#8c1d40;color:#fff;transform:translateY(-2px)}.archive-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.archive-link{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-radius:.375rem;text-decoration:none;color:#111827;transition:all .15s}.archive-link:hover{background:#f9fafb;color:#8c1d40}.archive-date{font-size:.875rem}.archive-count{font-size:.75rem;color:#6b7280;background:#f9fafb;padding:.25rem .5rem;border-radius:.375rem;font-weight:500}.archive-link:hover .archive-count{background:#8c1d401a;color:#8c1d40}.pinned-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.pinned-item{padding-bottom:.75rem;border-bottom:1px solid #F3F4F6}.pinned-item:last-child{padding-bottom:0;border-bottom:none}.pinned-link{display:flex;align-items:flex-start;gap:.5rem;text-decoration:none;color:#111827;transition:color .15s}.pinned-link:hover{color:#8c1d40}.pinned-link:hover .pinned-title{text-decoration:underline}.pinned-icon{flex-shrink:0;font-size:1rem;line-height:1.4}.pinned-title{flex:1;font-size:.875rem;line-height:1.4}.empty-message{font-size:.875rem;color:#6b7280;text-align:center;padding:1rem 0;margin:0}.sidebar-card-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #F3F4F6}.sidebar-card-title svg{flex-shrink:0;color:#8c1d40}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;color:#6b7280;text-decoration:none;background:#f9fafb;border:1px solid transparent;transition:all .15s;cursor:pointer}.filter-option:hover{background:#8c1d400d;border-color:#8c1d4033;color:#111827;transform:translate(4px)}.filter-option.active{background:linear-gradient(135deg,#8c1d401a,#8c1d400d);border-color:#8c1d40;color:#8c1d40;font-weight:600;box-shadow:0 2px 8px #8c1d4026}.filter-option.active:hover{background:linear-gradient(135deg,#8c1d4026,#8c1d4014);transform:translate(4px)}.status-badge{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem;flex-shrink:0}.status-badge.badge-success{background-color:#10b981}.status-badge.badge-gray{background-color:#6b7280}.status-badge.badge-warning{background-color:#f59e0b}.sidebar-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;border:1px solid transparent}.sidebar-btn.btn-primary{background-color:#ffc627;color:#111827}.sidebar-btn.btn-primary:hover{background-color:#e6b223;transform:translateY(-2px);box-shadow:0 4px 12px #ffc6274d}.sidebar-btn.btn-secondary{background-color:transparent;color:#6b7280;border-color:#e5e7eb}.sidebar-btn.btn-secondary:hover{background-color:#f9fafb;border-color:#6b7280;color:#111827;transform:translateY(-2px)}.sidebar-btn svg{width:1rem;height:1rem}@media (max-width: 1024px){.community-sidebar{order:2}.community-main{order:1}}@media (max-width: 768px){.sidebar-card-title{font-size:.875rem;padding-bottom:.5rem}.filter-option,.sidebar-btn{padding:.5rem .75rem;font-size:.75rem}}@media (max-width: 640px){.stats-grid{grid-template-columns:1fr 1fr;gap:.5rem}.stat-value{font-size:1.125rem}.stat-label{font-size:.65rem}}.easymde-preview-container,.editor-preview-side,.editor-preview{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.6;color:#333}.easymde-preview-container h1,.easymde-preview-container h2,.easymde-preview-container h3,.easymde-preview-container h4,.easymde-preview-container h5,.easymde-preview-container h6,.editor-preview-side h1,.editor-preview-side h2,.editor-preview-side h3,.editor-preview-side h4,.editor-preview-side h5,.editor-preview-side h6,.editor-preview h1,.editor-preview h2,.editor-preview h3,.editor-preview h4,.editor-preview h5,.editor-preview h6{margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.25}.easymde-preview-container h1,.editor-preview-side h1,.editor-preview h1{font-size:2em;border-bottom:1px solid #eee;padding-bottom:.3em}.easymde-preview-container h2,.editor-preview-side h2,.editor-preview h2{font-size:1.5em;border-bottom:1px solid #eee;padding-bottom:.3em}.easymde-preview-container h3,.editor-preview-side h3,.editor-preview h3{font-size:1.25em}.easymde-preview-container h4,.editor-preview-side h4,.editor-preview h4{font-size:1em}.easymde-preview-container h5,.editor-preview-side h5,.editor-preview h5{font-size:.875em}.easymde-preview-container h6,.editor-preview-side h6,.editor-preview h6{font-size:.85em;color:#6a737d}.easymde-preview-container p,.editor-preview-side p,.editor-preview p{margin-top:0;margin-bottom:1em}.easymde-preview-container ul,.easymde-preview-container ol,.editor-preview-side ul,.editor-preview-side ol,.editor-preview ul,.editor-preview ol{margin-top:0;margin-bottom:1em;padding-left:2em}.easymde-preview-container li,.editor-preview-side li,.editor-preview li{margin-bottom:.25em}.easymde-preview-container a,.editor-preview-side a,.editor-preview a{color:#0366d6;text-decoration:none}.easymde-preview-container a:hover,.editor-preview-side a:hover,.editor-preview a:hover{text-decoration:underline}.easymde-preview-container img,.editor-preview-side img,.editor-preview img{max-width:100%;height:auto;border-radius:4px;margin:1em 0;box-shadow:0 1px 3px #0000001a}.easymde-preview-container code,.editor-preview-side code,.editor-preview code{padding:.2em .4em;margin:0;font-size:85%;background-color:#1b1f230d;border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.easymde-preview-container pre,.editor-preview-side pre,.editor-preview pre{padding:1em;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px;margin-bottom:1em}.easymde-preview-container pre code,.editor-preview-side pre code,.editor-preview pre code{padding:0;background:transparent}.easymde-preview-container blockquote,.editor-preview-side blockquote,.editor-preview blockquote{margin:0 0 1em;padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5}.easymde-preview-container blockquote>:first-child,.editor-preview-side blockquote>:first-child,.editor-preview blockquote>:first-child{margin-top:0}.easymde-preview-container blockquote>:last-child,.editor-preview-side blockquote>:last-child,.editor-preview blockquote>:last-child{margin-bottom:0}.easymde-preview-container table,.editor-preview-side table,.editor-preview table{border-collapse:collapse;width:100%;margin-bottom:1em}.easymde-preview-container table th,.easymde-preview-container table td,.editor-preview-side table th,.editor-preview-side table td,.editor-preview table th,.editor-preview table td{padding:6px 13px;border:1px solid #dfe2e5}.easymde-preview-container table th,.editor-preview-side table th,.editor-preview table th{font-weight:600;background-color:#f6f8fa}.easymde-preview-container table tr,.editor-preview-side table tr,.editor-preview table tr{background-color:#fff;border-top:1px solid #c6cbd1}.easymde-preview-container table tr:nth-child(2n),.editor-preview-side table tr:nth-child(2n),.editor-preview table tr:nth-child(2n){background-color:#f6f8fa}.easymde-preview-container hr,.editor-preview-side hr,.editor-preview hr{height:.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.easymde-preview-container del,.editor-preview-side del,.editor-preview del{text-decoration:line-through}.easymde-preview-container strong,.editor-preview-side strong,.editor-preview strong{font-weight:600}.easymde-preview-container em,.editor-preview-side em,.editor-preview em{font-style:italic}.easymde-preview-container,.editor-preview-side,.editor-preview{position:relative}.easymde-preview-container::-webkit-scrollbar,.editor-preview-side::-webkit-scrollbar,.editor-preview::-webkit-scrollbar{width:8px}.easymde-preview-container::-webkit-scrollbar-track,.editor-preview-side::-webkit-scrollbar-track,.editor-preview::-webkit-scrollbar-track{background:#f1f1f1}.easymde-preview-container::-webkit-scrollbar-thumb,.editor-preview-side::-webkit-scrollbar-thumb,.editor-preview::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.easymde-preview-container::-webkit-scrollbar-thumb:hover,.editor-preview-side::-webkit-scrollbar-thumb:hover,.editor-preview::-webkit-scrollbar-thumb:hover{background:#555}.CodeMirror-sided{width:50%!important}.EasyMDEContainer.sided{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;z-index:auto!important;border:1px solid #ddd;border-radius:4px}.EasyMDEContainer.sided .CodeMirror{height:500px!important;max-height:500px}.EasyMDEContainer.sided .editor-preview-side{position:relative!important;top:auto!important;width:50%!important;height:500px!important;max-height:500px;border-left:1px solid #ddd}.EasyMDEContainer.fullscreen.sided{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;z-index:auto!important}.posts-container .post-card{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden;margin-bottom:1.5rem;transition:all .15s ease-in-out}.posts-container .post-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ffc6274d}.posts-container .post-card-header{padding:1rem 1.5rem;border-bottom:1px solid #E5E7EB;background-color:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.posts-container .post-card-header .author-info{display:flex;align-items:center;gap:.75rem}.posts-container .post-card-header .author-info .avatar{width:2.5rem;height:2.5rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#6b7280}.posts-container .post-card-header .author-info .author-details .name{font-weight:500;color:#111827;margin-bottom:2px}.posts-container .post-card-header .author-info .author-details .meta{font-size:.75rem;color:#6b7280}.posts-container .post-card-header .post-badges{display:flex;align-items:center;gap:.5rem}.posts-container .post-card-content{padding:1.5rem}.posts-container .post-card-content .title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.posts-container .post-card-content .title a{color:inherit;text-decoration:none;transition:color .15s}.posts-container .post-card-content .title a:hover{color:#8c1d40}.posts-container .post-card-content .content{color:#6b7280;line-height:1.6;margin-bottom:0}.posts-container .post-card-content .content .read-more{color:#8c1d40;text-decoration:none;font-weight:500}.posts-container .post-card-content .content .read-more:hover{text-decoration:underline}.posts-container .post-card-footer{padding:1rem 1.5rem;border-top:1px solid #E5E7EB;background-color:#f9fafb;display:flex;justify-content:space-between;align-items:center}.posts-container .post-card-footer .stats{display:flex;align-items:center;gap:1.5rem}.posts-container .post-card-footer .stats .stat-item{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.posts-container .post-card-footer .stats .stat-item svg{width:1rem;height:1rem}.posts-container .post-card-footer .actions{display:flex;align-items:center;gap:.75rem}.posts-container .post-card-footer .actions a{color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s}.posts-container .post-card-footer .actions a:hover{color:#8c1d40}.posts-container .empty-state{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden;text-align:center;padding:3rem}.posts-container .empty-state .icon{width:4rem;height:4rem;color:#9ca3af;margin:0 auto 1rem}.posts-container .empty-state .title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:.5rem}.posts-container .empty-state .description{color:#6b7280;margin-bottom:1.5rem}.post-create-form .form-section{margin-bottom:1.5rem}.post-create-form .form-section:last-child{margin-bottom:0}.post-create-form .visibility-options .option{padding:.75rem;border:1px solid #E5E7EB;border-radius:.375rem;margin-bottom:.5rem;cursor:pointer;transition:all .15s ease-in-out}.post-create-form .visibility-options .option:hover{border-color:#ffc627;background-color:#ffc6270d}.post-create-form .visibility-options .option.selected{border-color:#ffc627;background-color:#ffc6271a}.post-create-form .group-selection.hidden{display:none}.post-create-form .form-actions{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #E5E7EB}.post-create-form .form-actions .required-note{font-size:.875rem;color:#6b7280}.post-create-form .form-actions .required-note .required{color:#ef4444}.post-create-form .form-actions .buttons{display:flex;align-items:center;gap:.75rem}.post-detail .main-post{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden;margin-bottom:2rem}.post-detail .main-post .post-header{padding:1.5rem;border-bottom:1px solid #E5E7EB;background-color:#fff}.post-detail .main-post .post-header .author-section{display:flex;align-items:center;gap:.75rem}.post-detail .main-post .post-header .author-section .avatar{width:3rem;height:3rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#6b7280}.post-detail .main-post .post-header .author-section .avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:9999px}.post-detail .main-post .post-header .author-section .author-info .name{font-size:1rem;font-weight:500;color:#111827;margin-bottom:2px}.post-detail .main-post .post-header .author-section .author-info .meta{font-size:.875rem;color:#6b7280}.post-detail .main-post .post-header .author-section .author-info .meta .separator{margin:0 .5rem}.post-detail .main-post .post-header .author-section .author-info .meta .group-link{color:#8c1d40;text-decoration:none}.post-detail .main-post .post-header .author-section .author-info .meta .group-link:hover{text-decoration:underline}.post-detail .main-post .post-content{padding:1.5rem}.post-detail .main-post .post-content .title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.3}.post-detail .main-post .post-content .content{color:#111827;line-height:1.7;font-size:1rem}.post-detail .main-post .post-content .content p{margin-bottom:1rem}.post-detail .main-post .post-content .content p:last-child{margin-bottom:0}.post-detail .main-post .post-stats{padding:1.5rem;border-top:1px solid #E5E7EB;background-color:#f9fafb}.post-detail .main-post .post-stats .stats-row{display:flex;align-items:center;justify-content:space-between}.post-detail .main-post .post-stats .stats-row .stats{display:flex;align-items:center;gap:1.5rem}.post-detail .main-post .post-stats .stats-row .stats .stat-item{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.post-detail .main-post .post-stats .stats-row .stats .stat-item svg{width:1.25rem;height:1.25rem}.post-detail .main-post .post-stats .stats-row .actions{display:flex;align-items:center;gap:.75rem}.post-detail .main-post .post-stats .stats-row .actions a,.post-detail .main-post .post-stats .stats-row .actions button{color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s;background:none;border:none;cursor:pointer}.post-detail .main-post .post-stats .stats-row .actions a:hover,.post-detail .main-post .post-stats .stats-row .actions button:hover{color:#8c1d40}.post-detail .main-post .post-stats .stats-row .actions a.delete-btn:hover,.post-detail .main-post .post-stats .stats-row .actions button.delete-btn:hover{color:#ef4444}.comments-section{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.comments-section .section-header{padding:1.5rem;border-bottom:1px solid #E5E7EB;background-color:#fff}.comments-section .section-header .title{font-size:1.125rem;font-weight:500;color:#111827}.comments-section .section-content{padding:1.5rem}.comments-section .section-content .comment-form{margin-bottom:1.5rem}.comments-section .section-content .comment-form .form-row{display:flex;gap:.75rem}.comments-section .section-content .comment-form .form-row .avatar{width:2rem;height:2rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#6b7280;flex-shrink:0}.comments-section .section-content .comment-form .form-row .form-content{flex:1}.comments-section .section-content .comment-form .form-row .form-content .form-actions{margin-top:.75rem;text-align:right}.comments-section .section-content .auth-prompt{text-align:center;padding:1rem;border:2px dashed #E5E7EB;border-radius:.75rem;margin-bottom:1.5rem}.comments-section .section-content .auth-prompt p{color:#6b7280}.comments-section .section-content .auth-prompt p a{color:#8c1d40;text-decoration:none}.comments-section .section-content .auth-prompt p a:hover{text-decoration:underline}.comments-section .section-content .comments-list .comment-item{margin-bottom:1.5rem}.comments-section .section-content .comments-list .comment-item:last-child{margin-bottom:0}.comments-section .section-content .comments-list .comment-item .comment-main{display:flex;gap:.75rem}.comments-section .section-content .comments-list .comment-item .comment-main .avatar{width:2rem;height:2rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#6b7280;flex-shrink:0}.comments-section .section-content .comments-list .comment-item .comment-main .comment-content{flex:1}.comments-section .section-content .comments-list .comment-item .comment-main .comment-content .comment-bubble{background-color:#f3f4f6;border-radius:.75rem;padding:.75rem 1rem}.comments-section .section-content .comments-list .comment-item .comment-main .comment-content .comment-bubble .comment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.comments-section .section-content .comments-list .comment-item .comment-main .comment-content .comment-bubble .comment-header .author{font-size:.875rem;font-weight:500;color:#111827}.comments-section .section-content .comments-list .comment-item .comment-main .comment-content .comment-bubble .comment-header .timestamp{font-size:.75rem;color:#6b7280}.comments-section .section-content .comments-list .comment-item .comment-main .comment-content .comment-bubble .comment-text{font-size:.875rem;color:#111827;line-height:1.5}.comments-section .section-content .comments-list .comment-item .comment-replies{margin-left:1rem;margin-top:1rem}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item{margin-bottom:.75rem}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item:last-child{margin-bottom:0}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item .reply-main{display:flex;gap:.75rem}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item .reply-main .avatar{width:1.5rem;height:1.5rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#6b7280;flex-shrink:0}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item .reply-main .reply-content{flex:1}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item .reply-main .reply-content .reply-bubble{background-color:#f9f9fa;border-radius:.75rem;padding:.5rem .75rem}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item .reply-main .reply-content .reply-bubble .reply-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item .reply-main .reply-content .reply-bubble .reply-header .author{font-size:.75rem;font-weight:500;color:#111827}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item .reply-main .reply-content .reply-bubble .reply-header .timestamp{font-size:.75rem;color:#6b7280}.comments-section .section-content .comments-list .comment-item .comment-replies .reply-item .reply-main .reply-content .reply-bubble .reply-text{font-size:.75rem;color:#111827;line-height:1.5}.comments-section .section-content .empty-comments{text-align:center;padding:2rem}.comments-section .section-content .empty-comments .message{color:#6b7280}.comments-section .disabled-comments{text-align:center;padding:1.5rem}.comments-section .disabled-comments .message{color:#6b7280}.hero-section{background:linear-gradient(135deg,#8c1d40e6,#7a1937cc),url(https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80) center/cover;padding:4rem 0;border-radius:1rem;text-align:center;margin-bottom:2rem;color:#fff}.hero-section .hero-content{max-width:700px;margin:0 auto;padding:0 1.5rem}.hero-section .hero-content .hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.hero-section .hero-content .hero-title{font-size:1.875rem}}.hero-section .hero-content .hero-subtitle{font-size:1.125rem;margin-bottom:2rem;opacity:.95;line-height:1.6}@media (max-width: 768px){.hero-section .hero-content .hero-subtitle{font-size:1rem}}.hero-section .hero-content .hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-section .hero-content .hero-actions .hero-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:9999px;transition:all .15s ease-in-out;text-decoration:none}.hero-section .hero-content .hero-actions .hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #ffc6274d,0 4px 6px -2px #ffc62733}.hero-section .hero-content .hero-actions .hero-cta-button .cta-icon{width:1.25rem;height:1.25rem;transition:transform .15s}.hero-section .hero-content .hero-actions .hero-cta-button:hover .cta-icon{transform:translate(2px)}.welcome-card{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-bottom:2rem;overflow:hidden}.welcome-card .welcome-content{padding:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.welcome-card .welcome-content .user-info{display:flex;align-items:center;gap:1rem}.welcome-card .welcome-content .user-info .avatar-large{width:4rem;height:4rem;background:linear-gradient(135deg,#ffc627,#e6b223);border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#111827;text-shadow:0 1px 2px rgba(0,0,0,.1)}.welcome-card .welcome-content .user-info .user-details .user-name{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.welcome-card .welcome-content .user-info .user-details .user-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.welcome-card .welcome-content .user-info .user-details .user-meta .role-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.welcome-card .welcome-content .user-info .user-details .user-meta .role-badge.role-student{background-color:#3b82f61a;color:#3b82f6}.welcome-card .welcome-content .user-info .user-details .user-meta .role-badge.role-faculty{background-color:#8c1d401a;color:#8c1d40}.welcome-card .welcome-content .user-info .user-details .user-meta .role-badge.role-admin{background-color:#ffc6271a;color:#c08d00}.welcome-card .welcome-content .user-info .user-details .user-meta .faculty-info,.welcome-card .welcome-content .user-info .user-details .user-meta .program-info{font-size:.875rem;color:#6b7280}.welcome-card .welcome-content .verification-status{display:flex;align-items:center}.welcome-card .alert{margin:0;border-radius:0;border-left:none;border-right:none;border-bottom:none}.quick-access-section{margin-bottom:3rem}.quick-access-section .section-title{font-size:1.5rem;font-weight:700;color:#111827;text-align:center;margin-bottom:2rem}.quick-access-section .access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media (max-width: 640px){.quick-access-section .access-grid{grid-template-columns:1fr}}.quick-access-section .access-card{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;padding:2rem;text-align:center;text-decoration:none;transition:all .15s ease-in-out;display:flex;flex-direction:column;align-items:center}.quick-access-section .access-card:hover{transform:translateY(-4px);border-color:#ffc627;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.quick-access-section .access-card:hover .access-icon{transform:scale(1.05)}.quick-access-section .access-card .access-icon{width:4rem;height:4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .15s ease-in-out}.quick-access-section .access-card .access-icon svg{width:2rem;height:2rem}.quick-access-section .access-card .access-icon.access-icon-blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#3b82f6}.quick-access-section .access-card .access-icon.access-icon-green{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#10b981}.quick-access-section .access-card .access-icon.access-icon-purple{background:linear-gradient(135deg,#e9d5ff,#ddd6fe);color:#8b5cf6}.quick-access-section .access-card .access-icon.access-icon-orange{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#f59e0b}.quick-access-section .access-card .access-name{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.quick-access-section .access-card .access-description{color:#6b7280;line-height:1.5}.latest-posts-section{margin-bottom:3rem}.latest-posts-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.latest-posts-section .section-header .section-title{font-size:1.5rem;font-weight:700;color:#111827}.latest-posts-section .section-header .section-link{display:flex;align-items:center;color:#8c1d40;text-decoration:none;font-weight:500;transition:color .15s}.latest-posts-section .section-header .section-link:hover{color:#7a1937}.latest-posts-section .section-header .section-link svg{transition:transform .15s}.latest-posts-section .section-header .section-link:hover svg{transform:translate(2px)}.latest-posts-section .posts-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width: 640px){.latest-posts-section .posts-preview-grid{grid-template-columns:1fr}}.latest-posts-section .post-preview-card{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;overflow:hidden;transition:all .15s ease-in-out}.latest-posts-section .post-preview-card:hover{transform:translateY(-2px);border-color:#8c1d404d;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.latest-posts-section .post-preview-card .post-preview-header{padding:1rem;border-bottom:1px solid #F3F4F6;display:flex;align-items:center;justify-content:space-between}.latest-posts-section .post-preview-card .post-preview-header .author-info{display:flex;align-items:center;gap:.75rem}.latest-posts-section .post-preview-card .post-preview-header .author-info .avatar{width:2rem;height:2rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#6b7280}.latest-posts-section .post-preview-card .post-preview-header .author-info .author-details .name{font-size:.875rem;font-weight:500;color:#111827}.latest-posts-section .post-preview-card .post-preview-header .author-info .author-details .meta{font-size:.75rem;color:#6b7280}.latest-posts-section .post-preview-card .post-preview-header .group-badge{background-color:#8c1d401a;color:#8c1d40;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.latest-posts-section .post-preview-card .post-preview-content{padding:1rem}.latest-posts-section .post-preview-card .post-preview-content .post-title{margin-bottom:.5rem}.latest-posts-section .post-preview-card .post-preview-content .post-title a{font-size:1rem;font-weight:600;color:#111827;text-decoration:none;line-height:1.4}.latest-posts-section .post-preview-card .post-preview-content .post-title a:hover{color:#8c1d40}.latest-posts-section .post-preview-card .post-preview-content .post-excerpt{color:#6b7280;line-height:1.5;font-size:.875rem}.latest-posts-section .post-preview-card .post-preview-footer{padding:.75rem 1rem;background-color:#f9fafb;border-top:1px solid #F3F4F6;display:flex;align-items:center;justify-content:space-between}.latest-posts-section .post-preview-card .post-preview-footer .stats{display:flex;align-items:center;gap:1rem}.latest-posts-section .post-preview-card .post-preview-footer .stats .stat-item{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.75rem}.latest-posts-section .post-preview-card .post-preview-footer .stats .stat-item svg{width:.875rem;height:.875rem}.latest-posts-section .post-preview-card .post-preview-footer .read-more{color:#8c1d40;text-decoration:none;font-size:.75rem;font-weight:500}.latest-posts-section .post-preview-card .post-preview-footer .read-more:hover{color:#7a1937}.latest-posts-section .empty-state{text-align:center;padding:3rem;background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem}.latest-posts-section .empty-state .empty-icon{width:4rem;height:4rem;color:#9ca3af;margin:0 auto 1rem}.latest-posts-section .empty-state .empty-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.latest-posts-section .empty-state .empty-description{color:#6b7280;margin-bottom:1.5rem}.role-owner .user-info .avatar-large{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.role-admin .user-info .avatar-large{background:linear-gradient(135deg,#8c1d40,#7a1937)}.role-committee .user-info .avatar-large{background:linear-gradient(135deg,#74b9ff,#0984e3)}.role-faculty .user-info .avatar-large{background:linear-gradient(135deg,#a29bfe,#6c5ce7)}.about-hero-refined{padding:5rem 0 4rem;background:linear-gradient(135deg,#667eea08,#764ba208),radial-gradient(circle at 20% 50%,rgba(102,126,234,.05) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(251,191,36,.05) 0%,transparent 50%);position:relative;overflow:hidden}.about-hero-refined:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.2) 50%,transparent 100%)}.about-hero-refined .hero-content-refined{max-width:900px;margin:0 auto;text-align:center}.about-hero-refined .hero-content-refined .hero-label{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2);border-radius:9999px;font-size:.875rem;font-weight:500;color:#8c1d40;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase}.about-hero-refined .hero-content-refined .hero-title-refined{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.about-hero-refined .hero-content-refined .hero-subtitle-refined{font-size:1.125rem;color:#6b7280;line-height:1.8;max-width:700px;margin:0 auto 3rem}.about-hero-refined .hero-content-refined .hero-stats{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.about-hero-refined .hero-content-refined .hero-stats .stat-item-refined{text-align:center}.about-hero-refined .hero-content-refined .hero-stats .stat-item-refined .stat-number{font-size:1.875rem;font-weight:700;color:#8c1d40;margin-bottom:.5rem;background:linear-gradient(135deg,#8c1d40,#62142d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-refined .hero-content-refined .hero-stats .stat-item-refined .stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.about-hero-refined .hero-content-refined .hero-stats .stat-divider{width:1px;height:40px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.1),transparent)}@media (max-width: 640px){.about-hero-refined .hero-content-refined .hero-stats .stat-divider{display:none}}.section-header-refined{text-align:center;margin-bottom:3rem}.section-header-refined .section-label{display:inline-block;padding:.25rem .75rem;background:#667eea14;border-radius:.375rem;font-size:.75rem;font-weight:600;color:#8c1d40;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.section-header-refined .section-title-refined{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#111827;letter-spacing:-.02em}.mission-section-refined{padding:5rem 0;background:#fff}.mission-section-refined .mission-grid-refined{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto}@media (max-width: 768px){.mission-section-refined .mission-grid-refined{grid-template-columns:1fr;gap:1.5rem}}.mission-section-refined .mission-card-refined{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.mission-section-refined .mission-card-refined:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8c1d40,#62142d);border-radius:1rem 1rem 0 0;transform:scaleX(0);transition:transform .3s ease}.mission-section-refined .mission-card-refined:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014;border-color:#8c1d40}.mission-section-refined .mission-card-refined:hover:before{transform:scaleX(1)}.mission-section-refined .mission-card-refined:hover .mission-number{background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff}.mission-section-refined .mission-card-refined .mission-number{width:56px;height:56px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#8c1d40;margin-bottom:1.5rem;transition:all .3s ease}.mission-section-refined .mission-card-refined .mission-title-refined{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem;line-height:1.4}.mission-section-refined .mission-card-refined .mission-description-refined{color:#6b7280;line-height:1.7;font-size:1rem}.features-section-refined{padding:5rem 0;background:linear-gradient(180deg,#f8fafc,#fff)}.features-section-refined .features-grid-refined{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}@media (max-width: 640px){.features-section-refined .features-grid-refined{grid-template-columns:1fr}}.features-section-refined .feature-card-refined{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.features-section-refined .feature-card-refined:after{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(102,126,234,.08) 0%,transparent 70%);transform:translate(30%,-30%);transition:transform .3s ease}.features-section-refined .feature-card-refined:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014;border-color:#667eea4d}.features-section-refined .feature-card-refined:hover:after{transform:translate(20%,-20%)}.features-section-refined .feature-card-refined:hover .feature-icon-refined{background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff;transform:scale(1.05)}.features-section-refined .feature-card-refined .feature-header-refined{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;position:relative;z-index:1}.features-section-refined .feature-card-refined .feature-header-refined .feature-icon-refined{width:48px;height:48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#8c1d40;transition:all .3s ease}.features-section-refined .feature-card-refined .feature-header-refined .feature-icon-refined svg{width:24px;height:24px}.features-section-refined .feature-card-refined .feature-header-refined .feature-title-refined{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.features-section-refined .feature-card-refined .feature-description-refined{color:#6b7280;line-height:1.7;font-size:.875rem;position:relative;z-index:1}.values-section-refined{padding:5rem 0;background:#fff}.values-section-refined .team-intro-refined{max-width:700px;margin:0 auto 3rem;text-align:center}.values-section-refined .team-intro-refined .team-description-refined{font-size:1.125rem;color:#6b7280;line-height:1.8}.values-section-refined .values-grid-refined{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}@media (max-width: 640px){.values-section-refined .values-grid-refined{grid-template-columns:1fr}}.values-section-refined .value-card-refined{background:linear-gradient(135deg,#fff,#fafbfc);border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.values-section-refined .value-card-refined:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#8c1d40,#62142d);transform:scaleY(0);transition:transform .3s ease}.values-section-refined .value-card-refined:hover{transform:translate(4px);border-color:#667eea4d;box-shadow:0 8px 20px #0000000f}.values-section-refined .value-card-refined:hover:before{transform:scaleY(1)}.values-section-refined .value-card-refined:hover .value-badge{background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff}.values-section-refined .value-card-refined .value-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.375rem;font-size:1rem;font-weight:700;color:#8c1d40;margin-bottom:1rem;transition:all .3s ease}.values-section-refined .value-card-refined .value-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem}.values-section-refined .value-card-refined .value-desc{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}.contact-section-refined{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#fff)}.contact-section-refined .contact-grid-refined{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}@media (max-width: 1024px){.contact-section-refined .contact-grid-refined{grid-template-columns:1fr;gap:2.5rem}}.contact-section-refined .contact-info-refined .contact-description-refined{font-size:1rem;color:#6b7280;line-height:1.7;margin-bottom:2rem}.contact-section-refined .contact-info-refined .contact-methods-refined{display:flex;flex-direction:column;gap:1rem}.contact-section-refined .contact-info-refined .contact-methods-refined .contact-method-refined{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:all .3s ease;text-decoration:none}.contact-section-refined .contact-info-refined .contact-methods-refined .contact-method-refined:hover{border-color:#8c1d40;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.contact-section-refined .contact-info-refined .contact-methods-refined .contact-method-refined:hover .contact-icon-refined{background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff}.contact-section-refined .contact-info-refined .contact-methods-refined .contact-method-refined .contact-icon-refined{width:48px;height:48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#8c1d40;transition:all .3s ease}.contact-section-refined .contact-info-refined .contact-methods-refined .contact-method-refined .contact-icon-refined svg{width:20px;height:20px}.contact-section-refined .contact-info-refined .contact-methods-refined .contact-method-refined .contact-method-title{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.contact-section-refined .contact-info-refined .contact-methods-refined .contact-method-refined .contact-method-value{font-size:1rem;font-weight:500;color:#111827}.contact-section-refined .join-cta-refined{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:1px solid rgba(102,126,234,.15);border-radius:1rem;padding:2.5rem;display:flex;align-items:center;position:relative;overflow:hidden}.contact-section-refined .join-cta-refined:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);transform:translate(30%,-30%)}.contact-section-refined .join-cta-refined .cta-content-refined{position:relative;z-index:1;width:100%}.contact-section-refined .join-cta-refined .cta-content-refined .cta-title-refined{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.contact-section-refined .join-cta-refined .cta-content-refined .cta-description-refined{font-size:1rem;color:#6b7280;line-height:1.7;margin-bottom:2rem}.contact-section-refined .join-cta-refined .cta-content-refined .cta-buttons-refined{display:flex;gap:.75rem;flex-wrap:wrap}.contact-section-refined .join-cta-refined .cta-content-refined .cta-buttons-refined .btn-cta-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff;text-decoration:none;border-radius:.75rem;font-weight:500;transition:all .3s ease;border:none}.contact-section-refined .join-cta-refined .cta-content-refined .cta-buttons-refined .btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.contact-section-refined .join-cta-refined .cta-content-refined .cta-buttons-refined .btn-cta-secondary{padding:.75rem 1.5rem;background:#fff;color:#8c1d40;text-decoration:none;border-radius:.75rem;font-weight:500;border:1px solid #e2e8f0;transition:all .3s ease}.contact-section-refined .join-cta-refined .cta-content-refined .cta-buttons-refined .btn-cta-secondary:hover{background:#f8fafc;border-color:#8c1d40}@media (max-width: 768px){.about-hero-refined{padding:4rem 0 3rem}.mission-section-refined,.features-section-refined,.values-section-refined,.contact-section-refined{padding:4rem 0}}.hero-section{background:linear-gradient(135deg,#8c1d40,#4d1023);color:#fff;padding:5rem 0;text-align:center;position:relative;overflow:hidden}@media (max-width: 768px){.hero-section{padding:4rem 0}}@media (max-width: 640px){.hero-section{padding:3rem 0}}.hero-section .hero-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}@media (max-width: 640px){.hero-section .hero-content{padding:0 1rem}}.hero-section .hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;line-height:1.2}@media (max-width: 1024px){.hero-section .hero-title{font-size:1.875rem}}@media (max-width: 768px){.hero-section .hero-title{font-size:1.5rem}}@media (max-width: 640px){.hero-section .hero-title{font-size:1.25rem}}.hero-section .hero-subtitle{font-size:1.125rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}@media (max-width: 768px){.hero-section .hero-subtitle{font-size:1rem;margin-bottom:1.5rem}}.hero-section .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.hero-section .hero-actions{flex-direction:column;align-items:center}}.hero-section .hero-actions .hero-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#ffc627;color:#111827;text-decoration:none;border-radius:.375rem;font-weight:500;transition:all .15s;border:2px solid transparent}.hero-section .hero-actions .hero-cta-button:hover{background-color:#e6b223;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.hero-section .hero-actions .hero-cta-button .cta-icon{width:1.25rem;height:1.25rem;transition:transform .15s}.hero-section .hero-actions .hero-cta-button:hover .cta-icon{transform:translate(4px)}.hero-section .hero-actions .btn-secondary{padding:.75rem 1.5rem;border:2px solid rgba(255,255,255,.3);color:#fff;background-color:transparent}.hero-section .hero-actions .btn-secondary:hover{background-color:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.news-section{padding:5rem 0;background-color:#f9fafb}@media (max-width: 768px){.news-section{padding:4rem 0}}.news-section .news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 640px){.news-section .news-grid{grid-template-columns:1fr;gap:1rem}}.news-section .news-card{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;overflow:hidden;transition:all .15s}.news-section .news-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ffc627}.news-section .news-card .news-header{padding:1rem;border-bottom:1px solid #F3F4F6;display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.news-section .news-card .news-header .news-meta{display:flex;flex-direction:column;gap:.25rem}.news-section .news-card .news-header .news-meta .news-author{font-weight:500;color:#111827;font-size:.875rem}.news-section .news-card .news-header .news-meta .news-date{color:#6b7280;font-size:.75rem}.news-section .news-card .news-header .news-category{background-color:#8c1d401a;color:#8c1d40;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;white-space:nowrap}.news-section .news-card .news-content{padding:1rem}.news-section .news-card .news-content .news-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.4}.news-section .news-card .news-content .news-title a{color:#111827;text-decoration:none;transition:color .15s}.news-section .news-card .news-content .news-title a:hover{color:#8c1d40}.news-section .news-card .news-content .news-excerpt{color:#6b7280;line-height:1.6;margin:0}.news-section .news-card .news-footer{padding:1rem;border-top:1px solid #F3F4F6;display:flex;justify-content:space-between;align-items:center}.news-section .news-card .news-footer .news-stats{display:flex;gap:1rem}.news-section .news-card .news-footer .news-stats .stat-item{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.news-section .news-card .news-footer .news-stats .stat-item svg{width:1rem;height:1rem}.news-section .news-card .news-footer .read-more{color:#8c1d40;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s}.news-section .news-card .news-footer .read-more:hover{color:#4d1023}.news-section .section-footer{text-align:center}.news-section .section-footer .view-all-btn{display:inline-flex;align-items:center;gap:.5rem;color:#8c1d40;text-decoration:none;font-weight:500;transition:all .15s}.news-section .section-footer .view-all-btn:hover{color:#4d1023;gap:.75rem}.news-section .section-footer .view-all-btn .btn-icon{width:1rem;height:1rem;transition:transform .15s}.news-section .section-footer .view-all-btn:hover .btn-icon{transform:translate(2px)}.news-section .empty-news{text-align:center;padding:3rem 0}.news-section .empty-news .empty-icon{width:4rem;height:4rem;color:#6b7280;margin:0 auto 1rem}.news-section .empty-news .empty-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .5rem}.news-section .empty-news .empty-description{color:#6b7280;margin:0 0 1.5rem}.committee-section{padding:5rem 0;background-color:#fff}@media (max-width: 768px){.committee-section{padding:4rem 0}}.committee-section .committee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media (max-width: 640px){.committee-section .committee-grid{grid-template-columns:1fr;gap:1rem}}.committee-section .committee-card{text-align:center;padding:2rem 1.5rem;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:.75rem;transition:all .15s}.committee-section .committee-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ffc627}.committee-section .committee-card:hover .committee-icon{background-color:#ffc627;color:#111827}.committee-section .committee-card .committee-icon{width:4rem;height:4rem;margin:0 auto 1rem;background-color:#8c1d401a;color:#8c1d40;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:all .15s}.committee-section .committee-card .committee-icon svg{width:2rem;height:2rem}.committee-section .committee-card .committee-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem}.committee-section .committee-card .committee-description{color:#6b7280;line-height:1.6;margin:0}.quick-access-section{padding:5rem 0;background-color:#f9fafb}@media (max-width: 768px){.quick-access-section{padding:4rem 0}}.quick-access-section .access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media (max-width: 640px){.quick-access-section .access-grid{grid-template-columns:1fr;gap:1rem}}.quick-access-section .access-card{display:block;text-decoration:none;background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .15s}.quick-access-section .access-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ffc627}.quick-access-section .access-card.auth-required{opacity:.7}.quick-access-section .access-card.auth-required:hover{opacity:1}.quick-access-section .access-card .access-icon{width:3rem;height:3rem;margin:0 auto 1rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:all .15s}.quick-access-section .access-card .access-icon svg{width:1.5rem;height:1.5rem}.quick-access-section .access-card .access-icon.access-icon-blue{background-color:#3b82f61a;color:#3b82f6}.quick-access-section .access-card .access-icon.access-icon-green{background-color:#22c55e1a;color:#22c55e}.quick-access-section .access-card .access-icon.access-icon-purple{background-color:#a855f71a;color:#a855f7}.quick-access-section .access-card .access-icon.access-icon-orange{background-color:#f973161a;color:#f97316}.quick-access-section .access-card .access-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem}.quick-access-section .access-card .access-description{color:#6b7280;margin:0;line-height:1.5}.quick-access-section .access-card:hover .access-icon{transform:scale(1.1)}.hero-section-enhanced{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#8c1d40,#62142d)}.hero-section-enhanced .hero-background{position:absolute;inset:0;overflow:hidden}.hero-section-enhanced .hero-background .hero-gradient{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(140,29,64,.4) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,198,39,.3) 0%,transparent 50%);animation:pulse 15s ease-in-out infinite}.hero-section-enhanced .hero-background .hero-particles{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.1) 1px,transparent 1px);background-size:100px 100px,50px 50px;animation:float 20s ease-in-out infinite}.hero-section-enhanced .hero-content-enhanced{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center;color:#fff}.hero-section-enhanced .hero-content-enhanced .hero-badge{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.hero-section-enhanced .hero-content-enhanced .hero-badge .badge-icon{width:16px;height:16px;color:#ffc627}.hero-section-enhanced .hero-content-enhanced .hero-badge .badge-text{font-size:.875rem;font-weight:500}.hero-section-enhanced .hero-content-enhanced .hero-badge .badge-pulse{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}.hero-section-enhanced .hero-content-enhanced .hero-title-enhanced{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-section-enhanced .hero-content-enhanced .hero-title-enhanced .title-main{display:block;margin-bottom:.5rem}.hero-section-enhanced .hero-content-enhanced .hero-title-enhanced .title-highlight{background:linear-gradient(45deg,#ffc627,#ffd35a,#ffbf0e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.hero-section-enhanced .hero-content-enhanced .hero-subtitle-enhanced{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-section-enhanced .hero-content-enhanced .hero-stats{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-section-enhanced .hero-content-enhanced .hero-stats .stat-item{text-align:center}.hero-section-enhanced .hero-content-enhanced .hero-stats .stat-item .stat-number{display:block;font-size:1.875rem;font-weight:700;margin-bottom:.25rem;color:#ffc627}.hero-section-enhanced .hero-content-enhanced .hero-stats .stat-item .stat-label{font-size:.875rem;opacity:.8}.hero-section-enhanced .hero-content-enhanced .hero-stats .stat-divider{width:1px;height:40px;background:#ffffff4d}@media (max-width: 640px){.hero-section-enhanced .hero-content-enhanced .hero-stats .stat-divider{display:none}}.hero-section-enhanced .hero-content-enhanced .hero-actions-enhanced{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-section-enhanced .hero-content-enhanced .hero-actions-enhanced .cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#ffc627,#fdba00);color:#111827;text-decoration:none;border-radius:9999px;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 10px 30px #ffc6274d}.hero-section-enhanced .hero-content-enhanced .hero-actions-enhanced .cta-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #ffc62780}.hero-section-enhanced .hero-content-enhanced .hero-actions-enhanced .cta-primary .cta-icon{width:20px;height:20px;transition:transform .3s ease}.hero-section-enhanced .hero-content-enhanced .hero-actions-enhanced .cta-primary:hover .cta-icon{transform:translate(4px)}.hero-section-enhanced .hero-content-enhanced .hero-actions-enhanced .cta-secondary{display:inline-flex;align-items:center;padding:1rem 2rem;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:9999px;font-weight:500;font-size:1.125rem;border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.hero-section-enhanced .hero-content-enhanced .hero-actions-enhanced .cta-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.trending-section{padding:5rem 0;background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.trending-section .trending-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.trending-section .trending-header .trending-indicator{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.trending-section .trending-header .trending-indicator .pulse-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}.trending-section .trending-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.trending-section .trending-grid .trending-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.trending-section .trending-grid .trending-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ffc627,#8c1d40);transform:scaleX(0);transition:transform .3s ease}.trending-section .trending-grid .trending-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.trending-section .trending-grid .trending-card:hover:before{transform:scaleX(1)}.trending-section .trending-grid .trending-card.hot{border-color:#ef4444}.trending-section .trending-grid .trending-card.hot .trending-badge{background:linear-gradient(135deg,#ef4444,#dc2626)}.trending-section .trending-grid .trending-card .trending-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:linear-gradient(135deg,#ffc627,#8c1d40);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1rem}.trending-section .trending-grid .trending-card .trending-badge .badge-icon{width:14px;height:14px}.trending-section .trending-grid .trending-card .trending-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem;line-height:1.4}.trending-section .trending-grid .trending-card .trending-stats{display:flex;gap:1rem}.trending-section .trending-grid .trending-card .trending-stats .stat{color:#6b7280;font-size:.875rem}.committee-showcase{padding:5rem 0;background:#fff}.committee-showcase .committee-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem;background:#f1f5f9;padding:.25rem;border-radius:9999px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.committee-showcase .committee-tabs .tab-btn{padding:.75rem 1.5rem;background:none;border:none;border-radius:9999px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease}.committee-showcase .committee-tabs .tab-btn.active{background:#fff;color:#111827;box-shadow:0 4px 12px #0000001a}.committee-showcase .committee-content .tab-panel{display:none}.committee-showcase .committee-content .tab-panel.active{display:block}.committee-showcase .committee-content .members-wall{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.committee-showcase .committee-content .members-wall .member-card-link{text-decoration:none;display:block;height:100%}.committee-showcase .committee-content .members-wall .member-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;text-align:center;position:relative;transition:all .3s ease;height:100%}.committee-showcase .committee-content .members-wall .member-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a;border-color:#8c1d40}.committee-showcase .committee-content .members-wall .member-card .member-avatar{position:relative;width:80px;height:80px;margin:0 auto 1rem;background:#f1f5f9;border-radius:50%}.committee-showcase .committee-content .members-wall .member-card .member-avatar img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#f1f5f9}.committee-showcase .committee-content .members-wall .member-card .member-avatar .member-status{position:absolute;bottom:4px;right:4px;width:16px;height:16px;border-radius:50%;border:3px solid white}.committee-showcase .committee-content .members-wall .member-card .member-avatar .member-status.online{background:#10b981}.committee-showcase .committee-content .members-wall .member-card .member-avatar .member-status.away{background:#f59e0b}.committee-showcase .committee-content .members-wall .member-card .member-info .member-name{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.committee-showcase .committee-content .members-wall .member-card .member-info .member-role{color:#ffc627;font-weight:500;margin-bottom:.25rem}.committee-showcase .committee-content .members-wall .member-card .member-info .member-program{color:#6b7280;font-size:.875rem}.committee-showcase .committee-content .alumni-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.committee-showcase .committee-content .alumni-grid .alumni-card-link{text-decoration:none;display:block}.committee-showcase .committee-content .alumni-grid .alumni-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.committee-showcase .committee-content .alumni-grid .alumni-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a;border-color:#8c1d40}.committee-showcase .committee-content .alumni-grid .alumni-card .alumni-year{background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-weight:700;font-size:.875rem}.committee-showcase .committee-content .alumni-grid .alumni-card .alumni-avatar{width:60px;height:60px;flex-shrink:0;background:#f1f5f9;border-radius:50%}.committee-showcase .committee-content .alumni-grid .alumni-card .alumni-avatar img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#f1f5f9}.committee-showcase .committee-content .alumni-grid .alumni-card .alumni-info h4{font-weight:600;color:#111827;margin-bottom:.25rem}.committee-showcase .committee-content .alumni-grid .alumni-card .alumni-info p{color:#6b7280;font-size:.875rem;margin:0}.committee-showcase .committee-content .empty-committee{text-align:center;padding:3rem 0;color:#6b7280;font-size:1.125rem}.committee-showcase .committee-footer{text-align:center;margin-top:2rem}.committee-showcase .committee-footer .view-all-committee{display:inline-flex;align-items:center;gap:.5rem;color:#8c1d40;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;padding:.75rem 1.5rem;border-radius:9999px;border:2px solid rgba(140,29,64,.2);background:#8c1d400d}.committee-showcase .committee-footer .view-all-committee:hover{background:#8c1d40;color:#fff;gap:.75rem;transform:translateY(-2px);box-shadow:0 8px 20px #8c1d404d}.committee-showcase .committee-footer .view-all-committee .arrow-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.committee-showcase .committee-footer .view-all-committee:hover .arrow-icon{transform:translate(4px)}.section-title-modern{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#111827;margin-bottom:.5rem;position:relative}.section-title-modern:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#ffc627,#8c1d40);border-radius:2px}.section-subtitle{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;text-align:center}.quick-access-section-modern{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.quick-access-section-modern .access-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}@media (max-width: 640px){.quick-access-section-modern .access-grid-modern{grid-template-columns:1fr;gap:1rem}}.quick-access-section-modern .access-card-modern{background:#fff;border-radius:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #e2e8f0;group:hover}.quick-access-section-modern .access-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8c1d40,#62142d);transform:scaleX(0);transition:transform .3s ease}.quick-access-section-modern .access-card-modern:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.quick-access-section-modern .access-card-modern:hover:before{transform:scaleX(1)}.quick-access-section-modern .access-card-modern:hover .access-icon-modern{background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff;transform:scale(1.1)}.quick-access-section-modern .access-card-modern.primary-card{border-color:#8c1d40;background:linear-gradient(135deg,#8c1d4005,#ffc62705)}.quick-access-section-modern .access-card-modern.primary-card .card-badge{background:linear-gradient(135deg,#8c1d40,#62142d)}.quick-access-section-modern .access-card-modern .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.quick-access-section-modern .access-card-modern .card-header .access-icon-modern{width:48px;height:48px;background:#f1f5f9;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#8c1d40;transition:all .3s ease}.quick-access-section-modern .access-card-modern .card-header .access-icon-modern svg{width:24px;height:24px}.quick-access-section-modern .access-card-modern .card-header .card-badge{background:#8c1d401a;color:#8c1d40;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.quick-access-section-modern .access-card-modern .card-content .access-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.quick-access-section-modern .access-card-modern .card-content .access-description{color:#6b7280;line-height:1.5;margin:0}.quick-access-section-modern .access-card-modern.auth-required{opacity:.8}.quick-access-section-modern .access-card-modern.auth-required:hover{opacity:1}.news-section-enhanced{padding:5rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.news-section-enhanced .news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.news-section-enhanced .news-header .view-all-modern{display:inline-flex;align-items:center;gap:.5rem;color:#8c1d40;text-decoration:none;font-weight:500;transition:all .3s ease}.news-section-enhanced .news-header .view-all-modern:hover{gap:.75rem;color:#62142d}.news-section-enhanced .news-header .view-all-modern .arrow-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.news-section-enhanced .news-header .view-all-modern:hover .arrow-icon{transform:translate(4px)}.news-section-enhanced .news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.news-section-enhanced .news-grid .news-card-link{text-decoration:none;display:block;height:100%}.news-section-enhanced .news-grid .news-card-link:hover .news-card{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.news-section-enhanced .news-grid .news-card-link:hover .news-card:before{transform:scaleX(1)}.news-section-enhanced .news-grid .news-card{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}.news-section-enhanced .news-grid .news-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8c1d40,#62142d);transform:scaleX(0);transition:transform .3s ease}.news-section-enhanced .news-grid .news-card .news-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.news-section-enhanced .news-grid .news-card .news-header .news-meta{display:flex;flex-direction:column;gap:.25rem}.news-section-enhanced .news-grid .news-card .news-header .news-meta .news-author{font-weight:500;color:#111827;font-size:.875rem}.news-section-enhanced .news-grid .news-card .news-header .news-meta .news-date{color:#6b7280;font-size:.75rem}.news-section-enhanced .news-grid .news-card .news-header .news-category{background:#8c1d401a;color:#8c1d40;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.news-section-enhanced .news-grid .news-card .news-content{margin-bottom:1rem}.news-section-enhanced .news-grid .news-card .news-content .news-title{margin-bottom:.5rem}.news-section-enhanced .news-grid .news-card .news-content .news-title a{color:#111827;text-decoration:none;font-size:1.125rem;font-weight:600;line-height:1.4}.news-section-enhanced .news-grid .news-card .news-content .news-title a:hover{color:#8c1d40}.news-section-enhanced .news-grid .news-card .news-content .news-excerpt{color:#6b7280;line-height:1.5;margin:0}.news-section-enhanced .news-grid .news-card .news-footer{display:flex;justify-content:space-between;align-items:center}.news-section-enhanced .news-grid .news-card .news-footer .news-stats{display:flex;gap:.75rem}.news-section-enhanced .news-grid .news-card .news-footer .news-stats .stat-item{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.news-section-enhanced .news-grid .news-card .news-footer .news-stats .stat-item svg{width:16px;height:16px}.news-section-enhanced .news-grid .news-card .news-footer .read-more{color:#8c1d40;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .3s ease}.news-section-enhanced .news-grid .news-card .news-footer .read-more:hover{color:#62142d}.news-section-enhanced .section-footer{text-align:center}.news-section-enhanced .section-footer .view-all-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:9999px;font-weight:500;transition:all .3s ease}.news-section-enhanced .section-footer .view-all-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026;gap:.75rem}.news-section-enhanced .section-footer .view-all-btn .btn-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.news-section-enhanced .section-footer .view-all-btn:hover .btn-icon{transform:translate(4px)}.news-section-enhanced .empty-news{text-align:center;padding:4rem 1rem}.news-section-enhanced .empty-news .empty-icon{width:64px;height:64px;color:#6b7280;margin:0 auto 1rem}.news-section-enhanced .empty-news .empty-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.news-section-enhanced .empty-news .empty-description{color:#6b7280;margin-bottom:1.5rem}.news-section-enhanced .empty-news .btn-primary{background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:9999px;font-weight:500;transition:all .3s ease}.news-section-enhanced .empty-news .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}@keyframes float-2{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(-2deg)}}@keyframes float-3{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(1deg)}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width: 768px){.hero-section-enhanced .hero-content-enhanced .hero-stats{gap:1rem}.hero-section-enhanced .hero-content-enhanced .hero-actions-enhanced{flex-direction:column;align-items:center}.trending-section .trending-grid,.committee-showcase .members-wall{grid-template-columns:1fr}}.community-header{background-color:#fff;border-bottom:1px solid #E5E7EB;padding:3rem 0}@media (max-width: 768px){.community-header{padding:2rem 0}}.community-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}@media (max-width: 768px){.community-header .header-content{flex-direction:column;align-items:center;text-align:center;gap:1rem}}.community-header .header-text{flex:1}.community-header .header-text .page-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}@media (max-width: 768px){.community-header .header-text .page-title{font-size:1.5rem}}.community-header .header-text .page-subtitle{color:#6b7280;font-size:1.125rem;margin:0;line-height:1.6}@media (max-width: 768px){.community-header .header-text .page-subtitle{font-size:1rem}}.community-header .header-actions .btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem}.community-header .header-actions .btn-primary svg{width:1rem;height:1rem}.community-content{padding:3rem 0;background-color:#f9fafb}@media (max-width: 768px){.community-content{padding:2rem 0}}.post-feed{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 640px){.post-feed{gap:1rem}}.community-post-card-link{text-decoration:none;display:block;transition:transform .15s}.community-post-card-link:hover{transform:translateY(-2px)}.community-post-card-link:hover .community-post-card{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ffc6274d}.community-post-card{background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;overflow:hidden;transition:all .15s;height:100%;display:flex;flex-direction:column}.community-post-card .post-header{padding:1rem 1.5rem;border-bottom:1px solid #F3F4F6;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}@media (max-width: 640px){.community-post-card .post-header{padding:.75rem 1rem;flex-direction:column;gap:.5rem}}.community-post-card .post-header .author-section{display:flex;align-items:center;gap:.75rem;flex:1}.community-post-card .post-header .author-section .author-avatar{width:3rem;height:3rem;background:linear-gradient(135deg,#ffc627,#8c1d40);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem}@media (max-width: 640px){.community-post-card .post-header .author-section .author-avatar{width:2.5rem;height:2.5rem;font-size:1rem}}.community-post-card .post-header .author-section .author-info{flex:1}.community-post-card .post-header .author-section .author-info .author-name{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem}.community-post-card .post-header .author-section .author-info .post-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap}.community-post-card .post-header .author-section .author-info .post-meta .meta-separator{color:#e5e7eb}.community-post-card .post-header .author-section .author-info .post-meta .post-group{color:#8c1d40;font-weight:500}.community-post-card .post-header .author-section .author-info .post-meta .author-faculty{color:#ffc627;font-weight:500}.community-post-card .post-header .post-badges{display:flex;gap:.5rem;flex-shrink:0}@media (max-width: 640px){.community-post-card .post-header .post-badges{align-self:flex-start}}.community-post-card .post-content{padding:1.5rem}@media (max-width: 640px){.community-post-card .post-content{padding:1rem}}.community-post-card .post-content .post-title{font-size:1.25rem;font-weight:600;margin:0 0 1rem;line-height:1.4;color:#111827}@media (max-width: 640px){.community-post-card .post-content .post-title{font-size:1.125rem;margin-bottom:.75rem}}.community-post-card .post-content .post-text{color:#6b7280;line-height:1.6;margin:0}.community-post-card .post-content .post-text .read-more{color:#8c1d40;text-decoration:none;font-weight:500;margin-left:.5rem}.community-post-card .post-content .post-text .read-more:hover{text-decoration:underline}.community-post-card .post-actions{padding:1rem 1.5rem;border-top:1px solid #F3F4F6;display:flex;justify-content:space-between;align-items:center}@media (max-width: 640px){.community-post-card .post-actions{padding:.75rem 1rem;flex-direction:column;gap:.75rem;align-items:stretch}}.community-post-card .post-actions .action-stats{display:flex;gap:1.5rem}@media (max-width: 640px){.community-post-card .post-actions .action-stats{justify-content:space-around}}.community-post-card .post-actions .action-stats .action-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;transition:color .15s;text-decoration:none;padding:.5rem;border-radius:.375rem}.community-post-card .post-actions .action-stats .action-btn:hover:not(:disabled){color:#8c1d40;background-color:#8c1d400d}.community-post-card .post-actions .action-stats .action-btn:disabled{cursor:not-allowed;opacity:.5}.community-post-card .post-actions .action-stats .action-btn .action-icon{width:1.25rem;height:1.25rem}.community-post-card .post-actions .action-stats .action-btn .action-count{font-weight:500}@media (max-width: 640px){.community-post-card .post-actions .action-stats .action-btn .action-label{display:none}}.community-post-card .post-actions .post-controls{display:flex;gap:.5rem}.community-post-card .post-actions .post-controls .control-btn{padding:.25rem .75rem;font-size:.875rem;border-radius:.375rem;text-decoration:none;font-weight:500;transition:all .15s}.community-post-card .post-actions .post-controls .control-btn.edit-btn{color:#ffc627;background-color:#ffc6271a;border:1px solid rgba(255,198,39,.2)}.community-post-card .post-actions .post-controls .control-btn.edit-btn:hover{background-color:#ffc62733;border-color:#ffc627}@media (max-width: 768px){.pagination-wrapper{margin-top:2rem}}.empty-community{text-align:center;padding:5rem 1rem;max-width:500px;margin:0 auto}@media (max-width: 768px){.empty-community{padding:4rem 1rem}}.empty-community .empty-icon{width:5rem;height:5rem;color:#6b7280;margin:0 auto 1.5rem}@media (max-width: 640px){.empty-community .empty-icon{width:4rem;height:4rem}}.empty-community .empty-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 1rem}@media (max-width: 640px){.empty-community .empty-title{font-size:1.25rem}}.empty-community .empty-description{color:#6b7280;font-size:1.125rem;margin:0 0 2rem;line-height:1.6}@media (max-width: 640px){.empty-community .empty-description{font-size:1rem;margin-bottom:1.5rem}}.empty-community .empty-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.empty-community .empty-actions{flex-direction:column;align-items:center}}.guest-cta{background:linear-gradient(135deg,#8c1d40,#62142d);position:relative;color:#fff;padding:5rem 0;text-align:center;overflow:hidden}.guest-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(140,29,64,.4) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,198,39,.3) 0%,transparent 50%);animation:pulse 15s ease-in-out infinite}@media (max-width: 768px){.guest-cta{padding:4rem 0}}.guest-cta .cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.guest-cta .cta-content .cta-title{font-size:1.875rem;font-weight:700;margin:0 0 1rem}@media (max-width: 768px){.guest-cta .cta-content .cta-title{font-size:1.5rem}}.guest-cta .cta-content .cta-description{font-size:1.125rem;margin:0 0 2rem;opacity:.9;line-height:1.6}@media (max-width: 768px){.guest-cta .cta-content .cta-description{font-size:1rem;margin-bottom:1.5rem}}.guest-cta .cta-content .cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.guest-cta .cta-content .cta-actions{flex-direction:column;align-items:center}}.guest-cta .cta-content .cta-actions .btn-primary{background-color:#fff;color:#ffc627;border-color:#fff}.guest-cta .cta-content .cta-actions .btn-primary:hover{background-color:#ffffffe6}.guest-cta .cta-content .cta-actions .btn-secondary{border-color:#ffffff4d;color:#fff}.guest-cta .cta-content .cta-actions .btn-secondary:hover{background-color:#ffffff1a;border-color:#ffffff80}.committee-hero{background:linear-gradient(135deg,#8c1d40,#62142d);padding:4rem 0;color:#fff}.hero-content-center{text-align:center;max-width:800px;margin:0 auto}.page-title-large{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-subtitle{font-size:1.25rem;opacity:.9}.committee-members-section{padding:4rem 0}.previous-committee{background:#f8fafc}.section-header-center{text-align:center;margin-bottom:3rem}.section-title-large{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.section-description{font-size:1.125rem;color:#64748b}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:3rem}.member-card-link{text-decoration:none;display:block;height:100%}.member-profile-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s,box-shadow .2s;height:100%;display:flex;flex-direction:column}.member-profile-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.member-photo-container{position:relative;width:100%;padding-top:100%;background:#f1f5f9;overflow:hidden}.member-photo{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.member-badge-overlay{position:absolute;top:1rem;right:1rem;background:#667eeae6;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.member-details{padding:1.5rem}.member-name-large{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.member-meta-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem}.meta-item i{width:1rem;flex-shrink:0}.member-bio{margin:1rem 0;padding:1rem;background:#f8fafc;border-radius:.5rem}.bio-text{color:#475569;line-height:1.6;font-size:.9375rem}.member-motto{display:flex;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-left:3px solid #667eea;border-radius:.5rem;margin-top:1rem}.motto-icon{width:1.25rem;color:#667eea;flex-shrink:0;margin-top:.25rem}.motto-text{color:#475569;font-style:italic;line-height:1.5}.members-grid-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}.member-compact-link{text-decoration:none;display:block;height:100%}.member-compact-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s;height:100%}.member-compact-card:hover{transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.compact-photo-container{position:relative;width:100%;padding-top:100%;background:#f1f5f9;overflow:hidden}.compact-photo{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.compact-info{padding:1rem;text-align:center}.compact-name{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#1e293b}.compact-program{font-size:.875rem;color:#64748b}.committee-cta{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 0;color:#fff}.cta-content-center{text-align:center;max-width:700px;margin:0 auto}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.btn-primary-large{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:#667eea;border-radius:.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btn-primary-large i{width:1.25rem}.empty-state-large{text-align:center;padding:4rem 0;color:#64748b;font-size:1.125rem}@media (max-width: 768px){.page-title-large{font-size:2rem}.section-title-large{font-size:1.75rem}.members-grid{grid-template-columns:1fr;gap:1.5rem}.members-grid-compact{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.member-hero-section{position:relative;padding:3rem 0 4rem;background:linear-gradient(135deg,#8c1d40,#62142d);color:#fff;overflow:hidden}.member-hero-section .hero-background-gradient{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.member-hero-section .member-hero-content{position:relative;z-index:1}.member-hero-section .back-navigation{margin-bottom:2rem}.member-hero-section .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:500;transition:all .3s;padding:.5rem 1rem;border-radius:.5rem;background:#ffffff1a}.member-hero-section .back-link:hover{background:#fff3;transform:translate(-4px)}.member-hero-section .hero-profile-card{display:grid;grid-template-columns:auto 1fr;gap:3rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2.5rem;border:1px solid rgba(255,255,255,.2)}.member-hero-section .avatar-container-large{position:relative;width:200px;height:200px}.member-hero-section .profile-avatar-large{width:100%;height:100%;border-radius:1rem;-o-object-fit:cover;object-fit:cover;border:4px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003}.member-hero-section .avatar-badge{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);background:#fff;color:#8c1d40;padding:.5rem 1rem;border-radius:2rem;font-weight:600;font-size:.875rem;white-space:nowrap;box-shadow:0 4px 12px #00000026}.member-hero-section .profile-info-section{display:flex;flex-direction:column;justify-content:center}.member-hero-section .profile-name{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.member-hero-section .profile-meta-grid{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.member-hero-section .meta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff3;border-radius:2rem;font-size:.875rem;font-weight:500}.member-hero-section .meta-badge i{font-size:1rem}.member-hero-section .profile-details-list{display:flex;flex-direction:column;gap:1rem}.member-hero-section .detail-item{display:flex;align-items:flex-start;gap:1rem}.member-hero-section .detail-item>div{display:flex;flex-direction:column;gap:.25rem}.member-hero-section .detail-item i{flex-shrink:0;margin-top:.125rem;opacity:.9;font-size:1.5rem}.member-hero-section .detail-label{font-size:.875rem;opacity:.8;font-weight:500}.member-hero-section .detail-value{font-size:1rem;font-weight:600}.member-hero-section .email-link{color:#fff;text-decoration:underline;transition:opacity .2s}.member-hero-section .email-link:hover{opacity:.8}.bio-section{padding:4rem 0;background:#f8fafc}.bio-section .bio-content-container{display:grid;gap:2rem}.bio-section .bio-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.bio-section .bio-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.bio-section .bio-title i{color:#8c1d40;font-size:1.75rem}.bio-section .bio-text{font-size:1.0625rem;line-height:1.75;color:#475569}.bio-section .motto-card{position:relative;background:linear-gradient(135deg,#8c1d4014 0% 100%);border-left:4px solid #8C1D40;border-radius:1rem;padding:2.5rem 2rem;text-align:center}.bio-section .motto-text{font-size:1.25rem;font-style:italic;color:#475569;line-height:1.8;font-weight:500}.bio-section .motto-divider{width:60px;height:3px;background:#8c1d40;margin:1.5rem auto 0;border-radius:2px}.posts-section{padding:4rem 0;background:#fff}.posts-section .section-header{text-align:center;margin-bottom:3rem}.posts-section .section-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.posts-section .section-subtitle{font-size:1.125rem;color:#64748b}.posts-section .posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.posts-section .post-card-link{text-decoration:none;display:block}.posts-section .post-preview-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;height:100%;display:flex;flex-direction:column;transition:all .3s}.posts-section .post-preview-card:hover{border-color:#8c1d40;box-shadow:0 10px 20px #8c1d401a;transform:translateY(-4px)}.posts-section .post-card-header{margin-bottom:1rem}.posts-section .post-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.posts-section .post-date{color:#64748b}.posts-section .meta-separator{color:#cbd5e1}.posts-section .post-group{color:#8c1d40;font-weight:500}.posts-section .post-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.4}.posts-section .post-card-excerpt{color:#475569;line-height:1.6;margin-bottom:1rem;flex-grow:1}.posts-section .post-card-footer{padding-top:1rem;border-top:1px solid #f1f5f9}.posts-section .post-stats{display:flex;gap:1.5rem}.posts-section .post-stats .stat{display:flex;align-items:center;gap:.375rem;color:#64748b;font-size:.875rem}.posts-section .post-stats .stat i{font-size:1rem}.other-members-section{padding:4rem 0;background:#f8fafc}.other-members-section .other-members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.other-members-section .other-member-card{background:#fff;border-radius:1rem;overflow:hidden;text-decoration:none;transition:all .3s;box-shadow:0 2px 4px #0000001a}.other-members-section .other-member-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #00000026}.other-members-section .other-member-avatar{position:relative;padding-top:100%;background:#f1f5f9;overflow:hidden}.other-members-section .other-member-avatar img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.other-members-section .other-member-info{padding:1.25rem;text-align:center}.other-members-section .other-member-name{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.375rem}.other-members-section .other-member-program{font-size:.875rem;color:#64748b}.other-members-section .view-all-container{text-align:center}.other-members-section .view-all-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#8c1d40;color:#fff;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .3s}.other-members-section .view-all-btn i{font-size:1.25rem}.other-members-section .view-all-btn:hover{background:#6a1631;transform:translateY(-2px);box-shadow:0 10px 20px #8c1d404d}@media (max-width: 1024px){.member-hero-section .hero-profile-card{grid-template-columns:1fr;text-align:center;gap:2rem}.member-hero-section .avatar-container-large{margin:0 auto}.member-hero-section .profile-info-section{align-items:center}.member-hero-section .profile-meta-grid{justify-content:center}.member-hero-section .profile-details-list{align-items:center}.member-hero-section .detail-item{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 768px){.member-hero-section{padding:2rem 0 3rem}.member-hero-section .profile-name{font-size:2rem}.member-hero-section .hero-profile-card{padding:1.5rem}.posts-section .posts-grid{grid-template-columns:1fr}.other-members-section .other-members-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.courses-hero,.course-hero-section,.review-form-hero{background:linear-gradient(135deg,#8c1d40,#62142d);padding:4rem 0;color:#fff}.courses-hero .hero-content-center,.course-hero-section .hero-content-center,.review-form-hero .hero-content-center{text-align:center;max-width:800px;margin:0 auto}.courses-hero .course-hero-content,.course-hero-section .course-hero-content,.review-form-hero .course-hero-content{max-width:1000px;margin:0 auto}.courses-hero .back-link,.course-hero-section .back-link,.review-form-hero .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;margin-bottom:1.5rem;opacity:.9;transition:opacity .3s}.courses-hero .back-link:hover,.course-hero-section .back-link:hover,.review-form-hero .back-link:hover{opacity:1}.courses-hero .back-link i,.course-hero-section .back-link i,.review-form-hero .back-link i{font-size:.875rem}.courses-hero .page-title-large,.course-hero-section .page-title-large,.review-form-hero .page-title-large{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.courses-hero .page-subtitle,.course-hero-section .page-subtitle,.review-form-hero .page-subtitle{font-size:1.125rem;opacity:.95;margin:0}.courses-hero .course-title-section,.course-hero-section .course-title-section,.review-form-hero .course-title-section{margin-top:2rem}.courses-hero .course-title,.course-hero-section .course-title,.review-form-hero .course-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.courses-hero .course-meta-badges,.course-hero-section .course-meta-badges,.review-form-hero .course-meta-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.courses-hero .course-meta-badges .meta-badge,.course-hero-section .course-meta-badges .meta-badge,.review-form-hero .course-meta-badges .meta-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;padding:.5rem 1rem;border-radius:6px;font-size:.9375rem}.courses-hero .course-meta-badges .meta-badge i,.course-hero-section .course-meta-badges .meta-badge i,.review-form-hero .course-meta-badges .meta-badge i{opacity:.9}.courses-hero .course-tags-section,.course-hero-section .course-tags-section,.review-form-hero .course-tags-section{display:flex;flex-wrap:wrap;gap:.75rem}.courses-hero .course-tags-section .course-tag-large,.course-hero-section .course-tags-section .course-tag-large,.review-form-hero .course-tags-section .course-tag-large{background:#ffffff40;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.courses-hero .status-alert,.course-hero-section .status-alert,.review-form-hero .status-alert{margin-top:1.5rem;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.75rem}.courses-hero .status-alert.alert-draft,.course-hero-section .status-alert.alert-draft,.review-form-hero .status-alert.alert-draft{background:#ffffff26}.courses-hero .status-alert.alert-pending,.course-hero-section .status-alert.alert-pending,.review-form-hero .status-alert.alert-pending{background:#f59e0b33}.courses-hero .status-alert.alert-approved,.course-hero-section .status-alert.alert-approved,.review-form-hero .status-alert.alert-approved{background:#10b98133}.courses-hero .status-alert.alert-rejected,.course-hero-section .status-alert.alert-rejected,.review-form-hero .status-alert.alert-rejected{background:#ef444433}.courses-breadcrumb-section{padding:2rem 0;background:#f9fafb;border-bottom:1px solid #e5e7eb}.courses-breadcrumb-section .breadcrumb-nav{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;font-size:.9375rem}.courses-breadcrumb-section .breadcrumb-nav .breadcrumb-link{display:inline-flex;align-items:center;gap:.375rem;color:#6b7280;text-decoration:none;transition:color .3s}.courses-breadcrumb-section .breadcrumb-nav .breadcrumb-link:hover{color:#8c1d40}.courses-breadcrumb-section .breadcrumb-nav .breadcrumb-link i{font-size:.875rem}.courses-breadcrumb-section .breadcrumb-nav .breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.courses-breadcrumb-section .breadcrumb-nav .breadcrumb-current{color:#111827;font-weight:500}.courses-breadcrumb-section .courses-stats-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d}.courses-breadcrumb-section .courses-stats-bar .stat-info{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151}.courses-breadcrumb-section .courses-stats-bar .stat-info i{color:#8c1d40;font-size:.875rem}.courses-breadcrumb-section .courses-stats-bar .active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.courses-breadcrumb-section .courses-stats-bar .active-filters .filter-label{font-size:.875rem;color:#6b7280;font-weight:500}.courses-breadcrumb-section .courses-stats-bar .active-filters .filter-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#8c1d401a;color:#8c1d40;border-radius:16px;font-size:.8125rem;font-weight:500}.courses-breadcrumb-section .courses-stats-bar .active-filters .filter-badge i{font-size:.75rem}.courses-filters-section{padding:2rem 0;background:#f9fafb}.courses-filters-section .filters-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.courses-filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.courses-filters-section .filter-group{display:flex;flex-direction:column;gap:.5rem}.courses-filters-section .filter-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.9375rem}.courses-filters-section .filter-label i{color:#8c1d40;font-size:.875rem}.courses-filters-section .filter-input,.courses-filters-section .filter-select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;transition:all .3s}.courses-filters-section .filter-input:focus,.courses-filters-section .filter-select:focus{outline:none;border-color:#8c1d40;box-shadow:0 0 0 3px #8c1d401a}.courses-filters-section .filters-actions{display:flex;gap:1rem;justify-content:center}.courses-filters-section .btn-primary,.courses-filters-section .btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s;border:none;cursor:pointer}.courses-filters-section .btn-primary{background:#8c1d40;color:#fff}.courses-filters-section .btn-primary:hover{background:#6a1631;transform:translateY(-1px)}.courses-filters-section .btn-secondary{background:#e5e7eb;color:#374151}.courses-filters-section .btn-secondary:hover{background:#d1d5db}.courses-list-section{padding:3rem 0}.courses-list-section .courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.courses-list-section .course-card-link{text-decoration:none;display:block;height:100%}.courses-list-section .course-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s;height:100%;display:flex;flex-direction:column;gap:1rem}.courses-list-section .course-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.courses-list-section .course-card .course-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.courses-list-section .course-card .course-code{font-size:1.125rem;font-weight:700;color:#8c1d40;margin:0}.courses-list-section .course-card .course-credits{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.courses-list-section .course-card .course-meta{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;margin-bottom:.5rem}.courses-list-section .course-card .course-meta .course-faculty,.courses-list-section .course-card .course-meta .course-program{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280}.courses-list-section .course-card .course-meta .course-faculty i,.courses-list-section .course-card .course-meta .course-program i{color:#8c1d40;font-size:.75rem}.courses-list-section .course-card .course-meta .course-faculty{font-weight:500}.courses-list-section .course-card .course-meta .course-program{font-weight:600;color:#8c1d40}.courses-list-section .course-card .course-name{font-size:1rem;font-weight:600;color:#111827;margin:0;line-height:1.4}.courses-list-section .course-card .course-description{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0}.courses-list-section .course-card .course-tags{display:flex;flex-wrap:wrap;gap:.5rem}.courses-list-section .course-card .course-tag{background:#8c1d401a;color:#8c1d40;padding:.25rem .75rem;border-radius:12px;font-size:.8125rem;font-weight:500}.courses-list-section .course-card .course-stats{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:auto}.courses-list-section .course-card .course-stats .stat-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#6b7280}.courses-list-section .course-card .course-stats .stat-item i{color:#ffc627;font-size:.75rem}.courses-list-section .empty-state-large{text-align:center;padding:4rem 2rem;color:#9ca3af}.courses-list-section .empty-state-large i{margin-bottom:1rem;opacity:.5}.courses-list-section .empty-state-large p{font-size:1.125rem;margin:0 0 1.5rem}.course-stats-section{padding:3rem 0;background:#f9fafb}.course-stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.course-stats-section .stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem}.course-stats-section .stat-card .stat-icon{width:60px;height:60px;background:linear-gradient(135deg,#8c1d40,#62142d);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.course-stats-section .stat-card .stat-content{flex:1}.course-stats-section .stat-card .stat-value{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.25rem}.course-stats-section .stat-card .stat-label{font-size:.875rem;color:#6b7280}.course-description-section{padding:3rem 0}.course-description-section .content-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.course-description-section .content-card .section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.course-description-section .content-card .section-title i{color:#8c1d40}.course-description-section .content-card .course-description-text{font-size:1rem;line-height:1.8;color:#374151;margin:0}.user-review-section{padding:2rem 0;background:#f9fafb}.user-review-section .user-review-status,.user-review-section .add-review-cta,.user-review-section .login-cta{background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;justify-content:center}.user-review-section .user-review-status i,.user-review-section .add-review-cta i,.user-review-section .login-cta i{font-size:1.25rem}.user-review-section .user-review-status span,.user-review-section .add-review-cta span,.user-review-section .login-cta span{font-weight:600;color:#374151}.user-review-section .review-status-badge{padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600}.user-review-section .review-status-badge.status-draft{background:#e5e7eb;color:#6b7280}.user-review-section .review-status-badge.status-pending{background:#fef3c7;color:#d97706}.user-review-section .review-status-badge.status-approved{background:#d1fae5;color:#059669}.user-review-section .review-status-badge.status-rejected{background:#fee2e2;color:#dc2626}.user-review-section .btn-edit-review,.user-review-section .btn-primary-large{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s;border:none;cursor:pointer}.user-review-section .btn-edit-review{background:#e5e7eb;color:#374151}.user-review-section .btn-edit-review:hover{background:#d1d5db}.user-review-section .btn-primary-large{background:#8c1d40;color:#fff}.user-review-section .btn-primary-large:hover{background:#6a1631;transform:translateY(-1px)}.reviews-list-section{padding:3rem 0}.reviews-list-section .section-title-large{display:flex;align-items:center;gap:1rem;font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:2rem}.reviews-list-section .section-title-large i{color:#8c1d40}.reviews-list-section .reviews-grid{display:grid;gap:2rem}.reviews-list-section .review-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.reviews-list-section .review-card .review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.reviews-list-section .review-card .reviewer-info{display:flex;gap:1rem}.reviews-list-section .review-card .reviewer-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;font-size:1.25rem;flex-shrink:0}.reviews-list-section .review-card .reviewer-avatar img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.reviews-list-section .review-card .reviewer-name{font-weight:600;color:#111827;margin:0 0 .25rem}.reviews-list-section .review-card .review-meta{font-size:.875rem;color:#6b7280;margin:0}.reviews-list-section .review-card .review-ratings{text-align:right}.reviews-list-section .review-card .review-ratings .rating-item{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.reviews-list-section .review-card .review-ratings .rating-item .rating-label{font-size:.875rem;color:#6b7280}.reviews-list-section .review-card .review-ratings .rating-item .rating-value{font-size:1.25rem;font-weight:700;color:#8c1d40}.reviews-list-section .review-card .review-ratings-detail{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.reviews-list-section .review-card .review-ratings-detail .rating-detail-item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#374151}.reviews-list-section .review-card .review-ratings-detail .rating-detail-item i{color:#8c1d40;font-size:.875rem}.reviews-list-section .review-card .review-section{margin-bottom:1.5rem}.reviews-list-section .review-card .review-section:last-of-type{margin-bottom:1rem}.reviews-list-section .review-card .review-section .review-section-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#111827;margin-bottom:.75rem}.reviews-list-section .review-card .review-section .review-section-title i{font-size:.875rem;color:#8c1d40}.reviews-list-section .review-card .review-section .review-text{font-size:.9375rem;line-height:1.7;color:#374151;margin:0;white-space:pre-wrap}.reviews-list-section .review-card .review-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.reviews-list-section .review-card .review-tag{background:#8c1d401a;color:#8c1d40;padding:.375rem .875rem;border-radius:16px;font-size:.8125rem;font-weight:500}.reviews-list-section .review-card .review-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.reviews-list-section .review-card .review-footer .review-date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#9ca3af}.reviews-list-section .review-card .review-footer .review-date i{font-size:.75rem}.reviews-list-section .review-card .review-footer .helpful-form{margin:0}.reviews-list-section .review-card .review-footer .btn-helpful,.reviews-list-section .review-card .review-footer .helpful-count{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border:none;border-radius:6px;font-size:.875rem;color:#6b7280;cursor:pointer;transition:all .3s}.reviews-list-section .review-card .review-footer .btn-helpful i,.reviews-list-section .review-card .review-footer .helpful-count i{font-size:.75rem}.reviews-list-section .review-card .review-footer .btn-helpful:hover{background:#8c1d401a;color:#8c1d40}.review-form-section{padding:3rem 0}.review-form-section .form-container{max-width:900px;margin:0 auto}.review-form-section .review-form{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.review-form-section .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.review-form-section .form-group{margin-bottom:1.5rem}.review-form-section .form-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;margin-bottom:.5rem}.review-form-section .form-label.required:after{content:"*";color:#ef4444;margin-left:.25rem}.review-form-section .form-label i{color:#8c1d40;font-size:.875rem}.review-form-section .form-input,.review-form-section .form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-family:inherit;transition:all .3s}.review-form-section .form-input:focus,.review-form-section .form-textarea:focus{outline:none;border-color:#8c1d40;box-shadow:0 0 0 3px #8c1d401a}.review-form-section .form-error{display:block;margin-top:.375rem;font-size:.875rem;color:#ef4444}.review-form-section .ratings-section,.review-form-section .content-section,.review-form-section .tags-section,.review-form-section .anonymity-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f3f4f6}.review-form-section .ratings-section:last-of-type,.review-form-section .content-section:last-of-type,.review-form-section .tags-section:last-of-type,.review-form-section .anonymity-section:last-of-type{border-bottom:none}.review-form-section .section-subtitle{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.review-form-section .section-subtitle i{color:#8c1d40}.review-form-section .rating-group{margin-bottom:2rem}.review-form-section .rating-group:last-child{margin-bottom:0}.review-form-section .rating-label{display:block;font-weight:600;color:#374151;margin-bottom:.75rem}.review-form-section .rating-label.required:after{content:"*";color:#ef4444;margin-left:.25rem}.review-form-section .rating-input{display:flex;gap:1rem;margin-bottom:.5rem}.review-form-section .rating-input .rating-option{flex:1;cursor:pointer}.review-form-section .rating-input .rating-option input[type=radio]{display:none}.review-form-section .rating-input .rating-option .rating-star{display:flex;align-items:center;justify-content:center;height:50px;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;color:#6b7280;transition:all .3s}.review-form-section .rating-input .rating-option input[type=radio]:checked+.rating-star{background:#8c1d40;border-color:#8c1d40;color:#fff}.review-form-section .rating-input .rating-option:hover .rating-star{border-color:#8c1d40}.review-form-section .rating-hint{font-size:.875rem;color:#9ca3af;margin:0}.review-form-section .radio-group{display:flex;gap:2rem}.review-form-section .radio-group .radio-option{cursor:pointer;display:flex;align-items:center;gap:.5rem}.review-form-section .radio-group .radio-option input[type=radio]{width:20px;height:20px;accent-color:#8C1D40;cursor:pointer}.review-form-section .radio-group .radio-option span{font-weight:500;color:#374151}.review-form-section .tags-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.review-form-section .tags-grid .tag-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.review-form-section .tags-grid .tag-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#8C1D40;cursor:pointer}.review-form-section .tags-grid .tag-checkbox span{font-size:.9375rem;color:#374151}.review-form-section .checkbox-option{display:flex;align-items:center;gap:.75rem;cursor:pointer}.review-form-section .checkbox-option input[type=checkbox]{width:20px;height:20px;accent-color:#8C1D40;cursor:pointer}.review-form-section .checkbox-option span{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151}.review-form-section .checkbox-option span i{color:#8c1d40}.review-form-section .anonymity-hint{margin-top:.5rem;font-size:.875rem;color:#9ca3af}.review-form-section .form-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.review-form-section .form-actions .btn-primary-large,.review-form-section .form-actions .btn-secondary-large,.review-form-section .form-actions .btn-danger-large{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s;border:none;cursor:pointer}.review-form-section .form-actions .btn-primary-large{background:#8c1d40;color:#fff}.review-form-section .form-actions .btn-primary-large:hover{background:#6a1631;transform:translateY(-2px);box-shadow:0 4px 12px #8c1d404d}.review-form-section .form-actions .btn-secondary-large{background:#e5e7eb;color:#374151}.review-form-section .form-actions .btn-secondary-large:hover{background:#d1d5db}.review-form-section .form-actions .btn-danger-large{background:#ef4444;color:#fff}.review-form-section .form-actions .btn-danger-large:hover{background:#ec1e1e}.review-form-section .delete-form{margin:0}@media (max-width: 768px){.courses-hero,.course-hero-section,.review-form-hero{padding:2rem 0}.courses-hero .page-title-large,.courses-hero .course-title,.course-hero-section .page-title-large,.course-hero-section .course-title,.review-form-hero .page-title-large,.review-form-hero .course-title{font-size:1.75rem}.courses-hero .course-meta-badges,.course-hero-section .course-meta-badges,.review-form-hero .course-meta-badges{flex-direction:column;gap:.5rem}.courses-filters-section .filters-grid,.courses-list-section .courses-grid,.course-stats-section .stats-grid{grid-template-columns:1fr}.review-form-section .review-form{padding:1.5rem}.review-form-section .form-row{grid-template-columns:1fr}.review-form-section .rating-input{gap:.5rem}.review-form-section .rating-input .rating-star{height:40px;font-size:.875rem}.review-form-section .tags-grid{grid-template-columns:1fr}.reviews-list-section .review-card{padding:1.5rem}.reviews-list-section .review-card .review-header{flex-direction:column;gap:1rem}.reviews-list-section .review-card .review-ratings{text-align:left}.reviews-list-section .review-card .review-ratings-detail{flex-direction:column;gap:.75rem}.reviews-list-section .review-card .review-footer{flex-direction:column;align-items:flex-start;gap:1rem}}.pagination-wrapper{margin-top:3rem;display:flex;justify-content:center}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{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;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*{border-color:#e5e7eb}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111827;background-color:#f9fafb}*:focus{outline:2px solid transparent;outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{box-shadow:0 0 0 2px #ffc627}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.btn-primary{display:inline-flex;align-items:center;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:#ffc627;color:#111827;border:1px solid transparent}.btn-primary:hover{background-color:#e6b223}.btn-primary:focus{box-shadow:0 0 0 2px #ffc62780}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:transparent;color:#111827;border:1px solid #E5E7EB}.btn-secondary:hover{background-color:#f3f4f6;border-color:#ffc627}.btn-secondary:focus{box-shadow:0 0 0 2px #ffc62780}.card-header{padding:1.5rem;border-bottom:1px solid #E5E7EB;background-color:#fff}.form-input{display:block;width:100%;border-radius:.375rem;border-width:1px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-color:#e5e7eb;background-color:#fff}.form-input:focus{border-color:#ffc627;box-shadow:0 0 0 1px #ffc627}.form-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-textarea{display:block;width:100%;border-radius:.375rem;border-width:1px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-color:#e5e7eb;background-color:#fff;resize:vertical}.form-textarea:focus{border-color:#ffc627;box-shadow:0 0 0 1px #ffc627}.form-textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-label{margin-bottom:.25rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;color:#111827}.form-error{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#ef4444}.alert{border-radius:.375rem;border-width:1px;padding:1rem}.alert-warning{background-color:#fef3c7;border-color:#f59e0b;color:#945f06}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500}.badge-primary{background-color:#ffc6271a;color:#c08d00}.badge-success{background-color:#10b9811a;color:#10b981}.badge-error{background-color:#ef44441a;color:#ef4444}.badge-gray{background-color:#6b72801a;color:#6b7280}.spinner{display:inline-block}.spinner{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-style:solid;border-color:currentColor;border-right-color:transparent;width:1em;height:1em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.end-0{inset-inline-end:0px}.left-0{left:0}.left-3{left:.75rem}.left-8{left:2rem}.right-0{right:0}.start-0{inset-inline-start:0px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-24{top:6rem}.top-6{top:1.5rem}.top-\[-1px\]{top:-1px}.-z-10{z-index:-10}.z-0{z-index:0}.z-50{z-index:50}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-32{margin-bottom:-8rem}.-mb-px{margin-bottom:-1px}.-me-2{margin-inline-end:-.5rem}.-ml-32{margin-left:-8rem}.-ml-8{margin-left:-2rem}.-ml-px{margin-left:-1px}.-mr-0\.5{margin-right:-.125rem}.-mr-48{margin-right:-12rem}.-mt-48{margin-top:-12rem}.-mt-5{margin-top:-1.25rem}.-mt-\[4\.9rem\]{margin-top:-4.9rem}.-mt-px{margin-top:-1px}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[335\/376\]{aspect-ratio:335/376}.size-2{width:.5rem;height:.5rem}.size-3{width:.75rem;height:.75rem}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[18px\]{height:18px}.h-\[56px\]{height:56px}.h-full{height:100%}.max-h-96{max-height:24rem}.min-h-dvh{min-height:100dvh}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-\[18px\]{width:18px}.w-\[448px\]{width:448px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-5{min-width:1.25rem}.min-w-6{min-width:1.5rem}.min-w-full{min-width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[335px\]{max-width:335px}.max-w-full{max-width:100%}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.origin-top{transform-origin:top}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.divide-neutral-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 229 229 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-x{border-left-width:1px;border-right-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-\[\#19140035\]{border-color:#19140035}.border-\[\#8C1D40\]{--tw-border-opacity: 1;border-color:rgb(140 29 64 / var(--tw-border-opacity, 1))}.border-\[\#8C1D40\]\/10{border-color:#8c1d401a}.border-\[\#8C1D40\]\/20{border-color:#8c1d4033}.border-\[\#FFC627\]{--tw-border-opacity: 1;border-color:rgb(255 198 39 / var(--tw-border-opacity, 1))}.border-\[\#e3e3e0\]{--tw-border-opacity: 1;border-color:rgb(227 227 224 / var(--tw-border-opacity, 1))}.border-asu-gold-300{--tw-border-opacity: 1;border-color:rgb(255 215 70 / var(--tw-border-opacity, 1))}.border-asu-maroon-200{--tw-border-opacity: 1;border-color:rgb(250 209 220 / var(--tw-border-opacity, 1))}.border-asu-maroon-300{--tw-border-opacity: 1;border-color:rgb(245 167 187 / var(--tw-border-opacity, 1))}.border-asu-maroon-800{--tw-border-opacity: 1;border-color:rgb(122 25 56 / var(--tw-border-opacity, 1))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-neutral-100{--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity, 1))}.border-neutral-200{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}.border-neutral-300{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-rose-200{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity, 1))}.border-rose-300{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/30{border-color:#ffffff4d}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.bg-\[\#0077B5\]{--tw-bg-opacity: 1;background-color:rgb(0 119 181 / var(--tw-bg-opacity, 1))}.bg-\[\#1b1b18\]{--tw-bg-opacity: 1;background-color:rgb(27 27 24 / var(--tw-bg-opacity, 1))}.bg-\[\#8C1D40\]{--tw-bg-opacity: 1;background-color:rgb(140 29 64 / var(--tw-bg-opacity, 1))}.bg-\[\#8C1D40\]\/5{background-color:#8c1d400d}.bg-\[\#FDFDFC\]{--tw-bg-opacity: 1;background-color:rgb(253 253 252 / var(--tw-bg-opacity, 1))}.bg-\[\#dbdbd7\]{--tw-bg-opacity: 1;background-color:rgb(219 219 215 / var(--tw-bg-opacity, 1))}.bg-\[\#fff2f2\]{--tw-bg-opacity: 1;background-color:rgb(255 242 242 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-asu-gold-100{--tw-bg-opacity: 1;background-color:rgb(255 244 197 / var(--tw-bg-opacity, 1))}.bg-asu-maroon-100{--tw-bg-opacity: 1;background-color:rgb(252 231 236 / var(--tw-bg-opacity, 1))}.bg-asu-maroon-700{--tw-bg-opacity: 1;background-color:rgb(140 29 64 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-neutral-400{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-neutral-600{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-rose-200{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.bg-rose-700{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-white\/5{background-color:#ffffff0d}.bg-white\/\[2\%\]{background-color:#ffffff05}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-opacity-75{--tw-bg-opacity: .75}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#8C1D40\]{--tw-gradient-from: #8C1D40 var(--tw-gradient-from-position);--tw-gradient-to: rgb(140 29 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#8C1D40\]\/5{--tw-gradient-from: rgb(140 29 64 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(140 29 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-asu-maroon-500{--tw-gradient-from: #e14973 var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 73 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-asu-maroon-600{--tw-gradient-from: #cc2c5a var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 44 90 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-asu-maroon-700{--tw-gradient-from: #8C1D40 var(--tw-gradient-from-position);--tw-gradient-to: rgb(140 29 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500{--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-400{--tw-gradient-from: #fb7185 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-50{--tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-600{--tw-gradient-from: #e11d48 var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-700{--tw-gradient-from: #be123c var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#8C1D40\]{--tw-gradient-to: rgb(140 29 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8C1D40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#FFC627\]{--tw-gradient-to: rgb(255 198 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFC627 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-asu-maroon-800{--tw-gradient-to: rgb(122 25 56 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #7a1938 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-rose-700{--tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #be123c var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#8C1D40\]{--tw-gradient-to: #8C1D40 var(--tw-gradient-to-position)}.to-\[\#FFC627\]{--tw-gradient-to: #FFC627 var(--tw-gradient-to-position)}.to-\[\#FFC627\]\/5{--tw-gradient-to: rgb(255 198 39 / .05) var(--tw-gradient-to-position)}.to-amber-50{--tw-gradient-to: #fffbeb var(--tw-gradient-to-position)}.to-asu-maroon-600{--tw-gradient-to: #cc2c5a var(--tw-gradient-to-position)}.to-asu-maroon-700{--tw-gradient-to: #8C1D40 var(--tw-gradient-to-position)}.to-asu-maroon-800{--tw-gradient-to: #7a1938 var(--tw-gradient-to-position)}.to-asu-maroon-900{--tw-gradient-to: #681832 var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-200{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-red-800{--tw-gradient-to: #991b1b var(--tw-gradient-to-position)}.to-rose-50{--tw-gradient-to: #fff1f2 var(--tw-gradient-to-position)}.to-white\/10{--tw-gradient-to: rgb(255 255 255 / .1) var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.stroke-emerald-500{stroke:#10b981}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pe-4{padding-inline-end:1rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.ps-3{padding-inline-start:.75rem}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xs\/none{font-size:.75rem;line-height:1}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[20px\]{line-height:20px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#1b1b18\]{--tw-text-opacity: 1;color:rgb(27 27 24 / var(--tw-text-opacity, 1))}.text-\[\#706f6c\]{--tw-text-opacity: 1;color:rgb(112 111 108 / var(--tw-text-opacity, 1))}.text-\[\#8C1D40\]{--tw-text-opacity: 1;color:rgb(140 29 64 / var(--tw-text-opacity, 1))}.text-\[\#F53003\]{--tw-text-opacity: 1;color:rgb(245 48 3 / var(--tw-text-opacity, 1))}.text-\[\#FFC627\]{--tw-text-opacity: 1;color:rgb(255 198 39 / var(--tw-text-opacity, 1))}.text-\[\#f53003\]{--tw-text-opacity: 1;color:rgb(245 48 3 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-asu-gold-800{--tw-text-opacity: 1;color:rgb(148 66 12 / var(--tw-text-opacity, 1))}.text-asu-maroon-500{--tw-text-opacity: 1;color:rgb(225 73 115 / var(--tw-text-opacity, 1))}.text-asu-maroon-600{--tw-text-opacity: 1;color:rgb(204 44 90 / var(--tw-text-opacity, 1))}.text-asu-maroon-700{--tw-text-opacity: 1;color:rgb(140 29 64 / var(--tw-text-opacity, 1))}.text-asu-maroon-800{--tw-text-opacity: 1;color:rgb(122 25 56 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.text-neutral-100{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.text-neutral-800{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.text-neutral-950{--tw-text-opacity: 1;color:rgb(10 10 10 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-rose-900{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-white\/95{color:#fffffff2}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.decoration-neutral-400{text-decoration-color:#a3a3a3}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0px 0px 1px 0px rgba(0,0,0,.03),0px 1px 2px 0px rgba(0,0,0,.06);--tw-shadow-colored: 0px 0px 1px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0px_0px_0px_1px_rgba\(26\,26\,0\,0\.16\)\]{--tw-shadow: inset 0px 0px 0px 1px rgba(26,26,0,.16);--tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-\[\#8C1D40\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(140 29 64 / var(--tw-ring-opacity, 1))}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-300{transition-delay:.3s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}svg:not([class*=w-]):not([class*=h-]){width:auto;height:auto;max-width:100%;max-height:100%}.w-4{width:1rem!important}.h-4{height:1rem!important}.w-5{width:1.25rem!important}.h-5{height:1.25rem!important}.w-6{width:1.5rem!important}.h-6{height:1.5rem!important}.w-8{width:2rem!important}.h-8{height:2rem!important}.w-10{width:2.5rem!important}.h-10{height:2.5rem!important}.w-12{width:3rem!important}.h-12{height:3rem!important}.w-20{width:5rem!important}.h-20{height:5rem!important}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-lg::file-selector-button{border-radius:.5rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-blue-50::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-blue-700::file-selector-button{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-0:before{content:var(--tw-content);bottom:0}.before\:bottom-1\/2:before{content:var(--tw-content);bottom:50%}.before\:left-\[0\.4rem\]:before{content:var(--tw-content);left:.4rem}.before\:top-0:before{content:var(--tw-content);top:0}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:border-l:before{content:var(--tw-content);border-left-width:1px}.before\:border-\[\#e3e3e0\]:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(227 227 224 / var(--tw-border-opacity, 1))}.last\:mb-0:last-child{margin-bottom:0}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:border-\[\#19140035\]:hover{border-color:#19140035}.hover\:border-\[\#1915014a\]:hover{border-color:#1915014a}.hover\:border-\[\#8C1D40\]:hover{--tw-border-opacity: 1;border-color:rgb(140 29 64 / var(--tw-border-opacity, 1))}.hover\:border-\[\#8C1D40\]\/30:hover{border-color:#8c1d404d}.hover\:border-asu-maroon-300:hover{--tw-border-opacity: 1;border-color:rgb(245 167 187 / var(--tw-border-opacity, 1))}.hover\:border-asu-maroon-400:hover{--tw-border-opacity: 1;border-color:rgb(237 115 149 / var(--tw-border-opacity, 1))}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.hover\:border-rose-400:hover{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#006399\]:hover{--tw-bg-opacity: 1;background-color:rgb(0 99 153 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#8C1D40\]\/5:hover{background-color:#8c1d400d}.hover\:bg-\[\#8C1D40\]\/90:hover{background-color:#8c1d40e6}.hover\:bg-asu-maroon-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 242 245 / var(--tw-bg-opacity, 1))}.hover\:bg-asu-maroon-800:hover{--tw-bg-opacity: 1;background-color:rgb(122 25 56 / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-700:hover{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-800:hover{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:from-\[\#8C1D40\]\/90:hover{--tw-gradient-from: rgb(140 29 64 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(140 29 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-asu-maroon-800:hover{--tw-gradient-from: #7a1938 var(--tw-gradient-from-position);--tw-gradient-to: rgb(122 25 56 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-rose-800:hover{--tw-gradient-from: #9f1239 var(--tw-gradient-from-position);--tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-\[\#8C1D40\]\/90:hover{--tw-gradient-to: rgb(140 29 64 / .9) var(--tw-gradient-to-position)}.hover\:to-asu-maroon-900:hover{--tw-gradient-to: #681832 var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:to-red-900:hover{--tw-gradient-to: #7f1d1d var(--tw-gradient-to-position)}.hover\:text-\[\#8C1D40\]:hover{--tw-text-opacity: 1;color:rgb(140 29 64 / var(--tw-text-opacity, 1))}.hover\:text-\[\#FFC627\]:hover{--tw-text-opacity: 1;color:rgb(255 198 39 / var(--tw-text-opacity, 1))}.hover\:text-asu-maroon-700:hover{--tw-text-opacity: 1;color:rgb(140 29 64 / var(--tw-text-opacity, 1))}.hover\:text-asu-maroon-900:hover{--tw-text-opacity: 1;color:rgb(104 24 50 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-indigo-500:hover{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.hover\:text-indigo-800:hover{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:file\:bg-blue-100::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.focus\:z-10:focus{z-index:10}.focus\:border-\[\#8C1D40\]:focus{--tw-border-opacity: 1;border-color:rgb(140 29 64 / var(--tw-border-opacity, 1))}.focus\:border-asu-maroon-300:focus{--tw-border-opacity: 1;border-color:rgb(245 167 187 / var(--tw-border-opacity, 1))}.focus\:border-asu-maroon-500:focus{--tw-border-opacity: 1;border-color:rgb(225 73 115 / var(--tw-border-opacity, 1))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:border-rose-600:focus{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity, 1))}.focus\:bg-asu-maroon-800:focus{--tw-bg-opacity: 1;background-color:rgb(122 25 56 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-700:focus{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#8C1D40\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(140 29 64 / var(--tw-ring-opacity, 1))}.focus\:ring-\[\#FFC627\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 198 39 / var(--tw-ring-opacity, 1))}.focus\:ring-asu-maroon-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(225 73 115 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-rose-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:bg-asu-maroon-900:active{--tw-bg-opacity: 1;background-color:rgb(104 24 50 / var(--tw-bg-opacity, 1))}.active\:bg-blue-900:active{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-50:active{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-900:active{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.active\:text-gray-800:active{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-25:disabled{opacity:.25}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:text-\[\#8C1D40\],.group:hover .group-hover\:text-asu-maroon-700{--tw-text-opacity: 1;color:rgb(140 29 64 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mb-16{margin-bottom:4rem}.sm\:ml-3{margin-left:.75rem}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-14{padding:3.5rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:pb-0{padding-bottom:0}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-0{padding-top:0}.sm\:pt-16{padding-top:4rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:mt-0{margin-top:0}.md\:h-40{height:10rem}.md\:w-40{width:10rem}.md\:w-48{width:12rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:sticky{position:sticky}.lg\:top-6{top:1.5rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:-ml-px{margin-left:-1px}.lg\:-mt-\[6\.6rem\]{margin-top:-6.6rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-0{margin-left:0}.lg\:mt-12{margin-top:3rem}.lg\:block{display:block}.lg\:aspect-auto{aspect-ratio:auto}.lg\:w-\[438px\]{width:438px}.lg\:max-w-4xl{max-width:56rem}.lg\:grow{flex-grow:1}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:justify-center{justify-content:center}.lg\:gap-8{gap:2rem}.lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.lg\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-tl-lg{border-top-left-radius:.5rem}.lg\:p-20{padding:5rem}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:block{display:block}.dark\:hidden{display:none}.dark\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity, 1))}.dark\:divide-white\/10>:not([hidden])~:not([hidden]){border-color:#ffffff1a}.dark\:divide-white\/5>:not([hidden])~:not([hidden]){border-color:#ffffff0d}.dark\:border{border-width:1px}.dark\:border-none{border-style:none}.dark\:border-\[\#3E3E3A\]{--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:border-\[\#FFC627\]\/30{border-color:#ffc6274d}.dark\:border-\[\#eeeeec\]{--tw-border-opacity: 1;border-color:rgb(238 238 236 / var(--tw-border-opacity, 1))}.dark\:border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.dark\:border-amber-800{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity, 1))}.dark\:border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.dark\:border-blue-700{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:border-blue-800{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.dark\:border-emerald-600{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity, 1))}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.dark\:border-neutral-500{--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity, 1))}.dark\:border-neutral-700{--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity, 1))}.dark\:border-neutral-800{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity, 1))}.dark\:border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-rose-500{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity, 1))}.dark\:border-rose-900{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity, 1))}.dark\:border-white\/10{border-color:#ffffff1a}.dark\:border-white\/20{border-color:#fff3}.dark\:border-white\/5{border-color:#ffffff0d}.dark\:border-white\/\[9\%\]{border-color:#ffffff17}.dark\:bg-\[\#0a0a0a\]{--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#161615\]{--tw-bg-opacity: 1;background-color:rgb(22 22 21 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#1D0002\]{--tw-bg-opacity: 1;background-color:rgb(29 0 2 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#1a1a1a\]{--tw-bg-opacity: 1;background-color:rgb(26 26 26 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#3E3E3A\]{--tw-bg-opacity: 1;background-color:rgb(62 62 58 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#eeeeec\]{--tw-bg-opacity: 1;background-color:rgb(238 238 236 / var(--tw-bg-opacity, 1))}.dark\:bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.dark\:bg-amber-950{--tw-bg-opacity: 1;background-color:rgb(69 26 3 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-950{--tw-bg-opacity: 1;background-color:rgb(23 37 84 / var(--tw-bg-opacity, 1))}.dark\:bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.dark\:bg-emerald-900\/70{background-color:#064e3bb3}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/30{background-color:#14532d4d}.dark\:bg-neutral-400{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.dark\:bg-neutral-600{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.dark\:bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.dark\:bg-neutral-800{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.dark\:bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/20{background-color:#7f1d1d33}.dark\:bg-red-900\/30{background-color:#7f1d1d4d}.dark\:bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.dark\:bg-rose-950{--tw-bg-opacity: 1;background-color:rgb(76 5 25 / var(--tw-bg-opacity, 1))}.dark\:bg-transparent{background-color:transparent}.dark\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-white\/10{background-color:#ffffff1a}.dark\:bg-white\/5{background-color:#ffffff0d}.dark\:bg-white\/\[2\%\]{background-color:#ffffff05}.dark\:bg-white\/\[3\%\]{background-color:#ffffff08}.dark\:bg-yellow-900\/30{background-color:#713f124d}.dark\:text-\[\#1C1C1A\]{--tw-text-opacity: 1;color:rgb(28 28 26 / var(--tw-text-opacity, 1))}.dark\:text-\[\#A1A09A\]{--tw-text-opacity: 1;color:rgb(161 160 154 / var(--tw-text-opacity, 1))}.dark\:text-\[\#EDEDEC\]{--tw-text-opacity: 1;color:rgb(237 237 236 / var(--tw-text-opacity, 1))}.dark\:text-\[\#F61500\]{--tw-text-opacity: 1;color:rgb(246 21 0 / var(--tw-text-opacity, 1))}.dark\:text-\[\#FF4433\]{--tw-text-opacity: 1;color:rgb(255 68 51 / var(--tw-text-opacity, 1))}.dark\:text-\[\#FFC627\]{--tw-text-opacity: 1;color:rgb(255 198 39 / var(--tw-text-opacity, 1))}.dark\:text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-neutral-100{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.dark\:text-neutral-200{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.dark\:text-neutral-300{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.dark\:text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.dark\:text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.dark\:text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.dark\:text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.dark\:text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-rose-100{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:shadow-\[inset_0px_0px_0px_1px_\#fffaed2d\]{--tw-shadow: inset 0px 0px 0px 1px #fffaed2d;--tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:before\:border-\[\#3E3E3A\]:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:hover\:border-\[\#3E3E3A\]:hover{--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:hover\:border-\[\#62605b\]:hover{--tw-border-opacity: 1;border-color:rgb(98 96 91 / var(--tw-border-opacity, 1))}.dark\:hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-white\/10:hover{background-color:#ffffff1a}.dark\:hover\:bg-white\/5:hover,.hover\:dark\:bg-white\/5:hover{background-color:#ffffff0d}.dark\:hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.hover\:dark\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:dark\:text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}}.\[\&\>\*\]\:text-gray-800>*{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}@media (prefers-color-scheme: dark){.dark\:\[\&\>\*\]\:text-gray-100>*{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}}.\[\&_\.line\]\:block .line{display:block}.\[\&_\.line\]\:px-4 .line{padding-left:1rem;padding-right:1rem}.\[\&_\.line\]\:py-1 .line{padding-top:.25rem;padding-bottom:.25rem}.\[\&_\.line\]\:even\:bg-white:nth-child(2n) .line{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.\[\&_svg\]\:size-2\.5 svg{width:.625rem;height:.625rem}.\[\&_svg\]\:\!text-white svg{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:\[\&_svg\]\:stroke-emerald-500 svg:hover{stroke:#10b981}@media (prefers-color-scheme: dark){.dark\:\[\&_svg\]\:\!text-white svg{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}}
