:root{--bg:#f3f4f6;--card:#fff;--muted:#6b7280;--accent:#4f46e5;--danger:#ef4444;--success:#10b981}*{box-sizing:border-box}#root,body,html{background:#f3f4f6;background:var(--bg);color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:100%;line-height:1.5;margin:0}.app-header{align-items:center;background:#fff;box-shadow:0 2px 6px #0206170f;display:flex;gap:12px;justify-content:space-between;padding:12px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.left{flex:1 1}.right,.searchbar{align-items:center;display:flex;gap:8px}.search-input{background:#fbfdff;border:1px solid #e6eefc;border-radius:8px;font-size:14px;padding:8px 12px;width:320px}.search-input:focus{border-color:#4f46e5;border-color:var(--accent);box-shadow:0 0 0 2px #4f46e533;outline:none}.btn{background:#4f46e5;background:var(--accent);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 12px;transition:all .2s}.btn:hover{background:#4338ca;transform:translateY(-1px)}.btn.ghost{background:#0000;border:1px solid #e6eefc;color:#4f46e5;color:var(--accent)}.btn.ghost:hover{background:#f1f5f9}.btn.small{font-size:12px;padding:6px 8px}.btn.danger{background:#ef4444;background:var(--danger)}.btn.danger:hover{background:#dc2626}.icon-button{background:#0000;border:none;border-radius:6px;cursor:pointer;font-size:18px;padding:6px}.icon-button:hover{background:#f1f5f9}.icon-btn{background:#0000;border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:4px}.icon-btn:hover{background:#f1f5f9}.title{font-size:28px;font-weight:700;margin:0;padding:22px 18px 8px}.content{align-items:flex-start;display:flex;gap:16px;padding:0 18px 40px}.dashboard{flex:1 1;min-width:0}.dashboard.empty{align-items:center;display:flex;justify-content:center;min-height:60vh}.empty-state{color:#6b7280;color:var(--muted);text-align:center}.empty-state h3{margin-bottom:8px}.side-manager{height:calc(100vh - 120px);max-width:36vw;overflow:auto;position:-webkit-sticky;position:sticky;top:80px;width:360px}.category{margin:24px 0}.category-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.category-head h2{font-size:20px;font-weight:600;margin:0}.widgets-grid{grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.widget-card{background:#fff;background:var(--card);border-radius:12px;box-shadow:0 6px 18px #0206170a;display:flex;flex-direction:column;min-height:220px;padding:16px;transition:transform .2s,box-shadow .2s}.widget-card:hover{box-shadow:0 12px 24px #02061714;transform:translateY(-2px)}.widget-header{align-items:flex-start;margin-bottom:12px}.widget-header h4{flex:1 1;font-size:16px}.widget-body{display:flex;flex:1 1;flex-direction:column}.widget-footer{border-top:1px solid #f1f5f9;margin-top:12px;padding-top:8px}.widget-footer small{color:#6b7280;color:var(--muted);font-size:12px}.add-widget{align-items:center;border:2px dashed #e6eefc;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;transition:all .2s}.add-widget:hover{background:#f8fafc;border-color:#4f46e5;border-color:var(--accent);color:#4f46e5;color:var(--accent)}.empty-card{align-items:center;background:#fff;background:var(--card);border-radius:12px;color:#6b7280;color:var(--muted);display:flex;font-style:italic;grid-column:1/-1;justify-content:center;padding:16px}.chart-container{height:150px;position:relative;width:100%}.donut-center{color:#0f172a;font-size:18px;font-weight:700;left:50%;position:absolute;top:48%;transform:translate(-50%,-50%)}.legend{color:#6b7280;color:var(--muted);display:flex;flex-wrap:wrap;font-size:12px;gap:8px;list-style:none;margin-top:8px;padding:0}.legend li{align-items:center;display:flex;gap:6px}.legend-dot{border-radius:6px;display:inline-block;height:10px;width:10px}.progress-widget{gap:10px}.stacked-progress{border-radius:6px;display:flex;height:14px;margin-bottom:6px;overflow:hidden;width:100%}.stacked-segment{height:100%;transition:width .3s}.text-content{align-items:center;color:#6b7280;color:var(--muted);display:flex;flex:1 1;justify-content:center;padding:16px;text-align:center}.drawer-overlay{animation:fadeIn .2s ease-out;background:#02061759;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:1200}.drawer{animation:slideIn .3s ease-out;background:#fff;box-shadow:-12px 0 30px #02061726;display:flex;flex-direction:column;height:100%;width:400px}.drawer-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:16px}.drawer-header h3{font-size:18px;margin:0}.drawer-body{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow:auto;padding:16px}.drawer-desc{color:#475569;font-size:14px;margin:0}.section-tabs{display:flex;gap:6px;margin-bottom:10px}.tab{background:#f1f5f9;border-radius:6px;cursor:pointer;flex:1 1;font-size:14px;padding:8px;text-align:center;transition:all .2s}.tab:hover{background:#e2e8f0}.tab.active{background:#4f46e5;background:var(--accent);color:#fff;font-weight:600}.new-widget-form{gap:16px;margin:16px 0}.form-group,.new-widget-form{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#374151;font-size:14px;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;padding:8px 12px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4f46e5;border-color:var(--accent);box-shadow:0 0 0 2px #4f46e533;outline:none}.form-group textarea{min-height:60px;resize:vertical}.drawer-actions{border-top:1px solid #f1f5f9;display:flex;gap:8px;justify-content:flex-end;margin-top:auto;padding-top:16px}.categories-manager{background:#fff;border-radius:10px;box-shadow:0 6px 20px #0206170a;padding:16px}.manager-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;max-height:60vh;overflow:auto}.mgr-cat{border-bottom:1px solid #f1f5f9;padding:12px 0}.mgr-cat:last-child{border-bottom:none}.mgr-cat-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.mgr-widgets{display:flex;flex-direction:column;gap:8px}.mgr-widget-row{align-items:center;display:flex;justify-content:space-between;padding:6px 0}.mgr-widget-name{color:#0f172a;font-size:14px}.add-cat{display:flex;gap:8px;margin-top:16px}.add-cat input{border:1px solid #d1d5db;border-radius:6px;flex:1 1;font-size:14px;padding:8px 12px}.tiny{background:#0000;border:1px solid #eef2f7;border-radius:6px;cursor:pointer;padding:4px 8px}.widget-card.compact{margin-bottom:12px;min-height:180px;padding:12px}.widget-header{margin-bottom:8px}.widget-header h4{font-size:14px}.chart-container{height:140px}.empty-state{align-items:center;display:flex;height:100%;justify-content:center}.empty-chart-image{height:40px;margin-bottom:8px;opacity:.5;width:40px}.empty-state p{color:#94a3b8;font-size:12px}.legend.compact{font-size:11px;margin-top:6px}.legend.compact li{margin-right:8px}.legend-dot{height:8px;width:8px}.recharts-wrapper{font-size:11px}@media (max-width:768px){.widget-card.compact{min-height:160px}.chart-container{height:120px}}.category{margin:16px 0}.widgets-grid{gap:12px}.widget-card.wide{margin-bottom:14px;min-height:200px;padding:14px;width:100%}.donut-chart-container{display:flex;height:160px}.chart-side{position:relative;width:60%}.legend-side{align-items:center;display:flex;justify-content:center;width:40%}.legend-vertical{list-style:none;margin:0;padding:0;width:100%}.legend-item{align-items:center;border-radius:4px;display:flex;margin-bottom:8px;padding:4px 8px;transition:background-color .2s}.legend-item:hover{background-color:#f8fafc}.legend-dot{border-radius:50%;flex-shrink:0;height:12px;margin-right:10px;width:12px}.legend-text{display:flex;justify-content:space-between;width:100%}.legend-label{color:#374151;font-size:13px;font-weight:500}.legend-value{color:#6b7280;font-size:13px;font-weight:600}.widget-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.widget-header h4{color:#1f2937;font-size:15px;font-weight:600;margin:0}.empty-chart-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.empty-chart-image{height:50px;margin-bottom:10px;opacity:.6;width:50px}.empty-state p{color:#6b7280;font-size:13px;margin:0}.progress-widget{display:flex;flex-direction:column;height:100%}.stacked-progress{height:16px;margin-bottom:12px}@media (max-width:768px){.donut-chart-container{flex-direction:column;height:auto}.chart-side,.legend-side{width:100%}.legend-side{margin-top:10px}.legend-vertical{display:flex;flex-wrap:wrap;gap:8px}.legend-item{margin-bottom:0}}.widgets-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}@media (max-width:1100px){.widgets-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width:768px){.widgets-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.1e779dc1.css.map*/