:root{color-scheme:light;--background:#f4f7fb;--surface:#ffffff;--surface-muted:#eef4ff;--border:#dbe3ef;--text:#14213d;--muted:#5f6f89;--primary:#1877f2;--primary-dark:#0d5bc4;--shadow:0 18px 48px rgba(28,51,84,0.1)}*{box-sizing:border-box}html{background:var(--background)}body{margin:0;color:var(--text);background:radial-gradient(circle at 80% 5%,rgba(24,119,242,.13),transparent 30rem),var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:48px 0 80px}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);grid-gap:40px;gap:40px;align-items:end;padding:48px;color:#ffffff;border-radius:28px;background:linear-gradient(135deg,#122d55,#1368d4 65%,#3693ff);box-shadow:var(--shadow)}.eyebrow{margin:0 0 10px;color:inherit;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:720px;margin-bottom:18px;font-size:clamp(2.4rem,6vw,4.8rem);line-height:.98;letter-spacing:-.055em}.hero__description{max-width:690px;margin-bottom:28px;color:rgba(255,255,255,.82);font-size:1.05rem;line-height:1.75}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 20px;color:#ffffff;border:1px solid rgba(255,255,255,.55);border-radius:12px;font-weight:750;text-decoration:none;transition:transform .16s ease,background .16s ease}.button:hover{transform:translateY(-1px);background:rgba(255,255,255,.1)}.button--primary{color:#0b3975;border-color:#ffffff;background:#ffffff}.summary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.14)}.summary div{padding:18px;background:rgba(11,41,80,.3)}.summary dt{color:rgba(255,255,255,.7);font-size:.72rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.summary dd{margin:8px 0 0;font-size:1.6rem;font-weight:800}.reference{margin-top:32px;padding:36px;border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.reference__heading{display:flex;gap:24px;align-items:end;justify-content:space-between;margin-bottom:24px}.reference__heading .eyebrow{color:var(--primary)}.reference__heading h2{margin-bottom:0;font-size:clamp(1.8rem,4vw,2.7rem);letter-spacing:-.035em}.reference__heading>p{margin-bottom:4px;color:var(--muted)}.filters{display:grid;grid-template-columns:minmax(240px,1fr) minmax(150px,.3fr) minmax(190px,.45fr);grid-gap:14px;gap:14px;margin-bottom:24px}.filters label{display:grid;grid-gap:7px;gap:7px}.filters label>span{color:var(--muted);font-size:.8rem;font-weight:750}.filters input,.filters select{width:100%;min-height:48px;padding:0 14px;color:var(--text);border:1px solid var(--border);border-radius:12px;outline:none;background:#ffffff}.button:focus-visible,.filters input:focus,.filters select:focus,.show-more:focus-visible{outline:3px solid rgba(24,119,242,.28);outline-offset:2px}.operation-list{display:grid;grid-gap:12px;gap:12px}.operation{padding:20px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#ffffff,#fbfcff)}.operation__identity{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}.operation code{overflow-wrap:anywhere;color:#213b61;font-size:.88rem;font-weight:700}.operation h3{margin-bottom:8px;font-size:1.04rem}.operation p{margin-bottom:14px;color:var(--muted);font-size:.92rem;line-height:1.6}.deprecated,.method,.tag-list span{display:inline-flex;min-height:25px;align-items:center;padding:0 9px;border-radius:999px;font-size:.7rem;font-weight:850;letter-spacing:.04em}.method--get{color:#075985;background:#e0f2fe}.method--post{color:#166534;background:#dcfce7}.method--put{color:#854d0e;background:#fef9c3}.method--patch{color:#9a3412;background:#ffedd5}.method--delete{color:#991b1b;background:#fee2e2}.method--head,.method--options,.method--trace{color:#4c1d95;background:#ede9fe}.deprecated{color:#991b1b;background:#fee2e2}.tag-list{display:flex;flex-wrap:wrap;gap:7px}.tag-list span{color:#37516f;background:var(--surface-muted)}.show-more{display:block;min-width:230px;min-height:48px;margin:24px auto 0;color:var(--primary-dark);border:1px solid var(--primary);border-radius:12px;background:#ffffff;font-weight:800;cursor:pointer}.show-more:hover{color:#ffffff;background:var(--primary)}.empty-state{padding:56px 24px;text-align:center;border:1px dashed var(--border);border-radius:16px;background:#fbfcff}.empty-state h3{margin-bottom:8px}.empty-state p{margin-bottom:0;color:var(--muted)}@media (max-width:820px){main{width:min(100% - 20px,680px);padding-top:16px}.hero{padding:30px 24px;border-radius:20px}.filters,.hero{grid-template-columns:1fr}.reference{padding:24px 16px;border-radius:20px}.reference__heading{display:block}.reference__heading>p{margin:12px 0 0}}@media (max-width:520px){h1{font-size:2.55rem}.summary{grid-template-columns:1fr}.summary div{display:flex;align-items:center;justify-content:space-between}.summary dd{margin-top:0}.button,.hero__actions{width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important}}