.memory-game-layout{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:flex-start}.memory-layout-wrapper{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(circle at top,#0f172a 0,#111827 100%);color:#f1f5f9;font-family:Inter,sans-serif}.memory-layout-header{text-align:center;padding:3rem 1rem 1rem}.memory-layout-header h1{font-size:2.75rem;font-weight:800;color:#facc15;text-shadow:0 0 6px rgba(250,204,21,.3)}.memory-layout-header .subtitle{margin-top:.5rem;color:#cbd5e1;font-size:1.125rem}.memory-layout-footer{text-align:center;padding:1.5rem 0;background:#0f172a;font-size:.9rem;color:#94a3b8}.memory-layout-footer nav a{color:#facc15;margin:0 .8rem;text-decoration:none;transition:color .2s}.memory-layout-footer nav a:hover{color:#fde68a}.memory-wrapper{max-width:900px;margin:3rem auto;padding:2rem;text-align:center;background:linear-gradient(to bottom right,#1e1f26,#2c2f39);border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.4);color:#f2f2f2;font-family:Segoe UI,sans-serif}.memory-layout-main{flex:1 1;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;max-width:960px;margin:0 auto;background:rgba(255,255,255,.02);border-radius:1rem;box-shadow:0 0 12px rgba(250,204,21,.03);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.memory-title{font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:.5rem;background:linear-gradient(90deg,#facc15,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.memory-subtitle{font-size:1.25rem;color:#cbd5e1}.memory-description{margin-bottom:2rem;font-size:1.1rem;color:#ccc;max-width:700px;margin-left:auto;margin-right:auto}.memory-stats{display:flex;justify-content:space-around;background:linear-gradient(135deg,#1c1f3a,#2a2d4e);border:2px solid #2e2e2e;padding:1rem 1.5rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.4);color:#f1f1f1;font-size:1.1rem;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.6)}.stat-item{flex:1 1;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:transform .2s ease}.stat-item:hover{transform:scale(1.05);color:#ffd859}.memory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-gap:16px;gap:16px;justify-items:center;padding:0 1rem}.memory-card{width:80px;height:80px;perspective:1000px;cursor:pointer}.memory-card-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s}.memory-card.flipped .memory-card-inner{transform:rotateY(180deg)}.memory-card-back,.memory-card-front{position:absolute;width:100%;height:100%;font-size:2rem;display:flex;align-items:center;justify-content:center;border-radius:16px;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:2px solid rgba(255,255,255,.1);box-shadow:0 6px 12px rgba(0,0,0,.3)}.memory-card-back{background:linear-gradient(180deg,#444,#222);color:#ddd}.memory-card-front{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:rotateY(180deg);border:2px solid rgba(255,255,255,.2);color:#fff;text-shadow:0 0 4px rgba(255,255,255,.5)}.memory-win-message{margin-top:2rem;font-size:1.4rem;font-weight:700;color:#78e08f;text-shadow:0 0 6px rgba(120,224,143,.5)}.memory-footer{margin-top:3rem;text-align:center;color:#999;font-size:.9rem}.memory-footer .footer-links{margin-top:.25rem}.memory-footer a{color:#facc15;margin:0 .5rem;text-decoration:none}.memory-footer a:hover{text-decoration:underline}