.landing-root{--landing-bg0:#edf2fc;--landing-bg1:#f6f8ff;--landing-surface:#ffffffd6;--landing-surface2:#fffffff5;--landing-border:#2d40641f;--landing-text:#1f2a44;--landing-muted:#6f7c96;--landing-accent:#2f8f89;--landing-accent-dim:#2f8f894d;--landing-glow:#b631851f;--landing-font-display:"Outfit", "Noto Sans SC", system-ui, sans-serif;--landing-font-body:"Noto Sans SC", system-ui, sans-serif;min-height:100vh;color:var(--landing-text);background-color:var(--landing-bg0);background-image:radial-gradient(ellipse 120% 80% at 50% -30%, #5bceda33, transparent 55%), radial-gradient(ellipse 60% 40% at 100% 20%, var(--landing-glow), transparent), radial-gradient(ellipse 50% 35% at 0% 60%, #526fb514, transparent), linear-gradient(180deg, var(--landing-bg1) 0%, var(--landing-bg0) 45%);font-family:var(--landing-font-body);flex-direction:column;display:flex}.landing-root a{color:inherit}.landing-header{z-index:50;border-bottom:1px solid var(--landing-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb3;justify-content:space-between;align-items:center;gap:1rem;padding:1rem clamp(1.25rem,3vw,2.5rem);display:flex;position:sticky;top:0}.landing-brand{font-family:var(--landing-font-display);letter-spacing:.02em;white-space:nowrap;font-size:1.28rem;font-weight:700;text-decoration:none}.landing-brand span{color:var(--landing-accent)}.landing-nav{flex-wrap:wrap;align-items:center;gap:.25rem 1rem;display:flex}.landing-nav a{color:var(--landing-muted);border-bottom:2px solid #0000;padding:.48rem .1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s}.landing-nav a:hover{color:var(--landing-text)}.landing-nav a.landing-nav-active{color:var(--landing-accent);border-bottom-color:var(--landing-accent-dim)}.landing-actions{align-items:center;gap:.75rem;display:flex}.landing-btn-ghost{font-family:var(--landing-font-display);color:#1f2a44;background:#2f8f891f;border:1px solid #2f8f894d;border-radius:999px;padding:.45rem .85rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,background .2s}.landing-btn-ghost:hover{color:#1f2a44;background:#2f8f8933;border-color:#2f8f8973}.landing-btn-primary{font-family:var(--landing-font-display);color:#fff;background:linear-gradient(96deg,#2a9188 0%,#3f73c9 100%);border-radius:999px;padding:.45rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px #3f73c93d}.landing-btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px #3f73c94d}.landing-main{box-sizing:border-box;flex:1;width:100%;max-width:1280px;margin:0 auto;padding:2.5rem clamp(1.1rem,2.8vw,2.5rem) 4.8rem}@media (width>=768px){.landing-main{padding:3.2rem clamp(1.5rem,3.4vw,3rem) 6rem}}.landing-footer{border-top:1px solid var(--landing-border);background:#ffffff9e;margin-top:auto;padding:1.25rem 1.25rem 2rem}.landing-copy{max-width:1280px;color:var(--landing-muted);text-align:center;margin:0 auto;font-size:.8rem}.landing-hero{padding:4rem 0 2.6rem;animation:.7s ease-out both landing-fade-up;position:relative}.landing-hero:after{content:"";pointer-events:none;filter:blur(16px);z-index:-1;background:radial-gradient(circle,#2f8f891f,#0000 68%);height:160px;position:absolute;inset:18% 4% auto}@media (width>=768px){.landing-hero{padding:5rem 0 3.25rem}}.landing-hero-kicker{font-family:var(--landing-font-display);letter-spacing:.2em;text-transform:uppercase;color:var(--landing-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.landing-hero-title{font-family:var(--landing-font-display);letter-spacing:-.02em;max-width:15ch;margin:0 0 1rem;font-size:clamp(2.2rem,4.8vw,4rem);font-weight:800;line-height:1.12}.landing-hero-lead{color:var(--landing-muted);max-width:48rem;margin:0 0 2.4rem;font-size:clamp(1.03rem,1.15vw,1.2rem);line-height:1.78}.landing-section{margin-top:4.8rem;animation:.65s ease-out both landing-fade-up}.landing-hero-cta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.landing-section-title{font-family:var(--landing-font-display);margin:0 0 .35rem;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700}.landing-section-desc{color:var(--landing-muted);max-width:44rem;margin:0 0 1.8rem;font-size:1rem}.landing-grid-2{grid-template-columns:1fr;gap:1.35rem;display:grid}@media (width>=720px){.landing-grid-2{grid-template-columns:1fr 1fr}}.landing-grid-3{grid-template-columns:1fr;gap:1.35rem;display:grid}@media (width>=640px){.landing-grid-3{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.landing-grid-3{grid-template-columns:repeat(3,1fr)}}.landing-card{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:0;border-radius:20px;padding:1.8rem 1.65rem;transition:border-color .25s,transform .25s,box-shadow .25s}.landing-card:hover{box-shadow:none;border-color:#0000;transform:translateY(-2px)}.landing-card h3{font-family:var(--landing-font-display);margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.landing-card p{color:var(--landing-muted);margin:0;font-size:.98rem;line-height:1.72}.landing-card ul{color:var(--landing-muted);margin:1rem 0 0;padding-left:1.1rem;font-size:.94rem;line-height:1.75}.landing-stat-row{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem;display:grid}@media (width>=640px){.landing-stat-row{grid-template-columns:repeat(4,1fr)}}.landing-stat{text-align:center;box-shadow:none;background:0 0;border:0;border-radius:16px;padding:1.35rem .75rem}.landing-stat strong{font-family:var(--landing-font-display);color:var(--landing-accent);letter-spacing:-.02em;font-size:clamp(1.8rem,2.5vw,2.35rem);font-weight:800;display:block}.landing-stat span{color:var(--landing-muted);font-size:.9rem}.landing-tagline{color:var(--landing-muted);border-left:3px solid var(--landing-accent-dim);margin-top:1.5rem;padding-left:.85rem;font-size:.85rem}.landing-carousel-wrap{border:0;border-radius:16px;margin-bottom:1.5rem;overflow:hidden}.landing-carousel-wrap .ant-carousel .slick-dots li button{background:var(--landing-accent)!important}.landing-pill-list{flex-wrap:wrap;gap:.5rem;display:flex}.landing-pill-item{border:1px solid var(--landing-border);background:var(--landing-surface2);color:var(--landing-muted);border-radius:999px;padding:.45rem 1rem;font-size:.875rem}.landing-contact-card{max-width:480px}.landing-ip-grid .ant-card{background:var(--landing-surface)!important;border-color:var(--landing-border)!important;color:var(--landing-text)!important}.landing-ip-grid .ant-card-meta-title{color:var(--landing-text)!important}.landing-ip-grid .ant-card-meta-description,.landing-ip-grid .ant-typography-secondary{color:var(--landing-muted)!important}.landing-ip-grid a{color:var(--landing-accent)!important}.landing-ip-grid .ant-card-meta-title a{color:var(--landing-text)!important}.landing-ip-grid .ant-card-meta-title a:hover{color:var(--landing-accent)!important}.landing-type-filters{flex-wrap:wrap;gap:.55rem;display:flex}.landing-type-filter-btn{cursor:pointer;font-size:.875rem;font-family:var(--landing-font-body);border:1px solid var(--landing-border);background:var(--landing-surface2);color:var(--landing-muted);border-radius:999px;padding:.42rem 1rem;transition:all .2s}.landing-type-filter-btn.is-active{border-color:var(--landing-accent-dim);color:var(--landing-accent);background:#2f8f891f}.landing-auth-wrap{grid-template-columns:1fr;align-items:stretch;gap:1.25rem;display:grid}@media (width>=960px){.landing-auth-wrap{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:1.5rem}}.landing-auth-intro{flex-direction:column;justify-content:center;padding:2.2rem;display:flex}.landing-auth-title{letter-spacing:-.02em;color:var(--landing-text)!important;font-family:var(--landing-font-display)!important;margin:0 0 1rem!important}.landing-auth-lead{color:var(--landing-muted);margin:0;line-height:1.7}.landing-auth-points{flex-wrap:wrap;gap:.55rem;margin-top:1.25rem;display:flex}.landing-auth-points span{color:#f5dca3;background:#e4bc6214;border:1px solid #e4bc6240;border-radius:999px;align-items:center;padding:.32rem .78rem;font-size:.8rem;display:inline-flex}.landing-auth-panel{border:1px solid var(--landing-border);background:linear-gradient(165deg,#e4bc621f,#0000 35%),#ffffff0a;border-radius:20px;padding:1.6rem;box-shadow:0 24px 54px #0006}.landing-auth-panel-title{color:var(--landing-text)!important;font-family:var(--landing-font-display)!important;margin:0 0 .55rem!important}.landing-auth-tabs .ant-tabs-nav:before{border-bottom-color:var(--landing-border)!important}.landing-auth-tabs .ant-tabs-tab{color:var(--landing-muted)!important}.landing-auth-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--landing-accent)!important}.landing-auth-tabs .ant-tabs-ink-bar{background:linear-gradient(90deg,#f0d78a,#e4bc62)!important}.landing-auth-form .ant-form-item-label>label{color:var(--landing-muted)!important}.landing-auth-form .ant-input,.landing-auth-form .ant-input-affix-wrapper{color:var(--landing-text)!important;border-color:var(--landing-border)!important;background:#ffffff0d!important}.landing-auth-form .ant-input::placeholder{color:#8390a8!important}.landing-auth-form .ant-input-affix-wrapper .ant-input{background:0 0!important}.landing-auth-form .ant-radio-button-wrapper{color:var(--landing-muted)!important;border-color:var(--landing-border)!important;background:#ffffff08!important}.landing-auth-form .ant-radio-button-wrapper-checked{color:#100f0a!important;background:linear-gradient(135deg,#f0d78a,#dcb154)!important;border-color:#e4bc6259!important}.landing-auth-submit{font-weight:700;color:#1a1305!important;background:linear-gradient(135deg,#f0d78a 0%,#e4bc62 50%,#c99a3c 100%)!important;border-color:#e4bc6280!important}.staryu-login-wrap{justify-content:center;padding:clamp(1rem,2vw,1.8rem) 0;display:flex}.staryu-login-card{background:#fffffff0;border:1px solid #ffffff2e;border-radius:18px;grid-template-columns:1fr;width:min(980px,100%);display:grid;overflow:hidden;box-shadow:0 26px 54px #00000059}@media (width>=900px){.staryu-login-card{grid-template-columns:1fr 1fr;min-height:560px}}.staryu-login-visual{color:#1f2840;background:radial-gradient(circle at 15% 20%,#7ee5f59e,#0000 40%),radial-gradient(circle at 85% 80%,#ed249d94,#0000 50%),linear-gradient(155deg,#6ad3df 0%,#a65bc6 52%,#ea2f95 100%);justify-content:flex-start;align-items:flex-end;padding:clamp(2rem,4vw,3rem);display:flex}.staryu-login-visual h2{font-family:var(--landing-font-display);margin:0;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700}.staryu-login-visual p{color:#1f2840d1;margin:.75rem 0 0;font-size:1.25rem}.staryu-login-panel{color:#1f2a44;background:#fff;padding:clamp(1.8rem,4vw,2.5rem)}.staryu-login-heading{color:#182544!important;margin:0 0 1rem!important}.staryu-login-mode-tabs{border-bottom:1px solid #d7dbe5;gap:1.2rem;margin-bottom:1.25rem;display:flex}.staryu-login-mode-tabs button{color:#b7bcc8;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;margin-bottom:-1px;padding:.2rem .1rem .65rem;font-size:1.6rem}.staryu-login-mode-tabs button.is-active{color:#1f8b86;border-bottom-color:#1f8b86}.staryu-login-form .ant-form-item-label>label{color:#9ea6b8!important}.staryu-login-form .ant-input,.staryu-login-form .ant-input-affix-wrapper{color:#283551!important;background:#f4f6fb!important;border-color:#e6e9f1!important;border-radius:10px!important}.staryu-login-form .ant-input::placeholder{color:#b4bdcf!important}.staryu-login-form .ant-input-affix-wrapper .ant-input{background:0 0!important}.staryu-login-options{justify-content:space-between;align-items:center;margin:-.2rem 0 1.1rem;display:flex}.staryu-login-options .ant-checkbox-wrapper{color:#c1c7d4!important}.staryu-login-options a{color:#2e8e8f;text-decoration:none}.staryu-login-submit{height:48px;font-size:1.1rem;font-weight:700;box-shadow:0 9px 20px #3f73c94d;color:#fff!important;background:linear-gradient(96deg,#2a9188 0%,#3f73c9 100%)!important;border:0!important;border-radius:11px!important}.staryu-login-register-tip{text-align:center;color:#c1c7d4;margin:.2rem 0 0}.staryu-login-register-tip button{color:#2e8e8f;cursor:pointer;background:0 0;border:0;font-weight:600}.staryu-login-partner-link{text-align:center;color:#98a1b7;margin:1rem 0 0}.staryu-login-partner-link a{color:#2e8e8f}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-section:nth-child(2){animation-delay:60ms}.landing-section:nth-child(3){animation-delay:.1s}.landing-section:nth-child(4){animation-delay:.14s}.landing-home-hero,.landing-market-hero,.landing-services-hero{box-shadow:none;background:0 0;border:0;border-radius:0;padding:clamp(2.2rem,5vw,4rem)}.landing-home-hero .landing-hero-title,.landing-market-hero .landing-hero-title,.landing-services-hero .landing-hero-title{max-width:18ch;font-size:clamp(2rem,4.6vw,3.4rem)}.landing-home-hero .landing-hero-lead,.landing-market-hero .landing-hero-lead,.landing-services-hero .landing-hero-lead{max-width:58ch;margin-bottom:0;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.9}.landing-home-stat-row{margin-top:1.8rem}.landing-home-entry-grid .landing-card h3,.landing-services-core .landing-card h3{font-size:1.3rem}.landing-home-entry-grid .landing-card p,.landing-services-core .landing-card p,.landing-services-steps .landing-card p{font-size:1rem}.landing-home-types .landing-pill-list{margin-top:.35rem}.landing-home-contact .landing-contact-card{padding:0}.landing-market-page .landing-section{margin-top:3.4rem}.landing-market-filter{margin-top:2rem!important}.landing-market-filter .landing-type-filters{background:0 0;border:0;border-radius:0;padding:0}.landing-market-list{margin-top:2.1rem!important}.landing-market-list .landing-section-title{margin-bottom:.6rem}.landing-services-page .landing-section{margin-top:3.8rem}.landing-services-step-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.landing-service-step-no{font-family:var(--landing-font-display);color:var(--landing-accent);opacity:.85;margin-bottom:.55rem;font-size:2rem;font-weight:800;line-height:1}.landing-services-advantage .landing-stat span{font-size:.95rem}.landing-services-cta{text-align:center;margin-top:3rem!important}.landing-services-cta .landing-section-title{max-width:none}.landing-services-cta .landing-section-desc{margin:0 auto 1.25rem}:root{color:#1f2a44;background-color:#eef2fb;font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:1.5}body{min-height:100vh;margin:0}#root{min-height:100vh}.staryu-app-shell{background:radial-gradient(circle at 10% 0,#44bcc738,#0000 35%),radial-gradient(circle at 90% 95%,#cc2f852e,#0000 40%),linear-gradient(160deg,#eef2fb 0%,#e9edf8 100%)!important;min-height:100vh!important}.staryu-app-shell-sider{border:1px solid #ffffff80;border-radius:18px;margin:18px 0 18px 18px;overflow:hidden;box-shadow:0 18px 42px #19254414;background:linear-gradient(#fffffff2 0%,#f5f8fff0 100%),linear-gradient(140deg,#5ad2dc14,#cd378f14)!important}.staryu-app-shell-brand{border-bottom:1px solid #1f2a4414;padding:18px 16px 12px}.staryu-app-shell-brand .ant-typography{font-size:1.05rem;color:#1f2a44!important}.staryu-app-shell-menu{padding:8px 8px 14px;background:0 0!important;border-inline-end:0!important}.staryu-app-shell-main{background:0 0!important}.staryu-app-shell-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff8c;border-radius:14px;margin:18px 18px 0;background:#ffffffc7!important;padding-inline:18px!important}.staryu-app-shell-user{color:#34415d!important}.staryu-app-shell-logout{border-radius:10px}.staryu-app-shell-content{background:0 0!important;padding:18px!important}.staryu-app-shell-content>*{border-radius:14px}.staryu-page-title{color:#1f2a44!important;margin-top:0!important;margin-bottom:.3rem!important}.staryu-page-header{margin-bottom:.1rem}.staryu-page-desc{color:#63728f!important;margin-bottom:.2rem!important}.staryu-page-actions a{color:#2f8f89}.staryu-page-back a{color:#2f8f89;font-weight:600}.staryu-page-content-grid{margin-top:.25rem}.staryu-protable-wrap .ant-pro-card,.staryu-protable-wrap .ant-pro-table{border-radius:14px}.staryu-toolbar-card{position:relative}.staryu-toolbar-card:before{content:"";background:linear-gradient(90deg,#2f8f8900,#2f8f8973,#c5186f00);height:1px;position:absolute;top:0;left:16px;right:16px}.staryu-app-shell-content .ant-card,.staryu-app-shell-content .ant-table-wrapper,.staryu-app-shell-content .ant-pro-card,.staryu-app-shell-content .ant-pro-table,.staryu-app-shell-content .ant-descriptions,.staryu-app-shell-content .ant-statistic,.staryu-app-shell-content .ant-empty,.staryu-app-shell-content .ant-alert,.staryu-app-shell-content .ant-result{border-radius:14px}.staryu-app-shell-content .ant-card,.staryu-app-shell-content .ant-table-wrapper .ant-table,.staryu-app-shell-content .ant-pro-card,.staryu-app-shell-content .ant-pro-table,.staryu-app-shell-content .ant-empty,.staryu-app-shell-content .ant-alert{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd6;border:1px solid #1f2a4414;box-shadow:0 12px 30px #1f2a4412}.staryu-app-shell-content .ant-card-head{border-bottom:1px solid #1f2a4414}.staryu-app-shell-content .ant-table-wrapper{border-radius:14px;overflow:hidden}.staryu-app-shell-content .ant-table-thead>tr>th{font-weight:600;color:#2a3652!important;background:#2f8f8914!important;border-bottom:1px solid #1f2a4417!important}.staryu-app-shell-content .ant-table-tbody>tr>td{border-bottom:1px solid #1f2a440f!important}.staryu-app-shell-content .ant-table-tbody>tr:hover>td{background:#2f8f890f!important}.staryu-app-shell-content .ant-pagination .ant-pagination-item{background:#ffffffe6;border-color:#1f2a4424;border-radius:8px}.staryu-app-shell-content .ant-pagination .ant-pagination-item-active{background:#2f8f891f;border-color:#2f8f897a}.staryu-app-shell-content .ant-pagination .ant-pagination-item-active a{color:#2f8f89}.staryu-app-shell-content .ant-btn{border-radius:10px}.staryu-app-shell-content .ant-btn-primary{background:linear-gradient(96deg,#2a9188 0%,#c5186f 100%);border:0;box-shadow:0 8px 18px #5f387c3b}.staryu-app-shell-content .ant-btn-primary:hover{background:linear-gradient(96deg,#328f89 0%,#cd2378 100%)!important}.staryu-app-shell-content .ant-form-item-label>label{color:#4f5f82}.staryu-app-shell-content .ant-input,.staryu-app-shell-content .ant-input-affix-wrapper,.staryu-app-shell-content .ant-select-selector,.staryu-app-shell-content .ant-picker{background:#ffffffe6!important;border-color:#1f2a4424!important;border-radius:10px!important}.staryu-app-shell-content .ant-input:focus,.staryu-app-shell-content .ant-input-affix-wrapper-focused,.staryu-app-shell-content .ant-select-focused .ant-select-selector,.staryu-app-shell-content .ant-picker-focused{border-color:#2f8f8985!important;box-shadow:0 0 0 2px #2f8f8924!important}.staryu-app-shell-content .ant-tabs-nav:before{border-bottom-color:#1f2a441f!important}.staryu-app-shell-content .ant-tabs-ink-bar{background:linear-gradient(96deg,#2a9188 0%,#c5186f 100%)!important}.staryu-app-shell-content .ant-tag{border:1px solid #2f8f8933;border-radius:999px}.staryu-app-shell-content .ant-statistic-title{color:#6b7690}.staryu-app-shell-content .ant-statistic-content{color:#1f2a44}.ant-modal .ant-modal-content,.ant-drawer .ant-drawer-content{border:1px solid #1f2a441f;border-radius:16px;box-shadow:0 18px 40px #1f2a4429}.ant-modal .ant-modal-header,.ant-drawer .ant-drawer-header{border-bottom:1px solid #1f2a441a}.admin-content .admin-filter-form{background:linear-gradient(#fff 0%,#fcfcfc 100%);border:1px solid #e8e8e8;border-radius:12px;flex-wrap:wrap;align-items:flex-start;gap:8px 12px;margin-bottom:16px;padding:14px 16px 2px;display:flex}.admin-content .admin-filter-form .ant-form-item{margin-bottom:12px;margin-right:0}.admin-content .admin-filter-form .admin-filter-actions{margin-left:auto}.admin-content .admin-filter-form .ant-input,.admin-content .admin-filter-form .ant-select-selector,.admin-content .admin-filter-form .ant-picker,.admin-content .admin-filter-toolbar .ant-select-selector,.admin-content .admin-filter-toolbar .ant-picker{border-radius:8px!important}.admin-content .admin-filter-form .ant-btn,.admin-content .admin-filter-toolbar .ant-btn{border-radius:8px}.admin-content .ant-pro-table-search{background:linear-gradient(#fff 0%,#fcfcfc 100%);border:1px solid #e8e8e8;border-radius:12px;margin-bottom:16px;padding:14px 16px 2px!important}.admin-content .ant-pro-table-search .ant-form-item{margin-bottom:12px!important}.admin-content .ant-pro-table-search .ant-pro-table-search-query-filter-actions{margin-bottom:12px}.admin-content .admin-filter-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}
