:root{color:#18212f;font-synthesis:none;text-rendering:optimizelegibility;background:#f6f8f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,select,input,textarea{font:inherit}.app-shell{grid-template-columns:280px minmax(0,1fr) 320px;min-height:100vh;display:grid}.sidebar,.info-panel{background:#fff;border-right:1px solid #dde5e1;padding:20px}.info-panel{border-left:1px solid #dde5e1;border-right:0;flex-direction:column;gap:16px;display:flex}.brand,.brand-link{align-items:center;gap:10px;margin-bottom:18px;display:inline-flex}.brand-mark{color:#fff;background:#0f766e;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.brand strong,.brand-link{color:#111827;font-size:16px}.brand small{color:#65758b;margin-top:2px;font-size:12px;display:block}.search-box{color:#526174;border:1px solid #d9e2df;border-radius:8px;align-items:center;gap:8px;height:38px;margin-bottom:18px;padding:0 10px;font-size:13px;display:flex}.tool-group{margin-bottom:18px}.tool-group h2{text-transform:uppercase;color:#667085;letter-spacing:0;margin:0 0 8px;font-size:12px}.tool-link{color:#253244;border-radius:8px;grid-template-columns:24px 1fr;align-items:center;gap:9px;min-height:50px;padding:8px;display:grid}.tool-link:hover,.tool-link.active{color:#0f5f59;background:#e7f3f1}.tool-link strong{font-size:14px;line-height:1.2;display:block}.tool-link small{color:#6b7280;margin-top:3px;font-size:12px;display:block}.workspace{min-width:0;padding:26px}.topbar{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.topbar h1,.content-page h1{color:#0f172a;letter-spacing:0;margin:0;font-size:clamp(28px,4vw,46px);line-height:1.04}.topbar p,.content-intro{color:#566274;max-width:760px;margin:10px 0 0;line-height:1.65}.eyebrow{color:#0f766e;letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.mobile-select{display:none}.tool-surface{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);align-items:start;gap:18px;display:grid}.input-panel,.result-panel,.info-panel section,.content-page{background:#fff;border:1px solid #dde5e1;border-radius:8px;box-shadow:0 1px 2px #0f172a0a}.input-panel{align-content:start;gap:14px;padding:16px;display:grid}label span,.result-header strong{color:#273346;margin-bottom:7px;font-size:13px;font-weight:700;display:block}textarea{resize:vertical;color:#18212f;background:#fbfcfc;border:1px solid #d5dfdb;border-radius:8px;width:100%;min-height:350px;padding:13px;line-height:1.5}textarea.secondary-input{min-height:110px}textarea:focus,input:focus,button:focus-visible{outline-offset:1px;outline:2px solid #14b8a6}.compact-field{gap:7px;display:grid}.text-input{color:#18212f;background:#fbfcfc;border:1px solid #d5dfdb;border-radius:8px;width:100%;height:42px;padding:0 12px}.option-row{grid-template-columns:130px minmax(0,1fr);align-items:center;gap:12px;display:grid}.option-row span{margin-bottom:0}.custom-select-control{min-width:0}.custom-select-label{color:#273346;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.custom-select-box{min-width:0;position:relative}.custom-select-trigger{color:#18212f;cursor:pointer;text-align:left;background:linear-gradient(90deg,#0000 calc(100% - 42px),#0f766e17 calc(100% - 42px)),linear-gradient(#fff,#f7fbfa);border:1px solid #d5dfdb;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 42px 0 10px;font-size:13px;font-weight:700;display:flex;box-shadow:inset 0 1px #fffffff2,0 1px 2px #0f172a09}.custom-select-trigger>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.select-caret{border-bottom:2px solid #0f766e;border-right:2px solid #0f766e;flex:none;width:8px;height:8px;margin-right:4px;transition:transform .14s;transform:rotate(45deg)translateY(-2px)}.custom-select-box.open .select-caret{transform:rotate(225deg)translateY(-2px)}.custom-select-trigger:hover{background:linear-gradient(90deg,#0000 calc(100% - 42px),#0f766e24 calc(100% - 42px)),linear-gradient(#fff,#f1f8f6);border-color:#b9c9c5}.custom-select-trigger:focus-visible,.custom-select-box.open .custom-select-trigger{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a626,inset 0 1px #fffffff2}.custom-select-popover{z-index:80;background:#fffffffa;border:1px solid #c6d6d2;border-radius:8px;width:min(max(100%,220px),100vw - 40px);max-height:240px;padding:6px;position:absolute;top:calc(100% + 6px);left:auto;right:0;overflow:auto;box-shadow:0 18px 42px #0f172a29,0 4px 12px #0f172a14}.custom-select-option{color:#18212f;text-align:left;background:0 0;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 9px;font-size:13px;font-weight:650;line-height:1.2;display:flex}.custom-select-option span{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.custom-select-option:hover,.custom-select-option.selected{color:#0f766e;background:#eef8f6}.custom-select-option svg{color:#0f766e;flex:none}.result-panel{flex-direction:column;min-width:0;padding:16px;display:flex}.result-header{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-bottom:12px;display:grid}.status-dot{background:#0f766e;border-radius:99px;width:9px;height:9px}.status-dot.error{background:#c2410c}.result-actions{gap:8px;display:flex}button{color:#253244;cursor:pointer;background:#fff;border:1px solid #cfdad7;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 10px;display:inline-flex}button:hover{background:#f2f7f6}.output{color:#eef6f3;white-space:pre-wrap;word-break:break-word;background:#0f172a;border:1px solid #d5dfdb;border-radius:8px;flex:1;min-height:350px;margin:0;padding:14px;line-height:1.55;overflow:auto}.output.error{background:#451a03}.summary-grid{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.summary-grid span{color:#405066;background:#f8faf9;border:1px solid #d6e0dc;border-radius:999px;padding:6px 10px;font-size:12px}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin-top:12px;display:grid}.metric-grid div{background:#f8faf9;border:1px solid #d6e0dc;border-radius:8px;min-width:0;padding:9px 10px}.metric-grid span{color:#667085;text-transform:uppercase;letter-spacing:0;font-size:11px;font-weight:700;display:block}.metric-grid strong{color:#172033;word-break:break-word;margin-top:4px;font-size:13px;line-height:1.35;display:block}.warning-list{gap:7px;margin-top:12px;display:grid}.warning-list p{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;margin:0;padding:8px 10px;font-size:13px;line-height:1.4}.result-table{background:#fff;border:1px solid #d6e0dc;border-radius:8px;grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);margin-top:12px;display:grid;overflow:hidden}.result-key,.result-value{border-bottom:1px solid #e7eeeb;min-width:0;padding:8px 10px;font-size:12px;line-height:1.4}.result-key{color:#405066;background:#f8faf9;font-weight:700}.result-value{color:#172033;word-break:break-word}.result-table>:nth-last-child(-n+2){border-bottom:0}.details{color:#566274;line-height:1.5}.panel-title{color:#0f766e;align-items:center;gap:8px;margin-bottom:8px;display:flex}.panel-title h2{color:#1f2937;margin:0;font-size:15px}.info-panel section{padding:14px}.info-panel p{color:#566274;margin:0;font-size:14px;line-height:1.55}.related-list{gap:8px;display:grid}.related-list a{color:#0f766e;font-size:14px}.content-shell{min-height:100vh;padding:28px}.content-page{max-width:840px;padding:28px}.content-page article{margin-top:24px}.content-page h2{color:#111827;margin:0 0 8px;font-size:18px}.content-page p{color:#566274;line-height:1.65}.primary-link{color:#fff;background:#0f766e;border-radius:8px;align-items:center;height:40px;margin-top:18px;padding:0 14px;display:inline-flex}@media (width<=1180px){.app-shell{grid-template-columns:240px minmax(0,1fr)}.info-panel{display:none}.tool-surface{grid-template-columns:1fr}}@media (width<=760px){.app-shell{display:block}.sidebar{display:none}.workspace{padding:18px}.topbar{display:block}.mobile-select{gap:6px;margin-top:14px;display:grid}.tool-surface{gap:12px}textarea,.output{min-height:260px}.option-row{grid-template-columns:1fr}.result-header{grid-template-columns:auto 1fr}.result-actions{grid-column:1/-1}.result-table{grid-template-columns:1fr}.content-shell,.content-page{padding:18px}}
