/* 沃胜券 UI: presentation-only. No state, routes or pricing rules. */
:root{--ws-ink:#172b43;--ws-muted:#56677c;--ws-primary:#214fa4;--ws-hover:#193f86;--ws-line:#dce3eb;--ws-bg:#f5f7fa;--ws-soft:#edf3fc;--ws-success:#18714d;--ws-danger:#b42f3b;--ws-warning:#80520d;--ws-radius:8px;--ws-shadow:0 8px 28px rgba(23,43,67,.06)}
html[data-ws-ui] body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ws-ink);background:var(--ws-bg);font-size:14px;line-height:1.6}
html[data-ws-ui] *{box-sizing:border-box}
html[data-ws-ui] a{transition:color .18s,background-color .18s,border-color .18s}
html[data-ws-ui] :focus-visible{outline:3px solid #376fd1!important;outline-offset:3px!important}
html[data-ws-ui] a:hover{color:var(--ws-primary)}
html[data-ws-ui] h1,html[data-ws-ui] h2,html[data-ws-ui] h3,html[data-ws-ui] h4,html[data-ws-ui] h5{color:var(--ws-ink);font-weight:600;line-height:1.4}
html[data-ws-ui] .text-light,html[data-ws-ui] .text-gray,html[data-ws-ui] .gray{color:var(--ws-muted)!important}
html[data-ws-ui] .text-blue,html[data-ws-ui] .text-primary{color:var(--ws-primary)!important}
html[data-ws-ui] .text-red,html[data-ws-ui] .text-danger{color:var(--ws-danger)!important}
html[data-ws-ui] .text-success{color:var(--ws-success)!important}
html[data-ws-ui] .text-orange{color:var(--ws-warning)!important}
html[data-ws-ui] .btn{border-radius:8px;box-shadow:none;background-image:none;transition:background-color .18s,border-color .18s,color .18s;text-shadow:none}
html[data-ws-ui] .btn-primary,html[data-ws-ui] .btn-green,html[data-ws-ui] .btn-blue{background:var(--ws-primary);border-color:var(--ws-primary);color:#fff}
html[data-ws-ui] .btn-primary:hover,html[data-ws-ui] .btn-green:hover,html[data-ws-ui] .btn-blue:hover{background:var(--ws-hover);border-color:var(--ws-hover);color:#fff}
html[data-ws-ui] .btn-default,html[data-ws-ui] .btn-secondary{background:#fff;border:1px solid var(--ws-line);color:var(--ws-ink)}
html[data-ws-ui] .btn[disabled],html[data-ws-ui] .btn.disabled{opacity:.5;box-shadow:none}
html[data-ws-ui] .form-control,html[data-ws-ui] input[type=text],html[data-ws-ui] input[type=password],html[data-ws-ui] input[type=number],html[data-ws-ui] input[type=email],html[data-ws-ui] select,html[data-ws-ui] textarea{border:1px solid var(--ws-line);border-radius:8px;background:#fff;color:var(--ws-ink);box-shadow:none;font-size:16px}
html[data-ws-ui] .form-control:focus,html[data-ws-ui] textarea:focus{border-color:var(--ws-primary);box-shadow:0 0 0 3px #214fa416}
html[data-ws-ui] input::placeholder,html[data-ws-ui] textarea::placeholder{color:#68788a;opacity:1}
html[data-ws-ui] .form-control-error{border-color:var(--ws-danger)!important}
html[data-ws-ui] .control-label{color:var(--ws-ink);font-weight:500}
html[data-ws-ui] .help-block{color:var(--ws-muted);line-height:1.6}
html[data-ws-ui] .modal{border:1px solid var(--ws-line);border-radius:16px;box-shadow:var(--ws-shadow);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);overflow-y:auto}
html[data-ws-ui] .modal-header{background:#fff;padding:12px 16px;border-bottom:1px solid var(--ws-line);text-shadow:none}
html[data-ws-ui] .modal-close{min-width:36px;min-height:36px;background-position:center;right:4px;top:4px}
html[data-ws-ui] .tooltip{max-width:calc(100vw - 32px);border-radius:8px;line-height:1.6}
html[data-ws-ui] .animated{animation-duration:.18s!important}
html[data-ws-ui] .bounceIn{animation-name:ws-appear!important}
@keyframes ws-appear{from{opacity:0}to{opacity:1}}
/* Desktop navigation / structural surfaces */
html[data-ws-ui=desktop] body{min-width:0}
html[data-ws-ui=desktop] .container{width:min(1200px,calc(100% - 64px));min-width:0;padding-left:0;padding-right:0}
html[data-ws-ui=desktop] #header{background:#fff;border-bottom:1px solid var(--ws-line);box-shadow:none}
html[data-ws-ui=desktop] #navbar{background:#fff;box-shadow:none}
html[data-ws-ui=desktop] #navbar .container-fluid{max-width:1440px;margin:auto;padding:0 32px}
html[data-ws-ui=desktop] .navbar-brand .logo{background:none;display:flex;align-items:center;height:72px}
html[data-ws-ui=desktop] .navbar-brand .logo img{object-fit:contain}
html[data-ws-ui=desktop] .navbar-nav>li>a{font-size:14px;color:var(--ws-muted);font-weight:500}
html[data-ws-ui=desktop] #navbar-sell>a:first-child{color:var(--ws-primary);font-weight:600}
html[data-ws-ui=desktop] .navbar-nav .iconfont{color:var(--ws-muted);font-size:18px}
html[data-ws-ui=desktop] .dropdown-menu{border:1px solid var(--ws-line);box-shadow:var(--ws-shadow);border-radius:12px}
html[data-ws-ui=desktop] .panel{padding:48px 0;background:#fff}
html[data-ws-ui=desktop] .panel-bggray{background:var(--ws-bg)}
html[data-ws-ui=desktop] .panel-title{font-size:28px;letter-spacing:0;margin-bottom:12px}
html[data-ws-ui=desktop] .panel-subtitle{color:var(--ws-muted);font-size:14px}
html[data-ws-ui=desktop] .panel-heading{margin-bottom:32px}
html[data-ws-ui=desktop] .panel-heading:before,html[data-ws-ui=desktop] .panel-heading:after{opacity:.3}
/* Homepage: restrained artwork, compact existing process */
html[data-ws-ui=desktop] .jumbotron,html[data-ws-ui=desktop] .jumbotron #silderto,html[data-ws-ui=desktop] .masthead{height:360px;min-height:0;background-color:#eef3f8}
html[data-ws-ui=desktop] .masthead{background-size:cover!important;background-position:center!important}
html[data-ws-ui=desktop] .masthead:nth-child(1){background-image:url('/static/ws-assets/hero-home.svg')!important}
html[data-ws-ui=desktop] .masthead:nth-child(2){background-image:url('/static/ws-assets/hero-fuel.svg')!important}
html[data-ws-ui=desktop] .panel-stepflow{padding:24px 0 32px}
html[data-ws-ui=desktop] .kaka-notice{box-shadow:none;border:1px solid var(--ws-line);border-radius:8px;background:#fff;margin-top:0}
html[data-ws-ui=desktop] .kaka-notice-time{color:var(--ws-muted)}
html[data-ws-ui=desktop] .kaka-stepflows{padding:24px 0 0}
html[data-ws-ui=desktop] .stepflow-group .icon{border:0;width:48px;height:48px;line-height:48px}
html[data-ws-ui=desktop] .stepflow-group .icon:before,html[data-ws-ui=desktop] .stepflow-group .icon:after{display:none}
html[data-ws-ui=desktop] .stepflow-group .iconfont{color:var(--ws-primary);font-size:24px}
html[data-ws-ui=desktop] .stepflow-group .title{font-size:14px;color:var(--ws-ink)}
html[data-ws-ui=desktop] .stepflow-group .num{font-size:12px;color:var(--ws-muted)}
html[data-ws-ui=desktop] .cards-tabs{border-bottom:1px solid var(--ws-line);padding-bottom:16px;margin-bottom:24px}
html[data-ws-ui=desktop] .cards-tabs a{background:none!important;box-shadow:none;border-radius:6px;color:var(--ws-muted)}
html[data-ws-ui=desktop] .cards-tabs .active a{background:var(--ws-soft)!important;color:var(--ws-primary)!important}
html[data-ws-ui=desktop] .cards-cover{border:1px solid var(--ws-line);border-radius:12px;box-shadow:none;background:#fff;padding:20px 12px}
html[data-ws-ui=desktop] .cards-cover:hover{box-shadow:none;border-color:#9bb2d4;transform:none}
html[data-ws-ui=desktop] .cards-cover img{height:48px;max-width:100%;object-fit:contain}
html[data-ws-ui=desktop] .cards-cover h5{font-size:15px;line-height:1.5}
html[data-ws-ui=desktop] .cards-cover .discount{font-size:16px;color:var(--ws-primary);font-weight:600;font-variant-numeric:tabular-nums}
html[data-ws-ui=desktop] .cards-cover .actions a{border:1px solid var(--ws-line);border-radius:6px;padding:8px 12px;color:var(--ws-primary);background:#fff;box-shadow:none;display:inline-block}
html[data-ws-ui=desktop] .cards-cover[data-card-status='0']{background:#f4f5f7;border-style:dashed}
html[data-ws-ui=desktop] .cards-cover[data-card-status='0'] .discount{font-size:13px;color:var(--ws-warning)}
html[data-ws-ui=desktop] .panel-what .item,html[data-ws-ui=desktop] .panel-feature .item{box-shadow:none}
html[data-ws-ui=desktop] .panel-what{padding:48px 0}
html[data-ws-ui=desktop] .faq-group{display:grid;grid-template-columns:1fr 1fr;gap:24px}
html[data-ws-ui=desktop] .faq-group>ul{float:none;width:auto}
html[data-ws-ui=desktop] .faq-group li{box-shadow:none;border:0;border-top:1px solid var(--ws-line);border-radius:0;padding:24px 0;background:transparent}
html[data-ws-ui=desktop] .faq-content{font-size:14px;line-height:1.8;color:var(--ws-muted)}
/* Sell: preserve all layout and event hooks */
html[data-ws-ui=desktop] .recycle-primary{padding:32px 0;background:var(--ws-bg)}
html[data-ws-ui=desktop] #recycleFormer{padding:24px;background:#fff;border:1px solid var(--ws-line);border-radius:12px}
html[data-ws-ui=desktop] #sell>.form-group,html[data-ws-ui=desktop] #recycle-opening .form-group{padding-top:16px;padding-bottom:16px}
html[data-ws-ui=desktop] .recycle-primary hr{border-top:1px solid #e9edf2;margin:8px 0}
html[data-ws-ui=desktop] #cardTypeBtns{display:flex;flex-wrap:wrap;gap:8px;margin:0}
html[data-ws-ui=desktop] #cardTypeBtns>li{float:none;margin:0;width:auto;flex:1;min-width:120px}
html[data-ws-ui=desktop] #cardTypeBtns>li>a{background:#f4f6f9!important;color:var(--ws-muted)!important;border:1px solid var(--ws-line);border-radius:8px;box-shadow:none;height:48px;line-height:46px;padding:0 12px;font-size:14px}
html[data-ws-ui=desktop] #cardTypeBtns>li.active>a{background:var(--ws-soft)!important;border-color:var(--ws-primary);color:var(--ws-primary)!important}
html[data-ws-ui=desktop] #cardTypeBtns .iconfont{font-size:18px}
html[data-ws-ui=desktop] #cardSpecies{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0}
html[data-ws-ui=desktop] #cardSpecies>li{float:none;width:auto!important;margin:0;padding:0;min-width:0}
html[data-ws-ui=desktop] #cardSpecies>li>a{height:104px;border:1px solid var(--ws-line);background:#fff;border-radius:8px;box-shadow:none;padding:24px 8px 8px;line-height:normal}
html[data-ws-ui=desktop] #cardSpecies img{width:100%;max-width:128px;height:36px;object-fit:contain;display:block;margin:0 auto 8px}
html[data-ws-ui=desktop] #cardSpecies .title{font-size:13px;line-height:20px;color:var(--ws-ink);white-space:normal}
html[data-ws-ui=desktop] #cardSpecies>li.active>a{border:2px solid var(--ws-primary);background:#f5f8fe;padding:23px 7px 7px}
html[data-ws-ui=desktop] #cardSpecies .discount{font-size:11px;background:var(--ws-primary);line-height:20px;padding:0 5px;top:0;left:0;border-radius:6px 0 4px 0}
html[data-ws-ui=desktop] #cardSpecies .dispose-auto{color:var(--ws-muted);font-size:10px}
html[data-ws-ui=desktop] #cardSpecies li.card-maintenance>a{background:#f7f8fa;border-style:dashed}
html[data-ws-ui=desktop] #cardSpecies li.card-maintenance .title{color:var(--ws-muted)}
html[data-ws-ui=desktop] #cardFacevalue{flex-wrap:wrap}
html[data-ws-ui=desktop] #cardFacevalue .btn{background:#fff}
html[data-ws-ui=desktop] #cardFacevalue .btn strong{color:var(--ws-ink)}
html[data-ws-ui=desktop] #cardFacevalue .btn small{color:var(--ws-primary);font-variant-numeric:tabular-nums}
html[data-ws-ui=desktop] #cardFacevalue .btn small .text-red{color:var(--ws-muted)!important;font-weight:400}
html[data-ws-ui=desktop] #chooseMode .btn{height:48px;line-height:46px;border:1px solid var(--ws-line);background:#fff;color:var(--ws-muted);padding:0 16px}
html[data-ws-ui=desktop] #chooseMode .active .btn{color:var(--ws-primary);border-color:var(--ws-primary);background:var(--ws-soft)}
html[data-ws-ui=desktop] #cardlist{min-height:176px;padding:16px;line-height:1.8}
html[data-ws-ui=desktop] .recycle-primary #cardnote,html[data-ws-ui=desktop] .recycle-primary #feilvnote{background:#fff7e8;padding:12px 16px;border-left:3px solid #c79237;font-size:13px;line-height:1.8}
html[data-ws-ui=desktop] .recycle-sumbit .btn-primary{min-height:48px;font-size:16px;padding:10px 32px}
html[data-ws-ui=desktop] .recycle-closed .textips{border:1px solid var(--ws-line);background:#fff;border-radius:12px;box-shadow:none}
/* Authentication and member surfaces */
html[data-ws-ui=desktop] .panel-sign{background:var(--ws-bg);padding:48px 0}
html[data-ws-ui=desktop] .panel-sign .box{border:1px solid var(--ws-line);box-shadow:none;border-radius:12px;background:#fff}
html[data-ws-ui=desktop] .login-primary{background:#fff}
html[data-ws-ui=desktop] .login-secondary{background:#edf3fa}
html[data-ws-ui=desktop] .login-primary .form-control{height:48px}
html[data-ws-ui=desktop] .login-primary .btn,html[data-ws-ui=desktop] #signupbtn{min-height:48px;font-size:16px}
html[data-ws-ui=desktop] .login-tab a{color:var(--ws-muted)}
html[data-ws-ui=desktop] .login-tab .active{color:var(--ws-primary)}
html[data-ws-ui=desktop] table{font-variant-numeric:tabular-nums;background:#fff;border-color:var(--ws-line)}
html[data-ws-ui=desktop] th{background:#f2f5f9;color:var(--ws-muted);font-size:13px;font-weight:500}
html[data-ws-ui=desktop] td,html[data-ws-ui=desktop] th{padding:14px 12px;border-color:var(--ws-line);line-height:1.6}
html[data-ws-ui=desktop] .security-item,html[data-ws-ui=desktop] .member-main,html[data-ws-ui=desktop] .member-box{border-color:var(--ws-line);box-shadow:none;border-radius:12px}
html[data-ws-ui=desktop] .footer{background:#fff;border-top:1px solid var(--ws-line);color:var(--ws-muted);padding-top:32px}
html[data-ws-ui=desktop] .footer .container{width:min(1200px,calc(100% - 64px))}
html[data-ws-ui=desktop] .footer a{color:var(--ws-muted)}
html[data-ws-ui=desktop] .footer .btn{color:#fff;background:var(--ws-primary)}
html[data-ws-ui=desktop] .toolbar{right:16px;filter:none}
html[data-ws-ui=desktop] .toolbar a{box-shadow:none;border-color:var(--ws-line)}
/* Mobile shared components */
html[data-ws-ui=mobile] body{font-size:16px;background:var(--ws-bg)}
html[data-ws-ui=mobile] .myapp{min-width:0;max-width:100%}
html[data-ws-ui=mobile] .header{background:#fff;color:var(--ws-ink);border-bottom:1px solid var(--ws-line);box-shadow:none}
html[data-ws-ui=mobile] .header .title,html[data-ws-ui=mobile] .header .title a,html[data-ws-ui=mobile] .header .btn{color:var(--ws-ink)}
html[data-ws-ui=mobile] .header .title{font-size:17px;font-weight:600}
html[data-ws-ui=mobile] .header .btn{width:44px;height:44px;line-height:44px}
html[data-ws-ui=mobile] .card{border-radius:12px;box-shadow:none;background:#fff}
html[data-ws-ui=mobile] .card-margin{margin:12px}
html[data-ws-ui=mobile] .cell{border-color:#e8edf3}
html[data-ws-ui=mobile] .cell-menuer{min-height:64px;padding:16px}
html[data-ws-ui=mobile] .cell-menuer .control-label{color:var(--ws-muted);font-size:14px}
html[data-ws-ui=mobile] .cell-hd-selected{font-weight:500;color:var(--ws-ink)}
html[data-ws-ui=mobile] .card-gradient{background:var(--ws-bg)}
html[data-ws-ui=mobile] .btn-circle,html[data-ws-ui=mobile] .tabs-pills{border-radius:8px}
html[data-ws-ui=mobile] .form-control{height:48px;padding:12px 16px;line-height:22px}
html[data-ws-ui=mobile] .sign-form{padding:24px;max-width:480px;margin:0 auto}
html[data-ws-ui=mobile] .sign-form .logo-brand{height:64px;margin:8px auto 24px;background-image:url('/static/ws-assets/site-wordmark.svg');background-size:contain;background-position:center;background-repeat:no-repeat}
html[data-ws-ui=mobile] .sign-form .form-group{margin-bottom:16px}
html[data-ws-ui=mobile] .sign-form .btn{min-height:48px;line-height:24px;padding:12px;font-size:16px}
html[data-ws-ui=mobile] .sign-links a{display:inline-flex;align-items:center;min-height:44px}
html[data-ws-ui=mobile] .login-tabs{border:1px solid var(--ws-line);background:#fff;margin-bottom:24px}
html[data-ws-ui=mobile] .tabs li a{padding:12px;font-size:14px;color:var(--ws-muted)}
html[data-ws-ui=mobile] .tabs .active a{color:var(--ws-primary);background:var(--ws-soft)}
html[data-ws-ui=mobile] .recycle-former-cards{margin:12px;border:1px solid var(--ws-line)}
html[data-ws-ui=mobile] .recycle-primary #recycle-opening>.card{margin:12px}
html[data-ws-ui=mobile] .recycle-primary .navbar{border-bottom:1px solid var(--ws-line)}
html[data-ws-ui=mobile] .recycle-primary .navbar a{min-height:48px;line-height:48px;color:var(--ws-muted)}
html[data-ws-ui=mobile] .recycle-primary .navbar .active a{color:var(--ws-primary)}
html[data-ws-ui=mobile] #cardlist{height:224px!important;min-height:160px;padding:16px;font-size:16px;line-height:1.8;border:0;border-radius:0;background:#fff;background-image:none}
html[data-ws-ui=mobile] .form-textarea{background:#fff;background-image:none}
html[data-ws-ui=mobile] #recycle-opening .cell-condensed{min-height:48px;align-items:center}
html[data-ws-ui=mobile] #recycle-opening .cell-condensed a,html[data-ws-ui=mobile] #recycle-opening .cell-condensed button{display:inline-flex;align-items:center;min-height:40px;font-size:13px}
html[data-ws-ui=mobile] #sumbit-card{height:48px;background:var(--ws-primary);border-radius:8px;box-shadow:none;font-weight:600;font-size:16px}
html[data-ws-ui=mobile] .myaction{background:#fff;border-top:1px solid var(--ws-line);padding:12px 16px}
html[data-ws-ui=mobile] .recycle-primary .features{margin:24px 12px}
html[data-ws-ui=mobile] .matte{backdrop-filter:none}
html[data-ws-ui=mobile] .actionsheet{border-radius:16px 16px 0 0;background:#fff;max-height:90dvh}
html[data-ws-ui=mobile] .actionsheet .header-title{font-size:16px;font-weight:600}
html[data-ws-ui=mobile] .actionsheet .btn-close{min-width:44px;min-height:44px}
html[data-ws-ui=mobile] #cardSpecies{padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
html[data-ws-ui=mobile] #cardSpecies>li{float:none;width:auto;margin:0;min-width:0;padding:0}
html[data-ws-ui=mobile] #cardSpecies>li>a{height:106px;border:1px solid var(--ws-line);border-radius:8px;background:#fff;padding:24px 8px 8px}
html[data-ws-ui=mobile] #cardSpecies img{height:36px;width:100%;max-width:130px;object-fit:contain;margin:0 auto 6px;display:block}
html[data-ws-ui=mobile] #cardSpecies .title{font-size:13px;line-height:20px;white-space:normal;color:var(--ws-ink)}
html[data-ws-ui=mobile] #cardSpecies .discount{font-size:11px;line-height:20px;padding:0 4px;background:var(--ws-soft);color:var(--ws-primary)}
html[data-ws-ui=mobile] #cardSpecies li.active>a{border:2px solid var(--ws-primary);background:#f4f7fe;padding:23px 7px 7px}
html[data-ws-ui=mobile] #cardSpecies li.card-maintenance>a{background:#f7f8fa;border:1px dashed #b7c2d0}
html[data-ws-ui=mobile] #cardFacevalue .btn strong{font-size:18px;font-weight:500}
html[data-ws-ui=mobile] #cardFacevalue .btn small{font-size:16px;color:var(--ws-primary);font-weight:600;font-variant-numeric:tabular-nums}
html[data-ws-ui=mobile] #cardFacevalue .text-red{font-size:12px;color:var(--ws-muted)!important;font-weight:400}
html[data-ws-ui=mobile] #cardFacevalue .btn{min-height:76px;border:1px solid var(--ws-line);border-radius:8px;background:#fff;padding:10px}
html[data-ws-ui=mobile] #cardFacevalue li.active .btn{border-color:var(--ws-primary);background:var(--ws-soft)}
html[data-ws-ui=mobile] .slider-panel{margin:12px}
html[data-ws-ui=mobile] .slider-panel img{border-radius:12px}
html[data-ws-ui=mobile] .typeicon-group .icon{box-shadow:none;background:var(--ws-soft)!important;color:var(--ws-primary)}
html[data-ws-ui=mobile] .hotcards .grid{border-color:#e8edf3}
html[data-ws-ui=mobile] .hotcards .text-red{color:var(--ws-primary)!important;font-weight:600}
html[data-ws-ui=mobile] .hotcards img{height:36px;object-fit:contain}
html[data-ws-ui=mobile] .butmenu,html[data-ws-ui=mobile] .tabbar{background:#fff;border-top:1px solid var(--ws-line);box-shadow:none}
html[data-ws-ui=mobile] .sellrecord-info p{overflow-wrap:anywhere}
html[data-ws-ui=mobile] .sellrecord-info .text-danger{color:var(--ws-warning)!important}
/* Desktop-template public help pages must also fit narrow screens. */
@media(max-width:760px){
html[data-ws-ui=desktop] .container,html[data-ws-ui=desktop] .footer .container{width:calc(100% - 32px);max-width:100%;margin-left:auto;margin-right:auto}
html[data-ws-ui=desktop] #navbar .container-fluid{padding:0 16px}
html[data-ws-ui=desktop] #navbar{height:auto;min-height:64px;position:relative}
html[data-ws-ui=desktop] #header{height:auto;position:relative}
html[data-ws-ui=desktop] .navbar-brand{float:none;width:144px}
html[data-ws-ui=desktop] .navbar-primary,html[data-ws-ui=desktop] .navbar-secondary{float:none;margin:0;width:100%;position:static}
html[data-ws-ui=desktop] .navbar-nav{display:flex;flex-wrap:wrap;gap:4px;float:none}
html[data-ws-ui=desktop] .navbar-nav>li{float:none}
html[data-ws-ui=desktop] .navbar-nav>li>a{padding:10px 8px;line-height:24px;height:44px}
html[data-ws-ui=desktop] .content{padding-top:0;min-width:0}
html[data-ws-ui=desktop] .panel{padding:24px 0}
html[data-ws-ui=desktop] .footer dl,html[data-ws-ui=desktop] .footer .pull-left,html[data-ws-ui=desktop] .footer .pull-right{float:none;width:100%;max-width:100%;margin:0 0 24px;padding:0}
html[data-ws-ui=desktop] .footer ul{max-width:100%;display:flex;flex-wrap:wrap;gap:8px}
html[data-ws-ui=desktop] .footer .container>*{max-width:100%;min-width:0}
html[data-ws-ui=desktop] .footer img{max-width:100%;height:auto}
html[data-ws-ui=desktop] .toolbar{right:8px;bottom:24px;width:48px}
html[data-ws-ui=desktop] .toolbar a{width:48px;min-width:0;font-size:11px;padding:6px}
html[data-ws-ui=desktop] .faq-group{grid-template-columns:1fr}
html[data-ws-ui=desktop] #cardSpecies{grid-template-columns:repeat(2,minmax(0,1fr))}
html[data-ws-ui=desktop] #recycleFormer{padding:16px}
html[data-ws-ui=desktop] .recycle-primary .col-xs-1,html[data-ws-ui=desktop] .recycle-primary .col-xs-11{width:100%;float:none;padding:0;margin:0}
}
@media(prefers-reduced-motion:reduce){html[data-ws-ui] *,html[data-ws-ui] *:before,html[data-ws-ui] *:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* Grid containers must not retain legacy clearfix pseudo-elements. */
html[data-ws-ui] #cardSpecies:before,html[data-ws-ui] #cardSpecies:after,html[data-ws-ui] .faq-group:before,html[data-ws-ui] .faq-group:after{content:none!important;display:none!important}
html[data-ws-ui=mobile] .slider-imgs img{content:url('/static/ws-assets/mobile-hero.svg');width:100%;height:auto}
html[data-ws-ui=desktop] .navbar-brand .logo img{content:url('/static/ws-assets/site-wordmark.svg');max-height:40px}
html[data-ws-ui=desktop] .navbar-brand{left:24px;width:184px;min-width:184px}
html[data-ws-ui=desktop] .navbar-brand .logo{width:184px;text-indent:0}
html[data-ws-ui=desktop] .navbar-brand .logo img{width:184px;max-width:184px}
html[data-ws-ui=desktop] #cardlist{height:280px;padding-right:36%}
html[data-ws-ui=desktop] .recycle-former .textarea-tips li{font-size:13px}
html[data-ws-ui=desktop] .recycle-former .textarea-tips li.textarea-attention{padding-top:32px}
html[data-ws-ui=desktop] .recycle-former .textarea-tips li.textarea-attention p{white-space:normal}
@media(max-width:760px){html[data-ws-ui=desktop] .navbar-brand{position:relative;left:0;height:64px}html[data-ws-ui=desktop] #cardlist{padding-right:16px}html[data-ws-ui=desktop] .recycle-former .textarea-tips{width:42%}}
/* Help articles use the same URLs and content on narrow screens. */
html[data-ws-ui=desktop] .help-center{display:grid;grid-template-columns:200px minmax(0,1fr);gap:24px;padding-top:32px;padding-bottom:48px}
html[data-ws-ui=desktop] .help-center:before,html[data-ws-ui=desktop] .help-center:after{display:none;content:none}
html[data-ws-ui=desktop] .help-aside{float:none;width:auto;position:relative;left:auto;top:auto;margin:0}
html[data-ws-ui=desktop] .help-aside-inner{background:#fff;border:1px solid var(--ws-line);box-shadow:none;border-radius:12px;padding:16px}
html[data-ws-ui=desktop] .help-main{float:none;width:auto;min-width:0;margin:0;padding:24px;background:#fff;border:1px solid var(--ws-line);border-radius:12px;box-shadow:none;overflow-wrap:anywhere}
html[data-ws-ui=desktop] .help-main .help-main{padding:0;margin:0;border:0;min-height:0}
html[data-ws-ui=desktop] .help-main .faq-group{display:block}
html[data-ws-ui=desktop] .help-cont{font-size:15px;line-height:1.9;max-width:100%;padding:16px 0}
html[data-ws-ui=desktop] .help-cont img{max-width:100%;height:auto}
html[data-ws-ui=desktop] .help-cont table{max-width:100%}
html[data-ws-ui=desktop] .panel-register{background:var(--ws-bg);padding:32px 0}
html[data-ws-ui=desktop] .panel-register .box{border:1px solid var(--ws-line);box-shadow:none;border-radius:12px;padding:32px}
html[data-ws-ui=desktop] .register-primary .form-control{height:48px}
html[data-ws-ui=desktop] .register-primary .help-block{font-size:13px;line-height:1.6;color:var(--ws-muted)}
html[data-ws-ui=desktop] .register-primary .form-group{margin-bottom:20px}
/* Existing member components; all labels and monetary values remain untouched. */
html[data-ws-ui=desktop] .view-framework{background:var(--ws-bg)}
html[data-ws-ui=desktop] .view-framework-sidebar{background:#fff;border-right:1px solid var(--ws-line)}
html[data-ws-ui=desktop] .view-framework-main{padding:32px}
html[data-ws-ui=desktop] .view-framework-main .box,html[data-ws-ui=desktop] .usercenter-panel{background:#fff;border:1px solid var(--ws-line);border-radius:12px;box-shadow:none;padding:24px}
html[data-ws-ui=desktop] .box-caption{font-size:24px;font-weight:600;color:var(--ws-ink);border-bottom:1px solid var(--ws-line);padding-bottom:16px;margin-bottom:24px}
html[data-ws-ui=desktop] .assets-money{font-size:40px;font-weight:600;color:var(--ws-ink);font-variant-numeric:tabular-nums;line-height:1.2}
html[data-ws-ui=desktop] .security-group{border-top:1px solid var(--ws-line);padding-top:24px}
html[data-ws-ui=desktop] .security-item-bg{background:#f2f5f9;box-shadow:none;border-radius:8px}
html[data-ws-ui=desktop] .form-filter{padding:16px;background:#f5f7fa;border:1px solid var(--ws-line);border-radius:8px;margin-bottom:24px}
html[data-ws-ui=desktop] .form-filter .form-control{height:40px;font-size:14px}
html[data-ws-ui=desktop] .table-responsive{overflow-x:auto;max-width:100%;border:1px solid var(--ws-line);border-radius:8px}
html[data-ws-ui=desktop] .table-custom{margin:0;border:0}
html[data-ws-ui=desktop] .table-custom td{color:var(--ws-ink);overflow-wrap:anywhere}
html[data-ws-ui=mobile] .sellrecord,html[data-ws-ui=mobile] .sellrecord-info{border:1px solid var(--ws-line);box-shadow:none}
html[data-ws-ui=mobile] .sellrecord-info h5{font-weight:600}
html[data-ws-ui=mobile] .assets-money{font-variant-numeric:tabular-nums;font-size:36px;color:var(--ws-ink)}
html[data-ws-ui=mobile] .grids .grid{border-color:var(--ws-line)}
@media(max-width:760px){
html[data-ws-ui=desktop] .help-center{display:block;padding-top:16px}
html[data-ws-ui=desktop] .help-aside{margin-bottom:16px;width:100%}
html[data-ws-ui=desktop] .help-aside-inner{padding:16px}
html[data-ws-ui=desktop] .help-aside ul{display:flex;flex-wrap:wrap;gap:4px 8px;margin:0;padding:0}
html[data-ws-ui=desktop] .help-aside li{width:auto;float:none;padding:0;white-space:normal}
html[data-ws-ui=desktop] .help-aside li a{display:block;padding:8px;font-size:14px;min-height:40px}
html[data-ws-ui=desktop] .help-main{padding:20px;min-height:0;width:100%}
html[data-ws-ui=desktop] .help-main h1,html[data-ws-ui=desktop] .help-main h2{font-size:24px}
html[data-ws-ui=desktop] .help-cont{font-size:16px;line-height:1.8}
html[data-ws-ui=desktop] .footer .footer-copyright,html[data-ws-ui=desktop] .footer .footer-about{width:100%;padding:16px 0;margin:0}
html[data-ws-ui=desktop] .footer .footer-about dl{padding:0;margin-bottom:24px;float:none;border:0}
html[data-ws-ui=desktop] .view-framework-main{padding:16px}
html[data-ws-ui=desktop] .view-framework-main .box{padding:16px}
html[data-ws-ui=desktop] .form-filter .form-control{max-width:100%}
}
/* Final responsive corrections: retain original visibility and event hooks. */
html[data-ws-ui=desktop] .masthead img[src*='0d26157e826b4165f71e22a9166ad22d']{content:url('/static/ws-assets/hero-home.svg');width:100%;height:360px;object-fit:cover}
html[data-ws-ui=desktop] .masthead img[src*='0ac668792346d424578919c1860fa73a']{content:url('/static/ws-assets/hero-fuel.svg');width:100%;height:360px;object-fit:cover}
html[data-ws-ui=mobile] .arch-mask:before{background-image:none;border-bottom:1px solid var(--ws-line)}
@media(max-width:760px){
html[data-ws-ui=desktop] .navbar,html[data-ws-ui=desktop] .container-fluid{min-width:0;max-width:100%}
html[data-ws-ui=desktop] .toolbar{right:8px!important;left:auto!important}
}
html[data-ws-ui=mobile] .card-gradient:after{background-image:none}
/* Rich-text FAQ contains legacy nested wrappers; contain their presentation. */
html[data-ws-ui=desktop] .help-cont .iconfont:has(.faq-cont){position:static;display:block;float:none;width:auto;height:auto;font:inherit;white-space:normal}
html[data-ws-ui=desktop] .help-cont .iconfont:has(.faq-cont):before{display:none}
html[data-ws-ui=desktop] .help-cont .faq-tite a{white-space:normal;height:auto;line-height:1.8;padding:8px 0}
html[data-ws-ui=desktop] .help-cont .faq-cont{width:auto;max-width:100%;white-space:normal;box-sizing:border-box;font-style:normal;line-height:1.8}
@media(max-width:760px){
html[data-ws-ui=desktop] .help-aside-inner,html[data-ws-ui=desktop] .help-aside-inner.fixed{width:100%;position:static;margin-top:0}
html[data-ws-ui=desktop] .help-links{padding:8px;display:flex;flex-wrap:wrap;gap:4px 8px}
html[data-ws-ui=desktop] .help-links>dt{width:100%;margin:0;padding:4px 8px;font-size:16px}
html[data-ws-ui=desktop] .help-links>dd{width:auto;flex:0 0 calc(50% - 8px)}
html[data-ws-ui=desktop] .help-links>dd>a{line-height:24px;min-height:40px;padding:8px}
html[data-ws-ui=desktop] .navbar-brand{width:120px;min-width:120px}
html[data-ws-ui=desktop] .navbar-brand .logo img{width:120px;max-width:120px}
html[data-ws-ui=desktop] .footer-customer,html[data-ws-ui=desktop] .footer-guide,html[data-ws-ui=desktop] .footer-warning{float:none;width:100%;margin:16px 0;padding:0}
}
html[data-ws-ui=desktop] .stepflow-group .icon{background:var(--ws-soft)!important;box-shadow:none!important;color:var(--ws-primary)}
html[data-ws-ui=desktop] .stepflow-group .flow{color:var(--ws-muted);font-size:12px}
@media(max-width:760px){
html[data-ws-ui=desktop] .footer .footer-primary .container{display:flex;flex-direction:column;gap:16px}
html[data-ws-ui=desktop] .footer .footer-primary .container>dl{width:100%;float:none;margin:0;border:0}
}
/* Nested article wrappers are content, not disclosure icons. Keep outer accordion behavior. */
html[data-ws-ui=desktop] .help-cont .iconfont:has(.faq-cont){transform:none!important;font-style:normal;line-height:1.8;letter-spacing:normal}
html[data-ws-ui=desktop] .help-cont .faq-cont .faq-cont{display:block!important;padding:0;margin:0;background:transparent}
html[data-ws-ui=desktop] .help-cont .faq-cont .faq-item{padding:0;border:0}
html[data-ws-ui=desktop] .help-cont .faq-cont .faq-tite{margin:0;min-height:0}
html[data-ws-ui=desktop] .help-main .help-main .help-cont{padding:8px 0}
html[data-ws-ui=desktop] .help-main .help-main .faq-cont{padding:8px 0;margin:0;background:transparent}
html[data-ws-ui=desktop] .help-main .help-main .faq-tite a{padding:0}
html[data-ws-ui=desktop] .help-main .help-main .iconfont:has(.faq-cont){margin:0}
@media(max-width:760px){
html[data-ws-ui=desktop] .userform{padding:16px 0}
html[data-ws-ui=desktop] .userform .form-label{float:none;text-align:left;width:100%;padding:0;display:block}
html[data-ws-ui=desktop] .userform .form-element{margin-left:0;max-width:100%}
html[data-ws-ui=desktop] .userform .form-control{max-width:100%;float:none}
html[data-ws-ui=desktop] .userform .form-group-btn{padding-left:0}
html[data-ws-ui=desktop] .form-filter .form-control{max-width:100%;margin-bottom:8px}
}
html[data-ws-ui=desktop] .view-framework-main .box{min-width:0;max-width:100%}

/* Homepage six-step guide: icons and transition copy occupy separate rows. */
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:24px;row-gap:8px;white-space:normal;margin:0;padding:16px 0 8px}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group:before,html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group:after{display:none;content:none}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li{display:block;float:none;height:auto;min-width:0;width:auto;margin:0;padding:0;text-align:center}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(odd){display:flex;flex-direction:column;align-items:center;gap:12px}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group .icon{display:block;width:56px;height:56px;line-height:56px;padding:0;margin:0;border:0;background:var(--ws-soft)!important}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group .iconfont{width:56px;height:56px;line-height:56px;font-size:26px;background:transparent;color:var(--ws-primary)}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group .title{font-size:15px;line-height:24px;margin:0}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group .num{order:-1;font-size:12px!important;line-height:20px;color:var(--ws-muted)!important;font-weight:500}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group .flow{width:auto;height:auto;min-height:40px;margin:0;overflow:visible;white-space:normal;overflow-wrap:anywhere;font-size:12px;line-height:20px;color:var(--ws-muted)}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group .flow:before,html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group .flow:after{display:none;content:none}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(1){grid-column:1;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(2){grid-column:1;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(3){grid-column:2;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(4){grid-column:2;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(5){grid-column:3;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(6){grid-column:3;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(7){grid-column:4;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(8){grid-column:4;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(9){grid-column:5;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(10){grid-column:5;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(11){grid-column:6;grid-row:1}
@media(max-width:1000px){
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:12px}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(n+7):nth-child(odd){margin-top:20px}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(1){grid-column:1;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(2){grid-column:1;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(3){grid-column:2;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(4){grid-column:2;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(5){grid-column:3;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(6){grid-column:3;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(7){grid-column:1;grid-row:3}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(8){grid-column:1;grid-row:4}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(9){grid-column:2;grid-row:3}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(10){grid-column:2;grid-row:4}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(11){grid-column:3;grid-row:3}
}
@media(max-width:560px){
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(n+5):nth-child(odd){margin-top:20px}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(1){grid-column:1;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(2){grid-column:1;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(3){grid-column:2;grid-row:1}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(4){grid-column:2;grid-row:2}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(5){grid-column:1;grid-row:3}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(6){grid-column:1;grid-row:4}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(7){grid-column:2;grid-row:3}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(8){grid-column:2;grid-row:4}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(9){grid-column:1;grid-row:5}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(10){grid-column:1;grid-row:6}
html[data-ws-ui=desktop] .kaka-stepflows .stepflow-group>li:nth-child(11){grid-column:2;grid-row:5}
}
/* Footer: let guide, contact details and notice occupy independent tracks. */
html[data-ws-ui=desktop] .footer .footer-primary .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:40px;height:auto;overflow:visible;padding-bottom:32px;align-items:start}
html[data-ws-ui=desktop] .footer .footer-primary .container:before,html[data-ws-ui=desktop] .footer .footer-primary .container:after{display:none;content:none}
html[data-ws-ui=desktop] .footer .footer-primary .container>dl{position:static;float:none;min-width:0;width:auto;height:auto;overflow:visible;margin:0;padding:0;border:0}
html[data-ws-ui=desktop] .footer .footer-primary .footer-service{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:24px;row-gap:12px}
html[data-ws-ui=desktop] .footer .footer-service>dt{grid-column:1;grid-row:1;margin:0}
html[data-ws-ui=desktop] .footer .footer-service>dd:not(.tips){grid-column:1;grid-row:2;min-width:0}
html[data-ws-ui=desktop] .footer .footer-service>.tips{position:static;grid-column:2;grid-row:1 / 3;min-width:0;width:auto;margin:0}
html[data-ws-ui=desktop] .footer .footer-service .tips .alert{padding:16px;margin:0}
html[data-ws-ui=desktop] .footer .footer-service .tips .alert h4{white-space:normal;line-height:1.6;margin-bottom:8px}
html[data-ws-ui=desktop] .footer .footer-service .tips .alert s{display:none}
html[data-ws-ui=desktop] .footer .footer-service .call{margin:0;line-height:1.4}
html[data-ws-ui=desktop] .footer .footer-service .call small{display:block;margin-top:8px;line-height:1.6}
html[data-ws-ui=desktop] .footer .footer-service .time{overflow-wrap:anywhere;line-height:1.8}
html[data-ws-ui=desktop] .footer .footer-help .footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px}
html[data-ws-ui=desktop] .footer .footer-help .footer-links:before,html[data-ws-ui=desktop] .footer .footer-help .footer-links:after{display:none;content:none}
html[data-ws-ui=desktop] .footer .footer-help .footer-links>li{float:none;width:auto;min-width:0}
html[data-ws-ui=desktop] .footer .footer-help>dt{font-size:20px;line-height:1.5;margin-bottom:16px}
html[data-ws-ui=desktop] .footer .footer-help .footer-links>li>a{display:block;font-size:16px;line-height:24px;min-height:40px;padding:8px 0;color:var(--ws-muted);white-space:normal;overflow-wrap:anywhere}
html[data-ws-ui=desktop] .footer .footer-help .footer-links>li>a:hover{color:var(--ws-primary);text-decoration:underline}
html[data-ws-ui=desktop] .footer .footer-friendly a{font-size:14px;line-height:1.8}

@media(max-width:1000px){
html[data-ws-ui=desktop] .footer .footer-primary .container{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);gap:24px}
html[data-ws-ui=desktop] .footer .footer-primary .footer-service{grid-template-columns:minmax(0,1fr)}
html[data-ws-ui=desktop] .footer .footer-service>.tips{grid-column:1;grid-row:3;margin-top:8px}
}
@media(max-width:600px){
html[data-ws-ui=desktop] .footer .footer-primary .container{grid-template-columns:minmax(0,1fr);gap:28px}
}

/* Card input help: preserve inline emphasis and align feedback with input rows. */
html[data-ws-ui=desktop] .recycle-former #cardlist{line-height:33px;background-image:none;padding-top:16px;padding-bottom:16px;padding-right:36%}
html[data-ws-ui=desktop] .recycle-former .textarea-tips{top:17px;right:8px;width:34%;height:calc(100% - 34px);border-left:1px solid var(--ws-line);background:#f7f9fc}
html[data-ws-ui=desktop] .recycle-former .textarea-tips li{height:33px;line-height:33px;padding:0 12px}
html[data-ws-ui=desktop] .recycle-former .textarea-tips li.textarea-attention{height:auto;padding:16px 12px;line-height:24px;overflow:visible}
html[data-ws-ui=desktop] .recycle-former .textarea-tips li.textarea-attention .iconfont-tips{padding:0;height:40px;line-height:40px;font-size:32px;margin-bottom:12px}
html[data-ws-ui=desktop] .recycle-former .textarea-tips .textarea-attention p{font-size:13px;line-height:24px;white-space:normal;overflow-wrap:anywhere}
html[data-ws-ui=desktop] .recycle-former .textarea-tips strong.text-orange{display:inline;padding:0 2px;border:0;background:transparent;line-height:inherit;font-size:inherit}
html[data-ws-ui=desktop] .recycle-former #cardlizi{white-space:pre-wrap;overflow-wrap:anywhere}
@media(max-width:760px){
html[data-ws-ui=desktop] .recycle-former #cardlist{padding-right:44%}
html[data-ws-ui=desktop] .recycle-former .textarea-tips{width:42%}
html[data-ws-ui=desktop] .recycle-former .textarea-tips li.textarea-attention{padding:8px}
}
/* Compact face-value options: consistent cells, no inherited clearfix grid items. */
html[data-ws-ui=desktop] #cardFacevalue{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin:0;padding:0;align-items:stretch}
html[data-ws-ui=desktop] #cardFacevalue:before,html[data-ws-ui=desktop] #cardFacevalue:after{content:none;display:none}
html[data-ws-ui=desktop] #cardFacevalue>li{width:auto;min-width:0;float:none;margin:0;padding:0}
html[data-ws-ui=desktop] #cardFacevalue .btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative;width:100%;height:72px;min-height:72px;padding:8px 6px;border:1px solid var(--ws-line);border-radius:6px;line-height:normal;box-shadow:none}
html[data-ws-ui=desktop] #cardFacevalue .btn strong{display:block;font-size:18px;line-height:24px;font-weight:500}
html[data-ws-ui=desktop] #cardFacevalue .btn small{display:block;line-height:20px;font-weight:600;white-space:nowrap}
html[data-ws-ui=desktop] #cardFacevalue .btn small .text-red{font-size:11px;line-height:20px}
html[data-ws-ui=desktop] #cardFacevalue .btn:hover{border-color:var(--ws-primary);background:#f7f9fd}
html[data-ws-ui=desktop] #cardFacevalue>li.active .btn{padding:8px 6px;border:1px solid var(--ws-primary);box-shadow:inset 0 0 0 1px var(--ws-primary);background:var(--ws-soft)}
html[data-ws-ui=desktop] #cardFacevalue>li.active .btn strong{color:var(--ws-primary);font-weight:600}
html[data-ws-ui=desktop] #cardFacevalue>li.active .btn:after{content:'✓';position:absolute;right:0;bottom:0;width:19px;height:19px;background:var(--ws-primary);clip-path:polygon(100% 0,100% 100%,0 100%);color:#fff;font-size:11px;line-height:24px;text-align:right;padding-right:2px}
@media(max-width:560px){html[data-ws-ui=desktop] #cardFacevalue{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}
html[data-ws-ui=desktop] #cardFacevalue .btn{margin:0;text-align:center}
html[data-ws-ui=desktop] #cardFacevalue .btn strong{padding:0;margin:0;flex-shrink:0}
html[data-ws-ui=desktop] #cardFacevalue .btn small{font-size:13px;margin:0;padding:0;flex-shrink:0}
html[data-ws-ui=desktop] #cardFacevalue .btn em{padding:0 2px}
/* Public information pages: keep original content, rates and navigation. */
html[data-ws-ui=desktop] .help-center:has(.list-circle)>p{display:contents}
html[data-ws-ui=desktop] .help-center:has(.list-circle)>.help-main{grid-column:2;grid-row:1}
html[data-ws-ui=desktop] .help-cont .list-circle{padding-left:20px;margin:24px 0 0}
html[data-ws-ui=desktop] .help-cont .list-circle>li{padding:16px 0;border-bottom:1px solid var(--ws-line)}
html[data-ws-ui=desktop] .help-cont .list-circle h5{font-size:18px;margin:0;line-height:1.8}
html[data-ws-ui=desktop] .help-cont .list-circle small{font-size:15px;font-weight:400}
html[data-ws-ui=desktop] .help-cont .list-circle p{margin:10px 0 0;line-height:1.9}
html[data-ws-ui=desktop] .panel-api{height:auto;overflow:visible;background:var(--ws-soft);color:var(--ws-ink);padding:48px 0;margin:0;text-align:left}
html[data-ws-ui=desktop] .panel-api #api-wave1,html[data-ws-ui=desktop] .panel-api #api-wave2{position:static;width:100%;height:auto;animation:none;background:none}
html[data-ws-ui=desktop] .api-masthead>.container{height:auto;padding:0 24px}
html[data-ws-ui=desktop] .api-masthead h2{margin:0 0 16px;font-size:36px}
html[data-ws-ui=desktop] .api-masthead h3{font-size:20px;color:var(--ws-muted);font-weight:400;margin:0 0 24px}
html[data-ws-ui=desktop] .api-masthead .btn{display:block;text-align:left;white-space:normal;margin:0;padding:0;border:0;background:none;color:var(--ws-primary);font-size:18px;line-height:1.8}
html[data-ws-ui=desktop] .api-masthead .btn:hover{background:none;color:var(--ws-hover)}
html[data-ws-ui=desktop] .api-masthead .api-pc{position:static;width:100%;height:auto;margin:28px 0 0;background:none;overflow:visible;cursor:default}
html[data-ws-ui=desktop] .api-intro{padding:0;margin:0;border:1px solid var(--ws-line);border-radius:12px;background:#fff;color:var(--ws-ink)}
html[data-ws-ui=desktop] .api-intro .container{width:100%;height:auto;text-align:left;padding:32px}
html[data-ws-ui=desktop] .api-intro .block{width:auto;max-width:780px;margin:0;white-space:normal;font-size:16px;font-weight:400;line-height:2}
html[data-ws-ui=desktop] .api-intro p{margin:0 0 12px}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel{padding:32px 0;margin:0}
html[data-ws-ui=desktop] .yaoqing-jumbotron .container{height:auto;min-height:320px;padding-top:48px;padding-bottom:40px}
html[data-ws-ui=desktop] .yaoqing-masthead{max-width:100%;background-size:contain;background-position:center;animation:none;margin-bottom:24px}
html[data-ws-ui=desktop] .yaoqing-jumbotron .btn{animation:none;background:var(--ws-primary);border-color:var(--ws-primary);color:#fff;padding:12px 36px;min-height:48px}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-heading{text-align:left;padding:0}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-heading ul{display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,2fr);width:100%;margin:0;padding:0;background:#fff;border:1px solid var(--ws-line);border-radius:12px;overflow:hidden}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-heading ul li{float:none;width:auto;min-width:0;display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0;padding:24px;font-size:16px;line-height:1.8;border-bottom:1px solid var(--ws-line);animation:none}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-heading ul li:nth-child(odd){background:var(--ws-soft)}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-heading ul li:nth-last-child(-n+2){border-bottom:0}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .leftbe{display:none}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .leftspan{width:auto;margin:0;padding:0;background:none;border:0;color:var(--ws-primary);border-radius:0;white-space:normal}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .leftspan.er{color:var(--ws-muted)}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-subtitle{margin:20px 0 0;text-align:left}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-subtitle p{display:block;position:static;width:auto;height:auto;max-width:920px;margin:0 0 18px;font-size:16px;line-height:1.9;color:var(--ws-muted);overflow-wrap:anywhere}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-subtitle p:before,html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-subtitle p:after{display:none}
@media(max-width:760px){
html[data-ws-ui=desktop] body:has(.panel-api,.yaoqing-jumbotron,.business-jumbotron,.help-cont .list-circle) #navbar .container-fluid{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;height:auto;gap:0 8px}
html[data-ws-ui=desktop] body:has(.panel-api,.yaoqing-jumbotron,.business-jumbotron,.help-cont .list-circle) .navbar-primary{grid-column:1/-1;grid-row:2;padding-bottom:8px}
html[data-ws-ui=desktop] body:has(.panel-api,.yaoqing-jumbotron,.business-jumbotron,.help-cont .list-circle) .navbar-customer{grid-column:2;grid-row:1;position:static;margin:0;padding:0;justify-self:end}
html[data-ws-ui=desktop] body:has(.panel-api,.yaoqing-jumbotron,.business-jumbotron,.help-cont .list-circle) .navbar-brand .logo{width:120px}
html[data-ws-ui=desktop] .help-center:has(.list-circle)>.help-main{grid-column:auto;grid-row:auto}
html[data-ws-ui=desktop] .panel-api{padding:28px 0}
html[data-ws-ui=desktop] .api-masthead>.container{padding:0 16px}
html[data-ws-ui=desktop] .api-masthead h2{font-size:26px}
html[data-ws-ui=desktop] .api-masthead h3{font-size:17px}
html[data-ws-ui=desktop] .api-intro .container{padding:20px}
html[data-ws-ui=desktop] .yaoqing-jumbotron .container{min-height:240px;padding-top:32px;padding-bottom:28px}
html[data-ws-ui=desktop] .yaoqing-masthead{height:95px;margin-bottom:20px}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-heading ul{grid-template-columns:minmax(0,1fr)}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-heading ul li{padding:16px 20px;gap:8px}
html[data-ws-ui=desktop] .content:has(>.yaoqing-jumbotron) .panel-heading ul li:nth-last-child(2){border-bottom:1px solid var(--ws-line)}
}
/* Offline recycling: original categories, card carousel and contact links. */
html[data-ws-ui=desktop] .business-jumbotron{height:300px;background-size:auto 100%;background-position:center}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron)>.panel{padding:40px 0 48px;margin:0}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-heading{padding:0 24px 28px}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-title{font-size:28px;line-height:1.5}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-subtitle{margin:12px 0 0}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-subtitle .line{display:none}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-subtitle p{font-size:16px;line-height:1.8;color:var(--ws-muted);white-space:normal}
html[data-ws-ui=desktop] .business{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;background:none;border:0;box-shadow:none}
html[data-ws-ui=desktop] .business:before,html[data-ws-ui=desktop] .business:after{display:none}
html[data-ws-ui=desktop] .business-item{float:none;width:auto;min-width:0;border:1px solid var(--ws-line);border-radius:12px;background:#fff;overflow:hidden}
html[data-ws-ui=desktop] .business-body{margin:0;padding:24px 28px;border:0}
html[data-ws-ui=desktop] .business-body:hover{transform:none;box-shadow:none}
html[data-ws-ui=desktop] .business-body h3{font-size:20px;line-height:1.5;margin:0 0 20px;text-align:left}
html[data-ws-ui=desktop] .business-item .owl-carousel{height:380px}
html[data-ws-ui=desktop] .business-cards{margin:0;padding:0}
html[data-ws-ui=desktop] .business-cards>li{padding:5px}
html[data-ws-ui=desktop] .business-cards-item{padding:10px 0;box-shadow:none;border-color:var(--ws-line)}
html[data-ws-ui=desktop] .business-cards-item img{height:32px;width:112px;object-fit:contain;margin:6px auto}
html[data-ws-ui=desktop] .business-cards-item h5{font-size:13px;line-height:20px;height:40px;white-space:normal;display:flex;align-items:center;justify-content:center;overflow-wrap:anywhere}
html[data-ws-ui=desktop] .business-item .owl-buttons>div{min-width:28px;min-height:44px;display:flex;align-items:center;justify-content:center}
html[data-ws-ui=desktop] .business-item .owl-buttons>.owl-prev{left:-25px}
html[data-ws-ui=desktop] .business-item .owl-buttons>.owl-next{right:-25px}
html[data-ws-ui=desktop] .business-action>.btn{display:block;min-height:44px;padding:10px 16px;background:var(--ws-primary);border-color:var(--ws-primary);color:#fff}
html[data-ws-ui=desktop] .business-action>.btn:hover{background:var(--ws-hover)}
@media(min-width:761px) and (max-width:1100px){html[data-ws-ui=desktop] .business{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
html[data-ws-ui=desktop] .business-jumbotron{height:140px;background-size:auto 100%}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron)>.panel{padding:28px 0}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-heading{padding:0 16px 20px}
html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-title{font-size:22px}
html[data-ws-ui=desktop] .business{grid-template-columns:minmax(0,1fr);gap:16px}
html[data-ws-ui=desktop] .business-body{padding:20px 28px}
}

html[data-ws-ui=desktop] .business-item:not(:has(.business-cards li)){grid-column:1/-1}
html[data-ws-ui=desktop] .business-item:not(:has(.business-cards li)) .business-body{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
html[data-ws-ui=desktop] .business-item:not(:has(.business-cards li)) h3{margin:0}
html[data-ws-ui=desktop] .business-item:not(:has(.business-cards li)) .business-carousel{display:none!important}

html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-subtitle p:before,html[data-ws-ui=desktop] .content:has(>.business-jumbotron) .panel-subtitle p:after{display:none}
@media(max-width:760px){
html[data-ws-ui=desktop] body:has(.business-jumbotron) .navbar-brand{grid-column:1;grid-row:1}
html[data-ws-ui=desktop] body:has(.business-jumbotron) .navbar-login{display:flex;align-items:center;gap:4px;margin:0;padding:0}
html[data-ws-ui=desktop] body:has(.business-jumbotron) .navbar-login>li{float:none;margin:0;padding:0}
html[data-ws-ui=desktop] body:has(.business-jumbotron) .navbar-login .navbar-user:not(.hide){display:flex;gap:4px}
html[data-ws-ui=desktop] body:has(.business-jumbotron) .navbar-login .btn{min-width:0;margin:0;padding:8px 10px;font-size:13px}
html[data-ws-ui=desktop] body:has(.business-jumbotron) .navbar-login>li>a:not(.btn){width:28px;padding:0;margin:0;font-size:26px}

html[data-ws-ui=desktop] body:has(.business-jumbotron) .toolbar a .iconfont,html[data-ws-ui=desktop] body:has(.business-jumbotron) .toolbar a .iconfont-text{width:100%;left:0}
}
/* Member presentation only: preserve navigation, forms and statistical values. */
html[data-ws-ui=desktop] .view-framework{min-width:0}
html[data-ws-ui=desktop] .view-framework-sidebar{height:auto;overflow-y:auto;padding:12px 0 24px}
html[data-ws-ui=desktop] .view-framework .sidebar-nav{width:auto;margin:0 12px;padding:8px 0;border-bottom:1px solid var(--ws-line)}
html[data-ws-ui=desktop] .view-framework .sidebar-items a{height:44px;line-height:44px;padding-left:44px;margin:2px 0;border-radius:8px;color:var(--ws-muted);font-size:14px}
html[data-ws-ui=desktop] .view-framework .sidebar-items .iconfont{left:10px;color:inherit}
html[data-ws-ui=desktop] .view-framework .sidebar-items a:hover{color:var(--ws-primary);background:#f4f7fc}
html[data-ws-ui=desktop] .view-framework .sidebar-items .current a{color:var(--ws-primary);background:var(--ws-soft);font-weight:600;box-shadow:inset 3px 0 var(--ws-primary)}
html[data-ws-ui=desktop] .view-framework .sidebar-call p{color:var(--ws-ink);font-size:18px;white-space:normal;overflow-wrap:anywhere}
html[data-ws-ui=desktop] .view-framework .sidebar-call small{color:var(--ws-muted);font-size:12px}
html[data-ws-ui=desktop] .view-framework-main{padding:24px 80px 24px 24px}
html[data-ws-ui=desktop] .view-framework .box-caption{font-size:22px;margin:0 0 20px;padding-bottom:16px}
html[data-ws-ui=desktop] .view-framework .form-filter{background:#f8fafc;padding:16px;margin-bottom:20px}
html[data-ws-ui=desktop] .view-framework .form-filter .form-group{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;line-height:1.5}
html[data-ws-ui=desktop] .view-framework .form-filter .form-group:before,html[data-ws-ui=desktop] .view-framework .form-filter .form-group:after{content:none}
html[data-ws-ui=desktop] .view-framework .form-filter .control-label{float:none;padding:0;margin:0;line-height:40px}
html[data-ws-ui=desktop] .view-framework .form-filter .form-control{float:none;flex:0 0 auto;margin:0}
html[data-ws-ui=desktop] .view-framework .form-filter .form-datetime{width:136px;font-variant-numeric:tabular-nums}
html[data-ws-ui=desktop] .view-framework .form-filter .btn,html[data-ws-ui=desktop] .view-framework .form-filter .item{float:none;height:40px;line-height:38px;padding:0 14px;margin:0;border:1px solid transparent;border-radius:6px;box-shadow:none;font-size:14px}
html[data-ws-ui=desktop] .view-framework .form-filter .item{color:var(--ws-muted);background:transparent}
html[data-ws-ui=desktop] .view-framework .form-filter .item:hover,html[data-ws-ui=desktop] .view-framework .form-filter .item.selected{color:var(--ws-primary);border-color:#b8ccee;background:var(--ws-soft);box-shadow:none}
html[data-ws-ui=desktop] .view-framework .statistics-records{min-width:1040px;font-variant-numeric:tabular-nums}
html[data-ws-ui=desktop] .view-framework .statistics-records th,html[data-ws-ui=desktop] .view-framework .statistics-records td{white-space:nowrap;text-align:right;padding:14px 16px;font-size:14px;line-height:22px}
html[data-ws-ui=desktop] .view-framework .statistics-records th{background:#f1f5f9;color:#475569;font-weight:600}
html[data-ws-ui=desktop] .view-framework .statistics-records th:first-child,html[data-ws-ui=desktop] .view-framework .statistics-records td:first-child{text-align:left}
html[data-ws-ui=desktop] .view-framework .statistics-records td .text-green,html[data-ws-ui=desktop] .view-framework .statistics-records td .text-pink{color:var(--ws-success)!important}
html[data-ws-ui=desktop] .view-framework .statistics-records td:nth-child(2) strong,html[data-ws-ui=desktop] .view-framework .statistics-records td:nth-child(3) strong{color:var(--ws-ink)!important;font-weight:500}
html[data-ws-ui=desktop] .view-framework .statistics-records tbody tr:hover td{background:#f0f5fc}
html[data-ws-ui=desktop] .view-framework .toolbar{right:12px;width:48px}
html[data-ws-ui=desktop] .view-framework .toolbar a{width:48px;min-width:0;padding:8px 4px;font-size:11px;border-radius:8px}
html[data-ws-ui=desktop] .view-framework .toolbar .iconfont{font-size:24px}
@media(max-width:760px){
html[data-ws-ui=desktop] .view-framework{padding-left:0}
html[data-ws-ui=desktop] .view-framework-sidebar{position:relative;top:auto;bottom:auto;left:auto;width:100%;padding:8px;border-right:0;border-bottom:1px solid var(--ws-line)}
html[data-ws-ui=desktop] .view-framework .sidebar-body{display:flex;flex-wrap:wrap;gap:4px}
html[data-ws-ui=desktop] .view-framework .sidebar-nav{margin:0;padding:0;border:0;display:contents}
html[data-ws-ui=desktop] .view-framework .sidebar-items{display:contents}
html[data-ws-ui=desktop] .view-framework .sidebar-items li{flex:0 0 calc(33.333% - 4px);min-width:0}
html[data-ws-ui=desktop] .view-framework .sidebar-items a{padding:0 6px;text-align:center;font-size:13px}
html[data-ws-ui=desktop] .view-framework .sidebar-items .iconfont{position:static;display:none}
html[data-ws-ui=desktop] .view-framework .sidebar-functional,html[data-ws-ui=desktop] .view-framework .sidebar-call{width:auto;margin:0;padding:8px}
html[data-ws-ui=desktop] .view-framework-main{padding:16px 12px 80px}
html[data-ws-ui=desktop] .view-framework .box{padding:16px;min-width:0}
html[data-ws-ui=desktop] .view-framework .form-filter .form-datetime{width:110px}
html[data-ws-ui=desktop] .view-framework .form-filter .control-label:first-child{flex-basis:100%}
}
