/* DUA's bottom-bar layout, adapted to BE THE ONE's cream and gold palette. */
html body .bto-cookie-panel{position:fixed;z-index:2147483000;inset:auto 0 var(--bto-cookie-bottom-offset,0px);width:100%;box-sizing:border-box;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));border:0;border-top:1px solid #dfd9cd;border-radius:0;background:#faf7f0;color:#171714;box-shadow:0 -4px 24px #00000014;font:13px/20px Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:left;letter-spacing:normal}
html body .bto-cookie-panel[hidden]{display:none}
html body .bto-cookie-panel *{box-sizing:border-box}
html body .bto-cookie-inner{display:flex;flex-direction:column;gap:12px;max-width:1280px;max-height:calc(100svh - var(--bto-cookie-bottom-offset,0px) - 33px - env(safe-area-inset-bottom,0px));margin:0 auto}
html body .bto-cookie-copy{min-width:0;min-height:0;overflow-y:auto;padding-right:4px}
html body .bto-cookie-panel h2{margin:0;color:#171714;font:600 16px/24px Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:normal;text-transform:none}
html body .bto-cookie-panel p{max-width:768px;margin:4px 0 0;color:#514b42;font:400 12px/20px Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:normal;text-transform:none}
html body .bto-cookie-panel a{color:#171714;text-decoration:underline;text-underline-offset:3px}
html body .bto-cookie-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex-shrink:0;gap:8px;padding-top:12px;border-top:1px solid #dfd9cd;background:#faf7f0}
html body .bto-cookie-actions button{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:48px;margin:0;border:2px solid #c99532;border-radius:56px;padding:10px 16px;background:transparent;color:#171714;font:500 13px/1.3 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;letter-spacing:normal;text-transform:none;transition:background-color .15s,border-color .15s}
html body .bto-cookie-actions button[data-choice="accepted"]{background:#c99532}
html body .bto-cookie-actions button:hover{background:#e9d3a4}
html body .bto-cookie-actions button[data-choice="accepted"]:hover{background:#b98629;border-color:#b98629}
html body .bto-cookie-settings{position:fixed;z-index:2147482999;bottom:calc(14px + env(safe-area-inset-bottom,0px));left:14px;border:1px solid #dfd9cd;border-radius:56px;padding:8px 13px;background:#faf7f0;color:#171714;font:12px/1.4 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;letter-spacing:normal;text-transform:none}
html body .bto-cookie-panel:not([hidden]) + .bto-cookie-settings{visibility:hidden}
html body .bto-cookie-panel button:focus-visible,html body .bto-cookie-panel a:focus-visible,html body .bto-cookie-settings:focus-visible{outline:3px solid #171714;outline-offset:3px}
@media(min-width:640px){html body .bto-cookie-panel{padding-left:20px;padding-right:20px}html body .bto-cookie-panel h2{font-size:18px;line-height:28px}html body .bto-cookie-panel p{font-size:13px}html body .bto-cookie-actions{display:flex;flex-wrap:wrap;justify-content:flex-end}html body .bto-cookie-actions button{min-width:112px}}
@media(min-width:1024px){html body .bto-cookie-panel{padding-top:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}html body .bto-cookie-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:24px;max-height:calc(100svh - var(--bto-cookie-bottom-offset,0px) - 25px - env(safe-area-inset-bottom,0px))}html body .bto-cookie-copy{padding-right:0;max-height:inherit}html body .bto-cookie-actions{padding-top:0;border-top:0}}
