:root{--teal: #008c95;--teal-dark: #006f78;--teal-pale: #e6f3f4;--gold: #d2a526;--gold-dark: #a87f16;--gold-pale: #f7e8bb;--danger: #a4262c;--danger-dark: #841c21;--danger-pale: #fbeceb;--charcoal: #303030;--text-gray: #555555;--warm-gray: #f5f3ef;--near-black: #1f1f1f;--white: #ffffff;--radius: 12px;--shadow-card: 0 1px 3px rgba(48, 48, 48, .07), 0 6px 24px rgba(48, 48, 48, .06);--font: "Helvetica Neue", Arial, "Noto Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh}body{font-family:var(--font);color:var(--charcoal);background:var(--warm-gray);background-image:radial-gradient(1200px 600px at 85% -10%,rgba(210,165,38,.06),transparent 60%),radial-gradient(1000px 700px at -10% 110%,rgba(0,140,149,.05),transparent 60%);background-attachment:fixed;-webkit-font-smoothing:antialiased}.header{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;background:var(--white);border-bottom:3px solid var(--teal)}.header-brand{display:flex;align-items:center;gap:12px}.brand-mark{width:34px;height:34px;background:url(/navigators-sail.png) center / contain no-repeat}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-org{color:var(--teal);font-size:19px;font-weight:700;letter-spacing:.3px}.brand-app{color:var(--text-gray);font-size:11.5px;text-transform:uppercase;letter-spacing:1.6px}.header-user{display:flex;align-items:center;gap:16px}.user-chip{background:var(--teal-pale);color:var(--teal-dark);font-size:13.5px;font-weight:600;padding:6px 14px;border-radius:999px}.portal{min-height:100vh;display:flex;flex-direction:column}.portal-main{flex:1;width:100%;max-width:1060px;margin:0 auto;padding:48px 32px 64px;animation:rise .45s ease both}.portal-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}h1{font-size:30px;font-weight:700;color:var(--near-black);letter-spacing:-.3px}.subtitle{margin-top:6px;color:var(--text-gray);font-size:15.5px}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:15px;font-weight:600;border:none;border-radius:999px;padding:12px 24px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.btn-primary{background:var(--teal);color:var(--white);box-shadow:0 2px 8px #008c9547}.btn-primary:hover{background:var(--teal-dark);box-shadow:0 4px 14px #006f7852}.btn-primary:active{transform:translateY(1px)}.btn-plus{font-size:19px;line-height:1;font-weight:500}.link-quiet{color:var(--text-gray);font-size:13.5px;text-decoration:none;border-bottom:1px solid transparent}.link-quiet:hover{color:var(--teal-dark);border-bottom-color:var(--teal-dark)}.empty-state{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:72px 48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.empty-state h2{font-size:22px;color:var(--near-black)}.empty-state p{max-width:46ch;color:var(--text-gray);font-size:15.5px;line-height:1.6}.nav-mark{width:88px;height:88px;margin-bottom:6px;animation:rise .6s .1s ease both}.event-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.event-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:24px;border-top:3px solid var(--teal);display:flex;flex-direction:column;transition:box-shadow .15s ease,transform .15s ease}.event-card:hover{transform:translateY(-2px);box-shadow:0 2px 6px #30303014,0 12px 32px #3030301a}.event-card h3{font-size:17px;color:var(--near-black);margin-bottom:6px}.event-dates{color:var(--text-gray);font-size:13.5px;margin-bottom:18px}.event-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.event-card-aside{display:flex;align-items:center;gap:2px;flex-shrink:0}.event-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.btn-small{font-size:13px;padding:7px 15px}.btn-outline{background:transparent;color:var(--teal-dark);box-shadow:inset 0 0 0 1.5px var(--teal)}.btn-outline:hover{background:var(--teal-pale)}.btn-ghost{background:transparent;color:var(--text-gray)}.btn-ghost:hover{color:var(--teal-dark);background:var(--teal-pale)}.btn-danger{background:var(--danger);color:var(--white)}.btn-danger:hover:not(:disabled){background:var(--danger-dark)}.btn-danger:disabled{opacity:.45;cursor:not-allowed}.menu{position:relative;display:inline-flex}.menu-trigger{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;padding:5px;color:var(--text-gray);cursor:pointer;transition:background .15s ease,color .15s ease}.menu-trigger:hover,.menu-trigger[aria-expanded=true]{background:var(--warm-gray);color:var(--charcoal)}.menu-list{position:absolute;top:calc(100% + 6px);right:0;z-index:10;min-width:170px;padding:6px;display:flex;flex-direction:column;background:var(--white);border-radius:10px;box-shadow:0 4px 12px #1f1f1f1a,0 12px 32px #1f1f1f24;animation:rise .14s ease both}.menu-item{font-family:var(--font);font-size:14px;font-weight:500;text-align:left;white-space:nowrap;background:transparent;border:none;border-radius:7px;padding:9px 12px;color:var(--charcoal);cursor:pointer}.menu-item:hover{background:var(--warm-gray)}.menu-item-danger{color:var(--danger)}.menu-item-danger:hover{background:var(--danger-pale)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f1f1f73;display:flex;align-items:center;justify-content:center;padding:24px;z-index:20}.modal{background:var(--white);border-radius:16px;border-top:4px solid var(--teal);box-shadow:0 20px 60px #1f1f1f40;padding:32px;width:100%;max-width:480px;display:flex;flex-direction:column;gap:16px;animation:rise .25s ease both}.modal-danger{border-top-color:var(--danger)}.modal h2{font-size:21px;color:var(--near-black)}.modal-sub{color:var(--text-gray);font-size:14px;margin-top:-8px}.field{display:flex;flex-direction:column;gap:6px;flex:1}.field span{font-size:13px;font-weight:600;color:var(--charcoal)}.field em{font-weight:400;color:var(--text-gray);font-style:normal}.field input{font-family:var(--font);font-size:15px;color:var(--charcoal);padding:10px 12px;border:1.5px solid #ddd8cf;border-radius:8px;background:var(--white)}.field input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-pale)}.field select,.person-role{font-family:var(--font);font-size:14px;color:var(--charcoal);padding:9px 10px;border:1.5px solid #ddd8cf;border-radius:8px;background:var(--white);cursor:pointer}.field select:focus,.person-role:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-pale)}.person-role:disabled{cursor:default;color:var(--text-gray);background:var(--warm-gray)}.field-row{display:flex;gap:14px}.form-error{color:#a4262c;font-size:13.5px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.modal-wide{max-width:640px;max-height:88vh;overflow-y:auto}.people-section{display:flex;flex-direction:column;gap:8px}.people-heading{font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--text-gray)}.people-hint{font-size:13px;line-height:1.5;color:var(--text-gray)}.person-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #ece8e1}.person-row:last-child{border-bottom:none}.person-row-pending{background:var(--gold-pale);border-bottom:none;border-radius:10px;padding:10px 14px}.person-identity{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.person-name{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;color:var(--near-black)}.person-you{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--teal-dark);background:var(--teal-pale);border-radius:999px;padding:2px 8px}.person-email{font-size:12.5px;color:var(--text-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:196px;flex-shrink:0}.person-role{width:96px;flex-shrink:0}.person-cell-remove{width:92px;display:flex;justify-content:flex-end;flex-shrink:0}.people-add{border-top:1px solid #ece8e1;padding-top:16px;align-items:flex-start}.people-add .field-row{width:100%}.people-field-name{flex:0 1 30%}.people-field-role{flex:0 0 116px}.site{min-height:100vh;background:var(--site-bg);display:flex;flex-direction:column;--site-ink: #1b1b1b;--site-ink-soft: #585858;--site-rule: rgba(48, 48, 48, .11);--site-tint: color-mix(in srgb, var(--site-primary) 8%, #fff);--site-gold-soft: color-mix(in srgb, var(--site-accent) 55%, #fff)}.site-draft-banner{background:var(--gold-pale);color:var(--gold-dark);text-align:center;font-size:13px;font-weight:700;letter-spacing:.02em;padding:9px 16px}.site-hero{position:relative;overflow:hidden;color:var(--white);padding:clamp(54px,8.5vw,104px) clamp(20px,5vw,40px) clamp(46px,7vw,86px);background:radial-gradient(120% 140% at 82% -25%,rgba(210,165,38,.3),transparent 58%),radial-gradient(100% 120% at 0% 115%,rgba(0,0,0,.24),transparent 62%),linear-gradient(150deg,var(--site-primary-dark),var(--site-primary))}.site-hero:before{content:"";position:absolute;top:-52%;right:-18%;width:min(500px,58%);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px #d2a52638,0 0 0 30px #ffffff08,0 0 0 31px #ffffff12;pointer-events:none}.site-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.14;mix-blend-mode:overlay;pointer-events:none}.site-hero-inner{position:relative;z-index:1;max-width:760px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.site-hero-kicker{display:inline-flex;align-items:center;gap:12px;font-size:11.5px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;color:#ffffffdb}.site-hero-kicker:before,.site-hero-kicker:after{content:"";width:clamp(16px,4vw,40px);height:1px;background:var(--site-accent)}.site-hero h1{margin-top:20px;font-size:clamp(32px,6vw,58px);line-height:1.04;letter-spacing:-.022em;text-wrap:balance;color:var(--white)}.site-hero-sub{margin-top:16px;font-size:clamp(15.5px,1.9vw,19px);line-height:1.55;max-width:46ch;color:#ffffffe6}.site-hero-meta{margin-top:26px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.site-hero-chip{font-size:13.5px;font-weight:700;letter-spacing:.01em;padding:8px 17px;border-radius:999px;background:#ffffff21;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.site-hero .site-btn{align-self:center;margin-top:28px}.site-hero-photo{min-height:clamp(300px,42vw,460px);display:grid}.site-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.site-hero-photo:before{display:none}.site-hero-photo:after{z-index:0;opacity:1;mix-blend-mode:normal;background-image:linear-gradient(180deg,#0000004d,#0000008c),linear-gradient(150deg,color-mix(in srgb,var(--site-primary-dark) 72%,transparent),transparent 64%)}.site-hero-photo .site-hero-inner{align-self:center}.site-btn{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:999px;font-size:14.5px;font-weight:700;letter-spacing:.01em;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.site-btn:active{transform:translateY(1px)}.site-btn-gold{background:var(--site-accent);color:#2b2100;box-shadow:0 8px 22px -10px #00000073}.site-btn-gold:hover{background:color-mix(in srgb,var(--site-accent) 88%,#fff)}.site-btn-solid{background:var(--site-primary);color:var(--white)}.site-btn-solid:hover{background:var(--site-primary-dark)}.site-btn-outline{background:transparent;color:var(--site-primary-dark);box-shadow:inset 0 0 0 1.5px var(--site-primary)}.site-btn-outline:hover{background:var(--site-tint)}.site-main{flex:1;width:100%;max-width:900px;margin:0 auto;padding:clamp(34px,5vw,62px) clamp(18px,4vw,32px) clamp(46px,6vw,78px);display:flex;flex-direction:column;gap:clamp(20px,2.6vw,30px)}.site-section{background:var(--white);border:1px solid var(--site-rule);border-radius:16px;padding:clamp(24px,3.4vw,40px);box-shadow:0 1px 2px #3030300a,0 14px 34px -20px #30303038}.site-section-quiet{background:var(--site-tint);border-color:color-mix(in srgb,var(--site-primary) 16%,#fff);box-shadow:none}.site-h2{font-size:clamp(20px,2.7vw,28px);line-height:1.18;letter-spacing:-.014em;color:var(--site-ink);text-wrap:balance}.site-h2:after{content:"";display:block;width:46px;height:3px;margin-top:14px;border-radius:2px;background:var(--site-accent)}.site-lede,.site-prose{margin-top:16px;color:var(--site-ink-soft);font-size:clamp(15px,1.6vw,16.5px);line-height:1.7;max-width:66ch}.site-prose{line-height:1.75}.site-link{color:var(--site-primary-dark);font-weight:600}.site-section-quiet .site-btn{margin-top:18px}.site-days{margin-top:26px;display:flex;flex-direction:column;gap:clamp(24px,3vw,34px)}.site-day-head{display:flex;align-items:center;gap:12px;margin-bottom:6px}.site-day-head h3{font-size:clamp(15px,1.8vw,17.5px);letter-spacing:-.005em;color:var(--site-ink);white-space:nowrap}.site-day-head:after{content:"";flex:1;height:1px;background:var(--site-rule)}.site-day-index{flex:0 0 auto;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-size:12.5px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--site-primary-dark);background:color-mix(in srgb,var(--site-accent) 20%,#fff);box-shadow:inset 0 0 0 1px var(--site-gold-soft)}.site-agenda{list-style:none}.site-agenda-row{display:flex;gap:clamp(12px,2vw,22px);padding:13px 0;border-top:1px solid var(--site-rule)}.site-agenda-row:first-child{border-top:0}.site-agenda-time{flex:0 0 clamp(62px,8.5vw,86px);padding-top:1px;font-size:13.5px;font-weight:700;letter-spacing:.005em;font-variant-numeric:tabular-nums;color:var(--site-primary-dark)}.site-agenda-body strong{font-size:clamp(14.5px,1.6vw,16px);font-weight:700;color:var(--site-ink)}.site-agenda-body p{margin-top:4px;font-size:14px;line-height:1.6;color:var(--site-ink-soft)}.site-agenda-row.is-parallel{border-top:0;padding-top:0}.site-agenda-row.is-parallel .site-agenda-body{padding-left:14px;border-left:2px solid var(--site-gold-soft)}.site-grid{margin-top:24px;display:grid;gap:14px}.site-grid-cards{grid-template-columns:repeat(auto-fit,minmax(min(228px,100%),1fr))}.site-grid-people{grid-template-columns:repeat(auto-fit,minmax(min(258px,100%),1fr))}.site-grid-tiers{grid-template-columns:repeat(auto-fit,minmax(min(186px,100%),1fr))}.site-card{padding:17px 19px;border-radius:12px;border:1px solid var(--site-rule);background:color-mix(in srgb,var(--site-bg) 55%,#fff);transition:transform .18s ease,box-shadow .18s ease}.site-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px -16px #30303057}.site-card strong{display:block;font-size:15.5px;color:var(--site-ink)}.site-card p{margin-top:6px;font-size:14px;line-height:1.6;color:var(--site-ink-soft)}.site-person{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:12px;border:1px solid var(--site-rule)}.site-person strong{display:block;font-size:15.5px;color:var(--site-ink)}.site-person p{margin-top:4px;font-size:13.5px;line-height:1.55;color:var(--site-ink-soft)}.site-monogram{flex:0 0 auto;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:800;letter-spacing:.03em;color:var(--site-primary-dark);background:var(--site-tint);box-shadow:inset 0 0 0 1.5px var(--site-gold-soft)}.site-person-photo{flex:0 0 auto;width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--site-tint);box-shadow:0 0 0 1.5px var(--site-gold-soft)}.site-gallery{margin-top:24px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr))}.site-shot{margin:0;border-radius:14px;overflow:hidden;border:1px solid var(--site-rule);background:var(--white);transition:transform .18s ease,box-shadow .18s ease}.site-shot:hover{transform:translateY(-2px);box-shadow:0 12px 26px -16px #30303057}.site-shot img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:var(--site-tint)}.site-shot figcaption{padding:11px 15px;font-size:13.5px;line-height:1.5;color:var(--site-ink-soft)}.site-tier{display:flex;flex-direction:column;gap:5px;padding:19px 20px;border-radius:14px;border:1px solid var(--site-rule);background:var(--white)}.site-tier-name{font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--site-ink-soft)}.site-tier-price{font-size:clamp(25px,3.4vw,33px);font-weight:800;line-height:1.05;letter-spacing:-.025em;font-variant-numeric:tabular-nums;color:var(--site-primary-dark)}.site-tier p{font-size:13.5px;line-height:1.55;color:var(--site-ink-soft)}.site-grid-tiers+.site-btn{margin-top:22px}.site-faq-list{margin-top:22px;border-top:1px solid var(--site-rule)}.site-faq{border-bottom:1px solid var(--site-rule)}.site-faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 0;cursor:pointer;list-style:none;font-size:15.5px;font-weight:700;color:var(--site-ink)}.site-faq summary::-webkit-details-marker{display:none}.site-faq summary:hover{color:var(--site-primary-dark)}.site-faq-sign{position:relative;flex:0 0 auto;width:15px;height:15px}.site-faq-sign:before,.site-faq-sign:after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;border-radius:2px;background:var(--site-primary);transition:transform .22s ease}.site-faq-sign:before{transform:translateY(-50%)}.site-faq-sign:after{transform:translateY(-50%) rotate(90deg)}.site-faq[open] .site-faq-sign:after{transform:translateY(-50%) rotate(0)}.site-faq p{padding-bottom:17px;font-size:14.5px;line-height:1.7;color:var(--site-ink-soft);max-width:70ch}.site-cta{position:relative;overflow:hidden;border-radius:18px;padding:clamp(30px,4.4vw,50px) clamp(24px,4vw,44px);text-align:center;color:var(--white);display:flex;flex-direction:column;align-items:center;gap:14px;background:radial-gradient(110% 140% at 82% -30%,rgba(210,165,38,.32),transparent 60%),linear-gradient(140deg,var(--site-primary-dark),var(--site-primary));box-shadow:0 20px 44px -26px #0000008c}.site-cta h2{font-size:clamp(22px,3.3vw,31px);line-height:1.15;letter-spacing:-.018em;text-wrap:balance}.site-cta p{font-size:clamp(14.5px,1.7vw,16.5px);line-height:1.6;max-width:52ch;color:#ffffffe6}.site-cta .site-btn{align-self:center;margin-top:4px}.site-footer{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:30px 22px 34px;color:var(--site-ink-soft);font-size:12.5px;border-top:1px solid var(--site-rule)}.site-footer-mark{width:32px;height:32px}@media(prefers-reduced-motion:reduce){.site-card,.site-btn,.site-faq-sign:before,.site-faq-sign:after{transition:none}.site-card:hover{transform:none}}.workspace{height:100vh;display:flex;flex-direction:column}.workspace-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:var(--white);border-bottom:3px solid var(--teal);flex-wrap:wrap}.workspace-bar-left{display:flex;align-items:center;gap:16px;min-width:0}.workspace-title{font-size:18px;color:var(--near-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40vw}.workspace-bar-right{display:flex;align-items:center;gap:10px}.workspace-body{flex:1;display:grid;grid-template-columns:minmax(340px,2fr) 3fr;min-height:0}.chat-pane{display:flex;flex-direction:column;min-height:0;background:var(--white);border-right:1px solid #e8e3d9}.chat-scroll{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:12px}.chat-welcome{background:var(--teal-pale);border-radius:var(--radius);padding:20px;color:var(--charcoal);font-size:14.5px;line-height:1.6}.chat-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.chip{font-family:var(--font);font-size:13px;font-weight:600;color:var(--teal-dark);background:var(--white);border:1.5px solid var(--teal);border-radius:999px;padding:7px 14px;cursor:pointer;transition:background .15s ease}.chip:hover{background:var(--teal-pale)}.chat-msg{max-width:85%;padding:11px 15px;border-radius:14px;font-size:14.5px;line-height:1.55;white-space:pre-wrap;animation:rise .2s ease both}.chat-user{align-self:flex-end;background:var(--teal);color:var(--white);border-bottom-right-radius:4px}.chat-assistant{align-self:flex-start;background:var(--warm-gray);color:var(--charcoal);border-bottom-left-radius:4px}.chat-error{background:#fdecea;color:#a4262c}.chat-typing{display:flex;gap:5px;padding:15px 17px}.chat-typing span{width:7px;height:7px;border-radius:50%;background:var(--teal);opacity:.4;animation:blink 1.2s infinite}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.chat-input-row{display:flex;gap:10px;padding:14px 16px;border-top:1px solid #eee9e0;background:var(--white)}.chat-input{flex:1;font-family:var(--font);font-size:15px;color:var(--charcoal);padding:11px 14px;border:1.5px solid #ddd8cf;border-radius:999px;background:var(--white)}.chat-input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-pale)}.preview-pane{display:flex;flex-direction:column;min-height:0;background:#e9e5dd}.preview-label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:1.4px;color:var(--text-gray);padding:10px 18px}.preview-frame{flex:1;overflow-y:auto;margin:0 18px 18px;border-radius:10px;box-shadow:var(--shadow-card);background:var(--white)}.preview-frame .site{min-height:100%}.event-card-link{color:inherit;text-decoration:none}.event-card-link:hover{color:var(--teal-dark)}.widget-fab{position:fixed;bottom:22px;right:22px;display:inline-flex;align-items:center;gap:9px;font-family:var(--font);font-size:15px;font-weight:700;color:var(--white);background:var(--site-primary, var(--teal));border:none;border-radius:999px;padding:14px 22px;cursor:pointer;box-shadow:0 6px 24px #1f1f1f47;z-index:40;transition:transform .15s ease,box-shadow .15s ease}.widget-fab:hover{transform:translateY(-2px);box-shadow:0 10px 28px #1f1f1f52}.widget-panel{position:fixed;bottom:22px;right:22px;width:min(380px,calc(100vw - 32px));height:min(520px,calc(100vh - 60px));background:var(--white);border-radius:16px;box-shadow:0 18px 60px #1f1f1f4d;display:flex;flex-direction:column;overflow:hidden;z-index:40;animation:rise .25s ease both}.widget-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--site-primary, var(--teal));color:var(--white)}.widget-header strong{display:block;font-size:15px}.widget-sub{font-size:12.5px;opacity:.85}.widget-close{background:none;border:none;color:var(--white);font-size:26px;line-height:1;cursor:pointer;opacity:.85;padding:0 4px}.widget-close:hover{opacity:1}.widget-scroll{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:var(--warm-gray)}.widget-scroll .chat-assistant{background:var(--white)}.widget-input-row{display:flex;gap:8px;padding:12px;background:var(--white);border-top:1px solid #eee9e0}.ask-page{height:100vh;height:100dvh;display:flex;flex-direction:column;background:var(--site-bg);overflow:hidden}.ask-header{padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));background:var(--site-primary);color:var(--white);flex-shrink:0}.ask-header-inner{display:flex;align-items:center;gap:12px;width:100%;max-width:720px;margin:0 auto}.ask-header-mark{width:30px;height:30px;background:var(--white);border-radius:50%;padding:3px;flex-shrink:0}.ask-header-text{display:flex;flex-direction:column;line-height:1.25;min-width:0;flex:1}.ask-header-text strong{font-size:15px}.ask-header-text span{font-size:12.5px;opacity:.88;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ask-header-link{color:var(--white);font-size:13px;font-weight:600;text-decoration:none;opacity:.9;white-space:nowrap;padding:6px 10px;border-radius:999px;background:#ffffff29}.ask-header-link:hover{opacity:1}.ask-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 16px;display:flex;flex-direction:column;gap:12px;width:100%;max-width:720px;margin:0 auto}.ask-scroll .chat-msg{max-width:88%;font-size:15.5px}.ask-scroll .chat-assistant{background:var(--white);box-shadow:var(--shadow-card)}.ask-starters{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.ask-input-row{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:var(--white);border-top:1px solid #eee9e0;flex-shrink:0}.ask-input-inner{display:flex;gap:10px;width:100%;max-width:720px;margin:0 auto}.ask-input{font-size:16px}.ask-send{width:46px;height:46px;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--site-primary, var(--teal))}.ask-send:disabled{opacity:.45}.widget-header-actions{display:flex;align-items:center;gap:4px}.widget-expand{color:var(--white);opacity:.85;display:inline-flex;padding:4px;border-radius:6px}.widget-expand:hover{opacity:1;background:#ffffff26}.pane-tabs{display:flex;gap:4px;padding:8px 18px 0}.pane-tab{font-family:var(--font);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-gray);background:none;border:none;border-bottom:3px solid transparent;padding:6px 10px 8px;cursor:pointer}.pane-tab:hover{color:var(--teal-dark)}.pane-tab-active{color:var(--teal-dark);border-bottom-color:var(--teal)}.knowledge-panel{flex:1;overflow-y:auto;margin:8px 18px 18px;display:flex;flex-direction:column;gap:12px}.drop-zone{border:2px dashed #c9c2b4;border-radius:var(--radius);background:#fff9;padding:26px 20px;text-align:center;cursor:pointer;color:var(--charcoal);font-size:14.5px;display:flex;flex-direction:column;align-items:center;gap:6px;transition:border-color .15s ease,background .15s ease}.drop-zone:hover,.drop-zone-over{border-color:var(--teal);background:var(--teal-pale)}.drop-zone-busy{cursor:default}.drop-hint{color:var(--text-gray);font-size:13px}.spinner-small{width:26px;height:26px;border-width:3px}.notice{font-size:13.5px;font-weight:600;padding:8px 14px;border-radius:8px}.notice-ok{background:var(--teal-pale);color:var(--teal-dark)}.notice-err{background:#fdecea;color:#a4262c}.notice-warn{font-size:12px;color:var(--gold-dark);font-weight:600}.file-list{display:flex;flex-wrap:wrap;gap:8px}.photos-panel{flex:1;overflow-y:auto;margin:8px 18px 18px;display:flex;flex-direction:column;gap:12px}.photo-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(min(150px,100%),1fr))}.photo-tile{position:relative;margin:0;border-radius:10px;overflow:hidden;background:var(--white);border:1px solid #e3ddd1;box-shadow:var(--shadow-card)}.photo-tile img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:var(--teal-pale)}.photo-tile figcaption{padding:7px 10px;font-size:12px;color:var(--text-gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-remove{position:absolute;top:6px;right:6px;width:24px;height:24px;border:0;border-radius:50%;cursor:pointer;font-size:16px;line-height:1;color:var(--white);background:#2020208c;opacity:0;transition:opacity .15s ease,background .15s ease}.photo-tile:hover .photo-remove,.photo-remove:focus-visible{opacity:1}.photo-remove:hover{background:var(--danger)}@media(hover:none){.photo-remove{opacity:1}}.photo-confirm{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:10px;text-align:center;font-size:13px;font-weight:600;color:var(--white);background:#202020c7}.photo-confirm .btn-ghost{color:var(--white)}.photo-confirm .btn-ghost:hover{color:var(--white);background:#ffffff2e}.photo-hint{color:var(--text-gray);font-size:13px;line-height:1.6}.file-pill{background:var(--white);border:1px solid #e3ddd1;border-radius:999px;font-size:12.5px;color:var(--charcoal);padding:5px 12px}.knowledge-doc{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:18px 20px;display:flex;flex-direction:column;gap:10px;flex:1}.knowledge-doc-bar{display:flex;align-items:center;justify-content:space-between;gap:10px}.knowledge-doc-actions{display:flex;align-items:center;gap:10px}.knowledge-text{font-family:var(--font);font-size:13.5px;line-height:1.65;color:var(--charcoal);white-space:pre-wrap;word-break:break-word}.knowledge-editor{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12.5px;line-height:1.6;color:var(--charcoal);border:1.5px solid #ddd8cf;border-radius:8px;padding:12px;min-height:320px;resize:vertical}.knowledge-editor:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-pale)}.knowledge-empty{color:var(--text-gray);font-size:14px;line-height:1.6}.toggle-row{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:var(--charcoal);cursor:pointer}.toggle-row input{width:18px;height:18px;accent-color:var(--teal)}.share-block{display:flex;flex-direction:column;gap:6px}.share-label{font-size:13px;font-weight:600;color:var(--charcoal)}.share-row{display:flex;gap:8px}.share-url{flex:1;min-width:0;font-family:var(--font);font-size:13px;color:var(--text-gray);padding:9px 12px;border:1.5px solid #ddd8cf;border-radius:8px;background:var(--warm-gray)}.share-url:focus{outline:none;border-color:var(--teal)}.share-hint{font-size:12px;color:var(--text-gray);line-height:1.5}.usage-block{display:flex;flex-direction:column;gap:6px}.usage-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text-gray);font-weight:600}.usage-bar{height:8px;background:var(--teal-pale);border-radius:999px;overflow:hidden}.usage-fill{height:100%;background:var(--teal);border-radius:999px;transition:width .2s ease}.usage-fill-high{background:var(--gold-dark)}.usage-block .field{margin-top:6px}.field-hint{font-size:12.5px;line-height:1.55;color:var(--text-gray)}@media(max-width:900px){.workspace{height:auto}.workspace-body{grid-template-columns:1fr}.chat-pane{border-right:none;border-bottom:1px solid #e8e3d9;max-height:70vh}.workspace-title{max-width:60vw}}@media(max-width:560px){.field-row{flex-direction:column}}.status{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:999px}.status-live{background:var(--teal-pale);color:var(--teal-dark)}.status-draft{background:var(--gold-pale);color:var(--gold-dark)}.status-archived{background:#ececec;color:var(--text-gray)}.centered-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.centered-card{background:var(--white);border-radius:16px;box-shadow:var(--shadow-card);border-top:4px solid var(--gold);padding:56px 48px;max-width:460px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px;animation:rise .45s ease both}.signin-title{font-size:26px;color:var(--near-black)}.signin-sub{color:var(--text-gray);font-size:15.5px;line-height:1.6}.spinner{width:36px;height:36px;border-radius:50%;border:4px solid var(--teal-pale);border-top-color:var(--teal);animation:spin .8s linear infinite}.footer{text-align:center;padding:20px;color:var(--text-gray);font-size:12.5px}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.portal-title-row{flex-direction:column;align-items:flex-start}.header{padding:12px 18px}.portal-main{padding:32px 18px 48px}.centered-card{padding:40px 28px}}
