:root{--bg: #f6f7fb;--card: #ffffff;--ink: #1c2030;--muted: #6b7280;--line: #e6e8ef;--brand: #1a73e8;--brand-ink: #ffffff;--ok: #137333;--warn: #b06000;--danger: #c5221f;--shadow: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.center{display:grid;place-items:center;min-height:60vh}.muted{color:var(--muted)}.row{display:flex;gap:12px;align-items:center}.spread{justify-content:space-between}.wrap{max-width:1040px;margin:0 auto;padding:24px}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:9px 14px;border-radius:10px;cursor:pointer;font-weight:600;transition:background .12s,border-color .12s}.btn:hover{background:#f3f4f8}.btn.primary{background:var(--brand);color:var(--brand-ink);border-color:var(--brand)}.btn.primary:hover{filter:brightness(.96)}.btn.danger{color:var(--danger);border-color:#f3c4c3}.btn:disabled{opacity:.55;cursor:not-allowed}.topbar{background:#fff;border-bottom:1px solid var(--line)}.topbar .wrap{padding:14px 24px}.brand{font-weight:800;letter-spacing:-.2px}.avatar{width:30px;height:30px;border-radius:50%}.navlink{color:var(--brand);text-decoration:none;font-weight:600}.hero{text-align:center;padding:72px 16px 40px}.hero h1{font-size:40px;margin:0 0 12px;letter-spacing:-.5px}.hero p{color:var(--muted);font-size:17px;max-width:560px;margin:0 auto 28px}.gbtn{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 20px;font-weight:700;cursor:pointer;box-shadow:var(--shadow)}.gbtn:hover{background:#f7f8fc}.glogo{width:18px;height:18px}.or-divider{display:flex;align-items:center;gap:12px;max-width:320px;margin:22px auto 14px;color:var(--muted);font-size:13px}.or-divider:before,.or-divider:after{content:"";flex:1;height:1px;background:var(--line)}.cred-form{display:flex;flex-direction:column;gap:10px;max-width:320px;margin:0 auto}.cred-form input{padding:11px 13px;border:1px solid var(--line);border-radius:10px;font-size:15px;background:#fff}.cred-form input:focus{outline:2px solid var(--brand);outline-offset:0;border-color:var(--brand)}.cred-form .btn.primary{padding:11px;font-weight:700}.cred-toggle{color:var(--muted);font-size:14px;margin:12px auto 0}.linklike{background:none;border:none;padding:0;cursor:pointer;color:var(--brand);font:inherit;font-weight:700;text-decoration:underline}.statusline{display:inline-flex;align-items:center;gap:8px;max-width:560px;margin:0 auto 16px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:13px;font-weight:700}.statusdot{width:8px;height:8px;border-radius:50%;background:var(--muted);flex:0 0 auto}.statusline.checking .statusdot{background:var(--brand)}.statusline.ok{color:var(--ok);border-color:#cde8d4}.statusline.ok .statusdot{background:var(--ok)}.statusline.warn{color:var(--warn);border-color:#f4d4a8}.statusline.warn .statusdot{background:var(--warn)}.statusline.err{color:var(--danger);border-color:#f3c4c3}.statusline.err .statusdot{background:var(--danger)}.permissions{max-width:620px;margin:36px auto 0;text-align:left}.permissions ul{color:var(--muted);padding-left:18px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.card h3{margin:0;font-size:17px}.pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:3px 9px;border-radius:999px}.pill.ok{background:#e6f4ea;color:var(--ok)}.pill.no{background:#f1f3f5;color:var(--muted)}.pill.exp{background:#fef3e0;color:var(--warn)}.scopes{font-size:12px;color:var(--muted);word-break:break-all}.banner{padding:10px 14px;border-radius:10px;margin-bottom:16px;font-weight:600}.banner.ok{background:#e6f4ea;color:var(--ok)}.banner.warn{background:#fef3e0;color:var(--warn)}.banner.err{background:#fde8e7;color:var(--danger)}.chat{display:flex;flex-direction:column;height:100dvh;background:var(--bg)}.chat-topbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid var(--line);padding-top:calc(10px + env(safe-area-inset-top))}.chat-new{padding:7px 12px}.chat-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-col{max-width:760px;margin:0 auto;padding:16px 14px 8px;display:flex;flex-direction:column;gap:12px}.msg{display:flex}.msg.user{justify-content:flex-end}.msg.assistant{justify-content:flex-start}.bubble{max-width:85%;padding:11px 14px;border-radius:16px;line-height:1.5;overflow-wrap:anywhere;box-shadow:var(--shadow)}.msg.user .bubble{background:var(--brand);color:var(--brand-ink);border-bottom-right-radius:6px}.msg.assistant .bubble{background:var(--card);border:1px solid var(--line);border-bottom-left-radius:6px}.msg.assistant .bubble:has(.turn){width:100%;max-width:100%}.tone-warn{color:var(--warn);font-weight:600}.tone-err{color:var(--danger);font-weight:600}.bubble.typing{display:inline-flex;gap:5px;align-items:center;padding:14px 16px}.bubble.typing span{width:7px;height:7px;border-radius:50%;background:var(--muted);opacity:.5;animation:blink 1.2s infinite ease-in-out}.bubble.typing span:nth-child(2){animation-delay:.2s}.bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:.9}}.starter{display:flex;flex-wrap:wrap;gap:8px}.turn{display:flex;flex-direction:column;gap:8px}.turn-head{display:flex;align-items:center;gap:8px}.ask{margin:0;line-height:1.45}.small{font-size:13px;margin:0}.btn-row{gap:10px;margin-top:4px}.decided{font-style:italic}.composer{flex:0 0 auto;background:#fff;border-top:1px solid var(--line);padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.composer-col{max-width:760px;margin:0 auto;display:flex;gap:10px;align-items:flex-end}.composer textarea{flex:1;border:1px solid var(--line);border-radius:22px;padding:11px 16px;font:inherit;resize:none;min-height:44px;max-height:140px;line-height:1.4;overflow-y:auto;overflow-wrap:anywhere;transition:height .08s ease}.composer textarea:focus{outline:none;border-color:var(--brand)}.send{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;background:var(--brand);color:var(--brand-ink);display:grid;place-items:center}.send:disabled{opacity:.45;cursor:not-allowed}.attach:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.attach-chip{display:inline-flex;align-items:center;gap:8px}.attach-chip .attach-icon{font-size:16px;line-height:1}.attach-chip .attach-name{font-weight:600;word-break:break-all}.attach-chip .attach-meta{opacity:.7;font-size:12px}.mic{flex:0 0 auto;width:44px;height:44px;border-radius:50%;cursor:pointer;border:1px solid var(--line);background:#fff;color:var(--ink);display:grid;place-items:center}.mic:disabled{opacity:.45;cursor:not-allowed}.mic.on{background:var(--danger);border-color:var(--danger);color:#fff;animation:micpulse 1.4s infinite}@keyframes micpulse{0%{box-shadow:0 0 #c5221f73}70%{box-shadow:0 0 0 10px #c5221f00}to{box-shadow:0 0 #c5221f00}}.attach{flex:0 0 auto;width:44px;height:44px;border-radius:50%;cursor:pointer;border:1px solid var(--line);background:#fff;color:var(--ink);display:grid;place-items:center}.attach:hover:not(:disabled){background:#f3f4f8}.attach:disabled{opacity:.45;cursor:not-allowed}.attach-spin{width:18px;height:18px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--brand);animation:attachspin .7s linear infinite}@keyframes attachspin{to{transform:rotate(360deg)}}.attach-row{max-width:760px;margin:0 auto 8px;display:flex;flex-wrap:wrap;gap:8px}.attach-chip{display:inline-flex;align-items:center;gap:6px;max-width:240px;background:#f3f6fc;border:1px solid #e1e9f7;border-radius:999px;padding:5px 6px 5px 12px;font-size:13px}.attach-icon{flex:0 0 auto}.attach-thumb{flex:0 0 auto;width:28px;height:28px;border-radius:6px;object-fit:cover;display:block}.attach-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attach-x{flex:0 0 auto;border:none;background:transparent;cursor:pointer;color:var(--muted);width:20px;height:20px;border-radius:50%;font-size:16px;line-height:1;display:grid;place-items:center}.attach-x:hover{background:#e1e9f7;color:var(--ink)}.msg-attachments{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.msg-attach-img{display:block;max-width:220px;max-height:220px;width:100%;height:auto;border-radius:10px;object-fit:cover}.msg-attach-file{display:inline-flex;align-items:center;gap:6px;align-self:flex-end;max-width:220px;background:#ffffff59;border-radius:10px;padding:6px 10px;font-size:13px}.msg-attach-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-btn{flex:0 0 auto;height:38px;min-width:38px;padding:0 8px;border-radius:10px;cursor:pointer;border:1px solid var(--line);background:#fff;font-size:16px;line-height:1;display:grid;place-items:center}.icon-btn.on{border-color:var(--brand);background:#e8f0fe}.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 14px;cursor:pointer;font-size:13px;font-family:inherit;color:var(--ink)}.turn.steps{gap:6px}.step{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:4px 0;font-size:14px}.step-icon{flex:0 0 auto;width:18px;text-align:center}.step-summary{flex:1 1 auto;min-width:0}.step-done .step-summary{color:var(--muted);text-decoration:line-through;text-decoration-color:#c8ccd6}.step-failed .step-icon,.step-failed .step-error{color:var(--danger)}.step-skipped .step-icon,.step-skipped .step-summary{color:var(--muted)}.step-running .step-icon{animation:blink 1.2s infinite ease-in-out}.step-awaiting_confirmation .step-icon{color:var(--warn)}.step-error{flex-basis:100%;font-size:12px;color:var(--muted)}.step-result{flex-basis:100%;padding-left:26px}.step-result .event-list,.step-result .email-list,.step-result .place-list{margin:2px 0 0}.step-result,.step-result *{text-decoration:none}.step-confirm{display:flex;gap:6px;flex:0 0 auto}.step-confirm .btn{padding:4px 10px;font-size:12px}.chip:disabled{opacity:.55;cursor:not-allowed}.chip-row{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 4px}.retrieved-context-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.retrieved-chip{padding:4px 10px;font-size:12px;background:#f3f4f8}.retrieved-chip:hover{background:#e8f0fe;border-color:#d4e3fb}.suggestion-row{margin-top:10px}.suggestion-chip{padding:6px 12px;font-size:12px;background:#f3f4f8;color:var(--brand)}.suggestion-chip:hover{background:#e8f0fe;border-color:#d4e3fb}.event-picker{display:flex;flex-direction:column;gap:6px;margin:10px 0 4px}.event-card{display:flex;flex-direction:column;gap:2px;text-align:left;padding:10px 12px;background:#f8f9fc;border:1px solid var(--line);border-radius:10px;cursor:pointer;font-family:inherit;color:var(--ink);transition:background .12s,border-color .12s}.event-card:hover{background:#eef1f8;border-color:var(--brand)}.event-card-title{font-weight:600;font-size:14px}.event-card-when{color:var(--brand);font-size:12px;font-weight:600}.event-card-meta{color:var(--muted);font-size:12px}.panel{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:18px;margin-top:16px;box-shadow:var(--shadow)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.section-head h3{margin:0;font-size:17px}.tag{font-size:12px;font-weight:700;color:var(--brand);background:#e8f0fe;border:1px solid #d4e3fb;padding:3px 10px;border-radius:999px;white-space:nowrap}.collected{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 12px}.collected-label{font-size:13px;color:var(--muted);font-weight:600}.kv{font-size:13px;background:#f3f6fc;border:1px solid #e1e9f7;border-radius:8px;padding:3px 9px}.kv b{font-weight:700;color:var(--ink)}.questions{margin:4px 0 6px;padding-left:20px}.questions li{margin:4px 0;font-weight:600}.kv-grid{display:flex;flex-direction:column;gap:6px;margin:10px 0 14px}.kv-row{display:flex;gap:10px;align-items:baseline}.kv-row span{width:140px;color:var(--muted);font-size:13px;flex:0 0 auto}.kv-row code{font-weight:700}.preview-block{margin-top:12px}.preview-title{font-size:13px;font-weight:700;color:var(--muted);margin-bottom:6px}.preview{background:#f8f9fc;border:1px dashed var(--line);border-radius:10px;padding:12px;overflow-x:auto}pre.json{margin:0;white-space:pre-wrap;word-break:break-word;font-size:12.5px}.warn-text{color:var(--warn);font-weight:700;margin-top:14px}.event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.event-row{display:flex;align-items:baseline;gap:12px;padding:10px 12px;background:#f8f9fc;border:1px solid var(--line);border-radius:10px}.event-when{flex:0 0 130px;color:var(--muted);font-size:13px;font-weight:600}.event-title{font-weight:700}.event-loc{color:var(--muted);font-size:13px}.event-link{margin-left:auto;font-weight:700}.email-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.email-row{padding:10px 12px;background:#f8f9fc;border:1px solid var(--line);border-radius:10px}.email-line{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.email-from{font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-date{flex:0 0 auto;color:var(--muted);font-size:12.5px}.email-subject{font-weight:600;margin-top:2px}.email-snippet{color:var(--muted);font-size:13px;margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.contact-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.contact-row{padding:10px 12px;background:#f8f9fc;border:1px solid var(--line);border-radius:10px}.contact-name{font-weight:700}.contact-email,.contact-phone{color:var(--muted);font-size:13px;margin-top:2px}.place-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.place-row{display:flex;align-items:baseline;gap:10px;padding:10px 12px;background:#f8f9fc;border:1px solid var(--line);border-radius:10px;flex-wrap:wrap}.place-picker .place-pick{width:100%;text-align:left;cursor:pointer;font:inherit;color:inherit;display:flex;flex-direction:column;gap:2px;padding:10px 12px;background:#f8f9fc;border:1px solid var(--line);border-radius:10px}.place-picker .place-pick:hover{background:#eef1f8;border-color:var(--brand)}.place-name{font-weight:700}.place-address{color:var(--muted);font-size:13px}.place-rating{margin-left:auto;font-weight:700;color:var(--warn)}.directions-card{padding:12px;background:#f8f9fc;border:1px solid var(--line);border-radius:10px}.directions-route{font-weight:700}.directions-meta{margin-top:4px}.directions-stops{margin-top:2px}.static-map{display:block;width:100%;max-width:480px;margin-top:10px;border-radius:8px;border:1px solid var(--line)}.chat-topbar .brand{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.chat-actions{flex:0 0 auto}.chat-actions .email{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-layout{display:flex;height:100dvh;overflow:hidden}.chat-layout .chat{flex:1 1 auto;min-width:0;height:100%}.sidebar-toggle{display:none}.chat-sidebar{flex:0 0 260px;width:260px;height:100%;overflow-y:auto;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:8px;padding:10px}.sidebar-new-btn{flex:0 0 auto;text-align:left;padding:10px 12px;border-radius:10px;cursor:pointer;border:1px solid var(--line);background:#fff;font:inherit;font-weight:600;color:var(--brand)}.sidebar-new-btn:hover{background:#f3f4f8}.sidebar-list{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.sidebar-empty{padding:10px 12px;font-size:13px}.sidebar-item{position:relative;display:flex;align-items:baseline;gap:8px;width:100%;text-align:left;padding:9px 32px 9px 12px;border-radius:10px;border:none;background:transparent;cursor:pointer;font:inherit;color:var(--ink)}.sidebar-item:hover{background:#f3f4f8}.sidebar-item.active{background:#e8f0fe}.sidebar-item-title{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.sidebar-item-when{flex:0 0 auto;font-size:11px;color:var(--muted)}.sidebar-item-del{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:12px}.sidebar-item-del:hover{background:#e1e9f7}.sidebar-overlay{display:none}.sidebar-footer{flex:0 0 auto;border-top:1px solid var(--line);padding-top:8px}.sidebar-memory-btn{width:100%;text-align:left;padding:8px 10px;border-radius:10px;cursor:pointer;border:none;background:transparent;font:inherit;font-size:13px;color:var(--muted)}.sidebar-memory-btn:hover{background:#f3f4f8;color:var(--ink)}.memory-panel{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:90vw;z-index:40;background:#fff;border-left:1px solid var(--line);display:flex;flex-direction:column;box-shadow:var(--shadow)}.memory-panel-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line);font-weight:600}.memory-panel-body{flex:1 1 auto;overflow-y:auto;padding:10px 16px}.memory-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid var(--line)}.memory-category{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.memory-content{display:block;font-size:14px;margin-top:2px}.memory-del{flex:0 0 auto;width:26px;height:26px;border-radius:50%;border:none;background:transparent;cursor:pointer;font-size:13px}.memory-del:hover{background:#f3f4f8}@media (max-width: 640px){.wrap{padding:16px}.topbar .wrap{flex-wrap:wrap;row-gap:8px;padding:12px 16px}.topbar .row{flex-wrap:wrap}.hide-sm{display:none!important}.hero{padding:44px 14px 28px}.hero h1{font-size:28px}.hero p{font-size:15px}.statusline,.permissions{max-width:100%}.btn,.chip,.navlink{min-height:40px;display:inline-flex;align-items:center}.gbtn{width:100%;justify-content:center}.grid{grid-template-columns:1fr}.chat-col{padding:14px 12px 6px}.bubble{max-width:90%}.kv-row span{width:84px}.event-row{flex-wrap:wrap;gap:4px 10px}.event-when{flex-basis:100%}.event-link{margin-left:0}.sidebar-toggle{display:grid}.chat-sidebar{position:fixed;top:0;left:0;z-index:40;width:280px;transform:translate(-100%);transition:transform .18s ease;box-shadow:var(--shadow)}.chat-sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:30}}.chat-shell{display:flex;height:100dvh;overflow:hidden}.chat-shell .chat{flex:1 1 auto;min-width:0;height:100dvh}.chat-sidebar{flex:0 0 264px;width:264px;background:var(--card);border-right:1px solid var(--line);display:flex;flex-direction:column;height:100dvh;transition:margin-left .2s ease}.chat-shell.collapsed .chat-sidebar{margin-left:-264px}.sidebar-head{display:flex;align-items:center;gap:8px;padding:12px;border-bottom:1px solid var(--line)}.sidebar-new{flex:1 1 auto}.conv-list{flex:1 1 auto;min-height:0;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:2px}.conv-empty{color:var(--muted);font-size:13px;padding:10px 8px}.conv-item{display:flex;align-items:center;gap:6px;padding:9px 10px;border-radius:8px;border:1px solid transparent;color:var(--ink);cursor:pointer;font-size:13.5px}.conv-item:hover{background:var(--bg)}.conv-item.active{background:var(--bg);border-color:var(--line);font-weight:600}.conv-title{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-del{flex:0 0 auto;border:none;background:transparent;color:var(--muted);font-size:16px;line-height:1;cursor:pointer;padding:0 4px;border-radius:6px;opacity:0;transition:opacity .15s ease}.conv-item:hover .conv-del,.conv-item.active .conv-del{opacity:1}.conv-del:hover{color:var(--danger);background:#fdecea}.sidebar-toggle{margin-right:4px}@media (max-width: 720px){.chat-sidebar{position:fixed;top:0;left:0;z-index:40;box-shadow:var(--shadow)}.chat-shell.collapsed .chat-sidebar{margin-left:-264px}}.result-text{margin:0;color:var(--ink);line-height:1.5;white-space:pre-wrap}.ep-intro{margin:8px 0 20px}.ep-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.ep-search{flex:1;min-width:220px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;font-size:15px;background:#fff}.ep-search:focus{outline:2px solid var(--brand);outline-offset:0;border-color:var(--brand)}.ep-method-filter{display:flex;gap:6px;flex-wrap:wrap}.ep-count{white-space:nowrap}.chip{border:1px solid var(--line);background:#fff;color:var(--muted);padding:7px 12px;border-radius:999px;cursor:pointer;font-weight:700;font-size:13px}.chip:hover{background:#f3f4f8}.chip.active{border-color:var(--brand);color:var(--brand);background:#eef4fe}.ep-group{margin-bottom:32px}.ep-group-head{display:flex;align-items:baseline;gap:10px}.ep-group-head h2{margin:0;font-size:20px}.ep-group-blurb{margin:2px 0 12px}.ep-list{display:flex;flex-direction:column;gap:8px}.ep{background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.ep.open{border-color:#cdd7e6}.ep-head{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;background:none;border:0;cursor:pointer;text-align:left}.ep-head:hover{background:#f8f9fc}.ep-path{font-size:13.5px;font-weight:700;color:var(--ink);white-space:nowrap}.ep-summary{color:var(--muted);font-size:13px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-caret{color:var(--muted);font-weight:800;font-size:18px;width:16px;text-align:center}.method{display:inline-block;min-width:56px;text-align:center;font-size:11px;font-weight:800;letter-spacing:.4px;padding:4px 8px;border-radius:6px;color:#fff}.method.get{background:#1a73e8}.method.post{background:#137333}.method.put{background:#7048e8}.method.patch{background:#b06000}.method.delete{background:#c5221f}.ep-badge{font-size:10.5px;font-weight:800;letter-spacing:.3px;text-transform:uppercase;padding:2px 7px;border-radius:999px;background:#f1f3f5;color:var(--muted)}.ep-badge.stream{background:#ede7fb;color:#6b3fd0}.ep-body{padding:4px 14px 16px;border-top:1px solid var(--line)}.ep-note{margin:10px 0}.ep-fields{margin:14px 0}.ep-label{display:block;font-weight:700;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}.ep-field{display:flex;flex-direction:column;gap:3px;margin-bottom:10px}.ep-fieldname{font-size:12.5px;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ep-field input,.ep-fields>input[type=file]{padding:9px 11px;border:1px solid var(--line);border-radius:8px;font-size:14px;background:#fff}.ep-field input:focus{outline:2px solid var(--brand);outline-offset:0;border-color:var(--brand)}.ep-body-editor{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:8px;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;background:#fbfbfd;resize:vertical}.ep-body-editor:focus{outline:2px solid var(--brand);outline-offset:0;border-color:var(--brand)}.ep-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}.ep-preview{flex:1;min-width:200px;font-size:12.5px;color:var(--muted);background:#f6f7fb;border:1px solid var(--line);border-radius:8px;padding:8px 10px;overflow-x:auto;white-space:nowrap}.ep-result{margin-top:14px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.ep-result.ok{border-color:#cde8d4}.ep-result.err{border-color:#f3c4c3}.ep-result-head{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#f8f9fc;border-bottom:1px solid var(--line)}.ep-result-head .ct{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.status{font-weight:800;font-size:13px;padding:2px 9px;border-radius:6px}.status.ok{background:#e6f4ea;color:var(--ok)}.status.err{background:#fde8e7;color:var(--danger)}.ep-out{margin:0;padding:12px 14px;max-height:420px;overflow:auto;font:12.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;word-break:break-word;background:#fff}.ep-image{display:block;max-width:100%;padding:12px}@media (max-width: 640px){.ep-summary{display:none}.ep-path{white-space:normal}}.loc-badge{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:700;color:var(--muted);padding:5px 10px;border-radius:999px;border:1px solid var(--line);background:#fff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loc-badge.on{color:var(--ok);border-color:#cde8d4;background:#f2faf4}.loc-badge.blocked{color:var(--warn);border-color:#f4d4a8;background:#fef7ec}
