:root,:host{--w-e-textarea-bg-color:#fff;--w-e-textarea-color:#333;--w-e-textarea-border-color:#ccc;--w-e-textarea-slight-border-color:#e8e8e8;--w-e-textarea-slight-color:#d4d4d4;--w-e-textarea-slight-bg-color:#f5f2f0;--w-e-textarea-selected-border-color:#b4d5ff;--w-e-textarea-handler-bg-color:#4290f7;--w-e-toolbar-color:#595959;--w-e-toolbar-bg-color:#fff;--w-e-toolbar-active-color:#333;--w-e-toolbar-active-bg-color:#f1f1f1;--w-e-toolbar-disabled-color:#999;--w-e-toolbar-border-color:#e8e8e8;--w-e-modal-button-bg-color:#fafafa;--w-e-modal-button-border-color:#d9d9d9}.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;outline:none;margin:0;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;white-space:pre-wrap;border-top:1px solid #0000;outline:0;min-height:100%;padding:0 10px}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;min-width:20px;max-width:100%;min-height:20px;display:inline!important}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{width:90%;font-style:italic;top:17px;left:10px}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);padding:0 5px;font-size:14px}.w-e-bar svg{fill:var(--w-e-toolbar-color);width:14px;height:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;position:absolute;box-shadow:0 2px 5px #0000001f}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);width:1px;height:40px;margin:0 5px;display:inline-flex}.w-e-bar-item{text-align:center;height:40px;padding:4px;display:flex;position:relative}.w-e-bar-item,.w-e-bar-item button{justify-content:center;align-items:center}.w-e-bar-item button{color:var(--w-e-toolbar-color);cursor:pointer;white-space:nowrap;background:0 0;border:none;height:32px;padding:0 8px;display:inline-flex;overflow:hidden}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);opacity:0;text-align:center;visibility:hidden;white-space:pre;z-index:1;border-radius:5px;padding:5px 10px;font-size:.75em;transition:opacity .6s;position:absolute;top:40px}.w-e-menu-tooltip-v5:after{border:5px solid #0000;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;visibility:hidden;transition:opacity .6s;position:absolute;top:30px}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{top:10px;left:100%}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:#0000;border-left-color:#0000;border-right-color:var(--w-e-toolbar-active-color);border-top-color:#0000;margin-left:-10px;top:16px;left:100%}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);z-index:1;border-radius:3px;margin-top:40px;display:none;position:absolute;top:0;left:0;box-shadow:0 2px 10px #0000001f}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);z-index:1;border-radius:3px;min-width:100px;max-height:350px;margin-top:40px;position:absolute;top:0;left:0;overflow-y:auto;box-shadow:0 2px 10px #0000001f}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;text-align:left;white-space:nowrap;padding:7px 0 7px 25px;position:relative}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{margin-top:-7px;margin-left:5px;position:absolute;top:50%;left:0}.w-e-bar-bottom .w-e-select-list{bottom:0;top:inherit;margin-top:0;margin-bottom:40px}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);z-index:1;border-radius:3px;min-width:200px;margin-top:40px;padding:10px;position:absolute;top:0;box-shadow:0 2px 10px #0000001f}.w-e-bar-bottom .w-e-drop-panel{bottom:0;top:inherit;margin-top:0;margin-bottom:40px}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);color:var(--w-e-toolbar-color);text-align:left;z-index:1;border-radius:3px;min-width:100px;min-height:40px;padding:20px 15px 0;font-size:14px;position:absolute;box-shadow:0 2px 10px #0000001f}.w-e-modal .btn-close{cursor:pointer;padding:5px;line-height:1;position:absolute;top:7px;right:8px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);width:10px;height:10px}.w-e-modal .babel-container{margin-bottom:15px;display:block}.w-e-modal .babel-container span{margin-bottom:10px;display:block}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);color:var(--w-e-toolbar-color);cursor:pointer;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:4px;height:32px;padding:4.5px 15px;font-weight:400;transition:all .3s cubic-bezier(.645,.045,.355,1)}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);color:var(--w-e-toolbar-color);font-variant:tabular-nums;border-radius:4px;width:100%;padding:4.5px 11px;transition:all .3s}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);width:0;height:1px;transition:width .3s;position:absolute}.w-e-full-screen-container{position:fixed;flex-direction:column!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:flex!important;inset:0!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;padding:3px;font-family:monospace}.w-e-panel-content-color{text-align:left;width:230px;list-style:none}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);cursor:pointer;border-radius:3px;padding:2px;display:inline-block}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;width:17px;height:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{width:100%;margin-bottom:5px;line-height:1.5}.w-e-panel-content-color .clear svg{width:16px;height:16px;margin-bottom:-4px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);margin:10px 0;padding:10px;font-size:100%;line-height:1.5;display:block}.w-e-panel-content-emotion{text-align:left;width:300px;font-size:20px;list-style:none}.w-e-panel-content-emotion li{cursor:pointer;border-radius:3px;padding:0 5px;display:inline-block}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;height:1px;display:block}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);text-indent:0;border-radius:4px;padding:10px;font-size:14px;display:block}.w-e-text-container [data-slate-editor] .w-e-image-container{margin:0 3px;display:inline-block}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{position:relative;overflow:hidden}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);width:7px;height:7px;position:absolute}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;top:0;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;top:0;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{cursor:nesw-resize;bottom:0;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{cursor:nwse-resize;bottom:0;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover,.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;width:100%;margin-top:10px;padding:10px;overflow-x:auto}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);text-align:left;min-width:30px;padding:3px 5px;line-height:1.5}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);text-align:center;font-weight:700}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;width:20px;height:15px;padding:3px 5px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-textarea-video-container{border:1px dashed var(--w-e-textarea-border-color);text-align:center;background-image:linear-gradient(45deg,#eee 25%,#0000 0 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:5px;margin:10px auto 0;padding:10px 0}.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;-webkit-hyphens:none;hyphens:none;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal;margin:.5em 0;padding:1em;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;line-height:1.5;overflow:auto}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}.storefront-root{--store-text:#10233f;--store-text-soft:#10233fb8;--store-border:#ffffff75;--store-border-strong:#ffffff9e;--store-surface:#ffffff8f;--store-surface-strong:#ffffffb8;--store-surface-soft:#ffffff4d;--store-shadow:0 24px 80px #32547e29;--store-shadow-strong:0 30px 90px #32547e33;--store-accent:#0f766e;--store-accent-soft:#0f766e1f;--store-accent-strong:#0f766e33;--store-chip:#ffffff85;--store-screen:linear-gradient(180deg, #f1f6ff 0%, #e6eef7 100%);--store-spot-a:#76c6ff4d;--store-spot-b:#70ddc53d;--store-spot-c:#ffffff80;min-height:100vh;color:var(--store-text);background:radial-gradient(circle at 12% 18%, var(--store-spot-a), transparent 30%), radial-gradient(circle at 84% 16%, var(--store-spot-b), transparent 28%), radial-gradient(circle at 50% 100%, var(--store-spot-c), transparent 40%), var(--store-screen);isolation:isolate;padding:24px 16px 48px;transition:background .25s,color .25s;position:relative;overflow:hidden}.storefront-root:before,.storefront-root:after{content:"";pointer-events:none;filter:blur(24px);opacity:.7;z-index:0;border-radius:999px;animation:18s ease-in-out infinite storefront-float;position:fixed;inset:auto}.storefront-root:before{background:linear-gradient(135deg,#ffffffa3,#6366f11f);width:22rem;height:22rem;animation-delay:-5s;top:10%;left:-6rem}.storefront-root:after{background:linear-gradient(135deg,#2dd4bf33,#ffffff7a);width:26rem;height:26rem;bottom:4%;right:-8rem}.storefront-root .storefront-shell:before,.storefront-root .storefront-shell:after{content:"";pointer-events:none;filter:blur(32px);opacity:.44;z-index:0;border-radius:999px;position:fixed;inset:auto}.storefront-root .storefront-shell:before{background:radial-gradient(circle,#ffffffb8,#fff0);width:18rem;height:18rem;animation:24s linear infinite storefront-drift;top:28%;right:12%}.storefront-root .storefront-shell:after{background:radial-gradient(circle,#14b8a62e,#14b8a600);width:14rem;height:14rem;animation:20s linear infinite reverse storefront-drift;bottom:10%;left:10%}.storefront-root--dark{--store-text:#edf6ff;--store-text-soft:#edf6ffc2;--store-border:#a8ccff29;--store-border-strong:#a8ccff3d;--store-surface:#0812248a;--store-surface-strong:#0a162bb8;--store-surface-soft:#60a5fa14;--store-shadow:0 30px 100px #0206176b;--store-shadow-strong:0 34px 110px #0206178c;--store-accent:#8ae6ff;--store-accent-soft:#38bdf824;--store-accent-strong:#22d3ee38;--store-chip:#0c192fad;--store-screen:linear-gradient(180deg, #040b16 0%, #091426 48%, #08101b 100%);--store-spot-a:#2563eb38;--store-spot-b:#22d3ee29;--store-spot-c:#0f172a52}.storefront-root--dark:before{background:linear-gradient(135deg,#3b82f647,#0f172a05)}.storefront-root--dark:after{background:linear-gradient(135deg,#22d3ee38,#08122414)}.storefront-root--dark .storefront-shell:before{background:radial-gradient(circle,#3b82f63d,#3b82f600)}.storefront-root--dark .storefront-shell:after{background:radial-gradient(circle,#22d3ee29,#22d3ee00)}.storefront-shell{z-index:1;gap:18px;max-width:1180px;margin:0 auto;display:grid;position:relative}.storefront-screen{background:var(--store-screen,linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%));place-items:center;min-height:100vh;display:grid}.storefront-invalid-card{text-align:center;border-radius:24px;width:min(92vw,520px)}.glass-surface{border:1px solid var(--store-border);-webkit-backdrop-filter:blur(22px)saturate(145%);background:linear-gradient(180deg, #ffffff38, #ffffff05), var(--store-surface);box-shadow:var(--store-shadow);border-radius:28px;position:relative;overflow:hidden}.glass-surface:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff57,#fff0);position:absolute;inset:1px}.glass-surface--strong{border-color:var(--store-border-strong);background:linear-gradient(135deg, #ffffff57, #ffffff0a), var(--store-surface-strong);box-shadow:var(--store-shadow-strong)}.storefront-nav,.storefront-section,.storefront-product-card,.storefront-history-card{z-index:0;position:relative}.storefront-nav{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:18px;padding:14px 18px;display:grid}.storefront-brand,.storefront-nav__link,.storefront-theme-toggle{color:inherit;cursor:pointer;transform-origin:50%;background:0 0;border:0;transition:background .2s,transform .2s,color .2s,box-shadow .2s}.storefront-brand{justify-self:start;align-items:center;gap:14px;min-width:0;padding:0;display:inline-flex}.storefront-brand__logo,.storefront-detail__icon{object-fit:cover;background:var(--store-accent-soft);border-radius:16px;flex-shrink:0;width:52px;height:52px}.storefront-brand__logo--empty,.storefront-product-card__glyph{color:var(--store-accent);place-items:center;font-size:22px;font-weight:700;display:grid}.storefront-brand__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:18px;font-weight:700;overflow:hidden}.storefront-nav__menu{border:1px solid var(--store-border);background:var(--store-surface-soft);border-radius:999px;justify-self:center;align-items:center;gap:8px;padding:6px;display:inline-flex;box-shadow:inset 0 1px #ffffff47}.storefront-nav__link,.storefront-theme-toggle{border-radius:999px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.storefront-nav__link{padding:10px 18px;font-weight:600}.storefront-nav__link:hover,.storefront-theme-toggle:hover,.storefront-brand:hover{color:var(--store-accent)}.storefront-nav__link:hover,.storefront-theme-toggle:hover{background:#ffffff24;transform:translateY(-1px)}.storefront-brand:active,.storefront-nav__link:active,.storefront-theme-toggle:active,.storefront-root .ant-btn:active,.storefront-product-card:active{transform:scale(.98)}.storefront-theme-toggle{border:1px solid var(--store-border);background:var(--store-surface-soft);justify-self:end;width:44px;height:44px;font-size:18px;box-shadow:inset 0 1px #ffffff47}.storefront-section{padding:20px}.storefront-section__header,.storefront-history-card__head,.storefront-detail__hero{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:18px;display:flex}.storefront-section__header,.storefront-history-card__head{justify-content:space-between}.storefront-detail__hero{flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;margin-bottom:18px}.storefront-detail__summary{flex:1;gap:10px;min-width:0;display:grid}.storefront-detail__summary .ant-typography{margin-bottom:0!important}.storefront-detail__actions{row-gap:10px}.storefront-section__header h3,.storefront-product-card h4,.storefront-detail h2,.storefront-section h3{color:var(--store-text)!important}.storefront-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.storefront-info-card{background:#ffffff1f;border:1px solid #ffffff24;border-radius:22px;padding:18px}.storefront-info-card--accent{background:linear-gradient(135deg, var(--store-accent-soft), #ffffff0f), #ffffff14}.storefront-info-card__label{color:var(--store-text);margin-bottom:10px;font-weight:700;display:inline-block}.storefront-info-card__content,.storefront-info-card__content p,.storefront-detail,.storefront-package-row__meta,.storefront-history-card .ant-typography-secondary,.storefront-section .ant-typography-secondary{color:var(--store-text-soft)!important}.storefront-custom-shell{background:linear-gradient(#ffffff0a,#ffffff03),0 0;padding:18px}.storefront-custom-content{min-height:24px;color:var(--store-text);background:0 0!important}.storefront-custom-content,.storefront-custom-content *{max-width:100%}.storefront-custom-content--light{color:#0f172a}.storefront-custom-content--dark{color:#e6eef8}.storefront-custom-content img,.storefront-custom-content video,.storefront-custom-content canvas,.storefront-custom-content svg{height:auto}.storefront-custom-content a{color:var(--store-accent)}.storefront-product-grid,.storefront-detail__grid,.storefront-history-list{gap:16px;display:grid}.storefront-product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.storefront-product-card{cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s,filter .2s;background:0 0!important;border-radius:28px!important}.storefront-product-card:hover{filter:saturate(1.03);transform:translateY(-4px);box-shadow:0 28px 84px #32547e38}.storefront-product-card .ant-card-body,.storefront-product-card .ant-card-actions,.storefront-content-card .ant-card-body,.storefront-history-card .ant-card-body{background:0 0!important}.storefront-product-card .ant-card-actions{border-top:1px solid #ffffff14}.storefront-product-card__head{grid-template-columns:72px 1fr;align-items:center;gap:14px;display:grid}.storefront-product-card__head img{object-fit:cover;border-radius:18px;width:72px;height:72px}.storefront-package-list{flex-wrap:wrap;gap:10px;display:flex}.storefront-package-chip{background:var(--store-chip);border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:10px;padding:8px 12px;display:inline-flex}.storefront-detail__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-content-card{background:0 0!important;border-radius:24px!important}.storefront-package-stack{gap:14px;display:grid}.storefront-package-row{background:#ffffff14;border:1px solid #ffffff24;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.storefront-package-row__action{align-items:center;gap:12px;display:flex}.storefront-price{color:var(--store-text);font-size:26px;font-weight:700}.storefront-card-code{background:#ffffff1a;border:1px solid #ffffff24;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding:12px 14px;display:flex}.storefront-card-code code{white-space:nowrap;color:var(--store-text);font-size:13px;overflow:auto}.storefront-history-card{padding:16px}.storefront-history-card__body{gap:10px;margin-top:12px;display:grid}.storefront-root .ant-card,.storefront-root .ant-alert,.storefront-root .ant-input,.storefront-root .ant-input-affix-wrapper,.storefront-root .ant-select-selector{border-radius:20px}.storefront-root .ant-card,.storefront-root .ant-alert{border-color:var(--store-border)}.storefront-root .ant-btn-primary{background:linear-gradient(135deg,#0f766e,#14b8a6);box-shadow:0 12px 28px #0f766e3d}.storefront-root .ant-btn{transition:transform .18s,box-shadow .18s,background .18s,color .18s}.storefront-root .ant-btn:hover{transform:translateY(-1px)}.storefront-root--dark .ant-btn-primary{background:linear-gradient(135deg,#0891b2,#22d3ee);box-shadow:0 14px 30px #0ea5e93d}.storefront-root .ant-btn-link,.storefront-root .ant-btn-text,.storefront-root a{color:var(--store-accent)}.storefront-root .ant-alert,.storefront-root .ant-card,.storefront-root .ant-input,.storefront-root .ant-input-affix-wrapper,.storefront-root .ant-select-selector{background:#ffffff1a!important}.storefront-root--dark .ant-alert,.storefront-root--dark .ant-card,.storefront-root--dark .ant-input,.storefront-root--dark .ant-input-affix-wrapper,.storefront-root--dark .ant-select-selector{color:var(--store-text)!important;background:#0812244d!important}@keyframes storefront-float{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(18px,-16px)scale(1.05)}}@keyframes storefront-drift{0%{transform:translate(0,0)scale(1)}25%{transform:translate(16px,-12px)scale(1.04)}50%{transform:translate(-8px,10px)scale(.98)}75%{transform:translate(12px,18px)scale(1.02)}to{transform:translate(0,0)scale(1)}}@media (prefers-reduced-motion:reduce){.storefront-root:before,.storefront-root:after,.storefront-root .storefront-shell:before,.storefront-root .storefront-shell:after{animation:none}.storefront-brand,.storefront-nav__link,.storefront-theme-toggle,.storefront-root .ant-btn,.storefront-product-card{transition:none}}@media (width<=768px){.storefront-root{padding:14px 12px 36px}.storefront-nav{grid-template-columns:1fr auto;grid-template-areas:"brand theme""menu menu";align-items:center}.storefront-brand{grid-area:brand}.storefront-theme-toggle{grid-area:theme}.storefront-nav__menu{grid-area:menu;justify-content:center;width:100%}.storefront-info-grid,.storefront-hero__brand,.storefront-product-card__head,.storefront-detail__grid{grid-template-columns:1fr}.storefront-detail__hero{flex-wrap:wrap}.storefront-nav__link{flex:1}.storefront-package-row,.storefront-card-code{flex-direction:column;align-items:stretch}.storefront-package-row__action{justify-content:space-between}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Space Grotesk,Noto Sans SC,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#0f766e3d,#0000 24%),radial-gradient(circle at 100% 0,#1677ff2e,#0000 22%),linear-gradient(#e8f5f2 0%,#f5f8fc 45%,#f9efe5 100%);min-width:1180px;margin:0}#root{min-height:100vh}.user-shell{background:radial-gradient(circle at 10% 0,#0891b229,#0000 20%),radial-gradient(circle at 90% 12%,#3b82f629,#0000 24%),linear-gradient(#e7f7f4 0%,#f4f8fd 42%,#fdf3e8 100%);min-height:100vh}.user-content-shell{min-width:0}.user-sidebar{border-right:1px solid #ffffff14;overflow:auto;background:#091222f0!important}.user-sidebar .ant-menu{color:#ffffffb8;background:0 0;border-inline-end:none!important}.user-sidebar .ant-menu-item,.user-sidebar .ant-menu-submenu-title{color:#ffffffbd!important}.user-sidebar .ant-menu-item .ant-menu-title-content,.user-sidebar .ant-menu-item .ant-menu-item-icon,.user-sidebar .ant-menu-submenu-title .ant-menu-title-content,.user-sidebar .ant-menu-submenu-title .ant-menu-item-icon{color:inherit!important}.user-sidebar .ant-menu-item:hover,.user-sidebar .ant-menu-submenu-title:hover{color:#fff!important;background:#ffffff14!important}.user-sidebar .ant-menu-item-selected{color:#fff!important;background:linear-gradient(90deg,#14b8a629,#1677ff2e)!important}.page-header{background:0 0!important;height:auto!important;padding:22px 22px 0!important;line-height:normal!important}.page-content{min-width:0;padding:22px}.hero-band{color:#fff;background:linear-gradient(135deg,#082f49f0,#0891b2e6),linear-gradient(135deg,#14b8a6,#1677ff);border-radius:28px;margin-bottom:20px;padding:26px;box-shadow:0 28px 70px #082f4938}.hero-band h1{margin:0 0 8px;color:#fff!important}.hero-band p{color:#ffffffc7;margin:0}.balance-chip{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;height:40px;padding-inline:14px;display:inline-flex}.balance-chip.ant-btn:hover,.balance-chip.ant-btn:focus{color:#fff!important;background:#ffffff24!important;border-color:#ffffff4d!important}.balance-chip .ant-typography{color:#fff;margin:0}.recharge-action-btn.ant-btn{color:#f8fafc;background:linear-gradient(135deg,#0f766e,#0f9f8f);border:1px solid #0f766e;border-radius:999px;height:42px;padding-inline:18px;box-shadow:0 10px 24px #0f766e47}.recharge-action-btn.ant-btn .anticon,.recharge-action-btn.ant-btn span{color:#f8fafc}.recharge-action-btn.ant-btn:hover,.recharge-action-btn.ant-btn:focus{box-shadow:0 14px 28px #0f766e52;color:#fff!important;background:linear-gradient(135deg,#115e59,#0f8d80)!important;border-color:#115e59!important}.recharge-action-btn.ant-btn:active{background:linear-gradient(135deg,#134e4a,#0f766e)!important;border-color:#134e4a!important}.asset-balance-hero{background:linear-gradient(135deg,#ecfdf5f0,#eff6ffeb),#fff;border:1px solid #14b8a633;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;padding:26px 30px;display:flex;box-shadow:0 18px 48px #0f172a14}.asset-balance-hero>div{flex-direction:column;gap:6px;display:flex}.asset-balance-hero span{color:#64748b;font-size:14px}.asset-balance-hero strong{color:#0f172a;letter-spacing:0;font-size:44px;line-height:1}.asset-convert-panel{background:#ffffffb8;border:1px solid #94a3b83d;border-radius:8px;padding:18px 20px}.recharge-modal{padding-top:4px}.recharge-modal__title{text-align:center;color:#0f172a;letter-spacing:0;background:linear-gradient(135deg,#ecfdf5f2,#eff6fff2);border-radius:16px;margin:0 0 20px;padding:22px 18px;font-size:26px;font-weight:700}.agent-entry-chip{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;height:40px;padding-inline:14px;display:inline-flex}.agent-entry-chip img{object-fit:cover;border-radius:999px;width:22px;height:22px;box-shadow:0 0 0 1px #ffffff2e}.agent-entry-chip--active{background:linear-gradient(135deg,#78350f6b,#14b8a633);border-color:#facc1557}.agent-entry-chip.ant-btn:hover,.agent-entry-chip.ant-btn:focus{color:#fff!important;background:#ffffff24!important;border-color:#ffffff4d!important}.surface-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #94a3b829;border-radius:24px;box-shadow:0 18px 48px #0f172a14}.surface-card .ant-card-body{padding:20px}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px;display:grid}.section-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.section-toolbar-copy h2{margin:0}.section-toolbar-copy p{color:#64748b;margin:6px 0 0}.glass-table .ant-table{background:0 0}.glass-table .ant-table-thead>tr>th{background:#f1f5f9e6}.file-visual{background:linear-gradient(135deg,#0f172a0f,#0f766e1f);border-radius:16px;place-items:center;width:60px;height:60px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #94a3b82e}.file-visual.image img{object-fit:cover;width:100%;height:100%}.file-glyph{width:100%;height:100%}.file-name-cell{flex-direction:column;gap:4px;display:flex}.video-warning-card{background:linear-gradient(135deg,#fff7edeb,#fffbebe6);border:1px solid #d977062e;margin-bottom:14px}.task-grid{grid-template-columns:1.05fr .95fr;gap:18px;display:grid}.video-task-form .ant-form-item{margin-bottom:14px}.video-task-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;display:grid}.channel-select .ant-select-selector{align-items:center;border-radius:18px!important;height:auto!important;min-height:76px!important;padding:6px 12px!important}.channel-select.ant-select-single{height:auto}.channel-select.ant-select-single .ant-select-selection-wrap,.channel-select.ant-select-single .ant-select-selection-search,.channel-select.ant-select-single .ant-select-selection-item,.channel-select.ant-select-single .ant-select-selection-placeholder{min-height:62px}.channel-select.ant-select-single .ant-select-selection-wrap{align-items:stretch}.channel-select.ant-select-focused .ant-select-selector,.channel-select.ant-select-open .ant-select-selector{box-shadow:0 0 0 3px #14b8a624!important}.channel-select .ant-select-selection-item{width:100%;height:auto;line-height:1!important}.channel-select .ant-select-selection-placeholder{align-items:center;display:flex}.channel-option{flex-direction:column;gap:10px;padding:12px 2px;display:flex}.channel-option--selected{background:linear-gradient(135deg,#f0fdfae6,#eff6ffe6)}.channel-option--compact{gap:8px;padding:0}.channel-option--compact .channel-option__remark{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.channel-option__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.channel-option__title-block{flex-direction:column;gap:4px;min-width:0;display:flex}.channel-option__title{color:#0f172a;font-weight:700;line-height:1.2}.channel-option__remark{color:#475569;font-size:12px;line-height:1.4}.channel-option__remark--muted{color:#94a3b8}.channel-option__price{color:#fff;background:#0f172a;border-radius:999px;flex:none;padding:6px 10px;font-size:12px;font-weight:700;line-height:1}.channel-option__meta{flex-wrap:wrap;gap:8px;display:flex}.channel-chip{border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.channel-chip--ratio{color:#155e75;background:#cffafef5}.channel-chip--image{color:#166534;background:#dcfce7f5}.video-task-list-item{border-radius:16px;padding-inline:0;transition:background-color .2s,box-shadow .2s}.video-task-list-item:hover{background:#14b8a60f}.video-task-list-item.active{background:#1677ff14;box-shadow:inset 0 0 0 1px #1677ff24}.video-task-detail-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:14px;display:grid}.video-task-preview-card{flex-direction:column;gap:10px;display:flex}.video-task-preview{object-fit:contain;background:#0f172a;border-radius:16px;width:100%;max-width:320px;max-height:200px}.video-task-preview__empty{background:#f8fafce6;border:1px dashed #94a3b873;place-items:center;display:grid}.video-task-preview-meta{flex-direction:column;gap:8px;display:flex}.video-task-detail-descriptions .ant-descriptions-view{border-radius:16px;overflow:hidden}.video-task-detail-descriptions .ant-descriptions-row>th,.video-task-detail-descriptions .ant-descriptions-row>td{padding-top:10px;padding-bottom:10px}.reference-image-picker{flex-direction:column;gap:12px;display:flex}.reference-image-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.reference-image-slot{flex-direction:column;gap:8px;display:flex}.reference-image-slot__surface{background:linear-gradient(135deg,#f8fafcfa,#e2e8f0d6);border:1px solid #94a3b838;border-radius:18px;min-height:146px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff73}.reference-image-slot__preview{object-fit:cover;width:100%;height:146px;display:block}.reference-image-slot__empty{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:146px;font-size:13px;display:flex}.reference-image-slot__empty .anticon{font-size:28px}.reference-image-slot__overlay{opacity:0;background:#0f172a8f;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px;transition:opacity .2s;display:flex;position:absolute;inset:0}.reference-image-slot__surface:hover .reference-image-slot__overlay{opacity:1}.reference-image-slot__meta{min-height:22px}.reference-history-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.reference-history-card{cursor:pointer;text-align:left;background:#f8fafcf2;border:1px solid #94a3b82e;border-radius:16px;padding:10px}.reference-history-card img{object-fit:cover;border-radius:12px;width:100%;height:120px;margin-bottom:8px;display:block}.reference-history-card span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.json-block{color:#dbeafe;background:#0f172a;border-radius:18px;margin:0;padding:16px;font-size:12px;line-height:1.6}.agent-overview-card{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.agent-overview-card__main{align-items:center;gap:16px;display:flex}.agent-overview-card__icon,.agent-level-cell__icon{object-fit:cover;border-radius:20px;width:68px;height:68px;box-shadow:0 18px 30px #0f172a24}.agent-overview-card__icon--empty,.agent-level-cell__icon--empty{color:#fff;background:linear-gradient(135deg,#f59e0b,#fb7185);place-items:center;font-weight:700;display:grid}.agent-overview-card__icon--muted,.agent-level-cell__icon--muted{color:#64748b;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:0 14px 26px #64748b29}.agent-overview-card__copy .ant-typography{margin-top:0;margin-bottom:0}.agent-overview-card__stats{flex-wrap:wrap;gap:12px;display:flex}.agent-highlight{background:linear-gradient(135deg,#fffbebf5,#f0f9fff5);border:1px solid #fbbf2438;border-radius:18px;min-width:150px;padding:14px 16px}.agent-highlight span{color:#78716c;margin-bottom:6px;font-size:12px;display:block}.agent-highlight strong{color:#0f172a;font-size:22px}.agent-level-cell{align-items:center;gap:14px;display:flex}.agent-level-cell__copy{flex-direction:column;gap:4px;display:flex}.agent-perk-stack{flex-direction:column;gap:10px;display:flex}.agent-perk-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.agent-oem-state{border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.agent-oem-state--enabled{color:#166534;background:#dcfce7f5;border:1px solid #22c55e38}.agent-oem-state--disabled{color:#b91c1c;background:#fee2e2f5;border:1px solid #f871713d}.agent-fee-badge{color:#fff;background:linear-gradient(135deg,#f59e0b,#f97316 48%,#fb7185 100%);border-radius:18px;flex-direction:column;gap:6px;min-width:190px;padding:12px 14px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 16px 30px #f973163d}.agent-fee-badge:after{content:"";background:linear-gradient(90deg,#fff0,#ffffff75,#fff0);width:56%;position:absolute;inset:-20% auto -20% -35%;transform:rotate(18deg)}.agent-fee-badge span,.agent-fee-badge strong{z-index:1;position:relative}.agent-fee-badge span{white-space:pre-line;font-size:13px}.agent-fee-badge strong{font-size:18px;font-weight:800}.agent-open-button.ant-btn-primary{background:linear-gradient(135deg,#f59e0b,#f97316 48%,#fb7185 100%);border:0;border-radius:12px;min-width:92px;height:44px;padding:0 22px;font-size:15px;font-weight:800;box-shadow:0 12px 22px #f9731647}.agent-open-button.ant-btn-primary:not(:disabled):hover,.agent-open-button.ant-btn-primary:not(:disabled):focus{background:linear-gradient(135deg,#fbbf24,#fb923c 48%,#fb7185 100%);box-shadow:0 14px 26px #f9731657}.agent-open-button.ant-btn-primary:disabled{box-shadow:none;border:1px solid #d9d9d9}.agent-levels-tip{color:#94a3b8;margin-top:12px;font-size:12px;line-height:1.6}.agent-shine-card{position:relative;overflow:hidden}.agent-shine-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff0,#ffffff8c,#fff0);width:46%;height:170%;animation:3.2s ease-in-out infinite agent-shine-sweep;position:absolute;top:-35%;left:-55%;transform:rotate(22deg)}@keyframes agent-shine-sweep{0%{opacity:0;left:-60%}15%{opacity:1}55%{opacity:1;left:120%}to{opacity:0;left:140%}}.api-doc-block{flex-direction:column;gap:10px;display:flex}.api-doc-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:18px;display:grid}.api-doc-nav{flex-direction:column;gap:10px;display:flex;position:sticky;top:20px}.api-doc-nav__item{width:100%;color:inherit;cursor:pointer;background:#f8fafcdb;border:1px solid #94a3b82e;border-radius:18px;align-items:flex-start;gap:12px;padding:14px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.api-doc-nav__item:hover{border-color:#14b8a647;transform:translateY(-1px);box-shadow:0 12px 26px #0f172a14}.api-doc-nav__item--active{background:linear-gradient(135deg,#f0fdfaf2,#eff6ffeb);border-color:#14b8a66b;box-shadow:0 16px 32px #14b8a61f}.api-doc-nav__index{color:#fff;background:#0f172a;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.api-doc-nav__text{flex-direction:column;gap:4px;min-width:0;display:flex}.api-doc-content{flex-direction:column;gap:16px;display:flex}.api-doc-section{background:#f8fafcd6;border:1px solid #94a3b82e;border-radius:22px;padding:18px;scroll-margin-top:24px}.api-doc-section__header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.api-doc-example-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.api-doc-example-card{flex-direction:column;gap:10px;display:flex}.api-test-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.api-log-detail{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.rich-text-editor{background:#fff;border:1px solid #d9d9d9;border-radius:8px;overflow:hidden}.rich-text-editor:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px #0591ff1a}.rich-text-editor .w-e-toolbar{border-bottom:1px solid #edf0f5!important}.rich-text-editor .w-e-text-container{min-height:260px;max-height:520px;overflow-y:auto;height:260px!important}.rich-text-editor .w-e-scroll,.rich-text-editor [data-slate-editor=true]{min-height:100%}.rich-text-editor .w-e-text-placeholder{color:#94a3b8}.login-stage{background:radial-gradient(circle at 0 0,#14b8a638,#0000 28%),radial-gradient(circle at 100% 20%,#3b82f62e,#0000 24%),linear-gradient(#04131f 0%,#0d2031 38%,#f0f7f5 100%);place-items:center;min-height:100vh;padding:32px;display:grid}.login-grid{grid-template-columns:1.1fr .9fr;gap:24px;width:min(1180px,100%);display:grid}.login-showcase,.login-card{border-radius:30px;overflow:hidden;box-shadow:0 30px 80px #0f172a47}.login-showcase{color:#fff;background:linear-gradient(135deg,#0a2540f5,#0f766ee6),linear-gradient(135deg,#14b8a6,#1677ff);padding:36px}.login-showcase h1{margin:0 0 12px;font-size:40px;color:#fff!important}.login-showcase p{color:#ffffffc2;max-width:520px}.login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;padding:34px}@media (width<=1260px){body{min-width:100%}.login-grid,.task-grid,.api-doc-layout,.video-task-form-grid,.video-task-detail-layout,.api-doc-example-grid,.api-test-grid,.api-log-detail{grid-template-columns:1fr}.api-doc-nav{position:static}.video-task-preview{max-width:100%}}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-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]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}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{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}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{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[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{background-color:#feffe6;padding:.2em}
