body{overflow-x:clip}.gmpwise{--gw-primary:#1a3a6b;--gw-primary-light:#2563eb;--gw-accent:#0ea5e9;--gw-bg:#f8fafc;--gw-white:#ffffff;--gw-text:#1e293b;--gw-text-light:#64748b;--gw-border:#e2e8f0;--gw-radius:8px;--gw-shadow:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.06);--gw-shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;color:var(--gw-text);line-height:1.6}.gw-full-bleed{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.gmpwise *,.gmpwise :after,.gmpwise :before{box-sizing:border-box}.gmpwise h1,.gmpwise h2,.gmpwise h3,.gmpwise h4,.gmpwise h5,.gmpwise h6{font-weight:700;font-family:inherit}.gmpwise button,.gmpwise input,.gmpwise select,.gmpwise textarea{font-family:inherit}.gmpwise .gw-container{max-width:1360px;margin:0 auto;padding:0 20px}.gmpwise .gw-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--gw-radius);font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;border:none;transition:all .2s}.gmpwise .gw-btn-primary{background:var(--gw-primary-light);color:white}.gmpwise .gw-btn-primary:hover{background:var(--gw-primary)}.gmpwise .gw-btn-outline{border:1.5px solid var(--gw-primary-light);color:var(--gw-primary-light);background:transparent}.gmpwise .gw-btn-outline:hover{background:var(--gw-primary-light);color:white}.gmpwise.gw-header{background:var(--gw-white);border-bottom:1px solid var(--gw-border);position:sticky;top:0;z-index:100}.gmpwise .gw-header-top{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:24px}.gmpwise .gw-logo img{height:40px;width:auto}.gmpwise .gw-header-search{flex:1;max-width:480px;position:relative}.gmpwise .gw-header-search input{width:100%;padding:10px 44px 10px 16px;border:1.5px solid var(--gw-border);border-radius:24px;font-size:14px;outline:none;transition:border-color .2s}.gmpwise .gw-header-search input:focus{border-color:var(--gw-primary-light)}.gmpwise .gw-search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--gw-white);border:1px solid var(--gw-border);border-radius:var(--gw-radius);box-shadow:var(--gw-shadow-lg);list-style:none;margin:0;padding:6px;z-index:120;max-height:320px;overflow-y:auto}.gmpwise .gw-search-results li{margin:0}.gmpwise .gw-search-results button{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:9px 12px;border:none;background:transparent;border-radius:6px;font-size:14px;line-height:1.4;color:var(--gw-text);cursor:pointer;transition:background .15s}.gmpwise .gw-search-results button .gw-search-tagchip{flex-shrink:0;margin-top:2px}.gmpwise .gw-search-results button:hover{background:var(--gw-bg);color:var(--gw-primary-light)}.gmpwise .gw-search-results .gw-search-tagchip{display:inline-block;padding:2px 8px;background:#dbeafe;color:var(--gw-primary-light);border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.gmpwise .gw-search-empty{padding:12px;font-size:13px;color:var(--gw-text-light)}.gmpwise .gw-search-label{padding:8px 12px 4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--gw-text-light)}.gmpwise .gw-search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:var(--gw-primary-light);border:none;color:white;width:34px;height:34px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.gmpwise .gw-header-actions{gap:12px}.gmpwise .gw-mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--gw-text)}.gmpwise .gw-nav{background:var(--gw-primary)}.gmpwise .gw-nav-list{display:flex;list-style:none;gap:0;margin:0;padding:0}.gmpwise .gw-nav-list>li>a{display:flex;align-items:center;gap:4px;padding:14px 18px;color:rgba(255,255,255,.85);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s}.gmpwise .gw-nav-list>li>a.active,.gmpwise .gw-nav-list>li>a:hover{color:white;background:rgba(255,255,255,.1)}.gmpwise .gw-has-dropdown{position:relative}.gmpwise .gw-dropdown{display:none;position:absolute;top:100%;left:0;background:var(--gw-white);min-width:200px;border-radius:0 0 var(--gw-radius) var(--gw-radius);box-shadow:var(--gw-shadow-lg);list-style:none;margin:0;padding:0;z-index:50}.gmpwise .gw-has-dropdown:hover .gw-dropdown{display:block}.gmpwise .gw-dropdown a{display:block;padding:10px 18px;color:var(--gw-text);text-decoration:none;font-size:14px;transition:background .2s}.gmpwise .gw-dropdown a.active,.gmpwise .gw-dropdown a:hover{background:var(--gw-bg);color:var(--gw-primary-light)}.gmpwise .gw-nav-list>li>a svg{margin-left:4px;vertical-align:middle}.gmpwise .gw-hero{background:linear-gradient(135deg,var(--gw-primary) 0,#1e40af 100%);padding:60px 0}.gmpwise .gw-hero .gw-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.gmpwise .gw-hero-badge{display:inline-block;padding:4px 12px;background:rgba(14,165,233,.2);color:var(--gw-accent);border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.gmpwise .gw-hero h1{color:white;font-size:32px;line-height:1.3;margin-bottom:16px}.gmpwise .gw-hero p{color:rgba(255,255,255,.8);font-size:16px;margin-bottom:20px}.gmpwise .gw-hero-meta{display:flex;gap:16px;color:rgba(255,255,255,.6);font-size:13px;margin-bottom:24px}.gmpwise .gw-hero-image img{width:100%;border-radius:12px;box-shadow:var(--gw-shadow-lg)}.gmpwise .gw-main{background:var(--gw-bg);padding:48px 0}.gmpwise .gw-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:start;overflow-x:clip}.gmpwise .gw-articles-section{min-width:0;max-width:100%;width:100%;overflow-x:clip}.gmpwise .gw-sidebar{width:260px;max-width:100%;min-width:0;justify-self:stretch}.gmpwise .gw-section-header{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;margin-bottom:24px;gap:14px;min-width:0;max-width:100%}.gmpwise .gw-section-header h2{font-size:24px;color:var(--gw-primary);flex-shrink:0;margin:0}.gmpwise .gw-filter-tabs{display:flex;flex-wrap:nowrap;align-items:center;gap:4px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:var(--gw-white);padding:4px;border-radius:8px;border:1px solid var(--gw-border);box-shadow:none}.gmpwise .gw-filter-tabs::-webkit-scrollbar{height:4px}.gmpwise .gw-filter-tabs::-webkit-scrollbar-track{background:transparent}.gmpwise .gw-filter-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.gmpwise .gw-filter-tabs .gw-tab{appearance:none;margin:0;padding:6px 14px;border:none!important;outline:none;box-shadow:none;background:transparent;border-radius:6px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.25;color:var(--gw-text-light);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background-color .2s,color .2s}.gmpwise .gw-filter-tabs .gw-tab:hover:not(.active){background:var(--gw-bg);color:var(--gw-text-light)}.gmpwise .gw-filter-tabs .gw-tab.active{background:var(--gw-primary-light);color:#fff}.gmpwise .gw-filter-tabs .gw-tab:focus-visible{outline:2px solid var(--gw-primary-light);outline-offset:1px}.gmpwise .gw-articles-list{width:100%}.gmpwise .gw-article-card{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;width:100%;padding:20px;background:var(--gw-white);border-radius:var(--gw-radius);border:1px solid var(--gw-border);margin-bottom:16px;transition:all .2s}.gmpwise .gw-article-card:hover{box-shadow:var(--gw-shadow-lg);border-color:transparent}.gmpwise .gw-article-image{min-width:0;overflow:hidden;border-radius:6px;aspect-ratio:1535/1024;height:auto;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e7edf5;padding:8px}.gmpwise .gw-article-image img{width:100%;max-width:100%;height:100%;object-fit:contain;object-position:center;border-radius:4px}.gmpwise .gw-category-tag{display:inline-block;padding:3px 10px;background:#dbeafe;color:var(--gw-primary-light);border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px}.gmpwise .gw-tag-qc{background:#dcfce7;color:#16a34a}.gmpwise .gw-tag-validation{background:#fef3c7;color:#d97706}.gmpwise .gw-tag-regulatory{background:#fce7f3;color:#db2777}.gmpwise .gw-article-content h3{font-size:17px;margin-bottom:8px;line-height:1.4}.gmpwise .gw-article-content h3 a{color:var(--gw-text);text-decoration:none}.gmpwise .gw-article-content h3 a:hover{color:var(--gw-primary-light)}.gmpwise .gw-article-content p{color:var(--gw-text-light);font-size:14px;margin-bottom:12px}.gmpwise .gw-article-meta{display:flex;gap:16px;color:var(--gw-text-light);font-size:12px}.gmpwise .gw-pagination{display:flex;align-items:center;gap:8px;margin-top:32px;justify-content:center}.gmpwise .gw-page-btn{padding:8px 14px;border:1px solid var(--gw-border);background:var(--gw-white);border-radius:6px;cursor:pointer;font-size:14px;color:var(--gw-text);transition:all .2s}.gmpwise .gw-page-btn.active,.gmpwise .gw-page-btn:hover{background:var(--gw-primary-light);color:white;border-color:var(--gw-primary-light)}.gmpwise .gw-page-btn.next{padding:8px 20px}.gmpwise .gw-sidebar-widget{background:var(--gw-white);border:1px solid var(--gw-border);border-radius:var(--gw-radius);padding:24px;margin-bottom:24px}.gmpwise .gw-sidebar-widget h3{font-size:16px;margin-bottom:12px;color:var(--gw-primary)}.gmpwise .gw-newsletter-widget{background:linear-gradient(135deg,var(--gw-primary) 0,#1e40af 100%);border:none;color:white}.gmpwise .gw-newsletter-widget h3{color:white}.gmpwise .gw-newsletter-widget p{font-size:14px;opacity:.9;margin-bottom:16px}.gmpwise .gw-newsletter-form input{width:100%;padding:10px 14px;border:none;border-radius:6px;margin-bottom:10px;font-size:14px;color:#0f172a;background:#ffffff;caret-color:#0f172a}.gmpwise .gw-newsletter-form input::placeholder{color:#94a3b8;opacity:1}.gmpwise .gw-newsletter-form input:focus{outline:2px solid rgba(255,255,255,.55);outline-offset:1px}.gmpwise .gw-newsletter-form .gw-btn{width:100%;justify-content:center;background:var(--gw-accent)}.gmpwise .gw-newsletter-form .gw-newsletter-unsubscribe{margin-top:8px;background:transparent;color:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.45)}.gmpwise .gw-newsletter-form .gw-newsletter-unsubscribe:hover:not(:disabled){background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.7)}.gmpwise .gw-newsletter-form .gw-newsletter-unsubscribe:disabled{opacity:.65;cursor:not-allowed}.gmpwise .gw-newsletter-manage-link{display:block;width:fit-content;max-width:100%;margin:2px 0 0 auto;padding:0;border:none;background:none;color:rgba(255,255,255,.92);font:inherit;font-size:13px;font-weight:650;text-align:right;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.gmpwise .gw-newsletter-manage-link:hover{color:#fff}.gmpwise .gw-header-subscribed{pointer-events:none;cursor:default;opacity:.92}.gw-newsletter-manage-dialog{width:min(420px,calc(100vw - 2rem))}.gw-newsletter-manage-dialog label{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.85rem}.gw-newsletter-modal-feedback{margin:0 0 .85rem;font-size:.875rem;line-height:1.4}.gw-newsletter-modal-feedback.is-success{color:#15803d}.gw-newsletter-modal-feedback.is-error{color:#b91c1c}.gmpwise .gw-newsletter-feedback{margin:10px 0 0;font-size:13px;line-height:1.4}.gmpwise .gw-newsletter-feedback.is-success{color:#bbf7d0}.gmpwise .gw-newsletter-feedback.is-error{color:#fecaca}.gmpwise .gw-newsletter-subscribed{margin:0 0 10px;font-size:13px;line-height:1.4;color:rgba(255,255,255,.92)}.gmpwise .gw-newsletter-subscribed strong{font-weight:700;word-break:break-all}.gw-newsletter-admin-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1rem 0 1.25rem}.gw-newsletter-stat{padding:.9rem 1rem;border:1px solid var(--gw-border,#e2e8f0);border-radius:8px;background:#fff}.gw-newsletter-stat strong{display:block;font-size:1.25rem;color:var(--gw-primary,#1a3a6b)}.gw-newsletter-stat span{color:#64748b;font-size:.85rem}.gw-newsletter-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0 1.5rem}@media (max-width:900px){.gw-newsletter-admin-grid,.gw-newsletter-admin-stats{grid-template-columns:1fr}}.gw-newsletter-panel{padding:1rem;border:1px solid var(--gw-border,#e2e8f0);border-radius:8px;background:#fff}.gw-newsletter-panel h2{margin:0 0 .75rem;font-size:1.05rem;color:var(--gw-primary,#1a3a6b)}.gw-newsletter-post-list,.gw-newsletter-send-list,.gw-newsletter-subscriber-list{margin:0 0 1rem;padding-left:1.2rem}.gw-newsletter-post-list li,.gw-newsletter-send-list li{margin-bottom:.75rem}.gw-newsletter-post-list p,.gw-newsletter-send-list span{margin:.25rem 0 0;color:#64748b;font-size:.9rem}.gw-newsletter-subscriber-list{list-style:none;padding:0;max-height:260px;overflow:auto}.gw-newsletter-subscriber-list li{padding:.4rem 0;border-bottom:1px solid #f1f5f9;font-size:.9rem}.gw-newsletter-preview-frame{width:100%;min-height:420px;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.gw-newsletter-editor{display:flex;flex-direction:column;gap:1rem}.gw-newsletter-actions{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:1rem;margin-bottom:.25rem;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:2;background:#fff}.gw-newsletter-actions .gw-btn{min-height:42px;padding:.65rem 1.1rem;font-weight:650}.gw-newsletter-field{display:flex;flex-direction:column;gap:.45rem;margin:0;width:100%}.gw-newsletter-field label{display:block;margin:0;font-size:.8125rem;font-weight:650;color:#334155;letter-spacing:.01em}.gw-newsletter-field input[type=text],.gw-newsletter-field textarea{display:block;box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:.75rem .9rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font:inherit;font-size:.9375rem;font-weight:400;line-height:1.45;transition:border-color .15s ease,box-shadow .15s ease}.gw-newsletter-field textarea{min-height:96px;resize:vertical;font-family:inherit}.gw-newsletter-field input[type=text]:focus,.gw-newsletter-field textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.gw-newsletter-field input[type=text]:disabled,.gw-newsletter-field textarea:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.gw-newsletter-edit-posts h3{margin:0 0 12px;font-size:15px;color:#1e293b}.gw-newsletter-post-edit-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}.gw-newsletter-post-edit-list li{padding:14px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;display:grid;gap:.85rem}.gw-newsletter-post-edit-list li.is-excluded{opacity:.62}.gw-newsletter-post-edit-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.gw-newsletter-include{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:13px;font-weight:600;color:#334155}.gw-newsletter-include input[type=checkbox]{width:1rem;height:1rem;margin:0;accent-color:#2563eb;flex-shrink:0}.gw-newsletter-reorder{display:inline-flex;gap:6px}.gw-newsletter-admin .gw-admin-field select,.gw-newsletter-admin select{display:block;box-sizing:border-box;width:100%;max-width:42rem;margin-top:.45rem;padding:.7rem .9rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font:inherit;font-size:.9375rem}.gw-newsletter-admin .gw-admin-field>label{display:block;margin:0;font-size:.8125rem;font-weight:650;color:#334155}.gw-newsletter-uid-cell{max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,monospace;font-size:.75rem}.gw-newsletter-status-pill{display:inline-flex;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:650;text-transform:capitalize}.gw-newsletter-status-pill.is-active{background:#dcfce7;color:#166534}.gw-newsletter-status-pill.is-unsubscribed{background:#fee2e2;color:#991b1b}.gw-newsletter-send-pick-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem;max-height:520px;overflow:auto}.gw-newsletter-send-pick{display:grid;gap:.25rem;width:100%;padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.gw-newsletter-send-pick strong{font-size:.9rem;color:#0f172a}.gw-newsletter-send-pick span{font-size:.8rem;color:#64748b}.gw-newsletter-send-pick.is-active{border-color:#93c5fd;background:#eff6ff}.gmpwise .gw-topic-tags{display:flex;flex-wrap:wrap;gap:8px}.gmpwise .gw-topic-tag{padding:6px 12px;background:var(--gw-bg);color:var(--gw-text-light);border-radius:20px;font-size:12px;text-decoration:none;transition:all .2s}.gmpwise .gw-topic-tag:hover{background:var(--gw-primary-light);color:white}.gmpwise .gw-trending-list{list-style:none;margin:0;padding:0}.gmpwise .gw-trending-list li{padding:12px 0;border-bottom:1px solid var(--gw-border)}.gmpwise .gw-trending-list li:last-child{border-bottom:none;padding-bottom:0}.gmpwise .gw-trending-list a{color:var(--gw-text);text-decoration:none;font-size:14px;font-weight:500;display:block;margin-bottom:4px}.gmpwise .gw-trending-list a:hover{color:var(--gw-primary-light)}.gmpwise .gw-trending-list span{font-size:12px;color:var(--gw-text-light)}.gmpwise .gw-post-page{background:var(--gw-bg)}.gmpwise .gw-post-intro{background:var(--gw-white);border-bottom:1px solid var(--gw-border);padding:32px 0 40px}.gmpwise .gw-post-intro-inner{max-width:860px;margin:0 auto;text-align:center}.gmpwise .gw-post-intro-breadcrumb{justify-content:center;margin-bottom:20px}.gmpwise .gw-post-intro-title{font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.2;color:var(--gw-primary);margin:0 0 16px;letter-spacing:-.4px;font-weight:700}.gmpwise .gw-post-intro-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.gmpwise .gw-post-intro-author,.gmpwise .gw-post-intro-meta{align-items:center;justify-content:center;font-size:14px;color:var(--gw-text-light)}.gmpwise .gw-post-intro-author{display:inline-flex;gap:8px;margin-bottom:28px}.gmpwise .gw-post-intro-author strong{color:var(--gw-text);font-weight:600}.gmpwise .gw-post-intro-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.gmpwise .gw-post-hero-card{margin-top:8px;border-radius:16px;overflow:hidden;line-height:0}.gmpwise .gw-post-hero-card img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:16px;margin:0 auto;display:block}.gmpwise .gw-post-article{padding:40px 0 64px}.gmpwise .gw-post-article>.gw-container{max-width:1440px;padding:0 32px}.gmpwise .gw-post-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:36px;align-items:start}.gmpwise .gw-post-article-layout.has-toc{grid-template-columns:190px minmax(0,1fr) 260px}@media (min-width:1600px){.gmpwise .gw-post-article>.gw-container{max-width:1560px;padding:0 40px}.gmpwise .gw-post-article-layout.has-toc{grid-template-columns:200px minmax(0,1fr) 280px;gap:40px}}.gmpwise .gw-post-toc{position:sticky;top:108px;align-self:start;max-height:calc(100vh - 124px);overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.gmpwise .gw-post-toc::-webkit-scrollbar{width:5px}.gmpwise .gw-post-toc::-webkit-scrollbar-track{background:transparent}.gmpwise .gw-post-toc::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.gmpwise .gw-post-toc::-webkit-scrollbar-thumb:hover{background:#94a3b8}.gmpwise .gw-post-toc-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gw-text-light);margin-bottom:14px}.gmpwise .gw-post-toc-list{list-style:none;margin:0;padding:0}.gmpwise .gw-post-toc-list a{display:block;font-size:14px;line-height:1.45;color:var(--gw-text-light);text-decoration:none;padding:7px 0 7px 12px;border-left:2px solid var(--gw-border);transition:color .2s,border-color .2s}.gmpwise .gw-post-toc-list a.is-active,.gmpwise .gw-post-toc-list a:hover{color:var(--gw-primary);border-left-color:var(--gw-primary)}.gmpwise .gw-post-toc-list a.is-active{font-weight:600}.gmpwise .gw-post-toc-list .is-nested a{padding-left:22px;font-size:13px}.gmpwise .gw-post-toc-mobile{display:none;margin-bottom:24px;background:var(--gw-white);border:1px solid var(--gw-border);border-radius:12px;padding:12px 16px}.gmpwise .gw-post-toc-mobile summary{cursor:pointer;font-weight:600;color:var(--gw-primary)}.gmpwise .gw-post-toc-mobile .gw-post-toc-list{margin-top:12px}.gmpwise .gw-post-content{min-width:0;max-width:none}.gmpwise .gw-post-body{max-width:none}.gmpwise .gw-post-body,.gmpwise .gw-post-body .gw-post-html{color:var(--gw-text);font-size:16px;line-height:1.8}.gmpwise .gw-post-body .gw-post-html a{color:var(--gw-primary-light);text-decoration:underline}.gmpwise .gw-post-body .gw-post-html a:hover{color:var(--gw-primary)}.gmpwise .gw-post-lead{font-size:18px;line-height:1.7;color:var(--gw-text-light);margin:0 0 32px}.gmpwise .gw-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;font-size:13px;color:var(--gw-text-light);margin-bottom:12px}.gmpwise .gw-breadcrumb a{color:var(--gw-primary-light);text-decoration:none}.gmpwise .gw-breadcrumb a:hover{text-decoration:underline}.gmpwise .gw-breadcrumb span{margin:0 6px;color:var(--gw-text-light)}.gmpwise .gw-post-body h2{font-size:24px;color:var(--gw-primary);margin-top:40px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--gw-border);scroll-margin-top:108px}.gmpwise .gw-post-body h3{font-size:19px;color:var(--gw-text);margin-top:28px;margin-bottom:12px;scroll-margin-top:108px}.gmpwise .gw-post-body p{font-size:16px;line-height:1.8;color:var(--gw-text);margin-bottom:16px}.gmpwise .gw-post-body .gw-post-html ol,.gmpwise .gw-post-body .gw-post-html ul,.gmpwise .gw-post-body ol,.gmpwise .gw-post-body ul{padding-left:1.5rem;margin-bottom:20px;list-style-position:outside}.gmpwise .gw-post-body .gw-post-html ul,.gmpwise .gw-post-body ul{list-style-type:disc}.gmpwise .gw-post-body .gw-post-html ol,.gmpwise .gw-post-body ol{list-style-type:decimal}.gmpwise .gw-post-body .gw-post-html li,.gmpwise .gw-post-body li{display:list-item;font-size:15px;line-height:1.7;margin-bottom:8px;color:var(--gw-text)}.gmpwise .gw-post-body li strong{color:var(--gw-primary)}.gmpwise .gw-post-body blockquote{border-left:4px solid var(--gw-primary-light);padding:20px 24px;margin:28px 0;background:var(--gw-white);border-radius:0 var(--gw-radius) var(--gw-radius) 0}.gmpwise .gw-post-body blockquote p{font-size:16px;font-style:italic;color:var(--gw-text);margin-bottom:8px}.gmpwise .gw-post-body blockquote cite{font-size:13px;color:var(--gw-text-light);font-style:normal}.gmpwise .gw-post-body pre{overflow-x:auto;padding:16px;background:#1e293b;color:#f8fafc;border-radius:var(--gw-radius);margin:20px 0;font-size:14px}.gmpwise .gw-post-body code{font-size:.9em;background:var(--gw-bg);padding:2px 6px;border-radius:4px}.gmpwise .gw-post-body pre code{background:transparent;padding:0}.gmpwise .gw-post-body img{max-width:100%;height:auto;border-radius:var(--gw-radius);margin:24px 0}.gmpwise .gw-post-body .gw-post-html table,.gmpwise .gw-post-body table{width:100%;border-collapse:separate;border-spacing:0;margin:24px 0 32px;font-size:14.5px;line-height:1.5;background:var(--gw-white);border:1px solid #c5d0de;border-radius:0;overflow:hidden;box-shadow:0 1px 2px rgba(26,58,107,.06)}.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>td,.gmpwise .gw-post-body .gw-post-html th,.gmpwise .gw-post-body .gw-post-html thead td,.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>td,.gmpwise .gw-post-body th,.gmpwise .gw-post-body thead td{padding:13px 16px;text-align:left;font-weight:700;font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;border:none;border-bottom:1px solid rgba(255,255,255,.2);vertical-align:middle;color:#ffffff!important}.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>td p,.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>td strong,.gmpwise .gw-post-body .gw-post-html th p,.gmpwise .gw-post-body .gw-post-html th strong,.gmpwise .gw-post-body .gw-post-html thead td p,.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>td p,.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>td strong,.gmpwise .gw-post-body th p,.gmpwise .gw-post-body th strong,.gmpwise .gw-post-body thead td p{margin:0;color:#ffffff!important;font-size:inherit;font-weight:inherit;line-height:inherit;text-transform:inherit}.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+1):not([data-bg]),.gmpwise .gw-post-body .gw-post-html th:nth-child(6n+1):not([data-bg]),.gmpwise .gw-post-body .gw-post-html thead td:nth-child(6n+1):not([data-bg]),.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+1):not([data-bg]),.gmpwise .gw-post-body th:nth-child(6n+1):not([data-bg]),.gmpwise .gw-post-body thead td:nth-child(6n+1):not([data-bg]){background-color:#1a3a6b}.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+2):not([data-bg]),.gmpwise .gw-post-body .gw-post-html th:nth-child(6n+2):not([data-bg]),.gmpwise .gw-post-body .gw-post-html thead td:nth-child(6n+2):not([data-bg]),.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+2):not([data-bg]),.gmpwise .gw-post-body th:nth-child(6n+2):not([data-bg]),.gmpwise .gw-post-body thead td:nth-child(6n+2):not([data-bg]){background-color:#2563eb}.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+3):not([data-bg]),.gmpwise .gw-post-body .gw-post-html th:nth-child(6n+3):not([data-bg]),.gmpwise .gw-post-body .gw-post-html thead td:nth-child(6n+3):not([data-bg]),.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+3):not([data-bg]),.gmpwise .gw-post-body th:nth-child(6n+3):not([data-bg]),.gmpwise .gw-post-body thead td:nth-child(6n+3):not([data-bg]){background-color:#0d9488}.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+4):not([data-bg]),.gmpwise .gw-post-body .gw-post-html th:nth-child(6n+4):not([data-bg]),.gmpwise .gw-post-body .gw-post-html thead td:nth-child(6n+4):not([data-bg]),.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+4):not([data-bg]),.gmpwise .gw-post-body th:nth-child(6n+4):not([data-bg]),.gmpwise .gw-post-body thead td:nth-child(6n+4):not([data-bg]){background-color:#475569}.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+5):not([data-bg]),.gmpwise .gw-post-body .gw-post-html th:nth-child(6n+5):not([data-bg]),.gmpwise .gw-post-body .gw-post-html thead td:nth-child(6n+5):not([data-bg]),.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+5):not([data-bg]),.gmpwise .gw-post-body th:nth-child(6n+5):not([data-bg]),.gmpwise .gw-post-body thead td:nth-child(6n+5):not([data-bg]){background-color:#c2410c}.gmpwise .gw-post-body .gw-post-html table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+6):not([data-bg]),.gmpwise .gw-post-body .gw-post-html th:nth-child(6n+6):not([data-bg]),.gmpwise .gw-post-body .gw-post-html thead td:nth-child(6n+6):not([data-bg]),.gmpwise .gw-post-body table:not(:has(thead))>tbody>tr:first-child>:nth-child(6n+6):not([data-bg]),.gmpwise .gw-post-body th:nth-child(6n+6):not([data-bg]),.gmpwise .gw-post-body thead td:nth-child(6n+6):not([data-bg]){background-color:#0369a1}.gmpwise .gw-post-body .gw-post-html td,.gmpwise .gw-post-body td{padding:14px 16px;border:none;border-bottom:1px solid #e2e8f0;color:var(--gw-text);vertical-align:top;background:var(--gw-white)}.gmpwise .gw-post-body .gw-post-html td p,.gmpwise .gw-post-body td p{margin:0;color:inherit;font-size:inherit;line-height:inherit}.gmpwise .gw-post-body .gw-post-html table:has(thead) tbody tr:nth-child(2n) td,.gmpwise .gw-post-body .gw-post-html table:not(:has(thead)) tbody tr:nth-child(2n):not(:first-child) td,.gmpwise .gw-post-body table:has(thead) tbody tr:nth-child(2n) td,.gmpwise .gw-post-body table:not(:has(thead)) tbody tr:nth-child(2n):not(:first-child) td{background:#f5f8fc}.gmpwise .gw-post-body .gw-post-html tbody tr:last-child td,.gmpwise .gw-post-body tbody tr:last-child td{border-bottom:none}.gmpwise .gw-post-body .gw-post-html table:has(thead) tbody tr:hover td,.gmpwise .gw-post-body .gw-post-html table:not(:has(thead)) tbody tr:hover:not(:first-child) td,.gmpwise .gw-post-body table:has(thead) tbody tr:hover td,.gmpwise .gw-post-body table:not(:has(thead)) tbody tr:hover:not(:first-child) td{background:#eef4fb}.gmpwise .gw-post-body .gw-post-html table:has(thead) tbody td:first-child,.gmpwise .gw-post-body .gw-post-html table:not(:has(thead)) tbody tr:not(:first-child) td:first-child,.gmpwise .gw-post-body table:has(thead) tbody td:first-child,.gmpwise .gw-post-body table:not(:has(thead)) tbody tr:not(:first-child) td:first-child{font-weight:650;color:var(--gw-primary);white-space:nowrap}.gmpwise .gw-flowchart{margin:36px 0;max-width:100%;padding:28px 24px;border:1px solid var(--gw-border);border-radius:0;background:var(--gw-white);box-shadow:var(--gw-shadow);overflow-x:auto;text-align:left}.gmpwise .gw-flowchart-body{display:inline-block;max-width:100%;vertical-align:top}.gmpwise .gw-flowchart-title{display:flex;align-items:center;justify-content:center;width:100%;min-height:54px;margin:0 0 24px;padding:14px 22px;border-radius:0;background:var(--gw-primary);color:#fff;text-align:center;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1.35;box-sizing:border-box}.gmpwise .gw-flowchart-diagram{display:block;width:fit-content;max-width:100%}.gmpwise .gw-flowchart-diagram svg{display:block;max-width:100%;height:auto;margin:0}.gmpwise .gw-flowchart-error,.gmpwise .gw-flowchart-loading{margin:0;text-align:center;font-size:14px;color:var(--gw-muted,#64748b)}.gmpwise .gw-flowchart-error{color:#b91c1c}.gmpwise .gw-post-tags{margin-top:40px;padding-top:24px;border-top:1px solid var(--gw-border);display:flex;align-items:center;flex-wrap:wrap;gap:8px}.gmpwise .gw-tags-label{font-size:13px;font-weight:600;color:var(--gw-text-light);margin-right:4px}.gmpwise .gw-post-tags a{padding:5px 12px;background:var(--gw-bg);border:1px solid var(--gw-border);color:var(--gw-text-light);border-radius:4px;font-size:12px;text-decoration:none;transition:all .2s}.gmpwise .gw-post-tags a:hover{background:var(--gw-primary-light);color:white;border-color:var(--gw-primary-light)}.gmpwise .gw-post-footer{margin-top:32px;padding:20px 0;border-top:1px solid var(--gw-border);border-bottom:1px solid var(--gw-border)}.gmpwise .gw-share-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.gmpwise .gw-share-bar>span{font-size:14px;font-weight:600;color:var(--gw-text)}.gmpwise .gw-share-buttons{display:flex;gap:8px;flex-wrap:wrap}.gmpwise .gw-share-btn{padding:7px 14px;background:var(--gw-bg);border:1px solid var(--gw-border);border-radius:6px;color:var(--gw-text-light);text-decoration:none;font-size:13px;font-weight:500;transition:all .2s}.gmpwise .gw-share-btn:hover{background:var(--gw-primary-light);color:white;border-color:var(--gw-primary-light)}.gmpwise .gw-author-card{display:flex;gap:20px;padding:28px;margin-top:32px;background:var(--gw-white);border:1px solid var(--gw-border);border-radius:var(--gw-radius)}.gmpwise .gw-author-card-avatar{width:64px;height:64px;border-radius:50%;flex-shrink:0}.gmpwise .gw-author-card-info h4{font-size:16px;color:var(--gw-primary);margin-bottom:6px}.gmpwise .gw-author-card-info p{font-size:14px;color:var(--gw-text-light);line-height:1.6;margin-bottom:8px}.gmpwise .gw-author-link{font-size:13px;color:var(--gw-primary-light);text-decoration:none;font-weight:600}.gmpwise .gw-author-link:hover{text-decoration:underline}.gmpwise .gw-related-posts{margin-top:48px}.gmpwise .gw-related-posts h3{font-size:20px;color:var(--gw-primary);margin-bottom:20px}.gmpwise .gw-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gmpwise .gw-related-card{background:var(--gw-white);border:1px solid var(--gw-border);border-radius:var(--gw-radius);overflow:hidden;text-decoration:none;transition:all .2s;color:inherit}.gmpwise .gw-related-card:hover{box-shadow:var(--gw-shadow-lg);border-color:transparent}.gmpwise .gw-related-card img{width:100%;height:140px;object-fit:cover}.gmpwise .gw-related-body{padding:16px}.gmpwise .gw-related-body .gw-category-tag{margin-bottom:6px}.gmpwise .gw-related-body h4{font-size:14px;line-height:1.4;color:var(--gw-text);margin-bottom:8px}.gmpwise .gw-related-meta{font-size:12px;color:var(--gw-text-light)}.gmpwise .gw-post-sidebar{position:sticky;top:108px;align-self:start;width:260px}.gmpwise .gw-resource-list{list-style:none;margin:0;padding:0}.gmpwise .gw-resource-list li{margin-bottom:10px}.gmpwise .gw-resource-list a{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--gw-bg);border-radius:6px;color:var(--gw-text);text-decoration:none;font-size:13px;font-weight:500;transition:all .2s}.gmpwise .gw-resource-list a:hover{background:#dbeafe;color:var(--gw-primary-light)}.gmpwise .gw-resource-list svg{color:var(--gw-primary-light);flex-shrink:0}.gmpwise.gw-auth-page{display:flex;align-items:center;justify-content:center;width:100%;max-width:400px;margin:0 auto;padding:24px 16px 40px;min-height:calc(100dvh - 240px);box-sizing:border-box}.gmpwise.gw-auth-page .gw-auth-card{width:100%;background:var(--gw-white);border:1px solid var(--gw-border);border-radius:12px;padding:28px 24px 24px;box-shadow:var(--gw-shadow-lg)}.gmpwise .gw-auth-form h1{font-size:24px;color:var(--gw-primary);margin-bottom:6px;line-height:1.25}.gmpwise .gw-auth-subtitle{color:var(--gw-text-light);margin-bottom:20px;font-size:14px;line-height:1.5}.gmpwise .gw-auth-form label{display:block;margin-bottom:14px;font-size:14px;font-weight:500;color:var(--gw-text)}.gmpwise .gw-auth-form input,.gmpwise .gw-auth-form textarea{display:block;width:100%;max-width:100%;margin-top:6px;padding:10px 12px;border:1.5px solid var(--gw-border);border-radius:8px;font-size:14px;background:var(--gw-white);color:var(--gw-text);outline:none;transition:border-color .2s,box-shadow .2s}.gmpwise .gw-auth-form input:focus,.gmpwise .gw-auth-form textarea:focus{border-color:var(--gw-primary-light);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.gmpwise .gw-password-field{position:relative;margin-top:6px}.gmpwise .gw-password-field input{margin-top:0;padding-right:44px}.gmpwise .gw-password-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--gw-text-light);cursor:pointer;transition:color .2s,background .2s}.gmpwise .gw-password-toggle:hover{color:var(--gw-primary);background:rgba(37,99,235,.08)}.gmpwise .gw-auth-form .gw-btn{width:100%;justify-content:center;margin-top:6px;padding:12px 20px;font-size:15px}.gmpwise .gw-auth-form .gw-btn:disabled{opacity:.65;cursor:not-allowed}.gmpwise .gw-auth-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 12px;border-radius:6px;font-size:14px;margin-bottom:16px}.gmpwise .gw-auth-message{color:var(--gw-text-light);font-size:14px;line-height:1.6}.gmpwise .gw-auth-footer{margin-top:18px;padding-top:18px;border-top:1px solid var(--gw-border);font-size:14px;color:var(--gw-text-light);text-align:center;line-height:1.5}.gmpwise .gw-auth-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gmpwise .gw-auth-user{font-size:13px;font-weight:600;color:var(--gw-primary);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmpwise .gw-btn-sm{padding:7px 12px;font-size:13px}.gmpwise .gw-auth-loading{font-size:13px;color:var(--gw-text-light)}.gmpwise .gw-header-actions{display:flex;align-items:center;gap:10px}.gmpwise .gw-comments-section{margin-top:48px;padding-top:32px;border-top:1px solid var(--gw-border)}.gmpwise .gw-comments-section h3{font-size:20px;color:var(--gw-primary);margin-bottom:20px}.gmpwise .gw-comments-list{list-style:none;margin:0 0 24px;padding:0}.gmpwise .gw-comment-item{padding:16px 0;border-bottom:1px solid var(--gw-border)}.gmpwise .gw-comment-item:last-child{border-bottom:none}.gmpwise .gw-comment-meta{display:flex;align-items:center;gap:12px;margin-bottom:8px;font-size:13px}.gmpwise .gw-comment-meta strong{color:var(--gw-text)}.gmpwise .gw-comment-meta span{color:var(--gw-text-light)}.gmpwise .gw-comment-item p{font-size:15px;line-height:1.6;color:var(--gw-text);margin:0}.gmpwise .gw-comments-muted{color:var(--gw-text-light);font-size:14px}.gmpwise .gw-comment-form label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--gw-text)}.gmpwise .gw-comment-form textarea{width:100%;padding:12px;border:1px solid var(--gw-border);border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:12px}.gmpwise .gw-comments-signin{font-size:14px;color:var(--gw-text-light)}.gmpwise .gw-comment-guest{display:flex;flex-direction:column;gap:12px}.gmpwise .gw-comment-prompt{display:block;width:100%;text-align:left;padding:14px 16px;border:1px solid var(--gw-border);border-radius:6px;background:var(--gw-bg);cursor:pointer;transition:border-color .2s,box-shadow .2s;font-family:inherit}.gmpwise .gw-comment-prompt:hover{border-color:var(--gw-primary-light);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.gmpwise .gw-comment-prompt-label{display:block;font-size:14px;font-weight:600;color:var(--gw-text);margin-bottom:8px}.gmpwise .gw-comment-prompt-placeholder{display:block;font-size:14px;color:var(--gw-text-light);line-height:1.5}.gmpwise.gw-footer{background:var(--gw-primary);color:white;padding:60px 0 24px}.gmpwise .gw-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.gmpwise .gw-footer-logo{height:40px;width:auto;margin-bottom:16px;background:var(--gw-white);padding:6px 10px;border-radius:6px}.gmpwise .gw-footer-brand p{color:rgba(255,255,255,.7);font-size:14px}.gmpwise .gw-footer-links h4{margin-bottom:16px;font-size:15px}.gmpwise .gw-footer-links ul{list-style:none;margin:0;padding:0}.gmpwise .gw-footer-links li{margin-bottom:10px}.gmpwise .gw-footer-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:14px;transition:color .2s}.gmpwise .gw-footer-links a:hover{color:white}.gmpwise .gw-footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:24px;text-align:center;color:rgba(255,255,255,.5);font-size:13px}@media (max-width:1024px){.gmpwise .gw-content-grid{grid-template-columns:1fr}.gmpwise .gw-sidebar{width:100%}.gmpwise .gw-hero .gw-container{grid-template-columns:1fr}.gmpwise .gw-hero-image{display:none}}@media (max-width:768px){.gmpwise.gw-auth-page{max-width:100%;padding:16px 12px 32px;min-height:calc(100dvh - 200px)}.gmpwise.gw-auth-page .gw-auth-card{padding:22px 18px 20px}.gmpwise .gw-header-search,.gmpwise .gw-hide-mobile{display:none}.gmpwise .gw-mobile-menu-btn{display:block}.gmpwise .gw-nav-list{flex-direction:column}.gmpwise .gw-nav{display:none}.gmpwise .gw-nav.open{display:block}.gmpwise .gw-nav.open .gw-dropdown{display:block;position:static;box-shadow:none;border-radius:0;min-width:0;background:rgba(255,255,255,.06)}.gmpwise .gw-nav.open .gw-dropdown a{color:rgba(255,255,255,.9);padding-left:1.5rem}.gmpwise .gw-nav.open .gw-dropdown a.active,.gmpwise .gw-nav.open .gw-dropdown a:hover{background:rgba(255,255,255,.1);color:#fff}.gw-admin-form{--gw-editor-toolbar-top:4.75rem}.gmpwise .gw-article-card{grid-template-columns:1fr}.gmpwise .gw-article-image{max-width:420px;margin:0 auto}.gmpwise .gw-article-image img{width:100%;height:100%}.gmpwise .gw-footer-grid,.gmpwise .gw-related-grid{grid-template-columns:1fr 1fr}.gmpwise .gw-filter-tabs{width:100%;max-width:100%}.gmpwise .gw-post-article-layout,.gmpwise .gw-post-article-layout.has-toc{grid-template-columns:1fr}.gmpwise .gw-post-toc{display:none}.gmpwise .gw-post-toc-mobile{display:block}.gmpwise .gw-post-sidebar{position:static}.gmpwise .gw-related-grid{grid-template-columns:1fr}.gmpwise .gw-post-intro-title{font-size:1.65rem}.gmpwise .gw-author-card{flex-direction:column;text-align:center;align-items:center}}.gmpwise.gw-admin-page{background:var(--gw-bg);min-height:100vh;padding-bottom:3rem}.gw-admin-header{background:var(--gw-primary);color:#fff;padding:1rem 0 0;margin-bottom:1.5rem}.gw-admin-header-btn{color:#fff;border-color:rgba(255,255,255,.45)}.gw-admin-header-btn:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.7);color:#fff}.gw-admin-section-nav{display:flex;gap:.25rem;margin-top:.85rem;padding-bottom:0;border-top:1px solid rgba(255,255,255,.15);padding-top:.5rem}.gw-admin-section-link{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:rgba(255,255,255,.75);text-decoration:none;border-radius:6px;border-bottom:2px solid transparent}.gw-admin-section-link:hover{color:#fff;background:rgba(255,255,255,.08)}.gw-admin-section-link.is-active{color:#fff;background:rgba(255,255,255,.12);border-bottom-color:#fff}.gw-admin-manage{background:#fff;border:1px solid var(--gw-border);border-radius:12px;padding:1.25rem;box-shadow:var(--gw-shadow)}.gw-admin-manage .gw-admin-tabs{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--gw-border)}.gw-admin-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.gw-admin-brand{color:#fff;font-weight:700;font-size:1.125rem;text-decoration:none}.gw-admin-sub{display:block;font-size:.8125rem;opacity:.85;font-weight:400}.gw-admin-header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.gw-admin-body{max-width:1200px}.gw-admin-form-header,.gw-admin-list-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.gw-admin-form-header h1,.gw-admin-list-header h1{font-size:1.5rem;color:var(--gw-primary);margin:0}.gw-admin-form-error{margin:0 0 1rem;padding:.75rem 1rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca}.gw-admin-form{background:#fff;border:1px solid var(--gw-border);border-radius:12px;padding:1.5rem;box-shadow:var(--gw-shadow)}.gw-admin-grid{display:grid;grid-template-columns:1fr 280px;gap:1.5rem}.gw-admin-field-label,.gw-admin-main label,.gw-admin-sidebar label{display:block;margin-bottom:1rem;font-weight:600;font-size:.875rem;color:var(--gw-text)}.gw-admin-field{margin-bottom:1rem}.gw-admin-field-label{margin-bottom:.5rem}.gw-admin-label-row{justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.gw-admin-btn-group,.gw-admin-label-row{display:flex;align-items:center;flex-wrap:wrap}.gw-admin-btn-group{gap:.4rem}.gw-admin-label-row .gw-admin-field-label{margin-bottom:0}.gw-admin-field-hint{margin:.35rem 0 .65rem;font-size:.8125rem;font-weight:400;color:var(--gw-text-light)}.gw-admin-topics-panel{max-width:640px}.gw-admin-topics-panel h2{margin:0 0 .5rem;font-size:1.25rem;color:var(--gw-primary)}.gw-admin-topics-form label{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;font-weight:600}.gw-admin-topics-form textarea{width:100%;min-height:220px;padding:.75rem .9rem;border:1px solid var(--gw-border);border-radius:6px;font:inherit;line-height:1.45;resize:vertical}.gw-admin-topics-preview{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--gw-border)}.gw-admin-topics-preview h3{margin:0 0 .75rem;font-size:1rem}.gw-admin-field textarea{display:block;width:100%;margin-top:0;padding:.5rem .75rem;border:1px solid var(--gw-border);border-radius:8px;font:inherit;font-weight:400}.gw-admin-main input:not(.gw-hidden),.gw-admin-main textarea,.gw-admin-sidebar input:not(.gw-hidden),.gw-admin-sidebar select,.gw-admin-sidebar textarea{display:block;width:100%;margin-top:.375rem;padding:.625rem .75rem;border:1px solid var(--gw-border);border-radius:var(--gw-radius);font:inherit;font-weight:400}.gw-admin-main textarea{font-family:ui-monospace,monospace;font-size:.875rem;line-height:1.5}.gw-admin-sidebar{background:var(--gw-bg);border:1px solid var(--gw-border);border-radius:var(--gw-radius);padding:1rem;align-self:start}.gw-admin-hero-preview{width:100%;border-radius:var(--gw-radius);margin-top:.5rem;max-height:160px;object-fit:cover}.gw-admin-seo{margin-top:1rem;border-top:1px solid var(--gw-border);padding-top:.75rem}.gw-admin-seo summary{cursor:pointer;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.gw-admin-inline-actions{margin-top:-.5rem;margin-bottom:1rem}.gw-admin-form-actions{display:flex;gap:.5rem}.gw-hidden{display:none!important}.gw-admin-table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--gw-border);border-radius:12px}.gw-admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.gw-admin-table td,.gw-admin-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gw-border);vertical-align:middle}.gw-admin-table tbody tr:last-child td{border-bottom:none}.gw-admin-pg-table td:first-child,.gw-admin-pg-table th:first-child{width:6.5rem;white-space:nowrap}.gw-admin-pg-table .gw-admin-pg-batch-row>td:first-child{width:9.5rem;white-space:normal}.gw-admin-pg-batch-when{display:inline-block;font-variant-numeric:tabular-nums;line-height:1.35}.gw-admin-pg-table td:nth-child(2),.gw-admin-pg-table th:nth-child(2){width:auto;white-space:normal}.gw-admin-pg-table td:nth-child(3),.gw-admin-pg-table th:nth-child(3){width:8rem;white-space:nowrap}.gw-admin-pg-table td:last-child,.gw-admin-pg-table th:last-child{width:8.5rem;text-align:right}.gw-admin-pg-table .gw-admin-pg-batch-row>td{background:#f0f5fb;border-top:2px solid #c5d4e8;font-weight:500;vertical-align:top}.gw-admin-pg-table .gw-admin-pg-batch-row.is-open>td{border-bottom-color:transparent}.gw-admin-pg-table .gw-admin-pg-batch-article>td{background:#f7f9fc;border-top:1px dashed #d7e0ec;color:var(--gw-text,#1a2b3c);vertical-align:top}.gw-admin-pg-table .gw-admin-pg-batch-article.is-last>td{border-bottom:2px solid #c5d4e8;padding-bottom:.95rem}.gw-admin-pg-batch-time{display:inline-block;padding-left:.35rem;color:var(--gw-text-light,#5a6b7d);font-variant-numeric:tabular-nums;white-space:nowrap}.gw-admin-pg-batch-article-body{padding-left:1.25rem;border-left:3px solid #9db4d0}.gw-admin-pg-batch-article-body strong{display:block;font-weight:600}.gw-admin-pg-batch-article-body .gw-admin-pg-source{display:block;margin-top:.15rem}.gw-admin-table th{background:var(--gw-bg);font-weight:600}.gw-admin-industry-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1rem;align-items:start}@media (max-width:860px){.gw-admin-industry-layout{grid-template-columns:1fr}}.gw-admin-industry-detail,.gw-admin-industry-list{border:1px solid var(--gw-border,#e2e8f0);border-radius:12px;background:#fff;padding:1rem}.gw-admin-industry-detail h2,.gw-admin-industry-list h2{margin:0 0 .35rem;font-size:1.05rem;color:var(--gw-primary,#1a3a6b)}.gw-admin-industry-list ul{list-style:none;margin:.85rem 0 0;padding:0;display:grid;gap:.4rem}.gw-admin-industry-item{display:grid;gap:.15rem;width:100%;padding:.75rem .85rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.gw-admin-industry-item strong{font-size:.9rem;color:#0f172a}.gw-admin-industry-item span{font-size:.75rem;color:#64748b}.gw-admin-industry-item.is-active{border-color:#93c5fd;background:#eff6ff}.gw-admin-industry-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.gw-admin-industry-chips{display:flex;flex-wrap:wrap;gap:.55rem}.gw-admin-industry-chip{padding:.45rem .85rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer}.gw-admin-industry-chip.is-on{border-color:#2563eb;background:#2563eb;color:#fff}.gw-admin-industry-chip:disabled{opacity:.65;cursor:not-allowed}.gw-admin-industry-panel{display:grid;gap:1rem}.gw-admin-industry-cats h2{margin:0 0 .75rem;font-size:1rem;color:var(--gw-primary,#1a3a6b)}.gw-admin-industry-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.65rem}.gw-admin-industry-cat{display:flex;align-items:center;gap:.5rem;margin:0;padding:.65rem .75rem;border:1px solid var(--gw-border,#e2e8f0);border-radius:8px;background:#fff;font-size:.875rem;font-weight:600;cursor:pointer}.gw-admin-industry-cat input{width:1rem;height:1rem;margin:0}.gw-admin-tab{padding:.5rem 1rem;border:1px solid var(--gw-border);border-radius:999px;background:#fff;font-size:.875rem;font-weight:600;cursor:pointer}.gw-admin-tab.is-active{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.gw-admin-manage .gw-admin-table select{min-width:7rem;padding:.35rem .5rem;border:1px solid var(--gw-border);border-radius:6px;font-size:.8125rem}.gw-admin-comment-list{display:flex;flex-direction:column;gap:1rem}.gw-admin-comment-card{background:#fff;border:1px solid var(--gw-border);border-radius:12px;padding:1rem}.gw-admin-comment-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.8125rem;color:var(--gw-text-muted,#64748b);margin-bottom:.5rem}.gw-admin-comment-body{margin:0 0 .75rem;line-height:1.6;white-space:pre-wrap}.gw-admin-comment-post{color:#1d4ed8}.gw-admin-category-panel{display:flex;flex-direction:column;gap:1.25rem}.gw-admin-category-form{background:#fff;border:1px solid var(--gw-border);border-radius:12px;padding:1rem}.gw-admin-category-form h2{margin:0 0 .75rem;font-size:1rem}.gw-admin-category-fields{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem;align-items:end}@media (max-width:768px){.gw-admin-category-fields{grid-template-columns:1fr}}.gw-admin-category-fields label{display:block;font-size:.875rem;font-weight:600}.gw-admin-category-fields input{display:block;width:100%;margin-top:.35rem;padding:.5rem .65rem;border:1px solid var(--gw-border);border-radius:6px;font:inherit;font-weight:400}.gw-admin-category-hint{margin:0 0 .75rem;font-size:.875rem;color:var(--gw-text-light)}.gw-admin-category-actions{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.gw-admin-category-inline-input{display:block;width:100%;min-width:8rem;padding:.4rem .55rem;border:1px solid var(--gw-border);border-radius:6px;font:inherit;background:#fff}.gw-admin-category-table tbody tr.is-editing td{vertical-align:middle}.gw-admin-category-table tbody tr.is-dragging{opacity:.45}.gw-admin-category-table tbody tr.is-drag-over{box-shadow:inset 0 2px 0 var(--gw-primary)}.gw-admin-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--gw-border);border-radius:6px;background:#fff;color:var(--gw-text-light);cursor:grab;font-size:.875rem;line-height:1;user-select:none;touch-action:none}.gw-admin-drag-handle[draggable=true]{-webkit-user-drag:element}.gw-admin-drag-handle:hover{border-color:var(--gw-primary);color:var(--gw-primary)}.gw-admin-drag-handle[aria-disabled=true]{opacity:.5;cursor:not-allowed}.gw-admin-drag-handle:active{cursor:grabbing}.gw-admin-pg-header h1{margin:0 0 .35rem;font-size:1.25rem;color:var(--gw-primary)}.gw-admin-pg-sub{margin:0;font-size:.875rem;color:var(--gw-text-light);line-height:1.5}.gw-admin-pg-search{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.gw-admin-pg-search input{flex:1;min-width:220px;padding:.5rem .75rem;border:1px solid var(--gw-border);border-radius:8px;font:inherit}.gw-admin-pg-count{margin:0 0 .75rem;font-size:.875rem;color:var(--gw-text-light)}.gw-admin-pg-source{display:block;margin-top:.25rem;color:var(--gw-primary-light);text-decoration:none;word-break:break-all}.gw-admin-pg-source:hover{text-decoration:underline}.gw-admin-pg-pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;font-size:.875rem;color:var(--gw-text-light)}.gw-admin-slug{display:block;color:var(--gw-text-light);font-size:.75rem;margin-top:.25rem}.gw-admin-row-actions{display:flex;gap:.375rem;flex-wrap:wrap;justify-content:flex-end;white-space:nowrap}.gw-admin-status{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.gw-admin-status-published{background:#dcfce7;color:#166534}.gw-admin-status-draft{background:#fef3c7;color:#92400e}.gw-admin-delete{color:#b91c1c;border-color:#fecaca}.gw-admin-view-live{width:100%;text-align:center;margin-top:.75rem}.gw-markdown img.gw-markdown-img{border-radius:var(--gw-radius);margin:1rem 0;max-width:100%;height:auto}.gw-markdown .gw-md-bold,.gw-markdown strong{font-weight:700;color:inherit}.gw-markdown .gw-md-italic,.gw-markdown em{font-style:italic;color:inherit}.gw-markdown p{margin:0 0 1rem;line-height:1.75}.gw-markdown-editor{display:flex;flex-direction:column;gap:.5rem}.gw-editor-toolbar{display:flex;flex-wrap:wrap;gap:.35rem;padding:.5rem;background:var(--gw-surface-muted,#f8fafc);border:1px solid var(--gw-border,#e2e8f0);border-radius:var(--gw-radius)}.gw-editor-btn{min-width:2.25rem;padding:.35rem .6rem;font-size:.8125rem;font-weight:600;border:1px solid var(--gw-border,#cbd5e1);border-radius:6px;background:#fff;color:var(--gw-text,#0f172a);cursor:pointer}.gw-editor-btn:hover{background:#eff6ff;border-color:#93c5fd}.gw-editor-btn-bold{font-weight:800}.gw-editor-btn-italic{font-style:italic}.gw-editor-textarea{width:100%;min-height:320px;font-family:inherit;line-height:1.6}.gw-editor-hint{font-size:.8125rem;color:var(--gw-text-muted,#64748b);margin:0}.gw-editor-preview-toggle.is-active{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.gw-editor-preview{margin-top:.75rem;padding:1rem;border:1px solid var(--gw-border,#e2e8f0);border-radius:var(--gw-radius);background:#fafbfc}.gw-editor-preview-label{margin:0 0 .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.gw-tiptap-editor{display:flex;flex-direction:column;gap:.65rem}.gw-tiptap-shell{border:1px solid #cbd5e1;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.06)}.gw-tiptap-toolbar-sticky{position:sticky;top:var(--gw-editor-toolbar-top,7.5rem);z-index:90;background:#fff;border-top-left-radius:11px;border-top-right-radius:11px;box-shadow:0 1px 0 #e2e8f0}.gw-admin-form{--gw-editor-toolbar-top:7.5rem}.gw-tiptap-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.55rem .75rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.gw-tiptap-toolbar-group{display:flex;flex-wrap:wrap;gap:.3rem}.gw-tiptap-toolbar-divider{width:1px;height:1.5rem;background:#cbd5e1;margin:0 .15rem}.gw-tiptap-body{min-height:360px;background:#fff;border-bottom-left-radius:11px;border-bottom-right-radius:11px}.gw-tiptap-body .tiptap,.gw-tiptap-content{min-height:360px;padding:1.15rem 1.25rem;font-size:1rem;line-height:1.75;color:#0f172a;outline:none}.gw-tiptap-body .tiptap:focus,.gw-tiptap-content:focus{outline:none}.gw-tiptap-shell:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.14)}.gw-tiptap-loading{padding:1rem 1.25rem;color:#64748b;font-size:.875rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.gw-tiptap-body .tiptap p,.gw-tiptap-content p{margin:0 0 .9rem}.gw-tiptap-body .tiptap h2,.gw-tiptap-content h2{margin:1.35rem 0 .7rem;font-size:1.5rem;line-height:1.3;font-weight:700}.gw-tiptap-body .tiptap h3,.gw-tiptap-content h3{margin:1.15rem 0 .55rem;font-size:1.2rem;line-height:1.35;font-weight:700}.gw-tiptap-body .tiptap ol,.gw-tiptap-body .tiptap ul,.gw-tiptap-content ol,.gw-tiptap-content ul{margin:0 0 .9rem;padding-left:1.5rem;list-style-position:outside}.gw-tiptap-body .tiptap ul,.gw-tiptap-content ul{list-style-type:disc}.gw-tiptap-body .tiptap ol,.gw-tiptap-content ol{list-style-type:decimal}.gw-tiptap-body .tiptap li,.gw-tiptap-content li{display:list-item;margin:.3rem 0}.gw-tiptap-body .tiptap li p,.gw-tiptap-content li p{margin:0}.gw-tiptap-body .tiptap a,.gw-tiptap-content a{color:#1d4ed8;text-decoration:underline}.gw-tiptap-body .tiptap img,.gw-tiptap-content img{max-width:100%;height:auto;border-radius:8px;cursor:grab}.gw-tiptap-body .tiptap img.ProseMirror-selectednode,.gw-tiptap-content img.ProseMirror-selectednode{outline:3px solid #3b82f6;outline-offset:2px;cursor:grabbing}.gw-editor-flowchart-block{display:flex;flex-direction:column;gap:4px;margin:1.25rem 0;padding:.9rem 1rem;border:1px solid var(--gw-border,#e2e8f0);border-left:3px solid var(--gw-primary,#1a3a6b);border-radius:6px;background:#fff;cursor:grab;user-select:none}.gw-editor-flowchart-block>span:first-child{color:var(--gw-text-light,#64748b);font-size:.7rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.gw-editor-flowchart-block>strong{color:var(--gw-text,#1e293b);font-size:.95rem}.gw-editor-flowchart-block>span:last-child{color:var(--gw-text-light,#64748b);font-size:.78rem}.gw-editor-flowchart-block.ProseMirror-selectednode{outline:2px solid var(--gw-primary-light,#2563eb);outline-offset:2px;cursor:grabbing}.gw-editor-table,.gw-tiptap-body .tiptap table,.gw-tiptap-content table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;margin:1rem 0 1.25rem;overflow:hidden;border:1px solid #c5d0de;border-radius:0;background:#fff;box-shadow:0 1px 2px rgba(26,58,107,.06)}.gw-tiptap-body .tiptap td,.gw-tiptap-body .tiptap th,.gw-tiptap-content td,.gw-tiptap-content th{position:relative;min-width:4rem;padding:.7rem .85rem;border:none;border-bottom:1px solid #e2e8f0;vertical-align:top;box-sizing:border-box;font-size:.9rem;color:#1e293b}.gw-tiptap-body .tiptap td,.gw-tiptap-content td{background:#fff}.gw-tiptap-body .tiptap th,.gw-tiptap-content th{font-weight:700;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;text-align:left;color:#ffffff;border-bottom:1px solid rgba(255,255,255,.2);background-color:#1a3a6b}.gw-tiptap-body .tiptap th[data-bg],.gw-tiptap-body .tiptap tr:first-child td[data-bg],.gw-tiptap-content th[data-bg],.gw-tiptap-content tr:first-child td[data-bg]{color:#ffffff!important}.gw-tiptap-body .tiptap tr:first-child td[data-bg] p,.gw-tiptap-content tr:first-child td[data-bg] p{color:inherit!important}.gw-tiptap-body .tiptap th p,.gw-tiptap-content th p{margin:0;color:inherit!important}.gw-tiptap-body .tiptap th:nth-child(6n+1):not([data-bg]),.gw-tiptap-content th:nth-child(6n+1):not([data-bg]){background-color:#1a3a6b}.gw-tiptap-body .tiptap th:nth-child(6n+2):not([data-bg]),.gw-tiptap-content th:nth-child(6n+2):not([data-bg]){background-color:#2563eb}.gw-tiptap-body .tiptap th:nth-child(6n+3):not([data-bg]),.gw-tiptap-content th:nth-child(6n+3):not([data-bg]){background-color:#0d9488}.gw-tiptap-body .tiptap th:nth-child(6n+4):not([data-bg]),.gw-tiptap-content th:nth-child(6n+4):not([data-bg]){background-color:#475569}.gw-tiptap-body .tiptap th:nth-child(6n+5):not([data-bg]),.gw-tiptap-content th:nth-child(6n+5):not([data-bg]){background-color:#c2410c}.gw-tiptap-body .tiptap th:nth-child(6n+6):not([data-bg]),.gw-tiptap-content th:nth-child(6n+6):not([data-bg]){background-color:#0369a1}.gw-tiptap-body .tiptap .selectedCell:has(th),.gw-tiptap-body .tiptap th.ProseMirror-selectednode,.gw-tiptap-content .selectedCell:has(th),.gw-tiptap-content th.ProseMirror-selectednode{outline:2px solid #fbbf24;outline-offset:-2px}.gw-table-color-toolbar{display:flex;flex-direction:column;gap:.55rem;padding:.55rem .65rem .65rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.gw-table-color-columns{display:flex;flex-wrap:wrap;gap:.4rem}.gw-table-color-column{display:inline-flex;align-items:stretch;max-width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;overflow:hidden}.gw-table-color-column:hover{border-color:#93c5fd}.gw-table-color-column.is-active{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2);background:#eff6ff}.gw-table-color-column-main{display:inline-flex;align-items:center;gap:.45rem;min-width:0;padding:.35rem .55rem;border:0;background:transparent;cursor:pointer;text-align:left}.gw-table-color-column-delete{flex:0 0 auto;min-width:1.7rem;padding:0 .35rem;border:0;border-left:1px solid #e2e8f0;background:#fff;color:#b91c1c;font-size:1rem;line-height:1;cursor:pointer}.gw-table-color-column-delete:hover:not(:disabled){background:#fef2f2}.gw-table-color-column-delete:disabled{color:#cbd5e1;cursor:not-allowed}.gw-table-structure-actions{display:flex;flex-wrap:wrap;gap:.4rem}.gw-table-drag-hint{margin:0;color:#64748b;font-size:.75rem}.gw-table-shell,.gw-tiptap-body .tableWrapper,.gw-tiptap-content .tableWrapper{position:relative;margin:1rem 0 1.25rem;padding-left:1.75rem}.gw-table-shell.is-dragging,.gw-tiptap-body .tableWrapper.is-dragging,.gw-tiptap-content .tableWrapper.is-dragging{opacity:.45}.gw-table-drag-handle{position:absolute;top:.35rem;left:.15rem;z-index:3;display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;padding:0;border:1px solid #cbd5e1;border-radius:4px;background:#f8fafc;color:#64748b;font-size:.7rem;line-height:1;letter-spacing:-.08em;cursor:grab;user-select:none;touch-action:none}.gw-table-drag-handle:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.gw-table-drag-handle:active{cursor:grabbing}.gw-tiptap-body .tiptap.gw-table-dragging,.gw-tiptap-content.gw-table-dragging{cursor:copying}.gw-table-drop-indicator{position:absolute;left:0;right:0;z-index:5;height:3px;margin-top:-1px;border-radius:2px;background:#2563eb;pointer-events:none;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.gw-table-color-column-chip{flex:0 0 auto;width:1rem;height:1rem;border-radius:3px;border:1px solid rgba(15,23,42,.2)}.gw-table-color-column-text{display:flex;flex-direction:column;min-width:0;line-height:1.15}.gw-table-color-column-text strong{overflow:hidden;color:#0f172a;font-size:.78rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.gw-table-color-column-text em{color:#64748b;font-size:.68rem;font-style:normal}.gw-table-color-active{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem}.gw-table-color-label{font-size:.72rem;font-weight:650;letter-spacing:.03em;text-transform:uppercase;color:#64748b}.gw-table-color-target{color:#0f172a;font-size:.85rem}.gw-table-color-current{width:1.1rem;height:1.1rem;border-radius:4px;border:1px solid rgba(15,23,42,.25)}.gw-table-color-hex{color:#475569;font-size:.78rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.gw-table-color-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.gw-table-color-swatch{width:1.45rem;height:1.45rem;padding:0;border:2px solid transparent;border-radius:4px;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(15,23,42,.15)}.gw-table-color-swatch:hover{transform:scale(1.08)}.gw-table-color-swatch.is-active{border-color:#0f172a;box-shadow:0 0 0 2px #fff,0 0 0 3px #0f172a}.gw-table-color-custom{display:inline-flex;width:1.45rem;height:1.45rem;margin:0;padding:0;overflow:hidden;border:1px dashed #94a3b8;border-radius:4px;cursor:pointer}.gw-table-color-custom input[type=color]{width:2.1rem;height:2.1rem;margin:-.35rem;padding:0;border:none;cursor:pointer;background:transparent}.gw-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}.gw-tiptap-body .tiptap td p,.gw-tiptap-content td p{margin:0}.gw-tiptap-body .tiptap tr:last-child td,.gw-tiptap-content tr:last-child td{border-bottom:none}.gw-tiptap-body .tiptap tr:nth-child(2n) td,.gw-tiptap-content tr:nth-child(2n) td{background:#f5f8fc}.gw-tiptap-body .tiptap .selectedCell:after,.gw-tiptap-content .selectedCell:after{position:absolute;inset:0;z-index:2;content:"";background:rgba(59,130,246,.12);pointer-events:none}.gw-tiptap-body .tiptap.gw-cell-merge-dragging,.gw-tiptap-content.gw-cell-merge-dragging{cursor:cell;user-select:none}.gw-tiptap-body .tiptap td.gw-cell-merge-source,.gw-tiptap-body .tiptap th.gw-cell-merge-source,.gw-tiptap-content td.gw-cell-merge-source,.gw-tiptap-content th.gw-cell-merge-source{outline:2px solid #2563eb;outline-offset:-2px;box-shadow:inset 0 0 0 999px rgba(37,99,235,.08)}.gw-tiptap-body .tiptap td.gw-cell-merge-target,.gw-tiptap-body .tiptap th.gw-cell-merge-target,.gw-tiptap-content td.gw-cell-merge-target,.gw-tiptap-content th.gw-cell-merge-target{outline:2px solid #16a34a;outline-offset:-2px;box-shadow:inset 0 0 0 999px rgba(22,163,74,.14)}.gw-tiptap-body .tiptap .column-resize-handle,.gw-tiptap-content .column-resize-handle{position:absolute;top:0;right:-2px;bottom:-2px;width:4px;background:#93c5fd;pointer-events:none}.gw-tiptap-body .tiptap.resize-cursor,.gw-tiptap-content.resize-cursor{cursor:col-resize}.gw-tiptap-body .tiptap p.is-editor-empty:first-child:before,.gw-tiptap-content p.is-editor-empty:first-child:before{color:#94a3b8;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.gw-tiptap-editor .gw-editor-btn{min-width:2.1rem;height:2.1rem;padding:0 .55rem;border-radius:8px;border-color:#cbd5e1;background:#fff;transition:background .15s ease,border-color .15s ease,color .15s ease}.gw-tiptap-editor .gw-editor-btn:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd}.gw-editor-btn.is-active{background:#dbeafe;border-color:#60a5fa;color:#1d4ed8}.gw-post-html img{border-radius:8px}.gw-markdown.gw-post-html:after,.gw-post-html:after{content:"";display:table;clear:both}.gw-image-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.45rem .75rem;background:#eff6ff;border-bottom:1px solid #bfdbfe}.gw-image-toolbar-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#1d4ed8;margin-right:.35rem}.gw-image-size-select select{min-width:4.5rem;padding:.35rem .5rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.8125rem;background:#fff}.gw-dialog-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:1rem}.gw-dialog{width:min(100%,480px);background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 20px 40px rgba(0,0,0,.15)}.gw-dialog h2{margin:0 0 .25rem;font-size:1.125rem}.gw-dialog-sub{margin:0 0 1rem;font-size:.875rem;color:#64748b}.gw-dialog-preview{display:block;margin:0 auto 1rem;border-radius:8px;max-height:200px;object-fit:contain}.gw-dialog label{display:block;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.gw-dialog label input:not([type]),.gw-dialog label input[type=number],.gw-dialog label input[type=text],.gw-dialog label select{display:block;width:100%;margin-top:.35rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px}.gw-dialog-checkbox{display:flex!important;align-items:center;gap:.5rem;font-weight:600}.gw-dialog-checkbox input{width:auto!important;margin:0!important}.gw-dialog-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.gw-dialog--link{width:min(100%,520px)}.gw-dialog-status{margin:.75rem 0;font-size:.875rem;color:#64748b}.gw-link-picker-list{max-height:260px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px;margin-top:.25rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.gw-link-picker-list::-webkit-scrollbar{width:5px}.gw-link-picker-list::-webkit-scrollbar-track{background:transparent}.gw-link-picker-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.gw-link-picker-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.gw-link-picker-item{display:block;width:100%;text-align:left;padding:.7rem .85rem;background:#fff;cursor:pointer;border:none;border-bottom:1px solid #f1f5f9}.gw-link-picker-item:last-child{border-bottom:none}.gw-link-picker-item.is-selected,.gw-link-picker-item:hover{background:#eff6ff}.gw-link-picker-title{display:block;font-size:.875rem;font-weight:600;color:#0f172a}.gw-link-picker-meta{display:block;margin-top:.15rem;font-size:.75rem;color:#64748b}.gw-link-remove-btn{margin-right:auto}.gmpwise .gw-comment-reply-btn{margin-top:.35rem;padding:0;border:none;background:none;color:#2563eb;font-size:.8125rem;font-weight:600;cursor:pointer}.gmpwise .gw-comment-reply-btn:hover{text-decoration:underline}.gmpwise .gw-comment-reply-form{margin-top:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.gmpwise .gw-comment-reply-form textarea{width:100%;margin-bottom:.5rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit}.gmpwise .gw-comments-replies{list-style:none;margin:.75rem 0 0;padding:0 0 0 1.25rem;border-left:2px solid #e2e8f0}.gmpwise .gw-comment-reply{margin-top:.75rem}@media (max-width:900px){.gw-admin-grid{grid-template-columns:1fr}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dd5b2f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dd5b2f{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}