@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";:root{font-family:Noto Sans SC,Microsoft YaHei,sans-serif;color:#0b1f3a;background:#f5f8fc;--navy:#061a33;--blue:#176bff;--teal:#07999b;--gold:#d9a52e;--line:#dbe4ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;-webkit-font-smoothing:antialiased}button,a,input,textarea{font:inherit}button,a{transition:.2s}button{cursor:pointer}.header{height:76px;padding:0 max(32px,calc((100vw - 1320px)/2));display:flex;align-items:center;justify-content:space-between;background:#061a33f7;border-bottom:1px solid #ffffff1a;position:sticky;top:0;z-index:20}.brand{color:#fff;text-decoration:none;font-size:24px;font-weight:800}.nav{display:flex;align-items:center;gap:36px}.nav a,.nav .link{color:#dbe8f6;text-decoration:none;background:none;border:0;padding:12px 0}.nav a:hover,.nav .link:hover{color:#fff}.menu{display:none;color:#fff;background:none;border:0}.menu svg{width:28px}.hero{height:590px;background:var(--navy);position:relative;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover;position:absolute}.hero-copy{position:relative;z-index:2;width:min(1320px,calc(100% - 64px));margin:auto;padding-top:105px;color:#fff}.eyebrow,.kicker{display:inline-block;color:#c8ddf7;font-size:13px;font-weight:700;letter-spacing:.08em}.eyebrow{background:#176bff33;border:1px solid #4cc9f042;padding:9px 14px;border-radius:5px}.hero h1{font-size:54px;letter-spacing:.05em;margin:26px 0 18px}.hero p{font-size:18px;line-height:2;max-width:650px;color:#d9e6f4;margin:0 0 34px}.primary{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:0;border-radius:6px;background:var(--blue);color:#fff;padding:16px 25px;text-decoration:none;font-weight:700;box-shadow:0 12px 28px #176bff47}.primary:hover{transform:translateY(-2px);background:#0b5ce8}.primary svg,.tool-card button svg,.gold-btn svg{width:20px}.section{width:min(1320px,calc(100% - 64px));margin:0 auto;padding:78px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2{font-size:30px;margin:8px 0 0;color:#09213f}.section-head>p{color:#63758a}.kicker{color:var(--blue)}.workflow{background:#fff;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:24px;box-shadow:0 12px 38px #1434540f}.step{padding:21px 26px;display:flex;align-items:center;gap:14px}.step span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--blue);font-weight:800}.step svg{margin-left:auto;color:#93a1b2}.step.teal span{background:var(--teal)}.step.gold span{background:var(--gold)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.tool-card{background:#fff;border:1px solid var(--line);border-top:4px solid var(--blue);border-radius:10px;padding:26px;box-shadow:0 16px 42px #102d4b14;transition:.2s}.tool-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #102d4b21}.tool-card.teal{border-top-color:var(--teal)}.tool-card.gold{border-top-color:var(--gold)}.tool-top{display:flex;align-items:center;justify-content:space-between}.tool-top span{font-weight:800;color:var(--blue);background:#eaf2ff;padding:5px 9px;border-radius:5px}.teal .tool-top span{color:var(--teal);background:#e6f7f5}.gold .tool-top span{color:#956a00;background:#fff4d8}.tool-top svg{width:47px;height:47px;color:var(--blue)}.teal .tool-top svg{color:var(--teal)}.gold .tool-top svg{color:var(--gold)}.tool-card h3{font-size:24px;margin:24px 0 12px}.tool-card>p{color:#566b82;line-height:1.8;min-height:86px}.tool-card code{display:block;background:#f3f7fb;border:1px solid #dde7f0;padding:11px;border-radius:5px;color:#176bff;overflow:hidden;text-overflow:ellipsis}.tool-card>button{width:100%;margin:17px 0;padding:13px;border:0;border-radius:5px;background:var(--blue);color:#fff;font-weight:700;display:flex;justify-content:center;gap:18px}.teal>button{background:var(--teal)}.gold>button{background:var(--gold)}.tool-card ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#41576f}.tool-card li{display:flex;align-items:center;gap:8px}.tool-card li svg{width:16px;color:var(--blue)}.teal li svg{color:var(--teal)}.gold li svg{color:var(--gold)}.message-section{display:grid;grid-template-columns:1.15fr .85fr;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0;margin-bottom:72px;overflow:hidden}.message-list,.message-form{padding:42px}.message-form{background:#f8fbff;border-left:1px solid var(--line)}.compact{align-items:center;margin-bottom:5px}.compact h2{display:flex;gap:10px;align-items:center}.compact h2 svg{color:var(--blue)}.approved{display:flex;gap:6px;align-items:center;font-size:13px;color:#32835a;background:#e9f7ef;padding:7px 10px;border-radius:20px}.approved svg{width:16px}.muted{color:#6c7f93;margin:0 0 22px}.message{display:flex;gap:14px;padding:20px 0;border-top:1px solid #e7edf3}.avatar{flex:0 0 38px;height:38px;background:#eaf2ff;color:#176bff;border-radius:50%;display:grid;place-items:center;font-weight:700}.message p{color:#435870;line-height:1.65;margin:5px 0}.message time{color:#94a2b2;font-size:12px}.form-title{display:flex;justify-content:space-between}.form-title h2{margin:8px 0 20px}.form-title>svg{width:30px;color:var(--blue)}textarea,input{width:100%;border:1px solid #d5e0eb;border-radius:5px;background:#fff;padding:14px;outline:none}textarea{height:155px;resize:vertical}.message-form textarea:focus,.message-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #176bff1a}.message-form>small{display:block;text-align:right;color:#8a99aa;margin:5px 0 12px}.form-row{display:grid;grid-template-columns:1fr 1.3fr;gap:10px}.message-form>.primary{width:100%;margin-top:12px}.privacy{font-size:12px;color:#728297;display:flex;gap:7px;align-items:center}.privacy svg{width:16px}.support{background:var(--navy);color:#fff;border:1px solid #d9a52e99;border-radius:4px;padding:42px;margin-bottom:72px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.support h2{font-size:30px;margin:8px 0}.support p{color:#d4e1ef;line-height:1.8}.support>svg{width:300px;height:180px;color:#4cc9f047}.goldtext{color:#f2c45d}.gold-btn{display:inline-flex;align-items:center;gap:16px;background:var(--gold);border:0;border-radius:6px;padding:14px 22px;color:#fff;font-weight:700}footer{background:#04162d;color:#d3deea;min-height:210px;padding:45px max(32px,calc((100vw - 1320px)/2));display:grid;grid-template-columns:1.2fr .7fr 1.2fr auto;gap:50px;position:relative}footer b{color:#fff;font-size:17px}footer p{color:#91a4ba;line-height:1.7}footer a{display:block;color:#91a4ba;text-decoration:none;margin-top:8px}footer small{align-self:end}.beian{grid-column:1 / -1;justify-self:center;color:#8fa1b6;text-decoration:none;font-size:14px;margin-top:14px}.beian:hover{color:#fff}.admin-entry{position:absolute;right:14px;bottom:12px;background:none;border:0;color:#536a82}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#020b17c7;z-index:100;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{background:#fff;width:min(470px,100%);padding:38px;border-radius:12px;position:relative;text-align:center;box-shadow:0 30px 80px #00000059}.modal h2{font-size:28px;margin:8px 0}.modal>p{color:#63758a}.modal>img{width:min(320px,100%);border-radius:8px}.close{position:absolute;right:14px;top:14px;border:0;background:#eef3f8;border-radius:50%;width:34px;height:34px}.modal.admin{text-align:left}.pending article{border-top:1px solid var(--line);padding:15px 0}.pending article button{border:0;background:#176bff;color:#fff;padding:8px 14px;border-radius:4px;margin-right:8px}.pending article .danger{background:#c44848}.toast{position:fixed;z-index:120;left:50%;bottom:28px;transform:translate(-50%);background:#082d56;color:#fff;padding:14px 22px;border-radius:7px;box-shadow:0 12px 30px #00000040;max-width:90%;text-align:center}@media(max-width:900px){.nav{display:none}.nav.open{display:flex;position:absolute;top:76px;left:0;right:0;background:#061a33;flex-direction:column;align-items:stretch;padding:20px 32px;gap:4px}.menu{display:block}.hero>img{object-position:58% center;opacity:.64}.hero h1{font-size:41px}.workflow{grid-template-columns:1fr}.step svg{display:none}.tool-grid{grid-template-columns:1fr}.tool-card>p{min-height:auto}.message-section{grid-template-columns:1fr}.message-form{border-left:0;border-top:1px solid var(--line)}footer{grid-template-columns:1fr 1fr}}@media(max-width:600px){.header{height:66px;padding:0 20px}.brand{font-size:21px}.nav.open{top:66px}.hero{height:600px}.hero-copy{width:calc(100% - 40px);padding-top:68px}.hero h1{font-size:34px}.hero p{font-size:16px;line-height:1.85}.section{width:calc(100% - 32px);padding:58px 0}.section-head{align-items:start;flex-direction:column}.section-head h2{font-size:26px}.workflow{display:none}.tool-card{padding:22px}.message-section{width:calc(100% - 32px);margin-bottom:54px}.message-list,.message-form{padding:26px 20px}.form-row{grid-template-columns:1fr}.support{width:calc(100% - 32px);padding:28px 22px;margin-bottom:54px}.support>svg{display:none}footer{grid-template-columns:1fr;padding:38px 22px;gap:22px}}.brand{display:flex;align-items:center;gap:12px;font-size:20px}.brand-mark{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;overflow:hidden;border:1px solid #8bc9ed4d;border-radius:15px;background:#071d39;box-shadow:inset 0 0 0 1px #ffffff0d,0 6px 16px #00000038}.brand-mark img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.38)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:21px;line-height:1.12;font-weight:800;letter-spacing:.025em;color:#fff;text-shadow:0 1px 8px #00000030}.brand-copy small{font-size:11px;line-height:1.2;color:#9ebbd5;letter-spacing:.09em;margin-top:5px;font-weight:600}.brand:hover .brand-mark{border-color:#9bdcff80;box-shadow:inset 0 0 0 1px #ffffff17,0 7px 19px #00000045}.brand:focus-visible{outline:2px solid #79c8ff;outline-offset:5px;border-radius:7px}@media(max-width:600px){.brand{gap:9px}.brand-mark{width:43px;height:43px;flex-basis:43px;border-radius:13px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:9.5px;margin-top:4px}}.message-section{scroll-margin-top:96px}.message-empty{min-height:214px;border:1px dashed #cfdae6;border-radius:8px;background:#f8fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#50657c}.message-empty>svg{width:38px;height:38px;color:#8eb2e7;margin-bottom:10px}.message-empty b{color:#2d4661}.message-empty p{font-size:14px;color:#8191a2;margin:7px 0 0}.header{height:68px}.hero{height:440px}.hero-copy{padding-top:54px}.hero h1{margin:18px 0 12px}.hero p{line-height:1.75;margin-bottom:22px}.hero .primary{padding:13px 22px}.tools{padding-top:32px;padding-bottom:40px}.tool-top .tool-logo{width:58px;height:58px;object-fit:contain;display:block;filter:drop-shadow(0 5px 10px #102d4b24)}.gold .tool-top .geosafe-logo{padding:0;border-radius:15px;background:#f0b55e;color:#14332f;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #ffffff7a,0 5px 10px #102d4b24}.tool-top .geosafe-logo svg{width:34px;height:34px;color:#14332f}.tool-link{width:100%;margin:17px 0;padding:13px;border:0;border-radius:5px;background:var(--blue);color:#fff;font-weight:700;display:flex;justify-content:center;gap:18px;text-decoration:none}.teal>.tool-link{background:var(--teal)}.gold>.tool-link{background:var(--gold)}.tool-link:hover{filter:brightness(.94);transform:translateY(-1px)}.tool-link svg{width:20px}@media(max-width:900px){.nav.open{top:68px}.hero{height:460px}.hero-copy{padding-top:50px}}@media(max-width:600px){.header{height:64px}.nav.open{top:64px}.hero{height:440px}.hero-copy{padding-top:38px}.hero h1{margin:16px 0 10px}.hero p{margin-bottom:20px}.tools{padding-top:32px}}.support{gap:38px}.reward-preview{flex:0 0 auto;width:210px;padding:10px 10px 8px;border:1px solid #f2c45d80;border-radius:10px;background:#fff;box-shadow:0 18px 45px #0006;color:#40546b}.reward-preview:hover{transform:translateY(-3px);box-shadow:0 22px 52px #0008}.reward-preview img{display:block;width:100%;aspect-ratio:1;object-fit:contain;border-radius:6px}.reward-preview span{display:block;padding-top:8px;font-size:12px;line-height:1.4}@media(max-width:600px){.support{flex-direction:column;align-items:stretch;gap:22px}.support>div{min-width:0}.reward-preview{width:min(190px,100%);align-self:center}.reward-preview span{font-size:11px}.gold-btn{padding:12px 15px;gap:9px}}.message-section{margin-bottom:32px}.message-list,.message-form{padding:30px 32px}.message-list{max-height:380px;overflow-y:auto}.compact h2{margin-top:6px}.muted{margin-bottom:14px}.message-empty{min-height:150px}.message-empty>svg{width:30px;height:30px;margin-bottom:6px}.message-empty p{margin-top:4px}.form-title h2{margin:6px 0 12px}.message-form textarea{height:108px;min-height:96px}.message-form>small{margin:4px 0 8px}.message-form input{padding:12px 14px}.message-form>.primary{margin-top:10px;padding:13px 22px}.privacy{margin:10px 0 0}@media(max-width:900px){.message-list{max-height:340px}}@media(max-width:600px){.tools{padding-bottom:32px}.message-section{padding:0;margin-bottom:32px}.message-list,.message-form{padding:22px 18px}.message-empty{min-height:125px}.message-form textarea{height:118px}.message-list{max-height:310px}}
