@tailwind base;@tailwind components;@tailwind utilities;@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-40px)}to{transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace}.leaflet-container{z-index:1;width:100%;height:100%}html,body,#root{width:100%;height:100%;font-family:var(--sans);background:var(--bg);color:var(--text);box-sizing:border-box;overflow:hidden;margin:0!important;padding:0!important}*,:before,:after{box-sizing:border-box}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{margin:32px 0;font-size:56px}h2{margin:0 0 8px;font-size:24px}p{margin:0}code{font-family:var(--mono);background:var(--code-bg);border-radius:4px;padding:4px 8px}.animated-bg{background:linear-gradient(270deg,#e6f6ff,#dff3ff,#dbeafe) 0 0/600% 600%;animation:6s linear infinite gradientMove}.blob{filter:blur(120px);border-radius:50%;width:300px;height:300px;position:absolute}.blob-1{background:#0ea5e9;animation:2s ease-in-out infinite float;top:10%;left:10%}.blob-2{background:#60a5fa;animation:2s ease-in-out infinite float;bottom:10%;right:10%}.dashboard-bg{background:linear-gradient(135deg,#e8f4f8,#f0f9ff,#e0f2f7);min-height:100vh;padding:24px}.card{background:linear-gradient(150deg,#fff 60%,#f0fbff 100%);border:1px solid #cff4fc;border-radius:16px;transition:all .25s;box-shadow:0 4px 20px #1a9ba817}.card:hover{border-color:#1a9ba8;transform:translateY(-3px);box-shadow:0 12px 30px #1a9ba82e}.sidebar{z-index:10;background:#fff;border-right:2px solid #cff4fc;flex-direction:column;flex-shrink:0;width:220px;min-width:220px;height:100%;padding:0;display:flex;overflow:hidden;box-shadow:4px 0 30px #1a9ba81f}.sidebar-logo{background:linear-gradient(90deg,#1a9ba8 0%,#0e7490 100%);align-items:center;height:70px;padding:20px;display:flex}.sidebar-nav{flex-direction:column;flex:1;justify-content:flex-start;height:100%;padding:16px;display:flex;overflow-y:auto}.nav-item{color:#64748b;cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;font-weight:500;transition:all .2s;display:flex}.nav-item:hover{color:#1a9ba8;background:linear-gradient(90deg,#e0f7fa,#f0fbff);transform:translate(4px)}.nav-item.active{color:#1a9ba8;background:linear-gradient(90deg,#e0f7fa,#f0fbff);border-left:3px solid #1a9ba8;font-weight:600}.topbar{color:#fff;z-index:9;background:linear-gradient(90deg,#1a9ba8 0%,#0e7490 100%);border-bottom:none;flex-shrink:0;justify-content:flex-end;align-items:center;height:70px;padding:0 28px;display:flex;box-shadow:0 4px 20px #0e749026}.search-input{background:#f8fafb;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;max-width:400px;padding:10px 14px}.search-input:focus{border-color:#1a9ba8}.dashboard-layout{width:100%;height:100vh;display:flex;overflow:hidden}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-scroll{flex:1;padding:40px;overflow-y:auto}.list-item{border-bottom:1px solid #eef2f7;justify-content:space-between;padding:14px;transition:background .2s;display:flex}.list-item:hover{background:#f8fafb}.badge{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a9ba8,#0e7490);border:none;border-radius:10px;padding:10px 18px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #1a9ba84d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1a9ba866}.dropdown{z-index:10;background:#fff;border:1px solid #eef0f3;border-radius:14px;width:260px;position:absolute;top:48px;left:0;box-shadow:0 18px 45px #0000001f}.dropdown-item{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:14px 16px;font-size:14px}.dropdown-item:hover{background:#f8fafb}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;background:#0f172a8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:18px;width:460px;padding:30px;box-shadow:0 25px 60px #00000040}.container{background:#f9fafb;justify-content:center;min-height:100vh;padding:24px;display:flex}.content{width:100%;max-width:1200px}.dropdown-style{z-index:10;background:#fff;border:1px solid #eef0f3;border-radius:14px;width:260px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 18px 45px #0000001f}.item-style{cursor:pointer;background:#fff;border-bottom:1px solid #f3f4f6;padding:14px 16px;font-size:14px;font-weight:500}.item-style:hover{background:#f9fafb}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;background:#0f172a8c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-box{background:#fff;border:1px solid #f1f5f9;border-radius:18px;width:460px;padding:30px;box-shadow:0 25px 60px #00000040}.close-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#1a9ba8);border:none;border-radius:12px;width:100%;margin-top:20px;padding:12px 14px;font-weight:600}.report-table{border-collapse:separate;border-spacing:0 30px;width:100%}.report-table tbody tr{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000a}.report-table th,.report-table td{padding:14px 16px}.setting-row{cursor:pointer;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 12px;transition:background .2s;display:flex}.setting-row:hover{background:#f8fafb}.setting-row:last-child{border-bottom:none}.tabs{background:#f3f4f6;border-radius:12px;gap:12px;width:fit-content;margin-bottom:20px;padding:6px;display:flex}.tabs span{cursor:pointer;color:#1a9ba8;-webkit-user-select:none;user-select:none;background:0 0;border-radius:10px;padding:10px 14px;font-weight:500;transition:all .2s}.tabs span:hover{color:#fff;background:#1a9ba8}.active-tab{color:#fff;background:#1a9ba8;box-shadow:0 4px 12px #1a9ba840}.map-legend{z-index:1000;color:#333;background:#fffffff2;border-radius:12px;flex-direction:column;gap:6px;padding:10px 14px;font-size:13px;font-weight:500;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 8px 20px #0000001f}.map-legend span{align-items:center;gap:6px;display:flex}*{scrollbar-width:thin;scrollbar-color:#1a9ba8 #f0fbff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f0fbff}::-webkit-scrollbar-thumb{background:linear-gradient(#1a9ba8,#0e7490);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0e7490}
