/* Minik Kütüphane Experience v2.0.0 – app-like, light, no external UI library */
body.mkex-experience-page .entry-header{display:none!important}
body.mkex-experience-page .site-content>.ast-container{max-width:none!important;padding:0!important;display:block!important}
body.mkex-experience-page .content-area,body.mkex-experience-page .site-main,body.mkex-experience-page article.page,body.mkex-experience-page .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.mkex-app-shell-active .site-header,body.mkex-app-shell-active .site-footer{display:none!important}
body.mkex-experience-page{background:#f7f2fb!important}

.mkex-app{
 --ink:#26173d;--muted:#756b80;--purple:#7b3ff0;--purple2:#a84bd1;--pink:#ff6fa8;--orange:#ff8a32;--green:#24b67a;--blue:#51b7d3;
 --paper:#fffaf3;--lav:#f6f1ff;--line:#ece5f1;--shadow:0 18px 55px rgba(50,25,76,.10);--radius:26px;
 width:100vw;max-width:none!important;margin-left:calc(50% - 50vw);min-height:100vh;background:#fbf9fc;color:var(--ink)!important;
 font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:16px;line-height:1.5;overflow:hidden;
}
.mkex-app *{box-sizing:border-box}.mkex-app a{text-decoration:none!important}.mkex-app button,.mkex-app input{font:inherit}.mkex-app h1,.mkex-app h2,.mkex-app h3,.mkex-app p{font-family:inherit!important;color:inherit!important}.mkex-app img{max-width:100%;display:block}

/* app shell */
.mkex-topbar{height:68px;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border-bottom:1px solid #eee9f2;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));position:relative;z-index:30}
.mkex-brand{display:flex;align-items:center;gap:10px;color:var(--ink)!important}.mkex-brand-mark{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#ff9a35,#bd48c5 55%,#6d45ee);color:#fff;display:grid;place-items:center;box-shadow:0 8px 18px #8f4cbd2b}.mkex-brand b{font-size:16px}
.mkex-topbar nav{display:flex;gap:26px}.mkex-topbar nav a,.mkex-account a{font-size:14px;color:#5e506d!important;font-weight:700}.mkex-topbar nav a:hover{color:var(--purple)!important}.mkex-account{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800}.mkex-account>span{background:#f4eff9;border-radius:999px;padding:7px 10px}.mkex-account>a:last-child{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#f4eff9}
.mkex-bottom-nav{display:none}

/* shared */
.mkex-kicker{display:block;color:#a4641e!important;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px}
.mkex-primary,.mkex-secondary,.mkex-ghost{border:0;border-radius:16px;min-height:52px;padding:13px 20px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.mkex-primary{background:linear-gradient(135deg,#7339e5,#a949d0);color:#fff!important;box-shadow:0 12px 28px #7439c52d}.mkex-primary:hover{transform:translateY(-2px);box-shadow:0 17px 35px #7439c53a}.mkex-primary:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.mkex-secondary{background:#fff;border:1px solid #ddd1e7;color:#4e3566!important}.mkex-ghost{background:transparent;color:#75657f!important;padding-left:8px;padding-right:8px}.mkex-small-link{display:block;margin-top:12px;font-size:13px;color:#705287!important;font-weight:700}

/* onboarding background */
.mkex-onboarding{min-height:calc(100vh - 68px);padding:42px 20px 60px;display:grid;place-items:center;position:relative;background:
 radial-gradient(circle at 12% 14%,#ffd9e7 0 7%,transparent 28%),radial-gradient(circle at 88% 10%,#ddd1ff 0 6%,transparent 26%),radial-gradient(circle at 70% 90%,#d7f5eb 0 6%,transparent 27%),linear-gradient(145deg,#fff8ef 0%,#fbf7ff 55%,#f2fbf8 100%)}
.mkex-onboarding:before,.mkex-onboarding:after{content:"";position:absolute;border:1px solid rgba(120,70,170,.10);border-radius:50%;pointer-events:none}.mkex-onboarding:before{width:420px;height:420px;left:-210px;top:15%}.mkex-onboarding:after{width:520px;height:520px;right:-250px;bottom:0}
.mkex-wizard-card{width:min(820px,100%);min-height:600px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.9);border-radius:34px;box-shadow:0 30px 90px rgba(65,33,91,.13);padding:22px 34px 36px;position:relative;z-index:2;overflow:hidden}
.mkex-progress-top{display:flex;align-items:center;gap:14px;margin-bottom:20px}.mkex-back{width:38px;height:38px;border:0;border-radius:50%;background:#f5f0f8;color:#614878;font-weight:900;cursor:pointer;opacity:0;pointer-events:none}.mkex-progress-top.has-back .mkex-back{opacity:1;pointer-events:auto}.mkex-progress-track{height:7px;background:#f1edf4;border-radius:99px;flex:1;overflow:hidden}.mkex-progress-track i{height:100%;width:4%;display:block;background:linear-gradient(90deg,#ff8f45,#a544d2,#6b48ed);border-radius:99px;transition:width .45s cubic-bezier(.22,.8,.3,1)}.mkex-step-count{font-size:12px;color:#887a92;font-weight:800;white-space:nowrap}
.mkex-step{display:none;max-width:660px;margin:0 auto;padding:18px 0 8px}.mkex-step.is-active{display:block;animation:mkex-in .34s ease both}.mkex-step h1,.mkex-step h2{font-weight:900!important;letter-spacing:-.035em!important;line-height:1.05!important;margin:0 0 14px!important}.mkex-step h1{font-size:clamp(38px,6vw,58px)!important}.mkex-step h2{font-size:clamp(32px,5vw,46px)!important}.mkex-step>p{font-size:17px!important;color:var(--muted)!important;line-height:1.6!important;margin:0 0 24px!important;max-width:610px}.mkex-step>small{display:block;color:#918697!important;margin-top:13px;font-size:12px}
@keyframes mkex-in{from{opacity:0;transform:translateY(10px) scale(.995)}to{opacity:1;transform:none}}

/* welcome visual */
.mkex-welcome-art{height:170px;position:relative;margin:-10px 0 12px;display:grid;place-items:center}.mkex-book-stack{position:relative;width:190px;height:120px;animation:mkex-float 4.2s ease-in-out infinite}.mkex-book-stack i{position:absolute;left:35px;width:120px;height:34px;border-radius:9px 14px 14px 9px;box-shadow:0 8px 18px #4c2b601c}.mkex-book-stack i:nth-child(1){top:72px;background:#ffb45b;transform:rotate(-3deg)}.mkex-book-stack i:nth-child(2){top:43px;background:#e46ca7;left:49px;transform:rotate(3deg)}.mkex-book-stack i:nth-child(3){top:15px;background:#7653ea;left:31px;transform:rotate(-1deg)}.mkex-book-stack b{position:absolute;right:8px;top:0;width:58px;height:58px;border-radius:22px;background:#fff;color:#f39a3d;display:grid;place-items:center;font-size:27px;box-shadow:0 12px 26px #7139a42b}.mkex-orb{position:absolute;border-radius:50%;filter:blur(.2px)}.mkex-orb.o1{width:32px;height:32px;background:#ffbfd8;left:20%;top:35px}.mkex-orb.o2{width:21px;height:21px;background:#cfc1ff;right:21%;bottom:22px}@keyframes mkex-float{50%{transform:translateY(-8px) rotate(.8deg)}}

/* input + age */
.mkex-big-input{display:grid;gap:8px;background:#faf8fb;border:1px solid #e8e1ed;border-radius:18px;padding:12px 15px;margin:24px 0 13px}.mkex-big-input span{font-size:12px;font-weight:850;color:#776681}.mkex-big-input input{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:25px!important;font-weight:800!important;color:#2c1b42!important;padding:3px 0!important;width:100%}.mkex-live-name{background:#f4efff;border-radius:14px;padding:12px 14px;margin:0 0 22px;color:#634a79}.mkex-age-tabs{display:flex;gap:6px;background:#f3eef7;border-radius:14px;padding:5px;width:max-content;max-width:100%;margin:18px 0}.mkex-age-tabs button{border:0;background:transparent;border-radius:10px;padding:9px 13px;color:#796986;font-size:13px;font-weight:800;cursor:pointer}.mkex-age-tabs button.is-active{background:#fff;color:#462d5e;box-shadow:0 4px 14px #3f24510d}.mkex-age-panel{display:none}.mkex-age-panel.is-active{display:block}.mkex-age-result{min-height:28px;color:#6c4e82;font-weight:800;margin:-4px 0 18px}.mkex-age-buttons{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:18px 0 24px}.mkex-age-buttons button{border:1px solid #e2d7e9;background:#fff;border-radius:18px;min-height:82px;display:grid;place-items:center;align-content:center;cursor:pointer;color:#5e486e}.mkex-age-buttons button b{font-size:28px}.mkex-age-buttons button span{font-size:12px}.mkex-age-buttons button.is-selected{border-color:#914de7;background:#f5efff;color:#6f32bc;box-shadow:0 9px 20px #7848b815}

/* book meter */
.mkex-book-meter{display:flex;align-items:center;gap:28px;background:linear-gradient(135deg,#f9f4ff,#fff9ef);border:1px solid #eee3f5;border-radius:24px;padding:19px;margin:10px 0 24px}.mkex-mini-book{width:124px;height:158px;border-radius:8px 20px 20px 8px;background:linear-gradient(145deg,#7b43e9,#bc4bc1);color:#fff;padding:18px;box-shadow:0 16px 28px #743ca92a;display:flex;flex-direction:column;justify-content:space-between;flex:none}.mkex-mini-book b{font-size:40px}.mkex-mini-book span{font-weight:850;font-size:14px;line-height:1.2}.mkex-page-dots{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;flex:1}.mkex-page-dots i{font-style:normal;aspect-ratio:1;border-radius:12px;background:#fff;border:1px solid #e7ddeb;display:grid;place-items:center;color:#9d8da8;font-size:12px;font-weight:800}.mkex-page-dots i.is-ready{background:#fff0c8;border-color:#ffd582;color:#8a5c16}

/* cover */
.mkex-cover-layout{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:center;margin:18px 0 22px}.mkex-cover-preview{display:grid;place-items:center}.mkex-cover-art{width:230px;aspect-ratio:210/297;border-radius:8px 18px 18px 8px;overflow:hidden;position:relative;box-shadow:0 18px 36px #43255027;background:linear-gradient(145deg,#6f43d7,#bd4cb3)}.mkex-cover-art canvas{width:100%;height:100%;object-fit:cover;display:none;background:#fff}.mkex-cover-art.has-photo canvas{display:block}.mkex-cover-art.has-photo .mkex-ready-cover{display:none}.mkex-ready-cover{position:absolute;inset:0;padding:23px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 70% 18%,#ffffff36 0 7%,transparent 8%),radial-gradient(circle at 23% 25%,#ffffff20 0 5%,transparent 6%)}.mkex-ready-cover>span{font-size:38px;margin-bottom:auto}.mkex-ready-cover b{font-size:26px;line-height:1.03}.mkex-ready-cover em{font-size:12px;font-style:normal;opacity:.85;margin-top:7px}.mkex-cover-art.style-jungle{background:linear-gradient(145deg,#1e936d,#83bf58)}.mkex-cover-art.style-ocean{background:linear-gradient(145deg,#167fac,#62c8c7)}.mkex-cover-art.style-rainbow{background:linear-gradient(145deg,#ef7aa9,#9d62e3 50%,#53b7d3)}
.mkex-cover-controls{display:grid;gap:12px}.mkex-upload{border:1.5px dashed #cdbbda;border-radius:18px;padding:18px;background:#fbf9fd;cursor:pointer;display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center}.mkex-upload input{display:none}.mkex-upload>span{grid-row:1/3;width:42px;height:42px;border-radius:14px;background:#efe6fb;display:grid;place-items:center;font-size:20px}.mkex-upload b{font-size:15px}.mkex-upload small{font-size:12px;color:#8b7d94}.mkex-or{text-align:center;color:#a092a9;font-size:12px;font-weight:700}.mkex-cover-styles{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mkex-cover-styles button{border:1px solid #e5dce9;background:#fff;border-radius:13px;padding:10px;font-weight:800;color:#665272;cursor:pointer}.mkex-cover-styles button.is-selected{border-color:#8a4be3;background:#f4edff;color:#6835ad}

/* themes */
.mkex-theme-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin:18px 0}.mkex-theme-grid button{border:1px solid #e9e0ee;background:#fff;border-radius:17px;min-height:112px;padding:11px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:left;cursor:pointer}.mkex-theme-grid button>span{font-size:27px;margin-bottom:auto}.mkex-theme-grid b{font-size:13px;line-height:1.2}.mkex-theme-grid small{font-size:10px;color:#8d7f96;margin-top:3px}.mkex-theme-grid button.is-selected{border-color:#8d4be3;background:#f6f0ff;box-shadow:0 10px 22px #6d3caa13}.mkex-story-preview{display:none;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0 20px}.mkex-story-preview.is-visible{display:grid}.mkex-story-preview>div{min-height:130px;border-radius:17px;padding:15px;background:linear-gradient(145deg,#fff8ed,#f6f0ff);border:1px solid #eee4f2}.mkex-story-visual{width:100%;max-width:260px;margin:0 auto 10px}.mkex-story-visual svg{display:block;width:100%;height:auto}.mkex-story-preview small{font-size:10px;font-weight:900;color:#a3641d}.mkex-story-preview p{font-size:12px!important;line-height:1.5!important;color:#5f506b!important;margin:7px 0 0!important}

/* activities */
.mkex-pick-status{display:flex;justify-content:space-between;align-items:center;background:#f6f2f9;border-radius:14px;padding:10px 13px;margin:12px 0}.mkex-pick-status b{color:#6f39b8}.mkex-pick-status span{font-size:12px;color:#8a7c92}.mkex-activity-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:15px 0 22px}.mkex-activity-pick{position:relative;border:1px solid #e9e2ed;background:#fff;border-radius:16px;padding:7px;text-align:left;cursor:pointer;overflow:hidden;min-width:0}.mkex-activity-pick>div{aspect-ratio:.78;background:#f6f3f8;border-radius:11px;overflow:hidden;display:grid;place-items:center}.mkex-activity-pick img{width:100%;height:100%;object-fit:cover}.mkex-activity-pick>div em{font-style:normal;font-size:28px}.mkex-activity-pick>b{font-size:11px;display:block;margin:7px 3px 1px;color:#583d68}.mkex-activity-pick>small{font-size:10px;line-height:1.2;display:block;color:#8c8092;margin:0 3px 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mkex-check{position:absolute;right:8px;top:8px;width:26px;height:26px;border-radius:50%;background:#fff;color:#aa99b4;display:grid;place-items:center;font-weight:900;z-index:2;box-shadow:0 4px 12px #3d24501c}.mkex-activity-pick.is-selected{border-color:#8e49e5;box-shadow:0 10px 24px #7d48bd19;transform:translateY(-2px)}.mkex-activity-pick.is-selected .mkex-check{background:#7d43df;color:#fff}

/* preview */
.mkex-book-preview{display:grid;grid-template-columns:48px minmax(0,430px) 48px;gap:12px;align-items:center;justify-content:center;margin:18px auto 8px}.mkex-page-nav{width:44px;height:44px;border:0;border-radius:50%;background:#f1ebf5;color:#5b3b70;font-size:30px;cursor:pointer}.mkex-book-stage{aspect-ratio:210/297;max-height:520px;border-radius:8px 20px 20px 8px;background:#fff;box-shadow:0 22px 46px #351b4c22;overflow:hidden;border:1px solid #eee6f1;position:relative}.mkex-preview-page-card{position:absolute;inset:0;padding:28px;background:#fff;display:none;overflow:hidden}.mkex-preview-page-card.is-active{display:block;animation:mkex-page .3s ease both}@keyframes mkex-page{from{opacity:.25;transform:translateX(20px) rotateY(-2deg)}to{opacity:1;transform:none}}.mkex-preview-page-card.cover{padding:0}.mkex-preview-page-card.cover img{width:100%;height:100%;object-fit:cover}.mkex-preview-page-card.cover .ready{height:100%;padding:34px;color:#fff;background:linear-gradient(145deg,#7140da,#c64aa9);display:flex;flex-direction:column;justify-content:flex-end}.mkex-preview-page-card.cover .ready span{font-size:54px;margin-bottom:auto}.mkex-preview-page-card.cover .ready h3{font-size:32px!important;line-height:1.05!important;margin:0!important;color:#fff!important}.mkex-preview-page-card.story{background:linear-gradient(145deg,#fff8ec,#f7f2ff);display:none;align-content:center}.mkex-preview-page-card.story.is-active{display:grid}.mkex-preview-page-card.story .mkex-story-visual{max-width:100%;margin-bottom:14px}.mkex-preview-page-card.story h3{font-size:18px!important;margin:12px 0 8px!important}.mkex-preview-page-card.story p{font-size:14px!important;line-height:1.65!important;color:#5d5068!important}.mkex-preview-page-card.activity{padding:12px}.mkex-preview-page-card.activity img{width:100%;height:100%;object-fit:contain}.mkex-preview-page-card.certificate{display:none;align-content:center;text-align:center;background:radial-gradient(circle at 50% 15%,#ffe8a0,transparent 22%),linear-gradient(145deg,#fff9ec,#f5f0ff)}.mkex-preview-page-card.certificate.is-active{display:grid}.mkex-preview-page-card.certificate>span{font-size:52px}.mkex-preview-page-card.certificate h3{font-size:28px!important;margin:12px 0!important}.mkex-preview-page-card.certificate b{color:#7c43d9}.mkex-preview-meta{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px}.mkex-preview-meta>span{font-size:12px;color:#83758c;font-weight:800}.mkex-preview-dots{display:flex;gap:5px}.mkex-preview-dots i{width:7px;height:7px;border-radius:50%;background:#ddd4e3}.mkex-preview-dots i.is-active{background:#7d43df;width:18px;border-radius:99px}.mkex-book-saved-note{background:#e5f7ee;color:#177250;border-radius:14px;padding:12px 14px;font-size:13px;font-weight:850;margin:8px 0 12px}.mkex-done-orb{width:96px;height:96px;border-radius:34px;background:linear-gradient(135deg,#42c38d,#70d7b0);color:#fff;display:grid;place-items:center;font-size:48px;font-weight:900;box-shadow:0 18px 34px #2d9e7432;margin:20px 0 28px}.mkex-print-area{display:none}

/* returning dashboard */
.mkex-home{max-width:1180px;margin:0 auto;padding:34px 24px 88px}.mkex-home-hero{border-radius:30px;background:radial-gradient(circle at 85% 18%,#a45cf8 0,transparent 28%),linear-gradient(135deg,#211042,#4c1f73 65%,#6f286d);color:#fff;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;min-height:240px;position:relative;overflow:hidden;box-shadow:0 20px 55px #30164b22}.mkex-home-hero:after{content:"";position:absolute;width:320px;height:320px;border:1px solid #ffffff13;border-radius:50%;right:-100px;top:-130px}.mkex-home-copy{max-width:650px;position:relative;z-index:2}.mkex-home-copy .mkex-kicker{color:#ffd16e!important}.mkex-home-copy h1{font-size:clamp(38px,5vw,58px)!important;line-height:1!important;letter-spacing:-.04em!important;margin:0 0 13px!important;color:#fff!important}.mkex-home-copy p{font-size:16px!important;color:#eee7f6!important;margin:0 0 18px!important}.mkex-home-chips{display:flex;gap:8px}.mkex-home-chips span{font-size:12px;font-weight:800;border:1px solid #ffffff22;background:#ffffff0f;border-radius:999px;padding:7px 10px}.mkex-home-chips .premium{color:#ffd16e}.mkex-streak-orb{width:136px;height:136px;border-radius:44px;background:#ffffff12;border:1px solid #ffffff20;display:grid;place-items:center;align-content:center;position:relative;z-index:2;backdrop-filter:blur(6px)}.mkex-streak-orb span,.mkex-streak-orb small{font-size:11px;color:#dcd1eb}.mkex-streak-orb b{font-size:42px;line-height:1;color:#fff}
.mkex-dashboard-card{background:#fff;border:1px solid #ece6ef;border-radius:26px;box-shadow:0 12px 38px #311b450a}.mkex-today{margin-top:20px;padding:24px}.mkex-section-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.mkex-section-head>div{display:flex;align-items:center;gap:10px}.mkex-section-head span{width:30px;height:30px;border-radius:10px;background:#f0e8fb;color:#6c39af;display:grid;place-items:center;font-size:11px;font-weight:900}.mkex-section-head h2{font-size:22px!important;margin:0!important;letter-spacing:-.02em!important}.mkex-section-head>a{font-size:13px;font-weight:800;color:#725188!important}.mkex-today-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mkex-today-item{background:#faf8fb;border-radius:19px;padding:10px}.mkex-today-item>a{color:inherit!important;display:grid;grid-template-columns:90px 1fr;grid-template-rows:auto auto;gap:0 12px}.mkex-today-img{grid-row:1/3;width:90px;aspect-ratio:.82;background:#f0edf3;border-radius:13px;overflow:hidden;display:grid;place-items:center}.mkex-today-img img{width:100%;height:100%;object-fit:cover}.mkex-today-item small{font-size:11px;color:#8d7d96;margin-top:4px}.mkex-today-item h3{font-size:15px!important;line-height:1.25!important;margin:4px 0!important}.mkex-complete{margin-top:8px;width:100%;border:0;border-radius:12px;background:#eee8f5;color:#64447c;padding:9px;font-size:12px;font-weight:850;cursor:pointer}.mkex-complete.is-done{background:#e0f6eb;color:#167550}
.mkex-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.mkex-quick{min-height:160px;border-radius:23px;padding:20px;display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:start;color:#26173d!important;border:1px solid transparent;transition:.2s}.mkex-quick:hover{transform:translateY(-3px);box-shadow:0 14px 30px #361d4c12}.mkex-quick>i{font-style:normal;width:48px;height:48px;border-radius:16px;background:#ffffffb8;display:grid;place-items:center;font-size:24px}.mkex-quick small{font-size:10px;font-weight:900;letter-spacing:.12em}.mkex-quick h3{font-size:18px!important;margin:5px 0 5px!important}.mkex-quick p{font-size:12px!important;color:#6f6079!important;margin:0!important}.mkex-quick>b{align-self:center}.q-book{background:#f1e9ff;border-color:#e6daf8}.q-color{background:#ffeaf2;border-color:#f6d8e5}.q-story{background:#fff4df;border-color:#f6e3bd}.q-game{background:#e8f8f5;border-color:#d4eee8}
.mkex-dashboard-row{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.mkex-growth,.mkex-last-book{padding:24px}.mkex-growth-summary{display:flex;align-items:center;gap:24px}.mkex-score-ring{--p:0;width:108px;height:108px;border-radius:50%;background:radial-gradient(circle,#fff 57%,transparent 59%),conic-gradient(#2db67e calc(var(--p)*1%),#e3f5ec 0);display:grid;place-items:center;align-content:center;flex:none}.mkex-score-ring b{font-size:27px}.mkex-score-ring small{font-size:10px;color:#74867c}.mkex-growth-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;flex:1}.mkex-growth-numbers b{display:block;font-size:22px}.mkex-growth-numbers small{font-size:11px;color:#7d7184}.mkex-bars{display:grid;gap:9px;margin-top:18px}.mkex-bars span{display:flex;justify-content:space-between;font-size:11px}.mkex-bars em{font-style:normal;color:#8a7d91}.mkex-bars i{display:block;height:7px;border-radius:99px;background:#eaf4ef;overflow:hidden}.mkex-bars i b{display:block;height:100%;background:linear-gradient(90deg,#28b57c,#79d3ac);border-radius:99px}.mkex-growth-empty,.mkex-empty-book{min-height:150px;display:flex;align-items:center;gap:16px;color:#65566f}.mkex-growth-empty>span,.mkex-empty-book>span{width:58px;height:58px;border-radius:19px;background:#eef9f3;display:grid;place-items:center;font-size:28px}.mkex-growth-empty h3,.mkex-empty-book h3{font-size:17px!important;margin:0 0 4px!important}.mkex-growth-empty p,.mkex-empty-book p{font-size:12px!important;margin:0!important;color:#81748a!important}.mkex-empty-book{display:grid;text-align:center;place-items:center;align-content:center}.mkex-empty-book button,.mkex-open-saved-book{border:0;background:transparent;color:#7047a1;font-weight:850;cursor:pointer}.mkex-saved-book{display:flex;align-items:center;gap:20px}.mkex-mini-cover{width:110px;height:145px;border-radius:7px 17px 17px 7px;background:linear-gradient(145deg,#7340dd,#c248b2);color:#fff;padding:14px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 25px #5e2b8420}.mkex-mini-cover b{font-size:34px}.mkex-mini-cover span{font-size:11px;font-weight:850;line-height:1.2}.mkex-saved-book>div:last-child>b{font-size:12px;color:#8d7b96}.mkex-saved-book p{font-size:14px!important;margin:4px 0 8px!important}.mkex-upgrade{margin-top:20px;background:linear-gradient(135deg,#ffefe0,#f2e8ff);border-radius:26px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #f0dfd8}.mkex-upgrade span{font-size:11px;font-weight:900;color:#a36222}.mkex-upgrade h2{font-size:24px!important;margin:5px 0 5px!important}.mkex-upgrade p{font-size:13px!important;color:#72657a!important;margin:0!important}.mkex-upgrade>a{background:#2d193e;color:#fff!important;border-radius:15px;padding:13px 17px;font-size:13px;font-weight:850;white-space:nowrap}

.mkex-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#2b193d;color:#fff;padding:12px 16px;border-radius:14px;font-size:13px;font-weight:750;opacity:0;pointer-events:none;transition:.25s;z-index:999999;box-shadow:0 14px 35px #0002}.mkex-toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){.mkex-topbar nav{display:none}.mkex-wizard-card{width:min(720px,100%)}.mkex-home{padding-left:18px;padding-right:18px}.mkex-today-grid{grid-template-columns:1fr 1fr}.mkex-quick-grid{grid-template-columns:1fr 1fr}.mkex-dashboard-row{grid-template-columns:1fr}.mkex-activity-grid{grid-template-columns:repeat(4,1fr)}.mkex-theme-grid{grid-template-columns:repeat(3,1fr)}}

@media(max-width:680px){
 body.mkex-experience-page{padding-bottom:70px}.mkex-app{font-size:16px}.mkex-topbar{height:58px;padding:0 15px}.mkex-brand-mark{width:31px;height:31px;border-radius:11px}.mkex-brand b{font-size:14px}.mkex-account>span{display:none}.mkex-account a{font-size:12px!important}.mkex-bottom-nav{position:fixed;left:10px;right:10px;bottom:9px;height:62px;border-radius:22px;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);border:1px solid #ebe4ef;box-shadow:0 13px 42px #33194720;display:grid;grid-template-columns:repeat(4,1fr);z-index:99990;padding:5px}.mkex-bottom-nav a{display:grid;place-items:center;align-content:center;color:#776880!important;gap:1px}.mkex-bottom-nav i{font-style:normal;font-size:20px;line-height:1}.mkex-bottom-nav span{font-size:9px;font-weight:800}.mkex-bottom-nav a:nth-child(3) i{width:39px;height:39px;border-radius:14px;background:linear-gradient(135deg,#773de5,#ad4dc9);color:#fff;display:grid;place-items:center;margin-top:-17px;box-shadow:0 8px 18px #7135ac31}.mkex-onboarding{min-height:calc(100vh - 58px);padding:14px 10px 82px;place-items:start center}.mkex-wizard-card{min-height:calc(100vh - 88px);border-radius:24px;padding:13px 17px 26px;box-shadow:0 14px 45px #3e245013}.mkex-progress-top{margin-bottom:9px}.mkex-step{padding:11px 0 5px}.mkex-step h1{font-size:36px!important;line-height:1.04!important}.mkex-step h2{font-size:31px!important;line-height:1.08!important}.mkex-step>p{font-size:16px!important;line-height:1.52!important;margin-bottom:18px!important}.mkex-kicker{font-size:10px;margin-bottom:8px}.mkex-primary,.mkex-secondary{width:100%;min-height:50px}.mkex-welcome-art{height:135px;margin-top:-12px}.mkex-book-stack{transform:scale(.85)}.mkex-big-input{margin:17px 0 10px;padding:10px 13px}.mkex-big-input input{font-size:22px!important}.mkex-age-tabs{width:100%}.mkex-age-tabs button{flex:1}.mkex-age-buttons{gap:6px}.mkex-age-buttons button{min-height:70px;border-radius:14px}.mkex-age-buttons button b{font-size:24px}.mkex-book-meter{gap:15px;padding:13px}.mkex-mini-book{width:92px;height:120px;padding:12px;border-radius:6px 15px 15px 6px}.mkex-mini-book b{font-size:28px}.mkex-mini-book span{font-size:10px}.mkex-page-dots{gap:5px}.mkex-page-dots i{border-radius:8px;font-size:9px}.mkex-cover-layout{grid-template-columns:1fr;gap:15px}.mkex-cover-art{width:180px}.mkex-cover-controls{gap:8px}.mkex-upload{padding:13px}.mkex-cover-styles{grid-template-columns:1fr 1fr}.mkex-theme-grid{grid-template-columns:1fr 1fr;gap:8px}.mkex-theme-grid button{min-height:92px}.mkex-theme-grid button:last-child{grid-column:1/-1}.mkex-story-preview{grid-template-columns:1fr}.mkex-story-preview>div{min-height:100px}.mkex-activity-grid{grid-template-columns:1fr 1fr;gap:8px}.mkex-activity-pick:nth-child(n+9){display:none}.mkex-activity-pick>b{font-size:12px}.mkex-activity-pick>small{font-size:11px}.mkex-pick-status{display:block}.mkex-pick-status span{display:block;margin-top:2px}.mkex-book-preview{grid-template-columns:34px minmax(0,1fr) 34px;gap:6px}.mkex-page-nav{width:32px;height:32px;font-size:23px}.mkex-book-stage{max-height:none}.mkex-preview-page-card{padding:20px}.mkex-preview-page-card.story p{font-size:12px!important}.mkex-home{padding:15px 10px 82px}.mkex-home-hero{padding:26px 20px;min-height:210px;border-radius:24px}.mkex-home-copy h1{font-size:38px!important}.mkex-home-copy p{font-size:15px!important;max-width:260px}.mkex-streak-orb{width:90px;height:90px;border-radius:28px;position:absolute;right:16px;bottom:17px;opacity:.92}.mkex-streak-orb b{font-size:29px}.mkex-home-chips{max-width:210px;flex-wrap:wrap}.mkex-today{padding:16px;margin-top:10px}.mkex-section-head{margin-bottom:13px}.mkex-section-head h2{font-size:20px!important}.mkex-today-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;padding-bottom:6px}.mkex-today-item{min-width:82%;scroll-snap-align:start}.mkex-today-item>a{grid-template-columns:78px 1fr}.mkex-today-img{width:78px}.mkex-today-item h3{font-size:15px!important}.mkex-quick-grid{grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.mkex-quick{min-height:140px;padding:14px;grid-template-columns:40px 1fr;gap:8px;border-radius:19px}.mkex-quick>i{width:40px;height:40px;border-radius:13px}.mkex-quick>b{display:none}.mkex-quick small{font-size:9px}.mkex-quick h3{font-size:16px!important}.mkex-quick p{font-size:11px!important}.mkex-dashboard-row{gap:10px}.mkex-growth,.mkex-last-book{padding:16px}.mkex-growth-summary{gap:13px}.mkex-score-ring{width:82px;height:82px}.mkex-score-ring b{font-size:22px}.mkex-growth-numbers{gap:8px}.mkex-growth-numbers b{font-size:18px}.mkex-upgrade{display:block;padding:22px 18px;margin-top:10px}.mkex-upgrade h2{font-size:21px!important}.mkex-upgrade>a{display:block;text-align:center;margin-top:15px}.mkex-toast{bottom:82px;max-width:calc(100% - 30px);text-align:center}
}

@media(max-width:390px){.mkex-step h1{font-size:33px!important}.mkex-step h2{font-size:29px!important}.mkex-theme-grid button{min-height:88px}.mkex-quick-grid{grid-template-columns:1fr}.mkex-quick{min-height:auto}.mkex-streak-orb{display:none}}

@media(prefers-reduced-motion:reduce){.mkex-app *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.mkex-app .mkex-book-stack{animation:none!important}}
.mkex-app.no-motion *{animation:none!important;transition:none!important}

/* print: only the generated 8-page mini book */
@media print{
 body *{visibility:hidden!important}.mkex-print-area,.mkex-print-area *{visibility:visible!important}.mkex-print-area{display:block!important;position:absolute!important;left:0;top:0;width:100%!important;background:#fff!important}.mkex-print-page{width:210mm;height:297mm;page-break-after:always;break-after:page;display:grid;place-items:center;overflow:hidden;background:#fff;color:#241735!important}.mkex-print-page:last-child{page-break-after:auto}.mkex-print-page img{width:100%;height:100%;object-fit:contain}.mkex-print-page.story{padding:24mm;background:linear-gradient(145deg,#fff8ec,#f7f2ff)!important}.mkex-print-page.story .story-inner{align-self:center}.mkex-print-page.story .mkex-story-visual{width:150mm;max-width:100%;margin:0 auto 12mm}.mkex-print-page.story h2{font-size:8mm!important;margin:7mm 0 4mm!important}.mkex-print-page.story p{font-size:5.2mm!important;line-height:1.65!important}.mkex-print-page.certificate{padding:24mm;text-align:center;background:#fff9ec!important}.mkex-print-page.certificate span{font-size:25mm}.mkex-print-page.certificate h2{font-size:10mm!important}.mkex-print-page.certificate p{font-size:5mm!important}@page{size:A4;margin:0}}

/* v2.1 – gerçek 8 sayfalık PDF üretim katmanı */
.mkex-pdf-progress{position:fixed;inset:0;background:rgba(35,20,48,.34);backdrop-filter:blur(8px);display:grid;place-items:center;z-index:1000000;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;padding:20px}.mkex-pdf-progress.is-visible{opacity:1;visibility:visible}.mkex-pdf-progress>div{width:min(390px,100%);background:#fff;border:1px solid #efe7f4;border-radius:26px;padding:30px 26px;text-align:center;box-shadow:0 26px 80px rgba(45,23,61,.22)}.mkex-pdf-progress b{display:block;font-size:18px;color:#2b193d;margin:14px 0 5px}.mkex-pdf-progress small{display:block;color:#81748a;font-size:13px;line-height:1.45}.mkex-pdf-spinner{width:42px;height:42px;border-radius:50%;display:inline-block;border:4px solid #eee5f6;border-top-color:#9b45db;animation:mkexSpin .8s linear infinite}@keyframes mkexSpin{to{transform:rotate(360deg)}}
.mkex-download-book{margin-top:14px}.mkex-download-book:disabled{opacity:.72;cursor:wait}.mkex-book-saved-note{border:1px solid #d8f0e4;background:#f0fbf5;color:#257d57;border-radius:15px;padding:11px 13px;font-size:13px;font-weight:750;margin:13px 0 3px}
@media(max-width:680px){.mkex-pdf-progress>div{border-radius:22px;padding:25px 20px}.mkex-pdf-progress b{font-size:17px}.mkex-pdf-progress small{font-size:12px}}

/* =========================================================
   v2.2.0 — Minik Kütüphane playful art direction
   Hafif, renkli, anaokulu hissi; ağır görsel kütüphane yok.
   ========================================================= */
:root{
 --mkex-ink:#2d1842;
 --mkex-muted:#786a82;
 --mkex-purple:#7b46e8;
 --mkex-pink:#ee5ba8;
 --mkex-orange:#ffad4f;
 --mkex-mint:#7bd7ba;
 --mkex-cream:#fff9f1;
 --mkex-lilac:#f3ecff;
}
body.mkex-experience-page{background:#fffaf5!important}
.mkex-app{font-family:"Nunito","Avenir Next",ui-rounded,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--mkex-ink);background:#fffaf5;min-height:100vh}
.mkex-topbar{height:70px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid #f1e7f1;box-shadow:0 8px 32px rgba(70,35,90,.045);padding:0 clamp(18px,4vw,72px)}
.mkex-brand-mark{background:linear-gradient(135deg,#ff7c74,#d653d4 52%,#7148f1);box-shadow:0 6px 16px rgba(133,69,213,.22)}
.mkex-brand b{font-size:15px;letter-spacing:-.01em}
.mkex-topbar nav a{font-size:13px!important;font-weight:800!important;color:#685773!important}
.mkex-topbar nav a:hover{color:var(--mkex-purple)!important}
.mkex-account{background:#f7f1fb;border:1px solid #eee3f4;border-radius:999px;padding:5px 7px 5px 12px;gap:8px}
.mkex-account span{font-size:12px;font-weight:850}.mkex-account a{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--mkex-purple)!important}

.mkex-onboarding{min-height:calc(100vh - 70px);padding:34px 22px 96px;position:relative;overflow:hidden;background:
 radial-gradient(circle at 8% 15%,rgba(255,174,191,.34),transparent 24%),
 radial-gradient(circle at 90% 13%,rgba(177,156,255,.28),transparent 26%),
 radial-gradient(circle at 76% 88%,rgba(121,222,193,.30),transparent 23%),
 linear-gradient(145deg,#fff9f2 0%,#fff 47%,#f6f1ff 100%)!important}
.mkex-onboarding:before{width:370px;height:370px;left:-145px;top:16%;border:2px dashed rgba(232,94,156,.10);animation:mkexSlowSpin 30s linear infinite}
.mkex-onboarding:after{width:470px;height:470px;right:-225px;bottom:-90px;border:2px dashed rgba(112,75,228,.10);animation:mkexSlowSpin 40s linear reverse infinite}
@keyframes mkexSlowSpin{to{transform:rotate(360deg)}}

.mkex-wizard-card{width:min(1040px,100%);min-height:620px;padding:24px 42px 40px;border-radius:38px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.95);box-shadow:0 30px 90px rgba(62,33,79,.12),inset 0 1px 0 #fff;overflow:visible}
.mkex-wizard-card:before{content:"";position:absolute;inset:10px;border:1px solid rgba(120,72,174,.035);border-radius:31px;pointer-events:none}
.mkex-progress-top{max-width:900px;margin:0 auto 12px;gap:12px;position:relative;z-index:4}
.mkex-progress-track{height:8px;background:#f0e9f4;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px #4a2a6010}
.mkex-progress-track i{background:linear-gradient(90deg,#ffab58 0%,#ee5ba8 44%,#7a48ea 100%);border-radius:999px;box-shadow:0 0 18px rgba(230,91,171,.18)}
.mkex-step-count{font-size:12px;font-weight:900;color:#846e90}.mkex-back{background:#f8f2fb!important;color:#6f4e88!important;width:39px;height:39px;border-radius:15px!important;box-shadow:none!important}

.mkex-step{max-width:900px;margin:0 auto;padding:26px 0 8px;animation:mkexStepIn .42s cubic-bezier(.2,.8,.2,1) both}
@keyframes mkexStepIn{from{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:none}}
.mkex-step h1,.mkex-step h2{color:var(--mkex-ink)!important;letter-spacing:-.045em!important;font-weight:900!important}.mkex-step h1{font-size:clamp(44px,5vw,66px)!important;line-height:.98!important}.mkex-step h2{font-size:clamp(34px,4vw,48px)!important;line-height:1.02!important}.mkex-step>p,.mkex-welcome-copy>p{font-size:17px!important;line-height:1.6!important;color:#75677e!important;max-width:650px}.mkex-step h1 em{font-style:normal;background:linear-gradient(90deg,#e84f9e,#8748e8);-webkit-background-clip:text;background-clip:text;color:transparent}
.mkex-kicker{font-size:11px!important;letter-spacing:.12em;color:#b66a23!important;font-weight:950!important}.mkex-kicker-pill{display:inline-flex;align-items:center;background:#fff7fb;border:1px solid #f2dce9;border-radius:999px;padding:9px 13px;box-shadow:0 7px 20px rgba(131,68,128,.07);letter-spacing:.04em!important;color:#9b48dd!important}

.mkex-primary{background:linear-gradient(100deg,#7445ed,#b445db 54%,#ee5ba8)!important;color:#fff!important;border:0!important;border-radius:18px!important;min-height:54px;padding:0 23px!important;font-weight:900!important;box-shadow:0 14px 30px rgba(136,65,213,.22)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}
.mkex-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(136,65,213,.28)!important;filter:saturate(1.06)}.mkex-primary b{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:50%;background:rgba(255,255,255,.17);margin-left:8px}
.mkex-secondary{border:1px solid #e4d8eb!important;background:#fff!important;color:#563c69!important;border-radius:16px!important;font-weight:850!important}.mkex-ghost{font-weight:800!important;color:#82718b!important}.mkex-small-link{color:#7a48dc!important;font-weight:800!important}

/* Welcome — replaces presentation look with a friendly scene */
.mkex-step[data-step="welcome"]{max-width:960px;padding-top:24px}.mkex-welcome-layout{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(330px,.96fr);align-items:center;gap:36px;min-height:500px}.mkex-welcome-copy{position:relative;z-index:2}.mkex-welcome-copy h1{max-width:570px;margin:18px 0 18px!important}.mkex-welcome-copy .mkex-primary{margin-top:10px;min-width:235px}.mkex-welcome-badges{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.mkex-welcome-badges span{background:#fff;border:1px solid #eee4f0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850;color:#76627f;box-shadow:0 7px 18px rgba(73,39,91,.05)}
.mkex-owl-stage{height:455px;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 52% 55%,rgba(255,255,255,.95),rgba(255,241,222,.70) 50%,rgba(238,227,255,.45) 75%,transparent 76%);border-radius:46% 54% 46% 54%;isolation:isolate}.mkex-owl-stage:before{content:"";position:absolute;width:330px;height:95px;bottom:54px;left:50%;transform:translateX(-50%) rotate(-5deg);border-radius:50%;background:linear-gradient(90deg,#e8d7ff,#f8d9ef);filter:blur(.2px);opacity:.82;z-index:-1}.mkex-owl-stage img{width:min(330px,87%);max-height:430px;object-fit:cover;object-position:center;border-radius:46% 46% 42% 42%;-webkit-mask-image:radial-gradient(ellipse 72% 76% at 50% 48%,#000 64%,transparent 100%);mask-image:radial-gradient(ellipse 72% 76% at 50% 48%,#000 64%,transparent 100%);animation:mkexOwlFloat 4.3s ease-in-out infinite;filter:drop-shadow(0 22px 22px rgba(73,37,96,.13))}.mkex-owl-books{position:absolute;left:18px;bottom:48px;display:grid;gap:3px;transform:rotate(-3deg);z-index:3}.mkex-owl-books i{font-style:normal;color:white;font-size:10px;font-weight:950;letter-spacing:.05em;border-radius:7px 13px 13px 7px;padding:7px 18px;box-shadow:0 5px 10px #3c225725}.mkex-owl-books i:nth-child(1){background:#ef826c}.mkex-owl-books i:nth-child(2){background:#b45ac7}.mkex-owl-books i:nth-child(3){background:#6174df}.mkex-spark{position:absolute;color:#ffbb4b;filter:drop-shadow(0 4px 6px #f7ac4b33);animation:mkexTwinkle 2.1s ease-in-out infinite}.mkex-spark.s1{right:36px;top:48px;font-size:26px}.mkex-spark.s2{left:36px;top:88px;font-size:22px;animation-delay:.7s}.mkex-spark.s3{right:68px;bottom:82px;font-size:18px;animation-delay:1.3s}@keyframes mkexOwlFloat{50%{transform:translateY(-8px) rotate(.4deg)}}@keyframes mkexTwinkle{50%{transform:scale(1.28) rotate(8deg);opacity:.6}}

/* Owl guide on functional steps */
.mkex-step-guide{display:inline-flex;align-items:center;gap:10px;padding:7px 13px 7px 7px;border-radius:999px;background:linear-gradient(90deg,#fff7fb,#fffaf0);border:1px solid #f1e2eb;box-shadow:0 8px 20px rgba(75,37,92,.06);margin-bottom:13px;max-width:100%}.mkex-step-guide img{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:center 35%;box-shadow:0 5px 12px rgba(89,44,123,.15)}.mkex-step-guide span{font-size:12px;font-weight:850;color:#76577f;line-height:1.25}

.mkex-big-input{border:1px solid #e9ddec!important;border-radius:20px!important;background:#fff!important;box-shadow:0 9px 25px rgba(60,31,77,.06)!important;padding:13px 16px!important}.mkex-big-input:focus-within{border-color:#b993ee!important;box-shadow:0 10px 30px rgba(124,70,214,.12)!important}.mkex-big-input span{font-size:11px!important;font-weight:900!important;color:#8d7599!important}.mkex-big-input input{font-size:25px!important;color:var(--mkex-ink)!important;font-weight:850!important}.mkex-live-name{background:#f5edff!important;color:#7146a3!important;border-radius:14px!important;font-weight:800!important}.mkex-age-tabs{background:#f6f0f8!important;border-radius:16px!important;padding:4px!important}.mkex-age-tabs button{border-radius:12px!important;font-weight:850!important}.mkex-age-tabs button.is-active{background:#fff!important;color:#7446da!important;box-shadow:0 7px 14px #46235b10}.mkex-age-buttons button{border:1px solid #e9ddeb!important;border-radius:20px!important;background:#fff!important}.mkex-age-buttons button.is-selected{background:linear-gradient(145deg,#8a52ea,#c64bc5)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 12px 25px #7d3fc42d}

.mkex-book-meter{background:linear-gradient(135deg,#fff7e8,#f7efff)!important;border:1px solid #f1e1df!important;border-radius:24px!important}.mkex-mini-book{background:linear-gradient(145deg,#7a44e9,#e354ae)!important;box-shadow:0 14px 24px rgba(101,44,149,.23)!important}.mkex-page-dots i{background:#fff!important;border:1px solid #e6d9eb!important;color:#927b9f!important}.mkex-page-dots i.is-ready{background:#ffbc52!important;color:#fff!important;border-color:#ffbc52!important}

/* Cover */
.mkex-cover-layout{grid-template-columns:minmax(240px,.8fr) minmax(320px,1.2fr);gap:38px;align-items:center;background:linear-gradient(145deg,#fff9ed,#fbf6ff);border:1px solid #f1e6eb;border-radius:28px;padding:24px}.mkex-cover-preview{display:grid;place-items:center}.mkex-cover-art{width:245px!important;border-radius:12px 25px 25px 12px!important;box-shadow:0 24px 42px rgba(69,35,94,.19)!important;border:7px solid rgba(255,255,255,.88);outline:1px solid #e9dbe9}.mkex-cover-art:after{content:"";position:absolute;left:8px;top:7%;bottom:7%;width:2px;background:rgba(50,30,70,.09);border-radius:3px;pointer-events:none}.mkex-upload{border:2px dashed #d8bee8!important;border-radius:22px!important;background:#fff!important;padding:20px!important;transition:.18s ease!important}.mkex-upload:hover{border-color:#a66be1!important;background:#fff9fe!important;transform:translateY(-2px)}.mkex-upload>span{width:48px;height:48px;border-radius:16px;background:#f3e8ff;display:grid;place-items:center;font-size:22px}.mkex-upload b{font-size:17px!important;color:#402551!important}.mkex-upload small{font-size:13px!important;line-height:1.45!important;color:#7c6b84!important;max-width:440px}.mkex-cover-styles button{border:1px solid #e7dceb!important;border-radius:14px!important;background:#fff!important;font-weight:850!important}.mkex-cover-styles button.is-selected{background:#f3eaff!important;color:#7542d6!important;border-color:#b785ea!important}

/* Story */
.mkex-theme-grid{grid-template-columns:repeat(5,1fr);gap:10px}.mkex-theme-grid button{border:1px solid #eadfeb!important;border-radius:21px!important;background:#fff!important;min-height:118px!important;padding:14px 10px!important;box-shadow:0 8px 18px rgba(55,29,68,.045);transition:.18s ease!important}.mkex-theme-grid button:hover{transform:translateY(-2px)}.mkex-theme-grid button.is-selected{border-color:#ad7be7!important;background:linear-gradient(145deg,#fbf6ff,#fff5fb)!important;box-shadow:0 12px 24px rgba(121,63,176,.12)}.mkex-theme-grid button>span{font-size:28px!important}.mkex-theme-grid button>b{font-size:13px!important}.mkex-theme-grid button>small{font-size:10px!important}.mkex-story-preview{gap:12px;margin-top:16px}.mkex-story-preview>div{background:#fff!important;border:1px solid #eadfeb!important;border-radius:23px!important;padding:12px!important;box-shadow:0 12px 30px rgba(65,34,81,.06)}.mkex-story-preview h4{font-size:16px!important;margin:7px 3px 4px!important;color:var(--mkex-ink)!important}.mkex-story-preview p{font-size:13px!important;line-height:1.55!important;margin:0 3px 5px!important;color:#66566f!important}.mkex-story-scene{height:178px;border-radius:18px;overflow:hidden;position:relative;background:#f8f2ff}.mkex-story-scene-bg,.mkex-story-scene-bg svg{position:absolute;inset:0;width:100%;height:100%}.mkex-story-scene-bg svg{transform:scale(1.12)}.mkex-story-avatar{position:absolute;right:16px;bottom:12px;width:104px;height:122px;border-radius:42% 42% 45% 45%;overflow:hidden;border:5px solid #fff;box-shadow:0 12px 24px rgba(51,27,67,.16);background:#fff}.mkex-story-avatar img{width:100%;height:100%;object-fit:cover}.mkex-story-avatar.mascot img{object-position:center}.mkex-story-star{position:absolute;color:#ffbb52;text-shadow:0 3px 9px #f5a83c44;animation:mkexTwinkle 2s ease-in-out infinite}.mkex-story-star.st1{left:19px;top:17px}.mkex-story-star.st2{left:48px;bottom:16px;animation-delay:.8s}

/* Activity picker */
.mkex-pick-status{background:linear-gradient(90deg,#f7f0ff,#fff7ef)!important;border:1px solid #ebdfed!important;border-radius:16px!important}.mkex-activity-grid{grid-template-columns:repeat(5,1fr);gap:11px}.mkex-activity-pick{border:1px solid #e9dfec!important;border-radius:19px!important;background:#fff!important;padding:8px!important;box-shadow:0 9px 20px rgba(49,26,62,.05);transition:.18s ease!important}.mkex-activity-pick:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(70,35,93,.09)}.mkex-activity-pick.is-selected{border-color:#9c66e7!important;box-shadow:0 0 0 3px #e9ddfb,0 13px 28px rgba(87,41,125,.12)!important}.mkex-activity-pick>div{border-radius:13px!important;overflow:hidden;background:#fafafa}.mkex-activity-pick>b{font-size:12px!important;color:#7845bd!important;margin-top:7px!important}.mkex-activity-pick>small{font-size:11px!important;line-height:1.25!important;color:#615369!important}.mkex-check{background:linear-gradient(135deg,#7c48e7,#ed5daa)!important;border:3px solid #fff!important;width:28px!important;height:28px!important;box-shadow:0 6px 14px #8a49ca35}

/* Real book flip preview */
.mkex-step[data-step="preview"]{max-width:1040px}.mkex-book-preview{display:grid;grid-template-columns:44px minmax(0,720px) 44px;gap:10px;align-items:center;justify-content:center;margin:18px auto 7px;position:relative}.mkex-book-stage{width:100%;height:610px!important;max-height:none!important;aspect-ratio:auto!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;position:relative}.mkex-book-stage.is-flip-ready .mkex-preview-page-card{display:block!important;position:relative!important;inset:auto!important}.mkex-book-stage.is-fallback{max-width:430px!important;margin:auto}.mkex-book-stage.is-fallback .mkex-preview-page-card{position:absolute!important;inset:0!important}.mkex-page-nav{width:39px!important;height:70px!important;border-radius:18px!important;background:#fff!important;border:1px solid #eadfeb!important;color:#725381!important;box-shadow:0 10px 24px rgba(62,32,80,.10)!important;font-size:29px!important;z-index:20}.mkex-page-nav:hover{background:#f7f0ff!important;color:#7543d8!important;transform:translateY(-1px)}.mkex-book-hint{text-align:center;font-size:12px;color:#8a798f;font-weight:750;margin:7px auto}.mkex-preview-meta{margin-top:4px!important}.mkex-preview-dots i{width:7px!important;height:7px!important}.mkex-preview-dots i.is-active{width:22px!important;background:linear-gradient(90deg,#7b48ea,#ea5aa8)!important}.mkex-preview-page-card{background:#fff!important;border:1px solid #eee5ef!important;border-radius:7px 20px 20px 7px!important;box-shadow:inset 10px 0 22px rgba(52,26,68,.025);overflow:hidden!important}.mkex-preview-page-card.cover .ready{background:linear-gradient(145deg,#7846e9 0%,#b149d2 58%,#ec5ca8)!important;position:relative;overflow:hidden}.mkex-preview-page-card.cover .ready:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;border:1px solid rgba(255,255,255,.22);right:-120px;top:-110px}.mkex-cover-owl{position:absolute;width:64%;max-height:66%;object-fit:cover;object-position:center;border-radius:45%;right:-5%;top:9%;opacity:.95;-webkit-mask-image:radial-gradient(ellipse at 50% 50%,#000 58%,transparent 95%);mask-image:radial-gradient(ellipse at 50% 50%,#000 58%,transparent 95%)}.mkex-preview-page-card.story{padding:22px!important;background:linear-gradient(145deg,#fff9ef,#f7f2ff)!important}.mkex-preview-page-card.story .mkex-story-scene{height:195px}.mkex-page-label{display:inline-flex;background:#f2e8ff;color:#7b4db2;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:950;letter-spacing:.08em}.mkex-preview-page-card.story h3{font-size:21px!important}.mkex-preview-page-card.story p{font-size:14px!important;line-height:1.62!important}.mkex-preview-page-card.activity{padding:14px!important;position:relative!important}.mkex-preview-page-card.activity img{object-fit:contain!important}.mkex-activity-ribbon{position:absolute;left:18px;bottom:17px;background:rgba(45,24,66,.90);color:#fff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;backdrop-filter:blur(8px)}
.mkex-preview-page-card.report{padding:0!important;background:linear-gradient(145deg,#fff9ed,#f4efff)!important}.mkex-report-card{height:100%;padding:30px 28px;display:flex;flex-direction:column;justify-content:center}.mkex-report-top{display:grid;grid-template-columns:1fr 112px;align-items:center;gap:12px;margin-bottom:20px}.mkex-report-top>div>span{font-size:9px;font-weight:950;color:#af6924;letter-spacing:.08em}.mkex-report-top h3{font-size:25px!important;line-height:1.04!important;margin:5px 0 8px!important}.mkex-report-top p{font-size:12px!important;line-height:1.55!important;color:#75647d!important;margin:0!important}.mkex-report-top img{width:112px;height:135px;object-fit:cover;border-radius:45%;-webkit-mask-image:radial-gradient(ellipse,#000 58%,transparent 98%);mask-image:radial-gradient(ellipse,#000 58%,transparent 98%);animation:mkexOwlFloat 4s ease-in-out infinite}.mkex-report-bars{display:grid;gap:13px}.mkex-report-bars>div>span{display:flex;justify-content:space-between;align-items:end;margin-bottom:6px}.mkex-report-bars b{font-size:12px}.mkex-report-bars em{font-size:9px;font-style:normal;color:#917f98;font-weight:800}.mkex-report-bars i{display:block;height:9px;background:#e9e0ec;border-radius:999px;overflow:hidden}.mkex-report-bars u{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#79d4b5,#7450e3,#e85ba8);text-decoration:none;animation:mkexBarGrow .7s ease both;transform-origin:left}@keyframes mkexBarGrow{from{transform:scaleX(.15);opacity:.5}}.mkex-report-foot{display:flex;gap:6px;flex-wrap:wrap;margin-top:20px}.mkex-report-foot span{font-size:9px;font-weight:850;background:#fff;border:1px solid #eadfeb;border-radius:999px;padding:6px 8px;color:#725e7b}

.mkex-download-book,.mkex-print-book{min-width:210px}.mkex-book-saved-note{border-radius:16px!important}.mkex-pdf-progress{background:rgba(45,24,66,.27)!important}.mkex-pdf-progress>div{background:linear-gradient(145deg,#fff,#fff9f1)!important;border-radius:28px!important}.mkex-pdf-spinner{border-top-color:#e458aa!important;border-right-color:#7c4be8!important}

/* mobile */
@media(max-width:900px){.mkex-wizard-card{width:min(820px,100%)}.mkex-welcome-layout{grid-template-columns:1fr .9fr}.mkex-theme-grid{grid-template-columns:repeat(3,1fr)}.mkex-activity-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:680px){
 body.mkex-experience-page{padding-bottom:76px}.mkex-topbar{height:61px;padding:0 13px}.mkex-topbar .mkex-brand b{font-size:15px}.mkex-onboarding{min-height:calc(100vh - 61px);padding:10px 8px 86px;background:linear-gradient(150deg,#fff8f2,#fff 45%,#f3efff)!important}.mkex-wizard-card{min-height:calc(100vh - 82px);padding:12px 16px 25px;border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 15px 45px rgba(65,32,84,.09)}.mkex-progress-top{margin-bottom:5px}.mkex-progress-track{height:7px}.mkex-step{padding:12px 0 5px}.mkex-step h1{font-size:38px!important;line-height:1!important}.mkex-step h2{font-size:31px!important;line-height:1.06!important}.mkex-step>p,.mkex-welcome-copy>p{font-size:16px!important;line-height:1.52!important}.mkex-kicker{font-size:10px!important}.mkex-step-guide{margin-bottom:10px;padding:5px 10px 5px 5px}.mkex-step-guide img{width:40px;height:40px}.mkex-step-guide span{font-size:11px}.mkex-primary{min-height:53px!important;border-radius:17px!important}.mkex-welcome-layout{display:flex;flex-direction:column;gap:5px;min-height:0}.mkex-welcome-copy{order:1}.mkex-welcome-copy h1{margin:14px 0!important}.mkex-welcome-copy .mkex-primary{width:100%;margin-top:5px}.mkex-welcome-badges{justify-content:center}.mkex-welcome-badges span{font-size:11px;padding:7px 10px}.mkex-owl-stage{order:2;height:270px;width:100%;margin-top:5px;background:radial-gradient(circle at 50% 54%,#fff 0%,#fff0dc 50%,transparent 72%)}.mkex-owl-stage img{width:225px;max-height:268px}.mkex-owl-books{left:12%;bottom:22px;transform:scale(.8) rotate(-3deg);transform-origin:left bottom}.mkex-spark.s1{right:17%;top:18px}.mkex-spark.s2{left:12%;top:55px}.mkex-spark.s3{right:14%;bottom:52px}.mkex-cover-layout{grid-template-columns:1fr;padding:16px;gap:14px}.mkex-cover-art{width:190px!important}.mkex-upload{padding:15px!important}.mkex-upload small{font-size:12px!important}.mkex-theme-grid{grid-template-columns:1fr 1fr}.mkex-theme-grid button{min-height:98px!important}.mkex-theme-grid button:last-child{grid-column:1/-1}.mkex-story-preview{grid-template-columns:1fr}.mkex-story-scene{height:155px}.mkex-story-avatar{width:88px;height:104px}.mkex-activity-grid{grid-template-columns:1fr 1fr;gap:8px}.mkex-activity-pick:nth-child(n+9){display:none}.mkex-book-preview{grid-template-columns:30px minmax(0,1fr) 30px;gap:2px;margin-top:10px}.mkex-page-nav{width:29px!important;height:54px!important;border-radius:14px!important;font-size:24px!important}.mkex-book-stage{height:500px!important}.mkex-book-hint{font-size:10px;line-height:1.35;max-width:250px}.mkex-preview-page-card.story{padding:17px!important}.mkex-preview-page-card.story .mkex-story-scene{height:154px}.mkex-preview-page-card.story h3{font-size:18px!important}.mkex-preview-page-card.story p{font-size:12px!important;line-height:1.52!important}.mkex-report-card{padding:21px 18px}.mkex-report-top{grid-template-columns:1fr 82px;margin-bottom:13px}.mkex-report-top img{width:82px;height:98px}.mkex-report-top h3{font-size:21px!important}.mkex-report-top p{font-size:11px!important}.mkex-report-bars{gap:10px}.mkex-report-bars b{font-size:11px}.mkex-report-foot span{font-size:8px}.mkex-download-book,.mkex-print-book{width:100%;min-width:0;margin-top:8px}.mkex-preview-meta{margin-bottom:6px!important}
}
@media(max-width:390px){.mkex-step h1{font-size:35px!important}.mkex-step h2{font-size:29px!important}.mkex-owl-stage{height:240px}.mkex-owl-stage img{width:205px}.mkex-book-stage{height:455px!important}.mkex-story-scene{height:142px}}

/* v2.2 returning-user home polish */
.mkex-home{background:linear-gradient(180deg,#fffaf5,#fff 38%,#fbf9ff);min-height:calc(100vh - 70px)}.mkex-home-hero{background:linear-gradient(120deg,#6f43df 0%,#a846d4 54%,#ef629f 100%)!important;overflow:hidden;position:relative;border-radius:30px!important;box-shadow:0 22px 50px rgba(92,44,135,.18)!important}.mkex-home-hero:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid rgba(255,255,255,.16);right:-120px;top:-130px}.mkex-home-hero:after{content:"✦    ★    ✦";position:absolute;color:rgba(255,255,255,.36);font-size:24px;letter-spacing:24px;right:21%;top:18%;transform:rotate(-9deg)}.mkex-home-copy{position:relative;z-index:4}.mkex-home-copy .mkex-kicker{color:#ffe1a6!important}.mkex-home-copy h1,.mkex-home-copy p{color:#fff!important}.mkex-home-chips span{background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.20)!important;color:#fff!important;backdrop-filter:blur(8px)}.mkex-home-owl{position:absolute;right:125px;bottom:-26px;width:210px;height:240px;z-index:3}.mkex-home-owl img{width:100%;height:100%;object-fit:cover;border-radius:45%;-webkit-mask-image:radial-gradient(ellipse,#000 57%,transparent 96%);mask-image:radial-gradient(ellipse,#000 57%,transparent 96%);filter:drop-shadow(0 18px 24px rgba(51,23,79,.18));animation:mkexOwlFloat 4.5s ease-in-out infinite}.mkex-home-owl span{position:absolute;top:22px;left:-96px;background:#fff;color:#7548a4;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:900;box-shadow:0 8px 22px rgba(51,28,70,.14);white-space:nowrap}.mkex-streak-orb{z-index:4;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.20)!important;backdrop-filter:blur(9px)}.mkex-dashboard-card{border:1px solid #eee5ef!important;box-shadow:0 12px 35px rgba(60,31,76,.055)!important}.mkex-quick{border:1px solid #ede2ef!important;box-shadow:0 10px 28px rgba(62,31,79,.055)!important;transition:.18s ease!important}.mkex-quick:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(62,31,79,.10)!important}.mkex-quick.q-book{background:linear-gradient(145deg,#fff6e7,#fff)!important}.mkex-quick.q-color{background:linear-gradient(145deg,#fff0f7,#fff)!important}.mkex-quick.q-story{background:linear-gradient(145deg,#f2ecff,#fff)!important}.mkex-quick.q-game{background:linear-gradient(145deg,#ecfbf4,#fff)!important}
@media(max-width:680px){.mkex-home-hero{padding:24px 18px 116px!important}.mkex-home-owl{width:150px;height:170px;right:7px;bottom:-10px}.mkex-home-owl span{left:-112px;top:30px;font-size:9px}.mkex-streak-orb{right:auto!important;left:18px!important;bottom:18px!important;width:75px!important;height:75px!important}.mkex-home-copy h1{font-size:36px!important}.mkex-home-copy p{font-size:15px!important;max-width:280px!important}}

/* =========================================================
   Experience 2.3 — AI üretim + stabil kitap sahnesi
   ========================================================= */
.mkex-cover-art>img#mkex-cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#fff;display:none;z-index:1}
.mkex-cover-art.has-photo>img#mkex-cover-image{display:block}
.mkex-cover-art.has-photo .mkex-ready-cover{display:none!important}
.mkex-cover-title-band{display:none;position:absolute;left:7%;right:7%;bottom:5%;z-index:3;min-height:74px;padding:13px 16px;border-radius:20px;background:linear-gradient(100deg,#7c42ee,#ec5bab);box-shadow:0 12px 28px rgba(88,35,122,.22);color:#fff;align-content:center;text-align:center}
.mkex-cover-art.has-photo .mkex-cover-title-band{display:grid}
.mkex-cover-title-band b{font-size:20px;line-height:1.05}.mkex-cover-title-band em{font-size:10px;font-style:normal;font-weight:800;opacity:.9;margin-top:4px}
.mkex-cover-ai-loading{position:absolute;inset:0;z-index:8;display:none;place-items:center;align-content:center;text-align:center;padding:20px;background:linear-gradient(160deg,rgba(255,248,239,.97),rgba(241,234,255,.97));color:#4c3260}
.mkex-cover-art.is-generating .mkex-cover-ai-loading{display:grid}.mkex-cover-art.is-generating .mkex-ready-cover,.mkex-cover-art.is-generating>img{visibility:hidden}
.mkex-cover-ai-loading img{width:86px;height:104px;object-fit:contain;animation:mkex-ai-float 1.7s ease-in-out infinite}.mkex-cover-ai-loading b{font-size:14px;margin-top:7px}.mkex-cover-ai-loading small{font-size:10px;line-height:1.4;color:#8b7895;margin-top:5px;max-width:170px}
@keyframes mkex-ai-float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-7px) rotate(1deg)}}
.mkex-ai-status{min-height:0;margin:12px 0 4px;border-radius:14px;font-size:13px;font-weight:750;color:#716079;display:flex;align-items:center;gap:8px}.mkex-ai-status:empty{display:none}.mkex-ai-status.is-working,.mkex-ai-status.is-error,.mkex-ai-status.is-success{padding:11px 13px}.mkex-ai-status.is-working{background:#f6efff;color:#7042a5}.mkex-ai-status.is-success{background:#eaf8f1;color:#247553}.mkex-ai-status.is-error{background:#fff0ed;color:#a4483f}.mkex-ai-pulse{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:9px;background:#fff;box-shadow:0 4px 12px rgba(60,30,80,.08);animation:mkex-twinkle 1.25s ease-in-out infinite}@keyframes mkex-twinkle{0%,100%{transform:scale(.9);opacity:.65}50%{transform:scale(1.08);opacity:1}}
.mkex-story-teaser{grid-column:1/-1;display:grid;grid-template-columns:86px 1fr;align-items:center;gap:16px;padding:15px 18px;border-radius:22px;background:linear-gradient(120deg,#fff7ed,#f3edff);border:1px solid #eee3f2}.mkex-story-teaser img{width:76px;height:88px;object-fit:contain}.mkex-story-teaser small,.mkex-story-ai-copy small{font-size:9px;font-weight:900;letter-spacing:.09em;color:#bd721d}.mkex-story-teaser h4{font-size:18px!important;margin:3px 0 4px!important}.mkex-story-teaser p{font-size:12px!important;margin:0!important;color:#78677f!important}
.mkex-story-ai-card{overflow:hidden;border-radius:24px;background:#fff;border:1px solid #eae1ef;box-shadow:0 14px 34px rgba(61,33,75,.08)}.mkex-story-ai-art{aspect-ratio:3/2;overflow:hidden;background:#f1eaff}.mkex-story-ai-art img{width:100%;height:100%;object-fit:cover;display:block}.mkex-story-ai-copy{padding:14px 16px 17px}.mkex-story-ai-copy h4{font-size:17px!important;margin:5px 0 7px!important}.mkex-story-ai-copy p{font-size:12px!important;line-height:1.55!important;margin:0!important;color:#62546b!important}

/* Kitap: harici page-flip yok. Her sayfa aynı fiziksel çerçevede döner. */
.mkex-book-preview{grid-template-columns:52px minmax(300px,440px) 52px!important;gap:16px!important;align-items:center!important;justify-content:center!important;margin:20px auto 8px!important}
.mkex-book-stage{width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:210/297!important;position:relative!important;overflow:hidden!important;border-radius:9px 24px 24px 9px!important;border:1px solid #e8dfea!important;background:#fff!important;box-shadow:0 24px 58px rgba(53,27,76,.18)!important;perspective:1700px;isolation:isolate;touch-action:pan-y;transform:translateZ(0)}
.mkex-book-stage:before{content:"";position:absolute;left:0;top:0;bottom:0;width:11px;z-index:40;pointer-events:none;background:linear-gradient(90deg,rgba(50,24,62,.14),rgba(255,255,255,.16),transparent);opacity:.7}
.mkex-book-stage:after{content:"";position:absolute;right:0;bottom:0;width:52px;height:52px;z-index:39;pointer-events:none;background:linear-gradient(135deg,transparent 50%,rgba(96,67,105,.08) 51%,rgba(255,255,255,.94) 74%);border-radius:0 0 20px 0;opacity:.75}
.mkex-page-sheet{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#fff;opacity:0;visibility:hidden;pointer-events:none;backface-visibility:hidden;transform-style:preserve-3d;will-change:transform,opacity;z-index:1}
.mkex-page-sheet.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:10;transform:none}
.mkex-page-sheet.turn-in-next{opacity:.22;visibility:visible;z-index:20;transform-origin:left center;transform:translateX(8%) rotateY(-62deg) scale(.985)}
.mkex-page-sheet.turn-in-prev{opacity:.22;visibility:visible;z-index:20;transform-origin:right center;transform:translateX(-8%) rotateY(62deg) scale(.985)}
.mkex-page-sheet.turn-enter-active{transition:transform .42s cubic-bezier(.2,.75,.2,1),opacity .34s ease;transform:none!important;opacity:1!important}
.mkex-page-sheet.turn-out-next{z-index:30!important;visibility:visible!important;transform-origin:left center;transition:transform .42s cubic-bezier(.4,0,.25,1),opacity .34s ease;transform:translateX(-8%) rotateY(68deg) scale(.985);opacity:0}
.mkex-page-sheet.turn-out-prev{z-index:30!important;visibility:visible!important;transform-origin:right center;transition:transform .42s cubic-bezier(.4,0,.25,1),opacity .34s ease;transform:translateX(8%) rotateY(-68deg) scale(.985);opacity:0}
.mkex-page-nav{width:48px!important;height:48px!important;border-radius:17px!important;border:1px solid #eadff0!important;background:#fff!important;color:#6b3e8a!important;box-shadow:0 10px 25px rgba(67,34,82,.10)!important;font-size:26px!important;font-weight:700;transition:.18s ease}.mkex-page-nav:hover:not(:disabled){transform:translateY(-2px);background:#f7f1ff!important}.mkex-page-nav:disabled{opacity:.28;cursor:not-allowed;box-shadow:none!important}
.mkex-page-sheet.cover>img{width:100%;height:100%;object-fit:contain;background:#fff;display:block}.mkex-page-cover-title{position:absolute;z-index:5;left:8%;right:8%;bottom:6%;padding:16px 18px;border-radius:22px;text-align:center;color:#fff;background:linear-gradient(100deg,#7c42ee,#ec5bab);box-shadow:0 14px 30px rgba(86,30,117,.23)}.mkex-page-cover-title b{display:block;font-size:23px;line-height:1.05}.mkex-page-cover-title span{display:block;font-size:11px;font-weight:800;margin-top:4px;opacity:.9}
.mkex-ready-page{height:100%;padding:38px;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#7440db,#ce50af)}.mkex-ready-page>span{font-size:54px}.mkex-ready-page img{width:145px;height:175px;object-fit:contain;margin:18px 0}.mkex-ready-page h3{font-size:30px!important;color:#fff!important;line-height:1.05!important}.mkex-ready-page small{font-size:12px;font-weight:800;opacity:.85}
.mkex-page-sheet.story{background:#fffaf6}.mkex-page-story-image{height:58%;overflow:hidden;background:#eee8fa}.mkex-page-story-image img{width:100%;height:100%;object-fit:cover;display:block}.mkex-story-missing{height:100%;display:grid;place-items:center;font-size:70px;color:#a276df}.mkex-page-story-copy{height:42%;padding:22px 26px 24px;background:#fff}.mkex-page-story-copy>span{font-size:9px;font-weight:900;letter-spacing:.09em;color:#b66b18}.mkex-page-story-copy h3{font-size:20px!important;margin:5px 0 8px!important;color:#29193b!important}.mkex-page-story-copy p{font-size:13px!important;line-height:1.55!important;margin:0!important;color:#5e5066!important}
.mkex-page-sheet.activity{padding:13px;background:#fff}.mkex-page-activity-inner{height:100%;position:relative;border-radius:14px;overflow:hidden;background:#fff}.mkex-page-activity-inner img{width:100%;height:100%;object-fit:contain;display:block}.mkex-page-activity-inner>span{position:absolute;left:13px;bottom:13px;padding:6px 10px;border-radius:10px;background:rgba(52,29,69,.88);color:#fff;font-size:9px;font-weight:850}.mkex-activity-placeholder{height:100%;display:grid;place-items:center;align-content:center;gap:9px;background:#fff9ed;color:#573c66;font-size:46px}.mkex-activity-placeholder b{font-size:17px}
.mkex-page-sheet.report{padding:18px;background:linear-gradient(145deg,#fffaf0,#f6f0ff)}.mkex-page-sheet.report .mkex-report-card{height:100%;box-shadow:none;border:0;background:transparent;padding:14px}.mkex-page-sheet.report .mkex-report-top h3{font-size:22px!important}.mkex-page-sheet.report .mkex-report-top p{font-size:11px!important;line-height:1.45!important}.mkex-page-sheet.report .mkex-report-bars{gap:10px}.mkex-page-sheet.report .mkex-report-bars b{font-size:11px}.mkex-page-sheet.report .mkex-report-bars em{font-size:9px}.mkex-page-sheet.report .mkex-report-foot{gap:5px;flex-wrap:wrap}.mkex-page-sheet.report .mkex-report-foot span{font-size:8px}
.mkex-book-hint{margin:8px auto 6px;text-align:center;color:#8a7892;font-size:11px!important}.mkex-preview-meta{margin:5px 0 16px!important}

@media(max-width:680px){
 .mkex-cover-title-band{min-height:62px;border-radius:17px;padding:10px 12px}.mkex-cover-title-band b{font-size:17px}.mkex-cover-title-band em{font-size:9px}
 .mkex-story-ai-card{border-radius:20px}.mkex-story-ai-copy p{font-size:13px!important}.mkex-story-teaser{grid-template-columns:70px 1fr}.mkex-story-teaser img{width:64px;height:76px}
 .mkex-book-preview{grid-template-columns:31px minmax(0,340px) 31px!important;gap:5px!important;width:100%!important}.mkex-page-nav{width:30px!important;height:54px!important;border-radius:14px!important;font-size:22px!important;padding:0!important}.mkex-book-stage{width:100%!important;max-width:340px!important;margin:auto!important}.mkex-page-story-copy{padding:15px 17px 17px}.mkex-page-story-copy h3{font-size:18px!important}.mkex-page-story-copy p{font-size:12px!important;line-height:1.48!important}.mkex-page-cover-title{left:6%;right:6%;bottom:5%;padding:12px}.mkex-page-cover-title b{font-size:19px}.mkex-page-cover-title span{font-size:9px}.mkex-page-sheet.report{padding:10px}.mkex-page-sheet.report .mkex-report-card{padding:10px}.mkex-page-sheet.report .mkex-report-top{grid-template-columns:1fr 62px}.mkex-page-sheet.report .mkex-report-top img{width:62px;height:75px}.mkex-page-sheet.report .mkex-report-top h3{font-size:18px!important}.mkex-page-sheet.report .mkex-report-bars{gap:7px}.mkex-book-hint{max-width:270px;font-size:10px!important}
}
@media(prefers-reduced-motion:reduce){.mkex-page-sheet,.mkex-page-sheet.turn-enter-active,.mkex-page-sheet.turn-out-next,.mkex-page-sheet.turn-out-prev,.mkex-cover-ai-loading img,.mkex-ai-pulse{animation:none!important;transition:none!important}}

.mkex-ai-processing{position:fixed;inset:0;background:rgba(41,23,59,.32);backdrop-filter:blur(10px);display:grid;place-items:center;z-index:1000001;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;padding:20px}.mkex-ai-processing.is-visible{opacity:1;visibility:visible}.mkex-ai-processing>div{width:min(420px,100%);background:linear-gradient(180deg,#fffdfb,#fff7fd);border:1px solid #efe4f7;border-radius:28px;padding:28px 24px;text-align:center;box-shadow:0 28px 90px rgba(53,28,72,.22)}.mkex-ai-processing img{width:88px;height:104px;object-fit:contain;animation:mkex-ai-float 1.8s ease-in-out infinite}.mkex-ai-processing span{display:inline-block;margin-top:8px;padding:7px 12px;border-radius:999px;background:#f5eefb;color:#7a56a5;font-size:12px;font-weight:800}.mkex-ai-processing b{display:block;margin-top:14px;color:#2b193d;font-size:24px;line-height:1.2}.mkex-ai-processing small{display:block;margin-top:10px;color:#786b84;font-size:14px;line-height:1.6}.mkex-ai-processing-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.mkex-ai-processing-dots i{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#7a43e4,#ec5aa4);animation:mkex-ai-dot 1.1s ease-in-out infinite}.mkex-ai-processing-dots i:nth-child(2){animation-delay:.15s}.mkex-ai-processing-dots i:nth-child(3){animation-delay:.3s}@keyframes mkex-ai-dot{0%,80%,100%{transform:translateY(0);opacity:.45}40%{transform:translateY(-6px);opacity:1}}@media(max-width:680px){.mkex-ai-processing>div{border-radius:24px;padding:24px 18px}.mkex-ai-processing b{font-size:21px}.mkex-ai-processing small{font-size:13px}}@media(prefers-reduced-motion:reduce){.mkex-ai-processing img,.mkex-ai-processing-dots i{animation:none!important}}

.mkex-cover-style-note{margin-top:10px;font-size:12px;line-height:1.5;color:#7a6b84}.mkex-cover-styles.is-disabled{opacity:.52;filter:saturate(.85)}.mkex-cover-styles.is-disabled button{pointer-events:none}.mkex-ai-processing img{display:block;margin:0 auto;width:94px;height:110px;object-fit:contain}.mkex-step-guide img{object-fit:contain}.mkex-cover-controls .mkex-upload.is-done,.mkex-cover-controls.has-photo .mkex-upload{border-color:#bda0ea;background:#fbf7ff}.mkex-cover-controls.has-photo .mkex-upload b::after{content:' ✓';color:#7e4de0}@media(max-width:680px){.mkex-cover-style-note{font-size:11px}}

.mkex-after-download{display:none!important;margin-top:12px!important;background:linear-gradient(100deg,#ff8b51,#ec4fa9)!important;box-shadow:0 15px 34px rgba(229,77,153,.24)!important}.mkex-after-download.is-visible{display:flex!important}.mkex-ai-processing img,.mkex-step-guide img,.mkex-welcome-owl img{filter:none!important;mix-blend-mode:normal!important}.mkex-page-sheet.story .mkex-page-story-image{height:55%!important}.mkex-page-sheet.story .mkex-page-story-copy{height:45%!important;padding-bottom:18px!important}.mkex-page-story-copy.is-long p{font-size:11.5px!important;line-height:1.42!important}@media(max-width:680px){.mkex-page-sheet.story .mkex-page-story-image{height:53%!important}.mkex-page-sheet.story .mkex-page-story-copy{height:47%!important}.mkex-page-story-copy.is-long p{font-size:11px!important;line-height:1.4!important}.mkex-after-download{width:100%!important}}


/* ===== Experience v3.0 — unified product UI ===== */
.mkex-ai-processing img,.mkex-step-guide img,.mkex-home-owl img,.mkex-welcome-art img,.mkex-owl-stage img{filter:none!important;mix-blend-mode:normal!important;opacity:1!important;-webkit-mask-image:none!important;mask-image:none!important;object-fit:contain!important;background:transparent!important}
.mkex-ai-processing img{width:112px!important;height:122px!important;margin:0 auto!important}
.mkex-step-guide img{width:42px!important;height:42px!important}
.mkex-home-hero-v3{min-height:300px!important;padding:44px 46px!important;background:linear-gradient(125deg,#6f3ee4 0%,#a645d2 53%,#ef5fa5 100%)!important}
.mkex-home-hero-v3 .mkex-home-copy{max-width:610px}.mkex-home-hero-v3 h1{font-size:clamp(38px,4.6vw,58px)!important;max-width:620px}.mkex-home-hero-v3 p{max-width:500px!important}
.mkex-home-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:20px 0 14px}.mkex-hero-primary,.mkex-hero-ghost{min-height:46px;border-radius:15px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:900;cursor:pointer}.mkex-hero-primary{background:#fff;color:#6e35bb!important;box-shadow:0 10px 25px rgba(53,20,80,.16)}.mkex-hero-ghost{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);color:#fff}.mkex-hero-ghost:hover{background:rgba(255,255,255,.2)}
.mkex-home-hero-v3 .mkex-home-owl{right:120px!important;bottom:-10px!important;width:245px!important;height:270px!important;display:block!important}.mkex-home-hero-v3 .mkex-home-owl img{width:100%!important;height:100%!important;filter:drop-shadow(0 18px 28px rgba(43,15,65,.24))!important}.mkex-home-hero-v3 .mkex-home-owl span{left:-120px;top:34px}
.mkex-home-statusbar{margin:16px 0;min-height:74px;border:1px solid #eee5ef;background:#fff;border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 16px;box-shadow:0 10px 28px rgba(64,31,81,.05)}.mkex-home-statusbar>div{display:flex;align-items:center;gap:11px}.mkex-status-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#f6edff;font-size:20px}.mkex-home-statusbar p{margin:0!important}.mkex-home-statusbar p b{display:block;font-size:14px}.mkex-home-statusbar p small{display:block;margin-top:2px;font-size:11px;color:#817389}.mkex-home-statusbar>a{font-size:12px;font-weight:900;color:#7b45ba!important}.mkex-gift-pill{padding:8px 11px;border-radius:999px;background:#fff3dd;color:#a36b1e;font-size:11px;font-weight:900}.mkex-gift-pill.premium{background:#f1e8ff;color:#7540b1}
.mkex-home-section-title{display:flex;align-items:center;gap:12px;margin:22px 4px 12px}.mkex-home-section-title>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#f1e8fb;color:#6e3bae;font-size:11px;font-weight:900}.mkex-home-section-title h2{margin:0!important;font-size:24px!important}.mkex-home-section-title p{margin:2px 0 0!important;color:#81738a!important;font-size:12px!important}
.mkex-quick-grid-v3{margin-top:0!important}.mkex-quick-grid-v3 .mkex-quick{min-height:170px}.mkex-quick.is-locked{position:relative;opacity:.92}.mkex-quick.is-locked:after{content:"Premium";position:absolute;right:12px;top:12px;padding:5px 8px;border-radius:999px;background:#2d193e;color:#fff;font-size:8px;font-weight:900;letter-spacing:.05em}.mkex-quick.is-locked>i{filter:saturate(.7)}
.mkex-home-empty{min-height:150px;display:flex;align-items:center;justify-content:center;gap:14px;text-align:left;color:#685976}.mkex-home-empty>span{width:54px;height:54px;border-radius:18px;background:#f5edff;display:grid;place-items:center;font-size:25px}.mkex-home-empty b{display:block}.mkex-home-empty p{margin:4px 0 0!important;font-size:12px!important;color:#877990!important}
.mkex-upgrade-v3{padding:32px!important}.mkex-premium-points{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.mkex-premium-points i{font-style:normal;font-size:10px;font-weight:800;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.6);color:#715d7e}
.mkex-plan-chip.plan-premium{color:#ffe2a8!important}.mkex-plan-chip.plan-free_used{color:#fff!important}
@media(max-width:900px){.mkex-home-hero-v3 .mkex-home-owl{right:32px!important;width:210px!important;height:235px!important}.mkex-home-hero-v3 .mkex-home-copy{max-width:58%}.mkex-home-statusbar{margin-top:10px}}
@media(max-width:680px){
 .mkex-home{padding:12px 9px 88px!important}.mkex-home-hero-v3{min-height:390px!important;padding:24px 18px 165px!important;border-radius:27px!important}.mkex-home-hero-v3 .mkex-home-copy{max-width:none!important}.mkex-home-hero-v3 h1{font-size:35px!important;line-height:1.02!important}.mkex-home-hero-v3 p{font-size:15px!important;max-width:310px!important}.mkex-home-actions{margin:16px 0 12px}.mkex-hero-primary,.mkex-hero-ghost{min-height:44px;font-size:12px}.mkex-home-hero-v3 .mkex-home-owl{width:175px!important;height:195px!important;right:2px!important;bottom:-4px!important}.mkex-home-hero-v3 .mkex-home-owl span{left:-135px!important;top:70px!important;font-size:9px!important}.mkex-home-hero-v3 .mkex-streak-orb{display:none!important}
 .mkex-home-statusbar{display:block;padding:13px 14px}.mkex-home-statusbar>a,.mkex-home-statusbar>.mkex-gift-pill{display:inline-flex;margin:10px 0 0 53px}.mkex-home-section-title{margin-top:17px}.mkex-home-section-title h2{font-size:21px!important}.mkex-quick-grid-v3{grid-template-columns:1fr 1fr!important}.mkex-quick-grid-v3 .mkex-quick{min-height:148px!important}.mkex-quick-grid-v3 .mkex-quick p{display:block!important}.mkex-upgrade-v3{padding:22px 17px!important}.mkex-premium-points{gap:5px}.mkex-premium-points i{font-size:9px}.mkex-ai-processing>div{max-width:350px}.mkex-ai-processing img{width:105px!important;height:118px!important}
}
@media(max-width:390px){.mkex-quick-grid-v3{grid-template-columns:1fr!important}.mkex-quick-grid-v3 .mkex-quick{min-height:120px!important}.mkex-home-hero-v3 h1{font-size:32px!important}.mkex-home-hero-v3 .mkex-home-owl{width:155px!important;height:176px!important}}

/* 3.1 FINAL POLISH */
.mkex-page-nav:not(:disabled){background:linear-gradient(135deg,#7b43ed,#d84ec0)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 12px 30px rgba(122,67,237,.28)!important;font-weight:950!important}
.mkex-page-nav:not(:disabled):hover{background:linear-gradient(135deg,#6933da,#ec54ad)!important;color:#fff!important;transform:translateY(-2px) scale(1.04)!important;box-shadow:0 15px 34px rgba(122,67,237,.34)!important}
.mkex-page-nav:disabled{opacity:.18!important;background:#fff!important;color:#8b7a96!important}
.mkex-explore-library{margin-top:10px!important;background:linear-gradient(100deg,#ff8a4c,#ed4fab)!important;box-shadow:0 14px 34px rgba(226,79,157,.22)!important}
.mkex-report-site{margin-top:15px;padding-top:13px;border-top:1px dashed #eadff0;text-align:center}.mkex-report-site b{display:block;color:#2e1c42;font-size:13px;letter-spacing:.02em}.mkex-report-site span{display:block;margin:5px auto 0;max-width:390px;color:#7d6d86;font-size:10px;line-height:1.45;font-weight:650}
@media(max-width:680px){.mkex-page-nav:not(:disabled){width:34px!important;height:58px!important;font-size:27px!important}.mkex-explore-library{width:100%!important}.mkex-report-site{margin-top:10px;padding-top:9px}.mkex-report-site b{font-size:10px}.mkex-report-site span{font-size:8px;line-height:1.35}}


/* 3.1.1 MOBILE HOTFIX */
.mkex-brand-mark img{width:18px;height:18px;display:block}
.mkex-account a,.mkex-login-link{white-space:nowrap!important;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.05;padding:8px 10px;border-radius:999px;background:#f4eff9}
.mkex-step-guide,.mkex-kicker-pill,.mkex-live-name,.mkex-ai-processing>div{text-align:center}
.mkex-step-guide{margin-left:auto;margin-right:auto;justify-content:center}
.mkex-ai-processing>div{display:flex;flex-direction:column;align-items:center}
.mkex-ai-processing span{margin:0 auto}
.mkex-small-link{display:none!important}
.mkex-bottom-nav{display:none!important}
body.mkex-experience-page{padding-bottom:0!important}
@media(max-width:680px){
  .mkex-topbar{padding:0 10px!important}
  .mkex-topbar nav{display:none!important}
  .mkex-brand{gap:9px!important}
  .mkex-brand-mark{width:34px!important;height:34px!important;border-radius:12px!important;display:grid;place-items:center;padding:0!important}
  .mkex-brand-mark img{width:18px!important;height:18px!important}
  .mkex-account a,.mkex-login-link{font-size:12px!important;padding:7px 10px!important;min-height:34px!important;white-space:nowrap!important}
  .mkex-onboarding{padding:10px 8px 22px!important}
  .mkex-wizard-card{padding:14px 14px 24px!important;min-height:auto!important}
  .mkex-progress-top{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding-top:2px!important;margin-bottom:14px!important}
  .mkex-back{position:absolute!important;left:0!important;top:0!important;width:30px!important;height:30px!important;border-radius:10px!important;background:transparent!important;font-size:22px!important;display:grid;place-items:center}
  .mkex-progress-track{flex:0 1 62%!important;max-width:190px!important}
  .mkex-step-count{min-width:40px;text-align:center;font-size:12px!important}
  .mkex-step,.mkex-step h1,.mkex-step h2,.mkex-step>p,.mkex-welcome-copy,.mkex-live-name,.mkex-kicker,.mkex-step-guide{max-width:none!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
  .mkex-kicker-pill{font-size:13px!important;padding:10px 18px!important;display:inline-flex!important;justify-content:center;align-items:center;gap:8px}
  .mkex-welcome-copy h1{font-size:34px!important;line-height:1.02!important}
  .mkex-welcome-copy>p{font-size:17px!important;max-width:320px!important;margin-left:auto!important;margin-right:auto!important}
  .mkex-welcome-badges{justify-content:center!important}
  .mkex-owl-stage{display:grid!important;place-items:center!important;height:250px!important;margin-top:6px!important}
  .mkex-owl-stage img{width:210px!important;max-width:78%!important;height:auto!important;object-fit:contain!important;object-position:center center!important}
  .mkex-owl-books{left:50%!important;transform:translateX(-50%) scale(.82) rotate(-3deg)!important;bottom:16px!important}
  .mkex-age-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;width:100%!important;background:#f3eef7!important;padding:5px!important}
  .mkex-age-tabs button{width:100%!important;min-width:0!important;padding:10px 6px!important;font-size:12px!important;white-space:normal!important;line-height:1.15!important}
  .mkex-age-buttons{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important}
  .mkex-age-buttons button{min-width:0!important;min-height:68px!important;padding:6px 2px!important}
  .mkex-age-buttons button b{font-size:20px!important}
  .mkex-step-guide{padding:8px 14px!important;gap:8px!important}
  .mkex-step-guide span{font-size:12px!important}
  .mkex-step-guide img{width:38px!important;height:38px!important;border-radius:50%!important;object-fit:contain!important;object-position:center center!important}
  .mkex-cover-layout,.mkex-theme-grid,.mkex-story-preview,.mkex-cover-controls{margin-left:auto!important;margin-right:auto!important}
  .mkex-story-preview .mkex-story-teaser,.mkex-story-preview .mkex-story-ai-card{ text-align:left!important }
  .mkex-pick-status,.mkex-ai-status{max-width:100%;text-align:center!important}
  .mkex-book-preview{grid-template-columns:minmax(0,1fr)!important;gap:8px!important;justify-items:center!important}
  .mkex-page-nav{width:38px!important;height:38px!important;border-radius:12px!important;font-size:24px!important;position:static!important}
  .mkex-page-nav.prev{order:2!important}
  .mkex-book-stage{order:1!important;max-width:340px!important;width:100%!important}
  .mkex-page-nav.next{order:3!important}
  .mkex-book-preview .mkex-page-nav{display:inline-grid!important;place-items:center!important}
  .mkex-book-preview .mkex-page-nav.prev,.mkex-book-preview .mkex-page-nav.next{margin-top:2px!important}
  .mkex-book-preview:after{content:'';display:block;order:4}
  .mkex-theme-grid button,.mkex-cover-styles button,.mkex-activity-pick{min-width:0!important}
}


/* 3.1.2 FINAL HOTFIX — two-eyed owl, punctuation, mobile book arrows */
.mkex-ai-processing img,.mkex-step-guide img,.mkex-home-owl img,.mkex-welcome-art img,.mkex-owl-stage img,.mkex-report-top img{filter:none!important;mix-blend-mode:normal!important;opacity:1!important;-webkit-mask-image:none!important;mask-image:none!important;object-fit:contain!important;object-position:center!important;background:transparent!important}
@media(max-width:680px){
  .mkex-book-preview{position:relative!important;display:block!important;width:100%!important;max-width:390px!important;margin:16px auto 8px!important;padding:0 38px!important;box-sizing:border-box!important}
  .mkex-book-stage{width:100%!important;max-width:340px!important;margin:0 auto!important;position:relative!important}
  .mkex-page-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:48px!important;min-width:34px!important;border-radius:12px!important;font-size:25px!important;display:grid!important;place-items:center!important;margin:0!important;z-index:30!important;background:linear-gradient(180deg,#8d47e8,#bd43d4)!important;color:#fff!important;border:0!important;box-shadow:0 9px 20px rgba(108,55,167,.22)!important}
  .mkex-page-nav.prev{left:0!important;right:auto!important}
  .mkex-page-nav.next{right:0!important;left:auto!important}
  .mkex-page-nav:disabled{opacity:.28!important;box-shadow:none!important}
}


/* 3.1.3 FINAL UI HOTFIX */
.mkex-login-link{min-width:96px!important;padding:10px 16px!important;white-space:nowrap!important;line-height:1!important;text-align:center!important}
.mkex-progress-top{justify-content:center!important}
.mkex-progress-track{flex:0 1 78%!important;max-width:360px!important}
.mkex-back{display:none!important}
.mkex-page-story-copy>span{display:none!important}
.mkex-page-sheet.story .mkex-page-story-image{height:52%!important}
.mkex-page-sheet.story .mkex-page-story-copy{height:48%!important;padding:18px 24px 24px!important}
.mkex-page-story-copy h3{margin:0 0 10px!important}
.mkex-page-story-copy p{margin:0!important}
.mkex-register-cta{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;text-align:center!important;line-height:1.18!important}
.mkex-register-copy{display:block!important}
.mkex-register-copy>span{display:block!important}
.mkex-register-cta>b{flex:0 0 auto!important}
.mkex-page-sheet.cover:after{content:"";position:absolute;left:3%;right:3%;bottom:1.5%;height:27%;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.93) 48%,#fff 78%);z-index:4;pointer-events:none}
.mkex-page-cover-title{z-index:6!important;left:10%!important;right:10%!important;bottom:5.5%!important;box-shadow:0 12px 28px rgba(86,30,117,.18)!important}
@media(max-width:680px){
 .mkex-login-link{min-width:88px!important;padding:9px 14px!important;font-size:12px!important}
 .mkex-progress-top{padding-left:0!important;padding-right:0!important}
 .mkex-progress-track{flex:0 1 74%!important;max-width:225px!important}
 .mkex-page-sheet.story .mkex-page-story-image{height:50%!important}
 .mkex-page-sheet.story .mkex-page-story-copy{height:50%!important;padding:15px 18px 20px!important}
 .mkex-page-story-copy h3{margin:0 0 9px!important;font-size:19px!important}
 .mkex-page-story-copy p{font-size:12.5px!important;line-height:1.5!important}
 .mkex-register-cta{padding-left:16px!important;padding-right:16px!important;font-size:16px!important}
 .mkex-page-cover-title{left:9%!important;right:9%!important;bottom:5%!important}
}

/* ===== Experience v3.2 — personal home ===== */
.mkex-home-v32{max-width:1180px!important;margin:0 auto!important;padding:22px 22px 72px!important;background:linear-gradient(180deg,#fffaf5 0%,#fff 34%,#fbf9ff 100%)!important;min-height:calc(100vh - 68px)!important}
.mkex-home-welcome-v32{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:center;gap:22px;min-height:230px;padding:32px 34px;border:1px solid #ede4f1;border-radius:30px;background:radial-gradient(circle at 90% 12%,rgba(241,189,232,.62),transparent 32%),radial-gradient(circle at 76% 85%,rgba(255,220,163,.50),transparent 28%),linear-gradient(135deg,#fff9f0 0%,#fff 50%,#f7f1ff 100%);box-shadow:0 16px 48px rgba(61,31,78,.08);overflow:hidden}
.mkex-home-welcome-v32:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(139,83,180,.08);border-radius:50%;right:-130px;top:-130px}
.mkex-home-greeting-line{font-size:14px;font-weight:850;color:#8a5b9b;margin-bottom:8px}.mkex-home-greeting-line b{color:#5f3477}.mkex-welcome-main-v32{position:relative;z-index:2;max-width:650px}.mkex-welcome-main-v32 h1{font-size:clamp(34px,4.2vw,52px)!important;line-height:1.02!important;letter-spacing:-.04em!important;margin:0 0 10px!important;color:#2b183f!important}.mkex-welcome-main-v32>p{font-size:16px!important;line-height:1.55!important;color:#776a80!important;max-width:580px;margin:0!important}
.mkex-home-main-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:19px}.mkex-home-start,.mkex-home-resume{min-height:46px;padding:0 16px;border-radius:15px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:900;cursor:pointer}.mkex-home-start{background:linear-gradient(135deg,#7a42e8,#ba4ac8);color:#fff!important;box-shadow:0 11px 26px rgba(117,60,190,.20)}.mkex-home-resume{background:#fff;border:1px solid #e8deed;color:#614974}.mkex-home-mini-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.mkex-home-mini-meta>span{padding:6px 9px;border-radius:999px;background:#f5eff9;color:#725c7d;font-size:10px;font-weight:850}.mkex-home-guide-v32{height:190px;position:relative;display:grid;place-items:center;align-content:center;z-index:2}.mkex-home-guide-v32 img{width:165px;height:175px;object-fit:contain!important;filter:drop-shadow(0 14px 24px rgba(74,33,95,.14))!important;animation:mkexOwlFloat 4.8s ease-in-out infinite}.mkex-home-guide-v32 small{position:absolute;right:4px;bottom:8px;background:#fff;border:1px solid #ece2ef;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:850;color:#785681;box-shadow:0 8px 20px rgba(66,35,80,.08)}.mkex-home-spark{position:absolute;color:#c15bc4}.mkex-home-spark.s1{right:23px;top:15px;font-size:18px}.mkex-home-spark.s2{left:18px;bottom:38px;font-size:8px;color:#f5a64d}

.mkex-v32-section{margin-top:16px;padding:24px;border-radius:26px;border:1px solid #eee6ef;background:#fff;box-shadow:0 10px 34px rgba(63,32,78,.05)}.mkex-v32-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px}.mkex-v32-head>div>span{display:block;font-size:9px;font-weight:950;letter-spacing:.14em;color:#9d65a9;margin-bottom:3px}.mkex-v32-head h2{font-size:25px!important;line-height:1.08!important;letter-spacing:-.03em!important;margin:0!important;color:#2b1a3e!important}.mkex-v32-head p{margin:4px 0 0!important;font-size:12px!important;color:#8a7d91!important}.mkex-v32-head>a{font-size:11px;font-weight:900;color:#7c49b4!important;white-space:nowrap}

.mkex-today-v32{background:linear-gradient(145deg,#fffdf8,#fff 60%)}.mkex-today-grid-v32{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.mkex-today-card-v32{border:1px solid #eee6ef;border-radius:20px;padding:9px;background:#fff;min-width:0;transition:.18s ease}.mkex-today-card-v32:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(66,33,83,.08)}.mkex-today-card-v32>a{display:block}.mkex-today-picture-v32{height:145px;border-radius:14px;background:#f5f1f7;overflow:hidden;position:relative;display:grid;place-items:center}.mkex-today-picture-v32 img{width:100%;height:100%;object-fit:cover}.mkex-today-picture-v32>span{font-size:36px}.mkex-today-picture-v32 i{position:absolute;left:9px;top:9px;width:25px;height:25px;border-radius:9px;background:rgba(255,255,255,.92);display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:950;color:#7440a6;box-shadow:0 4px 12px rgba(44,24,60,.10)}.mkex-today-card-v32>a>small{display:block;margin:9px 3px 2px;color:#a16932;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.mkex-today-card-v32 h3{margin:0 3px 8px!important;font-size:15px!important;line-height:1.25!important;color:#39244b!important}.mkex-today-card-v32 .mkex-complete{width:100%;min-height:36px;border:0;border-radius:11px;background:#f5effa;color:#6f4a87;font-size:10px;font-weight:850;cursor:pointer}.mkex-today-card-v32 .mkex-complete.is-done{background:#e9f7ef;color:#207451}.mkex-plan-note{text-align:center;margin-top:12px;padding:9px 12px;border-radius:13px;background:#fff6e5;color:#8a642e;font-size:10px;font-weight:700}

.mkex-v32-resume{margin-top:16px;display:grid;grid-template-columns:220px 1fr;align-items:center;gap:24px;padding:22px;border-radius:26px;background:linear-gradient(135deg,#f4ecff,#fff8f1);border:1px solid #eadff1}.mkex-resume-visual{display:flex;align-items:center;gap:11px}.mkex-resume-book{width:112px;height:142px;border-radius:7px 18px 18px 7px;background:linear-gradient(145deg,#7b43e8,#c24dbc);color:#fff;padding:15px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 14px 30px rgba(82,41,112,.20)}.mkex-resume-book>b{font-size:34px}.mkex-resume-book>span{font-size:11px;line-height:1.25;font-weight:850}.mkex-resume-visual>i{font-style:normal;font-size:9px;font-weight:850;color:#856f91;writing-mode:vertical-rl;transform:rotate(180deg)}.mkex-resume-copy>span{font-size:9px;font-weight:950;letter-spacing:.14em;color:#9363a4}.mkex-resume-copy h2{font-size:25px!important;margin:4px 0 7px!important;letter-spacing:-.03em!important}.mkex-resume-copy p{font-size:13px!important;color:#7d6d86!important;margin:0 0 13px!important}.mkex-resume-copy button{min-height:40px;padding:0 14px;border:0;border-radius:13px;background:#fff;color:#684180;font-size:11px;font-weight:900;box-shadow:0 7px 18px rgba(72,35,89,.08);cursor:pointer}

.mkex-create-grid-v32{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.mkex-create-card-v32{position:relative;min-height:190px;border-radius:21px;padding:17px;border:1px solid #ede4ef;display:grid;grid-template-columns:48px 1fr 24px;gap:11px;align-items:start;color:#2f1d42!important;overflow:hidden;transition:.18s ease}.mkex-create-card-v32:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(65,31,82,.09)}.mkex-create-card-v32.tone-story{background:linear-gradient(145deg,#f3edff,#fff)}.mkex-create-card-v32.tone-education{background:linear-gradient(145deg,#fff4df,#fff)}.mkex-create-card-v32.tone-color{background:linear-gradient(145deg,#fff0f6,#fff)}.mkex-create-icon-v32{width:48px;height:48px;border-radius:15px;background:#fff;display:grid;place-items:center;font-size:23px;box-shadow:0 8px 18px rgba(54,29,70,.06)}.mkex-create-card-v32 small{display:block;font-size:8px;font-weight:950;letter-spacing:.08em;color:#95689e}.mkex-create-card-v32 h3{font-size:18px!important;margin:3px 0 6px!important;line-height:1.12!important}.mkex-create-card-v32 p{font-size:11px!important;line-height:1.48!important;color:#7f7187!important;margin:0!important}.mkex-create-card-v32>b{font-size:16px;color:#7b4aaa}.mkex-create-card-v32.is-locked:after{content:"Premium";position:absolute;right:10px;top:10px;background:#382049;color:#fff;border-radius:999px;padding:4px 7px;font-size:7px;font-weight:950}.mkex-create-card-v32.is-locked{opacity:.9}

.mkex-growth-v32{background:linear-gradient(145deg,#f6fbf8,#fff 56%)}.mkex-growth-shell-v32{display:grid;grid-template-columns:1fr 1.35fr;gap:24px;align-items:center}.mkex-growth-stats-v32{display:grid;grid-template-columns:96px repeat(3,1fr);align-items:center;gap:10px}.mkex-growth-stats-v32>.mkex-score-ring{width:90px;height:90px}.mkex-growth-stats-v32>div:not(.mkex-score-ring){text-align:center;padding:12px 7px;border-radius:15px;background:#fff;border:1px solid #e9f0eb}.mkex-growth-stats-v32>div:not(.mkex-score-ring)>b{display:block;font-size:20px;color:#2d1d3f}.mkex-growth-stats-v32>div:not(.mkex-score-ring)>small{font-size:9px;color:#81758a}.mkex-growth-bars-v32{display:grid;gap:9px}.mkex-growth-bars-v32>div>span{display:flex;justify-content:space-between;margin-bottom:4px;font-size:10px}.mkex-growth-bars-v32>div>span b{color:#5d4c67}.mkex-growth-bars-v32>div>span em{font-style:normal;color:#8b7b91}.mkex-growth-bars-v32>div>i{display:block;height:7px;border-radius:99px;background:#eee9f0;overflow:hidden}.mkex-growth-bars-v32>div>i>b{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#78cba8,#8f62df)}.mkex-growth-empty-v32{display:flex;align-items:center;gap:13px;min-height:100px}.mkex-growth-empty-v32>span{width:50px;height:50px;border-radius:16px;background:#edf8f2;display:grid;place-items:center;font-size:22px}.mkex-growth-empty-v32 h3{margin:0 0 3px!important;font-size:17px!important}.mkex-growth-empty-v32 p{margin:0!important;font-size:11px!important;color:#82758a!important}

.mkex-discover-grid-v32{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.mkex-discover-card-v32{min-width:0;color:#3a274a!important}.mkex-discover-card-v32>div{aspect-ratio:.82;border-radius:14px;background:#f6f3f8;overflow:hidden;display:grid;place-items:center}.mkex-discover-card-v32 img{width:100%;height:100%;object-fit:cover}.mkex-discover-card-v32>div span{font-size:28px}.mkex-discover-card-v32 small{display:block;margin:7px 2px 1px;font-size:8px;font-weight:900;color:#a26e35;text-transform:uppercase}.mkex-discover-card-v32>b{display:block;margin:0 2px;font-size:10px;line-height:1.25}.mkex-discover-links{display:flex;gap:8px;justify-content:center;margin-top:15px}.mkex-discover-links a{padding:8px 11px;border-radius:999px;background:#f5eff9;color:#725082!important;font-size:9px;font-weight:850}

.mkex-premium-v32{margin-top:16px;padding:24px 27px;border-radius:26px;background:linear-gradient(120deg,#2e173f,#5d286c 62%,#86306e);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:22px;overflow:hidden;position:relative}.mkex-premium-v32:after{content:"✦";position:absolute;right:28%;top:18px;color:rgba(255,255,255,.12);font-size:54px}.mkex-premium-v32>div{position:relative;z-index:2}.mkex-premium-v32 span{font-size:8px;font-weight:950;letter-spacing:.14em;color:#ffd798}.mkex-premium-v32 h2{margin:4px 0 5px!important;font-size:24px!important;color:#fff!important}.mkex-premium-v32 p{margin:0!important;font-size:12px!important;color:#e5dbea!important}.mkex-premium-v32>a{position:relative;z-index:2;min-height:42px;padding:0 14px;border-radius:13px;background:#fff;color:#6e3479!important;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;white-space:nowrap}

@media(max-width:900px){
 .mkex-home-welcome-v32{grid-template-columns:1fr 205px}.mkex-create-grid-v32{grid-template-columns:1fr 1fr}.mkex-create-card-v32:last-child{grid-column:1/-1}.mkex-growth-shell-v32{grid-template-columns:1fr}.mkex-discover-grid-v32{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:680px){
 .mkex-home-v32{padding:10px 9px 34px!important;min-height:calc(100vh - 61px)!important}
 .mkex-home-welcome-v32{display:block;min-height:0;padding:20px 17px 145px;border-radius:25px;text-align:left}.mkex-home-greeting-line{font-size:13px;margin-bottom:7px}.mkex-welcome-main-v32 h1{font-size:32px!important;max-width:285px}.mkex-welcome-main-v32>p{font-size:14px!important;line-height:1.5!important;max-width:300px}.mkex-home-main-actions{display:grid;grid-template-columns:1fr;gap:7px;max-width:260px}.mkex-home-start,.mkex-home-resume{width:100%;min-height:43px;font-size:11px}.mkex-home-mini-meta{max-width:230px}.mkex-home-guide-v32{position:absolute;right:3px;bottom:-2px;width:145px;height:150px}.mkex-home-guide-v32 img{width:128px;height:142px}.mkex-home-guide-v32 small{display:none}.mkex-home-spark.s1{right:12px;top:7px}.mkex-home-spark.s2{left:7px;bottom:32px}
 .mkex-v32-section{margin-top:10px;padding:17px 14px;border-radius:22px}.mkex-v32-head{display:block;margin-bottom:12px}.mkex-v32-head h2{font-size:21px!important}.mkex-v32-head p{font-size:11px!important}.mkex-v32-head>a{display:inline-block;margin-top:8px;font-size:10px}
 .mkex-today-grid-v32{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding:1px 1px 7px}.mkex-today-card-v32{min-width:78%;scroll-snap-align:start}.mkex-today-picture-v32{height:135px}.mkex-today-card-v32 h3{font-size:14px!important}.mkex-plan-note{font-size:9px;line-height:1.4}
 .mkex-v32-resume{grid-template-columns:105px 1fr;gap:13px;padding:16px 14px;border-radius:22px}.mkex-resume-visual{display:block}.mkex-resume-book{width:92px;height:118px;padding:11px}.mkex-resume-book>b{font-size:28px}.mkex-resume-book>span{font-size:9px}.mkex-resume-visual>i{display:none}.mkex-resume-copy>span{font-size:8px}.mkex-resume-copy h2{font-size:18px!important;margin:3px 0 5px!important}.mkex-resume-copy p{font-size:10px!important;line-height:1.4!important;margin-bottom:9px!important}.mkex-resume-copy button{min-height:36px;font-size:9px;padding:0 10px}
 .mkex-create-grid-v32{grid-template-columns:1fr;gap:8px}.mkex-create-card-v32:last-child{grid-column:auto}.mkex-create-card-v32{min-height:118px;padding:13px;grid-template-columns:42px 1fr 18px}.mkex-create-icon-v32{width:42px;height:42px;font-size:20px}.mkex-create-card-v32 h3{font-size:16px!important}.mkex-create-card-v32 p{font-size:10px!important;line-height:1.4!important}
 .mkex-growth-shell-v32{gap:14px}.mkex-growth-stats-v32{grid-template-columns:72px repeat(3,1fr);gap:5px}.mkex-growth-stats-v32>.mkex-score-ring{width:70px;height:70px}.mkex-growth-stats-v32>.mkex-score-ring b{font-size:18px}.mkex-growth-stats-v32>div:not(.mkex-score-ring){padding:9px 3px}.mkex-growth-stats-v32>div:not(.mkex-score-ring)>b{font-size:16px}.mkex-growth-stats-v32>div:not(.mkex-score-ring)>small{font-size:7px}.mkex-growth-bars-v32>div>span{font-size:9px}
 .mkex-discover-grid-v32{grid-template-columns:repeat(2,1fr);gap:8px}.mkex-discover-card-v32:nth-child(n+5){display:none}.mkex-discover-card-v32>b{font-size:10px}.mkex-discover-links{display:grid;grid-template-columns:1fr 1fr}.mkex-discover-links a{text-align:center;font-size:8px}
 .mkex-premium-v32{display:block;padding:20px 17px;border-radius:22px}.mkex-premium-v32 h2{font-size:20px!important}.mkex-premium-v32 p{font-size:11px!important;line-height:1.45!important}.mkex-premium-v32>a{margin-top:13px;width:100%}
}
@media(prefers-reduced-motion:reduce){.mkex-home-guide-v32 img{animation:none!important}}


/* ===== v3.2.1 HOME POLISH ===== */
.mkex-today-head-side{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.mkex-today-head-side>a{font-size:11px;font-weight:900;color:#7c49b4!important;white-space:nowrap}
.mkex-today-progress-v321{min-width:150px;text-align:right}
.mkex-today-progress-v321>b{display:block;margin-bottom:5px;font-size:9px;color:#846d8e;font-weight:850}
.mkex-today-progress-v321>i{display:block;width:150px;height:5px;border-radius:99px;background:#eee8f1;overflow:hidden}
.mkex-today-progress-v321>i>span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7b43e8,#e44ba9);transition:width .25s ease}
.mkex-growth-empty-v32{padding:4px 0}
.mkex-growth-empty-v32 h3{font-weight:800!important}

@media(max-width:680px){
 .mkex-home-welcome-v32{padding:18px 16px 112px!important;border-radius:23px!important}
 .mkex-home-greeting-line{font-size:12px!important;margin-bottom:6px!important}
 .mkex-welcome-main-v32 h1{font-size:30px!important;line-height:1.03!important;max-width:275px!important;margin-bottom:8px!important}
 .mkex-welcome-main-v32>p{font-size:13px!important;line-height:1.45!important;max-width:300px!important}
 .mkex-home-main-actions{margin-top:14px!important;max-width:255px!important}
 .mkex-home-start,.mkex-home-resume{min-height:42px!important;border-radius:14px!important}
 .mkex-home-mini-meta{margin-top:10px!important}
 .mkex-home-guide-v32{right:2px!important;bottom:-3px!important;width:124px!important;height:125px!important}
 .mkex-home-guide-v32 img{width:112px!important;height:122px!important}
 .mkex-home-spark.s1{right:8px!important;top:5px!important}.mkex-home-spark.s2{left:5px!important;bottom:24px!important}

 .mkex-today-head-v321{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
 .mkex-today-head-side{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:0!important}
 .mkex-today-progress-v321{min-width:0!important;text-align:left!important;flex:1}
 .mkex-today-progress-v321>b{font-size:8px!important;margin-bottom:4px!important}
 .mkex-today-progress-v321>i{width:100%!important;max-width:145px!important;height:5px!important}
 .mkex-today-head-side>a{font-size:9px!important;margin:0!important}
 .mkex-today-grid-v32{gap:8px!important;padding-bottom:5px!important}
 .mkex-today-card-v32{min-width:72%!important;padding:8px!important;border-radius:18px!important}
 .mkex-today-picture-v32{height:120px!important;border-radius:13px!important}
 .mkex-today-card-v32>a>small{margin-top:7px!important;font-size:8px!important}
 .mkex-today-card-v32 h3{font-size:13px!important;margin-bottom:7px!important}
 .mkex-today-card-v32 .mkex-complete{min-height:33px!important;font-size:9px!important}
 .mkex-plan-note{margin-top:9px!important;padding:8px 10px!important}

 .mkex-create-card-v32{min-height:105px!important;padding:12px!important;grid-template-columns:40px 1fr 18px!important;gap:10px!important;border-radius:19px!important}
 .mkex-create-icon-v32{width:40px!important;height:40px!important;border-radius:13px!important;font-size:19px!important}
 .mkex-create-card-v32 h3{font-size:15px!important;margin:2px 0 4px!important}
 .mkex-create-card-v32 p{font-size:9px!important;line-height:1.35!important}

 .mkex-growth-empty-v32{min-height:82px!important;gap:11px!important}
 .mkex-growth-empty-v32>span{width:44px!important;height:44px!important;border-radius:14px!important;font-size:19px!important}
 .mkex-growth-empty-v32 h3{font-size:15px!important}
 .mkex-growth-empty-v32 p{font-size:10px!important;line-height:1.4!important}

 .mkex-discover-card-v32>div{aspect-ratio:1/1!important;border-radius:13px!important}
 .mkex-discover-card-v32 small{margin-top:6px!important}
 .mkex-discover-links{margin-top:12px!important}
 .mkex-premium-v32{margin-top:10px!important;margin-bottom:4px!important}
}

/* ===== Experience v3.3 — Kindergarten skin (licensed Gridgum assets, no legacy theme JS) ===== */
#mkex-app[data-mode="home"]{--kg-cream:#fff8df;--kg-ink:#3b3150;--kg-yellow:#efbf36;--kg-lime:#bec43c;--kg-orange:#ec760e;--kg-coral:#db666c;--kg-brown:#75644e;--kg-cyan:#48b3ce;--kg-purple:#8a55d6;background:#fbf4dc url('../images/kindergarten/px1.jpg') repeat;color:var(--kg-ink)!important}
#mkex-app[data-mode="home"] .mkex-topbar-kinder{height:auto;min-height:110px;padding:16px max(22px,calc((100vw - 1180px)/2)) 0;background:#8ed7ea url('../images/kindergarten/bg1.jpg') center top/auto 230px repeat-x;border:0;align-items:flex-end;gap:16px;box-shadow:none;overflow:visible}
#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand{align-self:flex-start;margin-top:2px;gap:10px;z-index:2}
#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand-mark{width:48px;height:48px;background:#fff;border:3px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:0 8px 18px rgba(73,73,45,.14)}
#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand b{font-size:22px;color:#55417b;letter-spacing:-.03em;text-shadow:0 1px #fff}
#mkex-app[data-mode="home"] .mkex-kinder-nav{display:flex;align-items:flex-end;gap:3px;flex:1;justify-content:center;overflow:visible}
#mkex-app[data-mode="home"] .mkex-kinder-nav a{height:54px;padding:0 14px;border-radius:18px 18px 0 0;display:flex;align-items:center;justify-content:center;color:#fff!important;font-size:11px;font-weight:900;line-height:1.1;text-align:center;box-shadow:inset 0 -5px rgba(0,0,0,.05),0 4px 8px rgba(72,63,43,.10);transition:transform .16s ease}
#mkex-app[data-mode="home"] .mkex-kinder-nav a:hover{transform:translateY(-5px)}
#mkex-app[data-mode="home"] .mkex-kinder-nav .n-home{background:var(--kg-yellow)}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-story{background:#9a65dd}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-book{background:var(--kg-orange)}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-color{background:#8fac36}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-library{background:var(--kg-cyan)}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-games{background:#7080d7}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-growth{background:#e6a72d}
#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-account{align-self:flex-start;margin-top:2px;z-index:2}#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-account>span,#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-account>a{background:#fff;border:1px solid rgba(255,255,255,.7)}

.mkex-home-v33{width:min(1180px,calc(100% - 28px));margin:0 auto!important;padding:0 0 28px!important;position:relative;background:transparent!important}
.mkex-kinder-hero{min-height:410px;margin:0 auto 18px;border:10px solid #fff6dc;border-radius:30px;position:relative;overflow:hidden;background:#91d8ea url('../images/kindergarten/bg1.jpg') center top/auto 100% repeat-x;box-shadow:0 9px 0 rgba(117,100,78,.12),0 20px 45px rgba(91,78,51,.12);display:grid;grid-template-columns:1.05fr .95fr;isolation:isolate}
.mkex-kinder-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:105px;background:linear-gradient(175deg,transparent 0 35%,#d9e777 36% 63%,#9ac449 64%);z-index:-1;opacity:.95}
.mkex-kinder-sun{position:absolute;left:-72px;top:-78px;width:274px;height:167px;background:url('../images/kindergarten/sun1.png') right bottom/274px 167px no-repeat;z-index:-1}.mkex-kinder-clouds{position:absolute;inset:0;background:url('../images/kindergarten/clouds1.png') center top/753px 348px repeat-x;opacity:.8;z-index:-2}.mkex-kinder-bird{position:absolute;background-repeat:no-repeat;background-size:contain;z-index:-1}.mkex-kinder-bird.bird-a{width:60px;height:28px;right:35%;top:58px;background-image:url('../images/kindergarten/bird1.png')}.mkex-kinder-bird.bird-b{width:43px;height:53px;right:7%;top:68px;background-image:url('../images/kindergarten/bird2.png')}
.mkex-kinder-hero-copy{padding:68px 34px 72px 62px;align-self:center;position:relative;z-index:3}.mkex-kinder-greeting{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.86);font-weight:950;font-size:14px;color:#7650a6;box-shadow:0 6px 18px rgba(73,75,62,.08);margin-bottom:15px}.mkex-kinder-hero h1{font-size:clamp(33px,4.1vw,54px)!important;line-height:1.05!important;letter-spacing:-.04em!important;margin:0 0 15px!important;color:#4f3e70!important;max-width:650px}.mkex-kinder-hero p{font-size:17px!important;line-height:1.55!important;color:#594f62!important;max-width:520px;margin:0!important}.mkex-kinder-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.mkex-kinder-btn{min-height:46px;border-radius:18px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;box-shadow:0 6px 0 rgba(92,71,35,.12)}.mkex-kinder-btn.primary{background:#8f57d6;color:#fff!important}.mkex-kinder-btn.secondary{background:#f0a922;color:#fff!important}.mkex-kinder-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.mkex-kinder-meta span{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.85);padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900;color:#64556d}.mkex-kinder-hero-art{position:relative;display:flex;align-items:flex-end;justify-content:center;padding:30px 20px 22px}.mkex-kinder-hero-art:before{content:"";position:absolute;width:330px;height:300px;right:40px;bottom:28px;border-radius:45% 55% 50% 50%;background:rgba(255,255,255,.22)}.mkex-kinder-hero-art img{width:min(310px,86%);height:auto;max-height:355px;object-fit:contain!important;position:relative;z-index:2;filter:drop-shadow(0 18px 18px rgba(68,60,36,.18))!important}

.mkex-kinder-products{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 18px 24px}.mkex-kinder-product{min-height:180px;border-radius:20px;padding:23px;display:grid;grid-template-columns:1fr 110px;gap:14px;align-items:center;position:relative;overflow:hidden;border:4px solid rgba(255,255,255,.84);box-shadow:0 9px 22px rgba(89,71,43,.11)}.mkex-kinder-product.tone-purple{background:linear-gradient(135deg,#f6e6ff,#ead7ff)}.mkex-kinder-product.tone-green{background:linear-gradient(135deg,#f1f5c8,#dfeaa5)}.mkex-kinder-product.tone-blue{background:linear-gradient(135deg,#d9f4fb,#c9eaf4)}.mkex-kinder-product h2{font-size:22px!important;line-height:1.05!important;margin:0 0 8px!important}.mkex-kinder-product p{font-size:12px!important;line-height:1.45!important;margin:0 0 16px!important;color:#63596a!important}.mkex-kinder-product-icon{width:106px;height:106px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.54);font-size:54px;transform:rotate(-4deg)}.mkex-kinder-card-action{display:inline-flex!important;align-items:center;justify-content:center;width:max-content;border:0;border-radius:15px;padding:9px 14px;background:#fff;color:#574368!important;font-size:10px;font-weight:950;box-shadow:0 4px 0 rgba(86,70,42,.09);cursor:pointer}.tone-purple .mkex-kinder-card-action{background:#8e56d7;color:#fff!important}.tone-green .mkex-kinder-card-action{background:#88aa2e;color:#fff!important}.tone-blue .mkex-kinder-card-action{background:#43a7cc;color:#fff!important}.mkex-kinder-product.is-locked:after{content:"Premium";position:absolute;top:12px;right:12px;background:#7650a6;color:#fff;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:950}

.mkex-kinder-section{margin:0 18px 25px}.mkex-kinder-section-title{text-align:center;font-size:24px!important;margin:0 0 14px!important;color:#4d3b65!important;position:relative}.mkex-kinder-section-title:before,.mkex-kinder-section-title:after{content:"✦";font-size:13px;color:#9db42d;margin:0 10px;vertical-align:middle}.mkex-kinder-area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mkex-kinder-area{min-height:118px;border-radius:18px;padding:16px;display:flex;align-items:center;gap:13px;border:3px solid rgba(255,255,255,.82);box-shadow:0 8px 18px rgba(80,64,40,.08);color:#493d54!important}.mkex-kinder-area>span{font-size:38px;flex:0 0 auto}.mkex-kinder-area h3{font-size:15px!important;line-height:1.08!important;margin:0 0 5px!important}.mkex-kinder-area p{font-size:10px!important;line-height:1.35!important;margin:0!important;color:#665a6a!important}.area-pdf{background:#dff0ff}.area-game{background:#ecf3c7}.area-growth{background:#ffdfe4}.area-daily{background:#ffe3a7}

.mkex-kinder-today{background:rgba(255,252,238,.74);border-radius:26px;padding:22px;border:1px solid rgba(237,224,185,.76)}.mkex-kinder-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:17px}.mkex-kinder-section-head h2{font-size:26px!important;margin:0 0 3px!important}.mkex-kinder-section-head p{font-size:12px!important;margin:0!important;color:#776b77!important}.mkex-kinder-section-head>a,.mkex-kinder-more{font-size:10px;font-weight:950;color:#8153b5!important}.mkex-kinder-plan-status{min-width:180px;text-align:right}.mkex-kinder-plan-status b{display:block;font-size:9px;margin-bottom:5px;color:#776b77}.mkex-kinder-plan-status i{display:block;height:6px;background:#ece4d8;border-radius:99px;overflow:hidden}.mkex-kinder-plan-status i span{display:block;width:0;height:100%;background:linear-gradient(90deg,#8f57d6,#df676c,#e4af30);border-radius:inherit;transition:width .25s ease}.mkex-kinder-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative;padding:4px 35px 0}.mkex-kinder-plan-grid:before{content:"";position:absolute;left:16%;right:16%;top:77px;border-top:3px dashed #9e79c8;opacity:.75}.mkex-kinder-plan-card{position:relative;background:#fff9e8;border:3px solid #fff;border-radius:22px;padding:12px;text-align:center;box-shadow:0 8px 16px rgba(98,74,42,.09);z-index:2}.mkex-kinder-plan-card:nth-child(2){background:#edf5d7}.mkex-kinder-plan-card:nth-child(3){background:#f6e6f4}.mkex-kinder-plan-number{position:absolute;left:50%;top:-15px;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#8e56d7;color:#fff;font-size:12px;font-weight:950;box-shadow:0 3px 0 rgba(0,0,0,.08)}.mkex-kinder-plan-card:nth-child(2) .mkex-kinder-plan-number{background:#82ad39}.mkex-kinder-plan-card:nth-child(3) .mkex-kinder-plan-number{background:#e19d25}.mkex-kinder-plan-image{height:105px;border-radius:15px;overflow:hidden;display:grid;place-items:center;background:rgba(255,255,255,.65);margin:8px 0}.mkex-kinder-plan-image img{width:100%;height:100%;object-fit:cover}.mkex-kinder-plan-image>span{font-size:38px}.mkex-kinder-plan-card small{display:block;font-size:8px;font-weight:900;color:#9a7a52;text-transform:uppercase}.mkex-kinder-plan-card h3{font-size:14px!important;line-height:1.2!important;margin:3px 0 10px!important;min-height:34px}.mkex-kinder-plan-card .mkex-complete{border:0;border-radius:13px;min-height:34px;padding:0 12px;background:#7f55b3;color:#fff;font-size:9px;font-weight:950;cursor:pointer}.mkex-kinder-plan-card .mkex-complete.is-done{background:#59b769}.mkex-kinder-more{display:block;text-align:right;margin-top:12px}

.mkex-kinder-discover{padding:4px 0 12px}.mkex-kinder-discover-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.mkex-kinder-discover-card{display:block;color:#4b3e52!important;text-align:center}.mkex-kinder-discover-card>div{height:105px;border-radius:17px;overflow:hidden;border:4px solid #fff;box-shadow:0 7px 14px rgba(92,74,48,.12);background:#fff;display:grid;place-items:center}.mkex-kinder-discover-card img{width:100%;height:100%;object-fit:cover}.mkex-kinder-discover-card>div>span{font-size:42px}.mkex-kinder-discover-card b{display:block;margin-top:7px;font-size:10px;line-height:1.15}

.mkex-kinder-footer{min-height:150px;margin-top:30px;padding:24px 280px 24px 125px;position:relative;border-radius:28px 28px 0 0;background:linear-gradient(#a8d85a,#86bc35);display:flex;align-items:center;gap:25px;color:#fff!important;overflow:hidden}.mkex-kinder-footer>img{position:absolute;left:22px;bottom:-12px;width:100px;height:118px;object-fit:contain!important;filter:drop-shadow(0 12px 12px rgba(67,65,27,.2))!important}.mkex-kinder-footer>div b{font-size:23px}.mkex-kinder-footer>div p{margin:2px 0 0!important;font-size:11px!important;color:#fff!important}.mkex-kinder-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:4px 20px}.mkex-kinder-footer nav a{font-size:10px;font-weight:800;color:#fff!important}.mkex-kinder-footer-flowers{position:absolute;right:12px;bottom:-3px;width:255px;height:143px;background:url('../images/kindergarten/flowers1.png') center/contain no-repeat}

@media(max-width:1020px){#mkex-app[data-mode="home"] .mkex-topbar-kinder{min-height:86px;padding-bottom:0}.mkex-kinder-nav{overflow-x:auto;justify-content:flex-start!important}.mkex-kinder-nav a{min-width:max-content}.mkex-kinder-hero-copy{padding-left:38px}.mkex-kinder-products{grid-template-columns:1fr 1fr}.mkex-kinder-product:last-child{grid-column:1/-1}.mkex-kinder-area-grid{grid-template-columns:1fr 1fr}.mkex-kinder-footer{padding-right:180px}.mkex-kinder-footer-flowers{width:180px}}
@media(max-width:720px){#mkex-app[data-mode="home"] .mkex-topbar-kinder{min-height:68px;padding:10px 12px;background-size:auto 160px;align-items:center}.mkex-topbar-kinder .mkex-brand{align-self:center!important;margin:0!important}.mkex-topbar-kinder .mkex-brand-mark{width:38px!important;height:38px!important}.mkex-topbar-kinder .mkex-brand b{font-size:16px!important}.mkex-topbar-kinder .mkex-kinder-nav{display:none!important}.mkex-topbar-kinder .mkex-account{align-self:center!important;margin:0!important}.mkex-topbar-kinder .mkex-account>span{font-size:10px;padding:6px 8px}.mkex-home-v33{width:100%;padding:0 6px 10px!important}.mkex-kinder-hero{min-height:430px;border-width:5px;border-radius:22px;grid-template-columns:1fr;margin-bottom:10px;background-size:auto 92%}.mkex-kinder-hero-copy{padding:24px 18px 165px;align-self:start}.mkex-kinder-greeting{font-size:11px;margin-bottom:10px}.mkex-kinder-hero h1{font-size:29px!important;line-height:1.09!important;max-width:310px;margin-bottom:10px!important}.mkex-kinder-hero p{font-size:13px!important;line-height:1.45!important;max-width:300px}.mkex-kinder-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.mkex-kinder-btn{min-height:40px;padding:0 10px;font-size:10px;border-radius:15px}.mkex-kinder-meta{margin-top:12px}.mkex-kinder-meta span{font-size:9px;padding:6px 10px}.mkex-kinder-hero-art{position:absolute;right:2px;bottom:0;width:185px;height:190px;padding:6px 6px 0}.mkex-kinder-hero-art:before{width:170px;height:136px;right:5px;bottom:12px}.mkex-kinder-hero-art img{width:165px;max-height:188px}.mkex-kinder-sun{left:-118px;top:-94px;transform:scale(.72)}.mkex-kinder-products{grid-template-columns:1fr;margin:0 2px 14px;gap:7px}.mkex-kinder-product:last-child{grid-column:auto}.mkex-kinder-product{min-height:120px;padding:14px;grid-template-columns:1fr 66px;gap:10px;border-width:3px;border-radius:18px}.mkex-kinder-product h2{font-size:18px!important;margin-bottom:6px!important}.mkex-kinder-product p{font-size:10px!important;line-height:1.35!important;margin-bottom:10px!important}.mkex-kinder-product-icon{width:60px;height:60px;font-size:30px}.mkex-kinder-card-action{padding:8px 12px;font-size:10px}.mkex-kinder-section{margin:0 2px 14px}.mkex-kinder-section-title{font-size:20px!important;margin-bottom:10px!important}.mkex-kinder-area-grid{grid-template-columns:1fr 1fr;gap:7px}.mkex-kinder-area{min-height:92px;padding:10px;gap:6px;display:block;border-radius:16px}.mkex-kinder-area>span{font-size:24px}.mkex-kinder-area h3{font-size:12px!important;margin:4px 0 4px!important}.mkex-kinder-area p{font-size:8px!important;line-height:1.28!important}.mkex-kinder-today{padding:14px 10px 12px;border-radius:22px}.mkex-kinder-section-head{display:block;margin-bottom:14px}.mkex-kinder-section-head h2{font-size:22px!important}.mkex-kinder-section-head p{font-size:10px!important}.mkex-kinder-section-head>a,.mkex-kinder-more{font-size:10px}.mkex-kinder-plan-status{min-width:0;text-align:left;margin-top:8px}.mkex-kinder-plan-status b{font-size:8px}.mkex-kinder-plan-grid{display:grid;grid-template-columns:1fr;gap:10px;padding:0}.mkex-kinder-plan-grid:before{display:none}.mkex-kinder-plan-card{min-width:0;padding:10px 10px 12px;border-radius:18px}.mkex-kinder-plan-image{height:112px;margin:10px 0 8px}.mkex-kinder-plan-card h3{font-size:13px!important;min-height:0;margin-bottom:8px!important}.mkex-kinder-plan-card .mkex-complete{min-height:32px;font-size:9px}.mkex-kinder-discover{padding:0 0 8px}.mkex-kinder-discover-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:0}.mkex-kinder-discover-card{min-width:0}.mkex-kinder-discover-card>div{height:88px;border-width:3px;border-radius:14px}.mkex-kinder-discover-card b{font-size:10px;margin-top:6px}.mkex-kinder-footer{min-height:136px;margin:16px -6px -10px;border-radius:0;padding:18px 14px 18px 84px;display:block}.mkex-kinder-footer>img{left:6px;width:72px;height:88px}.mkex-kinder-footer>div b{font-size:18px}.mkex-kinder-footer>div p{font-size:10px!important}.mkex-kinder-footer nav{margin-top:10px;grid-template-columns:1fr 1fr;gap:4px 8px}.mkex-kinder-footer nav a{font-size:10px}.mkex-kinder-footer-flowers{display:none}}
@media(max-width:390px){.mkex-kinder-hero{min-height:410px}.mkex-kinder-hero h1{font-size:27px!important}.mkex-kinder-hero-actions{grid-template-columns:1fr}.mkex-kinder-hero-copy{padding:22px 16px 158px}.mkex-kinder-meta{max-width:200px}.mkex-kinder-area-grid{grid-template-columns:1fr 1fr}.mkex-kinder-area{min-height:96px}}


/* ===== v3.3.2 kindergarten polish ===== */
#mkex-app{font-family:"Nunito",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:#4f4460}
#mkex-app h1,#mkex-app h2,#mkex-app h3,#mkex-app .mkex-kinder-section-title,#mkex-app .mkex-kinder-greeting,#mkex-app .mkex-kinder-nav a,#mkex-app .mkex-kinder-mobile-nav a,#mkex-app .mkex-kinder-btn,#mkex-app .mkex-kinder-card-action{font-family:"Patrick Hand","Nunito",cursive}
#mkex-app p,#mkex-app small,#mkex-app b,#mkex-app span,#mkex-app a,#mkex-app button{letter-spacing:0}

#mkex-app[data-mode="home"] .mkex-topbar-kinder{display:grid;grid-template-columns:52px minmax(0,1fr) auto;grid-template-areas:"menu brand account" "nav nav nav";align-items:center;row-gap:10px;padding:14px max(18px,calc((100vw - 1180px)/2)) 6px;background:#8ed7ea url('../images/kindergarten/bg1.jpg') center top/auto 210px repeat-x}
#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand{grid-area:brand;justify-self:center;display:block;max-width:360px}
#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand img{display:block;width:min(290px,100%);height:auto;filter:drop-shadow(0 6px 12px rgba(84,66,34,.12))}
#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-account{grid-area:account;justify-self:end;background:transparent;border:0;padding:0}
#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-account>span,#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-account>a{background:#fff;border:1px solid rgba(255,255,255,.75);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;color:#6b5388!important}
#mkex-app[data-mode="home"] .mkex-kinder-nav{grid-area:nav;justify-self:center;display:flex;flex-wrap:wrap;gap:6px;max-width:980px}
#mkex-app[data-mode="home"] .mkex-kinder-nav a{height:50px;font-size:12px;padding:0 12px;border-radius:16px 16px 0 0}
#mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{grid-area:menu;justify-self:start;display:none;width:44px;height:44px;border:0;border-radius:14px;background:#fff;box-shadow:0 6px 14px rgba(76,64,36,.12);padding:10px;cursor:pointer}
#mkex-app[data-mode="home"] .mkex-mobile-menu-toggle span{display:block;height:3px;border-radius:99px;background:#6a4e95;margin:4px 0}
#mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{display:none}

.mkex-kinder-hero{min-height:380px;background:#91d8ea url('../images/kindergarten/bg1.jpg') center top/auto 95% repeat-x}
.mkex-kinder-hero-copy{padding-top:52px}
.mkex-kinder-greeting{font-size:16px}
.mkex-kinder-hero h1{font-size:clamp(36px,4.5vw,54px)!important;line-height:1.02!important}
.mkex-kinder-hero p{font-size:18px!important;line-height:1.55!important}
.mkex-kinder-btn{font-size:14px;min-height:50px;border-radius:17px}
.mkex-kinder-meta span{font-size:12px;padding:7px 12px}

.mkex-kinder-products{gap:16px}
.mkex-kinder-product{border-radius:24px;min-height:190px;background-image:radial-gradient(circle at 84% 22%, rgba(255,255,255,.46), transparent 26%)}
.mkex-kinder-product h2{font-size:30px!important;color:#564076!important}
.mkex-kinder-product p{font-size:15px!important;line-height:1.5!important;max-width:34ch}
.mkex-kinder-card-action{font-size:13px;padding:10px 16px;border-radius:16px}
.mkex-kinder-product-icon{font-size:48px}

.mkex-kinder-section-title{font-size:34px!important}
.mkex-kinder-area{border-radius:22px;min-height:132px;padding:18px 16px;background-image:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,.06))}
.mkex-kinder-area h3{font-size:19px!important}
.mkex-kinder-area p{font-size:13px!important;line-height:1.45!important}
.mkex-kinder-area>span{font-size:42px}

.mkex-kinder-today{padding:24px;border-radius:28px;background:linear-gradient(180deg,rgba(255,249,236,.95),rgba(251,245,227,.92))}
.mkex-kinder-section-head h2{font-size:32px!important;font-family:"Patrick Hand","Nunito",cursive}
.mkex-kinder-section-head p{font-size:14px!important;line-height:1.45!important}
.mkex-kinder-plan-status b{font-size:11px}
.mkex-kinder-plan-grid{gap:18px}
.mkex-kinder-plan-card{border-radius:24px;padding:14px 14px 16px}
.mkex-kinder-plan-image{height:155px;background:#fff;border:2px solid rgba(230,221,191,.7)}
.mkex-kinder-plan-image img,.mkex-kinder-discover-card img{width:100%;height:100%;object-fit:contain!important;object-position:center top;background:#fff;padding:4px}
.mkex-kinder-plan-card small{font-size:10px}
.mkex-kinder-plan-card h3{font-size:18px!important;line-height:1.25!important;min-height:44px}
.mkex-kinder-plan-card .mkex-complete{min-height:38px;font-size:12px;border-radius:14px;font-family:"Patrick Hand","Nunito",cursive}

.mkex-kinder-discover{position:relative}
.mkex-kinder-discover:before{content:"";position:absolute;left:0;right:0;top:8px;height:110px;background:linear-gradient(180deg,rgba(188,228,244,.42),transparent);border-radius:24px;pointer-events:none}
.mkex-kinder-discover-grid{gap:14px}
.mkex-kinder-discover-card{padding:10px;border-radius:22px;background:rgba(255,255,255,.68);border:2px solid rgba(255,255,255,.78);box-shadow:0 8px 16px rgba(96,79,43,.08)}
.mkex-kinder-discover-card:nth-child(4n+1){background:#dff1ff}
.mkex-kinder-discover-card:nth-child(4n+2){background:#f5e4ff}
.mkex-kinder-discover-card:nth-child(4n+3){background:#eef5d0}
.mkex-kinder-discover-card:nth-child(4n+4){background:#ffe9bb}
.mkex-kinder-discover-card>div{height:135px;border-radius:18px;border-width:3px}
.mkex-kinder-discover-card b{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-top:10px;padding:6px 14px;border-radius:999px;background:#fff;color:#654e86;font-size:14px;font-weight:900;box-shadow:0 4px 10px rgba(99,82,53,.08)}

.mkex-kinder-footer{min-height:120px;margin-top:18px;padding:22px 24px;border-radius:28px;background:linear-gradient(180deg,#fff9ea,#f5efdb);border:3px solid rgba(255,255,255,.78);color:#6b5a48!important;box-shadow:0 10px 24px rgba(96,79,43,.08)}
.mkex-kinder-footer>img{position:static;width:160px;height:auto;filter:none!important}
.mkex-kinder-footer>div b{display:block;font-family:"Patrick Hand","Nunito",cursive;font-size:34px;color:#5c437f}
.mkex-kinder-footer>div p{font-size:14px!important;color:#7c6b62!important}
.mkex-kinder-footer nav{grid-template-columns:repeat(2,minmax(0,max-content));gap:8px 20px;margin-left:auto}
.mkex-kinder-footer nav a{font-size:13px;color:#6f5a4f!important}
.mkex-kinder-footer-flowers{display:none}

@media(max-width:720px){
  #mkex-app[data-mode="home"] .mkex-topbar-kinder{grid-template-columns:44px minmax(0,1fr) auto;grid-template-areas:"menu brand account";padding:10px 10px 8px;background-size:auto 150px;row-gap:0;position:sticky;top:0;z-index:40}
  #mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand{max-width:230px}
  #mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand img{width:min(210px,100%)}
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{display:block}
  #mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-account>span,#mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-account>a{font-size:11px;padding:7px 10px}
  #mkex-app[data-mode="home"] .mkex-kinder-nav{display:none!important}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{display:none;position:absolute;left:10px;right:10px;top:62px;background:#fffdf5;border:3px solid #fff;border-radius:20px;box-shadow:0 16px 30px rgba(72,56,29,.16);padding:10px;z-index:50}
  #mkex-app[data-mode="home"] .mkex-topbar-kinder.menu-open .mkex-kinder-mobile-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:14px;background:#f5eefc;color:#684f8c!important;font-size:15px;font-weight:800;text-align:center;padding:8px 10px;line-height:1.1}
  .mkex-home-v33{padding:0 6px 10px!important}
  .mkex-kinder-hero{min-height:390px;border-width:5px;border-radius:22px;margin-bottom:10px;background-size:auto 90%}
  .mkex-kinder-hero-copy{padding:22px 16px 150px}
  .mkex-kinder-greeting{font-size:14px;margin-bottom:8px}
  .mkex-kinder-hero h1{font-size:31px!important;max-width:310px;margin-bottom:8px!important}
  .mkex-kinder-hero p{font-size:15px!important;max-width:305px}
  .mkex-kinder-hero-actions{gap:8px;margin-top:14px}
  .mkex-kinder-btn{min-height:42px;font-size:13px;padding:0 10px}
  .mkex-kinder-meta span{font-size:11px}
  .mkex-kinder-hero-art{width:174px;height:178px;right:0;bottom:0;padding:0 4px 0 0}
  .mkex-kinder-hero-art:before{width:154px;height:124px;right:6px;bottom:10px}
  .mkex-kinder-hero-art img{width:160px;max-height:176px}

  .mkex-kinder-product{min-height:124px;padding:14px;grid-template-columns:1fr 62px;gap:10px}
  .mkex-kinder-product h2{font-size:24px!important}
  .mkex-kinder-product p{font-size:13px!important;margin-bottom:8px!important}
  .mkex-kinder-card-action{font-size:12px;padding:8px 12px}
  .mkex-kinder-product-icon{width:56px;height:56px;font-size:26px}

  .mkex-kinder-section{margin:0 2px 14px}
  .mkex-kinder-section-title{font-size:28px!important}
  .mkex-kinder-area-grid{grid-template-columns:1fr 1fr;gap:8px}
  .mkex-kinder-area{min-height:102px;padding:12px;border-radius:18px}
  .mkex-kinder-area>span{font-size:28px}
  .mkex-kinder-area h3{font-size:15px!important;line-height:1.15!important}
  .mkex-kinder-area p{font-size:11px!important;line-height:1.35!important}

  .mkex-kinder-today{padding:14px 10px 12px}
  .mkex-kinder-section-head{display:block;margin-bottom:12px}
  .mkex-kinder-section-head h2{font-size:28px!important}
  .mkex-kinder-section-head p{font-size:12px!important}
  .mkex-kinder-plan-status{margin-top:8px;text-align:left}
  .mkex-kinder-plan-status b{font-size:10px}
  .mkex-kinder-plan-grid{grid-template-columns:1fr;gap:10px;padding:0}
  .mkex-kinder-plan-card{padding:10px 10px 12px;border-radius:18px}
  .mkex-kinder-plan-image{height:136px;margin:9px 0 8px}
  .mkex-kinder-plan-card small{font-size:9px}
  .mkex-kinder-plan-card h3{font-size:16px!important;min-height:0;margin-bottom:8px!important}
  .mkex-kinder-plan-card .mkex-complete{min-height:34px;font-size:11px}

  .mkex-kinder-discover-grid{grid-template-columns:1fr 1fr;gap:8px}
  .mkex-kinder-discover-card{padding:8px;border-radius:18px}
  .mkex-kinder-discover-card>div{height:108px;border-radius:14px}
  .mkex-kinder-discover-card b{width:100%;font-size:12px;min-height:34px;padding:6px 10px}

  .mkex-kinder-footer{margin:18px 0 0;padding:18px 14px;border-radius:22px;display:block;min-height:0}
  .mkex-kinder-footer>img{width:128px;margin-bottom:8px}
  .mkex-kinder-footer>div b{font-size:28px}
  .mkex-kinder-footer>div p{font-size:12px!important}
  .mkex-kinder-footer nav{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:6px 10px}
  .mkex-kinder-footer nav a{font-size:12px}
}

@media(max-width:390px){
  #mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand{max-width:190px}
  #mkex-app[data-mode="home"] .mkex-topbar-kinder .mkex-brand img{width:min(178px,100%)}
  .mkex-kinder-hero{min-height:376px}
  .mkex-kinder-hero h1{font-size:28px!important}
  .mkex-kinder-hero-actions{grid-template-columns:1fr}
  .mkex-kinder-hero-copy{padding-bottom:148px}
}

/* ========================================================================== */
/* Minik Kütüphane Experience v3.4.0 — Gridgum Kindergarten inspired layout  */
/* ========================================================================== */
#mkex-app[data-mode="home"]{--kg-sky:#8ed7ea;--kg-cream:#fff6d9;--kg-brown:#65503a;--kg-gold:#efb52e;--kg-olive:#c9bd36;--kg-orange:#ef7900;--kg-purple:#8b59c2;--kg-blue:#48a8c8;background:#fff7dc url('../images/kindergarten/bg1.jpg') center 150px/932px 602px repeat;font-family:"Nunito",system-ui,-apple-system,"Segoe UI",sans-serif;color:#5e4939}
#mkex-app[data-mode="home"] h1,#mkex-app[data-mode="home"] h2,#mkex-app[data-mode="home"] h3,#mkex-app[data-mode="home"] .mkex-kinder-nav a,#mkex-app[data-mode="home"] .mkex-theme-feature-link,#mkex-app[data-mode="home"] .mkex-theme-slide-caption a,#mkex-app[data-mode="home"] .mkex-theme-kicker{font-family:"Patrick Hand","Nunito",cursive}
#mkex-app[data-mode="home"] .mkex-home-v34{width:min(980px,calc(100% - 28px));margin:0 auto;padding:0 0 20px!important;background:transparent}

/* Header closely follows the purchased theme's composition. */
#mkex-app[data-mode="home"] .mkex-topbar-v34{height:205px;min-height:205px;display:block;position:relative;padding:0;background:var(--kg-sky);border:0;box-shadow:none;overflow:visible;z-index:30}
#mkex-app[data-mode="home"] .mkex-topbar-v34:after{content:"";position:absolute;left:0;right:0;bottom:-62px;height:90px;background:linear-gradient(176deg,transparent 0 33%,#d8eff3 34% 58%,#fff7dc 59%);pointer-events:none;z-index:0}
#mkex-app[data-mode="home"] .mkex-theme-header-sun{position:absolute;left:max(20px,calc(50% - 610px));top:-16px;width:274px;height:167px;background:url('../images/kindergarten/sun1.png') right bottom/274px 167px no-repeat;z-index:0}
#mkex-app[data-mode="home"] .mkex-theme-header-clouds{position:absolute;inset:0;background:url('../images/kindergarten/clouds1.png') center top/753px 348px repeat-x;opacity:.9;pointer-events:none}
#mkex-app[data-mode="home"] .mkex-brand-image{position:absolute;left:max(28px,calc(50% - 490px));top:12px;width:245px;height:128px;display:flex;align-items:center;justify-content:center;z-index:3}
#mkex-app[data-mode="home"] .mkex-logo-cloud{width:240px;height:112px;border-radius:56% 48% 54% 46%/55% 55% 48% 52%;display:grid;place-items:center;background:rgba(255,255,255,.90);box-shadow:0 9px 22px rgba(95,80,45,.10);padding:10px 18px}
#mkex-app[data-mode="home"] .mkex-logo-cloud img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(65,48,69,.22))}
#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account{position:absolute;right:max(28px,calc(50% - 490px));top:38px;background:transparent;border:0;padding:0;z-index:3}
#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account span,#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account a{background:rgba(255,255,255,.92);border:2px solid rgba(255,255,255,.85);border-radius:999px;padding:9px 14px!important;font-size:13px!important;font-weight:900;color:#675381!important;box-shadow:0 6px 14px rgba(76,64,36,.08)}
#mkex-app[data-mode="home"] .mkex-kinder-nav{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(920px,calc(100% - 32px));display:flex!important;align-items:flex-end;justify-content:center!important;gap:4px;z-index:4;overflow:visible}
#mkex-app[data-mode="home"] .mkex-kinder-nav a{height:58px;min-width:105px;padding:0 12px;border-radius:20px 20px 0 0;display:flex;align-items:center;justify-content:center;color:#fff!important;font-size:15px;font-weight:800;line-height:1.05;text-align:center;text-shadow:0 1px rgba(0,0,0,.08);box-shadow:inset 0 -5px rgba(0,0,0,.06),0 4px 7px rgba(78,61,35,.10)}
#mkex-app[data-mode="home"] .mkex-kinder-nav .n-home{background:#efb52e}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-story{background:#b5b537}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-book{background:#ef7900}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-color{background:#da6876}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-library{background:#7a6651}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-games{background:#48a8c8}#mkex-app[data-mode="home"] .mkex-kinder-nav .n-growth{background:#8b59c2}
#mkex-app[data-mode="home"] .mkex-kinder-nav a:hover{transform:translateY(-4px)}
#mkex-app[data-mode="home"] .mkex-mobile-menu-toggle,#mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{display:none}

/* Main picture slider */
.mkex-theme-slider-wrap{position:relative;margin-top:15px;z-index:5}
.mkex-theme-slider{height:445px;position:relative;overflow:hidden;border:9px solid #fff9dc;border-radius:24px;box-shadow:0 8px 0 rgba(145,124,71,.12),0 22px 40px rgba(93,74,45,.12);background:#d5d0a5}
.mkex-theme-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease;overflow:hidden}
.mkex-theme-slide.is-active{opacity:1;visibility:visible;z-index:2}
.mkex-theme-slide>img{width:100%;height:100%;object-fit:cover!important;display:block;transform:scale(1.01)}
.mkex-theme-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(60,45,29,.10) 0%,rgba(60,45,29,.04) 40%,transparent 68%),linear-gradient(0deg,rgba(46,35,25,.62),transparent 52%)}
.mkex-theme-slide-caption{position:absolute;left:28px;bottom:30px;width:min(620px,calc(100% - 90px));z-index:3;color:#fff;text-shadow:0 2px 3px rgba(43,31,18,.42)}
.mkex-theme-slide-caption>span{display:inline-block;padding:5px 10px;border-radius:10px;background:rgba(239,181,46,.92);font-size:11px;font-weight:900;letter-spacing:.08em;text-shadow:none;color:#fff}
.mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{margin:7px 0 6px!important;color:#fff!important;font-size:40px!important;line-height:.98!important;letter-spacing:.01em!important;max-width:650px}
.mkex-theme-slide-caption p{font-size:15px!important;line-height:1.4!important;color:#fff!important;margin:0 0 14px!important;max-width:560px}
.mkex-theme-slide-caption a{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:18px;background:#efe03b;color:#5e4a34!important;font-size:16px;font-weight:900;text-shadow:none;box-shadow:0 4px 0 rgba(83,63,33,.16)}
.mkex-theme-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:44px;height:58px;border:0;background:rgba(255,255,255,.74);color:#d4bb3e;font-size:42px;line-height:1;cursor:pointer}.mkex-theme-slider-arrow.prev{left:0;border-radius:0 16px 16px 0}.mkex-theme-slider-arrow.next{right:0;border-radius:16px 0 0 16px}
.mkex-theme-slider-dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:9;display:flex;gap:7px}.mkex-theme-slider-dots button{width:11px;height:11px;padding:0;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer}.mkex-theme-slider-dots button.is-active{background:#efe03b}

/* Three big theme feature boxes */
.mkex-theme-feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:-1px 0 28px;padding:28px 0 0}
.mkex-theme-feature{position:relative;border-radius:28px 28px 34px 34px;padding:0 15px 17px;min-height:335px;color:#fff;box-shadow:0 8px 0 rgba(105,83,41,.08);overflow:hidden}
.mkex-theme-feature.tone-gold{background:#f0bd3a}.mkex-theme-feature.tone-olive{background:#c7bd3c}.mkex-theme-feature.tone-orange{background:#ef7900}
.mkex-theme-feature header{height:78px;margin:0 -15px 15px;padding:15px 18px;display:flex;align-items:center;gap:10px;background:rgba(0,0,0,.08)}
.mkex-theme-feature header>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);font-size:12px;font-weight:900}
.mkex-theme-feature h2{font-size:29px!important;line-height:.92!important;color:#fff!important;margin:0!important}
.mkex-theme-feature-photo{height:135px;overflow:hidden;border:6px solid rgba(255,255,255,.74);background:#fff}.mkex-theme-feature-photo img{width:100%;height:100%;object-fit:cover!important}
.mkex-theme-feature p{font-size:13px!important;line-height:1.4!important;color:#fff!important;margin:12px 0 44px!important}
.mkex-theme-feature-link{position:absolute;right:16px;bottom:12px;width:68px;height:68px;border:5px solid currentColor;border-radius:50%;display:grid!important;place-items:center;background:#fff;color:#a07e22!important;text-align:center;font-size:13px!important;font-weight:900;line-height:1.05;cursor:pointer;padding:5px}
.tone-olive .mkex-theme-feature-link{color:#a4a22b!important}.tone-orange .mkex-theme-feature-link{color:#d76800!important}
.mkex-theme-feature.is-locked:after{content:"Premium";position:absolute;right:14px;top:10px;padding:5px 8px;background:#7650a6;color:#fff;border-radius:999px;font-size:9px;font-weight:900}

/* Secondary features become a simple strip, not a dashboard. */
.mkex-theme-quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 36px;padding:15px;border-radius:26px;background:rgba(255,251,225,.78);border:1px solid rgba(231,213,160,.68)}
.mkex-theme-quick-links>a{display:flex;align-items:center;gap:12px;min-height:84px;padding:12px 14px;border-radius:18px;color:#67523e!important;background:rgba(255,255,255,.62)}
.mkex-theme-quick-links>a>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#efb52e;color:#fff;font-family:"Patrick Hand";font-size:20px;font-weight:900}.mkex-theme-quick-links>a:nth-child(2)>span{background:#8dac3a}.mkex-theme-quick-links>a:nth-child(3)>span{background:#d76675}
.mkex-theme-quick-links b{display:block;font-family:"Patrick Hand";font-size:21px;line-height:1}.mkex-theme-quick-links small{display:block;margin-top:4px;font-size:12px;line-height:1.3;color:#81705f}

/* Welcome / Today section mirrors the theme's numbered content section. */
.mkex-theme-welcome{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:38px;align-items:center;padding:20px 18px 52px;position:relative}
.mkex-theme-welcome:before{content:"";position:absolute;left:-60vw;right:-60vw;top:-18px;bottom:0;background:rgba(255,248,220,.83);z-index:0}
.mkex-theme-welcome>*{position:relative;z-index:1}
.mkex-theme-kicker{display:inline-block;color:#bb8c18;font-size:14px;font-weight:900;letter-spacing:.08em}
.mkex-theme-welcome h2,.mkex-theme-value h2{font-size:46px!important;line-height:1!important;color:#5a4534!important;margin:4px 0 8px!important}
.mkex-theme-welcome-copy>p,.mkex-theme-value-copy>p{font-size:15px!important;line-height:1.55!important;color:#725e4d!important;max-width:650px}
.mkex-theme-plan-list{display:grid;gap:10px;margin-top:16px}
.mkex-theme-plan-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:76px}
.mkex-theme-plan-num{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#efb52e;color:#fff;font-family:"Patrick Hand";font-size:24px;font-weight:900}
.mkex-theme-plan-item>a{display:grid;grid-template-columns:70px 1fr;align-items:center;gap:12px;color:#654f3b!important;min-width:0}
.mkex-theme-plan-thumb{height:64px;border-radius:12px;background:#fff;border:3px solid #fff;overflow:hidden;display:grid;place-items:center;box-shadow:0 4px 10px rgba(92,74,43,.08)}
.mkex-theme-plan-thumb img{width:100%;height:100%;object-fit:contain!important;object-position:center top;background:#fff;padding:2px}
.mkex-theme-plan-item small{display:block;font-size:10px;font-weight:900;color:#ad8b4d;text-transform:uppercase}.mkex-theme-plan-item h3{font-size:20px!important;line-height:1!important;margin:2px 0!important;color:#654f3b!important}
.mkex-theme-plan-item .mkex-complete{min-height:34px;border:0;border-radius:16px;padding:0 12px;background:#b7b62e;color:#fff;font-family:"Patrick Hand";font-size:14px;font-weight:900;cursor:pointer}.mkex-theme-plan-item .mkex-complete.is-done{background:#66ae59}
.mkex-theme-plan-progress{display:flex;align-items:center;gap:10px;margin:14px 0 0 58px}.mkex-theme-plan-progress b{font-size:11px;color:#806e5d}.mkex-theme-plan-progress i{width:170px;height:7px;border-radius:99px;background:#e9dfc6;overflow:hidden}.mkex-theme-plan-progress i span{display:block;width:0;height:100%;background:linear-gradient(90deg,#efb52e,#c5be36,#ec7900);border-radius:inherit;transition:width .25s ease}
.mkex-theme-welcome-art{text-align:center}.mkex-theme-welcome-art img{width:min(330px,100%);height:auto;filter:drop-shadow(0 14px 18px rgba(98,74,42,.08))}

/* Discover is a gallery, not cards in a dashboard. */
.mkex-theme-discover{padding:32px 16px 38px;border-top:1px solid rgba(230,211,162,.75)}
.mkex-theme-title-row{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.mkex-theme-title-row span{font-size:11px;font-weight:900;color:#bd8d1e;letter-spacing:.12em}.mkex-theme-title-row h2{font-size:36px!important;color:#5a4534!important;margin:2px 0 0!important}.mkex-theme-title-row>a{font-size:13px;font-weight:900;color:#8a6a2c!important}
.mkex-theme-discover-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.mkex-theme-discover-item{display:block;color:#5f4b39!important;text-align:center}.mkex-theme-discover-item>div{height:210px;background:#fff;border:7px solid #fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 16px rgba(91,72,44,.11)}.mkex-theme-discover-item img{width:100%;height:100%;object-fit:contain!important;object-position:center top;background:#fff;padding:3px}.mkex-theme-discover-item b{display:inline-block;margin-top:8px;padding:5px 12px;border-radius:999px;background:#efb52e;color:#fff;font-family:"Patrick Hand";font-size:17px}
.mkex-theme-discover-item:nth-child(2) b{background:#b5b537}.mkex-theme-discover-item:nth-child(3) b{background:#ef7900}.mkex-theme-discover-item:nth-child(4) b{background:#48a8c8}

/* Value statement / final welcome block. */
.mkex-theme-value{display:grid;grid-template-columns:1.2fr .8fr;gap:38px;align-items:center;padding:48px 28px 52px;background:rgba(255,248,220,.90);border-top:1px solid rgba(228,209,157,.75)}
.mkex-theme-value ol{list-style:none;margin:18px 0 20px!important;padding:0!important;display:grid;gap:10px}.mkex-theme-value li{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}.mkex-theme-value li b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#efb52e;color:#fff;font-family:"Patrick Hand";font-size:23px}.mkex-theme-value li span{font-size:14px;line-height:1.35;color:#725e4d}.mkex-theme-value-copy>a{display:inline-flex;min-height:42px;align-items:center;padding:0 18px;border-radius:18px;background:#b6b52d;color:#fff!important;font-family:"Patrick Hand";font-size:18px;font-weight:900;box-shadow:0 4px 0 rgba(92,77,37,.10)}
.mkex-theme-value-art{text-align:center}.mkex-theme-value-art img{width:min(360px,100%);height:auto}

/* Footer uses the theme's original wavy footer asset. */
.mkex-theme-footer{margin:0 calc((100vw - min(980px,calc(100vw - 28px)))/-2) -20px;min-height:190px;background:#65503a url('../images/kindergarten/bot1.jpg') center top/932px 160px repeat-x;padding:82px max(18px,calc((100vw - 980px)/2)) 28px;color:#f9efc6}
.mkex-theme-footer-inner{width:min(980px,calc(100% - 28px));margin:auto;display:grid;grid-template-columns:260px 1fr auto;gap:30px;align-items:end}.mkex-theme-footer-brand img{width:175px;height:auto;filter:drop-shadow(0 2px 2px rgba(0,0,0,.25))}.mkex-theme-footer-brand p{font-size:12px!important;color:#f5e5b5!important;margin:2px 0!important}.mkex-theme-footer nav{display:flex;flex-wrap:wrap;gap:10px 18px}.mkex-theme-footer nav a{font-size:12px;color:#f5e5b5!important}.mkex-theme-footer small{font-size:10px;color:#d8c99a}

@media(max-width:1020px){
 #mkex-app[data-mode="home"] .mkex-topbar-v34{height:180px;min-height:180px}
 #mkex-app[data-mode="home"] .mkex-brand-image{left:30px}.mkex-theme-header-sun{left:-25px!important}
 #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account{right:24px}
 #mkex-app[data-mode="home"] .mkex-kinder-nav a{min-width:88px;font-size:13px;padding:0 9px}
 .mkex-theme-slider{height:400px}.mkex-theme-feature-row{gap:14px}.mkex-theme-feature h2{font-size:25px!important}.mkex-theme-welcome{grid-template-columns:1fr 300px}
}

@media(max-width:720px){
 body.mkex-experience-page{padding-bottom:0!important}
 #mkex-app[data-mode="home"]{background-size:640px auto;background-position:center 86px}
 #mkex-app[data-mode="home"] .mkex-home-v34{width:100%;padding:0 8px 12px!important}
 #mkex-app[data-mode="home"] .mkex-topbar-v34{height:76px;min-height:76px;position:sticky;top:0;display:grid;grid-template-columns:46px 1fr auto;align-items:center;padding:7px 10px;background:#8ed7ea;z-index:100;overflow:visible}
 #mkex-app[data-mode="home"] .mkex-topbar-v34:after,#mkex-app[data-mode="home"] .mkex-theme-header-sun,#mkex-app[data-mode="home"] .mkex-theme-header-clouds{display:none}
 #mkex-app[data-mode="home"] .mkex-brand-image{position:static;width:auto;height:62px;display:flex;align-items:center;justify-content:center}
 #mkex-app[data-mode="home"] .mkex-logo-cloud{width:190px;height:58px;padding:4px 12px;border-radius:999px}
 #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account{position:static;justify-self:end;margin:0}
 #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account span{display:none}.mkex-topbar-v34 .mkex-account a{font-size:11px!important;padding:7px 10px!important}
 #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{display:block!important;position:static;width:42px;height:42px;border:0;border-radius:13px;background:#fff;box-shadow:0 6px 13px rgba(72,58,35,.12);padding:9px;cursor:pointer}
 #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle span{display:block;height:3px;background:#6d5686;border-radius:99px;margin:4px 0}
 #mkex-app[data-mode="home"] .mkex-kinder-nav{display:none!important}
 #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{display:none;position:absolute;left:8px;right:8px;top:70px;padding:10px;background:#fff9e7;border:3px solid #fff;border-radius:18px;box-shadow:0 14px 30px rgba(75,57,28,.18);z-index:110}
 #mkex-app[data-mode="home"] .mkex-topbar-v34.menu-open .mkex-kinder-mobile-nav{display:grid;grid-template-columns:1fr 1fr;gap:7px}
 #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a{display:flex;align-items:center;justify-content:center;min-height:43px;padding:7px;border-radius:13px;background:#f2e7cf;color:#68513e!important;font-family:"Patrick Hand";font-size:16px;font-weight:900;text-align:center;line-height:1.05}

 .mkex-theme-slider-wrap{margin-top:8px}.mkex-theme-slider{height:360px;border-width:6px;border-radius:20px}.mkex-theme-slide-caption{left:18px;bottom:25px;width:calc(100% - 58px)}.mkex-theme-slide-caption>span{font-size:9px}.mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{font-size:30px!important}.mkex-theme-slide-caption p{font-size:13px!important}.mkex-theme-slide-caption a{min-height:38px;font-size:15px;padding:0 13px}.mkex-theme-slider-arrow{width:34px;height:48px;font-size:34px}
 .mkex-theme-feature-row{grid-template-columns:1fr;gap:10px;padding-top:15px;margin-bottom:15px}.mkex-theme-feature{min-height:205px;border-radius:22px;padding:0 12px 14px;display:grid;grid-template-columns:1fr 118px;grid-template-areas:"head photo" "copy photo" "link photo";column-gap:12px;align-items:center}.mkex-theme-feature header{grid-area:head;height:auto;margin:0 -12px 0;padding:12px 14px;background:rgba(0,0,0,.07)}.mkex-theme-feature h2{font-size:25px!important}.mkex-theme-feature-photo{grid-area:photo;height:150px;border-width:4px;border-radius:12px}.mkex-theme-feature p{grid-area:copy;font-size:12px!important;margin:8px 0!important}.mkex-theme-feature-link{grid-area:link;position:static;width:max-content;height:auto;min-height:36px;border:0;border-radius:15px;padding:0 13px;background:#fff;font-size:14px!important}.mkex-theme-feature.is-locked:after{right:8px;top:7px}
 .mkex-theme-quick-links{grid-template-columns:1fr;margin-bottom:18px;padding:9px;gap:7px}.mkex-theme-quick-links>a{min-height:70px}.mkex-theme-quick-links b{font-size:20px}.mkex-theme-quick-links small{font-size:11px}
 .mkex-theme-welcome{grid-template-columns:1fr;padding:24px 14px 32px;gap:10px}.mkex-theme-welcome h2,.mkex-theme-value h2{font-size:36px!important}.mkex-theme-welcome-copy>p,.mkex-theme-value-copy>p{font-size:14px!important}.mkex-theme-plan-item{grid-template-columns:36px 1fr;gap:8px;padding-bottom:10px;border-bottom:1px dashed #d9cda7}.mkex-theme-plan-num{width:36px;height:36px;font-size:20px}.mkex-theme-plan-item>a{grid-template-columns:66px 1fr}.mkex-theme-plan-thumb{height:62px}.mkex-theme-plan-item h3{font-size:18px!important}.mkex-theme-plan-item .mkex-complete{grid-column:2;justify-self:start}.mkex-theme-plan-progress{margin-left:44px;display:block}.mkex-theme-plan-progress i{display:block;width:100%;margin-top:5px}.mkex-theme-welcome-art{display:none}
 .mkex-theme-discover{padding:25px 7px 28px}.mkex-theme-title-row h2{font-size:31px!important}.mkex-theme-title-row>a{font-size:11px}.mkex-theme-discover-grid{grid-template-columns:1fr 1fr;gap:8px}.mkex-theme-discover-item>div{height:190px;border-width:5px}.mkex-theme-discover-item b{font-size:15px;margin-top:6px}
 .mkex-theme-value{grid-template-columns:1fr;padding:28px 14px 35px;gap:10px}.mkex-theme-value-art{display:none}.mkex-theme-value li span{font-size:13px}
 .mkex-theme-footer{margin:0 -8px -12px;min-height:190px;padding:78px 18px 22px;background-size:932px 160px}.mkex-theme-footer-inner{width:100%;display:block}.mkex-theme-footer-brand img{width:145px}.mkex-theme-footer nav{margin:12px 0;display:grid;grid-template-columns:1fr 1fr;gap:7px 10px}.mkex-theme-footer nav a{font-size:12px}
}

@media(max-width:390px){
 #mkex-app[data-mode="home"] .mkex-logo-cloud{width:166px}.mkex-theme-slider{height:340px}.mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{font-size:27px!important}.mkex-theme-discover-item>div{height:170px}
}

/* ===== Minik Kütüphane home refinement v3.4.1 ===== */
#mkex-app[data-mode="home"] .mkex-brand-image{left:max(22px,calc(50% - 500px));top:8px;width:280px;height:142px}
#mkex-app[data-mode="home"] .mkex-logo-cloud{width:272px;height:128px;padding:10px 18px;border-radius:56% 44% 54% 46%/56% 58% 42% 44%;background:rgba(255,255,255,.94);box-shadow:0 12px 26px rgba(87,66,37,.10)}
#mkex-app[data-mode="home"] .mkex-logo-cloud img{width:100%;height:100%;object-fit:contain;object-position:center center;filter:none}
#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account{top:32px}
#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account span,#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account a{padding:11px 16px!important;font-size:14px!important;font-weight:900;letter-spacing:.01em}
#mkex-app[data-mode="home"] .mkex-kinder-nav{width:min(1040px,calc(100% - 32px));gap:6px}
#mkex-app[data-mode="home"] .mkex-kinder-nav a{min-width:122px;height:62px;padding:0 14px;font-size:16px;font-weight:900;line-height:1.08;letter-spacing:.01em}

.mkex-theme-slider-wrap{margin-top:18px}
.mkex-theme-slider{height:480px;border-width:8px;border-radius:28px;background:#d9d4ae}
.mkex-theme-slide:after{background:linear-gradient(90deg,rgba(51,38,23,.58) 0%,rgba(51,38,23,.30) 28%,rgba(51,38,23,.10) 50%,rgba(51,38,23,.04) 70%,transparent 100%),linear-gradient(0deg,rgba(39,28,20,.48),rgba(39,28,20,.06) 46%,transparent 100%)}
.mkex-theme-slide-caption{left:38px;bottom:38px;width:min(500px,calc(100% - 420px));color:#fff}
.mkex-theme-slide-caption>span{padding:7px 12px;border-radius:12px;font-size:12px;letter-spacing:.09em;box-shadow:0 6px 14px rgba(67,50,24,.18)}
.mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{margin:10px 0 10px!important;font-size:46px!important;line-height:.98!important;max-width:520px}
.mkex-theme-slide-caption p{font-size:17px!important;line-height:1.55!important;max-width:470px;margin:0 0 18px!important}
.mkex-theme-slide-caption a{min-height:46px;padding:0 18px;border-radius:18px;font-size:16px;box-shadow:0 5px 0 rgba(79,60,31,.16)}
.mkex-theme-slider-arrow{top:calc(50% - 10px);width:46px;height:62px;background:rgba(255,255,255,.85);color:#d0b238;box-shadow:0 8px 18px rgba(70,52,29,.15)}
.mkex-theme-slider-arrow.prev{left:8px}.mkex-theme-slider-arrow.next{right:8px}
.mkex-theme-slider-dots{bottom:18px;gap:8px}.mkex-theme-slider-dots button{width:12px;height:12px}
.mkex-theme-slide-aside{position:absolute;right:38px;top:42px;z-index:3;width:316px;min-height:184px;padding:18px;border-radius:28px;background:rgba(255,250,236,.88);border:1px solid rgba(255,255,255,.74);backdrop-filter:blur(3px);box-shadow:0 18px 34px rgba(64,48,27,.16)}

.mkex-theme-visual{display:flex;align-items:center;justify-content:center;gap:14px;min-height:150px;width:100%}
.mkex-theme-visual .mkex-visual-arrow{flex:0 0 42px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#7b6248;font-size:22px;font-weight:900;box-shadow:0 6px 14px rgba(78,60,35,.12)}
.mkex-theme-visual .mkex-visual-photo{overflow:hidden;background:#fff;box-shadow:0 8px 18px rgba(74,56,31,.12)}
.mkex-theme-visual .mkex-visual-photo.circle{width:118px;height:118px;border-radius:50%;border:6px solid #fff}
.mkex-theme-visual .mkex-visual-photo.square{width:110px;height:110px;border-radius:18px;border:6px solid #fff}
.mkex-theme-visual .mkex-visual-photo img,.mkex-theme-visual .mkex-visual-outline img{width:100%;height:100%;object-fit:cover;display:block}
.mkex-theme-visual-story .mkex-visual-book-cover,.mkex-theme-visual-book .mkex-visual-book-stack{width:146px;min-height:136px;border-radius:24px;background:linear-gradient(160deg,#fff8df,#ffe6a5);padding:14px 14px 16px;box-shadow:0 12px 22px rgba(83,65,34,.14);display:flex;flex-direction:column;justify-content:space-between;color:#694c30;text-align:left}
.mkex-theme-visual-story .mkex-visual-book-cover small,.mkex-theme-visual-book .mkex-visual-book-stack small,.mkex-theme-visual-library .mkex-visual-library-note small{font-size:11px;font-weight:900;letter-spacing:.08em;color:#ad7d18;text-transform:uppercase}
.mkex-theme-visual-story .mkex-visual-book-cover b,.mkex-theme-visual-book .mkex-visual-book-stack b,.mkex-theme-visual-library .mkex-visual-library-note b{display:block;font-size:20px;line-height:1.05;font-weight:900;color:#5b4738}
.mkex-theme-visual-story .mkex-visual-book-cover span,.mkex-theme-visual-book .mkex-visual-book-stack span{font-size:13px;line-height:1.25;color:#7b654f}
.mkex-theme-visual-book .mkex-visual-pages{position:relative;width:132px;height:128px}
.mkex-theme-visual-book .mkex-visual-pages span{position:absolute;display:flex;align-items:center;justify-content:center;width:104px;height:54px;border-radius:16px;background:#fff;border:4px solid #fff;color:#6e5a48;font-size:13px;font-weight:900;box-shadow:0 9px 16px rgba(83,61,35,.10)}
.mkex-theme-visual-book .mkex-visual-pages span:nth-child(1){left:4px;top:6px;transform:rotate(-8deg)}
.mkex-theme-visual-book .mkex-visual-pages span:nth-child(2){left:18px;top:36px;transform:rotate(5deg)}
.mkex-theme-visual-book .mkex-visual-pages span:nth-child(3){left:0;top:68px;transform:rotate(-2deg)}
.mkex-theme-visual-color .mkex-visual-outline{width:110px;height:110px;border-radius:18px;border:6px solid #fff;background:#fff;overflow:hidden;box-shadow:0 8px 18px rgba(74,56,31,.12)}
.mkex-theme-visual-color .mkex-visual-outline img{filter:grayscale(1) contrast(2.35) brightness(1.4) saturate(0);mix-blend-mode:multiply;opacity:.92}
.mkex-theme-visual-library{display:grid;grid-template-columns:1fr;gap:12px}
.mkex-theme-visual-library .mkex-visual-library-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mkex-theme-visual-library .mkex-visual-library-grid span{display:flex;align-items:center;justify-content:center;min-height:52px;padding:10px;border-radius:16px;background:#fff;color:#67523f;font-size:13px;font-weight:900;box-shadow:0 9px 16px rgba(83,61,35,.10);text-align:center;line-height:1.15}
.mkex-theme-visual-library .mkex-visual-library-note{border-radius:20px;background:linear-gradient(160deg,#fff8df,#ffe6a5);padding:14px 16px;color:#694c30;box-shadow:0 12px 22px rgba(83,65,34,.14)}
.mkex-theme-visual.is-compact{min-height:130px}
.mkex-theme-slide-aside .mkex-theme-visual .mkex-visual-photo.circle{width:102px;height:102px}.mkex-theme-slide-aside .mkex-theme-visual .mkex-visual-photo.square,.mkex-theme-slide-aside .mkex-theme-visual .mkex-visual-outline{width:96px;height:96px}.mkex-theme-slide-aside .mkex-theme-visual-story .mkex-visual-book-cover,.mkex-theme-slide-aside .mkex-theme-visual-book .mkex-visual-book-stack{width:132px;min-height:122px}.mkex-theme-slide-aside .mkex-theme-visual-book .mkex-visual-pages{width:118px;height:118px}.mkex-theme-slide-aside .mkex-theme-visual-book .mkex-visual-pages span{width:94px;height:48px;font-size:12px}.mkex-theme-slide-aside .mkex-theme-visual-library .mkex-visual-library-grid span{min-height:46px;font-size:12px}

.mkex-theme-feature-row{gap:18px;padding-top:26px;margin-bottom:32px}
.mkex-theme-feature{min-height:392px;padding:0 22px 22px;color:#fff;display:flex;flex-direction:column;border-radius:30px 30px 34px 34px}
.mkex-theme-feature header{height:86px;margin:0 -22px 16px;padding:15px 20px;gap:12px;background:rgba(0,0,0,.09)}
.mkex-theme-feature header>span{width:40px;height:40px;font-size:13px}
.mkex-theme-feature h2{font-size:34px!important;line-height:.95!important}
.mkex-theme-feature-visual-wrap{margin:4px 0 10px;padding:4px 0}
.mkex-theme-feature p{margin:4px 0 18px!important;font-size:16px!important;line-height:1.55!important;color:#fff!important}
.mkex-theme-feature-link{position:static;width:auto;height:auto;min-height:46px;padding:0 18px;border:0;border-radius:18px;display:inline-flex!important;align-items:center;justify-content:center;background:#fff;color:#6b573f!important;text-align:center;font-size:16px!important;font-weight:900;line-height:1.1;box-shadow:0 6px 0 rgba(82,62,31,.12);margin-top:auto;align-self:flex-start}
.tone-olive .mkex-theme-feature-link{color:#6b6530!important}.tone-orange .mkex-theme-feature-link{color:#b95d08!important}
.mkex-theme-feature.is-locked:after{right:16px;top:12px;padding:6px 10px;font-size:10px}

.mkex-theme-quick-links{gap:16px;margin-bottom:40px;padding:16px;border-radius:28px}
.mkex-theme-quick-links>a{min-height:92px;padding:14px 16px;border-radius:20px;box-shadow:0 6px 12px rgba(93,75,45,.05)}
.mkex-theme-quick-links>a>span{width:54px;height:54px;font-size:21px}
.mkex-theme-quick-links b{font-size:24px;line-height:1.02}
.mkex-theme-quick-links small{margin-top:6px;font-size:13px;line-height:1.4}

.mkex-theme-welcome{grid-template-columns:minmax(0,1.24fr) minmax(260px,.76fr);gap:28px;padding:28px 22px 56px}
.mkex-theme-welcome h2,.mkex-theme-value h2{font-size:52px!important;line-height:.98!important;margin:6px 0 12px!important}
.mkex-theme-welcome-copy>p,.mkex-theme-value-copy>p{font-size:17px!important;line-height:1.65!important;max-width:720px}
.mkex-theme-plan-list{gap:12px;margin-top:18px}
.mkex-theme-plan-item{grid-template-columns:54px minmax(0,1fr) auto;min-height:88px;gap:12px;padding:4px 0}
.mkex-theme-plan-num{width:50px;height:50px;font-size:25px}
.mkex-theme-plan-item>a{grid-template-columns:84px 1fr;gap:14px}
.mkex-theme-plan-thumb{height:78px;border-radius:14px}
.mkex-theme-plan-thumb img{padding:4px}
.mkex-theme-plan-item small{display:block;font-size:11px;font-weight:900;letter-spacing:.08em;color:#a27b24;text-transform:uppercase}
.mkex-theme-plan-item h3{margin:3px 0 0!important;font-size:20px!important;line-height:1.18!important;color:#5e4938!important}
.mkex-theme-plan-item .mkex-complete{min-width:150px;min-height:42px;padding:0 16px;border-radius:999px;background:#b7b82e;color:#fff!important;font-size:15px!important;font-weight:900;box-shadow:0 4px 0 rgba(85,74,31,.08)}
.mkex-theme-plan-progress{margin:16px 0 0 66px;align-items:center;gap:12px}.mkex-theme-plan-progress b{font-size:13px;color:#7a6957}.mkex-theme-plan-progress i{width:210px;height:8px}
.mkex-theme-welcome-art img{width:min(300px,100%)}

.mkex-theme-discover{padding:34px 16px 42px}
.mkex-theme-title-row{margin-bottom:18px}
.mkex-theme-title-row span{font-size:12px;font-weight:900}
.mkex-theme-title-row h2{font-size:42px!important;line-height:1.02!important}
.mkex-theme-title-row>a{font-size:15px;font-weight:900;color:#8a6a2c!important;white-space:nowrap}
.mkex-theme-discover-grid{gap:16px}
.mkex-theme-discover-item{display:flex;flex-direction:column;align-items:center;gap:8px}
.mkex-theme-discover-item>div{height:218px;width:100%;border-width:6px;border-radius:18px}
.mkex-theme-discover-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;background:#f1b73a;color:#fff;font-size:12px;font-weight:900;letter-spacing:.03em}
.mkex-theme-discover-item:nth-child(2) .mkex-theme-discover-chip{background:#b5b537}.mkex-theme-discover-item:nth-child(3) .mkex-theme-discover-chip{background:#ef7900}.mkex-theme-discover-item:nth-child(4) .mkex-theme-discover-chip{background:#48a8c8}
.mkex-theme-discover-item b{display:block;background:none;color:#5d4938;font-family:"Nunito",system-ui,sans-serif;font-size:18px;font-weight:900;line-height:1.22;margin:0;padding:0 4px}

.mkex-theme-value{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:34px;padding:56px 30px 60px}
.mkex-theme-value ol{gap:12px;margin:20px 0 24px!important}.mkex-theme-value li{grid-template-columns:46px 1fr;gap:14px}.mkex-theme-value li b{width:46px;height:46px;font-size:24px}.mkex-theme-value li span{font-size:16px;line-height:1.4}
.mkex-theme-value-copy>a{min-height:48px;padding:0 20px;font-size:20px}
.mkex-theme-value-art img{width:min(340px,100%)}

.mkex-theme-footer-brand p{font-size:13px!important}.mkex-theme-footer nav a{font-size:13px}.mkex-theme-footer small{font-size:11px}

@media(max-width:1100px){
 #mkex-app[data-mode="home"] .mkex-brand-image{left:22px;width:244px}
 #mkex-app[data-mode="home"] .mkex-logo-cloud{width:238px;height:118px}
 #mkex-app[data-mode="home"] .mkex-kinder-nav a{min-width:104px;font-size:14px;padding:0 10px}
 .mkex-theme-slider{height:450px}
 .mkex-theme-slide-caption{width:min(460px,calc(100% - 370px))}.mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{font-size:40px!important}
 .mkex-theme-slide-aside{right:24px;width:290px}
 .mkex-theme-feature{min-height:408px}.mkex-theme-feature h2{font-size:30px!important}
 .mkex-theme-welcome{grid-template-columns:1fr 260px}.mkex-theme-welcome h2,.mkex-theme-value h2{font-size:44px!important}
}

@media(max-width:860px){
 .mkex-theme-slide-aside{display:none}
 .mkex-theme-slide-caption{width:min(520px,calc(100% - 84px))}
 .mkex-theme-feature-row{grid-template-columns:1fr;gap:12px}
 .mkex-theme-feature{min-height:280px}
 .mkex-theme-discover-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:720px){
 #mkex-app[data-mode="home"] .mkex-topbar-v34{grid-template-columns:46px 1fr auto;padding:8px 10px;height:78px;min-height:78px}
 #mkex-app[data-mode="home"] .mkex-brand-image{width:auto;height:auto}
 #mkex-app[data-mode="home"] .mkex-logo-cloud{width:182px;height:60px;padding:4px 10px;border-radius:999px}
 #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{width:42px;height:42px;border-radius:13px}
 #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{top:72px;left:8px;right:8px;padding:10px 10px 12px;border-radius:18px}
 #mkex-app[data-mode="home"] .mkex-topbar-v34.menu-open .mkex-kinder-mobile-nav{display:grid;grid-template-columns:1fr;gap:8px}
 #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a{min-height:44px;font-family:"Nunito",system-ui,sans-serif;font-size:15px;font-weight:800}
 
 .mkex-theme-slider-wrap{margin-top:10px}.mkex-theme-slider{height:390px;border-width:6px;border-radius:22px}
 .mkex-theme-slide-caption{left:18px;right:18px;bottom:22px;width:auto}
 .mkex-theme-slide-caption>span{font-size:10px;padding:6px 10px}.mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{font-size:34px!important;margin:8px 0 8px!important}.mkex-theme-slide-caption p{font-size:14px!important;line-height:1.45!important;margin-bottom:14px!important}.mkex-theme-slide-caption a{min-height:40px;font-size:14px;padding:0 14px}
 .mkex-theme-slider-arrow{top:44%;width:34px;height:48px;font-size:34px}.mkex-theme-slider-arrow.prev{left:0}.mkex-theme-slider-arrow.next{right:0}
 
 .mkex-theme-feature-row{padding-top:16px;margin-bottom:18px}.mkex-theme-feature{min-height:246px;padding:0 14px 16px;border-radius:24px;display:grid;grid-template-columns:1fr 132px;grid-template-areas:"head head" "copy visual" "button visual";column-gap:12px;align-items:center}.mkex-theme-feature header{grid-area:head;height:auto;margin:0 -14px 8px;padding:12px 14px}.mkex-theme-feature-visual-wrap{grid-area:visual;margin:0}.mkex-theme-feature p{grid-area:copy;font-size:13px!important;line-height:1.45!important;margin:0!important}.mkex-theme-feature-link{grid-area:button;min-height:38px;padding:0 14px;font-size:14px!important;margin-top:10px}.mkex-theme-feature h2{font-size:26px!important}.mkex-theme-feature header>span{width:34px;height:34px}
 .mkex-theme-visual{gap:8px;min-height:126px}.mkex-theme-visual .mkex-visual-arrow{width:34px;height:34px;font-size:18px}.mkex-theme-visual .mkex-visual-photo.circle{width:78px;height:78px;border-width:4px}.mkex-theme-visual .mkex-visual-photo.square,.mkex-theme-visual-color .mkex-visual-outline{width:76px;height:76px;border-width:4px;border-radius:12px}.mkex-theme-visual-story .mkex-visual-book-cover,.mkex-theme-visual-book .mkex-visual-book-stack{width:96px;min-height:96px;border-radius:16px;padding:10px}.mkex-theme-visual-story .mkex-visual-book-cover b,.mkex-theme-visual-book .mkex-visual-book-stack b,.mkex-theme-visual-library .mkex-visual-library-note b{font-size:15px}.mkex-theme-visual-story .mkex-visual-book-cover span,.mkex-theme-visual-book .mkex-visual-book-stack span{font-size:11px}.mkex-theme-visual-book .mkex-visual-pages{width:90px;height:92px}.mkex-theme-visual-book .mkex-visual-pages span{width:74px;height:34px;font-size:10px;border-width:3px;border-radius:10px}.mkex-theme-visual-book .mkex-visual-pages span:nth-child(1){top:4px}.mkex-theme-visual-book .mkex-visual-pages span:nth-child(2){top:30px}.mkex-theme-visual-book .mkex-visual-pages span:nth-child(3){top:56px}.mkex-theme-visual-library .mkex-visual-library-grid{gap:6px}.mkex-theme-visual-library .mkex-visual-library-grid span{min-height:34px;font-size:10px;border-radius:10px;padding:6px}.mkex-theme-visual-library .mkex-visual-library-note{padding:10px 12px;border-radius:14px}
 
 .mkex-theme-quick-links{grid-template-columns:1fr;margin-bottom:22px;padding:10px;gap:8px}.mkex-theme-quick-links>a{min-height:76px;padding:12px 13px}.mkex-theme-quick-links>a>span{width:46px;height:46px;font-size:18px}.mkex-theme-quick-links b{font-size:22px}.mkex-theme-quick-links small{font-size:12px}
 
 .mkex-theme-welcome{grid-template-columns:1fr;padding:24px 14px 34px;gap:12px}.mkex-theme-welcome h2,.mkex-theme-value h2{font-size:32px!important;line-height:1.05!important}.mkex-theme-welcome-copy>p,.mkex-theme-value-copy>p{font-size:15px!important;line-height:1.55!important}
 .mkex-theme-plan-item{grid-template-columns:38px 1fr;gap:8px;padding-bottom:12px;border-bottom:1px dashed #d9cda7}.mkex-theme-plan-item>a{grid-template-columns:70px 1fr;gap:10px}.mkex-theme-plan-thumb{height:68px}.mkex-theme-plan-num{width:38px;height:38px;font-size:22px}.mkex-theme-plan-item h3{font-size:18px!important}.mkex-theme-plan-item .mkex-complete{grid-column:2;justify-self:start;min-width:136px;min-height:38px;font-size:14px!important}.mkex-theme-plan-progress{display:block;margin:14px 0 0 46px}.mkex-theme-plan-progress i{display:block;width:100%;margin-top:6px}.mkex-theme-welcome-art{display:none}
 
 .mkex-theme-discover{padding:24px 8px 28px}.mkex-theme-title-row{display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px}.mkex-theme-title-row h2{font-size:28px!important}.mkex-theme-title-row>a{font-size:12px}.mkex-theme-discover-grid{gap:8px}.mkex-theme-discover-item>div{height:180px;border-width:5px}.mkex-theme-discover-chip{font-size:11px;min-height:26px;padding:0 10px}.mkex-theme-discover-item b{font-size:15px;line-height:1.2}
 
 .mkex-theme-value{grid-template-columns:1fr;padding:30px 14px 38px;gap:10px}.mkex-theme-value li span{font-size:14px}.mkex-theme-value-copy>a{min-height:42px;font-size:18px}.mkex-theme-value-art{display:none}
 .mkex-theme-footer nav{grid-template-columns:1fr 1fr}.mkex-theme-footer nav a{font-size:12px}
}

@media(max-width:390px){
 #mkex-app[data-mode="home"] .mkex-logo-cloud{width:168px}
 .mkex-theme-slider{height:360px}
 .mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{font-size:30px!important}
 .mkex-theme-feature{grid-template-columns:1fr 118px}
 .mkex-theme-discover-item>div{height:164px}
}

/* ===== v3.4.2 mobile theme match ===== */
@media(max-width:720px){
  #mkex-app[data-mode="home"]{background-position:center 286px;background-size:720px auto}
  #mkex-app[data-mode="home"] .mkex-topbar-v34{height:320px;min-height:320px;position:relative;display:block;padding:0;background:var(--kg-sky);overflow:visible;z-index:100}
  #mkex-app[data-mode="home"] .mkex-topbar-v34:after{display:block;left:0;right:0;bottom:-28px;height:72px;background:linear-gradient(177deg,transparent 0 28%,#d8eff3 29% 56%,#fff7dc 57%);z-index:1}
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{display:block!important;left:-68px!important;top:-8px!important;width:270px;height:255px;background:url('../images/kindergarten/sun1.png') right top/270px 165px no-repeat;z-index:0}
  #mkex-app[data-mode="home"] .mkex-theme-header-clouds{display:block!important;inset:0;background:url('../images/kindergarten/clouds1.png') center -18px/560px 260px repeat-x;opacity:.82;z-index:0}
  #mkex-app[data-mode="home"] .mkex-brand-image{position:absolute;left:50%;top:16px;transform:translateX(-50%);width:268px;height:136px;display:flex;align-items:center;justify-content:center;z-index:4}
  #mkex-app[data-mode="home"] .mkex-logo-cloud{width:252px;height:124px;padding:9px 14px;border-radius:54% 46% 55% 45%/55% 58% 42% 45%;background:rgba(255,255,255,.96);box-shadow:0 8px 20px rgba(79,61,36,.08)}
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{width:100%;height:100%;object-fit:contain;filter:none}
  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account{position:absolute;left:50%;right:auto;top:166px;transform:translateX(-50%);justify-self:auto;margin:0;z-index:4}
  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account span,#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account a{display:inline-flex!important;align-items:center;justify-content:center;min-height:38px;padding:8px 16px!important;background:rgba(255,255,255,.92);border:2px solid rgba(255,255,255,.82);border-radius:999px;color:#6a5684!important;font-size:13px!important;font-weight:900;white-space:nowrap;box-shadow:0 7px 14px rgba(73,56,31,.08)}
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{position:absolute;right:20px;bottom:6px;display:block!important;width:80px;height:64px;border:0;border-radius:28px 28px 0 0;background:#48a8c8;box-shadow:0 7px 0 rgba(46,139,168,.12);padding:14px 18px;cursor:pointer;z-index:6}
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle span{height:5px;margin:5px 0;border-radius:999px;background:#fff}
  #mkex-app[data-mode="home"] .mkex-kinder-nav{display:none!important}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{display:none;position:absolute;left:14px;right:14px;top:306px;padding:12px;background:#fff8df;border:4px solid #fff;border-radius:22px;box-shadow:0 16px 30px rgba(72,54,29,.19);z-index:120}
  #mkex-app[data-mode="home"] .mkex-topbar-v34.menu-open .mkex-kinder-mobile-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:8px 10px;border-radius:15px;background:#f1e6cb;color:#66513d!important;font-family:"Nunito",system-ui,sans-serif;font-size:15px;font-weight:900;text-align:center;line-height:1.15}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a:nth-child(2){background:#e7e49b}#mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a:nth-child(3){background:#ffd6a7}#mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a:nth-child(4){background:#f6c5cc}#mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a:nth-child(5){background:#ded4c6}#mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a:nth-child(6){background:#cdebf4}#mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a:nth-child(7){background:#dfcff1}

  #mkex-app[data-mode="home"] .mkex-home-v34{width:100%;padding:0 12px 12px!important;margin:0 auto;background:transparent}
  .mkex-theme-slider-wrap{margin:28px 0 14px}
  .mkex-theme-slider{height:270px;border:6px solid #fff9dc;border-radius:22px;box-shadow:0 7px 0 rgba(145,124,71,.10),0 15px 28px rgba(93,74,45,.10)}
  .mkex-theme-slide>img{object-position:center center}
  .mkex-theme-slide:after{background:linear-gradient(0deg,rgba(48,35,23,.52) 0%,rgba(48,35,23,.14) 45%,transparent 72%)}
  .mkex-theme-slide-caption{left:16px;right:16px;bottom:15px;width:auto;padding:0 2px}
  .mkex-theme-slide-caption>span{display:none}
  .mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{font-family:"Nunito",system-ui,sans-serif;font-size:26px!important;line-height:1.04!important;letter-spacing:-.02em!important;margin:0 0 8px!important;text-shadow:0 2px 5px rgba(39,28,18,.5)}
  .mkex-theme-slide-caption p{display:none}
  .mkex-theme-slide-caption a{min-height:38px;padding:0 13px;border-radius:14px;font-family:"Nunito",system-ui,sans-serif;font-size:13px;font-weight:900}
  .mkex-theme-slide-aside{display:none}
  .mkex-theme-slider-arrow{top:50%;width:40px;height:56px;font-size:38px;background:rgba(255,248,225,.72);color:#bba037;box-shadow:none}
  .mkex-theme-slider-arrow.prev{left:4px}.mkex-theme-slider-arrow.next{right:4px}
  .mkex-theme-slider-dots{bottom:12px;gap:6px}.mkex-theme-slider-dots button{width:10px;height:10px}

  .mkex-theme-feature-row{display:grid;grid-template-columns:1fr;gap:14px;padding:18px 10px 0;margin:0 0 22px}
  .mkex-theme-feature{display:block;min-height:0;padding:0 18px 22px;border-radius:28px 28px 38px 38px;overflow:hidden;box-shadow:0 8px 0 rgba(90,69,36,.06)}
  .mkex-theme-feature header{height:auto;min-height:78px;margin:0 -18px 18px;padding:14px 18px;display:flex;align-items:center;gap:12px;border-radius:0;background:rgba(0,0,0,.08)}
  .mkex-theme-feature header>span{width:38px;height:38px;flex:0 0 38px;font-size:12px}
  .mkex-theme-feature h2{font-family:"Nunito",system-ui,sans-serif;font-size:28px!important;line-height:1.03!important;letter-spacing:-.02em!important}
  .mkex-theme-feature-visual-wrap{margin:0 0 16px;padding:0}
  .mkex-theme-visual{min-height:180px;gap:12px;padding:8px 0}
  .mkex-theme-visual .mkex-visual-arrow{width:40px;height:40px;flex:0 0 40px;font-size:20px}
  .mkex-theme-visual .mkex-visual-photo.circle{width:104px;height:104px;border-width:5px}.mkex-theme-visual .mkex-visual-photo.square,.mkex-theme-visual-color .mkex-visual-outline{width:100px;height:100px;border-width:5px;border-radius:16px}
  .mkex-theme-visual-story .mkex-visual-book-cover,.mkex-theme-visual-book .mkex-visual-book-stack{width:126px;min-height:124px;border-radius:22px;padding:13px}.mkex-theme-visual-story .mkex-visual-book-cover b,.mkex-theme-visual-book .mkex-visual-book-stack b{font-size:18px}.mkex-theme-visual-story .mkex-visual-book-cover span,.mkex-theme-visual-book .mkex-visual-book-stack span{font-size:12px}
  .mkex-theme-visual-book .mkex-visual-pages{width:116px;height:120px}.mkex-theme-visual-book .mkex-visual-pages span{width:94px;height:44px;font-size:12px;border-radius:13px}.mkex-theme-visual-book .mkex-visual-pages span:nth-child(1){top:5px}.mkex-theme-visual-book .mkex-visual-pages span:nth-child(2){top:38px}.mkex-theme-visual-book .mkex-visual-pages span:nth-child(3){top:72px}
  .mkex-theme-feature p{font-size:15px!important;line-height:1.55!important;margin:0 0 16px!important}
  .mkex-theme-feature-link{position:static;display:inline-flex!important;min-height:43px;padding:0 17px;border-radius:17px;font-family:"Nunito",system-ui,sans-serif;font-size:14px!important;font-weight:900;margin:0}

  .mkex-theme-quick-links{margin:0 10px 24px;padding:10px;gap:8px;border-radius:24px}
  .mkex-theme-quick-links>a{min-height:78px;padding:12px 13px;border-radius:18px}.mkex-theme-quick-links>a>span{width:48px;height:48px}.mkex-theme-quick-links b{font-family:"Nunito",system-ui,sans-serif;font-size:20px}.mkex-theme-quick-links small{font-size:12px;line-height:1.35}

  .mkex-theme-welcome{display:block;margin:0 -12px;padding:32px 24px 40px}.mkex-theme-welcome:before{left:0;right:0;top:0;bottom:0}.mkex-theme-kicker{font-family:"Nunito",system-ui,sans-serif;font-size:11px;letter-spacing:.1em}.mkex-theme-welcome h2,.mkex-theme-value h2{font-family:"Nunito",system-ui,sans-serif;font-size:36px!important;line-height:1.04!important;letter-spacing:-.03em!important;margin:8px 0 10px!important}.mkex-theme-welcome-copy>p,.mkex-theme-value-copy>p{font-size:15px!important;line-height:1.6!important}
  .mkex-theme-plan-list{gap:16px;margin-top:20px}.mkex-theme-plan-item{display:grid;grid-template-columns:44px 1fr;gap:10px;padding:0 0 16px;border-bottom:1px dashed #d8cda8}.mkex-theme-plan-num{width:42px;height:42px;font-size:23px}.mkex-theme-plan-item>a{grid-template-columns:86px 1fr;gap:12px}.mkex-theme-plan-thumb{height:82px;border-radius:14px}.mkex-theme-plan-item small{font-size:10px}.mkex-theme-plan-item h3{font-family:"Nunito",system-ui,sans-serif;font-size:18px!important;line-height:1.22!important}.mkex-theme-plan-item .mkex-complete{grid-column:2;min-width:0;width:100%;min-height:40px;font-family:"Nunito",system-ui,sans-serif;font-size:14px!important}.mkex-theme-plan-progress{margin:14px 0 0 54px}.mkex-theme-plan-progress b{font-size:12px}.mkex-theme-plan-progress i{width:100%;height:8px}

  .mkex-theme-discover{margin:0 -12px;padding:28px 18px 34px;background:rgba(142,215,234,.58)}
  .mkex-theme-title-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;margin-bottom:16px}.mkex-theme-title-row span{font-size:11px}.mkex-theme-title-row h2{font-family:"Nunito",system-ui,sans-serif;font-size:31px!important;line-height:1.06!important;margin-top:5px!important}.mkex-theme-title-row>a{font-size:13px;line-height:1.15;align-self:end;margin-bottom:4px}.mkex-theme-discover-grid{grid-template-columns:1fr 1fr;gap:12px}.mkex-theme-discover-item{gap:7px}.mkex-theme-discover-item>div{height:180px;border:5px solid #fff;border-radius:18px}.mkex-theme-discover-chip{font-size:11px;min-height:28px}.mkex-theme-discover-item b{font-family:"Nunito",system-ui,sans-serif;font-size:14px;line-height:1.22;min-height:34px;display:flex;align-items:flex-start;justify-content:center;text-align:center}

  .mkex-theme-value{display:block;margin:0 -12px;padding:34px 24px 42px;background:rgba(255,248,220,.96)}.mkex-theme-value h2{font-size:35px!important}.mkex-theme-value ol{gap:14px}.mkex-theme-value li{grid-template-columns:44px 1fr;gap:12px}.mkex-theme-value li b{width:42px;height:42px;font-size:22px}.mkex-theme-value li span{font-size:14px;line-height:1.45}.mkex-theme-value-copy>a{min-height:44px;padding:0 18px;font-family:"Nunito",system-ui,sans-serif;font-size:16px}.mkex-theme-value-art{display:none}

  .mkex-theme-footer{margin:0 -12px -12px;min-height:230px;padding:88px 22px 26px;background-size:932px 160px}.mkex-theme-footer-inner{width:100%;display:block}.mkex-theme-footer-brand img{width:160px}.mkex-theme-footer-brand p{font-size:13px!important}.mkex-theme-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin:14px 0}.mkex-theme-footer nav a{font-size:13px}.mkex-theme-footer small{font-size:11px}
}

@media(max-width:390px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{height:308px;min-height:308px}
  #mkex-app[data-mode="home"] .mkex-brand-image{width:248px}.mkex-theme-slider{height:252px}.mkex-theme-slide-caption h1,.mkex-theme-slide-caption h2{font-size:24px!important}
  .mkex-theme-feature-row{padding-left:6px;padding-right:6px}.mkex-theme-feature h2{font-size:25px!important}.mkex-theme-visual{gap:8px}.mkex-theme-visual-story .mkex-visual-book-cover,.mkex-theme-visual-book .mkex-visual-book-stack{width:112px}.mkex-theme-visual .mkex-visual-photo.circle{width:92px;height:92px}.mkex-theme-visual .mkex-visual-photo.square,.mkex-theme-visual-color .mkex-visual-outline{width:88px;height:88px}.mkex-theme-discover-item>div{height:165px}
}

/* ===== v3.4.3 home final polish ===== */
#mkex-app[data-mode="home"] .mkex-theme-slide-link{display:block;width:100%;height:100%}
#mkex-app[data-mode="home"] .mkex-theme-slide:after{display:none}
#mkex-app[data-mode="home"] .mkex-theme-slider-custom{background:linear-gradient(135deg,#fff6e8 0%,#ffe7c9 38%,#f7dcff 100%)}
#mkex-app[data-mode="home"] .mkex-theme-slide-image{background:transparent}
#mkex-app[data-mode="home"] .mkex-theme-slide-image img{object-fit:contain!important;object-position:center center!important;padding:18px;background:transparent}
#mkex-app[data-mode="home"] .mkex-theme-slide-caption,#mkex-app[data-mode="home"] .mkex-theme-slide-aside{display:none!important}
#mkex-app[data-mode="home"] .mkex-theme-slider{height:540px}
#mkex-app[data-mode="home"] .mkex-theme-slider-arrow{background:rgba(255,250,238,.86);color:#c9a226;box-shadow:0 10px 18px rgba(96,74,37,.12)}
#mkex-app[data-mode="home"] .mkex-theme-slider-dots button{width:12px;height:12px;border-width:2px}
#mkex-app[data-mode="home"] .mkex-theme-slider-dots button.is-active{background:#f0bd3a}

#mkex-app[data-mode="home"] .mkex-theme-header-sun{width:360px;height:235px;left:max(-10px,calc(50% - 690px));top:-22px;background-size:360px 235px}
#mkex-app[data-mode="home"] .mkex-brand-image{width:290px;height:150px;top:10px}
#mkex-app[data-mode="home"] .mkex-logo-cloud{width:278px;height:126px;padding:14px 28px}
#mkex-app[data-mode="home"] .mkex-logo-cloud img{max-width:88%;max-height:88%;object-fit:contain}
#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account span,
#mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account a{padding:13px 20px!important;font-size:16px!important;line-height:1.15!important;min-height:52px;box-shadow:0 8px 18px rgba(76,64,36,.1)}
#mkex-app[data-mode="home"] .mkex-kinder-nav a{min-width:124px;height:64px;font-size:17px;font-weight:900;padding:0 16px}

#mkex-app[data-mode="home"] .mkex-theme-feature-row{align-items:stretch}
#mkex-app[data-mode="home"] .mkex-theme-feature{padding-bottom:24px}
#mkex-app[data-mode="home"] .mkex-theme-feature header{justify-content:center;text-align:center;min-height:94px}
#mkex-app[data-mode="home"] .mkex-theme-feature h2{font-size:34px!important;line-height:1!important;text-align:center}
#mkex-app[data-mode="home"] .mkex-theme-feature-visual-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:14px}
#mkex-app[data-mode="home"] .mkex-theme-feature p{font-size:19px!important;line-height:1.45!important;text-align:center;max-width:88%;margin:12px auto 18px!important}
#mkex-app[data-mode="home"] .mkex-theme-feature-link{position:static!important;display:flex!important;align-items:center;justify-content:center;width:max-content;min-width:170px;height:auto;min-height:52px;border-radius:18px;padding:12px 22px;margin:0 auto;border:0!important;box-shadow:0 7px 0 rgba(92,72,41,.15);font-size:18px!important;line-height:1.1}
#mkex-app[data-mode="home"] .mkex-theme-visual{justify-content:center;align-items:center;gap:18px;min-height:182px}
#mkex-app[data-mode="home"] .mkex-theme-visual-story .mkex-visual-book-cover,
#mkex-app[data-mode="home"] .mkex-theme-visual-book .mkex-visual-book-stack{width:145px;min-height:142px;box-shadow:0 14px 22px rgba(82,62,37,.12)}
#mkex-app[data-mode="home"] .mkex-theme-visual-story .mkex-visual-book-cover small,
#mkex-app[data-mode="home"] .mkex-theme-visual-book .mkex-visual-book-stack small{display:block;text-align:center;letter-spacing:.02em}
#mkex-app[data-mode="home"] .mkex-theme-visual-story .mkex-visual-book-cover b,
#mkex-app[data-mode="home"] .mkex-theme-visual-book .mkex-visual-book-stack b{display:block;text-align:center}
#mkex-app[data-mode="home"] .mkex-theme-visual-story .mkex-visual-book-cover span,
#mkex-app[data-mode="home"] .mkex-theme-visual-book .mkex-visual-book-stack span{display:block;text-align:center}
#mkex-app[data-mode="home"] .mkex-theme-visual .mkex-visual-photo.circle{width:118px;height:118px}
#mkex-app[data-mode="home"] .mkex-theme-visual .mkex-visual-photo.square,
#mkex-app[data-mode="home"] .mkex-theme-visual-color .mkex-visual-outline{width:112px;height:112px}
#mkex-app[data-mode="home"] .mkex-theme-visual .mkex-visual-arrow{width:46px;height:46px;font-size:22px}

#mkex-app[data-mode="home"] .mkex-theme-welcome h2{font-size:58px!important;max-width:620px}
#mkex-app[data-mode="home"] .mkex-theme-welcome-copy>p{font-size:18px!important;max-width:720px}
#mkex-app[data-mode="home"] .mkex-theme-plan-list{margin-top:22px;gap:14px}
#mkex-app[data-mode="home"] .mkex-theme-plan-item{grid-template-columns:54px minmax(0,1fr) 188px;gap:14px;min-height:94px}
#mkex-app[data-mode="home"] .mkex-theme-plan-num{width:52px;height:52px;font-size:30px}
#mkex-app[data-mode="home"] .mkex-theme-plan-item>a{grid-template-columns:86px 1fr;gap:14px}
#mkex-app[data-mode="home"] .mkex-theme-plan-thumb{height:78px}
#mkex-app[data-mode="home"] .mkex-theme-plan-item small{font-size:12px}
#mkex-app[data-mode="home"] .mkex-theme-plan-item h3{font-size:24px!important;line-height:1.14!important}
#mkex-app[data-mode="home"] .mkex-theme-plan-item .mkex-complete{min-height:48px;padding:0 18px;font-size:16px!important;font-weight:900}
#mkex-app[data-mode="home"] .mkex-theme-welcome-art img{max-width:330px}

#mkex-app[data-mode="home"] .mkex-theme-title-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;margin-bottom:22px}
#mkex-app[data-mode="home"] .mkex-theme-title-row span{font-size:15px;letter-spacing:.1em}
#mkex-app[data-mode="home"] .mkex-theme-title-row h2{font-size:56px!important;line-height:1.02!important;margin:0!important}
#mkex-app[data-mode="home"] .mkex-theme-title-row>a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:#fff7dd;color:#8b6716!important;font-size:20px;font-weight:900;box-shadow:0 6px 16px rgba(70,55,29,.12)}
#mkex-app[data-mode="home"] .mkex-theme-discover-grid{gap:18px}
#mkex-app[data-mode="home"] .mkex-theme-discover-item{align-items:center;text-align:center}
#mkex-app[data-mode="home"] .mkex-theme-discover-item>div{height:245px;border-radius:22px}
#mkex-app[data-mode="home"] .mkex-theme-discover-chip{min-height:34px;padding:6px 16px;border-radius:999px;background:#f0bd3a;color:#fff;font-size:14px;font-weight:900;box-shadow:0 4px 0 rgba(91,69,31,.12)}
#mkex-app[data-mode="home"] .mkex-theme-discover-item:nth-child(2n) .mkex-theme-discover-chip{background:#9eb63b}
#mkex-app[data-mode="home"] .mkex-theme-discover-item:nth-child(3n) .mkex-theme-discover-chip{background:#ef7900}
#mkex-app[data-mode="home"] .mkex-theme-discover-item:nth-child(4n) .mkex-theme-discover-chip{background:#48a8c8}
#mkex-app[data-mode="home"] .mkex-theme-discover-item b{font-size:25px;line-height:1.15;min-height:58px;display:flex;align-items:center;justify-content:center}

#mkex-app[data-mode="home"] .mkex-theme-value{align-items:center;gap:40px}
#mkex-app[data-mode="home"] .mkex-theme-value-copy{text-align:center;max-width:820px;margin:0 auto}
#mkex-app[data-mode="home"] .mkex-theme-value-copy .mkex-theme-kicker{font-size:15px;letter-spacing:.11em}
#mkex-app[data-mode="home"] .mkex-theme-value h2{font-size:64px!important;line-height:1!important}
#mkex-app[data-mode="home"] .mkex-theme-value-copy>p{font-size:20px!important;line-height:1.65!important;max-width:760px;margin:0 auto 22px!important;color:#654e3c!important}
#mkex-app[data-mode="home"] .mkex-theme-value ol{max-width:760px;margin:0 auto 26px;gap:16px}
#mkex-app[data-mode="home"] .mkex-theme-value li{align-items:center;background:rgba(255,255,255,.52);border:1px solid rgba(214,196,148,.55);border-radius:24px;padding:16px 18px;box-shadow:0 8px 18px rgba(95,73,38,.05)}
#mkex-app[data-mode="home"] .mkex-theme-value li b{width:54px;height:54px;font-size:28px;box-shadow:0 5px 0 rgba(110,86,28,.10)}
#mkex-app[data-mode="home"] .mkex-theme-value li span{font-size:18px;line-height:1.45;text-align:left;font-weight:800;color:#684f3b}
#mkex-app[data-mode="home"] .mkex-theme-value-copy>a{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border-radius:999px;background:linear-gradient(135deg,#a5b92f,#d2b12d);font-size:19px;font-weight:900;box-shadow:0 8px 0 rgba(84,67,29,.12)}
#mkex-app[data-mode="home"] .mkex-theme-value-art img{max-width:320px}

#mkex-app[data-mode="home"] .mkex-theme-footer-brand img{width:180px}
#mkex-app[data-mode="home"] .mkex-theme-footer nav a{font-size:15px;font-weight:800}

#mkex-app[data-mode="home"] .mkex-kinder-mobile-nav[hidden]{display:none!important}

@media (max-width: 860px){
  body.admin-bar #wpadminbar{display:none!important}
  html{margin-top:0!important}
  body.admin-bar{margin-top:0!important;padding-top:0!important}

  #mkex-app[data-mode="home"] .mkex-topbar-v34{height:344px;min-height:344px}
  #mkex-app[data-mode="home"] .mkex-topbar-v34:after{bottom:-30px;height:74px}
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{display:block!important;left:-86px!important;top:-14px!important;width:320px;height:290px;background-size:320px 190px}
  #mkex-app[data-mode="home"] .mkex-brand-image{top:18px;left:50%;transform:translateX(-50%);width:286px;height:150px}
  #mkex-app[data-mode="home"] .mkex-logo-cloud{width:264px;height:120px;padding:14px 22px}
  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account{left:50%;top:176px;transform:translateX(-50%);right:auto}
  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account span,
  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account a{min-height:46px;padding:10px 22px!important;font-size:18px!important}
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{left:50%;right:auto;bottom:10px;transform:translateX(-50%);display:grid!important;place-items:center;width:92px;height:66px;padding:0;border-radius:28px 28px 10px 10px}
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle span{width:42px;height:5px;margin:3px 0}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{top:314px;left:14px;right:14px;padding:14px 14px 16px;border-radius:22px;z-index:140}
  #mkex-app[data-mode="home"] .mkex-topbar-v34.menu-open .mkex-kinder-mobile-nav{display:grid;grid-template-columns:1fr;gap:9px}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav a{min-height:50px;font-size:16px;font-weight:900}

  #mkex-app[data-mode="home"] .mkex-theme-slider-wrap{margin:34px 0 16px}
  #mkex-app[data-mode="home"] .mkex-theme-slider{height:350px;border-width:6px;border-radius:24px}
  #mkex-app[data-mode="home"] .mkex-theme-slide-image img{padding:12px}

  #mkex-app[data-mode="home"] .mkex-theme-feature-row{grid-template-columns:1fr;gap:16px;padding:18px 10px 0;margin:0 0 24px}
  #mkex-app[data-mode="home"] .mkex-theme-feature header{justify-content:center;min-height:86px}
  #mkex-app[data-mode="home"] .mkex-theme-feature h2{font-size:28px!important}
  #mkex-app[data-mode="home"] .mkex-theme-feature p{font-size:16px!important;max-width:100%;margin:10px auto 16px!important}
  #mkex-app[data-mode="home"] .mkex-theme-feature-link{min-height:46px;min-width:160px;padding:11px 18px;font-size:15px!important}
  #mkex-app[data-mode="home"] .mkex-theme-visual{gap:14px;min-height:164px}
  #mkex-app[data-mode="home"] .mkex-theme-visual-story .mkex-visual-book-cover,
  #mkex-app[data-mode="home"] .mkex-theme-visual-book .mkex-visual-book-stack{width:136px;min-height:136px}
  #mkex-app[data-mode="home"] .mkex-theme-visual .mkex-visual-photo.circle{width:102px;height:102px}
  #mkex-app[data-mode="home"] .mkex-theme-visual .mkex-visual-photo.square,
  #mkex-app[data-mode="home"] .mkex-theme-visual-color .mkex-visual-outline{width:96px;height:96px}

  #mkex-app[data-mode="home"] .mkex-theme-welcome{display:block;margin:0 -12px;padding:30px 22px 42px}
  #mkex-app[data-mode="home"] .mkex-theme-welcome h2{font-size:33px!important;text-align:center;max-width:none}
  #mkex-app[data-mode="home"] .mkex-theme-welcome-copy>p{font-size:16px!important;text-align:center;max-width:none}
  #mkex-app[data-mode="home"] .mkex-theme-plan-list{gap:18px}
  #mkex-app[data-mode="home"] .mkex-theme-plan-item{grid-template-columns:42px 1fr;gap:10px;padding:0 0 16px;border-bottom:1px dashed #d8cda8}
  #mkex-app[data-mode="home"] .mkex-theme-plan-item>a{grid-template-columns:84px 1fr;gap:12px}
  #mkex-app[data-mode="home"] .mkex-theme-plan-thumb{height:82px}
  #mkex-app[data-mode="home"] .mkex-theme-plan-item h3{font-size:17px!important}
  #mkex-app[data-mode="home"] .mkex-theme-plan-item .mkex-complete{grid-column:2;min-width:0;width:100%;font-size:14px!important}
  #mkex-app[data-mode="home"] .mkex-theme-plan-progress{margin:14px 0 0 52px}
  #mkex-app[data-mode="home"] .mkex-theme-welcome-art{display:none}

  #mkex-app[data-mode="home"] .mkex-theme-discover{margin:0 -12px;padding:28px 18px 34px;background:rgba(142,215,234,.58)}
  #mkex-app[data-mode="home"] .mkex-theme-title-row{gap:12px;margin-bottom:18px}
  #mkex-app[data-mode="home"] .mkex-theme-title-row h2{font-size:30px!important}
  #mkex-app[data-mode="home"] .mkex-theme-title-row>a{min-height:44px;padding:0 18px;font-size:16px}
  #mkex-app[data-mode="home"] .mkex-theme-discover-grid{grid-template-columns:1fr 1fr;gap:14px}
  #mkex-app[data-mode="home"] .mkex-theme-discover-item>div{height:172px;border-width:5px}
  #mkex-app[data-mode="home"] .mkex-theme-discover-chip{font-size:12px;min-height:30px;padding:5px 12px}
  #mkex-app[data-mode="home"] .mkex-theme-discover-item b{font-size:15px;min-height:40px}

  #mkex-app[data-mode="home"] .mkex-theme-value{display:block;margin:0 -12px;padding:32px 22px 42px;background:rgba(255,248,220,.96)}
  #mkex-app[data-mode="home"] .mkex-theme-value-copy{text-align:center}
  #mkex-app[data-mode="home"] .mkex-theme-value h2{font-size:31px!important}
  #mkex-app[data-mode="home"] .mkex-theme-value-copy>p{font-size:16px!important;line-height:1.6!important}
  #mkex-app[data-mode="home"] .mkex-theme-value ol{gap:12px}
  #mkex-app[data-mode="home"] .mkex-theme-value li{grid-template-columns:44px 1fr;gap:12px;padding:12px 14px;text-align:left}
  #mkex-app[data-mode="home"] .mkex-theme-value li b{width:42px;height:42px;font-size:22px}
  #mkex-app[data-mode="home"] .mkex-theme-value li span{font-size:15px;line-height:1.45}
  #mkex-app[data-mode="home"] .mkex-theme-value-copy>a{min-height:48px;padding:0 20px;font-size:16px}
  #mkex-app[data-mode="home"] .mkex-theme-value-art{display:none}
}

@media (max-width: 390px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{height:332px;min-height:332px}
  #mkex-app[data-mode="home"] .mkex-brand-image{width:270px}
  #mkex-app[data-mode="home"] .mkex-logo-cloud{width:248px;height:116px}
  #mkex-app[data-mode="home"] .mkex-theme-slider{height:328px}
  #mkex-app[data-mode="home"] .mkex-theme-discover-grid{gap:12px}
  #mkex-app[data-mode="home"] .mkex-theme-discover-item>div{height:158px}
}

/* v3.4.4 menu fix */
#mkex-app .mkex-mobile-menu-toggle{cursor:pointer;pointer-events:auto;z-index:220}
#mkex-app .mkex-kinder-mobile-nav{z-index:221}
#mkex-app .mkex-topbar-v34.menu-open .mkex-kinder-mobile-nav,
#mkex-app .mkex-topbar-kinder.menu-open .mkex-kinder-mobile-nav{display:grid!important}

/* ===== v3.4.6 MOBILE HEADER MATCH ===== */
#mkex-app[data-mode="home"] .mkex-mobile-login-cloud{display:none}

@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    position:relative!important;
    display:block!important;
    height:405px!important;
    min-height:405px!important;
    padding:0!important;
    overflow:visible!important;
    background:#8fd6e7!important;
  }
  #mkex-app[data-mode="home"] .mkex-topbar-v34:after{
    display:block!important;
    content:"";
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:-1px!important;
    height:42px!important;
    background:linear-gradient(177deg,transparent 0 42%,#d9eff3 43% 68%,#fff7dc 69%)!important;
    z-index:1!important;
    pointer-events:none!important;
  }

  /* Theme sun: same large top-left composition as the reference mobile theme. */
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    display:block!important;
    position:absolute!important;
    left:-88px!important;
    top:-10px!important;
    width:398px!important;
    height:244px!important;
    background:url('../images/kindergarten/sun1.png') center center/398px 244px no-repeat!important;
    z-index:0!important;
    pointer-events:none!important;
  }
  /* Remove the extra scattered background clouds; only the two functional clouds remain. */
  #mkex-app[data-mode="home"] .mkex-theme-header-clouds{display:none!important}

  /* Top white cloud + new Minik Kütüphane logo. */
  #mkex-app[data-mode="home"] .mkex-brand-image{
    position:absolute!important;
    left:50%!important;
    top:2px!important;
    transform:translateX(-50%)!important;
    width:276px!important;
    height:146px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    z-index:5!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    position:relative!important;
    width:258px!important;
    height:116px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    background:#fff!important;
    border:0!important;
    border-radius:58% 42% 52% 48% / 58% 52% 48% 42%!important;
    box-shadow:none!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud:before,
  #mkex-app[data-mode="home"] .mkex-logo-cloud:after{
    content:"";
    position:absolute;
    display:block;
    background:#fff;
    border-radius:50%;
    z-index:0;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud:before{
    width:112px;
    height:100px;
    left:34px;
    top:-22px;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud:after{
    width:118px;
    height:96px;
    right:25px;
    top:-14px;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    position:relative!important;
    z-index:2!important;
    width:148px!important;
    height:108px!important;
    max-width:148px!important;
    max-height:108px!important;
    object-fit:contain!important;
    object-position:center!important;
    filter:none!important;
    margin:7px 0 0!important;
  }

  /* Desktop account pill is hidden on mobile; the lower theme cloud becomes the login action. */
  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account{display:none!important}
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{
    position:absolute!important;
    left:50%!important;
    top:220px!important;
    transform:translateX(-50%)!important;
    width:184px!important;
    height:70px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:50px!important;
    background:#fff!important;
    color:#6b5687!important;
    font-family:"Nunito",system-ui,sans-serif!important;
    font-size:18px!important;
    font-weight:900!important;
    line-height:1!important;
    text-decoration:none!important;
    box-shadow:none!important;
    z-index:6!important;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud:before,
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud:after{
    content:"";
    position:absolute;
    background:#fff;
    border-radius:50%;
    z-index:-1;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud:before{
    width:78px;
    height:66px;
    left:18px;
    top:-18px;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud:after{
    width:84px;
    height:68px;
    right:16px;
    top:-14px;
  }

  /* Keep the hamburger exactly centered at the bottom of the header. */
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    bottom:8px!important;
    transform:translateX(-50%)!important;
    width:94px!important;
    height:68px!important;
    display:grid!important;
    place-content:center!important;
    gap:3px!important;
    padding:0!important;
    border:0!important;
    border-radius:28px 28px 10px 10px!important;
    background:#48aac9!important;
    box-shadow:0 6px 0 rgba(45,139,168,.10)!important;
    z-index:10!important;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle span{
    display:block!important;
    width:42px!important;
    height:5px!important;
    margin:2px 0!important;
    border-radius:999px!important;
    background:#fff!important;
  }

  /* Open menu starts directly beneath the centered hamburger. */
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{
    top:397px!important;
    left:14px!important;
    right:14px!important;
    z-index:220!important;
  }
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{height:396px!important;min-height:396px!important}
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{left:-94px!important;width:382px!important;height:234px!important;background-size:382px 234px!important}
  #mkex-app[data-mode="home"] .mkex-brand-image{width:266px!important;top:2px!important}
  #mkex-app[data-mode="home"] .mkex-logo-cloud{width:250px!important;height:112px!important}
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{width:142px!important;height:104px!important;max-width:142px!important;max-height:104px!important}
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{top:216px!important;width:176px!important;height:68px!important;font-size:17px!important}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{top:388px!important}
}

/* ===== v3.4.7 MOBILE HEADER PROPORTION FIX ===== */
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    height:360px!important;
    min-height:360px!important;
  }

  /* Bigger / heavier sun, extending to just below the login cloud. */
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:-108px!important;
    top:-8px!important;
    width:480px!important;
    height:293px!important;
    background-size:480px 293px!important;
    background-position:center center!important;
  }

  /* Move the logo cloud down so no part is clipped by the viewport. */
  #mkex-app[data-mode="home"] .mkex-brand-image{
    top:22px!important;
    width:274px!important;
    height:132px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:258px!important;
    height:116px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:138px!important;
    height:100px!important;
    max-width:138px!important;
    max-height:100px!important;
    margin:0!important;
    object-position:center center!important;
  }

  /* Login cloud remains centered but comes slightly upward as header gets shorter. */
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{
    top:196px!important;
  }

  /* Keep the hamburger centered exactly where it is visually, now against the shorter header. */
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{
    bottom:6px!important;
  }
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{
    top:352px!important;
  }
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    height:352px!important;
    min-height:352px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:-118px!important;
    top:-8px!important;
    width:466px!important;
    height:285px!important;
    background-size:466px 285px!important;
  }
  #mkex-app[data-mode="home"] .mkex-brand-image{
    top:20px!important;
    width:264px!important;
    height:128px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:250px!important;
    height:112px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:132px!important;
    height:96px!important;
    max-width:132px!important;
    max-height:96px!important;
    margin:0!important;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{
    top:192px!important;
  }
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{
    top:344px!important;
  }
}

/* ===== v3.4.9 slider arrow + performance polish ===== */
#mkex-app[data-mode="home"] .mkex-theme-slider-arrow{
  width:34px!important;
  height:72px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  font-size:64px!important;
  font-weight:900!important;
  line-height:1!important;
  text-shadow:0 3px 0 rgba(91,61,135,.72),0 4px 12px rgba(45,31,69,.36)!important;
  opacity:.96;
}
#mkex-app[data-mode="home"] .mkex-theme-slider-arrow.prev{left:2px!important}
#mkex-app[data-mode="home"] .mkex-theme-slider-arrow.next{right:2px!important}
#mkex-app[data-mode="home"] .mkex-theme-slider-arrow:hover{transform:translateY(-50%) scale(1.08)}
@media(max-width:860px){
  #mkex-app[data-mode="home"] .mkex-theme-slider-arrow{
    width:28px!important;
    height:62px!important;
    font-size:54px!important;
    text-shadow:0 2px 0 rgba(91,61,135,.72),0 3px 9px rgba(45,31,69,.32)!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-slider-arrow.prev{left:0!important}
  #mkex-app[data-mode="home"] .mkex-theme-slider-arrow.next{right:0!important}
}

/* ===== v3.4.10 mobile header: centered sun + no top cloud ===== */
@media (max-width:860px){
  /* Keep the overall mobile header behavior, but simplify the top visual. */
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    height:360px!important;
    min-height:360px!important;
  }

  /* Center the existing sun without changing its scale. */
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:50%!important;
    top:-8px!important;
    width:480px!important;
    height:293px!important;
    transform:translateX(-50%)!important;
    background-size:480px 293px!important;
    background-position:center center!important;
  }

  /* Remove the separate upper cloud block and place the logo directly over the centered sun. */
  #mkex-app[data-mode="home"] .mkex-brand-image{
    position:absolute!important;
    left:50%!important;
    top:34px!important;
    width:196px!important;
    height:110px!important;
    transform:translateX(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    z-index:5!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:196px!important;
    height:110px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    padding:0!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud:before,
  #mkex-app[data-mode="home"] .mkex-logo-cloud:after{
    display:none!important;
    content:none!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:176px!important;
    height:auto!important;
    max-width:176px!important;
    max-height:none!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    filter:none!important;
  }

  /* Preserve the login cloud and centered menu placement. */
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{top:196px!important}
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{bottom:6px!important}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{top:352px!important}
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    height:352px!important;
    min-height:352px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:50%!important;
    top:-8px!important;
    width:466px!important;
    height:285px!important;
    transform:translateX(-50%)!important;
    background-size:466px 285px!important;
  }
  #mkex-app[data-mode="home"] .mkex-brand-image{
    top:32px!important;
    width:186px!important;
    height:106px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:186px!important;
    height:106px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:168px!important;
    max-width:168px!important;
    margin:0!important;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{top:192px!important}
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{top:344px!important}
}

/* ===== v3.4.11 mobile header: smaller centered sun + shorter header ===== */
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    height:308px!important;
    min-height:308px!important;
  }
  #mkex-app[data-mode="home"] .mkex-topbar-v34:after{
    bottom:-24px!important;
    height:64px!important;
  }

  /* Center the sun disc precisely on the viewport and reduce overall size. */
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:50%!important;
    top:-8px!important;
    width:420px!important;
    height:256px!important;
    transform:translateX(-50%)!important;
    background-size:420px 256px!important;
    background-position:center top!important;
  }

  /* Keep logo inside the sun disc, noticeably smaller and centered. */
  #mkex-app[data-mode="home"] .mkex-brand-image{
    left:50%!important;
    top:24px!important;
    width:164px!important;
    height:88px!important;
    transform:translateX(-50%)!important;
    z-index:5!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:164px!important;
    height:88px!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    padding:0!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:146px!important;
    max-width:146px!important;
    height:auto!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{
    top:154px!important;
    width:172px!important;
    height:66px!important;
    font-size:16px!important;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle{
    bottom:4px!important;
  }
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{
    top:298px!important;
  }
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    height:292px!important;
    min-height:292px!important;
  }
  #mkex-app[data-mode="home"] .mkex-topbar-v34:after{
    bottom:-22px!important;
    height:60px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:50%!important;
    top:-8px!important;
    width:396px!important;
    height:241px!important;
    transform:translateX(-50%)!important;
    background-size:396px 241px!important;
    background-position:center top!important;
  }
  #mkex-app[data-mode="home"] .mkex-brand-image{
    top:24px!important;
    width:154px!important;
    height:84px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:154px!important;
    height:84px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:138px!important;
    max-width:138px!important;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{
    top:150px!important;
    width:166px!important;
    height:62px!important;
    font-size:15px!important;
  }
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{
    top:284px!important;
  }
}

/* ===== v3.4.12 mobile header micro-adjust: sun 5px right, smaller logo ===== */
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:calc(50% + 5px)!important;
  }
  #mkex-app[data-mode="home"] .mkex-brand-image{
    width:150px!important;
    height:82px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:150px!important;
    height:82px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:132px!important;
    max-width:132px!important;
  }
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:calc(50% + 5px)!important;
  }
  #mkex-app[data-mode="home"] .mkex-brand-image{
    width:140px!important;
    height:78px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:140px!important;
    height:78px!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:126px!important;
    max-width:126px!important;
  }
}

/* ===== v3.4.13 mobile header micro-adjust: sun +10px more right, login text +1 ===== */
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:calc(50% + 15px)!important;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{
    font-size:17px!important;
  }
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    left:calc(50% + 15px)!important;
  }
  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud{
    font-size:16px!important;
  }
}

/* ===== v3.4.14 desktop-only header restore ===== */
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    position:relative!important;
    display:block!important;
    height:215px!important;
    min-height:215px!important;
    padding:0!important;
    overflow:visible!important;
    background:#8fd6e7!important;
    z-index:30!important;
  }

  #mkex-app[data-mode="home"] .mkex-topbar-v34:after{
    display:block!important;
    content:"";
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:-62px!important;
    height:90px!important;
    background:linear-gradient(176deg,transparent 0 33%,#d8eff3 34% 58%,#fff7dc 59%)!important;
    pointer-events:none!important;
    z-index:0!important;
  }

  #mkex-app[data-mode="home"] .mkex-theme-header-sun{
    display:block!important;
    position:absolute!important;
    left:max(8px,calc(50% - 675px))!important;
    top:-18px!important;
    width:355px!important;
    height:225px!important;
    transform:none!important;
    background:url('../images/kindergarten/sun1.png') right top/355px 225px no-repeat!important;
    z-index:0!important;
    pointer-events:none!important;
  }

  #mkex-app[data-mode="home"] .mkex-brand-image{
    position:absolute!important;
    left:max(28px,calc(50% - 500px))!important;
    top:12px!important;
    width:246px!important;
    height:122px!important;
    transform:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    z-index:4!important;
  }

  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:236px!important;
    height:110px!important;
    padding:10px 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(255,255,255,.94)!important;
    border:0!important;
    border-radius:56% 48% 54% 46% / 55% 55% 48% 52%!important;
    box-shadow:0 10px 24px rgba(95,80,45,.10)!important;
    overflow:hidden!important;
  }

  #mkex-app[data-mode="home"] .mkex-logo-cloud:before,
  #mkex-app[data-mode="home"] .mkex-logo-cloud:after{
    display:none!important;
    content:none!important;
  }

  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    filter:none!important;
    margin:0!important;
  }

  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account{
    display:block!important;
    position:absolute!important;
    right:max(28px,calc(50% - 500px))!important;
    left:auto!important;
    top:34px!important;
    transform:none!important;
    margin:0!important;
    z-index:5!important;
  }

  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account span,
  #mkex-app[data-mode="home"] .mkex-topbar-v34 .mkex-account a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:48px!important;
    padding:12px 18px!important;
    font-size:15px!important;
    line-height:1.1!important;
    font-weight:900!important;
    color:#675381!important;
    background:rgba(255,255,255,.92)!important;
    border:2px solid rgba(255,255,255,.86)!important;
    border-radius:999px!important;
    box-shadow:0 8px 16px rgba(76,64,36,.09)!important;
    text-decoration:none!important;
    white-space:nowrap!important;
  }

  #mkex-app[data-mode="home"] .mkex-mobile-login-cloud,
  #mkex-app[data-mode="home"] .mkex-mobile-menu-toggle,
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav{
    display:none!important;
  }

  #mkex-app[data-mode="home"] .mkex-kinder-nav{
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    transform:translateX(-50%)!important;
    width:min(1040px,calc(100% - 32px))!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    gap:6px!important;
    z-index:5!important;
    overflow:visible!important;
  }

  #mkex-app[data-mode="home"] .mkex-kinder-nav a{
    min-width:118px!important;
    height:60px!important;
    padding:0 14px!important;
    border-radius:20px 20px 0 0!important;
    font-size:16px!important;
    font-weight:900!important;
    line-height:1.08!important;
    text-align:center!important;
  }

  #mkex-app[data-mode="home"] .mkex-theme-slider-wrap{
    margin-top:18px!important;
  }
}

/* ===== v3.4.15 desktop-only logo center + desktop slider variants ===== */
#mkex-app[data-mode="home"] .mkex-theme-slide-link picture,
#mkex-app[data-mode="home"] .mkex-theme-slide-link picture img{
  display:block;
  width:100%;
  height:100%;
}
#mkex-app[data-mode="home"] .mkex-theme-slide-link picture img{
  object-fit:contain!important;
  object-position:center center!important;
}
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-topbar-v34{
    height:202px!important;
    min-height:202px!important;
  }
  #mkex-app[data-mode="home"] .mkex-brand-image{
    left:50%!important;
    top:6px!important;
    width:210px!important;
    height:100px!important;
    transform:translateX(-50%)!important;
  }
  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:202px!important;
    height:92px!important;
    padding:8px 14px!important;
  }
  #mkex-app[data-mode="home"] .mkex-kinder-nav{
    width:min(1060px,calc(100% - 32px))!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-slider-wrap{
    width:min(940px,calc(100% - 40px))!important;
    max-width:940px!important;
    margin:22px auto 0!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-slider{
    height:441px!important;
    border-width:8px!important;
    border-radius:26px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-slide-link picture img{
    object-fit:cover!important;
    object-position:center center!important;
  }
}

/* ===== v3.4.16 desktop-only header cleanup + full-width slider fit ===== */
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-brand-image{
    left:50%!important;
    top:8px!important;
    width:170px!important;
    height:96px!important;
    transform:translateX(-50%)!important;
  }

  #mkex-app[data-mode="home"] .mkex-logo-cloud{
    width:170px!important;
    height:96px!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
  }

  #mkex-app[data-mode="home"] .mkex-logo-cloud:before,
  #mkex-app[data-mode="home"] .mkex-logo-cloud:after{
    display:none!important;
    content:none!important;
  }

  #mkex-app[data-mode="home"] .mkex-logo-cloud img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    filter:none!important;
  }

  #mkex-app[data-mode="home"] .mkex-theme-slider-wrap{
    width:min(780px,calc(100% - 40px))!important;
    max-width:780px!important;
    margin:22px auto 0!important;
  }

  #mkex-app[data-mode="home"] .mkex-theme-slider{
    height:420px!important;
    border-width:7px!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }

  #mkex-app[data-mode="home"] .mkex-theme-slide-link picture img,
  #mkex-app[data-mode="home"] .mkex-theme-slide-link > img{
    object-fit:cover!important;
    object-position:center center!important;
  }
}

/* ===== v3.4.20 — Home library discovery hub (below slider only) ===== */
#mkex-app[data-mode="home"] .mkex-home-library-hub{
  margin:24px 0 34px;
  padding:34px 34px 30px;
  border:1px solid rgba(219,195,132,.55);
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,252,237,.98),rgba(255,246,215,.96));
  box-shadow:0 10px 0 rgba(160,130,67,.07),0 24px 46px rgba(93,74,45,.08);
  position:relative;
  overflow:hidden;
}
#mkex-app[data-mode="home"] .mkex-home-library-hub:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  right:-110px;
  top:-125px;
  background:rgba(142,215,234,.28);
  pointer-events:none;
}
#mkex-app[data-mode="home"] .mkex-home-library-hub-head{
  position:relative;
  z-index:1;
  text-align:center;
  max-width:720px;
  margin:0 auto 22px;
}
#mkex-app[data-mode="home"] .mkex-home-library-eyebrow{
  display:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-hub-head h2{
  margin:0 0 7px!important;
  font-family:"Patrick Hand","Nunito",cursive!important;
  color:#65465f!important;
  font-size:36px!important;
  line-height:1.02!important;
  letter-spacing:.01em!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-hub-head p{
  margin:0!important;
  color:#806b5b!important;
  font-size:16px!important;
  line-height:1.5!important;
  font-weight:700;
}
#mkex-app[data-mode="home"] .mkex-home-library-search{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  min-height:66px;
  margin:0 auto;
  padding:8px 9px 8px 20px;
  border:3px solid #fff;
  border-radius:24px;
  background:#fff;
  box-shadow:0 8px 22px rgba(100,76,46,.10),inset 0 0 0 1px rgba(143,118,70,.08);
  display:grid;
  grid-template-columns:38px 1fr auto;
  align-items:center;
  gap:10px;
  text-decoration:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#8b59c2;
  background:#f3ebff;
  font-size:26px;
  line-height:1;
  font-weight:900;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-text{
  color:#8a7d73;
  font-size:18px;
  font-weight:800;
}
#mkex-app[data-mode="home"] .mkex-home-library-search b{
  min-height:46px;
  padding:0 18px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#8f5bd4,#b26ce0);
  color:#fff;
  font-size:14px;
  letter-spacing:.03em;
  box-shadow:0 5px 0 rgba(93,61,126,.13);
}
#mkex-app[data-mode="home"] .mkex-home-library-chips{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
  margin:16px auto 30px;
}
#mkex-app[data-mode="home"] .mkex-home-library-chips a{
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(211,188,128,.46);
  color:#654f3f!important;
  font-size:13px;
  font-weight:900;
  box-shadow:0 4px 10px rgba(90,68,38,.05);
  text-decoration:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-chips a:nth-child(2){background:#eef7d9}
#mkex-app[data-mode="home"] .mkex-home-library-chips a:nth-child(3){background:#ffe8e8}
#mkex-app[data-mode="home"] .mkex-home-library-chips a:nth-child(4){background:#e7f5fb}
#mkex-app[data-mode="home"] .mkex-home-library-chips a:nth-child(5){background:#f2ebff}
#mkex-app[data-mode="home"] .mkex-home-library-preview-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 2px 16px;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-head>div span{
  color:#b18418;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.1em;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-head h3{
  margin:2px 0 0!important;
  color:#644c3d!important;
  font-size:28px!important;
  line-height:1.1!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-head>a{
  color:#8b59c2!important;
  font-size:14px;
  font-weight:1000;
  text-decoration:none!important;
  white-space:nowrap;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-card{
  min-width:0;
  border-radius:24px;
  padding:10px;
  background:#fff;
  border:1px solid rgba(212,192,140,.46);
  box-shadow:0 10px 22px rgba(94,72,42,.07);
  text-decoration:none!important;
  color:#5f493b!important;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(94,72,42,.11);
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-image{
  height:205px;
  border-radius:17px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:#fafafa;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-image img{
  width:100%;
  height:100%;
  object-fit:contain!important;
  display:block;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-image>span{
  font-size:44px;
  color:#8b59c2;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-meta{
  padding:11px 4px 4px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:5px;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-meta>span{
  min-height:27px;
  padding:4px 10px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  background:#f0bd3a;
  color:#fff;
  font-size:11px;
  font-weight:1000;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-card:nth-child(2) .mkex-home-library-preview-meta>span{background:#9eb63b}
#mkex-app[data-mode="home"] .mkex-home-library-preview-card:nth-child(3) .mkex-home-library-preview-meta>span{background:#48a8c8}
#mkex-app[data-mode="home"] .mkex-home-library-preview-meta b{
  color:#5d493b;
  font-size:17px;
  line-height:1.18;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-meta small{
  color:#8b59c2;
  font-size:12px;
  font-weight:900;
}
#mkex-app[data-mode="home"] .mkex-home-library-footer-cta{
  display:flex;
  justify-content:center;
  margin-top:22px;
}
#mkex-app[data-mode="home"] .mkex-home-library-footer-cta>a{
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:linear-gradient(135deg,#efb52e,#f19031);
  color:#fff!important;
  font-size:15px;
  font-weight:1000;
  text-decoration:none!important;
  box-shadow:0 6px 0 rgba(133,91,30,.12);
}
#mkex-app[data-mode="home"] .mkex-home-library-footer-cta span{font-size:20px;line-height:1}
#mkex-app[data-mode="home"] .mkex-home-library-empty{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:150px;
  padding:22px;
  border-radius:22px;
  background:#fff;
  color:#654f3f!important;
  text-decoration:none!important;
  text-align:center;
}
#mkex-app[data-mode="home"] .mkex-home-library-empty b{font-size:22px}
#mkex-app[data-mode="home"] .mkex-home-library-empty span{margin-top:5px;font-size:14px;color:#817164}

@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-home-library-hub{
    margin:18px 0 24px;
    padding:25px 16px 24px;
    border-radius:28px;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-hub-head{margin-bottom:17px}
  #mkex-app[data-mode="home"] .mkex-home-library-eyebrow{display:none!important}
  #mkex-app[data-mode="home"] .mkex-home-library-hub-head h2{font-size:29px!important;line-height:1.03!important;max-width:270px;margin:0 auto 7px!important}
  #mkex-app[data-mode="home"] .mkex-home-library-hub-head p{font-size:14px!important;line-height:1.45!important;max-width:330px;margin:0 auto!important}
  #mkex-app[data-mode="home"] .mkex-home-library-search{
    min-height:58px;
    grid-template-columns:34px 1fr auto;
    padding:7px 7px 7px 13px;
    border-radius:20px;
    gap:8px;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-search-icon{width:34px;height:34px;font-size:23px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-text{font-size:16px}
  #mkex-app[data-mode="home"] .mkex-home-library-search b{min-height:42px;padding:0 14px;border-radius:15px;font-size:12px}
  #mkex-app[data-mode="home"] .mkex-home-library-chips{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    gap:8px;
    margin:13px -16px 24px;
    padding:0 16px 5px;
    scrollbar-width:none;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-chips::-webkit-scrollbar{display:none}
  #mkex-app[data-mode="home"] .mkex-home-library-chips a{flex:0 0 auto;min-height:36px;font-size:12px;padding:0 12px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-head{
    align-items:center;
    margin-bottom:13px;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-preview-head h3{font-size:22px!important}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-head>a{font-size:12px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding:0 2px 10px;
    margin:0 -2px;
    scrollbar-width:none;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-preview-grid::-webkit-scrollbar{display:none}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-card{
    flex:0 0 72%;
    scroll-snap-align:start;
    border-radius:21px;
    padding:9px;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-preview-image{height:220px;border-radius:15px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-meta b{font-size:16px}
  #mkex-app[data-mode="home"] .mkex-home-library-footer-cta{margin-top:14px}
  #mkex-app[data-mode="home"] .mkex-home-library-footer-cta>a{width:100%;min-height:46px;padding:0 14px;font-size:14px}
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-home-library-hub{padding-left:14px;padding-right:14px}
  #mkex-app[data-mode="home"] .mkex-home-library-hub-head h2{font-size:27px!important;max-width:245px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-text{font-size:15px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-card{flex-basis:77%}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-image{height:210px}
}

/* ===== v3.4.21 — What you can do banner (below slider, above discovery hub) ===== */
#mkex-app[data-mode="home"] .mkex-home-capabilities{
  position:relative;
  overflow:hidden;
  margin:22px 0 18px;
  padding:28px 30px 26px;
  border:3px solid rgba(255,255,255,.92);
  border-radius:32px;
  background:
    radial-gradient(circle at 8% 16%,rgba(255,255,255,.8) 0 5px,transparent 6px),
    radial-gradient(circle at 94% 22%,rgba(255,255,255,.72) 0 4px,transparent 5px),
    linear-gradient(135deg,#fff0f8 0%,#fff9df 48%,#e8f8ff 100%);
  box-shadow:0 8px 0 rgba(151,118,69,.08),0 20px 38px rgba(101,73,43,.08);
}
#mkex-app[data-mode="home"] .mkex-home-capabilities:before,
#mkex-app[data-mode="home"] .mkex-home-capabilities:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border-radius:50%;
  pointer-events:none;
}
#mkex-app[data-mode="home"] .mkex-home-capabilities:before{left:-86px;bottom:-92px;background:rgba(139,89,194,.09)}
#mkex-app[data-mode="home"] .mkex-home-capabilities:after{right:-76px;top:-94px;background:rgba(72,168,200,.11)}
#mkex-app[data-mode="home"] .mkex-home-capabilities-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  text-align:center;
  margin:0 auto 20px;
}
#mkex-app[data-mode="home"] .mkex-home-capabilities-eyebrow{
  display:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-capabilities-head h2{
  margin:0!important;
  font-family:"Patrick Hand","Nunito",cursive!important;
  color:#65465f!important;
  font-size:36px!important;
  line-height:1.02!important;
  letter-spacing:.01em!important;
}
#mkex-app[data-mode="home"] .mkex-home-capabilities-spark{
  display:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-capabilities-spark.second{
  display:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-capabilities-list{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
  max-width:960px;
  margin:0 auto;
}
#mkex-app[data-mode="home"] .mkex-home-capability-item{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:11px;
  align-items:center;
  min-height:66px;
  padding:10px 15px 10px 11px;
  border:2px solid rgba(255,255,255,.9);
  border-radius:20px;
  background:rgba(255,255,255,.72);
  box-shadow:0 6px 14px rgba(91,68,44,.06);
}
#mkex-app[data-mode="home"] .mkex-home-capability-item>span{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:18px;
  line-height:1;
  font-weight:900;
  box-shadow:0 4px 0 rgba(93,64,45,.08);
}
#mkex-app[data-mode="home"] .mkex-home-capability-item p{
  margin:0!important;
  color:#674f52!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:850!important;
}
#mkex-app[data-mode="home"] .mkex-home-capability-item.tone-pink>span{background:#ee6e91}
#mkex-app[data-mode="home"] .mkex-home-capability-item.tone-purple>span{background:#8b59c2}
#mkex-app[data-mode="home"] .mkex-home-capability-item.tone-yellow>span{background:#efb52e}
#mkex-app[data-mode="home"] .mkex-home-capability-item.tone-green>span{background:#8dac3a}
#mkex-app[data-mode="home"] .mkex-home-capability-item.tone-blue>span{background:#48a8c8}
#mkex-app[data-mode="home"] .mkex-home-capability-item.tone-lilac>span{background:#b076df}

@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-home-capabilities{
    margin:17px 10px 15px;
    padding:23px 14px 20px;
    border-radius:27px;
  }
  #mkex-app[data-mode="home"] .mkex-home-capabilities-head{gap:0;margin-bottom:16px}
  #mkex-app[data-mode="home"] .mkex-home-capabilities-spark{display:none!important}
  #mkex-app[data-mode="home"] .mkex-home-capabilities-eyebrow{display:none!important}
  #mkex-app[data-mode="home"] .mkex-home-capabilities-head h2{font-size:29px!important;line-height:1.03!important;max-width:270px;margin:0 auto!important}
  #mkex-app[data-mode="home"] .mkex-home-capabilities-list{grid-template-columns:1fr;gap:9px}
  #mkex-app[data-mode="home"] .mkex-home-capability-item{
    min-height:58px;
    grid-template-columns:34px 1fr;
    gap:9px;
    padding:9px 12px 9px 9px;
    border-radius:18px;
  }
  #mkex-app[data-mode="home"] .mkex-home-capability-item>span{width:34px;height:34px;font-size:16px}
  #mkex-app[data-mode="home"] .mkex-home-capability-item p{font-size:13px!important;line-height:1.32!important}
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-home-capabilities{margin-left:7px;margin-right:7px;padding-left:11px;padding-right:11px}
  #mkex-app[data-mode="home"] .mkex-home-capabilities-head h2{font-size:27px!important;max-width:245px}
  #mkex-app[data-mode="home"] .mkex-home-capabilities-spark{display:none!important}
}


/* ===== v3.4.23 — Home quick action buttons ===== */
#mkex-app[data-mode="home"] .mkex-home-library-actions{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:14px;
}
#mkex-app[data-mode="home"] .mkex-home-library-action{
  min-width:0;
  min-height:92px;
  padding:14px 18px 14px 14px;
  border-radius:24px;
  display:grid;
  grid-template-columns:56px 1fr 24px;
  align-items:center;
  gap:14px;
  background:#fff;
  border:1px solid rgba(215,190,136,.42);
  box-shadow:0 10px 24px rgba(94,72,42,.08);
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease;
}
#mkex-app[data-mode="home"] .mkex-home-library-action:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(94,72,42,.12);
}
#mkex-app[data-mode="home"] .mkex-home-library-action-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:grid;
  place-items:center;
  font-size:28px;
  line-height:1;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);
}
#mkex-app[data-mode="home"] .mkex-home-library-action-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
#mkex-app[data-mode="home"] .mkex-home-library-action-copy b{
  color:#684c3d;
  font-size:21px;
  line-height:1.12;
}
#mkex-app[data-mode="home"] .mkex-home-library-action-copy small{
  color:#856f61;
  font-size:14px;
  line-height:1.45;
  font-weight:800;
}
#mkex-app[data-mode="home"] .mkex-home-library-action-arrow{
  color:#7d5fd0;
  font-size:28px;
  line-height:1;
  font-weight:1000;
}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-pink{background:linear-gradient(135deg,#fff,#fff2f7)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-pink .mkex-home-library-action-icon{background:linear-gradient(135deg,#ff8bb3,#ffb9cf)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-coral{background:linear-gradient(135deg,#fff,#fff1eb)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-coral .mkex-home-library-action-icon{background:linear-gradient(135deg,#ff8a70,#ffb183)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-yellow{background:linear-gradient(135deg,#fff,#fff7df)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-yellow .mkex-home-library-action-icon{background:linear-gradient(135deg,#f6c64c,#ffd978)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-blue{background:linear-gradient(135deg,#fff,#edf8ff)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-blue .mkex-home-library-action-icon{background:linear-gradient(135deg,#67c4eb,#8ed6ef)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-green{background:linear-gradient(135deg,#fff,#eef8e6)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-green .mkex-home-library-action-icon{background:linear-gradient(135deg,#94cb57,#b2db79)}

@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-home-library-actions{gap:11px}
  #mkex-app[data-mode="home"] .mkex-home-library-action{
    min-height:84px;
    padding:12px 14px 12px 12px;
    border-radius:22px;
    grid-template-columns:48px 1fr 18px;
    gap:11px;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-action-icon{width:48px;height:48px;border-radius:15px;font-size:24px}
  #mkex-app[data-mode="home"] .mkex-home-library-action-copy b{font-size:18px}
  #mkex-app[data-mode="home"] .mkex-home-library-action-copy small{font-size:12px;line-height:1.35}
  #mkex-app[data-mode="home"] .mkex-home-library-action-arrow{font-size:22px}
}

@media (max-width:390px){
  #mkex-app[data-mode="home"] .mkex-home-library-action-copy b{font-size:17px}
}


/* ===== v3.4.24 — Home library search section ===== */
#mkex-app[data-mode="home"] .mkex-home-library-search{
  position:relative;
  margin:18px auto 8px;
  padding:0 14px;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head,
#mkex-app[data-mode="home"] .mkex-home-library-search-shell{
  width:min(860px,100%);
  margin:0 auto;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head{
  background:linear-gradient(180deg,#f1faf8,#eef8f5);
  border:1px solid rgba(194,225,214,.9);
  border-radius:34px 34px 22px 22px;
  padding:20px 20px 16px;
  text-align:center;
  box-shadow:0 16px 34px rgba(90,118,112,.09);
}
#mkex-app[data-mode="home"] .mkex-home-library-search-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#8fd1e6,#61c4cf);
  color:#fff;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head h2{
  margin:14px 0 8px;
  color:#65493b;
  font-size:clamp(30px,3vw,38px);
  line-height:1.06;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head p{
  margin:0 auto;
  max-width:680px;
  color:#846e60;
  font-size:16px;
  line-height:1.55;
  font-weight:800;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-shell{
  margin-top:-8px;
  padding:18px 18px 22px;
  border-radius:0 0 28px 28px;
  background:linear-gradient(180deg,#fffdfa,#fff7ee);
  border:1px solid rgba(231,216,183,.95);
  border-top:none;
  box-shadow:0 14px 30px rgba(121,99,69,.08);
}
#mkex-app[data-mode="home"] .mkex-home-library-search-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  padding:10px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(223,215,231,.9);
  box-shadow:0 12px 24px rgba(104,80,120,.08);
}
#mkex-app[data-mode="home"] .mkex-home-library-search-form input{
  width:100%;
  min-width:0;
  height:54px;
  border:none;
  outline:none;
  background:transparent;
  color:#695446;
  font-size:18px;
  font-weight:800;
  padding:0 14px;
  box-shadow:none;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-form input::placeholder{color:#b09f97;opacity:1}
#mkex-app[data-mode="home"] .mkex-home-library-search-form button{
  height:54px;
  padding:0 22px;
  border:none;
  border-radius:18px;
  background:linear-gradient(135deg,#ad7ef2,#8d62e1);
  color:#fff;
  font-size:17px;
  font-weight:1000;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(131,95,209,.24);
}
#mkex-app[data-mode="home"] .mkex-home-library-search-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 2px 0;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-tags a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  text-decoration:none!important;
  color:#755f51;
  font-size:14px;
  font-weight:900;
  border:1px solid rgba(229,216,194,.9);
  background:#fff;
  box-shadow:0 6px 14px rgba(113,89,64,.06);
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  text-decoration:none!important;
  background:#fff;
  border-radius:22px;
  padding:10px;
  border:1px solid rgba(228,216,197,.9);
  box-shadow:0 10px 22px rgba(121,99,69,.08);
  transition:transform .18s ease, box-shadow .18s ease;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 24px rgba(121,99,69,.12);
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-thumb{
  aspect-ratio:1/1;
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff,#f7f0e7);
  display:grid;
  place-items:center;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-thumb span{font-size:28px}
#mkex-app[data-mode="home"] .mkex-home-library-preview-meta{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:0 4px 2px;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-meta small{
  color:#b08f2d;
  font-size:12px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.03em;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-meta b{
  color:#685243;
  font-size:16px;
  line-height:1.25;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:54px;
  margin-top:18px;
  border-radius:999px;
  background:linear-gradient(135deg,#f6b23d,#f39b22);
  color:#fff!important;
  text-decoration:none!important;
  font-size:18px;
  font-weight:1000;
  box-shadow:0 12px 20px rgba(212,144,34,.24);
}

@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-home-library-search{padding:0 10px;margin:14px auto 6px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-head{padding:16px 16px 12px;border-radius:28px 28px 18px 18px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-head h2{font-size:22px;line-height:1.12;margin:12px 0 8px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-head p{font-size:13px;line-height:1.45}
  #mkex-app[data-mode="home"] .mkex-home-library-search-shell{padding:14px 14px 18px;border-radius:0 0 24px 24px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-form{grid-template-columns:1fr auto;gap:8px;padding:8px;border-radius:20px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-form input{height:44px;padding:0 10px;font-size:15px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-form button{height:44px;padding:0 16px;border-radius:14px;font-size:15px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-tags{gap:8px;margin-top:12px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-tags a{min-height:34px;padding:7px 12px;font-size:13px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-card{padding:8px;border-radius:18px;gap:8px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-thumb{border-radius:14px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-meta small{font-size:11px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-meta b{font-size:14px;line-height:1.2}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-link{min-height:48px;font-size:16px;margin-top:14px}
}


/* ===== v3.4.25 — Home library preview image ===== */
#mkex-app[data-mode="home"] .mkex-home-library-search{
  position:relative;
  margin:18px auto 8px;
  padding:0 14px;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head{
  width:min(860px,100%);
  margin:0 auto 12px;
  text-align:center;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head h2{
  margin:0;
  color:#65493b;
  font-size:clamp(30px,3vw,38px);
  line-height:1.08;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero{
  display:block;
  width:min(860px,100%);
  margin:0 auto;
  padding:12px;
  border-radius:28px;
  background:linear-gradient(180deg,#fffdfa,#fff7ee);
  border:1px solid rgba(231,216,183,.95);
  box-shadow:0 14px 30px rgba(121,99,69,.08);
  text-decoration:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero img{
  display:block;
  width:100%;
  height:auto;
  border-radius:20px;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 32px rgba(121,99,69,.12);
}
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-home-library-search{padding:0 10px;margin:14px auto 6px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-head{margin:0 auto 10px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-head h2{font-size:22px;line-height:1.12}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero{padding:10px;border-radius:24px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero img{border-radius:16px}
}


/* ===== v3.4.26 — Home library preview title + image fix ===== */
#mkex-app[data-mode="home"] .mkex-home-library-search{
  position:relative;
  margin:18px auto 10px;
  padding:0 12px;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head,
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero{
  width:min(760px,100%);
  margin-left:auto;
  margin-right:auto;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  text-align:center!important;
  display:block!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head h2{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 12px!important;
  padding:0!important;
  color:#65493b!important;
  font-size:clamp(28px,3vw,38px)!important;
  line-height:1.08!important;
  text-align:center!important;
  writing-mode:horizontal-tb!important;
  transform:none!important;
  letter-spacing:0!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero{
  display:block;
  padding:12px;
  border-radius:30px;
  background:linear-gradient(180deg,#fffdfa,#fff7ee);
  border:1px solid rgba(231,216,183,.95);
  box-shadow:0 14px 30px rgba(121,99,69,.08);
  text-decoration:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero img{
  display:block;
  width:100%;
  height:auto;
  border-radius:22px;
}
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-home-library-search{padding:0 16px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-head,
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero{width:min(620px,100%)}
}
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-home-library-search{padding:0 10px;margin:14px auto 8px}
  #mkex-app[data-mode="home"] .mkex-home-library-search-head h2{font-size:22px!important;margin:0 0 10px!important}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero{padding:10px;border-radius:24px}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero img{border-radius:18px}
}


/* ===== v3.4.27 — Home library preview spacing cleanup ===== */
#mkex-app[data-mode="home"] .mkex-home-library-search{
  margin:12px auto 14px!important;
  padding:0 10px!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head{
  display:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero{
  width:min(410px,100%)!important;
  margin:0 auto!important;
  padding:10px!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fffdfa,#fff7ef)!important;
  border:1px solid rgba(231,216,183,.96)!important;
  box-shadow:0 12px 24px rgba(121,99,69,.08)!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  border-radius:20px!important;
}
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-home-library-search{padding:0 14px!important}
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero{width:min(440px,100%)!important;padding:12px!important}
}


/* ===== v3.4.28 — Home library preview full-width card fix ===== */
#mkex-app[data-mode="home"] .mkex-home-library-search{
  position:relative!important;
  z-index:1!important;
  margin:16px 10px 18px!important;
  padding:14px!important;
  width:auto!important;
  min-height:0!important;
  max-width:none!important;
  border:3px solid rgba(255,255,255,.92)!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#fffdfa,#fff7ee)!important;
  box-shadow:0 8px 0 rgba(151,118,69,.08),0 20px 38px rgba(101,73,43,.08)!important;
  overflow:hidden!important;
  display:block!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-search-head{
  display:none!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:20px!important;
  background:transparent!important;
  box-shadow:none!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  border-radius:18px!important;
}
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-home-library-search{
    width:min(760px,calc(100% - 32px))!important;
    margin:20px auto 22px!important;
    padding:16px!important;
    border-radius:32px!important;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero{
    border-radius:22px!important;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero img{
    border-radius:20px!important;
  }
}

/* v3.4.29: desktop-only library preview image swap and width alignment */
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero picture{
  display:block!important;
  width:100%!important;
}
#mkex-app[data-mode="home"] .mkex-home-library-preview-hero picture img{
  display:block!important;
  width:100%!important;
  height:auto!important;
}
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-home-library-search{
    width:100%!important;
    margin:22px 0 22px!important;
    padding:16px!important;
    border-radius:32px!important;
  }
  #mkex-app[data-mode="home"] .mkex-home-library-preview-hero{
    width:100%!important;
    max-width:none!important;
  }
}

/* ===== v3.4.30 — Home live growth summary ===== */
#mkex-app[data-mode="home"] .mkex-home-growth-summary{
  position:relative;
  margin:22px 0 22px;
  padding:24px;
  border:3px solid rgba(255,255,255,.94);
  border-radius:32px;
  background:linear-gradient(145deg,#fff9f3 0%,#fff 48%,#f7f2ff 100%);
  box-shadow:0 8px 0 rgba(151,118,69,.08),0 20px 38px rgba(101,73,43,.08);
  overflow:hidden;
}
#mkex-app[data-mode="home"] .mkex-home-growth-summary:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  right:-70px;
  top:-75px;
  background:rgba(139,89,194,.07);
  pointer-events:none;
}
#mkex-app[data-mode="home"] .mkex-home-growth-top{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:150px 1fr;
  gap:24px;
  align-items:center;
}
#mkex-app[data-mode="home"] .mkex-home-growth-score{
  width:132px;
  height:132px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:conic-gradient(#8f62df var(--mkex-growth-score),#eee8f3 0);
  box-shadow:0 10px 26px rgba(121,91,173,.16);
  margin:auto;
}
#mkex-app[data-mode="home"] .mkex-home-growth-score>div{
  width:102px;
  height:102px;
  border-radius:50%;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:inset 0 0 0 1px #eee5f5;
}
#mkex-app[data-mode="home"] .mkex-home-growth-score b{
  color:#5b3f73;
  font-size:30px;
  line-height:1;
}
#mkex-app[data-mode="home"] .mkex-home-growth-score small{
  margin-top:5px;
  color:#97899d;
  font-size:10px;
  font-weight:900;
}
#mkex-app[data-mode="home"] .mkex-home-growth-intro>span,
#mkex-app[data-mode="home"] .mkex-home-growth-map-head span{
  display:block;
  color:#e56a45;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.08em;
}
#mkex-app[data-mode="home"] .mkex-home-growth-intro h2{
  margin:5px 0 7px!important;
  color:#65493b!important;
  font-size:36px!important;
  line-height:1.04!important;
}
#mkex-app[data-mode="home"] .mkex-home-growth-intro p{
  margin:0!important;
  color:#846e60!important;
  font-size:15px!important;
  line-height:1.5!important;
  font-weight:700!important;
}
#mkex-app[data-mode="home"] .mkex-home-growth-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
#mkex-app[data-mode="home"] .mkex-home-growth-chips span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #eee5dd;
  color:#765f52;
  font-size:12px;
  font-weight:900;
  box-shadow:0 5px 12px rgba(98,73,46,.05);
}
#mkex-app[data-mode="home"] .mkex-home-growth-map{
  position:relative;
  z-index:1;
  margin-top:22px;
  padding:18px;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  border:1px solid #eee5ef;
}
#mkex-app[data-mode="home"] .mkex-home-growth-map-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
#mkex-app[data-mode="home"] .mkex-home-growth-map-head h3{
  margin:4px 0 0!important;
  color:#65493b!important;
  font-size:24px!important;
}
#mkex-app[data-mode="home"] .mkex-home-growth-map-head a{
  color:#8f62df!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:1000;
  white-space:nowrap;
}
#mkex-app[data-mode="home"] .mkex-home-growth-skill-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
}
#mkex-app[data-mode="home"] .mkex-home-growth-skill{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:10px;
  align-items:center;
  min-width:0;
  padding:10px;
  border-radius:16px;
  background:#fff;
  border:1px solid #f0eaf1;
}
#mkex-app[data-mode="home"] .mkex-home-growth-skill-icon{
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#f1e8fa;
  color:#8f62df;
  font-size:17px;
}
#mkex-app[data-mode="home"] .mkex-home-growth-skill:nth-child(2) .mkex-home-growth-skill-icon{background:#fff0e7;color:#f28a51}
#mkex-app[data-mode="home"] .mkex-home-growth-skill:nth-child(3) .mkex-home-growth-skill-icon{background:#eaf7ee;color:#68a85d}
#mkex-app[data-mode="home"] .mkex-home-growth-skill:nth-child(4) .mkex-home-growth-skill-icon{background:#eaf4ff;color:#4f9fd5}
#mkex-app[data-mode="home"] .mkex-home-growth-skill:nth-child(5) .mkex-home-growth-skill-icon{background:#fff0f5;color:#e66e95}
#mkex-app[data-mode="home"] .mkex-home-growth-skill:nth-child(6) .mkex-home-growth-skill-icon{background:#fff8df;color:#d9a52c}
#mkex-app[data-mode="home"] .mkex-home-growth-skill-main>div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin-bottom:7px;
}
#mkex-app[data-mode="home"] .mkex-home-growth-skill-main b{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#665363;
  font-size:13px;
}
#mkex-app[data-mode="home"] .mkex-home-growth-skill-main span{
  color:#8f62df;
  font-size:11px;
  font-weight:1000;
}
#mkex-app[data-mode="home"] .mkex-home-growth-skill-main i{
  display:block;
  height:7px;
  border-radius:99px;
  background:#eee9f0;
  overflow:hidden;
}
#mkex-app[data-mode="home"] .mkex-home-growth-skill-main i em{
  display:block;
  height:100%;
  border-radius:99px;
  background:linear-gradient(90deg,#a66be0,#8b5db8);
}
#mkex-app[data-mode="home"] .mkex-home-growth-empty{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:#fff;
  border:1px dashed #ded1e7;
}
#mkex-app[data-mode="home"] .mkex-home-growth-empty>span{font-size:28px}
#mkex-app[data-mode="home"] .mkex-home-growth-empty b{display:block;color:#665363;font-size:14px}
#mkex-app[data-mode="home"] .mkex-home-growth-empty p{margin:3px 0 0!important;color:#8b7e8f!important;font-size:12px!important;line-height:1.4!important}
#mkex-app[data-mode="home"] .mkex-home-growth-open{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:50px;
  margin-top:16px;
  border-radius:999px;
  background:linear-gradient(135deg,#9a67df,#7e5bc9);
  color:#fff!important;
  text-decoration:none!important;
  font-size:16px;
  font-weight:1000;
  box-shadow:0 10px 18px rgba(126,91,201,.22);
}

@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-home-growth-summary{
    margin:14px 7px 16px;
    padding:17px 14px 16px;
    border-radius:28px;
  }
  #mkex-app[data-mode="home"] .mkex-home-growth-top{
    grid-template-columns:92px 1fr;
    gap:13px;
  }
  #mkex-app[data-mode="home"] .mkex-home-growth-score{width:88px;height:88px}
  #mkex-app[data-mode="home"] .mkex-home-growth-score>div{width:68px;height:68px}
  #mkex-app[data-mode="home"] .mkex-home-growth-score b{font-size:21px}
  #mkex-app[data-mode="home"] .mkex-home-growth-score small{font-size:7px;margin-top:3px}
  #mkex-app[data-mode="home"] .mkex-home-growth-intro>span{font-size:9px}
  #mkex-app[data-mode="home"] .mkex-home-growth-intro h2{font-size:24px!important;margin:4px 0 5px!important}
  #mkex-app[data-mode="home"] .mkex-home-growth-intro p{font-size:11px!important;line-height:1.4!important}
  #mkex-app[data-mode="home"] .mkex-home-growth-chips{gap:5px;margin-top:10px}
  #mkex-app[data-mode="home"] .mkex-home-growth-chips span{min-height:28px;padding:5px 8px;font-size:9px}
  #mkex-app[data-mode="home"] .mkex-home-growth-map{margin-top:15px;padding:12px;border-radius:20px}
  #mkex-app[data-mode="home"] .mkex-home-growth-map-head{align-items:center;margin-bottom:10px}
  #mkex-app[data-mode="home"] .mkex-home-growth-map-head span{font-size:8px}
  #mkex-app[data-mode="home"] .mkex-home-growth-map-head h3{font-size:18px!important;margin-top:2px!important}
  #mkex-app[data-mode="home"] .mkex-home-growth-map-head a{font-size:10px}
  #mkex-app[data-mode="home"] .mkex-home-growth-skill-list{grid-template-columns:1fr;gap:7px}
  #mkex-app[data-mode="home"] .mkex-home-growth-skill{grid-template-columns:34px 1fr;padding:8px;gap:9px;border-radius:14px}
  #mkex-app[data-mode="home"] .mkex-home-growth-skill-icon{width:34px;height:34px;border-radius:10px;font-size:15px}
  #mkex-app[data-mode="home"] .mkex-home-growth-skill-main b{font-size:12px}
  #mkex-app[data-mode="home"] .mkex-home-growth-skill-main span{font-size:10px}
  #mkex-app[data-mode="home"] .mkex-home-growth-open{min-height:45px;font-size:14px;margin-top:12px}
}


/* ===== v3.4.31 — Home lower-section simplification ===== */
#mkex-app[data-mode="home"] .mkex-theme-value-copy .mkex-theme-value-title{
  display:block!important;
  margin:0 0 18px!important;
  font-family:"Patrick Hand","Nunito",cursive!important;
  font-size:34px!important;
  line-height:1.05!important;
  letter-spacing:.02em!important;
  color:#9a641d!important;
  text-align:center!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-copy>p{
  margin:0 auto!important;
  max-width:760px!important;
  font-size:19px!important;
  line-height:1.7!important;
  color:#654e3c!important;
  text-align:center!important;
  font-weight:700!important;
}
#mkex-app[data-mode="home"] .mkex-theme-footer-simple{
  grid-template-columns:1fr!important;
  justify-items:center!important;
  align-items:center!important;
  gap:12px!important;
  text-align:center!important;
}
#mkex-app[data-mode="home"] .mkex-theme-footer-simple .mkex-theme-footer-brand{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
#mkex-app[data-mode="home"] .mkex-theme-footer-simple .mkex-theme-footer-brand img{
  margin:0 auto!important;
}
#mkex-app[data-mode="home"] .mkex-theme-footer-simple .mkex-theme-footer-brand p{
  text-align:center!important;
  margin:5px 0 0!important;
}
#mkex-app[data-mode="home"] .mkex-theme-footer-simple>small{
  display:block!important;
  text-align:center!important;
  margin:0 auto!important;
}
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-theme-value-copy .mkex-theme-value-title{
    font-size:24px!important;
    margin-bottom:14px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-copy>p{
    font-size:16px!important;
    line-height:1.65!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-footer-simple{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:12px!important;
  }
}


/* ===== v3.4.32 — Why Minik Library owl + typography refinements ===== */
#mkex-app[data-mode="home"] .mkex-theme-value{
  align-items:center!important;
  gap:28px!important;
  padding:42px 26px 46px!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-copy{
  text-align:center!important;
  max-width:600px!important;
  margin:0 auto!important;
}
#mkex-app[data-mode="home"] .mkex-theme-mobile-owl{
  display:none;
}
#mkex-app[data-mode="home"] .mkex-theme-mobile-owl img{
  display:block;
  width:min(150px,46vw);
  height:auto;
  margin:0 auto 14px;
}
#mkex-app[data-mode="home"] .mkex-theme-value-copy .mkex-theme-value-title{
  margin:0 0 14px!important;
  font-size:28px!important;
  line-height:1.08!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-copy>p{
  margin:0 auto!important;
  max-width:620px!important;
  font-size:15px!important;
  line-height:1.62!important;
  color:#654e3c!important;
  text-align:center!important;
  font-weight:700!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-art{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-art img{
  width:min(250px,100%)!important;
  max-width:250px!important;
  height:auto!important;
  display:block!important;
}
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-theme-value{
    display:block!important;
    margin:0 -12px!important;
    padding:28px 20px 34px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-mobile-owl{
    display:block!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-art{
    display:none!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-copy .mkex-theme-value-title{
    font-size:22px!important;
    margin-bottom:12px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-copy>p{
    font-size:14px!important;
    line-height:1.58!important;
    max-width:100%!important;
  }
}


/* ===== v3.4.33 — Why Minik Kütüphane owl asset + spacing tighten ===== */
#mkex-app[data-mode="home"] .mkex-theme-value{
  align-items:center!important;
  gap:24px!important;
  padding:34px 24px 26px!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-copy{
  text-align:center!important;
  max-width:620px!important;
  margin:0 auto!important;
}
#mkex-app[data-mode="home"] .mkex-theme-mobile-owl{
  display:none!important;
}
#mkex-app[data-mode="home"] .mkex-theme-mobile-owl img{
  display:block!important;
  width:min(145px,44vw)!important;
  max-width:145px!important;
  height:auto!important;
  margin:0 auto 12px!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-copy .mkex-theme-value-title{
  margin:0 0 12px!important;
  font-size:26px!important;
  line-height:1.08!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-copy>p{
  margin:0 auto!important;
  max-width:620px!important;
  font-size:14.5px!important;
  line-height:1.58!important;
  color:#654e3c!important;
  text-align:center!important;
  font-weight:700!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-art{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#mkex-app[data-mode="home"] .mkex-theme-value-art img{
  width:min(210px,100%)!important;
  max-width:210px!important;
  height:auto!important;
  display:block!important;
}
#mkex-app[data-mode="home"] .mkex-theme-footer{
  padding-top:46px!important;
  min-height:150px!important;
  background-size:932px 120px!important;
}
#mkex-app[data-mode="home"] .mkex-theme-footer-simple{
  gap:8px!important;
}
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-theme-value{
    display:block!important;
    margin:0 -12px!important;
    padding:24px 18px 20px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-mobile-owl{
    display:block!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-art{
    display:none!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-copy .mkex-theme-value-title{
    font-size:20px!important;
    margin-bottom:10px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-copy>p{
    font-size:13.5px!important;
    line-height:1.56!important;
    max-width:100%!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-footer{
    padding-top:32px!important;
    min-height:132px!important;
    background-size:932px 108px!important;
  }
}


/* ===== v3.4.35 — Logged-in greeting + persistent remember-me ===== */
#mkex-app[data-mode="home"] .mkex-mobile-greeting-cloud{
  cursor:default!important;
  text-decoration:none!important;
}

/* ===== v3.4.37 — Desktop-only Why Minik Kütüphane centering ===== */
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-theme-value{
    grid-template-columns:minmax(0,520px) 210px!important;
    justify-content:center!important;
    column-gap:20px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-copy{
    width:100%!important;
    max-width:520px!important;
    margin:0!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-copy>p{
    max-width:520px!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-art{
    width:210px!important;
    justify-self:start!important;
  }
  #mkex-app[data-mode="home"] .mkex-theme-value-art img{
    width:195px!important;
    max-width:195px!important;
  }
}


/* ===== v3.4.38 — Mobile logout + games quick action ===== */
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-purple{background:linear-gradient(135deg,#fff,#f5efff)}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-purple .mkex-home-library-action-icon{background:linear-gradient(135deg,#a886eb,#c5adf3)}
@media (max-width:860px){
  #mkex-app[data-mode="home"] .mkex-kinder-mobile-nav .mkex-mobile-logout{
    background:#f4d6d6!important;
    color:#8a4545!important;
  }
}


/* ===== v3.4.40 — Onboarding welcome, centered logo, clear name input ===== */
#mkex-app[data-mode="onboarding"] .mkex-topbar-onboarding{
  height:98px!important;
  min-height:98px!important;
  padding:6px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid #eee7f1!important;
  box-shadow:0 5px 18px rgba(52,27,71,.04)!important;
}
#mkex-app[data-mode="onboarding"] .mkex-onboarding-logo{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#mkex-app[data-mode="onboarding"] .mkex-onboarding-logo img{
  width:auto!important;
  height:86px!important;
  max-width:150px!important;
  object-fit:contain!important;
  filter:none!important;
}
#mkex-app[data-mode="onboarding"] .mkex-onboarding{
  min-height:calc(100vh - 98px)!important;
}
#mkex-app[data-mode="onboarding"] .mkex-step[data-step="welcome"] .mkex-welcome-copy>p strong{
  color:#5e4471!important;
  font-weight:900!important;
}
#mkex-app[data-mode="onboarding"] .mkex-onboarding-home-skip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:42px!important;
  margin-top:9px!important;
  padding:7px 13px!important;
  border:0!important;
  background:transparent!important;
  color:#786784!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
#mkex-app[data-mode="onboarding"] .mkex-onboarding-home-skip:hover{
  color:#7944b4!important;
  background:#f7f1fb!important;
}
#mkex-app[data-mode="onboarding"] .mkex-name-input{
  gap:10px!important;
  padding:14px 15px!important;
  cursor:text!important;
}
#mkex-app[data-mode="onboarding"] .mkex-name-input>span:first-child{
  display:block!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:900!important;
  color:#5f3c76!important;
  text-align:left!important;
}
#mkex-app[data-mode="onboarding"] .mkex-name-input-row{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  align-items:center!important;
  gap:9px!important;
  min-height:58px!important;
  padding:8px 12px!important;
  border:2px solid #e6d7f2!important;
  border-radius:15px!important;
  background:#faf7ff!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
#mkex-app[data-mode="onboarding"] .mkex-name-input-row>i{
  display:grid!important;
  place-items:center!important;
  width:30px!important;
  height:30px!important;
  font-size:18px!important;
  font-style:normal!important;
  line-height:1!important;
}
#mkex-app[data-mode="onboarding"] .mkex-name-input-row input{
  min-width:0!important;
  margin:0!important;
  padding:5px 0!important;
  font-size:22px!important;
  line-height:1.2!important;
}
#mkex-app[data-mode="onboarding"] .mkex-name-input-row input::placeholder{
  color:#9a8ca6!important;
  opacity:1!important;
  font-weight:700!important;
}
#mkex-app[data-mode="onboarding"] .mkex-name-input:focus-within{
  border-color:#c7a2ed!important;
  box-shadow:0 12px 30px rgba(121,68,179,.11)!important;
}
#mkex-app[data-mode="onboarding"] .mkex-name-input:focus-within .mkex-name-input-row{
  border-color:#9b56dd!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(155,86,221,.09)!important;
}
@media(max-width:680px){
  #mkex-app[data-mode="onboarding"] .mkex-topbar-onboarding{
    height:84px!important;
    min-height:84px!important;
    padding:4px 10px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-onboarding-logo img{
    height:72px!important;
    max-width:126px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-onboarding{
    min-height:calc(100vh - 84px)!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-welcome-copy h1{
    font-size:32px!important;
    line-height:1.03!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-welcome-copy>p{
    font-size:16px!important;
    line-height:1.5!important;
    max-width:330px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-onboarding-home-skip{
    width:100%!important;
    margin-top:7px!important;
    font-size:12px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-name-input{
    padding:13px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-name-input>span:first-child{
    font-size:14px!important;
    text-align:left!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-name-input-row{
    grid-template-columns:28px minmax(0,1fr)!important;
    min-height:56px!important;
    padding:8px 10px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-name-input-row input{
    font-size:20px!important;
  }
}


/* ===== v3.4.41 — Durable onboarding completion + warmer private photo upload ===== */
#mkex-app[data-mode="onboarding"] .mkex-photo-upload{
  position:relative!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  padding:18px!important;
  border:2px dashed #d9b9ee!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#fff 0%,#fff8fc 52%,#f8f2ff 100%)!important;
  box-shadow:0 10px 26px rgba(105,63,134,.06)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload:hover,
#mkex-app[data-mode="onboarding"] .mkex-photo-upload:focus-within{
  transform:translateY(-2px)!important;
  border-color:#a968dc!important;
  box-shadow:0 14px 32px rgba(105,63,134,.11)!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-icon{
  grid-row:auto!important;
  width:58px!important;
  height:58px!important;
  border-radius:19px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(145deg,#f0dcff,#ffe7f2)!important;
  box-shadow:inset 0 0 0 1px rgba(143,79,198,.08)!important;
  font-size:26px!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy{
  display:block!important;
  min-width:0!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy b{
  display:block!important;
  margin:0 0 4px!important;
  color:#432653!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy small{
  display:block!important;
  max-width:430px!important;
  color:#776780!important;
  font-size:12.5px!important;
  line-height:1.42!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy em{
  display:block!important;
  margin-top:5px!important;
  color:#9a89a3!important;
  font-size:10.5px!important;
  font-style:normal!important;
  font-weight:800!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-action{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:40px!important;
  padding:0 13px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#8245e6,#df4fb9)!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  box-shadow:0 7px 16px rgba(132,69,214,.18)!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-action i{font-style:normal!important;font-size:16px!important}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy{
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:start!important;
  margin-top:-2px!important;
  padding:11px 13px!important;
  border:1px solid #dcecdf!important;
  border-radius:16px!important;
  background:#f6fbf7!important;
  color:#496052!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy>span{
  width:32px!important;height:32px!important;border-radius:11px!important;display:grid!important;place-items:center!important;background:#e8f7ec!important;font-size:15px!important
}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy b{display:block!important;margin:0 0 2px!important;font-size:11.5px!important;line-height:1.2!important;color:#3f5a48!important;font-weight:900!important}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy small{display:block!important;font-size:10.5px!important;line-height:1.42!important;color:#667a6c!important}
@media(max-width:680px){
  #mkex-app[data-mode="onboarding"] .mkex-step[data-step="cover"]>p{font-size:14px!important;line-height:1.48!important;margin-bottom:14px!important}
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload{
    grid-template-columns:50px minmax(0,1fr)!important;
    gap:11px!important;
    padding:14px!important;
    border-radius:20px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-icon{width:50px!important;height:50px!important;border-radius:16px!important;font-size:22px!important}
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy b{font-size:16px!important}
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy small{font-size:11.5px!important;line-height:1.38!important}
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy em{font-size:9.5px!important}
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-action{
    grid-column:1/-1!important;
    width:100%!important;
    min-height:42px!important;
    margin-top:1px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy{grid-template-columns:29px minmax(0,1fr)!important;padding:10px 11px!important;border-radius:14px!important}
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy>span{width:29px!important;height:29px!important;border-radius:10px!important}
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy b{font-size:11px!important}
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy small{font-size:10px!important;line-height:1.38!important}
}


/* ===== v3.4.42 — Photo upload layout repair ===== */
#mkex-app[data-mode="onboarding"] .mkex-cover-controls{
  gap:10px!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  grid-template-columns:56px minmax(0,1fr) auto!important;
  grid-template-rows:auto!important;
  gap:12px!important;
  padding:16px!important;
  overflow:visible!important;
}
/* Reset the old generic .mkex-upload > span rules that were forcing the text block into a 42px square. */
#mkex-app[data-mode="onboarding"] .mkex-photo-upload > .mkex-photo-upload-icon{
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  border-radius:18px!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload > .mkex-photo-upload-copy{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:inherit!important;
  line-height:normal!important;
  color:inherit!important;
  place-items:initial!important;
  overflow:visible!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy b,
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy small,
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy em{
  width:auto!important;
  height:auto!important;
  max-width:none!important;
  white-space:normal!important;
  overflow:visible!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-upload-action{
  grid-column:3!important;
  grid-row:1!important;
  align-self:center!important;
  flex:0 0 auto!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy{
  margin-top:0!important;
  width:100%!important;
  box-sizing:border-box!important;
}
@media(max-width:680px){
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload{
    grid-template-columns:48px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:10px!important;
    row-gap:11px!important;
    padding:13px!important;
    border-radius:19px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload > .mkex-photo-upload-icon{
    grid-column:1!important;
    grid-row:1!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    border-radius:15px!important;
    font-size:21px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload > .mkex-photo-upload-copy{
    grid-column:2!important;
    grid-row:1!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy b{
    margin-bottom:3px!important;
    font-size:15px!important;
    line-height:1.18!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy small{
    font-size:11px!important;
    line-height:1.34!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-copy em{
    margin-top:4px!important;
    font-size:9px!important;
    line-height:1.2!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-upload-action{
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    min-height:43px!important;
    margin:0!important;
    border-radius:14px!important;
    font-size:12px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy{
    grid-template-columns:28px minmax(0,1fr)!important;
    gap:8px!important;
    padding:9px 10px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy>span{
    width:28px!important;
    height:28px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy b{
    font-size:10.5px!important;
  }
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy small{
    font-size:9.6px!important;
    line-height:1.34!important;
  }
}


/* ===== v3.4.43 — Photo privacy copy centered + reference retention ===== */
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy{
  display:block!important;
  text-align:center!important;
  padding:12px 16px!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy>span{display:none!important;}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy>div{
  width:100%!important;
  max-width:620px!important;
  margin:0 auto!important;
  text-align:center!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy b{
  text-align:center!important;
  font-size:12px!important;
  margin-bottom:4px!important;
}
#mkex-app[data-mode="onboarding"] .mkex-photo-privacy small{
  text-align:center!important;
  font-size:10.5px!important;
  line-height:1.45!important;
  max-width:560px!important;
  margin:0 auto!important;
}
@media(max-width:680px){
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy{padding:11px 12px!important;}
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy b{font-size:11.5px!important;}
  #mkex-app[data-mode="onboarding"] .mkex-photo-privacy small{font-size:10px!important;line-height:1.42!important;}
}


/* ===== v3.4.44 — Growth Center observation-model sync ===== */
#mkex-app[data-mode="home"] .mkex-home-growth-summary.is-observation-model .mkex-home-growth-score small{font-size:8px!important;line-height:1.15!important;max-width:65px;text-align:center}
#mkex-app[data-mode="home"] .mkex-home-growth-summary.is-observation-model .mkex-home-growth-intro p{max-width:610px}
#mkex-app[data-mode="home"] .mkex-home-growth-summary.is-observation-model .mkex-home-growth-skill-main>div{align-items:flex-start!important;gap:12px!important}
#mkex-app[data-mode="home"] .mkex-home-growth-summary.is-observation-model .mkex-home-growth-skill-main>div>span{max-width:145px;text-align:right;line-height:1.2!important;font-size:10px!important}
#mkex-app[data-mode="home"] .mkex-home-growth-summary.is-observation-model .mkex-home-growth-skill-main>small{display:block;margin-top:5px;color:#8b7d8e;font-size:9px;line-height:1.3}
#mkex-app[data-mode="home"] .mkex-home-growth-summary.is-observation-model .mkex-home-growth-skill.is-collecting .mkex-home-growth-skill-main i em{background:#d7cadd!important}
@media(max-width:860px){#mkex-app[data-mode="home"] .mkex-home-growth-summary.is-observation-model .mkex-home-growth-skill-main>div>span{max-width:125px;font-size:9px!important}#mkex-app[data-mode="home"] .mkex-home-growth-summary.is-observation-model .mkex-home-growth-skill-main>small{font-size:8.5px}}


/* ===== v3.4.47 — Home "Seni dinliyoruz" contact card ===== */
#mkex-app[data-mode="home"] .mkex-home-listening{
  position:relative;
  margin:0;
  padding:26px 24px 34px;
  background:linear-gradient(180deg,#fff8dc 0%,#fffdf5 100%);
}
#mkex-app[data-mode="home"] .mkex-home-listening-card{
  position:relative;
  isolation:isolate;
  max-width:860px;
  margin:0 auto;
  padding:26px 30px 28px;
  overflow:hidden;
  border:1px solid rgba(135,86,184,.16);
  border-radius:30px;
  background:
    radial-gradient(circle at 12% 16%,rgba(255,255,255,.94) 0 18%,transparent 19%),
    linear-gradient(135deg,#f7edff 0%,#fff2f8 55%,#fff8de 100%);
  box-shadow:0 16px 38px rgba(92,57,118,.10);
}
#mkex-app[data-mode="home"] .mkex-home-listening-card:before,
#mkex-app[data-mode="home"] .mkex-home-listening-card:after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:999px;
  pointer-events:none;
}
#mkex-app[data-mode="home"] .mkex-home-listening-card:before{
  width:210px;
  height:210px;
  left:-82px;
  bottom:-112px;
  background:rgba(139,89,194,.10);
}
#mkex-app[data-mode="home"] .mkex-home-listening-card:after{
  width:160px;
  height:160px;
  right:-64px;
  top:-88px;
  background:rgba(255,187,84,.13);
}
#mkex-app[data-mode="home"] .mkex-home-listening-copy{
  min-width:0;
  text-align:center;
}
#mkex-app[data-mode="home"] .mkex-home-listening-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  margin:0 auto 7px;
  padding:0 10px;
  border-radius:999px;
  background:#efe2ff;
  color:#77509a;
  font-size:10px;
  line-height:1;
  letter-spacing:.11em;
  font-weight:900;
}
#mkex-app[data-mode="home"] .mkex-home-listening-copy h2{
  margin:0 0 8px!important;
  color:#563969!important;
  font-family:"Patrick Hand","Nunito",cursive!important;
  font-size:34px!important;
  line-height:1.04!important;
  letter-spacing:.01em!important;
  text-align:center;
}
#mkex-app[data-mode="home"] .mkex-home-listening-copy>p{
  max-width:620px;
  margin:0 auto 17px!important;
  color:#715f78!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:700!important;
  text-align:center;
}
#mkex-app[data-mode="home"] .mkex-home-listening-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn{
  display:inline-grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:10px;
  align-items:center;
  min-width:205px;
  min-height:58px;
  padding:8px 14px 8px 10px;
  border:1px solid transparent;
  border-radius:18px;
  text-decoration:none!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
  text-align:left;
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn:hover{
  transform:translateY(-2px);
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn.is-mail{
  background:#fff;
  border-color:#eadcf1;
  color:#70458e!important;
  box-shadow:0 7px 17px rgba(103,66,129,.08);
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn.is-instagram{
  background:linear-gradient(135deg,#8d55d8,#d955a3 56%,#ee8b4b);
  color:#fff!important;
  box-shadow:0 8px 18px rgba(167,66,145,.17);
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:13px;
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn.is-mail .mkex-home-listening-btn-icon{
  background:#f4eaff;
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn.is-instagram .mkex-home-listening-btn-icon{
  background:rgba(255,255,255,.17);
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn-icon svg{
  width:21px;
  height:21px;
  display:block;
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn>span:last-child{
  display:block;
  min-width:0;
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn b{
  display:block;
  margin:0 0 2px;
  color:inherit!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
#mkex-app[data-mode="home"] .mkex-home-listening-btn small{
  display:block;
  color:inherit!important;
  opacity:.78;
  font-size:9.5px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
@media(max-width:860px){
  #mkex-app[data-mode="home"] .mkex-home-listening{
    margin:0 -12px;
    padding:18px 14px 24px;
  }
  #mkex-app[data-mode="home"] .mkex-home-listening-card{
    padding:18px 16px 17px;
    border-radius:24px;
    text-align:center;
  }
  #mkex-app[data-mode="home"] .mkex-home-listening-kicker{
    margin-bottom:7px;
  }
  #mkex-app[data-mode="home"] .mkex-home-listening-copy h2{
    font-size:27px!important;
    margin-bottom:7px!important;
  }
  #mkex-app[data-mode="home"] .mkex-home-listening-copy>p{
    max-width:360px;
    margin:0 auto 14px!important;
    font-size:13px!important;
    line-height:1.5!important;
  }
  #mkex-app[data-mode="home"] .mkex-home-listening-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    max-width:360px;
    margin:0 auto;
  }
  #mkex-app[data-mode="home"] .mkex-home-listening-btn{
    width:100%;
    min-width:0;
    min-height:55px;
    text-align:left;
  }
}


/* ===== v3.4.51 — Sticker Dünyam homepage menu ===== */
#mkex-app[data-mode="home"] .mkex-kinder-nav .n-sticker{background:#ee6fa9}
@media(min-width:861px){
  #mkex-app[data-mode="home"] .mkex-kinder-nav{width:min(1180px,calc(100% - 24px));gap:5px}
  #mkex-app[data-mode="home"] .mkex-kinder-nav a{min-width:112px;padding-left:11px;padding-right:11px;font-size:15px}
  #mkex-app[data-mode="home"] .mkex-kinder-nav .n-sticker{min-width:128px}
}

/* ===== v3.4.52 — desktop menu tek satır ===== */
@media (min-width:861px){
  #mkex-app[data-mode="home"] .mkex-kinder-nav{
    width:max-content!important;
    max-width:none!important;
    flex-wrap:nowrap!important;
    gap:5px!important;
    white-space:nowrap!important;
  }
  #mkex-app[data-mode="home"] .mkex-kinder-nav a{
    min-width:104px!important;
    height:62px!important;
    padding-left:11px!important;
    padding-right:11px!important;
    font-size:15px!important;
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
  #mkex-app[data-mode="home"] .mkex-kinder-nav .n-color{min-width:142px!important}
  #mkex-app[data-mode="home"] .mkex-kinder-nav .n-sticker{min-width:126px!important}
  #mkex-app[data-mode="home"] .mkex-kinder-nav .n-growth{min-width:128px!important}
}


/* ===== v3.4.54 — 3D Sticker Dünyası homepage slider + quick action ===== */
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-sticker{
  background:linear-gradient(90deg,#fff1f8 0%,#f5efff 100%);
  border-color:#efd5ea;
}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-sticker .mkex-home-library-action-icon{
  background:linear-gradient(135deg,#f28ab8,#9b72ea);
  color:#fff;
}
#mkex-app[data-mode="home"] .mkex-home-library-action.tone-sticker .mkex-home-library-action-arrow{color:#d85b9b}
