:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(45deg,#00ff87,#00b4d8,#0077b6,#023e8a,#7209b7,#2d00f7,#06ffa5,#00c9ff,#92fe9d);color:#333}@keyframes psychedelicFlow{0%{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:50% 0%}to{background-position:0% 50%}}#main-container{border-radius:8px;background-color:#06ffa5}#root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:30px;background-size:400% 400%;color:#333;min-height:100vh}.header{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.header h1{color:#2c5530;font-size:28px}.btn{background:#2c5530;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:14px;transition:background .3s}.btn:hover{background:#1a3d1f}.btn-secondary{background:#6c757d}.btn-secondary:hover{background:#5a6268}.btn-danger{background:#dc3545}.btn-danger:hover{background:#c82333}.main-content{display:grid;grid-template-columns:1fr 400px;gap:20px}.parks-list{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:620px;min-width:400px;flex-shrink:0}.parks-list-container{flex:0 0 35%;min-width:350px;max-width:500px}.parks-list h2{background:#f8f9fa;padding:20px;border-bottom:1px solid #dee2e6;margin:0}.search-box{padding:15px 20px;border-bottom:1px solid #dee2e6}.search-box input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.parks-container{max-height:600px;overflow-y:auto}.park-item{padding:15px 20px;border-bottom:1px solid #f1f1f1;cursor:pointer;transition:background .2s}.park-item:hover{background:#f8f9fa}.park-item.active{background:#e3f2fd;border-left:4px solid #2c5530}.park-name{font-weight:600;color:#2c5530}.park-location{color:#666;font-size:14px;margin-top:5px}.park-status{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;margin-top:5px}.status-active{background:#d4edda;color:#155724}.status-inactive{background:#f8d7da;color:#721c24}.form-panel{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;height:fit-content}.form-panel h3{margin-bottom:20px;color:#2c5530}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#555}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-group textarea{height:100px;resize:vertical}.form-actions{display:flex;gap:10px;margin-top:20px}.form-actions .btn{flex:1}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.stat-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-number{font-size:32px;font-weight:700;color:#2c5530}.stat-label{color:#666;font-size:14px;margin-top:5px}.empty-state{text-align:center;padding:40px;color:#666}.loading{text-align:center;padding:40px;font-size:18px;color:#666}.error-message{background:#f8d7da;color:#721c24;padding:15px;border-radius:4px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.error-message button{background:none;border:none;color:#721c24;font-size:18px;cursor:pointer;padding:0;margin-left:10px}#description{height:200px;margin-bottom:20px}@media (max-width: 1000px){.main-content{grid-template-columns:1fr}.container{padding:10px}.header{flex-direction:column;gap:15px;text-align:center}}
