[hidden]{display:none!important}
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#24313a;background:#f5f7f7;font-size:14px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid #d4dede;background:#fff;color:#30424a;border-radius:7px;padding:7px 10px}button:hover{background:#edf4f3}button:disabled{opacity:.45;cursor:default}.primary{background:#12675c;border-color:#12675c;color:#fff}.primary:hover{background:#0e544b}.danger{color:#9d3e39}.danger:hover{background:#fff1ee}input,select,textarea{border:1px solid #d5dddd;border-radius:7px;background:#fff;color:#26373e;padding:9px 10px}input:focus,select:focus,textarea:focus{outline:2px solid #a5d6cb;outline-offset:0}h1,h2,h3,p{margin-top:0}h1{font-size:25px}h2{font-size:16px}h3{font-size:13px;color:#43525a}.hint{font-size:12px;color:#819099}.brand-mark{display:inline-grid;place-items:center;background:#12675c;color:white;border-radius:9px;width:31px;height:31px;font-size:20px}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{background:#fff;border:1px solid #e0e6e5;border-radius:15px;box-shadow:0 20px 60px #223b3a12;padding:32px;width:min(100%,380px);display:grid;gap:16px}.auth-card p{color:#72818a;margin:-7px 0 5px}.auth-card label,dialog label{display:grid;gap:7px;font-size:13px;font-weight:600}.auth-card button{margin-top:6px;padding:11px}.topbar{height:64px;background:#fff;border-bottom:1px solid #e2e9e8;display:flex;align-items:center;justify-content:space-between;padding:0 18px;gap:20px}.brand{display:flex;align-items:center;gap:9px;font-size:17px;white-space:nowrap}.top-actions{display:flex;align-items:center;gap:7px;overflow:auto}.top-actions button,.top-actions select{white-space:nowrap}.inline-label{white-space:nowrap;color:#67777e;font-size:12px;display:flex;align-items:center;gap:6px}.layout{display:grid;grid-template-columns:250px minmax(420px,1fr) minmax(330px,35%);height:calc(100vh - 64px)}.sidebar,.main,.results{min-height:0;overflow:auto}.sidebar{background:#fbfcfc;border-right:1px solid #e2e9e8}.main{padding:22px}.results{background:#fff;border-left:1px solid #e2e9e8;padding:17px}.side-head,.results-head,.editor-head,.panel-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.side-head,.results-head{padding:17px 13px;border-bottom:1px solid #e8eeee}.side-head h2,.results-head h2{margin:0}.side-head button{padding:5px 7px;font-size:12px}.tree-search{width:calc(100% - 20px);margin:10px}.tree-row{display:flex;align-items:center;gap:5px;min-height:34px;padding-right:6px}.tree-row:hover{background:#eef5f3}.tree-row.active{background:#dceee9;color:#105c52}.tree-row .item-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;border:0;background:transparent;padding:5px 0}.tree-row .small{font-size:11px;padding:3px 5px}.method-tag{font-size:10px;font-weight:800;width:43px}.method-GET{color:#14825f}.method-POST{color:#b07412}.method-PUT{color:#2c70a0}.method-DELETE{color:#b14b4b}.empty{max-width:380px;margin:17vh auto;text-align:center;color:#77898d}.empty-icon{font-size:40px;color:#12675c}.empty h2{color:#34484e;font-size:20px}.editor-head{margin-bottom:18px}.editor-head input{font-size:18px;font-weight:700;border:0;background:transparent;min-width:0;flex:1;padding-left:0}.request-line{display:flex;gap:8px}.request-line select{width:112px;font-weight:700}.request-line input{flex:1;min-width:0}.field-label{display:flex;align-items:center;gap:10px;margin:15px 0 20px;color:#66787d;font-size:12px}.field-label select{min-width:180px}.panel{background:#fff;border:1px solid #e1e8e7;border-radius:11px;padding:14px;margin:13px 0}.panel h3{margin:0 0 10px}.panel-title h3{margin:0}.panel-title{margin-bottom:10px}.pair-row{display:grid;grid-template-columns:22px minmax(90px,1fr) minmax(120px,1.5fr) 25px;gap:7px;margin:6px 0}.pair-row input[type=checkbox]{align-self:center}.pair-row input:not([type=checkbox]){min-width:0}.pair-row button{padding:0;border:0;font-size:18px}.panel textarea{width:100%;min-height:200px;resize:vertical;font:13px ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.5}.history-item{display:flex;align-items:center;gap:7px;border-bottom:1px solid #eef2f1;padding:9px 2px}.history-item button{flex:1;text-align:left;border:0;background:none;padding:0;min-width:0}.history-item small{display:block;color:#819099;margin-top:2px}.status{font-weight:800}.status.ok{color:#18825b}.status.bad{color:#ba5146}.compare-actions{padding:10px 0;border-bottom:1px solid #e8eeee}.response-view{padding:14px 0}.response-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.response-view pre{background:#f4f7f7;border:1px solid #e2e9e8;border-radius:8px;padding:12px;max-height:360px;overflow:auto;white-space:pre-wrap;word-break:break-word;font:12px ui-monospace,SFMono-Regular,Menlo,monospace}.response-view h3{margin:16px 0 7px}.response-view button{margin-top:8px}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:12px}.comparison>div{min-width:0}dialog{border:1px solid #dbe5e3;border-radius:13px;padding:25px;width:min(95vw,600px);box-shadow:0 20px 80px #172d2b30}dialog::backdrop{background:#152a2980}dialog form{display:grid;gap:14px}dialog textarea{min-height:260px;font:13px ui-monospace,SFMono-Regular,Menlo,monospace}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}#delete-env{margin-right:auto}#notice{position:fixed;right:18px;bottom:18px;z-index:10;max-width:480px;background:#274942;color:#fff;border-radius:9px;padding:12px 16px;box-shadow:0 8px 24px #0002}#notice.error{background:#a8433b}@media(max-width:1050px){.layout{grid-template-columns:210px 1fr}.results{grid-column:2;border-top:1px solid #e2e9e8;border-left:0}.main{min-height:65vh}.topbar{height:auto;min-height:64px;flex-wrap:wrap;padding:10px}.layout{height:auto}.sidebar{grid-row:1/3}}@media(max-width:650px){.layout{display:block}.sidebar,.main,.results{height:auto;min-height:250px}.top-actions{width:100%}.request-line{flex-wrap:wrap}.request-line input{flex-basis:100%;order:-1}.comparison{grid-template-columns:1fr}}
