:root{--mc:#111827;--muted:#6b7280;--line:#e5e7eb;--bg:#f5f7fb;--accent:#111827;--good:#0f9d58}
*{box-sizing:border-box}.mc-logo{font-weight:900;letter-spacing:.14em}.mc-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.mc-primary,.mc-secondary,.mc-smallbtn{border:0;border-radius:12px;padding:12px 16px;cursor:pointer;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.mc-primary{background:var(--accent);color:#fff}.mc-secondary{background:#fff;color:var(--mc);border:1px solid var(--line)}.mc-smallbtn{padding:7px 10px;border:1px solid var(--line);background:#fff;color:var(--mc);font-size:12px}
.mc-home{min-height:100vh;background:#fff;color:var(--mc);font-family:Inter,system-ui,sans-serif}.mc-home nav{max-width:1180px;margin:auto;padding:24px;display:flex;justify-content:space-between;align-items:center}.mc-home nav a{color:var(--mc);font-weight:700;text-decoration:none}.mc-home section{max-width:1180px;margin:70px auto;padding:24px;display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:center}.mc-home h1{font-size:58px;line-height:1.02;margin:15px 0}.mc-home p{font-size:19px;color:var(--muted);max-width:680px;line-height:1.7}.mc-kicker{font-size:12px;font-weight:900;letter-spacing:.15em}.mc-phone-demo{background:#111827;color:white;border-radius:36px;padding:36px;min-height:430px;box-shadow:0 30px 80px #0002}.mc-demo-circle{width:100px;height:100px;border-radius:50%;background:#fff;color:#111827;display:grid;place-items:center;font-size:40px;font-weight:900;margin:55px auto 20px}.mc-phone-demo h3{text-align:center}.mc-demo-icons{text-align:center;font-size:34px;word-spacing:14px;margin-top:50px}
.mc-login,.mc-plain{min-height:100vh;background:var(--bg);display:grid;place-items:center;font-family:Inter,system-ui,sans-serif;padding:24px}.mc-login-card,.mc-state-card{width:min(440px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 18px 50px #0000000d}.mc-login-card h1{margin:25px 0}.mc-login-card input{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px}.mc-login-card #wp-submit{width:100%;background:#111827;color:#fff;border:0;border-radius:10px;padding:12px;font-weight:700}.mc-login-card label{display:block;margin:12px 0}
.mc-shell{min-height:100vh;background:var(--bg);font-family:Inter,system-ui,sans-serif;color:var(--mc);display:grid;grid-template-columns:230px 1fr}.mc-shell aside{background:#111827;color:#fff;padding:26px 18px;display:flex;flex-direction:column;gap:8px}.mc-shell aside .mc-logo{padding:12px;margin-bottom:25px}.mc-shell aside a{color:#d1d5db;text-decoration:none;padding:12px 14px;border-radius:10px}.mc-shell aside a.active,.mc-shell aside a:hover{background:#ffffff15;color:#fff}.mc-shell main{padding:36px;max-width:1350px;width:100%;margin:0 auto}.mc-shell header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.mc-shell header small{color:var(--muted);font-weight:700}.mc-shell header h1{margin:3px 0 0;font-size:30px}
.mc-kpis,.mc-stats{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-bottom:32px}.mc-kpis>div,.mc-stats>div,.mc-source,.mc-stock-actions,.mc-activate-card,.mc-success-card,.mc-tabs-note{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.mc-kpis span,.mc-stats span{display:block;color:var(--muted);font-size:13px}.mc-kpis strong,.mc-stats strong{font-size:30px;display:block;margin-top:8px}.mc-source{max-width:500px}.mc-source>div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line)}
.mc-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.mc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mc-form label,.mc-inline-form{display:block}.mc-form label.wide{grid-column:1/-1}.mc-form label span,.mc-activate-card label span{display:block;font-size:12px;color:var(--muted);font-weight:800;margin-bottom:7px}.mc-form input,.mc-form textarea,.mc-form select,.mc-activate-card select,.mc-inline-form input{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff}.mc-form textarea{min-height:100px}.mc-form .mc-primary{margin-top:18px}.mc-narrow{max-width:650px}.mc-narrow label{margin-bottom:15px}.mc-inline-form{display:flex;gap:10px;max-width:520px}.mc-inline-form input{width:120px}.mc-stock-actions{margin-bottom:18px}
.mc-table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:16px}.mc-table{width:100%;border-collapse:collapse}.mc-table th,.mc-table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line);white-space:nowrap}.mc-table th{font-size:12px;color:var(--muted);text-transform:uppercase}.mc-table code{font-size:13px}.mc-badge{padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;background:#eef2ff}.mc-badge.active{background:#e7f7ee;color:#087a42}.mc-badge.stock{background:#fff7df;color:#8a6400}.mc-success-card{border-color:#cdebd9}.mc-success-card h2{color:var(--good)}.mc-activate-card{max-width:650px}.mc-activate-card form{display:grid;gap:14px;margin:18px 0}.mc-tabs-note{margin-bottom:18px;color:var(--muted)}
.mc-public{margin:0;min-height:100vh;background:linear-gradient(180deg,#f3f4f6,#fff);font-family:Inter,system-ui,sans-serif;padding:28px 14px;color:var(--mc)}.mc-public-card{max-width:520px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 25px 70px #0000000c}.mc-public-card>.mc-logo{text-align:center;font-size:12px}.mc-avatar{width:106px;height:106px;border-radius:50%;object-fit:cover;display:block;margin:28px auto 18px;border:5px solid #f5f5f5}.mc-fallback{display:grid;place-items:center;background:#111827;color:#fff;font-size:42px;font-weight:900}.mc-public h1{text-align:center;margin:0}.mc-sub,.mc-desc{text-align:center;color:var(--muted)}.mc-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}.mc-action{border:1px solid var(--line);background:#fff;border-radius:15px;padding:15px 8px;cursor:pointer;color:var(--mc)}.mc-action b{display:block;font-size:25px;height:32px}.mc-action span{font-size:11px;font-weight:700}.mc-linkcopy{width:100%;margin-top:14px;padding:12px;border:0;border-radius:12px;background:#f3f4f6;font-weight:700}.mc-modal[hidden]{display:none}.mc-modal{position:fixed;inset:0;background:#0008;display:grid;place-items:center;padding:20px;z-index:99999}.mc-modal-card{width:min(400px,100%);background:#fff;border-radius:20px;padding:25px;position:relative}.mc-modal-card>button:first-child{position:absolute;right:12px;top:10px;background:none;border:0;font-size:25px}.mc-modal-card p small,.mc-modal-card p strong{display:block}.mc-modal-card code{display:block;padding:15px;background:#f6f7f9;border-radius:10px;margin:14px 0}.mc-toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#111827;color:#fff;padding:12px 18px;border-radius:12px;z-index:999999}.mc-admin .mc-kpis{max-width:1000px}.mc-admin-split{display:grid;grid-template-columns:380px 1fr;gap:24px}
@media(max-width:900px){.mc-home section{grid-template-columns:1fr}.mc-home h1{font-size:42px}.mc-shell{grid-template-columns:1fr}.mc-shell aside{position:sticky;top:0;z-index:4;flex-direction:row;overflow:auto;padding:10px}.mc-shell aside .mc-logo{margin:0;padding:10px}.mc-shell aside a{white-space:nowrap}.mc-shell main{padding:18px}.mc-kpis,.mc-stats{grid-template-columns:repeat(2,1fr)}.mc-form-grid{grid-template-columns:1fr}.mc-admin-split{grid-template-columns:1fr}.mc-shell header{align-items:flex-start;gap:10px}.mc-action-grid{grid-template-columns:repeat(3,1fr)}}

/* MyCard Phase 1 v0.3 */
.mc-header-note{color:var(--muted);margin:6px 0 0}.mc-customer-create{max-width:1000px}.mc-create-basics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.mc-create-basics label{margin:0}.mc-create-basics em{font-style:normal;font-weight:600;color:#ff7411}.mc-channel-setup{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.mc-channel-setup h2{margin:0 0 5px}.mc-channel-setup>p{margin:0 0 18px;color:var(--muted)}.mc-channel-grid{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr));gap:10px}.mc-channel-tile{background:#fff;border:1px solid #f0ded0;border-radius:16px;padding:16px 8px;cursor:pointer;text-align:center;color:#352d28}.mc-channel-tile:hover,.mc-channel-tile.is-set{border-color:#ff7411;background:#fff7ef}.mc-channel-tile b{display:block;font-size:26px;color:#ff7411;height:34px}.mc-channel-tile span{display:block;font-weight:800;font-size:12px}.mc-channel-tile small{display:block;margin-top:5px;color:#8a7769}.mc-channel-editor{display:grid!important;grid-template-columns:150px 1fr auto;gap:10px;align-items:center;background:#fff8f1;border:1px solid #f0ded0;border-radius:14px;padding:12px;margin-top:14px}.mc-channel-editor[hidden]{display:none!important}.mc-channel-editor span{margin:0!important}.mc-channel-done{border:0;background:#ff7411;color:#fff;border-radius:10px;padding:11px 16px;font-weight:800;cursor:pointer}.mc-create-submit{margin-top:24px!important}.mc-account-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;margin-bottom:16px}.mc-account-card>div{background:#fff8f1;border-radius:12px;padding:13px}.mc-account-card .wide{grid-column:1/-1}.mc-account-card small,.mc-account-card span{display:block;color:var(--muted);font-size:12px}.mc-account-card strong{display:block;margin-top:5px}.mc-profile-brand{text-align:center;color:#ff7411;font-weight:900;font-size:20px;font-style:italic}.mc-review-main{width:100%;display:flex!important;flex-direction:column;align-items:center;justify-content:center;border:1.5px solid #ffbf91!important;background:#fffaf6!important;margin-top:22px;padding:18px!important}.mc-review-main strong{font-size:17px}.mc-review-main small{margin-top:4px;color:var(--muted)}.mc-review-stars{color:#ff9800;letter-spacing:2px;font-size:21px}.mc-social-grid{grid-template-columns:repeat(4,1fr)!important}.mc-profile-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}.mc-profile-tools button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px 6px;cursor:pointer;font-weight:800;color:#352d28;font-size:18px}.mc-profile-tools button span{display:block;font-size:10px;margin-top:4px}.mc-qr-card{text-align:center}.mc-qr-card img{width:min(280px,90%);height:auto;border-radius:12px}.mc-qr-card p{color:var(--muted);font-size:12px}
@media(max-width:900px){.mc-create-basics{grid-template-columns:1fr}.mc-channel-grid{grid-template-columns:repeat(3,1fr)}.mc-channel-editor{grid-template-columns:1fr}.mc-account-card{grid-template-columns:1fr}.mc-account-card .wide{grid-column:auto}.mc-social-grid{grid-template-columns:repeat(3,1fr)!important}}

.mc-global-alert{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:999999;padding:12px 18px;border-radius:12px;font-family:Inter,system-ui,sans-serif;font-weight:800;box-shadow:0 10px 30px #0002}.mc-global-alert.error{background:#fff0ee;border:1px solid #f1b6ad;color:#9f3328}


/* === MyCard v0.4 Premium Design System === */
:root{--mc-orange:#ff6b0b;--mc-orange-2:#ff8c42;--mc-ink:#17120f;--mc-muted:#776a60;--mc-bg:#fffaf5;--mc-card:#ffffff;--mc-line:#f0ded0;--mc-shadow:0 18px 50px rgba(126,79,43,.08)}
.mc-shell{background:linear-gradient(135deg,#fffaf5,#fff7f0);grid-template-columns:250px 1fr;color:var(--mc-ink)}.mc-shell aside{background:rgba(255,255,255,.94)!important;color:var(--mc-ink)!important;border-right:1px solid #f3dfd0;padding:28px 18px;box-shadow:8px 0 30px rgba(91,56,32,.035)}.mc-brand-script,.mc-shell aside .mc-logo{font-family:cursive;font-size:34px;font-weight:800;color:var(--mc-orange);letter-spacing:-1px;padding:4px 10px 34px}.mc-shell aside a{color:#5f5148!important;font-weight:750;padding:14px 16px;border-radius:14px}.mc-shell aside a.active,.mc-shell aside a:hover{background:#fff0e5!important;color:#b94700!important}.mc-shell main{max-width:1500px;padding:42px 44px}.mc-panel-header{align-items:flex-start!important}.mc-panel-header h1{font-size:44px!important;letter-spacing:-1.2px}.mc-panel-header p{color:var(--mc-muted);margin:8px 0 0}.mc-primary{background:linear-gradient(135deg,var(--mc-orange),#ff7f1d)!important;color:white!important;border-radius:16px;box-shadow:0 12px 26px rgba(255,107,11,.2)}.mc-secondary,.mc-smallbtn{border-color:#ead9cd;background:#fff;color:#3b312b}.mc-dashboard-hero,.mc-customer-hero{border:1px solid #f3ddcc;background:radial-gradient(circle at 75% 25%,rgba(255,141,75,.24),transparent 32%),linear-gradient(135deg,#fff,#fff1e5);border-radius:28px;padding:28px 34px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;box-shadow:var(--mc-shadow);min-height:150px}.mc-dashboard-hero span,.mc-customer-hero span{font-size:12px;letter-spacing:.17em;font-weight:900;color:var(--mc-orange)}.mc-dashboard-hero h2,.mc-customer-hero h2{font-size:30px;margin:8px 0}.mc-card-stack{font-size:52px;color:var(--mc-orange);background:#fff;border:1px solid #f0ded0;border-radius:22px;padding:24px 44px;transform:rotate(-4deg);box-shadow:0 15px 30px #0001}.mc-kpis-3{grid-template-columns:repeat(3,1fr)!important}.mc-kpis-3>div{position:relative;padding:24px 25px 24px 76px!important;box-shadow:var(--mc-shadow);border-color:#f2dfd1}.mc-kpis-3 i{position:absolute;left:22px;top:28px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff0e4;color:var(--mc-orange);font-style:normal;font-size:20px}.mc-kpis-3 small{color:var(--mc-muted)}.mc-section-row{display:flex;justify-content:space-between;align-items:center;margin:28px 0 12px}.mc-section-row a{color:#5b5048;text-decoration:none;font-weight:800}.mc-table-wrap{box-shadow:var(--mc-shadow);border-color:#f0ded0}.mc-table th{color:#8a776a}.mc-smallbtn{border-radius:12px}.mc-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}.mc-quick-grid>a{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #f0ded0;border-radius:22px;padding:24px;text-decoration:none;color:var(--mc-ink);box-shadow:var(--mc-shadow)}.mc-quick-grid b{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff0e4;color:var(--mc-orange);font-size:25px}.mc-quick-grid strong,.mc-quick-grid span{display:block}.mc-quick-grid span{color:var(--mc-muted);margin-top:5px}.mc-quick-grid em{margin-left:auto;font-size:34px;color:#9a8c82;font-style:normal}.mc-customer-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}.mc-customer-summary>a{display:flex;gap:15px;align-items:center;text-decoration:none;color:var(--mc-ink);background:#fff;border:1px solid #f0ded0;border-radius:22px;padding:22px;box-shadow:var(--mc-shadow)}.mc-summary-icon{width:48px;height:48px;border-radius:15px;background:#fff0e4;color:var(--mc-orange);display:grid;place-items:center;font-size:22px}.mc-customer-summary span,.mc-customer-summary strong,.mc-customer-summary small{display:block}.mc-customer-summary span{font-size:12px;color:var(--mc-orange);font-weight:800}.mc-customer-summary strong{font-size:18px;margin:2px 0}.mc-customer-summary small{color:var(--mc-muted)}.mc-mini-profile{background:white;border:1px solid #f1ddcf;border-radius:22px;padding:18px 28px;min-width:210px;text-align:center;box-shadow:var(--mc-shadow)}.mc-mini-profile img,.mc-mini-profile b{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;object-fit:cover;margin:0 auto 8px;background:#161d2e;color:white;font-size:25px}.mc-mini-profile strong{display:block}.mc-profile-editor{background:white;border:1px solid #f0ded0;border-radius:26px;padding:24px;box-shadow:var(--mc-shadow)}.mc-profile-media{position:relative;margin-bottom:70px}.mc-cover-preview{height:230px;border-radius:24px;background:linear-gradient(135deg,#fff0e5,#fde1ce);background-size:cover;background-position:center;position:relative;overflow:hidden}.mc-cover-preview label{position:absolute;right:16px;bottom:16px;background:rgba(255,255,255,.94);padding:10px 14px;border-radius:12px;font-weight:800;cursor:pointer}.mc-cover-preview input,.mc-avatar-edit input{display:none}.mc-avatar-edit{position:absolute;left:34px;bottom:-54px;display:flex;align-items:end;gap:12px}.mc-avatar-edit img,.mc-avatar-edit>span{width:112px;height:112px;border-radius:50%;border:6px solid #fff;object-fit:cover;background:#161d2e;color:#fff;display:grid;place-items:center;font-size:42px;font-weight:900;box-shadow:0 10px 30px #0002}.mc-avatar-edit label{background:#fff;border:1px solid #ead9cd;border-radius:12px;padding:9px 12px;font-weight:800;cursor:pointer}.mc-profile-basics{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px}.mc-profile-basics label.wide{grid-column:1/-1}.mc-profile-basics span{display:block;font-size:12px;font-weight:800;color:#6b5e55;margin-bottom:6px}.mc-profile-basics input,.mc-profile-basics textarea{width:100%;border:1px solid #ead9cd;border-radius:14px;padding:13px;background:#fff}.mc-profile-basics textarea{min-height:90px}.mc-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.mc-section-title span{color:var(--mc-orange);font-size:11px;font-weight:900;letter-spacing:.14em}.mc-section-title h2{margin:4px 0 0}.mc-section-title small{color:var(--mc-muted)}.mc-channel-grid{gap:12px!important}.mc-channel-tile{border-radius:20px!important;padding:19px 8px!important;box-shadow:0 8px 24px rgba(122,77,43,.04)}.mc-channel-tile b{color:var(--mc-orange)!important}.mc-channel-tile.is-set{background:#fff6ef!important}.mc-editor-actions{display:flex;gap:10px;margin-top:24px}.mc-stats-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.mc-stats-head span{font-size:11px;color:var(--mc-orange);font-weight:900;letter-spacing:.14em}.mc-stats-head h2{margin:4px 0 0}.mc-period-tabs{background:white;border:1px solid #ead9cd;border-radius:14px;padding:4px;display:flex}.mc-period-tabs a{padding:8px 12px;border-radius:10px;text-decoration:none;color:#675a51;font-weight:800;font-size:12px}.mc-period-tabs a.active{background:#fff0e4;color:#bd4b00}.mc-stats-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mc-stat-card{background:#fff;border:1px solid #f0ded0;border-radius:20px;padding:18px;display:flex;gap:12px;align-items:center;box-shadow:var(--mc-shadow)}.mc-stat-icon{width:46px;height:46px;border-radius:14px;background:#fff0e4;color:var(--mc-orange);display:grid;place-items:center;font-weight:900;font-size:20px}.mc-stat-card span,.mc-stat-card strong,.mc-stat-card small{display:block}.mc-stat-card span{font-size:12px;color:#6f6259}.mc-stat-card strong{font-size:26px}.mc-stat-card small{color:#9a8c82}.mc-analytics-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:18px;margin-top:18px}.mc-analytics-card{background:white;border:1px solid #f0ded0;border-radius:22px;padding:22px;box-shadow:var(--mc-shadow)}.mc-muted{color:var(--mc-muted)}.mc-source-row{display:grid;grid-template-columns:120px 1fr 45px;align-items:center;gap:12px;margin:16px 0}.mc-source-row>div:first-child{display:flex;justify-content:space-between}.mc-bar{height:8px;background:#f5e7dc;border-radius:99px;overflow:hidden}.mc-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--mc-orange),#ff9a55);border-radius:99px}.mc-insight strong{display:block;font-size:28px;margin:18px 0 4px}.mc-new-media{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.mc-new-media label{border:1px dashed #f0b98f;background:#fff9f4;border-radius:16px;padding:16px}.mc-public{background:linear-gradient(135deg,#fbf7f2,#fff)}.mc-public-card{max-width:540px;border-radius:32px;padding:0 28px 28px;overflow:hidden;box-shadow:0 28px 80px rgba(69,43,25,.12)}.mc-public-logo{text-align:center;color:var(--mc-orange);font-family:cursive;font-size:34px;font-weight:800;padding:22px 0 14px}.mc-cover-public{height:150px;margin:0 -28px;background:linear-gradient(135deg,#fff0e3,#fde2cf);background-size:cover;background-position:center}.mc-avatar-over{margin:-58px auto 16px!important;border:6px solid white!important;box-shadow:0 12px 30px #0002}.mc-review-main{border:none!important;background:linear-gradient(135deg,#fff6ef,#fff)!important;box-shadow:0 12px 30px rgba(255,107,11,.1)}.mc-action{border-color:#eee1d6!important;border-radius:18px!important}.mc-profile-tools button{background:#fffaf6!important}
@media(max-width:900px){.mc-shell{grid-template-columns:1fr}.mc-shell aside{position:sticky;top:0;display:flex;flex-direction:row;padding:10px;overflow:auto}.mc-brand-script,.mc-shell aside .mc-logo{font-size:24px;padding:8px}.mc-shell main{padding:20px}.mc-kpis-3,.mc-customer-summary,.mc-stats-premium,.mc-analytics-grid,.mc-quick-grid{grid-template-columns:1fr}.mc-profile-basics,.mc-new-media{grid-template-columns:1fr}.mc-dashboard-hero,.mc-customer-hero{align-items:flex-start;gap:20px}.mc-card-stack,.mc-mini-profile{display:none}.mc-channel-grid{grid-template-columns:repeat(3,1fr)!important}.mc-section-title{display:block}.mc-section-title small{display:block;margin-top:6px}}


/* =========================================================
   MyCard 0.4.1 — Circular Premium Public Profile
   ========================================================= */
.mc-public.mc-orbit-profile{--orbit-orange:#f28b00;--orbit-ink:#17120f;--orbit-cream:rgba(255,250,244,.90);--orbit-line:rgba(242,139,0,.72);margin:0;min-height:100vh;padding:0!important;background:#efe8df;color:var(--orbit-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden;position:relative}.mc-profile-bg{position:fixed;inset:-30px;z-index:0;background-image:linear-gradient(rgba(20,14,9,.22),rgba(255,247,239,.22)),var(--mc-profile-bg,linear-gradient(135deg,#ead8c7,#fff5eb));background-size:cover;background-position:center;filter:blur(10px) saturate(1.08);transform:scale(1.06)}.mc-profile-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,12,8,.20) 0%,rgba(255,249,243,.08) 32%,rgba(255,248,241,.78) 100%)}.mc-orbit-card{position:relative;z-index:1;width:min(100%,680px);min-height:100vh;margin:0 auto;padding:54px 24px 38px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,248,241,.70) 70%,rgba(255,250,246,.95));backdrop-filter:blur(4px);box-shadow:0 0 70px rgba(54,31,17,.16)}.mc-orbit-intro{text-align:center;color:white;text-shadow:0 2px 18px rgba(0,0,0,.36);padding:0 18px 8px}.mc-orbit-intro h1{font-size:clamp(34px,7vw,52px);line-height:1;margin:0 0 10px;font-weight:900;letter-spacing:-1.3px}.mc-orbit-intro h2{font-size:clamp(18px,4vw,25px);margin:0 0 10px;font-weight:800}.mc-orbit-intro p{margin:0 auto;max-width:540px;font-size:clamp(15px,3vw,20px);font-style:italic;line-height:1.4;color:rgba(255,255,255,.96)}
.mc-orbit-stage{width:min(100%,570px);aspect-ratio:1/1;position:relative;margin:18px auto 12px}.mc-orbit-ring{position:absolute;left:12.5%;top:12.5%;width:75%;height:75%;border:3px solid var(--orbit-line);border-radius:50%;box-shadow:0 0 20px rgba(242,139,0,.15)}.mc-orbit-ring:after{content:"";position:absolute;inset:-12px;border-radius:50%;background:rgba(255,247,239,.34);backdrop-filter:blur(10px);z-index:-1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),0 30px 55px rgba(63,36,17,.12)}.mc-center-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:35%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.96);border:6px solid rgba(255,255,255,.9);box-shadow:0 10px 34px rgba(72,42,20,.22),0 0 0 4px rgba(242,139,0,.18);display:grid;place-items:center;z-index:4;overflow:hidden}.mc-center-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.mc-center-logo span{font-size:70px;font-weight:900;color:#ee8e00}.mc-orbit-item{position:absolute;width:18%;aspect-ratio:1;background:rgba(255,255,255,.95)!important;border:5px solid rgba(255,255,255,.78)!important;border-radius:50%!important;padding:8px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 9px 24px rgba(60,35,18,.15),0 0 0 1px rgba(91,61,40,.05);z-index:5;cursor:pointer;transition:.18s ease;overflow:visible}.mc-orbit-item:hover{transform:scale(1.06)}.mc-orbit-item small{position:absolute;top:88%;left:50%;transform:translateX(-50%);background:rgba(255,252,247,.98);border-radius:999px;padding:4px 10px;color:#17120f;font-size:10px;font-weight:900;white-space:nowrap;box-shadow:0 4px 10px rgba(60,35,18,.08)}.mc-brand-icon{display:grid;place-items:center;width:78%;height:78%;border-radius:50%;font-size:clamp(20px,5vw,40px);font-weight:900;color:white;line-height:1}.mc-brand-instagram{background:radial-gradient(circle at 32% 110%,#ffd600 0 10%,#ff7a00 25%,#ff0169 48%,#d300c5 68%,#7638fa 90%)}.mc-brand-whatsapp{background:#22c55e}.mc-brand-facebook{background:#1877f2}.mc-brand-tiktok{background:#090909}.mc-brand-youtube{background:#ff0000}.mc-brand-x{background:#090909}.mc-brand-linkedin{background:#0a66c2}.mc-brand-maps{background:linear-gradient(135deg,#4285f4,#34a853 55%,#fbbc05 56%,#ea4335)}
.mc-orbit-item.pos-1{left:41%;top:1%}.mc-orbit-item.pos-2{right:7%;top:19%}.mc-orbit-item.pos-3{right:1%;top:52%}.mc-orbit-item.pos-4{right:18%;bottom:1%}.mc-orbit-item.pos-5{left:41%;bottom:-4%}.mc-orbit-item.pos-6{left:18%;bottom:1%}.mc-orbit-item.pos-7{left:1%;top:52%}.mc-orbit-item.pos-8{left:7%;top:19%}
.mc-review-orbit{width:min(100%,570px)!important;margin:30px auto 18px!important;padding:18px 20px!important;display:grid!important;grid-template-columns:62px 1fr 30px;align-items:center;gap:14px;border:1.5px solid rgba(242,139,0,.7)!important;background:rgba(255,252,248,.94)!important;border-radius:24px!important;box-shadow:0 15px 35px rgba(79,47,25,.12)!important;text-align:left!important}.mc-google-g{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:white;box-shadow:0 7px 20px rgba(0,0,0,.08);font-size:30px;font-weight:900;color:#4285f4}.mc-review-copy{display:flex;flex-direction:column}.mc-review-copy .mc-review-stars{font-size:18px;color:#f59e0b;letter-spacing:2px}.mc-review-copy strong{font-size:18px}.mc-review-copy small{font-size:12px;color:#776a60;margin-top:3px}.mc-review-arrow{font-size:34px;color:#b26a1d;text-align:center}.mc-orbit-tools{width:min(100%,610px);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);border-radius:26px;box-shadow:0 16px 40px rgba(59,34,17,.12);overflow:hidden}.mc-orbit-tools button{border:0;background:transparent;padding:18px 8px 16px;cursor:pointer;color:#241a14;position:relative}.mc-orbit-tools button+button:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:#ead9cc}.mc-orbit-tools b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;margin:0 auto 7px;background:#fff0df;color:#f07a00;font-size:22px}.mc-orbit-tools span,.mc-orbit-tools small{display:block}.mc-orbit-tools span{font-size:12px;font-weight:900}.mc-orbit-tools small{font-size:9px;color:#8c7b6f;margin-top:3px}.mc-orbit-card .mc-modal{z-index:20}.mc-orbit-profile .mc-toast{z-index:30}
@media(max-width:620px){.mc-orbit-card{padding:34px 14px 26px}.mc-orbit-intro{padding:0 10px}.mc-orbit-stage{width:100%;margin-top:14px}.mc-orbit-item{width:20%;border-width:4px!important}.mc-orbit-item small{font-size:9px;padding:3px 7px}.mc-center-logo{width:36%;border-width:5px}.mc-center-logo span{font-size:48px}.mc-orbit-ring{left:11%;top:11%;width:78%;height:78%}.mc-review-orbit{grid-template-columns:52px 1fr 24px;padding:14px!important;border-radius:20px!important}.mc-google-g{width:48px;height:48px}.mc-review-copy .mc-review-stars{font-size:15px}.mc-review-copy strong{font-size:15px}.mc-orbit-tools{border-radius:22px}.mc-orbit-tools button{padding:14px 3px 12px}.mc-orbit-tools b{width:38px;height:38px;font-size:19px}.mc-orbit-tools span{font-size:10px}.mc-orbit-tools small{display:none}}


/* =========================================================
   MyCard 0.4.2 — Premium Circular Profile v2
   Reference: large vivid circular social composition
   ========================================================= */
.mc-orbit-profile-v2{background:#dfd8cf!important}
.mc-orbit-profile-v2 .mc-profile-bg{
  filter:blur(3px) saturate(1.22) brightness(.88)!important;
  transform:scale(1.035)!important;
}
.mc-orbit-profile-v2 .mc-profile-bg:after{
  background:linear-gradient(180deg,rgba(18,11,6,.18) 0%,rgba(31,18,10,.02) 33%,rgba(255,245,235,.18) 60%,rgba(255,248,241,.70) 100%)!important
}
.mc-orbit-profile-v2 .mc-orbit-card{
  width:min(100%,690px)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,rgba(255,248,240,.10) 42%,rgba(255,246,237,.62) 73%,rgba(255,250,246,.96) 100%)!important;
  box-shadow:0 0 85px rgba(59,34,16,.18)!important;
  padding:48px 18px 36px!important
}
.mc-orbit-profile-v2 .mc-orbit-intro{
  padding:0 12px 14px!important;
  text-shadow:0 4px 20px rgba(0,0,0,.50)!important
}
.mc-orbit-profile-v2 .mc-orbit-intro h1{
  font-size:clamp(38px,8vw,58px)!important;
  letter-spacing:-1.8px!important;
  margin-bottom:8px!important
}
.mc-orbit-profile-v2 .mc-orbit-intro h2{
  font-size:clamp(19px,4.5vw,27px)!important;
  margin-bottom:8px!important
}
.mc-orbit-profile-v2 .mc-orbit-intro p{
  font-size:clamp(15px,3.3vw,20px)!important;
  font-style:italic!important;
  max-width:520px!important
}

.mc-orbit-profile-v2 .mc-orbit-stage{
  width:min(100%,610px)!important;
  aspect-ratio:1/1!important;
  margin:2px auto 10px!important
}
.mc-orbit-profile-v2 .mc-orbit-glass{
  position:absolute;
  inset:7% 4% 2%;
  border-radius:44% 44% 34% 34% / 37% 37% 31% 31%;
  background:linear-gradient(180deg,rgba(255,247,240,.34),rgba(255,249,243,.78));
  backdrop-filter:blur(9px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.66),0 22px 44px rgba(73,42,19,.12);
  z-index:0
}
.mc-orbit-profile-v2 .mc-orbit-ring{
  left:10%!important;top:9%!important;width:80%!important;height:80%!important;
  border:4px solid rgba(245,154,35,.88)!important;
  box-shadow:0 0 18px rgba(255,157,23,.28)!important;
  z-index:1
}
.mc-orbit-profile-v2 .mc-orbit-ring:after{display:none!important}
.mc-orbit-profile-v2 .mc-center-logo{
  width:40%!important;
  border:7px solid rgba(255,255,255,.92)!important;
  box-shadow:0 18px 38px rgba(75,42,20,.26),0 0 0 5px rgba(240,162,63,.24)!important;
  z-index:5!important
}
.mc-orbit-profile-v2 .mc-center-logo img{object-fit:cover!important}
.mc-orbit-profile-v2 .mc-center-logo span{font-size:76px!important;color:#ee9410!important}

.mc-orbit-profile-v2 .mc-orbit-item{
  width:20%!important;
  padding:8px!important;
  border:6px solid rgba(255,255,255,.96)!important;
  box-shadow:0 12px 28px rgba(71,40,18,.22),0 0 0 2px rgba(255,255,255,.35)!important;
  background:rgba(255,255,255,.98)!important;
  transition:transform .18s ease,box-shadow .18s ease!important
}
.mc-orbit-profile-v2 .mc-orbit-item:hover{
  transform:scale(1.08)!important;
  box-shadow:0 16px 34px rgba(71,40,18,.27),0 0 0 2px rgba(255,255,255,.5)!important
}
.mc-orbit-profile-v2 .mc-brand-icon{
  width:82%!important;height:82%!important;
  font-size:clamp(24px,5.5vw,43px)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)
}
.mc-orbit-profile-v2 .mc-orbit-item small{
  top:88%!important;
  padding:5px 13px!important;
  border:1px solid rgba(255,255,255,.85)!important;
  font-size:11px!important;
  box-shadow:0 5px 12px rgba(53,31,17,.10)!important;
  background:#fffaf4!important
}

/* tighter orbit, matching reference */
.mc-orbit-profile-v2 .mc-orbit-item.pos-1{left:40%!important;top:0!important}
.mc-orbit-profile-v2 .mc-orbit-item.pos-2{right:5%!important;top:18%!important}
.mc-orbit-profile-v2 .mc-orbit-item.pos-3{right:0!important;top:50%!important}
.mc-orbit-profile-v2 .mc-orbit-item.pos-4{right:14%!important;bottom:2%!important}
.mc-orbit-profile-v2 .mc-orbit-item.pos-5{left:40%!important;bottom:-3%!important}
.mc-orbit-profile-v2 .mc-orbit-item.pos-6{left:14%!important;bottom:2%!important}
.mc-orbit-profile-v2 .mc-orbit-item.pos-7{left:0!important;top:50%!important}
.mc-orbit-profile-v2 .mc-orbit-item.pos-8{left:5%!important;top:18%!important}

/* glow dots along the ring */
.mc-orbit-profile-v2 .mc-orbit-dot{
  position:absolute;width:15px;height:15px;border-radius:50%;
  background:#fff;box-shadow:0 0 0 4px #ffad2e,0 0 20px rgba(255,159,18,.8);
  z-index:3
}
.mc-orbit-profile-v2 .d1{left:26%;top:13%}.mc-orbit-profile-v2 .d2{right:26%;top:13%}
.mc-orbit-profile-v2 .d3{right:8%;top:39%}.mc-orbit-profile-v2 .d4{right:15%;bottom:20%}
.mc-orbit-profile-v2 .d5{left:49%;bottom:7%}.mc-orbit-profile-v2 .d6{left:15%;bottom:20%}
.mc-orbit-profile-v2 .d7{left:8%;top:39%}.mc-orbit-profile-v2 .d8{left:26%;bottom:11%}

/* review card */
.mc-orbit-profile-v2 .mc-review-orbit{
  width:min(100%,590px)!important;
  margin:26px auto 18px!important;
  border:2px solid #f3a322!important;
  background:rgba(255,252,248,.97)!important;
  border-radius:26px!important;
  box-shadow:0 16px 36px rgba(75,42,19,.15)!important
}
.mc-orbit-profile-v2 .mc-google-g{
  background:linear-gradient(135deg,#fff,#fff8ed)!important;
  box-shadow:0 8px 22px rgba(63,36,15,.10)!important
}
.mc-orbit-profile-v2 .mc-review-copy .mc-review-stars{
  color:#f59e0b!important;font-size:20px!important
}

/* bottom actions */
.mc-orbit-profile-v2 .mc-orbit-tools{
  width:min(100%,620px)!important;
  background:rgba(255,255,255,.97)!important;
  border-radius:28px!important;
  box-shadow:0 18px 42px rgba(65,37,17,.15)!important
}
.mc-orbit-profile-v2 .mc-orbit-tools b{
  background:#fff0df!important;
  color:#ed8500!important;
  box-shadow:inset 0 0 0 1px rgba(238,133,0,.08)
}

@media(max-width:620px){
  .mc-orbit-profile-v2 .mc-orbit-card{padding:30px 10px 24px!important}
  .mc-orbit-profile-v2 .mc-orbit-stage{width:100%!important}
  .mc-orbit-profile-v2 .mc-orbit-item{width:21%!important;border-width:5px!important}
  .mc-orbit-profile-v2 .mc-center-logo{width:42%!important}
  .mc-orbit-profile-v2 .mc-orbit-item small{font-size:9px!important;padding:4px 8px!important}
  .mc-orbit-profile-v2 .mc-orbit-dot{width:11px;height:11px;box-shadow:0 0 0 3px #ffad2e,0 0 14px rgba(255,159,18,.75)}
  .mc-orbit-profile-v2 .mc-review-orbit{margin-top:20px!important}
}


/* =========================================================
   MyCard 0.4.3 — Final Poster Profile
   Locked reference: logo top, Google review in center,
   circular social wheel, vivid background
   ========================================================= */

.mc-public.mc-poster-profile{
  margin:0!important;
  min-height:100vh;
  background:#1f140c;
  color:#19130f;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
  position:relative;
}
.mc-poster-bg{
  position:fixed;
  inset:0;
  background-image:
    linear-gradient(180deg,rgba(23,13,5,.26) 0%,rgba(25,14,7,.10) 34%,rgba(255,247,237,.12) 68%,rgba(255,246,237,.44) 100%),
    var(--mc-profile-bg,linear-gradient(135deg,#472914,#f2a93e));
  background-size:cover;
  background-position:center;
  filter:saturate(1.28) brightness(.92);
  z-index:0;
}
.mc-poster-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 15%,rgba(255,187,69,.12),transparent 26%),
    radial-gradient(circle at 12% 35%,rgba(255,255,255,.10),transparent 22%),
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(255,245,233,.12));
}
.mc-poster-card{
  position:relative;
  z-index:1;
  width:min(100%,700px);
  min-height:100vh;
  margin:0 auto;
  padding:28px 18px 34px;
  background:linear-gradient(180deg,rgba(0,0,0,.03) 0%,rgba(255,248,240,.05) 48%,rgba(255,247,239,.26) 100%);
}
.mc-poster-header{
  text-align:center;
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.42);
  padding:0 14px 6px;
}
.mc-top-logo{
  width:190px;
  max-width:42vw;
  aspect-ratio:1;
  border-radius:50%;
  margin:0 auto 10px;
  background:#fff;
  border:7px solid rgba(255,255,255,.96);
  box-shadow:0 18px 40px rgba(69,39,16,.28),0 0 0 4px rgba(245,152,17,.42);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.mc-top-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mc-top-logo span{
  font-size:72px;
  color:#ee9410;
  font-weight:900;
}
.mc-poster-header h1{
  margin:0 0 6px;
  font-size:clamp(42px,8.8vw,62px);
  line-height:.98;
  font-weight:950;
  letter-spacing:-1.8px;
}
.mc-poster-header h2{
  margin:0 0 6px;
  font-size:clamp(20px,4.2vw,29px);
  font-weight:850;
}
.mc-poster-header p{
  margin:0 auto;
  max-width:560px;
  font-size:clamp(16px,3.4vw,21px);
  font-style:italic;
  color:rgba(255,255,255,.96);
  line-height:1.35;
}

/* circular wheel */
.mc-social-wheel{
  width:min(100%,620px);
  aspect-ratio:1;
  position:relative;
  margin:10px auto 10px;
}
.mc-wheel-glow{
  position:absolute;
  inset:8%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,246,236,.94) 0%,rgba(255,242,228,.72) 55%,rgba(255,255,255,.10) 74%,transparent 75%);
  backdrop-filter:blur(7px);
  box-shadow:0 24px 60px rgba(75,42,18,.16);
}
.mc-wheel-ring{
  position:absolute;
  left:11%;
  top:11%;
  width:78%;
  height:78%;
  border-radius:50%;
  border:4px solid #f2a11d;
  box-shadow:0 0 20px rgba(255,155,26,.32);
}
.mc-wheel-ring:before,
.mc-wheel-ring:after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:white;
  box-shadow:0 0 0 4px #f6a523,0 0 16px rgba(255,162,28,.85);
  width:12px;
  height:12px;
}
.mc-wheel-ring:before{left:11%;top:10%}
.mc-wheel-ring:after{right:11%;top:10%}

.mc-wheel-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:46%;
  aspect-ratio:1;
  border-radius:50%!important;
  border:8px solid rgba(255,255,255,.96)!important;
  background:linear-gradient(180deg,#fff,#fffaf4)!important;
  box-shadow:
    0 20px 42px rgba(67,38,17,.26),
    0 0 0 4px rgba(244,155,25,.45),
    0 0 28px rgba(245,151,18,.35)!important;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#18120f!important;
  cursor:pointer;
  z-index:6;
}
.mc-wheel-center .mc-google-g{
  width:58px;
  height:58px;
  border-radius:50%;
  background:white;
  display:grid;
  place-items:center;
  font-size:31px;
  font-weight:900;
  color:#4285f4;
  box-shadow:0 8px 20px rgba(0,0,0,.07);
  margin-bottom:5px;
}
.mc-center-stars{
  color:#f59e0b;
  letter-spacing:2px;
  font-size:19px;
  line-height:1;
  margin-bottom:7px;
}
.mc-wheel-center strong{
  font-size:clamp(20px,4.2vw,30px);
  line-height:1.02;
  font-weight:950;
}
.mc-wheel-center small{
  max-width:170px;
  margin-top:8px;
  color:#6f6359;
  font-size:11px;
  line-height:1.25;
}

/* orbit items */
.mc-wheel-item{
  position:absolute;
  width:20%;
  aspect-ratio:1;
  border-radius:50%!important;
  border:6px solid rgba(255,255,255,.96)!important;
  background:rgba(255,255,255,.98)!important;
  padding:8px!important;
  display:flex!important;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:7;
  box-shadow:0 13px 30px rgba(64,37,18,.22);
  transition:transform .16s ease,box-shadow .16s ease;
  overflow:visible!important;
}
.mc-wheel-item:hover{
  transform:scale(1.06);
  box-shadow:0 17px 36px rgba(64,37,18,.27);
}
.mc-wheel-item .mc-brand-icon{
  width:84%!important;
  height:84%!important;
  display:grid!important;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-size:clamp(27px,5.6vw,44px)!important;
  font-weight:900;
}
.mc-wheel-item small{
  position:absolute;
  left:50%;
  top:87%;
  transform:translateX(-50%);
  background:#fffaf4;
  color:#15110e;
  border-radius:999px;
  padding:5px 13px;
  font-size:10px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 5px 14px rgba(55,32,16,.10);
}

/* exact circular positions: IG top, FB upper-left, WA upper-right, YT left, TT right, X lower-left, LI lower-right, Maps bottom */
.mc-wheel-item.pos-1{left:40%;top:1%}
.mc-wheel-item.pos-2{right:5%;top:21%}
.mc-wheel-item.pos-3{right:1%;top:54%}
.mc-wheel-item.pos-4{right:15%;bottom:1%}
.mc-wheel-item.pos-5{left:40%;bottom:-5%}
.mc-wheel-item.pos-6{left:15%;bottom:1%}
.mc-wheel-item.pos-7{left:1%;top:54%}
.mc-wheel-item.pos-8{left:5%;top:21%}

/* platform colors */
.mc-brand-instagram{background:radial-gradient(circle at 32% 110%,#ffd600 0 10%,#ff7a00 25%,#ff0169 48%,#d300c5 68%,#7638fa 90%)}
.mc-brand-whatsapp{background:#22c55e}
.mc-brand-facebook{background:#1877f2}
.mc-brand-tiktok{background:#050505}
.mc-brand-youtube{background:#ff0000}
.mc-brand-x{background:#070707}
.mc-brand-linkedin{background:#0a66c2}
.mc-brand-maps{background:linear-gradient(135deg,#4285f4,#34a853 54%,#fbbc05 55%,#ea4335)}

/* bottom glass toolbar */
.mc-poster-tools{
  width:min(100%,650px);
  margin:22px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.95);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 44px rgba(65,37,17,.18);
}
.mc-poster-tools button{
  position:relative;
  border:0;
  background:transparent;
  padding:18px 8px 16px;
  cursor:pointer;
  color:#1c1511;
}
.mc-poster-tools button+button:before{
  content:"";
  position:absolute;
  left:0;
  top:18%;
  bottom:18%;
  width:1px;
  background:#ecdccf;
}
.mc-poster-tools b{
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 7px;
  background:#fff0df;
  color:#ed7f00;
  font-size:22px;
  box-shadow:inset 0 0 0 1px rgba(235,127,0,.08);
}
.mc-poster-tools span{
  display:block;
  font-size:12px;
  font-weight:900;
}
.mc-poster-tools small{
  display:block;
  margin-top:3px;
  font-size:9px;
  color:#837267;
}

/* modal and responsive */
.mc-poster-profile .mc-modal{z-index:50}
.mc-poster-profile .mc-toast{z-index:60}

@media(max-width:620px){
  .mc-poster-card{padding:22px 8px 24px}
  .mc-top-logo{width:150px;max-width:38vw}
  .mc-poster-header h1{font-size:42px}
  .mc-poster-header h2{font-size:20px}
  .mc-poster-header p{font-size:15px}
  .mc-social-wheel{width:100%;margin-top:6px}
  .mc-wheel-item{width:21%;border-width:5px!important}
  .mc-wheel-item small{font-size:8px;padding:4px 8px}
  .mc-wheel-center{width:47%;border-width:6px!important}
  .mc-wheel-center .mc-google-g{width:46px;height:46px;font-size:25px}
  .mc-center-stars{font-size:14px}
  .mc-wheel-center strong{font-size:18px}
  .mc-wheel-center small{font-size:9px;max-width:130px}
  .mc-poster-tools{border-radius:22px}
  .mc-poster-tools button{padding:14px 3px 12px}
  .mc-poster-tools b{width:38px;height:38px;font-size:18px}
  .mc-poster-tools span{font-size:10px}
  .mc-poster-tools small{display:none}
}


/* MyCard 0.4.4 media management */
.mc-media-buttons{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}
.mc-remove-media{background:rgba(255,255,255,.92)!important;color:#9b382e!important;border:1px solid #efd0ca!important}
.mc-remove-media input{width:auto!important;margin-right:6px}
.mc-media-help{display:flex;flex-direction:column;gap:4px;align-self:center;padding:12px 14px;border-radius:14px;background:#fff8f1;border:1px solid #f0ded0;min-width:180px}
.mc-media-help b{font-size:12px}.mc-media-help span{font-size:11px;color:#7e7066}.mc-media-help a{font-size:11px;font-weight:850;color:#ee7410;text-decoration:none;margin-top:4px}
.mc-media-info{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:14px 16px;margin:0 0 18px;background:#fff8f1;border:1px solid #f0ded0;border-radius:16px}
.mc-media-info b{color:#d85f00}.mc-media-info span{color:#74665c;font-size:13px}
.mc-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.mc-media-card{background:white;border:1px solid #eadbcf;border-radius:20px;padding:10px;box-shadow:0 10px 28px rgba(63,35,17,.06)}
.mc-media-card>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;background:#f5efe9}
.mc-media-meta{display:flex;gap:7px;align-items:center;min-height:34px;padding:7px 2px}
.mc-media-meta span{font-size:11px;color:#8b7a6d}.mc-media-meta b{font-size:10px;background:#fff0df;color:#d76400;padding:4px 7px;border-radius:999px}
.mc-media-card form{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.mc-media-card form button{border:1px solid #eadbcf;background:#fff;border-radius:10px;padding:8px 6px;font-size:11px;font-weight:800;cursor:pointer}
.mc-media-card form .danger{grid-column:1/-1;color:#a13c31;background:#fff4f2;border-color:#efd0ca}
@media(max-width:1000px){.mc-media-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.mc-media-grid{grid-template-columns:repeat(2,1fr)}.mc-profile-media{display:block!important}.mc-media-help{margin-top:12px}}


/* MyCard 0.4.5 — working remove buttons */
button.mc-remove-media{
  appearance:none;
  border:1px solid #efd0ca!important;
  background:#fff7f5!important;
  color:#a33b30!important;
  padding:11px 14px!important;
  border-radius:12px!important;
  font-weight:850!important;
  cursor:pointer!important;
  line-height:1.1!important;
}
button.mc-remove-media:hover{
  background:#fff0ed!important;
  border-color:#e9b8ae!important;
}


/* MyCard 0.4.6 — lock Google Review center in place.
   Some active themes apply hover/focus transforms to buttons globally. */
.mc-poster-profile .mc-wheel-center,
.mc-poster-profile .mc-wheel-center:hover,
.mc-poster-profile .mc-wheel-center:focus,
.mc-poster-profile .mc-wheel-center:focus-visible,
.mc-poster-profile .mc-wheel-center:active{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translate(-50%,-50%)!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
  margin:0!important;
  animation:none!important;
  transition:box-shadow .18s ease, background-color .18s ease!important;
}
.mc-poster-profile .mc-wheel-center:hover{
  box-shadow:
    0 22px 46px rgba(67,38,17,.28),
    0 0 0 4px rgba(244,155,25,.48),
    0 0 31px rgba(245,151,18,.39)!important;
}


/* =========================================================
   MyCard 0.4.7 — Exact Master Poster + Clickable Hotspots
   ========================================================= */
.mc-public.mc-hotspot-profile{
  margin:0!important;
  min-height:100vh;
  background:#f3eee8!important;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  overflow-x:hidden;
}
.mc-hotspot-card{
  position:relative;
  width:min(100vw,768px);
  aspect-ratio:2/3;
  margin:0 auto;
  background:#eee;
  overflow:hidden;
  box-shadow:0 18px 60px rgba(40,24,12,.18);
}
.mc-hotspot-poster{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  user-select:none;
  -webkit-user-drag:none;
}
.mc-hotspot{
  appearance:none!important;
  position:absolute!important;
  z-index:5!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
  outline:0!important;
  cursor:pointer!important;
  transform:none!important;
  transition:background-color .15s ease!important;
  -webkit-tap-highlight-color:transparent;
}
.mc-hotspot:hover,
.mc-hotspot:focus,
.mc-hotspot:active{
  transform:none!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
  background:rgba(255,255,255,.08)!important;
}
.mc-hotspot:focus-visible{
  outline:3px solid rgba(255,149,0,.9)!important;
  outline-offset:2px!important;
}

/* social icon clickable zones, aligned to the master artwork */
.hs-instagram{left:41.7%!important;top:29.2%!important;width:16.6%!important;height:11.8%!important}
.hs-facebook{left:18.5%!important;top:35.5%!important;width:18%!important;height:13%!important}
.hs-whatsapp{left:65.1%!important;top:35.5%!important;width:18%!important;height:13%!important}
.hs-youtube{left:10.5%!important;top:48.0%!important;width:18%!important;height:13%!important}
.hs-tiktok{left:71.6%!important;top:48.0%!important;width:18%!important;height:13%!important}
.hs-x{left:18.6%!important;top:60.0%!important;width:18%!important;height:13%!important}
.hs-linkedin{left:65.1%!important;top:60.0%!important;width:18%!important;height:13%!important}
.hs-maps{left:41.6%!important;top:66.2%!important;width:16.8%!important;height:11.5%!important}

/* central Google review circle */
.hs-google{
  left:31.9%!important;
  top:40.6%!important;
  width:36.2%!important;
  height:24.3%!important;
  border-radius:50%!important;
}

/* bottom action bar */
.hs-qr{left:4.0%!important;top:78.1%!important;width:23.7%!important;height:12.8%!important;border-radius:24px!important}
.hs-copy{left:27.5%!important;top:78.1%!important;width:23.2%!important;height:12.8%!important;border-radius:24px!important}
.hs-share{left:50.8%!important;top:78.1%!important;width:23.2%!important;height:12.8%!important;border-radius:24px!important}
.hs-save{left:74.0%!important;top:78.1%!important;width:22.3%!important;height:12.8%!important;border-radius:24px!important}

.mc-hotspot-profile .mc-modal{
  z-index:50!important;
}
.mc-hotspot-profile .mc-toast{
  z-index:60!important;
}
@media(min-width:900px){
  .mc-hotspot-card{margin:18px auto;border-radius:28px}
}


/* =========================================================
   MyCard 0.4.8 — Dynamic Master Profile
   ========================================================= */
.mc-public.mc-dynamic-profile{
  margin:0!important;
  min-height:100vh;
  background:#261507;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#17110d;
  overflow-x:hidden;
  position:relative;
}
.mc-dyn-bg{
  position:fixed;
  inset:0;
  background-image:linear-gradient(180deg,rgba(17,8,2,.18),rgba(74,35,5,.05) 45%,rgba(255,240,223,.20)),var(--mc-bg);
  background-size:cover;
  background-position:center;
  filter:saturate(1.12);
  z-index:0;
}
.mc-dyn-card{
  position:relative;
  z-index:1;
  width:min(100%,760px);
  min-height:100vh;
  margin:0 auto;
  padding:28px 24px 34px;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(255,248,239,.05) 62%,rgba(255,246,237,.18));
}
.mc-dyn-header{
  position:relative;
  text-align:center;
  color:#fff;
  text-shadow:0 4px 20px rgba(0,0,0,.48);
  min-height:400px;
  padding-top:8px;
}
.mc-dyn-logo{
  width:205px;
  max-width:38vw;
  aspect-ratio:1;
  margin:0 auto 10px;
  border-radius:50%;
  background:#fff;
  overflow:hidden;
  display:grid;
  place-items:center;
  border:6px solid rgba(255,255,255,.96);
  box-shadow:0 13px 35px rgba(80,40,8,.28),0 0 0 4px rgba(255,159,18,.55);
}
.mc-dyn-logo img{width:100%;height:100%;object-fit:cover}
.mc-dyn-logo span{font-size:80px;font-weight:950;color:#ef8b00}
.mc-dyn-header h1{color:var(--mc-title-color,#fff);font-size:clamp(38px,7vw,58px);line-height:1;margin:6px 0 8px;font-weight:950;letter-spacing:-1.5px}
.mc-dyn-header h2{color:var(--mc-subtitle-color,#fff);font-size:clamp(20px,3.8vw,29px);margin:0 0 8px;font-weight:850}
.mc-dyn-header p{color:var(--mc-description-color,#fff);font-family:Georgia,"Times New Roman",serif;font-size:clamp(17px,3vw,24px);font-style:italic;margin:0 auto;max-width:560px;line-height:1.3}
.mc-dyn-flourish{display:flex;justify-content:center;align-items:center;gap:10px;margin:12px auto 0;color:#ff9e00}.mc-dyn-flourish i{width:90px;height:2px;background:#f7a01d}.mc-dyn-flourish b{font-size:24px}
.mc-deco-left,.mc-deco-right{position:absolute;top:34px;width:180px;font-family:"Segoe Script","Brush Script MT",cursive;font-style:italic;font-size:26px;line-height:1.22;font-weight:500;color:white}
.mc-deco-left{left:0;transform:rotate(-6deg)}.mc-deco-right{right:0;transform:rotate(4deg);padding:18px 8px;background:linear-gradient(135deg,rgba(239,117,0,.94),rgba(255,145,0,.75));clip-path:polygon(6% 9%,94% 0,100% 85%,8% 100%,0 24%)}

.mc-dyn-wheel{position:relative;width:min(100%,620px);aspect-ratio:1;margin:-10px auto 18px}
.mc-dyn-ring{position:absolute;inset:8%;border:4px solid #f7a01c;border-radius:50%;box-shadow:0 0 18px rgba(255,157,16,.45)}
.mc-dyn-ring:after{content:"";position:absolute;inset:3%;border-radius:50%;background:radial-gradient(circle,rgba(255,248,239,.70),rgba(255,242,224,.38) 62%,rgba(255,255,255,.02) 72%);backdrop-filter:blur(6px);z-index:-1}
.mc-dyn-item{position:absolute!important;width:17.5%!important;aspect-ratio:1;border:0!important;background:transparent!important;padding:0!important;margin:0!important;z-index:5!important;cursor:pointer!important;transform:none!important}
.mc-dyn-item img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 9px 16px rgba(58,31,12,.20))}
.mc-dyn-item small{position:absolute;left:50%;top:88%;transform:translateX(-50%);background:#fffaf5;color:#111;border-radius:999px;padding:5px 14px;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 5px 13px rgba(55,31,14,.12)}
.mc-dyn-item:hover,.mc-dyn-item:focus,.mc-dyn-item:active{transform:none!important}
.mc-dyn-item.pos-1{left:40.5%!important;top:-1%!important}
.mc-dyn-item.pos-2{right:13%!important;top:9%!important}
.mc-dyn-item.pos-3{right:0!important;top:31%!important}
.mc-dyn-item.pos-4{right:2%!important;bottom:20%!important}
.mc-dyn-item.pos-5{right:20%!important;bottom:-1%!important}
.mc-dyn-item.pos-6{left:40.5%!important;bottom:-8%!important}
.mc-dyn-item.pos-7{left:20%!important;bottom:-1%!important}
.mc-dyn-item.pos-8{left:2%!important;bottom:20%!important}
.mc-dyn-item.pos-9{left:0!important;top:31%!important}
.mc-dyn-item.pos-10{left:13%!important;top:9%!important}

.mc-dyn-google{
  position:absolute!important;
  left:50%!important;top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:46%!important;aspect-ratio:1!important;
  border-radius:50%!important;
  border:8px solid #fff!important;
  background:linear-gradient(180deg,#fff,#fffaf5)!important;
  padding:22px!important;margin:0!important;
  display:flex!important;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:0 18px 40px rgba(71,38,14,.25),0 0 0 5px #f5a11d,0 0 32px rgba(255,150,18,.42)!important;
  cursor:pointer!important;z-index:7!important;color:#101010!important;text-align:center!important;
  transition:box-shadow .18s ease!important;
}
.mc-dyn-google:hover,.mc-dyn-google:focus,.mc-dyn-google:active{transform:translate(-50%,-50%)!important}
.mc-dyn-google img{width:70px;height:70px;object-fit:contain;margin-bottom:6px}
.mc-dyn-stars{font-size:25px;color:#f5a000;letter-spacing:3px;line-height:1;margin-bottom:8px}
.mc-dyn-google strong{font-size:clamp(25px,4.5vw,35px);line-height:1.02;font-weight:950}
.mc-dyn-google span{font-size:14px;color:#4f453e;margin-top:10px;max-width:220px}

.mc-dyn-tools{display:grid;grid-template-columns:repeat(4,1fr);width:min(100%,700px);margin:32px auto 0;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.95);border-radius:28px;box-shadow:0 18px 44px rgba(61,33,13,.18);overflow:hidden}
.mc-dyn-tools button{position:relative;border:0;background:transparent;padding:18px 6px 16px;cursor:pointer;color:#16100d}
.mc-dyn-tools button+button:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:#f0d8c3}
.mc-dyn-tools b{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;margin:0 auto 8px;background:#fff1e2;color:#f06f00;font-size:24px}
.mc-dyn-tools strong,.mc-dyn-tools span{display:block}.mc-dyn-tools strong{font-size:13px}.mc-dyn-tools span{font-size:10px;color:#6b625b;margin-top:3px}
.mc-dyn-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:15px;margin:32px auto 0;color:#a95415;width:min(86%,610px);text-align:center}.mc-dyn-footer i{height:1px;background:#a95415}.mc-dyn-footer span{font-size:12px;letter-spacing:6px}.mc-dyn-footer b{grid-column:1/-1;font-size:34px;font-weight:400;margin-top:-8px}
.mc-dynamic-profile .mc-modal{z-index:50}.mc-dynamic-profile .mc-toast{z-index:60}

.mc-bg-preview{min-height:230px!important;background-size:cover!important;background-position:center!important}
.mc-customer-shell .mc-profile-media:not(.seller-media){grid-template-columns:180px 1fr!important}
.mc-customer-shell .mc-profile-media:not(.seller-media) .mc-avatar-edit{grid-column:1}
.mc-customer-shell .mc-profile-media:not(.seller-media) .mc-media-help{grid-column:2}

@media(max-width:700px){
  .mc-dyn-card{padding:18px 9px 24px}
  .mc-dyn-header{min-height:315px}
  .mc-dyn-logo{width:145px}
  .mc-deco-left,.mc-deco-right{font-size:17px;width:120px;top:25px}
  .mc-dyn-header h1{color:var(--mc-title-color,#fff);font-size:38px}.mc-dyn-header h2{color:var(--mc-subtitle-color,#fff);font-size:20px}.mc-dyn-header p{font-size:16px}
  .mc-dyn-wheel{width:100%;margin-top:-5px}
  .mc-dyn-item{width:20.5%!important}.mc-dyn-item small{font-size:8px;padding:4px 8px}
  .mc-dyn-google{width:49%!important;border-width:6px!important;padding:12px!important}
  .mc-dyn-google img{width:50px;height:50px}.mc-dyn-stars{font-size:16px}.mc-dyn-google strong{font-size:19px}.mc-dyn-google span{font-size:9px;margin-top:5px}
  .mc-dyn-tools{border-radius:22px}.mc-dyn-tools button{padding:13px 2px}.mc-dyn-tools b{width:38px;height:38px;font-size:18px}.mc-dyn-tools strong{font-size:9px}.mc-dyn-tools span{display:none}
  .mc-dyn-footer span{letter-spacing:3px;font-size:9px}
}

.mc-profile-basics select{margin-top:8px;max-width:150px}.mc-bank-extra{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.mc-bank-extra label span{display:block;font-weight:800;margin-bottom:6px}.mc-bank-extra input{width:100%}.mc-iban-card p{display:grid;gap:4px}.mc-iban-card p small{color:#7c6e63}.mc-iban-card p strong{overflow-wrap:anywhere}
@media(max-width:700px){.mc-dyn-item{width:18%!important}.mc-dyn-google{width:45%!important}.mc-bank-extra{grid-template-columns:1fr}}


/* =========================================================
   MyCard 0.5.1 — PROFILE GEOMETRY HARD FIX
   ========================================================= */
body.mc-public.mc-dynamic-profile{
  margin:0!important;
  padding:18px 0!important;
  min-height:100vh!important;
  background:#eee8e1!important;
  overflow-x:hidden!important;
}
.mc-dynamic-profile .mc-dyn-bg{display:none!important}

.mc-dynamic-profile .mc-dyn-card{
  box-sizing:border-box!important;
  position:relative!important;
  width:min(calc(100vw - 24px),520px)!important;
  min-height:auto!important;
  margin:0 auto!important;
  padding:24px 18px 30px!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background-image:
    linear-gradient(180deg,rgba(20,9,2,.16),rgba(58,29,8,.05) 48%,rgba(255,246,235,.10)),
    var(--mc-bg)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  box-shadow:0 24px 70px rgba(52,31,18,.18)!important;
}

.mc-dynamic-profile .mc-dyn-header{
  min-height:295px!important;
  padding-top:0!important;
}
.mc-dynamic-profile .mc-dyn-logo{
  width:142px!important;
  max-width:none!important;
  border:5px solid rgba(255,255,255,.97)!important;
}
.mc-dynamic-profile .mc-dyn-header h1{
  font-size:40px!important;
  margin:9px 0 4px!important;
  color:var(--mc-title-color)!important;
}
.mc-dynamic-profile .mc-dyn-header h2{
  font-size:21px!important;
  margin:0 0 5px!important;
  color:var(--mc-subtitle-color)!important;
}
.mc-dynamic-profile .mc-dyn-header p{
  font-size:17px!important;
  max-width:400px!important;
  color:var(--mc-description-color)!important;
}
.mc-dynamic-profile .mc-deco-left,
.mc-dynamic-profile .mc-deco-right{
  font-size:18px!important;
  width:125px!important;
  top:38px!important;
}

/* WHEEL: all 10 outer icons stay entirely inside this square. */
.mc-dynamic-profile .mc-dyn-wheel{
  position:relative!important;
  width:100%!important;
  max-width:480px!important;
  aspect-ratio:1/1!important;
  margin:4px auto 34px!important;
  overflow:visible!important;
}
.mc-dynamic-profile .mc-dyn-ring{
  position:absolute!important;
  inset:8%!important;
  border:3px solid #f7a01c!important;
  border-radius:50%!important;
  background:rgba(255,248,240,.22)!important;
  backdrop-filter:blur(5px)!important;
  box-shadow:0 0 18px rgba(255,157,16,.42)!important;
}
.mc-dynamic-profile .mc-dyn-ring:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,250,245,.72),rgba(255,244,230,.30) 68%,transparent 69%)!important;
  z-index:-1!important;
}

/* Every outer icon is a true circle, with a fixed size and no hover movement. */
.mc-dynamic-profile .mc-dyn-item{
  position:absolute!important;
  width:16%!important;
  aspect-ratio:1/1!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
  translate:none!important;
  scale:none!important;
  transition:none!important;
  overflow:visible!important;
  z-index:6!important;
}
.mc-dynamic-profile .mc-dyn-item:hover,
.mc-dynamic-profile .mc-dyn-item:focus,
.mc-dynamic-profile .mc-dyn-item:active{
  transform:none!important;
  translate:none!important;
  scale:none!important;
  background:transparent!important;
}
.mc-dynamic-profile .mc-dyn-iconframe{
  display:block!important;
  width:100%!important;
  height:100%!important;
  box-sizing:border-box!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:#fff!important;
  border:5px solid #fff!important;
  box-shadow:0 8px 20px rgba(52,29,12,.20),0 0 0 1px rgba(230,139,26,.20)!important;
}
.mc-dynamic-profile .mc-dyn-iconframe img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
  clip-path:circle(50% at 50% 50%)!important;
  filter:none!important;
}
.mc-dynamic-profile .mc-dyn-item small{
  position:absolute!important;
  left:50%!important;
  top:86%!important;
  transform:translateX(-50%)!important;
  background:#fffaf5!important;
  color:#111!important;
  border-radius:999px!important;
  padding:4px 9px!important;
  font-size:9px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  box-shadow:0 5px 13px rgba(55,31,14,.12)!important;
  z-index:3!important;
}

/* 10 equal positions on a radius that keeps every icon inside the wheel. */
.mc-dynamic-profile .mc-dyn-item.pos-1 {left:42%!important; top:2%!important}
.mc-dynamic-profile .mc-dyn-item.pos-2 {left:65.5%!important; top:9.6%!important}
.mc-dynamic-profile .mc-dyn-item.pos-3 {left:80%!important; top:29.6%!important}
.mc-dynamic-profile .mc-dyn-item.pos-4 {left:80%!important; top:54.4%!important}
.mc-dynamic-profile .mc-dyn-item.pos-5 {left:65.5%!important; top:74.4%!important}
.mc-dynamic-profile .mc-dyn-item.pos-6 {left:42%!important; top:82%!important}
.mc-dynamic-profile .mc-dyn-item.pos-7 {left:18.5%!important; top:74.4%!important}
.mc-dynamic-profile .mc-dyn-item.pos-8 {left:4%!important; top:54.4%!important}
.mc-dynamic-profile .mc-dyn-item.pos-9 {left:4%!important; top:29.6%!important}
.mc-dynamic-profile .mc-dyn-item.pos-10{left:18.5%!important; top:9.6%!important}

/* GOOGLE: visible circle is a DIV. It cannot inherit theme button hover movement. */
.mc-dynamic-profile .mc-dyn-google-shell{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:47%!important;
  aspect-ratio:1/1!important;
  transform:translate(-50%,-50%)!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
  border-radius:50%!important;
  z-index:8!important;
  margin:0!important;
  padding:0!important;
}
.mc-dynamic-profile .mc-dyn-google-visual{
  position:absolute!important;
  inset:0!important;
  box-sizing:border-box!important;
  width:100%!important;
  height:100%!important;
  border-radius:50%!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:18px!important;
  background:linear-gradient(180deg,#fff,#fffaf4)!important;
  border:6px solid #fff!important;
  box-shadow:
    0 15px 34px rgba(61,33,13,.24),
    0 0 0 4px #f39a13,
    0 0 24px rgba(255,158,18,.42)!important;
  transform:none!important;
  transition:none!important;
}
.mc-dynamic-profile .mc-dyn-google-visual img{
  display:block!important;
  flex:0 0 auto!important;
  width:52px!important;
  height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
  object-fit:contain!important;
  border-radius:50%!important;
  margin:0 0 5px!important;
}
.mc-dynamic-profile .mc-dyn-google-visual .mc-dyn-stars{
  flex:0 0 auto!important;
  font-size:18px!important;
  line-height:1!important;
  letter-spacing:2px!important;
  margin:1px 0 7px!important;
  color:#f5a000!important;
}
.mc-dynamic-profile .mc-dyn-google-visual strong{
  display:block!important;
  flex:0 0 auto!important;
  font-size:22px!important;
  line-height:1.02!important;
  font-weight:950!important;
  color:#111!important;
}
.mc-dynamic-profile .mc-dyn-google-visual span{
  display:block!important;
  flex:0 0 auto!important;
  font-size:10px!important;
  line-height:1.2!important;
  margin-top:7px!important;
  color:#4f453e!important;
}
.mc-dynamic-profile .mc-google-hit{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
  outline:0!important;
  cursor:pointer!important;
  transform:none!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
  transition:none!important;
  z-index:10!important;
}
.mc-dynamic-profile .mc-google-hit:hover,
.mc-dynamic-profile .mc-google-hit:focus,
.mc-dynamic-profile .mc-google-hit:active{
  transform:none!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Bottom tools are kept below the wheel; outer icons no longer extend into them. */
.mc-dynamic-profile .mc-dyn-tools{
  position:relative!important;
  z-index:4!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  width:100%!important;
  margin:0 auto!important;
  border-radius:25px!important;
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(10px)!important;
  border:1px solid rgba(255,255,255,.96)!important;
  box-shadow:0 16px 38px rgba(55,30,13,.18)!important;
  overflow:hidden!important;
}
.mc-dynamic-profile .mc-dyn-tools button{
  position:relative!important;
  border:0!important;
  background:transparent!important;
  padding:16px 4px 14px!important;
  cursor:pointer!important;
  color:#16100d!important;
  transform:none!important;
}
.mc-dynamic-profile .mc-dyn-tools button+button:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:18%!important;
  bottom:18%!important;
  width:1px!important;
  background:#f0d8c3!important;
}
.mc-dynamic-profile .mc-dyn-tools .mc-tool-icon{
  display:grid!important;
  place-items:center!important;
  width:50px!important;
  height:50px!important;
  margin:0 auto 8px!important;
  border-radius:50%!important;
  background:#fff1e2!important;
}
.mc-dynamic-profile .mc-dyn-tools .mc-tool-icon svg{
  width:27px!important;
  height:27px!important;
  fill:#f06f00!important;
}
.mc-dynamic-profile .mc-dyn-tools strong{
  display:block!important;
  font-size:11px!important;
}
.mc-dynamic-profile .mc-dyn-tools span{
  display:block!important;
  font-size:9px!important;
  color:#6b625b!important;
  margin-top:3px!important;
}
.mc-dynamic-profile .mc-dyn-footer{
  margin-top:24px!important;
  color:#9e4e12!important;
}
.mc-profile-media .mc-media-help{display:none!important}

/* IBAN editor stays hidden until IBAN tile is clicked; layout is tidy when opened. */
.mc-iban-editor{
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  align-items:end!important;
}
.mc-iban-editor label:first-child{grid-column:1/-1!important}
.mc-iban-editor .mc-channel-done{grid-column:1/-1!important;justify-self:end!important}
.mc-iban-editor label span{display:block!important;font-weight:800!important;margin:0 0 6px!important}
.mc-iban-editor input{width:100%!important}

@media(max-width:560px){
  body.mc-public.mc-dynamic-profile{padding:0!important;background:#211306!important}
  .mc-dynamic-profile .mc-dyn-card{
    width:100%!important;
    border-radius:0!important;
    padding:16px 10px 24px!important;
  }
  .mc-dynamic-profile .mc-dyn-header{min-height:250px!important}
  .mc-dynamic-profile .mc-dyn-logo{width:116px!important}
  .mc-dynamic-profile .mc-dyn-header h1{font-size:33px!important}
  .mc-dynamic-profile .mc-dyn-header h2{font-size:18px!important}
  .mc-dynamic-profile .mc-dyn-header p{font-size:14px!important}
  .mc-dynamic-profile .mc-deco-left,
  .mc-dynamic-profile .mc-deco-right{font-size:14px!important;width:103px!important;top:30px!important}
  .mc-dynamic-profile .mc-dyn-wheel{max-width:430px!important;margin-bottom:30px!important}
  .mc-dynamic-profile .mc-dyn-google-shell{width:46%!important}
  .mc-dynamic-profile .mc-dyn-google-visual{padding:10px!important;border-width:5px!important}
  .mc-dynamic-profile .mc-dyn-google-visual img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important}
  .mc-dynamic-profile .mc-dyn-google-visual .mc-dyn-stars{font-size:14px!important}
  .mc-dynamic-profile .mc-dyn-google-visual strong{font-size:17px!important}
  .mc-dynamic-profile .mc-dyn-google-visual span{font-size:8px!important}
  .mc-dynamic-profile .mc-dyn-item small{font-size:7px!important;padding:3px 6px!important}
  .mc-dynamic-profile .mc-dyn-tools .mc-tool-icon{width:38px!important;height:38px!important}
  .mc-dynamic-profile .mc-dyn-tools .mc-tool-icon svg{width:21px!important;height:21px!important}
  .mc-dynamic-profile .mc-dyn-tools strong{font-size:9px!important}
  .mc-dynamic-profile .mc-dyn-tools span{display:none!important}
  .mc-iban-editor{grid-template-columns:1fr!important}
  .mc-iban-editor label:first-child{grid-column:auto!important}
}


/* =========================================================
   MyCard 0.5.2 — GOOGLE VISIBILITY + LINKEDIN CLEANUP
   ========================================================= */

/* Keep the actual Google artwork permanently ABOVE the invisible click layer.
   The artwork ignores pointer events, so clicks pass through to the hit button below. */
.mc-dynamic-profile .mc-dyn-google-shell{
  isolation:isolate!important;
}
.mc-dynamic-profile .mc-dyn-google-visual{
  z-index:20!important;
  opacity:1!important;
  visibility:visible!important;
  display:flex!important;
  pointer-events:none!important;
  transform:none!important;
  transition:none!important;
}
.mc-dynamic-profile .mc-google-hit{
  z-index:10!important;
  opacity:1!important;
  background:transparent!important;
  color:transparent!important;
  font-size:0!important;
  box-shadow:none!important;
}

/* Do not let any active theme's button state cover the visual layer. */
.mc-dynamic-profile .mc-google-hit,
.mc-dynamic-profile .mc-google-hit:hover,
.mc-dynamic-profile .mc-google-hit:focus,
.mc-dynamic-profile .mc-google-hit:focus-visible,
.mc-dynamic-profile .mc-google-hit:active{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  transform:none!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
}

/* Force all center contents to remain visible even without hover/focus. */
.mc-dynamic-profile .mc-dyn-google-visual img,
.mc-dynamic-profile .mc-dyn-google-visual .mc-dyn-stars,
.mc-dynamic-profile .mc-dyn-google-visual strong,
.mc-dynamic-profile .mc-dyn-google-visual span{
  opacity:1!important;
  visibility:visible!important;
}

/* LinkedIn: only one round icon — no inherited secondary border/ring. */
.mc-dynamic-profile .mc-dyn-item img[src*="linkedin-clean"]{
  object-fit:cover!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#0a66c2!important;
}


/* =========================================================
   MyCard 0.5.3 — MOBILE ICON CIRCLE FIX
   ========================================================= */

/* Theme/mobile button rules were stretching the outer action buttons vertically.
   Force a real square button and a real circular icon frame on every viewport. */
.mc-dynamic-profile .mc-dyn-item{
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
  min-height:76px!important;
  max-width:76px!important;
  max-height:76px!important;
  aspect-ratio:auto!important;
  box-sizing:border-box!important;
  padding:0!important;
  line-height:1!important;
  border-radius:50%!important;
  overflow:visible!important;
}

.mc-dynamic-profile .mc-dyn-iconframe{
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
  min-height:76px!important;
  max-width:76px!important;
  max-height:76px!important;
  aspect-ratio:auto!important;
  border-radius:50%!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

.mc-dynamic-profile .mc-dyn-iconframe img{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:50%!important;
  display:block!important;
}

/* Keep labels compact under the circle. */
.mc-dynamic-profile .mc-dyn-item small{
  top:82%!important;
  padding:4px 8px!important;
  font-size:8px!important;
}

/* Mobile gets slightly smaller true circles, never pills/ovals. */
@media(max-width:560px){
  .mc-dynamic-profile .mc-dyn-item{
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    min-height:64px!important;
    max-width:64px!important;
    max-height:64px!important;
  }
  .mc-dynamic-profile .mc-dyn-iconframe{
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    min-height:64px!important;
    max-width:64px!important;
    max-height:64px!important;
  }
  .mc-dynamic-profile .mc-dyn-item small{
    top:80%!important;
    font-size:7px!important;
    padding:3px 6px!important;
  }
}

/* Very small phones */
@media(max-width:390px){
  .mc-dynamic-profile .mc-dyn-item{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
  }
  .mc-dynamic-profile .mc-dyn-iconframe{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
  }
}


/* =========================================================
   MyCard 0.5.4 — LEGAL FLOW + INVOICE UI
   ========================================================= */
.mc-iban-editor .wide{grid-column:1/-1!important}
.mc-iban-editor textarea{width:100%!important;min-height:92px!important;resize:vertical!important}
.mc-consent-ok,.mc-consent-wait{display:inline-flex!important;align-items:center!important;border-radius:999px!important;padding:6px 10px!important;font-size:11px!important;font-weight:800!important;white-space:nowrap!important}
.mc-consent-ok{background:#e9f8ee!important;color:#16733a!important}
.mc-consent-wait{background:#fff4df!important;color:#9a5a00!important}
.mc-legal-page{min-height:100vh!important;padding:42px 18px!important;background:linear-gradient(180deg,#fff9f3,#f7eee5)!important;display:grid!important;place-items:center!important}
.mc-legal-card{width:min(720px,100%)!important;background:#fff!important;border-radius:30px!important;padding:34px!important;box-shadow:0 24px 70px rgba(66,39,18,.12)!important;border:1px solid #f1dfcf!important}
.mc-legal-card h1{font-size:36px!important;margin:10px 0!important;color:#21140c!important}
.mc-legal-card>p{font-size:15px!important;line-height:1.7!important;color:#6c5b4f!important}
.mc-legal-check{display:flex!important;gap:14px!important;align-items:flex-start!important;margin:14px 0!important;padding:18px!important;border:1px solid #ecd8c5!important;border-radius:18px!important;background:#fffaf6!important;cursor:pointer!important}
.mc-legal-check.optional{background:#fafafa!important}
.mc-legal-check input{width:20px!important;height:20px!important;margin-top:2px!important;flex:0 0 auto!important}
.mc-legal-check span{display:block!important}
.mc-legal-check strong{display:block!important;font-size:15px!important;color:#26170e!important;margin-bottom:5px!important}
.mc-legal-check small{display:block!important;line-height:1.5!important;color:#78695e!important}
.mc-legal-check a,.mc-legal-links a{color:#e56d00!important;font-weight:800!important}
.mc-legal-links{display:flex!important;gap:18px!important;flex-wrap:wrap!important;margin:18px 0 24px!important;font-size:13px!important}
@media(max-width:560px){.mc-legal-page{padding:0!important;display:block!important;background:#fff!important}.mc-legal-card{border-radius:0!important;box-shadow:none!important;border:0!important;padding:26px 18px 34px!important;min-height:100vh!important}.mc-legal-card h1{font-size:29px!important}}


/* =========================================================
   MyCard 0.5.5 — PROFILE INFO / INVOICE REVISION
   ========================================================= */

/* The old quick-media button behind the avatar is no longer used. */
.mc-profile-editor .mc-media-quick{display:none!important}

/* Basic profile info: name + phone, then full-width address and description. */
.mc-profile-basics label.wide{grid-column:1/-1!important}
.mc-profile-basics textarea[name="address"]{
  min-height:74px!important;
}

/* New customer address can span the form width as well. */
.mc-create-basics .wide{grid-column:1/-1!important}
.mc-create-basics textarea{
  width:100%!important;
  min-height:74px!important;
  border:1px solid #ead9cd!important;
  border-radius:14px!important;
  padding:13px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

/* IBAN / Fatura now has a clean 3-column desktop layout. */
.mc-iban-editor{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:end!important;
}
.mc-iban-editor label:first-child{grid-column:auto!important}
.mc-iban-editor .wide{grid-column:1/-1!important}
.mc-iban-editor .mc-channel-done{
  grid-column:1/-1!important;
  justify-self:end!important;
}
.mc-iban-editor textarea{
  width:100%!important;
  min-height:92px!important;
  resize:vertical!important;
}
@media(max-width:900px){
  .mc-iban-editor{grid-template-columns:1fr!important}
  .mc-iban-editor .wide,
  .mc-iban-editor .mc-channel-done{grid-column:auto!important}
  .mc-create-basics .wide{grid-column:auto!important}
}
