:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#202024;background:#f7f7f9;font-size:16px;line-height:1.55;color-scheme:light}*{box-sizing:border-box}body{margin:0}main{max-width:640px;padding:36px 24px 60px;margin:24px auto;background:white;border:1px solid #e8e8ec;border-radius:24px}header{display:flex;align-items:center;gap:12px;margin-bottom:30px}header img{width:44px;height:44px;border-radius:12px}header strong{font-size:23px}header span{margin-left:auto;color:#777;font-size:13px}h1{font-size:30px;line-height:1.2;letter-spacing:-.7px}h2{font-size:20px;margin-top:30px}p,li{color:#52525e}a{color:#5145dc}button{border:0;border-radius:12px;padding:14px 22px;background:#202024;color:white;font:inherit;font-weight:600;cursor:pointer;min-height:48px}button:disabled{opacity:.5;cursor:wait}button.secondary{background:#eeeef2;color:#242428}label{display:block;margin:16px 0 6px}input:not([type=checkbox]),select{display:block;width:100%;padding:12px;border:1px solid #cfcfd6;border-radius:10px;font:inherit;background:white}input[type=checkbox]{width:19px;height:19px;vertical-align:middle;margin-right:8px}fieldset{border:0;margin:0;padding:0}.notice{padding:14px 18px;border-radius:12px;background:#f5f4ff;color:#39316f;margin:18px 0}.error{background:#fff0f0;color:#9c2020}.success{background:#eef8f0;color:#215b32}.photos{display:grid;grid-template-columns:1fr 1fr;gap:16px}.photos figure{margin:0}.photos img{width:100%;height:240px;object-fit:contain;background:#f5f5f7;border-radius:14px}.photos figcaption{font-size:14px;color:#666;margin-top:6px}pre{padding:16px;background:#f4f4f7;border-radius:10px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px}code{font-size:13px}table{width:100%;border-collapse:collapse;font-size:14px}td,th{text-align:left;padding:10px 6px;border-bottom:1px solid #eee}footer{font-size:13px;margin-top:32px;display:flex;flex-wrap:wrap;gap:14px}.small{font-size:14px}.hidden,[hidden]{display:none!important}#message:empty{display:none}#action{margin-top:20px;width:100%}#login{width:100%}@media(max-width:600px){main{margin:0;border:0;border-radius:0;padding:24px 20px;min-height:100vh}.photos img{height:200px}}

.photos figure:only-child{grid-column:1 / -1;width:min(100%,320px);justify-self:center}
