:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#ededed;color:#31394c;font-size:16px;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #ededed;--text: #31394c;--card: #ffffff;--accent: #31394c;--accent-muted: rgba(122, 127, 132, .25);--border: rgba(122, 127, 132, .4);--error: #b42318;--success: #16794c}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column;padding:2rem clamp(1.25rem,4vw,3rem);gap:2rem}.app-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem}.app-title{font-size:1.25rem;font-weight:700;margin:0}.app-subtitle{margin:.125rem 0 0;opacity:.8}.app-nav{display:flex;gap:.75rem}.nav-link{padding:.5rem 1rem;border-radius:999px;border:1px solid transparent;transition:background-color .2s ease,color .2s ease}.nav-link.active{background:var(--accent);color:#ededed}.app-main{flex:1;display:flex;flex-direction:column}.panel{display:flex;flex-direction:column;gap:1.5rem}.panel-header h2{margin:0 0 .125rem;font-size:1.75rem}.panel-header p{margin:0;opacity:.7}.card{background:var(--card);border-radius:1.25rem;padding:1.5rem;border:1px solid var(--border);box-shadow:0 8px 30px #312f2c14}.start-card{display:flex;flex-direction:column;gap:1rem;max-width:520px}label{font-weight:600;display:flex;flex-direction:column;gap:.5rem}.prompt-label--compact{font-weight:600;font-size:.95rem;margin-bottom:.1rem}input,textarea{border-radius:.75rem;border:1px solid var(--border);padding:.85rem 1rem;font-size:1rem;font-family:inherit;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;resize:vertical;min-height:120px;max-height:50vh}input:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #312f2c33}button{border-radius:999px;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background:var(--accent-muted);color:var(--accent);cursor:pointer;transition:background-color .2s ease,transform .2s ease}button.primary{background:var(--accent);color:#ededed}button:disabled{opacity:.6;cursor:not-allowed}button:not(:disabled):hover{transform:translateY(-1px)}.error-message{color:var(--error);margin:0}.success-message{color:var(--success);margin:0}.muted{color:#31394cb3;margin:0}.chat-card{display:flex;flex-direction:column;gap:1rem;min-height:480px}.chat-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.chat-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.prompt-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;align-items:start}.prompt-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.card-title{margin:0 0 .25rem;font-weight:700}.prompt-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.prompt-action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.prompt-history{border:1px solid var(--border);border-radius:.75rem;background:#fff;padding:.75rem;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.prompt-history__item{border-radius:.6rem;padding:.5rem .75rem;background:#7a7f8414}.prompt-history__item.assistant{background:#31394c14}.prompt-history__role{display:inline-block;font-size:.85rem;font-weight:700;margin-bottom:.15rem}.prompt-list{display:flex;flex-direction:column;gap:.75rem;max-height:640px;overflow-y:auto}.prompt-list__item{border:1px solid var(--border);border-radius:.75rem;padding:.75rem .85rem;background:#fff}.prompt-list__meta{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline}.prompt-list__title{margin:0;font-weight:700}.prompt-list__actions{display:flex;gap:.5rem;flex-wrap:wrap}.prompt-list__actions--footer{margin-top:.5rem}.prompt-list__preview{margin:.5rem 0 0;color:var(--text);opacity:.85;font-size:.95rem}.prompt-card{display:flex;flex-direction:column;gap:.75rem;padding:1.1rem 1.25rem;min-height:unset}.prompt-card textarea{min-height:72px}.prompt-textarea{min-height:60px;padding:.6rem .75rem;font-size:.95rem;line-height:1.4}.prompt-output{min-height:140px;padding:.7rem .85rem;font-size:.95rem;line-height:1.45}.prompt-actions input[type=text]{min-width:120px;padding:.2rem .55rem;font-size:.9rem}.prompt-name-input{max-width:260px;width:100%;padding:.15rem .5rem;font-size:.85rem;line-height:1.05;height:28px;min-height:28px;border-radius:.5rem}.button-compact{padding:.35rem .65rem;font-size:.9rem}.button-compact.danger{background:#d23c3c;color:#fff}.prompt-card select{border-radius:.75rem;border:1px solid var(--border);padding:.6rem .75rem;font-size:1rem;background:#fff}.link-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.link-list__item{border:1px solid var(--border);border-radius:.65rem;padding:.5rem .6rem;background:#fff}.link-list__item p{margin:.1rem 0}.summary-box{border:1px solid #d7d7d7;border-radius:10px;padding:.75rem;background:#f8f8f8;margin:.5rem 0 .75rem}.summary-text{margin-top:.4rem;color:#2f3136;line-height:1.4;white-space:pre-wrap}@media(max-width:1024px){.prompt-grid{grid-template-columns:1fr}}.session-id{margin:0;font-weight:600}.status-chip{padding:.25rem .75rem;border-radius:999px;border:1px solid var(--border);font-size:.875rem}.status-chip.active{border-color:var(--accent)}.chat-messages{flex:1;border-radius:1rem;border:1px solid var(--border);padding:1rem;background:#fff;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.message-row{display:flex}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message-row.system{justify-content:center}.message-bubble{border-radius:1rem;padding:.75rem 1rem;max-width:min(540px,80%);border:1px solid var(--border);background:#fff}.message-bubble.user{background:var(--accent);color:#ededed}.message-content{line-height:1.5}.message-content p{margin:.25rem 0}.message-content ul,.message-content ol{margin:.25rem 0 .25rem 1.25rem}.message-content table{width:100%;border-collapse:collapse;margin:.5rem 0;font-size:.95rem}.message-content th,.message-content td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}.message-content th{background:#31394c14;font-weight:600}.message-meta{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-bottom:.25rem;opacity:.7}.pending-dot{animation:pulse 1s infinite}@keyframes pulse{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.chat-input{display:flex;flex-direction:column;gap:.75rem}.chat-input textarea{min-height:120px;max-height:40vh}.loading-state{padding:.5rem 0;color:#312f2cb3}.settings-card{display:flex;flex-direction:column;gap:1rem;width:min(1080px,100%)}.share-link__row{display:flex;gap:.75rem;align-items:center}.share-link__row input{flex:1;padding:.45rem .75rem;font-size:.9rem;line-height:1.2;min-height:34px}.start-card input[type=email]{padding:.45rem .75rem;font-size:.9rem;line-height:1.2;min-height:34px}.actions-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.typing-indicator{display:flex;align-items:center;gap:.3rem;padding:.75rem 0}.typing-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:typing-bounce 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.public-link-meta{margin-bottom:.75rem}.public-link-meta p{margin:.1rem 0}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:1rem;padding:1.5rem;max-width:420px;width:100%;box-shadow:0 20px 45px #31394c33}.modal-content h3{margin:0 0 .5rem}.modal-content p{margin:0 0 1rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}@media(max-width:768px){.app-header{flex-direction:column;align-items:flex-start}.chat-messages{max-height:60vh}}
