*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#f8f8f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#333;line-height:1.5}.wf-page-label{background:#d0d0d0;padding:6px 24px;font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #bbb}.wf-nav{background:#fff;border-bottom:1px solid #ddd;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.wf-nav a{text-decoration:none;color:#333;padding:8px 12px;font-size:14px}.wf-nav a:hover{color:#000;text-decoration:underline}.wf-nav .nav-links{display:flex;align-items:center;gap:4px;list-style:none}.wf-nav .dropdown{position:relative}.wf-nav .dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid #ddd;border-top:none;min-width:160px;z-index:100;list-style:none}.wf-nav .dropdown-menu a{display:block;padding:8px 16px;border-bottom:1px solid #f0f0f0}.wf-nav .dropdown:hover .dropdown-menu,.wf-nav .dropdown:focus-within .dropdown-menu{display:block}.wf-nav .cta-btn{border:2px solid #333;padding:8px 16px;border-radius:2px;font-weight:600;font-size:13px}.wf-hero{min-height:480px;background:#e0e0e0;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:2px dashed #bbb}.wf-block{background:#fff;border:1px solid #ddd;border-radius:2px;margin:0 auto;max-width:1200px;padding:0;overflow:hidden}.wf-block-header{background:#f0f0f0;border-bottom:1px solid #ddd;padding:8px 16px;font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.1em;position:relative}.wf-block-content{padding:24px;min-height:120px}.wf-placeholder{background:#f0f0f0;border:2px dashed #ccc;border-radius:4px;display:flex;align-items:center;justify-content:center;font-style:italic;color:#888;font-size:14px;padding:16px;text-align:center}.wf-placeholder.large{min-height:320px}.wf-placeholder.medium{min-height:200px}.wf-placeholder.small{min-height:80px}.annotation{background:#fffde7;border-left:4px solid #fbc02d;padding:12px 16px;margin:8px 0;font-size:13px;color:#5f4606;border-radius:0 4px 4px 0}.wf-notes-strategy-card{background:#1c3a2a;border-radius:4px;padding:16px 18px}.wf-notes-strategy-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#7ecba4;margin-bottom:10px}.wf-notes-strategy-text{font-size:13px;color:#d8f0e8;line-height:1.65;margin:0}.wf-notes-item{padding:14px 16px;border:1px solid transparent;border-left-width:4px}.wf-notes-item.wf-decision{background:#fff8ed;border-color:#f0b800;border-left-color:#e07020}.wf-notes-item.wf-note{background:#f0f6fc;border-color:#c0d8ef;border-left-color:#4080c0}.wf-notes-item-header{display:flex;align-items:center;gap:4px;margin-top:0;margin-bottom:4px;opacity:.85}.wf-notes-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:800;flex-shrink:0;color:#fff}.wf-notes-item.wf-decision .wf-notes-num{background:#e07020}.wf-notes-item.wf-note .wf-notes-num{background:#4080c0}.wf-notes-type{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.wf-notes-item.wf-decision .wf-notes-type{color:#9a4000}.wf-notes-item.wf-note .wf-notes-type{color:#2060a0}.wf-notes-title{font-size:15px;font-weight:700;color:#111;line-height:1.3;margin:4px 0 0;padding:0}.wf-notes-body{font-size:13px;color:#666;line-height:1.55;margin:6px 0 0;padding:0}.wf-notes-section{display:block;font-size:10px;color:#888;margin-top:8px;letter-spacing:.03em}.wf-notes-divider{border:none;border-top:1.5px solid #ddd0a0;margin:0}.wf-notes-empty{font-size:13px;color:#888;font-style:italic;text-align:center;padding:40px 0}.wf-note-badge-row{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;gap:4px;align-items:center}.wf-note-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:10px;font-weight:800;color:#fff;cursor:pointer;font-family:sans-serif;letter-spacing:0;text-transform:none;transition:transform .1s;box-shadow:0 1px 3px #0000002e}.wf-note-badge:hover{transform:scale(1.2)}.wf-note-badge.decision{background:#e07020}.wf-note-badge.note{background:#4080c0}.wf-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wf-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.wf-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.wf-card{background:#f8f8f8;border:1px solid #ddd;border-radius:4px;padding:16px;min-height:120px}.wf-section{padding:48px 24px;border-bottom:1px solid #eee}.wf-footer{background:#fff;border-top:2px solid #ddd;padding:32px 24px;margin-top:48px}.wf-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}.wf-form-field{margin:12px 0;padding:8px;background:#f5f5f5;border:1px solid #ddd;border-radius:2px;min-height:40px}.wf-btn{display:inline-block;padding:10px 24px;border:2px solid #333;background:transparent;cursor:pointer;font-size:14px;text-align:center;text-decoration:none;color:#333;border-radius:2px}.wf-btn-primary{background:#333;color:#fff}.wf-table{width:100%;border-collapse:collapse}.wf-table th,.wf-table td{border:1px solid #ddd;padding:10px 12px;text-align:left}.wf-table th{background:#f0f0f0;font-weight:600}@media(max-width:768px){.wf-grid-2,.wf-grid-3,.wf-grid-4,.wf-footer-grid{grid-template-columns:1fr}.wf-nav .nav-links{display:none}}.wf-nav-logo[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;white-space:nowrap}.wf-nav-logo-box[data-astro-cid-sckkx6r4]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#e0e0e0;border:2px dashed #cccccc;font-size:9px;color:#888;text-align:center;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.1;padding:4px}.wf-nav-inner[data-astro-cid-sckkx6r4]{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;width:100%}.wf-nav-links[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:0;list-style:none;flex:1;justify-content:center}.wf-nav-links[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4]{position:relative}.wf-nav-links[data-astro-cid-sckkx6r4]>li[data-astro-cid-sckkx6r4]>a[data-astro-cid-sckkx6r4]{display:block;padding:8px 14px;font-size:14px;font-weight:500;color:#222;text-decoration:none;white-space:nowrap}.wf-nav-links[data-astro-cid-sckkx6r4]>li[data-astro-cid-sckkx6r4]>a[data-astro-cid-sckkx6r4]:hover{color:#000;text-decoration:underline}.wf-nav-links[data-astro-cid-sckkx6r4] .has-dropdown[data-astro-cid-sckkx6r4]>a[data-astro-cid-sckkx6r4]:after{content:" ▾";font-size:10px;color:#888}.wf-dropdown-menu[data-astro-cid-sckkx6r4]{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#fff;border:1px solid #dddddd;border-top:2px solid #cccccc;min-width:180px;z-index:200;list-style:none;box-shadow:0 4px 8px #0000000f}.wf-dropdown-menu[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{display:block;padding:10px 16px;font-size:13px;color:#333;text-decoration:none;border-bottom:1px solid #f0f0f0}.wf-dropdown-menu[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4]:last-child a[data-astro-cid-sckkx6r4]{border-bottom:none}.wf-dropdown-menu[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{background:#f8f8f8;color:#000}.wf-nav-links[data-astro-cid-sckkx6r4] .has-dropdown[data-astro-cid-sckkx6r4]:hover .wf-dropdown-menu[data-astro-cid-sckkx6r4],.wf-nav-links[data-astro-cid-sckkx6r4] .has-dropdown[data-astro-cid-sckkx6r4]:focus-within .wf-dropdown-menu[data-astro-cid-sckkx6r4]{display:block}.wf-nav-cta[data-astro-cid-sckkx6r4]{display:inline-block;padding:9px 18px;border:2px solid #222;background:transparent;font-size:13px;font-weight:700;color:#222;text-decoration:none;border-radius:2px;white-space:nowrap;letter-spacing:.03em}.wf-nav-cta[data-astro-cid-sckkx6r4]:hover{background:#222;color:#fff}.wf-hamburger-toggle[data-astro-cid-sckkx6r4]{display:none}.wf-hamburger-label[data-astro-cid-sckkx6r4]{display:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.wf-hamburger-label[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]{display:block;width:24px;height:2px;background:#333;transition:transform .2s,opacity .2s}.wf-hamburger-toggle[data-astro-cid-sckkx6r4]:checked~.wf-nav-inner[data-astro-cid-sckkx6r4] .wf-hamburger-label[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]:nth-child(1){transform:translateY(7px) rotate(45deg)}.wf-hamburger-toggle[data-astro-cid-sckkx6r4]:checked~.wf-nav-inner[data-astro-cid-sckkx6r4] .wf-hamburger-label[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]:nth-child(2){opacity:0}.wf-hamburger-toggle[data-astro-cid-sckkx6r4]:checked~.wf-nav-inner[data-astro-cid-sckkx6r4] .wf-hamburger-label[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.wf-hamburger-toggle[data-astro-cid-sckkx6r4]:checked~.wf-mobile-nav[data-astro-cid-sckkx6r4]{display:block}.wf-mobile-nav[data-astro-cid-sckkx6r4]{display:none;background:#fff;border-top:1px solid #dddddd;padding:12px 24px 20px}.wf-mobile-nav[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4]{list-style:none}.wf-mobile-nav[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{display:block;padding:10px 0;font-size:15px;color:#222;text-decoration:none;border-bottom:1px solid #f0f0f0}.wf-mobile-nav[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:#000}.wf-mobile-nav[data-astro-cid-sckkx6r4] .mobile-sub[data-astro-cid-sckkx6r4]{padding-left:16px;font-size:14px;color:#555}.wf-mobile-nav[data-astro-cid-sckkx6r4] .mobile-cta-wrap[data-astro-cid-sckkx6r4]{margin-top:16px}@media(max-width:768px){.wf-nav-links[data-astro-cid-sckkx6r4],.wf-nav-cta[data-astro-cid-sckkx6r4]{display:none}.wf-hamburger-label[data-astro-cid-sckkx6r4]{display:flex}}.wf-footer-inner[data-astro-cid-sckkx6r4]{max-width:1200px;margin:0 auto}.wf-footer[data-astro-cid-sckkx6r4] h4[data-astro-cid-sckkx6r4]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#555;margin-bottom:12px}.wf-footer[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4]{list-style:none}.wf-footer[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4]{margin-bottom:8px}.wf-footer[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{color:#444;text-decoration:none;font-size:14px}.wf-footer[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:#000;text-decoration:underline}.wf-footer[data-astro-cid-sckkx6r4] address[data-astro-cid-sckkx6r4]{font-style:normal;font-size:14px;color:#444;line-height:1.7}.wf-footer-logo-box[data-astro-cid-sckkx6r4]{display:inline-flex;align-items:center;justify-content:center;width:80px;height:40px;background:#e0e0e0;border:2px dashed #cccccc;font-size:9px;color:#888;font-style:italic;text-align:center;line-height:1.2;padding:4px;margin-bottom:12px}.wf-footer-copyright[data-astro-cid-sckkx6r4]{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0;font-size:12px;color:#888;text-align:center}.wf-footer-coming-soon[data-astro-cid-sckkx6r4]{opacity:.5;font-size:13px}.annotation--internal[data-astro-cid-sckkx6r4]{display:none!important}.wf-notes-toggle[data-astro-cid-sckkx6r4]{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:900;writing-mode:vertical-rl;text-orientation:mixed;background:#f5c842;border:2px solid #c9a800;border-right:none;border-radius:4px 0 0 4px;padding:14px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#333;cursor:pointer;box-shadow:-2px 2px 6px #0000001f;transition:background .15s;line-height:1;white-space:nowrap;font-family:inherit}.wf-notes-toggle[data-astro-cid-sckkx6r4]:hover{background:#f0b800}body.wf-panel-open .wf-notes-toggle[data-astro-cid-sckkx6r4]{display:none}.wf-notes-panel[data-astro-cid-sckkx6r4]{position:fixed;top:0;right:0;width:420px;max-width:92vw;height:100%;background:#fefdf4;border-left:3px solid #c9a800;z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;box-shadow:-4px 0 20px #00000024}.wf-notes-panel[data-astro-cid-sckkx6r4].wf-notes-open{transform:translate(0)}.wf-notes-header[data-astro-cid-sckkx6r4]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:2px solid #e8d800;background:#f5c842;flex-shrink:0}.wf-notes-header[data-astro-cid-sckkx6r4] h2[data-astro-cid-sckkx6r4]{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#333;margin:0;padding:0}.wf-notes-close[data-astro-cid-sckkx6r4]{background:none;border:1.5px solid #996a00;border-radius:2px;padding:8px 12px;font-size:11px;font-weight:700;color:#333;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;font-family:inherit;min-height:44px;min-width:44px}.wf-notes-close[data-astro-cid-sckkx6r4]:hover{background:#0000000f}.wf-notes-list[data-astro-cid-sckkx6r4]{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:0}.wf-notes-item[data-astro-cid-sckkx6r4]{padding:14px 16px;border:1px solid transparent;border-left-width:4px;border-radius:0}.wf-notes-item[data-astro-cid-sckkx6r4].wf-decision{background:#fff8ed;border-color:#f0b800;border-left-color:#e07020}.wf-notes-item[data-astro-cid-sckkx6r4].wf-note{background:#f0f6fc;border-color:#c0d8ef;border-left-color:#4080c0}.wf-notes-item-header[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:4px;margin-top:0;margin-bottom:4px;opacity:.85}.wf-notes-section[data-astro-cid-sckkx6r4]{display:block;font-size:10px;color:#888;margin-top:8px;letter-spacing:.03em}.wf-notes-num[data-astro-cid-sckkx6r4]{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:800;flex-shrink:0;color:#fff}.wf-decision[data-astro-cid-sckkx6r4] .wf-notes-num[data-astro-cid-sckkx6r4]{background:#e07020}.wf-note[data-astro-cid-sckkx6r4] .wf-notes-num[data-astro-cid-sckkx6r4]{background:#4080c0}.wf-notes-type[data-astro-cid-sckkx6r4]{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.wf-decision[data-astro-cid-sckkx6r4] .wf-notes-type[data-astro-cid-sckkx6r4]{color:#9a4000}.wf-note[data-astro-cid-sckkx6r4] .wf-notes-type[data-astro-cid-sckkx6r4]{color:#2060a0}.wf-notes-title[data-astro-cid-sckkx6r4]{font-size:15px;font-weight:700;color:#111;line-height:1.3;margin:4px 0 0;padding:0}.wf-notes-body[data-astro-cid-sckkx6r4]{font-size:13px;color:#666;line-height:1.55;margin:6px 0 0;padding:0}.wf-notes-strategy-card[data-astro-cid-sckkx6r4]{background:#1c3a2a;border-radius:4px;padding:16px 18px}.wf-notes-strategy-label[data-astro-cid-sckkx6r4]{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#7ecba4;margin-bottom:10px}.wf-notes-strategy-text[data-astro-cid-sckkx6r4]{font-size:13px;color:#d8f0e8;line-height:1.65;margin:0}.wf-notes-divider[data-astro-cid-sckkx6r4]{border:none;border-top:1.5px solid #ddd0a0;margin:0}.wf-note-badge-row[data-astro-cid-sckkx6r4]{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;gap:4px;align-items:center}.wf-note-badge[data-astro-cid-sckkx6r4]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:10px;font-weight:800;color:#fff;cursor:pointer;font-family:sans-serif;letter-spacing:0;text-transform:none;transition:transform .1s;box-shadow:0 1px 3px #0000002e}.wf-note-badge[data-astro-cid-sckkx6r4]:hover{transform:scale(1.2)}.wf-note-badge[data-astro-cid-sckkx6r4].decision{background:#e07020}.wf-note-badge[data-astro-cid-sckkx6r4].note{background:#4080c0}.wf-notes-empty[data-astro-cid-sckkx6r4]{font-size:13px;color:#888;font-style:italic;text-align:center;padding:40px 0}.wf-review-bar[data-astro-cid-sckkx6r4]{position:sticky;top:0;z-index:9999;background:#f5c842;display:flex;align-items:center;gap:12px;padding:0 20px;height:36px;font-size:11px;font-weight:700;letter-spacing:.06em;border-bottom:1px solid #d4a800}.wf-review-bar-label[data-astro-cid-sckkx6r4]{text-transform:uppercase;color:#7a5c00;margin-right:4px;flex-shrink:0}.wf-review-bar-link[data-astro-cid-sckkx6r4]{color:#3a2c00;text-decoration:none;padding:4px 10px;border-radius:3px;background:#00000014;white-space:nowrap;transition:background .15s}.wf-review-bar-link[data-astro-cid-sckkx6r4]:hover{background:#0000002e;text-decoration:none}.wf-review-bar-sep[data-astro-cid-sckkx6r4]{color:#a07800;font-weight:400}body.wf-minimal .wf-nav[data-astro-cid-sckkx6r4],body.wf-minimal .wf-hamburger-toggle[data-astro-cid-sckkx6r4],body.wf-minimal .wf-footer[data-astro-cid-sckkx6r4],body.wf-minimal .wf-notes-toggle[data-astro-cid-sckkx6r4],body.wf-minimal #wf-notes-panel[data-astro-cid-sckkx6r4],body.wf-minimal .wf-page-label[data-astro-cid-sckkx6r4]{display:none!important}body.wf-minimal{background:#e8e8e8}
