
:root{font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;color:#182d2c;background:#f3f5f3;font-synthesis:none;--green:#164c43;--muted:#738580;--line:#e1e8e3;--gold:#b79652}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid var(--line);background:white;border-radius:8px;padding:10px 15px;color:#29433c;font-weight:600;transition:.15s}button:hover{border-color:#8fa89d;background:#f5faf7}button:disabled{cursor:wait;opacity:.5}.primary{background:var(--green);color:white;border-color:var(--green)}.primary:hover{background:#216153;color:white}.danger{color:#af443b}.small{padding:6px 10px;font-size:12px}.ghost{border:0;background:transparent}.shell{display:grid;grid-template-columns:232px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:#173d36;color:#edf5ee;padding:30px 18px;display:flex;flex-direction:column}.brand{font-size:23px;font-weight:700;letter-spacing:2px;padding:0 15px 28px;display:flex;align-items:center;gap:10px}.brand small{display:block;font-size:10px;letter-spacing:2px;color:#a8bdb1;margin-top:4px}.brandmark{border:1px solid #94ad9d;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:22px;color:#dfc48e}.navlabel{font-size:10px;color:#a3b6ab;letter-spacing:2px;padding:20px 15px 10px}.nav{display:flex;flex-direction:column;gap:5px}.nav a{color:#c2d4ca;text-decoration:none;padding:13px 15px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:14px}.nav a:hover{background:#ffffff0a}.nav a.active{background:#e7eee4;color:#1c493e;font-weight:700}.nav .icon{font-size:17px;width:19px;text-align:center}.sidebarfoot{margin-top:auto;border-top:1px solid #ffffff20;padding:20px 12px 0;font-size:12px;line-height:1.9;color:#acc0b4}.sidebarfoot strong{color:#edf5ee}.workspace{min-width:0}.topbar{height:76px;padding:0 40px;background:#fbfcfa;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}.topbar strong{font-size:13px;color:#24433b}.account{display:flex;align-items:center;gap:12px}.avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#e5ece4;color:#36584c}.content{padding:34px 40px 60px;max-width:1660px;margin:auto}.heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:28px}.eyebrow{color:#7f9186;font-size:10px;letter-spacing:2.4px;font-weight:600;margin-bottom:10px}h1{font-size:28px;letter-spacing:-.6px;margin:0 0 10px}h2{font-size:17px;margin:0}h3{font-size:15px;margin:0 0 12px}p{line-height:1.7;margin:0;color:var(--muted);font-size:13px}.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hero{background:#e6ede4;border:1px solid #d5dfd2;border-radius:14px;padding:27px 30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.hero h2{font-size:22px;margin:0 0 10px}.hero p{max-width:650px;color:#607867}.hero .ring{width:90px;height:90px;border-radius:50%;border:8px solid #c4d2be;display:grid;place-items:center;font-size:28px;color:#315b47;flex-shrink:0;margin-left:20px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:25px}.metric,.card{background:#fff;border:1px solid var(--line);border-radius:12px}.metric{padding:22px}.metric-label{font-size:12px;color:#6d8377}.metric-value{font-size:32px;margin:13px 0 10px;letter-spacing:-1px;font-weight:600}.metric-note{font-size:11px;color:#8a9990}.card{margin-bottom:22px;overflow:hidden}.cardhead{padding:21px 24px;border-bottom:1px solid #edf1ec;display:flex;align-items:center;justify-content:space-between;gap:15px}.cardbody{padding:24px}.columns{display:grid;grid-template-columns:1.35fr 1fr;gap:22px}.steps{display:flex;flex-direction:column;gap:22px}.step{display:flex;gap:14px;align-items:flex-start}.stepnum{width:30px;height:30px;background:#f0f4ec;color:#6f826b;display:grid;place-items:center;border-radius:50%;font-size:12px;flex-shrink:0}.step.done .stepnum{background:#dcece3;color:#286949}.step strong{font-size:13px;display:block;margin:3px 0 6px}.badge{display:inline-flex;align-items:center;border-radius:5px;font-size:11px;padding:4px 8px;background:#eef2ee;color:#677f70;white-space:nowrap}.badge.green{background:#e4f2e9;color:#367052}.badge.amber{background:#faf0d9;color:#977529}.badge.red{background:#fbe9e4;color:#b35545}.badge.blue{background:#e8eff6;color:#56738b}.dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block;margin-right:6px}.tablewrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px;text-align:left}th{background:#f8faf6;color:#75887d;font-weight:500;white-space:nowrap}th,td{padding:16px 22px;border-bottom:1px solid #edf1ec;vertical-align:middle}tbody tr:last-child td{border-bottom:0}td{line-height:1.7}td strong{font-weight:600}.sub{display:block;font-size:11px;color:#8b9b91;margin-top:3px;max-width:280px;overflow-wrap:anywhere}.mono,code{font-family:Consolas,monospace;font-size:11px;overflow-wrap:anywhere}code{background:#f1f5ef;padding:3px 5px;border-radius:4px}.empty{padding:60px 24px;text-align:center;color:#819288}.empty .symbol{font-size:30px;color:#bdcdbd;margin-bottom:14px}.empty strong{display:block;font-size:14px;color:#61796b;margin-bottom:8px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:flex;flex-direction:column;gap:8px;font-size:12px}.field.full{grid-column:1/-1}.field span{color:#416051}.field small{color:#8b9b91;line-height:1.5}input,select,textarea{width:100%;padding:11px 12px;background:white;border:1px solid #dce5da;border-radius:7px;color:#243e32;font-size:13px;outline:none}input:focus,select:focus,textarea:focus{border-color:#709477;box-shadow:0 0 0 3px #164c430a}input[type=checkbox]{width:16px;height:16px;accent-color:var(--green)}.check{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.7}.check input{margin-top:4px;flex-shrink:0}.formfoot{padding-top:25px;display:flex;justify-content:flex-end;gap:10px}.notice{border-radius:9px;background:#faf5e8;border:1px solid #ede1bd;color:#8c773e;padding:14px 18px;font-size:12px;line-height:1.8;margin-bottom:20px}.notice.info{background:#edf4ee;border-color:#d5e4d8;color:#59775f}.notice.error{background:#fff0eb;border-color:#f1d7cc;color:#ad5540}.toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:18px 24px;border-bottom:1px solid var(--line)}.toolbar input{max-width:260px}.toolbar select{max-width:240px}.calendargrid{display:grid;grid-template-columns:repeat(7,minmax(105px,1fr));gap:10px;padding:22px}.day{border:1px solid var(--line);border-radius:8px;padding:13px 11px;min-height:115px}.day.closed{background:#f7f8f5;color:#a0aa9e}.daydate{font-size:11px;color:#82927d;margin-bottom:15px}.dayprice{font-size:19px;font-weight:600;margin-bottom:8px}.daystock{font-size:11px;color:#6c8272}.divider{height:1px;background:var(--line);margin:24px 0}.pager{display:flex;justify-content:flex-end;align-items:center;gap:15px;padding:16px 24px;font-size:12px;color:#869488}dialog{width:min(640px,94vw);border:1px solid var(--line);border-radius:14px;padding:0;color:#213e30;box-shadow:0 24px 90px #112e3133}dialog::backdrop{background:#102f3266;backdrop-filter:blur(2px)}dialog .modalhead{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--line)}dialog .modalbody{padding:26px;max-height:75vh;overflow:auto}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#173d36;color:white;border-radius:9px;padding:13px 23px;box-shadow:0 5px 25px #0002;display:none;max-width:85vw;font-size:13px;z-index:20}.login{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.loginart{background:#173d36;color:#f0f6ec;padding:70px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.loginart:after{content:"";position:absolute;width:500px;height:500px;border:1px solid #668875;border-radius:50%;right:-170px;bottom:-170px;box-shadow:0 0 0 55px #66887515,0 0 0 110px #66887510}.loginart h1{font-size:46px;line-height:1.45;font-weight:500}.loginart p{color:#a9c0af;max-width:340px;font-size:14px;line-height:2}.loginform{display:flex;align-items:center;justify-content:center;padding:35px}.loginform form{max-width:350px;width:100%}.loginform h2{font-size:26px;margin:0 0 12px}.loginform .field{margin-top:24px}.loginform .primary{width:100%;margin-top:28px;padding:13px}.initial{padding:100px;text-align:center;color:#78917c}.muted{color:#879b8c}.error-inline{color:#af4c3b;font-size:12px;margin-top:16px;line-height:1.7}.textlink{color:#37684d;text-decoration:none;font-weight:600}.mobilemenu{display:none}pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;background:#f4f6f1;padding:16px;border-radius:8px;line-height:1.8}
@media(min-width:1450px){.content{padding:38px 55px}.topbar{padding:0 55px}}@media(max-width:1100px){.shell{grid-template-columns:200px 1fr}.content{padding:25px}.topbar{padding:0 25px}.metrics{gap:10px}.metric{padding:18px}.columns{grid-template-columns:1fr}.calendargrid{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.shell{display:block}.sidebar{display:none;position:fixed;z-index:10;width:230px}.sidebar.open{display:flex}.mobilemenu{display:block}.content{padding:22px 16px}.topbar{padding:0 16px;height:64px}.heading{flex-direction:column}.metrics{grid-template-columns:1fr 1fr}.hero{padding:22px}.hero .ring{display:none}.formgrid{grid-template-columns:1fr}.field.full{grid-column:auto}.calendargrid{grid-template-columns:repeat(2,1fr);padding:15px}.login{display:block}.loginart{padding:30px;min-height:230px}.loginart h1{font-size:29px}.loginart .brand{padding:0 0 25px}.loginart p{display:none}.loginform{padding:45px 30px}.account>span{display:none}.cardhead{padding:18px}.cardbody{padding:18px}}

.space-top{margin-top:24px}.hero h2{margin-top:14px}

