:root{--wpmc-grad-1:#ff7a18;--wpmc-grad-2:#ff3d81;--wpmc-accent:#ff3d81;--wpmc-bg-glass:rgba(255,255,255,.18);--wpmc-bg-glass-strong:rgba(255,255,255,.24);--wpmc-border-glass:rgba(255,255,255,.35);--wpmc-shadow-strong:0 12px 44px rgba(0,0,0,.28);--wpmc-shadow-soft:0 8px 28px rgba(0,0,0,.18);--wpmc-text:#1f1f1f;--wpmc-text-dim:#5a5a5a;--wpmc-input-bg:rgba(255,255,255,.75);--wpmc-input-border:rgba(0,0,0,.08);--wpmc-input-focus:rgba(255,61,129,.18);}.wpmc-glass{background:linear-gradient(180deg,var(--wpmc-bg-glass-strong),var(--wpmc-bg-glass));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--wpmc-border-glass);}.wpmc-btn-like{border:none;border-radius:12px;font-weight:700;color:#fff;cursor:pointer;background:linear-gradient(45deg,var(--wpmc-grad-1),var(--wpmc-grad-2));box-shadow:0 8px 20px rgba(255,61,129,.35);transition:transform .12s ease,box-shadow .2s ease,filter .15s ease;}.wpmc-btn-like:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(255,61,129,.42);}.wpmc-btn-like:active{transform:translateY(0);filter:brightness(.98);}.wpmc-input-like{padding:12px 14px;border-radius:12px;border:1px solid var(--wpmc-input-border);background:var(--wpmc-input-bg);font-size:15px;color:var(--wpmc-text);transition:border-color .2s ease,box-shadow .2s ease,transform .06s ease;}.wpmc-input-like:focus{outline:none;border-color:var(--wpmc-accent);box-shadow:0 0 0 4px var(--wpmc-input-focus);}.wpmc-input-like::placeholder{color:var(--wpmc-text-dim);}@keyframes wpmc-fadeIn{from{opacity:0}to{opacity:1}}@keyframes wpmc-slideUp{from{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes wpmc-fadeInDown{from{opacity:0;transform:translateX(-50%)translateY(-16px)}to{opacity:1;transform:translateX(-50%)translateY(0)}}.wpmc-auth-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999;background:radial-gradient(1200px 800px at 10% 10%,rgba(255,61,129,.12),transparent 60%),radial-gradient(1200px 800px at 90% 90%,rgba(255,122,24,.10),transparent 60%),rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:wpmc-fadeIn .28s ease;}.wpmc-auth-modal-content{position:relative;width:100%;max-width:460px;padding:34px 28px 28px;border-radius:18px;box-shadow:var(--wpmc-shadow-strong);color:var(--wpmc-text);animation:wpmc-slideUp .3s ease;}.wpmc-auth-modal-content,.wpmc-login-intercept-box{background:linear-gradient(180deg,var(--wpmc-bg-glass-strong),var(--wpmc-bg-glass));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--wpmc-border-glass);}.wpmc-auth-modal-content::before{content:"";position:absolute;inset:0;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.20),rgba(255,255,255,.06)38%,rgba(255,255,255,0)70%);pointer-events:none;}.wpmc-auth-close{position:absolute;top:10px;right:12px;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;line-height:1;font-size:22px;cursor:pointer;color:#8e8e8e;background:rgba(255,255,255,.5);border:1px solid var(--wpmc-border-glass);transition:transform .15s ease,box-shadow .2s ease,color .2s ease,background .2s ease;}.wpmc-auth-close:hover{color:#222;background:rgba(255,255,255,.75);box-shadow:var(--wpmc-shadow-soft);transform:translateY(-1px);}.wpmc-auth-tabs{display:flex;gap:8px;margin-bottom:22px;}.wpmc-auth-tabs button{flex:1;padding:10px 14px;border-radius:12px;cursor:pointer;font:700 14px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#333;transition:transform .15s ease,box-shadow .2s ease,background .2s ease;border:1px solid var(--wpmc-border-glass);background:rgba(255,255,255,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}.wpmc-auth-tabs button:hover{background:rgba(255,255,255,.85);box-shadow:var(--wpmc-shadow-soft);transform:translateY(-1px);}.wpmc-auth-tabs button.active{background:linear-gradient(45deg,var(--wpmc-grad-1),var(--wpmc-grad-2));color:#fff;border-color:transparent;box-shadow:0 6px 18px rgba(255,61,129,.38);}.wpmc-auth-tab-content{display:none;}.wpmc-auth-tab-content.active{display:block;animation:wpmc-fadeIn .22s ease;}.wpmc-auth-tab-content form{display:grid;gap:14px;}.wpmc-auth-tab-content:is(input[type="text"],input[type="email"],input[type="password"]){composes:wpmc-input-like;}.wpmc-auth-tab-content input[type="text"],.wpmc-auth-tab-content input[type="email"],.wpmc-auth-tab-content input[type="password"]{padding:12px 14px;border-radius:12px;border:1px solid var(--wpmc-input-border);background:var(--wpmc-input-bg);font-size:15px;color:var(--wpmc-text);transition:border-color .2s ease,box-shadow .2s ease,transform .06s ease;}.wpmc-auth-tab-content input:focus{outline:none;border-color:var(--wpmc-accent);box-shadow:0 0 0 4px var(--wpmc-input-focus);}.wpmc-auth-tab-content input::placeholder{color:var(--wpmc-text-dim);}.wpmc-auth-tab-content input[type="submit"],.wpmc-login-intercept-btn,.wpmc-open-auth-modal.is-primary{padding:12px 14px;border-radius:12px;border:none;font-weight:700;font-size:15px;color:#fff;cursor:pointer;background:linear-gradient(45deg,var(--wpmc-grad-1),var(--wpmc-grad-2));box-shadow:0 8px 20px rgba(255,61,129,.35);transition:transform .12s ease,box-shadow .2s ease,filter .15s ease;}.wpmc-auth-tab-content input[type="submit"]:hover,.wpmc-login-intercept-btn:hover,.wpmc-open-auth-modal.is-primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(255,61,129,.42);}.wpmc-auth-tab-content input[type="submit"]:active,.wpmc-login-intercept-btn:active,.wpmc-open-auth-modal.is-primary:active{transform:translateY(0);filter:brightness(.98);}#wpmc-tab-google{text-align:center;}#wpmc-tab-google .g_id_signin{margin-top:10px;display:inline-block;border-radius:10px;box-shadow:var(--wpmc-shadow-soft);}.wpmc-avatar-box{display:flex;align-items:center;gap:10px;font-weight:bold;}.wpmc-login-intercept-box{position:absolute;top:0;left:0;max-width:320px;min-width:260px;padding:16px 18px 18px;border-radius:16px;box-shadow:var(--wpmc-shadow-strong);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--wpmc-text);text-align:left;animation:wpmc-fadeInDown .22s ease;z-index:10000;}.wpmc-login-intercept-content{display:grid;gap:12px;}.wpmc-login-intercept-text{margin:0;color:var(--wpmc-text);line-height:1.45;font-size:14px;}.wpmc-login-intercept-close{position:absolute;top:8px;right:10px;width:30px;height:30px;border-radius:10px;display:grid;place-items:center;font-size:18px;cursor:pointer;color:#6b6b6b;background:rgba(255,255,255,.55);border:1px solid var(--wpmc-border-glass);transition:transform .12s ease,box-shadow .2s ease,color .2s ease,background .2s ease;}.wpmc-login-intercept-close:hover{color:#1f1f1f;background:rgba(255,255,255,.78);box-shadow:var(--wpmc-shadow-soft);transform:translateY(-1px);}.wpmc-login-intercept-arrow{position:absolute;width:14px;height:14px;left:50%;margin-left:-7px;background:var(--wpmc-bg-glass-strong);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-left:1px solid var(--wpmc-border-glass);border-top:1px solid var(--wpmc-border-glass);transform:rotate(45deg);}.wpmc-login-intercept-box:not(.is-top).wpmc-login-intercept-arrow{top:-7px;box-shadow:-2px -2px 6px rgba(0,0,0,.05);}.wpmc-login-intercept-box.is-top .wpmc-login-intercept-arrow{bottom:-7px;transform:rotate(225deg);box-shadow:2px 2px 6px rgba(0,0,0,.05);}#wpmc-login-intercept-box{animation:wpmc-fadeInDown .22s ease;}@media(prefers-reduced-motion:reduce){.wpmc-auth-modal,.wpmc-auth-modal-content,.wpmc-auth-tabs button,.wpmc-login-intercept-box,.wpmc-login-intercept-btn{animation:none!important;transition:none!important;}}.wpmc-open-auth-modal{display:flex;align-items:center;gap:10px;padding:5px 0 5px 20px;border-radius:18px;color:#fff;text-align:left;max-width:320px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 26px rgba(0,0,0,.18);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;font-weight:700;text-decoration:none;transition:transform .12s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;}.wpmc-open-auth-modal::before{content:"";width:30px;height:30px;flex:0 0 18px;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ff7a18' viewBox='0 0 24 24'><path d='M12 12a5 5 0 1 0-5-5a5 5 0 0 0 5 5m0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5'/></svg>")center/contain no-repeat;background:#ff7a18;}.wpmc-open-auth-modal:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(255,122,24,.3);}.wpmc-open-auth-modal:active{transform:translateY(0);}.wpmc-open-auth-modal::before{content:"";width:18px;height:18px;flex:0 0 18px;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><path fill="%23000" d="M12 12a5 5 0 1 0-5-5a5 5 0 0 0 5 5m0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5"/></svg>')center/contain no-repeat;background:linear-gradient(45deg,var(--wpmc-grad-1),var(--wpmc-grad-2));}.wpmc-auth-user{display:flex;flex-direction:column;align-items:stretch;padding:5px 0 5px 10px;border-radius:30px;color:#fff;text-align:left;max-width:3200px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 26px rgba(0,0,0,.18);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;}.wpmc-auth-header{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer;user-select:none;position:relative;}.wpmc-auth-header::after{content:"";width:12px;height:12px;margin-left:auto;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23000" d="M5.6 7.2L10 11.6l4.4-4.4.8.8L10 13.2 4.8 8z"/></svg>')center/contain no-repeat;background:#fff;transition:transform .2s ease;}.wpmc-auth-user.is-open .wpmc-auth-header::after{transform:rotate(180deg);}.wpmc-auth-avatar img{width:45px;height:45px;border-radius:50%;display:block;box-shadow:0 4px 10px rgba(0,0,0,.25);}.wpmc-auth-name{font-weight:700;font-size:16px;}.wpmc-auth-menu{width:100%;display:flex;flex-direction:column;text-align:left;overflow:hidden;max-height:0;transition:max-height .25s ease;padding-left:20px;}.wpmc-auth-user.is-open .wpmc-auth-menu{max-height:320px;}.wpmc-auth-menu .wpmc-auth-link{display:block;padding:12px 2px;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.12);transition:color .2s ease,padding-left .15s ease,background .2s ease;}.wpmc-auth-menu .wpmc-auth-link:last-child{border-bottom:none;}.wpmc-auth-menu .wpmc-auth-link:hover{padding-left:6px;text-decoration:underline;text-underline-offset:4px;background:rgba(255,255,255,.06);}@media(max-width:600px){.wpmc-auth-user{width:100vw;max-width:none;padding:12px 20px;margin-left:-20px;margin-right:-20px;border-radius:0;}.wpmc-auth-avatar img{margin-left:-10px;}}.wpmc-sidebar-panel.collapsed .wpmc-auth-user .wpmc-auth-avatar img{margin-left:-13px;}.wpmc-open-auth-modal{box-shadow:none;padding-left:0;max-width:100%;white-space:nowrap;gap:25px;}.wpmc-open-auth-modal::before{margin-left:6px;}.wpmc-auth-header{display:flex;align-items:center;gap:10px;cursor:pointer;user-select:none;margin-bottom:6px;position:relative;}.wpmc-auth-header::after{content:"";width:12px;height:12px;margin-left:auto;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23000" d="M5.6 7.2L10 11.6l4.4-4.4.8.8L10 13.2 4.8 8z"/></svg>')center/contain no-repeat;background:#fff;transition:transform .2s ease;}.wpmc-auth-user.is-open .wpmc-auth-header::after{transform:rotate(180deg);}.wpmc-auth-avatar img{width:35px;height:35px;border-radius:50%;display:block;}.wpmc-auth-name{font-size:14px;font-weight:700;}.wpmc-auth-menu{overflow:hidden;max-height:0;transition:max-height .25s ease;}.wpmc-auth-user.is-open .wpmc-auth-menu{max-height:320px;}.wpmc-auth-menu .wpmc-auth-link{padding:10px 0;}.wpmc-auth-notice{margin:8px 0 14px;padding:10px 12px;border-radius:6px;font-size:14px;font-weight:500;border:1px solid transparent;}.wpmc-auth-notice.error{background:#fff2f2;border-color:#f3b1b1;color:#b00020;}.wpmc-auth-notice.success{background:#f2fff5;border-color:#b1f3b9;color:#1b5e20;}.wpmc-auth-notice.wpmc-success{background:#f2fff5;border:1px solid #b1f3b9;color:#1b5e20;}.wpmc-auth-notice.wpmc-error{background:#fff2f2;border:1px solid #f3b1b1;color:#b00020;}.wpmc-auth-notice.wpmc-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;}.wpmc-auth-modal[aria-hidden="true"]{display:none !important;}.wpmc-auth-modal[aria-hidden="false"]{display:flex !important;}.wpmc-inline{display:flex;justify-content:flex-end;gap:10px;font-size:12px;}.wpmc-switch{color:#374151;text-decoration:underline;text-underline-offset:3px;cursor:pointer;}.wpmc-switch:hover{opacity:.9;}.wpmc-auth-tabs button:focus-visible,.wpmc-auth-close:focus-visible,.wpmc-switch:focus-visible{outline:2px solid var(--wpmc-accent);outline-offset:2px;border-radius:10px;}body.wpmc-modal-open{overflow:hidden;}#wpmc-tab-google .g_id_signin{margin-top:12px;display:inline-block;}.wpmc-auth-tab-content.active{animation:wpmc-fadeIn .18s ease;}.wpmc-auth-logo{text-align:center;margin-bottom:18px;}.wpmc-auth-logo img{max-height:150px;width:auto;height:auto;}.wpmc-auth-logo-text{font-size:20px;font-weight:700;color:var(--wpmc-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}