:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#3b82f6;--secondary:#0f172a;--accent:#f59e0b;--success:#10b981;--text:#1e293b;--text-light:#64748b;--text-muted:#94a3b8;--bg:#ffffff;--bg-alt:#f1f5f9;--bg-dark:#0f172a;--border:#e2e8f0;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px rgba(0,0,0,0.1);--shadow-lg:0 10px 40px rgba(0,0,0,0.15);--transition:0.2s ease;--sidebar-width:220px;--header-height:70px;--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-text:#1e293b;--color-text-light:#64748b;--color-text-muted:#94a3b8;--color-bg:#ffffff;--color-bg-dark:#f1f5f9;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-warning:#f59e0b;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit;transition:var(--transition)}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}img,svg{display:block;max-width:100%}.site-wrapper{max-width:1130px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.site-body{display:flex;flex:1}.site-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);flex-shrink:0}.site-sidebar-inner{position:sticky;top:var(--header-height);background:#fafbfc;border-right:1px solid #eef2f6}.sidebar-title{padding:16px 12px 16px 12px;font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:0.5px;border-bottom:1px solid #eef2f6}.estados-list{display:flex;flex-direction:column;margin:0;padding:0}.estados-list a{display:flex;align-items:center;gap:10px;padding:12px 12px 12px 12px;font-size:15px;font-weight:600;color:#475569;border-bottom:1px solid #eef2f6;transition:all 0.15s ease}.estados-list a:last-child{border-bottom:none}.estados-list a:hover{color:#2563eb;background:#eff6ff}.estados-list a svg{color:#475569;flex-shrink:0}.estados-list a:hover svg{color:#2563eb}.estado-flag{width:20px;height:20px;flex-shrink:0;border-radius:50%;object-fit:cover}.estados-list a.is-active{background:#2563eb;color:#fff;font-weight:700}.estados-list a.is-active svg{color:#fff}.estados-list a.is-active svg:last-child{margin-left:auto}.sidebar-nav-mobile{display:none;flex-direction:column;border-bottom:1px solid #eef2f6}.sidebar-nav-mobile a{display:flex;align-items:center;gap:10px;padding:14px 12px;font-size:15px;font-weight:600;color:#475569;border-bottom:1px solid #eef2f6;transition:all 0.15s ease}.sidebar-nav-mobile a:last-child{border-bottom:none}.sidebar-nav-mobile a:hover{color:#2563eb;background:#eff6ff}.sidebar-nav-mobile a svg{flex-shrink:0}.sidebar-nav-mobile a:nth-child(1) svg{color:#3b82f6}.sidebar-nav-mobile a:nth-child(2) svg{color:#8b5cf6}.sidebar-nav-mobile a:nth-child(3) svg{color:#10b981}.sidebar-nav-mobile a:nth-child(4) svg{color:#d97706}.sidebar-nav-mobile a.is-active{color:#fff;background:#2563eb}.sidebar-nav-mobile a.is-active svg{color:#fff !important}@media (max-width:1024px){.sidebar-nav-mobile{display:flex}}.site-content{flex:1;display:flex;flex-direction:column;min-width:0;border-right:1px solid #eef2f6}.site-header{background:#fafbfc;border-bottom:1px solid #eef2f6;position:sticky;top:0;z-index:900;flex-shrink:0}.header-container{padding:0 12px 0 12px;height:var(--header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;position:relative}.header-container::after{content:'';position:absolute;right:0;top:0;bottom:0;width:1px;background:#eef2f6}.sidebar-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;color:#1e293b;border-radius:var(--radius);transition:var(--transition)}.sidebar-toggle:hover{background:#e2e8f0;color:#3b82f6}.site-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 50%,#60a5fa 100%);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0;box-shadow:0 4px 12px rgba(37,99,235,0.3)}.logo-icon svg{width:18px;height:18px}.logo-text{font-weight:700;font-size:17px;color:#0f172a;letter-spacing:-0.3px}.header-search{width:100%;max-width:370px;display:flex;background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:all 0.3s ease;justify-self:center}.header-search:hover{border-color:#cbd5e1}.header-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(37,99,235,0.1)}.header-search input{flex:1;padding:12px 16px;border:none;background:transparent;font-size:15px;outline:none;color:#1e293b}.header-search input::placeholder{color:#94a3b8}.header-search button{padding:12px 16px;color:#64748b;transition:var(--transition)}.header-search button:hover{color:#3b82f6;background:#f1f5f9}.header-nav{display:flex;gap:4px;flex-shrink:0}.header-nav a{display:flex;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:600;color:#475569;border-radius:6px;transition:all 0.15s ease}.header-nav a svg{flex-shrink:0}.header-nav a:nth-child(1) svg{color:#3b82f6}.header-nav a:nth-child(2) svg{color:#8b5cf6}.header-nav a:nth-child(3) svg{color:#10b981}.header-nav a:nth-child(4) svg{color:#d97706}.header-nav a:hover{color:#2563eb;background:#eff6ff}.header-nav a.is-active{color:#fff;background:#2563eb;font-weight:600}.header-nav a.is-active svg{color:#fff !important}.search-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;color:#1e293b;border-radius:var(--radius);transition:var(--transition)}.search-toggle:hover{background:#e2e8f0;color:#3b82f6}.search-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;align-items:center;justify-content:center;padding:20px}.search-modal.is-open{display:flex}.search-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px)}.search-modal-content{position:relative;width:100%;max-width:500px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,0.3);animation:searchModalIn 0.2s ease}@keyframes searchModalIn{from{opacity:0;transform:scale(0.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.search-modal-form{display:flex;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:border-color 0.2s ease}.search-modal-form:focus-within{border-color:#3b82f6}.search-modal-form input{flex:1;padding:16px 20px;border:none;background:transparent;font-size:17px;outline:none;color:#1e293b}.search-modal-form input::placeholder{color:#94a3b8}.search-modal-form button{padding:16px 20px;color:#64748b;transition:color 0.2s ease}.search-modal-form button:hover{color:#3b82f6}.search-modal-close{position:absolute;top:-12px;right:-12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;color:#64748b;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:all 0.2s ease}.search-modal-close:hover{color:#1e293b;border-color:#cbd5e1}.site-main{flex:1;padding:24px}.site-footer{background:var(--bg);border-top:1px solid var(--border);margin-top:auto}.footer-container{padding:20px 24px}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:13px;color:var(--text-light)}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:13px;color:var(--text-light)}.footer-legal a:hover{color:var(--primary)}@media (max-width:1024px){.site-sidebar{position:fixed;align-self:auto;top:var(--header-height);left:0;bottom:0;height:auto;z-index:1000;transform:translateX(-100%);transition:transform 0.3s ease;box-shadow:4px 0 20px rgba(0,0,0,0.1);overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fafbfc}.site-sidebar-inner{position:static}.site-sidebar.is-open{transform:translateX(0)}.sidebar-toggle{display:flex;order:1}.site-logo{order:2;justify-self:center;min-width:0;margin:0 auto}.header-search{display:none}.header-nav{display:none}.search-toggle{display:flex;order:3}.header-container{justify-content:space-between}}@media (max-width:640px){.site-sidebar{width:260px}.header-container{padding:0 6px}.header-container::after{left:6px;right:6px}.logo-icon{width:32px;height:32px;border-radius:10px}.logo-icon svg{width:18px;height:18px}.logo-text{font-size:17px}.site-main{padding:16px 12px}.home .site-main{padding-left:0;padding-right:0}.search-modal-content{padding:24px}.search-modal-form{overflow:visible}.search-modal-form input{padding:18px 16px;font-size:18px;min-width:0}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") center/contain no-repeat;cursor:pointer}.search-modal-form button{padding:18px 20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-modal-form button svg{width:24px !important;height:24px !important;display:block !important;flex-shrink:0}.footer-container{padding:16px 12px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-legal{gap:16px}}.sidebar-overlay{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:999}.sidebar-overlay.is-active{display:block}.container{max-width:910px;margin:0 auto;padding:0 24px}@media (max-width:640px){.container{padding:0 12px}}.admin-bar .site-header{top:32px}.admin-bar .site-sidebar{top:calc(var(--header-height) + 32px);height:calc(100vh - var(--header-height) - 32px)}@media (max-width:782px){.admin-bar .site-header{top:46px}.admin-bar .site-sidebar{top:calc(var(--header-height) + 46px);height:calc(100vh - var(--header-height) - 46px)}}.entry-content{font-size:1.0625rem;line-height:1.85;color:#334155;letter-spacing:-0.01em;overflow-wrap:break-word;word-wrap:break-word}.entry-content *{max-width:100%;box-sizing:border-box}.entry-content h2{font-size:1.625rem;font-weight:700;color:#0f172a;margin:32px 0 16px;line-height:1.35;letter-spacing:-0.02em}.entry-content h2:first-child{margin-top:0}.entry-content h3{font-size:1.375rem;font-weight:600;color:#1e293b;margin:28px 0 12px;line-height:1.4;letter-spacing:-0.01em}.entry-content h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:24px 0 10px;line-height:1.4}.entry-content h5{font-size:1rem;font-weight:600;color:#334155;margin:24px 0 10px;text-transform:uppercase;letter-spacing:0.05em}.entry-content p{margin-bottom:24px}.entry-content p:last-child{margin-bottom:0}.entry-content ul,.entry-content ol{margin-bottom:24px;padding-left:0;list-style:none}.entry-content ul li,.entry-content ol li{position:relative;padding-left:28px;margin-bottom:12px;line-height:1.7}.entry-content ul li::before{content:"";position:absolute;left:8px;top:11px;width:6px;height:6px;background:#3b82f6;border-radius:50%}.entry-content ol{counter-reset:list-counter}.entry-content ol li{counter-increment:list-counter}.entry-content ol li::before{content:counter(list-counter) ".";position:absolute;left:0;top:0;font-weight:600;color:#3b82f6;font-size:0.9375rem}.entry-content li>ul,.entry-content li>ol{margin-top:12px;margin-bottom:0}.entry-content blockquote{position:relative;background:transparent;border:1px solid #e2e8f0;border-radius:8px;padding:32px 24px 24px;margin:48px 0 32px;font-size:1.0625rem;font-style:normal;color:#334155;line-height:1.75}.entry-content blockquote::before{content:"";position:absolute;left:24px;top:-20px;width:40px;height:40px;background:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%2394a3b8'%3E%3Cpath d='M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z'/%3E%3C/svg%3E");background-size:32px 32px;background-position:center;background-repeat:no-repeat}.entry-content blockquote p{margin-bottom:12px}.entry-content blockquote p:last-child{margin-bottom:0}.entry-content blockquote cite{display:block;margin-top:16px;font-size:0.875rem;font-weight:600;color:#64748b;font-style:normal}.entry-content blockquote cite::before{content:"— "}.entry-content hr{border:none;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:40px 0}.entry-content strong{font-weight:600;color:#1e293b}.entry-content em{font-style:italic}.entry-content a{color:#2563eb;text-decoration:underline}.entry-content a:hover{color:#1d4ed8}.entry-content code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-family:'SF Mono',Monaco,'Cascadia Code',monospace;font-size:0.9em;color:#0f172a}.entry-content pre{background:#1e293b;color:#e2e8f0;padding:20px 24px;border-radius:8px;overflow-x:auto;margin:24px 0;font-family:'SF Mono',Monaco,'Cascadia Code',monospace;font-size:0.875rem;line-height:1.6}.entry-content pre code{background:none;padding:0;color:inherit;font-size:inherit}.entry-content img{max-width:100% !important;width:auto !important;height:auto !important;border-radius:8px;margin:24px 0;display:block}.entry-content p img{margin:24px 0}.entry-content figure{margin:24px 0;max-width:100% !important;width:auto !important;height:auto !important}.entry-content figure img{margin:0;width:100% !important}.entry-content figcaption,.entry-content .wp-caption-text{display:flex;align-items:center;gap:6px;font-size:0.8125rem;color:#64748b;margin-top:10px;padding:8px 0;border-bottom:1px solid #e2e8f0}.entry-content figcaption::before,.entry-content .wp-caption-text::before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpolyline points='21 15 16 10 5 21'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}.entry-content .wp-caption{max-width:100% !important;width:auto !important;height:auto !important;margin:24px 0;padding:0;border:none;background:none}.entry-content .alignleft{float:left;margin:8px 24px 16px 0;max-width:50% !important}.entry-content .alignright{float:right;margin:8px 0 16px 24px;max-width:50% !important}.entry-content .aligncenter{display:block;margin-left:auto;margin-right:auto;float:none}.entry-content .alignnone{margin:24px 0;max-width:100% !important}.entry-content .wp-block-image{margin:24px 0;max-width:100% !important}.entry-content .wp-block-image img{margin:0}.entry-content .wp-block-image.is-resized img{width:100% !important;height:auto !important}.entry-content .wp-block-gallery{margin:24px 0}.entry-content .wp-block-gallery img{margin:0}.entry-content iframe,.entry-content video,.entry-content embed,.entry-content object{max-width:100% !important;width:100%;height:auto;aspect-ratio:16/9}.entry-content .wp-block-embed,.entry-content .wp-block-video{margin:24px 0}.entry-content .wp-block-embed__wrapper{position:relative}.entry-content .table-wrapper{overflow-x:auto;margin:24px 0;-webkit-overflow-scrolling:touch}.entry-content table{width:100%;border-collapse:collapse;min-width:500px}.entry-content th,.entry-content td{border:1px solid #e2e8f0;padding:12px;text-align:left;white-space:nowrap}.entry-content td{white-space:normal}.entry-content th{background:#f8fafc;font-weight:600}.entry-content::after{content:"";display:table;clear:both}@media (max-width:768px){.entry-content{font-size:1rem}.entry-content h2{font-size:1.375rem}.entry-content h3{font-size:1.125rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}