:root{--mkth-navy:#1F2A44;--mkth-orange:#FF742C;--mkth-cream:#fffaf4;--mkth-border:#eadfd3;--mkth-text:#17223b}
.mkth-overlay[hidden]{display:none!important}.mkth-overlay{position:fixed;inset:0;z-index:999999;background:rgba(9,17,32,.72);display:grid;place-items:center;padding:24px;overflow:auto}.mkth-modal{position:relative;width:min(96vw,var(--mkth-max,1180px));max-height:92vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.34);outline:none}.mkth-close{position:absolute;z-index:3;top:12px;right:14px;width:44px;height:44px;border:0;border-radius:999px;background:var(--mkth-navy);color:#fff;font-size:30px;line-height:1;cursor:pointer}.mkth-overlay[dir=rtl] .mkth-close{right:auto;left:14px}
.mkth-board{--mkth-d:5;--mkth-t:3;--mkth-m:1;--mkth-max:1180px;background:linear-gradient(180deg,#fffaf4 0,#fff 65%,#fffaf4 100%);color:var(--mkth-text);border:1px solid var(--mkth-border);border-radius:20px;overflow:hidden}.mkth-board-brand{display:flex;justify-content:center;align-items:center;gap:8px;padding:20px 24px 2px;font-weight:800;font-size:20px;color:var(--mkth-navy)}.mkth-paw{color:var(--mkth-orange)}.mkth-board-head{text-align:center;padding:10px 24px 22px}.mkth-board-head h2{margin:0;color:var(--mkth-navy);font-size:clamp(28px,4vw,52px);line-height:1.03;letter-spacing:-.02em}.mkth-ribbon{display:inline-block;margin-top:12px;background:var(--mkth-navy);color:#fff;padding:8px 18px;border-radius:999px;font-weight:800}.mkth-board-head p{max-width:760px;margin:14px auto 0;font-size:16px;color:#59637a}.mkth-cards{display:grid;grid-template-columns:repeat(var(--mkth-d),minmax(0,1fr));gap:14px;padding:0 22px 26px}.mkth-card{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:20px 14px 16px;border:1px solid #e8e0d8;border-radius:17px;background:#fff;color:var(--mkth-text);text-decoration:none;box-shadow:0 6px 18px rgba(31,42,68,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.mkth-card:hover{transform:translateY(-3px);border-color:var(--mkth-orange);box-shadow:0 10px 28px rgba(31,42,68,.1)}.mkth-card:focus-visible{outline:3px solid rgba(255,116,44,.4);outline-offset:2px}.mkth-card-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:18px;background:#fff2e9;color:var(--mkth-orange);font-size:34px;font-weight:900}.mkth-card-icon img{width:100%;height:100%;border-radius:16px;object-fit:cover}.mkth-card-copy{display:flex;flex-direction:column;gap:7px}.mkth-card-copy strong{font-size:17px;color:var(--mkth-navy)}.mkth-card-copy small{font-size:13px;line-height:1.45;color:#677086}.mkth-card-arrow{margin-top:auto;color:var(--mkth-orange);font-size:22px;font-weight:900}.mkth-board-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 24px;background:var(--mkth-navy);color:#fff}.mkth-board-foot span{color:#ffd5bd}.mkth-launch,.mkth-floating{border:0;background:var(--mkth-navy);color:#fff;font-weight:800;border-radius:12px;padding:12px 18px;cursor:pointer}.mkth-launch:hover,.mkth-floating:hover{background:#121c33}.mkth-floating{position:fixed;z-index:99990;bottom:22px;display:flex;gap:9px;align-items:center;box-shadow:0 8px 26px rgba(0,0,0,.2)}.mkth-floating-right{right:22px}.mkth-floating-left{left:22px}.mkth-no-scroll{overflow:hidden!important}
@media(max-width:900px){.mkth-cards{grid-template-columns:repeat(var(--mkth-t),minmax(0,1fr))}}
@media(max-width:600px){.mkth-overlay{padding:10px}.mkth-modal{width:100%;max-height:95vh;border-radius:16px}.mkth-cards{grid-template-columns:repeat(var(--mkth-m),minmax(0,1fr));padding:0 14px 18px}.mkth-card{flex-direction:row;text-align:start;align-items:center;padding:14px}.mkth-card-icon{flex:0 0 54px;width:54px;height:54px;font-size:27px}.mkth-card-arrow{margin-inline-start:auto}.mkth-board-head{padding:14px 16px 18px}.mkth-board-head h2{font-size:31px}.mkth-board-foot{flex-direction:column;text-align:center}.mkth-floating{bottom:14px}.mkth-floating-right{right:14px}.mkth-floating-left{left:14px}}
@media(prefers-reduced-motion:reduce){.mkth-card{transition:none}}

/* v1.5.0 runtime integration feedback (only shown if a configured tool fails to open). */
.mkth-runtime-notice{max-width:760px;margin:14px auto 0;padding:10px 14px;border:1px solid #f0c9b3;border-radius:10px;background:#fff5ef;color:#7a3212;font-size:13px;font-weight:700}
