/*
Theme Name: 蓝枫软件官网
Author: 蓝枫软件
Description: 官网展示主题，支持后台编辑首页文案及软件介绍，连接独立会员中心。
Version: 1.0.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: lanfeng-official
*/
:root{--blue:#2459ed;--ink:#172640;--muted:#607089;--line:#e3e9f2;--surface:#f4f7fc;--navy:#10254a;--radius:18px;font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.65}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button,a,input{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #ffb833;outline-offset:4px}button:disabled{cursor:default;opacity:.6}.wrap{width:min(1180px,calc(100% - 64px));margin:auto}.preview{background:#edf2ff;color:#355389;font-size:13px;padding:7px 16px;text-align:center}.header{border-bottom:1px solid var(--line);background:white}.nav{min-height:84px;display:flex;gap:32px;align-items:center}.brand{font-size:21px;font-weight:750;display:inline-flex;align-items:center;gap:11px;white-space:nowrap}.mark{height:35px;width:35px;display:grid;place-items:center;border-radius:10px;background:var(--blue);color:white;font-size:23px;font-weight:750}.navlinks{display:flex;gap:28px;margin-left:auto;font-size:15px;align-items:center}.navlinks a{color:var(--muted);padding:8px 0}.navlinks a.active{color:var(--blue);font-weight:650}.btn{border:1px solid var(--line);border-radius:9px;padding:10px 20px;display:inline-flex;justify-content:center;align-items:center;gap:9px;background:white;color:var(--ink);font-weight:600;font-size:15px;min-height:46px}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.dark{background:var(--navy);border-color:var(--navy);color:white}.btn:hover{filter:brightness(.96)}.nav .btn{white-space:nowrap}.hero{background:linear-gradient(115deg,#f4f8ff 0%,#fff 72%);padding:68px 0 62px}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:65px;align-items:center}.eyebrow{font-size:13px;font-weight:700;color:var(--blue);letter-spacing:2px;margin-bottom:18px}.hero h1{font-size:clamp(34px,3.8vw,52px);line-height:1.25;letter-spacing:-1.6px;margin:0 0 23px}.hero h1 span{color:var(--blue)}.hero p{color:var(--muted);max-width:460px;font-size:17px;margin:0 0 27px;line-height:1.9}.actions{display:flex;gap:12px;flex-wrap:wrap}.micro{font-size:13px;color:var(--muted);margin-top:20px}.showcase{background:white;border:1px solid #dce5f5;border-radius:16px;box-shadow:0 22px 65px #13387813;overflow:hidden;transform:rotate(-1deg)}.windowbar{display:flex;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line);gap:6px;font-size:12px;color:var(--muted)}.windowbar i{height:7px;width:7px;border-radius:50%;background:#cbd5e4}.windowbar span{margin-left:auto}.windowbody{display:grid;grid-template-columns:92px 1fr;min-height:258px}.windowside{padding:22px 10px;background:#f7f9fd;font-size:12px;color:var(--muted);display:flex;flex-direction:column;gap:14px}.windowside strong{color:var(--blue);background:#e9efff;padding:7px;border-radius:5px}.windowcontent{padding:22px}.windowtitle{font-size:15px;font-weight:700;display:flex;justify-content:space-between}.pill{font-size:12px;background:#edf2ff;color:#3154a7;border-radius:5px;padding:3px 8px;white-space:nowrap}.sample-list{display:flex;gap:9px;margin:20px 0}.clip{width:33.3%;height:81px;border-radius:7px;background:#e9effa;display:flex;align-items:center;justify-content:center;color:#4a638b;font-size:13px;font-weight:600}.clip:nth-child(2){background:#e5edf4}.clip:nth-child(3){background:#e9eefa}.timeline{display:flex;height:25px;gap:3px;margin:14px 0}.timeline span{flex:1;background:#8eb0f9;border-radius:3px}.timeline span:nth-child(2){background:#abc5f2}.timeline span:nth-child(3){background:#7299ed}.windowfoot{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted);gap:10px}.windowfoot b{background:var(--blue);color:white;padding:7px 13px;border-radius:5px;font-weight:500}.hero-note{font-size:12px;text-align:right;color:var(--muted);margin-top:14px}.section{padding:60px 0}.section.alt{background:var(--surface)}.sectionhead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:27px}.sectionhead h2{font-size:28px;margin:0 0 4px;letter-spacing:-.5px}.sectionhead p,.muted{color:var(--muted);margin:0}.textlink{color:var(--blue);font-size:14px;font-weight:600;white-space:nowrap}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:white;display:flex;flex-direction:column}.appicon{width:49px;height:49px;border-radius:13px;display:grid;place-items:center;background:#e9f0ff;color:var(--blue);font-weight:750;font-size:23px;margin-bottom:22px}.appicon.purple{color:#7854bc;background:#f0ebfb}.appicon.teal{color:#177e79;background:#e7f4f3}.card-top{display:flex;justify-content:space-between;align-items:start;gap:10px}.tag{font-size:12px;color:var(--muted);padding-top:8px}.card h3{font-size:20px;margin:0 0 9px}.card p{font-size:14px;color:var(--muted);line-height:1.85;margin:0 0 19px}.card ul{padding:0;margin:0 0 26px;list-style:none;font-size:14px}.card li{margin:7px 0}.card li:before{content:'✓';color:var(--blue);margin-right:9px}.card-bottom{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:13px;color:var(--muted)}.banner{background:var(--navy);color:white;border-radius:20px;padding:36px 42px;display:flex;justify-content:space-between;align-items:center;gap:28px}.banner h2{margin:0 0 10px;font-size:27px}.banner p{margin:0;color:#b8c7e1;font-size:15px}.banner .btn{flex-shrink:0}.footer{border-top:1px solid var(--line);padding:30px 0;color:var(--muted);font-size:13px}.footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footlinks{display:flex;gap:20px}.pagehead{padding:49px 0 28px}.pagehead h1{font-size:36px;line-height:1.3;margin:0 0 13px}.pagehead p{margin:0;color:var(--muted)}.toolbar{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.filter{padding:9px 18px;border:1px solid var(--line);border-radius:8px;background:white;font-size:14px;color:var(--muted)}.filter.active{background:var(--blue);color:white;border-color:var(--blue)}.download-row{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}.download-row .appicon{margin:0}.download-row h2{margin:0 0 6px;font-size:20px}.download-row p{margin:0;font-size:14px;color:var(--muted)}.notice{background:#f0f4fd;border-left:3px solid #7397f3;padding:15px 20px;font-size:14px;color:#476084;border-radius:0 8px 8px 0;margin:24px 0}.guidegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.guide{border:1px solid var(--line);border-radius:12px;padding:22px;background:white}.guide summary{font-weight:600;cursor:pointer;list-style-position:outside;margin-left:16px}.guide p,.guide li{font-size:15px;color:var(--muted)}.auth-layout{display:grid;grid-template-columns:1fr 1fr;min-height:610px;gap:75px;align-items:center;padding:58px 0}.auth-copy h1{font-size:41px;line-height:1.35;margin:0 0 20px;letter-spacing:-1px}.auth-copy p{color:var(--muted);font-size:17px;max-width:390px}.benefits{display:flex;flex-direction:column;gap:20px;margin-top:37px}.benefit{display:flex;gap:13px;align-items:center;font-size:15px}.benefit b{background:#eaf0ff;color:var(--blue);width:31px;height:31px;display:grid;place-items:center;border-radius:8px}.formcard{border:1px solid var(--line);box-shadow:0 12px 45px #12274a08;border-radius:20px;padding:34px;max-width:450px;width:100%;background:white}.formcard h2{font-size:25px;margin:0 0 5px}.formcard .subtitle{color:var(--muted);font-size:14px;margin:0 0 27px}.field{margin:18px 0}.field label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.field input{width:100%;border:1px solid #d6dfeb;border-radius:8px;background:white;padding:11px 12px;font-size:15px;min-width:0;color:var(--ink)}.field input:focus{border-color:var(--blue)}.field input::placeholder{color:#8e9bae}.password-wrap{position:relative}.password-wrap input{padding-right:63px}.reveal{position:absolute;right:6px;top:7px;border:0;background:white;color:var(--muted);padding:5px;font-size:13px}.formoptions{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin:18px 0 22px}.formoptions label{display:flex;align-items:center;gap:7px}.full{width:100%}.form-bottom{text-align:center;font-size:14px;color:var(--muted);margin:22px 0 0}.demo-link{display:block;text-align:center;margin-top:19px;color:var(--blue);font-size:14px}.formnote{font-size:12px;color:var(--muted);margin:17px 0 0;line-height:1.8}.status{font-size:14px;padding:11px 14px;margin-top:16px;background:#fff4de;color:#825b15;border-radius:8px}.account-layout{display:grid;grid-template-columns:210px 1fr;gap:32px;padding:39px 0 64px;min-height:560px}.account-side{border-right:1px solid var(--line);padding-right:22px}.account-side h2{font-size:19px;margin:0 0 23px}.sidenav{display:flex;flex-direction:column;gap:6px}.sidenav a{padding:11px 13px;font-size:14px;border-radius:8px;color:var(--muted)}.sidenav a.active{background:#ebf0ff;color:var(--blue);font-weight:650}.account-title{display:flex;justify-content:space-between;align-items:center;gap:15px}.account-title h1{font-size:29px;margin:0}.account-title p{font-size:14px;color:var(--muted);margin:5px 0 0}.sample-badge{font-size:12px;color:#865e16;background:#fff2d5;padding:5px 10px;border-radius:6px;white-space:nowrap}.entitlement{display:grid;grid-template-columns:48px 1fr auto;gap:20px;align-items:center;border:1px solid var(--line);border-radius:13px;padding:23px;margin:15px 0;background:white}.entitlement .appicon{margin:0}.entitlement h3{font-size:17px;margin:0 0 3px}.entitlement p{font-size:13px;color:var(--muted);margin:0}.right-meta{text-align:right;font-size:14px}.right-meta small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.settings{margin-top:26px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.setting{display:flex;justify-content:space-between;align-items:center;padding:21px;gap:20px;border-bottom:1px solid var(--line)}.setting:last-child{border:0}.setting h3{font-size:15px;margin:0 0 4px}.setting p{font-size:13px;color:var(--muted);margin:0}.empty{text-align:center;border:1px dashed #cdd8ea;border-radius:13px;padding:40px 22px;margin-top:25px}.empty h3{margin:0 0 8px}.empty p{color:var(--muted);font-size:14px}main{min-height:calc(100vh - 220px)}.menu-toggle{display:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:900px){.wrap{width:calc(100% - 36px)}.nav{gap:18px;flex-wrap:wrap;padding:16px 0;min-height:76px}.navlinks{gap:20px;order:3;width:100%;justify-content:center}.nav>.btn{margin-left:auto}.hero-grid{gap:30px;grid-template-columns:1fr 1fr}.hero{padding:44px 0}.hero h1{font-size:37px}.cards{gap:12px}.card{padding:20px}.hero-note{font-size:12px}.windowbody{grid-template-columns:65px 1fr}.windowcontent{padding:16px}.auth-layout{gap:32px}.auth-copy h1{font-size:34px}.formcard{padding:27px}.banner{padding:30px}.account-layout{grid-template-columns:165px 1fr;gap:22px}.account-side{padding-right:15px}}
@media(max-width:640px){.brand{font-size:19px}.navlinks{gap:24px;justify-content:space-between;font-size:14px;overflow-x:auto}.nav>.btn{font-size:13px;padding:8px 13px;min-height:40px}.preview{font-size:12px}.hero-grid{grid-template-columns:1fr;gap:34px}.hero h1{font-size:38px;letter-spacing:-1px}.hero p{font-size:16px}.showcase{transform:none}.hero-note{text-align:center}.section{padding:37px 0}.cards,.guidegrid{grid-template-columns:1fr}.sectionhead h2{font-size:24px}.sectionhead p{font-size:14px}.card{padding:25px}.banner{display:block;padding:29px}.banner h2{font-size:25px}.banner .btn{margin-top:22px}.pagehead{padding:34px 0 22px}.pagehead h1{font-size:30px}.download-row{grid-template-columns:45px 1fr;gap:15px}.download-row>.btn{grid-column:2;justify-self:start}.auth-layout{grid-template-columns:1fr;gap:24px;padding:30px 0}.auth-copy h1{font-size:29px}.auth-copy p{font-size:15px}.benefits{display:none}.formcard{max-width:none;padding:26px}.account-layout{grid-template-columns:1fr;padding-top:24px;gap:23px}.account-side{border:0;padding:0}.account-side h2{display:none}.sidenav{flex-direction:row;overflow-x:auto;gap:3px}.sidenav a{white-space:nowrap;padding:9px 11px}.account-title h1{font-size:25px}.entitlement{grid-template-columns:42px 1fr;padding:19px;gap:14px}.right-meta{grid-column:2;text-align:left}.setting{padding:18px;align-items:start}.setting .btn{white-space:nowrap;padding:8px 12px;font-size:13px}.windowbody{grid-template-columns:78px 1fr}.windowtitle{gap:8px}.footer .wrap{gap:12px}.footlinks{gap:18px}.sectionhead{align-items:start}.hero .micro{font-size:12px}.formoptions{font-size:13px}}
@media(prefers-reduced-motion:no-preference){.btn,.card{transition:box-shadow .2s,transform .2s}.card:hover{transform:translateY(-3px);box-shadow:0 15px 30px #15274a09}}

html{scroll-padding-top:20px}.hero h1{white-space:pre-line}.hero p,.banner p{white-space:pre-line}.card{display:flex;flex-direction:column;height:100%;overflow-wrap:anywhere}.card .card-bottom{margin-top:auto;padding-top:20px}.cards{align-items:stretch}.entry-content{overflow-wrap:anywhere}.entry-content img{max-width:100%;height:auto}.entry-content a{color:var(--blue);text-decoration:underline}.product-image{width:56px;height:56px;object-fit:contain;border-radius:12px}.skip-link{position:absolute;left:12px;top:-100px;background:#fff;padding:12px;z-index:99}.skip-link:focus{top:12px}.navlinks{flex-wrap:wrap}.section:target{scroll-margin-top:20px}.footer .wrap{flex-wrap:wrap}.hero-note{overflow-wrap:anywhere}
