:root{--p:#5146e5;--p2:#7c3aed;--ink:#17152b;--muted:#74748b;--bg:#f6f7fb;--line:#e7e8f0;--green:#12b981}*{box-sizing:border-box}body{margin:0;font:15px/1.5 Inter,ui-sans-serif,system-ui;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}header{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:40px;padding:0 max(4vw,20px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-size:20px}.brand b,.logoBig{display:grid;place-items:center;background:linear-gradient(145deg,var(--p),var(--p2));color:#fff;border-radius:12px;width:42px;height:42px}.search{flex:1;max-width:600px}.search input,input,textarea,select{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 15px;font:inherit;outline:none}.search input{background:#f6f7fb}.avatar{display:inline-grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#ebe9ff;color:var(--p);font-weight:800}.avatar.big{width:80px;height:80px;font-size:30px}main{max-width:1200px;margin:auto;padding:32px 25px 110px}.hero{background:linear-gradient(120deg,#eef0ff,#f5efff);border:1px solid #e4e3ff;border-radius:28px;padding:50px 7%;display:flex;justify-content:space-between;align-items:center}.hero h1{font-size:46px;line-height:1.05;margin:14px 0}.hero em{font-style:normal;color:var(--p)}.heroart{font-size:80px;background:#fff;border-radius:28px;padding:30px;box-shadow:0 15px 40px #5146e522}.pill,.premium{display:inline-block;background:#ebe9ff;color:var(--p);font-size:11px;font-weight:800;padding:5px 9px;border-radius:999px;letter-spacing:.5px}.section-title,.pagehead{margin:36px 0 20px}.section-title h2,.pagehead h1{margin:0}.section-title p,.pagehead p,.card p{color:var(--muted);margin:5px 0}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;position:relative;min-height:190px;transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #29265c12}.tool-icon{width:55px;height:55px;border-radius:15px;background:#f0efff;display:grid;place-items:center;font-size:27px;margin-bottom:14px}.card h3{font-size:16px;margin:8px 0}.card p{font-size:13px}.fav{position:absolute;right:12px;top:12px;background:none;border:0;font-size:22px;color:#e05273;cursor:pointer}.premium{background:#fff5d8;color:#9b6800}.bottom{display:flex;position:fixed;bottom:18px;left:50%;transform:translateX(-50%);background:#fff;padding:8px;border:1px solid var(--line);box-shadow:0 10px 35px #211b4c20;border-radius:20px;z-index:20}.bottom a{min-width:90px;text-align:center;font-size:22px;padding:5px 15px;color:var(--p)}.bottom small{display:block;font-size:11px}.btn{display:inline-block;border:0;background:var(--p);color:#fff;border-radius:11px;padding:12px 18px;font-weight:700;cursor:pointer}.btn.small{padding:8px 13px}.btn.secondary{background:#edeefe;color:var(--p)}.auth{min-height:100vh;display:grid;place-items:center;background:linear-gradient(145deg,#edf0ff,#f9f6ff)}.authbox{background:#fff;padding:45px;width:min(430px,92vw);border-radius:25px;text-align:center;box-shadow:0 25px 70px #31256d1a}.logoBig{margin:auto;width:64px;height:64px;font-size:30px}.google{display:flex;justify-content:center;gap:13px;border:1px solid var(--line);padding:13px;border-radius:12px;margin:25px 0;font-weight:700}.google span{color:#4285f4}.toolpage{max-width:900px;margin:auto}.tooltitle{display:flex;gap:18px;align-items:center;margin:30px 0}.tooltitle h1{margin:0}.toolbox,.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}.gate{text-align:center;padding:35px}.inline{display:flex;gap:10px}.inline input{flex:1}.stats{display:flex;justify-content:space-around;padding:20px;background:#f6f7fb;margin-top:12px;border-radius:12px}.ad{height:120px;border:1px dashed #c8c9d4;border-radius:16px;margin-top:22px;display:grid;place-items:center;color:#aaa}.ad small{position:absolute}.profile{text-align:center;max-width:550px;margin:auto}.profile .avatar{margin:auto}.permission{margin:30px 0}.dangerlink{display:block;color:#d22;margin:25px}.chat{max-width:720px;margin:auto;background:#f2f0ea;border-radius:20px;overflow:hidden;height:70vh;display:flex;flex-direction:column}.chathead{padding:14px 18px;background:#fff;display:flex;gap:12px}.chathead small{display:block;color:var(--muted)}.messages{flex:1;overflow:auto;padding:20px}.bubble{padding:10px 13px;border-radius:13px;background:#fff;max-width:78%;margin:8px 0}.bubble.user{margin-left:auto;background:#d9fdd3}.bubble small{display:block;font-size:9px;color:#888;text-align:right}.composer{display:flex;padding:12px;background:#fff;gap:8px}.composer button{border:0;background:var(--p);color:#fff;border-radius:50%;width:45px}.empty{text-align:center;padding:70px;font-size:40px}.empty h2{font-size:22px}.flash{padding:12px;border-radius:10px;background:#dcfce7;margin-bottom:15px}.toolframe{width:100%;min-height:500px;border:0}.admin-layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#17143b;color:#fff;padding:25px;position:fixed;width:240px;height:100vh}.sidebar .brand{margin-bottom:35px}.sidebar nav a{display:block;padding:12px;border-radius:10px;color:#c9c7e5;margin:5px 0}.sidebar nav a:hover{background:#292557;color:#fff}.admin-main{grid-column:2;padding:30px}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.kpi,.tablebox{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.kpi strong{display:block;font-size:28px}.tablebox{margin-top:20px;overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--line);white-space:nowrap}th{font-size:12px;color:var(--muted)}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.formgrid .full{grid-column:1/-1}
@media(max-width:850px){.grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:35px}.heroart{display:none}.admin-layout{display:block}.sidebar{position:static;width:auto;height:auto}.sidebar nav{display:flex;overflow:auto}.admin-main{padding:18px}.kpis{grid-template-columns:1fr 1fr}}@media(max-width:520px){header{gap:10px;padding:10px;height:auto}.brand span,header .search{display:none}main{padding:18px 12px 100px}.hero{padding:30px 22px}.hero h1{font-size:31px}.grid{grid-template-columns:repeat(2,1fr);gap:10px}.card{padding:13px;min-height:175px}.bottom{bottom:8px}.bottom a{min-width:75px}.inline{flex-direction:column}.formgrid{grid-template-columns:1fr}.formgrid .full{grid-column:auto}}
.permission-modal{position:fixed;inset:0;background:#17152b99;z-index:100;display:grid;place-items:center;padding:20px}.permission-modal[hidden]{display:none}.permission-card{background:#fff;width:min(470px,95vw);padding:32px;border-radius:24px;text-align:center;position:relative;box-shadow:0 30px 90px #0004}.permission-icon{font-size:45px}.permission-card h2{margin:10px 0}.permission-card p{color:var(--muted)}.permission-actions{display:grid;gap:10px;margin-top:22px}.modal-close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:25px;cursor:pointer}.textbtn{border:0;background:none;color:var(--muted);padding:15px;cursor:pointer}.permission-card small{display:block;color:#999}.toast-area{position:fixed;right:20px;top:90px;z-index:90}.notice-toast{width:min(360px,90vw);background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:0 15px 50px #17152b25;margin:10px}.notice-toast img{width:100%;max-height:150px;object-fit:cover;border-radius:10px}.notice-toast h3{margin:7px 0}.notice-toast p{margin:4px 0;color:var(--muted)}
/* Legacy Android layout fallbacks (flex is used when CSS Grid is unavailable). */
@supports not (display:grid){.grid{display:flex;flex-wrap:wrap;margin:-6px}.grid .card{width:calc(20% - 12px);margin:6px}.kpis{display:flex;flex-wrap:wrap}.kpis .kpi{width:calc(25% - 15px);margin:7px}.formgrid{display:block}.formgrid label{display:block;margin-bottom:12px}.admin-layout{display:block}.admin-main{margin-left:240px}.permission-modal{display:flex;align-items:center;justify-content:center}}@media(max-width:850px){@supports not (display:grid){.grid .card{width:calc(33.333% - 12px)}.admin-main{margin-left:0}.kpis .kpi{width:calc(50% - 15px)}}}@media(max-width:520px){@supports not (display:grid){.grid .card{width:calc(50% - 12px)}}}button,input,textarea,select{-webkit-appearance:none}a,button{-webkit-tap-highlight-color:transparent}.card,.btn,.bottom,.permission-card{-webkit-transform:translateZ(0)}
/* Reference-style mobile home */
.site-header{max-width:1200px;margin:auto;border:0;background:#fff;position:relative;height:92px;padding:18px 25px;justify-content:space-between}.user-greeting{display:flex;align-items:center;gap:14px;min-width:0}.user-greeting strong{font-size:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-photo{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#d8f5e9;border:4px solid #d9f7eb}.notify-button{position:relative;width:48px;height:48px;border:0;border-radius:50%;background:#effaf5;color:#289c69;font-size:22px;cursor:pointer}.notify-button i{display:block;position:absolute;right:8px;top:7px;width:9px;height:9px;border-radius:50%;background:#f06b78;border:2px solid white}.hero{background:linear-gradient(120deg,#d9f9eb,#dff7ef);border:0;border-radius:29px;box-shadow:none}.hero .pill{background:#299c69;color:white}.hero h1 em{color:#299c69}.home-search{display:flex;align-items:center;margin-top:25px;border-radius:17px;background:#f1f2f6;padding:0 16px}.home-search span{font-size:39px;line-height:1;color:#777f8d;transform:rotate(-20deg);display:block}.home-search input{border:0;background:transparent;height:62px;font-size:17px}.bottom a{color:#299c69}.card:nth-child(5n+1) .tool-icon{background:linear-gradient(145deg,#9ae5ff,#c8f1ff)}.card:nth-child(5n+2) .tool-icon{background:linear-gradient(145deg,#e5c9ff,#cbb0ee)}.card:nth-child(5n+3) .tool-icon{background:linear-gradient(145deg,#ffd2b3,#ffe2cb)}.card:nth-child(5n+4) .tool-icon{background:linear-gradient(145deg,#fff49c,#ffe883)}.card:nth-child(5n+5) .tool-icon{background:linear-gradient(145deg,#c5f5e6,#e2faf3)}
@media(max-width:520px){body{background:#fff}.site-header{height:104px;padding:25px 20px 14px}.site-header .user-photo{width:58px;height:58px}.user-greeting strong{font-size:25px}.notify-button{width:44px;height:44px}main{padding:12px 20px 105px}.hero{border-radius:28px;padding:34px 24px}.hero h1{font-size:31px;letter-spacing:-1px;margin:16px 0}.hero p{font-size:17px;line-height:1.55;margin-bottom:0}.hero .pill{font-size:12px;padding:7px 11px}.home-search{margin-top:25px;height:62px}.home-search input{height:58px}.section-title{margin:24px 0 18px}.section-title h2{font-size:26px}.section-title p{font-size:16px}.grid{gap:13px}.card{border-color:#c8cbd1;border-radius:19px;padding:20px 15px;min-height:245px}.card .tool-icon{width:58px;height:58px;border-radius:50%;font-size:28px}.card h3{font-size:19px;line-height:1.2;margin-top:23px}.card p{font-size:15px;line-height:1.5}.fav{font-size:25px;right:15px;top:15px}.bottom{width:calc(100% - 90px);max-width:410px;justify-content:space-around;border:0;border-radius:38px;padding:10px 5px;box-shadow:0 12px 35px #13251c22}.bottom a{min-width:70px;padding:3px;font-size:25px}.bottom small{font-size:12px}}@media(max-width:360px){.user-greeting strong{font-size:20px}.site-header{padding-left:12px;padding-right:12px}main{padding-left:12px;padding-right:12px}.card{padding:14px 11px;min-height:225px}.card h3{font-size:16px}.card p{font-size:13px}.bottom{width:calc(100% - 30px)}}
.wa-chat{max-width:760px;height:calc(100vh - 150px);min-height:520px;margin:auto;background:#efeae2;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 40px #0001}.wa-head{height:65px;background:#087d68;color:#fff;display:flex;align-items:center;gap:11px;padding:9px 15px}.wa-head>a{font-size:32px}.wa-head .avatar{background:#d7f4e8}.wa-head div{flex:1}.wa-head small{display:block;color:#d5f7ee}.wa-messages{flex:1;overflow:auto;padding:18px;background-color:#efeae2;background-image:radial-gradient(#b6afa533 1px,transparent 1px);background-size:18px 18px}.wa-bubble{max-width:78%;padding:8px 9px 5px;border-radius:9px;background:#fff;margin:5px 0;box-shadow:0 1px 1px #0002;word-wrap:break-word}.wa-bubble.user{margin-left:auto;background:#d9fdd3}.wa-bubble img{display:block;max-width:100%;max-height:330px;border-radius:7px;margin-bottom:5px}.wa-bubble audio{display:block;width:260px;max-width:100%;height:42px}.msg-meta{text-align:right;font-size:10px;color:#68726e;margin-left:20px;white-space:nowrap}.ticks{font-size:14px;color:#7c8b87;letter-spacing:-4px;margin-left:4px}.ticks.read{color:#34a9e8}.wa-composer{display:flex;align-items:center;gap:7px;padding:9px;background:#f0f2f5}.wa-composer>input{border:0;border-radius:24px;min-height:46px;flex:1}.attach-btn,.mic-btn,.send-btn{border:0;width:44px;height:44px;min-height:44px;border-radius:50%;display:grid;place-items:center;cursor:pointer;font-size:21px}.attach-btn{background:#fff;color:#65736f}.mic-btn,.send-btn{background:#078a72;color:#fff}.mic-btn.recording{background:#e84b5b;animation:pulse 1s infinite}.voice-preview{padding:8px 16px;background:#fff3f3;color:#c33;display:flex;justify-content:space-between}.voice-preview[hidden]{display:none}@keyframes pulse{50%{transform:scale(1.08)}}@media(max-width:520px){.wa-chat{height:calc(100vh - 125px);min-height:460px;border-radius:0;margin:-12px -20px 0}.wa-composer{padding-bottom:12px}.wa-bubble{max-width:85%}}
/* Mobile overflow hotfix — robust on Xiaomi/older Android Chrome */
html,body{width:100%;max-width:100%;overflow-x:hidden}.site-header,main,.hero,.home-search,.grid,.card{min-width:0;max-width:100%}.grid{grid-template-columns:repeat(5,minmax(0,1fr))}.card{width:auto;overflow:hidden}.card a{display:block;min-width:0}.card h3,.card p{overflow-wrap:anywhere;word-wrap:break-word;word-break:normal}.bottom{box-sizing:border-box}
@media(max-width:850px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:520px){
 .site-header{width:100%;max-width:100%}
 .user-greeting{max-width:calc(100% - 58px)}
 .user-greeting strong{max-width:calc(100vw - 145px);overflow:hidden;text-overflow:ellipsis}
 main{width:100%;max-width:100%}
 .hero,.home-search,.section-title,.grid{width:100%;max-width:100%}
 .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .card{width:100%;max-width:100%;min-width:0}
 .card h3{hyphens:auto;-webkit-hyphens:auto}
 .bottom{left:15px;right:15px;bottom:9px;width:auto;max-width:none;transform:none;-webkit-transform:none;margin:0;display:flex;align-items:center;justify-content:space-around;overflow:hidden}
 .bottom a{display:block;flex:1 1 33.333%;width:33.333%;min-width:0;max-width:33.333%;padding:4px 2px;text-align:center;white-space:nowrap}
 .bottom small{overflow:hidden;text-overflow:ellipsis}
}
@media(max-width:360px){
 .site-header{padding-left:10px;padding-right:10px}
 .user-photo,.site-header .avatar{width:48px;height:48px}
 .user-greeting{gap:9px;max-width:calc(100% - 48px)}
 .user-greeting strong{font-size:19px;max-width:calc(100vw - 125px)}
 .notify-button{width:40px;height:40px;flex:0 0 40px}
 main{padding-left:10px;padding-right:10px}
 .hero{padding:27px 18px}.hero h1{font-size:28px}.hero p{font-size:15px}
 .card{padding:12px 10px;min-height:218px}.card h3{font-size:15px}.card p{font-size:12px}
 .bottom{left:8px;right:8px}
}
/* Bottom navigation active page state */
.bottom a svg{display:block;width:26px;height:26px;margin:0 auto 2px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom a{color:#75b99b;opacity:.82}.bottom a.active{color:#249967;opacity:1;font-weight:800}.bottom a.active svg{fill:currentColor;stroke:currentColor}.bottom a.active small{font-weight:800}.bottom a:active{transform:scale(.96)}
/* Full-screen WhatsApp-like user chat: hide normal website chrome on chat page. */
body:has(.chat-page-marker) .site-header{display:none}body:has(.chat-page-marker) main{max-width:none;margin:0;padding:0 0 82px}body:has(.chat-page-marker) .chat-page-marker{display:none}body:has(.chat-page-marker) .wa-chat{width:100%;max-width:none;height:calc(100vh - 82px);min-height:480px;margin:0;border-radius:0;box-shadow:none}body:has(.chat-page-marker) .wa-head{padding-top:max(10px,env(safe-area-inset-top));height:auto;min-height:68px;position:sticky;top:0;z-index:3}body:has(.chat-page-marker) .wa-messages{padding-bottom:18px}body:has(.chat-page-marker) .wa-composer{position:sticky;bottom:0;z-index:3;padding-bottom:max(10px,env(safe-area-inset-bottom))}
/* Fallback class applied by JS for browsers without :has(). */
body.chat-only .site-header{display:none}body.chat-only main{max-width:none;margin:0;padding:0 0 82px}body.chat-only .chat-page-marker{display:none}body.chat-only .wa-chat{width:100%;max-width:none;height:calc(100vh - 82px);min-height:480px;margin:0;border-radius:0;box-shadow:none}
.chat-error{position:absolute;left:50%;top:78px;transform:translateX(-50%);z-index:10;background:#fff0f0;color:#a71919;border:1px solid #efb7b7;padding:9px 14px;border-radius:10px;max-width:90%;box-shadow:0 5px 20px #0002}
/* Fixed WhatsApp header/composer on every viewport */
body.chat-only{height:100%;overflow:hidden}body.chat-only main{position:fixed;inset:0 0 76px;padding:0;overflow:hidden}body.chat-only .wa-chat{position:absolute;inset:0;width:100%;height:100%;min-height:0;display:block}body.chat-only .wa-head{position:absolute;left:0;right:0;top:0;height:68px;z-index:5}body.chat-only .wa-messages{position:absolute;left:0;right:0;top:68px;bottom:64px;overflow-y:auto;-webkit-overflow-scrolling:touch}body.chat-only .wa-composer{position:absolute;left:0;right:0;bottom:0;height:64px;z-index:5}body.chat-only .voice-preview{position:absolute;left:0;right:0;bottom:64px;z-index:6}.wa-composer input[name="body"]{min-width:0}.wa-composer .attach-btn,.wa-composer .mic-btn,.wa-composer .send-btn{flex:0 0 44px}@media(min-width:900px){body.chat-only main{left:50%;right:auto;width:min(900px,100%);transform:translateX(-50%);box-shadow:0 0 35px #0002}body.chat-only{background:#dfe5e2}}
/* Telegram-style fixed chat shell */
body.chat-only .bottom{display:none!important}body.chat-only main{inset:0!important;padding:0!important}body.chat-only .wa-chat{inset:0!important;height:100%!important;background:#0e1621}body.chat-only .wa-head{height:72px;background:#202b36;padding:10px 12px;display:flex;align-items:center;box-shadow:0 2px 8px #0005}body.chat-only .wa-messages{top:72px;bottom:66px;background-color:#0e1621;background-image:radial-gradient(#ffffff0c 1px,transparent 1px);background-size:17px 17px;padding:16px max(12px,calc((100% - 850px)/2))}body.chat-only .wa-composer{height:66px;background:#202b36;padding:8px max(10px,calc((100% - 880px)/2));gap:8px}body.chat-only .voice-preview{bottom:66px;background:#202b36;color:#fff;border-top:1px solid #ffffff18}.chat-back{width:40px;height:40px;display:grid;place-items:center;color:#dce8ee;flex:0 0 40px}.chat-back svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.support-avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(145deg,#6ad7bd,#278d77);color:#fff;font-size:20px;font-weight:800;flex:0 0 46px}.support-info{min-width:0;flex:1}.support-info b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.support-info small{color:#96aeb8}.chat-menu{width:38px;height:40px;border:0;background:transparent;color:#dce8ee;font-size:28px}.wa-composer>input[name="body"]{height:48px;min-height:48px;border-radius:24px;background:#2b3945;color:#fff;padding:0 16px;font-size:16px}.wa-composer>input[name="body"]::placeholder{color:#a7b2ba}.attach-btn{width:43px;height:43px;flex:0 0 43px;background:transparent;color:#aebdc5}.attach-btn svg,.mic-btn svg,.send-btn svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mic-btn,.send-btn{width:48px;height:48px;min-height:48px;flex:0 0 48px;background:#8874e8;color:#fff}.send-btn{display:none}.wa-composer.has-text .mic-btn{display:none}.wa-composer.has-text .send-btn{display:grid}.mic-btn.recording{display:grid!important;background:#ef5364}.mic-btn.recording svg{animation:pulse 1s infinite}.wa-bubble{background:#202b36;color:#f1f5f7}.wa-bubble.user{background:#8774e1;color:#fff}.wa-bubble .msg-meta{color:#c7ced2}.wa-bubble.user .ticks{color:#d4cffa}.wa-bubble.user .ticks.read{color:#75e5ff}@media(min-width:900px){body.chat-only main{width:min(1000px,100%)!important}.wa-chat{border-left:1px solid #ffffff12;border-right:1px solid #ffffff12}}
/* Do not let bottom navigation float above the mobile keyboard. */
body.keyboard-open .bottom{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(120%)!important;-webkit-transform:translateY(120%)!important;transition:opacity .12s ease,transform .12s ease}body:not(.keyboard-open) .bottom{transition:opacity .15s ease,transform .15s ease}
/* Real-time tool search */
.home-search{position:relative;z-index:8}.home-search .search-clear{display:none;width:38px;height:38px;min-height:38px;border:0;background:transparent;color:#7b808b;font-size:25px;padding:0}.home-search.has-query .search-clear{display:block}.live-results{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 50px #17152b25;overflow:hidden;max-height:360px;overflow-y:auto}.live-results[hidden]{display:none}.live-result{display:flex;align-items:center;gap:12px;padding:12px 15px;border-bottom:1px solid #edf0f2}.live-result:last-child{border-bottom:0}.live-result:hover,.live-result:focus{background:#f0faf5}.live-result-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#e2f8ee;font-size:21px}.live-result-text{min-width:0}.live-result-text b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-result-text small{display:block;color:var(--muted)}.live-empty{padding:22px;text-align:center;color:var(--muted)}.card.search-hidden{display:none!important}
/* Live-search dropdown typography hotfix */
.home-search .live-results span{font-size:inherit;line-height:normal;transform:none;-webkit-transform:none;color:inherit}.home-search .live-result-icon{display:grid;font-size:21px;line-height:1;transform:none;-webkit-transform:none}.home-search .live-result-text{display:block;font-size:14px;line-height:1.35;transform:none;-webkit-transform:none}.home-search .live-result-text b{font-size:15px;line-height:1.3;color:var(--ink);font-weight:700;transform:none}.home-search .live-result-text small{font-size:12px;line-height:1.35;color:var(--muted);transform:none}.live-result{font-size:14px;transform:none;-webkit-transform:none}.home-search>span{font-size:39px;line-height:1;color:#777f8d;transform:rotate(-20deg);-webkit-transform:rotate(-20deg)}
