.dashboard-page{width:100%;max-width:100%}.dashboard-page__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}@media(max-width:768px){.dashboard-page__metrics{grid-template-columns:1fr;gap:16px;margin-bottom:24px}}.dashboard-page__metric-card{padding:20px;background-color:#fff;border-radius:8px;border:1px solid #e8e8e8;box-shadow:0 1px 2px rgba(0,0,0,.05)}.dashboard-page__metric-content{display:flex;justify-content:space-between;align-items:center}.dashboard-page__metric-info{display:flex;flex-direction:column;gap:8px;flex:1}.dashboard-page__metric-label{font-size:12px;color:#6b7280;font-weight:500}.dashboard-page__metric-value-wrapper{display:flex;align-items:baseline;gap:8px}.dashboard-page__metric-value{font-size:24px;font-weight:700;color:#111827;line-height:1}.dashboard-page__metric-change{font-size:12px;font-weight:500;padding:2px 6px;border-radius:4px}.dashboard-page__metric-change--positive{color:#10b981;background-color:#d1fae5}.dashboard-page__metric-change--negative{color:#ef4444;background-color:#fee2e2}.dashboard-page__metric-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-page__filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:20px;flex-wrap:wrap}@media(max-width:768px){.dashboard-page__filters{flex-direction:column;align-items:stretch;margin-bottom:24px;gap:16px}}.dashboard-page__filters-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dashboard-page__filters-label{font-size:14px;font-weight:500;color:#333;white-space:nowrap;margin:0}.dashboard-page__period-button{display:flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;line-height:1.4}.dashboard-page__period-button:hover{border-color:#2f806f;background-color:#f0f9f7}.dashboard-page__period-button:active{transform:scale(.98)}.dashboard-page__user-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.dashboard-page__user-filter-button{display:flex;align-items:center;gap:6px;padding:10px 18px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;line-height:1.4}.dashboard-page__user-filter-button:hover{background-color:#f5f5f5;border-color:#d0d0d0}.dashboard-page__user-filter-button--active{background-color:#2f806f;color:#fff;border-color:#2f806f}.dashboard-page__user-filter-button--active:hover{background-color:#256d5f;border-color:#256d5f}.dashboard-page__user-filter-button--active svg{color:#fff}.dashboard-page__user-filter-button svg{flex-shrink:0;color:#333}.dashboard-page__users-section{display:flex;flex-direction:column;align-items:flex-end;margin-top:0;width:auto;max-width:320px;margin-left:auto}@media(max-width:768px){.dashboard-page__users-section{align-items:stretch;max-width:100%;width:100%;margin-left:0}}.dashboard-page__users-header{margin-bottom:12px;width:100%;text-align:right}@media(max-width:768px){.dashboard-page__users-header{text-align:left;margin-bottom:10px}}.dashboard-page__users-title{font-size:14px;font-weight:500;color:#333;margin:0;padding:0}.dashboard-page__users-list{display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #e8e8e8;box-shadow:0 1px 2px rgba(0,0,0,.05)}.dashboard-page__users-item{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #f0f0f0;min-height:48px;box-sizing:border-box;background-color:#fff}.dashboard-page__users-item:nth-child(2n){background-color:#fafafa}.dashboard-page__users-item:last-child{border-bottom:none}.dashboard-page__users-item--total{background-color:#f8f8f8;border-radius:0 0 8px 8px;font-weight:600;margin-top:0}.dashboard-page__users-label,.dashboard-page__users-value{font-size:14px;color:#333;line-height:1.5}.dashboard-page__users-value{font-weight:500;text-align:right;min-width:40px}.dashboard-page__content-grid{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}@media(max-width:1024px){.dashboard-page__content-grid{grid-template-columns:1fr;gap:20px}}.dashboard-page__chart-card{padding:24px;background-color:#fff;border-radius:8px;border:1px solid #e8e8e8;box-shadow:0 1px 2px rgba(0,0,0,.05)}.dashboard-page__chart-title{font-size:16px;font-weight:600;color:#333;margin:0 0 20px}.dashboard-page__chart-container{width:100%;height:300px}.users-table__error,.users-table__loading{padding:40px;text-align:center;color:#6b7280}.users-table__error{color:#ef4444}.users-table__retry-button{margin-top:16px;padding:8px 16px;background-color:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.users-table__retry-button:hover{background-color:#4338ca}.users-table__block-checkbox{width:18px;height:18px;cursor:pointer}.users-table__date-cell{display:flex;align-items:center;gap:8px;min-width:160px}.users-table__date-input{padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;width:140px;cursor:pointer;background-color:#fff;color:#374151;transition:all .2s ease}.users-table__date-input:hover:not(:disabled){border-color:#9ca3af;background-color:#f9fafb}.users-table__date-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1);background-color:#fff}.users-table__date-input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.users-table__date-input::placeholder{color:#9ca3af;font-size:12px}.users-table__saving{display:inline-block;margin-left:8px;color:#4f46e5;font-size:12px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.users-table__pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px}.users-table__pagination-button{padding:8px 16px;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;color:#374151}.users-table__pagination-button:hover:not(:disabled){background-color:#e5e7eb}.users-table__pagination-button:disabled{opacity:.5;cursor:not-allowed}.users-table__pagination-info{font-size:14px;color:#6b7280}.users-table__actions{display:flex;align-items:center;gap:8px}.users-table__action-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;cursor:pointer;transition:all .2s ease;color:#6b7280}.users-table__action-button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.users-table__action-button:disabled{opacity:.5;cursor:not-allowed}.users-table__action-button--extend{color:#059669;border-color:#10b981}.users-table__action-button--extend:hover:not(:disabled){background-color:#ecfdf5;border-color:#059669}.users-table__action-button--cancel{color:#dc2626;border-color:#ef4444}.users-table__action-button--cancel:hover:not(:disabled){background-color:#fef2f2;border-color:#dc2626}.users-table__action-button--password{color:#4f46e5;border-color:#6366f1}.users-table__action-button--password:hover:not(:disabled){background-color:#eef2ff;border-color:#4f46e5}.users-table__action-button--delete-user{color:#dc2626;border-color:#ef4444}.users-table__action-button--delete-user:hover:not(:disabled){background-color:#fef2f2;border-color:#dc2626}.users-table__action-button--admin{color:#059669;border-color:#10b981}.users-table__action-button--admin:hover:not(:disabled){background-color:#ecfdf5;border-color:#059669}.users-table__action-button--admin-off{color:#6b7280;border-color:#9ca3af}.users-table__action-button--admin-off:hover:not(:disabled){background-color:#fef2f2;border-color:#dc2626;color:#dc2626}.users-table__role-cell{display:flex;align-items:center;gap:8px}.users-table__role-label{font-size:13px;color:#374151}.users-table__no-subscription{color:#9ca3af;font-size:13px}.users-table__extend-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.users-table__extend-modal-content{background-color:#fff;border-radius:8px;padding:24px;min-width:400px;max-width:500px;box-shadow:0 10px 25px rgba(0,0,0,.2)}.users-table__extend-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.users-table__extend-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.users-table__extend-modal-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background-color:transparent;cursor:pointer;color:#6b7280;border-radius:4px;transition:all .2s ease}.users-table__extend-modal-close:hover{background-color:#f3f4f6;color:#374151}.users-table__extend-modal-body{display:flex;flex-direction:column;gap:16px}.users-table__extend-modal-body label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:500;color:#374151}.users-table__extend-months-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;width:100%;transition:all .2s ease}.users-table__extend-months-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.users-table__password-label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:500;color:#374151}.users-table__password-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;width:100%;transition:all .2s ease}.users-table__password-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.users-table__extend-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.orders-page{width:100%;max-width:100%}.orders-page__filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:20px;flex-wrap:wrap}@media(max-width:768px){.orders-page__filters{flex-direction:column;align-items:stretch;margin-bottom:24px;gap:16px}}.orders-page__filters-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap;flex:1}.orders-page__filters-label{font-size:14px;font-weight:500;color:#333;white-space:nowrap;margin:0}.orders-page__period-button{display:flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;line-height:1.4}.orders-page__period-button:hover{border-color:#2f806f;background-color:#f0f9f7}.orders-page__period-button:active{transform:scale(.98)}.orders-page__search{flex:1;min-width:200px;max-width:400px}@media(max-width:768px){.orders-page__search{max-width:100%}}.orders-page__blocked-button{white-space:nowrap;background-color:#e3f2fd!important;color:#1976d2!important;border-color:#90caf9!important}.orders-page__blocked-button:hover{background-color:#bbdefb!important;border-color:#64b5f6!important}.orders-page__link{color:#2f806f;text-decoration:none;word-break:break-all}.orders-page__link:hover{text-decoration:underline}.orders-page__status-buttons{display:flex;gap:8px}.orders-page__status-button{padding:6px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;line-height:1.4}.orders-page__status-button:active{transform:scale(.98)}.orders-page__status-button--yes{background-color:#e8f5e9;color:#2e7d32}.orders-page__status-button--yes:hover{background-color:#c8e6c9}.orders-page__status-button--yes.orders-page__status-button--active{background-color:#4caf50;color:#fff}.orders-page__status-button--no{background-color:#ffebee;color:#c62828}.orders-page__status-button--no:hover{background-color:#ffcdd2}.orders-page__status-button--no.orders-page__status-button--active{background-color:#f44336;color:#fff}.orders-page__user-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.orders-page__user-filter-button{display:flex;align-items:center;gap:6px;padding:10px 18px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f5f5f5;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;line-height:1.4}.orders-page__user-filter-button:hover{background-color:#e8e8e8;border-color:#d0d0d0}.orders-page__user-filter-button:active{transform:scale(.98)}.orders-page__user-filter-button--active{background-color:#2f806f;color:#fff;border-color:#2f806f}.orders-page__user-filter-button--active:hover{background-color:#256d5f;border-color:#256d5f}.orders-page__user-filter-button svg{flex-shrink:0}.orders-page__block-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#2f806f}@media(max-width:768px){.admin-screen__content{margin-left:0!important;width:100%!important;max-width:100%!important;padding:16px}}.settings-page{width:100%;max-width:100%}.settings-page__title{font-size:24px;font-weight:600;color:#333;margin:0 0 32px;line-height:1.4}@media(max-width:768px){.settings-page__title{font-size:20px;margin-bottom:24px}}.settings-page__section{margin-bottom:32px}@media(max-width:768px){.settings-page__section{margin-bottom:24px}}.settings-page__section-title{font-size:18px;font-weight:600;color:#333;margin:0 0 16px;line-height:1.4}@media(max-width:768px){.settings-page__section-title{font-size:16px;margin-bottom:12px}}.settings-page__payment-options{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}@media(max-width:768px){.settings-page__payment-options{flex-direction:column;margin-bottom:24px;gap:10px}}.settings-page__payment-button{padding:12px 24px;border:none;border-radius:8px;background-color:#e8e8e8;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;min-width:140px;line-height:1.4}.settings-page__payment-button:hover{background-color:#d0d0d0}.settings-page__payment-button:active{transform:scale(.98)}.settings-page__payment-button--active{background-color:#2f806f;color:#fff}.settings-page__payment-button--active:hover{background-color:#256d5f}@media(max-width:768px){.settings-page__payment-button{width:100%;min-width:auto}}.settings-page__actions{display:flex;justify-content:flex-start;margin-top:32px}@media(max-width:768px){.settings-page__actions{margin-top:24px}}.admin-screen__content{width:calc(100% - 222px);box-sizing:border-box}@media(max-width:1240px){.admin-screen__content{margin-left:388px;padding:20px 24px;width:calc(100% - 388px)}}@media(max-width:768px){.admin-screen__content{margin-left:0!important;padding:16px;width:100%!important;max-width:100%!important}}@media(max-width:480px){.admin-screen__content{padding:12px;width:100%!important;max-width:100%!important}}.admin-screen__header{display:flex;align-items:center;gap:16px;margin-bottom:24px}@media(max-width:768px){.admin-screen__header{margin-bottom:20px;gap:12px}}.admin-screen__menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#2f806f;padding:8px;border-radius:6px;transition:background .2s ease;align-items:center;justify-content:center}@media(max-width:768px){.admin-screen__menu-toggle{display:flex}}.admin-screen__menu-toggle:hover{background:#f0f9f7}.statistics-page{width:100%;max-width:100%}.statistics-page__filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:20px;flex-wrap:wrap}@media(max-width:768px){.statistics-page__filters{flex-direction:column;align-items:stretch;margin-bottom:24px;gap:16px}}.statistics-page__filters-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media(max-width:768px){.statistics-page__filters-left{width:100%;gap:12px}}@media(max-width:480px){.statistics-page__filters-left{gap:8px}}.statistics-page__filters-label{font-size:14px;font-weight:500;color:#333;white-space:nowrap;margin:0;flex-shrink:0}@media(max-width:480px){.statistics-page__filters-label{font-size:13px}}.statistics-page__period-button{display:flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;line-height:1.4}@media(max-width:768px){.statistics-page__period-button{flex:1;min-width:200px;padding:12px 16px;font-size:14px}}@media(max-width:480px){.statistics-page__period-button{min-width:0;padding:10px 14px;font-size:13px;gap:6px}}.statistics-page__period-button:hover{border-color:#2f806f;background-color:#f0f9f7}.statistics-page__period-button:active{transform:scale(.98)}.statistics-page__period-button svg{flex-shrink:0}.statistics-page__user-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:center}@media(max-width:768px){.statistics-page__user-filters{width:100%;gap:8px}}@media(max-width:480px){.statistics-page__user-filters{gap:6px}}.statistics-page__user-filter-button{display:flex;align-items:center;gap:6px;padding:10px 18px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f5f5f5;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;line-height:1.4}@media(max-width:768px){.statistics-page__user-filter-button{flex:1;min-width:0;padding:12px 14px;font-size:14px;justify-content:center}}@media(max-width:480px){.statistics-page__user-filter-button{padding:10px 12px;font-size:13px;gap:4px}}.statistics-page__user-filter-button:hover{background-color:#e8e8e8;border-color:#d0d0d0}.statistics-page__user-filter-button--active{background-color:#2f806f;color:#fff;border-color:#2f806f}.statistics-page__user-filter-button--active:hover{background-color:#256d5f;border-color:#256d5f}.statistics-page__user-filter-button svg{flex-shrink:0;width:16px;height:16px}@media(max-width:480px){.statistics-page__user-filter-button svg{width:14px;height:14px}}.statistics-page__users-section{display:flex;flex-direction:column;align-items:stretch;margin-top:0;width:100%;gap:16px}@media(max-width:768px){.statistics-page__users-section{gap:14px}}@media(max-width:480px){.statistics-page__users-section{gap:12px}}.statistics-page__all-users-card{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background-color:#fff;border-radius:8px;border:1px solid #e8e8e8;box-shadow:0 1px 2px rgba(0,0,0,.05);min-height:48px;box-sizing:border-box;width:100%}@media(max-width:768px){.statistics-page__all-users-card{padding:16px;min-height:52px}}@media(max-width:480px){.statistics-page__all-users-card{padding:14px 16px;min-height:50px}}.statistics-page__all-users-label{font-size:14px;color:#333;line-height:1.5;font-weight:500;flex:1;min-width:0}@media(max-width:480px){.statistics-page__all-users-label{font-size:13px}}.statistics-page__all-users-value{font-size:14px;font-weight:500;color:#333;line-height:1.5;text-align:right;min-width:50px;flex-shrink:0}@media(max-width:480px){.statistics-page__all-users-value{font-size:13px;min-width:45px}}.statistics-page__users-header{margin-bottom:12px;width:100%;text-align:left}@media(max-width:768px){.statistics-page__users-header{margin-bottom:10px}}@media(max-width:480px){.statistics-page__users-header{margin-bottom:8px}}.statistics-page__users-title{font-size:14px;font-weight:500;color:#333;margin:0;padding:0}@media(max-width:480px){.statistics-page__users-title{font-size:13px}}.statistics-page__users-list{display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #e8e8e8;box-shadow:0 1px 2px rgba(0,0,0,.05)}.statistics-page__users-item{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #f0f0f0;min-height:48px;box-sizing:border-box;gap:12px}@media(max-width:768px){.statistics-page__users-item{padding:16px;min-height:52px;gap:16px}}@media(max-width:480px){.statistics-page__users-item{padding:14px 16px;min-height:50px;gap:12px}}.statistics-page__users-item:last-child{border-bottom:none}.statistics-page__total-card{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background-color:#f8f8f8;border-radius:8px;border:1px solid #e8e8e8;box-shadow:0 1px 2px rgba(0,0,0,.05);min-height:48px;box-sizing:border-box;width:100%}@media(max-width:768px){.statistics-page__total-card{padding:16px;min-height:52px}}@media(max-width:480px){.statistics-page__total-card{padding:14px 16px;min-height:50px}}.statistics-page__total-label{font-size:14px;color:#333;line-height:1.5;font-weight:600;flex:1;min-width:0}@media(max-width:480px){.statistics-page__total-label{font-size:13px}}.statistics-page__total-value{font-size:14px;font-weight:600;color:#333;line-height:1.5;text-align:right;min-width:50px;flex-shrink:0}@media(max-width:480px){.statistics-page__total-value{font-size:13px;min-width:45px}}.statistics-page__users-label{font-size:14px;color:#333;line-height:1.5;flex:1;min-width:0}@media(max-width:480px){.statistics-page__users-label{font-size:13px}}.statistics-page__users-value{font-size:14px;font-weight:500;color:#333;line-height:1.5;text-align:right;min-width:50px;flex-shrink:0}@media(max-width:480px){.statistics-page__users-value{font-size:13px;min-width:45px}}.published-cards-dialog-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.published-cards-dialog-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;padding:24px;max-width:600px;width:90%;max-height:80vh;z-index:1001;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:slideIn .2s ease-out;display:flex;flex-direction:column}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.published-cards-dialog-title{font-size:20px;font-weight:600;color:#333;margin:0 0 8px;padding-right:32px}.published-cards-dialog-description{font-size:14px;color:#666;margin:0 0 20px}.published-cards-dialog-close{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;border-radius:4px;transition:all .2s}.published-cards-dialog-close:hover{background:#f5f5f5;color:#333}.published-cards-dialog-close:focus{outline:2px solid #2f806f;outline-offset:2px}.published-cards-dialog-body{flex:1;overflow-y:auto;min-height:200px}.published-cards-empty,.published-cards-error,.published-cards-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#666}.published-cards-loading .spinner{animation:spin 1s linear infinite;margin-bottom:12px;color:#2f806f}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.published-cards-error .retry-button{margin-top:12px;padding:8px 16px;background:#2f806f;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.published-cards-error .retry-button:hover{background:#256d5f}.published-cards-list{display:flex;flex-direction:column;gap:12px}.published-card-item{display:flex;align-items:center;gap:12px;padding:16px;background:#f9f9f9;border-radius:8px;border:1px solid #e5e5e5;transition:all .2s}.published-card-item:hover{background:#f5f5f5;border-color:#d5d5d5}.published-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#e8f5f3;border-radius:8px;color:#2f806f;flex-shrink:0}.published-card-info{flex:1;min-width:0}.published-card-name{display:block;font-size:14px;font-weight:500;color:#333;word-break:break-word}.published-card-slug{display:block;font-size:12px;color:#999;font-family:monospace;margin-top:4px}.published-card-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#dc2626;transition:all .2s;flex-shrink:0}.published-card-delete:hover:not(:disabled){background:#fee2e2;color:#b91c1c}.published-card-delete:disabled{opacity:.6;cursor:not-allowed}.published-card-delete .spinner{animation:spin 1s linear infinite}@media(max-width:768px){.published-cards-dialog-content{width:95%;max-height:90vh;padding:20px}.published-cards-dialog-title{font-size:18px}.published-card-item{padding:12px}}.pages-screen{display:flex;flex-direction:column;gap:24px}.pages-screen__actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:768px){.pages-screen__actions{gap:8px}}.pages-screen__action-button{display:flex;align-items:center;gap:8px}.pages-screen__content{flex:1}.admin-screen{width:100%;min-height:100vh;transition:all .3s ease}.admin-screen,.admin-screen__content{display:flex;background-color:#f5f5f0}.admin-screen__content{flex:1;margin-left:222px;padding:24px 32px;transition:margin-left .3s ease;min-width:0;flex-direction:column;overflow-x:hidden}@media(max-width:1240px){.admin-screen__content{margin-left:388px;padding:20px 24px}}@media(max-width:768px){.admin-screen__content{margin-left:168px;padding:16px}}@media(max-width:480px){.admin-screen__content{margin-left:151px;padding:12px}}.admin-screen__header{margin-bottom:32px;padding:0;transition:margin-bottom .3s ease,padding .3s ease;flex-shrink:0}@media(max-width:768px){.admin-screen__header{margin-bottom:24px}}.admin-screen__breadcrumb{font-size:12px;color:#999;margin-bottom:8px;transition:font-size .3s ease}@media(max-width:768px){.admin-screen__breadcrumb{font-size:11px}}.admin-screen__title{font-size:24px;font-weight:700;color:#333;margin:0;transition:font-size .3s ease}@media(max-width:768px){.admin-screen__title{font-size:20px}}@media(max-width:480px){.admin-screen__title{font-size:18px}}.admin-screen__placeholder{background-color:#fff;border-radius:8px;padding:40px;text-align:center;color:#999;transition:padding .3s ease}@media(max-width:768px){.admin-screen__placeholder{padding:24px}}@media(max-width:480px){.admin-screen__placeholder{padding:20px}}.landing-template{width:100%;min-height:calc(100vh - 100px);padding:20px;display:flex;justify-content:center;align-items:center;margin:0;background-color:#e7e7e7;box-sizing:border-box;transition:all .3s ease;position:relative;flex:1}@media(min-width:1241px){.landing-template{padding:20px}}@media(max-width:1240px)and (min-width:769px){.landing-template{padding:16px}}@media(max-width:768px){.landing-template{padding:16px;min-height:calc(100vh - 80px)}}@media(max-width:480px){.landing-template{padding:12px;min-height:calc(100vh - 60px)}}@media(max-width:360px){.landing-template{padding:8px}}.landing-template__content{width:100%;max-width:800px;background-color:#fff;border-radius:24px;border:4px solid #2f806f;padding:40px;box-sizing:border-box;transition:all .3s ease;position:relative;overflow:hidden;margin:0 auto;flex-shrink:0}.landing-template__content:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background-image:linear-gradient(rgba(47,128,111,.1) 1px,transparent 0),linear-gradient(90deg,rgba(47,128,111,.1) 1px,transparent 0);background-size:20px 20px;border-radius:24px;pointer-events:none;z-index:-1}@media(max-width:1024px){.landing-template__content{max-width:90%;border-radius:20px;padding:32px}}@media(max-width:768px){.landing-template__content{max-width:95%;border-radius:16px;padding:24px;border-width:3px}}@media(max-width:480px){.landing-template__content{max-width:100%;border-radius:12px;padding:20px;border-width:2px}}@media(max-width:360px){.landing-template__content{padding:16px}}.landing-template__text{text-align:center;font-size:16px;line-height:1.6;color:#333;margin-bottom:24px;transition:font-size .3s ease,margin-bottom .3s ease}@media(max-width:768px){.landing-template__text{font-size:14px;margin-bottom:20px}}@media(max-width:480px){.landing-template__text{font-size:13px;margin-bottom:16px}}.landing-template__buttons{display:flex;flex-direction:column;gap:12px;align-items:center;transition:gap .3s ease}@media(max-width:480px){.landing-template__buttons{gap:10px}}.landing-template__button{width:100%;max-width:300px;padding:14px 24px;border-radius:12px;background-color:#2f806f;color:#fff;border:none;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease;box-sizing:border-box}.landing-template__button:hover{background-color:#256d5f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(47,128,111,.3)}.landing-template__button:active{transform:translateY(0)}@media(max-width:768px){.landing-template__button{max-width:100%;padding:12px 20px;font-size:14px;border-radius:10px}}@media(max-width:480px){.landing-template__button{padding:10px 16px;font-size:13px;border-radius:8px;gap:10px}}