*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:focus{outline:none}:focus-visible{outline:2px solid #1a73e8;outline-offset:2px}body{font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px;color:#1f1f1f;background:#f8f9fb;min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.site-footer{margin-top:40px;background:#000;color:#fff;padding:14px 16px}.footer-inner{max-width:1200px;margin:0 auto;text-align:center;font-family:Roboto Mono,monospace;font-size:11px;line-height:1.4;opacity:1}.footer-icon-link{margin-left:6px;color:#fff;text-decoration:none;font-size:11px}.footer-icon-link:hover{text-decoration:underline}p,li,.prose{font-family:Inter,Segoe UI,Arial,sans-serif}label{display:block;font-family:Roboto Mono,monospace;font-size:11px;color:#5f6368;margin-bottom:4px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.header{background:#000;color:#fff;padding:20px 24px;display:flex;align-items:center;gap:12px}.header-brand{display:flex;align-items:center;gap:4px;text-decoration:none;color:#fff;font-family:Roboto Mono,monospace;font-size:15px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.header-bolt{font-style:normal}.header .header-sub{font-family:Roboto Mono,monospace;font-size:12px;opacity:.6}.tab-bar{background:#fff;border-bottom:1px solid #dadce0;display:flex;justify-content:center}.tab-bar a{background:none;border:none;text-decoration:none;border-bottom:3px solid transparent;padding:12px 28px;font-family:Roboto Mono,monospace;font-size:12px;font-weight:500;color:#5f6368;cursor:pointer;transition:color .15s,border-color .15s;text-transform:uppercase;letter-spacing:.5px}.tab-bar a:hover{color:#000}.tab-bar a.active{color:#000;border-bottom-color:#000}.container{max-width:860px;margin:24px auto;padding:0 16px}.card{background:#fff;border-radius:8px;border:1px solid #e0e0e0;box-shadow:0 2px #d0d0d0,0 4px 8px #00000014;padding:20px 24px;margin-bottom:16px}.card h2{font-family:Roboto Mono,monospace;font-size:13px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.8px;margin-bottom:18px;padding-left:12px;border-left:4px solid #000}.btn{padding:8px 16px;border:none;border-radius:4px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}.btn-primary{background:#000;color:#fff}.btn-primary:hover{background:#333}.btn-primary:disabled{background:#dadce0;color:#80868b;cursor:not-allowed}.btn-secondary{background:#f0f0f0;color:#000}.btn-secondary:hover{background:#e0e0e0}.btn-outline{background:#fff;color:#5f6368;border:1px solid #dadce0}.btn-outline:hover{background:#f1f3f4}input[type=text],input[type=password],textarea,select{padding:8px 10px;border:1px solid #dadce0;border-radius:4px;font-size:13px;font-family:Inter,sans-serif;outline:none;transition:border-color .15s;background:#fff}input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus{border-color:#000}textarea{font-family:Roboto Mono,monospace;resize:vertical;min-height:80px;width:100%}.status-bar{margin-top:12px;padding:10px 14px;border-radius:4px;font-size:13px;display:none}.status-bar.success{display:block;background:#e6f4ea;color:#137333}.status-bar.error{display:block;background:#fce8e6;color:#c5221f}.status-bar.info{display:block;background:#fff;color:#202124;border:1px solid #dadce0}.skeleton{background:#e8eaed;border-radius:4px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.empty-state{text-align:center;padding:40px;color:#80868b}.actions-row{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.export-btn{font-family:Roboto Mono,monospace;font-size:10px;font-weight:600;padding:3px 10px;background:#fff;color:#5f6368;border:1px solid #dadce0;border-radius:4px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.export-btn:hover{background:#f1f3f4;color:#1f1f1f}.export-row{display:flex;gap:6px;justify-content:flex-end;margin-top:6px}.output-export{display:flex;gap:6px;margin-left:auto}@media(max-width:768px){.header{flex-direction:column;align-items:flex-start;gap:8px}.tab-bar{justify-content:flex-start;overflow-x:auto}.tab-bar a{padding:10px 16px;font-size:11px;white-space:nowrap}}.intent-menu.svelte-12qhfyh{position:relative;margin-left:auto}.intent-btn.svelte-12qhfyh{background:none;border:1.5px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-family:Roboto Mono,monospace;font-size:12px;font-weight:600;padding:5px 12px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:border-color .15s,color .15s;white-space:nowrap}.intent-btn.svelte-12qhfyh:hover{border-color:#ffffff80;color:#fff}.intent-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + 8px);right:0;background:#1a1a1a;border:1px solid #333;border-radius:8px;min-width:320px;padding:8px;box-shadow:0 8px 24px #00000080;z-index:500}.intent-dropdown-label.svelte-12qhfyh{font-family:Roboto Mono,monospace;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffff40;padding:4px 8px 8px;border-bottom:1px solid #2a2a2a;margin-bottom:4px}.intent-item.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:5px;text-decoration:none;transition:background .1s}.intent-item.svelte-12qhfyh:hover{background:#2a2a2a}.intent-goal.svelte-12qhfyh{font-size:12px;color:#ffffffbf;line-height:1.4}.intent-tool.svelte-12qhfyh{font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;color:gold;white-space:nowrap;flex-shrink:0}.user-menu.svelte-12qhfyh{position:relative}.user-btn.svelte-12qhfyh{background:none;border:1.5px solid rgba(255,215,0,.4);border-radius:6px;color:gold;font-family:Roboto Mono,monospace;font-size:12px;font-weight:600;padding:5px 10px;cursor:pointer;display:flex;align-items:center;gap:6px;text-decoration:none;transition:border-color .15s,background .15s}.user-btn.svelte-12qhfyh:hover{border-color:gold;background:#ffd70014}.user-chevron.svelte-12qhfyh{font-size:10px;opacity:.7}.user-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + 6px);right:0;background:#1a1a1a;border:1px solid #333;border-radius:8px;min-width:200px;padding:8px;box-shadow:0 8px 24px #0006;z-index:500}.user-email.svelte-12qhfyh{font-size:11px;color:#888;padding:4px 8px 8px;border-bottom:1px solid #2a2a2a;margin-bottom:6px;word-break:break-all}.user-signout.svelte-12qhfyh{width:100%;background:none;border:none;color:#ccc;font-family:Roboto Mono,monospace;font-size:12px;padding:7px 8px;text-align:left;cursor:pointer;border-radius:4px}.user-signout.svelte-12qhfyh:hover{background:#2a2a2a;color:#fff}.user-dropdown-link.svelte-12qhfyh{display:block;color:#ccc;font-family:Roboto Mono,monospace;font-size:12px;padding:7px 8px;text-decoration:none;border-radius:4px}.user-dropdown-link.svelte-12qhfyh:hover{background:#2a2a2a;color:#fff}.signin-btn.svelte-12qhfyh{background:none;border:1.5px solid rgba(255,215,0,.4);border-radius:6px;color:gold;font-family:Roboto Mono,monospace;font-size:12px;font-weight:600;padding:5px 12px;cursor:pointer;transition:border-color .15s,background .15s}.signin-btn.svelte-12qhfyh:hover{border-color:gold;background:#ffd70014}.staging-banner.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:10000;background:#f59e0b;color:#000;font-family:Roboto Mono,monospace;font-size:11px;font-weight:700;text-align:center;padding:5px 0;letter-spacing:.3px}.welcome-toast.svelte-12qhfyh{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#1f1f1f;color:#fff;font-family:Roboto Mono,monospace;font-size:12px;font-weight:600;padding:10px 20px;border-radius:6px;box-shadow:0 4px 12px #0003;z-index:9999;white-space:nowrap;animation:svelte-12qhfyh-toast-in .2s ease}@keyframes svelte-12qhfyh-toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mobile-overlay.svelte-12qhfyh{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.mobile-overlay-box.svelte-12qhfyh{background:#fff;border-radius:12px;padding:32px 24px;max-width:340px;width:100%;text-align:center}.mobile-icon.svelte-12qhfyh{font-size:40px;margin-bottom:12px}.mobile-overlay-box.svelte-12qhfyh h2:where(.svelte-12qhfyh){font-size:20px;font-weight:700;margin:0 0 12px}.mobile-overlay-box.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:14px;color:#555;line-height:1.5;margin:0 0 24px}.mobile-cta.svelte-12qhfyh{display:block;width:100%;padding:12px;background:#000;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer}.mobile-cta.svelte-12qhfyh:hover{background:#222}.tools-dropdown.svelte-12qhfyh{position:relative;display:flex;align-items:stretch}.tools-dropdown-btn.svelte-12qhfyh{background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;padding:12px 28px;font-family:Roboto Mono,monospace;font-size:12px;font-weight:500;color:#5f6368;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;transition:color .15s,border-color .15s;line-height:normal}.tools-dropdown-btn.svelte-12qhfyh:hover{color:#000}.tools-dropdown-btn.active.svelte-12qhfyh{color:#000;border-bottom-color:#000}.tools-dropdown-menu.svelte-12qhfyh{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #dadce0;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 16px #0000001a;min-width:180px;z-index:500;padding:4px 0}.tools-dropdown-item.svelte-12qhfyh{display:block;padding:9px 20px;font-family:Roboto Mono,monospace;font-size:11px;font-weight:500;color:#5f6368;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:.4px;transition:background .1s,color .1s}.tools-dropdown-item.svelte-12qhfyh:hover{background:#f5f5f5;color:#000}.footer-cols.svelte-12qhfyh{display:flex;gap:40px;flex-wrap:wrap;justify-content:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:6px;min-width:120px}.footer-col-label.svelte-12qhfyh{font-family:Roboto Mono,monospace;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:4px;margin-top:10px;text-align:left}.footer-link.svelte-12qhfyh{font-size:12px;color:#ffffff8c;text-decoration:none;transition:color .15s;background:none;border:none;padding:0;cursor:pointer;text-align:left}.footer-link.svelte-12qhfyh:hover{color:#ffffffe6}.footer-bottom.svelte-12qhfyh{font-size:11px;color:#ffffff59;text-align:center}
