:root{--color-primary:#feb800;--color-primary-dark:#f5841f;--color-accent:#ff6f31;--color-background:#fcf1e2;--color-surface:#fff;--color-text-primary:#2d2a26;--color-text-secondary:#8b8280;--color-tag-gold:#f09930;--color-tag-coral:#fda77e;--color-tag-orchid:#cb80c2;--color-tag-sage:#bbd6ba;--color-success:#4caf50;--color-warning:#f5841f;--color-error:#e53935;--radius-lg:16px;--radius-md:12px;--shadow-soft:0 3px 10px #2d2a2614}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--color-background);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;font-family:Poppins,Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{background:var(--color-background);flex-direction:column;min-height:100dvh;display:flex;position:relative}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}@media (width>=900px){.mobile-only{display:none!important}}.desktop-only{display:none}@media (width>=900px){.desktop-only{display:block}.desktop-only.flex{display:flex}}.app-content{flex:1;width:100%;padding:0 18px 90px}@media (width>=900px){.app-content{max-width:1200px;margin:0 auto;padding:40px 40px 60px}.app-content.narrow{max-width:720px}.app-content.tight-top{padding-top:0}}.app-content.tight-top{padding-top:8px}.screen-header{align-items:center;gap:12px;padding:18px 18px 8px;display:flex}@media (width>=900px){.screen-header{width:100%;max-width:1200px;margin:0 auto;padding:32px 40px 12px}.screen-header.narrow{max-width:720px}}.screen-header h1{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:18px;font-weight:600;overflow:hidden}@media (width>=900px){.screen-header h1{font-size:26px}}.back-btn{background:var(--color-surface);width:34px;height:34px;box-shadow:var(--shadow-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.state-message{text-align:center;color:var(--color-text-secondary);padding:40px 20px;font-size:14px}.state-message button{color:var(--color-primary-dark);margin-top:12px;font-weight:600}.tkm-modal-backdrop{z-index:100;background:#2d2a2680;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=900px){.tkm-modal-backdrop{align-items:center}}.tkm-modal{background:var(--color-background);text-align:center;border-radius:24px 24px 0 0;width:100%;max-width:420px;padding:32px 24px;position:relative}@media (width>=900px){.tkm-modal{border-radius:var(--radius-lg)}}.tkm-modal-close{background:var(--color-surface);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:14px;right:14px}.tkm-modal-icon{background:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:24px;display:flex}.tkm-modal h2{margin-bottom:6px;font-size:17px;font-weight:700}.tkm-modal p{color:var(--color-text-secondary);margin-bottom:20px;font-size:13px;line-height:1.5}.tkm-modal form{flex-direction:column;gap:10px;display:flex}.tkm-modal input{text-align:center;border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);border:1px solid #2d2a2626;outline:none;padding:13px;font-family:inherit;font-size:15px}.tkm-modal input:focus{border-color:var(--color-primary-dark)}.tkm-modal-submit{background:linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;border-radius:999px;margin-top:6px;padding:13px;font-size:14px;font-weight:600}.tkm-modal-submit:disabled{opacity:.6}.tkm-desktop-header{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-bottom:1px solid #2d2a2614;position:sticky;top:0}.tkm-desktop-header-inner{align-items:center;gap:28px;max-width:1200px;height:68px;margin:0 auto;padding:0 40px;display:flex}.tkm-desktop-logo{color:var(--color-text-primary);flex-shrink:0;align-items:center;gap:10px;font-size:19px;font-weight:700;display:flex}.tkm-desktop-logo-badge{background:linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.tkm-desktop-nav{flex-shrink:0;align-items:center;gap:4px;display:flex}.tkm-desktop-nav-link{color:var(--color-text-secondary);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:500}.tkm-desktop-nav-link:hover{background:var(--color-background);color:var(--color-text-primary)}.tkm-desktop-nav-link.active{background:var(--color-background);color:var(--color-primary-dark)}.tkm-desktop-search{background:var(--color-background);border-radius:999px;flex:1;align-items:center;gap:8px;max-width:380px;margin-left:auto;padding:9px 16px;display:flex}.tkm-desktop-search i{color:var(--color-text-secondary);font-size:16px}.tkm-desktop-search input{color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}.tkm-desktop-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.tkm-desktop-lang{color:var(--color-text-secondary);border-radius:8px;align-items:center;gap:4px;padding:8px 10px;font-size:13px;font-weight:600;display:flex}.tkm-desktop-lang:hover{background:var(--color-background)}.tkm-desktop-cta{background:linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;white-space:nowrap;border-radius:999px;padding:10px 20px;font-size:13px;font-weight:600}.tkm-footer{background:var(--color-text-primary);color:#fff;margin-top:60px}.tkm-footer-inner{grid-template-columns:2fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:48px 40px;display:grid}.tkm-footer-logo{color:var(--color-primary);margin-bottom:10px;font-size:20px;font-weight:700}.tkm-footer-brand p{color:#ffffffa6;max-width:320px;font-size:13px;line-height:1.6}.tkm-footer-col h4{text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;margin-bottom:14px;font-size:12px}.tkm-footer-col a{color:#ffffffd9;margin-bottom:10px;font-size:13px;display:block}.tkm-footer-col a:hover{color:var(--color-primary)}.tkm-footer-bottom{color:#ffffff80;text-align:center;border-top:1px solid #ffffff1a;padding:18px 40px;font-size:12px}.tkm-bottom-nav{padding:10px 10px calc(10px + env(safe-area-inset-bottom));z-index:20;background:#fff;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 14px #2d2a260f}.tkm-nav-item{flex-direction:column;align-items:center;gap:3px;display:flex}.tkm-nav-item i{color:var(--color-text-secondary);font-size:21px}.tkm-nav-item span{color:var(--color-text-secondary);font-size:9.5px;font-weight:500}.tkm-nav-item.active i,.tkm-nav-item.active span{color:var(--color-primary-dark)}.tkm-header{background:linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);border-radius:0 0 28px 28px;padding:20px 20px 34px}.tkm-header-top{justify-content:space-between;align-items:center;display:flex}.tkm-header-title{color:#fff;font-size:19px;font-weight:700}.tkm-header-icons{align-items:center;gap:10px;display:flex}.tkm-header-icon-btn{color:#fff;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex}.tkm-header-icon-btn-outline{border:1.5px solid #ffffffd9;border-radius:10px}.tkm-quick-tile-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);z-index:5;justify-content:space-between;margin:-26px 18px 0;padding:16px 8px;display:flex;position:relative}.tkm-quick-tile{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.tkm-quick-tile-circle{border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.tkm-quick-tile-circle i{font-size:20px}.tkm-quick-tile span{color:var(--color-text-primary);text-align:center;font-size:10.5px;font-weight:500}.tkm-cat-item{text-align:center;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid #2d2a2614;flex-direction:column;align-items:center;gap:8px;padding:14px 6px;display:flex}.tkm-cat-circle{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tkm-cat-circle i{color:var(--color-primary-dark);font-size:22px}.tkm-cat-item span{color:var(--color-text-primary);font-size:10.5px;font-weight:500;line-height:1.2}.tkm-carousel{z-index:5;margin-top:18px;position:relative}@media (width>=900px){.tkm-carousel{margin-top:0}}.tkm-carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:var(--radius-lg);display:flex;overflow-x:auto;box-shadow:0 8px 20px #0000001f}.tkm-carousel-track::-webkit-scrollbar{display:none}.tkm-carousel-slide{scroll-snap-align:start;aspect-ratio:2;background:var(--color-text-primary);flex:0 0 100%;display:block;position:relative}.tkm-carousel-slide img{object-fit:contain;width:100%;height:100%}.tkm-carousel-caption{background:linear-gradient(#0000,#000000a6);padding:14px 16px;position:absolute;bottom:0;left:0;right:0}.tkm-carousel-caption p{color:#fff;font-size:14px;font-weight:600;line-height:1.35}.tkm-carousel-dots{justify-content:center;gap:5px;margin-top:10px;display:flex}.tkm-carousel-dots button{background:#e3d6c4;border-radius:50%;width:5px;height:5px;padding:0}.tkm-carousel-dots button.active{background:var(--color-primary-dark);border-radius:3px;width:14px}.tkm-fab{background:var(--color-accent);z-index:25;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:fixed;bottom:92px;right:20px;box-shadow:0 8px 18px #ff6f3173}.tkm-fab i{color:#fff;font-size:24px}.tkm-hero{background:linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%)}.tkm-hero-inner{text-align:center;color:#fff;max-width:780px;margin:0 auto;padding:80px 40px}.tkm-hero-inner h1{margin-bottom:16px;font-size:40px;font-weight:700;line-height:1.2}.tkm-hero-inner p{opacity:.92;max-width:560px;margin:0 auto 32px;font-size:16px;line-height:1.5}.tkm-hero-search{background:#fff;border-radius:999px;align-items:center;gap:10px;max-width:520px;margin:0 auto;padding:8px 8px 8px 20px;display:flex;box-shadow:0 12px 30px #00000026}.tkm-hero-search i{color:var(--color-text-secondary);font-size:18px}.tkm-hero-search input{color:var(--color-text-primary);border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.tkm-hero-search button{background:var(--color-text-primary);color:#fff;border-radius:999px;padding:11px 24px;font-size:13px;font-weight:600}.tkm-hero-cta{color:#fff;text-underline-offset:3px;margin-top:20px;font-size:13px;font-weight:600;text-decoration:underline;display:inline-block}.tkm-banner{background:var(--color-text-primary);border-radius:var(--radius-lg);color:#fff;z-index:5;margin-top:-26px;padding:18px;position:relative;box-shadow:0 8px 20px #0000001f}@media (width>=900px){.tkm-banner{max-width:420px;margin-top:0}}.tkm-banner-eyebrow{color:var(--color-primary);letter-spacing:.4px;margin-bottom:4px;font-size:12px;font-weight:600}.tkm-banner-text{max-width:220px;font-size:15px;font-weight:500;line-height:1.35}.tkm-banner-btn{background:var(--color-primary);color:var(--color-text-primary);border-radius:999px;margin-top:12px;padding:8px 16px;font-size:11px;font-weight:600;display:inline-block}.tkm-section-title{justify-content:space-between;align-items:center;margin:22px 0 12px;font-size:14px;font-weight:600;display:flex}.tkm-see-all{color:var(--color-primary-dark);font-size:11px;font-weight:600}.tkm-links-row{justify-content:space-between;display:flex}.tkm-link-item{text-align:center;flex-direction:column;align-items:center;gap:6px;width:22%;display:flex}.tkm-link-circle{background:var(--color-surface);width:48px;height:48px;box-shadow:var(--shadow-soft);border-radius:50%;justify-content:center;align-items:center;display:flex}.tkm-link-item span{font-size:10px;font-weight:500;line-height:1.2}.tkm-cat-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (width>=600px){.tkm-cat-grid{grid-template-columns:repeat(6,1fr);gap:22px}}@media (width>=900px){.tkm-cat-grid{grid-template-columns:repeat(8,1fr);gap:28px}}.tkm-subcat-list{flex-direction:column;gap:10px;display:flex}@media (width>=700px){.tkm-subcat-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}}.tkm-subcat-item{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:500;display:flex}.tkm-subcat-icon{background:var(--color-background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tkm-subcat-icon i{color:var(--color-primary-dark);font-size:18px}.tkm-subcat-arrow{color:var(--color-text-secondary);margin-left:auto}.tkm-shop-grid{flex-direction:column;gap:12px;display:flex}@media (width>=700px){.tkm-shop-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}}.tkm-shop-card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.tkm-shop-card-main{align-items:center;gap:12px;min-width:0;display:flex}.tkm-shop-card-icon{background:var(--color-background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.tkm-shop-card-icon i{color:var(--color-primary-dark);font-size:18px}.tkm-shop-card-info{min-width:0}.tkm-shop-card-name{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex;overflow:hidden}.tkm-shop-card-area{color:var(--color-text-secondary);margin-top:2px;font-size:12px}.tkm-shop-card-actions{flex-shrink:0;gap:8px;display:flex}.tkm-icon-btn{background:var(--color-background);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.tkm-icon-btn i{color:var(--color-primary-dark);font-size:16px}.tkm-icon-btn-whatsapp i{color:#25d366}.tkm-icon-btn-heart.active i{color:var(--color-error)}.tkm-tag{color:#fff;white-space:nowrap;border-radius:999px;padding:2px 7px;font-size:9px;font-weight:600}.tkm-tag-gold{background:var(--color-tag-gold)}.tkm-tag-coral{background:var(--color-tag-coral)}.tkm-tag-orchid{background:var(--color-tag-orchid)}.tkm-tag-sage{background:var(--color-tag-sage);color:var(--color-text-primary)}.tkm-shop-map{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:var(--color-surface);margin-top:18px;overflow:hidden}.tkm-shop-map iframe{border:none;width:100%;height:180px;display:block}.tkm-shop-map-directions{color:var(--color-primary-dark);justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:600;display:flex}.tkm-shop-carousel{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);margin-bottom:18px;overflow:hidden}.tkm-shop-carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.tkm-shop-carousel-track::-webkit-scrollbar{display:none}.tkm-shop-carousel-slide{scroll-snap-align:start;aspect-ratio:16/9;background:var(--color-surface);flex:0 0 100%}.tkm-shop-carousel-slide img{object-fit:contain;width:100%;height:100%}.tkm-shop-carousel-dots{background:var(--color-surface);justify-content:center;gap:5px;padding:10px 0;display:flex}.tkm-shop-carousel-dots button{background:#e3d6c4;border-radius:50%;width:5px;height:5px;padding:0}.tkm-shop-carousel-dots button.active{background:var(--color-primary-dark);border-radius:3px;width:14px}.tkm-favorite-btn{background:var(--color-surface);width:34px;height:34px;box-shadow:var(--shadow-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tkm-favorite-btn i{color:var(--color-text-secondary);font-size:17px}.tkm-favorite-btn.active i{color:var(--color-error)}.tkm-shop-hero{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);align-items:center;gap:14px;padding:16px;display:flex}.tkm-shop-hero-icon{background:var(--color-background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.tkm-shop-hero-icon i{color:var(--color-primary-dark);font-size:24px}.tkm-shop-hero-name{font-size:16px;font-weight:700}.tkm-shop-hero-area{color:var(--color-text-secondary);margin-top:2px;font-size:12px}.tkm-shop-hero-tags{gap:6px;margin-top:6px;display:flex}.tkm-action-row{gap:12px;margin-top:18px;display:flex}.tkm-action-btn{color:#fff;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:8px;padding:13px;font-size:14px;font-weight:600;display:flex}.tkm-action-call{background:linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%)}.tkm-action-whatsapp{background:#25d366}.tkm-detail-list{flex-direction:column;gap:16px;margin-top:18px;display:flex}.tkm-detail-row{gap:12px;font-size:13px;display:flex}.tkm-detail-row i{color:var(--color-primary-dark);margin-top:2px;font-size:18px}.tkm-detail-label{color:var(--color-text-secondary);margin-bottom:2px;font-size:11px;font-weight:600}.tkm-search-box{background:var(--color-surface);box-shadow:var(--shadow-soft);border-radius:999px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 16px;display:flex}@media (width>=900px){.tkm-search-box{max-width:480px}}.tkm-search-box i{color:var(--color-text-secondary);font-size:18px}.tkm-search-box input{color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.tkm-voice-btn{background:var(--color-background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.tkm-voice-btn i{color:var(--color-primary-dark);font-size:16px}.tkm-voice-btn.listening{background:var(--color-error);animation:1.2s ease-in-out infinite tkm-voice-pulse}.tkm-voice-btn.listening i{color:#fff}@keyframes tkm-voice-pulse{0%,to{box-shadow:0 0 #e5393566}50%{box-shadow:0 0 0 8px #e5393500}}.tkm-voice-listening{text-align:center;color:var(--color-error);margin-top:-10px;margin-bottom:14px;font-size:12px;font-weight:600}.tkm-addstore-intro{color:var(--color-text-secondary);margin-bottom:20px;font-size:13px;line-height:1.5}.tkm-addstore-form{flex-direction:column;gap:16px;display:flex}.tkm-addstore-form label{color:var(--color-text-primary);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.tkm-addstore-form input,.tkm-addstore-form select,.tkm-addstore-form textarea{border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);border:1px solid #2d2a261f;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:400}.tkm-addstore-timing-group{background:var(--color-surface);border-radius:var(--radius-md);flex-direction:column;gap:12px;padding:14px;display:flex}.tkm-checkbox-label{align-items:center;flex-direction:row!important;gap:8px!important}.tkm-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-primary-dark);padding:0}.tkm-addstore-time-row{gap:12px;display:flex}.tkm-addstore-time-row label{flex:1}.tkm-addstore-form input:focus,.tkm-addstore-form select:focus,.tkm-addstore-form textarea:focus{border-color:var(--color-primary-dark)}.tkm-addstore-form textarea{resize:vertical}.tkm-field-error{color:var(--color-error);font-size:11px;font-weight:500}.tkm-form-error{font-size:13px}.tkm-addstore-submit{background:linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;border-radius:999px;margin-top:8px;padding:14px;font-size:14px;font-weight:600}.tkm-addstore-submit:disabled{opacity:.6}.tkm-addstore-success{text-align:center;padding:60px 20px}.tkm-addstore-success i{color:var(--color-success);font-size:48px}.tkm-addstore-success p{color:var(--color-text-secondary);margin:16px 0 24px;font-size:14px;line-height:1.5}.tkm-addstore-success button{background:var(--color-primary-dark);color:#fff;border-radius:999px;padding:12px 28px;font-size:13px;font-weight:600}.tkm-more-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);margin-bottom:18px;padding:16px}.tkm-more-card-title{margin-bottom:12px;font-size:13px;font-weight:600}.tkm-lang-toggle{background:var(--color-background);border-radius:999px;padding:4px;display:flex}.tkm-lang-toggle button{color:var(--color-text-secondary);border-radius:999px;flex:1;padding:8px;font-size:13px;font-weight:600}.tkm-lang-toggle button.active{background:var(--color-primary-dark);color:#fff}.tkm-more-list{flex-direction:column;gap:10px;display:flex}.tkm-more-item{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);align-items:center;gap:12px;padding:14px;font-size:14px;font-weight:500;display:flex}.tkm-more-item i{color:var(--color-primary-dark);font-size:18px}.tkm-offers-grid{flex-direction:column;gap:14px;display:flex}@media (width>=700px){.tkm-offers-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}}.tkm-offer-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);display:block;overflow:hidden}.tkm-offer-image{aspect-ratio:16/9;background:var(--color-background);position:relative}.tkm-offer-image img{object-fit:contain;width:100%;height:100%}.tkm-offer-badge{background:var(--color-accent);color:#fff;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.tkm-offer-body{padding:12px 14px}.tkm-offer-title{font-size:14px;font-weight:700}.tkm-offer-shop{color:var(--color-primary-dark);margin-top:2px;font-size:12px;font-weight:600}.tkm-offer-description{color:var(--color-text-secondary);margin-top:6px;font-size:12px;line-height:1.4}.tkm-install-screen{background:linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px 24px;display:flex}.tkm-install-logo{background:#fff3;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:16px;font-size:32px;display:flex}.tkm-install-screen h1{margin-bottom:12px;font-size:24px;font-weight:700}.tkm-install-lead{opacity:.92;max-width:320px;margin-bottom:28px;font-size:14px;line-height:1.5}.tkm-install-btn{color:var(--color-primary-dark);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;display:inline-flex}.tkm-install-steps{text-align:left;flex-direction:column;gap:14px;max-width:300px;list-style:none;display:flex}.tkm-install-steps li{border-radius:var(--radius-md);background:#ffffff26;align-items:center;gap:12px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.tkm-install-steps i{flex-shrink:0;font-size:20px}
