.chat-main[data-astro-cid-wfrjesbw]{padding:56px 0 40px}.chat-status[data-astro-cid-wfrjesbw]{display:flex;align-items:center;gap:8px;margin-bottom:16px}.chat-dot[data-astro-cid-wfrjesbw]{width:6px;height:6px;border-radius:50%;background:var(--sage);box-shadow:0 0 #788c5d80;animation:chat-pulse 2.4s infinite}.chat-dot[data-astro-cid-wfrjesbw].offline{background:var(--gray-400);animation:none}.chat-online[data-astro-cid-wfrjesbw]{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--sage)}.chat-online[data-astro-cid-wfrjesbw].offline{color:var(--gray-400)}@keyframes chat-pulse{0%,to{box-shadow:0 0 #788c5d80}50%{box-shadow:0 0 0 5px #788c5d00}}.chat-head[data-astro-cid-wfrjesbw]{max-width:720px;margin:0 auto 56px}.chat-head[data-astro-cid-wfrjesbw] h1[data-astro-cid-wfrjesbw]{font-family:var(--font-display);font-weight:350;font-size:42px;letter-spacing:-.015em;margin:0 0 18px;font-variation-settings:"opsz" 144}.chat-head[data-astro-cid-wfrjesbw] .chat-lede[data-astro-cid-wfrjesbw]{font-family:var(--font-serif);font-size:17px;line-height:1.55;color:var(--gray-700);margin:0}.chat-head[data-astro-cid-wfrjesbw] .chat-lede[data-astro-cid-wfrjesbw] a[data-astro-cid-wfrjesbw]{color:var(--clay-deep)}.chat-thread[data-astro-cid-wfrjesbw]{max-width:720px;margin:0 auto 32px;display:flex;flex-direction:column;gap:80px;min-height:200px}.empty-hint[data-astro-cid-wfrjesbw]{color:var(--gray-400);font-size:14px;border:1px dashed var(--gray-100);border-radius:var(--r-md);padding:22px 26px;background:var(--cream-warm)}.empty-hint[data-astro-cid-wfrjesbw] ul[data-astro-cid-wfrjesbw]{margin:10px 0 0;padding-left:20px}.empty-hint[data-astro-cid-wfrjesbw] li[data-astro-cid-wfrjesbw]{margin-bottom:4px}.chat-form[data-astro-cid-wfrjesbw]{max-width:720px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.chat-form[data-astro-cid-wfrjesbw] textarea[data-astro-cid-wfrjesbw]{font-family:var(--font-serif);font-size:16px;line-height:1.5;padding:14px 16px;border:1px solid var(--gray-200);border-radius:var(--r-md);background:var(--cream);resize:vertical;min-height:56px;color:var(--ink)}.chat-form[data-astro-cid-wfrjesbw] textarea[data-astro-cid-wfrjesbw]:focus{outline:none;border-color:var(--clay);box-shadow:0 0 0 3px #d9775726}.chat-form[data-astro-cid-wfrjesbw] button[data-astro-cid-wfrjesbw]{padding:14px 22px;border:none;border-radius:var(--r-md);background:var(--ink);color:var(--cream);font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.chat-form[data-astro-cid-wfrjesbw] button[data-astro-cid-wfrjesbw]:hover:not(:disabled){background:var(--clay-deep)}.chat-form[data-astro-cid-wfrjesbw] button[data-astro-cid-wfrjesbw]:disabled{opacity:.6;cursor:not-allowed}.status-line[data-astro-cid-wfrjesbw]{max-width:720px;margin:14px auto 0;font-size:13px;color:var(--gray-700);min-height:18px}.status-line[data-astro-cid-wfrjesbw][data-kind=error]{color:var(--clay-deep)}@media(max-width:720px){.chat-main[data-astro-cid-wfrjesbw]{padding:32px 0 28px}.chat-head[data-astro-cid-wfrjesbw]{margin-bottom:32px}.chat-head[data-astro-cid-wfrjesbw] h1[data-astro-cid-wfrjesbw]{font-size:32px}.chat-thread[data-astro-cid-wfrjesbw]{gap:56px}.chat-form[data-astro-cid-wfrjesbw]{grid-template-columns:1fr}}.chat-thread .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-thread .bubble-user{display:block}.chat-thread .bubble-user .body{font-family:var(--font-display);font-style:italic;font-weight:350;font-size:32px;line-height:1.2;letter-spacing:-.01em;color:var(--ink);font-variation-settings:"opsz" 144;max-width:600px;padding-left:18px;border-left:3px solid var(--clay);white-space:pre-wrap;word-wrap:break-word}.chat-thread .bubble-assistant{display:block;position:relative}.chat-thread .bubble-assistant:before{content:"Philip Birkenborg svarer";display:block;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--clay-deep);font-weight:500;margin-bottom:22px;padding-bottom:10px;border-bottom:1px solid var(--gray-200)}.chat-thread .bubble-assistant .body{font-family:var(--font-serif);font-size:17px;line-height:1.7;color:var(--ink);background:var(--cream-warm);border:1px solid var(--gray-100);border-radius:12px;padding:20px 24px}.chat-thread .bubble-assistant .body p.lede{font-family:var(--font-display);font-style:italic;font-weight:300;font-size:26px;line-height:1.3;color:var(--clay-deep);margin-bottom:.9em;font-variation-settings:"opsz" 144;letter-spacing:-.005em}.chat-thread .bubble-assistant .body p{margin-bottom:.85em}.chat-thread .bubble-assistant .body p:last-child{margin-bottom:0}.chat-thread .bubble-assistant .body strong{font-weight:600;color:var(--ink)}.chat-thread .bubble-assistant .body em{font-style:italic;color:var(--clay-deep)}.chat-thread .bubble-assistant .body a{color:var(--clay-deep);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.chat-thread .bubble-assistant .body a:hover{color:var(--clay-deep)}.chat-thread .bubble-assistant .body ol{list-style:none;counter-reset:prose-list;margin:1em 0;padding:0}.chat-thread .bubble-assistant .body ol>li{counter-increment:prose-list;position:relative;padding-left:60px;margin-bottom:1em}.chat-thread .bubble-assistant .body ol>li:before{content:"0" counter(prose-list);position:absolute;left:0;top:-4px;font-family:var(--font-display);font-style:italic;font-size:32px;font-weight:350;color:var(--clay);font-variation-settings:"opsz" 144;width:50px}.chat-thread .bubble-assistant .body ul{list-style:none;margin:1em 0;padding:0}.chat-thread .bubble-assistant .body ul>li{position:relative;padding-left:26px;margin-bottom:.5em}.chat-thread .bubble-assistant .body ul>li:before{content:"•";position:absolute;left:6px;top:0;color:var(--clay-deep);font-weight:700}.chat-thread .bubble-assistant .body .caption{margin-top:32px;padding-top:14px;border-top:1px solid var(--gray-200);display:flex;gap:18px;align-items:flex-start}.chat-thread .bubble-assistant .body .caption:before{content:"↳";color:var(--clay);font-size:20px;line-height:1;flex-shrink:0}.chat-thread .bubble-assistant .body .caption .meta{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-700);margin-bottom:4px;font-weight:500}.chat-thread .bubble-assistant .body .caption .source-title{font-family:var(--font-display);font-style:italic;font-weight:350;font-size:17px;color:var(--ink);line-height:1.3;font-variation-settings:"opsz" 144;margin-bottom:6px}.chat-thread .bubble-assistant .body .caption a{display:inline-block;font-family:var(--font-mono);font-size:11.5px;color:var(--clay-deep);text-decoration:none}.chat-thread .bubble-assistant .body .caption a:hover{color:var(--clay-deep)}.chat-thread .bubble-assistant[data-streaming] .body:after{content:"▍";color:var(--clay);animation:chat-blink 1.4s steps(2) infinite;margin-left:2px;vertical-align:baseline}@keyframes chat-blink{50%{opacity:0}}@keyframes chat-block-appear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-thread .bubble-assistant .body .block-appear{animation:chat-block-appear .32s cubic-bezier(.2,.8,.25,1) both}.chat-thread .bubble-user,.chat-thread .bubble-assistant{animation:chat-block-appear .28s cubic-bezier(.2,.8,.25,1) both}@media(prefers-reduced-motion:reduce){.chat-thread .bubble-user,.chat-thread .bubble-assistant,.chat-thread .bubble-assistant .body .block-appear{animation:none}}.chat-thread .bubble .body em.dim{color:var(--gray-400);font-size:14px;font-style:italic}@media(max-width:720px){.chat-thread .bubble-user .body{font-size:24px;padding-left:14px}.chat-thread .bubble-assistant .body{font-size:16.5px}.chat-thread .bubble-assistant .body p.lede{font-size:22px}.chat-thread .bubble-assistant .body ol>li{padding-left:46px}.chat-thread .bubble-assistant .body ol>li:before{font-size:26px;width:38px}}.chat-thread .thinking-dots{display:inline-flex;gap:4px;padding:12px 16px;background:var(--cream-warm);border:1px solid var(--gray-100);border-radius:12px;width:fit-content}.chat-thread .thinking-dots span{width:6px;height:6px;border-radius:50%;background:var(--clay);opacity:.4;animation:thinking 1.4s infinite}.chat-thread .thinking-dots span:nth-child(2){animation-delay:.2s}.chat-thread .thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes thinking{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.chat-thread .retry-btn{display:inline-block;margin-top:12px;padding:6px 14px;border:1px solid var(--clay);border-radius:var(--r-sm);background:transparent;color:var(--clay-deep);font-size:13px;cursor:pointer;transition:background .15s,color .15s;font-family:var(--font-sans)}.chat-thread .retry-btn:hover{background:var(--clay);color:var(--cream)}
