*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#f8f9fa;color:#1a1a1a;min-height:100vh;overflow-x:hidden}button,input,select,textarea{font-family:inherit}:root{--sidebar-width: 260px;--sidebar-bg: #0f172a;--sidebar-border: #1e293b;--sidebar-hover: #1e293b;--sidebar-active: #334155;--text-main: #f8fafc;--text-muted: #94a3b8}.layout{display:flex;min-height:100vh;width:100%}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;position:fixed;height:100vh;height:100dvh;left:0;top:0;z-index:50;overflow-x:hidden;overflow-y:auto}.sidebar-header{padding:1rem;border-bottom:1px solid var(--sidebar-border);flex-shrink:0}.sidebar-logo{font-weight:700;font-size:1.125rem;color:var(--text-main);cursor:pointer;display:flex;align-items:center;gap:.625rem;text-decoration:none;margin-bottom:1rem}.sidebar-logo svg{width:1.5rem;height:1.5rem;flex-shrink:0}.switcher-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;display:block}.select-wrapper{position:relative;display:flex;align-items:center}.sidebar-select{width:100%;appearance:none;background:var(--sidebar-hover);border:1px solid var(--sidebar-border);border-radius:6px;padding:.4375rem 1.75rem .4375rem .625rem;font-size:.8125rem;font-weight:500;color:var(--text-main);cursor:pointer;font-family:inherit}.sidebar-select:hover{border-color:var(--text-muted)}.select-chevron{position:absolute;right:.5rem;pointer-events:none;color:var(--text-muted);display:flex;align-items:center}.select-chevron svg{width:.875rem;height:.875rem}.sidebar-nav{flex:1;padding:.5rem;overflow-y:auto;overflow-x:hidden}.sidebar-section-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:.5rem .75rem .25rem}.sidebar-link{display:flex;align-items:center;gap:.625rem;padding:.25rem .75rem;outline:none;color:var(--text-muted);text-decoration:none;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .1s;white-space:nowrap;margin-bottom:1px;border:none;background:none;width:100%;text-align:left}.sidebar-link svg{width:1.125rem;height:1.125rem;flex-shrink:0}.sidebar-link:hover{color:var(--text-main);background:var(--sidebar-hover)}.sidebar-link.active{color:var(--text-main);background:var(--sidebar-active);font-weight:600}.sidebar-divider{height:1px;background:var(--sidebar-border);margin:.5rem}.project-item{margin-bottom:1px}.project-header{display:flex;align-items:center;justify-content:space-between;padding:.25rem .75rem;outline:none;border-radius:6px;cursor:pointer;transition:all .1s;color:var(--text-muted)}.project-header:hover{background:var(--sidebar-hover);color:var(--text-main)}.project-header.active{background:var(--sidebar-active);color:var(--text-main);font-weight:600}.project-header.active.parent{background:none}.project-header-left{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:inherit;color:inherit;min-width:0}.project-header.active .project-header-left{color:inherit}.project-header-left svg{width:1.125rem;height:1.125rem;flex-shrink:0}.project-header-left span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-chevron{color:var(--text-muted);transition:transform .15s;flex-shrink:0;width:1rem;height:1rem}.project-chevron.open{transform:rotate(90deg)}.project-children{padding-left:1.5rem;margin-bottom:.125rem}.project-ws-link{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:5px;font-size:.875rem;color:var(--text-muted);text-decoration:none;cursor:pointer;transition:all .1s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:none;background:none;width:100%;text-align:left}.project-ws-link:hover{color:var(--text-main);background:var(--sidebar-hover)}.project-ws-link.active{color:var(--text-main);font-weight:600;background:var(--sidebar-active)}.project-add-ws{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;color:var(--text-muted);cursor:pointer;border:none;background:none;border-radius:4px;width:100%;text-align:left;transition:all .1s}.project-add-ws:hover{color:var(--text-main);background:var(--sidebar-hover)}.settings-accordion-item{margin-bottom:.125rem}.settings-accordion-header{display:flex;align-items:center;gap:.625rem;width:100%;padding:.25rem .75rem;border-radius:6px;outline:none;background:none;border:none;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .1s;text-align:left}.settings-accordion-header span{flex:1}.settings-accordion-header:hover{background:var(--sidebar-hover);color:var(--text-main)}.settings-accordion-header.active{color:var(--text-main);background:none}.settings-accordion-header svg{width:1.125rem;height:1.125rem;flex-shrink:0}.settings-accordion-chevron{color:var(--text-muted);transition:transform .15s;flex-shrink:0;width:1rem;height:1rem}.settings-accordion-chevron.open{transform:rotate(90deg)}.settings-accordion-children{padding-left:.75rem;margin-left:1.125rem;border-left:1px solid var(--sidebar-border);margin-top:.125rem;margin-bottom:.25rem}.settings-sub-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.25rem .75rem;border-radius:6px;margin-top:1px;outline:none;font-size:.8125rem;color:var(--text-muted);text-decoration:none;cursor:pointer;transition:all .1s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:none;background:none;text-align:left;font-family:inherit}.settings-sub-item:hover{color:var(--text-main);background:var(--sidebar-hover)}.settings-sub-item.active{color:var(--text-main);font-weight:600;background:var(--sidebar-active)}.settings-sub-item.active.parent{background:none}.sidebar-footer{padding:.75rem 1rem;border-top:1px solid var(--sidebar-border);flex-shrink:0}.sidebar-user{font-size:.75rem;color:var(--text-muted);margin-bottom:.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-signout{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;color:#ef4444;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:background .1s;border:none;background:none;width:100%;text-align:left}.sidebar-signout:hover{background:#fef2f2}.sidebar-signout svg{width:1.125rem;height:1.125rem;flex-shrink:0}.main-content{flex:1;margin-left:var(--sidebar-width);min-width:0}main{max-width:60rem;margin:2rem auto;padding:0 1.5rem}.topbar{display:none;background:#fff;border-bottom:1px solid #e2e8f0;padding:0 1rem;height:3.5rem;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.hamburger{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.hamburger svg{width:1.5rem;height:1.5rem}.mobile-header-title{font-weight:600;font-size:1rem}.drawer-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:90;opacity:0;transition:opacity .2s ease}.drawer-overlay.open{display:block;opacity:1}@media(max-width:1024px){:root{--sidebar-width: 240px}}@media(min-width:768px){.layout .sidebar{transition:transform .25s cubic-bezier(.4,0,.2,1)}.layout .main-content{transition:margin-left .25s cubic-bezier(.4,0,.2,1)}.layout.desktop-closed .sidebar{transform:translate(-100%)}.layout.desktop-closed .main-content{margin-left:0}.topbar.desktop-show{display:flex}}.sidebar-collapse-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .1s}.sidebar-collapse-btn:hover{background:var(--sidebar-hover);color:var(--text-main)}.hidden-on-mobile{display:flex}@media(max-width:767px){.sidebar{transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);z-index:100;width:280px;box-shadow:4px 0 20px #00000026}.sidebar.mobile-open{transform:translate(0)}.main-content{margin-left:0}.topbar{display:flex}main{margin-top:1rem;margin-bottom:1.5rem;padding:0 .75rem}.card{padding:1rem}.card h2{font-size:.9375rem}.drawer-overlay{display:block;pointer-events:none}.drawer-overlay.open{pointer-events:auto}.hidden-on-mobile{display:none!important}}.split-pane{display:flex;gap:1.5rem;margin-bottom:1.5rem}.pane-half{flex:1;min-width:0;display:flex;flex-direction:column}@media(max-width:1023px){.split-pane{flex-direction:column;gap:1rem}}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.card+.card{margin-top:1rem}.btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:6px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .1s;font-family:inherit}.btn-primary{background:#1a1a1a;color:#fff}.btn-primary:hover{background:#333}.btn-secondary{background:#f1f5f9;color:#1a1a1a;border:1px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0}.btn-github{background:#24292e;color:#fff;font-size:.9375rem;padding:.625rem 1.25rem .625rem 0}.btn-github:hover{background:#3a4046}.btn-github-logo-container{display:flex;align-items:center;justify-content:center;width:2.5rem;height:100%;border-right:1px solid rgba(255,255,255,.15);margin-right:.75rem;flex-shrink:0}.btn-google{background:#fff;color:#1f2937;border:1px solid #dadce0;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:500;padding:.625rem 1.25rem .625rem 0}.btn-google:hover{background:#f8fafc}.btn-google-logo-container{display:flex;align-items:center;justify-content:center;width:2.5rem;height:100%;border-right:1px solid #dadce0;margin-right:.75rem;flex-shrink:0}.btn-danger{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.btn-danger:hover{background:#fca5a5}.btn-sm{padding:.25rem .625rem;font-size:.8125rem}.btn-xs{padding:.125rem .375rem;font-size:.6875rem}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.form-group{margin-bottom:1rem}label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;color:#374151}input[type=text],input[type=password],input[type=email],input[type=number],select,textarea{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-family:inherit;color:#1a1a1a;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid #1a1a1a;outline-offset:-1px;border-color:transparent}.hint{font-size:.75rem;color:#64748b;margin-top:.25rem}.field-error{font-size:.75rem;color:#dc2626;margin-top:.25rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer}.checkbox-label input{width:auto}.badge{display:inline-block;padding:.125rem .625rem;border-radius:99px;font-size:.75rem;font-weight:600;text-transform:capitalize}.badge-sm{padding:.125rem .5rem;font-size:.6875rem}.badge-secondary{background:#e2e8f0;color:#475569}.badge-you{background:#dbeafe;color:#1d4ed8}.badge-queued{background:#f1f5f9;color:#64748b}.badge-in_progress{background:#dbeafe;color:#2563eb}.badge-completed{background:#dcfce7;color:#16a34a}.badge-failed{background:#fee2e2;color:#dc2626}.badge-timed_out{background:#fef3c7;color:#d97706}.badge-pending_policy{background:#f3e8ff;color:#7c3aed}.badge-pending_approval{background:#fef9c3;color:#b45309}.badge-rejected{background:#fee2e2;color:#dc2626}.badge-aborted{background:#fef3c7;color:#d97706}.badge-unlocked{background:#dcfce7;color:#16a34a}a .badge{transition:opacity .1s}a:hover .badge{opacity:.75}table{width:100%;border-collapse:collapse;min-width:0}th{font-size:.75rem;font-weight:600;color:#64748b;text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}td{padding:.75rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:#f8f9fa;cursor:pointer}tbody tr.no-hover:hover td{background:transparent;cursor:default}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:1023px){.card table,.table-wrap table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.card table td{white-space:normal;min-width:5rem}}.log-viewer{background:#0f1117;border-radius:6px;padding:1rem;overflow:auto;max-height:600px}.log-viewer pre{font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:.8125rem;line-height:1.6;color:#e2e8f0;white-space:pre-wrap;word-break:break-all;margin:0}.log-section{border:1px solid #1e293b;border-radius:4px;margin-bottom:8px;background:#0f1117}.log-section-header{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#1e293b;cursor:pointer;user-select:none;font-size:.75rem;font-weight:600;color:#f8fafc;border-radius:4px 4px 0 0}.log-section-header:hover{background:#334155}.log-section-content{padding:8px 0}.log-row{display:flex;padding:1px 10px;font-family:SF Mono,Fira Code,monospace;font-size:.8125rem;line-height:1.5}.log-ts{color:#64748b;margin-right:12px;flex-shrink:0;user-select:none}.log-line-text{color:#e2e8f0;word-break:break-all;white-space:pre-wrap}.steps{display:flex;margin-bottom:1.75rem;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;background:#fff}.step{flex:1;text-align:center;padding:.75rem .5rem;font-size:.8125rem;color:#94a3b8;border-right:1px solid #e2e8f0}.step:last-child{border-right:none}.step.active{color:#1a1a1a;background:#f8f9fa;font-weight:600}.step.done{color:#16a34a}.step-num{display:block;font-weight:700;font-size:.6875rem;margin-bottom:.125rem;opacity:.6}.error{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5;border-radius:6px;padding:.625rem .875rem;font-size:.875rem;margin-bottom:1rem}.success{background:#dcfce7;color:#16a34a;border:1px solid #86efac;border-radius:6px;padding:.625rem .875rem;font-size:.875rem;margin-bottom:1rem}h1{font-size:1.375rem;font-weight:700}h2{font-size:1rem;font-weight:600;margin-bottom:1rem}p.subtitle{font-size:.875rem;color:#64748b;margin-top:.25rem;margin-bottom:0}.row{display:flex;gap:.75rem;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.empty{text-align:center;padding:3rem 1.5rem;color:#94a3b8;font-size:.875rem}a.link{color:#2563eb;text-decoration:none}a.link:hover{text-decoration:underline}.meta-table td:first-child{font-weight:500;color:#64748b;width:10rem;padding-left:0}.meta-table td{border:none;padding:.375rem .75rem .375rem 0}.counts{display:flex;gap:.625rem;font-size:.8125rem;font-weight:600}.count-add{color:#16a34a}.count-change{color:#d97706}.count-destroy{color:#dc2626}.spinner{display:inline-block;width:1.125rem;height:1.125rem;border:2px solid #e2e8f0;border-top-color:#1a1a1a;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:#e2e8f0;border-radius:4px;animation:skeleton-pulse 2s ease-in-out infinite}.skeleton-dark{background:var(--sidebar-hover);animation:skeleton-pulse-dark 2s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes skeleton-pulse-dark{0%,to{background-color:var(--sidebar-hover)}50%{background-color:var(--sidebar-border)}}.login-card{max-width:25rem;margin:6.25rem auto;text-align:center;padding:2.5rem}.login-card h1{font-size:1.75rem;margin-bottom:.5rem}.login-card p{margin:0 0 1.75rem;font-size:.9375rem}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card{width:min(100%,460px);text-align:center}.auth-card h1{margin:0 0 .75rem}.auth-actions{display:flex;flex-direction:column;gap:.75rem}.auth-card .subtitle{color:#64748b;margin:0 0 1.25rem;font-size:.875rem}.auth-provider-note{color:#64748b;font-size:.8125rem;margin-top:.75rem}.auth-footnote{color:#475569;font-size:.875rem;margin-top:1.25rem}.auth-link{color:#0f172a;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-card .form-label{text-align:left}.auth-card .input{margin-bottom:1rem}.onboarding-wrap{max-width:37.5rem;margin:0 auto}.review-table td:first-child{font-weight:500;width:8.75rem;color:#64748b}.review-table td{border-bottom:1px solid #f1f5f9;padding:.625rem .5rem;font-size:.875rem}.review-table tr:last-child td{border-bottom:none}.landing{max-width:37.5rem;margin:3.75rem auto;text-align:center}.landing-hero{margin-bottom:2rem}.landing-hero h1{font-size:2.25rem;margin-bottom:.5rem}.landing-hero .subtitle{font-size:1.125rem;color:var(--text-muted)}.landing-card{text-align:left;padding:2rem}.landing-card h2{margin-bottom:.5rem}.landing-card .subtitle{margin-bottom:1.25rem}.landing-links{margin-top:1.5rem;display:flex;justify-content:center;gap:1.5rem}.landing-links a{color:var(--text-muted);font-size:.875rem}.btn-row{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.stream-status{font-size:.75rem;color:#64748b;margin-top:.5rem;display:flex;align-items:center;gap:.375rem}.reveal-box{background:#dcfce7;border:1px solid #86efac;border-radius:6px;padding:1rem;margin-top:1rem}.reveal-box.warning{background:#fef3c7;border-color:#fcd34d}.reveal-box p{font-size:.8125rem;color:#16a34a;font-weight:500;margin-bottom:.5rem}.reveal-box.warning p{color:#d97706}.key-reveal{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8125rem;color:#1a1a1a;background:#fff;border:1px solid #86efac;border-radius:4px;padding:.625rem;word-break:break-all;white-space:pre-wrap}.reveal-box.warning .key-reveal{border-color:#fcd34d}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center}.modal-dialog{background:#fff;border-radius:8px;padding:1.75rem;max-width:27.5rem;width:90%;box-shadow:0 20px 60px #0003}.modal-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.modal-body{font-size:.875rem;color:#4b5563;margin-bottom:0;line-height:1.5}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.25rem}.danger-zone{border:1px solid #fca5a5;border-radius:8px;padding:1.25rem}.danger-zone h3{font-size:.875rem;font-weight:600;color:#dc2626;margin-bottom:.5rem}.danger-zone p{margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;font-size:.875rem;cursor:pointer;user-select:none}.checkbox-label input[type=checkbox]{margin-right:.5rem;cursor:pointer}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#64748b;margin-bottom:1rem}.breadcrumb a{color:#64748b;text-decoration:none;cursor:pointer}.breadcrumb a:hover{color:#1a1a1a}.breadcrumb span{user-select:none}code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.75rem;background:#f1f5f9;padding:1px .25rem;border-radius:3px}.log-viewer{background:#0f172a;border-radius:6px;padding:1rem;max-height:600px;overflow-y:auto;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8125rem;line-height:1.6;color:#e2e8f0;display:flex;flex-direction:column}.log-viewer pre{margin:0;white-space:pre-wrap;word-break:break-all;color:#94a3b8}.log-load-more{background:#1e293b;color:#94a3b8;border:1px solid #334155;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;cursor:pointer;align-self:center;margin-bottom:1rem;transition:all .1s}.log-load-more:hover{background:#334155;color:#f8fafc}.log-entries{display:flex;flex-direction:column}.log-row{display:flex;gap:1rem;padding:1px 0}.log-ts{color:#64748b;min-width:5rem;flex-shrink:0;user-select:none;font-size:.6875rem;border-right:1px solid #1e293b;padding-right:.75rem;margin-right:0}.log-line-text{white-space:pre-wrap;word-break:break-all;flex:1}.spinner-xs{width:.75rem!important;height:.75rem!important;border-width:2px!important}.code-editor-container{border:1px solid #e2e8f0;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .1s,box-shadow .1s}.code-editor-container:focus-within{border-color:#1a1a1a;box-shadow:0 0 0 1px #1a1a1a}.code-editor-container pre,.code-editor-container textarea{white-space:pre!important;word-spacing:normal!important;word-break:normal!important;word-wrap:normal!important;line-height:1.5!important;tab-size:2!important}.code-editor-container textarea{outline:none!important}.token.comment{color:#64748b;font-style:italic}.token.string{color:#0d9488}.token.keyword{color:#2563eb;font-weight:600}.token.boolean{color:#d97706}.token.function{color:#7c3aed}.token.number{color:#ea580c}.token.operator{color:#475569}.token.punctuation{color:#94a3b8}.token.important{color:#dc2626;font-weight:700}.pg-header{display:flex;align-items:center;gap:.75rem;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:8px 8px 0 0;padding:.75rem 1rem;cursor:pointer;transition:background .15s,border-color .15s;user-select:none}.pg-header:hover{background:#f8fafc;border-color:#cbd5e1}.pg-header.closed{border-radius:8px}.pg-header-title{font-size:.8125rem;font-weight:700;color:#1a1a1a;flex:1;text-transform:uppercase;letter-spacing:.025em}.pg-badge{font-size:.6875rem;font-weight:600;padding:2px 8px;border-radius:99px;text-transform:lowercase}.pg-badge-system{background:#f1f5f9;color:#475569}.pg-badge-attr{background:#ede9fe;color:#6d28d9}.pg-badge-detected{background:#dcfce7;color:#15803d}.pg-editor-container{border:1px solid #e2e8f0;border-top:none;border-radius:0 0 8px 8px;background:#fff;position:relative}.pg-editor-container .code-editor-container{border:none;border-radius:0 0 8px 8px}.pg-result-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:10px;font-size:.875rem;margin-bottom:.5rem;border:1px solid transparent;transition:transform .15s,box-shadow .15s}.pg-result-item:hover{transform:translateY(-1px)}.pg-result-deny{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;box-shadow:0 4px 12px -2px #f43f5e1f}.pg-result-approval{background:#fffbeb;border:1px solid #fde68a;color:#92400e;box-shadow:0 4px 12px -2px #f59e0b1f}.pg-result-icon{width:1.25rem;height:1.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:800;border-radius:50%;font-size:.75rem}.pg-result-deny .pg-result-icon{background:#f43f5e;color:#fff}.pg-result-approval .pg-result-icon{background:#f59e0b;color:#fff}.pg-result-reason{font-weight:600;margin-top:.25rem}.pg-result-meta{font-size:.75rem;opacity:.8;display:flex;gap:.75rem;margin-top:.125rem}.pg-ref-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin-top:.5rem}.pg-ref-table th{background:#f8fafc;font-size:.75rem;font-weight:600;padding:.625rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.pg-ref-table td{padding:.75rem 1rem;font-size:.8125rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.pg-ref-table tr:last-child td{border-bottom:none}.pg-ref-table code{color:#1a1a1a;background:#f1f5f9;padding:2px 4px;border-radius:4px}.playground-fullscreen{position:fixed!important;top:0;left:0;width:100vw;height:100vh;z-index:1000;border-radius:0!important;margin:0!important;background:#f1f5f9;display:flex;flex-direction:column;overflow-y:auto;padding:1.5rem 2.5rem 10rem}.playground-fullscreen>div:first-child{padding-bottom:1rem;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.playground-fullscreen .split-pane{flex:1;min-height:0}.playground-fullscreen .pane-half{height:100%}.playground-fullscreen .pg-editor-container{flex:1;display:flex;flex-direction:column}.playground-fullscreen .pg-editor-container .code-editor-container{flex:1}.playground-fullscreen .code-editor-container textarea,.playground-fullscreen .code-editor-container pre{min-height:300px!important}.playground-fullscreen .pg-result-item{margin-bottom:1rem}
/*# sourceMappingURL=app.css.map */
