*{margin:0;padding:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}body,html{overflow:hidden}.container{background-color:aqua;display:flex;flex-direction:row;height:100dvh}.leftcontainer{align-items:center;background-image:linear-gradient(#d3d3d3,#fff);display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px}.leftcontainer img{border-radius:12px;height:40%;width:60%}.leftcontainer p{font-size:24px;font-weight:700;margin-bottom:20px}.rightcontainer{background-image:linear-gradient(#d3d3d3,#fff);flex:1 1;justify-content:center}.header,.rightcontainer{align-items:center;display:flex}.header{border-bottom:1px solid gray;flex-direction:row;height:8%;padding:6px;top:0;width:100%}.header img{height:4%;margin-right:12px;width:4%}.formcard{background-color:#fff;border-radius:12px;box-shadow:4px 4px 24px 0 #000;max-height:500px;padding:12px;width:60%}.formcard div{display:flex;flex-direction:column;margin-bottom:20px}.formcard input,select{border:1px solid #000;border-radius:12px;box-sizing:border-box;height:30px;margin-top:8px;padding-left:8px;padding-right:8px;width:100%}.formcard label{font-size:16px;font-weight:900;margin-bottom:4px}.formcard button{background-color:#000;border:none;border-radius:12px;color:#fff;font-weight:700;height:36px}.formcard button:hover{background-color:gray}.expenseCard{background-color:#fff;border:1px solid #000;margin-bottom:5px;padding:20px;width:80%}.dashboardTopActions{display:flex;gap:10px;position:fixed;right:12px;top:10px;z-index:3}.dashboardTopActions button{background-color:#0f172a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:8px 14px}.graphRow{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:110px 1fr 90px;margin-top:12px}.graphTrack{background-color:#e2e8f0;border-radius:999px;height:14px;overflow:hidden;width:100%}.graphBar{background-image:linear-gradient(90deg,#06b6d4,#2563eb);height:100%}.analyticsPage{background:radial-gradient(circle at top left,#2563eb29,#0000 30%),radial-gradient(circle at top right,#06b6d429,#0000 26%),linear-gradient(180deg,#f8fafc,#e2e8f0);box-sizing:border-box;min-height:100dvh;padding:28px}.analyticsHeader{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:22px}.analyticsEyebrow,.panelLabel{color:#2563eb;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:6px;text-transform:uppercase}.analyticsHeader h1{color:#0f172a;font-size:40px;line-height:1.05}.analyticsSubtext{color:#475569;font-size:15px;margin-top:10px;max-width:620px}.analyticsHeaderActions{display:flex;flex-wrap:wrap;gap:10px}.analyticsHeaderActions button,.secondaryAction{background:#0f172a;border:none;border-radius:12px;box-shadow:0 10px 22px #0f172a24;color:#fff;cursor:pointer;font-weight:700;padding:10px 16px}.analyticsError{color:#b91c1c;font-weight:700;margin-bottom:16px}.analyticsStats{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.statCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #94a3b84d;border-radius:18px;box-shadow:0 16px 30px #0f172a14;padding:16px}.statCard span{color:#64748b;display:block;font-size:13px;font-weight:700;margin-bottom:6px}.statCard strong{color:#0f172a;font-size:28px}.analyticsGrid{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:minmax(0,1.5fr) minmax(320px,.85fr)}.panelCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #94a3b840;border-radius:22px;box-shadow:0 18px 34px #0f172a14;padding:18px}.panelCardWide{min-height:640px}.analyticsSideStack{grid-gap:18px;display:grid;gap:18px}.panelHeader{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.panelHeader h2{color:#0f172a;font-size:22px}.panelBadge{background:#dbeafe;border-radius:999px;color:#1d4ed8;font-size:12px;font-weight:800;padding:8px 12px}.barChartList{grid-gap:14px;display:grid;gap:14px;max-height:540px;overflow-y:auto;padding-right:8px}.barRow{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:180px 1fr 90px}.barMeta strong{color:#0f172a;display:block;font-size:15px}.barMeta span{color:#64748b;font-size:12px}.barTrack{background:#e2e8f0;height:16px;overflow:hidden;width:100%}.barFill,.barTrack{border-radius:999px}.barFill{background-image:linear-gradient(90deg,#2563eb,#06b6d4);height:100%}.barValue{color:#0f172a;font-weight:800;text-align:right}.pieWrap{align-items:center;display:flex;justify-content:center;margin:8px 0 18px}.pieChart{filter:drop-shadow(0 14px 22px rgba(15,23,42,.14));height:auto;max-width:260px;width:100%}.pieCenterValue{fill:#0f172a;font-size:26px;font-weight:800}.pieCenterLabel{fill:#64748b;font-size:13px;font-weight:700}.legendList{grid-gap:10px;display:grid;gap:10px}.legendItem{grid-gap:10px;align-items:center;background:#f8fafc;border-radius:14px;display:grid;gap:10px;grid-template-columns:14px 1fr auto;padding:10px 12px}.legendSwatch{border-radius:999px;height:14px;width:14px}.legendLabel{color:#334155;font-weight:700;text-transform:capitalize}.emptyState{color:#64748b;padding:12px 0}.secondaryAction{background:#1e293b;margin-top:10px;width:100%}.analyticsHeaderActions button:hover,.dashboardTopActions button:hover,.secondaryAction:hover{background:#334155}.graphCard{background:#fff;border-radius:12px;box-shadow:0 8px 20px #00000026;max-width:760px;padding:20px;width:90%}.apiTextArea{border:1px solid #94a3b8;border-radius:10px;box-sizing:border-box;margin-bottom:14px;margin-top:12px;min-height:130px;padding:10px;resize:vertical;width:100%}.apiResult{background:#0f172a;border-radius:10px;color:#f8fafc;margin-top:16px;max-height:300px;overflow:auto;padding:14px;white-space:pre-wrap}.dropdown:hover .dropbtn,.navbar a:hover{background-color:#d3d3d3}.dropdown-content{background-color:#f9f9f9;box-shadow:0 8px 16px 0 #0003;display:none;min-width:160px;position:absolute;right:0;z-index:1}.dropdown-content p{color:#000;display:block;float:none;padding:12px 16px;text-align:left;text-decoration:none}.dropdown-content p:hover{background-color:#ddd}.dropdown:hover .dropdown-content{display:block}.modal{background-color:#000;background-color:#0006;display:none;height:100%;left:0;overflow:auto;padding-top:100px;position:fixed;top:0;width:100%;z-index:1}.modal1,.modal2,.modal3,.modal4{background-color:#000;background-color:#0006;display:none;height:100%;justify-items:center;left:0;overflow:auto;padding-top:100px;position:fixed;top:0;width:100%;z-index:1}.modal-content{background-color:#fefefe;border:1px solid #888;margin:auto;padding:20px;width:80%}.modal-content button{background-color:#000;border:none;color:#fff;font-weight:700;height:20px;margin-right:10px;width:80px}.mainContainer{align-content:center;align-items:center;background-image:linear-gradient(#d3d3d3,#fff);display:flex;height:100dvh;justify-content:center;justify-items:center}
/*# sourceMappingURL=main.00def849.css.map*/