:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:#f4f6f9;color:#1c1f23}a{color:#1492f4;text-decoration:none}.tech-app{min-height:100vh;max-width:420px;margin:0 auto;background:#f7f8fa;padding-bottom:80px}.tech-app__content{padding:0 6px}.tech-page{padding:8px 0 16px}.tech-header{display:flex;align-items:center;justify-content:space-between;margin:8px 6px 12px}.tech-header h1{margin:0;font-size:2rem;line-height:1.1}.tech-header p{margin:4px 0 0;color:#7b818b;font-weight:600}.tech-header--stack{display:block}.tech-user{display:flex;gap:10px;align-items:center}.tech-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(180deg,#404852,#21262c)}.tech-avatar--small{width:34px;height:34px}.tech-bell{border:none;background:transparent;font-size:1.4rem;position:relative;cursor:pointer}.tech-bell span{position:absolute;right:-6px;top:-6px;background:#1492f4;color:#fff;border-radius:999px;font-size:.7rem;min-width:18px;min-height:18px;display:grid;place-items:center}.tech-card{background:#fff;border:1px solid #e1e5eb;border-radius:12px;margin:10px 0;overflow:hidden}.tech-card__title{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #eceff4}.tech-card__title h2{margin:0;font-size:1.05rem}.tech-clock{margin:0 0 10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.tech-clock span{font-size:1.05rem}.tech-clock button,.tech-action-btn{border:none;background:#5ac965;color:#fff;border-radius:9px;padding:9px 15px;font-size:1.05rem;font-weight:600}.tech-action-btn{width:100%;margin-top:12px;background:#1492f4}.tech-row{padding:12px 14px;display:flex;justify-content:space-between;gap:10px}.tech-primary{margin:0;font-size:1.02rem}.tech-secondary{margin:2px 0 0;color:#8a9099;font-size:.88rem}.tech-right{text-align:right}.tech-eta{margin:0 0 5px;font-size:.85rem}.tech-pill{border-radius:999px;background:#eef1f5;color:#6f7782;font-size:.78rem;padding:3px 8px}.tech-pill--blue{background:#1492f4;color:#fff}.tech-pill--green{background:#e6f8eb;color:#4ea85b}.tech-map{position:relative;height:190px;margin:0 8px 8px;border-radius:10px;background:linear-gradient(180deg,#eef1f5,#e8ecf2);overflow:hidden}.tech-map__route{position:absolute;left:96px;top:55px;width:125px;height:60px;border-left:4px solid #ef4d57;border-bottom:4px solid #ef4d57}.tech-map:before{content:"";position:absolute;left:84px;top:45px;width:26px;height:26px;border-radius:50%;background:#62cb70}.tech-map:after{content:"";position:absolute;left:210px;top:102px;width:15px;height:15px;border-radius:50%;background:#ef4d57}.tech-map__eta,.tech-map__time{position:absolute;font-size:.9rem;font-weight:600;background:#fff;border-radius:8px;padding:2px 6px}.tech-map__eta{left:165px;top:105px}.tech-map__time{left:235px;top:96px;color:#f3515b}.tech-list-item{display:flex;align-items:center;gap:10px;padding:12px 14px}.tech-list-item--border{border-top:1px solid #eceff4}.tech-list-item__content{min-width:0;flex:1}.tech-list-item__content .tech-secondary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tech-chevron{font-size:1.2rem;color:#6a717b}.tech-qty{display:flex;align-items:center;gap:8px}.tech-qty button{border:none;background:transparent;font-size:1.5rem;color:#404852;width:28px;height:28px;line-height:1}.tech-qty span{display:inline-grid;place-items:center;min-width:28px;min-height:28px;border:1px solid #d6dbe4;border-radius:6px}.tech-placeholder{min-height:60vh;display:grid;place-items:center;text-align:center}.tech-placeholder h1{margin-bottom:6px}.tech-placeholder p{margin:0;color:#707783}.tech-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:420px;background:#fff;border-top:1px solid #dfe4ec;display:grid;grid-template-columns:repeat(5,1fr);padding:6px 4px 8px}.tech-nav__item{color:#8a9099;text-decoration:none;display:grid;justify-items:center;gap:2px;font-size:.75rem}.tech-nav__icon{display:inline-grid;place-items:center;width:24px;height:24px;font-size:1rem}.tech-nav__item--active{color:#1492f4;font-weight:600}@media(min-width:768px){.tech-app{border-left:1px solid #e1e5eb;border-right:1px solid #e1e5eb}}
