@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');
:root{--egw-wine:#7d0b25;--egw-wine2:#9d1535;--egw-gold:#d8a63a;--egw-cream:#fbf8f2;--egw-paper:#fffefa;--egw-ink:#211d1c;--egw-muted:#746e69;--egw-line:#e8dfd5;--egw-green:#147331}
.egwc-app,.egwc-app *{box-sizing:border-box}.egwc-app{font-family:"DM Sans",sans-serif;color:var(--egw-ink);background:var(--egw-paper);border:1px solid var(--egw-line);border-radius:24px;box-shadow:0 16px 55px rgba(71,45,30,.11);display:grid;grid-template-columns:230px minmax(0,1fr) 260px;min-height:720px;max-width:1450px;margin:24px auto;overflow:hidden}.egwc-sidebar{background:linear-gradient(160deg,#fffdfa,#faf5ed);border-right:1px solid var(--egw-line);padding:28px 20px;display:flex;flex-direction:column}.egwc-brand{display:flex;align-items:center;gap:12px;font-family:"Libre Baskerville",serif;font-size:28px;color:#40201f;margin:0 8px 28px}.egwc-brand small{display:block;font-size:16px;font-weight:400}.egwc-feather{color:var(--egw-gold);font-size:40px;transform:rotate(-30deg)}.egwc-new,.egwc-view-all{border:0;background:linear-gradient(135deg,var(--egw-wine2),var(--egw-wine));color:#fff;border-radius:9px;padding:13px 16px;font-weight:600;cursor:pointer;box-shadow:0 8px 18px rgba(125,11,37,.18)}.egwc-sidebar nav{display:grid;gap:6px;margin:18px 0}.egwc-sidebar nav button{border:0;background:transparent;text-align:left;padding:12px;border-radius:9px;cursor:pointer;font:inherit}.egwc-sidebar nav button.active{background:#f2ebe6;color:var(--egw-wine);font-weight:700}.egwc-library{border-top:1px solid var(--egw-line);padding-top:18px;display:grid;gap:14px}.egwc-library a{color:inherit;text-decoration:none;font-size:14px}.egwc-profile{margin-top:auto;display:flex;gap:10px;align-items:center;font-size:13px}.egwc-profile small{display:block;color:var(--egw-muted)}.egwc-avatar{width:38px;height:38px;border-radius:50%;background:var(--egw-wine);color:white;display:grid;place-items:center;font-weight:700}.egwc-main{display:flex;flex-direction:column;min-width:0}.egwc-main>header{display:flex;justify-content:space-between;align-items:flex-start;padding:34px 34px 16px}.egwc-main h2{font-size:22px;margin:0 0 4px}.egwc-main header p{margin:0;color:var(--egw-muted);font-size:14px}.egwc-status{border:1px solid var(--egw-line);border-radius:10px;padding:8px 13px;font-size:11px}.egwc-status em{display:block;color:var(--egw-green);font-style:normal;font-weight:700}.egwc-tabs{padding:0 34px 16px;display:flex;gap:8px}.egwc-tabs button{border:1px solid var(--egw-line);background:#fff;padding:10px 18px;border-radius:9px;cursor:pointer}.egwc-tabs button.active{background:var(--egw-wine);border-color:var(--egw-wine);color:#fff}.egwc-conversation{padding:20px 34px;overflow:auto;flex:1;max-height:535px}.egwc-empty{text-align:center;max-width:620px;margin:90px auto}.egwc-empty>span{width:70px;height:70px;border:2px solid var(--egw-gold);border-radius:50%;display:grid;place-items:center;color:var(--egw-wine);font-size:32px;margin:auto}.egwc-empty h1{font-family:"Libre Baskerville",serif;font-size:28px;margin:18px 0 10px}.egwc-empty p{color:var(--egw-muted)}.egwc-prompts{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:24px}.egwc-prompts button{border:1px solid var(--egw-line);background:#fff;padding:10px 13px;border-radius:20px;cursor:pointer}.egwc-message{display:flex;gap:13px;margin:22px 0}.egwc-message.user{justify-content:flex-end}.egwc-bubble{max-width:78%;padding:15px 17px;border-radius:15px;line-height:1.58}.user .egwc-bubble{background:#f3eadb}.assistant .egwc-bubble{padding:0;background:transparent}.egwc-ai-mark{width:40px;height:40px;flex:0 0 40px;border-radius:50%;display:grid;place-items:center;background:var(--egw-wine);color:var(--egw-gold);border:2px solid var(--egw-gold)}.egwc-confidence{display:inline-block;background:#e9f6e9;color:var(--egw-green);padding:4px 8px;border-radius:5px;font-size:11px;font-weight:700;margin:8px 0}.egwc-actions{display:flex;gap:8px;margin-top:14px}.egwc-actions button{border:1px solid var(--egw-line);background:white;border-radius:7px;padding:7px 10px;cursor:pointer}.egwc-main>footer{padding:12px 34px 20px}.egwc-composer{border:1px solid var(--egw-line);border-radius:28px;padding:7px 8px 7px 20px;display:flex;align-items:center;background:#fff;box-shadow:0 7px 22px rgba(50,32,20,.05)}.egwc-composer textarea{border:0;outline:0;resize:none;flex:1;font:inherit;max-height:100px}.egwc-send,.egwc-mic{width:40px;height:40px;border-radius:50%;border:0;cursor:pointer}.egwc-send{background:var(--egw-wine);color:#fff}.egwc-mic{background:#fbf7ef;color:var(--egw-wine);margin-right:5px}.egwc-main>footer>small{display:block;text-align:center;color:var(--egw-muted);margin-top:8px}.egwc-sources{border-left:1px solid var(--egw-line);background:#fffdf9;padding:140px 22px 24px}.egwc-sources h3{border-bottom:1px solid var(--egw-line);padding-bottom:14px}.egwc-source-card{padding:14px 0;border-bottom:1px solid var(--egw-line)}.egwc-source-card b,.egwc-source-card small{display:block}.egwc-source-card small{color:var(--egw-muted);margin-top:5px}.egwc-view-all{width:100%;margin-top:20px}.egwc-modal{border:0;border-radius:18px;max-width:640px;width:calc(100% - 32px);padding:30px;box-shadow:0 20px 70px #0004}.egwc-modal::backdrop{background:#26141799}.egwc-close{float:right;border:0;background:none;font-size:28px;cursor:pointer}.egwc-error{background:#fff0f0;color:#8b1f1f;padding:12px;border-radius:8px}
@media(max-width:1050px){.egwc-app{grid-template-columns:210px 1fr}.egwc-sources{display:none}}
@media(max-width:720px){.egwc-app{display:block;border-radius:0;margin:0;min-height:100vh}.egwc-sidebar{padding:14px 18px;display:block;border:0}.egwc-brand{font-size:20px;margin:0 0 12px}.egwc-brand small{font-size:12px}.egwc-feather{font-size:28px}.egwc-new,.egwc-library,.egwc-profile{display:none}.egwc-sidebar nav{grid-template-columns:repeat(3,1fr);margin:0}.egwc-sidebar nav button{text-align:center;font-size:12px}.egwc-main>header{padding:20px 18px 12px}.egwc-status{display:none}.egwc-tabs{display:none}.egwc-conversation{padding:12px 18px;max-height:none;min-height:58vh}.egwc-empty{margin:50px auto}.egwc-main>footer{padding:10px 14px 22px}.egwc-bubble{max-width:88%}}

/* Application shell and secondary screens */
body:has(.egwc-app) .wp-site-blocks>header,body:has(.egwc-app) .wp-site-blocks>footer,body:has(.egwc-app) main.wp-block-group>h1{display:none!important}body:has(.egwc-app) .wp-site-blocks,body:has(.egwc-app) main.wp-block-group,body:has(.egwc-app) .entry-content{padding:0!important;margin:0!important;max-width:none!important}body:has(.egwc-app){background:var(--egw-cream)}
.egwc-brand{border:0;background:transparent;text-align:left;cursor:pointer}.egwc-sidebar button{font-family:inherit}.egwc-library button{border:0;background:transparent;text-align:left;padding:0;cursor:pointer;color:inherit}.egwc-profile{border:0;background:transparent;text-align:left;width:100%;cursor:pointer}.egwc-profile i{margin-left:auto}.egwc-view[hidden]{display:none!important}.egwc-chat-view{display:flex;flex-direction:column;min-height:720px}.egwc-chat-view>header{display:flex;justify-content:space-between;align-items:flex-start;padding:34px 34px 16px}.egwc-icon-button{width:40px;height:40px;border-radius:50%;border:1px solid var(--egw-line);background:#fff;cursor:pointer}.egwc-eyebrow{font-size:11px!important;letter-spacing:.16em;color:var(--egw-wine)!important;font-weight:700}.egwc-home-view,.egwc-list-view{padding:35px;overflow:auto}.egwc-welcome{display:flex;justify-content:space-between;align-items:start}.egwc-welcome h1,.egwc-list-view h1{font-family:"Libre Baskerville",serif;margin:5px 0 6px;font-size:28px}.egwc-welcome p,.egwc-list-view header p{margin:0;color:var(--egw-muted)}.egwc-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:30px 0}.egwc-feature{min-height:108px;border:1px solid var(--egw-line);background:#fff;border-radius:15px;padding:20px;text-align:left;cursor:pointer;box-shadow:0 8px 25px rgba(60,38,20,.05)}.egwc-feature b,.egwc-feature span{display:block}.egwc-feature b{font-size:17px;margin-bottom:8px;color:var(--egw-wine)}.egwc-feature span{color:var(--egw-muted)}.egwc-feature.wine{background:linear-gradient(135deg,var(--egw-wine2),var(--egw-wine));color:#fff}.egwc-feature.wine b,.egwc-feature.wine span{color:#fff}.egwc-dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.egwc-card{min-height:190px;border:1px solid var(--egw-line);background:#fff;border-radius:15px;padding:20px;display:flex;flex-direction:column;box-shadow:0 8px 25px rgba(60,38,20,.04)}.egwc-card header{display:flex;justify-content:space-between}.egwc-card header button{border:0;background:none;color:var(--egw-wine);cursor:pointer}.egwc-card p{color:var(--egw-muted)}.egwc-inspiration{background:linear-gradient(160deg,#f8ead5,#fbf7ef)}.egwc-inspiration blockquote{font-family:"Libre Baskerville",serif;margin:16px 0;font-size:17px}.egwc-inspiration button,.egwc-outline{margin-top:auto;border:1px solid var(--egw-wine);color:var(--egw-wine);background:#fff;border-radius:8px;padding:9px 12px;cursor:pointer}.egwc-large-icon{font-size:50px;color:#cfc4b6;text-align:center;margin:18px}.egwc-large-icon.green{color:#3ca35a}.egwc-list-view header{display:flex;gap:16px;align-items:flex-start;margin-bottom:30px}.egwc-back{border:1px solid var(--egw-line);background:white;border-radius:50%;width:40px;height:40px;font-size:24px;cursor:pointer}.egwc-search{border:1px solid var(--egw-line);border-radius:12px;background:#fff;display:flex;padding:12px 15px;margin-bottom:22px}.egwc-search input{flex:1;border:0;outline:0;font:inherit}.egwc-topic-grid,.egwc-settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.egwc-topic-grid button,.egwc-settings-grid article{border:1px solid var(--egw-line);background:#fff;border-radius:14px;padding:22px;text-align:left;cursor:pointer}.egwc-topic-grid button{font-size:16px;font-weight:700;color:var(--egw-wine)}.egwc-topic-grid small{display:block;color:var(--egw-muted);font-weight:400;margin-top:7px}.egwc-empty-small{display:grid;place-items:center;text-align:center;max-width:480px;margin:90px auto}.egwc-empty-small>span{font-size:45px;color:var(--egw-gold)}.egwc-empty-small b{font-size:20px;margin:14px}.egwc-empty-small p{color:var(--egw-muted)}.egwc-empty-small button{background:var(--egw-wine);color:white;border:0;border-radius:8px;padding:10px 16px;cursor:pointer}.egwc-note-editor{display:grid;gap:12px}.egwc-note-editor input,.egwc-note-editor textarea{border:1px solid var(--egw-line);border-radius:10px;padding:14px;font:inherit}.egwc-note-editor textarea{min-height:260px;resize:vertical}.egwc-note-editor button{justify-self:start;padding:10px 18px}.egwc-settings-grid article{cursor:default}.egwc-settings-grid strong{display:block;font-size:26px;color:var(--egw-wine);margin-top:12px}.egwc-coming{display:inline-block;background:#f5e7ca;color:#7a5200;padding:5px 9px;border-radius:6px;margin-top:14px}.egwc-mobile-nav{display:none}.egwc-voice-modal{text-align:center;border:0;border-radius:20px;padding:40px;width:min(420px,calc(100% - 30px))}.egwc-voice-orb{width:140px;height:140px;border-radius:50%;display:grid;place-items:center;margin:10px auto 25px;font-size:60px;color:var(--egw-gold);background:#fff7df;box-shadow:0 0 0 18px #fff9e9,0 0 45px #e9b94f99}.egwc-dark{--egw-paper:#211d1c;--egw-cream:#171414;--egw-ink:#f9f4ec;--egw-muted:#bdb4aa;--egw-line:#423a36}.egwc-dark,.egwc-dark .egwc-sidebar,.egwc-dark .egwc-sources,.egwc-dark .egwc-feature,.egwc-dark .egwc-card,.egwc-dark .egwc-topic-grid button,.egwc-dark .egwc-settings-grid article,.egwc-dark .egwc-composer{background:#211d1c;color:var(--egw-ink)}
.egwc-sources-hidden{visibility:hidden}.egwc-loading .egwc-send{opacity:.45;pointer-events:none}.egwc-thinking{opacity:.7}.egwc-history-item{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--egw-line);background:#fff;border-radius:12px;padding:16px;margin-bottom:10px;text-align:left;cursor:pointer}.egwc-history-item b,.egwc-history-item small{display:block}.egwc-history-item small{color:var(--egw-muted);margin-top:5px}.egwc-saved-list{display:grid;gap:12px}.egwc-saved-list .egwc-card{min-height:0}.egwc-saved-list p{white-space:pre-wrap}.egwc-dark button,.egwc-dark input,.egwc-dark textarea{color:var(--egw-ink)}
@media(max-width:720px){body:has(.egwc-app) #wpadminbar{display:none}html:has(.egwc-app){margin-top:0!important}.egwc-app{padding-bottom:68px}.egwc-sidebar{display:none}.egwc-chat-view{min-height:calc(100vh - 68px)}.egwc-chat-view>header{padding:18px}.egwc-main{min-height:100vh}.egwc-home-view,.egwc-list-view{padding:22px 18px 85px}.egwc-feature-grid,.egwc-dashboard-grid,.egwc-topic-grid,.egwc-settings-grid{grid-template-columns:1fr}.egwc-feature-grid{margin:22px 0}.egwc-feature{min-height:92px}.egwc-dashboard-grid{gap:12px}.egwc-mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);bottom:0;left:0;right:0;background:var(--egw-wine);color:#fff;z-index:999;border-top:1px solid #ffffff22;padding:7px 5px}.egwc-mobile-nav button{border:0;background:transparent;color:#f8ddc3;display:grid;place-items:center;gap:2px;font-size:18px}.egwc-mobile-nav button.active{color:#fff}.egwc-mobile-nav span{font-size:10px}.egwc-conversation{min-height:62vh}.egwc-main>footer{padding-bottom:82px}}
