#pmc-app-wrapper{width:100vw!important;max-width:100vw!important;position:relative!important;left:50%!important;transform:translateX(-50%)!important;margin:0!important;padding:3rem 15px!important;box-sizing:border-box!important;font-family:system-ui,-apple-system,sans-serif!important;transition:background 0.4s ease;z-index:99!important}#pmc-app-wrapper.pmc-theme-a{background:linear-gradient(135deg,#e0f2fe,#bae6fd)!important}#pmc-app-wrapper.pmc-theme-b{background:linear-gradient(135deg,#f3e8ff,#d8b4fe)!important}#pmc-app-wrapper.pmc-theme-c{background:linear-gradient(135deg,#ffedd5,#fdba74)!important}#pmc-app{max-width:1000px;margin:0 auto;background:rgb(255 255 255 / .95);border-radius:12px;padding:20px;box-shadow:0 10px 25px rgb(0 0 0 / .1);position:relative!important;z-index:100!important}.pmc-header,.pmc-game-controls{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:20px;align-items:center}.pmc-stats{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;background:#f8fafc;padding:15px;border-radius:8px;margin-bottom:20px;font-weight:700;color:#334155}#pmc-app button{padding:10px 18px!important;border:none!important;border-radius:6px!important;background:#475569!important;color:white!important;cursor:pointer!important;font-weight:600!important;transition:opacity 0.2s!important;font-size:14px!important}#pmc-app button:hover:not(:disabled){opacity:0.8!important}#pmc-app button:disabled{background:#cbd5e1!important;cursor:not-allowed!important}#pmc-app .pmc-btn-primary{background:#2563eb!important}#pmc-app .pmc-btn-danger{background:#ef4444!important}#pmc-grid-area{position:relative;display:flex;justify-content:center;margin-bottom:30px;overflow-x:auto;padding:10px}#pmc-grid-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(255 255 255 / .85);z-index:10;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#0f172a;border-radius:8px}#pmc-grid{display:grid;gap:0;background:#000;border:2px solid #000}.pmc-cell{width:36px!important;height:36px!important;position:relative!important;background:#fff!important}.pmc-cell.empty{background:transparent!important}.pmc-cell input{width:100%!important;height:100%!important;border:1px solid #94a3b8!important;padding:0!important;margin:0!important;text-align:center!important;font-size:20px!important;font-weight:bold!important;text-transform:uppercase!important;background:#fff!important;color:#0f172a!important;box-shadow:none!important;outline:none!important;border-radius:0!important}.pmc-cell input:focus{background:#fef08a!important;border-color:#eab308!important}.pmc-cell input.correct{background:#bbf7d0!important;color:#166534!important}.pmc-cell input.wrong{background:#fecaca!important;color:#991b1b!important}.pmc-number{position:absolute!important;top:2px!important;left:2px!important;font-size:10px!important;font-weight:bold!important;color:#64748b!important;z-index:2!important;pointer-events:none!important}.pmc-clues-section{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pmc-clues-box{background:#f8fafc;padding:15px;border-radius:8px;border:1px solid #e2e8f0}.pmc-clues-box h3{margin-top:0;color:#334155;font-size:1.1rem;border-bottom:2px solid #cbd5e1;padding-bottom:5px}.pmc-clues-box ul{list-style:none;padding:0;margin:0}.pmc-clues-box li{margin-bottom:8px;font-size:14px;line-height:1.4;color:#475569}.pmc-clues-box li strong{color:#0f172a;margin-right:5px}@media (max-width:768px){.pmc-clues-section{grid-template-columns:1fr}.pmc-cell{width:30px!important;height:30px!important}.pmc-cell input{font-size:16px!important}}