.tim-makeup-app {
  --tm-primary:#f43f68;--tm-primary-dark:#e92655;--tm-soft:#fff3f6;--tm-line:#f6dfe5;
  --tm-text:#1f1b1d;--tm-muted:#766f72;--tm-white:#fff;--tm-radius:18px;
  color:var(--tm-text);font-family:Arial,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:14px;line-height:1.45;box-sizing:border-box;isolation:isolate;width:100%;
}
.tim-makeup-app .tm-loading[hidden],.tim-makeup-app .tm-screen[hidden],.tim-makeup-app [data-auth-error][hidden],.tim-makeup-app [data-form-status][hidden],.tim-makeup-app [data-chat-error][hidden],.tim-makeup-app [data-load-more][hidden]{display:none!important}
.tim-makeup-app .tm-active-filters{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0}.tim-makeup-app .tm-active-filters button{min-height:36px;padding:6px 11px;border:1px solid var(--tm-line);border-radius:999px;background:var(--tm-soft);color:var(--tm-primary);font-size:12px}.tim-makeup-app [data-load-more]{width:100%;margin-top:12px}
.tim-makeup-app .tm-conversation-head>img{width:44px!important;height:44px!important;object-fit:cover;border-radius:50%}.tim-makeup-app .tm-package-row{display:grid;grid-template-columns:1fr 1fr 120px 44px;gap:7px;margin-bottom:8px}.tim-makeup-app .tm-package-row input{min-width:0;height:44px;padding:0 10px;border:1px solid var(--tm-line);border-radius:10px}.tim-makeup-app .tm-package-row button{min-width:44px;min-height:44px;border:1px solid var(--tm-line);border-radius:10px;background:#fff;color:var(--tm-primary)}.tim-makeup-app .tm-service-preview{width:96px!important;height:96px!important;object-fit:cover;border-radius:14px}
.tim-makeup-app .tm-gallery-modal{position:fixed;inset:0;z-index:10001;display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:8px;padding:20px;background:rgba(20,16,18,.92)}.tim-makeup-app .tm-gallery-modal figure{grid-column:2;display:grid;place-items:center;gap:10px;margin:0}.tim-makeup-app .tm-gallery-modal img{display:block;max-width:min(760px,100%);max-height:82dvh;width:auto!important;height:auto;border-radius:16px}.tim-makeup-app .tm-gallery-modal figcaption{color:#fff;font-weight:700}.tim-makeup-app .tm-gallery-modal>button{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:30px}.tim-makeup-app .tm-gallery-modal .tm-gallery-close{position:absolute;top:max(16px,env(safe-area-inset-top));right:16px}.tim-makeup-app .tm-gallery-modal .tm-gallery-prev{grid-column:1}.tim-makeup-app .tm-gallery-modal .tm-gallery-next{grid-column:3}
.tim-makeup-app *,.tim-makeup-app *::before,.tim-makeup-app *::after{box-sizing:border-box}
.tim-makeup-app button,.tim-makeup-app input,.tim-makeup-app select,.tim-makeup-app textarea{font:inherit;color:inherit}
.tim-makeup-app img{display:block;max-width:100%;height:auto}
.tim-makeup-app a{color:inherit;text-decoration:none}
.tim-makeup-app button,.tim-makeup-app a{touch-action:manipulation}
.tim-makeup-app :focus-visible{outline:3px solid rgba(244,63,104,.28);outline-offset:2px}
.tim-makeup-app .tm-skip{position:fixed;left:12px;top:-80px;z-index:10001;padding:10px 14px;background:#fff;border:1px solid var(--tm-primary);border-radius:10px}
.tim-makeup-app .tm-skip:focus{top:12px}
.tim-makeup-app .tm-shell{position:relative;width:min(100%,480px);min-height:100dvh;margin:0 auto;background:#fff;padding-bottom:82px;box-shadow:0 0 36px rgba(34,22,26,.08);overflow:hidden}
.tim-makeup-app .tm-header{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:14px 20px;background:#fff}
.tim-makeup-app .tm-location{display:flex;gap:9px;align-items:center;min-height:44px;font-size:16px}.tim-makeup-app .tm-icon{font-size:24px;color:var(--tm-primary)}
.tim-makeup-app .tm-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--tm-primary),#ff91aa);color:#fff;font-weight:800;border:3px solid #fff;box-shadow:0 2px 12px rgba(244,63,104,.2)}
.tim-makeup-app .tm-main{padding:0 16px 26px;min-height:calc(100dvh - 150px)}
.tim-makeup-app .tm-nav{position:fixed;left:50%;bottom:0;z-index:1000;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,1fr);width:min(100%,480px);min-height:70px;padding:6px 8px max(6px,env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid #eee;box-shadow:0 -8px 24px rgba(30,21,24,.06);backdrop-filter:blur(12px)}
.tim-makeup-app .tm-nav a{display:flex;min-width:0;min-height:54px;align-items:center;justify-content:center;flex-direction:column;gap:2px;color:#7c7578;font-size:11px;font-weight:600;border-radius:12px}.tim-makeup-app .tm-nav a span{font-size:23px;line-height:1}.tim-makeup-app .tm-nav a[aria-current="page"]{color:var(--tm-primary);background:var(--tm-soft)}
.tim-makeup-app .tm-loading{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding-top:12px}.tim-makeup-app .tm-loading span:not(.screen-reader-text){display:block;height:156px;border-radius:var(--tm-radius);background:linear-gradient(100deg,#f7f3f4 20%,#fff 40%,#f7f3f4 60%);background-size:220% 100%;animation:tm-shimmer 1.2s infinite}
@keyframes tm-shimmer{to{background-position-x:-220%}}
.tim-makeup-app .tm-search{display:flex;align-items:center;gap:10px;width:100%;height:48px;padding:0 14px;border:1px solid #e9e1e4;border-radius:14px;background:#fbf9fa}.tim-makeup-app .tm-search input{width:100%;border:0!important;outline:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}
.tim-makeup-app .tm-title-row{display:flex;align-items:center;justify-content:space-between;margin:22px 0 12px}.tim-makeup-app .tm-title-row h1,.tim-makeup-app .tm-title-row h2{margin:0!important;font-size:16px!important;line-height:1.3!important;font-weight:800!important}.tim-makeup-app .tm-title-row a{color:var(--tm-muted);font-size:12px}
.tim-makeup-app .tm-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 8px}
.tim-makeup-app .tm-category{display:grid;grid-template-rows:minmax(0,1fr) 26px;aspect-ratio:3/4;min-width:0;min-height:0;align-items:center;justify-items:center;overflow:hidden;padding:5px 3px;border:1px solid rgba(238,114,146,.18);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fffefe 100%);box-shadow:0 5px 16px rgba(118,48,66,.022);text-align:center;transition:transform .16s,border-color .16s,background .16s}
.tim-makeup-app .tm-category:active{transform:scale(.985);border-color:rgba(238,114,146,.28);background:#fffafb}.tim-makeup-app .tm-category img{display:block;width:min(72px,calc(100% - 4px))!important;height:auto!important;aspect-ratio:1;min-width:0;min-height:0;object-fit:contain;border:0;border-radius:50%;background:#fff;box-shadow:none}.tim-makeup-app .tm-category strong{display:grid;min-height:0;place-items:center;margin:1px 0 0;color:#111827;font-size:10.5px;line-height:1.14;font-weight:800}
.tim-makeup-app .tm-map-card{position:relative;height:210px;overflow:hidden;border:1px solid #f0dfe5;border-radius:16px;background-color:#f3eee8;background-image:linear-gradient(28deg,transparent 46%,#fff 47% 52%,transparent 53%),linear-gradient(-32deg,transparent 44%,#fff 45% 50%,transparent 51%),linear-gradient(90deg,transparent 48%,rgba(184,211,178,.35) 49% 68%,transparent 69%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}.tim-makeup-app .tm-map-card::after{content:"";position:absolute;left:50%;top:50%;width:88px;height:88px;border:1px solid rgba(244,63,104,.38);border-radius:50%;background:rgba(244,63,104,.11);transform:translate(-50%,-50%)}.tim-makeup-app .tm-map-pin{position:absolute;z-index:2;left:50%;top:50%;width:42px;height:42px;display:grid;place-items:center;border:5px solid #fff;border-radius:50% 50% 50% 8px;background:var(--tm-primary);box-shadow:0 8px 18px rgba(123,36,61,.28);transform:translate(-50%,-65%) rotate(-45deg)}.tim-makeup-app .tm-map-pin::after{content:"";width:11px;height:11px;border-radius:50%;background:#fff}.tim-makeup-app .tm-map-caption{position:absolute;z-index:3;left:10px;bottom:10px;max-width:calc(100% - 20px);padding:7px 10px;border-radius:10px;background:rgba(255,255,255,.94);color:#62595e;font-size:10px;box-shadow:0 5px 15px rgba(50,28,35,.1)}
.tim-makeup-app .tm-banner{display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:10px;margin-top:20px;padding:13px;border:1px solid #ffd1dd;border-radius:17px;background:linear-gradient(120deg,#fff6f8,#fff0f4)}.tim-makeup-app .tm-banner img{width:64px!important;height:64px!important;object-fit:cover;border-radius:50%}.tim-makeup-app .tm-banner h2{margin:0 0 4px!important;font-size:14px!important;color:var(--tm-primary)}.tim-makeup-app .tm-banner p{margin:0!important;color:var(--tm-muted);font-size:11px}.tim-makeup-app .tm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border:0;border-radius:999px;background:var(--tm-primary);color:#fff!important;font-weight:700;cursor:pointer}
.tim-makeup-app .tm-filterbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:2px 0 10px}.tim-makeup-app .tm-filter{min-width:0;min-height:40px;padding:0 9px;border:1px solid #e9e1e4;border-radius:12px;background:#fff}.tim-makeup-app .tm-partner-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;margin-bottom:4px}.tim-makeup-app .tm-partner-actions .tm-btn{min-width:0;padding-inline:10px}.tim-makeup-app .tm-sort-filter{max-width:116px}.tim-makeup-app .tm-partner-actions .tm-link{min-height:40px;white-space:nowrap}
.tim-makeup-app .tm-partner-list{display:grid;gap:12px}.tim-makeup-app .tm-partner-card{display:grid;grid-template-columns:126px 1fr;min-height:168px;border:1px solid #f5dce3;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(47,24,31,.04)}.tim-makeup-app .tm-partner-photo{width:126px!important;height:168px!important;object-fit:cover;background:#f5f2f3}.tim-makeup-app .tm-partner-body{display:flex;min-width:0;flex-direction:column;padding:14px}.tim-makeup-app .tm-partner-body h2{margin:0 0 6px!important;font-size:16px!important;line-height:1.2!important}.tim-makeup-app .tm-meta{color:var(--tm-muted);font-size:12px}.tim-makeup-app .tm-tags{display:flex;gap:5px;flex-wrap:wrap;margin:9px 0}.tim-makeup-app .tm-tag{padding:4px 8px;border-radius:999px;background:var(--tm-soft);color:var(--tm-primary);font-size:10px}.tim-makeup-app .tm-price{margin-top:auto;padding-top:10px;border-top:1px solid #f2e8eb;font-size:12px}.tim-makeup-app .tm-price strong{color:var(--tm-primary);font-size:17px;margin-left:5px}.tim-makeup-app .tm-empty,.tim-makeup-app .tm-alert{padding:24px;border:1px solid var(--tm-line);border-radius:var(--tm-radius);background:var(--tm-soft);text-align:center}.tim-makeup-app .tm-card{padding:18px;border:1px solid var(--tm-line);border-radius:var(--tm-radius);background:#fff}.tim-makeup-app .tm-card h1{margin:0 0 8px!important;font-size:24px!important}.tim-makeup-app .tm-form{display:grid;gap:14px}.tim-makeup-app .tm-field{display:grid;gap:6px}.tim-makeup-app .tm-field label{font-size:12px;font-weight:700}.tim-makeup-app .tm-field input,.tim-makeup-app .tm-field textarea,.tim-makeup-app .tm-field select{width:100%;min-height:48px;padding:12px 14px;border:1px solid #e9dce0;border-radius:13px;background:#fff}.tim-makeup-app .tm-form .tm-btn{width:100%;border-radius:13px}.tim-makeup-app .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.tim-makeup-app .tm-profile-card{display:flex;align-items:center;gap:15px;padding:18px;border:1px solid #ffd5df;border-radius:20px;background:linear-gradient(135deg,#fff8fa,#fff0f4)}.tim-makeup-app .tm-profile-card h2,.tim-makeup-app .tm-profile-card p{margin:0!important}.tim-makeup-app .tm-profile-card h2{font-size:19px!important}.tim-makeup-app .tm-profile-card p{color:var(--tm-muted);font-size:12px}.tim-makeup-app .tm-avatar-lg{width:74px;height:74px;font-size:25px;flex:none}.tim-makeup-app .tm-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:14px 0;border:1px solid var(--tm-line);border-radius:17px}.tim-makeup-app .tm-stats span{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:72px;color:var(--tm-muted);font-size:10px}.tim-makeup-app .tm-stats span+span{border-left:1px solid var(--tm-line)}.tim-makeup-app .tm-stats strong{color:var(--tm-text);font-size:17px}.tim-makeup-app .tm-menu{overflow:hidden;border:1px solid var(--tm-line);border-radius:17px}.tim-makeup-app .tm-menu a,.tim-makeup-app .tm-menu button{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;width:100%;min-height:56px;padding:0 14px;border:0;border-bottom:1px solid #f2e8eb;background:#fff;text-align:left}.tim-makeup-app .tm-menu>*:last-child{border-bottom:0}.tim-makeup-app .tm-menu button{color:var(--tm-primary);cursor:pointer}.tim-makeup-app .tm-history-card,.tim-makeup-app .tm-conversation{display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:12px;width:100%;min-height:86px;padding:9px;border:1px solid var(--tm-line);border-radius:16px;background:#fff;text-align:left}.tim-makeup-app .tm-history-card img{width:68px!important;height:68px!important;border-radius:13px;object-fit:cover;background:#f5f2f3}.tim-makeup-app .tm-history-card p,.tim-makeup-app .tm-conversation small{display:block;margin:4px 0 0!important;color:var(--tm-muted);font-size:11px}.tim-makeup-app .tm-conversation{grid-template-columns:50px 1fr auto;cursor:pointer}.tim-makeup-app .tm-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:16px;border:1px solid var(--tm-line);border-radius:14px;overflow:hidden}.tim-makeup-app .tm-tabs button{min-height:46px;border:0;background:#fff;color:var(--tm-muted)}.tim-makeup-app .tm-tabs button[aria-selected="true"]{background:var(--tm-soft);color:var(--tm-primary);font-weight:700}.tim-makeup-app .tm-status{padding:5px 9px;border-radius:999px;background:var(--tm-soft);color:var(--tm-primary);font-size:11px}.tim-makeup-app .tm-services{display:grid;gap:9px;margin:0;padding:0;border:0}.tim-makeup-app .tm-services legend{margin-bottom:8px;font-size:12px;font-weight:700}.tim-makeup-app .tm-services label{display:grid;grid-template-columns:18px 1fr 105px;align-items:center;gap:8px;padding:9px 10px;border:1px solid var(--tm-line);border-radius:13px}.tim-makeup-app .tm-price-input{min-height:38px!important;padding:7px 9px!important;text-align:right}.tim-makeup-app .tm-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:9px}.tim-makeup-app .tm-btn-secondary{border:1px solid var(--tm-primary);background:#fff;color:var(--tm-primary)!important}.tim-makeup-app .tm-service-list{display:grid;gap:8px}.tim-makeup-app .tm-service-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:13px;border:1px solid var(--tm-line);border-radius:14px}.tim-makeup-app .tm-service-row p{margin:3px 0 0!important;color:var(--tm-muted);font-size:11px}.tim-makeup-app .tm-service-row button{min-height:38px;padding:0 12px;border:1px solid var(--tm-line);border-radius:10px;background:#fff;color:var(--tm-primary)}
.tim-makeup-app .tm-cover{margin:0 -16px}.tim-makeup-app .tm-cover img,.tim-makeup-app .tm-cover-empty{width:100%!important;height:330px!important;object-fit:cover}.tim-makeup-app .tm-cover-empty{display:grid;place-items:center;background:linear-gradient(135deg,#412932,#f9849f);color:#fff;font-size:36px;font-weight:800}.tim-makeup-app .tm-profile-head{position:relative;margin:-18px -2px 0;padding:16px;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(47,24,31,.07)}.tim-makeup-app .tm-profile-head .tm-title-row{margin:0 0 5px}.tim-makeup-app .tm-profile-head h1{font-size:20px!important}.tim-makeup-app .tm-save{min-height:40px;padding:0 13px;border:1px solid #ffc3d2;border-radius:12px;background:#fff;color:var(--tm-primary)}.tim-makeup-app .tm-profile-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:14px}.tim-makeup-app .tm-profile-actions a,.tim-makeup-app .tm-profile-actions button{display:grid;place-items:center;min-height:56px;padding:6px;border:0;border-radius:12px;background:var(--tm-soft);color:var(--tm-primary);font-size:11px;font-weight:700}.tim-makeup-app .tm-section{margin-top:15px;padding:17px;border:1px solid var(--tm-line);border-radius:18px;background:#fff}.tim-makeup-app .tm-section>h2{margin:0 0 10px!important;font-size:16px!important}.tim-makeup-app .tm-section p{margin:0 0 8px!important}.tim-makeup-app .tm-price-table{overflow:hidden;border:1px solid var(--tm-line);border-radius:14px}.tim-makeup-app .tm-price-table>div:not(.tm-empty){display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;min-height:66px;padding:10px 12px;border-bottom:1px solid #f2e8eb}.tim-makeup-app .tm-price-table>div:last-child{border-bottom:0}.tim-makeup-app .tm-price-table span{display:grid;gap:3px}.tim-makeup-app .tm-price-table small{color:var(--tm-muted)}.tim-makeup-app .tm-price-table b{color:var(--tm-primary)}.tim-makeup-app .tm-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.tim-makeup-app .tm-gallery button{padding:0;border:0;border-radius:12px;overflow:hidden;background:#f5f2f3}.tim-makeup-app .tm-gallery img{width:100%!important;aspect-ratio:1;object-fit:cover}.tim-makeup-app .tm-review{position:relative;padding:12px 0;border-bottom:1px solid #f2e8eb}.tim-makeup-app .tm-review:last-child{border-bottom:0}.tim-makeup-app .tm-review>span{display:block;color:#ffb020}.tim-makeup-app .tm-review p{margin:5px 0!important}.tim-makeup-app .tm-review small{color:var(--tm-muted)}.tim-makeup-app .tm-rating{display:grid;gap:5px;margin:0;padding:0;border:0}.tim-makeup-app .tm-rating legend{font-weight:700}.tim-makeup-app .tm-rating label{display:flex;align-items:center;gap:8px;color:#ffb020}
.tim-makeup-app .tm-conversation-head{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--tm-line)}.tim-makeup-app .tm-conversation-head>a{display:grid;place-items:center;width:44px;height:44px;font-size:30px}.tim-makeup-app .tm-conversation-head h1{margin:0!important;font-size:17px!important}.tim-makeup-app .tm-conversation-head span{color:#23a455;font-size:11px}.tim-makeup-app .tm-messages{display:flex;min-height:calc(100dvh - 280px);flex-direction:column;gap:10px;padding:16px 0 92px}.tim-makeup-app .tm-message{align-self:flex-start;max-width:78%;padding:11px 13px;border:1px solid #eee3e6;border-radius:15px;background:#fff}.tim-makeup-app .tm-message.is-mine{align-self:flex-end;border-color:#ffcbd7;background:var(--tm-soft)}.tim-makeup-app .tm-message p{margin:0 0 4px!important;white-space:pre-wrap}.tim-makeup-app .tm-message small{color:var(--tm-muted);font-size:9px}.tim-makeup-app .tm-chat-image{display:block;width:min(220px,60vw);height:auto;max-height:300px;object-fit:cover;border-radius:14px}.tim-makeup-app .tm-file-link,.tim-makeup-app .tm-location-link{display:inline-flex;align-items:center;min-height:42px;padding:9px 12px;border:1px solid #ffd3dd;border-radius:12px;color:var(--tm-primary);font-weight:700;text-decoration:none;background:#fff}.tim-makeup-app .tm-composer{position:fixed;left:50%;bottom:70px;z-index:999;transform:translateX(-50%);display:grid;grid-template-columns:42px 42px 1fr 45px;align-items:center;gap:5px;width:min(100%,480px);padding:8px 12px;background:#fff;border-top:1px solid var(--tm-line)}.tim-makeup-app .tm-composer>label,.tim-makeup-app .tm-composer>button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffc4d2;border-radius:50%;background:#fff;color:var(--tm-primary);font-size:23px}.tim-makeup-app .tm-composer>input{min-width:0;height:44px;padding:0 13px;border:1px solid #eadfe2;border-radius:999px}.tim-makeup-app .tm-composer .tm-send{border:0;background:var(--tm-primary);color:#fff}
.tim-makeup-app .tm-account-avatar{width:74px!important;height:74px!important;flex:none;border:4px solid #fff;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px rgba(45,25,31,.1)}.tim-makeup-app .tm-menu-status{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px;min-height:56px;padding:0 14px;color:var(--tm-muted)}.tim-makeup-app .tm-link{justify-self:end;padding:0;border:0;background:transparent;color:var(--tm-primary);font-size:12px;font-weight:700}.tim-makeup-app .tm-social-login{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.tim-makeup-app .tm-social-login button{min-height:44px;border:1px solid #e9dfe2;border-radius:12px;background:#fff;color:#777}.tim-makeup-app .tm-social-login button:disabled{opacity:.6}.tim-makeup-app .tm-upload-preview{display:flex;gap:6px;flex-wrap:wrap}.tim-makeup-app .tm-upload-preview span{padding:5px 8px;border-radius:8px;background:var(--tm-soft);color:var(--tm-primary);font-size:10px}.tim-makeup-app .tm-switch{display:flex;align-items:center;gap:8px;min-height:44px}
.tim-makeup-app .tm-video-gallery{display:grid;gap:10px}.tim-makeup-app .tm-video-gallery video{display:block;width:100%;max-height:420px;border-radius:14px;background:#171416}
.tim-makeup-app .tm-review-head{display:flex;align-items:center;gap:9px}.tim-makeup-app .tm-review-head img{width:38px!important;height:38px!important;border-radius:50%;object-fit:cover}.tim-makeup-app .tm-review-media{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:8px 0}.tim-makeup-app .tm-review-media img{width:100%!important;aspect-ratio:1;object-fit:cover;border-radius:10px}.tim-makeup-app .tm-upload-preview button{padding:0;border:0;background:transparent;color:var(--tm-primary);font-weight:800;cursor:pointer}
@media (max-width:370px){.tim-makeup-app .tm-main{padding-inline:10px}.tim-makeup-app .tm-categories{gap:7px}.tim-makeup-app .tm-category{grid-template-rows:minmax(0,1fr) 25px;padding:4px 3px}.tim-makeup-app .tm-partner-card{grid-template-columns:112px 1fr}.tim-makeup-app .tm-partner-photo{width:112px!important;height:160px!important}.tim-makeup-app .tm-banner{grid-template-columns:54px 1fr}.tim-makeup-app .tm-banner img{width:50px!important;height:50px!important}.tim-makeup-app .tm-banner .tm-btn{grid-column:1/-1}.tim-makeup-app .tm-cover{margin-inline:-10px}.tim-makeup-app .tm-profile-actions{grid-template-columns:repeat(2,1fr)}.tim-makeup-app .tm-composer{grid-template-columns:38px 38px 1fr 42px;padding-inline:7px}}
@media (min-width:800px){.tim-makeup-app .tm-shell{margin-block:20px;min-height:calc(100dvh - 40px);border-radius:28px}.tim-makeup-app .tm-nav{bottom:20px;border-radius:0 0 28px 28px}}
.tim-makeup-app .tm-shell{min-height:calc(100dvh - var(--wp-admin--admin-bar--height,32px))}
@media (prefers-reduced-motion:reduce){.tim-makeup-app *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
