:root{--ink:#24352f;--muted:#64766f;--pink:#35b889;--pink-deep:#178a68;--green-deep:#178a68;--mint:#8bd8c8;--lemon:#e6f3aa;--lavender:#b9d9c6;--cream:#f6fbf6;--paper:#fff;--line:#178a6824;--shadow:0 18px 50px #178a6824;--coral:#c96750;--amber:#efb25d;--blue:#4f8290;--forest:#173a33;--night:#293f48}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:linear-gradient(#f6fbf6 0%,#f7fbf2 38%,#eefaf6 72%,#f8fcf8 100%);margin:0;font-family:Inter,Hiragino Sans,Yu Gothic,Meiryo,system-ui,sans-serif}a{color:inherit}.landing-page{min-height:100svh;overflow-x:hidden}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #178a682e;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;width:min(1120px,100% - 32px);margin:14px auto 0;padding:12px 14px;display:flex;position:sticky;top:0;box-shadow:0 10px 30px #2f263314}.brand{align-items:center;gap:10px;min-width:0;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--pink), var(--pink-deep));color:#fff;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 8px 18px #178a6838}.brand-name{white-space:nowrap;font-size:1.04rem}.site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.header-right{justify-content:flex-end;align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.site-nav a{color:#53645d;border-radius:8px;padding:9px 10px;font-size:.92rem;font-weight:700;text-decoration:none}.site-nav a:hover,.site-nav a:focus-visible{color:var(--pink-deep);background:#edf8f3;outline:none}.account-link{min-height:40px;color:var(--pink-deep);white-space:nowrap;background:#edf8f3;border:1px solid #178a6838;border-radius:8px;align-items:center;gap:8px;padding:8px 11px;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex}.account-link:hover,.account-link:focus-visible{background:#e4f4ee;outline:none}.account-icon{background:#fff;border:1px solid #178a6847;border-radius:50%;flex:none;width:24px;height:24px;position:relative}.account-icon:before,.account-icon:after{content:"";background:var(--pink-deep);position:absolute;left:50%;transform:translate(-50%)}.account-icon:before{border-radius:50%;width:7px;height:7px;top:5px}.account-icon:after{border-radius:8px 8px 5px 5px;width:12px;height:7px;bottom:5px}.mobile-menu-toggle,.mobile-menu-panel{display:none}.mobile-menu-toggle{z-index:120;width:44px;height:44px;color:var(--pink-deep);cursor:pointer;background:#ffffffdb;border:1px solid #178a6838;border-radius:8px;flex:none;place-items:center;padding:0;position:relative;box-shadow:0 12px 28px #178a681f}.mobile-menu-toggle:focus-visible{outline-offset:3px;outline:3px solid #8bd8c894}.mobile-menu-toggle__line{transform-origin:50%;background:currentColor;border-radius:999px;height:2px;transition:width .24s,opacity .18s,transform .28s;position:absolute;right:10px}.mobile-menu-toggle__line:first-child{width:24px;top:14px}.mobile-menu-toggle__line:nth-child(2){width:18px;transition-delay:30ms;top:21px}.mobile-menu-toggle__line:nth-child(3){width:12px;transition-delay:60ms;top:28px}.mobile-menu-toggle[aria-expanded=true] .mobile-menu-toggle__line{width:24px}.mobile-menu-toggle[aria-expanded=true] .mobile-menu-toggle__line:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] .mobile-menu-toggle__line:nth-child(2){opacity:0;transform:translate(8px)}.mobile-menu-toggle[aria-expanded=true] .mobile-menu-toggle__line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu-panel{z-index:90;padding:calc(92px + env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(18px);opacity:0;pointer-events:none;visibility:hidden;background:linear-gradient(#f6fbf6fa,#edf8f3fa),linear-gradient(135deg,#35b8891a,#8bd8c829);transition:opacity .28s,visibility .28s;position:fixed;inset:0}.mobile-menu-panel:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#178a680f 1px,#0000 1px),linear-gradient(#8bd8c812 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000008c,#0000 78%);mask-image:linear-gradient(#0000008c,#0000 78%)}.mobile-menu-panel.is-open{opacity:1;pointer-events:auto;visibility:visible}.mobile-menu-panel__inner{z-index:1;opacity:0;align-content:start;gap:20px;width:min(520px,100%);min-height:min(580px,100svh - 130px);margin:0 auto;transition:opacity .34s,transform .34s;display:grid;position:relative;transform:translateY(-18px)scale(.98)}.mobile-menu-panel.is-open .mobile-menu-panel__inner{opacity:1;transform:translateY(0)scale(1)}.mobile-menu-panel__brand{color:var(--pink-deep);align-items:center;gap:10px;font-weight:900;display:inline-flex}.mobile-menu-nav{gap:10px;display:grid}.mobile-menu-nav a{min-height:58px;color:var(--ink);background:#ffffffd1;border:1px solid #178a6829;border-radius:8px;justify-content:space-between;align-items:center;padding:16px 18px;font-size:1.04rem;font-weight:850;text-decoration:none;display:flex;box-shadow:0 12px 30px #178a681a}.mobile-menu-nav a:after{content:"→";color:var(--pink-deep);font-weight:900}.mobile-menu-nav a:hover,.mobile-menu-nav a:focus-visible{color:var(--pink-deep);background:#fff;border-color:#178a6847;outline:none}.mobile-menu-actions{gap:12px;margin-top:4px;display:grid}.mobile-menu-actions .account-link,.mobile-menu-actions .button{justify-content:center;width:100%;min-height:54px}body.is-public-menu-open{overflow:hidden}.hero{min-height:60svh;padding:52px 0 26px;position:relative;overflow:hidden}.hero:after{content:"";background:var(--line);height:1px;position:absolute;bottom:0;left:0;right:0}.hero-media{z-index:0;pointer-events:none;flex:0 580px;width:100%;min-width:0;max-width:580px;margin-left:auto;padding-left:3rem;position:relative;top:auto;bottom:auto;right:auto}.hero-media img{filter:drop-shadow(0 24px 34px #174e3e21);width:100%;height:auto;display:block}.hero-inner{z-index:1;justify-content:space-between;align-items:center;gap:28px;width:min(1120px,100% - 32px);min-height:calc(60svh - 78px);margin:0 auto;display:flex;position:relative}.hero-copy{z-index:1;flex:0 540px;width:min(540px,100%);min-width:0;padding:18px 0;position:relative}.hero-kicker,.section-kicker{color:var(--pink-deep);text-transform:uppercase;margin:0 0 12px;font-size:.85rem;font-weight:800}.hero h1{letter-spacing:0;overflow-wrap:anywhere;margin:0;font-size:2.9rem;line-height:1.3}.hero-title-line{white-space:nowrap;display:inline-block}.hero-lead{width:min(540px,100%);color:var(--muted);overflow-wrap:anywhere;margin:22px 0 0;font-size:1.14rem;font-weight:600;line-height:1.9}.hero-actions,.start-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px;display:flex}.hero-actions .button{border-radius:10px;min-height:58px;padding:16px 30px;font-size:1.0625rem}.button{min-height:48px;box-shadow:none;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover,.button:focus-visible{outline:none;transform:translateY(-2px)}.button-primary{color:#fff;background:#1f9b75;box-shadow:0 14px 28px #178a6838}.button-primary:hover,.button-primary:focus-visible{background:var(--pink-deep)}.button-soft{color:var(--pink-deep);background:#ffffffb8;border-color:#178a6847}.button-white{color:var(--pink-deep);background:#fff;border-color:#ffffffd1}.hero-notes{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.hero-notes span{color:#385f52;background:#ffffffa3;border:1px solid #178a6847;border-radius:8px;align-items:center;min-height:34px;padding:7px 12px;font-size:.9rem;font-weight:800;display:inline-flex}.section{width:min(1120px,100% - 32px);margin:0 auto;padding:62px 0}.section-shell{width:min(1120px,100% - 32px);margin:0 auto}.heading-line{display:block}.section-head{width:min(680px,100%);margin-bottom:28px}.section h2{letter-spacing:0;overflow-wrap:anywhere;margin:0;font-size:2.25rem;line-height:1.15}.section-head p,.start-band p,.contact-panel p{color:var(--muted);overflow-wrap:anywhere;font-size:1rem;font-weight:600;line-height:1.8}.tool-section{color:#fff;background:var(--forest);width:100%;padding:96px 0}.tool-showcase{grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);align-items:center;gap:72px;display:grid}.tool-showcase .section-head{width:100%;margin-bottom:0}.tool-showcase .section-kicker{color:#f3bd72}.tool-showcase h2{font-size:2.08rem;line-height:1.28}.tool-showcase .section-head p{color:#ffffffc2;max-width:590px;margin:22px 0 0}.tool-showcase__facts{flex-wrap:wrap;gap:10px 22px;margin-top:28px;display:flex}.tool-showcase__facts span{color:#ffffffeb;padding-left:16px;font-size:.88rem;font-weight:800;position:relative}.tool-showcase__facts span:before{content:"";background:var(--amber);width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.tool-showcase__facts span:nth-child(2):before{background:#78b8c8}.tool-showcase__facts span:nth-child(3):before{background:#df816b}.tool-showcase .section-actions{margin-top:34px}.tool-showcase .button-primary{border-color:var(--amber);background:var(--amber);color:#25362f;box-shadow:0 14px 28px #091c1838}.tool-showcase .button-primary:hover,.tool-showcase .button-primary:focus-visible{background:#f5c783;border-color:#f5c783}.button-quiet{color:#fff;background:0 0;border-color:#ffffff57}.button-quiet:hover,.button-quiet:focus-visible{background:#ffffff14;border-color:#ffffffa3}.content-grid{gap:12px;display:grid}.content-card{min-height:168px;color:var(--ink);background:#fff;border:1px solid #ffffff29;border-radius:8px;align-content:start;gap:8px;padding:24px 24px 22px 96px;display:grid;position:relative;box-shadow:0 20px 40px #071d1833}.content-card__label{width:52px;min-height:52px;color:var(--green-deep);background:#e7f4ef;border-radius:8px;justify-content:center;align-items:center;padding:8px;font-size:.82rem;font-weight:900;display:inline-flex;position:absolute;top:24px;left:22px}.content-card:nth-child(2) .content-card__label{color:var(--blue);background:#e8f1f4}.content-card:nth-child(3) .content-card__label{color:var(--coral);background:#f8eddf}.content-card h3,.use-case-list h3{letter-spacing:0;margin:0;font-size:1.22rem;line-height:1.4}.content-card p,.use-case-list p{color:var(--muted);margin:0;font-weight:600;line-height:1.82}.content-card a{width:fit-content;color:var(--green-deep);margin-top:4px;font-weight:900;text-decoration:none}.content-card a:after{content:"  →"}.content-card a:hover,.content-card a:focus-visible{outline:none;text-decoration:underline}.use-case-section{background:#fff;width:100%;padding:104px 0 108px}.use-case-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:76px;display:grid}.use-case-layout .section-head{margin-bottom:0}.use-case-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 42px;display:grid}.use-case-list article{border-top:1px solid #293f482e;align-content:start;gap:12px;min-height:240px;padding:26px 0 30px;display:grid}.use-case-index{color:var(--coral);font-size:.84rem;font-weight:900}.use-case-list article:nth-child(2n) .use-case-index{color:var(--blue)}.use-case-section .section-actions{margin-top:30px}.manual-section{background:#fff8ef;width:100%;padding:108px 0}.manual-section__head{margin-bottom:0}.manual-grid{gap:0;margin-top:52px;display:grid}.faq-list details,.contact-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffc7;border-radius:8px}.manual-step{border-top:1px solid #6f553b2b;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:76px;min-height:360px;padding:62px 0;display:grid}.manual-step:last-child{border-bottom:1px solid #6f553b2b}.manual-step:nth-child(2n) .manual-step__visual{grid-area:1/2}.manual-step:nth-child(2n) .manual-step__content{grid-area:1/1}.step-number{min-width:0;height:auto;color:var(--coral);box-shadow:none;background:0 0;align-items:center;padding:0;font-size:2.75rem;font-weight:900;line-height:1;display:inline-flex}.manual-step__visual{background:#e5f3ee;border-radius:8px;place-items:center;min-height:270px;display:grid;box-shadow:inset 0 0 0 1px #178a6814}.manual-step__content{min-width:0}.manual-step:nth-child(2) .manual-step__visual{background:#eef1e2}.manual-step:nth-child(2) .step-number,.manual-step:nth-child(4) .step-number{color:var(--blue)}.manual-step:nth-child(3) .manual-step__visual{background:#e8f0f3}.manual-step:nth-child(4) .manual-step__visual{background:#f3e8de}.manual-step h3{letter-spacing:0;overflow-wrap:anywhere;margin:18px 0 12px;font-size:1.58rem;line-height:1.42}.manual-step p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:1rem;font-weight:600;line-height:1.8}.manual-step__link{min-height:40px;color:var(--pink-deep);background:#edf8f3;border-radius:8px;align-items:center;margin-top:14px;padding:9px 14px;font-weight:900;text-decoration:none;display:inline-flex}.manual-step__link:hover,.manual-step__link:focus-visible{background:#e4f4ee;outline:none}.manual-section__actions{margin-top:42px}.manual-illustration{aspect-ratio:1.32;width:min(230px,100%);position:relative}.manual-illustration span,.manual-illustration i{display:block;position:absolute}.register-laptop{background:#fff;border:7px solid #385f52;border-radius:12px;width:132px;height:86px;top:24px;left:35px;box-shadow:0 18px 32px #178a6829}.register-laptop:before{content:"";background:#edf8f3;border-radius:5px 5px 0 0;height:24px;position:absolute;top:0;left:0;right:0}.register-laptop i{background:#8bd8c894;border-radius:999px;height:11px;left:18px;right:18px}.register-laptop i:first-child{top:36px}.register-laptop i:nth-child(2){background:var(--pink-deep);top:58px;right:56px}.register-keyboard{background:#f4faf6;border:1px solid #178a6829;border-radius:8px;width:150px;height:34px;top:118px;left:30px;box-shadow:0 10px 20px #178a681a}.register-keyboard i{background:#fff;border:1px solid #178a681f;border-radius:5px;width:22px;height:14px;top:9px}.register-keyboard i:first-child{left:16px}.register-keyboard i:nth-child(2){left:48px}.register-keyboard i:nth-child(3){left:80px}.register-keyboard i:nth-child(4){left:112px}.register-hand{background:#f1cbb5;border-radius:16px 16px 10px 10px;width:42px;height:24px;top:130px;box-shadow:0 8px 16px #573c2c1a}.register-hand--left{left:58px;transform:rotate(-12deg)}.register-hand--right{left:112px;transform:rotate(12deg)}.register-bubble{color:#147a5d;text-align:center;background:#fff;border:1px solid #178a6829;border-radius:10px;min-width:72px;padding:8px 10px;font-size:.78rem;font-weight:900;line-height:1.2;box-shadow:0 14px 26px #178a681f}.register-bubble:after{content:"";background:inherit;border-bottom:1px solid #178a6829;border-right:1px solid #178a6829;width:12px;height:12px;position:absolute;bottom:-7px;left:24px;transform:rotate(45deg)}.register-bubble--name{top:18px;right:12px}.register-bubble--url{background:#edf8f3;min-width:88px;top:70px;right:0}.staff-member{background:linear-gradient(#fff 0 28px,#35b889 29px);border:1px solid #178a6824;border-radius:27px 27px 14px 14px;width:54px;height:82px;box-shadow:0 14px 26px #178a681f}.staff-member:before{content:"";background:#f1cbb5;border-radius:50%;width:25px;height:25px;position:absolute;top:11px;left:50%;transform:translate(-50%)}.staff-member:after{content:"";background:#24352f;border-radius:14px 14px 5px 5px;height:14px;position:absolute;top:5px;left:10px;right:10px}.staff-member i{background:#fff;border-radius:6px 6px 12px 12px;height:27px;bottom:10px;left:12px;right:12px}.staff-member--one{bottom:28px;left:24px}.staff-member--two{bottom:42px;left:88px;transform:scale(1.08)}.staff-member--three{bottom:24px;right:24px;transform:scale(.94)}.staff-code{color:#147a5d;text-align:center;background:#fff;border:1px solid #178a6829;border-radius:999px;min-width:58px;padding:7px 10px;font-size:.8rem;font-weight:900;line-height:1;box-shadow:0 12px 22px #178a681f}.staff-code:after{content:"";background:inherit;border-bottom:1px solid #178a6829;border-right:1px solid #178a6829;width:10px;height:10px;position:absolute;bottom:-6px;left:22px;transform:rotate(45deg)}.staff-code--one{top:26px;left:34px}.staff-code--two{background:#edf8f3;top:18px;right:34px}.device-tablet{background:#fff;border:8px solid #385f52;border-radius:12px;width:132px;height:96px;top:36px;left:20px;box-shadow:0 18px 32px #178a6829}.device-tablet i{background:#edf8f3;border-radius:999px;height:12px;left:18px;right:18px}.device-tablet i:first-child{top:18px}.device-tablet i:nth-child(2){background:#8bd8c894;top:42px}.device-tablet i:nth-child(3){background:var(--pink-deep);width:54px;top:66px}.device-phone{background:#fff;border:7px solid #385f52;border-radius:16px;width:64px;height:108px;bottom:26px;right:24px;box-shadow:0 16px 28px #178a6824}.device-phone i{background:#edf8f3;border-radius:8px;height:28px;left:11px;right:11px}.device-phone i:first-child{top:17px}.device-phone i:nth-child(2){background:linear-gradient(135deg, var(--pink), var(--pink-deep));top:55px}.device-check{background:var(--lemon);border-radius:50%;width:46px;height:46px;bottom:34px;left:118px;box-shadow:0 12px 22px #6e79211f}.device-check:before{content:"";border-bottom:4px solid #6e7921;border-left:4px solid #6e7921;width:18px;height:10px;position:absolute;top:12px;left:14px;transform:rotate(-45deg)}.dashboard-window{background:#fff;border:1px solid #178a6824;border-radius:10px;height:118px;top:28px;left:18px;right:18px;box-shadow:0 18px 32px #178a6824}.dashboard-window:before{content:"";background:#edf8f3;border-radius:10px 10px 0 0;height:28px;position:absolute;top:0;left:0;right:0}.dashboard-window i{background:var(--pink-deep);border-radius:50%;width:8px;height:8px;top:10px}.dashboard-window i:first-child{left:14px}.dashboard-window i:nth-child(2){background:var(--mint);left:30px}.dashboard-window i:nth-child(3){background:var(--lemon);left:46px}.dashboard-chart{width:92px;height:58px;bottom:42px;left:44px}.dashboard-chart i{background:var(--pink-deep);border-radius:8px 8px 0 0;width:18px;bottom:0}.dashboard-chart i:first-child{height:30px;left:6px}.dashboard-chart i:nth-child(2){background:var(--pink);height:48px;left:36px}.dashboard-chart i:nth-child(3){background:var(--mint);height:38px;left:66px}.dashboard-total{background:linear-gradient(135deg, var(--lemon), #f5f7d9);color:#6e7921;text-align:center;border-radius:8px;width:54px;height:54px;font-size:1.55rem;font-weight:900;line-height:54px;bottom:44px;right:40px;box-shadow:0 12px 24px #6e79211f}.start-section{width:100%;padding-left:16px;padding-right:16px}.start-band{color:#fff;background:linear-gradient(135deg,#1f9b75f5,#52b190f0 54%,#8bd8c8eb);border-radius:8px;justify-content:space-between;align-items:center;gap:24px;width:min(1120px,100%);margin:0 auto;padding:38px;display:flex;box-shadow:0 18px 52px #178a6833}.start-band .section-kicker,.start-band p{color:#ffffffe6}.start-band h2{margin:0}.start-actions{flex:none;justify-content:flex-end;margin-top:0}.faq-section{background:#f5f8f7;width:100%;padding:104px 0}.faq-layout{grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);align-items:start;gap:74px;display:grid}.faq-layout .section-head{margin-bottom:0}.faq-list{gap:12px;display:grid}.faq-list--compact,.page-faq-list{width:min(820px,100%);margin-inline:auto}.faq-list details{padding:0;overflow:hidden}.faq-section .faq-list--compact{width:100%;margin:0}.faq-section .faq-list{border-top:1px solid #293f4833;gap:0}.faq-section .faq-list details{box-shadow:none;background:0 0;border:0;border-bottom:1px solid #293f4833;border-radius:0}.faq-section .faq-list summary{padding:22px 0}.faq-section .faq-list p{padding:0 38px 24px 0}.faq-layout__main .section-actions{justify-content:flex-start;margin-top:28px}.faq-list summary{cursor:pointer;padding:20px 22px;font-weight:800;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:var(--pink-deep);font-weight:900}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);margin:0;padding:0 22px 20px;font-weight:600;line-height:1.8}.section-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.section-actions--center{justify-content:center}.contact-section{color:#fff;background:var(--night);width:100%;padding:72px 0}.contact-panel{width:min(1120px,100% - 32px);box-shadow:none;background:0 0;border:0;border-radius:0;margin:0 auto;padding:0}.contact-panel--link{justify-content:space-between;align-items:center;gap:24px;display:flex}.contact-panel__content{min-width:0}.contact-panel__content h2{color:#fff;margin:0}.contact-panel__content p:last-child{color:#ffffffbd;margin-bottom:0}.contact-panel__action{flex:none}.contact-panel__action .button{margin-top:0}.contact-panel .button{margin-top:10px}.contact-panel--link .button{margin-top:0}.contact-section .section-kicker{color:#f2b972}.contact-section .button-primary{border-color:var(--amber);background:var(--amber);color:#25362f;box-shadow:none}.contact-section .button-primary:hover,.contact-section .button-primary:focus-visible{background:#f5c783;border-color:#f5c783}.contact-form{gap:18px;margin-top:22px;display:grid}.contact-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.contact-form label{min-width:0;color:var(--ink);gap:8px;font-weight:800;display:grid}.contact-form label span{align-items:center;gap:8px;display:inline-flex}.contact-form label strong{min-height:20px;color:var(--green-deep);background:#e4f4ee;border-radius:999px;align-items:center;padding:2px 7px;font-size:.72rem;line-height:1;display:inline-flex}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:48px;color:var(--ink);font:inherit;letter-spacing:0;background:#ffffffe6;border:1px solid #178a6833;border-radius:8px;outline:none;padding:11px 13px;font-weight:600;transition:border-color .18s,box-shadow .18s,background-color .18s}.contact-form textarea{resize:vertical;min-height:150px;line-height:1.7}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:#fff;border-color:#178a6885;box-shadow:0 0 0 4px #35b88924}.contact-form .is-invalid{border-color:#d75a4a;box-shadow:0 0 0 4px #d75a4a1a}.contact-form small{color:#b43d31;font-size:.82rem;font-weight:700;line-height:1.5}.contact-form__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.contact-form__footer p{max-width:520px;margin:0}.contact-form-alert{color:var(--green-deep);background:#edf8f3;border:1px solid #178a682e;border-radius:8px;margin-top:20px;padding:14px 16px;font-weight:800;line-height:1.7}.contact-form__trap{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.page-main{width:min(1120px,100% - 32px);margin:0 auto;padding:54px 0 68px}.page-hero{width:min(760px,100%);padding:18px 0 30px}.page-hero h1{letter-spacing:0;overflow-wrap:anywhere;margin:0;font-size:3rem;line-height:1.2}.page-hero p{color:var(--muted);margin:18px 0 0;font-size:1.05rem;font-weight:600;line-height:1.8}.page-hero .section-kicker{color:var(--pink-deep);margin:0 0 12px;font-size:.85rem}.page-updated{background:#ffffffbd;border:1px solid #178a682e;border-radius:8px;align-items:center;min-height:34px;padding:7px 12px;display:inline-flex}.page-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffc7;border-radius:8px;padding:28px}.manual-flow,.page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.page-card{background:#fff;border:1px solid #178a6824;border-radius:8px;min-height:190px;padding:22px}.page-card h2,.contact-page-panel h2,.terms-panel h2{letter-spacing:0;margin:16px 0 10px;font-size:1.18rem;line-height:1.4}.page-card p,.contact-page-panel p,.terms-panel p{color:var(--muted);margin:0;font-weight:600;line-height:1.8}.manual-index-panel{padding-bottom:42px}.manual-index-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.manual-index-card{min-height:230px;color:inherit;background:#ffffffdb;border:1px solid #178a6824;border-radius:8px;align-content:start;gap:12px;padding:24px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;box-shadow:0 12px 28px #178a6814}.manual-index-card:hover,.manual-index-card:focus-visible{border-color:#178a6847;transform:translateY(-2px);box-shadow:0 18px 36px #178a681f}.manual-index-card h2{letter-spacing:0;margin:0;font-size:1.22rem;line-height:1.35}.manual-index-card p{color:var(--muted);margin:0;font-weight:600;line-height:1.75}.manual-index-card__link{color:var(--green-deep);align-self:end;font-size:.9rem;font-weight:800}.manual-doc-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:24px;display:grid}.manual-nav-panel{background:#ffffffdb;border:1px solid #178a6824;border-radius:8px;gap:12px;padding:16px;display:grid;position:sticky;top:88px;box-shadow:0 14px 30px #178a6814}.manual-nav-panel__home{color:var(--green-deep);font-weight:800;text-decoration:none}.manual-nav-panel__list{gap:6px;display:grid}.manual-nav-panel__link{color:var(--text);border-radius:8px;gap:2px;padding:10px;text-decoration:none;display:grid}.manual-nav-panel__link small{color:var(--muted);font-size:.74rem;font-weight:600;line-height:1.5}.manual-nav-panel__link:hover,.manual-nav-panel__link:focus-visible,.manual-nav-panel__link.is-active{color:var(--green-deep);background:#edf8f3}.manual-doc{box-shadow:var(--shadow);background:#ffffffd1;border:1px solid #178a6824;border-radius:8px;gap:26px;padding:28px;display:grid}.manual-screenshot{background:#fff;border:1px solid #178a6824;border-radius:8px;margin:0;overflow:hidden}.manual-screenshot img{width:100%;height:auto;display:block}.manual-screenshot figcaption{color:var(--muted);border-top:1px solid #178a681f;padding:12px 14px;font-size:.86rem;font-weight:600;line-height:1.6}.manual-doc-section{border-bottom:1px solid #178a681f;gap:12px;padding-bottom:24px;display:grid}.manual-doc-section:last-child{border-bottom:0;padding-bottom:0}.manual-doc-section h2{letter-spacing:0;margin:0;font-size:1.35rem;line-height:1.45}.manual-doc-section p,.manual-doc-section li{color:var(--muted);font-weight:600;line-height:1.9}.manual-doc-section p,.manual-doc-section ul,.manual-doc-section ol{margin:0}.manual-doc-section ul,.manual-doc-section ol{padding-left:1.35rem}.manual-doc-section code{color:var(--green-deep);background:#edf8f3;border-radius:6px;padding:2px 6px;font-size:.86em}.manual-next-actions{flex-wrap:wrap;gap:10px;display:flex}.contact-page-panel{gap:22px;display:grid}.contact-page-panel h2{margin-top:0}.contact-actions{flex-wrap:wrap;gap:12px;display:flex}.terms-panel{gap:20px;display:grid}.terms-panel article{border-bottom:1px solid #178a681f;padding-bottom:20px}.terms-panel article:last-child{border-bottom:0;padding-bottom:0}.terms-panel h2{margin-top:0}.case-study-intro{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);align-items:center;gap:22px;margin-bottom:24px;display:grid}.case-study-intro h2,.case-study-card h2,.case-study-checklist h2{letter-spacing:0;margin:0;font-size:1.35rem;line-height:1.4}.case-study-intro p,.case-study-card p,.case-study-card li,.case-study-checklist li,.case-study-checklist .section-head p{color:var(--muted);font-weight:600;line-height:1.85}.case-study-intro p,.case-study-card p,.case-study-card ul,.case-study-checklist ol{margin:0}.case-study-intro__points{flex-wrap:wrap;gap:8px;display:flex}.case-study-intro__points span,.case-study-card__head span{min-height:34px;color:var(--green-deep);background:#edf8f3;border-radius:8px;align-items:center;padding:7px 12px;font-size:.82rem;font-weight:900;display:inline-flex}.case-study-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.case-study-card{min-height:390px;box-shadow:var(--shadow);background:#ffffffd1;border:1px solid #178a6824;border-radius:8px;align-content:start;gap:14px;padding:24px;display:grid}.case-study-card__head{gap:10px;display:grid}.case-study-visual{background:linear-gradient(135deg,#8bd8c82e,#0000 68%),linear-gradient(#ffffffdb,#edf8f3d1);border:1px solid #178a681a;border-radius:8px;min-height:164px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffb8}.case-study-visual:before{content:"";background:#178a6814;border-radius:50%;height:76px;position:absolute;inset:auto -20px -36px 18px}.case-study-visual span,.case-study-visual i{display:block;position:absolute}.visual-tablet{background:#fff;border:7px solid #385f52;border-radius:14px;width:122px;height:88px;top:28px;left:34px;box-shadow:0 16px 28px #174e3e24}.visual-tablet:before{content:"";background:#edf8f3;border-radius:8px;height:16px;position:absolute;top:10px;left:8px;right:8px}.visual-tablet i:first-child{background:#8bd8c8;border-radius:999px;height:8px;top:38px;left:16px;right:18px}.visual-tablet i:nth-child(2){background:#e6f3aa;border-radius:999px;width:48px;height:8px;top:56px;left:16px}.visual-qr{background:#fff;border:5px solid #385f52;border-radius:10px;width:56px;height:56px;top:40px;right:34px}.visual-qr i:first-child{background:#178a68;width:12px;height:12px;top:8px;left:8px;box-shadow:22px 0 #178a68,0 22px #178a68,22px 22px #8bd8c8}.visual-qr i:nth-child(2){background:#385f52;border-radius:2px;width:8px;height:8px;bottom:8px;right:8px}.visual-qr i:nth-child(3){background:#385f52;border-radius:2px;width:8px;height:8px;top:26px;left:26px}.visual-time{color:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:30px;padding:7px 10px;font-size:.78rem;font-weight:900;display:inline-flex}.visual-time--in{background:#1f9b75;bottom:26px;right:88px}.visual-time--out{background:#6e7921;bottom:26px;right:30px}.visual-counter{background:#385f522e;border-radius:999px;height:12px;bottom:18px;left:18px;right:18px}.visual-payroll{background:#fff;border:1px solid #178a682e;border-radius:12px;width:120px;height:104px;top:30px;left:34px;box-shadow:0 16px 28px #174e3e1f}.visual-payroll:before{content:"";background:#edf8f3;border-radius:999px;height:12px;position:absolute;top:15px;left:14px;right:14px}.visual-payroll i{background:#8bd8c8;border-radius:999px;width:76px;height:8px;left:16px}.visual-payroll i:first-child{top:44px}.visual-payroll i:nth-child(2){background:#e6f3aa;width:58px;top:62px}.visual-payroll i:nth-child(3){background:#b9d9c6;width:86px;top:80px}.visual-yen{color:#fff;background:#1f9b75;border-radius:50%;place-items:center;width:58px;height:58px;font-size:1.7rem;font-weight:900;display:grid;top:38px;right:44px;box-shadow:0 14px 24px #178a6833}.visual-calendar{background:#fff;border:1px solid #178a682e;border-radius:10px;width:82px;height:54px;bottom:24px;right:30px}.visual-calendar:before{content:"";background:#8bd8c8;border-radius:9px 9px 0 0;height:16px;position:absolute;top:0;left:0;right:0}.visual-calendar i{background:#edf8f3;border-radius:3px;width:10px;height:10px;top:27px}.visual-calendar i:first-child{left:14px}.visual-calendar i:nth-child(2){background:#e6f3aa;left:34px}.visual-calendar i:nth-child(3){left:54px}.visual-spark{background:#e6f3aa;border-radius:50%;width:10px;height:10px}.visual-spark--one{top:24px;left:168px}.visual-spark--two{background:#8bd8c8;bottom:42px;right:124px}.visual-board{background:#fff;border:6px solid #385f52;border-radius:12px;width:150px;height:94px;top:30px;left:32px;box-shadow:0 16px 28px #174e3e1f}.visual-board i{background:#edf8f3;border-radius:999px;width:104px;height:8px;left:18px}.visual-board i:first-child{top:18px}.visual-board i:nth-child(2){background:#8bd8c8;width:82px;top:38px}.visual-board i:nth-child(3){background:#e6f3aa;width:96px;top:58px}.visual-board i:nth-child(4){background:#edf8f3;width:8px;height:48px;top:18px;left:auto;right:18px}.visual-clock{background:#fff;border:6px solid #1f9b75;border-radius:50%;width:58px;height:58px;top:34px;right:40px}.visual-clock i{transform-origin:bottom;background:#385f52;border-radius:999px;width:5px;height:22px;top:11px;left:24px;transform:rotate(42deg)}.visual-pencil{background:#e6f3aa;border-radius:999px;width:78px;height:12px;bottom:30px;right:68px;transform:rotate(-22deg);box-shadow:0 8px 16px #6e792129}.visual-pencil:after{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:12px solid #385f52;width:0;height:0;position:absolute;top:1px;right:-10px}.visual-chip{color:#178a68;background:#edf8f3;border-radius:8px;align-items:center;min-height:28px;padding:6px 9px;font-size:.72rem;font-weight:900;display:inline-flex}.visual-chip--mon{bottom:24px;left:44px}.visual-chip--wed{color:#6e7921;background:#f5f7d9;bottom:24px;left:96px}.visual-id{color:#385f52;background:#fff;border:1px solid #178a682e;border-radius:10px;align-items:center;gap:8px;width:90px;height:58px;padding:10px;font-size:.82rem;font-weight:900;display:flex;box-shadow:0 12px 22px #174e3e1f}.visual-id i{background:#8bd8c8;border-radius:50%;width:20px;height:20px;position:static}.visual-id--one{top:28px;left:32px}.visual-id--two{top:88px;left:62px}.visual-id--three{top:48px;left:124px}.visual-id--two i{background:#e6f3aa}.visual-id--three i{background:#b9d9c6}.visual-clipboard{background:#fff;border:1px solid #178a682e;border-radius:12px;width:74px;height:92px;top:36px;right:34px}.visual-clipboard:before{content:"";background:#385f52;border-radius:8px;height:18px;position:absolute;top:-8px;left:20px;right:20px}.visual-clipboard i{background:#edf8f3;border-radius:999px;width:46px;height:7px;left:14px}.visual-clipboard i:first-child{top:26px}.visual-clipboard i:nth-child(2){background:#8bd8c8;top:44px}.visual-clipboard i:nth-child(3){background:#e6f3aa;width:34px;top:62px}.visual-check{border-bottom:7px solid #1f9b75;border-left:7px solid #1f9b75;width:34px;height:20px;bottom:22px;right:24px;transform:rotate(-45deg)}.case-study-card ul,.case-study-checklist ol{padding-left:1.35rem}.case-study-card a{width:fit-content;color:var(--green-deep);align-self:end;font-weight:900;text-decoration:none}.case-study-card a:hover,.case-study-card a:focus-visible{outline:none;text-decoration:underline}.case-study-checklist{gap:20px;display:grid}.case-study-checklist .section-head{margin-bottom:0}.case-study-checklist .section-actions{margin-top:0}.article-feature-section{background:linear-gradient(#eff8f4b8,#fffffff2),radial-gradient(circle at 12% 18%,#ffc66d2e,#0000 28%)}.article-hero-tags{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px;display:flex}.article-hero-tags span,.article-card__meta span{min-height:32px;color:var(--green-dark);letter-spacing:0;background:#ffffffd1;border:1px solid #178a6829;border-radius:999px;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:800;line-height:1.2;display:inline-flex}.article-index-intro{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-bottom:24px;display:grid}.article-index-intro h2,.article-tool-cta h2,.article-summary h2,.related-articles h2{color:var(--text);letter-spacing:0;margin:0;font-size:1.45rem;line-height:1.45}.article-index-intro p,.article-tool-cta p,.article-summary li{color:var(--muted);font-weight:600;line-height:1.85}.article-grid-section,.related-articles{width:min(1120px,100% - 40px);margin:0 auto 48px}.article-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.article-card-grid--featured{width:min(1120px,100% - 40px);margin:0 auto}.article-card-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card{min-height:420px;box-shadow:var(--shadow-soft);cursor:pointer;background:linear-gradient(#fffffff5,#f2f9f6db);border:1px solid #178a6824;border-radius:8px;align-content:start;gap:14px;padding:22px;transition:border-color .18s,box-shadow .18s;display:grid;position:relative}.article-card:hover{border-color:#178a6857;box-shadow:0 18px 38px #18564424}.article-card:focus-within{border-color:var(--green);outline-offset:3px;outline:3px solid #178a6833}.article-card__thumb{aspect-ratio:12/7;background:#f2fbf7;border:1px solid #178a681f;border-radius:8px;margin:0;overflow:hidden}.article-card__thumb img,.article-detail__visual img{object-fit:cover;width:100%;height:100%;display:block}.article-card__meta{flex-wrap:wrap;gap:8px;display:flex}.article-card h2,.article-card h3{color:var(--text);letter-spacing:0;margin:0;font-size:1.18rem;line-height:1.5}.article-card p{color:var(--muted);margin:0;font-size:.94rem;font-weight:600;line-height:1.8}.article-card a{color:var(--green-dark);align-self:end;font-size:.92rem;font-weight:800;text-decoration:none}.article-card>a:after{content:"";position:absolute;inset:0}.article-card a:hover,.article-card a:focus-visible,.article-breadcrumb a:hover,.article-breadcrumb a:focus-visible{outline:none;text-decoration:underline}.article-tool-cta{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;display:grid}.article-detail{padding:96px 0 120px}.article-detail__sheet{background:#fff;border:1px solid #178a6824;border-radius:8px;width:min(1040px,100% - 40px);margin:0 auto 96px;padding:72px 72px 80px;box-shadow:0 24px 64px #1856441f}.article-detail__hero{border-bottom:1px solid #178a681f;width:min(880px,100%);margin:0 auto 48px;padding:0 0 44px}.article-breadcrumb,.article-detail__meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.article-breadcrumb{color:var(--muted);margin-bottom:20px;font-size:.88rem;font-weight:700}.article-breadcrumb a{color:var(--green-dark);text-decoration:none}.article-detail__meta{margin-bottom:18px}.article-detail__meta span,.article-detail__meta time{min-height:32px;color:var(--green-dark);background:#178a6817;border-radius:999px;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:800;line-height:1.2;display:inline-flex}.article-detail__hero h1{max-width:860px;color:var(--text);letter-spacing:0;margin:0;font-size:3rem;line-height:1.18}.article-detail__hero p{max-width:780px;color:var(--muted);margin:22px 0 0;font-weight:700;line-height:1.9}.article-detail__visual{width:min(880px,100%);margin:0 auto 56px}.article-detail__visual img{aspect-ratio:12/7;box-shadow:var(--shadow-soft);background:#f2fbf7;border:1px solid #178a681f;border-radius:8px}.article-detail__visual figcaption{border-left:5px solid var(--green);color:var(--muted);background:#ffffffd1;border-radius:8px;gap:6px;margin-top:12px;padding:16px 18px;font-size:.95rem;font-weight:700;line-height:1.8;display:grid}.article-detail__visual figcaption span{color:var(--green-dark);font-size:.86rem;font-weight:900}.article-summary{background:#f4faf7;border-top:1px solid #178a6829;border-bottom:1px solid #178a6829;grid-template-columns:220px minmax(0,1fr);gap:24px;width:min(820px,100%);margin:0 auto 72px;padding:32px 36px;display:grid}.article-summary ul{gap:10px;margin:0;padding-left:1.25rem;display:grid}.article-body{gap:52px;width:min(760px,100%);margin:0 auto 80px;display:grid}.article-body section{border-bottom:1px solid #178a681f;gap:20px;padding-bottom:52px;display:grid}.article-body section:last-child{border-bottom:0}.article-body h2{color:var(--text);letter-spacing:0;margin:0;font-size:1.55rem;line-height:1.45}.article-body p{color:#344c43;margin:0;font-size:1.05rem;font-weight:600;line-height:2.08}.article-tool-cta--inline{border-top:1px solid #178a6829;width:min(820px,100%);margin:0 auto;padding:48px 0 0}.company-panel{width:min(860px,100%);margin-inline:auto}.company-profile{margin:0;display:grid}.company-profile__row{border-bottom:1px solid #178a681f;grid-template-columns:minmax(140px,190px) minmax(0,1fr);gap:22px;padding:20px 0;display:grid}.company-profile__row:first-child{padding-top:0}.company-profile__row:last-child{border-bottom:0;padding-bottom:0}.company-profile dt{color:var(--green-deep);font-weight:900}.company-profile dd{color:var(--ink);margin:0;font-weight:700;line-height:1.8}.company-profile a{color:var(--green-deep);text-decoration:none}.company-profile a:hover,.company-profile a:focus-visible{outline:none;text-decoration:underline}.auth-main{width:min(100% - 32px,1120px);margin:0 auto;padding:54px 0 70px}.auth-shell{width:min(520px,100%);margin:0 auto}.auth-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffd6;border-radius:8px;padding:32px}.auth-brand{color:var(--pink-deep);align-items:center;gap:10px;margin-bottom:24px;font-weight:900;display:inline-flex}.auth-brand .brand-mark{width:32px;height:32px;font-size:.95rem}.auth-title{letter-spacing:0;margin:0;font-size:2rem;line-height:1.25}.auth-subtitle{color:var(--muted);margin:12px 0 0;font-size:.98rem;font-weight:600;line-height:1.75}.auth-status{color:var(--pink-deep);background:#edf8f3;border:1px solid #178a6833;border-radius:8px;margin-top:18px;padding:12px 14px;font-weight:800;line-height:1.6}.auth-form{gap:18px;margin-top:26px;display:grid}.auth-field{gap:8px;display:grid}.auth-label{color:#385f52;font-size:.92rem;font-weight:800}.auth-input,.auth-prefix{min-height:46px;color:var(--ink);font:inherit;background:#fff;border:1px solid #178a6833;font-weight:700}.auth-input{border-radius:8px;outline:none;width:100%;min-width:0;padding:11px 13px;transition:border-color .16s,box-shadow .16s,background .16s}.auth-input:focus{border-color:#178a6894;box-shadow:0 0 0 4px #178a681f}.auth-input.is-invalid{background:#fff8f8;border-color:#c75d5d}.auth-input-group{grid-template-columns:minmax(0,auto) minmax(0,1fr);display:grid}.auth-input-group .auth-input{border-top-left-radius:0;border-bottom-left-radius:0}.auth-prefix{max-width:210px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;border-right:0;border-radius:8px 0 0 8px;align-items:center;padding:0 12px;display:inline-flex;overflow:hidden}.auth-hint,.auth-error{margin:0;font-size:.84rem;font-weight:700;line-height:1.55}.auth-hint{color:var(--muted)}.auth-url-preview{background:#f4faf6;border:1px solid #178a682e;border-radius:8px;gap:5px;padding:11px 13px;display:grid}.auth-url-preview__label{color:#568070;font-size:.78rem;font-weight:800;line-height:1.35}.auth-url-preview__link{overflow-wrap:anywhere;color:#147a5d;text-underline-offset:3px;font-size:.9rem;font-weight:900;line-height:1.45;-webkit-text-decoration:underline #147a5d52;text-decoration:underline #147a5d52;display:block}.auth-url-preview__link[aria-disabled=true]{cursor:default;color:#6c857b;text-decoration-style:dotted}.auth-error{color:#b94040}.auth-check{color:var(--muted);align-items:center;gap:9px;font-size:.92rem;font-weight:700;display:inline-flex}.auth-check input{width:17px;height:17px;accent-color:var(--pink-deep)}.auth-submit{width:100%;margin-top:4px}.auth-links{justify-items:center;gap:12px;margin-top:18px;display:grid}.auth-links a:not(.button){color:var(--pink-deep);font-weight:800;text-decoration:none}.auth-links a:not(.button):hover,.auth-links a:not(.button):focus-visible{outline:none;text-decoration:underline}.auth-secondary{width:100%}.site-footer{border-top:1px solid var(--line);width:min(1120px,100% - 32px);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:24px 0 34px;font-weight:700;display:flex}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.footer-links a{color:var(--muted);padding:6px 8px;text-decoration:none}.footer-links a:hover,.footer-links a:focus-visible{color:var(--pink-deep);outline:none}[data-animate]{opacity:0}@media (width<=900px){.site-header{flex-direction:row;align-items:center}.header-right{display:none}.mobile-menu-toggle{margin-left:auto;display:grid}.mobile-menu-panel{display:block}body.is-public-menu-open .site-header{z-index:120}.hero{min-height:auto;padding:26px 0 106px}.hero-inner{flex-direction:column;align-items:flex-start;min-height:auto}.hero-copy{padding-top:18px}.hero-media{flex:none;width:min(100%,640px);max-width:none;margin:20px auto -82px;padding-left:0;position:relative;top:auto;bottom:auto;right:auto;transform:translate(2%)}.content-grid,.use-case-layout,.use-case-list,.tool-showcase,.faq-layout{grid-template-columns:1fr}.tool-showcase{gap:48px}.tool-showcase__intro{width:min(680px,100%)}.use-case-layout,.faq-layout{gap:44px}.use-case-list{grid-template-columns:repeat(2,minmax(0,1fr))}.manual-step{gap:42px}.manual-grid{grid-template-columns:1fr}.start-band{flex-direction:column;align-items:flex-start}.manual-flow,.page-grid,.manual-index-grid,.article-card-grid,.article-card-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.article-index-intro,.article-tool-cta,.article-summary{grid-template-columns:1fr}.article-tool-cta .section-actions{justify-content:flex-start}.article-detail__sheet{padding:56px 48px 64px}.manual-doc-layout{grid-template-columns:1fr}.manual-nav-panel{position:static}.manual-nav-panel__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.site-header,.section,.hero-inner,.page-main,.site-footer{width:min(100% - 22px,1120px)}.tool-section,.use-case-section,.manual-section,.faq-section,.contact-section{width:100%}.section-shell,.contact-panel{width:min(100% - 22px,1120px)}.site-header{margin-top:10px;padding:10px}.brand-name{font-size:1rem}.site-nav a{padding:8px 7px;font-size:.82rem}.account-link{min-height:38px;padding:7px 9px;font-size:.82rem}.hero{padding:22px 0 104px}.hero-media{width:min(100%,520px);margin-top:16px;margin-bottom:-74px;transform:none}.hero h1{font-size:2.08rem;line-height:1.12}.hero-lead{font-size:.98rem;line-height:1.66}.hero-actions{margin-top:22px}.hero-notes{margin-top:16px}.button{width:100%}.content-grid,.use-case-layout,.use-case-list{grid-template-columns:1fr}.content-card,.use-case-list article{min-height:auto;padding:18px}.tool-section .tool-showcase h2{font-size:1.72rem;line-height:1.34}.tool-showcase__facts{gap:12px;display:grid}.content-card{padding:20px 18px 20px 78px}.content-card__label{width:44px;min-height:44px;top:20px;left:18px}.use-case-section .section-actions{margin-bottom:8px}.use-case-list article{padding:24px 0 28px}.manual-grid{grid-template-columns:1fr}.manual-step{grid-template-columns:1fr;gap:24px;min-height:auto;padding:42px 0}.manual-step:nth-child(2n) .manual-step__visual,.manual-step:nth-child(2n) .manual-step__content{grid-column:1}.manual-step:nth-child(2n) .manual-step__visual{grid-row:1}.manual-step:nth-child(2n) .manual-step__content{grid-row:2}.manual-step__visual{min-height:210px}.manual-illustration{width:min(210px,100%)}.manual-step h3{font-size:1.18rem}.step-number{min-width:0;height:auto;padding:0;font-size:2.2rem}.section{padding:50px 0}.tool-section,.use-case-section,.manual-section,.faq-section{padding:72px 0}.manual-section{padding-top:72px}.section h2{font-size:1.86rem}.page-main{padding:34px 0 52px}.page-hero{padding-top:8px}.page-hero h1{font-size:2.14rem}.page-panel{padding:18px}.manual-flow,.page-grid,.manual-index-grid,.article-card-grid,.article-card-grid--compact{grid-template-columns:1fr}.manual-index-card{min-height:auto;padding:20px}.manual-nav-panel__list{grid-template-columns:1fr}.manual-doc{padding:16px}.manual-doc-section h2{font-size:1.18rem}.page-card{min-height:auto;padding:18px}.case-study-intro,.case-study-list{grid-template-columns:1fr}.case-study-intro,.case-study-card,.case-study-checklist{padding:18px}.case-study-card{min-height:auto}.article-card-grid--featured,.article-grid-section,.related-articles,.article-detail__sheet{width:min(100% - 22px,1120px)}.article-detail{padding:48px 0 72px}.article-detail__sheet{margin-bottom:64px;padding:36px 18px 48px}.article-detail__visual,.article-detail__hero,.article-body,.article-summary,.article-tool-cta--inline{width:100%}.article-detail__hero{margin-bottom:36px;padding:0 0 32px}.article-detail__hero h1{font-size:2rem;line-height:1.28}.article-detail__visual{margin-bottom:44px}.article-card,.article-index-intro,.article-tool-cta:not(.article-tool-cta--inline){padding:18px}.article-summary{margin-bottom:48px;padding:24px 18px}.article-body{gap:40px;margin-bottom:56px}.article-body section{gap:16px;padding-bottom:40px}.article-body h2{font-size:1.32rem}.article-body p{font-size:1rem;line-height:2}.article-tool-cta--inline{padding-top:36px}.company-profile__row{grid-template-columns:1fr;gap:6px;padding:18px 0}.auth-main{width:min(100% - 22px,1120px);padding:34px 0 52px}.auth-panel{padding:24px 18px}.auth-title{font-size:1.72rem}.auth-input-group{grid-template-columns:1fr}.auth-prefix{border-bottom:0;border-right:1px solid #178a6833;border-radius:8px 8px 0 0;max-width:none;min-height:38px}.auth-input-group .auth-input{border-radius:0 0 8px 8px}.start-section{padding-left:11px;padding-right:11px}.start-band,.contact-panel{padding:26px 20px}.contact-panel--link{flex-direction:column;align-items:flex-start}.contact-section{padding:58px 0}.contact-section .contact-panel{padding:0}.contact-panel__action,.contact-panel__action .button{width:100%}.contact-form__grid{grid-template-columns:1fr}.contact-form__footer{flex-direction:column;align-items:stretch}.start-actions{width:100%}.site-footer{flex-direction:column;align-items:flex-start}.footer-links{justify-content:flex-start}}@media (width<=380px){.hero h1{font-size:1.86rem}}.page-top-button{--page-top-size:54px;--page-top-progress:0deg;--page-top-progress-color:var(--green-deep);--page-top-track:#178a6829;right:max(18px, env(safe-area-inset-right));bottom:max(18px, env(safe-area-inset-bottom));z-index:35;width:var(--page-top-size);height:var(--page-top-size);color:var(--green-deep);background:conic-gradient(var(--page-top-progress-color) var(--page-top-progress), var(--page-top-track) 0);cursor:pointer;opacity:0;pointer-events:none;isolation:isolate;border:0;border-radius:50%;place-items:center;padding:0;transition:opacity .2s,transform .2s,box-shadow .2s;display:grid;position:fixed;transform:translateY(14px)scale(.94);box-shadow:0 16px 38px #178a682e}.page-top-button:before{content:"";z-index:-1;background:#fffffff0;border-radius:50%;position:absolute;inset:4px;box-shadow:inset 0 0 0 1px #178a681a}.page-top-button.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.page-top-button.is-visible:hover{transform:translateY(-2px)scale(1);box-shadow:0 18px 46px #178a683d}.page-top-button:focus-visible{outline-offset:4px;outline:3px solid #8bd8c894}.page-top-button__icon{place-items:center;width:34px;height:34px;display:grid;position:relative}@media (width<=640px){.page-top-button{--page-top-size:48px;right:max(14px, env(safe-area-inset-right));bottom:max(14px, env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.mobile-menu-toggle__line,.mobile-menu-panel,.mobile-menu-panel__inner,.page-top-button{transition:none}}
