@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,Times New Roman,serif;overflow-wrap:break-word}p{overflow-wrap:break-word}table{border-collapse:collapse;border-spacing:0}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:80px}h1{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:3rem;margin-bottom:1.5rem}@media(max-width:767px){h1{font-size:2.5rem}}h2{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:2.5rem;margin-bottom:1.5rem}@media(max-width:767px){h2{font-size:2rem}}h3{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:2rem;margin-bottom:1rem}@media(max-width:767px){h3{font-size:1.5rem}}h4{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.5rem;margin-bottom:1rem}h5{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.25rem;margin-bottom:.5rem}h6{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.125rem;margin-bottom:.5rem}p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;color:#333;margin-bottom:1rem}p:last-child{margin-bottom:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:#999}.text-light{color:#666}.text-primary{color:#152542}.text-inverse{color:#fff}.font-heading{font-family:Playfair Display,Georgia,Times New Roman,serif}.font-body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#152542;height:80px;transition:height .25s ease,box-shadow .25s ease,background-color .25s ease}.header--scrolled{height:64px;box-shadow:0 2px 8px #00000014;background-color:#0d1a2e}.header__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;display:flex;align-items:center;justify-content:space-between;height:100%}.header__brand{display:flex;align-items:center;justify-content:center;gap:1rem;text-decoration:none;color:#fff;flex-shrink:0}.header__logo{height:100px;width:100px;object-fit:contain;transition:height .25s ease,width .25s ease,transform .25s ease;border-radius:4px}.header__logo:hover{transform:scale(1.4);cursor:pointer}.header--scrolled .header__logo{height:40px;width:40px}.header__title-group{display:flex;flex-direction:column;gap:2px}@media(max-width:575px){.header__title-group{display:none}}.header__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px;line-height:1.2;color:#fff;text-transform:uppercase}.header--scrolled .header__title{font-size:.875rem}.header__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;color:#ffffffb3;letter-spacing:.3px}@media(max-width:991px){.header__nav{display:none}}.header__nav-list{display:flex;align-items:center;gap:.25rem}.header__nav-link{display:block;padding:.5rem 1rem;color:#ffffffd9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;border-radius:4px;transition:color .15s ease;white-space:nowrap;position:relative}.header__nav-link:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background-color:#0f8;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.header__nav-link:hover:after{transform:scaleX(1)}.header__nav-link:hover,.header__nav-link--active{color:#fff}.header__nav-link--active:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;margin-left:1rem}@media(max-width:991px){.header__actions{margin-left:auto;margin-right:.5rem}}.header__auth-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:#fffc;text-decoration:none;transition:all .15s ease}.header__auth-btn:hover{color:#fff;background:#ffffff1f}.header__user-avatar{width:34px;height:34px;border-radius:50%;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;text-decoration:none;letter-spacing:.5px;transition:background .15s ease}.header__user-avatar:hover{background:#ffffff47}.header__mobile-toggle{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:none;color:#fff;padding:.5rem;border-radius:4px;transition:background-color .15s ease}.header__mobile-toggle:hover{background-color:#ffffff1a}@media(max-width:991px){.header__mobile-toggle{display:flex;align-items:center;justify-content:center}}.header__hamburger{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.header__hamburger span{display:block;width:100%;height:2px;background-color:#fff;border-radius:1px;transition:transform .25s ease,opacity .15s ease}.header__hamburger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;inset:80px 0 0;background-color:#152542;z-index:999;overflow-y:auto;padding:1.5rem 0;animation:slideDown .25s ease forwards}.mobile-nav--open{display:block}@media(min-width:992px){.mobile-nav--open{display:none}}.mobile-nav--scrolled{top:64px}.mobile-nav__list{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;display:flex;flex-direction:column;gap:.25rem}.mobile-nav__link{display:block;padding:1rem 1.5rem;color:#ffffffd9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;border-radius:8px;transition:color .15s ease,background-color .15s ease}.mobile-nav__link:hover{color:#fff;background-color:#ffffff1a}.mobile-nav__link--active{color:#fff;background-color:#ffffff26}.mobile-nav__link--auth{display:flex;align-items:center;gap:.5rem}.mobile-nav__divider{height:1px;background:#ffffff1a;margin:.5rem 1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#152542;color:#fff;padding:6rem 0 2rem}.footer__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}@media(max-width:991px){.footer__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:767px){.footer__grid{grid-template-columns:1fr;gap:3rem}}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{height:48px;width:48px;object-fit:contain;border-radius:4px}.footer__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;letter-spacing:.3px}.footer__description{font-size:.875rem;color:#ffffffb3;line-height:1.8}.footer__identifiers{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.footer__identifier{font-size:.75rem;color:#fff9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer__identifier strong{color:#fffc}.footer__section-title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1rem;font-weight:700;margin-bottom:1.5rem;color:#fff;letter-spacing:.3px}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.875rem;color:#ffffffb3;transition:color .15s ease}.footer__link:hover{color:#fff}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#ffffffb3;margin-bottom:.5rem}.footer__contact-item svg{flex-shrink:0;margin-top:2px}.footer__social{display:flex;gap:.5rem;margin-top:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .15s ease}.footer__social-link:hover{background-color:#ffffff1a;border-color:#fff6;color:#fff}.footer__divider{height:1px;background-color:#ffffff1a;margin-bottom:2rem}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media(max-width:767px){.footer__bottom{flex-direction:column;text-align:center}}.footer__copyright{font-size:.75rem;color:#ffffff80}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-link{font-size:.75rem;color:#ffffff80;transition:color .15s ease}.footer__bottom-link:hover{color:#fffc}.dropdown{position:relative}.dropdown__trigger{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;gap:.25rem}.dropdown__icon{width:12px;height:12px;transition:transform .25s ease}.dropdown--open .dropdown__icon{transform:rotate(180deg)}.dropdown__menu{position:absolute;top:100%;left:0;min-width:200px;background-color:#fff;border:1px solid #e0e4e8;border-radius:8px;box-shadow:0 8px 24px #1525421f;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;z-index:100}.dropdown--open .dropdown__menu{opacity:1;visibility:visible;transform:translateY(4px)}.dropdown__item{display:block;width:100%;padding:.5rem 1.5rem;font-size:.875rem;color:#333;transition:background-color .15s ease,color .15s ease}.dropdown__item:hover{background-color:#15254214;color:#152542}.hero{position:relative;background-color:#152542;color:#fff;padding:6rem 0;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#152542,#1e3a5f,#152542);opacity:.9}.hero__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;position:relative;z-index:1;text-align:center}.hero__badge{display:inline-block;padding:.25rem 1.5rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.75rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:2rem;color:#ffffffe6}.hero__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.hero__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;color:#ffffffbf;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-about{padding:6rem 0}@media(max-width:767px){.home-about{padding:4rem 0}}.home-about{background-color:#fff}.home-about__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:991px){.home-about__inner{grid-template-columns:1fr;gap:3rem}}.home-about__content h2{margin-bottom:1.5rem}.home-about__content p{color:#666;line-height:1.8;margin-bottom:1.5rem}.home-about__features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:575px){.home-about__features{grid-template-columns:1fr}}.home-about__feature{padding:2rem;background-color:#f5f7fa;border-radius:8px;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.home-about__feature:hover{transform:translateY(-4px);box-shadow:0 4px 12px #1525421f}.home-about__feature-icon{font-size:2rem;margin-bottom:1rem}.home-about__feature-title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#152542;margin-bottom:.25rem}.home-about__feature-text{font-size:.875rem;color:#999}.home-current-issue{padding:6rem 0}@media(max-width:767px){.home-current-issue{padding:4rem 0}}.home-current-issue{background-color:#f5f7fa}.home-current-issue__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.home-current-issue__header{text-align:center;margin-bottom:4rem}.home-current-issue__header h2{margin-bottom:1rem}.home-current-issue__header p{color:#666;max-width:600px;margin:0 auto}.home-current-issue__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}@media(max-width:575px){.home-current-issue__grid{grid-template-columns:1fr}}.home-cta{padding:6rem 0}@media(max-width:767px){.home-cta{padding:4rem 0}}.home-cta{background-color:#152542;color:#fff;text-align:center}.home-cta__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;max-width:700px}.home-cta__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:2.5rem;color:#fff;margin-bottom:1rem}@media(max-width:767px){.home-cta__title{font-size:2rem}}.home-cta__text{color:#ffffffbf;font-size:1.125rem;margin-bottom:3rem}.about-page__hero{background-color:#f5f7fa;padding:6rem 0 4rem;text-align:center}.about-page__hero .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.about-page__hero h1{margin-bottom:1rem}.about-page__hero p{max-width:700px;margin:0 auto;color:#666;font-size:1.125rem}.about-page__content{padding:6rem 0}@media(max-width:767px){.about-page__content{padding:4rem 0}}.about-page__content .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.about-page__section{margin-bottom:6rem}.about-page__section:last-child{margin-bottom:0}.about-page__section h2{position:relative;padding-bottom:1rem;margin-bottom:2rem}.about-page__section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:#152542;border-radius:2px}.about-page__section p{color:#666;line-height:1.8;max-width:800px}.about-page__section ul{margin-top:1rem;padding-left:2rem}.about-page__section ul li{position:relative;padding-left:1rem;margin-bottom:.5rem;color:#666;line-height:1.8;list-style:none}.about-page__section ul li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background-color:#152542}.about-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}@media(max-width:767px){.about-page__grid{grid-template-columns:1fr}}.about-page__card{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.about-page__card:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.about-page__card h4{margin-bottom:.5rem}.about-page__card p{font-size:.875rem;color:#999}.submissions-page__hero{background-color:#f5f7fa;padding:6rem 0 4rem;text-align:center}.submissions-page__hero .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.submissions-page__hero h1{margin-bottom:1rem}.submissions-page__hero p{max-width:700px;margin:0 auto;color:#666;font-size:1.125rem}.submissions-page__content{padding:6rem 0}@media(max-width:767px){.submissions-page__content{padding:4rem 0}}.submissions-page__content .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.submissions-page__section{margin-bottom:6rem}.submissions-page__section:last-child{margin-bottom:0}.submissions-page__section h2{position:relative;padding-bottom:1rem;margin-bottom:2rem}.submissions-page__section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:#152542;border-radius:2px}.submissions-page__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}.submissions-page__step{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.submissions-page__step:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.submissions-page__step{text-align:center}.submissions-page__step-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#152542;color:#fff;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.submissions-page__step-title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;color:#152542;margin-bottom:.5rem}.submissions-page__step-text{font-size:.875rem;color:#999}.submissions-page__guidelines{list-style:none;padding:0}.submissions-page__guidelines li{position:relative;padding:1rem 0 1rem 3rem;border-bottom:1px solid #f0f0f0;color:#666;line-height:1.8}.submissions-page__guidelines li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700;font-size:1.25rem}.submissions-page__guidelines li:last-child{border-bottom:none}.submissions-page__info-box{background-color:#f5f7fa;border-left:4px solid #152542;border-radius:4px;padding:2rem;margin-top:2rem}.submissions-page__info-box h4{margin-bottom:.5rem}.submissions-page__info-box p{font-size:.875rem;color:#666}.current-issue-page__hero{background-color:#f5f7fa;padding:6rem 0 4rem;text-align:center}.current-issue-page__hero .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.current-issue-page__hero h1{margin-bottom:.5rem}.current-issue-page__volume{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;color:#666;font-weight:500}.current-issue-page__content{padding:6rem 0}@media(max-width:767px){.current-issue-page__content{padding:4rem 0}}.current-issue-page__content .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.current-issue-page__articles{display:flex;flex-direction:column;gap:2rem}.article-card{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.article-card:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.article-card{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}@media(max-width:767px){.article-card{grid-template-columns:1fr}}.article-card__content{display:flex;flex-direction:column;gap:.5rem}.article-card__type{display:inline-block;padding:.25rem .5rem;background-color:#f5f7fa;color:#152542;font-size:.75rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.article-card__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;color:#152542;line-height:1.2;margin-bottom:0}.article-card__authors{font-size:.875rem;color:#666;font-style:italic}.article-card__meta{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.75rem;color:#999}.article-card__meta span{display:flex;align-items:center;gap:.25rem}.article-card__abstract{font-size:.875rem;color:#666;line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card__actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.archives-page__hero{background-color:#f5f7fa;padding:6rem 0 4rem;text-align:center}.archives-page__hero .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.archives-page__hero h1{margin-bottom:1rem}.archives-page__hero p{max-width:600px;margin:0 auto;color:#666}.archives-page__content{padding:6rem 0}@media(max-width:767px){.archives-page__content{padding:4rem 0}}.archives-page__content .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;max-width:900px}.archives-page__year-group{margin-bottom:3rem}.archives-page__year-group:last-child{margin-bottom:0}.archives-page__year-header{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem 2rem;background-color:#f5f7fa;border-radius:8px;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;color:#152542;transition:background-color .15s ease}.archives-page__year-header:hover{background-color:#ebeff5}.archives-page__year-icon{font-size:1.25rem;transition:transform .25s ease}.archives-page__year-icon--open{transform:rotate(180deg)}.archives-page__issues{padding:1rem 2rem}.archives-page__issue{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.archives-page__issue:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.archives-page__issue{margin-bottom:1rem}.archives-page__issue:last-child{margin-bottom:0}.archives-page__issue-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}@media(max-width:575px){.archives-page__issue-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.archives-page__issue-title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;color:#152542;margin-bottom:0}.archives-page__issue-date{font-size:.875rem;color:#999}.archives-page__issue-articles{font-size:.875rem;color:#666}.editorial-page__hero{background-color:#f5f7fa;padding:6rem 0 4rem;text-align:center}.editorial-page__hero .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.editorial-page__hero h1{margin-bottom:1rem}.editorial-page__hero p{max-width:700px;margin:0 auto;color:#666}.editorial-page__content{padding:6rem 0}@media(max-width:767px){.editorial-page__content{padding:4rem 0}}.editorial-page__content .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.editorial-page__chief-section{margin-bottom:6rem;text-align:center}.editorial-page__chief-card{max-width:600px;margin:3rem auto 0;background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.editorial-page__chief-card:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.editorial-page__chief-card{text-align:center;padding:4rem}.editorial-page__avatar{width:100px;height:100px;border-radius:50%;background-color:#152542;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.editorial-page__name{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;color:#152542;margin-bottom:.25rem}.editorial-page__role{font-size:.875rem;color:#2a6496;font-weight:500;margin-bottom:.5rem}.editorial-page__affiliation{font-size:.875rem;color:#999}.editorial-page__board-section h2{text-align:center;margin-bottom:4rem}.editorial-page__board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.editorial-page__member-card{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.editorial-page__member-card:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.editorial-page__member-card{text-align:center;padding:3rem}.editorial-page__member-avatar{width:72px;height:72px;border-radius:50%;background-color:#f5f7fa;color:#152542;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;margin:0 auto 1rem;border:2px solid #e0e4e8}.editorial-page__member-name{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#152542;margin-bottom:.25rem}.editorial-page__member-field{font-size:.875rem;color:#666;margin-bottom:.25rem}.editorial-page__member-affiliation{font-size:.75rem;color:#999}.announcement-page__hero{background-color:#f5f7fa;padding:6rem 0 4rem;text-align:center}.announcement-page__hero .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.announcement-page__hero h1{margin-bottom:1rem}.announcement-page__hero p{max-width:700px;margin:0 auto;color:#666}.announcement-page__content{padding:6rem 0}@media(max-width:767px){.announcement-page__content{padding:4rem 0}}.announcement-page__content .page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;max-width:900px}.announcement-page__list{display:flex;flex-direction:column;gap:2rem}.announcement-card{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.announcement-card:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.announcement-card__date{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.announcement-card__tag{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;margin-left:.5rem}.announcement-card__tag--new{background-color:#28a7451a;color:#28a745}.announcement-card__tag--important{background-color:#dc35451a;color:#dc3545}.announcement-card__tag--update{background-color:#17a2b81a;color:#17a2b8}.announcement-card__tag--cfp{background-color:#1525421a;color:#152542}.announcement-card__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;color:#152542;margin-bottom:.5rem;line-height:1.2}.announcement-card__excerpt{font-size:.875rem;color:#666;line-height:1.8;margin-bottom:1rem}.announcement-card__topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.announcement-card__topic-chip{display:inline-block;padding:.25rem .5rem;background-color:#1525420f;color:#152542;border-radius:4px;font-size:.75rem;font-weight:500}.announcement-card__deadline{font-size:.875rem;font-weight:600;color:#666;margin-bottom:1rem}.announcement-card__read-more{font-size:.875rem;font-weight:600;color:#152542;text-decoration:none;position:relative}.announcement-card__read-more:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:currentColor;transition:width .25s ease}.announcement-card__read-more:hover:after{width:100%}.auth{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#152542,#1e3a5f,#2a6496);padding:2rem}.auth__container{width:100%;display:flex;justify-content:center}.auth__card{width:100%;max-width:460px;background:#fff;border-radius:12px;padding:3rem 3rem 2rem;box-shadow:0 20px 60px #0000004d}.auth__card--wide{max-width:560px}@media(max-width:575px){.auth__card{padding:2rem 1.5rem 1.5rem}}.auth__back-home{display:inline-flex;align-items:center;gap:.5rem;color:#999;font-size:.875rem;text-decoration:none;margin-bottom:2rem;transition:color .15s ease}.auth__back-home:hover{color:#152542}.auth__header{text-align:center;margin-bottom:2rem}.auth__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:2rem;margin-bottom:.25rem}@media(max-width:575px){.auth__title{font-size:1.5rem}}.auth__subtitle{color:#666;font-size:.875rem}.auth__form{display:flex;flex-direction:column;gap:1.5rem}.auth__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:575px){.auth__row{grid-template-columns:1fr}}.auth__field{display:flex;flex-direction:column;gap:6px}.auth__label{font-size:.875rem;font-weight:500;color:#333}.auth__input{padding:12px 1rem;border:1px solid #e0e4e8;border-radius:8px;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:border-color .15s ease,box-shadow .15s ease;outline:none;background:#fff;width:100%}.auth__input::placeholder{color:#999}.auth__input:focus{border-color:#2a6496;box-shadow:0 0 0 3px #2a64961f}.auth__checkbox{display:flex;align-items:flex-start;gap:.5rem}.auth__checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#152542;cursor:pointer;margin-top:2px;flex-shrink:0}.auth__checkbox label{font-size:.875rem;color:#666;cursor:pointer;line-height:1.5}.auth__terms-btn{background:none;border:none;padding:0;font:inherit;cursor:pointer;color:#2a6496;font-weight:600;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px}.auth__terms-btn:hover{color:#152542;text-decoration-style:solid}.auth__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:12px 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:all .15s ease;width:100%}.auth__btn--primary{background:#152542;color:#fff}.auth__btn--primary:hover:not(:disabled){background:#0d1a2e;transform:translateY(-1px);box-shadow:0 4px 12px #1525424d}.auth__btn--primary:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.auth__btn--google{background:#fff;color:#333;border:1px solid #e0e4e8}.auth__btn--google:hover{background:#f5f7fa;border-color:#999}.auth__btn--secondary{background:transparent;color:#2a6496;border:1px solid #2a6496}.auth__btn--secondary:hover:not(:disabled){background:#2a649614}.auth__divider{display:flex;align-items:center;margin:1.5rem 0}.auth__divider:before,.auth__divider:after{content:"";flex:1;height:1px;background:#e0e4e8}.auth__divider span{padding:0 1rem;color:#999;font-size:.875rem}.auth__footer{text-align:center;margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}.auth__footer-text{font-size:.875rem;color:#666}.auth__link{color:#2a6496;font-weight:500;text-decoration:none;transition:color .15s ease}.auth__link:hover{color:#152542;text-decoration:underline}.auth__error{background:#dc354514;color:#dc3545;padding:1rem;border-radius:8px;font-size:.875rem;margin-bottom:.5rem;border-left:3px solid #dc3545}.auth__success{background:#28a74514;color:#28a745;padding:1rem;border-radius:8px;font-size:.875rem;margin-bottom:.5rem;border-left:3px solid #28a745}.modal-overlay{position:fixed;inset:0;background:#0009;z-index:3000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:modalFadeIn .2s ease}.modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 25px 80px #0000004d;animation:modalSlideUp .25s ease}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1.5rem;border-bottom:1px solid #e0e4e8;flex-shrink:0}.modal__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.25rem}.modal__close{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;font-size:28px;color:#999;line-height:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.modal__close:hover{color:#333;background:#f5f7fa}.modal__body{padding:2rem;overflow-y:auto;flex:1}.modal__body h3{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1rem;margin-top:2rem;margin-bottom:.5rem}.modal__body h3:first-child{margin-top:0}.modal__body p{color:#666;font-size:.875rem;line-height:1.6}.modal__footer{padding:1.5rem 2rem;border-top:1px solid #e0e4e8;display:flex;justify-content:flex-end;flex-shrink:0}.modal__footer .auth__btn{width:auto;min-width:120px}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f7fa}.profile-loading__spinner{width:40px;height:40px;border:3px solid #e0e4e8;border-top-color:#152542;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-layout{display:flex;min-height:100vh;background:#f5f7fa}.profile-layout__mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:56px;background:#152542;color:#fff;z-index:1000;align-items:center;padding:0 1.5rem;gap:1rem}@media(max-width:991px){.profile-layout__mobile-header{display:flex}}.profile-layout__menu-toggle{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;color:#fff;padding:.25rem;display:flex;align-items:center}.profile-layout__mobile-title{font-weight:600;font-size:1.125rem}.profile-layout__overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:1999}@media(max-width:991px){.profile-layout__overlay{display:block}}.profile-sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background:#152542;color:#fff;display:flex;flex-direction:column;z-index:2000;transition:transform .25s ease}@media(max-width:991px){.profile-sidebar{transform:translate(-100%)}.profile-sidebar--open{transform:translate(0)}}.profile-sidebar__brand{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.profile-sidebar__logo{width:40px;height:40px;object-fit:contain;border-radius:4px}.profile-sidebar__brand-text{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px}.profile-sidebar__user{display:flex;align-items:center;gap:1rem;padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.profile-sidebar__avatar{width:44px;height:44px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0;letter-spacing:.5px}.profile-sidebar__user-info{display:flex;flex-direction:column;min-width:0}.profile-sidebar__user-name{font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-sidebar__user-role{font-size:.75rem;color:#ffffff8c;margin-top:2px}.profile-sidebar__nav{flex:1;padding:1rem 0;overflow-y:auto}.profile-sidebar__nav-item{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#ffffffa6;font-size:.875rem;font-weight:500;transition:all .15s ease;text-align:left;border-left:3px solid transparent}.profile-sidebar__nav-item:hover{color:#fff;background:#ffffff0f}.profile-sidebar__nav-item--active{color:#fff;background:#ffffff1a;border-left-color:#0f8}.profile-sidebar__nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-sidebar__nav-icon svg{width:20px;height:20px}.profile-sidebar__footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.25rem}.profile-sidebar__back-link,.profile-sidebar__logout{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;gap:.5rem;color:#ffffff8c;font-size:.875rem;text-decoration:none;text-align:left;padding:.5rem 0;transition:color .15s ease}.profile-sidebar__back-link:hover,.profile-sidebar__logout:hover{color:#fff}.profile-sidebar__logout:hover{color:#dc3545}.profile-main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}@media(max-width:991px){.profile-main{margin-left:0;padding-top:56px}}.profile-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 3rem;background:#fff;border-bottom:1px solid #e0e4e8}@media(max-width:991px){.profile-header{display:none}}.profile-header__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.5rem}.profile-header__user{display:flex;align-items:center;gap:1rem}.profile-header__name{font-size:.875rem;font-weight:500;color:#666}.profile-header__avatar{width:36px;height:36px;border-radius:50%;background:#152542;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;letter-spacing:.5px}.profile-pending-banner,.profile-rejected-banner{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 3rem;margin:0 3rem 1.5rem;border-radius:8px}@media(max-width:767px){.profile-pending-banner,.profile-rejected-banner{margin:0 1.5rem 1.5rem;padding:1rem 1.5rem}}.profile-pending-banner svg,.profile-rejected-banner svg{flex-shrink:0;margin-top:2px}.profile-pending-banner p,.profile-rejected-banner p{margin:0;font-size:.875rem;line-height:1.5}.profile-pending-banner{background:#f59e0b1f;color:#b45309;border:1px solid rgba(245,158,11,.3)}.profile-pending-banner svg{color:#d97706}.profile-rejected-banner{background:#dc35451a;color:#b91c1c;border:1px solid rgba(220,53,69,.25)}.profile-rejected-banner svg{color:#dc3545}.profile-content{flex:1;padding:3rem}@media(max-width:767px){.profile-content{padding:1.5rem}}.dashboard__welcome{margin-bottom:3rem}.dashboard__welcome h2{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.5rem;margin-bottom:.25rem}.dashboard__welcome p{color:#666;font-size:1rem}.dashboard__welcome p strong{color:#2a6496}.dashboard__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.dashboard__card{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.dashboard__card:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.dashboard__card{position:relative;overflow:hidden}.dashboard__card h3{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.125rem;margin-bottom:.5rem}.dashboard__card p{color:#666;font-size:.875rem;line-height:1.6}.dashboard__card-icon{width:48px;height:48px;border-radius:8px;background:#1525420f;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#152542}.profile-info__card{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.profile-info__card:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.profile-info__card h2{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.25rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e4e8}.profile-info__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:767px){.profile-info__grid{grid-template-columns:1fr}}.profile-info__item{display:flex;flex-direction:column;gap:6px}.profile-info__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#999}.profile-info__value{font-size:1rem;color:#333;font-weight:500}.settings__card{background:#fff;border:1px solid #e0e4e8;border-radius:8px;padding:2rem;transition:box-shadow .25s ease,transform .25s ease}.settings__card:hover{box-shadow:0 4px 12px #1525421f;transform:translateY(-2px)}.settings__card h2{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.25rem;margin-bottom:1rem}.settings__card p{color:#666;font-size:.875rem}.users-section__header{margin-bottom:2rem}.users-section__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.users-section__title-row h2{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;color:#152542;font-size:1.5rem}.users-section__refresh-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#999;transition:all .15s ease}.users-section__refresh-btn:hover:not(:disabled){color:#152542;background:#15254214}.users-section__refresh-btn:disabled{opacity:.5;cursor:not-allowed}.users-section__search{position:relative;display:flex;align-items:center}.users-section__search svg{position:absolute;left:14px;color:#999;pointer-events:none}.users-section__search input{width:100%;padding:11px 40px 11px 42px;border:1px solid #e0e4e8;border-radius:8px;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.users-section__search input::placeholder{color:#999}.users-section__search input:focus{border-color:#2a6496;box-shadow:0 0 0 3px #2a64961a}.users-section__search-clear{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;position:absolute;right:10px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:18px;color:#999;transition:all .15s ease}.users-section__search-clear:hover{color:#333;background:#f5f7fa}.users-section__search-info{padding:.5rem 1rem;font-size:.875rem;color:#666;background:#f5f7fa;border-radius:8px;margin-bottom:1rem}.users-section__tabs{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.25rem;margin-bottom:2rem;-webkit-overflow-scrolling:touch}.users-section__tabs::-webkit-scrollbar{height:4px}.users-section__tabs::-webkit-scrollbar-track{background:transparent}.users-section__tabs::-webkit-scrollbar-thumb{background:#e0e4e8;border-radius:2px}.users-section__tab{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;color:#666;white-space:nowrap;border-radius:8px;border:1px solid #e0e4e8;background:#fff;transition:all .15s ease}.users-section__tab:hover{color:#152542;border-color:#152542;background:#1525420a}.users-section__tab--active{color:#fff;background:#152542;border-color:#152542}.users-section__tab--active:hover{color:#fff;background:#0d1a2e;border-color:#0d1a2e}.users-section__tab-count{font-size:.75rem;font-weight:600;padding:1px 7px;border-radius:10px;background:#fff3;min-width:20px;text-align:center}.users-section__tab:not(.users-section__tab--active) .users-section__tab-count{background:#f5f7fa;color:#999}.users-section__table-wrap{background:#fff;border:1px solid #e0e4e8;border-radius:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.users-section__table{width:100%;border-collapse:collapse;min-width:700px}.users-section__table thead{background:#f5f7fa}.users-section__table thead th{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#999;border-bottom:1px solid #e0e4e8;white-space:nowrap}.users-section__table tbody tr{transition:background .15s ease}.users-section__table tbody tr:not(:last-child){border-bottom:1px solid #f0f0f0}.users-section__table tbody tr:hover{background:#15254205}.users-section__table tbody td{padding:1rem 1.5rem;font-size:.875rem;color:#333;vertical-align:middle}.users-section__user-cell{display:flex;align-items:center;gap:1rem;min-width:180px}.users-section__user-avatar{width:34px;height:34px;border-radius:50%;background:#152542;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.5px;flex-shrink:0}.users-section__user-name{font-weight:500;color:#333;white-space:nowrap}.users-section__email-cell{color:#666!important;font-size:.75rem!important;word-break:break-word;overflow-wrap:break-word;min-width:0}.users-section__role-cell{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.users-section__role-badge{display:inline-block;padding:3px 10px;font-size:.75rem;font-weight:600;border-radius:20px;white-space:nowrap}.users-section__role-badge--author{background:#17a2b81a;color:#17a2b8}.users-section__role-badge--editor{background:#28a7451a;color:#28a745}.users-section__role-badge--reviewer{background:#f59e0b1a;color:#d97706}.users-section__role-badge--editor-in-chief{background:#7c3aed1a;color:#7c3aed}.users-section__role-badge--admin{background:#dc35451a;color:#dc3545}.users-section__role-badge--content-manager{background:#0891b21a;color:#0891b2}.users-section__role-select{padding:6px 10px;border:1px solid #2a6496;border-radius:4px;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#333;outline:none;cursor:pointer}.users-section__role-select:focus{box-shadow:0 0 0 2px #2a649626}.users-section__action-group{display:flex;gap:.5rem}.users-section__save-btn{background:none;border:none;margin:0;cursor:pointer;font:inherit;color:inherit;padding:5px 14px;background:#28a745;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;transition:background .15s ease}.users-section__save-btn:hover:not(:disabled){background:#1e7e34}.users-section__save-btn:disabled{opacity:.65;cursor:not-allowed}.users-section__cancel-btn{background:none;border:none;margin:0;cursor:pointer;font:inherit;color:inherit;padding:5px 14px;background:#f5f7fa;color:#666;font-size:.75rem;font-weight:500;border-radius:4px;border:1px solid #e0e4e8;transition:all .15s ease}.users-section__cancel-btn:hover{color:#333;border-color:#999}.users-section__accept-btn{background:none;border:none;margin:0;cursor:pointer;font:inherit;color:inherit;padding:5px 14px;background:#28a745;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;transition:background .15s ease}.users-section__accept-btn:hover:not(:disabled){background:#1e7e34}.users-section__accept-btn:disabled{opacity:.65;cursor:not-allowed}.users-section__reject-btn{background:none;border:none;margin:0;cursor:pointer;font:inherit;color:inherit;padding:5px 14px;background:#dc35451a;color:#dc3545;font-size:.75rem;font-weight:600;border-radius:4px;border:1px solid rgba(220,53,69,.3);transition:all .15s ease}.users-section__reject-btn:hover:not(:disabled){background:#dc354526}.users-section__reject-btn:disabled{opacity:.65;cursor:not-allowed}.users-section__status-badge{display:inline-block;padding:3px 8px;font-size:10px;font-weight:600;border-radius:12px;margin-right:.25rem;text-transform:capitalize}.users-section__status-badge--pending{background:#f59e0b26;color:#b45309}.users-section__status-badge--approved{background:#28a74526;color:#28a745}.users-section__status-badge--rejected{background:#dc354526;color:#dc3545}.users-section__role-dropdown-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;color:#999;transition:all .15s ease;flex-shrink:0}.users-section__role-dropdown-btn:hover{color:#2a6496;background:#2a649614}.users-section__edit-role-modal{max-width:420px}.users-section__edit-role-modal .modal__footer{display:flex;gap:1rem;justify-content:flex-end}.users-section__modal-label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}.users-section__role-select--modal{width:100%;padding:10px 14px;font-size:.875rem}.users-section__modal-cancel-btn{background:none;border:none;margin:0;cursor:pointer;font:inherit;color:inherit;padding:8px 18px;font-size:.875rem;font-weight:500;color:#666;background:#f5f7fa;border:1px solid #e0e4e8;border-radius:8px;transition:all .15s ease}.users-section__modal-cancel-btn:hover{color:#333;border-color:#999}.users-section__modal-save-btn{background:none;border:none;margin:0;cursor:pointer;font:inherit;color:inherit;padding:8px 18px;font-size:.875rem;font-weight:600;color:#fff;background:#28a745;border-radius:8px;transition:background .15s ease}.users-section__modal-save-btn:hover:not(:disabled){background:#1e7e34}.users-section__modal-save-btn:disabled{opacity:.65;cursor:not-allowed}.users-section__empty{text-align:center;padding:4rem 2rem!important;color:#999!important;font-style:italic}.users-section__error{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#dc35450f;color:#dc3545;font-size:.875rem;border-radius:8px;border-left:3px solid #dc3545;margin-bottom:1.5rem}.users-section__error button{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;font-size:20px;color:#dc3545;opacity:.6;line-height:1}.users-section__error button:hover{opacity:1}.users-section__loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:#999;font-size:.875rem}.users-section__loading-spinner{width:20px;height:20px;border:2px solid #e0e4e8;border-top-color:#152542;border-radius:50%;animation:spin .7s linear infinite}.users-section__load-more{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:block;width:100%;padding:1rem;margin-top:1.5rem;text-align:center;font-size:.875rem;font-weight:600;color:#2a6496;background:#fff;border:1px solid #e0e4e8;border-radius:8px;transition:all .15s ease}.users-section__load-more:hover{color:#152542;border-color:#152542;background:#1525420a}@media(max-width:991px){.users-section__header{margin-bottom:1.5rem}.users-section__title-row{margin-bottom:1rem}.users-section__title-row h2{font-size:1.25rem}.users-section__tabs{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:.5rem}.users-section__tab{padding:.5rem 1rem;font-size:.75rem}}@media(max-width:767px){.users-section__table-wrap{overflow-x:visible;border-radius:8px;background:#f5f7fa;padding:.5rem}.users-section__table{min-width:unset;display:block}.users-section__table thead{display:none}.users-section__table tbody{display:block}.users-section__table tr{display:block;padding:1rem;margin-bottom:1rem;background:#fff;border:1px solid #e0e4e8;border-radius:8px;transition:background .15s ease}.users-section__table tr:last-child{margin-bottom:0}.users-section__table tr:hover{background:#15254205}.users-section__table td{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1rem;border:none;border-bottom:1px solid #f0f0f0}.users-section__table td:last-child{border-bottom:none;padding-top:1rem;margin-top:.25rem;border-top:1px solid #f0f0f0}.users-section__table td:before{content:attr(data-label);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#999;flex-shrink:0}.users-section__user-cell{min-width:unset;flex:1;justify-content:flex-end}.users-section__table td.users-section__empty{display:block!important;text-align:center;padding:3rem 1.5rem!important;border:none!important}.users-section__table td.users-section__empty:before{display:none}.users-section__user-name{white-space:normal;word-break:break-word}.users-section__email-cell{flex-wrap:wrap}.users-section__email-cell:before{flex-basis:100%;margin-bottom:2px}.users-section__action-group{flex-wrap:wrap}.users-section__role-select{min-width:120px}.users-section__role-dropdown-btn{width:32px;height:32px}}@media(max-width:575px){.users-section__title-row h2{font-size:1.125rem}.users-section__search input{padding:10px 36px 10px 38px;font-size:16px}.users-section__tab{padding:.25rem .5rem;font-size:11px}.users-section__tab-count{min-width:18px;padding:1px 5px}.users-section__role-dropdown-btn{width:36px;height:36px;min-width:36px;min-height:36px}.users-section__edit-role-modal{margin:1rem;max-height:calc(100vh - 2rem)}}
