*{box-sizing:border-box;margin:0;padding:0} :root{--blue:#1769ff;--blue-dark:#0d4ed8;--blue-light:#eef5ff;--green:#18a957;--text:#172033;--muted:#758096;--border:#e8ebf1;--bg:#f7f9fc;--white:#fff}html,body{width:100%;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}body{padding-bottom:78px}button,input,select{font:inherit}button{border:none;cursor:pointer}.app{max-width:600px;margin:auto;min-height:100vh;background:#fff}.topbar{height:70px;padding:12px 18px;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.brand{display:flex;gap:10px;align-items:center}.brand-icon{width:42px;height:42px;border-radius:13px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900;font-size:21px}.brand h1{font-size:19px;line-height:19px}.brand span{color:var(--muted);font-size:11px}.icon-btn{width:40px;height:40px;border-radius:50%;background:var(--blue-light);color:var(--blue);font-size:24px}.page{display:none;padding-bottom:25px}.page.active{display:block}.hero{margin:15px;border-radius:25px;overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.35),transparent 25%),linear-gradient(135deg,#1769ff,#1049bd);color:#fff}.hero-content{padding:30px 24px}.hero-badge{display:inline-block;background:rgba(255,255,255,.15);padding:7px 10px;border-radius:50px;font-size:10px;font-weight:800;letter-spacing:.7px}.hero h2{font-size:34px;line-height:1.08;margin:18px 0 10px}.hero h2 strong{color:#dce8ff}.hero p{font-size:14px;line-height:1.6;opacity:.9;max-width:340px}.hero-buttons{display:flex;gap:10px;margin-top:22px}.primary-btn,.secondary-btn{padding:13px 17px;border-radius:12px;font-weight:800}.primary-btn{background:#fff;color:var(--blue)}.secondary-btn{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.25)}.section{padding:10px 15px}.section-head{display:flex;justify-content:space-between;align-items:center;margin:10px 0 15px}.section-head h3{font-size:18px}.section-head button{background:none;color:var(--blue);font-weight:700;font-size:13px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quick-card{padding:17px;border:1px solid var(--border);border-radius:17px;background:#fff;box-shadow:0 5px 20px rgba(20,40,80,.04)}.quick-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:19px;margin-bottom:11px}.quick-icon.blue{background:#edf4ff}.quick-icon.green{background:#eafaf1}.quick-card h4{font-size:14px}.quick-card p{color:var(--muted);font-size:11px;margin-top:4px}.brand-scroll{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.brand-scroll::-webkit-scrollbar{display:none}.brand-pill{min-width:86px;padding:13px 8px;text-align:center;border:1px solid var(--border);border-radius:15px;background:#fff}.brand-logo{width:42px;height:42px;border-radius:13px;margin:auto auto 7px;background:var(--blue-light);color:var(--blue);display:grid;place-items:center;font-weight:900}.brand-pill span{font-size:11px;font-weight:700}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-card{border:1px solid var(--border);border-radius:17px;overflow:hidden;background:#fff}.product-image{height:150px;background:#f5f7fb;display:grid;place-items:center;font-size:70px}.product-info{padding:12px}.product-info small{color:var(--muted);font-size:10px}.product-info h4{margin:4px 0;font-size:14px}.product-price{font-size:17px;font-weight:900}.product-old{color:#9ba3b2;text-decoration:line-through;font-size:11px;margin-left:4px}.product-tag{display:inline-block;background:#eafaf1;color:var(--green);padding:4px 6px;border-radius:5px;font-size:9px;font-weight:800;margin-top:7px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.feature-card{padding:15px;border-radius:15px;background:#f8faff;border:1px solid var(--border)}.feature-card span{color:var(--blue);font-size:18px;font-weight:900}.feature-card h4{font-size:13px;margin-top:8px}.feature-card p{font-size:10px;color:var(--muted);line-height:1.5;margin-top:4px}.page-title{padding:20px 17px 15px;display:flex;align-items:center;gap:13px}.page-title h2{font-size:23px}.page-title p{color:var(--muted);font-size:12px;margin-top:3px}.back-btn{width:40px;height:40px;border-radius:12px;background:var(--blue-light);color:var(--blue);font-size:22px}.filter-row{display:flex;overflow-x:auto;gap:8px;padding:0 15px 15px}.filter{white-space:nowrap;padding:9px 14px;border-radius:50px;background:#f1f3f7;color:#566176;font-size:12px;font-weight:700}.filter.active{background:var(--blue);color:#fff}.all-brands{padding:0 15px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.all-brand-card{border:1px solid var(--border);padding:16px;border-radius:16px;display:flex;align-items:center;gap:12px}.all-brand-card .brand-logo{margin:0;flex-shrink:0}.all-brand-card strong{font-size:14px}.all-brand-card small{color:var(--muted);display:block;margin-top:3px}.sell-step{padding:0 17px 30px}.hidden{display:none!important}.sell-heading{margin-bottom:20px}.sell-heading h3{font-size:20px}.sell-heading p{color:var(--muted);font-size:12px;margin-top:5px}label{display:block;font-size:12px;font-weight:800;margin:15px 0 8px}select,input{width:100%;height:51px;border:1px solid var(--border);border-radius:13px;padding:0 14px;background:#fff;color:var(--text);outline:none}select:focus,input:focus{border-color:var(--blue)}.steps{display:flex;align-items:center;padding:0 30px 22px}.step{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#edf0f5;color:#8891a2;font-size:11px;font-weight:800}.step.active{background:var(--blue);color:#fff}.steps span{height:2px;flex:1;background:#edf0f5}.option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.storage-option,.choice-grid button{border:1px solid var(--border);border-radius:11px;padding:12px 6px;background:#fff;font-size:12px;font-weight:700}.storage-option.selected,.choice-grid button.selected{background:var(--blue-light);border-color:var(--blue);color:var(--blue)}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.full-btn{width:100%;height:52px;border-radius:13px;background:var(--blue);color:#fff;font-weight:800;margin-top:20px}.full-btn:hover{background:var(--blue-dark)}.full-btn.small{margin-top:0}.outline-btn{height:52px;padding:0 20px;border-radius:13px;border:1px solid var(--border);background:#fff;color:var(--text);font-weight:800}.button-row{display:grid;grid-template-columns:100px 1fr;gap:10px;margin-top:25px}.accessory-list{display:flex;flex-direction:column;gap:9px}.check-card{display:flex;align-items:center;gap:10px;border:1px solid var(--border);padding:15px;border-radius:13px;margin:0}.check-card input{width:20px;height:20px}.check-card span{flex:1}.check-card strong{color:var(--green)}.price-card{border-radius:23px;padding:25px 20px;text-align:center;color:#fff;background:linear-gradient(135deg,#1769ff,#1049bd);box-shadow:0 15px 35px rgba(23,105,255,.2)}.price-card>span{opacity:.85;font-size:12px}.price{font-size:42px;font-weight:900;margin:8px 0}.price-card p{opacity:.8;font-size:11px;line-height:1.5}.price-summary{background:rgba(255,255,255,.1);margin-top:18px;padding:13px;border-radius:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.price-summary span{display:block;font-size:9px;opacity:.7}.price-summary strong{display:block;font-size:10px;margin-top:3px}.sell-note{margin-top:12px;background:#fff8e8;padding:14px;border-radius:13px}.sell-note strong{font-size:12px}.sell-note p{font-size:10px;color:#856d37;line-height:1.5;margin-top:4px}.full-outline{width:100%;margin-top:10px}.modal{position:fixed;inset:0;background:rgba(10,20,40,.55);z-index:100;display:none;align-items:flex-end;justify-content:center;backdrop-filter:blur(5px)}.modal.show{display:flex}.modal-box{width:100%;max-width:600px;background:#fff;border-radius:25px 25px 0 0;max-height:92vh;overflow-y:auto;position:relative}.modal-close{position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.07);font-size:22px;z-index:3}.phone-image{height:260px;background:#f4f6fa;display:grid;place-items:center;font-size:100px}.modal-content{padding:20px}.product-brand{color:var(--blue);font-size:12px;font-weight:800}.modal-content h2{font-size:24px;margin:5px 0}.rating{color:#e69b00;font-size:12px}.modal-price{font-size:29px;font-weight:900;margin:15px 0}.spec-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.spec-list div{padding:11px;border-radius:10px;background:#f6f8fb;font-size:11px}.form-modal,.search-box{padding:25px 18px}.form-modal h2,.search-box h2{margin-bottom:5px}.form-modal p{color:var(--muted);font-size:12px;margin-bottom:20px}.form-modal input,.form-modal select{margin-bottom:10px}.search-box input{margin-top:15px}.search-results{margin-top:15px}.search-result{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.search-result-icon{width:50px;height:50px;border-radius:12px;background:#f4f6fa;display:grid;place-items:center;font-size:28px}.search-result h4{font-size:13px}.search-result p{color:var(--muted);font-size:11px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:600px;height:70px;background:rgba(255,255,255,.96);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-around;z-index:50;backdrop-filter:blur(12px)}.nav-item{background:none;color:#8992a3;font-size:9px;font-weight:700;display:flex;flex-direction:column;gap:4px;align-items:center}.nav-item span{font-size:20px}.nav-item.active{color:var(--blue)}.sell-center{width:54px;height:54px;border-radius:50%;background:var(--blue);color:#fff;font-size:22px;margin-top:-28px;border:5px solid #fff;box-shadow:0 5px 20px rgba(23,105,255,.3)}@media(min-width:700px){body{background:#edf1f7}.app{min-height:100vh;box-shadow:0 0 50px rgba(0,0,0,.06)}}