body.chat-page{background:#fafaf9;color:#242526;height:100dvh;overflow:hidden}.chat-shell{display:grid;grid-template-columns:228px 1fr;height:100dvh}.chat-side{background:#f0f0ed;border-right:1px solid #e4e4df;padding:28px 20px;display:flex;flex-direction:column;gap:28px}.chat-logo{display:flex;align-items:center;gap:14px;color:#292a2a;font-size:12px;letter-spacing:.08em}.chat-logo img{filter:invert(1);width:61px}.chat-side button{background:transparent;color:#555;border:0;text-align:left;min-height:42px;padding:10px 12px;font-size:13px;font-weight:400;border-radius:8px}.chat-side button:hover{background:#e5e5df}.chat-side .new-chat{border:1px solid #d3d4ce;color:#252625}.side-group{display:grid;gap:3px}.side-label{font-size:10px;letter-spacing:.1em;color:#878881;padding-left:12px}.chat-side-foot{margin-top:auto;font-size:11px;color:#73766f;line-height:1.8}.chat-side-foot a{color:inherit}.chat-main{min-width:0;display:flex;flex-direction:column;position:relative;height:100dvh}.chat-top{height:68px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:0 32px;color:#777;font-size:12px}.chat-top button{background:none;color:#333;border:0;padding:10px;font-size:12px}.chat-scroll{flex:1;overflow:auto;scroll-behavior:smooth;padding:20px 32px 24px}.chat-welcome{max-width:760px;margin:11vh auto 40px}.chat-welcome .kicker{font-size:11px;letter-spacing:.12em;color:#868780}.chat-welcome h1{font-size:clamp(34px,4.2vw,55px);letter-spacing:-.055em;font-weight:400;line-height:1.12;margin:22px 0}.chat-welcome p{color:#777a74;max-width:550px;line-height:1.8;font-size:15px}.chat-starters{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.chat-starters button,.chat-actions button{border:1px solid #dfe0db;background:#fff;color:#42453f;border-radius:22px;font-size:12px;min-height:40px;padding:10px 16px;font-weight:400}.chat-starters button:hover,.chat-actions button:hover{border-color:#9ba39b;background:#f1f3ef}.chat-thread{max-width:760px;margin:auto}.chat-msg{margin:0 0 30px;line-height:1.8;font-size:15px;overflow-wrap:anywhere}.chat-msg.user{background:#e9ece7;border-radius:18px 18px 3px 18px;padding:12px 18px;margin-left:auto;max-width:82%;width:fit-content}.chat-msg.assistant .speaker{font-size:10px;letter-spacing:.12em;color:#7a8278;margin-bottom:10px;display:flex;gap:9px;align-items:center}.speaker:before{content:'✳';color:#4b6c56;font-size:17px}.chat-msg p{margin:0 0 14px}.chat-msg h2{font-size:23px;letter-spacing:-.03em;line-height:1.35;margin:0 0 16px}.chat-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.chat-note{font-size:11px;color:#81867d;margin-top:15px}.chat-result{border-left:2px solid #b9c9b8;padding-left:18px;margin:20px 0}.chat-result strong{font-size:13px;display:block}.chat-result p{font-size:13px;color:#74796f}.chat-compose-wrap{flex-shrink:0;padding:14px 32px 20px;background:#fafaf9}.chat-compose{max-width:760px;margin:auto;border:1px solid #d9dcd4;border-radius:17px;padding:10px 12px 10px 20px;display:flex;align-items:center;gap:10px;background:white;box-shadow:0 5px 24px #303b3010}.chat-compose input{border:0;outline:none;background:none;box-shadow:none;min-width:0;flex:1;padding:12px 0;font-size:14px}.chat-compose button{width:39px;height:39px;border-radius:11px;background:#252c25;color:white;padding:0;font-size:20px}.chat-caption{max-width:760px;margin:10px auto 0;text-align:center;font-size:10px;color:#8a8e85}.chat-email{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;max-width:500px}.chat-email input[type=email]{flex:1;min-width:180px;background:white;border:1px solid #d2d8cc;border-radius:9px;padding:12px;font-size:14px}.chat-email button{border:0;border-radius:9px;padding:12px 16px;background:#263326;color:white;font-size:12px}.chat-email label{display:flex;align-items:flex-start;gap:8px;width:100%;font-size:11px;color:#777;line-height:1.6}.chat-email input[type=checkbox]{width:auto;margin-top:4px}.chat-mobile{display:none}.chat-msg details{font-size:12px;color:#74796f}.chat-msg summary{cursor:pointer}.chat-msg a{color:#4b6c56}.chat-compose:focus-within{border-color:#81987f}.chat-page button:focus-visible,.chat-page a:focus-visible{outline:2px solid #6e8869;outline-offset:3px}@media(max-width:760px){.chat-shell{grid-template-columns:1fr}.chat-side{display:none;position:absolute;inset:0 auto 0 0;width:245px;z-index:20;box-shadow:12px 0 50px #0002}.chat-side.open{display:flex}.chat-mobile{display:block}.chat-top{padding:0 16px;height:56px}.chat-scroll{padding:16px 20px}.chat-welcome{margin:8vh auto 24px}.chat-welcome h1{font-size:38px}.chat-compose-wrap{padding:12px 16px 16px}.chat-caption{font-size:9px}.chat-msg{font-size:14px}.chat-starters{gap:7px}.chat-starters button{font-size:11px}.chat-msg.user{max-width:92%}}@media(prefers-reduced-motion:reduce){.chat-scroll{scroll-behavior:auto}}

@media(max-width:760px){.chat-desktop-label{display:none}}

.chat-reader{border:1px solid #dadfd4;border-radius:16px;padding:30px;max-width:680px;width:calc(100% - 32px);max-height:85dvh;overflow:auto;background:#fafaf9;color:#242526}.chat-reader::backdrop{background:#1a241a66}.reader-close{display:block;margin-left:auto;background:#eef0eb;border:0;border-radius:8px;padding:10px 14px;color:#263326}.chat-reader h2{font-size:24px;line-height:1.3;margin:24px 0 16px}.chat-reader h3{font-size:18px;margin:22px 0 12px}.chat-reader p{font-size:14px;line-height:1.75;margin:12px 0}.chat-reader[open]{display:block}

.chat-library-link{font-size:13px;padding:10px 12px;color:#555;text-decoration:none;display:block;border-radius:8px}.chat-library-link:hover{background:#e5e5df}.chat-caption a{color:inherit;text-underline-offset:3px}

.chat-top>div{display:flex;align-items:center;gap:14px}.top-home{font-size:12px;color:#465442;text-decoration:none}.reader-nav{display:flex;gap:20px;align-items:center;position:sticky;top:-30px;background:#fafaf9;padding:14px 0;z-index:2;border-bottom:1px solid #ddd}.reader-nav button{background:none;border:0;color:#465442;padding:0;font-size:13px}.reader-nav a{font-size:13px;color:#465442}.chat-reader table{display:block;overflow:auto;font-size:12px}.chat-reader th,.chat-reader td{padding:10px;border-bottom:1px solid #ddd}.chat-reader nav a{display:inline-block;margin:5px 10px 5px 0}.chat-reader h2 small{font-size:14px}.chat-reader ul{padding-left:22px}

.chat-top{height:auto;min-height:68px;padding-top:10px;padding-bottom:10px}.chat-top .breadcrumbs{margin:0}.chat-top>div{gap:8px}.chat-top .chat-mobile{padding:8px}@media(max-width:760px){.chat-top{min-height:56px;padding:8px 12px}.chat-top .breadcrumbs{font-size:11px}.chat-top .breadcrumbs li+li:before{margin:0 6px}}

/* Consistent, decorative line icons; labels remain the accessible names. */
.nav-icon{width:18px;height:18px;flex:0 0 18px;opacity:.8}.chat-side button,.chat-side .chat-library-link{display:flex;align-items:center;gap:11px}.chat-side{gap:22px;padding:24px 16px}.chat-side .new-chat{background:#fff9;border-color:#d7d9d2;box-shadow:0 1px 2px #00000004}.chat-side button:hover,.chat-side .chat-library-link:hover{background:#e4e7df;color:#253326}.chat-side button[aria-current=true]{background:#e4e7df;color:#253326}.chat-logo{padding:4px 12px}.chat-side .geo-home{font-size:11px;margin-top:-15px}.chat-welcome h1{max-width:670px}.welcome-method{margin-top:28px;max-width:620px;color:#6a7066;font-size:12px}.welcome-method summary{cursor:pointer;list-style-position:inside}.welcome-method p{font-size:13px;line-height:1.75;margin:14px 0}.welcome-method a{color:#465a40;text-underline-offset:3px}.home-context{font-size:12px;color:#60685d}.chat-top .breadcrumbs [aria-current=page]{color:#292f26}.chat-side-foot a:focus-visible{outline-offset:2px}@media(max-height:740px){.chat-side{gap:12px;padding-top:16px;padding-bottom:16px}.chat-side button,.chat-side .chat-library-link{min-height:36px;padding-top:7px;padding-bottom:7px}}@media(max-width:760px){.chat-welcome{margin-top:6vh}.chat-welcome h1{font-size:36px}.welcome-method{margin-top:24px}.chat-side{overflow-y:auto}.chat-side-foot{padding-top:10px}}
.chat-welcome h1{letter-spacing:-.04em;word-spacing:.055em}.chat-welcome .kicker{letter-spacing:.12em}

/* PTA's marketplace story, expressed through a conversational GEO experience. */
body.chat-page{background:#f8fafb;color:#192d3b}.chat-side{background:#eef2f4;border-color:#dde4e8;gap:17px}.chat-logo{color:#35536a}.chat-side button:hover,.chat-side .chat-library-link:hover,.chat-side button[aria-current=true]{background:#dfe9ee;color:#173d56}.chat-side .new-chat{border-color:#ccd9e1}.side-label{color:#6a7e8a}.chat-side-foot{font-size:10px;line-height:1.8}.chat-side-foot a{color:#526d7e}.chat-top{border-bottom:1px solid #e4ebef;background:#f8fafbe8;min-height:78px;padding-left:36px;padding-right:36px}.location-stack{display:grid;gap:4px;min-width:0}.home-context{color:#557182;font-size:11px;text-decoration:none}.chat-top .breadcrumbs{font-size:11px;color:#587385}#conversation-title{font-size:12px;font-weight:500;color:#1f3e51;max-width:460px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-top .top-actions{display:flex;gap:12px;align-items:center}.chat-welcome{max-width:1050px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:0 45px;align-items:center;margin:38px auto 24px}.welcome-copy{min-width:0}.chat-welcome .kicker{display:flex;gap:8px;align-items:center;font-size:9px;letter-spacing:.08em;color:#527287}.kicker i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#168cac}.chat-welcome h1{font-size:clamp(36px,3.5vw,53px);line-height:1.1;max-width:530px;margin:23px 0;color:#173347;letter-spacing:-.055em;word-spacing:normal}.chat-welcome p{font-size:14px;color:#5c7482;line-height:1.85;max-width:520px}.welcome-visual{margin:0;align-self:center;min-width:0}.welcome-visual img{display:block;width:100%;height:auto;max-height:380px;object-fit:contain;filter:drop-shadow(0 18px 22px #153e5110)}.welcome-visual figcaption{font-size:10px;text-align:center;color:#6c8390;margin-top:13px}.chat-starters{gap:7px;margin-top:24px}.chat-starters button{font-size:11px;padding:10px 13px;border-color:#cbdbe5;color:#264e66}.chat-starters button:first-child{background:#193e57;color:white;border-color:#193e57}.brand-bridge{display:inline-block;font-size:11px;color:#47798f;text-decoration:none;padding:22px 0 0}.story-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;border-top:1px solid #dce5e9;margin-top:32px;padding-top:25px}.story-strip span{font-size:9px;letter-spacing:.08em;color:#527e94}.story-strip strong{display:block;font-size:12px;font-weight:500;margin:7px 0;color:#203f52}.story-strip p{font-size:11px;margin:0;color:#6c828f;line-height:1.6}.welcome-method{grid-column:1/-1;margin-top:24px;max-width:100%;font-size:11px}.welcome-method summary{font-weight:400!important;font-size:12px}.welcome-method p{font-size:13px}.chat-thread{max-width:820px}.chat-compose-wrap{background:#f8fafb;padding-top:12px}.chat-compose{max-width:820px;border-color:#cfdce3;border-radius:18px;box-shadow:0 8px 30px #153e510c}.chat-compose button{background:#193e57;border:0}.chat-msg.user{background:#e5eef3;color:#1a3c52}.speaker:before{color:#167d9b}.chat-result{border-color:#91bbcd}.chat-result p,.chat-msg details{color:#576f7e}.chat-msg a,.welcome-method a{color:#276887}.chat-actions button{color:#2a5268;border-color:#cfdde4}.chat-actions button:hover,.chat-starters button:hover{background:#e8f1f5;color:#173e58}.chat-note{color:#647a88}.chat-reader{max-width:820px;padding:28px 36px;background:#f8fafb;border-color:#d2dfe7}.reader-nav{top:-28px;background:#f8fafb}.reader-crumbs{margin:24px 0 4px}.reader-crumbs .breadcrumbs{font-size:11px;color:#41677e}.chat-reader h2{color:#183e55}.chat-reader p{color:#435f70}.chat-side .side-account{margin-top:auto!important}.chat-page button:focus-visible,.chat-page a:focus-visible{outline-color:#167faa}
@media(max-width:1100px){.chat-welcome{gap:0 25px}.chat-welcome h1{font-size:39px}.chat-welcome p{font-size:13px}.chat-top{padding-left:24px;padding-right:24px}.story-strip{gap:18px}.chat-side{padding-left:12px;padding-right:12px}}
@media(max-width:760px){.chat-top{padding:10px 14px;min-height:70px}.chat-top .top-actions{gap:2px}.chat-top .top-actions>button[data-chat]{display:none}#conversation-title{max-width:190px;font-size:11px}.chat-welcome{display:flex;flex-direction:column;align-items:stretch;margin:22px auto;gap:24px}.chat-welcome h1{font-size:41px;max-width:400px}.chat-welcome .kicker{font-size:8px;letter-spacing:.045em}.chat-welcome p{font-size:13px}.welcome-visual{width:100%;max-width:330px;margin:0 auto}.welcome-visual img{max-height:290px}.story-strip{grid-template-columns:1fr;gap:18px;margin-top:0;padding-top:22px}.story-strip strong{margin:4px 0}.story-strip p{font-size:11px}.welcome-method{margin-top:0}.chat-scroll{padding:16px 20px}.brand-bridge{padding-top:20px}.chat-reader{padding:22px}.reader-nav{top:-22px}.chat-compose-wrap{padding:10px 14px 14px}.chat-caption{font-size:9px}.chat-side{width:260px}.chat-welcome .chat-starters{margin-top:22px}.chat-side-foot{padding-top:0}.chat-top .account-trigger{padding:7px 12px!important;min-height:40px}}
@media(max-width:360px){.chat-welcome h1{font-size:35px}#conversation-title{max-width:140px}.chat-welcome .kicker{font-size:7px}.chat-top{padding:8px}.chat-scroll{padding-left:16px;padding-right:16px}}
.welcome-copy h1>span{display:block}
@media(min-width:761px) and (max-width:1100px){.chat-welcome{grid-template-columns:1fr;gap:28px}.chat-welcome h1{font-size:42px}.welcome-visual{width:min(100%,340px);justify-self:center}.story-strip{margin-top:0;gap:18px}.chat-scroll{padding-left:28px;padding-right:28px}}
