:root{font-family:Inter,system-ui,Arial,sans-serif;color:#222;background:#fdfdfd;--shopee-orange: #ee4d2d;--shopee-green: #26aa99;--shopee-blue: #4a90e2;--shopee-light-orange: #fff5f2}*{box-sizing:border-box}body{margin:0;background:#f0f2f5}.page{width:100%;max-width:50%;min-width:480px;height:100vh;margin:0 auto;display:flex;flex-direction:column;overflow:hidden;position:relative;background:#fdfdfd;box-shadow:0 0 40px #0000001a}@media (max-width: 960px){.page{max-width:100%;min-width:100%;box-shadow:none}.bottom-nav{max-width:100%;min-width:100%}}.tab-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 12px 80px;-webkit-overflow-scrolling:touch}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 24px #0f172a14;margin-bottom:16px}h1,h2{margin-top:0}.label,label{display:block;font-weight:600;margin-bottom:8px}.input,.read-only{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px;resize:vertical;font-size:14px}.actions{margin-top:14px;display:flex;gap:12px}.actions.wrap{flex-wrap:wrap}button,.link-button{border:0;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.primary{background:#ee4d2d;color:#fff;border:1px solid #ee4d2d}.secondary{background:#fff;color:#ee4d2d;border:1px solid #ee4d2d}.secondary:hover{background:#fff5f2}button:disabled,.disabled{opacity:.6;pointer-events:none}.error{color:#b91c1c}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.table-responsive{width:100%;overflow-x:auto;position:relative}.table{width:100%;border-collapse:collapse;margin-top:0;font-size:14px}.table th,.table td{padding:12px;text-align:left;border-bottom:1px solid #ffdbd4}.table thead th{position:sticky;top:0;z-index:10;background:#fff5f2;box-shadow:0 1px #ffdbd4}.table th,.thead-light th{background:#fff5f2;color:#ee4d2d;font-weight:700}.table tr:hover{background:#fffcfb}h3{color:#ee4d2d}.badge{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;display:inline-block}.badge-success{background:#fff5f2;color:#ee4d2d;border:1px solid #ffdbd4}.badge-info{background:#eef4ff;color:#4a90e2;border:1px solid #d1e3ff}.badge-warning{background:#fffcf0;color:#b7791f;border:1px solid #fef3c7}.badge-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.badge-secondary{background:#fffcfb;color:#888;border:1px solid #eee}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mr-2{margin-right:8px}.mt-4{margin-top:24px}.mb-3{margin-bottom:16px}.font-weight-bold{font-weight:700}.text-success{color:var(--shopee-orange)}.text-price-green{color:var(--shopee-green)}.text-price-blue{color:var(--shopee-blue)}.italic{font-style:italic}.finance-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #eee;display:flex;flex-direction:column;gap:8px}.finance-label{font-size:13px;color:#888;display:flex;align-items:center;gap:6px}.finance-value{font-size:24px;font-weight:700}.finance-subtext{font-size:12px;color:#999}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot-green{background:var(--shopee-green)}.dot-blue{background:var(--shopee-blue)}.menu-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-radius:12px;margin-bottom:8px;border:1px solid #f3f4f6;cursor:pointer;transition:background .2s}.menu-item:hover{background:#f9fafb}.menu-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:12px}.icon-green{background:#e6f6f4;color:var(--shopee-green)}.icon-blue{background:#eef4ff;color:var(--shopee-blue)}.icon-orange{background:var(--shopee-light-orange);color:var(--shopee-orange)}.step-item{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:14px;background:#f9fafb;border:1px solid #eceff3;margin-bottom:8px}.step-num{width:28px;height:28px;border-radius:999px;background:#ee4d2d;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex:0 0 auto}.step-text{font-size:14px;line-height:1.45}.bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:50%;min-width:480px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -8px 20px #0f172a0f;z-index:1000}.nav-item{background:#fff;color:#6b7280;border-radius:0;padding:12px 8px 14px;display:flex;flex-direction:column;gap:6px;font-size:12px}.nav-item.active{color:#ee4d2d}.center-text,.text-center{text-align:center}.section-title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.status-message{padding:10px 14px;background:#fff5f2;color:#ee4d2d;border:1px solid #ffdbd4;border-radius:8px;margin-bottom:12px;font-size:14px}.job-info{font-size:14px;line-height:1.5}.muted{color:#6b7280}.flex-1{flex:1}.account-box{background:#fff5f2;padding:20px;border-radius:16px;border:1px solid #ffdbd4}.shopee-hero{background:#ee4d2d;color:#fff;padding:30px 40px 60px;border-radius:0 0 32px 32px;margin:-16px -16px 0}.hero-content-wrapper{max-width:820px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:24px;padding:0 20px}.hero-left{flex:0 0 150px;display:flex;justify-content:center}.hero-image-box{width:150px;height:150px;border-radius:28px;padding:10px;background:#ffffff1a;box-shadow:0 12px 32px #00000026;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-image-box img{width:100%;height:100%;object-fit:contain;border-radius:20px}.hero-right{flex:1;max-width:480px;text-align:left}.hero-title{color:#fff;font-size:48px;font-weight:900;margin:0 0 14px;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{color:#fff;opacity:1;font-size:17px;margin:0 0 12px;font-weight:500;line-height:1.4}.hero-badges{display:flex;flex-direction:column;gap:14px}.hero-badge{font-size:15px;background:#ffffff26;padding:10px 18px;border-radius:14px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);width:fit-content;min-width:340px;font-weight:600;box-shadow:0 4px 12px #0000000d;display:flex;align-items:center;gap:12px;color:#fff}.hero-badge svg{flex-shrink:0;overflow:visible}@media (max-width: 768px){.shopee-hero{padding:40px 20px 80px}.hero-content-wrapper{flex-direction:column;text-align:center;gap:24px}.hero-right{text-align:center;max-width:100%}.hero-title{font-size:32px}.hero-badge{min-width:100%;justify-content:flex-start}}@media (max-width: 600px){.hero-content{flex-direction:column;text-align:center}.hero-text{text-align:center}.hero-badges{justify-content:center}.hero-logo-img{width:80px;height:80px}}.search-card{margin-top:-50px;position:relative;z-index:10;padding:14px}.search-input{width:100%;border:1px solid #ffdbd4;background:#fff;border-radius:8px;padding:14px 16px;font-size:15px;margin-bottom:12px;outline:none}.search-input:focus{box-shadow:0 0 0 2px #ee4d2d33}.search-wrapper{position:relative;width:100%}.btn-shopee{background:#ee4d2d;color:#fff;width:100%;border:none;border-radius:8px;padding:14px;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap}.btn-shopee svg,.btn-outline-shopee svg{flex-shrink:0}.btn-shopee:disabled{opacity:.7;cursor:not-allowed}.search-hint{text-align:center;font-size:13px;color:#6b7280;margin-top:12px}.btn-outline-google{background:#fff;border:1px solid #d1d5db;color:#374151;padding:10px 20px;border-radius:8px;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 auto}.steps-row{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.step-circle-item{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#ee4d2d}.step-circle{width:48px;height:48px;border-radius:50%;background:#fff;color:#ee4d2d;border:1px solid #ffdbd4;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease}.step-circle-item:nth-child(1) .step-circle{animation:pulse-sequential 6s infinite 0s}.step-circle-item:nth-child(3) .step-circle{animation:pulse-sequential 6s infinite 1.5s}.step-circle-item:nth-child(5) .step-circle{animation:pulse-sequential 6s infinite 3s}.step-circle-item:nth-child(7) .step-circle{animation:pulse-sequential 6s infinite 4.5s}@keyframes pulse-sequential{0%,10%,to{background:#fff;color:#ee4d2d;border-color:#ffdbd4;transform:scale(1);box-shadow:none}5%{background:#ee4d2d;color:#fff;border-color:#fff;transform:scale(1.15);box-shadow:0 0 15px #ee4d2d66}}.step-circle.bg-light-shopee{background:#ffdbd4}.step-line{flex:1;height:2px;background:#ffdbd4;margin:-24px 12px 0;position:relative;overflow:hidden}.step-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--shopee-orange),transparent);animation:running-light 6s infinite linear}.step-line:nth-of-type(1):after{animation-delay:0s}.step-line:nth-of-type(2):after{animation-delay:1.5s}.step-line:nth-of-type(3):after{animation-delay:3s}@keyframes running-light{0%{left:-100%}to{left:100%}}@keyframes pulse-circle{0%,to{transform:scale(1);box-shadow:0 0 #ee4d2d66}50%{transform:scale(1.05);box-shadow:0 0 15px 5px #ee4d2d00}}.py-4{padding-top:16px;padding-bottom:16px}.mt-3{margin-top:16px}.mx-auto{margin-left:auto;margin-right:auto}.mb-3{margin-bottom:12px}.btn-outline-primary{background:transparent;border:1px solid #ee4d2d;color:#ee4d2d;padding:4px 12px;font-size:12px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.btn-outline-primary:hover{background:#ee4d2d;color:#fff}.btn-outline-shopee{background:transparent;border:1px solid #ee4d2d;color:#ee4d2d;padding:12px 16px;font-size:14px;font-weight:600;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;white-space:nowrap}.d-flex{display:flex!important}.flex-column{flex-direction:column!important}@media (max-width: 480px){.actions.gap-2{gap:6px!important}.btn-shopee,.btn-outline-shopee{padding:12px 6px;font-size:12px}.btn-shopee svg,.btn-outline-shopee svg{margin-right:4px!important}}.btn-outline-shopee:hover{background:#fff5f2}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.share-menu{width:100%;max-width:400px;animation:slide-up .3s ease-out}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.share-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}.share-btn{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:#333;font-size:13px;font-weight:500;padding:16px;border-radius:12px;background:#fdfdfd;border:1px solid #eee;transition:all .2s;cursor:pointer}.share-btn:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000000d;border-color:#ee4d2d}.share-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.fb .share-icon{background:#1877f2;color:#fff}.zalo-icon{background:#0068ff;color:#fff;font-weight:900;font-size:20px}.insta .share-icon{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.twitter .share-icon{background:#000;color:#fff}.w-100{width:100%}.gap-2{gap:8px!important}.loader-container,.inline-loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100px}.loader-container{height:100vh;background:#fff7f4}.inline-loader-container{min-height:80px}.shopee-loader{--loader-size: 140px;--loader-color: #ee4d2d;--loader-duration: 1.1s;--loader-pill-width: calc(var(--loader-size) * .14);--loader-pill-height: calc(var(--loader-size) * .34);--loader-radius: calc(var(--loader-pill-width) / 2);--loader-distance: calc(var(--loader-size) * .36);position:relative;width:var(--loader-size);height:var(--loader-size);display:inline-block;margin-bottom:24px}.shopee-loader.small{--loader-size: 32px;margin-bottom:12px}.shopee-loader__pill{position:absolute;left:50%;top:50%;width:var(--loader-pill-width);height:var(--loader-pill-height);margin-left:calc(var(--loader-pill-width) / -2);margin-top:calc(var(--loader-pill-height) / -2);border-radius:var(--loader-radius);background:var(--loader-color);transform-origin:center center;opacity:.18;animation:shopee-loader-fade var(--loader-duration) linear infinite;will-change:opacity,transform}.loading-text{color:#ee4d2d;font-size:18px;font-weight:600;letter-spacing:.5px}@keyframes shopee-loader-fade{0%{opacity:1}to{opacity:.18}}.faq-list{display:flex;flex-direction:column;gap:16px;margin-top:12px}.faq-item{border-bottom:1px solid #f5f5f5;padding-bottom:12px}.faq-item:last-child{border-bottom:none}.faq-q{font-weight:600;color:#333;font-size:14px;margin-bottom:4px}.faq-a{color:#666;font-size:13px;line-height:1.5}.bg-light-shopee{background:#fff5f2;border:1px dashed #ee4d2d!important;padding:16px;border-radius:12px}@keyframes slideDown{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translate(-50%);opacity:1}}.step-num{min-width:24px;height:24px;background:#ee4d2d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.steps-vertical{display:flex;flex-direction:column}.shadow-lg{box-shadow:0 10px 25px #0000001a!important}.shopee-toast-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;pointer-events:none}.shopee-toast{background:#000c;color:#fff;padding:12px 24px;border-radius:8px;font-size:15px;font-weight:500;box-shadow:0 4px 12px #0003;animation:toastFadeInOut 2.2s ease-in-out forwards;white-space:nowrap}@keyframes toastFadeInOut{0%{opacity:0;transform:scale(.8)}10%,90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}
