.toast-container[data-v-5a653771]{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast[data-v-5a653771]{padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;font-size:14px;font-weight:500;min-width:300px;max-width:400px;pointer-events:auto}.toast-error[data-v-5a653771]{background-color:#f8d7da;color:#721c24;border-left:4px solid #dc3545}.toast-success[data-v-5a653771]{background-color:#d4edda;color:#155724;border-left:4px solid #28a745}.toast-info[data-v-5a653771]{background-color:#d1ecf1;color:#0c5460;border-left:4px solid #17a2b8}.toast-warning[data-v-5a653771]{background-color:#fff3cd;color:#856404;border-left:4px solid #ffc107}body.light-theme{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}body.light-theme{background-color:#fee2e2;color:#dc2626;border-left-color:#ef4444}body.light-theme{background-color:#d1fae5;color:#065f46;border-left-color:#10b981}body.light-theme{background-color:#dbeafe;color:#1e40af;border-left-color:#3b82f6}body.light-theme{background-color:#fef3c7;color:#92400e;border-left-color:#f59e0b}.toast-enter-active[data-v-5a653771]{animation:slideInRight-5a653771 .3s ease-out}.toast-leave-active[data-v-5a653771]{animation:slideOutRight-5a653771 .3s ease-out}.toast-enter-from[data-v-5a653771],.toast-leave-to[data-v-5a653771]{transform:translate(100%);opacity:0}.toast-move[data-v-5a653771]{transition:transform .3s ease}@keyframes slideInRight-5a653771{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight-5a653771{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{touch-action:manipulation}html{-webkit-text-size-adjust:100%}body{font-size:14px;letter-spacing:.5px;font-family:Roboto,sans-serif;overflow-x:hidden;background:transparent;color:#fff;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body.light-theme{background:#f6f7f9;color:#1f2937}body.bg-theme{background-size:100% 100%;background-attachment:fixed;background-position:center;background-repeat:no-repeat;transition:background .2s}body.bg-theme2{background-image:url(/client/images/bg-themes/2.png);background-size:100% 100%;background-attachment:fixed;background-position:center;background-repeat:no-repeat;transition:background .2s}body.bg-theme9{background-image:linear-gradient(45deg,#1b1e22,#182029)}body:not(.bg-theme):not(.bg-theme2):not(.light-theme){background:linear-gradient(45deg,#29323c,#081018);min-height:100vh}#app{min-height:100vh;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.container{max-width:1200px;margin:0 auto;padding:20px}.btn{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 1px 2px #0000000d}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#5f77e2,#7047a8);transform:translateY(-1px);box-shadow:0 4px 12px #667eea40}.btn-danger{background-color:#f56565;color:#fff}.btn-danger:hover{background-color:#e53e3e;transform:translateY(-1px);box-shadow:0 4px 8px #f565654d}.btn-success{background-color:#48bb78;color:#fff}.btn-success:hover{background-color:#38a169;transform:translateY(-1px);box-shadow:0 4px 8px #48bb784d}.btn-secondary{background-color:#718096;color:#fff}.btn-secondary:hover{background-color:#4a5568;transform:translateY(-1px);box-shadow:0 4px 8px #7180964d}body.light-theme .btn-primary{background:#3b82f6;color:#fff;box-shadow:0 1px 2px #3b82f633}body.light-theme .btn-primary:hover{background:#2563eb;box-shadow:0 4px 6px -1px #3b82f64d,0 2px 4px -1px #3b82f633}body.light-theme .btn-success{background-color:#10b981;color:#fff;box-shadow:0 1px 2px #10b98133}body.light-theme .btn-success:hover{background-color:#059669;box-shadow:0 4px 6px -1px #10b9814d,0 2px 4px -1px #10b98133}body.light-theme .btn-danger{background-color:#ef4444;color:#fff;box-shadow:0 1px 2px #ef444433}body.light-theme .btn-danger:hover{background-color:#dc2626;box-shadow:0 4px 6px -1px #ef44444d,0 2px 4px -1px #ef444433}body.light-theme .btn-secondary{background-color:#6b7280;color:#fff;box-shadow:0 1px 2px #6b728033}body.light-theme .btn-secondary:hover{background-color:#4b5563;box-shadow:0 4px 6px -1px #6b72804d,0 2px 4px -1px #6b728033}.btn-sm{padding:6px 12px;font-size:12px}.btn-block{width:100%}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#fff;font-size:14px}.form-input,.form-control{width:100%;padding:10px 14px;border:1px solid rgb(255 255 255 / 15%);border-radius:8px;font-size:14px;background-color:#00000026;color:#fff;transition:all .2s ease}.form-input::placeholder,.form-control::placeholder{color:#ffffff7f}.form-input:focus,.form-control:focus{outline:none;border-color:#ffffff4d;background-color:#00000040;color:#fff;box-shadow:0 0 0 3px #ffffff1a}.form-input:disabled,.form-control:disabled{background-color:#0000001a;cursor:not-allowed;opacity:.6}body.light-theme .form-label{color:#1f2937;font-weight:500}body.light-theme .form-input,body.light-theme .form-control{border:1px solid #E5E7EB;background-color:#fff;color:#1f2937;box-shadow:0 1px 2px #0000000d}body.light-theme .form-input::placeholder,body.light-theme .form-control::placeholder{color:#9ca3af}body.light-theme .form-input:focus,body.light-theme .form-control:focus{border-color:#3b82f6;background-color:#fff;color:#1f2937;box-shadow:0 0 0 3px #3b82f61a}body.light-theme .form-input:disabled,body.light-theme .form-control:disabled{background-color:#f9fafb;color:#9ca3af;border-color:#e5e7eb}.card{background:#ffffff0d;border-radius:12px;padding:1.5rem;box-shadow:0 .125rem .25rem #00000013;margin-bottom:1.5rem;border:1px solid rgb(255 255 255 / 10%);transition:all .2s ease}@media (max-width: 768px){.card{padding:15px}}.card h2{font-size:20px;font-weight:600;color:#fff;margin-bottom:20px}.card h3{font-size:18px;font-weight:600;color:#fff;margin-bottom:16px}.card-body{color:#ffffffb3}.card-body p{color:#ffffffb3;margin-bottom:1rem}body.light-theme .card{background:#fff;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000a}body.light-theme .card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}body.light-theme .card h2,body.light-theme .card h3{color:#1f2937}body.light-theme .card-body,body.light-theme .card-body p{color:#6b7280}.table{width:100%;border-collapse:collapse;background:#ffffff0d;border-radius:8px;overflow:hidden;color:#ffffffb3}.table th,.table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgb(255 255 255 / 10%)}.table th{background-color:#ffffff1a;font-weight:600;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.table tr:hover{background-color:#ffffff1a}.table tr:last-child td{border-bottom:none}.table td{color:#ffffffb3}body.light-theme .table{background:#fff;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000a}body.light-theme .table th{background-color:#f9fafb;color:#1f2937;font-weight:600;border-bottom:2px solid #E5E7EB}body.light-theme .table td{color:#6b7280;border-bottom:1px solid #E5E7EB}body.light-theme .table tr:hover{background-color:#f9fafb}body.light-theme .table tr:last-child td{border-bottom:none}.alert{padding:14px 18px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:12px;border-left:4px solid;box-shadow:0 1px 2px #0000000d}.alert-error{background-color:#fed7d7;color:#c53030;border-left-color:#f56565}.alert-success{background-color:#c6f6d5;color:#22543d;border-left-color:#48bb78}.alert-info{background-color:#bee3f8;color:#2c5282;border-left-color:#4299e1}.alert-warning{background-color:#feebc8;color:#c05621;border-left-color:#ed8936}body.light-theme .alert-error{background-color:#fee2e2;color:#dc2626;border-left-color:#ef4444}body.light-theme .alert-success{background-color:#d1fae5;color:#065f46;border-left-color:#10b981}body.light-theme .alert-info{background-color:#dbeafe;color:#1e40af;border-left-color:#3b82f6}body.light-theme .alert-warning{background-color:#fef3c7;color:#92400e;border-left-color:#f59e0b}.loading{text-align:center;padding:60px 20px;color:#718096;font-size:16px}body.light-theme .subscription-page h2{color:#1f2937}body.light-theme .subscription-page .loading{color:#6b7280}body.light-theme .subscription-page .card{background:#fff;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000a}body.light-theme .subscription-info{background:transparent}body.light-theme .subscription-header{color:#1f2937}body.light-theme .subscription-details{background:transparent}body.light-theme .detail-item{background-color:#fff;border:1px solid #D1D5DB;box-shadow:0 1px 2px #0000000d}body.light-theme .detail-item .label{color:#6b7280;font-weight:500}body.light-theme .detail-item .value{color:#1f2937;font-weight:600}body.light-theme .detail-item .value.warning{color:#ef4444;font-weight:600}body.light-theme .payment-method-info{color:#1f2937}body.light-theme .payment-method-info .label{color:#6b7280;font-weight:500}body.light-theme .payment-method-info .value{color:#1f2937;font-weight:600}body.light-theme .plans-title{color:#1f2937}body.light-theme .plan-card{background:#fff;border:2px solid #E5E7EB;box-shadow:0 1px 3px #0000000a}body.light-theme .plan-card:hover{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f626}body.light-theme .plan-name{color:#1f2937}body.light-theme .price-amount{color:#3b82f6}body.light-theme .price-period{color:#6b7280}body.light-theme .plan-total{background-color:#f9fafb;border:1px solid #D1D5DB;box-shadow:0 1px 2px #0000000d}body.light-theme .total-label{color:#6b7280;font-weight:500}body.light-theme .total-amount{color:#1f2937;font-weight:700}body.light-theme .price-original,body.light-theme .price-original-small{color:#9ca3af}body.light-theme .promocode-section{background-color:#fff;border:1px solid #E5E7EB}body.light-theme .promocode-input{border:1px solid #E5E7EB;background-color:#fff;color:#1f2937}body.light-theme .promocode-input::placeholder{color:#9ca3af}body.light-theme .promocode-input:focus{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}body.light-theme .promocode-error{color:#ef4444}body.light-theme .legal-buttons{border-top:1px solid #E5E7EB}body.light-theme .legal-btn{color:#3b82f6}body.light-theme .legal-btn:hover{color:#2563eb}body.light-theme .templates-header h3{color:#1f2937}body.light-theme .template-card{background:#fff;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000a}body.light-theme .template-card:hover{background:#fff;border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}body.light-theme .template-card-title{color:#1f2937}body.light-theme .template-info,body.light-theme .template-blocks-count,body.light-theme .template-date,body.light-theme .empty-state-text,body.light-theme .loading-state{color:#6b7280}body.light-theme .btn-icon:hover{background:#f9fafb}body.light-theme .btn-icon.btn-danger:hover{background:#fee2e2;color:#ef4444}body.light-theme .template-name-input{background:#fff;border:1px solid #E5E7EB;color:#1f2937}body.light-theme .template-name-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}body.light-theme .card-skeleton{background:#fff;border:1px solid #E5E7EB}body.light-theme .skeleton-image{background:#f9fafb}body.light-theme .skeleton-placeholder{color:#9ca3af}body.light-theme .skeleton-description .skeleton-line{background:#e5e7eb}body.light-theme .drop-zone{background:#f9fafb;border:2px dashed #D1D5DB}body.light-theme .drop-zone.drag-over{border-color:#3b82f6;background:#3b82f60d}body.light-theme .drop-zone-placeholder{color:#9ca3af}body.light-theme .dropped-block{background:#fff;border:1px solid #E5E7EB}body.light-theme .block-header{border-bottom:1px solid #E5E7EB}body.light-theme .block-name{color:#1f2937}body.light-theme .block-content,body.light-theme .block-remove{color:#6b7280}body.light-theme .block-remove:hover{color:#ef4444;background:#fee2e2}body.light-theme .blocks-panel{background:#fff;border:1px solid #E5E7EB}body.light-theme .blocks-panel h3{color:#1f2937}body.light-theme .draggable-block{background:#f9fafb;border:1px solid #E5E7EB}body.light-theme .draggable-block:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}body.light-theme .block-icon{color:#6b7280}body.light-theme .block-title{color:#1f2937}body.light-theme .block-description{color:#6b7280}body.light-theme .skeleton-button .btn-disabled{background:#f3f4f6;color:#9ca3af;border:1px solid #E5E7EB}body.light-theme .breadcrumb-separator,body.light-theme .breadcrumb-separator-inline{color:#9ca3af}body.light-theme .breadcrumb-link{color:#6b7280}body.light-theme .breadcrumb-link:hover:not(:disabled){color:#1f2937;background:#0000000d}body.light-theme .breadcrumb-text{color:#6b7280}body.light-theme .calendar-page .card{background:#fff;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000a}body.light-theme .fc{color:#1f2937}body.light-theme .fc-button{background-color:#f9fafb;border:1px solid #E5E7EB;color:#6b7280}body.light-theme .fc-button:hover{background-color:#f3f4f6;border-color:#3b82f6;color:#3b82f6}body.light-theme .fc-button-active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}body.light-theme .fc-button-primary:not(:disabled):active,body.light-theme .fc-button-primary:not(:disabled).fc-button-active{background-color:#3b82f6;border-color:#3b82f6}body.light-theme .fc-toolbar-title{color:#1f2937}body.light-theme .fc-theme-standard td,body.light-theme .fc-theme-standard th{border-color:#e5e7eb}body.light-theme .fc-daygrid-day-frame,body.light-theme .fc-timeGridDay-view .fc-daygrid-day-frame,body.light-theme .fc-timeGridWeek-view .fc-daygrid-day-frame{background-color:#f9fafb}body.light-theme .fc-day-today{background-color:#3b82f61a!important}body.light-theme .fc-list-event:hover td{background-color:#f9fafb}body.light-theme .fc-col-header-cell{background-color:#f9fafb!important;color:#1f2937!important;border-color:#e5e7eb}body.light-theme .fc-col-header-cell-cushion{color:#1f2937!important}body.light-theme .fc-scrollgrid-section-header{background-color:#f9fafb!important}body.light-theme .fc-scrollgrid-section-header>td{background-color:#f9fafb!important}body.light-theme .fc-scrollgrid-section-header th{background-color:#f9fafb!important}body.light-theme .fc-daygrid-day.fc-day-sat,body.light-theme .fc-daygrid-day.fc-day-sun,body.light-theme .fc-timegrid-col.fc-day-sat,body.light-theme .fc-timegrid-col.fc-day-sun{background-color:#fafafa}body.light-theme .fc-daygrid-day-number,body.light-theme .fc-timegrid-slot-label{color:#6b7280}body.light-theme .fc-timegrid-now-indicator-line,body.light-theme .fc-timegrid-now-indicator-arrow{border-color:#3b82f6}body.light-theme .fc-list-day-cushion{background-color:#f9fafb;color:#1f2937}body.light-theme .fc-list-event-title{color:#1f2937}body.light-theme .fc-list-event-time{color:#6b7280}body.light-theme .fc-scrollgrid{border-color:#e5e7eb}body.light-theme .fc-list-empty,body.light-theme .fc-list-empty-cushion{color:#6b7280!important}body.light-theme .fc-daygrid-more-link{color:#3b82f6!important}body.light-theme .fc-event{background-color:#3b82f6;border-color:#3b82f6;color:#fff}body.light-theme .fc-event:hover{opacity:.9}body.light-theme .fc-daygrid-day,body.light-theme .fc-timegrid-col{background-color:#fff}body.light-theme .categories-header h3{color:#1f2937}body.light-theme .empty-state-text{color:#6b7280}body.light-theme .category-button{background:#3b82f6;box-shadow:0 2px 4px #3b82f633}body.light-theme .category-button:hover{background:#2563eb;box-shadow:0 4px 6px -1px #3b82f64d,0 2px 4px -1px #3b82f633}body.light-theme .add-subcategory-btn{background:#f9fafb;border:2px solid #E5E7EB;color:#6b7280}body.light-theme .add-subcategory-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#1f2937}body.light-theme .connection-line,body.light-theme .subcategory-node:before{background:linear-gradient(to bottom,#3b82f64d,#3b82f633)}body.light-theme .subcategory-button{background:#f9fafb;color:#1f2937;border:1px solid #E5E7EB}body.light-theme .subcategory-button:hover{background:#f3f4f6;border-color:#d1d5db}body.light-theme .loading{color:#6b7280}body.light-theme .modal-overlay{background:#0006}body.light-theme .modal-content{background:#fff;border:1px solid #E5E7EB;box-shadow:0 10px 40px #0000001a}body.light-theme .modal-header{background-color:#f9fafb;border-bottom:1px solid #E5E7EB}body.light-theme .modal-header h3{color:#1f2937}body.light-theme .modal-close{color:#6b7280}body.light-theme .modal-close:hover{background:#f3f4f6;color:#1f2937}body.light-theme .modal-body{background:#fff}body.light-theme .form-group label{color:#6b7280}body.light-theme .form-input{background-color:#fff;border:1px solid #E5E7EB;color:#1f2937}body.light-theme .form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}body.light-theme .char-counter{color:#9ca3af}body.light-theme .modal-footer{background:#f9fafb;border-top:1px solid #E5E7EB}body.light-theme .context-menu{background:#fff;border:1px solid #E5E7EB;box-shadow:0 4px 12px #0000001a}body.light-theme .context-menu-item:hover{background:#f9fafb}body.light-theme .context-menu-item-danger:hover{background:#fee2e2}body.light-theme .confirm-modal-overlay{background:#0006}body.light-theme .confirm-modal-content{background:#fff;border:1px solid #E5E7EB;box-shadow:0 10px 40px #0000001a}body.light-theme .confirm-modal-body{background:#fff;color:#1f2937}body.light-theme .confirm-modal-body p{color:#1f2937}body.light-theme .confirm-modal-actions{background:#f9fafb;border-top:1px solid #E5E7EB}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,strong,b,[class*=font-weight],[style*="font-weight: 600"],[style*="font-weight: 700"],[style*="font-weight: bold"]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga" 1,"kern" 1}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}
