.categories-section{padding:0 0 56px}.categories-heading,.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px;display:flex}.categories-heading h2{font-size:2.35rem}.section-eyebrow{color:var(--text-light);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:1rem;font-weight:600;display:block}.section-link,.announcement-link{color:var(--primary);font-size:1.1rem;font-weight:600}.categories-list{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.category-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:16px;min-height:130px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.category-item:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.category-icon{width:48px;height:48px;color:var(--primary);background:#f5eab499;border-radius:14px;flex-shrink:0;place-items:center;font-size:1.55rem;display:grid}.category-content{flex-direction:column;gap:6px;display:flex}.category-name{color:var(--text);font-family:var(--font-heading);font-size:1.55rem;font-weight:600}.category-count{color:var(--text-light);font-size:.95rem}.category-arrow{color:var(--primary);opacity:0;font-size:1.25rem;transition:opacity .2s,transform .2s;position:absolute;bottom:14px;right:18px;transform:translate(-8px)}.category-item:hover .category-arrow{opacity:1;transform:translate(0)}.announcements-section{padding:32px 0 100px}.section-heading h2{font-size:2.6rem}.announcements-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.announcement-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;min-height:250px;padding:32px;transition:transform .2s,box-shadow .2s;display:flex}.announcement-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.announcement-meta{color:var(--text-light);gap:12px;margin-bottom:24px;font-size:1rem;display:flex}.announcement-meta span{color:var(--primary);font-weight:600}.announcement-card h3{color:var(--text);font-family:var(--font-heading);font-size:1.6rem;line-height:1.4}.announcement-link{margin-top:auto;padding-top:26px}@media (width<=992px){.categories-list{grid-template-columns:repeat(2,1fr)}.announcements-grid{grid-template-columns:1fr}}@media (width<=600px){.categories-heading,.section-heading{flex-direction:column;align-items:start}.categories-heading h2,.section-heading h2{font-size:2.1rem}.categories-list{grid-template-columns:1fr}.announcements-section{padding-bottom:64px}.announcement-card h3{font-size:1.4rem}.category-name{font-size:1.35rem}}.nav-links{align-items:center;gap:34px;margin-left:auto;display:flex}.nav-links a{color:var(--text);transition:color var(--transition-fast);font-size:1rem;font-weight:500;text-decoration:none;position:relative}.nav-links a:after{content:"";background:var(--text);border-radius:999px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-8px;left:0}.nav-links a:hover:after{width:100%}@media (width<=900px){.nav-links{display:none}}.btn{cursor:pointer;font-family:var(--font-body);transition:all var(--transition-normal);-webkit-user-select:none;user-select:none;border:none;outline:none;justify-content:center;align-items:center;gap:.65rem;font-weight:600;display:inline-flex}.btn-sm{border-radius:var(--radius-sm);height:42px;padding:0 20px;font-size:.9rem}.btn-md{border-radius:var(--radius-md);height:54px;padding:0 28px;font-size:1rem}.btn-lg{border-radius:var(--radius-md);height:60px;padding:0 36px;font-size:1.05rem}.btn-primary{color:#fff;background:#171717}.btn-primary:hover{box-shadow:var(--shadow-md);background:#000;transform:translateY(-2px)}.btn-secondary{color:var(--primary);border:1px solid var(--border);background:0 0}.btn-secondary:hover{background:var(--primary);color:var(--background);border-color:var(--primary)}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.mobile-user-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;align-items:center;gap:16px;margin-bottom:18px;padding:18px;display:flex}.mobile-user-avatar{background:var(--surface-alt);border:1px solid var(--border);width:58px;height:58px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.mobile-user-details{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.mobile-user-details strong{color:var(--text);font-size:1rem;font-weight:700;line-height:1.3}.mobile-user-details span{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.mobile-user-details small{color:var(--accent);font-size:.82rem;font-weight:600}.mobile-progress{margin-bottom:24px}.mobile-progress-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.mobile-progress-header span{color:var(--text);font-size:.95rem}.mobile-progress-header strong{color:var(--accent);font-weight:700}.mobile-progress-bar{background:var(--surface-alt);border-radius:999px;width:100%;height:8px;overflow:hidden}.mobile-progress-fill{background:linear-gradient(90deg,#c8a96a,#e6d3a0);border-radius:999px;height:100%;transition:width .3s}.mobile-progress-text{color:var(--text-light);margin-top:12px;font-size:.88rem;line-height:1.6}.complete-profile-btn{color:var(--accent);background:#c8a96a14;border:1px solid #c8a96a26;border-radius:14px;justify-content:center;align-items:center;margin-top:16px;padding:14px;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.complete-profile-btn:hover{background:#c8a96a26}@media (width<=480px){.mobile-user-card{gap:14px;padding:16px}.mobile-user-avatar{width:52px;height:52px}}.mobile-menu{background:var(--background);border-left:1px solid var(--border);width:320px;max-width:85vw;height:100vh;box-shadow:var(--shadow-lg);z-index:999;flex-direction:column;padding:96px 26px 28px;transition:right .35s;display:flex;position:fixed;top:0;right:-340px;overflow-y:auto}.mobile-menu.open{right:0}.mobile-section-title{letter-spacing:.14em;text-transform:uppercase;color:var(--text-light);margin:24px 0 10px;font-size:.72rem;font-weight:700}.mobile-user-link{color:var(--text);border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:15px 6px;text-decoration:none;transition:all .25s;display:flex}.mobile-user-link svg{flex-shrink:0;width:18px;height:18px}.mobile-user-link:hover{color:var(--accent);padding-left:12px}.theme-toggle.mobile-theme{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;border-radius:14px;align-items:center;gap:12px;margin-top:8px;padding:14px 18px;transition:all .25s;display:flex}.theme-toggle.mobile-theme:hover{background:var(--surface-alt);border-color:var(--accent)}.theme-toggle.mobile-theme svg{flex-shrink:0;width:20px;height:20px}.theme-toggle.mobile-theme span{font-size:.95rem;font-weight:500}.mobile-buttons{flex-direction:column;gap:14px;margin-top:auto;padding-top:28px;display:flex}.mobile-buttons .button{width:100%}.logout-btn-mobile{margin-top:6px}.mobile-menu::-webkit-scrollbar{width:6px}.mobile-menu::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.mobile-menu::-webkit-scrollbar-track{background:0 0}@media (width<=600px){.mobile-menu{width:290px;padding:88px 22px 24px}}@media (width<=400px){.mobile-menu{width:260px}}.user-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:22px;width:370px;max-height:calc(100vh - 90px);padding:24px;position:absolute;top:62px;right:0;overflow-y:auto;box-shadow:0 20px 60px #00000059}@keyframes dropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-profile{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-bottom:22px;display:flex}.user-avatar.large{background:linear-gradient(145deg, var(--surface-alt), var(--background));border:1px solid var(--border);width:74px;height:74px;color:var(--accent);border-radius:50%;place-items:center;font-size:1.55rem;font-weight:700;display:grid}.user-profile strong{color:var(--text);font-size:1.45rem;font-weight:700}.user-profile span{color:var(--text-light);font-size:.95rem}.user-progress{margin:22px 0}.user-progress-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.user-progress-top span{color:var(--text);font-weight:500}.user-progress-top strong{color:var(--accent)}.user-progress-bar{background:var(--surface-alt);border-radius:999px;width:100%;height:10px;overflow:hidden}.user-progress-fill{background:linear-gradient(90deg,#c8a96a,#e6d3a0);border-radius:999px;height:100%;transition:width .35s}.complete-profile-link{color:var(--accent);background:#c8a96a14;border-radius:14px;justify-content:center;align-items:center;margin-top:16px;padding:14px;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.complete-profile-link:hover{background:#c8a96a26}.user-divider{border-top:1px solid var(--border);margin:22px 0}.user-dropdown a{color:var(--text);border-radius:10px;align-items:center;gap:14px;padding:14px 4px;text-decoration:none;transition:all .2s;display:flex}.user-dropdown a svg{flex-shrink:0}.user-dropdown a:hover{color:var(--accent);background:#ffffff08;padding-left:10px}.logout-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:14px;width:100%;padding:14px 4px;font-size:1rem;transition:all .2s;display:flex}.logout-btn:hover{background:#ef444414;padding-left:10px}@media (width<=768px){.user-dropdown{width:330px}}.user-trigger{cursor:pointer;color:var(--text);background:0 0;border:none;align-items:center;gap:10px;display:flex}.user-avatar{background:var(--surface-alt);border:1px solid var(--border);width:42px;height:42px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.user-arrow{color:var(--text);transition:all .25s}.user-arrow.open{transform:rotate(180deg)}.user-trigger:hover .user-avatar{border-color:var(--accent)}.user-trigger:hover .user-arrow{color:var(--accent)}.user-profile-link{color:inherit;flex-direction:column;align-items:center;text-decoration:none;display:flex}.user-profile-link:hover{opacity:.9}.brand,.nav-actions a{color:inherit;text-decoration:none}.navbar{z-index:1000;background:var(--background);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;transition:background var(--transition-normal), border-color var(--transition-normal);position:sticky;top:0}.navbar-container{height:var(--navbar-height);justify-content:space-between;align-items:center;gap:28px;display:flex}.brand{flex-shrink:0;align-items:center;gap:14px;display:flex}.brand-logo{object-fit:contain;width:46px;height:46px;transition:transform var(--transition-fast)}.brand:hover .brand-logo{transform:rotate(-8deg)scale(1.05)}.logo{color:var(--text);font-family:var(--font-heading);letter-spacing:.4px;white-space:nowrap;transition:color var(--transition-fast);font-size:2rem;font-weight:700}.nav-actions{align-items:center;gap:12px;display:flex}.theme-toggle{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;transition:var(--transition-fast);justify-content:center;align-items:center;display:flex}.theme-toggle:hover{background:var(--surface-alt);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.theme-toggle:active{transform:scale(.95)}.hamburger{border-radius:var(--radius-md);width:46px;height:46px;color:var(--text);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:none}.hamburger:hover{background:var(--surface-alt);transform:scale(1.05)}.hamburger:active{transform:scale(.96)}.overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;z-index:998;background:#00000059;transition:all .25s;position:fixed;inset:0}.overlay.show{opacity:1;visibility:visible}@media (width<=1100px){.logo{font-size:1.8rem}}@media (width<=900px){.nav-actions{display:none}.hamburger{display:flex}.theme-toggle{margin-right:10px}.navbar-container{height:78px}.brand-logo{width:42px;height:42px}.logo{font-size:1.6rem}}@media (width<=600px){.navbar-container{gap:14px}.brand{gap:10px}.brand-logo{width:38px;height:38px}.logo{font-size:1.35rem}}@media (width<=400px){.logo{font-size:1.15rem}.brand-logo{width:34px;height:34px}}.hero{min-height:calc(100vh - var(--navbar-height));align-items:center;padding:6rem 0;display:flex}.hero-container{align-items:center;display:flex}.hero-content{flex-direction:column;max-width:780px;display:flex}.hero-badge{width:fit-content;color:var(--text-light);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);margin-bottom:32px;padding:10px 22px;font-size:16px;font-weight:500}.hero h1{max-width:760px;margin-bottom:30px;font-size:4.6rem;line-height:1.08}.hero p{max-width:700px;font-size:22px;line-height:1.65}.hero-buttons{gap:18px;margin-top:44px;display:flex}.hero-stats{gap:64px;margin-top:68px;display:flex}.hero-stats h3{margin-bottom:8px;font-size:2.5rem}.hero-stats span{color:var(--text-light);font-size:1.1rem}@media (width<=768px){.hero h1{font-size:3.6rem}.hero p{font-size:20px}}@media (width<=600px){.hero{min-height:auto;padding:4rem 0}.hero h1{font-size:2.8rem}.hero p{font-size:18px}.hero-buttons,.hero-stats{gap:18px}.hero-stats{justify-content:space-between;margin-top:48px}.hero-stats h3{font-size:2rem}.hero-stats span{font-size:.95rem}}.footer{background:var(--surface);border-top:1px solid #ffdd5714;margin-top:0;padding:70px 0 0;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#ffdd570d,#0000 30%),radial-gradient(circle at 0 100%,#ffffff05,#0000 35%);position:absolute;inset:0}.footer-container{width:min(1200px,92%);margin:auto;padding:40px 0}.footer-grid{grid-template-columns:2.5fr 1fr 1fr 1fr;gap:60px;display:grid}.footer-brand{color:inherit;align-items:center;gap:18px;text-decoration:none;display:flex}.footer-logo{object-fit:contain;flex-shrink:0;width:72px;height:64px;transition:transform .35s;display:block}.footer-logo-dark,.footer-dark .footer-logo-light{display:none}.footer-dark .footer-logo-dark,.footer-light .footer-logo-light{display:block}.footer-light .footer-logo-dark{display:none}.footer-brand:hover .footer-logo{transform:rotate(-4deg)scale(1.05)}.footer-brand h3{color:var(--text)}.footer-slogan{color:var(--text-light);margin-top:6px}.footer-description{color:var(--text-light);margin:24px 0;line-height:1.8}.footer-status{align-items:center;gap:10px;margin-bottom:28px;display:flex}.status-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 12px #22c55e}.footer-socials{gap:12px;display:flex}.footer-socials a{border:1px solid var(--border);width:46px;height:46px;color:var(--text);transition:var(--transition-fast);background:0 0;border-radius:50%;place-items:center;display:grid}.footer-socials a:hover{background:var(--primary);color:var(--background);transform:translateY(-2px)}.footer-column{flex-direction:column;display:flex}.footer-column h4{font-size:1.2rem;font-family:var(--font-heading);color:var(--text);margin-bottom:24px}.footer-column a,.footer-column p{color:var(--text-light);transition:var(--transition-fast);align-items:center;gap:10px;margin-bottom:14px;text-decoration:none;display:flex}.footer-column a:hover{color:var(--primary)}.footer-divider{border-top:1px solid var(--border);margin:50px 0 28px}.footer-bottom{color:var(--text-light);justify-content:space-between;align-items:center;gap:20px;padding-top:10px;font-size:.92rem;display:flex}@media (width<=1000px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.footer-grid{grid-template-columns:1fr;gap:40px}.footer-bottom{text-align:center;flex-direction:column}.footer-brand{align-items:flex-start}}.guest-cta{padding:120px 0}.guest-cta-content{text-align:center;max-width:760px;margin:auto}.guest-cta-badge{background:var(--surface-alt);border:1px solid var(--border);color:var(--accent);border-radius:999px;align-items:center;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:600;display:inline-flex}.guest-cta h2{font-family:var(--font-heading);color:var(--text);margin-bottom:22px;font-size:clamp(2.6rem,5vw,4rem)}.guest-cta p{max-width:650px;color:var(--text-light);margin:0 auto 42px;font-size:1.08rem;line-height:1.8}.guest-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.guest-secondary{color:var(--accent);font-weight:600;text-decoration:none;transition:all .25s}.guest-secondary:hover{opacity:.8}.guest-cta-features{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:42px;display:flex}.guest-feature{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;align-items:center;gap:8px;padding:10px 16px;transition:all .25s;display:flex}.guest-feature svg{color:var(--success);flex-shrink:0}.guest-feature small{color:var(--text-light);margin-left:4px;font-size:.78rem}.guest-feature:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}@media (width<=768px){.guest-cta{padding:90px 0}.guest-cta-actions,.guest-cta-features{flex-direction:column;align-items:stretch}.guest-feature{justify-content:center}}.complete-profile-cta{padding:120px 0}.complete-profile-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:24px;max-width:760px;margin:auto;padding:60px 40px}.complete-profile-icon{color:var(--accent);margin-bottom:18px}.complete-profile-badge{background:var(--surface-alt);color:var(--accent);border-radius:999px;margin-bottom:22px;padding:8px 18px;font-size:.85rem;font-weight:600;display:inline-block}.complete-profile-card h2{font-family:var(--font-heading);color:var(--text);margin-bottom:20px;font-size:clamp(2.4rem,5vw,3.8rem)}.complete-profile-card p{max-width:560px;color:var(--text-light);margin:0 auto 36px;line-height:1.8}@media (width<=768px){.complete-profile-cta{padding:90px 0}.complete-profile-card{padding:40px 24px}}.member-cta{padding:120px 0}.member-cta-content{text-align:center;max-width:760px;margin:auto}.member-cta-badge{background:var(--surface-alt);border:1px solid var(--border);color:var(--accent);border-radius:999px;align-items:center;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:600;display:inline-flex}.member-cta h2{font-family:var(--font-heading);color:var(--text);margin-bottom:20px;font-size:clamp(2.6rem,5vw,4rem)}.member-cta p{max-width:650px;color:var(--text-light);margin:0 auto 42px;font-size:1.08rem;line-height:1.8}.member-cta-actions{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.member-cta-actions .button{align-items:center;gap:10px;display:flex}.member-shortcuts{margin-top:36px}.member-shortcuts a{color:var(--accent);align-items:center;gap:8px;font-weight:600;text-decoration:none;display:inline-flex}.member-shortcuts a:hover{text-decoration:underline}@media (width<=768px){.member-cta{padding:90px 0}.member-cta-actions{flex-direction:column;align-items:stretch}}.auth-layout{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-wrapper{background:var(--surface);border:1px solid #00000014;border-radius:28px;grid-template-columns:1fr 520px;width:min(1280px,100%);min-height:760px;display:grid;overflow:hidden;box-shadow:0 30px 80px #00000014}.auth-left{background:radial-gradient(circle at top left, #ffffff0f, transparent 45%), var(--surface);flex-direction:column;justify-content:center;padding:5rem;display:flex;position:relative}.auth-logo{width:72px;height:auto;margin-bottom:2rem}.auth-left h1{margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:4rem;line-height:.95}.auth-description{max-width:470px;color:var(--text-light);font-size:1.05rem;line-height:1.9}.auth-quote{border-left:3px solid var(--accent);margin-top:3rem;padding-left:1.4rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-style:italic;line-height:1.3}.auth-quote span{color:var(--text-light);margin-top:.8rem;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;display:block}.auth-stats{gap:2rem;margin-top:auto;padding-top:4rem;display:flex}.stat{flex-direction:column;display:flex}.stat h2{margin-bottom:.2rem;font-size:2rem}.stat span{color:var(--text-light)}.auth-right{background:#ffffff08;justify-content:center;align-items:center;padding:4rem;display:flex}@media (width<=1000px){.auth-wrapper{grid-template-columns:1fr}.auth-left{display:none}.auth-right{padding:2rem}}.login-form-container{width:100%;max-width:420px}.login-header{margin-bottom:2.5rem}.login-header h2{margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:3rem;line-height:1}.login-header p{color:var(--text-light);line-height:1.7}.login-form{flex-direction:column;gap:1.4rem;display:flex}.login-options{justify-content:space-between;align-items:center;margin-top:-.25rem;font-size:.95rem;display:flex}.login-options a{color:inherit;text-decoration:none}.login-options a:hover{text-decoration:underline}.remember-me{cursor:pointer;align-items:center;gap:.6rem;display:flex}.login-footer{text-align:center;color:var(--text-light);margin-top:2rem}.login-footer a{color:var(--text);margin-left:.4rem;font-weight:600;text-decoration:none}.login-footer a:hover{text-decoration:underline}.input-group{flex-direction:column;gap:.55rem;width:100%;display:flex}.input-label{color:var(--text);font-size:.95rem;font-weight:600}.input-field{background:var(--surface);width:100%;color:var(--text);border:1px solid #d9d9d9;border-radius:12px;padding:.95rem 1rem;font-size:1rem;transition:all .2s}.input-field::placeholder{color:#9ca3af}.input-field:hover{border-color:#bdbdbd}.input-field:focus{border-color:#171717;outline:none;box-shadow:0 0 0 3px #17171714}.input-field:disabled{opacity:.6;cursor:not-allowed}.input-error{border-color:#dc2626}.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.input-error-text{color:#dc2626;font-size:.85rem;font-weight:500}.password-group{flex-direction:column;gap:.55rem;width:100%;display:flex}.password-label{color:var(--text);font-size:.95rem;font-weight:600}.password-wrapper{position:relative}.password-input{background:var(--surface);width:100%;color:var(--text);border:1px solid #d9d9d9;border-radius:12px;padding:.95rem 3rem .95rem 1rem;font-size:1rem;transition:all .2s}.password-input::placeholder{color:#9ca3af}.password-input:hover{border-color:#bdbdbd}.password-input:focus{border-color:#171717;outline:none;box-shadow:0 0 0 3px #17171714}.password-toggle{cursor:pointer;color:var(--text-light);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.password-toggle:hover{color:var(--text)}.password-error{border-color:#dc2626}.password-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.password-error-text{color:#dc2626;font-size:.85rem}.required{color:#dc2626;margin-left:.25rem}.register-form-container{width:100%}.register-header{margin-bottom:2rem}.register-header h2{font-family:var(--font-heading);margin-bottom:.5rem;font-size:2.2rem}.register-header p{color:var(--text-light);line-height:1.7}.register-form{flex-direction:column;gap:1.25rem;display:flex}.terms-checkbox{cursor:pointer;color:var(--text-light);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6;display:flex}.terms-checkbox input{margin-top:4px}.register-error{color:var(--danger);background:#c445361f;border:1px solid #c4453633;border-radius:12px;padding:14px;font-size:.92rem}.register-footer{text-align:center;color:var(--text-light);margin-top:2rem}.register-footer a{color:var(--primary);margin-left:.35rem;font-weight:600;text-decoration:none}.register-footer a:hover{text-decoration:underline}.dashboard-page{padding-top:var(--space-8);padding-bottom:var(--space-8)}.dashboard-header{margin-bottom:36px}.dashboard-header h1{font-family:var(--font-heading);margin:8px 0}.dashboard-header p{color:var(--text-light);max-width:650px}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:48px;display:grid}.dashboard-stat{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:8px;padding:24px;display:flex}.dashboard-stat svg{color:var(--primary)}.dashboard-stat strong{font-size:2rem;font-family:var(--font-heading)}.dashboard-stat span{color:var(--text-light);font-size:.92rem}.dashboard-section{margin-top:20px}.dashboard-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.dashboard-section-header h2{font-family:var(--font-heading);margin:0 0 6px}.dashboard-section-header p{color:var(--text-light);margin:0}.dashboard-new-button{background:var(--primary);color:var(--background);transition:var(--transition-fast);border-radius:10px;justify-content:center;align-items:center;padding:12px 18px;font-weight:600;text-decoration:none;display:inline-flex}.dashboard-new-button:hover{transform:translateY(-2px)}.dashboard-articles{flex-direction:column;gap:14px;display:flex}.dashboard-article{background:var(--surface);border:1px solid var(--border);transition:var(--transition-fast);border-radius:16px;gap:20px;padding:20px;display:flex}.dashboard-article:hover{border-color:var(--primary);transform:translateY(-2px)}.dashboard-article-cover{background:var(--background);width:150px;min-width:150px;height:105px;color:var(--text-light);border-radius:10px;place-items:center;display:grid;overflow:hidden}.dashboard-article-cover img{object-fit:cover;width:100%;height:100%}.dashboard-article-content{flex:1;min-width:0}.dashboard-article-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:8px;display:flex}.dashboard-article-top time{color:var(--text-light);font-size:.85rem}.article-status{border-radius:999px;align-items:center;gap:6px;width:max-content;padding:5px 9px;font-size:.8rem;font-weight:600;display:inline-flex}.status-draft{color:var(--text-light);background:#94a3b81f}.status-pending{color:var(--primary);background:#ffdd571f}.status-published{color:#22c55e;background:#22c55e1f}.status-archived{color:var(--text-light);background:#94a3b81f}.dashboard-article h3{font-family:var(--font-heading);margin:0 0 8px;font-size:1.2rem}.dashboard-article p{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;line-height:1.6;display:-webkit-box;overflow:hidden}.dashboard-article-meta{color:var(--text-light);gap:18px;font-size:.85rem;display:flex}.dashboard-article-meta span{align-items:center;gap:5px;display:flex}.dashboard-empty{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:40px;display:flex}.dashboard-empty svg{color:var(--primary);margin-bottom:14px}.dashboard-empty h3{font-family:var(--font-heading);margin:0 0 8px}.dashboard-empty p{color:var(--text-light);margin:0 0 20px}@media (width<=900px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.dashboard-stats{grid-template-columns:1fr}.dashboard-section-header{flex-direction:column;align-items:stretch}.dashboard-article{flex-direction:column}.dashboard-article-cover{width:100%;height:180px}.dashboard-article-top{flex-direction:column;align-items:flex-start}}.not-found{background:var(--background);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:2rem;display:flex}.not-found h1{font-family:var(--font-heading);font-size:7rem;line-height:1}.not-found h2{font-size:2rem}.not-found p{max-width:500px;color:var(--text-light)}.back-home{background:var(--primary);color:var(--white);border-radius:12px;margin-top:1rem;padding:.9rem 1.8rem;text-decoration:none;transition:all .2s}.back-home:hover{transform:translateY(-2px)}.legal-page{min-height:100vh;padding:120px 0}.legal-container{width:min(900px,92%);margin:auto}.legal-badge{background:var(--surface-alt);border:1px solid var(--border);color:var(--primary);border-radius:999px;margin-bottom:22px;padding:8px 18px;font-weight:600;display:inline-block}.legal-page h1{font-family:var(--font-heading);margin-bottom:10px;font-size:clamp(2.8rem,5vw,4rem)}.legal-updated{color:var(--text-light);margin-bottom:50px}.legal-content{flex-direction:column;gap:36px;display:flex}.legal-content section{flex-direction:column;gap:14px;display:flex}.legal-content h2{font-family:var(--font-heading);font-size:1.8rem}.legal-content p{color:var(--text-light);line-height:1.9}.legal-content ul{color:var(--text-light);padding-left:24px;line-height:1.9}.email-confirmed{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.email-confirmed-card{background:var(--surface);border:1px solid var(--border);text-align:center;width:min(480px,100%);box-shadow:var(--shadow-md);border-radius:24px;padding:48px}.success-icon{color:#15803d;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;margin:auto auto 28px;font-size:2rem;font-weight:700;display:flex}.email-confirmed h1{font-family:var(--font-heading);margin-bottom:18px;font-size:2.4rem}.email-confirmed p{color:var(--text-light);margin-bottom:36px;line-height:1.8}.profile-header{margin-top:32px}.profile-header .profile-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;grid-template-columns:110px 1fr;align-items:center;gap:28px;padding:28px 36px;transition:border-color .25s,box-shadow .25s,transform .25s;display:grid}.profile-header .profile-card:hover{border-color:var(--primary);box-shadow:0 0 0 3px #f5eab414, var(--shadow-md)}.profile-avatar{background:var(--background);border:3px solid var(--border);border-radius:50%;flex-shrink:0;place-items:center;width:110px;height:110px;display:grid;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-avatar svg{width:48px;height:48px;color:var(--primary)}.profile-info{justify-content:space-between;align-items:flex-start;gap:24px;width:100%;display:flex}.profile-main{flex-direction:column;gap:12px;display:flex}.profile-header h1{font-family:var(--font-heading);color:var(--text);margin:0;font-size:2.25rem;line-height:1.15}.profile-username{color:var(--text-light);font-size:1rem}.profile-role{background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;width:fit-content;padding:6px 14px;font-size:.88rem}.profile-location{color:var(--text-light);align-items:center;gap:8px;display:flex}.profile-location svg{color:var(--primary)}.profile-actions{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:18px;display:flex}.profile-header .button{justify-content:center;align-items:center;gap:12px;min-width:190px;display:flex}@media (width<=900px){.profile-header .profile-card{text-align:center;grid-template-columns:1fr;justify-items:center;gap:24px;padding:28px}.profile-info{text-align:center;flex-direction:column;align-items:center}.profile-main{align-items:center}.profile-actions{align-items:center;width:100%}.profile-header .button{width:100%}}@media (width<=768px){.profile-avatar{width:90px;height:90px}.profile-avatar svg{width:40px;height:40px}.profile-header h1{font-size:1.9rem}}.profile-role{background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:.9rem;display:flex}.profile-role svg{width:16px;height:16px}.profile-completion{margin-top:32px}.profile-completion .profile-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px}.completion-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.completion-header h2{font-family:var(--font-heading);color:var(--text);margin-bottom:8px;font-size:1.8rem}.completion-header p{color:var(--text-light);line-height:1.7}.completion-header strong{color:var(--primary);font-size:2rem}.completion-bar{background:var(--surface-alt);border-radius:999px;width:100%;height:10px;margin:24px 0;overflow:hidden}.completion-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .4s}.completion-list{gap:14px;margin-bottom:28px;display:grid}.completion-item{color:var(--text);align-items:center;gap:12px;display:flex}.completion-item svg{color:var(--success);flex-shrink:0}.profile-completion .button{width:100%}@media (width<=768px){.completion-header{flex-direction:column}}.profile-stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:32px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);transition:var(--transition-fast);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:28px 20px;display:flex}.stat-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-4px)}.stat-card svg{color:var(--primary)}.stat-card h3{color:var(--text);font-size:2rem;font-weight:700}.stat-card span{color:var(--text-light);font-size:.95rem}@media (width<=900px){.profile-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.profile-stats{grid-template-columns:1fr}}.profile-about{margin-top:32px}.profile-card{background:var(--surface);border:1px solid var(--border);transition:var(--transition-fast);border-radius:20px;padding:28px}.profile-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.profile-card h2{font-family:var(--font-heading);color:var(--text);margin-bottom:18px;font-size:1.8rem}.profile-card p{color:var(--text-light);font-size:1rem;line-height:1.8}.empty-text{opacity:.75;font-style:italic}@media (width<=768px){.profile-card{padding:22px}}.profile-education{margin-top:32px}.profile-education .profile-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px}.profile-education h2{font-family:var(--font-heading);color:var(--text);margin-bottom:24px;font-size:1.8rem}.education-list{gap:18px;display:grid}.education-item{border:1px solid var(--border);background:var(--background);transition:var(--transition-fast);border-radius:16px;align-items:flex-start;gap:16px;padding:16px;display:flex}.education-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.education-item svg{color:var(--primary);flex-shrink:0;margin-top:2px}.education-item strong{color:var(--text);margin-bottom:4px;font-size:1rem;display:block}.education-item span{color:var(--text-light);line-height:1.6}@media (width<=768px){.profile-education .profile-card{padding:22px}}.profile-links{margin-top:32px}.profile-links .profile-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px}.profile-links h2{font-family:var(--font-heading);color:var(--text);margin-bottom:24px;font-size:1.8rem}.links-list{gap:16px;display:grid}.profile-link-item{border:1px solid var(--border);background:var(--background);color:var(--text);transition:var(--transition-fast);border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}.profile-link-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.profile-link-item svg:first-child{color:var(--primary);flex-shrink:0}.profile-link-item div{flex:1}.profile-link-item strong{margin-bottom:4px;display:block}.profile-link-item span{color:var(--text-light);word-break:break-all;font-size:.92rem}.profile-link-item svg:last-child{color:var(--text-light)}@media (width<=768px){.profile-links .profile-card{padding:22px}}.profile-actions{margin-top:32px}.profile-actions .profile-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px}.profile-actions h2{font-family:var(--font-heading);color:var(--text);margin-bottom:22px;font-size:1.8rem}.profile-actions-grid{gap:16px;display:grid}.profile-action{border:1px solid var(--border);color:var(--text);background:var(--background);transition:var(--transition-fast);border-radius:16px;align-items:center;gap:18px;padding:18px;display:flex}.profile-action:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.profile-action svg{color:var(--primary);flex-shrink:0}.profile-action strong{margin-bottom:4px;font-size:1rem;display:block}.profile-action span{color:var(--text-light);font-size:.9rem}@media (width<=768px){.profile-action{padding:16px}}.profile-page{padding-top:var(--space-6);padding-bottom:var(--space-8)}.profile-page>section{margin-bottom:32px}.profile-page>section:last-child{margin-bottom:0}.profile-layout{grid-template-columns:2fr 1fr;align-items:start;gap:32px;display:grid}.profile-left,.profile-right{flex-direction:column;gap:28px;min-width:0;display:flex}.profile-left>*,.profile-right>*{width:100%}.profile-right{position:sticky;top:96px}.profile-page-spacer{height:56px}@media (width<=1200px){.profile-layout{gap:24px}}@media (width<=992px){.profile-layout{grid-template-columns:1fr;gap:24px}.profile-right{position:static}.profile-page{padding-top:var(--space-5)}}@media (width<=768px){.profile-page{padding-top:var(--space-4);padding-bottom:var(--space-6)}.profile-left,.profile-right{gap:20px}.profile-page>section{margin-bottom:24px}.profile-page-spacer{height:36px}}.edit-profile-form{flex-direction:column;gap:32px;display:flex}.edit-profile-form .profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:24px;padding:32px;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex}.edit-profile-form .profile-card:hover{border-color:var(--primary);box-shadow:0 0 0 3px #f5eab440, var(--shadow-md);transform:translateY(-2px)}.edit-profile-form h2{font-family:var(--font-heading);color:var(--text);margin-bottom:8px;font-size:2rem}.edit-profile-form label{color:var(--text);flex-direction:column;gap:8px;font-size:.95rem;font-weight:600;display:flex}.edit-profile-form input,.edit-profile-form textarea,.edit-profile-form select{background:var(--background);width:100%;color:var(--text);border:1px solid var(--border);border-radius:14px;padding:15px 18px;font-size:.96rem;transition:border-color .25s,box-shadow .25s,background .25s}.edit-profile-form textarea{resize:vertical;min-height:150px}.edit-profile-form input::placeholder,.edit-profile-form textarea::placeholder{color:var(--text-muted)}.edit-profile-form input:focus,.edit-profile-form textarea:focus,.edit-profile-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #f5eab42e}.edit-profile-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%238B8B8B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 10 12 14 8'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:46px}.edit-profile-form small{color:var(--text-light);margin-top:-6px;font-size:.9rem;line-height:1.7}.edit-profile-form .button{align-self:flex-end;min-width:230px}.edit-profile-form .button svg{margin-right:8px}@media (width<=768px){.edit-profile-form{gap:24px}.edit-profile-form .profile-card{padding:24px}.edit-profile-form h2{font-size:1.7rem}.edit-profile-form .button{justify-content:center;width:100%}}.edit-profile-page{padding-top:var(--space-6);padding-bottom:var(--space-8)}.edit-profile-header{margin-bottom:var(--space-5)}.edit-profile-header h1{font-family:var(--font-heading);color:var(--text);margin-bottom:12px;font-size:clamp(2.5rem,4vw,3.6rem)}.edit-profile-header p{max-width:700px;color:var(--text-light);font-size:1.05rem;line-height:1.8}@media (width<=768px){.edit-profile-page{padding-top:var(--space-5);padding-bottom:var(--space-6)}.edit-profile-header{margin-bottom:var(--space-4)}.edit-profile-header h1{font-size:2.3rem}.edit-profile-header p{font-size:.98rem}}.edit-profile-progress{max-width:520px;margin-top:32px}.edit-profile-progress-top{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.95rem;display:flex}.edit-profile-progress-top strong{color:var(--primary)}.edit-profile-progress-bar{background:var(--surface-alt);border-radius:999px;width:100%;height:10px;overflow:hidden}.edit-profile-progress-fill{background:linear-gradient(90deg,#d4af37,#f5eab4);border-radius:999px;height:100%;transition:width .4s}.editor-page{padding-top:var(--space-8);padding-bottom:var(--space-8)}.editor-header{margin-bottom:32px}.editor-header h1{font-family:var(--font-heading);margin:8px 0}.editor-header p{color:var(--text-light)}.editor-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;width:min(900px,100%);margin:0 auto;padding:36px}.editor-field{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.editor-field label{font-weight:600}.editor-field input,.editor-field textarea,.editor-field select{border:1px solid var(--border);background:var(--background);width:100%;color:var(--text);font:inherit;transition:var(--transition-fast);border-radius:10px;outline:none;padding:14px 16px}.editor-field input:focus,.editor-field textarea:focus,.editor-field select:focus{border-color:var(--primary)}.editor-field textarea{resize:vertical;line-height:1.7}.editor-content{min-height:500px}.editor-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.editor-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:12px;padding-top:12px;display:flex}@media (width<=700px){.editor-card{padding:22px}.editor-row{grid-template-columns:1fr;gap:0}.editor-actions{flex-direction:column}}.editor-upload{border:1px dashed var(--border);background:var(--background);width:100%;color:var(--text-light);cursor:pointer;transition:var(--transition-fast);border-radius:12px;align-items:center;gap:12px;padding:18px 20px;display:flex}.editor-upload:hover{border-color:var(--primary);color:var(--text);background:var(--surface)}.editor-upload svg{color:var(--primary);flex-shrink:0}.editor-field select{cursor:pointer}.editor-file-preview{border:1px solid var(--border);background:var(--background);border-radius:10px;align-items:center;gap:10px;margin-top:10px;padding:12px 14px;display:flex}.editor-file-preview svg{color:var(--primary);flex-shrink:0}.editor-file-preview span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-light);flex:1;overflow:hidden}.editor-file-preview button{width:30px;height:30px;color:var(--text-light);cursor:pointer;transition:var(--transition-fast);background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.editor-file-preview button:hover{background:var(--border);color:var(--text)}.editor-submit-info{border-left:3px solid var(--primary);background:var(--background);border-radius:0 10px 10px 0;margin-top:8px;margin-bottom:24px;padding:18px 20px}.editor-submit-info strong{margin-bottom:6px;display:block}.editor-submit-info p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.7}.editor-actions{align-items:center}.editor-actions button{min-height:46px}@media (width<=700px){.editor-upload{padding:16px}.editor-file-preview{padding:10px 12px}.editor-submit-info{padding:16px}}.article-page{padding-top:var(--space-8);padding-bottom:var(--space-8)}.article{width:min(850px,100%);margin:0 auto}.article-cover{object-fit:cover;border-radius:18px;width:100%;max-height:500px;margin-bottom:40px}.article-header{margin-bottom:48px}.article-language{color:var(--primary);margin-bottom:14px;font-weight:600;display:inline-block}.article-header h1{font-family:var(--font-heading);margin:0 0 24px;font-size:clamp(2.2rem,5vw,4rem);line-height:1.1}.article-abstract{color:var(--text-light);font-size:1.15rem;line-height:1.8}.article-meta{color:var(--text-light);gap:20px;margin-top:24px;font-size:.9rem;display:flex}.article-content{font-size:1.08rem;line-height:1.9}.article-content p{margin:0 0 24px}.article-not-found{text-align:center;padding:60px 20px}.article-not-found h1{font-family:var(--font-heading);margin-bottom:12px}.article-not-found p{color:var(--text-light)}.editor-panel-page{padding-top:var(--space-8);padding-bottom:var(--space-8)}.editor-panel-header{margin-bottom:36px}.editor-panel-header h1{font-family:var(--font-heading);margin:8px 0}.editor-panel-header p{color:var(--text-light);max-width:700px}.editor-panel-summary{margin-bottom:32px}.editor-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:7px;width:220px;padding:22px;display:flex}.editor-summary-card svg{color:var(--primary)}.editor-summary-card strong{font-size:2rem;font-family:var(--font-heading)}.editor-summary-card span{color:var(--text-light);font-size:.9rem}.editor-panel-error{color:#ef4444;background:#ef44440f;border:1px solid #ef44444d;border-radius:12px;margin-bottom:24px;padding:16px 18px}.editor-panel-empty{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex}.editor-panel-empty svg{color:var(--primary);margin-bottom:14px}.editor-panel-empty h2{font-family:var(--font-heading);margin:0 0 8px}.editor-panel-empty p{color:var(--text-light);margin:0}.editor-panel-article-list{flex-direction:column;gap:18px;display:flex}.editor-panel-article-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;gap:24px;padding:22px;display:flex}.editor-panel-article-cover{background:var(--background);width:190px;min-width:190px;height:135px;color:var(--text-light);border-radius:12px;place-items:center;display:grid;overflow:hidden}.editor-panel-article-cover img{object-fit:cover;width:100%;height:100%}.editor-panel-article-body{flex:1;min-width:0}.editor-panel-article-meta{justify-content:space-between;align-items:center;gap:15px;margin-bottom:10px;display:flex}.editor-pending-badge{color:var(--primary);background:#ffdd571f;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.editor-panel-article-meta time{color:var(--text-light);font-size:.82rem}.editor-panel-article-body h2{font-family:var(--font-heading);margin:0 0 9px;line-height:1.3}.editor-panel-article-abstract{color:var(--text-light);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 14px;line-height:1.65;display:-webkit-box;overflow:hidden}.editor-panel-article-info{color:var(--text-light);flex-wrap:wrap;gap:18px;margin-bottom:18px;font-size:.85rem;display:flex}.editor-panel-article-actions{flex-wrap:wrap;gap:10px;display:flex}.editor-review-button{border:1px solid var(--border);font:inherit;cursor:pointer;transition:var(--transition-fast);border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:10px 15px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.editor-review-button:hover{transform:translateY(-1px)}.editor-review-button.secondary{color:var(--text);background:0 0}.editor-review-button.archive{color:var(--text-light);background:0 0}.editor-review-button.publish{border-color:var(--primary);background:var(--primary);color:var(--background)}.editor-review-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=750px){.editor-panel-article-card{flex-direction:column}.editor-panel-article-cover{width:100%;height:200px}.editor-panel-article-meta{flex-direction:column;align-items:flex-start}.editor-panel-article-actions{flex-direction:column}.editor-review-button{width:100%}}.editor-review-page{padding-top:var(--space-8);padding-bottom:var(--space-8)}.editor-review-back{border:1px solid var(--border);color:var(--text);font:inherit;cursor:pointer;transition:var(--transition-fast);background:0 0;border-radius:10px;align-items:center;gap:8px;margin-bottom:32px;padding:9px 14px;font-size:.9rem;font-weight:600;display:inline-flex}.editor-review-back:hover{border-color:var(--primary);color:var(--primary);transform:translate(-2px)}.editor-review-header{margin-bottom:34px}.editor-review-header h1{font-family:var(--font-heading);margin:8px 0 10px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.editor-review-header p{max-width:720px;color:var(--text-light);margin:0;line-height:1.7}.editor-review-state{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:50px;display:flex}.editor-review-state svg{color:var(--primary);margin-bottom:18px}.editor-review-state h1{font-family:var(--font-heading);margin:0 0 10px}.editor-review-state p{max-width:520px;color:var(--text-light);margin:0 0 22px;line-height:1.7}.editor-review-card-large{background:var(--surface);border:1px solid var(--border);border-radius:20px;width:min(900px,100%);margin:0 auto;padding:36px;box-shadow:0 20px 60px #0000000f}.editor-review-cover-large{background:var(--background);border-radius:14px;width:100%;height:360px;margin-bottom:28px;overflow:hidden}.editor-review-cover-large img{object-fit:cover;width:100%;height:100%;display:block}.editor-review-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.editor-pending-badge{width:fit-content;color:var(--primary);background:#ffdd571f;border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:.82rem;font-weight:700;display:inline-flex}.editor-review-date{color:var(--text-light);align-items:center;gap:7px;font-size:.84rem;display:inline-flex}.editor-review-title{max-width:850px;font-family:var(--font-heading);overflow-wrap:anywhere;margin:0 0 24px;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.18}.editor-review-author{border:1px solid var(--border);background:var(--background);border-radius:12px;align-items:center;gap:12px;margin-bottom:32px;padding:16px;display:flex}.editor-review-author>svg{color:var(--primary);flex-shrink:0}.editor-review-author div{flex-direction:column;gap:3px;min-width:0;display:flex}.editor-review-author strong{overflow-wrap:anywhere;font-size:.95rem}.editor-review-author span{color:var(--text-light);overflow-wrap:anywhere;font-size:.84rem}.editor-review-section{border-top:1px solid var(--border);margin-top:26px;padding-top:26px}.editor-review-section h3{font-family:var(--font-heading);margin:0 0 12px;font-size:1.15rem}.editor-review-section>p{color:var(--text-light);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.85}.editor-review-info-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.editor-review-info-grid>div{border:1px solid var(--border);background:var(--background);border-radius:12px;flex-direction:column;gap:6px;min-width:0;padding:16px;display:flex}.editor-review-info-grid span{color:var(--text-light);font-size:.8rem}.editor-review-info-grid strong{overflow-wrap:anywhere;font-size:.92rem}.editor-file-link{border:1px solid var(--border);background:var(--background);width:100%;color:var(--text);transition:var(--transition-fast);border-radius:12px;align-items:center;gap:12px;padding:16px;text-decoration:none;display:flex}.editor-file-link>svg:first-child{color:var(--primary);flex-shrink:0}.editor-file-link span{overflow-wrap:anywhere;flex:1;min-width:0;font-weight:600}.editor-file-link>svg:last-child{flex-shrink:0}.editor-file-link:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.editor-file-missing{border:1px dashed var(--border);color:var(--text-light);border-radius:12px;align-items:center;gap:10px;padding:16px;display:flex}.editor-review-actions-large{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:12px;margin-top:34px;padding-top:24px;display:flex}.editor-review-button-large{border:1px solid var(--border);min-height:44px;font:inherit;cursor:pointer;transition:var(--transition-fast);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-size:.9rem;font-weight:700;display:inline-flex}.editor-review-button-large:hover{transform:translateY(-1px)}.editor-review-button-large.archive{color:var(--text-light);background:0 0}.editor-review-button-large.archive:hover{border-color:var(--text-light);color:var(--text)}.editor-review-button-large.publish{border-color:var(--primary);background:var(--primary);color:var(--background)}.editor-review-button-large.publish:hover{filter:brightness(.95)}.editor-review-button-large:disabled{opacity:.55;cursor:not-allowed;transform:none}@media (width<=750px){.editor-review-page{padding-top:var(--space-6);padding-bottom:var(--space-6)}.editor-review-card-large{border-radius:16px;padding:22px}.editor-review-cover-large{height:240px;margin-bottom:22px}.editor-review-top{flex-direction:column;align-items:flex-start}.editor-review-title{font-size:1.8rem}.editor-review-info-grid{grid-template-columns:1fr}.editor-review-actions-large{flex-direction:column}.editor-review-button-large{width:100%}}@media (width<=480px){.editor-review-card-large{padding:18px}.editor-review-cover-large{height:200px}.editor-review-state{min-height:320px;padding:30px 20px}}:root{--background:#fffacd;--surface:#fffdf1;--surface-alt:#f8f2d6;--primary:#171717;--secondary:#2e2e2e;--text:#1f1f1f;--text-light:#5f5f5f;--text-muted:#8b8b8b;--border:#e6deb5;--white:#fff;--success:#3c8c5a;--warning:#d39a2d;--danger:#c44536;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-heading:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--line-height:1.7;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4rem;--space-7:5rem;--space-8:6rem;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:999px;--shadow-sm:0 4px 12px #0000000d;--shadow-md:0 10px 24px #00000014;--shadow-lg:0 18px 40px #0000001f;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--container-width:1400px;--navbar-height:90px}:root.dark{--background:#111;--surface:#1b1b1b;--surface-alt:#242424;--primary:#fffacd;--secondary:#f5eab4;--text:#f8f5e8;--text-light:#cfc8a5;--text-muted:#a69f87;--border:#343434;--white:#fff;--success:#6fcf97;--warning:#f2c94c;--danger:#eb5757;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text);font-weight:600;line-height:1.1}h1{letter-spacing:-.03em;font-size:clamp(4rem,7vw,5.5rem)}h2{letter-spacing:-.02em;font-size:clamp(2.5rem,4vw,3.5rem)}h3{font-size:2rem}h4{font-size:1.5rem}body{font-family:var(--font-body);color:var(--text);font-size:16px;line-height:1.7}p{font-family:var(--font-body);color:var(--text-light);font-size:1.05rem}a{font-family:var(--font-body);color:inherit;text-decoration:none}button{font-family:var(--font-body);font-size:1rem;font-weight:600}.container{width:min(var(--container-width), calc(100% - 64px));margin:0 auto}.section{padding:var(--space-8) 0}.section-sm{padding:var(--space-6) 0}.section-lg{padding:8rem 0}.grid{gap:var(--space-4);display:grid}.grid-2{gap:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-column{flex-direction:column;display:flex}.w-full{width:100%}.h-full{height:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-5{margin-top:var(--space-5)}.mb-1{margin-bottom:var(--space-1)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.mb-5{margin-bottom:var(--space-5)}@media (width<=1200px){.container{width:min(100%,100% - 48px)}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.grid-3,.grid-2,.grid-4{grid-template-columns:1fr}.section{padding:var(--space-6) 0}}@media (width<=768px){.container{width:min(100%,100% - 32px)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .25s,box-shadow .25s,transform .25s}.card:hover{border-color:var(--primary);box-shadow:0 0 0 2px #f5eab42e, var(--shadow-md);transform:translateY(-2px)}.card-interactive{cursor:pointer}.card-flat:hover{box-shadow:none;transform:none}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--background);color:var(--text);font-size:16px}body{min-height:100vh;font-family:var(--font-body);background:var(--background);color:var(--text);line-height:var(--line-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background var(--transition-normal), color var(--transition-normal)}#root{min-height:100vh}img,picture,video,canvas,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;cursor:pointer;appearance:none;background:0 0;border:none;outline:none}input,textarea,select{font:inherit;appearance:none;background:0 0;border:none;outline:none}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}::selection{background:var(--primary);color:var(--background)}::selection{background:var(--primary);color:var(--background)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:#b8ae84;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9b916a}.hidden{display:none!important}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
