@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#20352f;background:#f7f9f7;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}h1,h2,h3,strong{font-family:Manrope,sans-serif}.app{display:flex;min-height:100vh}.sidebar{width:260px;min-width:260px;background:#173e32;color:#fff;padding:30px 18px;display:flex;flex-direction:column}.sidebar-brand{display:flex;align-items:center;gap:13px;padding:0 12px 40px}.brand-mark{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#c4e6d1;color:#173e32;font-size:25px;font-weight:800}.sidebar-brand strong{display:block;font-size:20px}.sidebar-brand small{color:#b8d3c7;font-size:12px}nav{display:grid;gap:8px}nav button,.sidebar-footer button{display:flex;align-items:center;gap:13px;width:100%;border:0;border-radius:10px;padding:14px;background:transparent;color:#d5e4dc;text-align:left}nav button:hover,nav button.active{background:#315e4d;color:#fff}.sidebar-footer{margin-top:auto;border-top:1px solid #416454;padding-top:20px}.sidebar-footer small{display:block;padding:10px;overflow-wrap:anywhere}.main-content{flex:1;min-width:0;padding:42px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:38px}.eyebrow{color:#56816c;font-size:11px;font-weight:800;letter-spacing:2px}header h1{font-size:30px;margin:9px 0}header p,.dashboard p{color:#7c8d83}.avatar{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:#d9eadf;color:#24523c;font-weight:800}.dashboard,.data-section{background:#fff;border:1px solid #e4ebe6;border-radius:18px;padding:30px;box-shadow:0 8px 30px #163d3008}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.stat-card{text-align:left;border:1px solid #e1ebe4;background:#fbfdfb;border-radius:15px;padding:26px;color:#28513c}.stat-card:hover{border-color:#7aa58b;background:#f0f7f1}.stat-card h3{color:#253d31}.stat-card span{font-size:13px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px}.search-box{display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #dce7df;border-radius:10px;width:min(100%,400px)}.search-box input{border:0;outline:0;width:100%;padding:14px 0}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{background:#f3f7f3;color:#4c6856;font-size:12px}th,td{padding:17px;border-bottom:1px solid #e9eee9}.empty-state{text-align:center;padding:65px 15px;color:#7b9585}.empty-state h3{color:#2d4938}.login-page,.loading{min-height:100vh;display:grid;place-items:center;background:#f0f5f0}.login-card{width:min(420px,92vw);padding:40px;background:#fff;border-radius:20px;box-shadow:0 15px 50px #173e3215}.login-card .brand-mark{margin-bottom:20px}.login-card h1{margin-bottom:0}.login-card p{color:#7c8d83}.login-card h2{margin:32px 0 24px}.login-card label{display:block;margin:17px 0 8px;font-weight:600}.login-card input{width:100%;padding:13px;border:1px solid #dce7df;border-radius:9px}.login-card button{width:100%;padding:15px;margin-top:25px;border:0;border-radius:10px;background:#215740;color:#fff;font-weight:700}.error{color:#b42318!important}@media(max-width:800px){.app{flex-direction:column}.sidebar{width:100%;min-width:0}.sidebar-brand{padding-bottom:15px}.main-content{padding:22px}.stats{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}}:root{color:#253247;background:#f8fafd}.sidebar{background:#253247}.brand-mark{background:#eaf0f8;color:#355fa3}.sidebar-brand small,nav button,.sidebar-footer button{color:#d9e3f2}nav button:hover,nav button.active{background:#355fa3;color:#fff}.sidebar-footer{border-top-color:#43516a}.eyebrow{color:#355fa3}header h1,.dashboard h2{color:#253247}header p,.dashboard p{color:#738095}.avatar{background:#eaf0f8;color:#253247}.dashboard,.data-section{border-color:#e0e7f0;box-shadow:0 8px 30px #2532470a}.stat-card{background:#f8fafd;border-color:#e0e7f0;color:#355fa3}.stat-card:hover{background:#eaf0f8;border-color:#355fa3}.stat-card h3,.empty-state h3{color:#253247}.search-box{border-color:#dce3ed}.search-box:focus-within{border-color:#355fa3}th{background:#eaf0f8;color:#253247}th,td{border-bottom-color:#e0e7f0}.empty-state{color:#738095}.login-page,.loading{background:#f2f5fa}.login-card{box-shadow:0 15px 50px #25324714}.login-card p{color:#738095}.login-card input{border-color:#dce3ed}.login-card button{background:#355fa3}.login-card button:hover{background:#294d88}.data-section [role=dialog] input,.data-section [role=dialog] select,.data-section [role=dialog] textarea{display:block;width:100%;min-width:0;box-sizing:border-box;font-family:DM Sans,sans-serif;font-size:15px;color:#253247;background:#fff;border:1px solid #dce3ed;border-radius:8px;height:46px;padding:0 14px;outline:none}.data-section [role=dialog] textarea{height:110px;padding:12px 14px;resize:vertical}.data-section [role=dialog] label{width:100%}.data-section [role=dialog] label span{font-size:14px;font-weight:600;color:#253247}.data-section [role=dialog] input:focus,.data-section [role=dialog] select:focus,.data-section [role=dialog] textarea:focus{border-color:#355fa3;box-shadow:0 0 0 3px #355fa31f}.data-section [role=dialog]>div{border:1px solid #e0e7f0;box-shadow:0 20px 60px #25324726}.data-section [role=dialog] h2{color:#253247}.data-section .toolbar>button,.data-section [role=dialog] button[type=submit]{background:#355fa3!important;color:#fff!important}.data-section .toolbar>button:hover,.data-section [role=dialog] button[type=submit]:hover{background:#294d88!important}@media(max-width:600px){.data-section [role=dialog]>div{padding:20px!important}}.data-section>div:first-child>label select{width:100%;min-width:155px;height:44px;padding:0 14px;border:1px solid #d9e3f2;border-radius:9px;background:#fff;color:#20352f;font-family:DM Sans,sans-serif;font-size:14px;cursor:pointer}.data-section>div:first-child>label>span{font-size:14px;font-weight:600;color:#34445e}
