:root{--green:#174d42;--ink:#203a34;--muted:#65766d;--line:#dce5df}*{box-sizing:border-box}body{margin:0;background:#f5f7f6;color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}a{color:var(--green);text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;border:1px solid #ccd9d1;background:white;color:var(--green);border-radius:6px;padding:8px 15px}button:hover{background:#eaf0ec}button:disabled{cursor:default;opacity:.5}.primary{background:var(--green);color:white;border-color:var(--green);font-weight:600}.primary:hover{background:#0e382f}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #91b56b;outline-offset:3px}.admin-header{height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:white;border-bottom:1px solid var(--line);padding:0 32px}.admin-brand{font:30px Georgia,serif;display:flex;align-items:center;gap:15px}.admin-brand span{font:600 19px/1.4 sans-serif}.admin-header>div{display:flex;gap:25px;font-size:14px}#workspace{display:grid;grid-template-columns:240px minmax(0,1fr);max-width:1600px;margin:auto}#workspace[hidden]{display:none}aside{padding:32px 20px;background:white;border-right:1px solid var(--line);min-height:calc(100vh - 80px)}.sidebar-label{color:var(--muted);font-size:12px;letter-spacing:2px;margin:0 16px 12px}nav{display:grid;gap:5px}nav button{text-align:left;border:0;background:transparent;padding:12px 16px}nav button[aria-current=true]{background:#e9f0e9;color:var(--green);font-weight:700}.account{margin:32px 16px 0;padding-top:23px;border-top:1px solid var(--line);font-size:13px;overflow-wrap:anywhere}.account span,.account strong,.account a{display:block;margin-bottom:7px}.account span{color:var(--muted)}main{padding:35px 45px;max-width:1150px;width:100%;margin:0 auto}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.eyebrow{font-size:12px;letter-spacing:2px;color:#6e8677;margin:0}h1{font-size:28px;margin:5px 0 10px}h2{font-size:19px;margin:0 0 20px}.help{color:var(--muted);font-size:14px;margin:8px 0 25px}.panel{border:1px solid var(--line);background:white;border-radius:8px;padding:25px;margin:0 0 22px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:0 0 20px}.fields:last-child{margin-bottom:0}label{display:block;font-size:14px;font-weight:600;margin-bottom:7px}label small{font-weight:400;color:var(--muted);margin-left:8px}input[type=text],input[type=email],input[type=url],textarea{width:100%;padding:10px 12px;border:1px solid #bdcec3;border-radius:5px;background:#fcfdfc;color:var(--ink)}textarea{min-height:125px;resize:vertical;line-height:1.8}input[type=file]{max-width:100%;font-size:14px}.note{font-size:13px;color:var(--muted);margin:8px 0 15px}.row-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.row-head h2{margin:0}.row-actions{display:flex;gap:7px}.row-actions button{font-size:13px;padding:5px 10px}.danger{color:#983b37}.image-field{display:flex;align-items:center;flex-wrap:wrap;gap:15px;margin:15px 0}.image-field img{width:72px;height:72px;object-fit:contain;background:#eef3ef;border:1px solid var(--line);border-radius:6px}.check{display:flex;align-items:center;gap:10px;font-weight:400;margin:15px 0}.check input{width:18px;height:18px}.bottom-actions{display:flex;align-items:center;gap:20px;margin-top:25px}#saved-time{font-size:13px;color:var(--muted)}#status:not(:empty){padding:12px 16px;margin:12px 0;background:#e5f0e4;border-radius:6px;font-size:14px}#status.error{background:#fff0ec;color:#9a392b}#status a{text-decoration:underline}#gate{max-width:700px;margin:65px auto;padding:30px;background:white;border:1px solid var(--line);border-radius:8px}#gate[hidden]{display:none}.empty{color:var(--muted);padding:15px 0}.add-row{width:100%;border-style:dashed;padding:15px}fieldset{border:0;padding:0;margin:0;min-width:0}@media(max-width:950px){#workspace{grid-template-columns:190px minmax(0,1fr)}main{padding:25px}.fields{gap:15px}}@media(max-width:720px){.admin-header{height:auto;min-height:74px;padding:16px;flex-wrap:wrap}.admin-header>div{gap:16px}#workspace{display:block}aside{min-height:0;padding:15px;border-right:0;border-bottom:1px solid var(--line)}nav{display:flex;flex-wrap:wrap;gap:3px}nav button{padding:8px 12px;font-size:14px}.sidebar-label,.account{display:none}main{padding:22px 16px}.fields{grid-template-columns:1fr;gap:17px}.panel{padding:20px}.toolbar{align-items:start}.toolbar .primary{font-size:14px;max-width:130px}.row-head{align-items:start}.row-actions{flex-wrap:wrap;justify-content:end}.bottom-actions{align-items:start;flex-direction:column}#gate{margin:25px 16px}h1{font-size:24px}}
