@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Source+Sans+3:wght@300;400;600&display=swap";:root{--navy: #1B2A4A;--navy-light: #243558;--gold: #C5A059;--gold-light: #D4B47A;--white: #FFFFFF;--off-white: #F8F6F1;--text-dark: #1A1A2E;--text-mid: #4A5568;--text-light: #718096;--border: rgba(197, 160, 89, .2);--bg-body: #FFFFFF;--bg-section-alt: #F8F6F1;--bg-card: #FFFFFF;--card-border: rgba(197, 160, 89, .2);--card-shadow: rgba(0, 0, 0, .06);--heading-color: #1B2A4A;--body-color: #4A5568;--muted-color: #718096;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Source Sans 3", sans-serif;--max-width: 1200px;--section-padding: 5rem 2rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--body-color);background-color:var(--bg-body);line-height:1.7;font-size:16px;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--heading-color);line-height:1.3}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.5rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}p{color:var(--body-color);line-height:1.8}a{text-decoration:none;color:inherit;transition:all .3s ease}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn-primary{display:inline-block;background-color:var(--gold);color:var(--navy);padding:.85rem 2rem;border-radius:4px;font-family:var(--font-body);font-weight:600;font-size:.95rem;letter-spacing:.5px;border:2px solid var(--gold);cursor:pointer;transition:all .3s ease}.btn-primary:hover{background-color:var(--gold-light);border-color:var(--gold-light);transform:translateY(-2px)}.btn-secondary{display:inline-block;background-color:transparent;color:var(--white);padding:.85rem 2rem;border-radius:4px;font-family:var(--font-body);font-weight:600;font-size:.95rem;letter-spacing:.5px;border:2px solid var(--white);cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background-color:var(--white);color:var(--navy);transform:translateY(-2px)}.section-title{text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--muted-color);font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.gold-line{width:60px;height:3px;background-color:var(--gold);margin:1rem auto 2rem;border:none}.card{background-color:var(--bg-card);border:1px solid var(--card-border);box-shadow:0 2px 12px var(--card-shadow)}.section-alt{background-color:var(--bg-section-alt)}.client-id-bar{display:flex;align-items:center;gap:1rem;background:#c5a05914;border:1px solid rgba(197,160,89,.25);border-radius:10px;padding:.8rem 1.2rem;margin-bottom:1.5rem;flex-wrap:wrap}.client-id-bar__label{color:var(--gold);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.client-id-bar__number{color:#fff;font-size:1.3rem;font-weight:800;letter-spacing:1px}.client-id-bar__note{color:#ffffff80;font-size:.78rem}.cw-wrap{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50000;font-family:Poppins,Inter,Segoe UI,sans-serif}.cw-launcher{display:inline-flex;align-items:center;gap:.55rem;height:48px;padding:0 1rem 0 .5rem;border:none;cursor:pointer;background:#fff;color:#0f172a;border-radius:999px;box-shadow:0 6px 22px #0f172a2e;transition:all .25s ease;font-family:inherit;font-size:.9rem;font-weight:600}.cw-launcher:hover{box-shadow:0 8px 28px #0f172a3d;transform:translateY(-1px)}.cw-launcher-closed{display:inline-flex;align-items:center;gap:.55rem}.cw-launcher-ava{position:relative;width:38px;height:38px;flex-shrink:0}.cw-launcher-ava img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#e2e8f0}.cw-launcher-dot{position:absolute;bottom:1px;right:1px;width:11px;height:11px;background:#22c55e;border:2px solid #fff;border-radius:50%}.cw-launcher-open{display:none;align-items:center;gap:.4rem}.cw-launcher.open{background:#fc0;color:#1a1a1a;padding:0 1.3rem}.cw-launcher.open .cw-launcher-closed{display:none}.cw-launcher.open .cw-launcher-open{display:inline-flex}.cw-panel{position:absolute;bottom:64px;right:0;width:380px;height:560px;background:#fff;border-radius:18px;box-shadow:0 12px 48px #0f172a38;display:none;flex-direction:column;overflow:hidden;transform:translateY(12px) scale(.98);opacity:0;transition:all .22s ease}.cw-panel.open{display:flex;transform:translateY(0) scale(1);opacity:1}.cw-screen{display:none;flex-direction:column;flex:1;overflow:hidden}.cw-screen.active{display:flex}.cw-header{background:linear-gradient(160deg,#2563eb,#1233a0);padding:1.3rem 1.4rem 1.6rem;color:#fff}.cw-header-top{margin-bottom:1.6rem}.cw-avatars{display:flex}.cw-avatars img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.85);margin-left:-10px;background:#cbd5e1}.cw-avatars img:first-child{margin-left:0}.cw-greeting-sub{font-size:1.4rem;font-weight:400;color:#ffffff8c;line-height:1.2}.cw-greeting-main{font-size:1.5rem;font-weight:700;line-height:1.25}.cw-body{flex:1;overflow-y:auto;padding:1.1rem 1.2rem;background:#f8fafc}.cw-action-card{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.1rem;background:#fff;border:1px solid #e8edf3;border-radius:14px;cursor:pointer;transition:.18s;text-align:left;box-shadow:0 2px 10px #0f172a0d}.cw-action-card:hover{box-shadow:0 4px 16px #2563eb24;transform:translateY(-1px)}.cw-action-text{flex:1}.cw-action-text strong{display:block;font-size:.95rem;color:#0f172a;font-weight:700}.cw-action-text small{font-size:.78rem;color:#64748b}.cw-action-arrow{color:#0f172a;display:flex}.cw-home-convos{margin-top:1rem}.cw-nav{display:flex;border-top:1px solid #eef2f6;background:#fff}.cw-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.65rem 0;background:none;border:none;cursor:pointer;font-size:.72rem;font-weight:600;color:#94a3b8;transition:.18s;font-family:inherit}.cw-nav-btn svg{width:22px;height:22px}.cw-nav-btn.active,.cw-nav-btn:hover{color:#0f172a}.cw-subhead{display:flex;align-items:center;gap:.4rem;padding:.9rem 1rem;border-bottom:1px solid #eef2f6}.cw-subhead h3{flex:1;font-size:1.05rem;font-weight:700;color:#0f172a}.cw-back-btn{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:0 .3rem;line-height:1}.cw-back-btn:hover{color:#0f172a}.cw-convo-list{flex:1;overflow-y:auto}.cw-convo-loading{padding:2rem;text-align:center;color:#94a3b8;font-size:.85rem}.cw-convo-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.2rem;cursor:pointer;transition:.15s;border-bottom:1px solid #f1f5f9}.cw-convo-item:hover{background:#f8fafc}.cw-convo-icon{width:38px;height:38px;border-radius:50%;background:#eef6ff;display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0}.cw-convo-info{flex:1;min-width:0}.cw-convo-name{font-size:.88rem;font-weight:600;color:#0f172a}.cw-convo-time{font-size:.68rem;color:#94a3b8;flex-shrink:0}.cw-help-body{flex:1;overflow-y:auto;padding:1.2rem;background:#f8fafc}.cw-help-lead{font-size:.88rem;color:#475569;line-height:1.6;margin-bottom:1rem}.cw-help-link{display:block;margin-top:.8rem;padding:.85rem 1rem;background:#fff;border:1px solid #e8edf3;border-radius:12px;font-size:.88rem;font-weight:600;color:#0f172a;text-decoration:none}.cw-help-link:hover{border-color:#2563eb}.cw-thread-header{display:flex;align-items:center;gap:.4rem;padding:.9rem 1rem;border-bottom:1px solid #eef2f6;background:#fff}.cw-thread-title{flex:1;font-size:.98rem;font-weight:700;color:#0f172a}.cw-thread-msgs{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;background:#f8fafc}.cw-msg{display:flex;flex-direction:column;max-width:80%}.cw-msg.mine{align-self:flex-end}.cw-msg.theirs{align-self:flex-start}.cw-msg-name{font-size:.65rem;font-weight:600;color:#94a3b8;margin-bottom:.15rem}.cw-msg-bubble{padding:.55rem .85rem;border-radius:14px;font-size:.85rem;line-height:1.5;word-wrap:break-word}.cw-msg.mine .cw-msg-bubble{background:#2563eb;color:#fff;border-bottom-right-radius:4px}.cw-msg.theirs .cw-msg-bubble{background:#fff;color:#0f172a;border:1px solid #eef2f6;border-bottom-left-radius:4px}.cw-msg-time{font-size:.6rem;color:#94a3b8;margin-top:.15rem}.cw-msg.mine .cw-msg-time{text-align:right}.cw-thread-input{display:flex;gap:.4rem;padding:.7rem .9rem;border-top:1px solid #eef2f6;background:#fff}.cw-input{flex:1;background:#f1f5f9;border:1px solid transparent;border-radius:22px;padding:.55rem 1rem;font-size:.85rem;color:#0f172a;outline:none;font-family:inherit}.cw-input:focus{border-color:#2563eb;background:#fff}.cw-input::placeholder{color:#94a3b8}.cw-send{width:40px;height:40px;border-radius:50%;border:none;background:#2563eb;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;flex-shrink:0}.cw-send:hover{background:#1d4ed8}.cw-send:disabled{opacity:.5;cursor:not-allowed}.cw-login-prompt{padding:2rem 1.5rem;text-align:center}.cw-login-prompt p{font-size:.9rem;color:#64748b;margin-bottom:1rem}.cw-login-btn{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:.65rem 1.5rem;font-size:.88rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.cw-login-btn:hover{background:#1d4ed8}@media(max-width:480px){.cw-panel{width:calc(100vw - 2rem);right:-.5rem;bottom:60px;height:75vh}}.cw-badge{position:absolute;top:-6px;right:-6px;background:#4455ef;color:#fff;font-size:.65rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;pointer-events:none}.cw-launcher{position:relative}
