:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;color:#191a27;background:#ececf3;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:#ececf3}button,input{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}#app{min-height:100vh}.mobile-shell{position:relative;width:min(100%,430px);min-height:100vh;margin:0 auto;padding-bottom:76px;background:#f6f7ff;overflow:hidden}.state-page{display:grid;min-height:100vh;place-content:center;gap:14px;text-align:center;color:#73768a}.state-page strong{font-size:20px;color:#262839}.loader{width:28px;height:28px;margin:auto;border:3px solid #dedff2;border-top-color:#ff4e58;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.primary{width:100%;border-radius:12px;padding:14px;background:linear-gradient(110deg,#ff9a52,#ff3e50);color:#fff;font-weight:800;box-shadow:0 8px 18px #fc5a5d40}.home-head{display:flex;align-items:center;justify-content:space-between;padding:24px 20px 14px;background:linear-gradient(125deg,#eef0ff,#f6f7ff)}.home-head small{color:#606989;font-weight:800;letter-spacing:1.5px}.home-head h1{margin:4px 0 0;font-size:20px}.head-user{width:39px;height:39px;border-radius:50%;background:#fff;color:#5c62c9;font-size:22px;box-shadow:0 5px 16px #4b4e8620}.hero{position:relative;min-height:206px;margin:0 14px;border-radius:18px;padding:20px;overflow:hidden;background-color:#132036;background-position:center;background-size:cover;color:#fff;box-shadow:0 12px 24px #15244a35}.hero:after{content:"";position:absolute;right:-36px;bottom:-82px;width:210px;height:210px;border:1px solid #22e7c677;border-radius:50%;box-shadow:0 0 0 24px #22e7c61a}.hero>*{position:relative;z-index:1}.hero-chip{display:inline-block;padding:5px 8px;border:1px solid #42efd4aa;border-radius:6px;color:#62f2d5;font-size:10px;letter-spacing:.6px}.hero h2{margin:16px 0 4px;font-size:27px;line-height:1.18}.hero h2 b{color:#20e1c2}.hero p{margin:0;color:#d8e3eb;font-size:12px}.hero-badges{display:flex;gap:7px;margin-top:19px}.hero-badges span{padding:6px 7px;border:1px solid #4e6f76aa;border-radius:5px;background:#13242f99;color:#dffdf7;font-size:10px}.notice{display:flex;align-items:center;gap:8px;margin:0 14px;padding:12px 13px;border:1px solid #e2e4ed;border-top:0;border-radius:0 0 15px 15px;background:#fff;color:#525674;font-size:12px}.notice>span{font-size:17px;color:#6656bf}.notice em{flex:1;overflow:hidden;color:#8d90a1;font-style:normal;white-space:nowrap;text-overflow:ellipsis}.notice i{font-size:20px;color:#a6a8b8}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px 8px;margin:18px 14px 15px}.service{display:grid;gap:5px;justify-items:center;color:#25273a;font-size:12px}.service span{display:grid;width:44px;height:44px;place-items:center;border-radius:17px;background:#edf0ff;color:#5b62d4;font-size:22px}.service.active span{background:linear-gradient(135deg,#ffede3,#ffcfba);color:#fa694c}.service.muted{color:#a3a5b2}.service.muted span{background:#f3f4fa;color:#aeb1ca}.stat-strip{display:flex;align-items:center;gap:10px;margin:0 14px;padding:9px 12px;border-radius:12px;background:linear-gradient(90deg,#e7edff,#f4efff);color:#4c5272;font-size:12px}.stat-strip span{font-size:27px}.stat-strip b{flex:1}.stat-strip strong{color:#5a58c8}.stat-strip em{color:#767b99;font-style:normal}.catalog-head{display:flex;align-items:center;gap:20px;margin:23px 18px 12px;color:#777987}.catalog-head button{font-size:14px}.catalog-head .selected{color:#ff5260;font-weight:800}.catalog-head span{margin-left:auto}.pills{display:flex;gap:8px;overflow:auto;padding:0 14px 12px;scrollbar-width:none}.pills span{flex:0 0 auto;border-radius:6px;padding:7px 11px;background:#eceefa;color:#74788b;font-size:12px}.pills span:first-child{background:#ffeae9;color:#f55760;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 14px}.product-card{overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 5px 18px #484b6e12}.cover{position:relative;aspect-ratio:1.1;overflow:hidden;background:#1b2332}.cover img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.product-card:active img{transform:scale(1.04)}.cover span,.cover i{position:absolute;bottom:8px;padding:4px 7px;border-radius:6px;font-size:11px;font-style:normal;font-weight:800}.cover span{left:8px;background:#ff625c;color:#fff}.cover i{left:76px;background:#fff0e5;color:#ff8554}.product-card h3{display:-webkit-box;min-height:42px;margin:10px 10px 5px;overflow:hidden;font-size:14px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card p{margin:0 10px;overflow:hidden;color:#999baa;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.product-card footer{display:flex;align-items:baseline;justify-content:space-between;margin:11px 10px 12px}.product-card strong{color:#ff4659;font-size:16px}.product-card em{color:#ed8a50;font-size:11px;font-style:normal}.bottom-nav{position:fixed;bottom:0;left:50%;z-index:10;display:grid;width:min(100%,430px);height:72px;grid-template-columns:repeat(5,1fr);transform:translate(-50%);border-top:1px solid #e9e9ef;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-nav button{display:grid;place-content:center;gap:2px;color:#a0a3b2;font-size:11px}.bottom-nav i{font-size:25px;font-style:normal;line-height:22px}.bottom-nav .navOn{color:#5858c8}.bottom-nav .publish i{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#6f72df,#4a4fc0);color:#fff;font-size:34px;box-shadow:0 6px 15px #5659c66b}.sub-header{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:12px 14px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sub-header button{font-size:33px;color:#1b1c27}.sub-header h1{margin:0;text-align:center;font-size:18px}.gallery{position:relative;aspect-ratio:1.38;margin:0 14px;overflow:hidden;border-radius:16px;background:#1c2330}.gallery>img{width:100%;height:100%;object-fit:cover}.dots{position:absolute;bottom:10px;left:0;right:0;text-align:center}.dots button{width:6px;height:6px;margin:0 3px;border-radius:50%;background:#fff9}.dots .current{width:16px;border-radius:5px;background:#fff}.detail-page{padding-bottom:85px}.detail-card{margin:13px 14px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 5px 16px #51536c0d}.detail-card h2{margin:0 0 13px;font-size:18px}.product-summary{position:relative;margin-top:-15px}.price{display:grid;justify-content:end;text-align:right}.price b{color:#ff4156;font-size:28px}.price span{margin-left:4px;color:#757988;font-size:17px;font-weight:800}.price small{margin-top:4px;color:#a5a6af;font-size:14px}.product-summary>p{color:#8e91a0;font-size:13px;line-height:1.6}.product-summary h2{font-size:18px;line-height:1.5}.tag-row{display:flex;gap:6px;flex-wrap:wrap}.tag-row span{padding:4px 7px;border-radius:5px;background:#fff1e6;color:#f18349;font-size:11px}.expand{float:right;margin-top:8px;color:#5e68cb;font-size:13px}.long-copy{clear:both;padding-top:10px!important;color:#535666!important}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;border:1px solid #f0f0f3;border-radius:10px}.spec-grid div{display:grid;gap:5px;padding:13px;border-right:1px solid #f0f0f3;border-bottom:1px solid #f0f0f3;text-align:center}.spec-grid b{font-size:15px}.spec-grid span{color:#9598a7;font-size:11px}.screens{display:grid;gap:8px}.screens img{width:100%;max-height:190px;object-fit:cover;border-radius:10px}.rules{margin:0;padding-left:20px;color:#535665;font-size:13px;line-height:1.75}.rules li+li{margin-top:6px}.detail-bottom{position:fixed;bottom:0;left:50%;z-index:9;display:flex;width:min(100%,430px);height:75px;gap:8px;padding:9px 13px calc(9px + env(safe-area-inset-bottom));transform:translate(-50%);background:#fffffff5;border-top:1px solid #ececf0}.icon-action{display:grid;place-content:center;gap:2px;width:62px;color:#464954;font-size:25px}.icon-action span{font-size:10px;white-space:nowrap}.rent-button{flex:1;border-radius:12px;background:linear-gradient(110deg,#ff9b4d,#ff3c4f);color:#fff;font-size:19px;font-weight:800;box-shadow:0 8px 18px #fa545b47}.mine-page{min-height:100vh;padding:24px 14px}.mine-head{display:flex;align-items:center;gap:12px;padding:13px 7px 30px}.avatar{display:grid;width:53px;height:53px;place-items:center;border-radius:50%;background:#e9eaff;color:#5453bf;font-size:30px}.mine-head h1{margin:0;font-size:19px}.mine-head p{margin:4px 0 0;color:#8a8c9b;font-size:13px}.mine-head button{margin-left:auto;font-size:20px}.balance{position:relative;display:grid;gap:7px;padding:20px;border-radius:16px;background:#fff;box-shadow:0 8px 20px #3c3f5c12}.balance span,.balance small{color:#9396a4;font-size:12px}.balance strong{font-size:33px}.balance button{position:absolute;right:20px;top:45px;border-radius:9px;padding:10px 21px;background:#20212a;color:#fff;font-weight:800}.mine-title{display:flex;align-items:center;justify-content:space-between;margin:26px 3px 12px}.mine-title h2{margin:0;font-size:20px}.mine-title button{color:#6669c3;font-size:13px}.empty{display:grid;justify-items:center;gap:7px;padding:30px;border-radius:16px;background:#fff;color:#999}.empty span{font-size:32px}.empty p{margin:0}.empty .primary{width:auto;padding:9px 18px;font-size:13px}.order-card{margin-top:10px;padding:14px;border-radius:13px;background:#fff}.order-card header,.order-card footer{display:flex;justify-content:space-between;align-items:center}.order-card header span{color:#ff6b58;font-size:12px;font-weight:800}.order-card header em{color:#a8a9b5;font-size:10px;font-style:normal}.order-card h3{margin:12px 0 5px;font-size:15px}.order-card p{margin:0;color:#8a8d9c;font-size:12px}.order-card footer{margin-top:14px}.order-card strong{font-size:16px}.order-card footer button{border:1px solid #dbdce5;border-radius:6px;padding:5px 9px;color:#777b8c;font-size:11px}.identity-card{display:flex;align-items:center;gap:9px;margin-top:18px;padding:16px;border-radius:13px;background:#fff}.identity-card b{font-size:15px}.identity-card span{color:#ff755a;font-size:12px}.identity-card button{margin-left:auto;color:#6a69c8;font-size:13px}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:20px;background:#17182799;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.identity-modal,.payment-modal{position:relative;width:min(100%,360px);display:grid;gap:14px;border-radius:18px;padding:24px;background:#fff}.identity-modal h2,.payment-modal h2{margin:0;font-size:21px}.identity-modal p,.payment-modal p{margin:0;color:#848796;font-size:13px;line-height:1.6}.identity-modal label{display:grid;gap:7px;color:#3a3c49;font-size:13px;font-weight:700}.identity-modal input{width:100%;border:1px solid #e2e3eb;border-radius:9px;padding:11px;outline:none}.identity-modal input:focus{border-color:#7775d6}.identity-modal .close{position:absolute;right:14px;top:9px;color:#999;font-size:26px}.payment-modal>div{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid #eff0f4;border-bottom:1px solid #eff0f4}.payment-modal>div span{color:#8f91a0}.payment-modal>div strong{font-size:20px}.text-button{color:#888b99}.toast{position:fixed;left:50%;bottom:88px;z-index:50;max-width:78%;padding:10px 14px;border-radius:10px;background:#252631e8;color:#fff;font-size:13px;text-align:center;transform:translate(-50%);box-shadow:0 7px 20px #1113}.fade-enter-active,.fade-leave-active{transition:.2s}.fade-enter-from,.fade-leave-to{opacity:0;transform:translate(-50%,8px)}@media (min-width:431px){.mobile-shell{box-shadow:0 0 0 1px #dcdde7,0 0 35px #3b3d5b1a}.bottom-nav,.detail-bottom{box-shadow:0 -2px 12px #3334}}
