*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#1a1a1a;background:linear-gradient(160deg,#f8fafc,#e2e8f0)}#root{min-height:100vh}.wrap{max-width:36rem;margin:0 auto;padding:clamp(2rem,8vw,4rem) 1.25rem}h1{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em}p{margin:0 0 1rem}.hint{margin-top:1.5rem;padding:1rem 1.125rem;font-size:.9rem;color:#475569;background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0f172a0f}.warn{margin-bottom:1rem;padding:.875rem 1rem;font-size:.9rem;color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px}code{font-size:.88em;padding:.15em .4em;background:#f1f5f9;border-radius:4px}a{color:#2563eb}a:hover{text-decoration:underline}.nav{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-bottom:1.5rem}.stack{display:flex;flex-direction:column;gap:.75rem;max-width:20rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;color:#334155}input{padding:.5rem .65rem;font-size:1rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff}input:focus{outline:2px solid #93c5fd;outline-offset:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;font-size:.95rem;font-weight:600;color:#fff;background:#1e293b;border:none;border-radius:8px;cursor:pointer;text-decoration:none}.btn:hover{background:#334155}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#1e293b;background:#fff;border:1px solid #cbd5e1}.btn-secondary:hover{background:#f8fafc}.btn-google{background:#fff;color:#1f2937;border:1px solid #e5e7eb}.btn-google:hover{background:#f9fafb}.err{margin:0;font-size:.875rem;color:#b91c1c}.success{margin:0;font-size:.875rem;color:#15803d}.content-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.content-card{padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0f172a0f}.content-card-title{margin:0 0 .35rem;font-size:1.15rem;font-weight:600}.content-card-time{display:block;margin-bottom:.65rem;font-size:.8rem;color:#94a3b8}.content-card-body{font-size:.95rem;line-height:1.7;color:#334155;white-space:pre-wrap}.chat-fab{position:fixed;bottom:1.25rem;right:1.25rem;z-index:900;width:3.25rem;height:3.25rem;border:none;border-radius:50%;background:#1e293b;color:#fff;font-size:1.35rem;cursor:pointer;box-shadow:0 2px 10px #0000002e;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-fab:hover{background:#334155}.chat-panel{position:fixed;bottom:5rem;right:1.25rem;z-index:901;width:min(24rem,calc(100vw - 2.5rem));height:min(32rem,calc(100vh - 7rem));display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 8px 30px #0000001f;overflow:hidden}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;border-bottom:1px solid #f1f5f9;background:#f8fafc}.chat-header-title{font-weight:600;font-size:.95rem}.chat-header-actions{display:flex;gap:.5rem}.chat-header-btn{background:none;border:none;font-size:.85rem;color:#64748b;cursor:pointer;padding:.15rem .35rem;border-radius:4px}.chat-header-btn:hover{background:#e2e8f0;color:#1e293b}.chat-messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.chat-empty{margin:auto;font-size:.9rem;color:#94a3b8}.chat-bubble{max-width:85%;padding:.55rem .8rem;border-radius:12px;font-size:.9rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chat-bubble-user{align-self:flex-end;background:#1e293b;color:#fff;border-bottom-right-radius:4px}.chat-bubble-assistant{align-self:flex-start;background:#f1f5f9;color:#1e293b;border-bottom-left-radius:4px}.chat-toggles{display:flex;gap:.4rem;padding:.35rem .75rem;border-top:1px solid #f1f5f9;background:#fafbfc}.chat-toggle{padding:.25rem .55rem;font-size:.75rem;font-weight:500;color:#94a3b8;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.chat-toggle:hover{color:#475569;border-color:#cbd5e1}.chat-toggle-on{color:#fff;background:#2563eb;border-color:#2563eb}.chat-toggle-on:hover{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.chat-input-row{display:flex;gap:.5rem;padding:.6rem .75rem;border-top:1px solid #f1f5f9;background:#fafbfc}.chat-input{flex:1;padding:.45rem .6rem;font-size:.9rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.chat-input:focus{outline:2px solid #93c5fd;outline-offset:0}.chat-send{padding:.45rem .75rem;font-size:.85rem;font-weight:600;color:#fff;background:#1e293b;border:none;border-radius:8px;cursor:pointer;white-space:nowrap}.chat-send:hover{background:#334155}.chat-send:disabled{opacity:.5;cursor:not-allowed}.chat-send-stop{background:#dc2626}.chat-send-stop:hover{background:#b91c1c}.chat-status{display:flex;align-items:center;gap:.45rem;padding:.5rem .75rem;font-size:.82rem;color:#64748b;animation:chat-status-fade .3s ease}.chat-status-dot{width:.5rem;height:.5rem;border-radius:50%;background:#2563eb;animation:chat-pulse 1.2s ease-in-out infinite;flex-shrink:0}.chat-status-time{margin-left:auto;font-variant-numeric:tabular-nums;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem;color:#94a3b8}@keyframes chat-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}@keyframes chat-status-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
