*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}#root{min-height:100vh;width:100%}.leaflet-container{-webkit-tap-highlight-color:transparent;height:100%;width:100%;z-index:1}.container{margin:0 auto;max-width:1400px;padding:20px;width:100%}@media (max-width:768px){.container{padding:10px}}.btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;justify-content:center;padding:12px 24px;touch-action:manipulation;transition:all .3s ease;white-space:nowrap}.btn:active{transform:scale(.98)}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3;box-shadow:0 4px 12px #007bff4d}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}@media (max-width:768px){.btn{font-size:14px;min-height:44px;padding:10px 20px}}.form-group{margin-bottom:20px;width:100%}.form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #ddd;border-radius:8px;font-size:16px;padding:12px 16px;transition:all .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}@media (max-width:768px){.form-group{margin-bottom:15px}.form-group input,.form-group textarea{font-size:16px;min-height:44px}}.error{background:#fff5f5;border-left:3px solid #dc3545;color:#dc3545}.error,.success{border-radius:6px;font-size:14px;margin-top:8px;padding:8px 12px}.success{background:#f0fff4;border-left:3px solid #28a745;color:#28a745}.loading{align-items:center;color:#666;display:flex;font-size:20px;height:100vh;justify-content:center}.card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:20px;padding:24px;transition:box-shadow .3s}.card:hover{box-shadow:0 4px 20px #0000001f}.card-title{color:#333;font-size:20px;font-weight:600;margin-bottom:16px}@media (min-width:768px) and (max-width:1024px){.container{max-width:900px;padding:16px}.card{padding:20px}}@media (min-width:1024px){.card{padding:28px}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px;width:100%}.auth-card{animation:fadeInUp .5s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:480px;padding:40px;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-card h1{animation:bounce 1s ease;font-size:56px;margin-bottom:16px;text-align:center}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.auth-card h2{color:#333;font-size:28px;font-weight:600;margin-bottom:32px;text-align:center}.auth-card form{margin-bottom:24px}.auth-card .btn{border-radius:10px;font-size:18px;font-weight:600;margin-top:16px;min-height:50px;padding:14px;width:100%}.auth-link{color:#666;font-size:15px;margin-top:24px;text-align:center}.auth-link a{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s}.auth-link a:hover{color:#5568d3;text-decoration:underline}.demo-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:10px;color:#666;font-size:14px;margin-top:32px;padding:16px;text-align:center}.demo-info p{line-height:1.6;margin:6px 0}.demo-info strong{color:#333;font-size:15px}@media (min-width:768px) and (max-width:1024px){.auth-card{max-width:520px;padding:48px}.auth-card h1{font-size:64px}.auth-card h2{font-size:30px}}@media (max-width:768px){.auth-container{padding:16px}.auth-card{border-radius:12px;max-width:100%;padding:28px 20px}.auth-card h1{font-size:42px;margin-bottom:12px}.auth-card h2{font-size:22px;margin-bottom:24px}.auth-card .btn{font-size:16px;min-height:48px;padding:12px}.demo-info{font-size:13px;margin-top:24px;padding:12px}}@media (max-width:480px){.auth-container{padding:12px}.auth-card{padding:24px 16px}.auth-card h1{font-size:36px}.auth-card h2{font-size:20px}.auth-link{font-size:14px}}@media (min-width:1440px){.auth-card{max-width:540px;padding:50px}.auth-card h1{font-size:64px}.auth-card h2{font-size:32px}}.map-view{display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;width:100%}.map-header{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 2px 12px #00000014;display:flex;flex-shrink:0;justify-content:space-between;min-height:70px;padding:16px 24px;z-index:1000}.map-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700;margin:0}.header-info{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.header-info span{color:#333;font-size:15px;font-weight:500}.progress-badge{background:linear-gradient(135deg,#28a745,#20c997);border-radius:20px;box-shadow:0 2px 8px #28a7454d;color:#fff;font-size:14px;font-weight:600;padding:8px 16px;white-space:nowrap}.map-container-wrapper{flex:1 1;overflow:hidden;position:relative;width:100%}.leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 4px 20px #00000026}.leaflet-popup-content{font-size:14px;line-height:1.6;margin:16px}.quest-modal{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.quest-modal-content{animation:slideUp .4s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:85vh;max-width:560px;overflow-y:auto;padding:32px;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.close-btn{align-items:center;background:#f8f9fa;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:28px;height:40px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .3s;width:40px;z-index:10}.close-btn:hover{background:#e9ecef;color:#000;transform:rotate(90deg)}.quest-modal-content h2{color:#333;font-size:24px;margin-bottom:16px;padding-right:40px}.quest-modal-content p{color:#666;line-height:1.6;margin-bottom:16px}.quest-points{background:linear-gradient(135deg,#ffd89b,#ffb5a7);border-radius:8px;color:#333;display:inline-block;font-size:16px;font-weight:600;margin-bottom:20px;padding:12px 20px}.quest-question{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #007bff;border-radius:12px;margin:24px 0;padding:24px}.quest-question h3{color:#666;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.quest-question p{color:#333;font-size:18px;font-weight:600;line-height:1.5;margin:0}@media (min-width:768px) and (max-width:1024px){.map-header{padding:14px 20px}.map-header h1{font-size:24px}.header-info{gap:10px}.quest-modal-content{max-width:600px;padding:28px}}@media (max-width:768px){.map-header{flex-direction:column;gap:12px;min-height:auto;padding:12px 16px}.map-header h1{font-size:22px}.header-info{flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center;width:100%}.header-info span{font-size:13px}.header-info .btn{flex:1 1;font-size:13px;min-width:100px;padding:8px 12px}.progress-badge{font-size:12px;padding:6px 12px}.quest-modal{align-items:flex-end;padding:12px}.quest-modal-content{border-radius:16px 16px 0 0;margin-bottom:0;max-height:90vh;padding:24px 20px}.quest-modal-content h2{font-size:20px;padding-right:35px}.quest-question{margin:16px 0;padding:18px}.quest-question p{font-size:16px}.close-btn{font-size:24px;height:36px;width:36px}}@media (max-width:480px){.map-header h1{font-size:20px}.header-info{flex-direction:column;gap:8px}.header-info .btn{min-width:auto;width:100%}.quest-modal-content{padding:20px 16px}.quest-modal-content h2{font-size:18px}.quest-question{padding:16px}.quest-question p{font-size:15px}}@media (min-width:1440px){.map-header{padding:20px 40px}.map-header h1{font-size:32px}.quest-modal-content{max-width:640px;padding:40px}.quest-modal-content h2{font-size:28px}}@media (max-height:600px) and (orientation:landscape){.map-header{min-height:50px;padding:8px 16px}.map-header h1{font-size:18px}.header-info{flex-direction:row;gap:6px}.header-info .btn{font-size:12px;padding:6px 12px}.quest-modal-content{max-height:95vh;padding:20px}}.admin-panel{background:#f5f7fa;min-height:100vh;width:100%}.admin-header{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 2px 12px #00000014;display:flex;justify-content:space-between;padding:16px 32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.admin-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700;margin:0}.admin-content{margin:0 auto;max-width:1600px;padding:24px;width:100%}.admin-tabs{-webkit-overflow-scrolling:touch;border-bottom:2px solid #e9ecef;display:flex;gap:8px;margin-bottom:32px;overflow-x:auto;scrollbar-width:thin}.admin-tabs::-webkit-scrollbar{height:4px}.admin-tabs::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.admin-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:16px;font-weight:500;min-height:48px;padding:16px 24px;transition:all .3s;white-space:nowrap}.admin-tabs button:hover{background:#f8f9fa;color:#333}.admin-tabs button.tab-active{background:#007bff0d;border-bottom-color:#007bff;color:#007bff;font-weight:600}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:24px 0}.stat-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;padding:32px;text-align:center;transition:all .3s}.stat-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.stat-card h3{color:#666;font-size:15px;font-weight:600;letter-spacing:1px;margin-bottom:16px;text-transform:uppercase}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#007bff,#0056b3);-webkit-background-clip:text;background-clip:text;font-size:52px;font-weight:700}.section-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.section-header h2{color:#333;font-size:24px;margin:0}.quests-list{grid-gap:16px;display:grid;gap:16px}.quest-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;transition:all .3s}.quest-item:hover{box-shadow:0 4px 16px #0000001f;transform:translateX(4px)}.quest-item-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.quest-item h4{color:#333;font-size:20px;font-weight:600;margin:0}.quest-actions{display:flex;flex-wrap:wrap;gap:8px}.btn-sm,.btn-toggle{font-size:14px;min-height:36px;padding:8px 16px}.btn-toggle{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;transition:all .3s}.btn-toggle.active{background:#28a745}.btn-toggle:hover{transform:scale(1.05)}.quest-details{color:#666;display:flex;flex-wrap:wrap;font-size:14px;gap:20px;margin-top:12px}.quest-form-modal{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.quest-form-content{animation:slideUp .4s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:700px;overflow-y:auto;padding:32px;width:100%}.quest-form-content h3{color:#333;font-size:24px;margin-bottom:24px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group textarea{border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:16px;min-height:80px;padding:12px 16px;resize:vertical;transition:all .3s;width:100%}.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-actions{display:flex;gap:12px;margin-top:24px}.form-actions button{flex:1 1}.users-table{-webkit-overflow-scrolling:touch;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow-x:auto;padding:24px}.users-table table{border-collapse:collapse;min-width:600px;width:100%}.users-table td,.users-table th{border-bottom:1px solid #e9ecef;padding:16px 12px;text-align:left;white-space:nowrap}.users-table th{color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.users-table th,.users-table tr:hover{background:#f8f9fa}.users-table td{color:#333;font-size:14px}.settings-list{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px}.setting-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;gap:20px;justify-content:space-between;padding:24px 0}.setting-item:last-child{border-bottom:none}.setting-item h4{color:#333;font-size:18px;font-weight:600;margin:0 0 8px}.setting-item p{color:#666;font-size:14px;line-height:1.5;margin:0}.switch{display:inline-block;flex-shrink:0;height:36px;position:relative;width:64px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:36px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;box-shadow:0 2px 4px #0003;content:"";height:28px;left:4px;width:28px}input:checked+.slider{background:linear-gradient(135deg,#007bff,#0056b3)}input:checked+.slider:before{transform:translateX(28px)}input:focus+.slider{box-shadow:0 0 0 3px #007bff33}@media (min-width:768px) and (max-width:1024px){.admin-content{padding:20px}.stats-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stat-card{padding:24px}.stat-value{font-size:42px}}@media (max-width:768px){.admin-header{flex-direction:column;gap:12px;padding:12px 16px}.header-info{flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center;width:100%}.header-info .btn{flex:1 1;font-size:13px;min-width:100px;padding:8px 12px}.admin-content{padding:16px}.admin-tabs{gap:4px;margin-bottom:24px}.admin-tabs button{font-size:14px;padding:12px 16px}.stats-grid{gap:16px;grid-template-columns:1fr}.stat-card{padding:24px}.stat-value{font-size:42px}.section-header{align-items:flex-start;flex-direction:column}.section-header .btn{width:100%}.quest-item{padding:16px}.quest-item-header{align-items:flex-start;flex-direction:column}.quest-actions{flex-direction:column;width:100%}.quest-actions button{width:100%}.form-row{grid-template-columns:1fr}.quest-form-content{max-height:85vh;padding:24px 20px}.users-table{padding:16px}.users-table td,.users-table th{font-size:13px;padding:12px 8px}.setting-item{align-items:flex-start;flex-direction:column;padding:20px 0}.switch{align-self:flex-end}}@media (max-width:480px){.admin-header h1{font-size:22px}.header-info{flex-direction:column;gap:8px}.header-info .btn{min-width:auto;width:100%}.admin-tabs button{font-size:13px;padding:10px 12px}.stat-card{padding:20px}.stat-value{font-size:36px}.quest-form-content{padding:20px 16px}.quest-form-content h3{font-size:20px}}@media (min-width:1440px){.admin-header{padding:20px 48px}.admin-content{padding:32px}.stats-grid{gap:28px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.stat-card{padding:40px}.stat-value{font-size:64px}}@media (max-height:600px) and (orientation:landscape){.admin-header{padding:8px 16px}.admin-header h1{font-size:20px}.quest-form-modal{align-items:flex-start;padding:10px}.quest-form-content{max-height:95vh;padding:20px}}
/*# sourceMappingURL=main.7a6e0981.css.map*/