.camp-message{position:fixed;right:24px;bottom:24px;z-index:1000;width:min(420px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto;box-sizing:border-box;padding:28px;background:#f8f7f1;color:#213b3d;border:1px solid #d2d9ce;border-top:4px solid #b6995c;border-radius:12px;box-shadow:0 14px 60px #132b3433;font:15px/1.6 system-ui,sans-serif;animation:camp-message-enter .22s ease-out}.camp-message *{box-sizing:border-box}.camp-message .camp-message-close{position:absolute;top:7px;right:8px;display:grid;place-items:center;width:44px;height:44px;margin:0;padding:0;border:0;border-radius:50%;background:transparent;color:#213b3d;font:28px/1 system-ui;cursor:pointer}.camp-message .camp-message-close:hover{background:#e6eadf}.camp-message .camp-message-label{margin:0 30px 14px 0;font:700 10px/1.5 system-ui,sans-serif;letter-spacing:1.8px;color:#65715a}.camp-message h2{margin:0 0 16px;font:normal 30px/1.15 Georgia,serif;letter-spacing:-.5px;color:#213b3d}.camp-message .camp-message-copy{margin:0 0 22px;font:15px/1.6 system-ui,sans-serif;color:#415853}.camp-message-actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.camp-message-actions a{font:600 14px/1.45 system-ui,sans-serif;color:#295d53;text-decoration:underline;text-underline-offset:3px}.camp-message-actions .camp-message-primary{display:block;padding:13px 18px;border-radius:5px;color:white;background:#243f40;text-decoration:none}.camp-message .camp-message-note{margin:22px 0 0;padding-top:16px;border-top:1px solid #dce1d6;font:12px/1.5 system-ui,sans-serif;color:#66726b}.camp-message :focus-visible{outline:3px solid #bf8f35;outline-offset:3px}@keyframes camp-message-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.camp-message{right:16px;bottom:16px;padding:24px;width:calc(100vw - 32px);max-height:70dvh}.camp-message h2{font-size:26px}}@media(prefers-reduced-motion:reduce){.camp-message{animation:none}}@media print{.camp-message{display:none!important}}
