/* Layout only. Consent storage, choices, and GPC handling remain unchanged. */
html body #portfolio-cookie-banner{
 left:20px;right:auto;bottom:20px;top:auto;width:420px;max-width:calc(100vw - 40px);
 margin:0;padding:22px;display:block;border:1px solid #ac7b36;border-top:4px solid #b57d30;
 border-radius:14px;background:#fff;color:#172230;box-shadow:0 10px 40px #001b3040;
 font-size:14px;line-height:1.55;max-height:calc(100dvh - 40px);overflow:auto;
}
html body #portfolio-cookie-banner h2{font-size:20px;line-height:1.3;margin:0 0 10px}
html body #portfolio-cookie-banner .pc-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;flex:none}
html body #portfolio-cookie-banner .pc-actions button{width:100%;min-height:52px;padding:10px 12px;font-size:14px;font-weight:600;border:2px solid #263747;background:#fff;color:#172230;border-radius:8px}
html body #portfolio-cookie-banner .pc-actions button:hover{background:#edf2f7}
html body #portfolio-cookie-banner .pc-actions button:disabled{color:#526272;background:#eef1f4;cursor:not-allowed}
@media(max-width:640px){html body #portfolio-cookie-banner{left:12px;right:auto;bottom:calc(88px + env(safe-area-inset-bottom,0px));width:320px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 112px);padding:18px;font-size:13px}html body #portfolio-cookie-banner .pc-actions{gap:8px;margin-top:14px}html body #portfolio-cookie-banner .pc-actions button{padding:10px 8px;font-size:13px}}
