:root{--luna:#6e1a22;--luna-soft:#f6e6e4;--night:#2e2225;--bg:#fcf4ec;--card:#fff;--line:#efe3d6;--muted:#9c8f86;--ink:#2e2225;--ok:#3e8e5a;--fd:"Georgia",serif;--fb:system-ui,-apple-system,sans-serif;--fm:ui-monospace,monospace}*{box-sizing:border-box}body,html{overflow-x:hidden;overflow-x:clip}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--fb)}a{color:inherit}button{cursor:pointer}button,input,select,textarea{font-family:inherit}.cc-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(48,35,30,.28);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:cc-fade .25s ease}.cc-overlay.cc-overlay--bare{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.cc-overlay.cc-overlay--bare .cc-card{pointer-events:auto}@keyframes cc-fade{0%{opacity:0}to{opacity:1}}@keyframes cc-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.cc-card{width:100%;max-width:560px;background:#fffdfc;color:#30231e;border:1px solid #e4d7cb;border-radius:20px;box-shadow:0 24px 60px rgba(106,39,22,.2);padding:26px 26px 22px;font-family:Manrope,system-ui,-apple-system,sans-serif;animation:cc-rise .3s ease}.cc-card--panel{max-width:600px}.cc-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:14px;background:#f2e8de;color:#c15c35}.cc-icon svg{width:24px;height:24px}.cc-title{font-family:"DM Serif Display",Georgia,serif;font-size:22px;line-height:1.2;margin:0 0 8px}.cc-text{font-size:14.5px;line-height:1.6;color:#6e685f;margin:0 0 18px}.cc-text a{color:#c15c35;font-weight:600;text-decoration:underline}.cc-actions{display:flex;flex-wrap:wrap;gap:10px}.cc-actions--stack{flex-direction:column}.cc-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;padding:12px 18px;border-radius:12px;transition:background .15s ease,border-color .15s ease,color .15s ease;flex:1 1 auto;text-align:center;line-height:1.2}.cc-btn-primary{background:#c15c35;color:#fff}.cc-btn-primary:hover{background:#a94829}.cc-btn-ghost{background:#fff;color:#30231e;border-color:#e4d7cb}.cc-btn-ghost:hover{background:#f9f5f1}.cc-btn-link{flex:0 0 auto;background:transparent;border:none;color:#6e685f;font-weight:600;text-decoration:underline;padding:12px 8px}.cc-btn-link:hover{color:#30231e}.cc-actions-primary{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.cc-actions-primary .cc-btn-link{margin-right:auto}.cc-actions-primary .cc-btn-ghost,.cc-actions-primary .cc-btn-primary{flex:0 1 auto;min-width:140px}.cc-groups{display:flex;flex-direction:column;gap:12px;margin:4px 0 20px}.cc-group{border:1px solid #e4d7cb;border-radius:14px;padding:14px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.cc-group-info{flex:1 1}.cc-group-name{font-size:14.5px;font-weight:700;margin:0 0 3px;color:#30231e}.cc-group-desc{font-size:13px;line-height:1.5;color:#6e685f;margin:0}.cc-group-fixed{font-size:12px;font-weight:700;color:#56643b;white-space:nowrap;padding-top:2px}.cc-switch{position:relative;display:inline-block;width:44px;height:26px;flex:0 0 auto}.cc-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.cc-slider{position:absolute;inset:0;border-radius:999px;background:#d9cbbe;transition:background .18s ease}.cc-slider:before{content:"";position:absolute;left:3px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .18s ease}.cc-switch input:checked+.cc-slider{background:#c15c35}.cc-switch input:checked+.cc-slider:before{transform:translateX(18px)}.cc-switch input:focus-visible+.cc-slider{outline:2px solid #c15c35;outline-offset:2px}.cc-panel-foot{display:flex;flex-wrap:wrap;gap:10px}.cc-panel-foot .cc-btn{flex:1 1 160px}@media (max-width:520px){.cc-card{padding:22px 18px 18px;border-radius:18px}.cc-actions-primary{flex-direction:column;align-items:stretch}.cc-actions-primary .cc-btn-link{margin-right:0;order:3}.cc-actions-primary .cc-btn-ghost,.cc-actions-primary .cc-btn-primary{width:100%}.cc-panel-foot .cc-btn{flex:1 1 100%}}@media (prefers-reduced-motion:reduce){.cc-card,.cc-overlay{animation:none}.cc-btn,.cc-slider,.cc-slider:before{transition:none}}