/**handles:vcon-modal-system,virtual-conference-vcon-account-style**/
.vcon-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;display:none;align-items:center!important;justify-content:center!important;opacity:0;transition:opacity .3s ease;pointer-events:none}.vcon-modal.vcon-modal-open{display:flex!important;opacity:1!important;pointer-events:auto}body.vcon-modal-active{overflow:hidden}.vcon-modal-overlay{display:none!important}@keyframes vcon-modal-fade-in{from{opacity:0}to{opacity:1}}.vcon-modal-container{position:relative;max-width:600px;max-width:var(--vcon--custom--modal-max-width,600px);width:90%;max-height:90vh;background:#fff!important;background:var(--vcon--custom--modal-background,#fff)!important;border:1px solid #e2e8f0;border-color:var(--vcon--custom--modal-border-color,#e2e8f0);border-radius:8px;border-radius:var(--vcon--custom--modal-border-radius,8px);box-shadow:0 10px 40px rgba(0,0,0,.3);box-shadow:var(--vcon--custom--modal-shadow,0 10px 40px rgba(0,0,0,.3));overflow:hidden;display:flex!important;flex-direction:column;animation:vcon-modal-slide-up .3s ease;z-index:1000}@keyframes vcon-modal-slide-up{from{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.vcon-modal-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;border-bottom-color:var(--vcon--custom--modal-border-color,#e0e0e0);background:#f9f9f9;background:var(--vcon--custom--modal-background,#f9f9f9);visibility:visible!important}.vcon-modal-title{margin:0;font-size:1.5rem;font-weight:600;color:#1e1e1e;color:var(--vcon--custom--modal-title-color,#1e1e1e)}.vcon-modal-close{background:0 0;border:none;font-size:2rem;line-height:1;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#646970;color:var(--vcon--custom--modal-text-color,#646970);border-radius:4px;border-radius:var(--vcon--custom--button-border-radius,4px);transition:all .2s ease}.vcon-modal-close:hover{background:#e0e0e0;color:#1e1e1e}.vcon-modal-close:focus{outline:2px solid #2271b1;outline-offset:2px}.vcon-modal-body{padding:2rem!important;overflow-y:auto!important;overflow-x:hidden!important;flex:1!important;display:block!important;visibility:visible!important;box-sizing:border-box}.vcon-modal-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#646970;color:var(--vcon--custom--modal-text-color,#646970)}.vcon-modal-icon svg{width:64px;height:64px}.vcon-modal-icon-warning{color:#d63638;color:var(--vcon--custom--error-color,#d63638)}.vcon-modal-message{text-align:center;font-size:1rem;line-height:1.6;color:#646970;color:var(--vcon--custom--modal-text-color,#646970);margin:0 0 1.5rem}.vcon-modal-description{font-size:.9375rem;line-height:1.6;color:#646970;color:var(--vcon--custom--modal-text-color,#646970);margin:0 0 1rem}.vcon-modal-description strong{color:#1e1e1e;color:var(--vcon--custom--modal-title-color,#1e1e1e)}.vcon-modal-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.vcon-modal-footer{padding:1.5rem 2rem;border-top:1px solid #e0e0e0;border-top-color:var(--vcon--custom--modal-border-color,#e0e0e0);background:#f9f9f9;background:var(--vcon--custom--modal-background,#f9f9f9);display:none;justify-content:flex-end;gap:1rem}.vcon-modal-footer:not(:empty){display:flex}.vcon-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:1px solid;border-radius:4px;border-radius:var(--vcon--custom--button-border-radius,4px);font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.vcon-button-primary{background:#2271b1;background:var(--vcon--custom--primary-button-color,#2271b1);border-color:#2271b1;border-color:var(--vcon--custom--primary-button-color,#2271b1);color:#fff}.vcon-button-primary:hover{background:#135e96;background:var(--vcon--custom--primary-button-hover,#135e96);border-color:#135e96;border-color:var(--vcon--custom--primary-button-hover,#135e96);color:#fff}.vcon-button-primary:focus{outline:2px solid #2271b1;outline:2px solid var(--vcon--custom--primary-button-color,#2271b1);outline-offset:2px}.vcon-button-secondary{background:#fff;background:var(--vcon--custom--modal-background,#fff);border-color:#2271b1;border-color:var(--vcon--custom--primary-button-color,#2271b1);color:#2271b1;color:var(--vcon--custom--primary-button-color,#2271b1)}.vcon-button-secondary:hover{background:#f6f7f7;color:#135e96;color:var(--vcon--custom--primary-button-hover,#135e96);border-color:#135e96;border-color:var(--vcon--custom--primary-button-hover,#135e96)}.vcon-button-secondary:focus{outline:2px solid #2271b1;outline:2px solid var(--vcon--custom--primary-button-color,#2271b1);outline-offset:2px}.vcon-button-danger{background:#d63638;background:var(--vcon--custom--error-color,#d63638);border-color:#d63638;border-color:var(--vcon--custom--error-color,#d63638);color:#fff}.vcon-button-danger:hover{background:#b32d2e;border-color:#b32d2e;color:#fff}.vcon-button-danger:focus{outline:2px solid #d63638;outline:2px solid var(--vcon--custom--error-color,#d63638);outline-offset:2px}.vcon-link-button{background:0 0;border:none;color:#2271b1;color:var(--vcon--custom--primary-button-color,#2271b1);text-decoration:underline;cursor:pointer;font-size:.9375rem;padding:0;transition:color .2s ease}.vcon-link-button:hover{color:#135e96;color:var(--vcon--custom--primary-button-hover,#135e96)}.vcon-link-button:focus{outline:2px solid #2271b1;outline:2px solid var(--vcon--custom--primary-button-color,#2271b1);outline-offset:2px;border-radius:2px}.vcon-modal-form{display:flex;flex-direction:column;gap:1.25rem;text-align:left;box-sizing:border-box;width:100%}.vcon-modal-form *,.vcon-modal-form ::after,.vcon-modal-form ::before{box-sizing:border-box}.vcon-form-field{display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box;width:100%}.vcon-modal-body label{display:block;margin-bottom:.25rem;font-weight:600;color:#1e1e1e;color:var(--vcon--custom--modal-title-color,#1e1e1e);font-size:.9375rem}.vcon-modal-body label .required{color:#d63638;color:var(--vcon--custom--error-color,#d63638)}.vcon-modal-body input[type=email],.vcon-modal-body input[type=password],.vcon-modal-body input[type=text],.vcon-modal-body select,.vcon-modal-body textarea{width:100%;max-width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.vcon-modal-body input[type=email]:focus,.vcon-modal-body input[type=password]:focus,.vcon-modal-body input[type=text]:focus,.vcon-modal-body select:focus,.vcon-modal-body textarea:focus{outline:0;border-color:#2271b1;border-color:var(--vcon--custom--primary-button-color,#2271b1);box-shadow:0 0 0 1px #2271b1;box-shadow:0 0 0 1px var(--vcon--custom--primary-button-color,#2271b1)}.vcon-modal-body textarea{min-height:100px;resize:vertical}.vcon-field-help{display:block;font-size:.8125rem;color:#646970;color:var(--vcon--custom--modal-text-color,#646970);margin-top:.25rem}.vcon-modal-form .vcon-modal-actions{margin-top:.5rem}.vcon-modal-error{padding:.75rem 1rem;background:#fcf0f1;border:1px solid #f0c0c0;border-radius:4px;border-radius:var(--vcon--custom--button-border-radius,4px);color:#d63638;color:var(--vcon--custom--error-color,#d63638);margin-bottom:1rem}.vcon-modal-success{padding:.75rem 1rem;background:#d4f4dd;border:1px solid #a7e6b4;border-radius:4px;border-radius:var(--vcon--custom--button-border-radius,4px);color:#1e4620;margin-bottom:1rem}.vcon-modal-loading{position:relative;pointer-events:none;opacity:.6}.vcon-modal-loading::after{content:'';position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border:3px solid #2271b1;border:3px solid var(--vcon--custom--primary-button-color,#2271b1);border-top-color:transparent;border-radius:50%;animation:vcon-modal-spin .8s linear infinite}@keyframes vcon-modal-spin{to{transform:rotate(360deg)}}@media (max-width:768px){.vcon-modal-container{width:95%;max-height:95vh}.vcon-modal-body,.vcon-modal-footer,.vcon-modal-header{padding:1.25rem 1.5rem}.vcon-modal-title{font-size:1.25rem}.vcon-modal-actions{flex-direction:column}.vcon-button{width:100%}}@media (max-width:480px){.vcon-modal-body,.vcon-modal-footer,.vcon-modal-header{padding:1rem}.vcon-modal-title{font-size:1.125rem}.vcon-modal-icon svg{width:48px;height:48px}}.vcon-modal[aria-hidden=true]{display:none}.vcon-modal :focus{outline-offset:2px}@media (prefers-contrast:high){.vcon-modal-overlay{background:rgba(0,0,0,.9)}.vcon-modal-container{border:2px solid currentColor}}@media (prefers-reduced-motion:reduce){.vcon-button,.vcon-modal,.vcon-modal-container,.vcon-modal-overlay{animation:none;transition:none}}
.vcon-my-account-block{max-width:1200px;margin:0 auto;padding:var(--wp--preset--spacing--50,2rem) var(--wp--preset--spacing--30,1rem)}.vcon-my-account-login-required{background:#fff;background:var(--vcon--custom--card-background,#fff);border:1px solid #e2e8f0;border-color:var(--vcon--custom--card-border-color,#e2e8f0);border-radius:var(--wp--custom--border-radius,8px);padding:var(--wp--preset--spacing--60,3rem) var(--wp--preset--spacing--50,2rem);text-align:center;box-shadow:var(--vcon--custom--card-shadow,0 1px 3px rgba(0,0,0,.1))}.vcon-my-account-login-message svg{color:var(--vcon--custom--modal-text-color,var(--wp--preset--color--contrast,#4a5568));margin-bottom:var(--wp--preset--spacing--40,1.5rem)}.vcon-my-account-login-message h3{margin:0 0 .75rem;font-size:var(--wp--preset--font-size--large, 1.75rem);font-weight:600;color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748))}.vcon-my-account-login-message p{margin:0 0 var(--wp--preset--spacing--50,2rem);color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#718096));font-size:var(--wp--preset--font-size--medium, 1.05rem)}.vcon-my-account-login-btn,.vcon-my-account-register-btn{background:var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));color:#fff;border:none;border-radius:var(--vcon--custom--button-border-radius,var(--wp--custom--border-radius,6px));padding:.75rem 2rem;font-size:var(--wp--preset--font-size--medium, 1rem);font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s;display:inline-block}.vcon-my-account-login-btn:hover,.vcon-my-account-register-btn:hover{background:var(--vcon--custom--primary-button-hover,var(--wp--preset--color--primary-dark,#2c5282));transform:translateY(-1px)}.vcon-my-account-login-btn:active,.vcon-my-account-register-btn:active{transform:translateY(0)}.vcon-my-account-register-link{margin-top:var(--wp--preset--spacing--40,1.5rem);color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#718096));font-size:var(--wp--preset--font-size--small, .95rem)}.vcon-my-account-register-btn{background:0 0;color:var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));padding:0;font-weight:600;text-decoration:underline;margin-left:.5rem}.vcon-my-account-register-btn:hover{background:0 0;color:var(--vcon--custom--primary-button-hover,var(--wp--preset--color--primary-dark,#2c5282));transform:none}.vcon-my-account-loading{text-align:center;padding:var(--wp--preset--spacing--60,3rem) var(--wp--preset--spacing--50,2rem)}.vcon-my-account-loading p{color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#718096));font-size:var(--wp--preset--font-size--medium, 1rem)}.vcon-spinner{border:4px solid var(--vcon--custom--card-border-color,#e2e8f0);border-top:4px solid var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));border-radius:50%;width:40px;height:40px;animation:vcon-spin 1s linear infinite;margin:0 auto var(--wp--preset--spacing--30,1rem)}@keyframes vcon-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.vcon-my-account-dashboard{background:#fff;background:var(--vcon--custom--card-background,#fff);border-radius:var(--wp--custom--border-radius,8px);overflow:hidden;box-shadow:var(--vcon--custom--card-shadow,0 1px 3px rgba(0,0,0,.1))}.vcon-my-account-header{background:var(--vcon--custom--header-gradient,linear-gradient(135deg,#667eea 0,#764ba2 100%));color:#fff;padding:var(--wp--preset--spacing--50,2rem);text-align:center}.vcon-my-account-header h2{margin:0 0 .5rem;font-size:var(--wp--preset--font-size--x-large, 2rem);font-weight:600}.vcon-my-account-header p{margin:0;opacity:.9;font-size:var(--wp--preset--font-size--medium, 1rem)}.vcon-my-account-nav{background:var(--wp--preset--color--base-2,#f8f9fa);border-bottom:1px solid var(--vcon--custom--card-border-color,#e2e8f0);display:flex;gap:0;overflow-x:auto}.vcon-my-account-nav-tab{background:0 0;border:none;border-bottom:3px solid transparent;padding:var(--wp--preset--spacing--30,1rem) var(--wp--preset--spacing--40,1.5rem);font-size:var(--wp--preset--font-size--small, .95rem);font-weight:500;color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast,#4a5568));cursor:pointer;transition:all .2s;white-space:nowrap}.vcon-my-account-nav-tab:hover{color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748));background:var(--vcon--custom--card-background,#fff)}.vcon-my-account-nav-tab.active{color:var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));border-bottom-color:var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));background:var(--vcon--custom--card-background,#fff)}.vcon-my-account-content{padding:var(--wp--preset--spacing--50,2rem)}.vcon-my-account-section{margin-bottom:var(--wp--preset--spacing--50,2rem)}.vcon-my-account-section h3{margin:0 0 var(--wp--preset--spacing--30,1rem);font-size:var(--wp--preset--font-size--medium, 1.25rem);font-weight:600;color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748))}.vcon-my-account-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--wp--preset--spacing--30,1rem);flex-wrap:wrap;gap:.5rem}.vcon-my-account-section-header h4{margin:0;font-size:var(--wp--preset--font-size--medium, 1.1rem);font-weight:600;color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748))}.vcon-my-account-card{background:var(--wp--preset--color--base-2,#f8f9fa);border:1px solid var(--vcon--custom--card-border-color,#e2e8f0);border-radius:var(--wp--custom--border-radius,6px);padding:var(--wp--preset--spacing--40,1.5rem);margin-bottom:var(--wp--preset--spacing--30,1rem)}.vcon-my-account-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--wp--preset--spacing--30,1rem)}.vcon-my-account-card-title{font-size:var(--wp--preset--font-size--medium, 1.1rem);font-weight:600;color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748));margin:0}.vcon-my-account-cards-layout{background:0 0;box-shadow:none}.vcon-my-account-cards{display:flex;flex-direction:column;gap:1.5rem}.vcon-my-account-card-wrapper{width:100%}.vcon-my-account-card-section{background:#fff;background:var(--vcon--custom--card-background,#fff);border:1px solid var(--vcon--custom--card-border-color,#e2e8f0);border-radius:var(--wp--custom--border-radius,8px);box-shadow:var(--vcon--custom--card-shadow,0 1px 3px rgba(0,0,0,.1));overflow:hidden}.vcon-my-account-card-header-bar{display:flex;justify-content:space-between;align-items:center;padding:var(--wp--preset--spacing--30,1rem) var(--wp--preset--spacing--40,1.5rem);background:var(--vcon--custom--header-gradient,linear-gradient(135deg,#667eea 0,#764ba2 100%));border-bottom:1px solid var(--vcon--custom--card-border-color,#e2e8f0)}.vcon-my-account-card-header-bar h3{margin:0;font-size:var(--wp--preset--font-size--medium, 1.15rem);font-weight:600;color:#fff}.vcon-my-account-card-header-bar .vcon-my-account-btn{font-size:var(--wp--preset--font-size--small, .85rem);padding:.5rem 1rem;background:rgba(255,255,255,.2);color:#fff;border-color:rgba(255,255,255,.3)}.vcon-my-account-card-header-bar .vcon-my-account-btn:hover:not(:disabled){background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5)}.vcon-my-account-card-header-bar .vcon-my-account-select{font-size:var(--wp--preset--font-size--small, .85rem);padding:.375rem .75rem;background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:var(--wp--custom--border-radius,4px);cursor:pointer}.vcon-my-account-card-header-bar .vcon-my-account-select option{background:var(--vcon--custom--card-background,#fff);color:var(--wp--preset--color--contrast,#2d3748)}.vcon-my-account-card-body{padding:var(--wp--preset--spacing--40,1.5rem)}.vcon-my-account-card-body h4{margin:0 0 var(--wp--preset--spacing--30,1rem);font-size:var(--wp--preset--font-size--medium, 1.1rem);font-weight:600;color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748))}.vcon-my-account-badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--vcon--custom--button-border-radius,12px);font-size:.85rem;font-weight:500}.vcon-my-account-badge.active{background:#d4edda;color:var(--vcon--custom--success-color,#155724)}.vcon-my-account-badge.inactive{background:#f8d7da;color:var(--vcon--custom--error-color,#721c24)}.vcon-my-account-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.vcon-my-account-info-item{margin-bottom:.75rem;display:flex;flex-direction:column}.vcon-my-account-info-label{display:block;font-size:var(--wp--preset--font-size--small, .85rem);color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#718096));margin-bottom:.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.vcon-my-account-info-value{display:block;font-size:var(--wp--preset--font-size--medium, 1rem);color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748));font-weight:500;word-break:break-word}.vcon-my-account-info-value a{color:var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));text-decoration:none}.vcon-my-account-info-value a:hover{text-decoration:underline}.vcon-my-account-profile-view .vcon-my-account-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,350px));gap:1.5rem}.vcon-my-account-profile-view .vcon-my-account-info-item{max-width:350px}.vcon-my-account-bio{margin-top:var(--wp--preset--spacing--40,1.5rem);padding-top:var(--wp--preset--spacing--40,1.5rem);border-top:1px solid var(--vcon--custom--card-border-color,#e2e8f0)}.vcon-my-account-bio strong{display:block;font-size:var(--wp--preset--font-size--small, .85rem);color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#718096));margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.vcon-my-account-bio p{color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748));line-height:1.6;margin:0}.vcon-my-account-form{max-width:100%;overflow:hidden}.vcon-my-account-form .vcon-my-account-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--wp--preset--spacing--40,1.5rem);margin-bottom:var(--wp--preset--spacing--40,1.5rem)}.vcon-my-account-form .vcon-my-account-form-group{display:flex;flex-direction:column;max-width:100%}.vcon-my-account-form .vcon-my-account-form-group label{font-size:var(--wp--preset--font-size--small, .875rem);font-weight:500;color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast,#4a5568));margin-bottom:.5rem}.vcon-my-account-form .vcon-my-account-input,.vcon-my-account-form .vcon-my-account-textarea{width:100%;max-width:100%;padding:.625rem .875rem;border:1px solid var(--vcon--custom--card-border-color,#cbd5e0);border-radius:var(--vcon--custom--button-border-radius,var(--wp--custom--border-radius,4px));font-size:var(--wp--preset--font-size--small, .95rem);color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748));transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.vcon-my-account-form .vcon-my-account-input:focus,.vcon-my-account-form .vcon-my-account-textarea:focus{outline:0;border-color:var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));box-shadow:0 0 0 3px rgba(49,130,206,.1)}.vcon-my-account-form .vcon-my-account-input::placeholder,.vcon-my-account-form .vcon-my-account-textarea::placeholder{color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#a0aec0))}.vcon-my-account-form .vcon-my-account-textarea{resize:vertical;min-height:100px;font-family:inherit;line-height:1.5}.vcon-my-account-form .vcon-my-account-form-actions{display:flex;gap:var(--wp--preset--spacing--30,1rem);padding-top:var(--wp--preset--spacing--40,1.5rem);border-top:1px solid var(--vcon--custom--card-border-color,#e2e8f0);margin-top:var(--wp--preset--spacing--40,1.5rem);flex-wrap:wrap}.vcon-my-account-form .vcon-my-account-help-text{font-size:var(--wp--preset--font-size--small, .8rem);color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#718096));margin-top:.25rem}.vcon-richtext-toolbar{display:flex;gap:.25rem;padding:.5rem;background:var(--wp--preset--color--base-2,#f7fafc);border:1px solid var(--vcon--custom--card-border-color,#cbd5e0);border-bottom:none;border-radius:var(--wp--custom--border-radius,4px) var(--wp--custom--border-radius,4px) 0 0;flex-wrap:wrap}.vcon-richtext-btn{background:var(--vcon--custom--card-background,#fff);border:1px solid var(--vcon--custom--card-border-color,#cbd5e0);border-radius:var(--vcon--custom--button-border-radius,var(--wp--custom--border-radius,3px));padding:.375rem .625rem;font-size:var(--wp--preset--font-size--small, .85rem);cursor:pointer;transition:all .15s;color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast,#4a5568));line-height:1}.vcon-richtext-btn:hover{background:var(--wp--preset--color--base-2,#edf2f7);border-color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#a0aec0))}.vcon-richtext-btn:active{background:var(--wp--preset--color--base-2,#e2e8f0)}.vcon-richtext-content{min-height:120px;padding:.75rem;border:1px solid var(--vcon--custom--card-border-color,#cbd5e0);border-radius:0 0 var(--vcon--custom--button-border-radius,var(--wp--custom--border-radius,4px)) var(--vcon--custom--button-border-radius,var(--wp--custom--border-radius,4px));font-size:var(--wp--preset--font-size--small, .95rem);line-height:1.6;color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748));background:var(--vcon--custom--card-background,#fff);overflow-y:auto;max-height:300px}.vcon-richtext-content:focus{outline:0;border-color:var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));box-shadow:0 0 0 3px rgba(49,130,206,.1)}.vcon-richtext-content:empty::before{content:attr(data-placeholder);color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#a0aec0));pointer-events:none}.vcon-richtext-content p{margin:0 0 .75rem}.vcon-richtext-content p:last-child{margin-bottom:0}.vcon-richtext-content ol,.vcon-richtext-content ul{margin:0 0 .75rem;padding-left:1.5rem}.vcon-my-account-btn{padding:.625rem 1.5rem;border-radius:var(--vcon--custom--button-border-radius,var(--wp--custom--border-radius,4px));font-size:var(--wp--preset--font-size--small, .95rem);font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.vcon-my-account-btn.vcon-my-account-btn-primary{background:var(--vcon--custom--primary-button-color,var(--wp--preset--color--primary,#3182ce));color:#fff}.vcon-my-account-btn.vcon-my-account-btn-primary:hover:not(:disabled){background:var(--vcon--custom--primary-button-hover,var(--wp--preset--color--primary-dark,#2c5282))}.vcon-my-account-btn.vcon-my-account-btn-primary:disabled{background:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#a0aec0));cursor:not-allowed}.vcon-my-account-btn.vcon-my-account-btn-secondary{background:var(--vcon--custom--card-background,#fff);color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast,#4a5568));border-color:var(--vcon--custom--card-border-color,#cbd5e0)}.vcon-my-account-btn.vcon-my-account-btn-secondary:hover:not(:disabled){background:var(--wp--preset--color--base-2,#f7fafc);border-color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast-3,#a0aec0))}.vcon-my-account-btn.vcon-my-account-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.vcon-my-account-btn.vcon-my-account-btn-small{padding:.375rem .75rem;font-size:var(--wp--preset--font-size--small, .8rem)}.vcon-my-account-btn.vcon-my-account-btn-danger{background:var(--vcon--custom--error-color,var(--wp--preset--color--vivid-red,#e53e3e));color:#fff}.vcon-my-account-btn.vcon-my-account-btn-danger:hover:not(:disabled){background:#c53030}.vcon-my-account-table{width:100%;border-collapse:collapse;font-size:var(--wp--preset--font-size--small, .9rem)}.vcon-my-account-table td,.vcon-my-account-table th{padding:.75rem .5rem;text-align:left;border-bottom:1px solid var(--vcon--custom--card-border-color,#e2e8f0)}.vcon-my-account-table th{font-weight:600;color:var(--vcon--custom--card-text-color,var(--wp--preset--color--contrast,#4a5568));background:var(--wp--preset--color--base-2,#f7fafc);font-size:var(--wp--preset--font-size--small, .8rem);text-transform:uppercase;letter-spacing:.025em}.vcon-my-account-table td{color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748));vertical-align:middle}.vcon-my-account-table td:nth-child(2){max-width:200px}.vcon-my-account-table td:nth-child(2)>div>strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.vcon-my-account-table tbody tr:hover{background:var(--wp--preset--color--base-2,#f7fafc)}.vcon-my-account-table tbody tr:last-child td{border-bottom:none}.vcon-my-account-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:100000;padding:1rem}.vcon-my-account-modal{background:var(--vcon--custom--modal-background,var(--vcon--custom--card-background,#fff));border-radius:var(--vcon--custom--modal-border-radius,var(--wp--custom--border-radius,8px));box-shadow:0 20px 50px rgba(0,0,0,.2);width:100%;max-width:var(--vcon--custom--modal-max-width,550px);max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.vcon-my-account-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--wp--preset--spacing--30,1rem) var(--wp--preset--spacing--40,1.5rem);border-bottom:1px solid var(--vcon--custom--modal-border-color,var(--vcon--custom--card-border-color,#e2e8f0));background:var(--wp--preset--color--base-2,#f8fafc)}.vcon-my-account-modal-header h3{margin:0;font-size:var(--wp--preset--font-size--medium, 1.1rem);font-weight:600;color:var(--vcon--custom--modal-title-color,var(--vcon--custom--card-title-color,#1a202c))}.vcon-my-account-modal-close{background:0 0;border:none;font-size:1.5rem;color:var(--vcon--custom--modal-text-color,var(--vcon--custom--card-text-color,#718096));cursor:pointer;padding:0;line-height:1;transition:color .2s}.vcon-my-account-modal-close:hover{color:var(--vcon--custom--card-title-color,var(--wp--preset--color--contrast,#2d3748))}.vcon-my-account-modal-body{padding:var(--wp--preset--spacing--40,1.5rem);overflow-y:auto;flex:1;background:var(--wp--preset--color--base-2,#fafbfc)}.vcon-my-account-modal-body .vcon-my-account-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--wp--preset--spacing--30,1rem)}.vcon-my-account-modal-body .vcon-my-account-info-item{display:flex;flex-direction:column;padding:.75rem;background:var(--vcon--custom--card-background,#fff);border-radius:var(--vcon--custom--button-border-radius,var(--wp--custom--border-radius,6px));border:1px solid var(--vcon--custom--card-border-color,#e2e8f0)}.vcon-my-account-modal-body .vcon-my-account-info-label{font-size:var(--wp--preset--font-size--small, .75rem);text-transform:uppercase;letter-spacing:.05em;color:var(--vcon--custom--modal-text-color,var(--vcon--custom--card-text-color,#718096));margin-bottom:.25rem}.vcon-my-account-modal-body .vcon-my-account-info-value{font-size:var(--wp--preset--font-size--small, .95rem);color:var(--vcon--custom--modal-title-color,var(--vcon--custom--card-title-color,#1a202c));font-weight:500}.vcon-my-account-modal-footer{display:flex;gap:.75rem;padding:var(--wp--preset--spacing--30,1rem) var(--wp--preset--spacing--40,1.5rem);border-top:1px solid var(--vcon--custom--modal-border-color,var(--vcon--custom--card-border-color,#e2e8f0));background:var(--wp--preset--color--base-2,#f8fafc);justify-content:flex-end}@media (max-width:768px){.vcon-my-account-block{padding:1rem .5rem}.vcon-my-account-header{padding:1.5rem 1rem}.vcon-my-account-header h2{font-size:1.5rem}.vcon-my-account-content{padding:1rem}.vcon-my-account-nav-tab{padding:.75rem 1rem;font-size:.9rem}.vcon-my-account-info-grid{grid-template-columns:1fr;gap:1rem}.vcon-my-account-profile-view .vcon-my-account-info-grid{grid-template-columns:1fr}.vcon-my-account-form .vcon-my-account-form-grid{grid-template-columns:1fr;gap:1rem}.vcon-my-account-form .vcon-my-account-form-actions{flex-direction:column}.vcon-my-account-form .vcon-my-account-form-actions .vcon-my-account-btn{width:100%}.vcon-my-account-cards{gap:1rem}.vcon-my-account-card-header-bar{padding:.875rem 1rem;flex-wrap:wrap;gap:.5rem}.vcon-my-account-card-header-bar h3{font-size:1rem}.vcon-my-account-card-body{padding:1rem}}