html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--bg: #f4f6f9;--surface: #ffffff;--ink: #0f172a;--ink-2: #475569;--ink-3: #94a3b8;--line: #e2e8f0;--line-strong: #cbd5e1;--brand: #3b9eff;--brand-deep: #1d7fe0;--brand-tint: #e8f3ff;--shadow-card: 0 1px 2px rgba(15, 23, 42, .04), 0 12px 32px -12px rgba(15, 23, 42, .12);--font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans", "Noto Sans JP", "Noto Sans SC", "Microsoft YaHei", "Yu Gothic UI", sans-serif}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}.k-logo{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:600;font-size:15px;letter-spacing:.01em;text-decoration:none}.k-tile{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--brand);color:#fff;font-weight:700;font-size:17px;line-height:1;box-shadow:inset 0 -1px #00000014}.k-tile--lg{width:44px;height:44px;border-radius:12px;font-size:23px}.ghost-btn{height:32px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink-2);font:inherit;font-size:13px;cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease}.ghost-btn:hover{border-color:var(--line-strong);color:var(--ink)}.ghost-btn--plain{border-color:transparent;background:transparent}.ghost-btn--plain:hover{background:var(--brand-tint);border-color:transparent;color:var(--brand-deep)}.guest{position:relative;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;isolation:isolate}.guest:before{content:"";position:absolute;inset:-20% -10% auto;height:62vh;z-index:-1;background:radial-gradient(ellipse 60% 70% at 50% 0%,#3b9eff29,#3b9eff00 70%);pointer-events:none}.guest-bar{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 32px}.guest-stage{display:grid;place-items:center;flex:1;padding:24px 20px 48px}.auth-card{width:min(100%,420px);padding:40px 40px 32px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card);animation:card-in .48s cubic-bezier(.16,1,.3,1) both}.auth-card__head{margin-bottom:28px}.auth-card__head .k-tile{margin-bottom:20px}.auth-card h1{margin:0 0 6px;font-size:22px;font-weight:600;letter-spacing:-.01em}.auth-card__lead{margin:0;color:var(--ink-2);font-size:14px;line-height:1.6}.auth-card .ant-form-item{margin-bottom:18px}.auth-card .ant-form-item-label{padding-bottom:6px}.auth-card .ant-form-item-label>label{height:auto;color:var(--ink-2);font-size:13px;font-weight:500}.auth-card .ant-form-item-required:before{display:none!important}.auth-card .ant-btn-primary{margin-top:6px;font-weight:600}.auth-card__foot{display:flex;align-items:center;gap:10px;margin:22px 0 0;padding-top:20px;border-top:1px solid var(--line);color:var(--ink-3);font-size:12.5px;line-height:1.5}.auth-card__foot svg{flex:none;width:16px;height:16px;color:var(--ink-3)}.guest-facts{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 28px;margin:28px 0 0;padding:0;list-style:none;color:var(--ink-2);font-size:13px}.guest-facts li{display:inline-flex;align-items:center;gap:8px}.guest-facts li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand)}.guest-foot{display:flex;justify-content:space-between;padding:0 32px 24px;color:var(--ink-3);font-size:12px}@keyframes card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.portal-shell{min-height:100vh}.portal-top{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:32px;height:60px;padding:0 28px;background:#ffffffdb;-webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--line)}.portal-nav{display:flex;flex:1;gap:4px;min-width:0;overflow-x:auto}.portal-nav a{position:relative;padding:8px 12px;border-radius:8px;color:var(--ink-2);font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color .12s ease,background .12s ease}.portal-nav a:hover{color:var(--ink);background:#f1f5f9}.portal-nav a.router-link-exact-active{color:var(--brand-deep);background:var(--brand-tint)}.portal-top__actions{display:flex;align-items:center;gap:6px}.portal-main{max-width:1120px;margin:0 auto;padding:32px 28px 64px}.home-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.home-head h1{margin:0 0 4px;font-size:24px;font-weight:600;letter-spacing:-.01em}.home-head p{margin:0;color:var(--ink-2);font-size:14px}.home-head__date{color:var(--ink-3);font-size:13px;font-variant-numeric:tabular-nums}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.metric-card{display:flex;flex-direction:column;gap:12px;padding:22px 24px;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:inherit;text-decoration:none;box-shadow:0 1px 2px #0f172a0a;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.metric-card:hover{border-color:#3b9eff80;box-shadow:var(--shadow-card);transform:translateY(-1px)}.metric-card__top{display:flex;align-items:center;justify-content:space-between;color:var(--ink-2);font-size:13px;font-weight:500}.metric-card__top svg{width:16px;height:16px;color:var(--ink-3)}.metric-card__value{margin:0;font-size:40px;font-weight:600;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}.metric-card__hint{margin:0;color:var(--ink-3);font-size:12.5px;line-height:1.5}.home-section{margin-top:32px}.home-section h2{margin:0 0 12px;color:var(--ink-2);font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.action-list{display:grid;border:1px solid var(--line);border-radius:16px;background:var(--surface);overflow:hidden}.action-list a{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:16px;padding:16px 20px;color:inherit;text-decoration:none;transition:background .12s ease}.action-list a+a{border-top:1px solid var(--line)}.action-list a:hover{background:#f8fafc}.action-list__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--brand-tint);color:var(--brand-deep)}.action-list__icon svg{width:20px;height:20px}.action-list strong{display:block;font-size:15px;font-weight:600}.action-list span{display:block;margin-top:2px;color:var(--ink-2);font-size:13px}.action-list__chev{width:18px;height:18px;color:var(--ink-3)}@media(max-width:720px){.guest-bar,.guest-foot{padding-left:20px;padding-right:20px}.auth-card{padding:32px 24px 24px;border-radius:16px}.portal-top{height:auto;flex-wrap:wrap;gap:12px;padding:12px 16px}.portal-nav{order:3;flex-basis:100%}.portal-main{padding:20px 16px 48px}.metric-grid{grid-template-columns:1fr}.home-head{flex-direction:column;align-items:flex-start}}.dialog-heading[data-v-f2f63329]{display:flex;align-items:center;gap:12px;padding:0 0 14px}.heading-icon[data-v-f2f63329]{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#2687e8;background:#eaf4ff}.heading-icon svg[data-v-f2f63329]{width:25px;height:25px}.product-context[data-v-f2f63329]{margin-top:2px;font-size:12px;line-height:18px;color:#64748b;font-weight:400;overflow-wrap:anywhere}.product-form[data-v-f2f63329]{padding:2px 4px 0 0}.product-form[data-v-f2f63329] .ant-form-item{margin-bottom:14px}.product-form[data-v-f2f63329] .ant-form-item-label{padding-bottom:6px}.product-form[data-v-f2f63329] .ant-input,.product-form[data-v-f2f63329] .ant-input-number,.product-form[data-v-f2f63329] .ant-select-selector{border-radius:7px}.product-form[data-v-f2f63329] .ant-input:not(textarea),.product-form[data-v-f2f63329] .ant-select-single,.product-form[data-v-f2f63329] .ant-input-number-input{min-height:36px}.product-form[data-v-f2f63329] .ant-select-single .ant-select-selector{height:36px;align-items:center}.identity-layout[data-v-f2f63329]{display:grid;grid-template-columns:minmax(0,1fr) 224px;align-items:start;gap:24px}.identity-section[data-v-f2f63329],.product-grid[data-v-f2f63329]>*,.dimensions-grid[data-v-f2f63329]>*{min-width:0}.section-title[data-v-f2f63329]{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:14px;font-weight:600}.section-title[data-v-f2f63329]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.product-grid[data-v-f2f63329]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.wide[data-v-f2f63329]{grid-column:1 / -1}.media-panel[data-v-f2f63329]{padding:16px;border:1px solid #e8edf3;border-radius:12px;background:#f8fafc}.media-heading[data-v-f2f63329]{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.media-heading h3[data-v-f2f63329]{margin:0;font-size:13px;font-weight:600}.optional-label[data-v-f2f63329]{color:#64748b;font-size:11px}.upload-button[data-v-f2f63329]{display:flex;width:100%;min-height:144px;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px dashed #b9cfe5;border-radius:9px;background:#fff;color:#2479cb;font-size:13px;cursor:pointer;transition:border-color .2s,background .2s}.upload-button[data-v-f2f63329]:hover,.upload-button[data-v-f2f63329]:focus-visible{border-color:#3b9eff;background:#f0f7ff}.upload-button[data-v-f2f63329]:focus-visible{outline:2px solid #3b9eff;outline-offset:3px}.upload-button[data-v-f2f63329]:disabled{cursor:not-allowed;opacity:.55}.upload-icon[data-v-f2f63329]{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#edf5ff}.upload-icon svg[data-v-f2f63329]{width:28px;height:28px}.upload-button.compact[data-v-f2f63329]{min-height:56px;flex-direction:row;gap:8px}.compact .upload-icon[data-v-f2f63329]{width:28px;height:28px}.compact .upload-icon svg[data-v-f2f63329]{width:20px;height:20px}.image-hint[data-v-f2f63329]{margin:12px 0 0;font-size:11px;line-height:1.7;color:#64748b}.image-list[data-v-f2f63329]{display:grid;gap:8px;margin-bottom:10px}.image-card[data-v-f2f63329]{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px;border:1px solid #e8edf3;border-radius:8px;background:#fff}.image-actions[data-v-f2f63329]{display:flex;flex-direction:column;align-items:center}.main-badge[data-v-f2f63329]{border-radius:4px;padding:2px 8px;background:#eaf4ff;color:#2479cb;font-size:11px}.selected-files[data-v-f2f63329]{display:grid;gap:4px;margin-top:10px}.file-name[data-v-f2f63329]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#475569}.package-section[data-v-f2f63329]{margin-top:4px;padding-top:18px;border-top:1px solid #eef1f5}.dimensions-grid[data-v-f2f63329]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.battery-option[data-v-f2f63329]{display:flex;align-items:center;min-height:36px;margin-top:29px;margin-bottom:14px;padding:0 12px;border-radius:7px;background:#f8fafc}.battery-option.portal-battery[data-v-f2f63329]{margin-top:0}.additional-section[data-v-f2f63329]{border-top:1px solid #eef1f5}.additional-section[data-v-f2f63329] .ant-collapse-header{padding:10px 0!important;font-size:13px}.additional-section[data-v-f2f63329] .ant-collapse-content-box{padding:4px 0 0!important}.form-note[data-v-f2f63329]{display:flex;align-items:flex-start;gap:8px;margin:4px 0 0;padding:10px 12px;border-radius:8px;background:#f0f7ff;color:#53718d;font-size:12px;line-height:1.65}.note-icon[data-v-f2f63329]{display:inline-flex;flex:0 0 14px;align-items:center;justify-content:center;height:14px;margin-top:3px;border:1px solid currentColor;border-radius:50%;font-size:10px;font-family:serif;font-weight:600}@media(max-width:720px){.identity-layout[data-v-f2f63329]{grid-template-columns:minmax(0,1fr);gap:4px}.media-panel[data-v-f2f63329]{margin-bottom:18px}.upload-button[data-v-f2f63329]{min-height:84px;flex-direction:row}.image-list[data-v-f2f63329]{grid-template-columns:repeat(2,minmax(0,1fr))}.dimensions-grid[data-v-f2f63329]{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}}@media(max-width:440px){.product-grid[data-v-f2f63329]{grid-template-columns:minmax(0,1fr)}.battery-option[data-v-f2f63329]{margin-top:0}.image-list[data-v-f2f63329]{grid-template-columns:minmax(0,1fr)}}.products-page[data-v-f871922d]{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0}.toolbar[data-v-f871922d]{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hint[data-v-f871922d]{color:#64748b;font-size:12px}.name[data-v-f871922d]{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-data[data-v-f871922d]{display:grid;grid-template-columns:150px 1fr;gap:10px;margin-top:16px}.detail-data dt[data-v-f871922d]{color:#64748b}.detail-data dd[data-v-f871922d]{overflow-wrap:anywhere}.detail-images[data-v-f871922d]{display:flex;gap:12px}
