@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap";.navbar{position:sticky;top:0;z-index:100;background:#fff;border-bottom:3px solid var(--coral, #E8654A);font-family:Nunito,sans-serif}.navbar-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;padding:12px 24px;gap:16px}.navbar-brand{flex-shrink:0}.navbar-brand img{height:32px}.navbar-links{display:flex;gap:4px;flex-wrap:wrap;align-items:center}.navbar-link{padding:6px 14px;border-radius:6px;font-size:14px;font-weight:600;color:#5a5a5a;text-decoration:none;transition:all .15s ease;white-space:nowrap;background:none;border:none;cursor:pointer;font-family:Nunito,sans-serif}.navbar-link:hover{background:#f5f3f0;color:#2e2e2e}.navbar-link.active{background:var(--coral, #E8654A);color:#fff}.navbar-dropdown-trigger.dd-purple{padding:6px 16px;border-radius:20px;font-size:13px;font-weight:700;background:#f0ebf5;color:#8b6bae;border:2px solid #D9CEE8}.navbar-dropdown-trigger.dd-purple:hover{background:#e4daf0;color:#6b4f8a}.navbar-dropdown-trigger.dd-purple.active{background:#8b6bae;color:#fff;border-color:#8b6bae}.navbar-dropdown-trigger.dd-coral{padding:6px 16px;border-radius:20px;font-size:13px;font-weight:700;background:#fdf0ed;color:#e8654a;border:2px solid #F5D0C5}.navbar-dropdown-trigger.dd-coral:hover{background:#fae0d8;color:#c54e36}.navbar-dropdown-trigger.dd-coral.active{background:#e8654a;color:#fff;border-color:#e8654a}.navbar-hub-btn{padding:6px 16px;border-radius:20px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:all .15s ease;font-family:Nunito,sans-serif;border:2px solid transparent}.navbar-hub-blue{background:#e8f4fa;color:#1c99c5;border-color:#c4e3f3}.navbar-hub-blue:hover{background:#d0eaf5;color:#167ba0}.navbar-hub-blue.hub-active{background:#1c99c5;color:#fff;border-color:#1c99c5}.navbar-hub-green{background:#e6f5ef;color:#009b6d;border-color:#b8e2d0}.navbar-hub-green:hover{background:#d0ede3;color:#007a56}.navbar-hub-green.hub-active{background:#009b6d;color:#fff;border-color:#009b6d}.navbar-hub-chat{background:#fdf0ed;color:#e8654a;border-color:#f5d0c5;position:relative;display:inline-flex;align-items:center;gap:6px}.navbar-hub-chat:hover{background:#fae0d8;color:#c54e36}.navbar-hub-chat.hub-active{background:#e8654a;color:#fff;border-color:#e8654a}.navbar-chat-badge{background:#e6007e;color:#fff;font-size:10px;font-weight:800;padding:1px 6px;border-radius:10px;min-width:16px;text-align:center;line-height:1.4}.navbar-hub-chat.hub-active .navbar-chat-badge{background:#fff;color:#e8654a}.navbar-dropdown{position:relative}.navbar-dropdown-trigger{display:inline-flex;align-items:center;gap:4px}.navbar-chevron{font-size:10px;transition:transform .2s}.dropdown-open .navbar-chevron{transform:rotate(180deg)}.navbar-dropdown-menu{display:none;position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #E8E4E0;border-radius:10px;box-shadow:0 8px 24px #0000001a;min-width:200px;padding:6px;z-index:200}.dropdown-open>.navbar-dropdown-menu{display:block}.navbar-dropdown-item{display:block;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:600;color:#5a5a5a;text-decoration:none;transition:all .15s ease;white-space:nowrap}.navbar-dropdown-item:hover{background:#f5f3f0;color:#2e2e2e}.navbar-dropdown-item.active{background:var(--coral, #E8654A);color:#fff}.navbar-logout-btn{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;color:#999;background:none;border:1px solid #E0E0E0;cursor:pointer;font-family:Nunito,sans-serif;transition:all .15s;white-space:nowrap;margin-left:auto}.navbar-logout-btn:hover{background:#f5f3f0;color:#666}.navbar-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:6px}.navbar-toggle span{display:block;width:22px;height:2px;background:#2e2e2e;border-radius:2px}@media(max-width:768px){.navbar-inner{flex-wrap:wrap}.navbar-toggle{display:flex;margin-left:auto}.navbar-links{display:none;width:100%;flex-direction:column;gap:2px;padding-top:8px;align-items:stretch}.navbar-links.open{display:flex}.navbar-link{padding:10px 14px}.navbar-hub-btn{text-align:center;border-radius:8px;padding:10px 14px}.navbar-dropdown-menu{position:static;box-shadow:none;border:none;margin-top:0;padding:0 0 0 16px}.navbar-dropdown-item{padding:10px 14px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8654a,#009b6d,#1c99c5);padding:24px;font-family:Nunito,sans-serif}.login-card{background:#fff;border-radius:20px;padding:40px 36px;max-width:400px;width:100%;box-shadow:0 20px 60px #00000026;text-align:center}.login-logo{width:80px;height:80px;border-radius:16px;margin-bottom:16px}.login-title{font-size:28px;font-weight:900;color:#009b6d;margin:0 0 4px;font-family:Nunito,sans-serif}.login-subtitle{font-size:14px;color:#888;margin:0 0 28px}.login-form{display:flex;flex-direction:column;gap:12px;text-align:left}.login-label{font-size:13px;font-weight:700;color:#2e4057;margin-bottom:-6px}.login-input{padding:12px 14px;border:2px solid #E0E0E0;border-radius:10px;font-size:15px;font-family:Nunito,sans-serif;transition:border-color .15s;outline:none}.login-input:focus{border-color:#009b6d}.login-pin-input{font-size:24px;letter-spacing:8px;text-align:center;font-weight:700}.login-email-display{background:#f5f3f0;padding:10px 14px;border-radius:8px;font-size:14px;color:#5a5a5a;text-align:center;margin-bottom:4px}.login-hint{font-size:12px;color:#999;margin:-4px 0 0}.login-welcome{font-size:18px;font-weight:800;color:#009b6d;text-align:center;margin-bottom:4px}.login-error{background:#fef2f2;border:1px solid #FECACA;border-radius:8px;padding:10px 14px;color:#dc2626;font-size:13px;font-weight:600}.login-btn{padding:14px;background:#009b6d;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;font-family:Nunito,sans-serif;cursor:pointer;transition:background .15s;margin-top:4px}.login-btn:hover:not(:disabled){background:#007a56}.login-btn:disabled{opacity:.5;cursor:not-allowed}.login-link-btn{background:none;border:none;color:#1c99c5;font-size:13px;font-weight:600;cursor:pointer;padding:8px;font-family:Nunito,sans-serif;text-decoration:underline}.login-link-btn:hover{color:#0d7ba3}.login-back-btn{background:none;border:none;color:#999;font-size:13px;cursor:pointer;padding:4px;font-family:Nunito,sans-serif}.login-back-btn:hover{color:#666}.c2-page{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;color:#2e2e2e;background:#f5f3f0;line-height:1.7;-webkit-font-smoothing:antialiased;min-height:100vh}.c2-hero{position:relative;padding:80px 40px 60px;text-align:center;color:#fff;background-size:cover;background-position:center}.c2-hero-inner{max-width:700px;margin:0 auto}.c2-hero-tag{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:5px 16px;border-radius:20px;font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px}.c2-hero-title{font-size:72px;font-weight:900;line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin-bottom:8px}.c2-sup{font-size:36px;vertical-align:super;font-weight:800;line-height:0;position:relative;top:-6px}.c2-hero-subtitle{font-size:20px;font-weight:600;opacity:.95;margin-bottom:4px}.c2-hero-tagline{font-size:15px;opacity:.8;font-weight:500}.c2-container{max-width:1000px;margin:0 auto;padding:0 24px}.c2-featured{display:block;text-decoration:none;color:inherit;margin-top:32px;background:linear-gradient(135deg,#2e2e2e,#1a1a2e);border-radius:16px;padding:28px 32px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000026;transition:transform .2s,box-shadow .2s}.c2-featured:before{content:"";position:absolute;top:0;right:0;width:200px;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(200,200,50,.12) 100%);pointer-events:none}.c2-featured:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0003}.c2-featured-badge{position:absolute;top:16px;right:20px;background:#c8c832;color:#2e2e2e;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;padding:3px 12px;border-radius:12px}.c2-featured-content{display:flex;align-items:center;gap:24px}.c2-featured-icon{font-size:48px;flex-shrink:0}.c2-featured-text h2{font-size:24px;font-weight:900;color:#c8c832;margin-bottom:6px}.c2-featured-text p{font-size:14px;color:#fffc;line-height:1.6;margin-bottom:10px}.c2-featured-link{font-size:13px;font-weight:700;color:#c8c832}@media(max-width:600px){.c2-featured{padding:20px}.c2-featured-content{flex-direction:column;align-items:flex-start;gap:12px}.c2-featured-icon{font-size:36px}.c2-featured-text h2{font-size:20px}}.c2-section{padding:40px 0}.c2-section-header{margin-bottom:24px}.c2-section-header h2{font-size:28px;font-weight:900;color:#2e2e2e;margin-bottom:4px}.c2-section-header p{font-size:15px;color:#5a5a5a}.c2-highlights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.c2-highlight-card{display:block;background:#fff;border-left:4px solid;border-radius:0 12px 12px 0;padding:20px 22px;text-decoration:none;color:inherit;box-shadow:0 1px 4px #0000000d;transition:transform .15s,box-shadow .15s}.c2-highlight-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.c2-highlight-num{display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-size:12px;font-weight:800;color:#fff;margin-bottom:8px}.c2-highlight-card h3{font-size:17px;font-weight:800;color:#2e2e2e;margin-bottom:6px}.c2-highlight-card p{font-size:13.5px;color:#5a5a5a;line-height:1.55;margin:0}.c2-pages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.c2-page-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 1px 4px #0000000d;transition:transform .15s,box-shadow .15s}.c2-page-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.c2-page-stripe{width:6px;flex-shrink:0}.c2-page-body{padding:20px 22px;flex:1}.c2-page-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.c2-page-icon{font-size:24px}.c2-page-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:1.5px solid;padding:2px 10px;border-radius:12px}.c2-page-card h3{font-size:18px;font-weight:800;color:#2e2e2e;margin-bottom:6px}.c2-page-card p{font-size:13.5px;color:#5a5a5a;line-height:1.55;margin-bottom:10px}.c2-page-link{font-size:13px;font-weight:700}.c2-interactive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.c2-interactive-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:12px;padding:18px 20px;text-decoration:none;color:inherit;box-shadow:0 1px 4px #0000000d;transition:transform .15s,box-shadow .15s}.c2-interactive-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.c2-interactive-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.c2-interactive-body h4{font-size:15px;font-weight:800;color:#2e2e2e;margin-bottom:4px}.c2-interactive-body p{font-size:13px;color:#5a5a5a;line-height:1.5;margin:0}.c2-footer{border-top:3px solid #E8654A;margin-top:16px;padding:32px 0 40px}.c2-footer-inner{text-align:center}.c2-footer-tagline{font-size:20px;font-weight:800;color:#e8654a;margin-bottom:8px}.c2-footer-org{font-size:13px;color:#5a5a5a;line-height:1.6}.c2-footer-edition{display:inline-block;margin-top:14px;padding:6px 18px;border:2px solid #E8E4DF;border-radius:20px;font-size:13px;color:#5a5a5a;font-weight:700}@media(max-width:600px){.c2-hero{padding:48px 24px 40px}.c2-hero-title{font-size:48px}.c2-highlights-grid,.c2-pages-grid,.c2-interactive-grid{grid-template-columns:1fr}}.doc-page{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;color:#2e2e2e;background:#f5f3f0;line-height:1.7;-webkit-font-smoothing:antialiased;min-height:100vh}.doc-hero{position:relative;padding:60px 40px 48px;color:#fff;overflow:hidden;background-size:cover;background-position:center}.doc-hero:before{content:"";position:absolute;inset:0}.doc-hero-inner{position:relative;max-width:900px;margin:0 auto}.doc-hero .doc-tag{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 14px;border-radius:20px;font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px}.doc-hero h1{font-size:36px;font-weight:900;line-height:1.2;margin-bottom:8px}.doc-hero .doc-subtitle{font-size:18px;font-weight:500;opacity:.9;margin-bottom:20px}.doc-hero .doc-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;opacity:.85}.doc-hero .doc-meta span{display:flex;align-items:center;gap:4px}.doc-layout{max-width:1100px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:260px 1fr;gap:32px}.doc-sidebar{position:sticky;top:80px;align-self:start;max-height:calc(100vh - 100px);overflow-y:auto;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f}.doc-sidebar-title{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#999;margin-bottom:12px}.doc-toc{list-style:none;padding:0;margin:0}.doc-toc li{margin-bottom:2px}.doc-toc a{display:block;padding:5px 10px;font-size:13px;font-weight:600;color:#5a5a5a;text-decoration:none;border-radius:6px;border-left:3px solid transparent;transition:all .15s ease}.doc-toc a:hover{background:#f5f3f0;color:#2e2e2e}.doc-toc li.indent a{padding-left:22px;font-weight:500;font-size:12.5px;color:#888}.doc-toc li.indent a:hover{color:#5a5a5a}.doc-content{background:#fff;border-radius:12px;padding:40px 48px;box-shadow:0 2px 8px #0000000f}.doc-section{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #E8E4DF}.doc-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.doc-section-number{display:inline-block;width:32px;height:32px;line-height:32px;text-align:center;border-radius:8px;font-size:14px;font-weight:800;color:#fff;margin-bottom:10px}.doc-section h2{font-size:24px;font-weight:800;line-height:1.3;margin-bottom:16px}.doc-section h3{font-size:18px;font-weight:700;margin-top:24px;margin-bottom:10px}.doc-section h4{font-size:15px;font-weight:700;margin-top:18px;margin-bottom:8px}.doc-section p{font-size:15px;color:#2e2e2e;margin-bottom:12px;line-height:1.7}.doc-section ul,.doc-section ol{padding-left:20px;margin-bottom:14px}.doc-section li{font-size:15px;color:#2e2e2e;margin-bottom:6px;line-height:1.6}.doc-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}.doc-table th{background:#f5f3f0;text-align:left;padding:10px 14px;font-weight:700;border-bottom:2px solid #E8E4DF}.doc-table td{padding:10px 14px;border-bottom:1px solid #E8E4DF;vertical-align:top}.doc-table tr:last-child td{border-bottom:none}.doc-info-box{border-left:4px solid;padding:16px 20px;border-radius:0 8px 8px 0;margin:16px 0}.doc-info-box p{margin-bottom:6px}.doc-info-box p:last-child{margin-bottom:0}.doc-quote{border-left:4px solid var(--pink, #E6007E);background:#fde6f2;padding:16px 20px;border-radius:0 8px 8px 0;margin:16px 0;font-style:italic}.doc-quote .attribution{font-style:normal;font-size:13px;font-weight:600;color:#e6007e;margin-top:6px}.doc-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin:16px 0}.doc-card{border-left:4px solid;border-radius:0 10px 10px 0;padding:16px 18px}.doc-card .card-name{font-weight:800;font-size:15px;margin-bottom:2px}.doc-card .card-role{font-size:13px;font-weight:700;margin-bottom:8px}.doc-card .card-desc{font-size:13px;color:#5a5a5a;line-height:1.55}.doc-card:nth-child(6n+1){border-color:#e8654a;background:#fdf0ed}.doc-card:nth-child(6n+1) .card-role{color:#e8654a}.doc-card:nth-child(6n+2){border-color:#009b6d;background:#e6f5f0}.doc-card:nth-child(6n+2) .card-role{color:#009b6d}.doc-card:nth-child(6n+3){border-color:#e6007e;background:#fde6f2}.doc-card:nth-child(6n+3) .card-role{color:#e6007e}.doc-card:nth-child(6n+4){border-color:#1c99c5;background:#e6f4fa}.doc-card:nth-child(6n+4) .card-role{color:#1c99c5}.doc-card:nth-child(6n+5){border-color:#c8c832;background:#f5f5e6}.doc-card:nth-child(6n+5) .card-role{color:#c8c832}.doc-card:nth-child(6n+6){border-color:#8b6bae;background:#f0ebf5}.doc-card:nth-child(6n+6) .card-role{color:#8b6bae}.doc-pillar-list{list-style:none;padding:0;margin:16px 0}.doc-pillar-list li{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:10px;margin-bottom:8px;background:#f5f3f0}.doc-pillar-num{flex-shrink:0;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-size:13px;font-weight:800;color:#fff}.doc-pillar-list li:nth-child(1) .doc-pillar-num{background:#e8654a}.doc-pillar-list li:nth-child(2) .doc-pillar-num{background:#009b6d}.doc-pillar-list li:nth-child(3) .doc-pillar-num{background:#e6007e}.doc-pillar-list li:nth-child(4) .doc-pillar-num{background:#1c99c5}.doc-pillar-list li:nth-child(5) .doc-pillar-num{background:#8b6bae}.doc-rag-tag{display:inline-block;padding:2px 10px;border-radius:4px;font-size:12px;font-weight:700;color:#fff}.doc-rag-tag.red{background:#e8654a}.doc-rag-tag.amber{background:#f0a030}.doc-rag-tag.green{background:#009b6d}.doc-footer{max-width:1100px;margin:0 auto;padding:24px;text-align:center;font-size:13px;color:#999}.doc-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;font-size:14px;font-weight:600;color:#5a5a5a;text-decoration:none}.doc-back-link:hover{color:#2e2e2e}@media(max-width:900px){.doc-layout{grid-template-columns:1fr}.doc-sidebar{position:static;max-height:none}.doc-content{padding:28px 24px}.doc-hero{padding:40px 24px 32px}.doc-hero h1{font-size:28px}}:root{--coral: #E8654A;--coral-light: #FDF0ED;--coral-dark: #D4532F;--green: #009B6D;--green-light: #E6F5F0;--green-dark: #007A56;--pink: #E6007E;--pink-light: #FDE6F2;--blue: #1C99C5;--blue-light: #E6F4FA;--lime: #C8C832;--lime-light: #F5F5E6;--purple: #8B6BAE;--white: #FFFFFF;--light-grey: #F5F3F0;--border-grey: #E8E4DF;--text: #2E2E2E;--text-light: #5A5A5A}.newsletter-body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--light-grey);line-height:1.7;-webkit-font-smoothing:antialiased;min-height:100vh}.container{max-width:720px;margin:0 auto;background:var(--white);overflow:hidden}.header{background:var(--white);padding:28px 40px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid var(--coral)}.header img.logo{height:38px;width:auto}.header .edition-tag{font-family:Nunito,sans-serif;font-size:13px;color:var(--coral);letter-spacing:.02em;font-weight:800;background:var(--coral-light);padding:4px 14px;border-radius:20px}.hero{position:relative;overflow:hidden}.hero img{width:100%;height:340px;object-fit:cover;display:block}.hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent 0%,#e8654af2);padding:80px 40px 32px}.hero-title{font-family:Nunito,sans-serif;font-size:56px;font-weight:900;color:var(--white);line-height:1.1;letter-spacing:-.02em;text-transform:lowercase}.hero-title .sup{font-size:28px;vertical-align:super;font-weight:800;line-height:0;position:relative;top:-4px}.hero-subtitle{font-size:15px;color:#fffffff2;margin-top:6px;font-weight:500}.intro{padding:40px 40px 32px;border-bottom:4px solid var(--green);background:var(--white)}.intro p{font-size:17px;color:var(--text);line-height:1.75}.intro .signature{margin-top:24px;font-family:Nunito,sans-serif;font-style:italic;color:var(--coral);font-size:16px;font-weight:700}.section{padding:36px 40px;border-bottom:1px solid var(--border-grey)}.section:last-of-type{border-bottom:none}.section-no-border{border-bottom:none!important}.section-number{display:inline-block;font-family:Nunito,sans-serif;font-size:13px;font-weight:800;padding:4px 14px;border-radius:20px;margin-bottom:12px;letter-spacing:.04em;color:var(--white)}.section:nth-of-type(6n+1) .section-number{background:var(--coral)}.section:nth-of-type(6n+2) .section-number{background:var(--green)}.section:nth-of-type(6n+3) .section-number{background:var(--pink)}.section:nth-of-type(6n+4) .section-number{background:var(--blue)}.section:nth-of-type(6n+5) .section-number{background:var(--lime);color:var(--text)}.section:nth-of-type(6n+6) .section-number{background:var(--purple)}.section h2{font-family:Nunito,sans-serif;font-size:26px;font-weight:900;line-height:1.25;margin-bottom:16px;letter-spacing:-.01em}.section:nth-of-type(6n+1) h2{color:var(--coral)}.section:nth-of-type(6n+2) h2{color:var(--green)}.section:nth-of-type(6n+3) h2{color:var(--pink)}.section:nth-of-type(6n+4) h2{color:var(--blue)}.section:nth-of-type(6n+5) h2{color:var(--lime)}.section:nth-of-type(6n+6) h2{color:var(--purple)}.section p{font-size:15.5px;line-height:1.75;margin-bottom:14px;color:var(--text)}.section p:last-child{margin-bottom:0}.brand-green{color:var(--green);font-weight:800}.highlight-box{border-left:5px solid var(--green);padding:20px 24px;margin:20px 0;border-radius:0 12px 12px 0;background:var(--green-light)}.section:nth-of-type(6n+1) .highlight-box{border-left-color:var(--coral);background:var(--coral-light)}.section:nth-of-type(6n+1) .highlight-box strong{color:var(--coral-dark)}.section:nth-of-type(6n+2) .highlight-box{border-left-color:var(--green);background:var(--green-light)}.section:nth-of-type(6n+2) .highlight-box strong{color:var(--green-dark)}.section:nth-of-type(6n+3) .highlight-box{border-left-color:var(--pink);background:var(--pink-light)}.section:nth-of-type(6n+3) .highlight-box strong{color:var(--pink)}.section:nth-of-type(6n+4) .highlight-box{border-left-color:var(--blue);background:var(--blue-light)}.section:nth-of-type(6n+4) .highlight-box strong{color:var(--blue)}.section:nth-of-type(6n+5) .highlight-box{border-left-color:var(--lime);background:var(--lime-light)}.section:nth-of-type(6n+5) .highlight-box strong{color:var(--lime)}.section:nth-of-type(6n+6) .highlight-box{border-left-color:var(--purple);background:#f0ebf5}.section:nth-of-type(6n+6) .highlight-box strong{color:var(--purple)}.highlight-box p{font-size:15px;color:var(--text);margin-bottom:8px}.highlight-box p:last-child{margin-bottom:0}.highlight-box strong{color:var(--green-dark)}.callout{padding:24px 28px;margin:20px 0;border-radius:12px;color:var(--white)}.section:nth-of-type(6n+1) .callout{background:var(--coral)}.section:nth-of-type(6n+2) .callout{background:var(--green)}.section:nth-of-type(6n+3) .callout{background:var(--pink)}.section:nth-of-type(6n+4) .callout{background:var(--blue)}.section:nth-of-type(6n+5) .callout{background:var(--lime);color:var(--text)}.section:nth-of-type(6n+6) .callout{background:var(--purple)}.callout p{color:#fffffff2;font-size:15px;margin-bottom:8px}.callout p:last-child{margin-bottom:0}.callout strong{color:var(--white)}.section:nth-of-type(6n+5) .callout p{color:var(--text)}.section:nth-of-type(6n+5) .callout strong{color:var(--text)}.family-quote{border-left:4px solid var(--pink);padding:16px 20px;margin:16px 0;background:var(--pink-light);border-radius:0 10px 10px 0}.family-quote p{font-family:Nunito,sans-serif;font-style:italic;font-size:15.5px;color:var(--text);line-height:1.65;margin-bottom:4px}.family-quote .attribution{font-family:Nunito,sans-serif;font-style:normal;font-size:13px;color:var(--text-light);font-weight:600}.slt-grid{display:grid;grid-template-columns:1fr;gap:12px;margin:20px 0}.slt-card{padding:16px 20px;border-radius:12px;border-left:5px solid}.slt-card:nth-child(1){border-color:var(--coral);background:var(--coral-light)}.slt-card:nth-child(2){border-color:var(--green);background:var(--green-light)}.slt-card:nth-child(3){border-color:var(--blue);background:var(--blue-light)}.slt-card:nth-child(4){border-color:var(--pink);background:var(--pink-light)}.slt-card:nth-child(5){border-color:var(--lime);background:var(--lime-light)}.slt-card .name{font-weight:900;font-size:15px;color:var(--text)}.slt-card .role{font-size:13px;font-weight:700;margin-bottom:4px}.slt-card:nth-child(1) .role{color:var(--coral)}.slt-card:nth-child(2) .role{color:var(--green)}.slt-card:nth-child(3) .role{color:var(--blue)}.slt-card:nth-child(4) .role{color:var(--pink)}.slt-card:nth-child(5) .role{color:var(--lime)}.slt-card:nth-child(6){border-color:var(--purple);background:#f0ebf5}.slt-card:nth-child(7){border-color:var(--coral);background:var(--coral-light)}.slt-card:nth-child(8){border-color:var(--green);background:var(--green-light)}.slt-card:nth-child(6) .role{color:var(--purple)}.slt-card:nth-child(7) .role{color:var(--coral)}.slt-card:nth-child(8) .role{color:var(--green)}.slt-card .desc{font-size:14px;color:var(--text-light);line-height:1.55}.subsection-title{font-family:Nunito,sans-serif;font-size:20px;font-weight:800;color:var(--coral);margin-top:28px;margin-bottom:12px}.pillars{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.pillar-tag{display:inline-block;padding:7px 16px;border-radius:20px;font-size:13px;font-weight:700;color:var(--white)}.pillar-tag:nth-child(1){background:var(--coral)}.pillar-tag:nth-child(2){background:var(--green)}.pillar-tag:nth-child(3){background:var(--blue)}.pillar-tag:nth-child(4){background:var(--pink)}.pillar-tag:nth-child(5){background:var(--lime);color:var(--text)}.reform-item{padding:14px 0;border-bottom:1px solid var(--border-grey)}.reform-item:last-child{border-bottom:none}.reform-item .reform-title{font-weight:900;font-size:15px;color:var(--coral);margin-bottom:4px}.reform-item p{font-size:14.5px;line-height:1.65;margin-bottom:0}.signature{margin-top:20px;font-family:Nunito,sans-serif;font-style:italic;color:var(--coral);font-size:16px;font-weight:700}.signature .signature-role{font-style:normal;font-size:14px;color:var(--text-light);font-weight:600}.edition2-cta{background:linear-gradient(135deg,#c8c832,#009b6d);padding:40px;text-align:center}.edition2-cta-inner{max-width:520px;margin:0 auto}.edition2-cta-badge{display:inline-block;background:#fff3;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:5px 14px;border-radius:20px;margin-bottom:12px}.edition2-cta h3{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px}.edition2-cta p{font-size:14px;color:#ffffffe6;line-height:1.6;margin-bottom:20px}.edition2-cta-btn{display:inline-block;padding:12px 28px;background:#fff;color:#009b6d;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;border-radius:8px;text-decoration:none;transition:transform .15s,box-shadow .15s}.edition2-cta-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.footer{background:var(--coral);padding:32px 40px;text-align:center}.footer .tagline{font-family:Nunito,sans-serif;font-size:20px;color:var(--white);margin-bottom:8px;font-weight:800}.footer .org-info{font-size:13px;color:#fffc;line-height:1.6}.footer .next-edition{display:inline-block;margin-top:16px;padding:8px 20px;border:2px solid rgba(255,255,255,.5);border-radius:20px;font-size:13px;color:var(--white);font-weight:700}@media(max-width:600px){.header{padding:24px 20px 20px}.hero img{height:220px}.hero-overlay{padding:60px 20px 24px}.hero-title{font-size:40px}.intro,.section{padding:28px 20px}.section h2{font-size:22px}.footer{padding:28px 20px}}.pt-wrapper{margin:32px 0}.pt-header{margin-bottom:16px}.pt-header h3{font-size:20px;font-weight:900;color:#2e2e2e;margin-bottom:4px}.pt-header p{font-size:14px;color:#5a5a5a;line-height:1.5}.pt-overview{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.pt-overview-card{background:#fff;border:2px solid #E8E4DF;border-radius:10px;padding:14px 12px;cursor:pointer;text-align:left;font-family:Nunito,sans-serif;transition:all .15s}.pt-overview-card:hover{box-shadow:0 4px 12px #00000014}.pt-overview-card.active{border-width:3px;box-shadow:0 4px 12px #0000001a}.pt-ov-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.pt-ov-num{width:24px;height:24px;line-height:24px;text-align:center;border-radius:6px;font-size:12px;font-weight:800;color:#fff}.pt-rag{padding:2px 8px;border-radius:10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.3px}.pt-rag-green{background:#e0f7ee;color:#009b6d}.pt-rag-amber{background:#fff3e0;color:#e8961c}.pt-rag-red{background:#e3f2fd;color:#1565c0}.pt-ov-title{font-size:12px;font-weight:700;color:#2e2e2e;line-height:1.3;margin-bottom:8px;min-height:32px}.pt-ov-bar-wrap{height:6px;background:#f0edea;border-radius:3px;overflow:hidden;margin-bottom:4px}.pt-ov-bar{height:100%;border-radius:3px;transition:width .3s}.pt-ov-pct{font-size:11px;color:#999;font-weight:600}.pt-detail{background:#fff;border:2px solid;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:0 4px 12px #0000000f}.pt-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.pt-detail-header h4{font-size:18px;font-weight:800;margin-bottom:6px}.pt-detail-meta{display:flex;gap:8px;align-items:center}.pt-stage{font-size:12px;font-weight:700;color:#5a5a5a;background:#f5f3f0;padding:2px 10px;border-radius:10px}.pt-detail-ring{position:relative;width:60px;height:60px;flex-shrink:0}.pt-ring-svg{width:60px;height:60px;transform:rotate(-90deg)}.pt-ring-bg{fill:none;stroke:#f0edea;stroke-width:3}.pt-ring-fg{fill:none;stroke-width:3;stroke-linecap:round}.pt-ring-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;font-weight:800;color:#2e2e2e}.pt-list-section{margin-bottom:16px}.pt-list-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.pt-list-title.pt-done{color:#009b6d}.pt-list-title.pt-wip{color:#e8961c}.pt-list-title.pt-todo{color:#e8654a}.pt-list{list-style:none;padding:0;margin:0}.pt-item{display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:13px;line-height:1.55;color:#2e2e2e;border-bottom:1px solid #F5F3F0}.pt-item:last-child{border-bottom:none}.pt-check{flex-shrink:0;width:18px;height:18px;line-height:18px;text-align:center;background:#e0f7ee;color:#009b6d;border-radius:50%;font-size:11px;font-weight:800;margin-top:1px}.pt-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;margin-top:5px}.pt-feedback-wrap{margin-top:16px;padding-top:12px;border-top:1px dashed #E8E4DF}.pt-feedback-toggle{background:none;border:1.5px solid #009B6D;color:#009b6d;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;padding:6px 16px;border-radius:20px;cursor:pointer;transition:all .15s}.pt-feedback-toggle:hover{background:#009b6d;color:#fff}.pt-feedback-form{background:#f5f9f7;border-radius:10px;padding:16px 20px}.pt-feedback-prompt{font-size:13px;color:#5a5a5a;margin-bottom:10px}.pt-feedback-form input,.pt-feedback-form textarea{display:block;width:100%;padding:8px 12px;border:1.5px solid #E8E4DF;border-radius:8px;font-family:Nunito,sans-serif;font-size:13px;color:#2e2e2e;margin-bottom:8px;box-sizing:border-box;resize:vertical}.pt-feedback-form input:focus,.pt-feedback-form textarea:focus{outline:none;border-color:#009b6d}.pt-feedback-actions{display:flex;gap:8px;justify-content:flex-end}.pt-feedback-cancel{background:none;border:1.5px solid #E8E4DF;color:#5a5a5a;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;padding:6px 16px;border-radius:20px;cursor:pointer}.pt-feedback-submit{background:#009b6d;border:none;color:#fff;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;padding:6px 20px;border-radius:20px;cursor:pointer}.pt-feedback-submit:disabled{opacity:.5;cursor:not-allowed}.pt-feedback-success{background:#e8f8f0;color:#009b6d;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:700;text-align:center}@media(max-width:900px){.pt-overview{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.pt-overview{grid-template-columns:repeat(2,1fr)}.pt-detail-header{flex-direction:column;gap:12px}}.wb-layout{max-width:800px;margin:0 auto;padding:32px 24px}.wb-content{background:#fff;border-radius:12px;padding:40px 48px;box-shadow:0 2px 8px #0000000f}.wb-intro{margin-bottom:32px}.wb-intro p{font-size:15px;color:#5a5a5a;line-height:1.7}.wb-eap-section{margin-bottom:40px}.wb-eap-badge,.wb-coming-badge{display:inline-block;background:linear-gradient(135deg,#e6007e,#8b6bae);color:#fff;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:6px 16px;border-radius:20px;margin-bottom:16px}.wb-coming-badge{background:linear-gradient(135deg,#c8c832,#009b6d)}.wb-eap-card{background:#fdf7f9;border:2px solid #E6007E;border-radius:12px;overflow:hidden}.wb-eap-header{background:#2d4a43;padding:28px 32px}.wb-eap-logo{height:48px;width:auto;display:block;margin-bottom:8px}.wb-eap-tagline{font-size:14px;font-weight:600;color:#ffffffbf;margin:0}.wb-eap-body{padding:28px 32px}.wb-eap-body>p{font-size:15px;color:#2e2e2e;line-height:1.7;margin-bottom:16px}.wb-eap-features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:24px 0}.wb-eap-feature{display:flex;gap:12px;align-items:flex-start;background:#fff;border-radius:10px;padding:16px;border:1px solid #F0EDEA}.wb-eap-feature-icon{font-size:22px;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.wb-eap-feature strong{display:block;font-size:14px;font-weight:800;color:#2e2e2e;margin-bottom:4px}.wb-eap-feature p{font-size:13px;color:#5a5a5a;line-height:1.5;margin:0}.wb-eap-how{background:#fff;border-radius:10px;padding:20px 24px;border:1px solid #F0EDEA;margin-top:20px}.wb-eap-how h3{font-size:16px;font-weight:800;color:#2e2e2e;margin-bottom:10px}.wb-eap-how>p{font-size:14px;color:#5a5a5a;line-height:1.6;margin-bottom:16px}.wb-eap-contact{display:flex;flex-direction:column;gap:6px}.wb-eap-contact-item{font-size:14px;color:#2e2e2e}.wb-eap-contact-item a{color:#e6007e;text-decoration:none;font-weight:600}.wb-eap-contact-item a:hover{text-decoration:underline}.wb-tools-section{margin-bottom:40px}.wb-tools-badge{display:inline-block;background:linear-gradient(135deg,#1c99c5,#8b6bae);color:#fff;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:6px 16px;border-radius:20px;margin-bottom:16px}.wb-tools-section h2{font-size:24px;font-weight:800;color:#2e2e2e;margin-bottom:8px}.wb-tools-section>p{font-size:15px;color:#5a5a5a;line-height:1.6;margin-bottom:20px}.wb-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.wb-tool-card{display:flex;flex-direction:column;background:#fff;border:2px solid #F0EDEA;border-radius:12px;padding:20px;text-decoration:none;color:inherit;transition:all .15s}.wb-tool-card:hover{border-color:#1c99c5;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.wb-tool-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:12px}.wb-tool-card h3{font-size:16px;font-weight:800;color:#2e2e2e;margin-bottom:6px}.wb-tool-card p{font-size:13px;color:#5a5a5a;line-height:1.55;margin:0 0 12px;flex:1}.wb-tool-type{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#999;background:#f5f3f0;padding:3px 10px;border-radius:10px;align-self:flex-start}.wb-coming-soon{margin-bottom:40px}.wb-coming-soon h2{font-size:24px;font-weight:800;color:#2e2e2e;margin-bottom:8px}.wb-coming-soon>p{font-size:15px;color:#5a5a5a;line-height:1.6;margin-bottom:20px}.wb-coming-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.wb-coming-card{border-left:4px solid;border-radius:0 10px 10px 0;padding:18px 20px;background:#f5f3f0}.wb-coming-icon{display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-size:12px;font-weight:800;color:#fff;margin-bottom:8px}.wb-coming-card h3{font-size:16px;font-weight:800;color:#2e2e2e;margin-bottom:6px}.wb-coming-card p{font-size:13px;color:#5a5a5a;line-height:1.55;margin:0}.wb-feedback{background:#f5f3f0;border-radius:12px;padding:32px;margin-bottom:24px}.wb-feedback-header{margin-bottom:24px}.wb-feedback-header h2{font-size:24px;font-weight:800;color:#009b6d;margin-bottom:8px}.wb-feedback-header p{font-size:15px;color:#5a5a5a;line-height:1.6}.wb-form{display:flex;flex-direction:column;gap:20px}.wb-field label{display:block;font-size:14px;font-weight:700;color:#2e2e2e;margin-bottom:6px}.wb-field .optional{font-weight:400;color:#999;font-size:13px}.wb-field input,.wb-field textarea{width:100%;padding:10px 14px;border:2px solid #E8E4DF;border-radius:8px;font-family:Nunito,sans-serif;font-size:14px;color:#2e2e2e;background:#fff;transition:border-color .15s;box-sizing:border-box}.wb-field input:focus,.wb-field textarea:focus{outline:none;border-color:#009b6d}.wb-topics{display:flex;flex-wrap:wrap;gap:8px}.wb-topic-btn{padding:8px 14px;border:2px solid #E8E4DF;border-radius:8px;background:#fff;font-family:Nunito,sans-serif;font-size:13px;font-weight:600;color:#5a5a5a;cursor:pointer;transition:all .15s}.wb-topic-btn:hover{border-color:#009b6d;color:#009b6d}.wb-topic-btn.selected{background:#009b6d;border-color:#009b6d;color:#fff}.wb-btn{padding:12px 28px;background:#009b6d;color:#fff;border:none;border-radius:8px;font-family:Nunito,sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s;align-self:flex-start}.wb-btn:hover{background:#007a56}.wb-btn:disabled{background:#ccc;cursor:not-allowed}.wb-error{background:#fdf0ed;border-left:4px solid #E8654A;padding:10px 14px;border-radius:0 8px 8px 0;font-size:14px;color:#e8654a;font-weight:600}.wb-success{text-align:center;padding:32px 20px}.wb-success-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#009b6d;color:#fff;font-size:28px;font-weight:800;margin-bottom:16px}.wb-success h3{font-size:20px;font-weight:800;color:#2e2e2e;margin-bottom:8px}.wb-success p{font-size:14px;color:#5a5a5a;line-height:1.6;margin-bottom:20px}.wb-cta{border-left:4px solid #E6007E;background:#fdf0f5;padding:16px 20px;border-radius:0 8px 8px 0}.wb-cta p{font-size:14px;color:#5a5a5a;line-height:1.6;margin:0}.wb-section-title{font-size:24px;font-weight:800;color:#2e4057;margin-bottom:8px;font-family:Nunito,sans-serif}.wb-section-title.crisis{color:#e8654a}.wb-section-desc{font-size:15px;color:#5a5a5a;line-height:1.6;margin-bottom:20px}.wb-crisis-section{margin-bottom:40px;background:linear-gradient(135deg,#fff5f3,#fff9f7);border-radius:12px;padding:28px;border:1px solid #F5E0DA}.wb-crisis-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.wb-crisis-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:12px;padding:18px 14px;text-decoration:none;color:inherit;border:2px solid #F0EDEA;transition:all .15s}.wb-crisis-card:hover{border-color:#e8654a;box-shadow:0 4px 12px #e8654a1f;transform:translateY(-2px)}.wb-crisis-emergency{background:#e8654a;color:#fff;border-color:#e8654a}.wb-crisis-emergency:hover{background:#d44a2e;border-color:#d44a2e}.wb-crisis-name{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-family:Nunito,sans-serif}.wb-crisis-number{font-size:22px;font-weight:800;margin-bottom:4px;font-family:Nunito,sans-serif}.wb-crisis-desc{font-size:12px;line-height:1.4;opacity:.8}.wb-wellbeing-plan{margin-bottom:40px;background:#f0faf6;border-radius:12px;padding:28px;border:1px solid #C9E8DB}.wb-plan-link{display:flex;align-items:center;gap:16px;background:#fff;border:2px solid #009B6D;border-radius:12px;padding:18px 24px;text-decoration:none;color:inherit;transition:all .15s;margin-bottom:16px}.wb-plan-link:hover{box-shadow:0 4px 12px #009b6d26;transform:translateY(-1px)}.wb-plan-link-icon{font-size:32px;flex-shrink:0}.wb-plan-link strong{display:block;font-size:15px;color:#009b6d;margin-bottom:2px}.wb-plan-link p{font-size:13px;color:#888;margin:0}.wb-plan-arrow{font-size:22px;color:#009b6d;margin-left:auto;flex-shrink:0}.wb-plan-embed-wrap{background:#fff;border:2px solid #C9E8DB;border-radius:12px;padding:20px 24px;margin-bottom:16px}.wb-plan-embed-title{font-size:16px;font-weight:800;color:#2e4057;margin:0 0 4px;font-family:Nunito,sans-serif}.wb-plan-embed-desc{font-size:13px;color:#888;margin:0 0 14px}.wb-plan-pdf-card{display:flex;align-items:center;gap:16px;background:#f4faf7;border:1px solid #C9E8DB;border-radius:10px;padding:16px 20px;margin-bottom:16px}.wb-plan-pdf-icon{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:36px;line-height:1;flex-shrink:0}.wb-plan-pdf-badge{font-size:10px;font-weight:800;color:#fff;background:#d32f2f;border-radius:3px;padding:1px 6px;letter-spacing:.5px;font-family:Nunito,sans-serif}.wb-plan-pdf-info strong{font-size:15px;color:#2e4057;display:block;margin-bottom:4px}.wb-plan-pdf-info p{font-size:13px;color:#666;margin:0;line-height:1.5}.wb-plan-btn-row{display:flex;gap:12px;flex-wrap:wrap}.wb-plan-download-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:#009b6d;color:#fff;border:none;border-radius:8px;font-family:Nunito,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s}.wb-plan-download-btn:hover{background:#007a56}.wb-plan-note{font-size:14px;color:#5a5a5a;font-style:italic;margin:0}.wb-sleep-section{margin-bottom:40px}.wb-sleep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.wb-sleep-card{background:#f7f5ff;border:1px solid #E8E0F5;border-radius:12px;padding:20px}.wb-sleep-card-icon{font-size:28px;margin-bottom:10px}.wb-sleep-card h3{font-size:16px;font-weight:800;color:#2e4057;margin-bottom:10px;font-family:Nunito,sans-serif}.wb-sleep-card ul{margin:0;padding:0 0 0 18px}.wb-sleep-card li{font-size:13px;color:#5a5a5a;line-height:1.65;margin-bottom:4px}.wb-sleep-card a{color:#8b6bae;font-weight:600}.wb-sleep-note{font-size:14px;color:#5a5a5a;font-style:italic;margin-top:16px}.wb-physical-section{margin-bottom:40px}.wb-physical-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.wb-physical-card{background:#fff;border:2px solid #F0EDEA;border-radius:12px;padding:20px;transition:border-color .15s}.wb-physical-card:hover{border-color:#009b6d}.wb-physical-icon{font-size:28px;margin-bottom:8px}.wb-physical-card h3{font-size:16px;font-weight:800;color:#2e4057;margin-bottom:6px;font-family:Nunito,sans-serif}.wb-physical-card p{font-size:13px;color:#5a5a5a;line-height:1.6;margin:0}.wb-financial-section{margin-bottom:40px}.wb-financial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.wb-financial-card{display:flex;align-items:flex-start;gap:14px;background:#fff9f0;border:2px solid #F5E6D0;border-radius:12px;padding:20px;text-decoration:none;color:inherit;transition:all .15s}.wb-financial-card:hover{border-color:#e8a317;box-shadow:0 4px 12px #0000000f;transform:translateY(-1px)}.wb-financial-icon{font-size:28px;flex-shrink:0}.wb-financial-card h3{font-size:15px;font-weight:800;color:#2e4057;margin-bottom:4px;font-family:Nunito,sans-serif}.wb-financial-number{font-size:18px;font-weight:800;color:#e8a317;margin-bottom:4px;font-family:Nunito,sans-serif}.wb-financial-card p{font-size:13px;color:#5a5a5a;line-height:1.5;margin:0}.wb-language-section{margin-bottom:40px}.wb-language-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.wb-language-card{display:flex;align-items:flex-start;gap:14px;background:#f0f7fa;border:2px solid #D4E8F0;border-radius:12px;padding:20px;text-decoration:none;color:inherit;transition:all .15s}.wb-language-card:hover{border-color:#1c99c5;box-shadow:0 4px 12px #0000000f;transform:translateY(-1px)}.wb-language-icon{font-size:28px;flex-shrink:0}.wb-language-card h3{font-size:15px;font-weight:800;color:#2e4057;margin-bottom:4px;font-family:Nunito,sans-serif}.wb-language-number{font-size:18px;font-weight:800;color:#1c99c5;margin-bottom:4px;font-family:Nunito,sans-serif}.wb-language-card p{font-size:13px;color:#5a5a5a;line-height:1.5;margin:0}@media(max-width:600px){.wb-content{padding:24px 20px}.wb-feedback{padding:20px}.wb-eap-features{grid-template-columns:1fr}.wb-eap-header,.wb-eap-body{padding:20px}.wb-tools-grid,.wb-coming-grid{grid-template-columns:1fr}.wb-crisis-grid{grid-template-columns:repeat(2,1fr)}.wb-crisis-section{padding:20px}.wb-sleep-grid,.wb-physical-grid,.wb-financial-grid,.wb-language-grid{grid-template-columns:1fr}.wb-wellbeing-plan{padding:20px}.wb-plan-link{padding:14px 16px}}.pm-container{max-width:900px;margin:0 auto;padding:32px 24px}.pm-intro{background:#fff;border-radius:12px;padding:32px 36px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f;border-left:5px solid #E8654A}.pm-intro p{font-size:15.5px;line-height:1.75;color:#2e2e2e;margin-bottom:12px}.pm-intro p:last-child{margin-bottom:0}.pm-intro-closing{font-weight:800;font-size:17px!important;color:#009b6d!important;font-style:italic}.pm-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.pm-stat{background:#fff;border-radius:12px;padding:20px;text-align:center;box-shadow:0 2px 8px #0000000f}.pm-stat-num{font-size:32px;font-weight:900;color:#2e2e2e;line-height:1;margin-bottom:4px}.pm-stat-label{font-size:13px;font-weight:600;color:#5a5a5a}.pm-controls{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.pm-read-policies{background:#fff;border-radius:12px;padding:24px 28px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f;border-left:5px solid #009B6D}.pm-read-policies h3{font-size:17px;font-weight:800;color:#2e2e2e;margin-bottom:6px}.pm-read-policies>p{font-size:14px;color:#5a5a5a;line-height:1.65;margin-bottom:16px}.pm-read-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pm-read-card{display:flex;align-items:center;gap:10px;padding:12px 16px;border:2px solid;border-radius:10px;background:#fafaf8;text-decoration:none;transition:all .15s}.pm-read-card:hover{background:#f0edea}.pm-read-num{flex-shrink:0;width:30px;height:30px;line-height:30px;text-align:center;border-radius:6px;font-size:12px;font-weight:800;color:#fff}.pm-read-title{flex:1;font-size:13px;font-weight:700;color:#2e2e2e}.pm-read-arrow{flex-shrink:0;font-size:16px;color:#999}@media(max-width:600px){.pm-read-grid{grid-template-columns:1fr}}.pm-search input{width:100%;padding:10px 16px;border:2px solid #E8E4DF;border-radius:8px;font-family:Nunito,sans-serif;font-size:14px;color:#2e2e2e;margin-bottom:12px;box-sizing:border-box}.pm-search input:focus{outline:none;border-color:#009b6d}.pm-filters{display:flex;flex-wrap:wrap;gap:6px}.pm-filter-btn{padding:5px 14px;border:2px solid #E8E4DF;border-radius:20px;background:#fff;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;color:#5a5a5a;cursor:pointer;transition:all .15s}.pm-filter-btn:hover{background:#f5f3f0}.pm-filter-btn.active{background:#2e2e2e;border-color:#2e2e2e;color:#fff}.pm-filter-info{margin-top:10px;font-size:13px;color:#5a5a5a}.pm-category{margin-bottom:24px}.pm-category-header{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#fff;border-radius:12px 12px 0 0;border-left:5px solid;box-shadow:0 2px 8px #0000000f}.pm-category-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pm-category-header h2{font-size:16px;font-weight:800;color:#2e2e2e;flex:1;margin:0}.pm-category-count{background:#f5f3f0;padding:2px 10px;border-radius:10px;font-size:12px;font-weight:700;color:#5a5a5a}.pm-policy-list{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.pm-policy{border-top:1px solid #F0EDEA}.pm-policy:first-child{border-top:none}.pm-policy-header{display:flex;align-items:center;gap:12px;width:100%;padding:12px 20px;background:none;border:none;font-family:Nunito,sans-serif;cursor:pointer;text-align:left;transition:background .1s}.pm-policy-header:hover{background:#fafaf8}.pm-policy-id{flex-shrink:0;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-size:11px;font-weight:800;color:#fff}.pm-policy-name{flex:1;font-size:14px;font-weight:700;color:#2e2e2e}.pm-owner-badge{flex-shrink:0;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:700;border:1.5px solid}.pm-chevron{flex-shrink:0;font-size:10px;color:#999;width:16px;text-align:center}.pm-policy-detail{padding:0 20px 16px 60px}.pm-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pm-detail-item{display:flex;flex-direction:column}.pm-detail-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#999;margin-bottom:2px}.pm-detail-value{font-size:14px;font-weight:700;color:#2e2e2e}.pm-detail-sub{font-size:12px;font-weight:500;color:#5a5a5a}.pm-scope-badge,.pm-status-current{color:#009b6d!important}.pm-footer-note{background:#fff;border-radius:12px;padding:24px 32px;box-shadow:0 2px 8px #0000000f;border-left:5px solid #009B6D;margin-top:8px}.pm-footer-note p{font-size:14px;color:#5a5a5a;line-height:1.65;margin-bottom:8px}.pm-footer-note p:last-child{margin-bottom:0}@media(max-width:768px){.pm-stats{grid-template-columns:repeat(2,1fr)}.pm-detail-grid{grid-template-columns:1fr 1fr}.pm-policy-detail{padding-left:20px}}@media(max-width:500px){.pm-detail-grid{grid-template-columns:1fr}.pm-owner-badge{display:none}}.pv-container{max-width:820px;margin:0 auto;padding:32px 24px}.pv-not-found{background:#fff;border-radius:12px;padding:48px 32px;text-align:center;box-shadow:0 2px 8px #0000000f}.pv-not-found h2{font-size:22px;font-weight:800;color:#2e2e2e;margin-bottom:8px}.pv-not-found p{color:#5a5a5a}.pv-notice{display:flex;gap:16px;background:#fff8f0;border:2px solid #E8654A;border-radius:12px;padding:20px 24px;margin-bottom:24px}.pv-notice-icon{font-size:28px;flex-shrink:0;line-height:1}.pv-notice p{font-size:14px;line-height:1.65;color:#2e2e2e;margin-bottom:6px}.pv-notice p:last-child{margin-bottom:0;color:#5a5a5a}.pv-toc{background:#fff;border-radius:12px;padding:20px 28px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f;border-left:5px solid #009B6D}.pv-toc h3{font-size:15px;font-weight:800;color:#2e2e2e;margin-bottom:10px}.pv-toc ol{padding-left:20px;margin:0}.pv-toc li{margin-bottom:4px}.pv-toc a{font-size:14px;color:#009b6d;text-decoration:none;font-weight:600}.pv-toc a:hover{text-decoration:underline}.pv-section{background:#fff;border-radius:12px;padding:24px 28px;margin-bottom:16px;box-shadow:0 2px 8px #0000000f}.pv-section-heading{font-size:18px;font-weight:800;color:#2e2e2e;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #F0EDEA}.pv-section-num{color:#e8654a}.pv-section-content{font-size:14.5px;line-height:1.75;color:#2e2e2e}.pv-section-content p{margin-bottom:12px}.pv-section-content table{width:100%;border-collapse:collapse;margin:16px 0;font-size:13px}.pv-section-content table td,.pv-section-content table th{border:1px solid #E8E4DF;padding:8px 12px;vertical-align:top}.pv-section-content table tr:nth-child(2n){background:#fafaf8}.pv-section-content ul,.pv-section-content ol{padding-left:24px;margin-bottom:12px}.pv-section-content li{margin-bottom:4px}.pv-section-content strong{font-weight:700}.pv-section-content em{font-style:italic;color:#5a5a5a}.pv-feedback-wrap{margin-top:16px;padding-top:12px;border-top:1px dashed #E8E4DF}.pv-feedback-toggle{background:none;border:1.5px solid #009B6D;color:#009b6d;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;padding:6px 16px;border-radius:20px;cursor:pointer;transition:all .15s}.pv-feedback-toggle:hover{background:#009b6d;color:#fff}.pv-feedback-form{background:#f5f9f7;border-radius:10px;padding:16px 20px}.pv-feedback-prompt{font-size:13px;color:#5a5a5a;margin-bottom:10px}.pv-feedback-form input,.pv-feedback-form textarea{display:block;width:100%;padding:8px 12px;border:1.5px solid #E8E4DF;border-radius:8px;font-family:Nunito,sans-serif;font-size:13px;color:#2e2e2e;margin-bottom:8px;box-sizing:border-box;resize:vertical}.pv-feedback-form input:focus,.pv-feedback-form textarea:focus{outline:none;border-color:#009b6d}.pv-feedback-actions{display:flex;gap:8px;justify-content:flex-end}.pv-feedback-cancel{background:none;border:1.5px solid #E8E4DF;color:#5a5a5a;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;padding:6px 16px;border-radius:20px;cursor:pointer}.pv-feedback-submit{background:#009b6d;border:none;color:#fff;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;padding:6px 20px;border-radius:20px;cursor:pointer;transition:opacity .15s}.pv-feedback-submit:disabled{opacity:.5;cursor:not-allowed}.pv-feedback-success{background:#e8f8f0;color:#009b6d;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:700;text-align:center}.pv-bottom-nav{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px}.pv-back-btn,.pv-say-btn{display:inline-block;padding:10px 24px;border-radius:8px;font-family:Nunito,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .15s}.pv-back-btn{background:#f5f3f0;color:#2e2e2e}.pv-say-btn{background:#009b6d;color:#fff}.pv-back-btn:hover,.pv-say-btn:hover{opacity:.85}@media(max-width:600px){.pv-container{padding:20px 16px}.pv-section{padding:18px}.pv-notice{flex-direction:column;gap:8px}.pv-bottom-nav{flex-direction:column;gap:10px}.pv-back-btn,.pv-say-btn{text-align:center;width:100%;box-sizing:border-box}}.mypay-content{max-width:960px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.mypay-content .doc-back-link{display:inline-block;margin-bottom:2rem;color:#888;text-decoration:none;font-size:.95rem}.mypay-content .doc-back-link:hover{color:#c8c832}.mypay-intro{margin-bottom:3rem}.mypay-intro h2{color:#2e2e2e;font-size:1.8rem;margin-bottom:1rem}.mypay-intro p{font-size:1.1rem;line-height:1.8;color:#444}.mypay-feature-section{display:flex;gap:3rem;align-items:center;margin-bottom:4rem}.mypay-feature-section.reverse{flex-direction:row-reverse}.mypay-feature-visual,.mypay-feature-text{flex:1;min-width:0}.mypay-feature-text h3{color:#2e2e2e;font-size:1.4rem;margin-bottom:.8rem}.mypay-feature-text p{color:#444;line-height:1.8;font-size:1.02rem}.mypay-phone-mockup{background:#1a1a2e;border-radius:28px;padding:12px;max-width:320px;margin:0 auto;box-shadow:0 20px 60px #00000026}.mypay-phone-screen{background:#f8f9fa;border-radius:20px;padding:1.2rem;min-height:340px}.mypay-app-header{text-align:center;padding-bottom:1rem;border-bottom:2px solid #C8C832;margin-bottom:1rem}.mypay-app-logo{font-size:1.4rem;font-weight:800;color:#c8c832}.mypay-app-subtitle{font-size:.7rem;color:#888;margin-top:2px}.mypay-chat-bubble{padding:.7rem 1rem;border-radius:14px;margin-bottom:.6rem;font-size:.82rem;line-height:1.5}.mypay-chat-bubble.user{background:#c8c832;color:#2e2e2e;margin-left:2rem;border-bottom-right-radius:4px}.mypay-chat-bubble.response{background:#fff;color:#333;border:1px solid #e0e0e0;margin-right:1.5rem;border-bottom-left-radius:4px}.mypay-amount{display:inline-block;margin-top:.4rem;font-weight:700;color:#009b6d;font-size:.9rem}.mypay-chat-input{background:#eee;border-radius:20px;padding:.6rem 1rem;font-size:.78rem;color:#999;margin-top:.5rem}.mypay-dashboard-mockup{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 40px #0000001a;border:1px solid #eee}.mypay-dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:2px solid #C8C832}.mypay-dash-title{font-weight:700;font-size:1.1rem;color:#2e2e2e}.mypay-dash-date{font-size:.78rem;color:#009b6d;font-weight:600}.mypay-dash-row{display:flex;gap:1rem;margin-bottom:1.2rem}.mypay-dash-card{flex:1;background:#f8f9fa;border-radius:12px;padding:1rem}.mypay-dash-label{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem}.mypay-dash-value{font-size:1.5rem;font-weight:800;color:#2e2e2e}.mypay-dash-sub{font-size:.75rem;color:#888;margin-top:.2rem}.mypay-dash-shifts{display:flex;flex-direction:column;gap:.5rem}.mypay-shift-row{display:flex;align-items:center;gap:.8rem;padding:.6rem .8rem;background:#f8f9fa;border-radius:8px;font-size:.85rem}.mypay-shift-day{font-weight:600;color:#2e2e2e;min-width:80px}.mypay-shift-type{flex:1;color:#666}.mypay-shift-amount{font-weight:700;color:#2e2e2e}.mypay-shift-status.ok{color:#009b6d;font-weight:700}.mypay-flag-mockup{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 40px #0000001a;border:1px solid #eee}.mypay-flag-header{font-weight:700;font-size:1.1rem;color:#2e2e2e;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:2px solid #E8654A}.mypay-flag-item{padding:1rem;background:#fff8f6;border-radius:10px;border-left:4px solid #E8654A;margin-bottom:.8rem}.mypay-flag-item.resolved{background:#f0faf5;border-left-color:#009b6d}.mypay-flag-shift{font-weight:600;font-size:.88rem;color:#2e2e2e;margin-bottom:.3rem}.mypay-flag-detail{font-size:.82rem;color:#666;margin-bottom:.6rem}.mypay-flag-actions{display:flex;gap:.6rem;align-items:center}.mypay-flag-btn{display:inline-block;padding:.3rem .8rem;background:#e8654a;color:#fff;border-radius:6px;font-size:.75rem;font-weight:600}.mypay-flag-status-tag{display:inline-block;padding:.25rem .7rem;border-radius:20px;font-size:.72rem;font-weight:600}.mypay-flag-status-tag.pending{background:#fff3e0;color:#e65100}.mypay-flag-status-tag.resolved{background:#e8f5e9;color:#2e7d32}.mypay-feedback{margin-bottom:3rem}.mypay-feedback-inner{background:linear-gradient(135deg,#f8f9fa,#f0f0f0);border-radius:16px;padding:2rem 2.5rem;border-left:5px solid #C8C832}.mypay-feedback-inner h3{color:#2e2e2e;margin-bottom:.6rem}.mypay-feedback-inner p{color:#555;line-height:1.7}.mypay-highlights{margin-bottom:3rem}.mypay-highlights h2{text-align:center;color:#2e2e2e;font-size:1.6rem;margin-bottom:2rem}.mypay-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.mypay-highlight-card{text-align:center;padding:1.5rem 1rem;border-radius:14px;background:#fff;border:1px solid #eee;box-shadow:0 4px 16px #0000000a;transition:transform .2s,box-shadow .2s}.mypay-highlight-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.mypay-highlight-icon{font-size:2rem;margin-bottom:.8rem}.mypay-highlight-card h4{font-size:1rem;color:#2e2e2e;margin-bottom:.5rem}.mypay-highlight-card p{font-size:.85rem;color:#666;line-height:1.5}@media(max-width:768px){.mypay-feature-section,.mypay-feature-section.reverse{flex-direction:column}.mypay-highlight-grid{grid-template-columns:repeat(2,1fr)}.mypay-phone-mockup{max-width:280px}}@media(max-width:480px){.mypay-highlight-grid{grid-template-columns:1fr}}.sh-page{font-family:Arial,Helvetica,sans-serif;background:#fff;min-height:100vh}.sh-hero{background:linear-gradient(135deg,#009b6d,#2e4057);padding:60px 24px 48px;text-align:center;color:#fff}.sh-hero-tag{display:inline-block;background:#ffffff26;padding:6px 18px;border-radius:20px;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}.sh-hero h1{font-size:36px;font-weight:800;margin:0 0 8px;color:#fff}.sh-hero-subtitle{font-size:16px;opacity:.85;margin:0 0 4px}.sh-hero-tagline{font-size:20px;font-weight:700;font-style:italic;margin-top:12px;opacity:.95}.sh-container{max-width:800px;margin:0 auto;padding:32px 24px 60px}.sh-back-link{display:inline-block;font-size:14px;color:#009b6d;text-decoration:none;font-weight:600;margin-bottom:28px}.sh-back-link:hover{text-decoration:underline}.sh-debrief-card{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#009b6d,#007a56);border-radius:14px;padding:24px 28px;margin-bottom:28px;cursor:pointer;transition:transform .15s,box-shadow .15s;color:#fff}.sh-debrief-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #009b6d4d}.sh-debrief-card-icon{font-size:36px;flex-shrink:0}.sh-debrief-card-text h3{font-size:18px;font-weight:800;margin:0 0 4px;color:#fff}.sh-debrief-card-text p{font-size:14px;margin:0;opacity:.9;line-height:1.5}.sh-debrief-card-arrow{font-size:24px;font-weight:700;opacity:.7;flex-shrink:0;margin-left:auto}.sh-tabs{display:flex;gap:4px;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.sh-tabs::-webkit-scrollbar{display:none}.sh-tab{padding:10px 18px;border:2px solid #E8E4DF;border-radius:8px 8px 0 0;background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;color:#5a5a5a;cursor:pointer;white-space:nowrap;transition:all .15s;border-bottom:2px solid #E8E4DF}.sh-tab:hover{color:#009b6d;border-color:#009b6d}.sh-tab.active{background:#009b6d;color:#fff;border-color:#009b6d}.sh-section{background:#f8f9fa;border:2px solid #E8E4DF;border-radius:12px;padding:32px;margin-bottom:32px}.sh-section-badge{display:inline-block;background:#009b6d;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 14px;border-radius:16px;margin-bottom:16px}.sh-section-badge.hazard{background:#e8654a}.sh-section-badge.incident{background:#1c99c5}.sh-section-badge.fatigue{background:#8b6bae}.sh-section-badge.debrief{background:#009b6d}.sh-section h2{font-size:22px;font-weight:800;color:#2e4057;margin:0 0 8px}.sh-section>p{font-size:14px;color:#5a5a5a;line-height:1.6;margin-bottom:24px}.sh-required{color:#e8654a;font-weight:700}.sh-form{display:flex;flex-direction:column;gap:20px}.sh-field label{display:block;font-size:14px;font-weight:700;color:#2e4057;margin-bottom:6px}.sh-field .sh-optional{font-weight:400;color:#999;font-size:13px}.sh-field input,.sh-field textarea,.sh-field select{width:100%;padding:12px 14px;border:2px solid #E8E4DF;border-radius:8px;font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#2e4057;background:#fff;transition:border-color .15s;box-sizing:border-box;-webkit-appearance:none}.sh-field input:focus,.sh-field textarea:focus,.sh-field select:focus{outline:none;border-color:#009b6d}.sh-field-row{display:flex;gap:16px}.sh-field-half{flex:1}.sh-field-half label{display:block;font-size:14px;font-weight:700;color:#2e4057;margin-bottom:6px}.sh-emoji-scale{display:flex;gap:8px;flex-wrap:wrap}.sh-emoji-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 10px;border:2px solid #E8E4DF;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s;flex:1;min-width:70px;font-family:Arial,Helvetica,sans-serif}.sh-emoji-btn:hover{border-color:#009b6d}.sh-emoji-btn.selected{border-color:#009b6d;background:#e6f5f0}.sh-emoji-btn .emoji{font-size:28px;line-height:1}.sh-emoji-btn .label{font-size:11px;color:#5a5a5a;font-weight:600;text-align:center}.sh-emoji-btn.selected .label{color:#009b6d}.sh-radio-group{display:flex;gap:10px;flex-wrap:wrap}.sh-radio-btn{padding:10px 18px;border:2px solid #E8E4DF;border-radius:8px;background:#fff;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;color:#5a5a5a;transition:all .15s}.sh-radio-btn:hover{border-color:#009b6d;color:#009b6d}.sh-radio-btn.selected{background:#009b6d;border-color:#009b6d;color:#fff}.sh-follow-up-fields{display:flex;flex-direction:column;gap:12px;margin-top:12px;padding:16px;background:#fff;border-radius:8px;border:1px solid #E8E4DF}.sh-submit-btn{padding:14px 32px;background:#009b6d;color:#fff;border:none;border-radius:8px;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s;align-self:flex-start;min-height:48px}.sh-submit-btn:hover{background:#007a56}.sh-submit-btn:disabled{background:#ccc;cursor:not-allowed}.sh-submit-btn.hazard{background:#e8654a}.sh-submit-btn.hazard:hover{background:#d4503c}.sh-submit-btn.incident{background:#1c99c5}.sh-submit-btn.incident:hover{background:#177fa5}.sh-submit-btn.fatigue{background:#8b6bae}.sh-submit-btn.fatigue:hover{background:#725a91}.sh-submit-btn.debrief{background:#009b6d}.sh-success{text-align:center;padding:24px 16px}.sh-success-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#009b6d;color:#fff;font-size:28px;font-weight:800;margin-bottom:16px}.sh-success h3{font-size:18px;font-weight:800;color:#2e4057;margin:0 0 8px}.sh-success p{font-size:14px;color:#5a5a5a;line-height:1.6;margin:0 0 8px}.sh-success .ref-number{display:inline-block;background:#e6f5f0;color:#009b6d;font-weight:800;font-size:16px;padding:6px 16px;border-radius:8px;margin:8px 0 16px}.sh-crisis-box{background:#fdf0ed;border:2px solid #E8654A;border-radius:10px;padding:16px 20px;margin-top:16px;text-align:left}.sh-crisis-box h4{font-size:14px;font-weight:800;color:#e8654a;margin:0 0 8px}.sh-crisis-box p{font-size:13px;color:#5a5a5a;line-height:1.6;margin:0 0 4px}.sh-crisis-box strong{color:#2e4057}.sh-crisis-box a{color:#e8654a;font-weight:700;text-decoration:none}.sh-anon-note{font-size:13px;color:#999;font-style:italic;margin-top:12px}.sh-reset-btn{padding:10px 24px;background:transparent;color:#009b6d;border:2px solid #009B6D;border-radius:8px;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;cursor:pointer;margin-top:12px}.sh-reset-btn:hover{background:#e6f5f0}.sh-error{background:#fdf0ed;border-left:4px solid #E8654A;padding:10px 14px;border-radius:0 8px 8px 0;font-size:14px;color:#e8654a;font-weight:600}.sh-whs-info{background:#e6f5f0;border-left:4px solid #009B6D;padding:12px 16px;border-radius:0 8px 8px 0;margin-top:16px}.sh-whs-info p{font-size:13px;color:#5a5a5a;line-height:1.6;margin:0}.sh-fatigue-result{padding:32px 24px;border-radius:12px;text-align:center}.sh-fatigue-result.green{background:#e6f5f0}.sh-fatigue-result.amber{background:#fff8e1}.sh-fatigue-result.red{background:#fdf0ed}.sh-fatigue-light{width:60px;height:60px;border-radius:50%;margin:0 auto 16px;border:4px solid rgba(0,0,0,.1)}.sh-fatigue-light.green{background:#009b6d;box-shadow:0 0 20px #009b6d80}.sh-fatigue-light.amber{background:#f5a623;box-shadow:0 0 20px #f5a62380}.sh-fatigue-light.red{background:#e8654a;box-shadow:0 0 20px #e8654a80}.sh-fatigue-result h3{font-size:20px;font-weight:800;color:#2e4057;margin:0 0 8px}.sh-fatigue-result p{font-size:15px;color:#5a5a5a;line-height:1.6;margin:0}.sh-rights-page .sh-section{margin-bottom:24px}.sh-rights-list{list-style:none;padding:0;margin:0 0 16px}.sh-rights-list li{position:relative;padding:10px 0 10px 24px;font-size:14px;line-height:1.7;color:#5a5a5a;border-bottom:1px solid #E8E4DF}.sh-rights-list li:last-child{border-bottom:none}.sh-rights-list li:before{content:"✓";position:absolute;left:0;color:#009b6d;font-weight:800}.sh-rights-list li strong{color:#2e4057}.sh-contact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.sh-contact-card{background:#fff;border:2px solid #E8E4DF;border-radius:10px;padding:20px;text-align:center;transition:border-color .15s}.sh-contact-card:hover{border-color:#009b6d}.sh-contact-card.emergency{border-color:#e8654a;background:#fdf0ed}.sh-contact-role{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#009b6d;margin-bottom:8px}.sh-contact-card.emergency .sh-contact-role{color:#e8654a}.sh-contact-name{font-size:16px;font-weight:700;color:#2e4057;margin-bottom:4px}.sh-contact-phone{display:inline-block;font-size:18px;font-weight:800;color:#009b6d;text-decoration:none;margin-top:4px}.sh-contact-card.emergency .sh-contact-phone{color:#e8654a;font-size:24px}.sh-contact-note{font-size:12px;color:#999;margin-top:4px}.sh-july-update .sh-update-highlight{background:#e6f5f0;border:2px solid #009B6D;border-radius:10px;padding:24px}.sh-july-update .sh-update-highlight p{font-size:14px;color:#5a5a5a;line-height:1.7;margin:0 0 12px}.sh-july-update .sh-update-highlight h4{font-size:15px;font-weight:800;color:#2e4057;margin:16px 0 8px}.sh-july-update .sh-update-highlight strong{color:#2e4057}.sh-footer{text-align:center;padding:32px 24px;border-top:1px solid #E8E4DF;margin-top:20px}.sh-footer p{font-size:13px;color:#999;margin:0}@media(max-width:600px){.sh-hero{padding:40px 20px 32px}.sh-hero h1{font-size:28px}.sh-section{padding:20px}.sh-emoji-scale{gap:6px}.sh-emoji-btn{min-width:58px;padding:10px 6px}.sh-emoji-btn .emoji{font-size:24px}.sh-radio-group{flex-direction:column}.sh-submit-btn{width:100%;text-align:center}.sh-tabs{gap:2px}.sh-tab{padding:8px 12px;font-size:12px}.sh-debrief-card{flex-direction:column;text-align:center;padding:20px}.sh-debrief-card-arrow{display:none}.sh-field-row{flex-direction:column;gap:12px}.sh-contact-grid{grid-template-columns:1fr}.sh-emergency-fab{bottom:16px;right:16px;padding:12px 16px;font-size:13px}}.sh-section-badge.homecheck,.sh-submit-btn.homecheck{background:#1c99c5}.sh-submit-btn.homecheck:hover:not(:disabled){background:#1680a6}.sh-checklist-section{margin-top:28px;border:1px solid #e0e0e0;border-radius:12px;padding:20px;background:#fafafa}.sh-checklist-title{margin:0 0 16px;font-size:16px;color:#2e4057;font-family:Arial,sans-serif;border-bottom:2px solid #009B6D;padding-bottom:8px}.sh-checklist-item{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #eee}.sh-checklist-item:last-child{border-bottom:none}.sh-checklist-label{flex:1;min-width:200px;font-size:14px;color:#333;font-family:Arial,sans-serif}.sh-checklist-answers{display:flex;gap:6px}.sh-checklist-btn{padding:6px 14px;border:1px solid #ccc;border-radius:6px;background:#fff;font-size:13px;cursor:pointer;font-family:Arial,sans-serif;transition:all .15s}.sh-checklist-btn.yes{background:#009b6d;color:#fff;border-color:#009b6d}.sh-checklist-btn.no{background:#e8654a;color:#fff;border-color:#e8654a}.sh-checklist-btn.na{background:#999;color:#fff;border-color:#999}.sh-checklist-comment{width:100%;padding:6px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;font-family:Arial,sans-serif;margin-top:4px}.sh-radio-btn.green{background:#009b6d;color:#fff;border-color:#009b6d}.sh-radio-btn.amber{background:#e8a317;color:#fff;border-color:#e8a317}.sh-radio-btn.red{background:#e8654a;color:#fff;border-color:#e8654a}.sh-section-badge.updates{background:#8b6bae}.sh-posts-feed{display:flex;flex-direction:column;gap:20px;margin-top:20px}.sh-post-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;transition:box-shadow .2s}.sh-post-card:hover{box-shadow:0 4px 16px #00000014}.sh-post-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.sh-post-category{display:inline-block;padding:3px 10px;border-radius:20px;color:#fff;font-size:12px;font-weight:700;font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.5px}.sh-post-date{font-size:13px;color:#888;font-family:Arial,sans-serif}.sh-post-title{margin:0 0 10px;font-size:18px;color:#2e4057;font-family:Arial,sans-serif}.sh-post-content{font-size:14px;line-height:1.7;color:#444;font-family:Arial,sans-serif;margin:0 0 12px}.sh-post-author{font-size:13px;color:#888;font-style:italic;font-family:Arial,sans-serif}.sh-emergency-fab{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:8px;padding:14px 22px;background:linear-gradient(135deg,#e8654a,#d44a2e);color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:700;font-family:Arial,sans-serif;cursor:pointer;box-shadow:0 4px 20px #e8654a66;z-index:1000;transition:transform .2s,box-shadow .2s}.sh-emergency-fab:hover{transform:scale(1.05);box-shadow:0 6px 24px #e8654a80}.sh-emergency-fab-icon{font-size:20px}.sh-emergency-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.sh-emergency-modal{background:#fff;border-radius:16px;padding:32px;width:90%;max-width:440px;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sh-emergency-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;color:#999;cursor:pointer;line-height:1}.sh-emergency-close:hover{color:#333}.sh-emergency-title{margin:0 0 20px;font-size:22px;color:#2e4057;font-family:Arial,sans-serif;text-align:center}.sh-emergency-list{display:flex;flex-direction:column;gap:8px}.sh-emergency-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:10px;background:#f5f5f5;text-decoration:none;color:inherit;transition:background .15s}.sh-emergency-item:hover{background:#eee}.sh-emergency-item.emergency-red{background:#e8654a;color:#fff}.sh-emergency-item.emergency-red:hover{background:#d44a2e}.sh-emergency-label{font-size:15px;font-weight:600;font-family:Arial,sans-serif}.sh-emergency-number{font-size:17px;font-weight:700;font-family:Arial,sans-serif}.sha-page{font-family:Arial,Helvetica,sans-serif;background:#f8f9fa;min-height:100vh}.sha-header{background:#2e4057;padding:32px 24px;text-align:center;color:#fff}.sha-header h1{font-size:28px;font-weight:800;margin:0 0 4px;color:#fff}.sha-header p{font-size:14px;opacity:.7;margin:0}.sha-container{max-width:900px;margin:0 auto;padding:24px}.sha-back-link{display:inline-block;font-size:14px;color:#009b6d;text-decoration:none;font-weight:600;margin-bottom:24px}.sha-back-link:hover{text-decoration:underline}.sha-login{max-width:400px;margin:80px auto;background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 2px 8px #00000014;text-align:center}.sha-login h2{font-size:22px;color:#2e4057;margin:0 0 8px}.sha-login p{font-size:14px;color:#5a5a5a;margin-bottom:24px}.sha-login input{width:100%;padding:12px 14px;border:2px solid #E8E4DF;border-radius:8px;font-family:Arial,Helvetica,sans-serif;font-size:14px;margin-bottom:16px;box-sizing:border-box}.sha-login input:focus{outline:none;border-color:#009b6d}.sha-login-btn{width:100%;padding:12px;background:#009b6d;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;font-family:Arial,Helvetica,sans-serif}.sha-login-btn:hover{background:#007a56}.sha-login-error{color:#e8654a;font-size:14px;font-weight:600;margin-top:12px}.sha-summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:32px}.sha-stat-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 1px 4px #0000000f;text-align:center}.sha-stat-value{font-size:32px;font-weight:800;color:#009b6d;display:block}.sha-stat-label{font-size:13px;color:#5a5a5a;margin-top:4px;display:block}.sha-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px #0000000f;margin-bottom:24px}.sha-section h3{font-size:18px;font-weight:800;color:#2e4057;margin:0 0 16px}.sha-chart-wrap{width:100%;height:250px}.sha-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.sha-table{width:100%;border-collapse:collapse;font-size:13px}.sha-table th{text-align:left;padding:10px 12px;background:#f8f9fa;color:#2e4057;font-weight:700;border-bottom:2px solid #E8E4DF;white-space:nowrap}.sha-table td{padding:10px 12px;border-bottom:1px solid #F0EDEA;color:#5a5a5a;vertical-align:top}.sha-table tr:hover td{background:#f8f9fa}.sha-status-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 10px;border-radius:10px}.sha-status-badge.new{background:#fdf0ed;color:#e8654a}.sha-status-badge.under-review{background:#fff8e6;color:#b8860b}.sha-status-badge.resolved{background:#e6f5f0;color:#009b6d}.sha-status-select{padding:4px 8px;border:1px solid #E8E4DF;border-radius:6px;font-size:12px;font-family:Arial,Helvetica,sans-serif;background:#fff;cursor:pointer}.sha-status-select:focus{outline:none;border-color:#009b6d}.sha-empty{text-align:center;padding:32px;color:#999;font-size:14px}.sha-loading{text-align:center;padding:40px;color:#999;font-size:14px}@media(max-width:600px){.sha-summary-grid{grid-template-columns:repeat(2,1fr)}.sha-section{padding:16px}.sha-table{font-size:12px}.sha-table th,.sha-table td{padding:8px}}.chat-container{display:flex;height:calc(100vh - 64px);background:#f5f6fa;font-family:Nunito,sans-serif}.chat-sidebar{width:280px;min-width:280px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden}.chat-sidebar-header{padding:16px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-sidebar-header h2{margin:0;font-size:1.1rem;color:#333}.chat-new-dm-btn{background:#e8654a;color:#fff;border:none;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap}.chat-new-dm-btn:hover{background:#d4533a}.chat-sidebar-channels{flex:1;overflow-y:auto;padding:8px 0}.chat-channel-group-label{padding:8px 16px 4px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:#999}.chat-channel-item{display:flex;align-items:center;padding:8px 16px;cursor:pointer;transition:background .15s;gap:8px}.chat-channel-item:hover{background:#f0f0f0}.chat-channel-item.active{background:#e8654a15;border-right:3px solid #E8654A}.chat-channel-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#fff;flex-shrink:0}.chat-channel-icon.general{background:#009b6d}.chat-channel-icon.whs{background:#e6007e}.chat-channel-icon.site{background:#1c99c5}.chat-channel-icon.dm{background:#8b6bae}.chat-channel-name{flex:1;font-size:.85rem;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-channel-item.active .chat-channel-name{color:#e8654a}.chat-unread-badge{background:#e8654a;color:#fff;font-size:.7rem;font-weight:700;padding:2px 7px;border-radius:10px;min-width:18px;text-align:center}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.chat-main-header{padding:12px 20px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:12px}.chat-mobile-toggle{display:none;background:none;border:none;font-size:1.4rem;cursor:pointer;padding:4px;color:#666}.chat-main-header h3{margin:0;font-size:1rem;color:#333;flex:1}.chat-header-actions{display:flex;gap:8px}.chat-header-btn{background:none;border:1px solid #ddd;border-radius:6px;padding:6px 12px;font-size:.75rem;cursor:pointer;color:#666;font-weight:600}.chat-header-btn:hover{background:#f0f0f0}.chat-messages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:2px}.chat-load-more{text-align:center;padding:8px}.chat-load-more button{background:#f0f0f0;border:none;border-radius:16px;padding:6px 16px;font-size:.8rem;cursor:pointer;color:#666}.chat-date-divider{text-align:center;padding:12px 0 4px;font-size:.72rem;font-weight:700;color:#999}.chat-msg{display:flex;gap:10px;padding:6px 0}.chat-msg.grouped{padding-top:0}.chat-msg-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.chat-msg.grouped .chat-msg-avatar{visibility:hidden}.chat-msg-body{flex:1;min-width:0}.chat-msg-header{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.chat-msg-sender{font-size:.82rem;font-weight:700;color:#333}.chat-msg-time{font-size:.7rem;color:#aaa}.chat-msg-content{font-size:.88rem;color:#444;line-height:1.45;word-break:break-word}.chat-msg-image{max-width:300px;max-height:250px;border-radius:8px;margin-top:4px;cursor:pointer;object-fit:cover}.chat-msg-pinned{display:inline-flex;align-items:center;gap:4px;background:#fff3cd;color:#856404;font-size:.68rem;padding:2px 6px;border-radius:4px;margin-top:2px;font-weight:600}.chat-msg-actions{opacity:0;display:flex;gap:4px;margin-left:auto}.chat-msg:hover .chat-msg-actions{opacity:1}.chat-msg-action-btn{background:none;border:none;font-size:.7rem;cursor:pointer;color:#999;padding:2px 6px;border-radius:4px}.chat-msg-action-btn:hover{background:#eee;color:#333}.chat-msg-delete-btn{color:#c33}.chat-msg-delete-btn:hover{background:#ffe0e0;color:#c00}.chat-msg-admin-tag{display:inline-block;background:#e8654a;color:#fff;font-size:.6rem;font-weight:800;padding:1px 5px;border-radius:3px;margin-left:6px;vertical-align:middle;letter-spacing:.3px}.chat-input-area{padding:12px 20px;background:#fff;border-top:1px solid #e0e0e0}.chat-input-row{display:flex;gap:8px;align-items:flex-end}.chat-input-field{flex:1;border:1px solid #ddd;border-radius:20px;padding:10px 16px;font-size:.88rem;font-family:Nunito,sans-serif;outline:none;resize:none;max-height:120px;min-height:40px}.chat-input-field:focus{border-color:#e8654a}.chat-upload-btn{background:none;border:1px solid #ddd;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;color:#888;flex-shrink:0}.chat-upload-btn:hover{background:#f5f5f5;color:#e8654a}.chat-send-btn{background:#e8654a;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;flex-shrink:0}.chat-send-btn:disabled{background:#ccc;cursor:not-allowed}.chat-send-btn:not(:disabled):hover{background:#d4533a}.chat-upload-preview{padding:8px 0 0;display:flex;align-items:center;gap:8px}.chat-upload-preview img{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid #ddd}.chat-upload-preview .remove-preview{background:#f44;color:#fff;border:none;border-radius:50%;width:22px;height:22px;font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#999;font-size:1rem;text-align:center;padding:40px}.chat-no-channel{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#999;gap:8px}.chat-no-channel span{font-size:2.5rem}.chat-dm-modal-overlay{position:fixed;inset:0;background:#0006;z-index:1000;display:flex;align-items:center;justify-content:center}.chat-dm-modal{background:#fff;border-radius:12px;width:400px;max-width:90vw;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.chat-dm-modal-header{padding:16px 20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.chat-dm-modal-header h3{margin:0;font-size:1rem}.chat-dm-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#999}.chat-dm-search{margin:12px 20px;padding:8px 14px;border:1px solid #ddd;border-radius:8px;font-size:.88rem;outline:none;width:calc(100% - 40px)}.chat-dm-search:focus{border-color:#e8654a}.chat-dm-list{flex:1;overflow-y:auto;padding:0 8px 12px}.chat-dm-item{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;border-radius:8px;transition:background .15s}.chat-dm-item:hover{background:#f5f5f5}.chat-dm-item-avatar{width:36px;height:36px;border-radius:50%;background:#8b6bae;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.chat-dm-item-name{font-size:.88rem;font-weight:600;color:#333}.chat-members-panel{width:240px;min-width:240px;background:#fff;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden}.chat-members-header{padding:14px 16px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between}.chat-members-header h4{margin:0;font-size:.9rem;color:#333}.chat-members-close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#999}.chat-members-list{flex:1;overflow-y:auto;padding:8px 0}.chat-member-item{display:flex;align-items:center;gap:8px;padding:6px 16px}.chat-member-avatar{width:28px;height:28px;border-radius:50%;background:#1c99c5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0;position:relative}.chat-member-online:after{content:"";position:absolute;bottom:-1px;right:-1px;width:9px;height:9px;background:#4caf50;border-radius:50%;border:2px solid #fff}.chat-member-name{font-size:.82rem;color:#333;flex:1}.chat-member-admin-tag{font-size:.65rem;background:#e8654a;color:#fff;padding:1px 6px;border-radius:4px;font-weight:700}.chat-member-remove{background:none;border:none;color:#ccc;cursor:pointer;font-size:.8rem;padding:2px}.chat-member-remove:hover{color:#f44}.chat-members-add{padding:8px 16px;border-top:1px solid #eee}.chat-members-add-row{display:flex;gap:6px}.chat-members-add input{flex:1;padding:6px 10px;border:1px solid #ddd;border-radius:6px;font-size:.8rem;outline:none}.chat-members-add button{background:#009b6d;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:.8rem;cursor:pointer;font-weight:700}.chat-add-results{margin-top:4px}.chat-add-result-item{padding:4px 8px;font-size:.78rem;cursor:pointer;border-radius:4px}.chat-add-result-item:hover{background:#f0f0f0}.chat-lightbox{position:fixed;inset:0;background:#000000d9;z-index:2000;display:flex;align-items:center;justify-content:center;cursor:pointer}.chat-lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px}.chat-pinned-banner{background:#fff8e1;border-bottom:1px solid #FFE082;padding:8px 20px;display:flex;align-items:center;gap:8px;font-size:.82rem;color:#6d4c00;cursor:pointer}.chat-pinned-banner:hover{background:#fff3cd}.chat-pinned-icon{font-size:.9rem}@media(max-width:768px){.chat-sidebar{position:fixed;left:-300px;top:64px;bottom:0;z-index:100;transition:left .25s ease;box-shadow:2px 0 8px #0000001a}.chat-sidebar.mobile-open{left:0}.chat-mobile-toggle{display:block}.chat-members-panel{position:fixed;right:-260px;top:64px;bottom:0;z-index:100;transition:right .25s ease;box-shadow:-2px 0 8px #0000001a}.chat-members-panel.mobile-open{right:0}.chat-msg-image{max-width:200px}}.chat-mobile-overlay{display:none;position:fixed;inset:0;background:#0000004d;z-index:99}@media(max-width:768px){.chat-mobile-overlay.visible{display:block}}*{margin:0;padding:0;box-sizing:border-box}
