:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f6f8;color:#172026;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{border:0}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:96px;padding:22px clamp(18px,4vw,48px);display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border-bottom:1px solid #dde3ea}.nav-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nav-links a,.doc-back{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:8px;background:#eef2f5;color:#33414c;text-decoration:none;font-weight:800}.nav-links a.active,.doc-back:hover{background:#172026;color:#fff}.eyebrow{margin:0 0 5px;color:#66737f;font-size:12px;font-weight:700;text-transform:uppercase}h1,h2{margin:0;letter-spacing:0}h1{font-size:clamp(28px,4vw,42px)}h2{font-size:clamp(18px,2.3vw,24px);overflow-wrap:anywhere}.status-pill,.metric{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:8px;background:#e8f3ee;color:#176340;font-weight:700;white-space:nowrap}.workspace{width:100%;flex:1;display:grid;grid-template-columns:minmax(300px,390px) minmax(0,1fr);gap:24px;padding:24px clamp(18px,4vw,48px) 40px}.control-panel,.result-panel{min-width:0;background:#fff;border:1px solid #dde3ea;border-radius:8px}.control-panel{align-self:start;padding:18px;display:flex;flex-direction:column;gap:16px}.field-label{display:flex;flex-direction:column;gap:7px;color:#2c3944;font-size:14px;font-weight:800}.key-input{min-height:42px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #dde3ea;border-radius:8px;background:#fbfcfd}.key-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#172026}.dropzone input{position:absolute;opacity:0;pointer-events:none}.dropzone label{min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:18px;color:#33414c;border:1px dashed #9aabb8;border-radius:8px;background:#f8fafb;cursor:pointer;text-align:center;overflow-wrap:anywhere}.segmented,.tabs,.download-row{display:flex;gap:8px}.segmented button,.tabs button,.download-row button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;background:#eef2f5;color:#33414c;cursor:pointer;font-weight:700}.segmented button{flex:1}.tabs button,.download-row button{padding:8px 12px}.segmented button.active,.tabs button.active{background:#172026;color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.toggle{min-height:40px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid #dde3ea;border-radius:8px;background:#fbfcfd;color:#2c3944;font-size:14px;font-weight:650}.toggle input{width:16px;height:16px;accent-color:#176340}.primary-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;background:#176340;color:#fff;cursor:pointer;font-weight:800}.primary-button:disabled,.download-row button:disabled{cursor:not-allowed;opacity:.5}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-box{padding:11px 12px;border-radius:8px;background:#fff1f0;color:#a32720;border:1px solid #ffd1cc;font-weight:650;overflow-wrap:anywhere}.result-panel{padding:18px;display:flex;flex-direction:column;gap:16px;min-height:620px}.result-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.output{flex:1;min-height:420px;margin:0;padding:16px;border-radius:8px;background:#101820;color:#eaf2f8;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.55}.download-row{justify-content:flex-end;flex-wrap:wrap}.docs-page{width:min(1040px,calc(100% - 36px));margin:0 auto;padding:24px 0 48px;display:flex;flex-direction:column;gap:16px}.docs-hero,.doc-section{background:#fff;border:1px solid #dde3ea;border-radius:8px}.docs-hero{min-height:86px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.doc-section{padding:18px}.doc-section h3{margin:0 0 10px;font-size:18px}.doc-section p{margin:0 0 12px;color:#33414c;line-height:1.6}.doc-section p:last-child{margin-bottom:0}.doc-section code{padding:2px 5px;border-radius:5px;background:#eef2f5;color:#172026}.code-block{margin:10px 0 12px;padding:14px;border-radius:8px;background:#101820;color:#eaf2f8;overflow:auto;font-size:13px;line-height:1.55}.doc-table{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(120px,.7fr) minmax(220px,1.6fr);border:1px solid #dde3ea;border-radius:8px;overflow:hidden}.doc-table>div{min-width:0;padding:10px 11px;border-right:1px solid #dde3ea;border-bottom:1px solid #dde3ea;overflow-wrap:anywhere}.doc-table>div:nth-child(3n){border-right:0}.doc-table>div:nth-child(-n+3){background:#eef2f5;font-weight:800}.doc-table>div:nth-last-child(-n+3){border-bottom:0}.doc-list{margin:0;padding-left:20px;color:#33414c;line-height:1.65}.policy-date{font-weight:800}.inline-note{display:flex;align-items:flex-start;gap:10px;color:#176340;background:#e8f3ee}@media(max-width:920px){.workspace{grid-template-columns:1fr}.result-panel{min-height:520px}}@media(max-width:560px){.topbar,.result-header,.docs-hero{align-items:stretch;flex-direction:column}.feature-grid{grid-template-columns:1fr}.tabs{overflow-x:auto}.doc-table{grid-template-columns:1fr}.doc-table>div,.doc-table>div:nth-child(3n),.doc-table>div:nth-last-child(-n+3){border-right:0;border-bottom:1px solid #dde3ea}}
