:root{--kekswerk-bg:#fef6ec;--kekswerk-border:rgba(243, 154, 60, 0.28);--kekswerk-shadow:0 18px 48px rgba(92, 52, 37, 0.18);--kekswerk-font:'mundial',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--kekswerk-text:#3c251d;--kekswerk-text-muted:#6e574b;--kekswerk-icon:#4b2f22;--kekswerk-accent:#F39A3C;--kekswerk-accent-dark:#e8892a;--kekswerk-accent-shadow:rgba(243, 154, 60, 0.25);--kekswerk-card-bg:rgba(255, 244, 226, 0.75)}.kekswerk-overlay{position:fixed;left:0;right:0;bottom:0;top:auto;background:0 0;display:none;align-items:flex-end;justify-content:center;z-index:9500;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));pointer-events:none;animation:kekswerk-fadeIn .2s ease-out}.kekswerk-overlay.active{display:flex}@keyframes kekswerk-fadeIn{from{opacity:0}to{opacity:1}}.kekswerk-banner{background:var(--kekswerk-bg);border-radius:18px;box-shadow:var(--kekswerk-shadow);max-width:980px;width:min(980px,100%);max-height:70vh;overflow-y:auto;animation:kekswerk-slideUp .22s cubic-bezier(.2,.8,.2,1);position:relative;border:1px solid var(--kekswerk-border);backdrop-filter:blur(6px);font-family:var(--kekswerk-font);pointer-events:auto}.kekswerk-banner.compact{max-height:180px}.kekswerk-banner.compact .kekswerk-header{display:grid;grid-template-columns:56px 1fr;grid-template-rows:auto auto;column-gap:16px;align-items:start}.kekswerk-banner.compact .kekswerk-icon{grid-row:1/span 2;font-size:42px;margin:0;display:flex;align-items:center;justify-content:center;height:56px}.kekswerk-banner.compact .kekswerk-header h2{font-size:18px;margin:0 0 4px 0}.kekswerk-banner.compact .kekswerk-header p{font-size:13px}.kekswerk-banner.compact .kekswerk-footer{padding-top:10px}@keyframes kekswerk-slideUp{from{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.kekswerk-cursor-illustration{position:fixed;width:clamp(50px,4.5vw,70px);height:clamp(50px,4.5vw,70px);pointer-events:none;z-index:9501;display:block!important;opacity:0;visibility:hidden;transform:translate3d(0,0,0) scale(.98);transition:opacity .2s ease,transform .2s ease}.kekswerk-cursor-illustration img{width:100%!important;height:100%!important;object-fit:contain;transition:width .2s ease,height .2s ease}.kekswerk-cursor-illustration[style*="display: block"]{opacity:1;visibility:visible;transform:translate3d(0,0,0) scale(1);animation:kekswerk-cursor-fade-in .2s ease}.kekswerk-cursor-illustration[style*="display: none"]{opacity:0;visibility:hidden;transform:translate3d(0,0,0) scale(.98);animation:kekswerk-cursor-fade-out .2s ease}@keyframes kekswerk-cursor-fade-in{from{opacity:0}to{opacity:1}}@keyframes kekswerk-cursor-fade-out{from{opacity:1}to{opacity:0}}.kekswerk-header{padding:20px 24px 12px;border-bottom:1px solid rgba(243,154,60,.15);background:linear-gradient(180deg,rgba(255,244,224,.7),rgba(255,255,255,0))}.kekswerk-icon{font-size:36px;margin-bottom:10px;color:var(--kekswerk-icon)}.kekswerk-header h2{font-size:22px;margin:0 0 6px 0;color:var(--kekswerk-text);font-family:var(--kekswerk-font);font-weight:700}.kekswerk-header p{color:var(--kekswerk-text-muted);font-size:14px;line-height:1.5;margin:0}.kekswerk-body{padding:18px 24px 16px;background:rgba(255,255,255,.92);backdrop-filter:blur(4px);transition:max-height .3s}.kekswerk-category{margin-bottom:20px;padding:18px 20px;background:var(--kekswerk-card-bg);border-radius:18px;border:1px solid rgba(255,255,255,.65);transition:border-color .3s,box-shadow .3s;box-shadow:0 12px 30px rgba(243,154,60,.08)}.kekswerk-category.selected{border:1px solid var(--kekswerk-accent);box-shadow:0 16px 36px rgba(243,154,60,.15);background:rgba(243,154,60,.1)}.kekswerk-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:18px}.kekswerk-category-title{font-weight:700;font-size:17px;color:var(--kekswerk-text)}.kekswerk-category-description{font-size:15px;color:var(--kekswerk-text-muted);line-height:1.6;margin:0}.kekswerk-toggle{position:relative;width:56px;height:28px;background:rgba(200,200,200,.4);border-radius:999px;cursor:pointer;transition:background .3s;border:1px solid rgba(255,255,255,.7);flex-shrink:0}.kekswerk-toggle.active{background:var(--kekswerk-accent)}.kekswerk-toggle.disabled{opacity:.5;cursor:not-allowed}.kekswerk-toggle-slider{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 6px 18px var(--kekswerk-accent-shadow)}.kekswerk-toggle.active .kekswerk-toggle-slider{transform:translateX(26px)}.kekswerk-footer{padding:16px 24px 20px;display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;background:rgba(255,255,255,.92);backdrop-filter:blur(4px)}.kekswerk-button{flex:0 1 auto;min-width:120px;padding:12px 24px;border-radius:999px;font-size:14px;line-height:1.2;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);border:none;text-align:center;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;white-space:normal;word-break:break-word;height:auto!important;aspect-ratio:auto!important}.kekswerk-button.primary{background:linear-gradient(135deg,var(--kekswerk-accent),var(--kekswerk-accent-dark));color:#fff;box-shadow:0 18px 40px var(--kekswerk-accent-shadow)}.kekswerk-button.primary:hover{transform:translateY(-2px);box-shadow:0 26px 52px rgba(243,154,60,.32)}.kekswerk-button.secondary{background:rgba(255,255,255,.9);color:var(--kekswerk-text);border:1px solid rgba(243,154,60,.35);box-shadow:0 14px 32px rgba(243,154,60,.12)}.kekswerk-button.secondary:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(243,154,60,.18)}.kekswerk-overlay.position-bottom{background:0 0;pointer-events:none;position:fixed;bottom:0;left:0;right:0;top:auto;height:auto;align-items:flex-end;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.kekswerk-overlay.position-bottom .kekswerk-banner{max-width:980px;width:min(980px,100%);pointer-events:auto}.position-bottom .kekswerk-banner{border-radius:18px;box-shadow:0 18px 48px rgba(92,52,37,.18)}.kekswerk-overlay.position-top{align-items:flex-start;padding-top:20px}.kekswerk-overlay.position-top .kekswerk-banner{max-width:100%;width:calc(100% - 40px);border-top-left-radius:0;border-top-right-radius:0}@media (max-width:768px){.kekswerk-cursor-illustration{display:none!important}.kekswerk-banner{width:100%;max-height:85vh;border-radius:20px 20px 0 0}.kekswerk-banner.compact{max-height:none}.kekswerk-header{padding:18px 16px 10px}.kekswerk-icon{font-size:30px;margin-bottom:8px}.kekswerk-header h2{font-size:18px;margin-bottom:6px}.kekswerk-header p{font-size:13px}.kekswerk-body{padding:14px 16px 12px}.kekswerk-category{padding:16px 18px;margin-bottom:16px}.kekswerk-category-title{font-size:15px}.kekswerk-category-description{font-size:13px}.kekswerk-toggle{width:50px;height:26px}.kekswerk-toggle-slider{width:20px;height:20px}.kekswerk-toggle.active .kekswerk-toggle-slider{transform:translateX(22px)}.kekswerk-footer{padding:16px;flex-direction:column;align-items:stretch;gap:10px}.kekswerk-button{width:100%!important;min-width:100%!important;min-height:52px!important;padding:14px 20px!important;font-size:15px!important;border-radius:14px!important}}@media (max-width:480px){.kekswerk-header{padding:20px 16px 16px}.kekswerk-body{padding:16px}.kekswerk-footer{padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px))}}