*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-synthesis:none}body{margin:0;padding:0;min-height:100vh;font-family:Chirp,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,sans-serif;line-height:1.5;font-weight:400;transition:all .2s ease}#app{min-height:100vh}@font-face{font-family:Chirp;font-weight:400;font-style:normal;src:url(/fonts/chirp-regular-web.woff) format("woff")}@font-face{font-family:Chirp;font-weight:500;font-style:normal;src:url(/fonts/chirp-medium-web.woff) format("woff")}@font-face{font-family:Chirp;font-weight:700;font-style:normal;src:url(/fonts/chirp-bold-web.woff) format("woff")}@font-face{font-family:Chirp;font-weight:900;font-style:normal;src:url(/fonts/chirp-heavy-web.woff) format("woff")}html{scroll-behavior:smooth}body{font-family:Chirp,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,sans-serif;margin:0;padding:0;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tmd-website{min-height:100vh;width:100%}.tmd-website.dark{background:#18181b;color:#f4f4f5}.tmd-website.light{background:#fff;color:#18181b}.tmd-container{max-width:1200px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;position:relative}.dark .tmd-container{background:#18181b}.light .tmd-container{background:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tmd-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.tmd-modal{width:100%;max-width:500px;border-radius:12px;overflow:hidden;animation:slideUp .3s ease-out;box-shadow:0 25px 50px -12px #00000040;margin:20px}.tmd-modal.dark{background:#18181b;color:#f4f4f5;border:1px solid hsl(240 5% 40% / .5);box-shadow:0 0 0 1px #55555e33,0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.tmd-modal.light{background:#fff;color:#18181b;border:1px solid hsl(240 5.9% 90%)}.tmd-header{padding:20px;border-bottom:1px solid;display:flex;justify-content:space-between;align-items:center}.dark .tmd-header{border-color:#27272a}.light .tmd-header{border-color:#e4e4e7}.tmd-header-title{font-size:18px;font-weight:600;color:#1d9bf0}.tmd-header-controls{display:flex;gap:8px;align-items:center}.tmd-theme-toggle{padding:8px;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.dark .tmd-theme-toggle{background:#27272a}.dark .tmd-theme-toggle:hover{background:#3f3f46}.light .tmd-theme-toggle{background:#f1f1f3}.light .tmd-theme-toggle:hover{background:#e4e4e7}.tmd-reset-toggle{color:inherit}.dark .tmd-reset-toggle:hover{background:#f59e0b33;color:#f59e0b}.light .tmd-reset-toggle:hover{background:#f59e0b1a;color:#f59e0b}.tmd-close-btn{padding:8px;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.dark .tmd-close-btn{background:#27272a}.dark .tmd-close-btn:hover{background:#ef444433}.dark .tmd-close-btn:hover svg{stroke:#ef4444}.light .tmd-close-btn{background:#f1f1f3}.light .tmd-close-btn:hover{background:#ef44441a}.light .tmd-close-btn:hover svg{stroke:#ef4444}.tmd-tabs{display:flex;padding:0 20px;gap:16px;border-bottom:1px solid}.dark .tmd-tabs{border-color:#27272a}.light .tmd-tabs{border-color:#e4e4e7}.tmd-tab{padding:12px 0;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;font-weight:500}.dark .tmd-tab{color:#a1a1aa}.light .tmd-tab{color:#71717a}.tmd-tab:hover{color:#1d9bf0}.tmd-tab.active{color:#1d9bf0;border-bottom-color:#1d9bf0}.tmd-content{padding:20px;min-height:150px;max-height:calc(80vh - 150px);overflow-y:auto;display:flex;flex-direction:column}.tmd-input-group{margin-bottom:20px}.tmd-label{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:500;line-height:1}.tmd-label svg{display:inline-block;vertical-align:text-bottom;flex-shrink:0;width:16px;height:16px}svg{vertical-align:middle}[style*="display: flex"] svg,.tmd-button svg,.tmd-label svg{display:inline-block;vertical-align:middle;margin-top:-1px}.tmd-input{width:100%;padding:10px 40px 10px 12px;border-radius:8px;border:1px solid;font-size:14px;transition:all .2s;font-family:monospace;box-sizing:border-box}.tmd-input-wrapper{position:relative;width:100%}.tmd-input-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .2s}.tmd-input-toggle:hover{opacity:1}.dark .tmd-input{background:#27272a;border-color:#3f3f46;color:#f4f4f5}.dark .tmd-input:focus{border-color:#1d9bf0;outline:none}.light .tmd-input{background:#fff;border-color:#e4e4e7;color:#18181b}.light .tmd-input:focus{border-color:#1d9bf0;outline:none}.tmd-button{padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:0}.tmd-button-container{display:flex;justify-content:center;margin-top:15px}.tmd-button-primary{background:#1d9bf0;color:#fff}.tmd-button-primary:hover{background:#0e86d7}.tmd-button-primary:disabled{opacity:.5;cursor:not-allowed}.tmd-button-secondary{background:#16a34a;color:#fff}.tmd-button-secondary:hover{background:#12873d}.tmd-button-secondary:disabled{opacity:.5;cursor:not-allowed}.tmd-button-outline{background:transparent;border:1px solid}.dark .tmd-button-outline{border-color:#3f3f46;color:#f4f4f5}.dark .tmd-button-outline:hover{background:#27272a}.light .tmd-button-outline{border-color:#d6d6db;color:#18181b}.light .tmd-button-outline:hover{background:#f1f1f3}.tmd-button-outline:disabled{opacity:.5;cursor:not-allowed}.tmd-button-outline:not(:disabled):hover{background:#27272a}.dark .tmd-button-outline:not(:disabled):hover{background:#3f3f46;border-color:#55555e}.light .tmd-button-outline:not(:disabled):hover{background:#e4e4e7;border-color:#aeaeb7}.tmd-spinner{animation:spin 1s linear infinite}.tmd-error{padding:12px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:8px}.tmd-error.auth,.tmd-error.api,.tmd-error.username{background:#ffc1051a;color:#e6ac00}.tmd-error.general,.tmd-error.failed{background:#ef44441a;color:#ef4444}.tmd-error-icon{flex-shrink:0;display:flex;align-items:center}.tmd-success{padding:12px;border-radius:8px;background:#16a34a1a;color:#16a34a;margin-bottom:20px;display:flex;align-items:flex-start;gap:8px}.tmd-success-icon{flex-shrink:0;display:flex;align-items:center;margin-top:2px}.tmd-local-processing-note{text-align:center!important;justify-content:center!important;align-items:center!important}.tmd-info-card{padding:16px;border-radius:8px;margin-bottom:12px}.dark .tmd-info-card{background:#27272a;border:1px solid hsl(240 5.3% 26.1%)}.light .tmd-info-card{background:#f4f4f5;border:1px solid hsl(240 5.9% 90%)}.tmd-info-card.clickable{transition:all .2s ease;cursor:default;position:relative;z-index:1}.tmd-info-card.clickable:hover{border-color:#1d9bf0!important}.tmd-info-row{display:flex;justify-content:space-between;margin-bottom:8px}.tmd-info-row:last-child{margin-bottom:0}.tmd-info-label{font-weight:500}.tmd-progress-bar{width:100%;height:8px;border-radius:4px;overflow:hidden;margin-bottom:0}.dark .tmd-progress-bar{background:#27272a}.light .tmd-progress-bar{background:#e4e4e7}.tmd-progress-fill{height:100%;background:linear-gradient(90deg,#0e86d7,#1d9bf0);transition:width .3s ease}.tmd-progress-info{display:flex;justify-content:space-between;margin-bottom:20px;font-size:14px}.dark .tmd-progress-info{color:#f4f4f5}.light .tmd-progress-info{color:#18181b}.tmd-radio-group{display:flex;gap:20px;margin-top:8px}.tmd-radio-item{display:flex;align-items:center;gap:8px;cursor:pointer}.tmd-radio{width:20px;height:20px;border-radius:50%;border:2px solid;position:relative;transition:all .2s}.dark .tmd-radio{border-color:#3f3f46;background:#27272a}.light .tmd-radio{border-color:#d6d6db;background:#fff}.tmd-radio.checked{border-color:#1d9bf0}.tmd-radio.checked:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#1d9bf0;top:50%;left:50%;transform:translate(-50%,-50%)}.tmd-select{width:100%;padding:10px 40px 10px 12px;border-radius:8px;border:1px solid;font-size:14px;transition:all .2s;box-sizing:border-box;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;cursor:pointer}.dark .tmd-select{background-color:#27272a;border-color:#3f3f46;color:#f4f4f5}.dark .tmd-select:focus{border-color:#1d9bf0;outline:none}.light .tmd-select{background-color:#fff;border-color:#e4e4e7;color:#18181b}.light .tmd-select:focus{border-color:#1d9bf0;outline:none}.tmd-form-row{display:grid;gap:16px;grid-template-columns:1fr 1fr;align-items:end}@media (max-width: 640px){.tmd-form-row{grid-template-columns:1fr}}.tmd-form-row-triple{display:grid;gap:12px;grid-template-columns:1fr 1fr 1fr;align-items:end}@media (max-width: 768px){.tmd-form-row-triple{grid-template-columns:1fr}}.tmd-radio-label{font-size:14px;-webkit-user-select:none;user-select:none}.tmd-button-square svg{width:16px;height:16px;min-width:16px;min-height:16px}.tmd-icon-button{background:transparent;border:none;padding:6px;cursor:pointer;border-radius:6px;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;opacity:.7}.tmd-icon-button:hover{opacity:1;background:#ef44441a}.tmd-icon-button:hover svg{stroke:#ef4444;transition:stroke .3s ease}.tmd-delete-button{transition:all .3s ease}.tmd-delete-button:hover{background:#ef44441a!important;border-color:#ef4444!important}.tmd-delete-button:hover svg{stroke:#ef4444;transition:stroke .3s ease}.tmd-load-button{transition:all .3s ease}.tmd-load-button:hover{background:#16a34a1a!important;border-color:#16a34a!important;color:#16a34a!important}.tmd-load-button:hover svg{stroke:#16a34a;transition:stroke .3s ease}.tmd-download-current-button{transition:all .3s ease}.tmd-download-current-button:hover{background:#16a34a1a!important;border-color:#16a34a!important}.tmd-download-current-button:hover svg{stroke:#16a34a;transition:stroke .3s ease}.tmd-shred-button{transition:all .3s ease}.tmd-shred-button:hover{color:#ef4444!important;border-color:#ef4444!important;background:#ef44441a!important}.tmd-shred-button:hover svg{stroke:#ef4444;transition:stroke .3s ease}.tmd-download-single-button{transition:all .3s ease}.tmd-download-single-button:hover{background:#16a34a1a!important;border-color:#16a34a!important}.tmd-download-single-button:hover svg{stroke:#16a34a;transition:stroke .3s ease}.tmd-batch-controls{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.tmd-batch-controls-row{display:flex;gap:8px;justify-content:center}.tmd-button-stop:not(:disabled):hover{background:#ef44441a!important;border-color:#ef4444!important;color:#ef4444!important}.tmd-button-stop:not(:disabled):hover svg{stroke:#ef4444}.tmd-button-start:not(:disabled):hover{background:#16a34a1a!important;border-color:#16a34a!important;color:#16a34a!important}.tmd-button-start:not(:disabled):hover svg{stroke:#16a34a}.tmd-tweet-link{text-decoration:none;cursor:pointer;transition:all .2s}.tmd-tweet-link:hover{opacity:.8;text-decoration:underline;filter:brightness(1.2)}.tmd-filter-button{transition:all .3s ease;display:flex;align-items:center;justify-content:center}.tmd-filter-button.tmd-filter-photo:hover{background:#16a34a1a!important;border-color:#16a34a!important}.tmd-filter-button.tmd-filter-photo:hover svg{stroke:#16a34a}.tmd-filter-button.tmd-filter-video:hover{background:#f59e0b1a!important;border-color:#f59e0b!important}.tmd-filter-button.tmd-filter-video:hover svg{stroke:#f59e0b}.tmd-filter-button.tmd-filter-gif:hover{background:#7f33cc1a!important;border-color:#7f33cc!important}.tmd-filter-button.tmd-filter-gif:hover svg{stroke:#7f33cc}.tmd-alert-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.tmd-alert{background:#fff;color:#18181b;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out}.tmd-alert.dark,.dark .tmd-alert{background:#18181b;color:#f4f4f5;border:1px solid hsl(240 3.7% 15.9%)}.tmd-alert-title{font-size:18px;font-weight:600;margin-bottom:12px}.tmd-alert-message{margin-bottom:20px;opacity:.9}.tmd-alert-buttons{display:flex;gap:12px;justify-content:flex-end}.tmd-alert-button{padding:8px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.tmd-alert-button-cancel{background:transparent;border:1px solid}.dark .tmd-alert-button-cancel{border-color:#3f3f46;color:#f4f4f5}.dark .tmd-alert-button-cancel:hover{background:#27272a}.light .tmd-alert-button-cancel{border-color:#d6d6db;color:#18181b}.light .tmd-alert-button-cancel:hover{background:#f1f1f3}.tmd-alert-button-confirm{background:#ef4444;color:#fff}.tmd-alert-button-confirm:hover{background:#eb1414}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.tmd-media-list-container{flex:1;overflow-y:auto;overflow-x:hidden;margin-bottom:16px;padding:2px;position:relative}.tmd-database-content{display:flex;flex-direction:column;height:100%}.tmd-database-content>div:first-child{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.tmd-database-content .tmd-button-outline{padding:6px 12px;min-height:32px;box-sizing:border-box}.tmd-database-user-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.dark .tmd-database-user-card{background:#27272a;border:1px solid hsl(240 5.3% 26.1%)}.light .tmd-database-user-card{background:#f4f4f5;border:1px solid hsl(240 5.9% 90%)}.tmd-database-user-card:hover{border-color:#1d9bf0!important}.tmd-database-user-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.tmd-database-user-info{flex:1}.tmd-database-user-name{font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:2px}.tmd-database-user-handle{font-size:14px;opacity:.7;color:inherit;text-decoration:none;display:inline-block;transition:all .2s}.tmd-database-user-handle:hover{opacity:1;color:#1d9bf0;text-decoration:underline}.tmd-database-user-meta{font-size:12px;opacity:.5;margin-top:4px}.tmd-database-config-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.tmd-database-config-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;font-size:11px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s}.tmd-database-config-tag.media{background:#1d9bf026;color:#1d9bf0;border:1px solid hsl(204.17deg 87.55% 52.75% / .3)}.tmd-database-config-tag.timeline{background:#16a34a26;color:#16a34a;border:1px solid hsl(142.1deg 76.2% 36.3% / .3)}.tmd-database-config-tag.tweets{background:#f59e0b26;color:#f59e0b;border:1px solid hsl(37.7deg 92.1% 50.2% / .3)}.tmd-database-config-tag.replies{background:#7f33cc26;color:#7f33cc;border:1px solid hsl(270deg 60% 50% / .3)}.tmd-database-config-tag:hover{opacity:.8}.tmd-database-actions{display:flex;gap:4px}.tmd-batch-badge{background:#7f33cc33;color:#7f33cc;padding:2px 8px;border-radius:4px;font-weight:500;font-size:11px}.tmd-button-square{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.tmd-database-media-item{padding:8px 12px!important;margin-bottom:8px!important;border-radius:6px!important;cursor:pointer;transition:all .15s ease}.tmd-database-media-item:hover{border-color:#1d9bf0!important;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.dark .tmd-database-media-item:hover{box-shadow:0 2px 8px #0000004d}.tmd-media-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.tmd-media-info{flex:1;min-width:0}.tmd-media-type{font-size:11px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.5px}.tmd-media-date{font-size:11px!important;opacity:.6!important;font-weight:400}.tmd-media-id{font-size:10px!important;opacity:.5!important;font-family:monospace;letter-spacing:.2px}.tmd-media-actions{display:flex;gap:4px;align-items:center}.tmd-media-actions .tmd-button{width:24px!important;height:24px!important;min-width:24px!important;padding:0!important;border-radius:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important}.tmd-media-actions .tmd-button:hover{transform:scale(1.05)}.tmd-empty-state{text-align:center;padding:40px 20px;opacity:.6}.tmd-empty-state-icon{display:flex;justify-content:center;margin-bottom:16px;opacity:.5}.tmd-empty-state p{font-size:16px;margin:0}.tmd-media-list-wrapper{flex:1;display:flex;flex-direction:column;min-height:0}.tmd-database-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.dark .tmd-database-table{border:1px solid hsl(240 3.7% 15.9%)}.light .tmd-database-table{border:1px solid hsl(240 5.9% 90%)}.tmd-database-table th{padding:12px 16px;text-align:left;font-weight:600;font-size:14px;border-bottom:1px solid}.dark .tmd-database-table th{background:#27272a;color:#f4f4f5;border-color:#3f3f46}.light .tmd-database-table th{background:#fafafa;color:#18181b;border-color:#e4e4e7}.tmd-database-table td{padding:12px 16px;border-bottom:1px solid;vertical-align:middle}.dark .tmd-database-table td{border-color:#27272a}.light .tmd-database-table td{border-color:#efeff1}.tmd-database-table tr:hover{transition:background-color .2s ease}.dark .tmd-database-table tr:hover{background:#27272a80}.light .tmd-database-table tr:hover{background:#f4f4f5}.tmd-database-table .actions-column{width:120px;text-align:center}.tmd-database-table .username-column{width:150px;font-weight:500}.tmd-database-table .type-column{width:100px}.tmd-database-table .count-column{width:80px;text-align:right}.tmd-database-table .date-column{width:180px;font-family:monospace;font-size:12px}.tmd-database-pagination{display:flex;justify-content:center;gap:8px;align-items:center;margin-top:16px}.tmd-database-pagination .tmd-button-square{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.tmd-database-pagination-info{padding:0 12px;display:flex;align-items:center;font-weight:500}.tmd-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px;flex-shrink:0}.tmd-pagination-info{font-size:14px;margin:0 16px}.dark .tmd-pagination-info{color:#f4f4f5}.light .tmd-pagination-info{color:#18181b}.tmd-pagination-button{padding:8px 12px;border-radius:6px;border:1px solid;background:transparent;cursor:pointer;transition:all .2s;font-size:14px;min-width:40px;display:flex;align-items:center;justify-content:center}.dark .tmd-pagination-button{border-color:#3f3f46;color:#f4f4f5}.dark .tmd-pagination-button:hover:not(:disabled){background:#27272a;border-color:#55555e}.light .tmd-pagination-button{border-color:#d6d6db;color:#18181b}.light .tmd-pagination-button:hover:not(:disabled){background:#f1f1f3;border-color:#aeaeb7}.tmd-pagination-button:disabled{opacity:.5;cursor:not-allowed}.tmd-pagination-button.active{background:#1d9bf0;color:#fff;border-color:#1d9bf0}.tmd-db-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.tmd-db-stat-card{padding:16px;border-radius:8px;text-align:center}.dark .tmd-db-stat-card{background:#27272a;border:1px solid hsl(240 5.3% 26.1%)}.light .tmd-db-stat-card{background:#f4f4f5;border:1px solid hsl(240 5.9% 90%)}.tmd-db-stat-number{font-size:28px;font-weight:700;color:#1d9bf0;margin-bottom:4px}.tmd-db-stat-label{font-size:14px;font-weight:500}.dark .tmd-db-stat-label{color:#f4f4f5}.light .tmd-db-stat-label{color:#18181b}@media (max-width: 480px){.tmd-service-data-row{flex-direction:column!important;gap:20px!important}.tmd-database-table{font-size:12px}.tmd-database-table th,.tmd-database-table td{padding:8px 12px}.tmd-db-stats{grid-template-columns:1fr}.tmd-header{padding:20px}.tmd-header-title{font-size:18px}.tmd-tabs{padding:0 20px;gap:16px}.tmd-tab{font-size:14px;padding:12px 0}.tmd-content{padding:24px 20px}}.tmd-button-group{display:flex;gap:12px;align-items:center;justify-content:center;margin-top:16px}.tmd-button-group.align-left{justify-content:flex-start}.tmd-button-group.align-right{justify-content:flex-end}.tmd-button-group.wrap{flex-wrap:wrap}@media (max-width: 640px){.tmd-button-group{flex-direction:column;width:100%}.tmd-button-group .tmd-button{width:100%;justify-content:center}}.tmd-section{margin-bottom:24px}.tmd-section:last-child{margin-bottom:0}.tmd-section-title{font-size:16px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.dark .tmd-section-title{color:#f4f4f5}.light .tmd-section-title{color:#18181b}.tmd-form-section{padding:20px;border-radius:8px;margin-bottom:20px}.dark .tmd-form-section{background:#27272a4d;border:1px solid hsl(240 5.3% 26.1% / .3)}.light .tmd-form-section{background:#f4f4f580;border:1px solid hsl(240 5.9% 90% / .5)}@media (max-width: 480px){.tmd-service-data-row>div{flex:none!important;width:100%!important}.tmd-content{max-height:calc(100vh - 180px);padding:15px}.tmd-modal{max-height:90vh}.tmd-media-list-container{max-height:calc(100vh - 380px)}.tmd-download-current-button,.tmd-button-secondary{padding:8px 12px!important;font-size:13px!important;white-space:nowrap!important;min-width:auto!important}.tmd-download-current-button span,.tmd-button-secondary span{font-size:13px!important}.tmd-download-current-button svg,.tmd-button-secondary svg{width:16px!important;height:16px!important}.tmd-button-container .tmd-button-primary,.tmd-button-container .tmd-button-secondary{padding:8px 12px!important;font-size:13px!important;white-space:nowrap!important;min-width:auto!important;flex:1!important;max-width:150px!important}.tmd-button-container{display:flex!important;gap:8px!important;justify-content:center!important}.tmd-button-primary span,.tmd-button-secondary span{font-size:13px!important}.tmd-button-primary svg,.tmd-button-secondary svg{width:16px!important;height:16px!important}.tmd-database-content>.tmd-button-outline:not(.tmd-button-square){padding:6px 10px!important;font-size:12px!important;min-width:auto!important}.tmd-database-content .tmd-button-outline:not(.tmd-button-square) span{font-size:12px!important}.tmd-database-content .tmd-button-outline:not(.tmd-button-square) svg{width:14px!important;height:14px!important}.tmd-database-content input[type=number]{width:45px!important;padding:4px 6px!important}.tmd-preview-media{max-width:calc(100vw - 32px)!important;max-height:calc(100vh - 200px)!important}.tmd-preview-counter{top:12px!important;padding:4px 8px!important;font-size:12px!important;border-radius:12px!important}.tmd-preview-date{bottom:12px!important;padding:6px 10px!important;font-size:13px!important;border-radius:16px!important}.tmd-preview-nav{width:40px!important;height:40px!important}.tmd-preview-nav.prev{left:8px!important}.tmd-preview-nav.next{right:8px!important}.tmd-preview-toolbar .tmd-filter-chip{padding:6px 10px!important;font-size:12px!important;height:28px!important;min-width:90px!important}.tmd-preview-toolbar .tmd-filter-chip svg{width:12px!important;height:12px!important}}.tmd-preview-overlay{position:fixed;inset:0;background:#000000eb;z-index:10001;display:flex;flex-direction:column}.tmd-preview-header{display:flex;flex-direction:column;align-items:stretch;gap:16px;padding:20px;border-bottom:1px solid rgba(255,255,255,.15);color:#fff;position:relative}.tmd-preview-id{display:flex;align-items:center;gap:12px;width:100%}.tmd-preview-id-text{display:flex;flex-direction:column;min-width:0}.tmd-preview-id-text .tmd-acc-name{font-weight:700;line-height:1.2}.tmd-preview-id-text .tmd-acc-username{opacity:.8;font-size:13px}.tmd-preview-stats{width:100%;color:#fff;opacity:.9;margin-top:8px;display:flex;gap:20px;flex-wrap:wrap;font-size:13px}.tmd-preview-stats span{white-space:nowrap}.tmd-preview-stats strong{font-weight:700}.tmd-preview-toolbar{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:12px;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.tmd-preview-toolbar .tmd-filter-chip{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:20px;border:1px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;opacity:.85;-webkit-user-select:none;user-select:none;transition:all .2s;flex:1;font-size:14px;min-width:120px;line-height:1}.tmd-preview-toolbar .tmd-filter-chip.active{background:#ffffff1f;opacity:1}.tmd-preview-toolbar .tmd-filter-chip span{display:inline-flex;align-items:center;justify-content:center;line-height:1}.tmd-preview-toolbar .tmd-filter-chip svg{display:block;vertical-align:middle;line-height:1;margin:0;padding:0;position:relative;top:0}.tmd-preview-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;touch-action:pan-y;padding:80px 40px 90px}.tmd-preview-media{max-width:calc(100vw - 100px);max-height:calc(100vh - 340px);object-fit:contain;border-radius:8px;box-shadow:0 10px 30px #00000080}.tmd-preview-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.tmd-preview-nav:hover{background:#ffffff2e}.tmd-preview-nav.prev{left:16px}.tmd-preview-nav.next{right:16px}.tmd-preview-close{position:absolute;top:20px;right:20px;padding:8px;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;background:#27272a;color:#fff;z-index:10;border:none;box-shadow:none}.tmd-preview-close:hover{background:#ef444433}.tmd-preview-close:hover svg{stroke:#ef4444}.tmd-preview-counter{position:absolute;top:15px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:6px 12px;border-radius:16px;font-size:13px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-weight:500}.tmd-preview-date{position:absolute;bottom:15px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 14px;border-radius:20px;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-photo:not(.active){border-color:#ffffff40;background:transparent}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-photo:not(.active) svg{stroke:#16a34a}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-photo:not(.active):hover{border-color:#16a34a;background:#16a34a1a}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-photo.active{border-color:#16a34a;background:#16a34a26}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-photo.active svg{stroke:#16a34a}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-photo.active:hover{background:#16a34a40}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-video:not(.active){border-color:#ffffff40;background:transparent}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-video:not(.active) svg{stroke:#f59e0b}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-video:not(.active):hover{border-color:#f59e0b;background:#f59e0b1a}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-video.active{border-color:#f59e0b;background:#f59e0b26}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-video.active svg{stroke:#f59e0b}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-video.active:hover{background:#f59e0b40}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-gif:not(.active){border-color:#ffffff40;background:transparent}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-gif:not(.active) svg{stroke:#7f33cc}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-gif:not(.active):hover{border-color:#7f33cc;background:#7f33cc1a}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-gif.active{border-color:#7f33cc;background:#7f33cc26}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-gif.active svg{stroke:#7f33cc}.tmd-preview-toolbar .tmd-filter-chip.tmd-filter-gif.active:hover{background:#7f33cc40}.tmd-media-card{border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-card);transition:all .2s ease;cursor:pointer}.tmd-media-card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tmd-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500;line-height:1}.tmd-filter-chips{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.tmd-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;cursor:pointer;opacity:.7;transition:all .2s ease;font-size:13px;-webkit-user-select:none;user-select:none}.tmd-filter-chip:hover{opacity:.9}.tmd-filter-chip.active{background:#ffffff26;opacity:1;border-color:#fff6}.tmd-preview-filters{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.15)}.tmd-preview-modal{display:flex;flex-direction:column;height:100%;max-width:100%;margin:0 auto}.tmd-preview-info{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.tmd-preview-footer{padding:20px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;align-items:center;gap:16px}.tmd-preview-actions{display:flex;gap:12px}.tmd-preview-metadata{display:flex;gap:16px;font-size:12px;opacity:.7;color:#fff}.tmd-preview-placeholder{position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.tmd-preview-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none}.tmd-preview-nav{pointer-events:auto}
