: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;position:relative}.tech-nav__item--active{color:#1492f4;font-weight:600}.tech-nav__badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;border-radius:999px;background:#1492f4;color:#fff;font-size:.68rem;font-weight:700;display:grid;place-items:center;padding:0 4px}.tech-message-page{padding:8px 0 16px}.tech-message-header{display:flex;justify-content:space-between;align-items:center;padding:2px 0 10px}.tech-message-header h1{margin:0;font-size:2rem}.tech-message-header button{width:52px;height:52px;border:none;border-radius:10px;background:#1492f4;color:#fff;font-size:2rem;line-height:1}.tech-message-search-wrap{background:#fff;border-radius:0 0 10px 10px;box-shadow:0 2px 8px #10172614;margin:0 -6px 12px;padding:8px 6px 12px}.tech-message-search{border:1px solid #d7dde6;border-radius:10px;height:56px;display:flex;align-items:center;padding:0 12px;color:#9aa1ab;font-size:1.6rem}.tech-message-list{margin-top:0}.tech-message-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:12px 10px;align-items:center}.tech-message-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(180deg,#4f5b66,#2c3238);color:#fff;font-size:.9rem;font-weight:700;display:grid;place-items:center}.tech-message-content{min-width:0}.tech-message-content h2{margin:0;font-size:1.8rem}.tech-message-content p{margin:3px 0 0;color:#747b86;font-size:1.55rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tech-message-right{text-align:right;display:grid;justify-items:end;gap:6px;color:#8c939e;font-size:1.35rem}.tech-message-unread{min-width:30px;height:30px;border-radius:999px;background:#1492f4;color:#fff;font-size:1.25rem;font-weight:700;display:grid;place-items:center;padding:0 8px}.tech-schedule-page{padding:0 0 16px}.tech-schedule-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e6e9ef;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow:0 2px 8px #10172614;padding:14px 14px 12px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;column-gap:10px}.tech-schedule-header button{border:none;background:transparent;font-size:1.8rem;line-height:1;color:#1f242b;padding:0}.tech-schedule-header h1{margin:0;font-size:2rem}.tech-schedule-header p{margin:0;color:#353b44;font-size:.86rem;font-weight:600}.tech-schedule-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:12px 4px}.tech-schedule-toolbar__left{background:#fff;border:1px solid #dce2ea;border-radius:10px;padding:10px 8px;display:flex;align-items:center;gap:8px;color:#6f7782;overflow:hidden}.tech-schedule-slots{border:1px solid #dce2ea;background:#fff;border-radius:10px;padding:0 12px;font-size:1.02rem;font-weight:600;color:#1e232a}.tech-schedule-slots span{color:#f0a020;margin-right:6px}.tech-schedule-add{width:44px;border:none;border-radius:8px;background:#1492f4;color:#fff;font-size:2rem;line-height:1}.tech-schedule-grid{position:relative;background:#fff;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6;min-height:980px;overflow:hidden}.tech-hour-line{position:absolute;left:0;right:0;border-top:1px solid #e9edf2}.tech-hour-line span{position:absolute;left:6px;top:-16px;color:#616874;font-size:1.9rem}.tech-schedule-now-line{position:absolute;left:0;right:0;top:505px;border-top:2px solid #eb7777;z-index:1}.tech-schedule-exchange{position:absolute;left:4px;right:4px;top:247px;height:32px;border-radius:5px;background:#36a88e;color:#fff;display:grid;place-items:center;font-size:1.95rem;z-index:8}.tech-schedule-card{position:absolute;background:#fff;border-radius:16px;border:1px solid #edf0f4;border-left:6px solid #39ae96;box-shadow:0 1px 5px #151f302e;padding:8px 10px;z-index:10;text-align:left;font-family:inherit;cursor:pointer}.tech-schedule-card__type{margin:0;color:#8a9099;font-size:1.6rem}.tech-schedule-card h2{margin:3px 0;font-size:2.1rem;font-weight:700;line-height:1.08}.tech-schedule-card p{margin:0;font-size:1.65rem;line-height:1.15;color:#2d333b}.tech-schedule-card__resize{position:absolute;right:9px;bottom:4px;color:#404852;font-size:1.55rem}.tech-appointment-page{padding:0 6px 16px}.tech-appointment-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e6e9ef;box-shadow:0 2px 8px #10172614;margin:0 -6px 10px;padding:8px 10px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:10px}.tech-appointment-header button{border:none;background:transparent;font-size:1.8rem;color:#1f242b;line-height:1}.tech-appointment-header h1{margin:0;font-size:2rem}.tech-appointment-nav-btns{display:flex;gap:8px}.tech-appointment-nav-btns button{width:44px;height:44px;border:1px solid #dbe1ea;border-radius:10px;background:#fff;color:#1492f4}.tech-appointment-status{border:1px solid #6fce88;background:#f3fff5;color:#297a45;border-radius:8px;padding:10px 12px;margin-bottom:8px;font-size:1.65rem}.tech-appointment-meta{display:flex;justify-content:space-between;align-items:center;padding:12px 12px 6px}.tech-appointment-meta p{margin:0;font-size:1.55rem}.tech-appointment-meta span{background:#fff6dc;color:#f3a313;padding:5px 8px;border-radius:8px;font-size:1.45rem}.tech-appointment-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:0 12px}.tech-appointment-row p{margin:0;font-size:1.55rem}.tech-appointment-row a{font-size:1.45rem}.tech-appointment-line{margin:6px 12px 8px;font-size:1.45rem}.tech-appointment-phones{margin:0 12px;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e9edf2}.tech-appointment-phones a{padding:8px 0 4px;font-size:1.55rem}.tech-appointment-phones a+a{border-left:1px solid #e9edf2;padding-left:12px}.tech-appointment-phones-labels{margin:0 12px 10px;display:grid;grid-template-columns:1fr 1fr;color:#7f8691;font-size:1.3rem}.tech-appointment-mini-card{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:12px}.tech-appointment-step-circle{width:50px;height:50px;border-radius:50%;border:8px solid #eceff4;border-top-color:#42a9f6;display:grid;place-items:center;font-size:1.1rem;color:#7a808a}.tech-appointment-mini-card h2{margin:0;font-size:1.8rem}.tech-appointment-mini-card p{margin:2px 0 0;color:#7f8691;font-size:1.35rem}.tech-appointment-notes{padding:10px 12px}.tech-appointment-date{margin:8px 0 4px;font-weight:700;font-size:1.45rem}.tech-appointment-notes ul{margin:0;padding-left:20px}.tech-appointment-notes li{margin:3px 0;font-size:1.45rem;color:#444b55}.tech-appointment-primary-btn{width:100%;border:none;background:#1492f4;color:#fff;border-radius:10px;padding:11px 14px;font-size:1.8rem;margin:0 0 12px}@media(min-width:768px){.tech-app{border-left:1px solid #e1e5eb;border-right:1px solid #e1e5eb}}
