.revoty-form-group{margin-bottom:28px}.revoty-form-group:last-child{margin-bottom:0}.revoty-input{width:100%;padding:12px 16px;font-size:14px;line-height:1.5;color:#111827;background-color:#fff;border:2px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.revoty-input:focus{outline:none;border-color:#0f594b;box-shadow:0 0 0 3px rgba(15,89,75,.1)}.revoty-input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.revoty-input--small{padding:8px 12px;font-size:13px}.revoty-input--large{padding:14px 18px;font-size:16px}.revoty-label{display:block;margin-bottom:10px;font-size:14px;font-weight:600;color:#111827;letter-spacing:-0.01em}.revoty-label--required::after{content:" *";color:#ef4444}.revoty-description{display:block;margin-top:6px;font-size:13px;color:#6b7280;line-height:1.5}.revoty-select{width:100%;padding:12px 40px 12px 16px;font-size:14px;line-height:1.5;color:#111827;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3E%3Cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;border:2px solid #e5e7eb;border-radius:6px;appearance:none;cursor:pointer;transition:all .2s ease}.revoty-select:focus{outline:none;border-color:#0f594b;box-shadow:0 0 0 3px rgba(15,89,75,.1)}.revoty-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.revoty-toggle{display:flex;align-items:flex-start;gap:16px;cursor:pointer;user-select:none;padding:20px;background:#f9fafb;border:2px solid #f3f4f6;border-radius:6px;transition:all .2s ease}.revoty-toggle:hover{background:#f3f4f6;border-color:#e5e7eb}.revoty-toggle__input{position:absolute;opacity:0;pointer-events:none}.revoty-toggle__input:checked+.revoty-toggle__slider{background-color:#0f594b}.revoty-toggle__input:checked+.revoty-toggle__slider::before{transform:translateX(24px)}.revoty-toggle__input:checked~.revoty-toggle__label strong{color:#0f594b}.revoty-toggle__input:focus+.revoty-toggle__slider{box-shadow:0 0 0 4px rgba(15,89,75,.15)}.revoty-toggle__input:disabled+.revoty-toggle__slider{background-color:#e5e7eb;cursor:not-allowed}.revoty-toggle__slider{position:relative;display:inline-block;width:52px;height:28px;background-color:#d1d5db;border-radius:28px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0;margin-top:2px}.revoty-toggle__slider::before{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;background-color:#fff;border-radius:50%;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 2px 4px rgba(0,0,0,.2)}.revoty-toggle__label{flex:1}.revoty-toggle__label strong{display:block;font-size:15px;font-weight:600;color:#111827;margin-bottom:6px;line-height:1.4}.revoty-toggle__label span{display:block;font-size:13px;color:#6b7280;line-height:1.5}.revoty-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;user-select:none}.revoty-checkbox__input{position:absolute;opacity:0;pointer-events:none}.revoty-checkbox__input:checked+.revoty-checkbox__box{background-color:#0f594b;border-color:#0f594b}.revoty-checkbox__input:checked+.revoty-checkbox__box::after{opacity:1;transform:scale(1)}.revoty-checkbox__input:focus+.revoty-checkbox__box{box-shadow:0 0 0 3px rgba(15,89,75,.1)}.revoty-checkbox__input:disabled+.revoty-checkbox__box{background-color:#f3f4f6;border-color:#d1d5db;cursor:not-allowed}.revoty-checkbox__box{position:relative;display:inline-block;width:20px;height:20px;background-color:#fff;border:2px solid #d1d5db;border-radius:4px;transition:all .2s ease;flex-shrink:0;margin-top:2px}.revoty-checkbox__box::after{content:"";position:absolute;top:2px;left:5px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .2s ease}.revoty-checkbox__label{flex:1}.revoty-checkbox__label strong{display:block;font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.revoty-checkbox__label span{display:block;font-size:13px;color:#6b7280;line-height:1.4}.revoty-input-group{display:flex;gap:0;align-items:stretch}.revoty-input-group .revoty-input{flex:1;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.revoty-input-group__addon{display:flex;align-items:center;padding:0 20px;background-color:#f9fafb;border:2px solid #e5e7eb;border-top-right-radius:6px;border-bottom-right-radius:6px;font-size:13px;font-weight:500;color:#6b7280;white-space:nowrap}.revoty-field-row{display:grid;gap:24px;align-items:flex-start}.revoty-field-row .revoty-form-group{margin-bottom:0}.revoty-field-row--2-col{grid-template-columns:repeat(2, 1fr)}.revoty-field-row--3-col{grid-template-columns:repeat(3, 1fr)}@media(max-width: 768px){.revoty-field-row{grid-template-columns:1fr !important}}.revoty-settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px;margin-bottom:24px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.revoty-settings-section__header{margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #f3f4f6}.revoty-settings-section__header h3{font-size:20px;font-weight:700;color:#111827;margin:0 0 8px;letter-spacing:-0.01em}.revoty-settings-section__header p{font-size:14px;color:#6b7280;margin:0;line-height:1.6}.revoty-settings-section__footer{margin-top:32px;padding-top:24px;border-top:2px solid #f3f4f6;display:flex;justify-content:flex-end;align-items:center;gap:12px}.revoty-message{padding:12px 16px;border-radius:6px;font-size:14px;margin-bottom:24px}.revoty-message--success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.revoty-message--error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.revoty-message--warning{background-color:#fef3c7;color:#92400e;border:1px solid #fde047}.revoty-message--info{background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.revoty-admin-wrapper{display:flex;min-height:100vh;margin-left:-20px;margin-top:-10px;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;position:relative;padding:32px;gap:32px}.revoty-sidebar{width:260px;background:#10594b;color:#fff;flex-shrink:0;display:flex;flex-direction:column;position:sticky;top:32px;height:fit-content;max-height:calc(100vh - 64px);border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);overflow:hidden}.revoty-sidebar__header{padding:32px 24px;border-bottom:1px solid hsla(0,0%,100%,.1)}.revoty-sidebar__logo{font-size:24px;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:8px}.revoty-sidebar__logo:hover{color:#fff}.revoty-sidebar__nav{flex:1;padding:24px 0}.revoty-sidebar__menu-item{display:block;padding:16px 24px;color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .15s ease;border-left:3px solid rgba(0,0,0,0);font-weight:500;font-size:15px}.revoty-sidebar__menu-item:hover{background:hsla(0,0%,100%,.05);color:#fff;border-left-color:#25a984}.revoty-sidebar__menu-item.active{background:hsla(0,0%,100%,.1);color:#fff;border-left-color:#25a984}.revoty-sidebar__menu-item svg{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-right:12px}.revoty-sidebar__menu-item span{display:inline-block;vertical-align:middle}.revoty-sidebar__menu-item i{margin-right:8px;width:20px;display:inline-block}.revoty-sidebar__footer{padding:24px;border-top:1px solid hsla(0,0%,100%,.1);font-size:12px;color:hsla(0,0%,100%,.5)}.revoty-main{flex:1;min-width:0}.revoty-header{background:#fff;padding:24px 32px;border-radius:8px;margin-bottom:32px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.revoty-header__title{margin:0;font-size:28px;font-weight:700;color:#111827}.revoty-header__subtitle{margin:4px 0 0;color:#4b5563;font-size:14px}.revoty-header__actions{display:flex;gap:16px}.revoty-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:24px;margin-bottom:32px}.revoty-stat-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);display:flex;align-items:center;gap:16px;transition:all .2s ease}.revoty-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.revoty-stat-card__icon{width:56px;height:56px;border-radius:8px;background:rgb(172.9611650485,237.0388349515,219.0776699029);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.revoty-stat-card__content{flex:1}.revoty-stat-card__label{display:block;font-size:13px;color:#4b5563;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.revoty-stat-card__value{display:block;font-size:28px;font-weight:700;color:#111827}.revoty-stat-card--success .revoty-stat-card__icon{background:hsl(160.1183431953,84.07960199%,79.4117647059%);color:#10b981}.revoty-stat-card--primary .revoty-stat-card__icon{background:rgb(171.0857142857,239.9142857143,226.7142857143);color:#10594b}.revoty-modules__header{margin-bottom:24px}.revoty-modules__header h2{font-size:20px;font-weight:600;color:#111827;margin:0}.revoty-modules__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:24px}.revoty-module-card{background:#fff;border-radius:8px;padding:32px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:2px solid #e5e7eb;transition:all .2s ease}.revoty-module-card:hover{border-color:#25a984;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.revoty-module-card--enabled{border-color:#25a984;background:linear-gradient(135deg, white 0%, rgb(172.9611650485, 237.0388349515, 219.0776699029) 100%)}.revoty-module-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.revoty-module-card h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 4px 0}.revoty-module-card__status{padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:600;background:#e5e7eb;color:#374151}.revoty-module-card--enabled .revoty-module-card__status{background:#25a984;color:#fff}.revoty-module-card__description{color:#4b5563;font-size:14px;line-height:1.6;margin-bottom:24px}.revoty-module-card__actions{display:flex;gap:8px}.revoty-module-card__actions form{flex:1}.revoty-module-card__actions button{width:100%}.revoty-btn,.revoty-card form .submit .button-primary{padding:10px 20px;border-radius:6px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:4px}.revoty-btn--primary,.revoty-card form .submit .button-primary{background:#10594b;color:#fff}.revoty-btn--primary:hover,.revoty-card form .submit .button-primary:hover{background:rgb(12.1142857143,67.3857142857,56.7857142857);transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.revoty-btn--secondary{background:#25a984;color:#fff}.revoty-btn--secondary:hover{background:rgb(32.4199029126,148.0800970874,115.6601941748);transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.revoty-btn--outline{background:rgba(0,0,0,0);border:2px solid #d1d5db;color:#374151}.revoty-btn--outline:hover{border-color:#10594b;color:#10594b;background:rgba(16,89,75,.05)}.revoty-btn--danger{background:#ef4444;color:#fff}.revoty-btn--danger:hover{background:hsl(0,84.236453202%,55.1960784314%)}.revoty-btn:disabled,.revoty-card form .submit .button-primary:disabled{opacity:.5;cursor:not-allowed}#wpcontent{padding-left:0 !important}#wpfooter{display:none}.revoty-card{background:#fff;border-radius:8px;padding:32px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.revoty-card form .form-table th{width:250px;padding:24px 16px 24px 0;vertical-align:top}.revoty-card form .form-table th label{font-size:14px;font-weight:600;color:#111827}.revoty-card form .form-table td{padding:24px 0;vertical-align:top}.revoty-card form .submit{padding:0;margin-top:24px}@media(max-width: 1024px){.revoty-sidebar{transform:translateX(-100%)}.revoty-sidebar.is-open{transform:translateX(0)}.revoty-main{margin-left:0}.revoty-modules__grid{grid-template-columns:1fr}}

/*# sourceMappingURL=admin-styles.css.map*/