.ProseMirror{background:#0000;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;max-height:500px;min-height:200px;min-height:300px;outline:none;overflow-y:auto;padding:20px 16px 16px;resize:none}.ProseMirror,.ProseMirror:focus{border:none;border-radius:0;box-shadow:none}.ProseMirror:focus{outline:none!important}.ProseMirror p{margin:0 0 12px}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{font-weight:600;line-height:1.3;margin:16px 0 8px}.ProseMirror h1{font-size:24px}.ProseMirror h2{font-size:20px}.ProseMirror h3{font-size:18px}.ProseMirror h4{font-size:16px}.ProseMirror h5{font-size:14px}.ProseMirror h6{font-size:12px}.ProseMirror strong{font-weight:600}.ProseMirror em{font-style:italic}.ProseMirror s{text-decoration:line-through}.ProseMirror u{text-decoration:underline}.ProseMirror ol,.ProseMirror ul{margin:8px 0;padding-left:24px}.ProseMirror li{margin:4px 0}.ProseMirror blockquote{background-color:#f5f5f5;border-left:4px solid #e0e0e0;font-style:italic;margin:16px 0;padding:8px 16px}.ProseMirror code{background-color:#f5f5f5;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;padding:2px 4px}.ProseMirror pre{background-color:#f5f5f5;border-radius:4px;margin:16px 0;overflow-x:auto;padding:16px}.ProseMirror pre code{background-color:initial;padding:0}.ProseMirror .emoji{font-size:1.2em;vertical-align:middle}.ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ProseMirror ::selection{background-color:#1976d233}.ProseMirror::-webkit-scrollbar{width:8px}.ProseMirror::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.ProseMirror::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.ProseMirror::-webkit-scrollbar-thumb:hover{background:none}.create-post-modal .MuiDialog-paper{max-height:90vh;min-height:600px}.create-post-modal .MuiDialogContent-root{padding:24px}.editor-toolbar-unified{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:none;border-radius:12px;box-shadow:none;margin-top:16px;padding:16px}.editor-toolbar-unified .toolbar-group{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:none;border-radius:8px;box-shadow:none;padding:8px 12px;transition:all .2s ease}.editor-toolbar-unified .toolbar-group:hover{background:none;border:none;box-shadow:none}.editor-toolbar-unified .toolbar-divider{background:linear-gradient(180deg,#0000,#0000001f,#0000);height:32px;margin:0 8px;width:1px}.editor-toolbar-unified .MuiIconButton-root,.editor-toolbar-unified .MuiToggleButton-root{background:#0000!important;border:none!important;box-shadow:none!important;transition:none}.editor-toolbar-unified .MuiIconButton-root:hover,.editor-toolbar-unified .MuiToggleButton-root:hover{background:#0000!important;border:none!important;box-shadow:none!important}.editor-toolbar-unified .toolbar-label{color:#6c757d;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.editor-toolbar-unified .character-count{background:#ffffffe6;border:1px solid #00000014;border-radius:6px;color:#495057;font-weight:500;padding:6px 12px}.editor-toolbar-unified .attached-files{background:#fffffff2;border:1px solid #00000014;border-radius:8px;margin-top:12px;padding:12px}.editor-toolbar-unified .MuiChip-root{border-radius:6px;font-size:.75rem;height:24px}@keyframes buttonPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.editor-toolbar-unified .MuiIconButton-root:active{animation:buttonPulse .2s ease}.editor-toolbar-unified .btn-text{background:#1976d214}.editor-toolbar-unified .btn-text:hover{background:none}.editor-toolbar-unified .btn-media{background:#4caf5014}.editor-toolbar-unified .btn-media:hover{background:none}.editor-toolbar-unified .btn-tools{background:#9c27b014}.editor-toolbar-unified .btn-tools:hover{background:none}.editor-toolbar-unified .btn-emoji{background:#ffc10714}.editor-toolbar-unified .btn-emoji:hover{background:none}.editor-toolbar-unified .btn-link{background:#2196f314}.editor-toolbar-unified .btn-link:hover{background:none}.post-list-container{height:100%;overflow:hidden;padding:20px}.post-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:100%}.post-list-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:20px}.post-list-header h2{color:#333;font-size:24px;margin:0}.post-list-content{display:flex;flex:1 1;overflow:hidden}.post-list-main{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));overflow-y:auto;padding:20px}.post-list-sidebar{border-left:1px solid #f0f0f0;overflow-y:auto;width:400px}.post-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:16px;padding:20px}.post-card-header{align-items:flex-start;display:flex;justify-content:space-between}.post-card-title{color:#333;font-size:18px;margin:0}.post-card-content{color:#666;flex:1 1;font-size:14px;line-height:1.5}.post-card-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.post-card-status{align-items:center}.post-card-actions,.post-card-status{display:flex;gap:8px}.modal-content{display:flex;flex-direction:column;gap:16px}.modal-footer{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.masonry-grid{display:flex;margin-left:-16px;width:auto}.masonry-grid_column{background-clip:padding-box;padding-left:16px}@media (max-width:500px){.masonry-grid{margin-left:-8px}.masonry-grid_column{padding-left:8px}}@media (min-width:501px) and (max-width:700px){.masonry-grid{margin-left:-12px}.masonry-grid_column{padding-left:12px}}@media (min-width:701px) and (max-width:1100px){.masonry-grid{margin-left:-14px}.masonry-grid_column{padding-left:14px}}@media (min-width:1101px){.masonry-grid{margin-left:-16px}.masonry-grid_column{padding-left:16px}}.post-calendar{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.custom-calendar{width:100%}.calendar-cell{align-items:center;min-height:24px}.calendar-cell,.calendar-legend{display:flex;justify-content:center}.calendar-legend{border-top:1px solid #f0f0f0;gap:20px;margin-top:16px;padding-top:16px}.legend-item{align-items:center;color:#666;display:flex;font-size:14px;gap:8px}.ant-picker-calendar-date{min-height:80px!important}.ant-picker-calendar-date-content{align-items:center;display:flex;height:100%!important;justify-content:center}.limit-exceeded-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.limit-exceeded-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;padding:0;width:90%}.limit-exceeded-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 0}.limit-exceeded-modal-header h2{color:#1f2937;font-size:20px;font-weight:600;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:background-color .2s;width:32px}.close-button:hover{background-color:#f3f4f6;color:#374151}.limit-exceeded-modal-content{padding:0 24px 24px}.limit-exceeded-icon{font-size:48px;margin-bottom:16px;text-align:center}.limit-exceeded-message{color:#374151;font-size:16px;line-height:1.5;margin-bottom:24px;text-align:center}.limit-info{background-color:#f9fafb;border-radius:8px;margin-bottom:24px;padding:16px}.limit-current,.limit-max{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.limit-current:last-child,.limit-max:last-child{margin-bottom:0}.limit-info .label{color:#6b7280;font-weight:500}.limit-info .value{color:#1f2937;font-weight:600}.limit-exceeded-actions{display:flex;gap:12px;justify-content:center}.limit-exceeded-actions button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;min-width:120px;padding:12px 24px;transition:all .2s}.btn-upgrade{background-color:#3b82f6}.btn-upgrade:hover{background-color:#2563eb}.btn-cancel{background-color:#f3f4f6;border:1px solid #d1d5db;color:#374151}.btn-cancel:hover{background-color:#e5e7eb}@media (max-width:640px){.limit-exceeded-modal{margin:20px;width:95%}.limit-exceeded-actions{flex-direction:column}.limit-exceeded-actions button{width:100%}}.tariff-selector{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.tariff-header{margin-bottom:3rem;text-align:center}.tariff-header h1{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.tariff-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.tariffs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.tariff-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;cursor:pointer;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.tariff-card:hover{border-color:#3b82f6;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.tariff-card.selected{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#3b82f6;box-shadow:0 20px 25px -5px #3b82f61a,0 10px 10px -5px #3b82f60a}.tariff-card.selected:before{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;content:"✓";display:flex;font-size:14px;font-weight:700;height:24px;justify-content:center;position:absolute;right:1rem;top:1rem;width:24px}.tariff-card .tariff-header{margin-bottom:1.5rem;text-align:left}.tariff-card .tariff-header h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.tariff-price{align-items:center;display:flex;gap:.5rem}.tariff-price .free{color:#059669;font-size:1.25rem;font-weight:600}.tariff-price .price{color:#1a1a1a;font-size:1.5rem;font-weight:700}.tariff-features{margin-bottom:1.5rem}.tariff-features ul{list-style:none;margin:0;padding:0}.tariff-features li{color:#4b5563;padding:.5rem 0 .5rem 1.5rem;position:relative}.tariff-features li:before{color:#059669;content:"✓";font-weight:700;left:0;position:absolute}.tariff-limits{border-top:1px solid #e5e7eb;padding-top:1rem}.tariff-limits h4{color:#374151;font-size:1rem;font-weight:600;margin-bottom:.75rem}.tariff-limits ul{list-style:none;margin:0;padding:0}.tariff-limits li{align-items:center;color:#6b7280;display:flex;font-size:.875rem;justify-content:space-between;padding:.25rem 0}.limit-name{font-weight:500}.limit-value{color:#1a1a1a;font-weight:600}.btn-skip,.btn-subscribe{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;min-width:200px;padding:.75rem 2rem;transition:all .3s ease}.btn-skip{background:#f3f4f6;border:2px solid #e5e7eb;color:#6b7280}.btn-skip:hover:not(:disabled){background:#e5e7eb;color:#374151}.btn-subscribe{background:#3b82f6;color:#fff}.btn-subscribe:hover:not(:disabled){background:#2563eb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.btn-skip:disabled,.btn-subscribe:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.tariff-selector{padding:1rem}.tariff-header h1{font-size:2rem}.tariffs-grid{gap:1.5rem;grid-template-columns:1fr}.tariff-card{padding:1.5rem}.tariff-actions{align-items:center;flex-direction:column}.btn-skip,.btn-subscribe{max-width:300px;width:100%}}.tariff-card:last-child{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b}.tariff-card:last-child.selected,.tariff-card:last-child:hover{border-color:#f59e0b;box-shadow:0 20px 25px -5px #f59e0b1a,0 10px 10px -5px #f59e0b0a}.tariff-card:last-child.selected{background:linear-gradient(135deg,#fef3c7,#fde68a)}.tariff-card:last-child.selected:before{background:#f59e0b}.admin-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;padding:20px}.admin-header{align-items:center;border-bottom:2px solid #e1e5e9;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.admin-header h1{color:#2c3e50;font-size:28px;font-weight:600;margin:0}.admin-tabs{display:flex;gap:10px}.tab{background:#f8f9fa;border:none;border-radius:8px;color:#6c757d;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.tab:hover{background:#e9ecef;color:#495057}.tab.active{background:#007bff;color:#fff}.users-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.search-bar{border-bottom:1px solid #e9ecef;padding:20px}.search-input{border:2px solid #e9ecef;border-radius:8px;font-size:14px;padding:12px 16px;transition:border-color .2s ease;width:100%}.search-input:focus{border-color:#007bff;outline:none}.users-table{overflow-x:auto}.users-table table{border-collapse:collapse;width:100%}.users-table th{background:#f8f9fa;border-bottom:2px solid #e9ecef;color:#495057;font-size:14px;font-weight:600;padding:16px 12px;text-align:left}.users-table td{border-bottom:1px solid #e9ecef;padding:16px 12px;vertical-align:top}.users-table tr:hover{background:#f8f9fa}.user-info{display:flex;flex-direction:column;gap:4px}.username{color:#2c3e50;font-weight:600}.subscription-status{border-radius:6px;display:flex;flex-direction:column;font-size:12px;gap:2px;padding:6px 12px}.subscription-status.green{background:#d4edda;color:#155724}.subscription-status.orange{background:#fff3cd;color:#856404}.subscription-status.red{background:#f8d7da;color:#721c24}.subscription-status.gray{background:#e9ecef;color:#6c757d}.no-subscription{color:#6c757d;font-size:12px;font-style:italic}.user-stats{color:#6c757d;display:flex;font-size:12px;gap:8px}.admin-badge{border-radius:4px;font-size:11px;font-weight:600;padding:4px 8px;text-transform:uppercase}.admin-badge.admin{background:#dc3545;color:#fff}.admin-badge.user{background:#6c757d;color:#fff}.user-actions{display:flex;flex-wrap:wrap;gap:8px}.btn-details,.btn-toggle-admin{border:none;border-radius:4px;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s ease}.btn-details{background:#007bff;color:#fff}.btn-details:hover{background:#0056b3}.btn-toggle-admin.add{background:#28a745;color:#fff}.btn-toggle-admin.add:hover{background:#1e7e34}.btn-toggle-admin.remove{background:#dc3545;color:#fff}.btn-toggle-admin.remove:hover{background:#c82333}.pagination{align-items:center;border-top:1px solid #e9ecef;display:flex;gap:20px;justify-content:center;padding:20px}.pagination button{background:#fff;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;padding:8px 16px;transition:all .2s ease}.pagination button:hover:not(:disabled){background:#e9ecef}.pagination button:disabled{cursor:not-allowed;opacity:.5}.statistics-section{display:flex;flex-direction:column;gap:30px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:24px}.stat-card h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 20px}.stat-numbers{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.stat-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;padding:16px;text-align:center}.stat-value{color:#007bff;font-size:24px;font-weight:700;margin-bottom:4px}.stat-label{color:#6c757d;font-size:12px;text-align:center}.charts-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.chart-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:24px}.chart-card h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 20px}.platform-stats,.tariff-stats{display:flex;flex-direction:column;gap:12px}.platform-item,.tariff-item{align-items:center;background:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;padding:12px 16px}.platform-name,.tariff-name{color:#2c3e50;font-weight:500}.platform-count,.tariff-count{background:#007bff;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:4px 8px}.user-details-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-height:90vh;max-width:800px;overflow:hidden;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:24px}.modal-header h2{color:#2c3e50;font-size:20px;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:background-color .2s ease;width:30px}.close-btn:hover{background:#f8f9fa}.modal-body{max-height:70vh;overflow-y:auto;padding:24px}.user-details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.detail-section{background:#f8f9fa;border-radius:8px;padding:20px}.detail-section h3{color:#2c3e50;font-size:16px;font-weight:600;margin:0 0 16px}.detail-section p{color:#495057;font-size:14px;margin:8px 0}.detail-section strong{color:#2c3e50}.account-item,.post-item,.project-item,.usage-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:8px 0}.account-item:last-child,.post-item:last-child,.project-item:last-child,.usage-item:last-child{border-bottom:none}.post-item{align-items:flex-start;flex-direction:column;gap:8px}.post-text{color:#495057;font-size:14px;line-height:1.4}.post-meta{align-items:center;display:flex;font-size:12px;gap:12px}.status{border-radius:3px;font-weight:500;padding:2px 6px}.status.draft{background:#e9ecef;color:#6c757d}.status.published{background:#d4edda;color:#155724}.status.scheduled{background:#fff3cd;color:#856404}.platform{color:#007bff;font-weight:500}.usage-item{padding:12px 0}.limit-type{color:#2c3e50;font-weight:500}.usage-count{background:#007bff;border-radius:4px;color:#fff;font-size:12px;padding:4px 8px}.error,.loading{align-items:center;color:#6c757d;display:flex;font-size:16px;justify-content:center;min-height:200px}.error{color:#dc3545}@media (max-width:768px){.admin-header{align-items:flex-start;flex-direction:column;gap:20px}.admin-tabs{width:100%}.tab{flex:1 1;text-align:center}.users-table{font-size:12px}.users-table td,.users-table th{padding:8px 6px}.user-actions{flex-direction:column;gap:4px}.charts-section,.stats-grid{grid-template-columns:1fr}.modal-content{margin:20px;width:95%}.user-details-grid{grid-template-columns:1fr}}.tariff-info{font-family:Inter,sans-serif;margin:0 auto;max-width:100%;padding:2rem}.tariff-info-header{margin-bottom:2rem}.tariff-info-header h2{color:#1a1a1a;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.subscription-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;margin-bottom:2rem;padding:1.5rem}.subscription-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.subscription-header h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin:0}.subscription-status{background:#dcfce7;border-radius:9999px;color:#166534;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.subscription-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.detail-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.detail-item .label{color:#6b7280;font-weight:500}.detail-item .value{color:#1a1a1a;font-weight:600}.usage-section{margin-bottom:2rem}.usage-section h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.usage-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.usage-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;padding:1rem}.usage-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.usage-name{color:#374151;font-weight:500}.usage-count{color:#1a1a1a;font-size:.875rem;font-weight:600}.usage-bar{background:#f3f4f6;border-radius:4px;height:8px;overflow:hidden;width:100%}.usage-progress{border-radius:4px;height:100%;transition:width .3s ease}.usage-unlimited{background:#f0f9ff;border-radius:4px;color:#0369a1;font-size:.875rem;font-weight:500;padding:.5rem;text-align:center}.tariff-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-cancel,.btn-upgrade{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;min-width:150px;padding:.75rem 1.5rem;transition:all .3s ease}.btn-upgrade{background:#3b82f6;color:#fff}.btn-upgrade:hover{background:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}.btn-cancel{background:#f3f4f6;border:1px solid #e5e7eb;color:#6b7280}.btn-cancel:hover{background:#e5e7eb;color:#374151}.loading{color:#6b7280;font-size:1.1rem;padding:4rem;text-align:center}@media (max-width:768px){.tariff-info{padding:1rem}.subscription-details,.usage-grid{grid-template-columns:1fr}.tariff-actions{align-items:center;flex-direction:column}.btn-cancel,.btn-upgrade{max-width:300px;width:100%}}@media (min-width:769px) and (max-width:1200px){.subscription-details,.usage-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1201px){.usage-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.subscription-details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.subscription-status.active{background:#dcfce7;color:#166534}.subscription-status.inactive{background:#fef2f2;color:#dc2626}.subscription-status.cancelled{background:#fef3c7;color:#d97706}.telegram-font{font-weight:400}.telegram-font,.telegram-font-light{font-family:Roboto,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Segoe UI,Arial,sans-serif;line-height:1.4}.telegram-font-light{font-weight:300}.telegram-font-medium{font-weight:500}.telegram-font-bold,.telegram-font-medium{font-family:Roboto,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Segoe UI,Arial,sans-serif;line-height:1.4}.telegram-font-bold{font-weight:700}.telegram-text-primary{color:#000}.telegram-text-secondary{color:#6d6d72}.telegram-text-link{color:#007aff}.telegram-bg-message{background-color:#fff}.telegram-bg-outgoing{background-color:#dcf8c6}.payment-success{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.payment-container{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;max-width:500px;padding:40px;text-align:center;width:100%}.payment-header h1{color:#333;font-size:28px;font-weight:600;margin-bottom:30px}.payment-status{margin-top:30px}.status-error,.status-loading,.status-pending,.status-success{align-items:center;display:flex;flex-direction:column;gap:20px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-icon{background:#4caf50;font-weight:700}.pending-icon,.success-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:30px;height:60px;justify-content:center;width:60px}.pending-icon{background:#ff9800}.error-icon{align-items:center;background:#f44336;border-radius:50%;color:#fff;display:flex;font-size:30px;font-weight:700;height:60px;justify-content:center;width:60px}.status-error h2,.status-pending h2,.status-success h2{color:#333;font-size:24px;font-weight:600;margin:0}.status-error p,.status-pending p,.status-success p{color:#666;font-size:16px;line-height:1.5;margin:0}.btn-primary,.btn-secondary{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a6fd8;transform:translateY(-2px)}.btn-secondary{background:#f5f5f5;border:1px solid #ddd;color:#333}.btn-secondary:hover{background:#e8e8e8;transform:translateY(-2px)}.error-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}@media (max-width:600px){.payment-container{padding:30px 20px}.payment-header h1{font-size:24px}.status-error h2,.status-pending h2,.status-success h2{font-size:20px}.error-actions{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{max-width:200px;width:100%}}
/*# sourceMappingURL=main.fd677060.css.map*/