.home-page{min-height:100vh;background:-webkit-gradient(linear,left top,left bottom,from(#0d1117),color-stop(50%,#161b22),to(#0d1117));background:linear-gradient(180deg,#0d1117,#161b22 50%,#0d1117);color:#f0f6fc;--product-layout-max-width:1600px;--product-layout-padding:20px;--product-phone-width:288px;--product-layout-gap:20px;--product-card-gap:16px;--product-card-columns:3;--product-desc-col-ratio:58%;--product-price-col-ratio:38%;--product-price-col-min:96px;--product-tag-max-rows:2;--product-feature-lines:3;--product-title-size:15px;--product-tag-size:12px;--product-feature-size:12px;--product-tag-row-height:24px;--hero-padding-top:100px;--hero-to-tags-gap:40px;--hero-illustration-height:220px}.home-page :deep(.ant-btn){background:#21262d;border-color:#30363d;color:#c9d1d9}.home-page :deep(.ant-btn:hover){background:#30363d;border-color:#484f58;color:#f0f6fc}.home-page :deep(.ant-btn-primary){background:#238636;border-color:#238636;color:#fff}.home-page :deep(.ant-btn-primary:hover){background:#2ea043;border-color:#2ea043}.home-page :deep(.ant-btn-ghost){background:transparent;border-color:#30363d;color:#f0f6fc}.home-page :deep(.ant-btn-ghost:hover){border-color:#58a6ff;color:#58a6ff}.home-page :deep(.ant-input){background:#0d1117;border-color:#30363d;color:#c9d1d9}.home-page :deep(.ant-input:hover){border-color:#484f58}.home-page :deep(.ant-input:focus){border-color:#58a6ff;-webkit-box-shadow:0 0 0 3px rgba(88,166,255,.15);box-shadow:0 0 0 3px rgba(88,166,255,.15)}.home-page :deep(.ant-input::-webkit-input-placeholder){color:#8b949e}.home-page :deep(.ant-input::-moz-placeholder){color:#8b949e}.home-page :deep(.ant-input:-ms-input-placeholder){color:#8b949e}.home-page :deep(.ant-input::-ms-input-placeholder){color:#8b949e}.home-page :deep(.ant-input::placeholder){color:#8b949e}.home-page :deep(.ant-input-password){background:#0d1117;border-color:#30363d}.home-page :deep(.ant-input-password:hover){border-color:#484f58}.home-page :deep(.ant-input-password:focus-within){border-color:#58a6ff;-webkit-box-shadow:0 0 0 3px rgba(88,166,255,.15);box-shadow:0 0 0 3px rgba(88,166,255,.15)}.home-page :deep(.ant-input-password .ant-input){background:transparent;border:none}.home-page :deep(.ant-form-item-label>label){color:#8b949e}.home-page :deep(.ant-form-item-explain-error){color:#f85149}.home-page :deep(.ant-modal-content){background:#161b22;border:1px solid #30363d}.home-page :deep(.ant-modal-header){background:#161b22;border-bottom:1px solid #30363d}.home-page :deep(.ant-modal-title){color:#f0f6fc}.home-page :deep(.ant-modal-body){background:#161b22}.home-page :deep(.ant-modal-footer){background:#161b22;border-top:1px solid #30363d}.home-page :deep(.ant-modal-close-x){color:#8b949e}.home-page :deep(.ant-modal-close-x:hover){color:#f0f6fc}.home-page :deep(.ant-tag){background:#21262d;border-color:#30363d;color:#c9d1d9}.home-page :deep(.ant-tag-blue){background:rgba(88,166,255,.1);border-color:rgba(88,166,255,.3);color:#58a6ff}.home-page :deep(.ant-checkbox-wrapper){color:#c9d1d9}.home-page :deep(.ant-checkbox-inner){background:#0d1117;border-color:#30363d}.home-page :deep(.ant-checkbox-checked .ant-checkbox-inner){background:#238636;border-color:#238636}.home-page :deep(.ant-checkbox-wrapper:hover .ant-checkbox-inner){border-color:#58a6ff}.home-page :deep(.ant-modal-mask){background:rgba(0,0,0,.7)}.home-page :deep(.login-modal .ant-modal-content){border-radius:12px;background:#161b22}.home-page :deep(.login-modal .ant-modal-header){background:#161b22;border-bottom:1px solid #30363d;border-radius:12px 12px 0 0}.home-page :deep(.login-modal .ant-modal-title){color:#f0f6fc}.home-page :deep(.login-modal .ant-modal-body){background:#161b22}.home-page :deep(.product-modal .ant-modal-content){border-radius:12px;background:#161b22}.home-page :deep(.product-modal .ant-modal-header){background:#161b22;border-bottom:1px solid #30363d;border-radius:12px 12px 0 0}.home-page :deep(.product-modal .ant-modal-title){color:#f0f6fc}.home-page :deep(.product-modal .ant-modal-body){background:#161b22}.home-page :deep(.search-modal .ant-modal-content){background:transparent;border:none;-webkit-box-shadow:none;box-shadow:none}.home-page :deep(.search-modal .ant-modal-body){background:transparent;padding:0}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#161b22;border-bottom:1px solid #30363d}.header-content{max-width:1400px;margin:0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:12px 32px}.header-content,.header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-left{gap:24px}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.logo-img{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.logo-text{font-size:20px;font-weight:700;color:#f0f6fc;margin-left:10px}.header-right{gap:16px}.header-right,.search-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-container{position:relative;cursor:pointer}.search-icon{position:absolute;left:10px;color:#8b949e;font-size:14px}.search-input{width:240px;padding:6px 12px 6px 32px;background:#0d1117;border:1px solid #30363d;border-radius:6px;color:#c9d1d9;font-size:14px;outline:none;-webkit-transition:all .2s;transition:all .2s;cursor:pointer}.search-input:focus{border-color:#58a6ff;-webkit-box-shadow:0 0 0 3px rgba(88,166,255,.15);box-shadow:0 0 0 3px rgba(88,166,255,.15)}.search-input::-webkit-input-placeholder{color:#8b949e}.search-input::-moz-placeholder{color:#8b949e}.search-input:-ms-input-placeholder{color:#8b949e}.search-input::-ms-input-placeholder{color:#8b949e}.search-input::placeholder{color:#8b949e}.search-shortcut{position:absolute;right:10px;padding:2px 6px;background:#30363d;border:1px solid #484f58;border-radius:4px;color:#8b949e;font-size:11px;font-family:monospace}.header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.btn-theme{padding:6px 10px;background:transparent;border:1px solid #30363d;border-radius:6px;color:#c9d1d9;font-size:16px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.btn-theme:hover{background:#30363d;border-color:#8b949e}.btn-login{padding:6px 16px;background:#21262d;border:1px solid #fff;border-radius:6px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.btn-login:hover{background:#30363d;border-color:#fff}.btn-register{padding:6px 16px;background:#21262d;border:1px solid #fff;border-radius:6px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.btn-register:hover{background:#30363d;border-color:#fff}.btn-admin-link{padding:6px 16px;background:#238636;border:1px solid #238636;border-radius:6px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;text-decoration:none}.btn-admin-link:hover{background:#2ea043;border-color:#2ea043}.hero{padding:var(--hero-padding-top) 24px 10px;background:-webkit-gradient(linear,left top,left bottom,from(#0d1117),to(#161b22));background:linear-gradient(180deg,#0d1117,#161b22)}.hero-content{max-width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home-page .hero-section-header{width:100%;max-width:var(--product-layout-max-width);margin:var(--hero-to-tags-gap) auto 0;padding:0 var(--product-layout-padding);text-align:center}.home-page .hero-section-header .section-title{margin:0 0 6px;font-size:24px}.home-page .hero-section-header .section-desc{margin:0 auto;font-size:13px;line-height:1.5}.home-page .hero-section-header .section-tags{margin-top:8px}.hero-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.hero-title{font-size:48px;font-weight:700;color:#f0f6fc;margin-bottom:16px;line-height:1.2}.typing-text{border-right:none}.cursor{display:inline-block;width:3px;height:48px;background:#58a6ff;margin-left:4px;-webkit-animation:blink .7s infinite;animation:blink .7s infinite;vertical-align:bottom}@-webkit-keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-subtitle{font-size:18px;color:#8b949e;margin-bottom:32px}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}.main-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.main-tags::-webkit-scrollbar{display:none}.main-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:6px 14px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;font-size:13px;color:#c9d1d9;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;white-space:nowrap}.main-tag:hover{background:rgba(88,166,255,.15);border-color:rgba(88,166,255,.3)}.main-tag.active{background:rgba(88,166,255,.2);border-color:#58a6ff;color:#58a6ff}.main-tag :deep(.anticon){font-size:14px}.stat-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;min-width:0;padding:16px 18px;border-radius:12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);-webkit-transition:border-color .25s ease,background .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:border-color .25s ease,background .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease,background .25s ease;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease,background .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease}.stat-item:hover{border-color:rgba(88,166,255,.35);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 24px rgba(0,0,0,.22);box-shadow:0 8px 24px rgba(0,0,0,.22)}.stat-item--featured{background:rgba(88,166,255,.07);border-color:rgba(88,166,255,.22);-webkit-box-shadow:0 0 0 1px rgba(88,166,255,.06),0 4px 20px rgba(88,166,255,.1);box-shadow:0 0 0 1px rgba(88,166,255,.06),0 4px 20px rgba(88,166,255,.1)}.stat-item--featured .stat-value{font-size:clamp(22px,2.15vw,30px);max-width:100%;overflow:hidden}.stat-item--featured .stat-roll{max-width:100%}.stat-item--featured:hover{border-color:rgba(88,166,255,.45);-webkit-box-shadow:0 0 0 1px rgba(88,166,255,.1),0 10px 28px rgba(88,166,255,.16);box-shadow:0 0 0 1px rgba(88,166,255,.1),0 10px 28px rgba(88,166,255,.16)}.stat-value{font-size:clamp(26px,2.6vw,36px);font-weight:700;color:#f0f6fc;line-height:1.1;letter-spacing:-.02em}.home-page .stat-roll{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:1em;font-variant-numeric:tabular-nums}.home-page .stat-roll-affix{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:.72em;font-weight:600;line-height:1;opacity:.92}.home-page .stat-roll-digits{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:1em;overflow:hidden}.home-page .stat-roll-digits--reserved{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:calc(var(--stat-digit-slots, 7)*0.62em);max-width:100%}.home-page .stat-roll-digit--reserved{visibility:hidden;pointer-events:none}.home-page .stat-roll-digit{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:.62em;height:1em;overflow:hidden;line-height:1;text-align:center}.home-page .stat-roll-digit-inner{display:block;-webkit-transition:-webkit-transform .85s cubic-bezier(.22,1,.36,1);transition:-webkit-transform .85s cubic-bezier(.22,1,.36,1);transition:transform .85s cubic-bezier(.22,1,.36,1);transition:transform .85s cubic-bezier(.22,1,.36,1),-webkit-transform .85s cubic-bezier(.22,1,.36,1);will-change:transform}.home-page .stat-roll-num{display:block;height:1em;line-height:1em;font-weight:inherit}.stat-label{font-size:12px;font-weight:500;letter-spacing:.04em;color:#8b949e;line-height:1.3}.hero-buttons{gap:12px}.hero-buttons,.hero-illustration{display:-webkit-box;display:-ms-flexbox;display:flex}.hero-illustration{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:360px;height:var(--hero-illustration-height);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:12px;-webkit-perspective:800px;perspective:800px}.robot-3d{position:relative;width:200px;height:200px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}.robot-head{position:absolute;top:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:160px;height:140px;background:linear-gradient(145deg,#ffd93d,#ffb347 50%,#ff9500);border-radius:80px 80px 60px 60px;-webkit-box-shadow:0 20px 60px rgba(255,149,0,.4),0 10px 30px rgba(0,0,0,.2),inset 0 -15px 30px rgba(255,100,0,.3),inset 0 10px 20px hsla(0,0%,100%,.3);box-shadow:0 20px 60px rgba(255,149,0,.4),0 10px 30px rgba(0,0,0,.2),inset 0 -15px 30px rgba(255,100,0,.3),inset 0 10px 20px hsla(0,0%,100%,.3);-webkit-animation:robotBounce 3s ease-in-out infinite;animation:robotBounce 3s ease-in-out infinite;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@-webkit-keyframes robotBounce{0%,to{-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}50%{-webkit-transform:translateX(-50%) translateY(-20px);transform:translateX(-50%) translateY(-20px)}}@keyframes robotBounce{0%,to{-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}50%{-webkit-transform:translateX(-50%) translateY(-20px);transform:translateX(-50%) translateY(-20px)}}.robot-face{position:absolute;top:30px;left:20px;right:20px;height:90px}.robot-eyes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:35px;margin-top:15px}.robot-eye{width:40px;height:40px;background:#fff;border-radius:50%;position:relative;-webkit-box-shadow:inset 0 4px 8px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.1);box-shadow:inset 0 4px 8px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.1);-webkit-animation:eyeBlink 4s infinite;animation:eyeBlink 4s infinite;overflow:hidden}@-webkit-keyframes eyeBlink{0%,45%,55%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.05);transform:scaleY(.05)}}@keyframes eyeBlink{0%,45%,55%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.05);transform:scaleY(.05)}}.robot-pupil{width:22px;height:22px;background:radial-gradient(circle at 30% 30%,#4a4a4a,#1a1a1a);top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .08s ease-out;transition:-webkit-transform .08s ease-out;transition:transform .08s ease-out;transition:transform .08s ease-out,-webkit-transform .08s ease-out;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.5);box-shadow:inset 0 2px 4px rgba(0,0,0,.5)}.robot-eye-shine,.robot-pupil{position:absolute;border-radius:50%}.robot-eye-shine{width:6px;height:6px;background:#fff;top:3px;left:3px;opacity:.95;-webkit-box-shadow:0 0 4px hsla(0,0%,100%,.5);box-shadow:0 0 4px hsla(0,0%,100%,.5)}.robot-blush{position:absolute;width:25px;height:12px;background:rgba(255,100,100,.6);border-radius:50%;top:55px;-webkit-animation:blushPulse 2s infinite;animation:blushPulse 2s infinite}.robot-blush.left{left:5px}.robot-blush.right{right:5px}@-webkit-keyframes blushPulse{0%,to{opacity:.6;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes blushPulse{0%,to{opacity:.6;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}}.robot-mouth{position:absolute;bottom:15px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:35px;height:18px;background:#ff6b6b;border-radius:0 0 35px 35px;-webkit-box-shadow:inset 0 -3px 6px rgba(0,0,0,.2);box-shadow:inset 0 -3px 6px rgba(0,0,0,.2);-webkit-animation:mouthSmile 3s infinite;animation:mouthSmile 3s infinite}@-webkit-keyframes mouthSmile{0%,to{width:35px;height:18px}50%{width:45px;height:22px}}@keyframes mouthSmile{0%,to{width:35px;height:18px}50%{width:45px;height:22px}}.robot-antenna{position:absolute;top:-30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.antenna-stick{width:8px;height:25px;background:-webkit-gradient(linear,left top,left bottom,from(#ff9500),to(#ffb347));background:linear-gradient(180deg,#ff9500,#ffb347);border-radius:4px}.antenna-ball{width:20px;height:20px;background:radial-gradient(circle at 30% 30%,#3fb950,#238636);border-radius:50%;-webkit-box-shadow:0 0 15px #3fb950,0 0 30px rgba(63,185,80,.5);box-shadow:0 0 15px #3fb950,0 0 30px rgba(63,185,80,.5);-webkit-animation:antennaGlow 1.5s infinite alternate;animation:antennaGlow 1.5s infinite alternate}@-webkit-keyframes antennaGlow{0%{-webkit-box-shadow:0 0 15px #3fb950,0 0 30px rgba(63,185,80,.5);box-shadow:0 0 15px #3fb950,0 0 30px rgba(63,185,80,.5);-webkit-transform:scale(1);transform:scale(1)}to{-webkit-box-shadow:0 0 25px #3fb950,0 0 50px rgba(63,185,80,.8);box-shadow:0 0 25px #3fb950,0 0 50px rgba(63,185,80,.8);-webkit-transform:scale(1.15);transform:scale(1.15)}}@keyframes antennaGlow{0%{-webkit-box-shadow:0 0 15px #3fb950,0 0 30px rgba(63,185,80,.5);box-shadow:0 0 15px #3fb950,0 0 30px rgba(63,185,80,.5);-webkit-transform:scale(1);transform:scale(1)}to{-webkit-box-shadow:0 0 25px #3fb950,0 0 50px rgba(63,185,80,.8);box-shadow:0 0 25px #3fb950,0 0 50px rgba(63,185,80,.8);-webkit-transform:scale(1.15);transform:scale(1.15)}}.robot-ear{position:absolute;top:40px;width:30px;height:50px;background:linear-gradient(145deg,#ffd93d,#ff9500);border-radius:15px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);box-shadow:0 5px 15px rgba(0,0,0,.2)}.robot-ear.left{left:-15px;-webkit-transform:rotate(-20deg);transform:rotate(-20deg);-webkit-animation:earWiggleLeft 4s infinite;animation:earWiggleLeft 4s infinite}.robot-ear.right{right:-15px;-webkit-transform:rotate(20deg);transform:rotate(20deg);-webkit-animation:earWiggleRight 4s infinite;animation:earWiggleRight 4s infinite}@-webkit-keyframes earWiggleLeft{0%,to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}50%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}}@keyframes earWiggleLeft{0%,to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}50%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}}@-webkit-keyframes earWiggleRight{0%,to{-webkit-transform:rotate(20deg);transform:rotate(20deg)}50%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}@keyframes earWiggleRight{0%,to{-webkit-transform:rotate(20deg);transform:rotate(20deg)}50%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}@-webkit-keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.gradient-text{background:-webkit-gradient(linear,left top,right top,from(#58a6ff),color-stop(#3fb950),color-stop(#a371f7),color-stop(#f778ba),to(#58a6ff));background:linear-gradient(90deg,#58a6ff,#3fb950,#a371f7,#f778ba,#58a6ff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:gradientShift 3s ease infinite;animation:gradientShift 3s ease infinite}.products{padding:8px 0 48px;margin-top:0}.home-page .core-body{width:100%;max-width:var(--product-layout-max-width);margin:0 auto;padding:0 var(--product-layout-padding);display:grid;grid-template-columns:minmax(0,1fr) var(--product-phone-width);-webkit-column-gap:var(--product-layout-gap);-moz-column-gap:var(--product-layout-gap);column-gap:var(--product-layout-gap);-webkit-box-align:start;-ms-flex-align:start;align-items:start}.home-page .core-col-products{min-width:0}.home-page .core-col-phone{min-width:0;position:sticky;top:72px;z-index:10}.home-page .section-title{margin:0 0 10px;padding:0;font-size:28px;font-weight:600;line-height:1.25;color:#f0f6fc;letter-spacing:.02em}.home-page .section-title .title-sep{margin:0 .4em;color:#58a6ff;font-weight:400}.home-page .section-desc{margin:0 auto;max-width:480px;font-size:14px;line-height:1.65;color:#8b949e}.home-page .section-tags{margin-top:16px}.home-page .section-tags .main-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-page .section-tags .main-tag{padding:6px 14px}.home-page .products-grid{display:grid;grid-template-columns:repeat(var(--product-card-columns),minmax(0,1fr));gap:var(--product-card-gap)}.home-page .product-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;aspect-ratio:1/1;padding:0;background:rgba(22,27,34,.55);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;-webkit-box-shadow:0 4px 24px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.06);box-shadow:0 4px 24px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.06);cursor:pointer;-webkit-transition:border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;overflow:hidden}.home-page .product-item:hover{-webkit-transform:translateY(-3px) scale(1.01);transform:translateY(-3px) scale(1.01);border-color:rgba(88,166,255,.35);-webkit-box-shadow:0 12px 40px rgba(0,0,0,.28),0 0 0 1px rgba(88,166,255,.15),inset 0 1px 0 hsla(0,0%,100%,.1);box-shadow:0 12px 40px rgba(0,0,0,.28),0 0 0 1px rgba(88,166,255,.15),inset 0 1px 0 hsla(0,0%,100%,.1)}.home-page .product-main-image{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-height:0;overflow:hidden;background:linear-gradient(145deg,rgba(88,166,255,.12),rgba(163,113,247,.08))}.home-page .product-main-image,.home-page .product-main-image .product-icon{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.home-page .product-main-image .product-icon{height:100%;padding:4px}.home-page .product-main-image .product-icon .product-img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;-webkit-filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.home-page .product-body{width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:6px 9px 8px}.home-page .product-body,.home-page .product-desc-col{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;gap:5px;overflow:hidden}.home-page .product-desc-col{-webkit-box-flex:1;-ms-flex:1 1 var(--product-desc-col-ratio);flex:1 1 var(--product-desc-col-ratio);min-width:0;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.home-page .product-price-col{-ms-flex:0 0 var(--product-price-col-ratio);flex:0 0 var(--product-price-col-ratio);min-width:var(--product-price-col-min);max-width:42%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px;text-align:right}.home-page .product-price-col,.home-page .product-title{position:relative;-webkit-box-flex:0;-webkit-box-orient:vertical;overflow:hidden}.home-page .product-title{-ms-flex:0 0 auto;flex:0 0 auto;font-size:var(--product-title-size);font-weight:600;color:#f5f5f7;line-height:1.32;margin:0;display:-webkit-box;-webkit-line-clamp:2;letter-spacing:-.01em}.home-page .product-star-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-top:4px;min-height:18px}.home-page .product-star-rate{font-size:11px;line-height:1;white-space:nowrap}.home-page .product-star-rate :deep(.ant-rate-star){margin-right:2px}.home-page .product-star-score{font-size:11px;font-weight:600;color:#f5a623;line-height:1}.home-page .product-price{font-size:clamp(13px,2.8vw,16px);font-weight:600;color:#64d2ff;line-height:1.25;word-break:break-all}.home-page .product-commission-stack,.home-page .product-price{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}.home-page .product-commission-stack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right;gap:2px;width:auto;padding:5px 7px;border-radius:10px;background:linear-gradient(145deg,rgba(48,209,88,.28),rgba(52,199,89,.1));border:1px solid rgba(48,209,88,.5);-webkit-box-shadow:0 4px 16px rgba(48,209,88,.22),inset 0 1px 0 hsla(0,0%,100%,.12);box-shadow:0 4px 16px rgba(48,209,88,.22),inset 0 1px 0 hsla(0,0%,100%,.12)}.home-page .commission-badge-label{font-size:11px;font-weight:700;letter-spacing:.08em;color:hsla(0,0%,100%,.72);line-height:1.2}.home-page .commission-rate{font-size:clamp(16px,3.6vw,22px);font-weight:800;color:#4dff7a;line-height:1.15;letter-spacing:-.02em;text-shadow:0 0 18px rgba(48,209,88,.45);max-width:100%;word-break:break-all}.home-page .commission-amount{font-size:clamp(12px,2.6vw,14px);font-weight:700;color:#b8ffd0;line-height:1.25;max-width:100%;word-break:break-all}.home-page .product-tag-row{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;max-height:calc(var(--product-tag-max-rows)*var(--product-tag-row-height) + (var(--product-tag-max-rows) - 1)*5px)}.home-page .product-feature-col,.home-page .product-tag-row{position:relative;-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.home-page .product-feature-col{-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2px;padding-top:1px}.home-page .product-feature-line{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;font-size:var(--product-feature-size);line-height:1.3;font-weight:400;color:hsla(0,0%,100%,.82);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:10px;position:relative}.home-page .product-feature-line:before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;margin-top:-2px;border-radius:50%;background:#58a6ff;-webkit-box-shadow:0 0 6px rgba(88,166,255,.55);box-shadow:0 0 6px rgba(88,166,255,.55)}.home-page .product-pill{font-size:var(--product-tag-size);line-height:1.25;font-weight:500;padding:4px 9px;border-radius:100px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.home-page .product-pill-tag{color:#9ed0ff;background:rgba(88,166,255,.22);border:1px solid rgba(88,166,255,.35)}.product-modal-wrap .ant-modal-mask{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.product-modal-rich .ant-modal-content{background:rgba(28,28,30,.82);backdrop-filter:saturate(180%) blur(40px);-webkit-backdrop-filter:saturate(180%) blur(40px);border:1px solid hsla(0,0%,100%,.12);border-radius:22px;-webkit-box-shadow:0 24px 80px rgba(0,0,0,.45);box-shadow:0 24px 80px rgba(0,0,0,.45);overflow:hidden}.product-modal-rich .ant-modal-body{background:transparent;padding:24px;max-height:calc(100vh - 120px);overflow-y:auto}.product-modal-rich .ant-modal-close{color:hsla(0,0%,100%,.55)}.product-modal-rich .ant-modal-close:hover{color:#fff}.product-modal-rich .detail-visual{width:100%;height:280px;max-height:280px;margin-bottom:20px;border-radius:16px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(145deg,rgba(88,166,255,.15),rgba(163,113,247,.1));-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.product-modal-rich .detail-gallery{position:relative;width:100%;height:100%}.product-modal-rich .detail-carousel,.product-modal-rich .detail-carousel .slick-list,.product-modal-rich .detail-carousel .slick-slide>div,.product-modal-rich .detail-carousel .slick-slider,.product-modal-rich .detail-carousel .slick-track{height:280px}.product-modal-rich .detail-carousel-slide{position:relative;height:280px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:-webkit-zoom-in;cursor:zoom-in;background:rgba(0,0,0,.2)}.product-modal-rich .detail-gallery-media{display:block;max-width:100%;max-height:280px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;margin:0 auto}.product-modal-rich .detail-gallery-zoom-hint{position:absolute;right:12px;bottom:12px;z-index:3;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:4px 10px;border-radius:100px;font-size:11px;color:hsla(0,0%,100%,.9);background:rgba(0,0,0,.45);pointer-events:none}.product-modal-rich .detail-gallery-zoom-hint.is-video{pointer-events:auto;cursor:pointer}.product-modal-rich .detail-gallery-nav{position:absolute;top:50%;z-index:12;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:50%;color:hsla(0,0%,100%,.95);background:rgba(0,0,0,.5);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.25);box-shadow:0 2px 8px rgba(0,0,0,.25);-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;-webkit-transition:background .2s,-webkit-transform .2s;transition:background .2s,-webkit-transform .2s;transition:background .2s,transform .2s;transition:background .2s,transform .2s,-webkit-transform .2s}.product-modal-rich .detail-gallery-nav:hover{background:rgba(0,0,0,.72)}.product-modal-rich .detail-gallery-nav:active{-webkit-transform:translateY(-50%) scale(.96);transform:translateY(-50%) scale(.96)}.product-modal-rich .detail-gallery-nav-prev{left:12px}.product-modal-rich .detail-gallery-nav-next{right:12px}.product-modal-rich .detail-carousel .slick-dots{bottom:10px;z-index:11}.product-modal-rich .detail-carousel .slick-dots li button{background:hsla(0,0%,100%,.45);opacity:1}.product-modal-rich .detail-carousel .slick-dots li.slick-active button{background:#fff;opacity:1}.product-modal-rich .detail-gallery-counter{position:absolute;left:12px;bottom:12px;z-index:11;padding:4px 10px;border-radius:100px;font-size:11px;color:hsla(0,0%,100%,.9);background:rgba(0,0,0,.45);pointer-events:none}.gallery-preview-modal-wrap .ant-modal-body{padding:12px;background:#0d1117}.gallery-preview-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:40vh;max-height:82vh}.gallery-preview-media{max-height:82vh;width:auto;height:auto;margin:0 auto}.gallery-preview-media,.product-modal-rich .detail-img{display:block;max-width:100%;-o-object-fit:contain;object-fit:contain}.product-modal-rich .detail-img{width:100%;height:100%;max-height:100%;-o-object-position:center;object-position:center}.product-modal-rich .detail-head{margin-bottom:20px}.product-modal-rich .detail-category{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.04em;color:hsla(0,0%,100%,.45);margin-bottom:6px;padding:4px 10px;border-radius:100px;background:hsla(0,0%,100%,.08)}.product-modal-rich .detail-name{margin:0 0 8px;font-size:22px;font-weight:600;color:#f5f5f7;line-height:1.25;letter-spacing:-.03em}.product-modal-rich .detail-star-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:14px}.product-modal-rich .detail-star-rate{font-size:14px;line-height:1}.product-modal-rich .detail-star-score{font-size:15px;font-weight:700;color:#f5a623}.product-modal-rich .detail-star-count{font-size:12px;color:hsla(0,0%,100%,.45)}.product-modal-rich .detail-metrics{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.product-modal-rich .detail-metric{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:12px 14px;border-radius:14px;background:hsla(0,0%,100%,.06)}.product-modal-rich .detail-metric-label{display:block;font-size:11px;color:hsla(0,0%,100%,.45);margin-bottom:4px}.product-modal-rich .detail-metric-value{font-size:18px;font-weight:600;color:#f5f5f7;letter-spacing:-.02em}.product-modal-rich .detail-metric-value.accent{color:#30d158}.product-modal-rich .detail-section{margin-bottom:14px;padding:14px 16px;border-radius:14px;background:hsla(0,0%,100%,.04)}.product-modal-rich .detail-section-title{margin:0 0 6px;font-size:13px;font-weight:600;color:hsla(0,0%,100%,.55)}.product-modal-rich .detail-section-desc{margin:0 0 10px;font-size:12px;line-height:1.55;color:hsla(0,0%,100%,.42)}.product-modal-rich .detail-pills{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.product-modal-rich .detail-pills .product-pill-tag{color:#7ec8ff;background:rgba(88,166,255,.2);border:none;border-radius:100px}.product-modal-rich .detail-feature-list{margin:0;padding-left:18px;color:hsla(0,0%,100%,.78);line-height:1.75}.product-modal-rich .detail-empty{color:hsla(0,0%,100%,.4);font-size:13px}.product-modal-rich .detail-inquiry-dialog{border-radius:14px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.18)}.product-modal-rich .detail-inquiry-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;padding:10px 14px;background:rgba(88,166,255,.12);border-bottom:1px solid hsla(0,0%,100%,.08)}.product-modal-rich .detail-inquiry-header,.product-modal-rich .detail-inquiry-header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-modal-rich .detail-inquiry-header-left{gap:8px}.product-modal-rich .inquiry-unread-dot{width:8px;height:8px;border-radius:50%;background:#ff4d4f;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0 0 8px rgba(255,77,79,.6);box-shadow:0 0 8px rgba(255,77,79,.6)}.product-modal-rich .detail-inquiry-title{margin:0;font-size:15px;font-weight:600;color:#f5f5f7}.product-modal-rich .detail-inquiry-sub{font-size:11px;color:hsla(0,0%,100%,.45);white-space:nowrap}.order-pay-panel{text-align:center;padding:4px 8px 8px}.order-pay-product{font-size:15px;font-weight:600;color:#1d1d1f;margin-bottom:8px}.order-pay-amount{font-size:14px;color:#6e6e73;margin-bottom:6px}.order-pay-amount strong{font-size:28px;color:#ff6b35;margin-left:6px}.order-pay-unit{font-size:13px;color:#86868b;margin-left:4px}.order-pay-no{font-size:12px;color:#86868b;margin-bottom:16px;word-break:break-all}.order-pay-qr-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px}.order-pay-qr{width:200px;height:200px;border:1px solid #e8e8e8;border-radius:8px;padding:8px;background:#fff}.order-pay-hint{font-size:12px;color:#86868b;line-height:1.5;margin-bottom:16px}.order-pay-cancel{margin-top:8px}.order-pay-result{padding:24px 0 8px}.order-pay-result.success{color:#52c41a}.order-pay-result.success .anticon{font-size:48px;margin-bottom:12px}.order-pay-result.muted{color:#8c8c8c}.order-rating-panel{margin:16px 0 12px;padding:14px;text-align:left;background:rgba(82,196,26,.08);border:1px solid rgba(82,196,26,.25);border-radius:8px;color:#262626}.order-rating-title{margin:0 0 4px;font-size:14px;font-weight:600}.order-rating-hint{margin:0 0 10px;font-size:12px;color:#8c8c8c}.order-rating-remark{margin:10px 0 12px}.order-rating-done{margin:0;font-size:13px;color:#595959}.order-pay-done-btn{margin-top:8px}.product-modal-rich .detail-inquiry-loading{padding:24px 16px;color:hsla(0,0%,100%,.55);text-align:center}.product-modal-rich .detail-inquiry-error{padding:16px;color:#ff9f9f;font-size:13px}.product-modal-rich .detail-inquiry-chat{height:260px;overflow-y:auto;padding:14px 14px 8px;background:rgba(0,0,0,.12)}.product-modal-rich .detail-inquiry-chat-empty{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;color:hsla(0,0%,100%,.4);font-size:13px}.product-modal-rich .detail-inquiry-footer{padding:10px 12px 12px;background:rgba(0,0,0,.2);border-top:1px solid hsla(0,0%,100%,.06)}.product-modal-rich .inquiry-msg-row{margin-bottom:12px}.product-modal-rich .inquiry-msg-row.mine{text-align:right}.product-modal-rich .inquiry-msg-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:4px;font-size:11px;color:hsla(0,0%,100%,.45)}.product-modal-rich .inquiry-msg-row.mine .inquiry-msg-meta{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product-modal-rich .inquiry-msg-bubble{display:inline-block;max-width:92%;padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.5;color:#f0f6fc;background:rgba(88,166,255,.18);border:1px solid rgba(88,166,255,.25);text-align:left;word-break:break-word;white-space:pre-wrap}.product-modal-rich .inquiry-msg-row.mine .inquiry-msg-bubble{background:rgba(48,209,88,.16);border-color:rgba(48,209,88,.3)}.product-modal-rich .detail-inquiry-input{margin-bottom:8px;background:rgba(0,0,0,.25)!important;border-color:hsla(0,0%,100%,.12)!important;color:#f5f5f7!important;resize:none}.product-modal-rich .detail-inquiry-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.product-modal-rich .detail-inquiry-count{font-size:12px;color:hsla(0,0%,100%,.4)}.product-modal-rich .detail-material-box{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-modal-rich .detail-material-box,.product-modal-rich .detail-material-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-modal-rich .detail-material-info{gap:12px;min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.product-modal-rich .detail-material-icon{font-size:28px;color:#64d2ff}.product-modal-rich .detail-material-name{font-size:14px;font-weight:600;color:#f5f5f7;word-break:break-all}.product-modal-rich .detail-material-hint{font-size:12px;color:hsla(0,0%,100%,.45);margin-top:2px}.product-modal-rich .detail-actions{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.product-modal-rich .detail-btn-secondary{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);color:#f5f5f7}.product-modal-rich .detail-actions .ant-btn-primary{height:48px;border-radius:14px;font-weight:600;border:none;background:linear-gradient(135deg,#0a84ff,#5e5ce6);-webkit-box-shadow:0 4px 16px rgba(10,132,255,.35);box-shadow:0 4px 16px rgba(10,132,255,.35)}.home-page .phone-mockup{width:100%;max-height:calc(100vh - 96px);aspect-ratio:9/19.5;background:-webkit-gradient(linear,left top,left bottom,from(#1a1a1a),to(#0d0d0d));background:linear-gradient(180deg,#1a1a1a,#0d0d0d);border-radius:36px;padding:7px;-webkit-box-shadow:0 20px 48px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);box-shadow:0 20px 48px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);border:2px solid #1a1a1a}.home-page .phone-header{width:110px;height:24px;background:#0d0d0d;border-radius:0 0 16px 16px;margin:0 auto 8px;position:relative}.home-page .phone-header:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:50px}.home-page .phone-header:after,.home-page .phone-header:before{content:"";position:absolute;top:6px;height:6px;background:#1a1a1a;border-radius:3px}.home-page .phone-header:after{right:12px;width:20px}.home-page .phone-content{background:#0d0d0d;border-radius:32px;overflow:hidden;height:calc(100% - 32px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.home-page .phone-content,.home-page .phone-segment{display:-webkit-box;display:-ms-flexbox;display:flex}.home-page .phone-segment{gap:4px;margin:10px 10px 8px;padding:3px;background:hsla(0,0%,100%,.08);border-radius:10px;-ms-flex-negative:0;flex-shrink:0}.home-page .phone-segment-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;background:transparent;color:#8e8e93;font-size:11px;font-weight:500;padding:6px 4px;border-radius:8px;cursor:pointer;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s;white-space:nowrap}.home-page .phone-segment-btn.active{background:hsla(0,0%,100%,.14);color:#fff;font-weight:600;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.25);box-shadow:0 1px 4px rgba(0,0,0,.25)}.home-page .phone-title{text-align:center;padding:12px 10px 10px;font-size:11px;font-weight:600;color:#fff;line-height:1.4;background:-webkit-gradient(linear,left top,right top,from(rgba(0,122,255,.15)),to(rgba(52,199,89,.15)));background:linear-gradient(90deg,rgba(0,122,255,.15),rgba(52,199,89,.15));border-bottom:1px solid hsla(0,0%,100%,.05);-ms-flex-negative:0;flex-shrink:0}.home-page .phone-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 8px 4px;-ms-flex-negative:0;flex-shrink:0}.home-page .phone-kpi{text-align:center;padding:6px 4px;border-radius:8px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.06)}.home-page .phone-kpi-value{font-size:12px;font-weight:700;color:#f0f6fc;line-height:1.2}.home-page .phone-kpi-label{font-size:9px;color:#8e8e93;margin-top:2px}.home-page .phone-chart-wrap{-ms-flex-negative:0;flex-shrink:0;padding:0 8px 4px}.home-page .phone-chart-label{font-size:10px;color:#8e8e93;margin-bottom:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.home-page .phone-chart{width:100%;height:72px}.home-page .phone-feed-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px 10px 4px;font-size:11px;font-weight:600;color:#f0f6fc;-ms-flex-negative:0;flex-shrink:0}.home-page .feed-live{font-size:9px;font-weight:700;color:#3fb950;background:rgba(63,185,80,.15);padding:2px 6px;border-radius:8px;-webkit-animation:livePulse 1.5s ease-in-out infinite;animation:livePulse 1.5s ease-in-out infinite}@-webkit-keyframes livePulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.5}}.home-page .phone-content .sales-list{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:hidden;padding:0 8px 8px;min-height:0}.home-page .sale-item-new{-webkit-animation:slideIn .4s ease-out;animation:slideIn .4s ease-out}@-webkit-keyframes slideIn{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideIn{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.home-page .phone-content .sale-item{background:hsla(0,0%,100%,.08);border-radius:16px;padding:12px;margin-bottom:8px;border:1px solid hsla(0,0%,100%,.05);backdrop-filter:blur(20px)}.home-page .sale-row-top{gap:8px}.home-page .sale-avatar,.home-page .sale-row-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-page .sale-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#007aff,#34c759);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0 2px 8px rgba(0,122,255,.4);box-shadow:0 2px 8px rgba(0,122,255,.4)}.home-page .sale-avatar :deep(.anticon){color:#fff;font-size:14px}.home-page .sale-meta{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.home-page .sale-name{font-size:13px;font-weight:600;color:#fff}.home-page .phone-content .sale-product{font-size:13px;color:#007aff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-page .phone-content .sale-amount{font-size:16px;font-weight:700;color:#34c759;-ms-flex-negative:0;flex-shrink:0}.home-page .phone-content .sale-order{font-size:12px;color:#c7c7cc;margin-top:6px;font-family:SF Mono,Monaco,Courier New,monospace}.home-page .footer{background:#0d1117;padding:40px 24px;color:#8b949e;border-top:1px solid #30363d}.home-page .footer-content{max-width:1200px;margin:0 auto;text-align:center}.home-page .footer-logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#58a6ff;font-size:18px;font-weight:600;margin-bottom:16px}.home-page .footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;margin-bottom:16px}.home-page .footer-links a{color:#8b949e;font-size:14px}.home-page .footer-links a:hover{color:#f0f6fc}.home-page .footer-copyright{font-size:12px}:root.light-theme .home-page{--bg-primary:#fff;--bg-secondary:#f6f8fa;--bg-tertiary:#fff;--text-primary:#21262d;--text-secondary:#6e7681;--text-muted:#8b949e;--border-color:#d0d7de;--accent-color:#58a6ff;--accent-bg:rgba(88,166,255,0.1)}:root.light-theme .home-page .header{background:#fff;border-bottom:1px solid #d0d7de}:root.light-theme .home-page .logo-text{color:#21262d}:root.light-theme .home-page .search-input{background:#f6f8fa;border-color:#d0d7de;color:#21262d}:root.light-theme .home-page .search-input:focus{border-color:#58a6ff}:root.light-theme .home-page .search-icon{color:#8b949e}:root.light-theme .home-page .search-shortcut{background:#d0d7de;border-color:#8b949e;color:#21262d}:root.light-theme .home-page .btn-theme{border-color:#d0d7de;color:#21262d}:root.light-theme .home-page .btn-theme:hover{background:#f6f8fa;border-color:#8b949e}:root.light-theme .home-page .btn-login{background:#f6f8fa;border-color:#21262d;color:#21262d}:root.light-theme .home-page .btn-login:hover{background:#d0d7de}:root.light-theme .home-page .btn-admin-link,:root.light-theme .home-page .btn-register{background:#238636}:root.light-theme .home-page .hero{background:linear-gradient(135deg,#f6f8fa,#eef2ff)}:root.light-theme .home-page .hero-title{color:#21262d}:root.light-theme .home-page .hero-subtitle{color:#6e7681}:root.light-theme .home-page .stat-item{background:hsla(0,0%,100%,.72);border-color:rgba(0,0,0,.08);-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}:root.light-theme .home-page .stat-item:hover{border-color:rgba(9,105,218,.35);-webkit-box-shadow:0 8px 24px rgba(0,0,0,.08);box-shadow:0 8px 24px rgba(0,0,0,.08)}:root.light-theme .home-page .stat-item--featured{background:rgba(9,105,218,.06);border-color:rgba(9,105,218,.2);-webkit-box-shadow:0 0 0 1px rgba(9,105,218,.06),0 4px 16px rgba(9,105,218,.08);box-shadow:0 0 0 1px rgba(9,105,218,.06),0 4px 16px rgba(9,105,218,.08)}:root.light-theme .home-page .stat-item--featured:hover{border-color:rgba(9,105,218,.4);-webkit-box-shadow:0 0 0 1px rgba(9,105,218,.1),0 10px 24px rgba(9,105,218,.12);box-shadow:0 0 0 1px rgba(9,105,218,.1),0 10px 24px rgba(9,105,218,.12)}:root.light-theme .home-page .stat-value{color:#21262d}:root.light-theme .home-page .stat-label{color:#6e7681}:root.light-theme .home-page .main-tag{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.1);color:#21262d}:root.light-theme .home-page .main-tag:hover{background:rgba(88,166,255,.1);border-color:#58a6ff}:root.light-theme .home-page .main-tag.active{background:rgba(88,166,255,.15);color:#58a6ff}:root.light-theme .home-page .products{background:-webkit-gradient(linear,left top,left bottom,from(#f5f5f7),color-stop(50%,#e8ecf4),to(#f5f5f7));background:linear-gradient(180deg,#f5f5f7,#e8ecf4 50%,#f5f5f7)}:root.light-theme .home-page .product-item{background:hsla(0,0%,100%,.72);border:1px solid hsla(0,0%,100%,.95);-webkit-box-shadow:0 8px 32px rgba(0,0,0,.06),0 1px 0 hsla(0,0%,100%,.9) inset;box-shadow:0 8px 32px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.9)}:root.light-theme .home-page .product-item:hover{border-color:rgba(10,132,255,.35);-webkit-box-shadow:0 16px 48px rgba(10,132,255,.12),0 1px 0 #fff inset;box-shadow:0 16px 48px rgba(10,132,255,.12),inset 0 1px 0 #fff}:root.light-theme .home-page .section-title{color:#21262d}:root.light-theme .home-page .section-title .title-sep{color:#0969da}:root.light-theme .home-page .section-desc{color:#6e7681}:root.light-theme .home-page .product-main-image{background:linear-gradient(145deg,rgba(10,132,255,.08),rgba(94,92,230,.06))}:root.light-theme .home-page .product-title{color:#1d1d1f}:root.light-theme .home-page .product-desc{color:#6e7681}:root.light-theme .home-page .product-stat-value{color:#21262d}:root.light-theme .home-page .product-stat-label{color:#8b949e}:root.light-theme .home-page .feature-tag{background:#f6f8fa;color:#6e7681}:root.light-theme .home-page .product-price{color:#0071e3}:root.light-theme .home-page .product-pill-tag{color:#0071e3;background:rgba(0,113,227,.12);border-color:rgba(0,113,227,.22)}:root.light-theme .home-page .product-feature-line{color:#3a3a3c}:root.light-theme .home-page .product-feature-line:before{background:#0071e3;-webkit-box-shadow:none;box-shadow:none}:root.light-theme .home-page .product-commission-stack{background:linear-gradient(145deg,rgba(36,138,61,.16),rgba(52,199,89,.06));border-color:rgba(36,138,61,.35);-webkit-box-shadow:0 4px 14px rgba(36,138,61,.15);box-shadow:0 4px 14px rgba(36,138,61,.15)}:root.light-theme .home-page .commission-badge-label{color:#248a3d}:root.light-theme .home-page .commission-rate{color:#1a7a34;text-shadow:none}:root.light-theme .home-page .commission-amount{color:#248a3d}:root.light-theme .home-page .footer{background:#f6f8fa;border-color:#d0d7de;color:#6e7681}:root.light-theme .home-page .footer-links a{color:#6e7681}:root.light-theme .home-page .footer-links a:hover{color:#21262d}:root.light-theme .home-page .product-body{background:transparent}:root.light-theme .home-page .product-core{color:#6e7681}:root.light-theme .home-page .phone-segment{background:rgba(0,0,0,.06)}:root.light-theme .home-page .phone-segment-btn.active{background:#fff;color:#21262d}:root.light-theme .home-page .phone-kpi{background:#f6f8fa;border-color:#d0d7de}:root.light-theme .home-page .phone-feed-head,:root.light-theme .home-page .phone-kpi-value{color:#21262d}:root.light-theme .home-page .phone-content .sale-item{background:hsla(0,0%,100%,.9)}:root.light-theme .home-page .sale-name{color:#21262d}:root.light-theme .home-page .phone-header{background:#fff}:root.light-theme .home-page .phone-header:after,:root.light-theme .home-page .phone-header:before{background:#d0d7de}:root.light-theme .home-page .phone-content{background:#fff}:root.light-theme .home-page .phone-title{color:#21262d}:root.light-theme .home-page .search-modal{background:hsla(0,0%,100%,.95)}:root.light-theme .home-page .search-input-expanded{background:#fff;border-color:#58a6ff;color:#21262d}:root.light-theme .home-page .search-results-expanded{background:#fff}:root.light-theme .home-page .result-item-expanded{border-color:#d0d7de}:root.light-theme .home-page .result-item-expanded:hover{background:#f6f8fa}:root.light-theme .home-page .result-title-expanded{color:#21262d}:root.light-theme .home-page .result-desc-expanded{color:#6e7681}:root.light-theme .home-page .result-icon-expanded{background:#f6f8fa}:root.light-theme .home-page .search-footer-expanded{color:#8b949e}.home-page .login-form{padding:16px}.home-page .captcha-img{width:100%;height:40px;cursor:pointer}.home-page .login-btn{width:100%}.ant-modal.product-modal:not(.product-modal-rich) .ant-modal-content{border-radius:16px;background:#161b22;border:1px solid #30363d;-webkit-box-shadow:0 16px 48px rgba(0,0,0,.5);box-shadow:0 16px 48px rgba(0,0,0,.5)}.ant-modal.product-modal:not(.product-modal-rich) .ant-modal-body{background:#161b22;padding:24px}.product-detail{padding:0}.product-detail .detail-header{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #30363d}.product-detail .detail-icon{width:120px;height:120px;max-width:120px;max-height:120px;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;background:linear-gradient(145deg,rgba(88,166,255,.1),rgba(63,185,80,.1));border:1px solid #30363d;-ms-flex-negative:0;flex-shrink:0}.product-detail .detail-icon .anticon{font-size:48px}.product-detail .detail-icon .detail-img{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:16px}.product-detail .detail-info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.product-detail .detail-info h3{font-size:22px;font-weight:600;color:#f0f6fc;margin:0}.product-detail .detail-info p{color:#8b949e;font-size:14px;line-height:1.6;margin:0}.product-detail .detail-content{margin-bottom:24px}.product-detail .detail-content h4{font-size:16px;font-weight:600;color:#f0f6fc;margin-bottom:16px}.product-detail .detail-content ul{padding-left:20px;margin-bottom:24px}.product-detail .detail-content li{color:#8b949e;margin-bottom:10px;font-size:14px;line-height:1.5}.product-detail .detail-specs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#0d1117;padding:16px;border-radius:12px;border:1px solid #30363d}.product-detail .spec-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.product-detail .spec-label{font-size:12px;color:#8b949e}.product-detail .spec-value{font-size:16px;font-weight:600;color:#58a6ff}.product-detail .ant-btn-primary{width:100%;height:44px;font-size:16px;border-radius:8px}:root.light-theme .product-modal-rich .ant-modal-content{background:hsla(0,0%,100%,.88);border:1px solid hsla(0,0%,100%,.95);-webkit-box-shadow:0 24px 80px rgba(0,0,0,.12);box-shadow:0 24px 80px rgba(0,0,0,.12)}:root.light-theme .product-modal-rich .ant-modal-close{color:#86868b}:root.light-theme .product-modal-rich .ant-modal-close:hover{color:#1d1d1f}:root.light-theme .product-modal-rich .detail-visual{background:linear-gradient(145deg,rgba(10,132,255,.1),rgba(94,92,230,.06))}:root.light-theme .product-modal-rich .detail-category{color:#86868b;background:rgba(0,0,0,.05)}:root.light-theme .product-modal-rich .detail-name{color:#1d1d1f}:root.light-theme .product-modal-rich .detail-metric{background:rgba(0,0,0,.04)}:root.light-theme .product-modal-rich .detail-metric-label{color:#86868b}:root.light-theme .product-modal-rich .detail-metric-value{color:#1d1d1f}:root.light-theme .product-modal-rich .detail-metric-value.accent{color:#248a3d}:root.light-theme .product-modal-rich .detail-section{background:rgba(0,0,0,.03)}:root.light-theme .product-modal-rich .detail-section-title{color:#6e6e73}:root.light-theme .product-modal-rich .detail-section-desc{color:#86868b}:root.light-theme .product-modal-rich .detail-empty{color:#1d1d1f}:root.light-theme .product-modal-rich .detail-inquiry-dialog{background:#fff;border-color:#d2d2d7}:root.light-theme .product-modal-rich .detail-inquiry-header{background:#f5f5f7;border-bottom-color:#e8e8e8}:root.light-theme .product-modal-rich .detail-inquiry-title{color:#1d1d1f}:root.light-theme .product-modal-rich .detail-inquiry-sub{color:#6e6e73}:root.light-theme .product-modal-rich .detail-inquiry-chat{background:#fafafa}:root.light-theme .product-modal-rich .detail-inquiry-chat-empty{color:#86868b}:root.light-theme .product-modal-rich .detail-inquiry-footer{background:#fff;border-top-color:#e8e8e8}:root.light-theme .product-modal-rich .inquiry-msg-meta{color:#6e6e73}:root.light-theme .product-modal-rich .inquiry-msg-bubble{color:#1d1d1f;background:#fff;border-color:#d2d2d7}:root.light-theme .product-modal-rich .inquiry-msg-row.mine .inquiry-msg-bubble{background:#e8f8ec;border-color:#b8e6c8}:root.light-theme .product-modal-rich .detail-inquiry-input{background:#fff!important;border-color:#d2d2d7!important;color:#1d1d1f!important}:root.light-theme .product-modal-rich .detail-feature-list{color:#424245}:root.light-theme .product-modal-rich .detail-pills .product-pill-tag{color:#0071e3;background:rgba(0,113,227,.1)}:root.light-theme .product-modal-rich .detail-material-name{color:#1d1d1f}:root.light-theme .product-modal-rich .detail-material-hint{color:#86868b}:root.light-theme .product-modal-rich .detail-btn-secondary{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08);color:#1d1d1f}:root.light-theme .product-modal .ant-modal-content{background:hsla(0,0%,100%,.92);border-color:rgba(0,0,0,.06);-webkit-box-shadow:0 16px 48px rgba(0,0,0,.1);box-shadow:0 16px 48px rgba(0,0,0,.1)}:root.light-theme .product-modal .ant-modal-header{background:transparent;border-bottom:none}:root.light-theme .product-modal .ant-modal-title{color:#1d1d1f}:root.light-theme .product-modal .ant-modal-close-x{color:#86868b}:root.light-theme .product-modal .ant-modal-close-x:hover{color:#1d1d1f}:root.light-theme .product-modal .ant-modal-body{background:transparent}:root.light-theme .product-detail .detail-header{border-bottom-color:#d0d7de}:root.light-theme .product-detail .detail-icon{background:linear-gradient(145deg,rgba(88,166,255,.05),rgba(63,185,80,.05));border-color:#d0d7de}:root.light-theme .product-detail .detail-info h3{color:#21262d}:root.light-theme .product-detail .detail-info p{color:#6e7681}:root.light-theme .product-detail .detail-content h4{color:#21262d}:root.light-theme .product-detail .detail-content li{color:#6e7681}:root.light-theme .product-detail .detail-specs{background:#f6f8fa;border-color:#d0d7de}:root.light-theme .product-detail .spec-label{color:#6e7681}:root.light-theme .product-detail .spec-value{color:#0969da}.home-page .search-modal :deep(.ant-modal-content){background:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;padding:0}.home-page .search-modal :deep(.ant-modal-body){padding:0}.home-page .search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:120px}.home-page .search-container-expanded{width:80%;max-width:800px;background:#fff;border-radius:12px;-webkit-box-shadow:0 16px 48px rgba(0,0,0,.3);box-shadow:0 16px 48px rgba(0,0,0,.3);overflow:hidden}.home-page .search-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;border-bottom:1px solid #d0d7de;gap:12px}.home-page .search-icon-svg{fill:#656d76;-ms-flex-negative:0;flex-shrink:0}.home-page .search-input-expanded{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;background:transparent;border:none;color:#1f2328;font-size:16px;outline:none}.home-page .search-input-expanded::-webkit-input-placeholder{color:#8c959f}.home-page .search-input-expanded::-moz-placeholder{color:#8c959f}.home-page .search-input-expanded:-ms-input-placeholder{color:#8c959f}.home-page .search-input-expanded::-ms-input-placeholder{color:#8c959f}.home-page .search-input-expanded::placeholder{color:#8c959f}.home-page .search-hint-expanded{padding:4px 8px;background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;color:#656d76;font-size:12px;font-family:monospace;-ms-flex-negative:0;flex-shrink:0}.home-page .search-results-expanded{max-height:400px;overflow-y:auto}.home-page .no-results-expanded{padding:24px;text-align:center;color:#656d76}.home-page .result-item-expanded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 20px;gap:12px;cursor:pointer;-webkit-transition:background .15s;transition:background .15s}.home-page .result-item-expanded.selected,.home-page .result-item-expanded:hover{background:#f6f8fa}.home-page .result-icon-expanded{width:32px;height:32px;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.home-page .result-content-expanded{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.home-page .result-name-expanded{font-size:14px;font-weight:600;color:#1f2328}.home-page .result-desc-expanded{font-size:12px;color:#656d76;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .result-category-expanded{font-size:12px;color:#656d76;background:#f6f8fa;padding:2px 8px;border-radius:6px;border:1px solid #d0d7de;-ms-flex-negative:0;flex-shrink:0}.home-page .search-footer-expanded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:16px;padding:12px 20px;border-top:1px solid #d0d7de;background:#f6f8fa}.home-page .search-footer-expanded span{font-size:12px;color:#656d76}.home-page .search-footer-expanded kbd{padding:2px 6px;background:#fff;border:1px solid #d0d7de;border-radius:6px;color:#1f2328;font-size:11px;font-family:monospace;margin:0 2px}@media (max-width:1100px){.home-page .core-body{grid-template-columns:1fr;row-gap:28px;padding:0 16px}.home-page .hero-section-header{padding:0 16px}.home-page .core-col-phone{position:static;max-width:340px;margin:0 auto}.home-page .phone-mockup{max-height:none}}@media (max-width:992px){.home-page .features-grid,.home-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-page .hero-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.home-page .hero-illustration{display:none}.home-page .hero-stats{max-width:100%;margin-left:auto;margin-right:auto}}@media (max-width:900px){.home-page .hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.home-page .hero-stats{gap:10px;max-width:100%}.home-page .stat-item{padding:14px 12px}.home-page .stat-value{font-size:28px}}@media (max-width:480px){.home-page .hero-title{font-size:32px}.home-page .features-grid,.home-page .products-grid{grid-template-columns:1fr}.home-page .search-container{display:none}}