@keyframes svelte-jrkwdy-swing{0%{transform:rotate(15deg)}50%{transform:rotate(-15deg)}to{transform:rotate(15deg)}}.patch-container.svelte-jrkwdy.svelte-jrkwdy{position:relative;background:linear-gradient(135deg,#0f172a99,#1e293b66);border:1px solid var(--theme-color-alpha);border-radius:12px;padding:1.5rem;margin:2rem auto 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000004d,0 0 20px rgba(var(--theme-color-rgb),.1);overflow:hidden;animation:svelte-jrkwdy-subtleGlow 3s ease-in-out infinite;max-width:1200px}.patch-header.svelte-jrkwdy.svelte-jrkwdy{position:relative;text-align:center;margin-bottom:2rem;z-index:1}.patch-title.svelte-jrkwdy.svelte-jrkwdy{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--theme-color),#f59e0b,var(--theme-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:1px;animation:svelte-jrkwdy-gold-shimmer 3s ease-in-out infinite}@keyframes svelte-jrkwdy-gold-shimmer{0%,to{opacity:.9}50%{opacity:1}}.header-patch-icon.svelte-jrkwdy.svelte-jrkwdy{filter:brightness(1.1) drop-shadow(0 0 4px var(--theme-color-alpha));transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.header-patch-icon.svelte-jrkwdy.svelte-jrkwdy:hover{transform:rotate(10deg) scale(1.1);filter:brightness(1.3) drop-shadow(0 0 6px var(--theme-color-alpha-medium))}@keyframes svelte-jrkwdy-subtleGlow{0%,to{box-shadow:0 8px 32px #0000004d,0 0 20px rgba(var(--theme-color-rgb),.1)}50%{box-shadow:0 8px 32px #0000004d,0 0 25px var(--theme-color-alpha-light)}}.patch-description.svelte-jrkwdy.svelte-jrkwdy{color:#fff;font-size:1rem;max-width:600px;margin:.5rem auto;font-weight:500;text-align:center}.patch-section.svelte-jrkwdy.svelte-jrkwdy{display:flex;flex-direction:column;gap:.75rem;z-index:1}.particle.svelte-jrkwdy.svelte-jrkwdy{position:absolute;background-color:var(--theme-color-alpha);border-radius:50%;pointer-events:none;z-index:1;box-shadow:0 0 8px var(--theme-color-alpha)}.particle-1.svelte-jrkwdy.svelte-jrkwdy{width:3px;height:3px;top:20%;left:10%;animation:svelte-jrkwdy-particle-float 8s infinite linear}.particle-2.svelte-jrkwdy.svelte-jrkwdy{width:5px;height:5px;top:30%;left:80%;animation:svelte-jrkwdy-particle-float 12s infinite linear}.particle-3.svelte-jrkwdy.svelte-jrkwdy{width:2px;height:2px;top:70%;left:30%;animation:svelte-jrkwdy-particle-float 10s infinite linear}.particle-4.svelte-jrkwdy.svelte-jrkwdy{width:4px;height:4px;top:60%;left:70%;animation:svelte-jrkwdy-particle-float 15s infinite linear}@keyframes svelte-jrkwdy-particle-float{0%{transform:translate(0) rotate(0)}25%{transform:translate(30px,-20px) rotate(90deg)}50%{transform:translateY(-40px) rotate(180deg)}75%{transform:translate(-30px,-20px) rotate(270deg)}to{transform:translate(0) rotate(360deg)}}.patch-item.svelte-jrkwdy.svelte-jrkwdy{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#0f172a66,#1e293b4d);border:1px solid var(--theme-color-alpha-light);border-radius:8px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 16px #0003;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;min-height:80px}.patch-item.svelte-jrkwdy.svelte-jrkwdy:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--theme-color-rgb),.1),transparent);transition:left .5s ease}.patch-item.svelte-jrkwdy.svelte-jrkwdy:hover:before{left:100%}.patch-item.svelte-jrkwdy.svelte-jrkwdy:hover{transform:translateY(-2px) scale(1.02);background:linear-gradient(135deg,rgba(var(--theme-color-rgb),.15),#0f172a66);border-color:var(--theme-color-alpha);box-shadow:0 8px 32px var(--theme-color-alpha-light)}.patch-date-section.svelte-jrkwdy.svelte-jrkwdy{min-width:120px;text-align:center}.patch-date.svelte-jrkwdy.svelte-jrkwdy{font-size:1rem;font-weight:600;color:var(--theme-color);text-shadow:0 0 8px var(--theme-color-alpha)}.patch-content.svelte-jrkwdy.svelte-jrkwdy{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0;text-align:center}.patch-title-text.svelte-jrkwdy.svelte-jrkwdy{font-weight:600;font-size:1.25rem;color:var(--theme-color);text-shadow:0 0 8px var(--theme-color-alpha);margin-bottom:.5rem}.patch-text.svelte-jrkwdy.svelte-jrkwdy{color:#ffffffe6;font-size:1rem;line-height:1.6}.patch-text.svelte-jrkwdy ul.svelte-jrkwdy{margin:.5rem auto;padding-left:0;text-align:center;list-style:none;display:block}.patch-text.svelte-jrkwdy li.svelte-jrkwdy{margin-bottom:.5rem;color:#ffffffe6;text-align:center;position:relative;padding-left:0}.patch-text.svelte-jrkwdy li.svelte-jrkwdy:before{content:"•";color:var(--theme-color);font-weight:700;margin-right:.5rem}.patch-text.svelte-jrkwdy img.svelte-jrkwdy{border-radius:8px;border:1px solid var(--theme-color-alpha);margin:.5rem 0;max-width:100%}.patch-text.svelte-jrkwdy strong{color:var(--theme-color);font-weight:700}.patch-text.svelte-jrkwdy *{word-wrap:break-word}.patch-text.svelte-jrkwdy p{margin:.5rem 0}.load-more-button.svelte-jrkwdy.svelte-jrkwdy{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,rgba(var(--theme-color-rgb),.9) 0%,var(--theme-color-alpha-medium) 100%);color:#1f2937;font-size:1rem;font-weight:700;border:2px solid var(--theme-color-alpha-medium);border-radius:8px;cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 16px #0000004d,0 0 20px var(--theme-color-alpha-light);text-shadow:0 1px 2px rgba(0,0,0,.3);width:100%}.load-more-button.svelte-jrkwdy.svelte-jrkwdy:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.load-more-button.svelte-jrkwdy.svelte-jrkwdy:hover:before{left:100%}.load-more-button.svelte-jrkwdy.svelte-jrkwdy:hover{background:linear-gradient(135deg,var(--theme-color) 0%,rgba(245,158,11,.9) 100%);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #0006,0 0 30px var(--theme-color-alpha);border-color:var(--theme-color-alpha-strong)}.load-more-icon.svelte-jrkwdy.svelte-jrkwdy{width:20px;height:20px;filter:brightness(1.1) drop-shadow(0 0 4px rgba(0,0,0,.3));transition:all .3s ease}.load-more-button.svelte-jrkwdy:hover .load-more-icon.svelte-jrkwdy{transform:rotate(10deg) scale(1.1);filter:brightness(1.2) drop-shadow(0 0 6px rgba(0,0,0,.4))}
