:root{font-family:system-ui,sans-serif;color:#40372f;background:#fff9f2;line-height:1.6}body{margin:0}header,main,footer{max-width:1100px;margin:auto;padding:20px}header,footer{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between}h1{font-size:clamp(1.6rem,4vw,2.3rem)}a{color:#70431f}header a,footer a{display:inline-block;min-height:44px}summary{cursor:pointer;min-height:44px}form{padding:18px;border:1px solid #d9c9b8;border-radius:12px;max-width:700px}label{display:block;margin-top:12px;font-weight:700}select,textarea,button{font:inherit;max-width:100%;box-sizing:border-box;padding:10px;border:1px solid #79583f;border-radius:6px;background:#fff;color:#40372f}select,textarea{width:100%}textarea{min-height:90px}button{background:#70431f;color:#fff;cursor:pointer;min-height:44px}.urgent{border-left:4px solid #8a4939;padding:12px;background:#f8ecdf}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:10px;list-style:none;padding:0}.cards a{display:flex;flex-direction:column;height:100%;box-sizing:border-box;border:1px solid #d9c9b8;border-radius:10px;padding:12px;text-decoration:none;overflow-wrap:anywhere}.cards span,.cards small{display:block;margin-top:6px;font-size:.85rem}.cards a:hover{background:#f4e8d8}:focus-visible{outline:3px solid #79583f;outline-offset:4px}[hidden]{display:none!important}
