.csf.csf-land .hero{padding:76px 0 70px;position:relative;overflow:hidden}.csf.csf-land .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(700px 360px at 90% 20%,var(--sky) 0,transparent 70%);pointer-events:none}.csf.csf-land .hero .hw{display:grid;grid-template-columns:1.5fr .5fr;gap:32px;align-items:center;position:relative}@media(max-width:900px){.csf.csf-land .hero .hw{grid-template-columns:1fr}}.csf.csf-land .hero h1{font-size:clamp(34px,4.1vw,54px)}.csf.csf-land .hero h1 .brand{background:linear-gradient(95deg,#9a7a2f,#c9a24c 40%,#e6c979 60%,#c9a24c);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shine 6s linear infinite;font-weight:900;letter-spacing:.01em}@keyframes shine{0%{background-position:0 0}to{background-position:200% 0}}.csf.csf-land .hero h1 .hl{position:relative;display:inline-block;white-space:nowrap}.csf.csf-land .hero h1 .hl:after{content:"";position:absolute;left:-2px;right:-2px;bottom:4px;height:38%;background:linear-gradient(90deg,rgba(201,162,76,.28),rgba(230,201,121,.5));border-radius:6px;z-index:-1;transform-origin:left;animation:mark 1.1s cubic-bezier(.2,.8,.2,1) .3s both}@keyframes mark{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.csf.csf-land .hero h1 .hl svg{position:absolute;left:0;right:0;bottom:-10px;width:100%;height:12px;overflow:visible}.csf.csf-land .hero h1 .hl svg path{stroke:var(--gold);stroke-width:3;fill:none;stroke-linecap:round;stroke-dasharray:400;stroke-dashoffset:400;animation:draw 1.2s ease-out .9s forwards}@keyframes draw{to{stroke-dashoffset:0}}.csf.csf-land .ask{margin:40px auto 0;max-width:980px;position:relative}.csf.csf-land .in{position:relative;display:flex;align-items:center;gap:10px;border-radius:999px;background:#fff;padding:8px 8px 8px 16px;height:72px;box-shadow:0 0 0 1px rgba(15,30,61,.06),0 22px 55px rgba(15,30,61,.18);transition:box-shadow .2s}.csf.csf-land .in:focus-within{box-shadow:0 0 0 3px rgba(201,162,76,.35),0 22px 55px rgba(15,30,61,.18)}.csf.csf-land .in .sp{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#e6c979,#b8934a);color:#fff;box-shadow:0 6px 16px rgba(201,162,76,.45);flex:0 0 auto}.csf.csf-land .in input{flex:1 1;border:0;outline:0;font-size:16.5px;font-family:inherit;background:transparent;color:#0f1e3d;min-width:0}.csf.csf-land .in .cur{position:absolute;left:66px;top:50%;transform:translateY(-50%);pointer-events:none;color:#8a93a5;font-size:16.5px;white-space:nowrap;overflow:hidden;max-width:calc(100% - 200px)}.csf.csf-land .in .cur:after{content:"";display:inline-block;width:2px;height:20px;background:#b8934a;margin-left:2px;vertical-align:middle;animation:blink 1s steps(2) infinite}@keyframes blink{50%{opacity:0}}.csf.csf-land .go{position:relative;overflow:hidden;border:0;border-radius:12px;height:50px;padding:0 26px;font-size:16px;font-weight:800;color:#1b1607;cursor:pointer;background:linear-gradient(135deg,#e6c979,#c9a24c 60%,#b8934a);box-shadow:0 10px 24px rgba(201,162,76,.4),inset 0 1px 0 rgba(255,255,255,.45);display:inline-flex;align-items:center;gap:8px;transition:transform .15s,box-shadow .15s}.csf.csf-land .go:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(201,162,76,.5),inset 0 1px 0 rgba(255,255,255,.45)}.csf.csf-land .go:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);transform:skewX(-20deg);animation:sweep 3.2s ease-in-out 1s infinite}@keyframes sweep{0%{left:-60%}35%{left:130%}to{left:130%}}.csf.csf-land .go svg{transition:transform .2s}.csf.csf-land .go:hover svg{transform:translateX(3px)}.csf.csf-land .chips{display:flex;gap:10px;margin-top:18px;justify-content:center;flex-wrap:wrap}.csf.csf-land .chips span{border:1px solid #e6d9b5;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:700;color:#0f1e3d;background:#fff;display:inline-flex;gap:7px;align-items:center;cursor:pointer;box-shadow:0 6px 16px rgba(15,30,61,.18);transition:transform .15s,border-color .15s}.csf.csf-land .chips span:hover{transform:translateY(-1px);border-color:var(--gold);background:var(--sand)}.csf.csf-land .strip{margin:44px auto 0;max-width:980px;border-radius:16px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:0 18px 44px rgba(15,30,61,.1);position:relative;border:1px solid #e6d9b5}.csf.csf-land .strip:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#e6c979,#c9a24c,#e6c979)}@media(max-width:900px){.csf.csf-land .strip{grid-template-columns:1fr 1fr}}.csf.csf-land .strip>div{padding:22px 16px;text-align:center;border-right:1px solid #efe6cf;color:#0f1e3d;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:118px}.csf.csf-land .strip>div:last-child{border-right:0}@media(max-width:900px){.csf.csf-land .strip>div:nth-child(2){border-right:0}.csf.csf-land .strip>div:nth-child(-n+2){border-bottom:1px solid rgba(120,140,190,.22)}}.csf.csf-land .strip b{display:block;font-size:17px;margin-bottom:5px;color:#0f1e3d;letter-spacing:-.01em}.csf.csf-land .strip span{font-size:13px;color:#4a5a80;line-height:1.5;display:block}.csf.csf-land .strip .vmark{background:#fff;padding:6px 12px;gap:8px;border-radius:9px;display:inline-flex;flex-direction:row;align-items:center;white-space:nowrap;box-shadow:0 6px 16px rgba(15,30,61,.12);border:1px solid #e6d9b5}.csf.csf-land .strip .vmark svg{width:26px;height:26px}.csf.csf-land .strip .vmark .vt small{font-size:9px}.csf.csf-land .strip .vmark .vt b{font-size:12.5px;margin:0;color:#1d4fb5}.csf.csf-land .strip .vl{margin-top:9px;font-size:13px;color:#0f1e3d;font-weight:700}.csf.csf-land .msg .grid2+.grid2{margin-top:100px}.csf.csf-land .msg .num{font-size:52px;font-weight:900;color:var(--sand2);line-height:1;letter-spacing:-.04em;margin-bottom:14px;background:linear-gradient(180deg,var(--gold2),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}.csf.csf-land .jg{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}@media(max-width:960px){.csf.csf-land .jg{grid-template-columns:1fr 1fr}}@media(max-width:560px){.csf.csf-land .jg{grid-template-columns:1fr}}.csf.csf-land .jc{border:1px solid var(--line);border-radius:20px;padding:24px;background:var(--bg);display:flex;flex-direction:column;gap:8px;min-height:190px;transition:box-shadow .2s,transform .2s,border-color .2s;position:relative;overflow:hidden}.csf.csf-land .jc:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold2));opacity:0;transition:opacity .2s}.csf.csf-land .jc:hover{box-shadow:var(--sh2);transform:translateY(-3px);border-color:var(--line2)}.csf.csf-land .jc:hover:before{opacity:1}.csf.csf-land .jc .ic{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:6px;box-shadow:inset 0 0 0 1px rgba(15,30,61,.06)}.csf.csf-land .jc b{font-size:17.5px}.csf.csf-land .jc span{font-size:14.5px;color:var(--ink2);line-height:1.55}.csf.csf-land .jc em{margin-top:auto;font-style:normal;font-size:13px;color:var(--goldDeep);font-weight:700}.csf.csf-land .sechead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.csf.csf-land .pcards{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:36px}.csf.csf-land .pc{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 40px)/3);min-width:280px;background:var(--bg);border:1px solid var(--line);border-radius:22px;padding:28px;display:flex;flex-direction:column;box-shadow:var(--sh);position:relative}.csf.csf-land .pc:before{content:"\201C";position:absolute;right:22px;top:6px;font-size:72px;line-height:1;color:var(--sand2);font-family:Georgia,serif}@media(max-width:960px){.csf.csf-land .pc{flex-basis:calc((100% - 20px)/2)}}@media(max-width:640px){.csf.csf-land .pc{flex-basis:100%}}.csf.csf-land .pc .who{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:700;color:var(--ink2)}.csf.csf-land .pc .av{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:800;color:var(--ink);font-size:15px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ink) 10%,transparent)}.csf.csf-land .pc .q{margin:16px 0 0;font-size:18px;font-weight:700;line-height:1.55;color:var(--ink)}.csf.csf-land .pc .f{margin-top:auto;padding-top:20px;display:flex;justify-content:flex-end}.csf.csf-land .pc .f button{border:1.5px solid var(--line2);background:transparent;color:var(--ink);border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;gap:6px;align-items:center}.csf.csf-land .pc .f button:hover{border-color:var(--gold);color:var(--goldDeep)}.csf.csf-land .t3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}@media(max-width:860px){.csf.csf-land .t3{grid-template-columns:1fr}}.csf.csf-land .t3 div{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:26px;position:relative;overflow:hidden}.csf.csf-land .t3 div:before{content:"";position:absolute;left:0;top:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#e6c979,transparent)}.csf.csf-land .t3 h3{font-size:19px;color:#fff;margin:16px 0 6px}.csf.csf-land .t3 p{color:#c9d3ea;font-size:15px}.csf.csf-land .t3 .ic{width:46px;height:46px;border-radius:13px;background:linear-gradient(180deg,rgba(201,162,76,.3),rgba(201,162,76,.12));display:grid;place-items:center;border:1px solid rgba(230,201,121,.35)}.csf.csf-land .g3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}@media(max-width:860px){.csf.csf-land .g3{grid-template-columns:1fr}}.csf.csf-land .g3 div{border-radius:24px;padding:30px;display:flex;flex-direction:column;gap:8px;min-height:280px;border:1px solid rgba(15,30,61,.05)}.csf.csf-land .g3 h3{margin-top:14px}.csf.csf-land .g3 p{color:var(--ink2);font-size:15.5px;flex:1 1}.csf.csf-land .hero.land-dark{padding:56px 0 0;background:transparent;text-align:left}.csf.csf-land .hero.land-dark:before{display:none}.csf.csf-land .hero.land-dark h1{color:#eaf0ff}.csf.csf-land .hero.land-dark .lead{color:#93a3c8}.csf.csf-land .hero.land-dark .kicker{color:var(--gold2)}.csf.csf-land .hero.land-dark h1 .hl:after{background:linear-gradient(90deg,rgba(201,162,76,.42),rgba(230,201,121,.62))}.csf.csf-land .land-chips{display:flex;gap:10px;margin-top:18px;justify-content:center;flex-wrap:wrap}.csf.csf-land .land-chips a{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#d8e2f8;background:rgba(255,255,255,.07);border:1px solid rgba(150,170,220,.3);border-radius:999px;padding:7px 16px 7px 8px;transition:background .15s ease,transform .15s ease,border-color .15s ease}.csf.csf-land .land-chips a:hover{background:rgba(255,255,255,.13);border-color:rgba(150,170,220,.55);transform:translateY(-1px)}.csf.csf-land .land-chips a .ic{width:26px;height:26px;border-radius:8px;background:#fff;display:grid;place-items:center;flex:0 0 auto}.csf.csf-land .land-chips a .ic svg{width:18px;height:18px}.csf.csf-land .land-chips button{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#d8e2f8;background:rgba(255,255,255,.07);border:1px solid rgba(150,170,220,.3);border-radius:999px;padding:7px 16px 7px 8px;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .15s ease,border-color .15s ease}.csf.csf-land .land-chips button:hover{background:rgba(255,255,255,.13);border-color:rgba(150,170,220,.55);transform:translateY(-1px)}.csf.csf-land .hero.land-dark{padding:72px 0 88px}.csf.csf-land .hero.land-dark .ask{position:relative;z-index:3;margin:44px auto 0}.csf.csf-land .hero.land-dark .land-chips{margin-top:22px}.csf.csf-land .land-chips{gap:8px}.csf.csf-land .land-chips a,.csf.csf-land .land-chips button{height:34px;padding:0 12px;font-size:13px;gap:6px}.csf.csf-land .land-chips a{padding-left:6px}.csf.csf-land .land-chips a .ic{width:22px;height:22px;border-radius:7px}.csf.csf-land .land-chips a .ic svg{width:16px;height:16px}@media(min-width:641px) and (max-width:1120px){.csf.csf-land .land-chips>:nth-child(10){display:none}}@media(min-width:641px) and (max-width:1020px){.csf.csf-land .land-chips>:nth-child(9){display:none}}@media(min-width:641px) and (max-width:940px){.csf.csf-land .land-chips>:nth-child(8){display:none}}.csf.csf-land .g3>div,.csf.csf-land .pc{transition:box-shadow .2s,transform .2s,border-color .2s;position:relative;overflow:hidden}.csf.csf-land .g3>div:after,.csf.csf-land .pc:after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold2));opacity:0;transition:opacity .2s}.csf.csf-land .g3>div:hover,.csf.csf-land .jc:hover,.csf.csf-land .pc:hover{box-shadow:var(--sh2);transform:translateY(-3px);border-color:var(--line2)}.csf.csf-land .g3>div:hover:after,.csf.csf-land .pc:hover:after{opacity:1}@media (prefers-reduced-motion:reduce){.csf.csf-land .g3>div:hover,.csf.csf-land .jc:hover,.csf.csf-land .pc:hover{transform:none}}.csf.csf-land .hero.land-dark .ask .go{border-radius:999px;height:56px}.csf.csf-land .land-chips button{padding-left:6px}.csf.csf-land .land-chips .ic{width:22px;height:22px;border-radius:7px;background:#fff;display:grid;place-items:center;flex:0 0 auto}.csf.csf-land .land-chips .ic svg{width:16px;height:16px}.csf.csf-land .land-chips .ic{--ic-ink:#0f1e3d;--ic-acc:#c9a24c;--ic-f0:#fff;--ic-on:#fff;--ic-f1:#eef3ff;--ic-f2:#dbe6ff;--ic-line:#cfd6e4;--ic-ok:#1f9d6a;--ic-red:#d64545;--ic-warm:#fff8e1}.csf.csf-land .g3 .btn{align-self:flex-start;margin-top:auto}.csf.csf-land.psheet{width:min(880px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--bg);border:1px solid var(--line);border-radius:20px;box-shadow:var(--sh2);padding:30px 32px 28px;color:var(--ink)}.csf.csf-land.psheet .top{display:flex;align-items:flex-start;gap:16px}.csf.csf-land.psheet .top .who{color:var(--goldDeep);font-size:14px;font-weight:700}.dark .csf.csf-land.psheet .top .who{color:var(--gold2)}.csf.csf-land.psheet .top h3{margin:6px 0 0;font-size:24px;line-height:1.4;font-weight:800;word-break:keep-all;color:var(--ink)}.csf.csf-land.psheet .top .tag{margin-top:8px;color:var(--ink3);font-size:13px}.csf.csf-land.psheet .close{margin-left:auto;width:40px;height:40px;border-radius:50%;border:1px solid var(--line2);background:transparent;color:var(--ink2);font-size:20px;cursor:pointer;flex:0 0 auto;font-family:inherit;line-height:1}.csf.csf-land.psheet .close:hover{border-color:var(--gold);color:var(--goldDeep)}.csf.csf-land.psheet .qa{margin-top:24px;border-top:1px solid var(--line)}.csf.csf-land.psheet .qa .row{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.csf.csf-land.psheet .qa .q{color:var(--goldDeep);font-weight:700;font-size:15px;line-height:1.6;word-break:keep-all}.dark .csf.csf-land.psheet .qa .q{color:var(--gold2)}.csf.csf-land.psheet .qa .a{font-size:15px;line-height:1.75;color:var(--ink);word-break:keep-all}.csf.csf-land.psheet .qa .row.last .a{font-weight:700}.csf.csf-land.psheet .walk{margin-top:22px;display:flex;flex-wrap:wrap;align-items:center;gap:10px 8px}.csf.csf-land.psheet .walk .lbl{color:var(--ink3);font-size:13px;margin-right:6px}.csf.csf-land.psheet .walk .wrap{display:inline-flex;align-items:center;gap:8px}.csf.csf-land.psheet .walk .step{background:var(--sky);border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-size:13px;color:var(--ink2);white-space:nowrap}.csf.csf-land.psheet .walk .arr{color:var(--ink3);font-size:13px}.csf.csf-land.psheet .act{margin-top:22px;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.csf.csf-land.psheet .act .btn{height:44px;padding:0 20px;border-radius:12px}.csf.csf-land.psheet.is-sheet{width:100%;max-height:88vh;border-radius:20px 20px 0 0;padding:22px 18px 20px}@media(max-width:640px){.csf.csf-land.psheet .qa .row{grid-template-columns:1fr;gap:6px;padding:14px 0}.csf.csf-land.psheet .top h3{font-size:20px}}.csf.csf-land .hero.land-dark{min-height:calc(100vh - 76px);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:clamp(56px,7vh,104px) 0 clamp(56px,7vh,96px)}.csf.csf-land .hero.land-dark>.w{width:100%}.csf.csf-land .hero.land-dark .ask{margin-top:clamp(40px,7vh,84px)}.csf.csf-land .hero.land-dark .land-chips{margin-top:clamp(22px,3.4vh,32px)}@media(min-width:901px){.csf.csf-land .hero.land-dark .hw>div:first-child{align-self:end}}.csf.csf-land .hero.land-dark .hw{grid-template-columns:1.25fr .75fr;gap:40px}.csf.csf-land .hero.land-dark h1{font-size:clamp(32px,3.6vw,52px)}.csf.csf-land .hero.land-dark .stage{position:relative;height:500px;margin-bottom:-96px;z-index:2;overflow:visible;--bg:#fff;--ink:#0f1e3d;--ink2:#3e4a63;--ink3:#7b8599;--line:#e4e8f0;--line2:#cfd6e4;--sky:#eef3ff;--sky2:#dbe6ff;--sand:#fbf5e8;--sand2:#f1e4c4;--mint:#e4f5ee;-webkit-mask-image:linear-gradient(180deg,#000 82%,rgba(0,0,0,.4) 94%,transparent);mask-image:linear-gradient(180deg,#000 82%,rgba(0,0,0,.4) 94%,transparent)}.csf.csf-land .hero.land-dark .stage .phone{position:absolute;left:-4px;top:0;transform:rotate(-7deg) scale(.52);transform-origin:top left;z-index:1;border-color:#101a33;background:#fff;color:#0f1e3d;box-shadow:0 30px 60px rgba(0,0,0,.45)}@media(max-width:900px){.csf.csf-land .hero.land-dark .stage{display:none}}.csf.csf-land .stage.a .rpt{position:absolute;right:0;top:0;width:250px;background:#fff;color:#0f1e3d;border-radius:14px;box-shadow:0 34px 70px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.25);padding:16px 18px 12px;transform:rotate(2.5deg);z-index:3;font-size:12px;line-height:1.45}.csf.csf-land .stage.a .rpt:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;border-radius:14px 14px 0 0;background:linear-gradient(90deg,#c9a24c,#e6c979,#c9a24c)}.csf.csf-land .stage.a .rpt .rh{display:flex;flex-direction:column;gap:1px;padding-bottom:9px;border-bottom:1px solid #e4e8f0;margin-bottom:6px}.csf.csf-land .stage.a .rpt .rh .tag{display:inline-flex;align-self:flex-start;background:#fbf5e8;color:#9a7a2f;font-weight:800;font-size:10.5px;padding:2px 8px;border-radius:6px;margin-bottom:5px}.csf.csf-land .stage.a .rpt .rh b{font-size:14.5px;font-weight:800;letter-spacing:-.01em}.csf.csf-land .stage.a .rpt .rh small{color:#7b8599;font-size:11px}.csf.csf-land .stage.a .rpt .rs{padding:6px 0;border-bottom:1px dashed #e4e8f0}.csf.csf-land .stage.a .rpt .rs:last-child{border-bottom:0}.csf.csf-land .stage.a .rpt .rs em{display:block;font-style:normal;font-weight:800;color:#0f1e3d;font-size:11.5px;border-left:3px solid #c9a24c;padding-left:7px;margin-bottom:6px;line-height:1.2}.csf.csf-land .stage.a .rpt .sig{margin:0 0 4px;gap:5px}.csf.csf-land .stage.a .rpt .sig div{height:28px;font-size:11px;background:#eef3ff;color:#7b8599}.csf.csf-land .stage.a .rpt .sig .on{color:#fff}.csf.csf-land .stage.a .rpt .kv{padding:4px 0 0;border-top:0;font-size:11.5px;color:#3e4a63}.csf.csf-land .stage.a .rpt .kv b{color:#0f1e3d}.csf.csf-land .stage.a .rpt .cl{display:flex;justify-content:space-between;gap:8px;font-size:11.5px;color:#3e4a63;padding:2px 0}.csf.csf-land .stage.a .rpt .cl i{font-style:normal;color:#9a7a2f;font-weight:700;font-size:10.5px;white-space:nowrap}.csf.csf-land .stage.a .rpt .td{display:flex;gap:7px;align-items:center;font-size:11.5px;color:#3e4a63;padding:2px 0}.csf.csf-land .stage.a .rpt .td b{width:14px;height:14px;border-radius:4px;border:1.5px solid #cfd6e4;font-size:9px;display:grid;place-items:center;color:#fff;flex:0 0 auto}.csf.csf-land .stage.a .rpt .td b.ok{background:#1f9d6a;border-color:#1f9d6a}.csf.csf-land .stage.a .rpt .links{margin-top:2px;gap:5px}.csf.csf-land .stage.a .rpt .links span{font-size:10.5px;padding:3px 8px;border-color:#e6d9b5;background:#fbf5e8;color:#0f1e3d}.csf.csf-land .stage.a .src{position:absolute;left:0;width:172px;background:#fff;color:#0f1e3d;border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.42);padding:8px 12px 8px 9px;display:flex;align-items:center;gap:9px;z-index:4;border:1px solid #e6d9b5}.csf.csf-land .stage.a .src i{width:32px;height:32px;border-radius:9px;background:#fbf5e8;display:grid;place-items:center;flex:0 0 auto}.csf.csf-land .stage.a .src b{display:block;font-size:12px;line-height:1.2}.csf.csf-land .stage.a .src span{display:block;font-size:10.5px;color:#7b8599;line-height:1.2;margin-top:2px}.csf.csf-land .stage.a .src.s1{top:262px}.csf.csf-land .stage.a .src.s2{top:308px;left:10px}.csf.csf-land .stage.a .src.s3{top:354px;left:20px}.csf.csf-land .stage.a .wire{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;pointer-events:none;overflow:visible}.csf.csf-land .stage.a .wire path{fill:none;stroke:#e6c979;stroke-width:1.6;stroke-dasharray:3 5;opacity:.9;stroke-linecap:round}.csf.csf-land .stage.a .wire circle{fill:#e6c979}.csf.csf-land .stage.a .exp{position:absolute;right:0;top:394px;background:#0f1e3d;color:#fff;border:1px solid rgba(230,201,121,.5);border-radius:12px;padding:9px 14px 9px 10px;display:flex;align-items:center;gap:10px;z-index:6;box-shadow:0 18px 40px rgba(0,0,0,.5)}.csf.csf-land .stage.a .exp .av{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#e6c979,#b8934a);color:#1b1607;font-weight:800;font-size:13px;display:grid;place-items:center;flex:0 0 auto}.csf.csf-land .stage.a .exp b{display:block;font-size:12.5px;line-height:1.2}.csf.csf-land .stage.a .exp span{display:block;font-size:10.5px;color:#c9d3ea;line-height:1.2;margin-top:2px}.csf.csf-land .hero.land-dark .lead.sht1{margin-top:14px;font-size:16px;line-height:1.7;max-width:56ch;display:flex;align-items:flex-start;gap:10px}.csf.csf-land .hero.land-dark .lead.sht1 .sht-ic{flex:0 0 22px;width:22px;height:22px;border-radius:50%;border:1px solid var(--gold2);display:grid;place-items:center;margin-top:calc((1.7em - 22px) / 2);box-sizing:border-box}.csf.csf-land .hero.land-dark .lead.sht1 .sht-ic svg{margin-left:1px}.csf.csf-land .hero.land-dark .lead.sht1 b{font-weight:800}.csf.csf-land .hero.land-dark .lead.sht1 .sht-g{color:var(--gold2)}.csf.csf-land .hero.land-dark .lead.sht1 .sht-w{color:#fff}.csf.csf-land .hero.land-dark .lead.sht1 .sht-hl{color:#fff;position:relative;display:inline-block;white-space:nowrap;z-index:0}.csf.csf-land .hero.land-dark .lead.sht1 .sht-hl:after{content:"";position:absolute;left:-2px;right:-2px;bottom:3px;height:30%;background:linear-gradient(90deg,rgba(201,162,76,.42),rgba(230,201,121,.62));border-radius:4px;z-index:-1;transform-origin:left;animation:mark 1.1s cubic-bezier(.2,.8,.2,1) .6s both}.csf.csf-land .hero.land-dark .lead.sht1 .sht-hl svg{position:absolute;left:0;right:0;bottom:-6px;width:100%;height:8px;overflow:visible}.csf.csf-land .hero.land-dark .lead.sht1 .sht-hl svg path{stroke:var(--gold);stroke-width:2;fill:none;stroke-linecap:round;stroke-dasharray:400;stroke-dashoffset:400;animation:draw 1.2s ease-out 1.2s forwards}@media (prefers-reduced-motion:reduce){.csf.csf-land .hero.land-dark .lead.sht1 .sht-hl:after{animation:none}.csf.csf-land .hero.land-dark .lead.sht1 .sht-hl svg path{animation:none;stroke-dashoffset:0}}