@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.main-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000000d}.top-content{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0}.brand{display:flex;align-items:center;gap:.8rem;cursor:pointer}.brand-text{display:flex;flex-direction:column}.brand-text .name{font-size:1.5rem;font-weight:800;color:var(--secondary);line-height:1}.brand-text .name strong{color:var(--primary)}.brand-text .subtitle{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.header-utilities{display:flex;align-items:center;gap:2rem}.search-bar{display:flex;background:#f1f5f9;padding:.5rem 1rem;border-radius:50px;width:300px;border:1px solid transparent;transition:var(--transition)}.search-bar:focus-within{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #e639461a}.search-bar input{background:transparent;border:none;outline:none;width:100%;font-family:inherit;font-size:.9rem}.search-bar button{background:transparent;border:none;color:var(--text-muted);cursor:pointer}.lang-switcher{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.9rem;color:var(--secondary);cursor:pointer}.auth-links{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--secondary)}.auth-links button{background:transparent;border:none;font-weight:600;font-family:inherit;cursor:pointer;color:var(--secondary);transition:var(--transition)}.auth-links button:hover{color:var(--primary)}.user-profile{position:relative;display:flex;align-items:center;gap:.8rem;cursor:pointer;padding:.3rem .8rem;border-radius:50px;background:#f8fafc;border:1px solid #E2E8F0}.avatar{width:32px;height:32px;border-radius:50%;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.user-name{font-weight:600;font-size:.9rem;color:var(--secondary)}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:200px;padding:.5rem;border-radius:12px;z-index:10;display:flex;flex-direction:column}.user-dropdown a,.user-dropdown button{padding:.8rem 1rem;display:flex;align-items:center;gap:.8rem;font-size:.9rem;font-weight:500;color:var(--secondary);border-radius:8px;background:transparent;border:none;width:100%;text-align:left;cursor:pointer}.user-dropdown a:hover,.user-dropdown button:hover{background:var(--bg-light);color:var(--primary)}.navbar-bottom{background:var(--secondary);border-bottom:2px solid var(--primary)}.nav-menu{display:flex;justify-content:center;gap:3rem;list-style:none}.nav-menu li a{display:block;padding:1.2rem 0;color:#fffc;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:1px;transition:var(--transition)}.nav-menu li a:hover{color:var(--primary)}.dropdown{position:relative}.dropdown>a{display:flex;align-items:center;gap:.5rem}.dropdown-menu{position:absolute;top:100%;left:0;width:240px;background:#fff;list-style:none;padding:.8rem 0;border-radius:0 0 12px 12px;box-shadow:0 10px 30px #0000001a;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s cubic-bezier(.165,.84,.44,1);z-index:100;border-top:3px solid var(--primary)}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{width:100%}.dropdown-menu li a{padding:.7rem 1.5rem!important;color:var(--secondary)!important;font-size:.95rem!important;text-transform:none!important;letter-spacing:0!important;font-weight:500!important;transition:all .2s ease!important;border-bottom:none!important}.dropdown-menu li a:hover{background:var(--bg-light);color:var(--primary)!important;padding-left:1.8rem!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .4s ease forwards}.mobile-toggle{display:none;cursor:pointer;color:var(--secondary)}@media(max-width:1024px){.search-bar{width:200px}.nav-menu{gap:1.5rem}}@media(max-width:768px){.search-bar,.lang-switcher{display:none}.mobile-toggle{display:block}.navbar-bottom{position:absolute;top:100%;right:-100%;width:280px;height:100vh;background:var(--secondary);transition:var(--transition)}.navbar-bottom.active{right:0}.nav-menu{flex-direction:column;padding:2rem;gap:1rem;justify-content:flex-start}.nav-menu li a{padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-menu{position:static;width:100%;opacity:1;visibility:visible;transform:none;background:#ffffff0d;box-shadow:none;border-radius:8px;border-top:none;margin-top:.5rem;padding:.5rem 0;display:none}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu li a{color:#ffffffb3!important;padding:.6rem 1rem!important}.dropdown-menu li a:hover{padding-left:1.2rem!important;background:transparent}}.hero{position:relative;height:100vh;min-height:800px;display:flex;align-items:center;overflow:hidden;color:#fff}.hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#1d3557f2,#1d3557cc,#1d355700);z-index:0}.hero-content{position:relative;z-index:1}.hero-main{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem}.hero-text{max-width:700px}.top-badge{display:inline-flex;align-items:center;gap:.6rem;background:#e6394626;border:1px solid rgba(230,57,70,.3);padding:.5rem 1rem;border-radius:50px;color:var(--primary);font-weight:700;font-size:.9rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-text h1{font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;font-weight:800}.text-gradient{background:linear-gradient(90deg,#e63946,#f1faee);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.25rem;color:#fffc;margin-bottom:2.5rem;line-height:1.6;max-width:600px}.hero-actions{display:flex;gap:1.5rem}.hero-stats-card{padding:3rem;border-radius:var(--radius-lg);display:grid;grid-template-columns:1fr 1fr;gap:2rem;border:1px solid var(--glass-border)}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#ffffffb3;font-weight:500}@media(max-width:1200px){.hero-text h1{font-size:3.5rem}.hero-main{gap:2rem}}@media(max-width:992px){.hero-main{grid-template-columns:1fr;text-align:center}.hero-overlay{background:#1d3557d9}.hero-text{margin:0 auto}.hero-actions{justify-content:center}.hero-stats-card{max-width:500px;margin:0 auto}}@media(max-width:576px){.hero-text h1{font-size:2.5rem}.hero-actions{flex-direction:column}.hero-stats-card{grid-template-columns:1fr;padding:2rem}}.services{background:var(--bg-white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{padding:3rem 2rem;border-radius:20px;text-align:center;transition:var(--transition);height:100%}.service-card:hover{transform:translateY(-10px);background:#fff;box-shadow:0 20px 40px #0000000d;border-color:var(--primary)}.service-icon{width:80px;height:80px;background:#e639461a;color:var(--primary);display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem;transition:var(--transition)}.service-card:hover .service-icon{background:var(--primary);color:#fff;transform:rotateY(180deg)}.service-card h3{margin-bottom:1rem;color:var(--secondary)}.service-card p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}.read-more{font-weight:700;color:var(--primary);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.about{background:var(--bg-light)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-text{color:var(--text-muted);font-size:1.1rem;margin-bottom:2.5rem}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000005;transition:var(--transition)}.feature-item:hover{transform:translate(10px);box-shadow:0 10px 25px #0000000d}.feature-item h4{color:var(--secondary);margin-bottom:.3rem}.feature-item p{font-size:.9rem;color:var(--text-muted)}.about-visual,.image-stack{position:relative}.img-large{width:90%;border-radius:20px;overflow:hidden}.img-large img{width:100%;height:400px;object-fit:cover;display:block}.img-small{position:absolute;bottom:-30px;right:0;width:200px;height:200px;background:var(--primary);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff}.experience-box{text-align:center}.experience-box span{font-size:3rem;font-weight:800;display:block}.experience-box p{font-weight:600;text-transform:uppercase;letter-spacing:1px}@media(max-width:992px){.about-grid{grid-template-columns:1fr;gap:3rem}.img-large{width:100%}}.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;padding:0;overflow:hidden;border-radius:30px;background:#fff;box-shadow:var(--shadow)}.contact-main{padding:100px 0;background:var(--bg-light)}.contact-premium-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}@media(max-width:992px){.contact-premium-grid{grid-template-columns:1fr;gap:3rem}}.contact-info{background:var(--secondary);color:#fff;padding:4rem;position:relative}.info-tag{color:var(--primary);text-transform:uppercase;font-weight:800;letter-spacing:2px;font-size:.8rem;margin-bottom:1rem;display:block}.contact-info h2{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.contact-info h2 span{color:var(--primary)}.contact-info p{color:#ffffffb3;margin-bottom:3rem;line-height:1.6}.info-cards-stack{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.premium-info-card{padding:1.5rem;border-radius:20px;display:flex;gap:1.2rem;background:#fff;transition:var(--transition);border:1px solid rgba(0,0,0,.05)}.premium-info-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d;border-color:var(--primary)}.card-icon{color:var(--primary);background:#e639461a;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.card-content h4{color:var(--secondary);font-size:1rem;margin-bottom:.3rem}.card-content p{font-size:.9rem;color:var(--text-muted);line-height:1.4}.map-container-premium{height:400px;border-radius:25px;overflow:hidden;border:10px solid white}.contact-form-container{background:#fff;padding:3rem;border-radius:30px;box-shadow:0 20px 50px #0000000d}.form-title{font-size:1.8rem;color:var(--secondary);margin-bottom:.5rem}.form-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group label{display:block;font-size:.85rem;font-weight:700;color:var(--secondary);margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group textarea{width:100%;padding:1rem 1.2rem;border-radius:12px;border:1px solid #E2E8F0;background:#f8fafc;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 5px 15px #e6394614}.submit-btn{width:100%;height:60px;justify-content:center;font-size:1.1rem;border-radius:15px;margin-top:1rem}.submit-btn:disabled{background:#cbd5e1;cursor:not-allowed}.form-status.success-large{background:#f0fdf4;color:#166534;padding:2rem;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;border:1px solid #DCFCE7}.form-status.success-large h4{margin:0;font-size:1.25rem}.form-status.success-large p{margin:0;font-size:.9rem;opacity:.8}.form-status.warning{background:#fffbeb;color:#92400e;margin-top:1.5rem;padding:1rem;border-radius:12px;text-align:center;border:1px solid #FEF3C7}.social-connect{margin-top:3rem;display:flex;gap:1rem}.social-btn{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:.9rem;transition:var(--transition)}.social-btn.zalo{background:#0068ff;color:#fff}.social-btn.facebook{background:#1877f2;color:#fff}.social-btn:hover{transform:translateY(-3px);box-shadow:0 10px 15px #0000001a}@media(max-width:768px){.info-cards-stack{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:0}.contact-form-container{padding:2rem}.contact-info{padding:3rem 2rem}}.footer{background:var(--secondary);color:#fff;padding:3rem 0 2rem}.footer-partners{position:relative;padding:2.5rem 2rem;margin-bottom:5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.partners-title{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--secondary);padding:.5rem 2rem;font-size:.8rem;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:3px;border:1px solid rgba(255,255,255,.1);border-radius:50px;white-space:nowrap}.partners-content{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.partner-logo{opacity:.4;filter:grayscale(100%) brightness(200%);transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.partner-logo:hover{opacity:1;filter:grayscale(0%) brightness(100%);transform:translateY(-5px) scale(1.1)}.partner-logo img{height:38px;max-width:160px;object-fit:contain}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem}.footer-brand .logo{margin-bottom:1.5rem}.footer-brand .logo span{color:#fff}.footer-desc{color:#fff9;margin-bottom:2rem;font-size:.95rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;transition:var(--transition)}.social-links a:hover{background:var(--primary);transform:translateY(-3px)}.footer h4{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.footer ul li{margin-bottom:1rem;color:#fff9;font-size:.95rem;display:flex;align-items:center;gap:.8rem}.footer ul li a{color:#fff9}.footer ul li a:hover{color:var(--primary);padding-left:5px}.map-container{padding:.5rem;background:#ffffff0d;border-radius:15px}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff6;font-size:.9rem}@media(max-width:992px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr}}.subpage-hero{position:relative;background-color:var(--secondary);background-image:linear-gradient(#1d3557d9,#1d3557f2),url(https://images.unsplash.com/photo-1516733725897-1aa73b87c8e8?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;background-attachment:fixed;padding:160px 0 120px;color:#fff;text-align:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.4) 100%);pointer-events:none}.subpage-hero .container{position:relative;z-index:2}.hero-badge{display:inline-block;padding:.6rem 1.5rem;background:#e6394626;border:1px solid rgba(230,57,70,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary);border-radius:50px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;box-shadow:0 4px 15px #e6394633}.page-title{font-size:4rem;font-weight:900;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:4px;line-height:1.1;text-shadow:0 10px 30px rgba(0,0,0,.3)}.page-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:800px;margin:0 auto 2.5rem;line-height:1.6;font-weight:300}.hero-divider{width:80px;height:4px;background:var(--primary);margin:0 auto;border-radius:2px;box-shadow:0 0 20px var(--primary)}.page-content{padding:80px 0;background:var(--bg-light);min-height:400px}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.content-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column}.content-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.card-image{height:220px;position:relative;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.content-card:hover .card-image img{scale:1.1}.card-badge{position:absolute;top:1rem;left:1rem;background:var(--primary);color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase}.card-text{padding:1.5rem;flex:1}.card-date{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem;display:block}.card-text h3{font-size:1.3rem;color:var(--secondary);margin-bottom:1rem;line-height:1.4}.card-text p{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media(max-width:768px){.page-title{font-size:2.5rem}.subpage-hero{padding:150px 0 60px}.content-grid{grid-template-columns:1fr}}.post-detail-page{background:var(--bg-light)}.post-hero{padding:160px 0 100px;background-size:cover;background-position:center;color:#fff;min-height:400px;display:flex;align-items:flex-end}.post-category-badge{display:inline-block;background:var(--primary);color:#fff;padding:.5rem 1.2rem;border-radius:50px;font-weight:700;text-transform:uppercase;font-size:.8rem;margin-bottom:1.5rem}.post-hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2}.post-meta-detailed{display:flex;gap:2rem;font-size:1rem;color:#fffc}.post-meta-detailed span{display:flex;align-items:center;gap:.5rem}.post-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;margin-top:-60px;padding-bottom:80px}.post-main-content{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 10px 40px #0000000d}.post-actions-top{display:flex;justify-content:space-between;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.back-link{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);text-decoration:none;font-weight:600;transition:.3s}.back-link:hover{color:var(--primary)}.editor-rich-content{font-size:1.15rem;line-height:1.8;color:#334155}.editor-rich-content h1{font-size:2.2rem;margin-bottom:1.5rem;color:#1e293b}.editor-rich-content h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;color:#1e293b}.editor-rich-content h3{font-size:1.4rem;margin-top:1.5rem;margin-bottom:.8rem;color:#1e293b}.editor-rich-content p{margin-bottom:1.5rem}.editor-rich-content ul,.editor-rich-content ol{padding-left:2rem;margin-bottom:1.5rem}.editor-rich-content blockquote{border-left:4px solid var(--primary);padding:1rem 1.5rem;background:#fdf2f2;font-style:italic;color:#475569;margin:2rem 0;border-radius:0 12px 12px 0}.editor-rich-content img{max-width:100%;height:auto;border-radius:16px;margin:2rem 0;box-shadow:0 10px 30px #0000001a}.editor-rich-content a{color:var(--primary);text-decoration:underline}.post-tags-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #eee;display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-weight:600}.sidebar-widget{background:#fff;padding:2rem;border-radius:24px;position:sticky;top:100px}.sidebar-widget h3{font-size:1.2rem;margin-bottom:1rem;color:var(--secondary)}.sidebar-widget p{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}@media(max-width:992px){.post-layout{grid-template-columns:1fr}.post-sidebar{display:none}.post-hero h1{font-size:2.5rem}.post-main-content{padding:2rem}}.legal-page{background-color:var(--bg-light);min-height:100vh}.legal-container{max-width:1200px;margin:0 auto;padding:2rem}.page-header{margin-bottom:3rem;text-align:center}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);cursor:pointer;font-weight:500;margin-bottom:1.5rem;transition:var(--transition)}.back-link:hover{color:var(--primary);transform:translate(-5px)}.page-header .title{font-size:3rem;color:var(--secondary);margin-bottom:1rem}.page-header .subtitle{font-size:1.1rem;color:var(--text-muted);max-width:800px;margin:0 auto}.controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;gap:2rem;flex-wrap:wrap}.search-box{display:flex;align-items:center;gap:.8rem;background:#fff;padding:.8rem 1.5rem;border-radius:50px;flex:1;max-width:500px;box-shadow:0 4px 15px #0000000d;border:1px solid #E2E8F0;transition:var(--transition)}.search-box:focus-within{border-color:var(--primary);box-shadow:0 4px 20px #e639461a}.search-box input{border:none;outline:none;width:100%;font-family:inherit;font-size:1rem}.filter-group{display:flex;gap:.8rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.2rem;border-radius:50px;border:1px solid #E2E8F0;background:#fff;color:var(--text-muted);font-weight:600;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.5rem}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 15px #e639464d}.document-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.document-card{padding:1.5rem;border-radius:20px;display:flex;flex-direction:column;height:100%;transition:var(--transition);border:1px solid rgba(15,23,42,.05)}.document-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;border-color:#e6394633}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.tag{padding:.3rem .8rem;border-radius:50px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px}.tag.luật{background:#e0e7ff;color:#4338ca}.tag.nghị{background:#fef3c7;color:#b45309}.tag.thông{background:#d1fae5;color:#047857}.tag.tiêu{background:#fce7f3;color:#be185d}.date{font-size:.85rem;color:var(--text-muted)}.card-body{flex:1;text-align:center}.doc-icon{color:#cbd5e1;margin-bottom:1rem}.doc-title{font-size:1.25rem;color:var(--secondary);margin-bottom:1rem;line-height:1.4;height:3.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.doc-description{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.card-footer{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem;border-top:1px solid #F1F5F9;padding-top:1.5rem}.btn-view,.btn-download{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem;border-radius:12px;font-weight:600;cursor:pointer;transition:var(--transition);font-family:inherit;font-size:.9rem}.btn-view{background:var(--bg-light);color:var(--secondary);border:1px solid #E2E8F0}.btn-view:hover{background:var(--secondary);color:#fff}.btn-download{background:transparent;color:var(--primary);border:1px solid var(--primary)}.btn-download:hover{background:var(--primary);color:#fff}@media(max-width:768px){.page-header .title{font-size:2.2rem}.controls{flex-direction:column;align-items:stretch}.document-grid{grid-template-columns:1fr}.legal-container{padding:1rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a365d,#e63946);padding:2rem;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;width:500px;height:500px;background:#e6394633;filter:blur(100px);border-radius:50%;top:-100px;right:-100px}.auth-page:after{content:"";position:absolute;width:400px;height:400px;background:#1a365d4d;filter:blur(80px);border-radius:50%;bottom:-50px;left:-50px}.auth-container{width:100%;max-width:450px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;padding:3rem;box-shadow:0 25px 50px -12px #00000040;position:relative;z-index:10;border:1px solid rgba(255,255,255,.3)}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-logo{font-size:1.8rem;font-weight:900;color:var(--secondary);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-logo span{color:var(--primary)}.auth-header h2{font-size:1.5rem;color:var(--secondary);font-weight:700}.auth-header p{color:var(--text-muted);font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.2rem}.auth-input-group{display:flex;flex-direction:column;gap:.5rem}.auth-input-group label{font-size:.85rem;font-weight:700;color:var(--secondary);margin-left:.2rem}.input-with-icon i{position:absolute;left:0;top:0;height:100%;width:3.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:var(--transition);pointer-events:none}.password-toggle{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);padding:.5rem;z-index:5}.password-toggle:hover{color:var(--primary)}.auth-input-group input{width:100%;padding:1rem 1.2rem 1rem 3.5rem;border-radius:15px;border:1px solid #E2E8F0;background:#f8fafc;font-size:1rem;transition:all .3s ease}.auth-input-group input:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #e639461a}.auth-input-group input:focus+i{color:var(--primary)}.forgot-link{font-size:.85rem;color:var(--primary);text-decoration:none;text-align:right;font-weight:600}.auth-divider{display:flex;align-items:center;gap:1rem;margin:2rem 0;color:var(--text-muted);font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.google-btn-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.auth-footer{text-align:center;margin-top:2rem;font-size:.95rem;color:var(--text-muted)}.auth-footer a{color:var(--primary);text-decoration:none;font-weight:700}@media(max-width:480px){.auth-container{padding:2rem}}.admin-layout{display:flex;min-height:100vh;background:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.admin-sidebar{width:280px;background:#1e293b;color:#fff;transition:all .3s ease;display:flex;flex-direction:column;z-index:100;box-shadow:4px 0 10px #0000001a}.admin-sidebar.closed{width:80px}.admin-sidebar.closed .sidebar-header .brand{opacity:0;visibility:hidden;width:0}.admin-sidebar.closed .nav-item{justify-content:center;padding:1rem 0;margin:0 10px}.admin-sidebar.closed .nav-item span{display:none}.sidebar-header{padding:2rem;display:flex;align-items:center;justify-content:space-between}.sidebar-header .brand{font-size:1.5rem;font-weight:800;color:#fff}.sidebar-header .brand span{color:#e63946}.toggle-btn{background:#ffffff0d;border:none;color:#fff9;cursor:pointer;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:.3s}.toggle-btn:hover{background:#ffffff1a;color:#fff}.sidebar-nav{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;color:#ffffffb3;text-decoration:none;border-radius:12px;transition:all .3s ease}.nav-item:hover,.nav-item.active{background:#e639461a;color:#e63946}.sidebar-footer{padding:2rem;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{width:100%;display:flex;align-items:center;gap:1rem;padding:.8rem;background:transparent;border:none;color:#fda4af;cursor:pointer;transition:.3s}.logout-btn:hover{color:#e63946}.admin-main{flex:1;display:flex;flex-direction:column;height:100vh;overflow-y:auto}.admin-header{height:70px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;border-bottom:1px solid #E2E8F0;position:sticky;top:0;z-index:90}.header-search{display:flex;align-items:center;gap:.8rem;background:#f8fafc;padding:.6rem 1.2rem;border-radius:50px;width:300px}.header-search input{background:transparent;border:none;outline:none;font-size:.9rem}.header-actions{display:flex;align-items:center;gap:1.5rem}.user-profile{display:flex;align-items:center;gap:.8rem;padding-left:1.5rem;border-left:1px solid #E2E8F0}.user-profile img{width:40px;height:40px;border-radius:50%}.admin-content{padding:1.5rem 2rem;height:calc(100vh - 70px);overflow-y:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:#fff;padding:2rem;border-radius:20px;display:flex;align-items:center;gap:1.5rem;box-shadow:0 10px 15px #00000005;transition:.3s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #00000008}.stat-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center}.stat-info h3{font-size:1.8rem;margin-bottom:.2rem}.stat-info p{color:#64748b;font-size:.9rem}.admin-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 15px #00000005}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:1rem;border-bottom:2px solid #F1F5F9;color:#64748b;font-weight:600;font-size:.9rem}.admin-table td{padding:1.2rem 1rem;border-bottom:1px solid #F1F5F9;font-size:.95rem}.status-badge{padding:.4rem .8rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase}.status-badge.new{background:#dbeafe;color:#1e40af}.status-badge.inprogress{background:#fef3c7;color:#92400e}.status-badge.completed{background:#dcfce7;color:#166534}.status-badge.active{background:#dcfce7;color:#15803d;border:1px solid #BBF7D0}.admin-page h2{margin-bottom:2rem;color:#1e293b;font-weight:700}.admin-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 15px #00000005;max-width:600px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#64748b;font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #E2E8F0;border-radius:10px;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e63946;box-shadow:0 0 0 3px #e639461a}.btn{padding:.8rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background:#e63946;color:#fff}.btn-primary:hover{background:#c82d37;transform:translateY(-2px);box-shadow:0 4px 12px #e639464d}.btn-outline{background:#fff;border:1px solid #E2E8F0;color:#64748b}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.icon-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:8px;transition:.3s}.icon-btn:hover{background:#f1f5f9;color:#1e293b}.welcome-banner{background:linear-gradient(135deg,#1e293b,#334155);padding:3rem;border-radius:20px;color:#fff;display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.welcome-banner h1{font-size:2rem;margin-bottom:.5rem}.welcome-banner p{opacity:.8}.dashboard-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.activity-list{display:flex;flex-direction:column;gap:1.2rem}.activity-item{display:flex;align-items:center;gap:1rem;padding-bottom:1.2rem;border-bottom:1px solid #F1F5F9}.activity-item:last-child{border-bottom:none}.activity-avatar img{width:45px;height:45px;border-radius:12px}.activity-details{flex:1}.activity-details p{font-size:.95rem;color:#1e293b;margin-bottom:.2rem}.activity-details span{font-size:.8rem;color:#94a3b8}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.quick-btn{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;background:#f8fafc;border:1px solid #E2E8F0;border-radius:15px;cursor:pointer;transition:.3s;color:#64748b}.quick-btn:hover{background:#fff;border-color:#e63946;color:#e63946;box-shadow:0 10px 15px #e639460d}.trend{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;margin-top:.5rem}.trend.positive{color:#10b981}.user-info{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;background:#e6394620;color:#e63946;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.user-name{font-weight:600;color:#1e293b;margin-bottom:.1rem}.user-message-preview{font-size:.8rem;color:#94a3b8;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-info p{font-size:.85rem;color:#64748b;display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.time-info{font-size:.85rem;color:#64748b;display:flex;align-items:center;gap:.5rem}.action-btns{display:flex;gap:.5rem}.loading-state,.empty-state{padding:3rem;text-align:center;color:#94a3b8;font-style:italic}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.admin-modal{background:#fff;width:100%;max-width:500px;border-radius:20px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040}.admin-modal h3{margin-bottom:2rem;font-size:1.5rem;font-weight:700;color:#1e293b}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.service-cell{display:flex;align-items:center;gap:1rem}.service-icon{color:#e63946}.service-desc{color:#64748b;font-size:.9rem}.edit-btn:hover{color:#3b82f6;background:#dbeafe}.delete-btn:hover{color:#e63946;background:#fee2e2}.settings-container{display:flex;gap:2rem;align-items:flex-start}.settings-sidebar{width:240px;background:#fff;padding:1rem;border-radius:20px;box-shadow:0 10px 15px #00000005;display:flex;flex-direction:column;gap:.5rem}.settings-tab{display:flex;align-items:center;gap:1rem;padding:1rem;border:none;background:transparent;color:#64748b;border-radius:12px;cursor:pointer;transition:.3s;font-weight:500;text-align:left}.settings-tab:hover{background:#f8fafc}.settings-tab.active{background:#e6394610;color:#e63946}.settings-content{flex:1}.settings-content h3{margin-bottom:2rem;font-size:1.2rem;color:#1e293b;font-weight:700}.checkbox-group{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:.5rem 0}.checkbox-group input{width:auto;cursor:pointer}.settings-actions{margin-top:2rem;padding-top:2rem;border-top:1px solid #F1F5F9}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.post-cell{display:flex;align-items:center;gap:1rem}.post-thumbnail img{width:60px;height:60px;border-radius:8px;object-fit:cover}.post-excerpt{font-size:.8rem;color:#94a3b8}.post-meta p{font-size:.85rem;color:#64748b;display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.admin-modal.wide{max-width:1200px;padding:0;overflow:hidden}.wp-editor-layout{display:grid;grid-template-columns:1fr 340px;gap:0;min-height:85vh}.editor-main{background:#fff;padding:3rem;overflow-y:auto}.editor-title-input{width:100%;font-size:2.5rem;font-weight:800;border:none;border-bottom:2px solid #F1F5F9;padding:.5rem 0;margin-bottom:2rem;color:var(--secondary);outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a}.ProseMirror{outline:none!important;min-height:500px;font-size:1.15rem;line-height:1.8;color:#334155;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{color:#1e293b;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.ProseMirror ul,.ProseMirror ol{margin-left:1.5rem;margin-bottom:1.5rem}.ProseMirror blockquote{border-left:4px solid #E63946;padding-left:1.5rem;font-style:italic;color:#64748b;margin:2rem 0}.ProseMirror img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0;box-shadow:0 10px 25px #0000001a}.immersive-editor{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;background:#fff;display:flex;flex-direction:column}.editor-top-bar{height:70px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #F1F5F9;background:#fff}.editor-status-text{font-weight:700;font-size:1.1rem;color:#1e293b}.editor-toolbar-wrapper{background:#f8fafc;padding:.5rem 2rem;border-bottom:1px solid #F1F5F9;display:flex;justify-content:center}.tiptap-toolbar{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:12px;border:1px solid #E2E8F0;box-shadow:0 4px 6px -1px #0000000d}.toolbar-group{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;border-right:1px solid #E2E8F0}.toolbar-label{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-right:.5rem}.image-controls{background:#fff1f2;border-radius:8px;border-right:none!important}.toolbar-divider-v{width:1px;height:20px;background:#e2e8f0;margin:0 .5rem}.toolbar-btn-sm{background:#fff;border:1px solid #E2E8F0;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s}.toolbar-btn-sm:hover{background:#e63946;color:#fff;border-color:#e63946}.toolbar-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:8px;color:#64748b;cursor:pointer;transition:.2s}.wp-editor-layout.immersive{flex:1;overflow:hidden;display:grid;grid-template-columns:1fr 320px}.editor-main{max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.editor-content-area{width:100%;min-height:600px;border:none;font-size:1.15rem;line-height:1.8;color:#334155;outline:none;resize:none;font-family:inherit}.sidebar-panel{background:#fff;border:1px solid #E2E8F0;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.panel-header{padding:.8rem 1rem;background:#f8fafc;border-bottom:1px solid #E2E8F0;font-weight:700;font-size:.85rem;color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;display:flex;justify-content:space-between;align-items:center}.panel-content{padding:1rem}.slug-area{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;word-break:break-all;background:#f8fafc;padding:.8rem;border-radius:6px;border:1px solid #E2E8F0}.slug-display{display:flex;align-items:center;gap:.5rem}.slug-display span{background:#eff6ff;color:#2563eb;padding:.1rem .4rem;border-radius:4px;font-family:monospace}.slug-edit-input{width:100%;margin-top:.5rem;font-size:.8rem;padding:.4rem;border:1px solid var(--primary);border-radius:4px;outline:none}.thumbnail-preview{width:100%;aspect-ratio:16/9;background:#f1f5f9;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#94a3b8;margin-bottom:.8rem;overflow:hidden;border:1px dashed #CBD5E1}.thumbnail-preview img{width:100%;height:100%;object-fit:cover}.sidebar-actions{display:flex;flex-direction:column;gap:.6rem}.btn-full{width:100%;justify-content:center}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:9999;display:flex;flex-direction:column;gap:1rem}.toast{background:#1e293be6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;align-items:center;gap:1rem;min-width:300px;border-left:4px solid var(--primary)}.toast.success{border-left-color:#10b981}.toast.error{border-left-color:#ef4444}.status-badge.draft{background:#f1f5f9;color:#64748b}@media(max-width:1024px){.wp-editor-layout{grid-template-columns:1fr}.editor-sidebar{border-left:none;border-top:1px solid #E2E8F0}}.settings-grid{display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:start;margin-top:1.5rem}.settings-sidebar-card{background:#fff;padding:1.2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;gap:.6rem}.settings-nav-item{display:flex;align-items:center;gap:1.2rem;padding:1.2rem;border-radius:12px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.settings-nav-item:hover{background:#f8fafc}.settings-nav-item.active{background:#eff6ff}.nav-icon{width:44px;height:44px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s ease;flex-shrink:0}.nav-icon.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #2563eb33}.nav-text{display:flex;flex-direction:column;gap:.2rem}.nav-text strong{font-size:1rem;color:var(--secondary)}.nav-text span{font-size:.8rem;color:#94a3b8}.settings-main-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;min-height:600px}.settings-section{display:flex;flex-direction:column;gap:2rem}.section-header{margin-bottom:.5rem;padding-bottom:1.5rem;border-bottom:1px solid #F1F5F9}.section-header h3{font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.section-header p{font-size:1rem;color:#64748b}.settings-toggles{display:flex;flex-direction:column;gap:1.5rem}.toggle-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8fafc;border:1px solid #E2E8F0;border-radius:12px}.toggle-info{display:flex;flex-direction:column;gap:.2rem}.toggle-info strong{font-size:1.1rem;color:var(--secondary)}.toggle-info span{font-size:.9rem;color:#64748b}.settings-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #F1F5F9}.security-actions{margin-top:1rem}@media(max-width:1100px){.settings-grid{grid-template-columns:1fr}}.immersive-editor{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f8fafc;z-index:1000;display:flex;flex-direction:column;padding:0!important;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.editor-top-bar{height:70px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;flex-shrink:0;z-index:20}.top-bar-left{display:flex;align-items:center;gap:1.5rem}.icon-btn{width:40px;height:40px;border-radius:12px;border:1px solid #E2E8F0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#64748b}.icon-btn:hover{background:#f1f5f9;color:#e63946;border-color:#e63946}.editor-status-text{font-weight:700;color:#1e293b;font-size:1.1rem}.save-status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#94a3b8;background:#f1f5f9;padding:.3rem .8rem;border-radius:50px;margin-left:1rem}.save-status-indicator .dot{width:6px;height:6px;background:#10b981;border-radius:50%}.editor-toolbar-wrapper{background:#f8fafc;border-bottom:1px solid #E2E8F0;padding:.5rem 2rem;display:flex;justify-content:center;z-index:10}.tiptap-toolbar{display:flex;gap:.5rem;background:#fff;padding:.4rem;border-radius:14px;border:1px solid #E2E8F0;box-shadow:0 4px 6px -1px #0000000d}.toolbar-group{display:flex;gap:.2rem;padding:0 .4rem;border-right:1px solid #F1F5F9}.toolbar-group:last-child{border-right:none}.toolbar-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.toolbar-btn:hover{background:#f1f5f9;color:#e63946}.toolbar-btn.active{background:#e6394615;color:#e63946}.wp-editor-layout.immersive{flex:1;overflow:hidden;display:grid;grid-template-columns:1fr 340px;background:#f1f5f9}.editor-scroller{flex:1;overflow-y:auto;padding:3rem 2rem;display:flex;justify-content:center}.editor-main{max-width:850px;width:100%;background:#fff;min-height:100%;padding:5rem;box-shadow:0 4px 20px #00000008;border-radius:4px;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.editor-title-input{font-size:2.8rem;font-weight:800;border:none;outline:none;width:100%;margin-bottom:2.5rem;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2;resize:none;overflow:hidden;background:transparent;padding:0;margin:0 0 2.5rem;display:block}.editor-title-input::placeholder{color:#e2e8f0}.ProseMirror{outline:none!important;min-height:600px;font-size:1.15rem;line-height:1.8;color:#334155;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ProseMirror p{margin-bottom:1.5rem}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{color:#1e293b;margin-top:2.5rem;margin-bottom:1rem;font-weight:700;line-height:1.3}.ProseMirror h1{font-size:2.2rem}.ProseMirror h2{font-size:1.8rem}.ProseMirror h3{font-size:1.5rem}.ProseMirror img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0;box-shadow:0 10px 30px #00000014}.ProseMirror blockquote{border-left:4px solid #E63946;padding-left:1.5rem;font-style:italic;color:#64748b;margin:2rem 0;background:#f8fafc;padding:1.5rem;border-radius:0 12px 12px 0}.editor-sidebar{background:#f8fafc;border-left:1px solid #E2E8F0;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.sidebar-panel{background:#fff;border:1px solid #E2E8F0;border-radius:12px;overflow:visible;box-shadow:0 1px 3px #00000005}.panel-header{padding:.8rem 1rem;background:#f8fafc;border-bottom:1px solid #E2E8F0;font-weight:700;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0}.panel-content{padding:1.2rem}.thumbnail-preview-large{width:100%;height:160px;background:#f1f5f9;border-radius:10px;overflow:hidden;margin-bottom:1rem;border:2px dashed #E2E8F0;display:flex;align-items:center;justify-content:center}.thumbnail-preview-large img{width:100%;height:100%;object-fit:cover}.thumbnail-preview-large .placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#94a3b8;font-size:.8rem}.slug-area{margin-bottom:1.2rem}.slug-display{font-size:.75rem;color:#64748b;margin-bottom:.5rem;word-break:break-all;display:flex;align-items:center;gap:.4rem}.slug-prefix{color:#94a3b8}.slug-text{color:#e63946;font-weight:600}.slug-edit-input{width:100%;padding:.6rem;border:1px solid #E2E8F0;border-radius:8px;font-size:.85rem;outline:none}.slug-edit-input:focus{border-color:#e63946}.form-group-sm label{display:block;font-size:.85rem;font-weight:600;color:#475569;margin-bottom:.5rem}.admin-select{width:100%;padding:.7rem;border:1px solid #E2E8F0;border-radius:8px;background:#fff;font-family:inherit;font-size:.9rem;outline:none}.admin-input-sm{width:100%;padding:.7rem;border:1px solid #E2E8F0;border-radius:8px;font-family:inherit;font-size:.85rem;outline:none;background:#fff;color:#1e293b;box-sizing:border-box;resize:vertical;transition:all .2s}.admin-input-sm:focus{border-color:#e63946;box-shadow:0 0 0 3px #e639461a}.help-text{font-size:.75rem;color:#94a3b8;margin-top:.6rem;line-height:1.4;display:block}.full-width{width:100%}.immersive-editor *{box-sizing:border-box}.preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.preview-modal{background:#fff;width:100%;max-width:1000px;max-height:90vh;border-radius:24px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.preview-header{padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #F1F5F9;display:flex;align-items:center;justify-content:space-between}.preview-header h3{margin:0;font-size:1.25rem;color:#1e293b}.preview-header button{background:#f1f5f9;border:none;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s}.preview-header button:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.preview-body{flex:1;overflow-y:auto;padding:3rem;background:#f8fafc}.preview-article{background:#fff;max-width:800px;margin:0 auto;padding:4rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.preview-meta{display:flex;align-items:center;gap:.75rem;color:#64748b;font-size:.9rem;margin-bottom:1.5rem;font-weight:500}.preview-meta span:first-child{color:#e63946;font-weight:700;text-transform:uppercase}.preview-title{font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:2.5rem}.preview-thumbnail{width:100%;height:450px;border-radius:16px;overflow:hidden;margin-bottom:3rem}.preview-thumbnail img{width:100%;height:100%;object-fit:cover}.preview-content{font-size:1.15rem;line-height:1.8;color:#334155}.preview-content img{max-width:100%;border-radius:12px;margin:2rem 0}.preview-content blockquote{border-left:4px solid #E63946;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#475569}.prose h1{font-size:2.25rem;margin-bottom:1.5rem;color:#0f172a}.prose h2{font-size:1.85rem;margin-top:2.5rem;margin-bottom:1.25rem;color:#1e293b}.prose h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:#334155}.prose p{margin-bottom:1.25rem;line-height:1.8;color:#475569}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose img{max-width:100%;border-radius:12px;margin:2rem 0}.prose blockquote{border-left:4px solid #E63946;padding-left:1.5rem;margin:2rem 0;font-style:italic}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.admin-modal{background:#fff;width:100%;max-width:600px;border-radius:20px;box-shadow:0 30px 60px -12px #0f172a33;overflow:hidden;border:1px solid rgba(226,232,240,.8)}.modal-header h3{margin:0;font-size:1.4rem;font-weight:800;color:#0f172a}.modal-body{padding:2rem;display:flex;flex-direction:column;gap:1.25rem;background:#fff}.detail-section{display:flex;flex-direction:column;gap:.5rem}.detail-section label{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;display:block}.detail-value{font-size:1rem;color:#1e293b;font-weight:500}.detail-value-large{font-size:1.8rem;font-weight:900;color:#1e293b;letter-spacing:-.02em}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.detail-message-box{background:#f8fafc;padding:1.25rem;border-radius:12px;border:1px solid #F1F5F9;line-height:1.6;color:#334155;font-size:1rem;white-space:pre-wrap;min-height:120px}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #F1F5F9;display:flex;justify-content:flex-end;gap:1rem}.user-avatar{width:40px;height:40px;background:#e63946;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.user-message-preview{font-size:.85rem;color:#64748b;margin-top:.2rem}.contact-info-stack p{margin-bottom:.2rem;font-size:.85rem;display:flex;align-items:center;gap:.5rem;color:#475569}.time-sub{display:block;font-size:.75rem;color:#94a3b8;margin-top:.1rem}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.processed{background:#dcfce7;color:#166534}.action-btns .icon-btn.view:hover{color:#3b82f6;background:#eff6ff}.action-btns .icon-btn.process:hover{color:#10b981;background:#ecfdf5}.action-btns .icon-btn.delete:hover{color:#ef4444;background:#fef2f2}.role-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:8px;font-size:.75rem;font-weight:700;letter-spacing:.05em}.role-badge.admin{background:#fee2e2;color:#dc2626}.role-badge.user{background:#f1f5f9;color:#475569}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.blocked{background:#fee2e2;color:#991b1b}.filters-bar{display:flex;gap:2rem;padding:1rem 1.5rem;background:#fff;border-radius:16px;margin-bottom:1.5rem;border:1px solid #F1F5F9;align-items:center}.role-options{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.role-option{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:16px;border:2px solid #F1F5F9;cursor:pointer;transition:all .3s ease}.role-option:hover{border-color:#cbd5e1;background:#f8fafc}.role-option.selected{border-color:#e63946;background:#fff1f2}.filter-group{display:flex;align-items:center;gap:.8rem}.filter-group label{font-size:.85rem;font-weight:700;color:#64748b;display:flex;align-items:center;gap:.4rem}.filter-select{padding:.75rem 2.5rem .75rem 1.25rem;border-radius:14px;border:1px solid #E2E8F0;background:#fff;font-size:.9rem;font-weight:600;color:#475569;cursor:pointer;outline:none;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;box-shadow:0 1px 2px #0000000d}.filter-select:hover{border-color:#e63946;background-color:#fff1f2;color:#e63946}.filter-select:focus{border-color:#e63946;box-shadow:0 0 0 4px #e639461a}.icon-btn.block:hover{color:#ef4444;background:#fef2f2}.icon-btn.unblock:hover{color:#10b981;background:#ecfdf5}.role-title{font-weight:800;color:#1e293b;margin-bottom:.2rem}.role-desc{font-size:.85rem;color:#64748b;line-height:1.4}.personnel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem 0}.personnel-card{background:#fff;border-radius:24px;padding:1.5rem;transition:all .3s ease;border:1px solid #F1F5F9;position:relative}.personnel-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px -10px #0000001a;border-color:#e63946}.card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.member-avatar{width:80px;height:80px;border-radius:20px;background:#f1f5f9;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#94a3b8}.member-avatar img{width:100%;height:100%;object-fit:cover}.member-status-dot{position:absolute;top:1.5rem;left:1.5rem;width:12px;height:12px;border-radius:50%;border:2px solid white;z-index:10}.member-status-dot[data-status=active]{background:#10b981}.member-status-dot[data-status=on_leave]{background:#f59e0b}.member-status-dot[data-status=resigned]{background:#ef4444}.action-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;transition:all .2s}.action-circle:hover{background:#e63946;color:#fff}.btn-group-mini{display:flex;gap:.5rem}.personnel-card .role-badge{position:absolute;top:1rem;right:1rem;padding:.3rem .7rem;border-radius:6px;font-size:.7rem;font-weight:800;text-transform:uppercase}.role-badge.leader{background:#fef3c7;color:#d97706}.role-badge.inspector{background:#e0f2fe;color:#0284c7}.role-badge.technician{background:#dcfce7;color:#166534}.role-badge.consultant{background:#f3e8ff;color:#7e22ce}.role-badge.dynamic{padding:.25rem .6rem;border-radius:8px;font-size:.75rem;font-weight:700;white-space:nowrap}.role-wrapper-v2{margin:.3rem 0;display:flex;justify-content:center}.card-info h3{margin:0;font-size:1.25rem;color:#1e293b}.card-info .position{color:#e63946;font-weight:700;font-size:.9rem;margin-top:.2rem}.info-list{margin-top:1rem;display:flex;flex-direction:column;gap:.6rem}.info-list p{font-size:.85rem;color:#64748b;display:flex;align-items:center;gap:.6rem}.avatar-upload-section{display:flex;justify-content:center;margin-bottom:2rem}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:20px;display:flex;align-items:center;gap:1.25rem;border:1px solid #F1F5F9;box-shadow:0 4px 6px -1px #0000000d}.stat-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center}.stat-card.blue .stat-icon{background:#eff6ff;color:#3b82f6}.stat-card.green .stat-icon{background:#ecfdf5;color:#10b981}.stat-card.amber .stat-icon{background:#fffbeb;color:#f59e0b}.stat-card.rose .stat-icon{background:#fff1f2;color:#e63946}.stat-value{font-size:1.5rem;font-weight:800;color:#1e293b;display:block}.stat-label{font-size:.85rem;color:#64748b;font-weight:500}.view-toggles{display:flex;background:#f1f5f9;padding:.3rem;border-radius:10px;margin-left:1.5rem}.view-toggles .toggle-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.view-toggles .toggle-btn.active{background:#fff;color:#e63946;box-shadow:0 2px 4px #0000000d}.member-card-v2{background:#fff;border-radius:24px;padding:1.5rem;border:1px solid #F1F5F9;transition:all .3s ease}.member-card-v2:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.card-inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.member-status-chip{position:absolute;top:0;left:0;padding:.25rem .6rem;border-radius:20px;font-size:.65rem;font-weight:700;background:#f1f5f9;color:#64748b}.member-status-chip[data-status=active]{background:#dcfce7;color:#166534}.avatar-wrapper{position:relative;margin-bottom:1.25rem}.avatar-main{width:100px;height:100px;border-radius:30px;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center;border:4px solid white;box-shadow:0 4px 10px #0000000d}.avatar-main img{width:100%;height:100%;object-fit:cover}.role-icon-small{position:absolute;bottom:-5px;right:-5px;width:32px;height:32px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;color:#e63946}.member-bio h4{margin:0;font-size:1.15rem;color:#1e293b;font-weight:800}.member-bio .p-role{margin:.2rem 0;font-size:.85rem;color:#e63946;font-weight:700;text-transform:uppercase}.member-bio .p-pos{font-size:.85rem;color:#64748b}.member-actions-v2{margin-top:1.5rem;display:flex;gap:.75rem}.member-actions-v2 button{width:36px;height:36px;border-radius:12px;border:1px solid #F1F5F9;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.member-actions-v2 button:hover{background:#e63946;color:#fff;border-color:#e63946}.member-actions-v2 button.del:hover{background:#ef4444;border-color:#ef4444}.personnel-list{background:#fff;padding:1rem;border-radius:20px;border:1px solid #F1F5F9}.admin-card.no-bg{background:transparent;padding:0;box-shadow:none;border:none}.preview-avatar{position:relative;width:100px;height:100px;background:#f8fafc;border-radius:30px;display:flex;align-items:center;justify-content:center;border:2px dashed #E2E8F0;overflow:hidden}.preview-avatar img{width:100%;height:100%;object-fit:cover}.upload-label{position:absolute;bottom:0;left:0;right:0;background:#00000080;padding:.3rem;display:flex;justify-content:center;color:#fff;cursor:pointer}.upload-label input{display:none}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}.admin-modal{background:#fff;width:100%;max-width:600px;max-height:90vh;border-radius:32px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #F1F5F9;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.25rem;font-weight:800;color:#1e293b}.close-btn{width:36px;height:36px;border-radius:10px;border:none;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.close-btn:hover{background:#e63946;color:#fff}.modal-body{padding:2rem;overflow-y:auto}.modal-footer{padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #F1F5F9;display:flex;justify-content:flex-end;gap:1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group.full-width{grid-column:span 2}.form-group label{display:block;font-size:.85rem;font-weight:700;color:#64748b;margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid #E2E8F0;background:#f8fafc;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:#e63946;background:#fff;box-shadow:0 0 0 4px #e639461a;outline:none}.input-group-btn{display:flex;gap:.5rem}.input-group-btn input{flex:1}.roles-list-manage{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.role-manage-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border-radius:12px;border:1px solid #F1F5F9}.role-name{font-weight:700;color:#1e293b;font-size:.9rem}.delete-role-btn{width:28px;height:28px;border-radius:8px;border:none;background:#fee2e2;color:#ef4444;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.delete-role-btn:hover{background:#ef4444;color:#fff}.btn-sm{padding:.5rem!important;min-width:auto!important}.personnel-info{display:flex;align-items:center;gap:1rem}.personnel-avatar{width:40px;height:40px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#64748b}.personnel-avatar img{width:100%;height:100%;object-fit:cover}.personnel-avatar.small{width:32px;height:32px;border-radius:8px}.admin-tabs-v2{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #F1F5F9;padding-bottom:.5rem}.tab-btn{padding:.75rem 1.5rem;border:none;background:transparent;color:#64748b;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;transition:all .2s;position:relative}.tab-btn:hover{color:#1e293b}.tab-btn.active{color:#e63946}.tab-btn.active:after{content:"";position:absolute;bottom:-.6rem;left:0;right:0;height:3px;background:#e63946;border-radius:3px 3px 0 0}.no-border{border:none!important}.empty-state-v2{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;color:#94a3b8;background:#ffffff80;border-radius:24px;border:2px dashed #E2E8F0;margin:1rem 0}.empty-state-v2 svg{margin-bottom:1.5rem;opacity:.5;color:#e63946}.empty-state-v2 p{font-size:1.1rem;font-weight:600}:root{--primary: #E63946;--primary-dark: #C1121F;--secondary: #1D3557;--secondary-light: #457B9D;--accent: #A8DADC;--bg-light: #F8FAFC;--bg-white: #FFFFFF;--text-dark: #0F172A;--text-muted: #64748B;--glass: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .2);--shadow: 0 10px 40px -10px rgba(0, 0, 0, .08);--shadow-lg: 0 30px 60px -12px rgba(0, 0, 0, .12);--transition: all .4s cubic-bezier(.165, .84, .44, 1);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 30px}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.main-layout-padding{padding-top:140px}h1,h2,h3,h4{font-weight:800;line-height:1.2}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.8rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition);border:none;font-size:1rem}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 15px #e639464d}.btn-primary:hover{transform:translateY(-3px);background:var(--primary-dark);box-shadow:0 8px 25px #e6394666}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.glass-morphism{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);box-shadow:var(--shadow)}.section-padding{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;color:var(--secondary);position:relative;display:inline-block;margin-bottom:1rem}.section-title h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--primary);border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease forwards}
