.cookie-modal-overlay{position:fixed;inset:0;z-index:9100;background:rgba(20,44,68,.45);display:flex;align-items:center;justify-content:center;padding:20px}.cookie-modal{background:var(--white,#fff);border-radius:var(--radius-lg,16px);max-width:520px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-pop,0 20px 60px rgba(20,44,68,.25));display:flex;flex-direction:column}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0}.cookie-modal-title{font:700 18px/1.2 var(--font-display,sans-serif);color:var(--ink,#1a2c3d);margin:0}.cookie-modal-close{background:none;border:none;font-size:16px;color:var(--ink-muted,#5a6a7a);cursor:pointer;padding:4px 8px;border-radius:var(--radius,8px);line-height:1}.cookie-modal-close:hover{background:var(--hairline,#e8e4df)}.cookie-modal-desc{padding:12px 24px 0;font-size:13px;color:var(--ink-muted,#5a6a7a);line-height:1.6;margin:0}.cookie-modal-categories{flex:1 1;overflow-y:auto;padding:8px 0}.cookie-category{padding:16px 24px;border-bottom:1px solid var(--hairline,#e8e4df)}.cookie-category:last-child{border-bottom:none}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.cookie-category-name{font:600 14px/1 var(--font-body,sans-serif);color:var(--ink,#1a2c3d)}.cookie-always-on{font-size:11px;font-weight:600;color:var(--ink-muted,#5a6a7a);padding:3px 8px;border-radius:20px}.cookie-always-on,.cookie-toggle{background:var(--hairline,#e8e4df)}.cookie-toggle{position:relative;width:44px;height:24px;border:none;border-radius:12px;cursor:pointer;transition:background var(--dur,.2s) var(--ease,ease);flex-shrink:0}.cookie-toggle--on{background:var(--coral,#e05a3a)}.cookie-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform var(--dur,.2s) var(--ease,ease)}.cookie-toggle--on .cookie-toggle-thumb{transform:translateX(20px)}.cookie-category-desc{font-size:13px;color:var(--ink-muted,#5a6a7a);line-height:1.6;margin:0 0 8px}.cookie-detail-list{margin:0;padding:0 0 0 16px;font-size:12px;color:var(--ink-muted,#5a6a7a);line-height:1.8}.cookie-detail-name{font-family:monospace;font-size:11px;background:var(--hairline,#e8e4df);padding:1px 5px;border-radius:4px}.cookie-modal-footer{padding:16px 24px;border-top:1px solid var(--hairline,#e8e4df);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}@media (max-width:600px){.cookie-modal{max-height:85vh}.cookie-modal-footer{flex-direction:column-reverse}.cookie-modal-footer .btn{width:100%;justify-content:center}}