:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#172033;background:#f4f7fb}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 32%),radial-gradient(circle at top right,rgba(20,184,166,.1),transparent 28%),#f4f7fb;overflow:hidden}a{color:inherit}button,input,select,textarea{font:inherit}#root{min-height:100vh}.pg-scaffold{display:grid;grid-template-columns:280px minmax(0,1fr);height:100vh;overflow:hidden}.pg-sidebar{border-right:1px solid #d9e2ec;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow-y:auto}.pg-sidebar__inner{display:flex;height:100%;flex-direction:column;gap:1.25rem;padding:1.5rem}.pg-brand h1{margin:.15rem 0 .35rem;font-size:1.6rem}.pg-brand__description,.pg-page-description,.pg-cell-subtle,.pg-metric-card__hint,.pg-auth-card p,.pg-empty-state p,.pg-list,.pg-selection-summary{color:#66778c}.pg-nav{display:grid;gap:.55rem}.pg-nav-link{border:1px solid #e3eaf2;border-radius:.85rem;padding:.8rem .95rem;text-decoration:none;color:#324358;background:#f8fbff}.pg-nav-link:hover,.pg-nav-link--active{border-color:#3b82f659;background:#eef5ff}.pg-main{display:flex;min-width:0;flex-direction:column;min-height:0;overflow:hidden}.pg-topbar{border-bottom:1px solid #d9e2ec;background:#ffffffd6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pg-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 1.25rem}.pg-topbar__spacer{min-height:1px}.pg-topbar__actions,.pg-selection-summary{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.pg-language-toggle{display:inline-flex;border:1px solid #d9e2ec;border-radius:999px;height:2.5rem;padding:.16rem;background:#f4f7fb}.pg-language-toggle__button{border:0;border-radius:999px;height:100%;padding:0 .9rem;color:#4d6076;background:transparent;cursor:pointer}.pg-language-toggle__button--active{color:#0f172a;background:#fff;box-shadow:0 2px 8px #0f172a14}.pg-content{flex:1;display:flex;flex-direction:column;padding:1.5rem;min-height:0;overflow:hidden}.pg-page-stack{display:grid;width:100%;gap:1.25rem;height:100%;min-height:0}.pg-page-stack--scrollable{overflow-y:auto}.pg-overview-layout>:nth-child(3){min-height:520px}.pg-page-header,.pg-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.pg-page-title,.pg-panel__title{margin:0}.pg-page-title{font-size:2rem}.pg-eyebrow{margin:0 0 .3rem;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0f766e}.pg-panel,.pg-auth-card,.pg-loading-card{border:1px solid #d9e2ec;border-radius:1.1rem;background:#fffffff0;box-shadow:0 18px 48px #0f172a14}.pg-panel{display:flex;min-height:0;flex-direction:column;padding:.9rem .9rem .5rem;box-shadow:none}.pg-metric-grid,.pg-playground-grid{display:grid;gap:1rem}.pg-metric-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.pg-playground-grid{grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;overflow:hidden;align-items:stretch}.pg-playground-grid--debug-open{grid-template-columns:minmax(0,1fr) minmax(320px,.48fr)}.pg-playground-grid--debug-collapsed{grid-template-columns:minmax(0,1fr) 56px}.pg-metric-card{border:1px solid #d9e2ec;border-radius:1rem;padding:1rem;background:#fff}.pg-metric-card__label,.pg-metric-card__hint{margin:0}.pg-metric-card__value{display:block;margin-top:.35rem;font-size:1.85rem}.pg-form,.pg-response-stack,.pg-panel-scroll,.pg-chat-shell{display:grid;gap:1rem}.pg-form,.pg-response-stack,.pg-chat-shell,.pg-chat-composer,.pg-chat-input-row,.pg-chat-side-controls{min-width:0}.pg-panel-scroll,.pg-chat-shell{min-height:0;min-width:0;flex:1;padding-right:.2rem}.pg-chat-shell{grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.pg-panel-scroll--playground{padding-bottom:.35rem;overflow-x:hidden}.pg-field{display:grid;gap:.45rem}.pg-field span{font-weight:600}.pg-field input,.pg-field select,.pg-field textarea{width:100%;border:1px solid #d9e2ec;border-radius:.85rem;padding:.75rem .85rem;color:#172033;background:#f8fbff}.pg-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;min-height:2.75rem;padding-right:2.9rem;border-radius:1rem;background-color:#f8fbff;background-image:linear-gradient(45deg,transparent 50%,#67809a 50%),linear-gradient(135deg,#67809a 50%,transparent 50%),linear-gradient(to right,#e3eaf2,#e3eaf2);background-position:calc(100% - 1.05rem) calc(50% - .12rem),calc(100% - .72rem) calc(50% - .12rem),calc(100% - 2.15rem) 50%;background-size:.4rem .4rem,.4rem .4rem,1px 1.4rem;background-repeat:no-repeat;box-shadow:inset 0 1px #ffffffbf}.pg-select:focus,.pg-field textarea:focus,.pg-field input:focus{outline:none;border-color:#2563eb61;box-shadow:0 0 0 3px #2563eb14}.pg-button,.pg-button--ghost,.pg-inline-link{display:inline-flex;align-items:center;justify-content:center;border-radius:.85rem;padding:.75rem 1rem;text-decoration:none;cursor:pointer}.pg-button{border:0;height:2.5rem;color:#fff;background:linear-gradient(135deg,#2563eb,#14b8a6);font-weight:700}.pg-button:disabled{opacity:.6;cursor:not-allowed}.pg-button--ghost{border:1px solid #d9e2ec;height:2.5rem;border-radius:999px;color:#324358;background:#fff}.pg-user-pill,.pg-status-pill{border:1px solid #d9e2ec;border-radius:999px;height:2.5rem;display:inline-flex;align-items:center;padding:.35rem .85rem;background:#fff}.pg-sidebar-field{margin-top:.35rem}.pg-status-pill--active,.pg-status-pill--completed,.pg-status-pill--chat{border-color:#10b98166;color:#86efac}.pg-status-pill--raw,.pg-status-pill--draft,.pg-status-pill--pending{border-color:#fbbf2459;color:#fde68a}.pg-status-pill--failed,.pg-status-pill--error{border-color:#f8717159;color:#fecaca}.pg-table-shell{overflow-x:auto}.pg-table{width:100%;border-collapse:collapse}.pg-table th,.pg-table td{padding:.8rem .6rem;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:top}.pg-inline-link{padding:0;color:#2563eb}.pg-response-block pre{margin:0;overflow:auto;border-radius:.85rem;padding:.9rem;background:#f8fbff;white-space:pre-wrap;word-break:break-word}.pg-chat-history{display:grid;gap:.85rem;min-height:0;flex:1;align-content:start;padding:.25rem .1rem .75rem .05rem;border-bottom:1px solid #edf2f7;overflow-y:auto;overflow-x:hidden}.pg-chat-message{display:grid;gap:.35rem;max-width:85%;padding:.9rem 1rem;border-radius:1rem;border:1px solid #d9e2ec;background:#f8fbff}.pg-chat-message--user{justify-self:end;background:#e8f1ff}.pg-chat-message--assistant{justify-self:start;background:#f8fbff}.pg-chat-message__role{font-size:.76rem;font-weight:700;text-transform:uppercase;color:#7a8ca3}.pg-chat-message__body{white-space:pre-wrap;word-break:break-word}.pg-chat-composer{display:grid;gap:.55rem;padding-top:.2rem}.pg-chat-history__empty{padding:.4rem 0;color:#8091a6}.pg-chat-input-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:.9rem;align-items:stretch;width:100%}.pg-chat-input,.pg-chat-input-row textarea{width:100%;max-width:100%;min-height:132px;resize:vertical;border-radius:1rem;padding:.9rem 1rem;background:#fff;box-shadow:inset 0 1px 2px #0f172a08}.pg-debug-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.pg-debug-item{display:grid;gap:.25rem;padding:.8rem .9rem;border:1px solid #d9e2ec;border-radius:.9rem;background:#f8fbff}.pg-debug-item span{font-size:.82rem;color:#6b7d91}.pg-debug-item--wide{grid-column:1 / -1}.pg-chat-side-controls{display:grid;gap:.8rem;align-content:start}.pg-debug-rail,.pg-debug-toggle-button{border:1px solid #d9e2ec;border-radius:999px;background:#fff;color:#324358;cursor:pointer}.pg-debug-rail{width:56px;min-width:56px;height:100%;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:.9rem .35rem}.pg-debug-rail__label{writing-mode:vertical-rl;text-orientation:mixed;font-weight:600;letter-spacing:.02em}.pg-notes-section{display:grid;gap:.7rem;padding:.2rem 0 .35rem}.pg-notes-section__header{display:grid;gap:.15rem}.pg-debug-toggle-button{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center}.pg-input-mode-toggle{display:inline-flex;align-items:center;gap:.18rem;height:2.5rem;padding:.16rem;border:1px solid #d9e2ec;border-radius:999px;background:#f4f7fb}.pg-input-mode-toggle__button{height:100%;min-width:0;width:100%;padding:0 .85rem;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#4d6076;background:transparent;cursor:pointer}.pg-input-mode-toggle__button--active{color:#0f172a;background:#fff;box-shadow:0 2px 8px #0f172a14}.pg-chat-send-button{width:100%;border-radius:999px}.pg-centered-shell{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:1.5rem}.pg-auth-card,.pg-loading-card{width:min(540px,100%);padding:1.4rem}.pg-loading-card--error,.pg-error-text{color:#dc2626}.pg-error-text{margin:0;white-space:pre-wrap;word-break:break-word}.pg-error-text--chat{padding:.8rem .95rem;border:1px solid rgba(220,38,38,.16);border-radius:.9rem;background:#fff5f5}.pg-empty-state{padding:1.25rem;border:1px dashed #d9e2ec;border-radius:.95rem;background:#fbfdff}.pg-list{margin:0;padding-left:1.2rem}@media(max-width:1100px){.pg-playground-grid,.pg-scaffold{grid-template-columns:1fr}.pg-sidebar{border-right:0;border-bottom:1px solid #d9e2ec;overflow:visible}body{overflow:auto}.pg-scaffold,.pg-content,.pg-main{height:auto;overflow:visible}}@media(max-width:700px){.pg-content,.pg-sidebar__inner,.pg-topbar__inner{padding:1rem}.pg-page-header,.pg-panel__header,.pg-topbar__inner{flex-direction:column}.pg-debug-grid,.pg-chat-input-row,.pg-playground-grid--debug-open,.pg-playground-grid--debug-collapsed{grid-template-columns:1fr}.pg-debug-rail{width:100%;min-width:0;height:auto;flex-direction:row;padding:.75rem 1rem}.pg-debug-rail__label{writing-mode:horizontal-tb;transform:none}}
