.about-section{padding:1rem 2rem 2rem;max-width:800px;margin:1rem auto 1.5rem;background:rgba(255,255,255,.2);color:#111827;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:background-color .3s,color .3s}.about-title{font-size:2rem;margin-bottom:1rem;text-align:center}.about-text{font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.dark .about-section{background:rgba(45,45,45,.95);color:#f0f0f0;box-shadow:0 4px 12px rgba(0,0,0,.5)}.dark .about-text strong{color:#ffffff}.discord-section{width:100%;min-height:300px;padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border-radius:0;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:1.5rem;background-color:#4325eb;color:#f3f4f6;overflow:hidden;position:relative}.discord-section:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:url(/images/discord-bg.png) no-repeat 0;background-size:cover;z-index:0;mask-image:linear-gradient(90deg,rgba(0,0,0,1) 70%,rgba(0,0,0,0));-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,1) 70%,rgba(0,0,0,0))}.discord-text{text-align:center;margin-bottom:1.5rem;max-width:40rem;position:relative;z-index:1}@media (min-width:768px){.discord-section{flex-direction:row;padding:5rem 4rem}.discord-text{text-align:left;margin-bottom:0}}.discord-title{font-size:2rem;margin-bottom:1rem}.discord-button,.discord-description{font-size:1.125rem}.discord-button{display:inline-block;background:linear-gradient(135deg,#3b82f6,#10b981);color:white;padding:1rem 2rem;border-radius:1rem;text-decoration:none;transition:background-color .3s,transform .2s;position:relative;z-index:1}.discord-button:hover{background:linear-gradient(135deg,#2563eb,#059669);transform:scale(1.05)}.dark .discord-section{background:#101a35;color:#fef3c7}.dark .discord-section:before{background:url(/images/discord-bg.png) no-repeat 0;background-size:cover;mask-image:linear-gradient(90deg,rgba(0,0,0,1) 70%,rgba(0,0,0,0));-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,1) 70%,rgba(0,0,0,0))}.dark .discord-button{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#111827}.dark .discord-button:hover{background:linear-gradient(135deg,#b45309,#dc2626);transform:scale(1.05)}