:root{--primary-color:#4361ee;--secondary-color:#3f37c9;--accent-color:#4895ef;--danger-color:#f72585;--success-color:#4cc9f0;--warning-color:#f8961e;--light-color:#f8f9fa;--dark-color:#212529;--gray-color:#6c757d;--white:#fff;--shadow:0 4px 6px #0000001a;--transition:all 0.3s ease}*{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}body{background-color:#f5f7fa;color:#212529;color:var(--dark-color);line-height:1.6}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;outline:none;transition:all .3s ease;transition:var(--transition)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.navbar{animation:fadeIn .5s ease;background-color:#fff;background-color:var(--white);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:100}.logo,.navbar{align-items:center;display:flex}.logo{color:#4361ee;color:var(--primary-color);font-size:1.5rem;font-weight:700;gap:.5rem}.logo:before{content:"🧩";font-size:1.8rem}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-links a{border-radius:.5rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .3s ease;transition:var(--transition)}.nav-links a:hover{color:#4361ee;color:var(--primary-color)}.nav-links a:after{background-color:#4361ee;background-color:var(--primary-color);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;transition:var(--transition);width:0}.nav-links a:hover:after{width:70%}.logout-btn{background-color:#f72585;background-color:var(--danger-color);border-radius:.5rem;color:#fff;font-weight:500;padding:.5rem 1rem}.logout-btn:hover{background-color:#d1145a;transform:translateY(-2px)}.page{animation:fadeIn .5s ease;margin:0 auto;max-width:1200px;padding:2rem}.page h1{color:#4361ee;color:var(--primary-color);display:inline-block;margin-bottom:2rem;position:relative}.page h1:after{background-color:#4895ef;background-color:var(--accent-color);border-radius:2px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:60px}.form{animation:fadeIn .6s ease;background-color:#fff;background-color:var(--white);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);margin-bottom:2rem;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#212529;color:var(--dark-color);display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;transition:var(--transition);width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#4361ee;border-color:var(--primary-color);box-shadow:0 0 0 3px #4361ee33;outline:none}.form-group textarea{min-height:100px;resize:vertical}.screenshot-input{display:flex;gap:.5rem;margin-bottom:.5rem}.screenshot-input input{flex:1 1}.screenshot-preview-list{margin-top:1rem}.screenshot-item{align-items:center;background-color:#f8f9fa;border-left:3px solid #4895ef;border-left:3px solid var(--accent-color);border-radius:.5rem;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 1rem}.screenshot-item span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-btn,.edit-btn,.save-btn,.submit-btn{background-color:#4361ee;background-color:var(--primary-color);border-radius:.5rem;color:#fff;font-size:1rem;font-weight:500;padding:.75rem 1.5rem}.add-btn:hover,.edit-btn:hover,.save-btn:hover,.submit-btn:hover{background-color:#3f37c9;background-color:var(--secondary-color);box-shadow:0 6px 12px #0000001a;transform:translateY(-2px)}.cancel-btn,.delete-btn,.remove-btn{border-radius:.5rem;font-weight:500;margin-left:.5rem;padding:.5rem 1rem}.delete-btn,.remove-btn{background-color:#f72585;background-color:var(--danger-color);color:#fff}.delete-btn:hover,.remove-btn:hover{background-color:#d1145a}.cancel-btn{background-color:#6c757d;background-color:var(--gray-color);color:#fff}.cancel-btn:hover{background-color:#5a6268}.add-btn{padding:.75rem 1rem}.list,.puzzle-list{animation:fadeIn .7s ease;background-color:#fff;background-color:var(--white);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);padding:2rem}.list h2,.puzzle-list h2{color:#4361ee;color:var(--primary-color);margin-bottom:1.5rem}.no-puzzles{color:#6c757d;color:var(--gray-color);padding:2rem;text-align:center}.list-item,.puzzle-item{border:1px solid #eee;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease;transition:var(--transition)}.list-item:hover,.puzzle-item:hover{box-shadow:0 6px 12px #0000000d;transform:translateY(-3px)}.puzzle-content h3{color:#4361ee;color:var(--primary-color);margin-bottom:1rem}.screenshots-section,.video-section{margin-bottom:1.5rem}.screenshots-section h4,.video-section h4{color:#3f37c9;color:var(--secondary-color);margin-bottom:.5rem}.video-embed{background-color:#000;border-radius:.5rem;height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:56.25%;position:relative}.video-embed iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.screenshot-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.screenshot-item img{border-radius:.5rem;height:150px;margin-bottom:.5rem;object-fit:cover;transition:all .3s ease;transition:var(--transition);width:100%}.screenshot-item img:hover{box-shadow:0 8px 16px #0000001a;transform:scale(1.05)}.edit-actions,.puzzle-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.shop-item{background-color:#fff;background-color:var(--white);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease;transition:var(--transition)}.shop-item:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.shop-item-image{border-radius:.5rem;flex:0 0 200px;height:200px;overflow:hidden}.shop-item-image img{height:100%;object-fit:cover;transition:all .3s ease;transition:var(--transition);width:100%}.shop-item:hover .shop-item-image img{transform:scale(1.1)}.shop-item-content{flex:1 1}.shop-item-title{color:#4361ee;color:var(--primary-color);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.shop-item-description{color:#6c757d;color:var(--gray-color);margin-bottom:1rem}.shop-item-rating{align-items:center;color:#f8961e;color:var(--warning-color);margin-bottom:1rem}.shop-item-actions,.shop-item-rating{display:flex;gap:.5rem}.login-container{animation:fadeIn .5s ease;background-color:#fff;background-color:var(--white);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);margin:5rem auto;max-width:400px;padding:2rem}.login-container h2{color:#4361ee;color:var(--primary-color);margin-bottom:1.5rem;text-align:center}.login-container form{display:flex;flex-direction:column;gap:1.5rem}.login-container input{border:1px solid #ddd;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem}.login-container button{background-color:#4361ee;background-color:var(--primary-color);border-radius:.5rem;color:#fff;font-size:1rem;font-weight:500;padding:.75rem}.login-container button:hover{background-color:#3f37c9;background-color:var(--secondary-color)}.error{color:#f72585;color:var(--danger-color);margin-bottom:1rem;text-align:center}.alert{border-radius:.5rem;font-weight:500;margin-bottom:1.5rem;padding:1rem}.alert.success{background-color:#4cc9f01a;border-left:4px solid #4cc9f0;border-left:4px solid var(--success-color);color:#4cc9f0;color:var(--success-color)}.alert.error{background-color:#f725851a;border-left:4px solid #f72585;border-left:4px solid var(--danger-color);color:#f72585;color:var(--danger-color)}.loading{align-items:center;color:#6c757d;color:var(--gray-color);display:flex;font-size:1.2rem;height:200px;justify-content:center}@media (max-width:768px){.navbar{flex-direction:column;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center;margin-top:1rem}.page{padding:1rem}.form{padding:1.5rem}.puzzle-item,.shop-item{flex-direction:column}.shop-item-image{flex:0 0 100%;height:250px}.screenshot-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.list-item{align-items:center;background-color:#fff;background-color:var(--white);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);display:flex;justify-content:space-between;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease;transition:var(--transition)}.list-item:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-3px)}.list-item h3{color:#4361ee;color:var(--primary-color);margin-bottom:.5rem}.list-item p{color:#6c757d;color:var(--gray-color);margin-bottom:.5rem}.list-item img{border-radius:.5rem;margin-bottom:.5rem;max-width:100px}.list-item a{color:#4895ef;color:var(--accent-color);display:inline-block;font-weight:500;margin-top:.5rem}.list-item a:hover{text-decoration:underline}.list-actions{display:flex;gap:.5rem}.edit-form{background-color:#f8f9fa;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1.5rem}.edit-form input{border:1px solid #ddd;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem}.edit-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}button:hover{filter:brightness(90%)}button:active{transform:translateY(1px)}button:focus,input:focus,textarea:focus{outline:2px solid #4895ef;outline:2px solid var(--accent-color);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.7;transform:none!important}.tool-form{animation:fadeIn .6s ease;background-color:#fff;background-color:var(--white);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);margin-bottom:2rem;padding:2rem}.tool-form .form-group{margin-bottom:1.5rem}.tool-form .form-group label{color:#212529;color:var(--dark-color);display:block;font-weight:500;margin-bottom:.5rem}.tool-form input{border:1px solid #ddd;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;transition:var(--transition);width:100%}.tool-form input:focus{border-color:#4361ee;border-color:var(--primary-color);box-shadow:0 0 0 3px #4361ee33;outline:none}.tool-form button[type=submit]{background-color:#4361ee;background-color:var(--primary-color);border-radius:.5rem;color:#fff;font-size:1rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;width:100%}.tool-form button[type=submit]:hover{background-color:#3f37c9;background-color:var(--secondary-color);transform:translateY(-2px)}.tool-list{animation:fadeIn .7s ease;background-color:#fff;background-color:var(--white);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);padding:2rem}.tool-list h2{border-bottom:2px solid #4895ef;border-bottom:2px solid var(--accent-color);color:#4361ee;color:var(--primary-color);margin-bottom:1.5rem;padding-bottom:.5rem}.tool-item{align-items:flex-start;background-color:#f8f9fa;border:1px solid #eee;border-radius:.5rem;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease;transition:var(--transition)}.tool-item:hover{box-shadow:0 6px 12px #0000000d;transform:translateY(-3px)}.tool-content{flex:1 1}.tool-content h3{color:#4361ee;color:var(--primary-color);margin-bottom:.5rem}.tool-content p{color:#6c757d;color:var(--gray-color);margin-bottom:.5rem}.tool-content img{border-radius:.5rem;height:auto;margin:.5rem 0;max-height:150px;max-width:100%;object-fit:contain}.tool-content a{color:#4895ef;color:var(--accent-color);display:inline-block;font-weight:500;margin-top:.5rem}.tool-content a:hover{text-decoration:underline}.tool-actions{display:flex;gap:.5rem}.tool-edit-form{background-color:#f8f9fa;border-radius:.5rem;margin-top:1rem;padding:1.5rem;width:100%}.tool-edit-form input{border:1px solid #ddd;border-radius:.5rem;font-size:1rem;margin-bottom:1rem;padding:.75rem 1rem;width:100%}.tool-edit-actions{display:flex;gap:.5rem;justify-content:flex-end}.error-message{background-color:#fde0e0;border-left:4px solid #d32f2f;border-radius:4px;color:#d32f2f;margin-bottom:15px;padding:10px}.preview-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-bottom:20px}.preview-card{background:#fff;border-radius:8px;box-shadow:0 3px 10px #0000001a;padding:10px;text-align:center}.preview-card img{border-radius:6px;margin-bottom:5px;width:100%}.bulk-btn{background:linear-gradient(135deg,#4facfe,#ff7ac6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:.3s}.bulk-btn:hover{box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.drop-zone{background:#f8f9fb;border:2px dashed #bbb;border-radius:16px;margin-bottom:30px;padding:60px;text-align:center;transition:.3s}.drop-zone.active{background:#e8f5e9;border-color:#4caf50}.drop-content h3{font-weight:600;margin-bottom:10px}.custom-file-upload{background:linear-gradient(135deg,#89f7fe,#fda085);border:1px solid #00000026;border-radius:10px;box-shadow:0 4px 10px #00000014;color:#111;cursor:pointer;display:inline-block;font-weight:600;letter-spacing:.3px;padding:11px 20px;transition:all .25s ease}.custom-file-upload:hover{background:linear-gradient(135deg,#7eeeff,#ffb07a);border-color:#00000040;box-shadow:0 8px 20px #fda08559;transform:translateY(-2px) scale(1.03)}.custom-file-upload:active{box-shadow:0 3px 6px #00000026;transform:translateY(0) scale(.98)}
/*# sourceMappingURL=main.0506f52b.css.map*/